@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
|
@@ -3,17 +3,11 @@ import { CardCollectionContent, CardCollectionContentViews, CardCollectionRoot,
|
|
|
3
3
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString } from 'vue';
|
|
4
4
|
import { gridView, defaultViewModes } from './components/OrCardCollectionV3/props.js';
|
|
5
5
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
|
-
import './components/
|
|
7
|
-
import { s as script$3 } from './
|
|
8
|
-
import './components/OrMenuV3/OrMenu.js';
|
|
9
|
-
import { s as script$4 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
10
|
-
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
11
|
-
import { s as script$5 } from './OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
12
|
-
import './components/OrIconV3/OrIcon.js';
|
|
6
|
+
import './components/OrSortingV3/OrSortingV3.js';
|
|
7
|
+
import { s as script$3 } from './OrSortingV3.vue_vue_type_script_lang-1bb22099.js';
|
|
13
8
|
import './components/OrSearchV3/OrSearch.js';
|
|
14
|
-
import { s as script$
|
|
9
|
+
import { s as script$4 } from './OrSearch.vue_vue_type_script_lang-9d98ed4d.js';
|
|
15
10
|
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
16
|
-
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
17
11
|
|
|
18
12
|
var script$1 = defineComponent({
|
|
19
13
|
name: 'OrCardCollectionView',
|
|
@@ -56,11 +50,8 @@ var script = defineComponent({
|
|
|
56
50
|
components: {
|
|
57
51
|
OrCardCollectionView: script$1,
|
|
58
52
|
OrIconButton: script$2,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
OrMenuItem: script$5,
|
|
62
|
-
OrIcon: script$6,
|
|
63
|
-
OrSearch: script$7
|
|
53
|
+
OrSorting: script$3,
|
|
54
|
+
OrSearch: script$4
|
|
64
55
|
},
|
|
65
56
|
props: {
|
|
66
57
|
items: {
|
|
@@ -101,8 +92,6 @@ var script = defineComponent({
|
|
|
101
92
|
setup(props, context) {
|
|
102
93
|
// Refs
|
|
103
94
|
const root = ref();
|
|
104
|
-
const sortMenu = ref();
|
|
105
|
-
const sortButton = ref();
|
|
106
95
|
// Styles
|
|
107
96
|
const rootStyles = computed(() => ['or-card-collection-v3', ...CardCollectionRoot]);
|
|
108
97
|
const toolbarStyles = computed(() => [...CardCollectionToolbar]);
|
|
@@ -113,15 +102,11 @@ var script = defineComponent({
|
|
|
113
102
|
});
|
|
114
103
|
// State
|
|
115
104
|
const proxyView = ref(props.view);
|
|
116
|
-
const proxySort = ref(props.sort);
|
|
117
105
|
const proxySearch = ref(props.search);
|
|
118
106
|
// Methods
|
|
119
107
|
function switchView(view) {
|
|
120
108
|
proxyView.value = view;
|
|
121
109
|
}
|
|
122
|
-
function handleSort(sort) {
|
|
123
|
-
proxySort.value = sort;
|
|
124
|
-
}
|
|
125
110
|
function handleSearch(search) {
|
|
126
111
|
proxySearch.value = search;
|
|
127
112
|
}
|
|
@@ -132,12 +117,6 @@ var script = defineComponent({
|
|
|
132
117
|
watch(proxyView, value => {
|
|
133
118
|
context.emit('viewChange', value);
|
|
134
119
|
});
|
|
135
|
-
watch(() => props.sort, value => {
|
|
136
|
-
proxySort.value = value;
|
|
137
|
-
});
|
|
138
|
-
watch(proxySort, value => {
|
|
139
|
-
context.emit('sortChange', value);
|
|
140
|
-
});
|
|
141
120
|
watch(() => props.search, value => {
|
|
142
121
|
proxySearch.value = value;
|
|
143
122
|
});
|
|
@@ -146,17 +125,13 @@ var script = defineComponent({
|
|
|
146
125
|
});
|
|
147
126
|
return {
|
|
148
127
|
root,
|
|
149
|
-
sortMenu,
|
|
150
|
-
sortButton,
|
|
151
128
|
rootStyles,
|
|
152
129
|
toolbarStyles,
|
|
153
130
|
toolbarPanelStyles,
|
|
154
131
|
proxyView,
|
|
155
|
-
proxySort,
|
|
156
132
|
proxySearch,
|
|
157
133
|
sortLabel,
|
|
158
134
|
switchView,
|
|
159
|
-
handleSort,
|
|
160
135
|
handleSearch
|
|
161
136
|
};
|
|
162
137
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-1e284be4.js';
|
|
4
4
|
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-4959231c.js';
|
|
5
5
|
import { DatePicker, DatePickerPopover } from './components/OrDatePickerV3/styles.js';
|
|
6
6
|
import './components/OrErrorV3/OrError.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-1e284be4.js';
|
|
4
4
|
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-4959231c.js';
|
|
5
5
|
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-b8cc72af.js';
|
|
6
6
|
import { DateTimePickerTimeFormat } from './components/OrDateTimePickerV3/props.js';
|
|
@@ -11,7 +11,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
|
|
|
11
11
|
import { s as script$4 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
12
12
|
import { s as script$5 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
13
13
|
import { s as script$6 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
14
|
-
import { s as script$7 } from './OrMenuItem.vue_vue_type_script_lang-
|
|
14
|
+
import { s as script$7 } from './OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
15
15
|
|
|
16
16
|
const DateTimePickerDateControl = [
|
|
17
17
|
// Layout
|
|
@@ -7,7 +7,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
|
|
|
7
7
|
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
8
8
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
9
9
|
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
10
|
-
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
11
11
|
import useResponsive from './hooks/useResponsive/useResponsive.js';
|
|
12
12
|
import { useProxyModelValue } from './hooks/useProxyModelValue.js';
|
|
13
13
|
|
|
@@ -22,7 +22,7 @@ import { s as script$5 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
|
22
22
|
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-9696e091.js';
|
|
23
23
|
import { s as script$7 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
24
24
|
import { s as script$8 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
25
|
-
import { s as script$9 } from './OrMenuItem.vue_vue_type_script_lang-
|
|
25
|
+
import { s as script$9 } from './OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
26
26
|
import { s as script$a } from './OrPopover.vue_vue_type_script_lang-d15ec5cb.js';
|
|
27
27
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
28
28
|
import { DropdownOpen } from './directives/dropdown-open.js';
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
|
+
import { SortingRoot, SortingLabel } from './components/OrSortingV3/styles.js';
|
|
3
|
+
import './components/OrMenuV3/OrMenu.js';
|
|
4
|
+
import { s as script$1 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
5
|
+
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
6
|
+
import { s as script$2 } from './OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
7
|
+
import './components/OrButtonV3/OrButton.js';
|
|
8
|
+
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
9
|
+
import './components/OrIconV3/OrIcon.js';
|
|
10
|
+
import { s as script$4 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
|
+
|
|
12
|
+
var script = defineComponent({
|
|
13
|
+
name: 'OrSorting',
|
|
14
|
+
components: {
|
|
15
|
+
OrMenu: script$1,
|
|
16
|
+
OrMenuItem: script$2,
|
|
17
|
+
OrButton: script$3,
|
|
18
|
+
OrIcon: script$4
|
|
19
|
+
},
|
|
20
|
+
props: {
|
|
21
|
+
sort: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: undefined
|
|
24
|
+
},
|
|
25
|
+
options: {
|
|
26
|
+
type: Array,
|
|
27
|
+
default: () => []
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
emits: ['change'],
|
|
31
|
+
setup(props, context) {
|
|
32
|
+
// Refs
|
|
33
|
+
const root = ref();
|
|
34
|
+
const sortMenu = ref();
|
|
35
|
+
const sortButton = ref();
|
|
36
|
+
// State
|
|
37
|
+
const proxySort = ref(props.sort);
|
|
38
|
+
const sortLabel = computed(() => {
|
|
39
|
+
var _a;
|
|
40
|
+
return (_a = props.options.find(item => item.value === props.sort)) === null || _a === void 0 ? void 0 : _a.label;
|
|
41
|
+
});
|
|
42
|
+
// Methods
|
|
43
|
+
function handleSort(sort) {
|
|
44
|
+
proxySort.value = sort;
|
|
45
|
+
}
|
|
46
|
+
// Effects
|
|
47
|
+
watch(() => props.sort, value => {
|
|
48
|
+
proxySort.value = value;
|
|
49
|
+
});
|
|
50
|
+
watch(proxySort, value => {
|
|
51
|
+
context.emit('change', value);
|
|
52
|
+
});
|
|
53
|
+
const rootStyles = computed(() => ['or-sorting-v3', ...SortingRoot]);
|
|
54
|
+
const sortLabelStyles = computed(() => [...SortingLabel]);
|
|
55
|
+
return {
|
|
56
|
+
root,
|
|
57
|
+
sortMenu,
|
|
58
|
+
sortButton,
|
|
59
|
+
sortLabel,
|
|
60
|
+
proxySort,
|
|
61
|
+
handleSort,
|
|
62
|
+
rootStyles,
|
|
63
|
+
sortLabelStyles
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
export { script as s };
|
|
@@ -9,7 +9,7 @@ import './components/OrTabV3/OrTab.js';
|
|
|
9
9
|
import { s as script$4 } from './OrTab.vue_vue_type_script_lang-8af58197.js';
|
|
10
10
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
11
|
import { s as script$2 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
12
|
-
import { s as script$3 } from './OrMenuItem.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
13
13
|
import { useProxyModelValue } from './hooks/useProxyModelValue.js';
|
|
14
14
|
|
|
15
15
|
var script = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
3
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode,
|
|
1
|
+
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-9597e400.js';
|
|
2
|
+
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-9597e400.js';
|
|
3
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, createVNode, Fragment, renderList, renderSlot, normalizeProps, guardReactiveProps, mergeProps, withCtx, createTextVNode } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
6
6
|
import './props.js';
|
|
@@ -35,6 +35,15 @@ import '../../hooks/useElevation.js';
|
|
|
35
35
|
import '../../utils/isVisible.js';
|
|
36
36
|
import '../../hooks/usePopoverState.js';
|
|
37
37
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
38
|
+
import '../OrSortingV3/OrSortingV3.js';
|
|
39
|
+
import '../../OrSortingV3.vue_vue_type_script_lang-1bb22099.js';
|
|
40
|
+
import '../OrSortingV3/styles.js';
|
|
41
|
+
import '../OrMenuV3/OrMenu.js';
|
|
42
|
+
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
43
|
+
import '../OrMenuV3/styles.js';
|
|
44
|
+
import '../OrMenuItemV3/OrMenuItem.js';
|
|
45
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
46
|
+
import '../OrMenuItemV3/styles.js';
|
|
38
47
|
import '../OrButtonV3/OrButton.js';
|
|
39
48
|
import '../../OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
40
49
|
import '../OrButtonV3/props.js';
|
|
@@ -43,12 +52,6 @@ import '../OrLoaderV3/OrLoader.js';
|
|
|
43
52
|
import '../../OrLoader.vue_vue_type_script_lang-a21dc976.js';
|
|
44
53
|
import '../OrLoaderV3/props.js';
|
|
45
54
|
import '../OrLoaderV3/styles.js';
|
|
46
|
-
import '../OrMenuV3/OrMenu.js';
|
|
47
|
-
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
48
|
-
import '../OrMenuV3/styles.js';
|
|
49
|
-
import '../OrMenuItemV3/OrMenuItem.js';
|
|
50
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
51
|
-
import '../OrMenuItemV3/styles.js';
|
|
52
55
|
import '../OrSearchV3/OrSearch.js';
|
|
53
56
|
import '../../OrSearch.vue_vue_type_script_lang-9d98ed4d.js';
|
|
54
57
|
import '../OrInputV3/OrInput.js';
|
|
@@ -76,13 +79,11 @@ import '../../hooks/useProxyModelValue.js';
|
|
|
76
79
|
import '../../style-inject.es-4c6f2515.js';
|
|
77
80
|
|
|
78
81
|
const _hoisted_1 = {
|
|
82
|
+
key: 0,
|
|
79
83
|
class: "layout-row gap-sm"
|
|
80
84
|
};
|
|
81
85
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
82
|
-
const
|
|
83
|
-
const _component_OrButton = resolveComponent("OrButton");
|
|
84
|
-
const _component_OrMenuItem = resolveComponent("OrMenuItem");
|
|
85
|
-
const _component_OrMenu = resolveComponent("OrMenu");
|
|
86
|
+
const _component_OrSorting = resolveComponent("OrSorting");
|
|
86
87
|
const _component_OrSearch = resolveComponent("OrSearch");
|
|
87
88
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
88
89
|
const _component_OrCardCollectionView = resolveComponent("OrCardCollectionView");
|
|
@@ -93,56 +94,30 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
93
94
|
class: normalizeClass(_ctx.toolbarStyles)
|
|
94
95
|
}, [createElementVNode("div", {
|
|
95
96
|
class: normalizeClass(_ctx.toolbarPanelStyles)
|
|
96
|
-
}, [_ctx.sortOptions.length ? (openBlock(),
|
|
97
|
-
key: 0
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
onClick: _cache[0] || (_cache[0] = $event => _ctx.sortMenu.toggle())
|
|
103
|
-
}, {
|
|
104
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.sortLabel) + " ", 1 /* TEXT */), _ctx.sortMenu ? (openBlock(), createBlock(_component_OrIcon, {
|
|
105
|
-
key: 0,
|
|
106
|
-
icon: _ctx.sortMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
|
|
107
|
-
}, null, 8 /* PROPS */, ["icon"])) : createCommentVNode("v-if", true)]),
|
|
108
|
-
_: 1 /* STABLE */
|
|
109
|
-
}, 512 /* NEED_PATCH */), createVNode(_component_OrMenu, {
|
|
110
|
-
ref: "sortMenu",
|
|
111
|
-
trigger: _ctx.sortButton && _ctx.sortButton.root
|
|
112
|
-
}, {
|
|
113
|
-
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sortOptions, sortItem => {
|
|
114
|
-
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
115
|
-
key: sortItem,
|
|
116
|
-
onClick: $event => _ctx.handleSort(sortItem.value)
|
|
117
|
-
}, {
|
|
118
|
-
default: withCtx(() => [createTextVNode(toDisplayString(sortItem.label), 1 /* TEXT */)]),
|
|
119
|
-
|
|
120
|
-
_: 2 /* DYNAMIC */
|
|
121
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick"]);
|
|
122
|
-
}), 128 /* KEYED_FRAGMENT */))]),
|
|
123
|
-
|
|
124
|
-
_: 1 /* STABLE */
|
|
125
|
-
}, 8 /* PROPS */, ["trigger"])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 2 /* CLASS */), createElementVNode("div", {
|
|
97
|
+
}, [_ctx.sortOptions.length ? (openBlock(), createBlock(_component_OrSorting, {
|
|
98
|
+
key: 0,
|
|
99
|
+
sort: _ctx.sort,
|
|
100
|
+
options: _ctx.sortOptions,
|
|
101
|
+
onChange: _cache[0] || (_cache[0] = $event => _ctx.$emit('sortChange', $event))
|
|
102
|
+
}, null, 8 /* PROPS */, ["sort", "options"])) : createCommentVNode("v-if", true)], 2 /* CLASS */), createElementVNode("div", {
|
|
126
103
|
class: normalizeClass(_ctx.toolbarPanelStyles)
|
|
127
104
|
}, [createVNode(_component_OrSearch, {
|
|
128
105
|
"model-value": _ctx.proxySearch,
|
|
129
106
|
class: "md:w-[350px]",
|
|
130
107
|
placeholder: _ctx.searchPlaceholder,
|
|
131
108
|
debounce: _ctx.searchDebounce,
|
|
132
|
-
size: "s",
|
|
133
109
|
onSearch: _ctx.handleSearch
|
|
134
|
-
}, null, 8 /* PROPS */, ["model-value", "placeholder", "debounce", "onSearch"]),
|
|
135
|
-
key: 0
|
|
136
|
-
}, renderList(_ctx.viewModes, viewOption => {
|
|
110
|
+
}, null, 8 /* PROPS */, ["model-value", "placeholder", "debounce", "onSearch"]), _ctx.viewModes.length > 1 ? (openBlock(), createElementBlock("div", _hoisted_1, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.viewModes, viewOption => {
|
|
137
111
|
return openBlock(), createBlock(_component_OrIconButton, {
|
|
138
112
|
key: viewOption.view,
|
|
113
|
+
size: "l",
|
|
139
114
|
icon: {
|
|
140
|
-
icon: viewOption.icon
|
|
141
|
-
variant: viewOption.view === _ctx.proxyView ? 'filled' : 'outlined'
|
|
115
|
+
icon: viewOption.icon
|
|
142
116
|
},
|
|
117
|
+
selected: viewOption.view === _ctx.proxyView,
|
|
143
118
|
onClick: $event => _ctx.switchView(viewOption.view)
|
|
144
|
-
}, null, 8 /* PROPS */, ["icon", "onClick"]);
|
|
145
|
-
}), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "addon")]
|
|
119
|
+
}, null, 8 /* PROPS */, ["icon", "selected", "onClick"]);
|
|
120
|
+
}), 128 /* KEYED_FRAGMENT */))])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "addon")], 2 /* CLASS */)], 2 /* CLASS */), renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps({
|
|
146
121
|
items: _ctx.items,
|
|
147
122
|
mode: _ctx.proxyView
|
|
148
123
|
}))), _ctx.items.length ? renderSlot(_ctx.$slots, _ctx.proxyView, normalizeProps(mergeProps({
|
|
@@ -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,5 +1,5 @@
|
|
|
1
1
|
export { DefaultCardCollectionViews, defaultViewModes, gridView, listView } from './props.js';
|
|
2
|
-
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-9597e400.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './styles.js';
|
|
5
5
|
import 'vue';
|
|
@@ -34,6 +34,15 @@ import '../../hooks/useElevation.js';
|
|
|
34
34
|
import '../../utils/isVisible.js';
|
|
35
35
|
import '../../hooks/usePopoverState.js';
|
|
36
36
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
37
|
+
import '../OrSortingV3/OrSortingV3.js';
|
|
38
|
+
import '../../OrSortingV3.vue_vue_type_script_lang-1bb22099.js';
|
|
39
|
+
import '../OrSortingV3/styles.js';
|
|
40
|
+
import '../OrMenuV3/OrMenu.js';
|
|
41
|
+
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
42
|
+
import '../OrMenuV3/styles.js';
|
|
43
|
+
import '../OrMenuItemV3/OrMenuItem.js';
|
|
44
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
45
|
+
import '../OrMenuItemV3/styles.js';
|
|
37
46
|
import '../OrButtonV3/OrButton.js';
|
|
38
47
|
import '../../OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
39
48
|
import '../OrButtonV3/props.js';
|
|
@@ -42,12 +51,6 @@ import '../OrLoaderV3/OrLoader.js';
|
|
|
42
51
|
import '../../OrLoader.vue_vue_type_script_lang-a21dc976.js';
|
|
43
52
|
import '../OrLoaderV3/props.js';
|
|
44
53
|
import '../OrLoaderV3/styles.js';
|
|
45
|
-
import '../OrMenuV3/OrMenu.js';
|
|
46
|
-
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
47
|
-
import '../OrMenuV3/styles.js';
|
|
48
|
-
import '../OrMenuItemV3/OrMenuItem.js';
|
|
49
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
50
|
-
import '../OrMenuItemV3/styles.js';
|
|
51
54
|
import '../OrSearchV3/OrSearch.js';
|
|
52
55
|
import '../../OrSearch.vue_vue_type_script_lang-9d98ed4d.js';
|
|
53
56
|
import '../OrInputV3/OrInput.js';
|
|
@@ -2,9 +2,7 @@ const CardCollectionRoot = [
|
|
|
2
2
|
// Layout
|
|
3
3
|
'layout-column',
|
|
4
4
|
// Spacing
|
|
5
|
-
'gap-md', 'max-h-full'
|
|
6
|
-
// Overflow
|
|
7
|
-
'overflow-hidden'];
|
|
5
|
+
'gap-md', 'max-h-full'];
|
|
8
6
|
const CardCollectionToolbar = [
|
|
9
7
|
// Layout
|
|
10
8
|
'layout-row justify-between',
|
|
@@ -23,11 +21,14 @@ const CardCollectionContent = [
|
|
|
23
21
|
// Spacing
|
|
24
22
|
'gap-sm md:gap-md',
|
|
25
23
|
// Overflow
|
|
26
|
-
'overflow-auto'
|
|
24
|
+
'overflow-y-auto', 'p-xs*', '-m-xs*'
|
|
25
|
+
// '-mr-sm*',
|
|
26
|
+
];
|
|
27
|
+
|
|
27
28
|
const CardCollectionContentViews = {
|
|
28
29
|
'grid': [
|
|
29
30
|
// Layout
|
|
30
|
-
'
|
|
31
|
+
'grid-cols-1', 'md:grid-cols-5'],
|
|
31
32
|
'list': ['grid-cols-1']
|
|
32
33
|
};
|
|
33
34
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-04af0e24.js';
|
|
2
|
+
export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-04af0e24.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
6
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
6
|
+
import '../../OrDateTimePickerMonthSelect-1e284be4.js';
|
|
7
7
|
import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
8
8
|
import '../../hooks/useProxyModelValue.js';
|
|
9
9
|
import '../OrButtonV3/OrButton.js';
|
|
@@ -49,7 +49,7 @@ import '../OrMenuV3/OrMenu.js';
|
|
|
49
49
|
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
50
50
|
import '../OrMenuV3/styles.js';
|
|
51
51
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
52
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-
|
|
52
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
53
53
|
import '../OrMenuItemV3/styles.js';
|
|
54
54
|
import '../../OrDateTimePickerPopoverHeader-4959231c.js';
|
|
55
55
|
import '../OrLabelV3/OrLabel.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-04af0e24.js';
|
|
2
2
|
export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
5
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
5
|
+
import '../../OrDateTimePickerMonthSelect-1e284be4.js';
|
|
6
6
|
import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
7
7
|
import '../../hooks/useProxyModelValue.js';
|
|
8
8
|
import 'vue';
|
|
@@ -49,7 +49,7 @@ import '../OrMenuV3/OrMenu.js';
|
|
|
49
49
|
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
50
50
|
import '../OrMenuV3/styles.js';
|
|
51
51
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
52
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-
|
|
52
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
53
53
|
import '../OrMenuItemV3/styles.js';
|
|
54
54
|
import '../../OrDateTimePickerPopoverHeader-4959231c.js';
|
|
55
55
|
import '../OrLabelV3/OrLabel.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-ec06a304.js';
|
|
2
|
+
export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-ec06a304.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './hooks/useCurrentDate.js';
|
|
6
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
6
|
+
import '../../OrDateTimePickerMonthSelect-1e284be4.js';
|
|
7
7
|
import './hooks/useDatePlaceholder.js';
|
|
8
8
|
import '../../hooks/useProxyModelValue.js';
|
|
9
9
|
import '../OrButtonV3/OrButton.js';
|
|
@@ -49,7 +49,7 @@ import '../OrMenuV3/OrMenu.js';
|
|
|
49
49
|
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
50
50
|
import '../OrMenuV3/styles.js';
|
|
51
51
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
52
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-
|
|
52
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
53
53
|
import '../OrMenuItemV3/styles.js';
|
|
54
54
|
import '../../OrDateTimePickerPopoverHeader-4959231c.js';
|
|
55
55
|
import '../OrLabelV3/OrLabel.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { DateTimePickerTimeFormat } from './props.js';
|
|
2
|
-
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-ec06a304.js';
|
|
3
3
|
export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './hooks/useCurrentDate.js';
|
|
6
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
6
|
+
import '../../OrDateTimePickerMonthSelect-1e284be4.js';
|
|
7
7
|
import './hooks/useDatePlaceholder.js';
|
|
8
8
|
import '../../hooks/useProxyModelValue.js';
|
|
9
9
|
import 'vue';
|
|
@@ -50,7 +50,7 @@ import '../OrMenuV3/OrMenu.js';
|
|
|
50
50
|
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
51
51
|
import '../OrMenuV3/styles.js';
|
|
52
52
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
53
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-
|
|
53
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
54
54
|
import '../OrMenuItemV3/styles.js';
|
|
55
55
|
import '../../OrDateTimePickerPopoverHeader-4959231c.js';
|
|
56
56
|
import '../OrLabelV3/OrLabel.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrMenuItem.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrMenuItem.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
2
|
+
export { s as default } from '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, normalizeProps, mergeProps, createCommentVNode, createElementVNode, renderSlot } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
@@ -14,6 +14,8 @@ const MenuItemRoot = [
|
|
|
14
14
|
// Theme (hover)
|
|
15
15
|
'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark',
|
|
16
16
|
// Theme (active)
|
|
17
|
-
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark'
|
|
17
|
+
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark',
|
|
18
|
+
// Theme (selected)
|
|
19
|
+
'selected:text-on-background dark:selected:text-on-background-dark'];
|
|
18
20
|
|
|
19
21
|
export { MenuItemRoot };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrPagination.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrPagination.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrPagination.vue_vue_type_script_lang-f4c61af9.js';
|
|
2
|
+
export { s as default } from '../../OrPagination.vue_vue_type_script_lang-f4c61af9.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
@@ -39,7 +39,7 @@ import '../../utils/isVisible.js';
|
|
|
39
39
|
import '../../hooks/usePopoverState.js';
|
|
40
40
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
41
41
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
42
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-
|
|
42
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
43
43
|
import '../OrMenuItemV3/styles.js';
|
|
44
44
|
import '../../hooks/useProxyModelValue.js';
|
|
45
45
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-f4c61af9.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './styles.js';
|
|
4
4
|
import '../OrButtonV3/OrButton.js';
|
|
@@ -38,6 +38,6 @@ import '../../utils/isVisible.js';
|
|
|
38
38
|
import '../../hooks/usePopoverState.js';
|
|
39
39
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
40
40
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
41
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-
|
|
41
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
42
42
|
import '../OrMenuItemV3/styles.js';
|
|
43
43
|
import '../../hooks/useProxyModelValue.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrSelect.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrSelect.vue_vue_type_script_lang-fe9a7e7c.js';
|
|
2
|
+
export { s as default } from '../../OrSelect.vue_vue_type_script_lang-fe9a7e7c.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../utils/isEmptyValue.js';
|
|
@@ -70,7 +70,7 @@ import '../OrLoaderV3/props.js';
|
|
|
70
70
|
import '../OrLoaderV3/styles.js';
|
|
71
71
|
import '../../hooks/useValidationAttributes.js';
|
|
72
72
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
73
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-
|
|
73
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
74
74
|
import '../OrMenuItemV3/styles.js';
|
|
75
75
|
import '../OrTagV3/OrTag.js';
|
|
76
76
|
import '../../OrTag.vue_vue_type_script_lang-a04676a1.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-fe9a7e7c.js';
|
|
2
2
|
export { InputBoxSize as SelectSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../utils/isEmptyValue.js';
|
|
@@ -69,7 +69,7 @@ import '../OrLoaderV3/props.js';
|
|
|
69
69
|
import '../OrLoaderV3/styles.js';
|
|
70
70
|
import '../../hooks/useValidationAttributes.js';
|
|
71
71
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
72
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-
|
|
72
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-8f6994d5.js';
|
|
73
73
|
import '../OrMenuItemV3/styles.js';
|
|
74
74
|
import '../OrTagV3/OrTag.js';
|
|
75
75
|
import '../../OrTag.vue_vue_type_script_lang-a04676a1.js';
|