@knime/kds-components 1.1.4 → 1.2.0
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 +22 -0
- package/dist/index.css +840 -719
- package/dist/index.js +2663 -2011
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/Avatar/types.d.ts +1 -1
- package/dist/src/accessories/Avatar/types.d.ts.map +1 -1
- package/dist/src/accessories/ColorSwatch/types.d.ts +1 -1
- package/dist/src/accessories/ColorSwatch/types.d.ts.map +1 -1
- package/dist/src/accessories/DonutChart/types.d.ts +3 -3
- package/dist/src/accessories/Icon/KdsDataType.vue.d.ts.map +1 -1
- package/dist/src/accessories/Icon/KdsIcon.vue.d.ts.map +1 -1
- package/dist/src/accessories/Icon/aliases.d.ts +18 -0
- package/dist/src/accessories/Icon/aliases.d.ts.map +1 -0
- package/dist/src/accessories/Icon/useIcon.d.ts +5 -0
- package/dist/src/accessories/Icon/useIcon.d.ts.map +1 -1
- package/dist/src/accessories/LiveStatus/types.d.ts +1 -1
- package/dist/src/accessories/LiveStatus/types.d.ts.map +1 -1
- package/dist/src/accessories/ProgressBar/KdsProgressBar.vue.d.ts +4 -4
- package/dist/src/accessories/ProgressBar/KdsProgressBar.vue.d.ts.map +1 -1
- package/dist/src/accessories/ProgressBar/types.d.ts +2 -2
- package/dist/src/accessories/ProgressBar/types.d.ts.map +1 -1
- package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts +8 -4
- package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/BaseButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsButton/KdsButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +12 -12
- package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsToggleButton/enums.d.ts +1 -1
- package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +16 -16
- package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts +14 -14
- package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts +1 -1
- package/dist/src/buttons/enums.d.ts +1 -1
- package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts +4 -4
- package/dist/src/buttons/types.d.ts +1 -1
- package/dist/src/buttons/types.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/ListItemAccessory/types.d.ts +3 -3
- package/dist/src/containers/ListItem/ListItemAccessory/types.d.ts.map +1 -1
- package/dist/src/forms/Checkbox/BaseCheckbox.vue.d.ts +4 -4
- package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts +4 -4
- package/dist/src/forms/Checkbox/types.d.ts +2 -2
- package/dist/src/forms/Checkbox/types.d.ts.map +1 -1
- package/dist/src/forms/RadioButton/ValueSwitchItem.vue.d.ts +4 -4
- package/dist/src/forms/RadioButton/types.d.ts +2 -2
- package/dist/src/forms/RadioButton/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/enums.d.ts +1 -1
- package/dist/src/layouts/Tree/BaseTree/BaseTree.vue.d.ts +33 -0
- package/dist/src/layouts/Tree/BaseTree/BaseTree.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/TreeNode.vue.d.ts +17 -0
- package/dist/src/layouts/Tree/BaseTree/TreeNode.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/context.d.ts +4 -0
- package/dist/src/layouts/Tree/BaseTree/context.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/renderNode.d.ts +35 -0
- package/dist/src/layouts/Tree/BaseTree/renderNode.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/useTreeData.d.ts +11 -0
- package/dist/src/layouts/Tree/BaseTree/useTreeData.d.ts.map +1 -0
- package/dist/src/layouts/Tree/KdsTree.vue.d.ts +159 -0
- package/dist/src/layouts/Tree/KdsTree.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/index.d.ts +3 -0
- package/dist/src/layouts/Tree/index.d.ts.map +1 -0
- package/dist/src/layouts/Tree/types.d.ts +100 -0
- package/dist/src/layouts/Tree/types.d.ts.map +1 -0
- package/dist/src/layouts/index.d.ts +2 -0
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/dist/src/overlays/Modal/enums.d.ts +2 -2
- package/dist/src/overlays/Modal/useKdsDynamicModal.d.ts +6 -6
- package/dist/src/{containers/FileExplorer/useKeyPressedUntilMouseClick/index.d.ts → util/useKeyPressedUntilMouseClick.d.ts} +1 -1
- package/dist/src/util/useKeyPressedUntilMouseClick.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/src/containers/FileExplorer/useKeyPressedUntilMouseClick/index.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Avatar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE/E,MAAM,MAAM,cAAc,GAAG;IAC3B;;gHAE4G;IAC5G,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,gGAAgG;IAChG,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC;IAErB,kDAAkD;IAClD,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Avatar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE/E,MAAM,MAAM,cAAc,GAAG;IAC3B;;gHAE4G;IAC5G,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,gGAAgG;IAChG,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC;IAErB,kDAAkD;IAClD,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC;IAErB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC;CAC9C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ColorSwatch/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAEjE,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,MAAM,EAAE,CAAC;AAEvC,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,WAAW,CAAC;AAEnE,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,KAAK,EAAE,mBAAmB,CAAC;IAE3B,qDAAqD;IACrD,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAE1B,kDAAkD;IAClD,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ColorSwatch/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAEjE,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,MAAM,EAAE,CAAC;AAEvC,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,WAAW,CAAC;AAEnE,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,KAAK,EAAE,mBAAmB,CAAC;IAE3B,qDAAqD;IACrD,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAE1B,kDAAkD;IAClD,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -16,11 +16,11 @@ export type KdsDonutChartProps = {
|
|
|
16
16
|
*/
|
|
17
17
|
animate?: boolean;
|
|
18
18
|
/**
|
|
19
|
-
* Show a
|
|
19
|
+
* Show a label left of the donut, single line only
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
label?: string;
|
|
22
22
|
/**
|
|
23
|
-
* Show a subtext below the
|
|
23
|
+
* Show a subtext below the label, maximum of two lines
|
|
24
24
|
*/
|
|
25
25
|
subText?: string;
|
|
26
26
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDataType.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/KdsDataType.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsDataType.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/KdsDataType.vue"],"names":[],"mappings":"AAuIA,OAAO,KAAK,EACV,gBAAgB,EAIjB,MAAM,SAAS,CAAC;;;;AAwHjB,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsIcon.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/KdsIcon.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsIcon.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/KdsIcon.vue"],"names":[],"mappings":"AAmEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;;;;AAyF5C,wBAOG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { KdsIconName } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Semantic alias mapping for icons. Each icon name maps to a list of additional
|
|
4
|
+
* search terms / concepts so an icon can be found by intent rather than by its
|
|
5
|
+
* exact file name.
|
|
6
|
+
*
|
|
7
|
+
* This map is the single source of truth for icon aliases. It powers:
|
|
8
|
+
* - the icon search in the Icon Catalog on the KdsIcon Storybook docs page, and
|
|
9
|
+
* - the AI skill reference (`KdsIcon.md`), which lists every available icon
|
|
10
|
+
* together with these aliases (see `scripts/build-skill-references.js`).
|
|
11
|
+
*
|
|
12
|
+
* MAINTENANCE: The `Record<KdsIconName, …>` type makes this map exhaustive —
|
|
13
|
+
* adding a new icon SVG to `packages/styles/src/img/icons/` (which extends
|
|
14
|
+
* `KdsIconName`) will surface a type error here until an entry is added. Keep
|
|
15
|
+
* the aliases focused on real synonyms / concepts a consumer might search for.
|
|
16
|
+
*/
|
|
17
|
+
export declare const iconAliases: Record<KdsIconName, readonly string[]>;
|
|
18
|
+
//# sourceMappingURL=aliases.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aliases.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/aliases.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAoR9D,CAAC"}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { DefineComponent, Ref, ShallowRef } from 'vue';
|
|
2
2
|
import { KdsIconStatus } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Test-only helper to reset the module-scoped icon caches between tests.
|
|
5
|
+
* Not part of the public API.
|
|
6
|
+
*/
|
|
7
|
+
export declare function __resetIconCacheForTesting(): void;
|
|
3
8
|
declare function useIcon({ name, folder, }: {
|
|
4
9
|
name: Ref<string>;
|
|
5
10
|
folder: "icons" | "type-icons";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIcon.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/useIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,GAAG,EACR,KAAK,UAAU,EAKhB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"useIcon.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/useIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,GAAG,EACR,KAAK,UAAU,EAKhB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAM7C;;;GAGG;AACH,wBAAgB,0BAA0B,SAGzC;AAED,iBAAS,OAAO,CAAC,EACf,IAAI,EACJ,MAAM,GACP,EAAE;IACD,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAClB,MAAM,EAAE,OAAO,GAAG,YAAY,CAAC;CAChC,GAAG;IACF,aAAa,EAAE,QAAQ,CAAC,UAAU,CAAC,eAAe,GAAG,IAAI,CAAC,CAAC,CAAC;IAC5D,MAAM,EAAE,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC;CAC7C,CAoFA;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/LiveStatus/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEjE,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAC3B,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAE7D,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/LiveStatus/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEjE,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAC3B,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAE7D,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<({
|
|
2
2
|
size?: import('./types').KdsProgressBarSize;
|
|
3
|
-
|
|
3
|
+
tooltip?: string;
|
|
4
4
|
} & {
|
|
5
5
|
percentage: number;
|
|
6
6
|
indeterminate?: false;
|
|
7
7
|
}) | ({
|
|
8
8
|
size?: import('./types').KdsProgressBarSize;
|
|
9
|
-
|
|
9
|
+
tooltip?: string;
|
|
10
10
|
} & {
|
|
11
11
|
indeterminate: true;
|
|
12
12
|
percentage?: never;
|
|
13
13
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<({
|
|
14
14
|
size?: import('./types').KdsProgressBarSize;
|
|
15
|
-
|
|
15
|
+
tooltip?: string;
|
|
16
16
|
} & {
|
|
17
17
|
percentage: number;
|
|
18
18
|
indeterminate?: false;
|
|
19
19
|
}) | ({
|
|
20
20
|
size?: import('./types').KdsProgressBarSize;
|
|
21
|
-
|
|
21
|
+
tooltip?: string;
|
|
22
22
|
} & {
|
|
23
23
|
indeterminate: true;
|
|
24
24
|
percentage?: never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsProgressBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ProgressBar/KdsProgressBar.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsProgressBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ProgressBar/KdsProgressBar.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAgPA,wBAOG"}
|
|
@@ -6,11 +6,11 @@ type KdsProgressBarBase = {
|
|
|
6
6
|
*/
|
|
7
7
|
size?: KdsProgressBarSize;
|
|
8
8
|
/**
|
|
9
|
-
* Tooltip text shown on hover.
|
|
9
|
+
* Tooltip text shown on hover. Accessible via aria-describedby.
|
|
10
10
|
* If omitted, a default text is used ("Loading" for indeterminate,
|
|
11
11
|
* otherwise "Progress: <percentage>%").
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
tooltip?: string;
|
|
14
14
|
};
|
|
15
15
|
type KdsProgressBarPercentage = KdsProgressBarBase & {
|
|
16
16
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ProgressBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,KAAK,kBAAkB,GAAG;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ProgressBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,KAAK,kBAAkB,GAAG;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,KAAK,wBAAwB,GAAG,kBAAkB,GAAG;IACnD;;;;;OAKG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,KAAK,CAAC;CACvB,CAAC;AAEF,KAAK,2BAA2B,GAAG,kBAAkB,GAAG;IACtD;;;OAGG;IACH,aAAa,EAAE,IAAI,CAAC;IACpB,UAAU,CAAC,EAAE,KAAK,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAC3B,wBAAwB,GACxB,2BAA2B,CAAC"}
|
|
@@ -6,14 +6,16 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
6
6
|
};
|
|
7
7
|
onClick: (event: MouseEvent) => void;
|
|
8
8
|
} & {
|
|
9
|
-
size
|
|
9
|
+
size?: KdsButtonSize;
|
|
10
|
+
onClick?: (event: MouseEvent) => void;
|
|
10
11
|
}) | ({
|
|
11
12
|
type: "linkButton";
|
|
12
13
|
props: import('../index.ts').KdsLinkButtonProps & {
|
|
13
14
|
size?: never;
|
|
14
15
|
};
|
|
15
16
|
} & {
|
|
16
|
-
size
|
|
17
|
+
size?: KdsButtonSize;
|
|
18
|
+
onClick?: (event: MouseEvent) => void;
|
|
17
19
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<({
|
|
18
20
|
type: "button";
|
|
19
21
|
props: import('../index.ts').KdsButtonProps & {
|
|
@@ -21,14 +23,16 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
21
23
|
};
|
|
22
24
|
onClick: (event: MouseEvent) => void;
|
|
23
25
|
} & {
|
|
24
|
-
size
|
|
26
|
+
size?: KdsButtonSize;
|
|
27
|
+
onClick?: (event: MouseEvent) => void;
|
|
25
28
|
}) | ({
|
|
26
29
|
type: "linkButton";
|
|
27
30
|
props: import('../index.ts').KdsLinkButtonProps & {
|
|
28
31
|
size?: never;
|
|
29
32
|
};
|
|
30
33
|
} & {
|
|
31
|
-
size
|
|
34
|
+
size?: KdsButtonSize;
|
|
35
|
+
onClick?: (event: MouseEvent) => void;
|
|
32
36
|
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
37
|
export default _default;
|
|
34
38
|
//# sourceMappingURL=ActionButton.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/ActionButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ActionButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/ActionButton.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;;;;YAFjD,CAjBM;;;;WAyBK,aAAa;cACV,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;;;;YATzC,CAVsC;;;WAkB3B,aAAa;cACV,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;;;;YATzC,CAjBM;;;;WAyBK,aAAa;cACV,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;;;;YATzC,CAVsC;;;WAkB3B,aAAa;cACV,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;;AA6EzC,wBAMG"}
|
|
@@ -19,7 +19,7 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
19
19
|
declare const __VLS_component: import('vue').DefineComponent<(import('../types/testId').WithTestId & {
|
|
20
20
|
size?: import('./types').KdsButtonSize;
|
|
21
21
|
disabled?: boolean;
|
|
22
|
-
|
|
22
|
+
tooltip?: string;
|
|
23
23
|
variant?: import('./types').KdsButtonVariant | undefined;
|
|
24
24
|
} & {
|
|
25
25
|
label: string;
|
|
@@ -39,7 +39,7 @@ declare const __VLS_component: import('vue').DefineComponent<(import('../types/t
|
|
|
39
39
|
}) | (import('../types/testId').WithTestId & {
|
|
40
40
|
size?: import('./types').KdsButtonSize;
|
|
41
41
|
disabled?: boolean;
|
|
42
|
-
|
|
42
|
+
tooltip?: string;
|
|
43
43
|
variant?: import('./types').KdsButtonVariant | undefined;
|
|
44
44
|
} & {
|
|
45
45
|
label?: never;
|
|
@@ -61,7 +61,7 @@ declare const __VLS_component: import('vue').DefineComponent<(import('../types/t
|
|
|
61
61
|
}, string, import('vue').PublicProps, Readonly<(import('../types/testId').WithTestId & {
|
|
62
62
|
size?: import('./types').KdsButtonSize;
|
|
63
63
|
disabled?: boolean;
|
|
64
|
-
|
|
64
|
+
tooltip?: string;
|
|
65
65
|
variant?: import('./types').KdsButtonVariant | undefined;
|
|
66
66
|
} & {
|
|
67
67
|
label: string;
|
|
@@ -81,7 +81,7 @@ declare const __VLS_component: import('vue').DefineComponent<(import('../types/t
|
|
|
81
81
|
}) | (import('../types/testId').WithTestId & {
|
|
82
82
|
size?: import('./types').KdsButtonSize;
|
|
83
83
|
disabled?: boolean;
|
|
84
|
-
|
|
84
|
+
tooltip?: string;
|
|
85
85
|
variant?: import('./types').KdsButtonVariant | undefined;
|
|
86
86
|
} & {
|
|
87
87
|
label?: never;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<(import('../../types/testId').WithTestId & {
|
|
2
2
|
size?: import('..').KdsButtonSize;
|
|
3
3
|
disabled?: boolean;
|
|
4
|
-
|
|
4
|
+
tooltip?: string;
|
|
5
5
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
6
6
|
} & {
|
|
7
7
|
label: string;
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<(import('../../types/testI
|
|
|
11
11
|
} & import('../types').WithDestructive) | (import('../../types/testId').WithTestId & {
|
|
12
12
|
size?: import('..').KdsButtonSize;
|
|
13
13
|
disabled?: boolean;
|
|
14
|
-
|
|
14
|
+
tooltip?: string;
|
|
15
15
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
16
16
|
} & {
|
|
17
17
|
label?: never;
|
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<(import('../../types/testI
|
|
|
23
23
|
}, string, import('vue').PublicProps, Readonly<(import('../../types/testId').WithTestId & {
|
|
24
24
|
size?: import('..').KdsButtonSize;
|
|
25
25
|
disabled?: boolean;
|
|
26
|
-
|
|
26
|
+
tooltip?: string;
|
|
27
27
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
28
28
|
} & {
|
|
29
29
|
label: string;
|
|
@@ -33,7 +33,7 @@ declare const _default: import('vue').DefineComponent<(import('../../types/testI
|
|
|
33
33
|
} & import('../types').WithDestructive) | (import('../../types/testId').WithTestId & {
|
|
34
34
|
size?: import('..').KdsButtonSize;
|
|
35
35
|
disabled?: boolean;
|
|
36
|
-
|
|
36
|
+
tooltip?: string;
|
|
37
37
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
38
38
|
} & {
|
|
39
39
|
label?: never;
|
|
@@ -3,7 +3,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
3
3
|
} & import('../../types/testId').WithTestId & {
|
|
4
4
|
size?: import('..').KdsButtonSize;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
-
|
|
6
|
+
tooltip?: string;
|
|
7
7
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
8
8
|
} & {
|
|
9
9
|
label: string;
|
|
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
19
19
|
} & import('../../types/testId').WithTestId & {
|
|
20
20
|
size?: import('..').KdsButtonSize;
|
|
21
21
|
disabled?: boolean;
|
|
22
|
-
|
|
22
|
+
tooltip?: string;
|
|
23
23
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
24
24
|
} & {
|
|
25
25
|
label?: never;
|
|
@@ -36,7 +36,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
36
36
|
} & import('../../types/testId').WithTestId & {
|
|
37
37
|
size?: import('..').KdsButtonSize;
|
|
38
38
|
disabled?: boolean;
|
|
39
|
-
|
|
39
|
+
tooltip?: string;
|
|
40
40
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
41
41
|
} & {
|
|
42
42
|
label: string;
|
|
@@ -50,7 +50,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
50
50
|
} & import('../../types/testId').WithTestId & {
|
|
51
51
|
size?: import('..').KdsButtonSize;
|
|
52
52
|
disabled?: boolean;
|
|
53
|
-
|
|
53
|
+
tooltip?: string;
|
|
54
54
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
55
55
|
} & {
|
|
56
56
|
label?: never;
|
|
@@ -75,7 +75,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
75
75
|
} & import('../../types/testId').WithTestId & {
|
|
76
76
|
size?: import('..').KdsButtonSize;
|
|
77
77
|
disabled?: boolean;
|
|
78
|
-
|
|
78
|
+
tooltip?: string;
|
|
79
79
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
80
80
|
} & {
|
|
81
81
|
label: string;
|
|
@@ -89,7 +89,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
89
89
|
} & import('../../types/testId').WithTestId & {
|
|
90
90
|
size?: import('..').KdsButtonSize;
|
|
91
91
|
disabled?: boolean;
|
|
92
|
-
|
|
92
|
+
tooltip?: string;
|
|
93
93
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
94
94
|
} & {
|
|
95
95
|
label?: never;
|
|
@@ -109,7 +109,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
109
109
|
} & import('../../types/testId').WithTestId & {
|
|
110
110
|
size?: import('..').KdsButtonSize;
|
|
111
111
|
disabled?: boolean;
|
|
112
|
-
|
|
112
|
+
tooltip?: string;
|
|
113
113
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
114
114
|
} & {
|
|
115
115
|
label: string;
|
|
@@ -125,7 +125,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
125
125
|
} & import('../../types/testId').WithTestId & {
|
|
126
126
|
size?: import('..').KdsButtonSize;
|
|
127
127
|
disabled?: boolean;
|
|
128
|
-
|
|
128
|
+
tooltip?: string;
|
|
129
129
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
130
130
|
} & {
|
|
131
131
|
label?: never;
|
|
@@ -145,7 +145,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
145
145
|
} & import('../../types/testId').WithTestId & {
|
|
146
146
|
size?: import('..').KdsButtonSize;
|
|
147
147
|
disabled?: boolean;
|
|
148
|
-
|
|
148
|
+
tooltip?: string;
|
|
149
149
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
150
150
|
} & {
|
|
151
151
|
label: string;
|
|
@@ -159,7 +159,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
159
159
|
} & import('../../types/testId').WithTestId & {
|
|
160
160
|
size?: import('..').KdsButtonSize;
|
|
161
161
|
disabled?: boolean;
|
|
162
|
-
|
|
162
|
+
tooltip?: string;
|
|
163
163
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
164
164
|
} & {
|
|
165
165
|
label?: never;
|
|
@@ -184,7 +184,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
184
184
|
} & import('../../types/testId').WithTestId & {
|
|
185
185
|
size?: import('..').KdsButtonSize;
|
|
186
186
|
disabled?: boolean;
|
|
187
|
-
|
|
187
|
+
tooltip?: string;
|
|
188
188
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
189
189
|
} & {
|
|
190
190
|
label: string;
|
|
@@ -198,7 +198,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
198
198
|
} & import('../../types/testId').WithTestId & {
|
|
199
199
|
size?: import('..').KdsButtonSize;
|
|
200
200
|
disabled?: boolean;
|
|
201
|
-
|
|
201
|
+
tooltip?: string;
|
|
202
202
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
203
203
|
} & {
|
|
204
204
|
label?: never;
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
4
4
|
} & import('../../types/testId').WithTestId & {
|
|
5
5
|
size?: import('..').KdsButtonSize;
|
|
6
6
|
disabled?: boolean;
|
|
7
|
-
|
|
7
|
+
tooltip?: string;
|
|
8
8
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
9
9
|
} & {
|
|
10
10
|
state?: KdsProgressButtonState;
|
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
17
17
|
} & import('../../types/testId').WithTestId & {
|
|
18
18
|
size?: import('..').KdsButtonSize;
|
|
19
19
|
disabled?: boolean;
|
|
20
|
-
|
|
20
|
+
tooltip?: string;
|
|
21
21
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
22
22
|
} & {
|
|
23
23
|
state?: KdsProgressButtonState;
|
|
@@ -33,7 +33,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
33
33
|
} & import('../../types/testId').WithTestId & {
|
|
34
34
|
size?: import('..').KdsButtonSize;
|
|
35
35
|
disabled?: boolean;
|
|
36
|
-
|
|
36
|
+
tooltip?: string;
|
|
37
37
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
38
38
|
} & {
|
|
39
39
|
state?: KdsProgressButtonState;
|
|
@@ -46,7 +46,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
46
46
|
} & import('../../types/testId').WithTestId & {
|
|
47
47
|
size?: import('..').KdsButtonSize;
|
|
48
48
|
disabled?: boolean;
|
|
49
|
-
|
|
49
|
+
tooltip?: string;
|
|
50
50
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
51
51
|
} & {
|
|
52
52
|
state?: KdsProgressButtonState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsProgressButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsProgressButton/KdsProgressButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsProgressButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsProgressButton/KdsProgressButton.vue"],"names":[],"mappings":"AA+HA,OAAO,KAAK,EAGV,sBAAsB,EACvB,MAAM,SAAS,CAAC;;YAiDP,sBAAsB;;;;;;;;;;;;;YAAtB,sBAAsB;;;;;;;;;;;;;;;;YAAtB,sBAAsB;;;;;;;;;;;;;YAAtB,sBAAsB;;;;;;;;;;;;;;;;AAmHhC,wBAQG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<(import('../../types/testId').WithTestId & {
|
|
2
2
|
size?: import('..').KdsButtonSize;
|
|
3
3
|
disabled?: boolean;
|
|
4
|
-
|
|
4
|
+
tooltip?: string;
|
|
5
5
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
6
6
|
} & {
|
|
7
7
|
label: string;
|
|
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<(import('../../types/testI
|
|
|
14
14
|
}) | (import('../../types/testId').WithTestId & {
|
|
15
15
|
size?: import('..').KdsButtonSize;
|
|
16
16
|
disabled?: boolean;
|
|
17
|
-
|
|
17
|
+
tooltip?: string;
|
|
18
18
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
19
19
|
} & {
|
|
20
20
|
label?: never;
|
|
@@ -30,7 +30,7 @@ declare const _default: import('vue').DefineComponent<(import('../../types/testI
|
|
|
30
30
|
}, string, import('vue').PublicProps, Readonly<(import('../../types/testId').WithTestId & {
|
|
31
31
|
size?: import('..').KdsButtonSize;
|
|
32
32
|
disabled?: boolean;
|
|
33
|
-
|
|
33
|
+
tooltip?: string;
|
|
34
34
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
35
35
|
} & {
|
|
36
36
|
label: string;
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<(import('../../types/testI
|
|
|
43
43
|
}) | (import('../../types/testId').WithTestId & {
|
|
44
44
|
size?: import('..').KdsButtonSize;
|
|
45
45
|
disabled?: boolean;
|
|
46
|
-
|
|
46
|
+
tooltip?: string;
|
|
47
47
|
variant?: import('..').KdsButtonVariant | undefined;
|
|
48
48
|
} & {
|
|
49
49
|
label?: never;
|
|
@@ -3,7 +3,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
3
3
|
} & import('../../types/testId').WithTestId & {
|
|
4
4
|
size?: import('..').KdsButtonSize;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
-
|
|
6
|
+
tooltip?: string;
|
|
7
7
|
variant?: import('./types').KdsToggleButtonVariant | undefined;
|
|
8
8
|
} & {
|
|
9
9
|
label: string;
|
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
17
17
|
} & import('../../types/testId').WithTestId & {
|
|
18
18
|
size?: import('..').KdsButtonSize;
|
|
19
19
|
disabled?: boolean;
|
|
20
|
-
|
|
20
|
+
tooltip?: string;
|
|
21
21
|
variant?: import('./types').KdsToggleButtonVariant | undefined;
|
|
22
22
|
} & {
|
|
23
23
|
label?: never;
|
|
@@ -33,7 +33,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
33
33
|
} & import('../../types/testId').WithTestId & {
|
|
34
34
|
size?: import('..').KdsButtonSize;
|
|
35
35
|
disabled?: boolean;
|
|
36
|
-
|
|
36
|
+
tooltip?: string;
|
|
37
37
|
variant?: import('./types').KdsToggleButtonVariant | undefined;
|
|
38
38
|
} & {
|
|
39
39
|
label: string;
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
47
47
|
} & import('../../types/testId').WithTestId & {
|
|
48
48
|
size?: import('..').KdsButtonSize;
|
|
49
49
|
disabled?: boolean;
|
|
50
|
-
|
|
50
|
+
tooltip?: string;
|
|
51
51
|
variant?: import('./types').KdsToggleButtonVariant | undefined;
|
|
52
52
|
} & {
|
|
53
53
|
label?: never;
|
|
@@ -2,5 +2,5 @@ export declare const kdsToggleButtonVariant: {
|
|
|
2
2
|
readonly OUTLINED: "outlined";
|
|
3
3
|
readonly TRANSPARENT: "transparent";
|
|
4
4
|
};
|
|
5
|
-
export declare const kdsToggleButtonVariants: ("
|
|
5
|
+
export declare const kdsToggleButtonVariants: ("outlined" | "transparent")[];
|
|
6
6
|
//# sourceMappingURL=enums.d.ts.map
|