ll-plus 2.2.0 → 2.2.1
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/es/component.mjs +2 -0
- package/es/component.mjs.map +1 -1
- package/es/components/advanced-filtering/index.d.ts +312 -312
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs +3 -0
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs.map +1 -1
- package/es/components/api-component/index.d.ts +30 -30
- package/es/components/api-component/src/api-component.vue.d.ts +30 -30
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/es/components/api-component/src/components/api-url.vue2.mjs +13 -24
- package/es/components/api-component/src/components/api-url.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/es/components/api-component/src/components/params-table.vue2.mjs +5 -3
- package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
- package/es/components/api-component/src/config/api-component.d.ts +1 -1
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/code-editor/index.d.ts +3 -3
- package/es/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +2134 -0
- package/es/components/easy-cron/index.mjs +13 -0
- package/es/components/easy-cron/index.mjs.map +1 -0
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1599 -0
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.mjs +8 -0
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs +563 -0
- package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1621 -0
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.mjs +8 -0
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/easy-cron-modal.vue2.mjs +56 -0
- package/es/components/easy-cron/src/components/easy-cron-modal.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +76 -0
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs +263 -0
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +47 -0
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +68 -0
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs +217 -0
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +31 -0
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +68 -0
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs +217 -0
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +31 -0
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +68 -0
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs +217 -0
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +31 -0
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +68 -0
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs +217 -0
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +31 -0
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +99 -0
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs +221 -0
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +96 -0
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +68 -0
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs +158 -0
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +31 -0
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -0
- package/es/components/easy-cron/src/config/date-utils.d.ts +8 -0
- package/es/components/easy-cron/src/config/date-utils.mjs +15 -0
- package/es/components/easy-cron/src/config/date-utils.mjs.map +1 -0
- package/es/components/easy-cron/src/config/easy-cron.d.ts +23 -0
- package/es/components/easy-cron/src/config/easy-cron.mjs +40 -0
- package/es/components/easy-cron/src/config/easy-cron.mjs.map +1 -0
- package/es/components/easy-cron/src/config/index.d.ts +4 -0
- package/es/components/easy-cron/src/config/index.mjs +7 -0
- package/es/components/easy-cron/src/config/index.mjs.map +1 -0
- package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +61 -0
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs +191 -0
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -0
- package/es/components/easy-cron/src/config/validator.d.ts +2 -0
- package/es/components/easy-cron/src/config/validator.mjs +45 -0
- package/es/components/easy-cron/src/config/validator.mjs.map +1 -0
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +2127 -0
- package/es/components/easy-cron/src/easy-cron.vue.mjs +8 -0
- package/es/components/easy-cron/src/easy-cron.vue.mjs.map +1 -0
- package/es/components/easy-cron/src/easy-cron.vue2.mjs +90 -0
- package/es/components/easy-cron/src/easy-cron.vue2.mjs.map +1 -0
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +2 -2
- package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +4 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/src/input-number.vue.d.ts +3 -3
- package/es/components/key-value/index.d.ts +6 -6
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/es/components/key-value/src/key-value.vue.d.ts +6 -6
- package/es/components/modal/index.d.ts +5 -5
- package/es/components/modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +6 -8
- package/es/components/number-range/src/number-range.vue.d.ts +6 -8
- package/es/components/number-range/src/number-range.vue2.mjs +4 -12
- package/es/components/number-range/src/number-range.vue2.mjs.map +1 -1
- package/es/components/operate-icon/index.d.ts +6 -6
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/tag-group/index.d.ts +3 -3
- package/es/components/tag-group/src/tag-group.vue.d.ts +3 -3
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +17 -17
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/es/index.mjs +4 -0
- package/es/index.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/global.d.ts +1 -0
- package/index.full.js +10502 -413
- package/index.full.min.js +28 -26
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +28 -26
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +10492 -412
- package/lib/component.js +70 -68
- package/lib/component.js.map +1 -1
- package/lib/components/advanced-filtering/index.d.ts +312 -312
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +3 -0
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
- package/lib/components/api-component/index.d.ts +30 -30
- package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/lib/components/api-component/src/components/api-url.vue2.js +13 -24
- package/lib/components/api-component/src/components/api-url.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/lib/components/api-component/src/components/params-table.vue2.js +4 -2
- package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
- package/lib/components/api-component/src/config/api-component.d.ts +1 -1
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/code-editor/index.d.ts +3 -3
- package/lib/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +2134 -0
- package/lib/components/easy-cron/index.js +27 -0
- package/lib/components/easy-cron/index.js.map +1 -0
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1599 -0
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.js +12 -0
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js +567 -0
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1621 -0
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.js +12 -0
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue2.js +60 -0
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +76 -0
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js +267 -0
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +51 -0
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +68 -0
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js +221 -0
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +35 -0
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +68 -0
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js +221 -0
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +35 -0
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +68 -0
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js +221 -0
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +35 -0
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +68 -0
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js +221 -0
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +35 -0
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +99 -0
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js +225 -0
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +100 -0
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +68 -0
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js +162 -0
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -0
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +35 -0
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -0
- package/lib/components/easy-cron/src/config/date-utils.d.ts +8 -0
- package/lib/components/easy-cron/src/config/date-utils.js +19 -0
- package/lib/components/easy-cron/src/config/date-utils.js.map +1 -0
- package/lib/components/easy-cron/src/config/easy-cron.d.ts +23 -0
- package/lib/components/easy-cron/src/config/easy-cron.js +43 -0
- package/lib/components/easy-cron/src/config/easy-cron.js.map +1 -0
- package/lib/components/easy-cron/src/config/index.d.ts +4 -0
- package/lib/components/easy-cron/src/config/index.js +19 -0
- package/lib/components/easy-cron/src/config/index.js.map +1 -0
- package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +61 -0
- package/lib/components/easy-cron/src/config/use-tab-mixin.js +196 -0
- package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -0
- package/lib/components/easy-cron/src/config/validator.d.ts +2 -0
- package/lib/components/easy-cron/src/config/validator.js +49 -0
- package/lib/components/easy-cron/src/config/validator.js.map +1 -0
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +2127 -0
- package/lib/components/easy-cron/src/easy-cron.vue.js +12 -0
- package/lib/components/easy-cron/src/easy-cron.vue.js.map +1 -0
- package/lib/components/easy-cron/src/easy-cron.vue2.js +94 -0
- package/lib/components/easy-cron/src/easy-cron.vue2.js.map +1 -0
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +2 -2
- package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +82 -68
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
- package/lib/components/key-value/index.d.ts +6 -6
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
- package/lib/components/modal/index.d.ts +5 -5
- package/lib/components/modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +6 -8
- package/lib/components/number-range/src/number-range.vue.d.ts +6 -8
- package/lib/components/number-range/src/number-range.vue2.js +3 -11
- package/lib/components/number-range/src/number-range.vue2.js.map +1 -1
- package/lib/components/operate-icon/index.d.ts +6 -6
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/tag-group/index.d.ts +3 -3
- package/lib/components/tag-group/src/tag-group.vue.d.ts +3 -3
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +17 -17
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/lib/index.js +82 -68
- package/lib/index.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +2 -1
- package/theme-chalk/css/api-component.css +1 -1
- package/theme-chalk/css/easy-cron.css +5 -0
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/number-range.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +14 -0
- package/types/packages/components/advanced-filtering/index.d.ts +312 -312
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/types/packages/components/api-component/index.d.ts +30 -30
- package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +1 -1
- package/types/packages/components/button/src/button.vue.d.ts +1 -1
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/code-editor/index.d.ts +3 -3
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +2134 -0
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1599 -0
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1621 -0
- package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +76 -0
- package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +68 -0
- package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +68 -0
- package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +68 -0
- package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +68 -0
- package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +99 -0
- package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +68 -0
- package/types/packages/components/easy-cron/src/config/date-utils.d.ts +8 -0
- package/types/packages/components/easy-cron/src/config/easy-cron.d.ts +23 -0
- package/types/packages/components/easy-cron/src/config/index.d.ts +4 -0
- package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +61 -0
- package/types/packages/components/easy-cron/src/config/validator.d.ts +2 -0
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +2127 -0
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +2 -2
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/types/packages/components/index.d.ts +1 -0
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/input-number/index.d.ts +3 -3
- package/types/packages/components/input-number/src/input-number.vue.d.ts +3 -3
- package/types/packages/components/key-value/index.d.ts +6 -6
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
- package/types/packages/components/modal/index.d.ts +5 -5
- package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +6 -8
- package/types/packages/components/number-range/src/number-range.vue.d.ts +6 -8
- package/types/packages/components/operate-icon/index.d.ts +6 -6
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/tag-group/index.d.ts +3 -3
- package/types/packages/components/tag-group/src/tag-group.vue.d.ts +3 -3
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +17 -17
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import ApiComponent from './src/api-component.vue';
|
|
2
2
|
export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
4
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
5
5
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
6
6
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
7
7
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -14,8 +14,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
14
14
|
}, boolean>;
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
17
18
|
readonly url: string;
|
|
18
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
19
19
|
readonly requestParams: import("./src/config").IParam[];
|
|
20
20
|
readonly headerParams: import("./src/config").IParam[];
|
|
21
21
|
readonly bodyParams: Record<string, any>;
|
|
@@ -30,7 +30,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
30
30
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
31
31
|
is: (name?: string) => string;
|
|
32
32
|
};
|
|
33
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
33
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>>;
|
|
34
34
|
url: import("vue").Ref<string>;
|
|
35
35
|
activeKey: import("vue").Ref<string>;
|
|
36
36
|
bodyKey: import("vue").Ref<string>;
|
|
@@ -102,7 +102,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
102
102
|
})[];
|
|
103
103
|
ApiUrl: import("vue").DefineComponent<{
|
|
104
104
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
105
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
105
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
106
106
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
107
107
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
108
108
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -115,8 +115,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
115
115
|
}, boolean>;
|
|
116
116
|
}, {
|
|
117
117
|
props: import("@vue/shared").LooseRequired<{
|
|
118
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
118
119
|
readonly url: string;
|
|
119
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
120
120
|
readonly requestParams: import("./src/config").IParam[];
|
|
121
121
|
readonly headerParams: import("./src/config").IParam[];
|
|
122
122
|
readonly bodyParams: Record<string, any>;
|
|
@@ -124,7 +124,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
124
124
|
readonly "onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
|
|
125
125
|
} & {}>;
|
|
126
126
|
emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./src/config").IMethod) => void);
|
|
127
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
127
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>>;
|
|
128
128
|
url: import("vue").Ref<string>;
|
|
129
129
|
readonly methods: {
|
|
130
130
|
label: string;
|
|
@@ -135,7 +135,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
135
135
|
"update:method": (method: import("./src/config").IMethod) => boolean;
|
|
136
136
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
137
137
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
138
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
138
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
139
139
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
140
140
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
141
141
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -150,8 +150,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
150
150
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
151
151
|
"onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
|
|
152
152
|
}, {
|
|
153
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
153
154
|
readonly url: string;
|
|
154
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
155
155
|
readonly requestParams: import("./src/config").IParam[];
|
|
156
156
|
readonly headerParams: import("./src/config").IParam[];
|
|
157
157
|
readonly bodyParams: Record<string, any>;
|
|
@@ -253,9 +253,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
253
253
|
is: (name?: string) => string;
|
|
254
254
|
};
|
|
255
255
|
props: import("@vue/shared").LooseRequired<{
|
|
256
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
257
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
258
256
|
readonly options: import("./src/config").IParamsOption[];
|
|
257
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
258
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
259
259
|
} & {}>;
|
|
260
260
|
addData: import("vue").Ref<string>;
|
|
261
261
|
handleAdd: (dataSource: any) => void;
|
|
@@ -266,10 +266,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
266
266
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
267
267
|
}, {
|
|
268
268
|
props: import("@vue/shared").LooseRequired<{
|
|
269
|
-
readonly data: import("./src/config").IParamsData;
|
|
270
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
271
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
272
269
|
readonly options: import("./src/config").IParamsOption[];
|
|
270
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
271
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
272
|
+
readonly data: import("./src/config").IParamsData;
|
|
273
273
|
} & {}>;
|
|
274
274
|
bem: {
|
|
275
275
|
b: (blockSuffix?: string) => string;
|
|
@@ -285,7 +285,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
285
285
|
handleDelete: (list: any, data: any) => void;
|
|
286
286
|
ClickInput: import("vue").DefineComponent<{
|
|
287
287
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
288
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
288
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
289
289
|
}, {
|
|
290
290
|
bem: {
|
|
291
291
|
b: (blockSuffix?: string) => string;
|
|
@@ -298,7 +298,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
298
298
|
is: (name?: string) => string;
|
|
299
299
|
};
|
|
300
300
|
props: import("@vue/shared").LooseRequired<{
|
|
301
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
301
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
302
302
|
readonly value: string;
|
|
303
303
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
304
304
|
} & {}>;
|
|
@@ -313,16 +313,16 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
313
313
|
}, "value">>;
|
|
314
314
|
handleClick: () => void;
|
|
315
315
|
ApiModal: import("vue").DefineComponent<{
|
|
316
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
316
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
317
317
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
318
318
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
319
319
|
}, {
|
|
320
320
|
props: import("@vue/shared").LooseRequired<{
|
|
321
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
321
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
322
322
|
readonly value: string;
|
|
323
323
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
324
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
325
324
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
325
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
326
326
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
327
327
|
} & {}>;
|
|
328
328
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -370,15 +370,15 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
370
370
|
'update:value': (value: string) => boolean;
|
|
371
371
|
ok: (value: string) => boolean;
|
|
372
372
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
373
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
373
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
374
374
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
375
375
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
376
376
|
}>> & {
|
|
377
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
378
377
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
378
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
379
379
|
onOk?: ((value: string) => any) | undefined;
|
|
380
380
|
}, {
|
|
381
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
381
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
382
382
|
readonly value: string;
|
|
383
383
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
384
384
|
}, {}>;
|
|
@@ -386,11 +386,11 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
386
386
|
'update:value': (value: string) => boolean;
|
|
387
387
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
388
388
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
389
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
389
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
390
390
|
}>> & {
|
|
391
391
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
392
392
|
}, {
|
|
393
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
393
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
394
394
|
readonly value: string;
|
|
395
395
|
}, {}>;
|
|
396
396
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -399,23 +399,23 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
399
399
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData) | ((new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
400
400
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
401
401
|
}>>, {
|
|
402
|
-
readonly data: import("./src/config").IParamsData;
|
|
403
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
404
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
405
402
|
readonly options: import("./src/config").IParamsOption[];
|
|
403
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
404
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
405
|
+
readonly data: import("./src/config").IParamsData;
|
|
406
406
|
}, {}>;
|
|
407
407
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
408
408
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData[]) | (() => import("./src/config").IParamsData[]) | ((new (...args: any[]) => import("./src/config").IParamsData[]) | (() => import("./src/config").IParamsData[]))[], unknown, unknown, () => never[], boolean>;
|
|
409
409
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]) | ((new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
410
410
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
411
411
|
}>>, {
|
|
412
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
413
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
414
412
|
readonly options: import("./src/config").IParamsOption[];
|
|
413
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
414
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
415
415
|
}, {}>;
|
|
416
416
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
417
417
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
418
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
418
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
419
419
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
420
420
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
421
421
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -427,8 +427,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
427
427
|
'x-www-form-urlencoded': never[];
|
|
428
428
|
}, boolean>;
|
|
429
429
|
}>>, {
|
|
430
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
430
431
|
readonly url: string;
|
|
431
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
432
432
|
readonly requestParams: import("./src/config").IParam[];
|
|
433
433
|
readonly headerParams: import("./src/config").IParam[];
|
|
434
434
|
readonly bodyParams: Record<string, any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
3
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
4
4
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
5
5
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
6
6
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
}, boolean>;
|
|
14
14
|
}, {
|
|
15
15
|
props: import("@vue/shared").LooseRequired<{
|
|
16
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
16
17
|
readonly url: string;
|
|
17
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
18
18
|
readonly requestParams: import("./config").IParam[];
|
|
19
19
|
readonly headerParams: import("./config").IParam[];
|
|
20
20
|
readonly bodyParams: Record<string, any>;
|
|
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
30
30
|
is: (name?: string) => string;
|
|
31
31
|
};
|
|
32
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
32
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>>;
|
|
33
33
|
url: import("vue").Ref<string>;
|
|
34
34
|
activeKey: import("vue").Ref<string>;
|
|
35
35
|
bodyKey: import("vue").Ref<string>;
|
|
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
})[];
|
|
102
102
|
ApiUrl: import("vue").DefineComponent<{
|
|
103
103
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
104
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
104
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
105
105
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
106
106
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
107
107
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -114,8 +114,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
}, boolean>;
|
|
115
115
|
}, {
|
|
116
116
|
props: import("@vue/shared").LooseRequired<{
|
|
117
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
117
118
|
readonly url: string;
|
|
118
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
119
119
|
readonly requestParams: import("./config").IParam[];
|
|
120
120
|
readonly headerParams: import("./config").IParam[];
|
|
121
121
|
readonly bodyParams: Record<string, any>;
|
|
@@ -123,7 +123,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
readonly "onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
|
|
124
124
|
} & {}>;
|
|
125
125
|
emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./config").IMethod) => void);
|
|
126
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
126
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>>;
|
|
127
127
|
url: import("vue").Ref<string>;
|
|
128
128
|
readonly methods: {
|
|
129
129
|
label: string;
|
|
@@ -134,7 +134,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
"update:method": (method: import("./config").IMethod) => boolean;
|
|
135
135
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
136
136
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
137
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
137
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
138
138
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
139
139
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
140
140
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -149,8 +149,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
149
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
150
150
|
"onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
|
|
151
151
|
}, {
|
|
152
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
152
153
|
readonly url: string;
|
|
153
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
154
154
|
readonly requestParams: import("./config").IParam[];
|
|
155
155
|
readonly headerParams: import("./config").IParam[];
|
|
156
156
|
readonly bodyParams: Record<string, any>;
|
|
@@ -252,9 +252,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
252
252
|
is: (name?: string) => string;
|
|
253
253
|
};
|
|
254
254
|
props: import("@vue/shared").LooseRequired<{
|
|
255
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
256
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
257
255
|
readonly options: import("./config").IParamsOption[];
|
|
256
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
257
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
258
258
|
} & {}>;
|
|
259
259
|
addData: import("vue").Ref<string>;
|
|
260
260
|
handleAdd: (dataSource: any) => void;
|
|
@@ -265,10 +265,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
265
265
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
266
266
|
}, {
|
|
267
267
|
props: import("@vue/shared").LooseRequired<{
|
|
268
|
-
readonly data: import("./config").IParamsData;
|
|
269
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
270
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
271
268
|
readonly options: import("./config").IParamsOption[];
|
|
269
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
270
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
271
|
+
readonly data: import("./config").IParamsData;
|
|
272
272
|
} & {}>;
|
|
273
273
|
bem: {
|
|
274
274
|
b: (blockSuffix?: string) => string;
|
|
@@ -284,7 +284,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
284
|
handleDelete: (list: any, data: any) => void;
|
|
285
285
|
ClickInput: import("vue").DefineComponent<{
|
|
286
286
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
287
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
287
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
288
288
|
}, {
|
|
289
289
|
bem: {
|
|
290
290
|
b: (blockSuffix?: string) => string;
|
|
@@ -297,7 +297,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
297
297
|
is: (name?: string) => string;
|
|
298
298
|
};
|
|
299
299
|
props: import("@vue/shared").LooseRequired<{
|
|
300
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
300
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
301
301
|
readonly value: string;
|
|
302
302
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
303
303
|
} & {}>;
|
|
@@ -312,16 +312,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
312
312
|
}, "value">>;
|
|
313
313
|
handleClick: () => void;
|
|
314
314
|
ApiModal: import("vue").DefineComponent<{
|
|
315
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
315
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
316
316
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
317
317
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
318
318
|
}, {
|
|
319
319
|
props: import("@vue/shared").LooseRequired<{
|
|
320
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
320
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
321
321
|
readonly value: string;
|
|
322
322
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
323
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
324
323
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
324
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
325
325
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
326
326
|
} & {}>;
|
|
327
327
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -369,15 +369,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
369
369
|
'update:value': (value: string) => boolean;
|
|
370
370
|
ok: (value: string) => boolean;
|
|
371
371
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
372
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
372
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
373
373
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
374
374
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
375
375
|
}>> & {
|
|
376
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
377
376
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
377
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
378
378
|
onOk?: ((value: string) => any) | undefined;
|
|
379
379
|
}, {
|
|
380
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
380
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
381
381
|
readonly value: string;
|
|
382
382
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
383
383
|
}, {}>;
|
|
@@ -385,11 +385,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
385
385
|
'update:value': (value: string) => boolean;
|
|
386
386
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
387
387
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
388
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
388
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
389
389
|
}>> & {
|
|
390
390
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
391
391
|
}, {
|
|
392
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
392
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
393
393
|
readonly value: string;
|
|
394
394
|
}, {}>;
|
|
395
395
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -398,23 +398,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
398
398
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsData) | (() => import("./config").IParamsData) | ((new (...args: any[]) => import("./config").IParamsData) | (() => import("./config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
399
399
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
400
400
|
}>>, {
|
|
401
|
-
readonly data: import("./config").IParamsData;
|
|
402
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
403
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
404
401
|
readonly options: import("./config").IParamsOption[];
|
|
402
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
403
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
404
|
+
readonly data: import("./config").IParamsData;
|
|
405
405
|
}, {}>;
|
|
406
406
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
407
407
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsData[]) | (() => import("./config").IParamsData[]) | ((new (...args: any[]) => import("./config").IParamsData[]) | (() => import("./config").IParamsData[]))[], unknown, unknown, () => never[], boolean>;
|
|
408
408
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsColumn[]) | (() => import("./config").IParamsColumn[]) | ((new (...args: any[]) => import("./config").IParamsColumn[]) | (() => import("./config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
409
409
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
410
410
|
}>>, {
|
|
411
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
412
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
413
411
|
readonly options: import("./config").IParamsOption[];
|
|
412
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
413
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
414
414
|
}, {}>;
|
|
415
415
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
416
416
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
417
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
417
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
418
418
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
419
419
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
420
420
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -426,8 +426,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
426
426
|
'x-www-form-urlencoded': never[];
|
|
427
427
|
}, boolean>;
|
|
428
428
|
}>>, {
|
|
429
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
429
430
|
readonly url: string;
|
|
430
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
431
431
|
readonly requestParams: import("./config").IParam[];
|
|
432
432
|
readonly headerParams: import("./config").IParam[];
|
|
433
433
|
readonly bodyParams: Record<string, any>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
2
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
3
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
4
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
5
|
}, {
|
|
6
6
|
props: import("@vue/shared").LooseRequired<{
|
|
7
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
7
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
8
8
|
readonly value: string;
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
11
10
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
11
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
12
12
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
13
13
|
} & {}>;
|
|
14
14
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -56,15 +56,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
'update:value': (value: string) => boolean;
|
|
57
57
|
ok: (value: string) => boolean;
|
|
58
58
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
59
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
60
60
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
61
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
62
|
}>> & {
|
|
63
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
64
63
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
64
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
65
65
|
onOk?: ((value: string) => any) | undefined;
|
|
66
66
|
}, {
|
|
67
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
67
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
68
68
|
readonly value: string;
|
|
69
69
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
70
70
|
}, {}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
3
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
4
4
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]) | ((new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]))[], unknown, unknown, () => import("../config").IParam[], boolean>;
|
|
5
5
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]) | ((new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]))[], unknown, unknown, () => import("../config").IParam[], boolean>;
|
|
6
6
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
}, boolean>;
|
|
14
14
|
}, {
|
|
15
15
|
props: import("@vue/shared").LooseRequired<{
|
|
16
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
|
|
16
17
|
readonly url: string;
|
|
17
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
|
|
18
18
|
readonly requestParams: import("../config").IParam[];
|
|
19
19
|
readonly headerParams: import("../config").IParam[];
|
|
20
20
|
readonly bodyParams: Record<string, any>;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
readonly "onUpdate:method"?: ((method: import("../config").IMethod) => any) | undefined;
|
|
23
23
|
} & {}>;
|
|
24
24
|
emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("../config").IMethod) => void);
|
|
25
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
25
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>>;
|
|
26
26
|
url: import("vue").Ref<string>;
|
|
27
27
|
readonly methods: {
|
|
28
28
|
label: string;
|
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
"update:method": (method: import("../config").IMethod) => boolean;
|
|
34
34
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
36
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
36
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
37
37
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]) | ((new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]))[], unknown, unknown, () => import("../config").IParam[], boolean>;
|
|
38
38
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]) | ((new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]))[], unknown, unknown, () => import("../config").IParam[], boolean>;
|
|
39
39
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
49
49
|
"onUpdate:method"?: ((method: import("../config").IMethod) => any) | undefined;
|
|
50
50
|
}, {
|
|
51
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
|
|
51
52
|
readonly url: string;
|
|
52
|
-
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
|
|
53
53
|
readonly requestParams: import("../config").IParam[];
|
|
54
54
|
readonly headerParams: import("../config").IParam[];
|
|
55
55
|
readonly bodyParams: Record<string, any>;
|