@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,27 +1,27 @@
|
|
|
1
|
-
import { s as script } from '../../OrToastContainer.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrToastContainer.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrToastContainer.vue_vue_type_script_lang-2256f09d.js';
|
|
2
|
+
export { s as default } from '../../OrToastContainer.vue_vue_type_script_lang-2256f09d.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeClass, createVNode, TransitionGroup, createElementBlock, Fragment, renderList, mergeProps, createCommentVNode } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import 'vue-demi';
|
|
7
7
|
import '../../useToastEventBus-422dae05.js';
|
|
8
|
-
import '../../OrToast-
|
|
8
|
+
import '../../OrToast-86bdb931.js';
|
|
9
9
|
import '../../props-fb3f60a5.js';
|
|
10
10
|
import '../OrIconButtonV3/OrIconButtonV3.js';
|
|
11
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
11
|
+
import '../../OrIconButton.vue_vue_type_script_lang-7663827a.js';
|
|
12
12
|
import '../OrIconV3/OrIconV3.js';
|
|
13
13
|
import '../../OrIcon.vue_vue_type_script_lang-c13ec0ac.js';
|
|
14
14
|
import '../../useClassAttribute-47fdb016.js';
|
|
15
15
|
import '../OrTooltipV3/OrTooltipV3.js';
|
|
16
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
16
|
+
import '../../OrTooltip.vue_vue_type_script_lang-680dfd41.js';
|
|
17
17
|
import '../OrPopoverV3/OrPopoverV3.js';
|
|
18
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
18
|
+
import '../../OrPopover.vue_vue_type_script_lang-3aab2e20.js';
|
|
19
19
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
20
20
|
import '../OrBottomSheetV3/OrBottomSheetV3.js';
|
|
21
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
21
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7926afd5.js';
|
|
22
22
|
import '../OrOverlayV3/OrOverlayV3.js';
|
|
23
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
24
|
-
import '../OrTeleport.
|
|
23
|
+
import '../../OrOverlay.vue_vue_type_script_lang-f2bdd70b.js';
|
|
24
|
+
import '../OrTeleport.vue2V3/OrTeleport.vue2V3.js';
|
|
25
25
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
26
26
|
import '../../useElevation-31bfe1f6.js';
|
|
27
27
|
import '../../useResponsive-a02e95b7.js';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { s as default } from '../../OrToast-
|
|
1
|
+
export { s as default } from '../../OrToast-86bdb931.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../props-fb3f60a5.js';
|
|
4
4
|
import '../OrIconButtonV3/OrIconButtonV3.js';
|
|
5
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrIconButton.vue_vue_type_script_lang-7663827a.js';
|
|
6
6
|
import '../OrIconV3/OrIconV3.js';
|
|
7
7
|
import '../../OrIcon.vue_vue_type_script_lang-c13ec0ac.js';
|
|
8
8
|
import '../../useClassAttribute-47fdb016.js';
|
|
9
9
|
import 'vue';
|
|
10
10
|
import '../OrTooltipV3/OrTooltipV3.js';
|
|
11
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
11
|
+
import '../../OrTooltip.vue_vue_type_script_lang-680dfd41.js';
|
|
12
12
|
import '@vueuse/core';
|
|
13
13
|
import '../OrPopoverV3/OrPopoverV3.js';
|
|
14
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
14
|
+
import '../../OrPopover.vue_vue_type_script_lang-3aab2e20.js';
|
|
15
15
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
16
16
|
import '../OrBottomSheetV3/OrBottomSheetV3.js';
|
|
17
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
17
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7926afd5.js';
|
|
18
18
|
import '../OrOverlayV3/OrOverlayV3.js';
|
|
19
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
20
|
-
import '../OrTeleport.
|
|
19
|
+
import '../../OrOverlay.vue_vue_type_script_lang-f2bdd70b.js';
|
|
20
|
+
import '../OrTeleport.vue2V3/OrTeleport.vue2V3.js';
|
|
21
21
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
22
22
|
import '../../useElevation-31bfe1f6.js';
|
|
23
23
|
import '../../useResponsive-a02e95b7.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { s as script } from '../../OrTooltip.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrTooltip.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrTooltip.vue_vue_type_script_lang-680dfd41.js';
|
|
2
|
+
export { s as default } from '../../OrTooltip.vue_vue_type_script_lang-680dfd41.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, renderSlot, createBlock, withCtx, createElementVNode, normalizeClass, toDisplayString, createCommentVNode } from 'vue';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import 'vue-demi';
|
|
6
6
|
import '../OrPopoverV3/OrPopoverV3.js';
|
|
7
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrPopover.vue_vue_type_script_lang-3aab2e20.js';
|
|
8
8
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
9
9
|
import '../OrBottomSheetV3/OrBottomSheetV3.js';
|
|
10
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
10
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7926afd5.js';
|
|
11
11
|
import '../OrOverlayV3/OrOverlayV3.js';
|
|
12
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
13
|
-
import '../OrTeleport.
|
|
12
|
+
import '../../OrOverlay.vue_vue_type_script_lang-f2bdd70b.js';
|
|
13
|
+
import '../OrTeleport.vue2V3/OrTeleport.vue2V3.js';
|
|
14
14
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
15
15
|
import '../../useClassAttribute-47fdb016.js';
|
|
16
16
|
import '../../useElevation-31bfe1f6.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { s as OrTooltipV3 } from '../../OrTooltip.vue_vue_type_script_lang-
|
|
2
|
-
export { P as TooltipPlacement } from '../../OrPopover.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTooltipV3 } from '../../OrTooltip.vue_vue_type_script_lang-680dfd41.js';
|
|
2
|
+
export { P as TooltipPlacement } from '../../OrPopover.vue_vue_type_script_lang-3aab2e20.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../OrPopoverV3/OrPopoverV3.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
8
8
|
import '../OrBottomSheetV3/OrBottomSheetV3.js';
|
|
9
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7926afd5.js';
|
|
10
10
|
import '../OrOverlayV3/OrOverlayV3.js';
|
|
11
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
12
|
-
import '../OrTeleport.
|
|
11
|
+
import '../../OrOverlay.vue_vue_type_script_lang-f2bdd70b.js';
|
|
12
|
+
import '../OrTeleport.vue2V3/OrTeleport.vue2V3.js';
|
|
13
13
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
14
14
|
import '../../useClassAttribute-47fdb016.js';
|
|
15
15
|
import '../../useElevation-31bfe1f6.js';
|
|
@@ -3,7 +3,7 @@ export { t as TypesV3 } from '../types-668300dd.js';
|
|
|
3
3
|
export { p as PropsV3 } from '../props-fb3f60a5.js';
|
|
4
4
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar.vue_vue_type_script_lang-a3740c88.js';
|
|
5
5
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar.vue_vue_type_script_lang-4f793db1.js';
|
|
6
|
-
export { s as OrBottomSheetV3 } from '../OrBottomSheet.vue_vue_type_script_lang-
|
|
6
|
+
export { s as OrBottomSheetV3 } from '../OrBottomSheet.vue_vue_type_script_lang-7926afd5.js';
|
|
7
7
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton.vue_vue_type_script_lang-255594c4.js';
|
|
8
8
|
export { s as OrButtonV2 } from '../OrButton.vue_vue_type_script_lang-aa34ef87.js';
|
|
9
9
|
export { s as OrIconButton, s as OrIconButtonV2 } from '../OrIconButton.vue_vue_type_script_lang-71dd403b.js';
|
|
@@ -11,7 +11,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
11
11
|
export { B as ButtonColor, b as ButtonType, a as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-65924b87.js';
|
|
12
12
|
export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-81561dd8.js';
|
|
13
13
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-136bbb5b.js';
|
|
14
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-
|
|
14
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-761c74df.js';
|
|
15
15
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-51a6b8a8.js';
|
|
16
16
|
export { s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-67503f53.js';
|
|
17
17
|
export { s as OrCarousel } from '../OrCarousel.vue_vue_type_script_lang-80efcb20.js';
|
|
@@ -23,7 +23,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script
|
|
|
23
23
|
export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-76b28b03.js';
|
|
24
24
|
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-5e190fa5.js';
|
|
25
25
|
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-9367f23b.js';
|
|
26
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-
|
|
26
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-642b8f83.js';
|
|
27
27
|
export { s as OrDateTimePicker } from '../OrDateTimePicker.vue_vue_type_script_lang-09a33c8a.js';
|
|
28
28
|
export { D as DEFAULT_TEXT, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePickerCalendarItem-6c38b593.js';
|
|
29
29
|
export { s as OrError } from '../OrError.vue_vue_type_script_lang-450321b8.js';
|
|
@@ -36,14 +36,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
36
36
|
export { s as OrHint } from '../OrHint.vue_vue_type_script_lang-5d628c6c.js';
|
|
37
37
|
export { s as OrHintV3 } from '../OrHint.vue_vue_type_script_lang-7dc58eba.js';
|
|
38
38
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon.vue_vue_type_script_lang-d4254862.js';
|
|
39
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-
|
|
39
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-7663827a.js';
|
|
40
40
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon.vue_vue_type_script_lang-c13ec0ac.js';
|
|
41
41
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox.vue_vue_type_script_lang-ef7d7eaf.js';
|
|
42
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-
|
|
42
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-fdb31f3d.js';
|
|
43
43
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-02e46795.js';
|
|
44
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-
|
|
44
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-f04c4f6c.js';
|
|
45
45
|
export { I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize } from '../OrInputBox.vue_vue_type_script_lang-d3b211c2.js';
|
|
46
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-
|
|
46
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-e970f1b2.js';
|
|
47
47
|
export { s as OrTextarea } from '../OrTextarea.vue_vue_type_script_lang-1f2bdb60.js';
|
|
48
48
|
export { default as OrInput } from './OrInput/OrInput.js';
|
|
49
49
|
export { s as OrNumberInput } from '../OrNumberInput.vue_vue_type_script_lang-b8c3e548.js';
|
|
@@ -57,24 +57,24 @@ export { s as OrListOfInputs } from '../OrListOfInputs.vue_vue_type_script_lang-
|
|
|
57
57
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader.vue_vue_type_script_lang-352f1432.js';
|
|
58
58
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader.vue_vue_type_script_lang-b8a13a32.js';
|
|
59
59
|
export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-53cb4736.js';
|
|
60
|
-
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-
|
|
61
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-
|
|
60
|
+
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-2b12f986.js';
|
|
61
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-3aab2e20.js';
|
|
62
62
|
export { s as OrModal, O as OrModalSizes } from '../OrModal.vue_vue_type_script_lang-a988003c.js';
|
|
63
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-
|
|
63
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-76e9e15a.js';
|
|
64
64
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification.vue_vue_type_script_lang-050af525.js';
|
|
65
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-
|
|
65
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-6a4fc666.js';
|
|
66
66
|
export { s as OrOverflowMenu } from '../OrOverflowMenu.vue_vue_type_script_lang-eee56669.js';
|
|
67
67
|
export { s as OrOverlay } from '../OrOverlay.vue_vue_type_script_lang-2f5d626d.js';
|
|
68
|
-
export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-
|
|
68
|
+
export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-f2bdd70b.js';
|
|
69
69
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress.vue_vue_type_script_lang-6105a07e.js';
|
|
70
70
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-42d51690.js';
|
|
71
71
|
export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-cc11200c.js';
|
|
72
72
|
export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-75b6c81b.js';
|
|
73
73
|
export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-1dc76d07.js';
|
|
74
|
-
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-
|
|
74
|
+
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-692ef46f.js';
|
|
75
75
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-4ef23285.js';
|
|
76
76
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-0ec9363b.js';
|
|
77
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
77
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-2e23b39c.js';
|
|
78
78
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-755f291c.js';
|
|
79
79
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-d438c111.js';
|
|
80
80
|
export { s as OrSkeletonCircle } from '../OrSkeletonCircle.vue_vue_type_script_lang-30516785.js';
|
|
@@ -92,9 +92,9 @@ export { s as OrTab } from '../OrTab.vue_vue_type_script_lang-71e4fa50.js';
|
|
|
92
92
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem.vue_vue_type_script_lang-0a67721f.js';
|
|
93
93
|
export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-a4c48577.js';
|
|
94
94
|
export { s as OrTabs } from '../OrTabs.vue_vue_type_script_lang-06a89286.js';
|
|
95
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-
|
|
95
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-86b1bf60.js';
|
|
96
96
|
export { s as OrTag } from '../OrTag.vue_vue_type_script_lang-35dd890d.js';
|
|
97
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-
|
|
97
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-d70c4e48.js';
|
|
98
98
|
export { default as OrTeleport } from './OrTeleportVue3/OrTeleportVue3.js';
|
|
99
99
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
100
100
|
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-16fa067b.js';
|
|
@@ -106,11 +106,11 @@ export { default as OrToast } from './OrToast/OrToast.js';
|
|
|
106
106
|
export { s as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-5c92febc.js';
|
|
107
107
|
export { u as useToastV3 } from '../useToast-40bff6ec.js';
|
|
108
108
|
export { a as useQueueV3 } from '../useToastEventBus-422dae05.js';
|
|
109
|
-
export { s as OrToastV3 } from '../OrToast-
|
|
110
|
-
export { s as OrToastContainerV3 } from '../OrToastContainer.vue_vue_type_script_lang-
|
|
109
|
+
export { s as OrToastV3 } from '../OrToast-86bdb931.js';
|
|
110
|
+
export { s as OrToastContainerV3 } from '../OrToastContainer.vue_vue_type_script_lang-2256f09d.js';
|
|
111
111
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-42773e6f.js';
|
|
112
112
|
export { default as OrTooltipContent } from './OrTooltipContent/OrTooltipContent.js';
|
|
113
|
-
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-
|
|
113
|
+
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-680dfd41.js';
|
|
114
114
|
import 'vue-demi';
|
|
115
115
|
import 'lodash';
|
|
116
116
|
import './OrIcon/OrIcon.js';
|
|
@@ -126,7 +126,7 @@ import './OrIconV3/OrIconV3.js';
|
|
|
126
126
|
import '../useClassAttribute-47fdb016.js';
|
|
127
127
|
import '@vueuse/core';
|
|
128
128
|
import './OrOverlayV3/OrOverlayV3.js';
|
|
129
|
-
import './OrTeleport.
|
|
129
|
+
import './OrTeleport.vue2V3/OrTeleport.vue2V3.js';
|
|
130
130
|
import '../useElevation-31bfe1f6.js';
|
|
131
131
|
import './OrLoader/OrLoader.js';
|
|
132
132
|
import './OrTooltipWrapperV2/OrTooltipWrapperV2.js';
|
|
@@ -139,8 +139,7 @@ import './OrHint/OrHint.js';
|
|
|
139
139
|
import './OrError/OrError.js';
|
|
140
140
|
import './OrCollapse/OrCollapse.js';
|
|
141
141
|
import './OrIconButtonV2/OrIconButtonV2.js';
|
|
142
|
-
import '../
|
|
143
|
-
import './OrCardCollectionView.vue3V3/OrCardCollectionView.vue3V3.js';
|
|
142
|
+
import '../OrCardCollectionView.vue3-27432e35.js';
|
|
144
143
|
import './OrIconButtonV3/OrIconButtonV3.js';
|
|
145
144
|
import './OrTooltipV3/OrTooltipV3.js';
|
|
146
145
|
import './OrPopoverV3/OrPopoverV3.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -4,7 +4,7 @@ export { u as useToast } from './useToast-0c42015d.js';
|
|
|
4
4
|
export { u as useToastV3 } from './useToast-40bff6ec.js';
|
|
5
5
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from './OrAvatar.vue_vue_type_script_lang-a3740c88.js';
|
|
6
6
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from './OrAvatar.vue_vue_type_script_lang-4f793db1.js';
|
|
7
|
-
export { s as OrBottomSheetV3 } from './OrBottomSheet.vue_vue_type_script_lang-
|
|
7
|
+
export { s as OrBottomSheetV3 } from './OrBottomSheet.vue_vue_type_script_lang-7926afd5.js';
|
|
8
8
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton.vue_vue_type_script_lang-255594c4.js';
|
|
9
9
|
export { s as OrButtonV2 } from './OrButton.vue_vue_type_script_lang-aa34ef87.js';
|
|
10
10
|
export { s as OrIconButton, s as OrIconButtonV2 } from './OrIconButton.vue_vue_type_script_lang-71dd403b.js';
|
|
@@ -12,7 +12,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
12
12
|
export { B as ButtonColor, b as ButtonType, a as ButtonVariant, s as OrButtonV3 } from './OrButton.vue_vue_type_script_lang-65924b87.js';
|
|
13
13
|
export { s as OrCard } from './OrCard.vue_vue_type_script_lang-81561dd8.js';
|
|
14
14
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection.vue_vue_type_script_lang-136bbb5b.js';
|
|
15
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection.vue_vue_type_script_lang-
|
|
15
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection.vue_vue_type_script_lang-761c74df.js';
|
|
16
16
|
export { s as OrCardV3 } from './OrCard.vue_vue_type_script_lang-51a6b8a8.js';
|
|
17
17
|
export { s as OrCarouselItem } from './OrCarouselItem.vue_vue_type_script_lang-67503f53.js';
|
|
18
18
|
export { s as OrCarousel } from './OrCarousel.vue_vue_type_script_lang-80efcb20.js';
|
|
@@ -24,7 +24,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode.vue_vue_type_script_
|
|
|
24
24
|
export { s as OrCollapse } from './OrCollapse.vue_vue_type_script_lang-76b28b03.js';
|
|
25
25
|
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-5e190fa5.js';
|
|
26
26
|
export { s as OrConfirm } from './OrConfirm.vue_vue_type_script_lang-9367f23b.js';
|
|
27
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm.vue_vue_type_script_lang-
|
|
27
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm.vue_vue_type_script_lang-642b8f83.js';
|
|
28
28
|
export { s as OrDateTimePicker } from './OrDateTimePicker.vue_vue_type_script_lang-09a33c8a.js';
|
|
29
29
|
export { D as DEFAULT_TEXT, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePickerCalendarItem-6c38b593.js';
|
|
30
30
|
export { s as OrError } from './OrError.vue_vue_type_script_lang-450321b8.js';
|
|
@@ -37,14 +37,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
37
37
|
export { s as OrHint } from './OrHint.vue_vue_type_script_lang-5d628c6c.js';
|
|
38
38
|
export { s as OrHintV3 } from './OrHint.vue_vue_type_script_lang-7dc58eba.js';
|
|
39
39
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon.vue_vue_type_script_lang-d4254862.js';
|
|
40
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
40
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton.vue_vue_type_script_lang-7663827a.js';
|
|
41
41
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from './OrIcon.vue_vue_type_script_lang-c13ec0ac.js';
|
|
42
42
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox.vue_vue_type_script_lang-ef7d7eaf.js';
|
|
43
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput.vue_vue_type_script_lang-
|
|
43
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput.vue_vue_type_script_lang-fdb31f3d.js';
|
|
44
44
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit.vue_vue_type_script_lang-02e46795.js';
|
|
45
|
-
export { s as OrInlineTextareaV3 } from './OrInlineTextarea.vue_vue_type_script_lang-
|
|
45
|
+
export { s as OrInlineTextareaV3 } from './OrInlineTextarea.vue_vue_type_script_lang-f04c4f6c.js';
|
|
46
46
|
export { I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize } from './OrInputBox.vue_vue_type_script_lang-d3b211c2.js';
|
|
47
|
-
export { I as InputType, s as OrInputV3 } from './OrInput.vue_vue_type_script_lang-
|
|
47
|
+
export { I as InputType, s as OrInputV3 } from './OrInput.vue_vue_type_script_lang-e970f1b2.js';
|
|
48
48
|
export { s as OrTextarea } from './OrTextarea.vue_vue_type_script_lang-1f2bdb60.js';
|
|
49
49
|
export { default as OrInput } from './components/OrInput/OrInput.js';
|
|
50
50
|
export { s as OrNumberInput } from './OrNumberInput.vue_vue_type_script_lang-b8c3e548.js';
|
|
@@ -58,24 +58,24 @@ export { s as OrListOfInputs } from './OrListOfInputs.vue_vue_type_script_lang-8
|
|
|
58
58
|
export { L as LoaderViews, s as OrLoader } from './OrLoader.vue_vue_type_script_lang-352f1432.js';
|
|
59
59
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader.vue_vue_type_script_lang-b8a13a32.js';
|
|
60
60
|
export { s as OrMenuItemV3 } from './OrMenuItem.vue_vue_type_script_lang-53cb4736.js';
|
|
61
|
-
export { s as OrMenuV3 } from './OrMenu.vue_vue_type_script_lang-
|
|
62
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover.vue_vue_type_script_lang-
|
|
61
|
+
export { s as OrMenuV3 } from './OrMenu.vue_vue_type_script_lang-2b12f986.js';
|
|
62
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover.vue_vue_type_script_lang-3aab2e20.js';
|
|
63
63
|
export { s as OrModal, O as OrModalSizes } from './OrModal.vue_vue_type_script_lang-a988003c.js';
|
|
64
|
-
export { M as ModalSize, s as OrModalV3 } from './OrModal.vue_vue_type_script_lang-
|
|
64
|
+
export { M as ModalSize, s as OrModalV3 } from './OrModal.vue_vue_type_script_lang-76e9e15a.js';
|
|
65
65
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification.vue_vue_type_script_lang-050af525.js';
|
|
66
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification.vue_vue_type_script_lang-
|
|
66
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification.vue_vue_type_script_lang-6a4fc666.js';
|
|
67
67
|
export { s as OrOverflowMenu } from './OrOverflowMenu.vue_vue_type_script_lang-eee56669.js';
|
|
68
68
|
export { s as OrOverlay } from './OrOverlay.vue_vue_type_script_lang-2f5d626d.js';
|
|
69
|
-
export { s as OrOverlayV3 } from './OrOverlay.vue_vue_type_script_lang-
|
|
69
|
+
export { s as OrOverlayV3 } from './OrOverlay.vue_vue_type_script_lang-f2bdd70b.js';
|
|
70
70
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress.vue_vue_type_script_lang-6105a07e.js';
|
|
71
71
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress.vue_vue_type_script_lang-42d51690.js';
|
|
72
72
|
export { s as OrRadio } from './OrRadio.vue_vue_type_script_lang-cc11200c.js';
|
|
73
73
|
export { s as OrRadioGroup } from './OrRadioGroup.vue_vue_type_script_lang-75b6c81b.js';
|
|
74
74
|
export { s as OrRadioV3 } from './OrRadio.vue_vue_type_script_lang-1dc76d07.js';
|
|
75
|
-
export { s as OrSearchV3 } from './OrSearch.vue_vue_type_script_lang-
|
|
75
|
+
export { s as OrSearchV3 } from './OrSearch.vue_vue_type_script_lang-692ef46f.js';
|
|
76
76
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl.vue_vue_type_script_lang-4ef23285.js';
|
|
77
77
|
export { s as OrSelect } from './OrSelect.vue_vue_type_script_lang-0ec9363b.js';
|
|
78
|
-
export { s as OrSelectV3 } from './OrSelect.vue_vue_type_script_lang-
|
|
78
|
+
export { s as OrSelectV3 } from './OrSelect.vue_vue_type_script_lang-2e23b39c.js';
|
|
79
79
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar.vue_vue_type_script_lang-755f291c.js';
|
|
80
80
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar.vue_vue_type_script_lang-d438c111.js';
|
|
81
81
|
export { s as OrSkeletonCircle } from './OrSkeletonCircle.vue_vue_type_script_lang-30516785.js';
|
|
@@ -93,9 +93,9 @@ export { s as OrTab } from './OrTab.vue_vue_type_script_lang-71e4fa50.js';
|
|
|
93
93
|
export { s as OrTabHeaderItem } from './OrTabHeaderItem.vue_vue_type_script_lang-0a67721f.js';
|
|
94
94
|
export { s as OrTabV3 } from './OrTab.vue_vue_type_script_lang-a4c48577.js';
|
|
95
95
|
export { s as OrTabs } from './OrTabs.vue_vue_type_script_lang-06a89286.js';
|
|
96
|
-
export { s as OrTabsV3, T as TabsVariant } from './OrTabs.vue_vue_type_script_lang-
|
|
96
|
+
export { s as OrTabsV3, T as TabsVariant } from './OrTabs.vue_vue_type_script_lang-86b1bf60.js';
|
|
97
97
|
export { s as OrTag } from './OrTag.vue_vue_type_script_lang-35dd890d.js';
|
|
98
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag.vue_vue_type_script_lang-
|
|
98
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag.vue_vue_type_script_lang-d70c4e48.js';
|
|
99
99
|
export { default as OrTeleport } from './components/OrTeleportVue3/OrTeleportVue3.js';
|
|
100
100
|
export { s as OrTeleportV3 } from './OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
101
101
|
export { s as OrTextV3 } from './OrText.vue_vue_type_script_lang-16fa067b.js';
|
|
@@ -108,11 +108,11 @@ export { s as OrToastContainer } from './OrToastContainer.vue_vue_type_script_la
|
|
|
108
108
|
export { t as TypesV3 } from './types-668300dd.js';
|
|
109
109
|
export { p as PropsV3 } from './props-fb3f60a5.js';
|
|
110
110
|
export { a as useQueueV3 } from './useToastEventBus-422dae05.js';
|
|
111
|
-
export { s as OrToastV3 } from './OrToast-
|
|
112
|
-
export { s as OrToastContainerV3 } from './OrToastContainer.vue_vue_type_script_lang-
|
|
111
|
+
export { s as OrToastV3 } from './OrToast-86bdb931.js';
|
|
112
|
+
export { s as OrToastContainerV3 } from './OrToastContainer.vue_vue_type_script_lang-2256f09d.js';
|
|
113
113
|
export { s as OrTooltip } from './OrTooltip.vue_vue_type_script_lang-42773e6f.js';
|
|
114
114
|
export { default as OrTooltipContent } from './components/OrTooltipContent/OrTooltipContent.js';
|
|
115
|
-
export { s as OrTooltipV3 } from './OrTooltip.vue_vue_type_script_lang-
|
|
115
|
+
export { s as OrTooltipV3 } from './OrTooltip.vue_vue_type_script_lang-680dfd41.js';
|
|
116
116
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-0d314aa4.js';
|
|
117
117
|
export { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
118
118
|
export { u as useElevation } from './useElevation-31bfe1f6.js';
|
|
@@ -131,7 +131,7 @@ import './constants-b4c183aa.js';
|
|
|
131
131
|
import './dom-a98e78cb.js';
|
|
132
132
|
import './components/OrIconV3/OrIconV3.js';
|
|
133
133
|
import './components/OrOverlayV3/OrOverlayV3.js';
|
|
134
|
-
import './components/OrTeleport.
|
|
134
|
+
import './components/OrTeleport.vue2V3/OrTeleport.vue2V3.js';
|
|
135
135
|
import './components/OrLoader/OrLoader.js';
|
|
136
136
|
import './components/OrTooltipWrapperV2/OrTooltipWrapperV2.js';
|
|
137
137
|
import './components/OrTooltip/OrTooltip.js';
|
|
@@ -143,8 +143,7 @@ import './components/OrHint/OrHint.js';
|
|
|
143
143
|
import './components/OrError/OrError.js';
|
|
144
144
|
import './components/OrCollapse/OrCollapse.js';
|
|
145
145
|
import './components/OrIconButtonV2/OrIconButtonV2.js';
|
|
146
|
-
import './
|
|
147
|
-
import './components/OrCardCollectionView.vue3V3/OrCardCollectionView.vue3V3.js';
|
|
146
|
+
import './OrCardCollectionView.vue3-27432e35.js';
|
|
148
147
|
import './components/OrIconButtonV3/OrIconButtonV3.js';
|
|
149
148
|
import './components/OrTooltipV3/OrTooltipV3.js';
|
|
150
149
|
import './components/OrPopoverV3/OrPopoverV3.js';
|
|
@@ -6,7 +6,7 @@ import { s as script$4 } from './OrMenu-840038cd.js';
|
|
|
6
6
|
import './OrPopover-1075dd38.js';
|
|
7
7
|
import { s as script$5 } from './OrMenuItem-9da279f6.js';
|
|
8
8
|
import { s as script$6 } from './OrIcon-b195169c.js';
|
|
9
|
-
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot,
|
|
9
|
+
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createVNode, withCtx, createBlock, createCommentVNode, normalizeProps, guardReactiveProps } from 'vue';
|
|
10
10
|
import { s as script$3 } from './OrButton-bb6bf8a9.js';
|
|
11
11
|
import { s as script$7 } from './OrSearch-e5a2e93e.js';
|
|
12
12
|
import './OrInputBox-6d1b6059.js';
|
|
@@ -63,12 +63,14 @@ var script$1 = defineComponent({
|
|
|
63
63
|
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64
64
|
return openBlock(), createElementBlock("div", {
|
|
65
65
|
class: normalizeClass(_ctx.contentStyles)
|
|
66
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, item => {
|
|
67
|
-
return renderSlot(_ctx.$slots, "item",
|
|
66
|
+
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, (item, index) => {
|
|
67
|
+
return renderSlot(_ctx.$slots, "item", mergeProps({
|
|
68
|
+
key: item.key || index
|
|
69
|
+
}, {
|
|
68
70
|
item,
|
|
69
71
|
mode: _ctx.mode
|
|
70
|
-
})
|
|
71
|
-
}),
|
|
72
|
+
}), () => [createTextVNode(toDisplayString(item.key), 1 /* TEXT */)]);
|
|
73
|
+
}), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */);
|
|
72
74
|
}
|
|
73
75
|
|
|
74
76
|
script$1.render = render$1;
|
|
@@ -7,7 +7,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-bb6bf8a9.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-d3001076.js';
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-2a6514f3.js';
|
|
11
11
|
export { s as OrCardV3 } from '../OrCard-fd92f7c8.js';
|
|
12
12
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem-636d99a1.js';
|
|
13
13
|
export { s as OrCheckbox } from '../OrCheckbox-ed4a19cf.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-2a6514f3.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -7,7 +7,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-bb6bf8a9.js';
|
|
8
8
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-d3001076.js';
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-2a6514f3.js';
|
|
11
11
|
export { s as OrCardV3 } from './OrCard-fd92f7c8.js';
|
|
12
12
|
export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-636d99a1.js';
|
|
13
13
|
export { s as OrCheckbox } from './OrCheckbox-ed4a19cf.js';
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div :class="contentStyles">
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
</
|
|
3
|
+
<slot
|
|
4
|
+
v-for="(item, index) in items"
|
|
5
|
+
:key="item.key || index"
|
|
6
|
+
name="item"
|
|
7
|
+
v-bind="{
|
|
8
|
+
item,
|
|
9
|
+
mode,
|
|
10
|
+
}"
|
|
11
|
+
>
|
|
12
|
+
{{ item.key }}
|
|
13
|
+
</slot>
|
|
14
14
|
</div>
|
|
15
15
|
</template>
|
|
16
16
|
<script lang="ts">
|
|
@@ -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 };
|