@onereach/ui-components 2.69.2-beta.2106.0 → 2.69.2-beta.2107.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/{OrButton-66d37aff.js → OrButton-0e91a808.js} +1 -14
- package/dist/bundled/v2/{OrCardCollection-a9a779ea.js → OrCardCollection-3d1b3b9a.js} +1 -1
- package/dist/bundled/v2/{OrConfirm-e1ca1422.js → OrConfirm-43626f94.js} +2 -2
- package/dist/bundled/v2/{OrInput-8b90e08f.js → OrInput-0a3666aa.js} +18 -11
- package/dist/bundled/v2/{OrInputBox-79ec54ad.js → OrInputBox-dfdcbdce.js} +4 -14
- package/dist/bundled/v2/{OrSearch-9d402f56.js → OrSearch-847c1bab.js} +2 -2
- package/dist/bundled/v2/{OrSelect-ff9e4fbd.js → OrSelect-41c6588d.js} +11 -5
- package/dist/bundled/v2/{OrTextarea-5593fbe9.js → OrTextarea-ff2ba975.js} +2 -1
- package/dist/bundled/v2/components/index.d.ts +0 -1
- package/dist/bundled/v2/components/index.js +9 -9
- package/dist/bundled/v2/components/or-button-v3/OrButton.vue.d.ts +0 -11
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -3
- 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 +5 -4
- 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-search-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +25 -14
- package/dist/bundled/v2/components/or-select-v3/index.d.ts +0 -1
- package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-select-v3/types.d.ts +1 -1
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/bundled/v2/index.js +10 -10
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-06d8ead1.js → OrButton.vue_vue_type_script_lang-3718b300.js} +1 -13
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3993a015.js → OrCardCollection.vue_vue_type_script_lang-fd4d589f.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-f1b81f00.js → OrConfirm.vue_vue_type_script_lang-338631e0.js} +38 -8
- package/dist/bundled/v3/{OrInput-fa782fc1.js → OrInput-5efc4b9a.js} +17 -14
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f6d793d3.js → OrInput.vue_vue_type_script_lang-a9f3e530.js} +3 -2
- package/dist/bundled/v3/{OrInputBox-eb54d73d.js → OrInputBox-1b143e00.js} +1 -1
- package/dist/{esm/v2/OrInputBox-4d5a318d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-70dec655.js} +6 -57
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-ed78b21f.js → OrSearch.vue_vue_type_script_lang-df09cad8.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-05b03858.js → OrSelect.vue_vue_type_script_lang-cf991ed8.js} +11 -6
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-61b79a5a.js → OrTabs.vue_vue_type_script_lang-919b2021.js} +36 -10
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-8e3531cd.js → OrTextarea.vue_vue_type_script_lang-115a1244.js} +3 -2
- package/dist/bundled/v3/components/index.d.ts +0 -1
- package/dist/bundled/v3/components/index.js +12 -14
- package/dist/bundled/v3/components/or-button-v3/OrButton.vue.d.ts +0 -11
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -5
- 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 +7 -7
- 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 +25 -14
- package/dist/bundled/v3/components/or-select-v3/index.d.ts +0 -1
- package/dist/bundled/v3/components/or-select-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-select-v3/types.d.ts +1 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +1 -2
- package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
- package/dist/bundled/v3/index.js +162 -242
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/esm/v2/{OrButton-3d4fc9da.js → OrButton-357a5756.js} +1 -14
- package/dist/esm/v2/{OrCardCollection-4f001551.js → OrCardCollection-09e4cb8a.js} +1 -1
- package/dist/esm/v2/{OrConfirm-ba3f8c45.js → OrConfirm-93376443.js} +2 -2
- package/dist/esm/v2/{OrInput-2f16a7ac.js → OrInput-f92456ea.js} +18 -11
- package/dist/esm/v2/OrInputBox-ad7c1875.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-5ee4ee45.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js} +5 -4
- package/dist/esm/v2/{OrSearch-ddb7c1fe.js → OrSearch-4296eecb.js} +2 -2
- package/dist/esm/v2/{OrSelect-651bb83e.js → OrSelect-633a9e09.js} +11 -5
- package/dist/esm/v2/{OrTextarea-6712a150.js → OrTextarea-823d0529.js} +2 -1
- package/dist/esm/v2/components/index.d.ts +0 -1
- package/dist/esm/v2/components/index.js +9 -9
- package/dist/esm/v2/components/or-button-v3/OrButton.vue.d.ts +0 -11
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -3
- 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 +5 -4
- 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-search-v3/index.js +4 -3
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +25 -14
- package/dist/esm/v2/components/or-select-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/index.js +4 -3
- package/dist/esm/v2/components/or-select-v3/types.d.ts +1 -1
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/esm/v2/index.js +9 -9
- package/dist/esm/v3/{OrButton-970ae320.js → OrButton-f4b9ee51.js} +2 -15
- package/dist/esm/v3/{OrCardCollection-5a0febaf.js → OrCardCollection-37226d46.js} +1 -1
- package/dist/esm/v3/{OrConfirm-7cb2f36b.js → OrConfirm-b27e7221.js} +2 -2
- package/dist/esm/v3/{OrInput-41691fb3.js → OrInput-99776ffe.js} +17 -14
- package/dist/esm/v3/{OrInputBox-5247ab25.js → OrInputBox-36c102a4.js} +2 -2
- package/dist/esm/v3/{OrSearch-cdde55ce.js → OrSearch-188c643f.js} +2 -2
- package/dist/esm/v3/{OrSelect-28a175dc.js → OrSelect-cba3966c.js} +11 -6
- package/dist/esm/v3/{OrTextarea-bb9ef3f2.js → OrTextarea-b3ecc40d.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +0 -1
- package/dist/esm/v3/components/index.js +8 -9
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +0 -11
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- 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 +4 -4
- package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +25 -14
- package/dist/esm/v3/components/or-select-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/types.d.ts +1 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/index.js +8 -9
- package/package.json +2 -2
- package/src/components/index.ts +0 -1
- package/src/components/or-button-v3/OrButton.stories3.ts +0 -4
- package/src/components/or-button-v3/OrButton.vue +0 -6
- package/src/components/or-button-v3/styles.ts +1 -15
- 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-input-box-v3/styles.ts +3 -3
- package/src/components/or-input-v3/OrInput.vue +28 -22
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +9 -3
- package/src/components/or-select-v3/index.ts +0 -1
- package/src/components/or-select-v3/types.ts +1 -1
- package/dist/bundled/v2/OrPagination-354e9abd.js +0 -296
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -110
- package/dist/bundled/v2/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/bundled/v2/components/or-pagination-v3/index.js +0 -20
- package/dist/bundled/v2/components/or-pagination-v3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/or-pagination-v3/types.d.ts +0 -4
- package/dist/bundled/v3/OrButton-9640286b.js +0 -34
- package/dist/bundled/v3/OrMenu-f26e8e55.js +0 -29
- package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-ff22b11c.js +0 -180
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -110
- package/dist/bundled/v3/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/bundled/v3/components/or-pagination-v3/index.js +0 -22
- package/dist/bundled/v3/components/or-pagination-v3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/or-pagination-v3/types.d.ts +0 -4
- package/dist/esm/v2/OrPagination-a56eb93b.js +0 -296
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -110
- package/dist/esm/v2/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +0 -18
- package/dist/esm/v2/components/or-pagination-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-pagination-v3/types.d.ts +0 -4
- package/dist/esm/v3/OrPagination-d351a13b.js +0 -257
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -110
- package/dist/esm/v3/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +0 -17
- package/dist/esm/v3/components/or-pagination-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-pagination-v3/types.d.ts +0 -4
- package/src/components/or-pagination-v3/OrPagination.docs.mdx +0 -7
- package/src/components/or-pagination-v3/OrPagination.stories3.ts +0 -87
- package/src/components/or-pagination-v3/OrPagination.vue +0 -260
- package/src/components/or-pagination-v3/index.ts +0 -2
- package/src/components/or-pagination-v3/styles.ts +0 -30
- package/src/components/or-pagination-v3/types.ts +0 -4
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import '../../index-fa6eb4ca.js';
|
|
2
|
+
import { O as OrError } from '../../OrError-aad17598.js';
|
|
3
|
+
import { O as OrHint } from '../../OrHint-f38a1940.js';
|
|
4
|
+
import { O as OrLabel } from '../../OrLabel-172c4b89.js';
|
|
5
|
+
import { u as useClassAttribute } from '../../useClassAttribute-9bf33346.js';
|
|
6
|
+
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
7
|
+
import { a as InputBoxSize } from '../../props-78496a2d.js';
|
|
8
|
+
export { a as CombinedInputSize } from '../../props-78496a2d.js';
|
|
9
|
+
import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
|
|
10
|
+
import 'vue';
|
|
11
|
+
|
|
12
|
+
const CombinedInputRoot = [
|
|
13
|
+
// Layout
|
|
14
|
+
'layout-column',
|
|
15
|
+
// Spacing
|
|
16
|
+
'gap-xs'];
|
|
17
|
+
const CombinedInputControlGroup = [
|
|
18
|
+
// Layout
|
|
19
|
+
'layout-row',
|
|
20
|
+
// Box
|
|
21
|
+
'w-full',
|
|
22
|
+
// Shape (.or-input-box)
|
|
23
|
+
'[&_.or-input-box]:first-child:rounded-r-none', '[&_.or-input-box]:intermediate-child:rounded-none', '[&_.or-input-box]:last-child:rounded-l-none',
|
|
24
|
+
// Spacing (children)
|
|
25
|
+
'[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
|
|
26
|
+
|
|
27
|
+
var script = defineComponent({
|
|
28
|
+
name: 'OrCombinedInput',
|
|
29
|
+
components: {
|
|
30
|
+
OrError,
|
|
31
|
+
OrHint,
|
|
32
|
+
OrLabel
|
|
33
|
+
},
|
|
34
|
+
inheritAttrs: false,
|
|
35
|
+
props: {
|
|
36
|
+
size: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: InputBoxSize.M
|
|
39
|
+
},
|
|
40
|
+
label: {
|
|
41
|
+
type: String,
|
|
42
|
+
default: undefined
|
|
43
|
+
},
|
|
44
|
+
hint: {
|
|
45
|
+
type: String,
|
|
46
|
+
default: undefined
|
|
47
|
+
},
|
|
48
|
+
error: {
|
|
49
|
+
type: String,
|
|
50
|
+
default: undefined
|
|
51
|
+
},
|
|
52
|
+
required: {
|
|
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 classAttribute = useClassAttribute();
|
|
70
|
+
const rootStyles = computed(() => ['or-combined-input', ...CombinedInputRoot, classAttribute.value]);
|
|
71
|
+
const controlGroup = computed(() => [...CombinedInputControlGroup]);
|
|
72
|
+
// State
|
|
73
|
+
const invalid = computed(() => !!props.error);
|
|
74
|
+
const readonly = computed(() => context.attrs.readonly);
|
|
75
|
+
return {
|
|
76
|
+
root,
|
|
77
|
+
rootStyles,
|
|
78
|
+
controlGroup,
|
|
79
|
+
invalid,
|
|
80
|
+
readonly
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
/* script */
|
|
86
|
+
const __vue_script__ = script;
|
|
87
|
+
|
|
88
|
+
/* template */
|
|
89
|
+
var __vue_render__ = function () {
|
|
90
|
+
var _vm = this;
|
|
91
|
+
var _h = _vm.$createElement;
|
|
92
|
+
var _c = _vm._self._c || _h;
|
|
93
|
+
return _c('div', _vm._b({
|
|
94
|
+
ref: "root",
|
|
95
|
+
class: _vm.rootStyles
|
|
96
|
+
}, 'div', _vm.$attrs, false), [_vm.label ? [_c('OrLabel', {
|
|
97
|
+
attrs: {
|
|
98
|
+
"variant": 'input',
|
|
99
|
+
"required": _vm.required,
|
|
100
|
+
"disabled": _vm.disabled
|
|
101
|
+
},
|
|
102
|
+
scopedSlots: _vm._u([{
|
|
103
|
+
key: "addon",
|
|
104
|
+
fn: function () {
|
|
105
|
+
return [_vm._t("addon")];
|
|
106
|
+
},
|
|
107
|
+
proxy: true
|
|
108
|
+
}], null, true)
|
|
109
|
+
}, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('div', {
|
|
110
|
+
class: _vm.controlGroup
|
|
111
|
+
}, [_vm._t("default", null, {
|
|
112
|
+
"size": _vm.size,
|
|
113
|
+
"required": _vm.required,
|
|
114
|
+
"readonly": _vm.readonly,
|
|
115
|
+
"disabled": _vm.disabled,
|
|
116
|
+
"disableDefaultStyles": _vm.disableDefaultStyles
|
|
117
|
+
})], 2), _vm._v(" "), !_vm.invalid ? [_vm.hint ? [_c('OrHint', {
|
|
118
|
+
attrs: {
|
|
119
|
+
"disabled": _vm.disabled
|
|
120
|
+
}
|
|
121
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")])] : _vm._e()] : [_c('OrError', {
|
|
122
|
+
attrs: {
|
|
123
|
+
"disabled": _vm.disabled
|
|
124
|
+
}
|
|
125
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])]], 2);
|
|
126
|
+
};
|
|
127
|
+
var __vue_staticRenderFns__ = [];
|
|
128
|
+
|
|
129
|
+
/* style */
|
|
130
|
+
const __vue_inject_styles__ = undefined;
|
|
131
|
+
/* scoped */
|
|
132
|
+
const __vue_scope_id__ = undefined;
|
|
133
|
+
/* module identifier */
|
|
134
|
+
const __vue_module_identifier__ = undefined;
|
|
135
|
+
/* functional template */
|
|
136
|
+
const __vue_is_functional_template__ = false;
|
|
137
|
+
/* style inject */
|
|
138
|
+
|
|
139
|
+
/* style inject SSR */
|
|
140
|
+
|
|
141
|
+
/* style inject shadow dom */
|
|
142
|
+
|
|
143
|
+
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
144
|
+
render: __vue_render__,
|
|
145
|
+
staticRenderFns: __vue_staticRenderFns__
|
|
146
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
147
|
+
var __vue_component__$1 = __vue_component__;
|
|
148
|
+
|
|
149
|
+
export { __vue_component__$1 as OrCombinedInputV3 };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputBoxSize as CombinedInputSize } from '../or-input-box-v3';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-43626f94.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -10,9 +10,9 @@ import 'portal-vue';
|
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
11
|
import '../../useClassAttribute-9bf33346.js';
|
|
12
12
|
import '../../useElevation-aac032f4.js';
|
|
13
|
-
import '../../OrButton-
|
|
13
|
+
import '../../OrButton-0e91a808.js';
|
|
14
14
|
import '../../OrLoader-6a1f937b.js';
|
|
15
|
-
import '../../OrInput-
|
|
15
|
+
import '../../OrInput-0a3666aa.js';
|
|
16
16
|
import '../../OrError-aad17598.js';
|
|
17
17
|
import '../../OrHint-f38a1940.js';
|
|
18
18
|
import '../../OrIcon-8625385f.js';
|
|
@@ -22,6 +22,7 @@ import '../../OrPopover-5dc240f1.js';
|
|
|
22
22
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
23
23
|
import '../../OrBottomSheet-1cd1ab4c.js';
|
|
24
24
|
import '../../useResponsive-e13dfbb0.js';
|
|
25
|
-
import '../../OrInputBox-
|
|
25
|
+
import '../../OrInputBox-dfdcbdce.js';
|
|
26
|
+
import '../../props-78496a2d.js';
|
|
26
27
|
import '../../OrLabel-172c4b89.js';
|
|
27
28
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { O as OrInputBoxV3 } from '../../OrInputBox-dfdcbdce.js';
|
|
2
|
+
export { a as InputBoxSize, I as InputBoxVariant } from '../../props-78496a2d.js';
|
|
2
3
|
import '../../index-fa6eb4ca.js';
|
|
3
4
|
import 'vue';
|
|
4
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InputType, O as OrInputV3 } from '../../OrInput-
|
|
2
|
-
export { a as InputSize } from '../../
|
|
1
|
+
export { I as InputType, O as OrInputV3 } from '../../OrInput-0a3666aa.js';
|
|
2
|
+
export { a as InputSize } from '../../props-78496a2d.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -19,5 +19,6 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
19
19
|
import 'portal-vue';
|
|
20
20
|
import '../../useElevation-aac032f4.js';
|
|
21
21
|
import '../../useResponsive-e13dfbb0.js';
|
|
22
|
+
import '../../OrInputBox-dfdcbdce.js';
|
|
22
23
|
import '../../OrLabel-172c4b89.js';
|
|
23
24
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
2
|
-
export { a as SearchSize } from '../../
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-847c1bab.js';
|
|
2
|
+
export { a as SearchSize } from '../../props-78496a2d.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import '@vueuse/core';
|
|
7
|
-
import '../../OrInput-
|
|
7
|
+
import '../../OrInput-0a3666aa.js';
|
|
8
8
|
import '../../OrError-aad17598.js';
|
|
9
9
|
import '../../useClassAttribute-9bf33346.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -20,5 +20,6 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
20
20
|
import 'portal-vue';
|
|
21
21
|
import '../../useElevation-aac032f4.js';
|
|
22
22
|
import '../../useResponsive-e13dfbb0.js';
|
|
23
|
+
import '../../OrInputBox-dfdcbdce.js';
|
|
23
24
|
import '../../OrLabel-172c4b89.js';
|
|
24
25
|
import '../../browser-82dea9ed.js';
|
|
@@ -23,13 +23,13 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
23
23
|
dropdownStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
24
24
|
noSearchResultsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
25
25
|
controlId: import("@vue/composition-api").Ref<string>;
|
|
26
|
-
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string |
|
|
26
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | string[]>;
|
|
27
27
|
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
28
28
|
readonly: import("@vue/composition-api").ComputedRef<boolean>;
|
|
29
29
|
selection: import("@vue/composition-api").ComputedRef<SelectOption | (SelectOption | undefined)[] | undefined>;
|
|
30
30
|
searchText: import("@vue/composition-api").Ref<string>;
|
|
31
31
|
internalSearchOptions: import("@vue/composition-api").Ref<{
|
|
32
|
-
value: string
|
|
32
|
+
value: string;
|
|
33
33
|
label: string;
|
|
34
34
|
}[]>;
|
|
35
35
|
resolvedSearchOptions: import("@vue/composition-api").ComputedRef<SelectOption[]>;
|
|
@@ -49,11 +49,11 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
49
49
|
default: SelectOption[];
|
|
50
50
|
};
|
|
51
51
|
modelValue: {
|
|
52
|
-
type: PropType<string |
|
|
52
|
+
type: PropType<string | string[]>;
|
|
53
53
|
default: undefined;
|
|
54
54
|
};
|
|
55
55
|
value: {
|
|
56
|
-
type: PropType<string |
|
|
56
|
+
type: PropType<string | string[]>;
|
|
57
57
|
default: undefined;
|
|
58
58
|
};
|
|
59
59
|
multiple: {
|
|
@@ -88,6 +88,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
88
88
|
type: BooleanConstructor;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
|
+
disableDefaultStyles: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
91
95
|
enableSearch: {
|
|
92
96
|
type: BooleanConstructor;
|
|
93
97
|
default: boolean;
|
|
@@ -114,11 +118,11 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
114
118
|
default: SelectOption[];
|
|
115
119
|
};
|
|
116
120
|
modelValue: {
|
|
117
|
-
type: PropType<string |
|
|
121
|
+
type: PropType<string | string[]>;
|
|
118
122
|
default: undefined;
|
|
119
123
|
};
|
|
120
124
|
value: {
|
|
121
|
-
type: PropType<string |
|
|
125
|
+
type: PropType<string | string[]>;
|
|
122
126
|
default: undefined;
|
|
123
127
|
};
|
|
124
128
|
multiple: {
|
|
@@ -153,6 +157,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
153
157
|
type: BooleanConstructor;
|
|
154
158
|
default: boolean;
|
|
155
159
|
};
|
|
160
|
+
disableDefaultStyles: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
156
164
|
enableSearch: {
|
|
157
165
|
type: BooleanConstructor;
|
|
158
166
|
default: boolean;
|
|
@@ -173,8 +181,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
173
181
|
label: string;
|
|
174
182
|
options: SelectOption[];
|
|
175
183
|
searchOptions: SelectOption[];
|
|
176
|
-
modelValue: string |
|
|
177
|
-
value: string |
|
|
184
|
+
modelValue: string | string[];
|
|
185
|
+
value: string | string[];
|
|
178
186
|
multiple: boolean;
|
|
179
187
|
size: SelectSize;
|
|
180
188
|
placeholder: string;
|
|
@@ -182,6 +190,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
182
190
|
error: string;
|
|
183
191
|
required: boolean;
|
|
184
192
|
disabled: boolean;
|
|
193
|
+
disableDefaultStyles: boolean;
|
|
185
194
|
enableSearch: boolean;
|
|
186
195
|
searchFunction: SelectSearchFunction;
|
|
187
196
|
groupByFunction: SelectGroupByFunction;
|
|
@@ -210,13 +219,13 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
210
219
|
dropdownStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
211
220
|
noSearchResultsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
212
221
|
controlId: import("@vue/composition-api").Ref<string>;
|
|
213
|
-
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string |
|
|
222
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | string[]>;
|
|
214
223
|
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
215
224
|
readonly: import("@vue/composition-api").ComputedRef<boolean>;
|
|
216
225
|
selection: import("@vue/composition-api").ComputedRef<SelectOption | (SelectOption | undefined)[] | undefined>;
|
|
217
226
|
searchText: import("@vue/composition-api").Ref<string>;
|
|
218
227
|
internalSearchOptions: import("@vue/composition-api").Ref<{
|
|
219
|
-
value: string
|
|
228
|
+
value: string;
|
|
220
229
|
label: string;
|
|
221
230
|
}[]>;
|
|
222
231
|
resolvedSearchOptions: import("@vue/composition-api").ComputedRef<SelectOption[]>;
|
|
@@ -230,8 +239,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
230
239
|
label: string;
|
|
231
240
|
options: SelectOption[];
|
|
232
241
|
searchOptions: SelectOption[];
|
|
233
|
-
modelValue: string |
|
|
234
|
-
value: string |
|
|
242
|
+
modelValue: string | string[];
|
|
243
|
+
value: string | string[];
|
|
235
244
|
multiple: boolean;
|
|
236
245
|
size: SelectSize;
|
|
237
246
|
placeholder: string;
|
|
@@ -239,6 +248,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
239
248
|
error: string;
|
|
240
249
|
required: boolean;
|
|
241
250
|
disabled: boolean;
|
|
251
|
+
disableDefaultStyles: boolean;
|
|
242
252
|
enableSearch: boolean;
|
|
243
253
|
searchFunction: SelectSearchFunction;
|
|
244
254
|
groupByFunction: SelectGroupByFunction;
|
|
@@ -249,8 +259,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
249
259
|
label: string;
|
|
250
260
|
options: SelectOption[];
|
|
251
261
|
searchOptions: SelectOption[];
|
|
252
|
-
modelValue: string |
|
|
253
|
-
value: string |
|
|
262
|
+
modelValue: string | string[];
|
|
263
|
+
value: string | string[];
|
|
254
264
|
multiple: boolean;
|
|
255
265
|
size: SelectSize;
|
|
256
266
|
placeholder: string;
|
|
@@ -258,6 +268,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
258
268
|
error: string;
|
|
259
269
|
required: boolean;
|
|
260
270
|
disabled: boolean;
|
|
271
|
+
disableDefaultStyles: boolean;
|
|
261
272
|
enableSearch: boolean;
|
|
262
273
|
searchFunction: SelectSearchFunction;
|
|
263
274
|
groupByFunction: SelectGroupByFunction;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
2
|
-
export { a as SelectSize } from '../../
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-41c6588d.js';
|
|
2
|
+
export { a as SelectSize } from '../../props-78496a2d.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -12,7 +12,7 @@ import '../../OrError-aad17598.js';
|
|
|
12
12
|
import '../../OrExpansionPanel-995caa85.js';
|
|
13
13
|
import '../../OrIcon-8625385f.js';
|
|
14
14
|
import '../../OrHint-f38a1940.js';
|
|
15
|
-
import '../../OrInput-
|
|
15
|
+
import '../../OrInput-0a3666aa.js';
|
|
16
16
|
import '../../OrIconButton-a215104c.js';
|
|
17
17
|
import '../../OrTooltip-fbfa05fd.js';
|
|
18
18
|
import '@vueuse/core';
|
|
@@ -24,6 +24,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
24
24
|
import 'portal-vue';
|
|
25
25
|
import '../../useElevation-aac032f4.js';
|
|
26
26
|
import '../../useResponsive-e13dfbb0.js';
|
|
27
|
+
import '../../OrInputBox-dfdcbdce.js';
|
|
27
28
|
import '../../OrMenuItem-26420908.js';
|
|
28
29
|
import '../../OrTag-6440aa89.js';
|
|
29
30
|
import '../../dropdown-open-e2a93aaf.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTextareaV3 } from '../../OrTextarea-
|
|
2
|
-
export { a as TextareaSize } from '../../
|
|
1
|
+
export { _ as OrTextareaV3 } from '../../OrTextarea-ff2ba975.js';
|
|
2
|
+
export { a as TextareaSize } from '../../props-78496a2d.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -7,5 +7,6 @@ import '../../OrError-aad17598.js';
|
|
|
7
7
|
import '../../useClassAttribute-9bf33346.js';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
9
|
import '../../OrHint-f38a1940.js';
|
|
10
|
+
import '../../OrInputBox-dfdcbdce.js';
|
|
10
11
|
import '../../OrLabel-172c4b89.js';
|
|
11
12
|
import '../../browser-82dea9ed.js';
|