ll-plus 2.2.0 → 2.2.2
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 +66 -58
- package/es/components/api-component/index.mjs +1 -1
- package/es/components/api-component/src/api-component.vue.d.ts +66 -58
- package/es/components/api-component/src/api-component.vue2.mjs +30 -34
- package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
- 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 -12
- 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 +12 -1
- package/es/components/api-component/src/config/api-component.mjs +4 -1
- package/es/components/api-component/src/config/api-component.mjs.map +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/api-component/src/config/index.mjs +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 +2127 -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 +1592 -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 +1614 -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 +75 -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 +44 -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 +67 -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 +25 -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 +67 -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 +25 -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 +67 -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 +25 -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 +67 -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 +25 -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 +98 -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 +92 -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 +67 -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 +25 -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 +70 -0
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs +192 -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 +2120 -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 +5 -1
- 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 +5 -1
- package/es/index.mjs.map +1 -1
- package/global.d.ts +1 -0
- package/index.full.js +10484 -427
- 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 +10472 -425
- 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 +66 -58
- package/lib/components/api-component/index.js +1 -0
- package/lib/components/api-component/index.js.map +1 -1
- package/lib/components/api-component/src/api-component.vue.d.ts +66 -58
- package/lib/components/api-component/src/api-component.vue2.js +29 -33
- package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
- 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 -11
- 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 +12 -1
- package/lib/components/api-component/src/config/api-component.js +4 -0
- package/lib/components/api-component/src/config/api-component.js.map +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/api-component/src/config/index.js +1 -0
- package/lib/components/api-component/src/config/index.js.map +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 +2127 -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 +1592 -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 +1614 -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 +75 -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 +48 -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 +67 -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 +29 -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 +67 -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 +29 -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 +67 -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 +29 -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 +67 -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 +29 -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 +98 -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 +96 -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 +67 -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 +29 -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 +70 -0
- package/lib/components/easy-cron/src/config/use-tab-mixin.js +197 -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 +2120 -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 +83 -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 +83 -68
- package/lib/index.js.map +1 -1
- 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 +66 -58
- package/types/packages/components/api-component/src/api-component.vue.d.ts +66 -58
- 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 +12 -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 +2127 -0
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1592 -0
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1614 -0
- package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +75 -0
- package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +67 -0
- package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +67 -0
- package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +67 -0
- package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +67 -0
- package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +98 -0
- package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +67 -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 +70 -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 +2120 -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
|
@@ -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,12 +13,14 @@ 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>;
|
|
21
|
+
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
21
22
|
} & {}>;
|
|
23
|
+
emits: (event: "change", value: Record<string, any>) => void;
|
|
22
24
|
bem: {
|
|
23
25
|
b: (blockSuffix?: string) => string;
|
|
24
26
|
e: (element?: string) => string;
|
|
@@ -29,35 +31,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
31
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
30
32
|
is: (name?: string) => string;
|
|
31
33
|
};
|
|
32
|
-
method: import("vue").Ref<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>>;
|
|
33
|
-
url: import("vue").Ref<string>;
|
|
34
34
|
activeKey: import("vue").Ref<string>;
|
|
35
35
|
bodyKey: import("vue").Ref<string>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
36
|
+
httpModel: {
|
|
37
|
+
url: string;
|
|
38
|
+
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>;
|
|
39
|
+
bodyParams: Record<string, any>;
|
|
40
|
+
requestParams: {
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
required?: boolean | undefined;
|
|
43
|
+
name?: string | undefined;
|
|
44
|
+
value?: string | undefined;
|
|
45
|
+
type?: any;
|
|
46
|
+
static?: boolean | undefined;
|
|
47
|
+
contentType?: string | undefined;
|
|
48
|
+
description?: string | undefined;
|
|
49
|
+
chineseName?: string | undefined;
|
|
50
|
+
children?: any[] | undefined;
|
|
51
|
+
}[];
|
|
52
|
+
headerParams: {
|
|
53
|
+
[x: string]: any;
|
|
54
|
+
required?: boolean | undefined;
|
|
55
|
+
name?: string | undefined;
|
|
56
|
+
value?: string | undefined;
|
|
57
|
+
type?: any;
|
|
58
|
+
static?: boolean | undefined;
|
|
59
|
+
contentType?: string | undefined;
|
|
60
|
+
description?: string | undefined;
|
|
61
|
+
chineseName?: string | undefined;
|
|
62
|
+
children?: any[] | undefined;
|
|
63
|
+
}[];
|
|
64
|
+
};
|
|
61
65
|
computedRequestList: import("vue").ComputedRef<{
|
|
62
66
|
key: string;
|
|
63
67
|
name: string;
|
|
@@ -101,7 +105,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
105
|
})[];
|
|
102
106
|
ApiUrl: import("vue").DefineComponent<{
|
|
103
107
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
104
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
108
|
+
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
109
|
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
110
|
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
111
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -114,8 +118,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
118
|
}, boolean>;
|
|
115
119
|
}, {
|
|
116
120
|
props: import("@vue/shared").LooseRequired<{
|
|
121
|
+
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
122
|
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
123
|
readonly requestParams: import("./config").IParam[];
|
|
120
124
|
readonly headerParams: import("./config").IParam[];
|
|
121
125
|
readonly bodyParams: Record<string, any>;
|
|
@@ -123,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
127
|
readonly "onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
|
|
124
128
|
} & {}>;
|
|
125
129
|
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[]) => "
|
|
130
|
+
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
131
|
url: import("vue").Ref<string>;
|
|
128
132
|
readonly methods: {
|
|
129
133
|
label: string;
|
|
@@ -134,7 +138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
138
|
"update:method": (method: import("./config").IMethod) => boolean;
|
|
135
139
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
136
140
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
137
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
141
|
+
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
142
|
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
143
|
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
144
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -149,8 +153,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
153
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
150
154
|
"onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
|
|
151
155
|
}, {
|
|
156
|
+
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
157
|
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
158
|
readonly requestParams: import("./config").IParam[];
|
|
155
159
|
readonly headerParams: import("./config").IParam[];
|
|
156
160
|
readonly bodyParams: Record<string, any>;
|
|
@@ -252,9 +256,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
252
256
|
is: (name?: string) => string;
|
|
253
257
|
};
|
|
254
258
|
props: import("@vue/shared").LooseRequired<{
|
|
255
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
256
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
257
259
|
readonly options: import("./config").IParamsOption[];
|
|
260
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
261
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
258
262
|
} & {}>;
|
|
259
263
|
addData: import("vue").Ref<string>;
|
|
260
264
|
handleAdd: (dataSource: any) => void;
|
|
@@ -265,10 +269,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
265
269
|
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
270
|
}, {
|
|
267
271
|
props: import("@vue/shared").LooseRequired<{
|
|
268
|
-
readonly data: import("./config").IParamsData;
|
|
269
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
270
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
271
272
|
readonly options: import("./config").IParamsOption[];
|
|
273
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
274
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
275
|
+
readonly data: import("./config").IParamsData;
|
|
272
276
|
} & {}>;
|
|
273
277
|
bem: {
|
|
274
278
|
b: (blockSuffix?: string) => string;
|
|
@@ -284,7 +288,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
288
|
handleDelete: (list: any, data: any) => void;
|
|
285
289
|
ClickInput: import("vue").DefineComponent<{
|
|
286
290
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
287
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
291
|
+
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
292
|
}, {
|
|
289
293
|
bem: {
|
|
290
294
|
b: (blockSuffix?: string) => string;
|
|
@@ -297,7 +301,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
297
301
|
is: (name?: string) => string;
|
|
298
302
|
};
|
|
299
303
|
props: import("@vue/shared").LooseRequired<{
|
|
300
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
304
|
+
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
305
|
readonly value: string;
|
|
302
306
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
303
307
|
} & {}>;
|
|
@@ -312,16 +316,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
312
316
|
}, "value">>;
|
|
313
317
|
handleClick: () => void;
|
|
314
318
|
ApiModal: import("vue").DefineComponent<{
|
|
315
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
319
|
+
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
320
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
317
321
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
318
322
|
}, {
|
|
319
323
|
props: import("@vue/shared").LooseRequired<{
|
|
320
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
324
|
+
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
325
|
readonly value: string;
|
|
322
326
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
323
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
324
327
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
328
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
325
329
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
326
330
|
} & {}>;
|
|
327
331
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -369,15 +373,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
369
373
|
'update:value': (value: string) => boolean;
|
|
370
374
|
ok: (value: string) => boolean;
|
|
371
375
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
372
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
376
|
+
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
377
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
374
378
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
375
379
|
}>> & {
|
|
376
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
377
380
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
381
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
378
382
|
onOk?: ((value: string) => any) | undefined;
|
|
379
383
|
}, {
|
|
380
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
384
|
+
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
385
|
readonly value: string;
|
|
382
386
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
383
387
|
}, {}>;
|
|
@@ -385,11 +389,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
385
389
|
'update:value': (value: string) => boolean;
|
|
386
390
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
387
391
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
388
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
392
|
+
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
393
|
}>> & {
|
|
390
394
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
391
395
|
}, {
|
|
392
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
396
|
+
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
397
|
readonly value: string;
|
|
394
398
|
}, {}>;
|
|
395
399
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -398,23 +402,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
398
402
|
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
403
|
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
404
|
}>>, {
|
|
401
|
-
readonly data: import("./config").IParamsData;
|
|
402
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
403
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
404
405
|
readonly options: import("./config").IParamsOption[];
|
|
406
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
407
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
408
|
+
readonly data: import("./config").IParamsData;
|
|
405
409
|
}, {}>;
|
|
406
410
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
407
411
|
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
412
|
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
413
|
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
414
|
}>>, {
|
|
411
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
412
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
413
415
|
readonly options: import("./config").IParamsOption[];
|
|
416
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
417
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
414
418
|
}, {}>;
|
|
415
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
419
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
|
+
change: (value: Record<string, any>) => boolean;
|
|
421
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
416
422
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
417
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
423
|
+
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
424
|
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
425
|
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
426
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -425,9 +431,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
425
431
|
raw: string;
|
|
426
432
|
'x-www-form-urlencoded': never[];
|
|
427
433
|
}, boolean>;
|
|
428
|
-
}
|
|
434
|
+
}>> & {
|
|
435
|
+
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
436
|
+
}, {
|
|
437
|
+
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
438
|
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
439
|
readonly requestParams: import("./config").IParam[];
|
|
432
440
|
readonly headerParams: import("./config").IParam[];
|
|
433
441
|
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>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
3
|
+
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>;
|
|
4
4
|
}, {
|
|
5
5
|
bem: {
|
|
6
6
|
b: (blockSuffix?: string) => string;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
is: (name?: string) => string;
|
|
14
14
|
};
|
|
15
15
|
props: import("@vue/shared").LooseRequired<{
|
|
16
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
16
|
+
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>;
|
|
17
17
|
readonly value: string;
|
|
18
18
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
19
19
|
} & {}>;
|
|
@@ -28,16 +28,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
}, "value">>;
|
|
29
29
|
handleClick: () => void;
|
|
30
30
|
ApiModal: import("vue").DefineComponent<{
|
|
31
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
31
|
+
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>;
|
|
32
32
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
33
33
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
34
34
|
}, {
|
|
35
35
|
props: import("@vue/shared").LooseRequired<{
|
|
36
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
36
|
+
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>;
|
|
37
37
|
readonly value: string;
|
|
38
38
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
40
39
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
40
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
41
41
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
42
42
|
} & {}>;
|
|
43
43
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -85,15 +85,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
85
|
'update:value': (value: string) => boolean;
|
|
86
86
|
ok: (value: string) => boolean;
|
|
87
87
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
88
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
88
|
+
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>;
|
|
89
89
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
90
90
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
91
91
|
}>> & {
|
|
92
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
93
92
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
93
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
94
94
|
onOk?: ((value: string) => any) | undefined;
|
|
95
95
|
}, {
|
|
96
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
96
|
+
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>;
|
|
97
97
|
readonly value: string;
|
|
98
98
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
99
99
|
}, {}>;
|
|
@@ -101,11 +101,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
'update:value': (value: string) => boolean;
|
|
102
102
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
103
103
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
104
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
104
|
+
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>;
|
|
105
105
|
}>> & {
|
|
106
106
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
107
107
|
}, {
|
|
108
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
108
|
+
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>;
|
|
109
109
|
readonly value: string;
|
|
110
110
|
}, {}>;
|
|
111
111
|
export default _default;
|
|
@@ -5,10 +5,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
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>;
|
|
6
6
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
|
-
readonly data: import("../config").IParamsData;
|
|
9
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
10
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
11
8
|
readonly options: import("../config").IParamsOption[];
|
|
9
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
10
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
11
|
+
readonly data: import("../config").IParamsData;
|
|
12
12
|
} & {}>;
|
|
13
13
|
bem: {
|
|
14
14
|
b: (blockSuffix?: string) => string;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
handleDelete: (list: any, data: any) => void;
|
|
25
25
|
ClickInput: import("vue").DefineComponent<{
|
|
26
26
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
27
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
27
|
+
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>;
|
|
28
28
|
}, {
|
|
29
29
|
bem: {
|
|
30
30
|
b: (blockSuffix?: string) => string;
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
is: (name?: string) => string;
|
|
38
38
|
};
|
|
39
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
40
|
+
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>;
|
|
41
41
|
readonly value: string;
|
|
42
42
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
43
43
|
} & {}>;
|
|
@@ -52,16 +52,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
}, "value">>;
|
|
53
53
|
handleClick: () => void;
|
|
54
54
|
ApiModal: import("vue").DefineComponent<{
|
|
55
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
55
|
+
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>;
|
|
56
56
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
57
57
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
58
58
|
}, {
|
|
59
59
|
props: import("@vue/shared").LooseRequired<{
|
|
60
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
60
|
+
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>;
|
|
61
61
|
readonly value: string;
|
|
62
62
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
63
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
64
63
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
64
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
65
65
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
66
66
|
} & {}>;
|
|
67
67
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -109,15 +109,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
109
109
|
'update:value': (value: string) => boolean;
|
|
110
110
|
ok: (value: string) => boolean;
|
|
111
111
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
112
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
112
|
+
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>;
|
|
113
113
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
114
114
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
115
115
|
}>> & {
|
|
116
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
117
116
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
117
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
118
118
|
onOk?: ((value: string) => any) | undefined;
|
|
119
119
|
}, {
|
|
120
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
120
|
+
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>;
|
|
121
121
|
readonly value: string;
|
|
122
122
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
123
123
|
}, {}>;
|
|
@@ -125,11 +125,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
125
|
'update:value': (value: string) => boolean;
|
|
126
126
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
127
127
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
128
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
128
|
+
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>;
|
|
129
129
|
}>> & {
|
|
130
130
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
131
131
|
}, {
|
|
132
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
132
|
+
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>;
|
|
133
133
|
readonly value: string;
|
|
134
134
|
}, {}>;
|
|
135
135
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -138,9 +138,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
138
|
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>;
|
|
139
139
|
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>;
|
|
140
140
|
}>>, {
|
|
141
|
-
readonly data: import("../config").IParamsData;
|
|
142
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
143
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
144
141
|
readonly options: import("../config").IParamsOption[];
|
|
142
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
143
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
144
|
+
readonly data: import("../config").IParamsData;
|
|
145
145
|
}, {}>;
|
|
146
146
|
export default _default;
|