@nova-design-system/nova-webcomponents 3.0.0-beta.39 → 3.0.0-beta.41
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-2ae3d9eb.js → constants-79d2cdfc.js} +4 -4
- package/dist/cjs/constants-79d2cdfc.js.map +1 -0
- package/dist/cjs/dom.utils-4d43f69a.js +170 -0
- package/dist/cjs/dom.utils-4d43f69a.js.map +1 -0
- package/dist/cjs/index-5910ba06.js +0 -32
- package/dist/cjs/index.cjs.js +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 +32 -9
- package/dist/cjs/nv-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +2 -2
- package/dist/cjs/nv-badge_2.cjs.entry.js +3 -3
- package/dist/cjs/nv-base.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +34 -12
- package/dist/cjs/nv-button.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +2 -2
- package/dist/cjs/nv-col.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +325 -165
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -5
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +20 -9
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +17 -12
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +3 -3
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtime.cjs.entry.js +10 -10
- 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.cjs.entry.js +1 -1
- package/dist/cjs/nv-loader.cjs.entry.js +1 -1
- package/dist/cjs/nv-menu.cjs.entry.js +2 -2
- 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 +267 -81
- package/dist/cjs/nv-table.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +1 -21
- package/dist/cjs/nv-tablecolumn.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/collection-manifest.json +1 -9
- package/dist/collection/components/nv-alert/nv-alert.docs.js +5 -0
- package/dist/collection/components/nv-alert/nv-alert.docs.js.map +1 -1
- package/dist/collection/components/nv-alert/nv-alert.js +51 -8
- package/dist/collection/components/nv-alert/nv-alert.js.map +1 -1
- package/dist/collection/components/nv-avatar/nv-avatar.js +1 -1
- package/dist/collection/components/nv-badge/nv-badge.js +2 -2
- package/dist/collection/components/nv-base/nv-base.js +1 -1
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
- package/dist/collection/components/nv-button/nv-button.docs.js +4 -0
- package/dist/collection/components/nv-button/nv-button.docs.js.map +1 -1
- package/dist/collection/components/nv-button/nv-button.js +54 -13
- package/dist/collection/components/nv-button/nv-button.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +1 -1
- package/dist/collection/components/nv-col/nv-col.js +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.css +30 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +25 -77
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +396 -194
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +7 -16
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js +6 -9
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js +20 -29
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +71 -21
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +1 -1
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +4 -4
- 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-fieldnumber/nv-fieldnumber.js +3 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +9 -9
- package/dist/collection/components/nv-icon/nv-icon.js +3 -3
- package/dist/collection/components/nv-icon/nv-icon.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.docs.js +1 -1
- package/dist/collection/components/nv-menu/nv-menu.docs.js.map +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +3 -3
- package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +3 -3
- 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.css +30 -0
- package/dist/collection/components/nv-table/nv-table.docs.js +69 -74
- package/dist/collection/components/nv-table/nv-table.docs.js.map +1 -1
- package/dist/collection/components/nv-table/nv-table.js +349 -137
- package/dist/collection/components/nv-table/nv-table.js.map +1 -1
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js +11 -111
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.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/interfaces/ColumnConfig.js +2 -0
- package/dist/collection/interfaces/ColumnConfig.js.map +1 -0
- package/dist/collection/interfaces/actionEvent.js +2 -0
- package/dist/collection/interfaces/actionEvent.js.map +1 -0
- package/dist/collection/utils/dom.utils.js +164 -0
- package/dist/collection/utils/dom.utils.js.map +1 -0
- package/dist/collection/utils/test/class.utils.test.js +25 -0
- package/dist/collection/utils/test/class.utils.test.js.map +1 -0
- package/dist/collection/utils/test/dom.utils.test.js +102 -0
- package/dist/collection/utils/test/dom.utils.test.js.map +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/nv-alert.js +35 -11
- package/dist/components/nv-alert.js.map +1 -1
- package/dist/components/nv-avatar.js +3 -3
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-base.js +1 -1
- package/dist/components/nv-breadcrumb.js +3 -3
- package/dist/components/nv-breadcrumbs.js +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +6 -6
- package/dist/components/nv-col.js +1 -1
- package/dist/components/nv-datagrid.js +332 -173
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-datagridcolumn.js +3 -7
- package/dist/components/nv-datagridcolumn.js.map +1 -1
- package/dist/components/nv-dialog.js +25 -15
- package/dist/components/nv-dialog.js.map +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-dialogheader.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddropdown.js +8 -8
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +7 -7
- package/dist/components/nv-fieldnumber.js +4 -4
- package/dist/components/nv-fieldpassword.js +6 -6
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldselect.js +6 -6
- package/dist/components/nv-fieldtext.js +4 -4
- package/dist/components/nv-fieldtextarea.js +3 -3
- package/dist/components/nv-fieldtime.js +14 -14
- 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 +5 -5
- 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 +279 -91
- package/dist/components/nv-table.js.map +1 -1
- package/dist/components/nv-tablecolumn.js +5 -28
- package/dist/components/nv-tablecolumn.js.map +1 -1
- package/dist/components/nv-toggle.js +2 -2
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-659a5ae4.js → p-11cc38e0.js} +4 -4
- package/dist/components/{p-659a5ae4.js.map → p-11cc38e0.js.map} +1 -1
- package/dist/components/{p-17b6705f.js → p-1657eba4.js} +23 -16
- package/dist/components/p-1657eba4.js.map +1 -0
- package/dist/components/{p-88165c0e.js → p-33f9bdb1.js} +4 -4
- package/dist/components/{p-88165c0e.js.map → p-33f9bdb1.js.map} +1 -1
- package/dist/components/{p-f40a7e2f.js → p-4b184820.js} +3 -3
- package/dist/components/{p-f40a7e2f.js.map → p-4b184820.js.map} +1 -1
- package/dist/components/{p-48317c2c.js → p-4bb5eb79.js} +3 -3
- package/dist/components/{p-48317c2c.js.map → p-4bb5eb79.js.map} +1 -1
- package/dist/components/{p-842afd9a.js → p-69543282.js} +3 -3
- package/dist/components/{p-842afd9a.js.map → p-69543282.js.map} +1 -1
- package/dist/components/{p-fdf57d25.js → p-96605453.js} +5 -5
- package/dist/components/{p-fdf57d25.js.map → p-96605453.js.map} +1 -1
- package/dist/components/{p-33e07c91.js → p-a633892a.js} +2 -2
- package/dist/components/{p-33e07c91.js.map → p-a633892a.js.map} +1 -1
- package/dist/components/{p-fd65c51f.js → p-b316c35d.js} +2 -2
- package/dist/components/p-b316c35d.js.map +1 -0
- package/dist/components/{p-8d7a57d1.js → p-ba145f46.js} +38 -15
- package/dist/components/p-ba145f46.js.map +1 -0
- package/dist/components/p-cb34aa4f.js +167 -0
- package/dist/components/p-cb34aa4f.js.map +1 -0
- package/dist/components/{p-492ad81d.js → p-d17558a8.js} +2 -2
- package/dist/components/{p-492ad81d.js.map → p-d17558a8.js.map} +1 -1
- package/dist/components/{p-73e703a1.js → p-f201db34.js} +2 -2
- package/dist/components/{p-73e703a1.js.map → p-f201db34.js.map} +1 -1
- package/dist/components/{p-5f5e2bf2.js → p-f77c3072.js} +4 -4
- package/dist/components/p-f77c3072.js.map +1 -0
- package/dist/components/{p-83e1177b.js → p-fad78896.js} +3 -3
- package/dist/components/{p-83e1177b.js.map → p-fad78896.js.map} +1 -1
- package/dist/docs.json +352 -679
- package/dist/esm/{constants-8243d2ea.js → constants-75e6d7f0.js} +2 -2
- package/dist/esm/constants-75e6d7f0.js.map +1 -0
- package/dist/esm/dom.utils-ac71e0ef.js +167 -0
- package/dist/esm/dom.utils-ac71e0ef.js.map +1 -0
- package/dist/esm/index-fac2d5d2.js +0 -32
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-alert.entry.js +32 -9
- package/dist/esm/nv-alert.entry.js.map +1 -1
- package/dist/esm/nv-avatar.entry.js +2 -2
- package/dist/esm/nv-badge_2.entry.js +3 -3
- package/dist/esm/nv-base.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +1 -1
- package/dist/esm/nv-button.entry.js +34 -12
- package/dist/esm/nv-button.entry.js.map +1 -1
- package/dist/esm/nv-calendar.entry.js +2 -2
- package/dist/esm/nv-col.entry.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +326 -166
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-datagridcolumn.entry.js +1 -5
- package/dist/esm/nv-datagridcolumn.entry.js.map +1 -1
- package/dist/esm/nv-dialog.entry.js +20 -9
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- package/dist/esm/nv-dialogfooter_2.entry.js +17 -12
- package/dist/esm/nv-dialogfooter_2.entry.js.map +1 -1
- package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
- package/dist/esm/nv-fielddropdown.entry.js +3 -3
- package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +3 -3
- package/dist/esm/nv-fieldpassword.entry.js +3 -3
- package/dist/esm/nv-fieldradio.entry.js +3 -3
- package/dist/esm/nv-fieldselect.entry.js +5 -5
- package/dist/esm/nv-fieldtext.entry.js +3 -3
- package/dist/esm/nv-fieldtextarea.entry.js +3 -3
- package/dist/esm/nv-fieldtime.entry.js +10 -10
- package/dist/esm/nv-icon.entry.js +3 -3
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-iconbutton.entry.js +1 -1
- package/dist/esm/nv-loader.entry.js +1 -1
- package/dist/esm/nv-menu.entry.js +2 -2
- 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 +268 -82
- package/dist/esm/nv-table.entry.js.map +1 -1
- package/dist/esm/nv-tablecolumn.entry.js +2 -22
- package/dist/esm/nv-tablecolumn.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/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-e1b22ca7.entry.js → p-0a2a9f8b.entry.js} +2 -2
- package/dist/native/{p-46c9aa04.entry.js → p-12d08abc.entry.js} +2 -2
- package/dist/native/{p-63c894f0.entry.js → p-15be3d96.entry.js} +2 -2
- package/dist/native/{p-943a19a5.entry.js → p-184cd119.entry.js} +2 -2
- package/dist/native/{p-2b99e720.entry.js → p-1a3d2a74.entry.js} +2 -2
- package/dist/native/{p-bac62e20.entry.js → p-27ad7af2.entry.js} +2 -2
- package/dist/native/p-27ad7af2.entry.js.map +1 -0
- package/dist/native/p-2b2a10f9.entry.js +2 -0
- package/dist/native/p-2b2a10f9.entry.js.map +1 -0
- package/dist/native/{p-3b2c7871.entry.js → p-359f0f53.entry.js} +2 -2
- package/dist/native/p-3b65037c.entry.js +2 -0
- package/dist/native/p-3b65037c.entry.js.map +1 -0
- package/dist/native/p-3be2c9a1.entry.js +2 -0
- package/dist/native/p-4283f375.entry.js +2 -0
- package/dist/native/p-4283f375.entry.js.map +1 -0
- package/dist/native/p-487b81bd.entry.js +2 -0
- package/dist/native/p-487b81bd.entry.js.map +1 -0
- package/dist/native/{p-fa33ec18.entry.js → p-491f4605.entry.js} +2 -2
- package/dist/native/{p-39b4ec02.entry.js → p-554f7b44.entry.js} +2 -2
- package/dist/native/{p-44e7e3e8.entry.js → p-69fb1c9d.entry.js} +2 -2
- package/dist/native/{p-cba14168.entry.js → p-729c9d45.entry.js} +2 -2
- package/dist/native/{p-6acbf729.entry.js → p-78f08578.entry.js} +2 -2
- package/dist/native/p-8664ab16.entry.js +7 -0
- package/dist/native/p-8664ab16.entry.js.map +1 -0
- package/dist/native/p-8d6516a3.entry.js +2 -0
- package/dist/native/{p-4a7fa613.entry.js.map → p-8d6516a3.entry.js.map} +1 -1
- package/dist/native/p-951baf95.entry.js +2 -0
- package/dist/native/{p-b2ace8e9.entry.js → p-9795090f.entry.js} +2 -2
- package/dist/native/{p-b2ace8e9.entry.js.map → p-9795090f.entry.js.map} +1 -1
- package/dist/native/p-af60740c.entry.js +2 -0
- package/dist/native/{p-3bfd5a30.entry.js.map → p-af60740c.entry.js.map} +1 -1
- package/dist/native/{p-fd65c51f.js → p-b316c35d.js} +2 -2
- package/dist/native/{p-fd65c51f.js.map → p-b316c35d.js.map} +1 -1
- package/dist/native/p-b58c661b.entry.js +2 -0
- package/dist/native/p-b58c661b.entry.js.map +1 -0
- package/dist/native/p-b7bc918b.entry.js +2 -0
- package/dist/native/p-b7bc918b.entry.js.map +1 -0
- package/dist/native/p-cb34aa4f.js +2 -0
- package/dist/native/p-cb34aa4f.js.map +1 -0
- package/dist/native/{p-4eacd598.entry.js → p-cda56476.entry.js} +2 -2
- package/dist/native/{p-dbb89408.entry.js → p-d1bf4d77.entry.js} +2 -2
- package/dist/native/{p-b13b2663.entry.js → p-d7665a07.entry.js} +2 -2
- package/dist/native/{p-833af1bf.entry.js → p-daeb7e22.entry.js} +2 -2
- package/dist/native/{p-634b49fe.entry.js → p-e36e956b.entry.js} +2 -2
- package/dist/native/{p-afc16010.entry.js → p-e9e77494.entry.js} +2 -2
- package/dist/native/{p-0bf35abc.entry.js → p-edee1c1f.entry.js} +2 -2
- package/dist/native/{p-4db7add6.entry.js → p-f1585fc2.entry.js} +2 -2
- package/dist/native/{p-ac81e143.entry.js → p-f3579407.entry.js} +2 -2
- package/dist/native/p-fca807b4.entry.js +13 -0
- package/dist/native/p-fca807b4.entry.js.map +1 -0
- package/dist/native/{p-2151f564.entry.js → p-fde56f9c.entry.js} +2 -2
- package/dist/types/components/nv-alert/nv-alert.d.ts +14 -0
- package/dist/types/components/nv-base/nv-base.docs.d.ts +1 -1
- package/dist/types/components/nv-button/nv-button.d.ts +16 -5
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +48 -31
- package/dist/types/components/nv-datagridcolumn/nv-datagridcolumn.d.ts +3 -2
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +1 -7
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +19 -10
- package/dist/types/components/nv-table/nv-table.d.ts +51 -39
- package/dist/types/components/nv-tablecolumn/nv-tablecolumn.d.ts +4 -42
- package/dist/types/components.d.ts +136 -256
- package/dist/types/interfaces/ColumnConfig.d.ts +13 -0
- package/dist/types/interfaces/actionEvent.d.ts +13 -0
- package/dist/types/utils/dom.utils.d.ts +12 -0
- package/dist/types/utils/test/class.utils.test.d.ts +1 -0
- package/dist/types/utils/test/dom.utils.test.d.ts +1 -0
- package/hydrate/index.js +958 -667
- package/hydrate/index.mjs +958 -667
- package/package.json +15 -27
- package/dist/blazor-docs.json +0 -15543
- package/dist/cjs/constants-2ae3d9eb.js.map +0 -1
- package/dist/cjs/nv-datagridbody.cjs.entry.js +0 -24
- package/dist/cjs/nv-datagridbody.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-datagriddatacell.cjs.entry.js +0 -25
- package/dist/cjs/nv-datagriddatacell.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-datagridhead.cjs.entry.js +0 -24
- package/dist/cjs/nv-datagridhead.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-datagridrow.cjs.entry.js +0 -24
- package/dist/cjs/nv-datagridrow.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-tablebody.cjs.entry.js +0 -24
- package/dist/cjs/nv-tablebody.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-tabledatacell.cjs.entry.js +0 -43
- package/dist/cjs/nv-tabledatacell.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-tablehead.cjs.entry.js +0 -24
- package/dist/cjs/nv-tablehead.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-tablerow.cjs.entry.js +0 -24
- package/dist/cjs/nv-tablerow.cjs.entry.js.map +0 -1
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.css +0 -0
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.docs.js +0 -8
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.docs.js.map +0 -1
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.js +0 -23
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.js.map +0 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.css +0 -0
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.css +0 -0
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.docs.js +0 -6
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.docs.js.map +0 -1
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js +0 -50
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js.map +0 -1
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.css +0 -0
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.docs.js +0 -8
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.docs.js.map +0 -1
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.js +0 -23
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.js.map +0 -1
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.css +0 -0
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.docs.js +0 -8
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.docs.js.map +0 -1
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.js +0 -23
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.js.map +0 -1
- package/dist/collection/components/nv-tablebody/nv-tablebody.css +0 -0
- package/dist/collection/components/nv-tablebody/nv-tablebody.docs.js +0 -8
- package/dist/collection/components/nv-tablebody/nv-tablebody.docs.js.map +0 -1
- package/dist/collection/components/nv-tablebody/nv-tablebody.js +0 -23
- package/dist/collection/components/nv-tablebody/nv-tablebody.js.map +0 -1
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.css +0 -0
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.css +0 -0
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.docs.js +0 -6
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.docs.js.map +0 -1
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js +0 -116
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js.map +0 -1
- package/dist/collection/components/nv-tablehead/nv-tablehead.css +0 -0
- package/dist/collection/components/nv-tablehead/nv-tablehead.docs.js +0 -8
- package/dist/collection/components/nv-tablehead/nv-tablehead.docs.js.map +0 -1
- package/dist/collection/components/nv-tablehead/nv-tablehead.js +0 -23
- package/dist/collection/components/nv-tablehead/nv-tablehead.js.map +0 -1
- package/dist/collection/components/nv-tablerow/nv-tablerow.css +0 -0
- package/dist/collection/components/nv-tablerow/nv-tablerow.docs.js +0 -8
- package/dist/collection/components/nv-tablerow/nv-tablerow.docs.js.map +0 -1
- package/dist/collection/components/nv-tablerow/nv-tablerow.js +0 -23
- package/dist/collection/components/nv-tablerow/nv-tablerow.js.map +0 -1
- package/dist/components/nv-datagridbody.d.ts +0 -11
- package/dist/components/nv-datagridbody.js +0 -38
- package/dist/components/nv-datagridbody.js.map +0 -1
- package/dist/components/nv-datagriddatacell.d.ts +0 -11
- package/dist/components/nv-datagriddatacell.js +0 -41
- package/dist/components/nv-datagriddatacell.js.map +0 -1
- package/dist/components/nv-datagridhead.d.ts +0 -11
- package/dist/components/nv-datagridhead.js +0 -38
- package/dist/components/nv-datagridhead.js.map +0 -1
- package/dist/components/nv-datagridrow.d.ts +0 -11
- package/dist/components/nv-datagridrow.js +0 -38
- package/dist/components/nv-datagridrow.js.map +0 -1
- package/dist/components/nv-tablebody.d.ts +0 -11
- package/dist/components/nv-tablebody.js +0 -38
- package/dist/components/nv-tablebody.js.map +0 -1
- package/dist/components/nv-tabledatacell.d.ts +0 -11
- package/dist/components/nv-tabledatacell.js +0 -61
- package/dist/components/nv-tabledatacell.js.map +0 -1
- package/dist/components/nv-tablehead.d.ts +0 -11
- package/dist/components/nv-tablehead.js +0 -38
- package/dist/components/nv-tablehead.js.map +0 -1
- package/dist/components/nv-tablerow.d.ts +0 -11
- package/dist/components/nv-tablerow.js +0 -38
- package/dist/components/nv-tablerow.js.map +0 -1
- package/dist/components/p-17b6705f.js.map +0 -1
- package/dist/components/p-5f5e2bf2.js.map +0 -1
- package/dist/components/p-8d7a57d1.js.map +0 -1
- package/dist/components/p-fd65c51f.js.map +0 -1
- package/dist/esm/constants-8243d2ea.js.map +0 -1
- package/dist/esm/nv-datagridbody.entry.js +0 -20
- package/dist/esm/nv-datagridbody.entry.js.map +0 -1
- package/dist/esm/nv-datagriddatacell.entry.js +0 -21
- package/dist/esm/nv-datagriddatacell.entry.js.map +0 -1
- package/dist/esm/nv-datagridhead.entry.js +0 -20
- package/dist/esm/nv-datagridhead.entry.js.map +0 -1
- package/dist/esm/nv-datagridrow.entry.js +0 -20
- package/dist/esm/nv-datagridrow.entry.js.map +0 -1
- package/dist/esm/nv-tablebody.entry.js +0 -20
- package/dist/esm/nv-tablebody.entry.js.map +0 -1
- package/dist/esm/nv-tabledatacell.entry.js +0 -39
- package/dist/esm/nv-tabledatacell.entry.js.map +0 -1
- package/dist/esm/nv-tablehead.entry.js +0 -20
- package/dist/esm/nv-tablehead.entry.js.map +0 -1
- package/dist/esm/nv-tablerow.entry.js +0 -20
- package/dist/esm/nv-tablerow.entry.js.map +0 -1
- package/dist/native/p-1bae8cdd.entry.js +0 -13
- package/dist/native/p-1bae8cdd.entry.js.map +0 -1
- package/dist/native/p-1ca72f74.entry.js +0 -2
- package/dist/native/p-1ca72f74.entry.js.map +0 -1
- package/dist/native/p-3422397d.entry.js +0 -2
- package/dist/native/p-3422397d.entry.js.map +0 -1
- package/dist/native/p-3bfd5a30.entry.js +0 -2
- package/dist/native/p-4a7fa613.entry.js +0 -2
- package/dist/native/p-51e0c5d3.entry.js +0 -2
- package/dist/native/p-51e0c5d3.entry.js.map +0 -1
- package/dist/native/p-57513eb0.entry.js +0 -2
- package/dist/native/p-57513eb0.entry.js.map +0 -1
- package/dist/native/p-5851fbed.entry.js +0 -2
- package/dist/native/p-5851fbed.entry.js.map +0 -1
- package/dist/native/p-5f1a7e6e.entry.js +0 -2
- package/dist/native/p-7211a3cb.entry.js +0 -7
- package/dist/native/p-7211a3cb.entry.js.map +0 -1
- package/dist/native/p-79765c7d.entry.js +0 -2
- package/dist/native/p-79765c7d.entry.js.map +0 -1
- package/dist/native/p-8b323a15.entry.js +0 -2
- package/dist/native/p-8b323a15.entry.js.map +0 -1
- package/dist/native/p-9c8eadde.entry.js +0 -2
- package/dist/native/p-9c8eadde.entry.js.map +0 -1
- package/dist/native/p-bac62e20.entry.js.map +0 -1
- package/dist/native/p-beab7cbd.entry.js +0 -2
- package/dist/native/p-bfb6e22c.entry.js +0 -2
- package/dist/native/p-bfb6e22c.entry.js.map +0 -1
- package/dist/native/p-c29be15d.entry.js +0 -2
- package/dist/native/p-c29be15d.entry.js.map +0 -1
- package/dist/native/p-ef9b66d4.entry.js +0 -2
- package/dist/native/p-ef9b66d4.entry.js.map +0 -1
- package/dist/native/p-f867541d.entry.js +0 -2
- package/dist/native/p-f867541d.entry.js.map +0 -1
- package/dist/native/p-f954a077.entry.js +0 -2
- package/dist/native/p-f954a077.entry.js.map +0 -1
- package/dist/native/p-ff7eea0e.entry.js +0 -2
- package/dist/native/p-ff7eea0e.entry.js.map +0 -1
- package/dist/types/components/nv-datagridbody/nv-datagridbody.d.ts +0 -7
- package/dist/types/components/nv-datagridbody/nv-datagridbody.docs.d.ts +0 -4
- package/dist/types/components/nv-datagriddatacell/nv-datagriddatacell.d.ts +0 -14
- package/dist/types/components/nv-datagriddatacell/nv-datagriddatacell.docs.d.ts +0 -4
- package/dist/types/components/nv-datagridhead/nv-datagridhead.d.ts +0 -7
- package/dist/types/components/nv-datagridhead/nv-datagridhead.docs.d.ts +0 -4
- package/dist/types/components/nv-datagridrow/nv-datagridrow.d.ts +0 -7
- package/dist/types/components/nv-datagridrow/nv-datagridrow.docs.d.ts +0 -4
- package/dist/types/components/nv-tablebody/nv-tablebody.d.ts +0 -7
- package/dist/types/components/nv-tablebody/nv-tablebody.docs.d.ts +0 -4
- package/dist/types/components/nv-tabledatacell/nv-tabledatacell.d.ts +0 -30
- package/dist/types/components/nv-tabledatacell/nv-tabledatacell.docs.d.ts +0 -4
- package/dist/types/components/nv-tablehead/nv-tablehead.d.ts +0 -7
- package/dist/types/components/nv-tablehead/nv-tablehead.docs.d.ts +0 -4
- package/dist/types/components/nv-tablerow/nv-tablerow.d.ts +0 -7
- package/dist/types/components/nv-tablerow/nv-tablerow.docs.d.ts +0 -4
- package/dist/vscode-data.json +0 -4407
- /package/dist/native/{p-e1b22ca7.entry.js.map → p-0a2a9f8b.entry.js.map} +0 -0
- /package/dist/native/{p-46c9aa04.entry.js.map → p-12d08abc.entry.js.map} +0 -0
- /package/dist/native/{p-63c894f0.entry.js.map → p-15be3d96.entry.js.map} +0 -0
- /package/dist/native/{p-943a19a5.entry.js.map → p-184cd119.entry.js.map} +0 -0
- /package/dist/native/{p-2b99e720.entry.js.map → p-1a3d2a74.entry.js.map} +0 -0
- /package/dist/native/{p-3b2c7871.entry.js.map → p-359f0f53.entry.js.map} +0 -0
- /package/dist/native/{p-beab7cbd.entry.js.map → p-3be2c9a1.entry.js.map} +0 -0
- /package/dist/native/{p-fa33ec18.entry.js.map → p-491f4605.entry.js.map} +0 -0
- /package/dist/native/{p-39b4ec02.entry.js.map → p-554f7b44.entry.js.map} +0 -0
- /package/dist/native/{p-44e7e3e8.entry.js.map → p-69fb1c9d.entry.js.map} +0 -0
- /package/dist/native/{p-cba14168.entry.js.map → p-729c9d45.entry.js.map} +0 -0
- /package/dist/native/{p-6acbf729.entry.js.map → p-78f08578.entry.js.map} +0 -0
- /package/dist/native/{p-5f1a7e6e.entry.js.map → p-951baf95.entry.js.map} +0 -0
- /package/dist/native/{p-4eacd598.entry.js.map → p-cda56476.entry.js.map} +0 -0
- /package/dist/native/{p-dbb89408.entry.js.map → p-d1bf4d77.entry.js.map} +0 -0
- /package/dist/native/{p-b13b2663.entry.js.map → p-d7665a07.entry.js.map} +0 -0
- /package/dist/native/{p-833af1bf.entry.js.map → p-daeb7e22.entry.js.map} +0 -0
- /package/dist/native/{p-634b49fe.entry.js.map → p-e36e956b.entry.js.map} +0 -0
- /package/dist/native/{p-afc16010.entry.js.map → p-e9e77494.entry.js.map} +0 -0
- /package/dist/native/{p-0bf35abc.entry.js.map → p-edee1c1f.entry.js.map} +0 -0
- /package/dist/native/{p-4db7add6.entry.js.map → p-f1585fc2.entry.js.map} +0 -0
- /package/dist/native/{p-ac81e143.entry.js.map → p-f3579407.entry.js.map} +0 -0
- /package/dist/native/{p-2151f564.entry.js.map → p-fde56f9c.entry.js.map} +0 -0
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { Host, h } from "@stencil/core";
|
|
2
|
-
/**
|
|
3
|
-
* @slot default - Use this slot to insert HTML into the table data cell.
|
|
4
|
-
*/
|
|
5
|
-
export class NvTabledatacell {
|
|
6
|
-
constructor() {
|
|
7
|
-
/****************************************************************************/
|
|
8
|
-
//#region PROPERTIES
|
|
9
|
-
/**
|
|
10
|
-
* Contains a non-negative integer value that indicates how many columns the data
|
|
11
|
-
* cell spans or extends. The default value is 1. User agents dismiss values higher
|
|
12
|
-
* than 1000 as incorrect, setting to the default value (1).
|
|
13
|
-
* @default 1
|
|
14
|
-
*/
|
|
15
|
-
this.colspan = 1;
|
|
16
|
-
/**
|
|
17
|
-
* Contains a non-negative integer value that indicates for how many rows the data
|
|
18
|
-
* cell spans or extends. The default value is 1; if its value is set to 0, it
|
|
19
|
-
* extends until the end of the table grouping section (`<thead>`, `<tbody>`,
|
|
20
|
-
* `<tfoot>`, even if implicitly defined), that the cell belongs to. Values higher
|
|
21
|
-
* than 65534 are clipped to 65534.
|
|
22
|
-
* @default 1
|
|
23
|
-
*/
|
|
24
|
-
this.rowspan = 1;
|
|
25
|
-
}
|
|
26
|
-
//#endregion PROPERTIES
|
|
27
|
-
/****************************************************************************/
|
|
28
|
-
//#region RENDER
|
|
29
|
-
render() {
|
|
30
|
-
return (h(Host, { key: 'fa4aaa160d405696e80897cb1cb0ec051468d150' }, h("td", { key: '9d25cf82d40c0416142b22c286445358316e1e64', colSpan: this.colspan, rowSpan: this.rowspan, headers: this.headers }, h("slot", { key: 'ecc470509926b5641e39cc8b3ed6e96e247e41fc' }))));
|
|
31
|
-
}
|
|
32
|
-
static get is() { return "nv-tabledatacell"; }
|
|
33
|
-
static get originalStyleUrls() {
|
|
34
|
-
return {
|
|
35
|
-
"$": ["nv-tabledatacell.scss"]
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
static get styleUrls() {
|
|
39
|
-
return {
|
|
40
|
-
"$": ["nv-tabledatacell.css"]
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
static get properties() {
|
|
44
|
-
return {
|
|
45
|
-
"colspan": {
|
|
46
|
-
"type": "number",
|
|
47
|
-
"mutable": false,
|
|
48
|
-
"complexType": {
|
|
49
|
-
"original": "number",
|
|
50
|
-
"resolved": "number",
|
|
51
|
-
"references": {}
|
|
52
|
-
},
|
|
53
|
-
"required": false,
|
|
54
|
-
"optional": false,
|
|
55
|
-
"docs": {
|
|
56
|
-
"tags": [{
|
|
57
|
-
"name": "default",
|
|
58
|
-
"text": "1"
|
|
59
|
-
}],
|
|
60
|
-
"text": "Contains a non-negative integer value that indicates how many columns the data\ncell spans or extends. The default value is 1. User agents dismiss values higher\nthan 1000 as incorrect, setting to the default value (1)."
|
|
61
|
-
},
|
|
62
|
-
"getter": false,
|
|
63
|
-
"setter": false,
|
|
64
|
-
"attribute": "colspan",
|
|
65
|
-
"reflect": false,
|
|
66
|
-
"defaultValue": "1"
|
|
67
|
-
},
|
|
68
|
-
"rowspan": {
|
|
69
|
-
"type": "number",
|
|
70
|
-
"mutable": false,
|
|
71
|
-
"complexType": {
|
|
72
|
-
"original": "number",
|
|
73
|
-
"resolved": "number",
|
|
74
|
-
"references": {}
|
|
75
|
-
},
|
|
76
|
-
"required": false,
|
|
77
|
-
"optional": false,
|
|
78
|
-
"docs": {
|
|
79
|
-
"tags": [{
|
|
80
|
-
"name": "default",
|
|
81
|
-
"text": "1"
|
|
82
|
-
}],
|
|
83
|
-
"text": "Contains a non-negative integer value that indicates for how many rows the data\ncell spans or extends. The default value is 1; if its value is set to 0, it\nextends until the end of the table grouping section (`<thead>`, `<tbody>`,\n`<tfoot>`, even if implicitly defined), that the cell belongs to. Values higher\nthan 65534 are clipped to 65534."
|
|
84
|
-
},
|
|
85
|
-
"getter": false,
|
|
86
|
-
"setter": false,
|
|
87
|
-
"attribute": "rowspan",
|
|
88
|
-
"reflect": false,
|
|
89
|
-
"defaultValue": "1"
|
|
90
|
-
},
|
|
91
|
-
"headers": {
|
|
92
|
-
"type": "string",
|
|
93
|
-
"mutable": false,
|
|
94
|
-
"complexType": {
|
|
95
|
-
"original": "string",
|
|
96
|
-
"resolved": "string",
|
|
97
|
-
"references": {}
|
|
98
|
-
},
|
|
99
|
-
"required": false,
|
|
100
|
-
"optional": false,
|
|
101
|
-
"docs": {
|
|
102
|
-
"tags": [{
|
|
103
|
-
"name": "example",
|
|
104
|
-
"text": "'col1 col2'"
|
|
105
|
-
}],
|
|
106
|
-
"text": "Contains a list of space-separated strings, each corresponding to the id\nattribute of the `<th>` elements that provide headings for this table cell."
|
|
107
|
-
},
|
|
108
|
-
"getter": false,
|
|
109
|
-
"setter": false,
|
|
110
|
-
"attribute": "headers",
|
|
111
|
-
"reflect": false
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
//# sourceMappingURL=nv-tabledatacell.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nv-tabledatacell.js","sourceRoot":"","sources":["../../../src/components/nv-tabledatacell/nv-tabledatacell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAEzD;;GAEG;AAMH,MAAM,OAAO,eAAe;IAL5B;QAME,8EAA8E;QAC9E,oBAAoB;QAEpB;;;;;WAKG;QAEM,YAAO,GAAW,CAAC,CAAC;QAE7B;;;;;;;WAOG;QAEM,YAAO,GAAW,CAAC,CAAC;KA6B9B;IAnBC,uBAAuB;IACvB,8EAA8E;IAC9E,gBAAgB;IAEhB,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH,2DACE,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,OAAO,EAAE,IAAI,CAAC,OAAO;gBAErB,8DAAa,CACV,CACA,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGF","sourcesContent":["import { Component, Host, Prop, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the table data cell.\n */\n@Component({\n tag: 'nv-tabledatacell',\n styleUrl: 'nv-tabledatacell.scss',\n shadow: false,\n})\nexport class NvTabledatacell {\n /****************************************************************************/\n //#region PROPERTIES\n\n /**\n * Contains a non-negative integer value that indicates how many columns the data\n * cell spans or extends. The default value is 1. User agents dismiss values higher\n * than 1000 as incorrect, setting to the default value (1).\n * @default 1\n */\n @Prop()\n readonly colspan: number = 1;\n\n /**\n * Contains a non-negative integer value that indicates for how many rows the data\n * cell spans or extends. The default value is 1; if its value is set to 0, it\n * extends until the end of the table grouping section (`<thead>`, `<tbody>`,\n * `<tfoot>`, even if implicitly defined), that the cell belongs to. Values higher\n * than 65534 are clipped to 65534.\n * @default 1\n */\n @Prop()\n readonly rowspan: number = 1;\n\n /**\n * Contains a list of space-separated strings, each corresponding to the id\n * attribute of the `<th>` elements that provide headings for this table cell.\n * @example 'col1 col2'\n */\n @Prop()\n readonly headers: string;\n\n //#endregion PROPERTIES\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <td\n colSpan={this.colspan}\n rowSpan={this.rowspan}\n headers={this.headers}\n >\n <slot></slot>\n </td>\n </Host>\n );\n }\n\n //#endregion RENDER\n}\n"]}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nv-tablehead.docs.js","sourceRoot":"","sources":["../../../src/components/nv-tablehead/nv-tablehead.docs.tsx"],"names":[],"mappings":"AAGA,MAAM,eAAe,GAAqC;IACxD,SAAS,EAAE,cAAc;IACzB,aAAa,EAAE,CAAC,gBAAgB,CAAC;IACjC,kBAAkB,EAAE,CAAC,gBAAgB,CAAC;IACtC,IAAI,EAAE,IAAI;CACX,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import type { NovaDocs } from '../../nova-docs';\nimport { Components } from '../../components';\n\nconst NvTableheadDocs: NovaDocs<Components.NvTablehead> = {\n component: 'nv-tablehead',\n subcomponents: ['nv-tablecolumn'],\n composedComponents: ['nv-tablecolumn'],\n skip: true,\n};\n\nexport default NvTableheadDocs;\n"]}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Host, h } from "@stencil/core";
|
|
2
|
-
/**
|
|
3
|
-
* @slot default - Use this slot to insert HTML into the table head.
|
|
4
|
-
*/
|
|
5
|
-
export class NvTablehead {
|
|
6
|
-
/****************************************************************************/
|
|
7
|
-
//#region RENDER
|
|
8
|
-
render() {
|
|
9
|
-
return (h(Host, { key: '89e28d2e09f6c5521ed3a06cd3d4674b238a384c' }, h("thead", { key: 'fc9629c1d7af5e96f14d7c6b05d4e42618471f07' }, h("slot", { key: 'bfc72494b0f3fe32153143a9099e4917c1ab77d5' }))));
|
|
10
|
-
}
|
|
11
|
-
static get is() { return "nv-tablehead"; }
|
|
12
|
-
static get originalStyleUrls() {
|
|
13
|
-
return {
|
|
14
|
-
"$": ["nv-tablehead.scss"]
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
static get styleUrls() {
|
|
18
|
-
return {
|
|
19
|
-
"$": ["nv-tablehead.css"]
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=nv-tablehead.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nv-tablehead.js","sourceRoot":"","sources":["../../../src/components/nv-tablehead/nv-tablehead.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAEnD;;GAEG;AAMH,MAAM,OAAO,WAAW;IACtB,8EAA8E;IAC9E,gBAAgB;IAEhB,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH;gBACE,8DAAa,CACP,CACH,CACR,CAAC;IACJ,CAAC;;;;;;;;CAIF","sourcesContent":["import { Component, Host, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the table head.\n */\n@Component({\n tag: 'nv-tablehead',\n styleUrl: 'nv-tablehead.scss',\n shadow: false,\n})\nexport class NvTablehead {\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <thead>\n <slot></slot>\n </thead>\n </Host>\n );\n }\n\n //#endregion RENDER\n /****************************************************************************/\n}\n"]}
|
|
File without changes
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const NvTablerowDocs = {
|
|
2
|
-
component: 'nv-tablerow',
|
|
3
|
-
subcomponents: ['nv-tabledatacell', 'nv-tablecolumn'],
|
|
4
|
-
composedComponents: ['nv-tabledatacell', 'nv-tablecolumn'],
|
|
5
|
-
skip: true,
|
|
6
|
-
};
|
|
7
|
-
export default NvTablerowDocs;
|
|
8
|
-
//# sourceMappingURL=nv-tablerow.docs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nv-tablerow.docs.js","sourceRoot":"","sources":["../../../src/components/nv-tablerow/nv-tablerow.docs.tsx"],"names":[],"mappings":"AAGA,MAAM,cAAc,GAAoC;IACtD,SAAS,EAAE,aAAa;IACxB,aAAa,EAAE,CAAC,kBAAkB,EAAE,gBAAgB,CAAC;IACrD,kBAAkB,EAAE,CAAC,kBAAkB,EAAE,gBAAgB,CAAC;IAC1D,IAAI,EAAE,IAAI;CACX,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { NovaDocs } from '../../nova-docs';\nimport { Components } from '../../components';\n\nconst NvTablerowDocs: NovaDocs<Components.NvTablerow> = {\n component: 'nv-tablerow',\n subcomponents: ['nv-tabledatacell', 'nv-tablecolumn'],\n composedComponents: ['nv-tabledatacell', 'nv-tablecolumn'],\n skip: true,\n};\n\nexport default NvTablerowDocs;\n"]}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Host, h } from "@stencil/core";
|
|
2
|
-
/**
|
|
3
|
-
* @slot default - Use this slot to insert HTML into the table row.
|
|
4
|
-
*/
|
|
5
|
-
export class NvTablerow {
|
|
6
|
-
/****************************************************************************/
|
|
7
|
-
//#region RENDER
|
|
8
|
-
render() {
|
|
9
|
-
return (h(Host, { key: '5887cd3c2bda63bc177f7faf735ebade9b0bdc49' }, h("tr", { key: '4b5b73272bbb87683d04e5838e52bdd4ff7b441b' }, h("slot", { key: 'bc8d620194b9e73efefe6acdf7473e481d6bdef3' }))));
|
|
10
|
-
}
|
|
11
|
-
static get is() { return "nv-tablerow"; }
|
|
12
|
-
static get originalStyleUrls() {
|
|
13
|
-
return {
|
|
14
|
-
"$": ["nv-tablerow.scss"]
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
static get styleUrls() {
|
|
18
|
-
return {
|
|
19
|
-
"$": ["nv-tablerow.css"]
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=nv-tablerow.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nv-tablerow.js","sourceRoot":"","sources":["../../../src/components/nv-tablerow/nv-tablerow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAEnD;;GAEG;AAMH,MAAM,OAAO,UAAU;IACrB,8EAA8E;IAC9E,gBAAgB;IAEhB,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH;gBACE,8DAAa,CACV,CACA,CACR,CAAC;IACJ,CAAC;;;;;;;;CAIF","sourcesContent":["import { Component, Host, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the table row.\n */\n@Component({\n tag: 'nv-tablerow',\n styleUrl: 'nv-tablerow.scss',\n shadow: false,\n})\nexport class NvTablerow {\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <tr>\n <slot></slot>\n </tr>\n </Host>\n );\n }\n\n //#endregion RENDER\n /****************************************************************************/\n}\n"]}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Components, JSX } from "../types/components";
|
|
2
|
-
|
|
3
|
-
interface NvDatagridbody extends Components.NvDatagridbody, HTMLElement {}
|
|
4
|
-
export const NvDatagridbody: {
|
|
5
|
-
prototype: NvDatagridbody;
|
|
6
|
-
new (): NvDatagridbody;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Used to define this component and all nested components recursively.
|
|
10
|
-
*/
|
|
11
|
-
export const defineCustomElement: () => void;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-77d0fedc.js';
|
|
2
|
-
|
|
3
|
-
const nvDatagridbodyCss = "";
|
|
4
|
-
const NvDatagridbodyStyle0 = nvDatagridbodyCss;
|
|
5
|
-
|
|
6
|
-
const NvDatagridbody$1 = /*@__PURE__*/ proxyCustomElement(class NvDatagridbody extends H {
|
|
7
|
-
constructor() {
|
|
8
|
-
super();
|
|
9
|
-
this.__registerHost();
|
|
10
|
-
}
|
|
11
|
-
/****************************************************************************/
|
|
12
|
-
//#region RENDER
|
|
13
|
-
render() {
|
|
14
|
-
return (h(Host, { key: '320cd537de564c4bf01fcae542ce31101bfe44b4' }, h("tbody", { key: '129bbf16d0ead565084e18de18f6fff32b20bc57' }, h("slot", { key: '6332b104bffa355c82823fd971d389d8cd894462' }))));
|
|
15
|
-
}
|
|
16
|
-
static get style() { return NvDatagridbodyStyle0; }
|
|
17
|
-
}, [4, "nv-datagridbody"]);
|
|
18
|
-
function defineCustomElement$1() {
|
|
19
|
-
if (typeof customElements === "undefined") {
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
const components = ["nv-datagridbody"];
|
|
23
|
-
components.forEach(tagName => { switch (tagName) {
|
|
24
|
-
case "nv-datagridbody":
|
|
25
|
-
if (!customElements.get(tagName)) {
|
|
26
|
-
customElements.define(tagName, NvDatagridbody$1);
|
|
27
|
-
}
|
|
28
|
-
break;
|
|
29
|
-
} });
|
|
30
|
-
}
|
|
31
|
-
defineCustomElement$1();
|
|
32
|
-
|
|
33
|
-
const NvDatagridbody = NvDatagridbody$1;
|
|
34
|
-
const defineCustomElement = defineCustomElement$1;
|
|
35
|
-
|
|
36
|
-
export { NvDatagridbody, defineCustomElement };
|
|
37
|
-
|
|
38
|
-
//# sourceMappingURL=nv-datagridbody.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"nv-datagridbody.js","mappings":";;AAAA,MAAM,iBAAiB,GAAG,EAAE,CAAC;AAC7B,6BAAe,iBAAiB;;MCSnBA,gBAAc;;;;;;;IAIzB,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,gEACE,8DAAa,CACP,CACH,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;","names":["NvDatagridbody"],"sources":["src/components/nv-datagridbody/nv-datagridbody.scss?tag=nv-datagridbody","src/components/nv-datagridbody/nv-datagridbody.tsx"],"sourcesContent":["// No need for the moment\n","import { Component, Host, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the data grid body.\n */\n@Component({\n tag: 'nv-datagridbody',\n styleUrl: 'nv-datagridbody.scss',\n shadow: false,\n})\nexport class NvDatagridbody {\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <tbody>\n <slot></slot>\n </tbody>\n </Host>\n );\n }\n\n //#endregion RENDER\n /****************************************************************************/\n}\n"],"version":3}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Components, JSX } from "../types/components";
|
|
2
|
-
|
|
3
|
-
interface NvDatagriddatacell extends Components.NvDatagriddatacell, HTMLElement {}
|
|
4
|
-
export const NvDatagriddatacell: {
|
|
5
|
-
prototype: NvDatagriddatacell;
|
|
6
|
-
new (): NvDatagriddatacell;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Used to define this component and all nested components recursively.
|
|
10
|
-
*/
|
|
11
|
-
export const defineCustomElement: () => void;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-77d0fedc.js';
|
|
2
|
-
|
|
3
|
-
const nvDatagriddatacellCss = "";
|
|
4
|
-
const NvDatagriddatacellStyle0 = nvDatagriddatacellCss;
|
|
5
|
-
|
|
6
|
-
const NvDatagriddatacell$1 = /*@__PURE__*/ proxyCustomElement(class NvDatagriddatacell extends H {
|
|
7
|
-
constructor() {
|
|
8
|
-
super();
|
|
9
|
-
this.__registerHost();
|
|
10
|
-
}
|
|
11
|
-
//#endregion PROPERTIES
|
|
12
|
-
/****************************************************************************/
|
|
13
|
-
//#region RENDER
|
|
14
|
-
render() {
|
|
15
|
-
return (h(Host, { key: '808a7972c4075e1ef597d3e31e6a706a4de99479' }, h("td", { key: 'af904343b51c9596d73d2d59ec32048b16f3421e' }, h("slot", { key: '75ca8b01948e726e140f2def6e3931fe79bed361' }))));
|
|
16
|
-
}
|
|
17
|
-
static get style() { return NvDatagriddatacellStyle0; }
|
|
18
|
-
}, [4, "nv-datagriddatacell", {
|
|
19
|
-
"accessor": [1]
|
|
20
|
-
}]);
|
|
21
|
-
function defineCustomElement$1() {
|
|
22
|
-
if (typeof customElements === "undefined") {
|
|
23
|
-
return;
|
|
24
|
-
}
|
|
25
|
-
const components = ["nv-datagriddatacell"];
|
|
26
|
-
components.forEach(tagName => { switch (tagName) {
|
|
27
|
-
case "nv-datagriddatacell":
|
|
28
|
-
if (!customElements.get(tagName)) {
|
|
29
|
-
customElements.define(tagName, NvDatagriddatacell$1);
|
|
30
|
-
}
|
|
31
|
-
break;
|
|
32
|
-
} });
|
|
33
|
-
}
|
|
34
|
-
defineCustomElement$1();
|
|
35
|
-
|
|
36
|
-
const NvDatagriddatacell = NvDatagriddatacell$1;
|
|
37
|
-
const defineCustomElement = defineCustomElement$1;
|
|
38
|
-
|
|
39
|
-
export { NvDatagriddatacell, defineCustomElement };
|
|
40
|
-
|
|
41
|
-
//# sourceMappingURL=nv-datagriddatacell.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"nv-datagriddatacell.js","mappings":";;AAAA,MAAM,qBAAqB,GAAG,EAAE,CAAC;AACjC,iCAAe,qBAAqB;;MCSvBA,oBAAkB;;;;;;;;IAgB7B,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,6DACE,8DAAa,CACV,CACA,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;","names":["NvDatagriddatacell"],"sources":["src/components/nv-datagriddatacell/nv-datagriddatacell.scss?tag=nv-datagriddatacell","src/components/nv-datagriddatacell/nv-datagriddatacell.tsx"],"sourcesContent":["// No need for the moment\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the data grid data cell.\n */\n@Component({\n tag: 'nv-datagriddatacell',\n styleUrl: 'nv-datagriddatacell.scss',\n shadow: false,\n})\nexport class NvDatagriddatacell {\n /****************************************************************************/\n //#region PROPERTIES\n\n /**\n * Contains a string that identifies a cell in a table. It is used with the\n * headers attribute to associate data cells with header cells in complex tables.\n * @example 'col1'\n */\n @Prop()\n readonly accessor: string;\n\n //#endregion PROPERTIES\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <td>\n <slot></slot>\n </td>\n </Host>\n );\n }\n\n //#endregion RENDER\n /****************************************************************************/\n}\n"],"version":3}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Components, JSX } from "../types/components";
|
|
2
|
-
|
|
3
|
-
interface NvDatagridhead extends Components.NvDatagridhead, HTMLElement {}
|
|
4
|
-
export const NvDatagridhead: {
|
|
5
|
-
prototype: NvDatagridhead;
|
|
6
|
-
new (): NvDatagridhead;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Used to define this component and all nested components recursively.
|
|
10
|
-
*/
|
|
11
|
-
export const defineCustomElement: () => void;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-77d0fedc.js';
|
|
2
|
-
|
|
3
|
-
const nvDatagridheadCss = "";
|
|
4
|
-
const NvDatagridheadStyle0 = nvDatagridheadCss;
|
|
5
|
-
|
|
6
|
-
const NvDatagridhead$1 = /*@__PURE__*/ proxyCustomElement(class NvDatagridhead extends H {
|
|
7
|
-
constructor() {
|
|
8
|
-
super();
|
|
9
|
-
this.__registerHost();
|
|
10
|
-
}
|
|
11
|
-
/****************************************************************************/
|
|
12
|
-
//#region RENDER
|
|
13
|
-
render() {
|
|
14
|
-
return (h(Host, { key: 'cbb3dd0506a8ccfe2372452f8e7f1c199fc6cdf8' }, h("thead", { key: 'f97f4214f934bd5fe71f6e4dd09dd3eb702fe5fa' }, h("slot", { key: '88565733fe01bc8ad83849254a38f0610bcc0a50' }))));
|
|
15
|
-
}
|
|
16
|
-
static get style() { return NvDatagridheadStyle0; }
|
|
17
|
-
}, [4, "nv-datagridhead"]);
|
|
18
|
-
function defineCustomElement$1() {
|
|
19
|
-
if (typeof customElements === "undefined") {
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
const components = ["nv-datagridhead"];
|
|
23
|
-
components.forEach(tagName => { switch (tagName) {
|
|
24
|
-
case "nv-datagridhead":
|
|
25
|
-
if (!customElements.get(tagName)) {
|
|
26
|
-
customElements.define(tagName, NvDatagridhead$1);
|
|
27
|
-
}
|
|
28
|
-
break;
|
|
29
|
-
} });
|
|
30
|
-
}
|
|
31
|
-
defineCustomElement$1();
|
|
32
|
-
|
|
33
|
-
const NvDatagridhead = NvDatagridhead$1;
|
|
34
|
-
const defineCustomElement = defineCustomElement$1;
|
|
35
|
-
|
|
36
|
-
export { NvDatagridhead, defineCustomElement };
|
|
37
|
-
|
|
38
|
-
//# sourceMappingURL=nv-datagridhead.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"nv-datagridhead.js","mappings":";;AAAA,MAAM,iBAAiB,GAAG,EAAE,CAAC;AAC7B,6BAAe,iBAAiB;;MCSnBA,gBAAc;;;;;;;IAIzB,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,gEACE,8DAAa,CACP,CACH,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;","names":["NvDatagridhead"],"sources":["src/components/nv-datagridhead/nv-datagridhead.scss?tag=nv-datagridhead","src/components/nv-datagridhead/nv-datagridhead.tsx"],"sourcesContent":["// No need for the moment\n","import { Component, Host, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the table head.\n */\n@Component({\n tag: 'nv-datagridhead',\n styleUrl: 'nv-datagridhead.scss',\n shadow: false,\n})\nexport class NvDatagridhead {\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <thead>\n <slot></slot>\n </thead>\n </Host>\n );\n }\n\n //#endregion RENDER\n /****************************************************************************/\n}\n"],"version":3}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Components, JSX } from "../types/components";
|
|
2
|
-
|
|
3
|
-
interface NvDatagridrow extends Components.NvDatagridrow, HTMLElement {}
|
|
4
|
-
export const NvDatagridrow: {
|
|
5
|
-
prototype: NvDatagridrow;
|
|
6
|
-
new (): NvDatagridrow;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Used to define this component and all nested components recursively.
|
|
10
|
-
*/
|
|
11
|
-
export const defineCustomElement: () => void;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-77d0fedc.js';
|
|
2
|
-
|
|
3
|
-
const nvDatagridrowCss = "";
|
|
4
|
-
const NvDatagridrowStyle0 = nvDatagridrowCss;
|
|
5
|
-
|
|
6
|
-
const NvDatagridrow$1 = /*@__PURE__*/ proxyCustomElement(class NvDatagridrow extends H {
|
|
7
|
-
constructor() {
|
|
8
|
-
super();
|
|
9
|
-
this.__registerHost();
|
|
10
|
-
}
|
|
11
|
-
/****************************************************************************/
|
|
12
|
-
//#region RENDER
|
|
13
|
-
render() {
|
|
14
|
-
return (h(Host, { key: '73818abbfd85a255efebf795b7a8964135251d02' }, h("tr", { key: '2f91fc6875ff94c1685eeab8bca1917a29a33938' }, h("slot", { key: '5fb0ce23f9820c4837e9e9231214058f61e4bcf9' }))));
|
|
15
|
-
}
|
|
16
|
-
static get style() { return NvDatagridrowStyle0; }
|
|
17
|
-
}, [4, "nv-datagridrow"]);
|
|
18
|
-
function defineCustomElement$1() {
|
|
19
|
-
if (typeof customElements === "undefined") {
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
const components = ["nv-datagridrow"];
|
|
23
|
-
components.forEach(tagName => { switch (tagName) {
|
|
24
|
-
case "nv-datagridrow":
|
|
25
|
-
if (!customElements.get(tagName)) {
|
|
26
|
-
customElements.define(tagName, NvDatagridrow$1);
|
|
27
|
-
}
|
|
28
|
-
break;
|
|
29
|
-
} });
|
|
30
|
-
}
|
|
31
|
-
defineCustomElement$1();
|
|
32
|
-
|
|
33
|
-
const NvDatagridrow = NvDatagridrow$1;
|
|
34
|
-
const defineCustomElement = defineCustomElement$1;
|
|
35
|
-
|
|
36
|
-
export { NvDatagridrow, defineCustomElement };
|
|
37
|
-
|
|
38
|
-
//# sourceMappingURL=nv-datagridrow.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"nv-datagridrow.js","mappings":";;AAAA,MAAM,gBAAgB,GAAG,EAAE,CAAC;AAC5B,4BAAe,gBAAgB;;MCSlBA,eAAa;;;;;;;IAIxB,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,6DACE,8DAAa,CACV,CACA,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;","names":["NvDatagridrow"],"sources":["src/components/nv-datagridrow/nv-datagridrow.scss?tag=nv-datagridrow","src/components/nv-datagridrow/nv-datagridrow.tsx"],"sourcesContent":["// No need for the moment\n","import { Component, Host, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the data grid row.\n */\n@Component({\n tag: 'nv-datagridrow',\n styleUrl: 'nv-datagridrow.scss',\n shadow: false,\n})\nexport class NvDatagridrow {\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <tr>\n <slot></slot>\n </tr>\n </Host>\n );\n }\n\n //#endregion RENDER\n /****************************************************************************/\n}\n"],"version":3}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Components, JSX } from "../types/components";
|
|
2
|
-
|
|
3
|
-
interface NvTablebody extends Components.NvTablebody, HTMLElement {}
|
|
4
|
-
export const NvTablebody: {
|
|
5
|
-
prototype: NvTablebody;
|
|
6
|
-
new (): NvTablebody;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Used to define this component and all nested components recursively.
|
|
10
|
-
*/
|
|
11
|
-
export const defineCustomElement: () => void;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-77d0fedc.js';
|
|
2
|
-
|
|
3
|
-
const nvTablebodyCss = "";
|
|
4
|
-
const NvTablebodyStyle0 = nvTablebodyCss;
|
|
5
|
-
|
|
6
|
-
const NvTablebody$1 = /*@__PURE__*/ proxyCustomElement(class NvTablebody extends H {
|
|
7
|
-
constructor() {
|
|
8
|
-
super();
|
|
9
|
-
this.__registerHost();
|
|
10
|
-
}
|
|
11
|
-
/****************************************************************************/
|
|
12
|
-
//#region RENDER
|
|
13
|
-
render() {
|
|
14
|
-
return (h(Host, { key: 'cdf37e086d4194bdcb941942226d17ba38ec7dc7' }, h("tbody", { key: '3a8f72860faed461685b8184aeb274eec59188ba' }, h("slot", { key: 'f7450cf4858bc7452e4cb840ac7e06e5848dc75f' }))));
|
|
15
|
-
}
|
|
16
|
-
static get style() { return NvTablebodyStyle0; }
|
|
17
|
-
}, [4, "nv-tablebody"]);
|
|
18
|
-
function defineCustomElement$1() {
|
|
19
|
-
if (typeof customElements === "undefined") {
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
const components = ["nv-tablebody"];
|
|
23
|
-
components.forEach(tagName => { switch (tagName) {
|
|
24
|
-
case "nv-tablebody":
|
|
25
|
-
if (!customElements.get(tagName)) {
|
|
26
|
-
customElements.define(tagName, NvTablebody$1);
|
|
27
|
-
}
|
|
28
|
-
break;
|
|
29
|
-
} });
|
|
30
|
-
}
|
|
31
|
-
defineCustomElement$1();
|
|
32
|
-
|
|
33
|
-
const NvTablebody = NvTablebody$1;
|
|
34
|
-
const defineCustomElement = defineCustomElement$1;
|
|
35
|
-
|
|
36
|
-
export { NvTablebody, defineCustomElement };
|
|
37
|
-
|
|
38
|
-
//# sourceMappingURL=nv-tablebody.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"nv-tablebody.js","mappings":";;AAAA,MAAM,cAAc,GAAG,EAAE,CAAC;AAC1B,0BAAe,cAAc;;MCShBA,aAAW;;;;;;;IAItB,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,gEACE,8DAAa,CACP,CACH,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;","names":["NvTablebody"],"sources":["src/components/nv-tablebody/nv-tablebody.scss?tag=nv-tablebody","src/components/nv-tablebody/nv-tablebody.tsx"],"sourcesContent":["// No need for the moment\n","import { Component, Host, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the table body.\n */\n@Component({\n tag: 'nv-tablebody',\n styleUrl: 'nv-tablebody.scss',\n shadow: false,\n})\nexport class NvTablebody {\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <tbody>\n <slot></slot>\n </tbody>\n </Host>\n );\n }\n\n //#endregion RENDER\n /****************************************************************************/\n}\n"],"version":3}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Components, JSX } from "../types/components";
|
|
2
|
-
|
|
3
|
-
interface NvTabledatacell extends Components.NvTabledatacell, HTMLElement {}
|
|
4
|
-
export const NvTabledatacell: {
|
|
5
|
-
prototype: NvTabledatacell;
|
|
6
|
-
new (): NvTabledatacell;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Used to define this component and all nested components recursively.
|
|
10
|
-
*/
|
|
11
|
-
export const defineCustomElement: () => void;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-77d0fedc.js';
|
|
2
|
-
|
|
3
|
-
const nvTabledatacellCss = "";
|
|
4
|
-
const NvTabledatacellStyle0 = nvTabledatacellCss;
|
|
5
|
-
|
|
6
|
-
const NvTabledatacell$1 = /*@__PURE__*/ proxyCustomElement(class NvTabledatacell extends H {
|
|
7
|
-
constructor() {
|
|
8
|
-
super();
|
|
9
|
-
this.__registerHost();
|
|
10
|
-
/****************************************************************************/
|
|
11
|
-
//#region PROPERTIES
|
|
12
|
-
/**
|
|
13
|
-
* Contains a non-negative integer value that indicates how many columns the data
|
|
14
|
-
* cell spans or extends. The default value is 1. User agents dismiss values higher
|
|
15
|
-
* than 1000 as incorrect, setting to the default value (1).
|
|
16
|
-
* @default 1
|
|
17
|
-
*/
|
|
18
|
-
this.colspan = 1;
|
|
19
|
-
/**
|
|
20
|
-
* Contains a non-negative integer value that indicates for how many rows the data
|
|
21
|
-
* cell spans or extends. The default value is 1; if its value is set to 0, it
|
|
22
|
-
* extends until the end of the table grouping section (`<thead>`, `<tbody>`,
|
|
23
|
-
* `<tfoot>`, even if implicitly defined), that the cell belongs to. Values higher
|
|
24
|
-
* than 65534 are clipped to 65534.
|
|
25
|
-
* @default 1
|
|
26
|
-
*/
|
|
27
|
-
this.rowspan = 1;
|
|
28
|
-
}
|
|
29
|
-
//#endregion PROPERTIES
|
|
30
|
-
/****************************************************************************/
|
|
31
|
-
//#region RENDER
|
|
32
|
-
render() {
|
|
33
|
-
return (h(Host, { key: 'fa4aaa160d405696e80897cb1cb0ec051468d150' }, h("td", { key: '9d25cf82d40c0416142b22c286445358316e1e64', colSpan: this.colspan, rowSpan: this.rowspan, headers: this.headers }, h("slot", { key: 'ecc470509926b5641e39cc8b3ed6e96e247e41fc' }))));
|
|
34
|
-
}
|
|
35
|
-
static get style() { return NvTabledatacellStyle0; }
|
|
36
|
-
}, [4, "nv-tabledatacell", {
|
|
37
|
-
"colspan": [2],
|
|
38
|
-
"rowspan": [2],
|
|
39
|
-
"headers": [1]
|
|
40
|
-
}]);
|
|
41
|
-
function defineCustomElement$1() {
|
|
42
|
-
if (typeof customElements === "undefined") {
|
|
43
|
-
return;
|
|
44
|
-
}
|
|
45
|
-
const components = ["nv-tabledatacell"];
|
|
46
|
-
components.forEach(tagName => { switch (tagName) {
|
|
47
|
-
case "nv-tabledatacell":
|
|
48
|
-
if (!customElements.get(tagName)) {
|
|
49
|
-
customElements.define(tagName, NvTabledatacell$1);
|
|
50
|
-
}
|
|
51
|
-
break;
|
|
52
|
-
} });
|
|
53
|
-
}
|
|
54
|
-
defineCustomElement$1();
|
|
55
|
-
|
|
56
|
-
const NvTabledatacell = NvTabledatacell$1;
|
|
57
|
-
const defineCustomElement = defineCustomElement$1;
|
|
58
|
-
|
|
59
|
-
export { NvTabledatacell, defineCustomElement };
|
|
60
|
-
|
|
61
|
-
//# sourceMappingURL=nv-tabledatacell.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"nv-tabledatacell.js","mappings":";;AAAA,MAAM,kBAAkB,GAAG,EAAE,CAAC;AAC9B,8BAAe,kBAAkB;;MCSpBA,iBAAe;IAL5B;;;;;;;;;;;QAgBW,YAAO,GAAW,CAAC,CAAC;;;;;;;;;QAWpB,YAAO,GAAW,CAAC,CAAC;KA6B9B;;;;IAfC,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,2DACE,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,OAAO,EAAE,IAAI,CAAC,OAAO,IAErB,8DAAa,CACV,CACA,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["NvTabledatacell"],"sources":["src/components/nv-tabledatacell/nv-tabledatacell.scss?tag=nv-tabledatacell","src/components/nv-tabledatacell/nv-tabledatacell.tsx"],"sourcesContent":["// No need for the moment\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n/**\n * @slot default - Use this slot to insert HTML into the table data cell.\n */\n@Component({\n tag: 'nv-tabledatacell',\n styleUrl: 'nv-tabledatacell.scss',\n shadow: false,\n})\nexport class NvTabledatacell {\n /****************************************************************************/\n //#region PROPERTIES\n\n /**\n * Contains a non-negative integer value that indicates how many columns the data\n * cell spans or extends. The default value is 1. User agents dismiss values higher\n * than 1000 as incorrect, setting to the default value (1).\n * @default 1\n */\n @Prop()\n readonly colspan: number = 1;\n\n /**\n * Contains a non-negative integer value that indicates for how many rows the data\n * cell spans or extends. The default value is 1; if its value is set to 0, it\n * extends until the end of the table grouping section (`<thead>`, `<tbody>`,\n * `<tfoot>`, even if implicitly defined), that the cell belongs to. Values higher\n * than 65534 are clipped to 65534.\n * @default 1\n */\n @Prop()\n readonly rowspan: number = 1;\n\n /**\n * Contains a list of space-separated strings, each corresponding to the id\n * attribute of the `<th>` elements that provide headings for this table cell.\n * @example 'col1 col2'\n */\n @Prop()\n readonly headers: string;\n\n //#endregion PROPERTIES\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host>\n <td\n colSpan={this.colspan}\n rowSpan={this.rowspan}\n headers={this.headers}\n >\n <slot></slot>\n </td>\n </Host>\n );\n }\n\n //#endregion RENDER\n}\n"],"version":3}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Components, JSX } from "../types/components";
|
|
2
|
-
|
|
3
|
-
interface NvTablehead extends Components.NvTablehead, HTMLElement {}
|
|
4
|
-
export const NvTablehead: {
|
|
5
|
-
prototype: NvTablehead;
|
|
6
|
-
new (): NvTablehead;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Used to define this component and all nested components recursively.
|
|
10
|
-
*/
|
|
11
|
-
export const defineCustomElement: () => void;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-77d0fedc.js';
|
|
2
|
-
|
|
3
|
-
const nvTableheadCss = "";
|
|
4
|
-
const NvTableheadStyle0 = nvTableheadCss;
|
|
5
|
-
|
|
6
|
-
const NvTablehead$1 = /*@__PURE__*/ proxyCustomElement(class NvTablehead extends H {
|
|
7
|
-
constructor() {
|
|
8
|
-
super();
|
|
9
|
-
this.__registerHost();
|
|
10
|
-
}
|
|
11
|
-
/****************************************************************************/
|
|
12
|
-
//#region RENDER
|
|
13
|
-
render() {
|
|
14
|
-
return (h(Host, { key: '89e28d2e09f6c5521ed3a06cd3d4674b238a384c' }, h("thead", { key: 'fc9629c1d7af5e96f14d7c6b05d4e42618471f07' }, h("slot", { key: 'bfc72494b0f3fe32153143a9099e4917c1ab77d5' }))));
|
|
15
|
-
}
|
|
16
|
-
static get style() { return NvTableheadStyle0; }
|
|
17
|
-
}, [4, "nv-tablehead"]);
|
|
18
|
-
function defineCustomElement$1() {
|
|
19
|
-
if (typeof customElements === "undefined") {
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
const components = ["nv-tablehead"];
|
|
23
|
-
components.forEach(tagName => { switch (tagName) {
|
|
24
|
-
case "nv-tablehead":
|
|
25
|
-
if (!customElements.get(tagName)) {
|
|
26
|
-
customElements.define(tagName, NvTablehead$1);
|
|
27
|
-
}
|
|
28
|
-
break;
|
|
29
|
-
} });
|
|
30
|
-
}
|
|
31
|
-
defineCustomElement$1();
|
|
32
|
-
|
|
33
|
-
const NvTablehead = NvTablehead$1;
|
|
34
|
-
const defineCustomElement = defineCustomElement$1;
|
|
35
|
-
|
|
36
|
-
export { NvTablehead, defineCustomElement };
|
|
37
|
-
|
|
38
|
-
//# sourceMappingURL=nv-tablehead.js.map
|