@farris/jit-engine 1.4.64 → 1.4.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -3,9 +3,5 @@ if(variable.hasDefaultFocus)
|
|
|
3
3
|
-attrs["farris-set-focus"]="";
|
|
4
4
|
if(variable.focusState)
|
|
5
5
|
-attrs["[focusState]"]=variable.focusState+"";
|
|
6
|
-
farris-splitter(
|
|
7
|
-
id=variable.replacedId class=(variable.appearance && variable.appearance.class)
|
|
8
|
-
'*ngIf'!=variable.visible?variable.visible.value+'':undefined
|
|
9
|
-
style=(variable.appearance && variable.appearance.style)
|
|
10
|
-
'[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined)&attributes(attrs)
|
|
6
|
+
farris-splitter(id=variable.replacedId class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined)&attributes(attrs)
|
|
11
7
|
| {{content}}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
farris-sidebar(
|
|
2
|
-
id=variable.replacedId?""+variable.replacedId:undefined
|
|
3
|
-
'*ngIf'!=variable.visible?variable.visible.value+'':undefined
|
|
4
|
-
'[showPos]'=variable.position?"'"+variable.position+"'":undefined
|
|
5
|
-
class=(variable.appearance && variable.appearance.class)
|
|
6
|
-
style=(variable.appearance && variable.appearance.style)
|
|
7
|
-
'[maskable]'=(variable.maskable||variable.maskable==false)?variable.maskable+"":undefined
|
|
8
|
-
'[title]'=variable.titleLang?""+variable.titleLang:undefined
|
|
9
|
-
'[maskClosable]'=(variable.maskClosable || variable.maskClosable==false)?variable.maskClosable+'':undefined
|
|
10
|
-
#farrissidebar '(changeState)'=variable.changeState?variable.changeState+"":undefined
|
|
11
|
-
'[showHeader]'=(variable.showHeader||variable.showHeader==false)?variable.showHeader+'':undefined
|
|
12
|
-
'[showEntry]'=(variable.showEntry || variable.showEntry==false)?variable.showEntry+'':undefined
|
|
13
|
-
'[width]'=variable.width?variable.width:undefined
|
|
14
|
-
'[showFooter]'=(variable.showFooter||variable.showFooter==false)?variable.showFooter+"":undefined
|
|
15
|
-
'[beforeClose]'=variable.beforeCloseSidebar?variable.beforeCloseSidebar+"":undefined
|
|
16
|
-
'[showClose]'=(variable.showClose || variable.showClose==false)?""+variable.showClose:undefined)
|
|
1
|
+
farris-sidebar(id=variable.replacedId?""+variable.replacedId:undefined '[showPos]'=variable.position?"'"+variable.position+"'":undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[maskable]'=(variable.maskable||variable.maskable==false)?variable.maskable+"":undefined '[title]'=variable.titleLang?""+variable.titleLang:undefined '[maskClosable]'=(variable.maskClosable || variable.maskClosable==false)?variable.maskClosable+'':undefined #farrissidebar '(changeState)'=variable.changeState?variable.changeState+"":undefined '[showHeader]'=(variable.showHeader||variable.showHeader==false)?variable.showHeader+'':undefined '[showEntry]'=(variable.showEntry || variable.showEntry==false)?variable.showEntry+'':undefined '[width]'=variable.width?variable.width:undefined '[showFooter]'=(variable.showFooter||variable.showFooter==false)?variable.showFooter+"":undefined '[beforeClose]'=variable.beforeCloseSidebar?variable.beforeCloseSidebar+"":undefined '[showClose]'=(variable.showClose || variable.showClose==false)?""+variable.showClose:undefined )
|
|
17
2
|
if(variable.farrisSidebarIcon)
|
|
18
3
|
ng-template(farrisSidebarIcon '[iconCls]'!=variable.iconCls?"'"+variable.iconCls+"'":undefined )
|
|
19
4
|
| !{variable.farrisSidebarIcon}
|