@nova-design-system/nova-webcomponents 3.0.0-beta.44 → 3.0.0-beta.46
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/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +6 -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 +2 -2
- package/dist/cjs/nv-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +5 -3
- package/dist/cjs/nv-button.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +1 -1
- package/dist/cjs/nv-col.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +66 -6
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +5 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +16 -12
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
- 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 +3 -9
- 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 +9 -64
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +9 -7
- 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 +5 -5
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- 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 +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-menu.cjs.entry.js +3 -3
- 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 +11 -9
- 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 +2 -2
- package/dist/cjs/nv-toggle.cjs.entry.js +3 -3
- package/dist/cjs/nv-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/nv-badge/nv-badge.css +11 -0
- package/dist/collection/components/nv-badge/nv-badge.js +5 -4
- 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.css +11 -0
- 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 +5 -3
- package/dist/collection/components/nv-button/nv-button.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +1 -1
- package/dist/collection/components/nv-col/nv-col.js +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +43 -2
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +91 -7
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +27 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js +24 -17
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +1 -1
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +11 -0
- 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 +4 -13
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- 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.js +9 -67
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +9 -7
- 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.js +5 -5
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
- 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.docs.js +1 -0
- package/dist/collection/components/nv-icon/nv-icon.docs.js.map +1 -1
- package/dist/collection/components/nv-icon/nv-icon.js +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 +6 -6
- package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
- package/dist/collection/components/nv-popover/nv-popover.js +11 -9
- package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
- package/dist/collection/components/nv-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 +2 -2
- package/dist/collection/components/nv-toggle/nv-toggle.css +11 -0
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +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 +4 -4
- package/dist/components/nv-breadcrumb.js.map +1 -1
- 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 +69 -7
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-datagridcolumn.js +7 -2
- package/dist/components/nv-datagridcolumn.js.map +1 -1
- package/dist/components/nv-dialog.js +22 -18
- 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 +9 -17
- 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 +18 -75
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +6 -6
- package/dist/components/nv-fieldpassword.js +12 -10
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldselect.js +8 -8
- package/dist/components/nv-fieldselect.js.map +1 -1
- 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 +6 -6
- 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-toggle.js +3 -3
- package/dist/components/nv-toggle.js.map +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-e66d6274.js → p-18bc0291.js} +3 -3
- package/dist/components/{p-e66d6274.js.map → p-18bc0291.js.map} +1 -1
- package/dist/components/{p-b2d2fd35.js → p-56ef8131.js} +3 -3
- package/dist/components/{p-b2d2fd35.js.map → p-56ef8131.js.map} +1 -1
- package/dist/components/p-5a5f11c2.js +177 -0
- package/dist/components/p-5a5f11c2.js.map +1 -0
- package/dist/components/{p-62f6da8a.js → p-664c5a14.js} +12 -10
- package/dist/components/p-664c5a14.js.map +1 -0
- package/dist/components/{p-6726f512.js → p-7b89fb48.js} +2 -2
- package/dist/components/{p-6726f512.js.map → p-7b89fb48.js.map} +1 -1
- package/dist/components/{p-0631d152.js → p-8674c7af.js} +7 -5
- package/dist/components/p-8674c7af.js.map +1 -0
- package/dist/components/{p-293e1a5c.js → p-8c5a861b.js} +3 -3
- package/dist/components/{p-293e1a5c.js.map → p-8c5a861b.js.map} +1 -1
- package/dist/components/{p-23b6b33b.js → p-91b58443.js} +2 -2
- package/dist/components/{p-23b6b33b.js.map → p-91b58443.js.map} +1 -1
- package/dist/components/{p-d552352b.js → p-9d6aaf76.js} +6 -6
- package/dist/components/p-9d6aaf76.js.map +1 -0
- package/dist/components/{p-3a74719c.js → p-a9e1bf70.js} +4 -4
- package/dist/components/{p-3a74719c.js.map → p-a9e1bf70.js.map} +1 -1
- package/dist/components/{p-016dbae8.js → p-a9f162a8.js} +6 -6
- package/dist/components/{p-016dbae8.js.map → p-a9f162a8.js.map} +1 -1
- package/dist/components/{p-3a990da7.js → p-b4768da6.js} +5 -5
- package/dist/components/{p-3a990da7.js.map → p-b4768da6.js.map} +1 -1
- package/dist/components/{p-543082ff.js → p-d88ced51.js} +2 -2
- package/dist/components/{p-543082ff.js.map → p-d88ced51.js.map} +1 -1
- package/dist/components/{p-e7f21fe7.js → p-dcabc6fa.js} +3 -3
- package/dist/components/{p-e7f21fe7.js.map → p-dcabc6fa.js.map} +1 -1
- package/dist/components/{p-e40363fd.js → p-f469df15.js} +2 -2
- package/dist/components/{p-e40363fd.js.map → p-f469df15.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 +6 -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 +2 -2
- package/dist/esm/nv-breadcrumb.entry.js.map +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +1 -1
- package/dist/esm/nv-button.entry.js +5 -3
- package/dist/esm/nv-button.entry.js.map +1 -1
- package/dist/esm/nv-calendar.entry.js +1 -1
- package/dist/esm/nv-col.entry.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +66 -6
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-datagridcolumn.entry.js +5 -1
- package/dist/esm/nv-datagridcolumn.entry.js.map +1 -1
- package/dist/esm/nv-dialog.entry.js +16 -12
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- package/dist/esm/nv-dialogfooter_2.entry.js +2 -2
- package/dist/esm/nv-fieldcheckbox.entry.js +5 -5
- package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
- 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 +3 -9
- 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 +9 -64
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +3 -3
- package/dist/esm/nv-fieldpassword.entry.js +9 -7
- 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 +5 -5
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- 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 +1 -1
- package/dist/esm/nv-iconbutton_2.entry.js +2 -2
- package/dist/esm/nv-menu.entry.js +3 -3
- 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 +11 -9
- 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 +2 -2
- package/dist/esm/nv-toggle.entry.js +3 -3
- package/dist/esm/nv-toggle.entry.js.map +1 -1
- package/dist/esm/nv-tooltip.entry.js +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-ddb4fcc3.entry.js → p-000ef9c9.entry.js} +2 -2
- package/dist/native/p-000ef9c9.entry.js.map +1 -0
- package/dist/native/{p-4d2adf8c.entry.js → p-002e7bf1.entry.js} +2 -2
- package/dist/native/{p-3a47035f.entry.js → p-115ad66c.entry.js} +2 -2
- package/dist/native/{p-2b584e35.entry.js → p-1e5453be.entry.js} +2 -2
- package/dist/native/p-2ed9934a.entry.js +2 -0
- package/dist/native/{p-5e04b50f.entry.js → p-3df6febe.entry.js} +2 -2
- package/dist/native/{p-794b7820.entry.js → p-43cc98dc.entry.js} +2 -2
- package/dist/native/p-4977fcd0.entry.js +2 -0
- package/dist/native/{p-16b38dc2.entry.js → p-4c859a14.entry.js} +2 -2
- package/dist/native/{p-9fe6a9b7.entry.js → p-4fe5ebe9.entry.js} +2 -2
- package/dist/native/{p-dcfef507.entry.js → p-50dcce07.entry.js} +2 -2
- package/dist/native/{p-657a0b8a.entry.js → p-60d6ffa3.entry.js} +2 -2
- package/dist/native/p-60d6ffa3.entry.js.map +1 -0
- package/dist/native/{p-569e9663.entry.js → p-626a1372.entry.js} +2 -2
- package/dist/native/p-6603d939.entry.js +2 -0
- package/dist/native/p-6603d939.entry.js.map +1 -0
- package/dist/native/{p-a6834c17.entry.js → p-74f7f404.entry.js} +2 -2
- package/dist/native/{p-a6834c17.entry.js.map → p-74f7f404.entry.js.map} +1 -1
- package/dist/native/p-75f4bfe8.entry.js +2 -0
- package/dist/native/{p-ca1eff59.entry.js.map → p-75f4bfe8.entry.js.map} +1 -1
- package/dist/native/{p-c84eb11f.entry.js → p-76cd466a.entry.js} +2 -2
- package/dist/native/p-76cd466a.entry.js.map +1 -0
- package/dist/native/p-7e1fa44c.entry.js +2 -0
- package/dist/native/{p-4b6d3739.entry.js.map → p-7e1fa44c.entry.js.map} +1 -1
- package/dist/native/p-8946883b.entry.js +2 -0
- package/dist/native/p-8946883b.entry.js.map +1 -0
- package/dist/native/{p-552ca13e.entry.js → p-8f7c1bb8.entry.js} +2 -2
- package/dist/native/{p-ede0c391.entry.js → p-98030346.entry.js} +2 -2
- package/dist/native/p-98030346.entry.js.map +1 -0
- package/dist/native/{p-ac72abfc.entry.js → p-aa957898.entry.js} +2 -2
- package/dist/native/{p-4c88e8be.entry.js → p-aeac63ea.entry.js} +2 -2
- package/dist/native/{p-4c88e8be.entry.js.map → p-aeac63ea.entry.js.map} +1 -1
- package/dist/native/{p-39fd54e3.entry.js → p-b11fdaed.entry.js} +2 -2
- package/dist/native/{p-a3ea7b59.entry.js → p-b6164ebc.entry.js} +2 -2
- package/dist/native/p-b8b58064.entry.js +2 -0
- package/dist/native/p-b8b58064.entry.js.map +1 -0
- package/dist/native/{p-ffcf8271.entry.js → p-be5f62e5.entry.js} +2 -2
- package/dist/native/p-be5f62e5.entry.js.map +1 -0
- package/dist/native/p-c6fe73a9.entry.js +2 -0
- package/dist/native/p-c6fe73a9.entry.js.map +1 -0
- package/dist/native/p-ce64d562.entry.js +2 -0
- package/dist/native/p-d352a8b3.entry.js +2 -0
- package/dist/native/p-d352a8b3.entry.js.map +1 -0
- package/dist/native/{p-d987271c.entry.js → p-d4e48d08.entry.js} +2 -2
- package/dist/native/p-d5158e27.entry.js +2 -0
- package/dist/native/p-d5158e27.entry.js.map +1 -0
- package/dist/native/{p-4eb132d3.entry.js → p-e200185a.entry.js} +2 -2
- package/dist/native/p-e200185a.entry.js.map +1 -0
- package/dist/native/{p-870d5a5c.entry.js → p-e4f84faa.entry.js} +2 -2
- package/dist/types/components/nv-badge/nv-badge.d.ts +1 -1
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +7 -0
- package/dist/types/components/nv-datagridcolumn/nv-datagridcolumn.d.ts +4 -0
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -3
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +1 -3
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +2 -11
- package/dist/types/components/nv-fieldpassword/nv-fieldpassword.d.ts +2 -0
- package/dist/types/components/nv-menu/nv-menu.d.ts +4 -4
- package/dist/types/components.d.ts +43 -8
- package/dist/types/nova-docs.d.ts +11 -0
- package/dist/vscode-data.json +9 -1
- package/hydrate/index.js +207 -192
- package/hydrate/index.mjs +207 -192
- package/package.json +11 -10
- package/dist/blazor-docs.json +0 -18738
- package/dist/components/p-0631d152.js.map +0 -1
- package/dist/components/p-62f6da8a.js.map +0 -1
- package/dist/components/p-cd083aba.js +0 -176
- package/dist/components/p-cd083aba.js.map +0 -1
- package/dist/components/p-d552352b.js.map +0 -1
- package/dist/docs.d.ts +0 -443
- package/dist/docs.json +0 -18538
- package/dist/native/p-1d5b6c6d.entry.js +0 -2
- package/dist/native/p-4b6d3739.entry.js +0 -2
- package/dist/native/p-4c96b614.entry.js +0 -2
- package/dist/native/p-4eb132d3.entry.js.map +0 -1
- package/dist/native/p-657a0b8a.entry.js.map +0 -1
- package/dist/native/p-8ae27c0a.entry.js +0 -2
- package/dist/native/p-8ae27c0a.entry.js.map +0 -1
- package/dist/native/p-adf0f628.entry.js +0 -2
- package/dist/native/p-adf0f628.entry.js.map +0 -1
- package/dist/native/p-c84eb11f.entry.js.map +0 -1
- package/dist/native/p-ca1eff59.entry.js +0 -2
- package/dist/native/p-cce90f27.entry.js +0 -2
- package/dist/native/p-cce90f27.entry.js.map +0 -1
- package/dist/native/p-d3d664c7.entry.js +0 -2
- package/dist/native/p-d3d664c7.entry.js.map +0 -1
- package/dist/native/p-d7b5ab6e.entry.js +0 -2
- package/dist/native/p-d7b5ab6e.entry.js.map +0 -1
- package/dist/native/p-ddb4fcc3.entry.js.map +0 -1
- package/dist/native/p-ed595c96.entry.js +0 -2
- package/dist/native/p-ed595c96.entry.js.map +0 -1
- package/dist/native/p-ede0c391.entry.js.map +0 -1
- package/dist/native/p-efb52057.entry.js +0 -2
- package/dist/native/p-ffcf8271.entry.js.map +0 -1
- /package/dist/native/{p-4d2adf8c.entry.js.map → p-002e7bf1.entry.js.map} +0 -0
- /package/dist/native/{p-3a47035f.entry.js.map → p-115ad66c.entry.js.map} +0 -0
- /package/dist/native/{p-2b584e35.entry.js.map → p-1e5453be.entry.js.map} +0 -0
- /package/dist/native/{p-efb52057.entry.js.map → p-2ed9934a.entry.js.map} +0 -0
- /package/dist/native/{p-5e04b50f.entry.js.map → p-3df6febe.entry.js.map} +0 -0
- /package/dist/native/{p-794b7820.entry.js.map → p-43cc98dc.entry.js.map} +0 -0
- /package/dist/native/{p-4c96b614.entry.js.map → p-4977fcd0.entry.js.map} +0 -0
- /package/dist/native/{p-16b38dc2.entry.js.map → p-4c859a14.entry.js.map} +0 -0
- /package/dist/native/{p-9fe6a9b7.entry.js.map → p-4fe5ebe9.entry.js.map} +0 -0
- /package/dist/native/{p-dcfef507.entry.js.map → p-50dcce07.entry.js.map} +0 -0
- /package/dist/native/{p-569e9663.entry.js.map → p-626a1372.entry.js.map} +0 -0
- /package/dist/native/{p-552ca13e.entry.js.map → p-8f7c1bb8.entry.js.map} +0 -0
- /package/dist/native/{p-ac72abfc.entry.js.map → p-aa957898.entry.js.map} +0 -0
- /package/dist/native/{p-39fd54e3.entry.js.map → p-b11fdaed.entry.js.map} +0 -0
- /package/dist/native/{p-a3ea7b59.entry.js.map → p-b6164ebc.entry.js.map} +0 -0
- /package/dist/native/{p-1d5b6c6d.entry.js.map → p-ce64d562.entry.js.map} +0 -0
- /package/dist/native/{p-d987271c.entry.js.map → p-d4e48d08.entry.js.map} +0 -0
- /package/dist/native/{p-870d5a5c.entry.js.map → p-e4f84faa.entry.js.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as e,c as r,h as o,a as t,g as i}from"./p-ab002252.js";import{v as n}from"./p-f5ff676c.js";const d='nv-fieldtext{--nv-field-border-default:var(--components-form-field-border-default);--nv-field-border-hover:var(--components-form-field-border-hover);--nv-field-border-focus:var(--components-form-field-border-focus);--nv-field-border-disabled:var(--components-form-field-border-default);--nv-field-border-readonly:var(--components-form-field-border-default);--nv-field-focus-box-shadow:var(--color-focus-brand);--nv-field-background:var(--components-form-field-background-default);display:flex;flex-direction:column;align-items:flex-start;gap:var(--form-gap-y);box-sizing:border-box}nv-fieldtext[readonly]:not([readonly=false]){--nv-field-border-default:var(--components-form-field-border-readonly);--nv-field-border-hover:var(--nv-field-border-default);--nv-field-border-focus:var(--components-form-field-border-focus);--nv-field-border-disabled:var(--nv-field-border-default);--nv-field-border-readonly:var(--nv-field-border-default);--nv-field-background:var(--components-form-field-background-readonly)}nv-fieldtext[error]:not([error=false]){--nv-field-border-default:var(--components-form-field-border-error);--nv-field-border-hover:var(--nv-field-border-default);--nv-field-border-focus:var(--nv-field-border-default);--nv-field-border-disabled:var(--nv-field-border-default);--nv-field-border-readonly:var(--nv-field-border-default);--nv-field-focus-box-shadow:var(--color-focus-destructive)}nv-fieldtext[success]:not([success=false]){--nv-field-border-default:var(--components-form-field-border-success);--nv-field-border-hover:var(--nv-field-border-default);--nv-field-border-focus:var(--nv-field-border-default);--nv-field-border-disabled:var(--nv-field-border-default);--nv-field-border-readonly:var(--nv-field-border-default);--nv-field-focus-box-shadow:var(--color-focus-success)}nv-fieldtext[required]:not([required=false]) label::after{content:"*";color:var(--components-form-text-required);font-weight:700}nv-fieldtext>label{display:flex;align-items:center;gap:var(--form-label-gap);align-self:stretch;color:var(--components-form-text-label-default);font-family:"TT Norms Pro", sans-serif;font-size:var(--form-label-font-size);font-style:normal;font-weight:500;line-height:var(--form-label-line-height)}nv-fieldtext>.input-wrapper{display:flex;flex-wrap:wrap;gap:var(--form-gap-x);align-items:stretch;align-self:stretch}nv-fieldtext>.input-wrapper .input-container{display:flex;flex-grow:1;justify-content:center;align-items:center;align-self:stretch;border-radius:var(--form-field-radius);border-width:1px;border-style:solid;border-color:var(--nv-field-border-default);opacity:var(--components-form-opacity-default, 1);background:var(--nv-field-background);transition:all 150ms ease-out}nv-fieldtext>.input-wrapper .input-container:hover{border-color:var(--nv-field-border-hover)}nv-fieldtext>.input-wrapper .input-container:focus-within,nv-fieldtext>.input-wrapper .input-container:focus-within:hover,nv-fieldtext>.input-wrapper .input-container:focus,nv-fieldtext>.input-wrapper .input-container:focus:hover{border-color:var(--nv-field-border-focus);box-shadow:0px 0px 0px var(--focus-field-stroke) var(--nv-field-focus-box-shadow)}nv-fieldtext>.input-wrapper .input-container:has(input:read-only){opacity:0.5;background-color:var(--components-form-field-background-readonly);border-color:var(--nv-field-border-readonly)}nv-fieldtext>.input-wrapper .input-container:has(input:disabled){opacity:0.5;background-color:var(--components-form-field-background-disabled);border-color:var(--nv-field-border-disabled)}nv-fieldtext>.input-wrapper .input-container input{display:flex;align-items:center;flex:1 0 0;overflow:hidden;background-color:transparent;color:var(--components-form-field-content-text);padding:var(--form-field-padding-y) var(--form-field-padding-x);font-size:var(--form-field-font-size);font-style:normal;font-weight:500;line-height:var(--form-field-line-height)}nv-fieldtext>.input-wrapper .input-container input:focus{outline:none}nv-fieldtext>.input-wrapper .input-container input::placeholder{overflow:hidden;color:var(--components-form-field-content-placeholder);text-overflow:ellipsis;font-family:"TT Norms Pro", sans-serif;font-size:var(--form-field-font-size);font-style:normal;font-weight:400;line-height:var(--form-field-line-height)}nv-fieldtext>.input-wrapper .input-container nv-icon.validation{color:var(--nv-field-border-default);margin-right:var(--form-gap-x)}nv-fieldtext>.description{align-self:stretch;color:var(--components-form-text-description-default);font-family:"TT Norms Pro", sans-serif;font-size:var(--form-description-font-size);font-style:normal;line-height:var(--form-description-line-height)}nv-fieldtext>.error-description{align-self:stretch;color:var(--components-form-text-description-default);font-family:"TT Norms Pro", sans-serif;font-size:var(--form-description-font-size);font-style:normal;line-height:var(--form-description-line-height);color:var(--components-form-text-description-error)}';const a=d;const l=class{constructor(o){e(this,o);this.valueChanged=r(this,"valueChanged",7);this.inputId=n();this.type="text";this.disabled=false;this.readonly=false;this.required=false;this.error=false;this.success=false;this.multiple=false;this.autofocus=false;this.handleInput=e=>{const r=e.target;this.value=r.value;this.valueChanged.emit(r.value)};this.handleInputContainerClick=()=>{this.inputElement.focus()}}componentWillRender(){if(this.textInputType){this.type=this.textInputType}if(this.message){this.description=this.message}if(this.validation){this.errorDescription=this.validation;this.error=true}}render(){return o(t,{key:"
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as e,c as r,h as o,a as t,g as i}from"./p-ab002252.js";import{v as n}from"./p-f5ff676c.js";const d='nv-fieldtext{--nv-field-border-default:var(--components-form-field-border-default);--nv-field-border-hover:var(--components-form-field-border-hover);--nv-field-border-focus:var(--components-form-field-border-focus);--nv-field-border-disabled:var(--components-form-field-border-default);--nv-field-border-readonly:var(--components-form-field-border-default);--nv-field-focus-box-shadow:var(--color-focus-brand);--nv-field-background:var(--components-form-field-background-default);display:flex;flex-direction:column;align-items:flex-start;gap:var(--form-gap-y);box-sizing:border-box}nv-fieldtext[readonly]:not([readonly=false]){--nv-field-border-default:var(--components-form-field-border-readonly);--nv-field-border-hover:var(--nv-field-border-default);--nv-field-border-focus:var(--components-form-field-border-focus);--nv-field-border-disabled:var(--nv-field-border-default);--nv-field-border-readonly:var(--nv-field-border-default);--nv-field-background:var(--components-form-field-background-readonly)}nv-fieldtext[error]:not([error=false]){--nv-field-border-default:var(--components-form-field-border-error);--nv-field-border-hover:var(--nv-field-border-default);--nv-field-border-focus:var(--nv-field-border-default);--nv-field-border-disabled:var(--nv-field-border-default);--nv-field-border-readonly:var(--nv-field-border-default);--nv-field-focus-box-shadow:var(--color-focus-destructive)}nv-fieldtext[success]:not([success=false]){--nv-field-border-default:var(--components-form-field-border-success);--nv-field-border-hover:var(--nv-field-border-default);--nv-field-border-focus:var(--nv-field-border-default);--nv-field-border-disabled:var(--nv-field-border-default);--nv-field-border-readonly:var(--nv-field-border-default);--nv-field-focus-box-shadow:var(--color-focus-success)}nv-fieldtext[required]:not([required=false]) label::after{content:"*";color:var(--components-form-text-required);font-weight:700}nv-fieldtext>label{display:flex;align-items:center;gap:var(--form-label-gap);align-self:stretch;color:var(--components-form-text-label-default);font-family:"TT Norms Pro", sans-serif;font-size:var(--form-label-font-size);font-style:normal;font-weight:500;line-height:var(--form-label-line-height)}nv-fieldtext>.input-wrapper{display:flex;flex-wrap:wrap;gap:var(--form-gap-x);align-items:stretch;align-self:stretch}nv-fieldtext>.input-wrapper .input-container{display:flex;flex-grow:1;justify-content:center;align-items:center;align-self:stretch;border-radius:var(--form-field-radius);border-width:1px;border-style:solid;border-color:var(--nv-field-border-default);opacity:var(--components-form-opacity-default, 1);background:var(--nv-field-background);transition:all 150ms ease-out}nv-fieldtext>.input-wrapper .input-container:hover{border-color:var(--nv-field-border-hover)}nv-fieldtext>.input-wrapper .input-container:focus-within,nv-fieldtext>.input-wrapper .input-container:focus-within:hover,nv-fieldtext>.input-wrapper .input-container:focus,nv-fieldtext>.input-wrapper .input-container:focus:hover{border-color:var(--nv-field-border-focus);box-shadow:0px 0px 0px var(--focus-field-stroke) var(--nv-field-focus-box-shadow)}nv-fieldtext>.input-wrapper .input-container:has(input:read-only){opacity:0.5;background-color:var(--components-form-field-background-readonly);border-color:var(--nv-field-border-readonly)}nv-fieldtext>.input-wrapper .input-container:has(input:disabled){opacity:0.5;background-color:var(--components-form-field-background-disabled);border-color:var(--nv-field-border-disabled)}nv-fieldtext>.input-wrapper .input-container input{display:flex;align-items:center;flex:1 0 0;overflow:hidden;background-color:transparent;color:var(--components-form-field-content-text);padding:var(--form-field-padding-y) var(--form-field-padding-x);font-size:var(--form-field-font-size);font-style:normal;font-weight:500;line-height:var(--form-field-line-height)}nv-fieldtext>.input-wrapper .input-container input:focus{outline:none}nv-fieldtext>.input-wrapper .input-container input::placeholder{overflow:hidden;color:var(--components-form-field-content-placeholder);text-overflow:ellipsis;font-family:"TT Norms Pro", sans-serif;font-size:var(--form-field-font-size);font-style:normal;font-weight:400;line-height:var(--form-field-line-height)}nv-fieldtext>.input-wrapper .input-container nv-icon.validation{color:var(--nv-field-border-default);margin-right:var(--form-gap-x)}nv-fieldtext>.description{align-self:stretch;color:var(--components-form-text-description-default);font-family:"TT Norms Pro", sans-serif;font-size:var(--form-description-font-size);font-style:normal;line-height:var(--form-description-line-height)}nv-fieldtext>.error-description{align-self:stretch;color:var(--components-form-text-description-default);font-family:"TT Norms Pro", sans-serif;font-size:var(--form-description-font-size);font-style:normal;line-height:var(--form-description-line-height);color:var(--components-form-text-description-error)}';const a=d;const l=class{constructor(o){e(this,o);this.valueChanged=r(this,"valueChanged",7);this.inputId=n();this.type="text";this.disabled=false;this.readonly=false;this.required=false;this.error=false;this.success=false;this.multiple=false;this.autofocus=false;this.handleInput=e=>{const r=e.target;this.value=r.value;this.valueChanged.emit(r.value)};this.handleInputContainerClick=()=>{this.inputElement.focus()}}componentWillRender(){if(this.textInputType){this.type=this.textInputType}if(this.message){this.description=this.message}if(this.validation){this.errorDescription=this.validation;this.error=true}}render(){return o(t,{key:"ffcbe1c8f14257f6380d28f2c50fe8b77ae73027"},(this.label||this.el.querySelector('[slot="label"]'))&&o("label",{key:"3b84598a05eedc7625312def01ca726dc68fa247",htmlFor:this.inputId},o("slot",{key:"8c8f0d2f86742dd0699b8b309cbea0dca1d294ce",name:"label"},this.label)),o("div",{key:"c2adf3acc7780a7eba5d4762b7275d1c63304bf5",class:"input-wrapper"},o("slot",{key:"c49756d1daaba476222ebda2df4854b1094655b3",name:"before-input"}),o("div",{key:"723c34f09e6c073bdef2db799246da72ffd52703",class:"input-container",onClick:this.handleInputContainerClick},o("slot",{key:"4e94bcac72ac2e5147a8d5e33396a13359820009",name:"leading-input"}),o("input",{key:"96cbf022912735445467320600e372fba03de4e4",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&&o("nv-icon",{key:"39a55c42a49006d316e5dcc5389793c6264d2b09",name:"alert-circle",class:"validation",size:"md"}),this.success&&o("nv-icon",{key:"bf1b6040dbb392b5c46b3b9af665d7cdc7389d29",name:"circle-check",class:"validation",size:"md"})),o("slot",{key:"bb2256bf3fc5165e61f162fe89dd7be564a989c0",name:"after-input"})),(this.description||this.el.querySelector('[slot="description"]'))&&o("div",{key:"3d2c5a89247042184b3a110ca7982b793b0bd86a",class:"description"},o("slot",{key:"2358cc5217d6ba65b4d4baa927b397dbe62982e8",name:"description"},this.description)),(this.errorDescription||this.el.querySelector('[slot="error-description"]'))&&o("div",{key:"cdef4117d71b8a6bdde19fea1a0f4070ba02ab2e",hidden:!this.error,class:"error-description"},o("slot",{key:"66a2b100ab641aa9c2e22fdfc9a987bb86cd44a0",name:"error-description"},this.errorDescription)))}static get formAssociated(){return true}get el(){return i(this)}};l.style=a;export{l as nv_fieldtext};
|
|
2
|
+
//# sourceMappingURL=p-e4f84faa.entry.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
/**
|
|
3
3
|
* @slot leading-icon - Icon before the label.
|
|
4
|
-
* @slot default -
|
|
4
|
+
* @slot default - for custom content, for pure text use label instead.
|
|
5
5
|
*/
|
|
6
6
|
export declare class NvBadge {
|
|
7
7
|
ref: HTMLNvBadgeElement;
|
|
@@ -19,6 +19,7 @@ export declare class NvDatagrid {
|
|
|
19
19
|
parsedColumns: Column[];
|
|
20
20
|
parsedData: any[];
|
|
21
21
|
private globalFilter;
|
|
22
|
+
private columnData;
|
|
22
23
|
/****************************************************************************/
|
|
23
24
|
/**
|
|
24
25
|
* The data to display in the data grid.
|
|
@@ -74,6 +75,12 @@ export declare class NvDatagrid {
|
|
|
74
75
|
* @default false
|
|
75
76
|
*/
|
|
76
77
|
readonly enableGlobalFilter: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Whether to automatically generate columns if none are provided.
|
|
80
|
+
* If columns are explicitly set, this property is ignored.
|
|
81
|
+
* @default false
|
|
82
|
+
*/
|
|
83
|
+
readonly autoGenerateColumns: boolean;
|
|
77
84
|
/****************************************************************************/
|
|
78
85
|
/**
|
|
79
86
|
* Caches templates for cells and headers upfront to improve performance.
|
|
@@ -12,6 +12,10 @@ export declare class NvDatagridcolumn {
|
|
|
12
12
|
* Defines the accessor of the column.
|
|
13
13
|
*/
|
|
14
14
|
readonly accessor: string;
|
|
15
|
+
/**
|
|
16
|
+
* Whether the column need to be repeated with the template.
|
|
17
|
+
*/
|
|
18
|
+
readonly repeatTemplate: boolean;
|
|
15
19
|
/****************************************************************************/
|
|
16
20
|
render(): any;
|
|
17
21
|
}
|
|
@@ -58,7 +58,7 @@ export declare class NvDialog {
|
|
|
58
58
|
/**
|
|
59
59
|
* Call this method to hide the dialog, making it disappear from view.
|
|
60
60
|
*/
|
|
61
|
-
|
|
61
|
+
close(): Promise<void>;
|
|
62
62
|
/**
|
|
63
63
|
* Handles the close button click.
|
|
64
64
|
*/
|
|
@@ -87,10 +87,11 @@ export declare class NvDialog {
|
|
|
87
87
|
/****************************************************************************/
|
|
88
88
|
/**
|
|
89
89
|
* Emitted when the dialog is closing in order to allow for cleanup, data-capture, etc.
|
|
90
|
+
* @bind open
|
|
90
91
|
*/
|
|
91
|
-
|
|
92
|
+
openChanged: EventEmitter<boolean>;
|
|
92
93
|
/**
|
|
93
|
-
* Handles the dialog close event.
|
|
94
|
+
* Handles the native dialog close event.
|
|
94
95
|
*/
|
|
95
96
|
private handleDialogClose;
|
|
96
97
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class NvFielddropdown {
|
|
|
100
100
|
/**
|
|
101
101
|
* Enables or disables the filtering feature for the dropdown items.
|
|
102
102
|
*/
|
|
103
|
-
filterable: boolean;
|
|
103
|
+
readonly filterable: boolean;
|
|
104
104
|
/**
|
|
105
105
|
* List of options available in the dropdown. The options are passed as a JSON
|
|
106
106
|
* string.
|
|
@@ -126,7 +126,6 @@ export declare class NvFielddropdown {
|
|
|
126
126
|
/****************************************************************************/
|
|
127
127
|
/** The text entered by the user for filtering dropdown items. */
|
|
128
128
|
filterText: string;
|
|
129
|
-
isFilterable: boolean;
|
|
130
129
|
selectedValues: Set<string>;
|
|
131
130
|
/**
|
|
132
131
|
* Options configuration for the dropdown items.
|
|
@@ -153,7 +152,6 @@ export declare class NvFielddropdown {
|
|
|
153
152
|
dropdownItemSelected: EventEmitter<HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']>;
|
|
154
153
|
handleDropdownItemSelected(event: CustomEvent<HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']>): void;
|
|
155
154
|
handleOpenChanged(event: CustomEvent<boolean>): void;
|
|
156
|
-
watchFilterableHandler(newValue: boolean): void;
|
|
157
155
|
watchValueHandler(newValue: string): void;
|
|
158
156
|
handleOptionsChange(newValue: string): void;
|
|
159
157
|
handleBlur(event: FocusEvent): void;
|
|
@@ -92,7 +92,7 @@ export declare class NvFieldmultiselect {
|
|
|
92
92
|
/**
|
|
93
93
|
* Enables or disables the filtering feature for the multiselect items.
|
|
94
94
|
*/
|
|
95
|
-
filterable: boolean;
|
|
95
|
+
readonly filterable: boolean;
|
|
96
96
|
/**
|
|
97
97
|
* Specifies the value of the input field.
|
|
98
98
|
*/
|
|
@@ -143,10 +143,6 @@ export declare class NvFieldmultiselect {
|
|
|
143
143
|
* The text entered by the user for filtering multiselect items.
|
|
144
144
|
*/
|
|
145
145
|
filterText: string;
|
|
146
|
-
/**
|
|
147
|
-
* Determines whether the multiselect is filterable.
|
|
148
|
-
*/
|
|
149
|
-
isFilterable: boolean;
|
|
150
146
|
/**
|
|
151
147
|
* Delay in milliseconds before the search is triggered when typing in the filter input.
|
|
152
148
|
* @default 300
|
|
@@ -230,11 +226,6 @@ export declare class NvFieldmultiselect {
|
|
|
230
226
|
* Emitted when the value changes.
|
|
231
227
|
*/
|
|
232
228
|
watchValueHandler(): void;
|
|
233
|
-
/**
|
|
234
|
-
* Emitted when the filterable property changes.
|
|
235
|
-
* @param {boolean} newValue - The new value of the filterable property.
|
|
236
|
-
*/
|
|
237
|
-
watchFilterableHandler(newValue: boolean): void;
|
|
238
229
|
handleSlotChange(event: Event): void;
|
|
239
230
|
/****************************************************************************/
|
|
240
231
|
/**
|
|
@@ -275,7 +266,7 @@ export declare class NvFieldmultiselect {
|
|
|
275
266
|
* Filter multiselect items in slots mode
|
|
276
267
|
*/
|
|
277
268
|
private filterSlotsItems;
|
|
278
|
-
/**
|
|
269
|
+
/**
|
|
279
270
|
* Handle badge close for options mode.
|
|
280
271
|
*/
|
|
281
272
|
private handleBadgeCloseOptions;
|
|
@@ -146,5 +146,7 @@ export declare class NvFieldpassword {
|
|
|
146
146
|
private togglePasswordVisibility;
|
|
147
147
|
private handleInput;
|
|
148
148
|
/****************************************************************************/
|
|
149
|
+
componentWillLoad(): void;
|
|
150
|
+
/****************************************************************************/
|
|
149
151
|
render(): any;
|
|
150
152
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
import type { Placement } from '@floating-ui/dom';
|
|
3
3
|
/**
|
|
4
|
-
* @slot trigger -
|
|
5
|
-
* @slot content -
|
|
4
|
+
* @slot trigger - The button element that toggles the menu popover
|
|
5
|
+
* @slot content - The content of the menu, should be wrapped in a ul element containing nv-menuitem elements
|
|
6
6
|
*/
|
|
7
7
|
export declare class NvMenu {
|
|
8
8
|
el: HTMLNvMenuElement;
|
|
@@ -26,8 +26,8 @@ export declare class NvMenu {
|
|
|
26
26
|
*/
|
|
27
27
|
readonly disableCloseOnSelect: boolean;
|
|
28
28
|
/**
|
|
29
|
-
* Decides where the menu shows up next to the button it
|
|
30
|
-
* below, to the sides). If there isn
|
|
29
|
+
* Decides where the menu shows up next to the button it's linked to (above,
|
|
30
|
+
* below, to the sides). If there isn't enough room, it will adjust its
|
|
31
31
|
* position on the axis to fit on the screen, so users can always see it.
|
|
32
32
|
*/
|
|
33
33
|
readonly placement: Placement;
|
|
@@ -360,6 +360,15 @@ export namespace Components {
|
|
|
360
360
|
* @experimental - This component is still under development and is not ready for use.
|
|
361
361
|
*/
|
|
362
362
|
interface NvDatagrid {
|
|
363
|
+
/**
|
|
364
|
+
* Whether to automatically generate columns if none are provided. If columns are explicitly set, this property is ignored.
|
|
365
|
+
* @default false
|
|
366
|
+
*/
|
|
367
|
+
"autoGenerateColumns": boolean;
|
|
368
|
+
/**
|
|
369
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
370
|
+
*/
|
|
371
|
+
"auto-generate-columns"?: boolean;
|
|
363
372
|
/**
|
|
364
373
|
* The columns to display in the data grid.
|
|
365
374
|
* @example [ {"header":"Name","accessor":"name"}, {"header":"Age","accessor":"age"}, {"header":"Email","accessor":"email"} ]
|
|
@@ -436,6 +445,14 @@ export namespace Components {
|
|
|
436
445
|
* Defines the header of the column.
|
|
437
446
|
*/
|
|
438
447
|
"header"?: string;
|
|
448
|
+
/**
|
|
449
|
+
* Whether the column need to be repeated with the template.
|
|
450
|
+
*/
|
|
451
|
+
"repeatTemplate": boolean;
|
|
452
|
+
/**
|
|
453
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
454
|
+
*/
|
|
455
|
+
"repeat-template"?: boolean;
|
|
439
456
|
}
|
|
440
457
|
interface NvDialog {
|
|
441
458
|
/**
|
|
@@ -446,6 +463,10 @@ export namespace Components {
|
|
|
446
463
|
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
447
464
|
*/
|
|
448
465
|
"click-outside"?: boolean;
|
|
466
|
+
/**
|
|
467
|
+
* Call this method to hide the dialog, making it disappear from view.
|
|
468
|
+
*/
|
|
469
|
+
"close": () => Promise<void>;
|
|
449
470
|
/**
|
|
450
471
|
* If true, the dialog visibility is managed manually through methods or the open prop.
|
|
451
472
|
*/
|
|
@@ -456,10 +477,6 @@ export namespace Components {
|
|
|
456
477
|
*/
|
|
457
478
|
"full": boolean;
|
|
458
479
|
"headerElement": Element;
|
|
459
|
-
/**
|
|
460
|
-
* Call this method to hide the dialog, making it disappear from view.
|
|
461
|
-
*/
|
|
462
|
-
"hide": () => Promise<void>;
|
|
463
480
|
/**
|
|
464
481
|
* Use this prop to toggle the visibility of the dialog. Set to true to show the dialog and false to hide it.
|
|
465
482
|
*/
|
|
@@ -1962,7 +1979,7 @@ export namespace Components {
|
|
|
1962
1979
|
*/
|
|
1963
1980
|
"open": boolean;
|
|
1964
1981
|
/**
|
|
1965
|
-
* Decides where the menu shows up next to the button it
|
|
1982
|
+
* Decides where the menu shows up next to the button it's linked to (above, below, to the sides). If there isn't enough room, it will adjust its position on the axis to fit on the screen, so users can always see it.
|
|
1966
1983
|
*/
|
|
1967
1984
|
"placement": Placement;
|
|
1968
1985
|
/**
|
|
@@ -2466,7 +2483,7 @@ declare global {
|
|
|
2466
2483
|
new (): HTMLNvDatagridcolumnElement;
|
|
2467
2484
|
};
|
|
2468
2485
|
interface HTMLNvDialogElementEventMap {
|
|
2469
|
-
"
|
|
2486
|
+
"openChanged": boolean;
|
|
2470
2487
|
}
|
|
2471
2488
|
interface HTMLNvDialogElement extends Components.NvDialog, HTMLStencilElement {
|
|
2472
2489
|
addEventListener<K extends keyof HTMLNvDialogElementEventMap>(type: K, listener: (this: HTMLNvDialogElement, ev: NvDialogCustomEvent<HTMLNvDialogElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3327,6 +3344,15 @@ declare namespace LocalJSX {
|
|
|
3327
3344
|
* @experimental - This component is still under development and is not ready for use.
|
|
3328
3345
|
*/
|
|
3329
3346
|
interface NvDatagrid {
|
|
3347
|
+
/**
|
|
3348
|
+
* Whether to automatically generate columns if none are provided. If columns are explicitly set, this property is ignored.
|
|
3349
|
+
* @default false
|
|
3350
|
+
*/
|
|
3351
|
+
"autoGenerateColumns"?: boolean;
|
|
3352
|
+
/**
|
|
3353
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
3354
|
+
*/
|
|
3355
|
+
"auto-generate-columns"?: boolean;
|
|
3330
3356
|
/**
|
|
3331
3357
|
* The columns to display in the data grid.
|
|
3332
3358
|
* @example [ {"header":"Name","accessor":"name"}, {"header":"Age","accessor":"age"}, {"header":"Email","accessor":"email"} ]
|
|
@@ -3407,6 +3433,14 @@ declare namespace LocalJSX {
|
|
|
3407
3433
|
* Defines the header of the column.
|
|
3408
3434
|
*/
|
|
3409
3435
|
"header"?: string;
|
|
3436
|
+
/**
|
|
3437
|
+
* Whether the column need to be repeated with the template.
|
|
3438
|
+
*/
|
|
3439
|
+
"repeatTemplate"?: boolean;
|
|
3440
|
+
/**
|
|
3441
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
3442
|
+
*/
|
|
3443
|
+
"repeat-template"?: boolean;
|
|
3410
3444
|
}
|
|
3411
3445
|
interface NvDialog {
|
|
3412
3446
|
/**
|
|
@@ -3427,8 +3461,9 @@ declare namespace LocalJSX {
|
|
|
3427
3461
|
"full"?: boolean;
|
|
3428
3462
|
/**
|
|
3429
3463
|
* Emitted when the dialog is closing in order to allow for cleanup, data-capture, etc.
|
|
3464
|
+
* @bind open
|
|
3430
3465
|
*/
|
|
3431
|
-
"
|
|
3466
|
+
"onOpenChanged"?: (event: NvDialogCustomEvent<boolean>) => void;
|
|
3432
3467
|
/**
|
|
3433
3468
|
* Use this prop to toggle the visibility of the dialog. Set to true to show the dialog and false to hide it.
|
|
3434
3469
|
*/
|
|
@@ -5011,7 +5046,7 @@ declare namespace LocalJSX {
|
|
|
5011
5046
|
*/
|
|
5012
5047
|
"open"?: boolean;
|
|
5013
5048
|
/**
|
|
5014
|
-
* Decides where the menu shows up next to the button it
|
|
5049
|
+
* Decides where the menu shows up next to the button it's linked to (above, below, to the sides). If there isn't enough room, it will adjust its position on the axis to fit on the screen, so users can always see it.
|
|
5015
5050
|
*/
|
|
5016
5051
|
"placement"?: Placement;
|
|
5017
5052
|
}
|
|
@@ -8,6 +8,11 @@ type Optional<T, K extends keyof T> = Partial<Pick<T, K>> & Omit<T, K>;
|
|
|
8
8
|
* the Badges. Any changes requires additional styles in the blazor storybook
|
|
9
9
|
* at blazor/BlazingStory/BlazingStory/Internals/Components/SideBar/NavigationTree/TagBadges.razor.scss
|
|
10
10
|
* Make sure to reflect any changes in the documentation as well. docs/feature-flags.md
|
|
11
|
+
* Also update the storybook manager.ts file in the respective packages:
|
|
12
|
+
* - packages/angular/.storybook/manager.ts
|
|
13
|
+
* - packages/react/.storybook/manager.ts
|
|
14
|
+
* - packages/vue/.storybook/manager.ts
|
|
15
|
+
* - packages/native/.storybook/manager.ts
|
|
11
16
|
*/
|
|
12
17
|
export type NovaBadge = 'new' | 'beta' | 'deprecated' | 'danger';
|
|
13
18
|
export type NovaTemplate = string;
|
|
@@ -72,6 +77,12 @@ export interface NovaDocsGeneric<T> {
|
|
|
72
77
|
* object above (optional)
|
|
73
78
|
*/
|
|
74
79
|
template: JSX.Element;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Skips rendering the source code for the story, useful for very long
|
|
83
|
+
* lists of elements that demo the component, and improves performance
|
|
84
|
+
*/
|
|
85
|
+
disableSource?: boolean;
|
|
75
86
|
} & StoryDescription<T>
|
|
76
87
|
>;
|
|
77
88
|
}
|
package/dist/vscode-data.json
CHANGED
|
@@ -440,6 +440,10 @@
|
|
|
440
440
|
"value": "A flexible data grid component powered by `@tanstack/table-core`."
|
|
441
441
|
},
|
|
442
442
|
"attributes": [
|
|
443
|
+
{
|
|
444
|
+
"name": "auto-generate-columns",
|
|
445
|
+
"description": "Whether to automatically generate columns if none are provided.\nIf columns are explicitly set, this property is ignored."
|
|
446
|
+
},
|
|
443
447
|
{
|
|
444
448
|
"name": "columns-json",
|
|
445
449
|
"description": "The columns to display in the data grid.\nIt can be passed directly as an array of objects or as a JSON string.\nIf both `columns` and `columnsJson` are provided, `columns` takes precedence."
|
|
@@ -480,6 +484,10 @@
|
|
|
480
484
|
{
|
|
481
485
|
"name": "header",
|
|
482
486
|
"description": "Defines the header of the column."
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "repeat-template",
|
|
490
|
+
"description": "Whether the column need to be repeated with the template."
|
|
483
491
|
}
|
|
484
492
|
]
|
|
485
493
|
},
|
|
@@ -2791,7 +2799,7 @@
|
|
|
2791
2799
|
},
|
|
2792
2800
|
{
|
|
2793
2801
|
"name": "placement",
|
|
2794
|
-
"description": "Decides where the menu shows up next to the button it
|
|
2802
|
+
"description": "Decides where the menu shows up next to the button it's linked to (above,\nbelow, to the sides). If there isn't enough room, it will adjust its\nposition on the axis to fit on the screen, so users can always see it.",
|
|
2795
2803
|
"values": [
|
|
2796
2804
|
{
|
|
2797
2805
|
"name": "bottom"
|