@wizleap-inc/wiz-ui-next 3.24.0 → 3.26.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/base/inputs/search-selector/search-selector.stories.d.ts +0 -14
- package/dist/components/base/inputs/search-selector/search-selector.vue.d.ts +0 -8
- package/dist/components/icons/download-bold.vue.d.ts +2 -0
- package/dist/components/icons/index.d.ts +3 -2
- package/dist/wiz-ui.es.js +3090 -3106
- package/dist/wiz-ui.umd.js +13 -13
- package/package.json +3 -3
- package/dist/components/base/inputs/search-selector/levenshtein-distance.d.ts +0 -3
|
@@ -27,7 +27,6 @@ export declare const Default: StoryFn<(<T = number>(__VLS_props: NonNullable<Awa
|
|
|
27
27
|
isDirectionFixed?: boolean | undefined;
|
|
28
28
|
showExLabel?: boolean | undefined;
|
|
29
29
|
dropdownMaxHeight?: string | undefined;
|
|
30
|
-
threshold?: number | undefined;
|
|
31
30
|
} & import('vue').PublicProps;
|
|
32
31
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
33
32
|
attrs: any;
|
|
@@ -60,7 +59,6 @@ export declare const Open: StoryFn<(<T = number>(__VLS_props: NonNullable<Awaite
|
|
|
60
59
|
isDirectionFixed?: boolean | undefined;
|
|
61
60
|
showExLabel?: boolean | undefined;
|
|
62
61
|
dropdownMaxHeight?: string | undefined;
|
|
63
|
-
threshold?: number | undefined;
|
|
64
62
|
} & import('vue').PublicProps;
|
|
65
63
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
66
64
|
attrs: any;
|
|
@@ -93,7 +91,6 @@ export declare const LongWordSelector: StoryFn<(<T = number>(__VLS_props: NonNul
|
|
|
93
91
|
isDirectionFixed?: boolean | undefined;
|
|
94
92
|
showExLabel?: boolean | undefined;
|
|
95
93
|
dropdownMaxHeight?: string | undefined;
|
|
96
|
-
threshold?: number | undefined;
|
|
97
94
|
} & import('vue').PublicProps;
|
|
98
95
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
99
96
|
attrs: any;
|
|
@@ -126,7 +123,6 @@ export declare const Disabled: StoryFn<(<T = number>(__VLS_props: NonNullable<Aw
|
|
|
126
123
|
isDirectionFixed?: boolean | undefined;
|
|
127
124
|
showExLabel?: boolean | undefined;
|
|
128
125
|
dropdownMaxHeight?: string | undefined;
|
|
129
|
-
threshold?: number | undefined;
|
|
130
126
|
} & import('vue').PublicProps;
|
|
131
127
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
132
128
|
attrs: any;
|
|
@@ -159,7 +155,6 @@ export declare const DisabledWithValues: StoryFn<(<T = number>(__VLS_props: NonN
|
|
|
159
155
|
isDirectionFixed?: boolean | undefined;
|
|
160
156
|
showExLabel?: boolean | undefined;
|
|
161
157
|
dropdownMaxHeight?: string | undefined;
|
|
162
|
-
threshold?: number | undefined;
|
|
163
158
|
} & import('vue').PublicProps;
|
|
164
159
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
165
160
|
attrs: any;
|
|
@@ -192,7 +187,6 @@ export declare const DisabledItems: StoryFn<(<T = number>(__VLS_props: NonNullab
|
|
|
192
187
|
isDirectionFixed?: boolean | undefined;
|
|
193
188
|
showExLabel?: boolean | undefined;
|
|
194
189
|
dropdownMaxHeight?: string | undefined;
|
|
195
|
-
threshold?: number | undefined;
|
|
196
190
|
} & import('vue').PublicProps;
|
|
197
191
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
198
192
|
attrs: any;
|
|
@@ -225,7 +219,6 @@ export declare const Selecting: StoryFn<(<T = number>(__VLS_props: NonNullable<A
|
|
|
225
219
|
isDirectionFixed?: boolean | undefined;
|
|
226
220
|
showExLabel?: boolean | undefined;
|
|
227
221
|
dropdownMaxHeight?: string | undefined;
|
|
228
|
-
threshold?: number | undefined;
|
|
229
222
|
} & import('vue').PublicProps;
|
|
230
223
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
231
224
|
attrs: any;
|
|
@@ -258,7 +251,6 @@ export declare const MultiSelecting: StoryFn<(<T = number>(__VLS_props: NonNulla
|
|
|
258
251
|
isDirectionFixed?: boolean | undefined;
|
|
259
252
|
showExLabel?: boolean | undefined;
|
|
260
253
|
dropdownMaxHeight?: string | undefined;
|
|
261
|
-
threshold?: number | undefined;
|
|
262
254
|
} & import('vue').PublicProps;
|
|
263
255
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
264
256
|
attrs: any;
|
|
@@ -291,7 +283,6 @@ export declare const Addable: StoryFn<(<T = number>(__VLS_props: NonNullable<Awa
|
|
|
291
283
|
isDirectionFixed?: boolean | undefined;
|
|
292
284
|
showExLabel?: boolean | undefined;
|
|
293
285
|
dropdownMaxHeight?: string | undefined;
|
|
294
|
-
threshold?: number | undefined;
|
|
295
286
|
} & import('vue').PublicProps;
|
|
296
287
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
297
288
|
attrs: any;
|
|
@@ -324,7 +315,6 @@ export declare const ExlabelWithoutShowExlabel: StoryFn<(<T = number>(__VLS_prop
|
|
|
324
315
|
isDirectionFixed?: boolean | undefined;
|
|
325
316
|
showExLabel?: boolean | undefined;
|
|
326
317
|
dropdownMaxHeight?: string | undefined;
|
|
327
|
-
threshold?: number | undefined;
|
|
328
318
|
} & import('vue').PublicProps;
|
|
329
319
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
330
320
|
attrs: any;
|
|
@@ -357,7 +347,6 @@ export declare const Exlabel: StoryFn<(<T = number>(__VLS_props: NonNullable<Awa
|
|
|
357
347
|
isDirectionFixed?: boolean | undefined;
|
|
358
348
|
showExLabel?: boolean | undefined;
|
|
359
349
|
dropdownMaxHeight?: string | undefined;
|
|
360
|
-
threshold?: number | undefined;
|
|
361
350
|
} & import('vue').PublicProps;
|
|
362
351
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
363
352
|
attrs: any;
|
|
@@ -390,7 +379,6 @@ export declare const ExlabelWithLongLabel: StoryFn<(<T = number>(__VLS_props: No
|
|
|
390
379
|
isDirectionFixed?: boolean | undefined;
|
|
391
380
|
showExLabel?: boolean | undefined;
|
|
392
381
|
dropdownMaxHeight?: string | undefined;
|
|
393
|
-
threshold?: number | undefined;
|
|
394
382
|
} & import('vue').PublicProps;
|
|
395
383
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
396
384
|
attrs: any;
|
|
@@ -423,7 +411,6 @@ export declare const IsDirectionFixed: StoryFn<(<T = number>(__VLS_props: NonNul
|
|
|
423
411
|
isDirectionFixed?: boolean | undefined;
|
|
424
412
|
showExLabel?: boolean | undefined;
|
|
425
413
|
dropdownMaxHeight?: string | undefined;
|
|
426
|
-
threshold?: number | undefined;
|
|
427
414
|
} & import('vue').PublicProps;
|
|
428
415
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
429
416
|
attrs: any;
|
|
@@ -456,7 +443,6 @@ export declare const DropdownMaxHeight: StoryFn<(<T = number>(__VLS_props: NonNu
|
|
|
456
443
|
isDirectionFixed?: boolean | undefined;
|
|
457
444
|
showExLabel?: boolean | undefined;
|
|
458
445
|
dropdownMaxHeight?: string | undefined;
|
|
459
|
-
threshold?: number | undefined;
|
|
460
446
|
} & import('vue').PublicProps;
|
|
461
447
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
462
448
|
attrs: any;
|
|
@@ -29,14 +29,6 @@ declare const _default: <T = number>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
29
29
|
isDirectionFixed?: boolean;
|
|
30
30
|
showExLabel?: boolean;
|
|
31
31
|
dropdownMaxHeight?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 検索対象に含む類似度の閾値を,0から1の範囲で指定します。
|
|
34
|
-
* 類似度は標準化レーベンシュタイン距離に基づいて計算され,0に近いほど類似しています。
|
|
35
|
-
* ただし,類似度の最小値が閾値を上回る場合は部分一致で検索します。
|
|
36
|
-
* @default 0.75
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
threshold?: number;
|
|
40
32
|
} & Partial<{}>> & import('vue').PublicProps;
|
|
41
33
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
42
34
|
attrs: any;
|
|
@@ -63,6 +63,7 @@ import { default as WizIDelete } from './delete.vue';
|
|
|
63
63
|
import { default as WizIDemography } from './demography.vue';
|
|
64
64
|
import { default as WizIDescription } from './description.vue';
|
|
65
65
|
import { default as WizIDomain } from './domain.vue';
|
|
66
|
+
import { default as WizIDownloadBold } from './download-bold.vue';
|
|
66
67
|
import { default as WizIDownload } from './download.vue';
|
|
67
68
|
import { default as WizIDraft } from './draft.vue';
|
|
68
69
|
import { default as WizIDrafts } from './drafts.vue';
|
|
@@ -151,5 +152,5 @@ import { default as WizIUpload } from './upload.vue';
|
|
|
151
152
|
import { default as WizIVideoCameraBackBold } from './video-camera-back-bold.vue';
|
|
152
153
|
import { default as WizIViewModuleBold } from './view-module-bold.vue';
|
|
153
154
|
import { default as WizIWarning } from './warning.vue';
|
|
154
|
-
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 WizIFolderSharedBold | 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 WizIPictureAsPdfFilled | 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;
|
|
155
|
-
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, WizIFolderSharedBold, 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, WizIPictureAsPdfFilled, 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, };
|
|
155
|
+
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 WizIDownloadBold | 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 WizIFolderSharedBold | 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 WizIPictureAsPdfFilled | 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;
|
|
156
|
+
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, WizIDownloadBold, WizIDownload, WizIDraft, WizIDrafts, WizIEditNote, WizIEditPencilBold, WizIEmergencyHome, WizIErrorBold, WizIErrorFilled, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIFeedback, WizIFolderBold, WizIFolderFilled, WizIFolderSharedBold, 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, WizIPictureAsPdfFilled, 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, };
|