@erpsquad/common 1.8.41 → 1.8.43
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/@types/alltypes.d.ts +3 -0
- package/dist/@types/common.d.ts +1 -0
- package/dist/@types/createPalette.d.ts +47 -0
- package/dist/@types/index.d.ts +5 -0
- package/dist/@types/page.d.ts +4 -0
- package/dist/@types/pagination-model.d.ts +4 -0
- package/dist/_virtual/index/index.esm2.js +4 -2
- package/dist/_virtual/index/index.esm2.js.map +1 -1
- package/dist/_virtual/index/index.esm3.js +2 -4
- package/dist/_virtual/index/index.esm3.js.map +1 -1
- package/dist/_virtual/index/index2.js +1 -1
- package/dist/_virtual/index/index3.js +1 -1
- package/dist/api-client/api.accounting/api-types.d.ts +15883 -0
- package/dist/api-client/api.drive/api-types.d.ts +696 -0
- package/dist/api-client/api.inventory/api-types.d.ts +6110 -0
- package/dist/api-client/api.inventory/api.d.ts +2 -5
- package/dist/api-client/api.manufacturing/api-types.d.ts +10066 -0
- package/dist/api-client/api.manufacturing/api.d.ts +102 -15
- package/dist/api-client/api.purchase/api-types.d.ts +6715 -0
- package/dist/api-client/api.purchase/api.d.ts +2 -3
- package/dist/api-client/api.rbac/api-types.d.ts +1753 -0
- package/dist/api-client/api.rental/api-types.d.ts +15666 -0
- package/dist/api-client/api.sales/api-types.d.ts +8258 -0
- package/dist/api-client/api.system-feature/api-types.d.ts +2875 -0
- package/dist/api-client/api.system-feature/api.d.ts +2 -0
- package/dist/api-client/api.user/api-types.d.ts +95 -0
- package/dist/assets/common-component/index.d.ts +1 -0
- package/dist/assets/dynamic-svg-icon/dynamic-svg-icon.d.ts +8 -0
- package/dist/assets/dynamic-svg-icon/index.d.ts +2 -0
- package/dist/assets/images.d.ts +208 -0
- package/dist/assets/index.d.ts +5 -0
- package/dist/assets/view-modal/calendar-icon.d.ts +2 -0
- package/dist/assets/view-modal/chart-icon.d.ts +2 -0
- package/dist/assets/view-modal/gantt-icon.d.ts +2 -0
- package/dist/assets/view-modal/grid-icon.d.ts +2 -0
- package/dist/assets/view-modal/index.d.ts +12 -0
- package/dist/assets/view-modal/kanban-icon.d.ts +2 -0
- package/dist/assets/view-modal/table-icon.d.ts +2 -0
- package/dist/components/Dashboard/dashboard-card.d.ts +7 -0
- package/dist/components/Dashboard/dashboard-header.d.ts +7 -0
- package/dist/components/Dashboard/index.d.ts +4 -0
- package/dist/components/accordion/accordion.d.ts +9 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/action-bar/action-bar/index.esm.js +2 -2
- package/dist/components/action-bar/action-bar/index.js +11 -11
- package/dist/components/action-bar/action-bar.d.ts +48 -0
- package/dist/components/action-bar/index.d.ts +2 -0
- package/dist/components/activity-tag/activity-tag.d.ts +3 -0
- package/dist/components/activity-tag/index.d.ts +2 -0
- package/dist/components/activityArea/activityArea.d.ts +3 -0
- package/dist/components/activityArea/index.d.ts +2 -0
- package/dist/components/activityLog/activity-log.d.ts +3 -0
- package/dist/components/activityLog/index.d.ts +2 -0
- package/dist/components/alert/alert.d.ts +4 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/appbar/appbar.d.ts +3 -0
- package/dist/components/appbar/index.d.ts +2 -0
- package/dist/components/approval-wrapper/approval-wrapper/index.esm.js +1 -1
- package/dist/components/approval-wrapper/approval-wrapper/index.esm.js.map +1 -1
- package/dist/components/approval-wrapper/approval-wrapper/index.js +4 -4
- package/dist/components/approval-wrapper/approval-wrapper/index.js.map +1 -1
- package/dist/components/approval-wrapper/approval-wrapper.d.ts +2 -0
- package/dist/components/approval-wrapper/index.d.ts +2 -0
- package/dist/components/avatar/avatar.d.ts +3 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/board/board.d.ts +19 -0
- package/dist/components/board/columnHeader.d.ts +2 -0
- package/dist/components/board/index.d.ts +4 -0
- package/dist/components/bread-crumb/bread-crumb.d.ts +13 -0
- package/dist/components/bread-crumb/index.d.ts +2 -0
- package/dist/components/button/button.d.ts +4 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/calculation-summary/calculation-summary.d.ts +11 -0
- package/dist/components/calculation-summary/components/discount-summary.d.ts +13 -0
- package/dist/components/calculation-summary/components/index.d.ts +10 -0
- package/dist/components/calculation-summary/components/items-summary.d.ts +10 -0
- package/dist/components/calculation-summary/components/subtotal-summary.d.ts +10 -0
- package/dist/components/calculation-summary/components/taxes-and-charges-summary.d.ts +14 -0
- package/dist/components/calculation-summary/components/total-summary.d.ts +10 -0
- package/dist/components/calculation-summary/index.d.ts +3 -0
- package/dist/components/calendar/calendar.d.ts +3 -0
- package/dist/components/calendar/index.d.ts +2 -0
- package/dist/components/card-wrapper/card-wrapper.d.ts +7 -0
- package/dist/components/card-wrapper/index.d.ts +2 -0
- package/dist/components/change-user-password-modal/change-user-password-modal/index.esm.js +2 -2
- package/dist/components/change-user-password-modal/change-user-password-modal/index.js +3 -3
- package/dist/components/change-user-password-modal/change-user-password-modal.d.ts +6 -0
- package/dist/components/change-user-password-modal/index.d.ts +2 -0
- package/dist/components/charts/ChartLegends.d.ts +7 -0
- package/dist/components/charts/areaLinerChart.d.ts +18 -0
- package/dist/components/charts/bar-chart/bar-chart.d.ts +15 -0
- package/dist/components/charts/bar-chart/index.d.ts +2 -0
- package/dist/components/charts/barChart/barChart.d.ts +19 -0
- package/dist/components/charts/barChart/index.d.ts +2 -0
- package/dist/components/charts/barLineChart/barLinechart.d.ts +29 -0
- package/dist/components/charts/barLineChart/index.d.ts +2 -0
- package/dist/components/charts/donut-chart/donut-chart.d.ts +21 -0
- package/dist/components/charts/donut-chart/index.d.ts +2 -0
- package/dist/components/charts/donutChart/DonutChart.d.ts +21 -0
- package/dist/components/charts/donutChart/index.d.ts +2 -0
- package/dist/components/charts/groupBarChart/GroupBarChart.d.ts +9 -0
- package/dist/components/charts/groupBarChart/index.d.ts +2 -0
- package/dist/components/charts/index.d.ts +12 -0
- package/dist/components/charts/line-chart/area-line-chart.d.ts +15 -0
- package/dist/components/charts/line-chart/area-lineChart/index.esm.js +2 -2
- package/dist/components/charts/line-chart/area-lineChart/index.esm.js.map +1 -1
- package/dist/components/charts/line-chart/area-lineChart/index.js.map +1 -1
- package/dist/components/charts/line-chart/area-lineChart.d.ts +15 -0
- package/dist/components/charts/line-chart/index.d.ts +6 -0
- package/dist/components/charts/line-chart/line-chart.d.ts +14 -0
- package/dist/components/charts/multiLineChart/index.d.ts +2 -0
- package/dist/components/charts/multiLineChart/multi-line-chart.d.ts +20 -0
- package/dist/components/checkbox/checkbox.d.ts +4 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/chip/chip.d.ts +10 -0
- package/dist/components/chip/index.d.ts +2 -0
- package/dist/components/chip-generator/chip-generator.d.ts +27 -0
- package/dist/components/chip-generator/index.d.ts +2 -0
- package/dist/components/color-picker-input/color-picker-input.d.ts +7 -0
- package/dist/components/color-picker-input/index.d.ts +2 -0
- package/dist/components/confirm-modal/confirm-modal.d.ts +21 -0
- package/dist/components/confirm-modal/index.d.ts +3 -0
- package/dist/components/country-select/country-select.d.ts +6 -0
- package/dist/components/country-select/index.d.ts +2 -0
- package/dist/components/custom-snackbar/custom-snackbar.d.ts +10 -0
- package/dist/components/custom-snackbar/index.d.ts +2 -0
- package/dist/components/custom-toggle-switch/custom-toggle-switch.d.ts +10 -0
- package/dist/components/custom-toggle-switch/index.d.ts +2 -0
- package/dist/components/date-picker/date-picker.d.ts +20 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/date-range-picker/date-range-picker.d.ts +3 -0
- package/dist/components/date-range-picker/index.d.ts +2 -0
- package/dist/components/date-time-picker/date-time-picker.d.ts +20 -0
- package/dist/components/date-time-picker/index.d.ts +2 -0
- package/dist/components/dropdown-button/dropdown-button.d.ts +24 -0
- package/dist/components/dropdown-button/index.d.ts +2 -0
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper/index.esm.js +107 -1
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper/index.esm.js.map +1 -1
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper/index.js +7 -4
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper/index.js.map +1 -1
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper.d.ts +67 -0
- package/dist/components/dynamic-layout-wrapper/index.d.ts +2 -0
- package/dist/components/dynamic-modal.d.ts +9 -0
- package/dist/components/editor/custom-editor.d.ts +9 -0
- package/dist/components/editor/index.d.ts +2 -0
- package/dist/components/entity-view-wrapper/entity-view-wrapper.d.ts +26 -0
- package/dist/components/entity-view-wrapper/index.d.ts +2 -0
- package/dist/components/examples/FlexibleReduxExample/index.esm.js +154 -0
- package/dist/components/examples/FlexibleReduxExample/index.esm.js.map +1 -0
- package/dist/components/examples/FlexibleReduxExample/index.js +19 -0
- package/dist/components/examples/FlexibleReduxExample/index.js.map +1 -0
- package/dist/components/examples/FlexibleReduxExample.d.ts +8 -0
- package/dist/components/examples/index.d.ts +2 -0
- package/dist/components/expandable-summary-wrapper/expandable-summary-wrapper.d.ts +18 -0
- package/dist/components/expandable-summary-wrapper/index.d.ts +2 -0
- package/dist/components/fallback/fallback.d.ts +9 -0
- package/dist/components/fallback/index.d.ts +2 -0
- package/dist/components/filter/components/add-filter.d.ts +4 -0
- package/dist/components/filter/components/add-group.d.ts +4 -0
- package/dist/components/filter/components/combinator-select.d.ts +2 -0
- package/dist/components/filter/components/delete-group.d.ts +4 -0
- package/dist/components/filter/components/field-select.d.ts +4 -0
- package/dist/components/filter/components/index.d.ts +16 -0
- package/dist/components/filter/components/operator-select.d.ts +4 -0
- package/dist/components/filter/components/remove-action.d.ts +4 -0
- package/dist/components/filter/components/value-editor.d.ts +4 -0
- package/dist/components/filter/fields.d.ts +5 -0
- package/dist/components/filter/filter/index.esm.js +2 -2
- package/dist/components/filter/filter/index.js +7 -7
- package/dist/components/filter/filter.d.ts +21 -0
- package/dist/components/filter/index.d.ts +4 -0
- package/dist/components/footer/footer.d.ts +21 -0
- package/dist/components/footer/index.d.ts +2 -0
- package/dist/components/footer/index.esm.js +71 -0
- package/dist/components/footer/index.esm.js.map +1 -0
- package/dist/components/footer/index.js +7 -0
- package/dist/components/footer/index.js.map +1 -0
- package/dist/components/footer.d.ts +4 -0
- package/dist/components/form-control/form-builder/element-controller/index.esm.js +96 -0
- package/dist/components/form-control/form-builder/element-controller/index.esm.js.map +1 -0
- package/dist/components/form-control/form-builder/element-controller/index.js +7 -0
- package/dist/components/form-control/form-builder/element-controller/index.js.map +1 -0
- package/dist/components/form-control/form-builder/element-controller.d.ts +14 -0
- package/dist/components/form-control/form-builder/form-builder-element/button.d.ts +16 -0
- package/dist/components/form-control/form-builder/form-builder-element/checkbox.d.ts +20 -0
- package/dist/components/form-control/form-builder/form-builder-element/chip-or-placeholder.d.ts +13 -0
- package/dist/components/form-control/form-builder/form-builder-element/date-range-picker.d.ts +24 -0
- package/dist/components/form-control/form-builder/form-builder-element/date-time.d.ts +26 -0
- package/dist/components/form-control/form-builder/form-builder-element/date.d.ts +21 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-currency-input.d.ts +30 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-element-hoc.d.ts +19 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-input-select.d.ts +29 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-select.d.ts +50 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-tags-input.d.ts +24 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-text-editor.d.ts +11 -0
- package/dist/components/form-control/form-builder/form-builder-element/index.d.ts +46 -0
- package/dist/components/form-control/form-builder/form-builder-element/info.d.ts +20 -0
- package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/index.d.ts +2 -0
- package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/location-add-modal.d.ts +11 -0
- package/dist/components/form-control/form-builder/form-builder-element/media.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/phone.d.ts +3 -0
- package/dist/components/form-control/form-builder/form-builder-element/radio-button.d.ts +23 -0
- package/dist/components/form-control/form-builder/form-builder-element/section.d.ts +21 -0
- package/dist/components/form-control/form-builder/form-builder-element/select-configuration.d.ts +14 -0
- package/dist/components/form-control/form-builder/form-builder-element/select.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/table/index.esm.js +1 -1
- package/dist/components/form-control/form-builder/form-builder-element/table/index.js +4 -4
- package/dist/components/form-control/form-builder/form-builder-element/table/index.js.map +1 -1
- package/dist/components/form-control/form-builder/form-builder-element/table.d.ts +30 -0
- package/dist/components/form-control/form-builder/form-builder-element/text.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/time.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/toggle-button.d.ts +17 -0
- package/dist/components/form-control/form-builder/index.d.ts +3 -0
- package/dist/components/form-control/form-parser/data/index.esm.js +80 -0
- package/dist/components/form-control/form-parser/data/index.esm.js.map +1 -0
- package/dist/components/form-control/form-parser/data/index.js +2 -0
- package/dist/components/form-control/form-parser/data/index.js.map +1 -0
- package/dist/components/form-control/form-parser/data.d.ts +44 -0
- package/dist/components/form-control/form-parser/form-parser.d.ts +3 -0
- package/dist/components/form-control/form-parser/form-section.d.ts +65 -0
- package/dist/components/form-control/form-parser/form-switcher.d.ts +2 -0
- package/dist/components/form-control/form-parser/index.d.ts +8 -0
- package/dist/components/form-control/index.d.ts +2 -0
- package/dist/components/form-header/form-header.d.ts +14 -0
- package/dist/components/form-header/index.d.ts +2 -0
- package/dist/components/gantt/gantt.d.ts +10 -0
- package/dist/components/gantt/index.d.ts +2 -0
- package/dist/components/grid/custom-grid-card/custom-grid-card/index.esm.js +1 -1
- package/dist/components/grid/custom-grid-card/custom-grid-card/index.js +4 -4
- package/dist/components/grid/custom-grid-card/custom-grid-card.d.ts +14 -0
- package/dist/components/grid/custom-grid-card/index.d.ts +2 -0
- package/dist/components/grid/grid-card/grid-card.d.ts +1 -0
- package/dist/components/grid/grid-card/index.d.ts +2 -0
- package/dist/components/grid/grid-wrapper/grid-wrapper.d.ts +8 -0
- package/dist/components/grid/grid-wrapper/index.d.ts +2 -0
- package/dist/components/grid/index.d.ts +3 -0
- package/dist/components/grid-fallback/grid-fallback.d.ts +9 -0
- package/dist/components/grid-fallback/index.d.ts +2 -0
- package/dist/components/header/components/index.d.ts +1 -0
- package/dist/components/header/components/notification-menu/index.d.ts +2 -0
- package/dist/components/header/components/notification-menu/notification-menu/index.esm.js +1 -1
- package/dist/components/header/components/notification-menu/notification-menu/index.js +28 -28
- package/dist/components/header/components/notification-menu/notification-menu.d.ts +2 -0
- package/dist/components/header/header/index.esm.js +1 -1
- package/dist/components/header/header/index.js +11 -11
- package/dist/components/header/header-enhanced/index.esm.js +405 -0
- package/dist/components/header/header-enhanced/index.esm.js.map +1 -0
- package/dist/components/header/header-enhanced/index.js +33 -0
- package/dist/components/header/header-enhanced/index.js.map +1 -0
- package/dist/components/header/header-enhanced.d.ts +19 -0
- package/dist/components/header/header.d.ts +4 -0
- package/dist/components/header/index.d.ts +6 -0
- package/dist/components/header/redux/actionCreator.d.ts +3 -0
- package/dist/components/header/redux/index.d.ts +5 -0
- package/dist/components/header/redux/reducer/index.esm.js +6 -1
- package/dist/components/header/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/header/redux/reducer/index.js +1 -1
- package/dist/components/header/redux/reducer/index.js.map +1 -1
- package/dist/components/header/redux/reducer.d.ts +73 -0
- package/dist/components/header/redux/state.d.ts +14 -0
- package/dist/components/header copy/index.esm.js +131 -0
- package/dist/components/header copy/index.esm.js.map +1 -0
- package/dist/components/header copy/index.js +11 -0
- package/dist/components/header copy/index.js.map +1 -0
- package/dist/components/header copy.d.ts +4 -0
- package/dist/components/header-card/header-card.d.ts +9 -0
- package/dist/components/header-card/index.d.ts +2 -0
- package/dist/components/hr-line/hr-line.d.ts +3 -0
- package/dist/components/hr-line/index.d.ts +2 -0
- package/dist/components/icons/action-arrow.d.ts +4 -0
- package/dist/components/icons/action.d.ts +4 -0
- package/dist/components/icons/add-circle.d.ts +4 -0
- package/dist/components/icons/arrow-bidirectional.d.ts +4 -0
- package/dist/components/icons/arrow-circle-down.d.ts +4 -0
- package/dist/components/icons/arrow-down-three.d.ts +4 -0
- package/dist/components/icons/arrow-down-two.d.ts +4 -0
- package/dist/components/icons/arrow-down.d.ts +4 -0
- package/dist/components/icons/arrow-up-down.d.ts +4 -0
- package/dist/components/icons/arrow-up-two.d.ts +4 -0
- package/dist/components/icons/assignments.d.ts +4 -0
- package/dist/components/icons/blank-circle.d.ts +4 -0
- package/dist/components/icons/block-filled.d.ts +6 -0
- package/dist/components/icons/calendar-add.d.ts +4 -0
- package/dist/components/icons/calendar.d.ts +4 -0
- package/dist/components/icons/check-box.d.ts +3 -0
- package/dist/components/icons/checkbox-square.d.ts +4 -0
- package/dist/components/icons/circular-arrow-setting.d.ts +6 -0
- package/dist/components/icons/clock.d.ts +4 -0
- package/dist/components/icons/close.d.ts +6 -0
- package/dist/components/icons/coin-outline.d.ts +4 -0
- package/dist/components/icons/copy.d.ts +4 -0
- package/dist/components/icons/coupon/index.esm.js +29 -0
- package/dist/components/icons/coupon/index.esm.js.map +1 -0
- package/dist/components/icons/coupon/index.js +7 -0
- package/dist/components/icons/coupon/index.js.map +1 -0
- package/dist/components/icons/coupon.d.ts +4 -0
- package/dist/components/icons/criteria.d.ts +4 -0
- package/dist/components/icons/cross-hire.d.ts +6 -0
- package/dist/components/icons/cross.d.ts +4 -0
- package/dist/components/icons/custom-styled-icon.d.ts +6 -0
- package/dist/components/icons/dashboard.d.ts +4 -0
- package/dist/components/icons/document-download.d.ts +4 -0
- package/dist/components/icons/document.d.ts +4 -0
- package/dist/components/icons/dollar-circle-filled.d.ts +6 -0
- package/dist/components/icons/dollar-circle.d.ts +4 -0
- package/dist/components/icons/edit.d.ts +4 -0
- package/dist/components/icons/email.d.ts +4 -0
- package/dist/components/icons/export.d.ts +6 -0
- package/dist/components/icons/eye-off.d.ts +4 -0
- package/dist/components/icons/eye-plus-circle.d.ts +6 -0
- package/dist/components/icons/eye.d.ts +4 -0
- package/dist/components/icons/filled-circle.d.ts +4 -0
- package/dist/components/icons/filter-remove.d.ts +4 -0
- package/dist/components/icons/filter.d.ts +4 -0
- package/dist/components/icons/folder-save.d.ts +4 -0
- package/dist/components/icons/grid.d.ts +4 -0
- package/dist/components/icons/hashtag.d.ts +4 -0
- package/dist/components/icons/image.d.ts +4 -0
- package/dist/components/icons/import.d.ts +4 -0
- package/dist/components/icons/index.d.ts +177 -0
- package/dist/components/icons/info-circle.d.ts +4 -0
- package/dist/components/icons/info.d.ts +6 -0
- package/dist/components/icons/link-horizontal.d.ts +4 -0
- package/dist/components/icons/link.d.ts +4 -0
- package/dist/components/icons/location.d.ts +4 -0
- package/dist/components/icons/lowest-lead-time.d.ts +4 -0
- package/dist/components/icons/lowest-min-qty.d.ts +4 -0
- package/dist/components/icons/lowest-price.d.ts +4 -0
- package/dist/components/icons/more.d.ts +4 -0
- package/dist/components/icons/notification.d.ts +4 -0
- package/dist/components/icons/paper-clip.d.ts +4 -0
- package/dist/components/icons/paragraph.d.ts +4 -0
- package/dist/components/icons/payment-request.d.ts +6 -0
- package/dist/components/icons/phone.d.ts +4 -0
- package/dist/components/icons/printer.d.ts +4 -0
- package/dist/components/icons/process-calendar.d.ts +4 -0
- package/dist/components/icons/promotion.d.ts +6 -0
- package/dist/components/icons/radio-button.d.ts +4 -0
- package/dist/components/icons/receipt-filled.d.ts +6 -0
- package/dist/components/icons/receipt-outline.d.ts +4 -0
- package/dist/components/icons/receipt.d.ts +6 -0
- package/dist/components/icons/rectangle-filled.d.ts +4 -0
- package/dist/components/icons/rectangle.d.ts +4 -0
- package/dist/components/icons/refresh-icon.d.ts +4 -0
- package/dist/components/icons/replace.d.ts +4 -0
- package/dist/components/icons/save.d.ts +6 -0
- package/dist/components/icons/search-status.d.ts +4 -0
- package/dist/components/icons/search.d.ts +4 -0
- package/dist/components/icons/settings-fallback/index.esm.js +1 -1
- package/dist/components/icons/settings-fallback/index.js +2 -2
- package/dist/components/icons/settings-fallback/index.js.map +1 -1
- package/dist/components/icons/settings-fallback.d.ts +7 -0
- package/dist/components/icons/share.d.ts +4 -0
- package/dist/components/icons/sort-arrow-icon/index.esm.js +4 -4
- package/dist/components/icons/sort-arrow-icon/index.esm.js.map +1 -1
- package/dist/components/icons/sort-arrow-icon/index.js +1 -1
- package/dist/components/icons/sort-arrow-icon/index.js.map +1 -1
- package/dist/components/icons/sort-arrow-icon.d.ts +4 -0
- package/dist/components/icons/stacked-layer.d.ts +6 -0
- package/dist/components/icons/start-filled.d.ts +6 -0
- package/dist/components/icons/three-dot-icon.d.ts +4 -0
- package/dist/components/icons/tick-circle-filled.d.ts +6 -0
- package/dist/components/icons/tick-circle.d.ts +4 -0
- package/dist/components/icons/tick-octagon.d.ts +4 -0
- package/dist/components/icons/tick.d.ts +4 -0
- package/dist/components/icons/toggle-switch.d.ts +4 -0
- package/dist/components/icons/trash.d.ts +4 -0
- package/dist/components/icons/wave.d.ts +6 -0
- package/dist/components/icons/with-out-tick-octagon.d.ts +4 -0
- package/dist/components/icons/work-centre.d.ts +6 -0
- package/dist/components/index.d.ts +112 -277
- package/dist/components/index.esm.js +444 -603
- package/dist/components/index.esm.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/info-card/index.d.ts +2 -0
- package/dist/components/info-card/info-card.d.ts +9 -0
- package/dist/components/inventory-reports-title-bar/component/index.d.ts +2 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter/index.esm.js +400 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter/index.esm.js.map +1 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter/index.js +41 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter/index.js.map +1 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter.d.ts +10 -0
- package/dist/components/inventory-reports-title-bar/index.d.ts +5 -0
- package/dist/components/inventory-reports-title-bar/inventory-reports-title-bar.d.ts +43 -0
- package/dist/components/inventory-reports-title-bar/redux/actionCreator.d.ts +11 -0
- package/dist/components/inventory-reports-title-bar/redux/index.d.ts +5 -0
- package/dist/components/inventory-reports-title-bar/redux/reducer/index.esm.js +2 -0
- package/dist/components/inventory-reports-title-bar/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/redux/reducer/index.js +1 -1
- package/dist/components/inventory-reports-title-bar/redux/reducer/index.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/redux/reducer.d.ts +3 -0
- package/dist/components/inventory-reports-title-bar/redux/state.d.ts +12 -0
- package/dist/components/inventory-reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons/index.esm.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons/index.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons.d.ts +27 -0
- package/dist/components/label-value/index.d.ts +2 -0
- package/dist/components/label-value/label-value.d.ts +6 -0
- package/dist/components/list/index.d.ts +2 -0
- package/dist/components/list/list.d.ts +2 -0
- package/dist/components/listing/index.d.ts +3 -0
- package/dist/components/listing/listing/index.esm.js +5 -5
- package/dist/components/listing/listing/index.esm.js.map +1 -1
- package/dist/components/listing/listing/index.js +5 -5
- package/dist/components/listing/listing/index.js.map +1 -1
- package/dist/components/listing/listing.d.ts +5 -0
- package/dist/components/listing/types.d.ts +57 -0
- package/dist/components/loader.d.ts +2 -0
- package/dist/components/loaders/erp-loader.d.ts +4 -0
- package/dist/components/loaders/form-loader.d.ts +4 -0
- package/dist/components/loaders/index.d.ts +8 -0
- package/dist/components/loaders/modal-loader.d.ts +4 -0
- package/dist/components/loaders/page-loader.d.ts +4 -0
- package/dist/components/location-select.d.ts +19 -0
- package/dist/components/material-editable-table/aggregation-fns/index.d.ts +13 -0
- package/dist/components/material-editable-table/components/default-aggregation.d.ts +9 -0
- package/dist/components/material-editable-table/components/header-cell.d.ts +5 -0
- package/dist/components/material-editable-table/components/index.d.ts +8 -0
- package/dist/components/material-editable-table/components/inline-edit-fields.d.ts +17 -0
- package/dist/components/material-editable-table/components/number-aggregation.d.ts +9 -0
- package/dist/components/material-editable-table/index.d.ts +4 -0
- package/dist/components/material-editable-table/material-editable-table/index.esm.js +1 -1
- package/dist/components/material-editable-table/material-editable-table/index.js +2 -2
- package/dist/components/material-editable-table/material-editable-table.d.ts +40 -0
- package/dist/components/material-table/aggregation-fns/index.d.ts +13 -0
- package/dist/components/material-table/components/default-aggregation.d.ts +9 -0
- package/dist/components/material-table/components/header-cell.d.ts +5 -0
- package/dist/components/material-table/components/index.d.ts +8 -0
- package/dist/components/material-table/components/inline-edit-fields.d.ts +17 -0
- package/dist/components/material-table/components/number-aggregation.d.ts +9 -0
- package/dist/components/material-table/index.d.ts +4 -0
- package/dist/components/material-table/material-table/index.esm.js +4 -3
- package/dist/components/material-table/material-table/index.esm.js.map +1 -1
- package/dist/components/material-table/material-table/index.js +5 -5
- package/dist/components/material-table/material-table/index.js.map +1 -1
- package/dist/components/material-table/material-table.d.ts +81 -0
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu.d.ts +4 -0
- package/dist/components/modal/index.d.ts +2 -0
- package/dist/components/modal/modal.d.ts +4 -0
- package/dist/components/module-button/index.d.ts +2 -0
- package/dist/components/module-button/module-button.d.ts +2 -0
- package/dist/components/mulitline/index.d.ts +2 -0
- package/dist/components/mulitline/multiline.d.ts +11 -0
- package/dist/components/multi-select/index.d.ts +2 -0
- package/dist/components/multi-select/multi-select.d.ts +30 -0
- package/dist/components/page-navigator/components/add-page-modal.d.ts +11 -0
- package/dist/components/page-navigator/components/add-page.d.ts +9 -0
- package/dist/components/page-navigator/components/index.d.ts +10 -0
- package/dist/components/page-navigator/components/page-action.d.ts +14 -0
- package/dist/components/page-navigator/components/shared-page-modal.d.ts +9 -0
- package/dist/components/page-navigator/components/shared-page-view.d.ts +2 -0
- package/dist/components/page-navigator/index.d.ts +3 -0
- package/dist/components/page-navigator/page-navigator.d.ts +15 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/pagination.d.ts +9 -0
- package/dist/components/parties-modal/index.d.ts +4 -0
- package/dist/components/parties-modal/parties-modal/index.esm.js +1 -1
- package/dist/components/parties-modal/parties-modal/index.js +13 -13
- package/dist/components/parties-modal/parties-modal/index.js.map +1 -1
- package/dist/components/parties-modal/parties-modal.d.ts +10 -0
- package/dist/components/parties-modal/utils/constant.d.ts +42 -0
- package/dist/components/parties-modal/utils/index.d.ts +1 -0
- package/dist/components/parties-modal/validator.d.ts +6 -0
- package/dist/components/phone-input/index.d.ts +2 -0
- package/dist/components/phone-input/phone-input.d.ts +19 -0
- package/dist/components/protected-route/index.esm.js +20 -0
- package/dist/components/protected-route/index.esm.js.map +1 -1
- package/dist/components/protected-route/index.js +2 -2
- package/dist/components/protected-route/index.js.map +1 -1
- package/dist/components/protected-route.d.ts +56 -0
- package/dist/components/providers/ERPUIProvider.d.ts +41 -0
- package/dist/components/providers/index.d.ts +2 -0
- package/dist/components/quick-approval-modal/index.d.ts +2 -0
- package/dist/components/quick-approval-modal/quick-approval-modal.d.ts +13 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/radio.d.ts +4 -0
- package/dist/components/reports/dynamic-report/dynamic-report.d.ts +21 -0
- package/dist/components/reports/dynamic-report/dynamic-rows.d.ts +20 -0
- package/dist/components/reports/dynamic-report/index.d.ts +3 -0
- package/dist/components/reports/index.d.ts +1 -0
- package/dist/components/reports-title-bar/index.d.ts +4 -0
- package/dist/components/reports-title-bar/redux/actionCreator.d.ts +1 -0
- package/dist/components/reports-title-bar/redux/index.d.ts +5 -0
- package/dist/components/reports-title-bar/redux/reducer/index.esm.js +2 -0
- package/dist/components/reports-title-bar/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/reports-title-bar/redux/reducer/index.js +1 -1
- package/dist/components/reports-title-bar/redux/reducer/index.js.map +1 -1
- package/dist/components/reports-title-bar/redux/reducer.d.ts +3 -0
- package/dist/components/reports-title-bar/redux/state.d.ts +8 -0
- package/dist/components/reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/components/reports-title-bar/report-buttons/report-buttons.d.ts +26 -0
- package/dist/components/reports-title-bar/reports-title-bar/index.esm.js +1 -1
- package/dist/components/reports-title-bar/reports-title-bar/index.js +8 -8
- package/dist/components/reports-title-bar/reports-title-bar.d.ts +30 -0
- package/dist/components/reset-password-modal/index.d.ts +2 -0
- package/dist/components/reset-password-modal/reset-password-modal.d.ts +5 -0
- package/dist/components/rfq-response/index.d.ts +2 -0
- package/dist/components/rfq-response/item-response-details/index.esm.js +1 -1
- package/dist/components/rfq-response/item-response-details/index.js +1 -1
- package/dist/components/rfq-response/item-response-details/index.js.map +1 -1
- package/dist/components/rfq-response/item-response-details.d.ts +1 -0
- package/dist/components/save-filter-modal/index.d.ts +2 -0
- package/dist/components/save-filter-modal/save-filter-modal.d.ts +8 -0
- package/dist/components/schedule-report/index.d.ts +6 -0
- package/dist/components/schedule-report/schedule-report/index.esm.js +2 -2
- package/dist/components/schedule-report/schedule-report/index.js +5 -5
- package/dist/components/schedule-report/schedule-report/index.js.map +1 -1
- package/dist/components/schedule-report/schedule-report-modal.d.ts +17 -0
- package/dist/components/schedule-report/schedule-report.d.ts +6 -0
- package/dist/components/schedule-report/utils/common/index.esm.js +1 -1
- package/dist/components/schedule-report/utils/common.d.ts +9 -0
- package/dist/components/schedule-report/utils/constant.d.ts +29 -0
- package/dist/components/schedule-report/utils/index.d.ts +3 -0
- package/dist/components/schedule-report/utils/type.d.ts +31 -0
- package/dist/components/schedule-report/validator.d.ts +13 -0
- package/dist/components/search-bar/index.d.ts +2 -0
- package/dist/components/search-bar/search-bar.d.ts +14 -0
- package/dist/components/searchable-select.d.ts +49 -0
- package/dist/components/select/controller/chip-or-placeholder.d.ts +10 -0
- package/dist/components/select/controller/controller-select.d.ts +33 -0
- package/dist/components/select/controller/index.d.ts +4 -0
- package/dist/components/select/index.d.ts +5 -0
- package/dist/components/select/select-search.d.ts +4 -0
- package/dist/components/select/select.d.ts +3 -0
- package/dist/components/share-modal/index.d.ts +5 -0
- package/dist/components/share-modal/redux/actionCreator.d.ts +2 -0
- package/dist/components/share-modal/redux/index.d.ts +5 -0
- package/dist/components/share-modal/redux/reducer/index.esm.js +2 -0
- package/dist/components/share-modal/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/share-modal/redux/reducer/index.js +1 -1
- package/dist/components/share-modal/redux/reducer/index.js.map +1 -1
- package/dist/components/share-modal/redux/reducer.d.ts +21 -0
- package/dist/components/share-modal/redux/state.d.ts +8 -0
- package/dist/components/share-modal/share-modal-enhanced/index.esm.js +287 -0
- package/dist/components/share-modal/share-modal-enhanced/index.esm.js.map +1 -0
- package/dist/components/share-modal/share-modal-enhanced/index.js +24 -0
- package/dist/components/share-modal/share-modal-enhanced/index.js.map +1 -0
- package/dist/components/share-modal/share-modal-enhanced.d.ts +19 -0
- package/dist/components/share-modal/share-modal.d.ts +13 -0
- package/dist/components/sidebar/index.d.ts +2 -0
- package/dist/components/sidebar/sidebar/index.esm.js +2 -2
- package/dist/components/sidebar/sidebar/index.js +9 -9
- package/dist/components/sidebar/sidebar.d.ts +23 -0
- package/dist/components/snackbar/index.d.ts +2 -0
- package/dist/components/snackbar/snackbar.d.ts +4 -0
- package/dist/components/sub-header-doc/index.d.ts +2 -0
- package/dist/components/sub-header-doc/sub-header-doc.d.ts +3 -0
- package/dist/components/switches/android-12-switch.d.ts +2 -0
- package/dist/components/switches/index.d.ts +2 -0
- package/dist/components/tab-bar-ui/index.d.ts +2 -0
- package/dist/components/tab-bar-ui/tab-bar-ui.d.ts +20 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/tabs.d.ts +24 -0
- package/dist/components/text-area/index.d.ts +2 -0
- package/dist/components/text-area/text-area.d.ts +9 -0
- package/dist/components/text-field/index.d.ts +2 -0
- package/dist/components/text-field/text-field.d.ts +3 -0
- package/dist/components/time-picker/index.d.ts +2 -0
- package/dist/components/time-picker/time-picker.d.ts +16 -0
- package/dist/components/time-range-picker/index.d.ts +2 -0
- package/dist/components/time-range-picker/time-range-picker.d.ts +10 -0
- package/dist/components/title-dropdown-button/index.d.ts +2 -0
- package/dist/components/title-dropdown-button/title-dropdown-button.d.ts +15 -0
- package/dist/components/toast/index.d.ts +2 -0
- package/dist/components/toast/toast.d.ts +9 -0
- package/dist/components/toggle/index.d.ts +2 -0
- package/dist/components/toggle/toggle.d.ts +7 -0
- package/dist/components/toggle-switch/index.d.ts +2 -0
- package/dist/components/toggle-switch/toggle-switch.d.ts +10 -0
- package/dist/components/tooltip/Tooltip.d.ts +4 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/typography/index.d.ts +2 -0
- package/dist/components/typography/typography.d.ts +8 -0
- package/dist/components/upload/file-confirmation.d.ts +12 -0
- package/dist/components/upload/index.d.ts +4 -0
- package/dist/components/upload/upload.d.ts +15 -0
- package/dist/components/upload-excel/file-confirmation.d.ts +11 -0
- package/dist/components/upload-excel/index.d.ts +4 -0
- package/dist/components/upload-excel/upload-excel/index.esm.js +1 -1
- package/dist/components/upload-excel/upload-excel/index.js +5 -5
- package/dist/components/upload-excel/upload-excel.d.ts +16 -0
- package/dist/components/upload-media/index.d.ts +2 -0
- package/dist/components/upload-media/upload-media.d.ts +16 -0
- package/dist/components/user-dropdown/index.d.ts +2 -0
- package/dist/components/user-dropdown/user-dropdown.d.ts +12 -0
- package/dist/components/value-field/index.d.ts +2 -0
- package/dist/components/value-field/value-field.d.ts +8 -0
- package/dist/components/view-modal/index.d.ts +2 -0
- package/dist/components/view-modal/view-modal.d.ts +13 -0
- package/dist/config/index.d.ts +43 -0
- package/dist/constants/action-bar.d.ts +9 -0
- package/dist/constants/all-language.d.ts +6 -0
- package/dist/constants/auth.d.ts +5 -0
- package/dist/constants/common.d.ts +1 -0
- package/dist/constants/defaultColumns.d.ts +109 -0
- package/dist/constants/index.d.ts +15 -15
- package/dist/constants/index.esm.js +104 -10
- package/dist/constants/index.esm.js.map +1 -1
- package/dist/constants/index.js +1 -1
- package/dist/constants/lang/ar.d.ts +1448 -0
- package/dist/constants/lang/en.d.ts +10645 -0
- package/dist/constants/lang/es.d.ts +142 -0
- package/dist/constants/lang/index.d.ts +6 -0
- package/dist/constants/modules.d.ts +2 -0
- package/dist/constants/mui.constants.d.ts +2 -0
- package/dist/constants/pathnames/index.d.ts +13 -0
- package/dist/constants/pathnames/pathname.accounting.d.ts +165 -0
- package/dist/constants/pathnames/pathname.crm.d.ts +203 -0
- package/dist/constants/pathnames/pathname.d.ts +25 -0
- package/dist/constants/pathnames/pathname.document.d.ts +10 -0
- package/dist/constants/pathnames/pathname.hrms.d.ts +5 -0
- package/dist/constants/pathnames/pathname.inventory.d.ts +154 -0
- package/dist/constants/pathnames/pathname.manufacturing/index.esm.js +6 -0
- package/dist/constants/pathnames/pathname.manufacturing/index.esm.js.map +1 -1
- package/dist/constants/pathnames/pathname.manufacturing/index.js +1 -1
- package/dist/constants/pathnames/pathname.manufacturing/index.js.map +1 -1
- package/dist/constants/pathnames/pathname.manufacturing.d.ts +387 -0
- package/dist/constants/pathnames/pathname.office.d.ts +5 -0
- package/dist/constants/pathnames/pathname.procurement.d.ts +150 -0
- package/dist/constants/pathnames/pathname.project.d.ts +5 -0
- package/dist/constants/pathnames/pathname.quotes.d.ts +5 -0
- package/dist/constants/pathnames/pathname.rental/index.esm.js +12 -1
- package/dist/constants/pathnames/pathname.rental/index.esm.js.map +1 -1
- package/dist/constants/pathnames/pathname.rental/index.js +1 -1
- package/dist/constants/pathnames/pathname.rental/index.js.map +1 -1
- package/dist/constants/pathnames/pathname.rental.d.ts +43 -0
- package/dist/constants/pathnames/pathname.user.d.ts +20 -0
- package/dist/constants/resource-lang.d.ts +12240 -0
- package/dist/constants/route-page-map.d.ts +10 -0
- package/dist/constants/status.d.ts +4 -0
- package/dist/contexts/AuthContext/index.esm.js +1 -1
- package/dist/contexts/AuthContext/index.esm.js.map +1 -1
- package/dist/contexts/AuthContext/index.js +1 -1
- package/dist/contexts/AuthContext/index.js.map +1 -1
- package/dist/contexts/AuthContext.d.ts +69 -0
- package/dist/contexts/index.d.ts +5 -16
- package/dist/contexts/index.esm.js +2 -2
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/languageContext.d.ts +24 -0
- package/dist/contexts/page-context.d.ts +72 -0
- package/dist/contexts/permission-context.d.ts +14 -0
- package/dist/hooks/apiHelper/index.esm.js +1 -1
- package/dist/hooks/apiHelper/index.esm.js.map +1 -1
- package/dist/hooks/apiHelper/index.js +1 -1
- package/dist/hooks/apiHelper/index.js.map +1 -1
- package/dist/hooks/apiHelper.d.ts +12 -0
- package/dist/hooks/common.d.ts +41 -0
- package/dist/hooks/index.d.ts +16 -26
- package/dist/hooks/index.esm.js +25 -18
- package/dist/hooks/index.esm.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/use-deep-memo.d.ts +2 -0
- package/dist/hooks/use-material-calculations/index.esm.js +0 -8
- package/dist/hooks/use-material-calculations/index.esm.js.map +1 -1
- package/dist/hooks/use-material-calculations/index.js +1 -1
- package/dist/hooks/use-material-calculations/index.js.map +1 -1
- package/dist/hooks/use-material-calculations.d.ts +81 -0
- package/dist/hooks/use-translations.d.ts +3 -0
- package/dist/hooks/useCheckSkuAndName.d.ts +7 -0
- package/dist/hooks/useDataFetcher/index.esm.js +3 -2
- package/dist/hooks/useDataFetcher/index.esm.js.map +1 -1
- package/dist/hooks/useDataFetcher/index.js +1 -1
- package/dist/hooks/useDataFetcher/index.js.map +1 -1
- package/dist/hooks/useDataFetcher.d.ts +25 -0
- package/dist/hooks/useLanguageFallback/index.esm.js +0 -5
- package/dist/hooks/useLanguageFallback/index.esm.js.map +1 -1
- package/dist/hooks/useLanguageFallback/index.js +1 -1
- package/dist/hooks/useLanguageFallback/index.js.map +1 -1
- package/dist/hooks/useLanguageFallback.d.ts +67 -0
- package/dist/hooks/useLocationFilter/index.esm.js +0 -5
- package/dist/hooks/useLocationFilter/index.esm.js.map +1 -1
- package/dist/hooks/useLocationFilter/index.js +1 -1
- package/dist/hooks/useLocationFilter/index.js.map +1 -1
- package/dist/hooks/useLocationFilter.d.ts +43 -0
- package/dist/hooks/useReduxIntegration/index.esm.js +39 -0
- package/dist/hooks/useReduxIntegration/index.esm.js.map +1 -0
- package/dist/hooks/useReduxIntegration/index.js +2 -0
- package/dist/hooks/useReduxIntegration/index.js.map +1 -0
- package/dist/hooks/useReduxIntegration.d.ts +9 -0
- package/dist/icons/index.d.ts +177 -94
- package/dist/icons/index.esm.js +80 -76
- package/dist/icons/index.esm.js.map +1 -1
- package/dist/icons/index.js +1 -1
- package/dist/index.d.ts +190 -1
- package/dist/index.esm.js +640 -747
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/layout/fullScreen/fullScreen.d.ts +1 -0
- package/dist/layout/fullScreen/index.d.ts +2 -0
- package/dist/layout/index.d.ts +2 -3
- package/dist/layout/index.esm.js +1 -1
- package/dist/layout/index.js +1 -1
- package/dist/layout/sidebarScreen/index.d.ts +2 -0
- package/dist/layout/sidebarScreen/sidebarScreen.d.ts +7 -0
- package/dist/node_modules/@asseinfo/react-kanban/dist/index/index.esm.js +1 -1
- package/dist/node_modules/@asseinfo/react-kanban/dist/index/index.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.esm.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.js +1 -1
- package/dist/node_modules/@mui/material/Avatar/avatarClasses/index.esm.js +2 -3
- package/dist/node_modules/@mui/material/Avatar/avatarClasses/index.esm.js.map +1 -1
- package/dist/node_modules/@mui/material/Avatar/avatarClasses/index.js +1 -1
- package/dist/node_modules/@mui/material/Avatar/avatarClasses/index.js.map +1 -1
- package/dist/node_modules/@mui/material/NativeSelect/nativeSelectClasses/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/NativeSelect/nativeSelectClasses/index.js +1 -1
- package/dist/node_modules/@mui/material/NativeSelect/nativeSelectClasses/index.js.map +1 -1
- package/dist/node_modules/@mui/material/OutlinedInput/outlinedInputClasses/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/OutlinedInput/outlinedInputClasses/index.js +1 -1
- package/dist/node_modules/@mui/material/Popover/Popover/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/Popover/Popover/index.js +1 -1
- package/dist/node_modules/@mui/material/Snackbar/Snackbar/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/Snackbar/Snackbar/index.js +1 -1
- package/dist/node_modules/@mui/material/Tabs/Tabs/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/Tabs/Tabs/index.js +1 -1
- package/dist/node_modules/@mui/system/esm/Container/createContainer/index.esm.js +1 -1
- package/dist/node_modules/@mui/system/esm/Container/createContainer/index.js +1 -1
- package/dist/node_modules/@mui/system/esm/Stack/createStack/index.esm.js +1 -1
- package/dist/node_modules/@mui/system/esm/Stack/createStack/index.js +2 -2
- package/dist/node_modules/d3-axis/src/axis/index.esm.js +1 -5
- package/dist/node_modules/d3-axis/src/axis/index.esm.js.map +1 -1
- package/dist/node_modules/d3-axis/src/axis/index.js +1 -1
- package/dist/node_modules/d3-axis/src/axis/index.js.map +1 -1
- package/dist/node_modules/notistack/notistack.esm/index.esm.js +0 -3
- package/dist/node_modules/notistack/notistack.esm/index.esm.js.map +1 -1
- package/dist/node_modules/notistack/notistack.esm/index.js +1 -1
- package/dist/node_modules/notistack/notistack.esm/index.js.map +1 -1
- package/dist/node_modules/prop-types/checkPropTypes/index.esm.js +49 -56
- package/dist/node_modules/prop-types/checkPropTypes/index.esm.js.map +1 -1
- package/dist/node_modules/prop-types/checkPropTypes/index.js +1 -1
- package/dist/node_modules/prop-types/checkPropTypes/index.js.map +1 -1
- package/dist/node_modules/prop-types/factoryWithTypeCheckers/index.esm.js +2 -2
- package/dist/node_modules/prop-types/factoryWithTypeCheckers/index.esm.js.map +1 -1
- package/dist/node_modules/prop-types/factoryWithTypeCheckers/index.js +1 -1
- package/dist/node_modules/prop-types/factoryWithTypeCheckers/index.js.map +1 -1
- package/dist/redux/actionCreator.d.ts +7 -0
- package/dist/redux/apiConfig.d.ts +18 -0
- package/dist/redux/hooks/index.esm.js +1 -1
- package/dist/redux/hooks.d.ts +7 -0
- package/dist/redux/index.d.ts +8 -13
- package/dist/redux/index.esm.js +14 -30
- package/dist/redux/index.esm.js.map +1 -1
- package/dist/redux/index.js +1 -1
- package/dist/redux/module-reducer.d.ts +9 -0
- package/dist/redux/slices/headerSlice.d.ts +24 -0
- package/dist/redux/slices/index.d.ts +8 -0
- package/dist/redux/slices/inventoryReportsTitleBarSlice/index.esm.js +0 -6
- package/dist/redux/slices/inventoryReportsTitleBarSlice/index.esm.js.map +1 -1
- package/dist/redux/slices/inventoryReportsTitleBarSlice/index.js +1 -1
- package/dist/redux/slices/inventoryReportsTitleBarSlice/index.js.map +1 -1
- package/dist/redux/slices/inventoryReportsTitleBarSlice.d.ts +45 -0
- package/dist/redux/slices/reportsTitleBarSlice/index.esm.js +1 -7
- package/dist/redux/slices/reportsTitleBarSlice/index.esm.js.map +1 -1
- package/dist/redux/slices/reportsTitleBarSlice/index.js +1 -1
- package/dist/redux/slices/reportsTitleBarSlice/index.js.map +1 -1
- package/dist/redux/slices/reportsTitleBarSlice.d.ts +21 -0
- package/dist/redux/slices/shareSlice/index.esm.js +1 -3
- package/dist/redux/slices/shareSlice/index.esm.js.map +1 -1
- package/dist/redux/slices/shareSlice/index.js +1 -1
- package/dist/redux/slices/shareSlice/index.js.map +1 -1
- package/dist/redux/slices/shareSlice.d.ts +26 -0
- package/dist/redux/toolkit.d.ts +1 -0
- package/dist/redux/types.d.ts +66 -0
- package/dist/server.d.ts +8 -0
- package/dist/src/@types/index.d.ts +5 -0
- package/dist/src/assets/common-component/index.d.ts +1 -0
- package/dist/src/assets/dynamic-svg-icon/index.d.ts +2 -0
- package/dist/src/assets/index.d.ts +5 -0
- package/dist/src/assets/view-modal/index.d.ts +12 -0
- package/dist/src/components/Dashboard/index.d.ts +4 -0
- package/dist/src/components/accordion/index.d.ts +2 -0
- package/dist/src/components/action-bar/index.d.ts +2 -0
- package/dist/src/components/activity-tag/index.d.ts +2 -0
- package/dist/src/components/activityArea/index.d.ts +2 -0
- package/dist/src/components/activityLog/index.d.ts +2 -0
- package/dist/src/components/alert/index.d.ts +2 -0
- package/dist/src/components/appbar/index.d.ts +2 -0
- package/dist/src/components/approval-wrapper/index.d.ts +2 -0
- package/dist/src/components/avatar/index.d.ts +2 -0
- package/dist/src/components/board/index.d.ts +4 -0
- package/dist/src/components/bread-crumb/index.d.ts +2 -0
- package/dist/src/components/button/index.d.ts +2 -0
- package/dist/src/components/calculation-summary/components/index.d.ts +10 -0
- package/dist/src/components/calculation-summary/index.d.ts +3 -0
- package/dist/src/components/calendar/index.d.ts +2 -0
- package/dist/src/components/card-wrapper/index.d.ts +2 -0
- package/dist/src/components/change-user-password-modal/index.d.ts +2 -0
- package/dist/src/components/charts/bar-chart/index.d.ts +2 -0
- package/dist/src/components/charts/barChart/index.d.ts +2 -0
- package/dist/src/components/charts/barLineChart/index.d.ts +2 -0
- package/dist/src/components/charts/donut-chart/index.d.ts +2 -0
- package/dist/src/components/charts/donutChart/index.d.ts +2 -0
- package/dist/src/components/charts/groupBarChart/index.d.ts +2 -0
- package/dist/src/components/charts/index.d.ts +12 -0
- package/dist/src/components/charts/line-chart/area-lineChart.d.ts +2 -2
- package/dist/src/components/charts/line-chart/index.d.ts +6 -0
- package/dist/src/components/charts/multiLineChart/index.d.ts +2 -0
- package/dist/src/components/checkbox/index.d.ts +2 -0
- package/dist/src/components/chip/index.d.ts +2 -0
- package/dist/src/components/chip-generator/index.d.ts +2 -0
- package/dist/src/components/color-picker-input/index.d.ts +2 -0
- package/dist/src/components/confirm-modal/index.d.ts +3 -0
- package/dist/src/components/country-select/index.d.ts +2 -0
- package/dist/src/components/custom-snackbar/index.d.ts +2 -0
- package/dist/src/components/custom-toggle-switch/index.d.ts +2 -0
- package/dist/src/components/date-picker/index.d.ts +2 -0
- package/dist/src/components/date-range-picker/index.d.ts +2 -0
- package/dist/src/components/date-time-picker/index.d.ts +2 -0
- package/dist/src/components/dropdown-button/index.d.ts +2 -0
- package/dist/src/components/dynamic-layout-wrapper/index.d.ts +2 -0
- package/dist/src/components/editor/index.d.ts +2 -0
- package/dist/src/components/entity-view-wrapper/index.d.ts +2 -0
- package/dist/src/components/examples/index.d.ts +2 -0
- package/dist/src/components/expandable-summary-wrapper/index.d.ts +2 -0
- package/dist/src/components/fallback/index.d.ts +2 -0
- package/dist/src/components/filter/components/index.d.ts +16 -0
- package/dist/src/components/filter/index.d.ts +4 -0
- package/dist/src/components/footer/index.d.ts +2 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/index.d.ts +25 -5
- package/dist/src/components/form-control/form-builder/form-builder-element/location-add-modal/index.d.ts +2 -0
- package/dist/src/components/form-control/form-builder/index.d.ts +3 -0
- package/dist/src/components/form-control/form-parser/index.d.ts +8 -0
- package/dist/src/components/form-control/index.d.ts +2 -2
- package/dist/src/components/form-header/index.d.ts +2 -0
- package/dist/src/components/gantt/index.d.ts +2 -0
- package/dist/src/components/grid/custom-grid-card/index.d.ts +2 -0
- package/dist/src/components/grid/grid-card/index.d.ts +2 -0
- package/dist/src/components/grid/grid-wrapper/index.d.ts +2 -0
- package/dist/src/components/grid/index.d.ts +3 -0
- package/dist/src/components/grid-fallback/index.d.ts +2 -0
- package/dist/src/components/header/components/index.d.ts +1 -0
- package/dist/src/components/header/components/notification-menu/index.d.ts +2 -0
- package/dist/src/components/header/index.d.ts +6 -0
- package/dist/src/components/header/redux/index.d.ts +5 -0
- package/dist/src/components/header-card/index.d.ts +2 -0
- package/dist/src/components/hr-line/index.d.ts +2 -0
- package/dist/src/components/icons/index.d.ts +163 -80
- package/dist/src/components/icons/sort-arrow-icon.d.ts +2 -2
- package/dist/src/components/index.d.ts +106 -123
- package/dist/src/components/info-card/index.d.ts +2 -0
- package/dist/src/components/inventory-reports-title-bar/component/index.d.ts +2 -0
- package/dist/src/components/inventory-reports-title-bar/index.d.ts +5 -0
- package/dist/src/components/inventory-reports-title-bar/redux/index.d.ts +5 -0
- package/dist/src/components/inventory-reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/src/components/label-value/index.d.ts +2 -0
- package/dist/src/components/list/index.d.ts +2 -0
- package/dist/src/components/listing/index.d.ts +2 -2
- package/dist/src/components/loaders/index.d.ts +5 -1
- package/dist/src/components/material-editable-table/components/index.d.ts +8 -0
- package/dist/src/components/material-editable-table/index.d.ts +4 -0
- package/dist/src/components/material-table/components/index.d.ts +8 -0
- package/dist/src/components/material-table/index.d.ts +4 -0
- package/dist/src/components/material-table/material-table.d.ts +1 -1
- package/dist/src/components/menu/index.d.ts +2 -0
- package/dist/src/components/modal/index.d.ts +2 -0
- package/dist/src/components/module-button/index.d.ts +2 -0
- package/dist/src/components/mulitline/index.d.ts +2 -0
- package/dist/src/components/multi-select/index.d.ts +2 -0
- package/dist/src/components/page-navigator/components/index.d.ts +10 -0
- package/dist/src/components/page-navigator/index.d.ts +3 -0
- package/dist/src/components/pagination/index.d.ts +2 -0
- package/dist/src/components/parties-modal/index.d.ts +4 -0
- package/dist/src/components/parties-modal/utils/index.d.ts +1 -0
- package/dist/src/components/phone-input/index.d.ts +2 -0
- package/dist/src/components/providers/index.d.ts +2 -1
- package/dist/src/components/quick-approval-modal/index.d.ts +2 -0
- package/dist/src/components/radio/index.d.ts +2 -0
- package/dist/src/components/reports/dynamic-report/index.d.ts +3 -0
- package/dist/src/components/reports/index.d.ts +1 -0
- package/dist/src/components/reports-title-bar/index.d.ts +4 -0
- package/dist/src/components/reports-title-bar/redux/index.d.ts +5 -0
- package/dist/src/components/reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/src/components/reset-password-modal/index.d.ts +2 -0
- package/dist/src/components/rfq-response/index.d.ts +2 -0
- package/dist/src/components/save-filter-modal/index.d.ts +2 -0
- package/dist/src/components/schedule-report/index.d.ts +6 -0
- package/dist/src/components/schedule-report/utils/index.d.ts +3 -0
- package/dist/src/components/search-bar/index.d.ts +2 -0
- package/dist/src/components/select/controller/index.d.ts +4 -0
- package/dist/src/components/select/index.d.ts +5 -0
- package/dist/src/components/share-modal/index.d.ts +5 -0
- package/dist/src/components/share-modal/redux/index.d.ts +5 -0
- package/dist/src/components/sidebar/index.d.ts +2 -0
- package/dist/src/components/snackbar/index.d.ts +2 -0
- package/dist/src/components/sub-header-doc/index.d.ts +2 -0
- package/dist/src/components/switches/index.d.ts +2 -0
- package/dist/src/components/tab-bar-ui/index.d.ts +2 -0
- package/dist/src/components/tabs/index.d.ts +2 -0
- package/dist/src/components/text-area/index.d.ts +2 -0
- package/dist/src/components/text-field/index.d.ts +2 -0
- package/dist/src/components/time-picker/index.d.ts +2 -0
- package/dist/src/components/time-range-picker/index.d.ts +2 -0
- package/dist/src/components/title-dropdown-button/index.d.ts +2 -0
- package/dist/src/components/toast/index.d.ts +2 -0
- package/dist/src/components/toggle/index.d.ts +2 -0
- package/dist/src/components/toggle-switch/index.d.ts +2 -0
- package/dist/src/components/tooltip/index.d.ts +2 -0
- package/dist/src/components/typography/index.d.ts +2 -0
- package/dist/src/components/upload/index.d.ts +4 -0
- package/dist/src/components/upload-excel/index.d.ts +4 -0
- package/dist/src/components/upload-media/index.d.ts +2 -0
- package/dist/src/components/user-dropdown/index.d.ts +2 -0
- package/dist/src/components/value-field/index.d.ts +2 -0
- package/dist/src/components/view-modal/index.d.ts +2 -0
- package/dist/src/constants/index.d.ts +5 -3
- package/dist/src/constants/lang/index.d.ts +6 -0
- package/dist/src/constants/pathnames/index.d.ts +13 -554
- package/dist/src/contexts/index.d.ts +5 -5
- package/dist/src/hooks/apiHelper.d.ts +1 -1
- package/dist/src/hooks/index.d.ts +15 -13
- package/dist/src/hooks/useDataFetcher.d.ts +2 -2
- package/dist/src/layout/fullScreen/index.d.ts +2 -0
- package/dist/src/layout/index.d.ts +2 -2
- package/dist/src/layout/sidebarScreen/index.d.ts +2 -0
- package/dist/src/redux/index.d.ts +5 -6
- package/dist/src/redux/slices/index.d.ts +8 -10
- package/dist/src/styles/index.d.ts +1 -2
- package/dist/src/theme/index.d.ts +7 -3
- package/dist/src/theme/types/index.d.ts +1 -0
- package/dist/src/utils/index.d.ts +12 -10
- package/dist/src/views/afterAuth/dashboard/index.d.ts +3 -0
- package/dist/src/views/afterAuth/dashboard/redux/index.d.ts +5 -0
- package/dist/src/views/afterAuth/index.d.ts +2 -0
- package/dist/src/views/afterAuth/page-view/index.d.ts +4 -0
- package/dist/src/views/afterAuth/page-view/redux/index.d.ts +5 -0
- package/dist/src/views/afterAuth/page-view/utils/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/change-password/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/activity-tag-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/calendar-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/drive-dashboard-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/gantt-data/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/components/grid-data/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/components/index.d.ts +13 -2
- package/dist/src/views/beforeAuth/components/kanbann-content/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/list-content/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/components/multiline-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/share-modal-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/shared-pages-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/tabs-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/user-dashboard-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/user-dropdown-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/forgot-password/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/index.d.ts +6 -0
- package/dist/src/views/beforeAuth/landing/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/reset-password/index.d.ts +1 -0
- package/dist/src/views/form-builder/element-edit-forms/index.d.ts +7 -0
- package/dist/src/views/form-builder/index.d.ts +7 -31
- package/dist/src/views/form-builder/redux/index.d.ts +5 -0
- package/dist/src/views/form-builder/utils/index.d.ts +1 -2
- package/dist/src/views/index.d.ts +7 -2
- package/dist/src/views/template-editor/add-template/index.d.ts +1 -0
- package/dist/src/views/template-editor/company-selection-modal/index.d.ts +1 -0
- package/dist/src/views/template-editor/components/controllers/index.d.ts +18 -0
- package/dist/src/views/template-editor/components/index.d.ts +7 -9
- package/dist/src/views/template-editor/edit-section-modal/index.d.ts +1 -0
- package/dist/src/views/template-editor/index.d.ts +10 -10
- package/dist/src/views/template-editor/template-modal/index.d.ts +3 -1
- package/dist/src/views/template-editor/template-name-modal/index.d.ts +1 -0
- package/dist/src/views/template-editor/types/index.d.ts +1 -1
- package/dist/src/views/template-editor/utils/index.d.ts +3 -3
- package/dist/style.css +67 -87
- package/dist/styles/index.d.ts +1 -1
- package/dist/styles/index.esm.js +4 -89
- package/dist/styles/index.esm.js.map +1 -1
- package/dist/styles/index.js +1 -1
- package/dist/styles/themes/index/index.esm.js +78 -0
- package/dist/styles/themes/index/index.esm.js.map +1 -0
- package/dist/styles/themes/index/index.js +2 -0
- package/dist/styles/themes/index/index.js.map +1 -0
- package/dist/styles/themes/index.d.ts +21 -0
- package/dist/theme/color.d.ts +38 -0
- package/dist/theme/index.d.ts +7 -5
- package/dist/theme/index.esm.js +12 -5
- package/dist/theme/index.esm.js.map +1 -1
- package/dist/theme/index.js +1 -1
- package/dist/theme/theme-impl/index.esm.js +1 -1
- package/dist/theme/theme-impl.d.ts +24 -0
- package/dist/theme/themeSelector.d.ts +15 -0
- package/dist/theme/themeWrapper.d.ts +10 -0
- package/dist/theme/types/extendMUIPalette.d.ts +47 -0
- package/dist/theme/types/index.d.ts +1 -0
- package/dist/theme/typography/index.esm.js +113 -0
- package/dist/theme/typography/index.esm.js.map +1 -0
- package/dist/theme/typography/index.js +2 -0
- package/dist/theme/typography/index.js.map +1 -0
- package/dist/theme/typography.d.ts +88 -0
- package/dist/types/index.d.ts +1 -21
- package/dist/utils/api.d.ts +662 -0
- package/dist/utils/calculation.d.ts +13 -0
- package/dist/utils/color.d.ts +21 -0
- package/dist/utils/common-utility.d.ts +224 -0
- package/dist/utils/common.d.ts +237 -0
- package/dist/utils/constant.d.ts +18 -0
- package/dist/utils/country.d.ts +1 -0
- package/dist/utils/date-range.d.ts +31 -0
- package/dist/utils/dateFormat/index.esm.js +7 -0
- package/dist/utils/dateFormat/index.esm.js.map +1 -1
- package/dist/utils/dateFormat/index.js +1 -1
- package/dist/utils/dateFormat/index.js.map +1 -1
- package/dist/utils/dateFormat.d.ts +11 -0
- package/dist/utils/dateValidation.d.ts +84 -0
- package/dist/utils/deformat-text.d.ts +2 -0
- package/dist/utils/export-filters.d.ts +2 -0
- package/dist/utils/fileSize.d.ts +2 -0
- package/dist/utils/form-builder-conversion.d.ts +2 -0
- package/dist/utils/form-builder-deconversion.d.ts +45 -0
- package/dist/utils/format-text.d.ts +4 -0
- package/dist/utils/i18n/index.esm.js +37 -0
- package/dist/utils/i18n/index.esm.js.map +1 -0
- package/dist/utils/i18n/index.js +2 -0
- package/dist/utils/i18n/index.js.map +1 -0
- package/dist/utils/i18n.d.ts +3 -0
- package/dist/utils/index.d.ts +34 -35
- package/dist/utils/index.esm.js +18 -73
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/language.d.ts +1 -0
- package/dist/utils/menu-filter.d.ts +70 -0
- package/dist/utils/metaComponent/index.esm.js +27 -0
- package/dist/utils/metaComponent/index.esm.js.map +1 -0
- package/dist/utils/metaComponent/index.js +6 -0
- package/dist/utils/metaComponent/index.js.map +1 -0
- package/dist/utils/metaComponent.d.ts +14 -0
- package/dist/utils/migration-utils.d.ts +7 -0
- package/dist/utils/navigation-utils.d.ts +24 -0
- package/dist/utils/route-utils.d.ts +4 -0
- package/dist/utils/server.d.ts +5 -0
- package/dist/utils/setup.d.ts +1 -0
- package/dist/utils/translations.d.ts +1 -0
- package/dist/views/404/index.esm.js +31 -0
- package/dist/views/404/index.esm.js.map +1 -0
- package/dist/views/404/index.js +6 -0
- package/dist/views/404/index.js.map +1 -0
- package/dist/views/404.d.ts +7 -0
- package/dist/views/afterAuth/dashboard/dashboard/index.esm.js +76 -0
- package/dist/views/afterAuth/dashboard/dashboard/index.esm.js.map +1 -0
- package/dist/views/afterAuth/dashboard/dashboard/index.js +8 -0
- package/dist/views/afterAuth/dashboard/dashboard/index.js.map +1 -0
- package/dist/views/afterAuth/dashboard/dashboard.d.ts +2 -0
- package/dist/views/afterAuth/dashboard/index.d.ts +3 -0
- package/dist/views/afterAuth/dashboard/redux/actionCreator.d.ts +6 -0
- package/dist/views/afterAuth/dashboard/redux/index.d.ts +5 -0
- package/dist/views/afterAuth/dashboard/redux/reducer/index.esm.js +0 -6
- package/dist/views/afterAuth/dashboard/redux/reducer/index.esm.js.map +1 -1
- package/dist/views/afterAuth/dashboard/redux/reducer/index.js +1 -1
- package/dist/views/afterAuth/dashboard/redux/reducer/index.js.map +1 -1
- package/dist/views/afterAuth/dashboard/redux/reducer.d.ts +3508 -0
- package/dist/views/afterAuth/dashboard/redux/state.d.ts +499 -0
- package/dist/views/afterAuth/index.d.ts +2 -0
- package/dist/views/afterAuth/page-view/index.d.ts +4 -0
- package/dist/views/afterAuth/page-view/page-view/index.esm.js +100 -0
- package/dist/views/afterAuth/page-view/page-view/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/page-view/index.js +6 -0
- package/dist/views/afterAuth/page-view/page-view/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/page-view.d.ts +2 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.esm.js +13 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator.d.ts +1 -0
- package/dist/views/afterAuth/page-view/redux/index.d.ts +5 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.esm.js +63 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/reducer.d.ts +273 -0
- package/dist/views/afterAuth/page-view/redux/state/index.esm.js +31 -0
- package/dist/views/afterAuth/page-view/redux/state/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/state/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/state/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/state.d.ts +33 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.esm.js +137 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.js +2 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/default-data.d.ts +16 -0
- package/dist/views/afterAuth/page-view/utils/index.d.ts +2 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.esm.js +137 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.js +2 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/local-data.d.ts +16 -0
- package/dist/views/beforeAuth/change-password/change-password/index.esm.js +182 -0
- package/dist/views/beforeAuth/change-password/change-password/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/change-password/change-password/index.js +17 -0
- package/dist/views/beforeAuth/change-password/change-password/index.js.map +1 -0
- package/dist/views/beforeAuth/change-password/change-password.d.ts +1 -0
- package/dist/views/beforeAuth/change-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data.d.ts +11 -0
- package/dist/views/beforeAuth/components/activity-tag-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/calendar-data/calendar-data.d.ts +18 -0
- package/dist/views/beforeAuth/components/calendar-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/drive-dashboard-data/drive-dashboard-data.d.ts +147 -0
- package/dist/views/beforeAuth/components/drive-dashboard-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/gantt-data/gantt-data.d.ts +4 -0
- package/dist/views/beforeAuth/components/gantt-data/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/grid-data/grid-data.d.ts +8 -0
- package/dist/views/beforeAuth/components/grid-data/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/index.d.ts +13 -0
- package/dist/views/beforeAuth/components/kanbann-content/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw.d.ts +11 -0
- package/dist/views/beforeAuth/components/list-content/column-raw.d.ts +38 -0
- package/dist/views/beforeAuth/components/list-content/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/list-content/list-data.d.ts +11 -0
- package/dist/views/beforeAuth/components/multiline-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/multiline-data/multiline-data.d.ts +5 -0
- package/dist/views/beforeAuth/components/share-modal-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/share-modal-data/share-modal-data.d.ts +6 -0
- package/dist/views/beforeAuth/components/shared-pages-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/shared-pages-data/shared-pages-data.d.ts +7 -0
- package/dist/views/beforeAuth/components/tabs-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/tabs-data/tabs-data.d.ts +5 -0
- package/dist/views/beforeAuth/components/user-dashboard-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/user-dashboard-data/user-dashboard-data.d.ts +157 -0
- package/dist/views/beforeAuth/components/user-dropdown-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data.d.ts +6 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password/index.esm.js +177 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password/index.js +16 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password/index.js.map +1 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password.d.ts +1 -0
- package/dist/views/beforeAuth/forgot-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/index.d.ts +6 -0
- package/dist/views/beforeAuth/landing/index.d.ts +2 -0
- package/dist/views/beforeAuth/landing/landing/index.esm.js +35 -0
- package/dist/views/beforeAuth/landing/landing/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/landing/landing/index.js +8 -0
- package/dist/views/beforeAuth/landing/landing/index.js.map +1 -0
- package/dist/views/beforeAuth/landing/landing.d.ts +3 -0
- package/dist/views/beforeAuth/login/index/index.esm.js +209 -0
- package/dist/views/beforeAuth/login/index/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/login/index/index.js +20 -0
- package/dist/views/beforeAuth/login/index/index.js.map +1 -0
- package/dist/views/beforeAuth/login/index.d.ts +2 -0
- package/dist/views/beforeAuth/reset-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/reset-password/reset-password/index.esm.js +34 -0
- package/dist/views/beforeAuth/reset-password/reset-password/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/reset-password/reset-password/index.js +2 -0
- package/dist/views/beforeAuth/reset-password/reset-password/index.js.map +1 -0
- package/dist/views/beforeAuth/reset-password/reset-password.d.ts +1 -0
- package/dist/views/form-builder/custom-form/index.esm.js +2 -2
- package/dist/views/form-builder/custom-form/index.js +10 -10
- package/dist/views/form-builder/custom-form.d.ts +7 -0
- package/dist/views/form-builder/element-edit-forms/checkbox.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/column-width.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/field-select.d.ts +4 -0
- package/dist/views/form-builder/element-edit-forms/index.d.ts +14 -0
- package/dist/views/form-builder/element-edit-forms/section.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/select/index.esm.js +1 -1
- package/dist/views/form-builder/element-edit-forms/select/index.js +8 -8
- package/dist/views/form-builder/element-edit-forms/select.d.ts +33 -0
- package/dist/views/form-builder/element-edit-forms/table-form.d.ts +13 -0
- package/dist/views/form-builder/element-edit-forms/text.d.ts +12 -0
- package/dist/views/form-builder/field_properties.d.ts +99 -0
- package/dist/views/form-builder/form-fields.d.ts +46 -0
- package/dist/views/form-builder/index.d.ts +9 -0
- package/dist/views/form-builder/redux/actionCreator/index.esm.js +1 -1
- package/dist/views/form-builder/redux/actionCreator.d.ts +5 -0
- package/dist/views/form-builder/redux/index.d.ts +5 -0
- package/dist/views/form-builder/redux/reducer/index.esm.js +6 -1
- package/dist/views/form-builder/redux/reducer/index.esm.js.map +1 -1
- package/dist/views/form-builder/redux/reducer/index.js +1 -1
- package/dist/views/form-builder/redux/reducer/index.js.map +1 -1
- package/dist/views/form-builder/redux/state.d.ts +27 -0
- package/dist/views/form-builder/types.d.ts +2 -0
- package/dist/views/form-builder/utils/common.d.ts +66 -0
- package/dist/views/form-builder/utils/index.d.ts +1 -0
- package/dist/views/index.d.ts +8 -1
- package/dist/views/index.esm.js +139 -65
- package/dist/views/index.esm.js.map +1 -1
- package/dist/views/index.js +1 -1
- package/dist/views/privateRoute/index.esm.js +14 -0
- package/dist/views/privateRoute/index.esm.js.map +1 -0
- package/dist/views/privateRoute/index.js +2 -0
- package/dist/views/privateRoute/index.js.map +1 -0
- package/dist/views/privateRoute.d.ts +2 -0
- package/dist/views/template-editor/add-template/add-template.d.ts +4 -0
- package/dist/views/template-editor/add-template/index.d.ts +2 -0
- package/dist/views/template-editor/company-selection-modal/company-selection-modal.d.ts +14 -0
- package/dist/views/template-editor/company-selection-modal/index.d.ts +2 -0
- package/dist/views/template-editor/components/EditorCanvas.d.ts +22 -0
- package/dist/views/template-editor/components/EditorHeader/index.esm.js +1 -1
- package/dist/views/template-editor/components/EditorHeader/index.js +3 -3
- package/dist/views/template-editor/components/EditorHeader.d.ts +18 -0
- package/dist/views/template-editor/components/EditorSection/index.esm.js +1 -1
- package/dist/views/template-editor/components/EditorSection/index.js +3 -3
- package/dist/views/template-editor/components/EditorSection.d.ts +20 -0
- package/dist/views/template-editor/components/EditorSidebar.d.ts +2 -0
- package/dist/views/template-editor/components/SectionFlowEditor.d.ts +9 -0
- package/dist/views/template-editor/components/SectionFormatPanel/index.esm.js +1 -1
- package/dist/views/template-editor/components/SectionFormatPanel/index.js +3 -3
- package/dist/views/template-editor/components/SectionFormatPanel.d.ts +46 -0
- package/dist/views/template-editor/components/controllers/AlignmentControl.d.ts +7 -0
- package/dist/views/template-editor/components/controllers/ButtonControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/CodeControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/DividerControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/ImageControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/SignatureControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/TableControls/index.esm.js +1 -1
- package/dist/views/template-editor/components/controllers/TableControls/index.js +56 -56
- package/dist/views/template-editor/components/controllers/TableControls.d.ts +36 -0
- package/dist/views/template-editor/components/controllers/TextControls.d.ts +21 -0
- package/dist/views/template-editor/components/controllers/border-control.d.ts +13 -0
- package/dist/views/template-editor/components/controllers/index.d.ts +18 -0
- package/dist/views/template-editor/components/index.d.ts +13 -0
- package/dist/views/template-editor/edit-section-modal/edit-section-modal.d.ts +16 -0
- package/dist/views/template-editor/edit-section-modal/index.d.ts +2 -0
- package/dist/views/template-editor/index.d.ts +11 -0
- package/dist/views/template-editor/routes.d.ts +4 -0
- package/dist/views/template-editor/template-modal/html-thumbnail-preview.d.ts +17 -0
- package/dist/views/template-editor/template-modal/index.d.ts +4 -0
- package/dist/views/template-editor/template-modal/template-modal.d.ts +8 -0
- package/dist/views/template-editor/template-name-modal/index.d.ts +2 -0
- package/dist/views/template-editor/template-name-modal/template-name-modal.d.ts +15 -0
- package/dist/views/template-editor/templates/index.esm.js +1 -1
- package/dist/views/template-editor/templates/index.js +3 -3
- package/dist/views/template-editor/templates/index.js.map +1 -1
- package/dist/views/template-editor/templates.d.ts +4 -0
- package/dist/views/template-editor/types/editor.d.ts +32 -0
- package/dist/views/template-editor/types/index.d.ts +1 -0
- package/dist/views/template-editor/utils/common.d.ts +17 -0
- package/dist/views/template-editor/utils/constant.d.ts +136 -0
- package/dist/views/template-editor/utils/default-data/index.esm.js +33 -0
- package/dist/views/template-editor/utils/default-data/index.esm.js.map +1 -0
- package/dist/views/template-editor/utils/default-data/index.js +2 -0
- package/dist/views/template-editor/utils/default-data/index.js.map +1 -0
- package/dist/views/template-editor/utils/default-data.d.ts +7 -0
- package/dist/views/template-editor/utils/index.d.ts +5 -0
- package/dist/views/template-editor/utils/style-extractor.d.ts +11 -0
- package/dist/views/template-editor/utils/types.d.ts +33 -0
- package/dist/vite-env.d.ts +24 -0
- package/package.json +2 -2
- package/src/styles/index.d.ts +1 -0
- package/src/styles/index.ts +1 -146
- package/dist/_virtual/ArrowBack/index.esm.js +0 -5
- package/dist/_virtual/ArrowBack/index.esm.js.map +0 -1
- package/dist/_virtual/ArrowBack/index.js +0 -2
- package/dist/_virtual/ArrowBack/index.js.map +0 -1
- package/dist/_virtual/ArrowForward/index.esm.js +0 -5
- package/dist/_virtual/ArrowForward/index.esm.js.map +0 -1
- package/dist/_virtual/ArrowForward/index.js +0 -2
- package/dist/_virtual/ArrowForward/index.js.map +0 -1
- package/dist/_virtual/IndeterminateCheckBox/index.esm.js +0 -5
- package/dist/_virtual/IndeterminateCheckBox/index.esm.js.map +0 -1
- package/dist/_virtual/IndeterminateCheckBox/index.js +0 -2
- package/dist/_virtual/IndeterminateCheckBox/index.js.map +0 -1
- package/dist/_virtual/NorthEast/index.esm.js +0 -5
- package/dist/_virtual/NorthEast/index.esm.js.map +0 -1
- package/dist/_virtual/NorthEast/index.js +0 -2
- package/dist/_virtual/NorthEast/index.js.map +0 -1
- package/dist/_virtual/Visibility/index.esm.js +0 -5
- package/dist/_virtual/Visibility/index.esm.js.map +0 -1
- package/dist/_virtual/Visibility/index.js +0 -2
- package/dist/_virtual/Visibility/index.js.map +0 -1
- package/dist/components/activity-tag/activity-tag/index.esm.js +0 -154
- package/dist/components/activity-tag/activity-tag/index.esm.js.map +0 -1
- package/dist/components/activity-tag/activity-tag/index.js +0 -15
- package/dist/components/activity-tag/activity-tag/index.js.map +0 -1
- package/dist/components/activityLog/activity-log/index.esm.js +0 -104
- package/dist/components/activityLog/activity-log/index.esm.js.map +0 -1
- package/dist/components/activityLog/activity-log/index.js +0 -14
- package/dist/components/activityLog/activity-log/index.js.map +0 -1
- package/dist/components/button/button.scss/index.esm.js +0 -2
- package/dist/components/button/button.scss/index.esm.js.map +0 -1
- package/dist/components/button/button.scss/index.js +0 -2
- package/dist/components/button/button.scss/index.js.map +0 -1
- package/dist/components/charts/bar-chart/bar-chart/index.esm.js +0 -85
- package/dist/components/charts/bar-chart/bar-chart/index.esm.js.map +0 -1
- package/dist/components/charts/bar-chart/bar-chart/index.js +0 -2
- package/dist/components/charts/bar-chart/bar-chart/index.js.map +0 -1
- package/dist/components/charts/barChart/barChart/index.esm.js +0 -147
- package/dist/components/charts/barChart/barChart/index.esm.js.map +0 -1
- package/dist/components/charts/barChart/barChart/index.js +0 -2
- package/dist/components/charts/barChart/barChart/index.js.map +0 -1
- package/dist/components/charts/donut-chart/donut-chart/index.esm.js +0 -85
- package/dist/components/charts/donut-chart/donut-chart/index.esm.js.map +0 -1
- package/dist/components/charts/donut-chart/donut-chart/index.js +0 -6
- package/dist/components/charts/donut-chart/donut-chart/index.js.map +0 -1
- package/dist/components/charts/donutChart/DonutChart/index.esm.js +0 -96
- package/dist/components/charts/donutChart/DonutChart/index.esm.js.map +0 -1
- package/dist/components/charts/donutChart/DonutChart/index.js +0 -5
- package/dist/components/charts/donutChart/DonutChart/index.js.map +0 -1
- package/dist/components/charts/line-chart/area-line-chart/index.esm.js +0 -40
- package/dist/components/charts/line-chart/area-line-chart/index.esm.js.map +0 -1
- package/dist/components/charts/line-chart/area-line-chart/index.js +0 -2
- package/dist/components/charts/line-chart/area-line-chart/index.js.map +0 -1
- package/dist/components/grid/grid-card/grid-card.scss/index.esm.js +0 -2
- package/dist/components/grid/grid-card/grid-card.scss/index.esm.js.map +0 -1
- package/dist/components/grid/grid-card/grid-card.scss/index.js +0 -2
- package/dist/components/grid/grid-card/grid-card.scss/index.js.map +0 -1
- package/dist/components/list/list.scss/index.esm.js +0 -2
- package/dist/components/list/list.scss/index.esm.js.map +0 -1
- package/dist/components/list/list.scss/index.js +0 -2
- package/dist/components/list/list.scss/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/NorthEast/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/NorthEast/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/NorthEast/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/NorthEast/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/Visibility/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/Visibility/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/Visibility/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/Visibility/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.esm.js +0 -95
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.js +0 -3
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.js +0 -2
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.esm.js +0 -76
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.esm.js +0 -91
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.esm.js +0 -118
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.esm.js +0 -128
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.esm.js +0 -6
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.esm.js +0 -73
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.esm.js +0 -8
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.js +0 -2
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.js.map +0 -1
- package/dist/node_modules/@mui/material/AccordionActions/AccordionActions/index.esm.js +0 -95
- package/dist/node_modules/@mui/material/AccordionActions/AccordionActions/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/AccordionActions/AccordionActions/index.js +0 -3
- package/dist/node_modules/@mui/material/AccordionActions/AccordionActions/index.js.map +0 -1
- package/dist/node_modules/@mui/material/AccordionActions/accordionActionsClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/AccordionActions/accordionActionsClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/AccordionActions/accordionActionsClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/AccordionActions/accordionActionsClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/AvatarGroup/AvatarGroup/index.esm.js +0 -201
- package/dist/node_modules/@mui/material/AvatarGroup/AvatarGroup/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/AvatarGroup/AvatarGroup/index.js +0 -3
- package/dist/node_modules/@mui/material/AvatarGroup/AvatarGroup/index.js.map +0 -1
- package/dist/node_modules/@mui/material/AvatarGroup/avatarGroupClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/AvatarGroup/avatarGroupClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/AvatarGroup/avatarGroupClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/AvatarGroup/avatarGroupClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigation/BottomNavigation/index.esm.js +0 -125
- package/dist/node_modules/@mui/material/BottomNavigation/BottomNavigation/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigation/BottomNavigation/index.js +0 -4
- package/dist/node_modules/@mui/material/BottomNavigation/BottomNavigation/index.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigation/bottomNavigationClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/BottomNavigation/bottomNavigationClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigation/bottomNavigationClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/BottomNavigation/bottomNavigationClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigationAction/BottomNavigationAction/index.esm.js +0 -170
- package/dist/node_modules/@mui/material/BottomNavigationAction/BottomNavigationAction/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigationAction/BottomNavigationAction/index.js +0 -3
- package/dist/node_modules/@mui/material/BottomNavigationAction/BottomNavigationAction/index.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigationAction/bottomNavigationActionClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/BottomNavigationAction/bottomNavigationActionClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigationAction/bottomNavigationActionClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/BottomNavigationAction/bottomNavigationActionClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActionArea/CardActionArea/index.esm.js +0 -120
- package/dist/node_modules/@mui/material/CardActionArea/CardActionArea/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActionArea/CardActionArea/index.js +0 -3
- package/dist/node_modules/@mui/material/CardActionArea/CardActionArea/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActionArea/cardActionAreaClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/CardActionArea/cardActionAreaClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActionArea/cardActionAreaClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/CardActionArea/cardActionAreaClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActions/CardActions/index.esm.js +0 -92
- package/dist/node_modules/@mui/material/CardActions/CardActions/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActions/CardActions/index.js +0 -3
- package/dist/node_modules/@mui/material/CardActions/CardActions/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActions/cardActionsClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/CardActions/cardActionsClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActions/cardActionsClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/CardActions/cardActionsClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardHeader/CardHeader/index.esm.js +0 -196
- package/dist/node_modules/@mui/material/CardHeader/CardHeader/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardHeader/CardHeader/index.js +0 -2
- package/dist/node_modules/@mui/material/CardHeader/CardHeader/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardHeader/cardHeaderClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/CardHeader/cardHeaderClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardHeader/cardHeaderClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/CardHeader/cardHeaderClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText/index.esm.js +0 -76
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText/index.js +0 -3
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText/index.js.map +0 -1
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Fab/Fab/index.esm.js +0 -231
- package/dist/node_modules/@mui/material/Fab/Fab/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Fab/Fab/index.js +0 -3
- package/dist/node_modules/@mui/material/Fab/Fab/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Fab/fabClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/Fab/fabClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Fab/fabClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Fab/fabClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/Hidden/index.esm.js +0 -135
- package/dist/node_modules/@mui/material/Hidden/Hidden/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/Hidden/index.js +0 -2
- package/dist/node_modules/@mui/material/Hidden/Hidden/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/HiddenCss/index.esm.js +0 -176
- package/dist/node_modules/@mui/material/Hidden/HiddenCss/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/HiddenCss/index.js +0 -3
- package/dist/node_modules/@mui/material/Hidden/HiddenCss/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/HiddenJs/index.esm.js +0 -119
- package/dist/node_modules/@mui/material/Hidden/HiddenJs/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/HiddenJs/index.js +0 -2
- package/dist/node_modules/@mui/material/Hidden/HiddenJs/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/hiddenCssClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Hidden/hiddenCssClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/hiddenCssClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Hidden/hiddenCssClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/withWidth/index.esm.js +0 -92
- package/dist/node_modules/@mui/material/Hidden/withWidth/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/withWidth/index.js +0 -2
- package/dist/node_modules/@mui/material/Hidden/withWidth/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/ImageList/index.esm.js +0 -156
- package/dist/node_modules/@mui/material/ImageList/ImageList/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/ImageList/index.js +0 -3
- package/dist/node_modules/@mui/material/ImageList/ImageList/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/ImageListContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/ImageList/ImageListContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/ImageListContext/index.js +0 -2
- package/dist/node_modules/@mui/material/ImageList/ImageListContext/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/imageListClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/ImageList/imageListClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/imageListClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/ImageList/imageListClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItem/ImageListItem/index.esm.js +0 -173
- package/dist/node_modules/@mui/material/ImageListItem/ImageListItem/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItem/ImageListItem/index.js +0 -3
- package/dist/node_modules/@mui/material/ImageListItem/ImageListItem/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItem/imageListItemClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/ImageListItem/imageListItemClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItem/imageListItemClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/ImageListItem/imageListItemClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItemBar/ImageListItemBar/index.esm.js +0 -222
- package/dist/node_modules/@mui/material/ImageListItemBar/ImageListItemBar/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItemBar/ImageListItemBar/index.js +0 -3
- package/dist/node_modules/@mui/material/ImageListItemBar/ImageListItemBar/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItemBar/imageListItemBarClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/ImageListItemBar/imageListItemBarClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItemBar/imageListItemBarClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/ImageListItemBar/imageListItemBarClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/MobileStepper/MobileStepper/index.esm.js +0 -216
- package/dist/node_modules/@mui/material/MobileStepper/MobileStepper/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/MobileStepper/MobileStepper/index.js +0 -3
- package/dist/node_modules/@mui/material/MobileStepper/MobileStepper/index.js.map +0 -1
- package/dist/node_modules/@mui/material/MobileStepper/mobileStepperClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/MobileStepper/mobileStepperClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/MobileStepper/mobileStepperClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/MobileStepper/mobileStepperClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelect/index.esm.js +0 -126
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelect/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelect/index.js +0 -3
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelect/index.js.map +0 -1
- package/dist/node_modules/@mui/material/NoSsr/NoSsr/index.esm.js +0 -55
- package/dist/node_modules/@mui/material/NoSsr/NoSsr/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/NoSsr/NoSsr/index.js +0 -2
- package/dist/node_modules/@mui/material/NoSsr/NoSsr/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Rating/Rating/index.esm.js +0 -638
- package/dist/node_modules/@mui/material/Rating/Rating/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Rating/Rating/index.js +0 -7
- package/dist/node_modules/@mui/material/Rating/Rating/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Rating/ratingClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/Rating/ratingClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Rating/ratingClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Rating/ratingClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ScopedCssBaseline/ScopedCssBaseline/index.esm.js +0 -105
- package/dist/node_modules/@mui/material/ScopedCssBaseline/ScopedCssBaseline/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ScopedCssBaseline/ScopedCssBaseline/index.js +0 -3
- package/dist/node_modules/@mui/material/ScopedCssBaseline/ScopedCssBaseline/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ScopedCssBaseline/scopedCssBaselineClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/ScopedCssBaseline/scopedCssBaselineClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ScopedCssBaseline/scopedCssBaselineClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/ScopedCssBaseline/scopedCssBaselineClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial/index.esm.js +0 -453
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial/index.js +0 -4
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDial/speedDialClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/SpeedDial/speedDialClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDial/speedDialClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/SpeedDial/speedDialClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialAction/SpeedDialAction/index.esm.js +0 -245
- package/dist/node_modules/@mui/material/SpeedDialAction/SpeedDialAction/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialAction/SpeedDialAction/index.js +0 -2
- package/dist/node_modules/@mui/material/SpeedDialAction/SpeedDialAction/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialAction/speedDialActionClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/SpeedDialAction/speedDialActionClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialAction/speedDialActionClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/SpeedDialAction/speedDialActionClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialIcon/SpeedDialIcon/index.esm.js +0 -137
- package/dist/node_modules/@mui/material/SpeedDialIcon/SpeedDialIcon/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialIcon/SpeedDialIcon/index.js +0 -4
- package/dist/node_modules/@mui/material/SpeedDialIcon/SpeedDialIcon/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialIcon/speedDialIconClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/SpeedDialIcon/speedDialIconClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialIcon/speedDialIconClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/SpeedDialIcon/speedDialIconClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/Step/index.esm.js +0 -169
- package/dist/node_modules/@mui/material/Step/Step/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/Step/index.js +0 -3
- package/dist/node_modules/@mui/material/Step/Step/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/StepContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Step/StepContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/StepContext/index.js +0 -2
- package/dist/node_modules/@mui/material/Step/StepContext/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/stepClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Step/stepClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/stepClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Step/stepClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepButton/StepButton/index.esm.js +0 -132
- package/dist/node_modules/@mui/material/StepButton/StepButton/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepButton/StepButton/index.js +0 -3
- package/dist/node_modules/@mui/material/StepButton/StepButton/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepButton/stepButtonClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/StepButton/stepButtonClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepButton/stepButtonClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepButton/stepButtonClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepConnector/StepConnector/index.esm.js +0 -136
- package/dist/node_modules/@mui/material/StepConnector/StepConnector/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepConnector/StepConnector/index.js +0 -3
- package/dist/node_modules/@mui/material/StepConnector/StepConnector/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepContent/StepContent/index.esm.js +0 -152
- package/dist/node_modules/@mui/material/StepContent/StepContent/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepContent/StepContent/index.js +0 -2
- package/dist/node_modules/@mui/material/StepContent/StepContent/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepContent/stepContentClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/StepContent/stepContentClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepContent/stepContentClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepContent/stepContentClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepIcon/StepIcon/index.esm.js +0 -161
- package/dist/node_modules/@mui/material/StepIcon/StepIcon/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepIcon/StepIcon/index.js +0 -2
- package/dist/node_modules/@mui/material/StepIcon/StepIcon/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepLabel/StepLabel/index.esm.js +0 -239
- package/dist/node_modules/@mui/material/StepLabel/StepLabel/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepLabel/StepLabel/index.js +0 -3
- package/dist/node_modules/@mui/material/StepLabel/StepLabel/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/Stepper/index.esm.js +0 -155
- package/dist/node_modules/@mui/material/Stepper/Stepper/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/Stepper/index.js +0 -3
- package/dist/node_modules/@mui/material/Stepper/Stepper/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/StepperContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Stepper/StepperContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/StepperContext/index.js +0 -2
- package/dist/node_modules/@mui/material/Stepper/StepperContext/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/stepperClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Stepper/stepperClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/stepperClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Stepper/stepperClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeArea/index.esm.js +0 -82
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeArea/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeArea/index.js +0 -3
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeArea/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer/index.esm.js +0 -538
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer/index.js +0 -2
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer/index.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/TablePagination/index.esm.js +0 -443
- package/dist/node_modules/@mui/material/TablePagination/TablePagination/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/TablePagination/index.js +0 -3
- package/dist/node_modules/@mui/material/TablePagination/TablePagination/index.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/TablePaginationActions/index.esm.js +0 -179
- package/dist/node_modules/@mui/material/TablePagination/TablePaginationActions/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/TablePaginationActions/index.js +0 -3
- package/dist/node_modules/@mui/material/TablePagination/TablePaginationActions/index.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/tablePaginationClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/TablePagination/tablePaginationClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/tablePaginationClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/TablePagination/tablePaginationClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Zoom/Zoom/index.esm.js +0 -196
- package/dist/node_modules/@mui/material/Zoom/Zoom/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Zoom/Zoom/index.js +0 -3
- package/dist/node_modules/@mui/material/Zoom/Zoom/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Add/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Add/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Add/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/Add/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Star/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Star/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Star/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/Star/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/StarBorder/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/StarBorder/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/StarBorder/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/StarBorder/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning/index.js.map +0 -1
- package/dist/node_modules/@mui/material/useScrollTrigger/useScrollTrigger/index.esm.js +0 -51
- package/dist/node_modules/@mui/material/useScrollTrigger/useScrollTrigger/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/useScrollTrigger/useScrollTrigger/index.js +0 -2
- package/dist/node_modules/@mui/material/useScrollTrigger/useScrollTrigger/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/arc/index.esm.js +0 -134
- package/dist/node_modules/d3-shape/src/arc/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/arc/index.js +0 -2
- package/dist/node_modules/d3-shape/src/arc/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/descending/index.esm.js +0 -7
- package/dist/node_modules/d3-shape/src/descending/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/descending/index.js +0 -2
- package/dist/node_modules/d3-shape/src/descending/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/identity/index.esm.js +0 -7
- package/dist/node_modules/d3-shape/src/identity/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/identity/index.js +0 -2
- package/dist/node_modules/d3-shape/src/identity/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/math/index.esm.js +0 -33
- package/dist/node_modules/d3-shape/src/math/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/math/index.js +0 -2
- package/dist/node_modules/d3-shape/src/math/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/pie/index.esm.js +0 -56
- package/dist/node_modules/d3-shape/src/pie/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/pie/index.js +0 -2
- package/dist/node_modules/d3-shape/src/pie/index.js.map +0 -1
- package/dist/src/components/form-control/form-builder/form-builder-element/number-input.d.ts +0 -0
- package/dist/src/views/afterAuth/accounting.d.ts +0 -4
- package/dist/src/views/afterAuth/crm.d.ts +0 -4
- package/dist/src/views/afterAuth/document.d.ts +0 -4
- package/dist/src/views/afterAuth/hrms.d.ts +0 -4
- package/dist/src/views/afterAuth/inventory.d.ts +0 -4
- package/dist/src/views/afterAuth/manufacturing.d.ts +0 -4
- package/dist/src/views/afterAuth/office.d.ts +0 -4
- package/dist/src/views/afterAuth/procurement.d.ts +0 -4
- package/dist/src/views/afterAuth/project.d.ts +0 -4
- package/dist/src/views/afterAuth/purchase.d.ts +0 -4
- package/dist/src/views/afterAuth/quotes.d.ts +0 -4
- package/dist/src/views/afterAuth/rental.d.ts +0 -4
- package/dist/src/views/afterAuth/user.d.ts +0 -4
- package/dist/src/views/beforeAuth/components/user-profile-data/user-profile-data.d.ts +0 -9
- package/dist/styles/sass/_mixins.scss/index.esm.js +0 -2
- package/dist/styles/sass/_mixins.scss/index.esm.js.map +0 -1
- package/dist/styles/sass/_mixins.scss/index.js +0 -2
- package/dist/styles/sass/_mixins.scss/index.js.map +0 -1
- package/dist/styles/sass/_variables.scss/index.esm.js +0 -2
- package/dist/styles/sass/_variables.scss/index.esm.js.map +0 -1
- package/dist/styles/sass/_variables.scss/index.js +0 -2
- package/dist/styles/sass/_variables.scss/index.js.map +0 -1
- package/dist/views/beforeAuth/components/index/index.esm.js +0 -1144
- package/dist/views/beforeAuth/components/index/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/index/index.js +0 -206
- package/dist/views/beforeAuth/components/index/index.js.map +0 -1
- package/dist/views/beforeAuth/login/index.scss/index.esm.js +0 -2
- package/dist/views/beforeAuth/login/index.scss/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/login/index.scss/index.js +0 -2
- package/dist/views/beforeAuth/login/index.scss/index.js.map +0 -1
- package/dist/views/form-builder/index/index.esm.js +0 -32
- package/dist/views/form-builder/index/index.esm.js.map +0 -1
- package/dist/views/form-builder/index/index.js +0 -2
- package/dist/views/form-builder/index/index.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../../../../../../node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer.js"],"sourcesContent":["'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"BackdropProps\"],\n _excluded2 = [\"anchor\", \"disableBackdropTransition\", \"disableDiscovery\", \"disableSwipeToOpen\", \"hideBackdrop\", \"hysteresis\", \"allowSwipeInChildren\", \"minFlingVelocity\", \"ModalProps\", \"onClose\", \"onOpen\", \"open\", \"PaperProps\", \"SwipeAreaProps\", \"swipeAreaWidth\", \"transitionDuration\", \"variant\"];\nimport * as React from 'react';\nimport * as ReactDOM from 'react-dom';\nimport PropTypes from 'prop-types';\nimport elementTypeAcceptingRef from '@mui/utils/elementTypeAcceptingRef';\nimport NoSsr from '../NoSsr';\nimport { useDefaultProps } from '../DefaultPropsProvider';\nimport Drawer, { getAnchor, isHorizontal } from '../Drawer/Drawer';\nimport useForkRef from '../utils/useForkRef';\nimport ownerDocument from '../utils/ownerDocument';\nimport ownerWindow from '../utils/ownerWindow';\nimport useEventCallback from '../utils/useEventCallback';\nimport useEnhancedEffect from '../utils/useEnhancedEffect';\nimport useTheme from '../styles/useTheme';\nimport { getTransitionProps } from '../transitions/utils';\nimport SwipeArea from './SwipeArea';\n\n// This value is closed to what browsers are using internally to\n// trigger a native scroll.\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nconst UNCERTAINTY_THRESHOLD = 3; // px\n\n// This is the part of the drawer displayed on touch start.\nconst DRAG_STARTED_SIGNAL = 20; // px\n\n// We can only have one instance at the time claiming ownership for handling the swipe.\n// Otherwise, the UX would be confusing.\n// That's why we use a singleton here.\nlet claimedSwipeInstance = null;\n\n// Exported for test purposes.\nexport function reset() {\n claimedSwipeInstance = null;\n}\nfunction calculateCurrentX(anchor, touches, doc) {\n return anchor === 'right' ? doc.body.offsetWidth - touches[0].pageX : touches[0].pageX;\n}\nfunction calculateCurrentY(anchor, touches, containerWindow) {\n return anchor === 'bottom' ? containerWindow.innerHeight - touches[0].clientY : touches[0].clientY;\n}\nfunction getMaxTranslate(horizontalSwipe, paperInstance) {\n return horizontalSwipe ? paperInstance.clientWidth : paperInstance.clientHeight;\n}\nfunction getTranslate(currentTranslate, startLocation, open, maxTranslate) {\n return Math.min(Math.max(open ? startLocation - currentTranslate : maxTranslate + startLocation - currentTranslate, 0), maxTranslate);\n}\n\n/**\n * @param {Element | null} element\n * @param {Element} rootNode\n */\nfunction getDomTreeShapes(element, rootNode) {\n // Adapted from https://github.com/oliviertassinari/react-swipeable-views/blob/7666de1dba253b896911adf2790ce51467670856/packages/react-swipeable-views/src/SwipeableViews.js#L129\n const domTreeShapes = [];\n while (element && element !== rootNode.parentElement) {\n const style = ownerWindow(rootNode).getComputedStyle(element);\n if (\n // Ignore the scroll children if the element is absolute positioned.\n style.getPropertyValue('position') === 'absolute' ||\n // Ignore the scroll children if the element has an overflowX hidden\n style.getPropertyValue('overflow-x') === 'hidden') {\n // noop\n } else if (element.clientWidth > 0 && element.scrollWidth > element.clientWidth || element.clientHeight > 0 && element.scrollHeight > element.clientHeight) {\n // Ignore the nodes that have no width.\n // Keep elements with a scroll\n domTreeShapes.push(element);\n }\n element = element.parentElement;\n }\n return domTreeShapes;\n}\n\n/**\n * @param {object} param0\n * @param {ReturnType<getDomTreeShapes>} param0.domTreeShapes\n */\nfunction computeHasNativeHandler({\n domTreeShapes,\n start,\n current,\n anchor\n}) {\n // Adapted from https://github.com/oliviertassinari/react-swipeable-views/blob/7666de1dba253b896911adf2790ce51467670856/packages/react-swipeable-views/src/SwipeableViews.js#L175\n const axisProperties = {\n scrollPosition: {\n x: 'scrollLeft',\n y: 'scrollTop'\n },\n scrollLength: {\n x: 'scrollWidth',\n y: 'scrollHeight'\n },\n clientLength: {\n x: 'clientWidth',\n y: 'clientHeight'\n }\n };\n return domTreeShapes.some(shape => {\n // Determine if we are going backward or forward.\n let goingForward = current >= start;\n if (anchor === 'top' || anchor === 'left') {\n goingForward = !goingForward;\n }\n const axis = anchor === 'left' || anchor === 'right' ? 'x' : 'y';\n const scrollPosition = Math.round(shape[axisProperties.scrollPosition[axis]]);\n const areNotAtStart = scrollPosition > 0;\n const areNotAtEnd = scrollPosition + shape[axisProperties.clientLength[axis]] < shape[axisProperties.scrollLength[axis]];\n if (goingForward && areNotAtEnd || !goingForward && areNotAtStart) {\n return true;\n }\n return false;\n });\n}\nconst iOS = typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent);\nconst SwipeableDrawer = /*#__PURE__*/React.forwardRef(function SwipeableDrawer(inProps, ref) {\n const props = useDefaultProps({\n name: 'MuiSwipeableDrawer',\n props: inProps\n });\n const theme = useTheme();\n const transitionDurationDefault = {\n enter: theme.transitions.duration.enteringScreen,\n exit: theme.transitions.duration.leavingScreen\n };\n const {\n anchor = 'left',\n disableBackdropTransition = false,\n disableDiscovery = false,\n disableSwipeToOpen = iOS,\n hideBackdrop,\n hysteresis = 0.52,\n allowSwipeInChildren = false,\n minFlingVelocity = 450,\n ModalProps: {\n BackdropProps\n } = {},\n onClose,\n onOpen,\n open = false,\n PaperProps = {},\n SwipeAreaProps,\n swipeAreaWidth = 20,\n transitionDuration = transitionDurationDefault,\n variant = 'temporary' // Mobile first.\n } = props,\n ModalPropsProp = _objectWithoutPropertiesLoose(props.ModalProps, _excluded),\n other = _objectWithoutPropertiesLoose(props, _excluded2);\n const [maybeSwiping, setMaybeSwiping] = React.useState(false);\n const swipeInstance = React.useRef({\n isSwiping: null\n });\n const swipeAreaRef = React.useRef();\n const backdropRef = React.useRef();\n const paperRef = React.useRef();\n const handleRef = useForkRef(PaperProps.ref, paperRef);\n const touchDetected = React.useRef(false);\n\n // Ref for transition duration based on / to match swipe speed\n const calculatedDurationRef = React.useRef();\n\n // Use a ref so the open value used is always up to date inside useCallback.\n useEnhancedEffect(() => {\n calculatedDurationRef.current = null;\n }, [open]);\n const setPosition = React.useCallback((translate, options = {}) => {\n const {\n mode = null,\n changeTransition = true\n } = options;\n const anchorRtl = getAnchor(theme, anchor);\n const rtlTranslateMultiplier = ['right', 'bottom'].indexOf(anchorRtl) !== -1 ? 1 : -1;\n const horizontalSwipe = isHorizontal(anchor);\n const transform = horizontalSwipe ? `translate(${rtlTranslateMultiplier * translate}px, 0)` : `translate(0, ${rtlTranslateMultiplier * translate}px)`;\n const drawerStyle = paperRef.current.style;\n drawerStyle.webkitTransform = transform;\n drawerStyle.transform = transform;\n let transition = '';\n if (mode) {\n transition = theme.transitions.create('all', getTransitionProps({\n easing: undefined,\n style: undefined,\n timeout: transitionDuration\n }, {\n mode\n }));\n }\n if (changeTransition) {\n drawerStyle.webkitTransition = transition;\n drawerStyle.transition = transition;\n }\n if (!disableBackdropTransition && !hideBackdrop) {\n const backdropStyle = backdropRef.current.style;\n backdropStyle.opacity = 1 - translate / getMaxTranslate(horizontalSwipe, paperRef.current);\n if (changeTransition) {\n backdropStyle.webkitTransition = transition;\n backdropStyle.transition = transition;\n }\n }\n }, [anchor, disableBackdropTransition, hideBackdrop, theme, transitionDuration]);\n const handleBodyTouchEnd = useEventCallback(nativeEvent => {\n if (!touchDetected.current) {\n return;\n }\n claimedSwipeInstance = null;\n touchDetected.current = false;\n ReactDOM.flushSync(() => {\n setMaybeSwiping(false);\n });\n\n // The swipe wasn't started.\n if (!swipeInstance.current.isSwiping) {\n swipeInstance.current.isSwiping = null;\n return;\n }\n swipeInstance.current.isSwiping = null;\n const anchorRtl = getAnchor(theme, anchor);\n const horizontal = isHorizontal(anchor);\n let current;\n if (horizontal) {\n current = calculateCurrentX(anchorRtl, nativeEvent.changedTouches, ownerDocument(nativeEvent.currentTarget));\n } else {\n current = calculateCurrentY(anchorRtl, nativeEvent.changedTouches, ownerWindow(nativeEvent.currentTarget));\n }\n const startLocation = horizontal ? swipeInstance.current.startX : swipeInstance.current.startY;\n const maxTranslate = getMaxTranslate(horizontal, paperRef.current);\n const currentTranslate = getTranslate(current, startLocation, open, maxTranslate);\n const translateRatio = currentTranslate / maxTranslate;\n if (Math.abs(swipeInstance.current.velocity) > minFlingVelocity) {\n // Calculate transition duration to match swipe speed\n calculatedDurationRef.current = Math.abs((maxTranslate - currentTranslate) / swipeInstance.current.velocity) * 1000;\n }\n if (open) {\n if (swipeInstance.current.velocity > minFlingVelocity || translateRatio > hysteresis) {\n onClose();\n } else {\n // Reset the position, the swipe was aborted.\n setPosition(0, {\n mode: 'exit'\n });\n }\n return;\n }\n if (swipeInstance.current.velocity < -minFlingVelocity || 1 - translateRatio > hysteresis) {\n onOpen();\n } else {\n // Reset the position, the swipe was aborted.\n setPosition(getMaxTranslate(horizontal, paperRef.current), {\n mode: 'enter'\n });\n }\n });\n const startMaybeSwiping = (force = false) => {\n if (!maybeSwiping) {\n // on Safari Mobile, if you want to be able to have the 'click' event fired on child elements, nothing in the DOM can be changed.\n // this is because Safari Mobile will not fire any mouse events (still fires touch though) if the DOM changes during mousemove.\n // so do this change on first touchmove instead of touchstart\n if (force || !(disableDiscovery && allowSwipeInChildren)) {\n ReactDOM.flushSync(() => {\n setMaybeSwiping(true);\n });\n }\n const horizontalSwipe = isHorizontal(anchor);\n if (!open && paperRef.current) {\n // The ref may be null when a parent component updates while swiping.\n setPosition(getMaxTranslate(horizontalSwipe, paperRef.current) + (disableDiscovery ? 15 : -DRAG_STARTED_SIGNAL), {\n changeTransition: false\n });\n }\n swipeInstance.current.velocity = 0;\n swipeInstance.current.lastTime = null;\n swipeInstance.current.lastTranslate = null;\n swipeInstance.current.paperHit = false;\n touchDetected.current = true;\n }\n };\n const handleBodyTouchMove = useEventCallback(nativeEvent => {\n // the ref may be null when a parent component updates while swiping\n if (!paperRef.current || !touchDetected.current) {\n return;\n }\n\n // We are not supposed to handle this touch move because the swipe was started in a scrollable container in the drawer\n if (claimedSwipeInstance !== null && claimedSwipeInstance !== swipeInstance.current) {\n return;\n }\n startMaybeSwiping(true);\n const anchorRtl = getAnchor(theme, anchor);\n const horizontalSwipe = isHorizontal(anchor);\n const currentX = calculateCurrentX(anchorRtl, nativeEvent.touches, ownerDocument(nativeEvent.currentTarget));\n const currentY = calculateCurrentY(anchorRtl, nativeEvent.touches, ownerWindow(nativeEvent.currentTarget));\n if (open && paperRef.current.contains(nativeEvent.target) && claimedSwipeInstance === null) {\n const domTreeShapes = getDomTreeShapes(nativeEvent.target, paperRef.current);\n const hasNativeHandler = computeHasNativeHandler({\n domTreeShapes,\n start: horizontalSwipe ? swipeInstance.current.startX : swipeInstance.current.startY,\n current: horizontalSwipe ? currentX : currentY,\n anchor\n });\n if (hasNativeHandler) {\n claimedSwipeInstance = true;\n return;\n }\n claimedSwipeInstance = swipeInstance.current;\n }\n\n // We don't know yet.\n if (swipeInstance.current.isSwiping == null) {\n const dx = Math.abs(currentX - swipeInstance.current.startX);\n const dy = Math.abs(currentY - swipeInstance.current.startY);\n const definitelySwiping = horizontalSwipe ? dx > dy && dx > UNCERTAINTY_THRESHOLD : dy > dx && dy > UNCERTAINTY_THRESHOLD;\n if (definitelySwiping && nativeEvent.cancelable) {\n nativeEvent.preventDefault();\n }\n if (definitelySwiping === true || (horizontalSwipe ? dy > UNCERTAINTY_THRESHOLD : dx > UNCERTAINTY_THRESHOLD)) {\n swipeInstance.current.isSwiping = definitelySwiping;\n if (!definitelySwiping) {\n handleBodyTouchEnd(nativeEvent);\n return;\n }\n\n // Shift the starting point.\n swipeInstance.current.startX = currentX;\n swipeInstance.current.startY = currentY;\n\n // Compensate for the part of the drawer displayed on touch start.\n if (!disableDiscovery && !open) {\n if (horizontalSwipe) {\n swipeInstance.current.startX -= DRAG_STARTED_SIGNAL;\n } else {\n swipeInstance.current.startY -= DRAG_STARTED_SIGNAL;\n }\n }\n }\n }\n if (!swipeInstance.current.isSwiping) {\n return;\n }\n const maxTranslate = getMaxTranslate(horizontalSwipe, paperRef.current);\n let startLocation = horizontalSwipe ? swipeInstance.current.startX : swipeInstance.current.startY;\n if (open && !swipeInstance.current.paperHit) {\n startLocation = Math.min(startLocation, maxTranslate);\n }\n const translate = getTranslate(horizontalSwipe ? currentX : currentY, startLocation, open, maxTranslate);\n if (open) {\n if (!swipeInstance.current.paperHit) {\n const paperHit = horizontalSwipe ? currentX < maxTranslate : currentY < maxTranslate;\n if (paperHit) {\n swipeInstance.current.paperHit = true;\n swipeInstance.current.startX = currentX;\n swipeInstance.current.startY = currentY;\n } else {\n return;\n }\n } else if (translate === 0) {\n swipeInstance.current.startX = currentX;\n swipeInstance.current.startY = currentY;\n }\n }\n if (swipeInstance.current.lastTranslate === null) {\n swipeInstance.current.lastTranslate = translate;\n swipeInstance.current.lastTime = performance.now() + 1;\n }\n const velocity = (translate - swipeInstance.current.lastTranslate) / (performance.now() - swipeInstance.current.lastTime) * 1e3;\n\n // Low Pass filter.\n swipeInstance.current.velocity = swipeInstance.current.velocity * 0.4 + velocity * 0.6;\n swipeInstance.current.lastTranslate = translate;\n swipeInstance.current.lastTime = performance.now();\n\n // We are swiping, let's prevent the scroll event on iOS.\n if (nativeEvent.cancelable) {\n nativeEvent.preventDefault();\n }\n setPosition(translate);\n });\n const handleBodyTouchStart = useEventCallback(nativeEvent => {\n // We are not supposed to handle this touch move.\n // Example of use case: ignore the event if there is a Slider.\n if (nativeEvent.defaultPrevented) {\n return;\n }\n\n // We can only have one node at the time claiming ownership for handling the swipe.\n if (nativeEvent.defaultMuiPrevented) {\n return;\n }\n\n // At least one element clogs the drawer interaction zone.\n if (open && (hideBackdrop || !backdropRef.current.contains(nativeEvent.target)) && !paperRef.current.contains(nativeEvent.target)) {\n return;\n }\n const anchorRtl = getAnchor(theme, anchor);\n const horizontalSwipe = isHorizontal(anchor);\n const currentX = calculateCurrentX(anchorRtl, nativeEvent.touches, ownerDocument(nativeEvent.currentTarget));\n const currentY = calculateCurrentY(anchorRtl, nativeEvent.touches, ownerWindow(nativeEvent.currentTarget));\n if (!open) {\n var _paperRef$current;\n // logic for if swipe should be ignored:\n // if disableSwipeToOpen\n // if target != swipeArea, and target is not a child of paper ref\n // if is a child of paper ref, and `allowSwipeInChildren` does not allow it\n if (disableSwipeToOpen || !(nativeEvent.target === swipeAreaRef.current || (_paperRef$current = paperRef.current) != null && _paperRef$current.contains(nativeEvent.target) && (typeof allowSwipeInChildren === 'function' ? allowSwipeInChildren(nativeEvent, swipeAreaRef.current, paperRef.current) : allowSwipeInChildren))) {\n return;\n }\n if (horizontalSwipe) {\n if (currentX > swipeAreaWidth) {\n return;\n }\n } else if (currentY > swipeAreaWidth) {\n return;\n }\n }\n nativeEvent.defaultMuiPrevented = true;\n claimedSwipeInstance = null;\n swipeInstance.current.startX = currentX;\n swipeInstance.current.startY = currentY;\n startMaybeSwiping();\n });\n React.useEffect(() => {\n if (variant === 'temporary') {\n const doc = ownerDocument(paperRef.current);\n doc.addEventListener('touchstart', handleBodyTouchStart);\n // A blocking listener prevents Firefox's navbar to auto-hide on scroll.\n // It only needs to prevent scrolling on the drawer's content when open.\n // When closed, the overlay prevents scrolling.\n doc.addEventListener('touchmove', handleBodyTouchMove, {\n passive: !open\n });\n doc.addEventListener('touchend', handleBodyTouchEnd);\n return () => {\n doc.removeEventListener('touchstart', handleBodyTouchStart);\n doc.removeEventListener('touchmove', handleBodyTouchMove, {\n passive: !open\n });\n doc.removeEventListener('touchend', handleBodyTouchEnd);\n };\n }\n return undefined;\n }, [variant, open, handleBodyTouchStart, handleBodyTouchMove, handleBodyTouchEnd]);\n React.useEffect(() => () => {\n // We need to release the lock.\n if (claimedSwipeInstance === swipeInstance.current) {\n claimedSwipeInstance = null;\n }\n }, []);\n React.useEffect(() => {\n if (!open) {\n setMaybeSwiping(false);\n }\n }, [open]);\n return /*#__PURE__*/_jsxs(React.Fragment, {\n children: [/*#__PURE__*/_jsx(Drawer, _extends({\n open: variant === 'temporary' && maybeSwiping ? true : open,\n variant: variant,\n ModalProps: _extends({\n BackdropProps: _extends({}, BackdropProps, {\n ref: backdropRef\n })\n }, variant === 'temporary' && {\n keepMounted: true\n }, ModalPropsProp),\n hideBackdrop: hideBackdrop,\n PaperProps: _extends({}, PaperProps, {\n style: _extends({\n pointerEvents: variant === 'temporary' && !open && !allowSwipeInChildren ? 'none' : ''\n }, PaperProps.style),\n ref: handleRef\n }),\n anchor: anchor,\n transitionDuration: calculatedDurationRef.current || transitionDuration,\n onClose: onClose,\n ref: ref\n }, other)), !disableSwipeToOpen && variant === 'temporary' && /*#__PURE__*/_jsx(NoSsr, {\n children: /*#__PURE__*/_jsx(SwipeArea, _extends({\n anchor: anchor,\n ref: swipeAreaRef,\n width: swipeAreaWidth\n }, SwipeAreaProps))\n })]\n });\n});\nprocess.env.NODE_ENV !== \"production\" ? SwipeableDrawer.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the d.ts file and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * If set to true, the swipe event will open the drawer even if the user begins the swipe on one of the drawer's children.\n * This can be useful in scenarios where the drawer is partially visible.\n * You can customize it further with a callback that determines which children the user can drag over to open the drawer\n * (for example, to ignore other elements that handle touch move events, like sliders).\n *\n * @param {TouchEvent} event The 'touchstart' event\n * @param {HTMLDivElement} swipeArea The swipe area element\n * @param {HTMLDivElement} paper The drawer's paper element\n *\n * @default false\n */\n allowSwipeInChildren: PropTypes.oneOfType([PropTypes.func, PropTypes.bool]),\n /**\n * @ignore\n */\n anchor: PropTypes.oneOf(['bottom', 'left', 'right', 'top']),\n /**\n * The content of the component.\n */\n children: PropTypes.node,\n /**\n * Disable the backdrop transition.\n * This can improve the FPS on low-end devices.\n * @default false\n */\n disableBackdropTransition: PropTypes.bool,\n /**\n * If `true`, touching the screen near the edge of the drawer will not slide in the drawer a bit\n * to promote accidental discovery of the swipe gesture.\n * @default false\n */\n disableDiscovery: PropTypes.bool,\n /**\n * If `true`, swipe to open is disabled. This is useful in browsers where swiping triggers\n * navigation actions. Swipe to open is disabled on iOS browsers by default.\n * @default typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent)\n */\n disableSwipeToOpen: PropTypes.bool,\n /**\n * @ignore\n */\n hideBackdrop: PropTypes.bool,\n /**\n * Affects how far the drawer must be opened/closed to change its state.\n * Specified as percent (0-1) of the width of the drawer\n * @default 0.52\n */\n hysteresis: PropTypes.number,\n /**\n * Defines, from which (average) velocity on, the swipe is\n * defined as complete although hysteresis isn't reached.\n * Good threshold is between 250 - 1000 px/s\n * @default 450\n */\n minFlingVelocity: PropTypes.number,\n /**\n * @ignore\n */\n ModalProps: PropTypes /* @typescript-to-proptypes-ignore */.shape({\n BackdropProps: PropTypes.shape({\n component: elementTypeAcceptingRef\n })\n }),\n /**\n * Callback fired when the component requests to be closed.\n *\n * @param {React.SyntheticEvent<{}>} event The event source of the callback.\n */\n onClose: PropTypes.func.isRequired,\n /**\n * Callback fired when the component requests to be opened.\n *\n * @param {React.SyntheticEvent<{}>} event The event source of the callback.\n */\n onOpen: PropTypes.func.isRequired,\n /**\n * If `true`, the component is shown.\n * @default false\n */\n open: PropTypes.bool,\n /**\n * @ignore\n */\n PaperProps: PropTypes /* @typescript-to-proptypes-ignore */.shape({\n component: elementTypeAcceptingRef,\n style: PropTypes.object\n }),\n /**\n * The element is used to intercept the touch events on the edge.\n */\n SwipeAreaProps: PropTypes.object,\n /**\n * The width of the left most (or right most) area in `px` that\n * the drawer can be swiped open from.\n * @default 20\n */\n swipeAreaWidth: PropTypes.number,\n /**\n * The duration for the transition, in milliseconds.\n * You may specify a single timeout for all transitions, or individually with an object.\n * @default {\n * enter: theme.transitions.duration.enteringScreen,\n * exit: theme.transitions.duration.leavingScreen,\n * }\n */\n transitionDuration: PropTypes.oneOfType([PropTypes.number, PropTypes.shape({\n appear: PropTypes.number,\n enter: PropTypes.number,\n exit: PropTypes.number\n })]),\n /**\n * @ignore\n */\n variant: PropTypes.oneOf(['permanent', 'persistent', 'temporary'])\n} : void 0;\nexport default SwipeableDrawer;"],"names":["SwipeableDrawer","_jsxs","_jsx"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../@babel/runtime/helpers/esm/extends/index.js"),t=require("../../../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose/index.js"),r=require("react"),n=require("react-dom"),i=require("../../../../prop-types/index/index.js"),a=require("../../Drawer/Drawer/index.js"),u=require("../../styles/useTheme/index.js"),o=require("../../transitions/utils/index.js"),s=require("../SwipeArea/index.js"),l=require("react/jsx-runtime"),c=require("../../DefaultPropsProvider/DefaultPropsProvider/index.js"),d=require("../../../utils/esm/useForkRef/useForkRef/index.js"),f=require("../../../utils/esm/useEnhancedEffect/useEnhancedEffect/index.js"),p=require("../../../utils/esm/useEventCallback/useEventCallback/index.js"),h=require("../../../utils/esm/ownerDocument/ownerDocument/index.js"),m=require("../../NoSsr/NoSsr/index.js"),g=require("../../../utils/esm/ownerWindow/ownerWindow/index.js"),b=require("../../../utils/esm/elementTypeAcceptingRef/elementTypeAcceptingRef/index.js");function y(e){if(e&&"object"==typeof e&&"default"in e)return e;var t=/* @__PURE__ */Object.create(null);return e&&Object.keys(e).forEach(function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,t}var v=/* @__PURE__ */y(r),w=/* @__PURE__ */y(n);const P=["BackdropProps"],T=["anchor","disableBackdropTransition","disableDiscovery","disableSwipeToOpen","hideBackdrop","hysteresis","allowSwipeInChildren","minFlingVelocity","ModalProps","onClose","onOpen","open","PaperProps","SwipeAreaProps","swipeAreaWidth","transitionDuration","variant"];let x=null;function j(e,t,r){return"right"===e?r.body.offsetWidth-t[0].pageX:t[0].pageX}function S(e,t,r){return"bottom"===e?r.innerHeight-t[0].clientY:t[0].clientY}function k(e,t){return e?t.clientWidth:t.clientHeight}function E(e,t,r,n){return Math.min(Math.max(r?t-e:n+t-e,0),n)}const q="undefined"!=typeof navigator&&/iPad|iPhone|iPod/.test(navigator.userAgent),D=/* @__PURE__ */v.forwardRef(function(r,n){const i=c.useDefaultProps({name:"MuiSwipeableDrawer",props:r}),b=u.default(),y={enter:b.transitions.duration.enteringScreen,exit:b.transitions.duration.leavingScreen},{anchor:D="left",disableBackdropTransition:M=!1,disableDiscovery:O=!1,disableSwipeToOpen:H=q,hideBackdrop:A,hysteresis:R=.52,allowSwipeInChildren:W=!1,minFlingVelocity:B=450,ModalProps:{BackdropProps:C}={},onClose:X,onOpen:Y,open:L=!1,PaperProps:F={},SwipeAreaProps:V,swipeAreaWidth:z=20,transitionDuration:N=y,variant:I="temporary"}=i,_=t.default(i.ModalProps,P),$=t.default(i,T),[G,J]=v.useState(!1),K=v.useRef({isSwiping:null}),Q=v.useRef(),U=v.useRef(),Z=v.useRef(),ee=d.default(F.ref,Z),te=v.useRef(!1),re=v.useRef();f.default(()=>{re.current=null},[L]);const ne=v.useCallback((e,t={})=>{const{mode:r=null,changeTransition:n=!0}=t,i=a.getAnchor(b,D),u=-1!==["right","bottom"].indexOf(i)?1:-1,s=a.isHorizontal(D),l=s?`translate(${u*e}px, 0)`:`translate(0, ${u*e}px)`,c=Z.current.style;c.webkitTransform=l,c.transform=l;let d="";if(r&&(d=b.transitions.create("all",o.getTransitionProps({easing:void 0,style:void 0,timeout:N},{mode:r}))),n&&(c.webkitTransition=d,c.transition=d),!M&&!A){const t=U.current.style;t.opacity=1-e/k(s,Z.current),n&&(t.webkitTransition=d,t.transition=d)}},[D,M,A,b,N]),ie=p.default(e=>{if(!te.current)return;if(x=null,te.current=!1,w.flushSync(()=>{J(!1)}),!K.current.isSwiping)return void(K.current.isSwiping=null);K.current.isSwiping=null;const t=a.getAnchor(b,D),r=a.isHorizontal(D);let n;n=r?j(t,e.changedTouches,h.default(e.currentTarget)):S(t,e.changedTouches,g.default(e.currentTarget));const i=r?K.current.startX:K.current.startY,u=k(r,Z.current),o=E(n,i,L,u),s=o/u;Math.abs(K.current.velocity)>B&&(re.current=1e3*Math.abs((u-o)/K.current.velocity)),L?K.current.velocity>B||s>R?X():ne(0,{mode:"exit"}):K.current.velocity<-B||1-s>R?Y():ne(k(r,Z.current),{mode:"enter"})}),ae=(e=!1)=>{if(!G){!e&&O&&W||w.flushSync(()=>{J(!0)});const t=a.isHorizontal(D);!L&&Z.current&&ne(k(t,Z.current)+(O?15:-20),{changeTransition:!1}),K.current.velocity=0,K.current.lastTime=null,K.current.lastTranslate=null,K.current.paperHit=!1,te.current=!0}},ue=p.default(e=>{if(!Z.current||!te.current)return;if(null!==x&&x!==K.current)return;ae(!0);const t=a.getAnchor(b,D),r=a.isHorizontal(D),n=j(t,e.touches,h.default(e.currentTarget)),i=S(t,e.touches,g.default(e.currentTarget));if(L&&Z.current.contains(e.target)&&null===x){const t=function({domTreeShapes:e,start:t,current:r,anchor:n}){const i={x:"scrollLeft",y:"scrollTop"},a={x:"scrollWidth",y:"scrollHeight"},u={x:"clientWidth",y:"clientHeight"};return e.some(e=>{let o=r>=t;"top"!==n&&"left"!==n||(o=!o);const s="left"===n||"right"===n?"x":"y",l=Math.round(e[i[s]]),c=l>0,d=l+e[u[s]]<e[a[s]];return!!(o&&d||!o&&c)})}({domTreeShapes:function(e,t){const r=[];for(;e&&e!==t.parentElement;){const n=g.default(t).getComputedStyle(e);"absolute"===n.getPropertyValue("position")||"hidden"===n.getPropertyValue("overflow-x")||(e.clientWidth>0&&e.scrollWidth>e.clientWidth||e.clientHeight>0&&e.scrollHeight>e.clientHeight)&&r.push(e),e=e.parentElement}return r}(e.target,Z.current),start:r?K.current.startX:K.current.startY,current:r?n:i,anchor:D});if(t)return void(x=!0);x=K.current}if(null==K.current.isSwiping){const t=Math.abs(n-K.current.startX),a=Math.abs(i-K.current.startY),u=r?t>a&&t>3:a>t&&a>3;if(u&&e.cancelable&&e.preventDefault(),!0===u||(r?a>3:t>3)){if(K.current.isSwiping=u,!u)return void ie(e);K.current.startX=n,K.current.startY=i,O||L||(r?K.current.startX-=20:K.current.startY-=20)}}if(!K.current.isSwiping)return;const u=k(r,Z.current);let o=r?K.current.startX:K.current.startY;L&&!K.current.paperHit&&(o=Math.min(o,u));const s=E(r?n:i,o,L,u);if(L)if(K.current.paperHit)0===s&&(K.current.startX=n,K.current.startY=i);else{if(!(r?n<u:i<u))return;K.current.paperHit=!0,K.current.startX=n,K.current.startY=i}null===K.current.lastTranslate&&(K.current.lastTranslate=s,K.current.lastTime=performance.now()+1);const l=(s-K.current.lastTranslate)/(performance.now()-K.current.lastTime)*1e3;K.current.velocity=.4*K.current.velocity+.6*l,K.current.lastTranslate=s,K.current.lastTime=performance.now(),e.cancelable&&e.preventDefault(),ne(s)}),oe=p.default(e=>{if(e.defaultPrevented)return;if(e.defaultMuiPrevented)return;if(L&&(A||!U.current.contains(e.target))&&!Z.current.contains(e.target))return;const t=a.getAnchor(b,D),r=a.isHorizontal(D),n=j(t,e.touches,h.default(e.currentTarget)),i=S(t,e.touches,g.default(e.currentTarget));if(!L){var u;if(H||!(e.target===Q.current||null!=(u=Z.current)&&u.contains(e.target)&&("function"==typeof W?W(e,Q.current,Z.current):W)))return;if(r){if(n>z)return}else if(i>z)return}e.defaultMuiPrevented=!0,x=null,K.current.startX=n,K.current.startY=i,ae()});return v.useEffect(()=>{if("temporary"===I){const e=h.default(Z.current);return e.addEventListener("touchstart",oe),e.addEventListener("touchmove",ue,{passive:!L}),e.addEventListener("touchend",ie),()=>{e.removeEventListener("touchstart",oe),e.removeEventListener("touchmove",ue,{passive:!L}),e.removeEventListener("touchend",ie)}}},[I,L,oe,ue,ie]),v.useEffect(()=>()=>{x===K.current&&(x=null)},[]),v.useEffect(()=>{L||J(!1)},[L]),/* @__PURE__ */l.jsxs(v.Fragment,{children:[/* @__PURE__ */l.jsx(a.default,e.default({open:!("temporary"!==I||!G)||L,variant:I,ModalProps:e.default({BackdropProps:e.default({},C,{ref:U})},"temporary"===I&&{keepMounted:!0},_),hideBackdrop:A,PaperProps:e.default({},F,{style:e.default({pointerEvents:"temporary"!==I||L||W?"":"none"},F.style),ref:ee}),anchor:D,transitionDuration:re.current||N,onClose:X,ref:n},$)),!H&&"temporary"===I&&/* @__PURE__ */l.jsx(m.default,{children:/* @__PURE__ */l.jsx(s.default,e.default({anchor:D,ref:Q,width:z},V))})]})});"production"!=={}.NODE_ENV&&(D.propTypes={allowSwipeInChildren:i.default.oneOfType([i.default.func,i.default.bool]),anchor:i.default.oneOf(["bottom","left","right","top"]),children:i.default.node,disableBackdropTransition:i.default.bool,disableDiscovery:i.default.bool,disableSwipeToOpen:i.default.bool,hideBackdrop:i.default.bool,hysteresis:i.default.number,minFlingVelocity:i.default.number,ModalProps:i.default.shape({BackdropProps:i.default.shape({component:b.default})}),onClose:i.default.func.isRequired,onOpen:i.default.func.isRequired,open:i.default.bool,PaperProps:i.default.shape({component:b.default,style:i.default.object}),SwipeAreaProps:i.default.object,swipeAreaWidth:i.default.number,transitionDuration:i.default.oneOfType([i.default.number,i.default.shape({appear:i.default.number,enter:i.default.number,exit:i.default.number})]),variant:i.default.oneOf(["permanent","persistent","temporary"])}),exports.default=D;
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer.js"],"sourcesContent":["'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"BackdropProps\"],\n _excluded2 = [\"anchor\", \"disableBackdropTransition\", \"disableDiscovery\", \"disableSwipeToOpen\", \"hideBackdrop\", \"hysteresis\", \"allowSwipeInChildren\", \"minFlingVelocity\", \"ModalProps\", \"onClose\", \"onOpen\", \"open\", \"PaperProps\", \"SwipeAreaProps\", \"swipeAreaWidth\", \"transitionDuration\", \"variant\"];\nimport * as React from 'react';\nimport * as ReactDOM from 'react-dom';\nimport PropTypes from 'prop-types';\nimport elementTypeAcceptingRef from '@mui/utils/elementTypeAcceptingRef';\nimport NoSsr from '../NoSsr';\nimport { useDefaultProps } from '../DefaultPropsProvider';\nimport Drawer, { getAnchor, isHorizontal } from '../Drawer/Drawer';\nimport useForkRef from '../utils/useForkRef';\nimport ownerDocument from '../utils/ownerDocument';\nimport ownerWindow from '../utils/ownerWindow';\nimport useEventCallback from '../utils/useEventCallback';\nimport useEnhancedEffect from '../utils/useEnhancedEffect';\nimport useTheme from '../styles/useTheme';\nimport { getTransitionProps } from '../transitions/utils';\nimport SwipeArea from './SwipeArea';\n\n// This value is closed to what browsers are using internally to\n// trigger a native scroll.\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nconst UNCERTAINTY_THRESHOLD = 3; // px\n\n// This is the part of the drawer displayed on touch start.\nconst DRAG_STARTED_SIGNAL = 20; // px\n\n// We can only have one instance at the time claiming ownership for handling the swipe.\n// Otherwise, the UX would be confusing.\n// That's why we use a singleton here.\nlet claimedSwipeInstance = null;\n\n// Exported for test purposes.\nexport function reset() {\n claimedSwipeInstance = null;\n}\nfunction calculateCurrentX(anchor, touches, doc) {\n return anchor === 'right' ? doc.body.offsetWidth - touches[0].pageX : touches[0].pageX;\n}\nfunction calculateCurrentY(anchor, touches, containerWindow) {\n return anchor === 'bottom' ? containerWindow.innerHeight - touches[0].clientY : touches[0].clientY;\n}\nfunction getMaxTranslate(horizontalSwipe, paperInstance) {\n return horizontalSwipe ? paperInstance.clientWidth : paperInstance.clientHeight;\n}\nfunction getTranslate(currentTranslate, startLocation, open, maxTranslate) {\n return Math.min(Math.max(open ? startLocation - currentTranslate : maxTranslate + startLocation - currentTranslate, 0), maxTranslate);\n}\n\n/**\n * @param {Element | null} element\n * @param {Element} rootNode\n */\nfunction getDomTreeShapes(element, rootNode) {\n // Adapted from https://github.com/oliviertassinari/react-swipeable-views/blob/7666de1dba253b896911adf2790ce51467670856/packages/react-swipeable-views/src/SwipeableViews.js#L129\n const domTreeShapes = [];\n while (element && element !== rootNode.parentElement) {\n const style = ownerWindow(rootNode).getComputedStyle(element);\n if (\n // Ignore the scroll children if the element is absolute positioned.\n style.getPropertyValue('position') === 'absolute' ||\n // Ignore the scroll children if the element has an overflowX hidden\n style.getPropertyValue('overflow-x') === 'hidden') {\n // noop\n } else if (element.clientWidth > 0 && element.scrollWidth > element.clientWidth || element.clientHeight > 0 && element.scrollHeight > element.clientHeight) {\n // Ignore the nodes that have no width.\n // Keep elements with a scroll\n domTreeShapes.push(element);\n }\n element = element.parentElement;\n }\n return domTreeShapes;\n}\n\n/**\n * @param {object} param0\n * @param {ReturnType<getDomTreeShapes>} param0.domTreeShapes\n */\nfunction computeHasNativeHandler({\n domTreeShapes,\n start,\n current,\n anchor\n}) {\n // Adapted from https://github.com/oliviertassinari/react-swipeable-views/blob/7666de1dba253b896911adf2790ce51467670856/packages/react-swipeable-views/src/SwipeableViews.js#L175\n const axisProperties = {\n scrollPosition: {\n x: 'scrollLeft',\n y: 'scrollTop'\n },\n scrollLength: {\n x: 'scrollWidth',\n y: 'scrollHeight'\n },\n clientLength: {\n x: 'clientWidth',\n y: 'clientHeight'\n }\n };\n return domTreeShapes.some(shape => {\n // Determine if we are going backward or forward.\n let goingForward = current >= start;\n if (anchor === 'top' || anchor === 'left') {\n goingForward = !goingForward;\n }\n const axis = anchor === 'left' || anchor === 'right' ? 'x' : 'y';\n const scrollPosition = Math.round(shape[axisProperties.scrollPosition[axis]]);\n const areNotAtStart = scrollPosition > 0;\n const areNotAtEnd = scrollPosition + shape[axisProperties.clientLength[axis]] < shape[axisProperties.scrollLength[axis]];\n if (goingForward && areNotAtEnd || !goingForward && areNotAtStart) {\n return true;\n }\n return false;\n });\n}\nconst iOS = typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent);\nconst SwipeableDrawer = /*#__PURE__*/React.forwardRef(function SwipeableDrawer(inProps, ref) {\n const props = useDefaultProps({\n name: 'MuiSwipeableDrawer',\n props: inProps\n });\n const theme = useTheme();\n const transitionDurationDefault = {\n enter: theme.transitions.duration.enteringScreen,\n exit: theme.transitions.duration.leavingScreen\n };\n const {\n anchor = 'left',\n disableBackdropTransition = false,\n disableDiscovery = false,\n disableSwipeToOpen = iOS,\n hideBackdrop,\n hysteresis = 0.52,\n allowSwipeInChildren = false,\n minFlingVelocity = 450,\n ModalProps: {\n BackdropProps\n } = {},\n onClose,\n onOpen,\n open = false,\n PaperProps = {},\n SwipeAreaProps,\n swipeAreaWidth = 20,\n transitionDuration = transitionDurationDefault,\n variant = 'temporary' // Mobile first.\n } = props,\n ModalPropsProp = _objectWithoutPropertiesLoose(props.ModalProps, _excluded),\n other = _objectWithoutPropertiesLoose(props, _excluded2);\n const [maybeSwiping, setMaybeSwiping] = React.useState(false);\n const swipeInstance = React.useRef({\n isSwiping: null\n });\n const swipeAreaRef = React.useRef();\n const backdropRef = React.useRef();\n const paperRef = React.useRef();\n const handleRef = useForkRef(PaperProps.ref, paperRef);\n const touchDetected = React.useRef(false);\n\n // Ref for transition duration based on / to match swipe speed\n const calculatedDurationRef = React.useRef();\n\n // Use a ref so the open value used is always up to date inside useCallback.\n useEnhancedEffect(() => {\n calculatedDurationRef.current = null;\n }, [open]);\n const setPosition = React.useCallback((translate, options = {}) => {\n const {\n mode = null,\n changeTransition = true\n } = options;\n const anchorRtl = getAnchor(theme, anchor);\n const rtlTranslateMultiplier = ['right', 'bottom'].indexOf(anchorRtl) !== -1 ? 1 : -1;\n const horizontalSwipe = isHorizontal(anchor);\n const transform = horizontalSwipe ? `translate(${rtlTranslateMultiplier * translate}px, 0)` : `translate(0, ${rtlTranslateMultiplier * translate}px)`;\n const drawerStyle = paperRef.current.style;\n drawerStyle.webkitTransform = transform;\n drawerStyle.transform = transform;\n let transition = '';\n if (mode) {\n transition = theme.transitions.create('all', getTransitionProps({\n easing: undefined,\n style: undefined,\n timeout: transitionDuration\n }, {\n mode\n }));\n }\n if (changeTransition) {\n drawerStyle.webkitTransition = transition;\n drawerStyle.transition = transition;\n }\n if (!disableBackdropTransition && !hideBackdrop) {\n const backdropStyle = backdropRef.current.style;\n backdropStyle.opacity = 1 - translate / getMaxTranslate(horizontalSwipe, paperRef.current);\n if (changeTransition) {\n backdropStyle.webkitTransition = transition;\n backdropStyle.transition = transition;\n }\n }\n }, [anchor, disableBackdropTransition, hideBackdrop, theme, transitionDuration]);\n const handleBodyTouchEnd = useEventCallback(nativeEvent => {\n if (!touchDetected.current) {\n return;\n }\n claimedSwipeInstance = null;\n touchDetected.current = false;\n ReactDOM.flushSync(() => {\n setMaybeSwiping(false);\n });\n\n // The swipe wasn't started.\n if (!swipeInstance.current.isSwiping) {\n swipeInstance.current.isSwiping = null;\n return;\n }\n swipeInstance.current.isSwiping = null;\n const anchorRtl = getAnchor(theme, anchor);\n const horizontal = isHorizontal(anchor);\n let current;\n if (horizontal) {\n current = calculateCurrentX(anchorRtl, nativeEvent.changedTouches, ownerDocument(nativeEvent.currentTarget));\n } else {\n current = calculateCurrentY(anchorRtl, nativeEvent.changedTouches, ownerWindow(nativeEvent.currentTarget));\n }\n const startLocation = horizontal ? swipeInstance.current.startX : swipeInstance.current.startY;\n const maxTranslate = getMaxTranslate(horizontal, paperRef.current);\n const currentTranslate = getTranslate(current, startLocation, open, maxTranslate);\n const translateRatio = currentTranslate / maxTranslate;\n if (Math.abs(swipeInstance.current.velocity) > minFlingVelocity) {\n // Calculate transition duration to match swipe speed\n calculatedDurationRef.current = Math.abs((maxTranslate - currentTranslate) / swipeInstance.current.velocity) * 1000;\n }\n if (open) {\n if (swipeInstance.current.velocity > minFlingVelocity || translateRatio > hysteresis) {\n onClose();\n } else {\n // Reset the position, the swipe was aborted.\n setPosition(0, {\n mode: 'exit'\n });\n }\n return;\n }\n if (swipeInstance.current.velocity < -minFlingVelocity || 1 - translateRatio > hysteresis) {\n onOpen();\n } else {\n // Reset the position, the swipe was aborted.\n setPosition(getMaxTranslate(horizontal, paperRef.current), {\n mode: 'enter'\n });\n }\n });\n const startMaybeSwiping = (force = false) => {\n if (!maybeSwiping) {\n // on Safari Mobile, if you want to be able to have the 'click' event fired on child elements, nothing in the DOM can be changed.\n // this is because Safari Mobile will not fire any mouse events (still fires touch though) if the DOM changes during mousemove.\n // so do this change on first touchmove instead of touchstart\n if (force || !(disableDiscovery && allowSwipeInChildren)) {\n ReactDOM.flushSync(() => {\n setMaybeSwiping(true);\n });\n }\n const horizontalSwipe = isHorizontal(anchor);\n if (!open && paperRef.current) {\n // The ref may be null when a parent component updates while swiping.\n setPosition(getMaxTranslate(horizontalSwipe, paperRef.current) + (disableDiscovery ? 15 : -DRAG_STARTED_SIGNAL), {\n changeTransition: false\n });\n }\n swipeInstance.current.velocity = 0;\n swipeInstance.current.lastTime = null;\n swipeInstance.current.lastTranslate = null;\n swipeInstance.current.paperHit = false;\n touchDetected.current = true;\n }\n };\n const handleBodyTouchMove = useEventCallback(nativeEvent => {\n // the ref may be null when a parent component updates while swiping\n if (!paperRef.current || !touchDetected.current) {\n return;\n }\n\n // We are not supposed to handle this touch move because the swipe was started in a scrollable container in the drawer\n if (claimedSwipeInstance !== null && claimedSwipeInstance !== swipeInstance.current) {\n return;\n }\n startMaybeSwiping(true);\n const anchorRtl = getAnchor(theme, anchor);\n const horizontalSwipe = isHorizontal(anchor);\n const currentX = calculateCurrentX(anchorRtl, nativeEvent.touches, ownerDocument(nativeEvent.currentTarget));\n const currentY = calculateCurrentY(anchorRtl, nativeEvent.touches, ownerWindow(nativeEvent.currentTarget));\n if (open && paperRef.current.contains(nativeEvent.target) && claimedSwipeInstance === null) {\n const domTreeShapes = getDomTreeShapes(nativeEvent.target, paperRef.current);\n const hasNativeHandler = computeHasNativeHandler({\n domTreeShapes,\n start: horizontalSwipe ? swipeInstance.current.startX : swipeInstance.current.startY,\n current: horizontalSwipe ? currentX : currentY,\n anchor\n });\n if (hasNativeHandler) {\n claimedSwipeInstance = true;\n return;\n }\n claimedSwipeInstance = swipeInstance.current;\n }\n\n // We don't know yet.\n if (swipeInstance.current.isSwiping == null) {\n const dx = Math.abs(currentX - swipeInstance.current.startX);\n const dy = Math.abs(currentY - swipeInstance.current.startY);\n const definitelySwiping = horizontalSwipe ? dx > dy && dx > UNCERTAINTY_THRESHOLD : dy > dx && dy > UNCERTAINTY_THRESHOLD;\n if (definitelySwiping && nativeEvent.cancelable) {\n nativeEvent.preventDefault();\n }\n if (definitelySwiping === true || (horizontalSwipe ? dy > UNCERTAINTY_THRESHOLD : dx > UNCERTAINTY_THRESHOLD)) {\n swipeInstance.current.isSwiping = definitelySwiping;\n if (!definitelySwiping) {\n handleBodyTouchEnd(nativeEvent);\n return;\n }\n\n // Shift the starting point.\n swipeInstance.current.startX = currentX;\n swipeInstance.current.startY = currentY;\n\n // Compensate for the part of the drawer displayed on touch start.\n if (!disableDiscovery && !open) {\n if (horizontalSwipe) {\n swipeInstance.current.startX -= DRAG_STARTED_SIGNAL;\n } else {\n swipeInstance.current.startY -= DRAG_STARTED_SIGNAL;\n }\n }\n }\n }\n if (!swipeInstance.current.isSwiping) {\n return;\n }\n const maxTranslate = getMaxTranslate(horizontalSwipe, paperRef.current);\n let startLocation = horizontalSwipe ? swipeInstance.current.startX : swipeInstance.current.startY;\n if (open && !swipeInstance.current.paperHit) {\n startLocation = Math.min(startLocation, maxTranslate);\n }\n const translate = getTranslate(horizontalSwipe ? currentX : currentY, startLocation, open, maxTranslate);\n if (open) {\n if (!swipeInstance.current.paperHit) {\n const paperHit = horizontalSwipe ? currentX < maxTranslate : currentY < maxTranslate;\n if (paperHit) {\n swipeInstance.current.paperHit = true;\n swipeInstance.current.startX = currentX;\n swipeInstance.current.startY = currentY;\n } else {\n return;\n }\n } else if (translate === 0) {\n swipeInstance.current.startX = currentX;\n swipeInstance.current.startY = currentY;\n }\n }\n if (swipeInstance.current.lastTranslate === null) {\n swipeInstance.current.lastTranslate = translate;\n swipeInstance.current.lastTime = performance.now() + 1;\n }\n const velocity = (translate - swipeInstance.current.lastTranslate) / (performance.now() - swipeInstance.current.lastTime) * 1e3;\n\n // Low Pass filter.\n swipeInstance.current.velocity = swipeInstance.current.velocity * 0.4 + velocity * 0.6;\n swipeInstance.current.lastTranslate = translate;\n swipeInstance.current.lastTime = performance.now();\n\n // We are swiping, let's prevent the scroll event on iOS.\n if (nativeEvent.cancelable) {\n nativeEvent.preventDefault();\n }\n setPosition(translate);\n });\n const handleBodyTouchStart = useEventCallback(nativeEvent => {\n // We are not supposed to handle this touch move.\n // Example of use case: ignore the event if there is a Slider.\n if (nativeEvent.defaultPrevented) {\n return;\n }\n\n // We can only have one node at the time claiming ownership for handling the swipe.\n if (nativeEvent.defaultMuiPrevented) {\n return;\n }\n\n // At least one element clogs the drawer interaction zone.\n if (open && (hideBackdrop || !backdropRef.current.contains(nativeEvent.target)) && !paperRef.current.contains(nativeEvent.target)) {\n return;\n }\n const anchorRtl = getAnchor(theme, anchor);\n const horizontalSwipe = isHorizontal(anchor);\n const currentX = calculateCurrentX(anchorRtl, nativeEvent.touches, ownerDocument(nativeEvent.currentTarget));\n const currentY = calculateCurrentY(anchorRtl, nativeEvent.touches, ownerWindow(nativeEvent.currentTarget));\n if (!open) {\n var _paperRef$current;\n // logic for if swipe should be ignored:\n // if disableSwipeToOpen\n // if target != swipeArea, and target is not a child of paper ref\n // if is a child of paper ref, and `allowSwipeInChildren` does not allow it\n if (disableSwipeToOpen || !(nativeEvent.target === swipeAreaRef.current || (_paperRef$current = paperRef.current) != null && _paperRef$current.contains(nativeEvent.target) && (typeof allowSwipeInChildren === 'function' ? allowSwipeInChildren(nativeEvent, swipeAreaRef.current, paperRef.current) : allowSwipeInChildren))) {\n return;\n }\n if (horizontalSwipe) {\n if (currentX > swipeAreaWidth) {\n return;\n }\n } else if (currentY > swipeAreaWidth) {\n return;\n }\n }\n nativeEvent.defaultMuiPrevented = true;\n claimedSwipeInstance = null;\n swipeInstance.current.startX = currentX;\n swipeInstance.current.startY = currentY;\n startMaybeSwiping();\n });\n React.useEffect(() => {\n if (variant === 'temporary') {\n const doc = ownerDocument(paperRef.current);\n doc.addEventListener('touchstart', handleBodyTouchStart);\n // A blocking listener prevents Firefox's navbar to auto-hide on scroll.\n // It only needs to prevent scrolling on the drawer's content when open.\n // When closed, the overlay prevents scrolling.\n doc.addEventListener('touchmove', handleBodyTouchMove, {\n passive: !open\n });\n doc.addEventListener('touchend', handleBodyTouchEnd);\n return () => {\n doc.removeEventListener('touchstart', handleBodyTouchStart);\n doc.removeEventListener('touchmove', handleBodyTouchMove, {\n passive: !open\n });\n doc.removeEventListener('touchend', handleBodyTouchEnd);\n };\n }\n return undefined;\n }, [variant, open, handleBodyTouchStart, handleBodyTouchMove, handleBodyTouchEnd]);\n React.useEffect(() => () => {\n // We need to release the lock.\n if (claimedSwipeInstance === swipeInstance.current) {\n claimedSwipeInstance = null;\n }\n }, []);\n React.useEffect(() => {\n if (!open) {\n setMaybeSwiping(false);\n }\n }, [open]);\n return /*#__PURE__*/_jsxs(React.Fragment, {\n children: [/*#__PURE__*/_jsx(Drawer, _extends({\n open: variant === 'temporary' && maybeSwiping ? true : open,\n variant: variant,\n ModalProps: _extends({\n BackdropProps: _extends({}, BackdropProps, {\n ref: backdropRef\n })\n }, variant === 'temporary' && {\n keepMounted: true\n }, ModalPropsProp),\n hideBackdrop: hideBackdrop,\n PaperProps: _extends({}, PaperProps, {\n style: _extends({\n pointerEvents: variant === 'temporary' && !open && !allowSwipeInChildren ? 'none' : ''\n }, PaperProps.style),\n ref: handleRef\n }),\n anchor: anchor,\n transitionDuration: calculatedDurationRef.current || transitionDuration,\n onClose: onClose,\n ref: ref\n }, other)), !disableSwipeToOpen && variant === 'temporary' && /*#__PURE__*/_jsx(NoSsr, {\n children: /*#__PURE__*/_jsx(SwipeArea, _extends({\n anchor: anchor,\n ref: swipeAreaRef,\n width: swipeAreaWidth\n }, SwipeAreaProps))\n })]\n });\n});\nprocess.env.NODE_ENV !== \"production\" ? SwipeableDrawer.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the d.ts file and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * If set to true, the swipe event will open the drawer even if the user begins the swipe on one of the drawer's children.\n * This can be useful in scenarios where the drawer is partially visible.\n * You can customize it further with a callback that determines which children the user can drag over to open the drawer\n * (for example, to ignore other elements that handle touch move events, like sliders).\n *\n * @param {TouchEvent} event The 'touchstart' event\n * @param {HTMLDivElement} swipeArea The swipe area element\n * @param {HTMLDivElement} paper The drawer's paper element\n *\n * @default false\n */\n allowSwipeInChildren: PropTypes.oneOfType([PropTypes.func, PropTypes.bool]),\n /**\n * @ignore\n */\n anchor: PropTypes.oneOf(['bottom', 'left', 'right', 'top']),\n /**\n * The content of the component.\n */\n children: PropTypes.node,\n /**\n * Disable the backdrop transition.\n * This can improve the FPS on low-end devices.\n * @default false\n */\n disableBackdropTransition: PropTypes.bool,\n /**\n * If `true`, touching the screen near the edge of the drawer will not slide in the drawer a bit\n * to promote accidental discovery of the swipe gesture.\n * @default false\n */\n disableDiscovery: PropTypes.bool,\n /**\n * If `true`, swipe to open is disabled. This is useful in browsers where swiping triggers\n * navigation actions. Swipe to open is disabled on iOS browsers by default.\n * @default typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent)\n */\n disableSwipeToOpen: PropTypes.bool,\n /**\n * @ignore\n */\n hideBackdrop: PropTypes.bool,\n /**\n * Affects how far the drawer must be opened/closed to change its state.\n * Specified as percent (0-1) of the width of the drawer\n * @default 0.52\n */\n hysteresis: PropTypes.number,\n /**\n * Defines, from which (average) velocity on, the swipe is\n * defined as complete although hysteresis isn't reached.\n * Good threshold is between 250 - 1000 px/s\n * @default 450\n */\n minFlingVelocity: PropTypes.number,\n /**\n * @ignore\n */\n ModalProps: PropTypes /* @typescript-to-proptypes-ignore */.shape({\n BackdropProps: PropTypes.shape({\n component: elementTypeAcceptingRef\n })\n }),\n /**\n * Callback fired when the component requests to be closed.\n *\n * @param {React.SyntheticEvent<{}>} event The event source of the callback.\n */\n onClose: PropTypes.func.isRequired,\n /**\n * Callback fired when the component requests to be opened.\n *\n * @param {React.SyntheticEvent<{}>} event The event source of the callback.\n */\n onOpen: PropTypes.func.isRequired,\n /**\n * If `true`, the component is shown.\n * @default false\n */\n open: PropTypes.bool,\n /**\n * @ignore\n */\n PaperProps: PropTypes /* @typescript-to-proptypes-ignore */.shape({\n component: elementTypeAcceptingRef,\n style: PropTypes.object\n }),\n /**\n * The element is used to intercept the touch events on the edge.\n */\n SwipeAreaProps: PropTypes.object,\n /**\n * The width of the left most (or right most) area in `px` that\n * the drawer can be swiped open from.\n * @default 20\n */\n swipeAreaWidth: PropTypes.number,\n /**\n * The duration for the transition, in milliseconds.\n * You may specify a single timeout for all transitions, or individually with an object.\n * @default {\n * enter: theme.transitions.duration.enteringScreen,\n * exit: theme.transitions.duration.leavingScreen,\n * }\n */\n transitionDuration: PropTypes.oneOfType([PropTypes.number, PropTypes.shape({\n appear: PropTypes.number,\n enter: PropTypes.number,\n exit: PropTypes.number\n })]),\n /**\n * @ignore\n */\n variant: PropTypes.oneOf(['permanent', 'persistent', 'temporary'])\n} : void 0;\nexport default SwipeableDrawer;"],"names":["_excluded","_excluded2","claimedSwipeInstance","calculateCurrentX","anchor","touches","doc","body","offsetWidth","pageX","calculateCurrentY","containerWindow","innerHeight","clientY","getMaxTranslate","horizontalSwipe","paperInstance","clientWidth","clientHeight","getTranslate","currentTranslate","startLocation","open","maxTranslate","Math","min","max","iOS","navigator","test","userAgent","SwipeableDrawer","React","forwardRef","inProps","ref","props","useDefaultProps","name","theme","useTheme","transitionDurationDefault","enter","transitions","duration","enteringScreen","exit","leavingScreen","disableBackdropTransition","disableDiscovery","disableSwipeToOpen","hideBackdrop","hysteresis","allowSwipeInChildren","minFlingVelocity","ModalProps","BackdropProps","onClose","onOpen","PaperProps","SwipeAreaProps","swipeAreaWidth","transitionDuration","variant","ModalPropsProp","_objectWithoutPropertiesLoose","other","maybeSwiping","setMaybeSwiping","useState","swipeInstance","useRef","isSwiping","swipeAreaRef","backdropRef","paperRef","handleRef","useForkRef","touchDetected","calculatedDurationRef","useEnhancedEffect","current","setPosition","useCallback","translate","options","mode","changeTransition","anchorRtl","getAnchor","rtlTranslateMultiplier","indexOf","isHorizontal","transform","drawerStyle","style","webkitTransform","transition","create","getTransitionProps","easing","timeout","webkitTransition","backdropStyle","opacity","handleBodyTouchEnd","useEventCallback","nativeEvent","ReactDOM","flushSync","horizontal","changedTouches","ownerDocument","currentTarget","ownerWindow","startX","startY","translateRatio","abs","velocity","startMaybeSwiping","force","lastTime","lastTranslate","paperHit","handleBodyTouchMove","currentX","currentY","contains","target","hasNativeHandler","domTreeShapes","start","axisProperties","x","y","some","shape","goingForward","axis","scrollPosition","round","areNotAtStart","areNotAtEnd","computeHasNativeHandler","element","rootNode","parentElement","getComputedStyle","getPropertyValue","scrollWidth","scrollHeight","push","getDomTreeShapes","dx","dy","definitelySwiping","cancelable","preventDefault","performance","now","handleBodyTouchStart","defaultPrevented","defaultMuiPrevented","_paperRef$current","useEffect","addEventListener","passive","removeEventListener","_jsxs","Fragment","children","_jsx","Drawer","_extends","keepMounted","pointerEvents","NoSsr","SwipeArea","width","NODE_ENV","propTypes","PropTypes","oneOfType","func","bool","oneOf","node","number","component","elementTypeAcceptingRef","isRequired","object","appear"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,443 +0,0 @@
|
|
|
1
|
-
import _objectWithoutPropertiesLoose from "../../../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose/index.esm.js";
|
|
2
|
-
import _extends from "../../../../@babel/runtime/helpers/esm/extends/index.esm.js";
|
|
3
|
-
import * as React from "react";
|
|
4
|
-
import { createElement } from "react";
|
|
5
|
-
import PropTypes from "../../../../prop-types/index/index.esm.js";
|
|
6
|
-
import { clsx } from "../../../../clsx/dist/clsx/index.esm.js";
|
|
7
|
-
import styled from "../../styles/styled/index.esm.js";
|
|
8
|
-
import TablePaginationActions from "../TablePaginationActions/index.esm.js";
|
|
9
|
-
import tablePaginationClasses, { getTablePaginationUtilityClass } from "../tablePaginationClasses/index.esm.js";
|
|
10
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
-
import { useDefaultProps } from "../../DefaultPropsProvider/DefaultPropsProvider/index.esm.js";
|
|
12
|
-
import useId from "../../../utils/esm/useId/useId/index.esm.js";
|
|
13
|
-
import TableCell from "../../TableCell/TableCell/index.esm.js";
|
|
14
|
-
import InputBase from "../../InputBase/InputBase/index.esm.js";
|
|
15
|
-
import isHostComponent from "../../../utils/esm/isHostComponent/isHostComponent/index.esm.js";
|
|
16
|
-
import composeClasses from "../../../utils/esm/composeClasses/composeClasses/index.esm.js";
|
|
17
|
-
import Toolbar from "../../Toolbar/Toolbar/index.esm.js";
|
|
18
|
-
import Select from "../../Select/Select/index.esm.js";
|
|
19
|
-
import MenuItem from "../../MenuItem/MenuItem/index.esm.js";
|
|
20
|
-
import integerPropType from "../../../utils/esm/integerPropType/integerPropType/index.esm.js";
|
|
21
|
-
import chainPropTypes from "../../../utils/esm/chainPropTypes/chainPropTypes/index.esm.js";
|
|
22
|
-
var define_process_env_default = {};
|
|
23
|
-
var _InputBase;
|
|
24
|
-
const _excluded = ["ActionsComponent", "backIconButtonProps", "className", "colSpan", "component", "count", "disabled", "getItemAriaLabel", "labelDisplayedRows", "labelRowsPerPage", "nextIconButtonProps", "onPageChange", "onRowsPerPageChange", "page", "rowsPerPage", "rowsPerPageOptions", "SelectProps", "showFirstButton", "showLastButton", "slotProps", "slots"];
|
|
25
|
-
const TablePaginationRoot = styled(TableCell, {
|
|
26
|
-
name: "MuiTablePagination",
|
|
27
|
-
slot: "Root",
|
|
28
|
-
overridesResolver: (props, styles) => styles.root
|
|
29
|
-
})(({
|
|
30
|
-
theme
|
|
31
|
-
}) => ({
|
|
32
|
-
overflow: "auto",
|
|
33
|
-
color: (theme.vars || theme).palette.text.primary,
|
|
34
|
-
fontSize: theme.typography.pxToRem(14),
|
|
35
|
-
// Increase the specificity to override TableCell.
|
|
36
|
-
"&:last-child": {
|
|
37
|
-
padding: 0
|
|
38
|
-
}
|
|
39
|
-
}));
|
|
40
|
-
const TablePaginationToolbar = styled(Toolbar, {
|
|
41
|
-
name: "MuiTablePagination",
|
|
42
|
-
slot: "Toolbar",
|
|
43
|
-
overridesResolver: (props, styles) => _extends({
|
|
44
|
-
[`& .${tablePaginationClasses.actions}`]: styles.actions
|
|
45
|
-
}, styles.toolbar)
|
|
46
|
-
})(({
|
|
47
|
-
theme
|
|
48
|
-
}) => ({
|
|
49
|
-
minHeight: 52,
|
|
50
|
-
paddingRight: 2,
|
|
51
|
-
[`${theme.breakpoints.up("xs")} and (orientation: landscape)`]: {
|
|
52
|
-
minHeight: 52
|
|
53
|
-
},
|
|
54
|
-
[theme.breakpoints.up("sm")]: {
|
|
55
|
-
minHeight: 52,
|
|
56
|
-
paddingRight: 2
|
|
57
|
-
},
|
|
58
|
-
[`& .${tablePaginationClasses.actions}`]: {
|
|
59
|
-
flexShrink: 0,
|
|
60
|
-
marginLeft: 20
|
|
61
|
-
}
|
|
62
|
-
}));
|
|
63
|
-
const TablePaginationSpacer = styled("div", {
|
|
64
|
-
name: "MuiTablePagination",
|
|
65
|
-
slot: "Spacer",
|
|
66
|
-
overridesResolver: (props, styles) => styles.spacer
|
|
67
|
-
})({
|
|
68
|
-
flex: "1 1 100%"
|
|
69
|
-
});
|
|
70
|
-
const TablePaginationSelectLabel = styled("p", {
|
|
71
|
-
name: "MuiTablePagination",
|
|
72
|
-
slot: "SelectLabel",
|
|
73
|
-
overridesResolver: (props, styles) => styles.selectLabel
|
|
74
|
-
})(({
|
|
75
|
-
theme
|
|
76
|
-
}) => _extends({}, theme.typography.body2, {
|
|
77
|
-
flexShrink: 0
|
|
78
|
-
}));
|
|
79
|
-
const TablePaginationSelect = styled(Select, {
|
|
80
|
-
name: "MuiTablePagination",
|
|
81
|
-
slot: "Select",
|
|
82
|
-
overridesResolver: (props, styles) => _extends({
|
|
83
|
-
[`& .${tablePaginationClasses.selectIcon}`]: styles.selectIcon,
|
|
84
|
-
[`& .${tablePaginationClasses.select}`]: styles.select
|
|
85
|
-
}, styles.input, styles.selectRoot)
|
|
86
|
-
})({
|
|
87
|
-
color: "inherit",
|
|
88
|
-
fontSize: "inherit",
|
|
89
|
-
flexShrink: 0,
|
|
90
|
-
marginRight: 32,
|
|
91
|
-
marginLeft: 8,
|
|
92
|
-
[`& .${tablePaginationClasses.select}`]: {
|
|
93
|
-
paddingLeft: 8,
|
|
94
|
-
paddingRight: 24,
|
|
95
|
-
textAlign: "right",
|
|
96
|
-
textAlignLast: "right"
|
|
97
|
-
// Align <select> on Chrome.
|
|
98
|
-
}
|
|
99
|
-
});
|
|
100
|
-
const TablePaginationMenuItem = styled(MenuItem, {
|
|
101
|
-
name: "MuiTablePagination",
|
|
102
|
-
slot: "MenuItem",
|
|
103
|
-
overridesResolver: (props, styles) => styles.menuItem
|
|
104
|
-
})({});
|
|
105
|
-
const TablePaginationDisplayedRows = styled("p", {
|
|
106
|
-
name: "MuiTablePagination",
|
|
107
|
-
slot: "DisplayedRows",
|
|
108
|
-
overridesResolver: (props, styles) => styles.displayedRows
|
|
109
|
-
})(({
|
|
110
|
-
theme
|
|
111
|
-
}) => _extends({}, theme.typography.body2, {
|
|
112
|
-
flexShrink: 0
|
|
113
|
-
}));
|
|
114
|
-
function defaultLabelDisplayedRows({
|
|
115
|
-
from,
|
|
116
|
-
to,
|
|
117
|
-
count
|
|
118
|
-
}) {
|
|
119
|
-
return `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`;
|
|
120
|
-
}
|
|
121
|
-
function defaultGetAriaLabel(type) {
|
|
122
|
-
return `Go to ${type} page`;
|
|
123
|
-
}
|
|
124
|
-
const useUtilityClasses = (ownerState) => {
|
|
125
|
-
const {
|
|
126
|
-
classes
|
|
127
|
-
} = ownerState;
|
|
128
|
-
const slots = {
|
|
129
|
-
root: ["root"],
|
|
130
|
-
toolbar: ["toolbar"],
|
|
131
|
-
spacer: ["spacer"],
|
|
132
|
-
selectLabel: ["selectLabel"],
|
|
133
|
-
select: ["select"],
|
|
134
|
-
input: ["input"],
|
|
135
|
-
selectIcon: ["selectIcon"],
|
|
136
|
-
menuItem: ["menuItem"],
|
|
137
|
-
displayedRows: ["displayedRows"],
|
|
138
|
-
actions: ["actions"]
|
|
139
|
-
};
|
|
140
|
-
return composeClasses(slots, getTablePaginationUtilityClass, classes);
|
|
141
|
-
};
|
|
142
|
-
const TablePagination = /* @__PURE__ */ React.forwardRef(function TablePagination2(inProps, ref) {
|
|
143
|
-
var _slotProps$select;
|
|
144
|
-
const props = useDefaultProps({
|
|
145
|
-
props: inProps,
|
|
146
|
-
name: "MuiTablePagination"
|
|
147
|
-
});
|
|
148
|
-
const {
|
|
149
|
-
ActionsComponent = TablePaginationActions,
|
|
150
|
-
backIconButtonProps,
|
|
151
|
-
className,
|
|
152
|
-
colSpan: colSpanProp,
|
|
153
|
-
component = TableCell,
|
|
154
|
-
count,
|
|
155
|
-
disabled = false,
|
|
156
|
-
getItemAriaLabel = defaultGetAriaLabel,
|
|
157
|
-
labelDisplayedRows = defaultLabelDisplayedRows,
|
|
158
|
-
labelRowsPerPage = "Rows per page:",
|
|
159
|
-
nextIconButtonProps,
|
|
160
|
-
onPageChange,
|
|
161
|
-
onRowsPerPageChange,
|
|
162
|
-
page,
|
|
163
|
-
rowsPerPage,
|
|
164
|
-
rowsPerPageOptions = [10, 25, 50, 100],
|
|
165
|
-
SelectProps = {},
|
|
166
|
-
showFirstButton = false,
|
|
167
|
-
showLastButton = false,
|
|
168
|
-
slotProps = {},
|
|
169
|
-
slots = {}
|
|
170
|
-
} = props, other = _objectWithoutPropertiesLoose(props, _excluded);
|
|
171
|
-
const ownerState = props;
|
|
172
|
-
const classes = useUtilityClasses(ownerState);
|
|
173
|
-
const selectProps = (_slotProps$select = slotProps == null ? void 0 : slotProps.select) != null ? _slotProps$select : SelectProps;
|
|
174
|
-
const MenuItemComponent = selectProps.native ? "option" : TablePaginationMenuItem;
|
|
175
|
-
let colSpan;
|
|
176
|
-
if (component === TableCell || component === "td") {
|
|
177
|
-
colSpan = colSpanProp || 1e3;
|
|
178
|
-
}
|
|
179
|
-
const selectId = useId(selectProps.id);
|
|
180
|
-
const labelId = useId(selectProps.labelId);
|
|
181
|
-
const getLabelDisplayedRowsTo = () => {
|
|
182
|
-
if (count === -1) {
|
|
183
|
-
return (page + 1) * rowsPerPage;
|
|
184
|
-
}
|
|
185
|
-
return rowsPerPage === -1 ? count : Math.min(count, (page + 1) * rowsPerPage);
|
|
186
|
-
};
|
|
187
|
-
return /* @__PURE__ */ jsx(TablePaginationRoot, _extends({
|
|
188
|
-
colSpan,
|
|
189
|
-
ref,
|
|
190
|
-
as: component,
|
|
191
|
-
ownerState,
|
|
192
|
-
className: clsx(classes.root, className)
|
|
193
|
-
}, other, {
|
|
194
|
-
children: /* @__PURE__ */ jsxs(TablePaginationToolbar, {
|
|
195
|
-
className: classes.toolbar,
|
|
196
|
-
children: [/* @__PURE__ */ jsx(TablePaginationSpacer, {
|
|
197
|
-
className: classes.spacer
|
|
198
|
-
}), rowsPerPageOptions.length > 1 && /* @__PURE__ */ jsx(TablePaginationSelectLabel, {
|
|
199
|
-
className: classes.selectLabel,
|
|
200
|
-
id: labelId,
|
|
201
|
-
children: labelRowsPerPage
|
|
202
|
-
}), rowsPerPageOptions.length > 1 && /* @__PURE__ */ jsx(TablePaginationSelect, _extends({
|
|
203
|
-
variant: "standard"
|
|
204
|
-
}, !selectProps.variant && {
|
|
205
|
-
input: _InputBase || (_InputBase = /* @__PURE__ */ jsx(InputBase, {}))
|
|
206
|
-
}, {
|
|
207
|
-
value: rowsPerPage,
|
|
208
|
-
onChange: onRowsPerPageChange,
|
|
209
|
-
id: selectId,
|
|
210
|
-
labelId
|
|
211
|
-
}, selectProps, {
|
|
212
|
-
classes: _extends({}, selectProps.classes, {
|
|
213
|
-
// TODO v5 remove `classes.input`
|
|
214
|
-
root: clsx(classes.input, classes.selectRoot, (selectProps.classes || {}).root),
|
|
215
|
-
select: clsx(classes.select, (selectProps.classes || {}).select),
|
|
216
|
-
// TODO v5 remove `selectIcon`
|
|
217
|
-
icon: clsx(classes.selectIcon, (selectProps.classes || {}).icon)
|
|
218
|
-
}),
|
|
219
|
-
disabled,
|
|
220
|
-
children: rowsPerPageOptions.map((rowsPerPageOption) => /* @__PURE__ */ createElement(MenuItemComponent, _extends({}, !isHostComponent(MenuItemComponent) && {
|
|
221
|
-
ownerState
|
|
222
|
-
}, {
|
|
223
|
-
className: classes.menuItem,
|
|
224
|
-
key: rowsPerPageOption.label ? rowsPerPageOption.label : rowsPerPageOption,
|
|
225
|
-
value: rowsPerPageOption.value ? rowsPerPageOption.value : rowsPerPageOption
|
|
226
|
-
}), rowsPerPageOption.label ? rowsPerPageOption.label : rowsPerPageOption))
|
|
227
|
-
})), /* @__PURE__ */ jsx(TablePaginationDisplayedRows, {
|
|
228
|
-
className: classes.displayedRows,
|
|
229
|
-
children: labelDisplayedRows({
|
|
230
|
-
from: count === 0 ? 0 : page * rowsPerPage + 1,
|
|
231
|
-
to: getLabelDisplayedRowsTo(),
|
|
232
|
-
count: count === -1 ? -1 : count,
|
|
233
|
-
page
|
|
234
|
-
})
|
|
235
|
-
}), /* @__PURE__ */ jsx(ActionsComponent, {
|
|
236
|
-
className: classes.actions,
|
|
237
|
-
backIconButtonProps,
|
|
238
|
-
count,
|
|
239
|
-
nextIconButtonProps,
|
|
240
|
-
onPageChange,
|
|
241
|
-
page,
|
|
242
|
-
rowsPerPage,
|
|
243
|
-
showFirstButton,
|
|
244
|
-
showLastButton,
|
|
245
|
-
slotProps: slotProps.actions,
|
|
246
|
-
slots: slots.actions,
|
|
247
|
-
getItemAriaLabel,
|
|
248
|
-
disabled
|
|
249
|
-
})]
|
|
250
|
-
})
|
|
251
|
-
}));
|
|
252
|
-
});
|
|
253
|
-
define_process_env_default.NODE_ENV !== "production" ? TablePagination.propTypes = {
|
|
254
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
255
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
256
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
257
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
258
|
-
/**
|
|
259
|
-
* The component used for displaying the actions.
|
|
260
|
-
* Either a string to use a HTML element or a component.
|
|
261
|
-
* @default TablePaginationActions
|
|
262
|
-
*/
|
|
263
|
-
ActionsComponent: PropTypes.elementType,
|
|
264
|
-
/**
|
|
265
|
-
* Props applied to the back arrow [`IconButton`](/material-ui/api/icon-button/) component.
|
|
266
|
-
*
|
|
267
|
-
* This prop is an alias for `slotProps.actions.previousButton` and will be overriden by it if both are used.
|
|
268
|
-
* @deprecated Use `slotProps.actions.previousButton` instead.
|
|
269
|
-
*/
|
|
270
|
-
backIconButtonProps: PropTypes.object,
|
|
271
|
-
/**
|
|
272
|
-
* Override or extend the styles applied to the component.
|
|
273
|
-
*/
|
|
274
|
-
classes: PropTypes.object,
|
|
275
|
-
/**
|
|
276
|
-
* @ignore
|
|
277
|
-
*/
|
|
278
|
-
className: PropTypes.string,
|
|
279
|
-
/**
|
|
280
|
-
* @ignore
|
|
281
|
-
*/
|
|
282
|
-
colSpan: PropTypes.number,
|
|
283
|
-
/**
|
|
284
|
-
* The component used for the root node.
|
|
285
|
-
* Either a string to use a HTML element or a component.
|
|
286
|
-
*/
|
|
287
|
-
component: PropTypes.elementType,
|
|
288
|
-
/**
|
|
289
|
-
* The total number of rows.
|
|
290
|
-
*
|
|
291
|
-
* To enable server side pagination for an unknown number of items, provide -1.
|
|
292
|
-
*/
|
|
293
|
-
count: integerPropType.isRequired,
|
|
294
|
-
/**
|
|
295
|
-
* If `true`, the component is disabled.
|
|
296
|
-
* @default false
|
|
297
|
-
*/
|
|
298
|
-
disabled: PropTypes.bool,
|
|
299
|
-
/**
|
|
300
|
-
* Accepts a function which returns a string value that provides a user-friendly name for the current page.
|
|
301
|
-
* This is important for screen reader users.
|
|
302
|
-
*
|
|
303
|
-
* For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
|
|
304
|
-
* @param {string} type The link or button type to format ('first' | 'last' | 'next' | 'previous').
|
|
305
|
-
* @returns {string}
|
|
306
|
-
* @default function defaultGetAriaLabel(type) {
|
|
307
|
-
* return `Go to ${type} page`;
|
|
308
|
-
* }
|
|
309
|
-
*/
|
|
310
|
-
getItemAriaLabel: PropTypes.func,
|
|
311
|
-
/**
|
|
312
|
-
* Customize the displayed rows label. Invoked with a `{ from, to, count, page }`
|
|
313
|
-
* object.
|
|
314
|
-
*
|
|
315
|
-
* For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
|
|
316
|
-
* @default function defaultLabelDisplayedRows({ from, to, count }) {
|
|
317
|
-
* return `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`;
|
|
318
|
-
* }
|
|
319
|
-
*/
|
|
320
|
-
labelDisplayedRows: PropTypes.func,
|
|
321
|
-
/**
|
|
322
|
-
* Customize the rows per page label.
|
|
323
|
-
*
|
|
324
|
-
* For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
|
|
325
|
-
* @default 'Rows per page:'
|
|
326
|
-
*/
|
|
327
|
-
labelRowsPerPage: PropTypes.node,
|
|
328
|
-
/**
|
|
329
|
-
* Props applied to the next arrow [`IconButton`](/material-ui/api/icon-button/) element.
|
|
330
|
-
*
|
|
331
|
-
* This prop is an alias for `slotProps.actions.nextButton` and will be overriden by it if both are used.
|
|
332
|
-
* @deprecated Use `slotProps.actions.nextButton` instead.
|
|
333
|
-
*/
|
|
334
|
-
nextIconButtonProps: PropTypes.object,
|
|
335
|
-
/**
|
|
336
|
-
* Callback fired when the page is changed.
|
|
337
|
-
*
|
|
338
|
-
* @param {React.MouseEvent<HTMLButtonElement> | null} event The event source of the callback.
|
|
339
|
-
* @param {number} page The page selected.
|
|
340
|
-
*/
|
|
341
|
-
onPageChange: PropTypes.func.isRequired,
|
|
342
|
-
/**
|
|
343
|
-
* Callback fired when the number of rows per page is changed.
|
|
344
|
-
*
|
|
345
|
-
* @param {React.ChangeEvent<HTMLTextAreaElement | HTMLInputElement>} event The event source of the callback.
|
|
346
|
-
*/
|
|
347
|
-
onRowsPerPageChange: PropTypes.func,
|
|
348
|
-
/**
|
|
349
|
-
* The zero-based index of the current page.
|
|
350
|
-
*/
|
|
351
|
-
page: chainPropTypes(integerPropType.isRequired, (props) => {
|
|
352
|
-
const {
|
|
353
|
-
count,
|
|
354
|
-
page,
|
|
355
|
-
rowsPerPage
|
|
356
|
-
} = props;
|
|
357
|
-
if (count === -1) {
|
|
358
|
-
return null;
|
|
359
|
-
}
|
|
360
|
-
const newLastPage = Math.max(0, Math.ceil(count / rowsPerPage) - 1);
|
|
361
|
-
if (page < 0 || page > newLastPage) {
|
|
362
|
-
return new Error(`MUI: The page prop of a TablePagination is out of range (0 to ${newLastPage}, but page is ${page}).`);
|
|
363
|
-
}
|
|
364
|
-
return null;
|
|
365
|
-
}),
|
|
366
|
-
/**
|
|
367
|
-
* The number of rows per page.
|
|
368
|
-
*
|
|
369
|
-
* Set -1 to display all the rows.
|
|
370
|
-
*/
|
|
371
|
-
rowsPerPage: integerPropType.isRequired,
|
|
372
|
-
/**
|
|
373
|
-
* Customizes the options of the rows per page select field. If less than two options are
|
|
374
|
-
* available, no select field will be displayed.
|
|
375
|
-
* Use -1 for the value with a custom label to show all the rows.
|
|
376
|
-
* @default [10, 25, 50, 100]
|
|
377
|
-
*/
|
|
378
|
-
rowsPerPageOptions: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.shape({
|
|
379
|
-
label: PropTypes.string.isRequired,
|
|
380
|
-
value: PropTypes.number.isRequired
|
|
381
|
-
})]).isRequired),
|
|
382
|
-
/**
|
|
383
|
-
* Props applied to the rows per page [`Select`](/material-ui/api/select/) element.
|
|
384
|
-
*
|
|
385
|
-
* This prop is an alias for `slotProps.select` and will be overriden by it if both are used.
|
|
386
|
-
* @deprecated Use `slotProps.select` instead.
|
|
387
|
-
*
|
|
388
|
-
* @default {}
|
|
389
|
-
*/
|
|
390
|
-
SelectProps: PropTypes.object,
|
|
391
|
-
/**
|
|
392
|
-
* If `true`, show the first-page button.
|
|
393
|
-
* @default false
|
|
394
|
-
*/
|
|
395
|
-
showFirstButton: PropTypes.bool,
|
|
396
|
-
/**
|
|
397
|
-
* If `true`, show the last-page button.
|
|
398
|
-
* @default false
|
|
399
|
-
*/
|
|
400
|
-
showLastButton: PropTypes.bool,
|
|
401
|
-
/**
|
|
402
|
-
* The props used for each slot inside the TablePagination.
|
|
403
|
-
* @default {}
|
|
404
|
-
*/
|
|
405
|
-
slotProps: PropTypes.shape({
|
|
406
|
-
actions: PropTypes.shape({
|
|
407
|
-
firstButton: PropTypes.object,
|
|
408
|
-
firstButtonIcon: PropTypes.object,
|
|
409
|
-
lastButton: PropTypes.object,
|
|
410
|
-
lastButtonIcon: PropTypes.object,
|
|
411
|
-
nextButton: PropTypes.object,
|
|
412
|
-
nextButtonIcon: PropTypes.object,
|
|
413
|
-
previousButton: PropTypes.object,
|
|
414
|
-
previousButtonIcon: PropTypes.object
|
|
415
|
-
}),
|
|
416
|
-
select: PropTypes.object
|
|
417
|
-
}),
|
|
418
|
-
/**
|
|
419
|
-
* The components used for each slot inside the TablePagination.
|
|
420
|
-
* Either a string to use a HTML element or a component.
|
|
421
|
-
* @default {}
|
|
422
|
-
*/
|
|
423
|
-
slots: PropTypes.shape({
|
|
424
|
-
actions: PropTypes.shape({
|
|
425
|
-
firstButton: PropTypes.elementType,
|
|
426
|
-
firstButtonIcon: PropTypes.elementType,
|
|
427
|
-
lastButton: PropTypes.elementType,
|
|
428
|
-
lastButtonIcon: PropTypes.elementType,
|
|
429
|
-
nextButton: PropTypes.elementType,
|
|
430
|
-
nextButtonIcon: PropTypes.elementType,
|
|
431
|
-
previousButton: PropTypes.elementType,
|
|
432
|
-
previousButtonIcon: PropTypes.elementType
|
|
433
|
-
})
|
|
434
|
-
}),
|
|
435
|
-
/**
|
|
436
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
437
|
-
*/
|
|
438
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
|
|
439
|
-
} : void 0;
|
|
440
|
-
export {
|
|
441
|
-
TablePagination as default
|
|
442
|
-
};
|
|
443
|
-
//# sourceMappingURL=index.esm.js.map
|