@knime/kds-components 0.23.2 → 0.24.1
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 +577 -1523
- package/dist/index.js +8924 -11446
- 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/IntervalInput/IntervalInputPopover.vue.d.ts +16 -0
- package/dist/src/forms/inputs/IntervalInput/IntervalInputPopover.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +398 -0
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/IntervalInput/enums.d.ts +12 -0
- package/dist/src/forms/inputs/IntervalInput/enums.d.ts.map +1 -0
- package/dist/src/forms/inputs/IntervalInput/index.d.ts +4 -0
- package/dist/src/forms/inputs/IntervalInput/index.d.ts.map +1 -0
- package/dist/src/forms/inputs/IntervalInput/intervalUtils.d.ts +31 -0
- package/dist/src/forms/inputs/IntervalInput/intervalUtils.d.ts.map +1 -0
- package/dist/src/forms/inputs/IntervalInput/types.d.ts +19 -0
- package/dist/src/forms/inputs/IntervalInput/types.d.ts.map +1 -0
- 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 +4 -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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Temporal } from 'temporal-polyfill';
|
|
2
|
+
import { IntervalInputPopoverProps, KdsIntervalInputUsedFormat } from './types';
|
|
3
|
+
type __VLS_Props = IntervalInputPopoverProps;
|
|
4
|
+
type __VLS_PublicProps = {
|
|
5
|
+
modelValue: Temporal.Duration;
|
|
6
|
+
"usedFormat": KdsIntervalInputUsedFormat;
|
|
7
|
+
} & __VLS_Props;
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (value: Temporal.Duration) => any;
|
|
10
|
+
"update:usedFormat": (value: KdsIntervalInputUsedFormat) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((value: Temporal.Duration) => any) | undefined;
|
|
13
|
+
"onUpdate:usedFormat"?: ((value: KdsIntervalInputUsedFormat) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=IntervalInputPopover.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IntervalInputPopover.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/IntervalInput/IntervalInputPopover.vue"],"names":[],"mappings":"AAiPA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAelD,OAAO,KAAK,EACV,yBAAyB,EAEzB,0BAA0B,EAC3B,MAAM,SAAS,CAAC;AAEjB,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAiH7C,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,QAAQ,CAAC,QAAQ,CAAC;IAC9B,YAAY,EAAE,0BAA0B,CAAC;CACxC,GAAG,WAAW,CAAC;;;;;;;;AAwLhB,wBAQG"}
|
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
import { Temporal } from 'temporal-polyfill';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<({
|
|
3
|
+
modelValue?: Temporal.Duration | null;
|
|
4
|
+
} & {
|
|
5
|
+
description?: string;
|
|
6
|
+
} & {
|
|
7
|
+
label: string;
|
|
8
|
+
ariaLabel?: never;
|
|
9
|
+
} & {
|
|
10
|
+
id?: string;
|
|
11
|
+
} & {
|
|
12
|
+
error?: boolean | undefined;
|
|
13
|
+
subText?: string | undefined;
|
|
14
|
+
validating?: boolean | undefined;
|
|
15
|
+
preserveSubTextSpace?: boolean | undefined;
|
|
16
|
+
} & {
|
|
17
|
+
placeholder?: string;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
autocomplete?: string;
|
|
20
|
+
} & {
|
|
21
|
+
format?: import('./types').KdsIntervalInputFormat;
|
|
22
|
+
allowDescending?: boolean;
|
|
23
|
+
}) | ({
|
|
24
|
+
modelValue?: Temporal.Duration | null;
|
|
25
|
+
} & {
|
|
26
|
+
description?: string;
|
|
27
|
+
} & {
|
|
28
|
+
label?: never;
|
|
29
|
+
ariaLabel: string;
|
|
30
|
+
} & {
|
|
31
|
+
id?: string;
|
|
32
|
+
} & {
|
|
33
|
+
error?: boolean | undefined;
|
|
34
|
+
subText?: string | undefined;
|
|
35
|
+
validating?: boolean | undefined;
|
|
36
|
+
preserveSubTextSpace?: boolean | undefined;
|
|
37
|
+
} & {
|
|
38
|
+
placeholder?: string;
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
autocomplete?: string;
|
|
41
|
+
} & {
|
|
42
|
+
format?: import('./types').KdsIntervalInputFormat;
|
|
43
|
+
allowDescending?: boolean;
|
|
44
|
+
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
|
+
"update:modelValue": (value: Temporal.Duration | null) => any;
|
|
46
|
+
}, string, import('vue').PublicProps, Readonly<({
|
|
47
|
+
modelValue?: Temporal.Duration | null;
|
|
48
|
+
} & {
|
|
49
|
+
description?: string;
|
|
50
|
+
} & {
|
|
51
|
+
label: string;
|
|
52
|
+
ariaLabel?: never;
|
|
53
|
+
} & {
|
|
54
|
+
id?: string;
|
|
55
|
+
} & {
|
|
56
|
+
error?: boolean | undefined;
|
|
57
|
+
subText?: string | undefined;
|
|
58
|
+
validating?: boolean | undefined;
|
|
59
|
+
preserveSubTextSpace?: boolean | undefined;
|
|
60
|
+
} & {
|
|
61
|
+
placeholder?: string;
|
|
62
|
+
disabled?: boolean;
|
|
63
|
+
autocomplete?: string;
|
|
64
|
+
} & {
|
|
65
|
+
format?: import('./types').KdsIntervalInputFormat;
|
|
66
|
+
allowDescending?: boolean;
|
|
67
|
+
}) | ({
|
|
68
|
+
modelValue?: Temporal.Duration | null;
|
|
69
|
+
} & {
|
|
70
|
+
description?: string;
|
|
71
|
+
} & {
|
|
72
|
+
label?: never;
|
|
73
|
+
ariaLabel: string;
|
|
74
|
+
} & {
|
|
75
|
+
id?: string;
|
|
76
|
+
} & {
|
|
77
|
+
error?: boolean | undefined;
|
|
78
|
+
subText?: string | undefined;
|
|
79
|
+
validating?: boolean | undefined;
|
|
80
|
+
preserveSubTextSpace?: boolean | undefined;
|
|
81
|
+
} & {
|
|
82
|
+
placeholder?: string;
|
|
83
|
+
disabled?: boolean;
|
|
84
|
+
autocomplete?: string;
|
|
85
|
+
} & {
|
|
86
|
+
format?: import('./types').KdsIntervalInputFormat;
|
|
87
|
+
allowDescending?: boolean;
|
|
88
|
+
})> & Readonly<{
|
|
89
|
+
"onUpdate:modelValue"?: ((value: Temporal.Duration | null) => any) | undefined;
|
|
90
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
91
|
+
baseInput: ({
|
|
92
|
+
$: import('vue').ComponentInternalInstance;
|
|
93
|
+
$data: {};
|
|
94
|
+
$props: {
|
|
95
|
+
readonly modelValue?: string | undefined;
|
|
96
|
+
readonly id?: string | undefined;
|
|
97
|
+
readonly type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search" | undefined;
|
|
98
|
+
readonly min?: number | string | undefined;
|
|
99
|
+
readonly max?: number | string | undefined;
|
|
100
|
+
readonly ariaExpanded?: boolean | undefined;
|
|
101
|
+
readonly step?: number | undefined;
|
|
102
|
+
readonly placeholder?: string | undefined;
|
|
103
|
+
readonly disabled?: boolean | undefined;
|
|
104
|
+
readonly leadingIcon?: import('../../..').KdsIconName | undefined;
|
|
105
|
+
readonly trailingIcon?: import('../../..').KdsIconName | undefined;
|
|
106
|
+
readonly error?: boolean | undefined;
|
|
107
|
+
readonly autocomplete?: string | undefined;
|
|
108
|
+
readonly ariaLabel?: string | undefined;
|
|
109
|
+
readonly ariaLabelledby?: string | undefined;
|
|
110
|
+
readonly ariaDescribedby?: string | undefined;
|
|
111
|
+
readonly ariaInvalid?: boolean | undefined;
|
|
112
|
+
readonly role?: string | undefined;
|
|
113
|
+
readonly ariaValuenow?: number | undefined;
|
|
114
|
+
readonly ariaValuemin?: number | undefined;
|
|
115
|
+
readonly ariaValuemax?: number | undefined;
|
|
116
|
+
readonly ariaValuetext?: string | undefined;
|
|
117
|
+
readonly ariaActivedescendant?: string | undefined;
|
|
118
|
+
readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
|
|
119
|
+
readonly ariaControls?: string | undefined;
|
|
120
|
+
readonly ariaAutocomplete?: "none" | "inline" | "list" | "both" | undefined;
|
|
121
|
+
readonly unit?: string | undefined;
|
|
122
|
+
readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
123
|
+
readonly clearable?: boolean | undefined;
|
|
124
|
+
readonly pattern?: string | undefined;
|
|
125
|
+
readonly segments?: import('../useInputSegments.helpers').KdsInputSegmentsConfig | undefined;
|
|
126
|
+
readonly onInput?: ((event: Event) => any) | undefined;
|
|
127
|
+
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
128
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
129
|
+
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
130
|
+
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
131
|
+
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
132
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
133
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
134
|
+
$attrs: import('vue').Attrs;
|
|
135
|
+
$refs: {
|
|
136
|
+
[x: string]: unknown;
|
|
137
|
+
} & {
|
|
138
|
+
input: HTMLInputElement;
|
|
139
|
+
};
|
|
140
|
+
$slots: Readonly<{
|
|
141
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
142
|
+
}>;
|
|
143
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
144
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
145
|
+
$host: Element | null;
|
|
146
|
+
$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);
|
|
147
|
+
$el: HTMLDivElement;
|
|
148
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
149
|
+
modelValue?: string;
|
|
150
|
+
} & {
|
|
151
|
+
id?: string;
|
|
152
|
+
type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
|
|
153
|
+
min?: number | string;
|
|
154
|
+
max?: number | string;
|
|
155
|
+
ariaExpanded?: boolean;
|
|
156
|
+
step?: number;
|
|
157
|
+
placeholder?: string;
|
|
158
|
+
disabled?: boolean;
|
|
159
|
+
leadingIcon?: import('../../..').KdsIconName;
|
|
160
|
+
trailingIcon?: import('../../..').KdsIconName;
|
|
161
|
+
error?: boolean;
|
|
162
|
+
autocomplete?: string;
|
|
163
|
+
ariaLabel?: string;
|
|
164
|
+
ariaLabelledby?: string;
|
|
165
|
+
ariaDescribedby?: string;
|
|
166
|
+
ariaInvalid?: boolean;
|
|
167
|
+
role?: string;
|
|
168
|
+
ariaValuenow?: number;
|
|
169
|
+
ariaValuemin?: number;
|
|
170
|
+
ariaValuemax?: number;
|
|
171
|
+
ariaValuetext?: string;
|
|
172
|
+
ariaActivedescendant?: string;
|
|
173
|
+
ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
|
|
174
|
+
ariaControls?: string;
|
|
175
|
+
ariaAutocomplete?: "none" | "inline" | "list" | "both";
|
|
176
|
+
unit?: string;
|
|
177
|
+
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
178
|
+
clearable?: boolean;
|
|
179
|
+
pattern?: string;
|
|
180
|
+
segments?: import('../useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
181
|
+
}> & Readonly<{
|
|
182
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
183
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
184
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
185
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
186
|
+
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
187
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
188
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
189
|
+
}>, {
|
|
190
|
+
focus: () => void;
|
|
191
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
192
|
+
input: (event: Event) => any;
|
|
193
|
+
click: (event: MouseEvent) => any;
|
|
194
|
+
blur: (event: FocusEvent) => any;
|
|
195
|
+
focus: (event: FocusEvent) => any;
|
|
196
|
+
keydown: (event: KeyboardEvent) => any;
|
|
197
|
+
paste: (event: ClipboardEvent) => any;
|
|
198
|
+
"update:modelValue": (value: string) => any;
|
|
199
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
200
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
201
|
+
created?: (() => void) | (() => void)[];
|
|
202
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
203
|
+
mounted?: (() => void) | (() => void)[];
|
|
204
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
205
|
+
updated?: (() => void) | (() => void)[];
|
|
206
|
+
activated?: (() => void) | (() => void)[];
|
|
207
|
+
deactivated?: (() => void) | (() => void)[];
|
|
208
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
209
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
210
|
+
destroyed?: (() => void) | (() => void)[];
|
|
211
|
+
unmounted?: (() => void) | (() => void)[];
|
|
212
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
213
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
214
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
215
|
+
};
|
|
216
|
+
$forceUpdate: () => void;
|
|
217
|
+
$nextTick: typeof import('vue').nextTick;
|
|
218
|
+
$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;
|
|
219
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
220
|
+
modelValue?: string;
|
|
221
|
+
} & {
|
|
222
|
+
id?: string;
|
|
223
|
+
type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
|
|
224
|
+
min?: number | string;
|
|
225
|
+
max?: number | string;
|
|
226
|
+
ariaExpanded?: boolean;
|
|
227
|
+
step?: number;
|
|
228
|
+
placeholder?: string;
|
|
229
|
+
disabled?: boolean;
|
|
230
|
+
leadingIcon?: import('../../..').KdsIconName;
|
|
231
|
+
trailingIcon?: import('../../..').KdsIconName;
|
|
232
|
+
error?: boolean;
|
|
233
|
+
autocomplete?: string;
|
|
234
|
+
ariaLabel?: string;
|
|
235
|
+
ariaLabelledby?: string;
|
|
236
|
+
ariaDescribedby?: string;
|
|
237
|
+
ariaInvalid?: boolean;
|
|
238
|
+
role?: string;
|
|
239
|
+
ariaValuenow?: number;
|
|
240
|
+
ariaValuemin?: number;
|
|
241
|
+
ariaValuemax?: number;
|
|
242
|
+
ariaValuetext?: string;
|
|
243
|
+
ariaActivedescendant?: string;
|
|
244
|
+
ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
|
|
245
|
+
ariaControls?: string;
|
|
246
|
+
ariaAutocomplete?: "none" | "inline" | "list" | "both";
|
|
247
|
+
unit?: string;
|
|
248
|
+
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
249
|
+
clearable?: boolean;
|
|
250
|
+
pattern?: string;
|
|
251
|
+
segments?: import('../useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
252
|
+
}> & Readonly<{
|
|
253
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
254
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
255
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
256
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
257
|
+
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
258
|
+
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
259
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
260
|
+
}>, "focus"> & {
|
|
261
|
+
focus: () => void;
|
|
262
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
263
|
+
$slots: {
|
|
264
|
+
leading?(_: {}): any;
|
|
265
|
+
trailing?(_: {}): any;
|
|
266
|
+
};
|
|
267
|
+
}) | null;
|
|
268
|
+
popoverEl: ({
|
|
269
|
+
$: import('vue').ComponentInternalInstance;
|
|
270
|
+
$data: {};
|
|
271
|
+
$props: ({
|
|
272
|
+
readonly modelValue?: boolean | undefined;
|
|
273
|
+
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
274
|
+
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
275
|
+
readonly fullWidth?: boolean | undefined;
|
|
276
|
+
readonly maxInlineSize?: string | undefined;
|
|
277
|
+
readonly content?: string | undefined;
|
|
278
|
+
readonly placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom"> | undefined;
|
|
279
|
+
readonly customPlacementPosition?: never | undefined;
|
|
280
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
281
|
+
} | {
|
|
282
|
+
readonly modelValue?: boolean | undefined;
|
|
283
|
+
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
284
|
+
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
285
|
+
readonly fullWidth?: boolean | undefined;
|
|
286
|
+
readonly maxInlineSize?: string | undefined;
|
|
287
|
+
readonly content?: string | undefined;
|
|
288
|
+
readonly placement: "custom";
|
|
289
|
+
readonly customPlacementPosition: {
|
|
290
|
+
x: number;
|
|
291
|
+
y: number;
|
|
292
|
+
};
|
|
293
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
294
|
+
}) & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
295
|
+
$attrs: import('vue').Attrs;
|
|
296
|
+
$refs: {
|
|
297
|
+
[x: string]: unknown;
|
|
298
|
+
} & {
|
|
299
|
+
popoverEl: HTMLDivElement;
|
|
300
|
+
};
|
|
301
|
+
$slots: Readonly<{
|
|
302
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
303
|
+
}>;
|
|
304
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
305
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
306
|
+
$host: Element | null;
|
|
307
|
+
$emit: (event: "update:modelValue", value: boolean) => void;
|
|
308
|
+
$el: HTMLDivElement;
|
|
309
|
+
$options: import('vue').ComponentOptionsBase<Readonly<({
|
|
310
|
+
modelValue?: boolean;
|
|
311
|
+
} & {
|
|
312
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
313
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
314
|
+
fullWidth?: boolean;
|
|
315
|
+
maxInlineSize?: string;
|
|
316
|
+
content?: string;
|
|
317
|
+
} & {
|
|
318
|
+
placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom">;
|
|
319
|
+
customPlacementPosition?: never;
|
|
320
|
+
}) | ({
|
|
321
|
+
modelValue?: boolean;
|
|
322
|
+
} & {
|
|
323
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
324
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
325
|
+
fullWidth?: boolean;
|
|
326
|
+
maxInlineSize?: string;
|
|
327
|
+
content?: string;
|
|
328
|
+
} & {
|
|
329
|
+
placement: "custom";
|
|
330
|
+
customPlacementPosition: {
|
|
331
|
+
x: number;
|
|
332
|
+
y: number;
|
|
333
|
+
};
|
|
334
|
+
})> & Readonly<{
|
|
335
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
336
|
+
}>, {
|
|
337
|
+
anchorStyle: Record<string, string>;
|
|
338
|
+
popoverId: string;
|
|
339
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
340
|
+
"update:modelValue": (value: boolean) => any;
|
|
341
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
342
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
343
|
+
created?: (() => void) | (() => void)[];
|
|
344
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
345
|
+
mounted?: (() => void) | (() => void)[];
|
|
346
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
347
|
+
updated?: (() => void) | (() => void)[];
|
|
348
|
+
activated?: (() => void) | (() => void)[];
|
|
349
|
+
deactivated?: (() => void) | (() => void)[];
|
|
350
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
351
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
352
|
+
destroyed?: (() => void) | (() => void)[];
|
|
353
|
+
unmounted?: (() => void) | (() => void)[];
|
|
354
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
355
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
356
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
357
|
+
};
|
|
358
|
+
$forceUpdate: () => void;
|
|
359
|
+
$nextTick: typeof import('vue').nextTick;
|
|
360
|
+
$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;
|
|
361
|
+
} & Readonly<{}> & Omit<{} & (Readonly<({
|
|
362
|
+
modelValue?: boolean;
|
|
363
|
+
} & {
|
|
364
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
365
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
366
|
+
fullWidth?: boolean;
|
|
367
|
+
maxInlineSize?: string;
|
|
368
|
+
content?: string;
|
|
369
|
+
} & {
|
|
370
|
+
placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom">;
|
|
371
|
+
customPlacementPosition?: never;
|
|
372
|
+
}) | ({
|
|
373
|
+
modelValue?: boolean;
|
|
374
|
+
} & {
|
|
375
|
+
role?: import('../../../overlays/Popover').KdsPopoverRole;
|
|
376
|
+
popoverType?: import('../../../overlays/Popover').KdsPopoverType;
|
|
377
|
+
fullWidth?: boolean;
|
|
378
|
+
maxInlineSize?: string;
|
|
379
|
+
content?: string;
|
|
380
|
+
} & {
|
|
381
|
+
placement: "custom";
|
|
382
|
+
customPlacementPosition: {
|
|
383
|
+
x: number;
|
|
384
|
+
y: number;
|
|
385
|
+
};
|
|
386
|
+
})> & Readonly<{
|
|
387
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
388
|
+
}>), "anchorStyle" | "popoverId"> & {
|
|
389
|
+
anchorStyle: Record<string, string>;
|
|
390
|
+
popoverId: string;
|
|
391
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
392
|
+
$slots: {
|
|
393
|
+
default?(_: {}): any;
|
|
394
|
+
};
|
|
395
|
+
}) | null;
|
|
396
|
+
}, HTMLDivElement>;
|
|
397
|
+
export default _default;
|
|
398
|
+
//# sourceMappingURL=KdsIntervalInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsIntervalInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/IntervalInput/KdsIntervalInput.vue"],"names":[],"mappings":"AAsQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;;iBAsMrC,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqP6wI,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBx6I,wBASG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const kdsIntervalInputFormat: {
|
|
2
|
+
readonly DATE: "date";
|
|
3
|
+
readonly TIME: "time";
|
|
4
|
+
readonly DATE_OR_TIME: "date_or_time";
|
|
5
|
+
};
|
|
6
|
+
export declare const kdsIntervalInputFormats: ("time" | "date" | "date_or_time")[];
|
|
7
|
+
export declare const kdsIntervalDirectionality: {
|
|
8
|
+
readonly ASCENDING: "ascending";
|
|
9
|
+
readonly DESCENDING: "descending";
|
|
10
|
+
};
|
|
11
|
+
export declare const kdsIntervalDirectionalities: ("ascending" | "descending")[];
|
|
12
|
+
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/IntervalInput/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;CAIzB,CAAC;AAEX,eAAO,MAAM,uBAAuB,sCAAwC,CAAC;AAE7E,eAAO,MAAM,yBAAyB;;;CAG5B,CAAC;AAEX,eAAO,MAAM,2BAA2B,gCAEvC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { default as KdsIntervalInput } from './KdsIntervalInput.vue';
|
|
2
|
+
export { kdsIntervalDirectionality, kdsIntervalDirectionalities, kdsIntervalInputFormat, kdsIntervalInputFormats, } from './enums';
|
|
3
|
+
export type { KdsIntervalDirectionality, KdsIntervalInputFormat, KdsIntervalInputProps, } from './types';
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/IntervalInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EACL,yBAAyB,EACzB,2BAA2B,EAC3B,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,SAAS,CAAC;AACjB,YAAY,EACV,yBAAyB,EACzB,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,SAAS,CAAC"}
|