@onereach/ui-components 2.70.0-beta.2175.0 → 2.70.0-beta.2185.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/{OrCardCollection-3d2fe208.js → OrCardCollection-f49f899c.js} +1 -2
- package/dist/bundled/v2/OrCardCollectionView.vue2-56150344.js +93 -0
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollectionV3.js +2 -3
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -3
- package/dist/bundled/v2/components/OrCardCollectionView.vue2V3/OrCardCollectionView.vue2V3.js +3 -65
- package/dist/bundled/v2/components/OrCardCollectionView.vue3V3/OrCardCollectionView.vue3V3.js +3 -65
- package/dist/bundled/v2/components/OrTeleport.vue3V3/OrTeleport.vue3V3.js +4 -54
- package/dist/bundled/v2/components/index.js +2 -3
- package/dist/bundled/v2/index.js +2 -3
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-4626080c.js → OrBottomSheet.vue_vue_type_script_lang-7926afd5.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-7798286c.js → OrCardCollection.vue_vue_type_script_lang-761c74df.js} +4 -5
- package/dist/bundled/v3/OrCardCollectionView.vue3-27432e35.js +69 -0
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-208ea614.js → OrConfirm.vue_vue_type_script_lang-642b8f83.js} +2 -2
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-efdab038.js → OrIconButton.vue_vue_type_script_lang-7663827a.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-da309b52.js → OrInlineInput.vue_vue_type_script_lang-fdb31f3d.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-ce6785df.js → OrInlineTextarea.vue_vue_type_script_lang-f04c4f6c.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-e873ee13.js → OrInput.vue_vue_type_script_lang-e970f1b2.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5e57c8a5.js → OrMenu.vue_vue_type_script_lang-2b12f986.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-7a42e8a4.js → OrModal.vue_vue_type_script_lang-76e9e15a.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-86b61497.js → OrNotification.vue_vue_type_script_lang-6a4fc666.js} +1 -1
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-44194ab4.js → OrOverlay.vue_vue_type_script_lang-f2bdd70b.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-7bbf8824.js → OrPopover.vue_vue_type_script_lang-3aab2e20.js} +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-a6f1fe96.js → OrSearch.vue_vue_type_script_lang-692ef46f.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-3a75add2.js → OrSelect.vue_vue_type_script_lang-2e23b39c.js} +3 -3
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-aa5f33c8.js → OrTabs.vue_vue_type_script_lang-86b1bf60.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-c8413a2f.js → OrTag.vue_vue_type_script_lang-d70c4e48.js} +1 -1
- package/dist/bundled/v3/{OrToast-1de535aa.js → OrToast-86bdb931.js} +1 -1
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-a1ddf72f.js → OrToastContainer.vue_vue_type_script_lang-2256f09d.js} +2 -2
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-2b7b049f.js → OrTooltip.vue_vue_type_script_lang-680dfd41.js} +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheetV3.js +4 -4
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +3 -3
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollectionV3.js +12 -13
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +11 -12
- package/dist/bundled/v3/components/OrCardCollectionView.vue2V3/OrCardCollectionView.vue2V3.js +3 -39
- package/dist/bundled/v3/components/OrCardCollectionView.vue3V3/OrCardCollectionView.vue3V3.js +3 -39
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirmV3.js +9 -9
- package/dist/bundled/v3/components/OrConfirmV3/index.js +8 -8
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButtonV3.js +7 -7
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInputV3.js +8 -8
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +7 -7
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextareaV3.js +8 -8
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +7 -7
- package/dist/bundled/v3/components/OrInputV3/OrInputV3.js +8 -8
- package/dist/bundled/v3/components/OrInputV3/index.js +7 -7
- package/dist/bundled/v3/components/OrMenuV3/OrMenuV3.js +6 -6
- package/dist/bundled/v3/components/OrMenuV3/index.js +5 -5
- package/dist/bundled/v3/components/OrModalV3/OrModalV3.js +8 -8
- package/dist/bundled/v3/components/OrModalV3/index.js +7 -7
- package/dist/bundled/v3/components/OrNotificationV3/OrNotificationV3.js +8 -8
- package/dist/bundled/v3/components/OrNotificationV3/index.js +7 -7
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlayV3.js +3 -3
- package/dist/bundled/v3/components/OrOverlayV3/index.js +2 -2
- package/dist/bundled/v3/components/OrPopoverV3/OrPopoverV3.js +5 -5
- package/dist/bundled/v3/components/OrPopoverV3/index.js +4 -4
- package/dist/bundled/v3/components/OrSearchV3/OrSearchV3.js +9 -9
- package/dist/bundled/v3/components/OrSearchV3/index.js +8 -8
- package/dist/bundled/v3/components/OrSelectV3/OrSelectV3.js +10 -10
- package/dist/bundled/v3/components/OrSelectV3/index.js +9 -9
- package/dist/bundled/v3/components/OrTabsV3/OrTabsV3.js +7 -7
- package/dist/bundled/v3/components/OrTabsV3/index.js +6 -6
- package/dist/bundled/v3/components/OrTagV3/OrTagV3.js +8 -8
- package/dist/bundled/v3/components/OrTagV3/index.js +7 -7
- package/dist/bundled/v3/components/OrTeleport.vue2V3/OrTeleport.vue2V3.js +9 -32
- package/dist/bundled/v3/components/OrTeleport.vue3V3/OrTeleport.vue3V3.js +2 -12
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainerV3.js +9 -9
- package/dist/bundled/v3/components/OrToastV3/OrToastV3.js +7 -7
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltipV3.js +6 -6
- package/dist/bundled/v3/components/OrTooltipV3/index.js +5 -5
- package/dist/bundled/v3/components/index.js +21 -22
- package/dist/bundled/v3/index.js +21 -22
- package/dist/esm/v3/{OrCardCollection-c56f2621.js → OrCardCollection-2a6514f3.js} +7 -5
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +1 -1
- package/src/components/or-card-collection-v3/OrCardCollectionView.vue3.vue +11 -11
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollectionView.vue3.vue.d.ts +0 -35
- package/dist/bundled/v2/components/OrCardCollectionView.vue3V3/props.d.ts +0 -8
- package/dist/bundled/v2/components/OrCardCollectionView.vue3V3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrCardCollectionView.vue3V3/types.d.ts +0 -12
- package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +0 -29
- package/dist/bundled/v2/styles-f417e4ed.js +0 -30
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollectionView.vue2.vue.d.ts +0 -35
- package/dist/bundled/v3/components/OrCardCollectionView.vue2V3/props.d.ts +0 -8
- package/dist/bundled/v3/components/OrCardCollectionView.vue2V3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrCardCollectionView.vue2V3/types.d.ts +0 -12
- package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue2.vue.d.ts +0 -29
- package/dist/bundled/v3/styles-f417e4ed.js +0 -30
|
@@ -1,35 +0,0 @@
|
|
|
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,6 +0,0 @@
|
|
|
1
|
-
import { DefaultCardCollectionViews } from './props';
|
|
2
|
-
export declare const CardCollectionRoot: string[];
|
|
3
|
-
export declare const CardCollectionToolbar: string[];
|
|
4
|
-
export declare const CardCollectionToolbarPanel: string[];
|
|
5
|
-
export declare const CardCollectionContent: string[];
|
|
6
|
-
export declare const CardCollectionContentViews: Record<DefaultCardCollectionViews, string[]>;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {}, {}, {
|
|
2
|
-
to: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
disabled: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
11
|
-
to: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
disabled: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
20
|
-
to: string;
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
} & {}, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
23
|
-
to: string;
|
|
24
|
-
disabled: boolean;
|
|
25
|
-
} & {}, {
|
|
26
|
-
to: string;
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
}, true>);
|
|
29
|
-
export default _default;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
const CardCollectionRoot = [
|
|
2
|
-
// Layout
|
|
3
|
-
'layout-column',
|
|
4
|
-
// Spacing
|
|
5
|
-
'gap-md'];
|
|
6
|
-
const CardCollectionToolbar = [
|
|
7
|
-
// Layout
|
|
8
|
-
'layout-row justify-between',
|
|
9
|
-
// Typography
|
|
10
|
-
'typography-body-2-regular',
|
|
11
|
-
// Theme
|
|
12
|
-
'theme-foreground-default', 'dark:theme-foreground-default-dark'];
|
|
13
|
-
const CardCollectionToolbarPanel = [
|
|
14
|
-
// Layout
|
|
15
|
-
'layout-row',
|
|
16
|
-
// Spacing
|
|
17
|
-
'gap-lg+'];
|
|
18
|
-
const CardCollectionContent = [
|
|
19
|
-
// Layout
|
|
20
|
-
'grid',
|
|
21
|
-
// Spacing
|
|
22
|
-
'gap-sm md:gap-md'];
|
|
23
|
-
const CardCollectionContentViews = {
|
|
24
|
-
'grid': [
|
|
25
|
-
// Layout
|
|
26
|
-
'sm:grid-cols-1', 'md:grid-cols-2', 'lg:grid-cols-4', 'xl:grid-cols-6'],
|
|
27
|
-
'list': ['grid-cols-1']
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export { CardCollectionRoot as C, CardCollectionToolbar as a, CardCollectionToolbarPanel as b, CardCollectionContent as c, CardCollectionContentViews as d };
|