@onereach/ui-components 8.0.2 → 8.0.3-beta.3571.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/OrSelectV3/OrSelect.js +2 -0
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +3 -1
- package/dist/esm/v2/{OrSelect-b48ce995.js → OrSelect-7c099cb1.js} +2 -0
- package/dist/esm/v2/components/index.js +1 -1
- package/dist/esm/v2/components/or-select-v3/index.js +1 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v3/{OrSelect-367469ba.js → OrSelect-4507f686.js} +3 -1
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-select-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +2 -3
- package/src/components/or-select-v3/OrSelect.vue +4 -1
|
@@ -1112,6 +1112,8 @@ var __vue_render__ = function () {
|
|
|
1112
1112
|
class: _vm.noSearchResultsStyles
|
|
1113
1113
|
}, [_vm._t("noSearchResultsTemplate", function () {
|
|
1114
1114
|
return [_vm._v("\n No results\n ")];
|
|
1115
|
+
}, {
|
|
1116
|
+
"searchText": _vm.searchText
|
|
1115
1117
|
})], 2)]], 2)], 1), _vm._v(" "), _c('div', {
|
|
1116
1118
|
directives: [{
|
|
1117
1119
|
name: "show",
|
|
@@ -208,7 +208,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
208
208
|
}), 128 /* KEYED_FRAGMENT */))], 64 /* STABLE_FRAGMENT */))], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("div", {
|
|
209
209
|
key: 2,
|
|
210
210
|
class: normalizeClass(_ctx.noSearchResultsStyles)
|
|
211
|
-
}, [renderSlot(_ctx.$slots, "noSearchResultsTemplate", {
|
|
211
|
+
}, [renderSlot(_ctx.$slots, "noSearchResultsTemplate", {
|
|
212
|
+
searchText: _ctx.searchText
|
|
213
|
+
}, () => [createTextVNode(" No results ")])], 2 /* CLASS */))]),
|
|
212
214
|
|
|
213
215
|
_: 3 /* FORWARDED */
|
|
214
216
|
}, 8 /* PROPS */, ["trigger", "custom-styles"])]),
|
|
@@ -630,6 +630,8 @@ var __vue_render__ = function () {
|
|
|
630
630
|
class: _vm.noSearchResultsStyles
|
|
631
631
|
}, [_vm._t("noSearchResultsTemplate", function () {
|
|
632
632
|
return [_vm._v("\n No results\n ")];
|
|
633
|
+
}, {
|
|
634
|
+
"searchText": _vm.searchText
|
|
633
635
|
})], 2)]], 2)], 1), _vm._v(" "), _c('div', {
|
|
634
636
|
directives: [{
|
|
635
637
|
name: "show",
|
|
@@ -97,7 +97,7 @@ export { _ as OrSearch } from '../OrSearch-ac542dd6.js';
|
|
|
97
97
|
export { _ as OrSearchV3 } from '../OrSearch-de426be1.js';
|
|
98
98
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-bba94cda.js';
|
|
99
99
|
export { _ as OrSelect } from '../OrSelect-c0d04cf6.js';
|
|
100
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
100
|
+
export { _ as OrSelectV3 } from '../OrSelect-7c099cb1.js';
|
|
101
101
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-c56a9221.js';
|
|
102
102
|
export { _ as OrSidebarV3 } from '../OrSidebar-8c1da1ae.js';
|
|
103
103
|
export { S as OrSidebarPlacement, S as SidebarPlacement } from '../props-d6c49e50.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-7c099cb1.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-bebba826.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -97,7 +97,7 @@ export { _ as OrSearch } from './OrSearch-ac542dd6.js';
|
|
|
97
97
|
export { _ as OrSearchV3 } from './OrSearch-de426be1.js';
|
|
98
98
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-bba94cda.js';
|
|
99
99
|
export { _ as OrSelect } from './OrSelect-c0d04cf6.js';
|
|
100
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
100
|
+
export { _ as OrSelectV3 } from './OrSelect-7c099cb1.js';
|
|
101
101
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
|
|
102
102
|
export { _ as OrSidebarV3 } from './OrSidebar-8c1da1ae.js';
|
|
103
103
|
export { S as OrSidebarPlacement, S as SidebarPlacement } from './props-d6c49e50.js';
|
|
@@ -582,7 +582,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
582
582
|
}), 128 /* KEYED_FRAGMENT */))], 64 /* STABLE_FRAGMENT */))], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("div", {
|
|
583
583
|
key: 2,
|
|
584
584
|
class: normalizeClass(_ctx.noSearchResultsStyles)
|
|
585
|
-
}, [renderSlot(_ctx.$slots, "noSearchResultsTemplate", {
|
|
585
|
+
}, [renderSlot(_ctx.$slots, "noSearchResultsTemplate", {
|
|
586
|
+
searchText: _ctx.searchText
|
|
587
|
+
}, () => [createTextVNode(" No results ")])], 2 /* CLASS */))]),
|
|
586
588
|
|
|
587
589
|
_: 3 /* FORWARDED */
|
|
588
590
|
}, 8 /* PROPS */, ["trigger", "custom-styles"])]),
|
|
@@ -94,7 +94,7 @@ export { s as OrSearch } from '../OrSearch-2800e9bf.js';
|
|
|
94
94
|
export { s as OrSearchV3 } from '../OrSearch-fe8137a0.js';
|
|
95
95
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-6be79b4e.js';
|
|
96
96
|
export { s as OrSelect } from '../OrSelect-9520d6e6.js';
|
|
97
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
97
|
+
export { s as OrSelectV3 } from '../OrSelect-4507f686.js';
|
|
98
98
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
|
|
99
99
|
export { s as OrSidebarV3 } from '../OrSidebar-cc33991a.js';
|
|
100
100
|
export { S as OrSidebarPlacement, S as SidebarPlacement } from '../props-8e5add7d.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -94,7 +94,7 @@ export { s as OrSearch } from './OrSearch-2800e9bf.js';
|
|
|
94
94
|
export { s as OrSearchV3 } from './OrSearch-fe8137a0.js';
|
|
95
95
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-6be79b4e.js';
|
|
96
96
|
export { s as OrSelect } from './OrSelect-9520d6e6.js';
|
|
97
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
97
|
+
export { s as OrSelectV3 } from './OrSelect-4507f686.js';
|
|
98
98
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-aaf73310.js';
|
|
99
99
|
export { s as OrSidebarV3 } from './OrSidebar-cc33991a.js';
|
|
100
100
|
export { S as OrSidebarPlacement, S as SidebarPlacement } from './props-8e5add7d.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3-beta.3571.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -175,6 +175,5 @@
|
|
|
175
175
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
176
176
|
},
|
|
177
177
|
"./package.json": "./package.json"
|
|
178
|
-
}
|
|
179
|
-
"gitHead": "4e1c09fed3ff2c98b9816047597364908243bbf5"
|
|
178
|
+
}
|
|
180
179
|
}
|