@knime/kds-components 1.1.3 → 1.1.4

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 (109) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/index.css +221 -221
  3. package/dist/index.js +29 -39
  4. package/dist/index.js.map +1 -1
  5. package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts.map +1 -1
  6. package/dist/src/buttons/ActionButton/types.d.ts +2 -0
  7. package/dist/src/buttons/ActionButton/types.d.ts.map +1 -1
  8. package/dist/src/buttons/BaseButton.vue.d.ts +10 -2
  9. package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
  10. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +4 -2
  11. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  12. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +4 -2
  13. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
  14. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +4 -2
  15. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
  16. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts +38 -15
  17. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts.map +1 -1
  18. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +68 -30
  19. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
  20. package/dist/src/containers/Menu/KdsMenu.vue.d.ts +8 -4
  21. package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -1
  22. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts +16 -3
  23. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -1
  24. package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts +4 -2
  25. package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts.map +1 -1
  26. package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts +10 -2
  27. package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts.map +1 -1
  28. package/dist/src/forms/_helper/BaseFormFieldWrapper.vue.d.ts +18 -4
  29. package/dist/src/forms/_helper/BaseFormFieldWrapper.vue.d.ts.map +1 -1
  30. package/dist/src/forms/_helper/InfoPopover/InfoPopover.vue.d.ts +10 -5
  31. package/dist/src/forms/_helper/InfoPopover/InfoPopover.vue.d.ts.map +1 -1
  32. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +18 -9
  33. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  34. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +18 -9
  35. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  36. package/dist/src/forms/_helper/VariablePopover/VariablePopover.vue.d.ts +10 -5
  37. package/dist/src/forms/_helper/VariablePopover/VariablePopover.vue.d.ts.map +1 -1
  38. package/dist/src/forms/inputs/BaseInput.vue.d.ts +18 -3
  39. package/dist/src/forms/inputs/BaseInput.vue.d.ts.map +1 -1
  40. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +4 -2
  41. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
  42. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +10 -5
  43. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  44. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +4 -2
  45. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
  46. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +38 -19
  47. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts.map +1 -1
  48. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +10 -5
  49. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
  50. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +6 -3
  51. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
  52. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +6 -3
  53. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
  54. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +6 -3
  55. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  56. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +10 -5
  57. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  58. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +10 -5
  59. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  60. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +28 -14
  61. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
  62. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +18 -9
  63. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
  64. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +6 -3
  65. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -1
  66. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +38 -19
  67. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts.map +1 -1
  68. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +6 -3
  69. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  70. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +10 -5
  71. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  72. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +10 -5
  73. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  74. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +6 -3
  75. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  76. package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts +4 -4
  77. package/dist/src/forms/selects/SortableListBox/types.d.ts +1 -1
  78. package/dist/src/forms/selects/SortableListBox/types.d.ts.map +1 -1
  79. package/dist/src/layouts/Accordion/KdsAccordion.vue.d.ts +9 -3
  80. package/dist/src/layouts/Accordion/KdsAccordion.vue.d.ts.map +1 -1
  81. package/dist/src/layouts/Card/BaseCard.vue.d.ts +34 -5
  82. package/dist/src/layouts/Card/BaseCard.vue.d.ts.map +1 -1
  83. package/dist/src/layouts/Card/CardHeader.vue.d.ts +18 -3
  84. package/dist/src/layouts/Card/CardHeader.vue.d.ts.map +1 -1
  85. package/dist/src/layouts/Card/KdsCard.vue.d.ts +26 -4
  86. package/dist/src/layouts/Card/KdsCard.vue.d.ts.map +1 -1
  87. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts +26 -4
  88. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -1
  89. package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts +26 -4
  90. package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts.map +1 -1
  91. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts +26 -4
  92. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -1
  93. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts +10 -2
  94. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts.map +1 -1
  95. package/dist/src/layouts/Navigation/types.d.ts +1 -1
  96. package/dist/src/layouts/Navigation/types.d.ts.map +1 -1
  97. package/dist/src/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts +13 -3
  98. package/dist/src/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts.map +1 -1
  99. package/dist/src/overlays/Modal/KdsModal.vue.d.ts +38 -9
  100. package/dist/src/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
  101. package/dist/src/overlays/Modal/KdsModalLayout.vue.d.ts +18 -3
  102. package/dist/src/overlays/Modal/KdsModalLayout.vue.d.ts.map +1 -1
  103. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts +10 -2
  104. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  105. package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts +10 -2
  106. package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts.map +1 -1
  107. package/package.json +2 -2
  108. package/dist/src/containers/FileExplorer/utils/filterSlotsForDynamicColumns.d.ts +0 -3
  109. package/dist/src/containers/FileExplorer/utils/filterSlotsForDynamicColumns.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ActionButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/ActionButton.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;;;;YAFjD,CAlBkE;;;;UAyBhB,aAAa;;;;YAP/D,CAVe;;;UAiBmC,aAAa;;;;YAP/D,CAlBkE;;;;UAyBhB,aAAa;;;;YAP/D,CAVe;;;UAiBmC,aAAa;;AAyE/D,wBAMG"}
1
+ {"version":3,"file":"ActionButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/ActionButton.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;;;;YAFjD,CAbkD;;;;UAoBA,aAAa;;;;YAP/D,CAPsC;;;UAcY,aAAa;;;;YAP/D,CAbkD;;;;UAoBA,aAAa;;;;YAP/D,CAPsC;;;UAcY,aAAa;;AAyE/D,wBAMG"}
@@ -3,7 +3,9 @@ import { KdsLinkButtonProps } from '../links/KdsLinkButton';
3
3
  import { kdsActionButtonType } from './enums';
4
4
  export type KdsActionButtonType = (typeof kdsActionButtonType)[keyof typeof kdsActionButtonType];
5
5
  export type KdsActionButtonProps = {
6
+ /** Type of the action button */
6
7
  type: "button";
8
+ /** Properties of the corresponding button type */
7
9
  props: KdsButtonProps & {
8
10
  size?: never;
9
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE9C,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,oBAAoB,GAC5B;IACE,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,cAAc,GAAG;QAAE,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;IACzC,qBAAqB;IACrB,OAAO,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACtC,GACD;IACE,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,kBAAkB,GAAG;QAAE,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;CAC9C,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE9C,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,oBAAoB,GAC5B;IACE,gCAAgC;IAChC,IAAI,EAAE,QAAQ,CAAC;IACf,kDAAkD;IAClD,KAAK,EAAE,cAAc,GAAG;QAAE,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;IACzC,qBAAqB;IACrB,OAAO,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACtC,GACD;IACE,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,kBAAkB,GAAG;QAAE,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;CAC9C,CAAC"}
@@ -1,8 +1,16 @@
1
1
  import { Component } from 'vue';
2
2
  declare function __VLS_template(): {
3
3
  attrs: Partial<{}>;
4
- slots: {
5
- leading?(_: {}): any;
4
+ slots: Readonly<{
5
+ /**
6
+ * Leading content before the label (e.g. icon). Overrides the `leadingIcon` prop.
7
+ */
8
+ leading(): unknown;
9
+ }> & {
10
+ /**
11
+ * Leading content before the label (e.g. icon). Overrides the `leadingIcon` prop.
12
+ */
13
+ leading(): unknown;
6
14
  };
7
15
  refs: {};
8
16
  rootEl: any;
@@ -1 +1 @@
1
- {"version":3,"file":"BaseButton.vue.d.ts","sourceRoot":"","sources":["../../../src/buttons/BaseButton.vue"],"names":[],"mappings":"AAgWA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAC;AA0D/C,iBAAS,cAAc;WAsGT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;gBA5KP,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;kFAoL9B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"BaseButton.vue.d.ts","sourceRoot":"","sources":["../../../src/buttons/BaseButton.vue"],"names":[],"mappings":"AAuWA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAC;AAiE/C,iBAAS,cAAc;WAmGT,OAAO,IAA6B;;QA3GhD;;WAEG;mBACQ,OAAO;;QAHlB;;WAEG;mBACQ,OAAO;;;;EA6GnB;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;gBAhLP,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;kFAwL9B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -338,8 +338,10 @@ declare const _default: import('vue').DefineComponent<({
338
338
  anchorStyle: Record<string, string>;
339
339
  popoverId: string;
340
340
  } & {} & import('vue').ComponentCustomProperties & {} & {
341
- $slots: {
342
- default?(_: {}): any;
341
+ $slots: Readonly<{
342
+ default(): unknown;
343
+ }> & {
344
+ default(): unknown;
343
345
  };
344
346
  }) | null;
345
347
  menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers/MenuContainer').KdsMenuContainerProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":";iBAgLa,OAAO;;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2I0iiB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBpriB,wBASG"}
1
+ {"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":";iBAgLa,OAAO;;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2I0iiB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBpriB,wBASG"}
@@ -185,8 +185,10 @@ declare const _default: import('vue').DefineComponent<(import('../../types/testI
185
185
  anchorStyle: Record<string, string>;
186
186
  popoverId: string;
187
187
  } & {} & import('vue').ComponentCustomProperties & {} & {
188
- $slots: {
189
- default?(_: {}): any;
188
+ $slots: Readonly<{
189
+ default(): unknown;
190
+ }> & {
191
+ default(): unknown;
190
192
  };
191
193
  }) | null;
192
194
  menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers/MenuContainer').KdsMenuContainerProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAkXque,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB31e,wBASG"}
1
+ {"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAkXque,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB31e,wBASG"}
@@ -314,8 +314,10 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
314
314
  anchorStyle: Record<string, string>;
315
315
  popoverId: string;
316
316
  } & {} & import('vue').ComponentCustomProperties & {} & {
317
- $slots: {
318
- default?(_: {}): any;
317
+ $slots: Readonly<{
318
+ default(): unknown;
319
+ }> & {
320
+ default(): unknown;
319
321
  };
320
322
  }) | null;
321
323
  menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers/MenuContainer').KdsMenuContainerProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"KdsResponsiveButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue"],"names":[],"mappings":"AA4UA,OAAO,EACL,KAAK,uBAAuB,EAE5B,QAAQ,EAKT,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AASpD,OAAO,KAAK,EAEV,6BAA6B,EAC9B,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAwY4jH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAfnsH,wBAOG"}
1
+ {"version":3,"file":"KdsResponsiveButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue"],"names":[],"mappings":"AA4UA,OAAO,EACL,KAAK,uBAAuB,EAE5B,QAAQ,EAKT,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AASpD,OAAO,KAAK,EAEV,6BAA6B,EAC9B,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAwY4jH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAfnsH,wBAOG"}
@@ -12,11 +12,24 @@ type Props = {
12
12
  };
13
13
  declare function __VLS_template(): {
14
14
  attrs: Partial<{}>;
15
- slots: Partial<Record<string, (_: {
16
- isRenameActive: boolean;
17
- isSelected: boolean;
18
- }) => any>> & {
19
- optionsMenu?(_: {}): any;
15
+ slots: Readonly<{
16
+ [name: string]: ((props: {
17
+ isRenameActive: boolean;
18
+ isSelected: boolean;
19
+ }) => unknown) | undefined;
20
+ /**
21
+ * Options menu toggle button displayed at the end of the item.
22
+ */
23
+ optionsMenu?(): unknown;
24
+ }> & {
25
+ [name: string]: ((props: {
26
+ isRenameActive: boolean;
27
+ isSelected: boolean;
28
+ }) => unknown) | undefined;
29
+ /**
30
+ * Options menu toggle button displayed at the end of the item.
31
+ */
32
+ optionsMenu?(): unknown;
20
33
  };
21
34
  refs: {
22
35
  baseItem: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
@@ -281,9 +294,12 @@ declare function __VLS_template(): {
281
294
  }>, "focus"> & {
282
295
  focus: (options?: FocusOptions) => void;
283
296
  } & {} & import('vue').ComponentCustomProperties & {} & {
284
- $slots: {
285
- leading?(_: {}): any;
286
- trailing?(_: {}): any;
297
+ $slots: Readonly<{
298
+ leading?(): unknown;
299
+ trailing?(): unknown;
300
+ }> & {
301
+ leading?(): unknown;
302
+ trailing?(): unknown;
287
303
  };
288
304
  }) | null;
289
305
  popoverRef: ({
@@ -414,8 +430,10 @@ declare function __VLS_template(): {
414
430
  anchorStyle: Record<string, string>;
415
431
  popoverId: string;
416
432
  } & {} & import('vue').ComponentCustomProperties & {} & {
417
- $slots: {
418
- default?(_: {}): any;
433
+ $slots: Readonly<{
434
+ default(): unknown;
435
+ }> & {
436
+ default(): unknown;
419
437
  };
420
438
  }) | null;
421
439
  listContainerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').KdsListContainerProps> & Readonly<{
@@ -805,9 +823,12 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
805
823
  }>, "focus"> & {
806
824
  focus: (options?: FocusOptions) => void;
807
825
  } & {} & import('vue').ComponentCustomProperties & {} & {
808
- $slots: {
809
- leading?(_: {}): any;
810
- trailing?(_: {}): any;
826
+ $slots: Readonly<{
827
+ leading?(): unknown;
828
+ trailing?(): unknown;
829
+ }> & {
830
+ leading?(): unknown;
831
+ trailing?(): unknown;
811
832
  };
812
833
  }) | null;
813
834
  popoverRef: ({
@@ -938,8 +959,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
938
959
  anchorStyle: Record<string, string>;
939
960
  popoverId: string;
940
961
  } & {} & import('vue').ComponentCustomProperties & {} & {
941
- $slots: {
942
- default?(_: {}): any;
962
+ $slots: Readonly<{
963
+ default(): unknown;
964
+ }> & {
965
+ default(): unknown;
943
966
  };
944
967
  }) | null;
945
968
  listContainerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').KdsListContainerProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"FileExplorerItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItem.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FileExplorerItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItem.vue"],"names":[],"mappings":"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"}
@@ -9,12 +9,22 @@ type __VLS_PublicProps = {
9
9
  } & __VLS_Props;
10
10
  declare function __VLS_template(): {
11
11
  attrs: Partial<{}>;
12
- slots: Partial<Record<string, (_: {
13
- item: KdsFileExplorerItem<Record<string, unknown>>;
14
- isRenameActive: boolean;
15
- isSelected: boolean;
16
- }) => any>> & {
17
- customDragPreview?(_: {}): any;
12
+ slots: Readonly<{
13
+ [name: string]: (props: {
14
+ item: KdsFileExplorerItem;
15
+ }) => unknown;
16
+ /**
17
+ * Custom drag preview element shown while dragging items.
18
+ */
19
+ customDragPreview(): unknown;
20
+ }> & {
21
+ [name: string]: (props: {
22
+ item: KdsFileExplorerItem;
23
+ }) => unknown;
24
+ /**
25
+ * Custom drag preview element shown while dragging items.
26
+ */
27
+ customDragPreview(): unknown;
18
28
  };
19
29
  refs: {
20
30
  itemBack: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
@@ -323,9 +333,12 @@ declare function __VLS_template(): {
323
333
  }>, "focus"> & {
324
334
  focus: (options?: FocusOptions) => void;
325
335
  } & {} & import('vue').ComponentCustomProperties & {} & {
326
- $slots: {
327
- leading?(_: {}): any;
328
- trailing?(_: {}): any;
336
+ $slots: Readonly<{
337
+ leading?(): unknown;
338
+ trailing?(): unknown;
339
+ }> & {
340
+ leading?(): unknown;
341
+ trailing?(): unknown;
329
342
  };
330
343
  }) | null;
331
344
  popoverRef: ({
@@ -456,8 +469,10 @@ declare function __VLS_template(): {
456
469
  anchorStyle: Record<string, string>;
457
470
  popoverId: string;
458
471
  } & {} & import('vue').ComponentCustomProperties & {} & {
459
- $slots: {
460
- default?(_: {}): any;
472
+ $slots: Readonly<{
473
+ default(): unknown;
474
+ }> & {
475
+ default(): unknown;
461
476
  };
462
477
  }) | null;
463
478
  listContainerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').KdsListContainerProps> & Readonly<{
@@ -649,11 +664,18 @@ declare function __VLS_template(): {
649
664
  }) => any) | undefined;
650
665
  "onRename:clear"?: (() => any) | undefined;
651
666
  }>, "isDraggingEnabled"> & {} & import('vue').ComponentCustomProperties & {} & {
652
- $slots: Partial<Record<string, (_: {
653
- isRenameActive: boolean;
654
- isSelected: boolean;
655
- }) => any>> & {
656
- optionsMenu?(_: {}): any;
667
+ $slots: Readonly<{
668
+ [name: string]: ((props: {
669
+ isRenameActive: boolean;
670
+ isSelected: boolean;
671
+ }) => unknown) | undefined;
672
+ optionsMenu?(): unknown;
673
+ }> & {
674
+ [name: string]: ((props: {
675
+ isRenameActive: boolean;
676
+ isSelected: boolean;
677
+ }) => unknown) | undefined;
678
+ optionsMenu?(): unknown;
657
679
  };
658
680
  }) | null)[];
659
681
  customPreviewContainer: HTMLDivElement;
@@ -786,8 +808,10 @@ declare function __VLS_template(): {
786
808
  anchorStyle: Record<string, string>;
787
809
  popoverId: string;
788
810
  } & {} & import('vue').ComponentCustomProperties & {} & {
789
- $slots: {
790
- default?(_: {}): any;
811
+ $slots: Readonly<{
812
+ default(): unknown;
813
+ }> & {
814
+ default(): unknown;
791
815
  };
792
816
  }) | null;
793
817
  contextMenu: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../MenuContainer').KdsMenuContainerProps> & Readonly<{
@@ -1177,9 +1201,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1177
1201
  }>, "focus"> & {
1178
1202
  focus: (options?: FocusOptions) => void;
1179
1203
  } & {} & import('vue').ComponentCustomProperties & {} & {
1180
- $slots: {
1181
- leading?(_: {}): any;
1182
- trailing?(_: {}): any;
1204
+ $slots: Readonly<{
1205
+ leading?(): unknown;
1206
+ trailing?(): unknown;
1207
+ }> & {
1208
+ leading?(): unknown;
1209
+ trailing?(): unknown;
1183
1210
  };
1184
1211
  }) | null;
1185
1212
  popoverRef: ({
@@ -1310,8 +1337,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1310
1337
  anchorStyle: Record<string, string>;
1311
1338
  popoverId: string;
1312
1339
  } & {} & import('vue').ComponentCustomProperties & {} & {
1313
- $slots: {
1314
- default?(_: {}): any;
1340
+ $slots: Readonly<{
1341
+ default(): unknown;
1342
+ }> & {
1343
+ default(): unknown;
1315
1344
  };
1316
1345
  }) | null;
1317
1346
  listContainerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').KdsListContainerProps> & Readonly<{
@@ -1503,11 +1532,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1503
1532
  }) => any) | undefined;
1504
1533
  "onRename:clear"?: (() => any) | undefined;
1505
1534
  }>, "isDraggingEnabled"> & {} & import('vue').ComponentCustomProperties & {} & {
1506
- $slots: Partial<Record<string, (_: {
1507
- isRenameActive: boolean;
1508
- isSelected: boolean;
1509
- }) => any>> & {
1510
- optionsMenu?(_: {}): any;
1535
+ $slots: Readonly<{
1536
+ [name: string]: ((props: {
1537
+ isRenameActive: boolean;
1538
+ isSelected: boolean;
1539
+ }) => unknown) | undefined;
1540
+ optionsMenu?(): unknown;
1541
+ }> & {
1542
+ [name: string]: ((props: {
1543
+ isRenameActive: boolean;
1544
+ isSelected: boolean;
1545
+ }) => unknown) | undefined;
1546
+ optionsMenu?(): unknown;
1511
1547
  };
1512
1548
  }) | null)[];
1513
1549
  customPreviewContainer: HTMLDivElement;
@@ -1640,8 +1676,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1640
1676
  anchorStyle: Record<string, string>;
1641
1677
  popoverId: string;
1642
1678
  } & {} & import('vue').ComponentCustomProperties & {} & {
1643
- $slots: {
1644
- default?(_: {}): any;
1679
+ $slots: Readonly<{
1680
+ default(): unknown;
1681
+ }> & {
1682
+ default(): unknown;
1645
1683
  };
1646
1684
  }) | null;
1647
1685
  contextMenu: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../MenuContainer').KdsMenuContainerProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"KdsFileExplorer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/KdsFileExplorer.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"KdsFileExplorer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/KdsFileExplorer.vue"],"names":[],"mappings":"AAqtBA,OAAO,EAGL,QAAQ,EAMT,MAAM,KAAK,CAAC;AAiBb,OAAO,KAAK,EAEV,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,SAAS,CAAC;AAKjB;;GAEG;AAEH,KAAK,WAAW,GAAG,oBAAoB,CAAC;AAuexC,KAAK,iBAAiB,GAAG;IACzB,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAkbT,OAAO,IAA6B;;gCA9cxB;YAAE,IAAI,EAAE,mBAAmB,CAAA;SAAE,KAAK,OAAO;QAPjE;;WAEG;6BACkB,OAAO;;gCAIJ;YAAE,IAAI,EAAE,mBAAmB,CAAA;SAAE,KAAK,OAAO;QAPjE;;WAEG;6BACkB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCArf9B,CArnBqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDA65BJ,GAAG,8CAA8C,GAAG,yBAGhE,GAAG,6DAGR,GAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDANgB,GAAG,8CAA8C,GAAG,yBAGhE,GAAG,6DAGR,GAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCA9SD,CArnBqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA65BJ,GAAG,8CAA8C,GAAG,yBAGhE,GAAG,6DAGR,GAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCANgB,GAAG,8CAA8C,GAAG,yBAGhE,GAAG,6DAGR,GAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8pBA;AAoDD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAjgCrB,CArnBqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDA65BJ,GAAG,8CAA8C,GAAG,yBAGhE,GAAG,6DAGR,GAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDANgB,GAAG,8CAA8C,GAAG,yBAGhE,GAAG,6DAGR,GAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA9SD,CArnBqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA65BJ,GAAG,8CAA8C,GAAG,yBAGhE,GAAG,6DAGR,GAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCANgB,GAAG,8CAA8C,GAAG,yBAGhE,GAAG,6DAGR,GAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA6tBC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -175,8 +175,10 @@ declare function __VLS_template(): {
175
175
  anchorStyle: Record<string, string>;
176
176
  popoverId: string;
177
177
  } & {} & import('vue').ComponentCustomProperties & {} & {
178
- $slots: {
179
- default?(_: {}): any;
178
+ $slots: Readonly<{
179
+ default(): unknown;
180
+ }> & {
181
+ default(): unknown;
180
182
  };
181
183
  }) | null;
182
184
  menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../MenuContainer').KdsMenuContainerProps> & Readonly<{
@@ -336,8 +338,10 @@ declare const __VLS_component: import('vue').DefineComponent<KdsMenuProps, {}, {
336
338
  anchorStyle: Record<string, string>;
337
339
  popoverId: string;
338
340
  } & {} & import('vue').ComponentCustomProperties & {} & {
339
- $slots: {
340
- default?(_: {}): any;
341
+ $slots: Readonly<{
342
+ default(): unknown;
343
+ }> & {
344
+ default(): unknown;
341
345
  };
342
346
  }) | null;
343
347
  menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../MenuContainer').KdsMenuContainerProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"KdsMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/Menu/KdsMenu.vue"],"names":[],"mappings":"AA6IA,OAAO,EACL,KAAK,SAAS,EAMf,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAgB,YAAY,EAAE,MAAM,SAAS,CAAC;AA6C1D,QAAA,MAAM,kBAAkB,oCAAmC,CAAC;AAE5D,QAAA,MAAM,IAAI,YAET,CAAC;AAEF,QAAA,MAAM,KAAK,YAEV,CAAC;AAEF,QAAA,MAAM,MAAM,YAEX,CAAC;AAEF,QAAA,MAAM,KAAK;;;;;;;;;EAeT,CAAC;AAEH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,SAAS,CAAC,OAAO,KAAK,CAAC,CAAC;IAC/B,MAAM,EAAE,SAAS,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC7C,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,KAAK,EAAE,OAAO,KAAK,CAAC;IACpB,MAAM,EAAE,OAAO,MAAM,CAAC;CACvB,CAAC;AAiBF,iBAAS,cAAc;WAgFT,OAAO,IAA6B;;QA9FhD;;;;;;;;WAQG;uBACY,aAAa,GAAG,OAAO;;QATtC;;;;;;;;WAQG;uBACY,aAAa,GAAG,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqIg+f,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA3C7ngB;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBm/f,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAf5ngB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"KdsMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/Menu/KdsMenu.vue"],"names":[],"mappings":"AA6IA,OAAO,EACL,KAAK,SAAS,EAMf,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAgB,YAAY,EAAE,MAAM,SAAS,CAAC;AA6C1D,QAAA,MAAM,kBAAkB,oCAAmC,CAAC;AAE5D,QAAA,MAAM,IAAI,YAET,CAAC;AAEF,QAAA,MAAM,KAAK,YAEV,CAAC;AAEF,QAAA,MAAM,MAAM,YAEX,CAAC;AAEF,QAAA,MAAM,KAAK;;;;;;;;;EAeT,CAAC;AAEH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,SAAS,CAAC,OAAO,KAAK,CAAC,CAAC;IAC/B,MAAM,EAAE,SAAS,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC7C,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,KAAK,EAAE,OAAO,KAAK,CAAC;IACpB,MAAM,EAAE,OAAO,MAAM,CAAC;CACvB,CAAC;AAiBF,iBAAS,cAAc;WAgFT,OAAO,IAA6B;;QA9FhD;;;;;;;;WAQG;uBACY,aAAa,GAAG,OAAO;;QATtC;;;;;;;;WAQG;uBACY,aAAa,GAAG,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqIg+f,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA3C7ngB;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBm/f,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAf5ngB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -7,13 +7,26 @@ type __VLS_Props = {
7
7
  };
8
8
  declare function __VLS_template(): {
9
9
  attrs: Partial<{}>;
10
- slots: {
11
- children?(_: {
10
+ slots: Readonly<{
11
+ /**
12
+ * Submenu content rendered when the item has children.
13
+ */
14
+ children(props: {
12
15
  anchor: {
13
16
  id: string;
14
17
  name: string;
15
18
  };
16
- }): any;
19
+ }): unknown;
20
+ }> & {
21
+ /**
22
+ * Submenu content rendered when the item has children.
23
+ */
24
+ children(props: {
25
+ anchor: {
26
+ id: string;
27
+ name: string;
28
+ };
29
+ }): unknown;
17
30
  };
18
31
  refs: {
19
32
  linkEl: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsMenuItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/MenuContainer/KdsMenuItem.vue"],"names":[],"mappings":"AAgPA,OAAO,KAAK,EACV,qBAAqB,EACrB,WAAW,EAGZ,MAAM,SAAS,CAAC;AAEjB,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,WAAW,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;CAC5C,CAAC;AA8FF,iBAAS,cAAc;WAmPT,OAAO,IAA6B;;;;;;;YAZnB,GAAG;;;;;;EAiBjC;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"KdsMenuItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/MenuContainer/KdsMenuItem.vue"],"names":[],"mappings":"AAuPA,OAAO,KAAK,EACV,qBAAqB,EACrB,WAAW,EAGZ,MAAM,SAAS,CAAC;AAEjB,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,WAAW,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;CAC5C,CAAC;AAqGF,iBAAS,cAAc;WAgPT,OAAO,IAA6B;;QAxPhD;;WAEG;wBACa;YAAE,MAAM,EAAE;gBAAE,EAAE,EAAE,MAAM,CAAC;gBAAC,IAAI,EAAE,MAAM,CAAA;aAAE,CAAA;SAAE,GAAG,OAAO;;QAHlE;;WAEG;wBACa;YAAE,MAAM,EAAE;gBAAE,EAAE,EAAE,MAAM,CAAC;gBAAC,IAAI,EAAE,MAAM,CAAA;aAAE,CAAA;SAAE,GAAG,OAAO;;;;;;EA0PnE;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -55,8 +55,10 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
55
55
  $nextTick: typeof import('vue').nextTick;
56
56
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
57
57
  } & Readonly<{}> & Omit<Readonly<import('../types').KdsFieldsetProps> & Readonly<{}>, never> & {} & import('vue').ComponentCustomProperties & {} & {
58
- $slots: {
59
- default?(_: {}): any;
58
+ $slots: Readonly<{
59
+ default(): unknown;
60
+ }> & {
61
+ default(): unknown;
60
62
  };
61
63
  }) | null;
62
64
  optionContainer: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsValueSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/KdsValueSwitch.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAwB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAIzE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAuCvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2J+kgB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;AAjBrtgB,wBASG"}
1
+ {"version":3,"file":"KdsValueSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/KdsValueSwitch.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAwB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAIzE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAuCvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2J+kgB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;AAjBrtgB,wBASG"}
@@ -1,8 +1,16 @@
1
1
  import { KdsFieldsetProps } from '../types';
2
2
  declare function __VLS_template(): {
3
3
  attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {}): any;
4
+ slots: Readonly<{
5
+ /**
6
+ * Content of the fieldset (e.g. checkboxes, radio buttons).
7
+ */
8
+ default(): unknown;
9
+ }> & {
10
+ /**
11
+ * Content of the fieldset (e.g. checkboxes, radio buttons).
12
+ */
13
+ default(): unknown;
6
14
  };
7
15
  refs: {};
8
16
  rootEl: HTMLFieldSetElement;
@@ -1 +1 @@
1
- {"version":3,"file":"BaseFieldsetWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/BaseFieldsetWrapper.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAoBjD,iBAAS,cAAc;WAqFT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,4TAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"BaseFieldsetWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/BaseFieldsetWrapper.vue"],"names":[],"mappings":"AAyGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AA2BjD,iBAAS,cAAc;WAkFT,OAAO,IAA6B;;QA1FhD;;WAEG;mBACQ,OAAO;;QAHlB;;WAEG;mBACQ,OAAO;;;;EA4FnB;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,4TAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -20,14 +20,28 @@ type KdsFormFieldProps = {
20
20
  } & Omit<KdsSubTextProps, "id">;
21
21
  declare function __VLS_template(): {
22
22
  attrs: Partial<{}>;
23
- slots: {
24
- default?(_: {
23
+ slots: Readonly<{
24
+ /**
25
+ * Form input element.
26
+ */
27
+ default(props: {
25
28
  id: string;
26
29
  ariaLabelledby: string | undefined;
27
30
  ariaDescribedby: string | undefined;
28
31
  ariaLabel: string | undefined;
29
- ariaInvalid: boolean;
30
- }): any;
32
+ ariaInvalid: boolean | undefined;
33
+ }): unknown;
34
+ }> & {
35
+ /**
36
+ * Form input element.
37
+ */
38
+ default(props: {
39
+ id: string;
40
+ ariaLabelledby: string | undefined;
41
+ ariaDescribedby: string | undefined;
42
+ ariaLabel: string | undefined;
43
+ ariaInvalid: boolean | undefined;
44
+ }): unknown;
31
45
  };
32
46
  refs: {};
33
47
  rootEl: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"BaseFormFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/BaseFormFieldWrapper.vue"],"names":[],"mappings":"AA+EA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAKhD,KAAK,iBAAiB,GAAG;IACvB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AAchC,iBAAS,cAAc;WA0ET,OAAO,IAA6B;;;;;;;;YAVrB,GAAG;;;;EAe/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,yTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"BaseFormFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/BaseFormFieldWrapper.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAKhD,KAAK,iBAAiB,GAAG;IACvB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AA2BhC,iBAAS,cAAc;WAuET,OAAO,IAA6B;;QArFhD;;WAEG;uBACY;YACb,EAAE,EAAE,MAAM,CAAC;YACX,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;YACnC,eAAe,EAAE,MAAM,GAAG,SAAS,CAAC;YACpC,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;YAC9B,WAAW,EAAE,OAAO,GAAG,SAAS,CAAC;SAClC,GAAG,OAAO;;QATX;;WAEG;uBACY;YACb,EAAE,EAAE,MAAM,CAAC;YACX,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;YACnC,eAAe,EAAE,MAAM,GAAG,SAAS,CAAC;YACpC,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;YAC9B,WAAW,EAAE,OAAO,GAAG,SAAS,CAAC;SAClC,GAAG,OAAO;;;;EAiFZ;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,yTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * @slot default - Custom content for the popover. When provided, overrides the `content` prop.
3
- */
4
1
  type __VLS_Props = {
5
2
  /**
6
3
  * Content to display inside the info popover. Used when no default slot is provided.
@@ -9,8 +6,16 @@ type __VLS_Props = {
9
6
  };
10
7
  declare function __VLS_template(): {
11
8
  attrs: Partial<{}>;
12
- slots: {
13
- default?(_: {}): any;
9
+ slots: Readonly<{
10
+ /**
11
+ * Custom content for the popover. When provided, overrides the `content` prop.
12
+ */
13
+ default(): unknown;
14
+ }> & {
15
+ /**
16
+ * Custom content for the popover. When provided, overrides the `content` prop.
17
+ */
18
+ default(): unknown;
14
19
  };
15
20
  refs: {};
16
21
  rootEl: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"InfoPopover.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/InfoPopover.vue"],"names":[],"mappings":"AAgCA;;GAEG;AAEH,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAKF,iBAAS,cAAc;WA4BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"InfoPopover.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/InfoPopover.vue"],"names":[],"mappings":"AAmCA,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAYF,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;QAjChD;;WAEG;mBACQ,OAAO;;QAHlB;;WAEG;mBACQ,OAAO;;;;EAmCnB;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}