@farris/jit-engine 1.3.306 → 1.3.308
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 +9 -1
- package/bin/index.js +91 -12
- package/lib/command/check.js +102 -0
- package/lib/command/check.js.map +1 -0
- package/lib/domstructure/ui/approve-comments/approval-comments.js +7 -2
- package/lib/domstructure/ui/approve-comments/approval-comments.js.map +1 -1
- package/lib/domstructure/ui/approve-logs/approval-logs.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +2 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +8 -8
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +2 -2
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +17 -6
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +9 -9
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +34 -34
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +17 -17
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +25 -25
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +51 -51
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +19 -19
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +31 -31
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/app-vue-generator.js +7 -7
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +6 -6
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +23 -23
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +47 -47
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +20 -20
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js +11 -7
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +15 -15
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +31 -31
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +38 -38
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +20 -20
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +11 -11
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +18 -18
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +9 -9
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js +24 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js +16 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js +15 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js +33 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js +21 -5
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js +3 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +35 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js +21 -7
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js +4 -7
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js +4 -7
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js +22 -3
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +31 -3
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js +15 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js +4 -7
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-comments.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-comments.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js +14 -2
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js +53 -2
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js +26 -2
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +38 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +29 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.js +2 -5
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/card.js +32 -2
- package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/index.js +4 -0
- package/lib/mobileapp/vue/domstructure/ui/container/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js +13 -7
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js +2 -8
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js +2 -8
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js +4 -7
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-content-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-content-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-footer-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-footer-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-header-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-header-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js +14 -7
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js +28 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +57 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js +32 -3
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/index.js +2 -0
- package/lib/mobileapp/vue/domstructure/ui/display/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js +37 -7
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/text/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +50 -0
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js +20 -2
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +16 -2
- package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/number.js +14 -3
- package/lib/mobileapp/vue/domstructure/ui/input/number.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js +20 -2
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +20 -2
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js +3 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js +37 -2
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js.map +1 -1
- package/lib/mobileapp/vue/jit-engine-executor/mobile-vue-engine-executor.js.map +1 -1
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +19 -1
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js.map +1 -1
- 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/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-recursiveGenerateDevkit.js +24 -4
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js +4 -1
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js +10 -10
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +2 -2
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js +121 -0
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js.map +1 -0
- package/lib/mobileapp/vue/utility/i18n/index.js +14 -0
- package/lib/mobileapp/vue/utility/i18n/index.js.map +1 -0
- package/lib/mobileapp/vue/utility/index.js +1 -0
- package/lib/mobileapp/vue/utility/index.js.map +1 -1
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +2 -2
- package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +2 -2
- package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +1 -1
- package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +21 -21
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js +9 -0
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-object-creator.js +22 -0
- package/lib/mobileapp/vue/utility/vue-object-creator.js.map +1 -1
- package/lib/template/ui/kendo/approval-comments.pug +2 -1
- package/lib/template/ui/kendo/approve-logs.pug +1 -1
- package/lib/template/ui/mobilevue/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue/approval-comments.pug +1 -1
- package/lib/template/ui/mobilevue/approval-info.pug +3 -3
- package/lib/template/ui/mobilevue/approval-logs.pug +1 -1
- package/lib/template/ui/mobilevue/area-picker.pug +4 -3
- package/lib/template/ui/mobilevue/attachment-file.pug +1 -1
- package/lib/template/ui/mobilevue/avatar.pug +19 -0
- package/lib/template/ui/mobilevue/banner.pug +4 -4
- package/lib/template/ui/mobilevue/button.pug +1 -1
- package/lib/template/ui/mobilevue/calendar-input.pug +4 -3
- package/lib/template/ui/mobilevue/card.pug +2 -2
- package/lib/template/ui/mobilevue/checkbox-group.pug +3 -3
- package/lib/template/ui/mobilevue/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue/custom-box.pug +5 -3
- package/lib/template/ui/mobilevue/date-time-picker.pug +5 -3
- package/lib/template/ui/mobilevue/field-set.pug +3 -2
- package/lib/template/ui/mobilevue/filter.pug +2 -2
- package/lib/template/ui/mobilevue/html-preview.pug +1 -1
- package/lib/template/ui/mobilevue/icon.pug +12 -0
- package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
- package/lib/template/ui/mobilevue/image.pug +19 -9
- package/lib/template/ui/mobilevue/label.pug +12 -0
- package/lib/template/ui/mobilevue/layout-container-col.pug +11 -0
- package/lib/template/ui/mobilevue/layout-container-row.pug +12 -0
- package/lib/template/ui/mobilevue/layout-container.pug +11 -0
- package/lib/template/ui/mobilevue/list-view.pug +8 -7
- package/lib/template/ui/mobilevue/lookup-department.pug +5 -3
- package/lib/template/ui/mobilevue/lookup-employee.pug +4 -4
- package/lib/template/ui/mobilevue/lookup-input.pug +5 -3
- package/lib/template/ui/mobilevue/nav-bar.pug +1 -1
- package/lib/template/ui/mobilevue/number.pug +8 -5
- package/lib/template/ui/mobilevue/picker-relation.pug +4 -2
- package/lib/template/ui/mobilevue/picker.pug +4 -4
- package/lib/template/ui/mobilevue/radio-group.pug +3 -3
- package/lib/template/ui/mobilevue/rich-text-editor.pug +7 -5
- package/lib/template/ui/mobilevue/schedule.pug +1 -1
- package/lib/template/ui/mobilevue/scroll-navbar.pug +1 -1
- package/lib/template/ui/mobilevue/search.pug +1 -1
- package/lib/template/ui/mobilevue/section.pug +1 -1
- 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 +1 -1
- 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 +4 -3
- package/lib/template/ui/mobilevue/tab-bar.pug +2 -1
- package/lib/template/ui/mobilevue/tabpage.pug +1 -3
- package/lib/template/ui/mobilevue/tag.pug +33 -0
- package/lib/template/ui/mobilevue/text-area.pug +4 -3
- package/lib/template/ui/mobilevue/text-box-external.pug +5 -3
- package/lib/template/ui/mobilevue/text-box.pug +11 -5
- package/lib/template/ui/mobilevue/text-scan.pug +5 -3
- package/lib/template/ui/mobilevue/text-telphone.pug +4 -2
- package/lib/template/ui/mobilevue/text.pug +105 -0
- package/lib/template/ui/mobilevue/toolbar-area.pug +1 -1
- package/lib/template/ui/mobilevue/toolbar-item.pug +1 -1
- package/lib/template/ui/mobilevue/toolbar.pug +5 -5
- package/package.json +56 -55
- package/lib/mobileapp/vue/static/.npmignore +0 -13
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
5
5
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
6
6
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
-
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
8
|
-
-attrs.label = variable.title? String(variable.title) : undefined
|
|
9
7
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
10
8
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
11
9
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -14,12 +12,15 @@
|
|
|
14
12
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
15
13
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
16
14
|
|
|
15
|
+
|
|
17
16
|
div(
|
|
18
17
|
v-if=visible
|
|
19
18
|
class="fm-input-wrapper"
|
|
20
19
|
)
|
|
21
20
|
fm-input(
|
|
22
21
|
v-model=binding
|
|
22
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
23
24
|
:required=require
|
|
24
25
|
:readonly=readonly
|
|
25
26
|
:disabled=disable
|
|
@@ -41,6 +42,6 @@ div(
|
|
|
41
42
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
42
43
|
<fm-icon name="s-illustrate-o"/>
|
|
43
44
|
<template #content>
|
|
44
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
45
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
45
46
|
</template>
|
|
46
47
|
</fm-popover>
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
5
5
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
6
6
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
-
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
8
|
-
-attrs.label = variable.title? String(variable.title) : undefined
|
|
9
7
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
10
8
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
11
9
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -15,6 +13,8 @@
|
|
|
15
13
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
16
14
|
|
|
17
15
|
|
|
16
|
+
|
|
17
|
+
|
|
18
18
|
div(
|
|
19
19
|
v-if=visible
|
|
20
20
|
class="fm-input-wrapper"
|
|
@@ -22,6 +22,8 @@ div(
|
|
|
22
22
|
fm-input(
|
|
23
23
|
ref=variable.id?"" + variable.id:undefined
|
|
24
24
|
v-model=binding
|
|
25
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
26
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
25
27
|
:required=require
|
|
26
28
|
:readonly=readonly
|
|
27
29
|
:disabled=disable
|
|
@@ -60,7 +62,7 @@ div(
|
|
|
60
62
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
61
63
|
<fm-icon name="s-illustrate-o"/>
|
|
62
64
|
<template #content>
|
|
63
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
65
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
64
66
|
</template>
|
|
65
67
|
</fm-popover>
|
|
66
68
|
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
//- -variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
|
|
2
2
|
-var attrs = {};
|
|
3
|
-
-attrs.type = "text"
|
|
3
|
+
-attrs.type = variable.inputType? String(variable.inputType) : "text"
|
|
4
4
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
5
5
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
6
6
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
-
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
8
|
-
-attrs.label = variable.title? String(variable.title) : undefined
|
|
9
7
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
10
8
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
11
9
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -14,22 +12,30 @@
|
|
|
14
12
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
15
13
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
16
14
|
|
|
15
|
+
|
|
16
|
+
|
|
17
17
|
div(
|
|
18
18
|
v-if=visible
|
|
19
19
|
class="fm-input-wrapper"
|
|
20
20
|
)
|
|
21
21
|
fm-input(
|
|
22
22
|
v-model=binding
|
|
23
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
24
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
23
25
|
:required=require
|
|
24
26
|
:readonly=readonly
|
|
25
27
|
:disabled=disable
|
|
28
|
+
input-align="right"
|
|
26
29
|
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
27
30
|
:clearable!=variable.clearable?variable.clearable+"":undefined
|
|
28
31
|
:is-link!=variable.isLink?variable.isLink+"":undefined
|
|
29
32
|
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
30
33
|
:formatter=variable.formatter?variable.formatter+"":undefined
|
|
34
|
+
:minValue!=variable.minValue?variable.minValue+"":undefined
|
|
35
|
+
:maxValue!=variable.maxValue?variable.maxValue+"":undefined
|
|
36
|
+
:enableNull!=variable.enableNull?variable.enableNull+"":undefined
|
|
37
|
+
:precision=variable.precision || variable.precision===0?variable.precision+"":undefined
|
|
31
38
|
direction=variable.direction?variable.direction+"":undefined
|
|
32
|
-
input-align="right"
|
|
33
39
|
extra=variable.suffix?variable.suffix+"":undefined
|
|
34
40
|
:error-message!=variable.errorMessage
|
|
35
41
|
error-message-align=variable.errorMessage ? "right" : undefined
|
|
@@ -54,7 +60,7 @@ div(
|
|
|
54
60
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
55
61
|
<fm-icon name="s-illustrate-o"/>
|
|
56
62
|
<template #content>
|
|
57
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
63
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
58
64
|
</template>
|
|
59
65
|
</fm-popover>
|
|
60
66
|
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
4
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
5
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
|
-
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
7
|
-
-attrs.label = variable.title? String(variable.title) : undefined
|
|
8
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
8
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -13,12 +11,16 @@
|
|
|
13
11
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
14
12
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
15
13
|
|
|
14
|
+
|
|
15
|
+
|
|
16
16
|
div(
|
|
17
17
|
v-if=visible
|
|
18
18
|
class="fm-input-wrapper"
|
|
19
19
|
)
|
|
20
20
|
fm-scan-input(
|
|
21
21
|
v-model=binding
|
|
22
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
22
24
|
:required=require
|
|
23
25
|
:readonly=readonly
|
|
24
26
|
:disabled=disable
|
|
@@ -47,7 +49,7 @@ div(
|
|
|
47
49
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
48
50
|
<fm-icon name="s-illustrate-o"/>
|
|
49
51
|
<template #content>
|
|
50
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
52
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
51
53
|
</template>
|
|
52
54
|
</fm-popover>
|
|
53
55
|
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
4
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
5
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
|
-
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
7
|
-
-attrs.label = variable.title? String(variable.title) : undefined
|
|
8
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
8
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -13,12 +11,16 @@
|
|
|
13
11
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
14
12
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
15
13
|
|
|
14
|
+
|
|
15
|
+
|
|
16
16
|
div(
|
|
17
17
|
v-if=visible
|
|
18
18
|
class="fm-input-wrapper"
|
|
19
19
|
)
|
|
20
20
|
fm-telphone-input(
|
|
21
21
|
v-model=binding
|
|
22
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
22
24
|
:required=require
|
|
23
25
|
:readonly=readonly
|
|
24
26
|
:disabled=disable
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
-var enableLabel = variable.enableLabel
|
|
2
|
+
|
|
3
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
4
|
+
-var binding = variable.binding? variable.binding : undefined
|
|
5
|
+
-var fontSize = variable.fontSize? String(variable.fontSize) : undefined
|
|
6
|
+
-var lineHeight = variable.lineHeight? String(variable.lineHeight) : undefined
|
|
7
|
+
-var fontWeight = variable.fontWeight? String(variable.fontWeight) : undefined
|
|
8
|
+
-var color = variable.color? String(variable.color) : undefined
|
|
9
|
+
-var formatter = variable.formatter ? variable.formatter:{}
|
|
10
|
+
-var displayType = variable.displayType? String(variable.displayType) : undefined
|
|
11
|
+
-var formatterType = 'string'
|
|
12
|
+
-var formBindingPrefix = variable.formBindingPrefix? String(variable.formBindingPrefix):undefined
|
|
13
|
+
|
|
14
|
+
-var wrapPosition = variable.wrapPosition? variable.wrapPosition : undefined
|
|
15
|
+
-var labelText = variable.labelText
|
|
16
|
+
-var labelFontSize = variable.labelFontSize
|
|
17
|
+
-var labelLineHeight = variable.labelLineHeight
|
|
18
|
+
-var labelColor = variable.labelColor
|
|
19
|
+
-var labelFontWeight = variable.labelFontWeight
|
|
20
|
+
-var labelWidth = variable.labelWidth
|
|
21
|
+
|
|
22
|
+
//--文本样式
|
|
23
|
+
-var textAttrs = {};
|
|
24
|
+
-textAttrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
25
|
+
-textAttrs.class = displayType && displayType.startsWith('title-') ? 'fm-common-title ':'fm-common-text ';
|
|
26
|
+
-textAttrs.style = '';
|
|
27
|
+
if(displayType)
|
|
28
|
+
-textAttrs.class += ` fm-${displayType}`
|
|
29
|
+
if(enableLabel && wrapPosition === 'afterLabel')
|
|
30
|
+
-textAttrs.class += ' d-flex ';
|
|
31
|
+
if(variable.appearance && variable.appearance.class)
|
|
32
|
+
-textAttrs.class += variable.appearance.class;
|
|
33
|
+
|
|
34
|
+
if(color)
|
|
35
|
+
-textAttrs.style += `color:${color};`
|
|
36
|
+
if(variable.size && variable.size.width)
|
|
37
|
+
-textAttrs.style += `width:${variable.size.width}px;`
|
|
38
|
+
if(variable.size && variable.size.height)
|
|
39
|
+
-textAttrs.style += `height:${variable.size.height}px;`
|
|
40
|
+
if(fontSize)
|
|
41
|
+
-textAttrs.style += `font-size:${fontSize}px;`
|
|
42
|
+
if(lineHeight)
|
|
43
|
+
-textAttrs.style += `line-height:${lineHeight}px;`
|
|
44
|
+
if(fontWeight)
|
|
45
|
+
-textAttrs.style += `font-weight:${fontWeight};`
|
|
46
|
+
if(variable.appearance && variable.appearance.style)
|
|
47
|
+
-textAttrs.style += variable.appearance.style;
|
|
48
|
+
|
|
49
|
+
//--标签属性
|
|
50
|
+
-var labelAttrs = {};
|
|
51
|
+
if(enableLabel)
|
|
52
|
+
-labelAttrs.class = 'fm-common-label ';
|
|
53
|
+
-labelAttrs.style = '';
|
|
54
|
+
if(variable.labelAppearance && variable.labelAppearance.class)
|
|
55
|
+
-labelAttrs.class += variable.labelAppearance.class;
|
|
56
|
+
if(labelColor)
|
|
57
|
+
-labelAttrs.style += `color:${labelColor};`
|
|
58
|
+
if(labelFontSize)
|
|
59
|
+
-labelAttrs.style += `font-size:${labelFontSize}px;`
|
|
60
|
+
if(labelFontWeight)
|
|
61
|
+
-labelAttrs.style += `font-weight:${labelFontWeight};`
|
|
62
|
+
if(labelWidth)
|
|
63
|
+
-labelAttrs.style += `width:${labelWidth}px;`
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
//--文本内容属性
|
|
67
|
+
-var contenAtttrs = {};
|
|
68
|
+
-contenAtttrs.class = 'fm-common-content '
|
|
69
|
+
|
|
70
|
+
//--绑定值
|
|
71
|
+
-var contentStr = ''
|
|
72
|
+
if(binding && binding.type)
|
|
73
|
+
if(binding.type === 'Static')
|
|
74
|
+
-contentStr = `'${binding.value}'`;
|
|
75
|
+
if(binding.type === 'Form')
|
|
76
|
+
-contentStr = `${formBindingPrefix}${binding.bindingPath}`;
|
|
77
|
+
if(binding.type === 'Variable')
|
|
78
|
+
-contentStr = `uiState.${binding.path}`;
|
|
79
|
+
|
|
80
|
+
if(formatter && formatter.type)
|
|
81
|
+
-formatterType = formatter.type==='boolean'?'bool':formatter.type;
|
|
82
|
+
-delete formatter.type
|
|
83
|
+
-contentStr = `{{$formatUtils.${formatterType}(${contentStr},${JSON.stringify(formatter)})}}`
|
|
84
|
+
else if(binding.type === 'Form' || binding.type === 'Variable')
|
|
85
|
+
-contentStr = `{{ ${contentStr} }}`;
|
|
86
|
+
|
|
87
|
+
-var labelStr = ''
|
|
88
|
+
if(enableLabel)
|
|
89
|
+
if(typeof labelText==='string')
|
|
90
|
+
-labelStr = `${labelText}`;
|
|
91
|
+
else if(labelText && typeof labelText==='object' && labelText.path)
|
|
92
|
+
-labelStr = `{{ uiState.${labelText.path} }}`;
|
|
93
|
+
else
|
|
94
|
+
-labelStr = '';
|
|
95
|
+
|
|
96
|
+
div(
|
|
97
|
+
v-if=visible
|
|
98
|
+
@click=variable.click ? String(variable.click) : undefined
|
|
99
|
+
)&attributes(textAttrs)
|
|
100
|
+
if(enableLabel)
|
|
101
|
+
label()&attributes(labelAttrs)
|
|
102
|
+
| !{labelStr}
|
|
103
|
+
span(
|
|
104
|
+
)&attributes(textAttrs)
|
|
105
|
+
| !{contentStr}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
div(
|
|
2
|
-
v-if=variable.visible?variable.visible+"":"false"
|
|
3
|
-
class=(variable.appearance && variable.appearance.class)
|
|
4
|
-
style=(variable.appearance && variable.appearance.style)
|
|
5
|
-
)
|
|
1
|
+
div(
|
|
2
|
+
v-if=variable.visible?variable.visible+"":"false"
|
|
3
|
+
class=(variable.appearance && variable.appearance.class)
|
|
4
|
+
style=(variable.appearance && variable.appearance.style)
|
|
5
|
+
)
|
|
6
6
|
| {{content}}
|
package/package.json
CHANGED
|
@@ -1,56 +1,57 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@farris/jit-engine",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "./lib/index.js",
|
|
6
|
-
"bin": {
|
|
7
|
-
"jit": "./bin/index.js"
|
|
8
|
-
},
|
|
9
|
-
"engines": {
|
|
10
|
-
"node": ">= 6.9.0",
|
|
11
|
-
"npm": ">= 3.0.0"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib/",
|
|
15
|
-
"bin/",
|
|
16
|
-
"ioc.config"
|
|
17
|
-
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"build": "npm run build-ts && npm run copy-static-assets",
|
|
20
|
-
"build-q": "npm run build-ts",
|
|
21
|
-
"test": "jest --coverage ",
|
|
22
|
-
"watch-test": "npm run test --watchAll",
|
|
23
|
-
"build-ts": "tsc",
|
|
24
|
-
"tslint": "tslint -c tslint.json -p tsconfig.json",
|
|
25
|
-
"copy-static-assets": "ts-node copyStaticAssets.ts"
|
|
26
|
-
},
|
|
27
|
-
"keywords": [
|
|
28
|
-
"jit",
|
|
29
|
-
"engine",
|
|
30
|
-
"jit-engine"
|
|
31
|
-
],
|
|
32
|
-
"author": "Noah",
|
|
33
|
-
"license": "ISC",
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"fs-extra": "^8.1.0",
|
|
36
|
-
"lodash": "^4.17.10",
|
|
37
|
-
"prettier": "^1.18.2",
|
|
38
|
-
"pug": "^2.0.0-rc.4",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"@types/
|
|
45
|
-
"@types/
|
|
46
|
-
"@types/
|
|
47
|
-
"@types/
|
|
48
|
-
"@types/
|
|
49
|
-
"@types/
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"ts-
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@farris/jit-engine",
|
|
3
|
+
"version": "1.3.308",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "./lib/index.js",
|
|
6
|
+
"bin": {
|
|
7
|
+
"jit": "./bin/index.js"
|
|
8
|
+
},
|
|
9
|
+
"engines": {
|
|
10
|
+
"node": ">= 6.9.0",
|
|
11
|
+
"npm": ">= 3.0.0"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib/",
|
|
15
|
+
"bin/",
|
|
16
|
+
"ioc.config"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"build": "npm run build-ts && npm run copy-static-assets",
|
|
20
|
+
"build-q": "npm run build-ts",
|
|
21
|
+
"test": "jest --coverage ",
|
|
22
|
+
"watch-test": "npm run test --watchAll",
|
|
23
|
+
"build-ts": "tsc",
|
|
24
|
+
"tslint": "tslint -c tslint.json -p tsconfig.json",
|
|
25
|
+
"copy-static-assets": "ts-node copyStaticAssets.ts"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"jit",
|
|
29
|
+
"engine",
|
|
30
|
+
"jit-engine"
|
|
31
|
+
],
|
|
32
|
+
"author": "Noah",
|
|
33
|
+
"license": "ISC",
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"fs-extra": "^8.1.0",
|
|
36
|
+
"lodash": "^4.17.10",
|
|
37
|
+
"prettier": "^1.18.2",
|
|
38
|
+
"pug": "^2.0.0-rc.4",
|
|
39
|
+
"read-package-tree": "^5.3.1",
|
|
40
|
+
"typescript-ioc": "^1.2.4",
|
|
41
|
+
"yargs": "^12.0.1"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@types/fs-extra": "^8.1.1",
|
|
45
|
+
"@types/jest": "24.0.15",
|
|
46
|
+
"@types/lodash": "^4.14.91",
|
|
47
|
+
"@types/node": "^12.6.1",
|
|
48
|
+
"@types/prettier": "^1.18.0",
|
|
49
|
+
"@types/pug": "^2.0.4",
|
|
50
|
+
"@types/yargs": "^11.1.1",
|
|
51
|
+
"jest": "^24.8.0",
|
|
52
|
+
"ts-jest": "^24.0.2",
|
|
53
|
+
"ts-node": "^8.3.0",
|
|
54
|
+
"tslint": "^5.18.0",
|
|
55
|
+
"typescript": "^3.5.3"
|
|
56
|
+
}
|
|
56
57
|
}
|