@farris/jit-engine 1.3.263 → 1.3.265
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 +8 -0
- package/lib/context/context.js +22 -22
- package/lib/context/index.js +14 -14
- package/lib/context/interface.js +6 -6
- package/lib/domstructure/devkit/appmodule.js +31 -31
- package/lib/domstructure/devkit/befProxy/bef-proxy-content.js +57 -57
- package/lib/domstructure/devkit/befProxy/bef-proxy-operation-parameter.js +68 -68
- package/lib/domstructure/devkit/befProxy/bef-proxy-operation.js +66 -66
- package/lib/domstructure/devkit/befProxy/bef-proxy-service.js +46 -46
- package/lib/domstructure/devkit/befProxy/bef-proxy.js +34 -34
- package/lib/domstructure/devkit/befProxy/index.js +13 -13
- package/lib/domstructure/devkit/devkit.js +213 -213
- package/lib/domstructure/devkit/entity/entity.js +182 -182
- package/lib/domstructure/devkit/event/event-command-array.js +20 -20
- package/lib/domstructure/devkit/event/event-command.js +25 -25
- package/lib/domstructure/devkit/event/event-declaraction.js +52 -52
- package/lib/domstructure/devkit/event/event.js +33 -33
- package/lib/domstructure/devkit/event/events-array.js +17 -17
- package/lib/domstructure/devkit/event/subscription.js +63 -63
- package/lib/domstructure/devkit/externalComponent/external-wizard-detail-component.js +11 -11
- package/lib/domstructure/devkit/externalComponent/externalCompoent.js +36 -36
- package/lib/domstructure/devkit/externalComponent/externalComponent-constant.js +6 -6
- package/lib/domstructure/devkit/externalComponent/externalComponent-creator-factory.js +42 -42
- package/lib/domstructure/devkit/externalComponent/externalModalComponent.js +33 -33
- package/lib/domstructure/devkit/externalComponent/externalRouteComponent.js +11 -11
- package/lib/domstructure/devkit/externalComponent/externalsection-component.js +11 -11
- package/lib/domstructure/devkit/externalComponent/externalsidebar-component.js +11 -11
- package/lib/domstructure/devkit/extraImports/extra-import.js +25 -25
- package/lib/domstructure/devkit/extraImports/index.js +13 -13
- package/lib/domstructure/devkit/index.js +33 -33
- package/lib/domstructure/devkit/module/module.js +216 -216
- package/lib/domstructure/devkit/module-reference/component-apply-range.js +9 -9
- package/lib/domstructure/devkit/module-reference/form-module-reference-range.js +9 -9
- package/lib/domstructure/devkit/module-reference/form-module-reference.js +29 -29
- package/lib/domstructure/devkit/module-reference/index.js +14 -14
- package/lib/domstructure/devkit/module-reference/module-reference.js +26 -26
- package/lib/domstructure/devkit/repository/repository.js +25 -25
- package/lib/domstructure/devkit/routing/routing.js +55 -55
- package/lib/domstructure/devkit/section-toolbar/farris-section-toolbar-item.js +50 -50
- package/lib/domstructure/devkit/section-toolbar/farris-section-toolbar.js +38 -38
- package/lib/domstructure/devkit/section-toolbar/index.js +14 -14
- package/lib/domstructure/devkit/solution.js +59 -59
- package/lib/domstructure/devkit/tab-toolbar/farris-tab-toolbar-Item.js +50 -50
- package/lib/domstructure/devkit/tab-toolbar/farris-tab-toolbar.js +38 -38
- package/lib/domstructure/devkit/tab-toolbar/index.js +14 -14
- package/lib/domstructure/devkit/viewmodel/command/command.js +169 -169
- package/lib/domstructure/devkit/viewmodel/command/shortcut.js +28 -28
- package/lib/domstructure/devkit/viewmodel/component/component-children-route.js +28 -28
- package/lib/domstructure/devkit/viewmodel/component/component-custom-provider.js +6 -6
- package/lib/domstructure/devkit/viewmodel/component/component-provider.js +26 -26
- package/lib/domstructure/devkit/viewmodel/component/component.js +214 -214
- package/lib/domstructure/devkit/viewmodel/component/index.js +14 -14
- package/lib/domstructure/devkit/viewmodel/form/form.js +169 -169
- package/lib/domstructure/devkit/viewmodel/service/service.js +41 -41
- package/lib/domstructure/devkit/viewmodel/statemachine/statemachine.js +108 -108
- package/lib/domstructure/devkit/viewmodel/states/state.js +100 -100
- package/lib/domstructure/devkit/viewmodel/viewmodel.js +132 -132
- package/lib/domstructure/editor-type-enum.js +8 -8
- package/lib/domstructure/i-entity-tojson.js +2 -2
- package/lib/domstructure/i-placeholder-resource.js +2 -2
- package/lib/domstructure/i-replacedid.js +2 -2
- package/lib/domstructure/i18n-resource.js +50 -50
- package/lib/domstructure/index.js +15 -15
- package/lib/domstructure/running-position-enum.js +8 -8
- package/lib/domstructure/ui/appointment-calendar/appoint-calendar.js +104 -104
- package/lib/domstructure/ui/appointment-calendar/index.js +13 -13
- package/lib/domstructure/ui/approve-comments/approval-comments.js +53 -53
- package/lib/domstructure/ui/approve-comments/index.js +13 -13
- package/lib/domstructure/ui/approve-logs/approval-logs.js +33 -33
- package/lib/domstructure/ui/approve-logs/index.js +13 -13
- package/lib/domstructure/ui/commands/button.js +55 -55
- package/lib/domstructure/ui/commands/button_group.js +16 -16
- package/lib/domstructure/ui/commands/command.js +58 -58
- package/lib/domstructure/ui/commands/command_container.js +40 -40
- package/lib/domstructure/ui/commands/context_menu.js +37 -37
- package/lib/domstructure/ui/commands/index.js +21 -21
- package/lib/domstructure/ui/commands/menu.js +16 -16
- package/lib/domstructure/ui/commands/menu_item.js +40 -40
- package/lib/domstructure/ui/commands/toolbar.js +43 -43
- package/lib/domstructure/ui/commands/toolbar_item.js +42 -42
- package/lib/domstructure/ui/common/absctract_dom.js +2 -2
- package/lib/domstructure/ui/common/appearance.js +35 -35
- package/lib/domstructure/ui/common/background.js +33 -33
- package/lib/domstructure/ui/common/base-title-component.js +46 -46
- package/lib/domstructure/ui/common/basecomponent.js +149 -149
- package/lib/domstructure/ui/common/binding.js +164 -164
- package/lib/domstructure/ui/common/border.js +39 -39
- package/lib/domstructure/ui/common/font.js +38 -38
- package/lib/domstructure/ui/common/index.js +21 -21
- package/lib/domstructure/ui/common/margin.js +39 -39
- package/lib/domstructure/ui/common/padding.js +39 -39
- package/lib/domstructure/ui/common/size.js +34 -34
- package/lib/domstructure/ui/common/visible.js +69 -69
- package/lib/domstructure/ui/component.js +88 -88
- package/lib/domstructure/ui/container/collection_item.js +16 -16
- package/lib/domstructure/ui/container/collepse.js +16 -16
- package/lib/domstructure/ui/container/container.js +43 -43
- package/lib/domstructure/ui/container/content_container.js +64 -64
- package/lib/domstructure/ui/container/dynamic-area-item.js +36 -36
- package/lib/domstructure/ui/container/dynamic-area.js +36 -36
- package/lib/domstructure/ui/container/external_container.js +50 -50
- package/lib/domstructure/ui/container/fieldset.js +36 -36
- package/lib/domstructure/ui/container/flexlayout.js +39 -39
- package/lib/domstructure/ui/container/form.js +36 -36
- package/lib/domstructure/ui/container/form_group.js +16 -16
- package/lib/domstructure/ui/container/hidden-container.js +47 -47
- package/lib/domstructure/ui/container/html_template.js +59 -59
- package/lib/domstructure/ui/container/index.js +43 -43
- package/lib/domstructure/ui/container/item_container.js +40 -40
- package/lib/domstructure/ui/container/loop-container.js +53 -53
- package/lib/domstructure/ui/container/model.js +16 -16
- package/lib/domstructure/ui/container/model_container.js +43 -43
- package/lib/domstructure/ui/container/multi-view/index.js +14 -14
- package/lib/domstructure/ui/container/multi-view/multi-view-base-container.js +28 -28
- package/lib/domstructure/ui/container/multi-view/multi-view-container.js +46 -46
- package/lib/domstructure/ui/container/multi-view/multi-view-item.js +28 -28
- package/lib/domstructure/ui/container/panel.js +16 -16
- package/lib/domstructure/ui/container/plain_container.js +16 -16
- package/lib/domstructure/ui/container/popover.js +16 -16
- package/lib/domstructure/ui/container/qdp_condition_dialog.js +42 -42
- package/lib/domstructure/ui/container/qdp_condition_dialog_tab.js +38 -38
- package/lib/domstructure/ui/container/qdp_framework.js +96 -96
- package/lib/domstructure/ui/container/queryform.js +33 -33
- package/lib/domstructure/ui/container/response-layout/index.js +14 -14
- package/lib/domstructure/ui/container/response-layout/response-layout-item.js +10 -10
- package/lib/domstructure/ui/container/response-layout/response-layout.js +19 -19
- package/lib/domstructure/ui/container/route-container.js +36 -36
- package/lib/domstructure/ui/container/sidebar/farris-sidebar.js +132 -132
- package/lib/domstructure/ui/container/sidebar/index.js +13 -13
- package/lib/domstructure/ui/container/slide_view.js +16 -16
- package/lib/domstructure/ui/container/tab.js +16 -16
- package/lib/domstructure/ui/container/tab_page.js +33 -33
- package/lib/domstructure/ui/data/chart/chart.js +56 -56
- package/lib/domstructure/ui/data/collection/data_collection.js +308 -308
- package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js +453 -445
- package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js.map +1 -1
- package/lib/domstructure/ui/data/collection/farris-datagrid/index.js +13 -13
- package/lib/domstructure/ui/data/collection/flat/data_grid.js +76 -76
- package/lib/domstructure/ui/data/collection/flat/flat.js +50 -50
- package/lib/domstructure/ui/data/collection/flat/list_view.js +16 -16
- package/lib/domstructure/ui/data/collection/hierarchy/hierarchy.js +79 -79
- package/lib/domstructure/ui/data/collection/hierarchy/tree_grid.js +155 -155
- package/lib/domstructure/ui/data/collection/hierarchy/tree_view.js +16 -16
- package/lib/domstructure/ui/data/collection/qdp/spread_sheet.js +62 -62
- package/lib/domstructure/ui/data/data.js +58 -58
- package/lib/domstructure/ui/data/fields/collection/collection_field.js +66 -66
- package/lib/domstructure/ui/data/fields/collection/grid_field.js +93 -93
- package/lib/domstructure/ui/data/fields/collection/tree_grid_field.js +16 -16
- package/lib/domstructure/ui/data/fields/collection/view_field.js +16 -16
- package/lib/domstructure/ui/data/fields/form/combo-list.js +121 -121
- package/lib/domstructure/ui/data/fields/form/datepicker.js +164 -164
- package/lib/domstructure/ui/data/fields/form/display/display_field.js +33 -33
- package/lib/domstructure/ui/data/fields/form/editable/editable_field.js +53 -53
- package/lib/domstructure/ui/data/fields/form/editable/inputs/input_field.js +63 -63
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/lookup_edit.js +174 -174
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/reference_field.js +50 -50
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/select.js +49 -49
- package/lib/domstructure/ui/data/fields/form/editable/inputs/text/multi_text_box.js +55 -55
- package/lib/domstructure/ui/data/fields/form/editable/inputs/text/text_box.js +50 -50
- package/lib/domstructure/ui/data/fields/form/editable/inputs/text/text_field.js +49 -49
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/adminorganization-selector.js +44 -44
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/city-selector.js +36 -36
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/date_box.js +49 -49
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/employee-selector.js +80 -80
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/enum_field.js +50 -50
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/ext-intergration.js +33 -33
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-combo-lookup.js +124 -124
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-number-range.js +79 -79
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-number-spinner.js +86 -86
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/language-textbox.js +60 -60
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/lookup_employee.js +80 -80
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/numeric_box.js +53 -53
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/organization-selector.js +49 -49
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/time_box.js +22 -22
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/value_fields.js +49 -49
- package/lib/domstructure/ui/data/fields/form/editable/switch/check_box.js +48 -48
- package/lib/domstructure/ui/data/fields/form/editable/switch/check_group.js +42 -42
- package/lib/domstructure/ui/data/fields/form/editable/switch/checkbox-group.js +80 -80
- package/lib/domstructure/ui/data/fields/form/editable/switch/collection_switch.js +57 -57
- package/lib/domstructure/ui/data/fields/form/editable/switch/farris-switch.js +57 -57
- package/lib/domstructure/ui/data/fields/form/editable/switch/radio_group.js +58 -58
- package/lib/domstructure/ui/data/fields/form/editable/switch/switch_field.js +40 -40
- package/lib/domstructure/ui/data/fields/form/form_field.js +104 -104
- package/lib/domstructure/ui/data/fields/form/input-group.js +78 -78
- package/lib/domstructure/ui/data/fields/form/rich-textbox.js +69 -69
- package/lib/domstructure/ui/data/fields/form/time-picker.js +67 -67
- package/lib/domstructure/ui/data/fields/form/time-spinner.js +74 -74
- package/lib/domstructure/ui/data/fields/form/tinymce-richtextbox.js +40 -40
- package/lib/domstructure/ui/data/index.js +68 -68
- package/lib/domstructure/ui/data/scrollcollapse/index.js +13 -13
- package/lib/domstructure/ui/data/scrollcollapse/scroll-collapsible-area.js +32 -32
- package/lib/domstructure/ui/discussion/discussion-editor.js +51 -51
- package/lib/domstructure/ui/discussion/discussion-list.js +44 -44
- package/lib/domstructure/ui/discussion/index.js +14 -14
- package/lib/domstructure/ui/farris-avatar/farris-avatar.js +43 -43
- package/lib/domstructure/ui/farris-avatar/index.js +13 -13
- package/lib/domstructure/ui/farris-calendar/farris-calendar.js +36 -36
- package/lib/domstructure/ui/farris-calendar/index.js +13 -13
- package/lib/domstructure/ui/farris-dynamic-control-group/farris-dynamic-control-group.js +35 -35
- package/lib/domstructure/ui/farris-dynamic-control-group/index.js +13 -13
- package/lib/domstructure/ui/farris-file-preview/farris-file-preview.js +86 -86
- package/lib/domstructure/ui/farris-file-preview/index.js +13 -13
- package/lib/domstructure/ui/farris-file-upload/farris-file-upload.js +78 -78
- package/lib/domstructure/ui/farris-file-upload/index.js +13 -13
- package/lib/domstructure/ui/farris-fileupload-preview/farris-file-upload-preview.js +176 -176
- package/lib/domstructure/ui/farris-fileupload-preview/index.js +13 -13
- package/lib/domstructure/ui/farris-scrollspy/farris-scrollspy.js +83 -83
- package/lib/domstructure/ui/farris-scrollspy/index.js +13 -13
- package/lib/domstructure/ui/farris-ui-footer/farris-ui-footer-header.js +25 -25
- package/lib/domstructure/ui/farris-ui-footer/farris-ui-footer.js +39 -39
- package/lib/domstructure/ui/farris-ui-footer/index.js +13 -13
- package/lib/domstructure/ui/farrisprogressstep/farris-progress-step.js +58 -58
- package/lib/domstructure/ui/farrisprogressstep/farris-progress-stepname-creator.js +9 -9
- package/lib/domstructure/ui/farrisprogressstep/index.js +13 -13
- package/lib/domstructure/ui/farrissplitter/index.js +14 -14
- package/lib/domstructure/ui/farrissplitter/splitter-pane.js +50 -50
- package/lib/domstructure/ui/farrissplitter/splitter.js +43 -43
- package/lib/domstructure/ui/formheader/form-header.js +43 -43
- package/lib/domstructure/ui/formheader/index.js +13 -13
- package/lib/domstructure/ui/header/header.js +43 -43
- package/lib/domstructure/ui/header/index.js +13 -13
- package/lib/domstructure/ui/i-component-title.js +2 -2
- package/lib/domstructure/ui/image/farris-image.js +60 -60
- package/lib/domstructure/ui/image/index.js +13 -13
- package/lib/domstructure/ui/image-upload/image-upload.js +93 -93
- package/lib/domstructure/ui/image-upload/index.js +13 -13
- package/lib/domstructure/ui/index.js +54 -54
- package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js +83 -83
- package/lib/domstructure/ui/light-listfilter/index.js +13 -13
- package/lib/domstructure/ui/list-filter/farris-list-filter.js +78 -78
- package/lib/domstructure/ui/list-filter/index.js +13 -13
- package/lib/domstructure/ui/list-nav/index.js +13 -13
- package/lib/domstructure/ui/list-nav/listnav.js +64 -64
- package/lib/domstructure/ui/listview/index.js +14 -14
- package/lib/domstructure/ui/listview/list-view-contenttemplate-field.js +34 -34
- package/lib/domstructure/ui/listview/list-view-contenttemplate.js +42 -42
- package/lib/domstructure/ui/listview/list-view-field.js +65 -65
- package/lib/domstructure/ui/listview/list-view-template-generator.js +54 -54
- package/lib/domstructure/ui/listview/list-view-template-toolbar-generator.js +38 -38
- package/lib/domstructure/ui/listview/list-view-toolbar.js +36 -36
- package/lib/domstructure/ui/listview/list-view.js +78 -76
- package/lib/domstructure/ui/listview/list-view.js.map +1 -1
- package/lib/domstructure/ui/modal-footer/index.js +13 -13
- package/lib/domstructure/ui/modal-footer/modal-footer.js +43 -43
- package/lib/domstructure/ui/multi-select/index.js +13 -13
- package/lib/domstructure/ui/multi-select/multi-select.js +85 -85
- package/lib/domstructure/ui/nav-tab/index.js +13 -13
- package/lib/domstructure/ui/nav-tab/nav-tab.js +91 -91
- package/lib/domstructure/ui/oa-relation/index.js +13 -13
- package/lib/domstructure/ui/oa-relation/oa-relation.js +53 -53
- package/lib/domstructure/ui/p-treetable/index.js +13 -13
- package/lib/domstructure/ui/p-treetable/p-treetable.js +105 -105
- package/lib/domstructure/ui/portlet/index.js +13 -13
- package/lib/domstructure/ui/portlet/portlet.js +36 -36
- package/lib/domstructure/ui/qr-code/index.js +13 -13
- package/lib/domstructure/ui/qr-code/qr-code.js +32 -32
- package/lib/domstructure/ui/queryScheme/index.js +13 -13
- package/lib/domstructure/ui/queryScheme/query-scheme.js +78 -78
- package/lib/domstructure/ui/section/index.js +14 -14
- package/lib/domstructure/ui/section/section-html.js +6 -6
- package/lib/domstructure/ui/section/section.js +135 -135
- package/lib/domstructure/ui/static-control/index.js +13 -13
- package/lib/domstructure/ui/static-control/static-control-attribute.js +57 -57
- package/lib/domstructure/ui/table/farris-table-border.js +6 -6
- package/lib/domstructure/ui/table/farris-table-column.js +75 -75
- package/lib/domstructure/ui/table/farris-table-font.js +6 -6
- package/lib/domstructure/ui/table/farris-table-row.js +49 -49
- package/lib/domstructure/ui/table/farris-table-static-text.js +6 -6
- package/lib/domstructure/ui/table/farris-table.js +82 -82
- package/lib/domstructure/ui/table/index.js +16 -16
- package/lib/domstructure/ui/tabs/farris-tab-page.js +81 -81
- package/lib/domstructure/ui/tabs/farris-tabs.js +94 -94
- package/lib/domstructure/ui/tabs/index.js +14 -14
- package/lib/domstructure/ui/tag/farris-tag.js +64 -64
- package/lib/domstructure/ui/tag/index.js +13 -13
- package/lib/domstructure/ui/tags/farris-tags.js +35 -35
- package/lib/domstructure/ui/tags/index.js +13 -13
- package/lib/domstructure/ui/view-change/index.js +13 -13
- package/lib/domstructure/ui/view-change/view-change.js +65 -65
- package/lib/domstructure/ui/wizard/farris-wizard-page-detail.js +66 -66
- package/lib/domstructure/ui/wizard/farris-wizard-page.js +46 -46
- package/lib/domstructure/ui/wizard/farris-wizard.js +92 -92
- package/lib/domstructure/ui/wizard/index.js +16 -16
- package/lib/domstructure/ui/wizard/wizard-detail-container.js +46 -46
- package/lib/engine/index.js +14 -14
- package/lib/engine/interface.js +6 -6
- package/lib/engine/kendo-engine.js +34 -34
- package/lib/entity/index.js +14 -14
- package/lib/entity/jit-input-options/index.js +14 -14
- package/lib/entity/jit-input-options/jit-input-options-convertor.js +41 -41
- package/lib/entity/jit-input-options/jit-input-options.js +99 -99
- package/lib/entity/page-flow/index.js +16 -16
- package/lib/entity/page-flow/page-flow-entity-convertor.js +10 -10
- package/lib/entity/page-flow/page-flow-entity.js +64 -64
- package/lib/entity/page-flow/page-flow-page-child.js +37 -37
- package/lib/entity/page-flow/page-flow-page.js +67 -67
- package/lib/entity/route-loading-strategy/route-loading-strategy.js +8 -8
- package/lib/factory/index.js +14 -14
- package/lib/factory/interface.js +6 -6
- package/lib/factory/render-engine-factory.js +34 -34
- package/lib/generator/devkit/devkit-generator.js +45 -45
- package/lib/generator/index.js +15 -15
- package/lib/generator/interface.js +6 -6
- package/lib/generator/ui/dom-generator.js +28 -28
- package/lib/mobileapp/index.js +21 -21
- package/lib/mobileapp/vue/code-generator/app-manager/vue-app-model-provider-manager.js +17 -17
- package/lib/mobileapp/vue/code-generator/app-manager/vue-app-modelentity-manager.js +17 -17
- package/lib/mobileapp/vue/code-generator/app-manager/vue-app-modelproxy-manager.js +17 -17
- package/lib/mobileapp/vue/code-generator/app-manager/vue-app-modelrepository-manager.js +20 -20
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-expression-manager.js +17 -17
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +64 -64
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-router-manager.js +30 -30
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-services-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-validation-rule-manager.js +16 -16
- package/lib/mobileapp/vue/code-generator/devkit-manager/devkit-file-manager.js +12 -12
- package/lib/mobileapp/vue/code-generator/devkit-manager/devkit-parameter-generator.js +6 -6
- package/lib/mobileapp/vue/code-generator/devkit-manager/index.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/abstract-file-generator.js +24 -24
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js +13 -13
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js +73 -73
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +24 -24
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-extraImports-generator.js +18 -18
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +19 -19
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +95 -95
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-entity-generator.js +192 -192
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +37 -37
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +126 -126
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-repository-generator.js +63 -63
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +58 -58
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-services.js +19 -19
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-validation-rule.js +35 -35
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-context.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-factory.js +38 -38
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-manager.js +13 -13
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-response.js +15 -15
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-type.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/i-file-generator.js +2 -2
- package/lib/mobileapp/vue/code-generator/file-generator/index.js +15 -15
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +30 -30
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js +220 -220
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-form-generator.js +133 -133
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +99 -99
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +132 -132
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +72 -72
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-uistate-generator.js +115 -115
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +95 -95
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/app-vue-generator.js +21 -21
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +20 -20
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/farris-config-generator.js +54 -54
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +37 -37
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +25 -25
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +64 -64
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +33 -33
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js +66 -66
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +28 -28
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +44 -44
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +52 -52
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +34 -34
- package/lib/mobileapp/vue/code-generator/file-generator-filter.js +17 -17
- package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js +43 -43
- package/lib/mobileapp/vue/code-generator/index.js +14 -14
- package/lib/mobileapp/vue/code-generator/page-manager/page-binding-data-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/page-manager/page-command-handler-manager.js +20 -20
- package/lib/mobileapp/vue/code-generator/page-manager/page-component-manager.js +46 -46
- package/lib/mobileapp/vue/code-generator/page-manager/page-form-manager.js +20 -20
- package/lib/mobileapp/vue/code-generator/page-manager/page-parameter-generator.js +13 -13
- package/lib/mobileapp/vue/code-generator/page-manager/page-provider-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/page-manager/page-statemachine-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/page-manager/page-uistate-manager.js +10 -10
- package/lib/mobileapp/vue/code-generator/page-manager/page-viewmodel-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js +58 -58
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +56 -56
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +67 -67
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +66 -66
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +46 -46
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +33 -33
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-command-config.js +79 -79
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-handler.js +36 -36
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-link.js +22 -22
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-parameter-description.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-parameter.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-shortcut.js +27 -27
- package/lib/mobileapp/vue/domstructure/devkit/component/index.js +14 -14
- package/lib/mobileapp/vue/domstructure/devkit/component/vue-component-ref.js +40 -40
- package/lib/mobileapp/vue/domstructure/devkit/component/vue-component.js +45 -45
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-dynamic-object.js +10 -10
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-entity.js +69 -69
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-enum.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-field.js +49 -49
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-list.js +10 -10
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-object.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-valid-rule.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/form/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-child-form.js +33 -33
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js +98 -98
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-form-config.js +40 -40
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-form-type.js +8 -8
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-form-valid-rule.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/i-devkit-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/devkit/index.js +17 -17
- package/lib/mobileapp/vue/domstructure/devkit/module/vue-language-config.js +19 -19
- package/lib/mobileapp/vue/domstructure/devkit/module/vue-module.js +32 -32
- package/lib/mobileapp/vue/domstructure/devkit/repository/vue-repository.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/routing/routing.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/service/vue-service.js +40 -40
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/vue-action.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/vue-render-state.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/vue-state.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/vue-statemachine.js +47 -47
- package/lib/mobileapp/vue/domstructure/devkit/states/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/states/vue-states.js +68 -68
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/vue-viewmodel.js +117 -117
- package/lib/mobileapp/vue/domstructure/devkit/vue-appmodule.js +30 -30
- package/lib/mobileapp/vue/domstructure/devkit/vue-devkit.js +71 -71
- package/lib/mobileapp/vue/domstructure/devkit/vue-solution.js +38 -38
- package/lib/mobileapp/vue/domstructure/i-entity-tojson.js +2 -2
- package/lib/mobileapp/vue/domstructure/i-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/index.js +14 -14
- package/lib/mobileapp/vue/domstructure/internal-entity/i-project-data.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-convertor.js +10 -10
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +43 -43
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +26 -26
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +26 -26
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.js +6 -6
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-router-entity.js +14 -14
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-engine-context.js +6 -6
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-page-component-generate-parameter.js +6 -6
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js +56 -56
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js +38 -38
- package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js +20 -20
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js +44 -44
- package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js +38 -38
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js +14 -14
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js +41 -41
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js +41 -41
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js +35 -35
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js +15 -15
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +36 -36
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js +31 -31
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js +41 -41
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-comments.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js +45 -45
- package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js +15 -15
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js +33 -33
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js +28 -28
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js +17 -17
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js +38 -38
- package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/business/index.js +16 -16
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js +31 -31
- package/lib/mobileapp/vue/domstructure/ui/common/vue-appearance.js +24 -24
- package/lib/mobileapp/vue/domstructure/ui/common/vue-binding.js +41 -41
- package/lib/mobileapp/vue/domstructure/ui/common/vue-display.js +48 -48
- package/lib/mobileapp/vue/domstructure/ui/common/vue-margin.js +30 -30
- package/lib/mobileapp/vue/domstructure/ui/common/vue-padding.js +30 -30
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.js +38 -38
- package/lib/mobileapp/vue/domstructure/ui/common/vue-size.js +30 -30
- package/lib/mobileapp/vue/domstructure/ui/common/vue-state.js +22 -22
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js +31 -31
- package/lib/mobileapp/vue/domstructure/ui/common/vue-variable.js +61 -61
- package/lib/mobileapp/vue/domstructure/ui/container/card.js +39 -39
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/container/index.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js +49 -49
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js +33 -33
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js +17 -17
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js +35 -35
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js +48 -48
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js +11 -11
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-content-container.js +11 -11
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-footer-container.js +11 -11
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-header-container.js +11 -11
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js +45 -45
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js +32 -32
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js +14 -14
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js +31 -31
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/index.js +18 -18
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js +54 -54
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js +48 -48
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/i-ui-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/index.js +17 -17
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js +32 -32
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js +35 -35
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +78 -78
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js +33 -33
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/index.js +32 -32
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js +36 -36
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js +36 -36
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js +32 -32
- package/lib/mobileapp/vue/domstructure/ui/input/number.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js +35 -35
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +35 -35
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js +41 -41
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js +93 -93
- package/lib/mobileapp/vue/jit-engine-executor/index.js +13 -13
- package/lib/mobileapp/vue/jit-engine-executor/mobile-vue-engine-executor.js +42 -42
- package/lib/mobileapp/vue/pug-generator/i-pug-generator.js +2 -2
- package/lib/mobileapp/vue/pug-generator/index.js +15 -15
- package/lib/mobileapp/vue/pug-generator/pug-generator-context.js +10 -10
- package/lib/mobileapp/vue/pug-generator/pug-generator-manager.js +18 -18
- package/lib/mobileapp/vue/pug-generator/pug-generator-response.js +14 -14
- package/lib/mobileapp/vue/pug-generator/pug-generator.js +25 -25
- package/lib/mobileapp/vue/pug-generator/pug-template-type-enum.js +8 -8
- package/lib/mobileapp/vue/pug-template/config/devkit-template-config.js +19 -19
- package/lib/mobileapp/vue/pug-template/config/template-config-manager.js +25 -25
- package/lib/mobileapp/vue/pug-template/config/template-config-parameter.js +9 -9
- package/lib/mobileapp/vue/pug-template/config/template-config-type-enum.js +8 -8
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +161 -161
- package/lib/mobileapp/vue/pug-template/pug-template-manager.js +20 -20
- package/lib/mobileapp/vue/sourcefile-operation/abstract-sourcefile-operation.js +39 -39
- package/lib/mobileapp/vue/sourcefile-operation/command-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue/sourcefile-operation/eapi-soucefile-operation.js +17 -17
- package/lib/mobileapp/vue/sourcefile-operation/frm-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue/sourcefile-operation/i-sourcefile-operation.js +2 -2
- package/lib/mobileapp/vue/sourcefile-operation/pageflow-sourcefile-operation.js +13 -13
- package/lib/mobileapp/vue/sourcefile-operation/resource-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-factory.js +42 -42
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-manager-parameter.js +13 -13
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-manager.js +29 -29
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-options.js +16 -16
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-response.js +14 -14
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-type.js +12 -12
- package/lib/mobileapp/vue/sourcefile-operation/statemachine-sourcefile-operation.js +15 -15
- package/lib/mobileapp/vue/static/.editorconfig +9 -9
- package/lib/mobileapp/vue/static/.prettierrc +6 -6
- package/lib/mobileapp/vue/static/README.md +18 -18
- package/lib/mobileapp/vue/static/babel.config.js +13 -13
- package/lib/mobileapp/vue/static/src/app.vue +7 -7
- package/lib/mobileapp/vue/static/src/main.ts +9 -9
- package/lib/mobileapp/vue/static/src/shims-vue.d.ts +32 -32
- package/lib/mobileapp/vue/static/tsconfig.json +20 -20
- package/lib/mobileapp/vue/task/vue-engine-task.js +82 -82
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js +293 -293
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js +121 -121
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js +126 -126
- package/lib/mobileapp/vue/utility/devkit/vue-devkit-creator.js +21 -21
- package/lib/mobileapp/vue/utility/devkit/vue-devkit-object-name-creator.js +52 -52
- package/lib/mobileapp/vue/utility/devkit/vue-entities-creator.js +40 -40
- package/lib/mobileapp/vue/utility/devkit/vue-entity-creator.js +46 -46
- package/lib/mobileapp/vue/utility/devkit/vue-entity-name-creator.js +10 -10
- package/lib/mobileapp/vue/utility/devkit/vue-field-creator.js +222 -222
- package/lib/mobileapp/vue/utility/devkit/vue-form-creator.js +88 -88
- package/lib/mobileapp/vue/utility/devkit/vue-handlers-creator.js +38 -38
- package/lib/mobileapp/vue/utility/devkit/vue-module-creator.js +56 -56
- package/lib/mobileapp/vue/utility/devkit/vue-repository-creator.js +46 -46
- package/lib/mobileapp/vue/utility/devkit/vue-routing-creator.js +15 -15
- package/lib/mobileapp/vue/utility/devkit/vue-statemachine-creator.js +39 -39
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +664 -664
- package/lib/mobileapp/vue/utility/helper/fs-helper.js +6 -6
- package/lib/mobileapp/vue/utility/helper/json-helper.js +6 -6
- package/lib/mobileapp/vue/utility/helper/string-helper.js +6 -6
- package/lib/mobileapp/vue/utility/index.js +15 -15
- package/lib/mobileapp/vue/utility/mobileapp-vue-constant.js +41 -41
- package/lib/mobileapp/vue/utility/parameter-collector/abstract-vue-parameter-collector.js +6 -6
- package/lib/mobileapp/vue/utility/parameter-collector/i-vue-parameter-collector.js +2 -2
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js +13 -13
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-control-collector-parameter.js +34 -34
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-control-collector.js +49 -49
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-collector.js +35 -35
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +30 -30
- package/lib/mobileapp/vue/utility/parameter-collector/vue-parameter-collector-options.js +6 -6
- package/lib/mobileapp/vue/utility/parameter-collector/vue-parameter-collector.response.js +9 -9
- package/lib/mobileapp/vue/utility/return-response.js +11 -11
- package/lib/mobileapp/vue/utility/template-generator/abstract-page-generator.js +14 -14
- package/lib/mobileapp/vue/utility/template-generator/page-child-component-generator.js +18 -18
- package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +24 -24
- package/lib/mobileapp/vue/utility/template-generator/page-component-external-generator.js +38 -38
- package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +18 -18
- package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +69 -69
- package/lib/mobileapp/vue/utility/type-convert.js +33 -33
- package/lib/mobileapp/vue/utility/vue-config-helper.js +31 -31
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js +80 -80
- package/lib/mobileapp/vue/utility/vue-control-dom-type-mapping.js +47 -47
- package/lib/mobileapp/vue/utility/vue-event-viewmodel-modifier.js +103 -103
- package/lib/mobileapp/vue/utility/vue-object-creator.js +34 -34
- package/lib/mobileapp/vue2/code-generator/app-manager/vue-app-model-provider-manager.js +17 -17
- package/lib/mobileapp/vue2/code-generator/app-manager/vue-app-modelentity-manager.js +17 -17
- package/lib/mobileapp/vue2/code-generator/app-manager/vue-app-modelproxy-manager.js +17 -17
- package/lib/mobileapp/vue2/code-generator/app-manager/vue-app-modelrepository-manager.js +20 -20
- package/lib/mobileapp/vue2/code-generator/devkit-manager/app-indexvue-manager.js +59 -59
- package/lib/mobileapp/vue2/code-generator/devkit-manager/app-router-manager.js +30 -30
- package/lib/mobileapp/vue2/code-generator/devkit-manager/devkit-file-manager.js +12 -12
- package/lib/mobileapp/vue2/code-generator/devkit-manager/devkit-parameter-generator.js +6 -6
- package/lib/mobileapp/vue2/code-generator/devkit-manager/index.js +14 -14
- package/lib/mobileapp/vue2/code-generator/file-generator/abstract-file-generator.js +21 -21
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/index.js +13 -13
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-filter-generator.js +24 -24
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-index-extraImports-generator.js +18 -18
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +19 -19
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +54 -54
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-model-entity-generator.js +168 -168
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +37 -37
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +126 -126
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-model-repository-generator.js +51 -51
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-router-generator.js +51 -51
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-context.js +14 -14
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-factory.js +69 -69
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-manager.js +13 -13
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-response.js +15 -15
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-type.js +19 -19
- package/lib/mobileapp/vue2/code-generator/file-generator/i-file-generator.js +2 -2
- package/lib/mobileapp/vue2/code-generator/file-generator/index.js +15 -15
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-bindingdata-generator.js +30 -30
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-component-generator.js +125 -125
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-form-generator.js +115 -115
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-handler-generator.js +99 -99
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-provider-generator.js +110 -110
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-statemachine-generator.js +72 -72
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-uistate-generator.js +61 -61
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-viewmodel-generator.js +95 -95
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/app-vue-generator.js +23 -23
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/babel-config-js-generator.js +20 -20
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/gitignore-generator.js +37 -37
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/main-ts-generator.js +25 -25
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/package-json-generator.js +55 -55
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/readme-md-generator.js +33 -33
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/router-generator.js +55 -55
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +28 -28
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +44 -44
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/tsconfig-json-generator.js +52 -52
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/vue-config-js-generator.js +34 -34
- package/lib/mobileapp/vue2/code-generator/file-generator-filter.js +17 -17
- package/lib/mobileapp/vue2/code-generator/file-generator-path-manager.js +43 -43
- package/lib/mobileapp/vue2/code-generator/index.js +14 -14
- package/lib/mobileapp/vue2/code-generator/page-manager/page-binding-data-manager.js +21 -21
- package/lib/mobileapp/vue2/code-generator/page-manager/page-command-handler-manager.js +20 -20
- package/lib/mobileapp/vue2/code-generator/page-manager/page-component-manager.js +42 -42
- package/lib/mobileapp/vue2/code-generator/page-manager/page-form-manager.js +20 -20
- package/lib/mobileapp/vue2/code-generator/page-manager/page-parameter-generator.js +13 -13
- package/lib/mobileapp/vue2/code-generator/page-manager/page-provider-manager.js +21 -21
- package/lib/mobileapp/vue2/code-generator/page-manager/page-statemachine-manager.js +21 -21
- package/lib/mobileapp/vue2/code-generator/page-manager/page-uistate-manager.js +10 -10
- package/lib/mobileapp/vue2/code-generator/page-manager/page-viewmodel-manager.js +21 -21
- package/lib/mobileapp/vue2/code-generator/workspace-manager/workspace-file-manager.js +63 -63
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy-content.js +56 -56
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +67 -67
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +66 -66
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy-service.js +46 -46
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy.js +33 -33
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-command-config.js +79 -79
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-handler.js +36 -36
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-link.js +22 -22
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-parameter-description.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-parameter.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-shortcut.js +27 -27
- package/lib/mobileapp/vue2/domstructure/devkit/component/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/devkit/component/vue-component-ref.js +40 -40
- package/lib/mobileapp/vue2/domstructure/devkit/component/vue-component.js +45 -45
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-dynamic-object.js +10 -10
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-entity.js +61 -61
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-enum.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-field.js +49 -49
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-list.js +10 -10
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-object.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-valid-rule.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/form/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-child-form.js +33 -33
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-control.js +39 -39
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-form-config.js +40 -40
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-form-type.js +8 -8
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-form-valid-rule.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/i-devkit-entity.js +2 -2
- package/lib/mobileapp/vue2/domstructure/devkit/index.js +17 -17
- package/lib/mobileapp/vue2/domstructure/devkit/module/vue-language-config.js +19 -19
- package/lib/mobileapp/vue2/domstructure/devkit/module/vue-module.js +32 -32
- package/lib/mobileapp/vue2/domstructure/devkit/repository/vue-repository.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/routing/routing.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/service/vue-service.js +40 -40
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/vue-action.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/vue-render-state.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/vue-state.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/vue-statemachine.js +47 -47
- package/lib/mobileapp/vue2/domstructure/devkit/states/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/states/vue-states.js +57 -57
- package/lib/mobileapp/vue2/domstructure/devkit/viewmodel/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/viewmodel/vue-viewmodel.js +123 -123
- package/lib/mobileapp/vue2/domstructure/devkit/vue-appmodule.js +30 -30
- package/lib/mobileapp/vue2/domstructure/devkit/vue-devkit.js +71 -71
- package/lib/mobileapp/vue2/domstructure/devkit/vue-solution.js +38 -38
- package/lib/mobileapp/vue2/domstructure/i-entity-tojson.js +2 -2
- package/lib/mobileapp/vue2/domstructure/i-entity.js +2 -2
- package/lib/mobileapp/vue2/domstructure/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/action-bar/action-bar.js +55 -55
- package/lib/mobileapp/vue2/domstructure/ui/action-bar/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/attachment/attachment-entry.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/attachment/attachment.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/attachment/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/button/button.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/button/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/calendar/calendar.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/calendar/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/calendar/schedule.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/checkbox/checkbox-group.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/checkbox/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/common/vue-appearance.js +24 -24
- package/lib/mobileapp/vue2/domstructure/ui/common/vue-binding.js +41 -41
- package/lib/mobileapp/vue2/domstructure/ui/common/vue-size.js +24 -24
- package/lib/mobileapp/vue2/domstructure/ui/common/vue-visible.js +56 -56
- package/lib/mobileapp/vue2/domstructure/ui/container/index.js +16 -16
- package/lib/mobileapp/vue2/domstructure/ui/container/vue-container.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/container/vue-content-container.js +41 -41
- package/lib/mobileapp/vue2/domstructure/ui/container/vue-form.js +35 -35
- package/lib/mobileapp/vue2/domstructure/ui/container/vue-item-container.js +48 -48
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/form/display/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/form/display/vue-display-fiels.js +32 -32
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/form/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/form/vue-form-field.js +55 -55
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/data/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/data/vue-data.js +37 -37
- package/lib/mobileapp/vue2/domstructure/ui/date-time-picker/date-picker.js +27 -27
- package/lib/mobileapp/vue2/domstructure/ui/date-time-picker/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/field-set/field-set.js +41 -41
- package/lib/mobileapp/vue2/domstructure/ui/field-set/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/filter/filter.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/filter/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/footer/footer.js +41 -41
- package/lib/mobileapp/vue2/domstructure/ui/footer/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/html-template/html-template.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/html-template/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/i-ui-entity.js +2 -2
- package/lib/mobileapp/vue2/domstructure/ui/image/image.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/image/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/index.js +37 -37
- package/lib/mobileapp/vue2/domstructure/ui/list-view/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/list-view/vue-list-view.js +37 -37
- package/lib/mobileapp/vue2/domstructure/ui/lookup/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/lookup/lookup-input.js +27 -27
- package/lib/mobileapp/vue2/domstructure/ui/nav-bar/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/nav-bar/vue-nav-bar.js +44 -44
- package/lib/mobileapp/vue2/domstructure/ui/number/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/number/number.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/picker/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/picker/picker.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/radio/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/radio/radio-group.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/section/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/section/vue-section.js +45 -45
- package/lib/mobileapp/vue2/domstructure/ui/switch/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/switch/switch-input.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/tab/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/tab/vue-tab-page.js +44 -44
- package/lib/mobileapp/vue2/domstructure/ui/tab/vue-tabs.js +44 -44
- package/lib/mobileapp/vue2/domstructure/ui/text-area/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/text-area/text-area.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/text-box/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/text-box/text-box.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/toolbar/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/toolbar/vue-toolbar-item.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/toolbar/vue-toolbar.js +44 -44
- package/lib/mobileapp/vue2/domstructure/ui/vue-base-component.js +47 -47
- package/lib/mobileapp/vue2/domstructure/ui/vue-input-component.js +27 -27
- package/lib/mobileapp/vue2/internal-entity/i-project-data.js +2 -2
- package/lib/mobileapp/vue2/internal-entity/page-flow/index.js +13 -13
- package/lib/mobileapp/vue2/internal-entity/page-flow/vue-page-flow-convertor.js +10 -10
- package/lib/mobileapp/vue2/internal-entity/page-flow/vue-page-flow-entity.js +43 -43
- package/lib/mobileapp/vue2/internal-entity/page-flow/vue-page-flow-page.js +26 -26
- package/lib/mobileapp/vue2/internal-entity/page-flow/vue-page-flow-project.js +26 -26
- package/lib/mobileapp/vue2/internal-entity/vue-app-index-vue-parameter.js +6 -6
- package/lib/mobileapp/vue2/internal-entity/vue-app-router-entity.js +14 -14
- package/lib/mobileapp/vue2/internal-entity/vue-engine-context.js +6 -6
- package/lib/mobileapp/vue2/internal-entity/vue-page-component-generate-parameter.js +6 -6
- package/lib/mobileapp/vue2/jit-engine-executor/index.js +13 -13
- package/lib/mobileapp/vue2/jit-engine-executor/mobile-vue-engine-executor.js +42 -42
- package/lib/mobileapp/vue2/pug-generator/i-pug-generator.js +2 -2
- package/lib/mobileapp/vue2/pug-generator/index.js +15 -15
- package/lib/mobileapp/vue2/pug-generator/pug-generator-context.js +10 -10
- package/lib/mobileapp/vue2/pug-generator/pug-generator-manager.js +18 -18
- package/lib/mobileapp/vue2/pug-generator/pug-generator-response.js +14 -14
- package/lib/mobileapp/vue2/pug-generator/pug-generator.js +25 -25
- package/lib/mobileapp/vue2/pug-generator/pug-template-type-enum.js +8 -8
- package/lib/mobileapp/vue2/pug-template/config/devkit-template-config.js +19 -19
- package/lib/mobileapp/vue2/pug-template/config/template-config-manager.js +25 -25
- package/lib/mobileapp/vue2/pug-template/config/template-config-parameter.js +9 -9
- package/lib/mobileapp/vue2/pug-template/config/template-config-type-enum.js +8 -8
- package/lib/mobileapp/vue2/pug-template/config/ui-template-config.js +104 -104
- package/lib/mobileapp/vue2/pug-template/pug-template-manager.js +20 -20
- package/lib/mobileapp/vue2/sourcefile-operation/abstract-sourcefile-operation.js +39 -39
- package/lib/mobileapp/vue2/sourcefile-operation/command-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue2/sourcefile-operation/eapi-soucefile-operation.js +17 -17
- package/lib/mobileapp/vue2/sourcefile-operation/frm-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue2/sourcefile-operation/i-sourcefile-operation.js +2 -2
- package/lib/mobileapp/vue2/sourcefile-operation/pageflow-sourcefile-operation.js +13 -13
- package/lib/mobileapp/vue2/sourcefile-operation/resource-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-factory.js +42 -42
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-manager-parameter.js +13 -13
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-manager.js +29 -29
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-options.js +16 -16
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-response.js +14 -14
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-type.js +12 -12
- package/lib/mobileapp/vue2/sourcefile-operation/statemachine-sourcefile-operation.js +15 -15
- package/lib/mobileapp/vue2/static/public/index.html +23 -23
- package/lib/mobileapp/vue2/task/vue-engine-task.js +79 -79
- package/lib/mobileapp/vue2/task/vue-recursiveGenerateDevkit.js +278 -278
- package/lib/mobileapp/vue2/utility/devkit/form-file-executor.js +115 -115
- package/lib/mobileapp/vue2/utility/devkit/vue-component-creator.js +118 -118
- package/lib/mobileapp/vue2/utility/devkit/vue-devkit-creator.js +21 -21
- package/lib/mobileapp/vue2/utility/devkit/vue-devkit-object-name-creator.js +52 -52
- package/lib/mobileapp/vue2/utility/devkit/vue-entities-creator.js +26 -26
- package/lib/mobileapp/vue2/utility/devkit/vue-entity-creator.js +44 -44
- package/lib/mobileapp/vue2/utility/devkit/vue-entity-name-creator.js +10 -10
- package/lib/mobileapp/vue2/utility/devkit/vue-field-creator.js +220 -220
- package/lib/mobileapp/vue2/utility/devkit/vue-form-creator.js +72 -72
- package/lib/mobileapp/vue2/utility/devkit/vue-handlers-creator.js +38 -38
- package/lib/mobileapp/vue2/utility/devkit/vue-module-creator.js +56 -56
- package/lib/mobileapp/vue2/utility/devkit/vue-repository-creator.js +46 -46
- package/lib/mobileapp/vue2/utility/devkit/vue-routing-creator.js +15 -15
- package/lib/mobileapp/vue2/utility/devkit/vue-statemachine-creator.js +39 -39
- package/lib/mobileapp/vue2/utility/devkit/vue-viewmodels-creator.js +412 -412
- package/lib/mobileapp/vue2/utility/helper/fs-helper.js +6 -6
- package/lib/mobileapp/vue2/utility/helper/json-helper.js +6 -6
- package/lib/mobileapp/vue2/utility/helper/string-helper.js +6 -6
- package/lib/mobileapp/vue2/utility/index.js +15 -15
- package/lib/mobileapp/vue2/utility/mobileapp-vue-constant.js +40 -40
- package/lib/mobileapp/vue2/utility/parameter-collector/abstract-vue-parameter-collector.js +6 -6
- package/lib/mobileapp/vue2/utility/parameter-collector/i-vue-parameter-collector.js +2 -2
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/index.js +13 -13
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/page-component-control-collector-parameter.js +34 -34
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/page-component-control-collector.js +51 -51
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/page-component-ref-collector.js +35 -35
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +30 -30
- package/lib/mobileapp/vue2/utility/parameter-collector/vue-parameter-collector-options.js +6 -6
- package/lib/mobileapp/vue2/utility/parameter-collector/vue-parameter-collector.response.js +9 -9
- package/lib/mobileapp/vue2/utility/return-response.js +11 -11
- package/lib/mobileapp/vue2/utility/template-generator/abstract-page-generator.js +14 -14
- package/lib/mobileapp/vue2/utility/template-generator/page-child-component-generator.js +21 -21
- package/lib/mobileapp/vue2/utility/template-generator/page-component-control-generator.js +24 -24
- package/lib/mobileapp/vue2/utility/template-generator/page-component-ref-generator.js +18 -18
- package/lib/mobileapp/vue2/utility/template-generator/page-statemachine-generator.js +69 -69
- package/lib/mobileapp/vue2/utility/type-convert.js +33 -33
- package/lib/mobileapp/vue2/utility/vue-config-helper.js +31 -31
- package/lib/mobileapp/vue2/utility/vue-content-type-creator.js +45 -45
- package/lib/mobileapp/vue2/utility/vue-control-dom-type-mapping.js +47 -47
- package/lib/mobileapp/vue2/utility/vue-event-viewmodel-modifier.js +103 -103
- package/lib/mobileapp/vue2/utility/vue-object-creator.js +34 -34
- package/lib/task/devkit-className-modifier.ts/AbstractDevkitClassNameModifier.js +13 -13
- package/lib/task/devkit-className-modifier.ts/app-module-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/commandConfig-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/componentConfig-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/devkitClassNameModifier-factory.js +101 -101
- package/lib/task/devkit-className-modifier.ts/entity-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/eventsArray-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/farris-befProxy-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/formConfig-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/index.js +14 -14
- package/lib/task/devkit-className-modifier.ts/languageConfig-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/module-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/repository-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/routing-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/stateMachine-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/states-className-modifier.js +10 -10
- package/lib/task/devkit-className-modifier.ts/viewModel-className-modifier.js +10 -10
- package/lib/task/farris-datagrid-template.js +6 -6
- package/lib/task/farrissidebar-html.js +6 -6
- package/lib/task/index.js +14 -14
- package/lib/task/interface.js +6 -6
- package/lib/task/kendo-task.js +168 -168
- package/lib/task/recursiveGenerateDevkit.js +471 -471
- package/lib/template/devkit/approuting.pug +19 -19
- package/lib/template/devkit/befproxy.pug +77 -77
- package/lib/template/devkit/commandhandler.pug +65 -65
- package/lib/template/devkit/common/validrules.pug +44 -44
- package/lib/template/devkit/component.pug +658 -658
- package/lib/template/devkit/entity.pug +119 -119
- package/lib/template/devkit/event.pug +29 -29
- package/lib/template/devkit/form.pug +56 -56
- package/lib/template/devkit/lang.pug +27 -27
- package/lib/template/devkit/module.pug +268 -268
- package/lib/template/devkit/repository.pug +51 -51
- package/lib/template/devkit/router.pug +55 -55
- package/lib/template/devkit/service.pug +23 -23
- package/lib/template/devkit/solution.1.pug +47 -47
- package/lib/template/devkit/solution.pug +58 -58
- package/lib/template/devkit/state.pug +18 -18
- package/lib/template/devkit/statemachine.pug +45 -45
- package/lib/template/devkit/viewmodel.pug +83 -83
- package/lib/template/ui/kendo/adminorganization-selector.pug +101 -101
- package/lib/template/ui/kendo/appointment-calendar.pug +39 -39
- package/lib/template/ui/kendo/approval-comments.pug +15 -15
- package/lib/template/ui/kendo/approve-logs.pug +1 -1
- package/lib/template/ui/kendo/button.pug +10 -10
- package/lib/template/ui/kendo/buttongroup.pug +7 -7
- package/lib/template/ui/kendo/chart.pug +9 -9
- package/lib/template/ui/kendo/checkbox.pug +99 -99
- package/lib/template/ui/kendo/checkboxgroup.pug +51 -51
- package/lib/template/ui/kendo/city-selector.pug +69 -69
- package/lib/template/ui/kendo/combobox.pug +70 -70
- package/lib/template/ui/kendo/componentref.pug +3 -3
- package/lib/template/ui/kendo/contentcontainer.pug +8 -8
- package/lib/template/ui/kendo/datepicker.pug +70 -70
- package/lib/template/ui/kendo/dialog.pug +10 -10
- package/lib/template/ui/kendo/dropdownlist.pug +18 -18
- package/lib/template/ui/kendo/dynamic-area-item.pug +1 -1
- package/lib/template/ui/kendo/employee-selector.pug +96 -96
- package/lib/template/ui/kendo/externalContainer.pug +12 -12
- package/lib/template/ui/kendo/externalRouteContainer.pug +1 -1
- package/lib/template/ui/kendo/farris-avatar.pug +12 -12
- package/lib/template/ui/kendo/farris-calendar.pug +5 -5
- package/lib/template/ui/kendo/farris-checkbox-group.pug +67 -67
- package/lib/template/ui/kendo/farris-combo-list.pug +71 -71
- package/lib/template/ui/kendo/farris-combo-lookup.pug +83 -83
- package/lib/template/ui/kendo/farris-datagrid-template.pug +21 -21
- package/lib/template/ui/kendo/farris-datagrid.pug +37 -36
- package/lib/template/ui/kendo/farris-datepicker.pug +104 -104
- package/lib/template/ui/kendo/farris-dynamic-control-group.pug +14 -14
- package/lib/template/ui/kendo/farris-ext-intergration.pug +79 -79
- package/lib/template/ui/kendo/farris-file-preview.pug +6 -6
- package/lib/template/ui/kendo/farris-file-upload-preview.pug +47 -47
- package/lib/template/ui/kendo/farris-file-upload.pug +3 -3
- package/lib/template/ui/kendo/farris-light-list-filter.pug +10 -10
- package/lib/template/ui/kendo/farris-list-filter.pug +11 -11
- package/lib/template/ui/kendo/farris-list-view.pug +27 -23
- package/lib/template/ui/kendo/farris-number-range.pug +68 -68
- package/lib/template/ui/kendo/farris-number-spinner.pug +83 -83
- package/lib/template/ui/kendo/farris-progress-step.pug +13 -13
- package/lib/template/ui/kendo/farris-query-solution.pug +17 -17
- package/lib/template/ui/kendo/farris-scrollspy.pug +10 -10
- package/lib/template/ui/kendo/farris-splitter-pane.pug +11 -11
- package/lib/template/ui/kendo/farris-splitter.pug +6 -6
- package/lib/template/ui/kendo/farris-switch.pug +66 -66
- package/lib/template/ui/kendo/farris-tags.pug +70 -70
- package/lib/template/ui/kendo/farris-time-picker.pug +71 -71
- package/lib/template/ui/kendo/farris-time-spinner.pug +48 -48
- package/lib/template/ui/kendo/farris-ui-footer.pug +15 -15
- package/lib/template/ui/kendo/farris-wizard-page-detail.pug +14 -14
- package/lib/template/ui/kendo/farris-wizard.pug +8 -8
- package/lib/template/ui/kendo/farrissidebar.pug +26 -26
- package/lib/template/ui/kendo/farristabpage.pug +14 -14
- package/lib/template/ui/kendo/farristabs.pug +2 -2
- package/lib/template/ui/kendo/farristag.pug +6 -6
- package/lib/template/ui/kendo/fieldset.pug +20 -20
- package/lib/template/ui/kendo/flexlayout.pug +5 -5
- package/lib/template/ui/kendo/form.pug +15 -15
- package/lib/template/ui/kendo/grid.pug +83 -83
- package/lib/template/ui/kendo/header.pug +9 -9
- package/lib/template/ui/kendo/hidden-container.pug +1 -1
- package/lib/template/ui/kendo/image-upload.pug +82 -82
- package/lib/template/ui/kendo/image.pug +18 -18
- package/lib/template/ui/kendo/input-group.pug +66 -66
- package/lib/template/ui/kendo/label.pug +18 -18
- package/lib/template/ui/kendo/language-textbox.pug +70 -70
- package/lib/template/ui/kendo/list-nav.pug +12 -12
- package/lib/template/ui/kendo/lookup-employee.pug +96 -96
- package/lib/template/ui/kendo/lookup.pug +98 -98
- package/lib/template/ui/kendo/loop-container.pug +1 -1
- package/lib/template/ui/kendo/menu.pug +3 -3
- package/lib/template/ui/kendo/menuitem.pug +7 -7
- package/lib/template/ui/kendo/modal-footer.pug +9 -9
- package/lib/template/ui/kendo/multi-select.pug +16 -16
- package/lib/template/ui/kendo/multi-view-container.pug +7 -7
- package/lib/template/ui/kendo/multi-view-item.pug +8 -8
- package/lib/template/ui/kendo/multitextbox.pug +67 -67
- package/lib/template/ui/kendo/numericbox.pug +70 -70
- package/lib/template/ui/kendo/oa-relation.pug +20 -20
- package/lib/template/ui/kendo/organization-selector.pug +103 -103
- package/lib/template/ui/kendo/p-treetable.pug +28 -28
- package/lib/template/ui/kendo/popup.pug +3 -3
- package/lib/template/ui/kendo/portlet.pug +2 -2
- package/lib/template/ui/kendo/primeng-edittree/checkbox.pug +12 -12
- package/lib/template/ui/kendo/primeng-edittree/farris-combo-list.pug +16 -16
- package/lib/template/ui/kendo/primeng-edittree/farris-combo-lookup.pug +19 -19
- package/lib/template/ui/kendo/primeng-edittree/farris-datepicker.pug +31 -31
- package/lib/template/ui/kendo/primeng-edittree/farris-number-spinner.pug +18 -18
- package/lib/template/ui/kendo/primeng-edittree/farris-switch.pug +13 -13
- package/lib/template/ui/kendo/primeng-edittree/farris-time-picker.pug +17 -17
- package/lib/template/ui/kendo/primeng-edittree/input-group.pug +14 -14
- package/lib/template/ui/kendo/primeng-edittree/language-textbox.pug +14 -14
- package/lib/template/ui/kendo/primeng-edittree/lookup.pug +32 -32
- package/lib/template/ui/kendo/primeng-edittree/multitextbox.pug +17 -17
- package/lib/template/ui/kendo/primeng-edittree/textbox.pug +18 -18
- package/lib/template/ui/kendo/qdp-condition-dialog-tab.pug +3 -3
- package/lib/template/ui/kendo/qdp-condition-dialog.pug +3 -3
- package/lib/template/ui/kendo/qdpframework.pug +15 -15
- package/lib/template/ui/kendo/queryform.pug +7 -7
- package/lib/template/ui/kendo/radiobox.pug +48 -48
- package/lib/template/ui/kendo/radioboxgroup.pug +69 -69
- package/lib/template/ui/kendo/richtextbox.pug +53 -53
- package/lib/template/ui/kendo/scroll-collapse-area.pug +2 -2
- package/lib/template/ui/kendo/section.pug +31 -31
- package/lib/template/ui/kendo/select.pug +46 -46
- package/lib/template/ui/kendo/spreadsheet.pug +7 -7
- package/lib/template/ui/kendo/switch.pug +67 -67
- package/lib/template/ui/kendo/tab.pug +3 -3
- package/lib/template/ui/kendo/table/adminorganization-selector.pug +73 -73
- package/lib/template/ui/kendo/table/checkbox.pug +81 -81
- package/lib/template/ui/kendo/table/checkboxgroup.pug +30 -30
- package/lib/template/ui/kendo/table/combobox.pug +49 -49
- package/lib/template/ui/kendo/table/datepicker.pug +49 -49
- package/lib/template/ui/kendo/table/employee-selector.pug +70 -70
- package/lib/template/ui/kendo/table/farris-avatar.pug +17 -17
- package/lib/template/ui/kendo/table/farris-checkbox-group.pug +47 -47
- package/lib/template/ui/kendo/table/farris-combo-list.pug +60 -60
- package/lib/template/ui/kendo/table/farris-combo-lookup.pug +30 -30
- package/lib/template/ui/kendo/table/farris-datepicker.pug +61 -61
- package/lib/template/ui/kendo/table/farris-number-range.pug +48 -48
- package/lib/template/ui/kendo/table/farris-number-spinner.pug +46 -46
- package/lib/template/ui/kendo/table/farris-static-text.pug +3 -3
- package/lib/template/ui/kendo/table/farris-switch.pug +46 -46
- package/lib/template/ui/kendo/table/farris-table-column.pug +1 -1
- package/lib/template/ui/kendo/table/farris-table-row.pug +1 -1
- package/lib/template/ui/kendo/table/farris-table.pug +1 -1
- package/lib/template/ui/kendo/table/farris-tags.pug +48 -48
- package/lib/template/ui/kendo/table/farris-time-picker.pug +51 -51
- package/lib/template/ui/kendo/table/farris-time-spinner.pug +25 -25
- package/lib/template/ui/kendo/table/input-group.pug +46 -46
- package/lib/template/ui/kendo/table/language-textbox.pug +50 -50
- package/lib/template/ui/kendo/table/lookup-employee.pug +71 -71
- package/lib/template/ui/kendo/table/lookup.pug +75 -75
- package/lib/template/ui/kendo/table/multi-select.pug +16 -16
- package/lib/template/ui/kendo/table/multitextbox.pug +47 -47
- package/lib/template/ui/kendo/table/numericbox.pug +49 -49
- package/lib/template/ui/kendo/table/organization-selector.pug +75 -75
- package/lib/template/ui/kendo/table/radiobox.pug +27 -27
- package/lib/template/ui/kendo/table/radioboxgroup.pug +47 -47
- package/lib/template/ui/kendo/table/richtextbox.pug +30 -30
- package/lib/template/ui/kendo/table/select.pug +13 -13
- package/lib/template/ui/kendo/table/switch.pug +46 -46
- package/lib/template/ui/kendo/table/textbox.pug +53 -53
- package/lib/template/ui/kendo/table/timebox.pug +25 -25
- package/lib/template/ui/kendo/table/timepicker.pug +21 -21
- package/lib/template/ui/kendo/table/tinymcerichtextbox.pug +28 -28
- package/lib/template/ui/kendo/tabpage.pug +10 -10
- package/lib/template/ui/kendo/template.pug +2 -2
- package/lib/template/ui/kendo/textbox.pug +74 -74
- package/lib/template/ui/kendo/timebox.pug +47 -47
- package/lib/template/ui/kendo/timepicker.pug +17 -17
- package/lib/template/ui/kendo/tinymcerichtextbox.pug +51 -51
- package/lib/template/ui/kendo/toolbar.pug +2 -2
- package/lib/template/ui/kendo/treegrid.pug +16 -16
- package/lib/template/ui/kendo/view-change.pug +1 -1
- package/lib/template/ui/kendo/wizarddetailcontainer.pug +6 -6
- package/lib/template/ui/mobileapprove/attachment-panel-for-mobileapprove.pug +14 -14
- package/lib/template/ui/mobileapprove/content-container.pug +6 -6
- package/lib/template/ui/mobileapprove/detailheader-for-mobileapprove.pug +16 -16
- package/lib/template/ui/mobileapprove/fieldset-for-mobileapprove.pug +6 -6
- package/lib/template/ui/mobileapprove/html-panel-for-mobileapprove.pug +22 -22
- package/lib/template/ui/mobileapprove/html-template.pug +2 -2
- package/lib/template/ui/mobileapprove/panel-for-mobileapprove.pug +11 -11
- package/lib/template/ui/mobileapprove/statictext-for-mobileapprove.pug +22 -22
- package/lib/template/ui/mobilevue/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue/approval-comments.pug +10 -10
- package/lib/template/ui/mobilevue/approval-info.pug +18 -18
- package/lib/template/ui/mobilevue/approval-logs.pug +11 -11
- package/lib/template/ui/mobilevue/area-picker.pug +54 -54
- package/lib/template/ui/mobilevue/attachment-entry.pug +17 -17
- package/lib/template/ui/mobilevue/attachment-uploader.pug +18 -18
- package/lib/template/ui/mobilevue/attachment.pug +28 -28
- package/lib/template/ui/mobilevue/banner.pug +4 -4
- package/lib/template/ui/mobilevue/button.pug +22 -22
- package/lib/template/ui/mobilevue/calendar-input.pug +63 -63
- package/lib/template/ui/mobilevue/calendar.pug +30 -30
- package/lib/template/ui/mobilevue/card.pug +19 -19
- package/lib/template/ui/mobilevue/checkbox-group.pug +53 -53
- package/lib/template/ui/mobilevue/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue/container.pug +9 -9
- package/lib/template/ui/mobilevue/contentcontainer.pug +11 -11
- package/lib/template/ui/mobilevue/custom-box.pug +58 -58
- package/lib/template/ui/mobilevue/date-time-picker.pug +57 -57
- package/lib/template/ui/mobilevue/field-set.pug +14 -14
- package/lib/template/ui/mobilevue/filter.pug +23 -23
- package/lib/template/ui/mobilevue/form.pug +7 -7
- package/lib/template/ui/mobilevue/html-preview.pug +25 -25
- package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
- package/lib/template/ui/mobilevue/image.pug +11 -11
- package/lib/template/ui/mobilevue/list-view.pug +84 -84
- package/lib/template/ui/mobilevue/lookup-department.pug +94 -94
- package/lib/template/ui/mobilevue/lookup-employee.pug +95 -95
- package/lib/template/ui/mobilevue/lookup-input.pug +95 -95
- package/lib/template/ui/mobilevue/nav-bar.pug +30 -30
- package/lib/template/ui/mobilevue/number.pug +50 -50
- package/lib/template/ui/mobilevue/picker-relation.pug +33 -33
- package/lib/template/ui/mobilevue/picker.pug +60 -60
- package/lib/template/ui/mobilevue/radio-group.pug +54 -54
- package/lib/template/ui/mobilevue/rich-text-editor.pug +57 -57
- package/lib/template/ui/mobilevue/schedule.pug +13 -13
- package/lib/template/ui/mobilevue/scroll-navbar.pug +13 -13
- package/lib/template/ui/mobilevue/search.pug +19 -19
- package/lib/template/ui/mobilevue/section.pug +33 -33
- package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
- package/lib/template/ui/mobilevue/sidebar.pug +11 -11
- package/lib/template/ui/mobilevue/staff-info.pug +12 -12
- package/lib/template/ui/mobilevue/static-text.pug +1 -1
- package/lib/template/ui/mobilevue/steps.pug +8 -8
- package/lib/template/ui/mobilevue/switch.pug +45 -45
- package/lib/template/ui/mobilevue/tab-bar.pug +13 -13
- package/lib/template/ui/mobilevue/tabpage.pug +14 -14
- package/lib/template/ui/mobilevue/tabs.pug +16 -16
- package/lib/template/ui/mobilevue/text-area.pug +46 -46
- package/lib/template/ui/mobilevue/text-box-external.pug +66 -66
- package/lib/template/ui/mobilevue/text-box.pug +60 -60
- package/lib/template/ui/mobilevue/text-scan.pug +53 -53
- package/lib/template/ui/mobilevue/text-telphone.pug +36 -36
- package/lib/template/ui/mobilevue/toolbar-area.pug +9 -9
- package/lib/template/ui/mobilevue/toolbar-item.pug +14 -14
- package/lib/template/ui/mobilevue/toolbar.pug +5 -5
- package/lib/template/ui/mobilevue2/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue2/attachment-entry.pug +8 -8
- package/lib/template/ui/mobilevue2/attachment.pug +13 -13
- package/lib/template/ui/mobilevue2/button.pug +11 -11
- package/lib/template/ui/mobilevue2/calendar.pug +11 -11
- package/lib/template/ui/mobilevue2/checkbox-group.pug +11 -11
- package/lib/template/ui/mobilevue2/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue2/contentcontainer.pug +4 -4
- package/lib/template/ui/mobilevue2/date-time-picker.pug +27 -27
- package/lib/template/ui/mobilevue2/field-set.pug +29 -29
- package/lib/template/ui/mobilevue2/filter.pug +8 -8
- package/lib/template/ui/mobilevue2/footer.pug +10 -10
- package/lib/template/ui/mobilevue2/form.pug +11 -11
- package/lib/template/ui/mobilevue2/image.pug +11 -11
- package/lib/template/ui/mobilevue2/label.pug +19 -19
- package/lib/template/ui/mobilevue2/list-view.pug +37 -37
- package/lib/template/ui/mobilevue2/lookup-input.pug +40 -40
- package/lib/template/ui/mobilevue2/nav-bar.pug +10 -10
- package/lib/template/ui/mobilevue2/number.pug +27 -27
- package/lib/template/ui/mobilevue2/picker.pug +29 -29
- package/lib/template/ui/mobilevue2/radio-group.pug +29 -29
- package/lib/template/ui/mobilevue2/schedule.pug +8 -8
- package/lib/template/ui/mobilevue2/section.pug +15 -15
- package/lib/template/ui/mobilevue2/steps.pug +8 -8
- package/lib/template/ui/mobilevue2/switch.pug +16 -16
- package/lib/template/ui/mobilevue2/tabpage.pug +6 -6
- package/lib/template/ui/mobilevue2/tabs.pug +9 -9
- package/lib/template/ui/mobilevue2/text-area.pug +23 -23
- package/lib/template/ui/mobilevue2/text-box.pug +25 -25
- package/lib/template/ui/mobilevue2/toolbar-item.pug +6 -6
- package/lib/template/ui/mobilevue2/toolbar.pug +3 -3
- package/lib/template/ui/mobilevue2/vant-tabpage.pug +5 -5
- package/lib/template/ui/mobilevue2/vant-tabs.pug +5 -5
- package/lib/utility/adminorganization-selector-checker.js +57 -57
- package/lib/utility/aif-check.js +12 -12
- package/lib/utility/appointment-calendar-checker.js +57 -57
- package/lib/utility/approval-comments-checker.js +41 -41
- package/lib/utility/approval-logs-check.js +42 -42
- package/lib/utility/build-file-version/abstract-build-file-version.js +23 -23
- package/lib/utility/build-file-version/build-file-next-version-generator.js +17 -17
- package/lib/utility/build-file-version/build-file-version-constants.js +18 -18
- package/lib/utility/build-file-version/build-file-version-context.js +6 -6
- package/lib/utility/build-file-version/build-file-version-factory.js +49 -49
- package/lib/utility/build-file-version/build-file-version-manager.js +56 -56
- package/lib/utility/build-file-version/farris-all-css-build-file-version.js +11 -11
- package/lib/utility/build-file-version/favicon-png-build-file-version.js +15 -15
- package/lib/utility/build-file-version/gsp-rtf-core-js-build-file-version.js +11 -11
- package/lib/utility/build-file-version/i-build-file-version.js +2 -2
- package/lib/utility/build-file-version/i18n-build-file-version.js +20 -20
- package/lib/utility/build-file-version/index.js +14 -14
- package/lib/utility/build-file-version/main-js-build-file-version.js +11 -11
- package/lib/utility/build-file-version/material-icons-css-build-file-version.js +11 -11
- package/lib/utility/build-file-version/polyfills-js-build-file-version.js +11 -11
- package/lib/utility/build-file-version/runtime-common-manifest-json-build-file-version.js +10 -10
- package/lib/utility/build-file-version/version-file/version-file-content.js +13 -13
- package/lib/utility/build-file-version/version-file/version-file-helper.js +37 -37
- package/lib/utility/build-file-version/version-file/version-file-manager.js +74 -74
- package/lib/utility/city-selector-checker.js +41 -41
- package/lib/utility/component-adminorganization-selector-parameter-helper.js +10 -10
- package/lib/utility/component-employee-selector-parameter-helper.js +10 -10
- package/lib/utility/component-enum-helper.js +27 -27
- package/lib/utility/component-fileupload-helper.js +10 -10
- package/lib/utility/component-header-helper.js +25 -25
- package/lib/utility/component-organization-selector-parameter-helper.js +10 -10
- package/lib/utility/component-personnel-selector-parameter-helper.js +10 -10
- package/lib/utility/component-title-executor.js +23 -23
- package/lib/utility/componentFrameID-helper.js +41 -41
- package/lib/utility/componentSelector-helper.js +20 -20
- package/lib/utility/config-hepler.js +40 -40
- package/lib/utility/content-type-creator.js +132 -132
- package/lib/utility/content-type-instance-generator.js +38 -38
- package/lib/utility/context-hepler.js +14 -14
- package/lib/utility/crypto/crypto-dhs256.js +42 -42
- package/lib/utility/crypto/crypto-helper.js +23 -23
- package/lib/utility/crypto/crypto-md5.js +42 -42
- package/lib/utility/crypto/crypto-mode.js +8 -8
- package/lib/utility/crypto/i-crypto.js +2 -2
- package/lib/utility/crypto/index.js +14 -14
- package/lib/utility/declaration-trigger.js +294 -294
- package/lib/utility/devkit/abstract-dom-creator.js +48 -48
- package/lib/utility/devkit/abstract-dom-map.js +2 -2
- package/lib/utility/devkit/checkgroup-type-creator-factory.js +21 -21
- package/lib/utility/devkit/component-adminorganization-selector-parameter.js +6 -6
- package/lib/utility/devkit/component-appointment-calendar-parameter.js +37 -37
- package/lib/utility/devkit/component-button-parameter.js +13 -13
- package/lib/utility/devkit/component-children-routes-creator.js +59 -59
- package/lib/utility/devkit/component-condition-dialog-parameter.js +28 -28
- package/lib/utility/devkit/component-creator.js +191 -191
- package/lib/utility/devkit/component-employee-selector-parameter.js +6 -6
- package/lib/utility/devkit/component-event.js +2 -2
- package/lib/utility/devkit/component-external-container-parameter-creator.js +86 -86
- package/lib/utility/devkit/component-external-container-parameter.js +12 -12
- package/lib/utility/devkit/component-farris-avatar-parameter-creator.js +14 -14
- package/lib/utility/devkit/component-farris-datagrid-contextmenu-parameter.js +15 -15
- package/lib/utility/devkit/component-farris-datagrid-parameter.js +89 -89
- package/lib/utility/devkit/component-farris-datagrid-parameter.js.map +1 -1
- package/lib/utility/devkit/component-farris-input-group-parameter.js +49 -49
- package/lib/utility/devkit/component-farris-lookup-parameter.js +52 -52
- package/lib/utility/devkit/component-farris-treegrid-parameter.js +21 -21
- package/lib/utility/devkit/component-fileupload-preview-creator.js +22 -22
- package/lib/utility/devkit/component-listview-parameter.js +6 -6
- package/lib/utility/devkit/component-nav-tab-parameter.js +16 -16
- package/lib/utility/devkit/component-number-spinner-range-creator.js +19 -19
- package/lib/utility/devkit/component-number-spinner-range.js +36 -36
- package/lib/utility/devkit/component-organization-selector-parameter.js +6 -6
- package/lib/utility/devkit/component-parameter-collector/abstract-component-parameter-collector.js +6 -6
- package/lib/utility/devkit/component-parameter-collector/combolist-parameter-collector.js +51 -51
- package/lib/utility/devkit/component-parameter-collector/component-adminorganization-selector-parameter-collector.js +45 -45
- package/lib/utility/devkit/component-parameter-collector/component-appointment-calendar-parameter-collector.js +90 -90
- package/lib/utility/devkit/component-parameter-collector/component-button-collector.js +59 -59
- package/lib/utility/devkit/component-parameter-collector/component-condition-dialog-collector.js +34 -34
- package/lib/utility/devkit/component-parameter-collector/component-datebox-parameter-collector.js +46 -46
- package/lib/utility/devkit/component-parameter-collector/component-employee-selector-parameter-collector.js +45 -45
- package/lib/utility/devkit/component-parameter-collector/component-events-collector.js +109 -109
- package/lib/utility/devkit/component-parameter-collector/component-external-container-parameter-collector.js +81 -81
- package/lib/utility/devkit/component-parameter-collector/component-file-upload-parameter-collector.js +166 -166
- package/lib/utility/devkit/component-parameter-collector/component-header-parameter-collector.js +78 -78
- package/lib/utility/devkit/component-parameter-collector/component-languagetextbox-parameter-collector.js +51 -51
- package/lib/utility/devkit/component-parameter-collector/component-listview-parameter-collector.js +100 -100
- package/lib/utility/devkit/component-parameter-collector/component-multitextbox-parameter-collector.js +46 -46
- package/lib/utility/devkit/component-parameter-collector/component-numericbox-parameter-collector.js +46 -46
- package/lib/utility/devkit/component-parameter-collector/component-organization-selector-parameter-collector.js +45 -45
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js +221 -221
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-options-creator.js +14 -14
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-options.js +6 -6
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js +56 -56
- package/lib/utility/devkit/component-parameter-collector/component-personnel-selector-parameter-collector.js +45 -45
- package/lib/utility/devkit/component-parameter-collector/component-readonly-parameter-collector.js +49 -49
- package/lib/utility/devkit/component-parameter-collector/component-viewchange-parameter-collector.js +70 -70
- package/lib/utility/devkit/component-parameter-collector/enum-field-collector.js +56 -56
- package/lib/utility/devkit/component-parameter-collector/farris-avatar-collector.js +44 -44
- package/lib/utility/devkit/component-parameter-collector/farris-checkbox-group-collector.js +69 -69
- package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js +390 -387
- package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/farris-datepicker-collector.js +50 -50
- package/lib/utility/devkit/component-parameter-collector/farris-input-group-collector.js +155 -155
- package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js +150 -150
- package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js +64 -64
- package/lib/utility/devkit/component-parameter-collector/farris-nav-tab-parameter-collector.js +82 -82
- package/lib/utility/devkit/component-parameter-collector/farris-radiogroup-collector.js +70 -70
- package/lib/utility/devkit/component-parameter-collector/farris-section-collector.js +126 -126
- package/lib/utility/devkit/component-parameter-collector/farris-tabs-collector.js +122 -122
- package/lib/utility/devkit/component-parameter-collector/farris-tags-parameter-collector.js +49 -49
- package/lib/utility/devkit/component-parameter-collector/farris-timepicker-collector.js +46 -46
- package/lib/utility/devkit/component-parameter-collector/farris-timespinner-parameter-collector.js +46 -46
- package/lib/utility/devkit/component-parameter-collector/farris-treegrid-parameter-collector.js +197 -197
- package/lib/utility/devkit/component-parameter-collector/farris-ui-footer-parameter-collector.js +41 -41
- package/lib/utility/devkit/component-parameter-collector/fieldset-collector.js +47 -47
- package/lib/utility/devkit/component-parameter-collector/i-component-parameter-collector.js +2 -2
- package/lib/utility/devkit/component-parameter-collector/index.js +14 -14
- package/lib/utility/devkit/component-parameter-collector/list-nav-collector.js +31 -31
- package/lib/utility/devkit/component-parameter-collector/number-spinner-range-collector.js +79 -79
- package/lib/utility/devkit/component-parameter-collector/primeng-tree-grid-parameter-collector.js +221 -221
- package/lib/utility/devkit/component-parameter-collector/qdp-framework-collector.js +30 -30
- package/lib/utility/devkit/component-parameter-collector/query-schema-collector.js +243 -243
- package/lib/utility/devkit/component-parameter-collector/richtextbox-parameter-collector.js +46 -46
- package/lib/utility/devkit/component-parameter-collector/scrollspy-collector.js +86 -86
- package/lib/utility/devkit/component-parameter-collector/sidebar-parameter-collector.js +34 -34
- package/lib/utility/devkit/component-parameter-collector/textbox-parameter-collector.js +46 -46
- package/lib/utility/devkit/component-parameter-collector/tool-typechange-collector.js +27 -27
- package/lib/utility/devkit/component-parameter-collector/toolbar-collector.js +110 -110
- package/lib/utility/devkit/component-parameter-collector/wizard-collector.js +73 -73
- package/lib/utility/devkit/component-parameter-creator.js +9 -9
- package/lib/utility/devkit/component-personnel-selector-parameter.js +6 -6
- package/lib/utility/devkit/component-primeng-treegrid-parameter.js +13 -13
- package/lib/utility/devkit/component-readonly-parameter-creator.js +10 -10
- package/lib/utility/devkit/component-readonly-parameter.js +6 -6
- package/lib/utility/devkit/component-sidebar-toolbar.js +6 -6
- package/lib/utility/devkit/component-viewchange-parameter.js +13 -13
- package/lib/utility/devkit/datagrid-type-creator-factory.js +22 -22
- package/lib/utility/devkit/datebox-type-creator-factory.js +35 -35
- package/lib/utility/devkit/declarationevents-modifier.js +54 -54
- package/lib/utility/devkit/devkit-constant.js +38 -38
- package/lib/utility/devkit/devkit-creator.js +27 -27
- package/lib/utility/devkit/devkit-object-name-creator.js +52 -52
- package/lib/utility/devkit/entities-creator.js +94 -94
- package/lib/utility/devkit/entity-creator.js +47 -47
- package/lib/utility/devkit/entity-name-creator.js +14 -14
- package/lib/utility/devkit/enumfield-type-creator.js +35 -35
- package/lib/utility/devkit/external-component/className-isExternalcomponent-checker.js +19 -19
- package/lib/utility/devkit/external-component/external-component-childroutingpath-generator.js +20 -20
- package/lib/utility/devkit/external-component/external-component-creator.js +100 -100
- package/lib/utility/devkit/external-component/external-component-prefix-creator.js +13 -13
- package/lib/utility/devkit/external-component/external-component-publisPath-generator.js +39 -39
- package/lib/utility/devkit/external-component/external-component-uniquecode-creator.js +26 -26
- package/lib/utility/devkit/external-component/external-components-creator.js +40 -40
- package/lib/utility/devkit/external-component/externalComponent-constant.js +15 -15
- package/lib/utility/devkit/external-component/index.js +15 -15
- package/lib/utility/devkit/field-creator.js +265 -265
- package/lib/utility/devkit/form-creator.js +110 -110
- package/lib/utility/devkit/form-file-executor.js +409 -409
- package/lib/utility/devkit/form-resource-json-reader.js +21 -21
- package/lib/utility/devkit/handlers-creator.js +38 -38
- package/lib/utility/devkit/index.js +18 -18
- package/lib/utility/devkit/list-filter-type-creator-factory.js +36 -36
- package/lib/utility/devkit/lookup-type-creator-factory.js +52 -52
- package/lib/utility/devkit/module-creator.js +167 -167
- package/lib/utility/devkit/repository-creator.js +60 -60
- package/lib/utility/devkit/response-layout-type-creator-factory.js +22 -22
- package/lib/utility/devkit/richtextbox-type-creator-factory.js +35 -35
- package/lib/utility/devkit/routing-creator.js +21 -21
- package/lib/utility/devkit/statemachine-creator.js +39 -39
- package/lib/utility/devkit/switch-type-creator-factory.js +35 -35
- package/lib/utility/devkit/tab-type-creator-factory.js +45 -45
- package/lib/utility/devkit/toolbar/toolbar-item.js +2 -2
- package/lib/utility/devkit/toolbar/toolbar.js +2 -2
- package/lib/utility/devkit/toolbar/toolbaritem-state.js +2 -2
- package/lib/utility/devkit/treegrid-type-creator-factory.js +36 -36
- package/lib/utility/devkit/viewmodels-creator.js +615 -615
- package/lib/utility/devkit-template-config.js +576 -576
- package/lib/utility/directory-file-helper.js +241 -241
- package/lib/utility/employee-selector-checker.js +57 -57
- package/lib/utility/environment-constants.js +45 -45
- package/lib/utility/event-token-generator.js +21 -21
- package/lib/utility/event-viewModel-modifier.js +100 -100
- package/lib/utility/expression/expression-manager.js +21 -21
- package/lib/utility/expression/index.js +13 -13
- package/lib/utility/expression-value-generator.js +22 -22
- package/lib/utility/ext-intergration-checker.js +46 -46
- package/lib/utility/externalComponent-type.js +12 -12
- package/lib/utility/farris-datagrid/abstract-editor.js +64 -64
- package/lib/utility/farris-datagrid/abstract-lookup-editor.js +156 -156
- package/lib/utility/farris-datagrid/checkbox-editor.js +18 -18
- package/lib/utility/farris-datagrid/column-editor-manager.js +111 -111
- package/lib/utility/farris-datagrid/combo-list-editor.js +145 -145
- package/lib/utility/farris-datagrid/combo-lookup-editor.js +192 -192
- package/lib/utility/farris-datagrid/command-column-template-generator.js +22 -22
- package/lib/utility/farris-datagrid/datagrid-column-footer-calculationtype-convertor.js +12 -12
- package/lib/utility/farris-datagrid/datagrid-column-footer-options.js +36 -36
- package/lib/utility/farris-datagrid/datagrid-column-footer.js +50 -50
- package/lib/utility/farris-datagrid/datagrid-column-formatter.js +122 -122
- package/lib/utility/farris-datagrid/datagrid-column-groupfooter.js +47 -47
- package/lib/utility/farris-datagrid/date-picker-editor.js +151 -151
- package/lib/utility/farris-datagrid/employee-selector-editor.js +105 -105
- package/lib/utility/farris-datagrid/employeeorg-selector-editor.js +117 -117
- package/lib/utility/farris-datagrid/enum-editor.js +59 -59
- package/lib/utility/farris-datagrid/ext-intergration-editor.js +64 -64
- package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js +105 -105
- package/lib/utility/farris-datagrid/index.js +15 -15
- package/lib/utility/farris-datagrid/input-group-editor.js +122 -122
- package/lib/utility/farris-datagrid/language-textbox-generator.js +63 -63
- package/lib/utility/farris-datagrid/lookup-editor.js +235 -235
- package/lib/utility/farris-datagrid/number-box-editor.js +131 -131
- package/lib/utility/farris-datagrid/organization-selector-editor.js +118 -118
- package/lib/utility/farris-datagrid/personnel-selector-editor.js +107 -107
- package/lib/utility/farris-datagrid/switch-editor.js +37 -37
- package/lib/utility/farris-datagrid/textarea-editor.js +60 -60
- package/lib/utility/farris-datagrid/textbox-editor.js +36 -36
- package/lib/utility/farris-datagrid/time-picker-editor.js +44 -44
- package/lib/utility/file-operation/abstract-file-operation.js +40 -40
- package/lib/utility/file-operation/command-jsonfile-operation.js +14 -14
- package/lib/utility/file-operation/eapi-jsonfile-operation.js +17 -17
- package/lib/utility/file-operation/file-operation-factory.js +41 -41
- package/lib/utility/file-operation/file-operation-manager.js +14 -14
- package/lib/utility/file-operation/file-operation-options.js +23 -23
- package/lib/utility/file-operation/file-operation-type.js +12 -12
- package/lib/utility/file-operation/frm-jsonfile-operation.js +14 -14
- package/lib/utility/file-operation/i-file-operation.js +2 -2
- package/lib/utility/file-operation/index.js +14 -14
- package/lib/utility/file-operation/page-jsonfile-operation.js +20 -20
- package/lib/utility/file-operation/resource-jsonfile-operation.js +14 -14
- package/lib/utility/file-operation/statemachine-jsonfile-operation.js +15 -15
- package/lib/utility/form-sourcecode-delete/DeleteFormSourceCodeExecutor.js +19 -19
- package/lib/utility/form-sourcecode-delete/service/AbstractSourceCodeService.js +66 -66
- package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteContext.js +30 -30
- package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteResult.js +17 -17
- package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteService.js +2 -2
- package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteServiceChain.js +26 -26
- package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteServiceChainExecutor.js +12 -12
- package/lib/utility/form-sourcecode-delete/service/SourceCodeDeleteServiceRegistry.js +42 -42
- package/lib/utility/form-sourcecode-delete/service/impl/ComponentSourceCodeDeleteServiceImpl.js +20 -20
- package/lib/utility/form-sourcecode-delete/service/impl/DefaultSourceCodeDeleteServiceImpl.js +19 -19
- package/lib/utility/form-sourcecode-delete/service/impl/EventSourceCodeDeleteServiceImpl.js +20 -20
- package/lib/utility/form-sourcecode-delete/service/impl/ExpressionSourceCodeDeleteServiceImpl.js +20 -20
- package/lib/utility/form-sourcecode-delete/service/impl/ExternalComponentsSourceCodeDeleteServiceImpl.js +20 -20
- package/lib/utility/form-sourcecode-delete/service/impl/LangSourceCodeDeleteServiceImpl.js +20 -20
- package/lib/utility/form-sourcecode-delete/service/impl/ModelSourceCodeDeleteServiceImpl.js +20 -20
- package/lib/utility/form-sourcecode-delete/service/impl/ServiceSourceCodeDeleteServiceImpl.js +23 -23
- package/lib/utility/form-sourcecode-delete/service/impl/ViewModelSourceCodeDeleteServiceImpl.js +20 -20
- package/lib/utility/formatter/code-formatter.js +97 -97
- package/lib/utility/formatter/index.js +13 -13
- package/lib/utility/getPublishPathAndFileName.js +61 -61
- package/lib/utility/i18n/i18n-resource-manager.js +237 -237
- package/lib/utility/i18n/index.js +13 -13
- package/lib/utility/image-upload-checker.js +41 -41
- package/lib/utility/index.js +32 -32
- package/lib/utility/internal-entity/component-parameter/component-combolist-parameter.js +30 -30
- package/lib/utility/internal-entity/component-parameter/component-datebox-parameter.js +30 -30
- package/lib/utility/internal-entity/component-parameter/component-datepicker-parameter.js +30 -30
- package/lib/utility/internal-entity/component-parameter/component-enumfield-parameter.js +30 -30
- package/lib/utility/internal-entity/component-parameter/component-fieldset-parameter.js +24 -24
- package/lib/utility/internal-entity/component-parameter/component-file-upload-parameter.js +24 -24
- package/lib/utility/internal-entity/component-parameter/component-footer-parameter.js +24 -24
- package/lib/utility/internal-entity/component-parameter/component-header-parameter.js +24 -24
- package/lib/utility/internal-entity/component-parameter/component-inputgroup-modalconfig-parameter.js +46 -46
- package/lib/utility/internal-entity/component-parameter/component-language-textbox-parameter.js +37 -37
- package/lib/utility/internal-entity/component-parameter/component-listfilter-parameter.js +59 -59
- package/lib/utility/internal-entity/component-parameter/component-multitextbox-parameter.js +30 -30
- package/lib/utility/internal-entity/component-parameter/component-numericbox-parameter.js +30 -30
- package/lib/utility/internal-entity/component-parameter/component-placeholder-parameter.js +24 -24
- package/lib/utility/internal-entity/component-parameter/component-richtextbox-parameter.js +28 -28
- package/lib/utility/internal-entity/component-parameter/component-tags-parameter.js +31 -31
- package/lib/utility/internal-entity/component-parameter/component-textbox-parameter.js +28 -28
- package/lib/utility/internal-entity/component-parameter/component-timepicker-parameter.js +28 -28
- package/lib/utility/internal-entity/component-parameter/component-timespinner-parameter.js +28 -28
- package/lib/utility/internal-entity/component-parameter/i-component-parameter.js +2 -2
- package/lib/utility/internal-entity/component-parameter/index.js +16 -16
- package/lib/utility/internal-entity/i-project-read-data.js +2 -2
- package/lib/utility/internal-entity/index.js +13 -13
- package/lib/utility/internal-entity/viewmodel-parameter/index.js +13 -13
- package/lib/utility/internal-entity/viewmodel-parameter/viewmodel-pagination-parameter.js +11 -11
- package/lib/utility/jit-constant.js +53 -53
- package/lib/utility/jit-engine-executor/i-jit-engine-executor.js +2 -2
- package/lib/utility/jit-engine-executor/index.js +15 -15
- package/lib/utility/jit-engine-executor/jit-engine-executor-factory.js +30 -30
- package/lib/utility/jit-engine-executor/jit-engine-executor-manager.js +24 -24
- package/lib/utility/jit-engine-executor/jit-engine-executor-request-generator.js +21 -21
- package/lib/utility/jit-engine-executor/jit-engine-executor-request.js +26 -26
- package/lib/utility/jit-engine-executor/jit-engine-executor-response.js +9 -9
- package/lib/utility/jit-engine-executor/jit-engine-executor-type.js +9 -9
- package/lib/utility/jit-engine-executor/mobile-approve-executor.js +15 -15
- package/lib/utility/jit-engine-executor/specific-executor.js +31 -31
- package/lib/utility/jit-ignore/index.js +13 -13
- package/lib/utility/jit-ignore/jit-generate-ignore-manager.js +104 -104
- package/lib/utility/jit-ignore/jit-generate-ignore.js +56 -56
- package/lib/utility/jit-ignore/jit-ignore-json-helper.js +22 -22
- package/lib/utility/jit-path-helper.js +41 -41
- package/lib/utility/json-stringfy-helper/array.js +16 -16
- package/lib/utility/json-stringfy-helper/function.js +237 -237
- package/lib/utility/json-stringfy-helper/index.js +73 -73
- package/lib/utility/json-stringfy-helper/object.js +67 -67
- package/lib/utility/json-stringfy-helper/quote.js +58 -58
- package/lib/utility/json-stringfy-helper/stringify.js +29 -29
- package/lib/utility/json-stringfy-helper/types.js +2 -2
- package/lib/utility/line-reader.js +97 -97
- package/lib/utility/logger/date-format.js +37 -37
- package/lib/utility/logger/index.js +15 -15
- package/lib/utility/logger/logger-helper.js +47 -47
- package/lib/utility/logger/logger-level.js +12 -12
- package/lib/utility/mobile-approve/config-helper/form-jsonfile-reader.js +16 -16
- package/lib/utility/mobile-approve/config-helper/formatter-function-generator.js +67 -67
- package/lib/utility/mobile-approve/entity/attachment-panel-for-mobileapprove.js +51 -51
- package/lib/utility/mobile-approve/entity/base-mobile-approve.js +36 -36
- package/lib/utility/mobile-approve/entity/binding.js +25 -25
- package/lib/utility/mobile-approve/entity/child-detail-template.js +10 -10
- package/lib/utility/mobile-approve/entity/child-table-primary-relation.js +6 -6
- package/lib/utility/mobile-approve/entity/component-ref.js +33 -33
- package/lib/utility/mobile-approve/entity/component.js +55 -55
- package/lib/utility/mobile-approve/entity/content-container.js +42 -42
- package/lib/utility/mobile-approve/entity/detail-header-for-mobileapprove.js +122 -122
- package/lib/utility/mobile-approve/entity/detail-header-item.js +32 -32
- package/lib/utility/mobile-approve/entity/field-binding-parameter.js +24 -24
- package/lib/utility/mobile-approve/entity/fieldset-for-mobileapprove.js +42 -42
- package/lib/utility/mobile-approve/entity/flow-process-for-mobileapprove.js +34 -34
- package/lib/utility/mobile-approve/entity/html-panel-for-mobileapprove.js +48 -48
- package/lib/utility/mobile-approve/entity/html-template.js +25 -25
- package/lib/utility/mobile-approve/entity/index.js +27 -27
- package/lib/utility/mobile-approve/entity/module.js +39 -39
- package/lib/utility/mobile-approve/entity/panel-for-mobileapprove.js +101 -101
- package/lib/utility/mobile-approve/entity/panel-item-for-mobileapprove.js +38 -38
- package/lib/utility/mobile-approve/entity/person-avatar.js +24 -24
- package/lib/utility/mobile-approve/entity/static-text-for-mobileapprove.js +71 -71
- package/lib/utility/mobile-approve/generator/dom-generator.js +20 -20
- package/lib/utility/mobile-approve/mobile-approve-manager.js +50 -50
- package/lib/utility/mobile-approve/recuresive-generate-mobileapprove.js +430 -430
- package/lib/utility/mobile-approve/template-generator/abstract-template-generator.js +6 -6
- package/lib/utility/mobile-approve/template-generator/component-template-generator.js +10 -10
- package/lib/utility/mobile-approve/template-generator/content-container-template-generator.js +10 -10
- package/lib/utility/mobile-approve/template-generator/detailheader-for-mobileapprove-template-generator.js +10 -10
- package/lib/utility/mobile-approve/template-generator/i-template-generator.js +2 -2
- package/lib/utility/mobile-approve/template-generator/index-html-generator.js +582 -582
- package/lib/utility/mobile-approve/template-generator/index.js +13 -13
- package/lib/utility/mobile-approve/template-generator/mobile-approve-templateconfig.js +39 -39
- package/lib/utility/mobile-approve/template-generator/panel-for-mobileapprove-template-generator.js +10 -10
- package/lib/utility/mobile-approve/template-generator/static-text-for-mobileapprove-template-generator.js +10 -10
- package/lib/utility/mobile-approve/template-generator/template-generator-factory.js +39 -39
- package/lib/utility/mobile-approve/template-generator/template-generator-manager.js +31 -31
- package/lib/utility/mobile-approve/template-generator/template-generator-type.js +11 -11
- package/lib/utility/module-reference/index.js +15 -15
- package/lib/utility/module-reference/module-prefix-replace.js +15 -15
- package/lib/utility/module-reference/module-reference-constant.js +9 -9
- package/lib/utility/module-reference/module-reference-manager.js +149 -149
- package/lib/utility/multi-textbox-checker.js +41 -41
- package/lib/utility/oa-relation-checker.js +42 -42
- package/lib/utility/organization-selector-checker.js +57 -57
- package/lib/utility/pageflow/index.js +13 -13
- package/lib/utility/pageflow/pageflowfile-reader.js +21 -21
- package/lib/utility/personnel-selector-checker.js +57 -57
- package/lib/utility/portlet-checker.js +41 -41
- package/lib/utility/primeng-treegrid-checker.js +41 -41
- package/lib/utility/progress-steps-checker.js +40 -40
- package/lib/utility/project-route-validator.js +22 -22
- package/lib/utility/project-version/index.js +13 -13
- package/lib/utility/project-version/project-version-content.js +34 -34
- package/lib/utility/project-version/project-version-filename-generator.js +30 -30
- package/lib/utility/project-version/project-version-manager.js +38 -38
- package/lib/utility/project-version/projectversion-file-reader.js +34 -34
- package/lib/utility/project-version/projectversion-file-writer.js +44 -44
- package/lib/utility/project-version/projectversion.js +91 -91
- package/lib/utility/qdp-jointsearch-generator.js +39 -39
- package/lib/utility/qdpForm-checker.js +63 -63
- package/lib/utility/qrcode-selector-checker.js +57 -57
- package/lib/utility/random-generator.js +26 -26
- package/lib/utility/route-page-executor.js +19 -19
- package/lib/utility/source-code-delete/delete-sourcecode-executor.js +24 -24
- package/lib/utility/template-generator/abstract-template-generator.js +31 -31
- package/lib/utility/template-generator/devkit/befproxy-template-generator.js +126 -126
- package/lib/utility/template-generator/devkit/commandhandler-template-generator.js +94 -94
- package/lib/utility/template-generator/devkit/component-generator/component-adminorganization-selector-parameter-generator.js +20 -20
- package/lib/utility/template-generator/devkit/component-generator/component-appointment-calendar-parameter-generator.js +76 -76
- package/lib/utility/template-generator/devkit/component-generator/component-avatar-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-button-parameter-generator.js +23 -23
- package/lib/utility/template-generator/devkit/component-generator/component-checkgroup-parameter-generator.js +40 -40
- package/lib/utility/template-generator/devkit/component-generator/component-combolist-parameter-generator.js +48 -48
- package/lib/utility/template-generator/devkit/component-generator/component-constructor-parameter-generator.js +68 -68
- package/lib/utility/template-generator/devkit/component-generator/component-datebox-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-datepicker-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-employee-selector-parameter-generator.js +20 -20
- package/lib/utility/template-generator/devkit/component-generator/component-enumfield-parameter-generator.js +42 -42
- package/lib/utility/template-generator/devkit/component-generator/component-events-parameter-generator.js +112 -112
- package/lib/utility/template-generator/devkit/component-generator/component-external-container-parameter-generator.js +191 -191
- package/lib/utility/template-generator/devkit/component-generator/component-farris-inputgroup-parameter-generator.js +95 -95
- package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js +607 -607
- package/lib/utility/template-generator/devkit/component-generator/component-farristabs-parameter-generator.js +146 -146
- package/lib/utility/template-generator/devkit/component-generator/component-fieldset-parameter-generator.js +27 -27
- package/lib/utility/template-generator/devkit/component-generator/component-fileupload-parameter-generator.js +173 -173
- package/lib/utility/template-generator/devkit/component-generator/component-footer-parameter-generator.js +23 -23
- package/lib/utility/template-generator/devkit/component-generator/component-header-parameter-generator.js +74 -74
- package/lib/utility/template-generator/devkit/component-generator/component-hostbinding-class-generator.js +31 -31
- package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js +179 -179
- package/lib/utility/template-generator/devkit/component-generator/component-joint-search-parameter-generator.js +15 -15
- package/lib/utility/template-generator/devkit/component-generator/component-keybinding-service-generator.js +18 -18
- package/lib/utility/template-generator/devkit/component-generator/component-languagetextbox-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js +218 -218
- package/lib/utility/template-generator/devkit/component-generator/component-listnav-parameter-generator.js +14 -14
- package/lib/utility/template-generator/devkit/component-generator/component-lookup-parameter-generator.js +71 -71
- package/lib/utility/template-generator/devkit/component-generator/component-modal-form-controls-generator.js +142 -142
- package/lib/utility/template-generator/devkit/component-generator/component-multitextbox-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-nav-tab-parameter-generator.js +44 -44
- package/lib/utility/template-generator/devkit/component-generator/component-numberspinner-range-parameter-generator.js +52 -52
- package/lib/utility/template-generator/devkit/component-generator/component-numericbox-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-organization-selector-parameter-generator.js +20 -20
- package/lib/utility/template-generator/devkit/component-generator/component-personnel-selector-parameter-generator.js +40 -40
- package/lib/utility/template-generator/devkit/component-generator/component-primeng-treegrid-parameter-generator.js +350 -350
- package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js +172 -172
- package/lib/utility/template-generator/devkit/component-generator/component-qdpframework-parameter-generator.js +17 -17
- package/lib/utility/template-generator/devkit/component-generator/component-queryschema-parameter-generator.js +365 -365
- package/lib/utility/template-generator/devkit/component-generator/component-radiogroup-parameter-generator.js +47 -47
- package/lib/utility/template-generator/devkit/component-generator/component-readonly-parameter-generator.js +17 -17
- package/lib/utility/template-generator/devkit/component-generator/component-richtextbox-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-scrollspy-parameter-generator.js +64 -64
- package/lib/utility/template-generator/devkit/component-generator/component-section-parameter-generator.js +178 -178
- package/lib/utility/template-generator/devkit/component-generator/component-selector-generator.js +18 -18
- package/lib/utility/template-generator/devkit/component-generator/component-sidebar-parameter-generator.js +17 -17
- package/lib/utility/template-generator/devkit/component-generator/component-styleurls-generator.js +20 -20
- package/lib/utility/template-generator/devkit/component-generator/component-tags-parameter-generator.js +40 -40
- package/lib/utility/template-generator/devkit/component-generator/component-textbox-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-timepicker-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-timespinner-parameter-generator.js +19 -19
- package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js +175 -175
- package/lib/utility/template-generator/devkit/component-generator/component-tooltype-parameter-generator.js +27 -27
- package/lib/utility/template-generator/devkit/component-generator/component-treegrid-parameter-generator.js +281 -281
- package/lib/utility/template-generator/devkit/component-generator/component-verify-parameter-generator.js +44 -44
- package/lib/utility/template-generator/devkit/component-generator/component-viewchange-parameter-generator.js +40 -40
- package/lib/utility/template-generator/devkit/component-generator/component-wizard-parameter-generator.js +59 -59
- package/lib/utility/template-generator/devkit/component-generator/index.js +40 -40
- package/lib/utility/template-generator/devkit/component-template-generator.js +497 -489
- package/lib/utility/template-generator/devkit/component-template-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/entity-template-generator.js +192 -192
- package/lib/utility/template-generator/devkit/event-template-generator.js +46 -46
- package/lib/utility/template-generator/devkit/form-template-generator.js +120 -120
- package/lib/utility/template-generator/devkit/lang-template-generator.js +148 -148
- package/lib/utility/template-generator/devkit/module-generator/index.js +19 -19
- package/lib/utility/template-generator/devkit/module-generator/module-bootstrap-generator.js +23 -23
- package/lib/utility/template-generator/devkit/module-generator/module-declarations-generator.js +27 -27
- package/lib/utility/template-generator/devkit/module-generator/module-entrycomponents-generator.js +23 -23
- package/lib/utility/template-generator/devkit/module-generator/module-exports-generator.js +23 -23
- package/lib/utility/template-generator/devkit/module-generator/module-i18n-generator.js +17 -17
- package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +303 -303
- package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +282 -282
- package/lib/utility/template-generator/devkit/module-generator/module-providers-generator.js +158 -158
- package/lib/utility/template-generator/devkit/module-template-generator.js +46 -46
- package/lib/utility/template-generator/devkit/repository-template-generator.js +100 -100
- package/lib/utility/template-generator/devkit/router-template-generator.js +110 -110
- package/lib/utility/template-generator/devkit/state-template-generator.js +48 -48
- package/lib/utility/template-generator/devkit/statemachine-template-generator.js +70 -70
- package/lib/utility/template-generator/devkit/validrules-template-generator.js +55 -55
- package/lib/utility/template-generator/devkit/viewmodel-template-generator.js +140 -140
- package/lib/utility/template-generator/devkit-classname-templatetype-convertor.js +59 -59
- package/lib/utility/template-generator/form-jiexi/devkit/component-generator/index.js +15 -15
- package/lib/utility/template-generator/form-jiexi/devkit/component-generator/root-component-html-generator.js +10 -10
- package/lib/utility/template-generator/form-jiexi/devkit/component-generator/root-component-scss-generator.js +10 -10
- package/lib/utility/template-generator/form-jiexi/devkit/component-generator/root-component-ts-generator.js +62 -62
- package/lib/utility/template-generator/form-jiexi/devkit/metadata-generator/form-metadata-generator.js +50 -50
- package/lib/utility/template-generator/form-jiexi/devkit/metadata-generator/indexx.js +13 -13
- package/lib/utility/template-generator/form-jiexi/devkit/module-generator/form-module-generator.js +56 -56
- package/lib/utility/template-generator/form-jiexi/devkit/module-generator/form-module-routing-generator.js +35 -35
- package/lib/utility/template-generator/form-jiexi/devkit/module-generator/index.js +13 -13
- package/lib/utility/template-generator/form-jiexi/form-jiexi-generator-manager.js +81 -81
- package/lib/utility/template-generator/form-jiexi/sourcecode-delete-with-jiexiform.js +19 -19
- package/lib/utility/template-generator/i-template-generator.js +2 -2
- package/lib/utility/template-generator/index.js +16 -16
- package/lib/utility/template-generator/project/angularJson-generator.js +196 -196
- package/lib/utility/template-generator/project/environments/environment-prod-ts-generator.js +17 -17
- package/lib/utility/template-generator/project/environments/environment-ts-generator.js +17 -17
- package/lib/utility/template-generator/project/index-rollup-html-generator.js +109 -109
- package/lib/utility/template-generator/project/mail-ts-generator.js +27 -27
- package/lib/utility/template-generator/project/main-ts-aot-generaor.js +23 -23
- package/lib/utility/template-generator/project/package-json-generator.js +134 -134
- package/lib/utility/template-generator/project/polyfills-ts-generator.js +33 -33
- package/lib/utility/template-generator/project/tsconfig-app-flash-json-generator.js +26 -26
- package/lib/utility/template-generator/project/tsconfig-app-json-generator.js +26 -26
- package/lib/utility/template-generator/project/tsconfig-flash-json-generator.js +56 -56
- package/lib/utility/template-generator/project/tsconfig-json-generator.js +58 -58
- package/lib/utility/template-generator/project/version-check-service-generator.js +85 -85
- package/lib/utility/template-generator/project-app/app-component-scss-generator.js +17 -17
- package/lib/utility/template-generator/project-app/app-component-ts-generator.js +25 -25
- package/lib/utility/template-generator/project-app/app-module-ts-generator.js +147 -147
- package/lib/utility/template-generator/project-app/app-routing-module-generator.js +73 -73
- package/lib/utility/template-generator/project-app/index.js +16 -16
- package/lib/utility/template-generator/project-app/navigate-guard-generator.js +79 -79
- package/lib/utility/template-generator/project-app/systemjs-lc-moduleloader-generator.js +132 -132
- package/lib/utility/template-generator/subcontext-path-generator.js +19 -19
- package/lib/utility/template-generator/template-generator-factory.js +173 -173
- package/lib/utility/template-generator/template-generator-manager.js +119 -119
- package/lib/utility/template-generator/template-type.js +48 -48
- package/lib/utility/template-generator/ui/abstract-ui-template-generator.js +58 -58
- package/lib/utility/template-generator/ui/button-template-generator.js +17 -17
- package/lib/utility/template-generator/ui/html-attribute-name-constants.js +24 -24
- package/lib/utility/template-generator/ui/html-attribute-type.js +8 -8
- package/lib/utility/toolhepler.js +528 -528
- package/lib/utility/validator/IParams-validator.js +2 -2
- package/lib/utility/validator/default-params-validator.js +10 -10
- package/lib/utility/validator/index.js +16 -16
- package/lib/utility/validator/pageflow-json-validator.js +28 -28
- package/lib/utility/validator/params-validate-type.js +8 -8
- package/lib/utility/validator/params-validator-factory.js +54 -54
- package/lib/utility/validator/params-validator-manager.js +12 -12
- package/lib/utility/validator/uiconfig-parameter-validator.js +27 -27
- package/lib/utility/validator/validate-result.js +19 -19
- package/package.json +56 -56
- /package/lib/mobileapp/vue/static/{.gitignore → .npmignore} +0 -0
|
@@ -1,48 +1,48 @@
|
|
|
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
|
-
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
|
|
11
|
-
if(variable.holdPlace)
|
|
12
|
-
div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
|
|
13
|
-
div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
|
|
14
|
-
div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
|
|
15
|
-
if (variable.title)
|
|
16
|
-
-var titleValue=variable.isStaticTitle?("'" + variable.resourceId + "'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
|
|
17
|
-
if (variable.require)
|
|
18
|
-
span(class="farris-label-info text-danger" "*ngIf"=""+variable.require.value) *
|
|
19
|
-
if(variable.linkedLabelEnabled)
|
|
20
|
-
label(class="col-form-label f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
21
|
-
span(class="farris-label-text") {{#{titleValue}}}
|
|
22
|
-
else
|
|
23
|
-
label(class="col-form-label" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined )
|
|
24
|
-
span(class="farris-label-text") {{#{titleValue}}}
|
|
25
|
-
div(class="farris-input-wrap")
|
|
26
|
-
-var attrs = {};
|
|
27
|
-
if (variable.binding && variable.binding.type == 'Variable')
|
|
28
|
-
-attrs['[(ngModel)]'] = variable.binding.value;
|
|
29
|
-
-attrs['name'] = variable.replacedId;
|
|
30
|
-
-attrs['[ngModelOptions]'] = "{standalone:true}";
|
|
31
|
-
else
|
|
32
|
-
-attrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
33
|
-
if(variable.hasDefaultFocus)
|
|
34
|
-
-attrs["farris-set-focus"]="";
|
|
35
|
-
if(variable.focusState)
|
|
36
|
-
-attrs["[focusState]"]=variable.focusState+"";
|
|
37
|
-
kendo-timepicker(id=variable.replacedId "input-end-edit" class="form-control k-widget k-timepicker k-header" '[format]'=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 '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined )&attributes(attrs)
|
|
38
|
-
if (variable.needValid && variable.binding && variable.binding.path)
|
|
39
|
-
-var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
40
|
-
validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
41
|
-
div(class="farris-feedback")
|
|
42
|
-
if(variable.titleTipsTemplate)
|
|
43
|
-
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
44
|
-
i(class="f-icon f-icon-description-tips")
|
|
45
|
-
-var tipsAttrs= {};
|
|
46
|
-
-tipsAttrs['#'+variable.titleTipsTemplateName] = "";
|
|
47
|
-
ng-template()&attributes(tipsAttrs)
|
|
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
|
+
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
|
|
11
|
+
if(variable.holdPlace)
|
|
12
|
+
div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
|
|
13
|
+
div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
|
|
14
|
+
div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
|
|
15
|
+
if (variable.title)
|
|
16
|
+
-var titleValue=variable.isStaticTitle?("'" + variable.resourceId + "'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
|
|
17
|
+
if (variable.require)
|
|
18
|
+
span(class="farris-label-info text-danger" "*ngIf"=""+variable.require.value) *
|
|
19
|
+
if(variable.linkedLabelEnabled)
|
|
20
|
+
label(class="col-form-label f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
21
|
+
span(class="farris-label-text") {{#{titleValue}}}
|
|
22
|
+
else
|
|
23
|
+
label(class="col-form-label" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined )
|
|
24
|
+
span(class="farris-label-text") {{#{titleValue}}}
|
|
25
|
+
div(class="farris-input-wrap")
|
|
26
|
+
-var attrs = {};
|
|
27
|
+
if (variable.binding && variable.binding.type == 'Variable')
|
|
28
|
+
-attrs['[(ngModel)]'] = variable.binding.value;
|
|
29
|
+
-attrs['name'] = variable.replacedId;
|
|
30
|
+
-attrs['[ngModelOptions]'] = "{standalone:true}";
|
|
31
|
+
else
|
|
32
|
+
-attrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
33
|
+
if(variable.hasDefaultFocus)
|
|
34
|
+
-attrs["farris-set-focus"]="";
|
|
35
|
+
if(variable.focusState)
|
|
36
|
+
-attrs["[focusState]"]=variable.focusState+"";
|
|
37
|
+
kendo-timepicker(id=variable.replacedId "input-end-edit" class="form-control k-widget k-timepicker k-header" '[format]'=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 '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined )&attributes(attrs)
|
|
38
|
+
if (variable.needValid && variable.binding && variable.binding.path)
|
|
39
|
+
-var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
40
|
+
validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
41
|
+
div(class="farris-feedback")
|
|
42
|
+
if(variable.titleTipsTemplate)
|
|
43
|
+
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
44
|
+
i(class="f-icon f-icon-description-tips")
|
|
45
|
+
-var tipsAttrs= {};
|
|
46
|
+
-tipsAttrs['#'+variable.titleTipsTemplateName] = "";
|
|
47
|
+
ng-template()&attributes(tipsAttrs)
|
|
48
48
|
| !{variable.titleTipsTemplate}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
//- -var variable = {format: "'HH:mm:ss'", placeholder: "开始日期"}
|
|
2
|
-
|
|
3
|
-
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '*ngIf'!=variable.visible?variable.visible.value+'':undefined )
|
|
4
|
-
-var attrs = {};
|
|
5
|
-
if (variable.binding && variable.binding.type == 'Variable')
|
|
6
|
-
-attrs['[(ngModel)]'] = variable.binding.value;
|
|
7
|
-
-attrs['name'] = variable.replacedId;
|
|
8
|
-
-attrs['[ngModelOptions]'] = "{standalone:true}";
|
|
9
|
-
else
|
|
10
|
-
-attrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
11
|
-
if(variable.hasDefaultFocus)
|
|
12
|
-
-attrs["farris-set-focus"]="";
|
|
13
|
-
if(variable.focusState)
|
|
14
|
-
-attrs["[focusState]"]=variable.focusState+"";
|
|
15
|
-
|
|
16
|
-
-attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
|
|
17
|
-
kendo-timepicker(id=variable.replacedId "input-end-edit" '[format]'=variable.format?variable.format:undefined '[(value)]'=variable.value?variable.value: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 style="width: 100%" '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined )&attributes(attrs)
|
|
1
|
+
//- -var variable = {format: "'HH:mm:ss'", placeholder: "开始日期"}
|
|
2
|
+
|
|
3
|
+
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '*ngIf'!=variable.visible?variable.visible.value+'':undefined )
|
|
4
|
+
-var attrs = {};
|
|
5
|
+
if (variable.binding && variable.binding.type == 'Variable')
|
|
6
|
+
-attrs['[(ngModel)]'] = variable.binding.value;
|
|
7
|
+
-attrs['name'] = variable.replacedId;
|
|
8
|
+
-attrs['[ngModelOptions]'] = "{standalone:true}";
|
|
9
|
+
else
|
|
10
|
+
-attrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
11
|
+
if(variable.hasDefaultFocus)
|
|
12
|
+
-attrs["farris-set-focus"]="";
|
|
13
|
+
if(variable.focusState)
|
|
14
|
+
-attrs["[focusState]"]=variable.focusState+"";
|
|
15
|
+
|
|
16
|
+
-attrs['placeholder'] = "{{'" + variable.placeHolderResourceId + "'|lang:lang:'"+variable.placeHolder+"'}}";
|
|
17
|
+
kendo-timepicker(id=variable.replacedId "input-end-edit" '[format]'=variable.format?variable.format:undefined '[(value)]'=variable.value?variable.value: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 style="width: 100%" '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined )&attributes(attrs)
|
|
@@ -1,52 +1,52 @@
|
|
|
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
|
-
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
|
|
11
|
-
if(variable.holdPlace)
|
|
12
|
-
div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
|
|
13
|
-
div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
|
|
14
|
-
div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
|
|
15
|
-
if (variable.title)
|
|
16
|
-
-var titleValue=variable.isStaticTitle?("'" + variable.resourceId + "'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
|
|
17
|
-
if(variable.linkedLabelEnabled)
|
|
18
|
-
label(class="col-form-label col-form-label-multi f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
19
|
-
if (variable.require)
|
|
20
|
-
span(class="farris-label-info text-danger" "*ngIf"=""+variable.require.value) *
|
|
21
|
-
span(class="farris-label-text") {{#{titleValue}}}
|
|
22
|
-
else
|
|
23
|
-
label(class="col-form-label col-form-label-multi" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
24
|
-
if (variable.require)
|
|
25
|
-
span(class="farris-label-info text-danger" "*ngIf"=""+variable.require.value) *
|
|
26
|
-
span(class="farris-label-text") {{#{titleValue}}}
|
|
27
|
-
div(class="farris-input-wrap")
|
|
28
|
-
-var attrs = {};
|
|
29
|
-
if (variable.binding && variable.binding.type == 'Variable')
|
|
30
|
-
-attrs['[(ngModel)]'] = variable.binding.value;
|
|
31
|
-
-attrs['name'] = variable.replacedId;
|
|
32
|
-
-attrs['[ngModelOptions]'] = "{standalone:true}";
|
|
33
|
-
else
|
|
34
|
-
-attrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
35
|
-
if(variable.hasDefaultFocus)
|
|
36
|
-
-attrs["farris-set-focus"]="";
|
|
37
|
-
if(variable.focusState)
|
|
38
|
-
-attrs["[focusState]"]=variable.focusState+"";
|
|
39
|
-
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
|
|
40
|
-
'[limitImageSize]'=variable.limitImageSize?""+variable.limitImageSize.value:undefined '[maxImgSize]'=variable.maxImgSize?""+variable.maxImgSize:undefined
|
|
41
|
-
)&attributes(attrs)
|
|
42
|
-
if (variable.needValid && variable.binding && variable.binding.path)
|
|
43
|
-
-var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
44
|
-
validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
45
|
-
div(class="farris-feedback")
|
|
46
|
-
if(variable.titleTipsTemplate)
|
|
47
|
-
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
48
|
-
i(class="f-icon f-icon-description-tips")
|
|
49
|
-
-var tipsAttrs= {};
|
|
50
|
-
-tipsAttrs['#'+variable.titleTipsTemplateName] = "";
|
|
51
|
-
ng-template()&attributes(tipsAttrs)
|
|
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
|
+
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
|
|
11
|
+
if(variable.holdPlace)
|
|
12
|
+
div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
|
|
13
|
+
div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
|
|
14
|
+
div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
|
|
15
|
+
if (variable.title)
|
|
16
|
+
-var titleValue=variable.isStaticTitle?("'" + variable.resourceId + "'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
|
|
17
|
+
if(variable.linkedLabelEnabled)
|
|
18
|
+
label(class="col-form-label col-form-label-multi f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
19
|
+
if (variable.require)
|
|
20
|
+
span(class="farris-label-info text-danger" "*ngIf"=""+variable.require.value) *
|
|
21
|
+
span(class="farris-label-text") {{#{titleValue}}}
|
|
22
|
+
else
|
|
23
|
+
label(class="col-form-label col-form-label-multi" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
24
|
+
if (variable.require)
|
|
25
|
+
span(class="farris-label-info text-danger" "*ngIf"=""+variable.require.value) *
|
|
26
|
+
span(class="farris-label-text") {{#{titleValue}}}
|
|
27
|
+
div(class="farris-input-wrap")
|
|
28
|
+
-var attrs = {};
|
|
29
|
+
if (variable.binding && variable.binding.type == 'Variable')
|
|
30
|
+
-attrs['[(ngModel)]'] = variable.binding.value;
|
|
31
|
+
-attrs['name'] = variable.replacedId;
|
|
32
|
+
-attrs['[ngModelOptions]'] = "{standalone:true}";
|
|
33
|
+
else
|
|
34
|
+
-attrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
35
|
+
if(variable.hasDefaultFocus)
|
|
36
|
+
-attrs["farris-set-focus"]="";
|
|
37
|
+
if(variable.focusState)
|
|
38
|
+
-attrs["[focusState]"]=variable.focusState+"";
|
|
39
|
+
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
|
|
40
|
+
'[limitImageSize]'=variable.limitImageSize?""+variable.limitImageSize.value:undefined '[maxImgSize]'=variable.maxImgSize?""+variable.maxImgSize:undefined
|
|
41
|
+
)&attributes(attrs)
|
|
42
|
+
if (variable.needValid && variable.binding && variable.binding.path)
|
|
43
|
+
-var path = `viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
44
|
+
validationMessage('[errors]'!=`${path}` '[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
45
|
+
div(class="farris-feedback")
|
|
46
|
+
if(variable.titleTipsTemplate)
|
|
47
|
+
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
48
|
+
i(class="f-icon f-icon-description-tips")
|
|
49
|
+
-var tipsAttrs= {};
|
|
50
|
+
-tipsAttrs['#'+variable.titleTipsTemplateName] = "";
|
|
51
|
+
ng-template()&attributes(tipsAttrs)
|
|
52
52
|
| !{variable.titleTipsTemplate}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
f-response-toolbar(id=variable.replacedId class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) #responsebar '[datas]'=variable.toolbarItems '[btnState]'=variable.toolbarItemStates '[btnVisible]'=variable.toolbarItemVisibleStates '(rtClickEvent)'=variable.clickHandler + '' '*ngIf'!=variable.visible ?variable.visible.value+'':undefined '[btnAlign]'=variable.btnAlign?"'"+variable.btnAlign+"'":undefined '[buttonSize]'=variable.buttonSize?"'"+variable.buttonSize+"'":undefined '[popDirection]'=variable.popDirection?"'"+variable.popDirection+"'":undefined )
|
|
1
|
+
|
|
2
|
+
f-response-toolbar(id=variable.replacedId class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) #responsebar '[datas]'=variable.toolbarItems '[btnState]'=variable.toolbarItemStates '[btnVisible]'=variable.toolbarItemVisibleStates '(rtClickEvent)'=variable.clickHandler + '' '*ngIf'!=variable.visible ?variable.visible.value+'':undefined '[btnAlign]'=variable.btnAlign?"'"+variable.btnAlign+"'":undefined '[buttonSize]'=variable.buttonSize?"'"+variable.buttonSize+"'":undefined '[popDirection]'=variable.popDirection?"'"+variable.popDirection+"'":undefined )
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
farris-treetable(id=variable.replacedId class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[enableFindText]'=(variable.enableFindText || variable.enableFindText==false)?variable.enableFindText+"":undefined 'farrisTreeTableFormat' '*ngIf'!=variable.visible?variable.visible.value+'':undefined
|
|
2
|
-
'[columns]'!=variable.treeGridColumnsLang?""+variable.treeGridColumnsLang:undefined '[idField]'="'id'" '[fixedHeader]'="" + variable.fixedHeader + "" '[fit]'="" + variable.fit + "" '[fitColumns]'=(variable.fitColumns || variable.fitColumns == false)?""+variable.fitColumns:undefined 'farrisTreeTableBinding' 'treetableRef' farrisHierarchyInfoKey=variable.udtField?variable.udtField:undefined '(nodeSelected)'=variable.onSelectionChange?variable.onSelectionChange:undefined '[disabled]'!=(variable.disable || variable.disable == false)?""+variable.disable:undefined '[expandLevel]'=(variable.expandLevel || variable.expandLevel == 0)?""+variable.expandLevel:undefined '(expand)'=variable.expandNode?variable.expandNode:undefined '(rowClass)'=variable.rowClass?variable.rowClass+"":undefined '(cellClass)'=variable.cellClass?variable.cellClass+"":undefined '[virtualized]'=(variable.virtualized || variable.virtualized==false)?variable.virtualized+"":undefined '[remoteSort]'=(variable.remoteSort ||variable.remoteSort == false)?variable.remoteSort+"":undefined '[showBorder]'=(variable.showBorder || variable.showBorder==false)?variable.showBorder+"":undefined '[showHeader]'=(variable.showHeader || variable.showHeader==false)?variable.showHeader+"":undefined '[striped]'=(variable.striped || variable.striped==false)?variable.striped+"":undefined '[showCheckbox]'=(variable.showCheckbox || variable.showCheckbox == false)?""+variable.showCheckbox:undefined '[showCheckAll]'=(variable.showAllCheckbox || variable.showAllCheckbox ==false)?""+variable.showAllCheckbox:undefined '[cascadeCheck]'=(variable.cascadeCheck || variable.cascadeCheck == false)?""+variable.cascadeCheck:undefined '[cascadeDown]'=(variable.cascadeDown || variable.cascadeDown ==false)?""+variable.cascadeDown:undefined '[cascadeUp]'=(variable.cascadeUp || variable.cascadeUp == false)?""+variable.cascadeUp:undefined '[keepSelect]'=(variable.keepSelect || variable.keepSelect ==false)?""+variable.keepSelect:undefined '[onlySelectSelf]'=(variable.onlySelectSelf || variable.onlySelectSelf ==false)?""+variable.onlySelectSelf:undefined '[multiSelect]'=(variable.multiSelect || variable.multiSelect == false)?""+variable.multiSelect:undefined '[checkOnSelect]'=variable.checkOnSelect?""+variable.checkOnSelect:undefined '[selectOnCheck]'=variable.selectOnCheck?""+variable.selectOnCheck:undefined '[rowStyler]'=variable.rowStylerName?""+variable.rowStylerName:undefined '[nowrap]'=(variable.nowrap || variable.nowrap==false)?""+variable.nowrap:undefined '[showLines]'=(variable.showLines || variable.showLines==false)?""+variable.showLines:undefined '[showLinesOnHover]'=(variable.showLinesOnHover || variable.showLinesOnHover==false)?""+variable.showLinesOnHover:undefined '[showIcon]'=(variable.showIcon || variable.showIcon==false)?""+variable.showIcon:undefined '[useIconFromData]'=(variable.useIconFromData || variable.useIconFromData==false)?""+variable.useIconFromData:undefined '[leafIcon]'=variable.leafIcon?"'"+variable.leafIcon+"'":undefined '[expandIcon]'=variable.expandIcon?"'"+variable.expandIcon+"'":undefined '[collapseIcon]'=variable.collapseIcon?"'"+variable.collapseIcon+"'":undefined '[iconField]'!=variable.iconField?""+variable.iconField:undefined '[beforeClickNode]'=variable.beforeClickNode?""+variable.beforeClickNode:undefined
|
|
3
|
-
'[beforeCheckAll]'=variable.beforeCheckAll?""+variable.beforeCheckAll:undefined '[beforeUnCheckAll]'=variable.beforeUnCheckAll?""+variable.beforeUnCheckAll:undefined
|
|
4
|
-
'[pagination]'=variable.pagination?""+variable.pagination:undefined '[pageSize]'=variable.pageSize?""+variable.pageSize:undefined
|
|
5
|
-
'[showPageList]'=variable.showPageSize?""+variable.showPageSize:undefined
|
|
6
|
-
'[pageList]'=variable.pageList?"["+variable.pageList+"]":undefined
|
|
7
|
-
'(pageChanged)'=variable.pageChange?""+variable.pageChange:undefined
|
|
8
|
-
'(pageSizeChanged)'=variable.pageSizeChanged?""+variable.pageSizeChanged:undefined
|
|
9
|
-
'(nodeUnSelect)'=variable.nodeUnSelected?""+variable.nodeUnSelected:undefined
|
|
10
|
-
'(nodeChecked)'=variable.nodeChecked?""+variable.nodeChecked:undefined '(nodeUnChecked)'=variable.nodeUnChecked?""+variable.nodeUnChecked:undefined
|
|
11
|
-
'[paginationForChildren]'=variable.paginationForChildren?""+variable.paginationForChildren.value:undefined
|
|
12
|
-
'[showGotoInput]'=(variable.showGotoInput || variable.showGotoInput==false)?""+variable.showGotoInput:undefined
|
|
13
|
-
'(childsPageChanged)'=variable.childsPageChanged?""+variable.childsPageChanged:undefined
|
|
14
|
-
'(checkAll)'=variable.checkAll?""+variable.checkAll:undefined '(unCheckAll)'=variable.unCheckAll?""+variable.unCheckAll:undefined '[headerWrap]'=variable.headerWrap?""+variable.headerWrap.value:undefined '[autoWidth]'=variable.autoWidth?""+variable.autoWidth.value:false
|
|
15
|
-
'[useGroupHeader]'=(variable.enableHeaderGroup || variable.enableHeaderGroup==false)?""+variable.enableHeaderGroup:undefined
|
|
16
|
-
'[groupColumns]'!=variable.treeGridGroupColumnsLang?""+variable.treeGridGroupColumnsLang:undefined '[showTotalForChildren]'=(variable.showTotalForChildren || variable.showTotalForChildren==false)?""+variable.showTotalForChildren:undefined )
|
|
1
|
+
farris-treetable(id=variable.replacedId class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[enableFindText]'=(variable.enableFindText || variable.enableFindText==false)?variable.enableFindText+"":undefined 'farrisTreeTableFormat' '*ngIf'!=variable.visible?variable.visible.value+'':undefined
|
|
2
|
+
'[columns]'!=variable.treeGridColumnsLang?""+variable.treeGridColumnsLang:undefined '[idField]'="'id'" '[fixedHeader]'="" + variable.fixedHeader + "" '[fit]'="" + variable.fit + "" '[fitColumns]'=(variable.fitColumns || variable.fitColumns == false)?""+variable.fitColumns:undefined 'farrisTreeTableBinding' 'treetableRef' farrisHierarchyInfoKey=variable.udtField?variable.udtField:undefined '(nodeSelected)'=variable.onSelectionChange?variable.onSelectionChange:undefined '[disabled]'!=(variable.disable || variable.disable == false)?""+variable.disable:undefined '[expandLevel]'=(variable.expandLevel || variable.expandLevel == 0)?""+variable.expandLevel:undefined '(expand)'=variable.expandNode?variable.expandNode:undefined '(rowClass)'=variable.rowClass?variable.rowClass+"":undefined '(cellClass)'=variable.cellClass?variable.cellClass+"":undefined '[virtualized]'=(variable.virtualized || variable.virtualized==false)?variable.virtualized+"":undefined '[remoteSort]'=(variable.remoteSort ||variable.remoteSort == false)?variable.remoteSort+"":undefined '[showBorder]'=(variable.showBorder || variable.showBorder==false)?variable.showBorder+"":undefined '[showHeader]'=(variable.showHeader || variable.showHeader==false)?variable.showHeader+"":undefined '[striped]'=(variable.striped || variable.striped==false)?variable.striped+"":undefined '[showCheckbox]'=(variable.showCheckbox || variable.showCheckbox == false)?""+variable.showCheckbox:undefined '[showCheckAll]'=(variable.showAllCheckbox || variable.showAllCheckbox ==false)?""+variable.showAllCheckbox:undefined '[cascadeCheck]'=(variable.cascadeCheck || variable.cascadeCheck == false)?""+variable.cascadeCheck:undefined '[cascadeDown]'=(variable.cascadeDown || variable.cascadeDown ==false)?""+variable.cascadeDown:undefined '[cascadeUp]'=(variable.cascadeUp || variable.cascadeUp == false)?""+variable.cascadeUp:undefined '[keepSelect]'=(variable.keepSelect || variable.keepSelect ==false)?""+variable.keepSelect:undefined '[onlySelectSelf]'=(variable.onlySelectSelf || variable.onlySelectSelf ==false)?""+variable.onlySelectSelf:undefined '[multiSelect]'=(variable.multiSelect || variable.multiSelect == false)?""+variable.multiSelect:undefined '[checkOnSelect]'=variable.checkOnSelect?""+variable.checkOnSelect:undefined '[selectOnCheck]'=variable.selectOnCheck?""+variable.selectOnCheck:undefined '[rowStyler]'=variable.rowStylerName?""+variable.rowStylerName:undefined '[nowrap]'=(variable.nowrap || variable.nowrap==false)?""+variable.nowrap:undefined '[showLines]'=(variable.showLines || variable.showLines==false)?""+variable.showLines:undefined '[showLinesOnHover]'=(variable.showLinesOnHover || variable.showLinesOnHover==false)?""+variable.showLinesOnHover:undefined '[showIcon]'=(variable.showIcon || variable.showIcon==false)?""+variable.showIcon:undefined '[useIconFromData]'=(variable.useIconFromData || variable.useIconFromData==false)?""+variable.useIconFromData:undefined '[leafIcon]'=variable.leafIcon?"'"+variable.leafIcon+"'":undefined '[expandIcon]'=variable.expandIcon?"'"+variable.expandIcon+"'":undefined '[collapseIcon]'=variable.collapseIcon?"'"+variable.collapseIcon+"'":undefined '[iconField]'!=variable.iconField?""+variable.iconField:undefined '[beforeClickNode]'=variable.beforeClickNode?""+variable.beforeClickNode:undefined
|
|
3
|
+
'[beforeCheckAll]'=variable.beforeCheckAll?""+variable.beforeCheckAll:undefined '[beforeUnCheckAll]'=variable.beforeUnCheckAll?""+variable.beforeUnCheckAll:undefined
|
|
4
|
+
'[pagination]'=variable.pagination?""+variable.pagination:undefined '[pageSize]'=variable.pageSize?""+variable.pageSize:undefined
|
|
5
|
+
'[showPageList]'=variable.showPageSize?""+variable.showPageSize:undefined
|
|
6
|
+
'[pageList]'=variable.pageList?"["+variable.pageList+"]":undefined
|
|
7
|
+
'(pageChanged)'=variable.pageChange?""+variable.pageChange:undefined
|
|
8
|
+
'(pageSizeChanged)'=variable.pageSizeChanged?""+variable.pageSizeChanged:undefined
|
|
9
|
+
'(nodeUnSelect)'=variable.nodeUnSelected?""+variable.nodeUnSelected:undefined
|
|
10
|
+
'(nodeChecked)'=variable.nodeChecked?""+variable.nodeChecked:undefined '(nodeUnChecked)'=variable.nodeUnChecked?""+variable.nodeUnChecked:undefined
|
|
11
|
+
'[paginationForChildren]'=variable.paginationForChildren?""+variable.paginationForChildren.value:undefined
|
|
12
|
+
'[showGotoInput]'=(variable.showGotoInput || variable.showGotoInput==false)?""+variable.showGotoInput:undefined
|
|
13
|
+
'(childsPageChanged)'=variable.childsPageChanged?""+variable.childsPageChanged:undefined
|
|
14
|
+
'(checkAll)'=variable.checkAll?""+variable.checkAll:undefined '(unCheckAll)'=variable.unCheckAll?""+variable.unCheckAll:undefined '[headerWrap]'=variable.headerWrap?""+variable.headerWrap.value:undefined '[autoWidth]'=variable.autoWidth?""+variable.autoWidth.value:false
|
|
15
|
+
'[useGroupHeader]'=(variable.enableHeaderGroup || variable.enableHeaderGroup==false)?""+variable.enableHeaderGroup:undefined
|
|
16
|
+
'[groupColumns]'!=variable.treeGridGroupColumnsLang?""+variable.treeGridGroupColumnsLang:undefined '[showTotalForChildren]'=(variable.showTotalForChildren || variable.showTotalForChildren==false)?""+variable.showTotalForChildren:undefined )
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
farris-view-change(id=variable.replacedId class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[toolbarData]'!=variable.toolbarDataLang?""+variable.toolbarDataLang:undefined '[defaultType]'=variable.defaultType?"'"+variable.defaultType+"'":undefined '[viewGroupId]'=variable.viewGroupIdentify?"'"+variable.viewGroupIdentify+"'":undefined 'viewChangeRef' '[viewType]'=variable.viewType?"'"+variable.viewType+"'":undefined '(toolTypeChange)'=variable.toolTypeChange?""+variable.toolTypeChange:undefined )
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
wizard-page(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[pageId]'="'"+variable.replacedId+"'" '(pageSelected)'=variable.pageSelected?variable.pageSelected+"":undefined '*ngIf'!=variable.visible?variable.visible.value+'':undefined)
|
|
3
|
-
if(variable.contents && variable.contents.length)
|
|
4
|
-
| {{content}}
|
|
5
|
-
else if(variable.componentName)
|
|
6
|
-
|<#{'app-' + variable.componentName.toLowerCase()}></#{'app-' + variable.componentName.toLowerCase()}>
|
|
1
|
+
|
|
2
|
+
wizard-page(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) '[pageId]'="'"+variable.replacedId+"'" '(pageSelected)'=variable.pageSelected?variable.pageSelected+"":undefined '*ngIf'!=variable.visible?variable.visible.value+'':undefined)
|
|
3
|
+
if(variable.contents && variable.contents.length)
|
|
4
|
+
| {{content}}
|
|
5
|
+
else if(variable.componentName)
|
|
6
|
+
|<#{'app-' + variable.componentName.toLowerCase()}></#{'app-' + variable.componentName.toLowerCase()}>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
-var stringTitle = String(variable.title)
|
|
2
|
-
-var localTitle = /[\s\S]*?\{\{=([\s\S]+?)\}\}[\s\S]*?/g.test(stringTitle) ? variable.title : `{{= translate('${stringTitle}') || '${stringTitle}'}}`
|
|
3
|
-
div(
|
|
4
|
-
class="attach-preview-container"
|
|
5
|
-
data-role="attach-preview-panel"
|
|
6
|
-
data-attach-panel-title=""+(localTitle)+""
|
|
7
|
-
data-attach-table= ""+(variable.bindTo)+""
|
|
8
|
-
data-attach-id-field=""+(variable.attachmentIdField &&variable.attachmentIdField.bindingPath)+""
|
|
9
|
-
data-attach-name-field=""+(variable.attachmentNameField &&variable.attachmentNameField.bindingPath)+""
|
|
10
|
-
data-attach-rootId= ""+(variable.attachmentRootId)+""
|
|
11
|
-
data-attach-enableDownload= ""+(variable.enableDownloadAttachment?variable.enableDownloadAttachment:false)
|
|
12
|
-
data-attach-enablePreviewFileConfig=""+(variable.enablePreviewFileConfig?variable.enablePreviewFileConfig:"")
|
|
13
|
-
data-attach-titleIcon = ""+(variable.headerIcon&& variable.headerIcon.icon ? "fm-icon-" + ""+variable.headerIcon.icon+"": "")
|
|
14
|
-
data-attach-titleIconColor = ""+(variable.headerIcon && variable.headerIcon.color?"fm-bg-icon-"+""+variable.headerIcon.color+"":"")
|
|
1
|
+
-var stringTitle = String(variable.title)
|
|
2
|
+
-var localTitle = /[\s\S]*?\{\{=([\s\S]+?)\}\}[\s\S]*?/g.test(stringTitle) ? variable.title : `{{= translate('${stringTitle}') || '${stringTitle}'}}`
|
|
3
|
+
div(
|
|
4
|
+
class="attach-preview-container"
|
|
5
|
+
data-role="attach-preview-panel"
|
|
6
|
+
data-attach-panel-title=""+(localTitle)+""
|
|
7
|
+
data-attach-table= ""+(variable.bindTo)+""
|
|
8
|
+
data-attach-id-field=""+(variable.attachmentIdField &&variable.attachmentIdField.bindingPath)+""
|
|
9
|
+
data-attach-name-field=""+(variable.attachmentNameField &&variable.attachmentNameField.bindingPath)+""
|
|
10
|
+
data-attach-rootId= ""+(variable.attachmentRootId)+""
|
|
11
|
+
data-attach-enableDownload= ""+(variable.enableDownloadAttachment?variable.enableDownloadAttachment:false)
|
|
12
|
+
data-attach-enablePreviewFileConfig=""+(variable.enablePreviewFileConfig?variable.enablePreviewFileConfig:"")
|
|
13
|
+
data-attach-titleIcon = ""+(variable.headerIcon&& variable.headerIcon.icon ? "fm-icon-" + ""+variable.headerIcon.icon+"": "")
|
|
14
|
+
data-attach-titleIconColor = ""+(variable.headerIcon && variable.headerIcon.color?"fm-bg-icon-"+""+variable.headerIcon.color+"":"")
|
|
15
15
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
//- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}};
|
|
2
|
-
if(variable.parentIsFrameComponent)
|
|
3
|
-
div(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class)+" fm-page-approveformat fm-page-approveformat-like-card" 'data-enableMainCollapse'="{{isMainCollapse}}" 'data-isMainDefaultCollapse'="{{isMainDefaultCollapse}}" style=(variable.appearance && variable.appearance.style) )
|
|
4
|
-
| {{content}}
|
|
5
|
-
else
|
|
6
|
-
div(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )
|
|
1
|
+
//- -var variable={"appearance": {"class": "p-2", "style": "width:'20px'"}};
|
|
2
|
+
if(variable.parentIsFrameComponent)
|
|
3
|
+
div(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class)+" fm-page-approveformat fm-page-approveformat-like-card" 'data-enableMainCollapse'="{{isMainCollapse}}" 'data-isMainDefaultCollapse'="{{isMainDefaultCollapse}}" style=(variable.appearance && variable.appearance.style) )
|
|
4
|
+
| {{content}}
|
|
5
|
+
else
|
|
6
|
+
div(id=variable.replacedId?""+variable.replacedId:undefined class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )
|
|
7
7
|
| {{content}}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
div(class="fm-approve--detail-header "+(variable.customTemplateClass?""+variable.customTemplateClass:"") )
|
|
2
|
-
if(variable.useCustomTemplate)
|
|
3
|
-
|!{variable.customTemplateHtml}
|
|
4
|
-
else
|
|
5
|
-
div(class="fm-approve--detail-header-inner")
|
|
6
|
-
div(class="detail-header--avatar")
|
|
7
|
-
div(class="fm-round-bg")
|
|
8
|
-
if(variable.enablePersonAvatar)
|
|
9
|
-
div(class="fm-avatar-img-wrapper-container")
|
|
10
|
-
else
|
|
11
|
-
span(class="fm-round-bg-text")
|
|
12
|
-
|{{=!{variable.personAvatar.bindingModelName}}}
|
|
13
|
-
div(class="detail-header---info")
|
|
14
|
-
div(class="detail-header---info-title")
|
|
15
|
-
|{{=!{variable.person.bindingModelName}}}的【{{=!{variable.applyType.bindingModelName}}}】
|
|
16
|
-
div(class="detail-header---info-subtitle")
|
|
1
|
+
div(class="fm-approve--detail-header "+(variable.customTemplateClass?""+variable.customTemplateClass:"") )
|
|
2
|
+
if(variable.useCustomTemplate)
|
|
3
|
+
|!{variable.customTemplateHtml}
|
|
4
|
+
else
|
|
5
|
+
div(class="fm-approve--detail-header-inner")
|
|
6
|
+
div(class="detail-header--avatar")
|
|
7
|
+
div(class="fm-round-bg")
|
|
8
|
+
if(variable.enablePersonAvatar)
|
|
9
|
+
div(class="fm-avatar-img-wrapper-container")
|
|
10
|
+
else
|
|
11
|
+
span(class="fm-round-bg-text")
|
|
12
|
+
|{{=!{variable.personAvatar.bindingModelName}}}
|
|
13
|
+
div(class="detail-header---info")
|
|
14
|
+
div(class="detail-header---info-title")
|
|
15
|
+
|{{=!{variable.person.bindingModelName}}}的【{{=!{variable.applyType.bindingModelName}}}】
|
|
16
|
+
div(class="detail-header---info-subtitle")
|
|
17
17
|
|{{=!{variable.personDepartment.bindingModelName}}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
fieldset(class=variable.panelCollapseVisible?"fm-panel-list-items-group fm-state-visible":"fm-panel-list-items-group" 'data-enableGroupCollapse'=(variable.enableCollapse || variable.enableCollapse==false)?""+variable.enableCollapse:undefined 'data-isDefaultGroupCollapse'=(variable.collapse || variable.collapse==false)?""+variable.collapse:undefined )
|
|
2
|
-
legend(class="items-group--legend")
|
|
3
|
-
div(class="items-group--header")
|
|
4
|
-
h6(class="items-group--header-title")
|
|
5
|
-
| !{variable.title}
|
|
6
|
-
div(class="items-group--items")
|
|
1
|
+
fieldset(class=variable.panelCollapseVisible?"fm-panel-list-items-group fm-state-visible":"fm-panel-list-items-group" 'data-enableGroupCollapse'=(variable.enableCollapse || variable.enableCollapse==false)?""+variable.enableCollapse:undefined 'data-isDefaultGroupCollapse'=(variable.collapse || variable.collapse==false)?""+variable.collapse:undefined )
|
|
2
|
+
legend(class="items-group--legend")
|
|
3
|
+
div(class="items-group--header")
|
|
4
|
+
h6(class="items-group--header-title")
|
|
5
|
+
| !{variable.title}
|
|
6
|
+
div(class="items-group--items")
|
|
7
7
|
| {{content}}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
-var stringTitle = String(variable.title)
|
|
2
|
-
-var localTitle = /[\s\S]*?\{\{=([\s\S]+?)\}\}[\s\S]*?/g.test(stringTitle) ? variable.title : `{{= translate('${stringTitle}') || '${stringTitle}'}}`
|
|
3
|
-
if(variable.showTitle&&variable.headerIcon)
|
|
4
|
-
div(class="fm-apply-panel-list")
|
|
5
|
-
div(class="panel-list--header")
|
|
6
|
-
h5(class="panel-list--header-title header-title--with-icon")
|
|
7
|
-
span(class="img-round--wrapper "+(variable.headerIcon && variable.headerIcon.color?"fm-bg-icon-"+""+variable.headerIcon.color+"":""))
|
|
8
|
-
i(class="fm-icon "+(variable.headerIcon && variable.headerIcon.icon ? "fm-icon-" + ""+variable.headerIcon.icon+"": ""))
|
|
9
|
-
|!{localTitle}
|
|
10
|
-
div(class="fm-apply-panel")
|
|
11
|
-
if(variable.contents && variable.contents.length > 0)
|
|
12
|
-
| {{content}}
|
|
13
|
-
else if(variable.showTitle&&!variable.headerIcon)
|
|
14
|
-
div(class="fm-apply-panel-list")
|
|
15
|
-
div(class="panel-list--header")
|
|
16
|
-
h5(class="panel-list--header-title header-title--with-icon")
|
|
17
|
-
|!{localTitle}
|
|
18
|
-
if(variable.contents && variable.contents.length > 0)
|
|
19
|
-
div(class="fm-apply-panel")
|
|
20
|
-
|{{content}}
|
|
21
|
-
else
|
|
22
|
-
if(variable.contents && variable.contents.length > 0)
|
|
1
|
+
-var stringTitle = String(variable.title)
|
|
2
|
+
-var localTitle = /[\s\S]*?\{\{=([\s\S]+?)\}\}[\s\S]*?/g.test(stringTitle) ? variable.title : `{{= translate('${stringTitle}') || '${stringTitle}'}}`
|
|
3
|
+
if(variable.showTitle&&variable.headerIcon)
|
|
4
|
+
div(class="fm-apply-panel-list")
|
|
5
|
+
div(class="panel-list--header")
|
|
6
|
+
h5(class="panel-list--header-title header-title--with-icon")
|
|
7
|
+
span(class="img-round--wrapper "+(variable.headerIcon && variable.headerIcon.color?"fm-bg-icon-"+""+variable.headerIcon.color+"":""))
|
|
8
|
+
i(class="fm-icon "+(variable.headerIcon && variable.headerIcon.icon ? "fm-icon-" + ""+variable.headerIcon.icon+"": ""))
|
|
9
|
+
|!{localTitle}
|
|
10
|
+
div(class="fm-apply-panel")
|
|
11
|
+
if(variable.contents && variable.contents.length > 0)
|
|
12
|
+
| {{content}}
|
|
13
|
+
else if(variable.showTitle&&!variable.headerIcon)
|
|
14
|
+
div(class="fm-apply-panel-list")
|
|
15
|
+
div(class="panel-list--header")
|
|
16
|
+
h5(class="panel-list--header-title header-title--with-icon")
|
|
17
|
+
|!{localTitle}
|
|
18
|
+
if(variable.contents && variable.contents.length > 0)
|
|
19
|
+
div(class="fm-apply-panel")
|
|
20
|
+
|{{content}}
|
|
21
|
+
else
|
|
22
|
+
if(variable.contents && variable.contents.length > 0)
|
|
23
23
|
| {{content}}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
if(variable.html)
|
|
2
|
-
|!{variable.html}
|
|
1
|
+
if(variable.html)
|
|
2
|
+
|!{variable.html}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
-var stringTitle = String(variable.title)
|
|
2
|
-
if(variable.isDetail)
|
|
3
|
-
div(class="fm-apply-list")
|
|
4
|
-
if(variable.contents && variable.contents.length>0)
|
|
5
|
-
|{{content}}
|
|
6
|
-
else
|
|
7
|
-
div(class="fm-apply-panel-list" title=`{{= translate('${stringTitle}') || '${stringTitle}'}}` data-max-field-count=''+variable.maxFieldCount data-role='maf_main_container')
|
|
8
|
-
div(class="fm-apply-panel")
|
|
9
|
-
div(class="fm-apply-list")
|
|
10
|
-
if(variable.contents && variable.contents.length>0)
|
|
11
|
-
|{{content}}
|
|
1
|
+
-var stringTitle = String(variable.title)
|
|
2
|
+
if(variable.isDetail)
|
|
3
|
+
div(class="fm-apply-list")
|
|
4
|
+
if(variable.contents && variable.contents.length>0)
|
|
5
|
+
|{{content}}
|
|
6
|
+
else
|
|
7
|
+
div(class="fm-apply-panel-list" title=`{{= translate('${stringTitle}') || '${stringTitle}'}}` data-max-field-count=''+variable.maxFieldCount data-role='maf_main_container')
|
|
8
|
+
div(class="fm-apply-panel")
|
|
9
|
+
div(class="fm-apply-list")
|
|
10
|
+
if(variable.contents && variable.contents.length>0)
|
|
11
|
+
|{{content}}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
-var stringTitle = String(variable.title)
|
|
2
|
-
-var localTitle = /[\s\S]*?\{\{=([\s\S]+?)\}\}[\s\S]*?/g.test(stringTitle) ? variable.title : `{{= translate('${stringTitle}') || '${stringTitle}'}}`
|
|
3
|
-
if(variable.hideFunc)
|
|
4
|
-
div(class=variable.panelCollapseVisible?"fm-apply-list-item fm-state-visible":"fm-apply-list-item" style != variable.hideFunc)
|
|
5
|
-
div(class="fm-apply-list-item-label")
|
|
6
|
-
|!{localTitle}
|
|
7
|
-
if(variable.highlight)
|
|
8
|
-
div(class="fm-apply-list-item-text fm-text-warning fm-weight")
|
|
9
|
-
|{{=!{variable.bindingModelName}}}
|
|
10
|
-
else
|
|
11
|
-
div(class="fm-apply-list-item-text ")
|
|
12
|
-
|{{=!{variable.bindingModelName}}}
|
|
13
|
-
else
|
|
14
|
-
div(class=variable.panelCollapseVisible?"fm-apply-list-item fm-state-visible":"fm-apply-list-item")
|
|
15
|
-
div(class="fm-apply-list-item-label")
|
|
16
|
-
|!{localTitle}
|
|
17
|
-
if(variable.highlight)
|
|
18
|
-
div(class="fm-apply-list-item-text fm-text-warning fm-weight")
|
|
19
|
-
|{{=!{variable.bindingModelName}}}
|
|
20
|
-
else
|
|
21
|
-
div(class="fm-apply-list-item-text ")
|
|
22
|
-
|{{=!{variable.bindingModelName}}}
|
|
1
|
+
-var stringTitle = String(variable.title)
|
|
2
|
+
-var localTitle = /[\s\S]*?\{\{=([\s\S]+?)\}\}[\s\S]*?/g.test(stringTitle) ? variable.title : `{{= translate('${stringTitle}') || '${stringTitle}'}}`
|
|
3
|
+
if(variable.hideFunc)
|
|
4
|
+
div(class=variable.panelCollapseVisible?"fm-apply-list-item fm-state-visible":"fm-apply-list-item" style != variable.hideFunc)
|
|
5
|
+
div(class="fm-apply-list-item-label")
|
|
6
|
+
|!{localTitle}
|
|
7
|
+
if(variable.highlight)
|
|
8
|
+
div(class="fm-apply-list-item-text fm-text-warning fm-weight")
|
|
9
|
+
|{{=!{variable.bindingModelName}}}
|
|
10
|
+
else
|
|
11
|
+
div(class="fm-apply-list-item-text ")
|
|
12
|
+
|{{=!{variable.bindingModelName}}}
|
|
13
|
+
else
|
|
14
|
+
div(class=variable.panelCollapseVisible?"fm-apply-list-item fm-state-visible":"fm-apply-list-item")
|
|
15
|
+
div(class="fm-apply-list-item-label")
|
|
16
|
+
|!{localTitle}
|
|
17
|
+
if(variable.highlight)
|
|
18
|
+
div(class="fm-apply-list-item-text fm-text-warning fm-weight")
|
|
19
|
+
|{{=!{variable.bindingModelName}}}
|
|
20
|
+
else
|
|
21
|
+
div(class="fm-apply-list-item-text ")
|
|
22
|
+
|{{=!{variable.bindingModelName}}}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
-variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
|
|
2
|
-
|
|
3
|
-
fm-action-bar(
|
|
4
|
-
v-if=variable.visible?variable.visible+"":"false"
|
|
5
|
-
style=(variable.appearance && variable.appearance.style)
|
|
6
|
-
class=(variable.appearance && variable.appearance.class)
|
|
7
|
-
id=variable.id?"" + variable.id:undefined
|
|
8
|
-
:btns=variable.btns?"" + variable.btns:undefined
|
|
9
|
-
)
|
|
10
|
-
|
|
1
|
+
-variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
|
|
2
|
+
|
|
3
|
+
fm-action-bar(
|
|
4
|
+
v-if=variable.visible?variable.visible+"":"false"
|
|
5
|
+
style=(variable.appearance && variable.appearance.style)
|
|
6
|
+
class=(variable.appearance && variable.appearance.class)
|
|
7
|
+
id=variable.id?"" + variable.id:undefined
|
|
8
|
+
:btns=variable.btns?"" + variable.btns:undefined
|
|
9
|
+
)
|
|
10
|
+
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
-var attrs = {};
|
|
2
|
-
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
-
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
-
-var visible = variable.visible ? String(variable.visible.value) : undefined;
|
|
5
|
-
- var data = `$formatUtils.getApprovalComments(currentEntityData, '${variable.bindingPath || ""}', '${variable.title || ""}')`;
|
|
6
|
-
|
|
7
|
-
fm-approval-comments(
|
|
8
|
-
v-if=visible
|
|
9
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
-
:data=data
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-var visible = variable.visible ? String(variable.visible.value) : undefined;
|
|
5
|
+
- var data = `$formatUtils.getApprovalComments(currentEntityData, '${variable.bindingPath || ""}', '${variable.title || ""}')`;
|
|
6
|
+
|
|
7
|
+
fm-approval-comments(
|
|
8
|
+
v-if=visible
|
|
9
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
+
:data=data
|
|
11
11
|
)&attributes(attrs)
|