@onereach/ui-components 2.69.2-beta.2123.0 → 2.69.2-beta.2128.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/{OrAvatar-2fa559e1.js → OrAvatar-ae61bfb9.js} +41 -15
- package/dist/bundled/v2/{OrCard-29116e1f.js → OrCard-58a1ba3e.js} +2 -2
- package/dist/bundled/v2/OrCardCollection-a9a779ea.js +228 -0
- package/dist/bundled/v2/{OrSearch-a11b3621.js → OrSearch-9d402f56.js} +3 -9
- package/dist/bundled/v2/{OrSortHeader-9932d28f.js → OrSortHeader-396e6a7c.js} +2 -2
- package/dist/bundled/v2/components/index.js +5 -5
- package/dist/bundled/v2/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
- package/dist/bundled/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +11 -0
- package/dist/bundled/v2/components/or-avatar-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-avatar-v3/props.d.ts +2 -1
- package/dist/bundled/v2/components/or-avatar-v3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +0 -5
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +42 -67
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -7
- package/dist/bundled/v2/components/or-card-collection-v3/props.d.ts +1 -5
- package/dist/bundled/v2/components/or-card-collection-v3/styles.d.ts +2 -2
- package/dist/bundled/v2/components/or-card-collection-v3/types.d.ts +3 -8
- package/dist/bundled/v2/components/or-card-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-search-v3/OrSearch.vue.d.ts +0 -13
- package/dist/bundled/v2/components/or-search-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-sort-header-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +6 -6
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-22e46ce1.js → OrAvatar.vue_vue_type_script_lang-0426862b.js} +35 -13
- package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-861158b5.js +164 -0
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-85472b12.js → OrConfirm.vue_vue_type_script_lang-289b5600.js} +36 -6
- package/dist/bundled/v3/{OrIconButton-4bd33e3c.js → OrIconButton-1581013c.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-641f6e06.js → OrIconButton.vue_vue_type_script_lang-f6f801ff.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-3a8189f4.js → OrInlineInput.vue_vue_type_script_lang-f29483f4.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-890b97ab.js → OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js} +2 -2
- package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-f6d793d3.js +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-00a477f0.js → OrModal.vue_vue_type_script_lang-80a7b906.js} +2 -2
- package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-fbb35355.js +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-0ae8a6dd.js → OrSearch.vue_vue_type_script_lang-ed78b21f.js} +2 -8
- package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-15285ce4.js +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-61b79a5a.js → OrTabs.vue_vue_type_script_lang-919b2021.js} +36 -10
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-92d9fb12.js → OrTag.vue_vue_type_script_lang-dc6a4011.js} +2 -2
- package/dist/bundled/v3/{OrToastContainer-afb51e5d.js → OrToastContainer-7c3c0b12.js} +1 -1
- package/dist/bundled/v3/components/index.js +15 -17
- package/dist/bundled/v3/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
- package/dist/bundled/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +11 -0
- package/dist/bundled/v3/components/or-avatar-v3/index.js +3 -1
- package/dist/bundled/v3/components/or-avatar-v3/props.d.ts +2 -1
- package/dist/bundled/v3/components/or-avatar-v3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +0 -5
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +42 -67
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -13
- package/dist/bundled/v3/components/or-card-collection-v3/props.d.ts +1 -5
- package/dist/bundled/v3/components/or-card-collection-v3/styles.d.ts +2 -2
- package/dist/bundled/v3/components/or-card-collection-v3/types.d.ts +3 -8
- package/dist/bundled/v3/components/or-confirm-v3/index.js +3 -4
- package/dist/bundled/v3/components/or-icon-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-input-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-modal-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-notification-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-search-v3/OrSearch.vue.d.ts +0 -13
- package/dist/bundled/v3/components/or-search-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-select-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-tabs-v3/index.js +1 -2
- package/dist/bundled/v3/components/or-tag-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
- package/dist/bundled/v3/index.js +314 -339
- package/dist/bundled/v3/{types-6c5eee23.js → types-dcc78caa.js} +2 -2
- package/dist/esm/v2/{OrAvatar-0afdef36.js → OrAvatar-3d155af3.js} +41 -15
- package/dist/esm/v2/OrCardCollection-4f001551.js +227 -0
- package/dist/esm/v2/{OrSearch-62d91301.js → OrSearch-ddb7c1fe.js} +1 -7
- package/dist/esm/v2/components/index.js +3 -3
- package/dist/esm/v2/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
- package/dist/esm/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +11 -0
- package/dist/esm/v2/components/or-avatar-v3/index.js +2 -1
- package/dist/esm/v2/components/or-avatar-v3/props.d.ts +2 -1
- package/dist/esm/v2/components/or-avatar-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +0 -5
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +42 -67
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -7
- package/dist/esm/v2/components/or-card-collection-v3/props.d.ts +1 -5
- package/dist/esm/v2/components/or-card-collection-v3/styles.d.ts +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/types.d.ts +3 -8
- package/dist/esm/v2/components/or-search-v3/OrSearch.vue.d.ts +0 -13
- package/dist/esm/v2/components/or-search-v3/index.js +1 -1
- package/dist/esm/v2/index.js +3 -3
- package/dist/esm/v3/{OrAvatar-ef88d31c.js → OrAvatar-53a4429d.js} +43 -16
- package/dist/esm/v3/OrCardCollection-5a0febaf.js +198 -0
- package/dist/esm/v3/{OrSearch-aafb93b4.js → OrSearch-cdde55ce.js} +1 -7
- package/dist/esm/v3/components/index.js +3 -3
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +11 -0
- package/dist/esm/v3/components/or-avatar-v3/index.js +2 -1
- package/dist/esm/v3/components/or-avatar-v3/props.d.ts +2 -1
- package/dist/esm/v3/components/or-avatar-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +0 -5
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +42 -67
- package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -7
- package/dist/esm/v3/components/or-card-collection-v3/props.d.ts +1 -5
- package/dist/esm/v3/components/or-card-collection-v3/styles.d.ts +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/types.d.ts +3 -8
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +0 -13
- package/dist/esm/v3/components/or-search-v3/index.js +1 -1
- package/dist/esm/v3/index.js +3 -3
- package/package.json +1 -1
- package/src/components/or-avatar-v3/OrAvatar.stories3.ts +9 -7
- package/src/components/or-avatar-v3/OrAvatar.vue +22 -2
- package/src/components/or-avatar-v3/props.ts +1 -0
- package/src/components/or-avatar-v3/styles.ts +49 -11
- package/src/components/or-card-collection-v3/OrCardCollection.stories3.ts +30 -230
- package/src/components/or-card-collection-v3/OrCardCollection.vue +77 -120
- package/src/components/or-card-collection-v3/props.ts +1 -14
- package/src/components/or-card-collection-v3/styles.ts +3 -3
- package/src/components/or-card-collection-v3/types.ts +3 -9
- package/src/components/or-search-v3/OrSearch.vue +1 -7
- package/dist/bundled/v2/OrCardCollection-773ae0db.js +0 -346
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollectionView.vue2.vue.d.ts +0 -35
- package/dist/bundled/v3/OrButton-8ab33d9d.js +0 -33
- package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-b983bda7.js +0 -228
- package/dist/bundled/v3/OrMenu-f26e8e55.js +0 -29
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollectionView.vue3.vue.d.ts +0 -35
- package/dist/esm/v2/OrCardCollection-61c86bfc.js +0 -346
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollectionView.vue2.vue.d.ts +0 -35
- package/dist/esm/v3/OrCardCollection-fdc7848b.js +0 -289
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollectionView.vue3.vue.d.ts +0 -35
- package/src/components/or-card-collection-v3/OrCardCollectionView.vue2.vue +0 -41
- package/src/components/or-card-collection-v3/OrCardCollectionView.vue3.vue +0 -42
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-2808a314.js';
|
|
2
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-
|
|
2
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-53a4429d.js';
|
|
3
3
|
export { s as OrBottomSheetV3 } from '../OrBottomSheet-62817aec.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-fca9019a.js';
|
|
5
5
|
export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrButtonV2, a as OrIconButton } from '../OrIconButton-8be9c89f.js';
|
|
6
6
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-f4b9ee51.js';
|
|
7
7
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
8
8
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-a5e326ef.js';
|
|
9
|
-
export {
|
|
9
|
+
export { C as CardCollectionView, s as OrCardCollectionV3 } from '../OrCardCollection-5a0febaf.js';
|
|
10
10
|
export { s as OrCardV3 } from '../OrCard-fd92f7c8.js';
|
|
11
11
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem-636d99a1.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-ed4a19cf.js';
|
|
@@ -58,7 +58,7 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrP
|
|
|
58
58
|
export { s as OrRadio } from '../OrRadio-c3ab11f2.js';
|
|
59
59
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
60
60
|
export { s as OrRadioV3 } from '../OrRadio-54b6d0de.js';
|
|
61
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
61
|
+
export { s as OrSearchV3 } from '../OrSearch-cdde55ce.js';
|
|
62
62
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-171cad78.js';
|
|
63
63
|
export { s as OrSelect } from '../OrSelect-0821b907.js';
|
|
64
64
|
export { s as OrSelectV3 } from '../OrSelect-7e813982.js';
|
|
@@ -20,7 +20,7 @@ export declare const WithTextInSlot: StoryFn<import("vue").ComponentOptions<impo
|
|
|
20
20
|
} | string[], {} & {}, {
|
|
21
21
|
[x: number]: string;
|
|
22
22
|
} | {}, true>)>;
|
|
23
|
-
export declare const
|
|
23
|
+
export declare const WithIcon: 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, {
|
|
24
24
|
[x: string]: ((...args: any[]) => any) | null;
|
|
25
25
|
} | string[], {} & {}, {
|
|
26
26
|
[x: number]: string;
|
|
@@ -13,6 +13,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
13
13
|
type: PropType<AvatarSize>;
|
|
14
14
|
default: AvatarSize;
|
|
15
15
|
};
|
|
16
|
+
icon: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
16
20
|
color: {
|
|
17
21
|
type: PropType<AvatarColor>;
|
|
18
22
|
default: AvatarColor;
|
|
@@ -32,6 +36,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
32
36
|
type: PropType<AvatarSize>;
|
|
33
37
|
default: AvatarSize;
|
|
34
38
|
};
|
|
39
|
+
icon: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: undefined;
|
|
42
|
+
};
|
|
35
43
|
color: {
|
|
36
44
|
type: PropType<AvatarColor>;
|
|
37
45
|
default: AvatarColor;
|
|
@@ -45,6 +53,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
45
53
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
46
54
|
src: string;
|
|
47
55
|
size: AvatarSize;
|
|
56
|
+
icon: string;
|
|
48
57
|
color: AvatarColor;
|
|
49
58
|
colorSalt: string;
|
|
50
59
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -54,11 +63,13 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
54
63
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
55
64
|
src: string;
|
|
56
65
|
size: AvatarSize;
|
|
66
|
+
icon: string;
|
|
57
67
|
color: AvatarColor;
|
|
58
68
|
colorSalt: string;
|
|
59
69
|
} & {}, {
|
|
60
70
|
src: string;
|
|
61
71
|
size: AvatarSize;
|
|
72
|
+
icon: string;
|
|
62
73
|
color: AvatarColor;
|
|
63
74
|
colorSalt: string;
|
|
64
75
|
}, true>);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-
|
|
1
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-53a4429d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import '../../color-1f348774.js';
|
|
6
|
+
import '../../OrIcon-b195169c.js';
|
|
6
7
|
import 'vue';
|
|
@@ -3,3 +3,5 @@ export declare const AvatarRoot: string[];
|
|
|
3
3
|
export declare const AvatarImage: string[];
|
|
4
4
|
export declare const AvatarRootSizes: Record<AvatarSize, string[]>;
|
|
5
5
|
export declare const AvatarRootColors: Record<AvatarColor, string[]>;
|
|
6
|
+
export declare const AvatarRootAbbreviationSizes: Record<AvatarSize, string[]>;
|
|
7
|
+
export declare const AvatarRootIconSizes: Record<AvatarSize, string[]>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
-
import OrCardCollection from './OrCardCollection.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[], {} & {}, {
|
|
@@ -16,7 +15,3 @@ export declare const WithSorting: StoryFn<import("vue").ComponentOptions<import(
|
|
|
16
15
|
} | string[], {} & {}, {
|
|
17
16
|
[x: number]: string;
|
|
18
17
|
} | {}, true>)>;
|
|
19
|
-
export declare const OverrideViewContainer: StoryFn<typeof OrCardCollection>;
|
|
20
|
-
export declare const ExtraViewMode: StoryFn<typeof OrCardCollection>;
|
|
21
|
-
export declare const WithLink: StoryFn<typeof OrCardCollection>;
|
|
22
|
-
export declare const EmptySearchResults: StoryFn<typeof OrCardCollection>;
|
|
@@ -1,51 +1,41 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
import {
|
|
2
|
+
import { SortHeaderModel } from '../or-sort-header-v3';
|
|
3
|
+
import { CardCollectionView } from './props';
|
|
4
|
+
import { CardCollectionItem, CardCollectionSortHeader } from './types';
|
|
3
5
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
6
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
-
sortMenu: import("@vue/composition-api").Ref<(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, {
|
|
6
|
-
[x: string]: ((...args: any[]) => any) | null;
|
|
7
|
-
} | string[], {} & {}, {
|
|
8
|
-
[x: number]: string;
|
|
9
|
-
} | {}, true>)) | undefined>;
|
|
10
|
-
sortButton: import("@vue/composition-api").Ref<(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, {
|
|
11
|
-
[x: string]: ((...args: any[]) => any) | null;
|
|
12
|
-
} | string[], {} & {}, {
|
|
13
|
-
[x: number]: string;
|
|
14
|
-
} | {}, true>)) | undefined>;
|
|
15
7
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
16
8
|
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
17
9
|
toolbarPanelStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
11
|
+
proxyView: import("@vue/composition-api").Ref<CardCollectionView>;
|
|
12
|
+
proxySort: import("@vue/composition-api").Ref<{
|
|
13
|
+
column: string;
|
|
14
|
+
direction: "asc" | "desc";
|
|
15
|
+
}>;
|
|
20
16
|
proxySearch: import("@vue/composition-api").Ref<string>;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
handleSort: (sort: string) => void;
|
|
24
|
-
handleSearch: (search: string) => void;
|
|
17
|
+
switchToGridView: () => void;
|
|
18
|
+
switchToListView: () => void;
|
|
25
19
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
26
20
|
items: {
|
|
27
21
|
type: PropType<CardCollectionItem[]>;
|
|
28
22
|
default: CardCollectionItem[];
|
|
29
23
|
};
|
|
30
24
|
view: {
|
|
31
|
-
type:
|
|
32
|
-
default:
|
|
33
|
-
};
|
|
34
|
-
viewModes: {
|
|
35
|
-
type: PropType<ViewMode[]>;
|
|
36
|
-
default: () => ViewMode[];
|
|
25
|
+
type: PropType<CardCollectionView>;
|
|
26
|
+
default: CardCollectionView;
|
|
37
27
|
};
|
|
38
28
|
sort: {
|
|
39
|
-
type:
|
|
29
|
+
type: PropType<SortHeaderModel>;
|
|
40
30
|
default: undefined;
|
|
41
31
|
};
|
|
42
|
-
|
|
43
|
-
type: PropType<
|
|
44
|
-
default:
|
|
32
|
+
sortHeaders: {
|
|
33
|
+
type: PropType<CardCollectionSortHeader[]>;
|
|
34
|
+
default: undefined;
|
|
45
35
|
};
|
|
46
36
|
search: {
|
|
47
37
|
type: StringConstructor;
|
|
48
|
-
default:
|
|
38
|
+
default: undefined;
|
|
49
39
|
};
|
|
50
40
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
51
41
|
items: {
|
|
@@ -53,71 +43,56 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
53
43
|
default: CardCollectionItem[];
|
|
54
44
|
};
|
|
55
45
|
view: {
|
|
56
|
-
type:
|
|
57
|
-
default:
|
|
58
|
-
};
|
|
59
|
-
viewModes: {
|
|
60
|
-
type: PropType<ViewMode[]>;
|
|
61
|
-
default: () => ViewMode[];
|
|
46
|
+
type: PropType<CardCollectionView>;
|
|
47
|
+
default: CardCollectionView;
|
|
62
48
|
};
|
|
63
49
|
sort: {
|
|
64
|
-
type:
|
|
50
|
+
type: PropType<SortHeaderModel>;
|
|
65
51
|
default: undefined;
|
|
66
52
|
};
|
|
67
|
-
|
|
68
|
-
type: PropType<
|
|
69
|
-
default:
|
|
53
|
+
sortHeaders: {
|
|
54
|
+
type: PropType<CardCollectionSortHeader[]>;
|
|
55
|
+
default: undefined;
|
|
70
56
|
};
|
|
71
57
|
search: {
|
|
72
58
|
type: StringConstructor;
|
|
73
|
-
default:
|
|
59
|
+
default: undefined;
|
|
74
60
|
};
|
|
75
61
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
76
62
|
search: string;
|
|
77
|
-
sort:
|
|
63
|
+
sort: SortHeaderModel;
|
|
78
64
|
items: CardCollectionItem[];
|
|
79
|
-
view:
|
|
80
|
-
|
|
81
|
-
sortOptions: SortOption[];
|
|
65
|
+
view: CardCollectionView;
|
|
66
|
+
sortHeaders: CardCollectionSortHeader[];
|
|
82
67
|
} & {} & {
|
|
83
68
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
84
69
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
85
70
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
86
|
-
sortMenu: import("@vue/composition-api").Ref<(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, {
|
|
87
|
-
[x: string]: ((...args: any[]) => any) | null;
|
|
88
|
-
} | string[], {} & {}, {
|
|
89
|
-
[x: number]: string;
|
|
90
|
-
} | {}, true>)) | undefined>;
|
|
91
|
-
sortButton: import("@vue/composition-api").Ref<(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, {
|
|
92
|
-
[x: string]: ((...args: any[]) => any) | null;
|
|
93
|
-
} | string[], {} & {}, {
|
|
94
|
-
[x: number]: string;
|
|
95
|
-
} | {}, true>)) | undefined>;
|
|
96
71
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
97
72
|
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
98
73
|
toolbarPanelStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
99
|
-
|
|
100
|
-
|
|
74
|
+
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
75
|
+
proxyView: import("@vue/composition-api").Ref<CardCollectionView>;
|
|
76
|
+
proxySort: import("@vue/composition-api").Ref<{
|
|
77
|
+
column: string;
|
|
78
|
+
direction: "asc" | "desc";
|
|
79
|
+
}>;
|
|
101
80
|
proxySearch: import("@vue/composition-api").Ref<string>;
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
handleSort: (sort: string) => void;
|
|
105
|
-
handleSearch: (search: string) => void;
|
|
81
|
+
switchToGridView: () => void;
|
|
82
|
+
switchToListView: () => void;
|
|
106
83
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
107
84
|
search: string;
|
|
108
|
-
sort:
|
|
85
|
+
sort: SortHeaderModel;
|
|
109
86
|
items: CardCollectionItem[];
|
|
110
|
-
view:
|
|
111
|
-
|
|
112
|
-
sortOptions: SortOption[];
|
|
87
|
+
view: CardCollectionView;
|
|
88
|
+
sortHeaders: CardCollectionSortHeader[];
|
|
113
89
|
} & {} & {
|
|
114
90
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
115
91
|
}, {
|
|
116
92
|
search: string;
|
|
117
|
-
sort:
|
|
93
|
+
sort: SortHeaderModel;
|
|
118
94
|
items: CardCollectionItem[];
|
|
119
|
-
view:
|
|
120
|
-
|
|
121
|
-
sortOptions: SortOption[];
|
|
95
|
+
view: CardCollectionView;
|
|
96
|
+
sortHeaders: CardCollectionSortHeader[];
|
|
122
97
|
}, true>);
|
|
123
98
|
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3 } from '../../OrCardCollection-5a0febaf.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import '../../OrCard-fd92f7c8.js';
|
|
6
|
+
import 'vue';
|
|
5
7
|
import '../../OrIconButton-1eebcafc.js';
|
|
6
8
|
import '../../OrIcon-b195169c.js';
|
|
7
|
-
import 'vue';
|
|
8
9
|
import '../../OrTooltip-50d27b4f.js';
|
|
9
10
|
import '../../OrPopover-1075dd38.js';
|
|
10
11
|
import '@floating-ui/dom';
|
|
@@ -13,14 +14,10 @@ import '../../useResponsive-a02e95b7.js';
|
|
|
13
14
|
import '../../OrBottomSheet-62817aec.js';
|
|
14
15
|
import '../../OrOverlay-738a44d5.js';
|
|
15
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
16
|
-
import '../../OrMenu-840038cd.js';
|
|
17
|
-
import '../../OrMenuItem-9da279f6.js';
|
|
18
|
-
import '../../OrButton-f4b9ee51.js';
|
|
19
|
-
import '../../OrLoader-b3cf4231.js';
|
|
20
|
-
import '../../OrSearch-aafb93b4.js';
|
|
21
17
|
import '../../OrInput-41691fb3.js';
|
|
22
18
|
import '../../OrError-ec8c709d.js';
|
|
23
19
|
import '../../OrHint-74bb732d.js';
|
|
24
20
|
import '../../OrInputBox-5247ab25.js';
|
|
25
21
|
import '../../OrLabel-bdaec602.js';
|
|
26
22
|
import '../../style-inject.es-4c6f2515.js';
|
|
23
|
+
import '../../OrSortHeader-fe1a9cf8.js';
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare enum DefaultCardCollectionViews {
|
|
1
|
+
export declare enum CardCollectionView {
|
|
3
2
|
Grid = "grid",
|
|
4
3
|
List = "list"
|
|
5
4
|
}
|
|
6
|
-
export declare const gridView: ViewMode;
|
|
7
|
-
export declare const listView: ViewMode;
|
|
8
|
-
export declare const defaultViewModes: ViewMode[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CardCollectionView } from './props';
|
|
2
2
|
export declare const CardCollectionRoot: string[];
|
|
3
3
|
export declare const CardCollectionToolbar: string[];
|
|
4
4
|
export declare const CardCollectionToolbarPanel: string[];
|
|
5
5
|
export declare const CardCollectionContent: string[];
|
|
6
|
-
export declare const CardCollectionContentViews: Record<
|
|
6
|
+
export declare const CardCollectionContentViews: Record<CardCollectionView, string[]>;
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
export interface CardCollectionItem {
|
|
2
|
-
|
|
3
|
-
[key: string | number]: any;
|
|
2
|
+
id: string;
|
|
4
3
|
}
|
|
5
|
-
export interface
|
|
6
|
-
view: string;
|
|
7
|
-
icon: string;
|
|
8
|
-
}
|
|
9
|
-
export interface SortOption {
|
|
10
|
-
label: string;
|
|
4
|
+
export interface CardCollectionSortHeader {
|
|
11
5
|
value: string;
|
|
6
|
+
label: string;
|
|
12
7
|
}
|
|
@@ -11,11 +11,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
11
11
|
focus: () => void;
|
|
12
12
|
clear: () => void;
|
|
13
13
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
14
|
-
modelValue: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
required: false;
|
|
18
|
-
};
|
|
19
14
|
size: {
|
|
20
15
|
type: PropType<SearchSize>;
|
|
21
16
|
default: SearchSize;
|
|
@@ -37,11 +32,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
37
32
|
default: boolean;
|
|
38
33
|
};
|
|
39
34
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
40
|
-
modelValue: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
default: string;
|
|
43
|
-
required: false;
|
|
44
|
-
};
|
|
45
35
|
size: {
|
|
46
36
|
type: PropType<SearchSize>;
|
|
47
37
|
default: SearchSize;
|
|
@@ -63,7 +53,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
63
53
|
default: boolean;
|
|
64
54
|
};
|
|
65
55
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
66
|
-
modelValue: string;
|
|
67
56
|
size: SearchSize;
|
|
68
57
|
placeholder: string;
|
|
69
58
|
debounce: number;
|
|
@@ -82,7 +71,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
82
71
|
focus: () => void;
|
|
83
72
|
clear: () => void;
|
|
84
73
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
85
|
-
modelValue: string;
|
|
86
74
|
size: SearchSize;
|
|
87
75
|
placeholder: string;
|
|
88
76
|
debounce: number;
|
|
@@ -91,7 +79,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
91
79
|
} & {} & {
|
|
92
80
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
93
81
|
}, {
|
|
94
|
-
modelValue: string;
|
|
95
82
|
size: SearchSize;
|
|
96
83
|
placeholder: string;
|
|
97
84
|
debounce: number;
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from './OrAvatar-2808a314.js';
|
|
2
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from './OrAvatar-
|
|
2
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from './OrAvatar-53a4429d.js';
|
|
3
3
|
export { s as OrBottomSheetV3 } from './OrBottomSheet-62817aec.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-fca9019a.js';
|
|
5
5
|
export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrButtonV2, a as OrIconButton } from './OrIconButton-8be9c89f.js';
|
|
6
6
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-f4b9ee51.js';
|
|
7
7
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
8
8
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-a5e326ef.js';
|
|
9
|
-
export {
|
|
9
|
+
export { C as CardCollectionView, s as OrCardCollectionV3 } from './OrCardCollection-5a0febaf.js';
|
|
10
10
|
export { s as OrCardV3 } from './OrCard-fd92f7c8.js';
|
|
11
11
|
export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-636d99a1.js';
|
|
12
12
|
export { s as OrCheckbox } from './OrCheckbox-ed4a19cf.js';
|
|
@@ -58,7 +58,7 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
58
58
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
59
59
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
60
60
|
export { s as OrRadioV3 } from './OrRadio-54b6d0de.js';
|
|
61
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
61
|
+
export { s as OrSearchV3 } from './OrSearch-cdde55ce.js';
|
|
62
62
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-171cad78.js';
|
|
63
63
|
export { s as OrSelect } from './OrSelect-0821b907.js';
|
|
64
64
|
export { s as OrSelectV3 } from './OrSelect-7e813982.js';
|
package/package.json
CHANGED
|
@@ -2,7 +2,6 @@ import { Meta, StoryFn } from '@storybook/vue3';
|
|
|
2
2
|
import OrAvatarDocs from './OrAvatar.docs.mdx';
|
|
3
3
|
import OrAvatar from './OrAvatar.vue';
|
|
4
4
|
import { AvatarColor, AvatarSize } from './props';
|
|
5
|
-
import { OrIconV3 as OrIcon } from '../or-icon-v3';
|
|
6
5
|
import { getAbbreviation } from '../../utils/functions/text';
|
|
7
6
|
import { computed } from 'vue-demi';
|
|
8
7
|
|
|
@@ -39,6 +38,10 @@ export default {
|
|
|
39
38
|
colorSalt: {
|
|
40
39
|
control: { type: 'text' },
|
|
41
40
|
},
|
|
41
|
+
|
|
42
|
+
icon: {
|
|
43
|
+
control: { type: 'text' },
|
|
44
|
+
},
|
|
42
45
|
},
|
|
43
46
|
|
|
44
47
|
parameters: {
|
|
@@ -58,7 +61,6 @@ export default {
|
|
|
58
61
|
const DefaultTemplate: StoryFn<typeof OrAvatar> = (args) => ({
|
|
59
62
|
components: {
|
|
60
63
|
OrAvatar,
|
|
61
|
-
OrIcon,
|
|
62
64
|
},
|
|
63
65
|
|
|
64
66
|
setup() {
|
|
@@ -114,22 +116,22 @@ WithTextInSlot.args = {
|
|
|
114
116
|
colorSalt: 'A username',
|
|
115
117
|
};
|
|
116
118
|
|
|
117
|
-
export const
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
export const WithIcon = DefaultTemplate.bind({});
|
|
120
|
+
WithIcon.args = {
|
|
121
|
+
icon: 'store',
|
|
120
122
|
colorSalt: 'Any string here',
|
|
121
123
|
};
|
|
122
124
|
|
|
123
125
|
export const WithColor = DefaultTemplate.bind({});
|
|
124
126
|
WithColor.args = {
|
|
125
127
|
color: AvatarColor.blue,
|
|
126
|
-
|
|
128
|
+
icon: 'person',
|
|
127
129
|
};
|
|
128
130
|
|
|
129
131
|
export const XL = DefaultTemplate.bind({});
|
|
130
132
|
XL.args = {
|
|
131
133
|
size: AvatarSize.XL,
|
|
132
|
-
|
|
134
|
+
icon: 'person',
|
|
133
135
|
colorSalt: 'Big Avatar',
|
|
134
136
|
};
|
|
135
137
|
|
|
@@ -6,10 +6,16 @@
|
|
|
6
6
|
>
|
|
7
7
|
<slot>
|
|
8
8
|
<img
|
|
9
|
+
v-if="src"
|
|
9
10
|
:class="imageStyles"
|
|
10
11
|
:src="src"
|
|
11
12
|
:alt="''"
|
|
12
13
|
>
|
|
14
|
+
<or-icon
|
|
15
|
+
v-else-if="icon"
|
|
16
|
+
:icon="icon"
|
|
17
|
+
size="inherit"
|
|
18
|
+
/>
|
|
13
19
|
</slot>
|
|
14
20
|
</div>
|
|
15
21
|
</template>
|
|
@@ -19,10 +25,14 @@ import { computed, defineComponent, PropType, ref, watchPostEffect } from 'vue-d
|
|
|
19
25
|
import { useClassAttribute } from '../../hooks';
|
|
20
26
|
import { generateHslFromString, hslToColorString } from '../../utils/functions/color';
|
|
21
27
|
import { AvatarColor, AvatarSize } from './props';
|
|
22
|
-
import { AvatarImage, AvatarRoot, AvatarRootColors, AvatarRootSizes } from './styles';
|
|
28
|
+
import { AvatarImage, AvatarRoot, AvatarRootColors, AvatarRootSizes, AvatarRootAbbreviationSizes, AvatarRootIconSizes } from './styles';
|
|
29
|
+
import { OrIconV3 as OrIcon } from '../or-icon-v3';
|
|
23
30
|
|
|
24
31
|
export default defineComponent({
|
|
25
32
|
name: 'OrAvatar',
|
|
33
|
+
components: {
|
|
34
|
+
OrIcon,
|
|
35
|
+
},
|
|
26
36
|
|
|
27
37
|
inheritAttrs: false,
|
|
28
38
|
|
|
@@ -36,7 +46,10 @@ export default defineComponent({
|
|
|
36
46
|
type: String as PropType<AvatarSize>,
|
|
37
47
|
default: AvatarSize.M,
|
|
38
48
|
},
|
|
39
|
-
|
|
49
|
+
icon: {
|
|
50
|
+
type: String,
|
|
51
|
+
default: undefined,
|
|
52
|
+
},
|
|
40
53
|
color: {
|
|
41
54
|
type: String as PropType<AvatarColor>,
|
|
42
55
|
default: AvatarColor.auto,
|
|
@@ -58,6 +71,9 @@ export default defineComponent({
|
|
|
58
71
|
// Refs
|
|
59
72
|
const root = ref<HTMLElement>();
|
|
60
73
|
|
|
74
|
+
const isIcon = computed(() => {
|
|
75
|
+
return !props.icon;
|
|
76
|
+
});
|
|
61
77
|
// Styles
|
|
62
78
|
const classAttribute = useClassAttribute();
|
|
63
79
|
|
|
@@ -66,6 +82,10 @@ export default defineComponent({
|
|
|
66
82
|
...AvatarRoot,
|
|
67
83
|
...AvatarRootSizes[props.size],
|
|
68
84
|
...AvatarRootColors[props.color],
|
|
85
|
+
...(isIcon.value
|
|
86
|
+
? AvatarRootAbbreviationSizes[props.size]
|
|
87
|
+
: AvatarRootIconSizes[props.size]
|
|
88
|
+
),
|
|
69
89
|
classAttribute.value,
|
|
70
90
|
]);
|
|
71
91
|
|