@erpsquad/common 1.8.29 → 1.8.30
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/api-client/api.inventory/api.d.ts +5 -2
- package/dist/api-client/api.manufacturing/api.d.ts +15 -102
- package/dist/api-client/api.purchase/api.d.ts +3 -2
- package/dist/api-client/api.system-feature/api.d.ts +0 -2
- package/dist/components/action-bar/action-bar/index.esm.js +1 -1
- package/dist/components/action-bar/action-bar/index.esm.js.map +1 -1
- package/dist/components/action-bar/action-bar/index.js +1 -1
- package/dist/components/action-bar/action-bar/index.js.map +1 -1
- package/dist/components/filter/filter/index.esm.js +1 -1
- package/dist/components/filter/filter/index.esm.js.map +1 -1
- package/dist/components/filter/filter/index.js +1 -1
- package/dist/components/filter/filter/index.js.map +1 -1
- package/dist/components/header/redux/actionCreator/index.esm.js +1 -1
- package/dist/components/header/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/components/header/redux/actionCreator/index.js +1 -1
- package/dist/components/header/redux/actionCreator/index.js.map +1 -1
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.esm.js +429 -435
- package/dist/components/index.esm.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/inventory-reports-title-bar/redux/actionCreator/index.esm.js +1 -1
- package/dist/components/inventory-reports-title-bar/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/redux/actionCreator/index.js +1 -1
- package/dist/components/inventory-reports-title-bar/redux/actionCreator/index.js.map +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.esm.js +0 -10
- package/dist/components/material-table/aggregation-fns/index/index.esm.js.map +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.js +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.js.map +1 -1
- package/dist/components/reports-title-bar/redux/actionCreator/index.esm.js +1 -1
- package/dist/components/reports-title-bar/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/components/reports-title-bar/redux/actionCreator/index.js +1 -1
- package/dist/components/reports-title-bar/redux/actionCreator/index.js.map +1 -1
- package/dist/components/share-modal/redux/actionCreator/index.esm.js +1 -1
- package/dist/components/share-modal/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/components/share-modal/redux/actionCreator/index.js +1 -1
- package/dist/components/share-modal/redux/actionCreator/index.js.map +1 -1
- package/dist/components/upload/upload/index.esm.js +2 -2
- package/dist/components/upload/upload/index.esm.js.map +1 -1
- package/dist/components/upload/upload/index.js +2 -2
- package/dist/components/upload/upload/index.js.map +1 -1
- 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/languageContext/index.esm.js +1 -1
- package/dist/contexts/languageContext/index.esm.js.map +1 -1
- package/dist/contexts/languageContext/index.js +1 -1
- package/dist/contexts/languageContext/index.js.map +1 -1
- package/dist/index.d.ts +1 -138
- package/dist/index.esm.js +521 -533
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/node_modules/@glideapps/glide-data-grid/dist/js/index/index.esm.js +0 -32
- package/dist/node_modules/@glideapps/glide-data-grid/dist/js/index/index.esm.js.map +1 -1
- package/dist/node_modules/@glideapps/glide-data-grid/dist/js/index/index.js +36 -36
- package/dist/node_modules/@glideapps/glide-data-grid/dist/js/index/index.js.map +1 -1
- package/dist/src/api-client/api.accounting/api.d.ts +750 -0
- package/dist/src/api-client/api.drive/api.d.ts +44 -0
- package/dist/src/api-client/api.inventory/api.d.ts +282 -0
- package/dist/src/api-client/api.manufacturing/api.d.ts +476 -0
- package/dist/src/api-client/api.purchase/api.d.ts +330 -0
- package/dist/src/api-client/api.rbac/api.d.ts +99 -0
- package/dist/src/api-client/api.rental/api.d.ts +752 -0
- package/dist/src/api-client/api.sales/api.d.ts +429 -0
- package/dist/src/api-client/api.system-feature/api.d.ts +148 -0
- package/dist/src/api-client/api.user/api.d.ts +14 -0
- package/dist/src/api-client/index.d.ts +20 -0
- package/dist/{components → src/components}/accordion/accordion.d.ts +1 -1
- package/dist/{components → src/components}/action-bar/action-bar.d.ts +1 -1
- package/dist/src/components/checkbox/checkbox.d.ts +4 -0
- package/dist/{components → src/components}/date-picker/date-picker.d.ts +1 -1
- package/dist/{components → src/components}/footer/footer.d.ts +1 -1
- package/dist/src/components/form-control/form-builder/form-builder-element/media.d.ts +4 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/phone.d.ts +3 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/select.d.ts +4 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/text.d.ts +4 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/time.d.ts +4 -0
- package/dist/src/components/form-control/form-parser/form-switcher.d.ts +2 -0
- package/dist/src/components/icons/action-arrow.d.ts +4 -0
- package/dist/src/components/icons/add-circle.d.ts +4 -0
- package/dist/src/components/icons/arrow-bidirectional.d.ts +4 -0
- package/dist/src/components/icons/arrow-circle-down.d.ts +4 -0
- package/dist/src/components/icons/arrow-down-three.d.ts +4 -0
- package/dist/src/components/icons/arrow-down-two.d.ts +4 -0
- package/dist/src/components/icons/arrow-down.d.ts +4 -0
- package/dist/src/components/icons/arrow-up-down.d.ts +4 -0
- package/dist/src/components/icons/arrow-up-two.d.ts +4 -0
- package/dist/src/components/icons/assignments.d.ts +4 -0
- package/dist/src/components/icons/blank-circle.d.ts +4 -0
- package/dist/src/components/icons/block-filled.d.ts +6 -0
- package/dist/src/components/icons/calendar-add.d.ts +4 -0
- package/dist/src/components/icons/calendar.d.ts +4 -0
- package/dist/src/components/icons/checkbox-square.d.ts +4 -0
- package/dist/src/components/icons/circular-arrow-setting.d.ts +6 -0
- package/dist/src/components/icons/clock.d.ts +4 -0
- package/dist/src/components/icons/close.d.ts +6 -0
- package/dist/src/components/icons/coin-outline.d.ts +4 -0
- package/dist/src/components/icons/copy.d.ts +4 -0
- package/dist/src/components/icons/coupon.d.ts +4 -0
- package/dist/src/components/icons/cross-hire.d.ts +6 -0
- package/dist/src/components/icons/custom-styled-icon.d.ts +6 -0
- package/dist/src/components/icons/dashboard.d.ts +4 -0
- package/dist/src/components/icons/document-download.d.ts +4 -0
- package/dist/src/components/icons/document.d.ts +4 -0
- package/dist/src/components/icons/dollar-circle-filled.d.ts +6 -0
- package/dist/src/components/icons/dollar-circle.d.ts +4 -0
- package/dist/src/components/icons/edit.d.ts +4 -0
- package/dist/src/components/icons/email.d.ts +4 -0
- package/dist/src/components/icons/export.d.ts +6 -0
- package/dist/src/components/icons/eye-off.d.ts +4 -0
- package/dist/src/components/icons/eye-plus-circle.d.ts +6 -0
- package/dist/src/components/icons/eye.d.ts +4 -0
- package/dist/src/components/icons/filled-circle.d.ts +4 -0
- package/dist/src/components/icons/filter-remove.d.ts +4 -0
- package/dist/src/components/icons/filter.d.ts +4 -0
- package/dist/src/components/icons/folder-save.d.ts +4 -0
- package/dist/src/components/icons/grid.d.ts +4 -0
- package/dist/src/components/icons/hashtag.d.ts +4 -0
- package/dist/src/components/icons/image.d.ts +4 -0
- package/dist/src/components/icons/import.d.ts +4 -0
- package/dist/src/components/icons/info-circle.d.ts +4 -0
- package/dist/src/components/icons/info.d.ts +6 -0
- package/dist/src/components/icons/link-horizontal.d.ts +4 -0
- package/dist/src/components/icons/link.d.ts +4 -0
- package/dist/src/components/icons/location.d.ts +4 -0
- package/dist/src/components/icons/lowest-lead-time.d.ts +4 -0
- package/dist/src/components/icons/lowest-min-qty.d.ts +4 -0
- package/dist/src/components/icons/lowest-price.d.ts +4 -0
- package/dist/src/components/icons/more.d.ts +4 -0
- package/dist/src/components/icons/notification.d.ts +4 -0
- package/dist/src/components/icons/paper-clip.d.ts +4 -0
- package/dist/src/components/icons/paragraph.d.ts +4 -0
- package/dist/src/components/icons/payment-request.d.ts +6 -0
- package/dist/src/components/icons/phone.d.ts +4 -0
- package/dist/src/components/icons/printer.d.ts +4 -0
- package/dist/src/components/icons/process-calendar.d.ts +4 -0
- package/dist/src/components/icons/promotion.d.ts +6 -0
- package/dist/src/components/icons/radio-button.d.ts +4 -0
- package/dist/src/components/icons/receipt-filled.d.ts +6 -0
- package/dist/src/components/icons/receipt-outline.d.ts +4 -0
- package/dist/src/components/icons/receipt.d.ts +6 -0
- package/dist/src/components/icons/refresh-icon.d.ts +4 -0
- package/dist/src/components/icons/replace.d.ts +4 -0
- package/dist/src/components/icons/save.d.ts +6 -0
- package/dist/src/components/icons/search-status.d.ts +4 -0
- package/dist/src/components/icons/search.d.ts +4 -0
- package/dist/src/components/icons/settings-fallback.d.ts +7 -0
- package/dist/src/components/icons/sort-arrow-icon.d.ts +4 -0
- package/dist/src/components/icons/stacked-layer.d.ts +6 -0
- package/dist/src/components/icons/start-filled.d.ts +6 -0
- package/dist/src/components/icons/three-dot-icon.d.ts +4 -0
- package/dist/src/components/icons/tick-circle-filled.d.ts +6 -0
- package/dist/src/components/icons/tick-circle.d.ts +4 -0
- package/dist/src/components/icons/tick-octagon.d.ts +4 -0
- package/dist/src/components/icons/tick.d.ts +4 -0
- package/dist/src/components/icons/toggle-switch.d.ts +4 -0
- package/dist/src/components/icons/trash.d.ts +4 -0
- package/dist/src/components/icons/wave.d.ts +6 -0
- package/dist/src/components/icons/with-out-tick-octagon.d.ts +4 -0
- package/dist/src/components/icons/work-centre.d.ts +6 -0
- package/dist/src/components/index.d.ts +125 -0
- package/dist/{components → src/components}/location-select.d.ts +1 -1
- package/dist/{components → src/components}/material-table/material-table.d.ts +1 -1
- package/dist/{components → src/components}/phone-input/phone-input.d.ts +1 -1
- package/dist/src/components/radio/radio.d.ts +4 -0
- package/dist/src/components/select/select.d.ts +3 -0
- package/dist/src/components/switches/android-12-switch.d.ts +4 -0
- package/dist/src/components/text-field/text-field.d.ts +3 -0
- package/dist/{components → src/components}/time-picker/time-picker.d.ts +1 -1
- package/dist/{components → src/components}/upload-media/upload-media.d.ts +1 -1
- package/dist/src/constants/index.d.ts +13 -0
- package/dist/src/contexts/index.d.ts +5 -0
- package/dist/src/hooks/index.d.ts +16 -0
- package/dist/src/index.d.ts +138 -0
- package/dist/src/layout/index.d.ts +2 -0
- package/dist/src/redux/index.d.ts +9 -0
- package/dist/src/styles/index.d.ts +2 -0
- package/dist/src/theme/index.d.ts +4 -0
- package/dist/src/types/index.d.ts +100 -0
- package/dist/src/utils/index.d.ts +31 -0
- package/dist/src/views/index.d.ts +2 -0
- package/dist/style.css +0 -2
- package/dist/styles/index.d.ts +1 -1
- package/dist/utils/api/index.esm.js +4 -4
- package/dist/utils/api/index.esm.js.map +1 -1
- package/dist/utils/api/index.js +1 -1
- package/dist/utils/api/index.js.map +1 -1
- package/dist/utils/common/index.esm.js +6 -6
- package/dist/utils/common/index.esm.js.map +1 -1
- package/dist/utils/common/index.js +1 -1
- package/dist/utils/common/index.js.map +1 -1
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.esm.js +50 -54
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/views/form-builder/redux/actionCreator/index.esm.js +1 -1
- package/dist/views/form-builder/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/views/form-builder/redux/actionCreator/index.js +1 -1
- package/dist/views/form-builder/redux/actionCreator/index.js.map +1 -1
- package/dist/views/form-builder/redux/reducer/index.esm.js +0 -8
- 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/index.d.ts +1 -1
- package/dist/views/index.esm.js +0 -2
- package/dist/views/index.esm.js.map +1 -1
- package/dist/views/index.js +1 -1
- package/dist/views/template-editor/components/EditorSidebar/index.esm.js +1 -1
- package/dist/views/template-editor/components/EditorSidebar/index.esm.js.map +1 -1
- package/dist/views/template-editor/components/EditorSidebar/index.js +1 -1
- package/dist/views/template-editor/components/EditorSidebar/index.js.map +1 -1
- package/dist/views/template-editor/templates/index.esm.js +1 -1
- package/dist/views/template-editor/templates/index.esm.js.map +1 -1
- package/dist/views/template-editor/templates/index.js +1 -1
- package/dist/views/template-editor/templates/index.js.map +1 -1
- package/package.json +2 -1
- 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/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/checkbox/checkbox.d.ts +0 -4
- package/dist/components/filter/fields/index.esm.js +0 -180
- package/dist/components/filter/fields/index.esm.js.map +0 -1
- package/dist/components/filter/fields/index.js +0 -2
- package/dist/components/filter/fields/index.js.map +0 -1
- package/dist/components/form-control/form-builder/form-builder-element/media.d.ts +0 -4
- package/dist/components/form-control/form-builder/form-builder-element/phone.d.ts +0 -3
- package/dist/components/form-control/form-builder/form-builder-element/select.d.ts +0 -4
- package/dist/components/form-control/form-builder/form-builder-element/text.d.ts +0 -4
- package/dist/components/form-control/form-builder/form-builder-element/time.d.ts +0 -4
- package/dist/components/form-control/form-parser/form-switcher.d.ts +0 -2
- package/dist/components/icons/action-arrow.d.ts +0 -4
- package/dist/components/icons/add-circle.d.ts +0 -4
- package/dist/components/icons/arrow-bidirectional.d.ts +0 -4
- package/dist/components/icons/arrow-circle-down.d.ts +0 -4
- package/dist/components/icons/arrow-down-three.d.ts +0 -4
- package/dist/components/icons/arrow-down-two.d.ts +0 -4
- package/dist/components/icons/arrow-down.d.ts +0 -4
- package/dist/components/icons/arrow-up-down.d.ts +0 -4
- package/dist/components/icons/arrow-up-two.d.ts +0 -4
- package/dist/components/icons/assignments.d.ts +0 -4
- package/dist/components/icons/blank-circle.d.ts +0 -4
- package/dist/components/icons/block-filled.d.ts +0 -6
- package/dist/components/icons/calendar-add.d.ts +0 -4
- package/dist/components/icons/calendar.d.ts +0 -4
- package/dist/components/icons/checkbox-square.d.ts +0 -4
- package/dist/components/icons/circular-arrow-setting.d.ts +0 -6
- package/dist/components/icons/clock.d.ts +0 -4
- package/dist/components/icons/close.d.ts +0 -6
- package/dist/components/icons/coin-outline.d.ts +0 -4
- package/dist/components/icons/copy.d.ts +0 -4
- package/dist/components/icons/coupon.d.ts +0 -4
- package/dist/components/icons/cross-hire.d.ts +0 -6
- package/dist/components/icons/custom-styled-icon.d.ts +0 -6
- package/dist/components/icons/dashboard.d.ts +0 -4
- package/dist/components/icons/document-download.d.ts +0 -4
- package/dist/components/icons/document.d.ts +0 -4
- package/dist/components/icons/dollar-circle-filled.d.ts +0 -6
- package/dist/components/icons/dollar-circle.d.ts +0 -4
- package/dist/components/icons/edit.d.ts +0 -4
- package/dist/components/icons/email.d.ts +0 -4
- package/dist/components/icons/export.d.ts +0 -6
- package/dist/components/icons/eye-off.d.ts +0 -4
- package/dist/components/icons/eye-plus-circle.d.ts +0 -6
- package/dist/components/icons/eye.d.ts +0 -4
- package/dist/components/icons/filled-circle.d.ts +0 -4
- package/dist/components/icons/filter-remove.d.ts +0 -4
- package/dist/components/icons/filter.d.ts +0 -4
- package/dist/components/icons/folder-save.d.ts +0 -4
- package/dist/components/icons/grid.d.ts +0 -4
- package/dist/components/icons/hashtag.d.ts +0 -4
- package/dist/components/icons/image.d.ts +0 -4
- package/dist/components/icons/import.d.ts +0 -4
- package/dist/components/icons/info-circle.d.ts +0 -4
- package/dist/components/icons/info.d.ts +0 -6
- package/dist/components/icons/link-horizontal.d.ts +0 -4
- package/dist/components/icons/link.d.ts +0 -4
- package/dist/components/icons/location.d.ts +0 -4
- package/dist/components/icons/lowest-lead-time.d.ts +0 -4
- package/dist/components/icons/lowest-min-qty.d.ts +0 -4
- package/dist/components/icons/lowest-price.d.ts +0 -4
- package/dist/components/icons/more.d.ts +0 -4
- package/dist/components/icons/notification.d.ts +0 -4
- package/dist/components/icons/paper-clip.d.ts +0 -4
- package/dist/components/icons/paragraph.d.ts +0 -4
- package/dist/components/icons/payment-request.d.ts +0 -6
- package/dist/components/icons/phone.d.ts +0 -4
- package/dist/components/icons/printer.d.ts +0 -4
- package/dist/components/icons/process-calendar.d.ts +0 -4
- package/dist/components/icons/promotion.d.ts +0 -6
- package/dist/components/icons/radio-button.d.ts +0 -4
- package/dist/components/icons/receipt-filled.d.ts +0 -6
- package/dist/components/icons/receipt-outline.d.ts +0 -4
- package/dist/components/icons/receipt.d.ts +0 -6
- package/dist/components/icons/refresh-icon.d.ts +0 -4
- package/dist/components/icons/replace.d.ts +0 -4
- package/dist/components/icons/save.d.ts +0 -6
- package/dist/components/icons/search-status.d.ts +0 -4
- package/dist/components/icons/search.d.ts +0 -4
- package/dist/components/icons/settings-fallback.d.ts +0 -7
- package/dist/components/icons/sort-arrow-icon.d.ts +0 -4
- package/dist/components/icons/stacked-layer.d.ts +0 -6
- package/dist/components/icons/start-filled.d.ts +0 -6
- package/dist/components/icons/three-dot-icon.d.ts +0 -4
- package/dist/components/icons/tick-circle-filled.d.ts +0 -6
- package/dist/components/icons/tick-circle.d.ts +0 -4
- package/dist/components/icons/tick-octagon.d.ts +0 -4
- package/dist/components/icons/tick.d.ts +0 -4
- package/dist/components/icons/toggle-switch.d.ts +0 -4
- package/dist/components/icons/trash.d.ts +0 -4
- package/dist/components/icons/wave.d.ts +0 -6
- package/dist/components/icons/with-out-tick-octagon.d.ts +0 -4
- package/dist/components/icons/work-centre.d.ts +0 -6
- package/dist/components/material-editable-table/components/inline-edit-fields/index.esm.js +0 -312
- package/dist/components/material-editable-table/components/inline-edit-fields/index.esm.js.map +0 -1
- package/dist/components/material-editable-table/components/inline-edit-fields/index.js +0 -4
- package/dist/components/material-editable-table/components/inline-edit-fields/index.js.map +0 -1
- package/dist/components/material-editable-table/material-editable-table/index.esm.js +0 -1164
- package/dist/components/material-editable-table/material-editable-table/index.esm.js.map +0 -1
- package/dist/components/material-editable-table/material-editable-table/index.js +0 -28
- package/dist/components/material-editable-table/material-editable-table/index.js.map +0 -1
- package/dist/components/material-editable-table/material-editable-table.d.ts +0 -40
- package/dist/components/material-table/aggregation-fns/index.d.ts +0 -13
- package/dist/components/material-table/components/default-aggregation.d.ts +0 -9
- package/dist/components/material-table/components/header-cell.d.ts +0 -5
- package/dist/components/material-table/components/inline-edit-fields.d.ts +0 -17
- package/dist/components/material-table/components/number-aggregation/index.esm.js +0 -133
- package/dist/components/material-table/components/number-aggregation/index.esm.js.map +0 -1
- package/dist/components/material-table/components/number-aggregation/index.js +0 -5
- package/dist/components/material-table/components/number-aggregation/index.js.map +0 -1
- package/dist/components/material-table/components/number-aggregation.d.ts +0 -9
- package/dist/components/radio/radio.d.ts +0 -4
- package/dist/components/select/select.d.ts +0 -3
- package/dist/components/switches/android-12-switch.d.ts +0 -2
- package/dist/components/text-field/text-field.d.ts +0 -3
- 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/utils/fileSize/index.esm.js +0 -22
- package/dist/utils/fileSize/index.esm.js.map +0 -1
- package/dist/utils/fileSize/index.js +0 -2
- package/dist/utils/fileSize/index.js.map +0 -1
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data/index.esm.js +0 -48
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data/index.js +0 -2
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/calendar-data/calendar-data/index.esm.js +0 -50
- package/dist/views/beforeAuth/components/calendar-data/calendar-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/calendar-data/calendar-data/index.js +0 -2
- package/dist/views/beforeAuth/components/calendar-data/calendar-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/gantt-data/gantt-data/index.esm.js +0 -57
- package/dist/views/beforeAuth/components/gantt-data/gantt-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/gantt-data/gantt-data/index.js +0 -2
- package/dist/views/beforeAuth/components/gantt-data/gantt-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/grid-data/grid-data/index.esm.js +0 -41
- package/dist/views/beforeAuth/components/grid-data/grid-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/grid-data/grid-data/index.js +0 -2
- package/dist/views/beforeAuth/components/grid-data/grid-data/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/components/kanbann-content/kanbann-raw/index.esm.js +0 -72
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw/index.js +0 -2
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw/index.js.map +0 -1
- package/dist/views/beforeAuth/components/list-content/column-raw/index.esm.js +0 -54
- package/dist/views/beforeAuth/components/list-content/column-raw/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/list-content/column-raw/index.js +0 -2
- package/dist/views/beforeAuth/components/list-content/column-raw/index.js.map +0 -1
- package/dist/views/beforeAuth/components/list-content/list-data/index.esm.js +0 -61
- package/dist/views/beforeAuth/components/list-content/list-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/list-content/list-data/index.js +0 -2
- package/dist/views/beforeAuth/components/list-content/list-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/multiline-data/multiline-data/index.esm.js +0 -21
- package/dist/views/beforeAuth/components/multiline-data/multiline-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/multiline-data/multiline-data/index.js +0 -2
- package/dist/views/beforeAuth/components/multiline-data/multiline-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/tabs-data/tabs-data/index.esm.js +0 -21
- package/dist/views/beforeAuth/components/tabs-data/tabs-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/tabs-data/tabs-data/index.js +0 -2
- package/dist/views/beforeAuth/components/tabs-data/tabs-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data/index.esm.js +0 -306
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data/index.js +0 -2
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data/index.js.map +0 -1
- package/dist/{@types → src/@types}/common.d.ts +0 -0
- package/dist/{@types → src/@types}/page.d.ts +0 -0
- package/dist/{@types → src/@types}/pagination-model.d.ts +0 -0
- package/dist/{assets → src/assets}/dynamic-svg-icon/dynamic-svg-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/images.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/calendar-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/chart-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/gantt-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/grid-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/kanban-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/table-icon.d.ts +0 -0
- package/dist/{components → src/components}/Dashboard/dashboard-card.d.ts +0 -0
- package/dist/{components → src/components}/Dashboard/dashboard-header.d.ts +0 -0
- package/dist/{components → src/components}/activity-tag/activity-tag.d.ts +0 -0
- package/dist/{components → src/components}/activityArea/activityArea.d.ts +0 -0
- package/dist/{components → src/components}/activityLog/activity-log.d.ts +0 -0
- package/dist/{components → src/components}/alert/alert.d.ts +0 -0
- package/dist/{components → src/components}/appbar/appbar.d.ts +0 -0
- package/dist/{components → src/components}/approval-wrapper/approval-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/avatar/avatar.d.ts +0 -0
- package/dist/{components → src/components}/board/board.d.ts +0 -0
- package/dist/{components → src/components}/board/columnHeader.d.ts +0 -0
- package/dist/{components → src/components}/bread-crumb/bread-crumb.d.ts +0 -0
- package/dist/{components → src/components}/button/button.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/calculation-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/discount-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/items-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/subtotal-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/taxes-and-charges-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/total-summary.d.ts +0 -0
- package/dist/{components → src/components}/calendar/calendar.d.ts +0 -0
- package/dist/{components → src/components}/card-wrapper/card-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/change-user-password-modal/change-user-password-modal.d.ts +0 -0
- package/dist/{components → src/components}/charts/ChartLegends.d.ts +0 -0
- package/dist/{components → src/components}/charts/areaLinerChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/bar-chart/bar-chart.d.ts +0 -0
- package/dist/{components → src/components}/charts/barChart/barChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/barLineChart/barLinechart.d.ts +0 -0
- package/dist/{components → src/components}/charts/donut-chart/donut-chart.d.ts +0 -0
- package/dist/{components → src/components}/charts/donutChart/DonutChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/groupBarChart/GroupBarChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/line-chart/area-line-chart.d.ts +0 -0
- package/dist/{components → src/components}/charts/line-chart/area-lineChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/line-chart/line-chart.d.ts +0 -0
- package/dist/{components → src/components}/charts/multiLineChart/multi-line-chart.d.ts +0 -0
- package/dist/{components → src/components}/chip/chip.d.ts +0 -0
- package/dist/{components → src/components}/chip-generator/chip-generator.d.ts +0 -0
- package/dist/{components → src/components}/color-picker-input/color-picker-input.d.ts +0 -0
- package/dist/{components → src/components}/confirm-modal/confirm-modal.d.ts +0 -0
- package/dist/{components → src/components}/country-select/country-select.d.ts +0 -0
- package/dist/{components → src/components}/custom-snackbar/custom-snackbar.d.ts +0 -0
- package/dist/{components → src/components}/custom-toggle-switch/custom-toggle-switch.d.ts +0 -0
- package/dist/{components → src/components}/date-range-picker/date-range-picker.d.ts +0 -0
- package/dist/{components → src/components}/date-time-picker/date-time-picker.d.ts +0 -0
- package/dist/{components → src/components}/dropdown-button/dropdown-button.d.ts +0 -0
- package/dist/{components → src/components}/dynamic-layout-wrapper/dynamic-layout-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/dynamic-modal.d.ts +0 -0
- package/dist/{components → src/components}/editor/custom-editor.d.ts +0 -0
- package/dist/{components → src/components}/entity-view-wrapper/entity-view-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/examples/FlexibleReduxExample.d.ts +0 -0
- package/dist/{components → src/components}/expandable-summary-wrapper/expandable-summary-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/fallback/fallback.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/add-filter.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/add-group.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/combinator-select.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/delete-group.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/field-select.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/operator-select.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/remove-action.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/value-editor.d.ts +0 -0
- package/dist/{components → src/components}/filter/fields.d.ts +0 -0
- package/dist/{components → src/components}/filter/filter.d.ts +0 -0
- package/dist/{components → src/components}/footer.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/element-controller.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/button.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/checkbox.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/chip-or-placeholder.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date-range-picker.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date-time.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-currency-input.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-element-hoc.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-input-select.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-select.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-tags-input.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-text-editor.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/index.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/info.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/location-add-modal/location-add-modal.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/number-input.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/radio-button.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/section.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/select-configuration.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/table.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/toggle-button.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-parser/data.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-parser/form-parser.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-parser/form-section.d.ts +0 -0
- package/dist/{components → src/components}/form-control/index.d.ts +0 -0
- package/dist/{components → src/components}/form-header/form-header.d.ts +0 -0
- package/dist/{components → src/components}/gantt/gantt.d.ts +0 -0
- package/dist/{components → src/components}/grid/custom-grid-card/custom-grid-card.d.ts +0 -0
- package/dist/{components → src/components}/grid/grid-card/grid-card.d.ts +0 -0
- package/dist/{components → src/components}/grid/grid-wrapper/grid-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/grid-fallback/grid-fallback.d.ts +0 -0
- package/dist/{components → src/components}/header/components/notification-menu/notification-menu.d.ts +0 -0
- package/dist/{components → src/components}/header/header-enhanced.d.ts +0 -0
- package/dist/{components → src/components}/header/header.d.ts +0 -0
- package/dist/{components → src/components}/header/redux/actionCreator.d.ts +0 -0
- package/dist/{components → src/components}/header/redux/reducer.d.ts +0 -0
- package/dist/{components → src/components}/header/redux/state.d.ts +0 -0
- package/dist/{components → src/components}/header copy.d.ts +0 -0
- package/dist/{components → src/components}/header-card/header-card.d.ts +0 -0
- package/dist/{components → src/components}/hr-line/hr-line.d.ts +0 -0
- package/dist/{components → src/components}/icons/check-box.d.ts +0 -0
- package/dist/{components → src/components}/icons/index.d.ts +0 -0
- package/dist/{components → src/components}/icons/rectangle-filled.d.ts +0 -0
- package/dist/{components → src/components}/icons/rectangle.d.ts +0 -0
- package/dist/{components → src/components}/info-card/info-card.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/component/reportFilter.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/inventory-reports-title-bar.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/redux/actionCreator.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/redux/reducer.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/redux/state.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/report-buttons/report-buttons.d.ts +0 -0
- package/dist/{components → src/components}/list/list.d.ts +0 -0
- package/dist/{components → src/components}/loader.d.ts +0 -0
- package/dist/{components → src/components}/loaders/erp-loader.d.ts +0 -0
- package/dist/{components → src/components}/loaders/form-loader.d.ts +0 -0
- package/dist/{components → src/components}/loaders/index.d.ts +0 -0
- package/dist/{components → src/components}/loaders/modal-loader.d.ts +0 -0
- package/dist/{components → src/components}/loaders/page-loader.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/aggregation-fns/index.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/components/default-aggregation.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/components/header-cell.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/components/inline-edit-fields.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/components/number-aggregation.d.ts +0 -0
- package/dist/{components → src/components}/menu/menu.d.ts +0 -0
- package/dist/{components → src/components}/modal/modal.d.ts +0 -0
- package/dist/{components → src/components}/module-button/module-button.d.ts +0 -0
- package/dist/{components → src/components}/mulitline/multiline.d.ts +0 -0
- package/dist/{components → src/components}/multi-select/multi-select.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/add-page-modal.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/add-page.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/page-action.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/shared-page-modal.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/shared-page-view.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/page-navigator.d.ts +0 -0
- package/dist/{components → src/components}/pagination/pagination.d.ts +0 -0
- package/dist/{components → src/components}/parties-modal/parties-modal.d.ts +0 -0
- package/dist/{components → src/components}/parties-modal/utils/constant.d.ts +0 -0
- package/dist/{components → src/components}/parties-modal/validator.d.ts +0 -0
- package/dist/{components → src/components}/protected-route.d.ts +0 -0
- package/dist/{components → src/components}/providers/ERPUIProvider.d.ts +0 -0
- package/dist/{components → src/components}/providers/index.d.ts +0 -0
- package/dist/{components → src/components}/quick-approval-modal/quick-approval-modal.d.ts +0 -0
- package/dist/{components → src/components}/reports/dynamic-report/dynamic-report.d.ts +0 -0
- package/dist/{components → src/components}/reports/dynamic-report/dynamic-rows.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/redux/actionCreator.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/redux/reducer.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/redux/state.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/report-buttons/report-buttons.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/reports-title-bar.d.ts +0 -0
- package/dist/{components → src/components}/reset-password-modal/reset-password-modal.d.ts +0 -0
- package/dist/{components → src/components}/rfq-response/item-response-details.d.ts +0 -0
- package/dist/{components → src/components}/save-filter-modal/save-filter-modal.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/schedule-report-modal.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/schedule-report.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/utils/common.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/utils/constant.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/utils/type.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/validator.d.ts +0 -0
- package/dist/{components → src/components}/search-bar/search-bar.d.ts +0 -0
- package/dist/{components → src/components}/searchable-select.d.ts +0 -0
- package/dist/{components → src/components}/select/controller/chip-or-placeholder.d.ts +0 -0
- package/dist/{components → src/components}/select/controller/controller-select.d.ts +0 -0
- package/dist/{components → src/components}/select/select-search.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/redux/actionCreator.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/redux/reducer.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/redux/state.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/share-modal-enhanced.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/share-modal.d.ts +0 -0
- package/dist/{components → src/components}/sidebar/sidebar.d.ts +0 -0
- package/dist/{components → src/components}/snackbar/snackbar.d.ts +0 -0
- package/dist/{components → src/components}/sub-header-doc/sub-header-doc.d.ts +0 -0
- package/dist/{components → src/components}/tab-bar-ui/tab-bar-ui.d.ts +0 -0
- package/dist/{components → src/components}/tabs/tabs.d.ts +0 -0
- package/dist/{components → src/components}/text-area/text-area.d.ts +0 -0
- package/dist/{components → src/components}/time-range-picker/time-range-picker.d.ts +0 -0
- package/dist/{components → src/components}/title-dropdown-button/title-dropdown-button.d.ts +0 -0
- package/dist/{components → src/components}/toast/toast.d.ts +0 -0
- package/dist/{components → src/components}/toggle/toggle.d.ts +0 -0
- package/dist/{components → src/components}/toggle-switch/toggle-switch.d.ts +0 -0
- package/dist/{components → src/components}/tooltip/Tooltip.d.ts +0 -0
- package/dist/{components → src/components}/typography/typography.d.ts +0 -0
- package/dist/{components → src/components}/upload/file-confirmation.d.ts +0 -0
- package/dist/{components → src/components}/upload/upload.d.ts +0 -0
- package/dist/{components → src/components}/upload-excel/file-confirmation.d.ts +0 -0
- package/dist/{components → src/components}/upload-excel/upload-excel.d.ts +0 -0
- package/dist/{components → src/components}/user-dropdown/user-dropdown.d.ts +0 -0
- package/dist/{components → src/components}/value-field/value-field.d.ts +0 -0
- package/dist/{components → src/components}/view-modal/view-modal.d.ts +0 -0
- package/dist/{config → src/config}/index.d.ts +0 -0
- package/dist/{constants → src/constants}/action-bar.d.ts +0 -0
- package/dist/{constants → src/constants}/all-language.d.ts +0 -0
- package/dist/{constants → src/constants}/auth.d.ts +0 -0
- package/dist/{constants → src/constants}/common.d.ts +0 -0
- package/dist/{constants → src/constants}/defaultColumns.d.ts +0 -0
- package/dist/{constants → src/constants}/lang/ar.d.ts +0 -0
- package/dist/{constants → src/constants}/lang/en.d.ts +0 -0
- package/dist/{constants → src/constants}/lang/es.d.ts +0 -0
- package/dist/{constants → src/constants}/modules.d.ts +0 -0
- package/dist/{constants → src/constants}/mui.constants.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/index.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.accounting.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.crm.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.document.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.hrms.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.inventory.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.manufacturing.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.office.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.procurement.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.project.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.quotes.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.rental.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.user.d.ts +0 -0
- package/dist/{constants → src/constants}/resource-lang.d.ts +0 -0
- package/dist/{constants → src/constants}/route-page-map.d.ts +0 -0
- package/dist/{constants → src/constants}/status.d.ts +0 -0
- package/dist/{contexts → src/contexts}/AuthContext.d.ts +0 -0
- package/dist/{contexts → src/contexts}/languageContext.d.ts +0 -0
- package/dist/{contexts → src/contexts}/page-context.d.ts +0 -0
- package/dist/{contexts → src/contexts}/permission-context.d.ts +0 -0
- package/dist/{hooks → src/hooks}/apiHelper.d.ts +0 -0
- package/dist/{hooks → src/hooks}/common.d.ts +0 -0
- package/dist/{hooks → src/hooks}/use-deep-memo.d.ts +0 -0
- package/dist/{hooks → src/hooks}/use-material-calculations.d.ts +0 -0
- package/dist/{hooks → src/hooks}/use-translations.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useCheckSkuAndName.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useDataFetcher.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useLanguageFallback.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useLocationFilter.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useReduxIntegration.d.ts +0 -0
- package/dist/{layout → src/layout}/fullScreen/fullScreen.d.ts +0 -0
- package/dist/{layout → src/layout}/sidebarScreen/sidebarScreen.d.ts +0 -0
- package/dist/{redux → src/redux}/actionCreator.d.ts +0 -0
- package/dist/{redux → src/redux}/apiConfig.d.ts +0 -0
- package/dist/{redux → src/redux}/hooks.d.ts +0 -0
- package/dist/{redux → src/redux}/module-reducer.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/headerSlice.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/index.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/inventoryReportsTitleBarSlice.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/reportsTitleBarSlice.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/shareSlice.d.ts +0 -0
- package/dist/{redux → src/redux}/toolkit.d.ts +0 -0
- package/dist/{redux → src/redux}/types.d.ts +0 -0
- package/dist/{server.d.ts → src/server.d.ts} +0 -0
- package/dist/{styles → src/styles}/themes/index.d.ts +0 -0
- package/dist/{theme → src/theme}/color.d.ts +0 -0
- package/dist/{theme → src/theme}/theme-impl.d.ts +0 -0
- package/dist/{theme → src/theme}/themeSelector.d.ts +0 -0
- package/dist/{theme → src/theme}/themeWrapper.d.ts +0 -0
- package/dist/{theme → src/theme}/typography.d.ts +0 -0
- package/dist/{utils → src/utils}/api.d.ts +0 -0
- package/dist/{utils → src/utils}/calculation.d.ts +0 -0
- package/dist/{utils → src/utils}/color.d.ts +0 -0
- package/dist/{utils → src/utils}/common-utility.d.ts +1 -1
- /package/dist/{utils → src/utils}/common.d.ts +0 -0
- /package/dist/{utils → src/utils}/constant.d.ts +0 -0
- /package/dist/{utils → src/utils}/country.d.ts +0 -0
- /package/dist/{utils → src/utils}/date-range.d.ts +0 -0
- /package/dist/{utils → src/utils}/dateFormat.d.ts +0 -0
- /package/dist/{utils → src/utils}/dateValidation.d.ts +0 -0
- /package/dist/{utils → src/utils}/deformat-text.d.ts +0 -0
- /package/dist/{utils → src/utils}/export-filters.d.ts +0 -0
- /package/dist/{utils → src/utils}/fileSize.d.ts +0 -0
- /package/dist/{utils → src/utils}/form-builder-conversion.d.ts +0 -0
- /package/dist/{utils → src/utils}/form-builder-deconversion.d.ts +0 -0
- /package/dist/{utils → src/utils}/format-text.d.ts +0 -0
- /package/dist/{utils → src/utils}/i18n.d.ts +0 -0
- /package/dist/{utils → src/utils}/language.d.ts +0 -0
- /package/dist/{utils → src/utils}/menu-filter.d.ts +0 -0
- /package/dist/{utils → src/utils}/metaComponent.d.ts +0 -0
- /package/dist/{utils → src/utils}/migration-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/navigation-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/route-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/server.d.ts +0 -0
- /package/dist/{utils → src/utils}/setup.d.ts +0 -0
- /package/dist/{utils → src/utils}/translations.d.ts +0 -0
- /package/dist/{views → src/views}/404.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/accounting.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/crm.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/dashboard.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/reducer.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/document.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/hrms.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/inventory.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/manufacturing.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/office.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/page-view.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/reducer.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/utils/default-data.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/utils/local-data.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/procurement.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/project.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/purchase.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/quotes.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/rental.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/user.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/change-password/change-password.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/activity-tag-data/activity-tag-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/calendar-data/calendar-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/drive-dashboard-data/drive-dashboard-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/gantt-data/gantt-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/grid-data/grid-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/index.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/kanbann-content/kanbann-raw.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/list-content/column-raw.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/list-content/list-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/multiline-data/multiline-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/share-modal-data/share-modal-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/shared-pages-data/shared-pages-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/tabs-data/tabs-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-dashboard-data/user-dashboard-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-dropdown-data/user-dropdown-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-profile-data/user-profile-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/forgot-password/forgot-password.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/landing/landing.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/login/index.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/reset-password/reset-password.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/custom-form.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/checkbox.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/column-width.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/field-select.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/index.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/section.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/select.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/table-form.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/text.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/field_properties.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/form-fields.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/index.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/types.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/utils/common.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/utils/index.d.ts +0 -0
- /package/dist/{views → src/views}/privateRoute.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/add-template/add-template.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/add-template/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/company-selection-modal/company-selection-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/company-selection-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorCanvas.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorHeader.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorSection.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorSidebar.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/SectionFlowEditor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/SectionFormatPanel.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/AlignmentControl.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/ButtonControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/CodeControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/DividerControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/ImageControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/SignatureControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/TableControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/TextControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/border-control.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/edit-section-modal/edit-section-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/edit-section-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/routes.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/html-thumbnail-preview.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/template-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-name-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-name-modal/template-name-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/templates.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/types/editor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/types/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/common.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/constant.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/default-data.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/style-extractor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/types.d.ts +0 -0
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Link: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Link;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Location: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Location;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const LowestLeadTime: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default LowestLeadTime;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const LowestMinQty: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default LowestMinQty;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const LowestPrice: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default LowestPrice;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const MoreIcon: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default MoreIcon;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Notification: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Notification;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const PaperClip: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default PaperClip;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Paragraph: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Paragraph;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const PaymentRequest: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default PaymentRequest;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Phone: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Phone;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Printer: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Printer;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ProcessCalendar: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ProcessCalendar;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const Promotion: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default Promotion;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const RadioButton: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default RadioButton;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const ReceiptFilled: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default ReceiptFilled;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ReceiptOutline: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ReceiptOutline;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const Receipt: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default Receipt;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Refresh: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Refresh;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Replace: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Replace;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const Save: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default Save;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const SearchStatus: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default SearchStatus;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Search: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Search;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const SettingsFallbackIcon: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
export declare const SettingsFallback: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
5
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
6
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
7
|
-
export default SettingsFallback;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ActionArrow: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ActionArrow;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const StackedLayer: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default StackedLayer;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const StartFilled: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default StartFilled;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ThreeDotIcon: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ThreeDotIcon;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const TickCircleFilled: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default TickCircleFilled;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const TickCircle: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default TickCircle;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const OctagonWithTick: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default OctagonWithTick;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Tick: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Tick;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ToggleSwitch: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ToggleSwitch;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Trash: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Trash;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const Wave: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default Wave;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const OctagonWithOutTick: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default OctagonWithOutTick;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const WorkCentre: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default WorkCentre;
|
|
@@ -1,312 +0,0 @@
|
|
|
1
|
-
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { useState, useRef, useCallback, useEffect } from "react";
|
|
3
|
-
import { Typography } from "../../../typography/typography/index.esm.js";
|
|
4
|
-
import DatePicker from "../../../date-picker/date-picker/index.esm.js";
|
|
5
|
-
import DateTimePicker from "../../../date-time-picker/date-time-picker/index.esm.js";
|
|
6
|
-
import TextField from "../../../text-field/text-field/index.esm.js";
|
|
7
|
-
import UploadMedia from "../../../upload-media/upload-media/index.esm.js";
|
|
8
|
-
import * as Yup from "yup";
|
|
9
|
-
import _ from "lodash";
|
|
10
|
-
import dayjs from "dayjs";
|
|
11
|
-
import PhoneInput from "../../../phone-input/phone-input/index.esm.js";
|
|
12
|
-
import Checkbox from "../../../checkbox/checkbox/index.esm.js";
|
|
13
|
-
import SearchableSelect from "../../../searchable-select/index.esm.js";
|
|
14
|
-
import Box from "../../../../node_modules/@mui/material/Box/Box/index.esm.js";
|
|
15
|
-
const InlineEditFields = ({
|
|
16
|
-
// cell,
|
|
17
|
-
column,
|
|
18
|
-
row,
|
|
19
|
-
// table,
|
|
20
|
-
col,
|
|
21
|
-
// callback,
|
|
22
|
-
errors,
|
|
23
|
-
validationSchema,
|
|
24
|
-
setValidationErrors,
|
|
25
|
-
onChangeRowField,
|
|
26
|
-
getSelectedData
|
|
27
|
-
}) => {
|
|
28
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
29
|
-
const [inputValue, setInputValue] = useState();
|
|
30
|
-
const [isInitialSet, setIsInitialSet] = useState(false);
|
|
31
|
-
const customFilter = useRef(null);
|
|
32
|
-
const editCols = row.getAllCells().map((col2) => col2.column.columnDef).filter(
|
|
33
|
-
(col2) => (col2 == null ? void 0 : col2.enableEditing) === void 0 || (col2 == null ? void 0 : col2.enableEditing) === true
|
|
34
|
-
);
|
|
35
|
-
const editVariant = col.editVariant;
|
|
36
|
-
const fieldProperties = ((_a = column.columnDef) == null ? void 0 : _a.editProperties) || {};
|
|
37
|
-
let fieldDisbled = false;
|
|
38
|
-
if (fieldProperties == null ? void 0 : fieldProperties.disable) {
|
|
39
|
-
if (typeof fieldProperties.disable === "function") {
|
|
40
|
-
fieldDisbled = Boolean(fieldProperties == null ? void 0 : fieldProperties.disable(row, row._valuesCache));
|
|
41
|
-
} else {
|
|
42
|
-
fieldDisbled = Boolean(fieldProperties.disable);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
const handleCustomFilter = useCallback(async (row2, values) => {
|
|
46
|
-
try {
|
|
47
|
-
if (typeof fieldProperties.customeFilter === "function") {
|
|
48
|
-
const filter = await fieldProperties.customeFilter(row2, values);
|
|
49
|
-
customFilter.current = filter;
|
|
50
|
-
return filter;
|
|
51
|
-
} else {
|
|
52
|
-
customFilter.current = fieldProperties == null ? void 0 : fieldProperties.customeFilter;
|
|
53
|
-
}
|
|
54
|
-
} catch (error) {
|
|
55
|
-
return null;
|
|
56
|
-
}
|
|
57
|
-
}, [fieldProperties, row, row._valuesCache]);
|
|
58
|
-
useEffect(() => {
|
|
59
|
-
handleCustomFilter(row, row._valuesCache);
|
|
60
|
-
}, [handleCustomFilter, row, row._valuesCache]);
|
|
61
|
-
const valueKey = fieldProperties == null ? void 0 : fieldProperties.valueKey;
|
|
62
|
-
let defaultValue = "";
|
|
63
|
-
if (editVariant === "select" && (fieldProperties == null ? void 0 : fieldProperties.is_multiple)) {
|
|
64
|
-
defaultValue = valueKey ? _.get(row.original, valueKey, []) : [];
|
|
65
|
-
} else {
|
|
66
|
-
defaultValue = valueKey ? _.get(row.original, valueKey, row.original[column.id]) : row.original[column.id];
|
|
67
|
-
if (editVariant === "select" && (typeof defaultValue === "string" || typeof defaultValue === "number") && (col == null ? void 0 : col.editSelectOptions)) {
|
|
68
|
-
const matchingOption = col.editSelectOptions.find(
|
|
69
|
-
(option) => option.value === defaultValue || option.id === defaultValue || option.name === defaultValue || String(option.id) === String(defaultValue)
|
|
70
|
-
);
|
|
71
|
-
if (matchingOption) {
|
|
72
|
-
defaultValue = matchingOption;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
const validate = async (value) => {
|
|
77
|
-
try {
|
|
78
|
-
await validationSchema.validateAt(
|
|
79
|
-
column.id,
|
|
80
|
-
{
|
|
81
|
-
[column.id]: value
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
abortEarly: false
|
|
85
|
-
}
|
|
86
|
-
);
|
|
87
|
-
const fe = {};
|
|
88
|
-
for (const e in errors) {
|
|
89
|
-
if (e != column.id) {
|
|
90
|
-
fe[e] = errors[e];
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
setValidationErrors(fe);
|
|
94
|
-
} catch (err) {
|
|
95
|
-
if (err instanceof Yup.ValidationError) {
|
|
96
|
-
const e = {};
|
|
97
|
-
err.inner.forEach((error) => {
|
|
98
|
-
if (error.path) {
|
|
99
|
-
e[error.path] = error.message;
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
const em = { ...errors, ...e };
|
|
103
|
-
setValidationErrors(em);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
};
|
|
107
|
-
const onChange = async (e, type, selectedData) => {
|
|
108
|
-
const data = selectedData;
|
|
109
|
-
let value;
|
|
110
|
-
switch (type) {
|
|
111
|
-
case "date":
|
|
112
|
-
case "file":
|
|
113
|
-
case "image":
|
|
114
|
-
case "phone":
|
|
115
|
-
value = e;
|
|
116
|
-
break;
|
|
117
|
-
case "text":
|
|
118
|
-
case "number":
|
|
119
|
-
value = e.target.value;
|
|
120
|
-
break;
|
|
121
|
-
case "checkbox":
|
|
122
|
-
value = e.target.checked;
|
|
123
|
-
break;
|
|
124
|
-
default:
|
|
125
|
-
value = e.target.value;
|
|
126
|
-
break;
|
|
127
|
-
}
|
|
128
|
-
setInputValue({ ...inputValue, [column.id]: value });
|
|
129
|
-
if (onChangeRowField) {
|
|
130
|
-
const v = await onChangeRowField(e, type, row, col, data);
|
|
131
|
-
if (v) {
|
|
132
|
-
row._valuesCache = { ...row._valuesCache, ...v };
|
|
133
|
-
setInputValue({ ...inputValue, ...v });
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
setInputValue({ ...inputValue, [column.id]: value });
|
|
137
|
-
row._valuesCache = { ...row._valuesCache, [column.id]: value };
|
|
138
|
-
await validate(value);
|
|
139
|
-
};
|
|
140
|
-
useEffect(() => {
|
|
141
|
-
setInputValue({ ...inputValue, ...row._valuesCache });
|
|
142
|
-
}, [row._valuesCache]);
|
|
143
|
-
useEffect(() => {
|
|
144
|
-
if (!isInitialSet) {
|
|
145
|
-
const editFields = Object.keys(row._valuesCache || {});
|
|
146
|
-
const dValues = {};
|
|
147
|
-
row.getAllCells().forEach((cell) => {
|
|
148
|
-
var _a2, _b2, _c2;
|
|
149
|
-
if (((_a2 = cell.column.columnDef) == null ? void 0 : _a2.enableEditing) === void 0 || ((_b2 = cell.column.columnDef) == null ? void 0 : _b2.enableEditing) === true) {
|
|
150
|
-
const { is_multiple, valueKey: valueKey2 } = ((_c2 = cell.column.columnDef) == null ? void 0 : _c2.editProperties) || {};
|
|
151
|
-
if (editFields.includes(cell.column.id)) {
|
|
152
|
-
const vl = _.get(row.original, valueKey2);
|
|
153
|
-
if (editVariant === "select" && is_multiple) {
|
|
154
|
-
dValues[cell.column.id] = vl ? Array.isArray(vl) ? vl : [vl] : [];
|
|
155
|
-
} else if (editVariant === "date" || editVariant === "date_time") {
|
|
156
|
-
dValues[cell.column.id] = vl ? dayjs(vl).isValid() ? dayjs(vl) : void 0 : dayjs(row.original[cell.column.id]).isValid() ? dayjs(row.original[cell.column.id]) : void 0;
|
|
157
|
-
} else {
|
|
158
|
-
dValues[cell.column.id] = _.get(
|
|
159
|
-
row.original,
|
|
160
|
-
valueKey2,
|
|
161
|
-
row.original[cell.column.id]
|
|
162
|
-
);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
});
|
|
167
|
-
row._valuesCache = dValues;
|
|
168
|
-
setInputValue(dValues);
|
|
169
|
-
setIsInitialSet(true);
|
|
170
|
-
}
|
|
171
|
-
}, [row, editVariant, isInitialSet]);
|
|
172
|
-
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
173
|
-
(!editVariant || editVariant === "number") && /* @__PURE__ */ jsx(
|
|
174
|
-
TextField,
|
|
175
|
-
{
|
|
176
|
-
defaultValue,
|
|
177
|
-
onChange: (e) => onChange(e, editVariant),
|
|
178
|
-
value: inputValue == null ? void 0 : inputValue[column.id],
|
|
179
|
-
autoFocus: ((_b = editCols == null ? void 0 : editCols[0]) == null ? void 0 : _b.accessorKey) === column.id,
|
|
180
|
-
type: editVariant || "text",
|
|
181
|
-
error: (errors == null ? void 0 : errors[column.id]) ? true : false,
|
|
182
|
-
helperText: errors == null ? void 0 : errors[column.id],
|
|
183
|
-
placeholder: (fieldProperties == null ? void 0 : fieldProperties.placeholder) || "",
|
|
184
|
-
name: (fieldProperties == null ? void 0 : fieldProperties.field_name) || "",
|
|
185
|
-
disabled: fieldDisbled
|
|
186
|
-
}
|
|
187
|
-
),
|
|
188
|
-
editVariant === "select" && /* @__PURE__ */ jsxs(Box, { display: "flex", flexDirection: "column", width: "100%", children: [
|
|
189
|
-
/* @__PURE__ */ jsx(
|
|
190
|
-
SearchableSelect,
|
|
191
|
-
{
|
|
192
|
-
name: (fieldProperties == null ? void 0 : fieldProperties.field_name) || "",
|
|
193
|
-
defaultValue,
|
|
194
|
-
placeholder: (fieldProperties == null ? void 0 : fieldProperties.placeholder) || "",
|
|
195
|
-
searchPlaceholder: `Search ${col.header}`,
|
|
196
|
-
onChange: (e, row2) => onChange(e, "select", row2),
|
|
197
|
-
apiType: fieldProperties == null ? void 0 : fieldProperties.apiType,
|
|
198
|
-
autoFocus: ((_c = editCols == null ? void 0 : editCols[0]) == null ? void 0 : _c.accessorKey) === column.id,
|
|
199
|
-
options: col == null ? void 0 : col.editSelectOptions,
|
|
200
|
-
customeFilter: customFilter.current,
|
|
201
|
-
filterKey: fieldProperties == null ? void 0 : fieldProperties.filterKey,
|
|
202
|
-
labelKey: fieldProperties == null ? void 0 : fieldProperties.labelKey,
|
|
203
|
-
valueKey: fieldProperties == null ? void 0 : fieldProperties.bindingKey,
|
|
204
|
-
attributes: fieldProperties.attributes,
|
|
205
|
-
isInternal: (fieldProperties == null ? void 0 : fieldProperties.isInternal) || !(fieldProperties == null ? void 0 : fieldProperties.apiType),
|
|
206
|
-
multiple: fieldProperties == null ? void 0 : fieldProperties.is_multiple,
|
|
207
|
-
value: (fieldProperties == null ? void 0 : fieldProperties.is_multiple) ? Array.isArray(inputValue == null ? void 0 : inputValue[column.id]) ? inputValue == null ? void 0 : inputValue[column.id] : [] : (() => {
|
|
208
|
-
const val = inputValue == null ? void 0 : inputValue[column.id];
|
|
209
|
-
if ((typeof val === "string" || typeof val === "number") && (col == null ? void 0 : col.editSelectOptions)) {
|
|
210
|
-
const matchingOption = col.editSelectOptions.find(
|
|
211
|
-
(option) => option.value === val || option.id === val || option.name === val || String(option.id) === String(val)
|
|
212
|
-
);
|
|
213
|
-
return matchingOption || val;
|
|
214
|
-
}
|
|
215
|
-
return val;
|
|
216
|
-
})(),
|
|
217
|
-
getSelectedData: (row2) => getSelectedData(fieldProperties == null ? void 0 : fieldProperties.field_name, row2)
|
|
218
|
-
}
|
|
219
|
-
),
|
|
220
|
-
(errors == null ? void 0 : errors[column.id]) && /* @__PURE__ */ jsx(Typography, { color: "theme.error.600", type: "s5", children: errors == null ? void 0 : errors[column.id] })
|
|
221
|
-
] }),
|
|
222
|
-
editVariant === "date" && /* @__PURE__ */ jsx(
|
|
223
|
-
DatePicker,
|
|
224
|
-
{
|
|
225
|
-
name: (fieldProperties == null ? void 0 : fieldProperties.field_name) || "",
|
|
226
|
-
defaultValue,
|
|
227
|
-
onChange: (v) => onChange(v, "date"),
|
|
228
|
-
textFieldProps: {
|
|
229
|
-
autoFocus: ((_d = editCols == null ? void 0 : editCols[0]) == null ? void 0 : _d.accessorKey) === column.id
|
|
230
|
-
},
|
|
231
|
-
error: (errors == null ? void 0 : errors[column.id]) ? true : false,
|
|
232
|
-
helperText: errors == null ? void 0 : errors[column.id],
|
|
233
|
-
format: fieldProperties == null ? void 0 : fieldProperties.dateFormat,
|
|
234
|
-
placeholder: (fieldProperties == null ? void 0 : fieldProperties.placeholder) || (fieldProperties == null ? void 0 : fieldProperties.dateFormat),
|
|
235
|
-
value: dayjs(row._valuesCache[column.id]).isValid() ? dayjs(row._valuesCache[column.id]) : void 0,
|
|
236
|
-
disabled: fieldDisbled,
|
|
237
|
-
minDate: fieldProperties == null ? void 0 : fieldProperties.min_date
|
|
238
|
-
}
|
|
239
|
-
),
|
|
240
|
-
editVariant === "date_time" && /* @__PURE__ */ jsx(
|
|
241
|
-
DateTimePicker,
|
|
242
|
-
{
|
|
243
|
-
name: (fieldProperties == null ? void 0 : fieldProperties.field_name) || "",
|
|
244
|
-
defaultValue,
|
|
245
|
-
onChange: (v) => onChange(v, "date"),
|
|
246
|
-
textFieldProps: {
|
|
247
|
-
autoFocus: ((_e = editCols == null ? void 0 : editCols[0]) == null ? void 0 : _e.accessorKey) === column.id
|
|
248
|
-
},
|
|
249
|
-
error: (errors == null ? void 0 : errors[column.id]) ? true : false,
|
|
250
|
-
helperText: errors == null ? void 0 : errors[column.id],
|
|
251
|
-
format: fieldProperties == null ? void 0 : fieldProperties.dateFormat,
|
|
252
|
-
placeholder: (fieldProperties == null ? void 0 : fieldProperties.placeholder) || (fieldProperties == null ? void 0 : fieldProperties.dateFormat),
|
|
253
|
-
value: dayjs(row._valuesCache[column.id]).isValid() ? dayjs(row._valuesCache[column.id]) : void 0,
|
|
254
|
-
disabled: fieldDisbled
|
|
255
|
-
}
|
|
256
|
-
),
|
|
257
|
-
(editVariant === "file" || editVariant === "image") && /* @__PURE__ */ jsxs(Box, { display: "flex", flexDirection: "column", children: [
|
|
258
|
-
/* @__PURE__ */ jsx(
|
|
259
|
-
UploadMedia,
|
|
260
|
-
{
|
|
261
|
-
name: (fieldProperties == null ? void 0 : fieldProperties.field_name) || "table_file",
|
|
262
|
-
dataPosition: 0,
|
|
263
|
-
dataName: "table_file",
|
|
264
|
-
label: "",
|
|
265
|
-
type: editVariant,
|
|
266
|
-
max_size: 10,
|
|
267
|
-
onChange: (v) => onChange(v, "file"),
|
|
268
|
-
error: (errors == null ? void 0 : errors[column.id]) ? true : false,
|
|
269
|
-
multiple: Boolean(column == null ? void 0 : column.is_multiple),
|
|
270
|
-
value: row._valuesCache[column.id]
|
|
271
|
-
}
|
|
272
|
-
),
|
|
273
|
-
(errors == null ? void 0 : errors[column.id]) && /* @__PURE__ */ jsx(Typography, { color: "theme.error.600", type: "s5", children: errors == null ? void 0 : errors[column.id] })
|
|
274
|
-
] }),
|
|
275
|
-
editVariant === "phone" && /* @__PURE__ */ jsx(
|
|
276
|
-
PhoneInput,
|
|
277
|
-
{
|
|
278
|
-
name: (fieldProperties == null ? void 0 : fieldProperties.field_name) || "",
|
|
279
|
-
default_value: defaultValue,
|
|
280
|
-
onChange: (v) => onChange(v, "phone"),
|
|
281
|
-
textFieldProps: {
|
|
282
|
-
autoFocus: ((_f = editCols == null ? void 0 : editCols[0]) == null ? void 0 : _f.accessorKey) === column.id
|
|
283
|
-
},
|
|
284
|
-
error: (errors == null ? void 0 : errors[column.id]) ? true : false,
|
|
285
|
-
helperText: errors == null ? void 0 : errors[column.id],
|
|
286
|
-
format: fieldProperties == null ? void 0 : fieldProperties.dateFormat,
|
|
287
|
-
placeholder: (fieldProperties == null ? void 0 : fieldProperties.placeholder) || (fieldProperties == null ? void 0 : fieldProperties.dateFormat),
|
|
288
|
-
value: (_g = row._valuesCache) == null ? void 0 : _g[column.id],
|
|
289
|
-
disabled: fieldDisbled,
|
|
290
|
-
isInlineEditing: true
|
|
291
|
-
}
|
|
292
|
-
),
|
|
293
|
-
editVariant === "checkbox" && /* @__PURE__ */ jsx(
|
|
294
|
-
Checkbox,
|
|
295
|
-
{
|
|
296
|
-
name: (fieldProperties == null ? void 0 : fieldProperties.field_name) || "",
|
|
297
|
-
defaultChecked: Boolean(defaultValue),
|
|
298
|
-
onChange: (v) => onChange(v, "checkbox"),
|
|
299
|
-
error: (errors == null ? void 0 : errors[column.id]) ? true : false,
|
|
300
|
-
helperText: errors == null ? void 0 : errors[column.id],
|
|
301
|
-
format: fieldProperties == null ? void 0 : fieldProperties.dateFormat,
|
|
302
|
-
placeholder: (fieldProperties == null ? void 0 : fieldProperties.placeholder) || (fieldProperties == null ? void 0 : fieldProperties.dateFormat),
|
|
303
|
-
value: (_h = row._valuesCache) == null ? void 0 : _h[column.id],
|
|
304
|
-
disabled: fieldDisbled
|
|
305
|
-
}
|
|
306
|
-
)
|
|
307
|
-
] });
|
|
308
|
-
};
|
|
309
|
-
export {
|
|
310
|
-
InlineEditFields as default
|
|
311
|
-
};
|
|
312
|
-
//# sourceMappingURL=index.esm.js.map
|