@onereach/ui-components 3.0.3-beta.2484.0 → 3.0.4-beta.2486.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-6e29db50.js → OrCardCollection-ad2240ac.js} +1 -1
- package/dist/bundled/v2/{OrConfirm-98d9a7b0.js → OrConfirm-d548aac0.js} +1 -1
- package/dist/bundled/v2/OrDateTimePicker-60e1a7ee.js +1083 -0
- package/dist/bundled/v2/{OrInput-900df60c.js → OrInput-ae333c94.js} +2 -2
- package/dist/bundled/v2/{OrInputBox-4d265915.js → OrInputBox-11b6ac9f.js} +1 -1
- package/dist/bundled/v2/{OrSearch-22e60302.js → OrSearch-86a009af.js} +2 -2
- package/dist/bundled/v2/{OrSelect-0675a404.js → OrSelect-2834d2bc.js} +4 -4
- package/dist/bundled/v2/{OrTextarea-5027c642.js → OrTextarea-8d35e641.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-518bff34.js → OrCardCollection.vue_vue_type_script_lang-61f92c57.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9bfe8cdd.js → OrConfirm.vue_vue_type_script_lang-6bf48817.js} +2 -2
- package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-fb197c2f.js +718 -0
- package/dist/bundled/v3/{OrInput-d23f9223.js → OrInput-8171968f.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-fde0f78f.js → OrInput.vue_vue_type_script_lang-862ecd79.js} +3 -3
- package/dist/bundled/v3/{OrInputBox-66241142.js → OrInputBox-688eb48b.js} +1 -1
- package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-d07fa3ad.js → OrInputBox.vue_vue_type_script_lang-0e3ff329.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-2ac19dad.js → OrSearch.vue_vue_type_script_lang-b6e99b50.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-ee304265.js → OrSelect.vue_vue_type_script_lang-e497af2d.js} +6 -6
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-0ae5cda3.js → OrTextarea.vue_vue_type_script_lang-e5ae9a33.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-708ac4b5.js → OrCardCollection-662d5727.js} +2 -2
- package/dist/esm/v2/{OrConfirm-7eee1481.js → OrConfirm-1be17f86.js} +1 -1
- package/dist/esm/v2/OrDateTimePicker-4b650aca.js +1076 -0
- package/dist/esm/v2/{OrInput-a7903c0f.js → OrInput-5efcb134.js} +2 -2
- package/dist/esm/v2/{OrInputBox-6b1aec08.js → OrInputBox-0f4e8500.js} +1 -1
- package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-23426690.js → OrInputBox.vue_rollup-plugin-vue_script-b2d0c353.js} +1 -1
- package/dist/esm/v2/{OrSearch-97a701b0.js → OrSearch-12782f78.js} +2 -2
- package/dist/esm/v2/{OrSelect-2d48ddee.js → OrSelect-78c2adc6.js} +4 -4
- package/dist/esm/v2/{OrTextarea-2d5d0be6.js → OrTextarea-839a422d.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-62d1d8d5.js → OrCardCollection-aa7f0c81.js} +2 -2
- package/dist/esm/v3/{OrConfirm-b74191d6.js → OrConfirm-ecb8c576.js} +1 -1
- package/dist/esm/v3/OrDateTimePicker-3e2dc067.js +863 -0
- package/dist/esm/v3/{OrInput-f0748c95.js → OrInput-dae6e478.js} +1 -1
- package/dist/esm/v3/{OrInputBox-11389afd.js → OrInputBox-901887a1.js} +1 -1
- package/dist/esm/v3/{OrSearch-81b75244.js → OrSearch-9989bb31.js} +2 -2
- package/dist/esm/v3/{OrSelect-b9d45ab4.js → OrSelect-bb3c30ec.js} +3 -3
- package/dist/esm/v3/{OrTextarea-08b22d36.js → OrTextarea-2002e190.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 +2 -2
- 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-11b6ac9f.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-ae333c94.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-11b6ac9f.js';
|
|
22
22
|
import '../../OrLabel-761500d5.js';
|
|
23
23
|
import '../../OrLoader-dc73d8ee.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-86a009af.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-ae333c94.js';
|
|
8
8
|
import '../../OrError-1186b62f.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
10
|
import '../../OrHint-29b31ba4.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-11b6ac9f.js';
|
|
23
23
|
import '../../OrLabel-761500d5.js';
|
|
24
24
|
import '../../OrLoader-dc73d8ee.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-2834d2bc.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-1186b62f.js';
|
|
|
12
12
|
import '../../OrExpansionPanel-7cd552fa.js';
|
|
13
13
|
import '../../OrIcon-05d29a78.js';
|
|
14
14
|
import '../../OrHint-29b31ba4.js';
|
|
15
|
-
import '../../OrInput-
|
|
15
|
+
import '../../OrInput-ae333c94.js';
|
|
16
16
|
import '../../OrIconButton-50f3e359.js';
|
|
17
17
|
import '../../OrTooltip-a2a90db8.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-11b6ac9f.js';
|
|
28
28
|
import '../../OrLoader-dc73d8ee.js';
|
|
29
29
|
import '../../useValidationAttributes-6df7bcf9.js';
|
|
30
30
|
import '../../OrMenuItem-7eb9d387.js';
|
|
31
31
|
import '../../OrTag-11c078db.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-8d35e641.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-1186b62f.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrHint-29b31ba4.js';
|
|
9
|
-
import '../../OrInputBox-
|
|
9
|
+
import '../../OrInputBox-11b6ac9f.js';
|
|
10
10
|
import '../../OrLabel-761500d5.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
|