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
|
@@ -904,9 +904,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
904
904
|
}, boolean>;
|
|
905
905
|
}, {
|
|
906
906
|
props: import("@vue/shared").LooseRequired<{
|
|
907
|
-
readonly value: Record<string, any>;
|
|
908
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
909
907
|
readonly filterColumns: any[];
|
|
908
|
+
readonly value: Record<string, any>;
|
|
910
909
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
911
910
|
layout: import("vue-types").VueTypeDef<string>;
|
|
912
911
|
labelCol: {
|
|
@@ -1131,10 +1130,11 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1131
1130
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1132
1131
|
};
|
|
1133
1132
|
}>>;
|
|
1134
|
-
readonly "
|
|
1133
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
1135
1134
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
1135
|
+
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
1136
1136
|
} & {}>;
|
|
1137
|
-
emits: ((event: "
|
|
1137
|
+
emits: ((event: "change", value: Record<string, any>) => void) & ((event: "update:value", value: Record<string, any>) => void);
|
|
1138
1138
|
bem: {
|
|
1139
1139
|
b: (blockSuffix?: string) => string;
|
|
1140
1140
|
e: (element?: string) => string;
|
|
@@ -1177,13 +1177,13 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1177
1177
|
};
|
|
1178
1178
|
}, {
|
|
1179
1179
|
props: import("@vue/shared").LooseRequired<{
|
|
1180
|
+
readonly label?: string | undefined;
|
|
1180
1181
|
readonly position?: string | undefined;
|
|
1181
1182
|
readonly icon?: {
|
|
1182
1183
|
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
1183
1184
|
readonly color?: string | undefined;
|
|
1184
1185
|
readonly iconName?: string | undefined;
|
|
1185
1186
|
} | undefined;
|
|
1186
|
-
readonly label?: string | undefined;
|
|
1187
1187
|
} & {}>;
|
|
1188
1188
|
bem: {
|
|
1189
1189
|
b: (blockSuffix?: string) => string;
|
|
@@ -2490,8 +2490,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2490
2490
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2491
2491
|
}, {
|
|
2492
2492
|
props: import("@vue/shared").LooseRequired<{
|
|
2493
|
-
readonly value: Record<string, any>;
|
|
2494
2493
|
readonly filterColumns: any[];
|
|
2494
|
+
readonly value: Record<string, any>;
|
|
2495
2495
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2496
2496
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2497
2497
|
labelCol: {
|
|
@@ -2720,7 +2720,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2720
2720
|
readonly onClose?: (() => any) | undefined;
|
|
2721
2721
|
readonly onConfirm?: (() => any) | undefined;
|
|
2722
2722
|
} & {}>;
|
|
2723
|
-
emits: ((event: "
|
|
2723
|
+
emits: ((event: "close") => void) & ((event: "confirm") => void);
|
|
2724
2724
|
bem: {
|
|
2725
2725
|
b: (blockSuffix?: string) => string;
|
|
2726
2726
|
e: (element?: string) => string;
|
|
@@ -3634,21 +3634,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3634
3634
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
3635
3635
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3636
3636
|
align: {
|
|
3637
|
-
type: import("vue").PropType<"
|
|
3638
|
-
xs?: "
|
|
3639
|
-
sm?: "
|
|
3640
|
-
md?: "
|
|
3641
|
-
lg?: "
|
|
3642
|
-
xl?: "
|
|
3643
|
-
xxl?: "
|
|
3637
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3638
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3639
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3640
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3641
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3642
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3643
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3644
3644
|
}>;
|
|
3645
|
-
default: "
|
|
3646
|
-
xs?: "
|
|
3647
|
-
sm?: "
|
|
3648
|
-
md?: "
|
|
3649
|
-
lg?: "
|
|
3650
|
-
xl?: "
|
|
3651
|
-
xxl?: "
|
|
3645
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3646
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3647
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3648
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3649
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3650
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3651
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3652
3652
|
};
|
|
3653
3653
|
};
|
|
3654
3654
|
justify: {
|
|
@@ -3680,21 +3680,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3680
3680
|
};
|
|
3681
3681
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3682
3682
|
align: {
|
|
3683
|
-
type: import("vue").PropType<"
|
|
3684
|
-
xs?: "
|
|
3685
|
-
sm?: "
|
|
3686
|
-
md?: "
|
|
3687
|
-
lg?: "
|
|
3688
|
-
xl?: "
|
|
3689
|
-
xxl?: "
|
|
3683
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3684
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3685
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3686
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3687
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3688
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3689
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3690
3690
|
}>;
|
|
3691
|
-
default: "
|
|
3692
|
-
xs?: "
|
|
3693
|
-
sm?: "
|
|
3694
|
-
md?: "
|
|
3695
|
-
lg?: "
|
|
3696
|
-
xl?: "
|
|
3697
|
-
xxl?: "
|
|
3691
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3692
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3693
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3694
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3695
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3696
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3697
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3698
3698
|
};
|
|
3699
3699
|
};
|
|
3700
3700
|
justify: {
|
|
@@ -3726,21 +3726,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3726
3726
|
};
|
|
3727
3727
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3728
3728
|
align: {
|
|
3729
|
-
type: import("vue").PropType<"
|
|
3730
|
-
xs?: "
|
|
3731
|
-
sm?: "
|
|
3732
|
-
md?: "
|
|
3733
|
-
lg?: "
|
|
3734
|
-
xl?: "
|
|
3735
|
-
xxl?: "
|
|
3729
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3730
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3731
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3732
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3733
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3734
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3735
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3736
3736
|
}>;
|
|
3737
|
-
default: "
|
|
3738
|
-
xs?: "
|
|
3739
|
-
sm?: "
|
|
3740
|
-
md?: "
|
|
3741
|
-
lg?: "
|
|
3742
|
-
xl?: "
|
|
3743
|
-
xxl?: "
|
|
3737
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3738
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3739
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3740
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3741
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3742
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3743
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3744
3744
|
};
|
|
3745
3745
|
};
|
|
3746
3746
|
justify: {
|
|
@@ -3772,21 +3772,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3772
3772
|
};
|
|
3773
3773
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3774
3774
|
align: {
|
|
3775
|
-
type: import("vue").PropType<"
|
|
3776
|
-
xs?: "
|
|
3777
|
-
sm?: "
|
|
3778
|
-
md?: "
|
|
3779
|
-
lg?: "
|
|
3780
|
-
xl?: "
|
|
3781
|
-
xxl?: "
|
|
3775
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3776
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3777
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3778
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3779
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3780
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3781
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3782
3782
|
}>;
|
|
3783
|
-
default: "
|
|
3784
|
-
xs?: "
|
|
3785
|
-
sm?: "
|
|
3786
|
-
md?: "
|
|
3787
|
-
lg?: "
|
|
3788
|
-
xl?: "
|
|
3789
|
-
xxl?: "
|
|
3783
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3784
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3785
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3786
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3787
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3788
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3789
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3790
3790
|
};
|
|
3791
3791
|
};
|
|
3792
3792
|
justify: {
|
|
@@ -3822,7 +3822,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3822
3822
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3823
3823
|
}, {
|
|
3824
3824
|
props: import("@vue/shared").LooseRequired<{
|
|
3825
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3826
3825
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3827
3826
|
layout: import("vue-types").VueTypeDef<string>;
|
|
3828
3827
|
labelCol: {
|
|
@@ -4047,23 +4046,24 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4047
4046
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4048
4047
|
};
|
|
4049
4048
|
}>>;
|
|
4049
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4050
4050
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4051
4051
|
align: {
|
|
4052
|
-
type: import("vue").PropType<"
|
|
4053
|
-
xs?: "
|
|
4054
|
-
sm?: "
|
|
4055
|
-
md?: "
|
|
4056
|
-
lg?: "
|
|
4057
|
-
xl?: "
|
|
4058
|
-
xxl?: "
|
|
4052
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4053
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4054
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4055
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4056
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4057
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4058
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4059
4059
|
}>;
|
|
4060
|
-
default: "
|
|
4061
|
-
xs?: "
|
|
4062
|
-
sm?: "
|
|
4063
|
-
md?: "
|
|
4064
|
-
lg?: "
|
|
4065
|
-
xl?: "
|
|
4066
|
-
xxl?: "
|
|
4060
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4061
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4062
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4063
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4064
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4065
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4066
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4067
4067
|
};
|
|
4068
4068
|
};
|
|
4069
4069
|
justify: {
|
|
@@ -5057,21 +5057,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5057
5057
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
5058
5058
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5059
5059
|
align: {
|
|
5060
|
-
type: import("vue").PropType<"
|
|
5061
|
-
xs?: "
|
|
5062
|
-
sm?: "
|
|
5063
|
-
md?: "
|
|
5064
|
-
lg?: "
|
|
5065
|
-
xl?: "
|
|
5066
|
-
xxl?: "
|
|
5060
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5061
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5062
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5063
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5064
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5065
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5066
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5067
5067
|
}>;
|
|
5068
|
-
default: "
|
|
5069
|
-
xs?: "
|
|
5070
|
-
sm?: "
|
|
5071
|
-
md?: "
|
|
5072
|
-
lg?: "
|
|
5073
|
-
xl?: "
|
|
5074
|
-
xxl?: "
|
|
5068
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5069
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5070
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5071
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5072
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5073
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5074
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5075
5075
|
};
|
|
5076
5076
|
};
|
|
5077
5077
|
justify: {
|
|
@@ -5103,21 +5103,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5103
5103
|
};
|
|
5104
5104
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5105
5105
|
align: {
|
|
5106
|
-
type: import("vue").PropType<"
|
|
5107
|
-
xs?: "
|
|
5108
|
-
sm?: "
|
|
5109
|
-
md?: "
|
|
5110
|
-
lg?: "
|
|
5111
|
-
xl?: "
|
|
5112
|
-
xxl?: "
|
|
5106
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5107
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5108
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5109
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5110
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5111
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5112
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5113
5113
|
}>;
|
|
5114
|
-
default: "
|
|
5115
|
-
xs?: "
|
|
5116
|
-
sm?: "
|
|
5117
|
-
md?: "
|
|
5118
|
-
lg?: "
|
|
5119
|
-
xl?: "
|
|
5120
|
-
xxl?: "
|
|
5114
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5115
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5116
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5117
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5118
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5119
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5120
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5121
5121
|
};
|
|
5122
5122
|
};
|
|
5123
5123
|
justify: {
|
|
@@ -5149,21 +5149,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5149
5149
|
};
|
|
5150
5150
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5151
5151
|
align: {
|
|
5152
|
-
type: import("vue").PropType<"
|
|
5153
|
-
xs?: "
|
|
5154
|
-
sm?: "
|
|
5155
|
-
md?: "
|
|
5156
|
-
lg?: "
|
|
5157
|
-
xl?: "
|
|
5158
|
-
xxl?: "
|
|
5152
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5153
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5154
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5155
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5156
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5157
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5158
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5159
5159
|
}>;
|
|
5160
|
-
default: "
|
|
5161
|
-
xs?: "
|
|
5162
|
-
sm?: "
|
|
5163
|
-
md?: "
|
|
5164
|
-
lg?: "
|
|
5165
|
-
xl?: "
|
|
5166
|
-
xxl?: "
|
|
5160
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5161
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5162
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5163
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5164
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5165
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5166
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5167
5167
|
};
|
|
5168
5168
|
};
|
|
5169
5169
|
justify: {
|
|
@@ -5195,21 +5195,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5195
5195
|
};
|
|
5196
5196
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5197
5197
|
align: {
|
|
5198
|
-
type: import("vue").PropType<"
|
|
5199
|
-
xs?: "
|
|
5200
|
-
sm?: "
|
|
5201
|
-
md?: "
|
|
5202
|
-
lg?: "
|
|
5203
|
-
xl?: "
|
|
5204
|
-
xxl?: "
|
|
5198
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5199
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5200
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5201
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5202
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5203
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5204
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5205
5205
|
}>;
|
|
5206
|
-
default: "
|
|
5207
|
-
xs?: "
|
|
5208
|
-
sm?: "
|
|
5209
|
-
md?: "
|
|
5210
|
-
lg?: "
|
|
5211
|
-
xl?: "
|
|
5212
|
-
xxl?: "
|
|
5206
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5207
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5208
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5209
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5210
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5211
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5212
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5213
5213
|
};
|
|
5214
5214
|
};
|
|
5215
5215
|
justify: {
|
|
@@ -5244,7 +5244,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5244
5244
|
}, boolean>;
|
|
5245
5245
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5246
5246
|
}>>, {
|
|
5247
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5248
5247
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5249
5248
|
layout: import("vue-types").VueTypeDef<string>;
|
|
5250
5249
|
labelCol: {
|
|
@@ -5469,23 +5468,24 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5469
5468
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
5470
5469
|
};
|
|
5471
5470
|
}>>;
|
|
5471
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5472
5472
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5473
5473
|
align: {
|
|
5474
|
-
type: import("vue").PropType<"
|
|
5475
|
-
xs?: "
|
|
5476
|
-
sm?: "
|
|
5477
|
-
md?: "
|
|
5478
|
-
lg?: "
|
|
5479
|
-
xl?: "
|
|
5480
|
-
xxl?: "
|
|
5474
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5475
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5476
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5477
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5478
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5479
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5480
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5481
5481
|
}>;
|
|
5482
|
-
default: "
|
|
5483
|
-
xs?: "
|
|
5484
|
-
sm?: "
|
|
5485
|
-
md?: "
|
|
5486
|
-
lg?: "
|
|
5487
|
-
xl?: "
|
|
5488
|
-
xxl?: "
|
|
5482
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5483
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5484
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5485
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5486
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5487
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5488
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5489
5489
|
};
|
|
5490
5490
|
};
|
|
5491
5491
|
justify: {
|
|
@@ -6425,8 +6425,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6425
6425
|
onClose?: (() => any) | undefined;
|
|
6426
6426
|
onConfirm?: (() => any) | undefined;
|
|
6427
6427
|
}, {
|
|
6428
|
-
readonly value: Record<string, any>;
|
|
6429
6428
|
readonly filterColumns: any[];
|
|
6429
|
+
readonly value: Record<string, any>;
|
|
6430
6430
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6431
6431
|
layout: import("vue-types").VueTypeDef<string>;
|
|
6432
6432
|
labelCol: {
|
|
@@ -7556,9 +7556,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7556
7556
|
}, boolean>;
|
|
7557
7557
|
}, {
|
|
7558
7558
|
props: import("@vue/shared").LooseRequired<{
|
|
7559
|
-
readonly value: Record<string, any>;
|
|
7560
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
7561
7559
|
readonly filterColumns: any[];
|
|
7560
|
+
readonly value: Record<string, any>;
|
|
7562
7561
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7563
7562
|
layout: import("vue-types").VueTypeDef<string>;
|
|
7564
7563
|
labelCol: {
|
|
@@ -7783,10 +7782,11 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7783
7782
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
7784
7783
|
};
|
|
7785
7784
|
}>>;
|
|
7786
|
-
readonly "
|
|
7785
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
7787
7786
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
7787
|
+
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
7788
7788
|
} & {}>;
|
|
7789
|
-
emits: ((event: "
|
|
7789
|
+
emits: ((event: "change", value: Record<string, any>) => void) & ((event: "update:value", value: Record<string, any>) => void);
|
|
7790
7790
|
bem: {
|
|
7791
7791
|
b: (blockSuffix?: string) => string;
|
|
7792
7792
|
e: (element?: string) => string;
|
|
@@ -8715,12 +8715,11 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8715
8715
|
width: string;
|
|
8716
8716
|
}, boolean>;
|
|
8717
8717
|
}>> & {
|
|
8718
|
-
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
8719
8718
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
8719
|
+
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
8720
8720
|
}, {
|
|
8721
|
-
readonly value: Record<string, any>;
|
|
8722
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
8723
8721
|
readonly filterColumns: any[];
|
|
8722
|
+
readonly value: Record<string, any>;
|
|
8724
8723
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8725
8724
|
layout: import("vue-types").VueTypeDef<string>;
|
|
8726
8725
|
labelCol: {
|
|
@@ -8945,6 +8944,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8945
8944
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
8946
8945
|
};
|
|
8947
8946
|
}>>;
|
|
8947
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
8948
8948
|
}, {}>;
|
|
8949
8949
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8950
8950
|
change: (value: Record<string, any>) => boolean;
|
|
@@ -9851,12 +9851,11 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9851
9851
|
width: string;
|
|
9852
9852
|
}, boolean>;
|
|
9853
9853
|
}>> & {
|
|
9854
|
-
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
9855
9854
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
9855
|
+
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
9856
9856
|
}, {
|
|
9857
|
-
readonly value: Record<string, any>;
|
|
9858
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
9859
9857
|
readonly filterColumns: any[];
|
|
9858
|
+
readonly value: Record<string, any>;
|
|
9860
9859
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9861
9860
|
layout: import("vue-types").VueTypeDef<string>;
|
|
9862
9861
|
labelCol: {
|
|
@@ -10081,6 +10080,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
10081
10080
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
10082
10081
|
};
|
|
10083
10082
|
}>>;
|
|
10083
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
10084
10084
|
}, {}>>;
|
|
10085
10085
|
export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10086
10086
|
readonly filterColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -10983,8 +10983,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10983
10983
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10984
10984
|
}, {
|
|
10985
10985
|
props: import("@vue/shared").LooseRequired<{
|
|
10986
|
-
readonly value: Record<string, any>;
|
|
10987
10986
|
readonly filterColumns: any[];
|
|
10987
|
+
readonly value: Record<string, any>;
|
|
10988
10988
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10989
10989
|
layout: import("vue-types").VueTypeDef<string>;
|
|
10990
10990
|
labelCol: {
|
|
@@ -11213,7 +11213,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11213
11213
|
readonly onClose?: (() => any) | undefined;
|
|
11214
11214
|
readonly onConfirm?: (() => any) | undefined;
|
|
11215
11215
|
} & {}>;
|
|
11216
|
-
emits: ((event: "
|
|
11216
|
+
emits: ((event: "close") => void) & ((event: "confirm") => void);
|
|
11217
11217
|
bem: {
|
|
11218
11218
|
b: (blockSuffix?: string) => string;
|
|
11219
11219
|
e: (element?: string) => string;
|
|
@@ -12127,21 +12127,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12127
12127
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12128
12128
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12129
12129
|
align: {
|
|
12130
|
-
type: import("vue").PropType<"
|
|
12131
|
-
xs?: "
|
|
12132
|
-
sm?: "
|
|
12133
|
-
md?: "
|
|
12134
|
-
lg?: "
|
|
12135
|
-
xl?: "
|
|
12136
|
-
xxl?: "
|
|
12130
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12131
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12132
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12133
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12134
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12135
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12136
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12137
12137
|
}>;
|
|
12138
|
-
default: "
|
|
12139
|
-
xs?: "
|
|
12140
|
-
sm?: "
|
|
12141
|
-
md?: "
|
|
12142
|
-
lg?: "
|
|
12143
|
-
xl?: "
|
|
12144
|
-
xxl?: "
|
|
12138
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12139
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12140
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12141
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12142
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12143
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12144
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12145
12145
|
};
|
|
12146
12146
|
};
|
|
12147
12147
|
justify: {
|
|
@@ -12173,21 +12173,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12173
12173
|
};
|
|
12174
12174
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12175
12175
|
align: {
|
|
12176
|
-
type: import("vue").PropType<"
|
|
12177
|
-
xs?: "
|
|
12178
|
-
sm?: "
|
|
12179
|
-
md?: "
|
|
12180
|
-
lg?: "
|
|
12181
|
-
xl?: "
|
|
12182
|
-
xxl?: "
|
|
12176
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12177
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12178
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12179
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12180
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12181
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12182
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12183
12183
|
}>;
|
|
12184
|
-
default: "
|
|
12185
|
-
xs?: "
|
|
12186
|
-
sm?: "
|
|
12187
|
-
md?: "
|
|
12188
|
-
lg?: "
|
|
12189
|
-
xl?: "
|
|
12190
|
-
xxl?: "
|
|
12184
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12185
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12186
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12187
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12188
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12189
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12190
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12191
12191
|
};
|
|
12192
12192
|
};
|
|
12193
12193
|
justify: {
|
|
@@ -12219,21 +12219,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12219
12219
|
};
|
|
12220
12220
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12221
12221
|
align: {
|
|
12222
|
-
type: import("vue").PropType<"
|
|
12223
|
-
xs?: "
|
|
12224
|
-
sm?: "
|
|
12225
|
-
md?: "
|
|
12226
|
-
lg?: "
|
|
12227
|
-
xl?: "
|
|
12228
|
-
xxl?: "
|
|
12222
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12223
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12224
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12225
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12226
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12227
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12228
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12229
12229
|
}>;
|
|
12230
|
-
default: "
|
|
12231
|
-
xs?: "
|
|
12232
|
-
sm?: "
|
|
12233
|
-
md?: "
|
|
12234
|
-
lg?: "
|
|
12235
|
-
xl?: "
|
|
12236
|
-
xxl?: "
|
|
12230
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12231
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12232
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12233
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12234
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12235
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12236
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12237
12237
|
};
|
|
12238
12238
|
};
|
|
12239
12239
|
justify: {
|
|
@@ -12265,21 +12265,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12265
12265
|
};
|
|
12266
12266
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12267
12267
|
align: {
|
|
12268
|
-
type: import("vue").PropType<"
|
|
12269
|
-
xs?: "
|
|
12270
|
-
sm?: "
|
|
12271
|
-
md?: "
|
|
12272
|
-
lg?: "
|
|
12273
|
-
xl?: "
|
|
12274
|
-
xxl?: "
|
|
12268
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12269
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12270
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12271
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12272
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12273
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12274
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12275
12275
|
}>;
|
|
12276
|
-
default: "
|
|
12277
|
-
xs?: "
|
|
12278
|
-
sm?: "
|
|
12279
|
-
md?: "
|
|
12280
|
-
lg?: "
|
|
12281
|
-
xl?: "
|
|
12282
|
-
xxl?: "
|
|
12276
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12277
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12278
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12279
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12280
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12281
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12282
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12283
12283
|
};
|
|
12284
12284
|
};
|
|
12285
12285
|
justify: {
|
|
@@ -12315,7 +12315,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12315
12315
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12316
12316
|
}, {
|
|
12317
12317
|
props: import("@vue/shared").LooseRequired<{
|
|
12318
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12319
12318
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12320
12319
|
layout: import("vue-types").VueTypeDef<string>;
|
|
12321
12320
|
labelCol: {
|
|
@@ -12540,23 +12539,24 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12540
12539
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
12541
12540
|
};
|
|
12542
12541
|
}>>;
|
|
12542
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12543
12543
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12544
12544
|
align: {
|
|
12545
|
-
type: import("vue").PropType<"
|
|
12546
|
-
xs?: "
|
|
12547
|
-
sm?: "
|
|
12548
|
-
md?: "
|
|
12549
|
-
lg?: "
|
|
12550
|
-
xl?: "
|
|
12551
|
-
xxl?: "
|
|
12545
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12546
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12547
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12548
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12549
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12550
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12551
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12552
12552
|
}>;
|
|
12553
|
-
default: "
|
|
12554
|
-
xs?: "
|
|
12555
|
-
sm?: "
|
|
12556
|
-
md?: "
|
|
12557
|
-
lg?: "
|
|
12558
|
-
xl?: "
|
|
12559
|
-
xxl?: "
|
|
12553
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12554
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12555
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12556
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12557
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12558
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12559
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12560
12560
|
};
|
|
12561
12561
|
};
|
|
12562
12562
|
justify: {
|
|
@@ -13550,21 +13550,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13550
13550
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13551
13551
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13552
13552
|
align: {
|
|
13553
|
-
type: import("vue").PropType<"
|
|
13554
|
-
xs?: "
|
|
13555
|
-
sm?: "
|
|
13556
|
-
md?: "
|
|
13557
|
-
lg?: "
|
|
13558
|
-
xl?: "
|
|
13559
|
-
xxl?: "
|
|
13553
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13554
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13555
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13556
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13557
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13558
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13559
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13560
13560
|
}>;
|
|
13561
|
-
default: "
|
|
13562
|
-
xs?: "
|
|
13563
|
-
sm?: "
|
|
13564
|
-
md?: "
|
|
13565
|
-
lg?: "
|
|
13566
|
-
xl?: "
|
|
13567
|
-
xxl?: "
|
|
13561
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13562
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13563
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13564
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13565
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13566
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13567
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13568
13568
|
};
|
|
13569
13569
|
};
|
|
13570
13570
|
justify: {
|
|
@@ -13596,21 +13596,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13596
13596
|
};
|
|
13597
13597
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13598
13598
|
align: {
|
|
13599
|
-
type: import("vue").PropType<"
|
|
13600
|
-
xs?: "
|
|
13601
|
-
sm?: "
|
|
13602
|
-
md?: "
|
|
13603
|
-
lg?: "
|
|
13604
|
-
xl?: "
|
|
13605
|
-
xxl?: "
|
|
13599
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13600
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13601
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13602
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13603
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13604
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13605
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13606
13606
|
}>;
|
|
13607
|
-
default: "
|
|
13608
|
-
xs?: "
|
|
13609
|
-
sm?: "
|
|
13610
|
-
md?: "
|
|
13611
|
-
lg?: "
|
|
13612
|
-
xl?: "
|
|
13613
|
-
xxl?: "
|
|
13607
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13608
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13609
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13610
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13611
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13612
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13613
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13614
13614
|
};
|
|
13615
13615
|
};
|
|
13616
13616
|
justify: {
|
|
@@ -13642,21 +13642,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13642
13642
|
};
|
|
13643
13643
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13644
13644
|
align: {
|
|
13645
|
-
type: import("vue").PropType<"
|
|
13646
|
-
xs?: "
|
|
13647
|
-
sm?: "
|
|
13648
|
-
md?: "
|
|
13649
|
-
lg?: "
|
|
13650
|
-
xl?: "
|
|
13651
|
-
xxl?: "
|
|
13645
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13646
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13647
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13648
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13649
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13650
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13651
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13652
13652
|
}>;
|
|
13653
|
-
default: "
|
|
13654
|
-
xs?: "
|
|
13655
|
-
sm?: "
|
|
13656
|
-
md?: "
|
|
13657
|
-
lg?: "
|
|
13658
|
-
xl?: "
|
|
13659
|
-
xxl?: "
|
|
13653
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13654
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13655
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13656
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13657
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13658
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13659
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13660
13660
|
};
|
|
13661
13661
|
};
|
|
13662
13662
|
justify: {
|
|
@@ -13688,21 +13688,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13688
13688
|
};
|
|
13689
13689
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13690
13690
|
align: {
|
|
13691
|
-
type: import("vue").PropType<"
|
|
13692
|
-
xs?: "
|
|
13693
|
-
sm?: "
|
|
13694
|
-
md?: "
|
|
13695
|
-
lg?: "
|
|
13696
|
-
xl?: "
|
|
13697
|
-
xxl?: "
|
|
13691
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13692
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13693
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13694
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13695
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13696
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13697
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13698
13698
|
}>;
|
|
13699
|
-
default: "
|
|
13700
|
-
xs?: "
|
|
13701
|
-
sm?: "
|
|
13702
|
-
md?: "
|
|
13703
|
-
lg?: "
|
|
13704
|
-
xl?: "
|
|
13705
|
-
xxl?: "
|
|
13699
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13700
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13701
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13702
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13703
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13704
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13705
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13706
13706
|
};
|
|
13707
13707
|
};
|
|
13708
13708
|
justify: {
|
|
@@ -13737,7 +13737,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13737
13737
|
}, boolean>;
|
|
13738
13738
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
13739
13739
|
}>>, {
|
|
13740
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13741
13740
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13742
13741
|
layout: import("vue-types").VueTypeDef<string>;
|
|
13743
13742
|
labelCol: {
|
|
@@ -13962,23 +13961,24 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13962
13961
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
13963
13962
|
};
|
|
13964
13963
|
}>>;
|
|
13964
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13965
13965
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13966
13966
|
align: {
|
|
13967
|
-
type: import("vue").PropType<"
|
|
13968
|
-
xs?: "
|
|
13969
|
-
sm?: "
|
|
13970
|
-
md?: "
|
|
13971
|
-
lg?: "
|
|
13972
|
-
xl?: "
|
|
13973
|
-
xxl?: "
|
|
13967
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13968
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13969
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13970
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13971
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13972
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13973
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13974
13974
|
}>;
|
|
13975
|
-
default: "
|
|
13976
|
-
xs?: "
|
|
13977
|
-
sm?: "
|
|
13978
|
-
md?: "
|
|
13979
|
-
lg?: "
|
|
13980
|
-
xl?: "
|
|
13981
|
-
xxl?: "
|
|
13975
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13976
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13977
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13978
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13979
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13980
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13981
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13982
13982
|
};
|
|
13983
13983
|
};
|
|
13984
13984
|
justify: {
|
|
@@ -14918,8 +14918,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14918
14918
|
onClose?: (() => any) | undefined;
|
|
14919
14919
|
onConfirm?: (() => any) | undefined;
|
|
14920
14920
|
}, {
|
|
14921
|
-
readonly value: Record<string, any>;
|
|
14922
14921
|
readonly filterColumns: any[];
|
|
14922
|
+
readonly value: Record<string, any>;
|
|
14923
14923
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14924
14924
|
layout: import("vue-types").VueTypeDef<string>;
|
|
14925
14925
|
labelCol: {
|
|
@@ -16049,9 +16049,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16049
16049
|
}, boolean>;
|
|
16050
16050
|
}, {
|
|
16051
16051
|
props: import("@vue/shared").LooseRequired<{
|
|
16052
|
-
readonly value: Record<string, any>;
|
|
16053
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
16054
16052
|
readonly filterColumns: any[];
|
|
16053
|
+
readonly value: Record<string, any>;
|
|
16055
16054
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
16056
16055
|
layout: import("vue-types").VueTypeDef<string>;
|
|
16057
16056
|
labelCol: {
|
|
@@ -16276,10 +16275,11 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16276
16275
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
16277
16276
|
};
|
|
16278
16277
|
}>>;
|
|
16279
|
-
readonly "
|
|
16278
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
16280
16279
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
16280
|
+
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
16281
16281
|
} & {}>;
|
|
16282
|
-
emits: ((event: "
|
|
16282
|
+
emits: ((event: "change", value: Record<string, any>) => void) & ((event: "update:value", value: Record<string, any>) => void);
|
|
16283
16283
|
bem: {
|
|
16284
16284
|
b: (blockSuffix?: string) => string;
|
|
16285
16285
|
e: (element?: string) => string;
|
|
@@ -17208,12 +17208,11 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17208
17208
|
width: string;
|
|
17209
17209
|
}, boolean>;
|
|
17210
17210
|
}>> & {
|
|
17211
|
-
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
17212
17211
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
17212
|
+
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
17213
17213
|
}, {
|
|
17214
|
-
readonly value: Record<string, any>;
|
|
17215
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
17216
17214
|
readonly filterColumns: any[];
|
|
17215
|
+
readonly value: Record<string, any>;
|
|
17217
17216
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
17218
17217
|
layout: import("vue-types").VueTypeDef<string>;
|
|
17219
17218
|
labelCol: {
|
|
@@ -17438,6 +17437,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17438
17437
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
17439
17438
|
};
|
|
17440
17439
|
}>>;
|
|
17440
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
17441
17441
|
}, {}>>;
|
|
17442
17442
|
export * from './src/advanced-filtering';
|
|
17443
17443
|
declare module 'vue' {
|