@onereach/ui-components 2.69.7-beta.2181.0 → 2.69.7-beta.2182.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-c4209a92.js → OrCardCollection-aa6b8553.js} +1 -1
- package/dist/bundled/v2/{OrCheckbox-dbef9f9a.js → OrCheckbox-4f665252.js} +3 -3
- package/dist/bundled/v2/{OrConfirm-cab6535b.js → OrConfirm-dc704484.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-9add2e1e.js → OrInlineInput-6af4fe07.js} +2 -2
- package/dist/bundled/v2/{OrInlineTextarea-9c6f9044.js → OrInlineTextarea-ddf84267.js} +2 -2
- package/dist/bundled/v2/{OrInput-8b90e08f.js → OrInput-e7b864c1.js} +20 -13
- package/dist/bundled/v2/{OrInputBox-79ec54ad.js → OrInputBox-de8ce3ac.js} +2 -12
- package/dist/bundled/v2/{OrRadio-cd39b20b.js → OrRadio-a60fc5c0.js} +3 -3
- package/dist/bundled/v2/{OrSearch-76b002cf.js → OrSearch-ad84b460.js} +2 -2
- package/dist/bundled/v2/{OrSelect-b7d93d4e.js → OrSelect-b393f564.js} +13 -5
- package/dist/bundled/v2/{OrSwitch-237a2081.js → OrSwitch-fe9b7de7.js} +3 -3
- package/dist/bundled/v2/{OrTag-20db902b.js → OrTag-6440aa89.js} +4 -4
- package/dist/bundled/v2/{OrTextarea-5593fbe9.js → OrTextarea-59fba95c.js} +14 -11
- package/dist/bundled/v2/components/index.js +14 -13
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -4
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -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 +149 -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/index.js +1 -1
- 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/index.js +3 -2
- package/dist/bundled/v2/components/or-radio-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +11 -0
- package/dist/bundled/v2/components/or-select-v3/index.js +6 -5
- package/dist/bundled/v2/components/or-switch-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-tag-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-tag-v3/props.d.ts +1 -1
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/bundled/v2/index.js +15 -14
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js → OrCardCollection.vue_vue_type_script_lang-ece2eab6.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-f57ffa1a.js → OrConfirm.vue_vue_type_script_lang-fcbdf2c6.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-f29483f4.js → OrInlineInput.vue_vue_type_script_lang-84c521f9.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js → OrInlineTextarea.vue_vue_type_script_lang-9c58faeb.js} +2 -2
- package/dist/bundled/v3/{OrInput-fa782fc1.js → OrInput-4ccc2c7b.js} +17 -14
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f6d793d3.js → OrInput.vue_vue_type_script_lang-96ce8121.js} +5 -4
- package/dist/bundled/v3/{OrInputBox-eb54d73d.js → OrInputBox-27aa1cec.js} +1 -1
- package/dist/{esm/v2/OrInputBox-4d5a318d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-28353c10.js} +4 -55
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-014ad470.js → OrSearch.vue_vue_type_script_lang-71fbb2fc.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-25dee18b.js → OrSelect.vue_vue_type_script_lang-363605c5.js} +16 -8
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-8cf66d48.js → OrTag.vue_vue_type_script_lang-dc6a4011.js} +4 -4
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-8e3531cd.js → OrTextarea.vue_vue_type_script_lang-9f2a0234.js} +5 -4
- package/dist/bundled/v3/components/index.js +13 -12
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +7 -6
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -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 +132 -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/index.js +1 -1
- 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/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 +11 -0
- package/dist/bundled/v3/components/or-select-v3/index.js +7 -6
- package/dist/bundled/v3/components/or-tag-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-tag-v3/props.d.ts +1 -1
- package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
- package/dist/bundled/v3/index.js +41 -36
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/esm/v2/{OrCardCollection-57d11adf.js → OrCardCollection-fe34fef3.js} +2 -2
- package/dist/esm/v2/{OrCheckbox-567e387c.js → OrCheckbox-ea48d156.js} +3 -3
- package/dist/esm/v2/{OrConfirm-ec7aef0e.js → OrConfirm-3bead0be.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-cfeeea33.js → OrInlineInput-e32f322f.js} +2 -2
- package/dist/esm/v2/{OrInlineTextarea-897b5377.js → OrInlineTextarea-7296fbdb.js} +2 -2
- package/dist/esm/v2/{OrInput-2f16a7ac.js → OrInput-db0e2368.js} +20 -13
- package/dist/esm/v2/OrInputBox-9d1193b5.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-5ee4ee45.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-328ae841.js} +3 -2
- package/dist/esm/v2/{OrRadio-848ce55d.js → OrRadio-6e10f071.js} +3 -3
- package/dist/esm/v2/{OrSearch-2f260b09.js → OrSearch-9d9459f5.js} +2 -2
- package/dist/esm/v2/{OrSelect-8dbd2696.js → OrSelect-e6aa1b2a.js} +13 -5
- package/dist/esm/v2/{OrSwitch-13b6a7ee.js → OrSwitch-c628d2c5.js} +3 -3
- package/dist/esm/v2/{OrTag-e2e7264d.js → OrTag-cf9c6195.js} +4 -4
- package/dist/esm/v2/{OrTextarea-6712a150.js → OrTextarea-52354386.js} +14 -11
- package/dist/esm/v2/components/index.js +14 -13
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -4
- package/dist/esm/v2/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -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 +147 -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/index.js +1 -1
- 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/index.js +3 -2
- package/dist/esm/v2/components/or-radio-v3/index.js +1 -1
- package/dist/esm/v2/components/or-search-v3/index.js +4 -3
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +11 -0
- package/dist/esm/v2/components/or-select-v3/index.js +6 -5
- package/dist/esm/v2/components/or-switch-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tag-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tag-v3/props.d.ts +1 -1
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/esm/v2/index.js +14 -13
- package/dist/esm/v3/{OrCardCollection-2a6514f3.js → OrCardCollection-8a84f69c.js} +1 -1
- package/dist/esm/v3/{OrCheckbox-3e139eac.js → OrCheckbox-d1b516c8.js} +3 -2
- package/dist/esm/v3/{OrConfirm-5d56cbd3.js → OrConfirm-5bd1f4db.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-31026cd0.js → OrInlineInput-00f0d1b8.js} +2 -2
- package/dist/esm/v3/{OrInlineTextarea-b28c3d8c.js → OrInlineTextarea-c1babfda.js} +2 -2
- package/dist/esm/v3/{OrInput-41691fb3.js → OrInput-2b447f81.js} +18 -15
- package/dist/esm/v3/{OrRadio-54b6d0de.js → OrRadio-ef9d4c6e.js} +3 -2
- package/dist/esm/v3/{OrSearch-e5a2e93e.js → OrSearch-d72cfc74.js} +1 -1
- package/dist/esm/v3/{OrSelect-87a1cc1d.js → OrSelect-e6e006d5.js} +12 -5
- package/dist/esm/v3/{OrSwitch-cca30aa0.js → OrSwitch-cc797a48.js} +3 -3
- package/dist/esm/v3/{OrTag-29dac834.js → OrTag-c0bbaa58.js} +4 -4
- package/dist/esm/v3/{OrTextarea-bb9ef3f2.js → OrTextarea-ed35cd0b.js} +16 -14
- package/dist/esm/v3/components/index.js +12 -12
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -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 +132 -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/index.js +1 -1
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-radio-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 +11 -0
- package/dist/esm/v3/components/or-select-v3/index.js +4 -4
- package/dist/esm/v3/components/or-switch-v3/index.js +1 -1
- package/dist/esm/v3/components/or-tag-v3/index.js +1 -1
- package/dist/esm/v3/components/or-tag-v3/props.d.ts +1 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
- package/dist/esm/v3/index.js +12 -12
- package/package.json +2 -2
- package/src/components/or-checkbox-v3/OrCheckbox.vue +1 -1
- package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +202 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +134 -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/styles.ts +2 -2
- package/src/components/or-inline-textarea-v3/styles.ts +2 -2
- package/src/components/or-input-v3/OrInput.vue +28 -22
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-radio-v3/OrRadio.vue +1 -1
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +6 -0
- package/src/components/or-select-v3/styles.ts +4 -1
- package/src/components/or-switch-v3/OrSwitch.vue +1 -1
- package/src/components/or-tag-v3/OrTag.vue +1 -1
- package/src/components/or-tag-v3/props.ts +1 -1
- package/src/components/or-tag-v3/styles.ts +1 -4
- package/src/components/or-textarea-v3/OrTextarea.vue +5 -1
- package/src/components/or-textarea-v3/styles.ts +2 -2
|
@@ -6,7 +6,7 @@ import { O as OrButton } from './OrButton-4b99c680.js';
|
|
|
6
6
|
import { O as OrMenu } from './OrMenu-fa47c888.js';
|
|
7
7
|
import { O as OrMenuItem } from './OrMenuItem-26420908.js';
|
|
8
8
|
import { O as OrIcon } from './OrIcon-8625385f.js';
|
|
9
|
-
import { O as OrSearch } from './OrSearch-
|
|
9
|
+
import { O as OrSearch } from './OrSearch-ad84b460.js';
|
|
10
10
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
11
11
|
|
|
12
12
|
const CardCollectionRoot = [
|
|
@@ -186,14 +186,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
186
186
|
/* style */
|
|
187
187
|
const __vue_inject_styles__ = function (inject) {
|
|
188
188
|
if (!inject) return;
|
|
189
|
-
inject("data-v-
|
|
190
|
-
source: "input[data-v-
|
|
189
|
+
inject("data-v-83421e44_0", {
|
|
190
|
+
source: "input[data-v-83421e44]{appearance:none;line-height:0}",
|
|
191
191
|
map: undefined,
|
|
192
192
|
media: undefined
|
|
193
193
|
});
|
|
194
194
|
};
|
|
195
195
|
/* scoped */
|
|
196
|
-
const __vue_scope_id__ = "data-v-
|
|
196
|
+
const __vue_scope_id__ = "data-v-83421e44";
|
|
197
197
|
/* module identifier */
|
|
198
198
|
const __vue_module_identifier__ = undefined;
|
|
199
199
|
/* functional template */
|
|
@@ -3,7 +3,7 @@ import { useMagicKeys, whenever } from '@vueuse/core';
|
|
|
3
3
|
import { l as logicAnd } from './index-17f264f9.js';
|
|
4
4
|
import { O as OrOverlay } from './OrOverlay-3c89d622.js';
|
|
5
5
|
import { O as OrButton, a as ButtonColor } from './OrButton-4b99c680.js';
|
|
6
|
-
import { O as OrInput } from './OrInput-
|
|
6
|
+
import { O as OrInput } from './OrInput-e7b864c1.js';
|
|
7
7
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -3,8 +3,9 @@ import { O as OrError } from './OrError-aad17598.js';
|
|
|
3
3
|
import { O as OrHint } from './OrHint-f38a1940.js';
|
|
4
4
|
import { O as OrIcon } from './OrIcon-8625385f.js';
|
|
5
5
|
import { O as OrIconButton } from './OrIconButton-a215104c.js';
|
|
6
|
-
import { O as OrInputBox
|
|
6
|
+
import { O as OrInputBox } from './OrInputBox-de8ce3ac.js';
|
|
7
7
|
import { O as OrLabel } from './OrLabel-172c4b89.js';
|
|
8
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
8
9
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
9
10
|
import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
10
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -24,8 +25,8 @@ const InputRoot = [
|
|
|
24
25
|
// Spacing
|
|
25
26
|
'gap-xs'];
|
|
26
27
|
const InputControl = [
|
|
27
|
-
//
|
|
28
|
-
'
|
|
28
|
+
// Box
|
|
29
|
+
'w-full',
|
|
29
30
|
// Typography
|
|
30
31
|
'typography-inherit',
|
|
31
32
|
// Theme
|
|
@@ -151,10 +152,10 @@ var __vue_render__ = function () {
|
|
|
151
152
|
var _vm = this;
|
|
152
153
|
var _h = _vm.$createElement;
|
|
153
154
|
var _c = _vm._self._c || _h;
|
|
154
|
-
return _c('div', {
|
|
155
|
+
return _c('div', _vm._b({
|
|
155
156
|
ref: "root",
|
|
156
157
|
class: _vm.rootStyles
|
|
157
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
158
|
+
}, 'div', _vm.$attrs, false), [_vm.label ? [_c('OrLabel', {
|
|
158
159
|
attrs: {
|
|
159
160
|
"control-id": _vm.controlId,
|
|
160
161
|
"variant": 'input',
|
|
@@ -176,7 +177,7 @@ var __vue_render__ = function () {
|
|
|
176
177
|
"readonly": _vm.readonly,
|
|
177
178
|
"disabled": _vm.disabled
|
|
178
179
|
}
|
|
179
|
-
}, [(_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'checkbox' ? _c('input',
|
|
180
|
+
}, [(_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'checkbox' ? _c('input', {
|
|
180
181
|
directives: [{
|
|
181
182
|
name: "model",
|
|
182
183
|
rawName: "v-model",
|
|
@@ -190,6 +191,8 @@ var __vue_render__ = function () {
|
|
|
190
191
|
"placeholder": _vm.placeholder,
|
|
191
192
|
"required": _vm.required,
|
|
192
193
|
"disabled": _vm.disabled,
|
|
194
|
+
"readonly": _vm.readonly,
|
|
195
|
+
"maxlength": _vm.maxLength,
|
|
193
196
|
"type": "checkbox"
|
|
194
197
|
},
|
|
195
198
|
domProps: {
|
|
@@ -225,7 +228,7 @@ var __vue_render__ = function () {
|
|
|
225
228
|
}
|
|
226
229
|
}
|
|
227
230
|
}
|
|
228
|
-
}
|
|
231
|
+
}) : (_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'radio' ? _c('input', {
|
|
229
232
|
directives: [{
|
|
230
233
|
name: "model",
|
|
231
234
|
rawName: "v-model",
|
|
@@ -239,6 +242,8 @@ var __vue_render__ = function () {
|
|
|
239
242
|
"placeholder": _vm.placeholder,
|
|
240
243
|
"required": _vm.required,
|
|
241
244
|
"disabled": _vm.disabled,
|
|
245
|
+
"readonly": _vm.readonly,
|
|
246
|
+
"maxlength": _vm.maxLength,
|
|
242
247
|
"type": "radio"
|
|
243
248
|
},
|
|
244
249
|
domProps: {
|
|
@@ -261,7 +266,7 @@ var __vue_render__ = function () {
|
|
|
261
266
|
_vm.proxyModelValue = null;
|
|
262
267
|
}
|
|
263
268
|
}
|
|
264
|
-
}
|
|
269
|
+
}) : _c('input', {
|
|
265
270
|
directives: [{
|
|
266
271
|
name: "model",
|
|
267
272
|
rawName: "v-model",
|
|
@@ -275,6 +280,8 @@ var __vue_render__ = function () {
|
|
|
275
280
|
"placeholder": _vm.placeholder,
|
|
276
281
|
"required": _vm.required,
|
|
277
282
|
"disabled": _vm.disabled,
|
|
283
|
+
"readonly": _vm.readonly,
|
|
284
|
+
"maxlength": _vm.maxLength,
|
|
278
285
|
"type": _vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type
|
|
279
286
|
},
|
|
280
287
|
domProps: {
|
|
@@ -300,7 +307,7 @@ var __vue_render__ = function () {
|
|
|
300
307
|
_vm.proxyModelValue = $event.target.value;
|
|
301
308
|
}
|
|
302
309
|
}
|
|
303
|
-
}
|
|
310
|
+
}), _vm._v(" "), _vm.type !== 'text' ? [_c('div', {
|
|
304
311
|
class: ['layout-row']
|
|
305
312
|
}, [_vm.type === 'password' ? [_c('OrIconButton', {
|
|
306
313
|
attrs: {
|
|
@@ -334,7 +341,7 @@ var __vue_render__ = function () {
|
|
|
334
341
|
"icon": 'search',
|
|
335
342
|
"variant": 'outlined'
|
|
336
343
|
}
|
|
337
|
-
})]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
344
|
+
})]] : _vm._e()], 2)] : _vm._e()], 2), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
338
345
|
attrs: {
|
|
339
346
|
"disabled": _vm.disabled
|
|
340
347
|
},
|
|
@@ -363,14 +370,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
363
370
|
/* style */
|
|
364
371
|
const __vue_inject_styles__ = function (inject) {
|
|
365
372
|
if (!inject) return;
|
|
366
|
-
inject("data-v-
|
|
367
|
-
source: "input[data-v-
|
|
373
|
+
inject("data-v-2cb9359c_0", {
|
|
374
|
+
source: "input[data-v-2cb9359c]{min-width:0;background:0 0;outline:0}input[type=number][data-v-2cb9359c]::-webkit-inner-spin-button{display:none}input[type=search][data-v-2cb9359c]::-webkit-search-cancel-button{display:none}",
|
|
368
375
|
map: undefined,
|
|
369
376
|
media: undefined
|
|
370
377
|
});
|
|
371
378
|
};
|
|
372
379
|
/* scoped */
|
|
373
|
-
const __vue_scope_id__ = "data-v-
|
|
380
|
+
const __vue_scope_id__ = "data-v-2cb9359c";
|
|
374
381
|
/* module identifier */
|
|
375
382
|
const __vue_module_identifier__ = undefined;
|
|
376
383
|
/* functional template */
|
|
@@ -1,19 +1,9 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
+
import { I as InputBoxVariant, a as InputBoxSize } from './props-78496a2d.js';
|
|
2
3
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
3
4
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
6
|
|
|
6
|
-
var InputBoxVariant;
|
|
7
|
-
(function (InputBoxVariant) {
|
|
8
|
-
InputBoxVariant["Styled"] = "styled";
|
|
9
|
-
InputBoxVariant["Unstyled"] = "unstyled";
|
|
10
|
-
})(InputBoxVariant || (InputBoxVariant = {}));
|
|
11
|
-
var InputBoxSize;
|
|
12
|
-
(function (InputBoxSize) {
|
|
13
|
-
InputBoxSize["M"] = "m";
|
|
14
|
-
InputBoxSize["S"] = "s";
|
|
15
|
-
})(InputBoxSize || (InputBoxSize = {}));
|
|
16
|
-
|
|
17
7
|
const InputBoxRoot = [
|
|
18
8
|
// Layout
|
|
19
9
|
'layout-row',
|
|
@@ -137,4 +127,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
137
127
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
138
128
|
var OrInputBox = __vue_component__;
|
|
139
129
|
|
|
140
|
-
export {
|
|
130
|
+
export { OrInputBox as O };
|
|
@@ -168,14 +168,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
168
168
|
/* style */
|
|
169
169
|
const __vue_inject_styles__ = function (inject) {
|
|
170
170
|
if (!inject) return;
|
|
171
|
-
inject("data-v-
|
|
172
|
-
source: "input[data-v-
|
|
171
|
+
inject("data-v-f9edd250_0", {
|
|
172
|
+
source: "input[data-v-f9edd250]{appearance:none;line-height:0}",
|
|
173
173
|
map: undefined,
|
|
174
174
|
media: undefined
|
|
175
175
|
});
|
|
176
176
|
};
|
|
177
177
|
/* scoped */
|
|
178
|
-
const __vue_scope_id__ = "data-v-
|
|
178
|
+
const __vue_scope_id__ = "data-v-f9edd250";
|
|
179
179
|
/* module identifier */
|
|
180
180
|
const __vue_module_identifier__ = undefined;
|
|
181
181
|
/* functional template */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { debouncedWatch } from '@vueuse/core';
|
|
3
|
-
import { O as OrInput } from './OrInput-
|
|
3
|
+
import { O as OrInput } from './OrInput-e7b864c1.js';
|
|
4
4
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
5
5
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
|
-
import { a as InputBoxSize } from './
|
|
6
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
9
9
|
var script = defineComponent({
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrCheckbox } from './OrCheckbox-
|
|
2
|
+
import { O as OrCheckbox } from './OrCheckbox-4f665252.js';
|
|
3
3
|
import { O as OrError } from './OrError-aad17598.js';
|
|
4
4
|
import { O as OrExpansionPanel } from './OrExpansionPanel-995caa85.js';
|
|
5
5
|
import { O as OrHint } from './OrHint-f38a1940.js';
|
|
6
6
|
import { O as OrIcon } from './OrIcon-8625385f.js';
|
|
7
|
-
import { O as OrInput } from './OrInput-
|
|
8
|
-
import { O as OrInputBox
|
|
7
|
+
import { O as OrInput } from './OrInput-e7b864c1.js';
|
|
8
|
+
import { O as OrInputBox } from './OrInputBox-de8ce3ac.js';
|
|
9
9
|
import { O as OrLabel } from './OrLabel-172c4b89.js';
|
|
10
10
|
import { O as OrMenuItem } from './OrMenuItem-26420908.js';
|
|
11
11
|
import { O as OrPopover } from './OrPopover-5dc240f1.js';
|
|
12
|
-
import { O as OrTag } from './OrTag-
|
|
12
|
+
import { O as OrTag } from './OrTag-6440aa89.js';
|
|
13
13
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e2a93aaf.js';
|
|
14
14
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
15
15
|
import { u as useOverflow } from './useOverflow-bae6342f.js';
|
|
16
16
|
import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
17
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
17
18
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
18
19
|
|
|
19
20
|
const SelectRoot = [
|
|
@@ -23,7 +24,9 @@ const SelectRoot = [
|
|
|
23
24
|
'gap-xs'];
|
|
24
25
|
const SelectControl = [
|
|
25
26
|
// Layout
|
|
26
|
-
'layout-row
|
|
27
|
+
'layout-row',
|
|
28
|
+
// Box
|
|
29
|
+
'w-full',
|
|
27
30
|
// Overflow
|
|
28
31
|
'overflow-hidden',
|
|
29
32
|
// Spacing
|
|
@@ -121,6 +124,10 @@ var script = defineComponent({
|
|
|
121
124
|
type: Boolean,
|
|
122
125
|
default: false
|
|
123
126
|
},
|
|
127
|
+
disableDefaultStyles: {
|
|
128
|
+
type: Boolean,
|
|
129
|
+
default: false
|
|
130
|
+
},
|
|
124
131
|
enableSearch: {
|
|
125
132
|
type: Boolean,
|
|
126
133
|
default: false
|
|
@@ -326,6 +333,7 @@ var __vue_render__ = function () {
|
|
|
326
333
|
ref: "inputBox",
|
|
327
334
|
class: [_vm.popoverState === 'open' && 'rounded-b-0'],
|
|
328
335
|
attrs: {
|
|
336
|
+
"variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
329
337
|
"size": _vm.size,
|
|
330
338
|
"invalid": _vm.invalid,
|
|
331
339
|
"readonly": _vm.readonly,
|
|
@@ -220,14 +220,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
220
220
|
/* style */
|
|
221
221
|
const __vue_inject_styles__ = function (inject) {
|
|
222
222
|
if (!inject) return;
|
|
223
|
-
inject("data-v-
|
|
224
|
-
source: "input[data-v-
|
|
223
|
+
inject("data-v-3bd834ea_0", {
|
|
224
|
+
source: "input[data-v-3bd834ea]{appearance:none;line-height:0}",
|
|
225
225
|
map: undefined,
|
|
226
226
|
media: undefined
|
|
227
227
|
});
|
|
228
228
|
};
|
|
229
229
|
/* scoped */
|
|
230
|
-
const __vue_scope_id__ = "data-v-
|
|
230
|
+
const __vue_scope_id__ = "data-v-3bd834ea";
|
|
231
231
|
/* module identifier */
|
|
232
232
|
const __vue_module_identifier__ = undefined;
|
|
233
233
|
/* functional template */
|
|
@@ -12,7 +12,7 @@ var TagVariant;
|
|
|
12
12
|
})(TagVariant || (TagVariant = {}));
|
|
13
13
|
var TagColor;
|
|
14
14
|
(function (TagColor) {
|
|
15
|
-
TagColor["
|
|
15
|
+
TagColor["Primary"] = "primary";
|
|
16
16
|
TagColor["Danger"] = "danger";
|
|
17
17
|
})(TagColor || (TagColor = {}));
|
|
18
18
|
|
|
@@ -41,9 +41,9 @@ const TagRootVariants = {
|
|
|
41
41
|
'interactivity-none']
|
|
42
42
|
};
|
|
43
43
|
const TagRootColors = {
|
|
44
|
-
'
|
|
44
|
+
'primary': [
|
|
45
45
|
// Theme
|
|
46
|
-
'theme-preset-2-primary', 'dark:theme-preset-2-primary-dark'
|
|
46
|
+
'theme-preset-2-primary', 'dark:theme-preset-2-primary-dark'],
|
|
47
47
|
'danger': [
|
|
48
48
|
// Theme
|
|
49
49
|
'theme-preset-2-error', 'dark:theme-preset-2-error-dark']
|
|
@@ -62,7 +62,7 @@ var script = defineComponent({
|
|
|
62
62
|
},
|
|
63
63
|
color: {
|
|
64
64
|
type: String,
|
|
65
|
-
default: TagColor.
|
|
65
|
+
default: TagColor.Primary
|
|
66
66
|
},
|
|
67
67
|
disabled: {
|
|
68
68
|
type: Boolean,
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrError } from './OrError-aad17598.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-f38a1940.js';
|
|
4
|
-
import { O as OrInputBox
|
|
4
|
+
import { O as OrInputBox } from './OrInputBox-de8ce3ac.js';
|
|
5
5
|
import { O as OrLabel } from './OrLabel-172c4b89.js';
|
|
6
6
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
7
7
|
import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
8
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
10
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
10
11
|
|
|
@@ -14,8 +15,8 @@ const TextareaRoot = [
|
|
|
14
15
|
// Spacing
|
|
15
16
|
'gap-xs'];
|
|
16
17
|
const TextareaControl = [
|
|
17
|
-
//
|
|
18
|
-
'
|
|
18
|
+
// Box
|
|
19
|
+
'w-full',
|
|
19
20
|
// Typography
|
|
20
21
|
'typography-inherit',
|
|
21
22
|
// Theme
|
|
@@ -121,10 +122,10 @@ var __vue_render__ = function () {
|
|
|
121
122
|
var _vm = this;
|
|
122
123
|
var _h = _vm.$createElement;
|
|
123
124
|
var _c = _vm._self._c || _h;
|
|
124
|
-
return _c('div', {
|
|
125
|
+
return _c('div', _vm._b({
|
|
125
126
|
ref: "root",
|
|
126
127
|
class: _vm.rootStyles
|
|
127
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
128
|
+
}, 'div', _vm.$attrs, false), [_vm.label ? [_c('OrLabel', {
|
|
128
129
|
attrs: {
|
|
129
130
|
"control-id": _vm.controlId,
|
|
130
131
|
"variant": 'input',
|
|
@@ -145,7 +146,7 @@ var __vue_render__ = function () {
|
|
|
145
146
|
"readonly": _vm.readonly,
|
|
146
147
|
"disabled": _vm.disabled
|
|
147
148
|
}
|
|
148
|
-
}, [_c('textarea',
|
|
149
|
+
}, [_c('textarea', {
|
|
149
150
|
directives: [{
|
|
150
151
|
name: "model",
|
|
151
152
|
rawName: "v-model",
|
|
@@ -157,7 +158,9 @@ var __vue_render__ = function () {
|
|
|
157
158
|
"id": _vm.controlId,
|
|
158
159
|
"placeholder": _vm.placeholder,
|
|
159
160
|
"required": _vm.required,
|
|
160
|
-
"disabled": _vm.disabled
|
|
161
|
+
"disabled": _vm.disabled,
|
|
162
|
+
"readonly": _vm.readonly,
|
|
163
|
+
"maxlength": _vm.maxLength
|
|
161
164
|
},
|
|
162
165
|
domProps: {
|
|
163
166
|
"value": _vm.proxyModelValue
|
|
@@ -182,7 +185,7 @@ var __vue_render__ = function () {
|
|
|
182
185
|
_vm.proxyModelValue = $event.target.value;
|
|
183
186
|
}
|
|
184
187
|
}
|
|
185
|
-
}
|
|
188
|
+
})]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
186
189
|
attrs: {
|
|
187
190
|
"disabled": _vm.disabled
|
|
188
191
|
},
|
|
@@ -211,14 +214,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
211
214
|
/* style */
|
|
212
215
|
const __vue_inject_styles__ = function (inject) {
|
|
213
216
|
if (!inject) return;
|
|
214
|
-
inject("data-v-
|
|
215
|
-
source: "textarea[data-v-
|
|
217
|
+
inject("data-v-3c0ea336_0", {
|
|
218
|
+
source: "textarea[data-v-3c0ea336]{min-width:0;background:0 0;outline:0}",
|
|
216
219
|
map: undefined,
|
|
217
220
|
media: undefined
|
|
218
221
|
});
|
|
219
222
|
};
|
|
220
223
|
/* scoped */
|
|
221
|
-
const __vue_scope_id__ = "data-v-
|
|
224
|
+
const __vue_scope_id__ = "data-v-3c0ea336";
|
|
222
225
|
/* module identifier */
|
|
223
226
|
const __vue_module_identifier__ = undefined;
|
|
224
227
|
/* functional template */
|
|
@@ -8,18 +8,18 @@ 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, O as OrButtonV3 } from '../OrButton-4b99c680.js';
|
|
9
9
|
export { O as OrCard } from '../OrCard-a6b30f8f.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-aa6b8553.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-29116e1f.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
|
|
14
14
|
export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
|
|
15
|
-
export { O as OrCheckboxV3 } from '../OrCheckbox-
|
|
15
|
+
export { O as OrCheckboxV3 } from '../OrCheckbox-4f665252.js';
|
|
16
16
|
export { O as OrChip } from '../OrChip-000fe7b5.js';
|
|
17
17
|
export { _ as OrChips } from '../OrChips-890b8476.js';
|
|
18
18
|
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-fc6876ec.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-dc704484.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-d0c5bcf4.js';
|
|
@@ -34,11 +34,12 @@ export { O as OrIcon, a as OrIconColors, b as OrIconType } from '../OrIcon-10ec4
|
|
|
34
34
|
export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-a215104c.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-8625385f.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-f457210f.js';
|
|
37
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-
|
|
37
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-6af4fe07.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
|
|
39
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
40
|
-
export {
|
|
41
|
-
export { I as
|
|
39
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-ddf84267.js';
|
|
40
|
+
export { O as OrInputBoxV3 } from '../OrInputBox-de8ce3ac.js';
|
|
41
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../props-78496a2d.js';
|
|
42
|
+
export { I as InputType, O as OrInputV3 } from '../OrInput-e7b864c1.js';
|
|
42
43
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
|
|
43
44
|
export { O as OrInput } from '../OrInput-08f2f666.js';
|
|
44
45
|
export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
|
|
@@ -63,11 +64,11 @@ export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '..
|
|
|
63
64
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-cc397a38.js';
|
|
64
65
|
export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
|
|
65
66
|
export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
|
|
66
|
-
export { _ as OrRadioV3 } from '../OrRadio-
|
|
67
|
-
export { O as OrSearchV3 } from '../OrSearch-
|
|
67
|
+
export { _ as OrRadioV3 } from '../OrRadio-a60fc5c0.js';
|
|
68
|
+
export { O as OrSearchV3 } from '../OrSearch-ad84b460.js';
|
|
68
69
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
|
|
69
70
|
export { _ as OrSelect } from '../OrSelect-a23d4210.js';
|
|
70
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
71
|
+
export { _ as OrSelectV3 } from '../OrSelect-b393f564.js';
|
|
71
72
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
|
|
72
73
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
|
|
73
74
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
|
|
@@ -76,18 +77,18 @@ export { _ as OrSlider } from '../OrSlider-59d05856.js';
|
|
|
76
77
|
export { _ as OrSortHeaderV3 } from '../OrSortHeader-9932d28f.js';
|
|
77
78
|
export { _ as OrStepper } from '../OrStepper-3fc1a2b3.js';
|
|
78
79
|
export { _ as OrSwitch } from '../OrSwitch-47670dbd.js';
|
|
79
|
-
export { _ as OrSwitchV3 } from '../OrSwitch-
|
|
80
|
+
export { _ as OrSwitchV3 } from '../OrSwitch-fe9b7de7.js';
|
|
80
81
|
export { _ as OrTab } from '../OrTab-b2c6d977.js';
|
|
81
82
|
export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
|
|
82
83
|
export { O as OrTabV3 } from '../OrTab-dd949240.js';
|
|
83
84
|
export { _ as OrTabs } from '../OrTabs-4c8f6422.js';
|
|
84
85
|
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-42f7c52c.js';
|
|
85
86
|
export { _ as OrTag } from '../OrTag-79e48fec.js';
|
|
86
|
-
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
87
|
+
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-6440aa89.js';
|
|
87
88
|
export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
|
|
88
89
|
export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
|
|
89
90
|
export { _ as OrTextV3 } from '../OrText-eac4b9f5.js';
|
|
90
|
-
export { _ as OrTextareaV3 } from '../OrTextarea-
|
|
91
|
+
export { _ as OrTextareaV3 } from '../OrTextarea-59fba95c.js';
|
|
91
92
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
|
|
92
93
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
|
|
93
94
|
export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-aa6b8553.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -20,10 +20,11 @@ import '../../OrButton-4b99c680.js';
|
|
|
20
20
|
import '../../OrLoader-6a1f937b.js';
|
|
21
21
|
import '../../OrMenu-fa47c888.js';
|
|
22
22
|
import '../../OrMenuItem-26420908.js';
|
|
23
|
-
import '../../OrSearch-
|
|
24
|
-
import '../../OrInput-
|
|
23
|
+
import '../../OrSearch-ad84b460.js';
|
|
24
|
+
import '../../OrInput-e7b864c1.js';
|
|
25
25
|
import '../../OrError-aad17598.js';
|
|
26
26
|
import '../../OrHint-f38a1940.js';
|
|
27
|
-
import '../../OrInputBox-
|
|
27
|
+
import '../../OrInputBox-de8ce3ac.js';
|
|
28
|
+
import '../../props-78496a2d.js';
|
|
28
29
|
import '../../OrLabel-172c4b89.js';
|
|
29
30
|
import '../../browser-82dea9ed.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
4
|
+
} | string[], {} & {}, {
|
|
5
|
+
[x: number]: string;
|
|
6
|
+
} | {}, true>)>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
9
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
10
|
+
} | string[], {} & {}, {
|
|
11
|
+
[x: number]: string;
|
|
12
|
+
} | {}, true>)>;
|
|
13
|
+
export declare const Addon: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
14
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
15
|
+
} | string[], {} & {}, {
|
|
16
|
+
[x: number]: string;
|
|
17
|
+
} | {}, true>)>;
|
|
18
|
+
export declare const Hint: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
19
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
20
|
+
} | string[], {} & {}, {
|
|
21
|
+
[x: number]: string;
|
|
22
|
+
} | {}, true>)>;
|
|
23
|
+
export declare const Error: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
24
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
25
|
+
} | string[], {} & {}, {
|
|
26
|
+
[x: number]: string;
|
|
27
|
+
} | {}, true>)>;
|