@farris/jit-engine 1.4.105 → 1.4.106

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.106
2
+
3
+ 修复复选框组件只读样式问题
4
+
1
5
  1.4.105
2
6
 
3
7
  表格【applyToAllLanguages】
@@ -62,6 +62,11 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
62
62
  -attrs["[focusState]"]=variable.focusState+"";
63
63
  input(id=variable.replacedId "input-end-edit" class="custom-control-input" type="checkbox"
64
64
  '[disabled]'!=variable.disable?variable.readonlyPipeSuffix?variable.disable.toString()+variable.readonlyPipeSuffix:variable.disable.toString():undefined
65
+ '[readonly]'!=variable.readonly?
66
+ (variable.readonlyPipeSuffix?
67
+ ""+variable.readonly.value+variable.readonlyPipeSuffix:
68
+ ""+variable.readonly.value
69
+ ):undefined
65
70
  '(ngModelChange)'!=variable.valueChange?"!"+variable.readonly.value+"&&"+variable.valueChange+"":undefined
66
71
  tabindex=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
67
72
  '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
@@ -43,7 +43,12 @@ div(class="farris-input-wrap")
43
43
  if(variable.focusState)
44
44
  -attrs["[focusState]"]=variable.focusState+"";
45
45
  input(id=variable.replacedId "input-end-edit" class="custom-control-input" type="checkbox" 'farris-checkbox-modification'
46
- '[index]'="index" '[disabled]'=variable.disable?variable.readonlyPipeSuffix?variable.disable.toString()+variable.readonlyPipeSuffix:variable.disable.toString():undefined
46
+ '[index]'="index" '[disabled]'=variable.disable?variable.readonlyPipeSuffix?variable.disable.toString()+variable.readonlyPipeSuffix:variable.disable.toString():undefined
47
+ '[readonly]'!=variable.readonly?
48
+ (variable.readonlyPipeSuffix?
49
+ ""+variable.readonly.value+variable.readonlyPipeSuffix:
50
+ ""+variable.readonly.value
51
+ ):undefined
47
52
  '(ngModelChange)'!=variable.valueChange?"!"+variable.readonly.value+"&&"+variable.valueChange+"":undefined
48
53
  tabindex=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
49
54
  '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.4.105",
3
+ "version": "1.4.106",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {