@halo-dev/components 2.17.0 → 2.19.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/components/alert/Alert.stories.d.ts +0 -1
- package/dist/components/alert/Alert.vue.d.ts +28 -26
- package/dist/components/avatar/Avatar.stories.d.ts +0 -1
- package/dist/components/avatar/Avatar.vue.d.ts +11 -12
- package/dist/components/avatar/AvatarGroup.stories.d.ts +0 -1
- package/dist/components/avatar/AvatarGroup.vue.d.ts +16 -15
- package/dist/components/avatar/interface.d.ts +0 -1
- package/dist/components/button/Button.stories.d.ts +0 -1
- package/dist/components/button/Button.vue.d.ts +29 -28
- package/dist/components/card/Card.stories.d.ts +0 -1
- package/dist/components/card/Card.vue.d.ts +16 -14
- package/dist/components/description/Description.vue.d.ts +4 -2
- package/dist/components/description/DescriptionItem.vue.d.ts +20 -18
- package/dist/components/dialog/Dialog.stories.d.ts +0 -1
- package/dist/components/dialog/Dialog.vue.d.ts +31 -32
- package/dist/components/dialog/dialog-manager.d.ts +0 -1
- package/dist/components/dropdown/Draopdown.stories.d.ts +0 -1
- package/dist/components/dropdown/Dropdown.vue.d.ts +23 -22
- package/dist/components/dropdown/DropdownItem.vue.d.ts +22 -20
- package/dist/components/dropdown/symbols.d.ts +0 -1
- package/dist/components/empty/Empty.stories.d.ts +0 -1
- package/dist/components/empty/Empty.vue.d.ts +18 -16
- package/dist/components/entity/Entity.vue.d.ts +23 -21
- package/dist/components/entity/EntityField.vue.d.ts +26 -25
- package/dist/components/header/PageHeader.vue.d.ts +14 -12
- package/dist/components/loading/Loading.stories.d.ts +0 -1
- package/dist/components/menu/Menu.stories.d.ts +0 -1
- package/dist/components/menu/Menu.vue.d.ts +14 -12
- package/dist/components/menu/MenuItem.vue.d.ts +23 -21
- package/dist/components/menu/MenuLabel.vue.d.ts +4 -2
- package/dist/components/modal/Modal.stories.d.ts +0 -1
- package/dist/components/modal/Modal.vue.d.ts +38 -36
- package/dist/components/pagination/Pagination.stories.d.ts +0 -1
- package/dist/components/pagination/Pagination.vue.d.ts +27 -27
- package/dist/components/space/Space.stories.d.ts +0 -1
- package/dist/components/space/Space.vue.d.ts +23 -22
- package/dist/components/status/StatusDot.stories.d.ts +0 -1
- package/dist/components/status/StatusDot.vue.d.ts +22 -21
- package/dist/components/switch/Switch.stories.d.ts +0 -1
- package/dist/components/switch/Switch.vue.d.ts +22 -20
- package/dist/components/tabs/TabItem.vue.d.ts +16 -14
- package/dist/components/tabs/Tabbar.stories.d.ts +0 -1
- package/dist/components/tabs/Tabbar.vue.d.ts +23 -24
- package/dist/components/tabs/Tabs.stories.d.ts +0 -1
- package/dist/components/tabs/Tabs.vue.d.ts +27 -26
- package/dist/components/tag/Tag.stories.d.ts +0 -1
- package/dist/components/tag/Tag.vue.d.ts +24 -23
- package/dist/components/toast/Toast.vue.d.ts +30 -29
- package/dist/components/toast/toast-manager.d.ts +0 -1
- package/dist/halo-components.es.js +17 -32
- package/dist/halo-components.es.js.map +1 -1
- package/dist/halo-components.iife.js.map +1 -1
- package/dist/icons/icons.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +2 -2
package/dist/icons/icons.d.ts
CHANGED
|
@@ -74,5 +74,4 @@ import { default as IconUserSettings } from '~icons/ri/user-settings-line';
|
|
|
74
74
|
import { default as IconWindowLine } from '~icons/ri/window-line';
|
|
75
75
|
import { default as IconZoomInLine } from '~icons/ri/zoom-in-line';
|
|
76
76
|
import { default as IconZoomOutLine } from '~icons/ri/zoom-out-line';
|
|
77
|
-
|
|
78
77
|
export { IconAccountCircleLine, IconAddCircle, IconArrowDown, IconArrowDownCircleLine, IconArrowDownLine, IconArrowLeft, IconArrowLeftRightLine, IconArrowRight, IconArrowUpCircleLine, IconArrowUpDownLine, IconArrowUpLine, IconBookRead, IconCalendar, IconCharacterRecognition, IconCheckboxCircle, IconCheckboxFill, IconClipboardLine, IconClose, IconCloseCircle, IconCodeBoxLine, IconComputer, IconDashboard, IconDatabase2Line, IconDeleteBin, IconErrorWarning, IconExchange, IconExternalLinkLine, IconEye, IconEyeOff, IconFolder, IconForbidLine, IconGitBranch, IconGitHub, IconGrid, IconHistoryLine, IconImageAddLine, IconInformation, IconLink, IconList, IconListSettings, IconLockPasswordLine, IconLogoutCircleRLine, IconMagic, IconMessage, IconMore, IconMotionLine, IconNotificationBadgeLine, IconPages, IconPalette, IconPhone, IconPlug, IconRefreshLine, IconReplyLine, IconRiPencilFill, IconRiUpload2Fill, IconRocketLine, IconSave, IconSearch, IconSendPlaneFill, IconServerLine, IconSettings, IconSettings3Line, IconShieldUser, IconStopCircle, IconTablet, IconTeam, IconTerminalBoxLine, IconTimerLine, IconToolsFill, IconUpload, IconUserFollow, IconUserLine, IconUserSettings, IconWindowLine, IconZoomInLine, IconZoomOutLine, };
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halo-dev/components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-dom": "^18.2.0",
|
|
46
46
|
"storybook": "^7.6.3",
|
|
47
47
|
"unplugin-icons": "^0.14.15",
|
|
48
|
-
"vite-plugin-dts": "^
|
|
48
|
+
"vite-plugin-dts": "^4.0.3"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"vue": "^3.4.27",
|