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>;
|
|
@@ -17,38 +17,34 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
17
17
|
...{ name: "LlApiComponent" },
|
|
18
18
|
__name: "api-component",
|
|
19
19
|
props: apiComponent.apiComponentProps,
|
|
20
|
-
|
|
20
|
+
emits: apiComponent.apiComponentEmits,
|
|
21
|
+
setup(__props, { emit: __emit }) {
|
|
21
22
|
const props = __props;
|
|
23
|
+
const emits = __emit;
|
|
22
24
|
const bem = createNamespace.createNamespace("api-component");
|
|
23
|
-
const method = vue.ref(props.method);
|
|
24
|
-
const url = vue.ref(props.url);
|
|
25
25
|
const activeKey = vue.ref("params");
|
|
26
26
|
const bodyKey = vue.ref("form-data");
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
const httpModel = vue.reactive({
|
|
28
|
+
url: props.url,
|
|
29
|
+
method: props.method,
|
|
30
|
+
bodyParams: props.bodyParams,
|
|
31
|
+
requestParams: props.requestParams,
|
|
32
|
+
headerParams: props.headerParams
|
|
33
|
+
});
|
|
30
34
|
const computedRequestList = vue.computed(() => {
|
|
31
|
-
if (method
|
|
35
|
+
if (httpModel.method === "GET") {
|
|
32
36
|
return apiComponent.requestList.filter((item) => item.key !== "body");
|
|
33
37
|
}
|
|
34
38
|
return apiComponent.requestList;
|
|
35
39
|
});
|
|
36
40
|
vue.watch(
|
|
37
|
-
|
|
38
|
-
(n) => {
|
|
39
|
-
console.log("requestParams", n);
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
deep: true
|
|
43
|
-
}
|
|
44
|
-
);
|
|
45
|
-
vue.watch(
|
|
46
|
-
bodyParams,
|
|
41
|
+
() => httpModel,
|
|
47
42
|
(n) => {
|
|
48
|
-
|
|
43
|
+
emits("change", n);
|
|
49
44
|
},
|
|
50
45
|
{
|
|
51
|
-
deep: true
|
|
46
|
+
deep: true,
|
|
47
|
+
immediate: true
|
|
52
48
|
}
|
|
53
49
|
);
|
|
54
50
|
return (_ctx, _cache) => {
|
|
@@ -62,10 +58,10 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
62
58
|
},
|
|
63
59
|
[
|
|
64
60
|
vue.createVNode(apiUrl.default, {
|
|
65
|
-
method: method
|
|
66
|
-
"onUpdate:method": _cache[0] || (_cache[0] = ($event) => method
|
|
67
|
-
url: url
|
|
68
|
-
"onUpdate:url": _cache[1] || (_cache[1] = ($event) => url
|
|
61
|
+
method: httpModel.method,
|
|
62
|
+
"onUpdate:method": _cache[0] || (_cache[0] = ($event) => httpModel.method = $event),
|
|
63
|
+
url: httpModel.url,
|
|
64
|
+
"onUpdate:url": _cache[1] || (_cache[1] = ($event) => httpModel.url = $event),
|
|
69
65
|
class: vue.normalizeClass(vue.unref(bem).m("header"))
|
|
70
66
|
}, null, 8, ["method", "url", "class"]),
|
|
71
67
|
vue.createVNode(_component_ll_tabs_simple, {
|
|
@@ -76,13 +72,13 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
76
72
|
}, null, 8, ["active-key", "tabs", "class"]),
|
|
77
73
|
vue.withDirectives(vue.createVNode(paramsTable.default, {
|
|
78
74
|
columns: vue.unref(table.paramsTableColumns),
|
|
79
|
-
"data-source": requestParams
|
|
75
|
+
"data-source": httpModel.requestParams
|
|
80
76
|
}, null, 8, ["columns", "data-source"]), [
|
|
81
77
|
[vue.vShow, activeKey.value === "params"]
|
|
82
78
|
]),
|
|
83
79
|
vue.withDirectives(vue.createVNode(paramsTable.default, {
|
|
84
80
|
columns: vue.unref(table.headersTableColumns),
|
|
85
|
-
"data-source": headerParams
|
|
81
|
+
"data-source": httpModel.headerParams
|
|
86
82
|
}, null, 8, ["columns", "data-source"]), [
|
|
87
83
|
[vue.vShow, activeKey.value === "headers"]
|
|
88
84
|
]),
|
|
@@ -97,31 +93,31 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
97
93
|
class: vue.normalizeClass(vue.unref(bem).m("body-tab"))
|
|
98
94
|
}, null, 8, ["active-key", "tabs", "class"]),
|
|
99
95
|
vue.withDirectives(vue.createVNode(jsonXml.default, {
|
|
100
|
-
value: bodyParams["json"],
|
|
101
|
-
"onUpdate:value": _cache[4] || (_cache[4] = ($event) => bodyParams["json"] = $event)
|
|
96
|
+
value: httpModel.bodyParams["json"],
|
|
97
|
+
"onUpdate:value": _cache[4] || (_cache[4] = ($event) => httpModel.bodyParams["json"] = $event)
|
|
102
98
|
}, null, 8, ["value"]), [
|
|
103
99
|
[vue.vShow, bodyKey.value === "json"]
|
|
104
100
|
]),
|
|
105
101
|
vue.withDirectives(vue.createVNode(jsonXml.default, {
|
|
106
|
-
value: bodyParams["xml"],
|
|
107
|
-
"onUpdate:value": _cache[5] || (_cache[5] = ($event) => bodyParams["xml"] = $event)
|
|
102
|
+
value: httpModel.bodyParams["xml"],
|
|
103
|
+
"onUpdate:value": _cache[5] || (_cache[5] = ($event) => httpModel.bodyParams["xml"] = $event)
|
|
108
104
|
}, null, 8, ["value"]), [
|
|
109
105
|
[vue.vShow, bodyKey.value === "xml"]
|
|
110
106
|
]),
|
|
111
107
|
bodyKey.value === "raw" ? (vue.openBlock(), vue.createBlock(_component_ll_code_editor, {
|
|
112
108
|
key: 0,
|
|
113
|
-
value: bodyParams["raw"],
|
|
114
|
-
"onUpdate:value": _cache[6] || (_cache[6] = ($event) => bodyParams["raw"] = $event)
|
|
109
|
+
value: httpModel.bodyParams["raw"],
|
|
110
|
+
"onUpdate:value": _cache[6] || (_cache[6] = ($event) => httpModel.bodyParams["raw"] = $event)
|
|
115
111
|
}, null, 8, ["value"])) : vue.createCommentVNode("v-if", true),
|
|
116
112
|
vue.withDirectives(vue.createVNode(paramsTable.default, {
|
|
117
113
|
columns: vue.unref(table.paramsTableColumns),
|
|
118
|
-
"data-source": bodyParams["x-www-form-urlencoded"]
|
|
114
|
+
"data-source": httpModel.bodyParams["x-www-form-urlencoded"]
|
|
119
115
|
}, null, 8, ["columns", "data-source"]), [
|
|
120
116
|
[vue.vShow, bodyKey.value === "x-www-form-urlencoded"]
|
|
121
117
|
]),
|
|
122
118
|
vue.withDirectives(vue.createVNode(paramsTable.default, {
|
|
123
119
|
columns: vue.unref(table.formdataTableColumns),
|
|
124
|
-
"data-source": bodyParams["form-data"]
|
|
120
|
+
"data-source": httpModel.bodyParams["form-data"]
|
|
125
121
|
}, null, 8, ["columns", "data-source"]), [
|
|
126
122
|
[vue.vShow, bodyKey.value === "form-data"]
|
|
127
123
|
]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-component.vue2.js","sources":["../../../../../packages/components/api-component/src/api-component.vue"],"sourcesContent":["<template>\n <div :class=\"bem.b()\">\n <api-url\n v-model:method=\"method\"\n v-model:url=\"url\"\n :class=\"bem.m('header')\"\n />\n <ll-tabs-simple\n v-model:active-key=\"activeKey\"\n :tabs=\"computedRequestList\"\n :class=\"bem.m('tab')\"\n />\n <params-table\n v-show=\"activeKey === 'params'\"\n :columns=\"paramsTableColumns\"\n :data-source=\"requestParams\"\n />\n <params-table\n v-show=\"activeKey === 'headers'\"\n :columns=\"headersTableColumns\"\n :data-source=\"headerParams\"\n />\n <div v-show=\"activeKey === 'body'\">\n <ll-tabs-simple\n v-model:active-key=\"bodyKey\"\n :tabs=\"bodyList\"\n :class=\"bem.m('body-tab')\"\n />\n <json-xml\n v-show=\"bodyKey === 'json'\"\n v-model:value=\"bodyParams['json']\"\n />\n\n <json-xml
|
|
1
|
+
{"version":3,"file":"api-component.vue2.js","sources":["../../../../../packages/components/api-component/src/api-component.vue"],"sourcesContent":["<template>\n <div :class=\"bem.b()\">\n <api-url\n v-model:method=\"httpModel.method\"\n v-model:url=\"httpModel.url\"\n :class=\"bem.m('header')\"\n />\n <ll-tabs-simple\n v-model:active-key=\"activeKey\"\n :tabs=\"computedRequestList\"\n :class=\"bem.m('tab')\"\n />\n <params-table\n v-show=\"activeKey === 'params'\"\n :columns=\"paramsTableColumns\"\n :data-source=\"httpModel.requestParams\"\n />\n <params-table\n v-show=\"activeKey === 'headers'\"\n :columns=\"headersTableColumns\"\n :data-source=\"httpModel.headerParams\"\n />\n <div v-show=\"activeKey === 'body'\">\n <ll-tabs-simple\n v-model:active-key=\"bodyKey\"\n :tabs=\"bodyList\"\n :class=\"bem.m('body-tab')\"\n />\n <json-xml\n v-show=\"bodyKey === 'json'\"\n v-model:value=\"httpModel.bodyParams['json']\"\n />\n\n <json-xml\n v-show=\"bodyKey === 'xml'\"\n v-model:value=\"httpModel.bodyParams['xml']\"\n />\n <ll-code-editor\n v-if=\"bodyKey === 'raw'\"\n v-model:value=\"httpModel.bodyParams['raw']\"\n />\n <params-table\n v-show=\"bodyKey === 'x-www-form-urlencoded'\"\n :columns=\"paramsTableColumns\"\n :data-source=\"httpModel.bodyParams['x-www-form-urlencoded']\"\n />\n <params-table\n v-show=\"bodyKey === 'form-data'\"\n :columns=\"formdataTableColumns\"\n :data-source=\"httpModel.bodyParams['form-data']\"\n />\n <ll-empty v-show=\"bodyKey === 'none'\" />\n </div>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { ref, computed, reactive, watch } from 'vue'\n\nimport {\n apiComponentProps,\n apiComponentEmits,\n requestList,\n paramsTableColumns,\n bodyList,\n headersTableColumns,\n formdataTableColumns\n} from './config'\n\nimport { createNamespace } from '@ll-plus/utils'\n// Components\nimport ApiUrl from './components/api-url.vue'\n\nimport JsonXml from './components/json-xml.vue'\n\nimport paramsTable from './components/params-table.vue'\n\ndefineOptions({ name: 'LlApiComponent' })\n\nconst props = defineProps(apiComponentProps)\n\nconst emits = defineEmits(apiComponentEmits)\n\nconst bem = createNamespace('api-component')\n\nconst activeKey = ref('params')\n\nconst bodyKey = ref('form-data')\n\n// const method = ref(props.method)\n\n// const url = ref(props.url)\n\n// const requestParams = ref(props.requestParams)\n\n// const headerParams = ref(props.headerParams)\n\n// const bodyParams = reactive(props.bodyParams)\n\n// const httpModel = reactive({\n// url: props.url,\n// method: props.method,\n// bodyParams: props.bodyParams,\n// requestParams: props.requestParams,\n// headerParams: props.headerParams\n// })\nconst httpModel = reactive({\n url: props.url,\n method: props.method,\n bodyParams: props.bodyParams,\n requestParams: props.requestParams,\n headerParams: props.headerParams\n})\n\nconst computedRequestList = computed(() => {\n if (httpModel.method === 'GET') {\n return requestList.filter(item => item.key !== 'body')\n }\n return requestList\n})\n\nwatch(\n () => httpModel,\n n => {\n emits('change', n)\n },\n {\n deep: true,\n immediate: true\n }\n)\n</script>\n"],"names":["createNamespace","ref","reactive","computed","requestList","watch"],"mappings":";;;;;;;;;;;;;;;;;;;;;AA+EA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AAEd,IAAA,MAAM,KAAQ,GAAA,MAAA,CAAA;AAEd,IAAM,MAAA,GAAA,GAAMA,gCAAgB,eAAe,CAAA,CAAA;AAE3C,IAAM,MAAA,SAAA,GAAYC,QAAI,QAAQ,CAAA,CAAA;AAE9B,IAAM,MAAA,OAAA,GAAUA,QAAI,WAAW,CAAA,CAAA;AAmB/B,IAAA,MAAM,YAAYC,YAAS,CAAA;AAAA,MACzB,KAAK,KAAM,CAAA,GAAA;AAAA,MACX,QAAQ,KAAM,CAAA,MAAA;AAAA,MACd,YAAY,KAAM,CAAA,UAAA;AAAA,MAClB,eAAe,KAAM,CAAA,aAAA;AAAA,MACrB,cAAc,KAAM,CAAA,YAAA;AAAA,KACrB,CAAA,CAAA;AAED,IAAM,MAAA,mBAAA,GAAsBC,aAAS,MAAM;AACzC,MAAI,IAAA,SAAA,CAAU,WAAW,KAAO,EAAA;AAC9B,QAAA,OAAOC,wBAAY,CAAA,MAAA,CAAO,CAAQ,IAAA,KAAA,IAAA,CAAK,QAAQ,MAAM,CAAA,CAAA;AAAA,OACvD;AACA,MAAO,OAAAA,wBAAA,CAAA;AAAA,KACR,CAAA,CAAA;AAED,IAAAC,SAAA;AAAA,MACE,MAAM,SAAA;AAAA,MACN,CAAK,CAAA,KAAA;AACH,QAAA,KAAA,CAAM,UAAU,CAAC,CAAA,CAAA;AAAA,OACnB;AAAA,MACA;AAAA,QACE,IAAM,EAAA,IAAA;AAAA,QACN,SAAW,EAAA,IAAA;AAAA,OACb;AAAA,KACF,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -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>;
|
|
@@ -27,31 +27,20 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
27
27
|
const _component_ll_select = vue.resolveComponent("ll-select");
|
|
28
28
|
const _component_ll_input = vue.resolveComponent("ll-input");
|
|
29
29
|
const _component_a_input_group = vue.resolveComponent("a-input-group");
|
|
30
|
-
|
|
31
|
-
return vue.openBlock(), vue.createBlock(_component_ll_form_item, {
|
|
32
|
-
label: "\u8BF7\u6C42\u5730\u5740",
|
|
33
|
-
"label-col": { span: 24 },
|
|
34
|
-
required: ""
|
|
35
|
-
}, {
|
|
30
|
+
return vue.openBlock(), vue.createBlock(_component_a_input_group, { compact: "" }, {
|
|
36
31
|
default: vue.withCtx(() => [
|
|
37
|
-
vue.createVNode(
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
placeholder: "\u8BF7\u8F93\u5165\u5730\u5740\uFF08\u53BB\u9664\u524D\u7F6EURL)"
|
|
50
|
-
}, null, 8, ["value"])
|
|
51
|
-
]),
|
|
52
|
-
_: 1
|
|
53
|
-
/* STABLE */
|
|
54
|
-
})
|
|
32
|
+
vue.createVNode(_component_ll_select, {
|
|
33
|
+
value: method.value,
|
|
34
|
+
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => method.value = $event),
|
|
35
|
+
options: vue.unref(apiUrl.methods),
|
|
36
|
+
style: { "width": "150px" }
|
|
37
|
+
}, null, 8, ["value", "options"]),
|
|
38
|
+
vue.createVNode(_component_ll_input, {
|
|
39
|
+
value: url.value,
|
|
40
|
+
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => url.value = $event),
|
|
41
|
+
style: { "width": "50%" },
|
|
42
|
+
placeholder: "\u8BF7\u8F93\u5165\u5730\u5740\uFF08\u53BB\u9664\u524D\u7F6EURL)"
|
|
43
|
+
}, null, 8, ["value"])
|
|
55
44
|
]),
|
|
56
45
|
_: 1
|
|
57
46
|
/* STABLE */
|