@nova-design-system/nova-webcomponents 3.0.0-beta.43 → 3.0.0-beta.44
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/blazor-docs.json +18738 -0
- package/dist/cjs/index.cjs.js +472 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +4 -5
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-base.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +5 -5
- package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-col.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +3 -3
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +6 -6
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
- package/dist/cjs/nv-fielddate.cjs.entry.js +5 -5
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +4 -4
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +44 -74
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +6 -8
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtime.cjs.entry.js +9 -9
- package/dist/cjs/nv-icon.cjs.entry.js +2 -2
- 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 +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-popover.cjs.entry.js.map +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 +3 -3
- 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/cjs/nv-tooltip.cjs.entry.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.css +16 -0
- package/dist/collection/components/nv-badge/nv-badge.js +3 -3
- package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
- package/dist/collection/components/nv-base/nv-base.js +1 -1
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
- package/dist/collection/components/nv-button/nv-button.js +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.css +129 -77
- package/dist/collection/components/nv-calendar/nv-calendar.js +4 -4
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
- package/dist/collection/components/nv-col/nv-col.js +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.css +4 -4
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +2 -2
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +7 -7
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +1 -1
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +5 -5
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +4 -4
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +44 -74
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +3 -0
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +9 -11
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js.map +1 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +9 -9
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-icon/nv-icons.js +472 -2
- package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
- package/dist/collection/components/nv-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 +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-popover/nv-popover.js.map +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.css +4 -4
- package/dist/collection/components/nv-table/nv-table.js +2 -2
- 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/components/nv-tooltip/nv-tooltip.js.map +1 -1
- package/dist/components/index.js +472 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-alert.js +1 -1
- package/dist/components/nv-avatar.js +1 -1
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-base.js +1 -1
- package/dist/components/nv-breadcrumb.js +3 -3
- package/dist/components/nv-breadcrumbs.js +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-col.js +1 -1
- package/dist/components/nv-datagrid.js +3 -3
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-datagridcolumn.js +1 -1
- package/dist/components/nv-dialog.js +6 -6
- package/dist/components/nv-dialog.js.map +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-dialogheader.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddate.js +12 -12
- package/dist/components/nv-fielddaterange.js +11 -11
- package/dist/components/nv-fielddropdown.js +49 -79
- 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 +7 -7
- package/dist/components/nv-fieldnumber.js +6 -6
- package/dist/components/nv-fieldpassword.js +6 -6
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldselect.js +8 -8
- package/dist/components/nv-fieldtext.js +4 -4
- package/dist/components/nv-fieldtextarea.js +3 -3
- package/dist/components/nv-fieldtime.js +13 -13
- 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 +4 -4
- 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 +3 -3
- 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-3aa6f6dc.js → p-016dbae8.js} +10 -10
- package/dist/components/p-016dbae8.js.map +1 -0
- package/dist/components/{p-1a4f9c97.js → p-0631d152.js} +3 -3
- package/dist/components/{p-1a4f9c97.js.map → p-0631d152.js.map} +1 -1
- package/dist/components/p-23b6b33b.js +88 -0
- package/dist/components/p-23b6b33b.js.map +1 -0
- package/dist/components/{p-a8b5969f.js → p-293e1a5c.js} +3 -3
- package/dist/components/{p-a8b5969f.js.map → p-293e1a5c.js.map} +1 -1
- package/dist/components/{p-1e095bba.js → p-3a74719c.js} +4 -4
- package/dist/components/{p-1e095bba.js.map → p-3a74719c.js.map} +1 -1
- package/dist/components/{p-56716b97.js → p-3a990da7.js} +9 -9
- package/dist/components/p-3a990da7.js.map +1 -0
- package/dist/components/{p-4c6d8df7.js → p-543082ff.js} +2 -2
- package/dist/components/{p-4c6d8df7.js.map → p-543082ff.js.map} +1 -1
- package/dist/components/{p-057ae4f2.js → p-62f6da8a.js} +2 -2
- package/dist/components/{p-057ae4f2.js.map → p-62f6da8a.js.map} +1 -1
- package/dist/components/{p-3a3ba5b1.js → p-6726f512.js} +2 -2
- package/dist/components/{p-3a3ba5b1.js.map → p-6726f512.js.map} +1 -1
- package/dist/components/{p-1fad2529.js → p-b2d2fd35.js} +3 -3
- package/dist/components/{p-1fad2529.js.map → p-b2d2fd35.js.map} +1 -1
- package/dist/components/p-cd083aba.js +176 -0
- package/dist/components/p-cd083aba.js.map +1 -0
- package/dist/components/{p-55202370.js → p-d552352b.js} +5 -5
- package/dist/components/{p-55202370.js.map → p-d552352b.js.map} +1 -1
- package/dist/components/{p-89fb308b.js → p-e40363fd.js} +2 -2
- package/dist/components/{p-89fb308b.js.map → p-e40363fd.js.map} +1 -1
- package/dist/components/{p-4c6ba63c.js → p-e66d6274.js} +3 -3
- package/dist/components/{p-4c6ba63c.js.map → p-e66d6274.js.map} +1 -1
- package/dist/components/{p-9476354d.js → p-e7f21fe7.js} +9 -11
- package/dist/components/p-e7f21fe7.js.map +1 -0
- package/dist/docs.json +2048 -160
- package/dist/esm/index.js +472 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +4 -5
- package/dist/esm/nv-badge_2.entry.js.map +1 -1
- package/dist/esm/nv-base.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +1 -1
- package/dist/esm/nv-button.entry.js +1 -1
- package/dist/esm/nv-calendar.entry.js +5 -5
- package/dist/esm/nv-calendar.entry.js.map +1 -1
- package/dist/esm/nv-col.entry.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +3 -3
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-datagridcolumn.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- package/dist/esm/nv-dialogfooter_2.entry.js +6 -6
- package/dist/esm/nv-dialogfooter_2.entry.js.map +1 -1
- package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
- package/dist/esm/nv-fielddate.entry.js +5 -5
- package/dist/esm/nv-fielddaterange.entry.js +4 -4
- package/dist/esm/nv-fielddropdown.entry.js +44 -74
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +6 -8
- package/dist/esm/nv-fielddropdownitem.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +3 -3
- package/dist/esm/nv-fieldpassword.entry.js +3 -3
- package/dist/esm/nv-fieldradio.entry.js +3 -3
- package/dist/esm/nv-fieldselect.entry.js +5 -5
- package/dist/esm/nv-fieldtext.entry.js +3 -3
- package/dist/esm/nv-fieldtextarea.entry.js +3 -3
- package/dist/esm/nv-fieldtime.entry.js +9 -9
- package/dist/esm/nv-icon.entry.js +2 -2
- 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 +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js.map +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 +3 -3
- 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/esm/nv-tooltip.entry.js.map +1 -1
- package/dist/native/index.esm.js +1 -1
- package/dist/native/index.esm.js.map +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/p-16b38dc2.entry.js +2 -0
- package/dist/native/p-16b38dc2.entry.js.map +1 -0
- package/dist/native/p-1d5b6c6d.entry.js +2 -0
- package/dist/native/{p-7fade532.entry.js → p-2b584e35.entry.js} +2 -2
- package/dist/native/{p-514101d6.entry.js → p-39fd54e3.entry.js} +2 -2
- package/dist/native/p-3a47035f.entry.js +2 -0
- package/dist/native/p-3a47035f.entry.js.map +1 -0
- package/dist/native/p-4b6d3739.entry.js +2 -0
- package/dist/native/{p-45577c7f.entry.js.map → p-4b6d3739.entry.js.map} +1 -1
- package/dist/native/{p-31184fdd.entry.js → p-4c88e8be.entry.js} +2 -2
- package/dist/native/p-4c96b614.entry.js +2 -0
- package/dist/native/{p-2281d5ef.entry.js → p-4d2adf8c.entry.js} +2 -2
- package/dist/native/{p-942f8e92.entry.js → p-4eb132d3.entry.js} +2 -2
- package/dist/native/{p-c10e5113.entry.js → p-552ca13e.entry.js} +2 -2
- package/dist/native/p-569e9663.entry.js +2 -0
- package/dist/native/p-569e9663.entry.js.map +1 -0
- package/dist/native/{p-be4fc827.entry.js → p-5e04b50f.entry.js} +2 -2
- package/dist/native/p-5e04b50f.entry.js.map +1 -0
- package/dist/native/{p-ecc28398.entry.js → p-657a0b8a.entry.js} +2 -2
- package/dist/native/{p-464ef88f.entry.js → p-794b7820.entry.js} +2 -2
- package/dist/native/{p-f5e0d5c5.entry.js → p-870d5a5c.entry.js} +2 -2
- package/dist/native/p-8ae27c0a.entry.js +2 -0
- package/dist/native/p-8ae27c0a.entry.js.map +1 -0
- package/dist/native/p-9fe6a9b7.entry.js +2 -0
- package/dist/native/p-9fe6a9b7.entry.js.map +1 -0
- package/dist/native/{p-332c5d6c.entry.js → p-a3ea7b59.entry.js} +2 -2
- package/dist/native/{p-56e98443.entry.js → p-a6834c17.entry.js} +2 -2
- package/dist/native/{p-56e98443.entry.js.map → p-a6834c17.entry.js.map} +1 -1
- package/dist/native/{p-442f04f9.entry.js → p-ac72abfc.entry.js} +2 -2
- package/dist/native/p-adf0f628.entry.js +2 -0
- package/dist/native/p-adf0f628.entry.js.map +1 -0
- package/dist/native/{p-048486e0.entry.js → p-c84eb11f.entry.js} +2 -2
- package/dist/native/p-c84eb11f.entry.js.map +1 -0
- package/dist/native/p-ca1eff59.entry.js +2 -0
- package/dist/native/p-ca1eff59.entry.js.map +1 -0
- package/dist/native/{p-ab84ff42.entry.js → p-cce90f27.entry.js} +2 -2
- package/dist/native/p-d3d664c7.entry.js +2 -0
- package/dist/native/{p-62df7dd4.entry.js → p-d7b5ab6e.entry.js} +2 -2
- package/dist/native/{p-314d2b34.entry.js → p-d987271c.entry.js} +2 -2
- package/dist/native/{p-3af5bcc1.entry.js → p-dcfef507.entry.js} +2 -2
- package/dist/native/{p-b052f1cb.entry.js → p-ddb4fcc3.entry.js} +2 -2
- package/dist/native/{p-2ed540e3.entry.js → p-ede0c391.entry.js} +2 -2
- package/dist/native/p-efb52057.entry.js +2 -0
- package/dist/native/{p-04c6048a.entry.js → p-ffcf8271.entry.js} +2 -2
- package/dist/native/{p-04c6048a.entry.js.map → p-ffcf8271.entry.js.map} +1 -1
- package/dist/types/components/nv-badge/nv-badge.d.ts +1 -0
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +2 -2
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +1 -7
- package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.d.ts +1 -6
- package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
- package/dist/types/components.d.ts +4 -12
- package/dist/vscode-data.json +5980 -0
- package/hydrate/index.js +134 -166
- package/hydrate/index.mjs +134 -166
- package/package.json +1 -1
- package/dist/components/p-3aa6f6dc.js.map +0 -1
- package/dist/components/p-56716b97.js.map +0 -1
- package/dist/components/p-7f142767.js +0 -177
- package/dist/components/p-7f142767.js.map +0 -1
- package/dist/components/p-9476354d.js.map +0 -1
- package/dist/components/p-ebf24fd0.js +0 -88
- package/dist/components/p-ebf24fd0.js.map +0 -1
- package/dist/native/p-048486e0.entry.js.map +0 -1
- package/dist/native/p-1a46cb52.entry.js +0 -2
- package/dist/native/p-22a45102.entry.js +0 -2
- package/dist/native/p-22a45102.entry.js.map +0 -1
- package/dist/native/p-45577c7f.entry.js +0 -2
- package/dist/native/p-46aa1136.entry.js +0 -2
- package/dist/native/p-665db087.entry.js +0 -2
- package/dist/native/p-68b5a92c.entry.js +0 -2
- package/dist/native/p-68b5a92c.entry.js.map +0 -1
- package/dist/native/p-6a629671.entry.js +0 -2
- package/dist/native/p-6a629671.entry.js.map +0 -1
- package/dist/native/p-913907fb.entry.js +0 -2
- package/dist/native/p-913907fb.entry.js.map +0 -1
- package/dist/native/p-9f5e4dfc.entry.js +0 -2
- package/dist/native/p-9f5e4dfc.entry.js.map +0 -1
- package/dist/native/p-bdabd495.entry.js +0 -2
- package/dist/native/p-bdabd495.entry.js.map +0 -1
- package/dist/native/p-be4fc827.entry.js.map +0 -1
- package/dist/native/p-db2902d6.entry.js +0 -2
- package/dist/native/p-db2902d6.entry.js.map +0 -1
- package/dist/native/p-f89b7d06.entry.js +0 -2
- /package/dist/native/{p-665db087.entry.js.map → p-1d5b6c6d.entry.js.map} +0 -0
- /package/dist/native/{p-7fade532.entry.js.map → p-2b584e35.entry.js.map} +0 -0
- /package/dist/native/{p-514101d6.entry.js.map → p-39fd54e3.entry.js.map} +0 -0
- /package/dist/native/{p-31184fdd.entry.js.map → p-4c88e8be.entry.js.map} +0 -0
- /package/dist/native/{p-46aa1136.entry.js.map → p-4c96b614.entry.js.map} +0 -0
- /package/dist/native/{p-2281d5ef.entry.js.map → p-4d2adf8c.entry.js.map} +0 -0
- /package/dist/native/{p-942f8e92.entry.js.map → p-4eb132d3.entry.js.map} +0 -0
- /package/dist/native/{p-c10e5113.entry.js.map → p-552ca13e.entry.js.map} +0 -0
- /package/dist/native/{p-ecc28398.entry.js.map → p-657a0b8a.entry.js.map} +0 -0
- /package/dist/native/{p-464ef88f.entry.js.map → p-794b7820.entry.js.map} +0 -0
- /package/dist/native/{p-f5e0d5c5.entry.js.map → p-870d5a5c.entry.js.map} +0 -0
- /package/dist/native/{p-332c5d6c.entry.js.map → p-a3ea7b59.entry.js.map} +0 -0
- /package/dist/native/{p-442f04f9.entry.js.map → p-ac72abfc.entry.js.map} +0 -0
- /package/dist/native/{p-ab84ff42.entry.js.map → p-cce90f27.entry.js.map} +0 -0
- /package/dist/native/{p-f89b7d06.entry.js.map → p-d3d664c7.entry.js.map} +0 -0
- /package/dist/native/{p-62df7dd4.entry.js.map → p-d7b5ab6e.entry.js.map} +0 -0
- /package/dist/native/{p-314d2b34.entry.js.map → p-d987271c.entry.js.map} +0 -0
- /package/dist/native/{p-3af5bcc1.entry.js.map → p-dcfef507.entry.js.map} +0 -0
- /package/dist/native/{p-b052f1cb.entry.js.map → p-ddb4fcc3.entry.js.map} +0 -0
- /package/dist/native/{p-2ed540e3.entry.js.map → p-ede0c391.entry.js.map} +0 -0
- /package/dist/native/{p-1a46cb52.entry.js.map → p-efb52057.entry.js.map} +0 -0
|
@@ -83,9 +83,9 @@ export class NvFieldradio {
|
|
|
83
83
|
/****************************************************************************/
|
|
84
84
|
//#region RENDER
|
|
85
85
|
render() {
|
|
86
|
-
return (h(Host, { key: '
|
|
87
|
-
this.el.querySelector('[slot="description"]')) && (h("div", { key: '
|
|
88
|
-
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '
|
|
86
|
+
return (h(Host, { key: 'c600a157513b8401903807773cbd269008b35197', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, h("input", { key: '7861b2a7e9f6b5b4bef5f74781401eb4fb3c746d', type: "radio", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), h("div", { key: '3612e5a6667d8bb1800a724386f84debe33cc0f4', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'e9caab357d06e25dab7b7b72020f56029d89f373', htmlFor: this.inputId }, h("slot", { key: '04441ea9acb42628cf0618c566e9d7be159d962d', name: "label" }, this.label))), (this.description ||
|
|
87
|
+
this.el.querySelector('[slot="description"]')) && (h("div", { key: '190427a3db123787a85f2abb72e47192a06586b4', class: "description" }, h("slot", { key: '6799968f7ebbc302890c4544fe16f5928ac2a0e8', name: "description" }, this.description))), (this.errorDescription ||
|
|
88
|
+
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'b37bd97668df39b1160c581f0b62a5140ada9b59', hidden: !this.error, class: "error-description" }, h("slot", { key: '7a715e8cc5dd5f41173d3b4d5d7cc229a787e2f9', name: "error-description" }, this.errorDescription))))));
|
|
89
89
|
}
|
|
90
90
|
static get is() { return "nv-fieldradio"; }
|
|
91
91
|
static get formAssociated() { return true; }
|
|
@@ -343,13 +343,13 @@ export class NvFieldselect {
|
|
|
343
343
|
* @returns {HTMLStencilElement} The HTML element to render.
|
|
344
344
|
*/
|
|
345
345
|
render() {
|
|
346
|
-
return (h(Host, { key: '
|
|
346
|
+
return (h(Host, { key: '2d7fbe4141cbef0243b0c08c5af89e6249f20c09' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'e8a03bde5c1c35d24d4ebe0b266aa3a653e6f763', htmlFor: this.inputId }, h("slot", { key: '9a2ec1d03f76c5349fc93c99f3a409ea47a24f62', name: "label" }, this.label))), h("div", { key: '6226069dcdc067cec3f6a3eaaf9ba536baf9ddf9', class: "select-wrapper" }, h("slot", { key: 'f94e5b37a4008571913260b371aa2a710ba16fad', name: "before-input" }), h("div", { key: '9774c2ee0b8b0b4159e90d2ac4b1bd98616e9554', class: "select-container", onClick: this.handleSelectContainerClick }, h("slot", { key: 'e84d98a96ab47916d8332968f1d94946251582b3', name: "leading-input" }), this.internalReadonly && (h("input", { key: 'c0a22ae71c95e0b22a8d1a8dbd5a6d447970147b', id: this.inputId + '-readonly', type: "text", value: this.computedDisplayValue, readonly: true, class: "readonly-input", "aria-readonly": "true", "aria-label": this.label, "aria-describedby": this.error
|
|
347
347
|
? `${this.inputId}-error`
|
|
348
|
-
: `${this.inputId}-description` })), h("select", { key: '
|
|
348
|
+
: `${this.inputId}-description` })), h("select", { key: '792ea3aa8c7cc04110951e7896ff54c0e097fb9d', id: this.inputId, ref: el => (this.selectElement = el), name: this.name, autofocus: this.autofocus, disabled: this.disabled, required: this.required, multiple: this.multiple, onChange: this.handleSelectChange, class: this.internalReadonly ? 'hidden' : '', "aria-label": this.label, "aria-describedby": this.error
|
|
349
349
|
? `${this.inputId}-error`
|
|
350
|
-
: `${this.inputId}-description` }, this.parsedOptions.length > 0 ? (this.parsedOptions.map(option => (h("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (h("slot", null))), h("div", { key: '
|
|
351
|
-
this.el.querySelector('[slot="description"]')) && (h("div", { key: '
|
|
352
|
-
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '
|
|
350
|
+
: `${this.inputId}-description` }, this.parsedOptions.length > 0 ? (this.parsedOptions.map(option => (h("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (h("slot", null))), h("div", { key: 'c05c31e672ac5e63c6935aa1457f180860193af3', class: "select-icons" }, this.error && (h("nv-icon", { key: 'b8a51b02da5a15bed729022268a298fe4242af78', name: "alert-circle", class: "validation", size: "md" })), this.success && (h("nv-icon", { key: '2e54e71e2ca509762616baa546ade6362e9b3607', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (h("nv-iconbutton", { key: '7d7548609c904d261ffc347a24bf5fcfe10c3896', name: "chevron-down", size: "md", emphasis: "lower", tabIndex: -1 })))), h("slot", { key: '22741934d8e09a384c9b1a84b773e3dbbd5ea061', name: "after-input" })), (this.description ||
|
|
351
|
+
this.el.querySelector('[slot="description"]')) && (h("div", { key: '2b352c4845ed135b03429b8382b8b7c79a1468ea', class: "description", id: `${this.inputId}-description` }, h("slot", { key: 'b1afb4fa2a554d5ce8a9e8d7c1a122baef2af671', name: "description" }, this.description))), (this.errorDescription ||
|
|
352
|
+
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '7a472dfd9df5d9e1a2bab533d24d6f3656072a2d', class: "error-description", id: `${this.inputId}-error` }, h("slot", { key: '70bf1c4c53a26f4aaeb72cce36260560e5d098fd', name: "error-description" }, this.errorDescription)))));
|
|
353
353
|
}
|
|
354
354
|
static get is() { return "nv-fieldselect"; }
|
|
355
355
|
static get formAssociated() { return true; }
|
|
@@ -106,9 +106,9 @@ export class NvFieldtext {
|
|
|
106
106
|
/****************************************************************************/
|
|
107
107
|
//#region RENDER
|
|
108
108
|
render() {
|
|
109
|
-
return (h(Host, { key: '
|
|
110
|
-
this.el.querySelector('[slot="description"]')) && (h("div", { key: '
|
|
111
|
-
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '
|
|
109
|
+
return (h(Host, { key: '322d1e58130e04d69a5f14343fc5325c299e7d74' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '12cc27c3d8e7791db20ba39be84a261708ac1b81', htmlFor: this.inputId }, h("slot", { key: '01cbeb48a79294d3c10283891fcdd68fce8b5597', name: "label" }, this.label))), h("div", { key: 'd13eccee6cb016d49b9e2bba0a6333ea9ddb7cb0', class: "input-wrapper" }, h("slot", { key: 'af2ffdddf6f9ae4f1af16a1710a0f829ef30196c', name: "before-input" }), h("div", { key: 'b598d6b8709bd56051b25a12705a3b785cc5c7d5', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: 'c3006ed040dee98b443467e5d4a081fb4404efd8', name: "leading-input" }), h("input", { key: '057f8836541e78d465083174ec029ed9ba56d950', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, type: this.type, disabled: this.disabled, readOnly: this.readonly, required: this.required, maxlength: this.maxlength, minlength: this.minlength, pattern: this.pattern, autofocus: this.autofocus, autocomplete: this.autocomplete, multiple: this.multiple, value: this.value, onInput: this.handleInput }), this.error && (h("nv-icon", { key: '1c961288b97eb8f2580fd421b03db1f275709d47', name: "alert-circle", class: "validation", size: "md" })), this.success && (h("nv-icon", { key: '4ffaf30cf97c5c6e69709abcca3db5ef7fa2598e', name: "circle-check", class: "validation", size: "md" }))), h("slot", { key: '46257b784d082071ed717f37aeac1e1bbffaeac3', name: "after-input" })), (this.description ||
|
|
110
|
+
this.el.querySelector('[slot="description"]')) && (h("div", { key: 'dad03cc1954a17b4d9075f5c0949abdb83bee15c', class: "description" }, h("slot", { key: '62c4d6315ad5eff50c86e289d7bcc61afacf64bc', name: "description" }, this.description))), (this.errorDescription ||
|
|
111
|
+
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '3cd561cd634519ae18da4edfe8ec35dd2000a4ce', hidden: !this.error, class: "error-description" }, h("slot", { key: '7fc992b0285652f46530ca23f12e626752dd1282', name: "error-description" }, this.errorDescription)))));
|
|
112
112
|
}
|
|
113
113
|
static get is() { return "nv-fieldtext"; }
|
|
114
114
|
static get formAssociated() { return true; }
|
|
@@ -173,9 +173,9 @@ export class NvFieldtextarea {
|
|
|
173
173
|
/****************************************************************************/
|
|
174
174
|
//#region RENDER
|
|
175
175
|
render() {
|
|
176
|
-
return (h(Host, { key: '
|
|
177
|
-
this.el.querySelector('[slot="description"]')) && (h("div", { key: '
|
|
178
|
-
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '
|
|
176
|
+
return (h(Host, { key: '9edf7962ccdff743da72152b98f03d27c8f14f1f' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'c3f365dc9d7b27464ead7b80d2bf29ab830cc8df', htmlFor: this.inputId }, h("slot", { key: 'bcfc6ada8c84894be98adcc58c5d5dbc19da5693', name: "label" }, this.label))), h("div", { key: 'e6341cf7d87d9e0d2534ddb0401b595970beabfb', class: "textarea-wrapper" }, h("div", { key: '80e0b0bc0cb7ec4b237b032e0a4c00a3d6a2e16a', class: "textarea-container", onClick: this.handleTextareaContainerClick }, h("textarea", { key: '20bcce08c32dddaa9fcd54b5fca5724318f31010', id: this.inputId, ref: e => (this.textareaElement = e), placeholder: this.placeholder, autofocus: this.autofocus, name: this.name, disabled: this.disabled, readOnly: this.readonly, required: this.required, maxlength: this.maxlength, minlength: this.minlength, autocomplete: "off", value: this.value, onInput: this.handleTextarea, rows: this.rows, class: clsx(this.resize === 'none' && 'resize-none', this.resize === 'vertical' && 'resize-y', this.resize === 'horizontal' && 'resize-x', this.resize === 'both' && 'resize') }))), (this.description ||
|
|
177
|
+
this.el.querySelector('[slot="description"]')) && (h("div", { key: 'd3f26d3a2f81d5009e55e532ce8079433bbe60bb', class: "description" }, h("slot", { key: 'd9f16157d8ea355d57d8935aec45aa1fcaba2b68', name: "description" }, this.description))), (this.errorDescription ||
|
|
178
|
+
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'c4b838a46fc477530dcb6101f8d8758d99466f65', hidden: !this.error, class: "error-description" }, h("slot", { key: '3370a1b2d89a1d24a9e3ed93aebf04751aaa1e86', name: "error-description" }, this.errorDescription)))));
|
|
179
179
|
}
|
|
180
180
|
static get is() { return "nv-fieldtextarea"; }
|
|
181
181
|
static get formAssociated() { return true; }
|
|
@@ -967,26 +967,26 @@ export class NvFieldtime {
|
|
|
967
967
|
}, key: `${option}-${index}`, onClick: e => this.handleTimeOptionClick(e, type) }, option)))));
|
|
968
968
|
}
|
|
969
969
|
render() {
|
|
970
|
-
return (h(Host, { key: '
|
|
971
|
-
h("input", { key: '
|
|
970
|
+
return (h(Host, { key: '2bd5109091c0e07418ce9565e87384f386428c7f', onclick: e => this.handleHostClick(e) }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'fb435b88f17474c69e9400f3f74545a6e1b9e71c', htmlFor: this.inputId }, h("slot", { key: 'c252c0daf40bec73e405ad53a06ca84de823b3d7', name: "label" }, this.label))), h("nv-popover", { key: '009f40e96c5cb95ef985909e8a0edfa9df3e7c7f', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, h("div", { key: 'd22fa1424d88309d07dbbd73a8c1d25d21392329', class: "input-wrapper", slot: "trigger" }, h("slot", { key: 'e56bcfab83d254bc7df35ac84481b5ef67b23ca2', name: "before-input" }), h("div", { key: '20ce8289edbfbddd54424dd86e672ab4689cd51d', class: "input-container" }, h("slot", { key: '98c4d58900edfc2b618f6882be0832eae4ce1e65', name: "leading-input" }), startsWithIgnoreCase(this.format, 'HH') && [
|
|
971
|
+
h("input", { key: '9317fddf11f5715a585f784cda78b54aa62be063', ref: el => (this.inputElements[TimeType.Hours] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.hours, onInput: e => this.handleInputChange(e, TimeType.Hours), placeholder: this.format.includes('hh') ? 'hh' : 'HH', inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Hours), name: this.name
|
|
972
972
|
? `${TimeType.Hours}-${this.name}`
|
|
973
973
|
: TimeType.Hours, id: this.inputId, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
|
|
974
974
|
], this.format.includes('mm') && [
|
|
975
|
-
h("span", { key: '
|
|
976
|
-
h("input", { key: '
|
|
975
|
+
h("span", { key: '044a1a102651f107f84815479428737a01ec9bc5' }, ":"),
|
|
976
|
+
h("input", { key: '19facb2211d8e3505a66effb65357e40cd5d4cdb', ref: el => (this.inputElements[TimeType.Minutes] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.minutes, onInput: e => this.handleInputChange(e, TimeType.Minutes), placeholder: "mm", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Minutes), name: this.name
|
|
977
977
|
? `${TimeType.Minutes}-${this.name}`
|
|
978
978
|
: TimeType.Minutes, id: `${this.inputId}-minutes`, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
|
|
979
979
|
], this.format.includes('ss') && [
|
|
980
|
-
h("span", { key: '
|
|
981
|
-
h("input", { key: '
|
|
980
|
+
h("span", { key: '239c6cee81a91eaa37c66dad419838eac713dc52' }, ":"),
|
|
981
|
+
h("input", { key: '86b90a830be379c88c93b56cb19ff2f7905ae90a', ref: el => (this.inputElements[TimeType.Seconds] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.seconds, onInput: e => this.handleInputChange(e, TimeType.Seconds), placeholder: "ss", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Seconds), name: this.name
|
|
982
982
|
? `${TimeType.Seconds}-${this.name}`
|
|
983
983
|
: TimeType.Seconds, id: `${this.inputId}-seconds`, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
|
|
984
|
-
], h("nv-iconbutton", { key: '
|
|
984
|
+
], h("nv-iconbutton", { key: '2aed05d3ba441bb145e43b480d3c30b227559fd5', name: this.open ? 'chevron-top' : 'chevron-down', size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide time picker' : 'Show time picker', "aria-pressed": this.open.toString(), onClick: () => this.HandleDropdownIconClick() }), this.error && (h("nv-icon", { key: '88e621d6753e3b4661a49d612133eff268abe459', name: "alert-circle", class: "validation", size: "sm" })), this.success && (h("nv-icon", { key: 'c9493053d4c60c9826517e63d8bdb9d3d915e5a4', name: "circle-check", class: "validation", size: "sm" }))), h("slot", { key: 'd1e56ff18a036b3eecfc3b82603417747444f515', name: "after-input" })), h("div", { key: 'ee316a5355842ba4b94d7f155be4ee76170b653d', class: "time-dropdown", slot: "content" }, h("div", { key: 'b4c00d933a89420c2b7f6c91e52dab14b00aacd2', class: "time-columns" }, startsWithIgnoreCase(this.format, 'HH') &&
|
|
985
985
|
this.RenderTimeOptionsColumn(TimeType.Hours), this.format.includes('mm') &&
|
|
986
986
|
this.RenderTimeOptionsColumn(TimeType.Minutes), this.format.includes('ss') &&
|
|
987
987
|
this.RenderTimeOptionsColumn(TimeType.Seconds)))), (this.description ||
|
|
988
|
-
this.el.querySelector('[slot="description"]')) && (h("div", { key: '
|
|
989
|
-
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '
|
|
988
|
+
this.el.querySelector('[slot="description"]')) && (h("div", { key: 'ebb6ca0885ea6f099617f2deebd1e55e53dd4f05', class: "description" }, h("slot", { key: '7045fe19cba7c811db78636b57f05d2f9913f49e', name: "description" }, this.description))), (this.errorDescription ||
|
|
989
|
+
this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'b6b52a078889f4a5e5856bc29580f1dd461175e0', hidden: !this.error, class: "error-description" }, h("slot", { key: '76759966defe06d595e9aa5df3a580ebea1d7f81', name: "error-description" }, this.errorDescription)))));
|
|
990
990
|
}
|
|
991
991
|
static get is() { return "nv-fieldtime"; }
|
|
992
992
|
static get formAssociated() { return true; }
|
|
@@ -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: 'af052140e4b3d9e7b8b11b7a9f074b1a774500b8', class: clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, h("svg", { key: '0f7d916bdc94a13c5efbef392696197b511d6060', 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: 'b333c06450a2467e13202edee9dd869a5f38cd66', href: `#${this.name}` }))));
|
|
52
52
|
}
|
|
53
53
|
static get is() { return "nv-icon"; }
|
|
54
54
|
static get originalStyleUrls() {
|
|
@@ -34,6 +34,7 @@ export const iconNames = [
|
|
|
34
34
|
'arrows-move',
|
|
35
35
|
'aspect-ratio',
|
|
36
36
|
'atom',
|
|
37
|
+
'badge-theme',
|
|
37
38
|
'basket',
|
|
38
39
|
'battery-1',
|
|
39
40
|
'battery-2',
|
|
@@ -200,7 +201,6 @@ export const iconNames = [
|
|
|
200
201
|
'file-type-pdf',
|
|
201
202
|
'file-type-png',
|
|
202
203
|
'file-type-ppt',
|
|
203
|
-
'file-type-xls',
|
|
204
204
|
'file-type-xml',
|
|
205
205
|
'file-type-zip',
|
|
206
206
|
'file-upload',
|
|
@@ -224,6 +224,7 @@ export const iconNames = [
|
|
|
224
224
|
'folder-x',
|
|
225
225
|
'folder',
|
|
226
226
|
'folders',
|
|
227
|
+
'frame-66',
|
|
227
228
|
'frame',
|
|
228
229
|
'gas-station',
|
|
229
230
|
'gauge-off',
|
|
@@ -249,8 +250,475 @@ export const iconNames = [
|
|
|
249
250
|
'hourglass-low',
|
|
250
251
|
'hourglass-off',
|
|
251
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',
|
|
252
546
|
'inbox',
|
|
547
|
+
'inetwork',
|
|
548
|
+
'inews',
|
|
253
549
|
'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',
|
|
254
722
|
'keyboard-hide',
|
|
255
723
|
'keyboard-show',
|
|
256
724
|
'keyboard',
|
|
@@ -350,6 +818,7 @@ export const iconNames = [
|
|
|
350
818
|
'recharging',
|
|
351
819
|
'recycle',
|
|
352
820
|
'refresh-alert',
|
|
821
|
+
'refresh-off',
|
|
353
822
|
'refresh',
|
|
354
823
|
'repeat-once',
|
|
355
824
|
'repeat',
|
|
@@ -392,8 +861,9 @@ export const iconNames = [
|
|
|
392
861
|
'ship-off',
|
|
393
862
|
'ship',
|
|
394
863
|
'shopping-cart',
|
|
864
|
+
'sizesm',
|
|
865
|
+
'sizexl',
|
|
395
866
|
'slash',
|
|
396
|
-
'smart-home',
|
|
397
867
|
'snowflake',
|
|
398
868
|
'solar-panel',
|
|
399
869
|
'sort-ascending-letters',
|