@nova-design-system/nova-webcomponents 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{constants-bcd6b2e2.js → constants-8fb8ccc0.js} +14 -1
- package/dist/cjs/constants-8fb8ccc0.js.map +1 -0
- package/dist/cjs/index-9bda5507.js +4 -4
- package/dist/cjs/index.cjs.js +4 -471
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-alert.cjs.entry.js +5 -5
- package/dist/cjs/nv-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +17 -8
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +841 -842
- package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +376 -39
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +18 -12
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddate.cjs.entry.js +8 -17
- package/dist/cjs/nv-fielddate.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +26 -28
- package/dist/cjs/nv-fielddaterange.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +12 -5
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +10 -4
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldselect.cjs.entry.js +10 -6
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +15 -12
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +3 -3
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-menu.cjs.entry.js +3 -1
- package/dist/cjs/nv-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +2 -2
- package/dist/cjs/nv-table.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/nv-alert/nv-alert.css +3 -0
- package/dist/collection/components/nv-alert/nv-alert.js +6 -11
- package/dist/collection/components/nv-alert/nv-alert.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.css +181 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js +20 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.js +39 -15
- package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js +0 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.css +19 -0
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js +33 -38
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +680 -897
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js +202 -0
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js +667 -0
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js.map +1 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.css +98 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +103 -5
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +391 -56
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.css +29 -5
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js +0 -1
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js +16 -10
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.docs.js +16 -8
- package/dist/collection/components/nv-fielddate/nv-fielddate.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +48 -39
- package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +1 -1
- package/dist/collection/components/nv-fielddate/styles/nv-fielddate.css +7 -0
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js +12 -15
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +75 -64
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/styles/nv-fielddaterange.css +13 -11
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +8 -0
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +31 -4
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +5 -0
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.css +24 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +8 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +29 -3
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.css +5 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js +8 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +27 -3
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.css +5 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js +8 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +27 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +1 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.css +5 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js +8 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +29 -5
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.css +5 -0
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js +8 -0
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +27 -3
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.css +23 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js +8 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +27 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +13 -10
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/styles/nv-fieldtime.css +19 -2
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-icon/nv-icons.js +3 -470
- package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +3 -1
- package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
- package/dist/collection/components/nv-popover/nv-popover.js +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +8 -11
- package/dist/collection/components/nv-table/nv-table.js.map +1 -1
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/templates/navigation.docs.js +0 -1
- package/dist/collection/templates/navigation.docs.js.map +1 -1
- package/dist/collection/utils/constants.js +11 -0
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/components/index.js +4 -471
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-alert.js +6 -6
- package/dist/components/nv-alert.js.map +1 -1
- package/dist/components/nv-avatar.js +2 -2
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +2 -2
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-datagrid.js +400 -43
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-dialog.js +22 -16
- package/dist/components/nv-dialog.js.map +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-fielddate.js +18 -26
- package/dist/components/nv-fielddate.js.map +1 -1
- package/dist/components/nv-fielddaterange.js +37 -38
- package/dist/components/nv-fielddaterange.js.map +1 -1
- package/dist/components/nv-fielddropdown.js +18 -10
- package/dist/components/nv-fielddropdown.js.map +1 -1
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +17 -10
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +13 -8
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +12 -7
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldselect.js +14 -9
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldtext.js +1 -158
- package/dist/components/nv-fieldtext.js.map +1 -1
- package/dist/components/nv-fieldtextarea.js +10 -5
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.js +19 -16
- package/dist/components/nv-fieldtime.js.map +1 -1
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-loader.js +1 -1
- package/dist/components/nv-menu.js +6 -4
- package/dist/components/nv-menu.js.map +1 -1
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-table.js +2 -2
- package/dist/components/nv-table.js.map +1 -1
- package/dist/components/nv-toggle.js +2 -2
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/p-0a0f6daf.js +187 -0
- package/dist/components/p-0a0f6daf.js.map +1 -0
- package/dist/components/{p-b7b78e64.js → p-10b37876.js} +2 -2
- package/dist/components/{p-b7b78e64.js.map → p-10b37876.js.map} +1 -1
- package/dist/components/{p-dc3faba3.js → p-10faa938.js} +4 -4
- package/dist/components/{p-dc3faba3.js.map → p-10faa938.js.map} +1 -1
- package/dist/{esm/constants-98e2dcc2.js → components/p-1f505531.js} +15 -2
- package/dist/components/p-1f505531.js.map +1 -0
- package/dist/components/{p-2012b8ba.js → p-35a70c5e.js} +2 -2
- package/dist/components/{p-2012b8ba.js.map → p-35a70c5e.js.map} +1 -1
- package/dist/components/{p-6c364a23.js → p-41c56ddc.js} +5 -5
- package/dist/components/{p-6c364a23.js.map → p-41c56ddc.js.map} +1 -1
- package/dist/components/{p-a30b55fc.js → p-608eb9da.js} +2 -2
- package/dist/components/{p-a30b55fc.js.map → p-608eb9da.js.map} +1 -1
- package/dist/components/p-76646ce9.js +88 -0
- package/dist/components/p-76646ce9.js.map +1 -0
- package/dist/components/p-854c32dc.js +1132 -0
- package/dist/components/p-854c32dc.js.map +1 -0
- package/dist/components/p-9decffb6.js +167 -0
- package/dist/components/p-9decffb6.js.map +1 -0
- package/dist/components/{p-2d9ba7d3.js → p-a2527411.js} +3 -3
- package/dist/components/{p-2d9ba7d3.js.map → p-a2527411.js.map} +1 -1
- package/dist/components/{p-f4d86795.js → p-b48d5a94.js} +3 -3
- package/dist/components/{p-f4d86795.js.map → p-b48d5a94.js.map} +1 -1
- package/dist/components/{p-4d3ec142.js → p-eb632278.js} +3 -3
- package/dist/components/{p-4d3ec142.js.map → p-eb632278.js.map} +1 -1
- package/dist/components/{p-150daf68.js → p-f5cb0a63.js} +2 -2
- package/dist/components/{p-150daf68.js.map → p-f5cb0a63.js.map} +1 -1
- package/dist/components/{p-c14f6b8e.js → p-f76bb0c3.js} +3 -3
- package/dist/components/{p-c14f6b8e.js.map → p-f76bb0c3.js.map} +1 -1
- package/dist/{components/p-8348db09.js → esm/constants-b97e736d.js} +15 -2
- package/dist/esm/constants-b97e736d.js.map +1 -0
- package/dist/esm/index-1fb7a9a6.js +4 -4
- package/dist/esm/index.js +4 -471
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-alert.entry.js +5 -5
- package/dist/esm/nv-alert.entry.js.map +1 -1
- package/dist/esm/nv-avatar.entry.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +17 -8
- package/dist/esm/nv-badge_2.entry.js.map +1 -1
- package/dist/esm/nv-button.entry.js +1 -1
- package/dist/esm/nv-calendar.entry.js +841 -842
- package/dist/esm/nv-calendar.entry.js.map +1 -1
- package/dist/esm/nv-datagrid.entry.js +376 -39
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-dialog.entry.js +18 -12
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- package/dist/esm/nv-dialogfooter_2.entry.js +1 -1
- package/dist/esm/nv-fielddate.entry.js +8 -17
- package/dist/esm/nv-fielddate.entry.js.map +1 -1
- package/dist/esm/nv-fielddaterange.entry.js +26 -28
- package/dist/esm/nv-fielddaterange.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +12 -5
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +10 -4
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +8 -4
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +8 -4
- package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
- package/dist/esm/nv-fieldradio.entry.js +3 -3
- package/dist/esm/nv-fieldselect.entry.js +10 -6
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +8 -4
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +8 -4
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +15 -12
- package/dist/esm/nv-fieldtime.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +3 -3
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-iconbutton_2.entry.js +2 -2
- package/dist/esm/nv-menu.entry.js +3 -1
- package/dist/esm/nv-menu.entry.js.map +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-table.entry.js +2 -2
- package/dist/esm/nv-table.entry.js.map +1 -1
- package/dist/esm/nv-toggle.entry.js +2 -2
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/native/index.esm.js +1 -1
- package/dist/native/index.esm.js.map +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/{p-b094296d.entry.js → p-08a75cfa.entry.js} +2 -2
- package/dist/native/{p-d5cbf5c8.entry.js → p-14c07207.entry.js} +2 -2
- package/dist/native/p-1da72182.entry.js +2 -0
- package/dist/native/p-1da72182.entry.js.map +1 -0
- package/dist/native/p-2523eead.entry.js +2 -0
- package/dist/native/p-2523eead.entry.js.map +1 -0
- package/dist/native/p-3953464e.entry.js +7 -0
- package/dist/native/p-3953464e.entry.js.map +1 -0
- package/dist/native/{p-701b5557.entry.js → p-3b7ef609.entry.js} +2 -2
- package/dist/native/{p-63e6aed3.entry.js → p-3cd77d82.entry.js} +2 -2
- package/dist/native/p-3cd77d82.entry.js.map +1 -0
- package/dist/native/p-470588c2.entry.js +13 -0
- package/dist/native/p-470588c2.entry.js.map +1 -0
- package/dist/native/p-49cac014.entry.js +2 -0
- package/dist/native/p-49cac014.entry.js.map +1 -0
- package/dist/native/p-4d164ed6.entry.js +2 -0
- package/dist/native/p-4d164ed6.entry.js.map +1 -0
- package/dist/native/p-4e635fa7.entry.js +2 -0
- package/dist/native/p-4e635fa7.entry.js.map +1 -0
- package/dist/native/p-5d21532a.entry.js +2 -0
- package/dist/native/p-5d21532a.entry.js.map +1 -0
- package/dist/native/{p-39bb95ff.entry.js → p-615947e7.entry.js} +2 -2
- package/dist/native/{p-bad11367.entry.js → p-656c56f0.entry.js} +2 -2
- package/dist/native/p-656c56f0.entry.js.map +1 -0
- package/dist/native/{p-fa77a591.entry.js → p-7042ba8a.entry.js} +2 -2
- package/dist/native/p-7e154bfd.entry.js +2 -0
- package/dist/native/p-7e154bfd.entry.js.map +1 -0
- package/dist/native/p-7eba904e.entry.js +2 -0
- package/dist/native/p-7eba904e.entry.js.map +1 -0
- package/dist/native/{p-6b348684.entry.js → p-7fd4d13d.entry.js} +2 -2
- package/dist/native/{p-fb5bddba.entry.js → p-90e6d9dd.entry.js} +2 -2
- package/dist/native/p-ae7ab110.entry.js +2 -0
- package/dist/native/p-ae7ab110.entry.js.map +1 -0
- package/dist/native/{p-f85aca27.entry.js → p-b8b6875d.entry.js} +2 -2
- package/dist/native/p-b94d9f0b.entry.js +2 -0
- package/dist/native/p-b94d9f0b.entry.js.map +1 -0
- package/dist/native/p-c0f79bac.entry.js +2 -0
- package/dist/native/p-c0f79bac.entry.js.map +1 -0
- package/dist/native/{p-6ff228da.entry.js → p-c67186f8.entry.js} +2 -2
- package/dist/native/{p-eee01062.entry.js → p-c71c6f23.entry.js} +2 -2
- package/dist/native/p-d9a52884.entry.js +2 -0
- package/dist/native/p-d9a52884.entry.js.map +1 -0
- package/dist/native/{p-d7a76400.entry.js → p-efe6a46c.entry.js} +2 -2
- package/dist/native/p-f2ef6771.entry.js +2 -0
- package/dist/native/p-f5f68992.entry.js +2 -0
- package/dist/native/p-f5f68992.entry.js.map +1 -0
- package/dist/native/{p-59768ee5.js → p-f85c08f1.js} +2 -2
- package/dist/native/p-f85c08f1.js.map +1 -0
- package/dist/native/p-fc97f071.entry.js +2 -0
- package/dist/native/p-fc97f071.entry.js.map +1 -0
- package/dist/types/components/nv-alert/nv-alert.d.ts +1 -1
- package/dist/types/components/nv-badge/nv-badge.d.ts +11 -3
- package/dist/types/components/nv-calendar/nv-calendar.d.ts +69 -107
- package/dist/types/components/nv-calendar/nv-calendar.utils.d.ts +60 -0
- package/dist/types/components/nv-calendar/test/nv-calendar.utils.test.d.ts +1 -0
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +47 -10
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -0
- package/dist/types/components/nv-fielddate/nv-fielddate.d.ts +6 -7
- package/dist/types/components/nv-fielddaterange/nv-fielddaterange.d.ts +13 -12
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +4 -0
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +4 -0
- package/dist/types/components/nv-fieldnumber/nv-fieldnumber.d.ts +4 -0
- package/dist/types/components/nv-fieldpassword/nv-fieldpassword.d.ts +4 -0
- package/dist/types/components/nv-fieldselect/nv-fieldselect.d.ts +4 -0
- package/dist/types/components/nv-fieldtext/nv-fieldtext.d.ts +4 -0
- package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +4 -0
- package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
- package/dist/types/components/nv-table/nv-table.d.ts +13 -2
- package/dist/types/components.d.ts +269 -116
- package/dist/types/index.d.ts +0 -2
- package/dist/types/utils/constants.d.ts +9 -0
- package/dist/vscode-data.json +221 -1587
- package/hydrate/index.js +1466 -1063
- package/hydrate/index.mjs +1466 -1063
- package/package.json +1 -1
- package/dist/cjs/constants-bcd6b2e2.js.map +0 -1
- package/dist/collection/interfaces/actionEvent.js +0 -2
- package/dist/collection/interfaces/actionEvent.js.map +0 -1
- package/dist/collection/interfaces/calendarShortcut.js +0 -2
- package/dist/collection/interfaces/calendarShortcut.js.map +0 -1
- package/dist/collection/interfaces/dateRange.js +0 -2
- package/dist/collection/interfaces/dateRange.js.map +0 -1
- package/dist/components/p-373926aa.js +0 -177
- package/dist/components/p-373926aa.js.map +0 -1
- package/dist/components/p-591730e7.js +0 -88
- package/dist/components/p-591730e7.js.map +0 -1
- package/dist/components/p-8348db09.js.map +0 -1
- package/dist/components/p-f331117c.js +0 -1133
- package/dist/components/p-f331117c.js.map +0 -1
- package/dist/esm/constants-98e2dcc2.js.map +0 -1
- package/dist/native/p-0ee428d5.entry.js +0 -2
- package/dist/native/p-0ee428d5.entry.js.map +0 -1
- package/dist/native/p-2691e02d.entry.js +0 -2
- package/dist/native/p-37f0210e.entry.js +0 -2
- package/dist/native/p-37f0210e.entry.js.map +0 -1
- package/dist/native/p-4a440970.entry.js +0 -2
- package/dist/native/p-4a440970.entry.js.map +0 -1
- package/dist/native/p-4ae26462.entry.js +0 -7
- package/dist/native/p-4ae26462.entry.js.map +0 -1
- package/dist/native/p-4d9c4618.entry.js +0 -2
- package/dist/native/p-4d9c4618.entry.js.map +0 -1
- package/dist/native/p-59768ee5.js.map +0 -1
- package/dist/native/p-59e0bd2b.entry.js +0 -2
- package/dist/native/p-59e0bd2b.entry.js.map +0 -1
- package/dist/native/p-5c00f092.entry.js +0 -2
- package/dist/native/p-5c00f092.entry.js.map +0 -1
- package/dist/native/p-63e6aed3.entry.js.map +0 -1
- package/dist/native/p-7f5eb2ac.entry.js +0 -2
- package/dist/native/p-7f5eb2ac.entry.js.map +0 -1
- package/dist/native/p-84a73e2a.entry.js +0 -2
- package/dist/native/p-84a73e2a.entry.js.map +0 -1
- package/dist/native/p-93dc2f47.entry.js +0 -2
- package/dist/native/p-93dc2f47.entry.js.map +0 -1
- package/dist/native/p-9a267f16.entry.js +0 -13
- package/dist/native/p-9a267f16.entry.js.map +0 -1
- package/dist/native/p-9d6431c7.entry.js +0 -2
- package/dist/native/p-9d6431c7.entry.js.map +0 -1
- package/dist/native/p-b2ce83ad.entry.js +0 -2
- package/dist/native/p-b2ce83ad.entry.js.map +0 -1
- package/dist/native/p-bad11367.entry.js.map +0 -1
- package/dist/native/p-e1a4f776.entry.js +0 -2
- package/dist/native/p-e1a4f776.entry.js.map +0 -1
- package/dist/native/p-e49bbd02.entry.js +0 -2
- package/dist/native/p-e49bbd02.entry.js.map +0 -1
- package/dist/native/p-f6bdc270.entry.js +0 -2
- package/dist/native/p-f6bdc270.entry.js.map +0 -1
- package/dist/types/interfaces/actionEvent.d.ts +0 -13
- package/dist/types/interfaces/calendarShortcut.d.ts +0 -17
- package/dist/types/interfaces/dateRange.d.ts +0 -13
- /package/dist/native/{p-b094296d.entry.js.map → p-08a75cfa.entry.js.map} +0 -0
- /package/dist/native/{p-d5cbf5c8.entry.js.map → p-14c07207.entry.js.map} +0 -0
- /package/dist/native/{p-701b5557.entry.js.map → p-3b7ef609.entry.js.map} +0 -0
- /package/dist/native/{p-39bb95ff.entry.js.map → p-615947e7.entry.js.map} +0 -0
- /package/dist/native/{p-fa77a591.entry.js.map → p-7042ba8a.entry.js.map} +0 -0
- /package/dist/native/{p-6b348684.entry.js.map → p-7fd4d13d.entry.js.map} +0 -0
- /package/dist/native/{p-fb5bddba.entry.js.map → p-90e6d9dd.entry.js.map} +0 -0
- /package/dist/native/{p-f85aca27.entry.js.map → p-b8b6875d.entry.js.map} +0 -0
- /package/dist/native/{p-6ff228da.entry.js.map → p-c67186f8.entry.js.map} +0 -0
- /package/dist/native/{p-eee01062.entry.js.map → p-c71c6f23.entry.js.map} +0 -0
- /package/dist/native/{p-d7a76400.entry.js.map → p-efe6a46c.entry.js.map} +0 -0
- /package/dist/native/{p-2691e02d.entry.js.map → p-f2ef6771.entry.js.map} +0 -0
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import { PaginationState } from '@tanstack/table-core';
|
|
2
|
+
import { PaginationState, SortingState, RowSelectionState } from '@tanstack/table-core';
|
|
3
3
|
import { Column } from '../../interfaces/Column';
|
|
4
|
-
import {
|
|
4
|
+
import { GlobalFilterPosition } from '../../utils/constants';
|
|
5
5
|
/**
|
|
6
6
|
* A flexible data grid component powered by `@tanstack/table-core`.
|
|
7
7
|
* @slot default - Use this slot to insert HTML into the data grid content.
|
|
8
8
|
* @slot before - Use this slot to insert HTML before the data grid.
|
|
9
9
|
* @slot after - Use this slot to insert HTML after the data grid.
|
|
10
|
-
*
|
|
11
|
-
* @deprecated [EXPERIMENTAL]
|
|
12
|
-
* @experimental - This component is still under development and is not ready for use.
|
|
13
10
|
*/
|
|
14
11
|
export declare class NvDatagrid {
|
|
15
12
|
el: HTMLNvDatagridElement;
|
|
@@ -23,6 +20,8 @@ export declare class NvDatagrid {
|
|
|
23
20
|
private globalFilterSearchTerm;
|
|
24
21
|
private columnData;
|
|
25
22
|
private paginationState;
|
|
23
|
+
private sorting;
|
|
24
|
+
private rowSelectionState;
|
|
26
25
|
/****************************************************************************/
|
|
27
26
|
/**
|
|
28
27
|
* The data to display in the data grid.
|
|
@@ -70,6 +69,12 @@ export declare class NvDatagrid {
|
|
|
70
69
|
* @default 'No data or columns available to display.'
|
|
71
70
|
*/
|
|
72
71
|
readonly noColumnsNoDataMessage: string;
|
|
72
|
+
/**
|
|
73
|
+
* Whether to automatically generate columns if none are provided.
|
|
74
|
+
* If columns are explicitly set, this property is ignored.
|
|
75
|
+
* @default false
|
|
76
|
+
*/
|
|
77
|
+
readonly autoGenerateColumns: boolean;
|
|
73
78
|
/**
|
|
74
79
|
* Whether to enable global filtering for the data grid.
|
|
75
80
|
* This allows users to search across all columns for a specific value.
|
|
@@ -79,11 +84,9 @@ export declare class NvDatagrid {
|
|
|
79
84
|
*/
|
|
80
85
|
readonly enableGlobalFilter: boolean;
|
|
81
86
|
/**
|
|
82
|
-
*
|
|
83
|
-
* If columns are explicitly set, this property is ignored.
|
|
84
|
-
* @default false
|
|
87
|
+
* Position the global filter input field
|
|
85
88
|
*/
|
|
86
|
-
readonly
|
|
89
|
+
readonly globalFilterPosition: `${GlobalFilterPosition}`;
|
|
87
90
|
/**
|
|
88
91
|
* Whether to enable pagination for the data grid.
|
|
89
92
|
* @default false
|
|
@@ -91,6 +94,7 @@ export declare class NvDatagrid {
|
|
|
91
94
|
readonly enablePagination: boolean;
|
|
92
95
|
/**
|
|
93
96
|
* The number of rows to display per page.
|
|
97
|
+
* If the number is not present in the property pageSizes it takes the first of the list.
|
|
94
98
|
* @default 10
|
|
95
99
|
*/
|
|
96
100
|
readonly pageSize: number;
|
|
@@ -99,6 +103,15 @@ export declare class NvDatagrid {
|
|
|
99
103
|
* @default [10, 20, 30, 40, 50]
|
|
100
104
|
*/
|
|
101
105
|
readonly pageSizes: number[];
|
|
106
|
+
/**
|
|
107
|
+
* Whether to enable sorting for the data grid.
|
|
108
|
+
* @default false
|
|
109
|
+
*/
|
|
110
|
+
readonly enableSorting: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Whether to enable row selection for the data grid.
|
|
113
|
+
*/
|
|
114
|
+
readonly enableRowSelection: boolean;
|
|
102
115
|
/****************************************************************************/
|
|
103
116
|
/**
|
|
104
117
|
* Caches templates for cells and headers upfront to improve performance.
|
|
@@ -132,6 +145,8 @@ export declare class NvDatagrid {
|
|
|
132
145
|
* If the filter value is empty, all rows are included.
|
|
133
146
|
*/
|
|
134
147
|
private globalFilterFn;
|
|
148
|
+
private createIconSpan;
|
|
149
|
+
private createIndeterminateCheckbox;
|
|
135
150
|
private generateColumns;
|
|
136
151
|
private getTableData;
|
|
137
152
|
private renderTemplate;
|
|
@@ -150,6 +165,12 @@ export declare class NvDatagrid {
|
|
|
150
165
|
private readonly flexRender;
|
|
151
166
|
private readonly handlePageIndexChange;
|
|
152
167
|
private readonly handlePageSizeChange;
|
|
168
|
+
private readonly handleSortingClick;
|
|
169
|
+
private readonly getSortTitle;
|
|
170
|
+
private getArrowSorting;
|
|
171
|
+
private getHeaderCell;
|
|
172
|
+
private createSortingClickHandler;
|
|
173
|
+
private getPagination;
|
|
153
174
|
/****************************************************************************/
|
|
154
175
|
parseColumns(newValue: Column[], oldValue?: Column[]): void;
|
|
155
176
|
parseJsonColumns(newValue: string | undefined, oldValue: Column[]): void;
|
|
@@ -158,13 +179,29 @@ export declare class NvDatagrid {
|
|
|
158
179
|
handleParsedChange(): void;
|
|
159
180
|
handleGlobalFilterSearchTerm(newValue: string): void;
|
|
160
181
|
handlePaginationState(newValue: PaginationState, oldValue: PaginationState): void;
|
|
182
|
+
handleSorting(newValue: SortingState): void;
|
|
183
|
+
handlePageSize(newValue: number): void;
|
|
184
|
+
handleRowSelectionState(newValue: RowSelectionState, oldValue: RowSelectionState): void;
|
|
161
185
|
/****************************************************************************/
|
|
162
186
|
componentWillLoad(): void;
|
|
163
187
|
/****************************************************************************/
|
|
164
188
|
/**
|
|
165
189
|
* Emitted when an action is triggered on a cell.
|
|
166
190
|
*/
|
|
167
|
-
action: EventEmitter<
|
|
191
|
+
action: EventEmitter<{
|
|
192
|
+
/**
|
|
193
|
+
* Key action to be performed
|
|
194
|
+
*/
|
|
195
|
+
keyAction: string;
|
|
196
|
+
/**
|
|
197
|
+
* Details of the action to be performed
|
|
198
|
+
*/
|
|
199
|
+
details: any;
|
|
200
|
+
}>;
|
|
201
|
+
/**
|
|
202
|
+
* Emitted when the selection of the rows are changed.
|
|
203
|
+
*/
|
|
204
|
+
selectedRows: EventEmitter<any[]>;
|
|
168
205
|
/****************************************************************************/
|
|
169
206
|
render(): any;
|
|
170
207
|
}
|
|
@@ -84,6 +84,10 @@ export declare class NvDialog {
|
|
|
84
84
|
*/
|
|
85
85
|
private allowScroll;
|
|
86
86
|
private ensureFormId;
|
|
87
|
+
/**
|
|
88
|
+
* Checks for and sets up form ID if a form is present
|
|
89
|
+
*/
|
|
90
|
+
private checkForForm;
|
|
87
91
|
/****************************************************************************/
|
|
88
92
|
/**
|
|
89
93
|
* Emitted when the dialog is closing in order to allow for cleanup, data-capture, etc.
|
|
@@ -115,12 +115,8 @@ export declare class NvFielddate {
|
|
|
115
115
|
readonly showActions: boolean;
|
|
116
116
|
/**
|
|
117
117
|
* Custom actions to display in the footer
|
|
118
|
-
* JSON array of objects with the following properties:
|
|
119
|
-
* - label: string
|
|
120
|
-
* - onClick: function
|
|
121
|
-
* @default '[]'
|
|
122
118
|
*/
|
|
123
|
-
readonly shortcuts:
|
|
119
|
+
readonly shortcuts: HTMLNvCalendarElement['shortcuts'];
|
|
124
120
|
/**
|
|
125
121
|
* Show week numbers
|
|
126
122
|
* @default true
|
|
@@ -128,9 +124,12 @@ export declare class NvFielddate {
|
|
|
128
124
|
readonly showWeekNumbers: boolean;
|
|
129
125
|
/**
|
|
130
126
|
* Disabled dates ISO string array
|
|
131
|
-
* @default '[]'
|
|
132
127
|
*/
|
|
133
|
-
readonly disabledDates: string
|
|
128
|
+
readonly disabledDates: Array<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
131
|
+
*/
|
|
132
|
+
readonly fluid: boolean;
|
|
134
133
|
/****************************************************************************/
|
|
135
134
|
/**
|
|
136
135
|
* Converts the nv-calendar date format to the format expected by Inputmask.
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import { DateRange } from '../../interfaces/dateRange';
|
|
3
2
|
/**
|
|
4
3
|
* @slot default - Child content of the component.
|
|
5
4
|
* @slot leading-input - Content to be placed before the input text, within the input container.
|
|
@@ -75,7 +74,7 @@ export declare class NvFielddaterange {
|
|
|
75
74
|
/**
|
|
76
75
|
* Autofocus the start input when the component is mounted.
|
|
77
76
|
*/
|
|
78
|
-
readonly
|
|
77
|
+
readonly autofocus: boolean;
|
|
79
78
|
/**
|
|
80
79
|
* The initial value of the date range (in string format).
|
|
81
80
|
*/
|
|
@@ -130,22 +129,20 @@ export declare class NvFielddaterange {
|
|
|
130
129
|
readonly showActions: boolean;
|
|
131
130
|
/**
|
|
132
131
|
* Custom actions to display in the footer
|
|
133
|
-
* JSON array of objects with the following properties:
|
|
134
|
-
* - label: string
|
|
135
|
-
* - onClick: function
|
|
136
|
-
* @default '[]'
|
|
137
132
|
*/
|
|
138
|
-
readonly shortcuts:
|
|
133
|
+
readonly shortcuts: HTMLNvCalendarElement['shortcuts'];
|
|
139
134
|
/**
|
|
140
135
|
* Show week numbers
|
|
141
|
-
* @default true
|
|
142
136
|
*/
|
|
143
137
|
readonly showWeekNumbers: boolean;
|
|
144
138
|
/**
|
|
145
139
|
* Disabled dates ISO string array
|
|
146
|
-
* @default '[]'
|
|
147
140
|
*/
|
|
148
|
-
readonly disabledDates: string
|
|
141
|
+
readonly disabledDates: Array<string>;
|
|
142
|
+
/**
|
|
143
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
144
|
+
*/
|
|
145
|
+
readonly fluid: boolean;
|
|
149
146
|
/****************************************************************************/
|
|
150
147
|
/**
|
|
151
148
|
* Converts the nv-calendar date format to the format expected by Inputmask.
|
|
@@ -168,6 +165,10 @@ export declare class NvFielddaterange {
|
|
|
168
165
|
* @param {Event} event - The input event
|
|
169
166
|
*/
|
|
170
167
|
private handleEndInput;
|
|
168
|
+
/**
|
|
169
|
+
* Update the calendar's rangeValue property
|
|
170
|
+
*/
|
|
171
|
+
private updateCalendarValue;
|
|
171
172
|
/**
|
|
172
173
|
* Handles focus events on the input elements.
|
|
173
174
|
* @param {FocusEvent} event - The focus event
|
|
@@ -187,12 +188,12 @@ export declare class NvFielddaterange {
|
|
|
187
188
|
/**
|
|
188
189
|
* Emits an event when the date range changes.
|
|
189
190
|
*/
|
|
190
|
-
dateRangeChange: EventEmitter<
|
|
191
|
+
dateRangeChange: EventEmitter<HTMLNvCalendarElementEventMap['rangeDateChange']>;
|
|
191
192
|
/**
|
|
192
193
|
* Handles the range date selection event from nv-calendar.
|
|
193
194
|
* @param {CustomEvent<DateRange>} event - The custom event
|
|
194
195
|
*/
|
|
195
|
-
handleRangeDateChange(event: CustomEvent<
|
|
196
|
+
handleRangeDateChange(event: CustomEvent<HTMLNvCalendarElementEventMap['rangeDateChange']>): void;
|
|
196
197
|
handleClosePopover(): void;
|
|
197
198
|
handleApplyDateRange(): void;
|
|
198
199
|
/**
|
|
@@ -132,6 +132,10 @@ export declare class NvFielddropdown {
|
|
|
132
132
|
* element.
|
|
133
133
|
*/
|
|
134
134
|
readonly autofocus: boolean;
|
|
135
|
+
/**
|
|
136
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
137
|
+
*/
|
|
138
|
+
readonly fluid: boolean;
|
|
135
139
|
/****************************************************************************/
|
|
136
140
|
/** The text entered by the user for filtering dropdown items. */
|
|
137
141
|
filterText: string;
|
|
@@ -160,6 +160,10 @@ export declare class NvFieldmultiselect {
|
|
|
160
160
|
* element.
|
|
161
161
|
*/
|
|
162
162
|
readonly autofocus: boolean;
|
|
163
|
+
/**
|
|
164
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
165
|
+
*/
|
|
166
|
+
readonly fluid: boolean;
|
|
163
167
|
/****************************************************************************/
|
|
164
168
|
/**
|
|
165
169
|
* Subscribe to click outside event.
|
|
@@ -116,6 +116,10 @@ export declare class NvFieldnumber {
|
|
|
116
116
|
* element.
|
|
117
117
|
*/
|
|
118
118
|
readonly autofocus: boolean;
|
|
119
|
+
/**
|
|
120
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
121
|
+
*/
|
|
122
|
+
readonly fluid: boolean;
|
|
119
123
|
/****************************************************************************/
|
|
120
124
|
/**
|
|
121
125
|
* Emitted when the input value changes.
|
|
@@ -134,6 +134,10 @@ export declare class NvFieldpassword {
|
|
|
134
134
|
* element.
|
|
135
135
|
*/
|
|
136
136
|
readonly autofocus: boolean;
|
|
137
|
+
/**
|
|
138
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
139
|
+
*/
|
|
140
|
+
readonly fluid: boolean;
|
|
137
141
|
/****************************************************************************/
|
|
138
142
|
/**
|
|
139
143
|
* Emitted when the input value changes.
|
|
@@ -119,6 +119,10 @@ export declare class NvFieldselect {
|
|
|
119
119
|
* element.
|
|
120
120
|
*/
|
|
121
121
|
readonly autofocus: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
124
|
+
*/
|
|
125
|
+
readonly fluid: boolean;
|
|
122
126
|
/****************************************************************************/
|
|
123
127
|
/**
|
|
124
128
|
* Emitted when the selected value changes.
|
|
@@ -145,6 +145,10 @@ export declare class NvFieldtext {
|
|
|
145
145
|
* element.
|
|
146
146
|
*/
|
|
147
147
|
readonly autofocus: boolean;
|
|
148
|
+
/**
|
|
149
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
150
|
+
*/
|
|
151
|
+
readonly fluid: boolean;
|
|
148
152
|
/****************************************************************************/
|
|
149
153
|
/**
|
|
150
154
|
* Emitted when the input value changes.
|
|
@@ -129,6 +129,10 @@ export declare class NvFieldtextarea {
|
|
|
129
129
|
* element.
|
|
130
130
|
*/
|
|
131
131
|
readonly autofocus: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
134
|
+
*/
|
|
135
|
+
readonly fluid: boolean;
|
|
132
136
|
/****************************************************************************/
|
|
133
137
|
/**
|
|
134
138
|
* Emitted when the textarea value changes.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/** Available icons */
|
|
2
|
-
export declare const iconNames: readonly ["access-point-off", "access-point", "accessible", "activity", "address-book", "adjustments-horizontal", "adjustments-up", "adjustments", "affiliate", "air-conditioning", "alert-circle", "align-center", "align-left", "align-right", "app-window", "apps", "archive", "areas", "arrow-back-up", "arrow-back", "arrow-down-left", "arrow-down-right", "arrow-down", "arrow-forward-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-up-left", "arrow-up-right", "arrow-up", "arrows-exchange", "arrows-move", "aspect-ratio", "atom", "badge-theme", "basket", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging", "battery-eco", "battery-off", "battery", "bell-off", "bell-ringing", "bell", "bike", "bluetooth-connected", "bluetooth-off", "bluetooth", "bolt", "book", "bookmark-off", "bookmark", "bookmarks", "box-align-top", "box-multiple", "briefcase", "brightness-down", "brightness-up", "browser-check", "browser-plus", "browser-x", "browser", "brush", "building-bank", "building-factory", "building-lighthouse", "building-store", "building", "bulb-off", "bulb", "cake", "calendar-time", "calendar", "camera-off", "camera", "car-crane", "car", "caravan", "cash-banknote", "cash", "cast", "cell", "charging-pile", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar", "chart-bubble", "chart-circles", "chart-donut", "chart-dots", "chart-line", "chart-pie", "chart-radar", "check", "checkbox", "checklist", "checks", "chevron-down", "chevron-left", "chevron-right", "chevron-top", "chevrons-left", "chevrons-right", "circle-caret-right", "circle-check", "circle-x", "circuit-alternate", "circuit-ground-digital", "clipboard-check", "clipboard-list", "clipboard-plus", "clipboard-text", "clipboard-x", "clipboard", "clock-edit", "clock", "cloud-data-connection", "cloud-download", "cloud-rain", "cloud-snow", "cloud-upload", "cloud", "color-picker", "color-swatch", "compass", "contract", "copy", "cpu", "crane", "credit-card", "crop", "cross", "crown", "currency-bitcoin", "currency-dollar", "currency-ethereum", "currency-euro", "cut", "dashboard", "database", "device-desktop", "device-floppy", "device-gamepad", "device-laptop", "device-mobile-rotated", "device-mobile", "device-tablet", "device-watch", "devices", "dialpad", "direction-horizontal", "direction-sign", "direction", "discount", "door-enter", "door-exit", "door-off", "dots-vertical", "dots", "download", "drone", "droplet-filled", "droplet-half", "droplet", "droplets", "edit", "engine", "external-link", "eye-off", "eye", "face-id", "feather", "file-alert", "file-analytics", "file-check", "file-code", "file-download", "file-export", "file-horizontal", "file-import", "file-plus", "file-search", "file-text-bookmark", "file-text", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-html", "file-type-jpg", "file-type-js", "file-type-pdf", "file-type-png", "file-type-ppt", "file-type-xml", "file-type-zip", "file-upload", "file-x", "file-zip", "file", "files-off", "files", "filter-off", "filter-sort", "filter", "fingerprint", "fire-extinguisher", "flag", "flame", "flip-horizontal", "flip-vertical", "folder-minus", "folder-off", "folder-plus", "folder-x", "folder", "folders", "frame-66", "frame", "gas-station", "gauge-off", "gauge", "gift", "gps", "grid-dots", "grip-horizontal", "grip-vertical", "hand-stop", "hand-waving", "hash", "haze", "headphones-off", "headphones", "headset", "helicopter", "help", "history", "home", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "iaccess-point-off", "iaccess-point", "iaccessible", "iactivity", "iaddress-book", "iadjustments-horizontal", "iadjustments-up", "iadjustments", "iaffiliate", "iair-conditioning", "ialert-circle", "ialign-center", "ialign-left", "ialign-right", "iapp-window", "iapps", "iarchive", "iareas", "iarrow-back-up", "iarrow-back", "iarrow-down-left", "iarrow-down-right", "iarrow-down", "iarrow-forward-up", "iarrow-forward", "iarrow-left", "iarrow-right", "iarrow-up-left", "iarrow-up-right", "iarrow-up", "iarrows-exchange", "iarrows-move", "iaspect-ratio", "iatom", "ibasket", "ibattery-1", "ibattery-2", "ibattery-3", "ibattery-4", "ibattery-automotive", "ibattery-charging", "ibattery-eco", "ibattery-off", "ibattery", "ibell-off", "ibell-ringing", "ibell", "ibike", "ibluetooth-connected", "ibluetooth-off", "ibluetooth", "ibolt", "ibook", "ibookmark-off", "ibookmark", "ibookmarks", "ibox-align-top", "ibox-multiple", "ibriefcase", "ibrightness-down", "ibrightness-up", "ibrowser-check", "ibrowser-plus", "ibrowser-x", "ibrowser", "ibrush", "ibuilding-bank", "ibuilding-factory", "ibuilding-lighthouse", "ibuilding-store", "ibuilding", "ibulb-off", "ibulb", "icake", "icalendar-time", "icalendar", "icamera-off", "icamera", "icar-crane", "icar", "icaravan", "icash-banknote", "icash", "icast", "icell", "icharging-pile", "ichart-arcs", "ichart-area-line", "ichart-area", "ichart-arrows-vertical", "ichart-arrows", "ichart-bar", "ichart-bubble", "ichart-circles", "ichart-donut", "ichart-dots", "ichart-line", "ichart-pie", "ichart-radar", "icheck", "icheckbox", "ichecklist", "ichecks", "ichevron-down", "ichevron-left", "ichevron-right", "ichevron-top", "ichevrons-left", "ichevrons-right", "icircle-caret-right", "icircle-check", "icircle-x", "icircuit-alternate", "icircuit-ground-digital", "iclipboard-check", "iclipboard-list", "iclipboard-plus", "iclipboard-text", "iclipboard-x", "iclipboard", "iclock-edit", "iclock", "icloud-data-connection", "icloud-download", "icloud-rain", "icloud-snow", "icloud-upload", "icloud", "icolor-picker", "icolor-swatch", "icompass", "icontract", "icopy", "icpu", "icrane", "icredit-card", "icrop", "icross", "icrown", "icurrency-bitcoin", "icurrency-dollar", "icurrency-ethereum", "icurrency-euro", "icut", "idashboard", "idatabase", "idevice-desktop", "idevice-floppy", "idevice-gamepad", "idevice-laptop", "idevice-mobile-rotated", "idevice-mobile", "idevice-tablet", "idevice-watch", "idevices", "idialpad", "idirection-horizontal", "idirection-sign", "idirection", "idiscount", "idoor-enter", "idoor-exit", "idoor-off", "idots-vertical", "idots", "idownload", "idrone", "idroplet-filled", "idroplet-half", "idroplet", "idroplets", "iedit", "iengine", "iexternal-link", "ieye-off", "ieye", "iface-id", "ifeather", "ifile-alert", "ifile-analytics", "ifile-check", "ifile-code", "ifile-download", "ifile-export", "ifile-horizontal", "ifile-import", "ifile-plus", "ifile-search", "ifile-text-bookmark", "ifile-text", "ifile-type-bmp", "ifile-type-css", "ifile-type-csv", "ifile-type-doc", "ifile-type-html", "ifile-type-jpg", "ifile-type-js", "ifile-type-pdf", "ifile-type-png", "ifile-type-ppt", "ifile-type-xls", "ifile-type-xml", "ifile-type-zip", "ifile-upload", "ifile-x", "ifile-zip", "ifile", "ifiles-off", "ifiles", "ifilter-off", "ifilter-sort", "ifilter", "ifingerprint", "ifire-extinguisher", "iflag", "iflame", "iflip-horizontal", "iflip-vertical", "ifolder-minus", "ifolder-off", "ifolder-plus", "ifolder-x", "ifolder", "ifolders", "iframe", "igas-station", "igauge-off", "igauge", "igift", "igps", "igrid-dots", "igrip-horizontal", "igrip-vertical", "ihand-stop", "ihand-waving", "ihash", "ihaze", "iheadphones-off", "iheadphones", "iheadset", "ihelicopter", "ihelp", "ihistory", "ihome", "ihourglass-empty", "ihourglass-high", "ihourglass-low", "ihourglass-off", "ihourglass", "iinbox", "iinfo-circle", "ikeyboard-hide", "ikeyboard-show", "ikeyboard", "ilayout-board-split", "ilayout-dashboard", "ilayout-grid", "ilayout-sidebar-left-collapse", "ilayout-sidebar-left-expand", "ilayout-sidebar-right-collapse", "ilayout-sidebar-right-expand", "ilayout", "ileaf", "ilifebuoy", "ilink", "ilist-search", "ilist", "iloader", "ilocation", "ilock-off", "ilock-open", "ilock", "ilogin", "ilogout", "imail-forward", "imail-opened", "imail", "imap-pin-off", "imap-pin", "imap", "imenu", "imessage-dots", "imessage-off", "imessage", "imessages", "imicrophone-off", "imicrophone", "iminus", "imist", "imoon", "imotorbike", "imouse", "imovie", "inbox", "inetwork", "inews", "info-circle", "inote", "inotebook", "inotes", "ioffshore-station", "ipackage", "ipalette", "ipaperclip", "ipencil", "iphone-call", "iphone-calling", "iphone-check", "iphone-incoming", "iphone-off", "iphone-outgoing", "iphone", "iphoto-off", "iphoto", "ipig", "ipin", "ipinned-off", "ipinned", "iplane-off", "iplane", "iplant", "iplayer-pause", "iplayer-play", "iplayer-skip-back", "iplayer-skip-forward", "iplayer-stop", "iplayer-track-next", "iplayer-track-prev", "iplug-connected", "iplug", "iplus", "ipower-ac", "ipower-dc", "ipower", "ipresentation-analytics", "ipresentation", "iprinter", "ipropeller", "ipublished", "ipuzzle-2", "ipuzzle", "ipylon", "iqrcode", "iradar", "iradio", "iradioactive", "ireceipt-dollar", "ireceipt-euro", "ireceipt", "irecharging", "irecycle", "irefresh-alert", "irefresh", "irepeat-once", "irepeat", "ireplace", "ireport-analytics", "ireport-medical", "ireport-search", "ireport", "iripple-off", "iripple", "irocket", "irotate-2", "irotate-clockwise-2", "irotate-clockwise", "irotate-dot", "irotate", "irouter", "iruler-measure", "isatellite", "iscale", "ischool", "iscissors", "iscooter-electric", "iscreenshot", "isearch", "iseeding", "iselect", "iselector", "isend", "iserver", "isettings", "ishape", "ishare-2", "ishare", "ishield-check", "ishield-lock", "ishield-off", "ishield-x", "ishield", "iship-off", "iship", "ishopping-cart", "islash", "ismart-home", "isnowflake", "isolar-panel", "isort-ascending-letters", "isort-ascending-numbers", "isort-descending-letters", "isort-descending-numbers", "ispacing-horizontal", "ispacing-vertical", "ispeakerphone", "istack", "istairs", "istar", "isun", "isunrise", "isunset", "iswitch-horizontal", "iswitch-vertical", "itable", "itag", "itank-empty-fill", "itank-full-fill", "itank-medium-fill", "itemperature-off", "itemperature", "itemplate", "iterminal", "itext-size", "itext", "ithumb-down", "ithumb-up", "iticket", "itimeline", "itir", "itool", "itools", "itrain", "itrash-off", "itrash", "itree", "itrees", "itruck-delivery", "itruck", "iumbrella", "iunlink", "iupload", "iuser-circle", "iuser-minus", "iuser-plus", "iuser-worker", "iuser", "iusers", "iversions", "ivideo-minus", "ivideo-off", "ivideo-plus", "ivideo", "ivolume-2", "ivolume-3", "ivolume", "iwallet", "iwand", "iwave", "iwaves", "iwifi-off", "iwifi", "iwind-direction", "iwind", "iwindmill", "iwood", "iworld", "iwriting", "ix", "izoom-reset", "keyboard-hide", "keyboard-show", "keyboard", "layout-board-split", "layout-dashboard", "layout-grid", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout", "leaf", "lifebuoy", "link", "list-search", "list", "loader", "location", "lock-off", "lock-open", "lock", "login", "logout", "mail-forward", "mail-opened", "mail", "map-pin-off", "map-pin", "map", "menu", "message-dots", "message-off", "message", "messages", "microphone-off", "microphone", "minus", "mist", "moon", "motorbike", "mouse", "movie", "network", "news", "note", "notebook", "notes", "offshore-station", "package", "palette", "paperclip", "pencil", "phone-call", "phone-calling", "phone-check", "phone-incoming", "phone-off", "phone-outgoing", "phone", "photo-off", "photo", "pig", "pin", "pinned-off", "pinned", "plane-off", "plane", "plant", "player-pause", "player-play", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "plug-connected", "plug", "plus", "power-ac", "power-dc", "power", "presentation-analytics", "presentation", "printer", "propeller", "published", "puzzle-2", "puzzle", "pylon", "qrcode", "radar", "radio", "radioactive", "receipt-dollar", "receipt-euro", "receipt", "recharging", "recycle", "refresh-alert", "refresh-off", "refresh", "repeat-once", "repeat", "replace", "report-analytics", "report-medical", "report-search", "report", "ripple-off", "ripple", "rocket", "rotate-2", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate", "router", "ruler-measure", "satellite", "scale", "school", "scissors", "scooter-electric", "screenshot", "search", "seeding", "select", "selector", "send", "server", "settings", "shape", "share-2", "share", "shield-check", "shield-lock", "shield-off", "shield-x", "shield", "ship-off", "ship", "shopping-cart", "sizesm", "sizexl", "slash", "snowflake", "solar-panel", "sort-ascending-letters", "sort-ascending-numbers", "sort-descending-letters", "sort-descending-numbers", "spacing-horizontal", "spacing-vertical", "speakerphone", "stack", "stairs", "star", "sun", "sunrise", "sunset", "switch-horizontal", "switch-vertical", "table", "tag", "tank-empty-fill", "tank-full-fill", "tank-medium-fill", "temperature-off", "temperature", "template", "terminal", "text-size", "text", "thumb-down", "thumb-up", "ticket", "timeline", "tir", "tool", "tools", "train", "trash-off", "trash", "tree", "trees", "truck-delivery", "truck", "umbrella", "unlink", "upload", "user-circle", "user-minus", "user-plus", "user-worker", "user", "users", "versions", "video-minus", "video-off", "video-plus", "video", "volume-2", "volume-3", "volume", "wallet", "wand", "wave", "waves", "wifi-off", "wifi", "wind-direction", "wind", "windmill", "wood", "world", "writing", "x", "zoom-reset"];
|
|
2
|
+
export declare const iconNames: readonly ["access-point-off", "access-point", "accessible", "activity", "address-book", "adjustments-horizontal", "adjustments-up", "adjustments", "affiliate", "air-conditioning", "alert-circle", "align-center", "align-left", "align-right", "app-window", "apps", "archive", "areas", "arrow-back-up", "arrow-back", "arrow-down-left", "arrow-down-right", "arrow-down", "arrow-forward-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-up-left", "arrow-up-right", "arrow-up", "arrows-exchange", "arrows-move", "aspect-ratio", "atom", "basket", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging", "battery-eco", "battery-off", "battery", "bell-off", "bell-ringing", "bell", "bike", "bluetooth-connected", "bluetooth-off", "bluetooth", "bolt", "book", "bookmark-off", "bookmark", "bookmarks", "box-align-top", "box-multiple", "briefcase", "brightness-down", "brightness-up", "browser-check", "browser-plus", "browser-x", "browser", "brush", "building-bank", "building-factory", "building-lighthouse", "building-store", "building", "bulb-off", "bulb", "cake", "calendar-time", "calendar", "camera-off", "camera", "car-crane", "car", "caravan", "cash-banknote", "cash", "cast", "cell", "charging-pile", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar", "chart-bubble", "chart-circles", "chart-donut", "chart-dots", "chart-line", "chart-pie", "chart-radar", "check", "checkbox", "checklist", "checks", "chevron-down", "chevron-left", "chevron-right", "chevron-top", "chevrons-left", "chevrons-right", "circle-caret-right", "circle-check", "circle-x", "circuit-alternate", "circuit-ground-digital", "clipboard-check", "clipboard-list", "clipboard-plus", "clipboard-text", "clipboard-x", "clipboard", "clock-edit", "clock", "cloud-data-connection", "cloud-download", "cloud-rain", "cloud-snow", "cloud-upload", "cloud", "color-picker", "color-swatch", "compass", "contract", "copy", "cpu", "crane", "credit-card", "crop", "cross", "crown", "currency-bitcoin", "currency-dollar", "currency-ethereum", "currency-euro", "cut", "dashboard", "database", "device-desktop", "device-floppy", "device-gamepad", "device-laptop", "device-mobile-rotated", "device-mobile", "device-tablet", "device-watch", "devices", "dialpad", "direction-horizontal", "direction-sign", "direction", "discount", "door-enter", "door-exit", "door-off", "dots-vertical", "dots", "download", "drone", "droplet-filled", "droplet-half", "droplet", "droplets", "edit", "engine", "external-link", "eye-off", "eye", "face-id", "feather", "file-alert", "file-analytics", "file-check", "file-code", "file-download", "file-export", "file-horizontal", "file-import", "file-plus", "file-search", "file-text-bookmark", "file-text", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-html", "file-type-jpg", "file-type-js", "file-type-pdf", "file-type-png", "file-type-ppt", "file-type-xml", "file-type-zip", "file-upload", "file-x", "file-zip", "file", "files-off", "files", "filter-off", "filter-sort", "filter", "fingerprint", "fire-extinguisher", "flag", "flame", "flip-horizontal", "flip-vertical", "folder-minus", "folder-off", "folder-plus", "folder-x", "folder", "folders", "frame", "gas-station", "gauge-off", "gauge", "gift", "gps", "grid-dots", "grip-horizontal", "grip-vertical", "hand-stop", "hand-waving", "hash", "haze", "headphones-off", "headphones", "headset", "helicopter", "helmet-swopp", "helmet", "help", "history", "home", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "inbox", "info-circle", "keyboard-hide", "keyboard-show", "keyboard", "layout-board-split", "layout-dashboard", "layout-grid", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout", "leaf", "lifebuoy", "link", "list-search", "list", "loader", "location", "lock-off", "lock-open", "lock", "login", "logout", "mail-forward", "mail-opened", "mail", "map-pin-off", "map-pin", "map", "menu", "message-dots", "message-off", "message", "messages", "microphone-off", "microphone", "minus", "mist", "moon", "motorbike", "mouse", "movie", "network", "news", "note", "notebook", "notes", "offshore-station", "package", "palette", "paperclip", "pencil", "phone-call", "phone-calling", "phone-check", "phone-incoming", "phone-off", "phone-outgoing", "phone", "photo-off", "photo", "pig", "pin", "pinned-off", "pinned", "plane-off", "plane", "plant", "player-pause", "player-play", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "plug-connected", "plug", "plus", "power-ac", "power-dc", "power", "presentation-analytics", "presentation", "printer", "propeller", "published", "puzzle-2", "puzzle", "pylon", "qrcode", "radar", "radio", "radioactive", "receipt-dollar", "receipt-euro", "receipt", "recharging", "recycle", "refresh-alert", "refresh-off", "refresh", "repeat-once", "repeat", "replace", "report-analytics", "report-medical", "report-search", "report", "ripple-off", "ripple", "rocket", "rotate-2", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate", "router", "ruler-measure", "satellite", "scale", "school", "scissors", "scooter-electric", "screenshot", "search", "seeding", "select", "selector", "send", "server", "settings", "shape", "share-2", "share", "shield-check", "shield-lock", "shield-off", "shield-x", "shield", "ship-off", "ship", "shopping-cart", "sizexl", "slash", "smart-home", "snowflake", "solar-panel", "sort-ascending-letters", "sort-ascending-numbers", "sort-descending-letters", "sort-descending-numbers", "spacing-horizontal", "spacing-vertical", "speakerphone", "stack", "stairs", "star", "sun", "sunrise", "sunset", "switch-horizontal", "switch-vertical", "table", "tag", "tank-empty-fill", "tank-full-fill", "tank-medium-fill", "temperature-off", "temperature", "template", "terminal", "text-size", "text", "thumb-down", "thumb-up", "ticket", "timeline", "tir", "tool", "tools", "train", "trash-off", "trash", "tree", "trees", "truck-delivery", "truck", "umbrella", "unlink", "upload", "user-circle", "user-minus", "user-plus", "user-worker", "user", "users", "versions", "video-minus", "video-off", "video-plus", "video", "volume-2", "volume-3", "volume", "wallet", "wand", "wave", "waves", "wifi-off", "wifi", "wind-direction", "wind", "windmill", "wood", "world", "writing", "x", "zoom-reset"];
|
|
3
3
|
export type IconName = (typeof iconNames)[number];
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
import { ColumnConfig } from '../../interfaces/ColumnConfig';
|
|
3
|
-
import { ActionEvent } from '../../interfaces/actionEvent';
|
|
4
3
|
/**
|
|
5
4
|
* @slot default - Slot for the composed table columns
|
|
6
5
|
* @slot before - Use this slot to insert HTML before the table.
|
|
7
6
|
* @slot after - Use this slot to insert HTML after the table.
|
|
7
|
+
*
|
|
8
|
+
* @deprecated [EXPERIMENTAL]
|
|
9
|
+
* @experimental - This component is used as a base for the nv-datagrid component. Do not use it directly.
|
|
8
10
|
*/
|
|
9
11
|
export declare class NvTable {
|
|
10
12
|
el: HTMLNvTableElement;
|
|
@@ -81,7 +83,16 @@ export declare class NvTable {
|
|
|
81
83
|
/****************************************************************************/
|
|
82
84
|
componentWillLoad(): void;
|
|
83
85
|
/****************************************************************************/
|
|
84
|
-
action: EventEmitter<
|
|
86
|
+
action: EventEmitter<{
|
|
87
|
+
/**
|
|
88
|
+
* Key action to be performed
|
|
89
|
+
*/
|
|
90
|
+
keyAction: string;
|
|
91
|
+
/**
|
|
92
|
+
* Details of the action to be performed
|
|
93
|
+
*/
|
|
94
|
+
details: any;
|
|
95
|
+
}>;
|
|
85
96
|
/****************************************************************************/
|
|
86
97
|
render(): any;
|
|
87
98
|
}
|