@knime/kds-components 0.10.0 → 0.12.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 -0
- package/dist/accessories/Avatar/KdsAvatar.vue.d.ts.map +1 -1
- package/dist/accessories/Avatar/enums.d.ts +8 -0
- package/dist/accessories/Avatar/enums.d.ts.map +1 -0
- package/dist/accessories/Avatar/index.d.ts +1 -0
- package/dist/accessories/Avatar/index.d.ts.map +1 -1
- package/dist/accessories/Avatar/types.d.ts +11 -1
- package/dist/accessories/Avatar/types.d.ts.map +1 -1
- package/dist/accessories/ColorSwatch/KdsColorSwatch.vue.d.ts +1 -0
- package/dist/accessories/ColorSwatch/KdsColorSwatch.vue.d.ts.map +1 -1
- package/dist/accessories/ColorSwatch/enums.d.ts +6 -0
- package/dist/accessories/ColorSwatch/enums.d.ts.map +1 -1
- package/dist/accessories/ColorSwatch/index.d.ts +1 -1
- package/dist/accessories/ColorSwatch/index.d.ts.map +1 -1
- package/dist/accessories/ColorSwatch/types.d.ts +4 -1
- package/dist/accessories/ColorSwatch/types.d.ts.map +1 -1
- package/dist/accessories/Icon/enums.d.ts +3 -2
- package/dist/accessories/Icon/enums.d.ts.map +1 -1
- package/dist/accessories/LiveStatus/KdsLiveStatus.vue.d.ts +1 -1
- package/dist/buttons/KdsButton/types.d.ts +1 -38
- package/dist/buttons/KdsButton/types.d.ts.map +1 -1
- package/dist/buttons/KdsLinkButton/types.d.ts +0 -18
- package/dist/buttons/KdsLinkButton/types.d.ts.map +1 -1
- package/dist/buttons/enums.d.ts +1 -1
- package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +154 -2
- package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/forms/_helper/List/KdsListItem/KdsListItem.vue.d.ts +19 -0
- package/dist/forms/_helper/List/KdsListItem/KdsListItem.vue.d.ts.map +1 -0
- package/dist/forms/_helper/List/KdsListItem/demo-accessories.d.ts +8 -0
- package/dist/forms/_helper/List/KdsListItem/demo-accessories.d.ts.map +1 -0
- package/dist/forms/_helper/List/KdsListItem/index.d.ts +3 -0
- package/dist/forms/_helper/List/KdsListItem/index.d.ts.map +1 -0
- package/dist/forms/_helper/List/KdsListItem/types.d.ts +22 -0
- package/dist/forms/_helper/List/KdsListItem/types.d.ts.map +1 -0
- package/dist/forms/_helper/List/ListItemAccessory/ListItemAccessory.vue.d.ts +8 -0
- package/dist/forms/_helper/List/ListItemAccessory/ListItemAccessory.vue.d.ts.map +1 -0
- package/dist/forms/_helper/List/ListItemAccessory/types.d.ts +27 -0
- package/dist/forms/_helper/List/ListItemAccessory/types.d.ts.map +1 -0
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +154 -2
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/index.css +212 -176
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +203 -283
- package/dist/index.js.map +1 -1
- package/dist/layouts/EmptyState/KdsEmptyState.vue.d.ts +8 -0
- package/dist/layouts/EmptyState/KdsEmptyState.vue.d.ts.map +1 -0
- package/dist/layouts/EmptyState/index.d.ts +3 -0
- package/dist/layouts/EmptyState/index.d.ts.map +1 -0
- package/dist/layouts/EmptyState/types.d.ts +7 -0
- package/dist/layouts/EmptyState/types.d.ts.map +1 -0
- package/dist/{structures/Card/KdsCard.vue.d.ts → layouts/KdsCardClickable/KdsCardClickable.vue.d.ts} +5 -5
- package/dist/layouts/KdsCardClickable/KdsCardClickable.vue.d.ts.map +1 -0
- package/dist/layouts/KdsCardClickable/enums.d.ts.map +1 -0
- package/dist/layouts/KdsCardClickable/index.d.ts +4 -0
- package/dist/layouts/KdsCardClickable/index.d.ts.map +1 -0
- package/dist/{structures/Card → layouts/KdsCardClickable}/types.d.ts +7 -7
- package/dist/layouts/KdsCardClickable/types.d.ts.map +1 -0
- package/dist/layouts/index.d.ts +5 -0
- package/dist/layouts/index.d.ts.map +1 -0
- package/dist/overlays/Modal/KdsModalLayout.vue.d.ts.map +1 -1
- package/dist/overlays/Modal/enums.d.ts +1 -1
- package/dist/overlays/Popover/KdsPopover.vue.d.ts +4 -1
- package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/overlays/Popover/types.d.ts +11 -13
- package/dist/overlays/Popover/types.d.ts.map +1 -1
- package/dist/overlays/index.d.ts +0 -2
- package/dist/overlays/index.d.ts.map +1 -1
- package/dist/util/useKdsIsTruncated.d.ts +6 -5
- package/dist/util/useKdsIsTruncated.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/structures/Card/KdsCard.vue.d.ts.map +0 -1
- package/dist/structures/Card/enums.d.ts.map +0 -1
- package/dist/structures/Card/index.d.ts +0 -4
- package/dist/structures/Card/index.d.ts.map +0 -1
- package/dist/structures/Card/types.d.ts.map +0 -1
- package/dist/structures/EmptyState/KdsEmptyState.vue.d.ts +0 -145
- package/dist/structures/EmptyState/KdsEmptyState.vue.d.ts.map +0 -1
- package/dist/structures/EmptyState/types.d.ts +0 -11
- package/dist/structures/EmptyState/types.d.ts.map +0 -1
- package/dist/structures/index.d.ts +0 -5
- package/dist/structures/index.d.ts.map +0 -1
- /package/dist/{structures/Card → layouts/KdsCardClickable}/enums.d.ts +0 -0
|
@@ -12,7 +12,83 @@ declare function __VLS_template(): {
|
|
|
12
12
|
default?(_: {}): any;
|
|
13
13
|
};
|
|
14
14
|
refs: {
|
|
15
|
-
|
|
15
|
+
popoverEl: ({
|
|
16
|
+
$: import('vue').ComponentInternalInstance;
|
|
17
|
+
$data: {};
|
|
18
|
+
$props: {
|
|
19
|
+
readonly modelValue?: boolean | undefined;
|
|
20
|
+
readonly placement?: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement | undefined;
|
|
21
|
+
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
22
|
+
readonly fullWidth?: boolean | undefined;
|
|
23
|
+
readonly popoverAriaLabel: string;
|
|
24
|
+
readonly content?: string | undefined;
|
|
25
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
26
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
27
|
+
$attrs: {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
$refs: {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
} & {
|
|
33
|
+
popoverEl: HTMLDivElement;
|
|
34
|
+
};
|
|
35
|
+
$slots: Readonly<{
|
|
36
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
37
|
+
}>;
|
|
38
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
39
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
40
|
+
$host: Element | null;
|
|
41
|
+
$emit: (event: "update:modelValue", value: boolean) => void;
|
|
42
|
+
$el: HTMLDivElement;
|
|
43
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
44
|
+
modelValue?: boolean;
|
|
45
|
+
} & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
|
|
46
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
47
|
+
}>, {
|
|
48
|
+
anchorStyle: Record<string, string>;
|
|
49
|
+
popoverId: string;
|
|
50
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
|
+
"update:modelValue": (value: boolean) => any;
|
|
52
|
+
}, string, {
|
|
53
|
+
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
54
|
+
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
55
|
+
fullWidth: boolean;
|
|
56
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
57
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
58
|
+
created?: (() => void) | (() => void)[];
|
|
59
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
60
|
+
mounted?: (() => void) | (() => void)[];
|
|
61
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
62
|
+
updated?: (() => void) | (() => void)[];
|
|
63
|
+
activated?: (() => void) | (() => void)[];
|
|
64
|
+
deactivated?: (() => void) | (() => void)[];
|
|
65
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
66
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
67
|
+
destroyed?: (() => void) | (() => void)[];
|
|
68
|
+
unmounted?: (() => void) | (() => void)[];
|
|
69
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
70
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
71
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
72
|
+
};
|
|
73
|
+
$forceUpdate: () => void;
|
|
74
|
+
$nextTick: typeof import('vue').nextTick;
|
|
75
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
76
|
+
} & Readonly<{
|
|
77
|
+
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
78
|
+
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
79
|
+
fullWidth: boolean;
|
|
80
|
+
}> & Omit<Readonly<{
|
|
81
|
+
modelValue?: boolean;
|
|
82
|
+
} & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
|
|
83
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
84
|
+
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
85
|
+
anchorStyle: Record<string, string>;
|
|
86
|
+
popoverId: string;
|
|
87
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
88
|
+
$slots: {
|
|
89
|
+
default?(_: {}): any;
|
|
90
|
+
};
|
|
91
|
+
}) | null;
|
|
16
92
|
};
|
|
17
93
|
rootEl: any;
|
|
18
94
|
};
|
|
@@ -27,7 +103,83 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
27
103
|
inSet: boolean;
|
|
28
104
|
outSet: boolean;
|
|
29
105
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
-
|
|
106
|
+
popoverEl: ({
|
|
107
|
+
$: import('vue').ComponentInternalInstance;
|
|
108
|
+
$data: {};
|
|
109
|
+
$props: {
|
|
110
|
+
readonly modelValue?: boolean | undefined;
|
|
111
|
+
readonly placement?: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement | undefined;
|
|
112
|
+
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
113
|
+
readonly fullWidth?: boolean | undefined;
|
|
114
|
+
readonly popoverAriaLabel: string;
|
|
115
|
+
readonly content?: string | undefined;
|
|
116
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
117
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
118
|
+
$attrs: {
|
|
119
|
+
[x: string]: unknown;
|
|
120
|
+
};
|
|
121
|
+
$refs: {
|
|
122
|
+
[x: string]: unknown;
|
|
123
|
+
} & {
|
|
124
|
+
popoverEl: HTMLDivElement;
|
|
125
|
+
};
|
|
126
|
+
$slots: Readonly<{
|
|
127
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
128
|
+
}>;
|
|
129
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
130
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
131
|
+
$host: Element | null;
|
|
132
|
+
$emit: (event: "update:modelValue", value: boolean) => void;
|
|
133
|
+
$el: HTMLDivElement;
|
|
134
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
135
|
+
modelValue?: boolean;
|
|
136
|
+
} & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
|
|
137
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
138
|
+
}>, {
|
|
139
|
+
anchorStyle: Record<string, string>;
|
|
140
|
+
popoverId: string;
|
|
141
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
142
|
+
"update:modelValue": (value: boolean) => any;
|
|
143
|
+
}, string, {
|
|
144
|
+
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
145
|
+
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
146
|
+
fullWidth: boolean;
|
|
147
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
148
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
149
|
+
created?: (() => void) | (() => void)[];
|
|
150
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
151
|
+
mounted?: (() => void) | (() => void)[];
|
|
152
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
153
|
+
updated?: (() => void) | (() => void)[];
|
|
154
|
+
activated?: (() => void) | (() => void)[];
|
|
155
|
+
deactivated?: (() => void) | (() => void)[];
|
|
156
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
157
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
158
|
+
destroyed?: (() => void) | (() => void)[];
|
|
159
|
+
unmounted?: (() => void) | (() => void)[];
|
|
160
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
161
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
162
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
163
|
+
};
|
|
164
|
+
$forceUpdate: () => void;
|
|
165
|
+
$nextTick: typeof import('vue').nextTick;
|
|
166
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
167
|
+
} & Readonly<{
|
|
168
|
+
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
169
|
+
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
170
|
+
fullWidth: boolean;
|
|
171
|
+
}> & Omit<Readonly<{
|
|
172
|
+
modelValue?: boolean;
|
|
173
|
+
} & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
|
|
174
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
175
|
+
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
176
|
+
anchorStyle: Record<string, string>;
|
|
177
|
+
popoverId: string;
|
|
178
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
179
|
+
$slots: {
|
|
180
|
+
default?(_: {}): any;
|
|
181
|
+
};
|
|
182
|
+
}) | null;
|
|
31
183
|
}, any>;
|
|
32
184
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
185
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAmLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAE/D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AA0EhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAqGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkEuzb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;EAjD78b;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8Bm0b,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;OArB58b,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|