@farris/jit-engine 1.3.171 → 1.3.174
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -0
- package/lib/domstructure/devkit/module/module.js +5 -1
- package/lib/domstructure/devkit/module/module.js.map +1 -1
- package/lib/domstructure/devkit/viewmodel/component/component.js +1 -1
- package/lib/domstructure/devkit/viewmodel/component/component.js.map +1 -1
- package/lib/domstructure/ui/appointment-calendar/appoint-calendar.js +5 -1
- package/lib/domstructure/ui/appointment-calendar/appoint-calendar.js.map +1 -1
- package/lib/domstructure/ui/container/index.js +1 -0
- package/lib/domstructure/ui/container/index.js.map +1 -1
- package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js +2 -2
- package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js.map +1 -1
- package/lib/domstructure/ui/data/collection/flat/flat.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/lookup_edit.js +5 -3
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/lookup_edit.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/editable/inputs/text/multi_text_box.js +3 -3
- package/lib/domstructure/ui/data/fields/form/editable/inputs/text/multi_text_box.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/adminorganization-selector.js +2 -2
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/adminorganization-selector.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/employee-selector.js +2 -2
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/employee-selector.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/rich-textbox.js +2 -1
- package/lib/domstructure/ui/data/fields/form/rich-textbox.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/tinymce-richtextbox.js +2 -1
- package/lib/domstructure/ui/data/fields/form/tinymce-richtextbox.js.map +1 -1
- package/lib/domstructure/ui/farris-fileupload-preview/farris-file-upload-preview.js +7 -2
- package/lib/domstructure/ui/farris-fileupload-preview/farris-file-upload-preview.js.map +1 -1
- package/lib/domstructure/ui/index.js +2 -0
- package/lib/domstructure/ui/index.js.map +1 -1
- package/lib/domstructure/ui/listview/list-view.js +6 -72
- package/lib/domstructure/ui/listview/list-view.js.map +1 -1
- package/lib/domstructure/ui/portlet/portlet.js +6 -1
- package/lib/domstructure/ui/portlet/portlet.js.map +1 -1
- package/lib/domstructure/ui/static-control/static-control-attribute.js +7 -2
- package/lib/domstructure/ui/static-control/static-control-attribute.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-state.js +1 -4
- package/lib/mobileapp/vue/domstructure/ui/common/vue-state.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
- package/lib/mobileapp/vue/static/.gitignore +13 -0
- package/lib/task/recursiveGenerateDevkit.js +13 -10
- package/lib/task/recursiveGenerateDevkit.js.map +1 -1
- package/lib/template/ui/kendo/adminorganization-selector.pug +3 -0
- package/lib/template/ui/kendo/appointment-calendar.pug +1 -1
- package/lib/template/ui/kendo/checkbox.pug +1 -1
- package/lib/template/ui/kendo/combobox.pug +1 -1
- package/lib/template/ui/kendo/contentcontainer.pug +2 -2
- package/lib/template/ui/kendo/datepicker.pug +1 -1
- package/lib/template/ui/kendo/employee-selector.pug +2 -1
- package/lib/template/ui/kendo/farris-checkbox-group.pug +1 -1
- package/lib/template/ui/kendo/farris-combo-list.pug +1 -1
- package/lib/template/ui/kendo/farris-datagrid.pug +1 -1
- package/lib/template/ui/kendo/farris-datepicker.pug +1 -1
- package/lib/template/ui/kendo/farris-file-upload-preview.pug +3 -0
- package/lib/template/ui/kendo/farris-number-range.pug +1 -1
- package/lib/template/ui/kendo/farris-number-spinner.pug +1 -1
- package/lib/template/ui/kendo/farris-switch.pug +1 -1
- package/lib/template/ui/kendo/farris-tags.pug +1 -1
- package/lib/template/ui/kendo/farris-time-picker.pug +1 -1
- package/lib/template/ui/kendo/input-group.pug +1 -1
- package/lib/template/ui/kendo/language-textbox.pug +1 -1
- package/lib/template/ui/kendo/lookup.pug +1 -1
- package/lib/template/ui/kendo/multitextbox.pug +1 -1
- package/lib/template/ui/kendo/numericbox.pug +1 -1
- package/lib/template/ui/kendo/oa-relation.pug +8 -1
- package/lib/template/ui/kendo/portlet.pug +1 -1
- package/lib/template/ui/kendo/radioboxgroup.pug +1 -1
- package/lib/template/ui/kendo/richtextbox.pug +1 -1
- package/lib/template/ui/kendo/switch.pug +1 -1
- package/lib/template/ui/kendo/table/checkbox.pug +1 -1
- package/lib/template/ui/kendo/table/combobox.pug +1 -1
- package/lib/template/ui/kendo/table/datepicker.pug +1 -1
- package/lib/template/ui/kendo/table/farris-checkbox-group.pug +1 -1
- package/lib/template/ui/kendo/table/farris-combo-list.pug +1 -1
- package/lib/template/ui/kendo/table/farris-datepicker.pug +1 -1
- package/lib/template/ui/kendo/table/farris-number-range.pug +1 -1
- package/lib/template/ui/kendo/table/farris-number-spinner.pug +1 -1
- package/lib/template/ui/kendo/table/farris-switch.pug +1 -1
- package/lib/template/ui/kendo/table/farris-tags.pug +1 -1
- package/lib/template/ui/kendo/table/farris-time-picker.pug +1 -1
- package/lib/template/ui/kendo/table/input-group.pug +1 -1
- package/lib/template/ui/kendo/table/language-textbox.pug +1 -1
- package/lib/template/ui/kendo/table/numericbox.pug +1 -1
- package/lib/template/ui/kendo/table/radioboxgroup.pug +1 -1
- package/lib/template/ui/kendo/table/switch.pug +1 -1
- package/lib/template/ui/kendo/table/textbox.pug +1 -1
- package/lib/template/ui/kendo/textbox.pug +1 -1
- package/lib/template/ui/kendo/tinymcerichtextbox.pug +1 -2
- package/lib/utility/content-type-creator.js.map +1 -1
- package/lib/utility/devkit/component-creator.js +1 -0
- package/lib/utility/devkit/component-creator.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js +4 -0
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js +3 -2
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/query-schema-collector.js +1 -0
- package/lib/utility/devkit/form-file-executor.js +13 -0
- package/lib/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/utility/devkit/module-creator.js +12 -0
- package/lib/utility/devkit/module-creator.js.map +1 -1
- package/lib/utility/devkit-template-config.js +12 -0
- package/lib/utility/devkit-template-config.js.map +1 -1
- package/lib/utility/directory-file-helper.js +8 -3
- package/lib/utility/directory-file-helper.js.map +1 -1
- package/lib/utility/i18n/i18n-resource-manager.js +3 -0
- package/lib/utility/i18n/i18n-resource-manager.js.map +1 -1
- package/lib/utility/multi-textbox-checker.js +42 -0
- package/lib/utility/multi-textbox-checker.js.map +1 -0
- package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js +2 -1
- package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-queryschema-parameter-generator.js +5 -0
- package/lib/utility/template-generator/devkit/component-template-generator.js +5 -0
- package/lib/utility/template-generator/devkit/component-template-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +16 -0
- package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +16 -1
- package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js +4 -0
- package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js.map +1 -1
- package/package.json +1 -1
- package/lib/template/ui/mobilevue/container.pug +0 -11
- package/lib/template/ui/mobilevue/fm-staff-info.pug +0 -10
- package/lib/template/ui/mobilevue/page-content-container.pug +0 -10
- package/lib/template/ui/mobilevue/page-footer-container.pug +0 -10
- package/lib/template/ui/mobilevue/page-header-container.pug +0 -10
|
@@ -66,7 +66,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
66
66
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
67
67
|
else
|
|
68
68
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
69
|
-
farris-text('[type]'="'date'" '[localization]'=variable.localization?""+true:undefined '[localizationType]'=variable.localization?"'"+variable.localizationType+"'":undefined "farris-text-localization"=variable.localization?"":undefined '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[format]'=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[dateRangeDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined)&attributes(areaAttrs)
|
|
69
|
+
farris-text('[type]'="'date'" '[localization]'=variable.localization?""+true:undefined '[localizationType]'=variable.localization?"'"+variable.localizationType+"'":undefined "farris-text-localization"=variable.localization?"":undefined '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[format]'=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[dateRangeDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
70
70
|
if(variable.titleTipsTemplate)
|
|
71
71
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
72
72
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -15,6 +15,8 @@ f-file-upload-and-preview(id=variable.replacedId class=(variable.appearance && v
|
|
|
15
15
|
'[uploadOptions]'!=variable.uploadOptions?variable.uploadOptions:undefined
|
|
16
16
|
'[extendServerConfig]'!=variable.serializedExtendServerConfig?variable.serializedExtendServerConfig+"":undefined
|
|
17
17
|
'[uploadDisabled]'!=variable.uploadDisabled?""+variable.uploadDisabled.value:undefined
|
|
18
|
+
'[disabled]'!=variable.disabled?""+variable.disabled.value:undefined
|
|
19
|
+
'[noDownload]'!=variable.noDownload?""+variable.noDownload.value:undefined
|
|
18
20
|
'[uploadedCount]'!=variable.uploadedCount?""+variable.uploadedCount:undefined
|
|
19
21
|
'[extendDatas]'!=variable.extendDatas?""+variable.extendDatas:undefined
|
|
20
22
|
'[previewEnableMulti]'=variable.previewEnableMulti?""+variable.previewEnableMulti.value:undefined
|
|
@@ -28,6 +30,7 @@ f-file-upload-and-preview(id=variable.replacedId class=(variable.appearance && v
|
|
|
28
30
|
'[previewEnableRename]'=""+variable.previewEnableRename
|
|
29
31
|
'[previewDefaultRename]'=variable.previewDefaultNameLangName?""+variable.previewDefaultNameLangName:undefined
|
|
30
32
|
'[customInfo]'=variable.customInfoLangName?""+variable.customInfoLangName:undefined
|
|
33
|
+
'[editfile]'=variable.previewEnableEditFile?""+variable.previewEnableEditFile.value:undefined
|
|
31
34
|
'[contentFill]'=variable.contentFill?""+variable.contentFill.value:undefined
|
|
32
35
|
'(afterOrdered)'=variable.afterOrdered?""+variable.afterOrdered:undefined
|
|
33
36
|
'[enableOrder]'=variable.enableOrder?""+variable.enableOrder.value:undefined
|
|
@@ -58,7 +58,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
58
58
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
59
59
|
else
|
|
60
60
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
61
|
-
farris-text('[type]'="'number'" '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined )&attributes(areaAttrs)
|
|
61
|
+
farris-text('[type]'="'number'" '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
62
62
|
if(variable.titleTipsTemplate)
|
|
63
63
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
64
64
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -74,7 +74,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
74
74
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
75
75
|
else
|
|
76
76
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
77
|
-
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[option]'=variable.textOptionsName?variable.textOptionsName:undefined)&attributes(areaAttrs)
|
|
77
|
+
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[option]'=variable.textOptionsName?variable.textOptionsName:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
78
78
|
if(variable.titleTipsTemplate)
|
|
79
79
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
80
80
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -56,7 +56,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
56
56
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
57
57
|
else
|
|
58
58
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
59
|
-
farris-text('[type]'="'boolean'")&attributes(areaAttrs)
|
|
59
|
+
farris-text('[type]'="'boolean'" '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
60
60
|
if(variable.titleTipsTemplate)
|
|
61
61
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
62
62
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -60,7 +60,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
60
60
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
61
61
|
else
|
|
62
62
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
63
|
-
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined )&attributes(areaAttrs)
|
|
63
|
+
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
64
64
|
if(variable.titleTipsTemplate)
|
|
65
65
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
66
66
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -61,7 +61,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
61
61
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
62
62
|
else
|
|
63
63
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
64
|
-
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined )&attributes(areaAttrs)
|
|
64
|
+
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
65
65
|
if(variable.titleTipsTemplate)
|
|
66
66
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
67
67
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -55,7 +55,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
55
55
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
56
56
|
else
|
|
57
57
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
58
|
-
farris-text('[type]'="'string'" '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined)&attributes(areaAttrs)
|
|
58
|
+
farris-text('[type]'="'string'" '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
59
59
|
if(variable.titleTipsTemplate)
|
|
60
60
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
61
61
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -60,7 +60,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
60
60
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
61
61
|
else
|
|
62
62
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
63
|
-
farris-text('[type]'="'string'" '[currentLanguage]'="this.lang" )&attributes(areaAttrs)
|
|
63
|
+
farris-text('[type]'="'string'" '[currentLanguage]'="this.lang" '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
64
64
|
if(variable.titleTipsTemplate)
|
|
65
65
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
66
66
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -52,7 +52,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
52
52
|
if(variable.focusState)
|
|
53
53
|
-attrs["[focusState]"]=variable.focusState+"";
|
|
54
54
|
-attrs['#'+variable.replacedId] = "";
|
|
55
|
-
farris-lookup-grid(id=variable.replacedId "input-end-edit" 'lookupGridRef' '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]'=
|
|
55
|
+
farris-lookup-grid(id=variable.replacedId "input-end-edit" 'lookupGridRef' '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)?"'" + variable.dataSource.uri + "'":undefined '[idField]'=(variable.dataSource && variable.dataSource.idField)?"'" + variable.dataSource.idField + "'":undefined '[mapFields]'=variable.mapFields?variable.mapFields:undefined '[singleSelect]'=(!variable.multiSelect) + "" '[pageSize]'=(variable.pageSize || 20) '[pageList]'=variable.arrPageList?variable.arrPageList:undefined '[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 '[useExtendInfo]'=(variable.useExtendInfo || variable.useExtendInfo==false)?""+variable.useExtendInfo:undefined '[extInfoFields]'=variable.extInfoFields?"'"+variable.extInfoFields+"'":undefined '[extInfoFormatter]'=variable.extInfoFormatterName?""+variable.extInfoFormatterName:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[customFormatter]'=variable.customFormatterName?""+variable.customFormatterName:undefined '[selectFirstInNav]'=variable.selectFirstInNav?""+variable.selectFirstInNav.value:undefined '[loadDataWhenOpen]'=variable.loadDataWhenOpen?""+variable.loadDataWhenOpen.value:undefined '[customNavFormatter]'=variable.customNavFormatterName?""+variable.customNavFormatterName:undefined '[treeInfo]'=variable.treeInfo?variable.treeInfo:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[viewType]'=variable.viewType?"'"+variable.viewType+"'":undefined '[treeTableOptions]'=variable.treeTableOptions?variable.treeTableOptions:undefined '[showCheckAll]'=variable.showCheckAll?""+variable.showCheckAll.value:undefined '[quickSelect]'=variable.quickSelectName?""+variable.quickSelectName:undefined '[treeToList]'=variable.treeToList?""+variable.treeToList.value:undefined '[navTreeToList]'=variable.navTreeToList?""+variable.navTreeToList.value:undefined '[showNavigation]'=variable.showNavigation?""+variable.showNavigation.value:undefined )&attributes(attrs)
|
|
56
56
|
if (variable.needValid && variable.binding && variable.binding.path)
|
|
57
57
|
-var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
58
58
|
validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
@@ -42,7 +42,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
42
42
|
-attrs["farris-set-focus"]="";
|
|
43
43
|
if(variable.focusState)
|
|
44
44
|
-attrs["[focusState]"]=variable.focusState+"";
|
|
45
|
-
textarea(id=variable.replacedId '[style.height]'=(variable.size&&variable.size.height)?"'"+variable.size.height+"px"+"'":undefined '[maxHeight]'= variable.maxHeight?""+variable.maxHeight:undefined '[style.width]'=(variable.size&&variable.size.width)?"'"+variable.size.width+"px"+"'":undefined 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 '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[auto-size]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[textarea-zoom]'=variable.enableDialog+"" '[title]'=variable.enableDialog?""+titleValue:undefined '[dialogWidth]'=variable.enableDialog?variable.dialogWidth+"":undefined '[dialogHeight]'=variable.enableDialog?variable.dialogHeight+"":undefined 'maxlength'=(variable.maxLength && variable.maxLength!=0)?""+variable.maxLength:undefined '[word-count]'=(variable.enableWordCount || variable.enableWordCount==false)?""+variable.enableWordCount:undefined '[countType]'=variable.countType?"'"+variable.countType+"'":undefined '[onlyShowInDialog]'=(variable.onlyShowInDialog||variable.onlyShowInDialog==false)?""+variable.onlyShowInDialog:undefined
|
|
45
|
+
textarea(id=variable.replacedId '[style.height]'=(variable.size&&variable.size.height)?"'"+variable.size.height+"px"+"'":undefined '[maxHeight]'= variable.maxHeight?""+variable.maxHeight:undefined '[style.width]'=(variable.size&&variable.size.width)?"'"+variable.size.width+"px"+"'":undefined 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 '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[auto-size]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[textarea-zoom]'=variable.enableDialog+"" '[title]'=variable.enableDialog?""+titleValue:undefined '[dialogWidth]'=variable.enableDialog?variable.dialogWidth+"":undefined '[dialogHeight]'=variable.enableDialog?variable.dialogHeight+"":undefined 'maxlength'=(variable.maxLength && variable.maxLength!=0)?""+variable.maxLength:undefined '[word-count]'=(variable.enableWordCount || variable.enableWordCount==false)?""+variable.enableWordCount:undefined '[countType]'=variable.countType?"'"+variable.countType+"'":undefined '[onlyShowInDialog]'=(variable.onlyShowInDialog||variable.onlyShowInDialog==false)?""+variable.onlyShowInDialog:undefined '[common-comments]'=variable.useComments?""+variable.useComments.value:undefined)&attributes(attrs)
|
|
46
46
|
if (variable.needValid && variable.binding && variable.binding.path)
|
|
47
47
|
-var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
48
48
|
validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
@@ -60,7 +60,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
60
60
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
61
61
|
else
|
|
62
62
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
63
|
-
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined)&attributes(areaAttrs)
|
|
63
|
+
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
64
64
|
if(variable.titleTipsTemplate)
|
|
65
65
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
66
66
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style))
|
|
2
2
|
div(class="farris-group-wrap")
|
|
3
|
-
div(class="form-group farris-form-group")
|
|
3
|
+
div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
|
|
4
4
|
label(class="col-form-label" title="{{'"+variable.title+"'}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
5
5
|
span(class="farris-label-text") {{'#{variable.title}'}}
|
|
6
6
|
div(class="farris-input-wrap")
|
|
@@ -12,3 +12,10 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
12
12
|
'[taskCategoryIds]'!=variable.taskCategoryIds?variable.taskCategoryIds+"":undefined
|
|
13
13
|
'formControlName'=variable.formControlName?""+variable.formControlName:undefined
|
|
14
14
|
)
|
|
15
|
+
if(variable.titleTipsTemplate)
|
|
16
|
+
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
17
|
+
i(class="f-icon f-icon-description-tips")
|
|
18
|
+
-var tipsAttrs= {};
|
|
19
|
+
-tipsAttrs['#'+variable.titleTipsTemplateName] = "";
|
|
20
|
+
ng-template()&attributes(tipsAttrs)
|
|
21
|
+
| !{variable.titleTipsTemplate}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
div(id=variable.replacedId class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '*ngIf'!=variable.visible ?variable.visible.value+'':undefined )
|
|
2
|
-
lib-portlet('[portletId]'=variable.portletId?"'"+variable.portletId+"'":undefined)
|
|
2
|
+
lib-portlet('[portletId]'=variable.portletId?"'"+variable.portletId+"'":undefined '[portlet-filter-binding]'!=variable.mappingFields?variable.mappingFields:undefined)
|
|
@@ -58,7 +58,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
58
58
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
59
59
|
else
|
|
60
60
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
61
|
-
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?""+variable.enumDataLang:undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined )&attributes(areaAttrs)
|
|
61
|
+
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?""+variable.enumDataLang:undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
62
62
|
if(variable.titleTipsTemplate)
|
|
63
63
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
64
64
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -38,7 +38,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
38
38
|
-attrs["farris-set-focus"]="";
|
|
39
39
|
if(variable.focusState)
|
|
40
40
|
-attrs["[focusState]"]=variable.focusState+"";
|
|
41
|
-
farris-html-editor(id=variable.replacedId "html-editor-end-edit" class="form-control" "htmlEditorRef" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[value]'=variable.value?variable.value:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[theme]'=variable.theme?"'"+variable.theme+"'":undefined '[maxLength]'=variable.maxLength?"'"+variable.maxLength+"'":undefined '[minLength]'=variable.minLength?"'"+variable.minLength+"'":undefined '[required]'=variable.require?""+variable.require.value:undefined '[customToolbarPosition]'=variable.customToolbarPosition?"'"+variable.customToolbarPosition+"'":undefined '(onEditorCreated)'=variable.onEditorCreated?variable.onEditorCreated+"(param)":undefined '(onContentChanged)'=variable.onContentChanged?variable.onContentChanged+"(param)":undefined '(onSelectionChanged)'=variable.onSelectionChanged?variable.onSelectionChanged+"":undefined '(onFocus)'=variable.onFocus?variable.onFocus+"(param)":undefined '(onBlur)'=variable.onBlur?variable.onBlur+"(param)":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[styles]'=variable.customEditorStyle?""+variable.customEditorStyle:undefined '[showBorder]'=(variable.isTextArea ||variable.isTextArea==false)?""+variable.isTextArea:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[customToolbar]'=variable.customToolbar?""+variable.customToolbar.value:undefined '[toolbar]'=variable.toolbar?variable.toolbar:undefined
|
|
41
|
+
farris-html-editor(id=variable.replacedId "html-editor-end-edit" class="form-control" "htmlEditorRef" '[disabled]'!=variable.disable?variable.disable.toString():undefined '[readonly]'!=variable.readonly?variable.readonly.value+"":undefined '[value]'=variable.value?variable.value:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[theme]'=variable.theme?"'"+variable.theme+"'":undefined '[maxLength]'=variable.maxLength?"'"+variable.maxLength+"'":undefined '[minLength]'=variable.minLength?"'"+variable.minLength+"'":undefined '[required]'=variable.require?""+variable.require.value:undefined '[customToolbarPosition]'=variable.customToolbarPosition?"'"+variable.customToolbarPosition+"'":undefined '(onEditorCreated)'=variable.onEditorCreated?variable.onEditorCreated+"(param)":undefined '(onContentChanged)'=variable.onContentChanged?variable.onContentChanged+"(param)":undefined '(onSelectionChanged)'=variable.onSelectionChanged?variable.onSelectionChanged+"":undefined '(onFocus)'=variable.onFocus?variable.onFocus+"(param)":undefined '(onBlur)'=variable.onBlur?variable.onBlur+"(param)":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[styles]'=variable.customEditorStyle?""+variable.customEditorStyle:undefined '[showBorder]'=(variable.isTextArea ||variable.isTextArea==false)?""+variable.isTextArea:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[customToolbar]'=variable.customToolbar?""+variable.customToolbar.value:undefined '[toolbar]'=variable.toolbar?variable.toolbar:undefined '[maxHeight]'=(variable.maxHeight||variable.maxHeight==0)?""+variable.maxHeight:undefined)&attributes(attrs)
|
|
42
42
|
if (variable.needValid && variable.binding && variable.binding.path)
|
|
43
43
|
-var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
44
44
|
validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
@@ -57,7 +57,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
57
57
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
58
58
|
else
|
|
59
59
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
60
|
-
farris-text('[type]'="'string'")&attributes(areaAttrs)
|
|
60
|
+
farris-text('[type]'="'string'" '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
61
61
|
if(variable.titleTipsTemplate)
|
|
62
62
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
63
63
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -71,7 +71,7 @@ if(variable.isTextArea)
|
|
|
71
71
|
label(class="col-form-label" )&attributes(areaLabelAttrs)
|
|
72
72
|
span(class="farris-label-text")
|
|
73
73
|
| {{'!{variable.resourceId}'|lang:lang:'!{variable.defaultI18nValue}'}}
|
|
74
|
-
farris-text('[type]'="'boolean'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
74
|
+
farris-text('[type]'="'boolean'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
75
75
|
if(variable.titleTipsTemplate)
|
|
76
76
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
77
77
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -40,7 +40,7 @@ div(class="farris-input-wrap")
|
|
|
40
40
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
41
41
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
42
42
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
43
|
-
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
43
|
+
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
44
44
|
if(variable.titleTipsTemplate)
|
|
45
45
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
46
46
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -39,7 +39,7 @@ div(class="farris-input-wrap")
|
|
|
39
39
|
else
|
|
40
40
|
-areaAttrs['[(ngModel)]'] =variable.rowPrefix+(variable.ngModelPath);
|
|
41
41
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
42
|
-
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?variable.format:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
42
|
+
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?variable.format:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
43
43
|
if(variable.titleTipsTemplate)
|
|
44
44
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
45
45
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -36,7 +36,7 @@ div('class'='farris-input-wrap')
|
|
|
36
36
|
else
|
|
37
37
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
38
38
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
39
|
-
farris-text('[type]'="'enum'" '[data]'=variable.itemsLang?""+variable.itemsLang:undefined '[enumDelimiter]'=variable.separator?"'"+variable.separator+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined )&attributes(areaAttrs)
|
|
39
|
+
farris-text('[type]'="'enum'" '[data]'=variable.itemsLang?""+variable.itemsLang:undefined '[enumDelimiter]'=variable.separator?"'"+variable.separator+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
40
40
|
if(variable.titleTipsTemplate)
|
|
41
41
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
42
42
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -40,7 +40,7 @@ div(class="farris-input-wrap")
|
|
|
40
40
|
else
|
|
41
41
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
42
42
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
43
|
-
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?variable.enumDataLang:undefined '[valueField]'=variable.idField?"'"+variable.idField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined )&attributes(areaAttrs)
|
|
43
|
+
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?variable.enumDataLang:undefined '[valueField]'=variable.idField?"'"+variable.idField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
44
44
|
if(variable.titleTipsTemplate)
|
|
45
45
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
46
46
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -46,7 +46,7 @@ div(class="farris-input-wrap")
|
|
|
46
46
|
else
|
|
47
47
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
48
48
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
49
|
-
farris-text('[type]'="'date'" '[localization]'=variable.localization?""+true:undefined '[localizationType]'=variable.localization?"'"+variable.localizationType+"'":undefined "farris-text-localization"=variable.localization?"":undefined '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[format]'=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[dateRangeDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
49
|
+
farris-text('[type]'="'date'" '[localization]'=variable.localization?""+true:undefined '[localizationType]'=variable.localization?"'"+variable.localizationType+"'":undefined "farris-text-localization"=variable.localization?"":undefined '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[format]'=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[dateRangeDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
50
50
|
if(variable.titleTipsTemplate)
|
|
51
51
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
52
52
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -38,7 +38,7 @@ div(class="farris-input-wrap")
|
|
|
38
38
|
else
|
|
39
39
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
40
40
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
41
|
-
farris-text('[type]'="'number'" '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
41
|
+
farris-text('[type]'="'number'" '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
42
42
|
if(variable.titleTipsTemplate)
|
|
43
43
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
44
44
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -37,7 +37,7 @@ div(class="farris-input-wrap")
|
|
|
37
37
|
else
|
|
38
38
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
39
39
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
40
|
-
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[option]'=variable.textOptionsName?variable.textOptionsName:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
40
|
+
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[option]'=variable.textOptionsName?variable.textOptionsName:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
41
41
|
if(variable.titleTipsTemplate)
|
|
42
42
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
43
43
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -36,7 +36,7 @@ div(class="farris-input-wrap")
|
|
|
36
36
|
else
|
|
37
37
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
38
38
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
39
|
-
farris-text('[type]'="'boolean'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
39
|
+
farris-text('[type]'="'boolean'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
40
40
|
if(variable.titleTipsTemplate)
|
|
41
41
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
42
42
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -38,7 +38,7 @@ div(class="farris-input-wrap")
|
|
|
38
38
|
else
|
|
39
39
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
40
40
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
41
|
-
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined )&attributes(areaAttrs)
|
|
41
|
+
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
42
42
|
if(variable.titleTipsTemplate)
|
|
43
43
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
44
44
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -41,7 +41,7 @@ div(class="farris-input-wrap")
|
|
|
41
41
|
else
|
|
42
42
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
43
43
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
44
|
-
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
44
|
+
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
45
45
|
if(variable.titleTipsTemplate)
|
|
46
46
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
47
47
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -35,7 +35,7 @@ div('class'='farris-input-wrap')
|
|
|
35
35
|
else
|
|
36
36
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
37
37
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
38
|
-
farris-text('[type]'="'string'" '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
38
|
+
farris-text('[type]'="'string'" '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
39
39
|
if(variable.titleTipsTemplate)
|
|
40
40
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
41
41
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -40,7 +40,7 @@ div(class="farris-input-wrap")
|
|
|
40
40
|
else
|
|
41
41
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
42
42
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
43
|
-
farris-text('[type]'="'string'" '[currentLanguage]'="this.lang" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
43
|
+
farris-text('[type]'="'string'" '[currentLanguage]'="this.lang" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
44
44
|
if(variable.titleTipsTemplate)
|
|
45
45
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
46
46
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -39,7 +39,7 @@ div(class="farris-input-wrap")
|
|
|
39
39
|
else
|
|
40
40
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
41
41
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
42
|
-
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
42
|
+
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
43
43
|
if(variable.titleTipsTemplate)
|
|
44
44
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
45
45
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -36,7 +36,7 @@ div('class'='farris-input-wrap')
|
|
|
36
36
|
else
|
|
37
37
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
38
38
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
39
|
-
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?""+variable.enumDataLang:undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined )&attributes(areaAttrs)
|
|
39
|
+
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?""+variable.enumDataLang:undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
40
40
|
if(variable.titleTipsTemplate)
|
|
41
41
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
42
42
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -36,7 +36,7 @@ div(class="farris-input-wrap")
|
|
|
36
36
|
else
|
|
37
37
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
38
38
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
39
|
-
farris-text('[type]'="'string'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
39
|
+
farris-text('[type]'="'string'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
40
40
|
if(variable.titleTipsTemplate)
|
|
41
41
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
42
42
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -44,7 +44,7 @@ div(class="farris-input-wrap")
|
|
|
44
44
|
else
|
|
45
45
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
46
46
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
47
|
-
farris-text('[type]'="'string'" '[isPassword]'=variable.isPassword?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
47
|
+
farris-text('[type]'="'string'" '[isPassword]'=variable.isPassword?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
48
48
|
if(variable.titleTipsTemplate)
|
|
49
49
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
50
50
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -65,7 +65,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
65
65
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
66
66
|
else
|
|
67
67
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
68
|
-
farris-text('[type]'="'string'" '[isPassword]'=variable.isPassword?""+variable.isPassword:undefined)&attributes(areaAttrs)
|
|
68
|
+
farris-text('[type]'="'string'" '[isPassword]'=variable.isPassword?""+variable.isPassword:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
69
69
|
if(variable.titleTipsTemplate)
|
|
70
70
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
71
71
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -37,8 +37,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
37
37
|
-attrs["farris-set-focus"]="";
|
|
38
38
|
if(variable.focusState)
|
|
39
39
|
-attrs["[focusState]"]=variable.focusState+"";
|
|
40
|
-
farris-editor(id=variable.replacedId 'farris-editor-bind' '[readOnly]'!=variable.readonly?variable.readonly.value+"":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
|
|
41
|
-
'[height]'=(variable.size && variable.size.height) '[showBorder]'=(variable.isTextArea ||variable.isTextArea==false)?""+variable.isTextArea:undefined '[fontFamilyList]'!=variable.fontFamilyList?variable.fontFamilyList:undefined '[defaultFontFamily]'!=variable.defaultFontFamily?"'"+variable.defaultFontFamily+"'":undefined '[customToolbar]'=variable.customToolbar?""+variable.customToolbar.value:undefined '[toolbar]'=variable.toolbar?variable.toolbar:undefined)&attributes(attrs)
|
|
40
|
+
farris-editor(id=variable.replacedId 'farris-editor-bind' '[readOnly]'!=variable.readonly?variable.readonly.value+"":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[maxHeight]'=(variable.maxHeight||variable.maxHeight==0)?""+variable.maxHeight:undefined '[height]'=(variable.size && variable.size.height) '[showBorder]'=(variable.isTextArea ||variable.isTextArea==false)?""+variable.isTextArea:undefined '[fontFamilyList]'!=variable.fontFamilyList?variable.fontFamilyList:undefined '[defaultFontFamily]'!=variable.defaultFontFamily?"'"+variable.defaultFontFamily+"'":undefined '[customToolbar]'=variable.customToolbar?""+variable.customToolbar.value:undefined '[toolbar]'=variable.toolbar?variable.toolbar:undefined)&attributes(attrs)
|
|
42
41
|
if (variable.needValid && variable.binding && variable.binding.path)
|
|
43
42
|
-var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
44
43
|
validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-type-creator.js","sourceRoot":"","sources":["../../src/utility/content-type-creator.ts"],"names":[],"mappings":";;;AAAA,gFAA0E;AAC1E,0FAAoF;AACpF,8FAAwF;AACxF,sFAAgF;AAChF,sFAAgF;AAChF,wFAAkF;AAClF,4EAA8E;AAC9E,0FAAoF;AACpF,gGAA0F;AAC1F,gGAAyF;
|
|
1
|
+
{"version":3,"file":"content-type-creator.js","sourceRoot":"","sources":["../../src/utility/content-type-creator.ts"],"names":[],"mappings":"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"}
|
|
@@ -184,6 +184,7 @@ class ComponentCreator {
|
|
|
184
184
|
result["adminorganizationSelectorParameters"] = component_parameter_collector_1.ComponentParameterCollectorManager.collect(obj, component_parameter_collector_1.ComponentParameterCollectorType.AdminOrganizationSelector, ui, vm, i18nResourceKeyPrefix);
|
|
185
185
|
result["componentReadonlyProp"] = component_parameter_collector_1.ComponentParameterCollectorManager.collect(obj, component_parameter_collector_1.ComponentParameterCollectorType.ComponentReadonly, ui, vm, i18nResourceKeyPrefix);
|
|
186
186
|
result["componentConditionDialogParameter"] = component_parameter_collector_1.ComponentParameterCollectorManager.collect(obj, component_parameter_collector_1.ComponentParameterCollectorType.QdpConditionDialog, ui, vm, i18nResourceKeyPrefix);
|
|
187
|
+
result["componentAppointmentCalendarParameters"] = component_parameter_collector_1.ComponentParameterCollectorManager.collect(obj, component_parameter_collector_1.ComponentParameterCollectorType.AppointmentCalendar, ui, vm, i18nResourceKeyPrefix);
|
|
187
188
|
}
|
|
188
189
|
}
|
|
189
190
|
exports.ComponentCreator = ComponentCreator;
|