@knime/kds-components 0.7.0 → 0.9.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/accessories/Avatar/KdsAvatar.vue.d.ts +1 -1
- package/dist/accessories/Avatar/index.d.ts +3 -0
- package/dist/accessories/Avatar/index.d.ts.map +1 -0
- package/dist/accessories/ColorSwatch/enums.d.ts +11 -0
- package/dist/accessories/ColorSwatch/enums.d.ts.map +1 -0
- package/dist/accessories/ColorSwatch/index.d.ts +4 -0
- package/dist/accessories/ColorSwatch/index.d.ts.map +1 -0
- package/dist/accessories/ColorSwatch/types.d.ts +4 -3
- package/dist/accessories/ColorSwatch/types.d.ts.map +1 -1
- package/dist/accessories/Icon/enums.d.ts +19 -0
- package/dist/accessories/Icon/enums.d.ts.map +1 -0
- package/dist/accessories/Icon/index.d.ts +5 -0
- package/dist/accessories/Icon/index.d.ts.map +1 -0
- package/dist/accessories/Icon/types.d.ts +5 -6
- package/dist/accessories/Icon/types.d.ts.map +1 -1
- package/dist/accessories/LiveStatus/KdsLiveStatus.vue.d.ts +9 -0
- package/dist/accessories/LiveStatus/KdsLiveStatus.vue.d.ts.map +1 -0
- package/dist/accessories/LiveStatus/enums.d.ts +14 -0
- package/dist/accessories/LiveStatus/enums.d.ts.map +1 -0
- package/dist/accessories/LiveStatus/index.d.ts +4 -0
- package/dist/accessories/LiveStatus/index.d.ts.map +1 -0
- package/dist/accessories/LiveStatus/types.d.ts +23 -0
- package/dist/accessories/LiveStatus/types.d.ts.map +1 -0
- package/dist/accessories/LoadingSpinner/enums.d.ts +6 -0
- package/dist/accessories/LoadingSpinner/enums.d.ts.map +1 -0
- package/dist/accessories/LoadingSpinner/index.d.ts +4 -0
- package/dist/accessories/LoadingSpinner/index.d.ts.map +1 -0
- package/dist/accessories/LoadingSpinner/types.d.ts +3 -2
- package/dist/accessories/LoadingSpinner/types.d.ts.map +1 -1
- package/dist/accessories/index.d.ts +10 -9
- package/dist/accessories/index.d.ts.map +1 -1
- package/dist/buttons/KdsButton/KdsButton.vue.d.ts.map +1 -0
- package/dist/buttons/KdsButton/index.d.ts +3 -0
- package/dist/buttons/KdsButton/index.d.ts.map +1 -0
- package/dist/buttons/KdsButton/types.d.ts +40 -0
- package/dist/buttons/KdsButton/types.d.ts.map +1 -0
- package/dist/buttons/KdsLinkButton/KdsLinkButton.vue.d.ts.map +1 -0
- package/dist/buttons/KdsLinkButton/index.d.ts +3 -0
- package/dist/buttons/KdsLinkButton/index.d.ts.map +1 -0
- package/dist/buttons/KdsLinkButton/types.d.ts +42 -0
- package/dist/buttons/KdsLinkButton/types.d.ts.map +1 -0
- package/dist/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts.map +1 -0
- package/dist/buttons/KdsProgressButton/enums.d.ts +8 -0
- package/dist/buttons/KdsProgressButton/enums.d.ts.map +1 -0
- package/dist/buttons/KdsProgressButton/index.d.ts +4 -0
- package/dist/buttons/KdsProgressButton/index.d.ts.map +1 -0
- package/dist/buttons/KdsProgressButton/types.d.ts +17 -0
- package/dist/buttons/KdsProgressButton/types.d.ts.map +1 -0
- package/dist/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts.map +1 -0
- package/dist/buttons/KdsToggleButton/enums.d.ts +6 -0
- package/dist/buttons/KdsToggleButton/enums.d.ts.map +1 -0
- package/dist/buttons/KdsToggleButton/index.d.ts +4 -0
- package/dist/buttons/KdsToggleButton/index.d.ts.map +1 -0
- package/dist/buttons/KdsToggleButton/types.d.ts +5 -0
- package/dist/buttons/KdsToggleButton/types.d.ts.map +1 -0
- package/dist/buttons/enums.d.ts +14 -0
- package/dist/buttons/enums.d.ts.map +1 -0
- package/dist/buttons/index.d.ts +10 -7
- package/dist/buttons/index.d.ts.map +1 -1
- package/dist/buttons/types.d.ts +9 -151
- package/dist/buttons/types.d.ts.map +1 -1
- package/dist/forms/Checkbox/enums.d.ts +12 -0
- package/dist/forms/Checkbox/enums.d.ts.map +1 -0
- package/dist/forms/Checkbox/index.d.ts +5 -0
- package/dist/forms/Checkbox/index.d.ts.map +1 -0
- package/dist/forms/Checkbox/types.d.ts +3 -2
- package/dist/forms/Checkbox/types.d.ts.map +1 -1
- package/dist/forms/RadioButton/KdsRadioButtonGroup.vue.d.ts.map +1 -1
- package/dist/forms/RadioButton/KdsValueSwitch.vue.d.ts.map +1 -1
- package/dist/forms/RadioButton/ValueSwitchItem.vue.d.ts.map +1 -1
- package/dist/forms/RadioButton/enums.d.ts +16 -0
- package/dist/forms/RadioButton/enums.d.ts.map +1 -0
- package/dist/forms/RadioButton/index.d.ts +6 -0
- package/dist/forms/RadioButton/index.d.ts.map +1 -0
- package/dist/forms/RadioButton/types.d.ts +4 -3
- package/dist/forms/RadioButton/types.d.ts.map +1 -1
- package/dist/forms/{BaseFormFieldWrapper.vue.d.ts → _helper/BaseFormFieldWrapper.vue.d.ts} +6 -1
- package/dist/forms/_helper/BaseFormFieldWrapper.vue.d.ts.map +1 -0
- package/dist/forms/_helper/InfoPopover/InfoPopover.vue.d.ts +27 -0
- package/dist/forms/_helper/InfoPopover/InfoPopover.vue.d.ts.map +1 -0
- package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +36 -0
- package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -0
- package/dist/forms/_helper/InfoPopover/index.d.ts +3 -0
- package/dist/forms/_helper/InfoPopover/index.d.ts.map +1 -0
- package/dist/forms/_helper/InfoPopover/types.d.ts +11 -0
- package/dist/forms/_helper/InfoPopover/types.d.ts.map +1 -0
- package/dist/forms/_helper/KdsLabel.vue.d.ts +9 -0
- package/dist/forms/_helper/KdsLabel.vue.d.ts.map +1 -0
- package/dist/forms/{KdsSubText.vue.d.ts → _helper/KdsSubText.vue.d.ts} +1 -1
- package/dist/forms/_helper/KdsSubText.vue.d.ts.map +1 -0
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +39 -0
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -0
- package/dist/forms/_helper/VariablePopover/VariablePopover.vue.d.ts +27 -0
- package/dist/forms/_helper/VariablePopover/VariablePopover.vue.d.ts.map +1 -0
- package/dist/forms/_helper/VariablePopover/index.d.ts +3 -0
- package/dist/forms/_helper/VariablePopover/index.d.ts.map +1 -0
- package/dist/forms/_helper/VariablePopover/types.d.ts +16 -0
- package/dist/forms/_helper/VariablePopover/types.d.ts.map +1 -0
- package/dist/forms/index.d.ts +13 -14
- package/dist/forms/index.d.ts.map +1 -1
- package/dist/forms/inputs/BaseInput.vue.d.ts +6 -6
- package/dist/forms/inputs/BaseInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/NumberInput/index.d.ts +2 -0
- package/dist/forms/inputs/NumberInput/index.d.ts.map +1 -0
- package/dist/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/PatternInput/index.d.ts +2 -0
- package/dist/forms/inputs/PatternInput/index.d.ts.map +1 -0
- package/dist/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/SearchInput/index.d.ts +2 -0
- package/dist/forms/inputs/SearchInput/index.d.ts.map +1 -0
- package/dist/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/TextInput/index.d.ts +2 -0
- package/dist/forms/inputs/TextInput/index.d.ts.map +1 -0
- package/dist/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -1
- package/dist/forms/inputs/Textarea/index.d.ts +2 -0
- package/dist/forms/inputs/Textarea/index.d.ts.map +1 -0
- package/dist/forms/inputs/index.d.ts +7 -0
- package/dist/forms/inputs/index.d.ts.map +1 -0
- package/dist/forms/types.d.ts +23 -2
- package/dist/forms/types.d.ts.map +1 -1
- package/dist/index.css +774 -570
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1501 -934
- package/dist/index.js.map +1 -1
- package/dist/overlays/Modal/KdsModal.vue.d.ts +7 -7
- package/dist/overlays/Modal/KdsModalLayout.vue.d.ts +1 -1
- package/dist/overlays/Modal/enums.d.ts +41 -0
- package/dist/overlays/Modal/enums.d.ts.map +1 -0
- package/dist/overlays/Modal/index.d.ts +7 -0
- package/dist/overlays/Modal/index.d.ts.map +1 -0
- package/dist/overlays/Modal/types.d.ts +9 -17
- package/dist/overlays/Modal/types.d.ts.map +1 -1
- package/dist/overlays/Modal/useKdsDynamicModal.d.ts +16 -16
- package/dist/overlays/Popover/KdsPopover.vue.d.ts +2 -0
- package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/overlays/Popover/enums.d.ts +14 -0
- package/dist/overlays/Popover/enums.d.ts.map +1 -0
- package/dist/overlays/Popover/index.d.ts +4 -0
- package/dist/overlays/Popover/index.d.ts.map +1 -0
- package/dist/overlays/Popover/types.d.ts +24 -3
- package/dist/overlays/Popover/types.d.ts.map +1 -1
- package/dist/overlays/index.d.ts +4 -7
- package/dist/overlays/index.d.ts.map +1 -1
- package/dist/structures/Card/KdsCard.vue.d.ts +60 -0
- package/dist/structures/Card/KdsCard.vue.d.ts.map +1 -0
- package/dist/structures/Card/enums.d.ts +7 -0
- package/dist/structures/Card/enums.d.ts.map +1 -0
- package/dist/structures/Card/index.d.ts +4 -0
- package/dist/structures/Card/index.d.ts.map +1 -0
- package/dist/structures/Card/types.d.ts +69 -0
- package/dist/structures/Card/types.d.ts.map +1 -0
- package/dist/structures/EmptyState/KdsEmptyState.vue.d.ts +145 -0
- package/dist/structures/EmptyState/KdsEmptyState.vue.d.ts.map +1 -0
- package/dist/structures/EmptyState/types.d.ts +11 -0
- package/dist/structures/EmptyState/types.d.ts.map +1 -0
- package/dist/structures/index.d.ts +5 -0
- package/dist/structures/index.d.ts.map +1 -0
- package/dist/util/enums.d.ts +7 -0
- package/dist/util/enums.d.ts.map +1 -0
- package/dist/util/index.d.ts +1 -0
- package/dist/util/index.d.ts.map +1 -1
- package/dist/util/useKdsDarkMode.d.ts +2 -1
- package/dist/util/useKdsDarkMode.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/EmptyState/KdsEmptyState.vue.d.ts +0 -165
- package/dist/EmptyState/KdsEmptyState.vue.d.ts.map +0 -1
- package/dist/EmptyState/types.d.ts +0 -11
- package/dist/EmptyState/types.d.ts.map +0 -1
- package/dist/accessories/Icon/constants.d.ts +0 -6
- package/dist/accessories/Icon/constants.d.ts.map +0 -1
- package/dist/buttons/KdsButton.vue.d.ts.map +0 -1
- package/dist/buttons/KdsInfoToggleButton.vue.d.ts +0 -15
- package/dist/buttons/KdsInfoToggleButton.vue.d.ts.map +0 -1
- package/dist/buttons/KdsLinkButton.vue.d.ts.map +0 -1
- package/dist/buttons/KdsProgressButton.vue.d.ts.map +0 -1
- package/dist/buttons/KdsToggleButton.vue.d.ts.map +0 -1
- package/dist/buttons/KdsVariableToggleButton.vue.d.ts +0 -18
- package/dist/buttons/KdsVariableToggleButton.vue.d.ts.map +0 -1
- package/dist/buttons/constants.d.ts +0 -3
- package/dist/buttons/constants.d.ts.map +0 -1
- package/dist/constants.d.ts +0 -2
- package/dist/constants.d.ts.map +0 -1
- package/dist/forms/BaseFormFieldWrapper.vue.d.ts.map +0 -1
- package/dist/forms/KdsLabel.vue.d.ts +0 -6
- package/dist/forms/KdsLabel.vue.d.ts.map +0 -1
- package/dist/forms/KdsSubText.vue.d.ts.map +0 -1
- package/dist/overlays/Modal/constants.d.ts +0 -21
- package/dist/overlays/Modal/constants.d.ts.map +0 -1
- package/dist/overlays/Popover/constants.d.ts +0 -2
- package/dist/overlays/Popover/constants.d.ts.map +0 -1
- package/dist/types.d.ts +0 -3
- package/dist/types.d.ts.map +0 -1
- /package/dist/buttons/{KdsButton.vue.d.ts → KdsButton/KdsButton.vue.d.ts} +0 -0
- /package/dist/buttons/{KdsLinkButton.vue.d.ts → KdsLinkButton/KdsLinkButton.vue.d.ts} +0 -0
- /package/dist/buttons/{KdsProgressButton.vue.d.ts → KdsProgressButton/KdsProgressButton.vue.d.ts} +0 -0
- /package/dist/buttons/{KdsToggleButton.vue.d.ts → KdsToggleButton/KdsToggleButton.vue.d.ts} +0 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<({
|
|
2
|
+
headline: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
} & import('../..').PrefixedKdsButtonPropsAsNever & import('../..').PrefixedKdsLinkButtonPropsAsNever) | ({
|
|
5
|
+
headline: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
} & {
|
|
8
|
+
buttonSize?: import('../..').KdsButtonSize;
|
|
9
|
+
buttonDisabled?: boolean;
|
|
10
|
+
buttonTitle?: string;
|
|
11
|
+
buttonVariant?: import('../..').KdsButtonVariant;
|
|
12
|
+
buttonDestructive?: boolean;
|
|
13
|
+
} & {
|
|
14
|
+
buttonLabel: string;
|
|
15
|
+
buttonLeadingIcon?: import('packages/styles/dist/img/icons/def').IconName;
|
|
16
|
+
buttonTrailingIcon?: import('packages/styles/dist/img/icons/def').IconName;
|
|
17
|
+
buttonAriaLabel?: never;
|
|
18
|
+
} & import('../..').PrefixedKdsLinkButtonPropsAsNever) | ({
|
|
19
|
+
headline: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
} & {
|
|
22
|
+
buttonSize?: import('../..').KdsButtonSize;
|
|
23
|
+
buttonDisabled?: boolean;
|
|
24
|
+
buttonTitle?: string;
|
|
25
|
+
buttonVariant?: import('../..').KdsButtonVariant;
|
|
26
|
+
buttonDestructive?: boolean;
|
|
27
|
+
} & {
|
|
28
|
+
buttonLabel?: never;
|
|
29
|
+
buttonLeadingIcon: import('packages/styles/dist/img/icons/def').IconName;
|
|
30
|
+
buttonTrailingIcon?: never;
|
|
31
|
+
buttonAriaLabel: string;
|
|
32
|
+
} & import('../..').PrefixedKdsLinkButtonPropsAsNever) | ({
|
|
33
|
+
headline: string;
|
|
34
|
+
description?: string;
|
|
35
|
+
} & {
|
|
36
|
+
buttonSize?: import('../..').KdsButtonSize;
|
|
37
|
+
buttonDisabled?: boolean;
|
|
38
|
+
buttonTitle?: string;
|
|
39
|
+
buttonVariant?: import('../..').KdsButtonVariant;
|
|
40
|
+
buttonDestructive?: boolean;
|
|
41
|
+
} & {
|
|
42
|
+
buttonLabel: string;
|
|
43
|
+
buttonLeadingIcon?: import('packages/styles/dist/img/icons/def').IconName;
|
|
44
|
+
buttonTrailingIcon?: import('packages/styles/dist/img/icons/def').IconName;
|
|
45
|
+
buttonAriaLabel?: never;
|
|
46
|
+
} & {
|
|
47
|
+
buttonTo: string | Record<string, unknown>;
|
|
48
|
+
buttonDownload?: boolean;
|
|
49
|
+
buttonTarget?: "_blank" | "_parent" | "_self" | "_top" | string | null;
|
|
50
|
+
buttonRel?: "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | string | null;
|
|
51
|
+
}) | ({
|
|
52
|
+
headline: string;
|
|
53
|
+
description?: string;
|
|
54
|
+
} & {
|
|
55
|
+
buttonSize?: import('../..').KdsButtonSize;
|
|
56
|
+
buttonDisabled?: boolean;
|
|
57
|
+
buttonTitle?: string;
|
|
58
|
+
buttonVariant?: import('../..').KdsButtonVariant;
|
|
59
|
+
buttonDestructive?: boolean;
|
|
60
|
+
} & {
|
|
61
|
+
buttonLabel?: never;
|
|
62
|
+
buttonLeadingIcon: import('packages/styles/dist/img/icons/def').IconName;
|
|
63
|
+
buttonTrailingIcon?: never;
|
|
64
|
+
buttonAriaLabel: string;
|
|
65
|
+
} & {
|
|
66
|
+
buttonTo: string | Record<string, unknown>;
|
|
67
|
+
buttonDownload?: boolean;
|
|
68
|
+
buttonTarget?: "_blank" | "_parent" | "_self" | "_top" | string | null;
|
|
69
|
+
buttonRel?: "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | string | null;
|
|
70
|
+
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
71
|
+
buttonClick: (event: MouseEvent) => any;
|
|
72
|
+
}, string, import('vue').PublicProps, Readonly<({
|
|
73
|
+
headline: string;
|
|
74
|
+
description?: string;
|
|
75
|
+
} & import('../..').PrefixedKdsButtonPropsAsNever & import('../..').PrefixedKdsLinkButtonPropsAsNever) | ({
|
|
76
|
+
headline: string;
|
|
77
|
+
description?: string;
|
|
78
|
+
} & {
|
|
79
|
+
buttonSize?: import('../..').KdsButtonSize;
|
|
80
|
+
buttonDisabled?: boolean;
|
|
81
|
+
buttonTitle?: string;
|
|
82
|
+
buttonVariant?: import('../..').KdsButtonVariant;
|
|
83
|
+
buttonDestructive?: boolean;
|
|
84
|
+
} & {
|
|
85
|
+
buttonLabel: string;
|
|
86
|
+
buttonLeadingIcon?: import('packages/styles/dist/img/icons/def').IconName;
|
|
87
|
+
buttonTrailingIcon?: import('packages/styles/dist/img/icons/def').IconName;
|
|
88
|
+
buttonAriaLabel?: never;
|
|
89
|
+
} & import('../..').PrefixedKdsLinkButtonPropsAsNever) | ({
|
|
90
|
+
headline: string;
|
|
91
|
+
description?: string;
|
|
92
|
+
} & {
|
|
93
|
+
buttonSize?: import('../..').KdsButtonSize;
|
|
94
|
+
buttonDisabled?: boolean;
|
|
95
|
+
buttonTitle?: string;
|
|
96
|
+
buttonVariant?: import('../..').KdsButtonVariant;
|
|
97
|
+
buttonDestructive?: boolean;
|
|
98
|
+
} & {
|
|
99
|
+
buttonLabel?: never;
|
|
100
|
+
buttonLeadingIcon: import('packages/styles/dist/img/icons/def').IconName;
|
|
101
|
+
buttonTrailingIcon?: never;
|
|
102
|
+
buttonAriaLabel: string;
|
|
103
|
+
} & import('../..').PrefixedKdsLinkButtonPropsAsNever) | ({
|
|
104
|
+
headline: string;
|
|
105
|
+
description?: string;
|
|
106
|
+
} & {
|
|
107
|
+
buttonSize?: import('../..').KdsButtonSize;
|
|
108
|
+
buttonDisabled?: boolean;
|
|
109
|
+
buttonTitle?: string;
|
|
110
|
+
buttonVariant?: import('../..').KdsButtonVariant;
|
|
111
|
+
buttonDestructive?: boolean;
|
|
112
|
+
} & {
|
|
113
|
+
buttonLabel: string;
|
|
114
|
+
buttonLeadingIcon?: import('packages/styles/dist/img/icons/def').IconName;
|
|
115
|
+
buttonTrailingIcon?: import('packages/styles/dist/img/icons/def').IconName;
|
|
116
|
+
buttonAriaLabel?: never;
|
|
117
|
+
} & {
|
|
118
|
+
buttonTo: string | Record<string, unknown>;
|
|
119
|
+
buttonDownload?: boolean;
|
|
120
|
+
buttonTarget?: "_blank" | "_parent" | "_self" | "_top" | string | null;
|
|
121
|
+
buttonRel?: "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | string | null;
|
|
122
|
+
}) | ({
|
|
123
|
+
headline: string;
|
|
124
|
+
description?: string;
|
|
125
|
+
} & {
|
|
126
|
+
buttonSize?: import('../..').KdsButtonSize;
|
|
127
|
+
buttonDisabled?: boolean;
|
|
128
|
+
buttonTitle?: string;
|
|
129
|
+
buttonVariant?: import('../..').KdsButtonVariant;
|
|
130
|
+
buttonDestructive?: boolean;
|
|
131
|
+
} & {
|
|
132
|
+
buttonLabel?: never;
|
|
133
|
+
buttonLeadingIcon: import('packages/styles/dist/img/icons/def').IconName;
|
|
134
|
+
buttonTrailingIcon?: never;
|
|
135
|
+
buttonAriaLabel: string;
|
|
136
|
+
} & {
|
|
137
|
+
buttonTo: string | Record<string, unknown>;
|
|
138
|
+
buttonDownload?: boolean;
|
|
139
|
+
buttonTarget?: "_blank" | "_parent" | "_self" | "_top" | string | null;
|
|
140
|
+
buttonRel?: "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc" | string | null;
|
|
141
|
+
})> & Readonly<{
|
|
142
|
+
onButtonClick?: ((event: MouseEvent) => any) | undefined;
|
|
143
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
144
|
+
export default _default;
|
|
145
|
+
//# sourceMappingURL=KdsEmptyState.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsEmptyState.vue.d.ts","sourceRoot":"","sources":["../../../src/structures/EmptyState/KdsEmptyState.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgRA,wBAQG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PrefixedKdsButtonProps, PrefixedKdsButtonPropsAsNever, PrefixedKdsLinkButtonProps, PrefixedKdsLinkButtonPropsAsNever } from '../../buttons';
|
|
2
|
+
type CommonProps = {
|
|
3
|
+
headline: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
};
|
|
6
|
+
type BaseEmptyStateProps = CommonProps & PrefixedKdsButtonPropsAsNever & PrefixedKdsLinkButtonPropsAsNever;
|
|
7
|
+
type EmptyStateWithButtonProps = CommonProps & PrefixedKdsButtonProps & PrefixedKdsLinkButtonPropsAsNever;
|
|
8
|
+
type EmptyStateWithLinkButtonProps = CommonProps & PrefixedKdsLinkButtonProps;
|
|
9
|
+
export type KdsEmptyStateProps = BaseEmptyStateProps | EmptyStateWithButtonProps | EmptyStateWithLinkButtonProps;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/structures/EmptyState/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EACtB,6BAA6B,EAC7B,0BAA0B,EAC1B,iCAAiC,EAClC,MAAM,eAAe,CAAC;AAEvB,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,mBAAmB,GAAG,WAAW,GACpC,6BAA6B,GAC7B,iCAAiC,CAAC;AAEpC,KAAK,yBAAyB,GAAG,WAAW,GAC1C,sBAAsB,GACtB,iCAAiC,CAAC;AAEpC,KAAK,6BAA6B,GAAG,WAAW,GAAG,0BAA0B,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAC1B,mBAAmB,GACnB,yBAAyB,GACzB,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/structures/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAE1E,mBAAmB,cAAc,CAAC;AAClC,mBAAmB,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../src/util/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;CAIlB,CAAC;AAEX,eAAO,MAAM,gBAAgB,iCAAiC,CAAC"}
|
package/dist/util/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { useKdsDarkMode } from './useKdsDarkMode';
|
|
2
2
|
export { useKdsLegacyMode } from './useKdsLegacyMode';
|
|
3
3
|
export { useKdsIsTruncated } from './useKdsIsTruncated';
|
|
4
|
+
export { kdsDarkModeType, kdsDarkModeTypes } from './enums';
|
|
4
5
|
export type * from './useKdsDarkMode';
|
|
5
6
|
export type * from './useKdsLegacyMode';
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/util/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/util/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/util/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAG5D,mBAAmB,kBAAkB,CAAC;AACtC,mBAAmB,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { kdsDarkModeType } from './enums';
|
|
1
2
|
export declare const KDS_DARK_MODE_STORAGE_KEY = "KNIME_DARK_MODE";
|
|
2
|
-
export type KdsDarkModeType =
|
|
3
|
+
export type KdsDarkModeType = (typeof kdsDarkModeType)[keyof typeof kdsDarkModeType];
|
|
3
4
|
export declare const useKdsDarkMode: () => {
|
|
4
5
|
/** Exposes a writable computed ref to get the current dark mode but also use it in e.g. a v-model to set it */
|
|
5
6
|
currentMode: import('vue').WritableComputedRef<KdsDarkModeType, KdsDarkModeType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useKdsDarkMode.d.ts","sourceRoot":"","sources":["../../src/util/useKdsDarkMode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,yBAAyB,oBAAoB,CAAC;AAE3D,MAAM,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"useKdsDarkMode.d.ts","sourceRoot":"","sources":["../../src/util/useKdsDarkMode.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,yBAAyB,oBAAoB,CAAC;AAE3D,MAAM,MAAM,eAAe,GACzB,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAKzD,eAAO,MAAM,cAAc;IA+DvB,+GAA+G;;IAE/G,2HAA2H;;IAE3H,4HAA4H;;IAE5H,qEAAqE;;CAGxE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/kds-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Package containing basic Vue components of the KNIME Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@knime/utils": "^1.9.2",
|
|
38
38
|
"consola": "^3.4.2",
|
|
39
|
-
"@knime/kds-styles": "^0.
|
|
39
|
+
"@knime/kds-styles": "^0.9.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@storybook/vue3-vite": "^10.2.4",
|
|
43
43
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
44
44
|
"@vue/test-utils": "^2.4.6",
|
|
45
45
|
"@vue/tsconfig": "^0.7.0",
|
|
46
|
-
"@vueuse/core": "^
|
|
46
|
+
"@vueuse/core": "^14.2.1",
|
|
47
47
|
"prettier": "3.6.2",
|
|
48
48
|
"prettier-plugin-vue": "^1.1.6",
|
|
49
49
|
"storybook": "^10.2.4",
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<({
|
|
2
|
-
headline: string;
|
|
3
|
-
description?: string;
|
|
4
|
-
} & import('../buttons/types').PrefixedButtonPropsAsNever) | ({
|
|
5
|
-
headline: string;
|
|
6
|
-
description?: string;
|
|
7
|
-
} & {
|
|
8
|
-
buttonSize?: "xsmall" | "small" | "medium" | "large" | undefined;
|
|
9
|
-
buttonDisabled?: boolean | undefined;
|
|
10
|
-
buttonTitle?: string | undefined;
|
|
11
|
-
} & {
|
|
12
|
-
buttonVariant?: import('..').KdsButtonVariant;
|
|
13
|
-
} & {
|
|
14
|
-
buttonLabel: string;
|
|
15
|
-
buttonLeadingIcon?: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close" | undefined;
|
|
16
|
-
buttonTrailingIcon?: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close" | undefined;
|
|
17
|
-
buttonAriaLabel?: never;
|
|
18
|
-
} & {
|
|
19
|
-
buttonDestructive?: boolean | undefined;
|
|
20
|
-
} & import('../buttons/types').PrefixedRouterNavigationAsNever & import('../buttons/types').PrefixedAnchorAttributesAsNever) | ({
|
|
21
|
-
headline: string;
|
|
22
|
-
description?: string;
|
|
23
|
-
} & {
|
|
24
|
-
buttonSize?: "xsmall" | "small" | "medium" | "large" | undefined;
|
|
25
|
-
buttonDisabled?: boolean | undefined;
|
|
26
|
-
buttonTitle?: string | undefined;
|
|
27
|
-
} & {
|
|
28
|
-
buttonVariant?: import('..').KdsButtonVariant;
|
|
29
|
-
} & {
|
|
30
|
-
buttonLabel?: never;
|
|
31
|
-
buttonLeadingIcon: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close";
|
|
32
|
-
buttonTrailingIcon?: never;
|
|
33
|
-
buttonAriaLabel: string;
|
|
34
|
-
} & {
|
|
35
|
-
buttonDestructive?: boolean | undefined;
|
|
36
|
-
} & import('../buttons/types').PrefixedRouterNavigationAsNever & import('../buttons/types').PrefixedAnchorAttributesAsNever) | ({
|
|
37
|
-
headline: string;
|
|
38
|
-
description?: string;
|
|
39
|
-
} & {
|
|
40
|
-
buttonSize?: "xsmall" | "small" | "medium" | "large" | undefined;
|
|
41
|
-
buttonDisabled?: boolean | undefined;
|
|
42
|
-
buttonTitle?: string | undefined;
|
|
43
|
-
} & {
|
|
44
|
-
buttonVariant?: import('..').KdsButtonVariant;
|
|
45
|
-
} & {
|
|
46
|
-
buttonLabel: string;
|
|
47
|
-
buttonLeadingIcon?: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close" | undefined;
|
|
48
|
-
buttonTrailingIcon?: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close" | undefined;
|
|
49
|
-
buttonAriaLabel?: never;
|
|
50
|
-
} & {
|
|
51
|
-
buttonDestructive?: boolean | undefined;
|
|
52
|
-
} & {
|
|
53
|
-
buttonTo: import('../buttons/types').WithRouterNavigation["to"];
|
|
54
|
-
} & {
|
|
55
|
-
buttonDownload?: import('../buttons/types').WithAnchorElementAttributes["download"];
|
|
56
|
-
buttonTarget?: import('../buttons/types').WithAnchorElementAttributes["target"];
|
|
57
|
-
buttonRel?: import('../buttons/types').WithAnchorElementAttributes["rel"];
|
|
58
|
-
}) | ({
|
|
59
|
-
headline: string;
|
|
60
|
-
description?: string;
|
|
61
|
-
} & {
|
|
62
|
-
buttonSize?: "xsmall" | "small" | "medium" | "large" | undefined;
|
|
63
|
-
buttonDisabled?: boolean | undefined;
|
|
64
|
-
buttonTitle?: string | undefined;
|
|
65
|
-
} & {
|
|
66
|
-
buttonVariant?: import('..').KdsButtonVariant;
|
|
67
|
-
} & {
|
|
68
|
-
buttonLabel?: never;
|
|
69
|
-
buttonLeadingIcon: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close";
|
|
70
|
-
buttonTrailingIcon?: never;
|
|
71
|
-
buttonAriaLabel: string;
|
|
72
|
-
} & {
|
|
73
|
-
buttonDestructive?: boolean | undefined;
|
|
74
|
-
} & {
|
|
75
|
-
buttonTo: import('../buttons/types').WithRouterNavigation["to"];
|
|
76
|
-
} & {
|
|
77
|
-
buttonDownload?: import('../buttons/types').WithAnchorElementAttributes["download"];
|
|
78
|
-
buttonTarget?: import('../buttons/types').WithAnchorElementAttributes["target"];
|
|
79
|
-
buttonRel?: import('../buttons/types').WithAnchorElementAttributes["rel"];
|
|
80
|
-
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
81
|
-
buttonClick: (event: MouseEvent) => any;
|
|
82
|
-
}, string, import('vue').PublicProps, Readonly<({
|
|
83
|
-
headline: string;
|
|
84
|
-
description?: string;
|
|
85
|
-
} & import('../buttons/types').PrefixedButtonPropsAsNever) | ({
|
|
86
|
-
headline: string;
|
|
87
|
-
description?: string;
|
|
88
|
-
} & {
|
|
89
|
-
buttonSize?: "xsmall" | "small" | "medium" | "large" | undefined;
|
|
90
|
-
buttonDisabled?: boolean | undefined;
|
|
91
|
-
buttonTitle?: string | undefined;
|
|
92
|
-
} & {
|
|
93
|
-
buttonVariant?: import('..').KdsButtonVariant;
|
|
94
|
-
} & {
|
|
95
|
-
buttonLabel: string;
|
|
96
|
-
buttonLeadingIcon?: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close" | undefined;
|
|
97
|
-
buttonTrailingIcon?: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close" | undefined;
|
|
98
|
-
buttonAriaLabel?: never;
|
|
99
|
-
} & {
|
|
100
|
-
buttonDestructive?: boolean | undefined;
|
|
101
|
-
} & import('../buttons/types').PrefixedRouterNavigationAsNever & import('../buttons/types').PrefixedAnchorAttributesAsNever) | ({
|
|
102
|
-
headline: string;
|
|
103
|
-
description?: string;
|
|
104
|
-
} & {
|
|
105
|
-
buttonSize?: "xsmall" | "small" | "medium" | "large" | undefined;
|
|
106
|
-
buttonDisabled?: boolean | undefined;
|
|
107
|
-
buttonTitle?: string | undefined;
|
|
108
|
-
} & {
|
|
109
|
-
buttonVariant?: import('..').KdsButtonVariant;
|
|
110
|
-
} & {
|
|
111
|
-
buttonLabel?: never;
|
|
112
|
-
buttonLeadingIcon: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close";
|
|
113
|
-
buttonTrailingIcon?: never;
|
|
114
|
-
buttonAriaLabel: string;
|
|
115
|
-
} & {
|
|
116
|
-
buttonDestructive?: boolean | undefined;
|
|
117
|
-
} & import('../buttons/types').PrefixedRouterNavigationAsNever & import('../buttons/types').PrefixedAnchorAttributesAsNever) | ({
|
|
118
|
-
headline: string;
|
|
119
|
-
description?: string;
|
|
120
|
-
} & {
|
|
121
|
-
buttonSize?: "xsmall" | "small" | "medium" | "large" | undefined;
|
|
122
|
-
buttonDisabled?: boolean | undefined;
|
|
123
|
-
buttonTitle?: string | undefined;
|
|
124
|
-
} & {
|
|
125
|
-
buttonVariant?: import('..').KdsButtonVariant;
|
|
126
|
-
} & {
|
|
127
|
-
buttonLabel: string;
|
|
128
|
-
buttonLeadingIcon?: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close" | undefined;
|
|
129
|
-
buttonTrailingIcon?: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close" | undefined;
|
|
130
|
-
buttonAriaLabel?: never;
|
|
131
|
-
} & {
|
|
132
|
-
buttonDestructive?: boolean | undefined;
|
|
133
|
-
} & {
|
|
134
|
-
buttonTo: import('../buttons/types').WithRouterNavigation["to"];
|
|
135
|
-
} & {
|
|
136
|
-
buttonDownload?: import('../buttons/types').WithAnchorElementAttributes["download"];
|
|
137
|
-
buttonTarget?: import('../buttons/types').WithAnchorElementAttributes["target"];
|
|
138
|
-
buttonRel?: import('../buttons/types').WithAnchorElementAttributes["rel"];
|
|
139
|
-
}) | ({
|
|
140
|
-
headline: string;
|
|
141
|
-
description?: string;
|
|
142
|
-
} & {
|
|
143
|
-
buttonSize?: "xsmall" | "small" | "medium" | "large" | undefined;
|
|
144
|
-
buttonDisabled?: boolean | undefined;
|
|
145
|
-
buttonTitle?: string | undefined;
|
|
146
|
-
} & {
|
|
147
|
-
buttonVariant?: import('..').KdsButtonVariant;
|
|
148
|
-
} & {
|
|
149
|
-
buttonLabel?: never;
|
|
150
|
-
buttonLeadingIcon: "add-user" | "ai-general" | "annotation-mode" | "arrow-down" | "arrow-up" | "arrows-expand" | "arrows-move" | "arrows-order" | "back" | "bold" | "calendar" | "case-sensitive" | "center-aligned" | "checkmark" | "chevron-down" | "chevron-left-double" | "chevron-left" | "chevron-right-double" | "chevron-right" | "chevron-up" | "circle-error" | "circle-info" | "circle-question" | "circle-success" | "cloud-download" | "cloud-knime" | "cloud-pending-changes" | "cloud-synced" | "cloud-upload" | "cloud-workflow" | "code-block" | "color-picker" | "comment" | "component" | "connection" | "copy" | "cursor" | "data-app" | "data-value-view" | "date-time" | "db-database" | "db-schema" | "db-table-view" | "db-table" | "deploy" | "detect" | "divider" | "duration" | "edit" | "education" | "error-panel" | "execute-all" | "execute" | "expand-panel" | "extension-community" | "extension" | "external-link" | "eye" | "file-export" | "file-text" | "file" | "filter" | "flow-variable-default" | "flow-variable-in-out" | "flow-variable-in" | "flow-variable-out" | "folder-plus" | "folder-workflow" | "folder" | "forum" | "function-catalog" | "home" | "import" | "info" | "interval" | "italic" | "key" | "layout-editor" | "left-aligned" | "like" | "limit" | "link" | "linked-metanode" | "list-bulletpoint" | "list-number" | "list-thumbs" | "list" | "local-filesystem" | "lock" | "metanode" | "mini-map" | "minimize-dialog" | "minimize-side-panel" | "minus" | "more-actions" | "node-stack" | "nodes-align-horiz" | "nodes-align-vert" | "open-in-new-window" | "pan-mode" | "parameter" | "pending-changes" | "placeholder" | "plus" | "quote" | "re-execution" | "redo" | "regex" | "reload" | "rename" | "replace" | "reset-all" | "resume-execution" | "right-aligned" | "rocket" | "save-as" | "save" | "schedule" | "search" | "secret-store" | "selected-cancel" | "selected-execution" | "selected-reset" | "send" | "server-rack-workflow" | "service" | "settings" | "share" | "shortcuts" | "sort-ascending" | "sort-descending" | "space-local" | "space-private" | "space" | "stepwise-execution" | "strikethrough" | "team" | "text" | "textstyles" | "thumbs-down" | "thumbs-up" | "time" | "to-bottom" | "to-top" | "trash" | "trigger" | "underline" | "undo" | "unlink" | "user" | "version" | "view-cards" | "warning" | "workflow" | "x-close";
|
|
151
|
-
buttonTrailingIcon?: never;
|
|
152
|
-
buttonAriaLabel: string;
|
|
153
|
-
} & {
|
|
154
|
-
buttonDestructive?: boolean | undefined;
|
|
155
|
-
} & {
|
|
156
|
-
buttonTo: import('../buttons/types').WithRouterNavigation["to"];
|
|
157
|
-
} & {
|
|
158
|
-
buttonDownload?: import('../buttons/types').WithAnchorElementAttributes["download"];
|
|
159
|
-
buttonTarget?: import('../buttons/types').WithAnchorElementAttributes["target"];
|
|
160
|
-
buttonRel?: import('../buttons/types').WithAnchorElementAttributes["rel"];
|
|
161
|
-
})> & Readonly<{
|
|
162
|
-
onButtonClick?: ((event: MouseEvent) => any) | undefined;
|
|
163
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
164
|
-
export default _default;
|
|
165
|
-
//# sourceMappingURL=KdsEmptyState.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KdsEmptyState.vue.d.ts","sourceRoot":"","sources":["../../src/EmptyState/KdsEmptyState.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgRA,wBAQG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PrefixedAnchorAttributesAsNever, PrefixedButtonPropsAsNever, PrefixedKdsButtonProps, PrefixedKdsLinkButtonProps, PrefixedRouterNavigationAsNever } from '../buttons/types';
|
|
2
|
-
type CommonProps = {
|
|
3
|
-
headline: string;
|
|
4
|
-
description?: string;
|
|
5
|
-
};
|
|
6
|
-
type BaseEmptyStateProps = CommonProps & PrefixedButtonPropsAsNever;
|
|
7
|
-
type EmptyStateWithButtonProps = CommonProps & PrefixedKdsButtonProps & PrefixedRouterNavigationAsNever & PrefixedAnchorAttributesAsNever;
|
|
8
|
-
type EmptyStateWithLinkButtonProps = CommonProps & PrefixedKdsLinkButtonProps;
|
|
9
|
-
export type KdsEmptyStateProps = BaseEmptyStateProps | EmptyStateWithButtonProps | EmptyStateWithLinkButtonProps;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/EmptyState/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,+BAA+B,EAC/B,0BAA0B,EAC1B,sBAAsB,EACtB,0BAA0B,EAC1B,+BAA+B,EAChC,MAAM,kBAAkB,CAAC;AAE1B,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,mBAAmB,GAAG,WAAW,GAAG,0BAA0B,CAAC;AAEpE,KAAK,yBAAyB,GAAG,WAAW,GAC1C,sBAAsB,GACtB,+BAA+B,GAC/B,+BAA+B,CAAC;AAElC,KAAK,6BAA6B,GAAG,WAAW,GAAG,0BAA0B,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAC1B,mBAAmB,GACnB,yBAAyB,GACzB,6BAA6B,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { iconNames as kdsIconNames } from '@knime/kds-styles/img/icons/def';
|
|
2
|
-
import { typeIconNames as kdsTypeIconNames } from '@knime/kds-styles/img/type-icons/def';
|
|
3
|
-
declare const kdsIconSizes: readonly ["xsmall", "small", "medium", "large"];
|
|
4
|
-
declare const kdsDataTypeSizes: ("small" | "medium" | "large")[];
|
|
5
|
-
export { kdsIconSizes, kdsDataTypeSizes, kdsIconNames, kdsTypeIconNames };
|
|
6
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAIzF,QAAA,MAAM,YAAY,iDAAW,CAAC;AAC9B,QAAA,MAAM,gBAAgB,kCAA+C,CAAC;AAEtE,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KdsButton.vue.d.ts","sourceRoot":"","sources":["../../src/buttons/KdsButton.vue"],"names":[],"mappings":";AA2FA,wBASG"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { KdsInfoToggleButtonProps } from './types';
|
|
2
|
-
type __VLS_Props = KdsInfoToggleButtonProps;
|
|
3
|
-
type __VLS_PublicProps = {
|
|
4
|
-
modelValue?: boolean;
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
-
"update:modelValue": (value: boolean) => any;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
hidden: boolean;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
14
|
-
export default _default;
|
|
15
|
-
//# sourceMappingURL=KdsInfoToggleButton.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../src/buttons/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAkB5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;AA2EhB,wBASG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KdsLinkButton.vue.d.ts","sourceRoot":"","sources":["../../src/buttons/KdsLinkButton.vue"],"names":[],"mappings":";AAiIA,wBASG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KdsProgressButton.vue.d.ts","sourceRoot":"","sources":["../../src/buttons/KdsProgressButton.vue"],"names":[],"mappings":";AA8TA,wBASG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KdsToggleButton.vue.d.ts","sourceRoot":"","sources":["../../src/buttons/KdsToggleButton.vue"],"names":[],"mappings":";AAwGA,wBASG"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { KdsVariableToggleButtonProps } from './types';
|
|
2
|
-
type __VLS_Props = KdsVariableToggleButtonProps;
|
|
3
|
-
type __VLS_PublicProps = {
|
|
4
|
-
modelValue?: boolean;
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
-
"update:modelValue": (value: boolean) => any;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
error: boolean;
|
|
13
|
-
inSet: boolean;
|
|
14
|
-
outSet: boolean;
|
|
15
|
-
hidden: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
17
|
-
export default _default;
|
|
18
|
-
//# sourceMappingURL=KdsVariableToggleButton.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../src/buttons/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAiKA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,KAAK,WAAW,GAAG,4BAA4B,CAAC;AAyEhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;AA8EhB,wBASG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/buttons/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,gDAAiD,CAAC;AAEhF,eAAO,MAAM,uBAAuB,sCAAuC,CAAC"}
|
package/dist/constants.d.ts
DELETED
package/dist/constants.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,iDAAkD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseFormFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../src/forms/BaseFormFieldWrapper.vue"],"names":[],"mappings":"AAmEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,KAAK,iBAAiB,GAAG;IACvB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AAYhC,iBAAS,cAAc;WAgET,OAAO,IAA6B;;;;;;;;YAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,yTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|