@nova-design-system/nova-webcomponents 3.0.0-beta.43 → 3.0.0-beta.45
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/cjs/index.cjs.js +472 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +5 -3
- package/dist/cjs/nv-button.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +5 -5
- package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +31 -4
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +16 -12
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +5 -5
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +44 -74
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +6 -8
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +6 -48
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +11 -9
- package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-toggle.cjs.entry.js +1 -1
- package/dist/cjs/nv-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.css +27 -0
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.css +11 -0
- package/dist/collection/components/nv-button/nv-button.js +5 -3
- package/dist/collection/components/nv-button/nv-button.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.css +129 -77
- package/dist/collection/components/nv-calendar/nv-calendar.js +4 -4
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.css +4 -4
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +13 -2
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +53 -3
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js +24 -17
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +7 -7
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +11 -0
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +44 -74
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +3 -0
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +9 -11
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +6 -48
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-icon/nv-icon.docs.js +1 -0
- package/dist/collection/components/nv-icon/nv-icon.docs.js.map +1 -1
- package/dist/collection/components/nv-icon/nv-icons.js +472 -2
- package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
- package/dist/collection/components/nv-popover/nv-popover.js +11 -9
- package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
- package/dist/collection/components/nv-table/nv-table.css +4 -4
- package/dist/collection/components/nv-toggle/nv-toggle.css +11 -0
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js.map +1 -1
- package/dist/components/index.js +472 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-alert.js +1 -1
- package/dist/components/nv-avatar.js +1 -1
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +3 -3
- package/dist/components/nv-breadcrumb.js.map +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-datagrid.js +32 -4
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-dialog.js +20 -16
- package/dist/components/nv-dialog.js.map +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddate.js +6 -6
- package/dist/components/nv-fielddaterange.js +6 -6
- package/dist/components/nv-fielddropdown.js +48 -78
- package/dist/components/nv-fielddropdown.js.map +1 -1
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +12 -54
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +2 -2
- package/dist/components/nv-fieldpassword.js +2 -2
- package/dist/components/nv-fieldselect.js +2 -2
- package/dist/components/nv-fieldtext.js +1 -1
- package/dist/components/nv-fieldtime.js +3 -3
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-menu.js +3 -3
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-table.js +1 -1
- package/dist/components/nv-table.js.map +1 -1
- package/dist/components/nv-toggle.js +1 -1
- package/dist/components/nv-toggle.js.map +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-7f142767.js → p-0f59f38e.js} +3 -3
- package/dist/components/p-0f59f38e.js.map +1 -0
- package/dist/components/{p-1a4f9c97.js → p-103756d6.js} +6 -4
- package/dist/components/p-103756d6.js.map +1 -0
- package/dist/components/{p-a8b5969f.js → p-3561c093.js} +3 -3
- package/dist/components/{p-a8b5969f.js.map → p-3561c093.js.map} +1 -1
- package/dist/components/{p-1e095bba.js → p-3b096098.js} +2 -2
- package/dist/components/{p-1e095bba.js.map → p-3b096098.js.map} +1 -1
- package/dist/components/p-78b00756.js +88 -0
- package/dist/components/p-78b00756.js.map +1 -0
- package/dist/components/{p-3aa6f6dc.js → p-78e0e7b0.js} +9 -9
- package/dist/components/p-78e0e7b0.js.map +1 -0
- package/dist/components/{p-4c6ba63c.js → p-863974b2.js} +2 -2
- package/dist/components/{p-4c6ba63c.js.map → p-863974b2.js.map} +1 -1
- package/dist/components/{p-9476354d.js → p-8ea5e3c0.js} +9 -11
- package/dist/components/p-8ea5e3c0.js.map +1 -0
- package/dist/components/{p-55202370.js → p-933d4d06.js} +2 -2
- package/dist/components/p-933d4d06.js.map +1 -0
- package/dist/components/{p-89fb308b.js → p-aeeb5b1c.js} +2 -2
- package/dist/components/{p-89fb308b.js.map → p-aeeb5b1c.js.map} +1 -1
- package/dist/components/{p-56716b97.js → p-b5821dbb.js} +8 -8
- package/dist/components/p-b5821dbb.js.map +1 -0
- package/dist/components/{p-057ae4f2.js → p-e46c2e31.js} +12 -10
- package/dist/components/p-e46c2e31.js.map +1 -0
- package/dist/components/{p-1fad2529.js → p-ef255589.js} +2 -2
- package/dist/components/{p-1fad2529.js.map → p-ef255589.js.map} +1 -1
- package/dist/esm/index.js +472 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +1 -1
- package/dist/esm/nv-badge_2.entry.js.map +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js.map +1 -1
- package/dist/esm/nv-button.entry.js +5 -3
- package/dist/esm/nv-button.entry.js.map +1 -1
- package/dist/esm/nv-calendar.entry.js +5 -5
- package/dist/esm/nv-calendar.entry.js.map +1 -1
- package/dist/esm/nv-datagrid.entry.js +31 -4
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-dialog.entry.js +16 -12
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- package/dist/esm/nv-dialogfooter_2.entry.js +5 -5
- package/dist/esm/nv-dialogfooter_2.entry.js.map +1 -1
- package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
- package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +44 -74
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +6 -8
- package/dist/esm/nv-fielddropdownitem.entry.js.map +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +6 -48
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +1 -1
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-popover.entry.js +11 -9
- package/dist/esm/nv-popover.entry.js.map +1 -1
- package/dist/esm/nv-table.entry.js +1 -1
- package/dist/esm/nv-table.entry.js.map +1 -1
- package/dist/esm/nv-toggle.entry.js +1 -1
- package/dist/esm/nv-toggle.entry.js.map +1 -1
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/esm/nv-tooltip.entry.js.map +1 -1
- package/dist/native/index.esm.js +1 -1
- package/dist/native/index.esm.js.map +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/p-0172095c.entry.js +2 -0
- package/dist/native/p-0172095c.entry.js.map +1 -0
- package/dist/native/{p-b052f1cb.entry.js → p-162f4840.entry.js} +2 -2
- package/dist/native/p-162f4840.entry.js.map +1 -0
- package/dist/native/{p-2ed540e3.entry.js → p-17bf1233.entry.js} +2 -2
- package/dist/native/p-17bf1233.entry.js.map +1 -0
- package/dist/native/p-19fd6594.entry.js +2 -0
- package/dist/native/p-19fd6594.entry.js.map +1 -0
- package/dist/native/p-331da074.entry.js +2 -0
- package/dist/native/p-331da074.entry.js.map +1 -0
- package/dist/native/{p-db2902d6.entry.js → p-40f4a6e7.entry.js} +2 -2
- package/dist/native/p-40f4a6e7.entry.js.map +1 -0
- package/dist/native/p-42d020a7.entry.js +2 -0
- package/dist/native/p-42d020a7.entry.js.map +1 -0
- package/dist/native/p-4403e3af.entry.js +2 -0
- package/dist/native/p-4403e3af.entry.js.map +1 -0
- package/dist/native/p-54b6ce07.entry.js +2 -0
- package/dist/native/p-54b6ce07.entry.js.map +1 -0
- package/dist/native/{p-56e98443.entry.js → p-603a99ed.entry.js} +2 -2
- package/dist/native/{p-56e98443.entry.js.map → p-603a99ed.entry.js.map} +1 -1
- package/dist/native/p-725e0abd.entry.js +2 -0
- package/dist/native/p-725e0abd.entry.js.map +1 -0
- package/dist/native/p-abeda2cf.entry.js +7 -0
- package/dist/native/p-abeda2cf.entry.js.map +1 -0
- package/dist/native/{p-04c6048a.entry.js → p-d9624254.entry.js} +2 -2
- package/dist/native/p-d9624254.entry.js.map +1 -0
- package/dist/native/{p-be4fc827.entry.js → p-e197d90b.entry.js} +2 -2
- package/dist/native/p-e197d90b.entry.js.map +1 -0
- package/dist/native/p-e6904ae4.entry.js +2 -0
- package/dist/native/p-e6904ae4.entry.js.map +1 -0
- package/dist/native/p-f01a34c5.entry.js +2 -0
- package/dist/native/p-f01a34c5.entry.js.map +1 -0
- package/dist/types/components/nv-base/nv-base.docs.d.ts +1 -1
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +6 -0
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -3
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +2 -2
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +1 -7
- package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.d.ts +1 -6
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +1 -1
- package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
- package/dist/types/components.d.ts +29 -18
- package/dist/types/nova-docs.d.ts +6 -0
- package/dist/vscode-data.json +5984 -0
- package/hydrate/index.js +140 -178
- package/hydrate/index.mjs +140 -178
- package/package.json +10 -10
- package/dist/components/p-057ae4f2.js.map +0 -1
- package/dist/components/p-1a4f9c97.js.map +0 -1
- package/dist/components/p-3aa6f6dc.js.map +0 -1
- package/dist/components/p-55202370.js.map +0 -1
- package/dist/components/p-56716b97.js.map +0 -1
- package/dist/components/p-7f142767.js.map +0 -1
- package/dist/components/p-9476354d.js.map +0 -1
- package/dist/components/p-ebf24fd0.js +0 -88
- package/dist/components/p-ebf24fd0.js.map +0 -1
- package/dist/docs.d.ts +0 -443
- package/dist/docs.json +0 -16650
- package/dist/native/p-048486e0.entry.js +0 -7
- package/dist/native/p-048486e0.entry.js.map +0 -1
- package/dist/native/p-04c6048a.entry.js.map +0 -1
- package/dist/native/p-22a45102.entry.js +0 -2
- package/dist/native/p-22a45102.entry.js.map +0 -1
- package/dist/native/p-2ed540e3.entry.js.map +0 -1
- package/dist/native/p-62df7dd4.entry.js +0 -2
- package/dist/native/p-62df7dd4.entry.js.map +0 -1
- package/dist/native/p-68b5a92c.entry.js +0 -2
- package/dist/native/p-68b5a92c.entry.js.map +0 -1
- package/dist/native/p-6a629671.entry.js +0 -2
- package/dist/native/p-6a629671.entry.js.map +0 -1
- package/dist/native/p-913907fb.entry.js +0 -2
- package/dist/native/p-913907fb.entry.js.map +0 -1
- package/dist/native/p-9f5e4dfc.entry.js +0 -2
- package/dist/native/p-9f5e4dfc.entry.js.map +0 -1
- package/dist/native/p-ab84ff42.entry.js +0 -2
- package/dist/native/p-ab84ff42.entry.js.map +0 -1
- package/dist/native/p-b052f1cb.entry.js.map +0 -1
- package/dist/native/p-bdabd495.entry.js +0 -2
- package/dist/native/p-bdabd495.entry.js.map +0 -1
- package/dist/native/p-be4fc827.entry.js.map +0 -1
- package/dist/native/p-db2902d6.entry.js.map +0 -1
- package/dist/native/p-ed595c96.entry.js +0 -2
- package/dist/native/p-ed595c96.entry.js.map +0 -1
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -74,6 +74,7 @@ const iconNames = [
|
|
|
74
74
|
'arrows-move',
|
|
75
75
|
'aspect-ratio',
|
|
76
76
|
'atom',
|
|
77
|
+
'badge-theme',
|
|
77
78
|
'basket',
|
|
78
79
|
'battery-1',
|
|
79
80
|
'battery-2',
|
|
@@ -240,7 +241,6 @@ const iconNames = [
|
|
|
240
241
|
'file-type-pdf',
|
|
241
242
|
'file-type-png',
|
|
242
243
|
'file-type-ppt',
|
|
243
|
-
'file-type-xls',
|
|
244
244
|
'file-type-xml',
|
|
245
245
|
'file-type-zip',
|
|
246
246
|
'file-upload',
|
|
@@ -264,6 +264,7 @@ const iconNames = [
|
|
|
264
264
|
'folder-x',
|
|
265
265
|
'folder',
|
|
266
266
|
'folders',
|
|
267
|
+
'frame-66',
|
|
267
268
|
'frame',
|
|
268
269
|
'gas-station',
|
|
269
270
|
'gauge-off',
|
|
@@ -289,8 +290,475 @@ const iconNames = [
|
|
|
289
290
|
'hourglass-low',
|
|
290
291
|
'hourglass-off',
|
|
291
292
|
'hourglass',
|
|
293
|
+
'iaccess-point-off',
|
|
294
|
+
'iaccess-point',
|
|
295
|
+
'iaccessible',
|
|
296
|
+
'iactivity',
|
|
297
|
+
'iaddress-book',
|
|
298
|
+
'iadjustments-horizontal',
|
|
299
|
+
'iadjustments-up',
|
|
300
|
+
'iadjustments',
|
|
301
|
+
'iaffiliate',
|
|
302
|
+
'iair-conditioning',
|
|
303
|
+
'ialert-circle',
|
|
304
|
+
'ialign-center',
|
|
305
|
+
'ialign-left',
|
|
306
|
+
'ialign-right',
|
|
307
|
+
'iapp-window',
|
|
308
|
+
'iapps',
|
|
309
|
+
'iarchive',
|
|
310
|
+
'iareas',
|
|
311
|
+
'iarrow-back-up',
|
|
312
|
+
'iarrow-back',
|
|
313
|
+
'iarrow-down-left',
|
|
314
|
+
'iarrow-down-right',
|
|
315
|
+
'iarrow-down',
|
|
316
|
+
'iarrow-forward-up',
|
|
317
|
+
'iarrow-forward',
|
|
318
|
+
'iarrow-left',
|
|
319
|
+
'iarrow-right',
|
|
320
|
+
'iarrow-up-left',
|
|
321
|
+
'iarrow-up-right',
|
|
322
|
+
'iarrow-up',
|
|
323
|
+
'iarrows-exchange',
|
|
324
|
+
'iarrows-move',
|
|
325
|
+
'iaspect-ratio',
|
|
326
|
+
'iatom',
|
|
327
|
+
'ibasket',
|
|
328
|
+
'ibattery-1',
|
|
329
|
+
'ibattery-2',
|
|
330
|
+
'ibattery-3',
|
|
331
|
+
'ibattery-4',
|
|
332
|
+
'ibattery-automotive',
|
|
333
|
+
'ibattery-charging',
|
|
334
|
+
'ibattery-eco',
|
|
335
|
+
'ibattery-off',
|
|
336
|
+
'ibattery',
|
|
337
|
+
'ibell-off',
|
|
338
|
+
'ibell-ringing',
|
|
339
|
+
'ibell',
|
|
340
|
+
'ibike',
|
|
341
|
+
'ibluetooth-connected',
|
|
342
|
+
'ibluetooth-off',
|
|
343
|
+
'ibluetooth',
|
|
344
|
+
'ibolt',
|
|
345
|
+
'ibook',
|
|
346
|
+
'ibookmark-off',
|
|
347
|
+
'ibookmark',
|
|
348
|
+
'ibookmarks',
|
|
349
|
+
'ibox-align-top',
|
|
350
|
+
'ibox-multiple',
|
|
351
|
+
'ibriefcase',
|
|
352
|
+
'ibrightness-down',
|
|
353
|
+
'ibrightness-up',
|
|
354
|
+
'ibrowser-check',
|
|
355
|
+
'ibrowser-plus',
|
|
356
|
+
'ibrowser-x',
|
|
357
|
+
'ibrowser',
|
|
358
|
+
'ibrush',
|
|
359
|
+
'ibuilding-bank',
|
|
360
|
+
'ibuilding-factory',
|
|
361
|
+
'ibuilding-lighthouse',
|
|
362
|
+
'ibuilding-store',
|
|
363
|
+
'ibuilding',
|
|
364
|
+
'ibulb-off',
|
|
365
|
+
'ibulb',
|
|
366
|
+
'icake',
|
|
367
|
+
'icalendar-time',
|
|
368
|
+
'icalendar',
|
|
369
|
+
'icamera-off',
|
|
370
|
+
'icamera',
|
|
371
|
+
'icar-crane',
|
|
372
|
+
'icar',
|
|
373
|
+
'icaravan',
|
|
374
|
+
'icash-banknote',
|
|
375
|
+
'icash',
|
|
376
|
+
'icast',
|
|
377
|
+
'icell',
|
|
378
|
+
'icharging-pile',
|
|
379
|
+
'ichart-arcs',
|
|
380
|
+
'ichart-area-line',
|
|
381
|
+
'ichart-area',
|
|
382
|
+
'ichart-arrows-vertical',
|
|
383
|
+
'ichart-arrows',
|
|
384
|
+
'ichart-bar',
|
|
385
|
+
'ichart-bubble',
|
|
386
|
+
'ichart-circles',
|
|
387
|
+
'ichart-donut',
|
|
388
|
+
'ichart-dots',
|
|
389
|
+
'ichart-line',
|
|
390
|
+
'ichart-pie',
|
|
391
|
+
'ichart-radar',
|
|
392
|
+
'icheck',
|
|
393
|
+
'icheckbox',
|
|
394
|
+
'ichecklist',
|
|
395
|
+
'ichecks',
|
|
396
|
+
'ichevron-down',
|
|
397
|
+
'ichevron-left',
|
|
398
|
+
'ichevron-right',
|
|
399
|
+
'ichevron-top',
|
|
400
|
+
'ichevrons-left',
|
|
401
|
+
'ichevrons-right',
|
|
402
|
+
'icircle-caret-right',
|
|
403
|
+
'icircle-check',
|
|
404
|
+
'icircle-x',
|
|
405
|
+
'icircuit-alternate',
|
|
406
|
+
'icircuit-ground-digital',
|
|
407
|
+
'iclipboard-check',
|
|
408
|
+
'iclipboard-list',
|
|
409
|
+
'iclipboard-plus',
|
|
410
|
+
'iclipboard-text',
|
|
411
|
+
'iclipboard-x',
|
|
412
|
+
'iclipboard',
|
|
413
|
+
'iclock-edit',
|
|
414
|
+
'iclock',
|
|
415
|
+
'icloud-data-connection',
|
|
416
|
+
'icloud-download',
|
|
417
|
+
'icloud-rain',
|
|
418
|
+
'icloud-snow',
|
|
419
|
+
'icloud-upload',
|
|
420
|
+
'icloud',
|
|
421
|
+
'icolor-picker',
|
|
422
|
+
'icolor-swatch',
|
|
423
|
+
'icompass',
|
|
424
|
+
'icontract',
|
|
425
|
+
'icopy',
|
|
426
|
+
'icpu',
|
|
427
|
+
'icrane',
|
|
428
|
+
'icredit-card',
|
|
429
|
+
'icrop',
|
|
430
|
+
'icross',
|
|
431
|
+
'icrown',
|
|
432
|
+
'icurrency-bitcoin',
|
|
433
|
+
'icurrency-dollar',
|
|
434
|
+
'icurrency-ethereum',
|
|
435
|
+
'icurrency-euro',
|
|
436
|
+
'icut',
|
|
437
|
+
'idashboard',
|
|
438
|
+
'idatabase',
|
|
439
|
+
'idevice-desktop',
|
|
440
|
+
'idevice-floppy',
|
|
441
|
+
'idevice-gamepad',
|
|
442
|
+
'idevice-laptop',
|
|
443
|
+
'idevice-mobile-rotated',
|
|
444
|
+
'idevice-mobile',
|
|
445
|
+
'idevice-tablet',
|
|
446
|
+
'idevice-watch',
|
|
447
|
+
'idevices',
|
|
448
|
+
'idialpad',
|
|
449
|
+
'idirection-horizontal',
|
|
450
|
+
'idirection-sign',
|
|
451
|
+
'idirection',
|
|
452
|
+
'idiscount',
|
|
453
|
+
'idoor-enter',
|
|
454
|
+
'idoor-exit',
|
|
455
|
+
'idoor-off',
|
|
456
|
+
'idots-vertical',
|
|
457
|
+
'idots',
|
|
458
|
+
'idownload',
|
|
459
|
+
'idrone',
|
|
460
|
+
'idroplet-filled',
|
|
461
|
+
'idroplet-half',
|
|
462
|
+
'idroplet',
|
|
463
|
+
'idroplets',
|
|
464
|
+
'iedit',
|
|
465
|
+
'iengine',
|
|
466
|
+
'iexternal-link',
|
|
467
|
+
'ieye-off',
|
|
468
|
+
'ieye',
|
|
469
|
+
'iface-id',
|
|
470
|
+
'ifeather',
|
|
471
|
+
'ifile-alert',
|
|
472
|
+
'ifile-analytics',
|
|
473
|
+
'ifile-check',
|
|
474
|
+
'ifile-code',
|
|
475
|
+
'ifile-download',
|
|
476
|
+
'ifile-export',
|
|
477
|
+
'ifile-horizontal',
|
|
478
|
+
'ifile-import',
|
|
479
|
+
'ifile-plus',
|
|
480
|
+
'ifile-search',
|
|
481
|
+
'ifile-text-bookmark',
|
|
482
|
+
'ifile-text',
|
|
483
|
+
'ifile-type-bmp',
|
|
484
|
+
'ifile-type-css',
|
|
485
|
+
'ifile-type-csv',
|
|
486
|
+
'ifile-type-doc',
|
|
487
|
+
'ifile-type-html',
|
|
488
|
+
'ifile-type-jpg',
|
|
489
|
+
'ifile-type-js',
|
|
490
|
+
'ifile-type-pdf',
|
|
491
|
+
'ifile-type-png',
|
|
492
|
+
'ifile-type-ppt',
|
|
493
|
+
'ifile-type-xls',
|
|
494
|
+
'ifile-type-xml',
|
|
495
|
+
'ifile-type-zip',
|
|
496
|
+
'ifile-upload',
|
|
497
|
+
'ifile-x',
|
|
498
|
+
'ifile-zip',
|
|
499
|
+
'ifile',
|
|
500
|
+
'ifiles-off',
|
|
501
|
+
'ifiles',
|
|
502
|
+
'ifilter-off',
|
|
503
|
+
'ifilter-sort',
|
|
504
|
+
'ifilter',
|
|
505
|
+
'ifingerprint',
|
|
506
|
+
'ifire-extinguisher',
|
|
507
|
+
'iflag',
|
|
508
|
+
'iflame',
|
|
509
|
+
'iflip-horizontal',
|
|
510
|
+
'iflip-vertical',
|
|
511
|
+
'ifolder-minus',
|
|
512
|
+
'ifolder-off',
|
|
513
|
+
'ifolder-plus',
|
|
514
|
+
'ifolder-x',
|
|
515
|
+
'ifolder',
|
|
516
|
+
'ifolders',
|
|
517
|
+
'iframe',
|
|
518
|
+
'igas-station',
|
|
519
|
+
'igauge-off',
|
|
520
|
+
'igauge',
|
|
521
|
+
'igift',
|
|
522
|
+
'igps',
|
|
523
|
+
'igrid-dots',
|
|
524
|
+
'igrip-horizontal',
|
|
525
|
+
'igrip-vertical',
|
|
526
|
+
'ihand-stop',
|
|
527
|
+
'ihand-waving',
|
|
528
|
+
'ihash',
|
|
529
|
+
'ihaze',
|
|
530
|
+
'iheadphones-off',
|
|
531
|
+
'iheadphones',
|
|
532
|
+
'iheadset',
|
|
533
|
+
'ihelicopter',
|
|
534
|
+
'ihelp',
|
|
535
|
+
'ihistory',
|
|
536
|
+
'ihome',
|
|
537
|
+
'ihourglass-empty',
|
|
538
|
+
'ihourglass-high',
|
|
539
|
+
'ihourglass-low',
|
|
540
|
+
'ihourglass-off',
|
|
541
|
+
'ihourglass',
|
|
542
|
+
'iinbox',
|
|
543
|
+
'iinfo-circle',
|
|
544
|
+
'ikeyboard-hide',
|
|
545
|
+
'ikeyboard-show',
|
|
546
|
+
'ikeyboard',
|
|
547
|
+
'ilayout-board-split',
|
|
548
|
+
'ilayout-dashboard',
|
|
549
|
+
'ilayout-grid',
|
|
550
|
+
'ilayout-sidebar-left-collapse',
|
|
551
|
+
'ilayout-sidebar-left-expand',
|
|
552
|
+
'ilayout-sidebar-right-collapse',
|
|
553
|
+
'ilayout-sidebar-right-expand',
|
|
554
|
+
'ilayout',
|
|
555
|
+
'ileaf',
|
|
556
|
+
'ilifebuoy',
|
|
557
|
+
'ilink',
|
|
558
|
+
'ilist-search',
|
|
559
|
+
'ilist',
|
|
560
|
+
'iloader',
|
|
561
|
+
'ilocation',
|
|
562
|
+
'ilock-off',
|
|
563
|
+
'ilock-open',
|
|
564
|
+
'ilock',
|
|
565
|
+
'ilogin',
|
|
566
|
+
'ilogout',
|
|
567
|
+
'imail-forward',
|
|
568
|
+
'imail-opened',
|
|
569
|
+
'imail',
|
|
570
|
+
'imap-pin-off',
|
|
571
|
+
'imap-pin',
|
|
572
|
+
'imap',
|
|
573
|
+
'imenu',
|
|
574
|
+
'imessage-dots',
|
|
575
|
+
'imessage-off',
|
|
576
|
+
'imessage',
|
|
577
|
+
'imessages',
|
|
578
|
+
'imicrophone-off',
|
|
579
|
+
'imicrophone',
|
|
580
|
+
'iminus',
|
|
581
|
+
'imist',
|
|
582
|
+
'imoon',
|
|
583
|
+
'imotorbike',
|
|
584
|
+
'imouse',
|
|
585
|
+
'imovie',
|
|
292
586
|
'inbox',
|
|
587
|
+
'inetwork',
|
|
588
|
+
'inews',
|
|
293
589
|
'info-circle',
|
|
590
|
+
'inote',
|
|
591
|
+
'inotebook',
|
|
592
|
+
'inotes',
|
|
593
|
+
'ioffshore-station',
|
|
594
|
+
'ipackage',
|
|
595
|
+
'ipalette',
|
|
596
|
+
'ipaperclip',
|
|
597
|
+
'ipencil',
|
|
598
|
+
'iphone-call',
|
|
599
|
+
'iphone-calling',
|
|
600
|
+
'iphone-check',
|
|
601
|
+
'iphone-incoming',
|
|
602
|
+
'iphone-off',
|
|
603
|
+
'iphone-outgoing',
|
|
604
|
+
'iphone',
|
|
605
|
+
'iphoto-off',
|
|
606
|
+
'iphoto',
|
|
607
|
+
'ipig',
|
|
608
|
+
'ipin',
|
|
609
|
+
'ipinned-off',
|
|
610
|
+
'ipinned',
|
|
611
|
+
'iplane-off',
|
|
612
|
+
'iplane',
|
|
613
|
+
'iplant',
|
|
614
|
+
'iplayer-pause',
|
|
615
|
+
'iplayer-play',
|
|
616
|
+
'iplayer-skip-back',
|
|
617
|
+
'iplayer-skip-forward',
|
|
618
|
+
'iplayer-stop',
|
|
619
|
+
'iplayer-track-next',
|
|
620
|
+
'iplayer-track-prev',
|
|
621
|
+
'iplug-connected',
|
|
622
|
+
'iplug',
|
|
623
|
+
'iplus',
|
|
624
|
+
'ipower-ac',
|
|
625
|
+
'ipower-dc',
|
|
626
|
+
'ipower',
|
|
627
|
+
'ipresentation-analytics',
|
|
628
|
+
'ipresentation',
|
|
629
|
+
'iprinter',
|
|
630
|
+
'ipropeller',
|
|
631
|
+
'ipublished',
|
|
632
|
+
'ipuzzle-2',
|
|
633
|
+
'ipuzzle',
|
|
634
|
+
'ipylon',
|
|
635
|
+
'iqrcode',
|
|
636
|
+
'iradar',
|
|
637
|
+
'iradio',
|
|
638
|
+
'iradioactive',
|
|
639
|
+
'ireceipt-dollar',
|
|
640
|
+
'ireceipt-euro',
|
|
641
|
+
'ireceipt',
|
|
642
|
+
'irecharging',
|
|
643
|
+
'irecycle',
|
|
644
|
+
'irefresh-alert',
|
|
645
|
+
'irefresh',
|
|
646
|
+
'irepeat-once',
|
|
647
|
+
'irepeat',
|
|
648
|
+
'ireplace',
|
|
649
|
+
'ireport-analytics',
|
|
650
|
+
'ireport-medical',
|
|
651
|
+
'ireport-search',
|
|
652
|
+
'ireport',
|
|
653
|
+
'iripple-off',
|
|
654
|
+
'iripple',
|
|
655
|
+
'irocket',
|
|
656
|
+
'irotate-2',
|
|
657
|
+
'irotate-clockwise-2',
|
|
658
|
+
'irotate-clockwise',
|
|
659
|
+
'irotate-dot',
|
|
660
|
+
'irotate',
|
|
661
|
+
'irouter',
|
|
662
|
+
'iruler-measure',
|
|
663
|
+
'isatellite',
|
|
664
|
+
'iscale',
|
|
665
|
+
'ischool',
|
|
666
|
+
'iscissors',
|
|
667
|
+
'iscooter-electric',
|
|
668
|
+
'iscreenshot',
|
|
669
|
+
'isearch',
|
|
670
|
+
'iseeding',
|
|
671
|
+
'iselect',
|
|
672
|
+
'iselector',
|
|
673
|
+
'isend',
|
|
674
|
+
'iserver',
|
|
675
|
+
'isettings',
|
|
676
|
+
'ishape',
|
|
677
|
+
'ishare-2',
|
|
678
|
+
'ishare',
|
|
679
|
+
'ishield-check',
|
|
680
|
+
'ishield-lock',
|
|
681
|
+
'ishield-off',
|
|
682
|
+
'ishield-x',
|
|
683
|
+
'ishield',
|
|
684
|
+
'iship-off',
|
|
685
|
+
'iship',
|
|
686
|
+
'ishopping-cart',
|
|
687
|
+
'islash',
|
|
688
|
+
'ismart-home',
|
|
689
|
+
'isnowflake',
|
|
690
|
+
'isolar-panel',
|
|
691
|
+
'isort-ascending-letters',
|
|
692
|
+
'isort-ascending-numbers',
|
|
693
|
+
'isort-descending-letters',
|
|
694
|
+
'isort-descending-numbers',
|
|
695
|
+
'ispacing-horizontal',
|
|
696
|
+
'ispacing-vertical',
|
|
697
|
+
'ispeakerphone',
|
|
698
|
+
'istack',
|
|
699
|
+
'istairs',
|
|
700
|
+
'istar',
|
|
701
|
+
'isun',
|
|
702
|
+
'isunrise',
|
|
703
|
+
'isunset',
|
|
704
|
+
'iswitch-horizontal',
|
|
705
|
+
'iswitch-vertical',
|
|
706
|
+
'itable',
|
|
707
|
+
'itag',
|
|
708
|
+
'itank-empty-fill',
|
|
709
|
+
'itank-full-fill',
|
|
710
|
+
'itank-medium-fill',
|
|
711
|
+
'itemperature-off',
|
|
712
|
+
'itemperature',
|
|
713
|
+
'itemplate',
|
|
714
|
+
'iterminal',
|
|
715
|
+
'itext-size',
|
|
716
|
+
'itext',
|
|
717
|
+
'ithumb-down',
|
|
718
|
+
'ithumb-up',
|
|
719
|
+
'iticket',
|
|
720
|
+
'itimeline',
|
|
721
|
+
'itir',
|
|
722
|
+
'itool',
|
|
723
|
+
'itools',
|
|
724
|
+
'itrain',
|
|
725
|
+
'itrash-off',
|
|
726
|
+
'itrash',
|
|
727
|
+
'itree',
|
|
728
|
+
'itrees',
|
|
729
|
+
'itruck-delivery',
|
|
730
|
+
'itruck',
|
|
731
|
+
'iumbrella',
|
|
732
|
+
'iunlink',
|
|
733
|
+
'iupload',
|
|
734
|
+
'iuser-circle',
|
|
735
|
+
'iuser-minus',
|
|
736
|
+
'iuser-plus',
|
|
737
|
+
'iuser-worker',
|
|
738
|
+
'iuser',
|
|
739
|
+
'iusers',
|
|
740
|
+
'iversions',
|
|
741
|
+
'ivideo-minus',
|
|
742
|
+
'ivideo-off',
|
|
743
|
+
'ivideo-plus',
|
|
744
|
+
'ivideo',
|
|
745
|
+
'ivolume-2',
|
|
746
|
+
'ivolume-3',
|
|
747
|
+
'ivolume',
|
|
748
|
+
'iwallet',
|
|
749
|
+
'iwand',
|
|
750
|
+
'iwave',
|
|
751
|
+
'iwaves',
|
|
752
|
+
'iwifi-off',
|
|
753
|
+
'iwifi',
|
|
754
|
+
'iwind-direction',
|
|
755
|
+
'iwind',
|
|
756
|
+
'iwindmill',
|
|
757
|
+
'iwood',
|
|
758
|
+
'iworld',
|
|
759
|
+
'iwriting',
|
|
760
|
+
'ix',
|
|
761
|
+
'izoom-reset',
|
|
294
762
|
'keyboard-hide',
|
|
295
763
|
'keyboard-show',
|
|
296
764
|
'keyboard',
|
|
@@ -390,6 +858,7 @@ const iconNames = [
|
|
|
390
858
|
'recharging',
|
|
391
859
|
'recycle',
|
|
392
860
|
'refresh-alert',
|
|
861
|
+
'refresh-off',
|
|
393
862
|
'refresh',
|
|
394
863
|
'repeat-once',
|
|
395
864
|
'repeat',
|
|
@@ -432,8 +901,9 @@ const iconNames = [
|
|
|
432
901
|
'ship-off',
|
|
433
902
|
'ship',
|
|
434
903
|
'shopping-cart',
|
|
904
|
+
'sizesm',
|
|
905
|
+
'sizexl',
|
|
435
906
|
'slash',
|
|
436
|
-
'smart-home',
|
|
437
907
|
'snowflake',
|
|
438
908
|
'solar-panel',
|
|
439
909
|
'sort-ascending-letters',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"index.cjs.js","mappings":";;;;;;;;;;;;AAAA;AAEA;;;;;SAKgB,MAAM,CAAI,GAAkB;IAC1C,MAAM,KAAK,GAAG,IAAI,KAAK,CACrB,EAAE,EACF;QACE,GAAG,CAAC,OAAO,EAAE,IAAI;YACf,OAAO,IAAI,CAAC;SACb;KACF,CACF,CAAC;IACF,OAAO,GAAG,CAAC,KAAU,CAAC,CAAC;AACzB;;;;;;;;;;;;;;;ACjBA;MACa,SAAS,GAAG;IACvB,kBAAkB;IAClB,cAAc;IACd,YAAY;IACZ,UAAU;IACV,cAAc;IACd,wBAAwB;IACxB,gBAAgB;IAChB,aAAa;IACb,WAAW;IACX,kBAAkB;IAClB,cAAc;IACd,cAAc;IACd,YAAY;IACZ,aAAa;IACb,YAAY;IACZ,MAAM;IACN,SAAS;IACT,OAAO;IACP,eAAe;IACf,YAAY;IACZ,iBAAiB;IACjB,kBAAkB;IAClB,YAAY;IACZ,kBAAkB;IAClB,eAAe;IACf,YAAY;IACZ,aAAa;IACb,eAAe;IACf,gBAAgB;IAChB,UAAU;IACV,iBAAiB;IACjB,aAAa;IACb,cAAc;IACd,MAAM;IACN,QAAQ;IACR,WAAW;IACX,WAAW;IACX,WAAW;IACX,WAAW;IACX,oBAAoB;IACpB,kBAAkB;IAClB,aAAa;IACb,aAAa;IACb,SAAS;IACT,UAAU;IACV,cAAc;IACd,MAAM;IACN,MAAM;IACN,qBAAqB;IACrB,eAAe;IACf,WAAW;IACX,MAAM;IACN,MAAM;IACN,cAAc;IACd,UAAU;IACV,WAAW;IACX,eAAe;IACf,cAAc;IACd,WAAW;IACX,iBAAiB;IACjB,eAAe;IACf,eAAe;IACf,cAAc;IACd,WAAW;IACX,SAAS;IACT,OAAO;IACP,eAAe;IACf,kBAAkB;IAClB,qBAAqB;IACrB,gBAAgB;IAChB,UAAU;IACV,UAAU;IACV,MAAM;IACN,MAAM;IACN,eAAe;IACf,UAAU;IACV,YAAY;IACZ,QAAQ;IACR,WAAW;IACX,KAAK;IACL,SAAS;IACT,eAAe;IACf,MAAM;IACN,MAAM;IACN,MAAM;IACN,eAAe;IACf,YAAY;IACZ,iBAAiB;IACjB,YAAY;IACZ,uBAAuB;IACvB,cAAc;IACd,WAAW;IACX,cAAc;IACd,eAAe;IACf,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,WAAW;IACX,aAAa;IACb,OAAO;IACP,UAAU;IACV,WAAW;IACX,QAAQ;IACR,cAAc;IACd,cAAc;IACd,eAAe;IACf,aAAa;IACb,eAAe;IACf,gBAAgB;IAChB,oBAAoB;IACpB,cAAc;IACd,UAAU;IACV,mBAAmB;IACnB,wBAAwB;IACxB,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,aAAa;IACb,WAAW;IACX,YAAY;IACZ,OAAO;IACP,uBAAuB;IACvB,gBAAgB;IAChB,YAAY;IACZ,YAAY;IACZ,cAAc;IACd,OAAO;IACP,cAAc;IACd,cAAc;IACd,SAAS;IACT,UAAU;IACV,MAAM;IACN,KAAK;IACL,OAAO;IACP,aAAa;IACb,MAAM;IACN,OAAO;IACP,OAAO;IACP,kBAAkB;IAClB,iBAAiB;IACjB,mBAAmB;IACnB,eAAe;IACf,KAAK;IACL,WAAW;IACX,UAAU;IACV,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,eAAe;IACf,uBAAuB;IACvB,eAAe;IACf,eAAe;IACf,cAAc;IACd,SAAS;IACT,SAAS;IACT,sBAAsB;IACtB,gBAAgB;IAChB,WAAW;IACX,UAAU;IACV,YAAY;IACZ,WAAW;IACX,UAAU;IACV,eAAe;IACf,MAAM;IACN,UAAU;IACV,OAAO;IACP,gBAAgB;IAChB,cAAc;IACd,SAAS;IACT,UAAU;IACV,MAAM;IACN,QAAQ;IACR,eAAe;IACf,SAAS;IACT,KAAK;IACL,SAAS;IACT,SAAS;IACT,YAAY;IACZ,gBAAgB;IAChB,YAAY;IACZ,WAAW;IACX,eAAe;IACf,aAAa;IACb,iBAAiB;IACjB,aAAa;IACb,WAAW;IACX,aAAa;IACb,oBAAoB;IACpB,WAAW;IACX,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,gBAAgB;IAChB,eAAe;IACf,cAAc;IACd,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,aAAa;IACb,QAAQ;IACR,UAAU;IACV,MAAM;IACN,WAAW;IACX,OAAO;IACP,YAAY;IACZ,aAAa;IACb,QAAQ;IACR,aAAa;IACb,mBAAmB;IACnB,MAAM;IACN,OAAO;IACP,iBAAiB;IACjB,eAAe;IACf,cAAc;IACd,YAAY;IACZ,aAAa;IACb,UAAU;IACV,QAAQ;IACR,SAAS;IACT,OAAO;IACP,aAAa;IACb,WAAW;IACX,OAAO;IACP,MAAM;IACN,KAAK;IACL,WAAW;IACX,iBAAiB;IACjB,eAAe;IACf,WAAW;IACX,aAAa;IACb,MAAM;IACN,MAAM;IACN,gBAAgB;IAChB,YAAY;IACZ,SAAS;IACT,YAAY;IACZ,MAAM;IACN,SAAS;IACT,MAAM;IACN,iBAAiB;IACjB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,WAAW;IACX,OAAO;IACP,aAAa;IACb,eAAe;IACf,eAAe;IACf,UAAU;IACV,oBAAoB;IACpB,kBAAkB;IAClB,aAAa;IACb,8BAA8B;IAC9B,4BAA4B;IAC5B,+BAA+B;IAC/B,6BAA6B;IAC7B,QAAQ;IACR,MAAM;IACN,UAAU;IACV,MAAM;IACN,aAAa;IACb,MAAM;IACN,QAAQ;IACR,UAAU;IACV,UAAU;IACV,WAAW;IACX,MAAM;IACN,OAAO;IACP,QAAQ;IACR,cAAc;IACd,aAAa;IACb,MAAM;IACN,aAAa;IACb,SAAS;IACT,KAAK;IACL,MAAM;IACN,cAAc;IACd,aAAa;IACb,SAAS;IACT,UAAU;IACV,gBAAgB;IAChB,YAAY;IACZ,OAAO;IACP,MAAM;IACN,MAAM;IACN,WAAW;IACX,OAAO;IACP,OAAO;IACP,SAAS;IACT,MAAM;IACN,MAAM;IACN,UAAU;IACV,OAAO;IACP,kBAAkB;IAClB,SAAS;IACT,SAAS;IACT,WAAW;IACX,QAAQ;IACR,YAAY;IACZ,eAAe;IACf,aAAa;IACb,gBAAgB;IAChB,WAAW;IACX,gBAAgB;IAChB,OAAO;IACP,WAAW;IACX,OAAO;IACP,KAAK;IACL,KAAK;IACL,YAAY;IACZ,QAAQ;IACR,WAAW;IACX,OAAO;IACP,OAAO;IACP,cAAc;IACd,aAAa;IACb,kBAAkB;IAClB,qBAAqB;IACrB,aAAa;IACb,mBAAmB;IACnB,mBAAmB;IACnB,gBAAgB;IAChB,MAAM;IACN,MAAM;IACN,UAAU;IACV,UAAU;IACV,OAAO;IACP,wBAAwB;IACxB,cAAc;IACd,SAAS;IACT,WAAW;IACX,WAAW;IACX,UAAU;IACV,QAAQ;IACR,OAAO;IACP,QAAQ;IACR,OAAO;IACP,OAAO;IACP,aAAa;IACb,gBAAgB;IAChB,cAAc;IACd,SAAS;IACT,YAAY;IACZ,SAAS;IACT,eAAe;IACf,SAAS;IACT,aAAa;IACb,QAAQ;IACR,SAAS;IACT,kBAAkB;IAClB,gBAAgB;IAChB,eAAe;IACf,QAAQ;IACR,YAAY;IACZ,QAAQ;IACR,QAAQ;IACR,UAAU;IACV,oBAAoB;IACpB,kBAAkB;IAClB,YAAY;IACZ,QAAQ;IACR,QAAQ;IACR,eAAe;IACf,WAAW;IACX,OAAO;IACP,QAAQ;IACR,UAAU;IACV,kBAAkB;IAClB,YAAY;IACZ,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,UAAU;IACV,MAAM;IACN,QAAQ;IACR,UAAU;IACV,OAAO;IACP,SAAS;IACT,OAAO;IACP,cAAc;IACd,aAAa;IACb,YAAY;IACZ,UAAU;IACV,QAAQ;IACR,UAAU;IACV,MAAM;IACN,eAAe;IACf,OAAO;IACP,YAAY;IACZ,WAAW;IACX,aAAa;IACb,wBAAwB;IACxB,wBAAwB;IACxB,yBAAyB;IACzB,yBAAyB;IACzB,oBAAoB;IACpB,kBAAkB;IAClB,cAAc;IACd,OAAO;IACP,QAAQ;IACR,MAAM;IACN,KAAK;IACL,SAAS;IACT,QAAQ;IACR,mBAAmB;IACnB,iBAAiB;IACjB,OAAO;IACP,KAAK;IACL,iBAAiB;IACjB,gBAAgB;IAChB,kBAAkB;IAClB,iBAAiB;IACjB,aAAa;IACb,UAAU;IACV,UAAU;IACV,WAAW;IACX,MAAM;IACN,YAAY;IACZ,UAAU;IACV,QAAQ;IACR,UAAU;IACV,KAAK;IACL,MAAM;IACN,OAAO;IACP,OAAO;IACP,WAAW;IACX,OAAO;IACP,MAAM;IACN,OAAO;IACP,gBAAgB;IAChB,OAAO;IACP,UAAU;IACV,QAAQ;IACR,QAAQ;IACR,aAAa;IACb,YAAY;IACZ,WAAW;IACX,aAAa;IACb,MAAM;IACN,OAAO;IACP,UAAU;IACV,aAAa;IACb,WAAW;IACX,YAAY;IACZ,OAAO;IACP,UAAU;IACV,UAAU;IACV,QAAQ;IACR,QAAQ;IACR,MAAM;IACN,MAAM;IACN,OAAO;IACP,UAAU;IACV,MAAM;IACN,gBAAgB;IAChB,MAAM;IACN,UAAU;IACV,MAAM;IACN,OAAO;IACP,SAAS;IACT,GAAG;IACH,YAAY;;;;;;;;;;;","names":[],"sources":["src/utils/class.utils.ts","src/components/nv-icon/nv-icons.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/**\n * Get the name of a property in an object or class instance.\n * @param {function} key The key of the property.\n * @returns {string} The name of the property.\n */\nexport function nameof<T>(key: (x: T) => any): string {\n const proxy = new Proxy(\n {},\n {\n get(_target, prop) {\n return prop;\n },\n },\n );\n return key(proxy as T);\n}\n","/** Available icons */\nexport const iconNames = [\n 'access-point-off',\n 'access-point',\n 'accessible',\n 'activity',\n 'address-book',\n 'adjustments-horizontal',\n 'adjustments-up',\n 'adjustments',\n 'affiliate',\n 'air-conditioning',\n 'alert-circle',\n 'align-center',\n 'align-left',\n 'align-right',\n 'app-window',\n 'apps',\n 'archive',\n 'areas',\n 'arrow-back-up',\n 'arrow-back',\n 'arrow-down-left',\n 'arrow-down-right',\n 'arrow-down',\n 'arrow-forward-up',\n 'arrow-forward',\n 'arrow-left',\n 'arrow-right',\n 'arrow-up-left',\n 'arrow-up-right',\n 'arrow-up',\n 'arrows-exchange',\n 'arrows-move',\n 'aspect-ratio',\n 'atom',\n 'basket',\n 'battery-1',\n 'battery-2',\n 'battery-3',\n 'battery-4',\n 'battery-automotive',\n 'battery-charging',\n 'battery-eco',\n 'battery-off',\n 'battery',\n 'bell-off',\n 'bell-ringing',\n 'bell',\n 'bike',\n 'bluetooth-connected',\n 'bluetooth-off',\n 'bluetooth',\n 'bolt',\n 'book',\n 'bookmark-off',\n 'bookmark',\n 'bookmarks',\n 'box-align-top',\n 'box-multiple',\n 'briefcase',\n 'brightness-down',\n 'brightness-up',\n 'browser-check',\n 'browser-plus',\n 'browser-x',\n 'browser',\n 'brush',\n 'building-bank',\n 'building-factory',\n 'building-lighthouse',\n 'building-store',\n 'building',\n 'bulb-off',\n 'bulb',\n 'cake',\n 'calendar-time',\n 'calendar',\n 'camera-off',\n 'camera',\n 'car-crane',\n 'car',\n 'caravan',\n 'cash-banknote',\n 'cash',\n 'cast',\n 'cell',\n 'charging-pile',\n 'chart-arcs',\n 'chart-area-line',\n 'chart-area',\n 'chart-arrows-vertical',\n 'chart-arrows',\n 'chart-bar',\n 'chart-bubble',\n 'chart-circles',\n 'chart-donut',\n 'chart-dots',\n 'chart-line',\n 'chart-pie',\n 'chart-radar',\n 'check',\n 'checkbox',\n 'checklist',\n 'checks',\n 'chevron-down',\n 'chevron-left',\n 'chevron-right',\n 'chevron-top',\n 'chevrons-left',\n 'chevrons-right',\n 'circle-caret-right',\n 'circle-check',\n 'circle-x',\n 'circuit-alternate',\n 'circuit-ground-digital',\n 'clipboard-check',\n 'clipboard-list',\n 'clipboard-plus',\n 'clipboard-text',\n 'clipboard-x',\n 'clipboard',\n 'clock-edit',\n 'clock',\n 'cloud-data-connection',\n 'cloud-download',\n 'cloud-rain',\n 'cloud-snow',\n 'cloud-upload',\n 'cloud',\n 'color-picker',\n 'color-swatch',\n 'compass',\n 'contract',\n 'copy',\n 'cpu',\n 'crane',\n 'credit-card',\n 'crop',\n 'cross',\n 'crown',\n 'currency-bitcoin',\n 'currency-dollar',\n 'currency-ethereum',\n 'currency-euro',\n 'cut',\n 'dashboard',\n 'database',\n 'device-desktop',\n 'device-floppy',\n 'device-gamepad',\n 'device-laptop',\n 'device-mobile-rotated',\n 'device-mobile',\n 'device-tablet',\n 'device-watch',\n 'devices',\n 'dialpad',\n 'direction-horizontal',\n 'direction-sign',\n 'direction',\n 'discount',\n 'door-enter',\n 'door-exit',\n 'door-off',\n 'dots-vertical',\n 'dots',\n 'download',\n 'drone',\n 'droplet-filled',\n 'droplet-half',\n 'droplet',\n 'droplets',\n 'edit',\n 'engine',\n 'external-link',\n 'eye-off',\n 'eye',\n 'face-id',\n 'feather',\n 'file-alert',\n 'file-analytics',\n 'file-check',\n 'file-code',\n 'file-download',\n 'file-export',\n 'file-horizontal',\n 'file-import',\n 'file-plus',\n 'file-search',\n 'file-text-bookmark',\n 'file-text',\n 'file-type-bmp',\n 'file-type-css',\n 'file-type-csv',\n 'file-type-doc',\n 'file-type-html',\n 'file-type-jpg',\n 'file-type-js',\n 'file-type-pdf',\n 'file-type-png',\n 'file-type-ppt',\n 'file-type-xls',\n 'file-type-xml',\n 'file-type-zip',\n 'file-upload',\n 'file-x',\n 'file-zip',\n 'file',\n 'files-off',\n 'files',\n 'filter-off',\n 'filter-sort',\n 'filter',\n 'fingerprint',\n 'fire-extinguisher',\n 'flag',\n 'flame',\n 'flip-horizontal',\n 'flip-vertical',\n 'folder-minus',\n 'folder-off',\n 'folder-plus',\n 'folder-x',\n 'folder',\n 'folders',\n 'frame',\n 'gas-station',\n 'gauge-off',\n 'gauge',\n 'gift',\n 'gps',\n 'grid-dots',\n 'grip-horizontal',\n 'grip-vertical',\n 'hand-stop',\n 'hand-waving',\n 'hash',\n 'haze',\n 'headphones-off',\n 'headphones',\n 'headset',\n 'helicopter',\n 'help',\n 'history',\n 'home',\n 'hourglass-empty',\n 'hourglass-high',\n 'hourglass-low',\n 'hourglass-off',\n 'hourglass',\n 'inbox',\n 'info-circle',\n 'keyboard-hide',\n 'keyboard-show',\n 'keyboard',\n 'layout-board-split',\n 'layout-dashboard',\n 'layout-grid',\n 'layout-sidebar-left-collapse',\n 'layout-sidebar-left-expand',\n 'layout-sidebar-right-collapse',\n 'layout-sidebar-right-expand',\n 'layout',\n 'leaf',\n 'lifebuoy',\n 'link',\n 'list-search',\n 'list',\n 'loader',\n 'location',\n 'lock-off',\n 'lock-open',\n 'lock',\n 'login',\n 'logout',\n 'mail-forward',\n 'mail-opened',\n 'mail',\n 'map-pin-off',\n 'map-pin',\n 'map',\n 'menu',\n 'message-dots',\n 'message-off',\n 'message',\n 'messages',\n 'microphone-off',\n 'microphone',\n 'minus',\n 'mist',\n 'moon',\n 'motorbike',\n 'mouse',\n 'movie',\n 'network',\n 'news',\n 'note',\n 'notebook',\n 'notes',\n 'offshore-station',\n 'package',\n 'palette',\n 'paperclip',\n 'pencil',\n 'phone-call',\n 'phone-calling',\n 'phone-check',\n 'phone-incoming',\n 'phone-off',\n 'phone-outgoing',\n 'phone',\n 'photo-off',\n 'photo',\n 'pig',\n 'pin',\n 'pinned-off',\n 'pinned',\n 'plane-off',\n 'plane',\n 'plant',\n 'player-pause',\n 'player-play',\n 'player-skip-back',\n 'player-skip-forward',\n 'player-stop',\n 'player-track-next',\n 'player-track-prev',\n 'plug-connected',\n 'plug',\n 'plus',\n 'power-ac',\n 'power-dc',\n 'power',\n 'presentation-analytics',\n 'presentation',\n 'printer',\n 'propeller',\n 'published',\n 'puzzle-2',\n 'puzzle',\n 'pylon',\n 'qrcode',\n 'radar',\n 'radio',\n 'radioactive',\n 'receipt-dollar',\n 'receipt-euro',\n 'receipt',\n 'recharging',\n 'recycle',\n 'refresh-alert',\n 'refresh',\n 'repeat-once',\n 'repeat',\n 'replace',\n 'report-analytics',\n 'report-medical',\n 'report-search',\n 'report',\n 'ripple-off',\n 'ripple',\n 'rocket',\n 'rotate-2',\n 'rotate-clockwise-2',\n 'rotate-clockwise',\n 'rotate-dot',\n 'rotate',\n 'router',\n 'ruler-measure',\n 'satellite',\n 'scale',\n 'school',\n 'scissors',\n 'scooter-electric',\n 'screenshot',\n 'search',\n 'seeding',\n 'select',\n 'selector',\n 'send',\n 'server',\n 'settings',\n 'shape',\n 'share-2',\n 'share',\n 'shield-check',\n 'shield-lock',\n 'shield-off',\n 'shield-x',\n 'shield',\n 'ship-off',\n 'ship',\n 'shopping-cart',\n 'slash',\n 'smart-home',\n 'snowflake',\n 'solar-panel',\n 'sort-ascending-letters',\n 'sort-ascending-numbers',\n 'sort-descending-letters',\n 'sort-descending-numbers',\n 'spacing-horizontal',\n 'spacing-vertical',\n 'speakerphone',\n 'stack',\n 'stairs',\n 'star',\n 'sun',\n 'sunrise',\n 'sunset',\n 'switch-horizontal',\n 'switch-vertical',\n 'table',\n 'tag',\n 'tank-empty-fill',\n 'tank-full-fill',\n 'tank-medium-fill',\n 'temperature-off',\n 'temperature',\n 'template',\n 'terminal',\n 'text-size',\n 'text',\n 'thumb-down',\n 'thumb-up',\n 'ticket',\n 'timeline',\n 'tir',\n 'tool',\n 'tools',\n 'train',\n 'trash-off',\n 'trash',\n 'tree',\n 'trees',\n 'truck-delivery',\n 'truck',\n 'umbrella',\n 'unlink',\n 'upload',\n 'user-circle',\n 'user-minus',\n 'user-plus',\n 'user-worker',\n 'user',\n 'users',\n 'versions',\n 'video-minus',\n 'video-off',\n 'video-plus',\n 'video',\n 'volume-2',\n 'volume-3',\n 'volume',\n 'wallet',\n 'wand',\n 'wave',\n 'waves',\n 'wifi-off',\n 'wifi',\n 'wind-direction',\n 'wind',\n 'windmill',\n 'wood',\n 'world',\n 'writing',\n 'x',\n 'zoom-reset',\n] as const;\nexport type IconName = (typeof iconNames)[number];\n"],"version":3}
|
|
1
|
+
{"file":"index.cjs.js","mappings":"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","names":[],"sources":["src/utils/class.utils.ts","src/components/nv-icon/nv-icons.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/**\n * Get the name of a property in an object or class instance.\n * @param {function} key The key of the property.\n * @returns {string} The name of the property.\n */\nexport function nameof<T>(key: (x: T) => any): string {\n const proxy = new Proxy(\n {},\n {\n get(_target, prop) {\n return prop;\n },\n },\n );\n return key(proxy as T);\n}\n","/** Available icons */\n\nexport const iconNames = [\n 'access-point-off',\n 'access-point',\n 'accessible',\n 'activity',\n 'address-book',\n 'adjustments-horizontal',\n 'adjustments-up',\n 'adjustments',\n 'affiliate',\n 'air-conditioning',\n 'alert-circle',\n 'align-center',\n 'align-left',\n 'align-right',\n 'app-window',\n 'apps',\n 'archive',\n 'areas',\n 'arrow-back-up',\n 'arrow-back',\n 'arrow-down-left',\n 'arrow-down-right',\n 'arrow-down',\n 'arrow-forward-up',\n 'arrow-forward',\n 'arrow-left',\n 'arrow-right',\n 'arrow-up-left',\n 'arrow-up-right',\n 'arrow-up',\n 'arrows-exchange',\n 'arrows-move',\n 'aspect-ratio',\n 'atom',\n 'badge-theme',\n 'basket',\n 'battery-1',\n 'battery-2',\n 'battery-3',\n 'battery-4',\n 'battery-automotive',\n 'battery-charging',\n 'battery-eco',\n 'battery-off',\n 'battery',\n 'bell-off',\n 'bell-ringing',\n 'bell',\n 'bike',\n 'bluetooth-connected',\n 'bluetooth-off',\n 'bluetooth',\n 'bolt',\n 'book',\n 'bookmark-off',\n 'bookmark',\n 'bookmarks',\n 'box-align-top',\n 'box-multiple',\n 'briefcase',\n 'brightness-down',\n 'brightness-up',\n 'browser-check',\n 'browser-plus',\n 'browser-x',\n 'browser',\n 'brush',\n 'building-bank',\n 'building-factory',\n 'building-lighthouse',\n 'building-store',\n 'building',\n 'bulb-off',\n 'bulb',\n 'cake',\n 'calendar-time',\n 'calendar',\n 'camera-off',\n 'camera',\n 'car-crane',\n 'car',\n 'caravan',\n 'cash-banknote',\n 'cash',\n 'cast',\n 'cell',\n 'charging-pile',\n 'chart-arcs',\n 'chart-area-line',\n 'chart-area',\n 'chart-arrows-vertical',\n 'chart-arrows',\n 'chart-bar',\n 'chart-bubble',\n 'chart-circles',\n 'chart-donut',\n 'chart-dots',\n 'chart-line',\n 'chart-pie',\n 'chart-radar',\n 'check',\n 'checkbox',\n 'checklist',\n 'checks',\n 'chevron-down',\n 'chevron-left',\n 'chevron-right',\n 'chevron-top',\n 'chevrons-left',\n 'chevrons-right',\n 'circle-caret-right',\n 'circle-check',\n 'circle-x',\n 'circuit-alternate',\n 'circuit-ground-digital',\n 'clipboard-check',\n 'clipboard-list',\n 'clipboard-plus',\n 'clipboard-text',\n 'clipboard-x',\n 'clipboard',\n 'clock-edit',\n 'clock',\n 'cloud-data-connection',\n 'cloud-download',\n 'cloud-rain',\n 'cloud-snow',\n 'cloud-upload',\n 'cloud',\n 'color-picker',\n 'color-swatch',\n 'compass',\n 'contract',\n 'copy',\n 'cpu',\n 'crane',\n 'credit-card',\n 'crop',\n 'cross',\n 'crown',\n 'currency-bitcoin',\n 'currency-dollar',\n 'currency-ethereum',\n 'currency-euro',\n 'cut',\n 'dashboard',\n 'database',\n 'device-desktop',\n 'device-floppy',\n 'device-gamepad',\n 'device-laptop',\n 'device-mobile-rotated',\n 'device-mobile',\n 'device-tablet',\n 'device-watch',\n 'devices',\n 'dialpad',\n 'direction-horizontal',\n 'direction-sign',\n 'direction',\n 'discount',\n 'door-enter',\n 'door-exit',\n 'door-off',\n 'dots-vertical',\n 'dots',\n 'download',\n 'drone',\n 'droplet-filled',\n 'droplet-half',\n 'droplet',\n 'droplets',\n 'edit',\n 'engine',\n 'external-link',\n 'eye-off',\n 'eye',\n 'face-id',\n 'feather',\n 'file-alert',\n 'file-analytics',\n 'file-check',\n 'file-code',\n 'file-download',\n 'file-export',\n 'file-horizontal',\n 'file-import',\n 'file-plus',\n 'file-search',\n 'file-text-bookmark',\n 'file-text',\n 'file-type-bmp',\n 'file-type-css',\n 'file-type-csv',\n 'file-type-doc',\n 'file-type-html',\n 'file-type-jpg',\n 'file-type-js',\n 'file-type-pdf',\n 'file-type-png',\n 'file-type-ppt',\n 'file-type-xml',\n 'file-type-zip',\n 'file-upload',\n 'file-x',\n 'file-zip',\n 'file',\n 'files-off',\n 'files',\n 'filter-off',\n 'filter-sort',\n 'filter',\n 'fingerprint',\n 'fire-extinguisher',\n 'flag',\n 'flame',\n 'flip-horizontal',\n 'flip-vertical',\n 'folder-minus',\n 'folder-off',\n 'folder-plus',\n 'folder-x',\n 'folder',\n 'folders',\n 'frame-66',\n 'frame',\n 'gas-station',\n 'gauge-off',\n 'gauge',\n 'gift',\n 'gps',\n 'grid-dots',\n 'grip-horizontal',\n 'grip-vertical',\n 'hand-stop',\n 'hand-waving',\n 'hash',\n 'haze',\n 'headphones-off',\n 'headphones',\n 'headset',\n 'helicopter',\n 'help',\n 'history',\n 'home',\n 'hourglass-empty',\n 'hourglass-high',\n 'hourglass-low',\n 'hourglass-off',\n 'hourglass',\n 'iaccess-point-off',\n 'iaccess-point',\n 'iaccessible',\n 'iactivity',\n 'iaddress-book',\n 'iadjustments-horizontal',\n 'iadjustments-up',\n 'iadjustments',\n 'iaffiliate',\n 'iair-conditioning',\n 'ialert-circle',\n 'ialign-center',\n 'ialign-left',\n 'ialign-right',\n 'iapp-window',\n 'iapps',\n 'iarchive',\n 'iareas',\n 'iarrow-back-up',\n 'iarrow-back',\n 'iarrow-down-left',\n 'iarrow-down-right',\n 'iarrow-down',\n 'iarrow-forward-up',\n 'iarrow-forward',\n 'iarrow-left',\n 'iarrow-right',\n 'iarrow-up-left',\n 'iarrow-up-right',\n 'iarrow-up',\n 'iarrows-exchange',\n 'iarrows-move',\n 'iaspect-ratio',\n 'iatom',\n 'ibasket',\n 'ibattery-1',\n 'ibattery-2',\n 'ibattery-3',\n 'ibattery-4',\n 'ibattery-automotive',\n 'ibattery-charging',\n 'ibattery-eco',\n 'ibattery-off',\n 'ibattery',\n 'ibell-off',\n 'ibell-ringing',\n 'ibell',\n 'ibike',\n 'ibluetooth-connected',\n 'ibluetooth-off',\n 'ibluetooth',\n 'ibolt',\n 'ibook',\n 'ibookmark-off',\n 'ibookmark',\n 'ibookmarks',\n 'ibox-align-top',\n 'ibox-multiple',\n 'ibriefcase',\n 'ibrightness-down',\n 'ibrightness-up',\n 'ibrowser-check',\n 'ibrowser-plus',\n 'ibrowser-x',\n 'ibrowser',\n 'ibrush',\n 'ibuilding-bank',\n 'ibuilding-factory',\n 'ibuilding-lighthouse',\n 'ibuilding-store',\n 'ibuilding',\n 'ibulb-off',\n 'ibulb',\n 'icake',\n 'icalendar-time',\n 'icalendar',\n 'icamera-off',\n 'icamera',\n 'icar-crane',\n 'icar',\n 'icaravan',\n 'icash-banknote',\n 'icash',\n 'icast',\n 'icell',\n 'icharging-pile',\n 'ichart-arcs',\n 'ichart-area-line',\n 'ichart-area',\n 'ichart-arrows-vertical',\n 'ichart-arrows',\n 'ichart-bar',\n 'ichart-bubble',\n 'ichart-circles',\n 'ichart-donut',\n 'ichart-dots',\n 'ichart-line',\n 'ichart-pie',\n 'ichart-radar',\n 'icheck',\n 'icheckbox',\n 'ichecklist',\n 'ichecks',\n 'ichevron-down',\n 'ichevron-left',\n 'ichevron-right',\n 'ichevron-top',\n 'ichevrons-left',\n 'ichevrons-right',\n 'icircle-caret-right',\n 'icircle-check',\n 'icircle-x',\n 'icircuit-alternate',\n 'icircuit-ground-digital',\n 'iclipboard-check',\n 'iclipboard-list',\n 'iclipboard-plus',\n 'iclipboard-text',\n 'iclipboard-x',\n 'iclipboard',\n 'iclock-edit',\n 'iclock',\n 'icloud-data-connection',\n 'icloud-download',\n 'icloud-rain',\n 'icloud-snow',\n 'icloud-upload',\n 'icloud',\n 'icolor-picker',\n 'icolor-swatch',\n 'icompass',\n 'icontract',\n 'icopy',\n 'icpu',\n 'icrane',\n 'icredit-card',\n 'icrop',\n 'icross',\n 'icrown',\n 'icurrency-bitcoin',\n 'icurrency-dollar',\n 'icurrency-ethereum',\n 'icurrency-euro',\n 'icut',\n 'idashboard',\n 'idatabase',\n 'idevice-desktop',\n 'idevice-floppy',\n 'idevice-gamepad',\n 'idevice-laptop',\n 'idevice-mobile-rotated',\n 'idevice-mobile',\n 'idevice-tablet',\n 'idevice-watch',\n 'idevices',\n 'idialpad',\n 'idirection-horizontal',\n 'idirection-sign',\n 'idirection',\n 'idiscount',\n 'idoor-enter',\n 'idoor-exit',\n 'idoor-off',\n 'idots-vertical',\n 'idots',\n 'idownload',\n 'idrone',\n 'idroplet-filled',\n 'idroplet-half',\n 'idroplet',\n 'idroplets',\n 'iedit',\n 'iengine',\n 'iexternal-link',\n 'ieye-off',\n 'ieye',\n 'iface-id',\n 'ifeather',\n 'ifile-alert',\n 'ifile-analytics',\n 'ifile-check',\n 'ifile-code',\n 'ifile-download',\n 'ifile-export',\n 'ifile-horizontal',\n 'ifile-import',\n 'ifile-plus',\n 'ifile-search',\n 'ifile-text-bookmark',\n 'ifile-text',\n 'ifile-type-bmp',\n 'ifile-type-css',\n 'ifile-type-csv',\n 'ifile-type-doc',\n 'ifile-type-html',\n 'ifile-type-jpg',\n 'ifile-type-js',\n 'ifile-type-pdf',\n 'ifile-type-png',\n 'ifile-type-ppt',\n 'ifile-type-xls',\n 'ifile-type-xml',\n 'ifile-type-zip',\n 'ifile-upload',\n 'ifile-x',\n 'ifile-zip',\n 'ifile',\n 'ifiles-off',\n 'ifiles',\n 'ifilter-off',\n 'ifilter-sort',\n 'ifilter',\n 'ifingerprint',\n 'ifire-extinguisher',\n 'iflag',\n 'iflame',\n 'iflip-horizontal',\n 'iflip-vertical',\n 'ifolder-minus',\n 'ifolder-off',\n 'ifolder-plus',\n 'ifolder-x',\n 'ifolder',\n 'ifolders',\n 'iframe',\n 'igas-station',\n 'igauge-off',\n 'igauge',\n 'igift',\n 'igps',\n 'igrid-dots',\n 'igrip-horizontal',\n 'igrip-vertical',\n 'ihand-stop',\n 'ihand-waving',\n 'ihash',\n 'ihaze',\n 'iheadphones-off',\n 'iheadphones',\n 'iheadset',\n 'ihelicopter',\n 'ihelp',\n 'ihistory',\n 'ihome',\n 'ihourglass-empty',\n 'ihourglass-high',\n 'ihourglass-low',\n 'ihourglass-off',\n 'ihourglass',\n 'iinbox',\n 'iinfo-circle',\n 'ikeyboard-hide',\n 'ikeyboard-show',\n 'ikeyboard',\n 'ilayout-board-split',\n 'ilayout-dashboard',\n 'ilayout-grid',\n 'ilayout-sidebar-left-collapse',\n 'ilayout-sidebar-left-expand',\n 'ilayout-sidebar-right-collapse',\n 'ilayout-sidebar-right-expand',\n 'ilayout',\n 'ileaf',\n 'ilifebuoy',\n 'ilink',\n 'ilist-search',\n 'ilist',\n 'iloader',\n 'ilocation',\n 'ilock-off',\n 'ilock-open',\n 'ilock',\n 'ilogin',\n 'ilogout',\n 'imail-forward',\n 'imail-opened',\n 'imail',\n 'imap-pin-off',\n 'imap-pin',\n 'imap',\n 'imenu',\n 'imessage-dots',\n 'imessage-off',\n 'imessage',\n 'imessages',\n 'imicrophone-off',\n 'imicrophone',\n 'iminus',\n 'imist',\n 'imoon',\n 'imotorbike',\n 'imouse',\n 'imovie',\n 'inbox',\n 'inetwork',\n 'inews',\n 'info-circle',\n 'inote',\n 'inotebook',\n 'inotes',\n 'ioffshore-station',\n 'ipackage',\n 'ipalette',\n 'ipaperclip',\n 'ipencil',\n 'iphone-call',\n 'iphone-calling',\n 'iphone-check',\n 'iphone-incoming',\n 'iphone-off',\n 'iphone-outgoing',\n 'iphone',\n 'iphoto-off',\n 'iphoto',\n 'ipig',\n 'ipin',\n 'ipinned-off',\n 'ipinned',\n 'iplane-off',\n 'iplane',\n 'iplant',\n 'iplayer-pause',\n 'iplayer-play',\n 'iplayer-skip-back',\n 'iplayer-skip-forward',\n 'iplayer-stop',\n 'iplayer-track-next',\n 'iplayer-track-prev',\n 'iplug-connected',\n 'iplug',\n 'iplus',\n 'ipower-ac',\n 'ipower-dc',\n 'ipower',\n 'ipresentation-analytics',\n 'ipresentation',\n 'iprinter',\n 'ipropeller',\n 'ipublished',\n 'ipuzzle-2',\n 'ipuzzle',\n 'ipylon',\n 'iqrcode',\n 'iradar',\n 'iradio',\n 'iradioactive',\n 'ireceipt-dollar',\n 'ireceipt-euro',\n 'ireceipt',\n 'irecharging',\n 'irecycle',\n 'irefresh-alert',\n 'irefresh',\n 'irepeat-once',\n 'irepeat',\n 'ireplace',\n 'ireport-analytics',\n 'ireport-medical',\n 'ireport-search',\n 'ireport',\n 'iripple-off',\n 'iripple',\n 'irocket',\n 'irotate-2',\n 'irotate-clockwise-2',\n 'irotate-clockwise',\n 'irotate-dot',\n 'irotate',\n 'irouter',\n 'iruler-measure',\n 'isatellite',\n 'iscale',\n 'ischool',\n 'iscissors',\n 'iscooter-electric',\n 'iscreenshot',\n 'isearch',\n 'iseeding',\n 'iselect',\n 'iselector',\n 'isend',\n 'iserver',\n 'isettings',\n 'ishape',\n 'ishare-2',\n 'ishare',\n 'ishield-check',\n 'ishield-lock',\n 'ishield-off',\n 'ishield-x',\n 'ishield',\n 'iship-off',\n 'iship',\n 'ishopping-cart',\n 'islash',\n 'ismart-home',\n 'isnowflake',\n 'isolar-panel',\n 'isort-ascending-letters',\n 'isort-ascending-numbers',\n 'isort-descending-letters',\n 'isort-descending-numbers',\n 'ispacing-horizontal',\n 'ispacing-vertical',\n 'ispeakerphone',\n 'istack',\n 'istairs',\n 'istar',\n 'isun',\n 'isunrise',\n 'isunset',\n 'iswitch-horizontal',\n 'iswitch-vertical',\n 'itable',\n 'itag',\n 'itank-empty-fill',\n 'itank-full-fill',\n 'itank-medium-fill',\n 'itemperature-off',\n 'itemperature',\n 'itemplate',\n 'iterminal',\n 'itext-size',\n 'itext',\n 'ithumb-down',\n 'ithumb-up',\n 'iticket',\n 'itimeline',\n 'itir',\n 'itool',\n 'itools',\n 'itrain',\n 'itrash-off',\n 'itrash',\n 'itree',\n 'itrees',\n 'itruck-delivery',\n 'itruck',\n 'iumbrella',\n 'iunlink',\n 'iupload',\n 'iuser-circle',\n 'iuser-minus',\n 'iuser-plus',\n 'iuser-worker',\n 'iuser',\n 'iusers',\n 'iversions',\n 'ivideo-minus',\n 'ivideo-off',\n 'ivideo-plus',\n 'ivideo',\n 'ivolume-2',\n 'ivolume-3',\n 'ivolume',\n 'iwallet',\n 'iwand',\n 'iwave',\n 'iwaves',\n 'iwifi-off',\n 'iwifi',\n 'iwind-direction',\n 'iwind',\n 'iwindmill',\n 'iwood',\n 'iworld',\n 'iwriting',\n 'ix',\n 'izoom-reset',\n 'keyboard-hide',\n 'keyboard-show',\n 'keyboard',\n 'layout-board-split',\n 'layout-dashboard',\n 'layout-grid',\n 'layout-sidebar-left-collapse',\n 'layout-sidebar-left-expand',\n 'layout-sidebar-right-collapse',\n 'layout-sidebar-right-expand',\n 'layout',\n 'leaf',\n 'lifebuoy',\n 'link',\n 'list-search',\n 'list',\n 'loader',\n 'location',\n 'lock-off',\n 'lock-open',\n 'lock',\n 'login',\n 'logout',\n 'mail-forward',\n 'mail-opened',\n 'mail',\n 'map-pin-off',\n 'map-pin',\n 'map',\n 'menu',\n 'message-dots',\n 'message-off',\n 'message',\n 'messages',\n 'microphone-off',\n 'microphone',\n 'minus',\n 'mist',\n 'moon',\n 'motorbike',\n 'mouse',\n 'movie',\n 'network',\n 'news',\n 'note',\n 'notebook',\n 'notes',\n 'offshore-station',\n 'package',\n 'palette',\n 'paperclip',\n 'pencil',\n 'phone-call',\n 'phone-calling',\n 'phone-check',\n 'phone-incoming',\n 'phone-off',\n 'phone-outgoing',\n 'phone',\n 'photo-off',\n 'photo',\n 'pig',\n 'pin',\n 'pinned-off',\n 'pinned',\n 'plane-off',\n 'plane',\n 'plant',\n 'player-pause',\n 'player-play',\n 'player-skip-back',\n 'player-skip-forward',\n 'player-stop',\n 'player-track-next',\n 'player-track-prev',\n 'plug-connected',\n 'plug',\n 'plus',\n 'power-ac',\n 'power-dc',\n 'power',\n 'presentation-analytics',\n 'presentation',\n 'printer',\n 'propeller',\n 'published',\n 'puzzle-2',\n 'puzzle',\n 'pylon',\n 'qrcode',\n 'radar',\n 'radio',\n 'radioactive',\n 'receipt-dollar',\n 'receipt-euro',\n 'receipt',\n 'recharging',\n 'recycle',\n 'refresh-alert',\n 'refresh-off',\n 'refresh',\n 'repeat-once',\n 'repeat',\n 'replace',\n 'report-analytics',\n 'report-medical',\n 'report-search',\n 'report',\n 'ripple-off',\n 'ripple',\n 'rocket',\n 'rotate-2',\n 'rotate-clockwise-2',\n 'rotate-clockwise',\n 'rotate-dot',\n 'rotate',\n 'router',\n 'ruler-measure',\n 'satellite',\n 'scale',\n 'school',\n 'scissors',\n 'scooter-electric',\n 'screenshot',\n 'search',\n 'seeding',\n 'select',\n 'selector',\n 'send',\n 'server',\n 'settings',\n 'shape',\n 'share-2',\n 'share',\n 'shield-check',\n 'shield-lock',\n 'shield-off',\n 'shield-x',\n 'shield',\n 'ship-off',\n 'ship',\n 'shopping-cart',\n 'sizesm',\n 'sizexl',\n 'slash',\n 'snowflake',\n 'solar-panel',\n 'sort-ascending-letters',\n 'sort-ascending-numbers',\n 'sort-descending-letters',\n 'sort-descending-numbers',\n 'spacing-horizontal',\n 'spacing-vertical',\n 'speakerphone',\n 'stack',\n 'stairs',\n 'star',\n 'sun',\n 'sunrise',\n 'sunset',\n 'switch-horizontal',\n 'switch-vertical',\n 'table',\n 'tag',\n 'tank-empty-fill',\n 'tank-full-fill',\n 'tank-medium-fill',\n 'temperature-off',\n 'temperature',\n 'template',\n 'terminal',\n 'text-size',\n 'text',\n 'thumb-down',\n 'thumb-up',\n 'ticket',\n 'timeline',\n 'tir',\n 'tool',\n 'tools',\n 'train',\n 'trash-off',\n 'trash',\n 'tree',\n 'trees',\n 'truck-delivery',\n 'truck',\n 'umbrella',\n 'unlink',\n 'upload',\n 'user-circle',\n 'user-minus',\n 'user-plus',\n 'user-worker',\n 'user',\n 'users',\n 'versions',\n 'video-minus',\n 'video-off',\n 'video-plus',\n 'video',\n 'volume-2',\n 'volume-3',\n 'volume',\n 'wallet',\n 'wand',\n 'wave',\n 'waves',\n 'wifi-off',\n 'wifi',\n 'wind-direction',\n 'wind',\n 'windmill',\n 'wood',\n 'world',\n 'writing',\n 'x',\n 'zoom-reset',\n] as const;\nexport type IconName = (typeof iconNames)[number];\n"],"version":3}
|