ll-plus 2.13.13 → 2.13.14
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 +702 -702
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- 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-group.vue.d.ts +6 -6
- package/es/components/checkbox/index.d.ts +280 -280
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +6 -6
- package/es/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/es/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/es/components/dropdown-button-simple/index.d.ts +14 -14
- 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 +14 -14
- package/es/components/empty/index.d.ts +2 -2
- package/es/components/empty/src/empty.vue.d.ts +2 -2
- package/es/components/form/index.d.ts +301 -301
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +301 -301
- package/es/components/icon-base/index.d.ts +8 -8
- package/es/components/icon-base/src/icon-base.d.ts +4 -4
- package/es/components/icon-base/src/icon-base.vue.d.ts +8 -8
- 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/image/index.d.ts +6 -6
- package/es/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/es/components/image/src/image.vue.d.ts +3 -3
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/input-number/src/input-number.vue.d.ts +2 -2
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/es/components/new-drawer/index.d.ts +2 -2
- package/es/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/new-modal/index.d.ts +5 -5
- package/es/components/new-modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +2 -2
- package/es/components/number-range/src/number-range.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +20 -20
- package/es/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/es/components/qrcode/index.d.ts +4 -4
- package/es/components/qrcode/src/qrcode.d.ts +1 -1
- package/es/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +280 -280
- package/es/components/radio/src/radio-group.vue.d.ts +280 -280
- package/es/components/radio/src/radio.d.ts +112 -112
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- 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/tabs/index.d.ts +1 -1
- package/es/components/tabs/src/tabs.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +6 -6
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/es/components/upload-image/index.d.ts +6 -6
- package/es/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/es/components/watermark/index.d.ts +6 -6
- package/es/components/watermark/src/watermark.vue.d.ts +6 -6
- package/lib/components/advanced-filtering/index.d.ts +702 -702
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- 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-group.vue.d.ts +6 -6
- package/lib/components/checkbox/index.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +6 -6
- package/lib/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/lib/components/dropdown-button-simple/index.d.ts +14 -14
- 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 +14 -14
- package/lib/components/empty/index.d.ts +2 -2
- package/lib/components/empty/src/empty.vue.d.ts +2 -2
- package/lib/components/form/index.d.ts +301 -301
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +301 -301
- package/lib/components/icon-base/index.d.ts +8 -8
- package/lib/components/icon-base/src/icon-base.d.ts +4 -4
- package/lib/components/icon-base/src/icon-base.vue.d.ts +8 -8
- 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/image/index.d.ts +6 -6
- package/lib/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/lib/components/image/src/image.vue.d.ts +3 -3
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/lib/components/new-drawer/index.d.ts +2 -2
- package/lib/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/new-modal/index.d.ts +5 -5
- package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +2 -2
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +20 -20
- package/lib/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/lib/components/qrcode/index.d.ts +4 -4
- package/lib/components/qrcode/src/qrcode.d.ts +1 -1
- package/lib/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +280 -280
- package/lib/components/radio/src/radio-group.vue.d.ts +280 -280
- package/lib/components/radio/src/radio.d.ts +112 -112
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- 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/tabs/index.d.ts +1 -1
- package/lib/components/tabs/src/tabs.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +6 -6
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/lib/components/upload-image/index.d.ts +6 -6
- package/lib/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/lib/components/watermark/index.d.ts +6 -6
- package/lib/components/watermark/src/watermark.vue.d.ts +6 -6
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +702 -702
- 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 +361 -361
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- 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-group.vue.d.ts +6 -6
- package/types/packages/components/checkbox/index.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +6 -6
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/types/packages/components/dropdown-button-simple/index.d.ts +14 -14
- 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 +14 -14
- package/types/packages/components/empty/index.d.ts +2 -2
- package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
- package/types/packages/components/form/index.d.ts +301 -301
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +301 -301
- package/types/packages/components/icon-base/index.d.ts +8 -8
- package/types/packages/components/icon-base/src/icon-base.d.ts +4 -4
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +8 -8
- 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/image/index.d.ts +6 -6
- package/types/packages/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/types/packages/components/image/src/image.vue.d.ts +3 -3
- package/types/packages/components/input-number/index.d.ts +2 -2
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/types/packages/components/new-drawer/index.d.ts +2 -2
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/types/packages/components/new-modal/index.d.ts +5 -5
- package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +2 -2
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +20 -20
- package/types/packages/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/types/packages/components/qrcode/index.d.ts +4 -4
- package/types/packages/components/qrcode/src/qrcode.d.ts +1 -1
- package/types/packages/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/types/packages/components/radio/index.d.ts +280 -280
- package/types/packages/components/radio/src/radio-group.vue.d.ts +280 -280
- package/types/packages/components/radio/src/radio.d.ts +112 -112
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- 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/tabs/index.d.ts +1 -1
- package/types/packages/components/tabs/src/tabs.vue.d.ts +1 -1
- package/types/packages/components/tooltip/index.d.ts +6 -6
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/types/packages/components/upload-image/index.d.ts +6 -6
- package/types/packages/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/types/packages/components/watermark/index.d.ts +6 -6
- package/types/packages/components/watermark/src/watermark.vue.d.ts +6 -6
|
@@ -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/button").ButtonSize>;
|
|
203
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
426
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
649
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
872
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
1105
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
1359
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
1582
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
1805
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
2028
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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/button").ButtonSize>;
|
|
2263
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
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 dataSource: import("./src/config").IParamsData[];
|
|
286
285
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
286
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
287
287
|
readonly options: import("./src/config").IParamsOption[];
|
|
288
288
|
} & {}>;
|
|
289
289
|
disabled: unknown;
|
|
@@ -297,8 +297,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
297
297
|
}, {
|
|
298
298
|
props: import("@vue/shared").LooseRequired<{
|
|
299
299
|
readonly data: import("./src/config").IParamsData;
|
|
300
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
301
300
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
301
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
302
302
|
readonly options: import("./src/config").IParamsOption[];
|
|
303
303
|
} & {}>;
|
|
304
304
|
bem: {
|
|
@@ -442,8 +442,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
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
444
|
readonly data: import("./src/config").IParamsData;
|
|
445
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
446
445
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
446
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
447
447
|
readonly options: import("./src/config").IParamsOption[];
|
|
448
448
|
}, {}>;
|
|
449
449
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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 dataSource: import("./src/config").IParamsData[];
|
|
455
454
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
455
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
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 dataSource: import("./src/config").IParamsData[];
|
|
630
629
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
630
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
631
631
|
readonly options: import("./src/config").IParamsOption[];
|
|
632
632
|
} & {}>;
|
|
633
633
|
disabled: unknown;
|
|
@@ -641,8 +641,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
641
641
|
}, {
|
|
642
642
|
props: import("@vue/shared").LooseRequired<{
|
|
643
643
|
readonly data: import("./src/config").IParamsData;
|
|
644
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
645
644
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
645
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
646
646
|
readonly options: import("./src/config").IParamsOption[];
|
|
647
647
|
} & {}>;
|
|
648
648
|
bem: {
|
|
@@ -786,8 +786,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
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
788
|
readonly data: import("./src/config").IParamsData;
|
|
789
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
790
789
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
790
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
791
791
|
readonly options: import("./src/config").IParamsOption[];
|
|
792
792
|
}, {}>;
|
|
793
793
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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 dataSource: import("./src/config").IParamsData[];
|
|
799
798
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
799
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
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 dataSource: import("./config").IParamsData[];
|
|
286
285
|
readonly columns: import("./config").IParamsColumn[];
|
|
286
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
287
287
|
readonly options: import("./config").IParamsOption[];
|
|
288
288
|
} & {}>;
|
|
289
289
|
disabled: unknown;
|
|
@@ -297,8 +297,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
297
297
|
}, {
|
|
298
298
|
props: import("@vue/shared").LooseRequired<{
|
|
299
299
|
readonly data: import("./config").IParamsData;
|
|
300
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
301
300
|
readonly columns: import("./config").IParamsColumn[];
|
|
301
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
302
302
|
readonly options: import("./config").IParamsOption[];
|
|
303
303
|
} & {}>;
|
|
304
304
|
bem: {
|
|
@@ -442,8 +442,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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
444
|
readonly data: import("./config").IParamsData;
|
|
445
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
446
445
|
readonly columns: import("./config").IParamsColumn[];
|
|
446
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
447
447
|
readonly options: import("./config").IParamsOption[];
|
|
448
448
|
}, {}>;
|
|
449
449
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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 dataSource: import("./config").IParamsData[];
|
|
455
454
|
readonly columns: import("./config").IParamsColumn[];
|
|
455
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
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 dataSource: import("./config").IParamsData[];
|
|
630
629
|
readonly columns: import("./config").IParamsColumn[];
|
|
630
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
631
631
|
readonly options: import("./config").IParamsOption[];
|
|
632
632
|
} & {}>;
|
|
633
633
|
disabled: unknown;
|
|
@@ -641,8 +641,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
641
641
|
}, {
|
|
642
642
|
props: import("@vue/shared").LooseRequired<{
|
|
643
643
|
readonly data: import("./config").IParamsData;
|
|
644
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
645
644
|
readonly columns: import("./config").IParamsColumn[];
|
|
645
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
646
646
|
readonly options: import("./config").IParamsOption[];
|
|
647
647
|
} & {}>;
|
|
648
648
|
bem: {
|
|
@@ -786,8 +786,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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
788
|
readonly data: import("./config").IParamsData;
|
|
789
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
790
789
|
readonly columns: import("./config").IParamsColumn[];
|
|
790
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
791
791
|
readonly options: import("./config").IParamsOption[];
|
|
792
792
|
}, {}>;
|
|
793
793
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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 dataSource: import("./config").IParamsData[];
|
|
799
798
|
readonly columns: import("./config").IParamsColumn[];
|
|
799
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
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 dataSource: import("../config").IParamsData[];
|
|
173
172
|
readonly columns: import("../config").IParamsColumn[];
|
|
173
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
174
174
|
readonly options: import("../config").IParamsOption[];
|
|
175
175
|
} & {}>;
|
|
176
176
|
disabled: unknown;
|
|
@@ -184,8 +184,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
184
|
}, {
|
|
185
185
|
props: import("@vue/shared").LooseRequired<{
|
|
186
186
|
readonly data: import("../config").IParamsData;
|
|
187
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
188
187
|
readonly columns: import("../config").IParamsColumn[];
|
|
188
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
189
189
|
readonly options: import("../config").IParamsOption[];
|
|
190
190
|
} & {}>;
|
|
191
191
|
bem: {
|
|
@@ -329,8 +329,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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
331
|
readonly data: import("../config").IParamsData;
|
|
332
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
333
332
|
readonly columns: import("../config").IParamsColumn[];
|
|
333
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
334
334
|
readonly options: import("../config").IParamsOption[];
|
|
335
335
|
}, {}>;
|
|
336
336
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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 dataSource: import("../config").IParamsData[];
|
|
342
341
|
readonly columns: import("../config").IParamsColumn[];
|
|
342
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
343
343
|
readonly options: import("../config").IParamsOption[];
|
|
344
344
|
}, {}>;
|
|
345
345
|
readonly formdataTableColumns: ({
|
|
@@ -6,8 +6,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
8
|
readonly data: import("../config").IParamsData;
|
|
9
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
10
9
|
readonly columns: import("../config").IParamsColumn[];
|
|
10
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
11
11
|
readonly options: import("../config").IParamsOption[];
|
|
12
12
|
} & {}>;
|
|
13
13
|
bem: {
|
|
@@ -151,8 +151,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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
153
|
readonly data: import("../config").IParamsData;
|
|
154
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
155
154
|
readonly columns: import("../config").IParamsColumn[];
|
|
155
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
156
156
|
readonly options: import("../config").IParamsOption[];
|
|
157
157
|
}, {}>;
|
|
158
158
|
export default _default;
|
|
@@ -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 dataSource: import("../config").IParamsData[];
|
|
18
17
|
readonly columns: import("../config").IParamsColumn[];
|
|
18
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
19
19
|
readonly options: import("../config").IParamsOption[];
|
|
20
20
|
} & {}>;
|
|
21
21
|
disabled: unknown;
|
|
@@ -29,8 +29,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
}, {
|
|
30
30
|
props: import("@vue/shared").LooseRequired<{
|
|
31
31
|
readonly data: import("../config").IParamsData;
|
|
32
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
33
32
|
readonly columns: import("../config").IParamsColumn[];
|
|
33
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
34
34
|
readonly options: import("../config").IParamsOption[];
|
|
35
35
|
} & {}>;
|
|
36
36
|
bem: {
|
|
@@ -174,8 +174,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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
176
|
readonly data: import("../config").IParamsData;
|
|
177
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
178
177
|
readonly columns: import("../config").IParamsColumn[];
|
|
178
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
179
179
|
readonly options: import("../config").IParamsOption[];
|
|
180
180
|
}, {}>;
|
|
181
181
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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 dataSource: import("../config").IParamsData[];
|
|
187
186
|
readonly columns: import("../config").IParamsColumn[];
|
|
187
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
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 "onUpdate:visible"?: ((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" | "bottom" | "scrolling") | 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 "onUpdate:visible"?: ((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" | "bottom" | "scrolling") | undefined>;
|
|
28
28
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
29
29
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
30
30
|
breadcrumbCardRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -157,7 +157,7 @@ export declare const LlButtonGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
157
157
|
readonly items: never;
|
|
158
158
|
readonly mode: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "loose" | "compact", unknown, "compact", boolean>;
|
|
159
159
|
readonly maxCount: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
160
|
-
readonly size: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/
|
|
160
|
+
readonly size: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown, import("ant-design-vue/es/button").ButtonSize, boolean>;
|
|
161
161
|
readonly iconSpace: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
162
162
|
readonly moreText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "更多", boolean>;
|
|
163
163
|
readonly moreType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "default", boolean>;
|
|
@@ -182,11 +182,11 @@ export declare const LlButtonGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
182
182
|
};
|
|
183
183
|
props: import("@vue/shared").LooseRequired<{
|
|
184
184
|
readonly mode: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "loose" | "compact", unknown>;
|
|
185
|
-
readonly size: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/
|
|
185
|
+
readonly size: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown>;
|
|
186
186
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
187
|
+
readonly maxCount: number;
|
|
187
188
|
readonly ghost: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
188
189
|
readonly shape: import("ll-plus/es/utils").EpPropMergeType<() => import("./src/button").ShapeType, unknown, unknown>;
|
|
189
|
-
readonly maxCount: number;
|
|
190
190
|
readonly iconSpace: number;
|
|
191
191
|
readonly moreText: string;
|
|
192
192
|
readonly moreType: string;
|
|
@@ -203,7 +203,7 @@ export declare const LlButtonGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
203
203
|
readonly items: never;
|
|
204
204
|
readonly mode: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "loose" | "compact", unknown, "compact", boolean>;
|
|
205
205
|
readonly maxCount: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
206
|
-
readonly size: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/
|
|
206
|
+
readonly size: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown, import("ant-design-vue/es/button").ButtonSize, boolean>;
|
|
207
207
|
readonly iconSpace: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
208
208
|
readonly moreText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "更多", boolean>;
|
|
209
209
|
readonly moreType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "default", boolean>;
|
|
@@ -217,11 +217,11 @@ export declare const LlButtonGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
217
217
|
readonly noBorder: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
218
218
|
}>>, {
|
|
219
219
|
readonly mode: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "loose" | "compact", unknown>;
|
|
220
|
-
readonly size: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/
|
|
220
|
+
readonly size: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown>;
|
|
221
221
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
222
|
+
readonly maxCount: number;
|
|
222
223
|
readonly ghost: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
223
224
|
readonly shape: import("ll-plus/es/utils").EpPropMergeType<() => import("./src/button").ShapeType, unknown, unknown>;
|
|
224
|
-
readonly maxCount: number;
|
|
225
225
|
readonly iconSpace: number;
|
|
226
226
|
readonly moreText: string;
|
|
227
227
|
readonly moreType: string;
|
|
@@ -2,7 +2,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
readonly items: never;
|
|
3
3
|
readonly mode: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "loose" | "compact", unknown, "compact", boolean>;
|
|
4
4
|
readonly maxCount: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5
|
-
readonly size: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/
|
|
5
|
+
readonly size: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown, import("ant-design-vue/es/button").ButtonSize, boolean>;
|
|
6
6
|
readonly iconSpace: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
7
7
|
readonly moreText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "更多", boolean>;
|
|
8
8
|
readonly moreType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "default", boolean>;
|
|
@@ -27,11 +27,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
};
|
|
28
28
|
props: import("@vue/shared").LooseRequired<{
|
|
29
29
|
readonly mode: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "loose" | "compact", unknown>;
|
|
30
|
-
readonly size: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/
|
|
30
|
+
readonly size: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown>;
|
|
31
31
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
32
|
+
readonly maxCount: number;
|
|
32
33
|
readonly ghost: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
33
34
|
readonly shape: import("ll-plus/es/utils").EpPropMergeType<() => import("./button").ShapeType, unknown, unknown>;
|
|
34
|
-
readonly maxCount: number;
|
|
35
35
|
readonly iconSpace: number;
|
|
36
36
|
readonly moreText: string;
|
|
37
37
|
readonly moreType: string;
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
readonly items: never;
|
|
49
49
|
readonly mode: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "loose" | "compact", unknown, "compact", boolean>;
|
|
50
50
|
readonly maxCount: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
51
|
-
readonly size: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/
|
|
51
|
+
readonly size: import("ll-plus/es/utils").EpPropFinalized<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown, import("ant-design-vue/es/button").ButtonSize, boolean>;
|
|
52
52
|
readonly iconSpace: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
53
53
|
readonly moreText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "更多", boolean>;
|
|
54
54
|
readonly moreType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "default", boolean>;
|
|
@@ -62,11 +62,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
readonly noBorder: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
63
|
}>>, {
|
|
64
64
|
readonly mode: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "loose" | "compact", unknown>;
|
|
65
|
-
readonly size: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/
|
|
65
|
+
readonly size: import("ll-plus/es/utils").EpPropMergeType<() => import("ant-design-vue/es/button").ButtonSize, unknown, unknown>;
|
|
66
66
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
67
|
+
readonly maxCount: number;
|
|
67
68
|
readonly ghost: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
68
69
|
readonly shape: import("ll-plus/es/utils").EpPropMergeType<() => import("./button").ShapeType, unknown, unknown>;
|
|
69
|
-
readonly maxCount: number;
|
|
70
70
|
readonly iconSpace: number;
|
|
71
71
|
readonly moreText: string;
|
|
72
72
|
readonly moreType: string;
|