@knime/kds-components 0.22.3 → 0.23.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/dist/index.css +63 -6
- package/dist/index.js +495 -278
- package/dist/index.js.map +1 -1
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +87 -2
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/types.d.ts +7 -0
- package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +6 -6
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/types.d.ts +4 -4
- package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/layouts/PanelButtonBar/KdsPanelButtonBar.vue.d.ts +10 -0
- package/dist/src/layouts/PanelButtonBar/KdsPanelButtonBar.vue.d.ts.map +1 -0
- package/dist/src/layouts/PanelButtonBar/index.d.ts +3 -0
- package/dist/src/layouts/PanelButtonBar/index.d.ts.map +1 -0
- package/dist/src/layouts/PanelButtonBar/types.d.ts +15 -0
- package/dist/src/layouts/PanelButtonBar/types.d.ts.map +1 -0
- package/dist/src/layouts/PanelHeader/KdsPanelHeader.vue.d.ts +8 -0
- package/dist/src/layouts/PanelHeader/KdsPanelHeader.vue.d.ts.map +1 -0
- package/dist/src/layouts/PanelHeader/index.d.ts +3 -0
- package/dist/src/layouts/PanelHeader/index.d.ts.map +1 -0
- package/dist/src/layouts/PanelHeader/types.d.ts +7 -0
- package/dist/src/layouts/PanelHeader/types.d.ts.map +1 -0
- package/dist/src/layouts/index.d.ts +4 -0
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +336 -0
- package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -0
- package/dist/src/patterns/ResponsiveButtonGroup/enums.d.ts +7 -0
- package/dist/src/patterns/ResponsiveButtonGroup/enums.d.ts.map +1 -0
- package/dist/src/patterns/ResponsiveButtonGroup/index.d.ts +4 -0
- package/dist/src/patterns/ResponsiveButtonGroup/index.d.ts.map +1 -0
- package/dist/src/patterns/ResponsiveButtonGroup/types.d.ts +23 -0
- package/dist/src/patterns/ResponsiveButtonGroup/types.d.ts.map +1 -0
- package/dist/src/patterns/index.d.ts +3 -0
- package/dist/src/patterns/index.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -15,7 +15,50 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
15
15
|
} & {
|
|
16
16
|
items: import('./types').KdsMenuItem[];
|
|
17
17
|
menuMaxHeight?: string;
|
|
18
|
-
}), {
|
|
18
|
+
}), {
|
|
19
|
+
menuButtonEl: Readonly<import('vue').ShallowRef<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<({
|
|
20
|
+
modelValue?: boolean;
|
|
21
|
+
} & import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
22
|
+
label: string;
|
|
23
|
+
leadingIcon?: import('../..').KdsIconName;
|
|
24
|
+
trailingIcon?: import('../..').KdsIconName;
|
|
25
|
+
ariaLabel?: never;
|
|
26
|
+
}) | ({
|
|
27
|
+
modelValue?: boolean;
|
|
28
|
+
} & import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
29
|
+
label?: never;
|
|
30
|
+
leadingIcon: import('../..').KdsIconName;
|
|
31
|
+
trailingIcon?: never;
|
|
32
|
+
ariaLabel: string;
|
|
33
|
+
})> & Readonly<{
|
|
34
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
35
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
"update:modelValue": (value: boolean) => any;
|
|
37
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
38
|
+
P: {};
|
|
39
|
+
B: {};
|
|
40
|
+
D: {};
|
|
41
|
+
C: {};
|
|
42
|
+
M: {};
|
|
43
|
+
Defaults: {};
|
|
44
|
+
}, {} & (Readonly<({
|
|
45
|
+
modelValue?: boolean;
|
|
46
|
+
} & import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
47
|
+
label: string;
|
|
48
|
+
leadingIcon?: import('../..').KdsIconName;
|
|
49
|
+
trailingIcon?: import('../..').KdsIconName;
|
|
50
|
+
ariaLabel?: never;
|
|
51
|
+
}) | ({
|
|
52
|
+
modelValue?: boolean;
|
|
53
|
+
} & import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
54
|
+
label?: never;
|
|
55
|
+
leadingIcon: import('../..').KdsIconName;
|
|
56
|
+
trailingIcon?: never;
|
|
57
|
+
ariaLabel: string;
|
|
58
|
+
})> & Readonly<{
|
|
59
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
60
|
+
}>), {}, {}, {}, {}, {}> | null>>;
|
|
61
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
62
|
itemClick: (id: string) => any;
|
|
20
63
|
}, string, import('vue').PublicProps, Readonly<(import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
21
64
|
label: string;
|
|
@@ -36,7 +79,49 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
36
79
|
})> & Readonly<{
|
|
37
80
|
onItemClick?: ((id: string) => any) | undefined;
|
|
38
81
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
39
|
-
|
|
82
|
+
menuButton: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<({
|
|
83
|
+
modelValue?: boolean;
|
|
84
|
+
} & import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
85
|
+
label: string;
|
|
86
|
+
leadingIcon?: import('../..').KdsIconName;
|
|
87
|
+
trailingIcon?: import('../..').KdsIconName;
|
|
88
|
+
ariaLabel?: never;
|
|
89
|
+
}) | ({
|
|
90
|
+
modelValue?: boolean;
|
|
91
|
+
} & import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
92
|
+
label?: never;
|
|
93
|
+
leadingIcon: import('../..').KdsIconName;
|
|
94
|
+
trailingIcon?: never;
|
|
95
|
+
ariaLabel: string;
|
|
96
|
+
})> & Readonly<{
|
|
97
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
98
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
99
|
+
"update:modelValue": (value: boolean) => any;
|
|
100
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
101
|
+
P: {};
|
|
102
|
+
B: {};
|
|
103
|
+
D: {};
|
|
104
|
+
C: {};
|
|
105
|
+
M: {};
|
|
106
|
+
Defaults: {};
|
|
107
|
+
}, {} & (Readonly<({
|
|
108
|
+
modelValue?: boolean;
|
|
109
|
+
} & import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
110
|
+
label: string;
|
|
111
|
+
leadingIcon?: import('../..').KdsIconName;
|
|
112
|
+
trailingIcon?: import('../..').KdsIconName;
|
|
113
|
+
ariaLabel?: never;
|
|
114
|
+
}) | ({
|
|
115
|
+
modelValue?: boolean;
|
|
116
|
+
} & import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
117
|
+
label?: never;
|
|
118
|
+
leadingIcon: import('../..').KdsIconName;
|
|
119
|
+
trailingIcon?: never;
|
|
120
|
+
ariaLabel: string;
|
|
121
|
+
})> & Readonly<{
|
|
122
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
123
|
+
}>), {}, {}, {}, {}, {}> | null;
|
|
124
|
+
popover: ({
|
|
40
125
|
$: import('vue').ComponentInternalInstance;
|
|
41
126
|
$data: {};
|
|
42
127
|
$props: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":"AAmGA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAsMytiB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB51iB,wBASG"}
|
|
@@ -2,7 +2,14 @@ import { KdsMenuItem } from '../../forms/_helper/MenuContainer/types';
|
|
|
2
2
|
import { KdsToggleButtonProps } from '../KdsToggleButton';
|
|
3
3
|
export type { KdsMenuItem } from '../../forms/_helper/MenuContainer/types';
|
|
4
4
|
export type KdsMenuButtonProps = KdsToggleButtonProps & {
|
|
5
|
+
/**
|
|
6
|
+
* Items rendered in the menu.
|
|
7
|
+
* Every item is dispatched through the `itemClick` event.
|
|
8
|
+
*/
|
|
5
9
|
items: KdsMenuItem[];
|
|
10
|
+
/**
|
|
11
|
+
* Maximum height for the menu (CSS value, e.g. "200px").
|
|
12
|
+
*/
|
|
6
13
|
menuMaxHeight?: string;
|
|
7
14
|
};
|
|
8
15
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,YAAY,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAE3E,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GAAG;IACtD,KAAK,EAAE,WAAW,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,YAAY,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAE3E,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GAAG;IACtD;;;OAGG;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IAErB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -5,7 +5,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
5
5
|
trailingIcon?: import('../..').KdsIconName;
|
|
6
6
|
ariaLabel?: never;
|
|
7
7
|
} & {
|
|
8
|
-
|
|
8
|
+
items: import('..').KdsMenuItem[];
|
|
9
9
|
menuMaxHeight?: string;
|
|
10
10
|
}) | (import('../types').KdsButtonCommonProps & {
|
|
11
11
|
label?: never;
|
|
@@ -13,18 +13,18 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
13
13
|
trailingIcon?: never;
|
|
14
14
|
ariaLabel: string;
|
|
15
15
|
} & {
|
|
16
|
-
|
|
16
|
+
items: import('..').KdsMenuItem[];
|
|
17
17
|
menuMaxHeight?: string;
|
|
18
18
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
19
|
click: (event: MouseEvent) => any;
|
|
20
|
-
|
|
20
|
+
itemClick: (id: string) => any;
|
|
21
21
|
}, string, import('vue').PublicProps, Readonly<(import('../types').KdsButtonCommonProps & {
|
|
22
22
|
label: string;
|
|
23
23
|
leadingIcon?: import('../..').KdsIconName;
|
|
24
24
|
trailingIcon?: import('../..').KdsIconName;
|
|
25
25
|
ariaLabel?: never;
|
|
26
26
|
} & {
|
|
27
|
-
|
|
27
|
+
items: import('..').KdsMenuItem[];
|
|
28
28
|
menuMaxHeight?: string;
|
|
29
29
|
}) | (import('../types').KdsButtonCommonProps & {
|
|
30
30
|
label?: never;
|
|
@@ -32,11 +32,11 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
32
32
|
trailingIcon?: never;
|
|
33
33
|
ariaLabel: string;
|
|
34
34
|
} & {
|
|
35
|
-
|
|
35
|
+
items: import('..').KdsMenuItem[];
|
|
36
36
|
menuMaxHeight?: string;
|
|
37
37
|
})> & Readonly<{
|
|
38
38
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
39
|
-
|
|
39
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
40
40
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
41
41
|
popoverEl: ({
|
|
42
42
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":"AAiHA,OAAO,EAAE,QAAQ,EAAqC,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":"AAiHA,OAAO,EAAE,QAAQ,EAAqC,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2O4se,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBp4e,wBASG"}
|
|
@@ -5,12 +5,12 @@ import { KdsButtonCommonProps, WithLabelAndIcons } from '../types';
|
|
|
5
5
|
*/
|
|
6
6
|
export type KdsSplitButtonProps = KdsButtonCommonProps & WithLabelAndIcons & {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
* Every
|
|
8
|
+
* Items rendered in the menu.
|
|
9
|
+
* Every item is dispatched through the `itemClick` event.
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
items: KdsMenuItem[];
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Maximum height for the menu (CSS value, e.g. "200px").
|
|
14
14
|
*/
|
|
15
15
|
menuMaxHeight?: string;
|
|
16
16
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,GACpD,iBAAiB,GAAG;IAClB;;;OAGG;IACH,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,GACpD,iBAAiB,GAAG;IAClB;;;OAGG;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IAErB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -8,6 +8,8 @@ export * from './layouts';
|
|
|
8
8
|
export type * from './layouts';
|
|
9
9
|
export * from './overlays';
|
|
10
10
|
export type * from './overlays';
|
|
11
|
+
export * from './patterns';
|
|
12
|
+
export type * from './patterns';
|
|
11
13
|
export * from './util';
|
|
12
14
|
export type * from './util';
|
|
13
15
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAGnC,cAAc,WAAW,CAAC;AAC1B,mBAAmB,WAAW,CAAC;AAG/B,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC;AAG7B,cAAc,WAAW,CAAC;AAC1B,mBAAmB,WAAW,CAAC;AAG/B,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC;AAGhC,cAAc,QAAQ,CAAC;AACvB,mBAAmB,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAGnC,cAAc,WAAW,CAAC;AAC1B,mBAAmB,WAAW,CAAC;AAG/B,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC;AAG7B,cAAc,WAAW,CAAC;AAC1B,mBAAmB,WAAW,CAAC;AAG/B,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC;AAGhC,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC;AAGhC,cAAc,QAAQ,CAAC;AACvB,mBAAmB,QAAQ,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { KdsPanelButtonBarProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KdsPanelButtonBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
cancel: (event: MouseEvent) => any;
|
|
4
|
+
apply: (event: MouseEvent) => any;
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<KdsPanelButtonBarProps> & Readonly<{
|
|
6
|
+
onCancel?: ((event: MouseEvent) => any) | undefined;
|
|
7
|
+
onApply?: ((event: MouseEvent) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=KdsPanelButtonBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsPanelButtonBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/layouts/PanelButtonBar/KdsPanelButtonBar.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;;;;;;;;AAmHtD,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layouts/PanelButtonBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACvE,mBAAmB,SAAS,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type KdsPanelButtonBarProps = {
|
|
2
|
+
/**
|
|
3
|
+
* The label for the apply button.
|
|
4
|
+
*/
|
|
5
|
+
applyLabel?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The label for the cancel button.
|
|
8
|
+
*/
|
|
9
|
+
cancelLabel?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Whether the buttons are disabled.
|
|
12
|
+
*/
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/layouts/PanelButtonBar/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { KdsPanelHeaderProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KdsPanelHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
close: (event: MouseEvent) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<KdsPanelHeaderProps> & Readonly<{
|
|
5
|
+
onClose?: ((event: MouseEvent) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=KdsPanelHeader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsPanelHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/layouts/PanelHeader/KdsPanelHeader.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;;;;;;AA0FnD,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layouts/PanelHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,mBAAmB,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/layouts/PanelHeader/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -2,8 +2,12 @@ export * from './EmptyState';
|
|
|
2
2
|
export type * from './EmptyState';
|
|
3
3
|
export * from './KdsCardClickable';
|
|
4
4
|
export type * from './KdsCardClickable';
|
|
5
|
+
export * from './PanelHeader';
|
|
6
|
+
export type * from './PanelHeader';
|
|
5
7
|
export * from './TabBar';
|
|
6
8
|
export type * from './TabBar';
|
|
7
9
|
export * from './LoadingSkeleton';
|
|
8
10
|
export type * from './LoadingSkeleton';
|
|
11
|
+
export * from './PanelButtonBar';
|
|
12
|
+
export type * from './PanelButtonBar';
|
|
9
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layouts/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC;AAElC,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,oBAAoB,CAAC;AAExC,cAAc,UAAU,CAAC;AACzB,mBAAmB,UAAU,CAAC;AAE9B,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layouts/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC;AAElC,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,oBAAoB,CAAC;AAExC,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,UAAU,CAAC;AACzB,mBAAmB,UAAU,CAAC;AAE9B,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,mBAAmB,CAAC;AAEvC,cAAc,kBAAkB,CAAC;AACjC,mBAAmB,kBAAkB,CAAC"}
|