@speckle/ui-components 2.23.7 → 2.23.9
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/App.vue.d.ts +2 -0
- package/dist/AvatarEditor-2d926b04.cjs +2 -0
- package/dist/AvatarEditor-2d926b04.cjs.map +1 -0
- package/dist/{AvatarEditor-25fde016.js → AvatarEditor-844e9444.js} +63 -63
- package/dist/AvatarEditor-844e9444.js.map +1 -0
- package/dist/components/InfiniteLoading.vue.d.ts +15 -36
- package/dist/components/SourceAppBadge.vue.d.ts +4 -14
- package/dist/components/common/Alert.vue.d.ts +25 -46
- package/dist/components/common/Badge.vue.d.ts +24 -50
- package/dist/components/common/ProgressBar.vue.d.ts +3 -14
- package/dist/components/common/VimeoEmbed.vue.d.ts +6 -20
- package/dist/components/common/animation/ClickIcon.vue.d.ts +1 -1
- package/dist/components/common/animation/Instructional.vue.d.ts +14 -6
- package/dist/components/common/animation/MouseIcon.vue.d.ts +1 -1
- package/dist/components/common/loading/Bar.vue.d.ts +4 -15
- package/dist/components/common/loading/Icon.vue.d.ts +6 -31
- package/dist/components/common/steps/Bullet.vue.d.ts +15 -32
- package/dist/components/common/steps/Number.vue.d.ts +14 -30
- package/dist/components/common/text/Link.vue.d.ts +23 -15
- package/dist/components/form/Button.vue.d.ts +34 -101
- package/dist/components/form/CardButton.vue.d.ts +19 -22
- package/dist/components/form/Checkbox.vue.d.ts +15 -15
- package/dist/components/form/ClipboardInput.vue.d.ts +5 -26
- package/dist/components/form/CodeInput.vue.d.ts +504 -0
- package/dist/components/form/Radio.vue.d.ts +15 -15
- package/dist/components/form/RadioGroup.vue.d.ts +25 -26
- package/dist/components/form/Switch.vue.d.ts +16 -40
- package/dist/components/form/Tags.vue.d.ts +95 -80
- package/dist/components/form/TextArea.vue.d.ts +45 -96
- package/dist/components/form/TextInput.vue.d.ts +53 -40
- package/dist/components/form/file-upload/Zone.vue.d.ts +36 -60
- package/dist/components/form/select/Badges.vue.d.ts +11 -30
- package/dist/components/form/select/Base.vue.d.ts +86 -173
- package/dist/components/form/select/Multi.vue.d.ts +84 -168
- package/dist/components/form/select/SourceApps.vue.d.ts +13 -10
- package/dist/components/form/tags/ContextManager.vue.d.ts +12 -4
- package/dist/components/global/ToastRenderer.vue.d.ts +8 -18
- package/dist/components/global/icon/ArrowFilled.vue.d.ts +1 -1
- package/dist/components/global/icon/Edit.vue.d.ts +1 -1
- package/dist/components/global/icon/Plus.vue.d.ts +1 -1
- package/dist/components/layout/Dialog.vue.d.ts +36 -65
- package/dist/components/layout/DialogSection.vue.d.ts +29 -16
- package/dist/components/layout/Disclosure.vue.d.ts +17 -36
- package/dist/components/layout/GridListToggle.vue.d.ts +8 -18
- package/dist/components/layout/Menu.vue.d.ts +253 -39
- package/dist/components/layout/Panel.vue.d.ts +19 -11
- package/dist/components/layout/Table.vue.d.ts +16 -54
- package/dist/components/layout/sidebar/Promo.vue.d.ts +9 -22
- package/dist/components/layout/sidebar/Sidebar.vue.d.ts +12 -4
- package/dist/components/layout/sidebar/menu/Menu.vue.d.ts +11 -3
- package/dist/components/layout/sidebar/menu/group/Group.vue.d.ts +30 -50
- package/dist/components/layout/sidebar/menu/group/Item.vue.d.ts +20 -29
- package/dist/components/layout/tabs/Horizontal.vue.d.ts +28 -22
- package/dist/components/layout/tabs/Vertical.vue.d.ts +23 -23
- package/dist/components/user/Avatar.vue.d.ts +25 -55
- package/dist/components/user/AvatarEditable.vue.d.ts +35 -91
- package/dist/components/user/AvatarEditor.vue.d.ts +239 -23
- package/dist/components/user/AvatarGroup.vue.d.ts +13 -47
- package/dist/composables/common/async.d.ts +3 -3
- package/dist/composables/common/steps.d.ts +6 -6
- package/dist/composables/common/window.d.ts +3 -3
- package/dist/composables/form/fileUpload.d.ts +6 -6
- package/dist/composables/form/input.d.ts +3 -3
- package/dist/composables/form/select.d.ts +4 -4
- package/dist/composables/form/textInput.d.ts +18 -18
- package/dist/composables/layout/resize.d.ts +3 -3
- package/dist/composables/testing.d.ts +2 -2
- package/dist/composables/user/avatar.d.ts +5 -5
- package/dist/directives/accessibility.d.ts +1 -1
- package/dist/helpers/common/components.d.ts +1 -1
- package/dist/helpers/common/validation.d.ts +2 -2
- package/dist/helpers/form/file.d.ts +2 -2
- package/dist/helpers/form/input.d.ts +1 -1
- package/dist/helpers/global/toast.d.ts +2 -1
- package/dist/helpers/layout/components.d.ts +3 -3
- package/dist/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.d.ts +57 -62
- package/dist/lib.js +2924 -2838
- package/dist/lib.js.map +1 -1
- package/dist/stories/components/GlobalToast.vue.d.ts +2 -0
- package/dist/stories/components/SingletonManagers.vue.d.ts +2 -0
- package/dist/stories/composables/toast.d.ts +2 -2
- package/dist/stories/helpers/storybook.d.ts +2 -2
- package/dist/style.css +1 -1
- package/eslint.config.mjs +4 -3
- package/package.json +7 -8
- package/vite.config.ts +5 -10
- package/dist/AvatarEditor-25fde016.js.map +0 -1
- package/dist/AvatarEditor-a33fb9ec.cjs +0 -2
- package/dist/AvatarEditor-a33fb9ec.cjs.map +0 -1
package/dist/lib.d.ts
CHANGED
|
@@ -1,74 +1,69 @@
|
|
|
1
|
-
import GlobalToastRenderer from './components/global/ToastRenderer.vue';
|
|
2
|
-
import { ToastNotificationType } from './helpers/global/toast';
|
|
3
|
-
import type { ToastNotification } from './helpers/global/toast';
|
|
1
|
+
import { default as GlobalToastRenderer } from './components/global/ToastRenderer.vue';
|
|
2
|
+
import { ToastNotificationType, ToastNotification } from './helpers/global/toast';
|
|
4
3
|
import { keyboardClick } from './helpers/global/accessibility';
|
|
5
|
-
import FormButton from './components/form/Button.vue';
|
|
6
|
-
import CommonTextLink from './components/common/text/Link.vue';
|
|
7
|
-
import CommonBadge from './components/common/Badge.vue';
|
|
8
|
-
import
|
|
4
|
+
import { default as FormButton } from './components/form/Button.vue';
|
|
5
|
+
import { default as CommonTextLink } from './components/common/text/Link.vue';
|
|
6
|
+
import { default as CommonBadge } from './components/common/Badge.vue';
|
|
7
|
+
import { BulletStepType, NumberStepType, HorizontalOrVertical, PropAnyComponent, AlertColor, AlertAction } from './helpers/common/components';
|
|
9
8
|
import { TailwindBreakpoints } from './helpers/tailwind';
|
|
10
|
-
import CommonStepsNumber from './components/common/steps/Number.vue';
|
|
11
|
-
import CommonStepsBullet from './components/common/steps/Bullet.vue';
|
|
12
|
-
import CommonAnimationInstructional from './components/common/animation/Instructional.vue';
|
|
13
|
-
import CommonVimeoEmbed from './components/common/VimeoEmbed.vue';
|
|
14
|
-
import FormCardButton from './components/form/CardButton.vue';
|
|
15
|
-
import FormCheckbox from './components/form/Checkbox.vue';
|
|
16
|
-
import FormRadio from './components/form/Radio.vue';
|
|
17
|
-
import FormRadioGroup from './components/form/RadioGroup.vue';
|
|
18
|
-
import FormTextArea from './components/form/TextArea.vue';
|
|
19
|
-
import FormTextInput from './components/form/TextInput.vue';
|
|
20
|
-
import * as ValidationHelpers from './helpers/common/validation';
|
|
9
|
+
import { default as CommonStepsNumber } from './components/common/steps/Number.vue';
|
|
10
|
+
import { default as CommonStepsBullet } from './components/common/steps/Bullet.vue';
|
|
11
|
+
import { default as CommonAnimationInstructional } from './components/common/animation/Instructional.vue';
|
|
12
|
+
import { default as CommonVimeoEmbed } from './components/common/VimeoEmbed.vue';
|
|
13
|
+
import { default as FormCardButton } from './components/form/CardButton.vue';
|
|
14
|
+
import { default as FormCheckbox } from './components/form/Checkbox.vue';
|
|
15
|
+
import { default as FormRadio } from './components/form/Radio.vue';
|
|
16
|
+
import { default as FormRadioGroup } from './components/form/RadioGroup.vue';
|
|
17
|
+
import { default as FormTextArea } from './components/form/TextArea.vue';
|
|
18
|
+
import { default as FormTextInput } from './components/form/TextInput.vue';
|
|
21
19
|
import { useWrappingContainerHiddenCount } from './composables/layout/resize';
|
|
22
20
|
import { useFormSelectChildInternals } from './composables/form/select';
|
|
23
|
-
import FormSelectSourceApps from './components/form/select/SourceApps.vue';
|
|
24
|
-
import FormSelectBase from './components/form/select/Base.vue';
|
|
25
|
-
import FormSelectBadges from './components/form/select/Badges.vue';
|
|
26
|
-
import FormSelectMulti from './components/form/select/Multi.vue';
|
|
27
|
-
import FormSwitch from './components/form/Switch.vue';
|
|
28
|
-
import FormClipboardInput from './components/form/ClipboardInput.vue';
|
|
29
|
-
import
|
|
30
|
-
import
|
|
21
|
+
import { default as FormSelectSourceApps } from './components/form/select/SourceApps.vue';
|
|
22
|
+
import { default as FormSelectBase } from './components/form/select/Base.vue';
|
|
23
|
+
import { default as FormSelectBadges } from './components/form/select/Badges.vue';
|
|
24
|
+
import { default as FormSelectMulti } from './components/form/select/Multi.vue';
|
|
25
|
+
import { default as FormSwitch } from './components/form/Switch.vue';
|
|
26
|
+
import { default as FormClipboardInput } from './components/form/ClipboardInput.vue';
|
|
27
|
+
import { default as FormCodeInput } from './components/form/CodeInput.vue';
|
|
28
|
+
import { default as CommonLoadingBar } from './components/common/loading/Bar.vue';
|
|
29
|
+
import { default as SourceAppBadge } from './components/SourceAppBadge.vue';
|
|
31
30
|
import { onKeyboardShortcut, useFormCheckboxModel } from './composables/form/input';
|
|
32
31
|
import { ModifierKeys, getKeyboardShortcutTitle, clientOs } from './helpers/form/input';
|
|
33
|
-
import LayoutDialog from './components/layout/Dialog.vue';
|
|
34
|
-
import LayoutDialogSection from './components/layout/DialogSection.vue';
|
|
35
|
-
import LayoutDisclosure from './components/layout/Disclosure.vue';
|
|
36
|
-
import LayoutGridListToggle from './components/layout/GridListToggle.vue';
|
|
37
|
-
import
|
|
38
|
-
import { GridListToggleValue } from './helpers/layout/components';
|
|
32
|
+
import { default as LayoutDialog } from './components/layout/Dialog.vue';
|
|
33
|
+
import { default as LayoutDialogSection } from './components/layout/DialogSection.vue';
|
|
34
|
+
import { default as LayoutDisclosure } from './components/layout/Disclosure.vue';
|
|
35
|
+
import { default as LayoutGridListToggle } from './components/layout/GridListToggle.vue';
|
|
36
|
+
import { LayoutPageTabItem, LayoutDialogButton, GridListToggleValue, LayoutMenuItem, LayoutTabItem } from './helpers/layout/components';
|
|
39
37
|
import { ThrottleOrDebounce, HorizontalDirection, useWindowResizeHandler, useOnBeforeWindowUnload, useResponsiveHorizontalDirectionCalculation } from './composables/common/window';
|
|
40
|
-
import LayoutMenu from './components/layout/Menu.vue';
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import {
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import {
|
|
62
|
-
import
|
|
63
|
-
import { UniqueFileTypeSpecifier, prettyFileSize } from './helpers/form/file';
|
|
64
|
-
import type { FileTypeSpecifier } from './helpers/form/file';
|
|
65
|
-
export * from './helpers/common/error';
|
|
66
|
-
import CommonLoadingIcon from './components/common/loading/Icon.vue';
|
|
67
|
-
import type { AvatarUser, AvatarUserWithId } from './composables/user/avatar';
|
|
38
|
+
import { default as LayoutMenu } from './components/layout/Menu.vue';
|
|
39
|
+
import { default as LayoutTabsHorizontal } from './components/layout/tabs/Horizontal.vue';
|
|
40
|
+
import { default as LayoutTabsVertical } from './components/layout/tabs/Vertical.vue';
|
|
41
|
+
import { default as LayoutTable } from './components/layout/Table.vue';
|
|
42
|
+
import { default as InfiniteLoading } from './components/InfiniteLoading.vue';
|
|
43
|
+
import { InfiniteLoaderState } from './helpers/global/components';
|
|
44
|
+
import { default as LayoutPanel } from './components/layout/Panel.vue';
|
|
45
|
+
import { default as LayoutSidebar } from './components/layout/sidebar/Sidebar.vue';
|
|
46
|
+
import { default as LayoutSidebarPromo } from './components/layout/sidebar/Promo.vue';
|
|
47
|
+
import { default as LayoutSidebarMenu } from './components/layout/sidebar/menu/Menu.vue';
|
|
48
|
+
import { default as LayoutSidebarMenuGroup } from './components/layout/sidebar/menu/group/Group.vue';
|
|
49
|
+
import { default as LayoutSidebarMenuGroupItem } from './components/layout/sidebar/menu/group/Item.vue';
|
|
50
|
+
import { default as CommonAlert } from './components/common/Alert.vue';
|
|
51
|
+
import { writableAsyncComputed, buildManualPromise, AsyncWritableComputedOptions, AsyncWritableComputedRef } from './composables/common/async';
|
|
52
|
+
import { default as FormTags } from './components/form/Tags.vue';
|
|
53
|
+
import { default as UserAvatar } from './components/user/Avatar.vue';
|
|
54
|
+
import { default as UserAvatarGroup } from './components/user/AvatarGroup.vue';
|
|
55
|
+
import { default as UserAvatarEditable } from './components/user/AvatarEditable.vue';
|
|
56
|
+
import { default as FormFileUploadZone } from './components/form/file-upload/Zone.vue';
|
|
57
|
+
import { BlobUploadStatus, UploadableFileItem, UploadFileItem, BlobPostResultItem } from './composables/form/fileUpload';
|
|
58
|
+
import { UniqueFileTypeSpecifier, prettyFileSize, FileTypeSpecifier } from './helpers/form/file';
|
|
59
|
+
import { default as CommonLoadingIcon } from './components/common/loading/Icon.vue';
|
|
60
|
+
import { AvatarUser, AvatarUserWithId } from './composables/user/avatar';
|
|
68
61
|
import { useDebouncedTextInput } from './composables/form/textInput';
|
|
62
|
+
import { default as CommonProgressBar } from './components/common/ProgressBar.vue';
|
|
63
|
+
import * as ValidationHelpers from './helpers/common/validation';
|
|
64
|
+
export * from './helpers/common/error';
|
|
69
65
|
export { vKeyboardClickable } from './directives/accessibility';
|
|
70
66
|
export { useAvatarSizeClasses } from './composables/user/avatar';
|
|
71
67
|
export type { UserAvatarSize } from './composables/user/avatar';
|
|
72
|
-
|
|
73
|
-
export { CommonLoadingIcon, UniqueFileTypeSpecifier, prettyFileSize, BlobUploadStatus, FormFileUploadZone, UserAvatar, UserAvatarGroup, UserAvatarEditable, GlobalToastRenderer, ToastNotificationType, FormButton, CommonTextLink, CommonBadge, TailwindBreakpoints, CommonStepsBullet, CommonStepsNumber, CommonAnimationInstructional, CommonVimeoEmbed, FormCardButton, FormCheckbox, FormRadio, FormRadioGroup, FormTextArea, FormTextInput, FormSwitch, FormClipboardInput, ValidationHelpers, useWrappingContainerHiddenCount, useFormSelectChildInternals, FormSelectBase, FormSelectBadges, FormSelectSourceApps, FormSelectMulti, CommonLoadingBar, SourceAppBadge, onKeyboardShortcut, ModifierKeys, getKeyboardShortcutTitle, clientOs, LayoutDialog, LayoutDialogSection, LayoutDisclosure, LayoutGridListToggle, GridListToggleValue, ThrottleOrDebounce, HorizontalDirection, useWindowResizeHandler, useOnBeforeWindowUnload, useResponsiveHorizontalDirectionCalculation, LayoutMenu, LayoutTabsHorizontal, LayoutTabsVertical, LayoutTable, LayoutSidebar, LayoutSidebarPromo, LayoutSidebarMenu, LayoutSidebarMenuGroup, LayoutSidebarMenuGroupItem, InfiniteLoading, LayoutPanel, CommonAlert, writableAsyncComputed, useFormCheckboxModel, FormTags, keyboardClick, useDebouncedTextInput, buildManualPromise, CommonProgressBar };
|
|
68
|
+
export { CommonLoadingIcon, UniqueFileTypeSpecifier, prettyFileSize, BlobUploadStatus, FormFileUploadZone, UserAvatar, UserAvatarGroup, UserAvatarEditable, GlobalToastRenderer, ToastNotificationType, FormButton, CommonTextLink, CommonBadge, TailwindBreakpoints, CommonStepsBullet, CommonStepsNumber, CommonAnimationInstructional, CommonVimeoEmbed, FormCardButton, FormCheckbox, FormRadio, FormRadioGroup, FormTextArea, FormTextInput, FormSwitch, FormClipboardInput, FormCodeInput, ValidationHelpers, useWrappingContainerHiddenCount, useFormSelectChildInternals, FormSelectBase, FormSelectBadges, FormSelectSourceApps, FormSelectMulti, CommonLoadingBar, SourceAppBadge, onKeyboardShortcut, ModifierKeys, getKeyboardShortcutTitle, clientOs, LayoutDialog, LayoutDialogSection, LayoutDisclosure, LayoutGridListToggle, GridListToggleValue, ThrottleOrDebounce, HorizontalDirection, useWindowResizeHandler, useOnBeforeWindowUnload, useResponsiveHorizontalDirectionCalculation, LayoutMenu, LayoutTabsHorizontal, LayoutTabsVertical, LayoutTable, LayoutSidebar, LayoutSidebarPromo, LayoutSidebarMenu, LayoutSidebarMenuGroup, LayoutSidebarMenuGroupItem, InfiniteLoading, LayoutPanel, CommonAlert, writableAsyncComputed, useFormCheckboxModel, FormTags, keyboardClick, useDebouncedTextInput, buildManualPromise, CommonProgressBar };
|
|
74
69
|
export type { LayoutDialogButton, ToastNotification, BulletStepType, NumberStepType, HorizontalOrVertical, LayoutMenuItem, LayoutTabItem, InfiniteLoaderState, AsyncWritableComputedOptions, AsyncWritableComputedRef, UploadFileItem, UploadableFileItem, BlobPostResultItem, FileTypeSpecifier, AvatarUser, AvatarUserWithId, LayoutPageTabItem, PropAnyComponent, AlertColor, AlertAction };
|