@onereach/ui-components 2.62.4 → 2.62.5
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/v2/{OrConfirm-f3aed6d3.js → OrConfirm-f8639ed5.js} +1 -1
- package/dist/v2/{OrInput-040147f3.js → OrInput-e35f93bd.js} +6 -4
- package/dist/v2/{OrSearch-375ad422.js → OrSearch-d75e6cc1.js} +1 -1
- package/dist/v2/{OrSelect-94a7ac91.js → OrSelect-6b6dae6f.js} +1 -1
- package/dist/v2/index.js +4 -4
- package/dist/v2/index2.js +4 -4
- package/dist/v2/index20.js +2 -2
- package/dist/v2/index38.js +1 -1
- package/dist/v2/index62.js +2 -2
- package/dist/v2/index64.js +2 -2
- package/dist/v3/{OrConfirm-58aa4260.js → OrConfirm-4932ebf1.js} +1 -1
- package/dist/v3/{OrInput-d34c8571.js → OrInput-d57fb77c.js} +5 -2
- package/dist/v3/{OrSearch-95d4e098.js → OrSearch-021ab24c.js} +1 -1
- package/dist/v3/{OrSelect-a873cd9a.js → OrSelect-8992c3dc.js} +1 -1
- package/dist/v3/index.js +4 -4
- package/dist/v3/index2.js +4 -4
- package/dist/v3/index20.js +2 -2
- package/dist/v3/index38.js +1 -1
- package/dist/v3/index62.js +2 -2
- package/dist/v3/index64.js +2 -2
- package/package.json +2 -2
- package/src/components/or-input-v3/OrInput.vue +21 -19
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-eb895669.js';
|
|
3
3
|
import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
|
|
4
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
4
|
+
import { _ as __vue_component__$3 } from './OrInput-e35f93bd.js';
|
|
5
5
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
6
6
|
import { logicAnd } from '@vueuse/math';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -143,7 +143,7 @@ var script = defineComponent({
|
|
|
143
143
|
}
|
|
144
144
|
});
|
|
145
145
|
|
|
146
|
-
var css_248z = "input[data-v-
|
|
146
|
+
var css_248z = "input[data-v-61c8b450]{min-width:0;background:0 0;outline:0}input[type=number][data-v-61c8b450]::-webkit-inner-spin-button{display:none}input[type=search][data-v-61c8b450]::-webkit-search-cancel-button{display:none}";
|
|
147
147
|
styleInject(css_248z);
|
|
148
148
|
|
|
149
149
|
/* script */
|
|
@@ -302,7 +302,9 @@ var __vue_render__ = function () {
|
|
|
302
302
|
_vm.proxyModelValue = $event.target.value;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
}, 'input', _vm.$attrs, false)), _vm._v(" "),
|
|
305
|
+
}, 'input', _vm.$attrs, false)), _vm._v(" "), _c('div', {
|
|
306
|
+
class: ['-m-xs', 'ml-none']
|
|
307
|
+
}, [_vm.type === 'password' ? [_c('OrIconButton', {
|
|
306
308
|
attrs: {
|
|
307
309
|
"icon": {
|
|
308
310
|
icon: _vm.disclosed ? 'visibility_off' : 'visibility',
|
|
@@ -334,7 +336,7 @@ var __vue_render__ = function () {
|
|
|
334
336
|
"icon": 'search',
|
|
335
337
|
"variant": 'outlined'
|
|
336
338
|
}
|
|
337
|
-
})]] : _vm._e()], 2), _vm._v(" "), !_vm.invalid ? [_c('OrHint', {
|
|
339
|
+
})]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_c('OrHint', {
|
|
338
340
|
attrs: {
|
|
339
341
|
"disabled": _vm.disabled
|
|
340
342
|
},
|
|
@@ -363,7 +365,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
363
365
|
/* style */
|
|
364
366
|
const __vue_inject_styles__ = undefined;
|
|
365
367
|
/* scoped */
|
|
366
|
-
const __vue_scope_id__ = "data-v-
|
|
368
|
+
const __vue_scope_id__ = "data-v-61c8b450";
|
|
367
369
|
/* module identifier */
|
|
368
370
|
const __vue_module_identifier__ = undefined;
|
|
369
371
|
/* functional template */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { debouncedWatch } from '@vueuse/core';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
4
|
+
import { _ as __vue_component__$1 } from './OrInput-e35f93bd.js';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox-208dceac.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-ce82a6fd.js';
|
|
|
9
9
|
import { _ as __vue_component__$4 } from './OrHint-44356417.js';
|
|
10
10
|
import { _ as __vue_component__$5 } from './OrIcon-124f3bad.js';
|
|
11
11
|
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-208dceac.js';
|
|
12
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
12
|
+
import { _ as __vue_component__$6 } from './OrInput-e35f93bd.js';
|
|
13
13
|
import { _ as __vue_component__$8 } from './OrLabel-5670468e.js';
|
|
14
14
|
import { _ as __vue_component__$9 } from './OrMenuItem-3a28db7b.js';
|
|
15
15
|
import { _ as __vue_component__$a } from './OrPopover-9080fc00.js';
|
package/dist/v2/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
|
|
|
18
18
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
19
19
|
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-0abe3636.js';
|
|
20
20
|
export { _ as OrConfirm } from './OrConfirm-812badbf.js';
|
|
21
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-f8639ed5.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
|
|
23
23
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
24
24
|
export { _ as OrErrorTagV3 } from './OrErrorTag-9d592185.js';
|
|
@@ -36,7 +36,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-50da
|
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
37
|
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-94253b64.js';
|
|
38
38
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-e35f93bd.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
41
41
|
export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
|
|
42
42
|
export { _ as OrSearch } from './OrSearch-b228915a.js';
|
|
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
62
62
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
63
63
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
64
64
|
export { _ as OrRadioV3 } from './OrRadio-4ba56887.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-d75e6cc1.js';
|
|
66
66
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
67
|
+
export { _ as OrSelectV3 } from './OrSelect-6b6dae6f.js';
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
package/dist/v2/index2.js
CHANGED
|
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
|
|
|
18
18
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
19
19
|
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-0abe3636.js';
|
|
20
20
|
export { _ as OrConfirm } from './OrConfirm-812badbf.js';
|
|
21
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-f8639ed5.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
|
|
23
23
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
24
24
|
export { _ as OrErrorTagV3 } from './OrErrorTag-9d592185.js';
|
|
@@ -36,7 +36,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-50da
|
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
37
|
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-94253b64.js';
|
|
38
38
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-e35f93bd.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
41
41
|
export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
|
|
42
42
|
export { _ as OrSearch } from './OrSearch-b228915a.js';
|
|
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
62
62
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
63
63
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
64
64
|
export { _ as OrRadioV3 } from './OrRadio-4ba56887.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-d75e6cc1.js';
|
|
66
66
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
67
|
+
export { _ as OrSelectV3 } from './OrSelect-6b6dae6f.js';
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
package/dist/v2/index20.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-f8639ed5.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './OrButton-eb895669.js';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -9,7 +9,7 @@ import './OrOverlay-4838a9b0.js';
|
|
|
9
9
|
import './useElevation-0e973238.js';
|
|
10
10
|
import './OrTeleport.vue2-fb92f29f.js';
|
|
11
11
|
import 'portal-vue';
|
|
12
|
-
import './OrInput-
|
|
12
|
+
import './OrInput-e35f93bd.js';
|
|
13
13
|
import './OrError-be656098.js';
|
|
14
14
|
import './OrHint-44356417.js';
|
|
15
15
|
import './OrIconButton-94c69467.js';
|
package/dist/v2/index38.js
CHANGED
package/dist/v2/index62.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
1
|
+
export { _ as OrSearchV3 } from './OrSearch-d75e6cc1.js';
|
|
2
2
|
export { a as SearchSize } from './OrInputBox-208dceac.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './useClassAttribute-47fdb016.js';
|
|
6
|
-
import './OrInput-
|
|
6
|
+
import './OrInput-e35f93bd.js';
|
|
7
7
|
import './OrError-be656098.js';
|
|
8
8
|
import './normalize-component-6e8e3d80.js';
|
|
9
9
|
import './OrHint-44356417.js';
|
package/dist/v2/index64.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from './OrSelect-6b6dae6f.js';
|
|
2
2
|
export { a as SelectSize } from './OrInputBox-208dceac.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './dropdown-open-0d314aa4.js';
|
|
@@ -13,7 +13,7 @@ import './OrError-be656098.js';
|
|
|
13
13
|
import './OrExpansionPanel-ce82a6fd.js';
|
|
14
14
|
import './OrIcon-124f3bad.js';
|
|
15
15
|
import './OrHint-44356417.js';
|
|
16
|
-
import './OrInput-
|
|
16
|
+
import './OrInput-e35f93bd.js';
|
|
17
17
|
import './OrIconButton-94c69467.js';
|
|
18
18
|
import './OrTooltip-afe7030b.js';
|
|
19
19
|
import './OrPopover-9080fc00.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { s as script$2, a as ButtonColor } from './OrButton-12b36e89.js';
|
|
3
3
|
import { s as script$1 } from './OrOverlay-27050c19.js';
|
|
4
|
-
import { s as script$3 } from './OrInput-
|
|
4
|
+
import { s as script$3 } from './OrInput-d57fb77c.js';
|
|
5
5
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
6
6
|
import { logicAnd } from '@vueuse/math';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
@@ -144,6 +144,9 @@ var script = defineComponent({
|
|
|
144
144
|
});
|
|
145
145
|
|
|
146
146
|
const _hoisted_1 = ["id", "type", "placeholder", "required", "disabled"];
|
|
147
|
+
const _hoisted_2 = {
|
|
148
|
+
class: /*#__PURE__*/normalizeClass(['-m-xs', 'ml-none'])
|
|
149
|
+
};
|
|
147
150
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
148
151
|
const _component_OrLabel = resolveComponent("OrLabel");
|
|
149
152
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
@@ -186,7 +189,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
186
189
|
onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
|
|
187
190
|
onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
|
|
188
191
|
onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
|
|
189
|
-
}), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), _ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
192
|
+
}), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
190
193
|
key: 0,
|
|
191
194
|
icon: {
|
|
192
195
|
icon: _ctx.disclosed ? 'visibility_off' : 'visibility',
|
|
@@ -207,7 +210,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
207
210
|
key: 1,
|
|
208
211
|
icon: 'search',
|
|
209
212
|
variant: 'outlined'
|
|
210
|
-
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)]),
|
|
213
|
+
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])]),
|
|
211
214
|
_: 1 /* STABLE */
|
|
212
215
|
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.invalid ? (openBlock(), createBlock(_component_OrHint, {
|
|
213
216
|
key: 1,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { debouncedWatch } from '@vueuse/core';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import { s as script$1 } from './OrInput-
|
|
4
|
+
import { s as script$1 } from './OrInput-d57fb77c.js';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox-634230b1.js';
|
|
6
6
|
import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@ import { s as script$3 } from './OrExpansionPanel-1e2a6375.js';
|
|
|
9
9
|
import { s as script$4 } from './OrHint-73835593.js';
|
|
10
10
|
import { s as script$5 } from './OrIcon-b3906e35.js';
|
|
11
11
|
import { s as script$7, a as InputBoxSize } from './OrInputBox-634230b1.js';
|
|
12
|
-
import { s as script$6 } from './OrInput-
|
|
12
|
+
import { s as script$6 } from './OrInput-d57fb77c.js';
|
|
13
13
|
import { s as script$8 } from './OrLabel-7d4fe80b.js';
|
|
14
14
|
import { s as script$9 } from './OrMenuItem-8773d073.js';
|
|
15
15
|
import { s as script$a } from './OrPopover-3525c670.js';
|
package/dist/v3/index.js
CHANGED
|
@@ -15,7 +15,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
|
|
|
15
15
|
export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
|
|
16
16
|
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-0a944d25.js';
|
|
17
17
|
export { s as OrConfirm } from './OrConfirm-00134f53.js';
|
|
18
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
18
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-4932ebf1.js';
|
|
19
19
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
|
|
20
20
|
export { s as OrError } from './OrError-f90296db.js';
|
|
21
21
|
export { s as OrErrorTagV3 } from './OrErrorTag-ceefd643.js';
|
|
@@ -33,7 +33,7 @@ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-0c87
|
|
|
33
33
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
|
|
34
34
|
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-d50f03b7.js';
|
|
35
35
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-634230b1.js';
|
|
36
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
36
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-d57fb77c.js';
|
|
37
37
|
export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
|
|
38
38
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
39
39
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-7d4fe80b.js';
|
|
@@ -57,9 +57,9 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
57
57
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
58
58
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
59
59
|
export { s as OrRadioV3 } from './OrRadio-0c1883f2.js';
|
|
60
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
60
|
+
export { s as OrSearchV3 } from './OrSearch-021ab24c.js';
|
|
61
61
|
export { s as OrSelect } from './OrSelect-056731af.js';
|
|
62
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
62
|
+
export { s as OrSelectV3 } from './OrSelect-8992c3dc.js';
|
|
63
63
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
64
64
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-a62972f5.js';
|
|
65
65
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
|
package/dist/v3/index2.js
CHANGED
|
@@ -15,7 +15,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
|
|
|
15
15
|
export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
|
|
16
16
|
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-0a944d25.js';
|
|
17
17
|
export { s as OrConfirm } from './OrConfirm-00134f53.js';
|
|
18
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
18
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-4932ebf1.js';
|
|
19
19
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
|
|
20
20
|
export { s as OrError } from './OrError-f90296db.js';
|
|
21
21
|
export { s as OrErrorTagV3 } from './OrErrorTag-ceefd643.js';
|
|
@@ -33,7 +33,7 @@ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-0c87
|
|
|
33
33
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
|
|
34
34
|
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-d50f03b7.js';
|
|
35
35
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-634230b1.js';
|
|
36
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
36
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-d57fb77c.js';
|
|
37
37
|
export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
|
|
38
38
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
39
39
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-7d4fe80b.js';
|
|
@@ -57,9 +57,9 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
57
57
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
58
58
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
59
59
|
export { s as OrRadioV3 } from './OrRadio-0c1883f2.js';
|
|
60
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
60
|
+
export { s as OrSearchV3 } from './OrSearch-021ab24c.js';
|
|
61
61
|
export { s as OrSelect } from './OrSelect-056731af.js';
|
|
62
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
62
|
+
export { s as OrSelectV3 } from './OrSelect-8992c3dc.js';
|
|
63
63
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
64
64
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-a62972f5.js';
|
|
65
65
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
|
package/dist/v3/index20.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-4932ebf1.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './OrButton-12b36e89.js';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -8,7 +8,7 @@ import 'vue';
|
|
|
8
8
|
import './OrOverlay-27050c19.js';
|
|
9
9
|
import './useElevation-0e973238.js';
|
|
10
10
|
import './OrTeleport.vue3-8099178c.js';
|
|
11
|
-
import './OrInput-
|
|
11
|
+
import './OrInput-d57fb77c.js';
|
|
12
12
|
import './OrError-19a62a18.js';
|
|
13
13
|
import './OrHint-73835593.js';
|
|
14
14
|
import './OrIconButton-eef9eb43.js';
|
package/dist/v3/index38.js
CHANGED
package/dist/v3/index62.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
1
|
+
export { s as OrSearchV3 } from './OrSearch-021ab24c.js';
|
|
2
2
|
export { a as SearchSize } from './OrInputBox-634230b1.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './useClassAttribute-47fdb016.js';
|
|
6
|
-
import './OrInput-
|
|
6
|
+
import './OrInput-d57fb77c.js';
|
|
7
7
|
import './OrError-19a62a18.js';
|
|
8
8
|
import 'vue';
|
|
9
9
|
import './OrHint-73835593.js';
|
package/dist/v3/index64.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from './OrSelect-8992c3dc.js';
|
|
2
2
|
export { a as SelectSize } from './OrInputBox-634230b1.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './dropdown-open-0d314aa4.js';
|
|
@@ -13,7 +13,7 @@ import './OrError-19a62a18.js';
|
|
|
13
13
|
import './OrExpansionPanel-1e2a6375.js';
|
|
14
14
|
import './OrIcon-b3906e35.js';
|
|
15
15
|
import './OrHint-73835593.js';
|
|
16
|
-
import './OrInput-
|
|
16
|
+
import './OrInput-d57fb77c.js';
|
|
17
17
|
import './OrIconButton-eef9eb43.js';
|
|
18
18
|
import './OrTooltip-36c6728c.js';
|
|
19
19
|
import './OrPopover-3525c670.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.62.
|
|
3
|
+
"version": "2.62.5",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "b6306c14194b91b358a944892b94643fc32a4773"
|
|
83
83
|
}
|
|
@@ -41,32 +41,34 @@
|
|
|
41
41
|
@blur="$emit('blur', $event)"
|
|
42
42
|
>
|
|
43
43
|
|
|
44
|
-
<
|
|
45
|
-
<
|
|
46
|
-
:icon="{ icon: disclosed ? 'visibility_off' : 'visibility', variant: 'filled' }"
|
|
47
|
-
:color="'inherit'"
|
|
48
|
-
:disabled="disabled"
|
|
49
|
-
@click.stop="disclosed = !disclosed"
|
|
50
|
-
/>
|
|
51
|
-
</template>
|
|
52
|
-
|
|
53
|
-
<template v-if="type === 'search'">
|
|
54
|
-
<template v-if="modelValue">
|
|
44
|
+
<div :class="['-m-xs', 'ml-none']">
|
|
45
|
+
<template v-if="type === 'password'">
|
|
55
46
|
<OrIconButton
|
|
56
|
-
:icon="'
|
|
47
|
+
:icon="{ icon: disclosed ? 'visibility_off' : 'visibility', variant: 'filled' }"
|
|
57
48
|
:color="'inherit'"
|
|
58
49
|
:disabled="disabled"
|
|
59
|
-
@click.stop="
|
|
50
|
+
@click.stop="disclosed = !disclosed"
|
|
60
51
|
/>
|
|
61
52
|
</template>
|
|
62
53
|
|
|
63
|
-
<template v-
|
|
64
|
-
<
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
54
|
+
<template v-if="type === 'search'">
|
|
55
|
+
<template v-if="modelValue">
|
|
56
|
+
<OrIconButton
|
|
57
|
+
:icon="'close'"
|
|
58
|
+
:color="'inherit'"
|
|
59
|
+
:disabled="disabled"
|
|
60
|
+
@click.stop="$emit('update:modelValue', '')"
|
|
61
|
+
/>
|
|
62
|
+
</template>
|
|
63
|
+
|
|
64
|
+
<template v-else>
|
|
65
|
+
<OrIcon
|
|
66
|
+
:icon="'search'"
|
|
67
|
+
:variant="'outlined'"
|
|
68
|
+
/>
|
|
69
|
+
</template>
|
|
68
70
|
</template>
|
|
69
|
-
</
|
|
71
|
+
</div>
|
|
70
72
|
</OrInputBox>
|
|
71
73
|
|
|
72
74
|
<template v-if="!invalid">
|