@knime/kds-components 1.1.1 → 1.1.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/CHANGELOG.md +15 -0
- package/dist/index.css +1096 -1097
- package/dist/index.js +10969 -10875
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/ProgressBar/types.d.ts +0 -2
- package/dist/src/accessories/ProgressBar/types.d.ts.map +1 -1
- package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/ActionButton/types.d.ts +1 -0
- package/dist/src/buttons/ActionButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsButton/KdsButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsButton/types.d.ts +4 -0
- package/dist/src/buttons/KdsButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +24 -0
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/types.d.ts +13 -3
- package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts +8 -0
- package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsProgressButton/types.d.ts +24 -2
- package/dist/src/buttons/KdsProgressButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +4 -0
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/types.d.ts +7 -4
- package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts +8 -0
- package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsToggleButton/types.d.ts +7 -1
- package/dist/src/buttons/KdsToggleButton/types.d.ts.map +1 -1
- package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +32 -0
- package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
- package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts +2 -0
- package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts.map +1 -1
- package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts +0 -4
- package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLink/enums.d.ts +6 -0
- package/dist/src/buttons/links/KdsLink/enums.d.ts.map +1 -0
- package/dist/src/buttons/links/KdsLink/index.d.ts +1 -0
- package/dist/src/buttons/links/KdsLink/index.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLink/types.d.ts +11 -0
- package/dist/src/buttons/links/KdsLink/types.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLinkButton/types.d.ts +4 -0
- package/dist/src/buttons/links/KdsLinkButton/types.d.ts.map +1 -1
- package/dist/src/buttons/types.d.ts +9 -0
- package/dist/src/buttons/types.d.ts.map +1 -1
- package/dist/src/containers/ContextMenu/KdsContextMenu.vue.d.ts.map +1 -1
- package/dist/src/containers/ContextMenu/types.d.ts +15 -5
- package/dist/src/containers/ContextMenu/types.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts +16 -0
- package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +24 -0
- package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/types.d.ts +21 -10
- package/dist/src/containers/FileExplorer/types.d.ts.map +1 -1
- package/dist/src/containers/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
- package/dist/src/containers/ListContainer/types.d.ts +7 -4
- package/dist/src/containers/ListContainer/types.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItem/types.d.ts +5 -0
- package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts +4 -0
- package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts.map +1 -1
- package/dist/src/containers/Menu/KdsMenu.vue.d.ts +8 -0
- package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -1
- package/dist/src/containers/Menu/types.d.ts +8 -4
- package/dist/src/containers/Menu/types.d.ts.map +1 -1
- package/dist/src/containers/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -1
- package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -1
- package/dist/src/containers/MenuContainer/types.d.ts +14 -4
- package/dist/src/containers/MenuContainer/types.d.ts.map +1 -1
- package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts +6 -4
- package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts.map +1 -1
- package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts +8 -0
- package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts.map +1 -1
- package/dist/src/forms/Checkbox/types.d.ts +22 -1
- package/dist/src/forms/Checkbox/types.d.ts.map +1 -1
- package/dist/src/forms/RadioButton/types.d.ts +40 -0
- package/dist/src/forms/RadioButton/types.d.ts.map +1 -1
- package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts +8 -0
- package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts.map +1 -1
- package/dist/src/forms/ToggleSwitch/types.d.ts +12 -1
- package/dist/src/forms/ToggleSwitch/types.d.ts.map +1 -1
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +8 -0
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/InfoPopover/types.d.ts +4 -0
- package/dist/src/forms/_helper/InfoPopover/types.d.ts.map +1 -1
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +39 -31
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/BaseInput.vue.d.ts +1 -1
- package/dist/src/forms/inputs/BaseInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue.d.ts +3 -1
- package/dist/src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/ColorPicker/types.d.ts +7 -0
- package/dist/src/forms/inputs/ColorInput/ColorPicker/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +12 -0
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/types.d.ts +7 -1
- package/dist/src/forms/inputs/ColorInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +4 -0
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/_helper/types.d.ts +11 -0
- package/dist/src/forms/inputs/DateInput/_helper/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/types.d.ts +10 -0
- package/dist/src/forms/inputs/DateInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue.d.ts +1 -5
- package/dist/src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +8 -0
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/types.d.ts +25 -0
- package/dist/src/forms/inputs/DateTimeFormatInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +28 -6
- package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeInput/types.d.ts +15 -1
- package/dist/src/forms/inputs/DateTimeInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +8 -0
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/IntervalInput/types.d.ts +14 -0
- package/dist/src/forms/inputs/IntervalInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +4 -0
- package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/NumberInput/types.d.ts +5 -0
- package/dist/src/forms/inputs/NumberInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/PasswordInput/types.d.ts +5 -0
- package/dist/src/forms/inputs/PasswordInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +20 -0
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/types.d.ts +28 -1
- package/dist/src/forms/inputs/PatternInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +25 -17
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/types.d.ts +17 -0
- package/dist/src/forms/inputs/SearchInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +8 -0
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/types.d.ts +5 -0
- package/dist/src/forms/inputs/TextInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts +4 -0
- package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/Textarea/types.d.ts +5 -0
- package/dist/src/forms/inputs/Textarea/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +18 -6
- package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +14 -4
- package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TimeInput/types.d.ts +28 -2
- package/dist/src/forms/inputs/TimeInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/UsernameInput/types.d.ts +6 -0
- package/dist/src/forms/inputs/UsernameInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +28 -6
- package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts +16 -2
- package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +12 -0
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +8 -0
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/types.d.ts +15 -2
- package/dist/src/forms/selects/Dropdown/types.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts +4 -0
- package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +17 -0
- package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
- package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts +8 -0
- package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/SortableListBox/types.d.ts +3 -1
- package/dist/src/forms/selects/SortableListBox/types.d.ts.map +1 -1
- package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts +36 -0
- package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/TwinList/types.d.ts +52 -1
- package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -1
- package/dist/src/layouts/Accordion/types.d.ts +4 -0
- package/dist/src/layouts/Accordion/types.d.ts.map +1 -1
- package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts +8 -0
- package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/types.d.ts +13 -4
- package/dist/src/layouts/Card/types.d.ts.map +1 -1
- package/dist/src/layouts/EmptyState/KdsEmptyState.vue.d.ts.map +1 -1
- package/dist/src/layouts/EmptyState/types.d.ts +14 -0
- package/dist/src/layouts/EmptyState/types.d.ts.map +1 -1
- package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -1
- package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts +6 -0
- package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts.map +1 -1
- package/dist/src/layouts/Navigation/KdsNavigation.vue.d.ts.map +1 -1
- package/dist/src/layouts/Navigation/types.d.ts +7 -1
- package/dist/src/layouts/Navigation/types.d.ts.map +1 -1
- package/dist/src/layouts/Panel/types.d.ts +0 -3
- package/dist/src/layouts/Panel/types.d.ts.map +1 -1
- package/dist/src/layouts/ResizeContainer/ResizeHandle/types.d.ts +0 -2
- package/dist/src/layouts/ResizeContainer/ResizeHandle/types.d.ts.map +1 -1
- package/dist/src/layouts/ResizeContainer/types.d.ts +0 -4
- package/dist/src/layouts/ResizeContainer/types.d.ts.map +1 -1
- package/dist/src/layouts/TabBar/types.d.ts +7 -3
- package/dist/src/layouts/TabBar/types.d.ts.map +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
- package/dist/src/overlays/Modal/types.d.ts +9 -9
- package/dist/src/overlays/Modal/types.d.ts.map +1 -1
- package/dist/src/overlays/Popover/KdsPopover.vue.d.ts +4 -0
- package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/src/overlays/Popover/types.d.ts +4 -6
- package/dist/src/overlays/Popover/types.d.ts.map +1 -1
- package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts.map +1 -1
- package/dist/src/overlays/SideDrawer/types.d.ts +0 -2
- package/dist/src/overlays/SideDrawer/types.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -34,7 +34,6 @@ type WithIconCollapse<TMeta> = {
|
|
|
34
34
|
* once the row needs to shrink. Only valid when `meta.leadingIcon` is
|
|
35
35
|
* set. The label is promoted to `title` (unless `meta.title` is set)
|
|
36
36
|
* and `ariaLabel`.
|
|
37
|
-
* @default true
|
|
38
37
|
*/
|
|
39
38
|
canBeIconOnly?: boolean;
|
|
40
39
|
meta: Omit<TMeta, "leadingIcon"> & {
|
|
@@ -72,14 +71,12 @@ type Entry<T extends EntryType> = {
|
|
|
72
71
|
* If true (default), the entry is allowed to move into the overflow menu
|
|
73
72
|
* when the row runs out of space. Pinned (`false`) entries always render
|
|
74
73
|
* in the visible row.
|
|
75
|
-
* @default true
|
|
76
74
|
*/
|
|
77
75
|
canMoveToMenu?: boolean;
|
|
78
76
|
} & (T extends "KdsProgressButton" ? {
|
|
79
77
|
/**
|
|
80
78
|
* If true (default), the entry drops its label and renders icon-only
|
|
81
79
|
* once the row needs to shrink.
|
|
82
|
-
* @default true
|
|
83
80
|
*/
|
|
84
81
|
canBeIconOnly?: boolean;
|
|
85
82
|
meta: EntryMeta<T>;
|
|
@@ -100,7 +97,6 @@ export type KdsResponsiveButtonGroupProps = {
|
|
|
100
97
|
buttons: KdsResponsiveButtonGroupButton[];
|
|
101
98
|
/**
|
|
102
99
|
* Horizontal alignment of the button group.
|
|
103
|
-
* @default "left"
|
|
104
100
|
*/
|
|
105
101
|
alignment?: KdsResponsiveButtonGroupAlignment;
|
|
106
102
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EACV,cAAc,EACd,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAEnE,OAAO,EAAE,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAE5D,MAAM,MAAM,iCAAiC,GAC3C,CAAC,OAAO,iCAAiC,CAAC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAa7F,KAAK,aAAa,GAAG;IACnB,SAAS,EAAE,cAAc,CAAC;IAC1B,aAAa,EAAE,kBAAkB,CAAC;IAClC,cAAc,EAAE,mBAAmB,CAAC;IACpC,aAAa,EAAE,kBAAkB,CAAC;IAClC,iBAAiB,EAAE,sBAAsB,GAAG;QAC1C,KAAK,CAAC,EAAE,sBAAsB,CAAC;KAChC,CAAC;IACF,eAAe,EAAE,oBAAoB,GAAG;QACtC,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AAEF,KAAK,SAAS,GAAG,MAAM,aAAa,CAAC;AAErC,KAAK,SAAS,CAAC,CAAC,SAAS,SAAS,IAAI,IAAI,CACxC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,EAC5C,MAAM,CACP,CAAC;AAEF;;;;;;;;GAQG;AACH,KAAK,gBAAgB,CAAC,KAAK,IACvB;IACE
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsLink.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/KdsLink.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsLink.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/KdsLink.vue"],"names":[],"mappings":"AAoOA,OAAO,KAAK,EAAgB,YAAY,EAAE,MAAM,SAAS,CAAC;;;;;;AAwN1D,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;CAGd,CAAC;AAEX,eAAO,MAAM,YAAY,wBAA6B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,mBAAmB,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { WithAnchorElementAttributes, WithLinkNavigation } from '../../../types/linkTypes';
|
|
2
|
+
import { kdsLinkSize } from './enums';
|
|
3
|
+
export type KdsLinkSize = (typeof kdsLinkSize)[keyof typeof kdsLinkSize];
|
|
2
4
|
type KdsLinkBaseProps = {
|
|
3
5
|
/**
|
|
4
6
|
* Label rendered as the clickable link text.
|
|
@@ -12,11 +14,20 @@ type KdsLinkBaseProps = {
|
|
|
12
14
|
* ` (opens in a new tab)` when their effective target is `_blank`.
|
|
13
15
|
*/
|
|
14
16
|
title?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Visual size of the link text.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
size?: KdsLinkSize;
|
|
15
22
|
/**
|
|
16
23
|
* If set to true, the link is visually disabled and non-interactive.
|
|
17
24
|
*/
|
|
18
25
|
disabled?: boolean;
|
|
19
26
|
} & WithAnchorElementAttributes;
|
|
27
|
+
export type KdsLinkEmits = {
|
|
28
|
+
/** Fired when the link is clicked. */
|
|
29
|
+
click: [event: MouseEvent];
|
|
30
|
+
};
|
|
20
31
|
export type KdsLinkProps = WithLinkNavigation & KdsLinkBaseProps & {
|
|
21
32
|
/**
|
|
22
33
|
* Optional file size in bytes.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAElC,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,2BAA2B,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAC3C,gBAAgB,GAAG;IACjB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEzE,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,2BAA2B,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG;IACzB,sCAAsC;IACtC,KAAK,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAC3C,gBAAgB,GAAG;IACjB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsLinkButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/KdsLinkButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsLinkButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/KdsLinkButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiKA,wBAQG"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { WithAnchorElementAttributes, WithLinkNavigation } from '../../../types/linkTypes';
|
|
2
2
|
import { KdsButtonCommonProps, WithDestructive, WithLabelAndIcons } from '../../types';
|
|
3
|
+
export type KdsLinkButtonEmits = {
|
|
4
|
+
/** Fired when the link button is clicked. */
|
|
5
|
+
click: [event: MouseEvent];
|
|
6
|
+
};
|
|
3
7
|
export type KdsLinkButtonProps = KdsButtonCommonProps & WithLabelAndIcons & WithDestructive & WithLinkNavigation & WithAnchorElementAttributes;
|
|
4
8
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EACV,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GACnD,iBAAiB,GACjB,eAAe,GACf,kBAAkB,GAClB,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EACV,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,6CAA6C;IAC7C,KAAK,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GACnD,iBAAiB,GACjB,eAAe,GACf,kBAAkB,GAClB,2BAA2B,CAAC"}
|
|
@@ -7,24 +7,33 @@ export type KdsButtonVariant = (typeof kdsButtonVariant)[keyof typeof kdsButtonV
|
|
|
7
7
|
* Properties common to all button components
|
|
8
8
|
*/
|
|
9
9
|
export type KdsButtonCommonProps<TVariant extends KdsButtonVariant = KdsButtonVariant> = WithTestId & {
|
|
10
|
+
/** Size variant of the button. */
|
|
10
11
|
size?: KdsButtonSize;
|
|
12
|
+
/** Whether the button is disabled and non-interactive. */
|
|
11
13
|
disabled?: boolean;
|
|
14
|
+
/** Tooltip text shown on hover. */
|
|
12
15
|
title?: string;
|
|
16
|
+
/** Visual style variant of the button. */
|
|
13
17
|
variant?: TVariant;
|
|
14
18
|
};
|
|
15
19
|
/**
|
|
16
20
|
* Helper types
|
|
17
21
|
*/
|
|
18
22
|
type LabelAndIcons = {
|
|
23
|
+
/** Visible text label of the button. */
|
|
19
24
|
label: string;
|
|
25
|
+
/** Icon displayed before the label. */
|
|
20
26
|
leadingIcon?: KdsIconName;
|
|
27
|
+
/** Icon displayed after the label. */
|
|
21
28
|
trailingIcon?: KdsIconName;
|
|
22
29
|
ariaLabel?: never;
|
|
23
30
|
};
|
|
24
31
|
type LeadingIconOnly = {
|
|
25
32
|
label?: never;
|
|
33
|
+
/** Icon displayed as the sole content of the button. */
|
|
26
34
|
leadingIcon: KdsIconName;
|
|
27
35
|
trailingIcon?: never;
|
|
36
|
+
/** Accessible label for icon-only buttons (required when no visible label is present). */
|
|
28
37
|
ariaLabel: string;
|
|
29
38
|
};
|
|
30
39
|
export type WithLabelAndIcons = LabelAndIcons | LeadingIconOnly;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAC/E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,oBAAoB,CAC9B,QAAQ,SAAS,gBAAgB,GAAG,gBAAgB,IAClD,UAAU,GAAG;IACf,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACvC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAChD,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,SAAS,GACT,WAAW,GACX,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAC/E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,oBAAoB,CAC9B,QAAQ,SAAS,gBAAgB,GAAG,gBAAgB,IAClD,UAAU,GAAG;IACf,kCAAkC;IAClC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0CAA0C;IAC1C,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,uCAAuC;IACvC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,sCAAsC;IACtC,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,wDAAwD;IACxD,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,0FAA0F;IAC1F,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACvC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAChD,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,SAAS,GACT,WAAW,GACX,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/KdsContextMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/KdsContextMenu.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAuB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAIxE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA8CvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiGhB,wBAQG"}
|
|
@@ -1,14 +1,23 @@
|
|
|
1
|
-
import { KdsPopoverProps } from '../../overlays
|
|
1
|
+
import { KdsPopoverProps } from '../../overlays';
|
|
2
2
|
import { KdsListItemVariant } from '../ListItem/KdsListItem';
|
|
3
|
-
import { KdsMenuItem } from '../MenuContainer
|
|
3
|
+
import { KdsMenuItem } from '../MenuContainer';
|
|
4
|
+
export type KdsContextMenuEmits = {
|
|
5
|
+
/** Emitted when item is clicked. */
|
|
6
|
+
itemClick: [id: string];
|
|
7
|
+
};
|
|
4
8
|
export type KdsContextMenuProps = {
|
|
9
|
+
/** Whether the context menu is open.
|
|
10
|
+
* @default false
|
|
11
|
+
*/
|
|
12
|
+
modelValue?: boolean;
|
|
13
|
+
} & {
|
|
5
14
|
/** id of the menu to be linked via aria-controls */
|
|
6
15
|
id: string;
|
|
7
16
|
/** Menu items rendered in the list */
|
|
8
17
|
items: KdsMenuItem[];
|
|
9
|
-
/** Limits the height of the menu container */
|
|
18
|
+
/** Limits the height of the menu container. */
|
|
10
19
|
menuMaxHeight?: string;
|
|
11
|
-
/** Size variant for all the items in this container */
|
|
20
|
+
/** Size variant for all the items in this container. */
|
|
12
21
|
variant?: KdsListItemVariant;
|
|
13
22
|
/** Accessible label for the menu. Defaults to "Menu". */
|
|
14
23
|
ariaLabel?: string;
|
|
@@ -25,10 +34,11 @@ export type KdsContextMenuProps = {
|
|
|
25
34
|
* auto: component will be automatically closed when other popovers in the page open.
|
|
26
35
|
* Also provides light-dismiss behavior, which closes on "click outside"
|
|
27
36
|
*
|
|
28
|
-
* manual: relies on direct control of the popover state; via the `
|
|
37
|
+
* manual: relies on direct control of the popover state; via the `v-model` state
|
|
29
38
|
*
|
|
30
39
|
* For more info, refer to the `popover` attribute:
|
|
31
40
|
* https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/popover
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
popoverMode?: KdsPopoverProps["popoverType"];
|
|
34
44
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG;IAChC,oCAAoC;IACpC,SAAS,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG;IACF,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,sCAAsC;IACtC,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,+CAA+C;IAC/C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wDAAwD;IACxD,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC;;;;;;;;;;;OAWG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC,aAAa,CAAC,CAAC;CAC9C,CAAC"}
|
|
@@ -77,6 +77,7 @@ declare function __VLS_template(): {
|
|
|
77
77
|
disabled?: boolean;
|
|
78
78
|
autocomplete?: string;
|
|
79
79
|
} & {
|
|
80
|
+
modelValue?: string;
|
|
80
81
|
suggestions?: string[];
|
|
81
82
|
suggestionsHeadline?: string;
|
|
82
83
|
}) | ({
|
|
@@ -98,6 +99,7 @@ declare function __VLS_template(): {
|
|
|
98
99
|
disabled?: boolean;
|
|
99
100
|
autocomplete?: string;
|
|
100
101
|
} & {
|
|
102
|
+
modelValue?: string;
|
|
101
103
|
suggestions?: string[];
|
|
102
104
|
suggestionsHeadline?: string;
|
|
103
105
|
})> & Readonly<{
|
|
@@ -328,6 +330,7 @@ declare function __VLS_template(): {
|
|
|
328
330
|
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
329
331
|
modelValue?: boolean;
|
|
330
332
|
} & {
|
|
333
|
+
modelValue?: boolean;
|
|
331
334
|
role?: import('../..').KdsPopoverRole;
|
|
332
335
|
popoverType?: import('../..').KdsPopoverType;
|
|
333
336
|
fullWidth?: boolean;
|
|
@@ -339,6 +342,7 @@ declare function __VLS_template(): {
|
|
|
339
342
|
}) | ({
|
|
340
343
|
modelValue?: boolean;
|
|
341
344
|
} & {
|
|
345
|
+
modelValue?: boolean;
|
|
342
346
|
role?: import('../..').KdsPopoverRole;
|
|
343
347
|
popoverType?: import('../..').KdsPopoverType;
|
|
344
348
|
fullWidth?: boolean;
|
|
@@ -380,6 +384,7 @@ declare function __VLS_template(): {
|
|
|
380
384
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
381
385
|
modelValue?: boolean;
|
|
382
386
|
} & {
|
|
387
|
+
modelValue?: boolean;
|
|
383
388
|
role?: import('../..').KdsPopoverRole;
|
|
384
389
|
popoverType?: import('../..').KdsPopoverType;
|
|
385
390
|
fullWidth?: boolean;
|
|
@@ -391,6 +396,7 @@ declare function __VLS_template(): {
|
|
|
391
396
|
}) | ({
|
|
392
397
|
modelValue?: boolean;
|
|
393
398
|
} & {
|
|
399
|
+
modelValue?: boolean;
|
|
394
400
|
role?: import('../..').KdsPopoverRole;
|
|
395
401
|
popoverType?: import('../..').KdsPopoverType;
|
|
396
402
|
fullWidth?: boolean;
|
|
@@ -468,6 +474,7 @@ declare function __VLS_template(): {
|
|
|
468
474
|
disabled?: boolean;
|
|
469
475
|
autocomplete?: string;
|
|
470
476
|
} & {
|
|
477
|
+
modelValue?: string;
|
|
471
478
|
suggestions?: string[];
|
|
472
479
|
suggestionsHeadline?: string;
|
|
473
480
|
}) | ({
|
|
@@ -489,6 +496,7 @@ declare function __VLS_template(): {
|
|
|
489
496
|
disabled?: boolean;
|
|
490
497
|
autocomplete?: string;
|
|
491
498
|
} & {
|
|
499
|
+
modelValue?: string;
|
|
492
500
|
suggestions?: string[];
|
|
493
501
|
suggestionsHeadline?: string;
|
|
494
502
|
})> & Readonly<{
|
|
@@ -593,6 +601,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
593
601
|
disabled?: boolean;
|
|
594
602
|
autocomplete?: string;
|
|
595
603
|
} & {
|
|
604
|
+
modelValue?: string;
|
|
596
605
|
suggestions?: string[];
|
|
597
606
|
suggestionsHeadline?: string;
|
|
598
607
|
}) | ({
|
|
@@ -614,6 +623,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
614
623
|
disabled?: boolean;
|
|
615
624
|
autocomplete?: string;
|
|
616
625
|
} & {
|
|
626
|
+
modelValue?: string;
|
|
617
627
|
suggestions?: string[];
|
|
618
628
|
suggestionsHeadline?: string;
|
|
619
629
|
})> & Readonly<{
|
|
@@ -844,6 +854,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
844
854
|
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
845
855
|
modelValue?: boolean;
|
|
846
856
|
} & {
|
|
857
|
+
modelValue?: boolean;
|
|
847
858
|
role?: import('../..').KdsPopoverRole;
|
|
848
859
|
popoverType?: import('../..').KdsPopoverType;
|
|
849
860
|
fullWidth?: boolean;
|
|
@@ -855,6 +866,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
855
866
|
}) | ({
|
|
856
867
|
modelValue?: boolean;
|
|
857
868
|
} & {
|
|
869
|
+
modelValue?: boolean;
|
|
858
870
|
role?: import('../..').KdsPopoverRole;
|
|
859
871
|
popoverType?: import('../..').KdsPopoverType;
|
|
860
872
|
fullWidth?: boolean;
|
|
@@ -896,6 +908,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
896
908
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
897
909
|
modelValue?: boolean;
|
|
898
910
|
} & {
|
|
911
|
+
modelValue?: boolean;
|
|
899
912
|
role?: import('../..').KdsPopoverRole;
|
|
900
913
|
popoverType?: import('../..').KdsPopoverType;
|
|
901
914
|
fullWidth?: boolean;
|
|
@@ -907,6 +920,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
907
920
|
}) | ({
|
|
908
921
|
modelValue?: boolean;
|
|
909
922
|
} & {
|
|
923
|
+
modelValue?: boolean;
|
|
910
924
|
role?: import('../..').KdsPopoverRole;
|
|
911
925
|
popoverType?: import('../..').KdsPopoverType;
|
|
912
926
|
fullWidth?: boolean;
|
|
@@ -984,6 +998,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
984
998
|
disabled?: boolean;
|
|
985
999
|
autocomplete?: string;
|
|
986
1000
|
} & {
|
|
1001
|
+
modelValue?: string;
|
|
987
1002
|
suggestions?: string[];
|
|
988
1003
|
suggestionsHeadline?: string;
|
|
989
1004
|
}) | ({
|
|
@@ -1005,6 +1020,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
1005
1020
|
disabled?: boolean;
|
|
1006
1021
|
autocomplete?: string;
|
|
1007
1022
|
} & {
|
|
1023
|
+
modelValue?: string;
|
|
1008
1024
|
suggestions?: string[];
|
|
1009
1025
|
suggestionsHeadline?: string;
|
|
1010
1026
|
})> & Readonly<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileExplorerItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItem.vue"],"names":[],"mappings":"AACA;AA+RA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;AASb,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAInD,KAAK,KAAK,GAAG;IACX,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AA6GF,iBAAS,cAAc;WA0OT,OAAO,IAA6B;;;;UAfqC,GAAG;6BAExD,GAAG
|
|
1
|
+
{"version":3,"file":"FileExplorerItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItem.vue"],"names":[],"mappings":"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"}
|
|
@@ -119,6 +119,7 @@ declare function __VLS_template(): {
|
|
|
119
119
|
disabled?: boolean;
|
|
120
120
|
autocomplete?: string;
|
|
121
121
|
} & {
|
|
122
|
+
modelValue?: string;
|
|
122
123
|
suggestions?: string[];
|
|
123
124
|
suggestionsHeadline?: string;
|
|
124
125
|
}) | ({
|
|
@@ -140,6 +141,7 @@ declare function __VLS_template(): {
|
|
|
140
141
|
disabled?: boolean;
|
|
141
142
|
autocomplete?: string;
|
|
142
143
|
} & {
|
|
144
|
+
modelValue?: string;
|
|
143
145
|
suggestions?: string[];
|
|
144
146
|
suggestionsHeadline?: string;
|
|
145
147
|
})> & Readonly<{
|
|
@@ -370,6 +372,7 @@ declare function __VLS_template(): {
|
|
|
370
372
|
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
371
373
|
modelValue?: boolean;
|
|
372
374
|
} & {
|
|
375
|
+
modelValue?: boolean;
|
|
373
376
|
role?: import('../..').KdsPopoverRole;
|
|
374
377
|
popoverType?: import('../..').KdsPopoverType;
|
|
375
378
|
fullWidth?: boolean;
|
|
@@ -381,6 +384,7 @@ declare function __VLS_template(): {
|
|
|
381
384
|
}) | ({
|
|
382
385
|
modelValue?: boolean;
|
|
383
386
|
} & {
|
|
387
|
+
modelValue?: boolean;
|
|
384
388
|
role?: import('../..').KdsPopoverRole;
|
|
385
389
|
popoverType?: import('../..').KdsPopoverType;
|
|
386
390
|
fullWidth?: boolean;
|
|
@@ -422,6 +426,7 @@ declare function __VLS_template(): {
|
|
|
422
426
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
423
427
|
modelValue?: boolean;
|
|
424
428
|
} & {
|
|
429
|
+
modelValue?: boolean;
|
|
425
430
|
role?: import('../..').KdsPopoverRole;
|
|
426
431
|
popoverType?: import('../..').KdsPopoverType;
|
|
427
432
|
fullWidth?: boolean;
|
|
@@ -433,6 +438,7 @@ declare function __VLS_template(): {
|
|
|
433
438
|
}) | ({
|
|
434
439
|
modelValue?: boolean;
|
|
435
440
|
} & {
|
|
441
|
+
modelValue?: boolean;
|
|
436
442
|
role?: import('../..').KdsPopoverRole;
|
|
437
443
|
popoverType?: import('../..').KdsPopoverType;
|
|
438
444
|
fullWidth?: boolean;
|
|
@@ -510,6 +516,7 @@ declare function __VLS_template(): {
|
|
|
510
516
|
disabled?: boolean;
|
|
511
517
|
autocomplete?: string;
|
|
512
518
|
} & {
|
|
519
|
+
modelValue?: string;
|
|
513
520
|
suggestions?: string[];
|
|
514
521
|
suggestionsHeadline?: string;
|
|
515
522
|
}) | ({
|
|
@@ -531,6 +538,7 @@ declare function __VLS_template(): {
|
|
|
531
538
|
disabled?: boolean;
|
|
532
539
|
autocomplete?: string;
|
|
533
540
|
} & {
|
|
541
|
+
modelValue?: string;
|
|
534
542
|
suggestions?: string[];
|
|
535
543
|
suggestionsHeadline?: string;
|
|
536
544
|
})> & Readonly<{
|
|
@@ -694,6 +702,7 @@ declare function __VLS_template(): {
|
|
|
694
702
|
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
695
703
|
modelValue?: boolean;
|
|
696
704
|
} & {
|
|
705
|
+
modelValue?: boolean;
|
|
697
706
|
role?: import('../..').KdsPopoverRole;
|
|
698
707
|
popoverType?: import('../..').KdsPopoverType;
|
|
699
708
|
fullWidth?: boolean;
|
|
@@ -705,6 +714,7 @@ declare function __VLS_template(): {
|
|
|
705
714
|
}) | ({
|
|
706
715
|
modelValue?: boolean;
|
|
707
716
|
} & {
|
|
717
|
+
modelValue?: boolean;
|
|
708
718
|
role?: import('../..').KdsPopoverRole;
|
|
709
719
|
popoverType?: import('../..').KdsPopoverType;
|
|
710
720
|
fullWidth?: boolean;
|
|
@@ -746,6 +756,7 @@ declare function __VLS_template(): {
|
|
|
746
756
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
747
757
|
modelValue?: boolean;
|
|
748
758
|
} & {
|
|
759
|
+
modelValue?: boolean;
|
|
749
760
|
role?: import('../..').KdsPopoverRole;
|
|
750
761
|
popoverType?: import('../..').KdsPopoverType;
|
|
751
762
|
fullWidth?: boolean;
|
|
@@ -757,6 +768,7 @@ declare function __VLS_template(): {
|
|
|
757
768
|
}) | ({
|
|
758
769
|
modelValue?: boolean;
|
|
759
770
|
} & {
|
|
771
|
+
modelValue?: boolean;
|
|
760
772
|
role?: import('../..').KdsPopoverRole;
|
|
761
773
|
popoverType?: import('../..').KdsPopoverType;
|
|
762
774
|
fullWidth?: boolean;
|
|
@@ -961,6 +973,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
961
973
|
disabled?: boolean;
|
|
962
974
|
autocomplete?: string;
|
|
963
975
|
} & {
|
|
976
|
+
modelValue?: string;
|
|
964
977
|
suggestions?: string[];
|
|
965
978
|
suggestionsHeadline?: string;
|
|
966
979
|
}) | ({
|
|
@@ -982,6 +995,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
982
995
|
disabled?: boolean;
|
|
983
996
|
autocomplete?: string;
|
|
984
997
|
} & {
|
|
998
|
+
modelValue?: string;
|
|
985
999
|
suggestions?: string[];
|
|
986
1000
|
suggestionsHeadline?: string;
|
|
987
1001
|
})> & Readonly<{
|
|
@@ -1212,6 +1226,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1212
1226
|
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
1213
1227
|
modelValue?: boolean;
|
|
1214
1228
|
} & {
|
|
1229
|
+
modelValue?: boolean;
|
|
1215
1230
|
role?: import('../..').KdsPopoverRole;
|
|
1216
1231
|
popoverType?: import('../..').KdsPopoverType;
|
|
1217
1232
|
fullWidth?: boolean;
|
|
@@ -1223,6 +1238,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1223
1238
|
}) | ({
|
|
1224
1239
|
modelValue?: boolean;
|
|
1225
1240
|
} & {
|
|
1241
|
+
modelValue?: boolean;
|
|
1226
1242
|
role?: import('../..').KdsPopoverRole;
|
|
1227
1243
|
popoverType?: import('../..').KdsPopoverType;
|
|
1228
1244
|
fullWidth?: boolean;
|
|
@@ -1264,6 +1280,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1264
1280
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
1265
1281
|
modelValue?: boolean;
|
|
1266
1282
|
} & {
|
|
1283
|
+
modelValue?: boolean;
|
|
1267
1284
|
role?: import('../..').KdsPopoverRole;
|
|
1268
1285
|
popoverType?: import('../..').KdsPopoverType;
|
|
1269
1286
|
fullWidth?: boolean;
|
|
@@ -1275,6 +1292,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1275
1292
|
}) | ({
|
|
1276
1293
|
modelValue?: boolean;
|
|
1277
1294
|
} & {
|
|
1295
|
+
modelValue?: boolean;
|
|
1278
1296
|
role?: import('../..').KdsPopoverRole;
|
|
1279
1297
|
popoverType?: import('../..').KdsPopoverType;
|
|
1280
1298
|
fullWidth?: boolean;
|
|
@@ -1352,6 +1370,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1352
1370
|
disabled?: boolean;
|
|
1353
1371
|
autocomplete?: string;
|
|
1354
1372
|
} & {
|
|
1373
|
+
modelValue?: string;
|
|
1355
1374
|
suggestions?: string[];
|
|
1356
1375
|
suggestionsHeadline?: string;
|
|
1357
1376
|
}) | ({
|
|
@@ -1373,6 +1392,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1373
1392
|
disabled?: boolean;
|
|
1374
1393
|
autocomplete?: string;
|
|
1375
1394
|
} & {
|
|
1395
|
+
modelValue?: string;
|
|
1376
1396
|
suggestions?: string[];
|
|
1377
1397
|
suggestionsHeadline?: string;
|
|
1378
1398
|
})> & Readonly<{
|
|
@@ -1536,6 +1556,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1536
1556
|
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
1537
1557
|
modelValue?: boolean;
|
|
1538
1558
|
} & {
|
|
1559
|
+
modelValue?: boolean;
|
|
1539
1560
|
role?: import('../..').KdsPopoverRole;
|
|
1540
1561
|
popoverType?: import('../..').KdsPopoverType;
|
|
1541
1562
|
fullWidth?: boolean;
|
|
@@ -1547,6 +1568,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1547
1568
|
}) | ({
|
|
1548
1569
|
modelValue?: boolean;
|
|
1549
1570
|
} & {
|
|
1571
|
+
modelValue?: boolean;
|
|
1550
1572
|
role?: import('../..').KdsPopoverRole;
|
|
1551
1573
|
popoverType?: import('../..').KdsPopoverType;
|
|
1552
1574
|
fullWidth?: boolean;
|
|
@@ -1588,6 +1610,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1588
1610
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
1589
1611
|
modelValue?: boolean;
|
|
1590
1612
|
} & {
|
|
1613
|
+
modelValue?: boolean;
|
|
1591
1614
|
role?: import('../..').KdsPopoverRole;
|
|
1592
1615
|
popoverType?: import('../..').KdsPopoverType;
|
|
1593
1616
|
fullWidth?: boolean;
|
|
@@ -1599,6 +1622,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1599
1622
|
}) | ({
|
|
1600
1623
|
modelValue?: boolean;
|
|
1601
1624
|
} & {
|
|
1625
|
+
modelValue?: boolean;
|
|
1602
1626
|
role?: import('../..').KdsPopoverRole;
|
|
1603
1627
|
popoverType?: import('../..').KdsPopoverType;
|
|
1604
1628
|
fullWidth?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsFileExplorer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/KdsFileExplorer.vue"],"names":[],"mappings":"AA+sBA,OAAO,EAIL,QAAQ,EAOT,MAAM,KAAK,CAAC;AAiBb,OAAO,KAAK,EAEV,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,SAAS,CAAC;AAMjB;;GAEG;AAEH,KAAK,WAAW,GAAG,oBAAoB,CAAC;AA8dxC,KAAK,iBAAiB,GAAG;IACzB,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAubT,OAAO,IAA6B;;;;;UAlBqC,GAAG;mCAElD,GAAG
|
|
1
|
+
{"version":3,"file":"KdsFileExplorer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/KdsFileExplorer.vue"],"names":[],"mappings":"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"}
|