@onereach/ui-components 2.67.3 → 2.67.4-beta.2005.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/{OrConfirm-22c7622d.js → OrConfirm-1d396830.js} +1 -1
- package/dist/bundled/v2/components/index.js +1 -1
- package/dist/bundled/v2/components/or-confirm-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v3/index.js +1 -1
- package/dist/esm/v2/{OrConfirm-367ac968.js → OrConfirm-e3b3418f.js} +1 -1
- package/dist/esm/v2/components/index.js +1 -1
- package/dist/esm/v2/components/or-confirm-v3/index.js +1 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v3/{OrConfirm-e6735cc8.js → OrConfirm-b78c5299.js} +1 -1
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-confirm-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +2 -3
- package/src/components/or-confirm-v3/OrConfirm.vue +1 -1
|
@@ -240,7 +240,7 @@ var __vue_render__ = function () {
|
|
|
240
240
|
}, [_vm._t("header", function () {
|
|
241
241
|
return [_vm._v("\n " + _vm._s(_vm.titleText) + "\n ")];
|
|
242
242
|
})], 2), _vm._v(" "), _c('div', {
|
|
243
|
-
class: ['grow', 'overflow-y-auto']
|
|
243
|
+
class: ['grow', 'overflow-y-auto', 'overflow-x-hidden']
|
|
244
244
|
}, [_vm._t("default"), _vm._v(" "), _vm.confirmationText ? _c('div', {
|
|
245
245
|
class: _vm.inputBoxStyles
|
|
246
246
|
}, [_c('OrInput', {
|
|
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-edc7a1f5.js';
|
|
|
19
19
|
export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.js';
|
|
20
20
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-a1a37e83.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-1d396830.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
|
|
24
24
|
export { O as OrError } from '../OrError-31503e4c.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-c55ec019.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-1d396830.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
package/dist/bundled/v2/index.js
CHANGED
|
@@ -24,7 +24,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-edc7a1f5.js';
|
|
|
24
24
|
export { O as OrCollapse } from './OrCollapse-3aa9a9b7.js';
|
|
25
25
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-a1a37e83.js';
|
|
26
26
|
export { _ as OrConfirm } from './OrConfirm-56d01cff.js';
|
|
27
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
27
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-1d396830.js';
|
|
28
28
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-e212f892.js';
|
|
29
29
|
export { O as OrError } from './OrError-31503e4c.js';
|
|
30
30
|
export { _ as OrErrorTagV3 } from './OrErrorTag-c55ec019.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -899,7 +899,7 @@ script$b.__scopeId = "data-v-077d7158";
|
|
|
899
899
|
script$b.__file = "src/components/or-confirm/OrConfirm.vue";
|
|
900
900
|
|
|
901
901
|
const _hoisted_1$p = {
|
|
902
|
-
class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto'])
|
|
902
|
+
class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto', 'overflow-x-hidden'])
|
|
903
903
|
};
|
|
904
904
|
function render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
905
905
|
const _component_OrInput = resolveComponent("OrInput");
|
|
@@ -239,7 +239,7 @@ var __vue_render__ = function () {
|
|
|
239
239
|
}, [_vm._t("header", function () {
|
|
240
240
|
return [_vm._v("\n " + _vm._s(_vm.titleText) + "\n ")];
|
|
241
241
|
})], 2), _vm._v(" "), _c('div', {
|
|
242
|
-
class: ['grow', 'overflow-y-auto']
|
|
242
|
+
class: ['grow', 'overflow-y-auto', 'overflow-x-hidden']
|
|
243
243
|
}, [_vm._t("default"), _vm._v(" "), _vm.confirmationText ? _c('div', {
|
|
244
244
|
class: _vm.inputBoxStyles
|
|
245
245
|
}, [_c('OrInput', {
|
|
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-41dd5f9b.js';
|
|
|
19
19
|
export { _ as OrCollapse } from '../OrCollapse-4d892ca3.js';
|
|
20
20
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-75abefdd.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-d7112dd3.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-e3b3418f.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-349df9b2.js';
|
|
24
24
|
export { _ as OrError } from '../OrError-081130bb.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-c14e0298.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-e3b3418f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-b458e82b.js';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-41dd5f9b.js';
|
|
|
19
19
|
export { _ as OrCollapse } from './OrCollapse-4d892ca3.js';
|
|
20
20
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-75abefdd.js';
|
|
21
21
|
export { _ as OrConfirm } from './OrConfirm-d7112dd3.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-e3b3418f.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-349df9b2.js';
|
|
24
24
|
export { _ as OrError } from './OrError-081130bb.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from './OrErrorTag-c14e0298.js';
|
|
@@ -217,7 +217,7 @@ var script = defineComponent({
|
|
|
217
217
|
});
|
|
218
218
|
|
|
219
219
|
const _hoisted_1 = {
|
|
220
|
-
class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto'])
|
|
220
|
+
class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto', 'overflow-x-hidden'])
|
|
221
221
|
};
|
|
222
222
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
223
223
|
const _component_OrInput = resolveComponent("OrInput");
|
|
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode-ee19a5e6.js';
|
|
|
16
16
|
export { s as OrCollapse } from '../OrCollapse-445141ab.js';
|
|
17
17
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-189cb097.js';
|
|
18
18
|
export { s as OrConfirm } from '../OrConfirm-f39bd784.js';
|
|
19
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
19
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-b78c5299.js';
|
|
20
20
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-f2e08564.js';
|
|
21
21
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
22
22
|
export { s as OrErrorTagV3 } from '../OrErrorTag-bbfd3ca6.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-b78c5299.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-4d0c2edd.js';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-ee19a5e6.js';
|
|
|
16
16
|
export { s as OrCollapse } from './OrCollapse-445141ab.js';
|
|
17
17
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-189cb097.js';
|
|
18
18
|
export { s as OrConfirm } from './OrConfirm-f39bd784.js';
|
|
19
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
19
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-b78c5299.js';
|
|
20
20
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-f2e08564.js';
|
|
21
21
|
export { s as OrError } from './OrError-f90296db.js';
|
|
22
22
|
export { s as OrErrorTagV3 } from './OrErrorTag-bbfd3ca6.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.67.
|
|
3
|
+
"version": "2.67.4-beta.2005.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -123,6 +123,5 @@
|
|
|
123
123
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
124
124
|
},
|
|
125
125
|
"./package.json": "./package.json"
|
|
126
|
-
}
|
|
127
|
-
"gitHead": "5bdf2ad50cacee9a40f2ac3ceb73befcbe5b895c"
|
|
126
|
+
}
|
|
128
127
|
}
|