@dt-frames/ui 1.0.29 → 1.0.30
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 +15 -0
- package/es/components/curd/src/types/curd.type.d.ts +1 -0
- package/es/components/forms/src/components/formIcon.d.ts +15 -0
- package/es/components/modal/src/components/modal.d.ts +6 -0
- package/es/components/modal/src/index.d.ts +15 -0
- package/es/components/modal/src/props.d.ts +3 -0
- package/es/components/table/src/components/setting/Download.d.ts +15 -0
- package/es/components/table/src/components/setting/DownloadCtrl.d.ts +15 -0
- package/es/components/table/src/types/table.type.d.ts +1 -0
- package/es/index.js +1 -0
- package/package.json +1 -1
|
@@ -289,6 +289,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
289
289
|
};
|
|
290
290
|
closeFunc: FunctionConstructor;
|
|
291
291
|
} & {
|
|
292
|
+
t: {
|
|
293
|
+
type: StringConstructor;
|
|
294
|
+
};
|
|
292
295
|
defaultFullscreen: {
|
|
293
296
|
type: BooleanConstructor;
|
|
294
297
|
};
|
|
@@ -381,6 +384,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
381
384
|
};
|
|
382
385
|
closeFunc: FunctionConstructor;
|
|
383
386
|
} & {
|
|
387
|
+
t: {
|
|
388
|
+
type: StringConstructor;
|
|
389
|
+
};
|
|
384
390
|
defaultFullscreen: {
|
|
385
391
|
type: BooleanConstructor;
|
|
386
392
|
};
|
|
@@ -491,6 +497,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
491
497
|
};
|
|
492
498
|
closeFunc: FunctionConstructor;
|
|
493
499
|
} & {
|
|
500
|
+
t: {
|
|
501
|
+
type: StringConstructor;
|
|
502
|
+
};
|
|
494
503
|
defaultFullscreen: {
|
|
495
504
|
type: BooleanConstructor;
|
|
496
505
|
};
|
|
@@ -578,6 +587,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
578
587
|
};
|
|
579
588
|
closeFunc: FunctionConstructor;
|
|
580
589
|
} & {
|
|
590
|
+
t: {
|
|
591
|
+
type: StringConstructor;
|
|
592
|
+
};
|
|
581
593
|
defaultFullscreen: {
|
|
582
594
|
type: BooleanConstructor;
|
|
583
595
|
};
|
|
@@ -1325,6 +1337,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1325
1337
|
};
|
|
1326
1338
|
closeFunc: FunctionConstructor;
|
|
1327
1339
|
} & {
|
|
1340
|
+
t: {
|
|
1341
|
+
type: StringConstructor;
|
|
1342
|
+
};
|
|
1328
1343
|
defaultFullscreen: {
|
|
1329
1344
|
type: BooleanConstructor;
|
|
1330
1345
|
};
|
|
@@ -2,6 +2,7 @@ import { Recordable, ButtonProps } from "@dt-frames/core";
|
|
|
2
2
|
import { ComputedRef, VNodeChild } from "vue";
|
|
3
3
|
import { FormSchema, FormProps } from "../../../forms/src/types/form.type";
|
|
4
4
|
export declare type CrudOptType = {
|
|
5
|
+
t?: string;
|
|
5
6
|
title?: string | ComputedRef;
|
|
6
7
|
width?: string | number;
|
|
7
8
|
schemas: FormSchema[];
|
|
@@ -1675,6 +1675,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1675
1675
|
};
|
|
1676
1676
|
closeFunc: FunctionConstructor;
|
|
1677
1677
|
} & {
|
|
1678
|
+
t: {
|
|
1679
|
+
type: StringConstructor;
|
|
1680
|
+
};
|
|
1678
1681
|
defaultFullscreen: {
|
|
1679
1682
|
type: BooleanConstructor;
|
|
1680
1683
|
};
|
|
@@ -1767,6 +1770,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1767
1770
|
};
|
|
1768
1771
|
closeFunc: FunctionConstructor;
|
|
1769
1772
|
} & {
|
|
1773
|
+
t: {
|
|
1774
|
+
type: StringConstructor;
|
|
1775
|
+
};
|
|
1770
1776
|
defaultFullscreen: {
|
|
1771
1777
|
type: BooleanConstructor;
|
|
1772
1778
|
};
|
|
@@ -1877,6 +1883,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1877
1883
|
};
|
|
1878
1884
|
closeFunc: FunctionConstructor;
|
|
1879
1885
|
} & {
|
|
1886
|
+
t: {
|
|
1887
|
+
type: StringConstructor;
|
|
1888
|
+
};
|
|
1880
1889
|
defaultFullscreen: {
|
|
1881
1890
|
type: BooleanConstructor;
|
|
1882
1891
|
};
|
|
@@ -1964,6 +1973,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1964
1973
|
};
|
|
1965
1974
|
closeFunc: FunctionConstructor;
|
|
1966
1975
|
} & {
|
|
1976
|
+
t: {
|
|
1977
|
+
type: StringConstructor;
|
|
1978
|
+
};
|
|
1967
1979
|
defaultFullscreen: {
|
|
1968
1980
|
type: BooleanConstructor;
|
|
1969
1981
|
};
|
|
@@ -2711,6 +2723,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2711
2723
|
};
|
|
2712
2724
|
closeFunc: FunctionConstructor;
|
|
2713
2725
|
} & {
|
|
2726
|
+
t: {
|
|
2727
|
+
type: StringConstructor;
|
|
2728
|
+
};
|
|
2714
2729
|
defaultFullscreen: {
|
|
2715
2730
|
type: BooleanConstructor;
|
|
2716
2731
|
};
|
|
@@ -18,6 +18,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
};
|
|
19
19
|
closeFunc: FunctionConstructor;
|
|
20
20
|
} & {
|
|
21
|
+
t: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
};
|
|
21
24
|
defaultFullscreen: {
|
|
22
25
|
type: BooleanConstructor;
|
|
23
26
|
};
|
|
@@ -105,6 +108,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
105
108
|
};
|
|
106
109
|
closeFunc: FunctionConstructor;
|
|
107
110
|
} & {
|
|
111
|
+
t: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
};
|
|
108
114
|
defaultFullscreen: {
|
|
109
115
|
type: BooleanConstructor;
|
|
110
116
|
};
|
|
@@ -20,6 +20,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
closeFunc: FunctionConstructor;
|
|
22
22
|
} & {
|
|
23
|
+
t: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
};
|
|
23
26
|
defaultFullscreen: {
|
|
24
27
|
type: BooleanConstructor;
|
|
25
28
|
};
|
|
@@ -112,6 +115,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
112
115
|
};
|
|
113
116
|
closeFunc: FunctionConstructor;
|
|
114
117
|
} & {
|
|
118
|
+
t: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
};
|
|
115
121
|
defaultFullscreen: {
|
|
116
122
|
type: BooleanConstructor;
|
|
117
123
|
};
|
|
@@ -222,6 +228,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
222
228
|
};
|
|
223
229
|
closeFunc: FunctionConstructor;
|
|
224
230
|
} & {
|
|
231
|
+
t: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
};
|
|
225
234
|
defaultFullscreen: {
|
|
226
235
|
type: BooleanConstructor;
|
|
227
236
|
};
|
|
@@ -309,6 +318,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
309
318
|
};
|
|
310
319
|
closeFunc: FunctionConstructor;
|
|
311
320
|
} & {
|
|
321
|
+
t: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
};
|
|
312
324
|
defaultFullscreen: {
|
|
313
325
|
type: BooleanConstructor;
|
|
314
326
|
};
|
|
@@ -1056,6 +1068,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1056
1068
|
};
|
|
1057
1069
|
closeFunc: FunctionConstructor;
|
|
1058
1070
|
} & {
|
|
1071
|
+
t: {
|
|
1072
|
+
type: StringConstructor;
|
|
1073
|
+
};
|
|
1059
1074
|
defaultFullscreen: {
|
|
1060
1075
|
type: BooleanConstructor;
|
|
1061
1076
|
};
|
|
@@ -1900,6 +1900,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1900
1900
|
};
|
|
1901
1901
|
closeFunc: FunctionConstructor;
|
|
1902
1902
|
} & {
|
|
1903
|
+
t: {
|
|
1904
|
+
type: StringConstructor;
|
|
1905
|
+
};
|
|
1903
1906
|
defaultFullscreen: {
|
|
1904
1907
|
type: BooleanConstructor;
|
|
1905
1908
|
};
|
|
@@ -1992,6 +1995,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1992
1995
|
};
|
|
1993
1996
|
closeFunc: FunctionConstructor;
|
|
1994
1997
|
} & {
|
|
1998
|
+
t: {
|
|
1999
|
+
type: StringConstructor;
|
|
2000
|
+
};
|
|
1995
2001
|
defaultFullscreen: {
|
|
1996
2002
|
type: BooleanConstructor;
|
|
1997
2003
|
};
|
|
@@ -2102,6 +2108,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2102
2108
|
};
|
|
2103
2109
|
closeFunc: FunctionConstructor;
|
|
2104
2110
|
} & {
|
|
2111
|
+
t: {
|
|
2112
|
+
type: StringConstructor;
|
|
2113
|
+
};
|
|
2105
2114
|
defaultFullscreen: {
|
|
2106
2115
|
type: BooleanConstructor;
|
|
2107
2116
|
};
|
|
@@ -2189,6 +2198,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2189
2198
|
};
|
|
2190
2199
|
closeFunc: FunctionConstructor;
|
|
2191
2200
|
} & {
|
|
2201
|
+
t: {
|
|
2202
|
+
type: StringConstructor;
|
|
2203
|
+
};
|
|
2192
2204
|
defaultFullscreen: {
|
|
2193
2205
|
type: BooleanConstructor;
|
|
2194
2206
|
};
|
|
@@ -2936,6 +2948,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2936
2948
|
};
|
|
2937
2949
|
closeFunc: FunctionConstructor;
|
|
2938
2950
|
} & {
|
|
2951
|
+
t: {
|
|
2952
|
+
type: StringConstructor;
|
|
2953
|
+
};
|
|
2939
2954
|
defaultFullscreen: {
|
|
2940
2955
|
type: BooleanConstructor;
|
|
2941
2956
|
};
|
|
@@ -751,6 +751,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
751
751
|
};
|
|
752
752
|
closeFunc: FunctionConstructor;
|
|
753
753
|
} & {
|
|
754
|
+
t: {
|
|
755
|
+
type: StringConstructor;
|
|
756
|
+
};
|
|
754
757
|
defaultFullscreen: {
|
|
755
758
|
type: BooleanConstructor;
|
|
756
759
|
};
|
|
@@ -843,6 +846,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
843
846
|
};
|
|
844
847
|
closeFunc: FunctionConstructor;
|
|
845
848
|
} & {
|
|
849
|
+
t: {
|
|
850
|
+
type: StringConstructor;
|
|
851
|
+
};
|
|
846
852
|
defaultFullscreen: {
|
|
847
853
|
type: BooleanConstructor;
|
|
848
854
|
};
|
|
@@ -953,6 +959,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
953
959
|
};
|
|
954
960
|
closeFunc: FunctionConstructor;
|
|
955
961
|
} & {
|
|
962
|
+
t: {
|
|
963
|
+
type: StringConstructor;
|
|
964
|
+
};
|
|
956
965
|
defaultFullscreen: {
|
|
957
966
|
type: BooleanConstructor;
|
|
958
967
|
};
|
|
@@ -1040,6 +1049,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1040
1049
|
};
|
|
1041
1050
|
closeFunc: FunctionConstructor;
|
|
1042
1051
|
} & {
|
|
1052
|
+
t: {
|
|
1053
|
+
type: StringConstructor;
|
|
1054
|
+
};
|
|
1043
1055
|
defaultFullscreen: {
|
|
1044
1056
|
type: BooleanConstructor;
|
|
1045
1057
|
};
|
|
@@ -1787,6 +1799,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1787
1799
|
};
|
|
1788
1800
|
closeFunc: FunctionConstructor;
|
|
1789
1801
|
} & {
|
|
1802
|
+
t: {
|
|
1803
|
+
type: StringConstructor;
|
|
1804
|
+
};
|
|
1790
1805
|
defaultFullscreen: {
|
|
1791
1806
|
type: BooleanConstructor;
|
|
1792
1807
|
};
|
|
@@ -74,6 +74,7 @@ export declare type LableValOptions = {
|
|
|
74
74
|
[key: string]: string | number | boolean;
|
|
75
75
|
}[];
|
|
76
76
|
export interface BasicColumn extends ColumnProps {
|
|
77
|
+
t?: string;
|
|
77
78
|
children?: BasicColumn[];
|
|
78
79
|
defaultHidden?: boolean;
|
|
79
80
|
ifShow?: boolean | ((row: Recordable) => boolean);
|
package/es/index.js
CHANGED
|
@@ -2141,6 +2141,7 @@ const modalProps = {
|
|
|
2141
2141
|
closeFunc: Function
|
|
2142
2142
|
};
|
|
2143
2143
|
const basicProps$1 = Object.assign({}, modalProps, {
|
|
2144
|
+
t: { type: String },
|
|
2144
2145
|
defaultFullscreen: { type: Boolean },
|
|
2145
2146
|
canFullscreen: { type: Boolean, default: true },
|
|
2146
2147
|
wrapperFooterOffset: { type: Number, default: 0 },
|