@onereach/ui-components 6.4.5-beta.3418.0 → 6.4.5-beta.3419.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/OrSearchV3/OrSearch.js +0 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +1 -2
- package/dist/bundled/v3/components/index.js +1 -1
- package/dist/bundled/v3/index.js +1 -1
- package/dist/esm/v2/{OrCardCollection-f3b046b4.js → OrCardCollection-7ef48be2.js} +1 -1
- package/dist/esm/v2/{OrSearch-f02e0b11.js → OrSearch-21ae4e63.js} +0 -1
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +1 -1
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v3/{OrCardCollection-d29d8cf0.js → OrCardCollection-64175d94.js} +1 -1
- package/dist/esm/v3/{OrSearch-3e4c4d61.js → OrSearch-04fdc116.js} +1 -2
- package/dist/esm/v3/components/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +1 -1
- package/dist/esm/v3/index.js +2 -2
- package/package.json +1 -1
- package/src/components/or-search-v3/OrSearch.vue +0 -1
- /package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-62d653d9.js → OrCardCollection.vue_vue_type_script_lang-3b37f8da.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-3b37f8da.js';
|
|
2
|
+
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-3b37f8da.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, createVNode, Fragment, renderList, renderSlot, normalizeProps, guardReactiveProps, mergeProps, withCtx, createTextVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { CardCollectionView, 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-3b37f8da.js';
|
|
@@ -16,7 +16,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16
16
|
size: _ctx.size,
|
|
17
17
|
placeholder: _ctx.placeholder,
|
|
18
18
|
debounce: _ctx.debounce,
|
|
19
|
-
disabled: _ctx.disabled,
|
|
20
19
|
"disable-default-styles": _ctx.disableDefaultStyles
|
|
21
20
|
}, _ctx.controlAttributes, {
|
|
22
21
|
onInput: _cache[1] || (_cache[1] = $event => _ctx.$emit('input', $event)),
|
|
@@ -24,7 +23,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24
23
|
onKeyup: _cache[3] || (_cache[3] = $event => _ctx.$emit('keyup', $event)),
|
|
25
24
|
onFocus: _cache[4] || (_cache[4] = $event => _ctx.$emit('focus', $event)),
|
|
26
25
|
onBlur: _cache[5] || (_cache[5] = $event => _ctx.$emit('blur', $event))
|
|
27
|
-
}), null, 16 /* FULL_PROPS */, ["modelValue", "class", "size", "placeholder", "debounce", "
|
|
26
|
+
}), null, 16 /* FULL_PROPS */, ["modelValue", "class", "size", "placeholder", "debounce", "disable-default-styles"]);
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
script.render = render;
|
|
@@ -14,7 +14,7 @@ export { ButtonColor, ButtonType, ButtonVariant } from './OrButtonV3/props.js';
|
|
|
14
14
|
export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-81561dd8.js';
|
|
15
15
|
export { CARD_COLLECTION_LAYOUT } from './OrCardCollection/constants.js';
|
|
16
16
|
export { s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-77bcd3a8.js';
|
|
17
|
-
export { s as OrCardCollectionV3 } from '../OrCardCollection.vue_vue_type_script_lang-
|
|
17
|
+
export { s as OrCardCollectionV3 } from '../OrCardCollection.vue_vue_type_script_lang-3b37f8da.js';
|
|
18
18
|
export { CardCollectionView, defaultViewModes, gridView, listView } from './OrCardCollectionV3/props.js';
|
|
19
19
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-5f887a5a.js';
|
|
20
20
|
export { CardPadding } from './OrCardV3/props.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -8,7 +8,7 @@ export { s as OrButton } from './OrButton.vue_vue_type_script_lang-e9677805.js';
|
|
|
8
8
|
import './components/OrCardCollection/OrCardCollection.js';
|
|
9
9
|
export { s as OrCardCollection } from './OrCardCollection.vue_vue_type_script_lang-77bcd3a8.js';
|
|
10
10
|
import './components/OrCardCollectionV3/OrCardCollection.js';
|
|
11
|
-
export { s as OrCardCollectionV3 } from './OrCardCollection.vue_vue_type_script_lang-
|
|
11
|
+
export { s as OrCardCollectionV3 } from './OrCardCollection.vue_vue_type_script_lang-3b37f8da.js';
|
|
12
12
|
import './components/OrCardV3/OrCard.js';
|
|
13
13
|
export { s as OrCardV3 } from './OrCard.vue_vue_type_script_lang-5f887a5a.js';
|
|
14
14
|
import './components/OrCheckboxGroupV3/OrCheckboxGroup.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$2 } from './OrIconButton-08d2913d.js';
|
|
3
|
-
import { _ as __vue_component__$4 } from './OrSearch-
|
|
3
|
+
import { _ as __vue_component__$4 } from './OrSearch-21ae4e63.js';
|
|
4
4
|
import './OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
|
|
5
5
|
import { _ as __vue_component__$3 } from './OrSorting-b280f39c.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -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-a23ee9f0.js';
|
|
9
9
|
export { _ as OrCard } from '../OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-bea023f8.js';
|
|
11
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-7ef48be2.js';
|
|
12
12
|
export { C as CardPadding, _ as OrCardV3 } from '../OrCard-c5c725ed.js';
|
|
13
13
|
export { _ as OrCheckbox } from '../OrCheckbox-fcd6b64c.js';
|
|
14
14
|
export { _ as OrCheckboxGroupV3 } from '../OrCheckboxGroup-2df9d20b.js';
|
|
@@ -86,7 +86,7 @@ export { _ as OrRadioGroupV3 } from '../OrRadioGroup-455584d6.js';
|
|
|
86
86
|
export { _ as OrRadioV3 } from '../OrRadio-e1d1f149.js';
|
|
87
87
|
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-b12605d3.js';
|
|
88
88
|
export { _ as OrSearch } from '../OrSearch-ac542dd6.js';
|
|
89
|
-
export { _ as OrSearchV3 } from '../OrSearch-
|
|
89
|
+
export { _ as OrSearchV3 } from '../OrSearch-21ae4e63.js';
|
|
90
90
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-c23ef9a9.js';
|
|
91
91
|
export { _ as OrSelect } from '../OrSelect-c0d04cf6.js';
|
|
92
92
|
export { _ as OrSelectV3 } from '../OrSelect-0a5c0317.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-7ef48be2.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIconButton-08d2913d.js';
|
|
4
4
|
import '../../OrIcon-a36250bf.js';
|
|
@@ -20,7 +20,7 @@ import '../../OrOverlay-868d1120.js';
|
|
|
20
20
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
21
21
|
import 'portal-vue';
|
|
22
22
|
import '../../useTheme-0ef25778.js';
|
|
23
|
-
import '../../OrSearch-
|
|
23
|
+
import '../../OrSearch-21ae4e63.js';
|
|
24
24
|
import '../../OrInput-794bc2f6.js';
|
|
25
25
|
import '../../useIdAttribute-859439f0.js';
|
|
26
26
|
import '../../useProxyModelValue-940010d2.js';
|
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-a23ee9f0.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-bea023f8.js';
|
|
11
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-7ef48be2.js';
|
|
12
12
|
export { C as CardPadding, _ as OrCardV3 } from './OrCard-c5c725ed.js';
|
|
13
13
|
export { _ as OrCheckbox } from './OrCheckbox-fcd6b64c.js';
|
|
14
14
|
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-2df9d20b.js';
|
|
@@ -86,7 +86,7 @@ export { _ as OrRadioGroupV3 } from './OrRadioGroup-455584d6.js';
|
|
|
86
86
|
export { _ as OrRadioV3 } from './OrRadio-e1d1f149.js';
|
|
87
87
|
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-b12605d3.js';
|
|
88
88
|
export { _ as OrSearch } from './OrSearch-ac542dd6.js';
|
|
89
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
89
|
+
export { _ as OrSearchV3 } from './OrSearch-21ae4e63.js';
|
|
90
90
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-c23ef9a9.js';
|
|
91
91
|
export { _ as OrSelect } from './OrSelect-c0d04cf6.js';
|
|
92
92
|
export { _ as OrSelectV3 } from './OrSelect-0a5c0317.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
2
|
import { s as script$2 } from './OrIconButton-ad59bb05.js';
|
|
3
|
-
import { s as script$4 } from './OrSearch-
|
|
3
|
+
import { s as script$4 } from './OrSearch-04fdc116.js';
|
|
4
4
|
import './OrInputBox-912a6254.js';
|
|
5
5
|
import { s as script$3 } from './OrSorting-535539dc.js';
|
|
6
6
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createBlock, createCommentVNode, createVNode, normalizeProps, guardReactiveProps, withCtx } from 'vue';
|
|
@@ -96,7 +96,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
96
96
|
size: _ctx.size,
|
|
97
97
|
placeholder: _ctx.placeholder,
|
|
98
98
|
debounce: _ctx.debounce,
|
|
99
|
-
disabled: _ctx.disabled,
|
|
100
99
|
"disable-default-styles": _ctx.disableDefaultStyles
|
|
101
100
|
}, _ctx.controlAttributes, {
|
|
102
101
|
onInput: _cache[1] || (_cache[1] = $event => _ctx.$emit('input', $event)),
|
|
@@ -104,7 +103,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
104
103
|
onKeyup: _cache[3] || (_cache[3] = $event => _ctx.$emit('keyup', $event)),
|
|
105
104
|
onFocus: _cache[4] || (_cache[4] = $event => _ctx.$emit('focus', $event)),
|
|
106
105
|
onBlur: _cache[5] || (_cache[5] = $event => _ctx.$emit('blur', $event))
|
|
107
|
-
}), null, 16 /* FULL_PROPS */, ["modelValue", "class", "size", "placeholder", "debounce", "
|
|
106
|
+
}), null, 16 /* FULL_PROPS */, ["modelValue", "class", "size", "placeholder", "debounce", "disable-default-styles"]);
|
|
108
107
|
}
|
|
109
108
|
|
|
110
109
|
script.render = render;
|
|
@@ -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-4a3c3e7b.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-8c81a2d5.js';
|
|
10
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-64175d94.js';
|
|
11
11
|
export { C as CardPadding, s as OrCardV3 } from '../OrCard-a789e0d9.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-5666c954.js';
|
|
13
13
|
export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-53478516.js';
|
|
@@ -84,7 +84,7 @@ export { s as OrRadioGroupV3 } from '../OrRadioGroup-cae1897c.js';
|
|
|
84
84
|
export { s as OrRadioV3 } from '../OrRadio-02e0d111.js';
|
|
85
85
|
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-bdf2e88f.js';
|
|
86
86
|
export { s as OrSearch } from '../OrSearch-2800e9bf.js';
|
|
87
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
87
|
+
export { s as OrSearchV3 } from '../OrSearch-04fdc116.js';
|
|
88
88
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-4c4fff7b.js';
|
|
89
89
|
export { s as OrSelect } from '../OrSelect-9520d6e6.js';
|
|
90
90
|
export { s as OrSelectV3 } from '../OrSelect-559c6cf5.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-64175d94.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIconButton-ad59bb05.js';
|
|
4
4
|
import '../../OrIcon-a3e90289.js';
|
|
@@ -19,7 +19,7 @@ import '../../OrBottomSheet-efcae28c.js';
|
|
|
19
19
|
import '../../OrOverlay-6269c33a.js';
|
|
20
20
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
21
21
|
import '../../useTheme-0ef25778.js';
|
|
22
|
-
import '../../OrSearch-
|
|
22
|
+
import '../../OrSearch-04fdc116.js';
|
|
23
23
|
import '../../OrInput-30df8d73.js';
|
|
24
24
|
import '../../useIdAttribute-859439f0.js';
|
|
25
25
|
import '../../useProxyModelValue-940010d2.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-4a3c3e7b.js';
|
|
8
8
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-8c81a2d5.js';
|
|
10
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
10
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-64175d94.js';
|
|
11
11
|
export { C as CardPadding, s as OrCardV3 } from './OrCard-a789e0d9.js';
|
|
12
12
|
export { s as OrCheckbox } from './OrCheckbox-5666c954.js';
|
|
13
13
|
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-53478516.js';
|
|
@@ -84,7 +84,7 @@ export { s as OrRadioGroupV3 } from './OrRadioGroup-cae1897c.js';
|
|
|
84
84
|
export { s as OrRadioV3 } from './OrRadio-02e0d111.js';
|
|
85
85
|
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-bdf2e88f.js';
|
|
86
86
|
export { s as OrSearch } from './OrSearch-2800e9bf.js';
|
|
87
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
87
|
+
export { s as OrSearchV3 } from './OrSearch-04fdc116.js';
|
|
88
88
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-4c4fff7b.js';
|
|
89
89
|
export { s as OrSelect } from './OrSelect-9520d6e6.js';
|
|
90
90
|
export { s as OrSelectV3 } from './OrSelect-559c6cf5.js';
|
package/package.json
CHANGED