ll-plus 2.8.11 → 2.8.13
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/components/advanced-filtering/index.d.ts +718 -718
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +372 -372
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +326 -326
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/es/components/api-component/index.d.ts +8 -8
- package/es/components/api-component/src/api-component.vue.d.ts +8 -8
- package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button.vue.d.ts +6 -6
- package/es/components/cascader/index.d.ts +12 -12
- package/es/components/cascader/src/cascader.vue.d.ts +12 -12
- package/es/components/checkbox/index.d.ts +436 -436
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- package/es/components/color-picker/index.d.ts +4 -4
- package/es/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/es/components/color-picker/src/config/color-picker.d.ts +1 -1
- package/es/components/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/date-picker/index.d.ts +41 -41
- package/es/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/es/components/date-range/index.d.ts +5 -5
- package/es/components/date-range/src/date-range.vue.d.ts +5 -5
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +29 -29
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +29 -29
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/dropdown-button-simple/index.d.ts +13 -13
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/es/components/easy-cron/index.d.ts +178 -178
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/es/components/form/index.d.ts +306 -306
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +305 -305
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +47 -47
- package/es/components/input/src/input.vue.d.ts +47 -47
- package/es/components/input-number/index.d.ts +13 -13
- package/es/components/input-number/src/input-number.vue.d.ts +13 -13
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +492 -492
- package/es/components/key-value/src/key-value.vue.d.ts +1476 -1476
- package/es/components/modal/index.d.ts +29 -29
- package/es/components/modal/src/modal.vue.d.ts +29 -29
- package/es/components/new-drawer/index.d.ts +7 -7
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/new-modal/index.d.ts +34 -34
- package/es/components/new-modal/src/modal.vue.d.ts +34 -34
- package/es/components/number-range/index.d.ts +13 -13
- package/es/components/number-range/src/number-range.vue.d.ts +13 -13
- package/es/components/radio/index.d.ts +10 -10
- package/es/components/radio/src/radio-group.vue.d.ts +5 -5
- package/es/components/radio/src/radio.vue.d.ts +5 -5
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +15 -15
- package/es/components/select/src/select.vue.d.ts +15 -15
- package/es/components/select-group/index.d.ts +6 -6
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +6 -6
- package/es/components/steps/index.d.ts +11 -11
- package/es/components/steps/src/steps.vue.d.ts +11 -11
- package/es/components/switch/index.d.ts +4 -4
- package/es/components/switch/src/switch.vue.d.ts +4 -4
- package/es/components/table/index.d.ts +12 -12
- package/es/components/table/src/components/main-table.vue.d.ts +4 -4
- package/es/components/table/src/config/table.d.ts +4 -4
- package/es/components/table/src/table.vue.d.ts +12 -12
- package/es/components/textarea/index.d.ts +7 -7
- package/es/components/textarea/src/textarea.vue.d.ts +7 -7
- 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-search/index.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/packages/components/tooltip/src/tooltip.vue2.mjs +10 -8
- package/es/packages/components/tooltip/src/tooltip.vue2.mjs.map +1 -1
- package/index.full.js +9 -7
- package/index.full.min.js +19 -19
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +16 -16
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +9 -7
- package/lib/components/advanced-filtering/index.d.ts +718 -718
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +372 -372
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +326 -326
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/lib/components/api-component/index.d.ts +8 -8
- package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
- package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button.vue.d.ts +6 -6
- package/lib/components/cascader/index.d.ts +12 -12
- package/lib/components/cascader/src/cascader.vue.d.ts +12 -12
- package/lib/components/checkbox/index.d.ts +436 -436
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- package/lib/components/color-picker/index.d.ts +4 -4
- package/lib/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/lib/components/color-picker/src/config/color-picker.d.ts +1 -1
- package/lib/components/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/date-picker/index.d.ts +41 -41
- package/lib/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/lib/components/date-range/index.d.ts +5 -5
- package/lib/components/date-range/src/date-range.vue.d.ts +5 -5
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +29 -29
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +29 -29
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/dropdown-button-simple/index.d.ts +13 -13
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/lib/components/easy-cron/index.d.ts +178 -178
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/lib/components/form/index.d.ts +306 -306
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +305 -305
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +47 -47
- package/lib/components/input/src/input.vue.d.ts +47 -47
- package/lib/components/input-number/index.d.ts +13 -13
- package/lib/components/input-number/src/input-number.vue.d.ts +13 -13
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +492 -492
- package/lib/components/key-value/src/key-value.vue.d.ts +1476 -1476
- package/lib/components/modal/index.d.ts +29 -29
- package/lib/components/modal/src/modal.vue.d.ts +29 -29
- package/lib/components/new-drawer/index.d.ts +7 -7
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/new-modal/index.d.ts +34 -34
- package/lib/components/new-modal/src/modal.vue.d.ts +34 -34
- package/lib/components/number-range/index.d.ts +13 -13
- package/lib/components/number-range/src/number-range.vue.d.ts +13 -13
- package/lib/components/radio/index.d.ts +10 -10
- package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
- package/lib/components/radio/src/radio.vue.d.ts +5 -5
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +15 -15
- package/lib/components/select/src/select.vue.d.ts +15 -15
- package/lib/components/select-group/index.d.ts +6 -6
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +6 -6
- package/lib/components/steps/index.d.ts +11 -11
- package/lib/components/steps/src/steps.vue.d.ts +11 -11
- package/lib/components/switch/index.d.ts +4 -4
- package/lib/components/switch/src/switch.vue.d.ts +4 -4
- package/lib/components/table/index.d.ts +12 -12
- package/lib/components/table/src/components/main-table.vue.d.ts +4 -4
- package/lib/components/table/src/config/table.d.ts +4 -4
- package/lib/components/table/src/table.vue.d.ts +12 -12
- package/lib/components/textarea/index.d.ts +7 -7
- package/lib/components/textarea/src/textarea.vue.d.ts +7 -7
- 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-search/index.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/packages/components/tooltip/src/tooltip.vue2.js +9 -7
- package/lib/packages/components/tooltip/src/tooltip.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +1 -1
- package/theme-chalk/css/api-component.css +1 -1
- package/theme-chalk/css/button.css +1 -1
- package/theme-chalk/css/cascader.css +1 -1
- package/theme-chalk/css/checkbox.css +1 -1
- package/theme-chalk/css/code-editor.css +1 -1
- package/theme-chalk/css/color-picker.css +1 -1
- package/theme-chalk/css/cropper.css +1 -1
- package/theme-chalk/css/descriptions.css +1 -1
- package/theme-chalk/css/drawer.css +1 -1
- package/theme-chalk/css/dropdown-button-simple.css +2 -2
- package/theme-chalk/css/dropdown.css +1 -1
- package/theme-chalk/css/easy-cron.css +1 -1
- package/theme-chalk/css/form.css +1 -1
- package/theme-chalk/css/index.css +3 -3
- package/theme-chalk/css/input-number.css +1 -1
- package/theme-chalk/css/input.css +1 -1
- package/theme-chalk/css/key-value.css +1 -1
- package/theme-chalk/css/markdown-editor.css +1 -1
- package/theme-chalk/css/modal.css +1 -1
- package/theme-chalk/css/new-drawer.css +1 -1
- package/theme-chalk/css/new-modal.css +1 -1
- package/theme-chalk/css/number-range.css +1 -1
- package/theme-chalk/css/rich-text-editor.css +1 -1
- package/theme-chalk/css/segmented.css +1 -1
- package/theme-chalk/css/switch.css +1 -1
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/css/tabs-simple.css +1 -1
- package/theme-chalk/css/tag-group.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +718 -718
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +372 -372
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +326 -326
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/types/packages/components/api-component/index.d.ts +8 -8
- package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +6 -6
- package/types/packages/components/button/src/button.vue.d.ts +6 -6
- package/types/packages/components/cascader/index.d.ts +12 -12
- package/types/packages/components/cascader/src/cascader.vue.d.ts +12 -12
- package/types/packages/components/checkbox/index.d.ts +436 -436
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- package/types/packages/components/color-picker/index.d.ts +4 -4
- package/types/packages/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/types/packages/components/color-picker/src/config/color-picker.d.ts +1 -1
- package/types/packages/components/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/date-picker/index.d.ts +41 -41
- package/types/packages/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/types/packages/components/date-range/index.d.ts +5 -5
- package/types/packages/components/date-range/src/date-range.vue.d.ts +5 -5
- package/types/packages/components/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +29 -29
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +29 -29
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/types/packages/components/easy-cron/index.d.ts +178 -178
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/types/packages/components/form/index.d.ts +306 -306
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +305 -305
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +47 -47
- package/types/packages/components/input/src/input.vue.d.ts +47 -47
- package/types/packages/components/input-number/index.d.ts +13 -13
- package/types/packages/components/input-number/src/input-number.vue.d.ts +13 -13
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +492 -492
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1476 -1476
- package/types/packages/components/modal/index.d.ts +29 -29
- package/types/packages/components/modal/src/modal.vue.d.ts +29 -29
- package/types/packages/components/new-drawer/index.d.ts +7 -7
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/types/packages/components/new-modal/index.d.ts +34 -34
- package/types/packages/components/new-modal/src/modal.vue.d.ts +34 -34
- package/types/packages/components/number-range/index.d.ts +13 -13
- package/types/packages/components/number-range/src/number-range.vue.d.ts +13 -13
- package/types/packages/components/radio/index.d.ts +10 -10
- package/types/packages/components/radio/src/radio-group.vue.d.ts +5 -5
- package/types/packages/components/radio/src/radio.vue.d.ts +5 -5
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +15 -15
- package/types/packages/components/select/src/select.vue.d.ts +15 -15
- package/types/packages/components/select-group/index.d.ts +6 -6
- package/types/packages/components/select-group/src/select-group.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +6 -6
- package/types/packages/components/steps/index.d.ts +11 -11
- package/types/packages/components/steps/src/steps.vue.d.ts +11 -11
- package/types/packages/components/switch/index.d.ts +4 -4
- package/types/packages/components/switch/src/switch.vue.d.ts +4 -4
- package/types/packages/components/table/index.d.ts +12 -12
- package/types/packages/components/table/src/components/main-table.vue.d.ts +4 -4
- package/types/packages/components/table/src/config/table.d.ts +4 -4
- package/types/packages/components/table/src/table.vue.d.ts +12 -12
- package/types/packages/components/textarea/index.d.ts +7 -7
- package/types/packages/components/textarea/src/textarea.vue.d.ts +7 -7
- 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-search/index.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
|
@@ -199,8 +199,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
default: string | string[];
|
|
200
200
|
};
|
|
201
201
|
size: {
|
|
202
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
203
|
-
default: import("ant-design-vue/es/
|
|
202
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
203
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
204
204
|
};
|
|
205
205
|
disabled: {
|
|
206
206
|
type: BooleanConstructor;
|
|
@@ -422,8 +422,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
422
422
|
default: string | string[];
|
|
423
423
|
};
|
|
424
424
|
size: {
|
|
425
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
426
|
-
default: import("ant-design-vue/es/
|
|
425
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
426
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
427
427
|
};
|
|
428
428
|
disabled: {
|
|
429
429
|
type: BooleanConstructor;
|
|
@@ -645,8 +645,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
645
645
|
default: string | string[];
|
|
646
646
|
};
|
|
647
647
|
size: {
|
|
648
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
649
|
-
default: import("ant-design-vue/es/
|
|
648
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
649
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
650
650
|
};
|
|
651
651
|
disabled: {
|
|
652
652
|
type: BooleanConstructor;
|
|
@@ -868,8 +868,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
868
868
|
default: string | string[];
|
|
869
869
|
};
|
|
870
870
|
size: {
|
|
871
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
872
|
-
default: import("ant-design-vue/es/
|
|
871
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
872
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
873
873
|
};
|
|
874
874
|
disabled: {
|
|
875
875
|
type: BooleanConstructor;
|
|
@@ -1101,8 +1101,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1101
1101
|
default: string | string[];
|
|
1102
1102
|
};
|
|
1103
1103
|
size: {
|
|
1104
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1105
|
-
default: import("ant-design-vue/es/
|
|
1104
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1105
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
1106
1106
|
};
|
|
1107
1107
|
disabled: {
|
|
1108
1108
|
type: BooleanConstructor;
|
|
@@ -1355,8 +1355,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1355
1355
|
default: string | string[];
|
|
1356
1356
|
};
|
|
1357
1357
|
size: {
|
|
1358
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1359
|
-
default: import("ant-design-vue/es/
|
|
1358
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1359
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
1360
1360
|
};
|
|
1361
1361
|
disabled: {
|
|
1362
1362
|
type: BooleanConstructor;
|
|
@@ -1578,8 +1578,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1578
1578
|
default: string | string[];
|
|
1579
1579
|
};
|
|
1580
1580
|
size: {
|
|
1581
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1582
|
-
default: import("ant-design-vue/es/
|
|
1581
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1582
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
1583
1583
|
};
|
|
1584
1584
|
disabled: {
|
|
1585
1585
|
type: BooleanConstructor;
|
|
@@ -1801,8 +1801,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1801
1801
|
default: string | string[];
|
|
1802
1802
|
};
|
|
1803
1803
|
size: {
|
|
1804
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1805
|
-
default: import("ant-design-vue/es/
|
|
1804
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1805
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
1806
1806
|
};
|
|
1807
1807
|
disabled: {
|
|
1808
1808
|
type: BooleanConstructor;
|
|
@@ -2024,8 +2024,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2024
2024
|
default: string | string[];
|
|
2025
2025
|
};
|
|
2026
2026
|
size: {
|
|
2027
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2028
|
-
default: import("ant-design-vue/es/
|
|
2027
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2028
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
2029
2029
|
};
|
|
2030
2030
|
disabled: {
|
|
2031
2031
|
type: BooleanConstructor;
|
|
@@ -2259,8 +2259,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2259
2259
|
default: string | string[];
|
|
2260
2260
|
};
|
|
2261
2261
|
size: {
|
|
2262
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2263
|
-
default: import("ant-design-vue/es/
|
|
2262
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2263
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
2264
2264
|
};
|
|
2265
2265
|
disabled: {
|
|
2266
2266
|
type: BooleanConstructor;
|
|
@@ -282,8 +282,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
282
282
|
is: (name?: string) => string;
|
|
283
283
|
};
|
|
284
284
|
props: import("@vue/shared").LooseRequired<{
|
|
285
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
286
285
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
286
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
287
287
|
readonly options: import("./src/config").IParamsOption[];
|
|
288
288
|
} & {}>;
|
|
289
289
|
disabled: unknown;
|
|
@@ -296,8 +296,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
296
296
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
297
297
|
}, {
|
|
298
298
|
props: import("@vue/shared").LooseRequired<{
|
|
299
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
300
299
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
300
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
301
301
|
readonly options: import("./src/config").IParamsOption[];
|
|
302
302
|
readonly data: import("./src/config").IParamsData;
|
|
303
303
|
} & {}>;
|
|
@@ -441,8 +441,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
441
441
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData) | ((new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
442
442
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
443
443
|
}>>, {
|
|
444
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
445
444
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
445
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
446
446
|
readonly options: import("./src/config").IParamsOption[];
|
|
447
447
|
readonly data: import("./src/config").IParamsData;
|
|
448
448
|
}, {}>;
|
|
@@ -451,8 +451,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
451
451
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]) | ((new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
452
452
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
453
453
|
}>>, {
|
|
454
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
455
454
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
455
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
456
456
|
readonly options: import("./src/config").IParamsOption[];
|
|
457
457
|
}, {}>;
|
|
458
458
|
BodyComponent: import("vue").DefineComponent<{
|
|
@@ -626,8 +626,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
626
626
|
is: (name?: string) => string;
|
|
627
627
|
};
|
|
628
628
|
props: import("@vue/shared").LooseRequired<{
|
|
629
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
630
629
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
630
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
631
631
|
readonly options: import("./src/config").IParamsOption[];
|
|
632
632
|
} & {}>;
|
|
633
633
|
disabled: unknown;
|
|
@@ -640,8 +640,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
640
640
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
641
641
|
}, {
|
|
642
642
|
props: import("@vue/shared").LooseRequired<{
|
|
643
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
644
643
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
644
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
645
645
|
readonly options: import("./src/config").IParamsOption[];
|
|
646
646
|
readonly data: import("./src/config").IParamsData;
|
|
647
647
|
} & {}>;
|
|
@@ -785,8 +785,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
785
785
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData) | ((new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
786
786
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
787
787
|
}>>, {
|
|
788
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
789
788
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
789
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
790
790
|
readonly options: import("./src/config").IParamsOption[];
|
|
791
791
|
readonly data: import("./src/config").IParamsData;
|
|
792
792
|
}, {}>;
|
|
@@ -795,8 +795,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
795
795
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]) | ((new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
796
796
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
797
797
|
}>>, {
|
|
798
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
799
798
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
799
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
800
800
|
readonly options: import("./src/config").IParamsOption[];
|
|
801
801
|
}, {}>;
|
|
802
802
|
readonly formdataTableColumns: ({
|
|
@@ -282,8 +282,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
282
282
|
is: (name?: string) => string;
|
|
283
283
|
};
|
|
284
284
|
props: import("@vue/shared").LooseRequired<{
|
|
285
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
286
285
|
readonly dataSource: import("./config").IParamsData[];
|
|
286
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
287
287
|
readonly options: import("./config").IParamsOption[];
|
|
288
288
|
} & {}>;
|
|
289
289
|
disabled: unknown;
|
|
@@ -296,8 +296,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
296
|
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>;
|
|
297
297
|
}, {
|
|
298
298
|
props: import("@vue/shared").LooseRequired<{
|
|
299
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
300
299
|
readonly dataSource: import("./config").IParamsData[];
|
|
300
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
301
301
|
readonly options: import("./config").IParamsOption[];
|
|
302
302
|
readonly data: import("./config").IParamsData;
|
|
303
303
|
} & {}>;
|
|
@@ -441,8 +441,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
441
441
|
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>;
|
|
442
442
|
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>;
|
|
443
443
|
}>>, {
|
|
444
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
445
444
|
readonly dataSource: import("./config").IParamsData[];
|
|
445
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
446
446
|
readonly options: import("./config").IParamsOption[];
|
|
447
447
|
readonly data: import("./config").IParamsData;
|
|
448
448
|
}, {}>;
|
|
@@ -451,8 +451,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
451
451
|
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>;
|
|
452
452
|
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>;
|
|
453
453
|
}>>, {
|
|
454
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
455
454
|
readonly dataSource: import("./config").IParamsData[];
|
|
455
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
456
456
|
readonly options: import("./config").IParamsOption[];
|
|
457
457
|
}, {}>;
|
|
458
458
|
BodyComponent: import("vue").DefineComponent<{
|
|
@@ -626,8 +626,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
626
626
|
is: (name?: string) => string;
|
|
627
627
|
};
|
|
628
628
|
props: import("@vue/shared").LooseRequired<{
|
|
629
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
630
629
|
readonly dataSource: import("./config").IParamsData[];
|
|
630
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
631
631
|
readonly options: import("./config").IParamsOption[];
|
|
632
632
|
} & {}>;
|
|
633
633
|
disabled: unknown;
|
|
@@ -640,8 +640,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
640
640
|
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>;
|
|
641
641
|
}, {
|
|
642
642
|
props: import("@vue/shared").LooseRequired<{
|
|
643
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
644
643
|
readonly dataSource: import("./config").IParamsData[];
|
|
644
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
645
645
|
readonly options: import("./config").IParamsOption[];
|
|
646
646
|
readonly data: import("./config").IParamsData;
|
|
647
647
|
} & {}>;
|
|
@@ -785,8 +785,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
785
785
|
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>;
|
|
786
786
|
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>;
|
|
787
787
|
}>>, {
|
|
788
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
789
788
|
readonly dataSource: import("./config").IParamsData[];
|
|
789
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
790
790
|
readonly options: import("./config").IParamsOption[];
|
|
791
791
|
readonly data: import("./config").IParamsData;
|
|
792
792
|
}, {}>;
|
|
@@ -795,8 +795,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
795
795
|
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>;
|
|
796
796
|
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>;
|
|
797
797
|
}>>, {
|
|
798
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
799
798
|
readonly dataSource: import("./config").IParamsData[];
|
|
799
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
800
800
|
readonly options: import("./config").IParamsOption[];
|
|
801
801
|
}, {}>;
|
|
802
802
|
readonly formdataTableColumns: ({
|
|
@@ -169,8 +169,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
169
|
is: (name?: string) => string;
|
|
170
170
|
};
|
|
171
171
|
props: import("@vue/shared").LooseRequired<{
|
|
172
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
173
172
|
readonly dataSource: import("../config").IParamsData[];
|
|
173
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
174
174
|
readonly options: import("../config").IParamsOption[];
|
|
175
175
|
} & {}>;
|
|
176
176
|
disabled: unknown;
|
|
@@ -183,8 +183,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
183
|
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>;
|
|
184
184
|
}, {
|
|
185
185
|
props: import("@vue/shared").LooseRequired<{
|
|
186
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
187
186
|
readonly dataSource: import("../config").IParamsData[];
|
|
187
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
188
188
|
readonly options: import("../config").IParamsOption[];
|
|
189
189
|
readonly data: import("../config").IParamsData;
|
|
190
190
|
} & {}>;
|
|
@@ -328,8 +328,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
328
328
|
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>;
|
|
329
329
|
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>;
|
|
330
330
|
}>>, {
|
|
331
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
332
331
|
readonly dataSource: import("../config").IParamsData[];
|
|
332
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
333
333
|
readonly options: import("../config").IParamsOption[];
|
|
334
334
|
readonly data: import("../config").IParamsData;
|
|
335
335
|
}, {}>;
|
|
@@ -338,8 +338,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
338
338
|
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>;
|
|
339
339
|
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>;
|
|
340
340
|
}>>, {
|
|
341
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
342
341
|
readonly dataSource: import("../config").IParamsData[];
|
|
342
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
343
343
|
readonly options: import("../config").IParamsOption[];
|
|
344
344
|
}, {}>;
|
|
345
345
|
readonly formdataTableColumns: ({
|
|
@@ -5,8 +5,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
6
6
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
9
8
|
readonly dataSource: import("../config").IParamsData[];
|
|
9
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
10
10
|
readonly options: import("../config").IParamsOption[];
|
|
11
11
|
readonly data: import("../config").IParamsData;
|
|
12
12
|
} & {}>;
|
|
@@ -150,8 +150,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
150
|
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>;
|
|
151
151
|
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>;
|
|
152
152
|
}>>, {
|
|
153
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
154
153
|
readonly dataSource: import("../config").IParamsData[];
|
|
154
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
155
155
|
readonly options: import("../config").IParamsOption[];
|
|
156
156
|
readonly data: import("../config").IParamsData;
|
|
157
157
|
}, {}>;
|
|
@@ -14,8 +14,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
is: (name?: string) => string;
|
|
15
15
|
};
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
18
17
|
readonly dataSource: import("../config").IParamsData[];
|
|
18
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
19
19
|
readonly options: import("../config").IParamsOption[];
|
|
20
20
|
} & {}>;
|
|
21
21
|
disabled: unknown;
|
|
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
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>;
|
|
29
29
|
}, {
|
|
30
30
|
props: import("@vue/shared").LooseRequired<{
|
|
31
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
32
31
|
readonly dataSource: import("../config").IParamsData[];
|
|
32
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
33
33
|
readonly options: import("../config").IParamsOption[];
|
|
34
34
|
readonly data: import("../config").IParamsData;
|
|
35
35
|
} & {}>;
|
|
@@ -173,8 +173,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
173
|
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>;
|
|
174
174
|
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>;
|
|
175
175
|
}>>, {
|
|
176
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
177
176
|
readonly dataSource: import("../config").IParamsData[];
|
|
177
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
178
178
|
readonly options: import("../config").IParamsOption[];
|
|
179
179
|
readonly data: import("../config").IParamsData;
|
|
180
180
|
}, {}>;
|
|
@@ -183,8 +183,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
183
|
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>;
|
|
184
184
|
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>;
|
|
185
185
|
}>>, {
|
|
186
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
187
186
|
readonly dataSource: import("../config").IParamsData[];
|
|
187
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
188
188
|
readonly options: import("../config").IParamsOption[];
|
|
189
189
|
}, {}>;
|
|
190
190
|
export default _default;
|
|
@@ -25,7 +25,7 @@ export declare const LlBreadcrumbCard: import("ll-plus/es/utils").SFCWithInstall
|
|
|
25
25
|
readonly onClose?: ((bool: boolean) => any) | undefined;
|
|
26
26
|
} & {}>;
|
|
27
27
|
emits: ((event: "close", bool: boolean) => void) & ((event: "update:visible", bool: boolean) => void);
|
|
28
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
28
|
+
scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
|
|
29
29
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
30
30
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
31
31
|
breadcrumbCardRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
readonly onClose?: ((bool: boolean) => any) | undefined;
|
|
25
25
|
} & {}>;
|
|
26
26
|
emits: ((event: "close", bool: boolean) => void) & ((event: "update:visible", bool: boolean) => void);
|
|
27
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
27
|
+
scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
|
|
28
28
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
29
29
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
30
30
|
breadcrumbCardRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -64,7 +64,7 @@ export declare const LlButton: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
64
64
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
65
65
|
};
|
|
66
66
|
size: {
|
|
67
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
67
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
68
68
|
};
|
|
69
69
|
loading: {
|
|
70
70
|
type: import("vue").PropType<boolean | {
|
|
@@ -111,7 +111,7 @@ export declare const LlButton: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
111
111
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
112
112
|
};
|
|
113
113
|
size: {
|
|
114
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
114
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
115
115
|
};
|
|
116
116
|
loading: {
|
|
117
117
|
type: import("vue").PropType<boolean | {
|
|
@@ -177,7 +177,7 @@ export declare const LlButton: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
177
177
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
178
178
|
};
|
|
179
179
|
size: {
|
|
180
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
180
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
181
181
|
};
|
|
182
182
|
loading: {
|
|
183
183
|
type: import("vue").PropType<boolean | {
|
|
@@ -237,7 +237,7 @@ export declare const LlButton: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
237
237
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
238
238
|
};
|
|
239
239
|
size: {
|
|
240
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
240
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
241
241
|
};
|
|
242
242
|
loading: {
|
|
243
243
|
type: import("vue").PropType<boolean | {
|
|
@@ -289,12 +289,12 @@ export declare const LlButton: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
289
289
|
readonly Group: import("vue").DefineComponent<{
|
|
290
290
|
prefixCls: StringConstructor;
|
|
291
291
|
size: {
|
|
292
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
292
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
293
293
|
};
|
|
294
294
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
295
295
|
prefixCls: StringConstructor;
|
|
296
296
|
size: {
|
|
297
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
297
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
298
298
|
};
|
|
299
299
|
}>>, {}, {}>;
|
|
300
300
|
};
|
|
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
63
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
64
64
|
};
|
|
65
65
|
size: {
|
|
66
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
66
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
67
67
|
};
|
|
68
68
|
loading: {
|
|
69
69
|
type: import("vue").PropType<boolean | {
|
|
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
111
111
|
};
|
|
112
112
|
size: {
|
|
113
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
113
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
114
114
|
};
|
|
115
115
|
loading: {
|
|
116
116
|
type: import("vue").PropType<boolean | {
|
|
@@ -176,7 +176,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
176
176
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
177
177
|
};
|
|
178
178
|
size: {
|
|
179
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
179
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
180
180
|
};
|
|
181
181
|
loading: {
|
|
182
182
|
type: import("vue").PropType<boolean | {
|
|
@@ -236,7 +236,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
236
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
237
237
|
};
|
|
238
238
|
size: {
|
|
239
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
239
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
240
240
|
};
|
|
241
241
|
loading: {
|
|
242
242
|
type: import("vue").PropType<boolean | {
|
|
@@ -288,12 +288,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
288
288
|
readonly Group: import("vue").DefineComponent<{
|
|
289
289
|
prefixCls: StringConstructor;
|
|
290
290
|
size: {
|
|
291
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
291
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
292
292
|
};
|
|
293
293
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
294
294
|
prefixCls: StringConstructor;
|
|
295
295
|
size: {
|
|
296
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
296
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
297
297
|
};
|
|
298
298
|
}>>, {}, {}>;
|
|
299
299
|
};
|
|
@@ -19,7 +19,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: any;
|
|
21
21
|
};
|
|
22
|
-
size: import("vue").PropType<import("ant-design-vue/es/
|
|
22
|
+
size: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
23
23
|
bordered: {
|
|
24
24
|
type: BooleanConstructor;
|
|
25
25
|
default: any;
|
|
@@ -77,7 +77,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
77
77
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
78
78
|
};
|
|
79
79
|
showAction: {
|
|
80
|
-
type: import("vue").PropType<("
|
|
80
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
81
81
|
};
|
|
82
82
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
83
83
|
popupStyle: {
|
|
@@ -165,7 +165,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
165
165
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
166
166
|
default: string;
|
|
167
167
|
};
|
|
168
|
-
expandTrigger: import("vue").PropType<"
|
|
168
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
169
169
|
dropdownPrefixCls: StringConstructor;
|
|
170
170
|
dropdownMenuColumnStyle: {
|
|
171
171
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -177,7 +177,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
177
177
|
type: BooleanConstructor;
|
|
178
178
|
default: any;
|
|
179
179
|
};
|
|
180
|
-
size: import("vue").PropType<import("ant-design-vue/es/
|
|
180
|
+
size: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
181
181
|
bordered: {
|
|
182
182
|
type: BooleanConstructor;
|
|
183
183
|
default: any;
|
|
@@ -235,7 +235,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
235
235
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
236
236
|
};
|
|
237
237
|
showAction: {
|
|
238
|
-
type: import("vue").PropType<("
|
|
238
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
239
239
|
};
|
|
240
240
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
241
241
|
popupStyle: {
|
|
@@ -323,7 +323,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
323
323
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
|
-
expandTrigger: import("vue").PropType<"
|
|
326
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
327
327
|
dropdownPrefixCls: StringConstructor;
|
|
328
328
|
dropdownMenuColumnStyle: {
|
|
329
329
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -361,7 +361,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
361
361
|
type: BooleanConstructor;
|
|
362
362
|
default: any;
|
|
363
363
|
};
|
|
364
|
-
size: import("vue").PropType<import("ant-design-vue/es/
|
|
364
|
+
size: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
365
365
|
bordered: {
|
|
366
366
|
type: BooleanConstructor;
|
|
367
367
|
default: any;
|
|
@@ -419,7 +419,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
419
419
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
420
420
|
};
|
|
421
421
|
showAction: {
|
|
422
|
-
type: import("vue").PropType<("
|
|
422
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
423
423
|
};
|
|
424
424
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
425
425
|
popupStyle: {
|
|
@@ -507,7 +507,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
507
507
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
508
508
|
default: string;
|
|
509
509
|
};
|
|
510
|
-
expandTrigger: import("vue").PropType<"
|
|
510
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
511
511
|
dropdownPrefixCls: StringConstructor;
|
|
512
512
|
dropdownMenuColumnStyle: {
|
|
513
513
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -542,7 +542,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
542
542
|
type: BooleanConstructor;
|
|
543
543
|
default: any;
|
|
544
544
|
};
|
|
545
|
-
size: import("vue").PropType<import("ant-design-vue/es/
|
|
545
|
+
size: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
546
546
|
bordered: {
|
|
547
547
|
type: BooleanConstructor;
|
|
548
548
|
default: any;
|
|
@@ -600,7 +600,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
600
600
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
601
601
|
};
|
|
602
602
|
showAction: {
|
|
603
|
-
type: import("vue").PropType<("
|
|
603
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
604
604
|
};
|
|
605
605
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
606
606
|
popupStyle: {
|
|
@@ -688,7 +688,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
688
688
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
689
689
|
default: string;
|
|
690
690
|
};
|
|
691
|
-
expandTrigger: import("vue").PropType<"
|
|
691
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
692
692
|
dropdownPrefixCls: StringConstructor;
|
|
693
693
|
dropdownMenuColumnStyle: {
|
|
694
694
|
type: import("vue").PropType<import("vue").CSSProperties>;
|