@onereach/ui-components 2.75.2-beta.2393.0 → 2.76.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/{OrCardCollection-04e767c2.js → OrCardCollection-a9cc4cd6.js} +1 -1
- package/dist/bundled/v2/{OrConfirm-a76ff6d2.js → OrConfirm-de17ffd2.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-9304f205.js → OrInlineInput-20e93482.js} +9 -11
- package/dist/bundled/v2/{OrInlineTextarea-e0d28fc6.js → OrInlineTextarea-e849ae9b.js} +9 -11
- package/dist/bundled/v2/{OrInput-b8511a0c.js → OrInput-7e5430e1.js} +11 -12
- package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
- package/dist/bundled/v2/{OrSearch-60b64568.js → OrSearch-b3f34499.js} +2 -2
- package/dist/bundled/v2/{OrSelect-752bdd3b.js → OrSelect-982350b0.js} +11 -10
- package/dist/bundled/v2/{OrTextarea-5fdf63d0.js → OrTextarea-53d756e4.js} +11 -12
- package/dist/bundled/v2/components/index.js +10 -9
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -4
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.js +146 -0
- package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-input-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/bundled/v2/index.js +11 -10
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-e71a0ea0.js → OrCardCollection.vue_vue_type_script_lang-fdf213e1.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-b550c3d3.js → OrConfirm.vue_vue_type_script_lang-7a81cfa6.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-cd4a64f6.js → OrInlineInput.vue_vue_type_script_lang-18853dd7.js} +3 -5
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-a73ff1ee.js → OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js} +3 -5
- package/dist/bundled/v3/{OrInput-6d49f353.js → OrInput-c514ceff.js} +5 -5
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-af68d0e7.js → OrInput.vue_vue_type_script_lang-09a6138d.js} +6 -7
- package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-44f37541.js} +1 -1
- package/dist/{esm/v2/OrInputBox-53d1f66d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js} +3 -53
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-8c37e5a7.js → OrSearch.vue_vue_type_script_lang-42283e88.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-35ac0247.js → OrSelect.vue_vue_type_script_lang-c43b8138.js} +9 -8
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-de99a858.js → OrTextarea.vue_vue_type_script_lang-b2899ba6.js} +6 -7
- package/dist/bundled/v3/components/index.js +12 -11
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +7 -6
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.js +128 -0
- package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-confirm-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-search-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-select-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
- package/dist/bundled/v3/index.js +35 -34
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/esm/v2/{OrCardCollection-f7856175.js → OrCardCollection-77a9b0b5.js} +2 -2
- package/dist/esm/v2/{OrConfirm-98d62065.js → OrConfirm-81ae8af5.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-df02ab5d.js → OrInlineInput-b003ddde.js} +9 -11
- package/dist/esm/v2/{OrInlineTextarea-ad120656.js → OrInlineTextarea-6349b529.js} +9 -11
- package/dist/esm/v2/{OrInput-3bb91436.js → OrInput-d4707fb9.js} +11 -12
- package/dist/esm/v2/OrInputBox-5c4b3104.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js} +1 -1
- package/dist/esm/v2/{OrSearch-dad9b02f.js → OrSearch-5b257f78.js} +2 -2
- package/dist/esm/v2/{OrSelect-7ef80130.js → OrSelect-246d8584.js} +11 -10
- package/dist/esm/v2/{OrTextarea-0a64f718.js → OrTextarea-0bf9bf33.js} +11 -12
- package/dist/esm/v2/components/index.js +10 -9
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -4
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.js +143 -0
- package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -3
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-input-v3/index.js +3 -2
- package/dist/esm/v2/components/or-search-v3/index.js +4 -3
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-select-v3/index.js +4 -3
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/esm/v2/index.js +10 -9
- package/dist/esm/v3/{OrCardCollection-4cb41408.js → OrCardCollection-e8ab1e4f.js} +1 -1
- package/dist/esm/v3/{OrConfirm-19da64d1.js → OrConfirm-19397045.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-cd3753ee.js → OrInlineInput-65127ed7.js} +7 -9
- package/dist/esm/v3/{OrInlineTextarea-4c5b0390.js → OrInlineTextarea-176a2701.js} +7 -9
- package/dist/esm/v3/{OrInput-ae9f6871.js → OrInput-209bd3fc.js} +7 -9
- package/dist/esm/v3/{OrSearch-6f6b4fcd.js → OrSearch-3bba0a99.js} +1 -1
- package/dist/esm/v3/{OrSelect-96bf9b63.js → OrSelect-ba567dd1.js} +9 -9
- package/dist/esm/v3/{OrTextarea-42d21f77.js → OrTextarea-14a6b456.js} +7 -9
- package/dist/esm/v3/components/index.js +8 -8
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.js +127 -0
- package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-search-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
- package/dist/esm/v3/index.js +8 -8
- package/package.json +4 -3
- package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +201 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +127 -0
- package/src/components/or-combined-input-v3/index.ts +2 -0
- package/src/components/or-combined-input-v3/props.ts +1 -0
- package/src/components/or-combined-input-v3/styles.ts +25 -0
- package/src/components/or-inline-input-v3/OrInlineInput.vue +4 -7
- package/src/components/or-inline-input-v3/styles.ts +2 -2
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +4 -7
- package/src/components/or-inline-textarea-v3/styles.ts +2 -2
- package/src/components/or-input-v3/OrInput.vue +4 -7
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +4 -6
- package/src/components/or-select-v3/styles.ts +4 -1
- package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +1 -1
- package/src/components/or-textarea-v3/OrTextarea.vue +4 -7
- package/src/components/or-textarea-v3/styles.ts +2 -2
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
+
import { s as script$1 } from '../../OrError-19198748.js';
|
|
3
|
+
import { s as script$2 } from '../../OrHint-6863124f.js';
|
|
4
|
+
import { s as script$3 } from '../../OrLabel-f700f9fb.js';
|
|
5
|
+
import { a as InputBoxSize } from '../../OrInputBox-2467d7e4.js';
|
|
6
|
+
export { a as CombinedInputSize } from '../../OrInputBox-2467d7e4.js';
|
|
7
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, Fragment } from 'vue';
|
|
8
|
+
|
|
9
|
+
const CombinedInputRoot = [
|
|
10
|
+
// Layout
|
|
11
|
+
'layout-column',
|
|
12
|
+
// Spacing
|
|
13
|
+
'gap-xs'];
|
|
14
|
+
const CombinedInputControlGroup = [
|
|
15
|
+
// Layout
|
|
16
|
+
'layout-row',
|
|
17
|
+
// Box
|
|
18
|
+
'w-full',
|
|
19
|
+
// Shape (.or-input-box)
|
|
20
|
+
'[&_.or-input-box]:first-child:rounded-r-0', '[&_.or-input-box]:intermediate-child:rounded-0', '[&_.or-input-box]:last-child:rounded-l-0',
|
|
21
|
+
// Spacing (.or-input-box)
|
|
22
|
+
'[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
|
|
23
|
+
|
|
24
|
+
var script = defineComponent({
|
|
25
|
+
name: 'OrCombinedInput',
|
|
26
|
+
components: {
|
|
27
|
+
OrError: script$1,
|
|
28
|
+
OrHint: script$2,
|
|
29
|
+
OrLabel: script$3
|
|
30
|
+
},
|
|
31
|
+
props: {
|
|
32
|
+
size: {
|
|
33
|
+
type: String,
|
|
34
|
+
default: InputBoxSize.M
|
|
35
|
+
},
|
|
36
|
+
label: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: undefined
|
|
39
|
+
},
|
|
40
|
+
hint: {
|
|
41
|
+
type: String,
|
|
42
|
+
default: undefined
|
|
43
|
+
},
|
|
44
|
+
error: {
|
|
45
|
+
type: [String, Boolean],
|
|
46
|
+
default: undefined
|
|
47
|
+
},
|
|
48
|
+
required: {
|
|
49
|
+
type: Boolean,
|
|
50
|
+
default: false
|
|
51
|
+
},
|
|
52
|
+
readonly: {
|
|
53
|
+
type: Boolean,
|
|
54
|
+
default: false
|
|
55
|
+
},
|
|
56
|
+
disabled: {
|
|
57
|
+
type: Boolean,
|
|
58
|
+
default: false
|
|
59
|
+
},
|
|
60
|
+
disableDefaultStyles: {
|
|
61
|
+
type: Boolean,
|
|
62
|
+
default: false
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
setup(props, context) {
|
|
66
|
+
// Refs
|
|
67
|
+
const root = ref();
|
|
68
|
+
// Styles
|
|
69
|
+
const rootStyles = computed(() => ['or-combined-input', ...CombinedInputRoot]);
|
|
70
|
+
const controlGroup = computed(() => [...CombinedInputControlGroup]);
|
|
71
|
+
return {
|
|
72
|
+
root,
|
|
73
|
+
rootStyles,
|
|
74
|
+
controlGroup
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
80
|
+
const _component_OrLabel = resolveComponent("OrLabel");
|
|
81
|
+
const _component_OrHint = resolveComponent("OrHint");
|
|
82
|
+
const _component_OrError = resolveComponent("OrError");
|
|
83
|
+
return openBlock(), createElementBlock("div", {
|
|
84
|
+
ref: "root",
|
|
85
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
86
|
+
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
87
|
+
key: 0,
|
|
88
|
+
variant: 'input',
|
|
89
|
+
required: _ctx.required,
|
|
90
|
+
disabled: _ctx.disabled
|
|
91
|
+
}, {
|
|
92
|
+
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
93
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
|
|
94
|
+
|
|
95
|
+
_: 3 /* FORWARDED */
|
|
96
|
+
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
97
|
+
class: normalizeClass(_ctx.controlGroup)
|
|
98
|
+
}, [renderSlot(_ctx.$slots, "default", {
|
|
99
|
+
size: _ctx.size,
|
|
100
|
+
error: !!_ctx.error,
|
|
101
|
+
required: _ctx.required,
|
|
102
|
+
readonly: _ctx.readonly,
|
|
103
|
+
disabled: _ctx.disabled,
|
|
104
|
+
disableDefaultStyles: _ctx.disableDefaultStyles
|
|
105
|
+
})], 2 /* CLASS */), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
106
|
+
key: 1
|
|
107
|
+
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
108
|
+
key: 0,
|
|
109
|
+
disabled: _ctx.disabled
|
|
110
|
+
}, {
|
|
111
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
112
|
+
|
|
113
|
+
_: 1 /* STABLE */
|
|
114
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
115
|
+
key: 2,
|
|
116
|
+
disabled: _ctx.disabled
|
|
117
|
+
}, {
|
|
118
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
119
|
+
|
|
120
|
+
_: 1 /* STABLE */
|
|
121
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
script.render = render;
|
|
125
|
+
script.__file = "src/components/or-combined-input-v3/OrCombinedInput.vue";
|
|
126
|
+
|
|
127
|
+
export { script as OrCombinedInputV3 };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputBoxSize as CombinedInputSize } from '../or-input-box-v3';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-19397045.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../OrButton-9f059df6.js';
|
|
6
6
|
import '../../OrLoader-18f66bca.js';
|
|
7
7
|
import 'vue';
|
|
8
|
-
import '../../OrInput-
|
|
8
|
+
import '../../OrInput-209bd3fc.js';
|
|
9
9
|
import '../../useIdAttribute-859439f0.js';
|
|
10
10
|
import '../../useResponsive-a02e95b7.js';
|
|
11
11
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -23,7 +23,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
23
23
|
draftModelValue: import("@vue/composition-api").Ref<string | number>;
|
|
24
24
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
25
25
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
26
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
27
26
|
activated: import("@vue/composition-api").Ref<boolean>;
|
|
28
27
|
onFocus: (event: Event) => void;
|
|
29
28
|
onBlur: (event: Event) => void;
|
|
@@ -57,7 +56,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
57
56
|
default: undefined;
|
|
58
57
|
};
|
|
59
58
|
error: {
|
|
60
|
-
type: StringConstructor;
|
|
59
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
61
60
|
default: undefined;
|
|
62
61
|
};
|
|
63
62
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
@@ -86,7 +85,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
86
85
|
default: undefined;
|
|
87
86
|
};
|
|
88
87
|
error: {
|
|
89
|
-
type: StringConstructor;
|
|
88
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
90
89
|
default: undefined;
|
|
91
90
|
};
|
|
92
91
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
@@ -96,7 +95,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
96
95
|
size: InlineInputSize;
|
|
97
96
|
placeholder: string;
|
|
98
97
|
hint: string;
|
|
99
|
-
error: string;
|
|
98
|
+
error: string | boolean;
|
|
100
99
|
} & {} & {
|
|
101
100
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
102
101
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -122,7 +121,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
122
121
|
draftModelValue: import("@vue/composition-api").Ref<string | number>;
|
|
123
122
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
124
123
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
125
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
126
124
|
activated: import("@vue/composition-api").Ref<boolean>;
|
|
127
125
|
onFocus: (event: Event) => void;
|
|
128
126
|
onBlur: (event: Event) => void;
|
|
@@ -137,7 +135,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
137
135
|
size: InlineInputSize;
|
|
138
136
|
placeholder: string;
|
|
139
137
|
hint: string;
|
|
140
|
-
error: string;
|
|
138
|
+
error: string | boolean;
|
|
141
139
|
} & {} & {
|
|
142
140
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
143
141
|
}, {
|
|
@@ -147,6 +145,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
147
145
|
size: InlineInputSize;
|
|
148
146
|
placeholder: string;
|
|
149
147
|
hint: string;
|
|
150
|
-
error: string;
|
|
148
|
+
error: string | boolean;
|
|
151
149
|
}, true>);
|
|
152
150
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-65127ed7.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-09b33e18.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -21,7 +21,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
21
21
|
draftModelValue: import("@vue/composition-api").Ref<string>;
|
|
22
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
23
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
25
24
|
activated: import("@vue/composition-api").Ref<boolean>;
|
|
26
25
|
onFocus: (event: Event) => void;
|
|
27
26
|
onBlur: (event: Event) => void;
|
|
@@ -47,7 +46,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
47
46
|
default: undefined;
|
|
48
47
|
};
|
|
49
48
|
error: {
|
|
50
|
-
type: StringConstructor;
|
|
49
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
51
50
|
default: undefined;
|
|
52
51
|
};
|
|
53
52
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
@@ -68,7 +67,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
68
67
|
default: undefined;
|
|
69
68
|
};
|
|
70
69
|
error: {
|
|
71
|
-
type: StringConstructor;
|
|
70
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
72
71
|
default: undefined;
|
|
73
72
|
};
|
|
74
73
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
@@ -76,7 +75,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
76
75
|
saveOnBlur: boolean;
|
|
77
76
|
placeholder: string;
|
|
78
77
|
hint: string;
|
|
79
|
-
error: string;
|
|
78
|
+
error: string | boolean;
|
|
80
79
|
} & {} & {
|
|
81
80
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
82
81
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -102,7 +101,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
102
101
|
draftModelValue: import("@vue/composition-api").Ref<string>;
|
|
103
102
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
104
103
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
105
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
106
104
|
activated: import("@vue/composition-api").Ref<boolean>;
|
|
107
105
|
onFocus: (event: Event) => void;
|
|
108
106
|
onBlur: (event: Event) => void;
|
|
@@ -115,7 +113,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
115
113
|
saveOnBlur: boolean;
|
|
116
114
|
placeholder: string;
|
|
117
115
|
hint: string;
|
|
118
|
-
error: string;
|
|
116
|
+
error: string | boolean;
|
|
119
117
|
} & {} & {
|
|
120
118
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
121
119
|
}, {
|
|
@@ -123,6 +121,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
123
121
|
saveOnBlur: boolean;
|
|
124
122
|
placeholder: string;
|
|
125
123
|
hint: string;
|
|
126
|
-
error: string;
|
|
124
|
+
error: string | boolean;
|
|
127
125
|
}, true>);
|
|
128
126
|
export default _default;
|
|
@@ -21,7 +21,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
21
21
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
22
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
23
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
25
24
|
disclosed: import("@vue/composition-api").Ref<boolean>;
|
|
26
25
|
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
27
26
|
focus: () => void;
|
|
@@ -52,7 +51,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
52
51
|
default: undefined;
|
|
53
52
|
};
|
|
54
53
|
error: {
|
|
55
|
-
type: StringConstructor;
|
|
54
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
56
55
|
default: undefined;
|
|
57
56
|
};
|
|
58
57
|
loading: {
|
|
@@ -105,7 +104,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
105
104
|
default: undefined;
|
|
106
105
|
};
|
|
107
106
|
error: {
|
|
108
|
-
type: StringConstructor;
|
|
107
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
109
108
|
default: undefined;
|
|
110
109
|
};
|
|
111
110
|
loading: {
|
|
@@ -139,7 +138,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
139
138
|
label: string;
|
|
140
139
|
placeholder: string;
|
|
141
140
|
hint: string;
|
|
142
|
-
error: string;
|
|
141
|
+
error: string | boolean;
|
|
143
142
|
loading: boolean;
|
|
144
143
|
required: boolean;
|
|
145
144
|
readonly: boolean;
|
|
@@ -169,7 +168,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
169
168
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
170
169
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
171
170
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
172
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
173
171
|
disclosed: import("@vue/composition-api").Ref<boolean>;
|
|
174
172
|
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
175
173
|
focus: () => void;
|
|
@@ -181,7 +179,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
181
179
|
label: string;
|
|
182
180
|
placeholder: string;
|
|
183
181
|
hint: string;
|
|
184
|
-
error: string;
|
|
182
|
+
error: string | boolean;
|
|
185
183
|
loading: boolean;
|
|
186
184
|
required: boolean;
|
|
187
185
|
readonly: boolean;
|
|
@@ -197,7 +195,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
197
195
|
label: string;
|
|
198
196
|
placeholder: string;
|
|
199
197
|
hint: string;
|
|
200
|
-
error: string;
|
|
198
|
+
error: string | boolean;
|
|
201
199
|
loading: boolean;
|
|
202
200
|
required: boolean;
|
|
203
201
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../../OrInput-209bd3fc.js';
|
|
2
2
|
export { a as InputSize } from '../../OrInputBox-2467d7e4.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch-3bba0a99.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox-2467d7e4.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-209bd3fc.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
8
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -24,7 +24,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
24
24
|
noSearchResultsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
25
25
|
controlId: import("@vue/composition-api").Ref<string>;
|
|
26
26
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number | (string | number)[]>;
|
|
27
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
28
27
|
readonly: import("@vue/composition-api").ComputedRef<boolean>;
|
|
29
28
|
selection: import("@vue/composition-api").ComputedRef<SelectOption | (SelectOption | undefined)[] | undefined>;
|
|
30
29
|
searchText: import("@vue/composition-api").Ref<string>;
|
|
@@ -73,7 +72,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
73
72
|
default: undefined;
|
|
74
73
|
};
|
|
75
74
|
error: {
|
|
76
|
-
type: StringConstructor;
|
|
75
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
77
76
|
default: undefined;
|
|
78
77
|
};
|
|
79
78
|
required: {
|
|
@@ -138,7 +137,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
138
137
|
default: undefined;
|
|
139
138
|
};
|
|
140
139
|
error: {
|
|
141
|
-
type: StringConstructor;
|
|
140
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
142
141
|
default: undefined;
|
|
143
142
|
};
|
|
144
143
|
required: {
|
|
@@ -178,7 +177,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
178
177
|
size: SelectSize;
|
|
179
178
|
placeholder: string;
|
|
180
179
|
hint: string;
|
|
181
|
-
error: string;
|
|
180
|
+
error: string | boolean;
|
|
182
181
|
required: boolean;
|
|
183
182
|
disabled: boolean;
|
|
184
183
|
disableDefaultStyles: boolean;
|
|
@@ -211,7 +210,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
211
210
|
noSearchResultsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
212
211
|
controlId: import("@vue/composition-api").Ref<string>;
|
|
213
212
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number | (string | number)[]>;
|
|
214
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
215
213
|
readonly: import("@vue/composition-api").ComputedRef<boolean>;
|
|
216
214
|
selection: import("@vue/composition-api").ComputedRef<SelectOption | (SelectOption | undefined)[] | undefined>;
|
|
217
215
|
searchText: import("@vue/composition-api").Ref<string>;
|
|
@@ -235,7 +233,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
235
233
|
size: SelectSize;
|
|
236
234
|
placeholder: string;
|
|
237
235
|
hint: string;
|
|
238
|
-
error: string;
|
|
236
|
+
error: string | boolean;
|
|
239
237
|
required: boolean;
|
|
240
238
|
disabled: boolean;
|
|
241
239
|
disableDefaultStyles: boolean;
|
|
@@ -254,7 +252,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
254
252
|
size: SelectSize;
|
|
255
253
|
placeholder: string;
|
|
256
254
|
hint: string;
|
|
257
|
-
error: string;
|
|
255
|
+
error: string | boolean;
|
|
258
256
|
required: boolean;
|
|
259
257
|
disabled: boolean;
|
|
260
258
|
disableDefaultStyles: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect-ba567dd1.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-2467d7e4.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-0d314aa4.js';
|
|
@@ -13,7 +13,7 @@ import '../../OrError-19198748.js';
|
|
|
13
13
|
import '../../OrExpansionPanel-541cc4c1.js';
|
|
14
14
|
import '../../OrIcon-ea40e58c.js';
|
|
15
15
|
import '../../OrHint-6863124f.js';
|
|
16
|
-
import '../../OrInput-
|
|
16
|
+
import '../../OrInput-209bd3fc.js';
|
|
17
17
|
import '../../useResponsive-a02e95b7.js';
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
19
|
import '../../OrIconButton-385e997c.js';
|
|
@@ -21,7 +21,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
21
21
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
22
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
23
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
25
24
|
focus: () => void;
|
|
26
25
|
blur: () => void;
|
|
27
26
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
@@ -46,7 +45,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
46
45
|
default: undefined;
|
|
47
46
|
};
|
|
48
47
|
error: {
|
|
49
|
-
type: StringConstructor;
|
|
48
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
50
49
|
default: undefined;
|
|
51
50
|
};
|
|
52
51
|
required: {
|
|
@@ -83,7 +82,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
83
82
|
default: undefined;
|
|
84
83
|
};
|
|
85
84
|
error: {
|
|
86
|
-
type: StringConstructor;
|
|
85
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
87
86
|
default: undefined;
|
|
88
87
|
};
|
|
89
88
|
required: {
|
|
@@ -104,7 +103,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
104
103
|
label: string;
|
|
105
104
|
placeholder: string;
|
|
106
105
|
hint: string;
|
|
107
|
-
error: string;
|
|
106
|
+
error: string | boolean;
|
|
108
107
|
required: boolean;
|
|
109
108
|
readonly: boolean;
|
|
110
109
|
disabled: boolean;
|
|
@@ -131,7 +130,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
131
130
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
132
131
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
133
132
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
134
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
135
133
|
focus: () => void;
|
|
136
134
|
blur: () => void;
|
|
137
135
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
@@ -140,7 +138,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
140
138
|
label: string;
|
|
141
139
|
placeholder: string;
|
|
142
140
|
hint: string;
|
|
143
|
-
error: string;
|
|
141
|
+
error: string | boolean;
|
|
144
142
|
required: boolean;
|
|
145
143
|
readonly: boolean;
|
|
146
144
|
disabled: boolean;
|
|
@@ -152,7 +150,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
152
150
|
label: string;
|
|
153
151
|
placeholder: string;
|
|
154
152
|
hint: string;
|
|
155
|
-
error: string;
|
|
153
|
+
error: string | boolean;
|
|
156
154
|
required: boolean;
|
|
157
155
|
readonly: boolean;
|
|
158
156
|
disabled: boolean;
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTT
|
|
|
6
6
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-9f059df6.js';
|
|
7
7
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
8
8
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-1258cd45.js';
|
|
9
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
9
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-e8ab1e4f.js';
|
|
10
10
|
export { s as OrCardV3 } from './OrCard-cd6af82e.js';
|
|
11
11
|
export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-a3a855e8.js';
|
|
12
12
|
export { s as OrCheckbox } from './OrCheckbox-8d8887ea.js';
|
|
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-fe49ca8e.js';
|
|
|
16
16
|
export { s as OrCollapse } from './OrCollapse-37a52e8f.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-9a149e6b.js';
|
|
18
18
|
export { s as OrConfirm } from './OrConfirm-45796889.js';
|
|
19
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
19
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-19397045.js';
|
|
20
20
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-efd8aae7.js';
|
|
21
21
|
export { s as OrError } from './OrError-f90296db.js';
|
|
22
22
|
export { s as OrErrorTagV3 } from './OrErrorTag-0025b17c.js';
|
|
@@ -31,11 +31,11 @@ export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-ed3e10
|
|
|
31
31
|
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-385e997c.js';
|
|
32
32
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from './OrIcon-ea40e58c.js';
|
|
33
33
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-09b33e18.js';
|
|
34
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-
|
|
34
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-65127ed7.js';
|
|
35
35
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-adf71cc1.js';
|
|
36
|
-
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
36
|
+
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-176a2701.js';
|
|
37
37
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-2467d7e4.js';
|
|
38
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
38
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-209bd3fc.js';
|
|
39
39
|
export { s as OrInput } from './OrInput-0dbd5a01.js';
|
|
40
40
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
41
41
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-f700f9fb.js';
|
|
@@ -63,10 +63,10 @@ export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
|
63
63
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
64
64
|
export { s as OrRadioV3 } from './OrRadio-97fb105f.js';
|
|
65
65
|
export { s as OrSearch } from './OrSearch-4a5c943b.js';
|
|
66
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
66
|
+
export { s as OrSearchV3 } from './OrSearch-3bba0a99.js';
|
|
67
67
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-880b4911.js';
|
|
68
68
|
export { s as OrSelect } from './OrSelect-88e5dfaf.js';
|
|
69
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
69
|
+
export { s as OrSelectV3 } from './OrSelect-ba567dd1.js';
|
|
70
70
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
71
71
|
export { s as OrSidebarV3 } from './OrSidebar-64703ef6.js';
|
|
72
72
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-506fc73c.js';
|
|
@@ -88,7 +88,7 @@ export { s as OrTeleport } from './OrTeleport.vue3-9bce0c02.js';
|
|
|
88
88
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
89
89
|
export { s as OrTextV3 } from './OrText-a3b00048.js';
|
|
90
90
|
export { s as OrTextarea } from './OrTextarea-de1ecb0f.js';
|
|
91
|
-
export { s as OrTextareaV3 } from './OrTextarea-
|
|
91
|
+
export { s as OrTextareaV3 } from './OrTextarea-14a6b456.js';
|
|
92
92
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-5c1cf735.js';
|
|
93
93
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-11a58425.js';
|
|
94
94
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.76.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@codemirror/lang-json": "6.0.0",
|
|
39
39
|
"@codemirror/lang-markdown": "6.0.1",
|
|
40
40
|
"@floating-ui/dom": "0.3.1",
|
|
41
|
-
"@onereach/styles": "^2.
|
|
41
|
+
"@onereach/styles": "^2.37.0",
|
|
42
42
|
"@splidejs/splide": "4.0.6",
|
|
43
43
|
"@types/lodash": "4.14.173",
|
|
44
44
|
"@types/sortablejs": "1.10.7",
|
|
@@ -124,5 +124,6 @@
|
|
|
124
124
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
125
125
|
},
|
|
126
126
|
"./package.json": "./package.json"
|
|
127
|
-
}
|
|
127
|
+
},
|
|
128
|
+
"gitHead": "da9fc7845dce9b1f3634f28b170f58f27a01aa7b"
|
|
128
129
|
}
|