@farris/jit-engine 1.3.285 → 1.3.290

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.
Files changed (172) hide show
  1. package/README.md +8 -0
  2. package/ioc.config +0 -0
  3. package/lib/.DS_Store +0 -0
  4. package/lib/domstructure/devkit/devkit.js +5 -1
  5. package/lib/domstructure/devkit/devkit.js.map +1 -1
  6. package/lib/domstructure/devkit/section-toolbar/farris-section-toolbar-item.js +8 -1
  7. package/lib/domstructure/devkit/section-toolbar/farris-section-toolbar-item.js.map +1 -1
  8. package/lib/domstructure/devkit/tab-toolbar/farris-tab-toolbar-Item.js +8 -1
  9. package/lib/domstructure/devkit/tab-toolbar/farris-tab-toolbar-Item.js.map +1 -1
  10. package/lib/domstructure/devkit/viewmodel/component/component.js +15 -8
  11. package/lib/domstructure/devkit/viewmodel/component/component.js.map +1 -1
  12. package/lib/domstructure/devkit/viewmodel/viewmodel.js +2 -0
  13. package/lib/domstructure/devkit/viewmodel/viewmodel.js.map +1 -1
  14. package/lib/domstructure/ui/commands/button.js +2 -0
  15. package/lib/domstructure/ui/commands/button.js.map +1 -1
  16. package/lib/domstructure/ui/commands/toolbar.js +2 -0
  17. package/lib/domstructure/ui/commands/toolbar.js.map +1 -1
  18. package/lib/domstructure/ui/common/basecomponent.js +11 -0
  19. package/lib/domstructure/ui/common/basecomponent.js.map +1 -1
  20. package/lib/domstructure/ui/data/fields/form/form_field.js +17 -16
  21. package/lib/domstructure/ui/data/fields/form/form_field.js.map +1 -1
  22. package/lib/domstructure/ui/section/section.js +2 -0
  23. package/lib/domstructure/ui/section/section.js.map +1 -1
  24. package/lib/domstructure/ui/table/farris-table-column.js.map +1 -1
  25. package/lib/domstructure/ui/table/farris-table-static-text.js.map +1 -1
  26. package/lib/domstructure/ui/tabs/farris-tabs.js +2 -0
  27. package/lib/domstructure/ui/tabs/farris-tabs.js.map +1 -1
  28. package/lib/index.js +0 -0
  29. package/lib/index.js.map +0 -0
  30. package/lib/mobileapp/.DS_Store +0 -0
  31. package/lib/template/.DS_Store +0 -0
  32. package/lib/template/ui/.DS_Store +0 -0
  33. package/lib/template/ui/kendo/button.pug +7 -1
  34. package/lib/template/ui/kendo/checkbox.pug +26 -7
  35. package/lib/template/ui/kendo/checkboxgroup.pug +18 -6
  36. package/lib/template/ui/kendo/farris-avatar.pug +8 -2
  37. package/lib/template/ui/kendo/farris-checkbox-group.pug +36 -7
  38. package/lib/template/ui/kendo/farris-combo-list.pug +48 -8
  39. package/lib/template/ui/kendo/farris-combo-lookup.pug +23 -8
  40. package/lib/template/ui/kendo/farris-datepicker.pug +22 -8
  41. package/lib/template/ui/kendo/farris-number-range.pug +37 -7
  42. package/lib/template/ui/kendo/farris-number-spinner.pug +43 -23
  43. package/lib/template/ui/kendo/farris-switch.pug +29 -7
  44. package/lib/template/ui/kendo/farris-tags.pug +6 -6
  45. package/lib/template/ui/kendo/farris-time-picker.pug +38 -7
  46. package/lib/template/ui/kendo/farris-time-spinner.pug +29 -6
  47. package/lib/template/ui/kendo/farristabs.pug +12 -1
  48. package/lib/template/ui/kendo/image.pug +1 -1
  49. package/lib/template/ui/kendo/input-group.pug +37 -7
  50. package/lib/template/ui/kendo/language-textbox.pug +29 -7
  51. package/lib/template/ui/kendo/lookup-employee.pug +23 -10
  52. package/lib/template/ui/kendo/lookup.pug +23 -8
  53. package/lib/template/ui/kendo/multitextbox.pug +41 -7
  54. package/lib/template/ui/kendo/organization-selector.pug +23 -10
  55. package/lib/template/ui/kendo/radiobox.pug +13 -1
  56. package/lib/template/ui/kendo/radioboxgroup.pug +32 -7
  57. package/lib/template/ui/kendo/richtextbox.pug +6 -6
  58. package/lib/template/ui/kendo/section.pug +14 -1
  59. package/lib/template/ui/kendo/table/checkbox.pug +14 -3
  60. package/lib/template/ui/kendo/table/checkboxgroup.pug +1 -1
  61. package/lib/template/ui/kendo/table/combobox.pug +3 -3
  62. package/lib/template/ui/kendo/table/datepicker.pug +2 -2
  63. package/lib/template/ui/kendo/table/employee-selector.pug +1 -1
  64. package/lib/template/ui/kendo/table/farris-avatar.pug +10 -2
  65. package/lib/template/ui/kendo/table/farris-checkbox-group.pug +2 -2
  66. package/lib/template/ui/kendo/table/farris-combo-list.pug +3 -3
  67. package/lib/template/ui/kendo/table/farris-combo-lookup.pug +2 -2
  68. package/lib/template/ui/kendo/table/farris-datepicker.pug +2 -2
  69. package/lib/template/ui/kendo/table/farris-number-range.pug +13 -2
  70. package/lib/template/ui/kendo/table/farris-number-spinner.pug +17 -2
  71. package/lib/template/ui/kendo/table/farris-static-text.pug +2 -2
  72. package/lib/template/ui/kendo/table/farris-switch.pug +11 -2
  73. package/lib/template/ui/kendo/table/farris-tags.pug +8 -1
  74. package/lib/template/ui/kendo/table/farris-time-picker.pug +2 -2
  75. package/lib/template/ui/kendo/table/farris-time-spinner.pug +1 -1
  76. package/lib/template/ui/kendo/table/input-group.pug +2 -2
  77. package/lib/template/ui/kendo/table/language-textbox.pug +2 -2
  78. package/lib/template/ui/kendo/table/lookup-employee.pug +1 -1
  79. package/lib/template/ui/kendo/table/lookup.pug +22 -22
  80. package/lib/template/ui/kendo/table/multi-select.pug +1 -1
  81. package/lib/template/ui/kendo/table/multitextbox.pug +2 -2
  82. package/lib/template/ui/kendo/table/numericbox.pug +12 -2
  83. package/lib/template/ui/kendo/table/organization-selector.pug +1 -1
  84. package/lib/template/ui/kendo/table/radiobox.pug +1 -1
  85. package/lib/template/ui/kendo/table/radioboxgroup.pug +2 -2
  86. package/lib/template/ui/kendo/table/richtextbox.pug +1 -1
  87. package/lib/template/ui/kendo/table/select.pug +10 -2
  88. package/lib/template/ui/kendo/table/switch.pug +11 -2
  89. package/lib/template/ui/kendo/table/textbox.pug +3 -3
  90. package/lib/template/ui/kendo/table/timebox.pug +9 -1
  91. package/lib/template/ui/kendo/table/timepicker.pug +5 -1
  92. package/lib/template/ui/kendo/table/tinymcerichtextbox.pug +11 -3
  93. package/lib/template/ui/kendo/textbox.pug +31 -7
  94. package/lib/template/ui/kendo/tinymcerichtextbox.pug +16 -8
  95. package/lib/template/ui/kendo/toolbar.pug +6 -2
  96. package/lib/template/ui/mobilevue2/action-bar.pug +10 -10
  97. package/lib/template/ui/mobilevue2/attachment-entry.pug +8 -8
  98. package/lib/template/ui/mobilevue2/attachment.pug +13 -13
  99. package/lib/template/ui/mobilevue2/button.pug +11 -11
  100. package/lib/template/ui/mobilevue2/calendar.pug +11 -11
  101. package/lib/template/ui/mobilevue2/checkbox-group.pug +11 -11
  102. package/lib/template/ui/mobilevue2/component-ref.pug +3 -3
  103. package/lib/template/ui/mobilevue2/contentcontainer.pug +4 -4
  104. package/lib/template/ui/mobilevue2/date-time-picker.pug +27 -27
  105. package/lib/template/ui/mobilevue2/field-set.pug +29 -29
  106. package/lib/template/ui/mobilevue2/filter.pug +8 -8
  107. package/lib/template/ui/mobilevue2/footer.pug +10 -10
  108. package/lib/template/ui/mobilevue2/form.pug +11 -11
  109. package/lib/template/ui/mobilevue2/image.pug +11 -11
  110. package/lib/template/ui/mobilevue2/label.pug +19 -19
  111. package/lib/template/ui/mobilevue2/list-view.pug +37 -37
  112. package/lib/template/ui/mobilevue2/lookup-input.pug +40 -40
  113. package/lib/template/ui/mobilevue2/nav-bar.pug +10 -10
  114. package/lib/template/ui/mobilevue2/number.pug +27 -27
  115. package/lib/template/ui/mobilevue2/picker.pug +29 -29
  116. package/lib/template/ui/mobilevue2/radio-group.pug +29 -29
  117. package/lib/template/ui/mobilevue2/schedule.pug +8 -8
  118. package/lib/template/ui/mobilevue2/section.pug +15 -15
  119. package/lib/template/ui/mobilevue2/steps.pug +8 -8
  120. package/lib/template/ui/mobilevue2/switch.pug +16 -16
  121. package/lib/template/ui/mobilevue2/tabpage.pug +6 -6
  122. package/lib/template/ui/mobilevue2/tabs.pug +9 -9
  123. package/lib/template/ui/mobilevue2/text-area.pug +23 -23
  124. package/lib/template/ui/mobilevue2/text-box.pug +25 -25
  125. package/lib/template/ui/mobilevue2/toolbar-item.pug +6 -6
  126. package/lib/template/ui/mobilevue2/toolbar.pug +3 -3
  127. package/lib/template/ui/mobilevue2/vant-tabpage.pug +5 -5
  128. package/lib/template/ui/mobilevue2/vant-tabs.pug +5 -5
  129. package/lib/type.js +0 -0
  130. package/lib/type.js.map +0 -0
  131. package/lib/utility/.DS_Store +0 -0
  132. package/lib/utility/behavior/behavior-manager.js +46 -7
  133. package/lib/utility/behavior/behavior-manager.js.map +1 -1
  134. package/lib/utility/devkit/component-parameter-collector/farris-section-collector.js +3 -1
  135. package/lib/utility/devkit/component-parameter-collector/farris-section-collector.js.map +1 -1
  136. package/lib/utility/devkit/component-parameter-collector/farris-tabs-collector.js +2 -0
  137. package/lib/utility/devkit/component-parameter-collector/farris-tabs-collector.js.map +1 -1
  138. package/lib/utility/devkit/component-parameter-collector/query-schema-collector.js +6 -2
  139. package/lib/utility/devkit/component-parameter-collector/query-schema-collector.js.map +1 -1
  140. package/lib/utility/devkit/component-parameter-collector/toolbar-collector.js +7 -3
  141. package/lib/utility/devkit/component-parameter-collector/toolbar-collector.js.map +1 -1
  142. package/lib/utility/devkit/form-file-executor.js +8 -1
  143. package/lib/utility/devkit/form-file-executor.js.map +1 -1
  144. package/lib/utility/farris-datagrid/lookup-editor.js +1 -1
  145. package/lib/utility/farris-datagrid/lookup-editor.js.map +1 -1
  146. package/lib/utility/template-generator/devkit/component-generator/component-farristabs-parameter-generator.js +47 -44
  147. package/lib/utility/template-generator/devkit/component-generator/component-farristabs-parameter-generator.js.map +1 -1
  148. package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js +6 -1
  149. package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js.map +1 -1
  150. package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js +5 -0
  151. package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js.map +1 -1
  152. package/lib/utility/template-generator/devkit/component-generator/component-queryschema-parameter-generator.js +22 -2
  153. package/lib/utility/template-generator/devkit/component-generator/component-queryschema-parameter-generator.js.map +1 -1
  154. package/lib/utility/template-generator/devkit/component-generator/component-section-parameter-generator.js +27 -44
  155. package/lib/utility/template-generator/devkit/component-generator/component-section-parameter-generator.js.map +1 -1
  156. package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js +63 -19
  157. package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js.map +1 -1
  158. package/lib/utility/template-generator/devkit/component-template-generator.js +2 -1
  159. package/lib/utility/template-generator/devkit/component-template-generator.js.map +1 -1
  160. package/lib/utility/template-generator/project/angularJson-generator.js +1 -0
  161. package/lib/utility/template-generator/project/angularJson-generator.js.map +1 -1
  162. package/lib/utility/template-generator/project-app/app-module-ts-generator.js +5 -1
  163. package/lib/utility/template-generator/project-app/app-module-ts-generator.js.map +1 -1
  164. package/package.json +1 -1
  165. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/approval-comments.js +0 -37
  166. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/approval-comments.js.map +0 -1
  167. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/employeeorg-selector.js +0 -45
  168. package/lib/domstructure/ui/data/fields/form/editable/inputs/value/employeeorg-selector.js.map +0 -1
  169. package/lib/utility/behavior/type.js +0 -7
  170. package/lib/utility/behavior/type.js.map +0 -1
  171. package/lib/utility/behavior/typeparam.js +0 -22
  172. package/lib/utility/behavior/typeparam.js.map +0 -1
@@ -10,7 +10,7 @@ div(class="farris-input-wrap")
10
10
  -attrs['name'] = variable.replacedId;
11
11
  -attrs['[ngModelOptions]'] = "{standalone:true}";
12
12
  if (variable.readonly)
13
- -attrs['[readonly]'] = variable.readonly.value+"";
13
+ -attrs['[readonly]'] = variable.readonlyPipeSuffix?variable.readonly.value+variable.readonlyPipeSuffix"":variable.readonly.value+"";
14
14
  -attrs['[class.f-state-readonly]']=variable.readonly.value+"";
15
15
 
16
16
  -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
@@ -23,7 +23,7 @@ div(class="farris-input-wrap")
23
23
  -attrs["*ngIf"]="!"+variable.readonly.value;
24
24
  else
25
25
  -attrs["*ngIf"]="viewModel.stateMachine['editable']";
26
- kendo-combobox(id=variable.replacedId "input-end-edit" '[data]'!=variable.enumDataLang+"" '[textField]'="'name'" '[valueField]'="'value'" '[valuePrimitive]'="true" class="form-control" '(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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
26
+ kendo-combobox(id=variable.replacedId "input-end-edit" '[data]'!=variable.enumDataLang+"" '[textField]'="'name'" '[valueField]'="'value'" '[valuePrimitive]'="true" class="form-control" '(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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined )&attributes(attrs)
27
27
  div(class="farris-feedback")
28
28
  if(variable.isTextArea)
29
29
  -var areaAttrs = {};
@@ -40,7 +40,7 @@ div(class="farris-input-wrap")
40
40
  -areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
41
41
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
42
42
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
43
- farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
43
+ farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
44
44
  if(variable.titleTipsTemplate)
45
45
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
46
46
  i(class="f-icon f-icon-description-tips")
@@ -23,7 +23,7 @@ div(class="farris-input-wrap")
23
23
  -attrs["farris-set-focus"]="";
24
24
  if(variable.focusState)
25
25
  -attrs["[focusState]"]=variable.focusState+"";
26
- kendo-datepicker(id=variable.replacedId "input-end-edit" class="form-control k-widget k-datepicker k-header" '[format]'=variable.format?variable.format:undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[class.f-state-readonly]'=variable.readonly?variable.readonly.value+"":undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[(value)]'=variable.value?variable.value:undefined '[min]'=(variable.minValue?("'"+variable.minValue+"'|parseStrToDate"):undefined) '[max]'=(variable.maxValue?("'"+variable.maxValue+"'|parseStrToDate"):undefined) '[formatPlaceholder]'=variable.format+"|dateFormatPlaceholder:'"+(variable.binding && variable.binding.path)+"'" '[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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
26
+ kendo-datepicker(id=variable.replacedId "input-end-edit" class="form-control k-widget k-datepicker k-header" '[format]'=variable.format?variable.format:undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[class.f-state-readonly]'=variable.readonly?variable.readonly.value+"":undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[(value)]'=variable.value?variable.value:undefined '[min]'=(variable.minValue?("'"+variable.minValue+"'|parseStrToDate"):undefined) '[max]'=(variable.maxValue?("'"+variable.maxValue+"'|parseStrToDate"):undefined) '[formatPlaceholder]'=variable.format+"|dateFormatPlaceholder:'"+(variable.binding && variable.binding.path)+"'" '[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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined )&attributes(attrs)
27
27
  div(class="farris-feedback")
28
28
  if(variable.isTextArea)
29
29
  -var areaAttrs = {};
@@ -39,7 +39,7 @@ div(class="farris-input-wrap")
39
39
  else
40
40
  -areaAttrs['[(ngModel)]'] =variable.rowPrefix+(variable.ngModelPath);
41
41
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
42
- farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?variable.format:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
42
+ farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?variable.format:undefined '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
43
43
  if(variable.titleTipsTemplate)
44
44
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
45
45
  i(class="f-icon f-icon-description-tips")
@@ -24,7 +24,7 @@ div(class="farris-input-wrap")
24
24
  employee-selector-data-mapping
25
25
  input-end-edit
26
26
  '[disabled]'!=variable.disable?variable.disable.toString():undefined
27
- '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined
27
+ '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
28
28
  '[viewType]'!=variable.viewType?"'"+variable.viewType+"'":undefined
29
29
  '[busNum]'!=variable.busNum?"'"+variable.busNum+"'":undefined
30
30
  '[multiSelect]'!=variable.multiSelect?""+variable.multiSelect.value:undefined
@@ -10,9 +10,17 @@ div(class="farris-input-wrap f-utils-hcenter-vcenter f-utils-absolute-all "+((va
10
10
  -attrs['[(ngModel)]'] =variable.rowPrefix+ (variable.ngModelPath);
11
11
  -attrs['name'] = variable.replacedId;
12
12
  -attrs['[ngModelOptions]'] = "{standalone:true}";
13
- -attrs["*ngIf"]=variable.visible?variable.visible.value+'':undefined;
13
+ -attrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
14
14
  if(variable.hasDefaultFocus)
15
15
  -attrs["farris-set-focus"]="";
16
16
  if(variable.focusState)
17
17
  -attrs["[focusState]"]=variable.focusState+"";
18
- farris-avatar(id=variable.replacedId "input-end-edit" '[imgShape]'=variable.imgShape?"'"+variable.imgShape+"'":undefined '[avatarWidth]'=(variable.size && variable.size.width)?"'"+variable.size.width+"'":undefined '[avatarHeight]'=(variable.size && variable.size.height)?"'"+variable.size.height+"'":undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[type]'=variable.imgType?"'"+variable.imgType+"'":undefined '[imgTitle]'=variable.imgTitle?"'"+variable.imgTitle+"'":undefined '[size]'=(variable.maxSize || variable.maxSize==0)?variable.maxSize.toString():undefined '(imgChange)'=variable.imgChange?variable.imgChange+"":undefined '[cover]'=variable.cover?"'"+variable.cover+"'":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined )&attributes(attrs)
18
+ farris-avatar(id=variable.replacedId "input-end-edit" '[imgShape]'=variable.imgShape?"'"+variable.imgShape+"'":undefined
19
+ '[avatarWidth]'=(variable.size && variable.size.width)?"'"+variable.size.width+"'":undefined
20
+ '[avatarHeight]'=(variable.size && variable.size.height)?"'"+variable.size.height+"'":undefined
21
+ '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
22
+ '[type]'=variable.imgType?"'"+variable.imgType+"'":undefined
23
+ '[imgTitle]'=variable.imgTitle?"'"+variable.imgTitle+"'":undefined
24
+ '[size]'=(variable.maxSize || variable.maxSize==0)?variable.maxSize.toString():undefined
25
+ '(imgChange)'=variable.imgChange?variable.imgChange+"":undefined '[cover]'=variable.cover?"'"+variable.cover+"'":undefined
26
+ '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined )&attributes(attrs)
@@ -20,7 +20,7 @@ if(variable.hasDefaultFocus)
20
20
  if(variable.focusState)
21
21
  -attrs["[focusState]"]=variable.focusState+"";
22
22
  div('class'='farris-input-wrap')
23
- farris-checkboxgroup(id=variable.replacedId "input-end-edit" '(setCheckboxData)'=variable.setCheckboxData?variable.setCheckboxData+"":undefined '(changeValue)'=variable.changeValue?variable.changeValue+"":undefined '[disable]'!=variable.readonly ?""+variable.readonly.value:undefined '[horizontal]'= ""+variable.isHorizontal+"" '[data]'=variable.itemsLang?""+variable.itemsLang:undefined '[separator]'=variable.separator?"'"+variable.separator+"'":undefined '[uri]'=variable.uri?"'"+variable.uri+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
23
+ farris-checkboxgroup(id=variable.replacedId "input-end-edit" '(setCheckboxData)'=variable.setCheckboxData?variable.setCheckboxData+"":undefined '(changeValue)'=variable.changeValue?variable.changeValue+"":undefined '[disable]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined '[horizontal]'= ""+variable.isHorizontal+"" '[data]'=variable.itemsLang?""+variable.itemsLang:undefined '[separator]'=variable.separator?"'"+variable.separator+"'":undefined '[uri]'=variable.uri?"'"+variable.uri+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
24
24
  div(class="farris-feedback")
25
25
  if(variable.isTextArea)
26
26
  -var areaAttrs = {};
@@ -36,7 +36,7 @@ div('class'='farris-input-wrap')
36
36
  else
37
37
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
38
38
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
39
- farris-text('[type]'="'enum'" '[data]'=variable.itemsLang?""+variable.itemsLang:undefined '[enumDelimiter]'=variable.separator?"'"+variable.separator+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
39
+ farris-text('[type]'="'enum'" '[data]'=variable.itemsLang?""+variable.itemsLang:undefined '[enumDelimiter]'=variable.separator?"'"+variable.separator+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
40
40
  if(variable.titleTipsTemplate)
41
41
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
42
42
  i(class="f-icon f-icon-description-tips")
@@ -13,7 +13,7 @@ div(class="farris-input-wrap")
13
13
  if (variable.valueChanged)
14
14
  -attrs['(valueChange)'] = variable.valueChanged + '';
15
15
  if (variable.readonly)
16
- -attrs['[readonly]'] = variable.readonly.value+"";
16
+ -attrs['[readonly]'] = variable.readonlyPipeSuffix?variable.readonly.value+variable.readonlyPipeSuffix+"":variable.readonly.value+"";
17
17
  if(variable.isTextArea)
18
18
  if(variable.readonly && variable.readonly.isComposite)
19
19
  -attrs["*ngIf"]="!"+variable.readonly.value;
@@ -34,7 +34,7 @@ div(class="farris-input-wrap")
34
34
  '[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
35
35
  '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
36
36
  '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
37
- '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined
37
+ '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined
38
38
  '[showDisabledItem]'=variable.showDisabledItem?""+variable.showDisabledItem.value:undefined)&attributes(attrs)
39
39
  div(class="farris-feedback")
40
40
  if(variable.isTextArea)
@@ -51,7 +51,7 @@ div(class="farris-input-wrap")
51
51
  else
52
52
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
53
53
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
54
- farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?variable.enumDataLang:undefined '[valueField]'=variable.idField?"'"+variable.idField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
54
+ farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?variable.enumDataLang:undefined '[valueField]'=variable.idField?"'"+variable.idField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
55
55
  if(variable.titleTipsTemplate)
56
56
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
57
57
  i(class="f-icon f-icon-description-tips")
@@ -13,14 +13,14 @@ div(class="farris-input-wrap")
13
13
  if (variable.valueChanged)
14
14
  -attrs['(valueChange)'] = variable.valueChanged + '';
15
15
  if (variable.readonly)
16
- -attrs['[readonly]'] = variable.readonly.value+'';
16
+ -attrs['[readonly]'] = variable.readonlyPipeSuffix?variable.readonly.value+variable.readonlyPipeSuffix+"":variable.readonly.value+"";
17
17
 
18
18
  -attrs['placeholder'] ="{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
19
19
  if(variable.hasDefaultFocus)
20
20
  -attrs["farris-set-focus"]="";
21
21
  if(variable.focusState)
22
22
  -attrs["[focusState]"]=variable.focusState+"";
23
- farris-combo-lookup(id=variable.replacedId "input-end-edit" "combo-lookup-data-mapping" [target]="row" '(selectedValues)'=variable.selectedValues?variable.selectedValues:undefined '[displayType]'=variable.displayType?"'"+variable.displayType+"'":undefined '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable.toString():undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined '[panelWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[panelHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[idField]'=variable.idField?"'"+variable.idField+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[uri]'=variable.uri?"'"+variable.uri+"'":undefined '[multiSelect]'=(variable.multiSelect || variable.multiSelect==false)?variable.multiSelect.toString():undefined '(showPanel)'=variable.onShown?variable.onShown:undefined '(hidePanel)'=variable.onHidden?variable.onHidden:undefined '(clear)'=variable.clear?variable.clear:undefined '[autoWidth]'=(variable.autoWidth||variable.autoWidth==false)?variable.autoWidth.toString():undefined '[mapFields]'=variable.mapFields?""+variable.mapFields:undefined '[beforeShow]'=variable.beforeShow?""+variable.beforeShow:undefined '[beforeHide]'=variable.beforeHide?""+variable.beforeHide:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[context]'!=variable.context?""+variable.context: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 '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'!=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined )&attributes(attrs)
23
+ farris-combo-lookup(id=variable.replacedId "input-end-edit" "combo-lookup-data-mapping" [target]="row" '(selectedValues)'=variable.selectedValues?variable.selectedValues:undefined '[displayType]'=variable.displayType?"'"+variable.displayType+"'":undefined '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable.toString():undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined '[panelWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[panelHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[idField]'=variable.idField?"'"+variable.idField+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[uri]'=variable.uri?"'"+variable.uri+"'":undefined '[multiSelect]'=(variable.multiSelect || variable.multiSelect==false)?variable.multiSelect.toString():undefined '(showPanel)'=variable.onShown?variable.onShown:undefined '(hidePanel)'=variable.onHidden?variable.onHidden:undefined '(clear)'=variable.clear?variable.clear:undefined '[autoWidth]'=(variable.autoWidth||variable.autoWidth==false)?variable.autoWidth.toString():undefined '[mapFields]'=variable.mapFields?""+variable.mapFields:undefined '[beforeShow]'=variable.beforeShow?""+variable.beforeShow:undefined '[beforeHide]'=variable.beforeHide?""+variable.beforeHide:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[context]'!=variable.context?""+variable.context: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 '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'!=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined )&attributes(attrs)
24
24
  div(class="farris-feedback")
25
25
  if(variable.titleTipsTemplate)
26
26
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
@@ -30,7 +30,7 @@ div(class="farris-input-wrap")
30
30
  -attrs["farris-set-focus"]="";
31
31
  if(variable.focusState)
32
32
  -attrs["[focusState]"]=variable.focusState+"";
33
- farris-datepicker(id=variable.replacedId "input-end-edit" "farris-date-localization"=variable.localization?"":undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable+"":undefined '[locale]'=variable.locale?"'"+variable.locale+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[showTime]'=(variable.showTime || variable.showTime==false)?variable.showTime+"":undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[dateFormat]'!=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[disableDateRangesBegin]'!=variable.disableDateRangesBegin?variable.disableDateRangesBegin:undefined '[disableDateRangesEnd]'!=variable.disableDateRangesEnd?variable.disableDateRangesEnd:undefined '[disableDates]'!=variable.disableDates?variable.disableDates:undefined '[showWeekNumbers]'=(variable.showWeekNumbers || variable.showWeekNumbers==false)?variable.showWeekNumbers+"":undefined '[dateRangeDatesDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[shortcuts]'!=variable.shortcuts?variable.shortcuts:undefined '[returnType]'=variable.returnType?"'"+variable.returnType+"'":undefined '[useDefault]'=(variable.useDefault || variable.useDefault==false)?variable.useDefault.toString():undefined '[returnFormat]'=variable.returnFormat?"'"+variable.returnFormat+"'":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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined
33
+ farris-datepicker(id=variable.replacedId "input-end-edit" "farris-date-localization"=variable.localization?"":undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable+"":undefined '[locale]'=variable.locale?"'"+variable.locale+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[showTime]'=(variable.showTime || variable.showTime==false)?variable.showTime+"":undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[dateFormat]'!=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[disableDateRangesBegin]'!=variable.disableDateRangesBegin?variable.disableDateRangesBegin:undefined '[disableDateRangesEnd]'!=variable.disableDateRangesEnd?variable.disableDateRangesEnd:undefined '[disableDates]'!=variable.disableDates?variable.disableDates:undefined '[showWeekNumbers]'=(variable.showWeekNumbers || variable.showWeekNumbers==false)?variable.showWeekNumbers+"":undefined '[dateRangeDatesDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[shortcuts]'!=variable.shortcuts?variable.shortcuts:undefined '[returnType]'=variable.returnType?"'"+variable.returnType+"'":undefined '[useDefault]'=(variable.useDefault || variable.useDefault==false)?variable.useDefault.toString():undefined '[returnFormat]'=variable.returnFormat?"'"+variable.returnFormat+"'":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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined
34
34
  '[hourStep]'=(variable.hourStep || variable.hourStep==0)?""+variable.hourStep:undefined
35
35
  '[minuteStep]'=(variable.minuteStep || variable.minuteStep==0)?""+variable.minuteStep:undefined
36
36
  '[secondStep]'=(variable.secondStep || variable.secondStep==0)?""+variable.secondStep:undefined
@@ -51,7 +51,7 @@ div(class="farris-input-wrap")
51
51
  else
52
52
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
53
53
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
54
- farris-text('[type]'="'date'" '[localization]'=variable.localization?""+true:undefined '[localizationType]'=variable.localization?"'"+variable.localizationType+"'":undefined "farris-text-localization"=variable.localization?"":undefined '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[format]'=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[dateRangeDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
54
+ farris-text('[type]'="'date'" '[localization]'=variable.localization?""+true:undefined '[localizationType]'=variable.localization?"'"+variable.localizationType+"'":undefined "farris-text-localization"=variable.localization?"":undefined '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[format]'=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[dateRangeDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
55
55
  if(variable.titleTipsTemplate)
56
56
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
57
57
  i(class="f-icon f-icon-description-tips")
@@ -22,7 +22,18 @@ div(class="farris-input-wrap")
22
22
  -attrs["farris-set-focus"]="";
23
23
  if(variable.focusState)
24
24
  -attrs["[focusState]"]=variable.focusState+"";
25
- farris-number-range(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable:undefined '[editable]'=(variable.editable || variable.editable==false)?variable.editable+"":undefined '[readonly]'!=variable.readonly ?""+variable.readonly.value:undefined '[precision]'=(variable.precision || variable.precision == 0)?variable.precision+"":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[useThousands]'=(variable.useThousands || variable.useThousands==false)?variable.useThousands+"":undefined '[step]'=(variable.step || variable.step == 0)?variable.step+"":undefined '[min]'=(variable.minValue||variable.minValue==0)?variable.minValue+"":undefined '[max]'=(variable.maxValue||variable.maxValue==0)?variable.maxValue+"":undefined '[formatter]'=variable.formatterName?variable.formatterName:undefined '[parser]'=variable.parserName?variable.parserName:undefined '(valueChange)'=variable.onChange?variable.onChange:undefined '(blur)'=variable.onBlur?variable.onBlur: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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
25
+ farris-number-range(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable:undefined '[editable]'=(variable.editable || variable.editable==false)?variable.editable+"":undefined
26
+ '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
27
+ '[precision]'=(variable.precision || variable.precision == 0)?variable.precision+"":undefined
28
+ '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[useThousands]'=(variable.useThousands || variable.useThousands==false)?variable.useThousands+"":undefined
29
+ '[step]'=(variable.step || variable.step == 0)?variable.step+"":undefined '[min]'=(variable.minValue||variable.minValue==0)?variable.minValue+"":undefined
30
+ '[max]'=(variable.maxValue||variable.maxValue==0)?variable.maxValue+"":undefined '[formatter]'=variable.formatterName?variable.formatterName:undefined
31
+ '[parser]'=variable.parserName?variable.parserName:undefined '(valueChange)'=variable.onChange?variable.onChange:undefined '(blur)'=variable.onBlur?variable.onBlur:undefined
32
+ '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
33
+ '[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
34
+ '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
35
+ ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
36
+ '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined )&attributes(attrs)
26
37
  div(class="farris-feedback")
27
38
  if(variable.isTextArea)
28
39
  -var areaAttrs = {};
@@ -38,7 +49,7 @@ div(class="farris-input-wrap")
38
49
  else
39
50
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
40
51
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
41
- farris-text('[type]'="'number'" '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
52
+ farris-text('[type]'="'number'" '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
42
53
  if(variable.titleTipsTemplate)
43
54
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
44
55
  i(class="f-icon f-icon-description-tips")
@@ -21,7 +21,22 @@ div(class="farris-input-wrap")
21
21
  -attrs["farris-set-focus"]="";
22
22
  if(variable.focusState)
23
23
  -attrs["[focusState]"]=variable.focusState+"";
24
- farris-number-spinner(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable:undefined '[editable]'=(variable.editable || variable.editable==false)?variable.editable+"":undefined '[readonly]'!=variable.readonly?""+variable.readonly.value:undefined '[useThousands]'=(variable.useThousands || variable.useThousands==false)?variable.useThousands+"":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[step]'=(variable.step || variable.step == 0)?variable.step+"":undefined '[min]'=(variable.minValue||variable.minValue==0)?variable.minValue+"":undefined '[max]'=(variable.maxValue||variable.maxValue==0)?variable.maxValue+"":undefined '[formatter]'=variable.formatterName?variable.formatterName:undefined '[parser]'=variable.parserName?variable.parserName:undefined '[precision]'=(variable.precision || variable.precision == 0)?variable.precision+"":undefined '(valueChange)'=variable.valueChange?variable.valueChange:undefined '(blur)'=variable.onBlur?variable.onBlur:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[canNull]'=(variable.canNull||variable.canNull==false)?""+variable.canNull:undefined '[bigNumber]'=(variable.bigNumber||variable.bigNumber==false)?""+variable.bigNumber: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 '[showZero]'=variable.showZero?""+variable.showZero.value:undefined '[showButton]'=variable.showButton?""+variable.showButton.value:undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
24
+ farris-number-spinner(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable:undefined
25
+ '[editable]'=(variable.editable || variable.editable==false)?variable.editable+"":undefined
26
+ '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
27
+ '[useThousands]'=(variable.useThousands || variable.useThousands==false)?variable.useThousands+"":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined
28
+ '[step]'=(variable.step || variable.step == 0)?variable.step+"":undefined '[min]'=(variable.minValue||variable.minValue==0)?variable.minValue+"":undefined
29
+ '[max]'=(variable.maxValue||variable.maxValue==0)?variable.maxValue+"":undefined '[formatter]'=variable.formatterName?variable.formatterName:undefined
30
+ '[parser]'=variable.parserName?variable.parserName:undefined '[precision]'=(variable.precision || variable.precision == 0)?variable.precision+"":undefined
31
+ '(valueChange)'=variable.valueChange?variable.valueChange:undefined '(blur)'=variable.onBlur?variable.onBlur:undefined
32
+ '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[canNull]'=(variable.canNull||variable.canNull==false)?""+variable.canNull:undefined
33
+ '[bigNumber]'=(variable.bigNumber||variable.bigNumber==false)?""+variable.bigNumber:undefined
34
+ '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
35
+ 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
36
+ '[showZero]'=variable.showZero?""+variable.showZero.value:undefined '[showButton]'=variable.showButton?""+variable.showButton.value:undefined
37
+ '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
38
+ ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
39
+ '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
25
40
  div(class="farris-feedback")
26
41
  if(variable.isTextArea)
27
42
  -var areaAttrs = {};
@@ -37,7 +52,7 @@ div(class="farris-input-wrap")
37
52
  else
38
53
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
39
54
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
40
- farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[option]'=variable.textOptionsName?variable.textOptionsName:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
55
+ farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[option]'=variable.textOptionsName?variable.textOptionsName:undefined '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
41
56
  if(variable.titleTipsTemplate)
42
57
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
43
58
  i(class="f-icon f-icon-description-tips")
@@ -1,4 +1,4 @@
1
1
  div(class="farris-label-wrap")
2
2
  label(class="col-form-label")
3
- span(class="farris-label-info text-danger" '*ngIf'=variable.require?""+variable.require.value:undefined) *
4
- span(class="farris-label-text") {{'!{variable.textLang}'|lang:lang:'!{variable.text}'}}
3
+ span(class="farris-label-info text-danger" '*ngIf'=variable.require?variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value:undefined) *
4
+ span(class="farris-label-text") {{'!{variable.textLang}'|lang:lang:'!{variable.text}'}}
@@ -20,7 +20,16 @@ div(class="farris-input-wrap")
20
20
  -attrs["farris-set-focus"]="";
21
21
  if(variable.focusState)
22
22
  -attrs["[focusState]"]=variable.focusState+"";
23
- 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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
23
+ farris-switch(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable:undefined
24
+ '[editable]'=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
25
+ '[square]'=variable.square?""+variable.square:undefined '[checkedLabel]'=variable.checkedLabel?"'"+variable.checkedLabel+"'":undefined
26
+ '[uncheckedLabel]'=variable.uncheckedLabel?"'"+variable.uncheckedLabel+"'":undefined '(valueChange)'=variable.valueChange?variable.valueChange:undefined
27
+ '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
28
+ '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
29
+ 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
30
+ '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
31
+ ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
32
+ '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
24
33
  div(class="farris-feedback")
25
34
  if(variable.isTextArea)
26
35
  -var areaAttrs = {};
@@ -36,7 +45,7 @@ div(class="farris-input-wrap")
36
45
  else
37
46
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
38
47
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
39
- farris-text('[type]'="'boolean'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
48
+ farris-text('[type]'="'boolean'" '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
40
49
  if(variable.titleTipsTemplate)
41
50
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
42
51
  i(class="f-icon f-icon-description-tips")
@@ -22,7 +22,14 @@ div(class="farris-input-wrap")
22
22
  -attrs["farris-set-focus"]="";
23
23
  if(variable.focusState)
24
24
  -attrs["[focusState]"]=variable.focusState+"";
25
- farris-tags(id=variable.replacedId?""+variable.replacedId:undefined '*ngIf'!=variable.visible ?variable.visible.value+'':undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[checkable]'=(variable.checkable || variable.checkable==false)?""+variable.checkable:undefined '[className]'=variable.className?"'"+variable.className+"'":undefined '[color]'=variable.color?"'"+variable.color+"'":undefined '[tagType]'=variable.tagType?"'"+variable.tagType+"'":undefined '(tagClick)'=variable.click?""+variable.click:undefined '(dataChanged)'=variable.dataChanged?""+variable.dataChanged:undefined '(closed)'=variable.closed?""+variable.closed: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)
25
+ farris-tags(id=variable.replacedId?""+variable.replacedId:undefined '*ngIf'!=variable.visible ?variable.visible.value+'':undefined
26
+ '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
27
+ '[checkable]'=(variable.checkable || variable.checkable==false)?""+variable.checkable:undefined
28
+ '[className]'=variable.className?"'"+variable.className+"'":undefined '[color]'=variable.color?"'"+variable.color+"'":undefined
29
+ '[tagType]'=variable.tagType?"'"+variable.tagType+"'":undefined '(tagClick)'=variable.click?""+variable.click:undefined
30
+ '(dataChanged)'=variable.dataChanged?""+variable.dataChanged:undefined '(closed)'=variable.closed?""+variable.closed:undefined
31
+ '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
32
+ 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined )&attributes(attrs)
26
33
  div(class="farris-feedback")
27
34
  if(variable.isTextArea)
28
35
  -var areaAttrs = {};
@@ -25,7 +25,7 @@ div(class="farris-input-wrap")
25
25
  -attrs["farris-set-focus"]="";
26
26
  if(variable.focusState)
27
27
  -attrs["[focusState]"]=variable.focusState+"";
28
- farris-time-picker(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?""+variable.readonly.value:undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined '[hourStep]'=variable.hourStep?variable.hourStep.toString():undefined '[minuteStep]'=variable.minuteStep?variable.minuteStep.toString():undefined '[secondStep]'=variable.secondStep?variable.secondStep.toString():undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[hideDisabledOptions]'=(variable.hideDisabledOptions || variable.hideDisabledOptions==false)?variable.hideDisabledOptions.toString():undefined '(clear)'=variable.clear?variable.clear:undefined '(valueChanged)'=variable.valueChanged?variable.valueChanged.toString():undefined '(openChange)'=variable.openChange?variable.openChange.toString():undefined '[use12Hours]'=(variable.use12Hours || variable.use12Hours==false)?variable.use12Hours+"":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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined)&attributes(attrs)
28
+ farris-time-picker(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined '[hourStep]'=variable.hourStep?variable.hourStep.toString():undefined '[minuteStep]'=variable.minuteStep?variable.minuteStep.toString():undefined '[secondStep]'=variable.secondStep?variable.secondStep.toString():undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[hideDisabledOptions]'=(variable.hideDisabledOptions || variable.hideDisabledOptions==false)?variable.hideDisabledOptions.toString():undefined '(clear)'=variable.clear?variable.clear:undefined '(valueChanged)'=variable.valueChanged?variable.valueChanged.toString():undefined '(openChange)'=variable.openChange?variable.openChange.toString():undefined '[use12Hours]'=(variable.use12Hours || variable.use12Hours==false)?variable.use12Hours+"":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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined)&attributes(attrs)
29
29
  div(class="farris-feedback")
30
30
  if(variable.isTextArea)
31
31
  -var areaAttrs = {};
@@ -41,7 +41,7 @@ div(class="farris-input-wrap")
41
41
  else
42
42
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
43
43
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
44
- farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
44
+ farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
45
45
  if(variable.titleTipsTemplate)
46
46
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
47
47
  i(class="f-icon f-icon-description-tips")
@@ -15,7 +15,7 @@ div(class="farris-input-wrap")
15
15
  -attrs["farris-set-focus"]="";
16
16
  if(variable.focusState)
17
17
  -attrs["[focusState]"]=variable.focusState+"";
18
- farris-time-spinner(id=variable.replacedId "input-end-edit" '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable+"":undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable+"":undefined '[use12Hours]'=(variable.use12Hours||variable.use12Hours==false)?variable.use12Hours+"":undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[placeHolder]'=variable.placeHolderLangName?variable.placeHolderLangName:undefined '[hourStep]'=(variable.hourStep||variable.hourStep==0)?"'"+variable.hourStep+"'":undefined '[minuteStep]'=(variable.minuteStep||variable.minuteStep==0)?"'"+variable.minuteStep+"'":undefined '[secondStep]'=(variable.secondStep||variable.secondStep==0)?"'"+variable.secondStep+"'":undefined '[max]'=variable.maxValue?"'"+variable.maxValue+"'":undefined '[min]'=variable.minValue?"'"+variable.minValue+"'":undefined '[disabledSeconds]'=(variable.disabledSeconds||variable.disabledSeconds==false)?variable.disabledSeconds+"":undefined '[separator]'=variable.splitter?"'"+variable.splitter+"'":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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
18
+ farris-time-spinner(id=variable.replacedId "input-end-edit" '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable+"":undefined '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable+"":undefined '[use12Hours]'=(variable.use12Hours||variable.use12Hours==false)?variable.use12Hours+"":undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[placeHolder]'=variable.placeHolderLangName?variable.placeHolderLangName:undefined '[hourStep]'=(variable.hourStep||variable.hourStep==0)?"'"+variable.hourStep+"'":undefined '[minuteStep]'=(variable.minuteStep||variable.minuteStep==0)?"'"+variable.minuteStep+"'":undefined '[secondStep]'=(variable.secondStep||variable.secondStep==0)?"'"+variable.secondStep+"'":undefined '[max]'=variable.maxValue?"'"+variable.maxValue+"'":undefined '[min]'=variable.minValue?"'"+variable.minValue+"'":undefined '[disabledSeconds]'=(variable.disabledSeconds||variable.disabledSeconds==false)?variable.disabledSeconds+"":undefined '[separator]'=variable.splitter?"'"+variable.splitter+"'":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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
19
19
  div(class="farris-feedback")
20
20
  if(variable.titleTipsTemplate)
21
21
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
@@ -20,7 +20,7 @@ if(variable.hasDefaultFocus)
20
20
  if(variable.focusState)
21
21
  -attrs["[focusState]"]=variable.focusState+"";
22
22
  div('class'='farris-input-wrap')
23
- input-group(id=variable.replacedId?""+variable.replacedId:undefined '[groupText]'=variable.groupTextLangName?""+variable.groupTextLangName:undefined "input-end-edit" '[disabled]'!=variable.disable?variable.disable+"":undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[editable]'=(variable.editable || variable.editable == false)?variable.editable+"":undefined '[enableClear]'=variable.enableClear?variable.enableClear+"":undefined '[customCls]'=variable.customCls?"'"+variable.customCls+"'":undefined '[showButtonWhenDisabled]'=variable.showButtonWhenDisabled?variable.showButtonWhenDisabled+"":undefined '[placeholder]'=variable.placeHolderLangName?""+variable.placeHolderLangName:undefined '(clear)'=variable.onClear?variable.onClear:undefined '(valueChange)'=variable.valueChange?variable.valueChange+"":undefined '(clickHandle)'=variable.click?variable.click+"":undefined '(blurHandle)'=variable.onBlur?variable.onBlur+"":undefined '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[enableViewPassword]'=(variable.enableViewPassword || variable.enableViewPassword == false)?""+variable.enableViewPassword: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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
23
+ input-group(id=variable.replacedId?""+variable.replacedId:undefined '[groupText]'=variable.groupTextLangName?""+variable.groupTextLangName:undefined "input-end-edit" '[disabled]'!=variable.disable?variable.disable+"":undefined '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?variable.readonly.value+variable.readonlyPipeSuffix+"":variable.readonly.value+"":undefined '[editable]'=(variable.editable || variable.editable == false)?variable.editable+"":undefined '[enableClear]'=variable.enableClear?variable.enableClear+"":undefined '[customCls]'=variable.customCls?"'"+variable.customCls+"'":undefined '[showButtonWhenDisabled]'=variable.showButtonWhenDisabled?variable.showButtonWhenDisabled+"":undefined '[placeholder]'=variable.placeHolderLangName?""+variable.placeHolderLangName:undefined '(clear)'=variable.onClear?variable.onClear:undefined '(valueChange)'=variable.valueChange?variable.valueChange+"":undefined '(clickHandle)'=variable.click?variable.click+"":undefined '(blurHandle)'=variable.onBlur?variable.onBlur+"":undefined '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[enableViewPassword]'=(variable.enableViewPassword || variable.enableViewPassword == false)?""+variable.enableViewPassword: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 '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
24
24
  if(variable.isTextArea)
25
25
  -var areaAttrs = {};
26
26
  if(variable.readonly && variable.readonly.isComposite)
@@ -35,7 +35,7 @@ div('class'='farris-input-wrap')
35
35
  else
36
36
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
37
37
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
38
- farris-text('[type]'="'string'" '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
38
+ farris-text('[type]'="'string'" '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
39
39
  if(variable.titleTipsTemplate)
40
40
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
41
41
  i(class="f-icon f-icon-description-tips")
@@ -24,7 +24,7 @@ div(class="farris-input-wrap")
24
24
  -attrs["farris-set-focus"]="";
25
25
  if(variable.focusState)
26
26
  -attrs["[focusState]"]=variable.focusState+"";
27
- language-textbox(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[languages]'=variable.useFrameworkLanguage?""+variable.currentLanguageListName:variable.currentLanguageListName '[enableClear]'=(variable.enableClear || variable.enableClear == false)?""+variable.enableClear: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 '[editable]'=variable.editable?""+variable.editable.value:undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
27
+ language-textbox(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?variable.readonly.value+variable.readonlyPipeSuffix+"":variable.readonly.value+"":undefined '[languages]'=variable.useFrameworkLanguage?""+variable.currentLanguageListName:variable.currentLanguageListName '[enableClear]'=(variable.enableClear || variable.enableClear == false)?""+variable.enableClear: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 '[editable]'=variable.editable?""+variable.editable.value:undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
28
28
  div(class="farris-feedback")
29
29
  if(variable.isTextArea)
30
30
  -var areaAttrs = {};
@@ -40,7 +40,7 @@ div(class="farris-input-wrap")
40
40
  else
41
41
  -areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
42
42
  -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
43
- farris-text('[type]'="'string'" '[currentLanguage]'="this.lang" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
43
+ farris-text('[type]'="'string'" '[currentLanguage]'="this.lang" '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
44
44
  if(variable.titleTipsTemplate)
45
45
  span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
46
46
  i(class="f-icon f-icon-description-tips")
@@ -28,7 +28,7 @@ div(class="farris-input-wrap")
28
28
  personnel-selector-data-mapping
29
29
  input-end-edit
30
30
  '[disabled]'!=variable.disable?variable.disable.toString():undefined
31
- '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined
31
+ '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?variable.readonly.value+variable.readonlyPipeSuffix+"":variable.readonly.value+"":undefined
32
32
  '[viewType]'!=variable.viewType?"'"+variable.viewType+"'":undefined
33
33
  '[busNum]'!=variable.busNum?"'"+variable.busNum+"'":undefined
34
34
  '[absOrgType]'=variable.absOrgType?"'"+variable.absOrgType+"'":undefined