@ibiz-template/vue3-components 0.7.34 → 0.7.38-alpha.12
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-DPS_XpZp.js +1 -0
- package/dist/index-B_Fo_3Rt.js +1 -0
- package/dist/index-BvI3oZGL.js +1 -0
- package/dist/index-VQ3FT6ih.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-TeHbTGD_.js → xlsx-util-XDKOLzzW.js} +2 -2
- package/es/common/action-toolbar/action-toolbar.d.ts +90 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.d.ts +66 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.mjs +69 -0
- package/es/common/anchor-container/anchor-container.css +1 -0
- package/es/common/anchor-container/anchor-container.d.ts +103 -0
- package/es/common/anchor-container/anchor-container.mjs +155 -0
- package/es/common/button-list/button-list.css +1 -0
- package/es/common/button-list/button-list.d.ts +45 -0
- package/es/common/button-list/button-list.mjs +165 -0
- package/es/common/carousel/carousel.d.ts +141 -0
- package/es/common/carousel-card/carousel-card.d.ts +41 -0
- package/es/common/col/col.d.ts +53 -0
- package/es/common/coop-alert/coop-alert.d.ts +41 -0
- 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.d.ts +167 -0
- package/es/common/custom-theme/custom-theme-model.mjs +62 -0
- package/es/common/custom-theme/custom-theme.controller.d.ts +47 -0
- package/es/common/custom-theme/custom-theme.controller.mjs +5 -5
- package/es/common/custom-theme/custom-theme.css +1 -1
- package/es/common/custom-theme/custom-theme.d.ts +24 -0
- package/es/common/data-import/data-import.d.ts +57 -0
- package/es/common/data-import2/data-import2.d.ts +106 -0
- package/es/common/data-import2-select/data-import2-select.d.ts +59 -0
- package/es/common/data-import2-table/data-import2-table.d.ts +56 -0
- package/es/common/doing-notice/doing-notice.d.ts +19 -0
- package/es/common/emoji-select/components/categories/categories.d.ts +30 -0
- package/es/common/emoji-select/components/categories/index.d.ts +1 -0
- package/es/common/emoji-select/components/category-label/category-label.d.ts +18 -0
- package/es/common/emoji-select/components/category-label/index.d.ts +1 -0
- package/es/common/emoji-select/components/emoji-item/emoji-item.d.ts +44 -0
- package/es/common/emoji-select/components/emoji-item/index.d.ts +1 -0
- package/es/common/emoji-select/components/emoji-list/emoji-list.d.ts +92 -0
- package/es/common/emoji-select/components/emoji-list/index.d.ts +1 -0
- package/es/common/emoji-select/components/index.d.ts +5 -0
- package/es/common/emoji-select/components/input-search/index.d.ts +1 -0
- package/es/common/emoji-select/components/input-search/input-search.d.ts +9 -0
- package/es/common/emoji-select/emoji-select.d.ts +142 -0
- package/es/common/emoji-select/icons/categories.d.ts +2 -0
- package/es/common/emoji-select/icons/emoji.d.ts +2 -0
- package/es/common/emoji-select/icons/index.d.ts +3 -0
- package/es/common/emoji-select/icons/search.d.ts +1 -0
- package/es/common/emoji-select/interface/category.d.ts +44 -0
- package/es/common/emoji-select/interface/emoji.d.ts +37 -0
- package/es/common/emoji-select/interface/index.d.ts +3 -0
- package/es/common/emoji-select/interface/map-emojis.d.ts +17 -0
- package/es/common/extend-action-timeline/extend-action-timeline.d.ts +16 -0
- package/es/common/fullscreen-toolbar/fullscreen-toolbar-alarm-clock/fullscreen-toolbar-alarm-clock.d.ts +9 -0
- package/es/common/fullscreen-toolbar/fullscreen-toolbar.d.ts +13 -0
- package/es/common/grid-setting/grid-setting.d.ts +37 -0
- package/es/common/index.d.ts +14 -0
- package/es/common/index.mjs +6 -0
- package/es/common/map-chart/map-chart.d.ts +128 -0
- package/es/common/map-chart/map-chart.util.d.ts +30 -0
- package/es/common/map-chart/map-json.d.ts +1 -0
- package/es/common/map-chart/map-manager.d.ts +20 -0
- package/es/common/no-data/no-data.d.ts +37 -0
- package/es/common/pagination/pagination.css +1 -1
- package/es/common/pagination/pagination.d.ts +57 -0
- package/es/common/pagination/pagination.mjs +8 -2
- package/es/common/pql-editor/components/index.d.ts +1 -0
- package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.d.ts +28 -0
- package/es/common/pql-editor/pql-editor.d.ts +74 -0
- package/es/common/pql-editor/pql-editor.mjs +202 -143
- package/es/common/pql-editor/pql-editor.module.d.ts +47 -0
- package/es/common/pql-editor/utils/index.d.ts +19 -0
- package/es/common/pql-editor/utils/index.mjs +157 -60
- package/es/common/quick-edit/quick-edit.d.ts +38 -0
- package/es/common/rawitem/rawitem.d.ts +51 -0
- package/es/common/rawitem/rawitem.mjs +16 -0
- package/es/common/row/row.d.ts +10 -0
- package/es/common/sort-bar/sort-bar.d.ts +46 -0
- package/es/common/split/split.css +1 -1
- package/es/common/split/split.d.ts +56 -0
- package/es/common/split/split.mjs +2 -2
- package/es/common/split-trigger/split-trigger.d.ts +11 -0
- package/es/common/view-message/view-message.d.ts +915 -0
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.d.ts +61 -0
- package/es/control/app-menu/app-menu.mjs +84 -52
- package/es/control/app-menu/app-menu.provider.d.ts +13 -0
- package/es/control/app-menu/custom-menu-design/custom-menu-design.d.ts +43 -0
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +3 -0
- package/es/control/app-menu/index.d.ts +57 -0
- package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +52 -0
- package/es/control/app-menu-icon-view/app-menu-icon-view.provider.d.ts +13 -0
- package/es/control/app-menu-icon-view/index.d.ts +53 -0
- package/es/control/calendar/calendar.d.ts +64 -0
- package/es/control/calendar/calendar.provider.d.ts +13 -0
- package/es/control/calendar/components/calendar-daily/calendar-daily.d.ts +18 -0
- package/es/control/calendar/components/calendar-daily/index.d.ts +18 -0
- package/es/control/calendar/components/calendar-daily/use-calendar-daily.d.ts +154 -0
- package/es/control/calendar/components/calendar-week/calendar-week.d.ts +18 -0
- package/es/control/calendar/components/calendar-week/index.d.ts +18 -0
- package/es/control/calendar/components/calendar-week/use-calendar-week.d.ts +159 -0
- package/es/control/calendar/components/constant/event.d.ts +5 -0
- package/es/control/calendar/components/constant/index.d.ts +1 -0
- package/es/control/calendar/components/custom-calendar/custom-calendar.d.ts +24 -0
- package/es/control/calendar/components/custom-calendar/index.d.ts +24 -0
- package/es/control/calendar/components/custom-calendar/use-custom-calendar.d.ts +3 -0
- package/es/control/calendar/components/interface/calendar-daily.d.ts +12 -0
- package/es/control/calendar/components/interface/calendar-week.d.ts +12 -0
- package/es/control/calendar/components/interface/common.d.ts +116 -0
- package/es/control/calendar/components/interface/custom-calendar.d.ts +14 -0
- package/es/control/calendar/components/interface/index.d.ts +4 -0
- package/es/control/calendar/components/util/index.d.ts +1 -0
- package/es/control/calendar/components/util/util.d.ts +89 -0
- package/es/control/calendar/index.d.ts +61 -0
- package/es/control/caption-bar/caption-bar.css +1 -1
- package/es/control/caption-bar/caption-bar.d.ts +43 -0
- package/es/control/caption-bar/caption-bar.mjs +12 -3
- package/es/control/caption-bar/caption-bar.provider.d.ts +13 -0
- package/es/control/caption-bar/index.d.ts +40 -0
- package/es/control/chart/chart.d.ts +113 -0
- package/es/control/chart/chart.mjs +3 -3
- package/es/control/chart/chart.provider.d.ts +13 -0
- package/es/control/chart/index.d.ts +5 -0
- package/es/control/context-menu/context-menu.d.ts +80 -0
- package/es/control/context-menu/context-menu.mjs +119 -74
- package/es/control/context-menu/context-menu.provider.d.ts +13 -0
- package/es/control/context-menu/index.d.ts +77 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +21219 -0
- 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.d.ts +77 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +2 -2
- package/es/control/dashboard/dashboard.d.ts +53 -0
- package/es/control/dashboard/dashboard.mjs +70 -13
- package/es/control/dashboard/dashboard.provider.d.ts +13 -0
- package/es/control/dashboard/index.d.ts +51 -0
- package/es/control/dashboard/index.mjs +4 -1
- package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.d.ts +25 -0
- package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.provider.d.ts +15 -0
- package/es/control/dashboard/portlet/actionbar-portlet/index.d.ts +24 -0
- package/es/control/dashboard/portlet/chart-portlet/chart-portlet.d.ts +24 -0
- package/es/control/dashboard/portlet/chart-portlet/chart-portlet.provider.d.ts +15 -0
- package/es/control/dashboard/portlet/chart-portlet/index.d.ts +24 -0
- package/es/control/dashboard/portlet/container-portlet/container-portlet.d.ts +25 -0
- package/es/control/dashboard/portlet/container-portlet/container-portlet.provider.d.ts +14 -0
- package/es/control/dashboard/portlet/container-portlet/index.d.ts +23 -0
- 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/html-portlet/html-portlet.d.ts +25 -0
- package/es/control/dashboard/portlet/html-portlet/html-portlet.provider.d.ts +15 -0
- package/es/control/dashboard/portlet/html-portlet/index.d.ts +23 -0
- package/es/control/dashboard/portlet/index.d.ts +11 -0
- package/es/control/dashboard/portlet/index.mjs +2 -0
- package/es/control/dashboard/portlet/list-portlet/index.d.ts +24 -0
- package/es/control/dashboard/portlet/list-portlet/list-portlet.d.ts +24 -0
- package/es/control/dashboard/portlet/list-portlet/list-portlet.provider.d.ts +15 -0
- package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.d.ts +52 -0
- package/es/control/dashboard/portlet/menu-portlet/index.d.ts +24 -0
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.d.ts +25 -0
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.provider.d.ts +14 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.d.ts +33 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +16 -4
- package/es/control/dashboard/portlet/rawitem-portlet/index.d.ts +24 -0
- package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.d.ts +25 -0
- package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.provider.d.ts +15 -0
- package/es/control/dashboard/portlet/report-portlet/index.d.ts +25 -0
- package/es/control/dashboard/portlet/report-portlet/report-portlet.d.ts +25 -0
- package/es/control/dashboard/portlet/report-portlet/report-portlet.provider.d.ts +15 -0
- package/es/control/dashboard/portlet/view-portlet/index.d.ts +24 -0
- package/es/control/dashboard/portlet/view-portlet/view-portlet.d.ts +25 -0
- package/es/control/dashboard/portlet/view-portlet/view-portlet.provider.d.ts +15 -0
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.d.ts +136 -0
- package/es/control/data-view/data-view.mjs +116 -16
- package/es/control/data-view/data-view.provider.d.ts +11 -0
- package/es/control/data-view/index.d.ts +122 -0
- package/es/control/drbar/drbar.controller.d.ts +213 -0
- package/es/control/drbar/drbar.css +1 -1
- package/es/control/drbar/drbar.d.ts +72 -0
- package/es/control/drbar/drbar.mjs +24 -24
- package/es/control/drbar/drbar.provider.d.ts +11 -0
- package/es/control/drbar/index.d.ts +71 -0
- package/es/control/drtab/drtab-control.util.d.ts +17 -0
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +203 -0
- package/es/control/drtab/drtab.controller.mjs +6 -3
- package/es/control/drtab/drtab.css +1 -1
- package/es/control/drtab/drtab.d.ts +49 -0
- package/es/control/drtab/drtab.mjs +25 -23
- package/es/control/drtab/drtab.provider.d.ts +11 -0
- package/es/control/drtab/index.d.ts +46 -0
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.d.ts +64 -0
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.provider.d.ts +11 -0
- package/es/control/exp-bar/calendar-exp-bar/index.d.ts +62 -0
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.d.ts +64 -0
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.provider.d.ts +11 -0
- package/es/control/exp-bar/chart-exp-bar/index.d.ts +62 -0
- package/es/control/exp-bar/data-view-exp-bar/data-view-exp-bar.provider.d.ts +13 -0
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.d.ts +64 -0
- package/es/control/exp-bar/data-view-exp-bar/index.d.ts +62 -0
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.d.ts +64 -0
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.provider.d.ts +13 -0
- package/es/control/exp-bar/grid-exp-bar/index.d.ts +62 -0
- package/es/control/exp-bar/index.d.ts +6 -0
- package/es/control/exp-bar/list-exp-bar/index.d.ts +62 -0
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.d.ts +64 -0
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.provider.d.ts +13 -0
- package/es/control/exp-bar/render-util.d.ts +25 -0
- package/es/control/exp-bar/tree-exp-bar/index.d.ts +72 -0
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.d.ts +74 -0
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.provider.d.ts +11 -0
- package/es/control/form/edit-form/edit-form.d.ts +76 -0
- package/es/control/form/edit-form/edit-form.mjs +39 -3
- package/es/control/form/edit-form/edit-form.provider.d.ts +13 -0
- package/es/control/form/edit-form/index.d.ts +74 -0
- package/es/control/form/form/form.d.ts +26 -0
- package/es/control/form/form/index.d.ts +31 -0
- package/es/control/form/form/index.mjs +2 -0
- package/es/control/form/form-detail/form-button/form-button.d.ts +27 -0
- package/es/control/form/form-detail/form-button/form-button.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-button/index.d.ts +23 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.css +1 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.d.ts +27 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.mjs +48 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.provider.d.ts +13 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.provider.mjs +21 -0
- package/es/control/form/form-detail/form-button-list/index.d.ts +23 -0
- package/es/control/form/form-detail/form-button-list/index.mjs +18 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/es/control/form/form-detail/form-druipart/form-druipart.d.ts +27 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-druipart/index.d.ts +23 -0
- 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.d.ts +29 -0
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +17 -10
- package/es/control/form/form-detail/form-group-panel/form-group-panel.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-group-panel/index.d.ts +25 -0
- 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-container/form-item-container.d.ts +105 -0
- package/es/control/form/form-detail/form-item/form-item.d.ts +36 -0
- package/es/control/form/form-detail/form-item/form-item.mjs +9 -3
- package/es/control/form/form-detail/form-item/form-item.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-item/index.d.ts +33 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.d.ts +18 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.d.ts +19 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.d.ts +15 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +18816 -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-multi-form/repeater-multi-form.d.ts +20 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +5 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +32 -0
- 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-mdctrl/form-mdctrl.d.ts +30 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-mdctrl/index.d.ts +26 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +48 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +73 -3
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/icon/index.d.ts +21 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.d.ts +38 -0
- package/es/control/form/form-detail/form-page/form-page-item/form-page.item.d.ts +24 -0
- package/es/control/form/form-detail/form-page/form-page.css +1 -1
- package/es/control/form/form-detail/form-page/form-page.d.ts +28 -0
- package/es/control/form/form-detail/form-page/form-page.mjs +11 -2
- package/es/control/form/form-detail/form-page/form-page.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-page/index.d.ts +25 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.d.ts +28 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-rawitem/index.d.ts +24 -0
- package/es/control/form/form-detail/form-tab-page/form-tab-page.d.ts +26 -0
- package/es/control/form/form-detail/form-tab-page/form-tab-page.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-tab-page/index.d.ts +22 -0
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.d.ts +28 -0
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-tab-panel/index.d.ts +24 -0
- package/es/control/form/form-detail/index.d.ts +10 -0
- package/es/control/form/form-detail/index.mjs +1 -0
- package/es/control/form/index.d.ts +4 -0
- package/es/control/form/index.mjs +1 -0
- package/es/control/form/search-form/index.d.ts +48 -0
- package/es/control/form/search-form/search-form.d.ts +51 -0
- package/es/control/form/search-form/search-form.provider.d.ts +13 -0
- package/es/control/gantt/gantt.d.ts +93 -0
- package/es/control/gantt/gantt.mjs +13 -0
- package/es/control/gantt/gantt.provider.d.ts +13 -0
- package/es/control/gantt/index.d.ts +91 -0
- package/es/control/grid/grid/grid-control.util.d.ts +93 -0
- package/es/control/grid/grid/grid-control.util.mjs +45 -2
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.d.ts +184 -0
- package/es/control/grid/grid/grid.mjs +10 -2
- package/es/control/grid/grid/grid.provider.d.ts +13 -0
- package/es/control/grid/grid/index.d.ts +170 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +40 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.provider.d.ts +15 -0
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +38 -0
- package/es/control/grid/grid-column/grid-field-edit-column/all-edit.d.ts +15 -0
- package/es/control/grid/grid-column/grid-field-edit-column/cell-edit.d.ts +19 -0
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.d.ts +49 -0
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.d.ts +40 -0
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +2 -2
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.provider.d.ts +15 -0
- package/es/control/grid/grid-column/grid-field-edit-column/index.d.ts +37 -0
- package/es/control/grid/grid-column/grid-field-edit-column/row-edit.d.ts +14 -0
- package/es/control/grid/grid-column/grid-group-column/grid-group-column.d.ts +23 -0
- package/es/control/grid/grid-column/grid-group-column/grid-group-column.provider.d.ts +13 -0
- package/es/control/grid/grid-column/grid-group-column/index.d.ts +22 -0
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.d.ts +27 -0
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.provider.d.ts +15 -0
- package/es/control/grid/grid-column/grid-ua-column/index.d.ts +24 -0
- package/es/control/grid/grid-column/index.d.ts +4 -0
- package/es/control/grid/index.d.ts +2 -0
- package/es/control/grid/row-edit-popover/row-edit-popover.d.ts +24 -0
- package/es/control/grid/row-edit-popover/use-row-edit-popover.d.ts +5 -0
- package/es/control/index.d.ts +27 -0
- package/es/control/index.mjs +3 -0
- package/es/control/kanban/index.d.ts +70 -0
- package/es/control/kanban/kanban.d.ts +73 -0
- package/es/control/kanban/kanban.provider.d.ts +11 -0
- package/es/control/list/index.d.ts +123 -0
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +150 -0
- package/es/control/list/list.mjs +138 -31
- package/es/control/list/list.provider.d.ts +13 -0
- package/es/control/map/index.d.ts +5 -0
- package/es/control/map/map.d.ts +77 -0
- package/es/control/map/map.provider.d.ts +13 -0
- package/es/control/medit-view-panel/index.d.ts +35 -0
- package/es/control/medit-view-panel/medit-view-panel.d.ts +38 -0
- package/es/control/medit-view-panel/medit-view-panel.provider.d.ts +11 -0
- package/es/control/pickup-view-panel/index.d.ts +58 -0
- package/es/control/pickup-view-panel/pickup-view-panel.d.ts +74 -0
- package/es/control/pickup-view-panel/pickup-view-panel.provider.d.ts +11 -0
- package/es/control/report-panel/index.d.ts +2 -0
- package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.d.ts +16 -0
- package/es/control/report-panel/report-detail/bi-report-panel/index.d.ts +14 -0
- package/es/control/report-panel/report-detail/index.d.ts +3 -0
- package/es/control/report-panel/report-detail/user-report-panel/index.d.ts +14 -0
- package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.d.ts +16 -0
- package/es/control/report-panel/report-detail/user2-report-panel/index.d.ts +15 -0
- package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.d.ts +17 -0
- package/es/control/report-panel/report-panel.d.ts +52 -0
- package/es/control/report-panel/report-panel.provider.d.ts +11 -0
- package/es/control/search-bar/filter-mode-select/filter-mode-select.d.ts +135 -0
- package/es/control/search-bar/filter-tree/filter-tree.d.ts +104 -0
- package/es/control/search-bar/index.d.ts +48 -0
- 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.d.ts +16 -0
- package/es/control/search-bar/quick-search-select/quick-search-select.mjs +3 -0
- package/es/control/search-bar/search-bar.css +1 -1
- package/es/control/search-bar/search-bar.d.ts +51 -0
- package/es/control/search-bar/search-bar.provider.d.ts +13 -0
- package/es/control/search-bar/search-groups/edit-group-util.d.ts +10 -0
- package/es/control/search-bar/search-groups/new-group-util.d.ts +10 -0
- package/es/control/search-bar/search-groups/search-groups.d.ts +40 -0
- package/es/control/search-bar/search-groups/search-groups.mjs +8 -5
- package/es/control/tab-exp-panel/index.d.ts +49 -0
- package/es/control/tab-exp-panel/tab-exp-panel.d.ts +52 -0
- package/es/control/tab-exp-panel/tab-exp-panel.provider.d.ts +11 -0
- package/es/control/toolbar/export-excel/export-excel.css +1 -1
- package/es/control/toolbar/export-excel/export-excel.d.ts +52 -0
- package/es/control/toolbar/index.d.ts +57 -0
- package/es/control/toolbar/short-cut-button/short-cut-button.d.ts +48 -0
- package/es/control/toolbar/toolbar.css +1 -1
- package/es/control/toolbar/toolbar.d.ts +56 -0
- package/es/control/toolbar/toolbar.mjs +2 -2
- package/es/control/toolbar/toolbar.provider.d.ts +13 -0
- package/es/control/tree/el-tree-util.d.ts +920 -0
- package/es/control/tree/index.d.ts +1050 -0
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +1085 -0
- package/es/control/tree/tree.mjs +90 -7
- package/es/control/tree/tree.provider.d.ts +13 -0
- package/es/control/tree-grid/index.d.ts +154 -0
- package/es/control/tree-grid/tree-grid.d.ts +166 -0
- package/es/control/tree-grid/tree-grid.mjs +4 -27
- package/es/control/tree-grid/tree-grid.provider.d.ts +13 -0
- package/es/control/tree-grid-ex/index.d.ts +53 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/index.d.ts +3 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/all-edit.d.ts +15 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/cell-edit.d.ts +19 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/row-edit.d.ts +14 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.d.ts +31 -0
- 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-column/tree-grid-ex-field-column/index.d.ts +30 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.d.ts +33 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.provider.d.ts +15 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/index.d.ts +24 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.d.ts +27 -0
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.provider.d.ts +15 -0
- package/es/control/tree-grid-ex/tree-grid-ex.d.ts +54 -0
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex.provider.d.ts +13 -0
- package/es/control/tree-grid-ex/use-row-edit-popover.d.ts +5 -0
- package/es/control/wizard-panel/index.d.ts +39 -0
- package/es/control/wizard-panel/wizard-panel.css +1 -1
- package/es/control/wizard-panel/wizard-panel.d.ts +42 -0
- package/es/control/wizard-panel/wizard-panel.provider.d.ts +13 -0
- package/es/editor/array/array-editor.controller.d.ts +10 -0
- package/es/editor/array/array-editor.provider.d.ts +17 -0
- package/es/editor/array/ibiz-array/ibiz-array.d.ts +138 -0
- package/es/editor/array/index.d.ts +3 -0
- package/es/editor/autocomplete/autocomplete-editor.controller.d.ts +65 -0
- package/es/editor/autocomplete/autocomplete-editor.provider.d.ts +17 -0
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +83 -0
- package/es/editor/autocomplete/index.d.ts +3 -0
- package/es/editor/carousel/carousel-editor.controller.d.ts +10 -0
- package/es/editor/carousel/carousel-editor.provider.d.ts +17 -0
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +76 -0
- package/es/editor/carousel/index.d.ts +3 -0
- package/es/editor/cascader/cascader-editor.controller.d.ts +10 -0
- package/es/editor/cascader/cascader-editor.provider.d.ts +17 -0
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +96 -0
- package/es/editor/cascader/index.d.ts +3 -0
- package/es/editor/check-box/check-box-editor.controller.d.ts +11 -0
- package/es/editor/check-box/check-box-editor.provider.d.ts +17 -0
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +69 -0
- package/es/editor/check-box/index.d.ts +3 -0
- package/es/editor/check-box-list/checkbox-list-editor.controller.d.ts +25 -0
- package/es/editor/check-box-list/checkbox-list-editor.provider.d.ts +17 -0
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +105 -0
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +26 -55
- package/es/editor/check-box-list/index.d.ts +3 -0
- package/es/editor/code/code-editor.controller.d.ts +25 -0
- package/es/editor/code/code-editor.provider.d.ts +17 -0
- package/es/editor/code/index.d.ts +3 -0
- package/es/editor/code/monaco-editor/monaco-editor.d.ts +86 -0
- package/es/editor/color-picker/color-picker-editor.controller.d.ts +13 -0
- package/es/editor/color-picker/color-picker-editor.provider.d.ts +17 -0
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +76 -0
- package/es/editor/color-picker/index.d.ts +3 -0
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +84 -0
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +83 -0
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +84 -0
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +83 -0
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +70 -0
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +98 -0
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +2 -0
- package/es/editor/data-picker/index.d.ts +8 -0
- package/es/editor/data-picker/picker-editor.controller.d.ts +125 -0
- package/es/editor/data-picker/picker-editor.provider.d.ts +18 -0
- package/es/editor/date-picker/date-picker-editor.controller.d.ts +26 -0
- package/es/editor/date-picker/date-picker-editor.provider.d.ts +17 -0
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +79 -0
- package/es/editor/date-picker/index.d.ts +3 -0
- package/es/editor/date-range/date-range-editor.controller.d.ts +36 -0
- package/es/editor/date-range/date-range-editor.provider.d.ts +15 -0
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +85 -0
- package/es/editor/date-range/index.d.ts +3 -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/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 +1 -1
- 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/date-range-select.d.ts +64 -0
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +31 -8
- 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 +92 -5
- package/es/editor/date-range-select/date-range-select.provider.d.ts +8 -0
- package/es/editor/date-range-select/index.d.ts +3 -0
- package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +31 -0
- package/es/editor/dropdown-list/dropdown-list-editor.provider.d.ts +18 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +87 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +74 -21
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +74 -0
- package/es/editor/dropdown-list/index.d.ts +4 -0
- package/es/editor/html/html-editor.controller.d.ts +131 -0
- package/es/editor/html/html-editor.provider.d.ts +17 -0
- package/es/editor/html/index.d.ts +2 -0
- package/es/editor/html/wang-editor/component/emoji/emoji.d.ts +17 -0
- package/es/editor/html/wang-editor/component/index.d.ts +1 -0
- package/es/editor/html/wang-editor/element/emoji.d.ts +7 -0
- package/es/editor/html/wang-editor/element/index.d.ts +1 -0
- package/es/editor/html/wang-editor/index.d.ts +4 -0
- package/es/editor/html/wang-editor/module/ai-module.d.ts +67 -0
- package/es/editor/html/wang-editor/module/emoji-module.d.ts +7 -0
- package/es/editor/html/wang-editor/module/emoji-module.mjs +1 -1
- package/es/editor/html/wang-editor/module/index.d.ts +2 -0
- package/es/editor/html/wang-editor/plugin/index.d.ts +1 -0
- package/es/editor/html/wang-editor/plugin/plugin.d.ts +7 -0
- package/es/editor/html/wang-editor/wang-editor.d.ts +95 -0
- package/es/editor/index.d.ts +5 -0
- package/es/editor/index.mjs +1 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +73 -0
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +32 -32
- package/es/editor/list-box/index.d.ts +4 -0
- package/es/editor/list-box/list-box-editor.controller.d.ts +18 -0
- package/es/editor/list-box/list-box-editor.provider.d.ts +18 -0
- package/es/editor/list-box/list-box-picker-editor.controller.d.ts +49 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.d.ts +3 -0
- package/es/editor/markdown/index.d.ts +2 -0
- package/es/editor/markdown/markdown-editor.controller.d.ts +76 -0
- package/es/editor/markdown/markdown-editor.provider.d.ts +17 -0
- package/es/editor/not-supported-editor/not-supported-editor.d.ts +16 -0
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +87 -0
- package/es/editor/number-range/index.d.ts +3 -0
- package/es/editor/number-range/number-range-editor.controller.d.ts +11 -0
- package/es/editor/number-range/number-range-editor.provider.d.ts +15 -0
- package/es/editor/preset/index.d.ts +1 -0
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +70 -0
- package/es/editor/preset/preset-rawitem/index.d.ts +3 -0
- package/es/editor/preset/preset-rawitem/preset-rawitem.controller.d.ts +10 -0
- package/es/editor/preset/preset-rawitem/preset-rawitem.provider.d.ts +17 -0
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +73 -0
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +17 -2
- package/es/editor/radio-button-list/index.d.ts +3 -0
- package/es/editor/radio-button-list/radio-button-list.controller.d.ts +18 -0
- package/es/editor/radio-button-list/radio-button-list.provider.d.ts +17 -0
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +73 -0
- package/es/editor/rate/index.d.ts +3 -0
- package/es/editor/rate/rate-editor.controller.d.ts +11 -0
- package/es/editor/rate/rate-editor.provider.d.ts +15 -0
- package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +70 -0
- package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +6 -7
- package/es/editor/raw/index.d.ts +3 -0
- package/es/editor/raw/raw-editor.controller.d.ts +11 -0
- package/es/editor/raw/raw-editor.provider.d.ts +15 -0
- package/es/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +80 -0
- package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +65 -5
- package/es/editor/slider/index.d.ts +3 -0
- package/es/editor/slider/slider-editor.controller.d.ts +12 -0
- package/es/editor/slider/slider-editor.provider.d.ts +15 -0
- package/es/editor/span/index.d.ts +4 -0
- package/es/editor/span/span/span.css +1 -1
- package/es/editor/span/span/span.d.ts +96 -0
- package/es/editor/span/span/span.mjs +9 -3
- package/es/editor/span/span-editor.controller.d.ts +26 -0
- package/es/editor/span/span-editor.provider.d.ts +18 -0
- package/es/editor/span/span-link/span-link.d.ts +70 -0
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +76 -0
- package/es/editor/stepper/index.d.ts +3 -0
- package/es/editor/stepper/stepper-editor.controller.d.ts +11 -0
- package/es/editor/stepper/stepper-editor.provider.d.ts +15 -0
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +73 -0
- package/es/editor/switch/index.d.ts +3 -0
- package/es/editor/switch/switch-editor.controller.d.ts +11 -0
- package/es/editor/switch/switch-editor.provider.d.ts +15 -0
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +77 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +80 -0
- package/es/editor/text-box/index.d.ts +5 -0
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.d.ts +119 -0
- package/es/editor/text-box/input/input.mjs +19 -2
- package/es/editor/text-box/text-box-editor.controller.d.ts +84 -0
- package/es/editor/text-box/text-box-editor.provider.d.ts +18 -0
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +84 -0
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +67 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +88 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +4 -2
- package/es/editor/upload/index.d.ts +5 -0
- package/es/editor/upload/upload-editor.controller.d.ts +46 -0
- package/es/editor/upload/upload-editor.provider.d.ts +18 -0
- package/es/editor/upload/use/use-ibiz-upload.d.ts +95 -0
- package/es/editor/upload/use/use-iview-upload.d.ts +31 -0
- package/es/editor/upload/use/use-iview-upload.mjs +55 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.d.ts +46 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +81 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.d.ts +17 -0
- package/es/editor/user/ibiz-searchcond-edit/index.d.ts +3 -0
- package/es/editor/user/index.d.ts +1 -0
- package/es/ibiz-vue3.d.ts +5 -0
- package/es/ibiz-vue3.mjs +2 -1
- package/es/index.d.ts +9 -0
- package/es/index.mjs +3 -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 +53 -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/i-pql-node.d.ts +37 -0
- package/es/interface/i-schema-field.d.ts +51 -0
- package/es/interface/index.d.ts +6 -0
- package/es/interface/index.mjs +3 -0
- package/es/locale/en/index.d.ts +1348 -0
- package/es/locale/en/index.mjs +63 -5
- package/es/locale/index.d.ts +108 -0
- package/es/locale/zh-CN/index.d.ts +1342 -0
- package/es/locale/zh-CN/index.mjs +63 -5
- package/es/panel-component/auth-captcha/auth-captcha.controller.d.ts +70 -0
- package/es/panel-component/auth-captcha/auth-captcha.d.ts +29 -0
- package/es/panel-component/auth-captcha/auth-captcha.provider.d.ts +14 -0
- package/es/panel-component/auth-captcha/auth-captcha.state.d.ts +45 -0
- package/es/panel-component/auth-captcha/index.d.ts +26 -0
- package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +32 -0
- package/es/panel-component/auth-userinfo/auth-userinfo.mjs +2 -2
- package/es/panel-component/auth-userinfo/auth-userinfo.provider.d.ts +15 -0
- package/es/panel-component/auth-userinfo/index.d.ts +29 -0
- package/es/panel-component/coop-pos/coop-pos.controller.d.ts +28 -0
- 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 +37 -0
- package/es/panel-component/coop-pos/coop-pos.mjs +20 -4
- package/es/panel-component/coop-pos/coop-pos.provider.d.ts +7 -0
- package/es/panel-component/coop-pos/coop-pos.state.d.ts +33 -0
- package/es/panel-component/coop-pos/coop-pos.state.mjs +14 -0
- package/es/panel-component/coop-pos/index.d.ts +27 -0
- package/es/panel-component/data-import/data-import-shell.d.ts +27 -0
- package/es/panel-component/data-import/data-import.provider.d.ts +15 -0
- package/es/panel-component/data-import/index.d.ts +24 -0
- package/es/panel-component/index-actions/index-actions.d.ts +27 -0
- package/es/panel-component/index-actions/index-actions.provider.d.ts +15 -0
- package/es/panel-component/index-actions/index.d.ts +24 -0
- package/es/panel-component/index.d.ts +14 -0
- package/es/panel-component/index.mjs +6 -1
- package/es/panel-component/nav-breadcrumb/index.d.ts +26 -0
- package/es/panel-component/nav-breadcrumb/index.mjs +17 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +120 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +330 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +31 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +72 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.d.ts +13 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.mjs +21 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.d.ts +63 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.mjs +143 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.d.ts +26 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.mjs +22 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.d.ts +39 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.mjs +73 -0
- package/es/panel-component/nav-pos-index/index.d.ts +27 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +168 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +41 -3
- package/es/panel-component/nav-pos-index/nav-pos-index.d.ts +28 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.provider.d.ts +16 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.state.d.ts +42 -0
- package/es/panel-component/nav-tabs/index.d.ts +44 -0
- package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +90 -0
- package/es/panel-component/nav-tabs/nav-tabs.css +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.d.ts +34 -0
- package/es/panel-component/nav-tabs/nav-tabs.provider.d.ts +16 -0
- package/es/panel-component/nav-tabs/nav-tabs.state.d.ts +38 -0
- package/es/panel-component/panel-app-header/index.d.ts +25 -0
- package/es/panel-component/panel-app-header/panel-app-header.d.ts +28 -0
- package/es/panel-component/panel-app-header/panel-app-header.provider.d.ts +15 -0
- package/es/panel-component/panel-app-login-view/index.d.ts +27 -0
- package/es/panel-component/panel-app-login-view/panel-app-login-view.controller.d.ts +14 -0
- package/es/panel-component/panel-app-login-view/panel-app-login-view.css +1 -1
- package/es/panel-component/panel-app-login-view/panel-app-login-view.d.ts +27 -0
- package/es/panel-component/panel-app-login-view/panel-app-login-view.provider.d.ts +15 -0
- package/es/panel-component/panel-app-login-view/panel-app-login-view.state.d.ts +12 -0
- package/es/panel-component/panel-app-title/index.d.ts +28 -0
- package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +50 -0
- 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.d.ts +31 -0
- package/es/panel-component/panel-app-title/panel-app-title.mjs +46 -3
- package/es/panel-component/panel-app-title/panel-app-title.provider.d.ts +14 -0
- package/es/panel-component/panel-app-title/panel-app-title.state.d.ts +68 -0
- package/es/panel-component/panel-button/index.d.ts +35 -0
- package/es/panel-component/panel-button/panel-button.controller.d.ts +82 -0
- package/es/panel-component/panel-button/panel-button.d.ts +38 -0
- package/es/panel-component/panel-button/panel-button.provider.d.ts +14 -0
- package/es/panel-component/panel-button/panel-button.state.d.ts +26 -0
- package/es/panel-component/panel-button-list/index.d.ts +24 -0
- package/es/panel-component/panel-button-list/index.mjs +19 -0
- package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +70 -0
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +145 -0
- package/es/panel-component/panel-button-list/panel-button-list.css +1 -0
- package/es/panel-component/panel-button-list/panel-button-list.d.ts +27 -0
- package/es/panel-component/panel-button-list/panel-button-list.mjs +48 -0
- package/es/panel-component/panel-button-list/panel-button-list.provider.d.ts +14 -0
- package/es/panel-component/panel-button-list/panel-button-list.provider.mjs +21 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +17 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.mjs +23 -0
- package/es/panel-component/panel-exp-header/index.d.ts +25 -0
- package/es/panel-component/panel-exp-header/panel-exp-header.css +1 -1
- package/es/panel-component/panel-exp-header/panel-exp-header.d.ts +28 -0
- package/es/panel-component/panel-exp-header/panel-exp-header.provider.d.ts +15 -0
- package/es/panel-component/panel-index-view-search/index.d.ts +30 -0
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.d.ts +33 -0
- package/es/panel-component/panel-index-view-search/panel-index-view-search.provider.d.ts +13 -0
- package/es/panel-component/panel-remember-me/index.d.ts +28 -0
- package/es/panel-component/panel-remember-me/panel-remember-me.controller.d.ts +14 -0
- package/es/panel-component/panel-remember-me/panel-remember-me.d.ts +27 -0
- package/es/panel-component/panel-remember-me/panel-remember-me.provider.d.ts +15 -0
- package/es/panel-component/panel-remember-me/panel-remember-me.state.d.ts +12 -0
- package/es/panel-component/panel-static-carousel/index.d.ts +32 -0
- package/es/panel-component/panel-static-carousel/panel-static-carousel.d.ts +35 -0
- package/es/panel-component/panel-static-carousel/panel-static-carousel.provider.d.ts +15 -0
- package/es/panel-component/panel-tab-panel/index.d.ts +25 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +31 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +28 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.d.ts +14 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +20 -0
- package/es/panel-component/panel-view-content/index.d.ts +25 -0
- package/es/panel-component/panel-view-content/panel-view-content.d.ts +28 -0
- package/es/panel-component/panel-view-content/panel-view-content.mjs +6 -0
- package/es/panel-component/panel-view-content/panel-view-content.provider.d.ts +15 -0
- package/es/panel-component/panel-view-header/index.d.ts +25 -0
- package/es/panel-component/panel-view-header/panel-view-header.css +1 -1
- package/es/panel-component/panel-view-header/panel-view-header.d.ts +28 -0
- package/es/panel-component/panel-view-header/panel-view-header.provider.d.ts +15 -0
- package/es/panel-component/searchform-buttons/index.d.ts +26 -0
- package/es/panel-component/searchform-buttons/searchform-buttons.controller.d.ts +46 -0
- package/es/panel-component/searchform-buttons/searchform-buttons.d.ts +29 -0
- package/es/panel-component/searchform-buttons/searchform-buttons.provider.d.ts +15 -0
- package/es/panel-component/short-cut/index.d.ts +60 -0
- package/es/panel-component/short-cut/short-cut.css +1 -1
- package/es/panel-component/short-cut/short-cut.d.ts +63 -0
- package/es/panel-component/short-cut/short-cut.provider.d.ts +12 -0
- package/es/panel-component/split-container/index.d.ts +25 -0
- package/es/panel-component/split-container/split-container.controller.d.ts +71 -0
- package/es/panel-component/split-container/split-container.d.ts +26 -0
- package/es/panel-component/split-container/split-container.provider.d.ts +16 -0
- package/es/panel-component/split-container/split-container.state.d.ts +28 -0
- package/es/panel-component/user-action/index.d.ts +25 -0
- package/es/panel-component/user-action/user-action-provider.d.ts +6 -0
- package/es/panel-component/user-action/user-action.d.ts +28 -0
- package/es/panel-component/user-message/async-action/async-action/async-action.d.ts +34 -0
- package/es/panel-component/user-message/async-action/async-action/async-action.provider.d.ts +39 -0
- package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.d.ts +40 -0
- package/es/panel-component/user-message/async-action/async-action-result/async-action-result.d.ts +25 -0
- package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.d.ts +52 -0
- package/es/panel-component/user-message/async-action/index.d.ts +3 -0
- package/es/panel-component/user-message/index.d.ts +33 -0
- package/es/panel-component/user-message/internal-message/common/index.d.ts +3 -0
- package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.d.ts +104 -0
- package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.d.ts +29 -0
- package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.d.ts +28 -0
- package/es/panel-component/user-message/internal-message/index.d.ts +3 -0
- package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.d.ts +30 -0
- package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.d.ts +31 -0
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.d.ts +40 -0
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.d.ts +41 -0
- package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.d.ts +55 -0
- package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.d.ts +29 -0
- package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.d.ts +28 -0
- package/es/panel-component/user-message/user-message.d.ts +36 -0
- package/es/panel-component/user-message/user-message.provider.d.ts +15 -0
- package/es/panel-component/view-message/index.d.ts +24 -0
- package/es/panel-component/view-message/view-message.d.ts +26 -0
- package/es/panel-component/view-message/view-message.provider.d.ts +15 -0
- package/es/panel-component/view-msg-pos/index.d.ts +25 -0
- package/es/panel-component/view-msg-pos/view-msg-pos.controller.d.ts +21 -0
- package/es/panel-component/view-msg-pos/view-msg-pos.d.ts +25 -0
- package/es/panel-component/view-msg-pos/view-msg-pos.provider.d.ts +16 -0
- package/es/util/app-drawer/app-drawer-component.d.ts +38 -0
- package/es/util/app-float-window/app-float-window-component.d.ts +53 -0
- package/es/util/app-modal/app-modal-component.css +1 -1
- package/es/util/app-modal/app-modal-component.d.ts +44 -0
- package/es/util/app-popover/app-popover-component.d.ts +17 -0
- package/es/util/app-util/app-util.d.ts +90 -0
- package/es/util/confirm-util/confirm-util.d.ts +17 -0
- package/es/util/fullscreen/fullscreen-util.d.ts +38 -0
- package/es/util/fullscreen/fullscreen-util.mjs +11 -1
- package/es/util/index.d.ts +13 -0
- package/es/util/loading-util/loading-util.d.ts +66 -0
- package/es/util/message-util/message-util.d.ts +28 -0
- package/es/util/modal-util/modal-util.d.ts +17 -0
- package/es/util/notice-util/notice-util.d.ts +13 -0
- package/es/util/notification-util/notification-util.d.ts +55 -0
- package/es/util/open-view-util/open-view-util.d.ts +55 -0
- package/es/util/overlay-controller/overlay-controller.d.ts +21 -0
- package/es/util/pagination/use-pagination.d.ts +15 -0
- package/es/util/pagination/use-pagination.mjs +21 -0
- package/es/util/render-util/render-util.d.ts +48 -0
- package/es/util/wang-editor-util/wang-editor-util.d.ts +12 -0
- package/es/util/wang-editor-util/wang-editor-util.mjs +12 -7
- package/es/util/xlsx-util/xlsx-util.d.ts +45 -0
- package/es/view/403-view/403-view.d.ts +6 -0
- package/es/view/404-view/404-view.d.ts +6 -0
- package/es/view/error-view/error-view.d.ts +6 -0
- package/es/view/index.d.ts +6 -0
- package/es/view/login-view/login-view.css +1 -1
- package/es/view/login-view/login-view.d.ts +4 -0
- package/es/view/share-view/share-view.css +1 -1
- package/es/view/share-view/share-view.d.ts +10 -0
- package/es/view/sub-app-ref-view/index.d.ts +41 -0
- package/es/view/sub-app-ref-view/sub-app-ref-view.d.ts +44 -0
- package/es/view/sub-app-ref-view/sub-app-ref-view.provider.d.ts +13 -0
- package/es/view/wf-step-trace-view/index.d.ts +39 -0
- package/es/view/wf-step-trace-view/wf-step-trace-view.d.ts +42 -0
- package/es/view/wf-step-trace-view/wf-step-trace-view.provider.d.ts +11 -0
- package/es/view-engine/app-data-upload-view.engine.d.ts +13 -0
- package/es/view-engine/calendar-exp-view.engine.d.ts +25 -0
- package/es/view-engine/calendar-view.engine.d.ts +7 -0
- package/es/view-engine/chart-exp-view.engine.d.ts +24 -0
- package/es/view-engine/chart-view.engine.d.ts +15 -0
- package/es/view-engine/custom-view.engine.d.ts +5 -0
- package/es/view-engine/data-view-exp-view.engine.d.ts +35 -0
- package/es/view-engine/data-view.engine.d.ts +26 -0
- package/es/view-engine/data-view.engine.mjs +32 -1
- package/es/view-engine/de-index-view-engine.d.ts +39 -0
- package/es/view-engine/de-index-view-engine.mjs +15 -0
- package/es/view-engine/edit-view.engine.d.ts +111 -0
- package/es/view-engine/edit-view.engine.mjs +175 -53
- package/es/view-engine/edit-view2.engine.d.ts +32 -0
- package/es/view-engine/edit-view3.engine.d.ts +32 -0
- package/es/view-engine/edit-view4.engine.d.ts +32 -0
- package/es/view-engine/exp-view.engine.d.ts +62 -0
- package/es/view-engine/form-pickup-data-view.engine.d.ts +6 -0
- package/es/view-engine/gantt-view.engine.d.ts +9 -0
- package/es/view-engine/gantt-view.engine.mjs +41 -0
- package/es/view-engine/grid-exp-view.engine.d.ts +35 -0
- package/es/view-engine/grid-view.engine.d.ts +8 -0
- package/es/view-engine/grid-view.engine.mjs +41 -0
- package/es/view-engine/index-view.engine.d.ts +26 -0
- package/es/view-engine/index.d.ts +10 -0
- package/es/view-engine/kanban-view.engine.d.ts +25 -0
- package/es/view-engine/list-exp-view.engine.d.ts +35 -0
- package/es/view-engine/list-view.engine.d.ts +8 -0
- package/es/view-engine/list-view.engine.mjs +32 -1
- package/es/view-engine/login-view.engine.d.ts +42 -0
- package/es/view-engine/map-view.engine.d.ts +7 -0
- package/es/view-engine/medit-view9.engine.d.ts +16 -0
- package/es/view-engine/mpickup-view-engine.d.ts +120 -0
- package/es/view-engine/mpickup-view2-engine.d.ts +34 -0
- package/es/view-engine/opt-view.engine.d.ts +78 -0
- package/es/view-engine/opt-view.engine.mjs +48 -16
- package/es/view-engine/panel-view-engine.d.ts +21 -0
- package/es/view-engine/pickup-data-view.engine.d.ts +18 -0
- package/es/view-engine/pickup-grid-view.engine.d.ts +18 -0
- package/es/view-engine/pickup-tree-view.engine.d.ts +45 -0
- package/es/view-engine/pickup-view.engine.d.ts +62 -0
- package/es/view-engine/pickup-view2.engine.d.ts +25 -0
- package/es/view-engine/portal-view-engine.d.ts +21 -0
- package/es/view-engine/report-view.engine.d.ts +115 -0
- package/es/view-engine/sub-app-ref-view.engine.d.ts +11 -0
- package/es/view-engine/tab-exp-view.engine.d.ts +50 -0
- package/es/view-engine/tab-search-view.engine.d.ts +73 -0
- package/es/view-engine/tree-exp-view.engine.d.ts +26 -0
- package/es/view-engine/tree-exp-view.engine.mjs +35 -0
- package/es/view-engine/tree-grid-ex-view.engine.d.ts +8 -0
- package/es/view-engine/tree-grid-view.engine.d.ts +19 -0
- package/es/view-engine/tree-grid-view.engine.mjs +49 -0
- package/es/view-engine/tree-view.engine.d.ts +8 -0
- package/es/view-engine/tree-view.engine.mjs +35 -0
- package/es/view-engine/wf-dyna-action-view.engine.d.ts +30 -0
- package/es/view-engine/wf-dyna-edit-view.engine.d.ts +103 -0
- package/es/view-engine/wf-dyna-edit-view3.engine.d.ts +21 -0
- package/es/view-engine/wf-dyna-start-view.engine.d.ts +30 -0
- package/es/view-engine/wizard-view-engine.d.ts +26 -0
- package/es/web-app/App.d.ts +6 -0
- package/es/web-app/attach-environment-config.d.ts +1 -0
- package/es/web-app/components/index.d.ts +2 -0
- package/es/web-app/components/modal-router-shell/modal-router-shell.d.ts +13 -0
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
- package/es/web-app/components/router-shell/router-shell.d.ts +35 -0
- package/es/web-app/create-vue-app.d.ts +13 -0
- package/es/web-app/create-vue-app.mjs +9 -1
- package/es/web-app/guard/auth-guard/auth-guard.d.ts +88 -0
- package/es/web-app/guard/auth-guard/auth-guard.mjs +4 -5
- package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +6 -0
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +4 -5
- package/es/web-app/guard/index.d.ts +2 -0
- package/es/web-app/index.d.ts +3 -0
- package/es/web-app/main.d.ts +5 -0
- package/es/web-app/router/index.d.ts +8 -0
- package/es/web-app/util/index.d.ts +1 -0
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +46 -0
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.cjs +71 -0
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -0
- package/lib/common/anchor-container/anchor-container.cjs +157 -0
- package/lib/common/anchor-container/anchor-container.css +1 -0
- package/lib/common/button-list/button-list.cjs +167 -0
- package/lib/common/button-list/button-list.css +1 -0
- 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 +5 -5
- package/lib/common/custom-theme/custom-theme.css +1 -1
- package/lib/common/index.cjs +6 -0
- package/lib/common/pagination/pagination.cjs +8 -2
- package/lib/common/pagination/pagination.css +1 -1
- package/lib/common/pql-editor/pql-editor.cjs +201 -142
- package/lib/common/pql-editor/utils/index.cjs +158 -59
- package/lib/common/rawitem/rawitem.cjs +16 -0
- package/lib/common/split/split.cjs +2 -2
- package/lib/common/split/split.css +1 -1
- package/lib/control/app-menu/app-menu.cjs +83 -51
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +3 -0
- 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 +2 -2
- package/lib/control/context-menu/context-menu.cjs +119 -74
- 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 +69 -12
- 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 +16 -4
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
- package/lib/control/data-view/data-view.cjs +115 -15
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drbar/drbar.cjs +23 -23
- package/lib/control/drbar/drbar.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +25 -23
- package/lib/control/drtab/drtab.controller.cjs +6 -3
- package/lib/control/drtab/drtab.css +1 -1
- package/lib/control/form/edit-form/edit-form.cjs +38 -2
- package/lib/control/form/form/index.cjs +2 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.cjs +53 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.css +1 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-button-list/index.cjs +23 -0
- 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 +16 -9
- 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 +9 -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-multi-form/repeater-multi-form.cjs +5 -0
- 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-mdctrl/mdctrl-container/mdctrl-container.cjs +73 -3
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/lib/control/form/form-detail/form-page/form-page.cjs +11 -2
- package/lib/control/form/form-detail/form-page/form-page.css +1 -1
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
- package/lib/control/form/form-detail/index.cjs +2 -0
- package/lib/control/form/index.cjs +6 -4
- package/lib/control/gantt/gantt.cjs +13 -0
- package/lib/control/grid/grid/grid-control.util.cjs +45 -2
- package/lib/control/grid/grid/grid.cjs +10 -2
- 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 +82 -76
- package/lib/control/list/list.cjs +137 -30
- package/lib/control/list/list.css +1 -1
- package/lib/control/search-bar/quick-search-select/quick-search-select.cjs +3 -0
- package/lib/control/search-bar/quick-search-select/quick-search-select.css +1 -1
- 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.cjs +2 -2
- package/lib/control/toolbar/toolbar.css +1 -1
- package/lib/control/tree/tree.cjs +90 -7
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid/tree-grid.cjs +3 -26
- 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/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +2 -0
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +1 -1
- package/lib/editor/date-range-select/date-range-select-picker/date-range-select.cjs +31 -8
- package/lib/editor/date-range-select/date-range-select.controller.cjs +92 -5
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +74 -21
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/html/wang-editor/module/emoji-module.cjs +1 -1
- package/lib/editor/index.cjs +1 -1
- 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/slider/ibiz-slider/ibiz-slider.cjs +64 -4
- package/lib/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
- package/lib/editor/span/span/span.cjs +8 -2
- package/lib/editor/span/span/span.css +1 -1
- package/lib/editor/text-box/input/input.cjs +19 -2
- package/lib/editor/text-box/input/input.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 +55 -0
- package/lib/ibiz-vue3.cjs +1 -0
- package/lib/index.cjs +112 -106
- 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 +63 -5
- package/lib/locale/zh-CN/index.cjs +63 -5
- package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +2 -2
- 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/index.cjs +35 -30
- package/lib/panel-component/nav-breadcrumb/index.cjs +24 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.cjs +74 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +332 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.provider.cjs +23 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.service.cjs +145 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.state.cjs +24 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.util.cjs +79 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +41 -3
- 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-button-list/index.cjs +25 -0
- package/lib/panel-component/panel-button-list/panel-button-list.cjs +53 -0
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +147 -0
- package/lib/panel-component/panel-button-list/panel-button-list.css +1 -0
- package/lib/panel-component/panel-button-list/panel-button-list.provider.cjs +23 -0
- package/lib/panel-component/panel-button-list/panel-button-list.state.cjs +25 -0
- 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/panel-view-content/panel-view-content.cjs +6 -0
- package/lib/panel-component/panel-view-header/panel-view-header.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 +11 -1
- package/lib/util/pagination/use-pagination.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/data-view.engine.cjs +31 -0
- package/lib/view-engine/de-index-view-engine.cjs +15 -0
- package/lib/view-engine/edit-view.engine.cjs +174 -52
- package/lib/view-engine/gantt-view.engine.cjs +41 -0
- package/lib/view-engine/grid-view.engine.cjs +41 -0
- package/lib/view-engine/list-view.engine.cjs +31 -0
- package/lib/view-engine/opt-view.engine.cjs +48 -16
- package/lib/view-engine/tree-exp-view.engine.cjs +35 -0
- package/lib/view-engine/tree-grid-view.engine.cjs +49 -0
- package/lib/view-engine/tree-view.engine.cjs +35 -0
- package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +1 -1
- package/lib/web-app/create-vue-app.cjs +9 -1
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +4 -5
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +4 -5
- package/package.json +24 -23
- package/dist/chart-C95ofGUJ.js +0 -1
- package/dist/index-BqOPzOTe.js +0 -4
- package/dist/index-Cn4rG514.js +0 -1
- package/dist/index-WQEDVftL.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.32_axios@1.7.2_lodash-es@4.17.21_qs@6.12.3_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.35-alpha.1_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/es/node_modules/.pnpm/{dayjs@1.11.12 → dayjs@1.11.13}/node_modules/dayjs/locale/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.4.4_vue@3.4.34 → element-plus@2.4.4_vue@3.3.8}/node_modules/element-plus/dist/locale/zh-cn.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.32_axios@1.7.2_lodash-es@4.17.21_qs@6.12.3_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.35-alpha.1_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
- /package/lib/node_modules/.pnpm/{dayjs@1.11.12 → dayjs@1.11.13}/node_modules/dayjs/locale/zh-cn.cjs +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.4.4_vue@3.4.34 → element-plus@2.4.4_vue@3.3.8}/node_modules/element-plus/dist/locale/zh-cn.cjs +0 -0
|
@@ -0,0 +1,1348 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
modelHelper: {
|
|
3
|
+
utils: {
|
|
4
|
+
noFoundEntity: string;
|
|
5
|
+
maximumTier: string;
|
|
6
|
+
circularRecursive: string;
|
|
7
|
+
calculatedEntities: string;
|
|
8
|
+
};
|
|
9
|
+
noInitialized: string;
|
|
10
|
+
noFoundEntity: string;
|
|
11
|
+
noFoundView: string;
|
|
12
|
+
noSupported: string;
|
|
13
|
+
};
|
|
14
|
+
core: {
|
|
15
|
+
command: {
|
|
16
|
+
unregisteredCommand: string;
|
|
17
|
+
};
|
|
18
|
+
error: {
|
|
19
|
+
networkAbnormality: string;
|
|
20
|
+
modelMsg: string;
|
|
21
|
+
unsupportedModels: string;
|
|
22
|
+
modelConfigurationMissing: string;
|
|
23
|
+
};
|
|
24
|
+
utils: {
|
|
25
|
+
powerOfTwo: string;
|
|
26
|
+
targetElement: string;
|
|
27
|
+
cannotFindWindow: string;
|
|
28
|
+
unrealized: string;
|
|
29
|
+
remoteStylesheet: string;
|
|
30
|
+
notMatchLockUnlock: string;
|
|
31
|
+
multiApplicationMode: string;
|
|
32
|
+
uploadFailed: string;
|
|
33
|
+
invalidInputValue: string;
|
|
34
|
+
};
|
|
35
|
+
noReInstall: string;
|
|
36
|
+
};
|
|
37
|
+
vue3Util: {
|
|
38
|
+
common: {
|
|
39
|
+
undefined: string;
|
|
40
|
+
onFoundCorrespondingPart: string;
|
|
41
|
+
noFoundViewModel: string;
|
|
42
|
+
noSupportLoadingDynamic: string;
|
|
43
|
+
};
|
|
44
|
+
control: {
|
|
45
|
+
unsupportedPanel: string;
|
|
46
|
+
};
|
|
47
|
+
panelComponent: {
|
|
48
|
+
noConfiguardDataObject: string;
|
|
49
|
+
noSupportedDataSourceType: string;
|
|
50
|
+
noConfiguredEntityLogic: string;
|
|
51
|
+
noConfiguredEntity: string;
|
|
52
|
+
noReturnValue: string;
|
|
53
|
+
noAttribute: string;
|
|
54
|
+
noConfiguredScript: string;
|
|
55
|
+
noConfiguerdEntityBehanior: string;
|
|
56
|
+
sessionView: string;
|
|
57
|
+
viewStateAttribute: string;
|
|
58
|
+
noImplementMethod: string;
|
|
59
|
+
noProvidedSlot: string;
|
|
60
|
+
cannotEmpty: string;
|
|
61
|
+
unadaptedLayout: string;
|
|
62
|
+
placeholderIdentifier: string;
|
|
63
|
+
};
|
|
64
|
+
plugin: {
|
|
65
|
+
failureConfigurationLoad: string;
|
|
66
|
+
failedRemotePluginLoad: string;
|
|
67
|
+
fileContentFormat: string;
|
|
68
|
+
};
|
|
69
|
+
use: {
|
|
70
|
+
control: {
|
|
71
|
+
parameterChanges: string;
|
|
72
|
+
stateChange: string;
|
|
73
|
+
};
|
|
74
|
+
focusBlur: {
|
|
75
|
+
noFocus: string;
|
|
76
|
+
};
|
|
77
|
+
view: {
|
|
78
|
+
stateChange: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
util: {
|
|
82
|
+
noInjected: string;
|
|
83
|
+
convertString: string;
|
|
84
|
+
viewIdentifiers: string;
|
|
85
|
+
noFoundView: string;
|
|
86
|
+
routeCorrectly: string;
|
|
87
|
+
};
|
|
88
|
+
view: {
|
|
89
|
+
redirectionProgress: string;
|
|
90
|
+
viewType: string;
|
|
91
|
+
noTeleportTag: string;
|
|
92
|
+
embeddedRedirectionView: string;
|
|
93
|
+
insufficientRedirection: string;
|
|
94
|
+
toDoList: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
runtime: {
|
|
98
|
+
common: {
|
|
99
|
+
unrealized: string;
|
|
100
|
+
};
|
|
101
|
+
command: {
|
|
102
|
+
app: {
|
|
103
|
+
noFindApplicationFunction: string;
|
|
104
|
+
noFindApplicationFunctionYype: string;
|
|
105
|
+
noFindApplicationView: string;
|
|
106
|
+
unsupportedPopup: string;
|
|
107
|
+
unsupportedPopupapp: string;
|
|
108
|
+
missingEvent: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
controller: {
|
|
112
|
+
common: {
|
|
113
|
+
control: {
|
|
114
|
+
componentActivation: string;
|
|
115
|
+
componentPause: string;
|
|
116
|
+
unsupportedType: string;
|
|
117
|
+
uncheckedData: string;
|
|
118
|
+
dataDeletion: string;
|
|
119
|
+
confirmDataDeletion: string;
|
|
120
|
+
noImportModel: string;
|
|
121
|
+
};
|
|
122
|
+
md: {
|
|
123
|
+
rowData: string;
|
|
124
|
+
simpleMode: string;
|
|
125
|
+
dataDeleted: string;
|
|
126
|
+
noChange: string;
|
|
127
|
+
firstComplete: string;
|
|
128
|
+
noMoveDataCconfig: string;
|
|
129
|
+
changeGroupError: string;
|
|
130
|
+
computeMoveMetaError: string;
|
|
131
|
+
};
|
|
132
|
+
editor: {
|
|
133
|
+
editorNoConfigured: string;
|
|
134
|
+
itemsText: string;
|
|
135
|
+
};
|
|
136
|
+
view: {
|
|
137
|
+
viewActivation: string;
|
|
138
|
+
viewPause: string;
|
|
139
|
+
viewDestroy: string;
|
|
140
|
+
noFoundViewEngine: string;
|
|
141
|
+
noSupportBehavior: string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
control: {
|
|
145
|
+
menu: {
|
|
146
|
+
noFindMenu: string;
|
|
147
|
+
noConfigured: string;
|
|
148
|
+
};
|
|
149
|
+
calendar: {
|
|
150
|
+
missingViewLogic: string;
|
|
151
|
+
noFoundModel: string;
|
|
152
|
+
};
|
|
153
|
+
chart: {
|
|
154
|
+
noConfiguredX: string;
|
|
155
|
+
noConfiguredY: string;
|
|
156
|
+
missingClassification: string;
|
|
157
|
+
missingValue: string;
|
|
158
|
+
noSupportSequence: string;
|
|
159
|
+
noFindSequence: string;
|
|
160
|
+
noInitialised: string;
|
|
161
|
+
noCalculated: string;
|
|
162
|
+
classificationNotArray: string;
|
|
163
|
+
classificationNotString: string;
|
|
164
|
+
errorJson: string;
|
|
165
|
+
};
|
|
166
|
+
dataView: {
|
|
167
|
+
noBehaviourGroup: string;
|
|
168
|
+
noBehaviourGroupAction: string;
|
|
169
|
+
propertiesNoConfigured: string;
|
|
170
|
+
tableNoConfigured: string;
|
|
171
|
+
sortingItems: string;
|
|
172
|
+
};
|
|
173
|
+
expBar: {
|
|
174
|
+
unableMore: string;
|
|
175
|
+
multiNode: string;
|
|
176
|
+
noFindNodeModel: string;
|
|
177
|
+
};
|
|
178
|
+
form: {
|
|
179
|
+
formCompletion: string;
|
|
180
|
+
savedSuccessfully: string;
|
|
181
|
+
prompt: string;
|
|
182
|
+
deletion: string;
|
|
183
|
+
itemUpdate: string;
|
|
184
|
+
processStarted: string;
|
|
185
|
+
processSubmitted: string;
|
|
186
|
+
lackBehavior: string;
|
|
187
|
+
initializationException: string;
|
|
188
|
+
relationshipInterface: string;
|
|
189
|
+
fillIn: string;
|
|
190
|
+
unconfiguredWidgets: string;
|
|
191
|
+
noFoundFormController: string;
|
|
192
|
+
multiDataAddData: string;
|
|
193
|
+
mdControllerNoExist: string;
|
|
194
|
+
repeaterNoSupported: string;
|
|
195
|
+
searchTerms: string;
|
|
196
|
+
saveSearch: string;
|
|
197
|
+
noFoundFormGroup: string;
|
|
198
|
+
};
|
|
199
|
+
gantt: {
|
|
200
|
+
noNode: string;
|
|
201
|
+
nonentity: string;
|
|
202
|
+
noSupport: string;
|
|
203
|
+
};
|
|
204
|
+
grid: {
|
|
205
|
+
unsupported: string;
|
|
206
|
+
attributeColumns: string;
|
|
207
|
+
configureFirstColumn: string;
|
|
208
|
+
requiresCodeTable: string;
|
|
209
|
+
noMatchCodeTable: string;
|
|
210
|
+
convertedValue: string;
|
|
211
|
+
missingConfiguration: string;
|
|
212
|
+
newRows: string;
|
|
213
|
+
saveCancel: string;
|
|
214
|
+
noSupportRowEditing: string;
|
|
215
|
+
lineEditing: string;
|
|
216
|
+
updateColumns: string;
|
|
217
|
+
exported: string;
|
|
218
|
+
tabularColumns: string;
|
|
219
|
+
corresponding: string;
|
|
220
|
+
pickedUpData: string;
|
|
221
|
+
noSupportedMode: string;
|
|
222
|
+
remoteAggregation: string;
|
|
223
|
+
aggregateMode: string;
|
|
224
|
+
formattingError: string;
|
|
225
|
+
checksumErrors: string;
|
|
226
|
+
behaviorGroup: string;
|
|
227
|
+
interfaceBehavior: string;
|
|
228
|
+
};
|
|
229
|
+
kanban: {
|
|
230
|
+
sortingProperties: string;
|
|
231
|
+
sortDirection: string;
|
|
232
|
+
groupedOn: string;
|
|
233
|
+
adjustmentsGroup: string;
|
|
234
|
+
noAllowReorder: string;
|
|
235
|
+
};
|
|
236
|
+
meditViewPanel: {
|
|
237
|
+
DraftNew: string;
|
|
238
|
+
dataExist: string;
|
|
239
|
+
};
|
|
240
|
+
panel: {
|
|
241
|
+
panelData: string;
|
|
242
|
+
};
|
|
243
|
+
reportPanel: {
|
|
244
|
+
reportType: string;
|
|
245
|
+
noImplemented: string;
|
|
246
|
+
noReportUIModel: string;
|
|
247
|
+
};
|
|
248
|
+
searchBar: {
|
|
249
|
+
noFoundEntity: string;
|
|
250
|
+
missingModel: string;
|
|
251
|
+
JSONFormat: string;
|
|
252
|
+
};
|
|
253
|
+
toolbar: {
|
|
254
|
+
noFound: string;
|
|
255
|
+
};
|
|
256
|
+
tree: {
|
|
257
|
+
noFoundTreeData: string;
|
|
258
|
+
sortAttribute: string;
|
|
259
|
+
editMode: string;
|
|
260
|
+
nodeData: string;
|
|
261
|
+
noFoundTreeNode: string;
|
|
262
|
+
};
|
|
263
|
+
treeGrid: {
|
|
264
|
+
columnsSchema: string;
|
|
265
|
+
columnMode: string;
|
|
266
|
+
};
|
|
267
|
+
treeGridEx: {
|
|
268
|
+
noConfigured: string;
|
|
269
|
+
editItem: string;
|
|
270
|
+
noPickedUp: string;
|
|
271
|
+
behaviorGroup: string;
|
|
272
|
+
noSupportCreation: string;
|
|
273
|
+
updateBehavior: string;
|
|
274
|
+
};
|
|
275
|
+
wizardPanel: {
|
|
276
|
+
wizardForm: string;
|
|
277
|
+
formController: string;
|
|
278
|
+
noConfiguration: string;
|
|
279
|
+
wizardFormIdentifier: string;
|
|
280
|
+
noPreviousForm: string;
|
|
281
|
+
nextStep: string;
|
|
282
|
+
nextForm: string;
|
|
283
|
+
};
|
|
284
|
+
dashboard: {
|
|
285
|
+
unGroup: string;
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
utils: {
|
|
289
|
+
buttonState: {
|
|
290
|
+
isFinitenconsistency: string;
|
|
291
|
+
};
|
|
292
|
+
counter: {
|
|
293
|
+
decrement: string;
|
|
294
|
+
};
|
|
295
|
+
dataFileUtil: {
|
|
296
|
+
startImport: string;
|
|
297
|
+
noExist: string;
|
|
298
|
+
loadError: string;
|
|
299
|
+
importData: string;
|
|
300
|
+
};
|
|
301
|
+
valueDefault: {
|
|
302
|
+
noExist: string;
|
|
303
|
+
nosupported: string;
|
|
304
|
+
};
|
|
305
|
+
valueEx: {
|
|
306
|
+
objectNameField: string;
|
|
307
|
+
};
|
|
308
|
+
valueRule: {
|
|
309
|
+
length: string;
|
|
310
|
+
};
|
|
311
|
+
viewMsg: {
|
|
312
|
+
message: string;
|
|
313
|
+
noFound: string;
|
|
314
|
+
unconfigured: string;
|
|
315
|
+
unconfiguredEntities: string;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
deLogic: {
|
|
320
|
+
deLogicLink: {
|
|
321
|
+
connectionConditional: string;
|
|
322
|
+
entityConnectionConditional: string;
|
|
323
|
+
missingConditionValue: string;
|
|
324
|
+
sourceDataMissingConditionValue: string;
|
|
325
|
+
noSupportedTime: string;
|
|
326
|
+
entityLogicalConnection: string;
|
|
327
|
+
comparisonCondition: string;
|
|
328
|
+
comparisonValue: string;
|
|
329
|
+
compareResults: string;
|
|
330
|
+
};
|
|
331
|
+
deLogicNode: {
|
|
332
|
+
missingTargetParameter: string;
|
|
333
|
+
additionalParameter: string;
|
|
334
|
+
addedValue: string;
|
|
335
|
+
logicNodeParameterName: string;
|
|
336
|
+
copyParameter: string;
|
|
337
|
+
dataSet: string;
|
|
338
|
+
unspecifiedEntity: string;
|
|
339
|
+
unspecifiedBehavior: string;
|
|
340
|
+
entityActions: string;
|
|
341
|
+
unsupportedReturnType: string;
|
|
342
|
+
endNode: string;
|
|
343
|
+
noSupportedLogic: string;
|
|
344
|
+
preparationParameter: string;
|
|
345
|
+
targetParameter: string;
|
|
346
|
+
missingConfiguration: string;
|
|
347
|
+
rebuildParameter: string;
|
|
348
|
+
resetParameter: string;
|
|
349
|
+
missingParameterProperty: string;
|
|
350
|
+
sortedArrayParameters: string;
|
|
351
|
+
startupNode: string;
|
|
352
|
+
throwsException: string;
|
|
353
|
+
environmentVariables: string;
|
|
354
|
+
fileObjectListVariable: string;
|
|
355
|
+
fileObjectVariables: string;
|
|
356
|
+
filterObjectVariables: string;
|
|
357
|
+
finalDataVariables: string;
|
|
358
|
+
rawDataObjects: string;
|
|
359
|
+
operationSessionVariables: string;
|
|
360
|
+
calculateEntity: string;
|
|
361
|
+
value: string;
|
|
362
|
+
recreatingVariables: string;
|
|
363
|
+
reEstablish: string;
|
|
364
|
+
expressionEmpty: string;
|
|
365
|
+
sourceValueType: string;
|
|
366
|
+
fetchingAttribute: string;
|
|
367
|
+
noScriptCode: string;
|
|
368
|
+
noConfigurationLogicNode: string;
|
|
369
|
+
unsupportedLogical: string;
|
|
370
|
+
noSetStartNode: string;
|
|
371
|
+
startExecuting: string;
|
|
372
|
+
endExecution: string;
|
|
373
|
+
noFoundEntityLogic: string;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
engine: {
|
|
377
|
+
correspondingEngine: string;
|
|
378
|
+
logicOpendata: string;
|
|
379
|
+
logicNewdata: string;
|
|
380
|
+
deleteModel: string;
|
|
381
|
+
childComponentsMounted: string;
|
|
382
|
+
minimization: string;
|
|
383
|
+
loadEntityData: string;
|
|
384
|
+
};
|
|
385
|
+
global: {
|
|
386
|
+
noImplemented: string;
|
|
387
|
+
noImplementedRouting: string;
|
|
388
|
+
};
|
|
389
|
+
hub: {
|
|
390
|
+
failedParse: string;
|
|
391
|
+
noExist: string;
|
|
392
|
+
};
|
|
393
|
+
logicScheduler: {
|
|
394
|
+
executor: {
|
|
395
|
+
noConfiguredLogic: string;
|
|
396
|
+
missingTrigger: string;
|
|
397
|
+
noActionableData: string;
|
|
398
|
+
defaultOpendataViewLogic: string;
|
|
399
|
+
noActuallyReference: string;
|
|
400
|
+
attributeConfiguration: string;
|
|
401
|
+
entityAttributeValues: string;
|
|
402
|
+
editViews: string;
|
|
403
|
+
selectionView: string;
|
|
404
|
+
noSupportedBatchAddOnly: string;
|
|
405
|
+
newdataViewLogic: string;
|
|
406
|
+
indexEntity: string;
|
|
407
|
+
checkOne: string;
|
|
408
|
+
entitiesAssociated: string;
|
|
409
|
+
relationships: string;
|
|
410
|
+
foreignKey: string;
|
|
411
|
+
mappingProperties: string;
|
|
412
|
+
newCreationData: string;
|
|
413
|
+
logicType: string;
|
|
414
|
+
noImplementedMethod: string;
|
|
415
|
+
};
|
|
416
|
+
trigger: {
|
|
417
|
+
triggerType: string;
|
|
418
|
+
noSupportedType: string;
|
|
419
|
+
noExecutorBound: string;
|
|
420
|
+
timerLacks: string;
|
|
421
|
+
parameterCallback: string;
|
|
422
|
+
};
|
|
423
|
+
};
|
|
424
|
+
model: {
|
|
425
|
+
utils: {
|
|
426
|
+
noFoundApplication: string;
|
|
427
|
+
unconfiguredPlugins: string;
|
|
428
|
+
noFound: string;
|
|
429
|
+
};
|
|
430
|
+
view: {
|
|
431
|
+
engineClassifications: string;
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
platform: {
|
|
435
|
+
failedDownload: string;
|
|
436
|
+
fileStreamData: string;
|
|
437
|
+
};
|
|
438
|
+
register: {
|
|
439
|
+
helper: {
|
|
440
|
+
adapter: string;
|
|
441
|
+
customizedSystemAdapter: string;
|
|
442
|
+
noFoundSystemCounter: string;
|
|
443
|
+
applicationMenu: string;
|
|
444
|
+
asynchronousAction: string;
|
|
445
|
+
matchedPlugin: string;
|
|
446
|
+
customRegistration: string;
|
|
447
|
+
widgetPlugin: string;
|
|
448
|
+
widgetStyleType: string;
|
|
449
|
+
widgetType: string;
|
|
450
|
+
entityBehaviorPlugin: string;
|
|
451
|
+
entityBehaviorMethod: string;
|
|
452
|
+
editorPlugin: string;
|
|
453
|
+
editorStyleType: string;
|
|
454
|
+
editorTypePredefinedType: string;
|
|
455
|
+
editorType: string;
|
|
456
|
+
formMemberPlugin: string;
|
|
457
|
+
formMemberType: string;
|
|
458
|
+
tableColumnPlugin: string;
|
|
459
|
+
tableColumnType: string;
|
|
460
|
+
messageType: string;
|
|
461
|
+
panelMemberPlugin: string;
|
|
462
|
+
panelContainerPredefined: string;
|
|
463
|
+
panelMemberDirectContent: string;
|
|
464
|
+
panelMemberType: string;
|
|
465
|
+
portalWidgetPlugin: string;
|
|
466
|
+
portalWidgetMemberType: string;
|
|
467
|
+
treeTableColumnPlugin: string;
|
|
468
|
+
interfaceBehaviorPlugin: string;
|
|
469
|
+
interfaceBehaviorMode: string;
|
|
470
|
+
frontEndPluginNode: string;
|
|
471
|
+
viewPlugin: string;
|
|
472
|
+
correspondViewTypeStyle: string;
|
|
473
|
+
toolbarItem: string;
|
|
474
|
+
acItem: string;
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
service: {
|
|
478
|
+
noConfiguredPrimary: string;
|
|
479
|
+
noConfiguredField: string;
|
|
480
|
+
convertedNumber: string;
|
|
481
|
+
subRelationships: string;
|
|
482
|
+
unsupportedMethod: string;
|
|
483
|
+
noFoundUsernamePassword: string;
|
|
484
|
+
loginFailure: string;
|
|
485
|
+
logoutFailure: string;
|
|
486
|
+
noFound: string;
|
|
487
|
+
mainState: string;
|
|
488
|
+
operationIdentifier: string;
|
|
489
|
+
matchMasterState: string;
|
|
490
|
+
masterStatePermissions: string;
|
|
491
|
+
noMatchedState: string;
|
|
492
|
+
permissionCalculation: string;
|
|
493
|
+
noFindCodeList: string;
|
|
494
|
+
noConfiguredCounters: string;
|
|
495
|
+
lackEntityLogic: string;
|
|
496
|
+
createBehavior: string;
|
|
497
|
+
updateBehavior: string;
|
|
498
|
+
deletionDeletion: string;
|
|
499
|
+
unableDelete: string;
|
|
500
|
+
noSupportedDataSource: string;
|
|
501
|
+
sourceCodeTable: string;
|
|
502
|
+
requestMethods: string;
|
|
503
|
+
noConfiguredRequestMethod: string;
|
|
504
|
+
unsupportedBehaviorTypes: string;
|
|
505
|
+
noFoundServiceMethod: string;
|
|
506
|
+
UnsupportedServiceMethod: string;
|
|
507
|
+
noSupportedMethod: string;
|
|
508
|
+
noFoundStorageEntity: string;
|
|
509
|
+
noExist: string;
|
|
510
|
+
noFoundEntity: string;
|
|
511
|
+
noImplemented: string;
|
|
512
|
+
noImplementedCounter: string;
|
|
513
|
+
noFoundCounterBehavior: string;
|
|
514
|
+
createPrimaryKeyData: string;
|
|
515
|
+
updatePrimaryKeyData: string;
|
|
516
|
+
noExistNoUpdated: string;
|
|
517
|
+
dataNoExistNoUpdated: string;
|
|
518
|
+
noDeleted: string;
|
|
519
|
+
noAttributeName: string;
|
|
520
|
+
noContextParameterName: string;
|
|
521
|
+
conditionalObjects: string;
|
|
522
|
+
mustArray: string;
|
|
523
|
+
unsupportedQueryTypes: string;
|
|
524
|
+
predefinedType: string;
|
|
525
|
+
dynamicCodeTable: string;
|
|
526
|
+
unconfiguredDataset: string;
|
|
527
|
+
processedWithout: string;
|
|
528
|
+
noExistProcessed: string;
|
|
529
|
+
missingDetreeColumnId: string;
|
|
530
|
+
};
|
|
531
|
+
uiAction: {
|
|
532
|
+
noEntityOrBehavior: string;
|
|
533
|
+
noConfiguredopenView: string;
|
|
534
|
+
frontProcessingModes: string;
|
|
535
|
+
missingConfigurationScriptCode: string;
|
|
536
|
+
dataPrimaryKey: string;
|
|
537
|
+
printFailure: string;
|
|
538
|
+
physicalPrint: string;
|
|
539
|
+
exportRequestFailed: string;
|
|
540
|
+
noEntityExportsFound: string;
|
|
541
|
+
lackNativeEvent: string;
|
|
542
|
+
wantLogout: string;
|
|
543
|
+
logout: string;
|
|
544
|
+
operationConfirmation: string;
|
|
545
|
+
viewParameterModalOption: string;
|
|
546
|
+
withdrawalConfirmed: string;
|
|
547
|
+
noFoundBehaviorModel: string;
|
|
548
|
+
};
|
|
549
|
+
uiLogic: {
|
|
550
|
+
interfaceConnectionConditional: string;
|
|
551
|
+
connectionConditionGroup: string;
|
|
552
|
+
currentConditionValue: string;
|
|
553
|
+
sourceDataObjectAttribute: string;
|
|
554
|
+
currentTime: string;
|
|
555
|
+
interfaceConnectionConditionalTypeName: string;
|
|
556
|
+
asynchronousTermination: string;
|
|
557
|
+
asynchronousRejection: string;
|
|
558
|
+
exceptionHandling: string;
|
|
559
|
+
logicalLinkTypes: string;
|
|
560
|
+
missingTargetParameter: string;
|
|
561
|
+
appendedArray: string;
|
|
562
|
+
bindingParameters: string;
|
|
563
|
+
copyParameter: string;
|
|
564
|
+
missingfilter: string;
|
|
565
|
+
interfaceLogicNodeDataSet: string;
|
|
566
|
+
interfaceLogicNodeEntityActions: string;
|
|
567
|
+
noConfiguredInterfaceBehavior: string;
|
|
568
|
+
interfaceLogicNodeEntityInterfaceAction: string;
|
|
569
|
+
logicalNodeOperation: string;
|
|
570
|
+
unsupportedEndNode: string;
|
|
571
|
+
interfaceLogicNodeEndNode: string;
|
|
572
|
+
noEntityConfigured: string;
|
|
573
|
+
noEntityLogicConfigured: string;
|
|
574
|
+
noIncomingLogic: string;
|
|
575
|
+
passedParameter: string;
|
|
576
|
+
interfaceLogicNodeExecutingEntityLogic: string;
|
|
577
|
+
missingMessageTypeConfiguration: string;
|
|
578
|
+
missingButtonTypeConfiguration: string;
|
|
579
|
+
interfaceLogicNodeMessagePopup: string;
|
|
580
|
+
message: string;
|
|
581
|
+
yes: string;
|
|
582
|
+
no: string;
|
|
583
|
+
determine: string;
|
|
584
|
+
cancel: string;
|
|
585
|
+
noSupportItem: string;
|
|
586
|
+
interfaceLogicNodeFrontendPlugin: string;
|
|
587
|
+
interfaceLogicNodePreparationParameter: string;
|
|
588
|
+
noTargetParameter: string;
|
|
589
|
+
targetParameter: string;
|
|
590
|
+
interfaceLogicNodeDirectCode: string;
|
|
591
|
+
interfaceLogicNodeRebuildParameter: string;
|
|
592
|
+
interfaceLogicNodeResetParameter: string;
|
|
593
|
+
interfaceLogicNodeSortedArrayParameters: string;
|
|
594
|
+
interfaceLogicNodeStartupNode: string;
|
|
595
|
+
interfaceLogicNodeThrowingExceptions: string;
|
|
596
|
+
noConfiguredTriggerObject: string;
|
|
597
|
+
noConfiguredEvent: string;
|
|
598
|
+
noConfiguredEventParameters: string;
|
|
599
|
+
noFoundTriggerObject: string;
|
|
600
|
+
noFoundEventParameterObject: string;
|
|
601
|
+
interfaceLogicNodeViewWidgetEventTriggerLogic: string;
|
|
602
|
+
noConfiguredInterfaceObject: string;
|
|
603
|
+
noConfiguredOperatingParameters: string;
|
|
604
|
+
noConfiguredCallMethod: string;
|
|
605
|
+
noFoundOperationParameter: string;
|
|
606
|
+
noFoundInterfaceObject: string;
|
|
607
|
+
noFoundInvokeMethod: string;
|
|
608
|
+
interfaceLogicNodeViewWidgetInvocation: string;
|
|
609
|
+
viewLogicInitializationParameter: string;
|
|
610
|
+
calculateInterfaceLogicParameters: string;
|
|
611
|
+
restablishInterfaceLogic: string;
|
|
612
|
+
interfaceLogic: string;
|
|
613
|
+
startExecutingInterfaceLogic: string;
|
|
614
|
+
endExecutionInterfaceLogic: string;
|
|
615
|
+
noLogicalNodesConfigured: string;
|
|
616
|
+
};
|
|
617
|
+
utils: {
|
|
618
|
+
anime: {
|
|
619
|
+
noExistEndpointElement: string;
|
|
620
|
+
noExistAnimationElement: string;
|
|
621
|
+
noClone: string;
|
|
622
|
+
};
|
|
623
|
+
errorHandler: {
|
|
624
|
+
noPermissionless: string;
|
|
625
|
+
noProcessor: string;
|
|
626
|
+
};
|
|
627
|
+
fileUtil: {
|
|
628
|
+
fileUploadFailed: string;
|
|
629
|
+
};
|
|
630
|
+
handlebars: {
|
|
631
|
+
noInitHandlebars: string;
|
|
632
|
+
};
|
|
633
|
+
modal: {
|
|
634
|
+
externalClosureCapability: string;
|
|
635
|
+
shouldDismissResult: string;
|
|
636
|
+
};
|
|
637
|
+
openRedirectView: {
|
|
638
|
+
parseSrfnavctxParameter: string;
|
|
639
|
+
missingEntityName: string;
|
|
640
|
+
noFoundSpecifiedEntity: string;
|
|
641
|
+
unsupportedLinkUrl: string;
|
|
642
|
+
noConfiguredActualReference: string;
|
|
643
|
+
redirectingViewReferences: string;
|
|
644
|
+
redirectionIdentifier: string;
|
|
645
|
+
noMatchActualReferenceView: string;
|
|
646
|
+
redirectionView: string;
|
|
647
|
+
};
|
|
648
|
+
script: {
|
|
649
|
+
errorReportingScript: string;
|
|
650
|
+
};
|
|
651
|
+
shortCut: {
|
|
652
|
+
invalidIndexNewIndex: string;
|
|
653
|
+
};
|
|
654
|
+
uiDomain: {
|
|
655
|
+
transactionOpen: string;
|
|
656
|
+
currentTransaction: string;
|
|
657
|
+
};
|
|
658
|
+
uiDomainManager: {
|
|
659
|
+
invalidInterfaceDomain: string;
|
|
660
|
+
};
|
|
661
|
+
collaborateManager: {
|
|
662
|
+
invalidCollaborateRoom: string;
|
|
663
|
+
};
|
|
664
|
+
verify: {
|
|
665
|
+
contentConform: string;
|
|
666
|
+
scopeRules: string;
|
|
667
|
+
valueNull: string;
|
|
668
|
+
regularRules: string;
|
|
669
|
+
rangeRules: string;
|
|
670
|
+
scriptRules: string;
|
|
671
|
+
emptyLogicGroups: string;
|
|
672
|
+
unsupportedLogicTypes: string;
|
|
673
|
+
emptyLogicGroupsProperly: string;
|
|
674
|
+
valueOperations: string;
|
|
675
|
+
noCompared: string;
|
|
676
|
+
conditionalValues: string;
|
|
677
|
+
};
|
|
678
|
+
firstregister: string;
|
|
679
|
+
recordNav: {
|
|
680
|
+
noFoundCtrl: string;
|
|
681
|
+
firstRecord: string;
|
|
682
|
+
lastRecord: string;
|
|
683
|
+
};
|
|
684
|
+
};
|
|
685
|
+
deAction: {
|
|
686
|
+
responseDataError: string;
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
app: {
|
|
690
|
+
logout: string;
|
|
691
|
+
error: string;
|
|
692
|
+
success: string;
|
|
693
|
+
confirm: string;
|
|
694
|
+
cancel: string;
|
|
695
|
+
return: string;
|
|
696
|
+
noData: string;
|
|
697
|
+
refresh: string;
|
|
698
|
+
noSupport: string;
|
|
699
|
+
add: string;
|
|
700
|
+
delete: string;
|
|
701
|
+
save: string;
|
|
702
|
+
edit: string;
|
|
703
|
+
complete: string;
|
|
704
|
+
more: string;
|
|
705
|
+
close: string;
|
|
706
|
+
newlyBuild: string;
|
|
707
|
+
reset: string;
|
|
708
|
+
search: string;
|
|
709
|
+
rememberMe: string;
|
|
710
|
+
retract: string;
|
|
711
|
+
pleaseEnterAccount: string;
|
|
712
|
+
pleaseEnterPassword: string;
|
|
713
|
+
};
|
|
714
|
+
view: {
|
|
715
|
+
common: {
|
|
716
|
+
backHomepage: string;
|
|
717
|
+
continueBrowsing: string;
|
|
718
|
+
};
|
|
719
|
+
noPermissionView: {
|
|
720
|
+
noPermissionPrompt: string;
|
|
721
|
+
noPermission: string;
|
|
722
|
+
};
|
|
723
|
+
noResourcesView: {
|
|
724
|
+
noResourcePrompt: string;
|
|
725
|
+
resourceNoExist: string;
|
|
726
|
+
};
|
|
727
|
+
errorView: {
|
|
728
|
+
noExistPrompt: string;
|
|
729
|
+
};
|
|
730
|
+
loginView: {
|
|
731
|
+
passwordLength: string;
|
|
732
|
+
login: string;
|
|
733
|
+
};
|
|
734
|
+
subAppRefView: {
|
|
735
|
+
jump: string;
|
|
736
|
+
};
|
|
737
|
+
shareView: {
|
|
738
|
+
inviting: string;
|
|
739
|
+
use: string;
|
|
740
|
+
cancel: string;
|
|
741
|
+
};
|
|
742
|
+
};
|
|
743
|
+
viewEngine: {
|
|
744
|
+
closeRemind: string;
|
|
745
|
+
confirmClosePrompt: string;
|
|
746
|
+
noExistVersionErr: string;
|
|
747
|
+
browseMsg: string;
|
|
748
|
+
editMsg: string;
|
|
749
|
+
updateMsg: string;
|
|
750
|
+
someone: string;
|
|
751
|
+
refreshPrompt: string;
|
|
752
|
+
refreshPagePrompt: string;
|
|
753
|
+
refreshRemind: string;
|
|
754
|
+
confirmRefreshPrompt: string;
|
|
755
|
+
missingErr: string;
|
|
756
|
+
subclassAchieve: string;
|
|
757
|
+
missingConfigErr: string;
|
|
758
|
+
noFoundLayoutOccupied: string;
|
|
759
|
+
noFoundLayoutContainer: string;
|
|
760
|
+
noFoundFormModel: string;
|
|
761
|
+
missingToolbarModel: string;
|
|
762
|
+
noCollapseTag: string;
|
|
763
|
+
noExpandTag: string;
|
|
764
|
+
};
|
|
765
|
+
webApp: {
|
|
766
|
+
authGuard: {
|
|
767
|
+
loginFailed: string;
|
|
768
|
+
noPermission: string;
|
|
769
|
+
};
|
|
770
|
+
unauthorizedHandler: {
|
|
771
|
+
noFoundEnvParams: string;
|
|
772
|
+
};
|
|
773
|
+
};
|
|
774
|
+
control: {
|
|
775
|
+
common: {
|
|
776
|
+
determine: string;
|
|
777
|
+
retreat: string;
|
|
778
|
+
forward: string;
|
|
779
|
+
noSupportItem: string;
|
|
780
|
+
noFoundNode: string;
|
|
781
|
+
itemsSelected: string;
|
|
782
|
+
citeErrMessage: string;
|
|
783
|
+
noDomErrMessage: string;
|
|
784
|
+
noPopErrMessage: string;
|
|
785
|
+
currentNoData: string;
|
|
786
|
+
updateSuccess: string;
|
|
787
|
+
newSuccCreated: string;
|
|
788
|
+
deleteSuccess: string;
|
|
789
|
+
customTheme: {
|
|
790
|
+
themeColor: string;
|
|
791
|
+
light: string;
|
|
792
|
+
studio_dark: string;
|
|
793
|
+
confirmCopyLink: string;
|
|
794
|
+
preview: string;
|
|
795
|
+
save: string;
|
|
796
|
+
reset: string;
|
|
797
|
+
share: string;
|
|
798
|
+
app: string;
|
|
799
|
+
font: string;
|
|
800
|
+
fontSize: string;
|
|
801
|
+
fontSizeDesc: string;
|
|
802
|
+
fontWeight: string;
|
|
803
|
+
fontWeightDesc: string;
|
|
804
|
+
other: string;
|
|
805
|
+
borderRadius: string;
|
|
806
|
+
borderRadiusDesc: string;
|
|
807
|
+
widthIcon: string;
|
|
808
|
+
widthIconDesc: string;
|
|
809
|
+
spacing: string;
|
|
810
|
+
spacingDesc: string;
|
|
811
|
+
primaryColor: string;
|
|
812
|
+
primaryColorDesc: string;
|
|
813
|
+
primaryTextColor: string;
|
|
814
|
+
primaryTextColorDesc: string;
|
|
815
|
+
primaryHoverColor: string;
|
|
816
|
+
primaryHoverColorDesc: string;
|
|
817
|
+
primaryHoverTextColor: string;
|
|
818
|
+
primaryHoverTextColorDesc: string;
|
|
819
|
+
primaryActiveColor: string;
|
|
820
|
+
primaryActiveColorDesc: string;
|
|
821
|
+
primaryActiveTextColor: string;
|
|
822
|
+
primaryActiveTextColorDesc: string;
|
|
823
|
+
primaryDisabledColor: string;
|
|
824
|
+
primaryDisabledColorDesc: string;
|
|
825
|
+
primaryDisabledTextColor: string;
|
|
826
|
+
primaryDisabledTextColorDesc: string;
|
|
827
|
+
primaryLightDefaultColor: string;
|
|
828
|
+
primaryLightDefaultColorDesc: string;
|
|
829
|
+
primaryLightHoverColor: string;
|
|
830
|
+
primaryLightHoverColorDesc: string;
|
|
831
|
+
primaryLightActiveColor: string;
|
|
832
|
+
primaryLightActiveColorDesc: string;
|
|
833
|
+
textIcon: string;
|
|
834
|
+
mainTextIconColor: string;
|
|
835
|
+
mianTextIconColorDesc: string;
|
|
836
|
+
minorTextIconColor: string;
|
|
837
|
+
minorTextIconColorDesc: string;
|
|
838
|
+
secondaryTextIconColor: string;
|
|
839
|
+
secondaryTextIconColorDesc: string;
|
|
840
|
+
lastTextIconColor: string;
|
|
841
|
+
lastTextIconColorDesc: string;
|
|
842
|
+
linkColor: string;
|
|
843
|
+
textLinkColor: string;
|
|
844
|
+
textLinkColorDesc: string;
|
|
845
|
+
textLinkHoverColor: string;
|
|
846
|
+
textLinkHoverColorDesc: string;
|
|
847
|
+
textLinkActiveColor: string;
|
|
848
|
+
textLinkActiveColorDesc: string;
|
|
849
|
+
textLinkVisitedColor: string;
|
|
850
|
+
textLinkVisitedColorDesc: string;
|
|
851
|
+
bgColor: string;
|
|
852
|
+
bgColorLowestLayer: string;
|
|
853
|
+
bgColorLowestLayerDesc: string;
|
|
854
|
+
bgColorLowerLayer: string;
|
|
855
|
+
bgColorLowerLayerDesc: string;
|
|
856
|
+
bgColorCenterLayer: string;
|
|
857
|
+
bgColorCenterLayerDesc: string;
|
|
858
|
+
bgColorSecondaryUpperLayer: string;
|
|
859
|
+
bgColorSecondaryUpperLayerDesc: string;
|
|
860
|
+
bgColorTopLayer: string;
|
|
861
|
+
bgColorTopLayerDesc: string;
|
|
862
|
+
fillColor: string;
|
|
863
|
+
fillDefault: string;
|
|
864
|
+
fillDefaultDesc: string;
|
|
865
|
+
fillHover: string;
|
|
866
|
+
fillHoverDesc: string;
|
|
867
|
+
fillActive: string;
|
|
868
|
+
fillActiveDesc: string;
|
|
869
|
+
border: string;
|
|
870
|
+
borderColor: string;
|
|
871
|
+
borderColorDesc: string;
|
|
872
|
+
disabledState: string;
|
|
873
|
+
disabledText: string;
|
|
874
|
+
disabledTextDesc: string;
|
|
875
|
+
disabledTextBorder: string;
|
|
876
|
+
disabledTextBorderDesc: string;
|
|
877
|
+
disabledBg: string;
|
|
878
|
+
disabledBgDesc: string;
|
|
879
|
+
disabledFill: string;
|
|
880
|
+
disabledFillDesc: string;
|
|
881
|
+
sidebar: string;
|
|
882
|
+
sidebarBg: string;
|
|
883
|
+
sidebarBgDesc: string;
|
|
884
|
+
sidebarHoverBgColor: string;
|
|
885
|
+
sidebarHoverBgColorDesc: string;
|
|
886
|
+
sidebarSelectBgColor: string;
|
|
887
|
+
sidebarSelectBgColorDesc: string;
|
|
888
|
+
sidebarColor: string;
|
|
889
|
+
sidebarColorDesc: string;
|
|
890
|
+
top: string;
|
|
891
|
+
topBgColor: string;
|
|
892
|
+
topBgColorDesc: string;
|
|
893
|
+
topColor: string;
|
|
894
|
+
topColorDesc: string;
|
|
895
|
+
topHoverBgColor: string;
|
|
896
|
+
topHoverBgColorDesc: string;
|
|
897
|
+
topSelectBgColor: string;
|
|
898
|
+
topSelectBgColorDesc: string;
|
|
899
|
+
ctrl: string;
|
|
900
|
+
grid: string;
|
|
901
|
+
gridHeaderBg: string;
|
|
902
|
+
gridHeaderBgDesc: string;
|
|
903
|
+
gridHeaderColor: string;
|
|
904
|
+
gridHeaderColorDesc: string;
|
|
905
|
+
gridRowBg: string;
|
|
906
|
+
gridRowBgDesc: string;
|
|
907
|
+
gridRowBg2: string;
|
|
908
|
+
gridRowBg2Desc: string;
|
|
909
|
+
gridRowColor: string;
|
|
910
|
+
gridRowColorDesc: string;
|
|
911
|
+
gridRowHover: string;
|
|
912
|
+
gridRowHoverDesc: string;
|
|
913
|
+
gridRowSelect: string;
|
|
914
|
+
gridRowSelectDesc: string;
|
|
915
|
+
tree: string;
|
|
916
|
+
treeTextColor: string;
|
|
917
|
+
treeTextColorDesc: string;
|
|
918
|
+
treeBgColor: string;
|
|
919
|
+
treeBgColorDesc: string;
|
|
920
|
+
treeDisabledColor: string;
|
|
921
|
+
treeDisabledColorDesc: string;
|
|
922
|
+
treeHoverColor: string;
|
|
923
|
+
treeHoverColorDesc: string;
|
|
924
|
+
treeHoverBgColor: string;
|
|
925
|
+
treeHoverBgColorDesc: string;
|
|
926
|
+
treeSelectColor: string;
|
|
927
|
+
treeSelectColorDesc: string;
|
|
928
|
+
treeSelectBgColor: string;
|
|
929
|
+
treeSelectBgColorDesc: string;
|
|
930
|
+
};
|
|
931
|
+
loadMore: string;
|
|
932
|
+
expandData: string;
|
|
933
|
+
collapseData: string;
|
|
934
|
+
};
|
|
935
|
+
menu: {
|
|
936
|
+
noSupportAlign: string;
|
|
937
|
+
noFoundModel: string;
|
|
938
|
+
noFoundFunction: string;
|
|
939
|
+
menuSetting: string;
|
|
940
|
+
};
|
|
941
|
+
menuDesign: {
|
|
942
|
+
customMenu: string;
|
|
943
|
+
reset: string;
|
|
944
|
+
save: string;
|
|
945
|
+
visible: string;
|
|
946
|
+
noMenuItemModel: string;
|
|
947
|
+
noFoundFunction: string;
|
|
948
|
+
};
|
|
949
|
+
calendar: {
|
|
950
|
+
lastYear: string;
|
|
951
|
+
lastMonth: string;
|
|
952
|
+
today: string;
|
|
953
|
+
nextMonth: string;
|
|
954
|
+
nextYear: string;
|
|
955
|
+
calendardaily: {
|
|
956
|
+
title: string;
|
|
957
|
+
weeks: {
|
|
958
|
+
sunday: string;
|
|
959
|
+
monday: string;
|
|
960
|
+
tuesday: string;
|
|
961
|
+
wednesday: string;
|
|
962
|
+
thursday: string;
|
|
963
|
+
friday: string;
|
|
964
|
+
saturday: string;
|
|
965
|
+
};
|
|
966
|
+
tip: string;
|
|
967
|
+
today: string;
|
|
968
|
+
tomorrow: string;
|
|
969
|
+
nextweek: string;
|
|
970
|
+
};
|
|
971
|
+
calendarmonth: {
|
|
972
|
+
lastmonth: string;
|
|
973
|
+
nextmonth: string;
|
|
974
|
+
today: string;
|
|
975
|
+
year: string;
|
|
976
|
+
month: string;
|
|
977
|
+
weeks: {
|
|
978
|
+
sunday: string;
|
|
979
|
+
monday: string;
|
|
980
|
+
tuesday: string;
|
|
981
|
+
wednesday: string;
|
|
982
|
+
thursday: string;
|
|
983
|
+
friday: string;
|
|
984
|
+
saturday: string;
|
|
985
|
+
};
|
|
986
|
+
};
|
|
987
|
+
calendarweek: {
|
|
988
|
+
weeks: {
|
|
989
|
+
sunday: string;
|
|
990
|
+
monday: string;
|
|
991
|
+
tuesday: string;
|
|
992
|
+
wednesday: string;
|
|
993
|
+
thursday: string;
|
|
994
|
+
friday: string;
|
|
995
|
+
saturday: string;
|
|
996
|
+
};
|
|
997
|
+
};
|
|
998
|
+
};
|
|
999
|
+
chart: {
|
|
1000
|
+
chartPlaceholder: string;
|
|
1001
|
+
drillDetail: string;
|
|
1002
|
+
};
|
|
1003
|
+
dashboard: {
|
|
1004
|
+
customDashboardContainer: {
|
|
1005
|
+
portalCustomPrompt: string;
|
|
1006
|
+
newFilter: string;
|
|
1007
|
+
};
|
|
1008
|
+
dashboardDesign: {
|
|
1009
|
+
global: string;
|
|
1010
|
+
add: string;
|
|
1011
|
+
customPortal: string;
|
|
1012
|
+
colNum: string;
|
|
1013
|
+
cellHeight: string;
|
|
1014
|
+
restoreDefault: string;
|
|
1015
|
+
save: string;
|
|
1016
|
+
unGroup: string;
|
|
1017
|
+
};
|
|
1018
|
+
filterPortletDesign: {
|
|
1019
|
+
ctrlTitleError: string;
|
|
1020
|
+
ctrlTitle: string;
|
|
1021
|
+
ctrlPlaceholder: string;
|
|
1022
|
+
checkTitle: string;
|
|
1023
|
+
baseSet: string;
|
|
1024
|
+
filterTitle: string;
|
|
1025
|
+
};
|
|
1026
|
+
};
|
|
1027
|
+
form: {
|
|
1028
|
+
noSupportDetailType: string;
|
|
1029
|
+
formDruipart: {
|
|
1030
|
+
saveFirst: string;
|
|
1031
|
+
};
|
|
1032
|
+
formGroupPanel: {
|
|
1033
|
+
showMore: string;
|
|
1034
|
+
};
|
|
1035
|
+
formMDctrlForm: {
|
|
1036
|
+
noFindProvider: string;
|
|
1037
|
+
};
|
|
1038
|
+
formMDctrlRepeater: {
|
|
1039
|
+
noSupportStyle: string;
|
|
1040
|
+
};
|
|
1041
|
+
repeaterGrid: {
|
|
1042
|
+
promptInformation: string;
|
|
1043
|
+
absentOrLoad: string;
|
|
1044
|
+
};
|
|
1045
|
+
repeaterSingleForm: {
|
|
1046
|
+
errorMessage: string;
|
|
1047
|
+
};
|
|
1048
|
+
mdCtrlContainer: {
|
|
1049
|
+
promptInformation: string;
|
|
1050
|
+
noSlot: string;
|
|
1051
|
+
};
|
|
1052
|
+
formMDctrl: {
|
|
1053
|
+
errorMessage: string;
|
|
1054
|
+
};
|
|
1055
|
+
formGroup: {
|
|
1056
|
+
fold: string;
|
|
1057
|
+
unfold: string;
|
|
1058
|
+
};
|
|
1059
|
+
};
|
|
1060
|
+
gantt: {
|
|
1061
|
+
complete: string;
|
|
1062
|
+
total: string;
|
|
1063
|
+
deadline: string;
|
|
1064
|
+
};
|
|
1065
|
+
kanban: {
|
|
1066
|
+
selectAll: string;
|
|
1067
|
+
selectedDataCount: string;
|
|
1068
|
+
natchOperation: string;
|
|
1069
|
+
};
|
|
1070
|
+
reportPanel: {
|
|
1071
|
+
unrealized: string;
|
|
1072
|
+
};
|
|
1073
|
+
searchBar: {
|
|
1074
|
+
saveGroup: string;
|
|
1075
|
+
filter: string;
|
|
1076
|
+
filterTree: {
|
|
1077
|
+
addItem: string;
|
|
1078
|
+
};
|
|
1079
|
+
searchGroups: {
|
|
1080
|
+
groupValueRule: string;
|
|
1081
|
+
errorMessage: string;
|
|
1082
|
+
noEditPrompt: string;
|
|
1083
|
+
savePrompt: string;
|
|
1084
|
+
delTitle: string;
|
|
1085
|
+
confirmDelPrompt: string;
|
|
1086
|
+
unrecoverablePrompt: string;
|
|
1087
|
+
newGroup: string;
|
|
1088
|
+
groupManage: string;
|
|
1089
|
+
groupName: string;
|
|
1090
|
+
enterPrompt: string;
|
|
1091
|
+
editGroup: string;
|
|
1092
|
+
manageTips: string;
|
|
1093
|
+
name: string;
|
|
1094
|
+
show: string;
|
|
1095
|
+
operate: string;
|
|
1096
|
+
dialogCancel: string;
|
|
1097
|
+
dialogDetermine: string;
|
|
1098
|
+
};
|
|
1099
|
+
quickSearchSelect: {
|
|
1100
|
+
searchField: string;
|
|
1101
|
+
};
|
|
1102
|
+
};
|
|
1103
|
+
toolbar: {
|
|
1104
|
+
exportExcel: {
|
|
1105
|
+
exportAll: string;
|
|
1106
|
+
expCurrentPage: string;
|
|
1107
|
+
expCurrentSelect: string;
|
|
1108
|
+
page: string;
|
|
1109
|
+
export: string;
|
|
1110
|
+
};
|
|
1111
|
+
};
|
|
1112
|
+
tree: {
|
|
1113
|
+
noFoundInstance: string;
|
|
1114
|
+
noSupported: string;
|
|
1115
|
+
};
|
|
1116
|
+
treeGridEx: {
|
|
1117
|
+
noFoundMessage: string;
|
|
1118
|
+
};
|
|
1119
|
+
captionBar: {
|
|
1120
|
+
total: string;
|
|
1121
|
+
};
|
|
1122
|
+
};
|
|
1123
|
+
component: {
|
|
1124
|
+
indexSearch: {
|
|
1125
|
+
placeholder: string;
|
|
1126
|
+
};
|
|
1127
|
+
dataImport: {
|
|
1128
|
+
startImport: string;
|
|
1129
|
+
importSuccess: string;
|
|
1130
|
+
importData: string;
|
|
1131
|
+
clickToUpload: string;
|
|
1132
|
+
importResults: string;
|
|
1133
|
+
downloadTemplate: string;
|
|
1134
|
+
templateFile: string;
|
|
1135
|
+
continue: string;
|
|
1136
|
+
};
|
|
1137
|
+
dataImport2: {
|
|
1138
|
+
atLastOne: string;
|
|
1139
|
+
uploadPlease: string;
|
|
1140
|
+
fileName: string;
|
|
1141
|
+
saveMode: string;
|
|
1142
|
+
reUpload: string;
|
|
1143
|
+
fileUpload: string;
|
|
1144
|
+
import: string;
|
|
1145
|
+
selectProperties: string;
|
|
1146
|
+
};
|
|
1147
|
+
dataImport2Select: {
|
|
1148
|
+
selectMode: string;
|
|
1149
|
+
edit: string;
|
|
1150
|
+
};
|
|
1151
|
+
dataImport2Table: {
|
|
1152
|
+
selectAttribute: string;
|
|
1153
|
+
};
|
|
1154
|
+
doingNotice: {
|
|
1155
|
+
jobInProgress: string;
|
|
1156
|
+
};
|
|
1157
|
+
extendActionTimeLine: {
|
|
1158
|
+
processTime: string;
|
|
1159
|
+
comments: string;
|
|
1160
|
+
reject: string;
|
|
1161
|
+
};
|
|
1162
|
+
mapChart: {
|
|
1163
|
+
high: string;
|
|
1164
|
+
low: string;
|
|
1165
|
+
};
|
|
1166
|
+
pagination: {
|
|
1167
|
+
display: string;
|
|
1168
|
+
piece: string;
|
|
1169
|
+
total: string;
|
|
1170
|
+
pieceData: string;
|
|
1171
|
+
};
|
|
1172
|
+
rawItem: {
|
|
1173
|
+
errorConfig: string;
|
|
1174
|
+
noSupportVideo: string;
|
|
1175
|
+
};
|
|
1176
|
+
gridSetting: {
|
|
1177
|
+
hideControl: string;
|
|
1178
|
+
};
|
|
1179
|
+
actionToolbar: {
|
|
1180
|
+
more: string;
|
|
1181
|
+
};
|
|
1182
|
+
emojiSelect: {
|
|
1183
|
+
frequently: string;
|
|
1184
|
+
peoples: string;
|
|
1185
|
+
nature: string;
|
|
1186
|
+
foods: string;
|
|
1187
|
+
activity: string;
|
|
1188
|
+
objects: string;
|
|
1189
|
+
places: string;
|
|
1190
|
+
symbols: string;
|
|
1191
|
+
flags: string;
|
|
1192
|
+
};
|
|
1193
|
+
formItemContainer: {
|
|
1194
|
+
more: string;
|
|
1195
|
+
};
|
|
1196
|
+
pqlEditor: {
|
|
1197
|
+
noExpression: string;
|
|
1198
|
+
noConnection: string;
|
|
1199
|
+
noKey: string;
|
|
1200
|
+
noOperator: string;
|
|
1201
|
+
noValue: string;
|
|
1202
|
+
noDelimiter: string;
|
|
1203
|
+
errorCombination: string;
|
|
1204
|
+
errorDelimiter: string;
|
|
1205
|
+
};
|
|
1206
|
+
};
|
|
1207
|
+
editor: {
|
|
1208
|
+
common: {
|
|
1209
|
+
entityConfigErr: string;
|
|
1210
|
+
selectViewConfigErr: string;
|
|
1211
|
+
linkViewConfigErr: string;
|
|
1212
|
+
confirmCancelPrompt: string;
|
|
1213
|
+
cancelEditPrompt: string;
|
|
1214
|
+
confirmCancel: string;
|
|
1215
|
+
};
|
|
1216
|
+
cascader: {
|
|
1217
|
+
ibizCascader: {
|
|
1218
|
+
title: string;
|
|
1219
|
+
};
|
|
1220
|
+
};
|
|
1221
|
+
code: {
|
|
1222
|
+
readOnlyPrompt: string;
|
|
1223
|
+
};
|
|
1224
|
+
dateRange: {
|
|
1225
|
+
rangeSeparator: string;
|
|
1226
|
+
};
|
|
1227
|
+
dateRangeSelect: {
|
|
1228
|
+
day: string;
|
|
1229
|
+
week: string;
|
|
1230
|
+
month: string;
|
|
1231
|
+
quarter: string;
|
|
1232
|
+
year: string;
|
|
1233
|
+
static: string;
|
|
1234
|
+
dynamic: string;
|
|
1235
|
+
dateunit: string;
|
|
1236
|
+
daterange: string;
|
|
1237
|
+
today: string;
|
|
1238
|
+
recently: string;
|
|
1239
|
+
pastTime: string;
|
|
1240
|
+
future: string;
|
|
1241
|
+
currentWeek: string;
|
|
1242
|
+
currentMonth: string;
|
|
1243
|
+
currentYear: string;
|
|
1244
|
+
currentQuarter: string;
|
|
1245
|
+
recentlySixMonth: string;
|
|
1246
|
+
};
|
|
1247
|
+
html: {
|
|
1248
|
+
wangEditor: {
|
|
1249
|
+
customTips: string;
|
|
1250
|
+
emoji: string;
|
|
1251
|
+
};
|
|
1252
|
+
enableedit: string;
|
|
1253
|
+
expand: string;
|
|
1254
|
+
reduce: string;
|
|
1255
|
+
};
|
|
1256
|
+
markdown: {
|
|
1257
|
+
uploadJsonFormatErr: string;
|
|
1258
|
+
exportJsonFormatErr: string;
|
|
1259
|
+
};
|
|
1260
|
+
notSupportedEditor: {
|
|
1261
|
+
unsupportedType: string;
|
|
1262
|
+
};
|
|
1263
|
+
preset: {
|
|
1264
|
+
ibizPresetRawitem: {
|
|
1265
|
+
noSupportType: string;
|
|
1266
|
+
};
|
|
1267
|
+
};
|
|
1268
|
+
textBox: {
|
|
1269
|
+
warningMessage: string;
|
|
1270
|
+
};
|
|
1271
|
+
upload: {
|
|
1272
|
+
uploadFiles: string;
|
|
1273
|
+
fileSizeErr: string;
|
|
1274
|
+
uploadJsonFormatErr: string;
|
|
1275
|
+
exportJsonFormatErr: string;
|
|
1276
|
+
};
|
|
1277
|
+
emojiPicker: {
|
|
1278
|
+
addEmoji: string;
|
|
1279
|
+
};
|
|
1280
|
+
};
|
|
1281
|
+
panelComponent: {
|
|
1282
|
+
authUserinfo: {
|
|
1283
|
+
visitor: string;
|
|
1284
|
+
};
|
|
1285
|
+
coopPos: {
|
|
1286
|
+
view: string;
|
|
1287
|
+
edit: string;
|
|
1288
|
+
update: string;
|
|
1289
|
+
};
|
|
1290
|
+
navPosIndex: {
|
|
1291
|
+
noSupportPrompt: string;
|
|
1292
|
+
};
|
|
1293
|
+
navTabs: {
|
|
1294
|
+
closeAll: string;
|
|
1295
|
+
closeOther: string;
|
|
1296
|
+
};
|
|
1297
|
+
navBreadcrumb: {
|
|
1298
|
+
home: string;
|
|
1299
|
+
};
|
|
1300
|
+
searchformButtons: {
|
|
1301
|
+
errMessage: string;
|
|
1302
|
+
enterPrompt: string;
|
|
1303
|
+
queryPrompt: string;
|
|
1304
|
+
saveCondition: string;
|
|
1305
|
+
};
|
|
1306
|
+
shortCut: {
|
|
1307
|
+
expandToolbar: string;
|
|
1308
|
+
};
|
|
1309
|
+
userMessage: {
|
|
1310
|
+
notice: string;
|
|
1311
|
+
backendTasks: string;
|
|
1312
|
+
allRead: string;
|
|
1313
|
+
asyncActionPreview: {
|
|
1314
|
+
downloadFailedErr: string;
|
|
1315
|
+
noExistentErr: string;
|
|
1316
|
+
importDetailPrompt: string;
|
|
1317
|
+
parseImportInfoErr: string;
|
|
1318
|
+
downloadErrFile: string;
|
|
1319
|
+
importTime: string;
|
|
1320
|
+
importTotal: string;
|
|
1321
|
+
successImport: string;
|
|
1322
|
+
ImportFailed: string;
|
|
1323
|
+
};
|
|
1324
|
+
asyncActionTab: {
|
|
1325
|
+
noSupportType: string;
|
|
1326
|
+
noAsyncAction: string;
|
|
1327
|
+
};
|
|
1328
|
+
internalMessageContainer: {
|
|
1329
|
+
markAsRead: string;
|
|
1330
|
+
};
|
|
1331
|
+
internalMessageJson: {
|
|
1332
|
+
jumpToView: string;
|
|
1333
|
+
missingHtml: string;
|
|
1334
|
+
};
|
|
1335
|
+
internalMessageTab: {
|
|
1336
|
+
noSupportType: string;
|
|
1337
|
+
notificationYet: string;
|
|
1338
|
+
loadMore: string;
|
|
1339
|
+
onlyShowUnread: string;
|
|
1340
|
+
};
|
|
1341
|
+
};
|
|
1342
|
+
customSetting: {
|
|
1343
|
+
theme: string;
|
|
1344
|
+
menu: string;
|
|
1345
|
+
};
|
|
1346
|
+
};
|
|
1347
|
+
};
|
|
1348
|
+
export default _default;
|