@farris/jit-engine 1.3.351 → 1.3.353

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 (209) hide show
  1. package/README.md +9 -21
  2. package/lib/domstructure/devkit/module/module.js +216 -216
  3. package/lib/domstructure/devkit/module/module.js.map +1 -1
  4. package/lib/domstructure/ui/common/absctract_dom.js +2 -2
  5. package/lib/domstructure/ui/common/appearance.js +35 -35
  6. package/lib/domstructure/ui/common/background.js +33 -33
  7. package/lib/domstructure/ui/common/base-title-component.js +46 -46
  8. package/lib/domstructure/ui/common/basecomponent.js +160 -160
  9. package/lib/domstructure/ui/common/binding.js +164 -164
  10. package/lib/domstructure/ui/common/binding.js.map +1 -1
  11. package/lib/domstructure/ui/common/border.js +39 -39
  12. package/lib/domstructure/ui/common/font.js +38 -38
  13. package/lib/domstructure/ui/common/index.js +21 -21
  14. package/lib/domstructure/ui/common/margin.js +39 -39
  15. package/lib/domstructure/ui/common/padding.js +39 -39
  16. package/lib/domstructure/ui/common/size.js +34 -34
  17. package/lib/domstructure/ui/common/visible.js +69 -69
  18. package/lib/domstructure/ui/data/index.js +68 -69
  19. package/lib/domstructure/ui/data/index.js.map +1 -1
  20. package/lib/domstructure/ui/queryScheme/query-scheme.js +0 -3
  21. package/lib/domstructure/ui/queryScheme/query-scheme.js.map +1 -1
  22. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +93 -93
  23. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js.map +1 -1
  24. package/lib/template/ui/kendo/adminorganization-selector.pug +101 -101
  25. package/lib/template/ui/kendo/appointment-calendar.pug +39 -39
  26. package/lib/template/ui/kendo/button.pug +16 -16
  27. package/lib/template/ui/kendo/buttongroup.pug +7 -7
  28. package/lib/template/ui/kendo/chart.pug +9 -9
  29. package/lib/template/ui/kendo/checkbox.pug +118 -118
  30. package/lib/template/ui/kendo/checkboxgroup.pug +63 -63
  31. package/lib/template/ui/kendo/city-selector.pug +69 -69
  32. package/lib/template/ui/kendo/combobox.pug +70 -70
  33. package/lib/template/ui/kendo/componentref.pug +3 -3
  34. package/lib/template/ui/kendo/contentcontainer.pug +8 -8
  35. package/lib/template/ui/kendo/datepicker.pug +70 -70
  36. package/lib/template/ui/kendo/dialog.pug +10 -10
  37. package/lib/template/ui/kendo/dropdownlist.pug +18 -18
  38. package/lib/template/ui/kendo/dynamic-area-item.pug +1 -1
  39. package/lib/template/ui/kendo/employee-selector.pug +96 -96
  40. package/lib/template/ui/kendo/externalContainer.pug +12 -12
  41. package/lib/template/ui/kendo/externalRouteContainer.pug +1 -1
  42. package/lib/template/ui/kendo/farris-avatar.pug +18 -18
  43. package/lib/template/ui/kendo/farris-calendar.pug +5 -5
  44. package/lib/template/ui/kendo/farris-checkbox-group.pug +96 -96
  45. package/lib/template/ui/kendo/farris-combo-list.pug +111 -111
  46. package/lib/template/ui/kendo/farris-datagrid-template.pug +21 -21
  47. package/lib/template/ui/kendo/farris-datagrid.pug +37 -37
  48. package/lib/template/ui/kendo/farris-datepicker.pug +118 -118
  49. package/lib/template/ui/kendo/farris-dynamic-control-group.pug +14 -14
  50. package/lib/template/ui/kendo/farris-ext-intergration.pug +79 -79
  51. package/lib/template/ui/kendo/farris-file-preview.pug +6 -6
  52. package/lib/template/ui/kendo/farris-file-upload-preview.pug +1 -1
  53. package/lib/template/ui/kendo/farris-file-upload.pug +3 -3
  54. package/lib/template/ui/kendo/farris-light-list-filter.pug +10 -10
  55. package/lib/template/ui/kendo/farris-list-filter.pug +11 -11
  56. package/lib/template/ui/kendo/farris-list-view.pug +28 -27
  57. package/lib/template/ui/kendo/farris-number-range.pug +98 -98
  58. package/lib/template/ui/kendo/farris-number-spinner.pug +103 -103
  59. package/lib/template/ui/kendo/farris-query-solution.pug +17 -18
  60. package/lib/template/ui/kendo/farris-scrollspy.pug +10 -10
  61. package/lib/template/ui/kendo/farris-splitter-pane.pug +11 -11
  62. package/lib/template/ui/kendo/farris-splitter.pug +6 -6
  63. package/lib/template/ui/kendo/farris-switch.pug +88 -88
  64. package/lib/template/ui/kendo/farris-tags.pug +70 -70
  65. package/lib/template/ui/kendo/farris-time-picker.pug +102 -102
  66. package/lib/template/ui/kendo/farris-time-spinner.pug +71 -71
  67. package/lib/template/ui/kendo/farris-ui-footer.pug +15 -15
  68. package/lib/template/ui/kendo/farris-wizard-page-detail.pug +14 -14
  69. package/lib/template/ui/kendo/farris-wizard.pug +8 -8
  70. package/lib/template/ui/kendo/farrissidebar.pug +26 -26
  71. package/lib/template/ui/kendo/farristabpage.pug +14 -14
  72. package/lib/template/ui/kendo/farristabs.pug +13 -13
  73. package/lib/template/ui/kendo/farristag.pug +6 -6
  74. package/lib/template/ui/kendo/fieldset.pug +20 -20
  75. package/lib/template/ui/kendo/flexlayout.pug +5 -5
  76. package/lib/template/ui/kendo/form.pug +15 -15
  77. package/lib/template/ui/kendo/grid.pug +83 -83
  78. package/lib/template/ui/kendo/header.pug +9 -9
  79. package/lib/template/ui/kendo/hidden-container.pug +1 -1
  80. package/lib/template/ui/kendo/image-upload.pug +82 -82
  81. package/lib/template/ui/kendo/image.pug +18 -18
  82. package/lib/template/ui/kendo/input-group.pug +96 -96
  83. package/lib/template/ui/kendo/label.pug +18 -18
  84. package/lib/template/ui/kendo/lookup-employee.pug +109 -109
  85. package/lib/template/ui/kendo/lookup.pug +113 -113
  86. package/lib/template/ui/kendo/loop-container.pug +1 -1
  87. package/lib/template/ui/kendo/menu.pug +3 -3
  88. package/lib/template/ui/kendo/menuitem.pug +7 -7
  89. package/lib/template/ui/kendo/modal-footer.pug +9 -9
  90. package/lib/template/ui/kendo/multi-view-container.pug +7 -7
  91. package/lib/template/ui/kendo/multi-view-item.pug +8 -8
  92. package/lib/template/ui/kendo/multitextbox.pug +101 -101
  93. package/lib/template/ui/kendo/numericbox.pug +70 -70
  94. package/lib/template/ui/kendo/oa-relation.pug +20 -20
  95. package/lib/template/ui/kendo/organization-selector.pug +116 -116
  96. package/lib/template/ui/kendo/p-treetable.pug +28 -28
  97. package/lib/template/ui/kendo/popup.pug +3 -3
  98. package/lib/template/ui/kendo/portlet.pug +2 -2
  99. package/lib/template/ui/kendo/primeng-edittree/checkbox.pug +12 -12
  100. package/lib/template/ui/kendo/primeng-edittree/farris-combo-list.pug +16 -16
  101. package/lib/template/ui/kendo/primeng-edittree/farris-combo-lookup.pug +19 -19
  102. package/lib/template/ui/kendo/primeng-edittree/farris-datepicker.pug +31 -31
  103. package/lib/template/ui/kendo/primeng-edittree/farris-number-spinner.pug +18 -18
  104. package/lib/template/ui/kendo/primeng-edittree/farris-switch.pug +13 -13
  105. package/lib/template/ui/kendo/primeng-edittree/farris-time-picker.pug +17 -17
  106. package/lib/template/ui/kendo/primeng-edittree/input-group.pug +14 -14
  107. package/lib/template/ui/kendo/primeng-edittree/language-textbox.pug +14 -14
  108. package/lib/template/ui/kendo/primeng-edittree/lookup.pug +32 -32
  109. package/lib/template/ui/kendo/primeng-edittree/multitextbox.pug +17 -17
  110. package/lib/template/ui/kendo/primeng-edittree/textbox.pug +18 -18
  111. package/lib/template/ui/kendo/qdp-condition-dialog-tab.pug +3 -3
  112. package/lib/template/ui/kendo/qdp-condition-dialog.pug +3 -3
  113. package/lib/template/ui/kendo/qdpframework.pug +15 -15
  114. package/lib/template/ui/kendo/queryform.pug +7 -7
  115. package/lib/template/ui/kendo/radiobox.pug +60 -60
  116. package/lib/template/ui/kendo/radioboxgroup.pug +94 -94
  117. package/lib/template/ui/kendo/richtextbox.pug +53 -53
  118. package/lib/template/ui/kendo/scroll-collapse-area.pug +2 -2
  119. package/lib/template/ui/kendo/section.pug +44 -44
  120. package/lib/template/ui/kendo/select.pug +46 -46
  121. package/lib/template/ui/kendo/spreadsheet.pug +7 -7
  122. package/lib/template/ui/kendo/switch.pug +67 -67
  123. package/lib/template/ui/kendo/tab.pug +3 -3
  124. package/lib/template/ui/kendo/table/adminorganization-selector.pug +73 -73
  125. package/lib/template/ui/kendo/table/checkbox.pug +92 -92
  126. package/lib/template/ui/kendo/table/checkboxgroup.pug +30 -30
  127. package/lib/template/ui/kendo/table/combobox.pug +49 -49
  128. package/lib/template/ui/kendo/table/datepicker.pug +49 -49
  129. package/lib/template/ui/kendo/table/employee-selector.pug +70 -70
  130. package/lib/template/ui/kendo/table/farris-avatar.pug +25 -25
  131. package/lib/template/ui/kendo/table/farris-checkbox-group.pug +47 -47
  132. package/lib/template/ui/kendo/table/farris-combo-list.pug +60 -60
  133. package/lib/template/ui/kendo/table/farris-combo-lookup.pug +30 -30
  134. package/lib/template/ui/kendo/table/farris-datepicker.pug +61 -61
  135. package/lib/template/ui/kendo/table/farris-number-range.pug +59 -59
  136. package/lib/template/ui/kendo/table/farris-number-spinner.pug +61 -61
  137. package/lib/template/ui/kendo/table/farris-static-text.pug +3 -3
  138. package/lib/template/ui/kendo/table/farris-switch.pug +55 -55
  139. package/lib/template/ui/kendo/table/farris-table-column.pug +1 -1
  140. package/lib/template/ui/kendo/table/farris-table-row.pug +1 -1
  141. package/lib/template/ui/kendo/table/farris-tags.pug +55 -55
  142. package/lib/template/ui/kendo/table/farris-time-picker.pug +51 -51
  143. package/lib/template/ui/kendo/table/farris-time-spinner.pug +25 -25
  144. package/lib/template/ui/kendo/table/input-group.pug +46 -46
  145. package/lib/template/ui/kendo/table/lookup-employee.pug +71 -71
  146. package/lib/template/ui/kendo/table/lookup.pug +75 -75
  147. package/lib/template/ui/kendo/table/multitextbox.pug +47 -47
  148. package/lib/template/ui/kendo/table/numericbox.pug +59 -59
  149. package/lib/template/ui/kendo/table/organization-selector.pug +75 -75
  150. package/lib/template/ui/kendo/table/radiobox.pug +27 -27
  151. package/lib/template/ui/kendo/table/radioboxgroup.pug +47 -47
  152. package/lib/template/ui/kendo/table/richtextbox.pug +30 -30
  153. package/lib/template/ui/kendo/table/select.pug +21 -21
  154. package/lib/template/ui/kendo/table/switch.pug +55 -55
  155. package/lib/template/ui/kendo/table/textbox.pug +53 -53
  156. package/lib/template/ui/kendo/table/timebox.pug +33 -33
  157. package/lib/template/ui/kendo/table/timepicker.pug +25 -25
  158. package/lib/template/ui/kendo/table/tinymcerichtextbox.pug +36 -36
  159. package/lib/template/ui/kendo/tabpage.pug +10 -10
  160. package/lib/template/ui/kendo/template.pug +2 -2
  161. package/lib/template/ui/kendo/textbox.pug +98 -98
  162. package/lib/template/ui/kendo/timebox.pug +47 -47
  163. package/lib/template/ui/kendo/timepicker.pug +17 -17
  164. package/lib/template/ui/kendo/tinymcerichtextbox.pug +59 -59
  165. package/lib/template/ui/kendo/toolbar.pug +5 -5
  166. package/lib/template/ui/kendo/view-change.pug +1 -1
  167. package/lib/template/ui/kendo/wizarddetailcontainer.pug +6 -6
  168. package/lib/utility/config-hepler.js.map +1 -1
  169. package/lib/utility/declaration-trigger.js +3 -0
  170. package/lib/utility/devkit/component-creator.js +191 -192
  171. package/lib/utility/devkit/component-creator.js.map +1 -1
  172. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js +221 -222
  173. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js.map +1 -1
  174. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js +56 -57
  175. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js.map +1 -1
  176. package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js +64 -64
  177. package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js.map +1 -1
  178. package/lib/utility/devkit/form-file-executor.js +1 -6
  179. package/lib/utility/devkit/form-file-executor.js.map +1 -1
  180. package/lib/utility/devkit/module-creator.js +167 -170
  181. package/lib/utility/devkit/module-creator.js.map +1 -1
  182. package/lib/utility/farris-datagrid/column-editor-manager.js +111 -115
  183. package/lib/utility/farris-datagrid/column-editor-manager.js.map +1 -1
  184. package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js +105 -112
  185. package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js.map +1 -1
  186. package/lib/utility/i18n/i18n-resource-manager.js +237 -237
  187. package/lib/utility/i18n/i18n-resource-manager.js.map +1 -1
  188. package/lib/utility/i18n/index.js +13 -13
  189. package/lib/utility/template-generator/devkit/lang-template-generator.js +2 -37
  190. package/lib/utility/template-generator/devkit/lang-template-generator.js.map +1 -1
  191. package/lib/utility/template-generator/devkit/module-generator/index.js +19 -19
  192. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +303 -304
  193. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js.map +1 -1
  194. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +282 -300
  195. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
  196. package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js +158 -158
  197. package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js.map +1 -1
  198. package/package.json +1 -1
  199. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js +0 -48
  200. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js.map +0 -1
  201. package/lib/template/ui/kendo/light-lookup.pug +0 -183
  202. package/lib/utility/farris-datagrid/external-service-lookup-editor.js +0 -96
  203. package/lib/utility/farris-datagrid/external-service-lookup-editor.js.map +0 -1
  204. package/lib/utility/template-generator/advanced-component-recognizer.js +0 -75
  205. package/lib/utility/template-generator/advanced-component-recognizer.js.map +0 -1
  206. package/lib/utility/template-generator/devkit-template-config.js +0 -580
  207. package/lib/utility/template-generator/devkit-template-config.js.map +0 -1
  208. package/lib/utility/template-generator/external-service-lookup-checker.js +0 -28
  209. package/lib/utility/template-generator/external-service-lookup-checker.js.map +0 -1
@@ -1,102 +1,102 @@
1
- -var holdPlaceOuterAttrs = {};
2
- -var holdPlaceInnerAttrs = {};
3
- -var holdPlaceEmptyAttrs = {};
4
- if(variable.holdPlace)
5
- -holdPlaceInnerAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
6
- -holdPlaceEmptyAttrs['*ngIf']=variable.visible?variable.visiblePipeSuffix?'!'+variable.visible.value+variable.visiblePipeSuffix+'':'!'+variable.visible.value+'':undefined;
7
- else
8
- -holdPlaceOuterAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
9
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
10
- if(variable.holdPlace)
11
- div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
12
- div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
13
- div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
14
- if (variable.title)
15
- -var titleValue=variable.isStaticTitle?("'" + variable.resourceId + "'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
16
- if(variable.linkedLabelEnabled)
17
- label(class="col-form-label f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
18
- if (variable.require)
19
- span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
20
- span(class="farris-label-text") {{#{titleValue}}}
21
- else
22
- label(class="col-form-label" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
23
- if (variable.require)
24
- span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
25
- span(class="farris-label-text") {{#{titleValue}}}
26
- div(class="farris-input-wrap")
27
- -var attrs = {};
28
- if (variable.binding && variable.binding.type == 'Variable')
29
- -attrs['[(ngModel)]'] = variable.binding.value;
30
- -attrs['name'] = variable.replacedId;
31
- -attrs['[ngModelOptions]'] = "{standalone:true}";
32
- else
33
- -attrs['formControlName'] = (variable.binding && variable.binding.path);
34
- if (variable.valueChange)
35
- -attrs['(valueChange)'] = variable.valueChange + '';
36
-
37
- -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
38
- -attrs['#'+variable.replacedId] = "";
39
- if(variable.isTextArea)
40
- if(variable.readonly && variable.readonly.isComposite)
41
- -attrs["*ngIf"]="!"+variable.readonly.value;
42
- else
43
- -attrs["*ngIf"]="viewModel.stateMachine['editable']";
44
- if(variable.hasDefaultFocus)
45
- -attrs["farris-set-focus"]="";
46
- if(variable.focusState)
47
- -attrs["[focusState]"]=variable.focusState+"";
48
- farris-time-picker(id=variable.replacedId "input-end-edit" "timePickerRef"
49
- '[disabled]'!=variable.disable?variable.disable.toString():undefined
50
- '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
51
- '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined
52
- '[hourStep]'=variable.hourStep?variable.hourStep.toString():undefined
53
- '[minuteStep]'=variable.minuteStep?variable.minuteStep.toString():undefined
54
- '[secondStep]'=variable.secondStep?variable.secondStep.toString():undefined
55
- '[format]'=variable.format?"'"+variable.format+"'":undefined
56
- '[hideDisabledOptions]'=(variable.hideDisabledOptions || variable.hideDisabledOptions==false)?variable.hideDisabledOptions.toString():undefined
57
- '(clear)'=variable.clear?variable.clear:undefined '(valueChanged)'=variable.valueChanged?variable.valueChanged.toString():undefined
58
- '(openChange)'=variable.openChange?variable.openChange.toString():undefined
59
- '[use12Hours]'=(variable.use12Hours || variable.use12Hours==false)?variable.use12Hours+"":undefined
60
- '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
61
- '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
62
- 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
63
- '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined
64
- '[showDisabledItem]'=variable.showDisabledItem?""+variable.showDisabledItem.value:undefined
65
- '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
66
- '[inputAppendScene]'=variable.inputAppendScene?"'"+variable.inputAppendScene+"'":undefined
67
- '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
68
- '[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
69
- '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
70
- '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined
71
- '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
72
- if (variable.needValid && variable.binding && variable.binding.path)
73
- -var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
74
- validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
75
- div(class="farris-feedback")
76
- if(variable.isTextArea)
77
- -var areaAttrs = {};
78
- if(variable.readonly && variable.readonly.isComposite)
79
- -areaAttrs["*ngIf"]=variable.readonly.value;
80
- else
81
- -areaAttrs["*ngIf"]="!viewModel.stateMachine['editable']";
82
- if (variable.binding && variable.binding.type == 'Variable')
83
- -areaAttrs['[(ngModel)]'] = variable.binding.value;
84
- -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
85
- else
86
- -areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
87
- farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined
88
- '[format]'=variable.format?"'"+variable.format+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined
89
- '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined
90
- '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined
91
- '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
92
- '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
93
- '[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
94
- '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
95
- '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
96
- if(variable.titleTipsTemplate)
97
- span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
98
- i(class="f-icon f-icon-description-tips")
99
- -var tipsAttrs= {};
100
- -tipsAttrs['#'+variable.titleTipsTemplateName] = "";
101
- ng-template()&attributes(tipsAttrs)
102
- | !{variable.titleTipsTemplate}
1
+ -var holdPlaceOuterAttrs = {};
2
+ -var holdPlaceInnerAttrs = {};
3
+ -var holdPlaceEmptyAttrs = {};
4
+ if(variable.holdPlace)
5
+ -holdPlaceInnerAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
6
+ -holdPlaceEmptyAttrs['*ngIf']=variable.visible?variable.visiblePipeSuffix?'!'+variable.visible.value+variable.visiblePipeSuffix+'':'!'+variable.visible.value+'':undefined;
7
+ else
8
+ -holdPlaceOuterAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
9
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
10
+ if(variable.holdPlace)
11
+ div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
12
+ div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
13
+ div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
14
+ if (variable.title)
15
+ -var titleValue=variable.isStaticTitle?("'" + variable.resourceId + "'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
16
+ if(variable.linkedLabelEnabled)
17
+ label(class="col-form-label f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
18
+ if (variable.require)
19
+ span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
20
+ span(class="farris-label-text") {{#{titleValue}}}
21
+ else
22
+ label(class="col-form-label" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
23
+ if (variable.require)
24
+ span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
25
+ span(class="farris-label-text") {{#{titleValue}}}
26
+ div(class="farris-input-wrap")
27
+ -var attrs = {};
28
+ if (variable.binding && variable.binding.type == 'Variable')
29
+ -attrs['[(ngModel)]'] = variable.binding.value;
30
+ -attrs['name'] = variable.replacedId;
31
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
32
+ else
33
+ -attrs['formControlName'] = (variable.binding && variable.binding.path);
34
+ if (variable.valueChange)
35
+ -attrs['(valueChange)'] = variable.valueChange + '';
36
+
37
+ -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
38
+ -attrs['#'+variable.replacedId] = "";
39
+ if(variable.isTextArea)
40
+ if(variable.readonly && variable.readonly.isComposite)
41
+ -attrs["*ngIf"]="!"+variable.readonly.value;
42
+ else
43
+ -attrs["*ngIf"]="viewModel.stateMachine['editable']";
44
+ if(variable.hasDefaultFocus)
45
+ -attrs["farris-set-focus"]="";
46
+ if(variable.focusState)
47
+ -attrs["[focusState]"]=variable.focusState+"";
48
+ farris-time-picker(id=variable.replacedId "input-end-edit" "timePickerRef"
49
+ '[disabled]'!=variable.disable?variable.disable.toString():undefined
50
+ '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
51
+ '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined
52
+ '[hourStep]'=variable.hourStep?variable.hourStep.toString():undefined
53
+ '[minuteStep]'=variable.minuteStep?variable.minuteStep.toString():undefined
54
+ '[secondStep]'=variable.secondStep?variable.secondStep.toString():undefined
55
+ '[format]'=variable.format?"'"+variable.format+"'":undefined
56
+ '[hideDisabledOptions]'=(variable.hideDisabledOptions || variable.hideDisabledOptions==false)?variable.hideDisabledOptions.toString():undefined
57
+ '(clear)'=variable.clear?variable.clear:undefined '(valueChanged)'=variable.valueChanged?variable.valueChanged.toString():undefined
58
+ '(openChange)'=variable.openChange?variable.openChange.toString():undefined
59
+ '[use12Hours]'=(variable.use12Hours || variable.use12Hours==false)?variable.use12Hours+"":undefined
60
+ '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
61
+ '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
62
+ 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
63
+ '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined
64
+ '[showDisabledItem]'=variable.showDisabledItem?""+variable.showDisabledItem.value:undefined
65
+ '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
66
+ '[inputAppendScene]'=variable.inputAppendScene?"'"+variable.inputAppendScene+"'":undefined
67
+ '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
68
+ '[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
69
+ '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
70
+ '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined
71
+ '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
72
+ if (variable.needValid && variable.binding && variable.binding.path)
73
+ -var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
74
+ validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
75
+ div(class="farris-feedback")
76
+ if(variable.isTextArea)
77
+ -var areaAttrs = {};
78
+ if(variable.readonly && variable.readonly.isComposite)
79
+ -areaAttrs["*ngIf"]=variable.readonly.value;
80
+ else
81
+ -areaAttrs["*ngIf"]="!viewModel.stateMachine['editable']";
82
+ if (variable.binding && variable.binding.type == 'Variable')
83
+ -areaAttrs['[(ngModel)]'] = variable.binding.value;
84
+ -areaAttrs['[ngModelOptions]'] = "{standalone:true}";
85
+ else
86
+ -areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
87
+ farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined
88
+ '[format]'=variable.format?"'"+variable.format+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined
89
+ '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined
90
+ '[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined
91
+ '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
92
+ '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
93
+ '[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
94
+ '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
95
+ '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
96
+ if(variable.titleTipsTemplate)
97
+ span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
98
+ i(class="f-icon f-icon-description-tips")
99
+ -var tipsAttrs= {};
100
+ -tipsAttrs['#'+variable.titleTipsTemplateName] = "";
101
+ ng-template()&attributes(tipsAttrs)
102
+ | !{variable.titleTipsTemplate}
@@ -1,72 +1,72 @@
1
- -var holdPlaceOuterAttrs = {};
2
- -var holdPlaceInnerAttrs = {};
3
- -var holdPlaceEmptyAttrs = {};
4
- if(variable.holdPlace)
5
- -holdPlaceInnerAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
6
- -holdPlaceEmptyAttrs['*ngIf']=variable.visible?variable.visiblePipeSuffix?'!'+variable.visible.value+variable.visiblePipeSuffix+'':'!'+variable.visible.value+'':undefined;
7
- else
8
- -holdPlaceOuterAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
9
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
10
- if(variable.holdPlace)
11
- div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
12
- div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
13
- div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
14
- if (variable.title)
15
- -var titleValue=variable.isStaticTitle?("'" + variable.resourceId + "'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
16
- if(variable.linkedLabelEnabled)
17
- label(class="col-form-label f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
18
- if (variable.require)
19
- span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
20
- span(class="farris-label-text") {{#{titleValue}}}
21
- else
22
- label(class="col-form-label" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
23
- if (variable.require)
24
- span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
25
- span(class="farris-label-text") {{#{titleValue}}}
26
- div(class="farris-input-wrap")
27
- -var attrs = {};
28
- if (variable.binding && variable.binding.type == 'Variable')
29
- -attrs['[(ngModel)]'] = variable.binding.value;
30
- -attrs['name'] = variable.replacedId;
31
- -attrs['[ngModelOptions]'] = "{standalone:true}";
32
- else
33
- -attrs['formControlName'] = (variable.binding && variable.binding.path);
34
- if(variable.hasDefaultFocus)
35
- -attrs["farris-set-focus"]="";
36
- if(variable.focusState)
37
- -attrs["[focusState]"]=variable.focusState+"";
38
- farris-time-spinner(id=variable.replacedId "input-end-edit"
39
- '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable+"":undefined
40
- '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
41
- '[editable]'=(variable.editable||variable.editable==false)?variable.editable+"":undefined
42
- '[use12Hours]'=(variable.use12Hours||variable.use12Hours==false)?variable.use12Hours+"":undefined
43
- '[format]'=variable.format?"'"+variable.format+"'":undefined
44
- '[placeHolder]'=variable.placeHolderLangName?variable.placeHolderLangName:undefined
45
- '[hourStep]'=(variable.hourStep||variable.hourStep==0)?"'"+variable.hourStep+"'":undefined
46
- '[minuteStep]'=(variable.minuteStep||variable.minuteStep==0)?"'"+variable.minuteStep+"'":undefined
47
- '[secondStep]'=(variable.secondStep||variable.secondStep==0)?"'"+variable.secondStep+"'":undefined
48
- '[max]'=variable.maxValue?"'"+variable.maxValue+"'":undefined '[min]'=variable.minValue?"'"+variable.minValue+"'":undefined
49
- '[disabledSeconds]'=(variable.disabledSeconds||variable.disabledSeconds==false)?variable.disabledSeconds+"":undefined
50
- '[separator]'=variable.splitter?"'"+variable.splitter+"'":undefined
51
- '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
52
- '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
53
- 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
54
- '[showDisabledItem]'=variable.showDisabledItem?""+variable.showDisabledItem.value:undefined
55
- '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
56
- '[inputAppendScene]'=variable.inputAppendScene?"'"+variable.inputAppendScene+"'":undefined
57
- '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
58
- '[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
59
- '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
60
- '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined
61
- '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
62
- if (variable.needValid && variable.binding && variable.binding.path)
63
- -var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
64
- validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
65
- div(class="farris-feedback")
66
- if(variable.titleTipsTemplate)
67
- span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
68
- i(class="f-icon f-icon-description-tips")
69
- -var tipsAttrs= {};
70
- -tipsAttrs['#'+variable.titleTipsTemplateName] = "";
71
- ng-template()&attributes(tipsAttrs)
1
+ -var holdPlaceOuterAttrs = {};
2
+ -var holdPlaceInnerAttrs = {};
3
+ -var holdPlaceEmptyAttrs = {};
4
+ if(variable.holdPlace)
5
+ -holdPlaceInnerAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
6
+ -holdPlaceEmptyAttrs['*ngIf']=variable.visible?variable.visiblePipeSuffix?'!'+variable.visible.value+variable.visiblePipeSuffix+'':'!'+variable.visible.value+'':undefined;
7
+ else
8
+ -holdPlaceOuterAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
9
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
10
+ if(variable.holdPlace)
11
+ div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
12
+ div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
13
+ div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
14
+ if (variable.title)
15
+ -var titleValue=variable.isStaticTitle?("'" + variable.resourceId + "'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
16
+ if(variable.linkedLabelEnabled)
17
+ label(class="col-form-label f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
18
+ if (variable.require)
19
+ span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
20
+ span(class="farris-label-text") {{#{titleValue}}}
21
+ else
22
+ label(class="col-form-label" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
23
+ if (variable.require)
24
+ span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
25
+ span(class="farris-label-text") {{#{titleValue}}}
26
+ div(class="farris-input-wrap")
27
+ -var attrs = {};
28
+ if (variable.binding && variable.binding.type == 'Variable')
29
+ -attrs['[(ngModel)]'] = variable.binding.value;
30
+ -attrs['name'] = variable.replacedId;
31
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
32
+ else
33
+ -attrs['formControlName'] = (variable.binding && variable.binding.path);
34
+ if(variable.hasDefaultFocus)
35
+ -attrs["farris-set-focus"]="";
36
+ if(variable.focusState)
37
+ -attrs["[focusState]"]=variable.focusState+"";
38
+ farris-time-spinner(id=variable.replacedId "input-end-edit"
39
+ '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable+"":undefined
40
+ '[readonly]'!=variable.readonly?variable.readonlyPipeSuffix?""+variable.readonly.value+variable.readonlyPipeSuffix:""+variable.readonly.value:undefined
41
+ '[editable]'=(variable.editable||variable.editable==false)?variable.editable+"":undefined
42
+ '[use12Hours]'=(variable.use12Hours||variable.use12Hours==false)?variable.use12Hours+"":undefined
43
+ '[format]'=variable.format?"'"+variable.format+"'":undefined
44
+ '[placeHolder]'=variable.placeHolderLangName?variable.placeHolderLangName:undefined
45
+ '[hourStep]'=(variable.hourStep||variable.hourStep==0)?"'"+variable.hourStep+"'":undefined
46
+ '[minuteStep]'=(variable.minuteStep||variable.minuteStep==0)?"'"+variable.minuteStep+"'":undefined
47
+ '[secondStep]'=(variable.secondStep||variable.secondStep==0)?"'"+variable.secondStep+"'":undefined
48
+ '[max]'=variable.maxValue?"'"+variable.maxValue+"'":undefined '[min]'=variable.minValue?"'"+variable.minValue+"'":undefined
49
+ '[disabledSeconds]'=(variable.disabledSeconds||variable.disabledSeconds==false)?variable.disabledSeconds+"":undefined
50
+ '[separator]'=variable.splitter?"'"+variable.splitter+"'":undefined
51
+ '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
52
+ '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
53
+ 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
54
+ '[showDisabledItem]'=variable.showDisabledItem?""+variable.showDisabledItem.value:undefined
55
+ '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
56
+ '[inputAppendScene]'=variable.inputAppendScene?"'"+variable.inputAppendScene+"'":undefined
57
+ '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
58
+ '[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
59
+ '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
60
+ '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined
61
+ '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined)&attributes(attrs)
62
+ if (variable.needValid && variable.binding && variable.binding.path)
63
+ -var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
64
+ validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
65
+ div(class="farris-feedback")
66
+ if(variable.titleTipsTemplate)
67
+ span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
68
+ i(class="f-icon f-icon-description-tips")
69
+ -var tipsAttrs= {};
70
+ -tipsAttrs['#'+variable.titleTipsTemplateName] = "";
71
+ ng-template()&attributes(tipsAttrs)
72
72
  | !{variable.titleTipsTemplate}
@@ -1,16 +1,16 @@
1
- farris-footer(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) '[collapseStatus]'=(variable.collapse || variable.collapse==false)?""+variable.collapse:undefined style=(variable.appearance && variable.appearance.style) '[contentCls]'!=variable.contentCls?"'"+variable.contentCls+"'":undefined '[showHeader]'=(variable.showHeader||variable.showHeader==false)?variable.showHeader+'':undefined '[enableAccordion]'=(variable.enableAccordion || variable.enableAccordion == false)?""+variable.enableAccordion:undefined '[collapseText]'=variable.collapseTextLang?""+variable.collapseTextLang:undefined '[expandText]'=variable.expandTextLang?""+variable.expandTextLang:undefined '[headerCls]'!=(variable.header && variable.header.class)?"'"+variable.header.class+"'":undefined '*ngIf'!=variable.visible ?variable.visible.value+"":undefined )
2
- if(variable.header && variable.header.template)
3
- ng-template(fFooterHeader '[extendCls]'=variable.templateCls?"'"+variable.templateCls+"'":undefined )
4
- | !{variable.header.template}
5
- if(variable.header && variable.header.contentTemplate )
6
- ng-template(fFooterHeaderContent '[extendCls]'!=variable.contentTemplateCls?"'"+variable.contentTemplateCls+"'":undefined )
7
- | !{variable.header.contentTemplate}
8
- if(variable.toolbarTemplate && variable.header.toolbarTemplate)
9
- ng-template(fFooterHeaderToolbar '[extendCls]'!=variable.toolbarTemplateCls?"'"+variable.toolbarTemplateCls+"'":undefined )
10
- | !{variable.header.toolbarTemplate}
11
- if(variable.header && variable.header.toolbarExtendTemplate)
12
- ng-template(fFooterHeaderToolbarExtend '[extendCls]'!=variable.toolbarExtendTemplateCls?"'"+variable.toolbarExtendTemplateCls+"'":undefined )
13
- | !{variable.header.toolbarExtendTemplate}
14
- = '\n'
15
- | {{content}}
1
+ farris-footer(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) '[collapseStatus]'=(variable.collapse || variable.collapse==false)?""+variable.collapse:undefined style=(variable.appearance && variable.appearance.style) '[contentCls]'!=variable.contentCls?"'"+variable.contentCls+"'":undefined '[showHeader]'=(variable.showHeader||variable.showHeader==false)?variable.showHeader+'':undefined '[enableAccordion]'=(variable.enableAccordion || variable.enableAccordion == false)?""+variable.enableAccordion:undefined '[collapseText]'=variable.collapseTextLang?""+variable.collapseTextLang:undefined '[expandText]'=variable.expandTextLang?""+variable.expandTextLang:undefined '[headerCls]'!=(variable.header && variable.header.class)?"'"+variable.header.class+"'":undefined '*ngIf'!=variable.visible ?variable.visible.value+"":undefined )
2
+ if(variable.header && variable.header.template)
3
+ ng-template(fFooterHeader '[extendCls]'=variable.templateCls?"'"+variable.templateCls+"'":undefined )
4
+ | !{variable.header.template}
5
+ if(variable.header && variable.header.contentTemplate )
6
+ ng-template(fFooterHeaderContent '[extendCls]'!=variable.contentTemplateCls?"'"+variable.contentTemplateCls+"'":undefined )
7
+ | !{variable.header.contentTemplate}
8
+ if(variable.toolbarTemplate && variable.header.toolbarTemplate)
9
+ ng-template(fFooterHeaderToolbar '[extendCls]'!=variable.toolbarTemplateCls?"'"+variable.toolbarTemplateCls+"'":undefined )
10
+ | !{variable.header.toolbarTemplate}
11
+ if(variable.header && variable.header.toolbarExtendTemplate)
12
+ ng-template(fFooterHeaderToolbarExtend '[extendCls]'!=variable.toolbarExtendTemplateCls?"'"+variable.toolbarExtendTemplateCls+"'":undefined )
13
+ | !{variable.header.toolbarExtendTemplate}
14
+ = '\n'
15
+ | {{content}}
16
16
  = '\n'
@@ -1,15 +1,15 @@
1
- wizard-page-detail(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '(pagedetailSelected)'=(variable.pageDetailSelected ? variable.pageDetailSelected+"":undefined) '*ngIf'!=variable.visible?variable.visible.value+'':undefined)
2
- if(variable.headerTemplate)
3
- ng-template(wizardPageHeader)
4
- if(variable.headerTemplate.contents && variable.headerTemplate.contents.length)
5
- | {{headerTemplateContent}}
6
- else
7
- | !{variable.headerTemplate}
8
- ng-template(wizardPageContent)
9
- if(variable.contents && variable.contents.length)
10
- | {{content}}
11
- else
12
- | !{variable.contentTemplate}
13
- if(variable.footerTemplate)
14
- ng-template(wizardPageFooter)
1
+ wizard-page-detail(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '(pagedetailSelected)'=(variable.pageDetailSelected ? variable.pageDetailSelected+"":undefined) '*ngIf'!=variable.visible?variable.visible.value+'':undefined)
2
+ if(variable.headerTemplate)
3
+ ng-template(wizardPageHeader)
4
+ if(variable.headerTemplate.contents && variable.headerTemplate.contents.length)
5
+ | {{headerTemplateContent}}
6
+ else
7
+ | !{variable.headerTemplate}
8
+ ng-template(wizardPageContent)
9
+ if(variable.contents && variable.contents.length)
10
+ | {{content}}
11
+ else
12
+ | !{variable.contentTemplate}
13
+ if(variable.footerTemplate)
14
+ ng-template(wizardPageFooter)
15
15
  | !{variable.footerTemplate}
@@ -1,8 +1,8 @@
1
- farris-wizard(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[currentPageId]'=variable.currentPageId?"'"+variable.currentPageId+"'":undefined '[progressData]'=variable.progressDataLang?variable.progressDataLang+"":undefined '[stepClickable]'=(variable.stepClickable||variable.stepClickable==false)?variable.stepClickable+'':undefined '[fill]'=(variable.fill||variable.fill==false)?variable.fill+'':undefined '[stepDirection]'=variable.stepDirection?"'"+variable.stepDirection+"'":undefined '[stepPosition]'=variable.stepPosition?"'"+variable.stepPosition+"'":undefined '(stateChange)'=variable.stateChange?variable.stateChange+"":undefined '[storedIndex]'=(variable.storedIndex || variable.storedIndex == false)?variable.storedIndex+"":undefined '[storedIndexState]'=(variable.storedIndexState || variable.storedIndexState == false)?""+variable.storedIndexState:undefined 'wizardRef' '[subStepData]'!=variable.subStepData?variable.subStepData:undefined '*ngIf'!=variable.visible?variable.visible.value+'':undefined )
2
- if(variable.header)
3
- ng-template(wizardHeader)
4
- if(variable.header.contents && variable.header.contents.length)
5
- | {{headerTemplateContent}}
6
- else
7
- | !{variable.header.headerTemplate}
8
- | {{content}}
1
+ farris-wizard(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[currentPageId]'=variable.currentPageId?"'"+variable.currentPageId+"'":undefined '[progressData]'=variable.progressDataLang?variable.progressDataLang+"":undefined '[stepClickable]'=(variable.stepClickable||variable.stepClickable==false)?variable.stepClickable+'':undefined '[fill]'=(variable.fill||variable.fill==false)?variable.fill+'':undefined '[stepDirection]'=variable.stepDirection?"'"+variable.stepDirection+"'":undefined '[stepPosition]'=variable.stepPosition?"'"+variable.stepPosition+"'":undefined '(stateChange)'=variable.stateChange?variable.stateChange+"":undefined '[storedIndex]'=(variable.storedIndex || variable.storedIndex == false)?variable.storedIndex+"":undefined '[storedIndexState]'=(variable.storedIndexState || variable.storedIndexState == false)?""+variable.storedIndexState:undefined 'wizardRef' '[subStepData]'!=variable.subStepData?variable.subStepData:undefined '*ngIf'!=variable.visible?variable.visible.value+'':undefined )
2
+ if(variable.header)
3
+ ng-template(wizardHeader)
4
+ if(variable.header.contents && variable.header.contents.length)
5
+ | {{headerTemplateContent}}
6
+ else
7
+ | !{variable.header.headerTemplate}
8
+ | {{content}}
@@ -1,27 +1,27 @@
1
- farris-sidebar(id=variable.replacedId?""+variable.replacedId:undefined '[showPos]'=variable.position?"'"+variable.position+"'":undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[maskable]'=(variable.maskable||variable.maskable==false)?variable.maskable+"":undefined '[title]'=variable.titleLang?""+variable.titleLang:undefined '[maskClosable]'=(variable.maskClosable || variable.maskClosable==false)?variable.maskClosable+'':undefined #farrissidebar '(changeState)'=variable.changeState?variable.changeState+"":undefined '[showHeader]'=(variable.showHeader||variable.showHeader==false)?variable.showHeader+'':undefined '[showEntry]'=(variable.showEntry || variable.showEntry==false)?variable.showEntry+'':undefined '[width]'=variable.width?variable.width:undefined '[showFooter]'=(variable.showFooter||variable.showFooter==false)?variable.showFooter+"":undefined '[beforeClose]'=variable.beforeCloseSidebar?variable.beforeCloseSidebar+"":undefined '[showClose]'=(variable.showClose || variable.showClose==false)?""+variable.showClose:undefined )
2
- if(variable.farrisSidebarIcon)
3
- ng-template(farrisSidebarIcon '[iconCls]'!=variable.iconCls?"'"+variable.iconCls+"'":undefined )
4
- | !{variable.farrisSidebarIcon}
5
- if(variable.farrisSidebarHeader )
6
- ng-template(farrisSidebarHeader '[headerCls]'!=variable.headerCls?"'"+variable.headerCls+"'":undefined)
7
- | !{variable.farrisSidebarHeader}
8
- if(variable.farrisSidebarTitle)
9
- ng-template(farrisSidebarTitle '[titleCls]'!=variable.titleCls?"'"+variable.titleCls+"'":undefined )
10
- | !{variable.farrisSidebarTitle}
11
- if(variable.farrisSidebarHcontent)
12
- ng-template(farrisSidebarHcontent '[hcontentCls]'!=variable.hcontentCls?"'"+variable.hcontentCls+"'":undefined )
13
- | !{variable.farrisSidebarHcontent}
14
- if(variable.farrisSidebarToolbar)
15
- ng-template(farrisSidebarToolbar '[toolbarCls]'!=variable.toolbarCls?"'"+variable.toolbarCls+"'":undefined )
16
- | !{variable.farrisSidebarToolbar}
17
- if(variable.farrisSidebarFooter)
18
- ng-template(farrisSidebarFooter '[footerCls]'!=variable.footerCls?"'"+variable.footerCls+"'":undefined )
19
- | !{variable.farrisSidebarFooter}
20
- if(variable.createType == "external")
21
- ng-template(farrisSidebarContent '[contentCls]'!=variable.contentCls?"'"+variable.contentCls+"'":undefined )
22
- if(variable.componentName)
23
- | <#{'app-' + variable.componentName.toLowerCase()}></#{'app-' + variable.componentName.toLowerCase()}>
24
- = '\n'
25
- else
26
- ng-template(farrisSidebarContent '[contentCls]'!=variable.contentCls?"'"+variable.contentCls+"'":undefined )
1
+ farris-sidebar(id=variable.replacedId?""+variable.replacedId:undefined '[showPos]'=variable.position?"'"+variable.position+"'":undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[maskable]'=(variable.maskable||variable.maskable==false)?variable.maskable+"":undefined '[title]'=variable.titleLang?""+variable.titleLang:undefined '[maskClosable]'=(variable.maskClosable || variable.maskClosable==false)?variable.maskClosable+'':undefined #farrissidebar '(changeState)'=variable.changeState?variable.changeState+"":undefined '[showHeader]'=(variable.showHeader||variable.showHeader==false)?variable.showHeader+'':undefined '[showEntry]'=(variable.showEntry || variable.showEntry==false)?variable.showEntry+'':undefined '[width]'=variable.width?variable.width:undefined '[showFooter]'=(variable.showFooter||variable.showFooter==false)?variable.showFooter+"":undefined '[beforeClose]'=variable.beforeCloseSidebar?variable.beforeCloseSidebar+"":undefined '[showClose]'=(variable.showClose || variable.showClose==false)?""+variable.showClose:undefined )
2
+ if(variable.farrisSidebarIcon)
3
+ ng-template(farrisSidebarIcon '[iconCls]'!=variable.iconCls?"'"+variable.iconCls+"'":undefined )
4
+ | !{variable.farrisSidebarIcon}
5
+ if(variable.farrisSidebarHeader )
6
+ ng-template(farrisSidebarHeader '[headerCls]'!=variable.headerCls?"'"+variable.headerCls+"'":undefined)
7
+ | !{variable.farrisSidebarHeader}
8
+ if(variable.farrisSidebarTitle)
9
+ ng-template(farrisSidebarTitle '[titleCls]'!=variable.titleCls?"'"+variable.titleCls+"'":undefined )
10
+ | !{variable.farrisSidebarTitle}
11
+ if(variable.farrisSidebarHcontent)
12
+ ng-template(farrisSidebarHcontent '[hcontentCls]'!=variable.hcontentCls?"'"+variable.hcontentCls+"'":undefined )
13
+ | !{variable.farrisSidebarHcontent}
14
+ if(variable.farrisSidebarToolbar)
15
+ ng-template(farrisSidebarToolbar '[toolbarCls]'!=variable.toolbarCls?"'"+variable.toolbarCls+"'":undefined )
16
+ | !{variable.farrisSidebarToolbar}
17
+ if(variable.farrisSidebarFooter)
18
+ ng-template(farrisSidebarFooter '[footerCls]'!=variable.footerCls?"'"+variable.footerCls+"'":undefined )
19
+ | !{variable.farrisSidebarFooter}
20
+ if(variable.createType == "external")
21
+ ng-template(farrisSidebarContent '[contentCls]'!=variable.contentCls?"'"+variable.contentCls+"'":undefined )
22
+ if(variable.componentName)
23
+ | <#{'app-' + variable.componentName.toLowerCase()}></#{'app-' + variable.componentName.toLowerCase()}>
24
+ = '\n'
25
+ else
26
+ ng-template(farrisSidebarContent '[contentCls]'!=variable.contentCls?"'"+variable.contentCls+"'":undefined )
27
27
  | {{content}}
@@ -1,15 +1,15 @@
1
- farris-tab('[id]'="'"+variable.replacedId+"'" '[title]'=variable.titleLang?""+ variable.titleLang:undefined 'class'=(variable.appearance && variable.appearance.class) ? variable.appearance.class+"":undefined 'style'=(variable.appearance && variable.appearance.style) ? variable.appearance.style+"":undefined '[width]'=variable.size && variable.size.width? variable.size.width:undefined '[height]'=(variable.size && variable.size.height) ?variable.size.height:undefined '[removeable]'=variable.removeable+'' '[toolbar]'=variable.toolbarID?variable.toolbarID:undefined '[show]'!=(variable.visible || variable.visible== false)?variable.visible.value+"":undefined )
2
- = '\n'
3
- if(variable.enableExtend && variable.extendTemplate)
4
- ng-template('farrisTabsExtend')
5
- | !{variable.extendTemplate}
6
- if(variable.headerTemplate)
7
- ng-template('tabHead')
8
- | !{variable.headerTemplate}
9
- if(variable.viewsDom)
10
- ng-template(farrisTabsExtend [extendCls]="'f-component-tabs-view'" )
11
- | !{variable.viewsDom}
12
- = '\n'
13
- ng-template('#content' )
14
- = '\n'
1
+ farris-tab('[id]'="'"+variable.replacedId+"'" '[title]'=variable.titleLang?""+ variable.titleLang:undefined 'class'=(variable.appearance && variable.appearance.class) ? variable.appearance.class+"":undefined 'style'=(variable.appearance && variable.appearance.style) ? variable.appearance.style+"":undefined '[width]'=variable.size && variable.size.width? variable.size.width:undefined '[height]'=(variable.size && variable.size.height) ?variable.size.height:undefined '[removeable]'=variable.removeable+'' '[toolbar]'=variable.toolbarID?variable.toolbarID:undefined '[show]'!=(variable.visible || variable.visible== false)?variable.visible.value+"":undefined )
2
+ = '\n'
3
+ if(variable.enableExtend && variable.extendTemplate)
4
+ ng-template('farrisTabsExtend')
5
+ | !{variable.extendTemplate}
6
+ if(variable.headerTemplate)
7
+ ng-template('tabHead')
8
+ | !{variable.headerTemplate}
9
+ if(variable.viewsDom)
10
+ ng-template(farrisTabsExtend [extendCls]="'f-component-tabs-view'" )
11
+ | !{variable.viewsDom}
12
+ = '\n'
13
+ ng-template('#content' )
14
+ = '\n'
15
15
  | {{content}}
@@ -1,14 +1,14 @@
1
- farris-tabs('id'=variable.replacedId 'class'=(variable.appearance && variable.appearance.class) ? variable.appearance.class+"":undefined
2
- 'style'=(variable.appearance && variable.appearance.style) ? variable.appearance.style+"":undefined
3
- '[value]'=variable.selectedValue?(variable.selectedIsString?"'"+variable.selectedValue+"'":""+variable.selectedValue):undefined
4
- '[height]'=(variable.size && variable.size.height)?"'"+variable.size.height+"'":undefined '[width]'=(variable.size && variable.size.width)?"'"+variable.size.width+"'":undefined
5
- '[fill]'=variable.tabFill?"'"+variable.tabFill+"'":undefined '[position]'=variable.tabPosition?"'"+variable.tabPosition+"'":undefined
6
- '(tabChange)'=variable.tabChange?variable.tabChange:undefined '(tabRemove)'=variable.tabRemove?variable.tabRemove+"":undefined
7
- '[btnStates]'=variable.disableTabPipeSuffix?"tabsToolbarStates"+variable.disableTabPipeSuffix:"tabsToolbarStates"
8
- '[btnVisible]'=variable.visibleTabPipeSuffix?"tabsToolbarVisibleStates"+variable.visibleTabPipeSuffix:"tabsToolbarVisibleStates"
9
- '[contentFill]'=(variable.contentFill ||variable.contentFill==false)?variable.contentFill.toString():undefined
10
- '[autoTitleWidth]'=(variable.autoTitleWidth || variable.autoTitleWidth == false)?""+variable.autoTitleWidth:undefined
11
- '[titleLength]'=(variable.titleLength || variable.titleLength==0)?""+variable.titleLength:undefined '[titleWidth]'=(variable.titleWidth || variable.titleWidth==0)?""+variable.titleWidth:undefined
12
- '*ngIf'!=variable.visible?variable.visible.value+"":undefined '[beforeSelect]'=variable.beforeSelect?""+variable.beforeSelect:undefined)
13
- = '\n'
1
+ farris-tabs('id'=variable.replacedId 'class'=(variable.appearance && variable.appearance.class) ? variable.appearance.class+"":undefined
2
+ 'style'=(variable.appearance && variable.appearance.style) ? variable.appearance.style+"":undefined
3
+ '[value]'=variable.selectedValue?(variable.selectedIsString?"'"+variable.selectedValue+"'":""+variable.selectedValue):undefined
4
+ '[height]'=(variable.size && variable.size.height)?"'"+variable.size.height+"'":undefined '[width]'=(variable.size && variable.size.width)?"'"+variable.size.width+"'":undefined
5
+ '[fill]'=variable.tabFill?"'"+variable.tabFill+"'":undefined '[position]'=variable.tabPosition?"'"+variable.tabPosition+"'":undefined
6
+ '(tabChange)'=variable.tabChange?variable.tabChange:undefined '(tabRemove)'=variable.tabRemove?variable.tabRemove+"":undefined
7
+ '[btnStates]'=variable.disableTabPipeSuffix?"tabsToolbarStates"+variable.disableTabPipeSuffix:"tabsToolbarStates"
8
+ '[btnVisible]'=variable.visibleTabPipeSuffix?"tabsToolbarVisibleStates"+variable.visibleTabPipeSuffix:"tabsToolbarVisibleStates"
9
+ '[contentFill]'=(variable.contentFill ||variable.contentFill==false)?variable.contentFill.toString():undefined
10
+ '[autoTitleWidth]'=(variable.autoTitleWidth || variable.autoTitleWidth == false)?""+variable.autoTitleWidth:undefined
11
+ '[titleLength]'=(variable.titleLength || variable.titleLength==0)?""+variable.titleLength:undefined '[titleWidth]'=(variable.titleWidth || variable.titleWidth==0)?""+variable.titleWidth:undefined
12
+ '*ngIf'!=variable.visible?variable.visible.value+"":undefined '[beforeSelect]'=variable.beforeSelect?""+variable.beforeSelect:undefined)
13
+ = '\n'
14
14
  | {{content}}
@@ -1,7 +1,7 @@
1
- -var attrs = {};
2
- if(variable.hasDefaultFocus)
3
- -attrs["farris-set-focus"]="";
4
- if(variable.focusState)
5
- -attrs["[focusState]"]=variable.focusState+"";
6
- farris-tag(id=variable.replacedId?""+variable.replacedId:undefined '[value]'=variable.value?"'"+variable.value+"'":undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '*ngIf'!=variable.visible ?variable.visible.value+'':undefined '[closable]'=(variable.closable||variable.closable==false)?variable.closable+'':undefined '[disabled]'!=(variable.disable|| variable.disable==false)?variable.disable+'':undefined '[type]'=variable.colorType?"'"+variable.colorType+"'":undefined '(selectValue)'=variable.click?variable.click+"":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined )&attributes(attrs)
1
+ -var attrs = {};
2
+ if(variable.hasDefaultFocus)
3
+ -attrs["farris-set-focus"]="";
4
+ if(variable.focusState)
5
+ -attrs["[focusState]"]=variable.focusState+"";
6
+ farris-tag(id=variable.replacedId?""+variable.replacedId:undefined '[value]'=variable.value?"'"+variable.value+"'":undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '*ngIf'!=variable.visible ?variable.visible.value+'':undefined '[closable]'=(variable.closable||variable.closable==false)?variable.closable+'':undefined '[disabled]'!=(variable.disable|| variable.disable==false)?variable.disable+'':undefined '[type]'=variable.colorType?"'"+variable.colorType+"'":undefined '(selectValue)'=variable.click?variable.click+"":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined )&attributes(attrs)
7
7
  | {{'!{variable.resourceId}'|lang:lang:'!{variable.defaultI18nValue}'}}