@farris/jit-engine 1.3.351 → 1.3.352

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 (196) hide show
  1. package/README.md +6 -22
  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/binding.js +1 -1
  5. package/lib/domstructure/ui/data/index.js +68 -69
  6. package/lib/domstructure/ui/data/index.js.map +1 -1
  7. package/lib/domstructure/ui/queryScheme/query-scheme.js +0 -3
  8. package/lib/domstructure/ui/queryScheme/query-scheme.js.map +1 -1
  9. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +93 -93
  10. package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js.map +1 -1
  11. package/lib/template/ui/kendo/adminorganization-selector.pug +101 -101
  12. package/lib/template/ui/kendo/appointment-calendar.pug +39 -39
  13. package/lib/template/ui/kendo/button.pug +16 -16
  14. package/lib/template/ui/kendo/buttongroup.pug +7 -7
  15. package/lib/template/ui/kendo/chart.pug +9 -9
  16. package/lib/template/ui/kendo/checkbox.pug +118 -118
  17. package/lib/template/ui/kendo/checkboxgroup.pug +63 -63
  18. package/lib/template/ui/kendo/city-selector.pug +69 -69
  19. package/lib/template/ui/kendo/combobox.pug +70 -70
  20. package/lib/template/ui/kendo/componentref.pug +3 -3
  21. package/lib/template/ui/kendo/contentcontainer.pug +8 -8
  22. package/lib/template/ui/kendo/datepicker.pug +70 -70
  23. package/lib/template/ui/kendo/dialog.pug +10 -10
  24. package/lib/template/ui/kendo/dropdownlist.pug +18 -18
  25. package/lib/template/ui/kendo/dynamic-area-item.pug +1 -1
  26. package/lib/template/ui/kendo/employee-selector.pug +96 -96
  27. package/lib/template/ui/kendo/externalContainer.pug +12 -12
  28. package/lib/template/ui/kendo/externalRouteContainer.pug +1 -1
  29. package/lib/template/ui/kendo/farris-avatar.pug +18 -18
  30. package/lib/template/ui/kendo/farris-calendar.pug +5 -5
  31. package/lib/template/ui/kendo/farris-checkbox-group.pug +96 -96
  32. package/lib/template/ui/kendo/farris-combo-list.pug +111 -111
  33. package/lib/template/ui/kendo/farris-datagrid-template.pug +21 -21
  34. package/lib/template/ui/kendo/farris-datagrid.pug +37 -37
  35. package/lib/template/ui/kendo/farris-datepicker.pug +118 -118
  36. package/lib/template/ui/kendo/farris-dynamic-control-group.pug +14 -14
  37. package/lib/template/ui/kendo/farris-ext-intergration.pug +79 -79
  38. package/lib/template/ui/kendo/farris-file-preview.pug +6 -6
  39. package/lib/template/ui/kendo/farris-file-upload-preview.pug +1 -1
  40. package/lib/template/ui/kendo/farris-file-upload.pug +3 -3
  41. package/lib/template/ui/kendo/farris-light-list-filter.pug +10 -10
  42. package/lib/template/ui/kendo/farris-list-filter.pug +11 -11
  43. package/lib/template/ui/kendo/farris-list-view.pug +28 -27
  44. package/lib/template/ui/kendo/farris-number-range.pug +98 -98
  45. package/lib/template/ui/kendo/farris-number-spinner.pug +103 -103
  46. package/lib/template/ui/kendo/farris-query-solution.pug +17 -18
  47. package/lib/template/ui/kendo/farris-scrollspy.pug +10 -10
  48. package/lib/template/ui/kendo/farris-splitter-pane.pug +11 -11
  49. package/lib/template/ui/kendo/farris-splitter.pug +6 -6
  50. package/lib/template/ui/kendo/farris-switch.pug +88 -88
  51. package/lib/template/ui/kendo/farris-tags.pug +70 -70
  52. package/lib/template/ui/kendo/farris-time-picker.pug +102 -102
  53. package/lib/template/ui/kendo/farris-time-spinner.pug +71 -71
  54. package/lib/template/ui/kendo/farris-ui-footer.pug +15 -15
  55. package/lib/template/ui/kendo/farris-wizard-page-detail.pug +14 -14
  56. package/lib/template/ui/kendo/farris-wizard.pug +8 -8
  57. package/lib/template/ui/kendo/farrissidebar.pug +26 -26
  58. package/lib/template/ui/kendo/farristabpage.pug +14 -14
  59. package/lib/template/ui/kendo/farristabs.pug +13 -13
  60. package/lib/template/ui/kendo/farristag.pug +6 -6
  61. package/lib/template/ui/kendo/fieldset.pug +20 -20
  62. package/lib/template/ui/kendo/flexlayout.pug +5 -5
  63. package/lib/template/ui/kendo/form.pug +15 -15
  64. package/lib/template/ui/kendo/grid.pug +83 -83
  65. package/lib/template/ui/kendo/header.pug +9 -9
  66. package/lib/template/ui/kendo/hidden-container.pug +1 -1
  67. package/lib/template/ui/kendo/image-upload.pug +82 -82
  68. package/lib/template/ui/kendo/image.pug +18 -18
  69. package/lib/template/ui/kendo/input-group.pug +96 -96
  70. package/lib/template/ui/kendo/label.pug +18 -18
  71. package/lib/template/ui/kendo/lookup-employee.pug +109 -109
  72. package/lib/template/ui/kendo/lookup.pug +113 -113
  73. package/lib/template/ui/kendo/loop-container.pug +1 -1
  74. package/lib/template/ui/kendo/menu.pug +3 -3
  75. package/lib/template/ui/kendo/menuitem.pug +7 -7
  76. package/lib/template/ui/kendo/modal-footer.pug +9 -9
  77. package/lib/template/ui/kendo/multi-view-container.pug +7 -7
  78. package/lib/template/ui/kendo/multi-view-item.pug +8 -8
  79. package/lib/template/ui/kendo/multitextbox.pug +101 -101
  80. package/lib/template/ui/kendo/numericbox.pug +70 -70
  81. package/lib/template/ui/kendo/oa-relation.pug +20 -20
  82. package/lib/template/ui/kendo/organization-selector.pug +116 -116
  83. package/lib/template/ui/kendo/p-treetable.pug +28 -28
  84. package/lib/template/ui/kendo/popup.pug +3 -3
  85. package/lib/template/ui/kendo/portlet.pug +2 -2
  86. package/lib/template/ui/kendo/primeng-edittree/checkbox.pug +12 -12
  87. package/lib/template/ui/kendo/primeng-edittree/farris-combo-list.pug +16 -16
  88. package/lib/template/ui/kendo/primeng-edittree/farris-combo-lookup.pug +19 -19
  89. package/lib/template/ui/kendo/primeng-edittree/farris-datepicker.pug +31 -31
  90. package/lib/template/ui/kendo/primeng-edittree/farris-number-spinner.pug +18 -18
  91. package/lib/template/ui/kendo/primeng-edittree/farris-switch.pug +13 -13
  92. package/lib/template/ui/kendo/primeng-edittree/farris-time-picker.pug +17 -17
  93. package/lib/template/ui/kendo/primeng-edittree/input-group.pug +14 -14
  94. package/lib/template/ui/kendo/primeng-edittree/language-textbox.pug +14 -14
  95. package/lib/template/ui/kendo/primeng-edittree/lookup.pug +32 -32
  96. package/lib/template/ui/kendo/primeng-edittree/multitextbox.pug +17 -17
  97. package/lib/template/ui/kendo/primeng-edittree/textbox.pug +18 -18
  98. package/lib/template/ui/kendo/qdp-condition-dialog-tab.pug +3 -3
  99. package/lib/template/ui/kendo/qdp-condition-dialog.pug +3 -3
  100. package/lib/template/ui/kendo/qdpframework.pug +15 -15
  101. package/lib/template/ui/kendo/queryform.pug +7 -7
  102. package/lib/template/ui/kendo/radiobox.pug +60 -60
  103. package/lib/template/ui/kendo/radioboxgroup.pug +94 -94
  104. package/lib/template/ui/kendo/richtextbox.pug +53 -53
  105. package/lib/template/ui/kendo/scroll-collapse-area.pug +2 -2
  106. package/lib/template/ui/kendo/section.pug +44 -44
  107. package/lib/template/ui/kendo/select.pug +46 -46
  108. package/lib/template/ui/kendo/spreadsheet.pug +7 -7
  109. package/lib/template/ui/kendo/switch.pug +67 -67
  110. package/lib/template/ui/kendo/tab.pug +3 -3
  111. package/lib/template/ui/kendo/table/adminorganization-selector.pug +73 -73
  112. package/lib/template/ui/kendo/table/checkbox.pug +92 -92
  113. package/lib/template/ui/kendo/table/checkboxgroup.pug +30 -30
  114. package/lib/template/ui/kendo/table/combobox.pug +49 -49
  115. package/lib/template/ui/kendo/table/datepicker.pug +49 -49
  116. package/lib/template/ui/kendo/table/employee-selector.pug +70 -70
  117. package/lib/template/ui/kendo/table/farris-avatar.pug +25 -25
  118. package/lib/template/ui/kendo/table/farris-checkbox-group.pug +47 -47
  119. package/lib/template/ui/kendo/table/farris-combo-list.pug +60 -60
  120. package/lib/template/ui/kendo/table/farris-combo-lookup.pug +30 -30
  121. package/lib/template/ui/kendo/table/farris-datepicker.pug +61 -61
  122. package/lib/template/ui/kendo/table/farris-number-range.pug +59 -59
  123. package/lib/template/ui/kendo/table/farris-number-spinner.pug +61 -61
  124. package/lib/template/ui/kendo/table/farris-static-text.pug +3 -3
  125. package/lib/template/ui/kendo/table/farris-switch.pug +55 -55
  126. package/lib/template/ui/kendo/table/farris-table-column.pug +1 -1
  127. package/lib/template/ui/kendo/table/farris-table-row.pug +1 -1
  128. package/lib/template/ui/kendo/table/farris-tags.pug +55 -55
  129. package/lib/template/ui/kendo/table/farris-time-picker.pug +51 -51
  130. package/lib/template/ui/kendo/table/farris-time-spinner.pug +25 -25
  131. package/lib/template/ui/kendo/table/input-group.pug +46 -46
  132. package/lib/template/ui/kendo/table/lookup-employee.pug +71 -71
  133. package/lib/template/ui/kendo/table/lookup.pug +75 -75
  134. package/lib/template/ui/kendo/table/multitextbox.pug +47 -47
  135. package/lib/template/ui/kendo/table/numericbox.pug +59 -59
  136. package/lib/template/ui/kendo/table/organization-selector.pug +75 -75
  137. package/lib/template/ui/kendo/table/radiobox.pug +27 -27
  138. package/lib/template/ui/kendo/table/radioboxgroup.pug +47 -47
  139. package/lib/template/ui/kendo/table/richtextbox.pug +30 -30
  140. package/lib/template/ui/kendo/table/select.pug +21 -21
  141. package/lib/template/ui/kendo/table/switch.pug +55 -55
  142. package/lib/template/ui/kendo/table/textbox.pug +53 -53
  143. package/lib/template/ui/kendo/table/timebox.pug +33 -33
  144. package/lib/template/ui/kendo/table/timepicker.pug +25 -25
  145. package/lib/template/ui/kendo/table/tinymcerichtextbox.pug +36 -36
  146. package/lib/template/ui/kendo/tabpage.pug +10 -10
  147. package/lib/template/ui/kendo/template.pug +2 -2
  148. package/lib/template/ui/kendo/textbox.pug +98 -98
  149. package/lib/template/ui/kendo/timebox.pug +47 -47
  150. package/lib/template/ui/kendo/timepicker.pug +17 -17
  151. package/lib/template/ui/kendo/tinymcerichtextbox.pug +59 -59
  152. package/lib/template/ui/kendo/toolbar.pug +5 -5
  153. package/lib/template/ui/kendo/view-change.pug +1 -1
  154. package/lib/template/ui/kendo/wizarddetailcontainer.pug +6 -6
  155. package/lib/utility/config-hepler.js.map +1 -1
  156. package/lib/utility/declaration-trigger.js +3 -0
  157. package/lib/utility/devkit/component-creator.js +191 -192
  158. package/lib/utility/devkit/component-creator.js.map +1 -1
  159. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js +221 -222
  160. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js.map +1 -1
  161. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js +56 -57
  162. package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js.map +1 -1
  163. package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js +64 -64
  164. package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js.map +1 -1
  165. package/lib/utility/devkit/form-file-executor.js +1 -6
  166. package/lib/utility/devkit/form-file-executor.js.map +1 -1
  167. package/lib/utility/devkit/module-creator.js +167 -170
  168. package/lib/utility/devkit/module-creator.js.map +1 -1
  169. package/lib/utility/farris-datagrid/column-editor-manager.js +111 -115
  170. package/lib/utility/farris-datagrid/column-editor-manager.js.map +1 -1
  171. package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js +105 -112
  172. package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js.map +1 -1
  173. package/lib/utility/i18n/i18n-resource-manager.js +237 -237
  174. package/lib/utility/i18n/i18n-resource-manager.js.map +1 -1
  175. package/lib/utility/i18n/index.js +13 -13
  176. package/lib/utility/template-generator/devkit/lang-template-generator.js +2 -37
  177. package/lib/utility/template-generator/devkit/lang-template-generator.js.map +1 -1
  178. package/lib/utility/template-generator/devkit/module-generator/index.js +19 -19
  179. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +303 -304
  180. package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js.map +1 -1
  181. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +282 -300
  182. package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
  183. package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js +158 -158
  184. package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js.map +1 -1
  185. package/package.json +1 -1
  186. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js +0 -48
  187. package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js.map +0 -1
  188. package/lib/template/ui/kendo/light-lookup.pug +0 -183
  189. package/lib/utility/farris-datagrid/external-service-lookup-editor.js +0 -96
  190. package/lib/utility/farris-datagrid/external-service-lookup-editor.js.map +0 -1
  191. package/lib/utility/template-generator/advanced-component-recognizer.js +0 -75
  192. package/lib/utility/template-generator/advanced-component-recognizer.js.map +0 -1
  193. package/lib/utility/template-generator/devkit-template-config.js +0 -580
  194. package/lib/utility/template-generator/devkit-template-config.js.map +0 -1
  195. package/lib/utility/template-generator/external-service-lookup-checker.js +0 -28
  196. package/lib/utility/template-generator/external-service-lookup-checker.js.map +0 -1
@@ -1,19 +1,19 @@
1
- -var holdPlaceOuterAttrs = {};
2
- -var holdPlaceInnerAttrs = {};
3
- -var holdPlaceEmptyAttrs = {};
4
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
5
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
6
- -var attrs = {};
7
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
8
- -attrs['[UIStateBinding]'] = "rowData"+variable.fieldSplit;
9
- -attrs['name'] = variable.replacedId;
10
- if (variable.valueChanged)
11
- -attrs['(valueChange)'] = variable.valueChanged + '';
12
- if (variable.readonly)
13
- -attrs['[readonly]'] = variable.readonly.value+'';
14
- -attrs['placeholder'] ="{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
15
- if(variable.hasDefaultFocus)
16
- -attrs["farris-set-focus"]="";
17
- if(variable.focusState)
18
- -attrs["[focusState]"]=variable.focusState+"";
19
- farris-combo-lookup(id=variable.replacedId "input-end-edit" '(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 '[beforeSelectData]'=variable.beforeSelectData?""+variable.beforeSelectData:undefined )&attributes(attrs)
1
+ -var holdPlaceOuterAttrs = {};
2
+ -var holdPlaceInnerAttrs = {};
3
+ -var holdPlaceEmptyAttrs = {};
4
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
5
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
6
+ -var attrs = {};
7
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
8
+ -attrs['[UIStateBinding]'] = "rowData"+variable.fieldSplit;
9
+ -attrs['name'] = variable.replacedId;
10
+ if (variable.valueChanged)
11
+ -attrs['(valueChange)'] = variable.valueChanged + '';
12
+ if (variable.readonly)
13
+ -attrs['[readonly]'] = variable.readonly.value+'';
14
+ -attrs['placeholder'] ="{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
15
+ if(variable.hasDefaultFocus)
16
+ -attrs["farris-set-focus"]="";
17
+ if(variable.focusState)
18
+ -attrs["[focusState]"]=variable.focusState+"";
19
+ farris-combo-lookup(id=variable.replacedId "input-end-edit" '(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 '[beforeSelectData]'=variable.beforeSelectData?""+variable.beforeSelectData:undefined )&attributes(attrs)
@@ -1,31 +1,31 @@
1
-
2
- -var holdPlaceOuterAttrs = {};
3
- -var holdPlaceInnerAttrs = {};
4
- -var holdPlaceEmptyAttrs = {};
5
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
6
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
7
- -var attrs = {};
8
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
- -attrs['name'] = variable.replacedId;
11
- -attrs['[ngModelOptions]'] = "{standalone:true}";
12
- if (variable.valueChange)
13
- -attrs['(valueChange)'] = variable.valueChange ;
14
-
15
- -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
16
- -attrs['#'+variable.replacedId] = "";
17
- if(variable.hasDefaultFocus)
18
- -attrs["farris-set-focus"]="";
19
- if(variable.focusState)
20
- -attrs["[focusState]"]=variable.focusState+"";
21
- farris-datepicker(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined
22
- '[editable]'=(variable.editable||variable.editable==false)?variable.editable+"":undefined '[locale]'=variable.locale?"'"+variable.locale+"'":undefined
23
- '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[showTime]'=(variable.showTime || variable.showTime==false)?variable.showTime+"":undefined
24
- '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[dateFormat]'!=variable.dateFormat?"'"+variable.dateFormat+"'":undefined
25
- '[maxDate]'!=variable.maxValue?"'"+variable.maxValue+"'":undefined '[minDate]'!=variable.minValue?"'"+variable.minValue+"'":undefined '[disableDateRangesBegin]'!=variable.disableDateRangesBegin?variable.disableDateRangesBegin:undefined
26
- '[disableDateRangesEnd]'!=variable.disableDateRangesEnd?variable.disableDateRangesEnd:undefined '[disableDates]'!=variable.disableDates?variable.disableDates:undefined
27
- '[showWeekNumbers]'=(variable.showWeekNumbers || variable.showWeekNumbers==false)?variable.showWeekNumbers+"":undefined '[dateRangeDatesDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined
28
- '[shortcuts]'!=variable.shortcuts?variable.shortcuts:undefined '[returnType]'=variable.returnType?"'"+variable.returnType+"'":undefined '[useDefault]'=(variable.useDefault || variable.useDefault==false)?variable.useDefault.toString():undefined
29
- '[returnFormat]'=variable.returnFormat?"'"+variable.returnFormat+"'":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
30
- '[firstDayOfWeek]'=variable.firstDayOfWeek?"'"+variable.firstDayOfWeek+"'":undefined )&attributes(attrs)
31
-
1
+
2
+ -var holdPlaceOuterAttrs = {};
3
+ -var holdPlaceInnerAttrs = {};
4
+ -var holdPlaceEmptyAttrs = {};
5
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
6
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
7
+ -var attrs = {};
8
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
+ -attrs['name'] = variable.replacedId;
11
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
12
+ if (variable.valueChange)
13
+ -attrs['(valueChange)'] = variable.valueChange ;
14
+
15
+ -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
16
+ -attrs['#'+variable.replacedId] = "";
17
+ if(variable.hasDefaultFocus)
18
+ -attrs["farris-set-focus"]="";
19
+ if(variable.focusState)
20
+ -attrs["[focusState]"]=variable.focusState+"";
21
+ farris-datepicker(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined
22
+ '[editable]'=(variable.editable||variable.editable==false)?variable.editable+"":undefined '[locale]'=variable.locale?"'"+variable.locale+"'":undefined
23
+ '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[showTime]'=(variable.showTime || variable.showTime==false)?variable.showTime+"":undefined
24
+ '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[dateFormat]'!=variable.dateFormat?"'"+variable.dateFormat+"'":undefined
25
+ '[maxDate]'!=variable.maxValue?"'"+variable.maxValue+"'":undefined '[minDate]'!=variable.minValue?"'"+variable.minValue+"'":undefined '[disableDateRangesBegin]'!=variable.disableDateRangesBegin?variable.disableDateRangesBegin:undefined
26
+ '[disableDateRangesEnd]'!=variable.disableDateRangesEnd?variable.disableDateRangesEnd:undefined '[disableDates]'!=variable.disableDates?variable.disableDates:undefined
27
+ '[showWeekNumbers]'=(variable.showWeekNumbers || variable.showWeekNumbers==false)?variable.showWeekNumbers+"":undefined '[dateRangeDatesDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined
28
+ '[shortcuts]'!=variable.shortcuts?variable.shortcuts:undefined '[returnType]'=variable.returnType?"'"+variable.returnType+"'":undefined '[useDefault]'=(variable.useDefault || variable.useDefault==false)?variable.useDefault.toString():undefined
29
+ '[returnFormat]'=variable.returnFormat?"'"+variable.returnFormat+"'":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined
30
+ '[firstDayOfWeek]'=variable.firstDayOfWeek?"'"+variable.firstDayOfWeek+"'":undefined )&attributes(attrs)
31
+
@@ -1,18 +1,18 @@
1
-
2
- -var holdPlaceOuterAttrs = {};
3
- -var holdPlaceInnerAttrs = {};
4
- -var holdPlaceEmptyAttrs = {};
5
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
6
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
7
- -var attrs = {};
8
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
- -attrs['name'] = variable.replacedId;
11
- -attrs['[ngModelOptions]'] = "{standalone:true}";
12
- -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
13
- if(variable.hasDefaultFocus)
14
- -attrs["farris-set-focus"]="";
15
- if(variable.focusState)
16
- -attrs["[focusState]"]=variable.focusState+"";
17
- 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 '[showZero]'=variable.showZero?""+variable.showZero.value:undefined '[showButton]'=variable.showButton?""+variable.showButton.value:undefined )&attributes(attrs)
18
-
1
+
2
+ -var holdPlaceOuterAttrs = {};
3
+ -var holdPlaceInnerAttrs = {};
4
+ -var holdPlaceEmptyAttrs = {};
5
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
6
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
7
+ -var attrs = {};
8
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
+ -attrs['name'] = variable.replacedId;
11
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
12
+ -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
13
+ if(variable.hasDefaultFocus)
14
+ -attrs["farris-set-focus"]="";
15
+ if(variable.focusState)
16
+ -attrs["[focusState]"]=variable.focusState+"";
17
+ 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 '[showZero]'=variable.showZero?""+variable.showZero.value:undefined '[showButton]'=variable.showButton?""+variable.showButton.value:undefined )&attributes(attrs)
18
+
@@ -1,13 +1,13 @@
1
-
2
- -var holdPlaceOuterAttrs = {};
3
- -var holdPlaceInnerAttrs = {};
4
- -var holdPlaceEmptyAttrs = {};
5
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
6
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
7
- -var attrs = {};
8
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
- -attrs['name'] = variable.replacedId;
11
- -attrs['[ngModelOptions]'] = "{standalone:true}";
12
- 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)&attributes(attrs)
13
-
1
+
2
+ -var holdPlaceOuterAttrs = {};
3
+ -var holdPlaceInnerAttrs = {};
4
+ -var holdPlaceEmptyAttrs = {};
5
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
6
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
7
+ -var attrs = {};
8
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
+ -attrs['name'] = variable.replacedId;
11
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
12
+ 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)&attributes(attrs)
13
+
@@ -1,17 +1,17 @@
1
-
2
- -var holdPlaceOuterAttrs = {};
3
- -var holdPlaceInnerAttrs = {};
4
- -var holdPlaceEmptyAttrs = {};
5
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
6
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
7
- -var attrs = {};
8
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
- -attrs['name'] = variable.replacedId;
11
- -attrs['[ngModelOptions]'] = "{standalone:true}";
12
- if (variable.valueChange)
13
- -attrs['(valueChange)'] = variable.valueChange + '';
14
- -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
15
- -attrs['#'+variable.replacedId] = "";
16
- 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 )&attributes(attrs)
17
-
1
+
2
+ -var holdPlaceOuterAttrs = {};
3
+ -var holdPlaceInnerAttrs = {};
4
+ -var holdPlaceEmptyAttrs = {};
5
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
6
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
7
+ -var attrs = {};
8
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
+ -attrs['name'] = variable.replacedId;
11
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
12
+ if (variable.valueChange)
13
+ -attrs['(valueChange)'] = variable.valueChange + '';
14
+ -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
15
+ -attrs['#'+variable.replacedId] = "";
16
+ 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 )&attributes(attrs)
17
+
@@ -1,14 +1,14 @@
1
- -var holdPlaceOuterAttrs = {};
2
- -var holdPlaceInnerAttrs = {};
3
- -var holdPlaceEmptyAttrs = {};
4
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
5
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
6
- -var attrs = {};
7
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
8
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
9
- -attrs['name'] = variable.replacedId;
10
- -attrs['[ngModelOptions]'] = "{standalone:true}";
11
- div('class'='farris-input-wrap')
12
- 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 )&attributes(attrs)
13
-
14
-
1
+ -var holdPlaceOuterAttrs = {};
2
+ -var holdPlaceInnerAttrs = {};
3
+ -var holdPlaceEmptyAttrs = {};
4
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
5
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
6
+ -var attrs = {};
7
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
8
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
9
+ -attrs['name'] = variable.replacedId;
10
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
11
+ div('class'='farris-input-wrap')
12
+ 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 )&attributes(attrs)
13
+
14
+
@@ -1,14 +1,14 @@
1
- -var holdPlaceOuterAttrs = {};
2
- -var holdPlaceInnerAttrs = {};
3
- -var holdPlaceEmptyAttrs = {};
4
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
5
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
6
- -var attrs = {};
7
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
8
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
9
- -attrs['name'] = variable.replacedId;
10
- -attrs['[ngModelOptions]'] = "{standalone:true}";
11
- if (variable.valueChange)
12
- -attrs['(valueChange)'] = variable.valueChange ;
13
- language-textbox(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[languages]'=variable.languages?variable.languages:undefined '[enableClear]'=(variable.enableClear || variable.enableClear == false)?""+variable.enableClear:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined )&attributes(attrs)
14
-
1
+ -var holdPlaceOuterAttrs = {};
2
+ -var holdPlaceInnerAttrs = {};
3
+ -var holdPlaceEmptyAttrs = {};
4
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
5
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
6
+ -var attrs = {};
7
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
8
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
9
+ -attrs['name'] = variable.replacedId;
10
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
11
+ if (variable.valueChange)
12
+ -attrs['(valueChange)'] = variable.valueChange ;
13
+ language-textbox(id=variable.replacedId "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[languages]'=variable.languages?variable.languages:undefined '[enableClear]'=(variable.enableClear || variable.enableClear == false)?""+variable.enableClear:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined )&attributes(attrs)
14
+
@@ -1,32 +1,32 @@
1
- //- -var variable = {};
2
-
3
- -var holdPlaceOuterAttrs = {};
4
- -var holdPlaceInnerAttrs = {};
5
- -var holdPlaceEmptyAttrs = {};
6
- if(variable.holdPlace)
7
- -holdPlaceInnerAttrs["*ngIf"]=variable.visible ?variable.visible.value+'':undefined;
8
- -holdPlaceEmptyAttrs['*ngIf']=variable.visible ?'!'+variable.visible.value+'':undefined;
9
- else
10
- -holdPlaceOuterAttrs["*ngIf"]=variable.visible ?variable.visible.value+'':undefined;
11
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
12
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
13
- div(class="farris-input-wrap")
14
- -var attrs = {};
15
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
16
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
17
- -attrs['name'] = variable.replacedId;
18
- -attrs['[ngModelOptions]'] = "{standalone:true}";
19
-
20
- if (variable.lookupPicking)
21
- -attrs['[dictPicking]'] = variable.lookupPicking;
22
- if (variable.lookupPicked)
23
- -attrs['[dictPicked]'] = variable.lookupPicked;
24
- if (variable.beforeSelectData)
25
- -attrs['[beforeSelectData]'] = variable.beforeSelectData;
26
- if (variable.readonly)
27
- -attrs['[readonly]'] = variable.readonly.value+"";
28
-
29
- -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
30
- -attrs['#'+variable.replacedId] = "";
31
- farris-lookup-grid(id=variable.replacedId "input-end-edit" 'data-mapping' '[useTip]'=(variable.useTip || variable.useTip==false)?variable.useTip+"":undefined '[useFavorite]'=(variable.useFavorite || variable.useFavorite==false)?variable.useFavorite+"":undefined '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[editable]'=(variable.editable || variable.editable==false)?""+variable.editable:undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[displayType]'="'" + variable.displayType+ "'" '[uri]'="'" + (variable.dataSource && variable.dataSource.uri) + "'" '[idField]'="'" + (variable.dataSource && variable.dataSource.idField) + "'" '[mapFields]'=variable.mapFields?variable.mapFields:undefined '[singleSelect]'=(!variable.multiSelect) + "" '[pageSize]'=(variable.pageSize || 20) '[pageIndex]'=(variable.pageIndex || 1) '[pagination]'=(variable.pagination == null | variable.pagination == undefined)?"true":variable.pagination + "" '[textField]'="'" + variable.textField + "'" '[valueField]'="'" + variable.valueField + "'" '[title]'=variable.dialogTitleLang?""+variable.dialogTitleLang:undefined '[showMaxButton]'=(variable.showMaxButton == null | variable.showMaxButton == undefined)?"true":variable.showMaxButton + "" '[showCloseButton]'=(variable.showCloseButton == null | variable.showCloseButton == undefined)?"true":variable.showCloseButton + "" '[resizable]'=(variable.resizable == null | variable.resizable == undefined)?"true":variable.resizable + "" '(clear)'=variable.clear?variable.clear:undefined '[context]'=variable.context?variable.context:undefined '[enableToSelect]'=(variable.enableToSelect || variable.enableToSelect == false)?""+variable.enableToSelect:undefined '[expandLevel]'=""+variable.expandLevel '[isRecordSize]'=(variable.isRecordSize || variable.isRecordSize == false)?""+variable.isRecordSize:undefined '[enableFullTree]'=(variable.enableFullTree || variable.enableFullTree == false)?""+variable.enableFullTree:undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[dialogWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[dialogHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[enableCascade]'=variable.enableCascade?""+variable.enableCascade:undefined '[cascadeStatus]'=variable.cascadeStatus?"'"+variable.cascadeStatus+"'":undefined )&attributes(attrs)
32
-
1
+ //- -var variable = {};
2
+
3
+ -var holdPlaceOuterAttrs = {};
4
+ -var holdPlaceInnerAttrs = {};
5
+ -var holdPlaceEmptyAttrs = {};
6
+ if(variable.holdPlace)
7
+ -holdPlaceInnerAttrs["*ngIf"]=variable.visible ?variable.visible.value+'':undefined;
8
+ -holdPlaceEmptyAttrs['*ngIf']=variable.visible ?'!'+variable.visible.value+'':undefined;
9
+ else
10
+ -holdPlaceOuterAttrs["*ngIf"]=variable.visible ?variable.visible.value+'':undefined;
11
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
12
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
13
+ div(class="farris-input-wrap")
14
+ -var attrs = {};
15
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
16
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
17
+ -attrs['name'] = variable.replacedId;
18
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
19
+
20
+ if (variable.lookupPicking)
21
+ -attrs['[dictPicking]'] = variable.lookupPicking;
22
+ if (variable.lookupPicked)
23
+ -attrs['[dictPicked]'] = variable.lookupPicked;
24
+ if (variable.beforeSelectData)
25
+ -attrs['[beforeSelectData]'] = variable.beforeSelectData;
26
+ if (variable.readonly)
27
+ -attrs['[readonly]'] = variable.readonly.value+"";
28
+
29
+ -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
30
+ -attrs['#'+variable.replacedId] = "";
31
+ farris-lookup-grid(id=variable.replacedId "input-end-edit" 'data-mapping' '[useTip]'=(variable.useTip || variable.useTip==false)?variable.useTip+"":undefined '[useFavorite]'=(variable.useFavorite || variable.useFavorite==false)?variable.useFavorite+"":undefined '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[editable]'=(variable.editable || variable.editable==false)?""+variable.editable:undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[displayType]'="'" + variable.displayType+ "'" '[uri]'="'" + (variable.dataSource && variable.dataSource.uri) + "'" '[idField]'="'" + (variable.dataSource && variable.dataSource.idField) + "'" '[mapFields]'=variable.mapFields?variable.mapFields:undefined '[singleSelect]'=(!variable.multiSelect) + "" '[pageSize]'=(variable.pageSize || 20) '[pageIndex]'=(variable.pageIndex || 1) '[pagination]'=(variable.pagination == null | variable.pagination == undefined)?"true":variable.pagination + "" '[textField]'="'" + variable.textField + "'" '[valueField]'="'" + variable.valueField + "'" '[title]'=variable.dialogTitleLang?""+variable.dialogTitleLang:undefined '[showMaxButton]'=(variable.showMaxButton == null | variable.showMaxButton == undefined)?"true":variable.showMaxButton + "" '[showCloseButton]'=(variable.showCloseButton == null | variable.showCloseButton == undefined)?"true":variable.showCloseButton + "" '[resizable]'=(variable.resizable == null | variable.resizable == undefined)?"true":variable.resizable + "" '(clear)'=variable.clear?variable.clear:undefined '[context]'=variable.context?variable.context:undefined '[enableToSelect]'=(variable.enableToSelect || variable.enableToSelect == false)?""+variable.enableToSelect:undefined '[expandLevel]'=""+variable.expandLevel '[isRecordSize]'=(variable.isRecordSize || variable.isRecordSize == false)?""+variable.isRecordSize:undefined '[enableFullTree]'=(variable.enableFullTree || variable.enableFullTree == false)?""+variable.enableFullTree:undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[dialogWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[dialogHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[enableCascade]'=variable.enableCascade?""+variable.enableCascade:undefined '[cascadeStatus]'=variable.cascadeStatus?"'"+variable.cascadeStatus+"'":undefined )&attributes(attrs)
32
+
@@ -1,17 +1,17 @@
1
-
2
- -var holdPlaceOuterAttrs = {};
3
- -var holdPlaceInnerAttrs = {};
4
- -var holdPlaceEmptyAttrs = {};
5
- if(variable.holdPlace)
6
- -holdPlaceInnerAttrs["*ngIf"]=variable.visible ?variable.visible.value+'':undefined;
7
- -holdPlaceEmptyAttrs['*ngIf']=variable.visible ?'!'+variable.visible.value+'':undefined;
8
- else
9
- -holdPlaceOuterAttrs["*ngIf"]=variable.visible ?variable.visible.value+'':undefined;
10
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
11
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
12
- -var attrs = {};
13
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
14
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
15
- -attrs['name'] = variable.replacedId;
16
- -attrs['[ngModelOptions]'] = "{standalone:true}";
17
- textarea(id=variable.replacedId class="form-control" "input-end-edit" 'kendoTextArea' '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[value]'=variable.value?variable.value:undefined tabindex=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined)&attributes(attrs)
1
+
2
+ -var holdPlaceOuterAttrs = {};
3
+ -var holdPlaceInnerAttrs = {};
4
+ -var holdPlaceEmptyAttrs = {};
5
+ if(variable.holdPlace)
6
+ -holdPlaceInnerAttrs["*ngIf"]=variable.visible ?variable.visible.value+'':undefined;
7
+ -holdPlaceEmptyAttrs['*ngIf']=variable.visible ?'!'+variable.visible.value+'':undefined;
8
+ else
9
+ -holdPlaceOuterAttrs["*ngIf"]=variable.visible ?variable.visible.value+'':undefined;
10
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
11
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
12
+ -var attrs = {};
13
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
14
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
15
+ -attrs['name'] = variable.replacedId;
16
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
17
+ textarea(id=variable.replacedId class="form-control" "input-end-edit" 'kendoTextArea' '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[value]'=variable.value?variable.value:undefined tabindex=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined)&attributes(attrs)
@@ -1,18 +1,18 @@
1
- -var holdPlaceOuterAttrs = {};
2
- -var holdPlaceInnerAttrs = {};
3
- -var holdPlaceEmptyAttrs = {};
4
- -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
5
- div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
6
- -var type = 'input';
7
- -var attrs = {};
8
- -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
- -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
- -attrs['[ngModelOptions]'] = "{standalone:true}";
11
- -attrs['name'] = variable.replacedId;
12
- -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
13
- if (variable.format)
14
- kendo-maskedtextbox(id=variable.replacedId "input-end-edit" class="form-control k-widget k-maskedtextbox" '[mask]'=variable.format?variable.format:undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[class.f-state-readonly]'=variable.readonly?variable.readonly.value+"":undefined '[value]'=variable.value?variable.value:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined)&attributes(attrs)
15
- else
16
- if(variable.isPassword)
17
- -attrs["type"]="password";
18
- input(id=variable.replacedId class="form-control" "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[value]'=variable.value?variable.value:undefined tabindex=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined 'maxlength'=(variable.maxLength && variable.maxLength!=0)?""+variable.maxLength:undefined 'minlength'=(variable.minLength && variable.minLength!=0)?""+variable.minLength:undefined )&attributes(attrs)
1
+ -var holdPlaceOuterAttrs = {};
2
+ -var holdPlaceInnerAttrs = {};
3
+ -var holdPlaceEmptyAttrs = {};
4
+ -holdPlaceOuterAttrs['*ngIf']=(variable.controlIndex||variable.controlIndex==0)?""+"index==="+variable.controlIndex:undefined;
5
+ div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
6
+ -var type = 'input';
7
+ -var attrs = {};
8
+ -var [frameComponentId, variablePath] = variable.binding.path.split('.');
9
+ -attrs['[(ngModel)]'] = "rowData"+variable.fieldSplit;
10
+ -attrs['[ngModelOptions]'] = "{standalone:true}";
11
+ -attrs['name'] = variable.replacedId;
12
+ -attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
13
+ if (variable.format)
14
+ kendo-maskedtextbox(id=variable.replacedId "input-end-edit" class="form-control k-widget k-maskedtextbox" '[mask]'=variable.format?variable.format:undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[class.f-state-readonly]'=variable.readonly?variable.readonly.value+"":undefined '[value]'=variable.value?variable.value:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined)&attributes(attrs)
15
+ else
16
+ if(variable.isPassword)
17
+ -attrs["type"]="password";
18
+ input(id=variable.replacedId class="form-control" "input-end-edit" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[value]'=variable.value?variable.value:undefined tabindex=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined 'maxlength'=(variable.maxLength && variable.maxLength!=0)?""+variable.maxLength:undefined 'minlength'=(variable.minLength && variable.minLength!=0)?""+variable.minLength:undefined )&attributes(attrs)
@@ -1,4 +1,4 @@
1
- //- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}, tabIndex:0,controlType:''};
2
-
3
- condition-dialog-tab('[tabIndex]'= variable.tabIndex)
1
+ //- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}, tabIndex:0,controlType:''};
2
+
3
+ condition-dialog-tab('[tabIndex]'= variable.tabIndex)
4
4
  | {{content}}
@@ -1,4 +1,4 @@
1
- //- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}, queryId: "a", queryName: "a", qoManagerCode:"a",controlType:''};
2
-
3
- condition-dialog('[controlType]'=variable.controlType ? "'" + variable.controlType + "'" : undefined '[queryId]'=variable.queryId ? "'" + variable.queryId + "'" : undefined '[beforeQuery]'=variable.beforeQueryName?""+variable.beforeQueryName:undefined)
1
+ //- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}, queryId: "a", queryName: "a", qoManagerCode:"a",controlType:''};
2
+
3
+ condition-dialog('[controlType]'=variable.controlType ? "'" + variable.controlType + "'" : undefined '[queryId]'=variable.queryId ? "'" + variable.queryId + "'" : undefined '[beforeQuery]'=variable.beforeQueryName?""+variable.beforeQueryName:undefined)
4
4
  | {{content}}
@@ -1,16 +1,16 @@
1
- //- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}, queryId: "a", queryName: "a", qoManagerCode:"a",controlType:'',templateType:'qdpAdvancedTemplate',inputTemplate:[1,2], id:'aaa'};
2
- -var attrs = {};
3
- -attrs['#'+variable.referenceId] = "";
4
- if (variable.inputTemplate && variable.inputTemplate.length)
5
- -var t = '';
6
- -for(var i = 0; i < variable.inputTemplate.length; i++)
7
- -t += variable.inputTemplate[i] + ' ';
8
- -var attrsReferenceId = {};
9
- -attrsReferenceId['#'+variable.id.replace(/\-/g, "")]=""
10
- ng-template()&attributes(attrsReferenceId)
11
- | !{t}
12
- query-framework-layout(id=variable.replacedId?""+variable.replacedId:undefined '[inputTemplate]'=variable.id.replace(/\-/g, "") '[toolbarOption]'!=variable.toolbarOption ? variable.toolbarOption : undefined '[formPrintOption]'!=variable.formPrintOption ? variable.formPrintOption : undefined '[conditionDialog]'=(variable.templateType && variable.templateType == "qdpAdvancedTemplate") ? "conditionDialog" : undefined '[controlType]'=variable.controlType ? "'" + variable.controlType + "'" : undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[qoManagerCode]'=variable.qoManagerCode ? "'" + variable.qoManagerCode + "'" : undefined '[qoId]'=variable.qoId ? "'" + variable.qoId + "'" : undefined '[voId]'=variable.voId ? "'" + variable.voId + "'" : undefined '[queryRelativeUrl]'=variable.queryRelativeUrl?"'"+variable.queryRelativeUrl+"'":undefined '[queryId]'=variable.queryId ? "'" + variable.queryId + "'" : undefined '[queryName]'=variable.queryNameLang ? "" + variable.queryNameLang : undefined '[templateType]'=variable.templateType ? "'" + variable.templateType + "'" : undefined '(contentSizeChange)'="handleSizeChange($event)" '[isShowToolbar]'=variable.showToolbar?""+variable.showToolbar.value:undefined '[isInit]'=variable.initFilter?""+variable.initFilter.value:undefined)&attributes(attrs)
13
- | {{content}}
14
- else
15
- query-framework-layout(id=variable.replacedId?""+variable.replacedId:undefined '[toolbarOption]'!=variable.toolbarOption ? variable.toolbarOption : undefined '[formPrintOption]'!=variable.formPrintOption ? variable.formPrintOption : undefined '[conditionDialog]'=(variable.templateType && variable.templateType == "qdpAdvancedTemplate") ? "conditionDialog" : undefined '[controlType]'=variable.controlType ? "'" + variable.controlType + "'" : undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[qoManagerCode]'=variable.qoManagerCode ? "'" + variable.qoManagerCode + "'" : undefined '[qoId]'=variable.qoId ? "'" + variable.qoId + "'" : undefined '[voId]'=variable.voId ? "'" + variable.voId + "'" : undefined '[queryRelativeUrl]'=variable.queryRelativeUrl?"'"+variable.queryRelativeUrl+"'":undefined '[queryId]'=variable.queryId ? "'" + variable.queryId + "'" : undefined '[queryName]'=variable.queryNameLang ? "" + variable.queryNameLang : undefined '[templateType]'=variable.templateType ? "'" + variable.templateType + "'" : undefined '(contentSizeChange)'="handleSizeChange($event)" '[isShowToolbar]'=variable.showToolbar?""+variable.showToolbar.value:undefined '[isInit]'=variable.initFilter?""+variable.initFilter.value:undefined)&attributes(attrs)
1
+ //- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}, queryId: "a", queryName: "a", qoManagerCode:"a",controlType:'',templateType:'qdpAdvancedTemplate',inputTemplate:[1,2], id:'aaa'};
2
+ -var attrs = {};
3
+ -attrs['#'+variable.referenceId] = "";
4
+ if (variable.inputTemplate && variable.inputTemplate.length)
5
+ -var t = '';
6
+ -for(var i = 0; i < variable.inputTemplate.length; i++)
7
+ -t += variable.inputTemplate[i] + ' ';
8
+ -var attrsReferenceId = {};
9
+ -attrsReferenceId['#'+variable.id.replace(/\-/g, "")]=""
10
+ ng-template()&attributes(attrsReferenceId)
11
+ | !{t}
12
+ query-framework-layout(id=variable.replacedId?""+variable.replacedId:undefined '[inputTemplate]'=variable.id.replace(/\-/g, "") '[toolbarOption]'!=variable.toolbarOption ? variable.toolbarOption : undefined '[formPrintOption]'!=variable.formPrintOption ? variable.formPrintOption : undefined '[conditionDialog]'=(variable.templateType && variable.templateType == "qdpAdvancedTemplate") ? "conditionDialog" : undefined '[controlType]'=variable.controlType ? "'" + variable.controlType + "'" : undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[qoManagerCode]'=variable.qoManagerCode ? "'" + variable.qoManagerCode + "'" : undefined '[qoId]'=variable.qoId ? "'" + variable.qoId + "'" : undefined '[voId]'=variable.voId ? "'" + variable.voId + "'" : undefined '[queryRelativeUrl]'=variable.queryRelativeUrl?"'"+variable.queryRelativeUrl+"'":undefined '[queryId]'=variable.queryId ? "'" + variable.queryId + "'" : undefined '[queryName]'=variable.queryNameLang ? "" + variable.queryNameLang : undefined '[templateType]'=variable.templateType ? "'" + variable.templateType + "'" : undefined '(contentSizeChange)'="handleSizeChange($event)" '[isShowToolbar]'=variable.showToolbar?""+variable.showToolbar.value:undefined '[isInit]'=variable.initFilter?""+variable.initFilter.value:undefined)&attributes(attrs)
13
+ | {{content}}
14
+ else
15
+ query-framework-layout(id=variable.replacedId?""+variable.replacedId:undefined '[toolbarOption]'!=variable.toolbarOption ? variable.toolbarOption : undefined '[formPrintOption]'!=variable.formPrintOption ? variable.formPrintOption : undefined '[conditionDialog]'=(variable.templateType && variable.templateType == "qdpAdvancedTemplate") ? "conditionDialog" : undefined '[controlType]'=variable.controlType ? "'" + variable.controlType + "'" : undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[qoManagerCode]'=variable.qoManagerCode ? "'" + variable.qoManagerCode + "'" : undefined '[qoId]'=variable.qoId ? "'" + variable.qoId + "'" : undefined '[voId]'=variable.voId ? "'" + variable.voId + "'" : undefined '[queryRelativeUrl]'=variable.queryRelativeUrl?"'"+variable.queryRelativeUrl+"'":undefined '[queryId]'=variable.queryId ? "'" + variable.queryId + "'" : undefined '[queryName]'=variable.queryNameLang ? "" + variable.queryNameLang : undefined '[templateType]'=variable.templateType ? "'" + variable.templateType + "'" : undefined '(contentSizeChange)'="handleSizeChange($event)" '[isShowToolbar]'=variable.showToolbar?""+variable.showToolbar.value:undefined '[isInit]'=variable.initFilter?""+variable.initFilter.value:undefined)&attributes(attrs)
16
16
  | {{content}}
@@ -1,8 +1,8 @@
1
- //- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}, "controlsInline": true};
2
-
3
- if ((variable.controlsInline + '') == "true")
4
- form(class=(variable.appearance && variable.appearance.class)?variable.appearance.class + " farris-form-controls-inline":undefined style=(variable.appearance && variable.appearance.style))
5
- | {{content}}
6
- else
7
- form(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style))
1
+ //- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}, "controlsInline": true};
2
+
3
+ if ((variable.controlsInline + '') == "true")
4
+ form(class=(variable.appearance && variable.appearance.class)?variable.appearance.class + " farris-form-controls-inline":undefined style=(variable.appearance && variable.appearance.style))
5
+ | {{content}}
6
+ else
7
+ form(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style))
8
8
  | {{content}}