@nova-design-system/nova-webcomponents 3.0.0-beta.46 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index-9bda5507.js +0 -4
- 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 +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 +48 -19
- 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 +351 -91
- 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-dialogfooter_2.cjs.entry.js +2 -2
- 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 +15 -29
- 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 +28 -71
- 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-fieldnumber.cjs.entry.js.map +1 -1
- 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 +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-menu.cjs.entry.js +16 -42
- package/dist/cjs/nv-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +2 -2
- package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +0 -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.docs.js +0 -9
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +48 -19
- 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.docs.js +542 -75
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +366 -95
- 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-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.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.docs.js +8 -8
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +22 -39
- 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.docs.js +6 -6
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +35 -85
- 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-fieldnumber/nv-fieldnumber.js.map +1 -1
- 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-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.docs.js +3 -3
- package/dist/collection/components/nv-menu/nv-menu.docs.js.map +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +31 -59
- 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 +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.docs.js +7 -6
- package/dist/collection/components/nv-stack/nv-stack.docs.js.map +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js.map +1 -1
- 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/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-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 +359 -94
- 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-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 +21 -36
- 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 +36 -81
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +6 -6
- package/dist/components/nv-fieldnumber.js.map +1 -1
- 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 +21 -50
- 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-stack.js.map +1 -1
- package/dist/components/nv-table.js +2 -2
- package/dist/components/nv-toggle.js +2 -2
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-d88ced51.js → p-02752770.js} +2 -2
- package/dist/components/{p-d88ced51.js.map → p-02752770.js.map} +1 -1
- package/dist/components/{p-7b89fb48.js → p-150daf68.js} +2 -2
- package/dist/components/{p-7b89fb48.js.map → p-150daf68.js.map} +1 -1
- package/dist/components/{p-56ef8131.js → p-2012b8ba.js} +3 -3
- package/dist/components/{p-56ef8131.js.map → p-2012b8ba.js.map} +1 -1
- package/dist/components/{p-8674c7af.js → p-2d9ba7d3.js} +3 -3
- package/dist/components/{p-8674c7af.js.map → p-2d9ba7d3.js.map} +1 -1
- package/dist/components/{p-5a5f11c2.js → p-373926aa.js} +2 -2
- package/dist/components/{p-5a5f11c2.js.map → p-373926aa.js.map} +1 -1
- package/dist/components/{p-dcabc6fa.js → p-4d3ec142.js} +3 -3
- package/dist/components/{p-dcabc6fa.js.map → p-4d3ec142.js.map} +1 -1
- package/dist/components/{p-91b58443.js → p-591730e7.js} +2 -2
- package/dist/components/{p-91b58443.js.map → p-591730e7.js.map} +1 -1
- package/dist/components/{p-b4768da6.js → p-6c364a23.js} +5 -5
- package/dist/components/{p-b4768da6.js.map → p-6c364a23.js.map} +1 -1
- package/dist/components/{p-f469df15.js → p-a30b55fc.js} +2 -2
- package/dist/components/{p-f469df15.js.map → p-a30b55fc.js.map} +1 -1
- package/dist/components/{p-664c5a14.js → p-b7b78e64.js} +2 -2
- package/dist/components/{p-664c5a14.js.map → p-b7b78e64.js.map} +1 -1
- package/dist/components/{p-8c5a861b.js → p-c14f6b8e.js} +3 -3
- package/dist/components/{p-8c5a861b.js.map → p-c14f6b8e.js.map} +1 -1
- package/dist/components/{p-a9e1bf70.js → p-dc3faba3.js} +4 -4
- package/dist/components/{p-a9e1bf70.js.map → p-dc3faba3.js.map} +1 -1
- package/dist/components/{p-9d6aaf76.js → p-e00cbb8a.js} +5 -5
- package/dist/components/{p-9d6aaf76.js.map → p-e00cbb8a.js.map} +1 -1
- package/dist/components/{p-a9f162a8.js → p-f331117c.js} +53 -24
- package/dist/components/p-f331117c.js.map +1 -0
- package/dist/components/{p-18bc0291.js → p-f4d86795.js} +3 -3
- package/dist/components/{p-18bc0291.js.map → p-f4d86795.js.map} +1 -1
- package/dist/esm/index-1fb7a9a6.js +0 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-badge_2.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 +48 -19
- 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 +351 -91
- 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-dialogfooter_2.entry.js +2 -2
- 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 +15 -29
- 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 +28 -71
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +3 -3
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- 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 +1 -1
- package/dist/esm/nv-iconbutton_2.entry.js +2 -2
- package/dist/esm/nv-menu.entry.js +16 -42
- package/dist/esm/nv-menu.entry.js.map +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js.map +1 -1
- package/dist/esm/nv-table.entry.js +2 -2
- package/dist/esm/nv-toggle.entry.js +2 -2
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/p-0245863d.entry.js +2 -0
- package/dist/native/{p-8946883b.entry.js → p-0ee428d5.entry.js} +2 -2
- package/dist/native/{p-8f7c1bb8.entry.js → p-244f56ac.entry.js} +2 -2
- package/dist/native/p-2691e02d.entry.js +2 -0
- package/dist/native/{p-aeac63ea.entry.js → p-37f0210e.entry.js} +2 -2
- package/dist/native/{p-000ef9c9.entry.js → p-39bb95ff.entry.js} +2 -2
- package/dist/native/{p-76cd466a.entry.js → p-4ae26462.entry.js} +2 -2
- package/dist/native/{p-75f4bfe8.entry.js → p-4d9c4618.entry.js} +2 -2
- package/dist/native/p-4d9c4618.entry.js.map +1 -0
- package/dist/native/{p-d4e48d08.entry.js → p-59e0bd2b.entry.js} +2 -2
- package/dist/native/{p-d4e48d08.entry.js.map → p-59e0bd2b.entry.js.map} +1 -1
- package/dist/native/{p-626a1372.entry.js → p-5c00f092.entry.js} +2 -2
- package/dist/native/p-63e6aed3.entry.js +2 -0
- package/dist/native/p-63e6aed3.entry.js.map +1 -0
- package/dist/native/{p-4fe5ebe9.entry.js → p-6b348684.entry.js} +2 -2
- package/dist/native/{p-aa957898.entry.js → p-6ff228da.entry.js} +2 -2
- package/dist/native/{p-aa957898.entry.js.map → p-6ff228da.entry.js.map} +1 -1
- package/dist/native/{p-74f7f404.entry.js → p-701b5557.entry.js} +2 -2
- package/dist/native/{p-002e7bf1.entry.js → p-7f5eb2ac.entry.js} +2 -2
- package/dist/native/{p-e4f84faa.entry.js → p-84a73e2a.entry.js} +2 -2
- package/dist/native/p-9135fdf5.entry.js +2 -0
- package/dist/native/p-93dc2f47.entry.js +2 -0
- package/dist/native/{p-7e1fa44c.entry.js.map → p-93dc2f47.entry.js.map} +1 -1
- package/dist/native/{p-be5f62e5.entry.js → p-9a267f16.entry.js} +2 -2
- package/dist/native/p-9a267f16.entry.js.map +1 -0
- package/dist/native/{p-60d6ffa3.entry.js → p-9d6431c7.entry.js} +2 -2
- package/dist/native/{p-b11fdaed.entry.js → p-b094296d.entry.js} +2 -2
- package/dist/native/{p-43cc98dc.entry.js → p-b2ce83ad.entry.js} +2 -2
- package/dist/native/{p-115ad66c.entry.js → p-bad11367.entry.js} +2 -2
- package/dist/native/{p-6603d939.entry.js → p-c7b201cd.entry.js} +2 -2
- package/dist/native/{p-4c859a14.entry.js → p-d7a76400.entry.js} +2 -2
- package/dist/native/p-e1a4f776.entry.js +2 -0
- package/dist/native/p-e1a4f776.entry.js.map +1 -0
- package/dist/native/p-e49bbd02.entry.js +2 -0
- package/dist/native/p-e49bbd02.entry.js.map +1 -0
- package/dist/native/{p-98030346.entry.js → p-e5de64d5.entry.js} +2 -2
- package/dist/native/p-eee01062.entry.js +2 -0
- package/dist/native/{p-3df6febe.entry.js.map → p-eee01062.entry.js.map} +1 -1
- package/dist/native/{p-b6164ebc.entry.js → p-f6bdc270.entry.js} +2 -2
- package/dist/native/{p-50dcce07.entry.js → p-f85aca27.entry.js} +2 -2
- package/dist/native/{p-1e5453be.entry.js → p-fa77a591.entry.js} +2 -2
- package/dist/native/{p-d5158e27.entry.js → p-fb5bddba.entry.js} +2 -2
- package/dist/types/components/nv-calendar/nv-calendar.d.ts +10 -7
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +37 -2
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +16 -20
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +16 -34
- package/dist/types/components/nv-menu/nv-menu.d.ts +46 -12
- package/dist/types/components.d.ts +174 -43
- package/dist/vscode-data.json +8 -20
- package/hydrate/index.js +535 -407
- package/hydrate/index.mjs +535 -407
- package/package.json +3 -2
- package/dist/cjs/nv-base.cjs.entry.js +0 -74
- package/dist/cjs/nv-base.cjs.entry.js.map +0 -1
- package/dist/collection/components/nv-base/nv-base.docs.js +0 -5
- package/dist/collection/components/nv-base/nv-base.docs.js.map +0 -1
- package/dist/collection/components/nv-base/nv-base.js +0 -68
- package/dist/collection/components/nv-base/nv-base.js.map +0 -1
- package/dist/components/nv-base.d.ts +0 -11
- package/dist/components/nv-base.js +0 -88
- package/dist/components/nv-base.js.map +0 -1
- package/dist/components/p-a9f162a8.js.map +0 -1
- package/dist/esm/nv-base.entry.js +0 -70
- package/dist/esm/nv-base.entry.js.map +0 -1
- package/dist/native/p-2ed9934a.entry.js +0 -2
- package/dist/native/p-2ed9934a.entry.js.map +0 -1
- package/dist/native/p-3df6febe.entry.js +0 -2
- package/dist/native/p-4977fcd0.entry.js +0 -2
- package/dist/native/p-75f4bfe8.entry.js.map +0 -1
- package/dist/native/p-7e1fa44c.entry.js +0 -2
- package/dist/native/p-b8b58064.entry.js +0 -2
- package/dist/native/p-be5f62e5.entry.js.map +0 -1
- package/dist/native/p-c6fe73a9.entry.js +0 -2
- package/dist/native/p-c6fe73a9.entry.js.map +0 -1
- package/dist/native/p-ce64d562.entry.js +0 -2
- package/dist/native/p-d352a8b3.entry.js +0 -2
- package/dist/native/p-d352a8b3.entry.js.map +0 -1
- package/dist/native/p-e200185a.entry.js +0 -2
- package/dist/native/p-e200185a.entry.js.map +0 -1
- package/dist/types/components/nv-base/nv-base.d.ts +0 -17
- package/dist/types/components/nv-base/nv-base.docs.d.ts +0 -5
- /package/dist/native/{p-ce64d562.entry.js.map → p-0245863d.entry.js.map} +0 -0
- /package/dist/native/{p-8946883b.entry.js.map → p-0ee428d5.entry.js.map} +0 -0
- /package/dist/native/{p-8f7c1bb8.entry.js.map → p-244f56ac.entry.js.map} +0 -0
- /package/dist/native/{p-4977fcd0.entry.js.map → p-2691e02d.entry.js.map} +0 -0
- /package/dist/native/{p-aeac63ea.entry.js.map → p-37f0210e.entry.js.map} +0 -0
- /package/dist/native/{p-000ef9c9.entry.js.map → p-39bb95ff.entry.js.map} +0 -0
- /package/dist/native/{p-76cd466a.entry.js.map → p-4ae26462.entry.js.map} +0 -0
- /package/dist/native/{p-626a1372.entry.js.map → p-5c00f092.entry.js.map} +0 -0
- /package/dist/native/{p-4fe5ebe9.entry.js.map → p-6b348684.entry.js.map} +0 -0
- /package/dist/native/{p-74f7f404.entry.js.map → p-701b5557.entry.js.map} +0 -0
- /package/dist/native/{p-002e7bf1.entry.js.map → p-7f5eb2ac.entry.js.map} +0 -0
- /package/dist/native/{p-e4f84faa.entry.js.map → p-84a73e2a.entry.js.map} +0 -0
- /package/dist/native/{p-b8b58064.entry.js.map → p-9135fdf5.entry.js.map} +0 -0
- /package/dist/native/{p-60d6ffa3.entry.js.map → p-9d6431c7.entry.js.map} +0 -0
- /package/dist/native/{p-b11fdaed.entry.js.map → p-b094296d.entry.js.map} +0 -0
- /package/dist/native/{p-43cc98dc.entry.js.map → p-b2ce83ad.entry.js.map} +0 -0
- /package/dist/native/{p-115ad66c.entry.js.map → p-bad11367.entry.js.map} +0 -0
- /package/dist/native/{p-6603d939.entry.js.map → p-c7b201cd.entry.js.map} +0 -0
- /package/dist/native/{p-4c859a14.entry.js.map → p-d7a76400.entry.js.map} +0 -0
- /package/dist/native/{p-98030346.entry.js.map → p-e5de64d5.entry.js.map} +0 -0
- /package/dist/native/{p-b6164ebc.entry.js.map → p-f6bdc270.entry.js.map} +0 -0
- /package/dist/native/{p-50dcce07.entry.js.map → p-f85aca27.entry.js.map} +0 -0
- /package/dist/native/{p-1e5453be.entry.js.map → p-fa77a591.entry.js.map} +0 -0
- /package/dist/native/{p-d5158e27.entry.js.map → p-fb5bddba.entry.js.map} +0 -0
|
@@ -102,21 +102,30 @@ export declare class NvFielddropdown {
|
|
|
102
102
|
*/
|
|
103
103
|
readonly filterable: boolean;
|
|
104
104
|
/**
|
|
105
|
-
* List of options
|
|
106
|
-
*
|
|
105
|
+
* List of options used to automatically generate dropdown items. This
|
|
106
|
+
* provides an alternative to using the slot manually.
|
|
107
107
|
*
|
|
108
108
|
* @example
|
|
109
109
|
* options=[{
|
|
110
110
|
* "label": "Option 1",
|
|
111
111
|
* "value": "option1",
|
|
112
|
-
* "selected": true
|
|
112
|
+
* "selected": true,
|
|
113
113
|
* },
|
|
114
114
|
* {
|
|
115
115
|
* "label": "Option 2",
|
|
116
|
-
* "value": "option2"
|
|
116
|
+
* "value": "option2",
|
|
117
117
|
* }]
|
|
118
118
|
*/
|
|
119
|
-
readonly options?:
|
|
119
|
+
readonly options?: {
|
|
120
|
+
/** Label to display for the option */
|
|
121
|
+
label: string;
|
|
122
|
+
/** Value associated with the option */
|
|
123
|
+
value: string;
|
|
124
|
+
/** Whether this option is disabled */
|
|
125
|
+
disabled?: boolean;
|
|
126
|
+
/** Whether this option is pre-selected */
|
|
127
|
+
selected?: boolean;
|
|
128
|
+
}[];
|
|
120
129
|
/**
|
|
121
130
|
* Applies focus to the input field as soon as the component is mounted. This
|
|
122
131
|
* is equivalent to setting the native autofocus attribute on an <input>
|
|
@@ -127,19 +136,6 @@ export declare class NvFielddropdown {
|
|
|
127
136
|
/** The text entered by the user for filtering dropdown items. */
|
|
128
137
|
filterText: string;
|
|
129
138
|
selectedValues: Set<string>;
|
|
130
|
-
/**
|
|
131
|
-
* Options configuration for the dropdown items.
|
|
132
|
-
*/
|
|
133
|
-
parsedOptions: Array<{
|
|
134
|
-
/** Label to display for the option */
|
|
135
|
-
label: string;
|
|
136
|
-
/** Value associated with the option */
|
|
137
|
-
value: string;
|
|
138
|
-
/** Whether this option is disabled */
|
|
139
|
-
disabled?: boolean;
|
|
140
|
-
/** Whether this option is pre-selected */
|
|
141
|
-
selected?: boolean;
|
|
142
|
-
}>;
|
|
143
139
|
/****************************************************************************/
|
|
144
140
|
/**
|
|
145
141
|
* Emitted when the input value changes.
|
|
@@ -152,8 +148,8 @@ export declare class NvFielddropdown {
|
|
|
152
148
|
dropdownItemSelected: EventEmitter<HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']>;
|
|
153
149
|
handleDropdownItemSelected(event: CustomEvent<HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']>): void;
|
|
154
150
|
handleOpenChanged(event: CustomEvent<boolean>): void;
|
|
155
|
-
watchValueHandler(newValue:
|
|
156
|
-
handleOptionsChange(newValue:
|
|
151
|
+
watchValueHandler(newValue: typeof this.value): void;
|
|
152
|
+
handleOptionsChange(newValue: typeof this.options): void;
|
|
157
153
|
handleBlur(event: FocusEvent): void;
|
|
158
154
|
handleKeyDown(event: KeyboardEvent): void;
|
|
159
155
|
/****************************************************************************/
|
|
@@ -102,15 +102,20 @@ export declare class NvFieldmultiselect {
|
|
|
102
102
|
*/
|
|
103
103
|
open: boolean;
|
|
104
104
|
/**
|
|
105
|
-
* List of options
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
*
|
|
112
|
-
|
|
113
|
-
|
|
105
|
+
* List of options used to automatically generate dropdown items. This
|
|
106
|
+
* provides an alternative to using the slot manually.
|
|
107
|
+
*
|
|
108
|
+
* @example
|
|
109
|
+
* options=[{
|
|
110
|
+
* "label": "Option 1",
|
|
111
|
+
* "value": "option1",
|
|
112
|
+
* },
|
|
113
|
+
* {
|
|
114
|
+
* "label": "Option 2",
|
|
115
|
+
* "value": "option2",
|
|
116
|
+
* }]
|
|
117
|
+
*/
|
|
118
|
+
options?: {
|
|
114
119
|
/** Label to display for the option */
|
|
115
120
|
label: string;
|
|
116
121
|
/** Value associated with the option */
|
|
@@ -123,7 +128,7 @@ export declare class NvFieldmultiselect {
|
|
|
123
128
|
description?: string;
|
|
124
129
|
/** Whether this option is pre-checked */
|
|
125
130
|
checked?: boolean;
|
|
126
|
-
}
|
|
131
|
+
}[];
|
|
127
132
|
/**
|
|
128
133
|
* List of selected values in the multiselect.
|
|
129
134
|
*/
|
|
@@ -148,12 +153,6 @@ export declare class NvFieldmultiselect {
|
|
|
148
153
|
* @default 300
|
|
149
154
|
*/
|
|
150
155
|
readonly debounceDelay: number;
|
|
151
|
-
/**
|
|
152
|
-
* State for the mode of the multiselect.
|
|
153
|
-
* @type {'options' | 'slots'}
|
|
154
|
-
* @default 'options'
|
|
155
|
-
*/
|
|
156
|
-
modeState: 'options' | 'slots';
|
|
157
156
|
private isHandlingEscape;
|
|
158
157
|
/**
|
|
159
158
|
* Applies focus to the input field as soon as the component is mounted. This
|
|
@@ -204,24 +203,7 @@ export declare class NvFieldmultiselect {
|
|
|
204
203
|
/** Whether this option is checked */
|
|
205
204
|
checked: boolean;
|
|
206
205
|
}>): void;
|
|
207
|
-
|
|
208
|
-
* Emitted when the options change.
|
|
209
|
-
* @param {string | Array<{label: string, value: string, isDivider?: boolean, disabled?: boolean, description?: string, checked?: boolean}>} newValue - The new value of the options.
|
|
210
|
-
*/
|
|
211
|
-
handleOptionsChange(newValue: string | Array<{
|
|
212
|
-
/** Label to display for the option */
|
|
213
|
-
label: string;
|
|
214
|
-
/** Value associated with the option */
|
|
215
|
-
value: string;
|
|
216
|
-
/** Whether this option is a divider */
|
|
217
|
-
isDivider?: boolean;
|
|
218
|
-
/** Whether this option is disabled */
|
|
219
|
-
disabled?: boolean;
|
|
220
|
-
/** Additional description for the option */
|
|
221
|
-
description?: string;
|
|
222
|
-
/** Whether this option is pre-checked */
|
|
223
|
-
checked?: boolean;
|
|
224
|
-
}>): void;
|
|
206
|
+
handleOptionsChange(newValue: typeof this.options): void;
|
|
225
207
|
/**
|
|
226
208
|
* Emitted when the value changes.
|
|
227
209
|
*/
|
|
@@ -32,19 +32,53 @@ export declare class NvMenu {
|
|
|
32
32
|
*/
|
|
33
33
|
readonly placement: Placement;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
36
|
-
*
|
|
35
|
+
* List of items used to automatically generate dropdown items. This
|
|
36
|
+
* provides an alternative to using the slot manually.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* items = [{
|
|
40
|
+
* "label": "Option 1",
|
|
41
|
+
* "value": "option1",
|
|
42
|
+
* },
|
|
43
|
+
* {
|
|
44
|
+
* "label": "Option 2",
|
|
45
|
+
* "value": "option2",
|
|
46
|
+
* }]
|
|
37
47
|
*/
|
|
38
|
-
readonly items?:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
+
readonly items?: {
|
|
49
|
+
/**
|
|
50
|
+
* The label of the menu item.
|
|
51
|
+
*/
|
|
52
|
+
label: string;
|
|
53
|
+
/**
|
|
54
|
+
* The value of the menu item.
|
|
55
|
+
*/
|
|
56
|
+
value?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Whether the menu item is disabled.
|
|
59
|
+
*/
|
|
60
|
+
disabled?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Whether the menu item has a submenu.
|
|
63
|
+
*/
|
|
64
|
+
hasSubmenu?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* The icon of the menu item.
|
|
67
|
+
*/
|
|
68
|
+
icon?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The shortcut of the menu item.
|
|
71
|
+
*/
|
|
72
|
+
shortcut?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Whether the menu item is nested.
|
|
75
|
+
*/
|
|
76
|
+
nested?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* The submenu items of the menu item.
|
|
79
|
+
*/
|
|
80
|
+
submenuItems?: InstanceType<typeof NvMenu>['items'];
|
|
81
|
+
}[];
|
|
48
82
|
/****************************************************************************/
|
|
49
83
|
/**
|
|
50
84
|
* Opens the menu.
|
|
@@ -179,11 +179,6 @@ export namespace Components {
|
|
|
179
179
|
*/
|
|
180
180
|
"prevent-auto-close"?: boolean;
|
|
181
181
|
}
|
|
182
|
-
/**
|
|
183
|
-
* @deprecated This is only to help with the migration from v2 to v3. It will be removed in the next major release.
|
|
184
|
-
*/
|
|
185
|
-
interface NvBase {
|
|
186
|
-
}
|
|
187
182
|
interface NvBreadcrumb {
|
|
188
183
|
/**
|
|
189
184
|
* Use this to highlight the breadcrumb as the current page in your navigation. It also makes the page clearer to screen readers with aria-current="location".
|
|
@@ -408,6 +403,15 @@ export namespace Components {
|
|
|
408
403
|
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
409
404
|
*/
|
|
410
405
|
"enable-global-filter"?: boolean;
|
|
406
|
+
/**
|
|
407
|
+
* Whether to enable pagination for the data grid.
|
|
408
|
+
* @default false
|
|
409
|
+
*/
|
|
410
|
+
"enablePagination": boolean;
|
|
411
|
+
/**
|
|
412
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
413
|
+
*/
|
|
414
|
+
"enable-pagination"?: boolean;
|
|
411
415
|
/**
|
|
412
416
|
* Fallback value to be displayed when data is not available
|
|
413
417
|
* @default 'N/A'
|
|
@@ -435,6 +439,20 @@ export namespace Components {
|
|
|
435
439
|
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
436
440
|
*/
|
|
437
441
|
"no-data-message"?: string;
|
|
442
|
+
/**
|
|
443
|
+
* The number of rows to display per page.
|
|
444
|
+
* @default 10
|
|
445
|
+
*/
|
|
446
|
+
"pageSize": number;
|
|
447
|
+
/**
|
|
448
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
449
|
+
*/
|
|
450
|
+
"page-size"?: number;
|
|
451
|
+
/**
|
|
452
|
+
* The array of page sizes to display in the pagination dropdown.
|
|
453
|
+
* @default [10, 20, 30, 40, 50]
|
|
454
|
+
*/
|
|
455
|
+
"pageSizes": number[];
|
|
438
456
|
}
|
|
439
457
|
interface NvDatagridcolumn {
|
|
440
458
|
/**
|
|
@@ -1051,10 +1069,19 @@ export namespace Components {
|
|
|
1051
1069
|
*/
|
|
1052
1070
|
"open": boolean;
|
|
1053
1071
|
/**
|
|
1054
|
-
* List of options
|
|
1055
|
-
* @example options=[{ "label": "Option 1", "value": "option1", "selected": true }, { "label": "Option 2", "value": "option2" }]
|
|
1072
|
+
* List of options used to automatically generate dropdown items. This provides an alternative to using the slot manually.
|
|
1073
|
+
* @example options=[{ "label": "Option 1", "value": "option1", "selected": true, }, { "label": "Option 2", "value": "option2", }]
|
|
1056
1074
|
*/
|
|
1057
|
-
"options"?:
|
|
1075
|
+
"options"?: {
|
|
1076
|
+
/** Label to display for the option */
|
|
1077
|
+
label: string;
|
|
1078
|
+
/** Value associated with the option */
|
|
1079
|
+
value: string;
|
|
1080
|
+
/** Whether this option is disabled */
|
|
1081
|
+
disabled?: boolean;
|
|
1082
|
+
/** Whether this option is pre-selected */
|
|
1083
|
+
selected?: boolean;
|
|
1084
|
+
}[];
|
|
1058
1085
|
/**
|
|
1059
1086
|
* Display temporary text inside the input field to give users a hint about what to type. It's a great way to provide examples or suggestions directly in the field before they start typing. The placeholder is displayed only when the filterable option is enabled.
|
|
1060
1087
|
*/
|
|
@@ -1215,11 +1242,23 @@ export namespace Components {
|
|
|
1215
1242
|
*/
|
|
1216
1243
|
"open": boolean;
|
|
1217
1244
|
/**
|
|
1218
|
-
* List of options
|
|
1219
|
-
* @
|
|
1220
|
-
* @example options='[{"label": "Option 1", "value": "option1"}, {"label": "Option 2", "value": "option2"}]'
|
|
1245
|
+
* List of options used to automatically generate dropdown items. This provides an alternative to using the slot manually.
|
|
1246
|
+
* @example options=[{ "label": "Option 1", "value": "option1", }, { "label": "Option 2", "value": "option2", }]
|
|
1221
1247
|
*/
|
|
1222
|
-
"options"?:
|
|
1248
|
+
"options"?: {
|
|
1249
|
+
/** Label to display for the option */
|
|
1250
|
+
label: string;
|
|
1251
|
+
/** Value associated with the option */
|
|
1252
|
+
value: string;
|
|
1253
|
+
/** Whether this option is a divider */
|
|
1254
|
+
isDivider?: boolean;
|
|
1255
|
+
/** Whether this option is disabled */
|
|
1256
|
+
disabled?: boolean;
|
|
1257
|
+
/** Additional description for the option */
|
|
1258
|
+
description?: string;
|
|
1259
|
+
/** Whether this option is pre-checked */
|
|
1260
|
+
checked?: boolean;
|
|
1261
|
+
}[];
|
|
1223
1262
|
/**
|
|
1224
1263
|
* Display temporary text inside the input field.
|
|
1225
1264
|
*/
|
|
@@ -1967,9 +2006,43 @@ export namespace Components {
|
|
|
1967
2006
|
*/
|
|
1968
2007
|
"disable-close-on-select"?: boolean;
|
|
1969
2008
|
/**
|
|
1970
|
-
*
|
|
2009
|
+
* List of items used to automatically generate dropdown items. This provides an alternative to using the slot manually.
|
|
2010
|
+
* @example items = [{ "label": "Option 1", "value": "option1", }, { "label": "Option 2", "value": "option2", }]
|
|
1971
2011
|
*/
|
|
1972
|
-
"items"?:
|
|
2012
|
+
"items"?: {
|
|
2013
|
+
/**
|
|
2014
|
+
* The label of the menu item.
|
|
2015
|
+
*/
|
|
2016
|
+
label: string;
|
|
2017
|
+
/**
|
|
2018
|
+
* The value of the menu item.
|
|
2019
|
+
*/
|
|
2020
|
+
value?: string;
|
|
2021
|
+
/**
|
|
2022
|
+
* Whether the menu item is disabled.
|
|
2023
|
+
*/
|
|
2024
|
+
disabled?: boolean;
|
|
2025
|
+
/**
|
|
2026
|
+
* Whether the menu item has a submenu.
|
|
2027
|
+
*/
|
|
2028
|
+
hasSubmenu?: boolean;
|
|
2029
|
+
/**
|
|
2030
|
+
* The icon of the menu item.
|
|
2031
|
+
*/
|
|
2032
|
+
icon?: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* The shortcut of the menu item.
|
|
2035
|
+
*/
|
|
2036
|
+
shortcut?: string;
|
|
2037
|
+
/**
|
|
2038
|
+
* Whether the menu item is nested.
|
|
2039
|
+
*/
|
|
2040
|
+
nested?: boolean;
|
|
2041
|
+
/**
|
|
2042
|
+
* The submenu items of the menu item.
|
|
2043
|
+
*/
|
|
2044
|
+
submenuItems?: InstanceType<typeof NvMenu>['items'];
|
|
2045
|
+
}[];
|
|
1973
2046
|
/**
|
|
1974
2047
|
* Use this if the menu is nested inside another menu. This will prevent the parent menu from closing when the child menu is opened.
|
|
1975
2048
|
*/
|
|
@@ -2403,15 +2476,6 @@ declare global {
|
|
|
2403
2476
|
prototype: HTMLNvBadgeElement;
|
|
2404
2477
|
new (): HTMLNvBadgeElement;
|
|
2405
2478
|
};
|
|
2406
|
-
/**
|
|
2407
|
-
* @deprecated This is only to help with the migration from v2 to v3. It will be removed in the next major release.
|
|
2408
|
-
*/
|
|
2409
|
-
interface HTMLNvBaseElement extends Components.NvBase, HTMLStencilElement {
|
|
2410
|
-
}
|
|
2411
|
-
var HTMLNvBaseElement: {
|
|
2412
|
-
prototype: HTMLNvBaseElement;
|
|
2413
|
-
new (): HTMLNvBaseElement;
|
|
2414
|
-
};
|
|
2415
2479
|
interface HTMLNvBreadcrumbElement extends Components.NvBreadcrumb, HTMLStencilElement {
|
|
2416
2480
|
}
|
|
2417
2481
|
var HTMLNvBreadcrumbElement: {
|
|
@@ -2933,7 +2997,6 @@ declare global {
|
|
|
2933
2997
|
"nv-alert": HTMLNvAlertElement;
|
|
2934
2998
|
"nv-avatar": HTMLNvAvatarElement;
|
|
2935
2999
|
"nv-badge": HTMLNvBadgeElement;
|
|
2936
|
-
"nv-base": HTMLNvBaseElement;
|
|
2937
3000
|
"nv-breadcrumb": HTMLNvBreadcrumbElement;
|
|
2938
3001
|
"nv-breadcrumbs": HTMLNvBreadcrumbsElement;
|
|
2939
3002
|
"nv-button": HTMLNvButtonElement;
|
|
@@ -3155,11 +3218,6 @@ declare namespace LocalJSX {
|
|
|
3155
3218
|
*/
|
|
3156
3219
|
"prevent-auto-close"?: boolean;
|
|
3157
3220
|
}
|
|
3158
|
-
/**
|
|
3159
|
-
* @deprecated This is only to help with the migration from v2 to v3. It will be removed in the next major release.
|
|
3160
|
-
*/
|
|
3161
|
-
interface NvBase {
|
|
3162
|
-
}
|
|
3163
3221
|
interface NvBreadcrumb {
|
|
3164
3222
|
/**
|
|
3165
3223
|
* Use this to highlight the breadcrumb as the current page in your navigation. It also makes the page clearer to screen readers with aria-current="location".
|
|
@@ -3392,6 +3450,15 @@ declare namespace LocalJSX {
|
|
|
3392
3450
|
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
3393
3451
|
*/
|
|
3394
3452
|
"enable-global-filter"?: boolean;
|
|
3453
|
+
/**
|
|
3454
|
+
* Whether to enable pagination for the data grid.
|
|
3455
|
+
* @default false
|
|
3456
|
+
*/
|
|
3457
|
+
"enablePagination"?: boolean;
|
|
3458
|
+
/**
|
|
3459
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
3460
|
+
*/
|
|
3461
|
+
"enable-pagination"?: boolean;
|
|
3395
3462
|
/**
|
|
3396
3463
|
* Fallback value to be displayed when data is not available
|
|
3397
3464
|
* @default 'N/A'
|
|
@@ -3423,6 +3490,20 @@ declare namespace LocalJSX {
|
|
|
3423
3490
|
* Emitted when an action is triggered on a cell.
|
|
3424
3491
|
*/
|
|
3425
3492
|
"onAction"?: (event: NvDatagridCustomEvent<ActionEvent>) => void;
|
|
3493
|
+
/**
|
|
3494
|
+
* The number of rows to display per page.
|
|
3495
|
+
* @default 10
|
|
3496
|
+
*/
|
|
3497
|
+
"pageSize"?: number;
|
|
3498
|
+
/**
|
|
3499
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
3500
|
+
*/
|
|
3501
|
+
"page-size"?: number;
|
|
3502
|
+
/**
|
|
3503
|
+
* The array of page sizes to display in the pagination dropdown.
|
|
3504
|
+
* @default [10, 20, 30, 40, 50]
|
|
3505
|
+
*/
|
|
3506
|
+
"pageSizes"?: number[];
|
|
3426
3507
|
}
|
|
3427
3508
|
interface NvDatagridcolumn {
|
|
3428
3509
|
/**
|
|
@@ -4063,10 +4144,19 @@ declare namespace LocalJSX {
|
|
|
4063
4144
|
*/
|
|
4064
4145
|
"open"?: boolean;
|
|
4065
4146
|
/**
|
|
4066
|
-
* List of options
|
|
4067
|
-
* @example options=[{ "label": "Option 1", "value": "option1", "selected": true }, { "label": "Option 2", "value": "option2" }]
|
|
4147
|
+
* List of options used to automatically generate dropdown items. This provides an alternative to using the slot manually.
|
|
4148
|
+
* @example options=[{ "label": "Option 1", "value": "option1", "selected": true, }, { "label": "Option 2", "value": "option2", }]
|
|
4068
4149
|
*/
|
|
4069
|
-
"options"?:
|
|
4150
|
+
"options"?: {
|
|
4151
|
+
/** Label to display for the option */
|
|
4152
|
+
label: string;
|
|
4153
|
+
/** Value associated with the option */
|
|
4154
|
+
value: string;
|
|
4155
|
+
/** Whether this option is disabled */
|
|
4156
|
+
disabled?: boolean;
|
|
4157
|
+
/** Whether this option is pre-selected */
|
|
4158
|
+
selected?: boolean;
|
|
4159
|
+
}[];
|
|
4070
4160
|
/**
|
|
4071
4161
|
* Display temporary text inside the input field to give users a hint about what to type. It's a great way to provide examples or suggestions directly in the field before they start typing. The placeholder is displayed only when the filterable option is enabled.
|
|
4072
4162
|
*/
|
|
@@ -4252,11 +4342,23 @@ declare namespace LocalJSX {
|
|
|
4252
4342
|
*/
|
|
4253
4343
|
"open"?: boolean;
|
|
4254
4344
|
/**
|
|
4255
|
-
* List of options
|
|
4256
|
-
* @
|
|
4257
|
-
* @example options='[{"label": "Option 1", "value": "option1"}, {"label": "Option 2", "value": "option2"}]'
|
|
4345
|
+
* List of options used to automatically generate dropdown items. This provides an alternative to using the slot manually.
|
|
4346
|
+
* @example options=[{ "label": "Option 1", "value": "option1", }, { "label": "Option 2", "value": "option2", }]
|
|
4258
4347
|
*/
|
|
4259
|
-
"options"?:
|
|
4348
|
+
"options"?: {
|
|
4349
|
+
/** Label to display for the option */
|
|
4350
|
+
label: string;
|
|
4351
|
+
/** Value associated with the option */
|
|
4352
|
+
value: string;
|
|
4353
|
+
/** Whether this option is a divider */
|
|
4354
|
+
isDivider?: boolean;
|
|
4355
|
+
/** Whether this option is disabled */
|
|
4356
|
+
disabled?: boolean;
|
|
4357
|
+
/** Additional description for the option */
|
|
4358
|
+
description?: string;
|
|
4359
|
+
/** Whether this option is pre-checked */
|
|
4360
|
+
checked?: boolean;
|
|
4361
|
+
}[];
|
|
4260
4362
|
/**
|
|
4261
4363
|
* Display temporary text inside the input field.
|
|
4262
4364
|
*/
|
|
@@ -5030,9 +5132,43 @@ declare namespace LocalJSX {
|
|
|
5030
5132
|
*/
|
|
5031
5133
|
"disable-close-on-select"?: boolean;
|
|
5032
5134
|
/**
|
|
5033
|
-
*
|
|
5135
|
+
* List of items used to automatically generate dropdown items. This provides an alternative to using the slot manually.
|
|
5136
|
+
* @example items = [{ "label": "Option 1", "value": "option1", }, { "label": "Option 2", "value": "option2", }]
|
|
5034
5137
|
*/
|
|
5035
|
-
"items"?:
|
|
5138
|
+
"items"?: {
|
|
5139
|
+
/**
|
|
5140
|
+
* The label of the menu item.
|
|
5141
|
+
*/
|
|
5142
|
+
label: string;
|
|
5143
|
+
/**
|
|
5144
|
+
* The value of the menu item.
|
|
5145
|
+
*/
|
|
5146
|
+
value?: string;
|
|
5147
|
+
/**
|
|
5148
|
+
* Whether the menu item is disabled.
|
|
5149
|
+
*/
|
|
5150
|
+
disabled?: boolean;
|
|
5151
|
+
/**
|
|
5152
|
+
* Whether the menu item has a submenu.
|
|
5153
|
+
*/
|
|
5154
|
+
hasSubmenu?: boolean;
|
|
5155
|
+
/**
|
|
5156
|
+
* The icon of the menu item.
|
|
5157
|
+
*/
|
|
5158
|
+
icon?: string;
|
|
5159
|
+
/**
|
|
5160
|
+
* The shortcut of the menu item.
|
|
5161
|
+
*/
|
|
5162
|
+
shortcut?: string;
|
|
5163
|
+
/**
|
|
5164
|
+
* Whether the menu item is nested.
|
|
5165
|
+
*/
|
|
5166
|
+
nested?: boolean;
|
|
5167
|
+
/**
|
|
5168
|
+
* The submenu items of the menu item.
|
|
5169
|
+
*/
|
|
5170
|
+
submenuItems?: InstanceType<typeof NvMenu>['items'];
|
|
5171
|
+
}[];
|
|
5036
5172
|
/**
|
|
5037
5173
|
* Use this if the menu is nested inside another menu. This will prevent the parent menu from closing when the child menu is opened.
|
|
5038
5174
|
*/
|
|
@@ -5341,7 +5477,6 @@ declare namespace LocalJSX {
|
|
|
5341
5477
|
"nv-alert": NvAlert;
|
|
5342
5478
|
"nv-avatar": NvAvatar;
|
|
5343
5479
|
"nv-badge": NvBadge;
|
|
5344
|
-
"nv-base": NvBase;
|
|
5345
5480
|
"nv-breadcrumb": NvBreadcrumb;
|
|
5346
5481
|
"nv-breadcrumbs": NvBreadcrumbs;
|
|
5347
5482
|
"nv-button": NvButton;
|
|
@@ -5387,10 +5522,6 @@ declare module "@stencil/core" {
|
|
|
5387
5522
|
"nv-alert": LocalJSX.NvAlert & JSXBase.HTMLAttributes<HTMLNvAlertElement>;
|
|
5388
5523
|
"nv-avatar": LocalJSX.NvAvatar & JSXBase.HTMLAttributes<HTMLNvAvatarElement>;
|
|
5389
5524
|
"nv-badge": LocalJSX.NvBadge & JSXBase.HTMLAttributes<HTMLNvBadgeElement>;
|
|
5390
|
-
/**
|
|
5391
|
-
* @deprecated This is only to help with the migration from v2 to v3. It will be removed in the next major release.
|
|
5392
|
-
*/
|
|
5393
|
-
"nv-base": LocalJSX.NvBase & JSXBase.HTMLAttributes<HTMLNvBaseElement>;
|
|
5394
5525
|
"nv-breadcrumb": LocalJSX.NvBreadcrumb & JSXBase.HTMLAttributes<HTMLNvBreadcrumbElement>;
|
|
5395
5526
|
"nv-breadcrumbs": LocalJSX.NvBreadcrumbs & JSXBase.HTMLAttributes<HTMLNvBreadcrumbsElement>;
|
|
5396
5527
|
"nv-button": LocalJSX.NvButton & JSXBase.HTMLAttributes<HTMLNvButtonElement>;
|
package/dist/vscode-data.json
CHANGED
|
@@ -207,14 +207,6 @@
|
|
|
207
207
|
}
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
|
-
{
|
|
211
|
-
"name": "nv-base",
|
|
212
|
-
"description": {
|
|
213
|
-
"kind": "markdown",
|
|
214
|
-
"value": "This is the base component for v2 and serves as the foundational component for all Nova components. It provides the basic structure for Nova components and should be used as the base for creating other components. This component should not be used directly in the application."
|
|
215
|
-
},
|
|
216
|
-
"attributes": []
|
|
217
|
-
},
|
|
218
210
|
{
|
|
219
211
|
"name": "nv-breadcrumb",
|
|
220
212
|
"description": {
|
|
@@ -456,6 +448,10 @@
|
|
|
456
448
|
"name": "enable-global-filter",
|
|
457
449
|
"description": "Whether to enable global filtering for the data grid.\nThis allows users to search across all columns for a specific value.\nThe search is case-insensitive and supports partial matches.\nIt use string.includes() to match the search term."
|
|
458
450
|
},
|
|
451
|
+
{
|
|
452
|
+
"name": "enable-pagination",
|
|
453
|
+
"description": "Whether to enable pagination for the data grid."
|
|
454
|
+
},
|
|
459
455
|
{
|
|
460
456
|
"name": "fallback-value",
|
|
461
457
|
"description": "Fallback value to be displayed when data is not available"
|
|
@@ -467,6 +463,10 @@
|
|
|
467
463
|
{
|
|
468
464
|
"name": "no-data-message",
|
|
469
465
|
"description": "The message to display when there is no data available."
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "page-size",
|
|
469
|
+
"description": "The number of rows to display per page."
|
|
470
470
|
}
|
|
471
471
|
]
|
|
472
472
|
},
|
|
@@ -1175,10 +1175,6 @@
|
|
|
1175
1175
|
"name": "open",
|
|
1176
1176
|
"description": "State of the dropdown popover."
|
|
1177
1177
|
},
|
|
1178
|
-
{
|
|
1179
|
-
"name": "options",
|
|
1180
|
-
"description": "List of options available in the dropdown. The options are passed as a JSON\nstring."
|
|
1181
|
-
},
|
|
1182
1178
|
{
|
|
1183
1179
|
"name": "placeholder",
|
|
1184
1180
|
"description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It's a great way to provide examples or suggestions directly\nin the field before they start typing.\nThe placeholder is displayed only when the filterable option is enabled."
|
|
@@ -1516,10 +1512,6 @@
|
|
|
1516
1512
|
"name": "open",
|
|
1517
1513
|
"description": "State of the multiselect popover."
|
|
1518
1514
|
},
|
|
1519
|
-
{
|
|
1520
|
-
"name": "options",
|
|
1521
|
-
"description": "List of options available in the multiselect."
|
|
1522
|
-
},
|
|
1523
1515
|
{
|
|
1524
1516
|
"name": "placeholder",
|
|
1525
1517
|
"description": "Display temporary text inside the input field."
|
|
@@ -2785,10 +2777,6 @@
|
|
|
2785
2777
|
"name": "disable-close-on-select",
|
|
2786
2778
|
"description": "Use this to disable the menu from closing automatically when a menu item is\nselected."
|
|
2787
2779
|
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "items",
|
|
2790
|
-
"description": "(New feature) Items to display in the menu, provided as a JSON string.\nFormat: [{ label: string, value?: string, disabled?: boolean, hasSubmenu?: boolean, ... }]"
|
|
2791
|
-
},
|
|
2792
2780
|
{
|
|
2793
2781
|
"name": "nested",
|
|
2794
2782
|
"description": "Use this if the menu is nested inside another menu. This will prevent the\nparent menu from closing when the child menu is opened."
|