@dt-frames/ui 1.0.48 → 1.0.49
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/curd/src/components/dialog.d.ts +1 -0
- package/es/components/forms/src/components/formButton.d.ts +1 -0
- package/es/components/forms/src/components/formIcon.d.ts +20 -19
- package/es/components/forms/src/components/formInputUseDialog.d.ts +16 -16
- package/es/components/icons/src/pick-icon.d.ts +3 -3
- package/es/components/modal/src/components/modalFooter.d.ts +1 -0
- package/es/components/modal/src/index.d.ts +1 -0
- package/es/components/table/src/components/setting/Download.d.ts +1 -0
- package/es/components/table/src/components/setting/DownloadCtrl.d.ts +1 -0
- package/es/index.js +9 -1
- package/package.json +1 -1
|
@@ -985,6 +985,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
985
985
|
(key: string, list: unknown[]): string;
|
|
986
986
|
(key: string, named: Record<string, unknown>): string;
|
|
987
987
|
};
|
|
988
|
+
time: Ref<number>;
|
|
988
989
|
toggleAdvanced: () => void;
|
|
989
990
|
handleBtnClick: (button: import("@dt-frames/core").ButtonProps) => void;
|
|
990
991
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -44,6 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
(key: string, list: unknown[]): string;
|
|
45
45
|
(key: string, named: Record<string, unknown>): string;
|
|
46
46
|
};
|
|
47
|
+
time: import("vue").Ref<number>;
|
|
47
48
|
toggleAdvanced: () => void;
|
|
48
49
|
handleBtnClick: (button: ButtonProps) => void;
|
|
49
50
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
77
77
|
hidden: boolean;
|
|
78
78
|
disabled: boolean;
|
|
79
79
|
value: string | number;
|
|
80
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
80
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
81
81
|
readonly: boolean;
|
|
82
82
|
autofocus: boolean;
|
|
83
83
|
loading: boolean;
|
|
@@ -98,7 +98,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
98
98
|
};
|
|
99
99
|
autocomplete: StringConstructor;
|
|
100
100
|
type: {
|
|
101
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
101
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
104
|
name: StringConstructor;
|
|
@@ -180,7 +180,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
180
180
|
};
|
|
181
181
|
autocomplete: StringConstructor;
|
|
182
182
|
type: {
|
|
183
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
183
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
184
184
|
default: string;
|
|
185
185
|
};
|
|
186
186
|
name: StringConstructor;
|
|
@@ -238,7 +238,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
238
238
|
hidden: boolean;
|
|
239
239
|
disabled: boolean;
|
|
240
240
|
value: string | number;
|
|
241
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
241
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
242
242
|
readonly: boolean;
|
|
243
243
|
autofocus: boolean;
|
|
244
244
|
loading: boolean;
|
|
@@ -279,7 +279,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
279
279
|
};
|
|
280
280
|
autocomplete: StringConstructor;
|
|
281
281
|
type: {
|
|
282
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
282
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
283
283
|
default: string;
|
|
284
284
|
};
|
|
285
285
|
name: StringConstructor;
|
|
@@ -351,7 +351,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
351
351
|
};
|
|
352
352
|
autocomplete: StringConstructor;
|
|
353
353
|
type: {
|
|
354
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
354
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
355
355
|
default: string;
|
|
356
356
|
};
|
|
357
357
|
name: StringConstructor;
|
|
@@ -409,7 +409,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
409
409
|
hidden: boolean;
|
|
410
410
|
disabled: boolean;
|
|
411
411
|
value: string | number;
|
|
412
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
412
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
413
413
|
readonly: boolean;
|
|
414
414
|
autofocus: boolean;
|
|
415
415
|
loading: boolean;
|
|
@@ -480,7 +480,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
480
480
|
};
|
|
481
481
|
autocomplete: StringConstructor;
|
|
482
482
|
type: {
|
|
483
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
483
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
484
484
|
default: string;
|
|
485
485
|
};
|
|
486
486
|
name: StringConstructor;
|
|
@@ -552,7 +552,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
552
552
|
};
|
|
553
553
|
autocomplete: StringConstructor;
|
|
554
554
|
type: {
|
|
555
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
555
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
556
556
|
default: string;
|
|
557
557
|
};
|
|
558
558
|
name: StringConstructor;
|
|
@@ -610,7 +610,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
610
610
|
hidden: boolean;
|
|
611
611
|
disabled: boolean;
|
|
612
612
|
value: string | number;
|
|
613
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
613
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
614
614
|
readonly: boolean;
|
|
615
615
|
autofocus: boolean;
|
|
616
616
|
loading: boolean;
|
|
@@ -658,7 +658,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
658
658
|
};
|
|
659
659
|
name: StringConstructor;
|
|
660
660
|
type: {
|
|
661
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
661
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
662
662
|
default: string;
|
|
663
663
|
};
|
|
664
664
|
id: StringConstructor;
|
|
@@ -739,7 +739,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
739
739
|
};
|
|
740
740
|
name: StringConstructor;
|
|
741
741
|
type: {
|
|
742
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
742
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
743
743
|
default: string;
|
|
744
744
|
};
|
|
745
745
|
id: StringConstructor;
|
|
@@ -784,7 +784,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
784
784
|
hidden: boolean;
|
|
785
785
|
disabled: boolean;
|
|
786
786
|
value: string | number;
|
|
787
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
787
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
788
788
|
readonly: boolean;
|
|
789
789
|
autofocus: boolean;
|
|
790
790
|
loading: boolean;
|
|
@@ -817,7 +817,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
817
817
|
};
|
|
818
818
|
autocomplete: StringConstructor;
|
|
819
819
|
type: {
|
|
820
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
820
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
821
821
|
default: string;
|
|
822
822
|
};
|
|
823
823
|
name: StringConstructor;
|
|
@@ -894,7 +894,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
894
894
|
};
|
|
895
895
|
autocomplete: StringConstructor;
|
|
896
896
|
type: {
|
|
897
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
897
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
898
898
|
default: string;
|
|
899
899
|
};
|
|
900
900
|
name: StringConstructor;
|
|
@@ -952,7 +952,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
952
952
|
hidden: boolean;
|
|
953
953
|
disabled: boolean;
|
|
954
954
|
value: string | number;
|
|
955
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
955
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
956
956
|
action: string;
|
|
957
957
|
readonly: boolean;
|
|
958
958
|
autofocus: boolean;
|
|
@@ -1531,7 +1531,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1531
1531
|
};
|
|
1532
1532
|
autocomplete: StringConstructor;
|
|
1533
1533
|
type: {
|
|
1534
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
1534
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
1535
1535
|
default: string;
|
|
1536
1536
|
};
|
|
1537
1537
|
name: StringConstructor;
|
|
@@ -1603,7 +1603,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1603
1603
|
};
|
|
1604
1604
|
autocomplete: StringConstructor;
|
|
1605
1605
|
type: {
|
|
1606
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
1606
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
1607
1607
|
default: string;
|
|
1608
1608
|
};
|
|
1609
1609
|
name: StringConstructor;
|
|
@@ -1661,7 +1661,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1661
1661
|
hidden: boolean;
|
|
1662
1662
|
disabled: boolean;
|
|
1663
1663
|
value: string | number;
|
|
1664
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
1664
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
1665
1665
|
readonly: boolean;
|
|
1666
1666
|
autofocus: boolean;
|
|
1667
1667
|
loading: boolean;
|
|
@@ -2389,6 +2389,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2389
2389
|
(key: string, list: unknown[]): string;
|
|
2390
2390
|
(key: string, named: Record<string, unknown>): string;
|
|
2391
2391
|
};
|
|
2392
|
+
time: import("vue").Ref<number>;
|
|
2392
2393
|
toggleAdvanced: () => void;
|
|
2393
2394
|
handleBtnClick: (button: import("@dt-frames/core").ButtonProps) => void;
|
|
2394
2395
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
21
21
|
hidden: boolean;
|
|
22
22
|
disabled: boolean;
|
|
23
23
|
value: string | number;
|
|
24
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
24
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
25
25
|
readonly: boolean;
|
|
26
26
|
autofocus: boolean;
|
|
27
27
|
loading: boolean;
|
|
@@ -42,7 +42,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
42
42
|
};
|
|
43
43
|
autocomplete: StringConstructor;
|
|
44
44
|
type: {
|
|
45
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
45
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
name: StringConstructor;
|
|
@@ -124,7 +124,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
124
124
|
};
|
|
125
125
|
autocomplete: StringConstructor;
|
|
126
126
|
type: {
|
|
127
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
127
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
128
128
|
default: string;
|
|
129
129
|
};
|
|
130
130
|
name: StringConstructor;
|
|
@@ -182,7 +182,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
182
182
|
hidden: boolean;
|
|
183
183
|
disabled: boolean;
|
|
184
184
|
value: string | number;
|
|
185
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
185
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
186
186
|
readonly: boolean;
|
|
187
187
|
autofocus: boolean;
|
|
188
188
|
loading: boolean;
|
|
@@ -223,7 +223,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
223
223
|
};
|
|
224
224
|
autocomplete: StringConstructor;
|
|
225
225
|
type: {
|
|
226
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
226
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
227
227
|
default: string;
|
|
228
228
|
};
|
|
229
229
|
name: StringConstructor;
|
|
@@ -295,7 +295,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
295
295
|
};
|
|
296
296
|
autocomplete: StringConstructor;
|
|
297
297
|
type: {
|
|
298
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
298
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
299
299
|
default: string;
|
|
300
300
|
};
|
|
301
301
|
name: StringConstructor;
|
|
@@ -353,7 +353,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
353
353
|
hidden: boolean;
|
|
354
354
|
disabled: boolean;
|
|
355
355
|
value: string | number;
|
|
356
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
356
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
357
357
|
readonly: boolean;
|
|
358
358
|
autofocus: boolean;
|
|
359
359
|
loading: boolean;
|
|
@@ -424,7 +424,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
424
424
|
};
|
|
425
425
|
autocomplete: StringConstructor;
|
|
426
426
|
type: {
|
|
427
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
427
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
428
428
|
default: string;
|
|
429
429
|
};
|
|
430
430
|
name: StringConstructor;
|
|
@@ -496,7 +496,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
496
496
|
};
|
|
497
497
|
autocomplete: StringConstructor;
|
|
498
498
|
type: {
|
|
499
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
499
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
500
500
|
default: string;
|
|
501
501
|
};
|
|
502
502
|
name: StringConstructor;
|
|
@@ -554,7 +554,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
554
554
|
hidden: boolean;
|
|
555
555
|
disabled: boolean;
|
|
556
556
|
value: string | number;
|
|
557
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
557
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
558
558
|
readonly: boolean;
|
|
559
559
|
autofocus: boolean;
|
|
560
560
|
loading: boolean;
|
|
@@ -602,7 +602,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
602
602
|
};
|
|
603
603
|
name: StringConstructor;
|
|
604
604
|
type: {
|
|
605
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
605
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
606
606
|
default: string;
|
|
607
607
|
};
|
|
608
608
|
id: StringConstructor;
|
|
@@ -683,7 +683,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
683
683
|
};
|
|
684
684
|
name: StringConstructor;
|
|
685
685
|
type: {
|
|
686
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
686
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
687
687
|
default: string;
|
|
688
688
|
};
|
|
689
689
|
id: StringConstructor;
|
|
@@ -728,7 +728,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
728
728
|
hidden: boolean;
|
|
729
729
|
disabled: boolean;
|
|
730
730
|
value: string | number;
|
|
731
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
731
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
732
732
|
readonly: boolean;
|
|
733
733
|
autofocus: boolean;
|
|
734
734
|
loading: boolean;
|
|
@@ -761,7 +761,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
761
761
|
};
|
|
762
762
|
autocomplete: StringConstructor;
|
|
763
763
|
type: {
|
|
764
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
764
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
765
765
|
default: string;
|
|
766
766
|
};
|
|
767
767
|
name: StringConstructor;
|
|
@@ -838,7 +838,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
838
838
|
};
|
|
839
839
|
autocomplete: StringConstructor;
|
|
840
840
|
type: {
|
|
841
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
841
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
842
842
|
default: string;
|
|
843
843
|
};
|
|
844
844
|
name: StringConstructor;
|
|
@@ -896,7 +896,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
896
896
|
hidden: boolean;
|
|
897
897
|
disabled: boolean;
|
|
898
898
|
value: string | number;
|
|
899
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
899
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
900
900
|
action: string;
|
|
901
901
|
readonly: boolean;
|
|
902
902
|
autofocus: boolean;
|
|
@@ -297,7 +297,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
297
297
|
};
|
|
298
298
|
autocomplete: StringConstructor;
|
|
299
299
|
type: {
|
|
300
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
300
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
301
301
|
default: string;
|
|
302
302
|
};
|
|
303
303
|
name: StringConstructor;
|
|
@@ -369,7 +369,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
369
369
|
};
|
|
370
370
|
autocomplete: StringConstructor;
|
|
371
371
|
type: {
|
|
372
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
372
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>>;
|
|
373
373
|
default: string;
|
|
374
374
|
};
|
|
375
375
|
name: StringConstructor;
|
|
@@ -427,7 +427,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
427
427
|
hidden: boolean;
|
|
428
428
|
disabled: boolean;
|
|
429
429
|
value: string | number;
|
|
430
|
-
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "
|
|
430
|
+
type: import("ant-design-vue/lib/_util/type").LiteralUnion<"number" | "search" | "color" | "hidden" | "text" | "time" | "reset" | "checkbox" | "radio" | "button" | "date" | "week" | "month" | "submit" | "image" | "range" | "tel" | "url" | "email" | "datetime-local" | "file" | "password", string>;
|
|
431
431
|
readonly: boolean;
|
|
432
432
|
autofocus: boolean;
|
|
433
433
|
loading: boolean;
|
|
@@ -73,6 +73,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
73
73
|
(key: string, list: unknown[]): string;
|
|
74
74
|
(key: string, named: Record<string, unknown>): string;
|
|
75
75
|
};
|
|
76
|
+
time: import("vue").Ref<number>;
|
|
76
77
|
toggleAdvanced: () => void;
|
|
77
78
|
handleBtnClick: (button: ButtonProps) => void;
|
|
78
79
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -717,6 +717,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
717
717
|
(key: string, list: unknown[]): string;
|
|
718
718
|
(key: string, named: Record<string, unknown>): string;
|
|
719
719
|
};
|
|
720
|
+
time: import("vue").Ref<number>;
|
|
720
721
|
toggleAdvanced: () => void;
|
|
721
722
|
handleBtnClick: (button: import("@dt-frames/core").ButtonProps) => void;
|
|
722
723
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2613,6 +2613,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2613
2613
|
(key: string, list: unknown[]): string;
|
|
2614
2614
|
(key: string, named: Record<string, unknown>): string;
|
|
2615
2615
|
};
|
|
2616
|
+
time: import("vue").Ref<number>;
|
|
2616
2617
|
toggleAdvanced: () => void;
|
|
2617
2618
|
handleBtnClick: (button: import("@dt-frames/core").ButtonProps) => void;
|
|
2618
2619
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1456,6 +1456,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1456
1456
|
(key: string, list: unknown[]): string;
|
|
1457
1457
|
(key: string, named: Record<string, unknown>): string;
|
|
1458
1458
|
};
|
|
1459
|
+
time: import("vue").Ref<number>;
|
|
1459
1460
|
toggleAdvanced: () => void;
|
|
1460
1461
|
handleBtnClick: (button: import("@dt-frames/core").ButtonProps) => void;
|
|
1461
1462
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
package/es/index.js
CHANGED
|
@@ -3421,7 +3421,14 @@ const _sfc_main$O = defineComponent({
|
|
|
3421
3421
|
},
|
|
3422
3422
|
setup(props, { emit }) {
|
|
3423
3423
|
const { t } = useI18n();
|
|
3424
|
+
let time = ref(new Date().getTime());
|
|
3424
3425
|
const advancedRef = ref(props.isAdvanced);
|
|
3426
|
+
watch(() => props.buttonList, (v) => {
|
|
3427
|
+
time.value = new Date().getTime();
|
|
3428
|
+
}, {
|
|
3429
|
+
immediate: true,
|
|
3430
|
+
deep: true
|
|
3431
|
+
});
|
|
3425
3432
|
const showAdvanceRef = computed(() => {
|
|
3426
3433
|
return props.mode === "search" ? props.showAdvancedButton : false;
|
|
3427
3434
|
});
|
|
@@ -3467,6 +3474,7 @@ const _sfc_main$O = defineComponent({
|
|
|
3467
3474
|
showAdvanceRef,
|
|
3468
3475
|
getAdvanceClass,
|
|
3469
3476
|
t,
|
|
3477
|
+
time,
|
|
3470
3478
|
toggleAdvanced,
|
|
3471
3479
|
handleBtnClick
|
|
3472
3480
|
};
|
|
@@ -3500,11 +3508,11 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3500
3508
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.buttonList, (button) => {
|
|
3501
3509
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
3502
3510
|
(button.show === void 0 ? true : button.show) ? withDirectives((openBlock(), createBlock(_component_Button, {
|
|
3503
|
-
key: 0,
|
|
3504
3511
|
type: button.type,
|
|
3505
3512
|
class: normalizeClass(button.class),
|
|
3506
3513
|
disabled: button.disabled,
|
|
3507
3514
|
loading: button.loading,
|
|
3515
|
+
key: _ctx.time,
|
|
3508
3516
|
onClick: ($event) => _ctx.handleBtnClick(button)
|
|
3509
3517
|
}, {
|
|
3510
3518
|
icon: withCtx(() => [
|