@speckle/ui-components 2.18.16 → 2.19.2
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/components/common/loading/Bar.vue.d.ts +2 -0
- package/dist/components/form/RadioGroup.vue.d.ts +28 -0
- package/dist/components/form/Switch.vue.d.ts +37 -1
- package/dist/components/layout/Dialog.vue.d.ts +11 -14
- package/dist/components/layout/DialogSection.vue.d.ts +10 -0
- package/dist/components/layout/Table.vue.d.ts +12 -3
- package/dist/components/layout/{PageTabs.vue.d.ts → tabs/Horizontal.vue.d.ts} +1 -13
- package/dist/components/layout/tabs/Vertical.vue.d.ts +30 -0
- package/dist/composables/form/textInput.d.ts +54 -1
- package/dist/directives/accessibility.d.ts +5 -0
- package/dist/helpers/common/components.d.ts +2 -2
- package/dist/helpers/global/accessibility.d.ts +1 -0
- package/dist/helpers/layout/components.d.ts +20 -1
- package/dist/helpers/testing.d.ts +1 -1
- package/dist/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.d.ts +9 -6
- package/dist/lib.js +2413 -1922
- package/dist/lib.js.map +1 -1
- package/dist/style.css +1 -1
- package/eslint.config.mjs +153 -0
- package/package.json +29 -24
- package/tsconfig.json +1 -1
- package/.eslintrc.cjs +0 -118
- package/dist/components/layout/Tabs.vue.d.ts +0 -25
package/dist/lib.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { keyboardClick } from './helpers/global/accessibility';
|
|
|
5
5
|
import FormButton from './components/form/Button.vue';
|
|
6
6
|
import CommonTextLink from './components/common/text/Link.vue';
|
|
7
7
|
import CommonBadge from './components/common/Badge.vue';
|
|
8
|
-
import type { BulletStepType, NumberStepType, HorizontalOrVertical } from './helpers/common/components';
|
|
8
|
+
import type { BulletStepType, NumberStepType, HorizontalOrVertical, PropAnyComponent } from './helpers/common/components';
|
|
9
9
|
import { TailwindBreakpoints } from './helpers/tailwind';
|
|
10
10
|
import CommonStepsNumber from './components/common/steps/Number.vue';
|
|
11
11
|
import CommonStepsBullet from './components/common/steps/Bullet.vue';
|
|
@@ -14,6 +14,7 @@ import CommonVimeoEmbed from './components/common/VimeoEmbed.vue';
|
|
|
14
14
|
import FormCardButton from './components/form/CardButton.vue';
|
|
15
15
|
import FormCheckbox from './components/form/Checkbox.vue';
|
|
16
16
|
import FormRadio from './components/form/Radio.vue';
|
|
17
|
+
import FormRadioGroup from './components/form/RadioGroup.vue';
|
|
17
18
|
import FormTextArea from './components/form/TextArea.vue';
|
|
18
19
|
import FormTextInput from './components/form/TextInput.vue';
|
|
19
20
|
import * as ValidationHelpers from './helpers/common/validation';
|
|
@@ -32,13 +33,13 @@ import LayoutDialog from './components/layout/Dialog.vue';
|
|
|
32
33
|
import LayoutDialogSection from './components/layout/DialogSection.vue';
|
|
33
34
|
import LayoutDisclosure from './components/layout/Disclosure.vue';
|
|
34
35
|
import LayoutGridListToggle from './components/layout/GridListToggle.vue';
|
|
35
|
-
import type { LayoutPageTabItem } from './helpers/layout/components';
|
|
36
|
+
import type { LayoutPageTabItem, LayoutDialogButton } from './helpers/layout/components';
|
|
36
37
|
import { GridListToggleValue } from './helpers/layout/components';
|
|
37
38
|
import { ThrottleOrDebounce, HorizontalDirection, useWindowResizeHandler, useOnBeforeWindowUnload, useResponsiveHorizontalDirectionCalculation } from './composables/common/window';
|
|
38
39
|
import LayoutMenu from './components/layout/Menu.vue';
|
|
39
40
|
import type { LayoutMenuItem, LayoutTabItem } from './helpers/layout/components';
|
|
40
|
-
import
|
|
41
|
-
import
|
|
41
|
+
import LayoutTabsHoriztonal from './components/layout/tabs/Horizontal.vue';
|
|
42
|
+
import LayoutTabsVertical from './components/layout/tabs/Vertical.vue';
|
|
42
43
|
import LayoutTable from './components/layout/Table.vue';
|
|
43
44
|
import InfiniteLoading from './components/InfiniteLoading.vue';
|
|
44
45
|
import type { InfiniteLoaderState } from './helpers/global/components';
|
|
@@ -58,5 +59,7 @@ import type { FileTypeSpecifier } from './helpers/form/file';
|
|
|
58
59
|
export * from './helpers/common/error';
|
|
59
60
|
import CommonLoadingIcon from './components/common/loading/Icon.vue';
|
|
60
61
|
import type { AvatarUser, AvatarUserWithId } from './composables/user/avatar';
|
|
61
|
-
|
|
62
|
-
export
|
|
62
|
+
import { useDebouncedTextInput } from './composables/form/textInput';
|
|
63
|
+
export { vKeyboardClickable } from './directives/accessibility';
|
|
64
|
+
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, CommonLoadingBar, SourceAppBadge, onKeyboardShortcut, ModifierKeys, getKeyboardShortcutTitle, clientOs, LayoutDialog, LayoutDialogSection, LayoutDisclosure, LayoutGridListToggle, GridListToggleValue, ThrottleOrDebounce, HorizontalDirection, useWindowResizeHandler, useOnBeforeWindowUnload, useResponsiveHorizontalDirectionCalculation, LayoutMenu, LayoutTabsHoriztonal, LayoutTabsVertical, LayoutTable, InfiniteLoading, LayoutPanel, CommonAlert, writableAsyncComputed, useFormCheckboxModel, FormTags, keyboardClick, useDebouncedTextInput, buildManualPromise };
|
|
65
|
+
export type { LayoutDialogButton, ToastNotification, BulletStepType, NumberStepType, HorizontalOrVertical, LayoutMenuItem, LayoutTabItem, InfiniteLoaderState, AsyncWritableComputedOptions, AsyncWritableComputedRef, UploadFileItem, UploadableFileItem, BlobPostResultItem, FileTypeSpecifier, AvatarUser, AvatarUserWithId, LayoutPageTabItem, PropAnyComponent };
|