@nova-design-system/nova-webcomponents 3.0.0-beta.38 → 3.0.0-beta.39
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/blazor-docs.json +928 -198
- package/dist/cjs/app-globals-3a1e7e63.js +7 -0
- package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
- package/dist/cjs/{constants-69b40456.js → constants-2ae3d9eb.js} +22 -2
- package/dist/cjs/constants-2ae3d9eb.js.map +1 -0
- package/dist/cjs/index-5910ba06.js +8 -4
- package/dist/cjs/index.cjs.js +3 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/native.cjs.js +2 -2
- 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-button.cjs.entry.js +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +984 -0
- package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-col.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagridbody.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagriddatacell.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagridhead.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagridrow.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +2 -2
- 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 +10 -4
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +146 -223
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +37 -32
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +12 -11
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +9 -3
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +9 -3
- package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldradio.cjs.entry.js +9 -3
- package/dist/cjs/nv-fieldradio.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldselect.cjs.entry.js +11 -5
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +9 -3
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +9 -3
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +20 -12
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +19 -12
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-iconbutton.cjs.entry.js +1 -1
- package/dist/cjs/nv-loader.cjs.entry.js +1 -1
- package/dist/cjs/nv-menu.cjs.entry.js +1 -1
- package/dist/cjs/nv-menuitem.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-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +2 -2
- package/dist/cjs/nv-tablebody.cjs.entry.js +1 -1
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-tabledatacell.cjs.entry.js +1 -1
- package/dist/cjs/nv-tablehead.cjs.entry.js +1 -1
- package/dist/cjs/nv-tablerow.cjs.entry.js +1 -1
- package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/uri.utils-8523ad2b.js +26 -0
- package/dist/cjs/uri.utils-8523ad2b.js.map +1 -0
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/nv-calendar/nv-calendar.css +341 -0
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js +401 -0
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js.map +1 -0
- package/dist/collection/components/nv-calendar/nv-calendar.js +1328 -0
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -0
- package/dist/collection/components/nv-col/nv-col.js +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +2 -2
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.js +1 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +1 -1
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js +1 -1
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.js +1 -1
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.js +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.css +2 -0
- package/dist/collection/components/nv-dialog/nv-dialog.js +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.docs.js +8 -0
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +30 -4
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +11 -3
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +197 -252
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/{nv-fielddropdown.css → styles/nv-fielddropdown.css} +0 -3
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +55 -47
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js.map +1 -1
- package/dist/collection/components/nv-fielddropdownitem/{nv-fielddropdownitem.css → styles/nv-fielddropdownitem.css} +5 -3
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.css +0 -2
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +10 -2
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +34 -33
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js +8 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +29 -3
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js +8 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +30 -4
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +1 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.docs.js +8 -0
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +29 -3
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js +8 -19
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +31 -5
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js +8 -0
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +30 -4
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js +8 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +29 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.css +20 -17
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js +8 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +38 -10
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +1 -1
- package/dist/collection/components/nv-icon/nv-icon.js +19 -17
- package/dist/collection/components/nv-icon/nv-icon.js.map +1 -1
- 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 +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
- package/dist/collection/components/nv-popover/nv-popover.css +3 -0
- package/dist/collection/components/nv-popover/nv-popover.js +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +2 -2
- package/dist/collection/components/nv-tablebody/nv-tablebody.js +1 -1
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js +1 -1
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js +1 -1
- package/dist/collection/components/nv-tablehead/nv-tablehead.js +1 -1
- package/dist/collection/components/nv-tablerow/nv-tablerow.js +1 -1
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/interfaces/calendarShortcut.js +2 -0
- package/dist/collection/interfaces/calendarShortcut.js.map +1 -0
- package/dist/collection/interfaces/dateRange.js +2 -0
- package/dist/collection/interfaces/dateRange.js.map +1 -0
- package/dist/collection/interfaces/localization.js +2 -0
- package/dist/collection/interfaces/localization.js.map +1 -0
- package/dist/collection/templates/navigation.docs.js +5 -0
- package/dist/collection/templates/navigation.docs.js.map +1 -1
- package/dist/collection/utils/constants.js +18 -0
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/collection/utils/test/uri.utils.test.js +21 -0
- package/dist/collection/utils/test/uri.utils.test.js.map +1 -0
- package/dist/collection/utils/uri.utils.js +15 -0
- package/dist/collection/utils/uri.utils.js.map +1 -0
- package/dist/components/index.js +3 -2
- package/dist/components/index.js.map +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 +2 -2
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.d.ts +11 -0
- package/dist/components/nv-calendar.js +1046 -0
- package/dist/components/nv-calendar.js.map +1 -0
- package/dist/components/nv-col.js +1 -1
- package/dist/components/nv-datagrid.js +2 -2
- package/dist/components/nv-datagridbody.js +1 -1
- package/dist/components/nv-datagridcolumn.js +1 -1
- package/dist/components/nv-datagriddatacell.js +1 -1
- package/dist/components/nv-datagridhead.js +1 -1
- package/dist/components/nv-datagridrow.js +1 -1
- package/dist/components/nv-dialog.js +7 -7
- package/dist/components/nv-dialog.js.map +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-dialogheader.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddropdown.js +154 -230
- 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 +21 -19
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +12 -5
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +13 -6
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +11 -4
- package/dist/components/nv-fieldradio.js.map +1 -1
- package/dist/components/nv-fieldselect.js +13 -6
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldtext.js +12 -5
- package/dist/components/nv-fieldtext.js.map +1 -1
- package/dist/components/nv-fieldtextarea.js +11 -4
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.js +25 -16
- package/dist/components/nv-fieldtime.js.map +1 -1
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-loader.js +1 -1
- package/dist/components/nv-menu.js +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-tablebody.js +1 -1
- package/dist/components/nv-tablecolumn.js +1 -1
- package/dist/components/nv-tabledatacell.js +1 -1
- package/dist/components/nv-tablehead.js +1 -1
- package/dist/components/nv-tablerow.js +1 -1
- package/dist/components/nv-toggle.js +2 -2
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-802c9204.js → p-17b6705f.js} +5 -5
- package/dist/components/{p-802c9204.js.map → p-17b6705f.js.map} +1 -1
- package/dist/components/{p-2768d2c0.js → p-33e07c91.js} +2 -2
- package/dist/components/{p-2768d2c0.js.map → p-33e07c91.js.map} +1 -1
- package/dist/components/{p-b877a150.js → p-48317c2c.js} +3 -3
- package/dist/components/{p-b877a150.js.map → p-48317c2c.js.map} +1 -1
- package/dist/components/{p-a9a52105.js → p-492ad81d.js} +1178 -5
- package/dist/components/p-492ad81d.js.map +1 -0
- package/dist/components/{p-d20958c4.js → p-5f5e2bf2.js} +21 -15
- package/dist/components/p-5f5e2bf2.js.map +1 -0
- package/dist/components/{p-1c83f303.js → p-659a5ae4.js} +4 -4
- package/dist/components/{p-1c83f303.js.map → p-659a5ae4.js.map} +1 -1
- package/dist/components/{p-18d221e3.js → p-73e703a1.js} +2 -2
- package/dist/components/{p-18d221e3.js.map → p-73e703a1.js.map} +1 -1
- package/dist/components/p-7e58e7d1.js +23 -0
- package/dist/components/p-7e58e7d1.js.map +1 -0
- package/dist/components/{p-16badb3b.js → p-83e1177b.js} +3 -3
- package/dist/components/{p-16badb3b.js.map → p-83e1177b.js.map} +1 -1
- package/dist/components/{p-ab87be7f.js → p-842afd9a.js} +3 -3
- package/dist/components/{p-ab87be7f.js.map → p-842afd9a.js.map} +1 -1
- package/dist/components/{p-79bf6acb.js → p-88165c0e.js} +2 -2
- package/dist/components/{p-79bf6acb.js.map → p-88165c0e.js.map} +1 -1
- package/dist/components/{p-91bf0cb6.js → p-8d7a57d1.js} +3 -3
- package/dist/components/{p-91bf0cb6.js.map → p-8d7a57d1.js.map} +1 -1
- package/dist/components/p-c1765831.js +89 -0
- package/dist/components/p-c1765831.js.map +1 -0
- package/dist/components/p-f40a7e2f.js +95 -0
- package/dist/components/p-f40a7e2f.js.map +1 -0
- package/dist/{esm/constants-0181211f.js → components/p-fd65c51f.js} +22 -3
- package/dist/components/p-fd65c51f.js.map +1 -0
- package/dist/components/{p-98ff0e5f.js → p-fdf57d25.js} +13 -6
- package/dist/components/p-fdf57d25.js.map +1 -0
- package/dist/docs.json +868 -145
- package/dist/esm/app-globals-0f993ce5.js +5 -0
- package/dist/esm/app-globals-0f993ce5.js.map +1 -0
- package/dist/{components/p-56f71851.js → esm/constants-8243d2ea.js} +22 -3
- package/dist/esm/constants-8243d2ea.js.map +1 -0
- package/dist/esm/index-fac2d5d2.js +8 -4
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/native.js +2 -2
- package/dist/esm/nv-alert.entry.js +1 -1
- package/dist/esm/nv-avatar.entry.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +1 -1
- package/dist/esm/nv-button.entry.js +1 -1
- package/dist/esm/nv-calendar.entry.js +980 -0
- package/dist/esm/nv-calendar.entry.js.map +1 -0
- package/dist/esm/nv-col.entry.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +2 -2
- package/dist/esm/nv-datagridbody.entry.js +1 -1
- package/dist/esm/nv-datagridcolumn.entry.js +1 -1
- package/dist/esm/nv-datagriddatacell.entry.js +1 -1
- package/dist/esm/nv-datagridhead.entry.js +1 -1
- package/dist/esm/nv-datagridrow.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js +2 -2
- 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 +10 -4
- package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +146 -223
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +37 -32
- package/dist/esm/nv-fielddropdownitem.entry.js.map +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +12 -11
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +9 -3
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +9 -3
- package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
- package/dist/esm/nv-fieldradio.entry.js +9 -3
- package/dist/esm/nv-fieldradio.entry.js.map +1 -1
- package/dist/esm/nv-fieldselect.entry.js +11 -5
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +9 -3
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +9 -3
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +20 -12
- package/dist/esm/nv-fieldtime.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +19 -12
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-iconbutton.entry.js +1 -1
- package/dist/esm/nv-loader.entry.js +1 -1
- package/dist/esm/nv-menu.entry.js +1 -1
- package/dist/esm/nv-menuitem.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-stack.entry.js +1 -1
- package/dist/esm/nv-table.entry.js +2 -2
- package/dist/esm/nv-tablebody.entry.js +1 -1
- package/dist/esm/nv-tablecolumn.entry.js +1 -1
- package/dist/esm/nv-tabledatacell.entry.js +1 -1
- package/dist/esm/nv-tablehead.entry.js +1 -1
- package/dist/esm/nv-tablerow.entry.js +1 -1
- package/dist/esm/nv-toggle.entry.js +2 -2
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/esm/uri.utils-4c2a1e4c.js +23 -0
- package/dist/esm/uri.utils-4c2a1e4c.js.map +1 -0
- package/dist/native/index.esm.js +1 -1
- package/dist/native/index.esm.js.map +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/{p-8f4788b9.entry.js → p-1bae8cdd.entry.js} +2 -2
- package/dist/native/{p-8c1a6aa6.entry.js → p-1ca72f74.entry.js} +2 -2
- package/dist/native/{p-d67b7502.entry.js → p-2151f564.entry.js} +2 -2
- package/dist/native/{p-87083363.entry.js → p-2b99e720.entry.js} +2 -2
- package/dist/native/{p-87083363.entry.js.map → p-2b99e720.entry.js.map} +1 -1
- package/dist/native/p-3422397d.entry.js +2 -0
- package/dist/native/{p-e3827605.entry.js → p-39b4ec02.entry.js} +2 -2
- package/dist/native/p-39b4ec02.entry.js.map +1 -0
- package/dist/native/{p-a06bafad.entry.js → p-3b2c7871.entry.js} +2 -2
- package/dist/native/{p-51ad8bcd.entry.js → p-3bfd5a30.entry.js} +2 -2
- package/dist/native/p-3bfd5a30.entry.js.map +1 -0
- package/dist/native/p-44e7e3e8.entry.js +2 -0
- package/dist/native/p-44e7e3e8.entry.js.map +1 -0
- package/dist/native/p-46c9aa04.entry.js +2 -0
- package/dist/native/p-46c9aa04.entry.js.map +1 -0
- package/dist/native/p-4a7fa613.entry.js +2 -0
- package/dist/native/{p-96902bb3.entry.js.map → p-4a7fa613.entry.js.map} +1 -1
- package/dist/native/{p-e192c25c.entry.js → p-4db7add6.entry.js} +2 -2
- package/dist/native/{p-a998f8df.entry.js → p-4eacd598.entry.js} +2 -2
- package/dist/native/p-51e0c5d3.entry.js +2 -0
- package/dist/native/{p-2aebf31b.entry.js.map → p-51e0c5d3.entry.js.map} +1 -1
- package/dist/native/p-57513eb0.entry.js +2 -0
- package/dist/native/{p-ab5a8ce5.entry.js.map → p-57513eb0.entry.js.map} +1 -1
- package/dist/native/p-5851fbed.entry.js +2 -0
- package/dist/native/{p-61d2cb2e.entry.js → p-634b49fe.entry.js} +2 -2
- package/dist/native/{p-211f7b19.entry.js → p-63c894f0.entry.js} +2 -2
- package/dist/native/{p-130f6c47.entry.js → p-6acbf729.entry.js} +2 -2
- package/dist/native/p-6acbf729.entry.js.map +1 -0
- package/dist/native/{p-bd6d9237.entry.js → p-7211a3cb.entry.js} +2 -2
- package/dist/native/{p-bd6d9237.entry.js.map → p-7211a3cb.entry.js.map} +1 -1
- package/dist/native/p-79765c7d.entry.js +2 -0
- package/dist/native/p-7e58e7d1.js +2 -0
- package/dist/native/p-7e58e7d1.js.map +1 -0
- package/dist/native/{p-3c004551.entry.js → p-833af1bf.entry.js} +2 -2
- package/dist/native/p-833af1bf.entry.js.map +1 -0
- package/dist/native/p-87bd53df.entry.js +2 -0
- package/dist/native/p-87bd53df.entry.js.map +1 -0
- package/dist/native/p-8b323a15.entry.js +2 -0
- package/dist/native/{p-10ba289c.entry.js.map → p-8b323a15.entry.js.map} +1 -1
- package/dist/native/p-943a19a5.entry.js +2 -0
- package/dist/native/{p-8ee30013.entry.js.map → p-943a19a5.entry.js.map} +1 -1
- package/dist/native/{p-2f62f097.entry.js → p-9c8eadde.entry.js} +2 -2
- package/dist/native/p-ac81e143.entry.js +2 -0
- package/dist/native/p-ac81e143.entry.js.map +1 -0
- package/dist/native/{p-99e7a452.entry.js → p-afc16010.entry.js} +2 -2
- package/dist/native/p-afc16010.entry.js.map +1 -0
- package/dist/native/{p-54df2174.entry.js → p-b13b2663.entry.js} +2 -2
- package/dist/native/p-b13b2663.entry.js.map +1 -0
- package/dist/native/p-b2ace8e9.entry.js +2 -0
- package/dist/native/p-b2ace8e9.entry.js.map +1 -0
- package/dist/native/{p-4f11286d.entry.js → p-bac62e20.entry.js} +2 -2
- package/dist/native/{p-46553ffd.entry.js → p-bfb6e22c.entry.js} +2 -2
- package/dist/native/p-c29be15d.entry.js +2 -0
- package/dist/native/{p-aa2834e2.entry.js.map → p-c29be15d.entry.js.map} +1 -1
- package/dist/native/{p-1bb5a6bd.entry.js → p-cba14168.entry.js} +2 -2
- package/dist/native/p-cba14168.entry.js.map +1 -0
- package/dist/native/p-dbb89408.entry.js +2 -0
- package/dist/native/p-e1255160.js +2 -0
- package/dist/native/p-e1255160.js.map +1 -0
- package/dist/native/p-e1b22ca7.entry.js +2 -0
- package/dist/native/p-e1b22ca7.entry.js.map +1 -0
- package/dist/native/{p-d776ed48.entry.js → p-ef9b66d4.entry.js} +2 -2
- package/dist/native/p-f867541d.entry.js +2 -0
- package/dist/native/p-f954a077.entry.js +2 -0
- package/dist/native/{p-f30ce086.entry.js.map → p-f954a077.entry.js.map} +1 -1
- package/dist/native/{p-d24586ed.entry.js → p-fa33ec18.entry.js} +2 -2
- package/dist/native/{p-56f71851.js → p-fd65c51f.js} +2 -2
- package/dist/native/p-fd65c51f.js.map +1 -0
- package/dist/native/p-ff7eea0e.entry.js +2 -0
- package/dist/types/components/nv-calendar/nv-calendar.d.ts +383 -0
- package/dist/types/components/nv-calendar/nv-calendar.docs.d.ts +4 -0
- package/dist/types/components/nv-fieldcheckbox/nv-fieldcheckbox.d.ts +6 -0
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +45 -62
- package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.d.ts +27 -13
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +7 -10
- package/dist/types/components/nv-fieldnumber/nv-fieldnumber.d.ts +6 -0
- package/dist/types/components/nv-fieldpassword/nv-fieldpassword.d.ts +6 -0
- package/dist/types/components/nv-fieldradio/nv-fieldradio.d.ts +6 -0
- package/dist/types/components/nv-fieldselect/nv-fieldselect.d.ts +6 -0
- package/dist/types/components/nv-fieldtext/nv-fieldtext.d.ts +6 -0
- package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +6 -0
- package/dist/types/components/nv-fieldtime/nv-fieldtime.d.ts +6 -0
- package/dist/types/components/nv-icon/nv-icon.d.ts +6 -4
- package/dist/types/components.d.ts +292 -28
- package/dist/types/index.d.ts +4 -0
- package/dist/types/interfaces/calendarShortcut.d.ts +17 -0
- package/dist/types/interfaces/dateRange.d.ts +13 -0
- package/dist/types/interfaces/localization.d.ts +9 -0
- package/dist/types/utils/constants.d.ts +2 -0
- package/dist/types/utils/uri.utils.d.ts +6 -0
- package/dist/vscode-data.json +180 -56
- package/hydrate/index.js +2104 -1085
- package/hydrate/index.mjs +2104 -1085
- package/package.json +7 -3
- package/dist/cjs/app-globals-bd4d701e.js +0 -11
- package/dist/cjs/app-globals-bd4d701e.js.map +0 -1
- package/dist/cjs/constants-69b40456.js.map +0 -1
- package/dist/collection/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.js +0 -2
- package/dist/collection/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.js.map +0 -1
- package/dist/collection/dev/dev-components.js +0 -3
- package/dist/collection/dev/dev-components.js.map +0 -1
- package/dist/collection/dev/dev-forms.js +0 -3
- package/dist/collection/dev/dev-forms.js.map +0 -1
- package/dist/collection/dev/dev-root.js +0 -23
- package/dist/collection/dev/dev-root.js.map +0 -1
- package/dist/collection/dev/dev-utils.js +0 -54
- package/dist/collection/dev/dev-utils.js.map +0 -1
- package/dist/collection/global.js +0 -6
- package/dist/collection/global.js.map +0 -1
- package/dist/components/p-17714233.js +0 -1263
- package/dist/components/p-17714233.js.map +0 -1
- package/dist/components/p-56f71851.js.map +0 -1
- package/dist/components/p-98ff0e5f.js.map +0 -1
- package/dist/components/p-a9a52105.js.map +0 -1
- package/dist/components/p-d20958c4.js.map +0 -1
- package/dist/components/p-dd34b97d.js +0 -90
- package/dist/components/p-dd34b97d.js.map +0 -1
- package/dist/esm/app-globals-0a94217b.js +0 -9
- package/dist/esm/app-globals-0a94217b.js.map +0 -1
- package/dist/esm/constants-0181211f.js.map +0 -1
- package/dist/native/p-02bb8184.entry.js +0 -2
- package/dist/native/p-09850aa9.entry.js +0 -2
- package/dist/native/p-09850aa9.entry.js.map +0 -1
- package/dist/native/p-10ba289c.entry.js +0 -2
- package/dist/native/p-1208abf2.entry.js +0 -2
- package/dist/native/p-1208abf2.entry.js.map +0 -1
- package/dist/native/p-130f6c47.entry.js.map +0 -1
- package/dist/native/p-180c45ff.entry.js +0 -2
- package/dist/native/p-180c45ff.entry.js.map +0 -1
- package/dist/native/p-1bb5a6bd.entry.js.map +0 -1
- package/dist/native/p-273d55e5.entry.js +0 -2
- package/dist/native/p-273d55e5.entry.js.map +0 -1
- package/dist/native/p-2aebf31b.entry.js +0 -2
- package/dist/native/p-3c004551.entry.js.map +0 -1
- package/dist/native/p-51ad8bcd.entry.js.map +0 -1
- package/dist/native/p-54df2174.entry.js.map +0 -1
- package/dist/native/p-56f71851.js.map +0 -1
- package/dist/native/p-892052c2.entry.js +0 -2
- package/dist/native/p-8ee30013.entry.js +0 -2
- package/dist/native/p-96902bb3.entry.js +0 -2
- package/dist/native/p-99e7a452.entry.js.map +0 -1
- package/dist/native/p-aa2834e2.entry.js +0 -2
- package/dist/native/p-ab5a8ce5.entry.js +0 -2
- package/dist/native/p-c398cdb4.entry.js +0 -2
- package/dist/native/p-c398cdb4.entry.js.map +0 -1
- package/dist/native/p-dc9dd5a7.entry.js +0 -2
- package/dist/native/p-e3827605.entry.js.map +0 -1
- package/dist/native/p-e5a7596b.entry.js +0 -2
- package/dist/native/p-e6f45df2.entry.js +0 -2
- package/dist/native/p-ed47a702.entry.js +0 -2
- package/dist/native/p-f30ce086.entry.js +0 -2
- package/dist/native/p-f3fbdea6.js +0 -2
- package/dist/native/p-f3fbdea6.js.map +0 -1
- package/dist/types/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.d.ts +0 -21
- package/dist/types/dev/dev-components.d.ts +0 -2
- package/dist/types/dev/dev-forms.d.ts +0 -2
- package/dist/types/dev/dev-utils.d.ts +0 -17
- package/dist/types/global.d.ts +0 -1
- /package/dist/native/{p-8f4788b9.entry.js.map → p-1bae8cdd.entry.js.map} +0 -0
- /package/dist/native/{p-8c1a6aa6.entry.js.map → p-1ca72f74.entry.js.map} +0 -0
- /package/dist/native/{p-d67b7502.entry.js.map → p-2151f564.entry.js.map} +0 -0
- /package/dist/native/{p-dc9dd5a7.entry.js.map → p-3422397d.entry.js.map} +0 -0
- /package/dist/native/{p-a06bafad.entry.js.map → p-3b2c7871.entry.js.map} +0 -0
- /package/dist/native/{p-e192c25c.entry.js.map → p-4db7add6.entry.js.map} +0 -0
- /package/dist/native/{p-a998f8df.entry.js.map → p-4eacd598.entry.js.map} +0 -0
- /package/dist/native/{p-e5a7596b.entry.js.map → p-5851fbed.entry.js.map} +0 -0
- /package/dist/native/{p-61d2cb2e.entry.js.map → p-634b49fe.entry.js.map} +0 -0
- /package/dist/native/{p-211f7b19.entry.js.map → p-63c894f0.entry.js.map} +0 -0
- /package/dist/native/{p-e6f45df2.entry.js.map → p-79765c7d.entry.js.map} +0 -0
- /package/dist/native/{p-2f62f097.entry.js.map → p-9c8eadde.entry.js.map} +0 -0
- /package/dist/native/{p-4f11286d.entry.js.map → p-bac62e20.entry.js.map} +0 -0
- /package/dist/native/{p-46553ffd.entry.js.map → p-bfb6e22c.entry.js.map} +0 -0
- /package/dist/native/{p-02bb8184.entry.js.map → p-dbb89408.entry.js.map} +0 -0
- /package/dist/native/{p-d776ed48.entry.js.map → p-ef9b66d4.entry.js.map} +0 -0
- /package/dist/native/{p-ed47a702.entry.js.map → p-f867541d.entry.js.map} +0 -0
- /package/dist/native/{p-d24586ed.entry.js.map → p-fa33ec18.entry.js.map} +0 -0
- /package/dist/native/{p-892052c2.entry.js.map → p-ff7eea0e.entry.js.map} +0 -0
- /package/dist/types/{dev/dev-root.d.ts → utils/test/uri.utils.test.d.ts} +0 -0
package/dist/blazor-docs.json
CHANGED
|
@@ -1279,6 +1279,7 @@
|
|
|
1279
1279
|
],
|
|
1280
1280
|
"encapsulation": "none",
|
|
1281
1281
|
"dependents": [
|
|
1282
|
+
"nv-calendar",
|
|
1282
1283
|
"nv-dialog",
|
|
1283
1284
|
"nv-dialogfooter"
|
|
1284
1285
|
],
|
|
@@ -1289,6 +1290,9 @@
|
|
|
1289
1290
|
"nv-button": [
|
|
1290
1291
|
"nv-loader"
|
|
1291
1292
|
],
|
|
1293
|
+
"nv-calendar": [
|
|
1294
|
+
"nv-button"
|
|
1295
|
+
],
|
|
1292
1296
|
"nv-dialog": [
|
|
1293
1297
|
"nv-button"
|
|
1294
1298
|
],
|
|
@@ -1475,27 +1479,523 @@
|
|
|
1475
1479
|
}
|
|
1476
1480
|
},
|
|
1477
1481
|
"mutable": false,
|
|
1478
|
-
"attr": "size",
|
|
1479
|
-
"reflectToAttr": true,
|
|
1480
|
-
"docs": "Determines how large or small the button appears, allowing for\ncustomization of the button's dimensions to fit different design\nspecifications and user needs.",
|
|
1481
|
-
"docsTags": [],
|
|
1482
|
-
"default": "'md'",
|
|
1483
|
-
"values": [
|
|
1484
|
-
{
|
|
1485
|
-
"value": "lg",
|
|
1486
|
-
"type": "lg"
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"value": "md",
|
|
1490
|
-
"type": "md"
|
|
1491
|
-
},
|
|
1482
|
+
"attr": "size",
|
|
1483
|
+
"reflectToAttr": true,
|
|
1484
|
+
"docs": "Determines how large or small the button appears, allowing for\ncustomization of the button's dimensions to fit different design\nspecifications and user needs.",
|
|
1485
|
+
"docsTags": [],
|
|
1486
|
+
"default": "'md'",
|
|
1487
|
+
"values": [
|
|
1488
|
+
{
|
|
1489
|
+
"value": "lg",
|
|
1490
|
+
"type": "lg"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"value": "md",
|
|
1494
|
+
"type": "md"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"value": "sm",
|
|
1498
|
+
"type": "sm"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"value": "xs",
|
|
1502
|
+
"type": "xs"
|
|
1503
|
+
}
|
|
1504
|
+
],
|
|
1505
|
+
"optional": false,
|
|
1506
|
+
"required": false,
|
|
1507
|
+
"getter": false,
|
|
1508
|
+
"setter": false
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "type",
|
|
1512
|
+
"type": "enum",
|
|
1513
|
+
"complexType": {
|
|
1514
|
+
"original": "`${ButtonType}`",
|
|
1515
|
+
"resolved": "\"button\" | \"reset\" | \"submit\"",
|
|
1516
|
+
"references": {
|
|
1517
|
+
"ButtonType": {
|
|
1518
|
+
"location": "import",
|
|
1519
|
+
"path": "../../utils/constants",
|
|
1520
|
+
"id": "src/utils/constants.ts::ButtonType"
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
"mutable": false,
|
|
1525
|
+
"attr": "type",
|
|
1526
|
+
"reflectToAttr": true,
|
|
1527
|
+
"docs": "Sets the button type to control its function in forms. Use 'submit' to send\nform data, 'reset' to clear the form, or 'button' for a standard button\nthat doesn’t interact with form submission by default.",
|
|
1528
|
+
"docsTags": [],
|
|
1529
|
+
"default": "'button'",
|
|
1530
|
+
"values": [
|
|
1531
|
+
{
|
|
1532
|
+
"value": "button",
|
|
1533
|
+
"type": "button"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"value": "reset",
|
|
1537
|
+
"type": "reset"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"value": "submit",
|
|
1541
|
+
"type": "submit"
|
|
1542
|
+
}
|
|
1543
|
+
],
|
|
1544
|
+
"optional": false,
|
|
1545
|
+
"required": false,
|
|
1546
|
+
"getter": false,
|
|
1547
|
+
"setter": false
|
|
1548
|
+
}
|
|
1549
|
+
],
|
|
1550
|
+
"methods": [],
|
|
1551
|
+
"events": [],
|
|
1552
|
+
"styles": [],
|
|
1553
|
+
"slots": [
|
|
1554
|
+
{
|
|
1555
|
+
"name": "default",
|
|
1556
|
+
"docs": "Content of the button."
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"name": "leading-icon",
|
|
1560
|
+
"docs": "Icon before the label."
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"name": "trailing-icon",
|
|
1564
|
+
"docs": "Icon after the label."
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"parts": [],
|
|
1568
|
+
"listeners": [
|
|
1569
|
+
{
|
|
1570
|
+
"event": "keydown",
|
|
1571
|
+
"capture": false,
|
|
1572
|
+
"passive": false
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"event": "touchstart",
|
|
1576
|
+
"capture": false,
|
|
1577
|
+
"passive": false
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
"formAssociated": true,
|
|
1581
|
+
"formValidation": {
|
|
1582
|
+
"hasValidations": false
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"filePath": "src/components/nv-calendar/nv-calendar.tsx",
|
|
1587
|
+
"fileName": "nv-calendar.tsx",
|
|
1588
|
+
"tag": "nv-calendar",
|
|
1589
|
+
"readme": "# nv-calendar\n\nThe `<nv-calendar>` component supports a wide range of date formats to accommodate various use cases, including international standards, regional conventions, and platform-specific formats.\n",
|
|
1590
|
+
"overview": "",
|
|
1591
|
+
"usage": {},
|
|
1592
|
+
"docs": "The `<nv-calendar>` component supports a wide range of date formats to accommodate various use cases, including international standards, regional conventions, and platform-specific formats.",
|
|
1593
|
+
"docsTags": [
|
|
1594
|
+
{
|
|
1595
|
+
"name": "slot",
|
|
1596
|
+
"text": "default - Child content of the component."
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"name": "slot",
|
|
1600
|
+
"text": "actions - Child content of the component."
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1603
|
+
"encapsulation": "none",
|
|
1604
|
+
"dependents": [],
|
|
1605
|
+
"dependencies": [
|
|
1606
|
+
"nv-iconbutton",
|
|
1607
|
+
"nv-button"
|
|
1608
|
+
],
|
|
1609
|
+
"dependencyGraph": {
|
|
1610
|
+
"nv-calendar": [
|
|
1611
|
+
"nv-iconbutton",
|
|
1612
|
+
"nv-button"
|
|
1613
|
+
],
|
|
1614
|
+
"nv-iconbutton": [
|
|
1615
|
+
"nv-loader",
|
|
1616
|
+
"nv-icon"
|
|
1617
|
+
],
|
|
1618
|
+
"nv-button": [
|
|
1619
|
+
"nv-loader"
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
"props": [
|
|
1623
|
+
{
|
|
1624
|
+
"name": "dateFormat",
|
|
1625
|
+
"type": "string",
|
|
1626
|
+
"complexType": {
|
|
1627
|
+
"original": "string",
|
|
1628
|
+
"resolved": "string",
|
|
1629
|
+
"references": {}
|
|
1630
|
+
},
|
|
1631
|
+
"mutable": false,
|
|
1632
|
+
"attr": "date-format",
|
|
1633
|
+
"reflectToAttr": false,
|
|
1634
|
+
"docs": "Date format (ex: 'YYYY-MM-DD', 'DD-MM-YYYY', etc.)",
|
|
1635
|
+
"docsTags": [
|
|
1636
|
+
{
|
|
1637
|
+
"name": "default",
|
|
1638
|
+
"text": "'YYYY-MM-DD'"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "note",
|
|
1642
|
+
"text": "If the date format is in UTC mode, the date will be displayed in UTC time."
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "note",
|
|
1646
|
+
"text": "If the date format is not in UTC mode, the date will be displayed in the local time."
|
|
1647
|
+
}
|
|
1648
|
+
],
|
|
1649
|
+
"default": "'YYYY-MM-DD'",
|
|
1650
|
+
"values": [
|
|
1651
|
+
{
|
|
1652
|
+
"type": "string"
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"optional": false,
|
|
1656
|
+
"required": false,
|
|
1657
|
+
"getter": false,
|
|
1658
|
+
"setter": false
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"name": "disabledDates",
|
|
1662
|
+
"type": "string",
|
|
1663
|
+
"complexType": {
|
|
1664
|
+
"original": "string",
|
|
1665
|
+
"resolved": "string",
|
|
1666
|
+
"references": {}
|
|
1667
|
+
},
|
|
1668
|
+
"mutable": false,
|
|
1669
|
+
"attr": "disabled-dates",
|
|
1670
|
+
"reflectToAttr": false,
|
|
1671
|
+
"docs": "Disabled dates (ISO string array)",
|
|
1672
|
+
"docsTags": [
|
|
1673
|
+
{
|
|
1674
|
+
"name": "default",
|
|
1675
|
+
"text": "'[]'"
|
|
1676
|
+
}
|
|
1677
|
+
],
|
|
1678
|
+
"default": "''",
|
|
1679
|
+
"values": [
|
|
1680
|
+
{
|
|
1681
|
+
"type": "string"
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
"optional": false,
|
|
1685
|
+
"required": false,
|
|
1686
|
+
"getter": false,
|
|
1687
|
+
"setter": false
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "firstDayOfWeek",
|
|
1691
|
+
"type": "double",
|
|
1692
|
+
"complexType": {
|
|
1693
|
+
"original": "number",
|
|
1694
|
+
"resolved": "number",
|
|
1695
|
+
"references": {}
|
|
1696
|
+
},
|
|
1697
|
+
"mutable": false,
|
|
1698
|
+
"attr": "first-day-of-week",
|
|
1699
|
+
"reflectToAttr": false,
|
|
1700
|
+
"docs": "First day of the week (0 = Sunday, 1 = Monday, etc.)",
|
|
1701
|
+
"docsTags": [
|
|
1702
|
+
{
|
|
1703
|
+
"name": "default",
|
|
1704
|
+
"text": "0"
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"default": "0",
|
|
1708
|
+
"values": [
|
|
1709
|
+
{
|
|
1710
|
+
"type": "double"
|
|
1711
|
+
}
|
|
1712
|
+
],
|
|
1713
|
+
"optional": false,
|
|
1714
|
+
"required": false,
|
|
1715
|
+
"getter": false,
|
|
1716
|
+
"setter": false
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "locale",
|
|
1720
|
+
"type": "string",
|
|
1721
|
+
"complexType": {
|
|
1722
|
+
"original": "string",
|
|
1723
|
+
"resolved": "string",
|
|
1724
|
+
"references": {}
|
|
1725
|
+
},
|
|
1726
|
+
"mutable": false,
|
|
1727
|
+
"attr": "locale",
|
|
1728
|
+
"reflectToAttr": false,
|
|
1729
|
+
"docs": "Locale for date formatting",
|
|
1730
|
+
"docsTags": [
|
|
1731
|
+
{
|
|
1732
|
+
"name": "default",
|
|
1733
|
+
"text": "'en-BE'"
|
|
1734
|
+
}
|
|
1735
|
+
],
|
|
1736
|
+
"default": "'en-BE'",
|
|
1737
|
+
"values": [
|
|
1738
|
+
{
|
|
1739
|
+
"type": "string"
|
|
1740
|
+
}
|
|
1741
|
+
],
|
|
1742
|
+
"optional": false,
|
|
1743
|
+
"required": false,
|
|
1744
|
+
"getter": false,
|
|
1745
|
+
"setter": false
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "max",
|
|
1749
|
+
"type": "string",
|
|
1750
|
+
"complexType": {
|
|
1751
|
+
"original": "string",
|
|
1752
|
+
"resolved": "string",
|
|
1753
|
+
"references": {}
|
|
1754
|
+
},
|
|
1755
|
+
"mutable": false,
|
|
1756
|
+
"attr": "max",
|
|
1757
|
+
"reflectToAttr": false,
|
|
1758
|
+
"docs": "Maximum date for selection (ISO string format, ex: \"2025-12-31\")",
|
|
1759
|
+
"docsTags": [],
|
|
1760
|
+
"default": "''",
|
|
1761
|
+
"values": [
|
|
1762
|
+
{
|
|
1763
|
+
"type": "string"
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1766
|
+
"optional": true,
|
|
1767
|
+
"required": false,
|
|
1768
|
+
"getter": false,
|
|
1769
|
+
"setter": false
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "min",
|
|
1773
|
+
"type": "string",
|
|
1774
|
+
"complexType": {
|
|
1775
|
+
"original": "string",
|
|
1776
|
+
"resolved": "string",
|
|
1777
|
+
"references": {}
|
|
1778
|
+
},
|
|
1779
|
+
"mutable": false,
|
|
1780
|
+
"attr": "min",
|
|
1781
|
+
"reflectToAttr": false,
|
|
1782
|
+
"docs": "Minimum date for selection (ISO string format, ex: \"2025-01-01\")",
|
|
1783
|
+
"docsTags": [],
|
|
1784
|
+
"default": "''",
|
|
1785
|
+
"values": [
|
|
1786
|
+
{
|
|
1787
|
+
"type": "string"
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"optional": true,
|
|
1791
|
+
"required": false,
|
|
1792
|
+
"getter": false,
|
|
1793
|
+
"setter": false
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "numberOfCalendars",
|
|
1797
|
+
"type": "double",
|
|
1798
|
+
"complexType": {
|
|
1799
|
+
"original": "number",
|
|
1800
|
+
"resolved": "number",
|
|
1801
|
+
"references": {}
|
|
1802
|
+
},
|
|
1803
|
+
"mutable": true,
|
|
1804
|
+
"attr": "number-of-calendars",
|
|
1805
|
+
"reflectToAttr": true,
|
|
1806
|
+
"docs": "Number of calendars to display",
|
|
1807
|
+
"docsTags": [
|
|
1808
|
+
{
|
|
1809
|
+
"name": "default",
|
|
1810
|
+
"text": "1"
|
|
1811
|
+
}
|
|
1812
|
+
],
|
|
1813
|
+
"default": "1",
|
|
1814
|
+
"values": [
|
|
1815
|
+
{
|
|
1816
|
+
"type": "double"
|
|
1817
|
+
}
|
|
1818
|
+
],
|
|
1819
|
+
"optional": false,
|
|
1820
|
+
"required": false,
|
|
1821
|
+
"getter": false,
|
|
1822
|
+
"setter": false
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"name": "rangeValue",
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"complexType": {
|
|
1828
|
+
"original": "string",
|
|
1829
|
+
"resolved": "string",
|
|
1830
|
+
"references": {}
|
|
1831
|
+
},
|
|
1832
|
+
"mutable": true,
|
|
1833
|
+
"attr": "range-value",
|
|
1834
|
+
"reflectToAttr": true,
|
|
1835
|
+
"docs": "Selected date range\nformat: { start: ISO string, end: ISO string }\nex: { start: \"2025-03-15\", end: \"2025-03-20\" }",
|
|
1836
|
+
"docsTags": [],
|
|
1837
|
+
"default": "''",
|
|
1838
|
+
"values": [
|
|
1839
|
+
{
|
|
1840
|
+
"type": "string"
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
"optional": false,
|
|
1844
|
+
"required": false,
|
|
1845
|
+
"getter": false,
|
|
1846
|
+
"setter": false
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "selectionType",
|
|
1850
|
+
"type": "enum",
|
|
1851
|
+
"complexType": {
|
|
1852
|
+
"original": "'single' | 'range'",
|
|
1853
|
+
"resolved": "\"range\" | \"single\"",
|
|
1854
|
+
"references": {}
|
|
1855
|
+
},
|
|
1856
|
+
"mutable": false,
|
|
1857
|
+
"attr": "selection-type",
|
|
1858
|
+
"reflectToAttr": false,
|
|
1859
|
+
"docs": "Selection type (single date or date range)",
|
|
1860
|
+
"docsTags": [
|
|
1861
|
+
{
|
|
1862
|
+
"name": "default",
|
|
1863
|
+
"text": "'single'"
|
|
1864
|
+
}
|
|
1865
|
+
],
|
|
1866
|
+
"default": "'single'",
|
|
1867
|
+
"values": [
|
|
1868
|
+
{
|
|
1869
|
+
"value": "range",
|
|
1870
|
+
"type": "range"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"value": "single",
|
|
1874
|
+
"type": "single"
|
|
1875
|
+
}
|
|
1876
|
+
],
|
|
1877
|
+
"optional": false,
|
|
1878
|
+
"required": false,
|
|
1879
|
+
"getter": false,
|
|
1880
|
+
"setter": false
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "shortcuts",
|
|
1884
|
+
"type": "string",
|
|
1885
|
+
"complexType": {
|
|
1886
|
+
"original": "string",
|
|
1887
|
+
"resolved": "string",
|
|
1888
|
+
"references": {}
|
|
1889
|
+
},
|
|
1890
|
+
"mutable": false,
|
|
1891
|
+
"attr": "shortcuts",
|
|
1892
|
+
"reflectToAttr": false,
|
|
1893
|
+
"docs": "Custom actions to display in the footer\nJSON array of objects with the following properties:\n- label: string\n- onClick: function",
|
|
1894
|
+
"docsTags": [
|
|
1895
|
+
{
|
|
1896
|
+
"name": "default",
|
|
1897
|
+
"text": "'[]'"
|
|
1898
|
+
}
|
|
1899
|
+
],
|
|
1900
|
+
"default": "'[]'",
|
|
1901
|
+
"values": [
|
|
1902
|
+
{
|
|
1903
|
+
"type": "string"
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1906
|
+
"optional": false,
|
|
1907
|
+
"required": false,
|
|
1908
|
+
"getter": false,
|
|
1909
|
+
"setter": false
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "shortcutsPlacement",
|
|
1913
|
+
"type": "enum",
|
|
1914
|
+
"complexType": {
|
|
1915
|
+
"original": "'bottom' | 'left' | 'right'",
|
|
1916
|
+
"resolved": "\"bottom\" | \"left\" | \"right\"",
|
|
1917
|
+
"references": {}
|
|
1918
|
+
},
|
|
1919
|
+
"mutable": false,
|
|
1920
|
+
"attr": "shortcuts-placement",
|
|
1921
|
+
"reflectToAttr": false,
|
|
1922
|
+
"docs": "Footer placement",
|
|
1923
|
+
"docsTags": [
|
|
1924
|
+
{
|
|
1925
|
+
"name": "default",
|
|
1926
|
+
"text": "'bottom'"
|
|
1927
|
+
}
|
|
1928
|
+
],
|
|
1929
|
+
"default": "'bottom'",
|
|
1930
|
+
"values": [
|
|
1931
|
+
{
|
|
1932
|
+
"value": "bottom",
|
|
1933
|
+
"type": "bottom"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"value": "left",
|
|
1937
|
+
"type": "left"
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"value": "right",
|
|
1941
|
+
"type": "right"
|
|
1942
|
+
}
|
|
1943
|
+
],
|
|
1944
|
+
"optional": false,
|
|
1945
|
+
"required": false,
|
|
1946
|
+
"getter": false,
|
|
1947
|
+
"setter": false
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"name": "showActions",
|
|
1951
|
+
"type": "bool",
|
|
1952
|
+
"complexType": {
|
|
1953
|
+
"original": "boolean",
|
|
1954
|
+
"resolved": "boolean",
|
|
1955
|
+
"references": {}
|
|
1956
|
+
},
|
|
1957
|
+
"mutable": false,
|
|
1958
|
+
"attr": "show-actions",
|
|
1959
|
+
"reflectToAttr": false,
|
|
1960
|
+
"docs": "Show action buttons",
|
|
1961
|
+
"docsTags": [
|
|
1962
|
+
{
|
|
1963
|
+
"name": "default",
|
|
1964
|
+
"text": "false"
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"default": "false",
|
|
1968
|
+
"values": [
|
|
1969
|
+
{
|
|
1970
|
+
"type": "bool"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"optional": false,
|
|
1974
|
+
"required": false,
|
|
1975
|
+
"getter": false,
|
|
1976
|
+
"setter": false
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"name": "showWeekNumbers",
|
|
1980
|
+
"type": "bool",
|
|
1981
|
+
"complexType": {
|
|
1982
|
+
"original": "boolean",
|
|
1983
|
+
"resolved": "boolean",
|
|
1984
|
+
"references": {}
|
|
1985
|
+
},
|
|
1986
|
+
"mutable": false,
|
|
1987
|
+
"attr": "show-week-numbers",
|
|
1988
|
+
"reflectToAttr": false,
|
|
1989
|
+
"docs": "Show week numbers",
|
|
1990
|
+
"docsTags": [
|
|
1492
1991
|
{
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1495
|
-
}
|
|
1992
|
+
"name": "default",
|
|
1993
|
+
"text": "true"
|
|
1994
|
+
}
|
|
1995
|
+
],
|
|
1996
|
+
"values": [
|
|
1496
1997
|
{
|
|
1497
|
-
"
|
|
1498
|
-
"type": "xs"
|
|
1998
|
+
"type": "bool"
|
|
1499
1999
|
}
|
|
1500
2000
|
],
|
|
1501
2001
|
"optional": false,
|
|
@@ -1504,37 +2004,22 @@
|
|
|
1504
2004
|
"setter": false
|
|
1505
2005
|
},
|
|
1506
2006
|
{
|
|
1507
|
-
"name": "
|
|
1508
|
-
"type": "
|
|
2007
|
+
"name": "singleValue",
|
|
2008
|
+
"type": "string",
|
|
1509
2009
|
"complexType": {
|
|
1510
|
-
"original": "
|
|
1511
|
-
"resolved": "
|
|
1512
|
-
"references": {
|
|
1513
|
-
"ButtonType": {
|
|
1514
|
-
"location": "import",
|
|
1515
|
-
"path": "../../utils/constants",
|
|
1516
|
-
"id": "src/utils/constants.ts::ButtonType"
|
|
1517
|
-
}
|
|
1518
|
-
}
|
|
2010
|
+
"original": "string",
|
|
2011
|
+
"resolved": "string",
|
|
2012
|
+
"references": {}
|
|
1519
2013
|
},
|
|
1520
|
-
"mutable":
|
|
1521
|
-
"attr": "
|
|
2014
|
+
"mutable": true,
|
|
2015
|
+
"attr": "single-value",
|
|
1522
2016
|
"reflectToAttr": true,
|
|
1523
|
-
"docs": "
|
|
2017
|
+
"docs": "Selected date (ISO string format)\nex: \"2025-03-15\"",
|
|
1524
2018
|
"docsTags": [],
|
|
1525
|
-
"default": "'
|
|
2019
|
+
"default": "''",
|
|
1526
2020
|
"values": [
|
|
1527
2021
|
{
|
|
1528
|
-
"
|
|
1529
|
-
"type": "button"
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"value": "reset",
|
|
1533
|
-
"type": "reset"
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"value": "submit",
|
|
1537
|
-
"type": "submit"
|
|
2022
|
+
"type": "string"
|
|
1538
2023
|
}
|
|
1539
2024
|
],
|
|
1540
2025
|
"optional": false,
|
|
@@ -1544,36 +2029,58 @@
|
|
|
1544
2029
|
}
|
|
1545
2030
|
],
|
|
1546
2031
|
"methods": [],
|
|
1547
|
-
"events": [
|
|
1548
|
-
"styles": [],
|
|
1549
|
-
"slots": [
|
|
1550
|
-
{
|
|
1551
|
-
"name": "default",
|
|
1552
|
-
"docs": "Content of the button."
|
|
1553
|
-
},
|
|
2032
|
+
"events": [
|
|
1554
2033
|
{
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
2034
|
+
"event": "rangeDateChange",
|
|
2035
|
+
"detail": "DateRange",
|
|
2036
|
+
"bubbles": true,
|
|
2037
|
+
"complexType": {
|
|
2038
|
+
"original": "DateRange",
|
|
2039
|
+
"resolved": "DateRange",
|
|
2040
|
+
"references": {
|
|
2041
|
+
"DateRange": {
|
|
2042
|
+
"location": "import",
|
|
2043
|
+
"path": "../../interfaces/dateRange",
|
|
2044
|
+
"id": "src/interfaces/dateRange.tsx::DateRange"
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"cancelable": true,
|
|
2049
|
+
"composed": true,
|
|
2050
|
+
"docs": "Emitted when a date range is selected",
|
|
2051
|
+
"docsTags": [],
|
|
2052
|
+
"name": "RangeDateChangeEvent"
|
|
1557
2053
|
},
|
|
1558
2054
|
{
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
2055
|
+
"event": "singleDateChange",
|
|
2056
|
+
"detail": "string",
|
|
2057
|
+
"bubbles": true,
|
|
2058
|
+
"complexType": {
|
|
2059
|
+
"original": "string",
|
|
2060
|
+
"resolved": "string",
|
|
2061
|
+
"references": {}
|
|
2062
|
+
},
|
|
2063
|
+
"cancelable": true,
|
|
2064
|
+
"composed": true,
|
|
2065
|
+
"docs": "Emitted when a single date is selected",
|
|
2066
|
+
"docsTags": [],
|
|
2067
|
+
"name": "SingleDateChangeEvent"
|
|
1561
2068
|
}
|
|
1562
2069
|
],
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
2070
|
+
"styles": [],
|
|
2071
|
+
"slots": [
|
|
1565
2072
|
{
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1568
|
-
"passive": false
|
|
2073
|
+
"name": "actions",
|
|
2074
|
+
"docs": "Child content of the component."
|
|
1569
2075
|
},
|
|
1570
2076
|
{
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1573
|
-
"passive": false
|
|
2077
|
+
"name": "default",
|
|
2078
|
+
"docs": "Child content of the component."
|
|
1574
2079
|
}
|
|
1575
2080
|
],
|
|
1576
|
-
"
|
|
2081
|
+
"parts": [],
|
|
2082
|
+
"listeners": [],
|
|
2083
|
+
"formAssociated": false,
|
|
1577
2084
|
"formValidation": {
|
|
1578
2085
|
"hasValidations": false
|
|
1579
2086
|
}
|
|
@@ -2833,6 +3340,30 @@
|
|
|
2833
3340
|
]
|
|
2834
3341
|
},
|
|
2835
3342
|
"props": [
|
|
3343
|
+
{
|
|
3344
|
+
"name": "autofocus",
|
|
3345
|
+
"type": "bool",
|
|
3346
|
+
"complexType": {
|
|
3347
|
+
"original": "boolean",
|
|
3348
|
+
"resolved": "boolean",
|
|
3349
|
+
"references": {}
|
|
3350
|
+
},
|
|
3351
|
+
"mutable": false,
|
|
3352
|
+
"attr": "autofocus",
|
|
3353
|
+
"reflectToAttr": true,
|
|
3354
|
+
"docs": "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.",
|
|
3355
|
+
"docsTags": [],
|
|
3356
|
+
"default": "false",
|
|
3357
|
+
"values": [
|
|
3358
|
+
{
|
|
3359
|
+
"type": "bool"
|
|
3360
|
+
}
|
|
3361
|
+
],
|
|
3362
|
+
"optional": false,
|
|
3363
|
+
"required": false,
|
|
3364
|
+
"getter": false,
|
|
3365
|
+
"setter": false
|
|
3366
|
+
},
|
|
2836
3367
|
{
|
|
2837
3368
|
"name": "checked",
|
|
2838
3369
|
"type": "bool",
|
|
@@ -3399,7 +3930,7 @@
|
|
|
3399
3930
|
"type": "enum",
|
|
3400
3931
|
"complexType": {
|
|
3401
3932
|
"original": "`${TextInputAutocomplete}`",
|
|
3402
|
-
"resolved": "\"on\" | \"off\" | \"
|
|
3933
|
+
"resolved": "\"on\" | \"off\" | \"section-*\" | \"shipping\" | \"billing\" | \"home\" | \"work\" | \"mobile\" | \"fax\" | \"pager\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-local-prefix\" | \"tel-local-suffix\" | \"tel-extension\" | \"email\" | \"impp\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"url\" | \"photo\"",
|
|
3403
3934
|
"references": {
|
|
3404
3935
|
"TextInputAutocomplete": {
|
|
3405
3936
|
"location": "import",
|
|
@@ -3423,10 +3954,6 @@
|
|
|
3423
3954
|
"value": "off",
|
|
3424
3955
|
"type": "off"
|
|
3425
3956
|
},
|
|
3426
|
-
{
|
|
3427
|
-
"value": "home",
|
|
3428
|
-
"type": "home"
|
|
3429
|
-
},
|
|
3430
3957
|
{
|
|
3431
3958
|
"value": "section-*",
|
|
3432
3959
|
"type": "section"
|
|
@@ -3439,6 +3966,10 @@
|
|
|
3439
3966
|
"value": "billing",
|
|
3440
3967
|
"type": "billing"
|
|
3441
3968
|
},
|
|
3969
|
+
{
|
|
3970
|
+
"value": "home",
|
|
3971
|
+
"type": "home"
|
|
3972
|
+
},
|
|
3442
3973
|
{
|
|
3443
3974
|
"value": "work",
|
|
3444
3975
|
"type": "work"
|
|
@@ -3677,6 +4208,30 @@
|
|
|
3677
4208
|
"getter": false,
|
|
3678
4209
|
"setter": false
|
|
3679
4210
|
},
|
|
4211
|
+
{
|
|
4212
|
+
"name": "autofocus",
|
|
4213
|
+
"type": "bool",
|
|
4214
|
+
"complexType": {
|
|
4215
|
+
"original": "boolean",
|
|
4216
|
+
"resolved": "boolean",
|
|
4217
|
+
"references": {}
|
|
4218
|
+
},
|
|
4219
|
+
"mutable": false,
|
|
4220
|
+
"attr": "autofocus",
|
|
4221
|
+
"reflectToAttr": true,
|
|
4222
|
+
"docs": "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.",
|
|
4223
|
+
"docsTags": [],
|
|
4224
|
+
"default": "false",
|
|
4225
|
+
"values": [
|
|
4226
|
+
{
|
|
4227
|
+
"type": "bool"
|
|
4228
|
+
}
|
|
4229
|
+
],
|
|
4230
|
+
"optional": false,
|
|
4231
|
+
"required": false,
|
|
4232
|
+
"getter": false,
|
|
4233
|
+
"setter": false
|
|
4234
|
+
},
|
|
3680
4235
|
{
|
|
3681
4236
|
"name": "description",
|
|
3682
4237
|
"type": "string",
|
|
@@ -3725,7 +4280,7 @@
|
|
|
3725
4280
|
"setter": false
|
|
3726
4281
|
},
|
|
3727
4282
|
{
|
|
3728
|
-
"name": "
|
|
4283
|
+
"name": "emptyResult",
|
|
3729
4284
|
"type": "string",
|
|
3730
4285
|
"complexType": {
|
|
3731
4286
|
"original": "string",
|
|
@@ -3733,7 +4288,7 @@
|
|
|
3733
4288
|
"references": {}
|
|
3734
4289
|
},
|
|
3735
4290
|
"mutable": false,
|
|
3736
|
-
"attr": "
|
|
4291
|
+
"attr": "empty-result",
|
|
3737
4292
|
"reflectToAttr": true,
|
|
3738
4293
|
"docs": "The text to display when no items match the filter.",
|
|
3739
4294
|
"docsTags": [],
|
|
@@ -3934,15 +4489,11 @@
|
|
|
3934
4489
|
"mutable": false,
|
|
3935
4490
|
"attr": "options",
|
|
3936
4491
|
"reflectToAttr": true,
|
|
3937
|
-
"docs": "List of options available in the dropdown.",
|
|
4492
|
+
"docs": "List of options available in the dropdown. The options are passed as a JSON\nstring.",
|
|
3938
4493
|
"docsTags": [
|
|
3939
|
-
{
|
|
3940
|
-
"name": "description",
|
|
3941
|
-
"text": "The options are passed as a JSON string."
|
|
3942
|
-
},
|
|
3943
4494
|
{
|
|
3944
4495
|
"name": "example",
|
|
3945
|
-
"text": "options=
|
|
4496
|
+
"text": "options=[{\n \"label\": \"Option 1\",\n \"value\": \"option1\",\n \"selected\": true\n},\n{\n \"label\": \"Option 2\",\n \"value\": \"option2\"\n}]"
|
|
3946
4497
|
}
|
|
3947
4498
|
],
|
|
3948
4499
|
"values": [
|
|
@@ -4082,22 +4633,21 @@
|
|
|
4082
4633
|
"events": [
|
|
4083
4634
|
{
|
|
4084
4635
|
"event": "dropdownItemSelected",
|
|
4085
|
-
"detail": "
|
|
4636
|
+
"detail": "HTMLNvFielddropdownitemElementEventMap",
|
|
4086
4637
|
"bubbles": true,
|
|
4087
4638
|
"complexType": {
|
|
4088
|
-
"original": "
|
|
4089
|
-
"resolved": "
|
|
4639
|
+
"original": "HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']",
|
|
4640
|
+
"resolved": "HTMLNvFielddropdownitemElementEventMap",
|
|
4090
4641
|
"references": {
|
|
4091
|
-
"
|
|
4092
|
-
"location": "
|
|
4093
|
-
"
|
|
4094
|
-
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
4642
|
+
"HTMLNvFielddropdownitemElementEventMap": {
|
|
4643
|
+
"location": "global",
|
|
4644
|
+
"id": "global::HTMLNvFielddropdownitemElementEventMap"
|
|
4095
4645
|
}
|
|
4096
4646
|
}
|
|
4097
4647
|
},
|
|
4098
4648
|
"cancelable": true,
|
|
4099
4649
|
"composed": true,
|
|
4100
|
-
"docs": "Event emitted when an item is
|
|
4650
|
+
"docs": "Event emitted when an item is clicked.",
|
|
4101
4651
|
"docsTags": [],
|
|
4102
4652
|
"name": "DropdownItemSelectedEvent"
|
|
4103
4653
|
},
|
|
@@ -4156,7 +4706,7 @@
|
|
|
4156
4706
|
"parts": [],
|
|
4157
4707
|
"listeners": [
|
|
4158
4708
|
{
|
|
4159
|
-
"event": "
|
|
4709
|
+
"event": "dropdownItemSelected",
|
|
4160
4710
|
"capture": false,
|
|
4161
4711
|
"passive": false
|
|
4162
4712
|
},
|
|
@@ -4165,6 +4715,11 @@
|
|
|
4165
4715
|
"capture": false,
|
|
4166
4716
|
"passive": false
|
|
4167
4717
|
},
|
|
4718
|
+
{
|
|
4719
|
+
"event": "blur",
|
|
4720
|
+
"capture": true,
|
|
4721
|
+
"passive": false
|
|
4722
|
+
},
|
|
4168
4723
|
{
|
|
4169
4724
|
"event": "keydown",
|
|
4170
4725
|
"capture": false,
|
|
@@ -4243,7 +4798,7 @@
|
|
|
4243
4798
|
"mutable": false,
|
|
4244
4799
|
"attr": "label",
|
|
4245
4800
|
"reflectToAttr": true,
|
|
4246
|
-
"docs": "
|
|
4801
|
+
"docs": "Specifies the text label for the dropdown item.\n\nWhen no default slot is provided, this label is rendered as the item's\nvisible text. If the default slot is supplied, the label isn’t directly\ndisplayed but is used as the selected text (on the dropdown trigger). If\nno label is explicitly set, the component will automatically derive the\nlabel from the text content of the default slot.",
|
|
4247
4802
|
"docsTags": [],
|
|
4248
4803
|
"values": [
|
|
4249
4804
|
{
|
|
@@ -4287,10 +4842,10 @@
|
|
|
4287
4842
|
"resolved": "string",
|
|
4288
4843
|
"references": {}
|
|
4289
4844
|
},
|
|
4290
|
-
"mutable":
|
|
4845
|
+
"mutable": true,
|
|
4291
4846
|
"attr": "value",
|
|
4292
4847
|
"reflectToAttr": true,
|
|
4293
|
-
"docs": "Value associated with the item.",
|
|
4848
|
+
"docs": "Value associated with the item. This is recommended and required for proper\nform management.",
|
|
4294
4849
|
"docsTags": [],
|
|
4295
4850
|
"values": [
|
|
4296
4851
|
{
|
|
@@ -4306,25 +4861,19 @@
|
|
|
4306
4861
|
"methods": [],
|
|
4307
4862
|
"events": [
|
|
4308
4863
|
{
|
|
4309
|
-
"event": "
|
|
4310
|
-
"detail": "
|
|
4864
|
+
"event": "dropdownItemSelected",
|
|
4865
|
+
"detail": "{ label?: string; value: string; selected: boolean; disabled: boolean; }",
|
|
4311
4866
|
"bubbles": true,
|
|
4312
4867
|
"complexType": {
|
|
4313
|
-
"original": "
|
|
4314
|
-
"resolved": "
|
|
4315
|
-
"references": {
|
|
4316
|
-
"DropdownItemSelectedEventDetail": {
|
|
4317
|
-
"location": "import",
|
|
4318
|
-
"path": "./DropdownItemSelectedEventDetail",
|
|
4319
|
-
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
4320
|
-
}
|
|
4321
|
-
}
|
|
4868
|
+
"original": "{\n /** The value associated with the item. */\n label?: string;\n /** The value associated with the item. */\n value: string;\n /** Indicates if the item is selected. */\n selected: boolean;\n /** Disables the item, preventing any user interaction. */\n disabled: boolean;\n }",
|
|
4869
|
+
"resolved": "{ label?: string; value: string; selected: boolean; disabled: boolean; }",
|
|
4870
|
+
"references": {}
|
|
4322
4871
|
},
|
|
4323
4872
|
"cancelable": true,
|
|
4324
4873
|
"composed": true,
|
|
4325
|
-
"docs": "Event emitted when
|
|
4874
|
+
"docs": "Event emitted when the dropdown item is selected.",
|
|
4326
4875
|
"docsTags": [],
|
|
4327
|
-
"name": "
|
|
4876
|
+
"name": "DropdownItemSelectedEvent"
|
|
4328
4877
|
}
|
|
4329
4878
|
],
|
|
4330
4879
|
"styles": [],
|
|
@@ -4335,7 +4884,13 @@
|
|
|
4335
4884
|
}
|
|
4336
4885
|
],
|
|
4337
4886
|
"parts": [],
|
|
4338
|
-
"listeners": [
|
|
4887
|
+
"listeners": [
|
|
4888
|
+
{
|
|
4889
|
+
"event": "keydown",
|
|
4890
|
+
"capture": false,
|
|
4891
|
+
"passive": false
|
|
4892
|
+
}
|
|
4893
|
+
],
|
|
4339
4894
|
"formAssociated": false,
|
|
4340
4895
|
"formValidation": {
|
|
4341
4896
|
"hasValidations": false
|
|
@@ -4604,7 +5159,7 @@
|
|
|
4604
5159
|
"type": "enum",
|
|
4605
5160
|
"complexType": {
|
|
4606
5161
|
"original": "`${TextInputAutocomplete}`",
|
|
4607
|
-
"resolved": "\"on\" | \"off\" | \"
|
|
5162
|
+
"resolved": "\"on\" | \"off\" | \"section-*\" | \"shipping\" | \"billing\" | \"home\" | \"work\" | \"mobile\" | \"fax\" | \"pager\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-local-prefix\" | \"tel-local-suffix\" | \"tel-extension\" | \"email\" | \"impp\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"url\" | \"photo\"",
|
|
4608
5163
|
"references": {
|
|
4609
5164
|
"TextInputAutocomplete": {
|
|
4610
5165
|
"location": "import",
|
|
@@ -4628,10 +5183,6 @@
|
|
|
4628
5183
|
"value": "off",
|
|
4629
5184
|
"type": "off"
|
|
4630
5185
|
},
|
|
4631
|
-
{
|
|
4632
|
-
"value": "home",
|
|
4633
|
-
"type": "home"
|
|
4634
|
-
},
|
|
4635
5186
|
{
|
|
4636
5187
|
"value": "section-*",
|
|
4637
5188
|
"type": "section"
|
|
@@ -4644,6 +5195,10 @@
|
|
|
4644
5195
|
"value": "billing",
|
|
4645
5196
|
"type": "billing"
|
|
4646
5197
|
},
|
|
5198
|
+
{
|
|
5199
|
+
"value": "home",
|
|
5200
|
+
"type": "home"
|
|
5201
|
+
},
|
|
4647
5202
|
{
|
|
4648
5203
|
"value": "work",
|
|
4649
5204
|
"type": "work"
|
|
@@ -4882,6 +5437,30 @@
|
|
|
4882
5437
|
"getter": false,
|
|
4883
5438
|
"setter": false
|
|
4884
5439
|
},
|
|
5440
|
+
{
|
|
5441
|
+
"name": "autofocus",
|
|
5442
|
+
"type": "bool",
|
|
5443
|
+
"complexType": {
|
|
5444
|
+
"original": "boolean",
|
|
5445
|
+
"resolved": "boolean",
|
|
5446
|
+
"references": {}
|
|
5447
|
+
},
|
|
5448
|
+
"mutable": false,
|
|
5449
|
+
"attr": "autofocus",
|
|
5450
|
+
"reflectToAttr": true,
|
|
5451
|
+
"docs": "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.",
|
|
5452
|
+
"docsTags": [],
|
|
5453
|
+
"default": "false",
|
|
5454
|
+
"values": [
|
|
5455
|
+
{
|
|
5456
|
+
"type": "bool"
|
|
5457
|
+
}
|
|
5458
|
+
],
|
|
5459
|
+
"optional": false,
|
|
5460
|
+
"required": false,
|
|
5461
|
+
"getter": false,
|
|
5462
|
+
"setter": false
|
|
5463
|
+
},
|
|
4885
5464
|
{
|
|
4886
5465
|
"name": "badgeLabel",
|
|
4887
5466
|
"type": "string",
|
|
@@ -4983,7 +5562,7 @@
|
|
|
4983
5562
|
"setter": false
|
|
4984
5563
|
},
|
|
4985
5564
|
{
|
|
4986
|
-
"name": "
|
|
5565
|
+
"name": "emptyResult",
|
|
4987
5566
|
"type": "string",
|
|
4988
5567
|
"complexType": {
|
|
4989
5568
|
"original": "string",
|
|
@@ -4991,7 +5570,7 @@
|
|
|
4991
5570
|
"references": {}
|
|
4992
5571
|
},
|
|
4993
5572
|
"mutable": false,
|
|
4994
|
-
"attr": "
|
|
5573
|
+
"attr": "empty-result",
|
|
4995
5574
|
"reflectToAttr": true,
|
|
4996
5575
|
"docs": "The text to display when no items match the filter.",
|
|
4997
5576
|
"docsTags": [],
|
|
@@ -5443,27 +6022,6 @@
|
|
|
5443
6022
|
}
|
|
5444
6023
|
],
|
|
5445
6024
|
"events": [
|
|
5446
|
-
{
|
|
5447
|
-
"event": "dropdownItemSelected",
|
|
5448
|
-
"detail": "DropdownItemSelectedEventDetail",
|
|
5449
|
-
"bubbles": true,
|
|
5450
|
-
"complexType": {
|
|
5451
|
-
"original": "DropdownItemSelectedEventDetail",
|
|
5452
|
-
"resolved": "DropdownItemSelectedEventDetail",
|
|
5453
|
-
"references": {
|
|
5454
|
-
"DropdownItemSelectedEventDetail": {
|
|
5455
|
-
"location": "import",
|
|
5456
|
-
"path": "../nv-fielddropdownitem/DropdownItemSelectedEventDetail",
|
|
5457
|
-
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
5458
|
-
}
|
|
5459
|
-
}
|
|
5460
|
-
},
|
|
5461
|
-
"cancelable": true,
|
|
5462
|
-
"composed": true,
|
|
5463
|
-
"docs": "Event emitted when an item is selected.",
|
|
5464
|
-
"docsTags": [],
|
|
5465
|
-
"name": "DropdownItemSelectedEvent"
|
|
5466
|
-
},
|
|
5467
6025
|
{
|
|
5468
6026
|
"event": "multiselectChange",
|
|
5469
6027
|
"detail": "string[]",
|
|
@@ -5606,6 +6164,30 @@
|
|
|
5606
6164
|
]
|
|
5607
6165
|
},
|
|
5608
6166
|
"props": [
|
|
6167
|
+
{
|
|
6168
|
+
"name": "autofocus",
|
|
6169
|
+
"type": "bool",
|
|
6170
|
+
"complexType": {
|
|
6171
|
+
"original": "boolean",
|
|
6172
|
+
"resolved": "boolean",
|
|
6173
|
+
"references": {}
|
|
6174
|
+
},
|
|
6175
|
+
"mutable": false,
|
|
6176
|
+
"attr": "autofocus",
|
|
6177
|
+
"reflectToAttr": true,
|
|
6178
|
+
"docs": "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.",
|
|
6179
|
+
"docsTags": [],
|
|
6180
|
+
"default": "false",
|
|
6181
|
+
"values": [
|
|
6182
|
+
{
|
|
6183
|
+
"type": "bool"
|
|
6184
|
+
}
|
|
6185
|
+
],
|
|
6186
|
+
"optional": false,
|
|
6187
|
+
"required": false,
|
|
6188
|
+
"getter": false,
|
|
6189
|
+
"setter": false
|
|
6190
|
+
},
|
|
5609
6191
|
{
|
|
5610
6192
|
"name": "description",
|
|
5611
6193
|
"type": "string",
|
|
@@ -6142,7 +6724,7 @@
|
|
|
6142
6724
|
"type": "enum",
|
|
6143
6725
|
"complexType": {
|
|
6144
6726
|
"original": "`${TextInputAutocomplete}`",
|
|
6145
|
-
"resolved": "\"on\" | \"off\" | \"
|
|
6727
|
+
"resolved": "\"on\" | \"off\" | \"section-*\" | \"shipping\" | \"billing\" | \"home\" | \"work\" | \"mobile\" | \"fax\" | \"pager\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-local-prefix\" | \"tel-local-suffix\" | \"tel-extension\" | \"email\" | \"impp\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"url\" | \"photo\"",
|
|
6146
6728
|
"references": {
|
|
6147
6729
|
"TextInputAutocomplete": {
|
|
6148
6730
|
"location": "import",
|
|
@@ -6166,10 +6748,6 @@
|
|
|
6166
6748
|
"value": "off",
|
|
6167
6749
|
"type": "off"
|
|
6168
6750
|
},
|
|
6169
|
-
{
|
|
6170
|
-
"value": "home",
|
|
6171
|
-
"type": "home"
|
|
6172
|
-
},
|
|
6173
6751
|
{
|
|
6174
6752
|
"value": "section-*",
|
|
6175
6753
|
"type": "section"
|
|
@@ -6182,6 +6760,10 @@
|
|
|
6182
6760
|
"value": "billing",
|
|
6183
6761
|
"type": "billing"
|
|
6184
6762
|
},
|
|
6763
|
+
{
|
|
6764
|
+
"value": "home",
|
|
6765
|
+
"type": "home"
|
|
6766
|
+
},
|
|
6185
6767
|
{
|
|
6186
6768
|
"value": "work",
|
|
6187
6769
|
"type": "work"
|
|
@@ -6420,6 +7002,30 @@
|
|
|
6420
7002
|
"getter": false,
|
|
6421
7003
|
"setter": false
|
|
6422
7004
|
},
|
|
7005
|
+
{
|
|
7006
|
+
"name": "autofocus",
|
|
7007
|
+
"type": "bool",
|
|
7008
|
+
"complexType": {
|
|
7009
|
+
"original": "boolean",
|
|
7010
|
+
"resolved": "boolean",
|
|
7011
|
+
"references": {}
|
|
7012
|
+
},
|
|
7013
|
+
"mutable": false,
|
|
7014
|
+
"attr": "autofocus",
|
|
7015
|
+
"reflectToAttr": true,
|
|
7016
|
+
"docs": "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.",
|
|
7017
|
+
"docsTags": [],
|
|
7018
|
+
"default": "false",
|
|
7019
|
+
"values": [
|
|
7020
|
+
{
|
|
7021
|
+
"type": "bool"
|
|
7022
|
+
}
|
|
7023
|
+
],
|
|
7024
|
+
"optional": false,
|
|
7025
|
+
"required": false,
|
|
7026
|
+
"getter": false,
|
|
7027
|
+
"setter": false
|
|
7028
|
+
},
|
|
6423
7029
|
{
|
|
6424
7030
|
"name": "description",
|
|
6425
7031
|
"type": "string",
|
|
@@ -6950,6 +7556,30 @@
|
|
|
6950
7556
|
"dependencies": [],
|
|
6951
7557
|
"dependencyGraph": {},
|
|
6952
7558
|
"props": [
|
|
7559
|
+
{
|
|
7560
|
+
"name": "autofocus",
|
|
7561
|
+
"type": "bool",
|
|
7562
|
+
"complexType": {
|
|
7563
|
+
"original": "boolean",
|
|
7564
|
+
"resolved": "boolean",
|
|
7565
|
+
"references": {}
|
|
7566
|
+
},
|
|
7567
|
+
"mutable": false,
|
|
7568
|
+
"attr": "autofocus",
|
|
7569
|
+
"reflectToAttr": true,
|
|
7570
|
+
"docs": "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.",
|
|
7571
|
+
"docsTags": [],
|
|
7572
|
+
"default": "false",
|
|
7573
|
+
"values": [
|
|
7574
|
+
{
|
|
7575
|
+
"type": "bool"
|
|
7576
|
+
}
|
|
7577
|
+
],
|
|
7578
|
+
"optional": false,
|
|
7579
|
+
"required": false,
|
|
7580
|
+
"getter": false,
|
|
7581
|
+
"setter": false
|
|
7582
|
+
},
|
|
6953
7583
|
{
|
|
6954
7584
|
"name": "checked",
|
|
6955
7585
|
"type": "bool",
|
|
@@ -7367,6 +7997,30 @@
|
|
|
7367
7997
|
]
|
|
7368
7998
|
},
|
|
7369
7999
|
"props": [
|
|
8000
|
+
{
|
|
8001
|
+
"name": "autofocus",
|
|
8002
|
+
"type": "bool",
|
|
8003
|
+
"complexType": {
|
|
8004
|
+
"original": "boolean",
|
|
8005
|
+
"resolved": "boolean",
|
|
8006
|
+
"references": {}
|
|
8007
|
+
},
|
|
8008
|
+
"mutable": false,
|
|
8009
|
+
"attr": "autofocus",
|
|
8010
|
+
"reflectToAttr": true,
|
|
8011
|
+
"docs": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on a <select>\nelement.",
|
|
8012
|
+
"docsTags": [],
|
|
8013
|
+
"default": "false",
|
|
8014
|
+
"values": [
|
|
8015
|
+
{
|
|
8016
|
+
"type": "bool"
|
|
8017
|
+
}
|
|
8018
|
+
],
|
|
8019
|
+
"optional": false,
|
|
8020
|
+
"required": false,
|
|
8021
|
+
"getter": false,
|
|
8022
|
+
"setter": false
|
|
8023
|
+
},
|
|
7370
8024
|
{
|
|
7371
8025
|
"name": "description",
|
|
7372
8026
|
"type": "string",
|
|
@@ -7880,7 +8534,7 @@
|
|
|
7880
8534
|
"type": "enum",
|
|
7881
8535
|
"complexType": {
|
|
7882
8536
|
"original": "`${TextInputAutocomplete}`",
|
|
7883
|
-
"resolved": "\"on\" | \"off\" | \"
|
|
8537
|
+
"resolved": "\"on\" | \"off\" | \"section-*\" | \"shipping\" | \"billing\" | \"home\" | \"work\" | \"mobile\" | \"fax\" | \"pager\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-local-prefix\" | \"tel-local-suffix\" | \"tel-extension\" | \"email\" | \"impp\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"url\" | \"photo\"",
|
|
7884
8538
|
"references": {
|
|
7885
8539
|
"TextInputAutocomplete": {
|
|
7886
8540
|
"location": "import",
|
|
@@ -7903,10 +8557,6 @@
|
|
|
7903
8557
|
"value": "off",
|
|
7904
8558
|
"type": "off"
|
|
7905
8559
|
},
|
|
7906
|
-
{
|
|
7907
|
-
"value": "home",
|
|
7908
|
-
"type": "home"
|
|
7909
|
-
},
|
|
7910
8560
|
{
|
|
7911
8561
|
"value": "section-*",
|
|
7912
8562
|
"type": "section"
|
|
@@ -7919,6 +8569,10 @@
|
|
|
7919
8569
|
"value": "billing",
|
|
7920
8570
|
"type": "billing"
|
|
7921
8571
|
},
|
|
8572
|
+
{
|
|
8573
|
+
"value": "home",
|
|
8574
|
+
"type": "home"
|
|
8575
|
+
},
|
|
7922
8576
|
{
|
|
7923
8577
|
"value": "work",
|
|
7924
8578
|
"type": "work"
|
|
@@ -8157,6 +8811,30 @@
|
|
|
8157
8811
|
"getter": false,
|
|
8158
8812
|
"setter": false
|
|
8159
8813
|
},
|
|
8814
|
+
{
|
|
8815
|
+
"name": "autofocus",
|
|
8816
|
+
"type": "bool",
|
|
8817
|
+
"complexType": {
|
|
8818
|
+
"original": "boolean",
|
|
8819
|
+
"resolved": "boolean",
|
|
8820
|
+
"references": {}
|
|
8821
|
+
},
|
|
8822
|
+
"mutable": false,
|
|
8823
|
+
"attr": "autofocus",
|
|
8824
|
+
"reflectToAttr": true,
|
|
8825
|
+
"docs": "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.",
|
|
8826
|
+
"docsTags": [],
|
|
8827
|
+
"default": "false",
|
|
8828
|
+
"values": [
|
|
8829
|
+
{
|
|
8830
|
+
"type": "bool"
|
|
8831
|
+
}
|
|
8832
|
+
],
|
|
8833
|
+
"optional": false,
|
|
8834
|
+
"required": false,
|
|
8835
|
+
"getter": false,
|
|
8836
|
+
"setter": false
|
|
8837
|
+
},
|
|
8160
8838
|
{
|
|
8161
8839
|
"name": "description",
|
|
8162
8840
|
"type": "string",
|
|
@@ -8758,6 +9436,30 @@
|
|
|
8758
9436
|
"dependencies": [],
|
|
8759
9437
|
"dependencyGraph": {},
|
|
8760
9438
|
"props": [
|
|
9439
|
+
{
|
|
9440
|
+
"name": "autofocus",
|
|
9441
|
+
"type": "bool",
|
|
9442
|
+
"complexType": {
|
|
9443
|
+
"original": "boolean",
|
|
9444
|
+
"resolved": "boolean",
|
|
9445
|
+
"references": {}
|
|
9446
|
+
},
|
|
9447
|
+
"mutable": false,
|
|
9448
|
+
"attr": "autofocus",
|
|
9449
|
+
"reflectToAttr": true,
|
|
9450
|
+
"docs": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on a <textarea>\nelement.",
|
|
9451
|
+
"docsTags": [],
|
|
9452
|
+
"default": "false",
|
|
9453
|
+
"values": [
|
|
9454
|
+
{
|
|
9455
|
+
"type": "bool"
|
|
9456
|
+
}
|
|
9457
|
+
],
|
|
9458
|
+
"optional": false,
|
|
9459
|
+
"required": false,
|
|
9460
|
+
"getter": false,
|
|
9461
|
+
"setter": false
|
|
9462
|
+
},
|
|
8761
9463
|
{
|
|
8762
9464
|
"name": "autosize",
|
|
8763
9465
|
"type": "bool",
|
|
@@ -9340,6 +10042,30 @@
|
|
|
9340
10042
|
]
|
|
9341
10043
|
},
|
|
9342
10044
|
"props": [
|
|
10045
|
+
{
|
|
10046
|
+
"name": "autofocus",
|
|
10047
|
+
"type": "bool",
|
|
10048
|
+
"complexType": {
|
|
10049
|
+
"original": "boolean",
|
|
10050
|
+
"resolved": "boolean",
|
|
10051
|
+
"references": {}
|
|
10052
|
+
},
|
|
10053
|
+
"mutable": false,
|
|
10054
|
+
"attr": "autofocus",
|
|
10055
|
+
"reflectToAttr": true,
|
|
10056
|
+
"docs": "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.",
|
|
10057
|
+
"docsTags": [],
|
|
10058
|
+
"default": "false",
|
|
10059
|
+
"values": [
|
|
10060
|
+
{
|
|
10061
|
+
"type": "bool"
|
|
10062
|
+
}
|
|
10063
|
+
],
|
|
10064
|
+
"optional": false,
|
|
10065
|
+
"required": false,
|
|
10066
|
+
"getter": false,
|
|
10067
|
+
"setter": false
|
|
10068
|
+
},
|
|
9343
10069
|
{
|
|
9344
10070
|
"name": "description",
|
|
9345
10071
|
"type": "string",
|
|
@@ -10183,6 +10909,7 @@
|
|
|
10183
10909
|
],
|
|
10184
10910
|
"encapsulation": "none",
|
|
10185
10911
|
"dependents": [
|
|
10912
|
+
"nv-calendar",
|
|
10186
10913
|
"nv-fielddropdown",
|
|
10187
10914
|
"nv-fieldmultiselect",
|
|
10188
10915
|
"nv-fieldpassword",
|
|
@@ -10197,6 +10924,9 @@
|
|
|
10197
10924
|
"nv-loader",
|
|
10198
10925
|
"nv-icon"
|
|
10199
10926
|
],
|
|
10927
|
+
"nv-calendar": [
|
|
10928
|
+
"nv-iconbutton"
|
|
10929
|
+
],
|
|
10200
10930
|
"nv-fielddropdown": [
|
|
10201
10931
|
"nv-iconbutton"
|
|
10202
10932
|
],
|
|
@@ -10999,7 +11729,7 @@
|
|
|
10999
11729
|
"type": "enum",
|
|
11000
11730
|
"complexType": {
|
|
11001
11731
|
"original": "`${IconName}`",
|
|
11002
|
-
"resolved": "\"
|
|
11732
|
+
"resolved": "\"home\" | \"photo\" | \"copy\" | \"cut\" | \"select\" | \"message\" | \"replace\" | \"search\" | \"repeat\" | \"link\" | \"power\" | \"scale\" | \"access-point-off\" | \"access-point\" | \"accessible\" | \"activity\" | \"address-book\" | \"adjustments-horizontal\" | \"adjustments-up\" | \"adjustments\" | \"affiliate\" | \"air-conditioning\" | \"alert-circle\" | \"align-center\" | \"align-left\" | \"align-right\" | \"app-window\" | \"apps\" | \"archive\" | \"areas\" | \"arrow-back-up\" | \"arrow-back\" | \"arrow-down-left\" | \"arrow-down-right\" | \"arrow-down\" | \"arrow-forward-up\" | \"arrow-forward\" | \"arrow-left\" | \"arrow-right\" | \"arrow-up-left\" | \"arrow-up-right\" | \"arrow-up\" | \"arrows-exchange\" | \"arrows-move\" | \"aspect-ratio\" | \"atom\" | \"basket\" | \"battery-1\" | \"battery-2\" | \"battery-3\" | \"battery-4\" | \"battery-automotive\" | \"battery-charging\" | \"battery-eco\" | \"battery-off\" | \"battery\" | \"bell-off\" | \"bell-ringing\" | \"bell\" | \"bike\" | \"bluetooth-connected\" | \"bluetooth-off\" | \"bluetooth\" | \"bolt\" | \"book\" | \"bookmark-off\" | \"bookmark\" | \"bookmarks\" | \"box-align-top\" | \"box-multiple\" | \"briefcase\" | \"brightness-down\" | \"brightness-up\" | \"browser-check\" | \"browser-plus\" | \"browser-x\" | \"browser\" | \"brush\" | \"building-bank\" | \"building-factory\" | \"building-lighthouse\" | \"building-store\" | \"building\" | \"bulb-off\" | \"bulb\" | \"cake\" | \"calendar-time\" | \"calendar\" | \"camera-off\" | \"camera\" | \"car-crane\" | \"car\" | \"caravan\" | \"cash-banknote\" | \"cash\" | \"cast\" | \"cell\" | \"charging-pile\" | \"chart-arcs\" | \"chart-area-line\" | \"chart-area\" | \"chart-arrows-vertical\" | \"chart-arrows\" | \"chart-bar\" | \"chart-bubble\" | \"chart-circles\" | \"chart-donut\" | \"chart-dots\" | \"chart-line\" | \"chart-pie\" | \"chart-radar\" | \"check\" | \"checkbox\" | \"checklist\" | \"checks\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-top\" | \"chevrons-left\" | \"chevrons-right\" | \"circle-caret-right\" | \"circle-check\" | \"circle-x\" | \"circuit-alternate\" | \"circuit-ground-digital\" | \"clipboard-check\" | \"clipboard-list\" | \"clipboard-plus\" | \"clipboard-text\" | \"clipboard-x\" | \"clipboard\" | \"clock-edit\" | \"clock\" | \"cloud-data-connection\" | \"cloud-download\" | \"cloud-rain\" | \"cloud-snow\" | \"cloud-upload\" | \"cloud\" | \"color-picker\" | \"color-swatch\" | \"compass\" | \"contract\" | \"cpu\" | \"crane\" | \"credit-card\" | \"crop\" | \"cross\" | \"crown\" | \"currency-bitcoin\" | \"currency-dollar\" | \"currency-ethereum\" | \"currency-euro\" | \"dashboard\" | \"database\" | \"device-desktop\" | \"device-floppy\" | \"device-gamepad\" | \"device-laptop\" | \"device-mobile-rotated\" | \"device-mobile\" | \"device-tablet\" | \"device-watch\" | \"devices\" | \"dialpad\" | \"direction-horizontal\" | \"direction-sign\" | \"direction\" | \"discount\" | \"door-enter\" | \"door-exit\" | \"door-off\" | \"dots-vertical\" | \"dots\" | \"download\" | \"drone\" | \"droplet-filled\" | \"droplet-half\" | \"droplet\" | \"droplets\" | \"edit\" | \"engine\" | \"external-link\" | \"eye-off\" | \"eye\" | \"face-id\" | \"feather\" | \"file-alert\" | \"file-analytics\" | \"file-check\" | \"file-code\" | \"file-download\" | \"file-export\" | \"file-horizontal\" | \"file-import\" | \"file-plus\" | \"file-search\" | \"file-text-bookmark\" | \"file-text\" | \"file-type-bmp\" | \"file-type-css\" | \"file-type-csv\" | \"file-type-doc\" | \"file-type-html\" | \"file-type-jpg\" | \"file-type-js\" | \"file-type-pdf\" | \"file-type-png\" | \"file-type-ppt\" | \"file-type-xls\" | \"file-type-xml\" | \"file-type-zip\" | \"file-upload\" | \"file-x\" | \"file-zip\" | \"file\" | \"files-off\" | \"files\" | \"filter-off\" | \"filter-sort\" | \"filter\" | \"fingerprint\" | \"fire-extinguisher\" | \"flag\" | \"flame\" | \"flip-horizontal\" | \"flip-vertical\" | \"folder-minus\" | \"folder-off\" | \"folder-plus\" | \"folder-x\" | \"folder\" | \"folders\" | \"frame\" | \"gas-station\" | \"gauge-off\" | \"gauge\" | \"gift\" | \"gps\" | \"grid-dots\" | \"grip-horizontal\" | \"grip-vertical\" | \"hand-stop\" | \"hand-waving\" | \"hash\" | \"haze\" | \"headphones-off\" | \"headphones\" | \"headset\" | \"helicopter\" | \"help\" | \"history\" | \"hourglass-empty\" | \"hourglass-high\" | \"hourglass-low\" | \"hourglass-off\" | \"hourglass\" | \"inbox\" | \"info-circle\" | \"keyboard-hide\" | \"keyboard-show\" | \"keyboard\" | \"layout-board-split\" | \"layout-dashboard\" | \"layout-grid\" | \"layout-sidebar-left-collapse\" | \"layout-sidebar-left-expand\" | \"layout-sidebar-right-collapse\" | \"layout-sidebar-right-expand\" | \"layout\" | \"leaf\" | \"lifebuoy\" | \"list-search\" | \"list\" | \"loader\" | \"location\" | \"lock-off\" | \"lock-open\" | \"lock\" | \"login\" | \"logout\" | \"mail-forward\" | \"mail-opened\" | \"mail\" | \"map-pin-off\" | \"map-pin\" | \"map\" | \"menu\" | \"message-dots\" | \"message-off\" | \"messages\" | \"microphone-off\" | \"microphone\" | \"minus\" | \"mist\" | \"moon\" | \"motorbike\" | \"mouse\" | \"movie\" | \"network\" | \"news\" | \"note\" | \"notebook\" | \"notes\" | \"offshore-station\" | \"package\" | \"palette\" | \"paperclip\" | \"pencil\" | \"phone-call\" | \"phone-calling\" | \"phone-check\" | \"phone-incoming\" | \"phone-off\" | \"phone-outgoing\" | \"phone\" | \"photo-off\" | \"pig\" | \"pin\" | \"pinned-off\" | \"pinned\" | \"plane-off\" | \"plane\" | \"plant\" | \"player-pause\" | \"player-play\" | \"player-skip-back\" | \"player-skip-forward\" | \"player-stop\" | \"player-track-next\" | \"player-track-prev\" | \"plug-connected\" | \"plug\" | \"plus\" | \"power-ac\" | \"power-dc\" | \"presentation-analytics\" | \"presentation\" | \"printer\" | \"propeller\" | \"published\" | \"puzzle-2\" | \"puzzle\" | \"pylon\" | \"qrcode\" | \"radar\" | \"radio\" | \"radioactive\" | \"receipt-dollar\" | \"receipt-euro\" | \"receipt\" | \"recharging\" | \"recycle\" | \"refresh-alert\" | \"refresh\" | \"repeat-once\" | \"report-analytics\" | \"report-medical\" | \"report-search\" | \"report\" | \"ripple-off\" | \"ripple\" | \"rocket\" | \"rotate-2\" | \"rotate-clockwise-2\" | \"rotate-clockwise\" | \"rotate-dot\" | \"rotate\" | \"router\" | \"ruler-measure\" | \"satellite\" | \"school\" | \"scissors\" | \"scooter-electric\" | \"screenshot\" | \"seeding\" | \"selector\" | \"send\" | \"server\" | \"settings\" | \"shape\" | \"share-2\" | \"share\" | \"shield-check\" | \"shield-lock\" | \"shield-off\" | \"shield-x\" | \"shield\" | \"ship-off\" | \"ship\" | \"shopping-cart\" | \"slash\" | \"smart-home\" | \"snowflake\" | \"solar-panel\" | \"sort-ascending-letters\" | \"sort-ascending-numbers\" | \"sort-descending-letters\" | \"sort-descending-numbers\" | \"spacing-horizontal\" | \"spacing-vertical\" | \"speakerphone\" | \"stack\" | \"stairs\" | \"star\" | \"sun\" | \"sunrise\" | \"sunset\" | \"switch-horizontal\" | \"switch-vertical\" | \"table\" | \"tag\" | \"tank-empty-fill\" | \"tank-full-fill\" | \"tank-medium-fill\" | \"temperature-off\" | \"temperature\" | \"template\" | \"terminal\" | \"text-size\" | \"text\" | \"thumb-down\" | \"thumb-up\" | \"ticket\" | \"timeline\" | \"tir\" | \"tool\" | \"tools\" | \"train\" | \"trash-off\" | \"trash\" | \"tree\" | \"trees\" | \"truck-delivery\" | \"truck\" | \"umbrella\" | \"unlink\" | \"upload\" | \"user-circle\" | \"user-minus\" | \"user-plus\" | \"user-worker\" | \"user\" | \"users\" | \"versions\" | \"video-minus\" | \"video-off\" | \"video-plus\" | \"video\" | \"volume-2\" | \"volume-3\" | \"volume\" | \"wallet\" | \"wand\" | \"wave\" | \"waves\" | \"wifi-off\" | \"wifi\" | \"wind-direction\" | \"wind\" | \"windmill\" | \"wood\" | \"world\" | \"writing\" | \"x\" | \"zoom-reset\"",
|
|
11003
11733
|
"references": {
|
|
11004
11734
|
"IconName": {
|
|
11005
11735
|
"location": "import",
|
|
@@ -11014,62 +11744,10 @@
|
|
|
11014
11744
|
"docs": "Choose the icon you want to display. This also sets the aria-label for\nimproved accessibility, helping users who rely on screen readers.\nThe icon is not displayed when the button is loading.",
|
|
11015
11745
|
"docsTags": [],
|
|
11016
11746
|
"values": [
|
|
11017
|
-
{
|
|
11018
|
-
"value": "link",
|
|
11019
|
-
"type": "link"
|
|
11020
|
-
},
|
|
11021
|
-
{
|
|
11022
|
-
"value": "map",
|
|
11023
|
-
"type": "map"
|
|
11024
|
-
},
|
|
11025
|
-
{
|
|
11026
|
-
"value": "menu",
|
|
11027
|
-
"type": "menu"
|
|
11028
|
-
},
|
|
11029
|
-
{
|
|
11030
|
-
"value": "search",
|
|
11031
|
-
"type": "search"
|
|
11032
|
-
},
|
|
11033
|
-
{
|
|
11034
|
-
"value": "select",
|
|
11035
|
-
"type": "select"
|
|
11036
|
-
},
|
|
11037
|
-
{
|
|
11038
|
-
"value": "table",
|
|
11039
|
-
"type": "table"
|
|
11040
|
-
},
|
|
11041
|
-
{
|
|
11042
|
-
"value": "template",
|
|
11043
|
-
"type": "template"
|
|
11044
|
-
},
|
|
11045
|
-
{
|
|
11046
|
-
"value": "video",
|
|
11047
|
-
"type": "video"
|
|
11048
|
-
},
|
|
11049
|
-
{
|
|
11050
|
-
"value": "frame",
|
|
11051
|
-
"type": "frame"
|
|
11052
|
-
},
|
|
11053
|
-
{
|
|
11054
|
-
"value": "user",
|
|
11055
|
-
"type": "user"
|
|
11056
|
-
},
|
|
11057
|
-
{
|
|
11058
|
-
"value": "chart-bubble",
|
|
11059
|
-
"type": "chartbubble"
|
|
11060
|
-
},
|
|
11061
|
-
{
|
|
11062
|
-
"value": "checkbox",
|
|
11063
|
-
"type": "checkbox"
|
|
11064
|
-
},
|
|
11065
11747
|
{
|
|
11066
11748
|
"value": "home",
|
|
11067
11749
|
"type": "home"
|
|
11068
11750
|
},
|
|
11069
|
-
{
|
|
11070
|
-
"value": "bulb",
|
|
11071
|
-
"type": "bulb"
|
|
11072
|
-
},
|
|
11073
11751
|
{
|
|
11074
11752
|
"value": "photo",
|
|
11075
11753
|
"type": "photo"
|
|
@@ -11082,14 +11760,30 @@
|
|
|
11082
11760
|
"value": "cut",
|
|
11083
11761
|
"type": "cut"
|
|
11084
11762
|
},
|
|
11763
|
+
{
|
|
11764
|
+
"value": "select",
|
|
11765
|
+
"type": "select"
|
|
11766
|
+
},
|
|
11767
|
+
{
|
|
11768
|
+
"value": "message",
|
|
11769
|
+
"type": "message"
|
|
11770
|
+
},
|
|
11085
11771
|
{
|
|
11086
11772
|
"value": "replace",
|
|
11087
11773
|
"type": "replace"
|
|
11088
11774
|
},
|
|
11775
|
+
{
|
|
11776
|
+
"value": "search",
|
|
11777
|
+
"type": "search"
|
|
11778
|
+
},
|
|
11089
11779
|
{
|
|
11090
11780
|
"value": "repeat",
|
|
11091
11781
|
"type": "repeat"
|
|
11092
11782
|
},
|
|
11783
|
+
{
|
|
11784
|
+
"value": "link",
|
|
11785
|
+
"type": "link"
|
|
11786
|
+
},
|
|
11093
11787
|
{
|
|
11094
11788
|
"value": "power",
|
|
11095
11789
|
"type": "power"
|
|
@@ -11386,6 +12080,10 @@
|
|
|
11386
12080
|
"value": "bulb-off",
|
|
11387
12081
|
"type": "bulboff"
|
|
11388
12082
|
},
|
|
12083
|
+
{
|
|
12084
|
+
"value": "bulb",
|
|
12085
|
+
"type": "bulb"
|
|
12086
|
+
},
|
|
11389
12087
|
{
|
|
11390
12088
|
"value": "cake",
|
|
11391
12089
|
"type": "cake"
|
|
@@ -11462,6 +12160,10 @@
|
|
|
11462
12160
|
"value": "chart-bar",
|
|
11463
12161
|
"type": "chartbar"
|
|
11464
12162
|
},
|
|
12163
|
+
{
|
|
12164
|
+
"value": "chart-bubble",
|
|
12165
|
+
"type": "chartbubble"
|
|
12166
|
+
},
|
|
11465
12167
|
{
|
|
11466
12168
|
"value": "chart-circles",
|
|
11467
12169
|
"type": "chartcircles"
|
|
@@ -11490,6 +12192,10 @@
|
|
|
11490
12192
|
"value": "check",
|
|
11491
12193
|
"type": "check"
|
|
11492
12194
|
},
|
|
12195
|
+
{
|
|
12196
|
+
"value": "checkbox",
|
|
12197
|
+
"type": "checkbox"
|
|
12198
|
+
},
|
|
11493
12199
|
{
|
|
11494
12200
|
"value": "checklist",
|
|
11495
12201
|
"type": "checklist"
|
|
@@ -11974,6 +12680,10 @@
|
|
|
11974
12680
|
"value": "folders",
|
|
11975
12681
|
"type": "folders"
|
|
11976
12682
|
},
|
|
12683
|
+
{
|
|
12684
|
+
"value": "frame",
|
|
12685
|
+
"type": "frame"
|
|
12686
|
+
},
|
|
11977
12687
|
{
|
|
11978
12688
|
"value": "gas-station",
|
|
11979
12689
|
"type": "gasstation"
|
|
@@ -12182,6 +12892,14 @@
|
|
|
12182
12892
|
"value": "map-pin",
|
|
12183
12893
|
"type": "mappin"
|
|
12184
12894
|
},
|
|
12895
|
+
{
|
|
12896
|
+
"value": "map",
|
|
12897
|
+
"type": "map"
|
|
12898
|
+
},
|
|
12899
|
+
{
|
|
12900
|
+
"value": "menu",
|
|
12901
|
+
"type": "menu"
|
|
12902
|
+
},
|
|
12185
12903
|
{
|
|
12186
12904
|
"value": "message-dots",
|
|
12187
12905
|
"type": "messagedots"
|
|
@@ -12190,10 +12908,6 @@
|
|
|
12190
12908
|
"value": "message-off",
|
|
12191
12909
|
"type": "messageoff"
|
|
12192
12910
|
},
|
|
12193
|
-
{
|
|
12194
|
-
"value": "message",
|
|
12195
|
-
"type": "message"
|
|
12196
|
-
},
|
|
12197
12911
|
{
|
|
12198
12912
|
"value": "messages",
|
|
12199
12913
|
"type": "messages"
|
|
@@ -12674,6 +13388,10 @@
|
|
|
12674
13388
|
"value": "switch-vertical",
|
|
12675
13389
|
"type": "switchvertical"
|
|
12676
13390
|
},
|
|
13391
|
+
{
|
|
13392
|
+
"value": "table",
|
|
13393
|
+
"type": "table"
|
|
13394
|
+
},
|
|
12677
13395
|
{
|
|
12678
13396
|
"value": "tag",
|
|
12679
13397
|
"type": "tag"
|
|
@@ -12698,6 +13416,10 @@
|
|
|
12698
13416
|
"value": "temperature",
|
|
12699
13417
|
"type": "temperature"
|
|
12700
13418
|
},
|
|
13419
|
+
{
|
|
13420
|
+
"value": "template",
|
|
13421
|
+
"type": "template"
|
|
13422
|
+
},
|
|
12701
13423
|
{
|
|
12702
13424
|
"value": "terminal",
|
|
12703
13425
|
"type": "terminal"
|
|
@@ -12794,6 +13516,10 @@
|
|
|
12794
13516
|
"value": "user-worker",
|
|
12795
13517
|
"type": "userworker"
|
|
12796
13518
|
},
|
|
13519
|
+
{
|
|
13520
|
+
"value": "user",
|
|
13521
|
+
"type": "user"
|
|
13522
|
+
},
|
|
12797
13523
|
{
|
|
12798
13524
|
"value": "users",
|
|
12799
13525
|
"type": "users"
|
|
@@ -12814,6 +13540,10 @@
|
|
|
12814
13540
|
"value": "video-plus",
|
|
12815
13541
|
"type": "videoplus"
|
|
12816
13542
|
},
|
|
13543
|
+
{
|
|
13544
|
+
"value": "video",
|
|
13545
|
+
"type": "video"
|
|
13546
|
+
},
|
|
12817
13547
|
{
|
|
12818
13548
|
"value": "volume-2",
|
|
12819
13549
|
"type": "volume2"
|