@nova-design-system/nova-webcomponents 3.0.0-beta.44 → 3.0.0-beta.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +5 -4
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-base.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/nv-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +5 -3
- package/dist/cjs/nv-button.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +1 -1
- package/dist/cjs/nv-col.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +30 -3
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +16 -12
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddate.cjs.entry.js +5 -5
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +4 -4
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +3 -3
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +6 -48
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtime.cjs.entry.js +9 -9
- package/dist/cjs/nv-icon.cjs.entry.js +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-menu.cjs.entry.js +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +11 -9
- package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +2 -2
- package/dist/cjs/nv-toggle.cjs.entry.js +3 -3
- package/dist/cjs/nv-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/nv-badge/nv-badge.css +11 -0
- package/dist/collection/components/nv-badge/nv-badge.js +3 -3
- package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
- package/dist/collection/components/nv-base/nv-base.js +1 -1
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.css +11 -0
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
- package/dist/collection/components/nv-button/nv-button.js +5 -3
- package/dist/collection/components/nv-button/nv-button.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +1 -1
- package/dist/collection/components/nv-col/nv-col.js +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +13 -2
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +53 -3
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js +24 -17
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +1 -1
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +11 -0
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +5 -5
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +4 -4
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +4 -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-fieldmultiselect/nv-fieldmultiselect.js +6 -48
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +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.docs.js +1 -0
- package/dist/collection/components/nv-icon/nv-icon.docs.js.map +1 -1
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +2 -2
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
- package/dist/collection/components/nv-popover/nv-popover.js +11 -9
- package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +2 -2
- package/dist/collection/components/nv-toggle/nv-toggle.css +11 -0
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/components/nv-alert.js +1 -1
- package/dist/components/nv-avatar.js +1 -1
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-base.js +1 -1
- package/dist/components/nv-breadcrumb.js +4 -4
- package/dist/components/nv-breadcrumb.js.map +1 -1
- package/dist/components/nv-breadcrumbs.js +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-col.js +1 -1
- package/dist/components/nv-datagrid.js +31 -3
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-datagridcolumn.js +1 -1
- package/dist/components/nv-dialog.js +22 -18
- package/dist/components/nv-dialog.js.map +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-dialogheader.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddate.js +12 -12
- package/dist/components/nv-fielddaterange.js +11 -11
- package/dist/components/nv-fielddropdown.js +8 -8
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +13 -55
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +6 -6
- package/dist/components/nv-fieldpassword.js +6 -6
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldselect.js +8 -8
- package/dist/components/nv-fieldtext.js +4 -4
- package/dist/components/nv-fieldtextarea.js +3 -3
- package/dist/components/nv-fieldtime.js +13 -13
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-loader.js +1 -1
- package/dist/components/nv-menu.js +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 +2 -2
- package/dist/components/nv-toggle.js +3 -3
- package/dist/components/nv-toggle.js.map +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-cd083aba.js → p-0f59f38e.js} +6 -5
- package/dist/components/p-0f59f38e.js.map +1 -0
- package/dist/components/{p-0631d152.js → p-103756d6.js} +7 -5
- package/dist/components/p-103756d6.js.map +1 -0
- package/dist/components/{p-293e1a5c.js → p-3561c093.js} +3 -3
- package/dist/components/{p-293e1a5c.js.map → p-3561c093.js.map} +1 -1
- package/dist/components/{p-6726f512.js → p-3a3ba5b1.js} +2 -2
- package/dist/components/{p-6726f512.js.map → p-3a3ba5b1.js.map} +1 -1
- package/dist/components/{p-3a74719c.js → p-3b096098.js} +4 -4
- package/dist/components/{p-3a74719c.js.map → p-3b096098.js.map} +1 -1
- package/dist/components/{p-543082ff.js → p-4c6d8df7.js} +2 -2
- package/dist/components/{p-543082ff.js.map → p-4c6d8df7.js.map} +1 -1
- package/dist/components/{p-23b6b33b.js → p-78b00756.js} +2 -2
- package/dist/components/{p-23b6b33b.js.map → p-78b00756.js.map} +1 -1
- package/dist/components/{p-016dbae8.js → p-78e0e7b0.js} +6 -6
- package/dist/components/{p-016dbae8.js.map → p-78e0e7b0.js.map} +1 -1
- package/dist/components/{p-e66d6274.js → p-863974b2.js} +3 -3
- package/dist/components/{p-e66d6274.js.map → p-863974b2.js.map} +1 -1
- package/dist/components/{p-e7f21fe7.js → p-8ea5e3c0.js} +3 -3
- package/dist/components/{p-e7f21fe7.js.map → p-8ea5e3c0.js.map} +1 -1
- package/dist/components/{p-d552352b.js → p-933d4d06.js} +6 -6
- package/dist/components/p-933d4d06.js.map +1 -0
- package/dist/components/{p-e40363fd.js → p-aeeb5b1c.js} +2 -2
- package/dist/components/{p-e40363fd.js.map → p-aeeb5b1c.js.map} +1 -1
- package/dist/components/{p-3a990da7.js → p-b5821dbb.js} +5 -5
- package/dist/components/{p-3a990da7.js.map → p-b5821dbb.js.map} +1 -1
- package/dist/components/{p-62f6da8a.js → p-e46c2e31.js} +12 -10
- package/dist/components/p-e46c2e31.js.map +1 -0
- package/dist/components/{p-b2d2fd35.js → p-ef255589.js} +3 -3
- package/dist/components/{p-b2d2fd35.js.map → p-ef255589.js.map} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +5 -4
- package/dist/esm/nv-badge_2.entry.js.map +1 -1
- package/dist/esm/nv-base.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +2 -2
- package/dist/esm/nv-breadcrumb.entry.js.map +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +1 -1
- package/dist/esm/nv-button.entry.js +5 -3
- package/dist/esm/nv-button.entry.js.map +1 -1
- package/dist/esm/nv-calendar.entry.js +1 -1
- package/dist/esm/nv-col.entry.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +30 -3
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-datagridcolumn.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js +16 -12
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- package/dist/esm/nv-dialogfooter_2.entry.js +2 -2
- package/dist/esm/nv-fieldcheckbox.entry.js +5 -5
- package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
- package/dist/esm/nv-fielddate.entry.js +5 -5
- package/dist/esm/nv-fielddaterange.entry.js +4 -4
- package/dist/esm/nv-fielddropdown.entry.js +3 -3
- package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +6 -48
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +3 -3
- package/dist/esm/nv-fieldpassword.entry.js +3 -3
- package/dist/esm/nv-fieldradio.entry.js +3 -3
- package/dist/esm/nv-fieldselect.entry.js +5 -5
- package/dist/esm/nv-fieldtext.entry.js +3 -3
- package/dist/esm/nv-fieldtextarea.entry.js +3 -3
- package/dist/esm/nv-fieldtime.entry.js +9 -9
- package/dist/esm/nv-icon.entry.js +1 -1
- package/dist/esm/nv-iconbutton_2.entry.js +2 -2
- package/dist/esm/nv-menu.entry.js +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +11 -9
- package/dist/esm/nv-popover.entry.js.map +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-table.entry.js +2 -2
- package/dist/esm/nv-toggle.entry.js +3 -3
- package/dist/esm/nv-toggle.entry.js.map +1 -1
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/p-0172095c.entry.js +2 -0
- package/dist/native/p-0172095c.entry.js.map +1 -0
- package/dist/native/{p-ddb4fcc3.entry.js → p-162f4840.entry.js} +2 -2
- package/dist/native/p-162f4840.entry.js.map +1 -0
- package/dist/native/{p-ede0c391.entry.js → p-17bf1233.entry.js} +2 -2
- package/dist/native/p-17bf1233.entry.js.map +1 -0
- package/dist/native/p-19fd6594.entry.js +2 -0
- package/dist/native/p-19fd6594.entry.js.map +1 -0
- package/dist/native/p-1a46cb52.entry.js +2 -0
- package/dist/native/{p-4d2adf8c.entry.js → p-2281d5ef.entry.js} +2 -2
- package/dist/native/{p-4c88e8be.entry.js → p-31184fdd.entry.js} +2 -2
- package/dist/native/{p-d987271c.entry.js → p-314d2b34.entry.js} +2 -2
- package/dist/native/p-331da074.entry.js +2 -0
- package/dist/native/{p-a3ea7b59.entry.js → p-332c5d6c.entry.js} +2 -2
- package/dist/native/{p-dcfef507.entry.js → p-3af5bcc1.entry.js} +2 -2
- package/dist/native/{p-9fe6a9b7.entry.js → p-40f4a6e7.entry.js} +2 -2
- package/dist/native/p-42d020a7.entry.js +2 -0
- package/dist/native/p-42d020a7.entry.js.map +1 -0
- package/dist/native/{p-adf0f628.entry.js → p-4403e3af.entry.js} +2 -2
- package/dist/native/{p-ac72abfc.entry.js → p-442f04f9.entry.js} +2 -2
- package/dist/native/p-45577c7f.entry.js +2 -0
- package/dist/native/{p-4b6d3739.entry.js.map → p-45577c7f.entry.js.map} +1 -1
- package/dist/native/{p-794b7820.entry.js → p-464ef88f.entry.js} +2 -2
- package/dist/native/p-46aa1136.entry.js +2 -0
- package/dist/native/{p-39fd54e3.entry.js → p-514101d6.entry.js} +2 -2
- package/dist/native/{p-ca1eff59.entry.js → p-54b6ce07.entry.js} +2 -2
- package/dist/native/{p-a6834c17.entry.js → p-603a99ed.entry.js} +2 -2
- package/dist/native/{p-a6834c17.entry.js.map → p-603a99ed.entry.js.map} +1 -1
- package/dist/native/p-665db087.entry.js +2 -0
- package/dist/native/{p-16b38dc2.entry.js → p-725e0abd.entry.js} +2 -2
- package/dist/native/{p-2b584e35.entry.js → p-7fade532.entry.js} +2 -2
- package/dist/native/{p-4eb132d3.entry.js → p-942f8e92.entry.js} +2 -2
- package/dist/native/p-abeda2cf.entry.js +7 -0
- package/dist/native/p-abeda2cf.entry.js.map +1 -0
- package/dist/native/{p-552ca13e.entry.js → p-c10e5113.entry.js} +2 -2
- package/dist/native/{p-ffcf8271.entry.js → p-d9624254.entry.js} +2 -2
- package/dist/native/p-d9624254.entry.js.map +1 -0
- package/dist/native/{p-5e04b50f.entry.js → p-e197d90b.entry.js} +2 -2
- package/dist/native/{p-569e9663.entry.js → p-e6904ae4.entry.js} +2 -2
- package/dist/native/{p-657a0b8a.entry.js → p-ecc28398.entry.js} +2 -2
- package/dist/native/p-f01a34c5.entry.js +2 -0
- package/dist/native/p-f01a34c5.entry.js.map +1 -0
- package/dist/native/{p-870d5a5c.entry.js → p-f5e0d5c5.entry.js} +2 -2
- package/dist/native/p-f89b7d06.entry.js +2 -0
- package/dist/types/components/nv-badge/nv-badge.d.ts +0 -1
- package/dist/types/components/nv-base/nv-base.docs.d.ts +1 -1
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +6 -0
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -3
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +1 -1
- package/dist/types/components.d.ts +25 -6
- package/dist/types/nova-docs.d.ts +6 -0
- package/dist/vscode-data.json +34 -30
- package/hydrate/index.js +145 -151
- package/hydrate/index.mjs +145 -151
- package/package.json +10 -10
- package/dist/blazor-docs.json +0 -18738
- package/dist/components/p-0631d152.js.map +0 -1
- package/dist/components/p-62f6da8a.js.map +0 -1
- package/dist/components/p-cd083aba.js.map +0 -1
- package/dist/components/p-d552352b.js.map +0 -1
- package/dist/docs.d.ts +0 -443
- package/dist/docs.json +0 -18538
- package/dist/native/p-1d5b6c6d.entry.js +0 -2
- package/dist/native/p-3a47035f.entry.js +0 -2
- package/dist/native/p-4b6d3739.entry.js +0 -2
- package/dist/native/p-4c96b614.entry.js +0 -2
- package/dist/native/p-8ae27c0a.entry.js +0 -2
- package/dist/native/p-8ae27c0a.entry.js.map +0 -1
- package/dist/native/p-c84eb11f.entry.js +0 -7
- package/dist/native/p-c84eb11f.entry.js.map +0 -1
- package/dist/native/p-cce90f27.entry.js +0 -2
- package/dist/native/p-cce90f27.entry.js.map +0 -1
- package/dist/native/p-d3d664c7.entry.js +0 -2
- package/dist/native/p-d7b5ab6e.entry.js +0 -2
- package/dist/native/p-d7b5ab6e.entry.js.map +0 -1
- package/dist/native/p-ddb4fcc3.entry.js.map +0 -1
- package/dist/native/p-ed595c96.entry.js +0 -2
- package/dist/native/p-ed595c96.entry.js.map +0 -1
- package/dist/native/p-ede0c391.entry.js.map +0 -1
- package/dist/native/p-efb52057.entry.js +0 -2
- package/dist/native/p-ffcf8271.entry.js.map +0 -1
- /package/dist/native/{p-efb52057.entry.js.map → p-1a46cb52.entry.js.map} +0 -0
- /package/dist/native/{p-4d2adf8c.entry.js.map → p-2281d5ef.entry.js.map} +0 -0
- /package/dist/native/{p-4c88e8be.entry.js.map → p-31184fdd.entry.js.map} +0 -0
- /package/dist/native/{p-d987271c.entry.js.map → p-314d2b34.entry.js.map} +0 -0
- /package/dist/native/{p-3a47035f.entry.js.map → p-331da074.entry.js.map} +0 -0
- /package/dist/native/{p-a3ea7b59.entry.js.map → p-332c5d6c.entry.js.map} +0 -0
- /package/dist/native/{p-dcfef507.entry.js.map → p-3af5bcc1.entry.js.map} +0 -0
- /package/dist/native/{p-9fe6a9b7.entry.js.map → p-40f4a6e7.entry.js.map} +0 -0
- /package/dist/native/{p-adf0f628.entry.js.map → p-4403e3af.entry.js.map} +0 -0
- /package/dist/native/{p-ac72abfc.entry.js.map → p-442f04f9.entry.js.map} +0 -0
- /package/dist/native/{p-794b7820.entry.js.map → p-464ef88f.entry.js.map} +0 -0
- /package/dist/native/{p-4c96b614.entry.js.map → p-46aa1136.entry.js.map} +0 -0
- /package/dist/native/{p-39fd54e3.entry.js.map → p-514101d6.entry.js.map} +0 -0
- /package/dist/native/{p-ca1eff59.entry.js.map → p-54b6ce07.entry.js.map} +0 -0
- /package/dist/native/{p-1d5b6c6d.entry.js.map → p-665db087.entry.js.map} +0 -0
- /package/dist/native/{p-16b38dc2.entry.js.map → p-725e0abd.entry.js.map} +0 -0
- /package/dist/native/{p-2b584e35.entry.js.map → p-7fade532.entry.js.map} +0 -0
- /package/dist/native/{p-4eb132d3.entry.js.map → p-942f8e92.entry.js.map} +0 -0
- /package/dist/native/{p-552ca13e.entry.js.map → p-c10e5113.entry.js.map} +0 -0
- /package/dist/native/{p-5e04b50f.entry.js.map → p-e197d90b.entry.js.map} +0 -0
- /package/dist/native/{p-569e9663.entry.js.map → p-e6904ae4.entry.js.map} +0 -0
- /package/dist/native/{p-657a0b8a.entry.js.map → p-ecc28398.entry.js.map} +0 -0
- /package/dist/native/{p-870d5a5c.entry.js.map → p-f5e0d5c5.entry.js.map} +0 -0
- /package/dist/native/{p-d3d664c7.entry.js.map → p-f89b7d06.entry.js.map} +0 -0
|
@@ -262,12 +262,12 @@ const NvFielddate = class {
|
|
|
262
262
|
/****************************************************************************/
|
|
263
263
|
//#region RENDER
|
|
264
264
|
render() {
|
|
265
|
-
return (index.h(index.Host, { key: '
|
|
266
|
-
this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '
|
|
265
|
+
return (index.h(index.Host, { key: 'df11f4f395a48f6288b20a242cccdacc9d7b397c' }, ((this.label && this.label.length > 0) ||
|
|
266
|
+
this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'bebb3787dcef1ea73bada36586bdd678f0ce0556', htmlFor: this.inputId }, index.h("slot", { key: '52be6fb452bcd9471708376e708e9a8126af73c2', name: "label" }, this.label))), index.h("nv-popover", { key: '6e1cc0a602641ec43be99ca990d64f175ff7bac8', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '7cc0bcc9df49252d209caa22b61358c230d2f0dd', slot: "trigger", class: "input-wrapper" }, index.h("slot", { key: '13037bdfe258561afd35c23fd1cb94ed96bbba9d', name: "before-input" }), index.h("div", { key: '5a0c1bce690feb834f6183c57772d7b2eed0a8a6', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: '73842b222ba5059f1f09a4ce57b662710a1e341a', name: "leading-input" }), index.h("input", { key: '2e4de521b0d1d735fd4170eefacfe4e8f5bbcf33', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, disabled: this.disabled, readOnly: this.readonly, required: this.required, autofocus: this.autofocus, value: this.singleValue, onInput: this.handleInput, onFocus: this.handleFocus }), index.h("nv-iconbutton", { key: 'dff7fe7f4a49a3da8ed44235ef719e726a40db87', class: "toggle-calendar-icon", name: "calendar" //{this.open ? 'chevron-top' : 'chevron-down'}
|
|
267
267
|
,
|
|
268
|
-
size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide calendar' : 'Show calendar', "aria-pressed": this.open.toString(), onClick: this.toggleCalendar, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: '
|
|
269
|
-
this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '
|
|
270
|
-
this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '
|
|
268
|
+
size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide calendar' : 'Show calendar', "aria-pressed": this.open.toString(), onClick: this.toggleCalendar, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: 'aafa39739ae3f907cef45d95094ef643833d50ad', name: "after-input" })), index.h("div", { key: '38cbef48ee7b053ad7c277e8125fcbf6d11c636c', slot: "content" }, index.h("nv-calendar", { key: 'dd5f1b3f1d7fcb17a47d90be58949fffe89e3ad4', dateFormat: this.dateFormat, singleValue: this.singleValue, firstDayOfWeek: this.firstDayOfWeek, numberOfCalendars: this.numberOfCalendars, min: this.min, max: this.max, locale: this.locale, shortcutsPlacement: this.shortcutsPlacement, showActions: this.showActions, shortcuts: this.shortcuts, showWeekNumbers: this.showWeekNumbers, disabledDates: this.disabledDates }))), ((this.description && this.description.length > 0) ||
|
|
269
|
+
this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '92526d3d8ed3bce713a5b30097df182b0ea22d4f', class: "description" }, index.h("slot", { key: 'd2a3a35577c08e3dd21c1c48eb6c6e3959abb7da', name: "description" }, this.description))), (this.errorDescription ||
|
|
270
|
+
this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'd4ba884604a01e2376691d382fb530576c02f029', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (index.h("slot", { name: "error-description" })) : (this.errorDescription))), index.h("slot", { key: '443c990302fa9aaef0e6fe732738d4f8e4570717' })));
|
|
271
271
|
}
|
|
272
272
|
get el() { return index.getElement(this); }
|
|
273
273
|
static get watchers() { return {
|
|
@@ -336,15 +336,15 @@ const NvFielddaterange = class {
|
|
|
336
336
|
/****************************************************************************/
|
|
337
337
|
//#region RENDER
|
|
338
338
|
render() {
|
|
339
|
-
return (index.h(index.Host, { key: '
|
|
340
|
-
this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '
|
|
339
|
+
return (index.h(index.Host, { key: '47a61852ed7771a2248727193570aa2c4654b3bc' }, ((this.label && this.label.length > 0) ||
|
|
340
|
+
this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'a32f8796a15c40712bc0b751ab89fcf84c81dfa3', htmlFor: this.startInputId }, index.h("slot", { key: '549420faa870d7e8f37c4c864de00aae1682f1f9', name: "label" }, this.label))), index.h("nv-popover", { key: 'c93290824f1e7179f7777ef2d9d42146015ec10a', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '67d798f2c57bf7cd979386fa2c3d0eb836253af6', slot: "trigger", class: "input-wrapper" }, index.h("slot", { key: '53f700e97f16b40cb3e077460d41ab955cf4e86e', name: "before-input" }), index.h("div", { key: '5829a9716c09fc65b8300b0fe5d590a3e4d1af40', class: "input-container" }, index.h("slot", { key: '401508780bbac13d792d62d8368c47b4fe9fb0c1', name: "leading-input" }), index.h("div", { key: '2e29bd53c161d7bdf5a20e17f7b114f421bf2684', class: "range-inputs" }, index.h("input", { key: 'd1fed6969b96a950e6c73779ac31e7f197cdf122', id: this.startInputId, type: "text", placeholder: this.startPlaceholder, name: this.startName, disabled: this.disabled, readOnly: this.readonly, required: this.required, autofocus: this.shouldAutoFocus, value: this.startValue, onInput: this.handleStartInput, onFocus: this.handleFocus }), index.h("svg", { key: '04aefcadb20a07f023c973a8ee0ce1c90e2eecd4', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", class: "icon icon-tabler icons-tabler-outline icon-tabler-arrows-move-horizontal" }, index.h("path", { key: '372bb4b2ea27cf6aba7d9753dc25b3c9217a05c0', stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), index.h("path", { key: 'ae5d178f8d00efc52317b8e44df3225c48f50571', d: "M18 9l3 3l-3 3" }), index.h("path", { key: '2669cb7bca3c10769fa8b7907d722e6892744dce', d: "M15 12h6" }), index.h("path", { key: '835d2de77d676af9806d93f9ec0e9a4a451b2463', d: "M6 9l-3 3l3 3" }), index.h("path", { key: '8aef1d99e102825729c4466bf57166529e927c09', d: "M3 12h6" })), index.h("input", { key: 'e40d1202015132524aa3d485641b9cd34d8a20a6', id: this.endInputId, type: "text", placeholder: this.endPlaceholder, name: this.endName, disabled: this.disabled, readOnly: this.readonly, required: this.required, value: this.endValue, onInput: this.handleEndInput, onFocus: this.handleFocus })), index.h("nv-iconbutton", { key: '8ec3ebfb4647e5fb9d89ea9f1e6a60eaa5bb1214', class: "toggle-calendar-icon", name: "calendar", size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide calendar' : 'Show calendar', "aria-pressed": this.open.toString(), onClick: this.toggleCalendar, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: 'e6ff4ed90757947d58dfde04c7063d123a3fd9e2', name: "after-input" })), index.h("div", { key: 'cf7a11988d84dac287b2c524e6005aee29f05ca3', slot: "content" }, index.h("nv-calendar", { key: '3c896e58ba52b0dd82f73f37beb8f70b6ac3f426', dateFormat: this.dateFormat, rangeValue: this.startValue && this.endValue
|
|
341
341
|
? JSON.stringify({
|
|
342
342
|
start: this.startValue,
|
|
343
343
|
end: this.endValue,
|
|
344
344
|
})
|
|
345
345
|
: '', firstDayOfWeek: this.firstDayOfWeek, numberOfCalendars: this.numberOfCalendars, min: this.min, max: this.max, locale: this.locale, shortcutsPlacement: this.shortcutsPlacement, showActions: this.showActions, shortcuts: this.shortcuts, showWeekNumbers: this.showWeekNumbers, disabledDates: this.disabledDates, selectionType: "range" }))), ((this.description && this.description.length > 0) ||
|
|
346
|
-
this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '
|
|
347
|
-
this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '
|
|
346
|
+
this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'f3a968ed2314ec6b0b8f1f5fed8e901e3df10402', class: "description" }, index.h("slot", { key: 'bdfb89b5f462046c1bcbcffdbe46b067868bb077', name: "description" }, this.description))), (this.errorDescription ||
|
|
347
|
+
this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'b7a01679e7d1315e3040c8b166f79affbe74d409', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (index.h("slot", { name: "error-description" })) : (this.errorDescription))), index.h("slot", { key: 'b318420f0dba209ec8dcebc06f37d94ade46ccea' })));
|
|
348
348
|
}
|
|
349
349
|
get el() { return index.getElement(this); }
|
|
350
350
|
static get watchers() { return {
|
|
@@ -345,9 +345,9 @@ const NvFielddropdown = class {
|
|
|
345
345
|
/****************************************************************************/
|
|
346
346
|
//#region RENDER
|
|
347
347
|
render() {
|
|
348
|
-
return (index.h(index.Host, { key: '
|
|
349
|
-
this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '
|
|
350
|
-
this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '
|
|
348
|
+
return (index.h(index.Host, { key: '0fb1d2326cefd85ffd337307a0a0dd74acda8a14', role: "combobox", "aria-expanded": this.open.toString(), "aria-haspopup": "listbox", "aria-label": this.label }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'bf6f4116b86cca549e7f9b65a17e1cb35b06ef60', htmlFor: this.inputId }, index.h("slot", { key: 'a81ad465e6a08e1bc9463c9d91c5d2cd05805e39', name: "label" }, this.label))), index.h("nv-popover", { key: '8c90cf3f3f08455b41b31681c4377d5404dd4b31', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '756eb9ff31134ece738ea9748a88837ec4979ddf', class: "input-wrapper", slot: "trigger" }, index.h("slot", { key: '1853a781eedfeea6aae57ed94c452524e4e69e83', name: "before-input" }), index.h("div", { key: '26c839ffc62cb1747de5099725695de6c213a220', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: '8685a92ee488f99dda4cbfe6bdd59e347e3ce0ce', name: "leading-input" }), this.isFilterable || this.disabled || this.readonly ? (index.h("input", { "data-scope": "focusable", id: this.inputId, type: "search", ref: e => (this.inputElement = e), autofocus: this.autofocus, autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, value: this.getSelectedLabel(), required: this.required, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput, onFocus: this.handleInputFocus, onClick: this.handleInputFocus, onKeyDown: this.handleKeyDown })) : (index.h("p", { "data-scope": "focusable", id: this.inputId, class: "non-filterable-text", onClick: this.handleInputContainerClick, tabIndex: this.disabled ? -1 : 0, onKeyDown: this.handleKeyDown, onFocus: this.handleInputFocus }, this.getSelectedLabel() || this.value || this.placeholder)), this.isFilterable && this.filterText && this.open && (index.h("nv-iconbutton", { key: '1fa4ea0ef878980847d667431c9e52b18de1a4b1', name: "x", size: "md", emphasis: "lower", class: "clear-button", onClick: this.clearFilter, "aria-label": "Clear input" })), this.error && (index.h("nv-icon", { key: '77aa0f468d8c6488595ffc2305480174c18d3069', name: "alert-circle", class: "validation", size: "md" })), index.h("nv-iconbutton", { key: '9954a5b1910693b0be417d27da8f9005467d99f3', "data-scope": "toggle-dropdown", name: this.open ? 'chevron-top' : 'chevron-down', size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide dropdown' : 'Show dropdown', "aria-pressed": this.open.toString(), onClick: this.togglePopover, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: '0e258c9b03e4dbcfe94b577ffaf77f2379a9c9a3', name: "after-input" })), index.h("div", { key: 'b697df1d8c64c9d2eaf09e427cd49c9d5ec0a323', slot: "content" }, this.parsedOptions.length > 0 ? (index.h("ul", null, this.parsedOptions.map(option => (index.h("nv-fielddropdownitem", { label: option.label, value: option.value, disabled: option.disabled, selected: option.value === this.value }))))) : (index.h("slot", { name: "content" })))), (this.description ||
|
|
349
|
+
this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '7a783fcd4da5623ad478e4a03fb454e093e7fc8e', class: "description" }, index.h("slot", { key: '93c4c95ca8e8e4bf50086fb861b126aa7f5f828a', name: "description" }, this.description))), (this.errorDescription ||
|
|
350
|
+
this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '8a0de0edb2a7855d478a40059e19f2f26f2ed681', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '93b87131ac4e8371815e7c82ef6e15ebcff2bc88', name: "error-description" }, this.errorDescription)))));
|
|
351
351
|
}
|
|
352
352
|
static get formAssociated() { return true; }
|
|
353
353
|
get el() { return index.getElement(this); }
|
|
@@ -60,7 +60,7 @@ const NvFielddropdownitem = class {
|
|
|
60
60
|
/****************************************************************************/
|
|
61
61
|
//#region RENDER
|
|
62
62
|
render() {
|
|
63
|
-
return (index.h(index.Host, { key: '
|
|
63
|
+
return (index.h(index.Host, { key: '8f867e8c456eae541561024d5194e1582504e85b', role: "menuitem", tabindex: '-1', onClick: this.handleSelected }, index.h("slot", { key: '2f26847b783458cde7a99d69269b0e15f381cdb8' }), !this.composed && (index.h("div", { key: '22229450f3e1492d1f71cbd9e89c6e0204cee201', class: "text-wrapper" }, index.h("span", { key: 'a5c691f3addf577acd848b6fe72c23388d116584', "data-scope": "text" }, this.label))), this.selected && (index.h("nv-icon", { key: '02232856ec60e9b741ced372a9d05def5d822cc6', name: "check", "aria-hidden": "true", "data-scope": "selected" }))));
|
|
64
64
|
}
|
|
65
65
|
get el() { return index.getElement(this); }
|
|
66
66
|
};
|
|
@@ -102,7 +102,7 @@ const NvFieldmultiselect = class {
|
|
|
102
102
|
* element.
|
|
103
103
|
*/
|
|
104
104
|
this.autofocus = false;
|
|
105
|
-
/**
|
|
105
|
+
/**
|
|
106
106
|
* Handle badge close for options mode.
|
|
107
107
|
*/
|
|
108
108
|
this.handleBadgeCloseOptions = () => {
|
|
@@ -142,7 +142,6 @@ const NvFieldmultiselect = class {
|
|
|
142
142
|
if (this.isHandlingEscape) {
|
|
143
143
|
return;
|
|
144
144
|
}
|
|
145
|
-
this.open = false;
|
|
146
145
|
this.filterText = '';
|
|
147
146
|
// Only reorder based on the mode
|
|
148
147
|
if (this.modeState === 'options') {
|
|
@@ -164,7 +163,6 @@ const NvFieldmultiselect = class {
|
|
|
164
163
|
if (!this.el.contains(document.activeElement)) {
|
|
165
164
|
// Close the popover without affecting the divider
|
|
166
165
|
this.open = false;
|
|
167
|
-
this.popoverElement.hide();
|
|
168
166
|
// Reset filter if needed
|
|
169
167
|
if (this.filterable) {
|
|
170
168
|
this.filterText = '';
|
|
@@ -184,7 +182,6 @@ const NvFieldmultiselect = class {
|
|
|
184
182
|
const target = event.target;
|
|
185
183
|
if (target.tagName === 'P' || target.tagName === 'SPAN') {
|
|
186
184
|
this.open = true;
|
|
187
|
-
this.popoverElement.show();
|
|
188
185
|
const inputContainer = this.el.querySelector('.input-container');
|
|
189
186
|
if (inputContainer) {
|
|
190
187
|
inputContainer.classList.add('focus-within');
|
|
@@ -206,7 +203,6 @@ const NvFieldmultiselect = class {
|
|
|
206
203
|
const target = event.target;
|
|
207
204
|
if (target.tagName === 'P' || target.tagName === 'SPAN') {
|
|
208
205
|
this.open = true;
|
|
209
|
-
this.popoverElement.show();
|
|
210
206
|
const inputContainer = this.el.querySelector('.input-container');
|
|
211
207
|
if (inputContainer) {
|
|
212
208
|
inputContainer.classList.add('focus-within');
|
|
@@ -288,7 +284,6 @@ const NvFieldmultiselect = class {
|
|
|
288
284
|
if (!this.el.contains(document.activeElement)) {
|
|
289
285
|
// Close the popover without affecting the divider
|
|
290
286
|
this.open = false;
|
|
291
|
-
this.popoverElement.hide();
|
|
292
287
|
// Reset filter if needed
|
|
293
288
|
if (this.filterable) {
|
|
294
289
|
this.filterText = '';
|
|
@@ -304,16 +299,7 @@ const NvFieldmultiselect = class {
|
|
|
304
299
|
if (this.disabled || this.readonly) {
|
|
305
300
|
return;
|
|
306
301
|
}
|
|
307
|
-
|
|
308
|
-
this.handlePopoverClose();
|
|
309
|
-
}
|
|
310
|
-
else {
|
|
311
|
-
this.open = true;
|
|
312
|
-
this.popoverElement.show();
|
|
313
|
-
if (!this.filterable) {
|
|
314
|
-
this.focusFirstItem();
|
|
315
|
-
}
|
|
316
|
-
}
|
|
302
|
+
this.open = !this.open;
|
|
317
303
|
};
|
|
318
304
|
/**
|
|
319
305
|
* Toggle the multiselect popover for slots mode.
|
|
@@ -322,16 +308,7 @@ const NvFieldmultiselect = class {
|
|
|
322
308
|
if (this.disabled || this.readonly) {
|
|
323
309
|
return;
|
|
324
310
|
}
|
|
325
|
-
|
|
326
|
-
this.handlePopoverClose();
|
|
327
|
-
}
|
|
328
|
-
else {
|
|
329
|
-
this.open = true;
|
|
330
|
-
this.popoverElement.show();
|
|
331
|
-
if (!this.filterable) {
|
|
332
|
-
this.focusFirstItem();
|
|
333
|
-
}
|
|
334
|
-
}
|
|
311
|
+
this.open = !this.open;
|
|
335
312
|
};
|
|
336
313
|
//#endregion METHODS
|
|
337
314
|
/****************************************************************************/
|
|
@@ -369,14 +346,6 @@ const NvFieldmultiselect = class {
|
|
|
369
346
|
if (this.modeState === 'options') {
|
|
370
347
|
this.handleOptionsChange(this.options);
|
|
371
348
|
}
|
|
372
|
-
// Add the listener for the hide event
|
|
373
|
-
requestAnimationFrame(() => {
|
|
374
|
-
if (this.popoverElement) {
|
|
375
|
-
this.popoverElement.addEventListener('hide', () => {
|
|
376
|
-
this.handlePopoverClose();
|
|
377
|
-
});
|
|
378
|
-
}
|
|
379
|
-
});
|
|
380
349
|
// Specific initialization for slots mode
|
|
381
350
|
if (this.modeState === 'slots') {
|
|
382
351
|
Promise.resolve().then(() => {
|
|
@@ -420,12 +389,6 @@ const NvFieldmultiselect = class {
|
|
|
420
389
|
*/
|
|
421
390
|
disconnectedCallback() {
|
|
422
391
|
document.removeEventListener('click', this.handleClickOutside.bind(this));
|
|
423
|
-
// Remove the listener for the hide event
|
|
424
|
-
if (this.popoverElement) {
|
|
425
|
-
this.popoverElement.removeEventListener('hide', () => {
|
|
426
|
-
this.handlePopoverClose();
|
|
427
|
-
});
|
|
428
|
-
}
|
|
429
392
|
}
|
|
430
393
|
/**
|
|
431
394
|
* Emitted when the input loses focus.
|
|
@@ -435,15 +398,13 @@ const NvFieldmultiselect = class {
|
|
|
435
398
|
// Update the open state of popover
|
|
436
399
|
this.open = event.detail;
|
|
437
400
|
if (this.open) {
|
|
401
|
+
// Filter items only if there is filter text
|
|
438
402
|
if (this.filterText) {
|
|
439
403
|
this.filterItems();
|
|
440
404
|
}
|
|
441
405
|
}
|
|
442
|
-
else if (this.modeState === 'options') {
|
|
443
|
-
this.reorderOptionsContent();
|
|
444
|
-
}
|
|
445
406
|
else {
|
|
446
|
-
this.
|
|
407
|
+
this.handlePopoverClose();
|
|
447
408
|
}
|
|
448
409
|
}
|
|
449
410
|
/**
|
|
@@ -867,8 +828,7 @@ const NvFieldmultiselect = class {
|
|
|
867
828
|
(this.inputElement && this.inputElement.contains(event.target))) {
|
|
868
829
|
return;
|
|
869
830
|
}
|
|
870
|
-
|
|
871
|
-
this.handlePopoverClose();
|
|
831
|
+
this.open = false;
|
|
872
832
|
}
|
|
873
833
|
/**
|
|
874
834
|
* Handle keyboard events & arrow key navigation.
|
|
@@ -880,7 +840,6 @@ const NvFieldmultiselect = class {
|
|
|
880
840
|
if (!this.open) {
|
|
881
841
|
if (event.key === 'ArrowDown') {
|
|
882
842
|
this.open = true;
|
|
883
|
-
this.popoverElement.show();
|
|
884
843
|
// Focus on the first item if the list is not filterable
|
|
885
844
|
if (!this.filterable) {
|
|
886
845
|
requestAnimationFrame(() => {
|
|
@@ -943,7 +902,6 @@ const NvFieldmultiselect = class {
|
|
|
943
902
|
setTimeout(() => {
|
|
944
903
|
this.isHandlingEscape = false;
|
|
945
904
|
this.open = false;
|
|
946
|
-
this.popoverElement.hide();
|
|
947
905
|
}, 150);
|
|
948
906
|
if (this.inputElement) {
|
|
949
907
|
this.inputElement.blur();
|