Home
last modified time | relevance | path

Searched refs:FragBlockInterface (Results 1 – 6 of 6) sorted by relevance

/third_party/jsframework/runtime/main/model/
DdomHelper.ts31 import { FragBlockInterface, isBlock } from './compiler';
62 export function createBlock(vm: Vm, element: Element | FragBlockInterface): FragBlockInterface {
66 const newBlock: FragBlockInterface = {start, end, blockId};
128 export function attachTarget(target: Element, dest: FragBlockInterface | Element): any {
165 export function moveTarget(target: Element | FragBlockInterface, after: Node): any {
190 function moveBlock(fragBlock: FragBlockInterface, after: Node): any {
215 export function removeTarget(target: Element | FragBlockInterface, preserveBlock?: boolean): void {
247 function removeBlock(fragBlock: FragBlockInterface, preserveBlock?: boolean): void {
Dcompiler.ts65 export interface FragBlockInterface { interface
151 function compile(vm: Vm, target: TemplateInterface, dest: FragBlockInterface | Element, meta?: Part…
292 dest: Element | FragBlockInterface,
456 const fragBlock: FragBlockInterface = createBlock(vm, dest);
473 dest: Element | FragBlockInterface,
502 function compileBlock(vm: Vm, target: TemplateInterface, dest: Element | FragBlockInterface): void {
530 dest: Element | FragBlockInterface,
616 function compileNativeComponent(vm: Vm, template: TemplateInterface, dest: FragBlockInterface | Ele…
728 function compileChildren(vm: Vm, template: any, dest: Element | FragBlockInterface): void | boolean…
746 function bindRepeat(vm: Vm, target: TemplateInterface, fragBlock: FragBlockInterface, info: any): v…
[all …]
Dselector.ts27 FragBlockInterface,
108 parentElement: Element | FragBlockInterface,
149 parentElement: Element | FragBlockInterface,
221 …Descendant(list: EvidenceInterface[], value: string, parentElement: Element | FragBlockInterface) {
265 …ion getElement(type: string, iter: boolean, value: string, element: Element | FragBlockInterface) {
Dindex.ts39 build, FragBlockInterface
90 private __parentEl: Element | FragBlockInterface;
115 parentEl: Element | FragBlockInterface,
635 public set _parentEl(newParentEl: FragBlockInterface | Element) {
Ddirective.ts46 FragBlockInterface,
89 … Vm, el: Element, template: TemplateInterface, parentElement: Element | FragBlockInterface): void {
209 …lized(vm: Vm, subVm: Vm, template: TemplateInterface, target: Element | FragBlockInterface): void {
/third_party/jsframework/runtime/vdom/
DElement.ts29 import { FragBlockInterface,
54 private _block: FragBlockInterface;
224 public set block(newBlock: FragBlockInterface) {