@dfsj/components 3.5.1 → 3.5.3
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/dist/components/Boards/src/Boards.vue2.js +2 -2
- package/dist/components/Descriptions/src/Descriptions.vue.d.ts +96 -1
- package/dist/components/Form/src/Form.vue.d.ts +803 -1
- package/dist/components/Form/src/Form.vue2.js +1 -1
- package/dist/components/Highlight/src/Highlight.vue.d.ts +40 -1
- package/dist/components/Modal/src/BasicModal.vue.d.ts +323 -1
- package/dist/components/Table/src/Table.vue.d.ts +1489 -1
- package/dist/components/Table/src/Table.vue2.js +1 -1
- package/dist/components/Table/src/components/TableActions.vue.d.ts +95 -1
- package/dist/index.min.css +2 -2
- package/dist/node_modules/.pnpm/@vueuse_core@10.11.1_vue@3.5.11_typescript@5.6.2_/node_modules/@vueuse/core/index.js +1 -1
- package/package.json +3 -3
|
@@ -14,7 +14,7 @@ import { findIndex } from '../../../utils/index.js';
|
|
|
14
14
|
import { set, get } from 'lodash-es';
|
|
15
15
|
import { ComponentNameEnum } from './types/index.js';
|
|
16
16
|
|
|
17
|
-
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e
|
|
17
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
|
18
18
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
19
19
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
20
20
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -1,2 +1,41 @@
|
|
|
1
|
-
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
tag: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/types").ValidatorFunction<string>> & {
|
|
4
|
+
default: string;
|
|
5
|
+
} & {
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
keys: {
|
|
9
|
+
type: PropType<string[]>;
|
|
10
|
+
default: () => any[];
|
|
11
|
+
};
|
|
12
|
+
color: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/types").ValidatorFunction<string>> & {
|
|
13
|
+
default: string;
|
|
14
|
+
} & {
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
|
+
[key: string]: any;
|
|
19
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
tag: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/types").ValidatorFunction<string>> & {
|
|
21
|
+
default: string;
|
|
22
|
+
} & {
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
keys: {
|
|
26
|
+
type: PropType<string[]>;
|
|
27
|
+
default: () => any[];
|
|
28
|
+
};
|
|
29
|
+
color: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/types").ValidatorFunction<string>> & {
|
|
30
|
+
default: string;
|
|
31
|
+
} & {
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{
|
|
35
|
+
onClick?: (...args: any[]) => any;
|
|
36
|
+
}>, {
|
|
37
|
+
keys: string[];
|
|
38
|
+
tag: string;
|
|
39
|
+
color: string;
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
41
|
export default _default;
|
|
@@ -1,2 +1,324 @@
|
|
|
1
|
-
declare const _default: import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
footer: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
cancel: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
submit: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
submitOpt: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {
|
|
17
|
+
label: string;
|
|
18
|
+
color: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
cancelOpt: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
default: () => {
|
|
24
|
+
label: string;
|
|
25
|
+
color: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
onCancel: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
29
|
+
default: (...args: any[]) => any;
|
|
30
|
+
} & {
|
|
31
|
+
default: (...args: any[]) => any;
|
|
32
|
+
};
|
|
33
|
+
onSubmit: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
34
|
+
default: (...args: any[]) => any;
|
|
35
|
+
} & {
|
|
36
|
+
default: (...args: any[]) => any;
|
|
37
|
+
};
|
|
38
|
+
header: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
background: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
maximizer: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
closer: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
maximum: import("vue-types").VueTypeValidableDef<any, import("vue-types/dist/types").ValidatorFunction<any>> & {
|
|
55
|
+
default: any;
|
|
56
|
+
};
|
|
57
|
+
headerIcon: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
title: import("vue-types").VueTypeDef<any> & {
|
|
62
|
+
default: any;
|
|
63
|
+
};
|
|
64
|
+
titleAlign: import("vue-types").VueTypeDef<string> & {
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
titleBefore: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
68
|
+
default: (...args: any[]) => any;
|
|
69
|
+
};
|
|
70
|
+
titleAfter: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
71
|
+
default: (...args: any[]) => any;
|
|
72
|
+
};
|
|
73
|
+
switcherIcon: {
|
|
74
|
+
type: ObjectConstructor;
|
|
75
|
+
default: () => {
|
|
76
|
+
true: {
|
|
77
|
+
image: string;
|
|
78
|
+
color: string;
|
|
79
|
+
};
|
|
80
|
+
false: {
|
|
81
|
+
image: string;
|
|
82
|
+
color: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
closerIcon: {
|
|
87
|
+
type: ObjectConstructor;
|
|
88
|
+
default: () => {
|
|
89
|
+
image: string;
|
|
90
|
+
color: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
onSwitch: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
94
|
+
default: (...args: any[]) => any;
|
|
95
|
+
} & {
|
|
96
|
+
default: (...args: any[]) => any;
|
|
97
|
+
};
|
|
98
|
+
onClose: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
99
|
+
default: (...args: any[]) => any;
|
|
100
|
+
} & {
|
|
101
|
+
default: (...args: any[]) => any;
|
|
102
|
+
};
|
|
103
|
+
visible: BooleanConstructor;
|
|
104
|
+
zIndex: {
|
|
105
|
+
type: NumberConstructor;
|
|
106
|
+
default: () => number;
|
|
107
|
+
};
|
|
108
|
+
sizes: {
|
|
109
|
+
(arrayLength: number): (string | number)[];
|
|
110
|
+
(...items: (string | number)[]): (string | number)[];
|
|
111
|
+
new (arrayLength: number): (string | number)[];
|
|
112
|
+
new (...items: (string | number)[]): (string | number)[];
|
|
113
|
+
isArray(arg: any): arg is any[];
|
|
114
|
+
readonly prototype: any[];
|
|
115
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
116
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
117
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
118
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
119
|
+
of<T>(...items: T[]): T[];
|
|
120
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
121
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
122
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
123
|
+
};
|
|
124
|
+
offset: ObjectConstructor;
|
|
125
|
+
overflow: StringConstructor;
|
|
126
|
+
modally: BooleanConstructor;
|
|
127
|
+
movable: {
|
|
128
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
position: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
resizeable: BooleanConstructor;
|
|
136
|
+
extent: {
|
|
137
|
+
type: ObjectConstructor;
|
|
138
|
+
default: () => {
|
|
139
|
+
top: number;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
modalClass: StringConstructor;
|
|
143
|
+
contentClass: StringConstructor;
|
|
144
|
+
animation: ObjectConstructor;
|
|
145
|
+
}>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
+
footer: {
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
cancel: {
|
|
151
|
+
type: BooleanConstructor;
|
|
152
|
+
default: boolean;
|
|
153
|
+
};
|
|
154
|
+
submit: {
|
|
155
|
+
type: BooleanConstructor;
|
|
156
|
+
default: boolean;
|
|
157
|
+
};
|
|
158
|
+
submitOpt: {
|
|
159
|
+
type: ObjectConstructor;
|
|
160
|
+
default: () => {
|
|
161
|
+
label: string;
|
|
162
|
+
color: string;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
cancelOpt: {
|
|
166
|
+
type: ObjectConstructor;
|
|
167
|
+
default: () => {
|
|
168
|
+
label: string;
|
|
169
|
+
color: string;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
onCancel: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
173
|
+
default: (...args: any[]) => any;
|
|
174
|
+
} & {
|
|
175
|
+
default: (...args: any[]) => any;
|
|
176
|
+
};
|
|
177
|
+
onSubmit: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
178
|
+
default: (...args: any[]) => any;
|
|
179
|
+
} & {
|
|
180
|
+
default: (...args: any[]) => any;
|
|
181
|
+
};
|
|
182
|
+
header: {
|
|
183
|
+
type: BooleanConstructor;
|
|
184
|
+
default: boolean;
|
|
185
|
+
};
|
|
186
|
+
background: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
190
|
+
maximizer: {
|
|
191
|
+
type: BooleanConstructor;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
194
|
+
closer: {
|
|
195
|
+
type: BooleanConstructor;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
198
|
+
maximum: import("vue-types").VueTypeValidableDef<any, import("vue-types/dist/types").ValidatorFunction<any>> & {
|
|
199
|
+
default: any;
|
|
200
|
+
};
|
|
201
|
+
headerIcon: {
|
|
202
|
+
type: StringConstructor;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
205
|
+
title: import("vue-types").VueTypeDef<any> & {
|
|
206
|
+
default: any;
|
|
207
|
+
};
|
|
208
|
+
titleAlign: import("vue-types").VueTypeDef<string> & {
|
|
209
|
+
default: string;
|
|
210
|
+
};
|
|
211
|
+
titleBefore: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
212
|
+
default: (...args: any[]) => any;
|
|
213
|
+
};
|
|
214
|
+
titleAfter: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
215
|
+
default: (...args: any[]) => any;
|
|
216
|
+
};
|
|
217
|
+
switcherIcon: {
|
|
218
|
+
type: ObjectConstructor;
|
|
219
|
+
default: () => {
|
|
220
|
+
true: {
|
|
221
|
+
image: string;
|
|
222
|
+
color: string;
|
|
223
|
+
};
|
|
224
|
+
false: {
|
|
225
|
+
image: string;
|
|
226
|
+
color: string;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
closerIcon: {
|
|
231
|
+
type: ObjectConstructor;
|
|
232
|
+
default: () => {
|
|
233
|
+
image: string;
|
|
234
|
+
color: string;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
onSwitch: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
238
|
+
default: (...args: any[]) => any;
|
|
239
|
+
} & {
|
|
240
|
+
default: (...args: any[]) => any;
|
|
241
|
+
};
|
|
242
|
+
onClose: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
243
|
+
default: (...args: any[]) => any;
|
|
244
|
+
} & {
|
|
245
|
+
default: (...args: any[]) => any;
|
|
246
|
+
};
|
|
247
|
+
visible: BooleanConstructor;
|
|
248
|
+
zIndex: {
|
|
249
|
+
type: NumberConstructor;
|
|
250
|
+
default: () => number;
|
|
251
|
+
};
|
|
252
|
+
sizes: {
|
|
253
|
+
(arrayLength: number): (string | number)[];
|
|
254
|
+
(...items: (string | number)[]): (string | number)[];
|
|
255
|
+
new (arrayLength: number): (string | number)[];
|
|
256
|
+
new (...items: (string | number)[]): (string | number)[];
|
|
257
|
+
isArray(arg: any): arg is any[];
|
|
258
|
+
readonly prototype: any[];
|
|
259
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
260
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
261
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
262
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
263
|
+
of<T>(...items: T[]): T[];
|
|
264
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
265
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
266
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
267
|
+
};
|
|
268
|
+
offset: ObjectConstructor;
|
|
269
|
+
overflow: StringConstructor;
|
|
270
|
+
modally: BooleanConstructor;
|
|
271
|
+
movable: {
|
|
272
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
273
|
+
default: boolean;
|
|
274
|
+
};
|
|
275
|
+
position: {
|
|
276
|
+
type: StringConstructor;
|
|
277
|
+
default: string;
|
|
278
|
+
};
|
|
279
|
+
resizeable: BooleanConstructor;
|
|
280
|
+
extent: {
|
|
281
|
+
type: ObjectConstructor;
|
|
282
|
+
default: () => {
|
|
283
|
+
top: number;
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
modalClass: StringConstructor;
|
|
287
|
+
contentClass: StringConstructor;
|
|
288
|
+
animation: ObjectConstructor;
|
|
289
|
+
}>> & Readonly<{}>, {
|
|
290
|
+
footer: boolean;
|
|
291
|
+
cancel: boolean;
|
|
292
|
+
submit: boolean;
|
|
293
|
+
submitOpt: Record<string, any>;
|
|
294
|
+
cancelOpt: Record<string, any>;
|
|
295
|
+
onCancel: (...args: any[]) => any;
|
|
296
|
+
onSubmit: (...args: any[]) => any;
|
|
297
|
+
header: boolean;
|
|
298
|
+
background: string;
|
|
299
|
+
maximizer: boolean;
|
|
300
|
+
closer: boolean;
|
|
301
|
+
maximum: any;
|
|
302
|
+
headerIcon: string;
|
|
303
|
+
title: any;
|
|
304
|
+
titleAlign: string;
|
|
305
|
+
titleBefore: (...args: any[]) => any;
|
|
306
|
+
titleAfter: (...args: any[]) => any;
|
|
307
|
+
switcherIcon: Record<string, any>;
|
|
308
|
+
closerIcon: Record<string, any>;
|
|
309
|
+
onSwitch: (...args: any[]) => any;
|
|
310
|
+
onClose: (...args: any[]) => any;
|
|
311
|
+
visible: boolean;
|
|
312
|
+
zIndex: number;
|
|
313
|
+
modally: boolean;
|
|
314
|
+
movable: string | boolean;
|
|
315
|
+
position: string;
|
|
316
|
+
resizeable: boolean;
|
|
317
|
+
extent: Record<string, any>;
|
|
318
|
+
}, {}, {
|
|
319
|
+
ModalFooter: import("vue").DefineComponent<{}, {}, any>;
|
|
320
|
+
ModalHeader: import("vue").DefineComponent<{}, {}, any>;
|
|
321
|
+
Icon: import("vue").DefineComponent<{}, {}, any>;
|
|
322
|
+
Transition: import("vue").FunctionalComponent<import("vue").TransitionProps, {}, any, {}>;
|
|
323
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
324
|
export default _default;
|