@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
|
@@ -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-f6039c8f.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-663e062d.js';
|
|
6
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
7
7
|
import '../../useIdAttribute-b2e42f31.js';
|
|
@@ -1,24 +1,12 @@
|
|
|
1
1
|
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
-
import OrText from './OrText.vue';
|
|
3
2
|
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
4
3
|
[x: string]: ((...args: any[]) => any) | null;
|
|
5
4
|
} | string[], {} & {}, {
|
|
6
5
|
[x: number]: string;
|
|
7
6
|
} | {}, true>)>;
|
|
8
7
|
export default _default;
|
|
9
|
-
export declare const
|
|
8
|
+
export declare const Text: 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, {
|
|
10
9
|
[x: string]: ((...args: any[]) => any) | null;
|
|
11
10
|
} | string[], {} & {}, {
|
|
12
11
|
[x: number]: string;
|
|
13
12
|
} | {}, 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,42 +6,22 @@ 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
|
-
*/
|
|
12
9
|
text: {
|
|
13
10
|
type: StringConstructor;
|
|
14
11
|
required: true;
|
|
15
12
|
};
|
|
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
|
-
*/
|
|
23
13
|
sliceIndex: {
|
|
24
14
|
type: NumberConstructor;
|
|
25
|
-
default:
|
|
15
|
+
default: undefined;
|
|
26
16
|
};
|
|
27
17
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
28
|
-
/**
|
|
29
|
-
* Text to crop.
|
|
30
|
-
*/
|
|
31
18
|
text: {
|
|
32
19
|
type: StringConstructor;
|
|
33
20
|
required: true;
|
|
34
21
|
};
|
|
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
|
-
*/
|
|
42
22
|
sliceIndex: {
|
|
43
23
|
type: NumberConstructor;
|
|
44
|
-
default:
|
|
24
|
+
default: undefined;
|
|
45
25
|
};
|
|
46
26
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
47
27
|
text: string;
|
|
@@ -59,9 +39,4 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
59
39
|
} & {}, {
|
|
60
40
|
sliceIndex: number;
|
|
61
41
|
}, 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
|
-
*/
|
|
67
42
|
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-271fb345.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-9a4dc8a9.js';
|
|
2
|
+
import '../../OrToastContainer-6ade8920.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-a1f3f02c.js';
|
|
|
16
16
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
17
17
|
import '../../useElevation-e8a2ce89.js';
|
|
18
18
|
import '../../useResponsive-9d397e2a.js';
|
|
19
|
-
import '../../OrLoader-
|
|
20
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
19
|
+
import '../../OrLoader-663e062d.js';
|
|
20
|
+
import '../../OrLoader.vue_vue_type_script_lang-8fc03499.js';
|
|
21
21
|
import '../../style-inject.es-4c6f2515.js';
|