@farris/jit-engine 1.3.82 → 1.3.83

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.3.83
2
+
3
+ switch控件编辑支持状态机变量
4
+
1
5
  1.3.82
2
6
 
3
7
  日期控件支持最大值、最小值
@@ -0,0 +1,13 @@
1
+ .DS_Store
2
+ node_modules/
3
+ dist/
4
+ dist-rollup/
5
+ npm-debug.log
6
+ yarn-error.log
7
+
8
+ # Editor directories and files
9
+ .idea
10
+ *.suo
11
+ *.ntvs*
12
+ *.njsproj
13
+ *.sln
@@ -0,0 +1,13 @@
1
+ .DS_Store
2
+ node_modules/
3
+ dist/
4
+ dist-rollup/
5
+ npm-debug.log
6
+ yarn-error.log
7
+
8
+ # Editor directories and files
9
+ .idea
10
+ *.suo
11
+ *.ntvs*
12
+ *.njsproj
13
+ *.sln
@@ -37,7 +37,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
37
37
  -attrs["farris-set-focus"]="";
38
38
  if(variable.focusState)
39
39
  -attrs["[focusState]"]=variable.focusState+"";
40
- farris-switch(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable:undefined '[editable]'!=variable.readonly?"!"+variable.readonly.value:undefined '[square]'=variable.square?""+variable.square:undefined '[checkedLabel]'=variable.checkedLabel?"'"+variable.checkedLabel+"'":undefined '[uncheckedLabel]'=variable.uncheckedLabel?"'"+variable.uncheckedLabel+"'":undefined '(valueChange)'=variable.valueChange?variable.valueChange:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined )&attributes(attrs)
40
+ farris-switch(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable:undefined '[editable]'!=variable.readonly?"!("+variable.readonly.value+")":undefined '[square]'=variable.square?""+variable.square:undefined '[checkedLabel]'=variable.checkedLabel?"'"+variable.checkedLabel+"'":undefined '[uncheckedLabel]'=variable.uncheckedLabel?"'"+variable.uncheckedLabel+"'":undefined '(valueChange)'=variable.valueChange?variable.valueChange:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined )&attributes(attrs)
41
41
  if (variable.needValid && variable.binding && variable.binding.path)
42
42
  -var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
43
43
  validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.3.82",
3
+ "version": "1.3.83",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {