@wizleap-inc/wiz-ui-next 3.20.0 → 3.22.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/icons/article-bold.vue.d.ts +2 -0
- package/dist/components/icons/folder-bold.vue.d.ts +2 -0
- package/dist/components/icons/folder-filled.vue.d.ts +2 -0
- package/dist/components/icons/folder-shared-filled.vue.d.ts +2 -0
- package/dist/components/icons/group-bold.vue.d.ts +2 -0
- package/dist/components/icons/imagesmode-bold.vue.d.ts +2 -0
- package/dist/components/icons/index.d.ts +15 -2
- package/dist/components/icons/jamboard-kiosk-bold.vue.d.ts +2 -0
- package/dist/components/icons/mic-filled.vue.d.ts +2 -0
- package/dist/components/icons/person-add-bold.vue.d.ts +2 -0
- package/dist/components/icons/picture-as-pdf-bold.vue.d.ts +2 -0
- package/dist/components/icons/star-bold.vue.d.ts +2 -0
- package/dist/components/icons/video-camera-back-bold.vue.d.ts +2 -0
- package/dist/components/icons/view-module-bold.vue.d.ts +2 -0
- package/dist/wiz-ui.es.js +3308 -3087
- package/dist/wiz-ui.umd.js +14 -14
- package/package.json +4 -4
|
@@ -8,6 +8,7 @@ import { default as WizIArrowDropDown } from './arrow-drop-down.vue';
|
|
|
8
8
|
import { default as WizIArrowDropUp } from './arrow-drop-up.vue';
|
|
9
9
|
import { default as WizIArrowRight } from './arrow-right.vue';
|
|
10
10
|
import { default as WizIArrowUpward } from './arrow-upward.vue';
|
|
11
|
+
import { default as WizIArticleBold } from './article-bold.vue';
|
|
11
12
|
import { default as WizIAssignmentAdd } from './assignment-add.vue';
|
|
12
13
|
import { default as WizIAssignment } from './assignment.vue';
|
|
13
14
|
import { default as WizIAttachFile } from './attach-file.vue';
|
|
@@ -76,17 +77,23 @@ import { default as WizIExpandMore } from './expand-more.vue';
|
|
|
76
77
|
import { default as WizIEye } from './eye.vue';
|
|
77
78
|
import { default as WizIFamilyHome } from './family-home.vue';
|
|
78
79
|
import { default as WizIFeedback } from './feedback.vue';
|
|
80
|
+
import { default as WizIFolderBold } from './folder-bold.vue';
|
|
81
|
+
import { default as WizIFolderFilled } from './folder-filled.vue';
|
|
82
|
+
import { default as WizIFolderSharedFilled } from './folder-shared-filled.vue';
|
|
79
83
|
import { default as WizIForwardToInbox } from './forward-to-inbox.vue';
|
|
84
|
+
import { default as WizIGroupBold } from './group-bold.vue';
|
|
80
85
|
import { default as WizIGroups } from './groups.vue';
|
|
81
86
|
import { default as WizIHelp } from './help.vue';
|
|
82
87
|
import { default as WizIHistory } from './history.vue';
|
|
83
88
|
import { default as WizIHome } from './home.vue';
|
|
84
89
|
import { default as WizIHourglassTop } from './hourglass-top.vue';
|
|
85
90
|
import { default as WizIImageBold } from './image-bold.vue';
|
|
91
|
+
import { default as WizIImagesmodeBold } from './imagesmode-bold.vue';
|
|
86
92
|
import { default as WizIInboxCustomize } from './inbox-customize.vue';
|
|
87
93
|
import { default as WizIInfoBold } from './info-bold.vue';
|
|
88
94
|
import { default as WizIInfoFilled } from './info-filled.vue';
|
|
89
95
|
import { default as WizIInfo } from './info.vue';
|
|
96
|
+
import { default as WizIJamboardKioskBold } from './jamboard-kiosk-bold.vue';
|
|
90
97
|
import { default as WizIKeepBold } from './keep-bold.vue';
|
|
91
98
|
import { default as WizILinkOff } from './link-off.vue';
|
|
92
99
|
import { default as WizILocationCity } from './location-city.vue';
|
|
@@ -99,6 +106,7 @@ import { default as WizIMenuOpen } from './menu-open.vue';
|
|
|
99
106
|
import { default as WizIMenu } from './menu.vue';
|
|
100
107
|
import { default as WizIMergeTypeBold } from './merge-type-bold.vue';
|
|
101
108
|
import { default as WizIMicBold } from './mic-bold.vue';
|
|
109
|
+
import { default as WizIMicFilled } from './mic-filled.vue';
|
|
102
110
|
import { default as WizIMinusFilled } from './minus-filled.vue';
|
|
103
111
|
import { default as WizIMonitoring } from './monitoring.vue';
|
|
104
112
|
import { default as WizIMoreVertBold } from './more-vert-bold.vue';
|
|
@@ -107,7 +115,9 @@ import { default as WizINoteAdd } from './note-add.vue';
|
|
|
107
115
|
import { default as WizINotification } from './notification.vue';
|
|
108
116
|
import { default as WizIOpenInNew } from './open-in-new.vue';
|
|
109
117
|
import { default as WizIPauseCircleBold } from './pause-circle-bold.vue';
|
|
118
|
+
import { default as WizIPersonAddBold } from './person-add-bold.vue';
|
|
110
119
|
import { default as WizIPersonFilled } from './person-filled.vue';
|
|
120
|
+
import { default as WizIPictureAsPdfBold } from './picture-as-pdf-bold.vue';
|
|
111
121
|
import { default as WizIPieChart } from './pie-chart.vue';
|
|
112
122
|
import { default as WizIPinDrop } from './pin-drop.vue';
|
|
113
123
|
import { default as WizIPlayArrowFilled } from './play-arrow-filled.vue';
|
|
@@ -126,6 +136,7 @@ import { default as WizIShoppingmode } from './shoppingmode.vue';
|
|
|
126
136
|
import { default as WizISmartphoneBold } from './smartphone-bold.vue';
|
|
127
137
|
import { default as WizISmartphone } from './smartphone.vue';
|
|
128
138
|
import { default as WizISmsBold } from './sms-bold.vue';
|
|
139
|
+
import { default as WizIStarBold } from './star-bold.vue';
|
|
129
140
|
import { default as WizIStarFilled } from './star-filled.vue';
|
|
130
141
|
import { default as WizIStars } from './stars.vue';
|
|
131
142
|
import { default as WizIStopFilled } from './stop-filled.vue';
|
|
@@ -135,6 +146,8 @@ import { default as WizITask } from './task.vue';
|
|
|
135
146
|
import { default as WizITimerFilled } from './timer-filled.vue';
|
|
136
147
|
import { default as WizITune } from './tune.vue';
|
|
137
148
|
import { default as WizIUpload } from './upload.vue';
|
|
149
|
+
import { default as WizIVideoCameraBackBold } from './video-camera-back-bold.vue';
|
|
150
|
+
import { default as WizIViewModuleBold } from './view-module-bold.vue';
|
|
138
151
|
import { default as WizIWarning } from './warning.vue';
|
|
139
|
-
export type TIcon = typeof WizIAddCircle | typeof WizIAdd | typeof WizIAdjustBold | typeof WizIAdjust | typeof WizIApprovalFilled | typeof WizIArrowDownward | typeof WizIArrowDropDown | typeof WizIArrowDropUp | typeof WizIArrowRight | typeof WizIArrowUpward | typeof WizIAssignmentAdd | typeof WizIAssignment | typeof WizIAttachFile | typeof WizIAutoRenew | typeof WizIBarChart4Bars | typeof WizIBook | typeof WizIBrightFilled | typeof WizIBusinessCenter | typeof WizICalendar | typeof WizICallBold | typeof WizICamera | typeof WizICancel | typeof WizIChangeHistory | typeof WizIChatBubbleFilled | typeof WizIChat | typeof WizICheckBold | typeof WizICheckCircleFilled | typeof WizICheck | typeof WizIChevronLeftBold | typeof WizIChevronLeft | typeof WizIChevronRightBold | typeof WizIChevronRight | typeof WizICircleCheck | typeof WizICircle | typeof WizIClinicalNotes | typeof WizICloseBold | typeof WizIClose | typeof WizICloudUpload | typeof WizIContactPageFilled | typeof WizIContentCopy | typeof WizIContract | typeof WizICounter1Filled | typeof WizICounter1 | typeof WizICounter2Filled | typeof WizICounter2 | typeof WizICounter3Filled | typeof WizICounter3 | typeof WizICounter4Filled | typeof WizICounter4 | typeof WizICounter5Filled | typeof WizICounter5 | typeof WizICounter6Filled | typeof WizICounter6 | typeof WizICounter7Filled | typeof WizICounter7 | typeof WizICounter8Filled | typeof WizICounter8 | typeof WizICounter9Filled | typeof WizICounter9 | typeof WizIDashboard | typeof WizIDelete | typeof WizIDemography | typeof WizIDescription | typeof WizIDomain | typeof WizIDownload | typeof WizIDraft | typeof WizIDrafts | typeof WizIEditNote | typeof WizIEditPencilBold | typeof WizIEmergencyHome | typeof WizIErrorBold | typeof WizIErrorFilled | typeof WizIExpandLess | typeof WizIExpandMoreBold | typeof WizIExpandMore | typeof WizIEye | typeof WizIFamilyHome | typeof WizIFeedback | typeof WizIForwardToInbox | typeof WizIGroups | typeof WizIHelp | typeof WizIHistory | typeof WizIHome | typeof WizIHourglassTop | typeof WizIImageBold | typeof WizIInboxCustomize | typeof WizIInfoBold | typeof WizIInfoFilled | typeof WizIInfo | typeof WizIKeepBold | typeof WizILinkOff | typeof WizILocationCity | typeof WizILocationOn | typeof WizILogin | typeof WizIMailBold | typeof WizIMail | typeof WizIManageAccounts | typeof WizIMenuOpen | typeof WizIMenu | typeof WizIMergeTypeBold | typeof WizIMicBold | typeof WizIMinusFilled | typeof WizIMonitoring | typeof WizIMoreVertBold | typeof WizIMoreVert | typeof WizINoteAdd | typeof WizINotification | typeof WizIOpenInNew | typeof WizIPauseCircleBold | typeof WizIPersonFilled | typeof WizIPieChart | typeof WizIPinDrop | typeof WizIPlayArrowFilled | typeof WizIPlayCircleBold | typeof WizIPublic | typeof WizIRecordVoiceOverBold | typeof WizIRemoveBold | typeof WizIRemove | typeof WizIReviews | typeof WizISchedule | typeof WizISearch | typeof WizISend | typeof WizISettings | typeof WizIShineBold | typeof WizIShoppingmode | typeof WizISmartphoneBold | typeof WizISmartphone | typeof WizISmsBold | typeof WizIStarFilled | typeof WizIStars | typeof WizIStopFilled | typeof WizIStoreFront | typeof WizITab | typeof WizITask | typeof WizITimerFilled | typeof WizITune | typeof WizIUpload | typeof WizIWarning;
|
|
140
|
-
export { WizIAddCircle, WizIAdd, WizIAdjustBold, WizIAdjust, WizIApprovalFilled, WizIArrowDownward, WizIArrowDropDown, WizIArrowDropUp, WizIArrowRight, WizIArrowUpward, WizIAssignmentAdd, WizIAssignment, WizIAttachFile, WizIAutoRenew, WizIBarChart4Bars, WizIBook, WizIBrightFilled, WizIBusinessCenter, WizICalendar, WizICallBold, WizICamera, WizICancel, WizIChangeHistory, WizIChatBubbleFilled, WizIChat, WizICheckBold, WizICheckCircleFilled, WizICheck, WizIChevronLeftBold, WizIChevronLeft, WizIChevronRightBold, WizIChevronRight, WizICircleCheck, WizICircle, WizIClinicalNotes, WizICloseBold, WizIClose, WizICloudUpload, WizIContactPageFilled, WizIContentCopy, WizIContract, WizICounter1Filled, WizICounter1, WizICounter2Filled, WizICounter2, WizICounter3Filled, WizICounter3, WizICounter4Filled, WizICounter4, WizICounter5Filled, WizICounter5, WizICounter6Filled, WizICounter6, WizICounter7Filled, WizICounter7, WizICounter8Filled, WizICounter8, WizICounter9Filled, WizICounter9, WizIDashboard, WizIDelete, WizIDemography, WizIDescription, WizIDomain, WizIDownload, WizIDraft, WizIDrafts, WizIEditNote, WizIEditPencilBold, WizIEmergencyHome, WizIErrorBold, WizIErrorFilled, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIFeedback, WizIForwardToInbox, WizIGroups, WizIHelp, WizIHistory, WizIHome, WizIHourglassTop, WizIImageBold, WizIInboxCustomize, WizIInfoBold, WizIInfoFilled, WizIInfo, WizIKeepBold, WizILinkOff, WizILocationCity, WizILocationOn, WizILogin, WizIMailBold, WizIMail, WizIManageAccounts, WizIMenuOpen, WizIMenu, WizIMergeTypeBold, WizIMicBold, WizIMinusFilled, WizIMonitoring, WizIMoreVertBold, WizIMoreVert, WizINoteAdd, WizINotification, WizIOpenInNew, WizIPauseCircleBold, WizIPersonFilled, WizIPieChart, WizIPinDrop, WizIPlayArrowFilled, WizIPlayCircleBold, WizIPublic, WizIRecordVoiceOverBold, WizIRemoveBold, WizIRemove, WizIReviews, WizISchedule, WizISearch, WizISend, WizISettings, WizIShineBold, WizIShoppingmode, WizISmartphoneBold, WizISmartphone, WizISmsBold, WizIStarFilled, WizIStars, WizIStopFilled, WizIStoreFront, WizITab, WizITask, WizITimerFilled, WizITune, WizIUpload, WizIWarning, };
|
|
152
|
+
export type TIcon = typeof WizIAddCircle | typeof WizIAdd | typeof WizIAdjustBold | typeof WizIAdjust | typeof WizIApprovalFilled | typeof WizIArrowDownward | typeof WizIArrowDropDown | typeof WizIArrowDropUp | typeof WizIArrowRight | typeof WizIArrowUpward | typeof WizIArticleBold | typeof WizIAssignmentAdd | typeof WizIAssignment | typeof WizIAttachFile | typeof WizIAutoRenew | typeof WizIBarChart4Bars | typeof WizIBook | typeof WizIBrightFilled | typeof WizIBusinessCenter | typeof WizICalendar | typeof WizICallBold | typeof WizICamera | typeof WizICancel | typeof WizIChangeHistory | typeof WizIChatBubbleFilled | typeof WizIChat | typeof WizICheckBold | typeof WizICheckCircleFilled | typeof WizICheck | typeof WizIChevronLeftBold | typeof WizIChevronLeft | typeof WizIChevronRightBold | typeof WizIChevronRight | typeof WizICircleCheck | typeof WizICircle | typeof WizIClinicalNotes | typeof WizICloseBold | typeof WizIClose | typeof WizICloudUpload | typeof WizIContactPageFilled | typeof WizIContentCopy | typeof WizIContract | typeof WizICounter1Filled | typeof WizICounter1 | typeof WizICounter2Filled | typeof WizICounter2 | typeof WizICounter3Filled | typeof WizICounter3 | typeof WizICounter4Filled | typeof WizICounter4 | typeof WizICounter5Filled | typeof WizICounter5 | typeof WizICounter6Filled | typeof WizICounter6 | typeof WizICounter7Filled | typeof WizICounter7 | typeof WizICounter8Filled | typeof WizICounter8 | typeof WizICounter9Filled | typeof WizICounter9 | typeof WizIDashboard | typeof WizIDelete | typeof WizIDemography | typeof WizIDescription | typeof WizIDomain | typeof WizIDownload | typeof WizIDraft | typeof WizIDrafts | typeof WizIEditNote | typeof WizIEditPencilBold | typeof WizIEmergencyHome | typeof WizIErrorBold | typeof WizIErrorFilled | typeof WizIExpandLess | typeof WizIExpandMoreBold | typeof WizIExpandMore | typeof WizIEye | typeof WizIFamilyHome | typeof WizIFeedback | typeof WizIFolderBold | typeof WizIFolderFilled | typeof WizIFolderSharedFilled | typeof WizIForwardToInbox | typeof WizIGroupBold | typeof WizIGroups | typeof WizIHelp | typeof WizIHistory | typeof WizIHome | typeof WizIHourglassTop | typeof WizIImageBold | typeof WizIImagesmodeBold | typeof WizIInboxCustomize | typeof WizIInfoBold | typeof WizIInfoFilled | typeof WizIInfo | typeof WizIJamboardKioskBold | typeof WizIKeepBold | typeof WizILinkOff | typeof WizILocationCity | typeof WizILocationOn | typeof WizILogin | typeof WizIMailBold | typeof WizIMail | typeof WizIManageAccounts | typeof WizIMenuOpen | typeof WizIMenu | typeof WizIMergeTypeBold | typeof WizIMicBold | typeof WizIMicFilled | typeof WizIMinusFilled | typeof WizIMonitoring | typeof WizIMoreVertBold | typeof WizIMoreVert | typeof WizINoteAdd | typeof WizINotification | typeof WizIOpenInNew | typeof WizIPauseCircleBold | typeof WizIPersonAddBold | typeof WizIPersonFilled | typeof WizIPictureAsPdfBold | typeof WizIPieChart | typeof WizIPinDrop | typeof WizIPlayArrowFilled | typeof WizIPlayCircleBold | typeof WizIPublic | typeof WizIRecordVoiceOverBold | typeof WizIRemoveBold | typeof WizIRemove | typeof WizIReviews | typeof WizISchedule | typeof WizISearch | typeof WizISend | typeof WizISettings | typeof WizIShineBold | typeof WizIShoppingmode | typeof WizISmartphoneBold | typeof WizISmartphone | typeof WizISmsBold | typeof WizIStarBold | typeof WizIStarFilled | typeof WizIStars | typeof WizIStopFilled | typeof WizIStoreFront | typeof WizITab | typeof WizITask | typeof WizITimerFilled | typeof WizITune | typeof WizIUpload | typeof WizIVideoCameraBackBold | typeof WizIViewModuleBold | typeof WizIWarning;
|
|
153
|
+
export { WizIAddCircle, WizIAdd, WizIAdjustBold, WizIAdjust, WizIApprovalFilled, WizIArrowDownward, WizIArrowDropDown, WizIArrowDropUp, WizIArrowRight, WizIArrowUpward, WizIArticleBold, WizIAssignmentAdd, WizIAssignment, WizIAttachFile, WizIAutoRenew, WizIBarChart4Bars, WizIBook, WizIBrightFilled, WizIBusinessCenter, WizICalendar, WizICallBold, WizICamera, WizICancel, WizIChangeHistory, WizIChatBubbleFilled, WizIChat, WizICheckBold, WizICheckCircleFilled, WizICheck, WizIChevronLeftBold, WizIChevronLeft, WizIChevronRightBold, WizIChevronRight, WizICircleCheck, WizICircle, WizIClinicalNotes, WizICloseBold, WizIClose, WizICloudUpload, WizIContactPageFilled, WizIContentCopy, WizIContract, WizICounter1Filled, WizICounter1, WizICounter2Filled, WizICounter2, WizICounter3Filled, WizICounter3, WizICounter4Filled, WizICounter4, WizICounter5Filled, WizICounter5, WizICounter6Filled, WizICounter6, WizICounter7Filled, WizICounter7, WizICounter8Filled, WizICounter8, WizICounter9Filled, WizICounter9, WizIDashboard, WizIDelete, WizIDemography, WizIDescription, WizIDomain, WizIDownload, WizIDraft, WizIDrafts, WizIEditNote, WizIEditPencilBold, WizIEmergencyHome, WizIErrorBold, WizIErrorFilled, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIFeedback, WizIFolderBold, WizIFolderFilled, WizIFolderSharedFilled, WizIForwardToInbox, WizIGroupBold, WizIGroups, WizIHelp, WizIHistory, WizIHome, WizIHourglassTop, WizIImageBold, WizIImagesmodeBold, WizIInboxCustomize, WizIInfoBold, WizIInfoFilled, WizIInfo, WizIJamboardKioskBold, WizIKeepBold, WizILinkOff, WizILocationCity, WizILocationOn, WizILogin, WizIMailBold, WizIMail, WizIManageAccounts, WizIMenuOpen, WizIMenu, WizIMergeTypeBold, WizIMicBold, WizIMicFilled, WizIMinusFilled, WizIMonitoring, WizIMoreVertBold, WizIMoreVert, WizINoteAdd, WizINotification, WizIOpenInNew, WizIPauseCircleBold, WizIPersonAddBold, WizIPersonFilled, WizIPictureAsPdfBold, WizIPieChart, WizIPinDrop, WizIPlayArrowFilled, WizIPlayCircleBold, WizIPublic, WizIRecordVoiceOverBold, WizIRemoveBold, WizIRemove, WizIReviews, WizISchedule, WizISearch, WizISend, WizISettings, WizIShineBold, WizIShoppingmode, WizISmartphoneBold, WizISmartphone, WizISmsBold, WizIStarBold, WizIStarFilled, WizIStars, WizIStopFilled, WizIStoreFront, WizITab, WizITask, WizITimerFilled, WizITune, WizIUpload, WizIVideoCameraBackBold, WizIViewModuleBold, WizIWarning, };
|