@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
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Scrollbar mixin for the Nova Design System
|
|
3
|
+
* This mixin provides consistent scrollbar styling for components
|
|
4
|
+
*
|
|
5
|
+
* Usage:
|
|
6
|
+
* @include scrollbar();
|
|
7
|
+
*/
|
|
1
8
|
nv-fieldtime {
|
|
2
9
|
--nv-field-border-default: var(--components-form-field-border-default);
|
|
3
10
|
--nv-field-border-hover: var(--components-form-field-border-hover);
|
|
@@ -11,6 +18,7 @@ nv-fieldtime {
|
|
|
11
18
|
align-items: flex-start;
|
|
12
19
|
gap: var(--form-gap-y);
|
|
13
20
|
box-sizing: border-box;
|
|
21
|
+
max-width: 480px;
|
|
14
22
|
}
|
|
15
23
|
nv-fieldtime[readonly]:not([readonly=false]) {
|
|
16
24
|
--nv-field-border-default: var(--components-form-field-border-readonly);
|
|
@@ -123,6 +131,7 @@ nv-fieldtime .input-container input.time-input {
|
|
|
123
131
|
font-weight: 500;
|
|
124
132
|
line-height: var(--form-field-line-height);
|
|
125
133
|
width: 100%;
|
|
134
|
+
width: 100%;
|
|
126
135
|
min-width: 24px;
|
|
127
136
|
flex: 0 0 24px;
|
|
128
137
|
text-align: center;
|
|
@@ -207,15 +216,23 @@ nv-fieldtime .time-dropdown .time-columns {
|
|
|
207
216
|
nv-fieldtime .time-dropdown .time-columns .time-column {
|
|
208
217
|
flex: 1;
|
|
209
218
|
text-align: center;
|
|
219
|
+
padding-right: 2px;
|
|
210
220
|
max-height: 200px;
|
|
211
221
|
overflow-y: auto;
|
|
212
222
|
scroll-behavior: smooth;
|
|
223
|
+
scrollbar-gutter: stable both-edges;
|
|
213
224
|
}
|
|
214
225
|
nv-fieldtime .time-dropdown .time-columns .time-column::-webkit-scrollbar {
|
|
215
|
-
width:
|
|
226
|
+
width: 6px;
|
|
227
|
+
height: 6px;
|
|
228
|
+
}
|
|
229
|
+
nv-fieldtime .time-dropdown .time-columns .time-column::-webkit-scrollbar-track {
|
|
230
|
+
background-color: var(--color-level-10-background);
|
|
231
|
+
border-radius: 9999px;
|
|
216
232
|
}
|
|
217
233
|
nv-fieldtime .time-dropdown .time-columns .time-column::-webkit-scrollbar-thumb {
|
|
218
|
-
|
|
234
|
+
background-color: var(--color-gray-200);
|
|
235
|
+
border-radius: 9999px;
|
|
219
236
|
}
|
|
220
237
|
nv-fieldtime .time-dropdown .time-columns .time-column:last-child {
|
|
221
238
|
border-right: none;
|
|
@@ -48,7 +48,7 @@ export class NvIcon {
|
|
|
48
48
|
/****************************************************************************/
|
|
49
49
|
//#region RENDER
|
|
50
50
|
render() {
|
|
51
|
-
return (h(Host, { key: '
|
|
51
|
+
return (h(Host, { key: '2d362e97f36cae0caf67d7110726cab752d87479', class: clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, h("svg", { key: 'd5bf8a4f2d733f6e5b0cdb5063c1dbafa13ea25c', stroke: "currentColor", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: `nv-icon-${this.size}` }, h("use", { key: '1bd69a2350e76dbcfdec3fa4ecc5c0fca9da0a9f', href: `#${this.name}` }))));
|
|
52
52
|
}
|
|
53
53
|
static get is() { return "nv-icon"; }
|
|
54
54
|
static get originalStyleUrls() {
|
|
@@ -34,7 +34,6 @@ export const iconNames = [
|
|
|
34
34
|
'arrows-move',
|
|
35
35
|
'aspect-ratio',
|
|
36
36
|
'atom',
|
|
37
|
-
'badge-theme',
|
|
38
37
|
'basket',
|
|
39
38
|
'battery-1',
|
|
40
39
|
'battery-2',
|
|
@@ -224,7 +223,6 @@ export const iconNames = [
|
|
|
224
223
|
'folder-x',
|
|
225
224
|
'folder',
|
|
226
225
|
'folders',
|
|
227
|
-
'frame-66',
|
|
228
226
|
'frame',
|
|
229
227
|
'gas-station',
|
|
230
228
|
'gauge-off',
|
|
@@ -242,6 +240,8 @@ export const iconNames = [
|
|
|
242
240
|
'headphones',
|
|
243
241
|
'headset',
|
|
244
242
|
'helicopter',
|
|
243
|
+
'helmet-swopp',
|
|
244
|
+
'helmet',
|
|
245
245
|
'help',
|
|
246
246
|
'history',
|
|
247
247
|
'home',
|
|
@@ -250,475 +250,8 @@ export const iconNames = [
|
|
|
250
250
|
'hourglass-low',
|
|
251
251
|
'hourglass-off',
|
|
252
252
|
'hourglass',
|
|
253
|
-
'iaccess-point-off',
|
|
254
|
-
'iaccess-point',
|
|
255
|
-
'iaccessible',
|
|
256
|
-
'iactivity',
|
|
257
|
-
'iaddress-book',
|
|
258
|
-
'iadjustments-horizontal',
|
|
259
|
-
'iadjustments-up',
|
|
260
|
-
'iadjustments',
|
|
261
|
-
'iaffiliate',
|
|
262
|
-
'iair-conditioning',
|
|
263
|
-
'ialert-circle',
|
|
264
|
-
'ialign-center',
|
|
265
|
-
'ialign-left',
|
|
266
|
-
'ialign-right',
|
|
267
|
-
'iapp-window',
|
|
268
|
-
'iapps',
|
|
269
|
-
'iarchive',
|
|
270
|
-
'iareas',
|
|
271
|
-
'iarrow-back-up',
|
|
272
|
-
'iarrow-back',
|
|
273
|
-
'iarrow-down-left',
|
|
274
|
-
'iarrow-down-right',
|
|
275
|
-
'iarrow-down',
|
|
276
|
-
'iarrow-forward-up',
|
|
277
|
-
'iarrow-forward',
|
|
278
|
-
'iarrow-left',
|
|
279
|
-
'iarrow-right',
|
|
280
|
-
'iarrow-up-left',
|
|
281
|
-
'iarrow-up-right',
|
|
282
|
-
'iarrow-up',
|
|
283
|
-
'iarrows-exchange',
|
|
284
|
-
'iarrows-move',
|
|
285
|
-
'iaspect-ratio',
|
|
286
|
-
'iatom',
|
|
287
|
-
'ibasket',
|
|
288
|
-
'ibattery-1',
|
|
289
|
-
'ibattery-2',
|
|
290
|
-
'ibattery-3',
|
|
291
|
-
'ibattery-4',
|
|
292
|
-
'ibattery-automotive',
|
|
293
|
-
'ibattery-charging',
|
|
294
|
-
'ibattery-eco',
|
|
295
|
-
'ibattery-off',
|
|
296
|
-
'ibattery',
|
|
297
|
-
'ibell-off',
|
|
298
|
-
'ibell-ringing',
|
|
299
|
-
'ibell',
|
|
300
|
-
'ibike',
|
|
301
|
-
'ibluetooth-connected',
|
|
302
|
-
'ibluetooth-off',
|
|
303
|
-
'ibluetooth',
|
|
304
|
-
'ibolt',
|
|
305
|
-
'ibook',
|
|
306
|
-
'ibookmark-off',
|
|
307
|
-
'ibookmark',
|
|
308
|
-
'ibookmarks',
|
|
309
|
-
'ibox-align-top',
|
|
310
|
-
'ibox-multiple',
|
|
311
|
-
'ibriefcase',
|
|
312
|
-
'ibrightness-down',
|
|
313
|
-
'ibrightness-up',
|
|
314
|
-
'ibrowser-check',
|
|
315
|
-
'ibrowser-plus',
|
|
316
|
-
'ibrowser-x',
|
|
317
|
-
'ibrowser',
|
|
318
|
-
'ibrush',
|
|
319
|
-
'ibuilding-bank',
|
|
320
|
-
'ibuilding-factory',
|
|
321
|
-
'ibuilding-lighthouse',
|
|
322
|
-
'ibuilding-store',
|
|
323
|
-
'ibuilding',
|
|
324
|
-
'ibulb-off',
|
|
325
|
-
'ibulb',
|
|
326
|
-
'icake',
|
|
327
|
-
'icalendar-time',
|
|
328
|
-
'icalendar',
|
|
329
|
-
'icamera-off',
|
|
330
|
-
'icamera',
|
|
331
|
-
'icar-crane',
|
|
332
|
-
'icar',
|
|
333
|
-
'icaravan',
|
|
334
|
-
'icash-banknote',
|
|
335
|
-
'icash',
|
|
336
|
-
'icast',
|
|
337
|
-
'icell',
|
|
338
|
-
'icharging-pile',
|
|
339
|
-
'ichart-arcs',
|
|
340
|
-
'ichart-area-line',
|
|
341
|
-
'ichart-area',
|
|
342
|
-
'ichart-arrows-vertical',
|
|
343
|
-
'ichart-arrows',
|
|
344
|
-
'ichart-bar',
|
|
345
|
-
'ichart-bubble',
|
|
346
|
-
'ichart-circles',
|
|
347
|
-
'ichart-donut',
|
|
348
|
-
'ichart-dots',
|
|
349
|
-
'ichart-line',
|
|
350
|
-
'ichart-pie',
|
|
351
|
-
'ichart-radar',
|
|
352
|
-
'icheck',
|
|
353
|
-
'icheckbox',
|
|
354
|
-
'ichecklist',
|
|
355
|
-
'ichecks',
|
|
356
|
-
'ichevron-down',
|
|
357
|
-
'ichevron-left',
|
|
358
|
-
'ichevron-right',
|
|
359
|
-
'ichevron-top',
|
|
360
|
-
'ichevrons-left',
|
|
361
|
-
'ichevrons-right',
|
|
362
|
-
'icircle-caret-right',
|
|
363
|
-
'icircle-check',
|
|
364
|
-
'icircle-x',
|
|
365
|
-
'icircuit-alternate',
|
|
366
|
-
'icircuit-ground-digital',
|
|
367
|
-
'iclipboard-check',
|
|
368
|
-
'iclipboard-list',
|
|
369
|
-
'iclipboard-plus',
|
|
370
|
-
'iclipboard-text',
|
|
371
|
-
'iclipboard-x',
|
|
372
|
-
'iclipboard',
|
|
373
|
-
'iclock-edit',
|
|
374
|
-
'iclock',
|
|
375
|
-
'icloud-data-connection',
|
|
376
|
-
'icloud-download',
|
|
377
|
-
'icloud-rain',
|
|
378
|
-
'icloud-snow',
|
|
379
|
-
'icloud-upload',
|
|
380
|
-
'icloud',
|
|
381
|
-
'icolor-picker',
|
|
382
|
-
'icolor-swatch',
|
|
383
|
-
'icompass',
|
|
384
|
-
'icontract',
|
|
385
|
-
'icopy',
|
|
386
|
-
'icpu',
|
|
387
|
-
'icrane',
|
|
388
|
-
'icredit-card',
|
|
389
|
-
'icrop',
|
|
390
|
-
'icross',
|
|
391
|
-
'icrown',
|
|
392
|
-
'icurrency-bitcoin',
|
|
393
|
-
'icurrency-dollar',
|
|
394
|
-
'icurrency-ethereum',
|
|
395
|
-
'icurrency-euro',
|
|
396
|
-
'icut',
|
|
397
|
-
'idashboard',
|
|
398
|
-
'idatabase',
|
|
399
|
-
'idevice-desktop',
|
|
400
|
-
'idevice-floppy',
|
|
401
|
-
'idevice-gamepad',
|
|
402
|
-
'idevice-laptop',
|
|
403
|
-
'idevice-mobile-rotated',
|
|
404
|
-
'idevice-mobile',
|
|
405
|
-
'idevice-tablet',
|
|
406
|
-
'idevice-watch',
|
|
407
|
-
'idevices',
|
|
408
|
-
'idialpad',
|
|
409
|
-
'idirection-horizontal',
|
|
410
|
-
'idirection-sign',
|
|
411
|
-
'idirection',
|
|
412
|
-
'idiscount',
|
|
413
|
-
'idoor-enter',
|
|
414
|
-
'idoor-exit',
|
|
415
|
-
'idoor-off',
|
|
416
|
-
'idots-vertical',
|
|
417
|
-
'idots',
|
|
418
|
-
'idownload',
|
|
419
|
-
'idrone',
|
|
420
|
-
'idroplet-filled',
|
|
421
|
-
'idroplet-half',
|
|
422
|
-
'idroplet',
|
|
423
|
-
'idroplets',
|
|
424
|
-
'iedit',
|
|
425
|
-
'iengine',
|
|
426
|
-
'iexternal-link',
|
|
427
|
-
'ieye-off',
|
|
428
|
-
'ieye',
|
|
429
|
-
'iface-id',
|
|
430
|
-
'ifeather',
|
|
431
|
-
'ifile-alert',
|
|
432
|
-
'ifile-analytics',
|
|
433
|
-
'ifile-check',
|
|
434
|
-
'ifile-code',
|
|
435
|
-
'ifile-download',
|
|
436
|
-
'ifile-export',
|
|
437
|
-
'ifile-horizontal',
|
|
438
|
-
'ifile-import',
|
|
439
|
-
'ifile-plus',
|
|
440
|
-
'ifile-search',
|
|
441
|
-
'ifile-text-bookmark',
|
|
442
|
-
'ifile-text',
|
|
443
|
-
'ifile-type-bmp',
|
|
444
|
-
'ifile-type-css',
|
|
445
|
-
'ifile-type-csv',
|
|
446
|
-
'ifile-type-doc',
|
|
447
|
-
'ifile-type-html',
|
|
448
|
-
'ifile-type-jpg',
|
|
449
|
-
'ifile-type-js',
|
|
450
|
-
'ifile-type-pdf',
|
|
451
|
-
'ifile-type-png',
|
|
452
|
-
'ifile-type-ppt',
|
|
453
|
-
'ifile-type-xls',
|
|
454
|
-
'ifile-type-xml',
|
|
455
|
-
'ifile-type-zip',
|
|
456
|
-
'ifile-upload',
|
|
457
|
-
'ifile-x',
|
|
458
|
-
'ifile-zip',
|
|
459
|
-
'ifile',
|
|
460
|
-
'ifiles-off',
|
|
461
|
-
'ifiles',
|
|
462
|
-
'ifilter-off',
|
|
463
|
-
'ifilter-sort',
|
|
464
|
-
'ifilter',
|
|
465
|
-
'ifingerprint',
|
|
466
|
-
'ifire-extinguisher',
|
|
467
|
-
'iflag',
|
|
468
|
-
'iflame',
|
|
469
|
-
'iflip-horizontal',
|
|
470
|
-
'iflip-vertical',
|
|
471
|
-
'ifolder-minus',
|
|
472
|
-
'ifolder-off',
|
|
473
|
-
'ifolder-plus',
|
|
474
|
-
'ifolder-x',
|
|
475
|
-
'ifolder',
|
|
476
|
-
'ifolders',
|
|
477
|
-
'iframe',
|
|
478
|
-
'igas-station',
|
|
479
|
-
'igauge-off',
|
|
480
|
-
'igauge',
|
|
481
|
-
'igift',
|
|
482
|
-
'igps',
|
|
483
|
-
'igrid-dots',
|
|
484
|
-
'igrip-horizontal',
|
|
485
|
-
'igrip-vertical',
|
|
486
|
-
'ihand-stop',
|
|
487
|
-
'ihand-waving',
|
|
488
|
-
'ihash',
|
|
489
|
-
'ihaze',
|
|
490
|
-
'iheadphones-off',
|
|
491
|
-
'iheadphones',
|
|
492
|
-
'iheadset',
|
|
493
|
-
'ihelicopter',
|
|
494
|
-
'ihelp',
|
|
495
|
-
'ihistory',
|
|
496
|
-
'ihome',
|
|
497
|
-
'ihourglass-empty',
|
|
498
|
-
'ihourglass-high',
|
|
499
|
-
'ihourglass-low',
|
|
500
|
-
'ihourglass-off',
|
|
501
|
-
'ihourglass',
|
|
502
|
-
'iinbox',
|
|
503
|
-
'iinfo-circle',
|
|
504
|
-
'ikeyboard-hide',
|
|
505
|
-
'ikeyboard-show',
|
|
506
|
-
'ikeyboard',
|
|
507
|
-
'ilayout-board-split',
|
|
508
|
-
'ilayout-dashboard',
|
|
509
|
-
'ilayout-grid',
|
|
510
|
-
'ilayout-sidebar-left-collapse',
|
|
511
|
-
'ilayout-sidebar-left-expand',
|
|
512
|
-
'ilayout-sidebar-right-collapse',
|
|
513
|
-
'ilayout-sidebar-right-expand',
|
|
514
|
-
'ilayout',
|
|
515
|
-
'ileaf',
|
|
516
|
-
'ilifebuoy',
|
|
517
|
-
'ilink',
|
|
518
|
-
'ilist-search',
|
|
519
|
-
'ilist',
|
|
520
|
-
'iloader',
|
|
521
|
-
'ilocation',
|
|
522
|
-
'ilock-off',
|
|
523
|
-
'ilock-open',
|
|
524
|
-
'ilock',
|
|
525
|
-
'ilogin',
|
|
526
|
-
'ilogout',
|
|
527
|
-
'imail-forward',
|
|
528
|
-
'imail-opened',
|
|
529
|
-
'imail',
|
|
530
|
-
'imap-pin-off',
|
|
531
|
-
'imap-pin',
|
|
532
|
-
'imap',
|
|
533
|
-
'imenu',
|
|
534
|
-
'imessage-dots',
|
|
535
|
-
'imessage-off',
|
|
536
|
-
'imessage',
|
|
537
|
-
'imessages',
|
|
538
|
-
'imicrophone-off',
|
|
539
|
-
'imicrophone',
|
|
540
|
-
'iminus',
|
|
541
|
-
'imist',
|
|
542
|
-
'imoon',
|
|
543
|
-
'imotorbike',
|
|
544
|
-
'imouse',
|
|
545
|
-
'imovie',
|
|
546
253
|
'inbox',
|
|
547
|
-
'inetwork',
|
|
548
|
-
'inews',
|
|
549
254
|
'info-circle',
|
|
550
|
-
'inote',
|
|
551
|
-
'inotebook',
|
|
552
|
-
'inotes',
|
|
553
|
-
'ioffshore-station',
|
|
554
|
-
'ipackage',
|
|
555
|
-
'ipalette',
|
|
556
|
-
'ipaperclip',
|
|
557
|
-
'ipencil',
|
|
558
|
-
'iphone-call',
|
|
559
|
-
'iphone-calling',
|
|
560
|
-
'iphone-check',
|
|
561
|
-
'iphone-incoming',
|
|
562
|
-
'iphone-off',
|
|
563
|
-
'iphone-outgoing',
|
|
564
|
-
'iphone',
|
|
565
|
-
'iphoto-off',
|
|
566
|
-
'iphoto',
|
|
567
|
-
'ipig',
|
|
568
|
-
'ipin',
|
|
569
|
-
'ipinned-off',
|
|
570
|
-
'ipinned',
|
|
571
|
-
'iplane-off',
|
|
572
|
-
'iplane',
|
|
573
|
-
'iplant',
|
|
574
|
-
'iplayer-pause',
|
|
575
|
-
'iplayer-play',
|
|
576
|
-
'iplayer-skip-back',
|
|
577
|
-
'iplayer-skip-forward',
|
|
578
|
-
'iplayer-stop',
|
|
579
|
-
'iplayer-track-next',
|
|
580
|
-
'iplayer-track-prev',
|
|
581
|
-
'iplug-connected',
|
|
582
|
-
'iplug',
|
|
583
|
-
'iplus',
|
|
584
|
-
'ipower-ac',
|
|
585
|
-
'ipower-dc',
|
|
586
|
-
'ipower',
|
|
587
|
-
'ipresentation-analytics',
|
|
588
|
-
'ipresentation',
|
|
589
|
-
'iprinter',
|
|
590
|
-
'ipropeller',
|
|
591
|
-
'ipublished',
|
|
592
|
-
'ipuzzle-2',
|
|
593
|
-
'ipuzzle',
|
|
594
|
-
'ipylon',
|
|
595
|
-
'iqrcode',
|
|
596
|
-
'iradar',
|
|
597
|
-
'iradio',
|
|
598
|
-
'iradioactive',
|
|
599
|
-
'ireceipt-dollar',
|
|
600
|
-
'ireceipt-euro',
|
|
601
|
-
'ireceipt',
|
|
602
|
-
'irecharging',
|
|
603
|
-
'irecycle',
|
|
604
|
-
'irefresh-alert',
|
|
605
|
-
'irefresh',
|
|
606
|
-
'irepeat-once',
|
|
607
|
-
'irepeat',
|
|
608
|
-
'ireplace',
|
|
609
|
-
'ireport-analytics',
|
|
610
|
-
'ireport-medical',
|
|
611
|
-
'ireport-search',
|
|
612
|
-
'ireport',
|
|
613
|
-
'iripple-off',
|
|
614
|
-
'iripple',
|
|
615
|
-
'irocket',
|
|
616
|
-
'irotate-2',
|
|
617
|
-
'irotate-clockwise-2',
|
|
618
|
-
'irotate-clockwise',
|
|
619
|
-
'irotate-dot',
|
|
620
|
-
'irotate',
|
|
621
|
-
'irouter',
|
|
622
|
-
'iruler-measure',
|
|
623
|
-
'isatellite',
|
|
624
|
-
'iscale',
|
|
625
|
-
'ischool',
|
|
626
|
-
'iscissors',
|
|
627
|
-
'iscooter-electric',
|
|
628
|
-
'iscreenshot',
|
|
629
|
-
'isearch',
|
|
630
|
-
'iseeding',
|
|
631
|
-
'iselect',
|
|
632
|
-
'iselector',
|
|
633
|
-
'isend',
|
|
634
|
-
'iserver',
|
|
635
|
-
'isettings',
|
|
636
|
-
'ishape',
|
|
637
|
-
'ishare-2',
|
|
638
|
-
'ishare',
|
|
639
|
-
'ishield-check',
|
|
640
|
-
'ishield-lock',
|
|
641
|
-
'ishield-off',
|
|
642
|
-
'ishield-x',
|
|
643
|
-
'ishield',
|
|
644
|
-
'iship-off',
|
|
645
|
-
'iship',
|
|
646
|
-
'ishopping-cart',
|
|
647
|
-
'islash',
|
|
648
|
-
'ismart-home',
|
|
649
|
-
'isnowflake',
|
|
650
|
-
'isolar-panel',
|
|
651
|
-
'isort-ascending-letters',
|
|
652
|
-
'isort-ascending-numbers',
|
|
653
|
-
'isort-descending-letters',
|
|
654
|
-
'isort-descending-numbers',
|
|
655
|
-
'ispacing-horizontal',
|
|
656
|
-
'ispacing-vertical',
|
|
657
|
-
'ispeakerphone',
|
|
658
|
-
'istack',
|
|
659
|
-
'istairs',
|
|
660
|
-
'istar',
|
|
661
|
-
'isun',
|
|
662
|
-
'isunrise',
|
|
663
|
-
'isunset',
|
|
664
|
-
'iswitch-horizontal',
|
|
665
|
-
'iswitch-vertical',
|
|
666
|
-
'itable',
|
|
667
|
-
'itag',
|
|
668
|
-
'itank-empty-fill',
|
|
669
|
-
'itank-full-fill',
|
|
670
|
-
'itank-medium-fill',
|
|
671
|
-
'itemperature-off',
|
|
672
|
-
'itemperature',
|
|
673
|
-
'itemplate',
|
|
674
|
-
'iterminal',
|
|
675
|
-
'itext-size',
|
|
676
|
-
'itext',
|
|
677
|
-
'ithumb-down',
|
|
678
|
-
'ithumb-up',
|
|
679
|
-
'iticket',
|
|
680
|
-
'itimeline',
|
|
681
|
-
'itir',
|
|
682
|
-
'itool',
|
|
683
|
-
'itools',
|
|
684
|
-
'itrain',
|
|
685
|
-
'itrash-off',
|
|
686
|
-
'itrash',
|
|
687
|
-
'itree',
|
|
688
|
-
'itrees',
|
|
689
|
-
'itruck-delivery',
|
|
690
|
-
'itruck',
|
|
691
|
-
'iumbrella',
|
|
692
|
-
'iunlink',
|
|
693
|
-
'iupload',
|
|
694
|
-
'iuser-circle',
|
|
695
|
-
'iuser-minus',
|
|
696
|
-
'iuser-plus',
|
|
697
|
-
'iuser-worker',
|
|
698
|
-
'iuser',
|
|
699
|
-
'iusers',
|
|
700
|
-
'iversions',
|
|
701
|
-
'ivideo-minus',
|
|
702
|
-
'ivideo-off',
|
|
703
|
-
'ivideo-plus',
|
|
704
|
-
'ivideo',
|
|
705
|
-
'ivolume-2',
|
|
706
|
-
'ivolume-3',
|
|
707
|
-
'ivolume',
|
|
708
|
-
'iwallet',
|
|
709
|
-
'iwand',
|
|
710
|
-
'iwave',
|
|
711
|
-
'iwaves',
|
|
712
|
-
'iwifi-off',
|
|
713
|
-
'iwifi',
|
|
714
|
-
'iwind-direction',
|
|
715
|
-
'iwind',
|
|
716
|
-
'iwindmill',
|
|
717
|
-
'iwood',
|
|
718
|
-
'iworld',
|
|
719
|
-
'iwriting',
|
|
720
|
-
'ix',
|
|
721
|
-
'izoom-reset',
|
|
722
255
|
'keyboard-hide',
|
|
723
256
|
'keyboard-show',
|
|
724
257
|
'keyboard',
|
|
@@ -861,9 +394,9 @@ export const iconNames = [
|
|
|
861
394
|
'ship-off',
|
|
862
395
|
'ship',
|
|
863
396
|
'shopping-cart',
|
|
864
|
-
'sizesm',
|
|
865
397
|
'sizexl',
|
|
866
398
|
'slash',
|
|
399
|
+
'smart-home',
|
|
867
400
|
'snowflake',
|
|
868
401
|
'solar-panel',
|
|
869
402
|
'sort-ascending-letters',
|