@knime/kds-components 0.30.3 → 0.30.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/feedback-CSzO39Ck.js +23 -0
- package/dist/feedback-CSzO39Ck.js.map +1 -0
- package/dist/index.css +188 -33
- package/dist/index.js +861 -442
- package/dist/index.js.map +1 -1
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +1 -2
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +1 -2
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
- package/dist/src/containers/ContextMenu/KdsContextMenu.vue.d.ts.map +1 -1
- package/dist/src/containers/Menu/KdsMenu.vue.d.ts +5 -5
- package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -1
- package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts +43 -0
- package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts.map +1 -0
- package/dist/src/forms/ToggleSwitch/enums.d.ts +11 -0
- package/dist/src/forms/ToggleSwitch/enums.d.ts.map +1 -0
- package/dist/src/forms/ToggleSwitch/index.d.ts +4 -0
- package/dist/src/forms/ToggleSwitch/index.d.ts.map +1 -0
- package/dist/src/forms/ToggleSwitch/types.d.ts +18 -0
- package/dist/src/forms/ToggleSwitch/types.d.ts.map +1 -0
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/index.d.ts +2 -0
- package/dist/src/forms/index.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +1682 -0
- package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateTimeInput/index.d.ts +3 -0
- package/dist/src/forms/inputs/DateTimeInput/index.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateTimeInput/types.d.ts +10 -0
- package/dist/src/forms/inputs/DateTimeInput/types.d.ts.map +1 -0
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +1682 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/index.d.ts +3 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/index.d.ts.map +1 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts +9 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts.map +1 -0
- package/dist/src/forms/inputs/index.d.ts +4 -0
- package/dist/src/forms/inputs/index.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +2 -3
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +2 -3
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { nextTick } from 'vue';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<({
|
|
3
2
|
modelValue?: boolean;
|
|
4
3
|
} & import('../../types/testId').WithTestId & {
|
|
@@ -282,7 +281,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
282
281
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
283
282
|
};
|
|
284
283
|
$forceUpdate: () => void;
|
|
285
|
-
$nextTick: typeof nextTick;
|
|
284
|
+
$nextTick: typeof import('vue').nextTick;
|
|
286
285
|
$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;
|
|
287
286
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
288
287
|
modelValue?: boolean;
|
|
@@ -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":";iBAsLa,OAAO;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2I8+hB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBxniB,wBASG"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { nextTick } from 'vue';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<(import('../../types/testId').WithTestId & {
|
|
3
2
|
size?: import('..').KdsButtonSize;
|
|
4
3
|
disabled?: boolean;
|
|
@@ -149,7 +148,7 @@ declare const _default: import('vue').DefineComponent<(import('../../types/testI
|
|
|
149
148
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
150
149
|
};
|
|
151
150
|
$forceUpdate: () => void;
|
|
152
|
-
$nextTick: typeof nextTick;
|
|
151
|
+
$nextTick: typeof import('vue').nextTick;
|
|
153
152
|
$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;
|
|
154
153
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
155
154
|
modelValue?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwX6re,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBnze,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/KdsContextMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/KdsContextMenu.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAInD,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA+CvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiGhB,wBAQG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UnwrapRef
|
|
1
|
+
import { UnwrapRef } from 'vue';
|
|
2
2
|
import { KdsMenuProps } from './types';
|
|
3
3
|
declare const isMenuOpenReadonly: import('vue').ComputedRef<boolean>;
|
|
4
4
|
declare const open: () => void;
|
|
@@ -7,12 +7,12 @@ declare const toggle: () => void;
|
|
|
7
7
|
declare const attrs: import('vue').ComputedRef<{
|
|
8
8
|
"aria-haspopup": "menu";
|
|
9
9
|
"aria-expanded": boolean;
|
|
10
|
-
"aria-controls": string;
|
|
10
|
+
"aria-controls": string | undefined;
|
|
11
11
|
} | {
|
|
12
12
|
style: Record<string, string>;
|
|
13
13
|
"aria-haspopup": "menu";
|
|
14
14
|
"aria-expanded": boolean;
|
|
15
|
-
"aria-controls": string;
|
|
15
|
+
"aria-controls": string | undefined;
|
|
16
16
|
}>;
|
|
17
17
|
type SlotPropsType = {
|
|
18
18
|
attrs: UnwrapRef<typeof attrs>;
|
|
@@ -138,7 +138,7 @@ declare function __VLS_template(): {
|
|
|
138
138
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
139
139
|
};
|
|
140
140
|
$forceUpdate: () => void;
|
|
141
|
-
$nextTick: typeof nextTick;
|
|
141
|
+
$nextTick: typeof import('vue').nextTick;
|
|
142
142
|
$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;
|
|
143
143
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
144
144
|
modelValue?: boolean;
|
|
@@ -295,7 +295,7 @@ declare const __VLS_component: import('vue').DefineComponent<KdsMenuProps, {}, {
|
|
|
295
295
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
296
296
|
};
|
|
297
297
|
$forceUpdate: () => void;
|
|
298
|
-
$nextTick: typeof nextTick;
|
|
298
|
+
$nextTick: typeof import('vue').nextTick;
|
|
299
299
|
$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;
|
|
300
300
|
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
301
301
|
modelValue?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/Menu/KdsMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/Menu/KdsMenu.vue"],"names":[],"mappings":"AAgJA,OAAO,EACL,KAAK,SAAS,EAMf,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAgD5C,QAAA,MAAM,kBAAkB,oCAAmC,CAAC;AAE5D,QAAA,MAAM,IAAI,YAET,CAAC;AAEF,QAAA,MAAM,KAAK,YAEV,CAAC;AAEF,QAAA,MAAM,MAAM,YAEX,CAAC;AAEF,QAAA,MAAM,KAAK;;;;;;;;;EAeT,CAAC;AAEH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,SAAS,CAAC,OAAO,KAAK,CAAC,CAAC;IAC/B,MAAM,EAAE,SAAS,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC7C,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,KAAK,EAAE,OAAO,KAAK,CAAC;IACpB,MAAM,EAAE,OAAO,MAAM,CAAC;CACvB,CAAC;AAiBF,iBAAS,cAAc;WAgFT,OAAO,IAA6B;;QA9FhD;;;;;;;;WAQG;uBACY,aAAa,GAAG,OAAO;;QATtC;;;;;;;;WAQG;uBACY,aAAa,GAAG,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqI44f,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA3CzigB;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuB+5f,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAfxigB,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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<({
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
} & {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
size?: import('./types').KdsToggleSwitchSize;
|
|
6
|
+
labelPosition?: import('./types').KdsToggleSwitchLabelPosition;
|
|
7
|
+
} & {
|
|
8
|
+
label: string;
|
|
9
|
+
ariaLabel?: never;
|
|
10
|
+
}) | ({
|
|
11
|
+
modelValue?: boolean;
|
|
12
|
+
} & {
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
size?: import('./types').KdsToggleSwitchSize;
|
|
15
|
+
labelPosition?: import('./types').KdsToggleSwitchLabelPosition;
|
|
16
|
+
} & {
|
|
17
|
+
label?: never;
|
|
18
|
+
ariaLabel: string;
|
|
19
|
+
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
"update:modelValue": (value: boolean) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<({
|
|
22
|
+
modelValue?: boolean;
|
|
23
|
+
} & {
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
size?: import('./types').KdsToggleSwitchSize;
|
|
26
|
+
labelPosition?: import('./types').KdsToggleSwitchLabelPosition;
|
|
27
|
+
} & {
|
|
28
|
+
label: string;
|
|
29
|
+
ariaLabel?: never;
|
|
30
|
+
}) | ({
|
|
31
|
+
modelValue?: boolean;
|
|
32
|
+
} & {
|
|
33
|
+
disabled?: boolean;
|
|
34
|
+
size?: import('./types').KdsToggleSwitchSize;
|
|
35
|
+
labelPosition?: import('./types').KdsToggleSwitchLabelPosition;
|
|
36
|
+
} & {
|
|
37
|
+
label?: never;
|
|
38
|
+
ariaLabel: string;
|
|
39
|
+
})> & Readonly<{
|
|
40
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
41
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
42
|
+
export default _default;
|
|
43
|
+
//# sourceMappingURL=KdsToggleSwitch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsToggleSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/ToggleSwitch/KdsToggleSwitch.vue"],"names":[],"mappings":";iBA4Pa,OAAO;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;AAkGpB,wBAQG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const kdsToggleSwitchSize: {
|
|
2
|
+
readonly SMALL: "small";
|
|
3
|
+
readonly MEDIUM: "medium";
|
|
4
|
+
};
|
|
5
|
+
export declare const kdsToggleSwitchSizes: ("small" | "medium")[];
|
|
6
|
+
export declare const kdsToggleSwitchLabelPosition: {
|
|
7
|
+
readonly RIGHT: "right";
|
|
8
|
+
readonly TOP: "top";
|
|
9
|
+
};
|
|
10
|
+
export declare const kdsToggleSwitchLabelPositions: ("right" | "top")[];
|
|
11
|
+
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../src/forms/ToggleSwitch/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AAEX,eAAO,MAAM,oBAAoB,wBAAqC,CAAC;AAEvE,eAAO,MAAM,4BAA4B;;;CAG/B,CAAC;AAEX,eAAO,MAAM,6BAA6B,qBAEzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/forms/ToggleSwitch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAEnE,OAAO,EACL,mBAAmB,EACnB,oBAAoB,EACpB,4BAA4B,EAC5B,6BAA6B,GAC9B,MAAM,SAAS,CAAC;AAEjB,mBAAmB,SAAS,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { kdsToggleSwitchLabelPosition, kdsToggleSwitchSize } from './enums';
|
|
2
|
+
export type KdsToggleSwitchSize = (typeof kdsToggleSwitchSize)[keyof typeof kdsToggleSwitchSize];
|
|
3
|
+
export type KdsToggleSwitchLabelPosition = (typeof kdsToggleSwitchLabelPosition)[keyof typeof kdsToggleSwitchLabelPosition];
|
|
4
|
+
type BaseProps = {
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
size?: KdsToggleSwitchSize;
|
|
7
|
+
labelPosition?: KdsToggleSwitchLabelPosition;
|
|
8
|
+
};
|
|
9
|
+
type LabelOrAriaLabel = {
|
|
10
|
+
label: string;
|
|
11
|
+
ariaLabel?: never;
|
|
12
|
+
} | {
|
|
13
|
+
label?: never;
|
|
14
|
+
ariaLabel: string;
|
|
15
|
+
};
|
|
16
|
+
export type KdsToggleSwitchProps = BaseProps & LabelOrAriaLabel;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/ToggleSwitch/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE5E,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,4BAA4B,GACtC,CAAC,OAAO,4BAA4B,CAAC,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAEnF,KAAK,SAAS,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,aAAa,CAAC,EAAE,4BAA4B,CAAC;CAC9C,CAAC;AAEF,KAAK,gBAAgB,GACjB;IACE,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEN,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAqHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAe5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;
|
|
1
|
+
{"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAqHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAe5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAuGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAyDgsjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAxCt1jB;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuB4sjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAfr1jB,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"}
|
|
@@ -28,6 +28,8 @@ export type { KdsSubTextProps } from './types';
|
|
|
28
28
|
export type { KdsFormFieldExpose } from './types';
|
|
29
29
|
export * from './Checkbox';
|
|
30
30
|
export type * from './Checkbox';
|
|
31
|
+
export * from './ToggleSwitch';
|
|
32
|
+
export type * from './ToggleSwitch';
|
|
31
33
|
export * from './RadioButton';
|
|
32
34
|
export type * from './RadioButton';
|
|
33
35
|
export * from './inputs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/index.ts"],"names":[],"mappings":"AACA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAC7D;;;;;GAKG;AACH,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAGjE;;;;GAIG;AACH,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C;;;;;GAKG;AACH,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC;AAEhC,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,UAAU,CAAC;AACzB,mBAAmB,UAAU,CAAC;AAE9B,cAAc,WAAW,CAAC;AAC1B,mBAAmB,WAAW,CAAC;AAE/B,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC;AAE3C,cAAc,2BAA2B,CAAC;AAC1C,mBAAmB,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/index.ts"],"names":[],"mappings":"AACA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAC7D;;;;;GAKG;AACH,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAGjE;;;;GAIG;AACH,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C;;;;;GAKG;AACH,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC;AAEhC,cAAc,gBAAgB,CAAC;AAC/B,mBAAmB,gBAAgB,CAAC;AAEpC,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,UAAU,CAAC;AACzB,mBAAmB,UAAU,CAAC;AAE9B,cAAc,WAAW,CAAC;AAC1B,mBAAmB,WAAW,CAAC;AAE/B,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC;AAE3C,cAAc,2BAA2B,CAAC;AAC1C,mBAAmB,2BAA2B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsColorInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/ColorInput/KdsColorInput.vue"],"names":[],"mappings":";iBAiJa,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsColorInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/ColorInput/KdsColorInput.vue"],"names":[],"mappings":";iBAiJa,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6Muhd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBhqd,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAuHa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA0Munf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBhwf,wBASG"}
|