@ghentcdh/ui 3.0.0 → 3.0.1

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.
Files changed (50) hide show
  1. package/ControlWrapper-Ckzwap0M.js +1 -0
  2. package/{Markdown-Dj1gzJJq.js → Markdown-BjFpy32Y.js} +3 -3
  3. package/{Markdown-DcpBYoNe.js → Markdown-DRCEgDfZ.js} +1 -1
  4. package/alert/alert.vue.d.ts +7 -11
  5. package/button/btn-badge.vue.d.ts +8 -12
  6. package/button/btn.vue.d.ts +7 -11
  7. package/card/card.vue.d.ts +13 -14
  8. package/collapse/Collapse.vue.d.ts +12 -14
  9. package/collapse/CollapseRow.vue.d.ts +8 -12
  10. package/drawer/drawer.vue.d.ts +12 -14
  11. package/filter/filter.vue.d.ts +3 -2
  12. package/form/Checkbox.vue.d.ts +5 -4
  13. package/form/Input.vue.d.ts +5 -4
  14. package/form/InputNumber.vue.d.ts +5 -4
  15. package/form/Textarea.vue.d.ts +6 -5
  16. package/form/core/ControlWrapper.vue.d.ts +11 -14
  17. package/form/index.d.ts +3 -3
  18. package/form/select/AutoComplete.vue.d.ts +4 -5
  19. package/form/select/ListResults.vue.d.ts +4 -5
  20. package/form/select/MultiSelect.vue.d.ts +4 -3
  21. package/form/select/SelectComponent.vue.d.ts +4 -3
  22. package/form/select/SelectWrapper.vue.d.ts +9 -151
  23. package/form/text/Markdown.vue.d.ts +5 -4
  24. package/form/text/MarkdownFallback.vue.d.ts +5 -4
  25. package/icons/icon.vue.d.ts +2 -1
  26. package/index.css +2 -2
  27. package/index.js +1 -1
  28. package/index.mjs +17 -17
  29. package/loading/loading.vue.d.ts +2 -1
  30. package/menu/dropdown.vue.d.ts +2 -1
  31. package/menu/menu-item.vue.d.ts +2 -1
  32. package/menu/menu.vue.d.ts +2 -1
  33. package/menu/sub-menu.vue.d.ts +2 -1
  34. package/modal/confirmModal.vue.d.ts +3 -2
  35. package/modal/modal.vue.d.ts +12 -18
  36. package/modal/modalWrapper.vue.d.ts +2 -1
  37. package/package.json +9 -9
  38. package/shell/shell.component.vue.d.ts +7 -11
  39. package/table/cells/boolean.cell.vue.d.ts +3 -2
  40. package/table/cells/text.cell.vue.d.ts +3 -2
  41. package/table/header/sort.header.vue.d.ts +3 -2
  42. package/table/pagination-button.component.vue.d.ts +2 -1
  43. package/table/pagination.component.vue.d.ts +3 -2
  44. package/table/table.component.vue.d.ts +3 -2
  45. package/toast/notification-message.vue.d.ts +2 -1
  46. package/toast/notifications.vue.d.ts +2 -1
  47. package/tree/TreeItem.vue.d.ts +3 -2
  48. package/tree/TreeView.vue.d.ts +3 -2
  49. package/ControlWrapper-DejmeYzV.js +0 -1
  50. /package/{ControlWrapper-DqO2d36v.js → ControlWrapper-C7br-nwU.js} +0 -0
@@ -1,82 +1,8 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
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
- selectWrapperRef: HTMLDivElement;
416
- inputWrapperRef: HTMLDivElement;
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 __VLS_WithTemplateSlots<T, S> = T & {
344
+ type __VLS_WithSlots<T, S> = T & {
487
345
  new (): {
488
346
  $slots: S;
489
347
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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) => void;
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, {}, HTMLFieldSetElement>;
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 _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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) => void;
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, {}, HTMLFieldSetElement>;
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 _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
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;