@onereach/ui-components 2.76.6 → 2.76.7-beta.2437.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/bundled/v2/{OrCardCollection-5be7bd7b.js → OrCardCollection-9b9a27e2.js} +1 -1
- package/dist/bundled/v2/{OrConfirm-b12b5b01.js → OrConfirm-d9869784.js} +1 -1
- package/dist/bundled/v2/OrDateTimePicker-50333b2a.js +1083 -0
- package/dist/bundled/v2/{OrInput-913c682d.js → OrInput-a829ce97.js} +2 -2
- package/dist/bundled/v2/{OrInputBox-9a31d211.js → OrInputBox-3f886a00.js} +1 -1
- package/dist/bundled/v2/{OrSearch-ade6bf12.js → OrSearch-8d2a36b8.js} +2 -2
- package/dist/bundled/v2/{OrSelect-f85aecd5.js → OrSelect-ec9260d5.js} +4 -4
- package/dist/bundled/v2/{OrTextarea-e606a1f5.js → OrTextarea-2925c150.js} +2 -2
- package/dist/bundled/v2/components/index.d.ts +4 -3
- package/dist/bundled/v2/components/index.js +13 -12
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-combined-input-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +184 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/index.d.ts +2 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/index.js +30 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +30 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +24 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +98 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +12 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +8 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +54 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +3 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/props.d.ts +1 -0
- package/dist/bundled/v2/components/or-date-time-picker-v3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-input-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-search-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-select-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -3
- package/dist/bundled/v2/directives/index.js +1 -1
- package/dist/bundled/v2/{dropdown-open-e2a93aaf.js → dropdown-open-10460fec.js} +7 -1
- package/dist/bundled/v2/index.js +13 -12
- package/dist/bundled/v2/{props-78496a2d.js → props-c966ae5f.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-9f48249b.js → OrCardCollection.vue_vue_type_script_lang-5a295c7c.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-ede2f483.js → OrConfirm.vue_vue_type_script_lang-6ad3a25b.js} +2 -2
- package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-ead330d0.js +718 -0
- package/dist/bundled/v3/{OrInput-e980b0c5.js → OrInput-9deb9d78.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-4285176c.js → OrInput.vue_vue_type_script_lang-ff77fb1f.js} +3 -3
- package/dist/bundled/v3/{OrInputBox-44f37541.js → OrInputBox-73cb16b2.js} +1 -1
- package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js → OrInputBox.vue_vue_type_script_lang-b94e3d29.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-04675cdd.js → OrSearch.vue_vue_type_script_lang-c0c711e3.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-949f5893.js → OrSelect.vue_vue_type_script_lang-f920dc5a.js} +6 -6
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-043a2a9d.js → OrTextarea.vue_vue_type_script_lang-5a3d824a.js} +3 -3
- package/dist/bundled/v3/components/index.d.ts +4 -3
- package/dist/bundled/v3/components/index.js +17 -16
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-combined-input-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-confirm-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +184 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/index.d.ts +2 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/index.js +35 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +30 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +24 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +98 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +12 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +8 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +54 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +3 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/props.d.ts +1 -0
- package/dist/bundled/v3/components/or-date-time-picker-v3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-input-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-search-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-select-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -4
- package/dist/bundled/v3/directives/index.js +1 -1
- package/dist/bundled/v3/{dropdown-open-293d2de2.js → dropdown-open-0a494cc1.js} +7 -1
- package/dist/bundled/v3/index.js +478 -324
- package/dist/bundled/v3/{props-78496a2d.js → props-c966ae5f.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-88451f3f.js → OrCardCollection-fd3cf877.js} +2 -2
- package/dist/esm/v2/{OrConfirm-d9fb300f.js → OrConfirm-6fa5b7af.js} +1 -1
- package/dist/esm/v2/OrDateTimePicker-f68ad985.js +1076 -0
- package/dist/esm/v2/{OrInput-0a40888a.js → OrInput-ff77b040.js} +2 -2
- package/dist/esm/v2/{OrInputBox-5c4b3104.js → OrInputBox-be814696.js} +1 -1
- package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js → OrInputBox.vue_rollup-plugin-vue_script-cc0bf870.js} +1 -1
- package/dist/esm/v2/{OrSearch-429d7386.js → OrSearch-a269c191.js} +2 -2
- package/dist/esm/v2/{OrSelect-de0ad257.js → OrSelect-16b38bb4.js} +4 -4
- package/dist/esm/v2/{OrTextarea-a51a7959.js → OrTextarea-aa52ecfe.js} +2 -2
- package/dist/esm/v2/components/index.d.ts +4 -3
- package/dist/esm/v2/components/index.js +13 -12
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +184 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +28 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +30 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +24 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +98 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +12 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +8 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +54 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +3 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-search-v3/index.js +4 -4
- package/dist/esm/v2/components/or-select-v3/index.js +5 -5
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
- package/dist/esm/v2/directives/index.js +1 -1
- package/dist/esm/v2/{dropdown-open-0d314aa4.js → dropdown-open-e1f90e0a.js} +7 -1
- package/dist/esm/v2/index.js +12 -11
- package/dist/esm/v3/{OrCardCollection-8339ebe2.js → OrCardCollection-3e469384.js} +2 -2
- package/dist/esm/v3/{OrConfirm-e821e06e.js → OrConfirm-b52b8135.js} +1 -1
- package/dist/esm/v3/OrDateTimePicker-2d71e737.js +863 -0
- package/dist/esm/v3/{OrInput-d16b7930.js → OrInput-64f9797c.js} +1 -1
- package/dist/esm/v3/{OrInputBox-2467d7e4.js → OrInputBox-e1ee2130.js} +1 -1
- package/dist/esm/v3/{OrSearch-4568eb9d.js → OrSearch-a4a8f33f.js} +2 -2
- package/dist/esm/v3/{OrSelect-2e683ddd.js → OrSelect-b7498180.js} +3 -3
- package/dist/esm/v3/{OrTextarea-f10160cb.js → OrTextarea-e7896ed1.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +4 -3
- package/dist/esm/v3/components/index.js +12 -11
- package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +184 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +26 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +30 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +24 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +98 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +12 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +8 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +54 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +3 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/index.js +4 -4
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/directives/index.js +1 -1
- package/dist/esm/v3/{dropdown-open-0d314aa4.js → dropdown-open-e1f90e0a.js} +7 -1
- package/dist/esm/v3/index.js +11 -10
- package/package.json +3 -4
- package/src/components/index.ts +4 -3
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.docs.mdx +7 -0
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.stories3.ts +156 -0
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +373 -0
- package/src/components/or-date-time-picker-v3/index.ts +2 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +63 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.ts +10 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue +58 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.ts +16 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +210 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.ts +10 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue +59 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.ts +13 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue +37 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.ts +10 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +146 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.ts +34 -0
- package/src/components/or-date-time-picker-v3/props.ts +1 -0
- package/src/components/or-date-time-picker-v3/styles.ts +16 -0
- package/src/directives/dropdown-close.ts +1 -0
- package/src/directives/dropdown-open.ts +7 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DateTimePickerMonthSelect: string[];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
4
|
+
}> & import("@vue/composition-api").Data, {}, {}, {}, import("@vue/composition-api").ExtractPropTypes<{}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {} & {
|
|
5
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
7
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
8
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {} & {} & {
|
|
10
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
11
|
+
}, {}, true>);
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DateTimePickerPopoverFooter: string[];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
4
|
+
}> & import("@vue/composition-api").Data, {}, {}, {}, import("@vue/composition-api").ExtractPropTypes<{}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {} & {}, {}, true>);
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DateTimePickerPopoverHeader: string[];
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
4
|
+
buttonGroupStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
5
|
+
buttonGroupItemStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<Date>;
|
|
7
|
+
hoursValue: import("@vue/composition-api").WritableComputedRef<number>;
|
|
8
|
+
minutesValue: import("@vue/composition-api").WritableComputedRef<number>;
|
|
9
|
+
hoursOptions: {
|
|
10
|
+
value: number;
|
|
11
|
+
label: string;
|
|
12
|
+
}[];
|
|
13
|
+
minutesOptions: {
|
|
14
|
+
value: number;
|
|
15
|
+
label: string;
|
|
16
|
+
}[];
|
|
17
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: DateConstructor;
|
|
20
|
+
default: undefined;
|
|
21
|
+
};
|
|
22
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
23
|
+
modelValue: {
|
|
24
|
+
type: DateConstructor;
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
27
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
28
|
+
modelValue: Date;
|
|
29
|
+
} & {} & {
|
|
30
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
32
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
33
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
34
|
+
buttonGroupStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
35
|
+
buttonGroupItemStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
36
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<Date>;
|
|
37
|
+
hoursValue: import("@vue/composition-api").WritableComputedRef<number>;
|
|
38
|
+
minutesValue: import("@vue/composition-api").WritableComputedRef<number>;
|
|
39
|
+
hoursOptions: {
|
|
40
|
+
value: number;
|
|
41
|
+
label: string;
|
|
42
|
+
}[];
|
|
43
|
+
minutesOptions: {
|
|
44
|
+
value: number;
|
|
45
|
+
label: string;
|
|
46
|
+
}[];
|
|
47
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
48
|
+
modelValue: Date;
|
|
49
|
+
} & {} & {
|
|
50
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
51
|
+
}, {
|
|
52
|
+
modelValue: Date;
|
|
53
|
+
}, true>);
|
|
54
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputBoxSize as DateTimePickerSize } from '../or-input-box-v3';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { O as OrInputBoxV3 } from '../../OrInputBox-
|
|
2
|
-
export {
|
|
1
|
+
export { O as OrInputBoxV3 } from '../../OrInputBox-3f886a00.js';
|
|
2
|
+
export { I as InputBoxSize, a as InputBoxVariant } from '../../props-c966ae5f.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InputType, O as OrInputV3 } from '../../OrInput-
|
|
2
|
-
export {
|
|
1
|
+
export { I as InputType, O as OrInputV3 } from '../../OrInput-a829ce97.js';
|
|
2
|
+
export { I as InputSize } from '../../props-c966ae5f.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -18,7 +18,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
18
18
|
import 'portal-vue';
|
|
19
19
|
import '../../useElevation-b6e7590a.js';
|
|
20
20
|
import '../../useResponsive-e13dfbb0.js';
|
|
21
|
-
import '../../OrInputBox-
|
|
21
|
+
import '../../OrInputBox-3f886a00.js';
|
|
22
22
|
import '../../OrLabel-c44e9f7d.js';
|
|
23
23
|
import '../../OrLoader-6bec8824.js';
|
|
24
24
|
import '../../useIdAttribute-cf61643f.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { O as OrSearchV3 } from '../../OrSearch-
|
|
2
|
-
export {
|
|
1
|
+
export { O as OrSearchV3 } from '../../OrSearch-8d2a36b8.js';
|
|
2
|
+
export { I as SearchSize } from '../../props-c966ae5f.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../index-fa6eb4ca.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
7
|
-
import '../../OrInput-
|
|
7
|
+
import '../../OrInput-a829ce97.js';
|
|
8
8
|
import '../../OrError-8aa16f11.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
10
|
import '../../OrHint-39fc2173.js';
|
|
@@ -19,7 +19,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
19
19
|
import 'portal-vue';
|
|
20
20
|
import '../../useElevation-b6e7590a.js';
|
|
21
21
|
import '../../useResponsive-e13dfbb0.js';
|
|
22
|
-
import '../../OrInputBox-
|
|
22
|
+
import '../../OrInputBox-3f886a00.js';
|
|
23
23
|
import '../../OrLabel-c44e9f7d.js';
|
|
24
24
|
import '../../OrLoader-6bec8824.js';
|
|
25
25
|
import '../../useIdAttribute-cf61643f.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
2
|
-
export {
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-ec9260d5.js';
|
|
2
|
+
export { I as SelectSize } from '../../props-c966ae5f.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -12,7 +12,7 @@ import '../../OrError-8aa16f11.js';
|
|
|
12
12
|
import '../../OrExpansionPanel-41b910bc.js';
|
|
13
13
|
import '../../OrIcon-2efd1925.js';
|
|
14
14
|
import '../../OrHint-39fc2173.js';
|
|
15
|
-
import '../../OrInput-
|
|
15
|
+
import '../../OrInput-a829ce97.js';
|
|
16
16
|
import '../../OrIconButton-45e8ced0.js';
|
|
17
17
|
import '../../OrTooltip-6dceb10b.js';
|
|
18
18
|
import '@vueuse/core';
|
|
@@ -24,10 +24,10 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
24
24
|
import 'portal-vue';
|
|
25
25
|
import '../../useElevation-b6e7590a.js';
|
|
26
26
|
import '../../useResponsive-e13dfbb0.js';
|
|
27
|
-
import '../../OrInputBox-
|
|
27
|
+
import '../../OrInputBox-3f886a00.js';
|
|
28
28
|
import '../../OrLoader-6bec8824.js';
|
|
29
29
|
import '../../useValidationAttributes-6df7bcf9.js';
|
|
30
30
|
import '../../OrMenuItem-f295292e.js';
|
|
31
31
|
import '../../OrTag-575b3143.js';
|
|
32
|
-
import '../../dropdown-open-e2a93aaf.js';
|
|
33
32
|
import '../../useOverflow-bae6342f.js';
|
|
33
|
+
import '../../dropdown-open-10460fec.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { _ as OrTextareaV3 } from '../../OrTextarea-
|
|
2
|
-
export {
|
|
1
|
+
export { _ as OrTextareaV3 } from '../../OrTextarea-2925c150.js';
|
|
2
|
+
export { I as TextareaSize } from '../../props-c966ae5f.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import '../../OrError-8aa16f11.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrHint-39fc2173.js';
|
|
9
|
-
import '../../OrInputBox-
|
|
9
|
+
import '../../OrInputBox-3f886a00.js';
|
|
10
10
|
import '../../OrLabel-c44e9f7d.js';
|
|
11
11
|
import '../../useIdAttribute-cf61643f.js';
|
|
12
12
|
import '../../useValidationAttributes-6df7bcf9.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DropdownClose, a as DropdownOpen } from '../dropdown-open-
|
|
1
|
+
export { D as DropdownClose, a as DropdownOpen } from '../dropdown-open-10460fec.js';
|
|
2
2
|
import '../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -3,6 +3,7 @@ import './index-fa6eb4ca.js';
|
|
|
3
3
|
const created$1 = (element, binding) => {
|
|
4
4
|
element.addEventListener('keydown', event => {
|
|
5
5
|
event.preventDefault();
|
|
6
|
+
event.stopPropagation();
|
|
6
7
|
if (['Escape'].includes(event.key)) {
|
|
7
8
|
binding.value(event);
|
|
8
9
|
}
|
|
@@ -15,11 +16,16 @@ const DropdownClose = {
|
|
|
15
16
|
const created = (element, binding) => {
|
|
16
17
|
element.addEventListener('keydown', event => {
|
|
17
18
|
event.preventDefault();
|
|
19
|
+
event.stopPropagation();
|
|
18
20
|
if (['Enter', ' '].includes(event.key)) {
|
|
19
21
|
binding.value(event);
|
|
20
22
|
}
|
|
21
23
|
});
|
|
22
|
-
element.addEventListener('click',
|
|
24
|
+
element.addEventListener('click', event => {
|
|
25
|
+
event.preventDefault();
|
|
26
|
+
event.stopPropagation();
|
|
27
|
+
binding.value(event);
|
|
28
|
+
});
|
|
23
29
|
};
|
|
24
30
|
const DropdownOpen = {
|
|
25
31
|
['bind']: created
|