@ibiz-template/vue3-components 0.7.31-alpha.0 → 0.7.37-alpha.5
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/dist/chart-IZpj2cdX.js +1 -0
- package/dist/index-2J-iBLG-.js +1 -0
- package/dist/index-Yhyr5LJS.js +1 -0
- package/dist/index-p59-xI3J.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-OUxT4A8O.js → xlsx-util-rAKH_Qlc.js} +1 -1
- package/es/_virtual/_dayjs.mjs +1 -0
- package/es/_virtual/zh-cn.mjs +3 -0
- package/es/common/action-toolbar/action-toolbar.css +1 -1
- package/es/common/action-toolbar/action-toolbar.mjs +2 -2
- package/es/common/coop-alert/coop-alert.d.ts +3 -3
- package/es/common/custom-filter-condition/custom-filter-condition.css +1 -0
- package/es/common/custom-filter-condition/custom-filter-condition.d.ts +998 -0
- package/es/common/custom-filter-condition/custom-filter-condition.mjs +286 -0
- package/es/common/custom-theme/custom-theme-model.mjs +62 -0
- package/es/common/custom-theme/custom-theme.controller.mjs +6 -5
- package/es/common/custom-theme/custom-theme.css +1 -1
- package/es/common/emoji-select/emoji-select.d.ts +1 -1
- package/es/common/index.mjs +2 -0
- package/es/common/pagination/pagination.css +1 -1
- package/es/common/pagination/pagination.mjs +1 -1
- package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.css +1 -1
- package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.mjs +4 -1
- package/es/common/pql-editor/pql-editor.d.ts +6 -0
- package/es/common/pql-editor/pql-editor.mjs +229 -130
- package/es/common/pql-editor/utils/index.d.ts +8 -4
- package/es/common/pql-editor/utils/index.mjs +193 -69
- package/es/common/rawitem/rawitem.mjs +16 -0
- package/es/common/split/split.d.ts +1 -1
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.mjs +3 -2
- package/es/control/caption-bar/caption-bar.css +1 -1
- package/es/control/caption-bar/caption-bar.d.ts +1 -0
- package/es/control/caption-bar/caption-bar.mjs +12 -3
- package/es/control/caption-bar/index.d.ts +1 -0
- package/es/control/chart/chart.mjs +1 -1
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +21 -3
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +35 -10
- package/es/control/dashboard/dashboard-design/dashboard-design.css +1 -1
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +2 -2
- package/es/control/dashboard/dashboard.d.ts +2 -2
- package/es/control/dashboard/dashboard.mjs +41 -7
- package/es/control/dashboard/index.d.ts +1 -1
- package/es/control/dashboard/index.mjs +4 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.d.ts +64 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +341 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/index.d.ts +0 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/index.mjs +1 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.css +1 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.d.ts +41 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.mjs +130 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.css +1 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.d.ts +30 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +87 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.provider.d.ts +15 -0
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.provider.mjs +21 -0
- package/es/control/dashboard/portlet/filter-portlet/index.d.ts +28 -0
- package/es/control/dashboard/portlet/filter-portlet/index.mjs +14 -0
- package/es/control/dashboard/portlet/index.d.ts +1 -0
- package/es/control/dashboard/portlet/index.mjs +2 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.css +1 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +6 -2
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
- package/es/control/form/form-detail/form-item/form-item.mjs +8 -3
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +6 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +4 -3
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +6 -12
- package/es/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
- package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +8 -1
- package/es/control/grid/grid/grid-control.util.mjs +1 -1
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.mjs +5 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +2 -2
- package/es/control/index.mjs +2 -0
- package/es/control/search-bar/filter-tree/filter-tree.d.ts +16 -1
- package/es/control/search-bar/filter-tree/filter-tree.mjs +12 -4
- package/es/control/search-bar/quick-search-select/quick-search-select.css +1 -1
- package/es/control/search-bar/quick-search-select/quick-search-select.mjs +1 -0
- package/es/control/search-bar/search-bar.css +1 -1
- package/es/control/search-bar/search-bar.mjs +2 -0
- package/es/control/search-bar/search-groups/search-groups.mjs +8 -5
- package/es/control/toolbar/export-excel/export-excel.css +1 -1
- package/es/control/toolbar/toolbar.css +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +2 -2
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +1 -1
- package/es/control/wizard-panel/wizard-panel.css +1 -1
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +1 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +35 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +26 -55
- package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.css +1 -0
- package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.d.ts +51 -0
- package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.mjs +335 -0
- package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.css +1 -0
- package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.d.ts +65 -0
- package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.mjs +260 -0
- package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.css +1 -0
- package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.d.ts +52 -0
- package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.mjs +258 -0
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.css +1 -0
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.d.ts +64 -0
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +339 -0
- package/es/editor/date-range-select/date-range-select.controller.d.ts +328 -0
- package/es/editor/date-range-select/date-range-select.controller.mjs +859 -0
- package/es/editor/date-range-select/date-range-select.provider.d.ts +8 -0
- package/es/editor/date-range-select/date-range-select.provider.mjs +25 -0
- package/es/editor/date-range-select/index.d.ts +3 -0
- package/es/editor/date-range-select/index.mjs +5 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +3 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +48 -22
- package/es/editor/index.mjs +8 -0
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +32 -32
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +17 -2
- package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +6 -7
- package/es/editor/span/span/span.css +1 -1
- package/es/editor/span/span/span.mjs +2 -0
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +4 -2
- package/es/editor/upload/use/use-iview-upload.d.ts +1 -0
- package/es/editor/upload/use/use-iview-upload.mjs +37 -0
- package/es/index.mjs +2 -0
- package/es/interface/i-field.d.ts +66 -0
- package/es/interface/i-field.mjs +1 -0
- package/es/interface/i-filter-condition.d.ts +52 -0
- package/es/interface/i-filter-condition.mjs +1 -0
- package/es/interface/i-pql-item.d.ts +1 -0
- package/es/interface/i-pql-node-item.d.ts +35 -0
- package/es/interface/i-pql-node-item.mjs +1 -0
- package/es/interface/index.d.ts +3 -0
- package/es/interface/index.mjs +3 -0
- package/es/locale/en/index.d.ts +78 -1
- package/es/locale/en/index.mjs +74 -3
- package/es/locale/zh-CN/index.d.ts +78 -1
- package/es/locale/zh-CN/index.mjs +74 -3
- package/es/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs +15 -0
- package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/es/panel-component/coop-pos/coop-pos.controller.d.ts +17 -4
- package/es/panel-component/coop-pos/coop-pos.controller.mjs +48 -4
- package/es/panel-component/coop-pos/coop-pos.css +1 -1
- package/es/panel-component/coop-pos/coop-pos.d.ts +12 -0
- package/es/panel-component/coop-pos/coop-pos.mjs +20 -4
- package/es/panel-component/coop-pos/coop-pos.state.d.ts +14 -0
- package/es/panel-component/coop-pos/coop-pos.state.mjs +14 -0
- package/es/panel-component/coop-pos/index.d.ts +1 -0
- package/es/panel-component/nav-tabs/nav-tabs.css +1 -1
- package/es/panel-component/panel-app-login-view/panel-app-login-view.css +1 -1
- package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +18 -3
- package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +28 -0
- package/es/panel-component/panel-app-title/panel-app-title.css +1 -1
- package/es/panel-component/panel-app-title/panel-app-title.mjs +46 -3
- package/es/panel-component/panel-button/index.d.ts +1 -1
- package/es/panel-component/panel-button/panel-button.d.ts +1 -1
- package/es/panel-component/panel-exp-header/panel-exp-header.css +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/short-cut/short-cut.css +1 -1
- package/es/util/app-modal/app-modal-component.css +1 -1
- package/es/util/fullscreen/fullscreen-util.d.ts +7 -0
- package/es/util/fullscreen/fullscreen-util.mjs +9 -0
- package/es/util/open-view-util/open-view-util.d.ts +11 -0
- package/es/util/open-view-util/open-view-util.mjs +21 -0
- package/es/util/wang-editor-util/wang-editor-util.d.ts +1 -0
- package/es/util/wang-editor-util/wang-editor-util.mjs +12 -7
- package/es/view/login-view/login-view.css +1 -1
- package/es/view/share-view/share-view.css +1 -1
- package/es/view-engine/edit-view.engine.d.ts +17 -0
- package/es/view-engine/edit-view.engine.mjs +73 -36
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
- package/es/web-app/create-vue-app.mjs +8 -0
- package/lib/_virtual/_dayjs.cjs +9 -0
- package/lib/_virtual/zh-cn.cjs +5 -0
- package/lib/common/action-toolbar/action-toolbar.cjs +2 -2
- package/lib/common/action-toolbar/action-toolbar.css +1 -1
- package/lib/common/custom-filter-condition/custom-filter-condition.cjs +288 -0
- package/lib/common/custom-filter-condition/custom-filter-condition.css +1 -0
- package/lib/common/custom-theme/custom-theme-model.cjs +62 -0
- package/lib/common/custom-theme/custom-theme.controller.cjs +6 -5
- package/lib/common/custom-theme/custom-theme.css +1 -1
- package/lib/common/index.cjs +2 -0
- package/lib/common/pagination/pagination.cjs +1 -1
- package/lib/common/pagination/pagination.css +1 -1
- package/lib/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.cjs +4 -1
- package/lib/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.css +1 -1
- package/lib/common/pql-editor/pql-editor.cjs +228 -129
- package/lib/common/pql-editor/utils/index.cjs +195 -68
- package/lib/common/rawitem/rawitem.cjs +16 -0
- package/lib/control/app-menu/app-menu.cjs +3 -2
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/caption-bar/caption-bar.cjs +11 -2
- package/lib/control/caption-bar/caption-bar.css +1 -1
- package/lib/control/chart/chart.cjs +1 -1
- package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +34 -9
- package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +2 -2
- package/lib/control/dashboard/dashboard-design/dashboard-design.css +1 -1
- package/lib/control/dashboard/dashboard.cjs +40 -6
- package/lib/control/dashboard/index.cjs +5 -0
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +343 -0
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -0
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/index.cjs +3 -0
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.cjs +132 -0
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.css +1 -0
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet.cjs +89 -0
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet.css +1 -0
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet.provider.cjs +23 -0
- package/lib/control/dashboard/portlet/filter-portlet/index.cjs +20 -0
- package/lib/control/dashboard/portlet/index.cjs +4 -0
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +1 -1
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +6 -2
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.css +1 -1
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
- package/lib/control/form/form-detail/form-item/form-item.cjs +8 -3
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +3 -2
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +5 -11
- package/lib/control/form/form-detail/form-rawitem/form-rawitem.cjs +8 -1
- package/lib/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +1 -1
- package/lib/control/grid/grid/grid.cjs +5 -1
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.cjs +2 -2
- package/lib/control/index.cjs +22 -18
- package/lib/control/search-bar/filter-tree/filter-tree.cjs +12 -4
- package/lib/control/search-bar/quick-search-select/quick-search-select.cjs +1 -0
- package/lib/control/search-bar/quick-search-select/quick-search-select.css +1 -1
- package/lib/control/search-bar/search-bar.cjs +2 -0
- package/lib/control/search-bar/search-bar.css +1 -1
- package/lib/control/search-bar/search-groups/search-groups.cjs +8 -5
- package/lib/control/toolbar/export-excel/export-excel.css +1 -1
- package/lib/control/toolbar/toolbar.css +1 -1
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.cjs +2 -2
- package/lib/control/tree-grid-ex/tree-grid-ex.cjs +1 -1
- package/lib/control/wizard-panel/wizard-panel.css +1 -1
- package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.cjs +26 -55
- package/lib/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.cjs +339 -0
- package/lib/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.css +1 -0
- package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +264 -0
- package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.css +1 -0
- package/lib/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.cjs +262 -0
- package/lib/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.css +1 -0
- package/lib/editor/date-range-select/date-range-select-picker/date-range-select.cjs +341 -0
- package/lib/editor/date-range-select/date-range-select-picker/date-range-select.css +1 -0
- package/lib/editor/date-range-select/date-range-select.controller.cjs +861 -0
- package/lib/editor/date-range-select/date-range-select.provider.cjs +27 -0
- package/lib/editor/date-range-select/index.cjs +11 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +47 -21
- package/lib/editor/index.cjs +8 -0
- package/lib/editor/list-box/ibiz-list-box/ibiz-list-box.cjs +32 -32
- package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +17 -2
- package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
- package/lib/editor/raw/ibiz-raw/ibiz-raw.cjs +6 -7
- package/lib/editor/span/span/span.cjs +2 -0
- package/lib/editor/span/span/span.css +1 -1
- package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.cjs +4 -2
- package/lib/editor/upload/use/use-iview-upload.cjs +37 -0
- package/lib/index.cjs +52 -48
- package/lib/interface/i-field.cjs +3 -0
- package/lib/interface/i-filter-condition.cjs +3 -0
- package/lib/interface/i-pql-node-item.cjs +3 -0
- package/lib/interface/index.cjs +3 -0
- package/lib/locale/en/index.cjs +74 -3
- package/lib/locale/zh-CN/index.cjs +74 -3
- package/lib/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.cjs +19 -0
- package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/lib/panel-component/coop-pos/coop-pos.cjs +19 -3
- package/lib/panel-component/coop-pos/coop-pos.controller.cjs +48 -4
- package/lib/panel-component/coop-pos/coop-pos.css +1 -1
- package/lib/panel-component/coop-pos/coop-pos.state.cjs +14 -0
- package/lib/panel-component/nav-tabs/nav-tabs.css +1 -1
- package/lib/panel-component/panel-app-login-view/panel-app-login-view.css +1 -1
- package/lib/panel-component/panel-app-title/panel-app-title.cjs +46 -3
- package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +28 -0
- package/lib/panel-component/panel-app-title/panel-app-title.css +1 -1
- package/lib/panel-component/panel-exp-header/panel-exp-header.css +1 -1
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/lib/panel-component/short-cut/short-cut.css +1 -1
- package/lib/util/app-modal/app-modal-component.css +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +9 -0
- package/lib/util/open-view-util/open-view-util.cjs +21 -0
- package/lib/util/wang-editor-util/wang-editor-util.cjs +12 -7
- package/lib/view/login-view/login-view.css +1 -1
- package/lib/view/share-view/share-view.css +1 -1
- package/lib/view-engine/edit-view.engine.cjs +72 -35
- package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +1 -1
- package/lib/web-app/create-vue-app.cjs +8 -0
- package/package.json +9 -8
- package/dist/chart-0UV2FAN6.js +0 -1
- package/dist/index-YQyitjSg.js +0 -1
- package/dist/index-maJGu4b8.js +0 -4
- package/dist/index-trS6uS3E.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.30_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.35-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.30_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.35-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { IEditorController, IEditorProvider } from '@ibiz-template/runtime';
|
|
2
|
+
import { IEditor } from '@ibiz/model-core';
|
|
3
|
+
export interface IFilterCondition {
|
|
4
|
+
/**
|
|
5
|
+
* 标识
|
|
6
|
+
*
|
|
7
|
+
* @author zhanghengfeng
|
|
8
|
+
* @date 2024-07-25 15:07:07
|
|
9
|
+
* @type {string}
|
|
10
|
+
*/
|
|
11
|
+
key: string;
|
|
12
|
+
/**
|
|
13
|
+
* 属性字段
|
|
14
|
+
*
|
|
15
|
+
* @author zhanghengfeng
|
|
16
|
+
* @date 2024-07-25 15:07:18
|
|
17
|
+
* @type {string}
|
|
18
|
+
*/
|
|
19
|
+
field: string;
|
|
20
|
+
/**
|
|
21
|
+
* 操作符
|
|
22
|
+
*
|
|
23
|
+
* @author zhanghengfeng
|
|
24
|
+
* @date 2024-07-25 15:07:26
|
|
25
|
+
* @type {string}
|
|
26
|
+
*/
|
|
27
|
+
valueOP: string;
|
|
28
|
+
/**
|
|
29
|
+
* 值
|
|
30
|
+
*
|
|
31
|
+
* @author zhanghengfeng
|
|
32
|
+
* @date 2024-07-25 15:07:37
|
|
33
|
+
* @type {unknown}
|
|
34
|
+
*/
|
|
35
|
+
value?: unknown;
|
|
36
|
+
/**
|
|
37
|
+
* 编辑器适配器
|
|
38
|
+
*
|
|
39
|
+
* @author zhanghengfeng
|
|
40
|
+
* @date 2024-07-25 15:07:46
|
|
41
|
+
* @type {IEditorProvider}
|
|
42
|
+
*/
|
|
43
|
+
editorProvider?: IEditorProvider;
|
|
44
|
+
/**
|
|
45
|
+
* 编辑器
|
|
46
|
+
*
|
|
47
|
+
* @author zhanghengfeng
|
|
48
|
+
* @date 2024-07-25 15:07:58
|
|
49
|
+
* @type {IEditorController<IEditor>}
|
|
50
|
+
*/
|
|
51
|
+
editor?: IEditorController<IEditor>;
|
|
52
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IPqlNode } from './i-pql-node';
|
|
2
|
+
export interface IPqlNodeItem {
|
|
3
|
+
/**
|
|
4
|
+
* 类型
|
|
5
|
+
*
|
|
6
|
+
* @author zhanghengfeng
|
|
7
|
+
* @date 2024-07-30 19:07:38
|
|
8
|
+
* @type {('connection' | 'condition')}
|
|
9
|
+
*/
|
|
10
|
+
type?: 'connection' | 'condition';
|
|
11
|
+
/**
|
|
12
|
+
* 属性
|
|
13
|
+
*
|
|
14
|
+
* @author zhanghengfeng
|
|
15
|
+
* @date 2024-07-30 19:07:50
|
|
16
|
+
* @type {IPqlNode}
|
|
17
|
+
*/
|
|
18
|
+
key?: IPqlNode;
|
|
19
|
+
/**
|
|
20
|
+
* 操作符
|
|
21
|
+
*
|
|
22
|
+
* @author zhanghengfeng
|
|
23
|
+
* @date 2024-07-30 19:07:59
|
|
24
|
+
* @type {IPqlNode}
|
|
25
|
+
*/
|
|
26
|
+
operator?: IPqlNode;
|
|
27
|
+
/**
|
|
28
|
+
* 值
|
|
29
|
+
*
|
|
30
|
+
* @author zhanghengfeng
|
|
31
|
+
* @date 2024-07-30 19:07:08
|
|
32
|
+
* @type {IPqlNode[]}
|
|
33
|
+
*/
|
|
34
|
+
value?: IPqlNode[];
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
package/es/interface/index.d.ts
CHANGED
package/es/interface/index.mjs
CHANGED
package/es/locale/en/index.d.ts
CHANGED
|
@@ -131,6 +131,7 @@ declare const _default: {
|
|
|
131
131
|
};
|
|
132
132
|
editor: {
|
|
133
133
|
editorNoConfigured: string;
|
|
134
|
+
itemsText: string;
|
|
134
135
|
};
|
|
135
136
|
view: {
|
|
136
137
|
viewActivation: string;
|
|
@@ -202,7 +203,6 @@ declare const _default: {
|
|
|
202
203
|
grid: {
|
|
203
204
|
unsupported: string;
|
|
204
205
|
attributeColumns: string;
|
|
205
|
-
noCodeTable: string;
|
|
206
206
|
configureFirstColumn: string;
|
|
207
207
|
requiresCodeTable: string;
|
|
208
208
|
noMatchCodeTable: string;
|
|
@@ -280,6 +280,9 @@ declare const _default: {
|
|
|
280
280
|
nextStep: string;
|
|
281
281
|
nextForm: string;
|
|
282
282
|
};
|
|
283
|
+
dashboard: {
|
|
284
|
+
unGroup: string;
|
|
285
|
+
};
|
|
283
286
|
};
|
|
284
287
|
utils: {
|
|
285
288
|
buttonState: {
|
|
@@ -654,6 +657,9 @@ declare const _default: {
|
|
|
654
657
|
uiDomainManager: {
|
|
655
658
|
invalidInterfaceDomain: string;
|
|
656
659
|
};
|
|
660
|
+
collaborateManager: {
|
|
661
|
+
invalidCollaborateRoom: string;
|
|
662
|
+
};
|
|
657
663
|
verify: {
|
|
658
664
|
contentConform: string;
|
|
659
665
|
scopeRules: string;
|
|
@@ -780,6 +786,7 @@ declare const _default: {
|
|
|
780
786
|
customTheme: {
|
|
781
787
|
themeColor: string;
|
|
782
788
|
light: string;
|
|
789
|
+
studio_dark: string;
|
|
783
790
|
confirmCopyLink: string;
|
|
784
791
|
preview: string;
|
|
785
792
|
save: string;
|
|
@@ -902,6 +909,21 @@ declare const _default: {
|
|
|
902
909
|
gridRowHoverDesc: string;
|
|
903
910
|
gridRowSelect: string;
|
|
904
911
|
gridRowSelectDesc: string;
|
|
912
|
+
tree: string;
|
|
913
|
+
treeTextColor: string;
|
|
914
|
+
treeTextColorDesc: string;
|
|
915
|
+
treeBgColor: string;
|
|
916
|
+
treeBgColorDesc: string;
|
|
917
|
+
treeDisabledColor: string;
|
|
918
|
+
treeDisabledColorDesc: string;
|
|
919
|
+
treeHoverColor: string;
|
|
920
|
+
treeHoverColorDesc: string;
|
|
921
|
+
treeHoverBgColor: string;
|
|
922
|
+
treeHoverBgColorDesc: string;
|
|
923
|
+
treeSelectColor: string;
|
|
924
|
+
treeSelectColorDesc: string;
|
|
925
|
+
treeSelectBgColor: string;
|
|
926
|
+
treeSelectBgColorDesc: string;
|
|
905
927
|
};
|
|
906
928
|
loadMore: string;
|
|
907
929
|
};
|
|
@@ -976,6 +998,7 @@ declare const _default: {
|
|
|
976
998
|
dashboard: {
|
|
977
999
|
customDashboardContainer: {
|
|
978
1000
|
portalCustomPrompt: string;
|
|
1001
|
+
newFilter: string;
|
|
979
1002
|
};
|
|
980
1003
|
dashboardDesign: {
|
|
981
1004
|
global: string;
|
|
@@ -985,6 +1008,15 @@ declare const _default: {
|
|
|
985
1008
|
cellHeight: string;
|
|
986
1009
|
restoreDefault: string;
|
|
987
1010
|
save: string;
|
|
1011
|
+
unGroup: string;
|
|
1012
|
+
};
|
|
1013
|
+
filterPortletDesign: {
|
|
1014
|
+
ctrlTitleError: string;
|
|
1015
|
+
ctrlTitle: string;
|
|
1016
|
+
ctrlPlaceholder: string;
|
|
1017
|
+
checkTitle: string;
|
|
1018
|
+
baseSet: string;
|
|
1019
|
+
filterTitle: string;
|
|
988
1020
|
};
|
|
989
1021
|
};
|
|
990
1022
|
form: {
|
|
@@ -1015,6 +1047,10 @@ declare const _default: {
|
|
|
1015
1047
|
formMDctrl: {
|
|
1016
1048
|
errorMessage: string;
|
|
1017
1049
|
};
|
|
1050
|
+
formGroup: {
|
|
1051
|
+
fold: string;
|
|
1052
|
+
unfold: string;
|
|
1053
|
+
};
|
|
1018
1054
|
};
|
|
1019
1055
|
gantt: {
|
|
1020
1056
|
complete: string;
|
|
@@ -1055,6 +1091,9 @@ declare const _default: {
|
|
|
1055
1091
|
dialogCancel: string;
|
|
1056
1092
|
dialogDetermine: string;
|
|
1057
1093
|
};
|
|
1094
|
+
quickSearchSelect: {
|
|
1095
|
+
searchField: string;
|
|
1096
|
+
};
|
|
1058
1097
|
};
|
|
1059
1098
|
toolbar: {
|
|
1060
1099
|
exportExcel: {
|
|
@@ -1072,6 +1111,9 @@ declare const _default: {
|
|
|
1072
1111
|
treeGridEx: {
|
|
1073
1112
|
noFoundMessage: string;
|
|
1074
1113
|
};
|
|
1114
|
+
captionBar: {
|
|
1115
|
+
total: string;
|
|
1116
|
+
};
|
|
1075
1117
|
};
|
|
1076
1118
|
component: {
|
|
1077
1119
|
indexSearch: {
|
|
@@ -1146,6 +1188,16 @@ declare const _default: {
|
|
|
1146
1188
|
formItemContainer: {
|
|
1147
1189
|
more: string;
|
|
1148
1190
|
};
|
|
1191
|
+
pqlEditor: {
|
|
1192
|
+
noExpression: string;
|
|
1193
|
+
noConnection: string;
|
|
1194
|
+
noKey: string;
|
|
1195
|
+
noOperator: string;
|
|
1196
|
+
noValue: string;
|
|
1197
|
+
noDelimiter: string;
|
|
1198
|
+
errorCombination: string;
|
|
1199
|
+
errorDelimiter: string;
|
|
1200
|
+
};
|
|
1149
1201
|
};
|
|
1150
1202
|
editor: {
|
|
1151
1203
|
common: {
|
|
@@ -1167,6 +1219,26 @@ declare const _default: {
|
|
|
1167
1219
|
dateRange: {
|
|
1168
1220
|
rangeSeparator: string;
|
|
1169
1221
|
};
|
|
1222
|
+
dateRangeSelect: {
|
|
1223
|
+
day: string;
|
|
1224
|
+
week: string;
|
|
1225
|
+
month: string;
|
|
1226
|
+
quarter: string;
|
|
1227
|
+
year: string;
|
|
1228
|
+
static: string;
|
|
1229
|
+
dynamic: string;
|
|
1230
|
+
dateunit: string;
|
|
1231
|
+
daterange: string;
|
|
1232
|
+
today: string;
|
|
1233
|
+
recently: string;
|
|
1234
|
+
pastTime: string;
|
|
1235
|
+
future: string;
|
|
1236
|
+
currentWeek: string;
|
|
1237
|
+
currentMonth: string;
|
|
1238
|
+
currentYear: string;
|
|
1239
|
+
currentQuarter: string;
|
|
1240
|
+
recentlySixMonth: string;
|
|
1241
|
+
};
|
|
1170
1242
|
html: {
|
|
1171
1243
|
wangEditor: {
|
|
1172
1244
|
customTips: string;
|
|
@@ -1205,6 +1277,11 @@ declare const _default: {
|
|
|
1205
1277
|
authUserinfo: {
|
|
1206
1278
|
visitor: string;
|
|
1207
1279
|
};
|
|
1280
|
+
coopPos: {
|
|
1281
|
+
view: string;
|
|
1282
|
+
edit: string;
|
|
1283
|
+
update: string;
|
|
1284
|
+
};
|
|
1208
1285
|
navPosIndex: {
|
|
1209
1286
|
noSupportPrompt: string;
|
|
1210
1287
|
};
|
package/es/locale/en/index.mjs
CHANGED
|
@@ -109,6 +109,7 @@ var index = {
|
|
|
109
109
|
customTheme: {
|
|
110
110
|
themeColor: "Theme color",
|
|
111
111
|
light: "Bright color",
|
|
112
|
+
studio_dark: "Dark",
|
|
112
113
|
confirmCopyLink: "Confirm copy link",
|
|
113
114
|
preview: "Preview",
|
|
114
115
|
save: "Save",
|
|
@@ -230,7 +231,22 @@ var index = {
|
|
|
230
231
|
gridRowHover: "Table row hover color",
|
|
231
232
|
gridRowHoverDesc: "Table row suspension color, background color when a row is hover",
|
|
232
233
|
gridRowSelect: "Select color for table row",
|
|
233
|
-
gridRowSelectDesc: "Table row selected color, background color when a row is selected"
|
|
234
|
+
gridRowSelectDesc: "Table row selected color, background color when a row is selected",
|
|
235
|
+
tree: "Tree",
|
|
236
|
+
treeTextColor: "Tree view text color",
|
|
237
|
+
treeTextColorDesc: "Tree view text color, tree node base text color",
|
|
238
|
+
treeBgColor: "Tree view background color",
|
|
239
|
+
treeBgColorDesc: "Background color of the tree view, the overall background color of the tree view component",
|
|
240
|
+
treeDisabledColor: "Tree view disable color",
|
|
241
|
+
treeDisabledColorDesc: "Disable color in the tree view and text color in the tree node",
|
|
242
|
+
treeHoverColor: "Tree view hover color",
|
|
243
|
+
treeHoverColorDesc: "Tree view hover color, tree node hover text color",
|
|
244
|
+
treeHoverBgColor: "Tree view suspension background color",
|
|
245
|
+
treeHoverBgColorDesc: "Tree view suspension background color, tree node suspension background color",
|
|
246
|
+
treeSelectColor: "Tree view Selected color",
|
|
247
|
+
treeSelectColorDesc: "In the tree view, select a color, and select a natural color for tree nodes",
|
|
248
|
+
treeSelectBgColor: "Tree View Select the background color",
|
|
249
|
+
treeSelectBgColorDesc: "Select the background color for the tree view and the background color for the tree node"
|
|
234
250
|
},
|
|
235
251
|
loadMore: "Load more"
|
|
236
252
|
},
|
|
@@ -304,7 +320,8 @@ var index = {
|
|
|
304
320
|
},
|
|
305
321
|
dashboard: {
|
|
306
322
|
customDashboardContainer: {
|
|
307
|
-
portalCustomPrompt: "Portal customization"
|
|
323
|
+
portalCustomPrompt: "Portal customization",
|
|
324
|
+
newFilter: "New filter porlet"
|
|
308
325
|
},
|
|
309
326
|
dashboardDesign: {
|
|
310
327
|
global: "Global level",
|
|
@@ -313,7 +330,16 @@ var index = {
|
|
|
313
330
|
colNum: "Column number",
|
|
314
331
|
cellHeight: "Cell height",
|
|
315
332
|
restoreDefault: "Restore default",
|
|
316
|
-
save: "Save"
|
|
333
|
+
save: "Save",
|
|
334
|
+
unGroup: "Ungroup"
|
|
335
|
+
},
|
|
336
|
+
filterPortletDesign: {
|
|
337
|
+
ctrlTitleError: "Control name cannot be empty",
|
|
338
|
+
ctrlTitle: "Control name",
|
|
339
|
+
ctrlPlaceholder: "Please enter a control name",
|
|
340
|
+
checkTitle: "This parameter is valid for all reports in the data set",
|
|
341
|
+
baseSet: "Basic setup",
|
|
342
|
+
filterTitle: "Filter porlet"
|
|
317
343
|
}
|
|
318
344
|
},
|
|
319
345
|
form: {
|
|
@@ -343,6 +369,10 @@ var index = {
|
|
|
343
369
|
},
|
|
344
370
|
formMDctrl: {
|
|
345
371
|
errorMessage: "The content type is currently not supported as {contentType}"
|
|
372
|
+
},
|
|
373
|
+
formGroup: {
|
|
374
|
+
fold: "Fold",
|
|
375
|
+
unfold: "Unfold"
|
|
346
376
|
}
|
|
347
377
|
},
|
|
348
378
|
gantt: {
|
|
@@ -383,6 +413,9 @@ var index = {
|
|
|
383
413
|
operate: "Operate",
|
|
384
414
|
dialogCancel: "Cancel",
|
|
385
415
|
dialogDetermine: "Determine"
|
|
416
|
+
},
|
|
417
|
+
quickSearchSelect: {
|
|
418
|
+
searchField: "Selective search field"
|
|
386
419
|
}
|
|
387
420
|
},
|
|
388
421
|
toolbar: {
|
|
@@ -400,6 +433,9 @@ var index = {
|
|
|
400
433
|
},
|
|
401
434
|
treeGridEx: {
|
|
402
435
|
noFoundMessage: "Unable to find row data object for {id}"
|
|
436
|
+
},
|
|
437
|
+
captionBar: {
|
|
438
|
+
total: "{total} bar data {invisibleNum} bar is not visible"
|
|
403
439
|
}
|
|
404
440
|
},
|
|
405
441
|
// 组件
|
|
@@ -475,6 +511,16 @@ var index = {
|
|
|
475
511
|
},
|
|
476
512
|
formItemContainer: {
|
|
477
513
|
more: "More"
|
|
514
|
+
},
|
|
515
|
+
pqlEditor: {
|
|
516
|
+
noExpression: "Wrong expressions. Missing expressions for connectors.",
|
|
517
|
+
noConnection: "Wrong expressions. The expression is missing a connector.",
|
|
518
|
+
noKey: "Wrong expressions. The expression is missing a key.",
|
|
519
|
+
noOperator: "Wrong expressions. The expression is missing an operator.",
|
|
520
|
+
noValue: "Wrong expressions. The expression is missing a value.",
|
|
521
|
+
noDelimiter: "Wrong expressions. The expression is missing a delimiter.",
|
|
522
|
+
errorCombination: "Wrong expressions. Wrong combination of parentheses.",
|
|
523
|
+
errorDelimiter: "Wrong expressions. Wrong splitter."
|
|
478
524
|
}
|
|
479
525
|
},
|
|
480
526
|
// 编辑器
|
|
@@ -498,6 +544,26 @@ var index = {
|
|
|
498
544
|
dateRange: {
|
|
499
545
|
rangeSeparator: "To"
|
|
500
546
|
},
|
|
547
|
+
dateRangeSelect: {
|
|
548
|
+
day: "Day",
|
|
549
|
+
week: "Week",
|
|
550
|
+
month: "Month",
|
|
551
|
+
quarter: "Quarter",
|
|
552
|
+
year: "Year",
|
|
553
|
+
static: "Fixed time",
|
|
554
|
+
dynamic: "Dynamic time",
|
|
555
|
+
dateunit: "Time Unit",
|
|
556
|
+
daterange: "Time range",
|
|
557
|
+
today: "Today",
|
|
558
|
+
recently: "Recently",
|
|
559
|
+
pastTime: "In the past",
|
|
560
|
+
future: "The future",
|
|
561
|
+
currentWeek: "This week",
|
|
562
|
+
currentMonth: "This month",
|
|
563
|
+
currentYear: "This year",
|
|
564
|
+
currentQuarter: "This quarter",
|
|
565
|
+
recentlySixMonth: "Last 6 months"
|
|
566
|
+
},
|
|
501
567
|
html: {
|
|
502
568
|
wangEditor: {
|
|
503
569
|
customTips: "Custom tip",
|
|
@@ -536,6 +602,11 @@ var index = {
|
|
|
536
602
|
authUserinfo: {
|
|
537
603
|
visitor: "Visitor"
|
|
538
604
|
},
|
|
605
|
+
coopPos: {
|
|
606
|
+
view: "{username} is browsing",
|
|
607
|
+
edit: "{username} is editing",
|
|
608
|
+
update: "{username} is being updated"
|
|
609
|
+
},
|
|
539
610
|
navPosIndex: {
|
|
540
611
|
noSupportPrompt: "Non-routing mode navigation placeholder is not supported"
|
|
541
612
|
},
|
|
@@ -131,6 +131,7 @@ declare const _default: {
|
|
|
131
131
|
};
|
|
132
132
|
editor: {
|
|
133
133
|
editorNoConfigured: string;
|
|
134
|
+
itemsText: string;
|
|
134
135
|
};
|
|
135
136
|
view: {
|
|
136
137
|
viewActivation: string;
|
|
@@ -202,7 +203,6 @@ declare const _default: {
|
|
|
202
203
|
grid: {
|
|
203
204
|
unsupported: string;
|
|
204
205
|
attributeColumns: string;
|
|
205
|
-
noCodeTable: string;
|
|
206
206
|
configureFirstColumn: string;
|
|
207
207
|
requiresCodeTable: string;
|
|
208
208
|
noMatchCodeTable: string;
|
|
@@ -280,6 +280,9 @@ declare const _default: {
|
|
|
280
280
|
nextStep: string;
|
|
281
281
|
nextForm: string;
|
|
282
282
|
};
|
|
283
|
+
dashboard: {
|
|
284
|
+
unGroup: string;
|
|
285
|
+
};
|
|
283
286
|
};
|
|
284
287
|
utils: {
|
|
285
288
|
buttonState: {
|
|
@@ -652,6 +655,9 @@ declare const _default: {
|
|
|
652
655
|
uiDomainManager: {
|
|
653
656
|
invalidInterfaceDomain: string;
|
|
654
657
|
};
|
|
658
|
+
collaborateManager: {
|
|
659
|
+
invalidCollaborateRoom: string;
|
|
660
|
+
};
|
|
655
661
|
verify: {
|
|
656
662
|
contentConform: string;
|
|
657
663
|
scopeRules: string;
|
|
@@ -778,6 +784,7 @@ declare const _default: {
|
|
|
778
784
|
customTheme: {
|
|
779
785
|
themeColor: string;
|
|
780
786
|
light: string;
|
|
787
|
+
studio_dark: string;
|
|
781
788
|
confirmCopyLink: string;
|
|
782
789
|
preview: string;
|
|
783
790
|
save: string;
|
|
@@ -900,6 +907,21 @@ declare const _default: {
|
|
|
900
907
|
gridRowHoverDesc: string;
|
|
901
908
|
gridRowSelect: string;
|
|
902
909
|
gridRowSelectDesc: string;
|
|
910
|
+
tree: string;
|
|
911
|
+
treeTextColor: string;
|
|
912
|
+
treeTextColorDesc: string;
|
|
913
|
+
treeBgColor: string;
|
|
914
|
+
treeBgColorDesc: string;
|
|
915
|
+
treeDisabledColor: string;
|
|
916
|
+
treeDisabledColorDesc: string;
|
|
917
|
+
treeHoverColor: string;
|
|
918
|
+
treeHoverColorDesc: string;
|
|
919
|
+
treeHoverBgColor: string;
|
|
920
|
+
treeHoverBgColorDesc: string;
|
|
921
|
+
treeSelectColor: string;
|
|
922
|
+
treeSelectColorDesc: string;
|
|
923
|
+
treeSelectBgColor: string;
|
|
924
|
+
treeSelectBgColorDesc: string;
|
|
903
925
|
};
|
|
904
926
|
loadMore: string;
|
|
905
927
|
};
|
|
@@ -970,6 +992,7 @@ declare const _default: {
|
|
|
970
992
|
dashboard: {
|
|
971
993
|
customDashboardContainer: {
|
|
972
994
|
portalCustomPrompt: string;
|
|
995
|
+
newFilter: string;
|
|
973
996
|
};
|
|
974
997
|
dashboardDesign: {
|
|
975
998
|
global: string;
|
|
@@ -979,6 +1002,15 @@ declare const _default: {
|
|
|
979
1002
|
cellHeight: string;
|
|
980
1003
|
restoreDefault: string;
|
|
981
1004
|
save: string;
|
|
1005
|
+
unGroup: string;
|
|
1006
|
+
};
|
|
1007
|
+
filterPortletDesign: {
|
|
1008
|
+
ctrlTitleError: string;
|
|
1009
|
+
ctrlTitle: string;
|
|
1010
|
+
ctrlPlaceholder: string;
|
|
1011
|
+
checkTitle: string;
|
|
1012
|
+
baseSet: string;
|
|
1013
|
+
filterTitle: string;
|
|
982
1014
|
};
|
|
983
1015
|
};
|
|
984
1016
|
form: {
|
|
@@ -1009,6 +1041,10 @@ declare const _default: {
|
|
|
1009
1041
|
formMDctrl: {
|
|
1010
1042
|
errorMessage: string;
|
|
1011
1043
|
};
|
|
1044
|
+
formGroup: {
|
|
1045
|
+
fold: string;
|
|
1046
|
+
unfold: string;
|
|
1047
|
+
};
|
|
1012
1048
|
};
|
|
1013
1049
|
gantt: {
|
|
1014
1050
|
complete: string;
|
|
@@ -1049,6 +1085,9 @@ declare const _default: {
|
|
|
1049
1085
|
dialogCancel: string;
|
|
1050
1086
|
dialogDetermine: string;
|
|
1051
1087
|
};
|
|
1088
|
+
quickSearchSelect: {
|
|
1089
|
+
searchField: string;
|
|
1090
|
+
};
|
|
1052
1091
|
};
|
|
1053
1092
|
toolbar: {
|
|
1054
1093
|
exportExcel: {
|
|
@@ -1066,6 +1105,9 @@ declare const _default: {
|
|
|
1066
1105
|
treeGridEx: {
|
|
1067
1106
|
noFoundMessage: string;
|
|
1068
1107
|
};
|
|
1108
|
+
captionBar: {
|
|
1109
|
+
total: string;
|
|
1110
|
+
};
|
|
1069
1111
|
};
|
|
1070
1112
|
component: {
|
|
1071
1113
|
indexSearch: {
|
|
@@ -1140,6 +1182,16 @@ declare const _default: {
|
|
|
1140
1182
|
formItemContainer: {
|
|
1141
1183
|
more: string;
|
|
1142
1184
|
};
|
|
1185
|
+
pqlEditor: {
|
|
1186
|
+
noExpression: string;
|
|
1187
|
+
noConnection: string;
|
|
1188
|
+
noKey: string;
|
|
1189
|
+
noOperator: string;
|
|
1190
|
+
noValue: string;
|
|
1191
|
+
noDelimiter: string;
|
|
1192
|
+
errorCombination: string;
|
|
1193
|
+
errorDelimiter: string;
|
|
1194
|
+
};
|
|
1143
1195
|
};
|
|
1144
1196
|
editor: {
|
|
1145
1197
|
common: {
|
|
@@ -1161,6 +1213,26 @@ declare const _default: {
|
|
|
1161
1213
|
dateRange: {
|
|
1162
1214
|
rangeSeparator: string;
|
|
1163
1215
|
};
|
|
1216
|
+
dateRangeSelect: {
|
|
1217
|
+
day: string;
|
|
1218
|
+
week: string;
|
|
1219
|
+
month: string;
|
|
1220
|
+
quarter: string;
|
|
1221
|
+
year: string;
|
|
1222
|
+
static: string;
|
|
1223
|
+
dynamic: string;
|
|
1224
|
+
dateUnit: string;
|
|
1225
|
+
daterange: string;
|
|
1226
|
+
today: string;
|
|
1227
|
+
recently: string;
|
|
1228
|
+
pastTime: string;
|
|
1229
|
+
future: string;
|
|
1230
|
+
currentWeek: string;
|
|
1231
|
+
currentMonth: string;
|
|
1232
|
+
currentYear: string;
|
|
1233
|
+
currentQuarter: string;
|
|
1234
|
+
recentlySixMonth: string;
|
|
1235
|
+
};
|
|
1164
1236
|
html: {
|
|
1165
1237
|
wangEditor: {
|
|
1166
1238
|
customTips: string;
|
|
@@ -1199,6 +1271,11 @@ declare const _default: {
|
|
|
1199
1271
|
authUserinfo: {
|
|
1200
1272
|
visitor: string;
|
|
1201
1273
|
};
|
|
1274
|
+
coopPos: {
|
|
1275
|
+
view: string;
|
|
1276
|
+
edit: string;
|
|
1277
|
+
update: string;
|
|
1278
|
+
};
|
|
1202
1279
|
navPosIndex: {
|
|
1203
1280
|
noSupportPrompt: string;
|
|
1204
1281
|
};
|