@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
|
@@ -132,6 +132,17 @@ exports.TimeType = void 0;
|
|
|
132
132
|
TimeType["Minutes"] = "minutes";
|
|
133
133
|
TimeType["Seconds"] = "seconds";
|
|
134
134
|
})(exports.TimeType || (exports.TimeType = {}));
|
|
135
|
+
var GlobalFilterPosition;
|
|
136
|
+
(function (GlobalFilterPosition) {
|
|
137
|
+
GlobalFilterPosition["End"] = "end";
|
|
138
|
+
GlobalFilterPosition["Start"] = "start";
|
|
139
|
+
GlobalFilterPosition["Center"] = "center";
|
|
140
|
+
})(GlobalFilterPosition || (GlobalFilterPosition = {}));
|
|
141
|
+
exports.SortingPossibility = void 0;
|
|
142
|
+
(function (SortingPossibility) {
|
|
143
|
+
SortingPossibility["Asc"] = "asc";
|
|
144
|
+
SortingPossibility["Desc"] = "desc";
|
|
145
|
+
})(exports.SortingPossibility || (exports.SortingPossibility = {}));
|
|
135
146
|
const WEEK_ABBREVIATIONS = {
|
|
136
147
|
'fr-FR': 'Sem', // Semaine
|
|
137
148
|
'fr-BE': 'Sem', // Semaine
|
|
@@ -258,6 +269,8 @@ const constants = /*#__PURE__*/Object.freeze({
|
|
|
258
269
|
get LabelPlacement () { return LabelPlacement; },
|
|
259
270
|
get TextInputAutocomplete () { return TextInputAutocomplete; },
|
|
260
271
|
get TimeType () { return exports.TimeType; },
|
|
272
|
+
get GlobalFilterPosition () { return GlobalFilterPosition; },
|
|
273
|
+
get SortingPossibility () { return exports.SortingPossibility; },
|
|
261
274
|
WEEK_ABBREVIATIONS: WEEK_ABBREVIATIONS,
|
|
262
275
|
CUSTOM_DAY_NAMES: CUSTOM_DAY_NAMES,
|
|
263
276
|
CUSTOM_MONTH_NAMES: CUSTOM_MONTH_NAMES
|
|
@@ -268,4 +281,4 @@ exports.CUSTOM_MONTH_NAMES = CUSTOM_MONTH_NAMES;
|
|
|
268
281
|
exports.WEEK_ABBREVIATIONS = WEEK_ABBREVIATIONS;
|
|
269
282
|
exports.constants = constants;
|
|
270
283
|
|
|
271
|
-
//# sourceMappingURL=constants-
|
|
284
|
+
//# sourceMappingURL=constants-8fb8ccc0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"constants-8fb8ccc0.js","mappings":"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MAEW,kBAAkB,GAAgC;IAC7D,OAAO,EAAE;QACP,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;KACN;IACD,OAAO,EAAE;QACP,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;KACN;IACD,OAAO,EAAE;QACP,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;KACN;IACD,OAAO,EAAE;QACP,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;KACN;IACD,OAAO,EAAE;QACP,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;KACN;IACD,OAAO,EAAE;QACP,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;QACL,KAAK;KACN;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["FeedbackColors","SemanticSizes","ButtonSize","ButtonType","TimeType","SortingPossibility"],"sources":["src/utils/constants.ts"],"sourcesContent":["import { WeekAbbreviations } from '../interfaces/localization';\n\nexport enum FeedbackColors {\n Information = 'information',\n Warning = 'warning',\n Success = 'success',\n Error = 'error',\n Neutral = 'neutral',\n}\nexport enum DeprecatedSemanticColors {\n Neutral = 'neutral',\n Primary = 'primary',\n Secondary = 'secondary',\n Success = 'success',\n Error = 'error',\n}\nexport enum SemanticSizes {\n ExtraSmall = 'xs',\n Small = 'sm',\n Medium = 'md',\n Large = 'lg',\n ExtraLarge = 'xl',\n}\nexport enum ButtonSize {\n ExtraSmall = 'xs',\n Small = 'sm',\n Medium = 'md',\n Large = 'lg',\n}\nexport enum ButtonEmphasis {\n High = 'high',\n Medium = 'medium',\n Low = 'low',\n Lower = 'lower',\n}\nexport enum ButtonType {\n Submit = 'submit',\n Reset = 'reset',\n Button = 'button',\n}\nexport enum IconButtonShape {\n Square = 'square',\n Rounded = 'rounded',\n}\nexport enum LoaderColors {\n High = 'brand',\n Low = 'white',\n}\nexport enum LabelPlacement {\n Before = 'before',\n After = 'after',\n}\n\nexport enum TextInputAutocomplete {\n On = 'on',\n Off = 'off',\n Section = 'section-*',\n Shipping = 'shipping',\n Billing = 'billing',\n Home = 'home',\n Work = 'work',\n Mobile = 'mobile',\n Fax = 'fax',\n Pager = 'pager',\n Tel = 'tel',\n TelCountryCode = 'tel-country-code',\n TelNational = 'tel-national',\n TelAreaCode = 'tel-area-code',\n TelLocal = 'tel-local',\n TelLocalPrefix = 'tel-local-prefix',\n TelLocalSuffix = 'tel-local-suffix',\n TelExtension = 'tel-extension',\n Email = 'email',\n IMProtocol = 'impp',\n Name = 'name',\n HonorificPrefix = 'honorific-prefix',\n GivenName = 'given-name',\n AdditionalName = 'additional-name',\n FamilyName = 'family-name',\n HonorificSuffix = 'honorific-suffix',\n Nickname = 'nickname',\n Username = 'username',\n NewPassword = 'new-password',\n CurrentPassword = 'current-password',\n OneTimeCode = 'one-time-code',\n OrganizationTitle = 'organization-title',\n Organization = 'organization',\n StreetAddress = 'street-address',\n AddressLine1 = 'address-line1',\n AddressLine2 = 'address-line2',\n AddressLine3 = 'address-line3',\n AddressLevel4 = 'address-level4',\n AddressLevel3 = 'address-level3',\n AddressLevel2 = 'address-level2',\n AddressLevel1 = 'address-level1',\n Country = 'country',\n CountryName = 'country-name',\n PostalCode = 'postal-code',\n CCName = 'cc-name',\n CCGivenName = 'cc-given-name',\n CCAdditionalName = 'cc-additional-name',\n CCFamilyName = 'cc-family-name',\n CCNumber = 'cc-number',\n CCExp = 'cc-exp',\n CCExpMonth = 'cc-exp-month',\n CCExpYear = 'cc-exp-year',\n CCCSC = 'cc-csc',\n CCType = 'cc-type',\n TransactionCurrency = 'transaction-currency',\n TransactionAmount = 'transaction-amount',\n Language = 'language',\n Bday = 'bday',\n BdayDay = 'bday-day',\n BdayMonth = 'bday-month',\n BdayYear = 'bday-year',\n Sex = 'sex',\n Url = 'url',\n Photo = 'photo',\n}\n\nexport enum TimeType {\n Hours = 'hours',\n Minutes = 'minutes',\n Seconds = 'seconds',\n}\n\nexport enum GlobalFilterPosition {\n End = 'end',\n Start = 'start',\n Center = 'center',\n}\nexport enum SortingPossibility {\n Asc = 'asc',\n Desc = 'desc',\n}\n\nexport const WEEK_ABBREVIATIONS: WeekAbbreviations = {\n 'fr-FR': 'Sem', // Semaine\n 'fr-BE': 'Sem', // Semaine\n 'nl-BE': 'W', // Week\n 'en-BE': 'W', // Week\n 'en-US': 'W', // Week\n 'en-GB': 'W', // Week\n 'es-ES': 'Sem', // Semana\n 'de-DE': 'KW', // Kalenderwoche\n 'it-IT': 'Set', // Settimana\n 'pt-PT': 'Sem', // Semana\n 'nl-NL': 'W', // Week\n 'pl-PL': 'Tyd', // Tydzień\n 'ru-RU': 'Нед', // Неделя\n 'ja-JP': '週', // Shū\n 'zh-CN': '周', // Zhōu\n 'ko-KR': '주', // Ju\n};\n\nexport const CUSTOM_DAY_NAMES: { [key: string]: string[] } = {\n 'fr-BE': ['Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa', 'Di'],\n 'nl-BE': ['Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za', 'Zo'],\n 'de-DE': ['Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa', 'So'],\n 'en-BE': ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],\n 'en-US': ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],\n 'en-GB': ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],\n};\n\nexport const CUSTOM_MONTH_NAMES: { [key: string]: string[] } = {\n 'fr-BE': [\n 'Jan',\n 'Fev',\n 'Mar',\n 'Avr',\n 'Mai',\n 'Jun',\n 'Jul',\n 'Aou',\n 'Sep',\n 'Oct',\n 'Nov',\n 'Dec',\n ],\n 'nl-BE': [\n 'Jan',\n 'Feb',\n 'Maa',\n 'Apr',\n 'Mei',\n 'Jun',\n 'Jul',\n 'Aug',\n 'Sep',\n 'Okt',\n 'Nov',\n 'Dec',\n ],\n 'de-DE': [\n 'Jan',\n 'Feb',\n 'Mär',\n 'Apr',\n 'Mai',\n 'Jun',\n 'Jul',\n 'Aug',\n 'Sep',\n 'Okt',\n 'Nov',\n 'Dez',\n ],\n 'en-BE': [\n 'Jan',\n 'Feb',\n 'Mar',\n 'Apr',\n 'May',\n 'Jun',\n 'Jul',\n 'Aug',\n 'Sep',\n 'Oct',\n 'Nov',\n 'Dec',\n ],\n 'en-US': [\n 'Jan',\n 'Feb',\n 'Mar',\n 'Apr',\n 'May',\n 'Jun',\n 'Jul',\n 'Aug',\n 'Sep',\n 'Oct',\n 'Nov',\n 'Dec',\n ],\n 'en-GB': [\n 'Jan',\n 'Feb',\n 'Mar',\n 'Apr',\n 'May',\n 'Jun',\n 'Jul',\n 'Aug',\n 'Sep',\n 'Oct',\n 'Nov',\n 'Dec',\n ],\n};\n"],"version":3}
|
|
@@ -153,10 +153,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
153
153
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
154
154
|
/* webpackMode: "lazy" */
|
|
155
155
|
'./nv-fieldselect.cjs.entry.js')); }).then(processMod, consoleError);
|
|
156
|
-
case 'nv-fieldtext.cjs':
|
|
157
|
-
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
158
|
-
/* webpackMode: "lazy" */
|
|
159
|
-
'./nv-fieldtext.cjs.entry.js')); }).then(processMod, consoleError);
|
|
160
156
|
case 'nv-fieldtextarea.cjs':
|
|
161
157
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
162
158
|
/* webpackMode: "lazy" */
|
|
@@ -197,6 +193,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
197
193
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
198
194
|
/* webpackMode: "lazy" */
|
|
199
195
|
'./nv-fielddropdownitem.cjs.entry.js')); }).then(processMod, consoleError);
|
|
196
|
+
case 'nv-fieldtext.cjs':
|
|
197
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
198
|
+
/* webpackMode: "lazy" */
|
|
199
|
+
'./nv-fieldtext.cjs.entry.js')); }).then(processMod, consoleError);
|
|
200
200
|
case 'nv-menu.cjs':
|
|
201
201
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
202
202
|
/* webpackMode: "lazy" */
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const constants = require('./constants-
|
|
5
|
+
const constants = require('./constants-8fb8ccc0.js');
|
|
6
6
|
const events_utils = require('./events.utils-52846a7d.js');
|
|
7
7
|
const string_utils = require('./string.utils-9c581350.js');
|
|
8
8
|
const uri_utils = require('./uri.utils-8523ad2b.js');
|
|
@@ -74,7 +74,6 @@ const iconNames = [
|
|
|
74
74
|
'arrows-move',
|
|
75
75
|
'aspect-ratio',
|
|
76
76
|
'atom',
|
|
77
|
-
'badge-theme',
|
|
78
77
|
'basket',
|
|
79
78
|
'battery-1',
|
|
80
79
|
'battery-2',
|
|
@@ -264,7 +263,6 @@ const iconNames = [
|
|
|
264
263
|
'folder-x',
|
|
265
264
|
'folder',
|
|
266
265
|
'folders',
|
|
267
|
-
'frame-66',
|
|
268
266
|
'frame',
|
|
269
267
|
'gas-station',
|
|
270
268
|
'gauge-off',
|
|
@@ -282,6 +280,8 @@ const iconNames = [
|
|
|
282
280
|
'headphones',
|
|
283
281
|
'headset',
|
|
284
282
|
'helicopter',
|
|
283
|
+
'helmet-swopp',
|
|
284
|
+
'helmet',
|
|
285
285
|
'help',
|
|
286
286
|
'history',
|
|
287
287
|
'home',
|
|
@@ -290,475 +290,8 @@ const iconNames = [
|
|
|
290
290
|
'hourglass-low',
|
|
291
291
|
'hourglass-off',
|
|
292
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',
|
|
586
293
|
'inbox',
|
|
587
|
-
'inetwork',
|
|
588
|
-
'inews',
|
|
589
294
|
'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',
|
|
762
295
|
'keyboard-hide',
|
|
763
296
|
'keyboard-show',
|
|
764
297
|
'keyboard',
|
|
@@ -901,9 +434,9 @@ const iconNames = [
|
|
|
901
434
|
'ship-off',
|
|
902
435
|
'ship',
|
|
903
436
|
'shopping-cart',
|
|
904
|
-
'sizesm',
|
|
905
437
|
'sizexl',
|
|
906
438
|
'slash',
|
|
439
|
+
'smart-home',
|
|
907
440
|
'snowflake',
|
|
908
441
|
'solar-panel',
|
|
909
442
|
'sort-ascending-letters',
|