@onereach/ui-components 2.72.2-beta.2276.0 → 2.72.2-beta.2278.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-f1f28b9b.js → OrButton-d45772c1.js} +1 -1
- package/dist/bundled/v2/{OrCardCollection-35abc63a.js → OrCardCollection-4ac89ea5.js} +1 -1
- package/dist/bundled/v2/{OrConfirm-c5717fec.js → OrConfirm-8c0e957d.js} +1 -1
- package/dist/bundled/v2/{OrLoader-07f84c71.js → OrLoader-864ef92a.js} +4 -11
- package/dist/bundled/v2/{OrPagination-1b65273d.js → OrPagination-daf25de2.js} +1 -1
- package/dist/bundled/v2/{OrSwitch-3804a2d8.js → OrSwitch-782d7b43.js} +1 -1
- package/dist/bundled/v2/{OrText-a665b991.js → OrText-15bf85c4.js} +36 -3
- package/dist/bundled/v2/components/index.js +8 -8
- package/dist/bundled/v2/components/or-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-loader-v3/OrLoader.vue.d.ts +2 -16
- 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-switch-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-text-v3/OrText.stories3.d.ts +13 -1
- package/dist/bundled/v2/components/or-text-v3/OrText.vue.d.ts +27 -2
- 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 +9 -9
- package/dist/bundled/v2/{types-13daf4de.js → types-309b7b94.js} +1 -1
- package/dist/bundled/v3/{OrButton-d8b1c4ac.js → OrButton-a1448bfa.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-d31b504f.js → OrButton.vue_vue_type_script_lang-3b1e442b.js} +2 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-23f82328.js → OrCardCollection.vue_vue_type_script_lang-f76c3264.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-ab682ec1.js → OrConfirm.vue_vue_type_script_lang-eb2bfce2.js} +2 -2
- package/dist/bundled/v3/{OrLoader-40942969.js → OrLoader-123ef8c4.js} +1 -1
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-9efedfe7.js → OrLoader.vue_vue_type_script_lang-4c3c1ac9.js} +4 -11
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-c0eceb82.js → OrPagination.vue_vue_type_script_lang-f64827ef.js} +2 -2
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-25f16621.js → OrSwitch.vue_vue_type_script_lang-31994be7.js} +2 -2
- package/dist/bundled/v3/OrText.vue_vue_type_script_lang-e93438ea.js +93 -0
- package/dist/bundled/v3/{OrToastContainer-2e9489f9.js → OrToastContainer-6fe12712.js} +1 -1
- package/dist/bundled/v3/components/index.js +10 -10
- package/dist/bundled/v3/components/or-button-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-loader-v3/OrLoader.vue.d.ts +2 -16
- 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-switch-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-text-v3/OrText.stories3.d.ts +13 -1
- package/dist/bundled/v3/components/or-text-v3/OrText.vue.d.ts +27 -2
- 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 +17 -17
- package/dist/bundled/v3/{types-8f6f3598.js → types-22fbf9d6.js} +2 -2
- package/dist/esm/v2/{OrButton-d067bcac.js → OrButton-66964360.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-cab5acb9.js → OrCardCollection-5a9eda35.js} +1 -1
- package/dist/esm/v2/{OrConfirm-efe95ff6.js → OrConfirm-9dbdedd7.js} +1 -1
- package/dist/esm/v2/{OrLoader-a6ae193f.js → OrLoader-76307488.js} +4 -11
- package/dist/esm/v2/{OrPagination-1acb7176.js → OrPagination-1adbcadb.js} +1 -1
- package/dist/esm/v2/{OrSwitch-c2429fc0.js → OrSwitch-8549219a.js} +1 -1
- package/dist/esm/v2/{OrText-b12d0682.js → OrText-91d662a0.js} +36 -3
- package/dist/esm/v2/components/index.js +8 -8
- package/dist/esm/v2/components/or-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +2 -16
- 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-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-text-v3/OrText.stories3.d.ts +13 -1
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +27 -2
- 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 +8 -8
- package/dist/esm/v2/{types-4a75cef1.js → types-1f95d710.js} +1 -1
- package/dist/esm/v3/{OrButton-d9f6c316.js → OrButton-c56998e7.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-04b36455.js → OrCardCollection-e4fde5b4.js} +1 -1
- package/dist/esm/v3/{OrConfirm-d7d6255c.js → OrConfirm-37454a63.js} +1 -1
- package/dist/esm/v3/{OrLoader-1709eb68.js → OrLoader-a53d2edf.js} +4 -11
- package/dist/esm/v3/{OrPagination-7cbdbb05.js → OrPagination-da9e5017.js} +1 -1
- package/dist/esm/v3/{OrSwitch-54988e7a.js → OrSwitch-1c2196da.js} +1 -1
- package/dist/esm/v3/{OrText-6b4f7cd1.js → OrText-a3b00048.js} +36 -3
- package/dist/esm/v3/components/index.js +8 -8
- package/dist/esm/v3/components/or-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +2 -16
- 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-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-text-v3/OrText.stories3.d.ts +13 -1
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +27 -2
- 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 +8 -8
- package/dist/esm/v3/{types-c3417028.js → types-b79e4387.js} +1 -1
- package/package.json +1 -1
- package/src/components/or-loader-v3/OrLoader.stories3.ts +4 -16
- package/src/components/or-loader-v3/OrLoader.vue +2 -10
- package/src/components/or-loader-v3/styles.ts +2 -1
- package/src/components/or-text-v3/OrText.stories3.ts +81 -5
- package/src/components/or-text-v3/OrText.vue +37 -3
- package/dist/bundled/v3/OrText.vue_vue_type_script_lang-271fb345.js +0 -60
|
@@ -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-837d57f8.js';
|
|
5
|
-
import { O as OrLoader } from './OrLoader-
|
|
5
|
+
import { O as OrLoader } from './OrLoader-864ef92a.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-3b1e442b.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-123ef8c4.js';
|
|
3
|
+
import { s as script$1 } from './OrLoader.vue_vue_type_script_lang-4c3c1ac9.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-e0566ecf.js';
|
|
3
3
|
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
4
|
-
import './OrButton-
|
|
4
|
+
import './OrButton-a1448bfa.js';
|
|
5
5
|
import './OrMenu-6d7abe97.js';
|
|
6
6
|
import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
|
|
7
7
|
import './OrMenuItem-807e2a49.js';
|
|
8
8
|
import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
|
|
9
9
|
import './OrIcon-1a5c9091.js';
|
|
10
10
|
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-c054c8db.js';
|
|
11
|
-
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-
|
|
11
|
+
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
12
12
|
import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
13
13
|
|
|
14
14
|
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -2,9 +2,9 @@ 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-bdef5ca2.js';
|
|
5
|
-
import './OrButton-
|
|
5
|
+
import './OrButton-a1448bfa.js';
|
|
6
6
|
import './OrInput-dcf2606e.js';
|
|
7
|
-
import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
8
8
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
|
|
9
9
|
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-27220623.js';
|
|
10
10
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrLoader.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
2
2
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, createElementVNode } from 'vue';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = ["width", "height"];
|
|
@@ -19,7 +19,7 @@ var LoaderSize;
|
|
|
19
19
|
|
|
20
20
|
const LoaderRoot = [
|
|
21
21
|
// Layout
|
|
22
|
-
'flex', 'flex-col', '
|
|
22
|
+
'contents', 'flex', 'flex-col', 'space-y-md'];
|
|
23
23
|
const LoaderRootColors = {
|
|
24
24
|
'primary': [
|
|
25
25
|
// Theme
|
|
@@ -40,17 +40,10 @@ 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
|
-
*/
|
|
47
43
|
color: {
|
|
48
44
|
type: String,
|
|
49
45
|
default: LoaderColor.Primary
|
|
50
46
|
},
|
|
51
|
-
/**
|
|
52
|
-
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
53
|
-
*/
|
|
54
47
|
size: {
|
|
55
48
|
type: String,
|
|
56
49
|
default: LoaderSize.M
|
|
@@ -72,13 +65,13 @@ var script = defineComponent({
|
|
|
72
65
|
const rootStyles = computed(() => ['or-loader', ...LoaderRoot, ...LoaderRootColors[props.color]]);
|
|
73
66
|
const titleStyles = computed(() => [...LoaderTitle]);
|
|
74
67
|
const descriptionStyles = computed(() => [...LoaderDescription]);
|
|
75
|
-
const containerStyles = computed(() => [...LoaderContainer
|
|
68
|
+
const containerStyles = computed(() => [...LoaderContainer]);
|
|
76
69
|
// State
|
|
77
70
|
const computedSize = computed(() => {
|
|
78
71
|
switch (props.size) {
|
|
79
|
-
case
|
|
72
|
+
case 'm':
|
|
80
73
|
return 20;
|
|
81
|
-
case
|
|
74
|
+
case 's':
|
|
82
75
|
return 16;
|
|
83
76
|
}
|
|
84
77
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
-
import './OrButton-
|
|
2
|
+
import './OrButton-a1448bfa.js';
|
|
3
3
|
import './OrIcon-1a5c9091.js';
|
|
4
4
|
import './OrMenu-6d7abe97.js';
|
|
5
5
|
import './OrMenuItem-807e2a49.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-3b1e442b.js';
|
|
7
7
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
8
8
|
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
|
|
9
9
|
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.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-123ef8c4.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-4c3c1ac9.js';
|
|
7
7
|
|
|
8
8
|
const SwitchRoot = [
|
|
9
9
|
// Layout
|
|
@@ -0,0 +1,93 @@
|
|
|
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
|
+
/**
|
|
20
|
+
* Use `OrText` component to crop un-wrapped single-line text with ellipsis inside narrow containers.
|
|
21
|
+
* Ellipsis can be placed in the end or in the middle of the text. Convenient for displaying long labels,
|
|
22
|
+
* that have same beginning and differ in the ending part.
|
|
23
|
+
*/
|
|
24
|
+
var script = defineComponent({
|
|
25
|
+
name: 'OrText',
|
|
26
|
+
props: {
|
|
27
|
+
/**
|
|
28
|
+
* Text to crop.
|
|
29
|
+
*/
|
|
30
|
+
text: {
|
|
31
|
+
type: String,
|
|
32
|
+
required: true
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* The index counted from the end of the string where ellipsis will be placed.
|
|
36
|
+
* Defines how many ending characters will remain visible.
|
|
37
|
+
* By default, ellipsis is placed in the end of the line.
|
|
38
|
+
*
|
|
39
|
+
* Note: Negative values behave same as corresponding positives still counting from the end of the line.
|
|
40
|
+
*/
|
|
41
|
+
sliceIndex: {
|
|
42
|
+
type: Number,
|
|
43
|
+
default: 0
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
expose: ['root'],
|
|
47
|
+
setup(props) {
|
|
48
|
+
// Refs
|
|
49
|
+
const root = ref();
|
|
50
|
+
// Styles
|
|
51
|
+
const rootStyles = computed(() => ['or-text', ...TextRoot]);
|
|
52
|
+
const mainTextStyles = computed(() => [...MainText]);
|
|
53
|
+
const restTextStyles = computed(() => [...RestText]);
|
|
54
|
+
/**
|
|
55
|
+
* Preserves whitespace at the last position as <code> </code>
|
|
56
|
+
* @param str A string to escape
|
|
57
|
+
*/
|
|
58
|
+
const escapeLast = str => str && str.slice(0, -1) + '\xa0';
|
|
59
|
+
/**
|
|
60
|
+
* Preserves whitespace at the first position as <code> </code>
|
|
61
|
+
* @param str A string to escape
|
|
62
|
+
*/
|
|
63
|
+
const escapeFirst = str => str && '\xa0' + str.slice(1);
|
|
64
|
+
// State
|
|
65
|
+
const mainText = computed(() => {
|
|
66
|
+
if (props.sliceIndex) {
|
|
67
|
+
let mainPart = props.text.slice(0, -Math.abs(props.sliceIndex));
|
|
68
|
+
if (mainPart[mainPart.length - 1] === ' ') {
|
|
69
|
+
mainPart = escapeLast(mainPart);
|
|
70
|
+
}
|
|
71
|
+
return mainPart;
|
|
72
|
+
}
|
|
73
|
+
return props.text;
|
|
74
|
+
});
|
|
75
|
+
const restText = computed(() => {
|
|
76
|
+
let restPart = props.text.slice(mainText.value.length);
|
|
77
|
+
if (restPart[0] === ' ') {
|
|
78
|
+
restPart = escapeFirst(restPart);
|
|
79
|
+
}
|
|
80
|
+
return restPart;
|
|
81
|
+
});
|
|
82
|
+
return {
|
|
83
|
+
root,
|
|
84
|
+
rootStyles,
|
|
85
|
+
mainTextStyles,
|
|
86
|
+
restTextStyles,
|
|
87
|
+
mainText,
|
|
88
|
+
restText
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
export { script as s };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as script } from './types-
|
|
1
|
+
import { a as script } from './types-22fbf9d6.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-3b1e442b.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-f76c3264.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-eb2bfce2.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-e2fe7ca9.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-4c3c1ac9.js';
|
|
50
50
|
export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
|
|
51
51
|
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-df35fd76.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-b1102c1a.js';
|
|
@@ -59,7 +59,7 @@ 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-7edd25f6.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-f64827ef.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';
|
|
@@ -78,7 +78,7 @@ export { s as OrSlider } from '../OrSlider.vue_vue_type_script_lang-d47ff040.js'
|
|
|
78
78
|
export { s as OrSortHeaderV3 } from '../OrSortHeader.vue_vue_type_script_lang-a20eae87.js';
|
|
79
79
|
export { s as OrStepper } from '../OrStepper.vue_vue_type_script_lang-7de7c1ad.js';
|
|
80
80
|
export { s as OrSwitch } from '../OrSwitch.vue_vue_type_script_lang-f55d33f4.js';
|
|
81
|
-
export { s as OrSwitchV3 } from '../OrSwitch.vue_vue_type_script_lang-
|
|
81
|
+
export { s as OrSwitchV3 } from '../OrSwitch.vue_vue_type_script_lang-31994be7.js';
|
|
82
82
|
export { s as OrTab } from '../OrTab.vue_vue_type_script_lang-de7c7063.js';
|
|
83
83
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem.vue_vue_type_script_lang-e1f29563.js';
|
|
84
84
|
export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-f791efa0.js';
|
|
@@ -88,13 +88,13 @@ export { s as OrTag } from '../OrTag.vue_vue_type_script_lang-8c526c11.js';
|
|
|
88
88
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-a25a49ee.js';
|
|
89
89
|
export { s as OrTeleport } from '../OrTeleportVue3-012351e1.js';
|
|
90
90
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
91
|
-
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-
|
|
91
|
+
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-e93438ea.js';
|
|
92
92
|
export { s as OrTextarea } from '../OrTextarea.vue_vue_type_script_lang-69ea22e9.js';
|
|
93
93
|
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-296da567.js';
|
|
94
94
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-b5c4a93a.js';
|
|
95
95
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
|
|
96
96
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-4bb702ce.js';
|
|
97
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
97
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-22fbf9d6.js';
|
|
98
98
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-4d4329cd.js';
|
|
99
99
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-fa52d391.js';
|
|
100
100
|
export { s as OrTooltipContent } from '../OrTooltipContent-b0dcb862.js';
|
|
@@ -107,10 +107,10 @@ import '../color-1f348774.js';
|
|
|
107
107
|
import '../OrIcon-1a5c9091.js';
|
|
108
108
|
import '@vueuse/core';
|
|
109
109
|
import '../OrLoader-ee97fef4.js';
|
|
110
|
-
import '../OrLoader-
|
|
110
|
+
import '../OrLoader-123ef8c4.js';
|
|
111
111
|
import '../OrIconButton-e637158e.js';
|
|
112
112
|
import '../OrIconButton-e0566ecf.js';
|
|
113
|
-
import '../OrButton-
|
|
113
|
+
import '../OrButton-a1448bfa.js';
|
|
114
114
|
import '../OrMenu-6d7abe97.js';
|
|
115
115
|
import '../OrMenuItem-807e2a49.js';
|
|
116
116
|
import '../OrLabel-c556887e.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-3b1e442b.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrLoader-
|
|
4
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrLoader-123ef8c4.js';
|
|
4
|
+
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.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-f76c3264.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIconButton-e0566ecf.js';
|
|
4
4
|
import '../../OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
@@ -14,10 +14,10 @@ import '../../OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
|
|
|
14
14
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
15
15
|
import '../../useElevation-c8d5d3ba.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-a1448bfa.js';
|
|
18
|
+
import '../../OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
19
|
+
import '../../OrLoader-123ef8c4.js';
|
|
20
|
+
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
21
21
|
import '../../OrMenu-6d7abe97.js';
|
|
22
22
|
import '../../OrMenu.vue_vue_type_script_lang-df35fd76.js';
|
|
23
23
|
import '../../OrMenuItem-807e2a49.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-eb2bfce2.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '../../index-01519e46.js';
|
|
4
4
|
import 'vue';
|
|
@@ -6,10 +6,10 @@ import '../../OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
|
|
|
6
6
|
import '../../OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
|
|
7
7
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
8
8
|
import '../../useElevation-c8d5d3ba.js';
|
|
9
|
-
import '../../OrButton-
|
|
10
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
11
|
-
import '../../OrLoader-
|
|
12
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrButton-a1448bfa.js';
|
|
10
|
+
import '../../OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
11
|
+
import '../../OrLoader-123ef8c4.js';
|
|
12
|
+
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
13
13
|
import '../../OrInput-dcf2606e.js';
|
|
14
14
|
import '../../OrInput.vue_vue_type_script_lang-27220623.js';
|
|
15
15
|
import '../../OrHint-5d5e4d99.js';
|
|
@@ -6,23 +6,16 @@ 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 | undefined>;
|
|
10
10
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
11
11
|
variant: {
|
|
12
12
|
type: PropType<LoaderVariant>;
|
|
13
13
|
default: LoaderVariant;
|
|
14
14
|
};
|
|
15
|
-
/**
|
|
16
|
-
* Defines a semantic color of the loading indicator.
|
|
17
|
-
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
18
|
-
*/
|
|
19
15
|
color: {
|
|
20
16
|
type: PropType<LoaderColor>;
|
|
21
17
|
default: LoaderColor;
|
|
22
18
|
};
|
|
23
|
-
/**
|
|
24
|
-
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
25
|
-
*/
|
|
26
19
|
size: {
|
|
27
20
|
type: PropType<LoaderSize>;
|
|
28
21
|
default: LoaderSize;
|
|
@@ -40,17 +33,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
40
33
|
type: PropType<LoaderVariant>;
|
|
41
34
|
default: LoaderVariant;
|
|
42
35
|
};
|
|
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
|
-
*/
|
|
47
36
|
color: {
|
|
48
37
|
type: PropType<LoaderColor>;
|
|
49
38
|
default: LoaderColor;
|
|
50
39
|
};
|
|
51
|
-
/**
|
|
52
|
-
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
53
|
-
*/
|
|
54
40
|
size: {
|
|
55
41
|
type: PropType<LoaderSize>;
|
|
56
42
|
default: LoaderSize;
|
|
@@ -75,7 +61,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
61
|
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
76
62
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
77
63
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
78
|
-
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
64
|
+
computedSize: import("@vue/composition-api").ComputedRef<20 | 16 | undefined>;
|
|
79
65
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
80
66
|
variant: LoaderVariant;
|
|
81
67
|
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-4c3c1ac9.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-f64827ef.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-a1448bfa.js';
|
|
4
|
+
import '../../OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
5
|
+
import '../../OrLoader-123ef8c4.js';
|
|
6
|
+
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
7
7
|
import '../../OrIcon-1a5c9091.js';
|
|
8
8
|
import '../../OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
9
9
|
import '../../OrMenu-6d7abe97.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { s as OrSwitchV3 } from '../../OrSwitch.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSwitchV3 } from '../../OrSwitch.vue_vue_type_script_lang-31994be7.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrLabel-c556887e.js';
|
|
4
4
|
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
5
|
-
import '../../OrLoader-
|
|
6
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrLoader-123ef8c4.js';
|
|
6
|
+
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
7
7
|
import '../../useIdAttribute-b2e42f31.js';
|
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
import OrText from './OrText.vue';
|
|
2
3
|
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
4
|
[x: string]: ((...args: any[]) => any) | null;
|
|
4
5
|
} | string[], {} & {}, {
|
|
5
6
|
[x: number]: string;
|
|
6
7
|
} | {}, true>)>;
|
|
7
8
|
export default _default;
|
|
8
|
-
export declare const
|
|
9
|
+
export declare const Default: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
9
10
|
[x: string]: ((...args: any[]) => any) | null;
|
|
10
11
|
} | string[], {} & {}, {
|
|
11
12
|
[x: number]: string;
|
|
12
13
|
} | {}, true>)>;
|
|
14
|
+
export declare const MiddleCrop: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
15
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
16
|
+
} | string[], {} & {}, {
|
|
17
|
+
[x: number]: string;
|
|
18
|
+
} | {}, true>)>;
|
|
19
|
+
export declare const TooFarLeft: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
20
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
21
|
+
} | string[], {} & {}, {
|
|
22
|
+
[x: number]: string;
|
|
23
|
+
} | {}, true>)>;
|
|
24
|
+
export declare const ComplexContainer: StoryFn<typeof OrText>;
|
|
@@ -6,22 +6,42 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
6
6
|
mainText: import("@vue/composition-api").ComputedRef<string>;
|
|
7
7
|
restText: import("@vue/composition-api").ComputedRef<string>;
|
|
8
8
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
9
|
+
/**
|
|
10
|
+
* Text to crop.
|
|
11
|
+
*/
|
|
9
12
|
text: {
|
|
10
13
|
type: StringConstructor;
|
|
11
14
|
required: true;
|
|
12
15
|
};
|
|
16
|
+
/**
|
|
17
|
+
* The index counted from the end of the string where ellipsis will be placed.
|
|
18
|
+
* Defines how many ending characters will remain visible.
|
|
19
|
+
* By default, ellipsis is placed in the end of the line.
|
|
20
|
+
*
|
|
21
|
+
* Note: Negative values behave same as corresponding positives still counting from the end of the line.
|
|
22
|
+
*/
|
|
13
23
|
sliceIndex: {
|
|
14
24
|
type: NumberConstructor;
|
|
15
|
-
default:
|
|
25
|
+
default: number;
|
|
16
26
|
};
|
|
17
27
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
28
|
+
/**
|
|
29
|
+
* Text to crop.
|
|
30
|
+
*/
|
|
18
31
|
text: {
|
|
19
32
|
type: StringConstructor;
|
|
20
33
|
required: true;
|
|
21
34
|
};
|
|
35
|
+
/**
|
|
36
|
+
* The index counted from the end of the string where ellipsis will be placed.
|
|
37
|
+
* Defines how many ending characters will remain visible.
|
|
38
|
+
* By default, ellipsis is placed in the end of the line.
|
|
39
|
+
*
|
|
40
|
+
* Note: Negative values behave same as corresponding positives still counting from the end of the line.
|
|
41
|
+
*/
|
|
22
42
|
sliceIndex: {
|
|
23
43
|
type: NumberConstructor;
|
|
24
|
-
default:
|
|
44
|
+
default: number;
|
|
25
45
|
};
|
|
26
46
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
27
47
|
text: string;
|
|
@@ -39,4 +59,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
39
59
|
} & {}, {
|
|
40
60
|
sliceIndex: number;
|
|
41
61
|
}, true>);
|
|
62
|
+
/**
|
|
63
|
+
* Use `OrText` component to crop un-wrapped single-line text with ellipsis inside narrow containers.
|
|
64
|
+
* Ellipsis can be placed in the end or in the middle of the text. Convenient for displaying long labels,
|
|
65
|
+
* that have same beginning and differ in the ending part.
|
|
66
|
+
*/
|
|
42
67
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrTextV3 } from '../../OrText.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTextV3 } from '../../OrText.vue_vue_type_script_lang-e93438ea.js';
|
|
2
2
|
import 'vue';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-
|
|
2
|
-
import '../../OrToastContainer-
|
|
1
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-22fbf9d6.js';
|
|
2
|
+
import '../../OrToastContainer-6fe12712.js';
|
|
3
3
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-4d4329cd.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import 'vue';
|
|
@@ -16,6 +16,6 @@ import '../../OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
|
|
|
16
16
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
17
17
|
import '../../useElevation-c8d5d3ba.js';
|
|
18
18
|
import '../../useResponsive-9d397e2a.js';
|
|
19
|
-
import '../../OrLoader-
|
|
20
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
19
|
+
import '../../OrLoader-123ef8c4.js';
|
|
20
|
+
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
21
21
|
import '../../style-inject.es-4c6f2515.js';
|