@nova-design-system/nova-webcomponents 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-108ddff0.js → index-c56424e5.js} +16 -184
- package/dist/cjs/index-c56424e5.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/native.cjs.js +2 -23
- package/dist/cjs/native.cjs.js.map +1 -1
- package/dist/cjs/nv-alert.cjs.entry.js +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +371 -138
- package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-col.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddate.cjs.entry.js +45 -11
- package/dist/cjs/nv-fielddate.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +75 -44
- package/dist/cjs/nv-fielddaterange.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +2 -2
- 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 +2 -2
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldradio.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldselect.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldslider.cjs.entry.js +25 -20
- package/dist/cjs/nv-fieldslider.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-menu.cjs.entry.js +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +1 -1
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-toggle.cjs.entry.js +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +235 -136
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js +12 -3
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js.map +1 -1
- package/dist/collection/components/nv-calendar/partials/calendar-actions.js +11 -0
- package/dist/collection/components/nv-calendar/partials/calendar-actions.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/calendar-grid.js +24 -0
- package/dist/collection/components/nv-calendar/partials/calendar-grid.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/calendar-header.js +38 -0
- package/dist/collection/components/nv-calendar/partials/calendar-header.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/calendar-shortcuts.js +22 -0
- package/dist/collection/components/nv-calendar/partials/calendar-shortcuts.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/day-cell.js +31 -0
- package/dist/collection/components/nv-calendar/partials/day-cell.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/index.js +7 -0
- package/dist/collection/components/nv-calendar/partials/index.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/week-numbers.js +36 -0
- package/dist/collection/components/nv-calendar/partials/week-numbers.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js +692 -651
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js.map +1 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-actions.logic.test.js +169 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-actions.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-grid.logic.test.js +262 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-grid.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-header.logic.test.js +208 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-header.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-shortcuts.logic.test.js +355 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-shortcuts.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/day-cell.logic.test.js +250 -0
- package/dist/collection/components/nv-calendar/test/partials/day-cell.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/week-numbers.logic.test.js +217 -0
- package/dist/collection/components/nv-calendar/test/partials/week-numbers.logic.test.js.map +1 -0
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +56 -16
- package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +1 -1
- package/dist/collection/components/nv-fielddate/styles/nv-fielddate.css +44 -0
- package/dist/collection/components/nv-fielddate/test/nv-fielddate.logic.test.js +196 -0
- package/dist/collection/components/nv-fielddate/test/nv-fielddate.logic.test.js.map +1 -0
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +99 -43
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/styles/nv-fielddaterange.css +44 -0
- package/dist/collection/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.js +137 -0
- package/dist/collection/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.js.map +1 -0
- package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +46 -0
- package/dist/collection/components/nv-fieldmultiselect/styles/nv-fieldmultiselect.css +46 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.css +44 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.css +44 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.css +44 -0
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js +22 -22
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js +30 -29
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/styles/nv-fieldslider.css +91 -20
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.css +44 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.css +38 -0
- package/dist/collection/components/nv-fieldtime/styles/nv-fieldtime.css +44 -0
- package/dist/components/index.js +1 -1
- package/dist/components/nv-alert.js +2 -2
- package/dist/components/nv-avatar.js +2 -2
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +3 -3
- package/dist/components/nv-breadcrumbs.js +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-col.js +1 -1
- package/dist/components/nv-datagrid.js +3 -3
- package/dist/components/nv-datagridcolumn.js +1 -1
- package/dist/components/nv-dialog.js +6 -6
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-dialogheader.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddate.js +53 -25
- package/dist/components/nv-fielddate.js.map +1 -1
- package/dist/components/nv-fielddaterange.js +85 -61
- package/dist/components/nv-fielddaterange.js.map +1 -1
- package/dist/components/nv-fielddropdown.js +7 -7
- 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 +9 -9
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +5 -5
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +5 -5
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +1 -1
- package/dist/components/nv-fieldselect.js +5 -5
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldslider.js +27 -22
- package/dist/components/nv-fieldslider.js.map +1 -1
- package/dist/components/nv-fieldtext.js +1 -1
- package/dist/components/nv-fieldtextarea.js +2 -2
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.js +6 -6
- 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 +4 -4
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-table.js +1 -1
- package/dist/components/nv-tablecolumn.js +1 -1
- package/dist/components/nv-toggle.js +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-d63f1cbe.js → p-2ae214d2.js} +3 -3
- package/dist/components/{p-d63f1cbe.js.map → p-2ae214d2.js.map} +1 -1
- package/dist/components/{p-c0a91091.js → p-3e32b5a1.js} +3 -3
- package/dist/components/{p-c0a91091.js.map → p-3e32b5a1.js.map} +1 -1
- package/dist/components/{p-4656efae.js → p-5e90b9b8.js} +376 -165
- package/dist/components/p-5e90b9b8.js.map +1 -0
- package/dist/components/{p-cbe9521f.js → p-5ee4015d.js} +3 -3
- package/dist/components/{p-cbe9521f.js.map → p-5ee4015d.js.map} +1 -1
- package/dist/components/{p-33e231f4.js → p-6277f746.js} +2 -2
- package/dist/components/{p-33e231f4.js.map → p-6277f746.js.map} +1 -1
- package/dist/components/{p-f0a5e7e4.js → p-7935c1cb.js} +4 -4
- package/dist/components/{p-f0a5e7e4.js.map → p-7935c1cb.js.map} +1 -1
- package/dist/components/{p-f1859ddc.js → p-8d92f0e1.js} +3 -3
- package/dist/components/{p-f1859ddc.js.map → p-8d92f0e1.js.map} +1 -1
- package/dist/components/{p-cbdc2c8b.js → p-95a7581c.js} +5 -5
- package/dist/components/{p-cbdc2c8b.js.map → p-95a7581c.js.map} +1 -1
- package/dist/components/{p-dd2273a3.js → p-9e6e26cb.js} +2 -2
- package/dist/components/{p-dd2273a3.js.map → p-9e6e26cb.js.map} +1 -1
- package/dist/components/{p-76a30bf1.js → p-9fa0de38.js} +2 -2
- package/dist/components/{p-76a30bf1.js.map → p-9fa0de38.js.map} +1 -1
- package/dist/components/{p-679e0fa9.js → p-aff3ed68.js} +10 -175
- package/dist/components/p-aff3ed68.js.map +1 -0
- package/dist/components/{p-d19b41d2.js → p-b6d858b2.js} +2 -2
- package/dist/components/{p-d19b41d2.js.map → p-b6d858b2.js.map} +1 -1
- package/dist/components/{p-83c8873a.js → p-bb6d1e4e.js} +2 -2
- package/dist/components/{p-83c8873a.js.map → p-bb6d1e4e.js.map} +1 -1
- package/dist/components/{p-581e67cc.js → p-c07c32d2.js} +3 -3
- package/dist/components/{p-581e67cc.js.map → p-c07c32d2.js.map} +1 -1
- package/dist/components/{p-04cb3a6f.js → p-c9006520.js} +4 -4
- package/dist/components/{p-04cb3a6f.js.map → p-c9006520.js.map} +1 -1
- package/dist/components/{p-07a89754.js → p-e28c4707.js} +3 -3
- package/dist/components/{p-07a89754.js.map → p-e28c4707.js.map} +1 -1
- package/dist/components/{p-0ab80d95.js → p-eabbc885.js} +2 -2
- package/dist/components/{p-0ab80d95.js.map → p-eabbc885.js.map} +1 -1
- package/dist/esm/{constants-b97e736d.js → constants-4faa1fae.js} +2 -2
- package/dist/esm/{constants-b97e736d.js.map → constants-4faa1fae.js.map} +1 -1
- package/dist/esm/{index-8f0e5f19.js → index-a1936cd0.js} +17 -184
- package/dist/esm/index-a1936cd0.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/native.js +3 -24
- package/dist/esm/native.js.map +1 -1
- package/dist/esm/nv-alert.entry.js +2 -2
- package/dist/esm/nv-avatar.entry.js +2 -2
- package/dist/esm/nv-badge_2.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +1 -1
- package/dist/esm/nv-button.entry.js +2 -2
- package/dist/esm/nv-calendar.entry.js +372 -139
- package/dist/esm/nv-calendar.entry.js.map +1 -1
- package/dist/esm/nv-col.entry.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +2 -2
- package/dist/esm/nv-datagridcolumn.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js +2 -2
- package/dist/esm/nv-dialogfooter_2.entry.js +2 -2
- package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
- package/dist/esm/nv-fielddate.entry.js +45 -11
- package/dist/esm/nv-fielddate.entry.js.map +1 -1
- package/dist/esm/nv-fielddaterange.entry.js +75 -44
- package/dist/esm/nv-fielddaterange.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +2 -2
- 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 +2 -2
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +2 -2
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +2 -2
- package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
- package/dist/esm/nv-fieldradio.entry.js +1 -1
- package/dist/esm/nv-fieldselect.entry.js +2 -2
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldslider.entry.js +25 -20
- package/dist/esm/nv-fieldslider.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +2 -2
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +2 -2
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +3 -3
- package/dist/esm/nv-fieldtime.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +2 -2
- package/dist/esm/nv-iconbutton_2.entry.js +1 -1
- package/dist/esm/nv-menu.entry.js +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-table.entry.js +1 -1
- package/dist/esm/nv-tablecolumn.entry.js +1 -1
- package/dist/esm/nv-toggle.entry.js +1 -1
- 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-050d6c6c.entry.js +2 -0
- package/dist/native/{p-adc96c3a.entry.js.map → p-050d6c6c.entry.js.map} +1 -1
- package/dist/native/{p-519b4819.entry.js → p-08ca678c.entry.js} +2 -2
- package/dist/native/p-1a5d3b87.entry.js +2 -0
- package/dist/native/{p-7c676f2c.entry.js.map → p-1a5d3b87.entry.js.map} +1 -1
- package/dist/native/{p-0323daf6.entry.js → p-1c1ecd38.entry.js} +2 -2
- package/dist/native/{p-16a4cdf3.entry.js → p-1d98477d.entry.js} +2 -2
- package/dist/native/{p-19fb0fd0.entry.js → p-2006f5d4.entry.js} +2 -2
- package/dist/native/p-26cf4938.entry.js +2 -0
- package/dist/native/p-26cf4938.entry.js.map +1 -0
- package/dist/native/p-3817efb2.entry.js +2 -0
- package/dist/native/{p-fb897f7d.entry.js.map → p-3817efb2.entry.js.map} +1 -1
- package/dist/native/p-45459dbb.entry.js +2 -0
- package/dist/native/{p-5382eab2.entry.js.map → p-45459dbb.entry.js.map} +1 -1
- package/dist/native/p-45cbe6e4.entry.js +2 -0
- package/dist/native/p-46428304.entry.js +2 -0
- package/dist/native/p-46428304.entry.js.map +1 -0
- package/dist/native/{p-7092a675.entry.js → p-4f9cdf0b.entry.js} +2 -2
- package/dist/native/{p-cfe0a6c6.entry.js → p-58bb90ad.entry.js} +2 -2
- package/dist/native/p-59b07b36.entry.js +2 -0
- package/dist/native/{p-987c79d8.entry.js.map → p-59b07b36.entry.js.map} +1 -1
- package/dist/native/{p-4c0d81b0.entry.js → p-5b6c59e0.entry.js} +2 -2
- package/dist/native/p-6029e51b.entry.js +2 -0
- package/dist/native/{p-fc3bea07.entry.js.map → p-6029e51b.entry.js.map} +1 -1
- package/dist/native/{p-a2c0f1a7.entry.js → p-60c64f2b.entry.js} +2 -2
- package/dist/native/{p-3f2b6a22.entry.js → p-64a76565.entry.js} +2 -2
- package/dist/native/{p-c930adb7.entry.js → p-83288db0.entry.js} +2 -2
- package/dist/native/p-838f7842.entry.js +2 -0
- package/dist/native/{p-b0fc08e7.entry.js.map → p-838f7842.entry.js.map} +1 -1
- package/dist/native/{p-407fc32d.entry.js → p-86ab23ea.entry.js} +2 -2
- package/dist/native/p-87784622.entry.js +2 -0
- package/dist/native/p-8fb4e5c0.entry.js +2 -0
- package/dist/native/{p-5ba3fc3c.entry.js.map → p-8fb4e5c0.entry.js.map} +1 -1
- package/dist/native/{p-05d95d4d.entry.js → p-914da1e1.entry.js} +2 -2
- package/dist/native/p-abbe5d69.entry.js +2 -0
- package/dist/native/{p-7c6edd1c.entry.js.map → p-abbe5d69.entry.js.map} +1 -1
- package/dist/native/p-abc251aa.entry.js +2 -0
- package/dist/native/p-abc251aa.entry.js.map +1 -0
- package/dist/native/{p-221b8f72.entry.js → p-ad128108.entry.js} +2 -2
- package/dist/native/{p-f0ddf60b.entry.js → p-b5b9190a.entry.js} +2 -2
- package/dist/native/{p-de2c07a6.entry.js → p-b8f2c1e7.entry.js} +2 -2
- package/dist/native/{p-9fba8663.entry.js → p-d040bd61.entry.js} +2 -2
- package/dist/native/p-d0a33e64.js +3 -0
- package/dist/native/p-d0a33e64.js.map +1 -0
- package/dist/native/{p-ed488498.entry.js → p-d21b2da2.entry.js} +3 -3
- package/dist/native/{p-0ec1e2e3.entry.js → p-d53e8795.entry.js} +2 -2
- package/dist/native/p-dc7dd7f3.entry.js +2 -0
- package/dist/native/{p-21e7132f.entry.js.map → p-dc7dd7f3.entry.js.map} +1 -1
- package/dist/native/p-e2c1992e.entry.js +2 -0
- package/dist/native/{p-60b204ac.entry.js.map → p-e2c1992e.entry.js.map} +1 -1
- package/dist/native/{p-f85c08f1.js → p-e2d0a77d.js} +2 -2
- package/dist/native/p-ed6019fe.entry.js +2 -0
- package/dist/native/p-ed6019fe.entry.js.map +1 -0
- package/dist/native/p-f94d7054.entry.js +2 -0
- package/dist/native/{p-aa86af25.entry.js.map → p-f94d7054.entry.js.map} +1 -1
- package/dist/native/p-fdea17ce.entry.js +2 -0
- package/dist/native/{p-ef76178b.entry.js.map → p-fdea17ce.entry.js.map} +1 -1
- package/dist/types/components/nv-calendar/nv-calendar.d.ts +25 -45
- package/dist/types/components/nv-calendar/partials/calendar-actions.d.ts +19 -0
- package/dist/types/components/nv-calendar/partials/calendar-grid.d.ts +46 -0
- package/dist/types/components/nv-calendar/partials/calendar-header.d.ts +38 -0
- package/dist/types/components/nv-calendar/partials/calendar-shortcuts.d.ts +35 -0
- package/dist/types/components/nv-calendar/partials/day-cell.d.ts +35 -0
- package/dist/types/components/nv-calendar/partials/index.d.ts +6 -0
- package/dist/types/components/nv-calendar/partials/week-numbers.d.ts +30 -0
- package/dist/types/components/nv-calendar/test/partials/calendar-actions.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/calendar-grid.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/calendar-header.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/calendar-shortcuts.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/day-cell.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/week-numbers.logic.test.d.ts +1 -0
- package/dist/types/components/nv-fielddate/nv-fielddate.d.ts +21 -9
- package/dist/types/components/nv-fielddate/test/nv-fielddate.logic.test.d.ts +1 -0
- package/dist/types/components/nv-fielddaterange/nv-fielddaterange.d.ts +17 -6
- package/dist/types/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.d.ts +1 -0
- package/dist/types/components/nv-fieldslider/nv-fieldslider.d.ts +5 -6
- package/dist/types/components.d.ts +37 -38
- package/dist/vscode-data.json +4 -4
- package/hydrate/index.js +530 -229
- package/hydrate/index.mjs +530 -229
- package/package.json +1 -1
- package/dist/cjs/index-108ddff0.js.map +0 -1
- package/dist/components/p-4656efae.js.map +0 -1
- package/dist/components/p-679e0fa9.js.map +0 -1
- package/dist/esm/index-8f0e5f19.js.map +0 -1
- package/dist/native/p-1e3d3374.entry.js +0 -2
- package/dist/native/p-21e7132f.entry.js +0 -2
- package/dist/native/p-2805f9f2.entry.js +0 -2
- package/dist/native/p-2805f9f2.entry.js.map +0 -1
- package/dist/native/p-5382eab2.entry.js +0 -2
- package/dist/native/p-5ba3fc3c.entry.js +0 -2
- package/dist/native/p-60b204ac.entry.js +0 -2
- package/dist/native/p-711a7778.js +0 -3
- package/dist/native/p-711a7778.js.map +0 -1
- package/dist/native/p-759c9ce4.entry.js +0 -2
- package/dist/native/p-759c9ce4.entry.js.map +0 -1
- package/dist/native/p-7c676f2c.entry.js +0 -2
- package/dist/native/p-7c6edd1c.entry.js +0 -2
- package/dist/native/p-987c79d8.entry.js +0 -2
- package/dist/native/p-aa86af25.entry.js +0 -2
- package/dist/native/p-adc96c3a.entry.js +0 -2
- package/dist/native/p-b0fc08e7.entry.js +0 -2
- package/dist/native/p-d07ab618.entry.js +0 -2
- package/dist/native/p-dac0089b.entry.js +0 -2
- package/dist/native/p-dac0089b.entry.js.map +0 -1
- package/dist/native/p-ef76178b.entry.js +0 -2
- package/dist/native/p-f39803d9.entry.js +0 -2
- package/dist/native/p-f39803d9.entry.js.map +0 -1
- package/dist/native/p-fb897f7d.entry.js +0 -2
- package/dist/native/p-fc3bea07.entry.js +0 -2
- /package/dist/native/{p-519b4819.entry.js.map → p-08ca678c.entry.js.map} +0 -0
- /package/dist/native/{p-0323daf6.entry.js.map → p-1c1ecd38.entry.js.map} +0 -0
- /package/dist/native/{p-16a4cdf3.entry.js.map → p-1d98477d.entry.js.map} +0 -0
- /package/dist/native/{p-19fb0fd0.entry.js.map → p-2006f5d4.entry.js.map} +0 -0
- /package/dist/native/{p-1e3d3374.entry.js.map → p-45cbe6e4.entry.js.map} +0 -0
- /package/dist/native/{p-7092a675.entry.js.map → p-4f9cdf0b.entry.js.map} +0 -0
- /package/dist/native/{p-cfe0a6c6.entry.js.map → p-58bb90ad.entry.js.map} +0 -0
- /package/dist/native/{p-4c0d81b0.entry.js.map → p-5b6c59e0.entry.js.map} +0 -0
- /package/dist/native/{p-a2c0f1a7.entry.js.map → p-60c64f2b.entry.js.map} +0 -0
- /package/dist/native/{p-3f2b6a22.entry.js.map → p-64a76565.entry.js.map} +0 -0
- /package/dist/native/{p-c930adb7.entry.js.map → p-83288db0.entry.js.map} +0 -0
- /package/dist/native/{p-407fc32d.entry.js.map → p-86ab23ea.entry.js.map} +0 -0
- /package/dist/native/{p-d07ab618.entry.js.map → p-87784622.entry.js.map} +0 -0
- /package/dist/native/{p-05d95d4d.entry.js.map → p-914da1e1.entry.js.map} +0 -0
- /package/dist/native/{p-221b8f72.entry.js.map → p-ad128108.entry.js.map} +0 -0
- /package/dist/native/{p-f0ddf60b.entry.js.map → p-b5b9190a.entry.js.map} +0 -0
- /package/dist/native/{p-de2c07a6.entry.js.map → p-b8f2c1e7.entry.js.map} +0 -0
- /package/dist/native/{p-9fba8663.entry.js.map → p-d040bd61.entry.js.map} +0 -0
- /package/dist/native/{p-ed488498.entry.js.map → p-d21b2da2.entry.js.map} +0 -0
- /package/dist/native/{p-0ec1e2e3.entry.js.map → p-d53e8795.entry.js.map} +0 -0
- /package/dist/native/{p-f85c08f1.js.map → p-e2d0a77d.js.map} +0 -0
|
@@ -21,7 +21,7 @@ function _interopNamespace(e) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
const NAMESPACE = 'native';
|
|
24
|
-
const BUILD = /* native */ { allRenderFn: true, appendChildSlotFix:
|
|
24
|
+
const BUILD = /* native */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, constructableCSS: true, cssAnnotations: true, devTools: false, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: true, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: false, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, modernPropertyDecls: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: false, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
|
|
25
25
|
|
|
26
26
|
/*
|
|
27
27
|
Stencil Client Platform v4.27.1 | MIT Licensed | https://stenciljs.com
|
|
@@ -213,6 +213,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
213
213
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
214
214
|
/* webpackMode: "lazy" */
|
|
215
215
|
'./nv-tooltip.cjs.entry.js')); }).then(processMod, consoleError);
|
|
216
|
+
case 'nv-button.cjs':
|
|
217
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
218
|
+
/* webpackMode: "lazy" */
|
|
219
|
+
'./nv-button.cjs.entry.js')); }).then(processMod, consoleError);
|
|
216
220
|
case 'nv-calendar.cjs':
|
|
217
221
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
218
222
|
/* webpackMode: "lazy" */
|
|
@@ -221,18 +225,14 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
221
225
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
222
226
|
/* webpackMode: "lazy" */
|
|
223
227
|
'./nv-fieldcheckbox.cjs.entry.js')); }).then(processMod, consoleError);
|
|
224
|
-
case 'nv-
|
|
228
|
+
case 'nv-iconbutton_2.cjs':
|
|
225
229
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
226
230
|
/* webpackMode: "lazy" */
|
|
227
|
-
'./nv-
|
|
231
|
+
'./nv-iconbutton_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
228
232
|
case 'nv-popover.cjs':
|
|
229
233
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
230
234
|
/* webpackMode: "lazy" */
|
|
231
235
|
'./nv-popover.cjs.entry.js')); }).then(processMod, consoleError);
|
|
232
|
-
case 'nv-iconbutton_2.cjs':
|
|
233
|
-
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
234
|
-
/* webpackMode: "lazy" */
|
|
235
|
-
'./nv-iconbutton_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
236
236
|
case 'nv-icon.cjs':
|
|
237
237
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
238
238
|
/* webpackMode: "lazy" */
|
|
@@ -280,8 +280,6 @@ var FORM_ASSOCIATED_CUSTOM_ELEMENT_CALLBACKS = [
|
|
|
280
280
|
"formStateRestoreCallback"
|
|
281
281
|
];
|
|
282
282
|
var win = typeof window !== "undefined" ? window : {};
|
|
283
|
-
var H = win.HTMLElement || class {
|
|
284
|
-
};
|
|
285
283
|
var plt = {
|
|
286
284
|
$flags$: 0,
|
|
287
285
|
$resourcesUrl$: "",
|
|
@@ -537,123 +535,6 @@ function patchSlotNode(node) {
|
|
|
537
535
|
node.assignedElements = assignedFactory(true);
|
|
538
536
|
node.assignedNodes = assignedFactory(false);
|
|
539
537
|
}
|
|
540
|
-
function dispatchSlotChangeEvent(elm) {
|
|
541
|
-
elm.dispatchEvent(new CustomEvent("slotchange", { bubbles: false, cancelable: false, composed: false }));
|
|
542
|
-
}
|
|
543
|
-
function findSlotFromSlottedNode(slottedNode, parentHost) {
|
|
544
|
-
var _a;
|
|
545
|
-
parentHost = parentHost || ((_a = slottedNode["s-ol"]) == null ? void 0 : _a.parentElement);
|
|
546
|
-
if (!parentHost) return { slotNode: null, slotName: "" };
|
|
547
|
-
const slotName = slottedNode["s-sn"] = getSlotName(slottedNode) || "";
|
|
548
|
-
const childNodes = internalCall(parentHost, "childNodes");
|
|
549
|
-
const slotNode = getHostSlotNodes(childNodes, parentHost.tagName, slotName)[0];
|
|
550
|
-
return { slotNode, slotName };
|
|
551
|
-
}
|
|
552
|
-
var patchSlottedNode = (node) => {
|
|
553
|
-
if (!node || node.__nextSibling !== void 0 || !globalThis.Node) return;
|
|
554
|
-
patchNextSibling(node);
|
|
555
|
-
patchPreviousSibling(node);
|
|
556
|
-
patchParentNode(node);
|
|
557
|
-
if (node.nodeType === Node.ELEMENT_NODE) {
|
|
558
|
-
patchNextElementSibling(node);
|
|
559
|
-
patchPreviousElementSibling(node);
|
|
560
|
-
}
|
|
561
|
-
};
|
|
562
|
-
var patchNextSibling = (node) => {
|
|
563
|
-
if (!node || node.__nextSibling) return;
|
|
564
|
-
patchHostOriginalAccessor("nextSibling", node);
|
|
565
|
-
Object.defineProperty(node, "nextSibling", {
|
|
566
|
-
get: function() {
|
|
567
|
-
var _a;
|
|
568
|
-
const parentNodes = (_a = this["s-ol"]) == null ? void 0 : _a.parentNode.childNodes;
|
|
569
|
-
const index = parentNodes == null ? void 0 : parentNodes.indexOf(this);
|
|
570
|
-
if (parentNodes && index > -1) {
|
|
571
|
-
return parentNodes[index + 1];
|
|
572
|
-
}
|
|
573
|
-
return this.__nextSibling;
|
|
574
|
-
}
|
|
575
|
-
});
|
|
576
|
-
};
|
|
577
|
-
var patchNextElementSibling = (element) => {
|
|
578
|
-
if (!element || element.__nextElementSibling) return;
|
|
579
|
-
patchHostOriginalAccessor("nextElementSibling", element);
|
|
580
|
-
Object.defineProperty(element, "nextElementSibling", {
|
|
581
|
-
get: function() {
|
|
582
|
-
var _a;
|
|
583
|
-
const parentEles = (_a = this["s-ol"]) == null ? void 0 : _a.parentNode.children;
|
|
584
|
-
const index = parentEles == null ? void 0 : parentEles.indexOf(this);
|
|
585
|
-
if (parentEles && index > -1) {
|
|
586
|
-
return parentEles[index + 1];
|
|
587
|
-
}
|
|
588
|
-
return this.__nextElementSibling;
|
|
589
|
-
}
|
|
590
|
-
});
|
|
591
|
-
};
|
|
592
|
-
var patchPreviousSibling = (node) => {
|
|
593
|
-
if (!node || node.__previousSibling) return;
|
|
594
|
-
patchHostOriginalAccessor("previousSibling", node);
|
|
595
|
-
Object.defineProperty(node, "previousSibling", {
|
|
596
|
-
get: function() {
|
|
597
|
-
var _a;
|
|
598
|
-
const parentNodes = (_a = this["s-ol"]) == null ? void 0 : _a.parentNode.childNodes;
|
|
599
|
-
const index = parentNodes == null ? void 0 : parentNodes.indexOf(this);
|
|
600
|
-
if (parentNodes && index > -1) {
|
|
601
|
-
return parentNodes[index - 1];
|
|
602
|
-
}
|
|
603
|
-
return this.__previousSibling;
|
|
604
|
-
}
|
|
605
|
-
});
|
|
606
|
-
};
|
|
607
|
-
var patchPreviousElementSibling = (element) => {
|
|
608
|
-
if (!element || element.__previousElementSibling) return;
|
|
609
|
-
patchHostOriginalAccessor("previousElementSibling", element);
|
|
610
|
-
Object.defineProperty(element, "previousElementSibling", {
|
|
611
|
-
get: function() {
|
|
612
|
-
var _a;
|
|
613
|
-
const parentNodes = (_a = this["s-ol"]) == null ? void 0 : _a.parentNode.children;
|
|
614
|
-
const index = parentNodes == null ? void 0 : parentNodes.indexOf(this);
|
|
615
|
-
if (parentNodes && index > -1) {
|
|
616
|
-
return parentNodes[index - 1];
|
|
617
|
-
}
|
|
618
|
-
return this.__previousElementSibling;
|
|
619
|
-
}
|
|
620
|
-
});
|
|
621
|
-
};
|
|
622
|
-
var patchParentNode = (node) => {
|
|
623
|
-
if (!node || node.__parentNode) return;
|
|
624
|
-
patchHostOriginalAccessor("parentNode", node);
|
|
625
|
-
Object.defineProperty(node, "parentNode", {
|
|
626
|
-
get: function() {
|
|
627
|
-
var _a;
|
|
628
|
-
return ((_a = this["s-ol"]) == null ? void 0 : _a.parentNode) || this.__parentNode;
|
|
629
|
-
},
|
|
630
|
-
set: function(value) {
|
|
631
|
-
this.__parentNode = value;
|
|
632
|
-
}
|
|
633
|
-
});
|
|
634
|
-
};
|
|
635
|
-
var validElementPatches = ["children", "nextElementSibling", "previousElementSibling"];
|
|
636
|
-
var validNodesPatches = [
|
|
637
|
-
"childNodes",
|
|
638
|
-
"firstChild",
|
|
639
|
-
"lastChild",
|
|
640
|
-
"nextSibling",
|
|
641
|
-
"previousSibling",
|
|
642
|
-
"textContent",
|
|
643
|
-
"parentNode"
|
|
644
|
-
];
|
|
645
|
-
function patchHostOriginalAccessor(accessorName, node) {
|
|
646
|
-
let accessor;
|
|
647
|
-
if (validElementPatches.includes(accessorName)) {
|
|
648
|
-
accessor = Object.getOwnPropertyDescriptor(Element.prototype, accessorName);
|
|
649
|
-
} else if (validNodesPatches.includes(accessorName)) {
|
|
650
|
-
accessor = Object.getOwnPropertyDescriptor(Node.prototype, accessorName);
|
|
651
|
-
}
|
|
652
|
-
if (!accessor) {
|
|
653
|
-
accessor = Object.getOwnPropertyDescriptor(node, accessorName);
|
|
654
|
-
}
|
|
655
|
-
if (accessor) Object.defineProperty(node, "__" + accessorName, accessor);
|
|
656
|
-
}
|
|
657
538
|
function internalCall(node, method) {
|
|
658
539
|
if ("__" + method in node) {
|
|
659
540
|
const toReturn = node["__" + method];
|
|
@@ -880,9 +761,6 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
|
|
|
880
761
|
slottedItem.slot["s-cr"] = (hostEle.__childNodes || hostEle.childNodes)[0];
|
|
881
762
|
}
|
|
882
763
|
addSlotRelocateNode(slottedItem.node, slottedItem.slot, false, slottedItem.node["s-oo"]);
|
|
883
|
-
{
|
|
884
|
-
patchSlottedNode(slottedItem.node);
|
|
885
|
-
}
|
|
886
764
|
}
|
|
887
765
|
if (hostEle.shadowRoot && slottedItem.node.parentElement !== hostEle) {
|
|
888
766
|
hostEle.appendChild(slottedItem.node);
|
|
@@ -1500,33 +1378,13 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
|
1500
1378
|
oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
|
|
1501
1379
|
if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {
|
|
1502
1380
|
{
|
|
1503
|
-
|
|
1381
|
+
putBackInOriginalLocation(oldParentVNode.$elm$, false);
|
|
1504
1382
|
}
|
|
1505
1383
|
}
|
|
1506
1384
|
}
|
|
1507
1385
|
}
|
|
1508
1386
|
return elm;
|
|
1509
1387
|
};
|
|
1510
|
-
var relocateToHostRoot = (parentElm) => {
|
|
1511
|
-
plt.$flags$ |= 1 /* isTmpDisconnected */;
|
|
1512
|
-
const host = parentElm.closest(hostTagName.toLowerCase());
|
|
1513
|
-
if (host != null) {
|
|
1514
|
-
const contentRefNode = Array.from(host.__childNodes || host.childNodes).find(
|
|
1515
|
-
(ref) => ref["s-cr"]
|
|
1516
|
-
);
|
|
1517
|
-
const childNodeArray = Array.from(
|
|
1518
|
-
parentElm.__childNodes || parentElm.childNodes
|
|
1519
|
-
);
|
|
1520
|
-
for (const childNode of contentRefNode ? childNodeArray.reverse() : childNodeArray) {
|
|
1521
|
-
if (childNode["s-sh"] != null) {
|
|
1522
|
-
insertBefore(host, childNode, contentRefNode != null ? contentRefNode : null);
|
|
1523
|
-
childNode["s-sh"] = void 0;
|
|
1524
|
-
checkSlotRelocate = true;
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
1528
|
-
plt.$flags$ &= ~1 /* isTmpDisconnected */;
|
|
1529
|
-
};
|
|
1530
1388
|
var putBackInOriginalLocation = (parentElm, recursive) => {
|
|
1531
1389
|
plt.$flags$ |= 1 /* isTmpDisconnected */;
|
|
1532
1390
|
const oldSlotChildNodes = Array.from(parentElm.__childNodes || parentElm.childNodes);
|
|
@@ -1708,12 +1566,6 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
1708
1566
|
isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
|
|
1709
1567
|
}
|
|
1710
1568
|
{
|
|
1711
|
-
if (tag === "slot" && !useNativeShadowDom) {
|
|
1712
|
-
if (oldVNode.$name$ !== newVNode2.$name$) {
|
|
1713
|
-
newVNode2.$elm$["s-sn"] = newVNode2.$name$ || "";
|
|
1714
|
-
relocateToHostRoot(newVNode2.$elm$.parentElement);
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
1569
|
updateElement(oldVNode, newVNode2, isSvgMode, isInitialRender);
|
|
1718
1570
|
}
|
|
1719
1571
|
if (oldChildren !== null && newChildren !== null) {
|
|
@@ -1750,7 +1602,7 @@ var markSlotContentForRelocation = (elm) => {
|
|
|
1750
1602
|
const slotName = childNode["s-sn"];
|
|
1751
1603
|
for (j = hostContentNodes.length - 1; j >= 0; j--) {
|
|
1752
1604
|
node = hostContentNodes[j];
|
|
1753
|
-
if (!node["s-cn"] && !node["s-nr"] && node["s-hn"] !== childNode["s-hn"] && (!
|
|
1605
|
+
if (!node["s-cn"] && !node["s-nr"] && node["s-hn"] !== childNode["s-hn"] && (!BUILD.experimentalSlotFixes )) {
|
|
1754
1606
|
if (isNodeLocatedInSlot(node, slotName)) {
|
|
1755
1607
|
let relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
|
|
1756
1608
|
checkSlotFallbackVisibility = true;
|
|
@@ -1795,23 +1647,12 @@ var nullifyVNodeRefs = (vNode) => {
|
|
|
1795
1647
|
}
|
|
1796
1648
|
};
|
|
1797
1649
|
var insertBefore = (parent, newNode, reference) => {
|
|
1798
|
-
|
|
1799
|
-
if (parent.getRootNode().nodeType !== 11 /* DOCUMENT_FRAGMENT_NODE */) {
|
|
1800
|
-
patchParentNode(newNode);
|
|
1801
|
-
}
|
|
1802
|
-
parent.insertBefore(newNode, reference);
|
|
1803
|
-
const { slotNode } = findSlotFromSlottedNode(newNode);
|
|
1804
|
-
if (slotNode) dispatchSlotChangeEvent(slotNode);
|
|
1805
|
-
return newNode;
|
|
1806
|
-
}
|
|
1807
|
-
if (parent.__insertBefore) {
|
|
1808
|
-
return parent.__insertBefore(newNode, reference);
|
|
1809
|
-
} else {
|
|
1650
|
+
{
|
|
1810
1651
|
return parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
|
1811
1652
|
}
|
|
1812
1653
|
};
|
|
1813
1654
|
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
1814
|
-
var _a, _b, _c, _d
|
|
1655
|
+
var _a, _b, _c, _d;
|
|
1815
1656
|
const hostElm = hostRef.$hostElement$;
|
|
1816
1657
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
1817
1658
|
const oldVNode = hostRef.$vnode$ || newVNode(null, null);
|
|
@@ -1858,7 +1699,7 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
1858
1699
|
if (slotRefNode) {
|
|
1859
1700
|
const parentNodeRef = slotRefNode.parentNode;
|
|
1860
1701
|
let insertBeforeNode = slotRefNode.nextSibling;
|
|
1861
|
-
|
|
1702
|
+
{
|
|
1862
1703
|
let orgLocationNode = (_a = nodeToRelocate["s-ol"]) == null ? void 0 : _a.previousSibling;
|
|
1863
1704
|
while (orgLocationNode) {
|
|
1864
1705
|
let refNode = (_b = orgLocationNode["s-nr"]) != null ? _b : null;
|
|
@@ -1879,6 +1720,9 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
1879
1720
|
const nextSibling = nodeToRelocate.__nextSibling || nodeToRelocate.nextSibling;
|
|
1880
1721
|
if (!insertBeforeNode && parentNodeRef !== parent || nextSibling !== insertBeforeNode) {
|
|
1881
1722
|
if (nodeToRelocate !== insertBeforeNode) {
|
|
1723
|
+
if (!nodeToRelocate["s-hn"] && nodeToRelocate["s-ol"]) {
|
|
1724
|
+
nodeToRelocate["s-hn"] = nodeToRelocate["s-ol"].parentNode.nodeName;
|
|
1725
|
+
}
|
|
1882
1726
|
insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);
|
|
1883
1727
|
if (nodeToRelocate.nodeType === 1 /* ElementNode */ && nodeToRelocate.tagName !== "SLOT-FB") {
|
|
1884
1728
|
nodeToRelocate.hidden = (_c = nodeToRelocate["s-ih"]) != null ? _c : false;
|
|
@@ -1902,17 +1746,6 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
1902
1746
|
plt.$flags$ &= ~1 /* isTmpDisconnected */;
|
|
1903
1747
|
relocateNodes.length = 0;
|
|
1904
1748
|
}
|
|
1905
|
-
if (cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {
|
|
1906
|
-
const children = rootVnode.$elm$.__childNodes || rootVnode.$elm$.childNodes;
|
|
1907
|
-
for (const childNode of children) {
|
|
1908
|
-
if (childNode["s-hn"] !== hostTagName && !childNode["s-sh"]) {
|
|
1909
|
-
if (isInitialLoad && childNode["s-ih"] == null) {
|
|
1910
|
-
childNode["s-ih"] = (_e = childNode.hidden) != null ? _e : false;
|
|
1911
|
-
}
|
|
1912
|
-
childNode.hidden = true;
|
|
1913
|
-
}
|
|
1914
|
-
}
|
|
1915
|
-
}
|
|
1916
1749
|
contentRef = void 0;
|
|
1917
1750
|
};
|
|
1918
1751
|
|
|
@@ -2631,7 +2464,6 @@ var hostListenerOpts = (flags) => supportsListenerOptions ? {
|
|
|
2631
2464
|
var setNonce = (nonce) => plt.$nonce$ = nonce;
|
|
2632
2465
|
|
|
2633
2466
|
exports.Fragment = Fragment;
|
|
2634
|
-
exports.H = H;
|
|
2635
2467
|
exports.Host = Host;
|
|
2636
2468
|
exports.bootstrapLazy = bootstrapLazy;
|
|
2637
2469
|
exports.createEvent = createEvent;
|
|
@@ -2643,4 +2475,4 @@ exports.promiseResolve = promiseResolve;
|
|
|
2643
2475
|
exports.registerInstance = registerInstance;
|
|
2644
2476
|
exports.setNonce = setNonce;
|
|
2645
2477
|
|
|
2646
|
-
//# sourceMappingURL=index-
|
|
2478
|
+
//# sourceMappingURL=index-c56424e5.js.map
|