@onereach/ui-components 2.69.7-beta.2168.0 → 2.69.7-beta.2171.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-aa6b8553.js → OrCardCollection-c4209a92.js} +1 -1
- package/dist/bundled/v2/{OrCheckbox-4f665252.js → OrCheckbox-dbef9f9a.js} +3 -3
- package/dist/bundled/v2/{OrConfirm-dc704484.js → OrConfirm-cab6535b.js} +1 -1
- package/dist/bundled/v2/{OrExpansionPanel-995caa85.js → OrExpansionPanel-d9a260e2.js} +32 -5
- package/dist/bundled/v2/{OrInlineInput-6af4fe07.js → OrInlineInput-9add2e1e.js} +2 -2
- package/dist/bundled/v2/{OrInlineTextarea-ddf84267.js → OrInlineTextarea-9c6f9044.js} +2 -2
- package/dist/bundled/v2/{OrInput-e7b864c1.js → OrInput-8b90e08f.js} +13 -20
- package/dist/bundled/v2/{OrInputBox-de8ce3ac.js → OrInputBox-79ec54ad.js} +12 -2
- package/dist/bundled/v2/{OrRadio-a60fc5c0.js → OrRadio-cd39b20b.js} +3 -3
- package/dist/bundled/v2/{OrSearch-ad84b460.js → OrSearch-76b002cf.js} +2 -2
- package/dist/bundled/v2/{OrSelect-b393f564.js → OrSelect-9658e0f2.js} +5 -13
- package/dist/bundled/v2/{OrSwitch-fe9b7de7.js → OrSwitch-237a2081.js} +3 -3
- package/dist/bundled/v2/{OrTextarea-59fba95c.js → OrTextarea-5593fbe9.js} +11 -14
- package/dist/bundled/v2/components/index.js +13 -14
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -5
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -4
- package/dist/bundled/v2/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +22 -3
- package/dist/bundled/v2/components/or-expansion-panel-v3/index.js +1 -1
- 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 +1 -2
- package/dist/bundled/v2/components/or-input-v3/index.js +2 -3
- package/dist/bundled/v2/components/or-radio-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-search-v3/index.js +3 -4
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +0 -11
- package/dist/bundled/v2/components/or-select-v3/index.js +5 -6
- package/dist/bundled/v2/components/or-switch-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -3
- package/dist/bundled/v2/index.js +14 -15
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-ece2eab6.js → OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-fcbdf2c6.js → OrConfirm.vue_vue_type_script_lang-f57ffa1a.js} +2 -2
- package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-7f9c6721.js → OrExpansionPanel.vue_vue_type_script_lang-5360f580.js} +31 -4
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-84c521f9.js → OrInlineInput.vue_vue_type_script_lang-f29483f4.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-9c58faeb.js → OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js} +2 -2
- package/dist/bundled/v3/{OrInput-4ccc2c7b.js → OrInput-fa782fc1.js} +14 -17
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-96ce8121.js → OrInput.vue_vue_type_script_lang-f6d793d3.js} +4 -5
- package/dist/bundled/v3/{OrInputBox-27aa1cec.js → OrInputBox-eb54d73d.js} +1 -1
- package/dist/{esm/v2/OrInputBox.vue_rollup-plugin-vue_script-328ae841.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-5ee4ee45.js} +2 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-71fbb2fc.js → OrSearch.vue_vue_type_script_lang-014ad470.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-363605c5.js → OrSelect.vue_vue_type_script_lang-359d1a58.js} +9 -17
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-9f2a0234.js → OrTextarea.vue_vue_type_script_lang-8e3531cd.js} +4 -5
- package/dist/bundled/v3/components/index.js +12 -13
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -7
- package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -6
- package/dist/bundled/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +22 -3
- package/dist/bundled/v3/components/or-expansion-panel-v3/index.js +1 -1
- 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 +1 -2
- package/dist/bundled/v3/components/or-input-v3/index.js +3 -4
- package/dist/bundled/v3/components/or-search-v3/index.js +5 -6
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +0 -11
- package/dist/bundled/v3/components/or-select-v3/index.js +6 -7
- package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -4
- package/dist/bundled/v3/index.js +36 -41
- package/dist/esm/v2/{OrCardCollection-fe34fef3.js → OrCardCollection-57d11adf.js} +2 -2
- package/dist/esm/v2/{OrCheckbox-ea48d156.js → OrCheckbox-567e387c.js} +3 -3
- package/dist/esm/v2/{OrConfirm-3bead0be.js → OrConfirm-ec7aef0e.js} +1 -1
- package/dist/esm/v2/{OrExpansionPanel-968ddc61.js → OrExpansionPanel-a123024e.js} +32 -5
- package/dist/esm/v2/{OrInlineInput-e32f322f.js → OrInlineInput-cfeeea33.js} +2 -2
- package/dist/esm/v2/{OrInlineTextarea-7296fbdb.js → OrInlineTextarea-897b5377.js} +2 -2
- package/dist/esm/v2/{OrInput-db0e2368.js → OrInput-2f16a7ac.js} +13 -20
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-28353c10.js → esm/v2/OrInputBox-4d5a318d.js} +55 -4
- package/dist/esm/v2/{OrRadio-6e10f071.js → OrRadio-848ce55d.js} +3 -3
- package/dist/esm/v2/{OrSearch-9d9459f5.js → OrSearch-2f260b09.js} +2 -2
- package/dist/esm/v2/{OrSelect-e6aa1b2a.js → OrSelect-7a2f6001.js} +5 -13
- package/dist/esm/v2/{OrSwitch-c628d2c5.js → OrSwitch-13b6a7ee.js} +3 -3
- package/dist/esm/v2/{OrTextarea-52354386.js → OrTextarea-6712a150.js} +11 -14
- package/dist/esm/v2/components/index.js +13 -14
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -5
- package/dist/esm/v2/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v2/components/or-confirm-v3/index.js +3 -4
- package/dist/esm/v2/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +22 -3
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- 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 +2 -3
- package/dist/esm/v2/components/or-input-v3/index.js +2 -3
- package/dist/esm/v2/components/or-radio-v3/index.js +1 -1
- package/dist/esm/v2/components/or-search-v3/index.js +3 -4
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +0 -11
- package/dist/esm/v2/components/or-select-v3/index.js +5 -6
- package/dist/esm/v2/components/or-switch-v3/index.js +1 -1
- package/dist/esm/v2/components/or-textarea-v3/index.js +2 -3
- package/dist/esm/v2/index.js +13 -14
- package/dist/esm/v3/{OrCardCollection-8a84f69c.js → OrCardCollection-2a6514f3.js} +1 -1
- package/dist/esm/v3/{OrCheckbox-d1b516c8.js → OrCheckbox-3e139eac.js} +2 -3
- package/dist/esm/v3/{OrConfirm-5bd1f4db.js → OrConfirm-5d56cbd3.js} +1 -1
- package/dist/esm/v3/{OrExpansionPanel-311e64cf.js → OrExpansionPanel-f8d7ff8d.js} +32 -5
- package/dist/esm/v3/{OrInlineInput-00f0d1b8.js → OrInlineInput-31026cd0.js} +2 -2
- package/dist/esm/v3/{OrInlineTextarea-c1babfda.js → OrInlineTextarea-b28c3d8c.js} +2 -2
- package/dist/esm/v3/{OrInput-2b447f81.js → OrInput-41691fb3.js} +15 -18
- package/dist/esm/v3/{OrRadio-ef9d4c6e.js → OrRadio-54b6d0de.js} +2 -3
- package/dist/esm/v3/{OrSearch-d72cfc74.js → OrSearch-e5a2e93e.js} +1 -1
- package/dist/esm/v3/{OrSelect-e6e006d5.js → OrSelect-4415b8d2.js} +5 -12
- package/dist/esm/v3/{OrSwitch-cc797a48.js → OrSwitch-cca30aa0.js} +3 -3
- package/dist/esm/v3/{OrTextarea-ed35cd0b.js → OrTextarea-bb9ef3f2.js} +14 -16
- 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-confirm-v3/index.js +2 -2
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +22 -3
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- 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 +0 -11
- 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-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-expansion-panel-v3/OrExpansionPanel.stories3.ts +12 -2
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +39 -3
- 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 +22 -28
- 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 +0 -4
- package/src/components/or-select-v3/OrSelect.vue +0 -6
- package/src/components/or-select-v3/styles.ts +1 -4
- package/src/components/or-switch-v3/OrSwitch.vue +1 -1
- package/src/components/or-textarea-v3/OrTextarea.vue +1 -5
- package/src/components/or-textarea-v3/styles.ts +2 -2
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +0 -27
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -98
- package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +0 -2
- package/dist/bundled/v2/components/or-combined-input-v3/index.js +0 -149
- package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +0 -1
- package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +0 -2
- package/dist/bundled/v2/props-78496a2d.js +0 -12
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +0 -27
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -98
- package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +0 -2
- package/dist/bundled/v3/components/or-combined-input-v3/index.js +0 -132
- package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +0 -1
- package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +0 -2
- package/dist/bundled/v3/props-78496a2d.js +0 -12
- package/dist/esm/v2/OrInputBox-9d1193b5.js +0 -43
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +0 -27
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -98
- package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-combined-input-v3/index.js +0 -147
- package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +0 -1
- package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +0 -27
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -98
- package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-combined-input-v3/index.js +0 -132
- package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +0 -1
- package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +0 -2
- package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +0 -7
- package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +0 -202
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +0 -134
- package/src/components/or-combined-input-v3/index.ts +0 -2
- package/src/components/or-combined-input-v3/props.ts +0 -1
- package/src/components/or-combined-input-v3/styles.ts +0 -25
|
@@ -7,7 +7,7 @@ import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-2446a69a.js';
|
|
|
7
7
|
import './OrMenuItem-4feaba6c.js';
|
|
8
8
|
import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
|
|
9
9
|
import './OrIcon-d878b768.js';
|
|
10
|
-
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-014ad470.js';
|
|
11
11
|
import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
|
|
12
12
|
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-b0dc31ca.js';
|
|
13
13
|
import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
@@ -3,10 +3,10 @@ import { useMagicKeys, whenever } from '@vueuse/core';
|
|
|
3
3
|
import { l as logicAnd } from './index-01519e46.js';
|
|
4
4
|
import './OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js';
|
|
5
5
|
import './OrButton-a671b8a1.js';
|
|
6
|
-
import './OrInput-
|
|
6
|
+
import './OrInput-fa782fc1.js';
|
|
7
7
|
import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-b0dc31ca.js';
|
|
8
8
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
9
|
-
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
10
10
|
|
|
11
11
|
var ConfirmType;
|
|
12
12
|
(function (ConfirmType) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, computed } from 'vue';
|
|
1
|
+
import { defineComponent, ref, computed, watch } from 'vue';
|
|
2
2
|
import './OrIcon-d878b768.js';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
|
|
4
4
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
@@ -73,6 +73,10 @@ var script = defineComponent({
|
|
|
73
73
|
type: String,
|
|
74
74
|
required: true
|
|
75
75
|
},
|
|
76
|
+
isOpen: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: false
|
|
79
|
+
},
|
|
76
80
|
variant: {
|
|
77
81
|
type: String,
|
|
78
82
|
default: ExpansionPanelVariant.Default
|
|
@@ -86,8 +90,9 @@ var script = defineComponent({
|
|
|
86
90
|
default: false
|
|
87
91
|
}
|
|
88
92
|
},
|
|
89
|
-
|
|
90
|
-
|
|
93
|
+
emits: ['open', 'close'],
|
|
94
|
+
expose: ['root', 'open', 'close'],
|
|
95
|
+
setup(props, context) {
|
|
91
96
|
// Refs
|
|
92
97
|
const root = ref();
|
|
93
98
|
// Styles
|
|
@@ -97,12 +102,34 @@ var script = defineComponent({
|
|
|
97
102
|
const addonStyles = computed(() => [...ExpansionPanelAddon]);
|
|
98
103
|
// State
|
|
99
104
|
const expanded = ref(false);
|
|
105
|
+
// Events
|
|
106
|
+
watch(expanded, value => {
|
|
107
|
+
context.emit(value ? 'open' : 'close');
|
|
108
|
+
});
|
|
109
|
+
watch(() => props.isOpen, newIsOpen => {
|
|
110
|
+
if (newIsOpen) {
|
|
111
|
+
open();
|
|
112
|
+
} else {
|
|
113
|
+
close();
|
|
114
|
+
}
|
|
115
|
+
}, {
|
|
116
|
+
immediate: true
|
|
117
|
+
});
|
|
118
|
+
// Methods
|
|
119
|
+
function open() {
|
|
120
|
+
expanded.value = true;
|
|
121
|
+
}
|
|
122
|
+
function close() {
|
|
123
|
+
expanded.value = false;
|
|
124
|
+
}
|
|
100
125
|
return {
|
|
101
126
|
root,
|
|
102
127
|
rootStyles,
|
|
103
128
|
headerStyles,
|
|
104
129
|
addonStyles,
|
|
105
|
-
expanded
|
|
130
|
+
expanded,
|
|
131
|
+
open,
|
|
132
|
+
close
|
|
106
133
|
};
|
|
107
134
|
}
|
|
108
135
|
});
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { s as script } from './OrInput.vue_vue_type_script_lang-
|
|
2
|
-
import { resolveComponent, openBlock, createElementBlock,
|
|
1
|
+
import { s as script } from './OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
2
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
|
|
5
|
-
const _hoisted_1 = ["id", "type", "placeholder", "required", "disabled"
|
|
5
|
+
const _hoisted_1 = ["id", "type", "placeholder", "required", "disabled"];
|
|
6
6
|
const _hoisted_2 = {
|
|
7
|
-
key: 0,
|
|
8
7
|
class: /*#__PURE__*/normalizeClass(['layout-row'])
|
|
9
8
|
};
|
|
10
9
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -14,11 +13,10 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14
13
|
const _component_OrInputBox = resolveComponent("OrInputBox");
|
|
15
14
|
const _component_OrHint = resolveComponent("OrHint");
|
|
16
15
|
const _component_OrError = resolveComponent("OrError");
|
|
17
|
-
return openBlock(), createElementBlock("div",
|
|
18
|
-
ref: "root"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}), [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
16
|
+
return openBlock(), createElementBlock("div", {
|
|
17
|
+
ref: "root",
|
|
18
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
19
|
+
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
22
20
|
key: 0,
|
|
23
21
|
"control-id": _ctx.controlId,
|
|
24
22
|
variant: 'input',
|
|
@@ -36,22 +34,21 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36
34
|
readonly: _ctx.readonly,
|
|
37
35
|
disabled: _ctx.disabled
|
|
38
36
|
}, {
|
|
39
|
-
default: withCtx(() => [withDirectives(createElementVNode("input", {
|
|
37
|
+
default: withCtx(() => [withDirectives(createElementVNode("input", mergeProps({
|
|
40
38
|
id: _ctx.controlId,
|
|
41
39
|
ref: "input",
|
|
42
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event)
|
|
43
|
-
|
|
40
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event)
|
|
41
|
+
}, _ctx.$attrs, {
|
|
42
|
+
class: _ctx.controlStyles,
|
|
44
43
|
type: _ctx.type === 'password' && _ctx.disclosed ? 'text' : _ctx.type,
|
|
45
44
|
placeholder: _ctx.placeholder,
|
|
46
45
|
required: _ctx.required,
|
|
47
46
|
disabled: _ctx.disabled,
|
|
48
|
-
readonly: _ctx.readonly,
|
|
49
|
-
maxlength: _ctx.maxLength,
|
|
50
47
|
onKeydown: _cache[1] || (_cache[1] = $event => _ctx.$emit('keydown', $event)),
|
|
51
48
|
onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
|
|
52
49
|
onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
|
|
53
50
|
onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
|
|
54
|
-
}, null,
|
|
51
|
+
}), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
55
52
|
key: 0,
|
|
56
53
|
icon: {
|
|
57
54
|
icon: _ctx.disclosed ? 'visibility_off' : 'visibility',
|
|
@@ -72,7 +69,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
72
69
|
key: 1,
|
|
73
70
|
icon: 'search',
|
|
74
71
|
variant: 'outlined'
|
|
75
|
-
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])
|
|
72
|
+
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])]),
|
|
76
73
|
_: 1 /* STABLE */
|
|
77
74
|
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
|
|
78
75
|
key: 1
|
|
@@ -100,7 +97,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
100
97
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
101
98
|
|
|
102
99
|
key: "0"
|
|
103
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))],
|
|
100
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))], 2 /* CLASS */);
|
|
104
101
|
}
|
|
105
102
|
|
|
106
103
|
var css_248z = "\ninput[data-v-78975fa2] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"number\"][data-v-78975fa2]::-webkit-inner-spin-button {\n display: none;\n}\ninput[type=\"search\"][data-v-78975fa2]::-webkit-search-cancel-button {\n display: none;\n}\n";
|
|
@@ -4,11 +4,10 @@ import { s as script$1 } from './OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
|
4
4
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
5
5
|
import './OrIcon-d878b768.js';
|
|
6
6
|
import './OrIconButton-1581013c.js';
|
|
7
|
-
import './OrInputBox-
|
|
8
|
-
import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-
|
|
7
|
+
import './OrInputBox-eb54d73d.js';
|
|
8
|
+
import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
9
9
|
import './OrLabel-c6873e79.js';
|
|
10
10
|
import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
11
|
-
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
12
11
|
import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
|
|
13
12
|
import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
14
13
|
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-f6f801ff.js';
|
|
@@ -27,8 +26,8 @@ const InputRoot = [
|
|
|
27
26
|
// Spacing
|
|
28
27
|
'gap-xs'];
|
|
29
28
|
const InputControl = [
|
|
30
|
-
//
|
|
31
|
-
'
|
|
29
|
+
// Layout
|
|
30
|
+
'grow',
|
|
32
31
|
// Typography
|
|
33
32
|
'typography-inherit',
|
|
34
33
|
// Theme
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrInputBox.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
2
2
|
import { openBlock, createElementBlock, mergeProps, renderSlot } from 'vue';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = ["invalid", "readonly", "disabled"];
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed } from 'vue
|
|
2
|
-
import { u as useClassAttribute } from './useClassAttribute-
|
|
3
|
-
import '@vueuse/core';
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
+
import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
|
|
4
3
|
|
|
5
4
|
var InputBoxVariant;
|
|
6
5
|
(function (InputBoxVariant) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
2
2
|
import { debouncedWatch } from '@vueuse/core';
|
|
3
|
-
import './OrInput-
|
|
4
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
3
|
+
import './OrInput-fa782fc1.js';
|
|
4
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
5
5
|
import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
|
|
6
|
-
import { a as InputBoxSize } from './
|
|
6
|
+
import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
7
7
|
|
|
8
8
|
var script = defineComponent({
|
|
9
9
|
name: 'OrSearch',
|
|
@@ -2,10 +2,10 @@ import { resolveComponent, openBlock, createElementBlock, normalizeClass, withDi
|
|
|
2
2
|
import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-8b36e06c.js';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
import './OrHint-9592499e.js';
|
|
5
|
-
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-5360f580.js';
|
|
6
6
|
import './OrIcon-d878b768.js';
|
|
7
|
-
import './OrInput-
|
|
8
|
-
import './OrInputBox-
|
|
7
|
+
import './OrInput-fa782fc1.js';
|
|
8
|
+
import './OrInputBox-eb54d73d.js';
|
|
9
9
|
import './OrLabel-c6873e79.js';
|
|
10
10
|
import './OrMenuItem-4feaba6c.js';
|
|
11
11
|
import './OrPopover-c462ce77.js';
|
|
@@ -16,12 +16,11 @@ import { u as useOverflow } from './useOverflow-6dce216b.js';
|
|
|
16
16
|
import { s as script$4 } from './OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
17
17
|
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
18
18
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
19
|
-
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-
|
|
20
|
-
import { s as script$8 } from './OrInputBox.vue_vue_type_script_lang-
|
|
19
|
+
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
20
|
+
import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
21
21
|
import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
22
22
|
import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
|
|
23
23
|
import { s as script$b } from './OrPopover.vue_vue_type_script_lang-54c7b11c.js';
|
|
24
|
-
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
25
24
|
|
|
26
25
|
const _hoisted_1$2 = ["id", "value", "indeterminate", "required", "disabled"];
|
|
27
26
|
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -29,10 +28,9 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29
28
|
return openBlock(), createElementBlock("div", {
|
|
30
29
|
ref: "root",
|
|
31
30
|
class: normalizeClass(_ctx.rootStyles)
|
|
32
|
-
}, [withDirectives(createElementVNode("input", mergeProps({
|
|
31
|
+
}, [withDirectives(createElementVNode("input", mergeProps(_ctx.$attrs, {
|
|
33
32
|
id: _ctx.controlId,
|
|
34
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event)
|
|
35
|
-
}, _ctx.$attrs, {
|
|
33
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event),
|
|
36
34
|
class: _ctx.controlStyles,
|
|
37
35
|
type: "checkbox",
|
|
38
36
|
value: _ctx.inputValue,
|
|
@@ -78,7 +76,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78
76
|
class: normalizeClass(_ctx.headerStyles),
|
|
79
77
|
tabindex: !_ctx.disabled ? 0 : null,
|
|
80
78
|
disabled: _ctx.disabled ? '' : null,
|
|
81
|
-
onClick: _cache[0] || (_cache[0] = withModifiers($event => _ctx.expanded
|
|
79
|
+
onClick: _cache[0] || (_cache[0] = withModifiers($event => _ctx.expanded ? _ctx.close() : _ctx.open(), ["stop"]))
|
|
82
80
|
}, [createVNode(_component_OrIcon, {
|
|
83
81
|
class: normalizeClass([_ctx.expanded ? 'rotate-0' : 'rotate-[-90deg]']),
|
|
84
82
|
icon: 'expand_more',
|
|
@@ -125,9 +123,7 @@ const SelectRoot = [
|
|
|
125
123
|
'gap-xs'];
|
|
126
124
|
const SelectControl = [
|
|
127
125
|
// Layout
|
|
128
|
-
'layout-row',
|
|
129
|
-
// Box
|
|
130
|
-
'w-full',
|
|
126
|
+
'layout-row grow',
|
|
131
127
|
// Overflow
|
|
132
128
|
'overflow-hidden',
|
|
133
129
|
// Spacing
|
|
@@ -225,10 +221,6 @@ var script = defineComponent({
|
|
|
225
221
|
type: Boolean,
|
|
226
222
|
default: false
|
|
227
223
|
},
|
|
228
|
-
disableDefaultStyles: {
|
|
229
|
-
type: Boolean,
|
|
230
|
-
default: false
|
|
231
|
-
},
|
|
232
224
|
enableSearch: {
|
|
233
225
|
type: Boolean,
|
|
234
226
|
default: false
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { defineComponent, getCurrentInstance, ref, computed } from 'vue';
|
|
2
2
|
import './OrHint-9592499e.js';
|
|
3
|
-
import './OrInputBox-
|
|
3
|
+
import './OrInputBox-eb54d73d.js';
|
|
4
4
|
import './OrLabel-c6873e79.js';
|
|
5
5
|
import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
|
|
6
6
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
7
7
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
8
|
-
import { s as script$3 } from './OrInputBox.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$3, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
9
9
|
import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
10
|
-
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
11
10
|
|
|
12
11
|
const TextareaRoot = [
|
|
13
12
|
// Layout
|
|
@@ -15,8 +14,8 @@ const TextareaRoot = [
|
|
|
15
14
|
// Spacing
|
|
16
15
|
'gap-xs'];
|
|
17
16
|
const TextareaControl = [
|
|
18
|
-
//
|
|
19
|
-
'
|
|
17
|
+
// Layout
|
|
18
|
+
'grow',
|
|
20
19
|
// Typography
|
|
21
20
|
'typography-inherit',
|
|
22
21
|
// Theme
|
|
@@ -8,7 +8,7 @@ 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, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-b0dc31ca.js';
|
|
9
9
|
export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-90ba001b.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-d8124dda.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-
|
|
11
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js';
|
|
12
12
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-165de137.js';
|
|
13
13
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-ad286afc.js';
|
|
14
14
|
export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-d8a66818.js';
|
|
@@ -19,13 +19,13 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script
|
|
|
19
19
|
export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-65cbb754.js';
|
|
20
20
|
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.vue_vue_type_script_lang-4141378d.js';
|
|
21
21
|
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-0f16fc67.js';
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-f57ffa1a.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-7bfe5005.js';
|
|
24
24
|
export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
|
|
25
25
|
export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-4828c387.js';
|
|
26
26
|
export { s as OrErrorV3 } from '../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
27
27
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState.vue_vue_type_script_lang-da7d6c42.js';
|
|
28
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel.vue_vue_type_script_lang-
|
|
28
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel.vue_vue_type_script_lang-5360f580.js';
|
|
29
29
|
export { F as FabColor, s as OrFabV3 } from '../OrFab.vue_vue_type_script_lang-2adeaed6.js';
|
|
30
30
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating.vue_vue_type_script_lang-8bf2b7ae.js';
|
|
31
31
|
export { s as OrHint } from '../OrHint.vue_vue_type_script_lang-78598c8e.js';
|
|
@@ -34,12 +34,11 @@ export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon.vue_v
|
|
|
34
34
|
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-f6f801ff.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox.vue_vue_type_script_lang-73750005.js';
|
|
37
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-
|
|
37
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-f29483f4.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-da6887aa.js';
|
|
39
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-
|
|
40
|
-
export { s as OrInputBoxV3 } from '../OrInputBox.vue_vue_type_script_lang-
|
|
41
|
-
export {
|
|
42
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-96ce8121.js';
|
|
39
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js';
|
|
40
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
41
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
43
42
|
export { a as OrNumberInput, b as OrPassword, s as OrTextarea } from '../OrPassword.vue_vue_type_script_lang-13bc5b00.js';
|
|
44
43
|
export { s as OrInput } from '../OrInput-7d4b571a.js';
|
|
45
44
|
export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-16fbccc0.js';
|
|
@@ -65,10 +64,10 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrP
|
|
|
65
64
|
export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
|
|
66
65
|
export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js';
|
|
67
66
|
export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-2e666a56.js';
|
|
68
|
-
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-
|
|
67
|
+
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-014ad470.js';
|
|
69
68
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-579406f5.js';
|
|
70
69
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-26c0a70a.js';
|
|
71
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
70
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-359d1a58.js';
|
|
72
71
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
|
|
73
72
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-ce0b152c.js';
|
|
74
73
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText.vue_vue_type_script_lang-f3f989c3.js';
|
|
@@ -88,7 +87,7 @@ export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_t
|
|
|
88
87
|
export { s as OrTeleport } from '../OrTeleportVue3-012351e1.js';
|
|
89
88
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
90
89
|
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-d9525d49.js';
|
|
91
|
-
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-
|
|
90
|
+
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-8e3531cd.js';
|
|
92
91
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-b5c4a93a.js';
|
|
93
92
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
|
|
94
93
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-4bb702ce.js';
|
|
@@ -122,12 +121,12 @@ import '../dom-d21d0a92.js';
|
|
|
122
121
|
import '../OrFloating-b6672a37.js';
|
|
123
122
|
import '../index-01519e46.js';
|
|
124
123
|
import '../OrButton-ec723bb7.js';
|
|
125
|
-
import '../OrInput-
|
|
124
|
+
import '../OrInput-fa782fc1.js';
|
|
126
125
|
import '../OrCollapse-63e83681.js';
|
|
127
126
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
128
127
|
import '../OrHint-9592499e.js';
|
|
129
128
|
import '../OrInlineInputBox-9d68ded1.js';
|
|
130
|
-
import '../OrInputBox-
|
|
129
|
+
import '../OrInputBox-eb54d73d.js';
|
|
131
130
|
import '../useToggle-09b6cb90.js';
|
|
132
131
|
import '../v4-cf8987a3.js';
|
|
133
132
|
import '../OrPopover-c462ce77.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIconButton-1581013c.js';
|
|
4
4
|
import '../../OrIconButton.vue_vue_type_script_lang-f6f801ff.js';
|
|
@@ -23,15 +23,14 @@ import '../../OrMenu-f26e8e55.js';
|
|
|
23
23
|
import '../../OrMenu.vue_vue_type_script_lang-2446a69a.js';
|
|
24
24
|
import '../../OrMenuItem-4feaba6c.js';
|
|
25
25
|
import '../../OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
|
|
26
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
27
|
-
import '../../OrInput-
|
|
28
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
26
|
+
import '../../OrSearch.vue_vue_type_script_lang-014ad470.js';
|
|
27
|
+
import '../../OrInput-fa782fc1.js';
|
|
28
|
+
import '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
29
29
|
import '../../OrHint-9592499e.js';
|
|
30
30
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
31
31
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
32
|
-
import '../../OrInputBox-
|
|
33
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
34
|
-
import '../../props-78496a2d.js';
|
|
32
|
+
import '../../OrInputBox-eb54d73d.js';
|
|
33
|
+
import '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
35
34
|
import '../../OrLabel-c6873e79.js';
|
|
36
35
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
37
36
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-f57ffa1a.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../index-01519e46.js';
|
|
@@ -11,8 +11,8 @@ import '../../OrButton-a671b8a1.js';
|
|
|
11
11
|
import '../../OrButton.vue_vue_type_script_lang-b0dc31ca.js';
|
|
12
12
|
import '../../OrLoader-c4bbef2f.js';
|
|
13
13
|
import '../../OrLoader.vue_vue_type_script_lang-5405040c.js';
|
|
14
|
-
import '../../OrInput-
|
|
15
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
14
|
+
import '../../OrInput-fa782fc1.js';
|
|
15
|
+
import '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
16
16
|
import '../../OrHint-9592499e.js';
|
|
17
17
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
18
18
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
@@ -25,9 +25,8 @@ import '../../OrPopover-c462ce77.js';
|
|
|
25
25
|
import '../../OrPopover.vue_vue_type_script_lang-54c7b11c.js';
|
|
26
26
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
27
27
|
import '../../useResponsive-9d397e2a.js';
|
|
28
|
-
import '../../OrInputBox-
|
|
29
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
30
|
-
import '../../props-78496a2d.js';
|
|
28
|
+
import '../../OrInputBox-eb54d73d.js';
|
|
29
|
+
import '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
31
30
|
import '../../OrLabel-c6873e79.js';
|
|
32
31
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
33
32
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -6,11 +6,17 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
6
6
|
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
7
|
addonStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
8
|
expanded: import("@vue/composition-api").Ref<boolean>;
|
|
9
|
+
open: () => void;
|
|
10
|
+
close: () => void;
|
|
9
11
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
10
12
|
label: {
|
|
11
13
|
type: StringConstructor;
|
|
12
14
|
required: true;
|
|
13
15
|
};
|
|
16
|
+
isOpen: {
|
|
17
|
+
type: PropType<boolean>;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
14
20
|
variant: {
|
|
15
21
|
type: PropType<ExpansionPanelVariant>;
|
|
16
22
|
default: ExpansionPanelVariant;
|
|
@@ -28,6 +34,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
28
34
|
type: StringConstructor;
|
|
29
35
|
required: true;
|
|
30
36
|
};
|
|
37
|
+
isOpen: {
|
|
38
|
+
type: PropType<boolean>;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
31
41
|
variant: {
|
|
32
42
|
type: PropType<ExpansionPanelVariant>;
|
|
33
43
|
default: ExpansionPanelVariant;
|
|
@@ -42,21 +52,30 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
42
52
|
};
|
|
43
53
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
44
54
|
label: string;
|
|
55
|
+
isOpen: boolean;
|
|
45
56
|
variant: ExpansionPanelVariant;
|
|
46
57
|
color: ExpansionPanelColor;
|
|
47
58
|
disabled: boolean;
|
|
48
|
-
} & {}
|
|
59
|
+
} & {} & {
|
|
60
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
61
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
49
62
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
50
63
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
51
64
|
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
52
65
|
addonStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
53
66
|
expanded: import("@vue/composition-api").Ref<boolean>;
|
|
54
|
-
|
|
67
|
+
open: () => void;
|
|
68
|
+
close: () => void;
|
|
69
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
55
70
|
label: string;
|
|
71
|
+
isOpen: boolean;
|
|
56
72
|
variant: ExpansionPanelVariant;
|
|
57
73
|
color: ExpansionPanelColor;
|
|
58
74
|
disabled: boolean;
|
|
59
|
-
} & {}
|
|
75
|
+
} & {} & {
|
|
76
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
77
|
+
}, {
|
|
78
|
+
isOpen: boolean;
|
|
60
79
|
variant: ExpansionPanelVariant;
|
|
61
80
|
color: ExpansionPanelColor;
|
|
62
81
|
disabled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../../OrExpansionPanel.vue_vue_type_script_lang-
|
|
1
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../../OrExpansionPanel.vue_vue_type_script_lang-5360f580.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIcon-d878b768.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-f29483f4.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox.vue_vue_type_script_lang-73750005.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-9592499e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrHint-9592499e.js';
|
|
4
4
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { a as InputBoxSize, I as InputBoxVariant } from '../../
|
|
2
|
-
export { s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-28353c10.js';
|
|
1
|
+
export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
3
2
|
import 'vue';
|
|
4
3
|
import '../../useClassAttribute-00888f78.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-
|
|
2
|
-
export { a as InputSize } from '../../
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
2
|
+
export { a as InputSize } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-9592499e.js';
|
|
5
5
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
@@ -19,7 +19,6 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
|
19
19
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
20
20
|
import '../../useElevation-c8d5d3ba.js';
|
|
21
21
|
import '../../useResponsive-9d397e2a.js';
|
|
22
|
-
import '../../OrInputBox-
|
|
23
|
-
import '../../OrInputBox.vue_vue_type_script_lang-28353c10.js';
|
|
22
|
+
import '../../OrInputBox-eb54d73d.js';
|
|
24
23
|
import '../../OrLabel-c6873e79.js';
|
|
25
24
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-
|
|
2
|
-
export { a as SearchSize } from '../../
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-014ad470.js';
|
|
2
|
+
export { a as SearchSize } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '../../OrInput-
|
|
6
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrInput-fa782fc1.js';
|
|
6
|
+
import '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
7
7
|
import '../../OrHint-9592499e.js';
|
|
8
8
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
9
9
|
import '../../useClassAttribute-00888f78.js';
|
|
@@ -21,8 +21,7 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
|
21
21
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
22
22
|
import '../../useElevation-c8d5d3ba.js';
|
|
23
23
|
import '../../useResponsive-9d397e2a.js';
|
|
24
|
-
import '../../OrInputBox-
|
|
25
|
-
import '../../OrInputBox.vue_vue_type_script_lang-28353c10.js';
|
|
24
|
+
import '../../OrInputBox-eb54d73d.js';
|
|
26
25
|
import '../../OrLabel-c6873e79.js';
|
|
27
26
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
28
27
|
import '../../style-inject.es-4c6f2515.js';
|