@nova-design-system/nova-webcomponents 3.18.0-beta.0 → 3.19.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.cjs.js +33 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddate.cjs.entry.js +10 -6
- package/dist/cjs/nv-fielddate.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +11 -7
- package/dist/cjs/nv-fielddaterange.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +193 -209
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +7 -4
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +4 -0
- 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-fieldslider.cjs.entry.js +3 -3
- 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 +557 -496
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +2 -2
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-menu.cjs.entry.js +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-notification.cjs.entry.js +1 -1
- package/dist/cjs/nv-notificationcontainer.cjs.entry.js +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +2 -2
- 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-split.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-toggle.cjs.entry.js +2 -2
- package/dist/cjs/nv-togglebutton.cjs.entry.js +1 -1
- package/dist/cjs/nv-togglebuttongroup.cjs.entry.js +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +10 -6
- package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +10 -6
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/styles/nv-fielddaterange.css +2 -0
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +31 -13
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +310 -245
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +29 -6
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js.map +1 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +4 -0
- 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-fieldslider/nv-fieldslider.js +3 -3
- 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.docs.js +6 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +332 -497
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/styles/nv-fieldtime.css +1 -0
- package/dist/collection/components/nv-fieldtime/utils/format-utils.js +236 -0
- package/dist/collection/components/nv-fieldtime/utils/format-utils.js.map +1 -0
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-icon/nv-icons.js +13 -0
- package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +3 -3
- package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
- package/dist/collection/components/nv-notification/nv-notification.js +1 -1
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.js +1 -1
- package/dist/collection/components/nv-popover/nv-popover.js +2 -2
- 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-split/nv-split.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +1 -1
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-togglebutton/nv-togglebutton.js +1 -1
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.js +1 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/components/index.js +33 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-accordion-item.js +1 -1
- package/dist/components/nv-accordion.js +4 -4
- package/dist/components/nv-alert.js +1 -1
- package/dist/components/nv-avatar.js +1 -1
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +2 -2
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-datagrid.js +2 -2
- package/dist/components/nv-dialog.js +4 -4
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-fielddate.js +14 -10
- package/dist/components/nv-fielddate.js.map +1 -1
- package/dist/components/nv-fielddaterange.js +15 -11
- package/dist/components/nv-fielddaterange.js.map +1 -1
- package/dist/components/nv-fielddropdown.js +207 -220
- 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 +10 -6
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +1 -1
- package/dist/components/nv-fieldpassword.js +6 -6
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldselect.js +8 -8
- package/dist/components/nv-fieldslider.js +7 -7
- package/dist/components/nv-fieldtext.js +1 -1
- package/dist/components/nv-fieldtextarea.js +3 -3
- package/dist/components/nv-fieldtime.js +563 -501
- 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 +5 -5
- package/dist/components/nv-menu.js.map +1 -1
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-notification.js +2 -2
- package/dist/components/nv-notificationcontainer.js +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-split.js +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-table.js +1 -1
- package/dist/components/nv-toggle.js +2 -2
- package/dist/components/nv-togglebutton.js +1 -1
- package/dist/components/nv-togglebuttongroup.js +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-811c9225.js → p-18f50d91.js} +2 -2
- package/dist/components/{p-811c9225.js.map → p-18f50d91.js.map} +1 -1
- package/dist/components/{p-98429fd7.js → p-222136c2.js} +2 -2
- package/dist/components/{p-98429fd7.js.map → p-222136c2.js.map} +1 -1
- package/dist/components/{p-ec31af69.js → p-2ac6f42d.js} +3 -3
- package/dist/components/{p-ec31af69.js.map → p-2ac6f42d.js.map} +1 -1
- package/dist/components/{p-47a33f6b.js → p-334e19d3.js} +4 -4
- package/dist/components/{p-47a33f6b.js.map → p-334e19d3.js.map} +1 -1
- package/dist/components/{p-766a3f49.js → p-45a3cf85.js} +11 -7
- package/dist/components/p-45a3cf85.js.map +1 -0
- package/dist/components/{p-63595ea1.js → p-4799b6c3.js} +3 -3
- package/dist/components/p-4799b6c3.js.map +1 -0
- package/dist/components/{p-6e67bfc0.js → p-49205084.js} +5 -5
- package/dist/components/{p-6e67bfc0.js.map → p-49205084.js.map} +1 -1
- package/dist/components/{p-7684ad27.js → p-5a5db065.js} +4 -4
- package/dist/components/{p-7684ad27.js.map → p-5a5db065.js.map} +1 -1
- package/dist/components/{p-e43a36c4.js → p-60083982.js} +4 -4
- package/dist/components/{p-e43a36c4.js.map → p-60083982.js.map} +1 -1
- package/dist/components/{p-6f2b257e.js → p-81d915ef.js} +3 -3
- package/dist/components/{p-6f2b257e.js.map → p-81d915ef.js.map} +1 -1
- package/dist/components/p-946a047c.js +88 -0
- package/dist/components/p-946a047c.js.map +1 -0
- package/dist/components/{p-715e5235.js → p-a6c29711.js} +2 -2
- package/dist/components/{p-715e5235.js.map → p-a6c29711.js.map} +1 -1
- package/dist/components/{p-147cefeb.js → p-e0eb748c.js} +7 -7
- package/dist/components/{p-147cefeb.js.map → p-e0eb748c.js.map} +1 -1
- package/dist/components/{p-9e7468e3.js → p-e1b2eba2.js} +2 -2
- package/dist/components/{p-9e7468e3.js.map → p-e1b2eba2.js.map} +1 -1
- package/dist/esm/index.js +33 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +1 -1
- package/dist/esm/nv-fielddate.entry.js +10 -6
- package/dist/esm/nv-fielddate.entry.js.map +1 -1
- package/dist/esm/nv-fielddaterange.entry.js +11 -7
- package/dist/esm/nv-fielddaterange.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +193 -209
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +7 -4
- package/dist/esm/nv-fielddropdownitem.entry.js.map +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +4 -0
- 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-fieldslider.entry.js +3 -3
- 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 +558 -497
- package/dist/esm/nv-fieldtime.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +2 -2
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-iconbutton_2.entry.js +2 -2
- package/dist/esm/nv-menu.entry.js +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-notification.entry.js +1 -1
- package/dist/esm/nv-notificationcontainer.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +2 -2
- package/dist/esm/nv-popover.entry.js.map +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-split.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-toggle.entry.js +2 -2
- package/dist/esm/nv-togglebutton.entry.js +1 -1
- package/dist/esm/nv-togglebuttongroup.entry.js +1 -1
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/native/index.esm.js +1 -1
- package/dist/native/index.esm.js.map +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/{p-acada158.entry.js → p-0177409b.entry.js} +2 -2
- package/dist/native/{p-91fab6c2.entry.js → p-075d231e.entry.js} +2 -2
- package/dist/native/{p-d878e90a.entry.js → p-144d0f8a.entry.js} +2 -2
- package/dist/native/p-144d0f8a.entry.js.map +1 -0
- package/dist/native/{p-b4c15f25.entry.js → p-17666092.entry.js} +2 -2
- package/dist/native/{p-107e80c6.entry.js → p-218135b1.entry.js} +2 -2
- package/dist/native/p-218135b1.entry.js.map +1 -0
- package/dist/native/p-2a7f80f4.entry.js +2 -0
- package/dist/native/p-2a7f80f4.entry.js.map +1 -0
- package/dist/native/{p-14e622e1.entry.js → p-445221dc.entry.js} +2 -2
- package/dist/native/{p-52d2c0ae.entry.js → p-44a78545.entry.js} +2 -2
- package/dist/native/p-57420a2f.entry.js +2 -0
- package/dist/native/{p-2364aefa.entry.js → p-587d94f3.entry.js} +2 -2
- package/dist/native/{p-95184ea2.entry.js → p-6a418ec4.entry.js} +2 -2
- package/dist/native/{p-5039ceb8.entry.js → p-859bf9ad.entry.js} +2 -2
- package/dist/native/{p-5039ceb8.entry.js.map → p-859bf9ad.entry.js.map} +1 -1
- package/dist/native/{p-9d7e099f.entry.js → p-9950e075.entry.js} +2 -2
- package/dist/native/{p-2dfd786f.entry.js → p-9c432751.entry.js} +2 -2
- package/dist/native/p-a026654f.entry.js +2 -0
- package/dist/native/p-a026654f.entry.js.map +1 -0
- package/dist/native/{p-638967bf.entry.js → p-a2f58133.entry.js} +2 -2
- package/dist/native/{p-d94bf052.entry.js → p-b02c896a.entry.js} +2 -2
- package/dist/native/{p-9613087c.entry.js → p-b4382c94.entry.js} +2 -2
- package/dist/native/{p-835abdb9.entry.js → p-b626ef47.entry.js} +2 -2
- package/dist/native/{p-23ee0384.entry.js → p-c0de4bb0.entry.js} +2 -2
- package/dist/native/{p-278613a3.entry.js → p-c9fea0df.entry.js} +2 -2
- package/dist/native/{p-278613a3.entry.js.map → p-c9fea0df.entry.js.map} +1 -1
- package/dist/native/{p-ce97ce24.entry.js → p-d62869ff.entry.js} +2 -2
- package/dist/native/p-d63689da.entry.js +2 -0
- package/dist/native/p-d63689da.entry.js.map +1 -0
- package/dist/native/p-d8f3cf92.entry.js +2 -0
- package/dist/native/p-d8f3cf92.entry.js.map +1 -0
- package/dist/native/{p-cb0293ec.entry.js → p-dfb6b65e.entry.js} +2 -2
- package/dist/native/{p-230af58a.entry.js → p-e6f24210.entry.js} +2 -2
- package/dist/native/p-e6f24210.entry.js.map +1 -0
- package/dist/native/{p-647a0765.entry.js → p-eb74feb7.entry.js} +2 -2
- package/dist/native/{p-6d427897.entry.js → p-fa3e588e.entry.js} +2 -2
- package/dist/native/{p-112d096c.entry.js → p-fffbd3c1.entry.js} +2 -2
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +54 -35
- package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.d.ts +7 -0
- package/dist/types/components/nv-fieldtime/nv-fieldtime.d.ts +50 -2
- package/dist/types/components/nv-fieldtime/utils/format-utils.d.ts +63 -0
- package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
- package/dist/types/components.d.ts +79 -16
- package/dist/vscode-data.json +52 -5
- package/hydrate/index.js +843 -791
- package/hydrate/index.mjs +843 -791
- package/package.json +1 -1
- package/dist/cjs/string.utils-9c581350.js +0 -25
- package/dist/cjs/string.utils-9c581350.js.map +0 -1
- package/dist/components/p-63595ea1.js.map +0 -1
- package/dist/components/p-766a3f49.js.map +0 -1
- package/dist/components/p-a5c8eee9.js +0 -22
- package/dist/components/p-a5c8eee9.js.map +0 -1
- package/dist/components/p-be6e2884.js +0 -88
- package/dist/components/p-be6e2884.js.map +0 -1
- package/dist/esm/string.utils-16aed4a7.js +0 -22
- package/dist/esm/string.utils-16aed4a7.js.map +0 -1
- package/dist/native/p-107e80c6.entry.js.map +0 -1
- package/dist/native/p-230af58a.entry.js.map +0 -1
- package/dist/native/p-74572fce.entry.js +0 -2
- package/dist/native/p-74572fce.entry.js.map +0 -1
- package/dist/native/p-a5c8eee9.js +0 -2
- package/dist/native/p-a5c8eee9.js.map +0 -1
- package/dist/native/p-bcf41cd0.entry.js +0 -2
- package/dist/native/p-d7f444fb.entry.js +0 -2
- package/dist/native/p-d7f444fb.entry.js.map +0 -1
- package/dist/native/p-d878e90a.entry.js.map +0 -1
- package/dist/native/p-ddc41f1f.entry.js +0 -2
- package/dist/native/p-ddc41f1f.entry.js.map +0 -1
- package/dist/native/p-f30e0be6.entry.js +0 -2
- package/dist/native/p-f30e0be6.entry.js.map +0 -1
- /package/dist/native/{p-acada158.entry.js.map → p-0177409b.entry.js.map} +0 -0
- /package/dist/native/{p-91fab6c2.entry.js.map → p-075d231e.entry.js.map} +0 -0
- /package/dist/native/{p-b4c15f25.entry.js.map → p-17666092.entry.js.map} +0 -0
- /package/dist/native/{p-14e622e1.entry.js.map → p-445221dc.entry.js.map} +0 -0
- /package/dist/native/{p-52d2c0ae.entry.js.map → p-44a78545.entry.js.map} +0 -0
- /package/dist/native/{p-bcf41cd0.entry.js.map → p-57420a2f.entry.js.map} +0 -0
- /package/dist/native/{p-2364aefa.entry.js.map → p-587d94f3.entry.js.map} +0 -0
- /package/dist/native/{p-95184ea2.entry.js.map → p-6a418ec4.entry.js.map} +0 -0
- /package/dist/native/{p-9d7e099f.entry.js.map → p-9950e075.entry.js.map} +0 -0
- /package/dist/native/{p-2dfd786f.entry.js.map → p-9c432751.entry.js.map} +0 -0
- /package/dist/native/{p-638967bf.entry.js.map → p-a2f58133.entry.js.map} +0 -0
- /package/dist/native/{p-d94bf052.entry.js.map → p-b02c896a.entry.js.map} +0 -0
- /package/dist/native/{p-9613087c.entry.js.map → p-b4382c94.entry.js.map} +0 -0
- /package/dist/native/{p-835abdb9.entry.js.map → p-b626ef47.entry.js.map} +0 -0
- /package/dist/native/{p-23ee0384.entry.js.map → p-c0de4bb0.entry.js.map} +0 -0
- /package/dist/native/{p-ce97ce24.entry.js.map → p-d62869ff.entry.js.map} +0 -0
- /package/dist/native/{p-cb0293ec.entry.js.map → p-dfb6b65e.entry.js.map} +0 -0
- /package/dist/native/{p-647a0765.entry.js.map → p-eb74feb7.entry.js.map} +0 -0
- /package/dist/native/{p-6d427897.entry.js.map → p-fa3e588e.entry.js.map} +0 -0
- /package/dist/native/{p-112d096c.entry.js.map → p-fffbd3c1.entry.js.map} +0 -0
|
@@ -1183,6 +1183,18 @@ export namespace Components {
|
|
|
1183
1183
|
* Applies focus to the input field as soon as the component is mounted. This is equivalent to setting the native autofocus attribute on an <input> element.
|
|
1184
1184
|
*/
|
|
1185
1185
|
"autofocus": boolean;
|
|
1186
|
+
/**
|
|
1187
|
+
* Clears the filter text
|
|
1188
|
+
*/
|
|
1189
|
+
"clearFilter": () => Promise<void>;
|
|
1190
|
+
/**
|
|
1191
|
+
* Determines if the component’s filtering behavior is managed externally. When set to true and filterable is enabled, the component won’t automatically filter items. Instead, you must implement your own filtering logic (e.g., server-side search or custom matching) using the filterTextChanged event.
|
|
1192
|
+
*/
|
|
1193
|
+
"controlledFilter": boolean;
|
|
1194
|
+
/**
|
|
1195
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
1196
|
+
*/
|
|
1197
|
+
"controlled-filter"?: boolean;
|
|
1186
1198
|
/**
|
|
1187
1199
|
* Delay in milliseconds before the search is triggered when typing in the filter input.
|
|
1188
1200
|
* @default 300
|
|
@@ -1230,11 +1242,6 @@ export namespace Components {
|
|
|
1230
1242
|
* Allows the field to stretch and fill the entire width of its container.
|
|
1231
1243
|
*/
|
|
1232
1244
|
"fluid": boolean;
|
|
1233
|
-
/**
|
|
1234
|
-
* Retrieves the current filter text entered by the user.
|
|
1235
|
-
* @returns The filter text.
|
|
1236
|
-
*/
|
|
1237
|
-
"getFilterText": () => Promise<string>;
|
|
1238
1245
|
/**
|
|
1239
1246
|
* Sets the ID for the input element and the for attribute of the associated label. If no ID is provided, a random one will be automatically generated to ensure unique identification, facilitating proper label association and accessibility.
|
|
1240
1247
|
*/
|
|
@@ -1260,9 +1267,13 @@ export namespace Components {
|
|
|
1260
1267
|
*/
|
|
1261
1268
|
"name": string;
|
|
1262
1269
|
/**
|
|
1263
|
-
*
|
|
1270
|
+
* When an item is selected by the user, the dropdown will continue to stay open.
|
|
1264
1271
|
*/
|
|
1265
|
-
"
|
|
1272
|
+
"openOnSelect": boolean;
|
|
1273
|
+
/**
|
|
1274
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
1275
|
+
*/
|
|
1276
|
+
"open-on-select"?: boolean;
|
|
1266
1277
|
/**
|
|
1267
1278
|
* List of options used to automatically generate dropdown items. This provides an alternative to using the slot manually.
|
|
1268
1279
|
* @example options=[{ "label": "Option 1", "value": "option1", "selected": true, }, { "label": "Option 2", "value": "option2", }]
|
|
@@ -1274,8 +1285,6 @@ export namespace Components {
|
|
|
1274
1285
|
value: string;
|
|
1275
1286
|
/** Whether this option is disabled */
|
|
1276
1287
|
disabled?: boolean;
|
|
1277
|
-
/** Whether this option is pre-selected */
|
|
1278
|
-
selected?: boolean;
|
|
1279
1288
|
}[];
|
|
1280
1289
|
/**
|
|
1281
1290
|
* Display temporary text inside the input field to give users a hint about what to type. It's a great way to provide examples or suggestions directly in the field before they start typing. The placeholder is displayed only when the filterable option is enabled.
|
|
@@ -1289,12 +1298,21 @@ export namespace Components {
|
|
|
1289
1298
|
* Marks the input field as required, ensuring that the user must fill it out before submitting the form.
|
|
1290
1299
|
*/
|
|
1291
1300
|
"required": boolean;
|
|
1301
|
+
/**
|
|
1302
|
+
* Toggles the dropdown popover open state
|
|
1303
|
+
* @param open - The open state to set, if null, toggles the state
|
|
1304
|
+
*/
|
|
1305
|
+
"toggleDropdown": (open?: boolean) => Promise<void>;
|
|
1292
1306
|
/**
|
|
1293
1307
|
* Specifies the value of the input field, which determines the text displayed within the field. This prop is typically used in controlled components where the input's value is managed by the component's state.
|
|
1294
1308
|
*/
|
|
1295
1309
|
"value": string;
|
|
1296
1310
|
}
|
|
1297
1311
|
interface NvFielddropdownitem {
|
|
1312
|
+
/**
|
|
1313
|
+
* If detached, the item will not be filtered out or change the dropdown's selected item. Useful for actionable items, such as Add New item, etc.
|
|
1314
|
+
*/
|
|
1315
|
+
"detached": boolean;
|
|
1298
1316
|
/**
|
|
1299
1317
|
* Disables the item, preventing any user interaction.
|
|
1300
1318
|
*/
|
|
@@ -2260,6 +2278,10 @@ export namespace Components {
|
|
|
2260
2278
|
*/
|
|
2261
2279
|
"value": string;
|
|
2262
2280
|
}
|
|
2281
|
+
/**
|
|
2282
|
+
* A format-aware time input component that displays only relevant input fields based on the specified format.
|
|
2283
|
+
* The component ensures consistency between the format property and both input validation and value emission.
|
|
2284
|
+
*/
|
|
2263
2285
|
interface NvFieldtime {
|
|
2264
2286
|
/**
|
|
2265
2287
|
* Applies focus to the input field as soon as the component is mounted. This is equivalent to setting the native autofocus attribute on an <input> element.
|
|
@@ -2288,7 +2310,7 @@ export namespace Components {
|
|
|
2288
2310
|
*/
|
|
2289
2311
|
"error-description"?: string;
|
|
2290
2312
|
/**
|
|
2291
|
-
* Specifies the time format to be used. Available formats: - HH: 24-hour format (00-23) - HH:mm: 24-hour format with minutes (00:00-23:59) - HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59) - hh: 12-hour format (01-12) - hh:mm: 12-hour format with minutes (01:00-12:59) - hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59)
|
|
2313
|
+
* Specifies the time format to be used. Available formats: - HH: 24-hour format (00-23) - HH:mm: 24-hour format with minutes (00:00-23:59) - HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59) - hh: 12-hour format (01-12) - hh:mm: 12-hour format with minutes (01:00-12:59) - hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59) The component automatically shows only the relevant input fields based on the selected format. When the format changes dynamically, the component re-parses the current value and updates the visible fields accordingly.
|
|
2292
2314
|
*/
|
|
2293
2315
|
"format": 'HH' | 'HH:mm' | 'HH:mm:ss' | 'hh' | 'hh:mm' | 'hh:mm:ss';
|
|
2294
2316
|
/**
|
|
@@ -3293,6 +3315,8 @@ declare global {
|
|
|
3293
3315
|
};
|
|
3294
3316
|
interface HTMLNvFielddropdownElementEventMap {
|
|
3295
3317
|
"valueChanged": string;
|
|
3318
|
+
"filterTextChanged": string;
|
|
3319
|
+
"openChanged": HTMLNvPopoverElementEventMap['openChanged'];
|
|
3296
3320
|
"dropdownItemSelected": HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected'];
|
|
3297
3321
|
}
|
|
3298
3322
|
interface HTMLNvFielddropdownElement extends Components.NvFielddropdown, HTMLStencilElement {
|
|
@@ -3315,6 +3339,8 @@ declare global {
|
|
|
3315
3339
|
label?: string;
|
|
3316
3340
|
/** The value associated with the item. */
|
|
3317
3341
|
value: string;
|
|
3342
|
+
/** Is the item detached? */
|
|
3343
|
+
detached?: boolean;
|
|
3318
3344
|
};
|
|
3319
3345
|
}
|
|
3320
3346
|
interface HTMLNvFielddropdownitemElement extends Components.NvFielddropdownitem, HTMLStencilElement {
|
|
@@ -3501,6 +3527,10 @@ declare global {
|
|
|
3501
3527
|
interface HTMLNvFieldtimeElementEventMap {
|
|
3502
3528
|
"valueChanged": string;
|
|
3503
3529
|
}
|
|
3530
|
+
/**
|
|
3531
|
+
* A format-aware time input component that displays only relevant input fields based on the specified format.
|
|
3532
|
+
* The component ensures consistency between the format property and both input validation and value emission.
|
|
3533
|
+
*/
|
|
3504
3534
|
interface HTMLNvFieldtimeElement extends Components.NvFieldtime, HTMLStencilElement {
|
|
3505
3535
|
addEventListener<K extends keyof HTMLNvFieldtimeElementEventMap>(type: K, listener: (this: HTMLNvFieldtimeElement, ev: NvFieldtimeCustomEvent<HTMLNvFieldtimeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3506
3536
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -5052,6 +5082,14 @@ declare namespace LocalJSX {
|
|
|
5052
5082
|
* Applies focus to the input field as soon as the component is mounted. This is equivalent to setting the native autofocus attribute on an <input> element.
|
|
5053
5083
|
*/
|
|
5054
5084
|
"autofocus"?: boolean;
|
|
5085
|
+
/**
|
|
5086
|
+
* Determines if the component’s filtering behavior is managed externally. When set to true and filterable is enabled, the component won’t automatically filter items. Instead, you must implement your own filtering logic (e.g., server-side search or custom matching) using the filterTextChanged event.
|
|
5087
|
+
*/
|
|
5088
|
+
"controlledFilter"?: boolean;
|
|
5089
|
+
/**
|
|
5090
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
5091
|
+
*/
|
|
5092
|
+
"controlled-filter"?: boolean;
|
|
5055
5093
|
/**
|
|
5056
5094
|
* Delay in milliseconds before the search is triggered when typing in the filter input.
|
|
5057
5095
|
* @default 300
|
|
@@ -5127,15 +5165,27 @@ declare namespace LocalJSX {
|
|
|
5127
5165
|
* Event emitted when an item is clicked.
|
|
5128
5166
|
*/
|
|
5129
5167
|
"onDropdownItemSelected"?: (event: NvFielddropdownCustomEvent<HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']>) => void;
|
|
5168
|
+
/**
|
|
5169
|
+
* Event emitted when the filter input value changes.
|
|
5170
|
+
*/
|
|
5171
|
+
"onFilterTextChanged"?: (event: NvFielddropdownCustomEvent<string>) => void;
|
|
5172
|
+
/**
|
|
5173
|
+
* Event emitted when the dropdown opened or closed.
|
|
5174
|
+
*/
|
|
5175
|
+
"onOpenChanged"?: (event: NvFielddropdownCustomEvent<HTMLNvPopoverElementEventMap['openChanged']>) => void;
|
|
5130
5176
|
/**
|
|
5131
5177
|
* Emitted when the input value changes.
|
|
5132
5178
|
* @bind value
|
|
5133
5179
|
*/
|
|
5134
5180
|
"onValueChanged"?: (event: NvFielddropdownCustomEvent<string>) => void;
|
|
5135
5181
|
/**
|
|
5136
|
-
*
|
|
5182
|
+
* When an item is selected by the user, the dropdown will continue to stay open.
|
|
5137
5183
|
*/
|
|
5138
|
-
"
|
|
5184
|
+
"openOnSelect"?: boolean;
|
|
5185
|
+
/**
|
|
5186
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
5187
|
+
*/
|
|
5188
|
+
"open-on-select"?: boolean;
|
|
5139
5189
|
/**
|
|
5140
5190
|
* List of options used to automatically generate dropdown items. This provides an alternative to using the slot manually.
|
|
5141
5191
|
* @example options=[{ "label": "Option 1", "value": "option1", "selected": true, }, { "label": "Option 2", "value": "option2", }]
|
|
@@ -5147,8 +5197,6 @@ declare namespace LocalJSX {
|
|
|
5147
5197
|
value: string;
|
|
5148
5198
|
/** Whether this option is disabled */
|
|
5149
5199
|
disabled?: boolean;
|
|
5150
|
-
/** Whether this option is pre-selected */
|
|
5151
|
-
selected?: boolean;
|
|
5152
5200
|
}[];
|
|
5153
5201
|
/**
|
|
5154
5202
|
* Display temporary text inside the input field to give users a hint about what to type. It's a great way to provide examples or suggestions directly in the field before they start typing. The placeholder is displayed only when the filterable option is enabled.
|
|
@@ -5168,6 +5216,10 @@ declare namespace LocalJSX {
|
|
|
5168
5216
|
"value"?: string;
|
|
5169
5217
|
}
|
|
5170
5218
|
interface NvFielddropdownitem {
|
|
5219
|
+
/**
|
|
5220
|
+
* If detached, the item will not be filtered out or change the dropdown's selected item. Useful for actionable items, such as Add New item, etc.
|
|
5221
|
+
*/
|
|
5222
|
+
"detached"?: boolean;
|
|
5171
5223
|
/**
|
|
5172
5224
|
* Disables the item, preventing any user interaction.
|
|
5173
5225
|
*/
|
|
@@ -5184,6 +5236,8 @@ declare namespace LocalJSX {
|
|
|
5184
5236
|
label?: string;
|
|
5185
5237
|
/** The value associated with the item. */
|
|
5186
5238
|
value: string;
|
|
5239
|
+
/** Is the item detached? */
|
|
5240
|
+
detached?: boolean;
|
|
5187
5241
|
}>) => void;
|
|
5188
5242
|
/**
|
|
5189
5243
|
* Indicates if the item is selected.
|
|
@@ -6174,6 +6228,10 @@ declare namespace LocalJSX {
|
|
|
6174
6228
|
*/
|
|
6175
6229
|
"value"?: string;
|
|
6176
6230
|
}
|
|
6231
|
+
/**
|
|
6232
|
+
* A format-aware time input component that displays only relevant input fields based on the specified format.
|
|
6233
|
+
* The component ensures consistency between the format property and both input validation and value emission.
|
|
6234
|
+
*/
|
|
6177
6235
|
interface NvFieldtime {
|
|
6178
6236
|
/**
|
|
6179
6237
|
* Applies focus to the input field as soon as the component is mounted. This is equivalent to setting the native autofocus attribute on an <input> element.
|
|
@@ -6202,7 +6260,7 @@ declare namespace LocalJSX {
|
|
|
6202
6260
|
*/
|
|
6203
6261
|
"error-description"?: string;
|
|
6204
6262
|
/**
|
|
6205
|
-
* Specifies the time format to be used. Available formats: - HH: 24-hour format (00-23) - HH:mm: 24-hour format with minutes (00:00-23:59) - HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59) - hh: 12-hour format (01-12) - hh:mm: 12-hour format with minutes (01:00-12:59) - hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59)
|
|
6263
|
+
* Specifies the time format to be used. Available formats: - HH: 24-hour format (00-23) - HH:mm: 24-hour format with minutes (00:00-23:59) - HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59) - hh: 12-hour format (01-12) - hh:mm: 12-hour format with minutes (01:00-12:59) - hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59) The component automatically shows only the relevant input fields based on the selected format. When the format changes dynamically, the component re-parses the current value and updates the visible fields accordingly.
|
|
6206
6264
|
*/
|
|
6207
6265
|
"format"?: 'HH' | 'HH:mm' | 'HH:mm:ss' | 'hh' | 'hh:mm' | 'hh:mm:ss';
|
|
6208
6266
|
/**
|
|
@@ -6230,7 +6288,8 @@ declare namespace LocalJSX {
|
|
|
6230
6288
|
*/
|
|
6231
6289
|
"name"?: string;
|
|
6232
6290
|
/**
|
|
6233
|
-
* Emit an event when the time value changes. The event detail contains the new time value
|
|
6291
|
+
* Emit an event when the time value changes. The event detail contains the new time value in the format specified by the format property.
|
|
6292
|
+
* @bind value
|
|
6234
6293
|
*/
|
|
6235
6294
|
"onValueChanged"?: (event: NvFieldtimeCustomEvent<string>) => void;
|
|
6236
6295
|
/**
|
|
@@ -6884,6 +6943,10 @@ declare module "@stencil/core" {
|
|
|
6884
6943
|
"nv-fieldslider": LocalJSX.NvFieldslider & JSXBase.HTMLAttributes<HTMLNvFieldsliderElement>;
|
|
6885
6944
|
"nv-fieldtext": LocalJSX.NvFieldtext & JSXBase.HTMLAttributes<HTMLNvFieldtextElement>;
|
|
6886
6945
|
"nv-fieldtextarea": LocalJSX.NvFieldtextarea & JSXBase.HTMLAttributes<HTMLNvFieldtextareaElement>;
|
|
6946
|
+
/**
|
|
6947
|
+
* A format-aware time input component that displays only relevant input fields based on the specified format.
|
|
6948
|
+
* The component ensures consistency between the format property and both input validation and value emission.
|
|
6949
|
+
*/
|
|
6887
6950
|
"nv-fieldtime": LocalJSX.NvFieldtime & JSXBase.HTMLAttributes<HTMLNvFieldtimeElement>;
|
|
6888
6951
|
"nv-icon": LocalJSX.NvIcon & JSXBase.HTMLAttributes<HTMLNvIconElement>;
|
|
6889
6952
|
"nv-iconbutton": LocalJSX.NvIconbutton & JSXBase.HTMLAttributes<HTMLNvIconbuttonElement>;
|
package/dist/vscode-data.json
CHANGED
|
@@ -1277,9 +1277,13 @@
|
|
|
1277
1277
|
"name": "autofocus",
|
|
1278
1278
|
"description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
|
|
1279
1279
|
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "controlled-filter",
|
|
1282
|
+
"description": "Determines if the component’s filtering behavior is managed externally.\nWhen set to true and filterable is enabled, the component won’t\nautomatically filter items. Instead, you must implement your own filtering\nlogic (e.g., server-side search or custom matching) using the\nfilterTextChanged event."
|
|
1283
|
+
},
|
|
1280
1284
|
{
|
|
1281
1285
|
"name": "debounce-delay",
|
|
1282
|
-
"description": "Delay in milliseconds before the search is triggered when typing in the
|
|
1286
|
+
"description": "Delay in milliseconds before the search is triggered when typing in the\nfilter input."
|
|
1283
1287
|
},
|
|
1284
1288
|
{
|
|
1285
1289
|
"name": "description",
|
|
@@ -1326,8 +1330,8 @@
|
|
|
1326
1330
|
"description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input's data in form submissions. It should be\nunique within the form to avoid conflicts."
|
|
1327
1331
|
},
|
|
1328
1332
|
{
|
|
1329
|
-
"name": "open",
|
|
1330
|
-
"description": "
|
|
1333
|
+
"name": "open-on-select",
|
|
1334
|
+
"description": "When an item is selected by the user, the dropdown will continue to stay\nopen."
|
|
1331
1335
|
},
|
|
1332
1336
|
{
|
|
1333
1337
|
"name": "placeholder",
|
|
@@ -1354,6 +1358,10 @@
|
|
|
1354
1358
|
"value": "The 'nv-fielddropdownitem' is a component designed to be used within the 'nv-fielddropdown' component. Each 'nv-fielddropdownitem' represents a single selectable option in the dropdown list. It allows customization through properties such as 'value', 'label', and 'selected' state, which defines its appearance and behavior.\n\nThe 'nv-fielddropdownitem' can display custom content, making it flexible for use cases where options may require more detailed representation beyond plain text. It is ideal for creating interactive dropdown menus, enabling users to make selections easily and clearly. This component is essential for building intuitive and user-friendly dropdown experiences."
|
|
1355
1359
|
},
|
|
1356
1360
|
"attributes": [
|
|
1361
|
+
{
|
|
1362
|
+
"name": "detached",
|
|
1363
|
+
"description": "If detached, the item will not be filtered out or change the dropdown's\nselected item. Useful for actionable items, such as Add New item, etc."
|
|
1364
|
+
},
|
|
1357
1365
|
{
|
|
1358
1366
|
"name": "disabled",
|
|
1359
1367
|
"description": "Disables the item, preventing any user interaction."
|
|
@@ -2755,7 +2763,7 @@
|
|
|
2755
2763
|
"name": "nv-fieldtime",
|
|
2756
2764
|
"description": {
|
|
2757
2765
|
"kind": "markdown",
|
|
2758
|
-
"value": "A
|
|
2766
|
+
"value": "A format-aware time input component that displays only relevant input fields based on the specified format.\nThe component ensures consistency between the format property and both input validation and value emission."
|
|
2759
2767
|
},
|
|
2760
2768
|
"attributes": [
|
|
2761
2769
|
{
|
|
@@ -2780,7 +2788,7 @@
|
|
|
2780
2788
|
},
|
|
2781
2789
|
{
|
|
2782
2790
|
"name": "format",
|
|
2783
|
-
"description": "Specifies the time format to be used.\nAvailable formats:\n- HH: 24-hour format (00-23)\n- HH:mm: 24-hour format with minutes (00:00-23:59)\n- HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59)\n- hh: 12-hour format (01-12)\n- hh:mm: 12-hour format with minutes (01:00-12:59)\n- hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59)",
|
|
2791
|
+
"description": "Specifies the time format to be used.\nAvailable formats:\n- HH: 24-hour format (00-23)\n- HH:mm: 24-hour format with minutes (00:00-23:59)\n- HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59)\n- hh: 12-hour format (01-12)\n- hh:mm: 12-hour format with minutes (01:00-12:59)\n- hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59)\n\nThe component automatically shows only the relevant input fields based on the selected format.\nWhen the format changes dynamically, the component re-parses the current value and updates\nthe visible fields accordingly.",
|
|
2784
2792
|
"values": [
|
|
2785
2793
|
{
|
|
2786
2794
|
"name": "HH"
|
|
@@ -3174,6 +3182,9 @@
|
|
|
3174
3182
|
{
|
|
3175
3183
|
"name": "alert-circle"
|
|
3176
3184
|
},
|
|
3185
|
+
{
|
|
3186
|
+
"name": "alert-square-rounded"
|
|
3187
|
+
},
|
|
3177
3188
|
{
|
|
3178
3189
|
"name": "alert-triangle"
|
|
3179
3190
|
},
|
|
@@ -3288,6 +3299,9 @@
|
|
|
3288
3299
|
{
|
|
3289
3300
|
"name": "battery"
|
|
3290
3301
|
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "bell-bolt"
|
|
3304
|
+
},
|
|
3291
3305
|
{
|
|
3292
3306
|
"name": "bell-off"
|
|
3293
3307
|
},
|
|
@@ -3558,6 +3572,12 @@
|
|
|
3558
3572
|
{
|
|
3559
3573
|
"name": "cloud"
|
|
3560
3574
|
},
|
|
3575
|
+
{
|
|
3576
|
+
"name": "collapse-close"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "collapse-open"
|
|
3580
|
+
},
|
|
3561
3581
|
{
|
|
3562
3582
|
"name": "color-picker"
|
|
3563
3583
|
},
|
|
@@ -3885,12 +3905,36 @@
|
|
|
3885
3905
|
{
|
|
3886
3906
|
"name": "gift"
|
|
3887
3907
|
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "git-branch-delete"
|
|
3910
|
+
},
|
|
3888
3911
|
{
|
|
3889
3912
|
"name": "git-branch"
|
|
3890
3913
|
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "git-cherry-pick"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "git-commit"
|
|
3919
|
+
},
|
|
3891
3920
|
{
|
|
3892
3921
|
"name": "git-compare"
|
|
3893
3922
|
},
|
|
3923
|
+
{
|
|
3924
|
+
"name": "git-fork"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"name": "git-merge"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"name": "git-pull-request-closed"
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"name": "git-pull-request-draft"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "git-pull-request"
|
|
3937
|
+
},
|
|
3894
3938
|
{
|
|
3895
3939
|
"name": "gps"
|
|
3896
3940
|
},
|
|
@@ -4599,6 +4643,9 @@
|
|
|
4599
4643
|
{
|
|
4600
4644
|
"name": "volume"
|
|
4601
4645
|
},
|
|
4646
|
+
{
|
|
4647
|
+
"name": "wallet"
|
|
4648
|
+
},
|
|
4602
4649
|
{
|
|
4603
4650
|
"name": "wand"
|
|
4604
4651
|
},
|