@ibiz-template/vue3-util 0.7.40-alpha.8 → 0.7.40
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/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/common/badge/badge.d.ts +1 -1
- package/es/common/code-list/code-list.d.ts +1 -1
- package/es/common/control-loading-placeholder/control-loading-placeholder.d.ts +1 -1
- package/es/common/control-shell/control-shell.d.ts +1 -1
- package/es/common/custom-render/custom-render.d.ts +1 -1
- package/es/common/icon/icon.d.ts +1 -1
- package/es/common/router-view/router-view.d.ts +4 -3
- package/es/common/router-view/router-view.d.ts.map +1 -1
- package/es/common/view-shell/view-shell.d.ts +1 -1
- package/es/control/panel/panel/index.d.ts +7 -3
- package/es/control/panel/panel/index.d.ts.map +1 -1
- package/es/control/panel/panel/panel.d.ts +53 -3
- package/es/control/panel/panel/panel.d.ts.map +1 -1
- package/es/control/panel/panel/panel.mjs +33 -2
- package/es/control/panel/view-layout-panel/index.d.ts +7 -3
- package/es/control/panel/view-layout-panel/index.d.ts.map +1 -1
- package/es/control/panel/view-layout-panel/view-layout-panel.d.ts +48 -4
- package/es/control/panel/view-layout-panel/view-layout-panel.d.ts.map +1 -1
- package/es/control/panel/view-layout-panel/view-layout-panel.mjs +23 -1
- package/es/hooks/app/app.hooks.d.ts +7 -1
- package/es/hooks/app/app.hooks.d.ts.map +1 -1
- package/es/hooks/app/app.hooks.mjs +6 -0
- package/es/index.mjs +5 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.controller.d.ts +7 -10
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.controller.d.ts.map +1 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.controller.mjs +4 -6
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.d.ts +21 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.d.ts.map +1 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.mjs +6 -0
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.state.d.ts +12 -12
- package/es/panel-component/auth-wxmp-qrcode/index.d.ts +1 -1
- package/es/panel-component/grid-container/grid-container.controller.d.ts +6 -0
- package/es/panel-component/grid-container/grid-container.controller.d.ts.map +1 -1
- package/es/panel-component/grid-container/grid-container.d.ts +18 -1
- package/es/panel-component/grid-container/grid-container.d.ts.map +1 -1
- package/es/panel-component/grid-container/grid-container.mjs +6 -0
- package/es/panel-component/grid-container/index.d.ts +1 -1
- package/es/panel-component/multi-data-container/index.d.ts +1 -1
- package/es/panel-component/multi-data-container/multi-data-container.controller.d.ts +23 -16
- package/es/panel-component/multi-data-container/multi-data-container.controller.d.ts.map +1 -1
- package/es/panel-component/multi-data-container/multi-data-container.controller.mjs +16 -15
- package/es/panel-component/multi-data-container/multi-data-container.d.ts +19 -2
- package/es/panel-component/multi-data-container/multi-data-container.d.ts.map +1 -1
- package/es/panel-component/multi-data-container/multi-data-container.mjs +6 -0
- package/es/panel-component/multi-data-container/multi-data-container.state.d.ts +2 -3
- package/es/panel-component/multi-data-container/multi-data-container.state.d.ts.map +1 -1
- package/es/panel-component/multi-data-container/multi-data-container.state.mjs +2 -3
- package/es/panel-component/multi-data-container-raw/index.d.ts +1 -1
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.d.ts +21 -6
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.d.ts.map +1 -1
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.mjs +15 -6
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.d.ts +19 -2
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.d.ts.map +1 -1
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.mjs +6 -0
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.state.d.ts +2 -3
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.state.d.ts.map +1 -1
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.state.mjs +2 -3
- package/es/panel-component/nav-pos/index.d.ts +1 -1
- package/es/panel-component/nav-pos/nav-pos.controller.d.ts +17 -28
- package/es/panel-component/nav-pos/nav-pos.controller.d.ts.map +1 -1
- package/es/panel-component/nav-pos/nav-pos.controller.mjs +17 -24
- package/es/panel-component/nav-pos/nav-pos.d.ts +23 -1
- package/es/panel-component/nav-pos/nav-pos.d.ts.map +1 -1
- package/es/panel-component/nav-pos/nav-pos.mjs +6 -0
- package/es/panel-component/nav-pos/nav-pos.state.d.ts +12 -17
- package/es/panel-component/nav-pos/nav-pos.state.d.ts.map +1 -1
- package/es/panel-component/nav-pos/nav-pos.state.mjs +12 -17
- package/es/panel-component/panel-container/index.d.ts +1 -1
- package/es/panel-component/panel-container/panel-container.controller.d.ts +6 -0
- package/es/panel-component/panel-container/panel-container.controller.d.ts.map +1 -1
- package/es/panel-component/panel-container/panel-container.d.ts +18 -1
- package/es/panel-component/panel-container/panel-container.d.ts.map +1 -1
- package/es/panel-component/panel-container/panel-container.mjs +6 -0
- package/es/panel-component/panel-container/panel-container.state.d.ts +1 -4
- package/es/panel-component/panel-container/panel-container.state.d.ts.map +1 -1
- package/es/panel-component/panel-container-group/index.d.ts +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.controller.d.ts +10 -8
- package/es/panel-component/panel-container-group/panel-container-group.controller.d.ts.map +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.controller.mjs +4 -8
- package/es/panel-component/panel-container-group/panel-container-group.css +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.d.ts +18 -1
- package/es/panel-component/panel-container-group/panel-container-group.d.ts.map +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.mjs +12 -1
- package/es/panel-component/panel-container-image/index.d.ts +1 -1
- package/es/panel-component/panel-container-image/panel-container-image.controller.d.ts +6 -0
- package/es/panel-component/panel-container-image/panel-container-image.controller.d.ts.map +1 -1
- package/es/panel-component/panel-container-image/panel-container-image.d.ts +18 -1
- package/es/panel-component/panel-container-image/panel-container-image.d.ts.map +1 -1
- package/es/panel-component/panel-container-image/panel-container-image.mjs +6 -0
- package/es/panel-component/panel-container-tabs/index.d.ts +1 -1
- package/es/panel-component/panel-container-tabs/panel-container-tabs.d.ts +18 -1
- package/es/panel-component/panel-container-tabs/panel-container-tabs.d.ts.map +1 -1
- package/es/panel-component/panel-container-tabs/panel-container-tabs.mjs +6 -0
- package/es/panel-component/panel-ctrl-pos/index.d.ts +1 -1
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.d.ts +4 -7
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.d.ts +18 -1
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.mjs +6 -0
- package/es/panel-component/panel-ctrl-view-page-caption/index.d.ts +1 -1
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.controller.d.ts +6 -15
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.controller.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.d.ts +18 -1
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.mjs +6 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.state.d.ts +17 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.state.d.ts.map +1 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.state.mjs +17 -0
- package/es/panel-component/panel-field/index.d.ts +1 -1
- package/es/panel-component/panel-field/panel-field.controller.d.ts +60 -30
- package/es/panel-component/panel-field/panel-field.controller.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.controller.mjs +47 -21
- package/es/panel-component/panel-field/panel-field.d.ts +24 -1
- package/es/panel-component/panel-field/panel-field.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.mjs +9 -0
- package/es/panel-component/panel-field/panel-field.state.d.ts +4 -7
- package/es/panel-component/panel-field/panel-field.state.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.state.mjs +3 -3
- package/es/panel-component/panel-item-render/index.d.ts +1 -1
- package/es/panel-component/panel-item-render/panel-item-render.controller.d.ts +4 -6
- package/es/panel-component/panel-item-render/panel-item-render.controller.d.ts.map +1 -1
- package/es/panel-component/panel-item-render/panel-item-render.controller.mjs +2 -4
- package/es/panel-component/panel-item-render/panel-item-render.d.ts +18 -1
- package/es/panel-component/panel-item-render/panel-item-render.d.ts.map +1 -1
- package/es/panel-component/panel-item-render/panel-item-render.mjs +6 -0
- package/es/panel-component/panel-rawitem/index.d.ts +1 -1
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.d.ts +11 -6
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.d.ts.map +1 -1
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.mjs +22 -4
- package/es/panel-component/panel-rawitem/panel-rawitem.d.ts +18 -1
- package/es/panel-component/panel-rawitem/panel-rawitem.d.ts.map +1 -1
- package/es/panel-component/panel-rawitem/panel-rawitem.mjs +6 -0
- package/es/panel-component/panel-tab-page/index.d.ts +1 -1
- package/es/panel-component/panel-tab-page/panel-tab-page.d.ts +18 -1
- package/es/panel-component/panel-tab-page/panel-tab-page.d.ts.map +1 -1
- package/es/panel-component/panel-tab-page/panel-tab-page.mjs +6 -0
- package/es/panel-component/scroll-container/index.d.ts +1 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts +8 -11
- package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.css +1 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.d.ts +18 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.mjs +6 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts +7 -11
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts +18 -1
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.mjs +6 -0
- package/es/panel-component/single-data-container/index.d.ts +1 -1
- package/es/panel-component/single-data-container/single-data-container.controller.d.ts +35 -20
- package/es/panel-component/single-data-container/single-data-container.controller.d.ts.map +1 -1
- package/es/panel-component/single-data-container/single-data-container.controller.mjs +26 -17
- package/es/panel-component/single-data-container/single-data-container.d.ts +21 -2
- package/es/panel-component/single-data-container/single-data-container.d.ts.map +1 -1
- package/es/panel-component/single-data-container/single-data-container.mjs +6 -0
- package/es/panel-component/single-data-container/single-data-container.state.d.ts +5 -8
- package/es/panel-component/single-data-container/single-data-container.state.d.ts.map +1 -1
- package/es/panel-component/single-data-container/single-data-container.state.mjs +4 -4
- package/es/panel-component/teleport-placeholder/index.d.ts +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.controller.d.ts +16 -8
- package/es/panel-component/teleport-placeholder/teleport-placeholder.controller.d.ts.map +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.controller.mjs +7 -4
- package/es/panel-component/teleport-placeholder/teleport-placeholder.css +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.d.ts +18 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.d.ts.map +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.mjs +6 -0
- package/es/panel-component/teleport-placeholder/teleport-placeholder.state.d.ts +7 -4
- package/es/panel-component/teleport-placeholder/teleport-placeholder.state.d.ts.map +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.state.mjs +6 -0
- package/es/props/editor/array.d.ts +9 -8
- package/es/props/editor/array.d.ts.map +1 -1
- package/es/props/editor/array.mjs +7 -1
- package/es/props/editor/autocomplete.d.ts +9 -8
- package/es/props/editor/autocomplete.d.ts.map +1 -1
- package/es/props/editor/autocomplete.mjs +7 -1
- package/es/props/editor/cascader.d.ts +9 -8
- package/es/props/editor/cascader.d.ts.map +1 -1
- package/es/props/editor/cascader.mjs +7 -1
- package/es/props/editor/check-box-list.d.ts +9 -8
- package/es/props/editor/check-box-list.d.ts.map +1 -1
- package/es/props/editor/check-box-list.mjs +7 -1
- package/es/props/editor/check-box.d.ts +9 -8
- package/es/props/editor/check-box.d.ts.map +1 -1
- package/es/props/editor/check-box.mjs +7 -1
- package/es/props/editor/code.d.ts +21 -26
- package/es/props/editor/code.d.ts.map +1 -1
- package/es/props/editor/code.mjs +9 -0
- package/es/props/editor/color-picker.d.ts +9 -8
- package/es/props/editor/color-picker.d.ts.map +1 -1
- package/es/props/editor/color-picker.mjs +7 -1
- package/es/props/editor/common.d.ts +46 -13
- package/es/props/editor/common.d.ts.map +1 -1
- package/es/props/editor/common.mjs +46 -20
- package/es/props/editor/data-picker.d.ts +9 -8
- package/es/props/editor/data-picker.d.ts.map +1 -1
- package/es/props/editor/data-picker.mjs +7 -1
- package/es/props/editor/date-picker.d.ts +11 -8
- package/es/props/editor/date-picker.d.ts.map +1 -1
- package/es/props/editor/date-picker.mjs +8 -1
- package/es/props/editor/date-range-select.d.ts +113 -0
- package/es/props/editor/date-range-select.d.ts.map +1 -0
- package/es/props/editor/date-range-select.mjs +27 -0
- package/es/props/editor/date-range.d.ts +9 -3
- package/es/props/editor/date-range.d.ts.map +1 -1
- package/es/props/editor/date-range.mjs +7 -1
- package/es/props/editor/dropdown-list.d.ts +9 -8
- package/es/props/editor/dropdown-list.d.ts.map +1 -1
- package/es/props/editor/dropdown-list.mjs +7 -1
- package/es/props/editor/html.d.ts +9 -8
- package/es/props/editor/html.d.ts.map +1 -1
- package/es/props/editor/html.mjs +7 -1
- package/es/props/editor/index.d.ts +4 -0
- package/es/props/editor/index.d.ts.map +1 -1
- package/es/props/editor/index.mjs +5 -1
- package/es/props/editor/input-ip.d.ts +69 -0
- package/es/props/editor/input-ip.d.ts.map +1 -0
- package/es/props/editor/input-ip.mjs +17 -0
- package/es/props/editor/input-number.d.ts +69 -0
- package/es/props/editor/input-number.d.ts.map +1 -0
- package/es/props/editor/input-number.mjs +17 -0
- package/es/props/editor/list-box.d.ts +9 -8
- package/es/props/editor/list-box.d.ts.map +1 -1
- package/es/props/editor/list-box.mjs +7 -1
- package/es/props/editor/map-picker.d.ts +69 -0
- package/es/props/editor/map-picker.d.ts.map +1 -0
- package/es/props/editor/map-picker.mjs +17 -0
- package/es/props/editor/markdown.d.ts +21 -8
- package/es/props/editor/markdown.d.ts.map +1 -1
- package/es/props/editor/markdown.mjs +10 -4
- package/es/props/editor/number-range.d.ts +9 -4
- package/es/props/editor/number-range.d.ts.map +1 -1
- package/es/props/editor/number-range.mjs +7 -1
- package/es/props/editor/radio-button-list.d.ts +9 -8
- package/es/props/editor/radio-button-list.d.ts.map +1 -1
- package/es/props/editor/radio-button-list.mjs +7 -1
- package/es/props/editor/rate.d.ts +9 -4
- package/es/props/editor/rate.d.ts.map +1 -1
- package/es/props/editor/rate.mjs +7 -1
- package/es/props/editor/raw.d.ts +9 -4
- package/es/props/editor/raw.d.ts.map +1 -1
- package/es/props/editor/raw.mjs +7 -1
- package/es/props/editor/slider.d.ts +9 -4
- package/es/props/editor/slider.d.ts.map +1 -1
- package/es/props/editor/slider.mjs +7 -1
- package/es/props/editor/span.d.ts +9 -8
- package/es/props/editor/span.d.ts.map +1 -1
- package/es/props/editor/span.mjs +7 -1
- package/es/props/editor/stepper.d.ts +9 -4
- package/es/props/editor/stepper.d.ts.map +1 -1
- package/es/props/editor/stepper.mjs +7 -1
- package/es/props/editor/switch.d.ts +9 -4
- package/es/props/editor/switch.d.ts.map +1 -1
- package/es/props/editor/switch.mjs +7 -1
- package/es/props/editor/text-box.d.ts +9 -142
- package/es/props/editor/text-box.d.ts.map +1 -1
- package/es/props/editor/text-box.mjs +8 -14
- package/es/props/editor/upload.d.ts +9 -8
- package/es/props/editor/upload.d.ts.map +1 -1
- package/es/props/editor/upload.mjs +7 -1
- package/es/props/index.mjs +5 -1
- package/es/use/click-outside/click-outside.d.ts.map +1 -1
- package/es/util/install.d.ts.map +1 -1
- package/es/util/route/route.d.ts.map +1 -1
- package/es/util/route/route.mjs +12 -1
- package/es/view/app-redirect-view/app-redirect-view.d.ts +1 -1
- package/es/view/app-redirect-view/app-redirect-view.d.ts.map +1 -1
- package/es/view/common/index.d.ts +7 -3
- package/es/view/common/index.d.ts.map +1 -1
- package/es/view/common/view.d.ts +45 -3
- package/es/view/common/view.d.ts.map +1 -1
- package/es/view/common/view.mjs +22 -1
- package/es/view/de-redirect-view/de-redirect-view.d.ts +1 -1
- package/es/view/de-redirect-view/index.d.ts +1 -1
- package/es/view/html-view/html-view.d.ts +1 -1
- package/es/view/html-view/index.d.ts +1 -1
- package/es/view/portal-view/index.d.ts +1 -1
- package/es/view/portal-view/portal-view.d.ts +1 -1
- package/es/view/todo-redirect/todo-redirect.d.ts +1 -1
- package/es/view/todo-redirect/todo-redirect.d.ts.map +1 -1
- package/lib/control/panel/panel/panel.cjs +32 -1
- package/lib/control/panel/view-layout-panel/view-layout-panel.cjs +23 -1
- package/lib/hooks/app/app.hooks.cjs +6 -0
- package/lib/index.cjs +13 -4
- package/lib/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.cjs +6 -0
- package/lib/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.controller.cjs +4 -6
- package/lib/panel-component/grid-container/grid-container.cjs +6 -0
- package/lib/panel-component/multi-data-container/multi-data-container.cjs +6 -0
- package/lib/panel-component/multi-data-container/multi-data-container.controller.cjs +16 -15
- package/lib/panel-component/multi-data-container/multi-data-container.state.cjs +2 -3
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.cjs +6 -0
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.controller.cjs +15 -6
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.state.cjs +2 -3
- package/lib/panel-component/nav-pos/nav-pos.cjs +6 -0
- package/lib/panel-component/nav-pos/nav-pos.controller.cjs +17 -24
- package/lib/panel-component/nav-pos/nav-pos.state.cjs +12 -17
- package/lib/panel-component/panel-container/panel-container.cjs +6 -0
- package/lib/panel-component/panel-container-group/panel-container-group.cjs +12 -1
- package/lib/panel-component/panel-container-group/panel-container-group.controller.cjs +4 -8
- package/lib/panel-component/panel-container-group/panel-container-group.css +1 -1
- package/lib/panel-component/panel-container-image/panel-container-image.cjs +6 -0
- package/lib/panel-component/panel-container-tabs/panel-container-tabs.cjs +6 -0
- package/lib/panel-component/panel-ctrl-pos/panel-ctrl-pos.cjs +6 -0
- package/lib/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.cjs +6 -0
- package/lib/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.state.cjs +19 -0
- package/lib/panel-component/panel-field/panel-field.cjs +9 -0
- package/lib/panel-component/panel-field/panel-field.controller.cjs +47 -21
- package/lib/panel-component/panel-field/panel-field.state.cjs +3 -3
- package/lib/panel-component/panel-item-render/panel-item-render.cjs +6 -0
- package/lib/panel-component/panel-item-render/panel-item-render.controller.cjs +2 -4
- package/lib/panel-component/panel-rawitem/panel-rawitem.cjs +6 -0
- package/lib/panel-component/panel-rawitem/panel-rawitem.controller.cjs +21 -3
- package/lib/panel-component/panel-tab-page/panel-tab-page.cjs +6 -0
- package/lib/panel-component/scroll-container/scroll-container/scroll-container.cjs +6 -0
- package/lib/panel-component/scroll-container/scroll-container/scroll-container.css +1 -1
- package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item.cjs +6 -0
- package/lib/panel-component/single-data-container/single-data-container.cjs +6 -0
- package/lib/panel-component/single-data-container/single-data-container.controller.cjs +26 -17
- package/lib/panel-component/single-data-container/single-data-container.state.cjs +4 -4
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.cjs +6 -0
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.controller.cjs +7 -4
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.css +1 -1
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.state.cjs +6 -0
- package/lib/props/editor/array.cjs +7 -1
- package/lib/props/editor/autocomplete.cjs +7 -1
- package/lib/props/editor/cascader.cjs +7 -1
- package/lib/props/editor/check-box-list.cjs +7 -1
- package/lib/props/editor/check-box.cjs +7 -1
- package/lib/props/editor/code.cjs +9 -0
- package/lib/props/editor/color-picker.cjs +7 -1
- package/lib/props/editor/common.cjs +46 -20
- package/lib/props/editor/data-picker.cjs +7 -1
- package/lib/props/editor/date-picker.cjs +8 -1
- package/lib/props/editor/date-range-select.cjs +31 -0
- package/lib/props/editor/date-range.cjs +7 -1
- package/lib/props/editor/dropdown-list.cjs +7 -1
- package/lib/props/editor/html.cjs +7 -1
- package/lib/props/editor/index.cjs +13 -4
- package/lib/props/editor/input-ip.cjs +20 -0
- package/lib/props/editor/input-number.cjs +20 -0
- package/lib/props/editor/list-box.cjs +7 -1
- package/lib/props/editor/map-picker.cjs +20 -0
- package/lib/props/editor/markdown.cjs +10 -4
- package/lib/props/editor/number-range.cjs +7 -1
- package/lib/props/editor/radio-button-list.cjs +7 -1
- package/lib/props/editor/rate.cjs +7 -1
- package/lib/props/editor/raw.cjs +7 -1
- package/lib/props/editor/slider.cjs +7 -1
- package/lib/props/editor/span.cjs +7 -1
- package/lib/props/editor/stepper.cjs +7 -1
- package/lib/props/editor/switch.cjs +7 -1
- package/lib/props/editor/text-box.cjs +7 -17
- package/lib/props/editor/upload.cjs +7 -1
- package/lib/props/index.cjs +13 -4
- package/lib/util/route/route.cjs +11 -0
- package/lib/view/common/view.cjs +22 -1
- package/package.json +7 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/color-picker.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"color-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/color-picker.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,CAAC;IAGjC;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAGN;AAED;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,CAAC;;;;IAbrC;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAaN"}
|
|
@@ -2,7 +2,13 @@ import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
function getColorPickerProps() {
|
|
5
|
-
return {
|
|
5
|
+
return {
|
|
6
|
+
...getEditorProps(),
|
|
7
|
+
/**
|
|
8
|
+
* @description 编辑器值
|
|
9
|
+
*/
|
|
10
|
+
value: String
|
|
11
|
+
};
|
|
6
12
|
}
|
|
7
13
|
function getGridColorPickerProps() {
|
|
8
14
|
return { ...getColorPickerProps(), ...getGridEditorCommonProps() };
|
|
@@ -1,56 +1,89 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RequiredProp } from '../common';
|
|
3
3
|
/**
|
|
4
|
-
* 获取编辑器通用props
|
|
5
|
-
*
|
|
6
|
-
* @author lxm
|
|
7
|
-
* @date 2022-11-01 19:11:04
|
|
4
|
+
* @description 获取编辑器通用props
|
|
8
5
|
* @export
|
|
9
6
|
* @template C
|
|
10
7
|
* @returns {*}
|
|
8
|
+
* @editorprops
|
|
11
9
|
*/
|
|
12
10
|
export declare function getEditorProps<C>(): {
|
|
11
|
+
/**
|
|
12
|
+
* @description 编辑器值
|
|
13
|
+
*/
|
|
13
14
|
value: StringConstructor;
|
|
15
|
+
/**
|
|
16
|
+
* @description 编辑器控制器对象
|
|
17
|
+
*/
|
|
14
18
|
controller: RequiredProp<PropType<C>, undefined, undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* @description 容器数据,通常为表单数据,表格行数据,面板数据
|
|
21
|
+
*/
|
|
15
22
|
data: RequiredProp<PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* @description 是否禁用
|
|
25
|
+
* @default false
|
|
26
|
+
*/
|
|
16
27
|
disabled: {
|
|
17
28
|
type: BooleanConstructor;
|
|
18
29
|
};
|
|
30
|
+
/**
|
|
31
|
+
* @description 是否只读
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
19
34
|
readonly: {
|
|
20
35
|
type: BooleanConstructor;
|
|
21
36
|
default: boolean;
|
|
22
37
|
};
|
|
38
|
+
/**
|
|
39
|
+
* @description 是否自动聚焦
|
|
40
|
+
* @default false
|
|
41
|
+
*/
|
|
23
42
|
autoFocus: {
|
|
24
43
|
type: BooleanConstructor;
|
|
25
44
|
default: boolean;
|
|
26
45
|
};
|
|
46
|
+
/**
|
|
47
|
+
* @description 单元格超出呈现模式,表格容器中使用,wrap 换行,高度自动增高;ellipsis 省略,出...,悬浮出tooltip
|
|
48
|
+
*/
|
|
27
49
|
overflowMode: {
|
|
28
50
|
type: StringConstructor;
|
|
29
51
|
};
|
|
52
|
+
/**
|
|
53
|
+
* @description 容器控件参数,一般是指表单部件控件参数、表格控件参数、面板控件参数
|
|
54
|
+
*/
|
|
30
55
|
controlParams: {
|
|
31
56
|
type: ObjectConstructor;
|
|
32
57
|
required: boolean;
|
|
33
58
|
};
|
|
34
59
|
};
|
|
35
60
|
/**
|
|
36
|
-
* 获取编辑器通用emits
|
|
37
|
-
*
|
|
38
|
-
* @author lxm
|
|
39
|
-
* @date 2022-11-03 19:11:04
|
|
61
|
+
* @description 获取编辑器通用emits
|
|
40
62
|
* @export
|
|
41
63
|
* @template V
|
|
42
64
|
* @returns {*}
|
|
65
|
+
* @editoremits
|
|
43
66
|
*/
|
|
44
67
|
export declare function getEditorEmits<V>(): {
|
|
45
|
-
/**
|
|
68
|
+
/**
|
|
69
|
+
* @description 值变更事件
|
|
70
|
+
*/
|
|
46
71
|
change: (_value: V, _name?: string, _ignore?: boolean) => boolean;
|
|
47
|
-
/**
|
|
72
|
+
/**
|
|
73
|
+
* @description 失焦事件
|
|
74
|
+
*/
|
|
48
75
|
blur: (_event?: IData) => boolean;
|
|
49
|
-
/**
|
|
76
|
+
/**
|
|
77
|
+
* @description 聚焦事件
|
|
78
|
+
*/
|
|
50
79
|
focus: (_event?: IData) => boolean;
|
|
51
|
-
/**
|
|
80
|
+
/**
|
|
81
|
+
* @description 回车事件
|
|
82
|
+
*/
|
|
52
83
|
enter: (_event?: IData) => boolean;
|
|
53
|
-
/**
|
|
84
|
+
/**
|
|
85
|
+
* @description 信息文本变更事件
|
|
86
|
+
*/
|
|
54
87
|
infoTextChange: (_text: string) => boolean;
|
|
55
88
|
};
|
|
56
89
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/props/editor/common.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/props/editor/common.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC;IAE5B;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;;;IAEH;;;OAGG;;;;;IAEH;;;OAGG;;;;;IAEH;;OAEG;;;;IAEH;;OAEG;;;;;EAGN;AAED;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC;IAE5B;;OAEG;qBACc,CAAC,UAAU,MAAM,YAAY,OAAO;IACrD;;OAEG;oBACa,KAAK;IACrB;;OAEG;qBACc,KAAK;IACtB;;OAEG;qBACc,KAAK;IACtB;;OAEG;4BACqB,MAAM;EAEjC;AAED;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,CAAC;IAEhC,YAAY;qBACK,CAAC,UAAU,MAAM,YAAY,OAAO;IACrD,eAAe;;EAGlB;AAED;;;;;;;GAOG;AACH,wBAAgB,wBAAwB;;;;EAMvC"}
|
|
@@ -3,38 +3,64 @@ import { RequiredProp } from '../common.mjs';
|
|
|
3
3
|
"use strict";
|
|
4
4
|
function getEditorProps() {
|
|
5
5
|
return {
|
|
6
|
+
/**
|
|
7
|
+
* @description 编辑器值
|
|
8
|
+
*/
|
|
6
9
|
value: String,
|
|
10
|
+
/**
|
|
11
|
+
* @description 编辑器控制器对象
|
|
12
|
+
*/
|
|
7
13
|
controller: new RequiredProp(Object),
|
|
14
|
+
/**
|
|
15
|
+
* @description 容器数据,通常为表单数据,表格行数据,面板数据
|
|
16
|
+
*/
|
|
8
17
|
data: new RequiredProp(Object),
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
/**
|
|
19
|
+
* @description 是否禁用
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
22
|
+
disabled: { type: Boolean },
|
|
23
|
+
/**
|
|
24
|
+
* @description 是否只读
|
|
25
|
+
* @default false
|
|
26
|
+
*/
|
|
27
|
+
readonly: { type: Boolean, default: false },
|
|
28
|
+
/**
|
|
29
|
+
* @description 是否自动聚焦
|
|
30
|
+
* @default false
|
|
31
|
+
*/
|
|
32
|
+
autoFocus: { type: Boolean, default: false },
|
|
33
|
+
/**
|
|
34
|
+
* @description 单元格超出呈现模式,表格容器中使用,wrap 换行,高度自动增高;ellipsis 省略,出...,悬浮出tooltip
|
|
35
|
+
*/
|
|
20
36
|
overflowMode: { type: String },
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
37
|
+
/**
|
|
38
|
+
* @description 容器控件参数,一般是指表单部件控件参数、表格控件参数、面板控件参数
|
|
39
|
+
*/
|
|
40
|
+
controlParams: { type: Object, required: false }
|
|
25
41
|
};
|
|
26
42
|
}
|
|
27
43
|
function getEditorEmits() {
|
|
28
44
|
return {
|
|
29
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* @description 值变更事件
|
|
47
|
+
*/
|
|
30
48
|
change: (_value, _name, _ignore) => true,
|
|
31
|
-
/**
|
|
49
|
+
/**
|
|
50
|
+
* @description 失焦事件
|
|
51
|
+
*/
|
|
32
52
|
blur: (_event) => true,
|
|
33
|
-
/**
|
|
53
|
+
/**
|
|
54
|
+
* @description 聚焦事件
|
|
55
|
+
*/
|
|
34
56
|
focus: (_event) => true,
|
|
35
|
-
/**
|
|
57
|
+
/**
|
|
58
|
+
* @description 回车事件
|
|
59
|
+
*/
|
|
36
60
|
enter: (_event) => true,
|
|
37
|
-
/**
|
|
61
|
+
/**
|
|
62
|
+
* @description 信息文本变更事件
|
|
63
|
+
*/
|
|
38
64
|
infoTextChange: (_text) => true
|
|
39
65
|
};
|
|
40
66
|
}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* @author lxm
|
|
5
|
-
* @date 2022-11-01 19:11:12
|
|
2
|
+
* @description 获取数据选择props
|
|
6
3
|
* @export
|
|
7
4
|
* @template C
|
|
8
5
|
* @returns {*}
|
|
6
|
+
* @editorprops
|
|
9
7
|
*/
|
|
10
8
|
export declare function getDataPickerProps<C>(): {
|
|
9
|
+
/**
|
|
10
|
+
* @description 编辑器值
|
|
11
|
+
*/
|
|
11
12
|
value: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
12
13
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
13
14
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -31,10 +32,7 @@ export declare function getDataPickerProps<C>(): {
|
|
|
31
32
|
};
|
|
32
33
|
};
|
|
33
34
|
/**
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @author lxm
|
|
37
|
-
* @date 2022-11-01 19:11:12
|
|
35
|
+
* @description 获取表格数据选择props
|
|
38
36
|
* @export
|
|
39
37
|
* @template C
|
|
40
38
|
* @returns {*}
|
|
@@ -43,6 +41,9 @@ export declare function getGridDataPickerProps<C>(): {
|
|
|
43
41
|
hasError: {
|
|
44
42
|
type: BooleanConstructor;
|
|
45
43
|
};
|
|
44
|
+
/**
|
|
45
|
+
* @description 编辑器值
|
|
46
|
+
*/
|
|
46
47
|
value: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
47
48
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
48
49
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/data-picker.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"data-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/data-picker.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,CAAC;IAGhC;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAGN;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,CAAC;;;;IAbpC;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAaN"}
|
|
@@ -2,7 +2,13 @@ import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
function getDataPickerProps() {
|
|
5
|
-
return {
|
|
5
|
+
return {
|
|
6
|
+
...getEditorProps(),
|
|
7
|
+
/**
|
|
8
|
+
* @description 编辑器值
|
|
9
|
+
*/
|
|
10
|
+
value: [String, Array, Object, Number]
|
|
11
|
+
};
|
|
6
12
|
}
|
|
7
13
|
function getGridDataPickerProps() {
|
|
8
14
|
return { ...getDataPickerProps(), ...getGridEditorCommonProps() };
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* @author lxm
|
|
5
|
-
* @date 2022-11-01 19:11:12
|
|
2
|
+
* @description 获取日期选择器props
|
|
6
3
|
* @export
|
|
7
4
|
* @template C
|
|
8
5
|
* @returns {*}
|
|
6
|
+
* @editorprops
|
|
9
7
|
*/
|
|
10
8
|
export declare function getDatePickerProps<C>(): {
|
|
9
|
+
/**
|
|
10
|
+
* 值
|
|
11
|
+
* @description 编辑器的值
|
|
12
|
+
*/
|
|
11
13
|
value: (StringConstructor | NumberConstructor)[];
|
|
12
14
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
13
15
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -31,10 +33,7 @@ export declare function getDatePickerProps<C>(): {
|
|
|
31
33
|
};
|
|
32
34
|
};
|
|
33
35
|
/**
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @author lxm
|
|
37
|
-
* @date 2022-11-01 19:11:12
|
|
36
|
+
* @description 获取表格日期选择器props
|
|
38
37
|
* @export
|
|
39
38
|
* @template C
|
|
40
39
|
* @returns {*}
|
|
@@ -43,6 +42,10 @@ export declare function getGridDatePickerProps<C>(): {
|
|
|
43
42
|
hasError: {
|
|
44
43
|
type: BooleanConstructor;
|
|
45
44
|
};
|
|
45
|
+
/**
|
|
46
|
+
* 值
|
|
47
|
+
* @description 编辑器的值
|
|
48
|
+
*/
|
|
46
49
|
value: (StringConstructor | NumberConstructor)[];
|
|
47
50
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
48
51
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-picker.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-picker.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,CAAC;IAGhC;;;OAGG;;;;;;;;;;;;;;;;;;;;;;EAGN;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,CAAC;;;;IAdpC;;;OAGG;;;;;;;;;;;;;;;;;;;;;;EAaN"}
|
|
@@ -2,7 +2,14 @@ import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
function getDatePickerProps() {
|
|
5
|
-
return {
|
|
5
|
+
return {
|
|
6
|
+
...getEditorProps(),
|
|
7
|
+
/**
|
|
8
|
+
* 值
|
|
9
|
+
* @description 编辑器的值
|
|
10
|
+
*/
|
|
11
|
+
value: [String, Number]
|
|
12
|
+
};
|
|
6
13
|
}
|
|
7
14
|
function getGridDatePickerProps() {
|
|
8
15
|
return { ...getDatePickerProps(), ...getGridEditorCommonProps() };
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* @description 获取时间范围(可选单位)props
|
|
4
|
+
* @export
|
|
5
|
+
* @template C
|
|
6
|
+
* @returns {*}
|
|
7
|
+
* @editorprops
|
|
8
|
+
*/
|
|
9
|
+
export declare function getDateRangeSelectProps<C>(): {
|
|
10
|
+
/**
|
|
11
|
+
* @description 编辑器值,该值用于表示时间范围信息,包含几个关键属性:`unit`(时间单位)、`type`(类型,可选值为 'DYNAMIC'(动态时间)和 'STATIC'(固定时间))、`start`(开始时间)、`end`(结束时间)
|
|
12
|
+
*/
|
|
13
|
+
value: {
|
|
14
|
+
type: PropType<{
|
|
15
|
+
unit: 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR';
|
|
16
|
+
type: 'DYNAMIC' | 'STATIC';
|
|
17
|
+
start: string | number;
|
|
18
|
+
end: string | number;
|
|
19
|
+
}>;
|
|
20
|
+
};
|
|
21
|
+
controller: import("..").RequiredProp<PropType<C>, undefined, undefined>;
|
|
22
|
+
data: import("..").RequiredProp<PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
23
|
+
disabled: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
};
|
|
26
|
+
readonly: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
autoFocus: {
|
|
31
|
+
type: BooleanConstructor; /**
|
|
32
|
+
* 值变更事件
|
|
33
|
+
* @description 值变更事件。_value用于表示时间范围信息,包含几个关键属性:`unit`(时间单位)、`type`(类型,可选值为 'DYNAMIC'(动态时间)和 'STATIC'(固定时间))、`start`(开始时间)、`end`(结束时间)
|
|
34
|
+
*/
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
overflowMode: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
};
|
|
40
|
+
controlParams: {
|
|
41
|
+
type: ObjectConstructor;
|
|
42
|
+
required: boolean;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* @description 获取时间范围(可选单位)emits
|
|
47
|
+
* @export
|
|
48
|
+
* @template V
|
|
49
|
+
* @returns {*}
|
|
50
|
+
* @editoremits
|
|
51
|
+
*/
|
|
52
|
+
export declare function getDateRangeSelectEmits(): {
|
|
53
|
+
/**
|
|
54
|
+
* 值变更事件
|
|
55
|
+
* @description 值变更事件。_value用于表示时间范围信息,包含几个关键属性:`unit`(时间单位)、`type`(类型,可选值为 'DYNAMIC'(动态时间)和 'STATIC'(固定时间))、`start`(开始时间)、`end`(结束时间)
|
|
56
|
+
*/
|
|
57
|
+
change: (_value: {
|
|
58
|
+
unit: 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR';
|
|
59
|
+
type: 'DYNAMIC' | 'STATIC';
|
|
60
|
+
start: string | number;
|
|
61
|
+
end: string | number;
|
|
62
|
+
}, _name?: string, _ignore?: boolean) => boolean;
|
|
63
|
+
blur: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
64
|
+
focus: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
65
|
+
enter: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
66
|
+
infoTextChange: (_text: string) => boolean;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* @description 获取表格时间范围(可选单位)的props
|
|
70
|
+
* @export
|
|
71
|
+
* @template C
|
|
72
|
+
* @returns {*}
|
|
73
|
+
*/
|
|
74
|
+
export declare function getGridDateRangeSelectProps<C>(): {
|
|
75
|
+
/**
|
|
76
|
+
* @description 编辑器值,该值用于表示时间范围信息,包含几个关键属性:`unit`(时间单位)、`type`(类型,可选值为 'DYNAMIC'(动态时间)和 'STATIC'(固定时间))、`start`(开始时间)、`end`(结束时间)
|
|
77
|
+
*/
|
|
78
|
+
value: {
|
|
79
|
+
type: PropType<{
|
|
80
|
+
unit: "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
|
|
81
|
+
type: "DYNAMIC" | "STATIC";
|
|
82
|
+
start: string | number;
|
|
83
|
+
end: string | number;
|
|
84
|
+
}>;
|
|
85
|
+
};
|
|
86
|
+
controller: import("..").RequiredProp<PropType<C>, undefined, undefined>;
|
|
87
|
+
data: import("..").RequiredProp<PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
88
|
+
disabled: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
};
|
|
91
|
+
readonly: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
autoFocus: {
|
|
96
|
+
type: BooleanConstructor; /**
|
|
97
|
+
* 值变更事件
|
|
98
|
+
* @description 值变更事件。_value用于表示时间范围信息,包含几个关键属性:`unit`(时间单位)、`type`(类型,可选值为 'DYNAMIC'(动态时间)和 'STATIC'(固定时间))、`start`(开始时间)、`end`(结束时间)
|
|
99
|
+
*/
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
|
+
overflowMode: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
};
|
|
105
|
+
controlParams: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
required: boolean;
|
|
108
|
+
};
|
|
109
|
+
hasError: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
//# sourceMappingURL=date-range-select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-range-select.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-range-select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAO/B;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CAAC,CAAC;IAGrC;;OAEG;;;kBACqC,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM;kBAAO,SAAS,GAAG,QAAQ;mBAAQ,MAAM,GAAG,MAAM;iBAAM,MAAM,GAAG,MAAM;;;;;;;;;;;;;kCAc5J;;;WAGG;;;;;;;;;;EAfN;AAED;;;;;;GAMG;AACH,wBAAgB,uBAAuB;IAGnC;;;OAGG;qBACc;QAAC,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;QAAA,IAAI,EAAE,SAAS,GAAG,QAAQ,CAAC;QAAA,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;QAAA,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAC,UAAS,MAAM,YAAW,OAAO;;;;;EAElL;AAED;;;;;GAKG;AACH,wBAAgB,2BAA2B,CAAC,CAAC;IA/BzC;;OAEG;;;;;;;;;;;;;;;;;;;kCAeH;;;WAGG;;;;;;;;;;;;;EAaN"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { getEditorProps, getEditorEmits, getGridEditorCommonProps } from './common.mjs';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
function getDateRangeSelectProps() {
|
|
5
|
+
return {
|
|
6
|
+
...getEditorProps(),
|
|
7
|
+
/**
|
|
8
|
+
* @description 编辑器值,该值用于表示时间范围信息,包含几个关键属性:`unit`(时间单位)、`type`(类型,可选值为 'DYNAMIC'(动态时间)和 'STATIC'(固定时间))、`start`(开始时间)、`end`(结束时间)
|
|
9
|
+
*/
|
|
10
|
+
value: { type: Object }
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
function getDateRangeSelectEmits() {
|
|
14
|
+
return {
|
|
15
|
+
...getEditorEmits(),
|
|
16
|
+
/**
|
|
17
|
+
* 值变更事件
|
|
18
|
+
* @description 值变更事件。_value用于表示时间范围信息,包含几个关键属性:`unit`(时间单位)、`type`(类型,可选值为 'DYNAMIC'(动态时间)和 'STATIC'(固定时间))、`start`(开始时间)、`end`(结束时间)
|
|
19
|
+
*/
|
|
20
|
+
change: (_value, _name, _ignore) => true
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
function getGridDateRangeSelectProps() {
|
|
24
|
+
return { ...getGridEditorCommonProps(), ...getDateRangeSelectProps() };
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { getDateRangeSelectEmits, getDateRangeSelectProps, getGridDateRangeSelectProps };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* @description 获取时间范围props
|
|
4
3
|
* @export
|
|
5
4
|
* @template C
|
|
6
5
|
* @returns {*}
|
|
6
|
+
* @editorprops
|
|
7
7
|
*/
|
|
8
8
|
export declare function getDateRangeProps<C>(): {
|
|
9
|
+
/**
|
|
10
|
+
* @description 编辑器值
|
|
11
|
+
*/
|
|
9
12
|
value: (StringConstructor | NumberConstructor)[];
|
|
10
13
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
11
14
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -29,7 +32,7 @@ export declare function getDateRangeProps<C>(): {
|
|
|
29
32
|
};
|
|
30
33
|
};
|
|
31
34
|
/**
|
|
32
|
-
*
|
|
35
|
+
* @description 获取表格时间范围props
|
|
33
36
|
*
|
|
34
37
|
* @export
|
|
35
38
|
* @template C
|
|
@@ -39,6 +42,9 @@ export declare function getGridDateRangeProps<C>(): {
|
|
|
39
42
|
hasError: {
|
|
40
43
|
type: BooleanConstructor;
|
|
41
44
|
};
|
|
45
|
+
/**
|
|
46
|
+
* @description 编辑器值
|
|
47
|
+
*/
|
|
42
48
|
value: (StringConstructor | NumberConstructor)[];
|
|
43
49
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
44
50
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-range.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-range.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"date-range.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-range.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,CAAC;IAG/B;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAGN;AAED;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CAAC,CAAC;;;;IAdnC;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAcN"}
|
|
@@ -2,7 +2,13 @@ import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
function getDateRangeProps() {
|
|
5
|
-
return {
|
|
5
|
+
return {
|
|
6
|
+
...getEditorProps(),
|
|
7
|
+
/**
|
|
8
|
+
* @description 编辑器值
|
|
9
|
+
*/
|
|
10
|
+
value: [String, Number]
|
|
11
|
+
};
|
|
6
12
|
}
|
|
7
13
|
function getGridDateRangeProps() {
|
|
8
14
|
return { ...getDateRangeProps(), ...getGridEditorCommonProps() };
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* @author lxm
|
|
5
|
-
* @date 2022-11-01 19:11:12
|
|
2
|
+
* @description 获取下拉列表props
|
|
6
3
|
* @export
|
|
7
4
|
* @template C
|
|
8
5
|
* @returns {*}
|
|
6
|
+
* @editorprops
|
|
9
7
|
*/
|
|
10
8
|
export declare function getDropdownProps<C>(): {
|
|
9
|
+
/**
|
|
10
|
+
* @description 编辑器值
|
|
11
|
+
*/
|
|
11
12
|
value: (StringConstructor | NumberConstructor)[];
|
|
12
13
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
13
14
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -31,10 +32,7 @@ export declare function getDropdownProps<C>(): {
|
|
|
31
32
|
};
|
|
32
33
|
};
|
|
33
34
|
/**
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @author lxm
|
|
37
|
-
* @date 2022-11-01 19:11:12
|
|
35
|
+
* @description 获取表格下拉列表props
|
|
38
36
|
* @export
|
|
39
37
|
* @template C
|
|
40
38
|
* @returns {*}
|
|
@@ -43,6 +41,9 @@ export declare function getGridDropdownProps<C>(): {
|
|
|
43
41
|
hasError: {
|
|
44
42
|
type: BooleanConstructor;
|
|
45
43
|
};
|
|
44
|
+
/**
|
|
45
|
+
* @description 编辑器值
|
|
46
|
+
*/
|
|
46
47
|
value: (StringConstructor | NumberConstructor)[];
|
|
47
48
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
48
49
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-list.d.ts","sourceRoot":"","sources":["../../../src/props/editor/dropdown-list.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"dropdown-list.d.ts","sourceRoot":"","sources":["../../../src/props/editor/dropdown-list.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,CAAC;IAG9B;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAGN;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,CAAC;;;;IAblC;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAaN"}
|
|
@@ -2,7 +2,13 @@ import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
function getDropdownProps() {
|
|
5
|
-
return {
|
|
5
|
+
return {
|
|
6
|
+
...getEditorProps(),
|
|
7
|
+
/**
|
|
8
|
+
* @description 编辑器值
|
|
9
|
+
*/
|
|
10
|
+
value: [String, Number]
|
|
11
|
+
};
|
|
6
12
|
}
|
|
7
13
|
function getGridDropdownProps() {
|
|
8
14
|
return { ...getDropdownProps(), ...getGridEditorCommonProps() };
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* 获取html
|
|
3
|
-
*
|
|
4
|
-
* @author lxm
|
|
5
|
-
* @date 2022-11-01 19:11:12
|
|
2
|
+
* @description 获取html编辑框props
|
|
6
3
|
* @export
|
|
7
4
|
* @template C
|
|
8
5
|
* @returns {*}
|
|
6
|
+
* @editorprops
|
|
9
7
|
*/
|
|
10
8
|
export declare function getHtmlProps<C>(): {
|
|
9
|
+
/**
|
|
10
|
+
* @description 编辑器值
|
|
11
|
+
*/
|
|
11
12
|
value: StringConstructor;
|
|
12
13
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
13
14
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -31,10 +32,7 @@ export declare function getHtmlProps<C>(): {
|
|
|
31
32
|
};
|
|
32
33
|
};
|
|
33
34
|
/**
|
|
34
|
-
* 获取表格html
|
|
35
|
-
*
|
|
36
|
-
* @author lxm
|
|
37
|
-
* @date 2022-11-01 19:11:12
|
|
35
|
+
* @description 获取表格html编辑框props
|
|
38
36
|
* @export
|
|
39
37
|
* @template C
|
|
40
38
|
* @returns {*}
|
|
@@ -43,6 +41,9 @@ export declare function getGridHtmlProps<C>(): {
|
|
|
43
41
|
hasError: {
|
|
44
42
|
type: BooleanConstructor;
|
|
45
43
|
};
|
|
44
|
+
/**
|
|
45
|
+
* @description 编辑器值
|
|
46
|
+
*/
|
|
46
47
|
value: StringConstructor;
|
|
47
48
|
controller: import("..").RequiredProp<import("vue").PropType<C>, undefined, undefined>;
|
|
48
49
|
data: import("..").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../../src/props/editor/html.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../../src/props/editor/html.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,CAAC;IAG1B;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAGN;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,CAAC;;;;IAb9B;;OAEG;;;;;;;;;;;;;;;;;;;;;;EAaN"}
|
package/es/props/editor/html.mjs
CHANGED
|
@@ -2,7 +2,13 @@ import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
function getHtmlProps() {
|
|
5
|
-
return {
|
|
5
|
+
return {
|
|
6
|
+
...getEditorProps(),
|
|
7
|
+
/**
|
|
8
|
+
* @description 编辑器值
|
|
9
|
+
*/
|
|
10
|
+
value: String
|
|
11
|
+
};
|
|
6
12
|
}
|
|
7
13
|
function getGridHtmlProps() {
|
|
8
14
|
return { ...getHtmlProps(), ...getGridEditorCommonProps() };
|