@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,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,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrInputBoxV3 } from '../../OrInputBox-
|
|
2
|
-
export {
|
|
1
|
+
export { _ as OrInputBoxV3 } from '../../OrInputBox-0f4e8500.js';
|
|
2
|
+
export { I as InputBoxSize, a as InputBoxVariant } from '../../OrInputBox.vue_rollup-plugin-vue_script-b2d0c353.js';
|
|
3
3
|
import '../../normalize-component-6e8e3d80.js';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
2
|
-
export {
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-5efcb134.js';
|
|
2
|
+
export { I as InputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-b2d0c353.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
@@ -18,7 +18,7 @@ import '../../OrBottomSheet-29df8db9.js';
|
|
|
18
18
|
import '../../OrOverlay-2ce3cfd7.js';
|
|
19
19
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
20
20
|
import 'portal-vue';
|
|
21
|
-
import '../../OrInputBox-
|
|
21
|
+
import '../../OrInputBox-0f4e8500.js';
|
|
22
22
|
import '../../OrLabel-63380256.js';
|
|
23
23
|
import '../../OrLoader-b0c381f9.js';
|
|
24
24
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
2
|
-
export {
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-12782f78.js';
|
|
2
|
+
export { I as SearchSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-b2d0c353.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-5efcb134.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
8
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -19,7 +19,7 @@ import '../../OrBottomSheet-29df8db9.js';
|
|
|
19
19
|
import '../../OrOverlay-2ce3cfd7.js';
|
|
20
20
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
21
21
|
import 'portal-vue';
|
|
22
|
-
import '../../OrInputBox-
|
|
22
|
+
import '../../OrInputBox-0f4e8500.js';
|
|
23
23
|
import '../../OrLabel-63380256.js';
|
|
24
24
|
import '../../OrLoader-b0c381f9.js';
|
|
25
25
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
2
|
-
export {
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-78c2adc6.js';
|
|
2
|
+
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-b2d0c353.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../dropdown-open-
|
|
4
|
+
import '../../dropdown-open-e1f90e0a.js';
|
|
5
5
|
import '../../useOverflow-af6161c8.js';
|
|
6
6
|
import '@vueuse/core';
|
|
7
7
|
import '../../OrCheckbox-dc587ec9.js';
|
|
@@ -13,8 +13,8 @@ import '../../OrError-4ffc1c39.js';
|
|
|
13
13
|
import '../../OrExpansionPanel-7c359bb0.js';
|
|
14
14
|
import '../../OrIcon-d35a84d8.js';
|
|
15
15
|
import '../../OrHint-aa221198.js';
|
|
16
|
-
import '../../OrInputBox-
|
|
17
|
-
import '../../OrInput-
|
|
16
|
+
import '../../OrInputBox-0f4e8500.js';
|
|
17
|
+
import '../../OrInput-5efcb134.js';
|
|
18
18
|
import '../../useResponsive-a02e95b7.js';
|
|
19
19
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
20
20
|
import '../../OrIconButton-ec2e21aa.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTextareaV3 } from '../../OrTextarea-
|
|
2
|
-
export {
|
|
1
|
+
export { _ as OrTextareaV3 } from '../../OrTextarea-839a422d.js';
|
|
2
|
+
export { I as TextareaSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-b2d0c353.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
@@ -7,6 +7,6 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
7
7
|
import '../../OrError-4ffc1c39.js';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
9
|
import '../../OrHint-aa221198.js';
|
|
10
|
-
import '../../OrInputBox-
|
|
10
|
+
import '../../OrInputBox-0f4e8500.js';
|
|
11
11
|
import '../../OrLabel-63380256.js';
|
|
12
12
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { D as DropdownClose, a as DropdownOpen } from '../dropdown-open-
|
|
1
|
+
export { D as DropdownClose, a as DropdownOpen } from '../dropdown-open-e1f90e0a.js';
|
|
2
2
|
import 'vue-demi';
|
|
@@ -3,6 +3,7 @@ import { isVue3 } from 'vue-demi';
|
|
|
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
|
[isVue3 ? 'created' : 'bind']: created
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-2283df1c.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-1583425b.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-662d5727.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-d20717ec.js';
|
|
14
14
|
export { _ as OrCheckbox } from './OrCheckbox-63d444f1.js';
|
|
@@ -19,12 +19,15 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-fd7c026c.js';
|
|
|
19
19
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
20
20
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-fa92b4fa.js';
|
|
21
21
|
export { _ as OrConfirm } from './OrConfirm-64e815c7.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-1be17f86.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-85e5e03e.js';
|
|
24
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-4b650aca.js';
|
|
25
|
+
export { _ as OrInputBoxV3 } from './OrInputBox-0f4e8500.js';
|
|
26
|
+
export { I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TextareaSize } from './OrInputBox.vue_rollup-plugin-vue_script-b2d0c353.js';
|
|
27
|
+
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
24
28
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
25
29
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
|
|
26
30
|
export { _ as OrErrorV3 } from './OrError-4ffc1c39.js';
|
|
27
|
-
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
28
31
|
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-7c359bb0.js';
|
|
29
32
|
export { F as FabColor, _ as OrFabV3 } from './OrFab-83550865.js';
|
|
30
33
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-67b6592e.js';
|
|
@@ -37,10 +40,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3
|
|
|
37
40
|
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-34f28593.js';
|
|
38
41
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-f950e6d2.js';
|
|
39
42
|
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-07a2cdc1.js';
|
|
40
|
-
export { _ as OrInputBoxV3 } from './OrInputBox-6b1aec08.js';
|
|
41
|
-
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox.vue_rollup-plugin-vue_script-23426690.js';
|
|
42
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-a7903c0f.js';
|
|
43
43
|
export { _ as OrInput } from './OrInput-c005a759.js';
|
|
44
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-5efcb134.js';
|
|
44
45
|
export { _ as OrLabel } from './OrLabel-931394a5.js';
|
|
45
46
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
|
|
46
47
|
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-3679a61f.js';
|
|
@@ -59,18 +60,18 @@ export { _ as OrNumberInput } from './OrNumberInput-eb0e7087.js';
|
|
|
59
60
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-1a82785c.js';
|
|
60
61
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
61
62
|
export { _ as OrOverlayV3 } from './OrOverlay-2ce3cfd7.js';
|
|
62
|
-
export { _ as OrPassword } from './OrPassword-239dfa7a.js';
|
|
63
63
|
export { _ as OrPaginationV3 } from './OrPagination-4d330d4f.js';
|
|
64
|
+
export { _ as OrPassword } from './OrPassword-239dfa7a.js';
|
|
64
65
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-e6f20dc1.js';
|
|
65
66
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-29957e64.js';
|
|
66
67
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
67
68
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
68
69
|
export { _ as OrRadioV3 } from './OrRadio-26031dd3.js';
|
|
69
70
|
export { _ as OrSearch } from './OrSearch-2fbdbec9.js';
|
|
70
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
71
|
+
export { _ as OrSearchV3 } from './OrSearch-12782f78.js';
|
|
71
72
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-a1ea5b72.js';
|
|
72
73
|
export { _ as OrSelect } from './OrSelect-03e79c4b.js';
|
|
73
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
74
|
+
export { _ as OrSelectV3 } from './OrSelect-78c2adc6.js';
|
|
74
75
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
75
76
|
export { _ as OrSidebarV3 } from './OrSidebar-6431f9f0.js';
|
|
76
77
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-fbbac5f0.js';
|
|
@@ -92,7 +93,7 @@ export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
|
92
93
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
93
94
|
export { _ as OrTextV3 } from './OrText-6097bca5.js';
|
|
94
95
|
export { _ as OrTextarea } from './OrTextarea-724a4d6f.js';
|
|
95
|
-
export { _ as OrTextareaV3 } from './OrTextarea-
|
|
96
|
+
export { _ as OrTextareaV3 } from './OrTextarea-839a422d.js';
|
|
96
97
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-cd85a59f.js';
|
|
97
98
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-41b56042.js';
|
|
98
99
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
@@ -101,7 +102,7 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-06654
|
|
|
101
102
|
export { _ as OrTooltip } from './OrTooltip-cefc51f9.js';
|
|
102
103
|
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-154aac4c.js';
|
|
103
104
|
export { _ as OrTooltipV3 } from './OrTooltip-2c09dcaf.js';
|
|
104
|
-
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-
|
|
105
|
+
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
105
106
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
106
107
|
export { u as useElevation } from './useElevation-92fce12c.js';
|
|
107
108
|
export { u as useOverflow } from './useOverflow-af6161c8.js';
|
|
@@ -5,8 +5,8 @@ import { s as script$6 } from './OrIcon-62793572.js';
|
|
|
5
5
|
import { s as script$5 } from './OrMenuItem-dbee450f.js';
|
|
6
6
|
import { s as script$4 } from './OrMenu-053a9ab7.js';
|
|
7
7
|
import './OrPopover-3ac8f589.js';
|
|
8
|
-
import { s as script$7 } from './OrSearch-
|
|
9
|
-
import './OrInputBox-
|
|
8
|
+
import { s as script$7 } from './OrSearch-9989bb31.js';
|
|
9
|
+
import './OrInputBox-901887a1.js';
|
|
10
10
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createVNode, withCtx, createBlock, createCommentVNode, normalizeProps, guardReactiveProps } from 'vue';
|
|
11
11
|
|
|
12
12
|
const CardCollectionRoot = [
|
|
@@ -2,7 +2,7 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
|
2
2
|
import { logicAnd } from '@vueuse/math';
|
|
3
3
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
4
4
|
import { s as script$2, a as ButtonColor } from './OrButton-5a850657.js';
|
|
5
|
-
import { s as script$3 } from './OrInput-
|
|
5
|
+
import { s as script$3 } from './OrInput-dae6e478.js';
|
|
6
6
|
import { s as script$1 } from './OrOverlay-7cf03aea.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
8
8
|
|