@onereach/ui-components 2.74.4-beta.2307.0 → 2.74.4
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-d45772c1.js → OrButton-0a9470c0.js} +1 -1
- package/dist/bundled/v2/{OrCardCollection-914c0d96.js → OrCardCollection-f6c1843a.js} +2 -2
- package/dist/bundled/v2/{OrConfirm-f34221c8.js → OrConfirm-de24a0f3.js} +2 -2
- package/dist/bundled/v2/{OrInput-5cd0041e.js → OrInput-bef517bc.js} +1 -1
- package/dist/bundled/v2/{OrLoader-864ef92a.js → OrLoader-cf28bfa6.js} +20 -5
- package/dist/bundled/v2/{OrPagination-582690fd.js → OrPagination-19494306.js} +1 -1
- package/dist/bundled/v2/{OrSearch-4b0f063b.js → OrSearch-7fc62333.js} +1 -1
- package/dist/bundled/v2/{OrSelect-ac49dab5.js → OrSelect-8117caeb.js} +1 -1
- package/dist/bundled/v2/{OrSwitch-782d7b43.js → OrSwitch-51e30de3.js} +1 -1
- package/dist/bundled/v2/{OrText-15bf85c4.js → OrText-a665b991.js} +3 -36
- package/dist/bundled/v2/components/index.js +11 -11
- package/dist/bundled/v2/components/or-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-input-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-loader-v3/OrLoader.vue.d.ts +18 -2
- package/dist/bundled/v2/components/or-loader-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-search-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-select-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-text-v3/OrText.stories3.d.ts +1 -13
- package/dist/bundled/v2/components/or-text-v3/OrText.vue.d.ts +2 -27
- package/dist/bundled/v2/components/or-text-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-toast-v3/index.js +2 -2
- package/dist/bundled/v2/index.js +12 -12
- package/dist/bundled/v2/{types-d0e9ac5c.js → types-d2afe7b5.js} +1 -1
- package/dist/bundled/v3/{OrButton-a1448bfa.js → OrButton-a5b98ee2.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3b1e442b.js → OrButton.vue_vue_type_script_lang-e75f9a10.js} +2 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-b74654c4.js → OrCardCollection.vue_vue_type_script_lang-3e9df595.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-a75a86cd.js → OrConfirm.vue_vue_type_script_lang-21ba7d14.js} +4 -4
- package/dist/bundled/v3/{OrInput-b077957e.js → OrInput-e5eb8be7.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-ada50709.js → OrInput.vue_vue_type_script_lang-852897e6.js} +2 -2
- package/dist/bundled/v3/{OrLoader-123ef8c4.js → OrLoader-663e062d.js} +5 -4
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-4c3c1ac9.js → OrLoader.vue_vue_type_script_lang-8fc03499.js} +18 -4
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-9804669c.js → OrPagination.vue_vue_type_script_lang-cdab5b21.js} +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-d4b754f2.js → OrSearch.vue_vue_type_script_lang-9108d84c.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-36567db5.js → OrSelect.vue_vue_type_script_lang-b36ee220.js} +2 -2
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-31994be7.js → OrSwitch.vue_vue_type_script_lang-f6039c8f.js} +2 -2
- package/dist/bundled/v3/OrText.vue_vue_type_script_lang-271fb345.js +60 -0
- package/dist/bundled/v3/{OrToastContainer-bafab8a2.js → OrToastContainer-6ade8920.js} +1 -1
- package/dist/bundled/v3/components/index.js +14 -14
- package/dist/bundled/v3/components/or-button-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +8 -8
- package/dist/bundled/v3/components/or-confirm-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-loader-v3/OrLoader.vue.d.ts +18 -2
- package/dist/bundled/v3/components/or-loader-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-search-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-select-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-text-v3/OrText.stories3.d.ts +1 -13
- package/dist/bundled/v3/components/or-text-v3/OrText.vue.d.ts +2 -27
- package/dist/bundled/v3/components/or-text-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
- package/dist/bundled/v3/index.js +22 -22
- package/dist/bundled/v3/{types-150c888c.js → types-9a4dc8a9.js} +2 -2
- package/dist/esm/v2/{OrButton-66964360.js → OrButton-49f7f20b.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-53b55eec.js → OrCardCollection-04a08189.js} +2 -2
- package/dist/esm/v2/{OrConfirm-ccf4b2c9.js → OrConfirm-4581e413.js} +2 -2
- package/dist/esm/v2/{OrInput-b241f15f.js → OrInput-48622687.js} +1 -1
- package/dist/esm/v2/{OrLoader-76307488.js → OrLoader-8f1f3af1.js} +20 -5
- package/dist/esm/v2/{OrPagination-f7f540d1.js → OrPagination-c27faf97.js} +1 -1
- package/dist/esm/v2/{OrSearch-6aaba430.js → OrSearch-635c54a6.js} +1 -1
- package/dist/esm/v2/{OrSelect-84c2079c.js → OrSelect-b9b2b634.js} +1 -1
- package/dist/esm/v2/{OrSwitch-8549219a.js → OrSwitch-10ecff82.js} +1 -1
- package/dist/esm/v2/{OrText-91d662a0.js → OrText-b12d0682.js} +3 -36
- package/dist/esm/v2/components/index.js +11 -11
- package/dist/esm/v2/components/or-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v2/components/or-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +18 -2
- package/dist/esm/v2/components/or-loader-v3/index.js +1 -1
- package/dist/esm/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/esm/v2/components/or-search-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/index.js +3 -3
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-text-v3/OrText.stories3.d.ts +1 -13
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -27
- package/dist/esm/v2/components/or-text-v3/index.js +1 -1
- package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v2/index.js +11 -11
- package/dist/esm/v2/{types-f4b60ff3.js → types-5222144c.js} +1 -1
- package/dist/esm/v3/{OrButton-c56998e7.js → OrButton-eab948fb.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-e5a0c7f2.js → OrCardCollection-4e80d94b.js} +2 -2
- package/dist/esm/v3/{OrConfirm-bb32473d.js → OrConfirm-2198fae7.js} +2 -2
- package/dist/esm/v3/{OrInput-d924c98e.js → OrInput-88c99fc0.js} +1 -1
- package/dist/esm/v3/{OrLoader-a53d2edf.js → OrLoader-3a918ce9.js} +22 -7
- package/dist/esm/v3/{OrPagination-2ef059f6.js → OrPagination-d0ba716f.js} +1 -1
- package/dist/esm/v3/{OrSearch-e96e6f77.js → OrSearch-1fd60997.js} +1 -1
- package/dist/esm/v3/{OrSelect-c502e2f1.js → OrSelect-14ab8bdf.js} +1 -1
- package/dist/esm/v3/{OrSwitch-1c2196da.js → OrSwitch-0e92c92c.js} +1 -1
- package/dist/esm/v3/{OrText-a3b00048.js → OrText-6b4f7cd1.js} +3 -36
- package/dist/esm/v3/components/index.js +11 -11
- package/dist/esm/v3/components/or-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v3/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +18 -2
- package/dist/esm/v3/components/or-loader-v3/index.js +1 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +3 -3
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/index.js +3 -3
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-text-v3/OrText.stories3.d.ts +1 -13
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +2 -27
- package/dist/esm/v3/components/or-text-v3/index.js +1 -1
- package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v3/index.js +11 -11
- package/dist/esm/v3/{types-fd0720cc.js → types-7d404d5f.js} +1 -1
- package/package.json +3 -2
- package/src/components/or-loader-v3/OrLoader.stories3.ts +16 -4
- package/src/components/or-loader-v3/OrLoader.vue +21 -3
- package/src/components/or-loader-v3/styles.ts +1 -2
- package/src/components/or-text-v3/OrText.stories3.ts +5 -81
- package/src/components/or-text-v3/OrText.vue +3 -37
- package/dist/bundled/v3/OrText.vue_vue_type_script_lang-e93438ea.js +0 -93
|
@@ -2,7 +2,7 @@ import { useToggle } from '@vueuse/core';
|
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
3
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-3a3d4280.js';
|
|
4
4
|
import { O as OrIconButton } from './OrIconButton-037b9c33.js';
|
|
5
|
-
import { O as OrLoader } from './OrLoader-
|
|
5
|
+
import { O as OrLoader } from './OrLoader-cf28bfa6.js';
|
|
6
6
|
import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrButton.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrButton.vue_vue_type_script_lang-e75f9a10.js';
|
|
2
2
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = ["type", "activated", "disabled"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
-
import './OrLoader-
|
|
3
|
-
import { s as script$1 } from './OrLoader.vue_vue_type_script_lang-
|
|
2
|
+
import './OrLoader-663e062d.js';
|
|
3
|
+
import { s as script$1 } from './OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
4
4
|
|
|
5
5
|
var ButtonVariant;
|
|
6
6
|
(function (ButtonVariant) {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, normalizeClass, defineComponent, computed, createElementBlock, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, ref, watch } from 'vue';
|
|
2
2
|
import './OrIconButton-a2091425.js';
|
|
3
3
|
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
4
|
-
import './OrButton-
|
|
4
|
+
import './OrButton-a5b98ee2.js';
|
|
5
5
|
import './OrMenu-c2c114de.js';
|
|
6
6
|
import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-518b5305.js';
|
|
7
7
|
import './OrMenuItem-1917f51a.js';
|
|
8
8
|
import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
9
9
|
import './OrIcon-0239fc17.js';
|
|
10
|
-
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-
|
|
11
|
-
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-9108d84c.js';
|
|
11
|
+
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-e75f9a10.js';
|
|
12
12
|
import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
13
13
|
|
|
14
14
|
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -2,11 +2,11 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
|
2
2
|
import { l as logicAnd } from './index-01519e46.js';
|
|
3
3
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
4
4
|
import './OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
5
|
-
import './OrButton-
|
|
6
|
-
import './OrInput-
|
|
7
|
-
import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-
|
|
5
|
+
import './OrButton-a5b98ee2.js';
|
|
6
|
+
import './OrInput-e5eb8be7.js';
|
|
7
|
+
import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-e75f9a10.js';
|
|
8
8
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-a1f3f02c.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-852897e6.js';
|
|
10
10
|
|
|
11
11
|
var ConfirmType;
|
|
12
12
|
(function (ConfirmType) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrInput.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
2
2
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, createSlots } from 'vue';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
|
|
@@ -8,13 +8,13 @@ import './OrInputBox-358d4856.js';
|
|
|
8
8
|
import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
9
9
|
import './OrLabel-c556887e.js';
|
|
10
10
|
import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
11
|
-
import './OrLoader-
|
|
11
|
+
import './OrLoader-663e062d.js';
|
|
12
12
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
13
13
|
import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
|
|
14
14
|
import { u as useResponsive } from './useResponsive-9d397e2a.js';
|
|
15
15
|
import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
16
16
|
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
17
|
-
import { s as script$7 } from './OrLoader.vue_vue_type_script_lang-
|
|
17
|
+
import { s as script$7 } from './OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
18
18
|
|
|
19
19
|
var InputType;
|
|
20
20
|
(function (InputType) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from './OrLoader.vue_vue_type_script_lang-
|
|
2
|
-
import { openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, createElementVNode } from 'vue';
|
|
1
|
+
import { s as script } from './OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
2
|
+
import { openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, createElementVNode, normalizeStyle } from 'vue';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = ["width", "height"];
|
|
5
5
|
const _hoisted_2 = {
|
|
@@ -34,7 +34,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34
34
|
key: 0,
|
|
35
35
|
class: normalizeClass(_ctx.titleStyles)
|
|
36
36
|
}, toDisplayString(_ctx.title), 3 /* TEXT, CLASS */)) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
37
|
-
class: normalizeClass(_ctx.containerStyles)
|
|
37
|
+
class: normalizeClass(_ctx.containerStyles),
|
|
38
|
+
style: normalizeStyle(_ctx.wrapperStyle)
|
|
38
39
|
}, [_ctx.variant === 'circular' ? (openBlock(), createElementBlock("svg", {
|
|
39
40
|
key: 0,
|
|
40
41
|
viewBox: "0 0 16 16",
|
|
@@ -53,7 +54,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
53
54
|
x2: "calc(100% - 2px)",
|
|
54
55
|
y2: "50%",
|
|
55
56
|
stroke: _ctx.color === 'inherit' ? 'currentColor' : 'inherit'
|
|
56
|
-
}, null, 8 /* PROPS */, _hoisted_7)])])) : createCommentVNode("v-if", true)],
|
|
57
|
+
}, null, 8 /* PROPS */, _hoisted_7)])])) : createCommentVNode("v-if", true)], 6 /* CLASS, STYLE */), _ctx.description ? (openBlock(), createElementBlock("div", {
|
|
57
58
|
key: 1,
|
|
58
59
|
class: normalizeClass(_ctx.descriptionStyles)
|
|
59
60
|
}, toDisplayString(_ctx.description), 3 /* TEXT, CLASS */)) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
@@ -19,7 +19,7 @@ var LoaderSize;
|
|
|
19
19
|
|
|
20
20
|
const LoaderRoot = [
|
|
21
21
|
// Layout
|
|
22
|
-
'
|
|
22
|
+
'flex', 'flex-col', 'gap-md'];
|
|
23
23
|
const LoaderRootColors = {
|
|
24
24
|
'primary': [
|
|
25
25
|
// Theme
|
|
@@ -40,10 +40,17 @@ var script = defineComponent({
|
|
|
40
40
|
type: String,
|
|
41
41
|
default: LoaderVariant.Circular
|
|
42
42
|
},
|
|
43
|
+
/**
|
|
44
|
+
* Defines a semantic color of the loading indicator.
|
|
45
|
+
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
46
|
+
*/
|
|
43
47
|
color: {
|
|
44
48
|
type: String,
|
|
45
49
|
default: LoaderColor.Primary
|
|
46
50
|
},
|
|
51
|
+
/**
|
|
52
|
+
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
53
|
+
*/
|
|
47
54
|
size: {
|
|
48
55
|
type: String,
|
|
49
56
|
default: LoaderSize.M
|
|
@@ -69,19 +76,26 @@ var script = defineComponent({
|
|
|
69
76
|
// State
|
|
70
77
|
const computedSize = computed(() => {
|
|
71
78
|
switch (props.size) {
|
|
72
|
-
case
|
|
79
|
+
case LoaderSize.M:
|
|
73
80
|
return 20;
|
|
74
|
-
case
|
|
81
|
+
case LoaderSize.S:
|
|
75
82
|
return 16;
|
|
76
83
|
}
|
|
77
84
|
});
|
|
85
|
+
/**
|
|
86
|
+
* Preserves circular loading indicator from shrinking caused by external styles.
|
|
87
|
+
*/
|
|
88
|
+
const wrapperStyle = computed(() => {
|
|
89
|
+
return `min-width: ${computedSize.value}px;`;
|
|
90
|
+
});
|
|
78
91
|
return {
|
|
79
92
|
root,
|
|
80
93
|
rootStyles,
|
|
81
94
|
containerStyles,
|
|
82
95
|
titleStyles,
|
|
83
96
|
descriptionStyles,
|
|
84
|
-
computedSize
|
|
97
|
+
computedSize,
|
|
98
|
+
wrapperStyle
|
|
85
99
|
};
|
|
86
100
|
}
|
|
87
101
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
-
import './OrButton-
|
|
2
|
+
import './OrButton-a5b98ee2.js';
|
|
3
3
|
import './OrIcon-0239fc17.js';
|
|
4
4
|
import './OrMenu-c2c114de.js';
|
|
5
5
|
import './OrMenuItem-1917f51a.js';
|
|
6
|
-
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-e75f9a10.js';
|
|
7
7
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
8
8
|
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-518b5305.js';
|
|
9
9
|
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
3
|
-
import './OrInput-
|
|
4
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
3
|
+
import './OrInput-e5eb8be7.js';
|
|
4
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -4,7 +4,7 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
|
4
4
|
import './OrHint-5d5e4d99.js';
|
|
5
5
|
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
|
|
6
6
|
import './OrIcon-0239fc17.js';
|
|
7
|
-
import './OrInput-
|
|
7
|
+
import './OrInput-e5eb8be7.js';
|
|
8
8
|
import './OrInputBox-358d4856.js';
|
|
9
9
|
import './OrLabel-c556887e.js';
|
|
10
10
|
import './OrMenuItem-1917f51a.js';
|
|
@@ -15,7 +15,7 @@ import { u as useOverflow } from './useOverflow-6dce216b.js';
|
|
|
15
15
|
import { s as script$4 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
16
16
|
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
17
17
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
18
|
-
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
19
19
|
import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
20
20
|
import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
21
21
|
import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue';
|
|
2
2
|
import './OrLabel-c556887e.js';
|
|
3
|
-
import './OrLoader-
|
|
3
|
+
import './OrLoader-663e062d.js';
|
|
4
4
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
5
5
|
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
6
|
-
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
7
7
|
|
|
8
8
|
const SwitchRoot = [
|
|
9
9
|
// Layout
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
+
|
|
3
|
+
const TextRoot = [
|
|
4
|
+
// Layout
|
|
5
|
+
'inline-flex',
|
|
6
|
+
// Box
|
|
7
|
+
'max-w-full',
|
|
8
|
+
// Typography
|
|
9
|
+
'whitespace-nowrap'];
|
|
10
|
+
const MainText = [
|
|
11
|
+
// Layout
|
|
12
|
+
'overflow-hidden',
|
|
13
|
+
// Typography
|
|
14
|
+
'text-ellipsis'];
|
|
15
|
+
const RestText = [
|
|
16
|
+
// Layout
|
|
17
|
+
'shrink'];
|
|
18
|
+
|
|
19
|
+
var script = defineComponent({
|
|
20
|
+
name: 'OrText',
|
|
21
|
+
props: {
|
|
22
|
+
text: {
|
|
23
|
+
type: String,
|
|
24
|
+
required: true
|
|
25
|
+
},
|
|
26
|
+
sliceIndex: {
|
|
27
|
+
type: Number,
|
|
28
|
+
default: undefined
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
expose: ['root'],
|
|
32
|
+
setup(props) {
|
|
33
|
+
// Refs
|
|
34
|
+
const root = ref();
|
|
35
|
+
// Styles
|
|
36
|
+
const rootStyles = computed(() => ['or-text', ...TextRoot]);
|
|
37
|
+
const mainTextStyles = computed(() => [...MainText]);
|
|
38
|
+
const restTextStyles = computed(() => [...RestText]);
|
|
39
|
+
// State
|
|
40
|
+
const mainText = computed(() => {
|
|
41
|
+
if (props.sliceIndex) {
|
|
42
|
+
return props.text.slice(0, Math.abs(props.sliceIndex) * -1);
|
|
43
|
+
}
|
|
44
|
+
return props.text;
|
|
45
|
+
});
|
|
46
|
+
const restText = computed(() => {
|
|
47
|
+
return props.text.slice(mainText.value.length);
|
|
48
|
+
});
|
|
49
|
+
return {
|
|
50
|
+
root,
|
|
51
|
+
rootStyles,
|
|
52
|
+
mainTextStyles,
|
|
53
|
+
restTextStyles,
|
|
54
|
+
mainText,
|
|
55
|
+
restText
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
export { script as s };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as script } from './types-
|
|
1
|
+
import { a as script } from './types-9a4dc8a9.js';
|
|
2
2
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeClass, createVNode, TransitionGroup, createElementBlock, Fragment, renderList, mergeProps, createCommentVNode } from 'vue';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
|
|
@@ -5,10 +5,10 @@ export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
|
|
|
5
5
|
export { s as OrButtonV2 } from '../OrButton.vue_vue_type_script_lang-ffc66d00.js';
|
|
6
6
|
export { s as OrIconButton } from '../OrIconButton.vue_vue_type_script_lang-40547ab0.js';
|
|
7
7
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-e75f9a10.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-cd84f344.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-3e9df595.js';
|
|
12
12
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-b6685a34.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,7 +19,7 @@ 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-41b4d791.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-21ba7d14.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-bfa4c580.js';
|
|
@@ -38,7 +38,7 @@ export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue
|
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-da6887aa.js';
|
|
39
39
|
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js';
|
|
40
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-b387d4ba.js';
|
|
41
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-
|
|
41
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
42
42
|
export { s as OrInput } from '../OrInput.vue_vue_type_script_lang-409235cc.js';
|
|
43
43
|
export { s as OrLabel } from '../OrLabel.vue_vue_type_script_lang-27f8b12d.js';
|
|
44
44
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
@@ -46,7 +46,7 @@ export { L as LinkColor, s as OrLinkV3 } from '../OrLink.vue_vue_type_script_lan
|
|
|
46
46
|
export { s as OrList } from '../OrList.vue_vue_type_script_lang-c7ab26a0.js';
|
|
47
47
|
export { s as OrListOfInputs } from '../OrListOfInputs.vue_vue_type_script_lang-6c5cf7a5.js';
|
|
48
48
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader.vue_vue_type_script_lang-1378ab8e.js';
|
|
49
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader.vue_vue_type_script_lang-
|
|
49
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
50
50
|
export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
51
51
|
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-518b5305.js';
|
|
52
52
|
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
@@ -59,17 +59,17 @@ export { s as OrOverflowMenu } from '../OrOverflowMenu.vue_vue_type_script_lang-
|
|
|
59
59
|
export { s as OrOverlay } from '../OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
|
|
60
60
|
export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
61
61
|
export { s as OrPassword } from '../OrPassword.vue_vue_type_script_lang-b75f6543.js';
|
|
62
|
-
export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-
|
|
62
|
+
export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-cdab5b21.js';
|
|
63
63
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress.vue_vue_type_script_lang-3f9ec654.js';
|
|
64
64
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-52f660d6.js';
|
|
65
65
|
export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
|
|
66
66
|
export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js';
|
|
67
67
|
export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-8dc0720c.js';
|
|
68
68
|
export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-5356fa79.js';
|
|
69
|
-
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-
|
|
69
|
+
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-9108d84c.js';
|
|
70
70
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-38a00b68.js';
|
|
71
71
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-26c0a70a.js';
|
|
72
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
72
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-b36ee220.js';
|
|
73
73
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
|
|
74
74
|
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-b5adff07.js';
|
|
75
75
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js';
|
|
@@ -79,7 +79,7 @@ export { s as OrSlider } from '../OrSlider.vue_vue_type_script_lang-d47ff040.js'
|
|
|
79
79
|
export { s as OrSortHeaderV3 } from '../OrSortHeader.vue_vue_type_script_lang-85238e0a.js';
|
|
80
80
|
export { s as OrStepper } from '../OrStepper.vue_vue_type_script_lang-7de7c1ad.js';
|
|
81
81
|
export { s as OrSwitch } from '../OrSwitch.vue_vue_type_script_lang-f55d33f4.js';
|
|
82
|
-
export { s as OrSwitchV3 } from '../OrSwitch.vue_vue_type_script_lang-
|
|
82
|
+
export { s as OrSwitchV3 } from '../OrSwitch.vue_vue_type_script_lang-f6039c8f.js';
|
|
83
83
|
export { s as OrTab } from '../OrTab.vue_vue_type_script_lang-de7c7063.js';
|
|
84
84
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem.vue_vue_type_script_lang-e1f29563.js';
|
|
85
85
|
export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-f791efa0.js';
|
|
@@ -89,13 +89,13 @@ export { s as OrTag } from '../OrTag.vue_vue_type_script_lang-8c526c11.js';
|
|
|
89
89
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-4fe7e19f.js';
|
|
90
90
|
export { s as OrTeleport } from '../OrTeleportVue3-012351e1.js';
|
|
91
91
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
92
|
-
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-
|
|
92
|
+
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-271fb345.js';
|
|
93
93
|
export { s as OrTextarea } from '../OrTextarea.vue_vue_type_script_lang-69ea22e9.js';
|
|
94
94
|
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-de99a858.js';
|
|
95
95
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-b5c4a93a.js';
|
|
96
96
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
|
|
97
97
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-4bb702ce.js';
|
|
98
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
98
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-9a4dc8a9.js';
|
|
99
99
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-4d4329cd.js';
|
|
100
100
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-fa52d391.js';
|
|
101
101
|
export { s as OrTooltipContent } from '../OrTooltipContent-b0dcb862.js';
|
|
@@ -108,10 +108,10 @@ import '../color-1f348774.js';
|
|
|
108
108
|
import '../OrIcon-0239fc17.js';
|
|
109
109
|
import '@vueuse/core';
|
|
110
110
|
import '../OrLoader-ee97fef4.js';
|
|
111
|
-
import '../OrLoader-
|
|
111
|
+
import '../OrLoader-663e062d.js';
|
|
112
112
|
import '../OrIconButton-e637158e.js';
|
|
113
113
|
import '../OrIconButton-a2091425.js';
|
|
114
|
-
import '../OrButton-
|
|
114
|
+
import '../OrButton-a5b98ee2.js';
|
|
115
115
|
import '../OrMenu-c2c114de.js';
|
|
116
116
|
import '../OrMenuItem-1917f51a.js';
|
|
117
117
|
import '../OrLabel-c556887e.js';
|
|
@@ -126,7 +126,7 @@ import '../OrFloating-b6672a37.js';
|
|
|
126
126
|
import '../index-01519e46.js';
|
|
127
127
|
import '../OrButton-ec723bb7.js';
|
|
128
128
|
import '../OrInput-704e72ba.js';
|
|
129
|
-
import '../OrInput-
|
|
129
|
+
import '../OrInput-e5eb8be7.js';
|
|
130
130
|
import '../OrCollapse-63e83681.js';
|
|
131
131
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
132
132
|
import '../OrHint-5d5e4d99.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-e75f9a10.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrLoader-
|
|
4
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrLoader-663e062d.js';
|
|
4
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.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-3e9df595.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIconButton-a2091425.js';
|
|
4
4
|
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
@@ -14,17 +14,17 @@ import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
|
14
14
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
15
15
|
import '../../useElevation-e8a2ce89.js';
|
|
16
16
|
import '../../useResponsive-9d397e2a.js';
|
|
17
|
-
import '../../OrButton-
|
|
18
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
19
|
-
import '../../OrLoader-
|
|
20
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
17
|
+
import '../../OrButton-a5b98ee2.js';
|
|
18
|
+
import '../../OrButton.vue_vue_type_script_lang-e75f9a10.js';
|
|
19
|
+
import '../../OrLoader-663e062d.js';
|
|
20
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
21
21
|
import '../../OrMenu-c2c114de.js';
|
|
22
22
|
import '../../OrMenu.vue_vue_type_script_lang-518b5305.js';
|
|
23
23
|
import '../../OrMenuItem-1917f51a.js';
|
|
24
24
|
import '../../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
25
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
26
|
-
import '../../OrInput-
|
|
27
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
25
|
+
import '../../OrSearch.vue_vue_type_script_lang-9108d84c.js';
|
|
26
|
+
import '../../OrInput-e5eb8be7.js';
|
|
27
|
+
import '../../OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
28
28
|
import '../../OrHint-5d5e4d99.js';
|
|
29
29
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
30
30
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.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-21ba7d14.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '../../index-01519e46.js';
|
|
4
4
|
import 'vue';
|
|
@@ -6,12 +6,12 @@ import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
|
6
6
|
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
7
7
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
8
8
|
import '../../useElevation-e8a2ce89.js';
|
|
9
|
-
import '../../OrButton-
|
|
10
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
11
|
-
import '../../OrLoader-
|
|
12
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
13
|
-
import '../../OrInput-
|
|
14
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrButton-a5b98ee2.js';
|
|
10
|
+
import '../../OrButton.vue_vue_type_script_lang-e75f9a10.js';
|
|
11
|
+
import '../../OrLoader-663e062d.js';
|
|
12
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
13
|
+
import '../../OrInput-e5eb8be7.js';
|
|
14
|
+
import '../../OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
15
15
|
import '../../OrHint-5d5e4d99.js';
|
|
16
16
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
17
17
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
2
2
|
export { a as InputSize } from '../../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-5d5e4d99.js';
|
|
@@ -21,7 +21,7 @@ import '../../useResponsive-9d397e2a.js';
|
|
|
21
21
|
import '../../OrInputBox-358d4856.js';
|
|
22
22
|
import '../../OrLabel-c556887e.js';
|
|
23
23
|
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
24
|
-
import '../../OrLoader-
|
|
25
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
24
|
+
import '../../OrLoader-663e062d.js';
|
|
25
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
26
26
|
import '../../useIdAttribute-b2e42f31.js';
|
|
27
27
|
import '../../useValidationAttributes-5428d8fa.js';
|
|
@@ -6,16 +6,24 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
6
6
|
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
7
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
8
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
-
computedSize: import("@vue/composition-api").ComputedRef<20 | 16
|
|
9
|
+
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
10
|
+
wrapperStyle: import("@vue/composition-api").ComputedRef<string>;
|
|
10
11
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
11
12
|
variant: {
|
|
12
13
|
type: PropType<LoaderVariant>;
|
|
13
14
|
default: LoaderVariant;
|
|
14
15
|
};
|
|
16
|
+
/**
|
|
17
|
+
* Defines a semantic color of the loading indicator.
|
|
18
|
+
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
19
|
+
*/
|
|
15
20
|
color: {
|
|
16
21
|
type: PropType<LoaderColor>;
|
|
17
22
|
default: LoaderColor;
|
|
18
23
|
};
|
|
24
|
+
/**
|
|
25
|
+
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
26
|
+
*/
|
|
19
27
|
size: {
|
|
20
28
|
type: PropType<LoaderSize>;
|
|
21
29
|
default: LoaderSize;
|
|
@@ -33,10 +41,17 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
33
41
|
type: PropType<LoaderVariant>;
|
|
34
42
|
default: LoaderVariant;
|
|
35
43
|
};
|
|
44
|
+
/**
|
|
45
|
+
* Defines a semantic color of the loading indicator.
|
|
46
|
+
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
47
|
+
*/
|
|
36
48
|
color: {
|
|
37
49
|
type: PropType<LoaderColor>;
|
|
38
50
|
default: LoaderColor;
|
|
39
51
|
};
|
|
52
|
+
/**
|
|
53
|
+
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
54
|
+
*/
|
|
40
55
|
size: {
|
|
41
56
|
type: PropType<LoaderSize>;
|
|
42
57
|
default: LoaderSize;
|
|
@@ -61,7 +76,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
61
76
|
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
62
77
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
63
78
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
64
|
-
computedSize: import("@vue/composition-api").ComputedRef<20 | 16
|
|
79
|
+
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
80
|
+
wrapperStyle: import("@vue/composition-api").ComputedRef<string>;
|
|
65
81
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
66
82
|
variant: LoaderVariant;
|
|
67
83
|
color: LoaderColor;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../../OrLoader.vue_vue_type_script_lang-
|
|
1
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
2
2
|
import 'vue';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-cdab5b21.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrButton-
|
|
4
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
5
|
-
import '../../OrLoader-
|
|
6
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrButton-a5b98ee2.js';
|
|
4
|
+
import '../../OrButton.vue_vue_type_script_lang-e75f9a10.js';
|
|
5
|
+
import '../../OrLoader-663e062d.js';
|
|
6
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
7
7
|
import '../../OrIcon-0239fc17.js';
|
|
8
8
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
9
9
|
import '../../OrMenu-c2c114de.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-9108d84c.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import '../../OrInput-
|
|
6
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrInput-e5eb8be7.js';
|
|
6
|
+
import '../../OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
7
7
|
import '../../OrHint-5d5e4d99.js';
|
|
8
8
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
9
9
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
@@ -23,8 +23,8 @@ import '../../useResponsive-9d397e2a.js';
|
|
|
23
23
|
import '../../OrInputBox-358d4856.js';
|
|
24
24
|
import '../../OrLabel-c556887e.js';
|
|
25
25
|
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
26
|
-
import '../../OrLoader-
|
|
27
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
26
|
+
import '../../OrLoader-663e062d.js';
|
|
27
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
28
28
|
import '../../useIdAttribute-b2e42f31.js';
|
|
29
29
|
import '../../useValidationAttributes-5428d8fa.js';
|
|
30
30
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-b36ee220.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrCheckbox.vue_vue_type_script_lang-fc067611.js';
|
|
@@ -12,8 +12,8 @@ import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
|
12
12
|
import '../../OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
|
|
13
13
|
import '../../OrIcon-0239fc17.js';
|
|
14
14
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
15
|
-
import '../../OrInput-
|
|
16
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
15
|
+
import '../../OrInput-e5eb8be7.js';
|
|
16
|
+
import '../../OrInput.vue_vue_type_script_lang-852897e6.js';
|
|
17
17
|
import '../../OrIconButton-a2091425.js';
|
|
18
18
|
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
19
19
|
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
@@ -27,8 +27,8 @@ import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
|
27
27
|
import '../../useElevation-e8a2ce89.js';
|
|
28
28
|
import '../../useResponsive-9d397e2a.js';
|
|
29
29
|
import '../../OrInputBox-358d4856.js';
|
|
30
|
-
import '../../OrLoader-
|
|
31
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
30
|
+
import '../../OrLoader-663e062d.js';
|
|
31
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
32
32
|
import '../../useValidationAttributes-5428d8fa.js';
|
|
33
33
|
import '../../OrMenuItem-1917f51a.js';
|
|
34
34
|
import '../../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|