@nova-design-system/nova-webcomponents 3.24.0 → 3.26.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/_commonjsHelpers-CFO10eej.js +0 -3
- package/dist/cjs/clsx-BtxeOLZW.js +0 -3
- package/dist/cjs/collapse.animation-CcG0GAWk.js +0 -3
- package/dist/cjs/constants-BugGJYqL.js +0 -3
- package/dist/cjs/dom.utils-8VY5SfMZ.js +177 -0
- package/dist/cjs/events.utils-BE6R5q9C.js +0 -3
- package/dist/cjs/fade.animation-BQSqXXOJ.js +0 -3
- package/dist/cjs/grow.animation-ynu_HmA_.js +0 -3
- package/dist/cjs/i18n.utils-BbKpUgYq.js +77 -0
- package/dist/cjs/index-BQjqJTJB.js +4832 -0
- package/dist/cjs/index.cjs.js +54 -3
- package/dist/cjs/index.esm-CG1TVKfu.js +0 -3
- package/dist/cjs/inputmask-DtXnpVWa.js +0 -3
- package/dist/cjs/loader.cjs.js +3 -5
- package/dist/cjs/native.cjs.js +32 -7
- package/dist/cjs/nv-accordion-item.cjs.entry.js +8 -8
- package/dist/cjs/nv-accordion.cjs.entry.js +10 -9
- package/dist/cjs/nv-alert.cjs.entry.js +6 -5
- package/dist/cjs/nv-avatar.cjs.entry.js +3 -4
- package/dist/cjs/nv-badge_2.cjs.entry.js +18 -12
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +14 -12
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +4 -5
- package/dist/cjs/nv-button.cjs.entry.js +9 -6
- package/dist/cjs/nv-buttongroup.cjs.entry.js +12 -7
- package/dist/cjs/nv-calendar.cjs.entry.js +27 -20
- package/dist/cjs/nv-col.cjs.entry.js +3 -4
- package/dist/cjs/nv-datagrid.cjs.entry.js +47 -185
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -2
- package/dist/cjs/nv-dialog.cjs.entry.js +19 -21
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +11 -30
- package/dist/cjs/nv-drawer.cjs.entry.js +19 -20
- package/dist/cjs/nv-drawerfooter_2.cjs.entry.js +11 -30
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +10 -9
- package/dist/cjs/nv-fielddate.cjs.entry.js +15 -14
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +15 -15
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +32 -30
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +5 -9
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +27 -23
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +10 -9
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +10 -9
- package/dist/cjs/nv-fieldradio.cjs.entry.js +9 -8
- package/dist/cjs/nv-fieldselect.cjs.entry.js +20 -13
- package/dist/cjs/nv-fieldslider.cjs.entry.js +33 -16
- package/dist/cjs/nv-fieldtext.cjs.entry.js +7 -8
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +42 -35
- package/dist/cjs/nv-fieldtime.cjs.entry.js +15 -10
- package/dist/cjs/nv-icon.cjs.entry.js +4 -5
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +13 -10
- package/dist/cjs/nv-menu.cjs.entry.js +9 -14
- package/dist/cjs/nv-menuitem.cjs.entry.js +4 -6
- package/dist/cjs/nv-notification-bullet.cjs.entry.js +3 -4
- package/dist/cjs/nv-notification.cjs.entry.js +4 -5
- package/dist/cjs/nv-notificationcontainer.cjs.entry.js +4 -5
- package/dist/cjs/nv-paginationtable.cjs.entry.js +228 -0
- package/dist/cjs/nv-popover.cjs.entry.js +105 -34
- package/dist/cjs/nv-row.cjs.entry.js +4 -5
- package/dist/cjs/nv-sidebar.cjs.entry.js +10 -7
- package/dist/cjs/nv-sidebarcontent.cjs.entry.js +4 -5
- package/dist/cjs/nv-sidebardivider.cjs.entry.js +4 -5
- package/dist/cjs/nv-sidebarfooter.cjs.entry.js +4 -5
- package/dist/cjs/nv-sidebargroup.cjs.entry.js +4 -5
- package/dist/cjs/nv-sidebarheader.cjs.entry.js +4 -5
- package/dist/cjs/nv-sidebarlogo.cjs.entry.js +4 -5
- package/dist/cjs/nv-sidebarnavitem.cjs.entry.js +9 -8
- package/dist/cjs/nv-sidebarnavsubitem.cjs.entry.js +4 -5
- package/dist/cjs/nv-split.cjs.entry.js +10 -7
- package/dist/cjs/nv-stack.cjs.entry.js +4 -5
- package/dist/cjs/nv-table.cjs.entry.js +6 -5
- package/dist/cjs/nv-tableheader.cjs.entry.js +4 -5
- package/dist/cjs/nv-toggle.cjs.entry.js +8 -7
- package/dist/cjs/nv-togglebutton.cjs.entry.js +4 -6
- package/dist/cjs/nv-togglebuttongroup.cjs.entry.js +13 -10
- package/dist/cjs/nv-tooltip.cjs.entry.js +10 -10
- package/dist/cjs/slide.animation-Cb3tpLQv.js +0 -3
- package/dist/cjs/style-value-types.es-B1vLqX9m.js +0 -3
- package/dist/cjs/timeline.animation-KteJaZPb.js +0 -3
- package/dist/cjs/uri.utils-DiMLQx64.js +0 -3
- package/dist/cjs/v4-C1vaJ4yP.js +0 -3
- package/dist/cjs/{i18n.utils-ku0bScip.js → worker-client-ByL3TenE.js} +35 -78
- package/dist/collection/animations/collapse.animation.js +0 -1
- package/dist/collection/animations/fade.animation.js +0 -1
- package/dist/collection/animations/grow.animation.js +0 -1
- package/dist/collection/animations/index.js +0 -1
- package/dist/collection/animations/slide.animation.js +0 -1
- package/dist/collection/animations/timeline.animation.js +0 -1
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/nv-accordion/nv-accordion.docs.js +0 -1
- package/dist/collection/components/nv-accordion/nv-accordion.js +1 -4
- package/dist/collection/components/nv-accordion-item/nv-accordion-item.docs.js +0 -1
- package/dist/collection/components/nv-accordion-item/nv-accordion-item.js +2 -4
- package/dist/collection/components/nv-alert/nv-alert.docs.js +0 -1
- package/dist/collection/components/nv-alert/nv-alert.js +4 -3
- package/dist/collection/components/nv-avatar/nv-avatar.docs.js +0 -1
- package/dist/collection/components/nv-avatar/nv-avatar.js +2 -2
- package/dist/collection/components/nv-badge/nv-badge.css +4 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js +0 -1
- package/dist/collection/components/nv-badge/nv-badge.js +3 -2
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.docs.js +0 -1
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +12 -10
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.css +0 -3
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js +0 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -2
- package/dist/collection/components/nv-button/nv-button.docs.js +0 -1
- package/dist/collection/components/nv-button/nv-button.js +6 -4
- package/dist/collection/components/nv-buttongroup/nv-buttongroup.docs.js +0 -1
- package/dist/collection/components/nv-buttongroup/nv-buttongroup.js +4 -3
- package/dist/collection/components/nv-buttongroup/nv-buttongroup.utils.js +0 -1
- package/dist/collection/components/nv-buttongroup/styles/nv-buttongroup.css +4 -4
- package/dist/collection/components/nv-buttongroup/test/nv-buttongroup.utils.test.js +0 -1
- package/dist/collection/components/nv-calendar/nv-calendar.css +110 -1
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js +0 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +9 -12
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js +0 -1
- package/dist/collection/components/nv-calendar/partials/calendar-actions.js +0 -1
- package/dist/collection/components/nv-calendar/partials/calendar-grid.js +0 -1
- package/dist/collection/components/nv-calendar/partials/calendar-header.js +0 -1
- package/dist/collection/components/nv-calendar/partials/calendar-shortcuts.js +0 -1
- package/dist/collection/components/nv-calendar/partials/day-cell.js +0 -1
- package/dist/collection/components/nv-calendar/partials/index.js +0 -1
- package/dist/collection/components/nv-calendar/partials/week-numbers.js +0 -1
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js +0 -2
- package/dist/collection/components/nv-calendar/test/partials/calendar-actions.logic.test.js +0 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-grid.logic.test.js +0 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-header.logic.test.js +0 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-shortcuts.logic.test.js +0 -1
- package/dist/collection/components/nv-calendar/test/partials/day-cell.logic.test.js +0 -1
- package/dist/collection/components/nv-calendar/test/partials/week-numbers.logic.test.js +0 -1
- package/dist/collection/components/nv-col/nv-col.docs.js +0 -1
- package/dist/collection/components/nv-col/nv-col.js +0 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +0 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +6 -5
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.docs.js +0 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +0 -1
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js +0 -7
- package/dist/collection/components/nv-dialog/nv-dialog.js +17 -45
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.docs.js +0 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +8 -15
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.docs.js +0 -1
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -13
- package/dist/collection/components/nv-drawer/nv-drawer.docs.js +0 -1
- package/dist/collection/components/nv-drawer/nv-drawer.js +13 -16
- package/dist/collection/components/nv-drawerfooter/nv-drawerfooter.docs.js +0 -1
- package/dist/collection/components/nv-drawerfooter/nv-drawerfooter.js +8 -15
- package/dist/collection/components/nv-drawerheader/nv-drawerheader.docs.js +0 -1
- package/dist/collection/components/nv-drawerheader/nv-drawerheader.js +1 -13
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +9 -0
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.docs.js +0 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +6 -6
- package/dist/collection/components/nv-fielddate/nv-fielddate.docs.js +0 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +6 -9
- package/dist/collection/components/nv-fielddate/test/nv-fielddate.logic.test.js +0 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js +0 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +6 -10
- package/dist/collection/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.js +0 -2
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +0 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +16 -13
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.docs.js +0 -1
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +3 -7
- package/dist/collection/components/nv-fielddropdownitem/styles/nv-fielddropdownitem.css +78 -8
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.js +0 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -3
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +0 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +5 -6
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js +0 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +4 -5
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js +0 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +7 -7
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.docs.js +0 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +5 -5
- package/dist/collection/components/nv-fieldradio/styles/nv-fieldradio.css +20 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js +0 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -6
- package/dist/collection/components/nv-fieldselect/styles/nv-fieldselect.css +90 -7
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js +0 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js +3 -4
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.utils.js +0 -1
- package/dist/collection/components/nv-fieldslider/partials/field-input.js +0 -1
- package/dist/collection/components/nv-fieldslider/partials/range-thumb.js +0 -1
- package/dist/collection/components/nv-fieldslider/partials/single-thumb.js +0 -1
- package/dist/collection/components/nv-fieldslider/partials/tick-marks.js +0 -1
- package/dist/collection/components/nv-fieldslider/test/nv-fieldslider.utils.test.js +0 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js +0 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +7 -7
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js +14 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +50 -30
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js +0 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +3 -5
- package/dist/collection/components/nv-fieldtime/utils/format-utils.js +0 -1
- package/dist/collection/components/nv-icon/nv-icon.docs.js +0 -1
- package/dist/collection/components/nv-icon/nv-icon.js +7 -5
- package/dist/collection/components/nv-icon/nv-icons.js +0 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.docs.js +0 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +11 -7
- package/dist/collection/components/nv-loader/nv-loader.docs.js +0 -1
- package/dist/collection/components/nv-loader/nv-loader.js +5 -4
- package/dist/collection/components/nv-menu/nv-menu.docs.js +0 -1
- package/dist/collection/components/nv-menu/nv-menu.js +14 -12
- package/dist/collection/components/nv-menuitem/nv-menuitem.docs.js +0 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +4 -5
- package/dist/collection/components/nv-notification/nv-notification.docs.js +0 -1
- package/dist/collection/components/nv-notification/nv-notification.js +5 -4
- package/dist/collection/components/nv-notification-bullet/nv-notification-bullet.docs.js +0 -1
- package/dist/collection/components/nv-notification-bullet/nv-notification-bullet.js +0 -1
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.docs.js +0 -1
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.js +3 -3
- package/dist/collection/components/nv-paginationtable/nv-paginationtable.css +17 -0
- package/dist/collection/components/nv-paginationtable/nv-paginationtable.docs.js +248 -0
- package/dist/collection/components/nv-paginationtable/nv-paginationtable.js +537 -0
- package/dist/collection/components/nv-paginationtable/nv-paginationtable.utils.js +64 -0
- package/dist/collection/components/nv-paginationtable/test/nv-paginationtable.utils.test.js +360 -0
- package/dist/collection/components/nv-popover/nv-popover.docs.js +0 -1
- package/dist/collection/components/nv-popover/nv-popover.js +19 -14
- package/dist/collection/components/nv-row/nv-row.docs.js +0 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -2
- package/dist/collection/components/nv-sidebar/nv-sidebar.docs.js +0 -1
- package/dist/collection/components/nv-sidebar/nv-sidebar.js +1 -2
- package/dist/collection/components/nv-sidebarcontent/nv-sidebarcontent.docs.js +0 -1
- package/dist/collection/components/nv-sidebarcontent/nv-sidebarcontent.js +1 -2
- package/dist/collection/components/nv-sidebardivider/nv-sidebardivider.docs.js +0 -1
- package/dist/collection/components/nv-sidebardivider/nv-sidebardivider.js +1 -2
- package/dist/collection/components/nv-sidebarfooter/nv-sidebarfooter.docs.js +0 -1
- package/dist/collection/components/nv-sidebarfooter/nv-sidebarfooter.js +1 -2
- package/dist/collection/components/nv-sidebargroup/nv-sidebargroup.docs.js +0 -1
- package/dist/collection/components/nv-sidebargroup/nv-sidebargroup.js +1 -2
- package/dist/collection/components/nv-sidebarheader/nv-sidebarheader.docs.js +0 -1
- package/dist/collection/components/nv-sidebarheader/nv-sidebarheader.js +1 -2
- package/dist/collection/components/nv-sidebarlogo/nv-sidebarlogo.docs.js +0 -1
- package/dist/collection/components/nv-sidebarlogo/nv-sidebarlogo.js +1 -2
- package/dist/collection/components/nv-sidebarnavitem/nv-sidebarnavitem.docs.js +0 -1
- package/dist/collection/components/nv-sidebarnavitem/nv-sidebarnavitem.js +6 -6
- package/dist/collection/components/nv-sidebarnavsubitem/nv-sidebarnavsubitem.docs.js +0 -1
- package/dist/collection/components/nv-sidebarnavsubitem/nv-sidebarnavsubitem.js +1 -2
- package/dist/collection/components/nv-split/nv-split.docs.js +0 -1
- package/dist/collection/components/nv-split/nv-split.js +1 -2
- package/dist/collection/components/nv-stack/nv-stack.docs.js +0 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -2
- package/dist/collection/components/nv-table/nv-table.docs.js +0 -1
- package/dist/collection/components/nv-table/nv-table.js +1 -3
- package/dist/collection/components/nv-table/nv-table.utils.js +2 -1
- package/dist/collection/components/nv-table/test/nv-table.utils.test.js +0 -2
- package/dist/collection/components/nv-tableheader/nv-tableheader.docs.js +0 -1
- package/dist/collection/components/nv-tableheader/nv-tableheader.js +1 -2
- package/dist/collection/components/nv-toggle/nv-toggle.css +26 -0
- package/dist/collection/components/nv-toggle/nv-toggle.docs.js +0 -1
- package/dist/collection/components/nv-toggle/nv-toggle.js +4 -4
- package/dist/collection/components/nv-togglebutton/nv-togglebutton.docs.js +0 -1
- package/dist/collection/components/nv-togglebutton/nv-togglebutton.js +5 -5
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.docs.js +0 -1
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.js +5 -6
- package/dist/collection/components/nv-tooltip/nv-tooltip.css +7 -0
- package/dist/collection/components/nv-tooltip/nv-tooltip.docs.js +0 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +20 -13
- package/dist/collection/index.js +2 -1
- package/dist/collection/interfaces/Column.js +0 -1
- package/dist/collection/interfaces/ColumnConfig.js +0 -1
- package/dist/collection/interfaces/localization.js +0 -1
- package/dist/collection/templates/navigation.docs.js +0 -1
- package/dist/collection/utils/class.utils.js +0 -1
- package/dist/collection/utils/constants.js +0 -1
- package/dist/collection/utils/dom.utils.js +8 -1
- package/dist/collection/utils/events.utils.js +0 -1
- package/dist/collection/utils/i18n.utils.js +0 -1
- package/dist/collection/utils/input.utils.js +0 -1
- package/dist/collection/utils/search-engine/engine.js +0 -1
- package/dist/collection/utils/search-engine/guards.js +0 -1
- package/dist/collection/utils/search-engine/index.js +0 -1
- package/dist/collection/utils/search-engine/indexer.js +0 -1
- package/dist/collection/utils/search-engine/normalize.js +0 -1
- package/dist/collection/utils/search-engine/strategies/fuzzy.js +0 -1
- package/dist/collection/utils/search-engine/strategies/smart.js +0 -1
- package/dist/collection/utils/search-engine/strategies/strict.js +0 -1
- package/dist/collection/utils/search-engine/test/engine.test.js +0 -1
- package/dist/collection/utils/search-engine/test/guards.test.js +0 -1
- package/dist/collection/utils/search-engine/test/indexer.test.js +0 -1
- package/dist/collection/utils/search-engine/test/normalize.test.js +0 -1
- package/dist/collection/utils/search-engine/test/strategies.test.js +0 -1
- package/dist/collection/utils/search-engine/types.js +0 -1
- package/dist/collection/utils/search-engine/worker/index.js +0 -1
- package/dist/collection/utils/search-engine/worker/search.worker.js +0 -1
- package/dist/collection/utils/search-engine/worker/worker-client.js +0 -1
- package/dist/collection/utils/string.utils.js +0 -1
- package/dist/collection/utils/test/class.utils.test.js +0 -2
- package/dist/collection/utils/test/dom.utils.test.js +24 -3
- package/dist/collection/utils/test/i18n.utils.test.js +0 -1
- package/dist/collection/utils/test/input.utils.test.js +0 -1
- package/dist/collection/utils/test/uri.utils.test.js +0 -1
- package/dist/collection/utils/uri.utils.js +0 -1
- package/dist/components/_.entry.js +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +1 -583
- package/dist/components/nv-accordion-item.js +1 -9
- package/dist/components/nv-accordion.js +1 -229
- package/dist/components/nv-alert.js +1 -211
- package/dist/components/nv-avatar.js +1 -105
- package/dist/components/nv-badge.js +1 -9
- package/dist/components/nv-breadcrumb.js +1 -80
- package/dist/components/nv-breadcrumbs.js +1 -39
- package/dist/components/nv-button.js +1 -9
- package/dist/components/nv-buttongroup.js +1 -223
- package/dist/components/nv-calendar.js +1 -9
- package/dist/components/nv-col.js +1 -58
- package/dist/components/nv-datagrid.js +1 -4580
- package/dist/components/nv-datagridcolumn.js +1 -47
- package/dist/components/nv-dialog.js +1 -362
- package/dist/components/nv-dialogfooter.js +1 -9
- package/dist/components/nv-dialogheader.js +1 -9
- package/dist/components/nv-drawer.js +1 -507
- package/dist/components/nv-drawerfooter.js +1 -9
- package/dist/components/nv-drawerheader.js +1 -9
- package/dist/components/nv-fieldcheckbox.js +1 -9
- package/dist/components/nv-fielddate.js +1 -507
- package/dist/components/nv-fielddaterange.js +1 -670
- package/dist/components/nv-fielddropdown.js +1 -768
- package/dist/components/nv-fielddropdownitem.js +1 -9
- package/dist/components/nv-fielddropdownitemcheck.js +1 -9
- package/dist/components/nv-fieldmultiselect.js +1 -1587
- package/dist/components/nv-fieldnumber.js +1 -9
- package/dist/components/nv-fieldpassword.js +1 -227
- package/dist/components/nv-fieldradio.js +1 -137
- package/dist/components/nv-fieldselect.js +1 -460
- package/dist/components/nv-fieldslider.js +1 -801
- package/dist/components/nv-fieldtext.js +1 -9
- package/dist/components/nv-fieldtextarea.js +1 -282
- package/dist/components/nv-fieldtime.js +1 -1189
- package/dist/components/nv-icon.js +1 -9
- package/dist/components/nv-iconbutton.js +1 -9
- package/dist/components/nv-loader.js +1 -9
- package/dist/components/nv-menu.js +1 -254
- package/dist/components/nv-menuitem.js +1 -9
- package/dist/components/nv-notification-bullet.js +1 -9
- package/dist/components/nv-notification.js +1 -212
- package/dist/components/nv-notificationcontainer.js +1 -61
- package/dist/components/nv-paginationtable.d.ts +11 -0
- package/dist/components/nv-paginationtable.js +1 -0
- package/dist/components/nv-popover.js +1 -9
- package/dist/components/nv-row.js +1 -40
- package/dist/components/nv-sidebar.js +1 -210
- package/dist/components/nv-sidebarcontent.js +1 -40
- package/dist/components/nv-sidebardivider.js +1 -40
- package/dist/components/nv-sidebarfooter.js +1 -40
- package/dist/components/nv-sidebargroup.js +1 -43
- package/dist/components/nv-sidebarheader.js +1 -40
- package/dist/components/nv-sidebarlogo.js +1 -54
- package/dist/components/nv-sidebarnavitem.js +1 -336
- package/dist/components/nv-sidebarnavsubitem.js +1 -55
- package/dist/components/nv-split.js +1 -370
- package/dist/components/nv-stack.js +1 -55
- package/dist/components/nv-table.js +1 -261
- package/dist/components/nv-tableheader.js +1 -114
- package/dist/components/nv-toggle.js +1 -111
- package/dist/components/nv-togglebutton.js +1 -91
- package/dist/components/nv-togglebuttongroup.js +1 -200
- package/dist/components/nv-tooltip.js +1 -9
- package/dist/components/p-9xYwU7ku.js +1 -724
- package/dist/components/p-B5KLppep.js +1 -0
- package/dist/components/p-B6GgGra-.js +1 -29
- package/dist/components/p-BAlaMmS4.js +1 -0
- package/dist/components/p-BPufjY85.js +1 -0
- package/dist/components/p-BReL3Lsa.js +1 -286
- package/dist/components/p-BaF3Tuua.js +1 -0
- package/dist/components/p-BdYh22OP.js +1 -57
- package/dist/components/p-BfaMgLx7.js +9 -0
- package/dist/components/p-Bh6WGsHA.js +1 -0
- package/dist/components/p-C2J7j_fw.js +1 -0
- package/dist/components/p-C9p4yTS2.js +1 -0
- package/dist/components/p-CAKTe96z.js +1 -0
- package/dist/components/p-CEI7jWvn.js +1 -0
- package/dist/components/p-CR9MpYzU.js +1 -0
- package/dist/components/p-CZcMM7Lh.js +1 -0
- package/dist/components/p-Ce1IBFTa.js +1 -0
- package/dist/components/p-CgHCo_Ho.js +1 -42
- package/dist/components/p-ChV9xqsO.js +1 -6
- package/dist/components/p-CnI0auJM.js +1 -24
- package/dist/components/p-CuXVGECR.js +1 -0
- package/dist/components/p-D02w_Ru6.js +1 -91
- package/dist/components/p-D15RdWEG.js +1 -0
- package/dist/components/p-D1C_pu0E.js +1 -218
- package/dist/components/p-D2otK4Ce.js +1 -91
- package/dist/components/p-D3eWMME9.js +1 -534
- package/dist/components/p-DDqZBSGn.js +1 -0
- package/dist/components/p-DHNSuxz-.js +1 -0
- package/dist/components/p-DhDxhFz-.js +1 -0
- package/dist/components/p-DqU-wS_x.js +1 -0
- package/dist/components/p-Dz1GUhVy.js +15 -1119
- package/dist/components/p-FSPz8FER.js +1 -0
- package/dist/components/p-RUeDcouW.js +1 -0
- package/dist/components/p-iXsbKJzR.js +2 -0
- package/dist/components/p-jZF_Ggmx.js +1 -0
- package/dist/components/p-laRga5dw.js +1 -0
- package/dist/components/p-nmQOuX7R.js +1 -0
- package/dist/components/p-yHGZRC6Q.js +1 -0
- package/dist/esm/_commonjsHelpers-B85MJLTf.js +0 -3
- package/dist/esm/clsx-ChV9xqsO.js +0 -3
- package/dist/esm/collapse.animation-DZDm0vSK.js +0 -3
- package/dist/esm/constants-BReL3Lsa.js +0 -3
- package/dist/esm/dom.utils-CuXVGECR.js +173 -0
- package/dist/esm/events.utils-B6GgGra-.js +0 -3
- package/dist/esm/fade.animation-DcRL9lcm.js +0 -3
- package/dist/esm/grow.animation-D7ep_aVl.js +0 -3
- package/dist/esm/i18n.utils-CR9MpYzU.js +74 -0
- package/dist/esm/index-S-IZ4AN_.js +4796 -0
- package/dist/esm/index.esm-D3eWMME9.js +0 -3
- package/dist/esm/index.js +53 -3
- package/dist/esm/inputmask-CSo292ul.js +0 -3
- package/dist/esm/loader.js +3 -5
- package/dist/esm/native.js +32 -7
- package/dist/esm/nv-accordion-item.entry.js +8 -8
- package/dist/esm/nv-accordion.entry.js +10 -9
- package/dist/esm/nv-alert.entry.js +6 -5
- package/dist/esm/nv-avatar.entry.js +3 -4
- package/dist/esm/nv-badge_2.entry.js +18 -12
- package/dist/esm/nv-breadcrumb.entry.js +14 -12
- package/dist/esm/nv-breadcrumbs.entry.js +4 -5
- package/dist/esm/nv-button.entry.js +9 -6
- package/dist/esm/nv-buttongroup.entry.js +12 -7
- package/dist/esm/nv-calendar.entry.js +27 -20
- package/dist/esm/nv-col.entry.js +3 -4
- package/dist/esm/nv-datagrid.entry.js +42 -180
- package/dist/esm/nv-datagridcolumn.entry.js +1 -2
- package/dist/esm/nv-dialog.entry.js +19 -21
- package/dist/esm/nv-dialogfooter_2.entry.js +11 -30
- package/dist/esm/nv-drawer.entry.js +19 -20
- package/dist/esm/nv-drawerfooter_2.entry.js +11 -30
- package/dist/esm/nv-fieldcheckbox.entry.js +10 -9
- package/dist/esm/nv-fielddate.entry.js +15 -14
- package/dist/esm/nv-fielddaterange.entry.js +15 -15
- package/dist/esm/nv-fielddropdown.entry.js +19 -17
- package/dist/esm/nv-fielddropdownitem.entry.js +5 -9
- package/dist/esm/nv-fieldmultiselect.entry.js +14 -10
- package/dist/esm/nv-fieldnumber.entry.js +10 -9
- package/dist/esm/nv-fieldpassword.entry.js +10 -9
- package/dist/esm/nv-fieldradio.entry.js +9 -8
- package/dist/esm/nv-fieldselect.entry.js +20 -13
- package/dist/esm/nv-fieldslider.entry.js +33 -16
- package/dist/esm/nv-fieldtext.entry.js +7 -8
- package/dist/esm/nv-fieldtextarea.entry.js +42 -35
- package/dist/esm/nv-fieldtime.entry.js +15 -10
- package/dist/esm/nv-icon.entry.js +4 -5
- package/dist/esm/nv-iconbutton_2.entry.js +13 -10
- package/dist/esm/nv-menu.entry.js +9 -14
- package/dist/esm/nv-menuitem.entry.js +4 -6
- package/dist/esm/nv-notification-bullet.entry.js +3 -4
- package/dist/esm/nv-notification.entry.js +4 -5
- package/dist/esm/nv-notificationcontainer.entry.js +4 -5
- package/dist/esm/nv-paginationtable.entry.js +226 -0
- package/dist/esm/nv-popover.entry.js +105 -34
- package/dist/esm/nv-row.entry.js +4 -5
- package/dist/esm/nv-sidebar.entry.js +10 -7
- package/dist/esm/nv-sidebarcontent.entry.js +4 -5
- package/dist/esm/nv-sidebardivider.entry.js +4 -5
- package/dist/esm/nv-sidebarfooter.entry.js +4 -5
- package/dist/esm/nv-sidebargroup.entry.js +4 -5
- package/dist/esm/nv-sidebarheader.entry.js +4 -5
- package/dist/esm/nv-sidebarlogo.entry.js +4 -5
- package/dist/esm/nv-sidebarnavitem.entry.js +9 -8
- package/dist/esm/nv-sidebarnavsubitem.entry.js +4 -5
- package/dist/esm/nv-split.entry.js +10 -7
- package/dist/esm/nv-stack.entry.js +4 -5
- package/dist/esm/nv-table.entry.js +6 -5
- package/dist/esm/nv-tableheader.entry.js +4 -5
- package/dist/esm/nv-toggle.entry.js +8 -7
- package/dist/esm/nv-togglebutton.entry.js +4 -6
- package/dist/esm/nv-togglebuttongroup.entry.js +13 -10
- package/dist/esm/nv-tooltip.entry.js +10 -10
- package/dist/esm/slide.animation-CmH5d1of.js +0 -3
- package/dist/esm/style-value-types.es-xlgmw4x8.js +0 -3
- package/dist/esm/timeline.animation-CgHCo_Ho.js +0 -3
- package/dist/esm/uri.utils-CnI0auJM.js +0 -3
- package/dist/esm/v4-BdYh22OP.js +0 -3
- package/dist/{components/p-IlwlcG9l.js → esm/worker-client-BaF3Tuua.js} +20 -77
- package/dist/lib/generators/angular-output.js +0 -1
- package/dist/lib/generators/docs-blazor.js +0 -1
- package/dist/lib/generators/vue-output.js +0 -1
- package/dist/lib/scripts/nextjs-entry-shim.js +25 -0
- package/dist/lib/utils/componentBinding.js +0 -1
- package/dist/lib/utils/parseToCSharpTypes.js +0 -1
- package/dist/lib/utils/spread.js +0 -1
- package/dist/lib/utils/test/parseToCSharpTypes.test.js +0 -1
- package/dist/native/index.esm.js +1 -2
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -2
- package/dist/native/p-043d500e.entry.js +1 -0
- package/dist/native/p-04956305.entry.js +1 -0
- package/dist/native/p-06a17aba.entry.js +1 -0
- package/dist/native/p-0819a7b1.entry.js +1 -0
- package/dist/native/p-0bfd188c.entry.js +1 -0
- package/dist/native/p-0e8b544b.entry.js +1 -0
- package/dist/native/p-0ec34d19.entry.js +1 -0
- package/dist/native/p-11eb959b.entry.js +1 -0
- package/dist/native/p-13YSIyGW.js +1 -2
- package/dist/native/p-17f2525a.entry.js +1 -0
- package/dist/native/p-1a5db5e9.entry.js +1 -0
- package/dist/native/p-1bf1a213.entry.js +1 -0
- package/dist/native/p-1dd3da3b.entry.js +1 -0
- package/dist/native/p-2106dfbd.entry.js +1 -0
- package/dist/native/p-31301f1e.entry.js +1 -0
- package/dist/native/p-3a04a563.entry.js +1 -0
- package/dist/native/p-3fb1a188.entry.js +1 -0
- package/dist/native/p-48e7b457.entry.js +1 -0
- package/dist/native/p-5cbf5973.entry.js +1 -0
- package/dist/native/p-64104dbd.entry.js +1 -0
- package/dist/native/p-6a9363a6.entry.js +1 -0
- package/dist/native/p-6b655545.entry.js +1 -0
- package/dist/native/p-702a6646.entry.js +1 -0
- package/dist/native/p-70abbe4f.entry.js +1 -0
- package/dist/native/p-79d8c26b.entry.js +1 -0
- package/dist/native/p-7a8e2ef3.entry.js +1 -0
- package/dist/native/p-7c413f8b.entry.js +1 -0
- package/dist/native/p-85c8be32.entry.js +1 -0
- package/dist/native/p-87a1b06c.entry.js +1 -0
- package/dist/native/p-89f7d483.entry.js +1 -0
- package/dist/native/p-8ce17efd.entry.js +1 -0
- package/dist/native/p-8dadc0c9.entry.js +1 -0
- package/dist/native/p-945ca1db.entry.js +1 -0
- package/dist/native/p-97a5f8d5.entry.js +1 -0
- package/dist/native/p-98ea927d.entry.js +1 -0
- package/dist/native/p-B6GgGra-.js +1 -2
- package/dist/native/p-B85MJLTf.js +1 -2
- package/dist/native/p-BReL3Lsa.js +1 -2
- package/dist/native/p-BaF3Tuua.js +1 -0
- package/dist/native/p-BdYh22OP.js +1 -2
- package/dist/native/p-Blc6XEY7.js +1 -2
- package/dist/native/p-CR9MpYzU.js +1 -0
- package/dist/native/p-CgHCo_Ho.js +1 -2
- package/dist/native/p-ChV9xqsO.js +1 -2
- package/dist/native/p-CnI0auJM.js +1 -2
- package/dist/native/p-CuXVGECR.js +1 -0
- package/dist/native/p-D3eWMME9.js +1 -2
- package/dist/native/p-DmUOtOcY.js +1 -2
- package/dist/native/p-Hfc8Oh0x.js +3 -4
- package/dist/native/p-S-IZ4AN_.js +2 -0
- package/dist/native/p-a8bc3b92.entry.js +1 -0
- package/dist/native/p-a92e2ad8.entry.js +1 -0
- package/dist/native/p-a9a07a8d.entry.js +1 -0
- package/dist/native/p-a9a20f37.entry.js +1 -0
- package/dist/native/p-aa232a20.entry.js +1 -0
- package/dist/native/p-ae4fc02a.entry.js +1 -0
- package/dist/native/p-b0d97496.entry.js +1 -0
- package/dist/native/p-bd143e7b.entry.js +1 -0
- package/dist/native/p-bdaab534.entry.js +1 -0
- package/dist/native/p-bdbc92d9.entry.js +1 -0
- package/dist/native/p-bef3d325.entry.js +1 -0
- package/dist/native/p-c3ea1eca.entry.js +1 -0
- package/dist/native/p-c825c542.entry.js +1 -0
- package/dist/native/p-ce2c17dc.entry.js +1 -0
- package/dist/native/p-d46ea49a.entry.js +1 -0
- package/dist/native/p-dc0d1690.entry.js +1 -0
- package/dist/native/p-e05b6008.entry.js +1 -0
- package/dist/native/p-e1021e2c.entry.js +1 -0
- package/dist/native/p-e937d495.entry.js +1 -0
- package/dist/native/p-f22d2ad9.entry.js +1 -0
- package/dist/native/p-f2a32774.entry.js +1 -0
- package/dist/native/p-f5eff2b2.entry.js +1 -0
- package/dist/native/p-f64f1bea.entry.js +1 -0
- package/dist/native/p-fba55e2f.entry.js +1 -0
- package/dist/native/p-sqVK8yoD.js +1 -2
- package/dist/native/p-xlgmw4x8.js +2 -3
- package/dist/types/components/nv-breadcrumb/nv-breadcrumb.d.ts +4 -2
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -9
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +3 -4
- package/dist/types/components/nv-dialogheader/nv-dialogheader.d.ts +0 -3
- package/dist/types/components/nv-drawer/nv-drawer.d.ts +3 -3
- package/dist/types/components/nv-drawerfooter/nv-drawerfooter.d.ts +3 -4
- package/dist/types/components/nv-drawerheader/nv-drawerheader.d.ts +0 -3
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +4 -0
- package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.d.ts +2 -3
- package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +9 -1
- package/dist/types/components/nv-menu/nv-menu.d.ts +5 -1
- package/dist/types/components/nv-paginationtable/nv-paginationtable.d.ts +112 -0
- package/dist/types/components/nv-paginationtable/nv-paginationtable.docs.d.ts +4 -0
- package/dist/types/components/nv-paginationtable/nv-paginationtable.utils.d.ts +61 -0
- package/dist/types/components/nv-paginationtable/test/nv-paginationtable.utils.test.d.ts +1 -0
- package/dist/types/components/nv-popover/nv-popover.d.ts +2 -3
- package/dist/types/components/nv-tooltip/nv-tooltip.d.ts +4 -2
- package/dist/types/components.d.ts +182 -5
- package/dist/types/index.d.ts +1 -0
- package/dist/types/nova-docs.d.ts +0 -1
- package/dist/types/stencil-public-runtime.d.ts +87 -4
- package/dist/types/utils/dom.utils.d.ts +6 -0
- package/dist/types/utils/events.utils.d.ts +2 -2
- package/dist/vscode-data.json +641 -588
- package/hydrate/index.d.ts +12 -0
- package/hydrate/index.js +6999 -1257
- package/hydrate/index.mjs +6998 -1258
- package/package.json +11 -9
- package/dist/cjs/_commonjsHelpers-CFO10eej.js.map +0 -1
- package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -8
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
- package/dist/cjs/clsx-BtxeOLZW.js.map +0 -1
- package/dist/cjs/collapse.animation-CcG0GAWk.js.map +0 -1
- package/dist/cjs/constants-BugGJYqL.js.map +0 -1
- package/dist/cjs/events.utils-BE6R5q9C.js.map +0 -1
- package/dist/cjs/fade.animation-BQSqXXOJ.js.map +0 -1
- package/dist/cjs/grow.animation-ynu_HmA_.js.map +0 -1
- package/dist/cjs/i18n.utils-ku0bScip.js.map +0 -1
- package/dist/cjs/index-B1na8x6M.js +0 -2841
- package/dist/cjs/index-B1na8x6M.js.map +0 -1
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/index.esm-CG1TVKfu.js.map +0 -1
- package/dist/cjs/inputmask-DtXnpVWa.js.map +0 -1
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/native.cjs.js.map +0 -1
- package/dist/cjs/nv-accordion-item.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-accordion.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-alert.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-avatar.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-badge.nv-fielddropdownitemcheck.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-breadcrumb.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-breadcrumbs.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-button.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-buttongroup.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-calendar.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-col.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-datagrid.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-datagridcolumn.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-dialog.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-dialogfooter.nv-dialogheader.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-drawer.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-drawerfooter.nv-drawerheader.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldcheckbox.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fielddate.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fielddaterange.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fielddropdown.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fielddropdownitem.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldmultiselect.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldnumber.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldpassword.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldradio.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldselect.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldslider.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldtext.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldtextarea.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-fieldtime.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-icon.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-iconbutton.nv-loader.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-menu.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-menuitem.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-notification-bullet.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-notification.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-notificationcontainer.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-popover.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-row.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebar.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebarcontent.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebardivider.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebarfooter.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebargroup.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebarheader.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebarlogo.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebarnavitem.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-sidebarnavsubitem.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-split.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-stack.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-table.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-tableheader.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-toggle.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-togglebutton.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-togglebuttongroup.entry.cjs.js.map +0 -1
- package/dist/cjs/nv-tooltip.entry.cjs.js.map +0 -1
- package/dist/cjs/slide.animation-Cb3tpLQv.js.map +0 -1
- package/dist/cjs/style-value-types.es-B1vLqX9m.js.map +0 -1
- package/dist/cjs/timeline.animation-KteJaZPb.js.map +0 -1
- package/dist/cjs/uri.utils-DiMLQx64.js.map +0 -1
- package/dist/cjs/v4-C1vaJ4yP.js.map +0 -1
- package/dist/collection/animations/collapse.animation.js.map +0 -1
- package/dist/collection/animations/fade.animation.js.map +0 -1
- package/dist/collection/animations/grow.animation.js.map +0 -1
- package/dist/collection/animations/index.js.map +0 -1
- package/dist/collection/animations/slide.animation.js.map +0 -1
- package/dist/collection/animations/timeline.animation.js.map +0 -1
- package/dist/collection/components/nv-accordion/nv-accordion.docs.js.map +0 -1
- package/dist/collection/components/nv-accordion/nv-accordion.js.map +0 -1
- package/dist/collection/components/nv-accordion-item/nv-accordion-item.docs.js.map +0 -1
- package/dist/collection/components/nv-accordion-item/nv-accordion-item.js.map +0 -1
- package/dist/collection/components/nv-alert/nv-alert.docs.js.map +0 -1
- package/dist/collection/components/nv-alert/nv-alert.js.map +0 -1
- package/dist/collection/components/nv-avatar/nv-avatar.docs.js.map +0 -1
- package/dist/collection/components/nv-avatar/nv-avatar.js.map +0 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js.map +0 -1
- package/dist/collection/components/nv-badge/nv-badge.js.map +0 -1
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.docs.js.map +0 -1
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js.map +0 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js.map +0 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js.map +0 -1
- package/dist/collection/components/nv-button/nv-button.docs.js.map +0 -1
- package/dist/collection/components/nv-button/nv-button.js.map +0 -1
- package/dist/collection/components/nv-buttongroup/nv-buttongroup.docs.js.map +0 -1
- package/dist/collection/components/nv-buttongroup/nv-buttongroup.js.map +0 -1
- package/dist/collection/components/nv-buttongroup/nv-buttongroup.utils.js.map +0 -1
- package/dist/collection/components/nv-buttongroup/test/nv-buttongroup.utils.test.js.map +0 -1
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js.map +0 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +0 -1
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js.map +0 -1
- package/dist/collection/components/nv-calendar/partials/calendar-actions.js.map +0 -1
- package/dist/collection/components/nv-calendar/partials/calendar-grid.js.map +0 -1
- package/dist/collection/components/nv-calendar/partials/calendar-header.js.map +0 -1
- package/dist/collection/components/nv-calendar/partials/calendar-shortcuts.js.map +0 -1
- package/dist/collection/components/nv-calendar/partials/day-cell.js.map +0 -1
- package/dist/collection/components/nv-calendar/partials/index.js.map +0 -1
- package/dist/collection/components/nv-calendar/partials/week-numbers.js.map +0 -1
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js.map +0 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-actions.logic.test.js.map +0 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-grid.logic.test.js.map +0 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-header.logic.test.js.map +0 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-shortcuts.logic.test.js.map +0 -1
- package/dist/collection/components/nv-calendar/test/partials/day-cell.logic.test.js.map +0 -1
- package/dist/collection/components/nv-calendar/test/partials/week-numbers.logic.test.js.map +0 -1
- package/dist/collection/components/nv-col/nv-col.docs.js.map +0 -1
- package/dist/collection/components/nv-col/nv-col.js.map +0 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +0 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +0 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.docs.js.map +0 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js.map +0 -1
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +0 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +0 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.docs.js.map +0 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +0 -1
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.docs.js.map +0 -1
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js.map +0 -1
- package/dist/collection/components/nv-drawer/nv-drawer.docs.js.map +0 -1
- package/dist/collection/components/nv-drawer/nv-drawer.js.map +0 -1
- package/dist/collection/components/nv-drawerfooter/nv-drawerfooter.docs.js.map +0 -1
- package/dist/collection/components/nv-drawerfooter/nv-drawerfooter.js.map +0 -1
- package/dist/collection/components/nv-drawerheader/nv-drawerheader.docs.js.map +0 -1
- package/dist/collection/components/nv-drawerheader/nv-drawerheader.js.map +0 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js.map +0 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.docs.js.map +0 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +0 -1
- package/dist/collection/components/nv-fielddate/test/nv-fielddate.logic.test.js.map +0 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js.map +0 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +0 -1
- package/dist/collection/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.js.map +0 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +0 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +0 -1
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.docs.js.map +0 -1
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js.map +0 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.js.map +0 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js.map +0 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +0 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +0 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +0 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js.map +0 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +0 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js.map +0 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.utils.js.map +0 -1
- package/dist/collection/components/nv-fieldslider/partials/field-input.js.map +0 -1
- package/dist/collection/components/nv-fieldslider/partials/range-thumb.js.map +0 -1
- package/dist/collection/components/nv-fieldslider/partials/single-thumb.js.map +0 -1
- package/dist/collection/components/nv-fieldslider/partials/tick-marks.js.map +0 -1
- package/dist/collection/components/nv-fieldslider/test/nv-fieldslider.utils.test.js.map +0 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js.map +0 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +0 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +0 -1
- package/dist/collection/components/nv-fieldtime/utils/format-utils.js.map +0 -1
- package/dist/collection/components/nv-icon/nv-icon.docs.js.map +0 -1
- package/dist/collection/components/nv-icon/nv-icon.js.map +0 -1
- package/dist/collection/components/nv-icon/nv-icons.js.map +0 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.docs.js.map +0 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js.map +0 -1
- package/dist/collection/components/nv-loader/nv-loader.docs.js.map +0 -1
- package/dist/collection/components/nv-loader/nv-loader.js.map +0 -1
- package/dist/collection/components/nv-menu/nv-menu.docs.js.map +0 -1
- package/dist/collection/components/nv-menu/nv-menu.js.map +0 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.docs.js.map +0 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js.map +0 -1
- package/dist/collection/components/nv-notification/nv-notification.docs.js.map +0 -1
- package/dist/collection/components/nv-notification/nv-notification.js.map +0 -1
- package/dist/collection/components/nv-notification-bullet/nv-notification-bullet.docs.js.map +0 -1
- package/dist/collection/components/nv-notification-bullet/nv-notification-bullet.js.map +0 -1
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.docs.js.map +0 -1
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.js.map +0 -1
- package/dist/collection/components/nv-popover/nv-popover.docs.js.map +0 -1
- package/dist/collection/components/nv-popover/nv-popover.js.map +0 -1
- package/dist/collection/components/nv-row/nv-row.docs.js.map +0 -1
- package/dist/collection/components/nv-row/nv-row.js.map +0 -1
- package/dist/collection/components/nv-sidebar/nv-sidebar.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebar/nv-sidebar.js.map +0 -1
- package/dist/collection/components/nv-sidebarcontent/nv-sidebarcontent.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebarcontent/nv-sidebarcontent.js.map +0 -1
- package/dist/collection/components/nv-sidebardivider/nv-sidebardivider.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebardivider/nv-sidebardivider.js.map +0 -1
- package/dist/collection/components/nv-sidebarfooter/nv-sidebarfooter.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebarfooter/nv-sidebarfooter.js.map +0 -1
- package/dist/collection/components/nv-sidebargroup/nv-sidebargroup.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebargroup/nv-sidebargroup.js.map +0 -1
- package/dist/collection/components/nv-sidebarheader/nv-sidebarheader.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebarheader/nv-sidebarheader.js.map +0 -1
- package/dist/collection/components/nv-sidebarlogo/nv-sidebarlogo.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebarlogo/nv-sidebarlogo.js.map +0 -1
- package/dist/collection/components/nv-sidebarnavitem/nv-sidebarnavitem.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebarnavitem/nv-sidebarnavitem.js.map +0 -1
- package/dist/collection/components/nv-sidebarnavsubitem/nv-sidebarnavsubitem.docs.js.map +0 -1
- package/dist/collection/components/nv-sidebarnavsubitem/nv-sidebarnavsubitem.js.map +0 -1
- package/dist/collection/components/nv-split/nv-split.docs.js.map +0 -1
- package/dist/collection/components/nv-split/nv-split.js.map +0 -1
- package/dist/collection/components/nv-stack/nv-stack.docs.js.map +0 -1
- package/dist/collection/components/nv-stack/nv-stack.js.map +0 -1
- package/dist/collection/components/nv-table/nv-table.docs.js.map +0 -1
- package/dist/collection/components/nv-table/nv-table.js.map +0 -1
- package/dist/collection/components/nv-table/nv-table.utils.js.map +0 -1
- package/dist/collection/components/nv-table/test/nv-table.utils.test.js.map +0 -1
- package/dist/collection/components/nv-tableheader/nv-tableheader.docs.js.map +0 -1
- package/dist/collection/components/nv-tableheader/nv-tableheader.js.map +0 -1
- package/dist/collection/components/nv-toggle/nv-toggle.docs.js.map +0 -1
- package/dist/collection/components/nv-toggle/nv-toggle.js.map +0 -1
- package/dist/collection/components/nv-togglebutton/nv-togglebutton.docs.js.map +0 -1
- package/dist/collection/components/nv-togglebutton/nv-togglebutton.js.map +0 -1
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.docs.js.map +0 -1
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.js.map +0 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.docs.js.map +0 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js.map +0 -1
- package/dist/collection/index.js.map +0 -1
- package/dist/collection/interfaces/Column.js.map +0 -1
- package/dist/collection/interfaces/ColumnConfig.js.map +0 -1
- package/dist/collection/interfaces/localization.js.map +0 -1
- package/dist/collection/templates/navigation.docs.js.map +0 -1
- package/dist/collection/utils/class.utils.js.map +0 -1
- package/dist/collection/utils/constants.js.map +0 -1
- package/dist/collection/utils/dom.utils.js.map +0 -1
- package/dist/collection/utils/events.utils.js.map +0 -1
- package/dist/collection/utils/i18n.utils.js.map +0 -1
- package/dist/collection/utils/input.utils.js.map +0 -1
- package/dist/collection/utils/search-engine/engine.js.map +0 -1
- package/dist/collection/utils/search-engine/guards.js.map +0 -1
- package/dist/collection/utils/search-engine/index.js.map +0 -1
- package/dist/collection/utils/search-engine/indexer.js.map +0 -1
- package/dist/collection/utils/search-engine/normalize.js.map +0 -1
- package/dist/collection/utils/search-engine/strategies/fuzzy.js.map +0 -1
- package/dist/collection/utils/search-engine/strategies/smart.js.map +0 -1
- package/dist/collection/utils/search-engine/strategies/strict.js.map +0 -1
- package/dist/collection/utils/search-engine/test/engine.test.js.map +0 -1
- package/dist/collection/utils/search-engine/test/guards.test.js.map +0 -1
- package/dist/collection/utils/search-engine/test/indexer.test.js.map +0 -1
- package/dist/collection/utils/search-engine/test/normalize.test.js.map +0 -1
- package/dist/collection/utils/search-engine/test/strategies.test.js.map +0 -1
- package/dist/collection/utils/search-engine/types.js.map +0 -1
- package/dist/collection/utils/search-engine/worker/index.js.map +0 -1
- package/dist/collection/utils/search-engine/worker/search.worker.js.map +0 -1
- package/dist/collection/utils/search-engine/worker/worker-client.js.map +0 -1
- package/dist/collection/utils/string.utils.js.map +0 -1
- package/dist/collection/utils/test/class.utils.test.js.map +0 -1
- package/dist/collection/utils/test/dom.utils.test.js.map +0 -1
- package/dist/collection/utils/test/i18n.utils.test.js.map +0 -1
- package/dist/collection/utils/test/input.utils.test.js.map +0 -1
- package/dist/collection/utils/test/uri.utils.test.js.map +0 -1
- package/dist/collection/utils/uri.utils.js.map +0 -1
- package/dist/components/index.js.map +0 -1
- package/dist/components/nv-accordion-item.js.map +0 -1
- package/dist/components/nv-accordion.js.map +0 -1
- package/dist/components/nv-alert.js.map +0 -1
- package/dist/components/nv-avatar.js.map +0 -1
- package/dist/components/nv-badge.js.map +0 -1
- package/dist/components/nv-breadcrumb.js.map +0 -1
- package/dist/components/nv-breadcrumbs.js.map +0 -1
- package/dist/components/nv-button.js.map +0 -1
- package/dist/components/nv-buttongroup.js.map +0 -1
- package/dist/components/nv-calendar.js.map +0 -1
- package/dist/components/nv-col.js.map +0 -1
- package/dist/components/nv-datagrid.js.map +0 -1
- package/dist/components/nv-datagridcolumn.js.map +0 -1
- package/dist/components/nv-dialog.js.map +0 -1
- package/dist/components/nv-dialogfooter.js.map +0 -1
- package/dist/components/nv-dialogheader.js.map +0 -1
- package/dist/components/nv-drawer.js.map +0 -1
- package/dist/components/nv-drawerfooter.js.map +0 -1
- package/dist/components/nv-drawerheader.js.map +0 -1
- package/dist/components/nv-fieldcheckbox.js.map +0 -1
- package/dist/components/nv-fielddate.js.map +0 -1
- package/dist/components/nv-fielddaterange.js.map +0 -1
- package/dist/components/nv-fielddropdown.js.map +0 -1
- package/dist/components/nv-fielddropdownitem.js.map +0 -1
- package/dist/components/nv-fielddropdownitemcheck.js.map +0 -1
- package/dist/components/nv-fieldmultiselect.js.map +0 -1
- package/dist/components/nv-fieldnumber.js.map +0 -1
- package/dist/components/nv-fieldpassword.js.map +0 -1
- package/dist/components/nv-fieldradio.js.map +0 -1
- package/dist/components/nv-fieldselect.js.map +0 -1
- package/dist/components/nv-fieldslider.js.map +0 -1
- package/dist/components/nv-fieldtext.js.map +0 -1
- package/dist/components/nv-fieldtextarea.js.map +0 -1
- package/dist/components/nv-fieldtime.js.map +0 -1
- package/dist/components/nv-icon.js.map +0 -1
- package/dist/components/nv-iconbutton.js.map +0 -1
- package/dist/components/nv-loader.js.map +0 -1
- package/dist/components/nv-menu.js.map +0 -1
- package/dist/components/nv-menuitem.js.map +0 -1
- package/dist/components/nv-notification-bullet.js.map +0 -1
- package/dist/components/nv-notification.js.map +0 -1
- package/dist/components/nv-notificationcontainer.js.map +0 -1
- package/dist/components/nv-popover.js.map +0 -1
- package/dist/components/nv-row.js.map +0 -1
- package/dist/components/nv-sidebar.js.map +0 -1
- package/dist/components/nv-sidebarcontent.js.map +0 -1
- package/dist/components/nv-sidebardivider.js.map +0 -1
- package/dist/components/nv-sidebarfooter.js.map +0 -1
- package/dist/components/nv-sidebargroup.js.map +0 -1
- package/dist/components/nv-sidebarheader.js.map +0 -1
- package/dist/components/nv-sidebarlogo.js.map +0 -1
- package/dist/components/nv-sidebarnavitem.js.map +0 -1
- package/dist/components/nv-sidebarnavsubitem.js.map +0 -1
- package/dist/components/nv-split.js.map +0 -1
- package/dist/components/nv-stack.js.map +0 -1
- package/dist/components/nv-table.js.map +0 -1
- package/dist/components/nv-tableheader.js.map +0 -1
- package/dist/components/nv-toggle.js.map +0 -1
- package/dist/components/nv-togglebutton.js.map +0 -1
- package/dist/components/nv-togglebuttongroup.js.map +0 -1
- package/dist/components/nv-tooltip.js.map +0 -1
- package/dist/components/p-9xYwU7ku.js.map +0 -1
- package/dist/components/p-B45HbBWe.js +0 -191
- package/dist/components/p-B45HbBWe.js.map +0 -1
- package/dist/components/p-B5jN7NKA.js +0 -59
- package/dist/components/p-B5jN7NKA.js.map +0 -1
- package/dist/components/p-B6GgGra-.js.map +0 -1
- package/dist/components/p-B7VlEQVW.js +0 -1475
- package/dist/components/p-B7VlEQVW.js.map +0 -1
- package/dist/components/p-B9i3m6rk.js +0 -1941
- package/dist/components/p-B9i3m6rk.js.map +0 -1
- package/dist/components/p-BILd3Ta-.js +0 -209
- package/dist/components/p-BILd3Ta-.js.map +0 -1
- package/dist/components/p-BISctfud.js +0 -214
- package/dist/components/p-BISctfud.js.map +0 -1
- package/dist/components/p-BReL3Lsa.js.map +0 -1
- package/dist/components/p-BVOv1zgq.js +0 -82
- package/dist/components/p-BVOv1zgq.js.map +0 -1
- package/dist/components/p-BdYh22OP.js.map +0 -1
- package/dist/components/p-Bg_l3jn1.js +0 -191
- package/dist/components/p-Bg_l3jn1.js.map +0 -1
- package/dist/components/p-C2QAWGhf.js +0 -88
- package/dist/components/p-C2QAWGhf.js.map +0 -1
- package/dist/components/p-C63Xpg9a.js +0 -2338
- package/dist/components/p-C63Xpg9a.js.map +0 -1
- package/dist/components/p-COnt5ux_.js +0 -51
- package/dist/components/p-COnt5ux_.js.map +0 -1
- package/dist/components/p-Cc7XnqPp.js +0 -260
- package/dist/components/p-Cc7XnqPp.js.map +0 -1
- package/dist/components/p-CgHCo_Ho.js.map +0 -1
- package/dist/components/p-ChV9xqsO.js.map +0 -1
- package/dist/components/p-CnI0auJM.js.map +0 -1
- package/dist/components/p-D02w_Ru6.js.map +0 -1
- package/dist/components/p-D1C_pu0E.js.map +0 -1
- package/dist/components/p-D2otK4Ce.js.map +0 -1
- package/dist/components/p-D3eWMME9.js.map +0 -1
- package/dist/components/p-D6APFL6N.js +0 -243
- package/dist/components/p-D6APFL6N.js.map +0 -1
- package/dist/components/p-DZJHk4fr.js +0 -3759
- package/dist/components/p-DZJHk4fr.js.map +0 -1
- package/dist/components/p-DiUP3TzF.js +0 -140
- package/dist/components/p-DiUP3TzF.js.map +0 -1
- package/dist/components/p-DpDooigg.js +0 -99
- package/dist/components/p-DpDooigg.js.map +0 -1
- package/dist/components/p-Dr-67WvG.js +0 -94
- package/dist/components/p-Dr-67WvG.js.map +0 -1
- package/dist/components/p-DvapDVBj.js +0 -176
- package/dist/components/p-DvapDVBj.js.map +0 -1
- package/dist/components/p-Dz1GUhVy.js.map +0 -1
- package/dist/components/p-IlwlcG9l.js.map +0 -1
- package/dist/components/p-W6vOfMC9.js +0 -63
- package/dist/components/p-W6vOfMC9.js.map +0 -1
- package/dist/components/p-nfYynlVq.js +0 -90
- package/dist/components/p-nfYynlVq.js.map +0 -1
- package/dist/components/p-tyaJ-nGV.js +0 -97
- package/dist/components/p-tyaJ-nGV.js.map +0 -1
- package/dist/components/p-u-maNLLs.js +0 -145
- package/dist/components/p-u-maNLLs.js.map +0 -1
- package/dist/esm/_commonjsHelpers-B85MJLTf.js.map +0 -1
- package/dist/esm/app-globals-DQuL1Twl.js +0 -6
- package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
- package/dist/esm/clsx-ChV9xqsO.js.map +0 -1
- package/dist/esm/collapse.animation-DZDm0vSK.js.map +0 -1
- package/dist/esm/constants-BReL3Lsa.js.map +0 -1
- package/dist/esm/events.utils-B6GgGra-.js.map +0 -1
- package/dist/esm/fade.animation-DcRL9lcm.js.map +0 -1
- package/dist/esm/grow.animation-D7ep_aVl.js.map +0 -1
- package/dist/esm/i18n.utils-IlwlcG9l.js +0 -2485
- package/dist/esm/i18n.utils-IlwlcG9l.js.map +0 -1
- package/dist/esm/index-CasQushP.js +0 -2811
- package/dist/esm/index-CasQushP.js.map +0 -1
- package/dist/esm/index.esm-D3eWMME9.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/inputmask-CSo292ul.js.map +0 -1
- package/dist/esm/loader.js.map +0 -1
- package/dist/esm/native.js.map +0 -1
- package/dist/esm/nv-accordion-item.entry.js.map +0 -1
- package/dist/esm/nv-accordion.entry.js.map +0 -1
- package/dist/esm/nv-alert.entry.js.map +0 -1
- package/dist/esm/nv-avatar.entry.js.map +0 -1
- package/dist/esm/nv-badge.nv-fielddropdownitemcheck.entry.js.map +0 -1
- package/dist/esm/nv-breadcrumb.entry.js.map +0 -1
- package/dist/esm/nv-breadcrumbs.entry.js.map +0 -1
- package/dist/esm/nv-button.entry.js.map +0 -1
- package/dist/esm/nv-buttongroup.entry.js.map +0 -1
- package/dist/esm/nv-calendar.entry.js.map +0 -1
- package/dist/esm/nv-col.entry.js.map +0 -1
- package/dist/esm/nv-datagrid.entry.js.map +0 -1
- package/dist/esm/nv-datagridcolumn.entry.js.map +0 -1
- package/dist/esm/nv-dialog.entry.js.map +0 -1
- package/dist/esm/nv-dialogfooter.nv-dialogheader.entry.js.map +0 -1
- package/dist/esm/nv-drawer.entry.js.map +0 -1
- package/dist/esm/nv-drawerfooter.nv-drawerheader.entry.js.map +0 -1
- package/dist/esm/nv-fieldcheckbox.entry.js.map +0 -1
- package/dist/esm/nv-fielddate.entry.js.map +0 -1
- package/dist/esm/nv-fielddaterange.entry.js.map +0 -1
- package/dist/esm/nv-fielddropdown.entry.js.map +0 -1
- package/dist/esm/nv-fielddropdownitem.entry.js.map +0 -1
- package/dist/esm/nv-fieldmultiselect.entry.js.map +0 -1
- package/dist/esm/nv-fieldnumber.entry.js.map +0 -1
- package/dist/esm/nv-fieldpassword.entry.js.map +0 -1
- package/dist/esm/nv-fieldradio.entry.js.map +0 -1
- package/dist/esm/nv-fieldselect.entry.js.map +0 -1
- package/dist/esm/nv-fieldslider.entry.js.map +0 -1
- package/dist/esm/nv-fieldtext.entry.js.map +0 -1
- package/dist/esm/nv-fieldtextarea.entry.js.map +0 -1
- package/dist/esm/nv-fieldtime.entry.js.map +0 -1
- package/dist/esm/nv-icon.entry.js.map +0 -1
- package/dist/esm/nv-iconbutton.nv-loader.entry.js.map +0 -1
- package/dist/esm/nv-menu.entry.js.map +0 -1
- package/dist/esm/nv-menuitem.entry.js.map +0 -1
- package/dist/esm/nv-notification-bullet.entry.js.map +0 -1
- package/dist/esm/nv-notification.entry.js.map +0 -1
- package/dist/esm/nv-notificationcontainer.entry.js.map +0 -1
- package/dist/esm/nv-popover.entry.js.map +0 -1
- package/dist/esm/nv-row.entry.js.map +0 -1
- package/dist/esm/nv-sidebar.entry.js.map +0 -1
- package/dist/esm/nv-sidebarcontent.entry.js.map +0 -1
- package/dist/esm/nv-sidebardivider.entry.js.map +0 -1
- package/dist/esm/nv-sidebarfooter.entry.js.map +0 -1
- package/dist/esm/nv-sidebargroup.entry.js.map +0 -1
- package/dist/esm/nv-sidebarheader.entry.js.map +0 -1
- package/dist/esm/nv-sidebarlogo.entry.js.map +0 -1
- package/dist/esm/nv-sidebarnavitem.entry.js.map +0 -1
- package/dist/esm/nv-sidebarnavsubitem.entry.js.map +0 -1
- package/dist/esm/nv-split.entry.js.map +0 -1
- package/dist/esm/nv-stack.entry.js.map +0 -1
- package/dist/esm/nv-table.entry.js.map +0 -1
- package/dist/esm/nv-tableheader.entry.js.map +0 -1
- package/dist/esm/nv-toggle.entry.js.map +0 -1
- package/dist/esm/nv-togglebutton.entry.js.map +0 -1
- package/dist/esm/nv-togglebuttongroup.entry.js.map +0 -1
- package/dist/esm/nv-tooltip.entry.js.map +0 -1
- package/dist/esm/slide.animation-CmH5d1of.js.map +0 -1
- package/dist/esm/style-value-types.es-xlgmw4x8.js.map +0 -1
- package/dist/esm/timeline.animation-CgHCo_Ho.js.map +0 -1
- package/dist/esm/uri.utils-CnI0auJM.js.map +0 -1
- package/dist/esm/v4-BdYh22OP.js.map +0 -1
- package/dist/lib/generators/angular-output.js.map +0 -1
- package/dist/lib/generators/docs-blazor.js.map +0 -1
- package/dist/lib/generators/vue-output.js.map +0 -1
- package/dist/lib/utils/componentBinding.js.map +0 -1
- package/dist/lib/utils/parseToCSharpTypes.js.map +0 -1
- package/dist/lib/utils/spread.js.map +0 -1
- package/dist/lib/utils/test/parseToCSharpTypes.test.js.map +0 -1
- package/dist/native/index.esm.js.map +0 -1
- package/dist/native/loader.esm.js.map +0 -1
- package/dist/native/native.esm.js.map +0 -1
- package/dist/native/nv-accordion-item.entry.esm.js.map +0 -1
- package/dist/native/nv-accordion.entry.esm.js.map +0 -1
- package/dist/native/nv-alert.entry.esm.js.map +0 -1
- package/dist/native/nv-avatar.entry.esm.js.map +0 -1
- package/dist/native/nv-badge.nv-fielddropdownitemcheck.entry.esm.js.map +0 -1
- package/dist/native/nv-breadcrumb.entry.esm.js.map +0 -1
- package/dist/native/nv-breadcrumbs.entry.esm.js.map +0 -1
- package/dist/native/nv-button.entry.esm.js.map +0 -1
- package/dist/native/nv-buttongroup.entry.esm.js.map +0 -1
- package/dist/native/nv-calendar.entry.esm.js.map +0 -1
- package/dist/native/nv-col.entry.esm.js.map +0 -1
- package/dist/native/nv-datagrid.entry.esm.js.map +0 -1
- package/dist/native/nv-datagridcolumn.entry.esm.js.map +0 -1
- package/dist/native/nv-dialog.entry.esm.js.map +0 -1
- package/dist/native/nv-dialogfooter.nv-dialogheader.entry.esm.js.map +0 -1
- package/dist/native/nv-drawer.entry.esm.js.map +0 -1
- package/dist/native/nv-drawerfooter.nv-drawerheader.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldcheckbox.entry.esm.js.map +0 -1
- package/dist/native/nv-fielddate.entry.esm.js.map +0 -1
- package/dist/native/nv-fielddaterange.entry.esm.js.map +0 -1
- package/dist/native/nv-fielddropdown.entry.esm.js.map +0 -1
- package/dist/native/nv-fielddropdownitem.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldmultiselect.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldnumber.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldpassword.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldradio.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldselect.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldslider.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldtext.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldtextarea.entry.esm.js.map +0 -1
- package/dist/native/nv-fieldtime.entry.esm.js.map +0 -1
- package/dist/native/nv-icon.entry.esm.js.map +0 -1
- package/dist/native/nv-iconbutton.nv-loader.entry.esm.js.map +0 -1
- package/dist/native/nv-menu.entry.esm.js.map +0 -1
- package/dist/native/nv-menuitem.entry.esm.js.map +0 -1
- package/dist/native/nv-notification-bullet.entry.esm.js.map +0 -1
- package/dist/native/nv-notification.entry.esm.js.map +0 -1
- package/dist/native/nv-notificationcontainer.entry.esm.js.map +0 -1
- package/dist/native/nv-popover.entry.esm.js.map +0 -1
- package/dist/native/nv-row.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebar.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebarcontent.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebardivider.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebarfooter.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebargroup.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebarheader.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebarlogo.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebarnavitem.entry.esm.js.map +0 -1
- package/dist/native/nv-sidebarnavsubitem.entry.esm.js.map +0 -1
- package/dist/native/nv-split.entry.esm.js.map +0 -1
- package/dist/native/nv-stack.entry.esm.js.map +0 -1
- package/dist/native/nv-table.entry.esm.js.map +0 -1
- package/dist/native/nv-tableheader.entry.esm.js.map +0 -1
- package/dist/native/nv-toggle.entry.esm.js.map +0 -1
- package/dist/native/nv-togglebutton.entry.esm.js.map +0 -1
- package/dist/native/nv-togglebuttongroup.entry.esm.js.map +0 -1
- package/dist/native/nv-tooltip.entry.esm.js.map +0 -1
- package/dist/native/p-02e6228a.entry.js +0 -2
- package/dist/native/p-02e6228a.entry.js.map +0 -1
- package/dist/native/p-04a2fe7f.entry.js +0 -2
- package/dist/native/p-04a2fe7f.entry.js.map +0 -1
- package/dist/native/p-08204da4.entry.js +0 -2
- package/dist/native/p-08204da4.entry.js.map +0 -1
- package/dist/native/p-0e07b91b.entry.js +0 -2
- package/dist/native/p-0e07b91b.entry.js.map +0 -1
- package/dist/native/p-136dfb3e.entry.js +0 -2
- package/dist/native/p-136dfb3e.entry.js.map +0 -1
- package/dist/native/p-13YSIyGW.js.map +0 -1
- package/dist/native/p-1f2dd37f.entry.js +0 -2
- package/dist/native/p-1f2dd37f.entry.js.map +0 -1
- package/dist/native/p-255a0482.entry.js +0 -2
- package/dist/native/p-255a0482.entry.js.map +0 -1
- package/dist/native/p-3305a7e6.entry.js +0 -2
- package/dist/native/p-3305a7e6.entry.js.map +0 -1
- package/dist/native/p-36b0a6f0.entry.js +0 -2
- package/dist/native/p-36b0a6f0.entry.js.map +0 -1
- package/dist/native/p-434bc910.entry.js +0 -2
- package/dist/native/p-434bc910.entry.js.map +0 -1
- package/dist/native/p-436029a5.entry.js +0 -2
- package/dist/native/p-436029a5.entry.js.map +0 -1
- package/dist/native/p-460fdf02.entry.js +0 -2
- package/dist/native/p-460fdf02.entry.js.map +0 -1
- package/dist/native/p-477e02cf.entry.js +0 -2
- package/dist/native/p-477e02cf.entry.js.map +0 -1
- package/dist/native/p-4efb582b.entry.js +0 -2
- package/dist/native/p-4efb582b.entry.js.map +0 -1
- package/dist/native/p-4f1dfa32.entry.js +0 -2
- package/dist/native/p-4f1dfa32.entry.js.map +0 -1
- package/dist/native/p-50ce41ac.entry.js +0 -2
- package/dist/native/p-50ce41ac.entry.js.map +0 -1
- package/dist/native/p-51b7de55.entry.js +0 -13
- package/dist/native/p-51b7de55.entry.js.map +0 -1
- package/dist/native/p-5dd120dc.entry.js +0 -2
- package/dist/native/p-5dd120dc.entry.js.map +0 -1
- package/dist/native/p-60bb0d48.entry.js +0 -2
- package/dist/native/p-60bb0d48.entry.js.map +0 -1
- package/dist/native/p-67181258.entry.js +0 -2
- package/dist/native/p-67181258.entry.js.map +0 -1
- package/dist/native/p-6a81884b.entry.js +0 -2
- package/dist/native/p-6a81884b.entry.js.map +0 -1
- package/dist/native/p-6aa483de.entry.js +0 -2
- package/dist/native/p-6aa483de.entry.js.map +0 -1
- package/dist/native/p-6fc79712.entry.js +0 -2
- package/dist/native/p-6fc79712.entry.js.map +0 -1
- package/dist/native/p-70e9e067.entry.js +0 -2
- package/dist/native/p-70e9e067.entry.js.map +0 -1
- package/dist/native/p-729589cb.entry.js +0 -2
- package/dist/native/p-729589cb.entry.js.map +0 -1
- package/dist/native/p-78bf7650.entry.js +0 -2
- package/dist/native/p-78bf7650.entry.js.map +0 -1
- package/dist/native/p-7e6e9ea2.entry.js +0 -2
- package/dist/native/p-7e6e9ea2.entry.js.map +0 -1
- package/dist/native/p-8f1cd9e2.entry.js +0 -2
- package/dist/native/p-8f1cd9e2.entry.js.map +0 -1
- package/dist/native/p-910cd685.entry.js +0 -2
- package/dist/native/p-910cd685.entry.js.map +0 -1
- package/dist/native/p-91eaf02e.entry.js +0 -2
- package/dist/native/p-91eaf02e.entry.js.map +0 -1
- package/dist/native/p-93b77ed4.entry.js +0 -2
- package/dist/native/p-93b77ed4.entry.js.map +0 -1
- package/dist/native/p-93e35975.entry.js +0 -2
- package/dist/native/p-93e35975.entry.js.map +0 -1
- package/dist/native/p-96c45604.entry.js +0 -2
- package/dist/native/p-96c45604.entry.js.map +0 -1
- package/dist/native/p-9b6ad782.entry.js +0 -2
- package/dist/native/p-9b6ad782.entry.js.map +0 -1
- package/dist/native/p-9f32c3ea.entry.js +0 -2
- package/dist/native/p-9f32c3ea.entry.js.map +0 -1
- package/dist/native/p-B6GgGra-.js.map +0 -1
- package/dist/native/p-B85MJLTf.js.map +0 -1
- package/dist/native/p-BReL3Lsa.js.map +0 -1
- package/dist/native/p-BdYh22OP.js.map +0 -1
- package/dist/native/p-Blc6XEY7.js.map +0 -1
- package/dist/native/p-CasQushP.js +0 -3
- package/dist/native/p-CasQushP.js.map +0 -1
- package/dist/native/p-CgHCo_Ho.js.map +0 -1
- package/dist/native/p-ChV9xqsO.js.map +0 -1
- package/dist/native/p-CnI0auJM.js.map +0 -1
- package/dist/native/p-D3eWMME9.js.map +0 -1
- package/dist/native/p-DQuL1Twl.js +0 -2
- package/dist/native/p-DQuL1Twl.js.map +0 -1
- package/dist/native/p-DmUOtOcY.js.map +0 -1
- package/dist/native/p-Hfc8Oh0x.js.map +0 -1
- package/dist/native/p-IlwlcG9l.js +0 -2
- package/dist/native/p-IlwlcG9l.js.map +0 -1
- package/dist/native/p-a6fea322.entry.js +0 -2
- package/dist/native/p-a6fea322.entry.js.map +0 -1
- package/dist/native/p-ae279ae9.entry.js +0 -2
- package/dist/native/p-ae279ae9.entry.js.map +0 -1
- package/dist/native/p-b7765048.entry.js +0 -2
- package/dist/native/p-b7765048.entry.js.map +0 -1
- package/dist/native/p-ba1286aa.entry.js +0 -2
- package/dist/native/p-ba1286aa.entry.js.map +0 -1
- package/dist/native/p-bb52a5a9.entry.js +0 -2
- package/dist/native/p-bb52a5a9.entry.js.map +0 -1
- package/dist/native/p-bc90247e.entry.js +0 -2
- package/dist/native/p-bc90247e.entry.js.map +0 -1
- package/dist/native/p-c2a73a5a.entry.js +0 -2
- package/dist/native/p-c2a73a5a.entry.js.map +0 -1
- package/dist/native/p-c4c11549.entry.js +0 -2
- package/dist/native/p-c4c11549.entry.js.map +0 -1
- package/dist/native/p-c5ecdc49.entry.js +0 -2
- package/dist/native/p-c5ecdc49.entry.js.map +0 -1
- package/dist/native/p-cb1b9edb.entry.js +0 -2
- package/dist/native/p-cb1b9edb.entry.js.map +0 -1
- package/dist/native/p-cdaf54b0.entry.js +0 -2
- package/dist/native/p-cdaf54b0.entry.js.map +0 -1
- package/dist/native/p-ceb8fe8a.entry.js +0 -2
- package/dist/native/p-ceb8fe8a.entry.js.map +0 -1
- package/dist/native/p-daf7541b.entry.js +0 -2
- package/dist/native/p-daf7541b.entry.js.map +0 -1
- package/dist/native/p-de4f53a5.entry.js +0 -2
- package/dist/native/p-de4f53a5.entry.js.map +0 -1
- package/dist/native/p-ded4be77.entry.js +0 -2
- package/dist/native/p-ded4be77.entry.js.map +0 -1
- package/dist/native/p-e1fc5f8c.entry.js +0 -2
- package/dist/native/p-e1fc5f8c.entry.js.map +0 -1
- package/dist/native/p-e6c69f7d.entry.js +0 -2
- package/dist/native/p-e6c69f7d.entry.js.map +0 -1
- package/dist/native/p-e83603f1.entry.js +0 -2
- package/dist/native/p-e83603f1.entry.js.map +0 -1
- package/dist/native/p-ec217581.entry.js +0 -2
- package/dist/native/p-ec217581.entry.js.map +0 -1
- package/dist/native/p-ee694832.entry.js +0 -2
- package/dist/native/p-ee694832.entry.js.map +0 -1
- package/dist/native/p-f39aef8e.entry.js +0 -2
- package/dist/native/p-f39aef8e.entry.js.map +0 -1
- package/dist/native/p-f7e0146e.entry.js +0 -2
- package/dist/native/p-f7e0146e.entry.js.map +0 -1
- package/dist/native/p-sqVK8yoD.js.map +0 -1
- package/dist/native/p-xlgmw4x8.js.map +0 -1
|
@@ -1,724 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var prevTime = 0;
|
|
4
|
-
var onNextFrame = typeof window !== 'undefined' && window.requestAnimationFrame !== undefined ? function (callback) {
|
|
5
|
-
return window.requestAnimationFrame(callback);
|
|
6
|
-
} : function (callback) {
|
|
7
|
-
var timestamp = Date.now();
|
|
8
|
-
var timeToCall = Math.max(0, 16.7 - (timestamp - prevTime));
|
|
9
|
-
prevTime = timestamp + timeToCall;
|
|
10
|
-
setTimeout(function () {
|
|
11
|
-
return callback(prevTime);
|
|
12
|
-
}, timeToCall);
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
var createStep = function (setRunNextFrame) {
|
|
16
|
-
var processToRun = [];
|
|
17
|
-
var processToRunNextFrame = [];
|
|
18
|
-
var numThisFrame = 0;
|
|
19
|
-
var isProcessing = false;
|
|
20
|
-
var i = 0;
|
|
21
|
-
var cancelled = new WeakSet();
|
|
22
|
-
var toKeepAlive = new WeakSet();
|
|
23
|
-
var renderStep = {
|
|
24
|
-
cancel: function (process) {
|
|
25
|
-
var indexOfCallback = processToRunNextFrame.indexOf(process);
|
|
26
|
-
cancelled.add(process);
|
|
27
|
-
if (indexOfCallback !== -1) {
|
|
28
|
-
processToRunNextFrame.splice(indexOfCallback, 1);
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
process: function (frame) {
|
|
32
|
-
var _a;
|
|
33
|
-
isProcessing = true;
|
|
34
|
-
_a = [processToRunNextFrame, processToRun], processToRun = _a[0], processToRunNextFrame = _a[1];
|
|
35
|
-
processToRunNextFrame.length = 0;
|
|
36
|
-
numThisFrame = processToRun.length;
|
|
37
|
-
if (numThisFrame) {
|
|
38
|
-
var process_1;
|
|
39
|
-
for (i = 0; i < numThisFrame; i++) {
|
|
40
|
-
process_1 = processToRun[i];
|
|
41
|
-
process_1(frame);
|
|
42
|
-
if (toKeepAlive.has(process_1) === true && !cancelled.has(process_1)) {
|
|
43
|
-
renderStep.schedule(process_1);
|
|
44
|
-
setRunNextFrame(true);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
isProcessing = false;
|
|
49
|
-
},
|
|
50
|
-
schedule: function (process, keepAlive, immediate) {
|
|
51
|
-
if (keepAlive === void 0) {
|
|
52
|
-
keepAlive = false;
|
|
53
|
-
}
|
|
54
|
-
if (immediate === void 0) {
|
|
55
|
-
immediate = false;
|
|
56
|
-
}
|
|
57
|
-
var addToCurrentBuffer = immediate && isProcessing;
|
|
58
|
-
var buffer = addToCurrentBuffer ? processToRun : processToRunNextFrame;
|
|
59
|
-
cancelled.delete(process);
|
|
60
|
-
if (keepAlive) toKeepAlive.add(process);
|
|
61
|
-
if (buffer.indexOf(process) === -1) {
|
|
62
|
-
buffer.push(process);
|
|
63
|
-
if (addToCurrentBuffer) numThisFrame = processToRun.length;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
};
|
|
67
|
-
return renderStep;
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
var maxElapsed = 40;
|
|
71
|
-
var defaultElapsed = 1 / 60 * 1000;
|
|
72
|
-
var useDefaultElapsed = true;
|
|
73
|
-
var willRunNextFrame = false;
|
|
74
|
-
var isProcessing = false;
|
|
75
|
-
var frame = {
|
|
76
|
-
delta: 0,
|
|
77
|
-
timestamp: 0
|
|
78
|
-
};
|
|
79
|
-
var stepsOrder = ["read", "update", "preRender", "render", "postRender"];
|
|
80
|
-
var setWillRunNextFrame = function (willRun) {
|
|
81
|
-
return willRunNextFrame = willRun;
|
|
82
|
-
};
|
|
83
|
-
var steps = /*#__PURE__*/stepsOrder.reduce(function (acc, key) {
|
|
84
|
-
acc[key] = createStep(setWillRunNextFrame);
|
|
85
|
-
return acc;
|
|
86
|
-
}, {});
|
|
87
|
-
var sync = /*#__PURE__*/stepsOrder.reduce(function (acc, key) {
|
|
88
|
-
var step = steps[key];
|
|
89
|
-
acc[key] = function (process, keepAlive, immediate) {
|
|
90
|
-
if (keepAlive === void 0) {
|
|
91
|
-
keepAlive = false;
|
|
92
|
-
}
|
|
93
|
-
if (immediate === void 0) {
|
|
94
|
-
immediate = false;
|
|
95
|
-
}
|
|
96
|
-
if (!willRunNextFrame) startLoop();
|
|
97
|
-
step.schedule(process, keepAlive, immediate);
|
|
98
|
-
return process;
|
|
99
|
-
};
|
|
100
|
-
return acc;
|
|
101
|
-
}, {});
|
|
102
|
-
var processStep = function (stepId) {
|
|
103
|
-
return steps[stepId].process(frame);
|
|
104
|
-
};
|
|
105
|
-
var processFrame = function (timestamp) {
|
|
106
|
-
willRunNextFrame = false;
|
|
107
|
-
frame.delta = useDefaultElapsed ? defaultElapsed : Math.max(Math.min(timestamp - frame.timestamp, maxElapsed), 1);
|
|
108
|
-
if (!useDefaultElapsed) defaultElapsed = frame.delta;
|
|
109
|
-
frame.timestamp = timestamp;
|
|
110
|
-
isProcessing = true;
|
|
111
|
-
stepsOrder.forEach(processStep);
|
|
112
|
-
isProcessing = false;
|
|
113
|
-
if (willRunNextFrame) {
|
|
114
|
-
useDefaultElapsed = false;
|
|
115
|
-
onNextFrame(processFrame);
|
|
116
|
-
}
|
|
117
|
-
};
|
|
118
|
-
var startLoop = function () {
|
|
119
|
-
willRunNextFrame = true;
|
|
120
|
-
useDefaultElapsed = true;
|
|
121
|
-
if (!isProcessing) onNextFrame(processFrame);
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
var createStyler = function (_a) {
|
|
125
|
-
var onRead = _a.onRead,
|
|
126
|
-
onRender = _a.onRender,
|
|
127
|
-
_b = _a.uncachedValues,
|
|
128
|
-
uncachedValues = _b === void 0 ? new Set() : _b,
|
|
129
|
-
_c = _a.useCache,
|
|
130
|
-
useCache = _c === void 0 ? true : _c;
|
|
131
|
-
return function (_a) {
|
|
132
|
-
if (_a === void 0) {
|
|
133
|
-
_a = {};
|
|
134
|
-
}
|
|
135
|
-
var props = __rest(_a, []);
|
|
136
|
-
var state = {};
|
|
137
|
-
var changedValues = [];
|
|
138
|
-
var hasChanged = false;
|
|
139
|
-
function setValue(key, value) {
|
|
140
|
-
if (key.startsWith('--')) {
|
|
141
|
-
props.hasCSSVariable = true;
|
|
142
|
-
}
|
|
143
|
-
var currentValue = state[key];
|
|
144
|
-
state[key] = value;
|
|
145
|
-
if (state[key] === currentValue) return;
|
|
146
|
-
if (changedValues.indexOf(key) === -1) {
|
|
147
|
-
changedValues.push(key);
|
|
148
|
-
}
|
|
149
|
-
if (!hasChanged) {
|
|
150
|
-
hasChanged = true;
|
|
151
|
-
sync.render(styler.render);
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
var styler = {
|
|
155
|
-
get: function (key, forceRead) {
|
|
156
|
-
if (forceRead === void 0) {
|
|
157
|
-
forceRead = false;
|
|
158
|
-
}
|
|
159
|
-
var useCached = !forceRead && useCache && !uncachedValues.has(key) && state[key] !== undefined;
|
|
160
|
-
return useCached ? state[key] : onRead(key, props);
|
|
161
|
-
},
|
|
162
|
-
set: function (values, value) {
|
|
163
|
-
if (typeof values === 'string') {
|
|
164
|
-
setValue(values, value);
|
|
165
|
-
} else {
|
|
166
|
-
for (var key in values) {
|
|
167
|
-
setValue(key, values[key]);
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
return this;
|
|
171
|
-
},
|
|
172
|
-
render: function (forceRender) {
|
|
173
|
-
if (forceRender === void 0) {
|
|
174
|
-
forceRender = false;
|
|
175
|
-
}
|
|
176
|
-
if (hasChanged || forceRender === true) {
|
|
177
|
-
onRender(state, props, changedValues);
|
|
178
|
-
hasChanged = false;
|
|
179
|
-
changedValues.length = 0;
|
|
180
|
-
}
|
|
181
|
-
return this;
|
|
182
|
-
}
|
|
183
|
-
};
|
|
184
|
-
return styler;
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
|
|
188
|
-
var CAMEL_CASE_PATTERN = /([a-z])([A-Z])/g;
|
|
189
|
-
var REPLACE_TEMPLATE = '$1-$2';
|
|
190
|
-
var camelToDash = function (str) {
|
|
191
|
-
return str.replace(CAMEL_CASE_PATTERN, REPLACE_TEMPLATE).toLowerCase();
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
var camelCache = /*#__PURE__*/new Map();
|
|
195
|
-
var dashCache = /*#__PURE__*/new Map();
|
|
196
|
-
var prefixes = ['Webkit', 'Moz', 'O', 'ms', ''];
|
|
197
|
-
var numPrefixes = prefixes.length;
|
|
198
|
-
var isBrowser = typeof document !== 'undefined';
|
|
199
|
-
var testElement;
|
|
200
|
-
var setDashPrefix = function (key, prefixed) {
|
|
201
|
-
return dashCache.set(key, camelToDash(prefixed));
|
|
202
|
-
};
|
|
203
|
-
var testPrefix = function (key) {
|
|
204
|
-
testElement = testElement || document.createElement('div');
|
|
205
|
-
for (var i = 0; i < numPrefixes; i++) {
|
|
206
|
-
var prefix = prefixes[i];
|
|
207
|
-
var noPrefix = prefix === '';
|
|
208
|
-
var prefixedPropertyName = noPrefix ? key : prefix + key.charAt(0).toUpperCase() + key.slice(1);
|
|
209
|
-
if (prefixedPropertyName in testElement.style || noPrefix) {
|
|
210
|
-
if (noPrefix && key === 'clipPath' && dashCache.has(key)) {
|
|
211
|
-
return;
|
|
212
|
-
}
|
|
213
|
-
camelCache.set(key, prefixedPropertyName);
|
|
214
|
-
setDashPrefix(key, "" + (noPrefix ? '' : '-') + camelToDash(prefixedPropertyName));
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
};
|
|
218
|
-
var setServerProperty = function (key) {
|
|
219
|
-
return setDashPrefix(key, key);
|
|
220
|
-
};
|
|
221
|
-
var prefixer = function (key, asDashCase) {
|
|
222
|
-
if (asDashCase === void 0) {
|
|
223
|
-
asDashCase = false;
|
|
224
|
-
}
|
|
225
|
-
var cache = asDashCase ? dashCache : camelCache;
|
|
226
|
-
if (!cache.has(key)) {
|
|
227
|
-
isBrowser ? testPrefix(key) : setServerProperty(key);
|
|
228
|
-
}
|
|
229
|
-
return cache.get(key) || key;
|
|
230
|
-
};
|
|
231
|
-
|
|
232
|
-
var axes = ['', 'X', 'Y', 'Z'];
|
|
233
|
-
var order = ['translate', 'scale', 'rotate', 'skew', 'transformPerspective'];
|
|
234
|
-
var transformProps = /*#__PURE__*/order.reduce(function (acc, key) {
|
|
235
|
-
return axes.reduce(function (axesAcc, axesKey) {
|
|
236
|
-
axesAcc.push(key + axesKey);
|
|
237
|
-
return axesAcc;
|
|
238
|
-
}, acc);
|
|
239
|
-
}, ['x', 'y', 'z']);
|
|
240
|
-
var transformPropDictionary = /*#__PURE__*/transformProps.reduce(function (dict, key) {
|
|
241
|
-
dict[key] = true;
|
|
242
|
-
return dict;
|
|
243
|
-
}, {});
|
|
244
|
-
function isTransformProp(key) {
|
|
245
|
-
return transformPropDictionary[key] === true;
|
|
246
|
-
}
|
|
247
|
-
function sortTransformProps(a, b) {
|
|
248
|
-
return transformProps.indexOf(a) - transformProps.indexOf(b);
|
|
249
|
-
}
|
|
250
|
-
var transformOriginProps = /*#__PURE__*/new Set(['originX', 'originY', 'originZ']);
|
|
251
|
-
function isTransformOriginProp(key) {
|
|
252
|
-
return transformOriginProps.has(key);
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
var int = /*#__PURE__*/__assign( /*#__PURE__*/__assign({}, number), { transform: Math.round });
|
|
256
|
-
var valueTypes = {
|
|
257
|
-
color: color,
|
|
258
|
-
backgroundColor: color,
|
|
259
|
-
outlineColor: color,
|
|
260
|
-
fill: color,
|
|
261
|
-
stroke: color,
|
|
262
|
-
borderColor: color,
|
|
263
|
-
borderTopColor: color,
|
|
264
|
-
borderRightColor: color,
|
|
265
|
-
borderBottomColor: color,
|
|
266
|
-
borderLeftColor: color,
|
|
267
|
-
borderWidth: px,
|
|
268
|
-
borderTopWidth: px,
|
|
269
|
-
borderRightWidth: px,
|
|
270
|
-
borderBottomWidth: px,
|
|
271
|
-
borderLeftWidth: px,
|
|
272
|
-
borderRadius: px,
|
|
273
|
-
radius: px,
|
|
274
|
-
borderTopLeftRadius: px,
|
|
275
|
-
borderTopRightRadius: px,
|
|
276
|
-
borderBottomRightRadius: px,
|
|
277
|
-
borderBottomLeftRadius: px,
|
|
278
|
-
width: px,
|
|
279
|
-
maxWidth: px,
|
|
280
|
-
height: px,
|
|
281
|
-
maxHeight: px,
|
|
282
|
-
size: px,
|
|
283
|
-
top: px,
|
|
284
|
-
right: px,
|
|
285
|
-
bottom: px,
|
|
286
|
-
left: px,
|
|
287
|
-
padding: px,
|
|
288
|
-
paddingTop: px,
|
|
289
|
-
paddingRight: px,
|
|
290
|
-
paddingBottom: px,
|
|
291
|
-
paddingLeft: px,
|
|
292
|
-
margin: px,
|
|
293
|
-
marginTop: px,
|
|
294
|
-
marginRight: px,
|
|
295
|
-
marginBottom: px,
|
|
296
|
-
marginLeft: px,
|
|
297
|
-
rotate: degrees,
|
|
298
|
-
rotateX: degrees,
|
|
299
|
-
rotateY: degrees,
|
|
300
|
-
rotateZ: degrees,
|
|
301
|
-
scale: scale,
|
|
302
|
-
scaleX: scale,
|
|
303
|
-
scaleY: scale,
|
|
304
|
-
scaleZ: scale,
|
|
305
|
-
skew: degrees,
|
|
306
|
-
skewX: degrees,
|
|
307
|
-
skewY: degrees,
|
|
308
|
-
distance: px,
|
|
309
|
-
translateX: px,
|
|
310
|
-
translateY: px,
|
|
311
|
-
translateZ: px,
|
|
312
|
-
x: px,
|
|
313
|
-
y: px,
|
|
314
|
-
z: px,
|
|
315
|
-
perspective: px,
|
|
316
|
-
opacity: alpha,
|
|
317
|
-
originX: progressPercentage,
|
|
318
|
-
originY: progressPercentage,
|
|
319
|
-
originZ: px,
|
|
320
|
-
zIndex: int,
|
|
321
|
-
fillOpacity: alpha,
|
|
322
|
-
strokeOpacity: alpha,
|
|
323
|
-
numOctaves: int
|
|
324
|
-
};
|
|
325
|
-
var getValueType = function (key) {
|
|
326
|
-
return valueTypes[key];
|
|
327
|
-
};
|
|
328
|
-
var getValueAsType = function (value, type) {
|
|
329
|
-
return type && typeof value === 'number' ? type.transform(value) : value;
|
|
330
|
-
};
|
|
331
|
-
|
|
332
|
-
var SCROLL_LEFT = 'scrollLeft';
|
|
333
|
-
var SCROLL_TOP = 'scrollTop';
|
|
334
|
-
var scrollKeys = /*#__PURE__*/new Set([SCROLL_LEFT, SCROLL_TOP]);
|
|
335
|
-
|
|
336
|
-
var blacklist = /*#__PURE__*/new Set([SCROLL_LEFT, SCROLL_TOP, 'transform']);
|
|
337
|
-
var translateAlias = {
|
|
338
|
-
x: 'translateX',
|
|
339
|
-
y: 'translateY',
|
|
340
|
-
z: 'translateZ'
|
|
341
|
-
};
|
|
342
|
-
function isCustomTemplate(v) {
|
|
343
|
-
return typeof v === 'function';
|
|
344
|
-
}
|
|
345
|
-
function buildTransform(state, transform, transformKeys, transformIsDefault, enableHardwareAcceleration, allowTransformNone) {
|
|
346
|
-
if (allowTransformNone === void 0) {
|
|
347
|
-
allowTransformNone = true;
|
|
348
|
-
}
|
|
349
|
-
var transformString = '';
|
|
350
|
-
var transformHasZ = false;
|
|
351
|
-
transformKeys.sort(sortTransformProps);
|
|
352
|
-
var numTransformKeys = transformKeys.length;
|
|
353
|
-
for (var i = 0; i < numTransformKeys; i++) {
|
|
354
|
-
var key = transformKeys[i];
|
|
355
|
-
transformString += (translateAlias[key] || key) + "(" + transform[key] + ") ";
|
|
356
|
-
transformHasZ = key === 'z' ? true : transformHasZ;
|
|
357
|
-
}
|
|
358
|
-
if (!transformHasZ && enableHardwareAcceleration) {
|
|
359
|
-
transformString += 'translateZ(0)';
|
|
360
|
-
} else {
|
|
361
|
-
transformString = transformString.trim();
|
|
362
|
-
}
|
|
363
|
-
if (isCustomTemplate(state.transform)) {
|
|
364
|
-
transformString = state.transform(transform, transformIsDefault ? '' : transformString);
|
|
365
|
-
} else if (allowTransformNone && transformIsDefault) {
|
|
366
|
-
transformString = 'none';
|
|
367
|
-
}
|
|
368
|
-
return transformString;
|
|
369
|
-
}
|
|
370
|
-
function buildStyleProperty(state, enableHardwareAcceleration, styles, transform, transformOrigin, transformKeys, isDashCase, allowTransformNone) {
|
|
371
|
-
if (enableHardwareAcceleration === void 0) {
|
|
372
|
-
enableHardwareAcceleration = true;
|
|
373
|
-
}
|
|
374
|
-
if (styles === void 0) {
|
|
375
|
-
styles = {};
|
|
376
|
-
}
|
|
377
|
-
if (transform === void 0) {
|
|
378
|
-
transform = {};
|
|
379
|
-
}
|
|
380
|
-
if (transformOrigin === void 0) {
|
|
381
|
-
transformOrigin = {};
|
|
382
|
-
}
|
|
383
|
-
if (transformKeys === void 0) {
|
|
384
|
-
transformKeys = [];
|
|
385
|
-
}
|
|
386
|
-
if (isDashCase === void 0) {
|
|
387
|
-
isDashCase = false;
|
|
388
|
-
}
|
|
389
|
-
if (allowTransformNone === void 0) {
|
|
390
|
-
allowTransformNone = true;
|
|
391
|
-
}
|
|
392
|
-
var transformIsDefault = true;
|
|
393
|
-
var hasTransform = false;
|
|
394
|
-
var hasTransformOrigin = false;
|
|
395
|
-
for (var key in state) {
|
|
396
|
-
var value = state[key];
|
|
397
|
-
var valueType = getValueType(key);
|
|
398
|
-
var valueAsType = getValueAsType(value, valueType);
|
|
399
|
-
if (isTransformProp(key)) {
|
|
400
|
-
hasTransform = true;
|
|
401
|
-
transform[key] = valueAsType;
|
|
402
|
-
transformKeys.push(key);
|
|
403
|
-
if (transformIsDefault) {
|
|
404
|
-
if (valueType.default && value !== valueType.default || !valueType.default && value !== 0) {
|
|
405
|
-
transformIsDefault = false;
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
} else if (isTransformOriginProp(key)) {
|
|
409
|
-
transformOrigin[key] = valueAsType;
|
|
410
|
-
hasTransformOrigin = true;
|
|
411
|
-
} else if (!blacklist.has(key) || !isCustomTemplate(valueAsType)) {
|
|
412
|
-
styles[prefixer(key, isDashCase)] = valueAsType;
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
if (hasTransform || typeof state.transform === 'function') {
|
|
416
|
-
styles.transform = buildTransform(state, transform, transformKeys, transformIsDefault, enableHardwareAcceleration, allowTransformNone);
|
|
417
|
-
}
|
|
418
|
-
if (hasTransformOrigin) {
|
|
419
|
-
styles.transformOrigin = (transformOrigin.originX || '50%') + " " + (transformOrigin.originY || '50%') + " " + (transformOrigin.originZ || 0);
|
|
420
|
-
}
|
|
421
|
-
return styles;
|
|
422
|
-
}
|
|
423
|
-
function createStyleBuilder(_a) {
|
|
424
|
-
var _b = _a === void 0 ? {} : _a,
|
|
425
|
-
_c = _b.enableHardwareAcceleration,
|
|
426
|
-
enableHardwareAcceleration = _c === void 0 ? true : _c,
|
|
427
|
-
_d = _b.isDashCase,
|
|
428
|
-
isDashCase = _d === void 0 ? true : _d,
|
|
429
|
-
_e = _b.allowTransformNone,
|
|
430
|
-
allowTransformNone = _e === void 0 ? true : _e;
|
|
431
|
-
var styles = {};
|
|
432
|
-
var transform = {};
|
|
433
|
-
var transformOrigin = {};
|
|
434
|
-
var transformKeys = [];
|
|
435
|
-
return function (state) {
|
|
436
|
-
transformKeys.length = 0;
|
|
437
|
-
buildStyleProperty(state, enableHardwareAcceleration, styles, transform, transformOrigin, transformKeys, isDashCase, allowTransformNone);
|
|
438
|
-
return styles;
|
|
439
|
-
};
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
function onRead(key, options) {
|
|
443
|
-
var element = options.element,
|
|
444
|
-
preparseOutput = options.preparseOutput;
|
|
445
|
-
var defaultValueType = getValueType(key);
|
|
446
|
-
if (isTransformProp(key)) {
|
|
447
|
-
return defaultValueType ? defaultValueType.default || 0 : 0;
|
|
448
|
-
} else if (scrollKeys.has(key)) {
|
|
449
|
-
return element[key];
|
|
450
|
-
} else {
|
|
451
|
-
var domValue = window.getComputedStyle(element, null).getPropertyValue(prefixer(key, true)) || 0;
|
|
452
|
-
return preparseOutput && defaultValueType && defaultValueType.test(domValue) && defaultValueType.parse ? defaultValueType.parse(domValue) : domValue;
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
function onRender(state, _a, changedValues) {
|
|
456
|
-
var element = _a.element,
|
|
457
|
-
buildStyles = _a.buildStyles,
|
|
458
|
-
hasCSSVariable = _a.hasCSSVariable;
|
|
459
|
-
Object.assign(element.style, buildStyles(state));
|
|
460
|
-
if (hasCSSVariable) {
|
|
461
|
-
var numChangedValues = changedValues.length;
|
|
462
|
-
for (var i = 0; i < numChangedValues; i++) {
|
|
463
|
-
var key = changedValues[i];
|
|
464
|
-
if (key.startsWith('--')) {
|
|
465
|
-
element.style.setProperty(key, state[key]);
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
if (changedValues.indexOf(SCROLL_LEFT) !== -1) {
|
|
470
|
-
element[SCROLL_LEFT] = state[SCROLL_LEFT];
|
|
471
|
-
}
|
|
472
|
-
if (changedValues.indexOf(SCROLL_TOP) !== -1) {
|
|
473
|
-
element[SCROLL_TOP] = state[SCROLL_TOP];
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
var cssStyler = /*#__PURE__*/createStyler({
|
|
477
|
-
onRead: onRead,
|
|
478
|
-
onRender: onRender,
|
|
479
|
-
uncachedValues: scrollKeys
|
|
480
|
-
});
|
|
481
|
-
function createCssStyler(element, _a) {
|
|
482
|
-
if (_a === void 0) {
|
|
483
|
-
_a = {};
|
|
484
|
-
}
|
|
485
|
-
var enableHardwareAcceleration = _a.enableHardwareAcceleration,
|
|
486
|
-
allowTransformNone = _a.allowTransformNone,
|
|
487
|
-
props = __rest(_a, ["enableHardwareAcceleration", "allowTransformNone"]);
|
|
488
|
-
return cssStyler(__assign({ element: element, buildStyles: createStyleBuilder({
|
|
489
|
-
enableHardwareAcceleration: enableHardwareAcceleration,
|
|
490
|
-
allowTransformNone: allowTransformNone
|
|
491
|
-
}), preparseOutput: true }, props));
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
var camelCaseAttributes = /*#__PURE__*/new Set(['baseFrequency', 'diffuseConstant', 'kernelMatrix', 'kernelUnitLength', 'keySplines', 'keyTimes', 'limitingConeAngle', 'markerHeight', 'markerWidth', 'numOctaves', 'targetX', 'targetY', 'surfaceScale', 'specularConstant', 'specularExponent', 'stdDeviation', 'tableValues']);
|
|
495
|
-
|
|
496
|
-
var defaultOrigin = 0.5;
|
|
497
|
-
var svgAttrsTemplate = function () {
|
|
498
|
-
return {
|
|
499
|
-
style: {}
|
|
500
|
-
};
|
|
501
|
-
};
|
|
502
|
-
var progressToPixels = function (progress, length) {
|
|
503
|
-
return px.transform(progress * length);
|
|
504
|
-
};
|
|
505
|
-
var unmeasured = { x: 0, y: 0, width: 0, height: 0 };
|
|
506
|
-
function calcOrigin(origin, offset, size) {
|
|
507
|
-
return typeof origin === 'string' ? origin : px.transform(offset + size * origin);
|
|
508
|
-
}
|
|
509
|
-
function calculateSVGTransformOrigin(dimensions, originX, originY) {
|
|
510
|
-
return calcOrigin(originX, dimensions.x, dimensions.width) + " " + calcOrigin(originY, dimensions.y, dimensions.height);
|
|
511
|
-
}
|
|
512
|
-
var svgStyleConfig = {
|
|
513
|
-
enableHardwareAcceleration: false,
|
|
514
|
-
isDashCase: false
|
|
515
|
-
};
|
|
516
|
-
function buildSVGAttrs(_a, dimensions, totalPathLength, cssBuilder, attrs, isDashCase) {
|
|
517
|
-
if (dimensions === void 0) {
|
|
518
|
-
dimensions = unmeasured;
|
|
519
|
-
}
|
|
520
|
-
if (cssBuilder === void 0) {
|
|
521
|
-
cssBuilder = createStyleBuilder(svgStyleConfig);
|
|
522
|
-
}
|
|
523
|
-
if (attrs === void 0) {
|
|
524
|
-
attrs = svgAttrsTemplate();
|
|
525
|
-
}
|
|
526
|
-
if (isDashCase === void 0) {
|
|
527
|
-
isDashCase = true;
|
|
528
|
-
}
|
|
529
|
-
var attrX = _a.attrX,
|
|
530
|
-
attrY = _a.attrY,
|
|
531
|
-
originX = _a.originX,
|
|
532
|
-
originY = _a.originY,
|
|
533
|
-
pathLength = _a.pathLength,
|
|
534
|
-
_b = _a.pathSpacing,
|
|
535
|
-
pathSpacing = _b === void 0 ? 1 : _b,
|
|
536
|
-
_c = _a.pathOffset,
|
|
537
|
-
pathOffset = _c === void 0 ? 0 : _c,
|
|
538
|
-
state = __rest(_a, ["attrX", "attrY", "originX", "originY", "pathLength", "pathSpacing", "pathOffset"]);
|
|
539
|
-
var style = cssBuilder(state);
|
|
540
|
-
for (var key in style) {
|
|
541
|
-
if (key === 'transform') {
|
|
542
|
-
attrs.style.transform = style[key];
|
|
543
|
-
} else {
|
|
544
|
-
var attrKey = isDashCase && !camelCaseAttributes.has(key) ? camelToDash(key) : key;
|
|
545
|
-
attrs[attrKey] = style[key];
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
if (originX !== undefined || originY !== undefined || style.transform) {
|
|
549
|
-
attrs.style.transformOrigin = calculateSVGTransformOrigin(dimensions, originX !== undefined ? originX : defaultOrigin, originY !== undefined ? originY : defaultOrigin);
|
|
550
|
-
}
|
|
551
|
-
if (attrX !== undefined) attrs.x = attrX;
|
|
552
|
-
if (attrY !== undefined) attrs.y = attrY;
|
|
553
|
-
if (totalPathLength !== undefined && pathLength !== undefined) {
|
|
554
|
-
attrs[isDashCase ? 'stroke-dashoffset' : 'strokeDashoffset'] = progressToPixels(-pathOffset, totalPathLength);
|
|
555
|
-
attrs[isDashCase ? 'stroke-dasharray' : 'strokeDasharray'] = progressToPixels(pathLength, totalPathLength) + " " + progressToPixels(pathSpacing, totalPathLength);
|
|
556
|
-
}
|
|
557
|
-
return attrs;
|
|
558
|
-
}
|
|
559
|
-
function createAttrBuilder(dimensions, totalPathLength, isDashCase) {
|
|
560
|
-
if (isDashCase === void 0) {
|
|
561
|
-
isDashCase = true;
|
|
562
|
-
}
|
|
563
|
-
var attrs = svgAttrsTemplate();
|
|
564
|
-
var cssBuilder = createStyleBuilder(svgStyleConfig);
|
|
565
|
-
return function (state) {
|
|
566
|
-
return buildSVGAttrs(state, dimensions, totalPathLength, cssBuilder, attrs, isDashCase);
|
|
567
|
-
};
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
var getDimensions = function (element) {
|
|
571
|
-
return typeof element.getBBox === 'function' ? element.getBBox() : element.getBoundingClientRect();
|
|
572
|
-
};
|
|
573
|
-
var getSVGElementDimensions = function (element) {
|
|
574
|
-
try {
|
|
575
|
-
return getDimensions(element);
|
|
576
|
-
} catch (e) {
|
|
577
|
-
return { x: 0, y: 0, width: 0, height: 0 };
|
|
578
|
-
}
|
|
579
|
-
};
|
|
580
|
-
|
|
581
|
-
var isPath = function (element) {
|
|
582
|
-
return element.tagName === 'path';
|
|
583
|
-
};
|
|
584
|
-
var svgStyler = /*#__PURE__*/createStyler({
|
|
585
|
-
onRead: function (key, _a) {
|
|
586
|
-
var element = _a.element;
|
|
587
|
-
key = !camelCaseAttributes.has(key) ? camelToDash(key) : key;
|
|
588
|
-
if (!isTransformProp(key)) {
|
|
589
|
-
return element.getAttribute(key);
|
|
590
|
-
} else {
|
|
591
|
-
var valueType = getValueType(key);
|
|
592
|
-
return valueType ? valueType.default || 0 : 0;
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
onRender: function (state, _a) {
|
|
596
|
-
var element = _a.element,
|
|
597
|
-
buildAttrs = _a.buildAttrs;
|
|
598
|
-
var attrs = buildAttrs(state);
|
|
599
|
-
for (var key in attrs) {
|
|
600
|
-
if (key === 'style') {
|
|
601
|
-
Object.assign(element.style, attrs.style);
|
|
602
|
-
} else {
|
|
603
|
-
element.setAttribute(key, attrs[key]);
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
});
|
|
608
|
-
var svg = function (element) {
|
|
609
|
-
var dimensions = getSVGElementDimensions(element);
|
|
610
|
-
var pathLength = isPath(element) && element.getTotalLength ? element.getTotalLength() : undefined;
|
|
611
|
-
return svgStyler({
|
|
612
|
-
element: element,
|
|
613
|
-
buildAttrs: createAttrBuilder(dimensions, pathLength)
|
|
614
|
-
});
|
|
615
|
-
};
|
|
616
|
-
|
|
617
|
-
var viewport = /*#__PURE__*/createStyler({
|
|
618
|
-
useCache: false,
|
|
619
|
-
onRead: function (key) {
|
|
620
|
-
return key === 'scrollTop' ? window.pageYOffset : window.pageXOffset;
|
|
621
|
-
},
|
|
622
|
-
onRender: function (_a) {
|
|
623
|
-
var _b = _a.scrollTop,
|
|
624
|
-
scrollTop = _b === void 0 ? 0 : _b,
|
|
625
|
-
_c = _a.scrollLeft,
|
|
626
|
-
scrollLeft = _c === void 0 ? 0 : _c;
|
|
627
|
-
return window.scrollTo(scrollLeft, scrollTop);
|
|
628
|
-
}
|
|
629
|
-
});
|
|
630
|
-
|
|
631
|
-
var cache = /*#__PURE__*/new WeakMap();
|
|
632
|
-
var isHTMLElement = function (node) {
|
|
633
|
-
return node instanceof HTMLElement || typeof node.click === 'function';
|
|
634
|
-
};
|
|
635
|
-
var isSVGElement = function (node) {
|
|
636
|
-
return node instanceof SVGElement || 'ownerSVGElement' in node;
|
|
637
|
-
};
|
|
638
|
-
var createDOMStyler = function (node, props) {
|
|
639
|
-
var styler;
|
|
640
|
-
if (node === window) {
|
|
641
|
-
styler = viewport(node);
|
|
642
|
-
} else if (isHTMLElement(node)) {
|
|
643
|
-
styler = createCssStyler(node, props);
|
|
644
|
-
} else if (isSVGElement(node)) {
|
|
645
|
-
styler = svg(node);
|
|
646
|
-
}
|
|
647
|
-
cache.set(node, styler);
|
|
648
|
-
return styler;
|
|
649
|
-
};
|
|
650
|
-
var getStyler = function (node, props) {
|
|
651
|
-
return cache.has(node) ? cache.get(node) : createDOMStyler(node, props);
|
|
652
|
-
};
|
|
653
|
-
function index(nodeOrSelector, props) {
|
|
654
|
-
var node = typeof nodeOrSelector === 'string' ? document.querySelector(nodeOrSelector) : nodeOrSelector;
|
|
655
|
-
return getStyler(node, props);
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
const useFade = (node, { duration } = { duration: 200 }) => {
|
|
659
|
-
const nodeStyler = index(node);
|
|
660
|
-
/**
|
|
661
|
-
* Will animate the opacity to 1, and removes the opacity style attribute once
|
|
662
|
-
* complete.
|
|
663
|
-
*/
|
|
664
|
-
function fadeIn() {
|
|
665
|
-
return new Promise(resolve => {
|
|
666
|
-
animate({
|
|
667
|
-
from: { opacity: 0 },
|
|
668
|
-
to: { opacity: 1 },
|
|
669
|
-
duration,
|
|
670
|
-
onUpdate(latest) {
|
|
671
|
-
nodeStyler.set({ opacity: latest.opacity });
|
|
672
|
-
},
|
|
673
|
-
onComplete() {
|
|
674
|
-
resolve();
|
|
675
|
-
node.style.removeProperty('opacity');
|
|
676
|
-
},
|
|
677
|
-
});
|
|
678
|
-
});
|
|
679
|
-
}
|
|
680
|
-
/**
|
|
681
|
-
* Applies the fadeOut styles without animating, useful when initial state
|
|
682
|
-
* is hidden.
|
|
683
|
-
*/
|
|
684
|
-
function setFadeOut() {
|
|
685
|
-
nodeStyler.set({ opacity: 0 });
|
|
686
|
-
}
|
|
687
|
-
/**
|
|
688
|
-
* Applies the fadeIn styles without animating, useful when initial state
|
|
689
|
-
* is visible.
|
|
690
|
-
*/
|
|
691
|
-
function setFadeIn() {
|
|
692
|
-
nodeStyler.set({ opacity: 1 });
|
|
693
|
-
}
|
|
694
|
-
/**
|
|
695
|
-
* Will animate the opacity to 0, once complete, the opacity style attribute
|
|
696
|
-
* will stay on the element.
|
|
697
|
-
*/
|
|
698
|
-
function fadeOut() {
|
|
699
|
-
return new Promise(resolve => {
|
|
700
|
-
animate({
|
|
701
|
-
from: { opacity: 1 },
|
|
702
|
-
to: { opacity: 0 },
|
|
703
|
-
duration,
|
|
704
|
-
onUpdate(latest) {
|
|
705
|
-
nodeStyler.set({ opacity: latest.opacity });
|
|
706
|
-
},
|
|
707
|
-
onComplete() {
|
|
708
|
-
resolve();
|
|
709
|
-
},
|
|
710
|
-
});
|
|
711
|
-
});
|
|
712
|
-
}
|
|
713
|
-
return {
|
|
714
|
-
fadeIn,
|
|
715
|
-
fadeOut,
|
|
716
|
-
setFadeOut,
|
|
717
|
-
setFadeIn,
|
|
718
|
-
};
|
|
719
|
-
};
|
|
720
|
-
|
|
721
|
-
export { index as i, useFade as u };
|
|
722
|
-
//# sourceMappingURL=p-9xYwU7ku.js.map
|
|
723
|
-
|
|
724
|
-
//# sourceMappingURL=p-9xYwU7ku.js.map
|
|
1
|
+
import{_ as n,b as t,c as r,p as e,d as o,e as i,s as a,f as u,n as d,a as c}from"./p-Dz1GUhVy.js";var f,s=0,v="undefined"!=typeof window&&void 0!==window.requestAnimationFrame?function(n){return window.requestAnimationFrame(n)}:function(n){var t=Date.now(),r=Math.max(0,16.7-(t-s));s=t+r,setTimeout((function(){return n(s)}),r)},l=1/60*1e3,p=!0,m=!1,h=!1,g={delta:0,timestamp:0},w=["read","update","preRender","render","postRender"],y=function(n){return m=n},b=w.reduce((function(n,t){return n[t]=function(n){var t=[],r=[],e=0,o=!1,i=0,a=new WeakSet,u=new WeakSet,d={cancel:function(n){var t=r.indexOf(n);a.add(n),-1!==t&&r.splice(t,1)},process:function(c){var f,s;if(o=!0,t=(f=[r,t])[0],(r=f[1]).length=0,e=t.length)for(i=0;i<e;i++)(s=t[i])(c),!0!==u.has(s)||a.has(s)||(d.schedule(s),n(!0));o=!1},schedule:function(n,i,d){void 0===i&&(i=!1),void 0===d&&(d=!1);var c=d&&o,f=c?t:r;a.delete(n),i&&u.add(n),-1===f.indexOf(n)&&(f.push(n),c&&(e=t.length))}};return d}(y),n}),{}),R=w.reduce((function(n,t){var r=b[t];return n[t]=function(n,t,e){return void 0===t&&(t=!1),void 0===e&&(e=!1),m||S(),r.schedule(n,t,e),n},n}),{}),k=function(n){return b[n].process(g)},C=function(n){m=!1,g.delta=p?l:Math.max(Math.min(n-g.timestamp,40),1),p||(l=g.delta),g.timestamp=n,h=!0,w.forEach(k),h=!1,m&&(p=!1,v(C))},S=function(){m=!0,p=!0,h||v(C)},T=function(t){var r=t.onRead,e=t.onRender,o=t.uncachedValues,i=void 0===o?new Set:o,a=t.useCache,u=void 0===a||a;return function(t){void 0===t&&(t={});var o=n(t,[]),a={},d=[],c=!1;function f(n,t){n.startsWith("--")&&(o.hasCSSVariable=!0);var r=a[n];a[n]=t,a[n]!==r&&(-1===d.indexOf(n)&&d.push(n),c||(c=!0,R.render(s.render)))}var s={get:function(n,t){return void 0===t&&(t=!1),t||!u||i.has(n)||void 0===a[n]?r(n,o):a[n]},set:function(n,t){if("string"==typeof n)f(n,t);else for(var r in n)f(r,n[r]);return this},render:function(n){return void 0===n&&(n=!1),(c||!0===n)&&(e(a,o,d),c=!1,d.length=0),this}};return s}},x=/([a-z])([A-Z])/g,O=function(n){return n.replace(x,"$1-$2").toLowerCase()},W=new Map,X=new Map,Y=["Webkit","Moz","O","ms",""],L=Y.length,M="undefined"!=typeof document,z=function(n,t){return X.set(n,O(t))},Z=function(n,t){void 0===t&&(t=!1);var r=t?X:W;return r.has(n)||(M?function(n){f=f||document.createElement("div");for(var t=0;t<L;t++){var r=Y[t],e=""===r,o=e?n:r+n.charAt(0).toUpperCase()+n.slice(1);if(o in f.style||e){if(e&&"clipPath"===n&&X.has(n))return;W.set(n,o),z(n,(e?"":"-")+O(o))}}}(n):function(n){z(n,n)}(n)),r.get(n)||n},A=["","X","Y","Z"],B=["translate","scale","rotate","skew","transformPerspective"].reduce((function(n,t){return A.reduce((function(n,r){return n.push(t+r),n}),n)}),["x","y","z"]),H=B.reduce((function(n,t){return n[t]=!0,n}),{});function V(n){return!0===H[n]}function D(n,t){return B.indexOf(n)-B.indexOf(t)}var E=new Set(["originX","originY","originZ"]);function P(n){return E.has(n)}var U=t(t({},d),{transform:Math.round}),j={color:u,backgroundColor:u,outlineColor:u,fill:u,stroke:u,borderColor:u,borderTopColor:u,borderRightColor:u,borderBottomColor:u,borderLeftColor:u,borderWidth:e,borderTopWidth:e,borderRightWidth:e,borderBottomWidth:e,borderLeftWidth:e,borderRadius:e,radius:e,borderTopLeftRadius:e,borderTopRightRadius:e,borderBottomRightRadius:e,borderBottomLeftRadius:e,width:e,maxWidth:e,height:e,maxHeight:e,size:e,top:e,right:e,bottom:e,left:e,padding:e,paddingTop:e,paddingRight:e,paddingBottom:e,paddingLeft:e,margin:e,marginTop:e,marginRight:e,marginBottom:e,marginLeft:e,rotate:i,rotateX:i,rotateY:i,rotateZ:i,scale:a,scaleX:a,scaleY:a,scaleZ:a,skew:i,skewX:i,skewY:i,distance:e,translateX:e,translateY:e,translateZ:e,x:e,y:e,z:e,perspective:e,opacity:r,originX:o,originY:o,originZ:e,zIndex:U,fillOpacity:r,strokeOpacity:r,numOctaves:U},F=function(n){return j[n]},G=function(n,t){return t&&"number"==typeof n?t.transform(n):n},I="scrollLeft",N="scrollTop",$=new Set([I,N]),q=new Set([I,N,"transform"]),_={x:"translateX",y:"translateY",z:"translateZ"};function J(n){return"function"==typeof n}function K(n){var t=void 0===n?{}:n,r=t.enableHardwareAcceleration,e=void 0===r||r,o=t.isDashCase,i=void 0===o||o,a=t.allowTransformNone,u=void 0===a||a,d={},c={},f={},s=[];return function(n){return s.length=0,function(n,t,r,e,o,i,a,u){void 0===t&&(t=!0),void 0===r&&(r={}),void 0===e&&(e={}),void 0===o&&(o={}),void 0===i&&(i=[]),void 0===a&&(a=!1),void 0===u&&(u=!0);var d=!0,c=!1,f=!1;for(var s in n){var v=n[s],l=F(s),p=G(v,l);V(s)?(c=!0,e[s]=p,i.push(s),d&&(l.default&&v!==l.default||!l.default&&0!==v)&&(d=!1)):P(s)?(o[s]=p,f=!0):q.has(s)&&J(p)||(r[Z(s,a)]=p)}(c||"function"==typeof n.transform)&&(r.transform=function(n,t,r,e,o,i){void 0===i&&(i=!0);var a="",u=!1;r.sort(D);for(var d=r.length,c=0;c<d;c++){var f=r[c];a+=(_[f]||f)+"("+t[f]+") ",u="z"===f||u}return!u&&o?a+="translateZ(0)":a=a.trim(),J(n.transform)?a=n.transform(t,e?"":a):i&&e&&(a="none"),a}(n,e,i,d,t,u)),f&&(r.transformOrigin=(o.originX||"50%")+" "+(o.originY||"50%")+" "+(o.originZ||0))}(n,e,d,c,f,s,i,u),d}}var Q=T({onRead:function(n,t){var r=t.element,e=t.preparseOutput,o=F(n);if(V(n))return o&&o.default||0;if($.has(n))return r[n];var i=window.getComputedStyle(r,null).getPropertyValue(Z(n,!0))||0;return e&&o&&o.test(i)&&o.parse?o.parse(i):i},onRender:function(n,t,r){var e=t.element,o=t.hasCSSVariable;if(Object.assign(e.style,(0,t.buildStyles)(n)),o)for(var i=r.length,a=0;a<i;a++){var u=r[a];u.startsWith("--")&&e.style.setProperty(u,n[u])}-1!==r.indexOf(I)&&(e[I]=n[I]),-1!==r.indexOf(N)&&(e[N]=n[N])},uncachedValues:$}),nn=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues"]),tn=function(n,t){return e.transform(n*t)},rn={x:0,y:0,width:0,height:0};function en(n,t,r){return"string"==typeof n?n:e.transform(t+r*n)}var on={enableHardwareAcceleration:!1,isDashCase:!1};function an(t,r,e){void 0===e&&(e=!0);var o={style:{}},i=K(on);return function(a){return function(t,r,e,o,i,a){void 0===r&&(r=rn),void 0===o&&(o=K(on)),void 0===i&&(i={style:{}}),void 0===a&&(a=!0);var u=t.attrX,d=t.attrY,c=t.originX,f=t.originY,s=t.pathLength,v=t.pathSpacing,l=void 0===v?1:v,p=t.pathOffset,m=void 0===p?0:p,h=o(n(t,["attrX","attrY","originX","originY","pathLength","pathSpacing","pathOffset"]));for(var g in h)"transform"===g?i.style.transform=h[g]:i[a&&!nn.has(g)?O(g):g]=h[g];return(void 0!==c||void 0!==f||h.transform)&&(i.style.transformOrigin=function(n,t,r){return en(t,n.x,n.width)+" "+en(r,n.y,n.height)}(r,void 0!==c?c:.5,void 0!==f?f:.5)),void 0!==u&&(i.x=u),void 0!==d&&(i.y=d),void 0!==e&&void 0!==s&&(i[a?"stroke-dashoffset":"strokeDashoffset"]=tn(-m,e),i[a?"stroke-dasharray":"strokeDasharray"]=tn(s,e)+" "+tn(l,e)),i}(a,t,r,i,o,e)}}var un=T({onRead:function(n,t){var r=t.element;if(V(n=nn.has(n)?n:O(n))){var e=F(n);return e&&e.default||0}return r.getAttribute(n)},onRender:function(n,t){var r=t.element,e=(0,t.buildAttrs)(n);for(var o in e)"style"===o?Object.assign(r.style,e.style):r.setAttribute(o,e[o])}}),dn=T({useCache:!1,onRead:function(n){return"scrollTop"===n?window.pageYOffset:window.pageXOffset},onRender:function(n){var t=n.scrollTop,r=n.scrollLeft;return window.scrollTo(void 0===r?0:r,void 0===t?0:t)}}),cn=new WeakMap;function fn(r,e){return function(r,e){return cn.has(r)?cn.get(r):function(r,e){var o,i,a,u;return r===window?o=dn(r):function(n){return n instanceof HTMLElement||"function"==typeof n.click}(r)?o=function(r,e){void 0===e&&(e={});var o=e.enableHardwareAcceleration,i=e.allowTransformNone,a=n(e,["enableHardwareAcceleration","allowTransformNone"]);return Q(t({element:r,buildStyles:K({enableHardwareAcceleration:o,allowTransformNone:i}),preparseOutput:!0},a))}(r,e):function(n){return n instanceof SVGElement||"ownerSVGElement"in n}(r)&&(a=function(n){try{return function(n){return"function"==typeof n.getBBox?n.getBBox():n.getBoundingClientRect()}(n)}catch(n){return{x:0,y:0,width:0,height:0}}}(i=r),u=function(n){return"path"===n.tagName}(i)&&i.getTotalLength?i.getTotalLength():void 0,o=un({element:i,buildAttrs:an(a,u)})),cn.set(r,o),o}(r,e)}("string"==typeof r?document.querySelector(r):r,e)}const sn=(n,{duration:t}={duration:200})=>{const r=fn(n);return{fadeIn:function(){return new Promise((e=>{c({from:{opacity:0},to:{opacity:1},duration:t,onUpdate(n){r.set({opacity:n.opacity})},onComplete(){e(),n.style.removeProperty("opacity")}})}))},fadeOut:function(){return new Promise((n=>{c({from:{opacity:1},to:{opacity:0},duration:t,onUpdate(n){r.set({opacity:n.opacity})},onComplete(){n()}})}))},setFadeOut:function(){r.set({opacity:0})},setFadeIn:function(){r.set({opacity:1})}}};export{fn as i,sn as u}
|