@onereach/ui-components 4.12.0 → 4.12.1-beta.2983.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/components/OrCardCollectionV3/OrCardCollection.js +26 -62
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +2 -25
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +6 -4
- package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +6 -5
- package/dist/bundled/v2/components/OrCardCollectionV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrMenuItemV3/styles.js +3 -1
- package/dist/bundled/v2/components/OrSortingV3/OrSortingV3.js +160 -0
- package/dist/bundled/v2/components/OrSortingV3/OrSortingV3.vue.d.ts +69 -0
- package/dist/bundled/v2/components/OrSortingV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrSortingV3/index.js +34 -0
- package/dist/bundled/v2/components/OrSortingV3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/OrSortingV3/styles.js +6 -0
- package/dist/bundled/v2/components/OrSortingV3/types.d.ts +4 -0
- package/dist/bundled/v2/components/index.d.ts +1 -1
- package/dist/bundled/v2/components/index.js +3 -3
- package/dist/bundled/v2/index.js +4 -4
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-9d20dd3c.js → OrCardCollection.vue_vue_type_script_lang-9597e400.js} +5 -30
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-d94c33ca.js → OrDatePicker.vue_vue_type_script_lang-04af0e24.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-46b1735a.js → OrDateTimePicker.vue_vue_type_script_lang-ec06a304.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-57340c1e.js → OrDateTimePickerMonthSelect-1e284be4.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-32a27808.js → OrPagination.vue_vue_type_script_lang-f4c61af9.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-69c5cd67.js → OrSelect.vue_vue_type_script_lang-fe9a7e7c.js} +1 -1
- package/dist/bundled/v3/OrSortingV3.vue_vue_type_script_lang-1bb22099.js +68 -0
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-e9ea6c28.js → OrTabs.vue_vue_type_script_lang-366b95d9.js} +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +26 -51
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +2 -5
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +10 -7
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +6 -5
- package/dist/bundled/v3/components/OrCardCollectionV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +4 -4
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +4 -4
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +3 -3
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +2 -2
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +3 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +3 -3
- package/dist/bundled/v3/components/OrPaginationV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSortingV3/OrSortingV3.js +88 -0
- package/dist/bundled/v3/components/OrSortingV3/OrSortingV3.vue.d.ts +36 -0
- package/dist/bundled/v3/components/OrSortingV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrSortingV3/index.js +42 -0
- package/dist/bundled/v3/components/OrSortingV3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/OrSortingV3/styles.js +6 -0
- package/dist/bundled/v3/components/OrSortingV3/types.d.ts +4 -0
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +3 -3
- package/dist/bundled/v3/components/OrTabsV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +1 -1
- package/dist/bundled/v3/components/index.js +12 -11
- package/dist/bundled/v3/index.js +15 -15
- package/dist/esm/v2/{OrCardCollection-d29b850c.js → OrCardCollection-4e2fba5e.js} +24 -65
- package/dist/esm/v2/{OrDatePicker-365c393c.js → OrDatePicker-078c3498.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker-665b1585.js → OrDateTimePicker-22febde1.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-a59d2087.js → OrDateTimePicker.vue_rollup-plugin-vue_script-f843a18d.js} +1 -1
- package/dist/esm/v2/{OrDateTimePickerPopoverHeader-3a99a29d.js → OrDateTimePickerPopoverHeader-f4dabe74.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-b5bb6e11.js → OrMenuItem-8af38fc8.js} +3 -1
- package/dist/esm/v2/{OrPagination-b9a941dd.js → OrPagination-05a1c01b.js} +1 -1
- package/dist/esm/v2/{OrSelect-9893819d.js → OrSelect-925d2b50.js} +1 -1
- package/dist/esm/v2/OrSortingV3-6b5f1b51.js +139 -0
- package/dist/esm/v2/{OrTabs-80db5b36.js → OrTabs-e5b6986c.js} +1 -1
- package/dist/esm/v2/{OrTimePicker-13232692.js → OrTimePicker-3860cda8.js} +2 -2
- package/dist/esm/v2/components/index.d.ts +1 -1
- package/dist/esm/v2/components/index.js +11 -11
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +2 -25
- package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -7
- package/dist/esm/v2/components/or-card-collection-v3/types.d.ts +0 -4
- package/dist/esm/v2/components/or-date-picker-v3/index.js +3 -3
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-menu-item-v3/index.js +1 -1
- package/dist/esm/v2/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/components/or-sorting-v3/OrSortingV3.vue.d.ts +69 -0
- package/dist/esm/v2/components/or-sorting-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-sorting-v3/index.js +20 -0
- package/dist/esm/v2/components/or-sorting-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-sorting-v3/types.d.ts +4 -0
- package/dist/esm/v2/components/or-tabs-v3/index.js +2 -2
- package/dist/esm/v2/components/or-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/index.js +11 -11
- package/dist/esm/v3/{OrCardCollection-305a9a2d.js → OrCardCollection-46544ba3.js} +25 -75
- package/dist/esm/v3/{OrDatePicker-aac79bce.js → OrDatePicker-4b5a93ad.js} +1 -1
- package/dist/esm/v3/{OrDateTimePicker-5a1af2fe.js → OrDateTimePicker-091fe6ac.js} +1 -1
- package/dist/esm/v3/{OrDateTimePickerPopoverHeader-a478e254.js → OrDateTimePickerPopoverHeader-be89989e.js} +1 -1
- package/dist/esm/v3/{OrMenuItem-331cb96b.js → OrMenuItem-e2344d0e.js} +3 -1
- package/dist/esm/v3/{OrPagination-1018acbc.js → OrPagination-a3904a4d.js} +1 -1
- package/dist/esm/v3/{OrSelect-a310d8be.js → OrSelect-0ef072dc.js} +1 -1
- package/dist/esm/v3/OrSortingV3-1ac9a2d5.js +115 -0
- package/dist/esm/v3/{OrTabs-328f5a69.js → OrTabs-3457d575.js} +1 -1
- package/dist/esm/v3/{OrTimePicker-aaf59858.js → OrTimePicker-c4b02958.js} +2 -2
- package/dist/esm/v3/components/index.d.ts +1 -1
- package/dist/esm/v3/components/index.js +10 -10
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +2 -5
- package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -7
- package/dist/esm/v3/components/or-card-collection-v3/types.d.ts +0 -4
- package/dist/esm/v3/components/or-date-picker-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
- package/dist/esm/v3/components/or-menu-item-v3/index.js +1 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-sorting-v3/OrSortingV3.vue.d.ts +36 -0
- package/dist/esm/v3/components/or-sorting-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-sorting-v3/index.js +19 -0
- package/dist/esm/v3/components/or-sorting-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-sorting-v3/types.d.ts +4 -0
- package/dist/esm/v3/components/or-tabs-v3/index.js +2 -2
- package/dist/esm/v3/components/or-time-picker-v3/index.js +4 -4
- package/dist/esm/v3/index.js +10 -10
- package/package.json +2 -3
- package/src/components/index.ts +1 -1
- package/src/components/or-card-collection-v3/OrCardCollection.vue +17 -58
- package/src/components/or-card-collection-v3/styles.ts +6 -8
- package/src/components/or-card-collection-v3/types.ts +0 -5
- package/src/components/or-menu-item-v3/styles.ts +3 -0
- package/src/components/or-sorting-v3/OrSortingV3.vue +116 -0
- package/src/components/or-sorting-v3/index.ts +2 -0
- package/src/components/or-sorting-v3/styles.ts +5 -0
- package/src/components/or-sorting-v3/types.ts +4 -0
- package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.js +0 -109
- package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +0 -46
- package/dist/bundled/v2/components/OrSortHeaderV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSortHeaderV3/index.js +0 -8
- package/dist/bundled/v2/components/OrSortHeaderV3/styles.d.ts +0 -1
- package/dist/bundled/v2/components/OrSortHeaderV3/styles.js +0 -15
- package/dist/bundled/v2/components/OrSortHeaderV3/types.d.ts +0 -4
- package/dist/bundled/v3/OrSortHeader.vue_vue_type_script_lang-a444d88b.js +0 -57
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.js +0 -30
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +0 -34
- package/dist/bundled/v3/components/OrSortHeaderV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSortHeaderV3/index.js +0 -9
- package/dist/bundled/v3/components/OrSortHeaderV3/styles.d.ts +0 -1
- package/dist/bundled/v3/components/OrSortHeaderV3/styles.js +0 -15
- package/dist/bundled/v3/components/OrSortHeaderV3/types.d.ts +0 -4
- package/dist/esm/v2/OrSortHeader-46a92f09.js +0 -123
- package/dist/esm/v2/components/or-sort-header-v3/OrSortHeader.vue.d.ts +0 -46
- package/dist/esm/v2/components/or-sort-header-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-sort-header-v3/index.js +0 -8
- package/dist/esm/v2/components/or-sort-header-v3/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-sort-header-v3/types.d.ts +0 -4
- package/dist/esm/v3/OrSortHeader-21a443f9.js +0 -93
- package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +0 -34
- package/dist/esm/v3/components/or-sort-header-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-sort-header-v3/index.js +0 -8
- package/dist/esm/v3/components/or-sort-header-v3/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-sort-header-v3/types.d.ts +0 -4
- package/src/components/or-sort-header-v3/OrSortHeader.docs.mdx +0 -3
- package/src/components/or-sort-header-v3/OrSortHeader.stories3.ts +0 -125
- package/src/components/or-sort-header-v3/OrSortHeader.vue +0 -95
- package/src/components/or-sort-header-v3/index.ts +0 -2
- package/src/components/or-sort-header-v3/styles.ts +0 -21
- package/src/components/or-sort-header-v3/types.ts +0 -4
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-232c4dda.js → OrDateTimePickerMonthSelect-2e61ba21.js} +0 -0
- /package/dist/bundled/v2/components/{OrSortHeaderV3 → OrSortingV3}/types.js +0 -0
- /package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-f35dcab4.js → OrMenuItem.vue_vue_type_script_lang-8f6994d5.js} +0 -0
- /package/dist/bundled/v3/components/{OrSortHeaderV3 → OrSortingV3}/types.js +0 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
|
+
import { s as script$1 } from './OrMenu-dbe1db1e.js';
|
|
3
|
+
import './OrPopover-94dc1203.js';
|
|
4
|
+
import { s as script$2 } from './OrMenuItem-e2344d0e.js';
|
|
5
|
+
import { s as script$3 } from './OrButton-c2b6aa9e.js';
|
|
6
|
+
import { s as script$4 } from './OrIcon-62793572.js';
|
|
7
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, toDisplayString, createBlock, createCommentVNode, Fragment, renderList, createTextVNode } from 'vue';
|
|
8
|
+
|
|
9
|
+
const SortingRoot = [];
|
|
10
|
+
const SortingLabel = [
|
|
11
|
+
// Theme
|
|
12
|
+
'text-on-background dark:text-on-background-dark'];
|
|
13
|
+
|
|
14
|
+
var script = defineComponent({
|
|
15
|
+
name: 'OrSorting',
|
|
16
|
+
components: {
|
|
17
|
+
OrMenu: script$1,
|
|
18
|
+
OrMenuItem: script$2,
|
|
19
|
+
OrButton: script$3,
|
|
20
|
+
OrIcon: script$4
|
|
21
|
+
},
|
|
22
|
+
props: {
|
|
23
|
+
sort: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: undefined
|
|
26
|
+
},
|
|
27
|
+
options: {
|
|
28
|
+
type: Array,
|
|
29
|
+
default: () => []
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
emits: ['change'],
|
|
33
|
+
setup(props, context) {
|
|
34
|
+
// Refs
|
|
35
|
+
const root = ref();
|
|
36
|
+
const sortMenu = ref();
|
|
37
|
+
const sortButton = ref();
|
|
38
|
+
// State
|
|
39
|
+
const proxySort = ref(props.sort);
|
|
40
|
+
const sortLabel = computed(() => {
|
|
41
|
+
var _a;
|
|
42
|
+
return (_a = props.options.find(item => item.value === props.sort)) === null || _a === void 0 ? void 0 : _a.label;
|
|
43
|
+
});
|
|
44
|
+
// Methods
|
|
45
|
+
function handleSort(sort) {
|
|
46
|
+
proxySort.value = sort;
|
|
47
|
+
}
|
|
48
|
+
// Effects
|
|
49
|
+
watch(() => props.sort, value => {
|
|
50
|
+
proxySort.value = value;
|
|
51
|
+
});
|
|
52
|
+
watch(proxySort, value => {
|
|
53
|
+
context.emit('change', value);
|
|
54
|
+
});
|
|
55
|
+
const rootStyles = computed(() => ['or-sorting-v3', ...SortingRoot]);
|
|
56
|
+
const sortLabelStyles = computed(() => [...SortingLabel]);
|
|
57
|
+
return {
|
|
58
|
+
root,
|
|
59
|
+
sortMenu,
|
|
60
|
+
sortButton,
|
|
61
|
+
sortLabel,
|
|
62
|
+
proxySort,
|
|
63
|
+
handleSort,
|
|
64
|
+
rootStyles,
|
|
65
|
+
sortLabelStyles
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
71
|
+
const _component_OrIcon = resolveComponent("OrIcon");
|
|
72
|
+
const _component_OrButton = resolveComponent("OrButton");
|
|
73
|
+
const _component_OrMenuItem = resolveComponent("OrMenuItem");
|
|
74
|
+
const _component_OrMenu = resolveComponent("OrMenu");
|
|
75
|
+
return openBlock(), createElementBlock("div", {
|
|
76
|
+
ref: _ctx.root,
|
|
77
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
78
|
+
}, [createVNode(_component_OrButton, {
|
|
79
|
+
ref: "sortButton",
|
|
80
|
+
variant: "link",
|
|
81
|
+
color: "primary",
|
|
82
|
+
onClick: _cache[0] || (_cache[0] = $event => _ctx.sortMenu.toggle())
|
|
83
|
+
}, {
|
|
84
|
+
default: withCtx(() => [createElementVNode("span", {
|
|
85
|
+
class: normalizeClass(_ctx.sortLabelStyles)
|
|
86
|
+
}, toDisplayString(_ctx.sortLabel), 3 /* TEXT, CLASS */), _ctx.sortMenu ? (openBlock(), createBlock(_component_OrIcon, {
|
|
87
|
+
key: 0,
|
|
88
|
+
icon: _ctx.sortMenu.state === 'open' ? 'arrow_drop_up' : 'arrow_drop_down'
|
|
89
|
+
}, null, 8 /* PROPS */, ["icon"])) : createCommentVNode("v-if", true)]),
|
|
90
|
+
_: 1 /* STABLE */
|
|
91
|
+
}, 512 /* NEED_PATCH */), createVNode(_component_OrMenu, {
|
|
92
|
+
ref: "sortMenu",
|
|
93
|
+
trigger: _ctx.sortButton && _ctx.sortButton.root,
|
|
94
|
+
placement: "bottom-start"
|
|
95
|
+
}, {
|
|
96
|
+
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, item => {
|
|
97
|
+
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
98
|
+
key: item.value,
|
|
99
|
+
selected: item.value === _ctx.proxySort,
|
|
100
|
+
onClick: $event => _ctx.handleSort(item.value)
|
|
101
|
+
}, {
|
|
102
|
+
default: withCtx(() => [createTextVNode(toDisplayString(item.label), 1 /* TEXT */)]),
|
|
103
|
+
|
|
104
|
+
_: 2 /* DYNAMIC */
|
|
105
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["selected", "onClick"]);
|
|
106
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
107
|
+
|
|
108
|
+
_: 1 /* STABLE */
|
|
109
|
+
}, 8 /* PROPS */, ["trigger"])], 2 /* CLASS */);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
script.render = render;
|
|
113
|
+
script.__file = "src/components/or-sorting-v3/OrSortingV3.vue";
|
|
114
|
+
|
|
115
|
+
export { script as s };
|
|
@@ -4,7 +4,7 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
7
|
-
import { s as script$3 } from './OrMenuItem-
|
|
7
|
+
import { s as script$3 } from './OrMenuItem-e2344d0e.js';
|
|
8
8
|
import { s as script$2 } from './OrMenu-dbe1db1e.js';
|
|
9
9
|
import './OrPopover-94dc1203.js';
|
|
10
10
|
import { s as script$4 } from './OrTab-2d567d8e.js';
|
|
@@ -4,8 +4,8 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
|
-
import { b as script$1, d as script$2, e as script$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
8
|
-
import { a as script$4, b as script$5, D as DateTimePickerTimeFormat } from './OrDateTimePicker-
|
|
7
|
+
import { b as script$1, d as script$2, e as script$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-be89989e.js';
|
|
8
|
+
import { a as script$4, b as script$5, D as DateTimePickerTimeFormat } from './OrDateTimePicker-091fe6ac.js';
|
|
9
9
|
import { s as script$6 } from './OrError-c01d0c29.js';
|
|
10
10
|
import { s as script$7 } from './OrHint-06ab89d7.js';
|
|
11
11
|
import { s as script$9 } from './OrIconButton-80f76b73.js';
|
|
@@ -80,7 +80,7 @@ export * from './or-sidebar-v3';
|
|
|
80
80
|
export * from './or-skeleton';
|
|
81
81
|
export * from './or-skeleton-v3';
|
|
82
82
|
export * from './or-slider';
|
|
83
|
-
export * from './or-
|
|
83
|
+
export * from './or-sorting-v3';
|
|
84
84
|
export * from './or-stepper';
|
|
85
85
|
export * from './or-switch';
|
|
86
86
|
export * from './or-switch-v3';
|
|
@@ -7,7 +7,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-c2b6aa9e.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-b9218f98.js';
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-46544ba3.js';
|
|
11
11
|
export { s as OrCardV3 } from '../OrCard-cc82902c.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-72ae9748.js';
|
|
13
13
|
export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-9a8ab902.js';
|
|
@@ -23,9 +23,9 @@ export { s as OrCombinedInputV3 } from '../OrCombinedInput-e3891038.js';
|
|
|
23
23
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-32b37b17.js';
|
|
24
24
|
export { s as OrConfirm } from '../OrConfirm-704f817e.js';
|
|
25
25
|
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-438e906e.js';
|
|
26
|
-
export { s as OrDatePickerV3 } from '../OrDatePicker-
|
|
26
|
+
export { s as OrDatePickerV3 } from '../OrDatePicker-4b5a93ad.js';
|
|
27
27
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-c19dcefc.js';
|
|
28
|
-
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerV3, D as TimePickerFormat } from '../OrDateTimePicker-
|
|
28
|
+
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerV3, D as TimePickerFormat } from '../OrDateTimePicker-091fe6ac.js';
|
|
29
29
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-5349a1f9.js';
|
|
30
30
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
31
31
|
export { s as OrErrorTagV3 } from '../OrErrorTag-ade9192b.js';
|
|
@@ -52,7 +52,7 @@ export { s as OrList } from '../OrList-042d8681.js';
|
|
|
52
52
|
export { s as OrListOfInputs } from '../OrListOfInputs-ce0d6ac0.js';
|
|
53
53
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader-7b006619.js';
|
|
54
54
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-b79022da.js';
|
|
55
|
-
export { s as OrMenuItemV3 } from '../OrMenuItem-
|
|
55
|
+
export { s as OrMenuItemV3 } from '../OrMenuItem-e2344d0e.js';
|
|
56
56
|
export { s as OrMenuV3 } from '../OrMenu-dbe1db1e.js';
|
|
57
57
|
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-94dc1203.js';
|
|
58
58
|
export { s as OrModal, O as OrModalSizes } from '../OrModal-f3a4813a.js';
|
|
@@ -63,7 +63,7 @@ export { s as OrNumberInput } from '../OrNumberInput-249caf96.js';
|
|
|
63
63
|
export { s as OrOverflowMenu } from '../OrOverflowMenu-4d0bf63a.js';
|
|
64
64
|
export { s as OrOverlay } from '../OrOverlay-451dce49.js';
|
|
65
65
|
export { s as OrOverlayV3 } from '../OrOverlay-489fdf76.js';
|
|
66
|
-
export { s as OrPaginationV3 } from '../OrPagination-
|
|
66
|
+
export { s as OrPaginationV3 } from '../OrPagination-a3904a4d.js';
|
|
67
67
|
export { s as OrPassword } from '../OrPassword-cd8a3c46.js';
|
|
68
68
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-aa2ea84b.js';
|
|
69
69
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-a54a42c0.js';
|
|
@@ -75,7 +75,7 @@ export { s as OrSearch } from '../OrSearch-d0c8aca7.js';
|
|
|
75
75
|
export { s as OrSearchV3 } from '../OrSearch-daab0e0b.js';
|
|
76
76
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-c8eb217d.js';
|
|
77
77
|
export { s as OrSelect } from '../OrSelect-60205145.js';
|
|
78
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
78
|
+
export { s as OrSelectV3 } from '../OrSelect-0ef072dc.js';
|
|
79
79
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
|
|
80
80
|
export { s as OrSidebarV3 } from '../OrSidebar-fadc2431.js';
|
|
81
81
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-e0cbeaa5.js';
|
|
@@ -87,7 +87,7 @@ export { s as OrSkeletonCircleV3 } from '../OrSkeletonCircle-1eae069b.js';
|
|
|
87
87
|
export { s as OrSkeletonRectV3 } from '../OrSkeletonRect-ba5df861.js';
|
|
88
88
|
export { s as OrSkeletonTextV3 } from '../OrSkeletonText-3c3207d0.js';
|
|
89
89
|
export { s as OrSlider } from '../OrSlider-eead916e.js';
|
|
90
|
-
export { s as
|
|
90
|
+
export { s as OrSortingV3 } from '../OrSortingV3-1ac9a2d5.js';
|
|
91
91
|
export { s as OrStepper } from '../OrStepper-651a619a.js';
|
|
92
92
|
export { s as OrSwitch } from '../OrSwitch-10747a24.js';
|
|
93
93
|
export { s as OrSwitchV3 } from '../OrSwitch-a6efd081.js';
|
|
@@ -95,7 +95,7 @@ export { s as OrTab } from '../OrTab-d8d4e871.js';
|
|
|
95
95
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem-c2af7ca3.js';
|
|
96
96
|
export { s as OrTabV3 } from '../OrTab-2d567d8e.js';
|
|
97
97
|
export { s as OrTabs } from '../OrTabs-3da3ea89.js';
|
|
98
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
98
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-3457d575.js';
|
|
99
99
|
export { s as OrTag } from '../OrTag-a2197abd.js';
|
|
100
100
|
export { s as OrTagInputV3 } from '../OrTagInput-e4f50a88.js';
|
|
101
101
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-d882091d.js';
|
|
@@ -106,7 +106,7 @@ export { s as OrTextV3 } from '../OrText-d54c951d.js';
|
|
|
106
106
|
export { s as OrTextarea } from '../OrTextarea-31b54c7e.js';
|
|
107
107
|
export { s as OrTextareaV3 } from '../OrTextarea-6202e867.js';
|
|
108
108
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-8d2903db.js';
|
|
109
|
-
export { s as OrTimePickerV3 } from '../OrTimePicker-
|
|
109
|
+
export { s as OrTimePickerV3 } from '../OrTimePicker-c4b02958.js';
|
|
110
110
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-72b52576.js';
|
|
111
111
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-b5ea5cb2.js';
|
|
112
112
|
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-af0b6bbd.js';
|
|
@@ -144,7 +144,7 @@ import 'lodash/isElement';
|
|
|
144
144
|
import 'lodash/get';
|
|
145
145
|
import '@vueuse/math';
|
|
146
146
|
import '../dropdown-open-e1f90e0a.js';
|
|
147
|
-
import '../OrDateTimePickerPopoverHeader-
|
|
147
|
+
import '../OrDateTimePickerPopoverHeader-be89989e.js';
|
|
148
148
|
import 'lodash/padStart';
|
|
149
149
|
import '@floating-ui/dom';
|
|
150
150
|
import '../useResponsive-a02e95b7.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
import {
|
|
2
|
+
import { SortOption } from '../or-sorting-v3';
|
|
3
|
+
import { CardCollectionItem, ViewMode } from './types';
|
|
3
4
|
declare const _default: import("vue-demi").DefineComponent<{
|
|
4
5
|
items: {
|
|
5
6
|
type: PropType<CardCollectionItem[]>;
|
|
@@ -35,17 +36,13 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
35
36
|
};
|
|
36
37
|
}, {
|
|
37
38
|
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
38
|
-
sortMenu: import("vue-demi").Ref<any>;
|
|
39
|
-
sortButton: import("vue-demi").Ref<any>;
|
|
40
39
|
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
41
40
|
toolbarStyles: import("vue-demi").ComputedRef<string[]>;
|
|
42
41
|
toolbarPanelStyles: import("vue-demi").ComputedRef<string[]>;
|
|
43
42
|
proxyView: import("vue-demi").Ref<string>;
|
|
44
|
-
proxySort: import("vue-demi").Ref<string | undefined>;
|
|
45
43
|
proxySearch: import("vue-demi").Ref<string>;
|
|
46
44
|
sortLabel: import("vue-demi").ComputedRef<string | undefined>;
|
|
47
45
|
switchView: (view: string) => void;
|
|
48
|
-
handleSort: (sort: string) => void;
|
|
49
46
|
handleSearch: (search: string) => void;
|
|
50
47
|
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("viewChange" | "sortChange" | "searchChange")[], "viewChange" | "sortChange" | "searchChange", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
51
48
|
items: {
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-46544ba3.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrButton-c2b6aa9e.js';
|
|
4
|
-
import '../../OrLoader-b79022da.js';
|
|
5
|
-
import '@vueuse/core';
|
|
6
|
-
import 'vue';
|
|
7
3
|
import '../../OrIconButton-80f76b73.js';
|
|
8
4
|
import '../../OrIcon-62793572.js';
|
|
5
|
+
import 'vue';
|
|
9
6
|
import '../../OrTooltip-d7d40e38.js';
|
|
7
|
+
import '@vueuse/core';
|
|
10
8
|
import '../../usePopoverState-b92c698b.js';
|
|
11
9
|
import '@onereach/styles/tailwind.config';
|
|
12
10
|
import 'tailwindcss/resolveConfig';
|
|
@@ -17,8 +15,6 @@ import '../../useResponsive-a02e95b7.js';
|
|
|
17
15
|
import '../../OrBottomSheet-79db2626.js';
|
|
18
16
|
import '../../OrOverlay-489fdf76.js';
|
|
19
17
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
20
|
-
import '../../OrMenuItem-331cb96b.js';
|
|
21
|
-
import '../../OrMenu-dbe1db1e.js';
|
|
22
18
|
import '../../OrSearch-daab0e0b.js';
|
|
23
19
|
import '../../OrInput-05ac6369.js';
|
|
24
20
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -28,4 +24,9 @@ import '../../OrError-c01d0c29.js';
|
|
|
28
24
|
import '../../OrHint-06ab89d7.js';
|
|
29
25
|
import '../../OrInputBox-32b37b17.js';
|
|
30
26
|
import '../../OrLabel-4da56db0.js';
|
|
27
|
+
import '../../OrLoader-b79022da.js';
|
|
31
28
|
import '../../style-inject.es-4c6f2515.js';
|
|
29
|
+
import '../../OrSortingV3-1ac9a2d5.js';
|
|
30
|
+
import '../../OrMenu-dbe1db1e.js';
|
|
31
|
+
import '../../OrMenuItem-e2344d0e.js';
|
|
32
|
+
import '../../OrButton-c2b6aa9e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../../OrDatePicker-4b5a93ad.js';
|
|
2
2
|
export { I as DatePickerSize } from '../../OrInputBox-32b37b17.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -6,7 +6,7 @@ import '@vueuse/core';
|
|
|
6
6
|
import '../../useProxyModelValue-940010d2.js';
|
|
7
7
|
import '@onereach/styles/tailwind.config';
|
|
8
8
|
import 'tailwindcss/resolveConfig';
|
|
9
|
-
import '../../OrDateTimePickerPopoverHeader-
|
|
9
|
+
import '../../OrDateTimePickerPopoverHeader-be89989e.js';
|
|
10
10
|
import 'vue';
|
|
11
11
|
import '../../OrButton-c2b6aa9e.js';
|
|
12
12
|
import '../../OrLoader-b79022da.js';
|
|
@@ -22,7 +22,7 @@ import '../../useResponsive-a02e95b7.js';
|
|
|
22
22
|
import '../../OrBottomSheet-79db2626.js';
|
|
23
23
|
import '../../OrOverlay-489fdf76.js';
|
|
24
24
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
25
|
-
import '../../OrMenuItem-
|
|
25
|
+
import '../../OrMenuItem-e2344d0e.js';
|
|
26
26
|
import '../../OrMenu-dbe1db1e.js';
|
|
27
27
|
import '../../OrError-c01d0c29.js';
|
|
28
28
|
import '../../OrHint-06ab89d7.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
1
|
+
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerV3 } from '../../OrDateTimePicker-091fe6ac.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../../OrInputBox-32b37b17.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -21,8 +21,8 @@ import '../../OrBottomSheet-79db2626.js';
|
|
|
21
21
|
import '../../OrOverlay-489fdf76.js';
|
|
22
22
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
23
23
|
import '../../OrLabel-4da56db0.js';
|
|
24
|
-
import '../../OrDateTimePickerPopoverHeader-
|
|
24
|
+
import '../../OrDateTimePickerPopoverHeader-be89989e.js';
|
|
25
25
|
import '../../OrButton-c2b6aa9e.js';
|
|
26
26
|
import '../../OrLoader-b79022da.js';
|
|
27
|
-
import '../../OrMenuItem-
|
|
27
|
+
import '../../OrMenuItem-e2344d0e.js';
|
|
28
28
|
import '../../OrMenu-dbe1db1e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { s as OrPaginationV3 } from '../../OrPagination-a3904a4d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../useProxyModelValue-940010d2.js';
|
|
@@ -9,7 +9,7 @@ import '../../OrButton-c2b6aa9e.js';
|
|
|
9
9
|
import '../../OrLoader-b79022da.js';
|
|
10
10
|
import 'vue';
|
|
11
11
|
import '../../OrIcon-62793572.js';
|
|
12
|
-
import '../../OrMenuItem-
|
|
12
|
+
import '../../OrMenuItem-e2344d0e.js';
|
|
13
13
|
import '../../OrMenu-dbe1db1e.js';
|
|
14
14
|
import '../../usePopoverState-b92c698b.js';
|
|
15
15
|
import '../../OrPopover-94dc1203.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect-0ef072dc.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox-32b37b17.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -29,5 +29,5 @@ import '../../OrBottomSheet-79db2626.js';
|
|
|
29
29
|
import '../../OrOverlay-489fdf76.js';
|
|
30
30
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
31
31
|
import '../../OrLoader-b79022da.js';
|
|
32
|
-
import '../../OrMenuItem-
|
|
32
|
+
import '../../OrMenuItem-e2344d0e.js';
|
|
33
33
|
import '../../OrTag-d882091d.js';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { SortOption } from './types';
|
|
3
|
+
declare const _default: import("vue-demi").DefineComponent<{
|
|
4
|
+
sort: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
options: {
|
|
9
|
+
type: PropType<SortOption[]>;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
}, {
|
|
13
|
+
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
14
|
+
sortMenu: import("vue-demi").Ref<any>;
|
|
15
|
+
sortButton: import("vue-demi").Ref<any>;
|
|
16
|
+
sortLabel: import("vue-demi").ComputedRef<string | undefined>;
|
|
17
|
+
proxySort: import("vue-demi").Ref<string | undefined>;
|
|
18
|
+
handleSort: (sort: string) => void;
|
|
19
|
+
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
20
|
+
sortLabelStyles: import("vue-demi").ComputedRef<string[]>;
|
|
21
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "change"[], "change", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
22
|
+
sort: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: undefined;
|
|
25
|
+
};
|
|
26
|
+
options: {
|
|
27
|
+
type: PropType<SortOption[]>;
|
|
28
|
+
default: () => never[];
|
|
29
|
+
};
|
|
30
|
+
}>> & {
|
|
31
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
sort: string;
|
|
34
|
+
options: SortOption[];
|
|
35
|
+
}>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export { s as OrSortingV3 } from '../../OrSortingV3-1ac9a2d5.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '../../OrMenu-dbe1db1e.js';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import '../../usePopoverState-b92c698b.js';
|
|
6
|
+
import '@onereach/styles/tailwind.config';
|
|
7
|
+
import 'tailwindcss/resolveConfig';
|
|
8
|
+
import '../../OrPopover-94dc1203.js';
|
|
9
|
+
import '@floating-ui/dom';
|
|
10
|
+
import '../../useElevation-a50ec347.js';
|
|
11
|
+
import '../../useResponsive-a02e95b7.js';
|
|
12
|
+
import '../../OrBottomSheet-79db2626.js';
|
|
13
|
+
import '../../OrOverlay-489fdf76.js';
|
|
14
|
+
import '../../OrTeleport.vue3-8099178c.js';
|
|
15
|
+
import 'vue';
|
|
16
|
+
import '../../OrMenuItem-e2344d0e.js';
|
|
17
|
+
import '../../OrIcon-62793572.js';
|
|
18
|
+
import '../../OrButton-c2b6aa9e.js';
|
|
19
|
+
import '../../OrLoader-b79022da.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs-3457d575.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useProxyModelValue-940010d2.js';
|
|
@@ -6,7 +6,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import '../../OrIcon-62793572.js';
|
|
8
8
|
import 'vue';
|
|
9
|
-
import '../../OrMenuItem-
|
|
9
|
+
import '../../OrMenuItem-e2344d0e.js';
|
|
10
10
|
import '../../OrMenu-dbe1db1e.js';
|
|
11
11
|
import '../../usePopoverState-b92c698b.js';
|
|
12
12
|
import '../../OrPopover-94dc1203.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as OrTimePickerV3 } from '../../OrTimePicker-
|
|
2
|
-
export { D as TimePickerFormat } from '../../OrDateTimePicker-
|
|
1
|
+
export { s as OrTimePickerV3 } from '../../OrTimePicker-c4b02958.js';
|
|
2
|
+
export { D as TimePickerFormat } from '../../OrDateTimePicker-091fe6ac.js';
|
|
3
3
|
export { I as TimePickerSize } from '../../OrInputBox-32b37b17.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -7,7 +7,7 @@ import '@vueuse/core';
|
|
|
7
7
|
import '../../useProxyModelValue-940010d2.js';
|
|
8
8
|
import '@onereach/styles/tailwind.config';
|
|
9
9
|
import 'tailwindcss/resolveConfig';
|
|
10
|
-
import '../../OrDateTimePickerPopoverHeader-
|
|
10
|
+
import '../../OrDateTimePickerPopoverHeader-be89989e.js';
|
|
11
11
|
import 'vue';
|
|
12
12
|
import '../../OrButton-c2b6aa9e.js';
|
|
13
13
|
import '../../OrLoader-b79022da.js';
|
|
@@ -23,7 +23,7 @@ import '../../useResponsive-a02e95b7.js';
|
|
|
23
23
|
import '../../OrBottomSheet-79db2626.js';
|
|
24
24
|
import '../../OrOverlay-489fdf76.js';
|
|
25
25
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
26
|
-
import '../../OrMenuItem-
|
|
26
|
+
import '../../OrMenuItem-e2344d0e.js';
|
|
27
27
|
import '../../OrMenu-dbe1db1e.js';
|
|
28
28
|
import '../../OrError-c01d0c29.js';
|
|
29
29
|
import '../../OrHint-06ab89d7.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -7,7 +7,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-c2b6aa9e.js';
|
|
8
8
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-b9218f98.js';
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-46544ba3.js';
|
|
11
11
|
export { s as OrCardV3 } from './OrCard-cc82902c.js';
|
|
12
12
|
export { s as OrCheckbox } from './OrCheckbox-72ae9748.js';
|
|
13
13
|
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-9a8ab902.js';
|
|
@@ -23,9 +23,9 @@ export { s as OrCombinedInputV3 } from './OrCombinedInput-e3891038.js';
|
|
|
23
23
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox-32b37b17.js';
|
|
24
24
|
export { s as OrConfirm } from './OrConfirm-704f817e.js';
|
|
25
25
|
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-438e906e.js';
|
|
26
|
-
export { s as OrDatePickerV3 } from './OrDatePicker-
|
|
26
|
+
export { s as OrDatePickerV3 } from './OrDatePicker-4b5a93ad.js';
|
|
27
27
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-c19dcefc.js';
|
|
28
|
-
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerV3, D as TimePickerFormat } from './OrDateTimePicker-
|
|
28
|
+
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerV3, D as TimePickerFormat } from './OrDateTimePicker-091fe6ac.js';
|
|
29
29
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-5349a1f9.js';
|
|
30
30
|
export { s as OrError } from './OrError-f90296db.js';
|
|
31
31
|
export { s as OrErrorTagV3 } from './OrErrorTag-ade9192b.js';
|
|
@@ -52,7 +52,7 @@ export { s as OrList } from './OrList-042d8681.js';
|
|
|
52
52
|
export { s as OrListOfInputs } from './OrListOfInputs-ce0d6ac0.js';
|
|
53
53
|
export { L as LoaderViews, s as OrLoader } from './OrLoader-7b006619.js';
|
|
54
54
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-b79022da.js';
|
|
55
|
-
export { s as OrMenuItemV3 } from './OrMenuItem-
|
|
55
|
+
export { s as OrMenuItemV3 } from './OrMenuItem-e2344d0e.js';
|
|
56
56
|
export { s as OrMenuV3 } from './OrMenu-dbe1db1e.js';
|
|
57
57
|
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-94dc1203.js';
|
|
58
58
|
export { s as OrModal, O as OrModalSizes } from './OrModal-f3a4813a.js';
|
|
@@ -63,7 +63,7 @@ export { s as OrNumberInput } from './OrNumberInput-249caf96.js';
|
|
|
63
63
|
export { s as OrOverflowMenu } from './OrOverflowMenu-4d0bf63a.js';
|
|
64
64
|
export { s as OrOverlay } from './OrOverlay-451dce49.js';
|
|
65
65
|
export { s as OrOverlayV3 } from './OrOverlay-489fdf76.js';
|
|
66
|
-
export { s as OrPaginationV3 } from './OrPagination-
|
|
66
|
+
export { s as OrPaginationV3 } from './OrPagination-a3904a4d.js';
|
|
67
67
|
export { s as OrPassword } from './OrPassword-cd8a3c46.js';
|
|
68
68
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-aa2ea84b.js';
|
|
69
69
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-a54a42c0.js';
|
|
@@ -75,7 +75,7 @@ export { s as OrSearch } from './OrSearch-d0c8aca7.js';
|
|
|
75
75
|
export { s as OrSearchV3 } from './OrSearch-daab0e0b.js';
|
|
76
76
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-c8eb217d.js';
|
|
77
77
|
export { s as OrSelect } from './OrSelect-60205145.js';
|
|
78
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
78
|
+
export { s as OrSelectV3 } from './OrSelect-0ef072dc.js';
|
|
79
79
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-aaf73310.js';
|
|
80
80
|
export { s as OrSidebarV3 } from './OrSidebar-fadc2431.js';
|
|
81
81
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-e0cbeaa5.js';
|
|
@@ -87,7 +87,7 @@ export { s as OrSkeletonCircleV3 } from './OrSkeletonCircle-1eae069b.js';
|
|
|
87
87
|
export { s as OrSkeletonRectV3 } from './OrSkeletonRect-ba5df861.js';
|
|
88
88
|
export { s as OrSkeletonTextV3 } from './OrSkeletonText-3c3207d0.js';
|
|
89
89
|
export { s as OrSlider } from './OrSlider-eead916e.js';
|
|
90
|
-
export { s as
|
|
90
|
+
export { s as OrSortingV3 } from './OrSortingV3-1ac9a2d5.js';
|
|
91
91
|
export { s as OrStepper } from './OrStepper-651a619a.js';
|
|
92
92
|
export { s as OrSwitch } from './OrSwitch-10747a24.js';
|
|
93
93
|
export { s as OrSwitchV3 } from './OrSwitch-a6efd081.js';
|
|
@@ -95,7 +95,7 @@ export { s as OrTab } from './OrTab-d8d4e871.js';
|
|
|
95
95
|
export { s as OrTabHeaderItem } from './OrTabHeaderItem-c2af7ca3.js';
|
|
96
96
|
export { s as OrTabV3 } from './OrTab-2d567d8e.js';
|
|
97
97
|
export { s as OrTabs } from './OrTabs-3da3ea89.js';
|
|
98
|
-
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
98
|
+
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-3457d575.js';
|
|
99
99
|
export { s as OrTag } from './OrTag-a2197abd.js';
|
|
100
100
|
export { s as OrTagInputV3 } from './OrTagInput-e4f50a88.js';
|
|
101
101
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-d882091d.js';
|
|
@@ -106,7 +106,7 @@ export { s as OrTextV3 } from './OrText-d54c951d.js';
|
|
|
106
106
|
export { s as OrTextarea } from './OrTextarea-31b54c7e.js';
|
|
107
107
|
export { s as OrTextareaV3 } from './OrTextarea-6202e867.js';
|
|
108
108
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-8d2903db.js';
|
|
109
|
-
export { s as OrTimePickerV3 } from './OrTimePicker-
|
|
109
|
+
export { s as OrTimePickerV3 } from './OrTimePicker-c4b02958.js';
|
|
110
110
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-72b52576.js';
|
|
111
111
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
112
112
|
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-af0b6bbd.js';
|
|
@@ -148,7 +148,7 @@ import './dom-f1d55b67.js';
|
|
|
148
148
|
import 'lodash/isElement';
|
|
149
149
|
import 'lodash/get';
|
|
150
150
|
import '@vueuse/math';
|
|
151
|
-
import './OrDateTimePickerPopoverHeader-
|
|
151
|
+
import './OrDateTimePickerPopoverHeader-be89989e.js';
|
|
152
152
|
import 'lodash/padStart';
|
|
153
153
|
import '@floating-ui/dom';
|
|
154
154
|
import 'lodash/cloneDeep';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "4.12.0",
|
|
3
|
+
"version": "4.12.1-beta.2983.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -153,6 +153,5 @@
|
|
|
153
153
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
154
154
|
},
|
|
155
155
|
"./package.json": "./package.json"
|
|
156
|
-
}
|
|
157
|
-
"gitHead": "edf68c896928966f4f78ff453e2bc3095f5b885a"
|
|
156
|
+
}
|
|
158
157
|
}
|
package/src/components/index.ts
CHANGED
|
@@ -80,7 +80,7 @@ export * from './or-sidebar-v3';
|
|
|
80
80
|
export * from './or-skeleton';
|
|
81
81
|
export * from './or-skeleton-v3';
|
|
82
82
|
export * from './or-slider';
|
|
83
|
-
export * from './or-
|
|
83
|
+
export * from './or-sorting-v3';
|
|
84
84
|
export * from './or-stepper';
|
|
85
85
|
export * from './or-switch';
|
|
86
86
|
export * from './or-switch-v3';
|