@onereach/ui-components 2.69.2-beta.2133.0 → 2.69.2-beta.2142.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-ae61bfb9.js → OrAvatar-2fa559e1.js} +15 -41
- package/dist/bundled/v2/{OrButton-0e91a808.js → OrButton-66d37aff.js} +14 -1
- package/dist/bundled/v2/{OrConfirm-18c534df.js → OrConfirm-e1ca1422.js} +1 -1
- package/dist/bundled/v2/OrPagination-734cb415.js +297 -0
- package/dist/bundled/v2/{OrSelect-b20a9be0.js → OrSelect-ff9e4fbd.js} +3 -3
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +5 -4
- 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 +0 -11
- package/dist/bundled/v2/components/or-avatar-v3/index.js +1 -2
- package/dist/bundled/v2/components/or-avatar-v3/props.d.ts +1 -2
- package/dist/bundled/v2/components/or-avatar-v3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/or-button-v3/OrButton.vue.d.ts +11 -0
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-confirm-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.stories3.d.ts +12 -0
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +110 -0
- package/dist/bundled/v2/components/or-pagination-v3/index.d.ts +2 -0
- package/dist/bundled/v2/components/or-pagination-v3/index.js +20 -0
- package/dist/bundled/v2/components/or-pagination-v3/styles.d.ts +3 -0
- package/dist/bundled/v2/components/or-pagination-v3/types.d.ts +4 -0
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +14 -14
- package/dist/bundled/v2/components/or-select-v3/index.d.ts +1 -0
- package/dist/bundled/v2/components/or-select-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-select-v3/types.d.ts +1 -1
- package/dist/bundled/v2/index.js +6 -5
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-0426862b.js → OrAvatar.vue_vue_type_script_lang-22e46ce1.js} +13 -35
- package/dist/bundled/v3/OrButton-9640286b.js +34 -0
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3718b300.js → OrButton.vue_vue_type_script_lang-06d8ead1.js} +13 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-861158b5.js → OrCardCollection.vue_vue_type_script_lang-3993a015.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-289b5600.js → OrConfirm.vue_vue_type_script_lang-f1b81f00.js} +6 -36
- package/dist/bundled/v3/{OrIconButton-1581013c.js → OrIconButton-4bd33e3c.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-f6f801ff.js → OrIconButton.vue_vue_type_script_lang-641f6e06.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-f29483f4.js → OrInlineInput.vue_vue_type_script_lang-3a8189f4.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js → OrInlineTextarea.vue_vue_type_script_lang-890b97ab.js} +2 -2
- package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-f6d793d3.js +2 -2
- package/dist/bundled/v3/OrMenu-f26e8e55.js +29 -0
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-80a7b906.js → OrModal.vue_vue_type_script_lang-00a477f0.js} +2 -2
- package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-fbb35355.js +2 -2
- package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-d852d8af.js +180 -0
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-15285ce4.js → OrSelect.vue_vue_type_script_lang-05b03858.js} +3 -3
- 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/{OrTag.vue_vue_type_script_lang-dc6a4011.js → OrTag.vue_vue_type_script_lang-92d9fb12.js} +2 -2
- package/dist/bundled/v3/{OrToastContainer-7c3c0b12.js → OrToastContainer-afb51e5d.js} +1 -1
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +17 -14
- 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 +0 -11
- package/dist/bundled/v3/components/or-avatar-v3/index.js +1 -3
- package/dist/bundled/v3/components/or-avatar-v3/props.d.ts +1 -2
- package/dist/bundled/v3/components/or-avatar-v3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/or-button-v3/OrButton.vue.d.ts +11 -0
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -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-pagination-v3/OrPagination.stories3.d.ts +12 -0
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +110 -0
- package/dist/bundled/v3/components/or-pagination-v3/index.d.ts +2 -0
- package/dist/bundled/v3/components/or-pagination-v3/index.js +22 -0
- package/dist/bundled/v3/components/or-pagination-v3/styles.d.ts +3 -0
- package/dist/bundled/v3/components/or-pagination-v3/types.d.ts +4 -0
- package/dist/bundled/v3/components/or-search-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +14 -14
- package/dist/bundled/v3/components/or-select-v3/index.d.ts +1 -0
- package/dist/bundled/v3/components/or-select-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-select-v3/types.d.ts +1 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +2 -1
- 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 +254 -177
- package/dist/bundled/v3/{types-dcc78caa.js → types-6c5eee23.js} +2 -2
- package/dist/esm/v2/{OrAvatar-3d155af3.js → OrAvatar-0afdef36.js} +15 -41
- package/dist/esm/v2/{OrButton-357a5756.js → OrButton-3d4fc9da.js} +14 -1
- package/dist/esm/v2/{OrConfirm-b0b2e43c.js → OrConfirm-ba3f8c45.js} +1 -1
- package/dist/esm/v2/OrPagination-07246e59.js +297 -0
- package/dist/esm/v2/{OrSelect-f0ff5a85.js → OrSelect-651bb83e.js} +3 -3
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +5 -4
- 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 +0 -11
- package/dist/esm/v2/components/or-avatar-v3/index.js +1 -2
- package/dist/esm/v2/components/or-avatar-v3/props.d.ts +1 -2
- package/dist/esm/v2/components/or-avatar-v3/styles.d.ts +0 -2
- package/dist/esm/v2/components/or-button-v3/OrButton.vue.d.ts +11 -0
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.stories3.d.ts +12 -0
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +110 -0
- package/dist/esm/v2/components/or-pagination-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-pagination-v3/index.js +18 -0
- package/dist/esm/v2/components/or-pagination-v3/styles.d.ts +3 -0
- package/dist/esm/v2/components/or-pagination-v3/types.d.ts +4 -0
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +14 -14
- package/dist/esm/v2/components/or-select-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-select-v3/index.js +1 -1
- package/dist/esm/v2/components/or-select-v3/types.d.ts +1 -1
- package/dist/esm/v2/index.js +5 -4
- package/dist/esm/v3/{OrAvatar-53a4429d.js → OrAvatar-ef88d31c.js} +16 -43
- package/dist/esm/v3/{OrButton-f4b9ee51.js → OrButton-970ae320.js} +15 -2
- package/dist/esm/v3/{OrConfirm-906427ef.js → OrConfirm-7cb2f36b.js} +1 -1
- package/dist/esm/v3/OrPagination-e1122a8e.js +258 -0
- package/dist/esm/v3/{OrSelect-7e813982.js → OrSelect-28a175dc.js} +3 -3
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +5 -4
- 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 +0 -11
- package/dist/esm/v3/components/or-avatar-v3/index.js +1 -2
- package/dist/esm/v3/components/or-avatar-v3/props.d.ts +1 -2
- package/dist/esm/v3/components/or-avatar-v3/styles.d.ts +0 -2
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +11 -0
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.stories3.d.ts +12 -0
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +110 -0
- package/dist/esm/v3/components/or-pagination-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-pagination-v3/index.js +17 -0
- package/dist/esm/v3/components/or-pagination-v3/styles.d.ts +3 -0
- package/dist/esm/v3/components/or-pagination-v3/types.d.ts +4 -0
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +14 -14
- package/dist/esm/v3/components/or-select-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/index.js +1 -1
- package/dist/esm/v3/components/or-select-v3/types.d.ts +1 -1
- package/dist/esm/v3/index.js +5 -4
- package/package.json +1 -1
- package/src/components/index.ts +1 -0
- package/src/components/or-avatar-v3/OrAvatar.stories3.ts +7 -9
- package/src/components/or-avatar-v3/OrAvatar.vue +2 -22
- package/src/components/or-avatar-v3/props.ts +0 -1
- package/src/components/or-avatar-v3/styles.ts +11 -49
- package/src/components/or-button-v3/OrButton.stories3.ts +4 -0
- package/src/components/or-button-v3/OrButton.vue +6 -0
- package/src/components/or-button-v3/styles.ts +15 -1
- package/src/components/or-pagination-v3/OrPagination.docs.mdx +7 -0
- package/src/components/or-pagination-v3/OrPagination.stories3.ts +87 -0
- package/src/components/or-pagination-v3/OrPagination.vue +261 -0
- package/src/components/or-pagination-v3/index.ts +2 -0
- package/src/components/or-pagination-v3/styles.ts +30 -0
- package/src/components/or-pagination-v3/types.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +3 -3
- package/src/components/or-select-v3/index.ts +1 -0
- package/src/components/or-select-v3/types.ts +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar.vue_vue_type_script_lang-07889664.js';
|
|
2
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar.vue_vue_type_script_lang-
|
|
2
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar.vue_vue_type_script_lang-22e46ce1.js';
|
|
3
3
|
export { s as OrBottomSheetV3 } from '../OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton.vue_vue_type_script_lang-c0800f20.js';
|
|
5
5
|
export { s as OrButtonV2 } from '../OrButton.vue_vue_type_script_lang-ffc66d00.js';
|
|
6
6
|
export { s as OrIconButton } from '../OrIconButton.vue_vue_type_script_lang-40547ab0.js';
|
|
7
7
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-06d8ead1.js';
|
|
9
9
|
export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-90ba001b.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-d8124dda.js';
|
|
11
|
-
export { C as CardCollectionView, s as OrCardCollectionV3 } from '../OrCardCollection.vue_vue_type_script_lang-
|
|
11
|
+
export { C as CardCollectionView, s as OrCardCollectionV3 } from '../OrCardCollection.vue_vue_type_script_lang-3993a015.js';
|
|
12
12
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-165de137.js';
|
|
13
13
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-ad286afc.js';
|
|
14
14
|
export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-d8a66818.js';
|
|
@@ -19,7 +19,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script
|
|
|
19
19
|
export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-65cbb754.js';
|
|
20
20
|
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-4141378d.js';
|
|
21
21
|
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-0f16fc67.js';
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-f1b81f00.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-7bfe5005.js';
|
|
24
24
|
export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
|
|
25
25
|
export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-4828c387.js';
|
|
@@ -30,12 +30,12 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
30
30
|
export { s as OrHint } from '../OrHint.vue_vue_type_script_lang-78598c8e.js';
|
|
31
31
|
export { s as OrHintV3 } from '../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
32
32
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon.vue_vue_type_script_lang-7e3a17fe.js';
|
|
33
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-
|
|
33
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
34
34
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
35
35
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox.vue_vue_type_script_lang-73750005.js';
|
|
36
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-
|
|
36
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-3a8189f4.js';
|
|
37
37
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-da6887aa.js';
|
|
38
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-
|
|
38
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-890b97ab.js';
|
|
39
39
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
|
|
40
40
|
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-f6d793d3.js';
|
|
41
41
|
export { a as OrNumberInput, b as OrPassword, s as OrTextarea } from '../OrPassword.vue_vue_type_script_lang-13bc5b00.js';
|
|
@@ -52,12 +52,13 @@ export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-0ffaef
|
|
|
52
52
|
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-2446a69a.js';
|
|
53
53
|
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-54c7b11c.js';
|
|
54
54
|
export { s as OrModal, O as OrModalSizes } from '../OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
|
|
55
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-
|
|
55
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-00a477f0.js';
|
|
56
56
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification.vue_vue_type_script_lang-07163a83.js';
|
|
57
57
|
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-fbb35355.js';
|
|
58
58
|
export { s as OrOverflowMenu } from '../OrOverflowMenu.vue_vue_type_script_lang-0397533d.js';
|
|
59
59
|
export { s as OrOverlay } from '../OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
|
|
60
60
|
export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
61
|
+
export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-d852d8af.js';
|
|
61
62
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress.vue_vue_type_script_lang-3f9ec654.js';
|
|
62
63
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-a73c0acf.js';
|
|
63
64
|
export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
|
|
@@ -66,7 +67,7 @@ export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-2e666a56.js'
|
|
|
66
67
|
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-ed78b21f.js';
|
|
67
68
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-579406f5.js';
|
|
68
69
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-26c0a70a.js';
|
|
69
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
70
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-05b03858.js';
|
|
70
71
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
|
|
71
72
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-ce0b152c.js';
|
|
72
73
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText.vue_vue_type_script_lang-f3f989c3.js';
|
|
@@ -80,9 +81,9 @@ export { s as OrTab } from '../OrTab.vue_vue_type_script_lang-de7c7063.js';
|
|
|
80
81
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem.vue_vue_type_script_lang-e1f29563.js';
|
|
81
82
|
export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-134ad9d1.js';
|
|
82
83
|
export { s as OrTabs } from '../OrTabs.vue_vue_type_script_lang-40e2a6e9.js';
|
|
83
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-
|
|
84
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-61b79a5a.js';
|
|
84
85
|
export { s as OrTag } from '../OrTag.vue_vue_type_script_lang-8c526c11.js';
|
|
85
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-
|
|
86
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-92d9fb12.js';
|
|
86
87
|
export { s as OrTeleport } from '../OrTeleportVue3-012351e1.js';
|
|
87
88
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
88
89
|
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-d9525d49.js';
|
|
@@ -90,7 +91,7 @@ export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-8e3531
|
|
|
90
91
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-b5c4a93a.js';
|
|
91
92
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
|
|
92
93
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-4bb702ce.js';
|
|
93
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
94
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-6c5eee23.js';
|
|
94
95
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-4d4329cd.js';
|
|
95
96
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-fa52d391.js';
|
|
96
97
|
export { s as OrTooltipContent } from '../OrTooltipContent-b0dcb862.js';
|
|
@@ -100,13 +101,12 @@ import 'lodash';
|
|
|
100
101
|
import '../OrIcon-1cae8a64.js';
|
|
101
102
|
import '../style-inject.es-4c6f2515.js';
|
|
102
103
|
import '../color-1f348774.js';
|
|
103
|
-
import '../OrIcon-d878b768.js';
|
|
104
104
|
import '../useClassAttribute-00888f78.js';
|
|
105
105
|
import '@vueuse/core';
|
|
106
106
|
import '../OrLoader-ee97fef4.js';
|
|
107
107
|
import '../OrLoader-c4bbef2f.js';
|
|
108
108
|
import '../OrIconButton-e637158e.js';
|
|
109
|
-
import '../OrIconButton-
|
|
109
|
+
import '../OrIconButton-4bd33e3c.js';
|
|
110
110
|
import '../OrInput-fa782fc1.js';
|
|
111
111
|
import '../OrLabel-c6873e79.js';
|
|
112
112
|
import '../OrLabel-e412c532.js';
|
|
@@ -118,7 +118,9 @@ import '../dom-d21d0a92.js';
|
|
|
118
118
|
import '../OrFloating-b6672a37.js';
|
|
119
119
|
import '../index-01519e46.js';
|
|
120
120
|
import '../OrButton-ec723bb7.js';
|
|
121
|
+
import '../OrButton-9640286b.js';
|
|
121
122
|
import '../OrCollapse-63e83681.js';
|
|
123
|
+
import '../OrIcon-d878b768.js';
|
|
122
124
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
123
125
|
import '../OrHint-9592499e.js';
|
|
124
126
|
import '../OrInlineInputBox-9d68ded1.js';
|
|
@@ -128,6 +130,7 @@ import '../v4-cf8987a3.js';
|
|
|
128
130
|
import '../OrPopover-c462ce77.js';
|
|
129
131
|
import '../useResponsive-9d397e2a.js';
|
|
130
132
|
import '../useElevation-c8d5d3ba.js';
|
|
133
|
+
import '../OrMenu-f26e8e55.js';
|
|
131
134
|
import '../OrMenuItem-4feaba6c.js';
|
|
132
135
|
import '../dropdown-open-293d2de2.js';
|
|
133
136
|
import '../useOverflow-6dce216b.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 WithIconInSlot: 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,10 +13,6 @@ 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
|
-
};
|
|
20
16
|
color: {
|
|
21
17
|
type: PropType<AvatarColor>;
|
|
22
18
|
default: AvatarColor;
|
|
@@ -36,10 +32,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
36
32
|
type: PropType<AvatarSize>;
|
|
37
33
|
default: AvatarSize;
|
|
38
34
|
};
|
|
39
|
-
icon: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: undefined;
|
|
42
|
-
};
|
|
43
35
|
color: {
|
|
44
36
|
type: PropType<AvatarColor>;
|
|
45
37
|
default: AvatarColor;
|
|
@@ -53,7 +45,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
53
45
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
54
46
|
src: string;
|
|
55
47
|
size: AvatarSize;
|
|
56
|
-
icon: string;
|
|
57
48
|
color: AvatarColor;
|
|
58
49
|
colorSalt: string;
|
|
59
50
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -63,13 +54,11 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
63
54
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
64
55
|
src: string;
|
|
65
56
|
size: AvatarSize;
|
|
66
|
-
icon: string;
|
|
67
57
|
color: AvatarColor;
|
|
68
58
|
colorSalt: string;
|
|
69
59
|
} & {}, {
|
|
70
60
|
src: string;
|
|
71
61
|
size: AvatarSize;
|
|
72
|
-
icon: string;
|
|
73
62
|
color: AvatarColor;
|
|
74
63
|
colorSalt: string;
|
|
75
64
|
}, true>);
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar.vue_vue_type_script_lang-
|
|
1
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar.vue_vue_type_script_lang-22e46ce1.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../color-1f348774.js';
|
|
4
|
-
import '../../OrIcon-d878b768.js';
|
|
5
|
-
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
6
4
|
import '../../useClassAttribute-00888f78.js';
|
|
@@ -3,5 +3,3 @@ 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[]>;
|
|
@@ -16,6 +16,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
16
16
|
type: PropType<ButtonColor>;
|
|
17
17
|
default: ButtonColor;
|
|
18
18
|
};
|
|
19
|
+
activated: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
19
23
|
disabled: {
|
|
20
24
|
type: BooleanConstructor;
|
|
21
25
|
default: boolean;
|
|
@@ -41,6 +45,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
41
45
|
type: PropType<ButtonColor>;
|
|
42
46
|
default: ButtonColor;
|
|
43
47
|
};
|
|
48
|
+
activated: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
44
52
|
disabled: {
|
|
45
53
|
type: BooleanConstructor;
|
|
46
54
|
default: boolean;
|
|
@@ -54,6 +62,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
54
62
|
default: string;
|
|
55
63
|
};
|
|
56
64
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
65
|
+
activated: boolean;
|
|
57
66
|
type: ButtonType;
|
|
58
67
|
variant: ButtonVariant;
|
|
59
68
|
color: ButtonColor;
|
|
@@ -66,6 +75,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
66
75
|
root: import("@vue/composition-api").Ref<HTMLButtonElement | undefined>;
|
|
67
76
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | false | undefined)[]>;
|
|
68
77
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
78
|
+
activated: boolean;
|
|
69
79
|
type: ButtonType;
|
|
70
80
|
variant: ButtonVariant;
|
|
71
81
|
color: ButtonColor;
|
|
@@ -75,6 +85,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
85
|
} & {} & {
|
|
76
86
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
77
87
|
}, {
|
|
88
|
+
activated: boolean;
|
|
78
89
|
type: ButtonType;
|
|
79
90
|
variant: ButtonVariant;
|
|
80
91
|
color: ButtonColor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-06d8ead1.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrLoader-c4bbef2f.js';
|
|
4
4
|
import '../../OrLoader.vue_vue_type_script_lang-5405040c.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-3993a015.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrCard.vue_vue_type_script_lang-165de137.js';
|
|
4
4
|
import '../../useClassAttribute-00888f78.js';
|
|
5
|
-
import '../../OrIconButton-
|
|
6
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrIconButton-4bd33e3c.js';
|
|
6
|
+
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
7
7
|
import '../../OrIcon-d878b768.js';
|
|
8
8
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
9
9
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
@@ -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-f1b81f00.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../index-01519e46.js';
|
|
@@ -7,7 +7,8 @@ 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
|
|
10
|
+
import '../../OrButton-9640286b.js';
|
|
11
|
+
import '../../OrButton.vue_vue_type_script_lang-06d8ead1.js';
|
|
11
12
|
import '../../OrLoader-c4bbef2f.js';
|
|
12
13
|
import '../../OrLoader.vue_vue_type_script_lang-5405040c.js';
|
|
13
14
|
import '../../OrInput-fa782fc1.js';
|
|
@@ -17,8 +18,8 @@ import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
|
17
18
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
18
19
|
import '../../OrIcon-d878b768.js';
|
|
19
20
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
20
|
-
import '../../OrIconButton-
|
|
21
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
21
|
+
import '../../OrIconButton-4bd33e3c.js';
|
|
22
|
+
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
22
23
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
23
24
|
import '../../OrPopover-c462ce77.js';
|
|
24
25
|
import '../../OrPopover.vue_vue_type_script_lang-54c7b11c.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrIcon-d878b768.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-3a8189f4.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox.vue_vue_type_script_lang-73750005.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-9592499e.js';
|
|
5
5
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
6
6
|
import '../../useClassAttribute-00888f78.js';
|
|
7
7
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
8
|
-
import '../../OrIconButton-
|
|
9
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
8
|
+
import '../../OrIconButton-4bd33e3c.js';
|
|
9
|
+
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
10
10
|
import '../../OrIcon-d878b768.js';
|
|
11
11
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
12
12
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-890b97ab.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrHint-9592499e.js';
|
|
4
4
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
5
5
|
import '../../useClassAttribute-00888f78.js';
|
|
6
6
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
7
|
-
import '../../OrIconButton-
|
|
8
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrIconButton-4bd33e3c.js';
|
|
8
|
+
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
9
9
|
import '../../OrIcon-d878b768.js';
|
|
10
10
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
11
11
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
@@ -7,8 +7,8 @@ import '../../useClassAttribute-00888f78.js';
|
|
|
7
7
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
8
8
|
import '../../OrIcon-d878b768.js';
|
|
9
9
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
10
|
-
import '../../OrIconButton-
|
|
11
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
10
|
+
import '../../OrIconButton-4bd33e3c.js';
|
|
11
|
+
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
12
12
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
13
13
|
import '@vueuse/core';
|
|
14
14
|
import '../../OrPopover-c462ce77.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as ModalSize, s as OrModalV3 } from '../../OrModal.vue_vue_type_script_lang-
|
|
1
|
+
export { M as ModalSize, s as OrModalV3 } from '../../OrModal.vue_vue_type_script_lang-00a477f0.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -6,8 +6,8 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
|
6
6
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
7
7
|
import '../../useClassAttribute-00888f78.js';
|
|
8
8
|
import '../../useElevation-c8d5d3ba.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
10
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrIconButton-4bd33e3c.js';
|
|
10
|
+
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
11
11
|
import '../../OrIcon-d878b768.js';
|
|
12
12
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
13
13
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
@@ -3,8 +3,8 @@ import 'vue';
|
|
|
3
3
|
import '../../OrIcon-d878b768.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
5
5
|
import '../../useClassAttribute-00888f78.js';
|
|
6
|
-
import '../../OrIconButton-
|
|
7
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
6
|
+
import '../../OrIconButton-4bd33e3c.js';
|
|
7
|
+
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
8
8
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
10
|
import '../../OrPopover-c462ce77.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
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, {
|
|
3
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
4
|
+
} | string[], {} & {}, {
|
|
5
|
+
[x: number]: string;
|
|
6
|
+
} | {}, true>)>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: 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, {
|
|
9
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
10
|
+
} | string[], {} & {}, {
|
|
11
|
+
[x: number]: string;
|
|
12
|
+
} | {}, true>)>;
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { PaginationModel } from './types';
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
limitButton: import("@vue/composition-api").Ref<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
|
+
limitButtonRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
11
|
+
limitMenu: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
12
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
13
|
+
} | string[], {} & {}, {
|
|
14
|
+
[x: number]: string;
|
|
15
|
+
} | {}, true> | undefined>;
|
|
16
|
+
limitMenuRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
17
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
18
|
+
offsetControlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
19
|
+
limitControlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
20
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<PaginationModel>;
|
|
21
|
+
currentLimit: import("@vue/composition-api").WritableComputedRef<number>;
|
|
22
|
+
currentOffset: import("@vue/composition-api").WritableComputedRef<number>;
|
|
23
|
+
currentPage: import("@vue/composition-api").WritableComputedRef<number>;
|
|
24
|
+
firstPage: import("@vue/composition-api").ComputedRef<number>;
|
|
25
|
+
lastPage: import("@vue/composition-api").ComputedRef<number>;
|
|
26
|
+
buttonGroup: import("@vue/composition-api").ComputedRef<(string | number)[]>;
|
|
27
|
+
toPreviousPage: () => void;
|
|
28
|
+
toNextPage: () => void;
|
|
29
|
+
toPage: (page: number) => void;
|
|
30
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
31
|
+
modelValue: {
|
|
32
|
+
type: PropType<PaginationModel>;
|
|
33
|
+
default: undefined;
|
|
34
|
+
};
|
|
35
|
+
value: {
|
|
36
|
+
type: PropType<PaginationModel>;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
length: {
|
|
40
|
+
type: NumberConstructor;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
pageSizeOptions: {
|
|
44
|
+
type: PropType<number[]>;
|
|
45
|
+
default: () => number[];
|
|
46
|
+
};
|
|
47
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
48
|
+
modelValue: {
|
|
49
|
+
type: PropType<PaginationModel>;
|
|
50
|
+
default: undefined;
|
|
51
|
+
};
|
|
52
|
+
value: {
|
|
53
|
+
type: PropType<PaginationModel>;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
56
|
+
length: {
|
|
57
|
+
type: NumberConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
pageSizeOptions: {
|
|
61
|
+
type: PropType<number[]>;
|
|
62
|
+
default: () => number[];
|
|
63
|
+
};
|
|
64
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
65
|
+
length: number;
|
|
66
|
+
modelValue: PaginationModel;
|
|
67
|
+
value: PaginationModel;
|
|
68
|
+
pageSizeOptions: number[];
|
|
69
|
+
} & {} & {
|
|
70
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
71
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
72
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
73
|
+
limitButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
74
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
75
|
+
} | string[], {} & {}, {
|
|
76
|
+
[x: number]: string;
|
|
77
|
+
} | {}, true> | undefined>;
|
|
78
|
+
limitButtonRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
79
|
+
limitMenu: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
80
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
81
|
+
} | string[], {} & {}, {
|
|
82
|
+
[x: number]: string;
|
|
83
|
+
} | {}, true> | undefined>;
|
|
84
|
+
limitMenuRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
85
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
86
|
+
offsetControlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
87
|
+
limitControlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
88
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<PaginationModel>;
|
|
89
|
+
currentLimit: import("@vue/composition-api").WritableComputedRef<number>;
|
|
90
|
+
currentOffset: import("@vue/composition-api").WritableComputedRef<number>;
|
|
91
|
+
currentPage: import("@vue/composition-api").WritableComputedRef<number>;
|
|
92
|
+
firstPage: import("@vue/composition-api").ComputedRef<number>;
|
|
93
|
+
lastPage: import("@vue/composition-api").ComputedRef<number>;
|
|
94
|
+
buttonGroup: import("@vue/composition-api").ComputedRef<(string | number)[]>;
|
|
95
|
+
toPreviousPage: () => void;
|
|
96
|
+
toNextPage: () => void;
|
|
97
|
+
toPage: (page: number) => void;
|
|
98
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
99
|
+
length: number;
|
|
100
|
+
modelValue: PaginationModel;
|
|
101
|
+
value: PaginationModel;
|
|
102
|
+
pageSizeOptions: number[];
|
|
103
|
+
} & {} & {
|
|
104
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
105
|
+
}, {
|
|
106
|
+
modelValue: PaginationModel;
|
|
107
|
+
value: PaginationModel;
|
|
108
|
+
pageSizeOptions: number[];
|
|
109
|
+
}, true>);
|
|
110
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-d852d8af.js';
|
|
2
|
+
import 'vue';
|
|
3
|
+
import '../../OrButton-9640286b.js';
|
|
4
|
+
import '../../OrButton.vue_vue_type_script_lang-06d8ead1.js';
|
|
5
|
+
import '../../OrLoader-c4bbef2f.js';
|
|
6
|
+
import '../../OrLoader.vue_vue_type_script_lang-5405040c.js';
|
|
7
|
+
import '../../useClassAttribute-00888f78.js';
|
|
8
|
+
import '../../OrIcon-d878b768.js';
|
|
9
|
+
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
10
|
+
import '../../OrMenu-f26e8e55.js';
|
|
11
|
+
import '../../OrMenu.vue_vue_type_script_lang-2446a69a.js';
|
|
12
|
+
import '../../OrPopover-c462ce77.js';
|
|
13
|
+
import '../../OrPopover.vue_vue_type_script_lang-54c7b11c.js';
|
|
14
|
+
import '../../floating-ui.dom.esm-83eba816.js';
|
|
15
|
+
import '@vueuse/core';
|
|
16
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js';
|
|
17
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
18
|
+
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
19
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
20
|
+
import '../../useResponsive-9d397e2a.js';
|
|
21
|
+
import '../../OrMenuItem-4feaba6c.js';
|
|
22
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
|
|
@@ -10,8 +10,8 @@ import '../../useClassAttribute-00888f78.js';
|
|
|
10
10
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
11
11
|
import '../../OrIcon-d878b768.js';
|
|
12
12
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
13
|
-
import '../../OrIconButton-
|
|
14
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrIconButton-4bd33e3c.js';
|
|
14
|
+
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
15
15
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
16
16
|
import '../../OrPopover-c462ce77.js';
|
|
17
17
|
import '../../OrPopover.vue_vue_type_script_lang-54c7b11c.js';
|