@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,387 @@
|
|
|
1
|
+
export declare const PathnameGenerator: (name: string) => string;
|
|
2
|
+
export declare const gateEntriesCrudPaths: {
|
|
3
|
+
ADD_GATE_REGISTER: string;
|
|
4
|
+
EDIT_GATE_REGISTER: string;
|
|
5
|
+
VIEW_GATE_REGISTER: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const billOfMaterialCrudPaths: {
|
|
8
|
+
ADD_BILL_OF_MATERIAL: string;
|
|
9
|
+
EDIT_BILL_OF_MATERIAL: string;
|
|
10
|
+
VIEW_BILL_OF_MATERIAL: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const demandPlanningsCrudPaths: {
|
|
13
|
+
ADD_DEMAND_PLANNING: string;
|
|
14
|
+
EDIT_DEMAND_PLANNING: string;
|
|
15
|
+
VIEW_DEMAND_PLANNING: string;
|
|
16
|
+
DETAILS_DEMAND_PLANNIG: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const planningAndSchedulingCrudPaths: {
|
|
19
|
+
ADD_PLANNING_AND_SCHEDULING: string;
|
|
20
|
+
EDIT_PLANNING_AND_SCHEDULING: string;
|
|
21
|
+
VIEW_PLANNING_AND_SCHEDULING: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const jobCardsCrudPaths: {
|
|
24
|
+
ADD_JOB_CARDS: string;
|
|
25
|
+
EDIT_JOB_CARDS: string;
|
|
26
|
+
VIEW_JOB_CARDS: string;
|
|
27
|
+
RECORD_COMPLETION: string;
|
|
28
|
+
ADD_RECORD_COMPLETION: string;
|
|
29
|
+
VIEW_RECORD_COMPLETION: string;
|
|
30
|
+
};
|
|
31
|
+
export declare const ordersCrudPaths: {
|
|
32
|
+
ADD_ORDERS: string;
|
|
33
|
+
EDIT_ORDERS: string;
|
|
34
|
+
VIEW_ORDERS: string;
|
|
35
|
+
};
|
|
36
|
+
export declare const itemsCrudPaths: {
|
|
37
|
+
ADD_ITEMS: string;
|
|
38
|
+
EDIT_ITEMS: string;
|
|
39
|
+
VIEW_ITEMS: string;
|
|
40
|
+
};
|
|
41
|
+
export declare const operationBlocksCrudPaths: {
|
|
42
|
+
ADD_OPERATION_BLOCKS: string;
|
|
43
|
+
EDIT_OPERATION_BLOCKS: string;
|
|
44
|
+
VIEW_OPERATION_BLOCKS: string;
|
|
45
|
+
DETAIL_OPERATION_BLOCKS: string;
|
|
46
|
+
};
|
|
47
|
+
export declare const equipmentFailureCrudPaths: {
|
|
48
|
+
ADD_EQUIPMENT_FAILURE: string;
|
|
49
|
+
EDIT_EQUIPMENT_FAILURE: string;
|
|
50
|
+
VIEW_EQUIPMENT_FAILURE: string;
|
|
51
|
+
};
|
|
52
|
+
export declare const operationCrudPaths: {
|
|
53
|
+
ADD_OPERATIONS: string;
|
|
54
|
+
EDIT_OPERATIONS: string;
|
|
55
|
+
VIEW_OPERATIONS: string;
|
|
56
|
+
};
|
|
57
|
+
export declare const workCenterCrudPaths: {
|
|
58
|
+
ADD_WORK_CENTERS: string;
|
|
59
|
+
EDIT_WORK_CENTERS: string;
|
|
60
|
+
VIEW_WORK_CENTERS: string;
|
|
61
|
+
};
|
|
62
|
+
export declare const equipmentsCrudPaths: {
|
|
63
|
+
ADD_EQUIPMENTS: string;
|
|
64
|
+
EDIT_EQUIPMENTS: string;
|
|
65
|
+
VIEW_EQUIPMENTS: string;
|
|
66
|
+
};
|
|
67
|
+
export declare const lotOrSerialNumberCrudPaths: {
|
|
68
|
+
ADD_LOT_OR_SERIAL_NUMBER: string;
|
|
69
|
+
EDIT_LOT_OR_SERIAL_NUMBER: string;
|
|
70
|
+
VIEW_LOT_OR_SERIAL_NUMBER: string;
|
|
71
|
+
};
|
|
72
|
+
export declare const workCenterCategoriesCrudPaths: {
|
|
73
|
+
ADD_WORK_CENTER_CATEGORIES: string;
|
|
74
|
+
EDIT_WORK_CENTER_CATEGORIES: string;
|
|
75
|
+
VIEW_WORK_CENTER_CATEGORIES: string;
|
|
76
|
+
};
|
|
77
|
+
export declare const customFormPath: {
|
|
78
|
+
CUSTOM_FORM: string;
|
|
79
|
+
};
|
|
80
|
+
export declare const reportPaths: {
|
|
81
|
+
COMPLATION_REPORTS: string;
|
|
82
|
+
DETAIL_COMPLETION_REPORTS: string;
|
|
83
|
+
COMPONENT_WHERE_USER: string;
|
|
84
|
+
DETAIL_COMPONENT_WHERE_USER: string;
|
|
85
|
+
BOM_INQUIRY: string;
|
|
86
|
+
DETAIL_BOM_INQUIRY: string;
|
|
87
|
+
FACTORY_CONSUMPTION_REPORT: string;
|
|
88
|
+
DETAIL_FACTORY_CONSUMPTION_REPORT: string;
|
|
89
|
+
COST_ROLLUP_REPORT: string;
|
|
90
|
+
DETAIL_COST_ROLLUP_REPORT: string;
|
|
91
|
+
SCRAP_REPORT: string;
|
|
92
|
+
DETAIL_SCRAP_REPORT: string;
|
|
93
|
+
DOWN_TIME_REPORT: string;
|
|
94
|
+
WORK_ORDER_STATUS: string;
|
|
95
|
+
DETAIL_WORK_ORDER_STATUS: string;
|
|
96
|
+
WORK_ORDER_SCHEDULE: string;
|
|
97
|
+
WORK_CENTER_SCHEDULE: string;
|
|
98
|
+
SCHEDULE_REPORT: string;
|
|
99
|
+
};
|
|
100
|
+
export declare const routingCrudPaths: {
|
|
101
|
+
ADD_ROUTING: string;
|
|
102
|
+
EDIT_ROUTING: string;
|
|
103
|
+
VIEW_ROUTING: string;
|
|
104
|
+
};
|
|
105
|
+
export declare const buildOrderCrudPaths: {
|
|
106
|
+
ADD_BUILD_ORDER: string;
|
|
107
|
+
EDIT_BUILD_ORDER: string;
|
|
108
|
+
VIEW_BUILD_ORDER: string;
|
|
109
|
+
BUILD_ORDER_ACCOUNTING_LEDGER: string;
|
|
110
|
+
};
|
|
111
|
+
export declare const workOrderCrudPaths: {
|
|
112
|
+
ADD_WORK_ORDER: string;
|
|
113
|
+
EDIT_WORK_ORDER: string;
|
|
114
|
+
VIEW_WORK_ORDER: string;
|
|
115
|
+
MATERIAL_ISSUE: string;
|
|
116
|
+
ADD_MATERIAL_ISSUE: string;
|
|
117
|
+
VIEW_MATERIAL_ISSUE: string;
|
|
118
|
+
BUIL_ORDER_OF_WO: string;
|
|
119
|
+
WORK_ORDER_COST_ANALYSIS: string;
|
|
120
|
+
WORK_ORDER_ACCOUNTING_LEDGER: string;
|
|
121
|
+
};
|
|
122
|
+
export declare const unbuildOrderCrudPaths: {
|
|
123
|
+
ADD_UNBUILD_ORDER: string;
|
|
124
|
+
EDIT_UNBUILD_ORDER: string;
|
|
125
|
+
VIEW_UNBUILD_ORDER: string;
|
|
126
|
+
VIEW_UNBUILD_ORDER_LEADGER: string;
|
|
127
|
+
};
|
|
128
|
+
export declare const gateRegisterPaths: {
|
|
129
|
+
ADD_GATE_REGISTER: string;
|
|
130
|
+
EDIT_GATE_REGISTER: string;
|
|
131
|
+
VIEW_GATE_REGISTER: string;
|
|
132
|
+
GATE_REGISTER: string;
|
|
133
|
+
};
|
|
134
|
+
export declare const billOfMaterialPaths: {
|
|
135
|
+
ADD_BILL_OF_MATERIAL: string;
|
|
136
|
+
EDIT_BILL_OF_MATERIAL: string;
|
|
137
|
+
VIEW_BILL_OF_MATERIAL: string;
|
|
138
|
+
BILL_OF_MATERIALS: string;
|
|
139
|
+
};
|
|
140
|
+
export declare const demandPlanningsPaths: {
|
|
141
|
+
ADD_DEMAND_PLANNING: string;
|
|
142
|
+
EDIT_DEMAND_PLANNING: string;
|
|
143
|
+
VIEW_DEMAND_PLANNING: string;
|
|
144
|
+
DETAILS_DEMAND_PLANNIG: string;
|
|
145
|
+
DEMAND_PLANNING: string;
|
|
146
|
+
};
|
|
147
|
+
export declare const operationBlockPath: {
|
|
148
|
+
ADD_OPERATION_BLOCKS: string;
|
|
149
|
+
EDIT_OPERATION_BLOCKS: string;
|
|
150
|
+
VIEW_OPERATION_BLOCKS: string;
|
|
151
|
+
DETAIL_OPERATION_BLOCKS: string;
|
|
152
|
+
OPERATION_BLOCKS: string;
|
|
153
|
+
};
|
|
154
|
+
export declare const planningAndSchedulingPaths: {
|
|
155
|
+
ADD_PLANNING_AND_SCHEDULING: string;
|
|
156
|
+
EDIT_PLANNING_AND_SCHEDULING: string;
|
|
157
|
+
VIEW_PLANNING_AND_SCHEDULING: string;
|
|
158
|
+
PLANNING_AND_SCHEDULING: string;
|
|
159
|
+
};
|
|
160
|
+
export declare const jobCardsPaths: {
|
|
161
|
+
ADD_JOB_CARDS: string;
|
|
162
|
+
EDIT_JOB_CARDS: string;
|
|
163
|
+
VIEW_JOB_CARDS: string;
|
|
164
|
+
RECORD_COMPLETION: string;
|
|
165
|
+
ADD_RECORD_COMPLETION: string;
|
|
166
|
+
VIEW_RECORD_COMPLETION: string;
|
|
167
|
+
JOB_CARDS: string;
|
|
168
|
+
};
|
|
169
|
+
export declare const itemsPaths: {
|
|
170
|
+
ADD_ITEMS: string;
|
|
171
|
+
EDIT_ITEMS: string;
|
|
172
|
+
VIEW_ITEMS: string;
|
|
173
|
+
ITEMS: string;
|
|
174
|
+
};
|
|
175
|
+
export declare const equipmentFailurePaths: {
|
|
176
|
+
ADD_EQUIPMENT_FAILURE: string;
|
|
177
|
+
EDIT_EQUIPMENT_FAILURE: string;
|
|
178
|
+
VIEW_EQUIPMENT_FAILURE: string;
|
|
179
|
+
EQUIPMENT_FAILURE: string;
|
|
180
|
+
};
|
|
181
|
+
export declare const operationPaths: {
|
|
182
|
+
ADD_OPERATIONS: string;
|
|
183
|
+
EDIT_OPERATIONS: string;
|
|
184
|
+
VIEW_OPERATIONS: string;
|
|
185
|
+
OPERATIONS: string;
|
|
186
|
+
};
|
|
187
|
+
export declare const workCenterPaths: {
|
|
188
|
+
ADD_WORK_CENTERS: string;
|
|
189
|
+
EDIT_WORK_CENTERS: string;
|
|
190
|
+
VIEW_WORK_CENTERS: string;
|
|
191
|
+
WORK_CENTERS: string;
|
|
192
|
+
};
|
|
193
|
+
export declare const equipmentsPaths: {
|
|
194
|
+
ADD_EQUIPMENTS: string;
|
|
195
|
+
EDIT_EQUIPMENTS: string;
|
|
196
|
+
VIEW_EQUIPMENTS: string;
|
|
197
|
+
EQUIPMENTS: string;
|
|
198
|
+
};
|
|
199
|
+
export declare const lotOrSerialNumberPaths: {
|
|
200
|
+
ADD_LOT_OR_SERIAL_NUMBER: string;
|
|
201
|
+
EDIT_LOT_OR_SERIAL_NUMBER: string;
|
|
202
|
+
VIEW_LOT_OR_SERIAL_NUMBER: string;
|
|
203
|
+
LOT_OR_SERIAL_NUMBER: string;
|
|
204
|
+
};
|
|
205
|
+
export declare const workCenterCategoriesPaths: {
|
|
206
|
+
ADD_WORK_CENTER_CATEGORIES: string;
|
|
207
|
+
EDIT_WORK_CENTER_CATEGORIES: string;
|
|
208
|
+
VIEW_WORK_CENTER_CATEGORIES: string;
|
|
209
|
+
WORK_CENTER_CATEGORIES: string;
|
|
210
|
+
};
|
|
211
|
+
export declare const routingPaths: {
|
|
212
|
+
ADD_ROUTING: string;
|
|
213
|
+
EDIT_ROUTING: string;
|
|
214
|
+
VIEW_ROUTING: string;
|
|
215
|
+
ROUTING: string;
|
|
216
|
+
};
|
|
217
|
+
export declare const wipSettingsPaths: {
|
|
218
|
+
WIP_SETTINGS: string;
|
|
219
|
+
};
|
|
220
|
+
export declare const buildOrderPaths: {
|
|
221
|
+
ADD_BUILD_ORDER: string;
|
|
222
|
+
EDIT_BUILD_ORDER: string;
|
|
223
|
+
VIEW_BUILD_ORDER: string;
|
|
224
|
+
BUILD_ORDER_ACCOUNTING_LEDGER: string;
|
|
225
|
+
BUILD_ORDER: string;
|
|
226
|
+
BUILD_ORDER_COST_ANALYSIS: string;
|
|
227
|
+
};
|
|
228
|
+
export declare const productionPlanPaths: {
|
|
229
|
+
PRODUCTION_PLAN: string;
|
|
230
|
+
PRODUCTION_PLAN_VIEW: string;
|
|
231
|
+
};
|
|
232
|
+
export declare const slitPlanPaths: {
|
|
233
|
+
CREATE_SLIT_PLAN: string;
|
|
234
|
+
SLIT_PLAN_LISTING: string;
|
|
235
|
+
SLIT_PLAN_VIEW: string;
|
|
236
|
+
SLIT_PLAN_EDIT: string;
|
|
237
|
+
};
|
|
238
|
+
export declare const scafFoldingPlanPaths: {
|
|
239
|
+
CREATE_SCAFFOLDING: string;
|
|
240
|
+
SCAFFOLDING_LISTING: string;
|
|
241
|
+
SCAFFOLDING_VIEW: string;
|
|
242
|
+
SCAFFOLDING_EDIT: string;
|
|
243
|
+
};
|
|
244
|
+
export declare const manageOperationPaths: {
|
|
245
|
+
MANAGE_OPERATIONS: string;
|
|
246
|
+
};
|
|
247
|
+
export declare const unbuildOrderPaths: {
|
|
248
|
+
ADD_UNBUILD_ORDER: string;
|
|
249
|
+
EDIT_UNBUILD_ORDER: string;
|
|
250
|
+
VIEW_UNBUILD_ORDER: string;
|
|
251
|
+
VIEW_UNBUILD_ORDER_LEADGER: string;
|
|
252
|
+
UNBUILD_ORDER: string;
|
|
253
|
+
};
|
|
254
|
+
export declare const workOrderPaths: {
|
|
255
|
+
ADD_WORK_ORDER: string;
|
|
256
|
+
EDIT_WORK_ORDER: string;
|
|
257
|
+
VIEW_WORK_ORDER: string;
|
|
258
|
+
MATERIAL_ISSUE: string;
|
|
259
|
+
ADD_MATERIAL_ISSUE: string;
|
|
260
|
+
VIEW_MATERIAL_ISSUE: string;
|
|
261
|
+
BUIL_ORDER_OF_WO: string;
|
|
262
|
+
WORK_ORDER_COST_ANALYSIS: string;
|
|
263
|
+
WORK_ORDER_ACCOUNTING_LEDGER: string;
|
|
264
|
+
WORK_ORDER: string;
|
|
265
|
+
};
|
|
266
|
+
export declare const formSettingsPaths: {
|
|
267
|
+
CUSTOM_FORM: string;
|
|
268
|
+
FORMS: string;
|
|
269
|
+
};
|
|
270
|
+
export declare const PathnameManufacturing: {
|
|
271
|
+
CREATE_SCAFFOLDING: string;
|
|
272
|
+
SCAFFOLDING_LISTING: string;
|
|
273
|
+
SCAFFOLDING_VIEW: string;
|
|
274
|
+
SCAFFOLDING_EDIT: string;
|
|
275
|
+
CREATE_SLIT_PLAN: string;
|
|
276
|
+
SLIT_PLAN_LISTING: string;
|
|
277
|
+
SLIT_PLAN_VIEW: string;
|
|
278
|
+
SLIT_PLAN_EDIT: string;
|
|
279
|
+
PRODUCTION_PLAN: string;
|
|
280
|
+
PRODUCTION_PLAN_VIEW: string;
|
|
281
|
+
COMPLATION_REPORTS: string;
|
|
282
|
+
DETAIL_COMPLETION_REPORTS: string;
|
|
283
|
+
COMPONENT_WHERE_USER: string;
|
|
284
|
+
DETAIL_COMPONENT_WHERE_USER: string;
|
|
285
|
+
BOM_INQUIRY: string;
|
|
286
|
+
DETAIL_BOM_INQUIRY: string;
|
|
287
|
+
FACTORY_CONSUMPTION_REPORT: string;
|
|
288
|
+
DETAIL_FACTORY_CONSUMPTION_REPORT: string;
|
|
289
|
+
COST_ROLLUP_REPORT: string;
|
|
290
|
+
DETAIL_COST_ROLLUP_REPORT: string;
|
|
291
|
+
SCRAP_REPORT: string;
|
|
292
|
+
DETAIL_SCRAP_REPORT: string;
|
|
293
|
+
DOWN_TIME_REPORT: string;
|
|
294
|
+
WORK_ORDER_STATUS: string;
|
|
295
|
+
DETAIL_WORK_ORDER_STATUS: string;
|
|
296
|
+
WORK_ORDER_SCHEDULE: string;
|
|
297
|
+
WORK_CENTER_SCHEDULE: string;
|
|
298
|
+
SCHEDULE_REPORT: string;
|
|
299
|
+
MANAGE_OPERATIONS: string;
|
|
300
|
+
ADD_WORK_ORDER: string;
|
|
301
|
+
EDIT_WORK_ORDER: string;
|
|
302
|
+
VIEW_WORK_ORDER: string;
|
|
303
|
+
MATERIAL_ISSUE: string;
|
|
304
|
+
ADD_MATERIAL_ISSUE: string;
|
|
305
|
+
VIEW_MATERIAL_ISSUE: string;
|
|
306
|
+
BUIL_ORDER_OF_WO: string;
|
|
307
|
+
WORK_ORDER_COST_ANALYSIS: string;
|
|
308
|
+
WORK_ORDER_ACCOUNTING_LEDGER: string;
|
|
309
|
+
WORK_ORDER: string;
|
|
310
|
+
ADD_UNBUILD_ORDER: string;
|
|
311
|
+
EDIT_UNBUILD_ORDER: string;
|
|
312
|
+
VIEW_UNBUILD_ORDER: string;
|
|
313
|
+
VIEW_UNBUILD_ORDER_LEADGER: string;
|
|
314
|
+
UNBUILD_ORDER: string;
|
|
315
|
+
ADD_BUILD_ORDER: string;
|
|
316
|
+
EDIT_BUILD_ORDER: string;
|
|
317
|
+
VIEW_BUILD_ORDER: string;
|
|
318
|
+
BUILD_ORDER_ACCOUNTING_LEDGER: string;
|
|
319
|
+
BUILD_ORDER: string;
|
|
320
|
+
BUILD_ORDER_COST_ANALYSIS: string;
|
|
321
|
+
CUSTOM_FORM: string;
|
|
322
|
+
FORMS: string;
|
|
323
|
+
WIP_SETTINGS: string;
|
|
324
|
+
ADD_ROUTING: string;
|
|
325
|
+
EDIT_ROUTING: string;
|
|
326
|
+
VIEW_ROUTING: string;
|
|
327
|
+
ROUTING: string;
|
|
328
|
+
ADD_WORK_CENTER_CATEGORIES: string;
|
|
329
|
+
EDIT_WORK_CENTER_CATEGORIES: string;
|
|
330
|
+
VIEW_WORK_CENTER_CATEGORIES: string;
|
|
331
|
+
WORK_CENTER_CATEGORIES: string;
|
|
332
|
+
ADD_LOT_OR_SERIAL_NUMBER: string;
|
|
333
|
+
EDIT_LOT_OR_SERIAL_NUMBER: string;
|
|
334
|
+
VIEW_LOT_OR_SERIAL_NUMBER: string;
|
|
335
|
+
LOT_OR_SERIAL_NUMBER: string;
|
|
336
|
+
ADD_EQUIPMENTS: string;
|
|
337
|
+
EDIT_EQUIPMENTS: string;
|
|
338
|
+
VIEW_EQUIPMENTS: string;
|
|
339
|
+
EQUIPMENTS: string;
|
|
340
|
+
ADD_WORK_CENTERS: string;
|
|
341
|
+
EDIT_WORK_CENTERS: string;
|
|
342
|
+
VIEW_WORK_CENTERS: string;
|
|
343
|
+
WORK_CENTERS: string;
|
|
344
|
+
ADD_OPERATIONS: string;
|
|
345
|
+
EDIT_OPERATIONS: string;
|
|
346
|
+
VIEW_OPERATIONS: string;
|
|
347
|
+
OPERATIONS: string;
|
|
348
|
+
ADD_EQUIPMENT_FAILURE: string;
|
|
349
|
+
EDIT_EQUIPMENT_FAILURE: string;
|
|
350
|
+
VIEW_EQUIPMENT_FAILURE: string;
|
|
351
|
+
EQUIPMENT_FAILURE: string;
|
|
352
|
+
ADD_ITEMS: string;
|
|
353
|
+
EDIT_ITEMS: string;
|
|
354
|
+
VIEW_ITEMS: string;
|
|
355
|
+
ITEMS: string;
|
|
356
|
+
ADD_JOB_CARDS: string;
|
|
357
|
+
EDIT_JOB_CARDS: string;
|
|
358
|
+
VIEW_JOB_CARDS: string;
|
|
359
|
+
RECORD_COMPLETION: string;
|
|
360
|
+
ADD_RECORD_COMPLETION: string;
|
|
361
|
+
VIEW_RECORD_COMPLETION: string;
|
|
362
|
+
JOB_CARDS: string;
|
|
363
|
+
ADD_PLANNING_AND_SCHEDULING: string;
|
|
364
|
+
EDIT_PLANNING_AND_SCHEDULING: string;
|
|
365
|
+
VIEW_PLANNING_AND_SCHEDULING: string;
|
|
366
|
+
PLANNING_AND_SCHEDULING: string;
|
|
367
|
+
ADD_OPERATION_BLOCKS: string;
|
|
368
|
+
EDIT_OPERATION_BLOCKS: string;
|
|
369
|
+
VIEW_OPERATION_BLOCKS: string;
|
|
370
|
+
DETAIL_OPERATION_BLOCKS: string;
|
|
371
|
+
OPERATION_BLOCKS: string;
|
|
372
|
+
ADD_DEMAND_PLANNING: string;
|
|
373
|
+
EDIT_DEMAND_PLANNING: string;
|
|
374
|
+
VIEW_DEMAND_PLANNING: string;
|
|
375
|
+
DETAILS_DEMAND_PLANNIG: string;
|
|
376
|
+
DEMAND_PLANNING: string;
|
|
377
|
+
ADD_BILL_OF_MATERIAL: string;
|
|
378
|
+
EDIT_BILL_OF_MATERIAL: string;
|
|
379
|
+
VIEW_BILL_OF_MATERIAL: string;
|
|
380
|
+
BILL_OF_MATERIALS: string;
|
|
381
|
+
ADD_GATE_REGISTER: string;
|
|
382
|
+
EDIT_GATE_REGISTER: string;
|
|
383
|
+
VIEW_GATE_REGISTER: string;
|
|
384
|
+
GATE_REGISTER: string;
|
|
385
|
+
LANDING_PAGE: string;
|
|
386
|
+
LIST: string;
|
|
387
|
+
};
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
export declare const PathnameGenerator: (name: string) => string;
|
|
2
|
+
export declare const requestCrudPaths: {
|
|
3
|
+
ADD_REQUEST: string;
|
|
4
|
+
EDIT_REQUEST: string;
|
|
5
|
+
VIEW_REQUEST: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const requestPaths: {
|
|
8
|
+
ADD_REQUEST: string;
|
|
9
|
+
EDIT_REQUEST: string;
|
|
10
|
+
VIEW_REQUEST: string;
|
|
11
|
+
REQUESTS: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const purchaseAgreementPaths: {
|
|
14
|
+
PURCHASE_AGREEMENT: string;
|
|
15
|
+
ADD_PURCHASE_AGREEMENT: string;
|
|
16
|
+
EDIT_PURCHASE_AGREEMENT: string;
|
|
17
|
+
VIEW_PURCHASE_AGREEMENT: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const settingPaths: {
|
|
20
|
+
SETTINGS: string;
|
|
21
|
+
FORMS: string;
|
|
22
|
+
CUSTOM_FORM: string;
|
|
23
|
+
PURCHASE_SETTINGS: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const responsefqCrudPaths: {
|
|
26
|
+
ADD_RESPONSE_FOR_QUOTE: string;
|
|
27
|
+
EDIT_RESPONSE_FOR_QUOTE: string;
|
|
28
|
+
VIEW_RESPONSE_FOR_QUOTE: string;
|
|
29
|
+
RESPONSE_FOR_QUOTE: string;
|
|
30
|
+
};
|
|
31
|
+
export declare const rfqCrudPaths: {
|
|
32
|
+
ADD_RFQ: string;
|
|
33
|
+
EDIT_RFQ: string;
|
|
34
|
+
VIEW_RFQ: string;
|
|
35
|
+
VIEW_ANALYZE: string;
|
|
36
|
+
};
|
|
37
|
+
export declare const purchaseOrderCrudPaths: {
|
|
38
|
+
ADD_PURCHASE_ORDER: string;
|
|
39
|
+
EDIT_PURCHASE_ORDER: string;
|
|
40
|
+
VIEW_PURCHASE_ORDER: string;
|
|
41
|
+
GOODS_RECEIPT_NOTE: string;
|
|
42
|
+
ADD_GOODS_RECEIPT_NOTE: string;
|
|
43
|
+
EDIT_GOODS_RECEIPT_NOTE: string;
|
|
44
|
+
VIEW_GOODS_RECEIPT_NOTE: string;
|
|
45
|
+
BILLS: string;
|
|
46
|
+
};
|
|
47
|
+
export declare const vendorReturnsCrudPaths: {
|
|
48
|
+
ADD_VENDOR_RETURNS: string;
|
|
49
|
+
EDIT_VENDOR_RETURNS: string;
|
|
50
|
+
VIEW_VENDOR_RETURNS: string;
|
|
51
|
+
DELIVERIES: string;
|
|
52
|
+
};
|
|
53
|
+
export declare const rfqPaths: {
|
|
54
|
+
ADD_RESPONSE_FOR_QUOTE: string;
|
|
55
|
+
EDIT_RESPONSE_FOR_QUOTE: string;
|
|
56
|
+
VIEW_RESPONSE_FOR_QUOTE: string;
|
|
57
|
+
RESPONSE_FOR_QUOTE: string;
|
|
58
|
+
ADD_RFQ: string;
|
|
59
|
+
EDIT_RFQ: string;
|
|
60
|
+
VIEW_RFQ: string;
|
|
61
|
+
VIEW_ANALYZE: string;
|
|
62
|
+
RFQ: string;
|
|
63
|
+
};
|
|
64
|
+
export declare const deliveryOrderCrudPaths: {
|
|
65
|
+
ADD_DELIVERY_ORDER: string;
|
|
66
|
+
EDIT_DELIVERY_ORDER: string;
|
|
67
|
+
VIEW_DELIVERY_ORDER: string;
|
|
68
|
+
};
|
|
69
|
+
export declare const landedCostCrudPaths: {
|
|
70
|
+
ADD_LANDED_COST: string;
|
|
71
|
+
EDIT_LANDED_COST: string;
|
|
72
|
+
VIEW_LANDED_COST: string;
|
|
73
|
+
};
|
|
74
|
+
export declare const purchaseOrderPaths: {
|
|
75
|
+
ADD_PURCHASE_ORDER: string;
|
|
76
|
+
EDIT_PURCHASE_ORDER: string;
|
|
77
|
+
VIEW_PURCHASE_ORDER: string;
|
|
78
|
+
GOODS_RECEIPT_NOTE: string;
|
|
79
|
+
ADD_GOODS_RECEIPT_NOTE: string;
|
|
80
|
+
EDIT_GOODS_RECEIPT_NOTE: string;
|
|
81
|
+
VIEW_GOODS_RECEIPT_NOTE: string;
|
|
82
|
+
BILLS: string;
|
|
83
|
+
PURCHASE_ORDER: string;
|
|
84
|
+
};
|
|
85
|
+
export declare const vendorReturnsPaths: {
|
|
86
|
+
ADD_VENDOR_RETURNS: string;
|
|
87
|
+
EDIT_VENDOR_RETURNS: string;
|
|
88
|
+
VIEW_VENDOR_RETURNS: string;
|
|
89
|
+
DELIVERIES: string;
|
|
90
|
+
VENDOR_RETURNS: string;
|
|
91
|
+
};
|
|
92
|
+
export declare const deliveryOrderPaths: {
|
|
93
|
+
ADD_DELIVERY_ORDER: string;
|
|
94
|
+
EDIT_DELIVERY_ORDER: string;
|
|
95
|
+
VIEW_DELIVERY_ORDER: string;
|
|
96
|
+
DELIVERY_ORDER: string;
|
|
97
|
+
};
|
|
98
|
+
export declare const landedCostPaths: {
|
|
99
|
+
ADD_LANDED_COST: string;
|
|
100
|
+
EDIT_LANDED_COST: string;
|
|
101
|
+
VIEW_LANDED_COST: string;
|
|
102
|
+
LANDED_COST: string;
|
|
103
|
+
};
|
|
104
|
+
export declare const PathnamePurchase: {
|
|
105
|
+
PURCHASE_AGREEMENT: string;
|
|
106
|
+
ADD_PURCHASE_AGREEMENT: string;
|
|
107
|
+
EDIT_PURCHASE_AGREEMENT: string;
|
|
108
|
+
VIEW_PURCHASE_AGREEMENT: string;
|
|
109
|
+
ADD_LANDED_COST: string;
|
|
110
|
+
EDIT_LANDED_COST: string;
|
|
111
|
+
VIEW_LANDED_COST: string;
|
|
112
|
+
LANDED_COST: string;
|
|
113
|
+
ADD_DELIVERY_ORDER: string;
|
|
114
|
+
EDIT_DELIVERY_ORDER: string;
|
|
115
|
+
VIEW_DELIVERY_ORDER: string;
|
|
116
|
+
DELIVERY_ORDER: string;
|
|
117
|
+
ADD_VENDOR_RETURNS: string;
|
|
118
|
+
EDIT_VENDOR_RETURNS: string;
|
|
119
|
+
VIEW_VENDOR_RETURNS: string;
|
|
120
|
+
DELIVERIES: string;
|
|
121
|
+
VENDOR_RETURNS: string;
|
|
122
|
+
ADD_PURCHASE_ORDER: string;
|
|
123
|
+
EDIT_PURCHASE_ORDER: string;
|
|
124
|
+
VIEW_PURCHASE_ORDER: string;
|
|
125
|
+
GOODS_RECEIPT_NOTE: string;
|
|
126
|
+
ADD_GOODS_RECEIPT_NOTE: string;
|
|
127
|
+
EDIT_GOODS_RECEIPT_NOTE: string;
|
|
128
|
+
VIEW_GOODS_RECEIPT_NOTE: string;
|
|
129
|
+
BILLS: string;
|
|
130
|
+
PURCHASE_ORDER: string;
|
|
131
|
+
ADD_RESPONSE_FOR_QUOTE: string;
|
|
132
|
+
EDIT_RESPONSE_FOR_QUOTE: string;
|
|
133
|
+
VIEW_RESPONSE_FOR_QUOTE: string;
|
|
134
|
+
RESPONSE_FOR_QUOTE: string;
|
|
135
|
+
ADD_RFQ: string;
|
|
136
|
+
EDIT_RFQ: string;
|
|
137
|
+
VIEW_RFQ: string;
|
|
138
|
+
VIEW_ANALYZE: string;
|
|
139
|
+
RFQ: string;
|
|
140
|
+
SETTINGS: string;
|
|
141
|
+
FORMS: string;
|
|
142
|
+
CUSTOM_FORM: string;
|
|
143
|
+
PURCHASE_SETTINGS: string;
|
|
144
|
+
ADD_REQUEST: string;
|
|
145
|
+
EDIT_REQUEST: string;
|
|
146
|
+
VIEW_REQUEST: string;
|
|
147
|
+
REQUESTS: string;
|
|
148
|
+
LANDING_PAGE: string;
|
|
149
|
+
LIST: string;
|
|
150
|
+
};
|
|
@@ -165,7 +165,18 @@ const PathnameRental = {
|
|
|
165
165
|
...reportsPaths
|
|
166
166
|
};
|
|
167
167
|
const ROUTES = {
|
|
168
|
-
|
|
168
|
+
LIST: PathnameGenerator(PathnameRental.CROSS_HIRE_ORDERS),
|
|
169
|
+
ADD: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_ORDER),
|
|
170
|
+
EDIT: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_ORDER),
|
|
171
|
+
VIEW: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_ORDER),
|
|
172
|
+
LIST_GRN: PathnameGenerator(PathnameRental.CROSS_HIRE_ORDERS_GRNS),
|
|
173
|
+
ADD_GRN: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_ORDER_GRN),
|
|
174
|
+
EDIT_GRN: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_ORDER_GRN),
|
|
175
|
+
VIEW_GRN: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_ORDER_GRN),
|
|
176
|
+
LIST_DELIVERY_ORDER: PathnameGenerator(PathnameRental.CROSS_HIRE_DELIVERY_ORDERS),
|
|
177
|
+
ADD_DELIVERY_ORDER: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_DELIVERY_ORDER),
|
|
178
|
+
EDIT_DELIVERY_ORDER: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_DELIVERY_ORDER),
|
|
179
|
+
VIEW_DELIVERY_ORDER: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_DELIVERY_ORDER)
|
|
169
180
|
};
|
|
170
181
|
export {
|
|
171
182
|
MAIN_MENU,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../../../../src/constants/pathnames/pathname.rental.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\r\nimport { Pathname } from \"./pathname\";\r\n\r\nexport const PathnameGenerator = (name: string): string => Pathname.DASHBOARD_RENTAL + name;\r\n\r\nconst CRUD_ACTIONS = { ADD: 'add', VIEW: 'view', EDIT: 'edit' } as const;\r\ntype CrudAction = keyof typeof CRUD_ACTIONS;\r\n\r\ntype ModulePaths = Record<string, string>;\r\n\r\nexport const MAIN_MENU: ModulePaths = {\r\n PRODUCT_MANAGEMENT: 'product-management',\r\n PURCHASE: 'purchase',\r\n CROSS_HIRE: 'cross-hire',\r\n SETTINGS: 'settings',\r\n REPORTS: 'reports',\r\n};\r\n\r\nexport const MODULES: ModulePaths = {\r\n DEMAND_PLANNING: 'demand-planning',\r\n ITEM: 'item',\r\n CATEGORY: 'category',\r\n INVOICING: 'invoicing',\r\n LEADS: 'leads',\r\n OPPORTUNITY: 'opportunity',\r\n QUOTATION: 'quotation',\r\n RENTAL_ORDERS: 'orders',\r\n RENTAL_DELIVERY_ORDERS: `orders/:rentalOrderId/delivery-orders`,\r\n RENTAL_GRNS: 'orders/:rentalOrderId/delivery-orders/:deliveryOrderId/grns',\r\n AGREEMENTS: 'agreements',\r\n PURCHASE_REQUEST_FOR_QUOTE: 'request-for-quote',\r\n PURCHASE_ORDERS: 'orders',\r\n CROSS_HIRE_REQUESTS: 'requests',\r\n CROSS_HIRE_RFQ: 'request-for-quote',\r\n CROSS_HIRE_ORDERS: 'orders',\r\n CROSS_HIRE_ORDERS_GRNS: 'orders/:id/grns',\r\n CROSS_HIRE_DELIVERY_ORDERS: 'orders/:id/delivery-orders',\r\n SETTINGS: 'settings',\r\n CONFIGURATIONS: 'configurations',\r\n BILLING_CYCLE: 'billing-cycle',\r\n TERMS_AND_CONDITIONS: 'terms-and-conditions',\r\n CROSS_HIRE_OVERVIEW: 'cross-hire-overview',\r\n CROSS_HIRE_PROCESS: 'process',\r\n};\r\n\r\nexport const generateCrudPaths = (\r\n base: string,\r\n entity: string,\r\n prefix = '',\r\n keyPostfix = ''\r\n) =>\r\n { \r\n // console.log(\"CROSS_HIRE_ORDERS_GRNS 111\", MODULES[base])\r\n return Object.fromEntries(\r\n Object.entries(CRUD_ACTIONS).map(([key, action]) => {\r\n const isEditOrView = action === 'edit' || action === 'view';\r\n const id = (isEditOrView && MODULES[base]?.includes(':id')) ? `:${entity?.replace('-', \"\")}Id` : ':id'\r\n const routeParts = [prefix, MODULES[base]];\r\n if (isEditOrView) {\r\n routeParts.push(id, `${action}-${entity}`);\r\n } else {\r\n routeParts.push(`${action}-${entity}`);\r\n }\r\n\r\n return [\r\n `${key}_${keyPostfix.replace(/[^a-zA-Z0-9]/g, '_').toUpperCase()}`,\r\n `/${routeParts.filter(Boolean).join('/')}`,\r\n ];\r\n })\r\n );\r\n}\r\n\r\n\r\nexport const generateModulePaths = (mainModule: keyof typeof MAIN_MENU, subModule: keyof typeof MODULES = '', entity: string, keyPostfix = '') => ({\r\n [subModule.replace(/[^a-zA-Z0-9]/g, '_').toUpperCase()]: `/${[MAIN_MENU[mainModule], MODULES[subModule]].filter(Boolean).join('/')}`,\r\n ...generateCrudPaths(subModule, entity, MAIN_MENU[mainModule], keyPostfix),\r\n});\r\n\r\nconst leadPaths ={\r\n ...generateModulePaths('', 'LEADS', 'lead', 'leads'),\r\n LEADS_CALENDAR:`/${MODULES.LEADS}/lead-calendar`\r\n};\r\nconst opportunityPaths = {\r\n ...generateModulePaths('', 'OPPORTUNITY', 'opportunity', 'OPPORTUNITY'),\r\n VIEW_SALES_PIPELINE: `/${MAIN_MENU.OPPORTUNITY}/${MODULES.OPPORTUNITY}/view-sales-pipeline`,\r\n OPPORTUNITY_CALENDAR: `/${MODULES.OPPORTUNITY}/calendar`,\r\n}\r\nconst quotationPaths = {\r\n ...generateModulePaths('', 'QUOTATION', 'quotation', 'rental-quotation'),\r\n REVISED_QUOTATION:`/${MODULES.QUOTATION}/revised-quotation`\r\n};\r\nconst rentalPaths = {\r\n ...generateModulePaths('', 'RENTAL_ORDERS', 'order', 'rental-order'),\r\n VIEW_INVOICE: `/${MODULES.RENTAL_ORDERS}/view-invoice`,\r\n GRNS: `/${MODULES.RENTAL_ORDERS}/grns`,\r\n};\r\nconst rentalDeliveryPaths = generateModulePaths('RENTAL_ORDERS', 'RENTAL_DELIVERY_ORDERS', 'delivery-order', 'rental-delivery-order');\r\nconst rentalGrnPaths = generateModulePaths('RENTAL_ORDERS', 'RENTAL_GRNS', 'grn', 'rental-grn');\r\nconst agreementsPaths = generateModulePaths('', 'AGREEMENTS', 'agreement', 'agreement');\r\nconst rfqPaths = {\r\n ...generateModulePaths('PURCHASE', 'PURCHASE_REQUEST_FOR_QUOTE', 'request-for-quote', 'purchase-request-for-quote'),\r\n RFQ_VIEW_ANALYZE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/analyze`,\r\n RFQ_RESPONSE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/response`,\r\n RFQ_VIEW_RESPONSE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/response/view-response`,\r\n RFQ_ADD_RESPONSE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/response/add-response`,\r\n RFQ_EDIT_RESPONSE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/response/edit-response`,\r\n}\r\nconst purchaseOrderPaths = {\r\n ...generateModulePaths('PURCHASE', 'PURCHASE_ORDERS', 'order', 'purchase-order'),\r\n ...generateCrudPaths('PURCHASE_ORDERS', 'goods-receipt-note', MAIN_MENU.PURCHASE, 'goods-receipt-note'),\r\n GOODS_RECEIPT_NOTE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_ORDERS}/goods-receipt-note`,\r\n BILLS: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_ORDERS}/bills`,\r\n};\r\nconst crossHireRequestPaths = generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_REQUESTS', 'request', 'cross-hire-request');\r\nconst crossHireRfqPaths = {\r\n ...generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_RFQ', 'request-for-quote', 'cross-hire-request-for-quote'),\r\n ...generateCrudPaths('CROSS_HIRE', 'cross-hire-response', 'response', 'cross-hire-response'),\r\n CROSS_HIRE_RESPONSES: `/${MAIN_MENU.CROSS_HIRE}/${MODULES.CROSS_HIRE_RFQ}/responses`,\r\n VIEW_ANALYZE: `/${MAIN_MENU.CROSS_HIRE}/${MODULES.CROSS_HIRE_RFQ}/analyze`,\r\n\r\n}\r\nconst crossHireOrdersPaths = generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_ORDERS', 'order', 'cross-hire-order');\r\nconst crossHireOrdersGrnPaths = generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_ORDERS_GRNS', 'grn', 'cross-hire-order-grn');\r\nconst crossHireDeliveryOrdersPaths = generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_DELIVERY_ORDERS', 'delivery-order', 'cross-hire-delivery-order');\r\nconst crossHireProcessPaths = { CROSS_HIRE_PROCESS: `/${MAIN_MENU.CROSS_HIRE}/${MODULES.CROSS_HIRE_PROCESS}` };\r\nconst settingPaths = {\r\n CONFIGURATIONS: `/${MAIN_MENU.SETTINGS}/${MODULES.CONFIGURATIONS}`,\r\n BILLING_CYCLE: `/${MAIN_MENU.SETTINGS}/${MODULES.BILLING_CYCLE}`,\r\n ...generateCrudPaths('BILLING_CYCLE', 'billing-cycle', MAIN_MENU.SETTINGS, 'billing-cycle'),\r\n TERMS_AND_CONDITIONS: `/${MAIN_MENU.SETTINGS}/${MODULES.TERMS_AND_CONDITIONS}`,\r\n ...generateCrudPaths('TERMS_AND_CONDITIONS', 'terms-and-conditions', MAIN_MENU.SETTINGS, 'terms-and-conditions'),\r\n};\r\nconst reportsPaths = { CROSS_HIRE_OVERVIEW: `/${MAIN_MENU.REPORTS}/${MODULES.CROSS_HIRE_OVERVIEW}` };\r\nconst itemCrud = generateModulePaths('ITEM', 'ITEM', 'item', 'item');\r\nexport const itemsRoutes = {\r\n\t// inventory --------------------------------------------------------------------------\r\n\tADD_INVENTORY_ITEM: '/product-management/items/add-inventory-item',\r\n\tEDIT_INVENTORY_ITEM: '/product-management/items/:id/edit-inventory-item',\r\n\tVIEW_INVENTORY_ITEM: '/product-management/items/:id/view-inventory-item',\r\n\tADD_ASSEMBLY_ITEM: '/product-management/items/add-assembly-item',\r\n\tEDIT_ASSEMBLY_ITEM: '/product-management/items/edit-assembly-item',\r\n\tVIEW_ASSEMBLY_ITEM: '/product-management/items/view-assembly-item',\r\n\t// service --------------------------------------------------------------------------------\r\n\tADD_SERVICE_ITEM: '/product-management/items/add-service-item',\r\n\tEDIT_SERVICE_ITEM: '/product-management/items/edit-service-item',\r\n\tVIEW_SERVICE_ITEM: '/product-management/items/view-service-item',\r\n\r\n}\r\nexport const itemCategoryCRUDRoutes = {\r\n ITEM_CATEGORY: `/${MODULES.CATEGORY}`,\r\n\tADD_ITEM_CATEGORY: '/product-management/item-category/add-item-category',\r\n\tEDIT_ITEM_CATEGORY: '/product-management/item-category/:id/edit-item-category',\r\n\tVIEW_ITEM_CATEGORY: '/product-management/item-category/:id/view-item-category',\r\n}\r\nexport const PathnameRental: Record<any, string> = {\r\n LANDING_PAGE: '/',\r\n LIST: '/list',\r\n ...itemCrud,\r\n ...itemsRoutes,\r\n ...itemCategoryCRUDRoutes,\r\n CATEGORY: `/${MODULES.CATEGORY}`,\r\n FORMS: \"/settings/forms\",\r\n CUSTOM_FORM: \"/settings/custom-form\",\r\n DEMAND_PLANNING: `/${MODULES.DEMAND_PLANNING}`,\r\n DETAILS_DEMAND_PLANNIG: `/${MODULES.DEMAND_PLANNING}/details`,\r\n INVOICING: `/:id/${MODULES.INVOICING}`,\r\n INVOICING_RENTAL_ORDERS: `/${MODULES.INVOICING}/rental-orders`,\r\n INVOICING_PREVIOUS_JOBS: `/${MODULES.INVOICING}/previous-jobs`,\r\n ...leadPaths,\r\n ...opportunityPaths,\r\n ...quotationPaths,\r\n ...rentalPaths,\r\n ...rentalDeliveryPaths,\r\n ...rentalGrnPaths,\r\n ...agreementsPaths,\r\n ...rfqPaths,\r\n ...purchaseOrderPaths,\r\n ...crossHireRequestPaths,\r\n ...crossHireProcessPaths,\r\n ...crossHireRfqPaths,\r\n ...crossHireOrdersPaths,\r\n ...crossHireOrdersGrnPaths,\r\n ...crossHireDeliveryOrdersPaths,\r\n ...crossHireProcessPaths,\r\n ...settingPaths,\r\n ...reportsPaths,\r\n};\r\n\r\nexport const ROUTES = {\r\n\tLIST: PathnameGenerator(PathnameRental.CROSS_HIRE_ORDERS),\r\n\tADD: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_ORDER),\r\n\tEDIT: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_ORDER),\r\n\tVIEW: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_ORDER),\r\n\tLIST_GRN: PathnameGenerator(PathnameRental.CROSS_HIRE_ORDERS_GRNS),\r\n\tADD_GRN: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_ORDER_GRN),\r\n\tEDIT_GRN: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_ORDER_GRN),\r\n\tVIEW_GRN: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_ORDER_GRN),\r\n\tLIST_DELIVERY_ORDER: PathnameGenerator(PathnameRental.CROSS_HIRE_DELIVERY_ORDERS),\r\n\tADD_DELIVERY_ORDER: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_DELIVERY_ORDER),\r\n\tEDIT_DELIVERY_ORDER: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_DELIVERY_ORDER),\r\n\tVIEW_DELIVERY_ORDER: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_DELIVERY_ORDER),\r\n}\r\n\r\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../../../src/constants/pathnames/pathname.rental.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\r\nimport { Pathname } from \"./pathname\";\r\n\r\nexport const PathnameGenerator = (name: string): string => Pathname.DASHBOARD_RENTAL + name;\r\n\r\nconst CRUD_ACTIONS = { ADD: 'add', VIEW: 'view', EDIT: 'edit' } as const;\r\ntype CrudAction = keyof typeof CRUD_ACTIONS;\r\n\r\ntype ModulePaths = Record<string, string>;\r\n\r\nexport const MAIN_MENU: ModulePaths = {\r\n PRODUCT_MANAGEMENT: 'product-management',\r\n PURCHASE: 'purchase',\r\n CROSS_HIRE: 'cross-hire',\r\n SETTINGS: 'settings',\r\n REPORTS: 'reports',\r\n};\r\n\r\nexport const MODULES: ModulePaths = {\r\n DEMAND_PLANNING: 'demand-planning',\r\n ITEM: 'item',\r\n CATEGORY: 'category',\r\n INVOICING: 'invoicing',\r\n LEADS: 'leads',\r\n OPPORTUNITY: 'opportunity',\r\n QUOTATION: 'quotation',\r\n RENTAL_ORDERS: 'orders',\r\n RENTAL_DELIVERY_ORDERS: `orders/:rentalOrderId/delivery-orders`,\r\n RENTAL_GRNS: 'orders/:rentalOrderId/delivery-orders/:deliveryOrderId/grns',\r\n AGREEMENTS: 'agreements',\r\n PURCHASE_REQUEST_FOR_QUOTE: 'request-for-quote',\r\n PURCHASE_ORDERS: 'orders',\r\n CROSS_HIRE_REQUESTS: 'requests',\r\n CROSS_HIRE_RFQ: 'request-for-quote',\r\n CROSS_HIRE_ORDERS: 'orders',\r\n CROSS_HIRE_ORDERS_GRNS: 'orders/:id/grns',\r\n CROSS_HIRE_DELIVERY_ORDERS: 'orders/:id/delivery-orders',\r\n SETTINGS: 'settings',\r\n CONFIGURATIONS: 'configurations',\r\n BILLING_CYCLE: 'billing-cycle',\r\n TERMS_AND_CONDITIONS: 'terms-and-conditions',\r\n CROSS_HIRE_OVERVIEW: 'cross-hire-overview',\r\n CROSS_HIRE_PROCESS: 'process',\r\n};\r\n\r\nexport const generateCrudPaths = (\r\n base: string,\r\n entity: string,\r\n prefix = '',\r\n keyPostfix = ''\r\n) =>\r\n { \r\n // console.log(\"CROSS_HIRE_ORDERS_GRNS 111\", MODULES[base])\r\n return Object.fromEntries(\r\n Object.entries(CRUD_ACTIONS).map(([key, action]) => {\r\n const isEditOrView = action === 'edit' || action === 'view';\r\n const id = (isEditOrView && MODULES[base]?.includes(':id')) ? `:${entity?.replace('-', \"\")}Id` : ':id'\r\n const routeParts = [prefix, MODULES[base]];\r\n if (isEditOrView) {\r\n routeParts.push(id, `${action}-${entity}`);\r\n } else {\r\n routeParts.push(`${action}-${entity}`);\r\n }\r\n\r\n return [\r\n `${key}_${keyPostfix.replace(/[^a-zA-Z0-9]/g, '_').toUpperCase()}`,\r\n `/${routeParts.filter(Boolean).join('/')}`,\r\n ];\r\n })\r\n );\r\n}\r\n\r\n\r\nexport const generateModulePaths = (mainModule: keyof typeof MAIN_MENU, subModule: keyof typeof MODULES = '', entity: string, keyPostfix = '') => ({\r\n [subModule.replace(/[^a-zA-Z0-9]/g, '_').toUpperCase()]: `/${[MAIN_MENU[mainModule], MODULES[subModule]].filter(Boolean).join('/')}`,\r\n ...generateCrudPaths(subModule, entity, MAIN_MENU[mainModule], keyPostfix),\r\n});\r\n\r\nconst leadPaths ={\r\n ...generateModulePaths('', 'LEADS', 'lead', 'leads'),\r\n LEADS_CALENDAR:`/${MODULES.LEADS}/lead-calendar`\r\n};\r\nconst opportunityPaths = {\r\n ...generateModulePaths('', 'OPPORTUNITY', 'opportunity', 'OPPORTUNITY'),\r\n VIEW_SALES_PIPELINE: `/${MAIN_MENU.OPPORTUNITY}/${MODULES.OPPORTUNITY}/view-sales-pipeline`,\r\n OPPORTUNITY_CALENDAR: `/${MODULES.OPPORTUNITY}/calendar`,\r\n}\r\nconst quotationPaths = {\r\n ...generateModulePaths('', 'QUOTATION', 'quotation', 'rental-quotation'),\r\n REVISED_QUOTATION:`/${MODULES.QUOTATION}/revised-quotation`\r\n};\r\nconst rentalPaths = {\r\n ...generateModulePaths('', 'RENTAL_ORDERS', 'order', 'rental-order'),\r\n VIEW_INVOICE: `/${MODULES.RENTAL_ORDERS}/view-invoice`,\r\n GRNS: `/${MODULES.RENTAL_ORDERS}/grns`,\r\n};\r\nconst rentalDeliveryPaths = generateModulePaths('RENTAL_ORDERS', 'RENTAL_DELIVERY_ORDERS', 'delivery-order', 'rental-delivery-order');\r\nconst rentalGrnPaths = generateModulePaths('RENTAL_ORDERS', 'RENTAL_GRNS', 'grn', 'rental-grn');\r\nconst agreementsPaths = generateModulePaths('', 'AGREEMENTS', 'agreement', 'agreement');\r\nconst rfqPaths = {\r\n ...generateModulePaths('PURCHASE', 'PURCHASE_REQUEST_FOR_QUOTE', 'request-for-quote', 'purchase-request-for-quote'),\r\n RFQ_VIEW_ANALYZE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/analyze`,\r\n RFQ_RESPONSE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/response`,\r\n RFQ_VIEW_RESPONSE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/response/view-response`,\r\n RFQ_ADD_RESPONSE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/response/add-response`,\r\n RFQ_EDIT_RESPONSE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_REQUEST_FOR_QUOTE}/response/edit-response`,\r\n}\r\nconst purchaseOrderPaths = {\r\n ...generateModulePaths('PURCHASE', 'PURCHASE_ORDERS', 'order', 'purchase-order'),\r\n ...generateCrudPaths('PURCHASE_ORDERS', 'goods-receipt-note', MAIN_MENU.PURCHASE, 'goods-receipt-note'),\r\n GOODS_RECEIPT_NOTE: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_ORDERS}/goods-receipt-note`,\r\n BILLS: `/${MAIN_MENU.PURCHASE}/${MODULES.PURCHASE_ORDERS}/bills`,\r\n};\r\nconst crossHireRequestPaths = generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_REQUESTS', 'request', 'cross-hire-request');\r\nconst crossHireRfqPaths = {\r\n ...generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_RFQ', 'request-for-quote', 'cross-hire-request-for-quote'),\r\n ...generateCrudPaths('CROSS_HIRE', 'cross-hire-response', 'response', 'cross-hire-response'),\r\n CROSS_HIRE_RESPONSES: `/${MAIN_MENU.CROSS_HIRE}/${MODULES.CROSS_HIRE_RFQ}/responses`,\r\n VIEW_ANALYZE: `/${MAIN_MENU.CROSS_HIRE}/${MODULES.CROSS_HIRE_RFQ}/analyze`,\r\n\r\n}\r\nconst crossHireOrdersPaths = generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_ORDERS', 'order', 'cross-hire-order');\r\nconst crossHireOrdersGrnPaths = generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_ORDERS_GRNS', 'grn', 'cross-hire-order-grn');\r\nconst crossHireDeliveryOrdersPaths = generateModulePaths('CROSS_HIRE', 'CROSS_HIRE_DELIVERY_ORDERS', 'delivery-order', 'cross-hire-delivery-order');\r\nconst crossHireProcessPaths = { CROSS_HIRE_PROCESS: `/${MAIN_MENU.CROSS_HIRE}/${MODULES.CROSS_HIRE_PROCESS}` };\r\nconst settingPaths = {\r\n CONFIGURATIONS: `/${MAIN_MENU.SETTINGS}/${MODULES.CONFIGURATIONS}`,\r\n BILLING_CYCLE: `/${MAIN_MENU.SETTINGS}/${MODULES.BILLING_CYCLE}`,\r\n ...generateCrudPaths('BILLING_CYCLE', 'billing-cycle', MAIN_MENU.SETTINGS, 'billing-cycle'),\r\n TERMS_AND_CONDITIONS: `/${MAIN_MENU.SETTINGS}/${MODULES.TERMS_AND_CONDITIONS}`,\r\n ...generateCrudPaths('TERMS_AND_CONDITIONS', 'terms-and-conditions', MAIN_MENU.SETTINGS, 'terms-and-conditions'),\r\n};\r\nconst reportsPaths = { CROSS_HIRE_OVERVIEW: `/${MAIN_MENU.REPORTS}/${MODULES.CROSS_HIRE_OVERVIEW}` };\r\nconst itemCrud = generateModulePaths('ITEM', 'ITEM', 'item', 'item');\r\nexport const itemsRoutes = {\r\n\t// inventory --------------------------------------------------------------------------\r\n\tADD_INVENTORY_ITEM: '/product-management/items/add-inventory-item',\r\n\tEDIT_INVENTORY_ITEM: '/product-management/items/:id/edit-inventory-item',\r\n\tVIEW_INVENTORY_ITEM: '/product-management/items/:id/view-inventory-item',\r\n\tADD_ASSEMBLY_ITEM: '/product-management/items/add-assembly-item',\r\n\tEDIT_ASSEMBLY_ITEM: '/product-management/items/edit-assembly-item',\r\n\tVIEW_ASSEMBLY_ITEM: '/product-management/items/view-assembly-item',\r\n\t// service --------------------------------------------------------------------------------\r\n\tADD_SERVICE_ITEM: '/product-management/items/add-service-item',\r\n\tEDIT_SERVICE_ITEM: '/product-management/items/edit-service-item',\r\n\tVIEW_SERVICE_ITEM: '/product-management/items/view-service-item',\r\n\r\n}\r\nexport const itemCategoryCRUDRoutes = {\r\n ITEM_CATEGORY: `/${MODULES.CATEGORY}`,\r\n\tADD_ITEM_CATEGORY: '/product-management/item-category/add-item-category',\r\n\tEDIT_ITEM_CATEGORY: '/product-management/item-category/:id/edit-item-category',\r\n\tVIEW_ITEM_CATEGORY: '/product-management/item-category/:id/view-item-category',\r\n}\r\nexport const PathnameRental: Record<any, string> = {\r\n LANDING_PAGE: '/',\r\n LIST: '/list',\r\n ...itemCrud,\r\n ...itemsRoutes,\r\n ...itemCategoryCRUDRoutes,\r\n CATEGORY: `/${MODULES.CATEGORY}`,\r\n FORMS: \"/settings/forms\",\r\n CUSTOM_FORM: \"/settings/custom-form\",\r\n DEMAND_PLANNING: `/${MODULES.DEMAND_PLANNING}`,\r\n DETAILS_DEMAND_PLANNIG: `/${MODULES.DEMAND_PLANNING}/details`,\r\n INVOICING: `/:id/${MODULES.INVOICING}`,\r\n INVOICING_RENTAL_ORDERS: `/${MODULES.INVOICING}/rental-orders`,\r\n INVOICING_PREVIOUS_JOBS: `/${MODULES.INVOICING}/previous-jobs`,\r\n ...leadPaths,\r\n ...opportunityPaths,\r\n ...quotationPaths,\r\n ...rentalPaths,\r\n ...rentalDeliveryPaths,\r\n ...rentalGrnPaths,\r\n ...agreementsPaths,\r\n ...rfqPaths,\r\n ...purchaseOrderPaths,\r\n ...crossHireRequestPaths,\r\n ...crossHireProcessPaths,\r\n ...crossHireRfqPaths,\r\n ...crossHireOrdersPaths,\r\n ...crossHireOrdersGrnPaths,\r\n ...crossHireDeliveryOrdersPaths,\r\n ...crossHireProcessPaths,\r\n ...settingPaths,\r\n ...reportsPaths,\r\n};\r\n\r\nexport const ROUTES = {\r\n\tLIST: PathnameGenerator(PathnameRental.CROSS_HIRE_ORDERS),\r\n\tADD: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_ORDER),\r\n\tEDIT: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_ORDER),\r\n\tVIEW: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_ORDER),\r\n\tLIST_GRN: PathnameGenerator(PathnameRental.CROSS_HIRE_ORDERS_GRNS),\r\n\tADD_GRN: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_ORDER_GRN),\r\n\tEDIT_GRN: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_ORDER_GRN),\r\n\tVIEW_GRN: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_ORDER_GRN),\r\n\tLIST_DELIVERY_ORDER: PathnameGenerator(PathnameRental.CROSS_HIRE_DELIVERY_ORDERS),\r\n\tADD_DELIVERY_ORDER: PathnameGenerator(PathnameRental.ADD_CROSS_HIRE_DELIVERY_ORDER),\r\n\tEDIT_DELIVERY_ORDER: PathnameGenerator(PathnameRental.EDIT_CROSS_HIRE_DELIVERY_ORDER),\r\n\tVIEW_DELIVERY_ORDER: PathnameGenerator(PathnameRental.VIEW_CROSS_HIRE_DELIVERY_ORDER),\r\n}\r\n\r\n"],"names":[],"mappings":"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"}
|