@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
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { GridProps } from '@mui/material';
|
|
3
|
+
import { ExpandableSummaryWrapperProps } from '../expandable-summary-wrapper/expandable-summary-wrapper';
|
|
4
|
+
|
|
5
|
+
interface DynamicLayoutWrapperProps {
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
mainContentProps?: Omit<GridProps, 'item' | 'xs'>;
|
|
8
|
+
summaryContent: React.ReactNode;
|
|
9
|
+
summaryProps?: Omit<ExpandableSummaryWrapperProps, 'children' | 'onToggle'>;
|
|
10
|
+
maxGridSize?: number;
|
|
11
|
+
defaultSummaryExpanded?: boolean;
|
|
12
|
+
expandedSummarySize?: number;
|
|
13
|
+
collapsedSummarySize?: number;
|
|
14
|
+
containerProps?: Omit<GridProps, 'container'>;
|
|
15
|
+
onLayoutChange?: (mainSize: number, summarySize: number, isExpanded: boolean) => void;
|
|
16
|
+
enableTransitions?: boolean;
|
|
17
|
+
transitionDuration?: number | string;
|
|
18
|
+
transitionEasing?: string;
|
|
19
|
+
storageKey?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare const DynamicLayoutWrapper: React.FC<DynamicLayoutWrapperProps>;
|
|
22
|
+
interface AdvancedDynamicLayoutWrapperProps extends DynamicLayoutWrapperProps {
|
|
23
|
+
responsiveConfig?: {
|
|
24
|
+
xs?: {
|
|
25
|
+
expandedSize: number;
|
|
26
|
+
collapsedSize: number;
|
|
27
|
+
};
|
|
28
|
+
sm?: {
|
|
29
|
+
expandedSize: number;
|
|
30
|
+
collapsedSize: number;
|
|
31
|
+
};
|
|
32
|
+
md?: {
|
|
33
|
+
expandedSize: number;
|
|
34
|
+
collapsedSize: number;
|
|
35
|
+
};
|
|
36
|
+
lg?: {
|
|
37
|
+
expandedSize: number;
|
|
38
|
+
collapsedSize: number;
|
|
39
|
+
};
|
|
40
|
+
xl?: {
|
|
41
|
+
expandedSize: number;
|
|
42
|
+
collapsedSize: number;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
multipleSummaries?: Array<{
|
|
46
|
+
content: React.ReactNode;
|
|
47
|
+
props?: Omit<ExpandableSummaryWrapperProps, 'children' | 'onToggle'>;
|
|
48
|
+
id: string;
|
|
49
|
+
}>;
|
|
50
|
+
layoutMode?: 'horizontal' | 'vertical' | 'adaptive';
|
|
51
|
+
minMainContentSize?: number;
|
|
52
|
+
minSummarySize?: number;
|
|
53
|
+
}
|
|
54
|
+
export declare const AdvancedDynamicLayoutWrapper: React.FC<AdvancedDynamicLayoutWrapperProps>;
|
|
55
|
+
export declare const useDynamicLayout: (maxGridSize?: number, defaultSummaryExpanded?: boolean, expandedSize?: number, collapsedSize?: number) => {
|
|
56
|
+
isExpanded: boolean;
|
|
57
|
+
summarySize: number;
|
|
58
|
+
mainSize: number;
|
|
59
|
+
toggleSummary: () => void;
|
|
60
|
+
setSummaryState: (expanded: boolean) => void;
|
|
61
|
+
};
|
|
62
|
+
export declare const calculateOptimalSizes: (totalSize: number, contentRatio?: number, minContentSize?: number, minSummarySize?: number) => {
|
|
63
|
+
contentSize: number;
|
|
64
|
+
summarySize: number;
|
|
65
|
+
totalUsed: number;
|
|
66
|
+
};
|
|
67
|
+
export default DynamicLayoutWrapper;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const DynamicModal: ({ open, onClose, title, children, handleSaveAction, buttons, ...rest }: {
|
|
2
|
+
open: boolean;
|
|
3
|
+
onClose: () => void;
|
|
4
|
+
title: string;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
buttons?: any[];
|
|
7
|
+
handleSaveAction?: () => void;
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default DynamicModal;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
export default function CustomEditor({ editorRef, data, handleEditorReady, onError, config, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
editorRef: any;
|
|
5
|
+
data?: string;
|
|
6
|
+
handleEditorReady: any;
|
|
7
|
+
onError: any;
|
|
8
|
+
config?: {};
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface EntityViewWrapperProps<T> {
|
|
4
|
+
/**
|
|
5
|
+
* Function to fetch entity data by ID
|
|
6
|
+
*/
|
|
7
|
+
fetchEntity: (id: string) => Promise<T>;
|
|
8
|
+
/**
|
|
9
|
+
* Route to navigate to if entity is not found
|
|
10
|
+
*/
|
|
11
|
+
fallbackRoute: string;
|
|
12
|
+
/**
|
|
13
|
+
* Component to render with entity data
|
|
14
|
+
*/
|
|
15
|
+
children: (entity: T) => React.ReactNode;
|
|
16
|
+
/**
|
|
17
|
+
* Optional ID field name in location.state (default: 'id')
|
|
18
|
+
*/
|
|
19
|
+
idField?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A wrapper component that handles fetching entity data using either URL parameters or location state
|
|
23
|
+
* This provides backward compatibility during migration from state-based to URL parameter-based routing
|
|
24
|
+
*/
|
|
25
|
+
declare function EntityViewWrapper<T>({ fetchEntity, fallbackRoute, children, idField }: EntityViewWrapperProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export default EntityViewWrapper;
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useState } from "react";
|
|
3
|
+
import { ERPUIProvider } from "../../providers/ERPUIProvider/index.esm.js";
|
|
4
|
+
import SharePopUpEnhanced from "../../share-modal/share-modal-enhanced/index.esm.js";
|
|
5
|
+
import { HeaderEnhanced } from "../../header/header-enhanced/index.esm.js";
|
|
6
|
+
import Box from "../../../node_modules/@mui/material/Box/Box/index.esm.js";
|
|
7
|
+
import Typography from "../../../node_modules/@mui/material/Typography/Typography/index.esm.js";
|
|
8
|
+
import FormControlLabel from "../../../node_modules/@mui/material/FormControlLabel/FormControlLabel/index.esm.js";
|
|
9
|
+
import Switch from "../../../node_modules/@mui/material/Switch/Switch/index.esm.js";
|
|
10
|
+
import Button from "../../../node_modules/@mui/material/Button/Button/index.esm.js";
|
|
11
|
+
const FlexibleReduxExample = () => {
|
|
12
|
+
const [useRedux, setUseRedux] = useState(false);
|
|
13
|
+
const [showShareModal, setShowShareModal] = useState(false);
|
|
14
|
+
const [users] = useState([
|
|
15
|
+
{ id: 1, first_name: "John", last_name: "Doe", label: "John Doe", value: 1 },
|
|
16
|
+
{ id: 2, first_name: "Jane", last_name: "Smith", label: "Jane Smith", value: 2 }
|
|
17
|
+
]);
|
|
18
|
+
const [departments] = useState([
|
|
19
|
+
{ id: 1, name: "Engineering", label: "Engineering", value: 1 },
|
|
20
|
+
{ id: 2, name: "Marketing", label: "Marketing", value: 2 }
|
|
21
|
+
]);
|
|
22
|
+
const [languages] = useState([
|
|
23
|
+
{ code: "en", label: "English", direction: "ltr" },
|
|
24
|
+
{ code: "es", label: "Spanish", direction: "ltr" },
|
|
25
|
+
{ code: "ar", label: "Arabic", direction: "rtl" }
|
|
26
|
+
]);
|
|
27
|
+
const [currentLanguage, setCurrentLanguage] = useState(languages[0]);
|
|
28
|
+
const [loading, setLoading] = useState(false);
|
|
29
|
+
const fetchUsersAndDepartments = async () => {
|
|
30
|
+
setLoading(true);
|
|
31
|
+
await new Promise((resolve) => setTimeout(resolve, 1e3));
|
|
32
|
+
setLoading(false);
|
|
33
|
+
};
|
|
34
|
+
const handleLanguageChange = (languageCode) => {
|
|
35
|
+
const language = languages.find((lang) => lang.code === languageCode);
|
|
36
|
+
if (language) {
|
|
37
|
+
setCurrentLanguage(language);
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
const handleShareSubmit = (data) => {
|
|
41
|
+
console.log("Share data:", data);
|
|
42
|
+
setShowShareModal(false);
|
|
43
|
+
};
|
|
44
|
+
return /* @__PURE__ */ jsx(ERPUIProvider, { useRedux, children: /* @__PURE__ */ jsxs(Box, { sx: { p: 3 }, children: [
|
|
45
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h4", gutterBottom: true, children: "Flexible Redux Integration Example" }),
|
|
46
|
+
/* @__PURE__ */ jsx(Typography, { variant: "body1", sx: { mb: 2 }, children: "This example demonstrates how ERP UI Library components can work with or without Redux. Toggle the switch below to see the difference." }),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
FormControlLabel,
|
|
49
|
+
{
|
|
50
|
+
control: /* @__PURE__ */ jsx(
|
|
51
|
+
Switch,
|
|
52
|
+
{
|
|
53
|
+
checked: useRedux,
|
|
54
|
+
onChange: (e) => setUseRedux(e.target.checked)
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
label: `Use Redux: ${useRedux ? "Enabled" : "Disabled"}`,
|
|
58
|
+
sx: { mb: 3 }
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ jsxs(Box, { sx: { mb: 3 }, children: [
|
|
62
|
+
/* @__PURE__ */ jsxs(Typography, { variant: "h6", gutterBottom: true, children: [
|
|
63
|
+
"Current Mode: ",
|
|
64
|
+
useRedux ? "Redux-based" : "Prop-based"
|
|
65
|
+
] }),
|
|
66
|
+
/* @__PURE__ */ jsx(Typography, { variant: "body2", color: "text.secondary", children: useRedux ? "Components are using Redux for state management" : "Components are using props and local state for data" })
|
|
67
|
+
] }),
|
|
68
|
+
/* @__PURE__ */ jsxs(Box, { sx: { border: 1, borderColor: "grey.300", borderRadius: 1, p: 2, mb: 3 }, children: [
|
|
69
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h6", gutterBottom: true, children: "Header Component" }),
|
|
70
|
+
/* @__PURE__ */ jsx(
|
|
71
|
+
HeaderEnhanced,
|
|
72
|
+
{
|
|
73
|
+
useRedux,
|
|
74
|
+
languages: useRedux ? void 0 : languages,
|
|
75
|
+
currentLanguage: useRedux ? void 0 : currentLanguage,
|
|
76
|
+
languagesLoading: useRedux ? void 0 : loading,
|
|
77
|
+
onLanguageChange: useRedux ? void 0 : handleLanguageChange,
|
|
78
|
+
onFetchLanguages: useRedux ? void 0 : fetchUsersAndDepartments
|
|
79
|
+
}
|
|
80
|
+
)
|
|
81
|
+
] }),
|
|
82
|
+
/* @__PURE__ */ jsxs(Box, { sx: { border: 1, borderColor: "grey.300", borderRadius: 1, p: 2, mb: 3 }, children: [
|
|
83
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h6", gutterBottom: true, children: "Share Modal Component" }),
|
|
84
|
+
/* @__PURE__ */ jsx(
|
|
85
|
+
Button,
|
|
86
|
+
{
|
|
87
|
+
variant: "contained",
|
|
88
|
+
onClick: () => setShowShareModal(true),
|
|
89
|
+
sx: { mb: 2 },
|
|
90
|
+
children: "Open Share Modal"
|
|
91
|
+
}
|
|
92
|
+
),
|
|
93
|
+
/* @__PURE__ */ jsx(
|
|
94
|
+
SharePopUpEnhanced,
|
|
95
|
+
{
|
|
96
|
+
open: showShareModal,
|
|
97
|
+
onClose: () => setShowShareModal(false),
|
|
98
|
+
title: "Share Document",
|
|
99
|
+
toggleSwitch: true,
|
|
100
|
+
onSubmit: handleShareSubmit,
|
|
101
|
+
useRedux,
|
|
102
|
+
users: useRedux ? void 0 : users,
|
|
103
|
+
departments: useRedux ? void 0 : departments,
|
|
104
|
+
loading: useRedux ? void 0 : loading,
|
|
105
|
+
onFetchUsersAndDepartments: useRedux ? void 0 : fetchUsersAndDepartments
|
|
106
|
+
}
|
|
107
|
+
)
|
|
108
|
+
] }),
|
|
109
|
+
/* @__PURE__ */ jsxs(Box, { sx: { border: 1, borderColor: "grey.300", borderRadius: 1, p: 2 }, children: [
|
|
110
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h6", gutterBottom: true, children: "Code Example" }),
|
|
111
|
+
/* @__PURE__ */ jsx(
|
|
112
|
+
Box,
|
|
113
|
+
{
|
|
114
|
+
component: "pre",
|
|
115
|
+
sx: {
|
|
116
|
+
backgroundColor: "grey.100",
|
|
117
|
+
p: 2,
|
|
118
|
+
borderRadius: 1,
|
|
119
|
+
overflow: "auto",
|
|
120
|
+
fontSize: "0.875rem"
|
|
121
|
+
},
|
|
122
|
+
children: useRedux ? `
|
|
123
|
+
// Redux-based usage
|
|
124
|
+
<ERPUIProvider useRedux={true} reduxStore={store} apiClient={apiClient}>
|
|
125
|
+
<HeaderEnhanced useRedux={true} />
|
|
126
|
+
<ShareModalEnhanced useRedux={true} />
|
|
127
|
+
</ERPUIProvider>
|
|
128
|
+
` : `
|
|
129
|
+
// Prop-based usage
|
|
130
|
+
<ERPUIProvider useRedux={false}>
|
|
131
|
+
<HeaderEnhanced
|
|
132
|
+
useRedux={false}
|
|
133
|
+
languages={languages}
|
|
134
|
+
currentLanguage={currentLanguage}
|
|
135
|
+
onLanguageChange={handleLanguageChange}
|
|
136
|
+
/>
|
|
137
|
+
<ShareModalEnhanced
|
|
138
|
+
useRedux={false}
|
|
139
|
+
users={users}
|
|
140
|
+
departments={departments}
|
|
141
|
+
loading={loading}
|
|
142
|
+
onFetchUsersAndDepartments={fetchUsersAndDepartments}
|
|
143
|
+
/>
|
|
144
|
+
</ERPUIProvider>
|
|
145
|
+
`
|
|
146
|
+
}
|
|
147
|
+
)
|
|
148
|
+
] })
|
|
149
|
+
] }) });
|
|
150
|
+
};
|
|
151
|
+
export {
|
|
152
|
+
FlexibleReduxExample as default
|
|
153
|
+
};
|
|
154
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../../../src/components/examples/FlexibleReduxExample.tsx"],"sourcesContent":["import React, { useState } from 'react';\nimport { Box, Button, Typography, Switch, FormControlLabel } from '@mui/material';\nimport { ERPUIProvider } from '../providers/ERPUIProvider';\nimport ShareModalEnhanced from '../share-modal/share-modal-enhanced';\nimport HeaderEnhanced from '../header/header-enhanced';\n\n/**\n * Example component demonstrating flexible Redux usage\n * This shows how components can work with or without Redux\n */\nconst FlexibleReduxExample: React.FC = () => {\n const [useRedux, setUseRedux] = useState(false);\n const [showShareModal, setShowShareModal] = useState(false);\n \n // Mock data for non-Redux usage\n const [users] = useState([\n { id: 1, first_name: 'John', last_name: 'Doe', label: 'John Doe', value: 1 },\n { id: 2, first_name: 'Jane', last_name: 'Smith', label: 'Jane Smith', value: 2 },\n ]);\n \n const [departments] = useState([\n { id: 1, name: 'Engineering', label: 'Engineering', value: 1 },\n { id: 2, name: 'Marketing', label: 'Marketing', value: 2 },\n ]);\n \n const [languages] = useState([\n { code: 'en', label: 'English', direction: 'ltr' },\n { code: 'es', label: 'Spanish', direction: 'ltr' },\n { code: 'ar', label: 'Arabic', direction: 'rtl' },\n ]);\n \n const [currentLanguage, setCurrentLanguage] = useState(languages[0]);\n const [loading, setLoading] = useState(false);\n\n // Mock API functions\n const fetchUsersAndDepartments = async () => {\n setLoading(true);\n // Simulate API call\n await new Promise(resolve => setTimeout(resolve, 1000));\n setLoading(false);\n };\n\n const handleLanguageChange = (languageCode: string) => {\n const language = languages.find(lang => lang.code === languageCode);\n if (language) {\n setCurrentLanguage(language);\n }\n };\n\n const handleShareSubmit = (data: any) => {\n console.log('Share data:', data);\n setShowShareModal(false);\n };\n\n return (\n <ERPUIProvider useRedux={useRedux}>\n <Box sx={{ p: 3 }}>\n <Typography variant=\"h4\" gutterBottom>\n Flexible Redux Integration Example\n </Typography>\n \n <Typography variant=\"body1\" sx={{ mb: 2 }}>\n This example demonstrates how ERP UI Library components can work with or without Redux.\n Toggle the switch below to see the difference.\n </Typography>\n\n <FormControlLabel\n control={\n <Switch\n checked={useRedux}\n onChange={(e) => setUseRedux(e.target.checked)}\n />\n }\n label={`Use Redux: ${useRedux ? 'Enabled' : 'Disabled'}`}\n sx={{ mb: 3 }}\n />\n\n <Box sx={{ mb: 3 }}>\n <Typography variant=\"h6\" gutterBottom>\n Current Mode: {useRedux ? 'Redux-based' : 'Prop-based'}\n </Typography>\n <Typography variant=\"body2\" color=\"text.secondary\">\n {useRedux \n ? 'Components are using Redux for state management'\n : 'Components are using props and local state for data'\n }\n </Typography>\n </Box>\n\n {/* Header Example */}\n <Box sx={{ border: 1, borderColor: 'grey.300', borderRadius: 1, p: 2, mb: 3 }}>\n <Typography variant=\"h6\" gutterBottom>\n Header Component\n </Typography>\n <HeaderEnhanced\n useRedux={useRedux}\n languages={useRedux ? undefined : languages}\n currentLanguage={useRedux ? undefined : currentLanguage}\n languagesLoading={useRedux ? undefined : loading}\n onLanguageChange={useRedux ? undefined : handleLanguageChange}\n onFetchLanguages={useRedux ? undefined : fetchUsersAndDepartments}\n />\n </Box>\n\n {/* Share Modal Example */}\n <Box sx={{ border: 1, borderColor: 'grey.300', borderRadius: 1, p: 2, mb: 3 }}>\n <Typography variant=\"h6\" gutterBottom>\n Share Modal Component\n </Typography>\n <Button\n variant=\"contained\"\n onClick={() => setShowShareModal(true)}\n sx={{ mb: 2 }}\n >\n Open Share Modal\n </Button>\n \n <ShareModalEnhanced\n open={showShareModal}\n onClose={() => setShowShareModal(false)}\n title=\"Share Document\"\n toggleSwitch={true}\n onSubmit={handleShareSubmit}\n useRedux={useRedux}\n users={useRedux ? undefined : users}\n departments={useRedux ? undefined : departments}\n loading={useRedux ? undefined : loading}\n onFetchUsersAndDepartments={useRedux ? undefined : fetchUsersAndDepartments}\n />\n </Box>\n\n {/* Code Example */}\n <Box sx={{ border: 1, borderColor: 'grey.300', borderRadius: 1, p: 2 }}>\n <Typography variant=\"h6\" gutterBottom>\n Code Example\n </Typography>\n <Box\n component=\"pre\"\n sx={{\n backgroundColor: 'grey.100',\n p: 2,\n borderRadius: 1,\n overflow: 'auto',\n fontSize: '0.875rem',\n }}\n >\n {useRedux ? `\n// Redux-based usage\n<ERPUIProvider useRedux={true} reduxStore={store} apiClient={apiClient}>\n <HeaderEnhanced useRedux={true} />\n <ShareModalEnhanced useRedux={true} />\n</ERPUIProvider>\n ` : `\n// Prop-based usage\n<ERPUIProvider useRedux={false}>\n <HeaderEnhanced\n useRedux={false}\n languages={languages}\n currentLanguage={currentLanguage}\n onLanguageChange={handleLanguageChange}\n />\n <ShareModalEnhanced\n useRedux={false}\n users={users}\n departments={departments}\n loading={loading}\n onFetchUsersAndDepartments={fetchUsersAndDepartments}\n />\n</ERPUIProvider>\n `}\n </Box>\n </Box>\n </Box>\n </ERPUIProvider>\n );\n};\n\nexport default FlexibleReduxExample;"],"names":["ShareModalEnhanced"],"mappings":";;;;;;;;;;AAUA,MAAM,uBAAiC,MAAM;AAC3C,QAAM,CAAC,UAAU,WAAW,IAAI,SAAS,KAAK;AAC9C,QAAM,CAAC,gBAAgB,iBAAiB,IAAI,SAAS,KAAK;AAG1D,QAAM,CAAC,KAAK,IAAI,SAAS;AAAA,IACvB,EAAE,IAAI,GAAG,YAAY,QAAQ,WAAW,OAAO,OAAO,YAAY,OAAO,EAAA;AAAA,IACzE,EAAE,IAAI,GAAG,YAAY,QAAQ,WAAW,SAAS,OAAO,cAAc,OAAO,EAAA;AAAA,EAAE,CAChF;AAED,QAAM,CAAC,WAAW,IAAI,SAAS;AAAA,IAC7B,EAAE,IAAI,GAAG,MAAM,eAAe,OAAO,eAAe,OAAO,EAAA;AAAA,IAC3D,EAAE,IAAI,GAAG,MAAM,aAAa,OAAO,aAAa,OAAO,EAAA;AAAA,EAAE,CAC1D;AAED,QAAM,CAAC,SAAS,IAAI,SAAS;AAAA,IAC3B,EAAE,MAAM,MAAM,OAAO,WAAW,WAAW,MAAA;AAAA,IAC3C,EAAE,MAAM,MAAM,OAAO,WAAW,WAAW,MAAA;AAAA,IAC3C,EAAE,MAAM,MAAM,OAAO,UAAU,WAAW,MAAA;AAAA,EAAM,CACjD;AAED,QAAM,CAAC,iBAAiB,kBAAkB,IAAI,SAAS,UAAU,CAAC,CAAC;AACnE,QAAM,CAAC,SAAS,UAAU,IAAI,SAAS,KAAK;AAG5C,QAAM,2BAA2B,YAAY;AAC3C,eAAW,IAAI;AAEf,UAAM,IAAI,QAAQ,CAAA,YAAW,WAAW,SAAS,GAAI,CAAC;AACtD,eAAW,KAAK;AAAA,EAClB;AAEA,QAAM,uBAAuB,CAAC,iBAAyB;AACrD,UAAM,WAAW,UAAU,KAAK,CAAA,SAAQ,KAAK,SAAS,YAAY;AAClE,QAAI,UAAU;AACZ,yBAAmB,QAAQ;AAAA,IAC7B;AAAA,EACF;AAEA,QAAM,oBAAoB,CAAC,SAAc;AACvC,YAAQ,IAAI,eAAe,IAAI;AAC/B,sBAAkB,KAAK;AAAA,EACzB;AAEA,SACE,oBAAC,iBAAc,UACb,UAAA,qBAAC,OAAI,IAAI,EAAE,GAAG,EAAA,GACZ,UAAA;AAAA,IAAA,oBAAC,YAAA,EAAW,SAAQ,MAAK,cAAY,MAAC,UAAA,sCAEtC;AAAA,IAEA,oBAAC,cAAW,SAAQ,SAAQ,IAAI,EAAE,IAAI,EAAA,GAAK,UAAA,yIAAA,CAG3C;AAAA,IAEA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,SACE;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,SAAS;AAAA,YACT,UAAU,CAAC,MAAM,YAAY,EAAE,OAAO,OAAO;AAAA,UAAA;AAAA,QAAA;AAAA,QAGjD,OAAO,cAAc,WAAW,YAAY,UAAU;AAAA,QACtD,IAAI,EAAE,IAAI,EAAA;AAAA,MAAE;AAAA,IAAA;AAAA,yBAGb,KAAA,EAAI,IAAI,EAAE,IAAI,KACb,UAAA;AAAA,MAAA,qBAAC,YAAA,EAAW,SAAQ,MAAK,cAAY,MAAC,UAAA;AAAA,QAAA;AAAA,QACrB,WAAW,gBAAgB;AAAA,MAAA,GAC5C;AAAA,MACA,oBAAC,cAAW,SAAQ,SAAQ,OAAM,kBAC/B,UAAA,WACG,oDACA,sDAAA,CAEN;AAAA,IAAA,GACF;AAAA,IAGA,qBAAC,KAAA,EAAI,IAAI,EAAE,QAAQ,GAAG,aAAa,YAAY,cAAc,GAAG,GAAG,GAAG,IAAI,KACxE,UAAA;AAAA,MAAA,oBAAC,YAAA,EAAW,SAAQ,MAAK,cAAY,MAAC,UAAA,oBAEtC;AAAA,MACA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC;AAAA,UACA,WAAW,WAAW,SAAY;AAAA,UAClC,iBAAiB,WAAW,SAAY;AAAA,UACxC,kBAAkB,WAAW,SAAY;AAAA,UACzC,kBAAkB,WAAW,SAAY;AAAA,UACzC,kBAAkB,WAAW,SAAY;AAAA,QAAA;AAAA,MAAA;AAAA,IAC3C,GACF;AAAA,IAGA,qBAAC,KAAA,EAAI,IAAI,EAAE,QAAQ,GAAG,aAAa,YAAY,cAAc,GAAG,GAAG,GAAG,IAAI,KACxE,UAAA;AAAA,MAAA,oBAAC,YAAA,EAAW,SAAQ,MAAK,cAAY,MAAC,UAAA,yBAEtC;AAAA,MACA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,SAAQ;AAAA,UACR,SAAS,MAAM,kBAAkB,IAAI;AAAA,UACrC,IAAI,EAAE,IAAI,EAAA;AAAA,UACX,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,MAID;AAAA,QAACA;AAAAA,QAAA;AAAA,UACC,MAAM;AAAA,UACN,SAAS,MAAM,kBAAkB,KAAK;AAAA,UACtC,OAAM;AAAA,UACN,cAAc;AAAA,UACd,UAAU;AAAA,UACV;AAAA,UACA,OAAO,WAAW,SAAY;AAAA,UAC9B,aAAa,WAAW,SAAY;AAAA,UACpC,SAAS,WAAW,SAAY;AAAA,UAChC,4BAA4B,WAAW,SAAY;AAAA,QAAA;AAAA,MAAA;AAAA,IACrD,GACF;AAAA,IAGA,qBAAC,KAAA,EAAI,IAAI,EAAE,QAAQ,GAAG,aAAa,YAAY,cAAc,GAAG,GAAG,EAAA,GACjE,UAAA;AAAA,MAAA,oBAAC,YAAA,EAAW,SAAQ,MAAK,cAAY,MAAC,UAAA,gBAEtC;AAAA,MACA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,WAAU;AAAA,UACV,IAAI;AAAA,YACF,iBAAiB;AAAA,YACjB,GAAG;AAAA,YACH,cAAc;AAAA,YACd,UAAU;AAAA,YACV,UAAU;AAAA,UAAA;AAAA,UAGX,UAAA,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAMR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAAA;AAAA,MAAA;AAAA,IAkBN,EAAA,CACF;AAAA,EAAA,EAAA,CACF,EAAA,CACF;AAEJ;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),a=require("react"),r=require("../../providers/ERPUIProvider/index.js"),n=require("../../share-modal/share-modal-enhanced/index.js"),t=require("../../header/header-enhanced/index.js"),d=require("../../../node_modules/@mui/material/Box/Box/index.js"),o=require("../../../node_modules/@mui/material/Typography/Typography/index.js"),s=require("../../../node_modules/@mui/material/FormControlLabel/FormControlLabel/index.js"),i=require("../../../node_modules/@mui/material/Switch/Switch/index.js"),u=require("../../../node_modules/@mui/material/Button/Button/index.js");exports.default=()=>{const[l,h]=a.useState(!1),[c,m]=a.useState(!1),[x]=a.useState([{id:1,first_name:"John",last_name:"Doe",label:"John Doe",value:1},{id:2,first_name:"Jane",last_name:"Smith",label:"Jane Smith",value:2}]),[g]=a.useState([{id:1,name:"Engineering",label:"Engineering",value:1},{id:2,name:"Marketing",label:"Marketing",value:2}]),[b]=a.useState([{code:"en",label:"English",direction:"ltr"},{code:"es",label:"Spanish",direction:"ltr"},{code:"ar",label:"Arabic",direction:"rtl"}]),[p,f]=a.useState(b[0]),[v,j]=a.useState(!1),R=async()=>{j(!0),await new Promise(e=>setTimeout(e,1e3)),j(!1)};/* @__PURE__ */
|
|
2
|
+
return e.jsx(r.ERPUIProvider,{useRedux:l,children:/* @__PURE__ */e.jsxs(d.default,{sx:{p:3},children:[
|
|
3
|
+
/* @__PURE__ */e.jsx(o.default,{variant:"h4",gutterBottom:!0,children:"Flexible Redux Integration Example"}),
|
|
4
|
+
/* @__PURE__ */e.jsx(o.default,{variant:"body1",sx:{mb:2},children:"This example demonstrates how ERP UI Library components can work with or without Redux. Toggle the switch below to see the difference."}),
|
|
5
|
+
/* @__PURE__ */e.jsx(s.default,{control:/* @__PURE__ */e.jsx(i.default,{checked:l,onChange:e=>h(e.target.checked)}),label:"Use Redux: "+(l?"Enabled":"Disabled"),sx:{mb:3}}),
|
|
6
|
+
/* @__PURE__ */e.jsxs(d.default,{sx:{mb:3},children:[
|
|
7
|
+
/* @__PURE__ */e.jsxs(o.default,{variant:"h6",gutterBottom:!0,children:["Current Mode: ",l?"Redux-based":"Prop-based"]}),
|
|
8
|
+
/* @__PURE__ */e.jsx(o.default,{variant:"body2",color:"text.secondary",children:l?"Components are using Redux for state management":"Components are using props and local state for data"})]}),
|
|
9
|
+
/* @__PURE__ */e.jsxs(d.default,{sx:{border:1,borderColor:"grey.300",borderRadius:1,p:2,mb:3},children:[
|
|
10
|
+
/* @__PURE__ */e.jsx(o.default,{variant:"h6",gutterBottom:!0,children:"Header Component"}),
|
|
11
|
+
/* @__PURE__ */e.jsx(t.HeaderEnhanced,{useRedux:l,languages:l?void 0:b,currentLanguage:l?void 0:p,languagesLoading:l?void 0:v,onLanguageChange:l?void 0:e=>{const a=b.find(a=>a.code===e);a&&f(a)},onFetchLanguages:l?void 0:R})]}),
|
|
12
|
+
/* @__PURE__ */e.jsxs(d.default,{sx:{border:1,borderColor:"grey.300",borderRadius:1,p:2,mb:3},children:[
|
|
13
|
+
/* @__PURE__ */e.jsx(o.default,{variant:"h6",gutterBottom:!0,children:"Share Modal Component"}),
|
|
14
|
+
/* @__PURE__ */e.jsx(u.default,{variant:"contained",onClick:()=>m(!0),sx:{mb:2},children:"Open Share Modal"}),
|
|
15
|
+
/* @__PURE__ */e.jsx(n.default,{open:c,onClose:()=>m(!1),title:"Share Document",toggleSwitch:!0,onSubmit:e=>{m(!1)},useRedux:l,users:l?void 0:x,departments:l?void 0:g,loading:l?void 0:v,onFetchUsersAndDepartments:l?void 0:R})]}),
|
|
16
|
+
/* @__PURE__ */e.jsxs(d.default,{sx:{border:1,borderColor:"grey.300",borderRadius:1,p:2},children:[
|
|
17
|
+
/* @__PURE__ */e.jsx(o.default,{variant:"h6",gutterBottom:!0,children:"Code Example"}),
|
|
18
|
+
/* @__PURE__ */e.jsx(d.default,{component:"pre",sx:{backgroundColor:"grey.100",p:2,borderRadius:1,overflow:"auto",fontSize:"0.875rem"},children:l?"\n// Redux-based usage\n<ERPUIProvider useRedux={true} reduxStore={store} apiClient={apiClient}>\n <HeaderEnhanced useRedux={true} />\n <ShareModalEnhanced useRedux={true} />\n</ERPUIProvider>\n ":"\n// Prop-based usage\n<ERPUIProvider useRedux={false}>\n <HeaderEnhanced\n useRedux={false}\n languages={languages}\n currentLanguage={currentLanguage}\n onLanguageChange={handleLanguageChange}\n />\n <ShareModalEnhanced\n useRedux={false}\n users={users}\n departments={departments}\n loading={loading}\n onFetchUsersAndDepartments={fetchUsersAndDepartments}\n />\n</ERPUIProvider>\n "})]})]})})};
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/components/examples/FlexibleReduxExample.tsx"],"sourcesContent":["import React, { useState } from 'react';\nimport { Box, Button, Typography, Switch, FormControlLabel } from '@mui/material';\nimport { ERPUIProvider } from '../providers/ERPUIProvider';\nimport ShareModalEnhanced from '../share-modal/share-modal-enhanced';\nimport HeaderEnhanced from '../header/header-enhanced';\n\n/**\n * Example component demonstrating flexible Redux usage\n * This shows how components can work with or without Redux\n */\nconst FlexibleReduxExample: React.FC = () => {\n const [useRedux, setUseRedux] = useState(false);\n const [showShareModal, setShowShareModal] = useState(false);\n \n // Mock data for non-Redux usage\n const [users] = useState([\n { id: 1, first_name: 'John', last_name: 'Doe', label: 'John Doe', value: 1 },\n { id: 2, first_name: 'Jane', last_name: 'Smith', label: 'Jane Smith', value: 2 },\n ]);\n \n const [departments] = useState([\n { id: 1, name: 'Engineering', label: 'Engineering', value: 1 },\n { id: 2, name: 'Marketing', label: 'Marketing', value: 2 },\n ]);\n \n const [languages] = useState([\n { code: 'en', label: 'English', direction: 'ltr' },\n { code: 'es', label: 'Spanish', direction: 'ltr' },\n { code: 'ar', label: 'Arabic', direction: 'rtl' },\n ]);\n \n const [currentLanguage, setCurrentLanguage] = useState(languages[0]);\n const [loading, setLoading] = useState(false);\n\n // Mock API functions\n const fetchUsersAndDepartments = async () => {\n setLoading(true);\n // Simulate API call\n await new Promise(resolve => setTimeout(resolve, 1000));\n setLoading(false);\n };\n\n const handleLanguageChange = (languageCode: string) => {\n const language = languages.find(lang => lang.code === languageCode);\n if (language) {\n setCurrentLanguage(language);\n }\n };\n\n const handleShareSubmit = (data: any) => {\n console.log('Share data:', data);\n setShowShareModal(false);\n };\n\n return (\n <ERPUIProvider useRedux={useRedux}>\n <Box sx={{ p: 3 }}>\n <Typography variant=\"h4\" gutterBottom>\n Flexible Redux Integration Example\n </Typography>\n \n <Typography variant=\"body1\" sx={{ mb: 2 }}>\n This example demonstrates how ERP UI Library components can work with or without Redux.\n Toggle the switch below to see the difference.\n </Typography>\n\n <FormControlLabel\n control={\n <Switch\n checked={useRedux}\n onChange={(e) => setUseRedux(e.target.checked)}\n />\n }\n label={`Use Redux: ${useRedux ? 'Enabled' : 'Disabled'}`}\n sx={{ mb: 3 }}\n />\n\n <Box sx={{ mb: 3 }}>\n <Typography variant=\"h6\" gutterBottom>\n Current Mode: {useRedux ? 'Redux-based' : 'Prop-based'}\n </Typography>\n <Typography variant=\"body2\" color=\"text.secondary\">\n {useRedux \n ? 'Components are using Redux for state management'\n : 'Components are using props and local state for data'\n }\n </Typography>\n </Box>\n\n {/* Header Example */}\n <Box sx={{ border: 1, borderColor: 'grey.300', borderRadius: 1, p: 2, mb: 3 }}>\n <Typography variant=\"h6\" gutterBottom>\n Header Component\n </Typography>\n <HeaderEnhanced\n useRedux={useRedux}\n languages={useRedux ? undefined : languages}\n currentLanguage={useRedux ? undefined : currentLanguage}\n languagesLoading={useRedux ? undefined : loading}\n onLanguageChange={useRedux ? undefined : handleLanguageChange}\n onFetchLanguages={useRedux ? undefined : fetchUsersAndDepartments}\n />\n </Box>\n\n {/* Share Modal Example */}\n <Box sx={{ border: 1, borderColor: 'grey.300', borderRadius: 1, p: 2, mb: 3 }}>\n <Typography variant=\"h6\" gutterBottom>\n Share Modal Component\n </Typography>\n <Button\n variant=\"contained\"\n onClick={() => setShowShareModal(true)}\n sx={{ mb: 2 }}\n >\n Open Share Modal\n </Button>\n \n <ShareModalEnhanced\n open={showShareModal}\n onClose={() => setShowShareModal(false)}\n title=\"Share Document\"\n toggleSwitch={true}\n onSubmit={handleShareSubmit}\n useRedux={useRedux}\n users={useRedux ? undefined : users}\n departments={useRedux ? undefined : departments}\n loading={useRedux ? undefined : loading}\n onFetchUsersAndDepartments={useRedux ? undefined : fetchUsersAndDepartments}\n />\n </Box>\n\n {/* Code Example */}\n <Box sx={{ border: 1, borderColor: 'grey.300', borderRadius: 1, p: 2 }}>\n <Typography variant=\"h6\" gutterBottom>\n Code Example\n </Typography>\n <Box\n component=\"pre\"\n sx={{\n backgroundColor: 'grey.100',\n p: 2,\n borderRadius: 1,\n overflow: 'auto',\n fontSize: '0.875rem',\n }}\n >\n {useRedux ? `\n// Redux-based usage\n<ERPUIProvider useRedux={true} reduxStore={store} apiClient={apiClient}>\n <HeaderEnhanced useRedux={true} />\n <ShareModalEnhanced useRedux={true} />\n</ERPUIProvider>\n ` : `\n// Prop-based usage\n<ERPUIProvider useRedux={false}>\n <HeaderEnhanced\n useRedux={false}\n languages={languages}\n currentLanguage={currentLanguage}\n onLanguageChange={handleLanguageChange}\n />\n <ShareModalEnhanced\n useRedux={false}\n users={users}\n departments={departments}\n loading={loading}\n onFetchUsersAndDepartments={fetchUsersAndDepartments}\n />\n</ERPUIProvider>\n `}\n </Box>\n </Box>\n </Box>\n </ERPUIProvider>\n );\n};\n\nexport default FlexibleReduxExample;"],"names":["useRedux","setUseRedux","useState","showShareModal","setShowShareModal","users","id","first_name","last_name","label","value","departments","name","languages","code","direction","currentLanguage","setCurrentLanguage","loading","setLoading","fetchUsersAndDepartments","async","Promise","resolve","setTimeout","jsx","ERPUIProvider","children","jsxs","Box","sx","p","Typography","variant","gutterBottom","mb","FormControlLabel","control","Switch","checked","onChange","e","target","color","border","borderColor","borderRadius","HeaderEnhanced","languagesLoading","onLanguageChange","languageCode","language","find","lang","onFetchLanguages","Button","onClick","ShareModalEnhanced","open","onClose","title","toggleSwitch","onSubmit","data","onFetchUsersAndDepartments","component","backgroundColor","overflow","fontSize"],"mappings":"4qBAUuC,KACrC,MAAOA,EAAUC,GAAeC,EAAAA,UAAS,IAClCC,EAAgBC,GAAqBF,EAAAA,UAAS,IAG9CG,GAASH,WAAS,CACvB,CAAEI,GAAI,EAAGC,WAAY,OAAQC,UAAW,MAAOC,MAAO,WAAYC,MAAO,GACzE,CAAEJ,GAAI,EAAGC,WAAY,OAAQC,UAAW,QAASC,MAAO,aAAcC,MAAO,MAGxEC,GAAeT,WAAS,CAC7B,CAAEI,GAAI,EAAGM,KAAM,cAAeH,MAAO,cAAeC,MAAO,GAC3D,CAAEJ,GAAI,EAAGM,KAAM,YAAaH,MAAO,YAAaC,MAAO,MAGlDG,GAAaX,WAAS,CAC3B,CAAEY,KAAM,KAAML,MAAO,UAAWM,UAAW,OAC3C,CAAED,KAAM,KAAML,MAAO,UAAWM,UAAW,OAC3C,CAAED,KAAM,KAAML,MAAO,SAAUM,UAAW,UAGrCC,EAAiBC,GAAsBf,EAAAA,SAASW,EAAU,KAC1DK,EAASC,GAAcjB,EAAAA,UAAS,GAGjCkB,EAA2BC,UAC/BF,GAAW,SAEL,IAAIG,QAAQC,GAAWC,WAAWD,EAAS,MACjDJ,GAAW;AAeb,SACEM,IAACC,EAAAA,eAAc1B,WACb2B,wBAAAC,EAAAA,KAACC,WAAIC,GAAI,CAAEC,EAAG,GACZJ,SAAA;eAAAF,MAACO,EAAAA,QAAA,CAAWC,QAAQ,KAAKC,cAAY,EAACP,SAAA;eAItCF,EAAAA,IAACO,EAAAA,SAAWC,QAAQ,QAAQH,GAAI,CAAEK,GAAI,GAAKR,SAAA;eAK3CF,EAAAA,IAACW,EAAAA,QAAA,CACCC,uBACEZ,EAAAA,IAACa,EAAAA,QAAA,CACCC,QAASvC,EACTwC,SAAWC,GAAMxC,EAAYwC,EAAEC,OAAOH,WAG1C9B,MAAO,eAAcT,EAAW,UAAY,YAC5C8B,GAAI,CAAEK,GAAI;sBAGXN,EAAAA,QAAA,CAAIC,GAAI,CAAEK,GAAI,GACbR,SAAA;eAAAC,EAAAA,KAACI,EAAAA,QAAA,CAAWC,QAAQ,KAAKC,cAAY,EAACP,SAAA,CAAA,iBACrB3B,EAAW,cAAgB;eAE5CyB,EAAAA,IAACO,EAAAA,SAAWC,QAAQ,QAAQU,MAAM,iBAC/BhB,SAAA3B,EACG,kDACA;iBAMR4B,KAACC,EAAAA,QAAA,CAAIC,GAAI,CAAEc,OAAQ,EAAGC,YAAa,WAAYC,aAAc,EAAGf,EAAG,EAAGI,GAAI,GACxER,SAAA;eAAAF,MAACO,EAAAA,QAAA,CAAWC,QAAQ,KAAKC,cAAY,EAACP,SAAA;eAGtCF,EAAAA,IAACsB,EAAAA,eAAA,CACC/C,WACAa,UAAWb,OAAW,EAAYa,EAClCG,gBAAiBhB,OAAW,EAAYgB,EACxCgC,iBAAkBhD,OAAW,EAAYkB,EACzC+B,iBAAkBjD,OAAW,EAzDTkD,IAC5B,MAAMC,EAAWtC,EAAUuC,KAAKC,GAAQA,EAAKvC,OAASoC,GAClDC,GACFlC,EAAmBkC,IAuDbG,iBAAkBtD,OAAW,EAAYoB;iBAK7CQ,KAACC,EAAAA,QAAA,CAAIC,GAAI,CAAEc,OAAQ,EAAGC,YAAa,WAAYC,aAAc,EAAGf,EAAG,EAAGI,GAAI,GACxER,SAAA;eAAAF,MAACO,EAAAA,QAAA,CAAWC,QAAQ,KAAKC,cAAY,EAACP,SAAA;eAGtCF,EAAAA,IAAC8B,EAAAA,QAAA,CACCtB,QAAQ,YACRuB,QAAS,IAAMpD,GAAkB,GACjC0B,GAAI,CAAEK,GAAI,GACXR,SAAA;eAIDF,EAAAA,IAACgC,EAAAA,QAAA,CACCC,KAAMvD,EACNwD,QAAS,IAAMvD,GAAkB,GACjCwD,MAAM,iBACNC,cAAc,EACdC,SAzEiBC,IAEzB3D,GAAkB,IAwEVJ,WACAK,MAAOL,OAAW,EAAYK,EAC9BM,YAAaX,OAAW,EAAYW,EACpCO,QAASlB,OAAW,EAAYkB,EAChC8C,2BAA4BhE,OAAW,EAAYoB;iBAKvDQ,KAACC,EAAAA,QAAA,CAAIC,GAAI,CAAEc,OAAQ,EAAGC,YAAa,WAAYC,aAAc,EAAGf,EAAG,GACjEJ,SAAA;eAAAF,MAACO,EAAAA,QAAA,CAAWC,QAAQ,KAAKC,cAAY,EAACP,SAAA;eAGtCF,EAAAA,IAACI,EAAAA,QAAA,CACCoC,UAAU,MACVnC,GAAI,CACFoC,gBAAiB,WACjBnC,EAAG,EACHe,aAAc,EACdqB,SAAU,OACVC,SAAU,YAGXzC,SAAA3B,EAAW,mNAMR"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface ExpandableSummaryWrapperProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
defaultExpanded?: boolean;
|
|
6
|
+
expandedGridSize?: number;
|
|
7
|
+
collapsedGridSize?: number;
|
|
8
|
+
className?: string;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
onToggle?: (isExpanded: boolean, newGridSize: number) => void;
|
|
11
|
+
persistState?: boolean;
|
|
12
|
+
storageKey?: string;
|
|
13
|
+
showToggleButton?: boolean;
|
|
14
|
+
mobileDrawer?: boolean;
|
|
15
|
+
showCollapseIcon?: boolean;
|
|
16
|
+
}
|
|
17
|
+
declare const ExpandableSummaryWrapper: React.FC<ExpandableSummaryWrapperProps>;
|
|
18
|
+
export default ExpandableSummaryWrapper;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { default as AddFilterButton } from './add-filter';
|
|
2
|
+
export * from './add-filter';
|
|
3
|
+
export { default as AddGroupButton } from './add-group';
|
|
4
|
+
export * from './add-group';
|
|
5
|
+
export { default as CombinatorSelect } from './combinator-select';
|
|
6
|
+
export * from './combinator-select';
|
|
7
|
+
export { default as RemoveGroupAction } from './delete-group';
|
|
8
|
+
export * from './delete-group';
|
|
9
|
+
export { default as FieldSelect } from './field-select';
|
|
10
|
+
export * from './field-select';
|
|
11
|
+
export { default as OperatorSelect } from './operator-select';
|
|
12
|
+
export * from './operator-select';
|
|
13
|
+
export { default as RemoveAction } from './remove-action';
|
|
14
|
+
export * from './remove-action';
|
|
15
|
+
export { default as ValueEditor } from './value-editor';
|
|
16
|
+
export * from './value-editor';
|
|
@@ -30,14 +30,14 @@ import DialogTitle from "../../../node_modules/@mui/material/DialogTitle/DialogT
|
|
|
30
30
|
import Box from "../../../node_modules/@mui/material/Box/Box/index.esm.js";
|
|
31
31
|
import MenuItem from "../../../node_modules/@mui/material/MenuItem/MenuItem/index.esm.js";
|
|
32
32
|
import IconButton from "../../../node_modules/@mui/material/IconButton/IconButton/index.esm.js";
|
|
33
|
+
import { Edit } from "../../icons/edit/index.esm.js";
|
|
34
|
+
import { Trash } from "../../icons/trash/index.esm.js";
|
|
33
35
|
import OutlinedInput from "../../../node_modules/@mui/material/OutlinedInput/OutlinedInput/index.esm.js";
|
|
34
36
|
import InputAdornment from "../../../node_modules/@mui/material/InputAdornment/InputAdornment/index.esm.js";
|
|
35
37
|
import Close from "../../../node_modules/@mui/icons-material/esm/Close/index.esm.js";
|
|
36
38
|
import DialogContent from "../../../node_modules/@mui/material/DialogContent/DialogContent/index.esm.js";
|
|
37
39
|
import Alert from "../../../node_modules/@mui/material/Alert/Alert/index.esm.js";
|
|
38
40
|
import DialogActions from "../../../node_modules/@mui/material/DialogActions/DialogActions/index.esm.js";
|
|
39
|
-
import { Edit } from "../../icons/edit/index.esm.js";
|
|
40
|
-
import { Trash } from "../../icons/trash/index.esm.js";
|
|
41
41
|
setBaseUrl(`${"https://apidev.erpforce.co"}/system-feature`);
|
|
42
42
|
const initialQuery = { combinator: "and", rules: [] };
|
|
43
43
|
const Filter = ({
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),l=require("react"),r=require("react-querybuilder"),t=;/* empty css */;/* empty css */var i=,/* empty css */n=,/* empty css */s=,/* empty css */a=,/* empty css */o=,/* empty css */u=,/* empty css */d=,/* empty css */c=,/* empty css */m=,/* empty css */f=,/* empty css */x=,/* empty css */p=,/* empty css */h=,/* empty css */j=,/* empty css */v=,/* empty css */g=,/* empty css */q=,/* empty css */y=require("lodash"),b=,/* empty css */S=,/* empty css */C=require("react-router-dom"),k=,/* empty css */_=,/* empty css */A=,/* empty css */I=,/* empty css */F=,/* empty css */N=,/* empty css */w=,/* empty css
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),l=require("react"),r=require("react-querybuilder"),t=;/* empty css */;/* empty css */var i=,/* empty css */n=,/* empty css */s=,/* empty css */a=,/* empty css */o=,/* empty css */u=,/* empty css */d=,/* empty css */c=,/* empty css */m=,/* empty css */f=,/* empty css */x=,/* empty css */p=,/* empty css */h=,/* empty css */j=,/* empty css */v=,/* empty css */g=,/* empty css */q=,/* empty css */y=require("lodash"),b=,/* empty css */S=,/* empty css */C=require("react-router-dom"),k=,/* empty css */_=,/* empty css */A=,/* empty css */I=,/* empty css */F=,/* empty css */N=,/* empty css */w=,/* empty css */E=,/* empty css */D=,/* empty css */z=,/* empty css */P=,/* empty css */T=,/* empty css */B=,/* empty css */M=;/* empty css */function R(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var L=/* @__PURE__ */R(y);j.setBaseUrl("https://apidev.erpforce.co/system-feature");const Q={combinator:"and",rules:[]};exports.default=({open:y,onClose:R,savedFilters:O,fetchSavedFilters:V,onSaveFilter:W,onSelectedFilter:G,applyFilter:U,fields:K=[]})=>{const H=C.useLocation(),J=localStorage.getItem(v.auth.storageTokenKeyName),{updatePageInfo:X,activePage:Y,schemaFields:Z,setActivePage:$}=q.usePages();K=Z.length?g.generateFields(Z):K;const[ee,le]=l.useState(Q),[re,te]=l.useState(O??[]),[ie,ne]=l.useState(null),[se,ae]=l.useState(null),[oe,ue]=l.useState(null),{isRtl:de}=k.useLanguage(),ce=l.useMemo(()=>S.routeToResourceMap[H.pathname]||null,[H.pathname]);l.useEffect(()=>{O&&te(O)},[O]);const me=l.useCallback((e=!1)=>{let l=ee;if(pe(l))ue("Invalid filter");else if(e)l=Q,le(l);else{const e=l?g.generateQueryString(l):l;X({filters:l,filterQueryString:e}),R()}},[ee,U,R]),fe=e=>{e?(ne(e),le(e.query),G&&G(e)):(ne(null),le(Q),G&&G(null))},xe=e=>{const l=null==O?void 0:O.filter(l=>l.name.toLowerCase().includes(e.toLowerCase()));l&&te(l)};l.useEffect(()=>{let e=Q;L.default.isEmpty(Y.filters)||(e=Y.filters),le(e);const l=null==O?void 0:O.find(e=>{var l;return e.name===(null==(l=null==Y?void 0:Y.filters)?void 0:l.name)});ne(l||null)},[null==Y?void 0:Y.filters,O]);const pe=e=>{var l,r;let t=[];return null==(l=null==e?void 0:e.rules)||l.forEach(l=>{if(t.includes(l.field)&&"and"==e.combinator)return!0;t.push(l.field)}),t.length!==(null==(r=null==e?void 0:e.rules)?void 0:r.length)},he=e=>Array.isArray(e.rules)?e.rules.length?e.rules.some(he):!e.rules.length:!e.field||L.default.isEmpty(e.value)&&!["null","notNull"].includes(e.operator),je=l.useMemo(()=>he(ee)||oe,[ee,oe]);/* @__PURE__ */
|
|
2
2
|
return e.jsx("div",{children:/* @__PURE__ */e.jsxs(_.default,{open:y,onClose:R,maxWidth:"md",fullWidth:!0,PaperProps:{sx:{borderRadius:2}},children:[
|
|
3
3
|
/* @__PURE__ */e.jsxs(A.default,{className:"filter-header",children:[
|
|
4
4
|
/* @__PURE__ */e.jsx(n.Typography,{type:"s3",weight:"medium",color:"theme.secondary.1000",children:"Filters"}),
|
|
5
5
|
/* @__PURE__ */e.jsxs(I.default,{gap:1,display:"flex",children:[
|
|
6
|
-
/* @__PURE__ */e.jsxs(i.default,{fullWidth:!0,size:"small",className:"filter-dropdown",value:ie?ie.name:"Saved Filters",onChange:e=>{const l=null==O?void 0:O.find(l=>l.name==e.target.value);fe(l)},variant:"outlined",onClose:()=>{setTimeout(()=>{xe("")},500)},input:ie?/* @__PURE__ */e.jsx(
|
|
6
|
+
/* @__PURE__ */e.jsxs(i.default,{fullWidth:!0,size:"small",className:"filter-dropdown",value:ie?ie.name:"Saved Filters",onChange:e=>{const l=null==O?void 0:O.find(l=>l.name==e.target.value);fe(l)},variant:"outlined",onClose:()=>{setTimeout(()=>{xe("")},500)},input:ie?/* @__PURE__ */e.jsx(D.default,{label:"",endAdornment:/* @__PURE__ */e.jsx(z.default,{position:"end",children:/* @__PURE__ */e.jsx(N.default,{"aria-label":"clear selection",onClick:()=>{fe()},edge:"end",sx:{mr:1.5},size:"small",children:/* @__PURE__ */e.jsx(P.default,{sx:{fontSize:"1rem"}})})})}):void 0,children:[
|
|
7
7
|
/* @__PURE__ */e.jsx("div",{className:"searchbar-box-list",children:/* @__PURE__ */e.jsx(p.default,{placeholder:"Search Filters",handleSearch:e=>xe(e)})}),null==re?void 0:re.map(l=>/* @__PURE__ */e.jsxs(F.default,{value:null==l?void 0:l.name,className:"menu-list",selected:(null==ie?void 0:ie.name)==(null==l?void 0:l.name),children:[
|
|
8
8
|
/* @__PURE__ */e.jsx(n.Typography,{color:"theme.secondary.1000",type:"s3",children:null==l?void 0:l.name}),
|
|
9
9
|
/* @__PURE__ */e.jsxs("div",{className:"icon-list",children:[
|
|
10
|
-
/* @__PURE__ */e.jsx(N.default,{size:"small",onClick:e=>{e.preventDefault(),e.stopPropagation(),ae(l)},children:/* @__PURE__ */e.jsx(
|
|
11
|
-
/* @__PURE__ */e.jsx(N.default,{size:"small",onClick:e=>{e.preventDefault(),e.stopPropagation(),(async e=>{const l={"x-token":J,id:e};j.deleteV1FilterId(l).then(e=>{ne(null),le(Q),V&&V()}).catch(e=>{})})(l.id)},color:"error",children:/* @__PURE__ */e.jsx(
|
|
10
|
+
/* @__PURE__ */e.jsx(N.default,{size:"small",onClick:e=>{e.preventDefault(),e.stopPropagation(),ae(l)},children:/* @__PURE__ */e.jsx(w.Edit,{fontSize:"small",color:(null==ie?void 0:ie.name)==(null==l?void 0:l.name)?"theme.primary.800":"inherit"})}),
|
|
11
|
+
/* @__PURE__ */e.jsx(N.default,{size:"small",onClick:e=>{e.preventDefault(),e.stopPropagation(),(async e=>{const l={"x-token":J,id:e};j.deleteV1FilterId(l).then(e=>{ne(null),le(Q),V&&V()}).catch(e=>{})})(l.id)},color:"error",children:/* @__PURE__ */e.jsx(E.Trash,{fontSize:"small",color:"theme.error.600"})})]})]},l.id))]}),
|
|
12
12
|
/* @__PURE__ */e.jsx(h.default,{open:null!==se,onClose:()=>ae(null),handleSubmit:e=>(e=>{if(se)return(async(e,l)=>{const r={"x-token":J,id:e,name:l,module:(null==ce?void 0:ce.fieldResource)||(null==ce?void 0:ce.pageResource)};try{await j.putV1FilterId(r),V&&V(),b.enqueueSnackbar("Filters renamed successfully.")}catch(t){let e="Something went wrong on saving filters";return t instanceof Error&&(e=g.getErrorMessage(t.message)),b.enqueueSnackbar(e,{variant:"error"}),!1}return!0})(se.id,e)})(e),oldName:null==se?void 0:se.name}),
|
|
13
|
-
/* @__PURE__ */e.jsx(I.default,{children:/* @__PURE__ */e.jsx(N.default,{size:"small",onClick:R,children:/* @__PURE__ */e.jsx(
|
|
14
|
-
/* @__PURE__ */e.jsxs(
|
|
13
|
+
/* @__PURE__ */e.jsx(I.default,{children:/* @__PURE__ */e.jsx(N.default,{size:"small",onClick:R,children:/* @__PURE__ */e.jsx(P.default,{fontSize:"small"})})})]})]}),
|
|
14
|
+
/* @__PURE__ */e.jsxs(T.default,{className:"content",children:[oe&&/* @__PURE__ */e.jsx(B.default,{severity:"error",sx:{px:1,pt:.5,mb:1},children:/* @__PURE__ */e.jsx(n.Typography,{color:"error",type:"s4",children:oe})}),
|
|
15
15
|
/* @__PURE__ */e.jsxs(t.QueryBuilderMaterial,{children:[
|
|
16
16
|
/* @__PURE__ */e.jsx(r.QueryBuilder,{fields:K||[],query:ee,onQueryChange:e=>{const l=e.rules.map((e,l)=>{var r,t;return{...e,value:e.field!==(null==(t=null==(r=ee.rules)?void 0:r[l])?void 0:t.field)||["null","notNull"].includes(e.operator)?"":e.value}});le({...e,rules:l}),ue(null),W&&W(e)},showCombinatorsBetweenRules:!0,controlClassnames:{header:"actions"},controlElements:{addRuleAction:u.default,addGroupAction:d.default,combinatorSelector:s.default,fieldSelector:o.default,operatorSelector:m.default,removeRuleAction:a.default,valueEditor:c.default,removeGroupAction:x.default}}),
|
|
17
17
|
/* @__PURE__ */e.jsx(f.default,{variant:"text",className:de?"remove-filters_rtl":"remove-filters",onClick:()=>{me(!0)},disabled:je,children:"Clear all filters"})]})]}),
|
|
18
|
-
/* @__PURE__ */e.jsx(
|
|
18
|
+
/* @__PURE__ */e.jsx(M.default,{className:"filter-footer",children:/* @__PURE__ */e.jsxs(I.default,{sx:{display:"flex",alignItems:"center",justifyContent:ie?"space-between":"flex-end",width:"100%"},children:[ie&&/* @__PURE__ */e.jsx(I.default,{children:/* @__PURE__ */e.jsx(f.default,{onClick:async()=>{if(ie){const e={"x-token":J,id:ie.id,data:ee};j.putV1FilterId(e).then(e=>{V&&V(),$(e=>({...e,filters:{...e.filters,rules:ee.rules,combinator:ee.combinator,name:ie.name}}))}).catch(e=>b.enqueueSnackbar("Error renaming saved filters:",{variant:"error"}))}},children:"Update Seleted filter"})}),
|
|
19
19
|
/* @__PURE__ */e.jsxs(I.default,{sx:{display:"flex",gap:1},children:[
|
|
20
20
|
/* @__PURE__ */e.jsx(f.default,{className:"cancel-filter-btn",onClick:R,children:"Cancel"}),
|
|
21
21
|
/* @__PURE__ */e.jsx(f.default,{disabled:je,onClick:()=>me(),children:"Apply"})]})]})})]})})};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { RuleGroupType } from 'react-querybuilder';
|
|
2
|
+
|
|
3
|
+
interface IFilter {
|
|
4
|
+
open: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
activeView?: string;
|
|
7
|
+
savedFilters?: SavedFilter[];
|
|
8
|
+
fetchSavedFilters?: () => Promise<void>;
|
|
9
|
+
setFilterBar?: any;
|
|
10
|
+
onSaveFilter?: (query: RuleGroupType) => void;
|
|
11
|
+
onSelectedFilter?: (filterName: string) => void;
|
|
12
|
+
fields: any;
|
|
13
|
+
applyFilter: any;
|
|
14
|
+
}
|
|
15
|
+
interface SavedFilter {
|
|
16
|
+
id: string;
|
|
17
|
+
name: string;
|
|
18
|
+
query: RuleGroupType;
|
|
19
|
+
}
|
|
20
|
+
declare const Filter: ({ open, onClose, savedFilters, fetchSavedFilters, onSaveFilter, onSelectedFilter, applyFilter, fields }: IFilter) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export default Filter;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IPaginationModel } from '../../@types/pagination-model';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
|
|
4
|
+
interface IFooter {
|
|
5
|
+
pages: any;
|
|
6
|
+
setPages: any;
|
|
7
|
+
currentPage: string | number;
|
|
8
|
+
setCurrentPage: any;
|
|
9
|
+
total: number;
|
|
10
|
+
paginationModel: IPaginationModel;
|
|
11
|
+
handlePaginationModel: (model: IPaginationModel) => void;
|
|
12
|
+
sharedPages: any;
|
|
13
|
+
resource: string;
|
|
14
|
+
savePageConfiguration: () => void;
|
|
15
|
+
handlePageDelete: (pages: any[]) => void;
|
|
16
|
+
enablePages: boolean;
|
|
17
|
+
isPaginationDisplayed?: boolean;
|
|
18
|
+
isPageSaving?: boolean;
|
|
19
|
+
}
|
|
20
|
+
declare const Footer: React.MemoExoticComponent<({ pages, setPages, currentPage, setCurrentPage, total, paginationModel, handlePaginationModel, sharedPages, resource, savePageConfiguration, handlePageDelete, enablePages, isPaginationDisplayed, isPageSaving }: IFooter) => import("react/jsx-runtime").JSX.Element>;
|
|
21
|
+
export default Footer;
|