@ghentcdh/ui 3.0.0 → 3.0.2
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/ControlWrapper-Ckzwap0M.js +1 -0
- package/{Markdown-Dj1gzJJq.js → Markdown-BjFpy32Y.js} +3 -3
- package/{Markdown-DcpBYoNe.js → Markdown-DRCEgDfZ.js} +1 -1
- package/alert/alert.vue.d.ts +7 -11
- package/button/btn-badge.vue.d.ts +8 -12
- package/button/btn.vue.d.ts +7 -11
- package/card/card.vue.d.ts +13 -14
- package/collapse/Collapse.vue.d.ts +12 -14
- package/collapse/CollapseRow.vue.d.ts +8 -12
- package/drawer/drawer.vue.d.ts +12 -14
- package/filter/filter.vue.d.ts +3 -2
- package/form/Checkbox.vue.d.ts +5 -4
- package/form/Input.vue.d.ts +5 -4
- package/form/InputNumber.vue.d.ts +5 -4
- package/form/Textarea.vue.d.ts +6 -5
- package/form/core/ControlWrapper.vue.d.ts +11 -14
- package/form/index.d.ts +3 -3
- package/form/select/AutoComplete.vue.d.ts +4 -5
- package/form/select/ListResults.vue.d.ts +4 -5
- package/form/select/MultiSelect.vue.d.ts +4 -3
- package/form/select/SelectComponent.vue.d.ts +4 -3
- package/form/select/SelectWrapper.vue.d.ts +9 -151
- package/form/text/Markdown.vue.d.ts +5 -4
- package/form/text/MarkdownFallback.vue.d.ts +5 -4
- package/icons/icon.vue.d.ts +2 -1
- package/index.css +2 -2
- package/index.js +1 -1
- package/index.mjs +21 -23
- package/loading/loading.vue.d.ts +2 -1
- package/menu/dropdown.vue.d.ts +2 -1
- package/menu/menu-item.vue.d.ts +2 -1
- package/menu/menu.vue.d.ts +2 -1
- package/menu/sub-menu.vue.d.ts +2 -1
- package/modal/confirmModal.vue.d.ts +3 -2
- package/modal/modal.vue.d.ts +12 -18
- package/modal/modalWrapper.vue.d.ts +2 -1
- package/package.json +9 -9
- package/shell/shell.component.vue.d.ts +7 -11
- package/table/cells/boolean.cell.vue.d.ts +3 -2
- package/table/cells/text.cell.vue.d.ts +3 -2
- package/table/header/sort.header.vue.d.ts +3 -2
- package/table/pagination-button.component.vue.d.ts +2 -1
- package/table/pagination.component.vue.d.ts +3 -2
- package/table/table.component.vue.d.ts +3 -2
- package/toast/notification-message.vue.d.ts +2 -1
- package/toast/notifications.vue.d.ts +2 -1
- package/tree/TreeItem.vue.d.ts +3 -2
- package/tree/TreeView.vue.d.ts +3 -2
- package/ControlWrapper-DejmeYzV.js +0 -1
- /package/{ControlWrapper-DqO2d36v.js → ControlWrapper-C7br-nwU.js} +0 -0
|
@@ -1,82 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {
|
|
7
|
-
selectWrapperRef: HTMLDivElement;
|
|
8
|
-
inputWrapperRef: HTMLDivElement;
|
|
9
|
-
listResultsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
-
options: {
|
|
11
|
-
type: import('vue').PropType<Array<import('./ListResults.properties').OptionValue>>;
|
|
12
|
-
required: false;
|
|
13
|
-
};
|
|
14
|
-
isLoading: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
query: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: undefined;
|
|
21
|
-
};
|
|
22
|
-
isActive: {
|
|
23
|
-
type: FunctionConstructor;
|
|
24
|
-
default: (item: any) => boolean;
|
|
25
|
-
};
|
|
26
|
-
teleported: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
}>> & Readonly<{}>, {
|
|
31
|
-
handleKeydown: (e: KeyboardEvent) => void;
|
|
32
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
33
|
-
isActive: Function;
|
|
34
|
-
query: string;
|
|
35
|
-
isLoading: boolean;
|
|
36
|
-
teleported: boolean;
|
|
37
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
38
|
-
listRef: HTMLUListElement;
|
|
39
|
-
}, HTMLUListElement, import('vue').ComponentProvideOptions, {
|
|
40
|
-
P: {};
|
|
41
|
-
B: {};
|
|
42
|
-
D: {};
|
|
43
|
-
C: {};
|
|
44
|
-
M: {};
|
|
45
|
-
Defaults: {};
|
|
46
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
47
|
-
options: {
|
|
48
|
-
type: import('vue').PropType<Array<import('./ListResults.properties').OptionValue>>;
|
|
49
|
-
required: false;
|
|
50
|
-
};
|
|
51
|
-
isLoading: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
query: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: undefined;
|
|
58
|
-
};
|
|
59
|
-
isActive: {
|
|
60
|
-
type: FunctionConstructor;
|
|
61
|
-
default: (item: any) => boolean;
|
|
62
|
-
};
|
|
63
|
-
teleported: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
}>> & Readonly<{}>, {
|
|
68
|
-
handleKeydown: (e: KeyboardEvent) => void;
|
|
69
|
-
}, {}, {}, {}, {
|
|
70
|
-
isActive: Function;
|
|
71
|
-
query: string;
|
|
72
|
-
isLoading: boolean;
|
|
73
|
-
teleported: boolean;
|
|
74
|
-
}> | null;
|
|
75
|
-
};
|
|
76
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
77
4
|
};
|
|
78
|
-
|
|
79
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
80
6
|
isOpen: {
|
|
81
7
|
type: BooleanConstructor;
|
|
82
8
|
default: boolean;
|
|
@@ -362,10 +288,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
362
288
|
query: string;
|
|
363
289
|
width: string;
|
|
364
290
|
value: any;
|
|
365
|
-
visible: boolean;
|
|
366
291
|
errors: string;
|
|
367
292
|
isTouched: boolean;
|
|
368
293
|
description: string;
|
|
294
|
+
visible: boolean;
|
|
369
295
|
enabled: boolean;
|
|
370
296
|
isFocused: boolean;
|
|
371
297
|
hideLabel: boolean;
|
|
@@ -411,79 +337,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
411
337
|
valueKey: string;
|
|
412
338
|
enableCreate: boolean;
|
|
413
339
|
clearable: boolean;
|
|
414
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
listResultsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
418
|
-
options: {
|
|
419
|
-
type: import('vue').PropType<Array<import('./ListResults.properties').OptionValue>>;
|
|
420
|
-
required: false;
|
|
421
|
-
};
|
|
422
|
-
isLoading: {
|
|
423
|
-
type: BooleanConstructor;
|
|
424
|
-
default: boolean;
|
|
425
|
-
};
|
|
426
|
-
query: {
|
|
427
|
-
type: StringConstructor;
|
|
428
|
-
default: undefined;
|
|
429
|
-
};
|
|
430
|
-
isActive: {
|
|
431
|
-
type: FunctionConstructor;
|
|
432
|
-
default: (item: any) => boolean;
|
|
433
|
-
};
|
|
434
|
-
teleported: {
|
|
435
|
-
type: BooleanConstructor;
|
|
436
|
-
default: boolean;
|
|
437
|
-
};
|
|
438
|
-
}>> & Readonly<{}>, {
|
|
439
|
-
handleKeydown: (e: KeyboardEvent) => void;
|
|
440
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
441
|
-
isActive: Function;
|
|
442
|
-
query: string;
|
|
443
|
-
isLoading: boolean;
|
|
444
|
-
teleported: boolean;
|
|
445
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
446
|
-
listRef: HTMLUListElement;
|
|
447
|
-
}, HTMLUListElement, import('vue').ComponentProvideOptions, {
|
|
448
|
-
P: {};
|
|
449
|
-
B: {};
|
|
450
|
-
D: {};
|
|
451
|
-
C: {};
|
|
452
|
-
M: {};
|
|
453
|
-
Defaults: {};
|
|
454
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
455
|
-
options: {
|
|
456
|
-
type: import('vue').PropType<Array<import('./ListResults.properties').OptionValue>>;
|
|
457
|
-
required: false;
|
|
458
|
-
};
|
|
459
|
-
isLoading: {
|
|
460
|
-
type: BooleanConstructor;
|
|
461
|
-
default: boolean;
|
|
462
|
-
};
|
|
463
|
-
query: {
|
|
464
|
-
type: StringConstructor;
|
|
465
|
-
default: undefined;
|
|
466
|
-
};
|
|
467
|
-
isActive: {
|
|
468
|
-
type: FunctionConstructor;
|
|
469
|
-
default: (item: any) => boolean;
|
|
470
|
-
};
|
|
471
|
-
teleported: {
|
|
472
|
-
type: BooleanConstructor;
|
|
473
|
-
default: boolean;
|
|
474
|
-
};
|
|
475
|
-
}>> & Readonly<{}>, {
|
|
476
|
-
handleKeydown: (e: KeyboardEvent) => void;
|
|
477
|
-
}, {}, {}, {}, {
|
|
478
|
-
isActive: Function;
|
|
479
|
-
query: string;
|
|
480
|
-
isLoading: boolean;
|
|
481
|
-
teleported: boolean;
|
|
482
|
-
}> | null;
|
|
483
|
-
}, HTMLDivElement>;
|
|
484
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
340
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
341
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
342
|
+
declare const _default: typeof __VLS_export;
|
|
485
343
|
export default _default;
|
|
486
|
-
type
|
|
344
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
487
345
|
new (): {
|
|
488
346
|
$slots: S;
|
|
489
347
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
width: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -104,7 +104,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
104
104
|
type: import('vue').PropType<any>;
|
|
105
105
|
};
|
|
106
106
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
107
|
-
"update:modelValue": (value: any) =>
|
|
107
|
+
"update:modelValue": (value: any) => any;
|
|
108
108
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
109
109
|
width: {
|
|
110
110
|
type: StringConstructor;
|
|
@@ -220,10 +220,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
220
220
|
placeholder: string;
|
|
221
221
|
width: string;
|
|
222
222
|
actions: import('./MarkdownComponent.properties').ToolbarAction[];
|
|
223
|
-
visible: boolean;
|
|
224
223
|
errors: string;
|
|
225
224
|
isTouched: boolean;
|
|
226
225
|
description: string;
|
|
226
|
+
visible: boolean;
|
|
227
227
|
enabled: boolean;
|
|
228
228
|
isFocused: boolean;
|
|
229
229
|
hideLabel: boolean;
|
|
@@ -263,5 +263,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
263
263
|
};
|
|
264
264
|
hideErrors: boolean;
|
|
265
265
|
minHeight: string;
|
|
266
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
266
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
267
|
+
declare const _default: typeof __VLS_export;
|
|
267
268
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
width: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -104,7 +104,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
104
104
|
type: import('vue').PropType<any>;
|
|
105
105
|
};
|
|
106
106
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
107
|
-
"update:modelValue": (value: any) =>
|
|
107
|
+
"update:modelValue": (value: any) => any;
|
|
108
108
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
109
109
|
width: {
|
|
110
110
|
type: StringConstructor;
|
|
@@ -220,10 +220,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
220
220
|
placeholder: string;
|
|
221
221
|
width: string;
|
|
222
222
|
actions: import('./MarkdownComponent.properties').ToolbarAction[];
|
|
223
|
-
visible: boolean;
|
|
224
223
|
errors: string;
|
|
225
224
|
isTouched: boolean;
|
|
226
225
|
description: string;
|
|
226
|
+
visible: boolean;
|
|
227
227
|
enabled: boolean;
|
|
228
228
|
isFocused: boolean;
|
|
229
229
|
hideLabel: boolean;
|
|
@@ -263,5 +263,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
263
263
|
};
|
|
264
264
|
hideErrors: boolean;
|
|
265
265
|
minHeight: string;
|
|
266
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
266
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
267
|
+
declare const _default: typeof __VLS_export;
|
|
267
268
|
export default _default;
|
package/icons/icon.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
icon: {
|
|
3
3
|
type: import('vue').PropType<import('./icon-list').IconProp>;
|
|
4
4
|
};
|
|
@@ -13,4 +13,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
13
|
type: import('vue').PropType<import('..').Size>;
|
|
14
14
|
};
|
|
15
15
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
16
17
|
export default _default;
|