@nova-design-system/nova-webcomponents 3.0.0 → 3.1.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/cjs/{constants-bcd6b2e2.js → constants-8fb8ccc0.js} +14 -1
- package/dist/cjs/constants-8fb8ccc0.js.map +1 -0
- package/dist/cjs/index-9bda5507.js +4 -4
- package/dist/cjs/index.cjs.js +4 -471
- 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-alert.cjs.entry.js +5 -5
- package/dist/cjs/nv-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +17 -8
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +841 -842
- package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +376 -39
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +18 -12
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddate.cjs.entry.js +8 -17
- package/dist/cjs/nv-fielddate.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +26 -28
- package/dist/cjs/nv-fielddaterange.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +12 -5
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +10 -4
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldselect.cjs.entry.js +10 -6
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +15 -12
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +3 -3
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-menu.cjs.entry.js +3 -1
- package/dist/cjs/nv-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +2 -2
- package/dist/cjs/nv-table.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/nv-alert/nv-alert.css +3 -0
- package/dist/collection/components/nv-alert/nv-alert.js +6 -11
- package/dist/collection/components/nv-alert/nv-alert.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.css +181 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js +20 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.js +39 -15
- package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js +0 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.css +19 -0
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js +33 -38
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +680 -897
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js +202 -0
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js +667 -0
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js.map +1 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.css +98 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +103 -5
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +391 -56
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.css +29 -5
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js +0 -1
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js +16 -10
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.docs.js +16 -8
- package/dist/collection/components/nv-fielddate/nv-fielddate.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +48 -39
- package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +1 -1
- package/dist/collection/components/nv-fielddate/styles/nv-fielddate.css +7 -0
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js +12 -15
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +75 -64
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/styles/nv-fielddaterange.css +13 -11
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +8 -0
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +31 -4
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +5 -0
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.css +24 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +8 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +29 -3
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.css +5 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js +8 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +27 -3
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.css +5 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js +8 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +27 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +1 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.css +5 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js +8 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +29 -5
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.css +5 -0
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js +8 -0
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +27 -3
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.css +23 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js +8 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +27 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +13 -10
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/styles/nv-fieldtime.css +19 -2
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-icon/nv-icons.js +3 -470
- package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +3 -1
- package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
- package/dist/collection/components/nv-popover/nv-popover.js +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +8 -11
- package/dist/collection/components/nv-table/nv-table.js.map +1 -1
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/templates/navigation.docs.js +0 -1
- package/dist/collection/templates/navigation.docs.js.map +1 -1
- package/dist/collection/utils/constants.js +11 -0
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/components/index.js +4 -471
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-alert.js +6 -6
- package/dist/components/nv-alert.js.map +1 -1
- package/dist/components/nv-avatar.js +2 -2
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +2 -2
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-datagrid.js +400 -43
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-dialog.js +22 -16
- package/dist/components/nv-dialog.js.map +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-fielddate.js +18 -26
- package/dist/components/nv-fielddate.js.map +1 -1
- package/dist/components/nv-fielddaterange.js +37 -38
- package/dist/components/nv-fielddaterange.js.map +1 -1
- package/dist/components/nv-fielddropdown.js +18 -10
- 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 +17 -10
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +13 -8
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +12 -7
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldselect.js +14 -9
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldtext.js +1 -158
- package/dist/components/nv-fieldtext.js.map +1 -1
- package/dist/components/nv-fieldtextarea.js +10 -5
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.js +19 -16
- package/dist/components/nv-fieldtime.js.map +1 -1
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-loader.js +1 -1
- package/dist/components/nv-menu.js +6 -4
- package/dist/components/nv-menu.js.map +1 -1
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-table.js +2 -2
- package/dist/components/nv-table.js.map +1 -1
- package/dist/components/nv-toggle.js +2 -2
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/p-0a0f6daf.js +187 -0
- package/dist/components/p-0a0f6daf.js.map +1 -0
- package/dist/components/{p-b7b78e64.js → p-10b37876.js} +2 -2
- package/dist/components/{p-b7b78e64.js.map → p-10b37876.js.map} +1 -1
- package/dist/components/{p-dc3faba3.js → p-10faa938.js} +4 -4
- package/dist/components/{p-dc3faba3.js.map → p-10faa938.js.map} +1 -1
- package/dist/{esm/constants-98e2dcc2.js → components/p-1f505531.js} +15 -2
- package/dist/components/p-1f505531.js.map +1 -0
- package/dist/components/{p-2012b8ba.js → p-35a70c5e.js} +2 -2
- package/dist/components/{p-2012b8ba.js.map → p-35a70c5e.js.map} +1 -1
- package/dist/components/{p-6c364a23.js → p-41c56ddc.js} +5 -5
- package/dist/components/{p-6c364a23.js.map → p-41c56ddc.js.map} +1 -1
- package/dist/components/{p-a30b55fc.js → p-608eb9da.js} +2 -2
- package/dist/components/{p-a30b55fc.js.map → p-608eb9da.js.map} +1 -1
- package/dist/components/p-76646ce9.js +88 -0
- package/dist/components/p-76646ce9.js.map +1 -0
- package/dist/components/p-854c32dc.js +1132 -0
- package/dist/components/p-854c32dc.js.map +1 -0
- package/dist/components/p-9decffb6.js +167 -0
- package/dist/components/p-9decffb6.js.map +1 -0
- package/dist/components/{p-2d9ba7d3.js → p-a2527411.js} +3 -3
- package/dist/components/{p-2d9ba7d3.js.map → p-a2527411.js.map} +1 -1
- package/dist/components/{p-f4d86795.js → p-b48d5a94.js} +3 -3
- package/dist/components/{p-f4d86795.js.map → p-b48d5a94.js.map} +1 -1
- package/dist/components/{p-4d3ec142.js → p-eb632278.js} +3 -3
- package/dist/components/{p-4d3ec142.js.map → p-eb632278.js.map} +1 -1
- package/dist/components/{p-150daf68.js → p-f5cb0a63.js} +2 -2
- package/dist/components/{p-150daf68.js.map → p-f5cb0a63.js.map} +1 -1
- package/dist/components/{p-c14f6b8e.js → p-f76bb0c3.js} +3 -3
- package/dist/components/{p-c14f6b8e.js.map → p-f76bb0c3.js.map} +1 -1
- package/dist/{components/p-8348db09.js → esm/constants-b97e736d.js} +15 -2
- package/dist/esm/constants-b97e736d.js.map +1 -0
- package/dist/esm/index-1fb7a9a6.js +4 -4
- package/dist/esm/index.js +4 -471
- 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-alert.entry.js +5 -5
- package/dist/esm/nv-alert.entry.js.map +1 -1
- package/dist/esm/nv-avatar.entry.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +17 -8
- package/dist/esm/nv-badge_2.entry.js.map +1 -1
- package/dist/esm/nv-button.entry.js +1 -1
- package/dist/esm/nv-calendar.entry.js +841 -842
- package/dist/esm/nv-calendar.entry.js.map +1 -1
- package/dist/esm/nv-datagrid.entry.js +376 -39
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-dialog.entry.js +18 -12
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- package/dist/esm/nv-dialogfooter_2.entry.js +1 -1
- package/dist/esm/nv-fielddate.entry.js +8 -17
- package/dist/esm/nv-fielddate.entry.js.map +1 -1
- package/dist/esm/nv-fielddaterange.entry.js +26 -28
- package/dist/esm/nv-fielddaterange.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +12 -5
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +10 -4
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +8 -4
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +8 -4
- package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
- package/dist/esm/nv-fieldradio.entry.js +3 -3
- package/dist/esm/nv-fieldselect.entry.js +10 -6
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +8 -4
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +8 -4
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +15 -12
- package/dist/esm/nv-fieldtime.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +3 -3
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-iconbutton_2.entry.js +2 -2
- package/dist/esm/nv-menu.entry.js +3 -1
- package/dist/esm/nv-menu.entry.js.map +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-table.entry.js +2 -2
- package/dist/esm/nv-table.entry.js.map +1 -1
- package/dist/esm/nv-toggle.entry.js +2 -2
- package/dist/esm/nv-tooltip.entry.js +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-b094296d.entry.js → p-08a75cfa.entry.js} +2 -2
- package/dist/native/{p-d5cbf5c8.entry.js → p-14c07207.entry.js} +2 -2
- package/dist/native/p-1da72182.entry.js +2 -0
- package/dist/native/p-1da72182.entry.js.map +1 -0
- package/dist/native/p-2523eead.entry.js +2 -0
- package/dist/native/p-2523eead.entry.js.map +1 -0
- package/dist/native/p-3953464e.entry.js +7 -0
- package/dist/native/p-3953464e.entry.js.map +1 -0
- package/dist/native/{p-701b5557.entry.js → p-3b7ef609.entry.js} +2 -2
- package/dist/native/{p-63e6aed3.entry.js → p-3cd77d82.entry.js} +2 -2
- package/dist/native/p-3cd77d82.entry.js.map +1 -0
- package/dist/native/p-470588c2.entry.js +13 -0
- package/dist/native/p-470588c2.entry.js.map +1 -0
- package/dist/native/p-49cac014.entry.js +2 -0
- package/dist/native/p-49cac014.entry.js.map +1 -0
- package/dist/native/p-4d164ed6.entry.js +2 -0
- package/dist/native/p-4d164ed6.entry.js.map +1 -0
- package/dist/native/p-4e635fa7.entry.js +2 -0
- package/dist/native/p-4e635fa7.entry.js.map +1 -0
- package/dist/native/p-5d21532a.entry.js +2 -0
- package/dist/native/p-5d21532a.entry.js.map +1 -0
- package/dist/native/{p-39bb95ff.entry.js → p-615947e7.entry.js} +2 -2
- package/dist/native/{p-bad11367.entry.js → p-656c56f0.entry.js} +2 -2
- package/dist/native/p-656c56f0.entry.js.map +1 -0
- package/dist/native/{p-fa77a591.entry.js → p-7042ba8a.entry.js} +2 -2
- package/dist/native/p-7e154bfd.entry.js +2 -0
- package/dist/native/p-7e154bfd.entry.js.map +1 -0
- package/dist/native/p-7eba904e.entry.js +2 -0
- package/dist/native/p-7eba904e.entry.js.map +1 -0
- package/dist/native/{p-6b348684.entry.js → p-7fd4d13d.entry.js} +2 -2
- package/dist/native/{p-fb5bddba.entry.js → p-90e6d9dd.entry.js} +2 -2
- package/dist/native/p-ae7ab110.entry.js +2 -0
- package/dist/native/p-ae7ab110.entry.js.map +1 -0
- package/dist/native/{p-f85aca27.entry.js → p-b8b6875d.entry.js} +2 -2
- package/dist/native/p-b94d9f0b.entry.js +2 -0
- package/dist/native/p-b94d9f0b.entry.js.map +1 -0
- package/dist/native/p-c0f79bac.entry.js +2 -0
- package/dist/native/p-c0f79bac.entry.js.map +1 -0
- package/dist/native/{p-6ff228da.entry.js → p-c67186f8.entry.js} +2 -2
- package/dist/native/{p-eee01062.entry.js → p-c71c6f23.entry.js} +2 -2
- package/dist/native/p-d9a52884.entry.js +2 -0
- package/dist/native/p-d9a52884.entry.js.map +1 -0
- package/dist/native/{p-d7a76400.entry.js → p-efe6a46c.entry.js} +2 -2
- package/dist/native/p-f2ef6771.entry.js +2 -0
- package/dist/native/p-f5f68992.entry.js +2 -0
- package/dist/native/p-f5f68992.entry.js.map +1 -0
- package/dist/native/{p-59768ee5.js → p-f85c08f1.js} +2 -2
- package/dist/native/p-f85c08f1.js.map +1 -0
- package/dist/native/p-fc97f071.entry.js +2 -0
- package/dist/native/p-fc97f071.entry.js.map +1 -0
- package/dist/types/components/nv-alert/nv-alert.d.ts +1 -1
- package/dist/types/components/nv-badge/nv-badge.d.ts +11 -3
- package/dist/types/components/nv-calendar/nv-calendar.d.ts +69 -107
- package/dist/types/components/nv-calendar/nv-calendar.utils.d.ts +60 -0
- package/dist/types/components/nv-calendar/test/nv-calendar.utils.test.d.ts +1 -0
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +47 -10
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -0
- package/dist/types/components/nv-fielddate/nv-fielddate.d.ts +6 -7
- package/dist/types/components/nv-fielddaterange/nv-fielddaterange.d.ts +13 -12
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +4 -0
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +4 -0
- package/dist/types/components/nv-fieldnumber/nv-fieldnumber.d.ts +4 -0
- package/dist/types/components/nv-fieldpassword/nv-fieldpassword.d.ts +4 -0
- package/dist/types/components/nv-fieldselect/nv-fieldselect.d.ts +4 -0
- package/dist/types/components/nv-fieldtext/nv-fieldtext.d.ts +4 -0
- package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +4 -0
- package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
- package/dist/types/components/nv-table/nv-table.d.ts +13 -2
- package/dist/types/components.d.ts +269 -116
- package/dist/types/index.d.ts +0 -2
- package/dist/types/utils/constants.d.ts +9 -0
- package/dist/vscode-data.json +221 -1587
- package/hydrate/index.js +1466 -1063
- package/hydrate/index.mjs +1466 -1063
- package/package.json +1 -1
- package/dist/cjs/constants-bcd6b2e2.js.map +0 -1
- package/dist/collection/interfaces/actionEvent.js +0 -2
- package/dist/collection/interfaces/actionEvent.js.map +0 -1
- package/dist/collection/interfaces/calendarShortcut.js +0 -2
- package/dist/collection/interfaces/calendarShortcut.js.map +0 -1
- package/dist/collection/interfaces/dateRange.js +0 -2
- package/dist/collection/interfaces/dateRange.js.map +0 -1
- package/dist/components/p-373926aa.js +0 -177
- package/dist/components/p-373926aa.js.map +0 -1
- package/dist/components/p-591730e7.js +0 -88
- package/dist/components/p-591730e7.js.map +0 -1
- package/dist/components/p-8348db09.js.map +0 -1
- package/dist/components/p-f331117c.js +0 -1133
- package/dist/components/p-f331117c.js.map +0 -1
- package/dist/esm/constants-98e2dcc2.js.map +0 -1
- package/dist/native/p-0ee428d5.entry.js +0 -2
- package/dist/native/p-0ee428d5.entry.js.map +0 -1
- package/dist/native/p-2691e02d.entry.js +0 -2
- package/dist/native/p-37f0210e.entry.js +0 -2
- package/dist/native/p-37f0210e.entry.js.map +0 -1
- package/dist/native/p-4a440970.entry.js +0 -2
- package/dist/native/p-4a440970.entry.js.map +0 -1
- package/dist/native/p-4ae26462.entry.js +0 -7
- package/dist/native/p-4ae26462.entry.js.map +0 -1
- package/dist/native/p-4d9c4618.entry.js +0 -2
- package/dist/native/p-4d9c4618.entry.js.map +0 -1
- package/dist/native/p-59768ee5.js.map +0 -1
- package/dist/native/p-59e0bd2b.entry.js +0 -2
- package/dist/native/p-59e0bd2b.entry.js.map +0 -1
- package/dist/native/p-5c00f092.entry.js +0 -2
- package/dist/native/p-5c00f092.entry.js.map +0 -1
- package/dist/native/p-63e6aed3.entry.js.map +0 -1
- package/dist/native/p-7f5eb2ac.entry.js +0 -2
- package/dist/native/p-7f5eb2ac.entry.js.map +0 -1
- package/dist/native/p-84a73e2a.entry.js +0 -2
- package/dist/native/p-84a73e2a.entry.js.map +0 -1
- package/dist/native/p-93dc2f47.entry.js +0 -2
- package/dist/native/p-93dc2f47.entry.js.map +0 -1
- package/dist/native/p-9a267f16.entry.js +0 -13
- package/dist/native/p-9a267f16.entry.js.map +0 -1
- package/dist/native/p-9d6431c7.entry.js +0 -2
- package/dist/native/p-9d6431c7.entry.js.map +0 -1
- package/dist/native/p-b2ce83ad.entry.js +0 -2
- package/dist/native/p-b2ce83ad.entry.js.map +0 -1
- package/dist/native/p-bad11367.entry.js.map +0 -1
- package/dist/native/p-e1a4f776.entry.js +0 -2
- package/dist/native/p-e1a4f776.entry.js.map +0 -1
- package/dist/native/p-e49bbd02.entry.js +0 -2
- package/dist/native/p-e49bbd02.entry.js.map +0 -1
- package/dist/native/p-f6bdc270.entry.js +0 -2
- package/dist/native/p-f6bdc270.entry.js.map +0 -1
- package/dist/types/interfaces/actionEvent.d.ts +0 -13
- package/dist/types/interfaces/calendarShortcut.d.ts +0 -17
- package/dist/types/interfaces/dateRange.d.ts +0 -13
- /package/dist/native/{p-b094296d.entry.js.map → p-08a75cfa.entry.js.map} +0 -0
- /package/dist/native/{p-d5cbf5c8.entry.js.map → p-14c07207.entry.js.map} +0 -0
- /package/dist/native/{p-701b5557.entry.js.map → p-3b7ef609.entry.js.map} +0 -0
- /package/dist/native/{p-39bb95ff.entry.js.map → p-615947e7.entry.js.map} +0 -0
- /package/dist/native/{p-fa77a591.entry.js.map → p-7042ba8a.entry.js.map} +0 -0
- /package/dist/native/{p-6b348684.entry.js.map → p-7fd4d13d.entry.js.map} +0 -0
- /package/dist/native/{p-fb5bddba.entry.js.map → p-90e6d9dd.entry.js.map} +0 -0
- /package/dist/native/{p-f85aca27.entry.js.map → p-b8b6875d.entry.js.map} +0 -0
- /package/dist/native/{p-6ff228da.entry.js.map → p-c67186f8.entry.js.map} +0 -0
- /package/dist/native/{p-eee01062.entry.js.map → p-c71c6f23.entry.js.map} +0 -0
- /package/dist/native/{p-d7a76400.entry.js.map → p-efe6a46c.entry.js.map} +0 -0
- /package/dist/native/{p-2691e02d.entry.js.map → p-f2ef6771.entry.js.map} +0 -0
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as constants } from './constants-
|
|
1
|
+
export { c as constants } from './constants-b97e736d.js';
|
|
2
2
|
export { e as eventUtils } from './events.utils-fe1d907f.js';
|
|
3
3
|
export { s as stringUtils } from './string.utils-16aed4a7.js';
|
|
4
4
|
export { u as uriUtils } from './uri.utils-4c2a1e4c.js';
|
|
@@ -70,7 +70,6 @@ const iconNames = [
|
|
|
70
70
|
'arrows-move',
|
|
71
71
|
'aspect-ratio',
|
|
72
72
|
'atom',
|
|
73
|
-
'badge-theme',
|
|
74
73
|
'basket',
|
|
75
74
|
'battery-1',
|
|
76
75
|
'battery-2',
|
|
@@ -260,7 +259,6 @@ const iconNames = [
|
|
|
260
259
|
'folder-x',
|
|
261
260
|
'folder',
|
|
262
261
|
'folders',
|
|
263
|
-
'frame-66',
|
|
264
262
|
'frame',
|
|
265
263
|
'gas-station',
|
|
266
264
|
'gauge-off',
|
|
@@ -278,6 +276,8 @@ const iconNames = [
|
|
|
278
276
|
'headphones',
|
|
279
277
|
'headset',
|
|
280
278
|
'helicopter',
|
|
279
|
+
'helmet-swopp',
|
|
280
|
+
'helmet',
|
|
281
281
|
'help',
|
|
282
282
|
'history',
|
|
283
283
|
'home',
|
|
@@ -286,475 +286,8 @@ const iconNames = [
|
|
|
286
286
|
'hourglass-low',
|
|
287
287
|
'hourglass-off',
|
|
288
288
|
'hourglass',
|
|
289
|
-
'iaccess-point-off',
|
|
290
|
-
'iaccess-point',
|
|
291
|
-
'iaccessible',
|
|
292
|
-
'iactivity',
|
|
293
|
-
'iaddress-book',
|
|
294
|
-
'iadjustments-horizontal',
|
|
295
|
-
'iadjustments-up',
|
|
296
|
-
'iadjustments',
|
|
297
|
-
'iaffiliate',
|
|
298
|
-
'iair-conditioning',
|
|
299
|
-
'ialert-circle',
|
|
300
|
-
'ialign-center',
|
|
301
|
-
'ialign-left',
|
|
302
|
-
'ialign-right',
|
|
303
|
-
'iapp-window',
|
|
304
|
-
'iapps',
|
|
305
|
-
'iarchive',
|
|
306
|
-
'iareas',
|
|
307
|
-
'iarrow-back-up',
|
|
308
|
-
'iarrow-back',
|
|
309
|
-
'iarrow-down-left',
|
|
310
|
-
'iarrow-down-right',
|
|
311
|
-
'iarrow-down',
|
|
312
|
-
'iarrow-forward-up',
|
|
313
|
-
'iarrow-forward',
|
|
314
|
-
'iarrow-left',
|
|
315
|
-
'iarrow-right',
|
|
316
|
-
'iarrow-up-left',
|
|
317
|
-
'iarrow-up-right',
|
|
318
|
-
'iarrow-up',
|
|
319
|
-
'iarrows-exchange',
|
|
320
|
-
'iarrows-move',
|
|
321
|
-
'iaspect-ratio',
|
|
322
|
-
'iatom',
|
|
323
|
-
'ibasket',
|
|
324
|
-
'ibattery-1',
|
|
325
|
-
'ibattery-2',
|
|
326
|
-
'ibattery-3',
|
|
327
|
-
'ibattery-4',
|
|
328
|
-
'ibattery-automotive',
|
|
329
|
-
'ibattery-charging',
|
|
330
|
-
'ibattery-eco',
|
|
331
|
-
'ibattery-off',
|
|
332
|
-
'ibattery',
|
|
333
|
-
'ibell-off',
|
|
334
|
-
'ibell-ringing',
|
|
335
|
-
'ibell',
|
|
336
|
-
'ibike',
|
|
337
|
-
'ibluetooth-connected',
|
|
338
|
-
'ibluetooth-off',
|
|
339
|
-
'ibluetooth',
|
|
340
|
-
'ibolt',
|
|
341
|
-
'ibook',
|
|
342
|
-
'ibookmark-off',
|
|
343
|
-
'ibookmark',
|
|
344
|
-
'ibookmarks',
|
|
345
|
-
'ibox-align-top',
|
|
346
|
-
'ibox-multiple',
|
|
347
|
-
'ibriefcase',
|
|
348
|
-
'ibrightness-down',
|
|
349
|
-
'ibrightness-up',
|
|
350
|
-
'ibrowser-check',
|
|
351
|
-
'ibrowser-plus',
|
|
352
|
-
'ibrowser-x',
|
|
353
|
-
'ibrowser',
|
|
354
|
-
'ibrush',
|
|
355
|
-
'ibuilding-bank',
|
|
356
|
-
'ibuilding-factory',
|
|
357
|
-
'ibuilding-lighthouse',
|
|
358
|
-
'ibuilding-store',
|
|
359
|
-
'ibuilding',
|
|
360
|
-
'ibulb-off',
|
|
361
|
-
'ibulb',
|
|
362
|
-
'icake',
|
|
363
|
-
'icalendar-time',
|
|
364
|
-
'icalendar',
|
|
365
|
-
'icamera-off',
|
|
366
|
-
'icamera',
|
|
367
|
-
'icar-crane',
|
|
368
|
-
'icar',
|
|
369
|
-
'icaravan',
|
|
370
|
-
'icash-banknote',
|
|
371
|
-
'icash',
|
|
372
|
-
'icast',
|
|
373
|
-
'icell',
|
|
374
|
-
'icharging-pile',
|
|
375
|
-
'ichart-arcs',
|
|
376
|
-
'ichart-area-line',
|
|
377
|
-
'ichart-area',
|
|
378
|
-
'ichart-arrows-vertical',
|
|
379
|
-
'ichart-arrows',
|
|
380
|
-
'ichart-bar',
|
|
381
|
-
'ichart-bubble',
|
|
382
|
-
'ichart-circles',
|
|
383
|
-
'ichart-donut',
|
|
384
|
-
'ichart-dots',
|
|
385
|
-
'ichart-line',
|
|
386
|
-
'ichart-pie',
|
|
387
|
-
'ichart-radar',
|
|
388
|
-
'icheck',
|
|
389
|
-
'icheckbox',
|
|
390
|
-
'ichecklist',
|
|
391
|
-
'ichecks',
|
|
392
|
-
'ichevron-down',
|
|
393
|
-
'ichevron-left',
|
|
394
|
-
'ichevron-right',
|
|
395
|
-
'ichevron-top',
|
|
396
|
-
'ichevrons-left',
|
|
397
|
-
'ichevrons-right',
|
|
398
|
-
'icircle-caret-right',
|
|
399
|
-
'icircle-check',
|
|
400
|
-
'icircle-x',
|
|
401
|
-
'icircuit-alternate',
|
|
402
|
-
'icircuit-ground-digital',
|
|
403
|
-
'iclipboard-check',
|
|
404
|
-
'iclipboard-list',
|
|
405
|
-
'iclipboard-plus',
|
|
406
|
-
'iclipboard-text',
|
|
407
|
-
'iclipboard-x',
|
|
408
|
-
'iclipboard',
|
|
409
|
-
'iclock-edit',
|
|
410
|
-
'iclock',
|
|
411
|
-
'icloud-data-connection',
|
|
412
|
-
'icloud-download',
|
|
413
|
-
'icloud-rain',
|
|
414
|
-
'icloud-snow',
|
|
415
|
-
'icloud-upload',
|
|
416
|
-
'icloud',
|
|
417
|
-
'icolor-picker',
|
|
418
|
-
'icolor-swatch',
|
|
419
|
-
'icompass',
|
|
420
|
-
'icontract',
|
|
421
|
-
'icopy',
|
|
422
|
-
'icpu',
|
|
423
|
-
'icrane',
|
|
424
|
-
'icredit-card',
|
|
425
|
-
'icrop',
|
|
426
|
-
'icross',
|
|
427
|
-
'icrown',
|
|
428
|
-
'icurrency-bitcoin',
|
|
429
|
-
'icurrency-dollar',
|
|
430
|
-
'icurrency-ethereum',
|
|
431
|
-
'icurrency-euro',
|
|
432
|
-
'icut',
|
|
433
|
-
'idashboard',
|
|
434
|
-
'idatabase',
|
|
435
|
-
'idevice-desktop',
|
|
436
|
-
'idevice-floppy',
|
|
437
|
-
'idevice-gamepad',
|
|
438
|
-
'idevice-laptop',
|
|
439
|
-
'idevice-mobile-rotated',
|
|
440
|
-
'idevice-mobile',
|
|
441
|
-
'idevice-tablet',
|
|
442
|
-
'idevice-watch',
|
|
443
|
-
'idevices',
|
|
444
|
-
'idialpad',
|
|
445
|
-
'idirection-horizontal',
|
|
446
|
-
'idirection-sign',
|
|
447
|
-
'idirection',
|
|
448
|
-
'idiscount',
|
|
449
|
-
'idoor-enter',
|
|
450
|
-
'idoor-exit',
|
|
451
|
-
'idoor-off',
|
|
452
|
-
'idots-vertical',
|
|
453
|
-
'idots',
|
|
454
|
-
'idownload',
|
|
455
|
-
'idrone',
|
|
456
|
-
'idroplet-filled',
|
|
457
|
-
'idroplet-half',
|
|
458
|
-
'idroplet',
|
|
459
|
-
'idroplets',
|
|
460
|
-
'iedit',
|
|
461
|
-
'iengine',
|
|
462
|
-
'iexternal-link',
|
|
463
|
-
'ieye-off',
|
|
464
|
-
'ieye',
|
|
465
|
-
'iface-id',
|
|
466
|
-
'ifeather',
|
|
467
|
-
'ifile-alert',
|
|
468
|
-
'ifile-analytics',
|
|
469
|
-
'ifile-check',
|
|
470
|
-
'ifile-code',
|
|
471
|
-
'ifile-download',
|
|
472
|
-
'ifile-export',
|
|
473
|
-
'ifile-horizontal',
|
|
474
|
-
'ifile-import',
|
|
475
|
-
'ifile-plus',
|
|
476
|
-
'ifile-search',
|
|
477
|
-
'ifile-text-bookmark',
|
|
478
|
-
'ifile-text',
|
|
479
|
-
'ifile-type-bmp',
|
|
480
|
-
'ifile-type-css',
|
|
481
|
-
'ifile-type-csv',
|
|
482
|
-
'ifile-type-doc',
|
|
483
|
-
'ifile-type-html',
|
|
484
|
-
'ifile-type-jpg',
|
|
485
|
-
'ifile-type-js',
|
|
486
|
-
'ifile-type-pdf',
|
|
487
|
-
'ifile-type-png',
|
|
488
|
-
'ifile-type-ppt',
|
|
489
|
-
'ifile-type-xls',
|
|
490
|
-
'ifile-type-xml',
|
|
491
|
-
'ifile-type-zip',
|
|
492
|
-
'ifile-upload',
|
|
493
|
-
'ifile-x',
|
|
494
|
-
'ifile-zip',
|
|
495
|
-
'ifile',
|
|
496
|
-
'ifiles-off',
|
|
497
|
-
'ifiles',
|
|
498
|
-
'ifilter-off',
|
|
499
|
-
'ifilter-sort',
|
|
500
|
-
'ifilter',
|
|
501
|
-
'ifingerprint',
|
|
502
|
-
'ifire-extinguisher',
|
|
503
|
-
'iflag',
|
|
504
|
-
'iflame',
|
|
505
|
-
'iflip-horizontal',
|
|
506
|
-
'iflip-vertical',
|
|
507
|
-
'ifolder-minus',
|
|
508
|
-
'ifolder-off',
|
|
509
|
-
'ifolder-plus',
|
|
510
|
-
'ifolder-x',
|
|
511
|
-
'ifolder',
|
|
512
|
-
'ifolders',
|
|
513
|
-
'iframe',
|
|
514
|
-
'igas-station',
|
|
515
|
-
'igauge-off',
|
|
516
|
-
'igauge',
|
|
517
|
-
'igift',
|
|
518
|
-
'igps',
|
|
519
|
-
'igrid-dots',
|
|
520
|
-
'igrip-horizontal',
|
|
521
|
-
'igrip-vertical',
|
|
522
|
-
'ihand-stop',
|
|
523
|
-
'ihand-waving',
|
|
524
|
-
'ihash',
|
|
525
|
-
'ihaze',
|
|
526
|
-
'iheadphones-off',
|
|
527
|
-
'iheadphones',
|
|
528
|
-
'iheadset',
|
|
529
|
-
'ihelicopter',
|
|
530
|
-
'ihelp',
|
|
531
|
-
'ihistory',
|
|
532
|
-
'ihome',
|
|
533
|
-
'ihourglass-empty',
|
|
534
|
-
'ihourglass-high',
|
|
535
|
-
'ihourglass-low',
|
|
536
|
-
'ihourglass-off',
|
|
537
|
-
'ihourglass',
|
|
538
|
-
'iinbox',
|
|
539
|
-
'iinfo-circle',
|
|
540
|
-
'ikeyboard-hide',
|
|
541
|
-
'ikeyboard-show',
|
|
542
|
-
'ikeyboard',
|
|
543
|
-
'ilayout-board-split',
|
|
544
|
-
'ilayout-dashboard',
|
|
545
|
-
'ilayout-grid',
|
|
546
|
-
'ilayout-sidebar-left-collapse',
|
|
547
|
-
'ilayout-sidebar-left-expand',
|
|
548
|
-
'ilayout-sidebar-right-collapse',
|
|
549
|
-
'ilayout-sidebar-right-expand',
|
|
550
|
-
'ilayout',
|
|
551
|
-
'ileaf',
|
|
552
|
-
'ilifebuoy',
|
|
553
|
-
'ilink',
|
|
554
|
-
'ilist-search',
|
|
555
|
-
'ilist',
|
|
556
|
-
'iloader',
|
|
557
|
-
'ilocation',
|
|
558
|
-
'ilock-off',
|
|
559
|
-
'ilock-open',
|
|
560
|
-
'ilock',
|
|
561
|
-
'ilogin',
|
|
562
|
-
'ilogout',
|
|
563
|
-
'imail-forward',
|
|
564
|
-
'imail-opened',
|
|
565
|
-
'imail',
|
|
566
|
-
'imap-pin-off',
|
|
567
|
-
'imap-pin',
|
|
568
|
-
'imap',
|
|
569
|
-
'imenu',
|
|
570
|
-
'imessage-dots',
|
|
571
|
-
'imessage-off',
|
|
572
|
-
'imessage',
|
|
573
|
-
'imessages',
|
|
574
|
-
'imicrophone-off',
|
|
575
|
-
'imicrophone',
|
|
576
|
-
'iminus',
|
|
577
|
-
'imist',
|
|
578
|
-
'imoon',
|
|
579
|
-
'imotorbike',
|
|
580
|
-
'imouse',
|
|
581
|
-
'imovie',
|
|
582
289
|
'inbox',
|
|
583
|
-
'inetwork',
|
|
584
|
-
'inews',
|
|
585
290
|
'info-circle',
|
|
586
|
-
'inote',
|
|
587
|
-
'inotebook',
|
|
588
|
-
'inotes',
|
|
589
|
-
'ioffshore-station',
|
|
590
|
-
'ipackage',
|
|
591
|
-
'ipalette',
|
|
592
|
-
'ipaperclip',
|
|
593
|
-
'ipencil',
|
|
594
|
-
'iphone-call',
|
|
595
|
-
'iphone-calling',
|
|
596
|
-
'iphone-check',
|
|
597
|
-
'iphone-incoming',
|
|
598
|
-
'iphone-off',
|
|
599
|
-
'iphone-outgoing',
|
|
600
|
-
'iphone',
|
|
601
|
-
'iphoto-off',
|
|
602
|
-
'iphoto',
|
|
603
|
-
'ipig',
|
|
604
|
-
'ipin',
|
|
605
|
-
'ipinned-off',
|
|
606
|
-
'ipinned',
|
|
607
|
-
'iplane-off',
|
|
608
|
-
'iplane',
|
|
609
|
-
'iplant',
|
|
610
|
-
'iplayer-pause',
|
|
611
|
-
'iplayer-play',
|
|
612
|
-
'iplayer-skip-back',
|
|
613
|
-
'iplayer-skip-forward',
|
|
614
|
-
'iplayer-stop',
|
|
615
|
-
'iplayer-track-next',
|
|
616
|
-
'iplayer-track-prev',
|
|
617
|
-
'iplug-connected',
|
|
618
|
-
'iplug',
|
|
619
|
-
'iplus',
|
|
620
|
-
'ipower-ac',
|
|
621
|
-
'ipower-dc',
|
|
622
|
-
'ipower',
|
|
623
|
-
'ipresentation-analytics',
|
|
624
|
-
'ipresentation',
|
|
625
|
-
'iprinter',
|
|
626
|
-
'ipropeller',
|
|
627
|
-
'ipublished',
|
|
628
|
-
'ipuzzle-2',
|
|
629
|
-
'ipuzzle',
|
|
630
|
-
'ipylon',
|
|
631
|
-
'iqrcode',
|
|
632
|
-
'iradar',
|
|
633
|
-
'iradio',
|
|
634
|
-
'iradioactive',
|
|
635
|
-
'ireceipt-dollar',
|
|
636
|
-
'ireceipt-euro',
|
|
637
|
-
'ireceipt',
|
|
638
|
-
'irecharging',
|
|
639
|
-
'irecycle',
|
|
640
|
-
'irefresh-alert',
|
|
641
|
-
'irefresh',
|
|
642
|
-
'irepeat-once',
|
|
643
|
-
'irepeat',
|
|
644
|
-
'ireplace',
|
|
645
|
-
'ireport-analytics',
|
|
646
|
-
'ireport-medical',
|
|
647
|
-
'ireport-search',
|
|
648
|
-
'ireport',
|
|
649
|
-
'iripple-off',
|
|
650
|
-
'iripple',
|
|
651
|
-
'irocket',
|
|
652
|
-
'irotate-2',
|
|
653
|
-
'irotate-clockwise-2',
|
|
654
|
-
'irotate-clockwise',
|
|
655
|
-
'irotate-dot',
|
|
656
|
-
'irotate',
|
|
657
|
-
'irouter',
|
|
658
|
-
'iruler-measure',
|
|
659
|
-
'isatellite',
|
|
660
|
-
'iscale',
|
|
661
|
-
'ischool',
|
|
662
|
-
'iscissors',
|
|
663
|
-
'iscooter-electric',
|
|
664
|
-
'iscreenshot',
|
|
665
|
-
'isearch',
|
|
666
|
-
'iseeding',
|
|
667
|
-
'iselect',
|
|
668
|
-
'iselector',
|
|
669
|
-
'isend',
|
|
670
|
-
'iserver',
|
|
671
|
-
'isettings',
|
|
672
|
-
'ishape',
|
|
673
|
-
'ishare-2',
|
|
674
|
-
'ishare',
|
|
675
|
-
'ishield-check',
|
|
676
|
-
'ishield-lock',
|
|
677
|
-
'ishield-off',
|
|
678
|
-
'ishield-x',
|
|
679
|
-
'ishield',
|
|
680
|
-
'iship-off',
|
|
681
|
-
'iship',
|
|
682
|
-
'ishopping-cart',
|
|
683
|
-
'islash',
|
|
684
|
-
'ismart-home',
|
|
685
|
-
'isnowflake',
|
|
686
|
-
'isolar-panel',
|
|
687
|
-
'isort-ascending-letters',
|
|
688
|
-
'isort-ascending-numbers',
|
|
689
|
-
'isort-descending-letters',
|
|
690
|
-
'isort-descending-numbers',
|
|
691
|
-
'ispacing-horizontal',
|
|
692
|
-
'ispacing-vertical',
|
|
693
|
-
'ispeakerphone',
|
|
694
|
-
'istack',
|
|
695
|
-
'istairs',
|
|
696
|
-
'istar',
|
|
697
|
-
'isun',
|
|
698
|
-
'isunrise',
|
|
699
|
-
'isunset',
|
|
700
|
-
'iswitch-horizontal',
|
|
701
|
-
'iswitch-vertical',
|
|
702
|
-
'itable',
|
|
703
|
-
'itag',
|
|
704
|
-
'itank-empty-fill',
|
|
705
|
-
'itank-full-fill',
|
|
706
|
-
'itank-medium-fill',
|
|
707
|
-
'itemperature-off',
|
|
708
|
-
'itemperature',
|
|
709
|
-
'itemplate',
|
|
710
|
-
'iterminal',
|
|
711
|
-
'itext-size',
|
|
712
|
-
'itext',
|
|
713
|
-
'ithumb-down',
|
|
714
|
-
'ithumb-up',
|
|
715
|
-
'iticket',
|
|
716
|
-
'itimeline',
|
|
717
|
-
'itir',
|
|
718
|
-
'itool',
|
|
719
|
-
'itools',
|
|
720
|
-
'itrain',
|
|
721
|
-
'itrash-off',
|
|
722
|
-
'itrash',
|
|
723
|
-
'itree',
|
|
724
|
-
'itrees',
|
|
725
|
-
'itruck-delivery',
|
|
726
|
-
'itruck',
|
|
727
|
-
'iumbrella',
|
|
728
|
-
'iunlink',
|
|
729
|
-
'iupload',
|
|
730
|
-
'iuser-circle',
|
|
731
|
-
'iuser-minus',
|
|
732
|
-
'iuser-plus',
|
|
733
|
-
'iuser-worker',
|
|
734
|
-
'iuser',
|
|
735
|
-
'iusers',
|
|
736
|
-
'iversions',
|
|
737
|
-
'ivideo-minus',
|
|
738
|
-
'ivideo-off',
|
|
739
|
-
'ivideo-plus',
|
|
740
|
-
'ivideo',
|
|
741
|
-
'ivolume-2',
|
|
742
|
-
'ivolume-3',
|
|
743
|
-
'ivolume',
|
|
744
|
-
'iwallet',
|
|
745
|
-
'iwand',
|
|
746
|
-
'iwave',
|
|
747
|
-
'iwaves',
|
|
748
|
-
'iwifi-off',
|
|
749
|
-
'iwifi',
|
|
750
|
-
'iwind-direction',
|
|
751
|
-
'iwind',
|
|
752
|
-
'iwindmill',
|
|
753
|
-
'iwood',
|
|
754
|
-
'iworld',
|
|
755
|
-
'iwriting',
|
|
756
|
-
'ix',
|
|
757
|
-
'izoom-reset',
|
|
758
291
|
'keyboard-hide',
|
|
759
292
|
'keyboard-show',
|
|
760
293
|
'keyboard',
|
|
@@ -897,9 +430,9 @@ const iconNames = [
|
|
|
897
430
|
'ship-off',
|
|
898
431
|
'ship',
|
|
899
432
|
'shopping-cart',
|
|
900
|
-
'sizesm',
|
|
901
433
|
'sizexl',
|
|
902
434
|
'slash',
|
|
435
|
+
'smart-home',
|
|
903
436
|
'snowflake',
|
|
904
437
|
'solar-panel',
|
|
905
438
|
'sort-ascending-letters',
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"index.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}
|
|
1
|
+
{"file":"index.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 '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',\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 'helmet-swopp',\n 'helmet',\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-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 'sizexl',\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}
|