@farris/jit-engine 1.4.68 → 1.4.69

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
@@ -1,3 +1,7 @@
1
+ 1.4.69
2
+
3
+ 分栏面板、侧边栏组件支持可见属性
4
+
1
5
  1.4.68
2
6
 
3
7
  流水线改造
@@ -3,5 +3,9 @@ if(variable.hasDefaultFocus)
3
3
  -attrs["farris-set-focus"]="";
4
4
  if(variable.focusState)
5
5
  -attrs["[focusState]"]=variable.focusState+"";
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)
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)
7
11
  | {{content}}
@@ -1,4 +1,19 @@
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 )
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)
2
17
  if(variable.farrisSidebarIcon)
3
18
  ng-template(farrisSidebarIcon '[iconCls]'!=variable.iconCls?"'"+variable.iconCls+"'":undefined )
4
19
  | !{variable.farrisSidebarIcon}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.4.68",
3
+ "version": "1.4.69",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {