@onereach/ui-components 2.69.3 → 2.69.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/{OrCard-58a1ba3e.js → OrCard-29116e1f.js} +2 -2
- package/dist/bundled/v2/OrCardCollection-f622df47.js +346 -0
- package/dist/bundled/v2/{OrSearch-9d402f56.js → OrSearch-a11b3621.js} +9 -3
- package/dist/bundled/v2/{OrSortHeader-396e6a7c.js → OrSortHeader-9932d28f.js} +2 -2
- package/dist/bundled/v2/components/index.js +4 -4
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +67 -42
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollectionView.vue2.vue.d.ts +35 -0
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +7 -4
- package/dist/bundled/v2/components/or-card-collection-v3/props.d.ts +5 -1
- 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 +8 -3
- package/dist/bundled/v2/components/or-card-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-search-v3/OrSearch.vue.d.ts +13 -0
- 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 +5 -5
- package/dist/bundled/v3/OrButton-a671b8a1.js +33 -0
- package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-15645a65.js +228 -0
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-49a3a9bd.js → OrConfirm.vue_vue_type_script_lang-f57ffa1a.js} +6 -36
- package/dist/bundled/v3/OrMenu-f26e8e55.js +29 -0
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-ed78b21f.js → OrSearch.vue_vue_type_script_lang-0ae8a6dd.js} +8 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-919b2021.js → OrTabs.vue_vue_type_script_lang-61b79a5a.js} +10 -36
- package/dist/bundled/v3/components/index.js +8 -6
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +67 -42
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollectionView.vue3.vue.d.ts +35 -0
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +11 -4
- package/dist/bundled/v3/components/or-card-collection-v3/props.d.ts +5 -1
- 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 +8 -3
- package/dist/bundled/v3/components/or-confirm-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-search-v3/OrSearch.vue.d.ts +13 -0
- package/dist/bundled/v3/components/or-search-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +2 -1
- package/dist/bundled/v3/index.js +326 -295
- package/dist/esm/v2/OrCardCollection-43aa4a3c.js +346 -0
- package/dist/esm/v2/{OrSearch-ddb7c1fe.js → OrSearch-62d91301.js} +7 -1
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +67 -42
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollectionView.vue2.vue.d.ts +35 -0
- package/dist/esm/v2/components/or-card-collection-v3/index.js +7 -4
- package/dist/esm/v2/components/or-card-collection-v3/props.d.ts +5 -1
- 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 +8 -3
- package/dist/esm/v2/components/or-search-v3/OrSearch.vue.d.ts +13 -0
- package/dist/esm/v2/components/or-search-v3/index.js +1 -1
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v3/OrCardCollection-6b5e6b76.js +289 -0
- package/dist/esm/v3/{OrSearch-cdde55ce.js → OrSearch-aafb93b4.js} +7 -1
- package/dist/esm/v3/components/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +67 -42
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollectionView.vue3.vue.d.ts +35 -0
- package/dist/esm/v3/components/or-card-collection-v3/index.js +7 -4
- package/dist/esm/v3/components/or-card-collection-v3/props.d.ts +5 -1
- 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 +8 -3
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +13 -0
- package/dist/esm/v3/components/or-search-v3/index.js +1 -1
- package/dist/esm/v3/index.js +2 -2
- package/package.json +2 -2
- package/src/components/or-card-collection-v3/OrCardCollection.docs.mdx +4 -0
- package/src/components/or-card-collection-v3/OrCardCollection.stories3.ts +230 -30
- package/src/components/or-card-collection-v3/OrCardCollection.vue +120 -77
- package/src/components/or-card-collection-v3/OrCardCollectionView.vue2.vue +41 -0
- package/src/components/or-card-collection-v3/OrCardCollectionView.vue3.vue +42 -0
- package/src/components/or-card-collection-v3/props.ts +14 -1
- package/src/components/or-card-collection-v3/styles.ts +3 -3
- package/src/components/or-card-collection-v3/types.ts +9 -3
- package/src/components/or-search-v3/OrSearch.vue +7 -1
- package/dist/bundled/v2/OrCardCollection-a9a779ea.js +0 -228
- package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-861158b5.js +0 -164
- package/dist/esm/v2/OrCardCollection-4f001551.js +0 -227
- package/dist/esm/v3/OrCardCollection-5a0febaf.js +0 -198
|
@@ -1,41 +1,51 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
import {
|
|
3
|
-
import { CardCollectionView } from './props';
|
|
4
|
-
import { CardCollectionItem, CardCollectionSortHeader } from './types';
|
|
2
|
+
import { CardCollectionItem, SortOption, ViewMode } from './types';
|
|
5
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
6
4
|
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>;
|
|
7
15
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
8
16
|
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
17
|
toolbarPanelStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
proxySort: import("@vue/composition-api").Ref<{
|
|
13
|
-
column: string;
|
|
14
|
-
direction: "asc" | "desc";
|
|
15
|
-
}>;
|
|
18
|
+
proxyView: import("@vue/composition-api").Ref<string>;
|
|
19
|
+
proxySort: import("@vue/composition-api").Ref<string>;
|
|
16
20
|
proxySearch: import("@vue/composition-api").Ref<string>;
|
|
17
|
-
|
|
18
|
-
|
|
21
|
+
sortLabel: import("@vue/composition-api").ComputedRef<string | undefined>;
|
|
22
|
+
switchView: (view: string) => void;
|
|
23
|
+
handleSort: (sort: string) => void;
|
|
24
|
+
handleSearch: (search: string) => void;
|
|
19
25
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
20
26
|
items: {
|
|
21
27
|
type: PropType<CardCollectionItem[]>;
|
|
22
28
|
default: CardCollectionItem[];
|
|
23
29
|
};
|
|
24
30
|
view: {
|
|
25
|
-
type:
|
|
26
|
-
default:
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
viewModes: {
|
|
35
|
+
type: PropType<ViewMode[]>;
|
|
36
|
+
default: () => ViewMode[];
|
|
27
37
|
};
|
|
28
38
|
sort: {
|
|
29
|
-
type:
|
|
39
|
+
type: StringConstructor;
|
|
30
40
|
default: undefined;
|
|
31
41
|
};
|
|
32
|
-
|
|
33
|
-
type: PropType<
|
|
34
|
-
default:
|
|
42
|
+
sortOptions: {
|
|
43
|
+
type: PropType<SortOption[]>;
|
|
44
|
+
default: () => never[];
|
|
35
45
|
};
|
|
36
46
|
search: {
|
|
37
47
|
type: StringConstructor;
|
|
38
|
-
default:
|
|
48
|
+
default: string;
|
|
39
49
|
};
|
|
40
50
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
41
51
|
items: {
|
|
@@ -43,56 +53,71 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
43
53
|
default: CardCollectionItem[];
|
|
44
54
|
};
|
|
45
55
|
view: {
|
|
46
|
-
type:
|
|
47
|
-
default:
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
viewModes: {
|
|
60
|
+
type: PropType<ViewMode[]>;
|
|
61
|
+
default: () => ViewMode[];
|
|
48
62
|
};
|
|
49
63
|
sort: {
|
|
50
|
-
type:
|
|
64
|
+
type: StringConstructor;
|
|
51
65
|
default: undefined;
|
|
52
66
|
};
|
|
53
|
-
|
|
54
|
-
type: PropType<
|
|
55
|
-
default:
|
|
67
|
+
sortOptions: {
|
|
68
|
+
type: PropType<SortOption[]>;
|
|
69
|
+
default: () => never[];
|
|
56
70
|
};
|
|
57
71
|
search: {
|
|
58
72
|
type: StringConstructor;
|
|
59
|
-
default:
|
|
73
|
+
default: string;
|
|
60
74
|
};
|
|
61
75
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
62
76
|
search: string;
|
|
63
|
-
sort:
|
|
77
|
+
sort: string;
|
|
64
78
|
items: CardCollectionItem[];
|
|
65
|
-
view:
|
|
66
|
-
|
|
79
|
+
view: string;
|
|
80
|
+
viewModes: ViewMode[];
|
|
81
|
+
sortOptions: SortOption[];
|
|
67
82
|
} & {} & {
|
|
68
83
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
69
84
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
70
85
|
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>;
|
|
71
96
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
72
97
|
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
73
98
|
toolbarPanelStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
proxySort: import("@vue/composition-api").Ref<{
|
|
77
|
-
column: string;
|
|
78
|
-
direction: "asc" | "desc";
|
|
79
|
-
}>;
|
|
99
|
+
proxyView: import("@vue/composition-api").Ref<string>;
|
|
100
|
+
proxySort: import("@vue/composition-api").Ref<string>;
|
|
80
101
|
proxySearch: import("@vue/composition-api").Ref<string>;
|
|
81
|
-
|
|
82
|
-
|
|
102
|
+
sortLabel: import("@vue/composition-api").ComputedRef<string | undefined>;
|
|
103
|
+
switchView: (view: string) => void;
|
|
104
|
+
handleSort: (sort: string) => void;
|
|
105
|
+
handleSearch: (search: string) => void;
|
|
83
106
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
84
107
|
search: string;
|
|
85
|
-
sort:
|
|
108
|
+
sort: string;
|
|
86
109
|
items: CardCollectionItem[];
|
|
87
|
-
view:
|
|
88
|
-
|
|
110
|
+
view: string;
|
|
111
|
+
viewModes: ViewMode[];
|
|
112
|
+
sortOptions: SortOption[];
|
|
89
113
|
} & {} & {
|
|
90
114
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
91
115
|
}, {
|
|
92
116
|
search: string;
|
|
93
|
-
sort:
|
|
117
|
+
sort: string;
|
|
94
118
|
items: CardCollectionItem[];
|
|
95
|
-
view:
|
|
96
|
-
|
|
119
|
+
view: string;
|
|
120
|
+
viewModes: ViewMode[];
|
|
121
|
+
sortOptions: SortOption[];
|
|
97
122
|
}, true>);
|
|
98
123
|
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { CardCollectionItem } from './types';
|
|
3
|
+
import { DefaultCardCollectionViews } from './props';
|
|
4
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
|
+
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
7
|
+
items: {
|
|
8
|
+
type: PropType<CardCollectionItem[]>;
|
|
9
|
+
default: CardCollectionItem[];
|
|
10
|
+
};
|
|
11
|
+
mode: {
|
|
12
|
+
type: PropType<DefaultCardCollectionViews>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
16
|
+
items: {
|
|
17
|
+
type: PropType<CardCollectionItem[]>;
|
|
18
|
+
default: CardCollectionItem[];
|
|
19
|
+
};
|
|
20
|
+
mode: {
|
|
21
|
+
type: PropType<DefaultCardCollectionViews>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
25
|
+
items: CardCollectionItem[];
|
|
26
|
+
mode: DefaultCardCollectionViews;
|
|
27
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
28
|
+
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
29
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
30
|
+
items: CardCollectionItem[];
|
|
31
|
+
mode: DefaultCardCollectionViews;
|
|
32
|
+
} & {}, {
|
|
33
|
+
items: CardCollectionItem[];
|
|
34
|
+
}, true>);
|
|
35
|
+
export default _default;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-15645a65.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrCard.vue_vue_type_script_lang-165de137.js';
|
|
4
|
-
import '../../useClassAttribute-00888f78.js';
|
|
5
3
|
import '../../OrIconButton-1581013c.js';
|
|
6
4
|
import '../../OrIconButton.vue_vue_type_script_lang-f6f801ff.js';
|
|
7
5
|
import '../../OrIcon-d878b768.js';
|
|
8
6
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
7
|
+
import '../../useClassAttribute-00888f78.js';
|
|
9
8
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
10
9
|
import '@vueuse/core';
|
|
11
10
|
import '../../OrPopover-c462ce77.js';
|
|
@@ -16,6 +15,15 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
|
16
15
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
17
16
|
import '../../useElevation-c8d5d3ba.js';
|
|
18
17
|
import '../../useResponsive-9d397e2a.js';
|
|
18
|
+
import '../../OrButton-a671b8a1.js';
|
|
19
|
+
import '../../OrButton.vue_vue_type_script_lang-b0dc31ca.js';
|
|
20
|
+
import '../../OrLoader-c4bbef2f.js';
|
|
21
|
+
import '../../OrLoader.vue_vue_type_script_lang-5405040c.js';
|
|
22
|
+
import '../../OrMenu-f26e8e55.js';
|
|
23
|
+
import '../../OrMenu.vue_vue_type_script_lang-2446a69a.js';
|
|
24
|
+
import '../../OrMenuItem-4feaba6c.js';
|
|
25
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
|
|
26
|
+
import '../../OrSearch.vue_vue_type_script_lang-0ae8a6dd.js';
|
|
19
27
|
import '../../OrInput-fa782fc1.js';
|
|
20
28
|
import '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
21
29
|
import '../../OrHint-9592499e.js';
|
|
@@ -26,4 +34,3 @@ import '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
|
26
34
|
import '../../OrLabel-c6873e79.js';
|
|
27
35
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
28
36
|
import '../../style-inject.es-4c6f2515.js';
|
|
29
|
-
import '../../OrSortHeader.vue_vue_type_script_lang-75115125.js';
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { ViewMode } from './types';
|
|
2
|
+
export declare enum DefaultCardCollectionViews {
|
|
2
3
|
Grid = "grid",
|
|
3
4
|
List = "list"
|
|
4
5
|
}
|
|
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 { DefaultCardCollectionViews } 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<DefaultCardCollectionViews, string[]>;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
export interface CardCollectionItem {
|
|
2
|
-
|
|
2
|
+
key?: string;
|
|
3
|
+
[key: string | number]: any;
|
|
3
4
|
}
|
|
4
|
-
export interface
|
|
5
|
-
|
|
5
|
+
export interface ViewMode {
|
|
6
|
+
view: string;
|
|
7
|
+
icon: string;
|
|
8
|
+
}
|
|
9
|
+
export interface SortOption {
|
|
6
10
|
label: string;
|
|
11
|
+
value: string;
|
|
7
12
|
}
|
|
@@ -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-f57ffa1a.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../index-01519e46.js';
|
|
@@ -7,6 +7,7 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
|
7
7
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
8
8
|
import '../../useClassAttribute-00888f78.js';
|
|
9
9
|
import '../../useElevation-c8d5d3ba.js';
|
|
10
|
+
import '../../OrButton-a671b8a1.js';
|
|
10
11
|
import '../../OrButton.vue_vue_type_script_lang-b0dc31ca.js';
|
|
11
12
|
import '../../OrLoader-c4bbef2f.js';
|
|
12
13
|
import '../../OrLoader.vue_vue_type_script_lang-5405040c.js';
|
|
@@ -11,6 +11,11 @@ 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
|
+
};
|
|
14
19
|
size: {
|
|
15
20
|
type: PropType<SearchSize>;
|
|
16
21
|
default: SearchSize;
|
|
@@ -32,6 +37,11 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
32
37
|
default: boolean;
|
|
33
38
|
};
|
|
34
39
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
40
|
+
modelValue: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
required: false;
|
|
44
|
+
};
|
|
35
45
|
size: {
|
|
36
46
|
type: PropType<SearchSize>;
|
|
37
47
|
default: SearchSize;
|
|
@@ -53,6 +63,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
53
63
|
default: boolean;
|
|
54
64
|
};
|
|
55
65
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
66
|
+
modelValue: string;
|
|
56
67
|
size: SearchSize;
|
|
57
68
|
placeholder: string;
|
|
58
69
|
debounce: number;
|
|
@@ -71,6 +82,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
71
82
|
focus: () => void;
|
|
72
83
|
clear: () => void;
|
|
73
84
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
85
|
+
modelValue: string;
|
|
74
86
|
size: SearchSize;
|
|
75
87
|
placeholder: string;
|
|
76
88
|
debounce: number;
|
|
@@ -79,6 +91,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
79
91
|
} & {} & {
|
|
80
92
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
81
93
|
}, {
|
|
94
|
+
modelValue: string;
|
|
82
95
|
size: SearchSize;
|
|
83
96
|
placeholder: string;
|
|
84
97
|
debounce: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-0ae8a6dd.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs.vue_vue_type_script_lang-61b79a5a.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrIcon-d878b768.js';
|
|
5
5
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
6
6
|
import '../../useClassAttribute-00888f78.js';
|
|
7
|
+
import '../../OrMenu-f26e8e55.js';
|
|
7
8
|
import '../../OrMenu.vue_vue_type_script_lang-2446a69a.js';
|
|
8
9
|
import '../../OrPopover-c462ce77.js';
|
|
9
10
|
import '../../OrPopover.vue_vue_type_script_lang-54c7b11c.js';
|