@knime/kds-components 0.23.2 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +531 -1523
- package/dist/index.js +7234 -10323
- package/dist/index.js.map +1 -1
- package/dist/src/{containers/ListItem/ListItemDivider/ListItemDivider.vue.d.ts → accessories/Divider/KdsDivider.vue.d.ts} +1 -1
- package/dist/src/accessories/Divider/KdsDivider.vue.d.ts.map +1 -0
- package/dist/src/accessories/Divider/index.d.ts +2 -0
- package/dist/src/accessories/Divider/index.d.ts.map +1 -0
- package/dist/src/accessories/index.d.ts +1 -0
- package/dist/src/accessories/index.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +71 -38
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +71 -38
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
- package/dist/src/containers/ContextMenu/KdsContextMenu.vue.d.ts +14 -0
- package/dist/src/containers/ContextMenu/KdsContextMenu.vue.d.ts.map +1 -0
- package/dist/src/containers/ContextMenu/index.d.ts +3 -0
- package/dist/src/containers/ContextMenu/index.d.ts.map +1 -0
- package/dist/src/containers/ContextMenu/types.d.ts +35 -0
- package/dist/src/containers/ContextMenu/types.d.ts.map +1 -0
- package/dist/src/containers/ListContainer/KdsListContainer.vue.d.ts +1 -0
- package/dist/src/containers/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
- package/dist/src/containers/ListContainer/types.d.ts +2 -0
- package/dist/src/containers/ListContainer/types.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItem/types.d.ts +25 -3
- package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -1
- package/dist/src/containers/Menu/KdsMenu.vue.d.ts +363 -0
- package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -0
- package/dist/src/containers/Menu/index.d.ts +3 -0
- package/dist/src/containers/Menu/index.d.ts.map +1 -0
- package/dist/src/containers/Menu/types.d.ts +13 -0
- package/dist/src/containers/Menu/types.d.ts.map +1 -0
- package/dist/src/containers/MenuContainer/KdsMenuContainer.vue.d.ts +1 -28
- package/dist/src/containers/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -1
- package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts +14 -0
- package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -0
- package/dist/src/containers/MenuContainer/types.d.ts +23 -5
- package/dist/src/containers/MenuContainer/types.d.ts.map +1 -1
- package/dist/src/containers/_helpers/useListItemKeyboardNav.d.ts +27 -0
- package/dist/src/containers/_helpers/useListItemKeyboardNav.d.ts.map +1 -0
- package/dist/src/containers/_helpers/useStableItemIds.d.ts +19 -0
- package/dist/src/containers/_helpers/useStableItemIds.d.ts.map +1 -0
- package/dist/src/containers/index.d.ts +5 -2
- package/dist/src/containers/index.d.ts.map +1 -1
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +136 -16
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/KdsLabel.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +136 -16
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/BaseInput.vue.d.ts +7 -0
- package/dist/src/forms/inputs/BaseInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +68 -8
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +184 -99
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/KdsDatePicker.vue.d.ts +88 -0
- package/dist/src/forms/inputs/DateInput/KdsDatePicker.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateInput/_helper/DatePickerDayGrid.vue.d.ts +17 -0
- package/dist/src/forms/inputs/DateInput/_helper/DatePickerDayGrid.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateInput/_helper/DatePickerMonthGrid.vue.d.ts +14 -0
- package/dist/src/forms/inputs/DateInput/_helper/DatePickerMonthGrid.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateInput/_helper/DatePickerYearGrid.vue.d.ts +14 -0
- package/dist/src/forms/inputs/DateInput/_helper/DatePickerYearGrid.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateInput/_helper/types.d.ts +18 -0
- package/dist/src/forms/inputs/DateInput/_helper/types.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateInput/dateUtils.d.ts +4 -3
- package/dist/src/forms/inputs/DateInput/dateUtils.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/enums.d.ts +7 -0
- package/dist/src/forms/inputs/DateInput/enums.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateInput/index.d.ts +1 -1
- package/dist/src/forms/inputs/DateInput/index.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/types.d.ts +22 -6
- package/dist/src/forms/inputs/DateInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/useDateInputMask.d.ts +12 -0
- package/dist/src/forms/inputs/DateInput/useDateInputMask.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +68 -8
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +8 -1
- package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +8 -1
- package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +8 -1
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +80 -11
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +80 -11
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +1221 -0
- package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +886 -0
- package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/TimeInput/enums.d.ts +7 -0
- package/dist/src/forms/inputs/TimeInput/enums.d.ts.map +1 -0
- package/dist/src/forms/inputs/TimeInput/index.d.ts +4 -0
- package/dist/src/forms/inputs/TimeInput/index.d.ts.map +1 -0
- package/dist/src/forms/inputs/TimeInput/types.d.ts +15 -0
- package/dist/src/forms/inputs/TimeInput/types.d.ts.map +1 -0
- package/dist/src/forms/inputs/TimeInput/useTimeInputMask.d.ts +13 -0
- package/dist/src/forms/inputs/TimeInput/useTimeInputMask.d.ts.map +1 -0
- package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +8 -1
- package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/UsernameInput/enums.d.ts +1 -1
- package/dist/src/forms/inputs/index.d.ts +2 -0
- package/dist/src/forms/inputs/index.d.ts.map +1 -1
- package/dist/src/forms/inputs/useInputSegments.d.ts +16 -0
- package/dist/src/forms/inputs/useInputSegments.d.ts.map +1 -0
- package/dist/src/forms/inputs/useInputSegments.helpers.d.ts +64 -0
- package/dist/src/forms/inputs/useInputSegments.helpers.d.ts.map +1 -0
- package/dist/src/forms/inputs/useInputSegmentsDnd.d.ts +20 -0
- package/dist/src/forms/inputs/useInputSegmentsDnd.d.ts.map +1 -0
- package/dist/src/forms/inputs/useInputSegmentsMouse.d.ts +19 -0
- package/dist/src/forms/inputs/useInputSegmentsMouse.d.ts.map +1 -0
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +12 -3
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +80 -11
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +80 -11
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +12 -3
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts +12 -0
- package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -0
- package/dist/src/layouts/Navigation/KdsNavItem/index.d.ts +3 -0
- package/dist/src/layouts/Navigation/KdsNavItem/index.d.ts.map +1 -0
- package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts +21 -0
- package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts.map +1 -0
- package/dist/src/layouts/Navigation/KdsNavigation.vue.d.ts +14 -0
- package/dist/src/layouts/Navigation/KdsNavigation.vue.d.ts.map +1 -0
- package/dist/src/layouts/Navigation/index.d.ts +5 -0
- package/dist/src/layouts/Navigation/index.d.ts.map +1 -0
- package/dist/src/layouts/Navigation/types.d.ts +14 -0
- package/dist/src/layouts/Navigation/types.d.ts.map +1 -0
- package/dist/src/layouts/index.d.ts +2 -0
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/dist/src/overlays/Popover/KdsPopover.vue.d.ts +52 -7
- package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/src/overlays/Popover/enums.d.ts +2 -1
- package/dist/src/overlays/Popover/enums.d.ts.map +1 -1
- package/dist/src/overlays/Popover/types.d.ts +34 -11
- package/dist/src/overlays/Popover/types.d.ts.map +1 -1
- package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +71 -38
- package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/src/containers/ListItem/ListItemDivider/ListItemDivider.vue.d.ts.map +0 -1
- package/dist/src/containers/ListItem/ListItemDivider/index.d.ts +0 -2
- package/dist/src/containers/ListItem/ListItemDivider/index.d.ts.map +0 -1
|
@@ -1,13 +1,29 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Temporal } from 'temporal-polyfill';
|
|
2
2
|
import { KdsInputFieldProps } from '../types';
|
|
3
|
-
|
|
3
|
+
import { kdsDatePickerView } from './enums';
|
|
4
|
+
export type KdsDatePickerView = (typeof kdsDatePickerView)[keyof typeof kdsDatePickerView];
|
|
5
|
+
export type KdsDatePickerProps = {
|
|
4
6
|
/**
|
|
5
|
-
* Minimum
|
|
7
|
+
* Minimum selectable date. Only restricts the calendar UI, not text input validation.
|
|
6
8
|
*/
|
|
7
|
-
|
|
9
|
+
minDate?: Temporal.PlainDate | null;
|
|
8
10
|
/**
|
|
9
|
-
* Maximum
|
|
11
|
+
* Maximum selectable date. Only restricts the calendar UI, not text input validation.
|
|
10
12
|
*/
|
|
11
|
-
|
|
13
|
+
maxDate?: Temporal.PlainDate | null;
|
|
14
|
+
/**
|
|
15
|
+
* Initial view when the picker is mounted.
|
|
16
|
+
*/
|
|
17
|
+
startView?: KdsDatePickerView;
|
|
18
|
+
};
|
|
19
|
+
export type KdsDateInputProps = Omit<KdsInputFieldProps, "placeholder"> & {
|
|
20
|
+
/**
|
|
21
|
+
* Minimum selectable date. Only restricts the calendar UI, not text input validation.
|
|
22
|
+
*/
|
|
23
|
+
minDate?: Temporal.PlainDate | null;
|
|
24
|
+
/**
|
|
25
|
+
* Maximum selectable date. Only restricts the calendar UI, not text input validation.
|
|
26
|
+
*/
|
|
27
|
+
maxDate?: Temporal.PlainDate | null;
|
|
12
28
|
};
|
|
13
29
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAC3B,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAE7D,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;OAEG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,GAAG;IACxE;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;CACrC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { Temporal } from 'temporal-polyfill';
|
|
3
|
+
import { KdsInputSegmentsConfig } from '../useInputSegments';
|
|
4
|
+
export declare const useDateInputMask: (modelValue: Ref<Temporal.PlainDate | null>) => {
|
|
5
|
+
displayValue: Ref<string, string>;
|
|
6
|
+
isEmpty: import('vue').ComputedRef<boolean>;
|
|
7
|
+
isComplete: import('vue').ComputedRef<boolean>;
|
|
8
|
+
isValidDate: import('vue').ComputedRef<boolean>;
|
|
9
|
+
parsedDate: import('vue').ComputedRef<Temporal.PlainDate | null>;
|
|
10
|
+
segments: KdsInputSegmentsConfig;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=useDateInputMask.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDateInputMask.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/useDateInputMask.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAkC,MAAM,KAAK,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,EACL,KAAK,sBAAsB,EAI5B,MAAM,qBAAqB,CAAC;AA+C7B,eAAO,MAAM,gBAAgB,GAC3B,YAAY,GAAG,CAAC,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;;;;;;;CAwE3C,CAAC"}
|
|
@@ -90,16 +90,30 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
90
90
|
popoverEl: ({
|
|
91
91
|
$: import('vue').ComponentInternalInstance;
|
|
92
92
|
$data: {};
|
|
93
|
-
$props: {
|
|
93
|
+
$props: ({
|
|
94
94
|
readonly modelValue?: boolean | undefined;
|
|
95
|
-
readonly placement?: import('../../../overlays/Popover').KdsPopoverPlacement | undefined;
|
|
96
95
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
97
96
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
98
97
|
readonly fullWidth?: boolean | undefined;
|
|
99
98
|
readonly maxInlineSize?: string | undefined;
|
|
100
99
|
readonly content?: string | undefined;
|
|
100
|
+
readonly placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom"> | undefined;
|
|
101
|
+
readonly customPlacementPosition?: never | undefined;
|
|
101
102
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
102
|
-
}
|
|
103
|
+
} | {
|
|
104
|
+
readonly modelValue?: boolean | undefined;
|
|
105
|
+
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
106
|
+
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
107
|
+
readonly fullWidth?: boolean | undefined;
|
|
108
|
+
readonly maxInlineSize?: string | undefined;
|
|
109
|
+
readonly content?: string | undefined;
|
|
110
|
+
readonly placement: "custom";
|
|
111
|
+
readonly customPlacementPosition: {
|
|
112
|
+
x: number;
|
|
113
|
+
y: number;
|
|
114
|
+
};
|
|
115
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
116
|
+
}) & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
103
117
|
$attrs: import('vue').Attrs;
|
|
104
118
|
$refs: {
|
|
105
119
|
[x: string]: unknown;
|
|
@@ -114,9 +128,32 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
114
128
|
$host: Element | null;
|
|
115
129
|
$emit: (event: "update:modelValue", value: boolean) => void;
|
|
116
130
|
$el: HTMLDivElement;
|
|
117
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
131
|
+
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
118
132
|
modelValue?: boolean;
|
|
119
|
-
} &
|
|
133
|
+
} & {
|
|
134
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
135
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
136
|
+
fullWidth?: boolean;
|
|
137
|
+
maxInlineSize?: string;
|
|
138
|
+
content?: string;
|
|
139
|
+
} & {
|
|
140
|
+
placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom">;
|
|
141
|
+
customPlacementPosition?: never;
|
|
142
|
+
}) | ({
|
|
143
|
+
modelValue?: boolean;
|
|
144
|
+
} & {
|
|
145
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
146
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
147
|
+
fullWidth?: boolean;
|
|
148
|
+
maxInlineSize?: string;
|
|
149
|
+
content?: string;
|
|
150
|
+
} & {
|
|
151
|
+
placement: "custom";
|
|
152
|
+
customPlacementPosition: {
|
|
153
|
+
x: number;
|
|
154
|
+
y: number;
|
|
155
|
+
};
|
|
156
|
+
})> & Readonly<{
|
|
120
157
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
121
158
|
}>, {
|
|
122
159
|
anchorStyle: Record<string, string>;
|
|
@@ -143,11 +180,34 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
143
180
|
$forceUpdate: () => void;
|
|
144
181
|
$nextTick: typeof import('vue').nextTick;
|
|
145
182
|
$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;
|
|
146
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
183
|
+
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
184
|
+
modelValue?: boolean;
|
|
185
|
+
} & {
|
|
186
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
187
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
188
|
+
fullWidth?: boolean;
|
|
189
|
+
maxInlineSize?: string;
|
|
190
|
+
content?: string;
|
|
191
|
+
} & {
|
|
192
|
+
placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom">;
|
|
193
|
+
customPlacementPosition?: never;
|
|
194
|
+
}) | ({
|
|
147
195
|
modelValue?: boolean;
|
|
148
|
-
} &
|
|
196
|
+
} & {
|
|
197
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
198
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
199
|
+
fullWidth?: boolean;
|
|
200
|
+
maxInlineSize?: string;
|
|
201
|
+
content?: string;
|
|
202
|
+
} & {
|
|
203
|
+
placement: "custom";
|
|
204
|
+
customPlacementPosition: {
|
|
205
|
+
x: number;
|
|
206
|
+
y: number;
|
|
207
|
+
};
|
|
208
|
+
})> & Readonly<{
|
|
149
209
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
150
|
-
}
|
|
210
|
+
}>), "anchorStyle" | "popoverId"> & {
|
|
151
211
|
anchorStyle: Record<string, string>;
|
|
152
212
|
popoverId: string;
|
|
153
213
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAsHa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM
|
|
1
|
+
{"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAsHa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuMwsf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBj1f,wBASG"}
|
|
@@ -131,11 +131,13 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
131
131
|
readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
132
132
|
readonly clearable?: boolean | undefined;
|
|
133
133
|
readonly pattern?: string | undefined;
|
|
134
|
+
readonly segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig | undefined;
|
|
134
135
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
135
136
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
136
137
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
137
138
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
138
139
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
140
|
+
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
139
141
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
140
142
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
141
143
|
$attrs: import('vue').Attrs;
|
|
@@ -150,7 +152,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
150
152
|
$root: import('vue').ComponentPublicInstance | null;
|
|
151
153
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
152
154
|
$host: Element | null;
|
|
153
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
155
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
154
156
|
$el: HTMLDivElement;
|
|
155
157
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
156
158
|
modelValue?: string;
|
|
@@ -184,12 +186,14 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
184
186
|
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
185
187
|
clearable?: boolean;
|
|
186
188
|
pattern?: string;
|
|
189
|
+
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
187
190
|
}> & Readonly<{
|
|
188
191
|
onInput?: ((event: Event) => any) | undefined;
|
|
189
192
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
190
193
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
191
194
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
192
195
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
196
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
193
197
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
194
198
|
}>, {
|
|
195
199
|
focus: () => void;
|
|
@@ -199,6 +203,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
199
203
|
blur: (event: FocusEvent) => any;
|
|
200
204
|
focus: (event: FocusEvent) => any;
|
|
201
205
|
keydown: (event: KeyboardEvent) => any;
|
|
206
|
+
paste: (event: ClipboardEvent) => any;
|
|
202
207
|
"update:modelValue": (value: string) => any;
|
|
203
208
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
204
209
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -252,12 +257,14 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
252
257
|
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
253
258
|
clearable?: boolean;
|
|
254
259
|
pattern?: string;
|
|
260
|
+
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
255
261
|
}> & Readonly<{
|
|
256
262
|
onInput?: ((event: Event) => any) | undefined;
|
|
257
263
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
258
264
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
259
265
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
260
266
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
267
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
261
268
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
262
269
|
}>, "focus"> & {
|
|
263
270
|
focus: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsNumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/NumberInput/KdsNumberInput.vue"],"names":[],"mappings":";iBAmfa,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM
|
|
1
|
+
{"version":3,"file":"KdsNumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/NumberInput/KdsNumberInput.vue"],"names":[],"mappings":";iBAmfa,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgQo4G,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB7gH,wBAUG"}
|
|
@@ -44,11 +44,13 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
44
44
|
readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
45
45
|
readonly clearable?: boolean | undefined;
|
|
46
46
|
readonly pattern?: string | undefined;
|
|
47
|
+
readonly segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig | undefined;
|
|
47
48
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
48
49
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
49
50
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
50
51
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
51
52
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
53
|
+
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
52
54
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
53
55
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
54
56
|
$attrs: import('vue').Attrs;
|
|
@@ -63,7 +65,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
63
65
|
$root: import('vue').ComponentPublicInstance | null;
|
|
64
66
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
65
67
|
$host: Element | null;
|
|
66
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
68
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
67
69
|
$el: HTMLDivElement;
|
|
68
70
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
69
71
|
modelValue?: string;
|
|
@@ -97,12 +99,14 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
97
99
|
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
98
100
|
clearable?: boolean;
|
|
99
101
|
pattern?: string;
|
|
102
|
+
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
100
103
|
}> & Readonly<{
|
|
101
104
|
onInput?: ((event: Event) => any) | undefined;
|
|
102
105
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
103
106
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
104
107
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
105
108
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
109
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
106
110
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
107
111
|
}>, {
|
|
108
112
|
focus: () => void;
|
|
@@ -112,6 +116,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
112
116
|
blur: (event: FocusEvent) => any;
|
|
113
117
|
focus: (event: FocusEvent) => any;
|
|
114
118
|
keydown: (event: KeyboardEvent) => any;
|
|
119
|
+
paste: (event: ClipboardEvent) => any;
|
|
115
120
|
"update:modelValue": (value: string) => any;
|
|
116
121
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
117
122
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -165,12 +170,14 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
165
170
|
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
166
171
|
clearable?: boolean;
|
|
167
172
|
pattern?: string;
|
|
173
|
+
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
168
174
|
}> & Readonly<{
|
|
169
175
|
onInput?: ((event: Event) => any) | undefined;
|
|
170
176
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
171
177
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
172
178
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
173
179
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
180
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
174
181
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
175
182
|
}>, "focus"> & {
|
|
176
183
|
focus: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AAsCzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC
|
|
1
|
+
{"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AAsCzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyMohe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB1pe,wBAUG"}
|
|
@@ -131,11 +131,13 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
131
131
|
readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
132
132
|
readonly clearable?: boolean | undefined;
|
|
133
133
|
readonly pattern?: string | undefined;
|
|
134
|
+
readonly segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig | undefined;
|
|
134
135
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
135
136
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
136
137
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
137
138
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
138
139
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
140
|
+
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
139
141
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
140
142
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
141
143
|
$attrs: import('vue').Attrs;
|
|
@@ -150,7 +152,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
150
152
|
$root: import('vue').ComponentPublicInstance | null;
|
|
151
153
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
152
154
|
$host: Element | null;
|
|
153
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
155
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
154
156
|
$el: HTMLDivElement;
|
|
155
157
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
156
158
|
modelValue?: string;
|
|
@@ -184,12 +186,14 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
184
186
|
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
185
187
|
clearable?: boolean;
|
|
186
188
|
pattern?: string;
|
|
189
|
+
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
187
190
|
}> & Readonly<{
|
|
188
191
|
onInput?: ((event: Event) => any) | undefined;
|
|
189
192
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
190
193
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
191
194
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
192
195
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
196
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
193
197
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
194
198
|
}>, {
|
|
195
199
|
focus: () => void;
|
|
@@ -199,6 +203,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
199
203
|
blur: (event: FocusEvent) => any;
|
|
200
204
|
focus: (event: FocusEvent) => any;
|
|
201
205
|
keydown: (event: KeyboardEvent) => any;
|
|
206
|
+
paste: (event: ClipboardEvent) => any;
|
|
202
207
|
"update:modelValue": (value: string) => any;
|
|
203
208
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
204
209
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -252,12 +257,14 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
252
257
|
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
253
258
|
clearable?: boolean;
|
|
254
259
|
pattern?: string;
|
|
260
|
+
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
255
261
|
}> & Readonly<{
|
|
256
262
|
onInput?: ((event: Event) => any) | undefined;
|
|
257
263
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
258
264
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
259
265
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
260
266
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
267
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
261
268
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
262
269
|
}>, "focus"> & {
|
|
263
270
|
focus: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";iBAmMa,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO
|
|
1
|
+
{"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";iBAmMa,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgM08c,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBpld,wBAUG"}
|
|
@@ -131,11 +131,13 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
131
131
|
readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
132
132
|
readonly clearable?: boolean | undefined;
|
|
133
133
|
readonly pattern?: string | undefined;
|
|
134
|
+
readonly segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig | undefined;
|
|
134
135
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
135
136
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
136
137
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
137
138
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
138
139
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
140
|
+
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
139
141
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
140
142
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
141
143
|
$attrs: import('vue').Attrs;
|
|
@@ -150,7 +152,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
150
152
|
$root: import('vue').ComponentPublicInstance | null;
|
|
151
153
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
152
154
|
$host: Element | null;
|
|
153
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
155
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
154
156
|
$el: HTMLDivElement;
|
|
155
157
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
156
158
|
modelValue?: string;
|
|
@@ -184,12 +186,14 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
184
186
|
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
185
187
|
clearable?: boolean;
|
|
186
188
|
pattern?: string;
|
|
189
|
+
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
187
190
|
}> & Readonly<{
|
|
188
191
|
onInput?: ((event: Event) => any) | undefined;
|
|
189
192
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
190
193
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
191
194
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
192
195
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
196
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
193
197
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
194
198
|
}>, {
|
|
195
199
|
focus: () => void;
|
|
@@ -199,6 +203,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
199
203
|
blur: (event: FocusEvent) => any;
|
|
200
204
|
focus: (event: FocusEvent) => any;
|
|
201
205
|
keydown: (event: KeyboardEvent) => any;
|
|
206
|
+
paste: (event: ClipboardEvent) => any;
|
|
202
207
|
"update:modelValue": (value: string) => any;
|
|
203
208
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
204
209
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -252,12 +257,14 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
252
257
|
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
253
258
|
clearable?: boolean;
|
|
254
259
|
pattern?: string;
|
|
260
|
+
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
255
261
|
}> & Readonly<{
|
|
256
262
|
onInput?: ((event: Event) => any) | undefined;
|
|
257
263
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
258
264
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
259
265
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
260
266
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
267
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
261
268
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
262
269
|
}>, "focus"> & {
|
|
263
270
|
focus: () => void;
|
|
@@ -270,16 +277,30 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
270
277
|
popover: ({
|
|
271
278
|
$: import('vue').ComponentInternalInstance;
|
|
272
279
|
$data: {};
|
|
273
|
-
$props: {
|
|
280
|
+
$props: ({
|
|
274
281
|
readonly modelValue?: boolean | undefined;
|
|
275
|
-
readonly placement?: import('../../../overlays/Popover').KdsPopoverPlacement | undefined;
|
|
276
282
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
277
283
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
278
284
|
readonly fullWidth?: boolean | undefined;
|
|
279
285
|
readonly maxInlineSize?: string | undefined;
|
|
280
286
|
readonly content?: string | undefined;
|
|
287
|
+
readonly placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom"> | undefined;
|
|
288
|
+
readonly customPlacementPosition?: never | undefined;
|
|
281
289
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
282
|
-
}
|
|
290
|
+
} | {
|
|
291
|
+
readonly modelValue?: boolean | undefined;
|
|
292
|
+
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
293
|
+
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
294
|
+
readonly fullWidth?: boolean | undefined;
|
|
295
|
+
readonly maxInlineSize?: string | undefined;
|
|
296
|
+
readonly content?: string | undefined;
|
|
297
|
+
readonly placement: "custom";
|
|
298
|
+
readonly customPlacementPosition: {
|
|
299
|
+
x: number;
|
|
300
|
+
y: number;
|
|
301
|
+
};
|
|
302
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
303
|
+
}) & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
283
304
|
$attrs: import('vue').Attrs;
|
|
284
305
|
$refs: {
|
|
285
306
|
[x: string]: unknown;
|
|
@@ -294,9 +315,32 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
294
315
|
$host: Element | null;
|
|
295
316
|
$emit: (event: "update:modelValue", value: boolean) => void;
|
|
296
317
|
$el: HTMLDivElement;
|
|
297
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
318
|
+
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
319
|
+
modelValue?: boolean;
|
|
320
|
+
} & {
|
|
321
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
322
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
323
|
+
fullWidth?: boolean;
|
|
324
|
+
maxInlineSize?: string;
|
|
325
|
+
content?: string;
|
|
326
|
+
} & {
|
|
327
|
+
placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom">;
|
|
328
|
+
customPlacementPosition?: never;
|
|
329
|
+
}) | ({
|
|
298
330
|
modelValue?: boolean;
|
|
299
|
-
} &
|
|
331
|
+
} & {
|
|
332
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
333
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
334
|
+
fullWidth?: boolean;
|
|
335
|
+
maxInlineSize?: string;
|
|
336
|
+
content?: string;
|
|
337
|
+
} & {
|
|
338
|
+
placement: "custom";
|
|
339
|
+
customPlacementPosition: {
|
|
340
|
+
x: number;
|
|
341
|
+
y: number;
|
|
342
|
+
};
|
|
343
|
+
})> & Readonly<{
|
|
300
344
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
301
345
|
}>, {
|
|
302
346
|
anchorStyle: Record<string, string>;
|
|
@@ -323,11 +367,34 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
323
367
|
$forceUpdate: () => void;
|
|
324
368
|
$nextTick: typeof import('vue').nextTick;
|
|
325
369
|
$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;
|
|
326
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
370
|
+
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
327
371
|
modelValue?: boolean;
|
|
328
|
-
} &
|
|
372
|
+
} & {
|
|
373
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
374
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
375
|
+
fullWidth?: boolean;
|
|
376
|
+
maxInlineSize?: string;
|
|
377
|
+
content?: string;
|
|
378
|
+
} & {
|
|
379
|
+
placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom">;
|
|
380
|
+
customPlacementPosition?: never;
|
|
381
|
+
}) | ({
|
|
382
|
+
modelValue?: boolean;
|
|
383
|
+
} & {
|
|
384
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
385
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
386
|
+
fullWidth?: boolean;
|
|
387
|
+
maxInlineSize?: string;
|
|
388
|
+
content?: string;
|
|
389
|
+
} & {
|
|
390
|
+
placement: "custom";
|
|
391
|
+
customPlacementPosition: {
|
|
392
|
+
x: number;
|
|
393
|
+
y: number;
|
|
394
|
+
};
|
|
395
|
+
})> & Readonly<{
|
|
329
396
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
330
|
-
}
|
|
397
|
+
}>), "anchorStyle" | "popoverId"> & {
|
|
331
398
|
anchorStyle: Record<string, string>;
|
|
332
399
|
popoverId: string;
|
|
333
400
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -335,7 +402,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
335
402
|
default?(_: {}): any;
|
|
336
403
|
};
|
|
337
404
|
}) | null;
|
|
338
|
-
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../
|
|
405
|
+
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../index.ts').KdsListContainerProps> & Readonly<{
|
|
339
406
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
340
407
|
}>, {
|
|
341
408
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -343,6 +410,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
343
410
|
handleBlur: () => void;
|
|
344
411
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
345
412
|
focus: () => void;
|
|
413
|
+
scrollSelectedIntoView: () => void;
|
|
346
414
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
347
415
|
itemClick: (id?: string | undefined) => any;
|
|
348
416
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -354,7 +422,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
354
422
|
C: {};
|
|
355
423
|
M: {};
|
|
356
424
|
Defaults: {};
|
|
357
|
-
}, Readonly<import('../../../
|
|
425
|
+
}, Readonly<import('../../../index.ts').KdsListContainerProps> & Readonly<{
|
|
358
426
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
359
427
|
}>, {
|
|
360
428
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -362,6 +430,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
362
430
|
handleBlur: () => void;
|
|
363
431
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
364
432
|
focus: () => void;
|
|
433
|
+
scrollSelectedIntoView: () => void;
|
|
365
434
|
}, {}, {}, {}, {}> | null;
|
|
366
435
|
}, HTMLDivElement>;
|
|
367
436
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";iBAsSa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM
|
|
1
|
+
{"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";iBAsSa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA+O8wS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBv5S,wBAUG"}
|