@erpsquad/common 1.8.41 → 1.8.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/alltypes.d.ts +3 -0
- package/dist/@types/common.d.ts +1 -0
- package/dist/@types/createPalette.d.ts +47 -0
- package/dist/@types/index.d.ts +5 -0
- package/dist/@types/page.d.ts +4 -0
- package/dist/@types/pagination-model.d.ts +4 -0
- package/dist/_virtual/index/index.esm2.js +4 -2
- package/dist/_virtual/index/index.esm2.js.map +1 -1
- package/dist/_virtual/index/index.esm3.js +2 -4
- package/dist/_virtual/index/index.esm3.js.map +1 -1
- package/dist/_virtual/index/index2.js +1 -1
- package/dist/_virtual/index/index3.js +1 -1
- package/dist/api-client/api.accounting/api-types.d.ts +15883 -0
- package/dist/api-client/api.drive/api-types.d.ts +696 -0
- package/dist/api-client/api.inventory/api-types.d.ts +6110 -0
- package/dist/api-client/api.inventory/api.d.ts +2 -5
- package/dist/api-client/api.manufacturing/api-types.d.ts +10066 -0
- package/dist/api-client/api.manufacturing/api.d.ts +102 -15
- package/dist/api-client/api.purchase/api-types.d.ts +6715 -0
- package/dist/api-client/api.purchase/api.d.ts +2 -3
- package/dist/api-client/api.rbac/api-types.d.ts +1753 -0
- package/dist/api-client/api.rental/api-types.d.ts +15666 -0
- package/dist/api-client/api.sales/api-types.d.ts +8258 -0
- package/dist/api-client/api.system-feature/api-types.d.ts +2875 -0
- package/dist/api-client/api.system-feature/api.d.ts +2 -0
- package/dist/api-client/api.user/api-types.d.ts +95 -0
- package/dist/assets/common-component/index.d.ts +1 -0
- package/dist/assets/dynamic-svg-icon/dynamic-svg-icon.d.ts +8 -0
- package/dist/assets/dynamic-svg-icon/index.d.ts +2 -0
- package/dist/assets/images.d.ts +208 -0
- package/dist/assets/index.d.ts +5 -0
- package/dist/assets/view-modal/calendar-icon.d.ts +2 -0
- package/dist/assets/view-modal/chart-icon.d.ts +2 -0
- package/dist/assets/view-modal/gantt-icon.d.ts +2 -0
- package/dist/assets/view-modal/grid-icon.d.ts +2 -0
- package/dist/assets/view-modal/index.d.ts +12 -0
- package/dist/assets/view-modal/kanban-icon.d.ts +2 -0
- package/dist/assets/view-modal/table-icon.d.ts +2 -0
- package/dist/components/Dashboard/dashboard-card.d.ts +7 -0
- package/dist/components/Dashboard/dashboard-header.d.ts +7 -0
- package/dist/components/Dashboard/index.d.ts +4 -0
- package/dist/components/accordion/accordion.d.ts +9 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/action-bar/action-bar/index.esm.js +2 -2
- package/dist/components/action-bar/action-bar/index.js +11 -11
- package/dist/components/action-bar/action-bar.d.ts +48 -0
- package/dist/components/action-bar/index.d.ts +2 -0
- package/dist/components/activity-tag/activity-tag.d.ts +3 -0
- package/dist/components/activity-tag/index.d.ts +2 -0
- package/dist/components/activityArea/activityArea.d.ts +3 -0
- package/dist/components/activityArea/index.d.ts +2 -0
- package/dist/components/activityLog/activity-log.d.ts +3 -0
- package/dist/components/activityLog/index.d.ts +2 -0
- package/dist/components/alert/alert.d.ts +4 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/appbar/appbar.d.ts +3 -0
- package/dist/components/appbar/index.d.ts +2 -0
- package/dist/components/approval-wrapper/approval-wrapper/index.esm.js +1 -1
- package/dist/components/approval-wrapper/approval-wrapper/index.esm.js.map +1 -1
- package/dist/components/approval-wrapper/approval-wrapper/index.js +4 -4
- package/dist/components/approval-wrapper/approval-wrapper/index.js.map +1 -1
- package/dist/components/approval-wrapper/approval-wrapper.d.ts +2 -0
- package/dist/components/approval-wrapper/index.d.ts +2 -0
- package/dist/components/avatar/avatar.d.ts +3 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/board/board.d.ts +19 -0
- package/dist/components/board/columnHeader.d.ts +2 -0
- package/dist/components/board/index.d.ts +4 -0
- package/dist/components/bread-crumb/bread-crumb.d.ts +13 -0
- package/dist/components/bread-crumb/index.d.ts +2 -0
- package/dist/components/button/button.d.ts +4 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/calculation-summary/calculation-summary.d.ts +11 -0
- package/dist/components/calculation-summary/components/discount-summary.d.ts +13 -0
- package/dist/components/calculation-summary/components/index.d.ts +10 -0
- package/dist/components/calculation-summary/components/items-summary.d.ts +10 -0
- package/dist/components/calculation-summary/components/subtotal-summary.d.ts +10 -0
- package/dist/components/calculation-summary/components/taxes-and-charges-summary.d.ts +14 -0
- package/dist/components/calculation-summary/components/total-summary.d.ts +10 -0
- package/dist/components/calculation-summary/index.d.ts +3 -0
- package/dist/components/calendar/calendar.d.ts +3 -0
- package/dist/components/calendar/index.d.ts +2 -0
- package/dist/components/card-wrapper/card-wrapper.d.ts +7 -0
- package/dist/components/card-wrapper/index.d.ts +2 -0
- package/dist/components/change-user-password-modal/change-user-password-modal/index.esm.js +2 -2
- package/dist/components/change-user-password-modal/change-user-password-modal/index.js +3 -3
- package/dist/components/change-user-password-modal/change-user-password-modal.d.ts +6 -0
- package/dist/components/change-user-password-modal/index.d.ts +2 -0
- package/dist/components/charts/ChartLegends.d.ts +7 -0
- package/dist/components/charts/areaLinerChart.d.ts +18 -0
- package/dist/components/charts/bar-chart/bar-chart.d.ts +15 -0
- package/dist/components/charts/bar-chart/index.d.ts +2 -0
- package/dist/components/charts/barChart/barChart.d.ts +19 -0
- package/dist/components/charts/barChart/index.d.ts +2 -0
- package/dist/components/charts/barLineChart/barLinechart.d.ts +29 -0
- package/dist/components/charts/barLineChart/index.d.ts +2 -0
- package/dist/components/charts/donut-chart/donut-chart.d.ts +21 -0
- package/dist/components/charts/donut-chart/index.d.ts +2 -0
- package/dist/components/charts/donutChart/DonutChart.d.ts +21 -0
- package/dist/components/charts/donutChart/index.d.ts +2 -0
- package/dist/components/charts/groupBarChart/GroupBarChart.d.ts +9 -0
- package/dist/components/charts/groupBarChart/index.d.ts +2 -0
- package/dist/components/charts/index.d.ts +12 -0
- package/dist/components/charts/line-chart/area-line-chart.d.ts +15 -0
- package/dist/components/charts/line-chart/area-lineChart/index.esm.js +2 -2
- package/dist/components/charts/line-chart/area-lineChart/index.esm.js.map +1 -1
- package/dist/components/charts/line-chart/area-lineChart/index.js.map +1 -1
- package/dist/components/charts/line-chart/area-lineChart.d.ts +15 -0
- package/dist/components/charts/line-chart/index.d.ts +6 -0
- package/dist/components/charts/line-chart/line-chart.d.ts +14 -0
- package/dist/components/charts/multiLineChart/index.d.ts +2 -0
- package/dist/components/charts/multiLineChart/multi-line-chart.d.ts +20 -0
- package/dist/components/checkbox/checkbox.d.ts +4 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/chip/chip.d.ts +10 -0
- package/dist/components/chip/index.d.ts +2 -0
- package/dist/components/chip-generator/chip-generator.d.ts +27 -0
- package/dist/components/chip-generator/index.d.ts +2 -0
- package/dist/components/color-picker-input/color-picker-input.d.ts +7 -0
- package/dist/components/color-picker-input/index.d.ts +2 -0
- package/dist/components/confirm-modal/confirm-modal.d.ts +21 -0
- package/dist/components/confirm-modal/index.d.ts +3 -0
- package/dist/components/country-select/country-select.d.ts +6 -0
- package/dist/components/country-select/index.d.ts +2 -0
- package/dist/components/custom-snackbar/custom-snackbar.d.ts +10 -0
- package/dist/components/custom-snackbar/index.d.ts +2 -0
- package/dist/components/custom-toggle-switch/custom-toggle-switch.d.ts +10 -0
- package/dist/components/custom-toggle-switch/index.d.ts +2 -0
- package/dist/components/date-picker/date-picker.d.ts +20 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/date-range-picker/date-range-picker.d.ts +3 -0
- package/dist/components/date-range-picker/index.d.ts +2 -0
- package/dist/components/date-time-picker/date-time-picker.d.ts +20 -0
- package/dist/components/date-time-picker/index.d.ts +2 -0
- package/dist/components/dropdown-button/dropdown-button.d.ts +24 -0
- package/dist/components/dropdown-button/index.d.ts +2 -0
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper/index.esm.js +107 -1
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper/index.esm.js.map +1 -1
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper/index.js +7 -4
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper/index.js.map +1 -1
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper.d.ts +67 -0
- package/dist/components/dynamic-layout-wrapper/index.d.ts +2 -0
- package/dist/components/dynamic-modal.d.ts +9 -0
- package/dist/components/editor/custom-editor.d.ts +9 -0
- package/dist/components/editor/index.d.ts +2 -0
- package/dist/components/entity-view-wrapper/entity-view-wrapper.d.ts +26 -0
- package/dist/components/entity-view-wrapper/index.d.ts +2 -0
- package/dist/components/examples/FlexibleReduxExample/index.esm.js +154 -0
- package/dist/components/examples/FlexibleReduxExample/index.esm.js.map +1 -0
- package/dist/components/examples/FlexibleReduxExample/index.js +19 -0
- package/dist/components/examples/FlexibleReduxExample/index.js.map +1 -0
- package/dist/components/examples/FlexibleReduxExample.d.ts +8 -0
- package/dist/components/examples/index.d.ts +2 -0
- package/dist/components/expandable-summary-wrapper/expandable-summary-wrapper.d.ts +18 -0
- package/dist/components/expandable-summary-wrapper/index.d.ts +2 -0
- package/dist/components/fallback/fallback.d.ts +9 -0
- package/dist/components/fallback/index.d.ts +2 -0
- package/dist/components/filter/components/add-filter.d.ts +4 -0
- package/dist/components/filter/components/add-group.d.ts +4 -0
- package/dist/components/filter/components/combinator-select.d.ts +2 -0
- package/dist/components/filter/components/delete-group.d.ts +4 -0
- package/dist/components/filter/components/field-select.d.ts +4 -0
- package/dist/components/filter/components/index.d.ts +16 -0
- package/dist/components/filter/components/operator-select.d.ts +4 -0
- package/dist/components/filter/components/remove-action.d.ts +4 -0
- package/dist/components/filter/components/value-editor.d.ts +4 -0
- package/dist/components/filter/fields.d.ts +5 -0
- package/dist/components/filter/filter/index.esm.js +2 -2
- package/dist/components/filter/filter/index.js +7 -7
- package/dist/components/filter/filter.d.ts +21 -0
- package/dist/components/filter/index.d.ts +4 -0
- package/dist/components/footer/footer.d.ts +21 -0
- package/dist/components/footer/index.d.ts +2 -0
- package/dist/components/footer/index.esm.js +71 -0
- package/dist/components/footer/index.esm.js.map +1 -0
- package/dist/components/footer/index.js +7 -0
- package/dist/components/footer/index.js.map +1 -0
- package/dist/components/footer.d.ts +4 -0
- package/dist/components/form-control/form-builder/element-controller/index.esm.js +96 -0
- package/dist/components/form-control/form-builder/element-controller/index.esm.js.map +1 -0
- package/dist/components/form-control/form-builder/element-controller/index.js +7 -0
- package/dist/components/form-control/form-builder/element-controller/index.js.map +1 -0
- package/dist/components/form-control/form-builder/element-controller.d.ts +14 -0
- package/dist/components/form-control/form-builder/form-builder-element/button.d.ts +16 -0
- package/dist/components/form-control/form-builder/form-builder-element/checkbox.d.ts +20 -0
- package/dist/components/form-control/form-builder/form-builder-element/chip-or-placeholder.d.ts +13 -0
- package/dist/components/form-control/form-builder/form-builder-element/date-range-picker.d.ts +24 -0
- package/dist/components/form-control/form-builder/form-builder-element/date-time.d.ts +26 -0
- package/dist/components/form-control/form-builder/form-builder-element/date.d.ts +21 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-currency-input.d.ts +30 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-element-hoc.d.ts +19 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-input-select.d.ts +29 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-select.d.ts +50 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-tags-input.d.ts +24 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-text-editor.d.ts +11 -0
- package/dist/components/form-control/form-builder/form-builder-element/index.d.ts +46 -0
- package/dist/components/form-control/form-builder/form-builder-element/info.d.ts +20 -0
- package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/index.d.ts +2 -0
- package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/location-add-modal.d.ts +11 -0
- package/dist/components/form-control/form-builder/form-builder-element/media.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/phone.d.ts +3 -0
- package/dist/components/form-control/form-builder/form-builder-element/radio-button.d.ts +23 -0
- package/dist/components/form-control/form-builder/form-builder-element/section.d.ts +21 -0
- package/dist/components/form-control/form-builder/form-builder-element/select-configuration.d.ts +14 -0
- package/dist/components/form-control/form-builder/form-builder-element/select.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/table/index.esm.js +1 -1
- package/dist/components/form-control/form-builder/form-builder-element/table/index.js +4 -4
- package/dist/components/form-control/form-builder/form-builder-element/table/index.js.map +1 -1
- package/dist/components/form-control/form-builder/form-builder-element/table.d.ts +30 -0
- package/dist/components/form-control/form-builder/form-builder-element/text.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/time.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/toggle-button.d.ts +17 -0
- package/dist/components/form-control/form-builder/index.d.ts +3 -0
- package/dist/components/form-control/form-parser/data/index.esm.js +80 -0
- package/dist/components/form-control/form-parser/data/index.esm.js.map +1 -0
- package/dist/components/form-control/form-parser/data/index.js +2 -0
- package/dist/components/form-control/form-parser/data/index.js.map +1 -0
- package/dist/components/form-control/form-parser/data.d.ts +44 -0
- package/dist/components/form-control/form-parser/form-parser.d.ts +3 -0
- package/dist/components/form-control/form-parser/form-section.d.ts +65 -0
- package/dist/components/form-control/form-parser/form-switcher.d.ts +2 -0
- package/dist/components/form-control/form-parser/index.d.ts +8 -0
- package/dist/components/form-control/index.d.ts +2 -0
- package/dist/components/form-header/form-header.d.ts +14 -0
- package/dist/components/form-header/index.d.ts +2 -0
- package/dist/components/gantt/gantt.d.ts +10 -0
- package/dist/components/gantt/index.d.ts +2 -0
- package/dist/components/grid/custom-grid-card/custom-grid-card/index.esm.js +1 -1
- package/dist/components/grid/custom-grid-card/custom-grid-card/index.js +4 -4
- package/dist/components/grid/custom-grid-card/custom-grid-card.d.ts +14 -0
- package/dist/components/grid/custom-grid-card/index.d.ts +2 -0
- package/dist/components/grid/grid-card/grid-card.d.ts +1 -0
- package/dist/components/grid/grid-card/index.d.ts +2 -0
- package/dist/components/grid/grid-wrapper/grid-wrapper.d.ts +8 -0
- package/dist/components/grid/grid-wrapper/index.d.ts +2 -0
- package/dist/components/grid/index.d.ts +3 -0
- package/dist/components/grid-fallback/grid-fallback.d.ts +9 -0
- package/dist/components/grid-fallback/index.d.ts +2 -0
- package/dist/components/header/components/index.d.ts +1 -0
- package/dist/components/header/components/notification-menu/index.d.ts +2 -0
- package/dist/components/header/components/notification-menu/notification-menu/index.esm.js +1 -1
- package/dist/components/header/components/notification-menu/notification-menu/index.js +28 -28
- package/dist/components/header/components/notification-menu/notification-menu.d.ts +2 -0
- package/dist/components/header/header/index.esm.js +1 -1
- package/dist/components/header/header/index.js +11 -11
- package/dist/components/header/header-enhanced/index.esm.js +405 -0
- package/dist/components/header/header-enhanced/index.esm.js.map +1 -0
- package/dist/components/header/header-enhanced/index.js +33 -0
- package/dist/components/header/header-enhanced/index.js.map +1 -0
- package/dist/components/header/header-enhanced.d.ts +19 -0
- package/dist/components/header/header.d.ts +4 -0
- package/dist/components/header/index.d.ts +6 -0
- package/dist/components/header/redux/actionCreator.d.ts +3 -0
- package/dist/components/header/redux/index.d.ts +5 -0
- package/dist/components/header/redux/reducer/index.esm.js +6 -1
- package/dist/components/header/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/header/redux/reducer/index.js +1 -1
- package/dist/components/header/redux/reducer/index.js.map +1 -1
- package/dist/components/header/redux/reducer.d.ts +73 -0
- package/dist/components/header/redux/state.d.ts +14 -0
- package/dist/components/header copy/index.esm.js +131 -0
- package/dist/components/header copy/index.esm.js.map +1 -0
- package/dist/components/header copy/index.js +11 -0
- package/dist/components/header copy/index.js.map +1 -0
- package/dist/components/header copy.d.ts +4 -0
- package/dist/components/header-card/header-card.d.ts +9 -0
- package/dist/components/header-card/index.d.ts +2 -0
- package/dist/components/hr-line/hr-line.d.ts +3 -0
- package/dist/components/hr-line/index.d.ts +2 -0
- package/dist/components/icons/action-arrow.d.ts +4 -0
- package/dist/components/icons/action.d.ts +4 -0
- package/dist/components/icons/add-circle.d.ts +4 -0
- package/dist/components/icons/arrow-bidirectional.d.ts +4 -0
- package/dist/components/icons/arrow-circle-down.d.ts +4 -0
- package/dist/components/icons/arrow-down-three.d.ts +4 -0
- package/dist/components/icons/arrow-down-two.d.ts +4 -0
- package/dist/components/icons/arrow-down.d.ts +4 -0
- package/dist/components/icons/arrow-up-down.d.ts +4 -0
- package/dist/components/icons/arrow-up-two.d.ts +4 -0
- package/dist/components/icons/assignments.d.ts +4 -0
- package/dist/components/icons/blank-circle.d.ts +4 -0
- package/dist/components/icons/block-filled.d.ts +6 -0
- package/dist/components/icons/calendar-add.d.ts +4 -0
- package/dist/components/icons/calendar.d.ts +4 -0
- package/dist/components/icons/check-box.d.ts +3 -0
- package/dist/components/icons/checkbox-square.d.ts +4 -0
- package/dist/components/icons/circular-arrow-setting.d.ts +6 -0
- package/dist/components/icons/clock.d.ts +4 -0
- package/dist/components/icons/close.d.ts +6 -0
- package/dist/components/icons/coin-outline.d.ts +4 -0
- package/dist/components/icons/copy.d.ts +4 -0
- package/dist/components/icons/coupon/index.esm.js +29 -0
- package/dist/components/icons/coupon/index.esm.js.map +1 -0
- package/dist/components/icons/coupon/index.js +7 -0
- package/dist/components/icons/coupon/index.js.map +1 -0
- package/dist/components/icons/coupon.d.ts +4 -0
- package/dist/components/icons/criteria.d.ts +4 -0
- package/dist/components/icons/cross-hire.d.ts +6 -0
- package/dist/components/icons/cross.d.ts +4 -0
- package/dist/components/icons/custom-styled-icon.d.ts +6 -0
- package/dist/components/icons/dashboard.d.ts +4 -0
- package/dist/components/icons/document-download.d.ts +4 -0
- package/dist/components/icons/document.d.ts +4 -0
- package/dist/components/icons/dollar-circle-filled.d.ts +6 -0
- package/dist/components/icons/dollar-circle.d.ts +4 -0
- package/dist/components/icons/edit.d.ts +4 -0
- package/dist/components/icons/email.d.ts +4 -0
- package/dist/components/icons/export.d.ts +6 -0
- package/dist/components/icons/eye-off.d.ts +4 -0
- package/dist/components/icons/eye-plus-circle.d.ts +6 -0
- package/dist/components/icons/eye.d.ts +4 -0
- package/dist/components/icons/filled-circle.d.ts +4 -0
- package/dist/components/icons/filter-remove.d.ts +4 -0
- package/dist/components/icons/filter.d.ts +4 -0
- package/dist/components/icons/folder-save.d.ts +4 -0
- package/dist/components/icons/grid.d.ts +4 -0
- package/dist/components/icons/hashtag.d.ts +4 -0
- package/dist/components/icons/image.d.ts +4 -0
- package/dist/components/icons/import.d.ts +4 -0
- package/dist/components/icons/index.d.ts +177 -0
- package/dist/components/icons/info-circle.d.ts +4 -0
- package/dist/components/icons/info.d.ts +6 -0
- package/dist/components/icons/link-horizontal.d.ts +4 -0
- package/dist/components/icons/link.d.ts +4 -0
- package/dist/components/icons/location.d.ts +4 -0
- package/dist/components/icons/lowest-lead-time.d.ts +4 -0
- package/dist/components/icons/lowest-min-qty.d.ts +4 -0
- package/dist/components/icons/lowest-price.d.ts +4 -0
- package/dist/components/icons/more.d.ts +4 -0
- package/dist/components/icons/notification.d.ts +4 -0
- package/dist/components/icons/paper-clip.d.ts +4 -0
- package/dist/components/icons/paragraph.d.ts +4 -0
- package/dist/components/icons/payment-request.d.ts +6 -0
- package/dist/components/icons/phone.d.ts +4 -0
- package/dist/components/icons/printer.d.ts +4 -0
- package/dist/components/icons/process-calendar.d.ts +4 -0
- package/dist/components/icons/promotion.d.ts +6 -0
- package/dist/components/icons/radio-button.d.ts +4 -0
- package/dist/components/icons/receipt-filled.d.ts +6 -0
- package/dist/components/icons/receipt-outline.d.ts +4 -0
- package/dist/components/icons/receipt.d.ts +6 -0
- package/dist/components/icons/rectangle-filled.d.ts +4 -0
- package/dist/components/icons/rectangle.d.ts +4 -0
- package/dist/components/icons/refresh-icon.d.ts +4 -0
- package/dist/components/icons/replace.d.ts +4 -0
- package/dist/components/icons/save.d.ts +6 -0
- package/dist/components/icons/search-status.d.ts +4 -0
- package/dist/components/icons/search.d.ts +4 -0
- package/dist/components/icons/settings-fallback/index.esm.js +1 -1
- package/dist/components/icons/settings-fallback/index.js +2 -2
- package/dist/components/icons/settings-fallback/index.js.map +1 -1
- package/dist/components/icons/settings-fallback.d.ts +7 -0
- package/dist/components/icons/share.d.ts +4 -0
- package/dist/components/icons/sort-arrow-icon/index.esm.js +4 -4
- package/dist/components/icons/sort-arrow-icon/index.esm.js.map +1 -1
- package/dist/components/icons/sort-arrow-icon/index.js +1 -1
- package/dist/components/icons/sort-arrow-icon/index.js.map +1 -1
- package/dist/components/icons/sort-arrow-icon.d.ts +4 -0
- package/dist/components/icons/stacked-layer.d.ts +6 -0
- package/dist/components/icons/start-filled.d.ts +6 -0
- package/dist/components/icons/three-dot-icon.d.ts +4 -0
- package/dist/components/icons/tick-circle-filled.d.ts +6 -0
- package/dist/components/icons/tick-circle.d.ts +4 -0
- package/dist/components/icons/tick-octagon.d.ts +4 -0
- package/dist/components/icons/tick.d.ts +4 -0
- package/dist/components/icons/toggle-switch.d.ts +4 -0
- package/dist/components/icons/trash.d.ts +4 -0
- package/dist/components/icons/wave.d.ts +6 -0
- package/dist/components/icons/with-out-tick-octagon.d.ts +4 -0
- package/dist/components/icons/work-centre.d.ts +6 -0
- package/dist/components/index.d.ts +112 -277
- package/dist/components/index.esm.js +444 -603
- package/dist/components/index.esm.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/info-card/index.d.ts +2 -0
- package/dist/components/info-card/info-card.d.ts +9 -0
- package/dist/components/inventory-reports-title-bar/component/index.d.ts +2 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter/index.esm.js +400 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter/index.esm.js.map +1 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter/index.js +41 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter/index.js.map +1 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter.d.ts +10 -0
- package/dist/components/inventory-reports-title-bar/index.d.ts +5 -0
- package/dist/components/inventory-reports-title-bar/inventory-reports-title-bar.d.ts +43 -0
- package/dist/components/inventory-reports-title-bar/redux/actionCreator.d.ts +11 -0
- package/dist/components/inventory-reports-title-bar/redux/index.d.ts +5 -0
- package/dist/components/inventory-reports-title-bar/redux/reducer/index.esm.js +2 -0
- package/dist/components/inventory-reports-title-bar/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/redux/reducer/index.js +1 -1
- package/dist/components/inventory-reports-title-bar/redux/reducer/index.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/redux/reducer.d.ts +3 -0
- package/dist/components/inventory-reports-title-bar/redux/state.d.ts +12 -0
- package/dist/components/inventory-reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons/index.esm.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons/index.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons.d.ts +27 -0
- package/dist/components/label-value/index.d.ts +2 -0
- package/dist/components/label-value/label-value.d.ts +6 -0
- package/dist/components/list/index.d.ts +2 -0
- package/dist/components/list/list.d.ts +2 -0
- package/dist/components/listing/index.d.ts +3 -0
- package/dist/components/listing/listing/index.esm.js +5 -5
- package/dist/components/listing/listing/index.esm.js.map +1 -1
- package/dist/components/listing/listing/index.js +5 -5
- package/dist/components/listing/listing/index.js.map +1 -1
- package/dist/components/listing/listing.d.ts +5 -0
- package/dist/components/listing/types.d.ts +57 -0
- package/dist/components/loader.d.ts +2 -0
- package/dist/components/loaders/erp-loader.d.ts +4 -0
- package/dist/components/loaders/form-loader.d.ts +4 -0
- package/dist/components/loaders/index.d.ts +8 -0
- package/dist/components/loaders/modal-loader.d.ts +4 -0
- package/dist/components/loaders/page-loader.d.ts +4 -0
- package/dist/components/location-select.d.ts +19 -0
- package/dist/components/material-editable-table/aggregation-fns/index.d.ts +13 -0
- package/dist/components/material-editable-table/components/default-aggregation.d.ts +9 -0
- package/dist/components/material-editable-table/components/header-cell.d.ts +5 -0
- package/dist/components/material-editable-table/components/index.d.ts +8 -0
- package/dist/components/material-editable-table/components/inline-edit-fields.d.ts +17 -0
- package/dist/components/material-editable-table/components/number-aggregation.d.ts +9 -0
- package/dist/components/material-editable-table/index.d.ts +4 -0
- package/dist/components/material-editable-table/material-editable-table/index.esm.js +1 -1
- package/dist/components/material-editable-table/material-editable-table/index.js +2 -2
- package/dist/components/material-editable-table/material-editable-table.d.ts +40 -0
- package/dist/components/material-table/aggregation-fns/index.d.ts +13 -0
- package/dist/components/material-table/components/default-aggregation.d.ts +9 -0
- package/dist/components/material-table/components/header-cell.d.ts +5 -0
- package/dist/components/material-table/components/index.d.ts +8 -0
- package/dist/components/material-table/components/inline-edit-fields.d.ts +17 -0
- package/dist/components/material-table/components/number-aggregation.d.ts +9 -0
- package/dist/components/material-table/index.d.ts +4 -0
- package/dist/components/material-table/material-table/index.esm.js +4 -3
- package/dist/components/material-table/material-table/index.esm.js.map +1 -1
- package/dist/components/material-table/material-table/index.js +5 -5
- package/dist/components/material-table/material-table/index.js.map +1 -1
- package/dist/components/material-table/material-table.d.ts +81 -0
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu.d.ts +4 -0
- package/dist/components/modal/index.d.ts +2 -0
- package/dist/components/modal/modal.d.ts +4 -0
- package/dist/components/module-button/index.d.ts +2 -0
- package/dist/components/module-button/module-button.d.ts +2 -0
- package/dist/components/mulitline/index.d.ts +2 -0
- package/dist/components/mulitline/multiline.d.ts +11 -0
- package/dist/components/multi-select/index.d.ts +2 -0
- package/dist/components/multi-select/multi-select.d.ts +30 -0
- package/dist/components/page-navigator/components/add-page-modal.d.ts +11 -0
- package/dist/components/page-navigator/components/add-page.d.ts +9 -0
- package/dist/components/page-navigator/components/index.d.ts +10 -0
- package/dist/components/page-navigator/components/page-action.d.ts +14 -0
- package/dist/components/page-navigator/components/shared-page-modal.d.ts +9 -0
- package/dist/components/page-navigator/components/shared-page-view.d.ts +2 -0
- package/dist/components/page-navigator/index.d.ts +3 -0
- package/dist/components/page-navigator/page-navigator.d.ts +15 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/pagination.d.ts +9 -0
- package/dist/components/parties-modal/index.d.ts +4 -0
- package/dist/components/parties-modal/parties-modal/index.esm.js +1 -1
- package/dist/components/parties-modal/parties-modal/index.js +13 -13
- package/dist/components/parties-modal/parties-modal/index.js.map +1 -1
- package/dist/components/parties-modal/parties-modal.d.ts +10 -0
- package/dist/components/parties-modal/utils/constant.d.ts +42 -0
- package/dist/components/parties-modal/utils/index.d.ts +1 -0
- package/dist/components/parties-modal/validator.d.ts +6 -0
- package/dist/components/phone-input/index.d.ts +2 -0
- package/dist/components/phone-input/phone-input.d.ts +19 -0
- package/dist/components/protected-route/index.esm.js +20 -0
- package/dist/components/protected-route/index.esm.js.map +1 -1
- package/dist/components/protected-route/index.js +2 -2
- package/dist/components/protected-route/index.js.map +1 -1
- package/dist/components/protected-route.d.ts +56 -0
- package/dist/components/providers/ERPUIProvider.d.ts +41 -0
- package/dist/components/providers/index.d.ts +2 -0
- package/dist/components/quick-approval-modal/index.d.ts +2 -0
- package/dist/components/quick-approval-modal/quick-approval-modal.d.ts +13 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/radio.d.ts +4 -0
- package/dist/components/reports/dynamic-report/dynamic-report.d.ts +21 -0
- package/dist/components/reports/dynamic-report/dynamic-rows.d.ts +20 -0
- package/dist/components/reports/dynamic-report/index.d.ts +3 -0
- package/dist/components/reports/index.d.ts +1 -0
- package/dist/components/reports-title-bar/index.d.ts +4 -0
- package/dist/components/reports-title-bar/redux/actionCreator.d.ts +1 -0
- package/dist/components/reports-title-bar/redux/index.d.ts +5 -0
- package/dist/components/reports-title-bar/redux/reducer/index.esm.js +2 -0
- package/dist/components/reports-title-bar/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/reports-title-bar/redux/reducer/index.js +1 -1
- package/dist/components/reports-title-bar/redux/reducer/index.js.map +1 -1
- package/dist/components/reports-title-bar/redux/reducer.d.ts +3 -0
- package/dist/components/reports-title-bar/redux/state.d.ts +8 -0
- package/dist/components/reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/components/reports-title-bar/report-buttons/report-buttons.d.ts +26 -0
- package/dist/components/reports-title-bar/reports-title-bar/index.esm.js +1 -1
- package/dist/components/reports-title-bar/reports-title-bar/index.js +8 -8
- package/dist/components/reports-title-bar/reports-title-bar.d.ts +30 -0
- package/dist/components/reset-password-modal/index.d.ts +2 -0
- package/dist/components/reset-password-modal/reset-password-modal.d.ts +5 -0
- package/dist/components/rfq-response/index.d.ts +2 -0
- package/dist/components/rfq-response/item-response-details/index.esm.js +1 -1
- package/dist/components/rfq-response/item-response-details/index.js +1 -1
- package/dist/components/rfq-response/item-response-details/index.js.map +1 -1
- package/dist/components/rfq-response/item-response-details.d.ts +1 -0
- package/dist/components/save-filter-modal/index.d.ts +2 -0
- package/dist/components/save-filter-modal/save-filter-modal.d.ts +8 -0
- package/dist/components/schedule-report/index.d.ts +6 -0
- package/dist/components/schedule-report/schedule-report/index.esm.js +2 -2
- package/dist/components/schedule-report/schedule-report/index.js +5 -5
- package/dist/components/schedule-report/schedule-report/index.js.map +1 -1
- package/dist/components/schedule-report/schedule-report-modal.d.ts +17 -0
- package/dist/components/schedule-report/schedule-report.d.ts +6 -0
- package/dist/components/schedule-report/utils/common/index.esm.js +1 -1
- package/dist/components/schedule-report/utils/common.d.ts +9 -0
- package/dist/components/schedule-report/utils/constant.d.ts +29 -0
- package/dist/components/schedule-report/utils/index.d.ts +3 -0
- package/dist/components/schedule-report/utils/type.d.ts +31 -0
- package/dist/components/schedule-report/validator.d.ts +13 -0
- package/dist/components/search-bar/index.d.ts +2 -0
- package/dist/components/search-bar/search-bar.d.ts +14 -0
- package/dist/components/searchable-select.d.ts +49 -0
- package/dist/components/select/controller/chip-or-placeholder.d.ts +10 -0
- package/dist/components/select/controller/controller-select.d.ts +33 -0
- package/dist/components/select/controller/index.d.ts +4 -0
- package/dist/components/select/index.d.ts +5 -0
- package/dist/components/select/select-search.d.ts +4 -0
- package/dist/components/select/select.d.ts +3 -0
- package/dist/components/share-modal/index.d.ts +5 -0
- package/dist/components/share-modal/redux/actionCreator.d.ts +2 -0
- package/dist/components/share-modal/redux/index.d.ts +5 -0
- package/dist/components/share-modal/redux/reducer/index.esm.js +2 -0
- package/dist/components/share-modal/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/share-modal/redux/reducer/index.js +1 -1
- package/dist/components/share-modal/redux/reducer/index.js.map +1 -1
- package/dist/components/share-modal/redux/reducer.d.ts +21 -0
- package/dist/components/share-modal/redux/state.d.ts +8 -0
- package/dist/components/share-modal/share-modal-enhanced/index.esm.js +287 -0
- package/dist/components/share-modal/share-modal-enhanced/index.esm.js.map +1 -0
- package/dist/components/share-modal/share-modal-enhanced/index.js +24 -0
- package/dist/components/share-modal/share-modal-enhanced/index.js.map +1 -0
- package/dist/components/share-modal/share-modal-enhanced.d.ts +19 -0
- package/dist/components/share-modal/share-modal.d.ts +13 -0
- package/dist/components/sidebar/index.d.ts +2 -0
- package/dist/components/sidebar/sidebar/index.esm.js +2 -2
- package/dist/components/sidebar/sidebar/index.js +9 -9
- package/dist/components/sidebar/sidebar.d.ts +23 -0
- package/dist/components/snackbar/index.d.ts +2 -0
- package/dist/components/snackbar/snackbar.d.ts +4 -0
- package/dist/components/sub-header-doc/index.d.ts +2 -0
- package/dist/components/sub-header-doc/sub-header-doc.d.ts +3 -0
- package/dist/components/switches/android-12-switch.d.ts +2 -0
- package/dist/components/switches/index.d.ts +2 -0
- package/dist/components/tab-bar-ui/index.d.ts +2 -0
- package/dist/components/tab-bar-ui/tab-bar-ui.d.ts +20 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/tabs.d.ts +24 -0
- package/dist/components/text-area/index.d.ts +2 -0
- package/dist/components/text-area/text-area.d.ts +9 -0
- package/dist/components/text-field/index.d.ts +2 -0
- package/dist/components/text-field/text-field.d.ts +3 -0
- package/dist/components/time-picker/index.d.ts +2 -0
- package/dist/components/time-picker/time-picker.d.ts +16 -0
- package/dist/components/time-range-picker/index.d.ts +2 -0
- package/dist/components/time-range-picker/time-range-picker.d.ts +10 -0
- package/dist/components/title-dropdown-button/index.d.ts +2 -0
- package/dist/components/title-dropdown-button/title-dropdown-button.d.ts +15 -0
- package/dist/components/toast/index.d.ts +2 -0
- package/dist/components/toast/toast.d.ts +9 -0
- package/dist/components/toggle/index.d.ts +2 -0
- package/dist/components/toggle/toggle.d.ts +7 -0
- package/dist/components/toggle-switch/index.d.ts +2 -0
- package/dist/components/toggle-switch/toggle-switch.d.ts +10 -0
- package/dist/components/tooltip/Tooltip.d.ts +4 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/typography/index.d.ts +2 -0
- package/dist/components/typography/typography.d.ts +8 -0
- package/dist/components/upload/file-confirmation.d.ts +12 -0
- package/dist/components/upload/index.d.ts +4 -0
- package/dist/components/upload/upload.d.ts +15 -0
- package/dist/components/upload-excel/file-confirmation.d.ts +11 -0
- package/dist/components/upload-excel/index.d.ts +4 -0
- package/dist/components/upload-excel/upload-excel/index.esm.js +1 -1
- package/dist/components/upload-excel/upload-excel/index.js +5 -5
- package/dist/components/upload-excel/upload-excel.d.ts +16 -0
- package/dist/components/upload-media/index.d.ts +2 -0
- package/dist/components/upload-media/upload-media.d.ts +16 -0
- package/dist/components/user-dropdown/index.d.ts +2 -0
- package/dist/components/user-dropdown/user-dropdown.d.ts +12 -0
- package/dist/components/value-field/index.d.ts +2 -0
- package/dist/components/value-field/value-field.d.ts +8 -0
- package/dist/components/view-modal/index.d.ts +2 -0
- package/dist/components/view-modal/view-modal.d.ts +13 -0
- package/dist/config/index.d.ts +43 -0
- package/dist/constants/action-bar.d.ts +9 -0
- package/dist/constants/all-language.d.ts +6 -0
- package/dist/constants/auth.d.ts +5 -0
- package/dist/constants/common.d.ts +1 -0
- package/dist/constants/defaultColumns.d.ts +109 -0
- package/dist/constants/index.d.ts +15 -15
- package/dist/constants/index.esm.js +104 -10
- package/dist/constants/index.esm.js.map +1 -1
- package/dist/constants/index.js +1 -1
- package/dist/constants/lang/ar.d.ts +1448 -0
- package/dist/constants/lang/en.d.ts +10645 -0
- package/dist/constants/lang/es.d.ts +142 -0
- package/dist/constants/lang/index.d.ts +6 -0
- package/dist/constants/modules.d.ts +2 -0
- package/dist/constants/mui.constants.d.ts +2 -0
- package/dist/constants/pathnames/index.d.ts +13 -0
- package/dist/constants/pathnames/pathname.accounting.d.ts +165 -0
- package/dist/constants/pathnames/pathname.crm.d.ts +203 -0
- package/dist/constants/pathnames/pathname.d.ts +25 -0
- package/dist/constants/pathnames/pathname.document.d.ts +10 -0
- package/dist/constants/pathnames/pathname.hrms.d.ts +5 -0
- package/dist/constants/pathnames/pathname.inventory.d.ts +154 -0
- package/dist/constants/pathnames/pathname.manufacturing/index.esm.js +6 -0
- package/dist/constants/pathnames/pathname.manufacturing/index.esm.js.map +1 -1
- package/dist/constants/pathnames/pathname.manufacturing/index.js +1 -1
- package/dist/constants/pathnames/pathname.manufacturing/index.js.map +1 -1
- package/dist/constants/pathnames/pathname.manufacturing.d.ts +387 -0
- package/dist/constants/pathnames/pathname.office.d.ts +5 -0
- package/dist/constants/pathnames/pathname.procurement.d.ts +150 -0
- package/dist/constants/pathnames/pathname.project.d.ts +5 -0
- package/dist/constants/pathnames/pathname.quotes.d.ts +5 -0
- package/dist/constants/pathnames/pathname.rental/index.esm.js +12 -1
- package/dist/constants/pathnames/pathname.rental/index.esm.js.map +1 -1
- package/dist/constants/pathnames/pathname.rental/index.js +1 -1
- package/dist/constants/pathnames/pathname.rental/index.js.map +1 -1
- package/dist/constants/pathnames/pathname.rental.d.ts +43 -0
- package/dist/constants/pathnames/pathname.user.d.ts +20 -0
- package/dist/constants/resource-lang.d.ts +12240 -0
- package/dist/constants/route-page-map.d.ts +10 -0
- package/dist/constants/status.d.ts +4 -0
- package/dist/contexts/AuthContext/index.esm.js +1 -1
- package/dist/contexts/AuthContext/index.esm.js.map +1 -1
- package/dist/contexts/AuthContext/index.js +1 -1
- package/dist/contexts/AuthContext/index.js.map +1 -1
- package/dist/contexts/AuthContext.d.ts +69 -0
- package/dist/contexts/index.d.ts +5 -16
- package/dist/contexts/index.esm.js +2 -2
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/languageContext.d.ts +24 -0
- package/dist/contexts/page-context.d.ts +72 -0
- package/dist/contexts/permission-context.d.ts +14 -0
- package/dist/hooks/apiHelper/index.esm.js +1 -1
- package/dist/hooks/apiHelper/index.esm.js.map +1 -1
- package/dist/hooks/apiHelper/index.js +1 -1
- package/dist/hooks/apiHelper/index.js.map +1 -1
- package/dist/hooks/apiHelper.d.ts +12 -0
- package/dist/hooks/common.d.ts +41 -0
- package/dist/hooks/index.d.ts +16 -26
- package/dist/hooks/index.esm.js +25 -18
- package/dist/hooks/index.esm.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/use-deep-memo.d.ts +2 -0
- package/dist/hooks/use-material-calculations/index.esm.js +0 -8
- package/dist/hooks/use-material-calculations/index.esm.js.map +1 -1
- package/dist/hooks/use-material-calculations/index.js +1 -1
- package/dist/hooks/use-material-calculations/index.js.map +1 -1
- package/dist/hooks/use-material-calculations.d.ts +81 -0
- package/dist/hooks/use-translations.d.ts +3 -0
- package/dist/hooks/useCheckSkuAndName.d.ts +7 -0
- package/dist/hooks/useDataFetcher/index.esm.js +3 -2
- package/dist/hooks/useDataFetcher/index.esm.js.map +1 -1
- package/dist/hooks/useDataFetcher/index.js +1 -1
- package/dist/hooks/useDataFetcher/index.js.map +1 -1
- package/dist/hooks/useDataFetcher.d.ts +25 -0
- package/dist/hooks/useLanguageFallback/index.esm.js +0 -5
- package/dist/hooks/useLanguageFallback/index.esm.js.map +1 -1
- package/dist/hooks/useLanguageFallback/index.js +1 -1
- package/dist/hooks/useLanguageFallback/index.js.map +1 -1
- package/dist/hooks/useLanguageFallback.d.ts +67 -0
- package/dist/hooks/useLocationFilter/index.esm.js +0 -5
- package/dist/hooks/useLocationFilter/index.esm.js.map +1 -1
- package/dist/hooks/useLocationFilter/index.js +1 -1
- package/dist/hooks/useLocationFilter/index.js.map +1 -1
- package/dist/hooks/useLocationFilter.d.ts +43 -0
- package/dist/hooks/useReduxIntegration/index.esm.js +39 -0
- package/dist/hooks/useReduxIntegration/index.esm.js.map +1 -0
- package/dist/hooks/useReduxIntegration/index.js +2 -0
- package/dist/hooks/useReduxIntegration/index.js.map +1 -0
- package/dist/hooks/useReduxIntegration.d.ts +9 -0
- package/dist/icons/index.d.ts +177 -94
- package/dist/icons/index.esm.js +80 -76
- package/dist/icons/index.esm.js.map +1 -1
- package/dist/icons/index.js +1 -1
- package/dist/index.d.ts +190 -1
- package/dist/index.esm.js +640 -747
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/layout/fullScreen/fullScreen.d.ts +1 -0
- package/dist/layout/fullScreen/index.d.ts +2 -0
- package/dist/layout/index.d.ts +2 -3
- package/dist/layout/index.esm.js +1 -1
- package/dist/layout/index.js +1 -1
- package/dist/layout/sidebarScreen/index.d.ts +2 -0
- package/dist/layout/sidebarScreen/sidebarScreen.d.ts +7 -0
- package/dist/node_modules/@asseinfo/react-kanban/dist/index/index.esm.js +1 -1
- package/dist/node_modules/@asseinfo/react-kanban/dist/index/index.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.esm.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.js +1 -1
- package/dist/node_modules/@mui/material/Avatar/avatarClasses/index.esm.js +2 -3
- package/dist/node_modules/@mui/material/Avatar/avatarClasses/index.esm.js.map +1 -1
- package/dist/node_modules/@mui/material/Avatar/avatarClasses/index.js +1 -1
- package/dist/node_modules/@mui/material/Avatar/avatarClasses/index.js.map +1 -1
- package/dist/node_modules/@mui/material/NativeSelect/nativeSelectClasses/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/NativeSelect/nativeSelectClasses/index.js +1 -1
- package/dist/node_modules/@mui/material/NativeSelect/nativeSelectClasses/index.js.map +1 -1
- package/dist/node_modules/@mui/material/OutlinedInput/outlinedInputClasses/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/OutlinedInput/outlinedInputClasses/index.js +1 -1
- package/dist/node_modules/@mui/material/Popover/Popover/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/Popover/Popover/index.js +1 -1
- package/dist/node_modules/@mui/material/Snackbar/Snackbar/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/Snackbar/Snackbar/index.js +1 -1
- package/dist/node_modules/@mui/material/Tabs/Tabs/index.esm.js +1 -1
- package/dist/node_modules/@mui/material/Tabs/Tabs/index.js +1 -1
- package/dist/node_modules/@mui/system/esm/Container/createContainer/index.esm.js +1 -1
- package/dist/node_modules/@mui/system/esm/Container/createContainer/index.js +1 -1
- package/dist/node_modules/@mui/system/esm/Stack/createStack/index.esm.js +1 -1
- package/dist/node_modules/@mui/system/esm/Stack/createStack/index.js +2 -2
- package/dist/node_modules/d3-axis/src/axis/index.esm.js +1 -5
- package/dist/node_modules/d3-axis/src/axis/index.esm.js.map +1 -1
- package/dist/node_modules/d3-axis/src/axis/index.js +1 -1
- package/dist/node_modules/d3-axis/src/axis/index.js.map +1 -1
- package/dist/node_modules/notistack/notistack.esm/index.esm.js +0 -3
- package/dist/node_modules/notistack/notistack.esm/index.esm.js.map +1 -1
- package/dist/node_modules/notistack/notistack.esm/index.js +1 -1
- package/dist/node_modules/notistack/notistack.esm/index.js.map +1 -1
- package/dist/node_modules/prop-types/checkPropTypes/index.esm.js +49 -56
- package/dist/node_modules/prop-types/checkPropTypes/index.esm.js.map +1 -1
- package/dist/node_modules/prop-types/checkPropTypes/index.js +1 -1
- package/dist/node_modules/prop-types/checkPropTypes/index.js.map +1 -1
- package/dist/node_modules/prop-types/factoryWithTypeCheckers/index.esm.js +2 -2
- package/dist/node_modules/prop-types/factoryWithTypeCheckers/index.esm.js.map +1 -1
- package/dist/node_modules/prop-types/factoryWithTypeCheckers/index.js +1 -1
- package/dist/node_modules/prop-types/factoryWithTypeCheckers/index.js.map +1 -1
- package/dist/redux/actionCreator.d.ts +7 -0
- package/dist/redux/apiConfig.d.ts +18 -0
- package/dist/redux/hooks/index.esm.js +1 -1
- package/dist/redux/hooks.d.ts +7 -0
- package/dist/redux/index.d.ts +8 -13
- package/dist/redux/index.esm.js +14 -30
- package/dist/redux/index.esm.js.map +1 -1
- package/dist/redux/index.js +1 -1
- package/dist/redux/module-reducer.d.ts +9 -0
- package/dist/redux/slices/headerSlice.d.ts +24 -0
- package/dist/redux/slices/index.d.ts +8 -0
- package/dist/redux/slices/inventoryReportsTitleBarSlice/index.esm.js +0 -6
- package/dist/redux/slices/inventoryReportsTitleBarSlice/index.esm.js.map +1 -1
- package/dist/redux/slices/inventoryReportsTitleBarSlice/index.js +1 -1
- package/dist/redux/slices/inventoryReportsTitleBarSlice/index.js.map +1 -1
- package/dist/redux/slices/inventoryReportsTitleBarSlice.d.ts +45 -0
- package/dist/redux/slices/reportsTitleBarSlice/index.esm.js +1 -7
- package/dist/redux/slices/reportsTitleBarSlice/index.esm.js.map +1 -1
- package/dist/redux/slices/reportsTitleBarSlice/index.js +1 -1
- package/dist/redux/slices/reportsTitleBarSlice/index.js.map +1 -1
- package/dist/redux/slices/reportsTitleBarSlice.d.ts +21 -0
- package/dist/redux/slices/shareSlice/index.esm.js +1 -3
- package/dist/redux/slices/shareSlice/index.esm.js.map +1 -1
- package/dist/redux/slices/shareSlice/index.js +1 -1
- package/dist/redux/slices/shareSlice/index.js.map +1 -1
- package/dist/redux/slices/shareSlice.d.ts +26 -0
- package/dist/redux/toolkit.d.ts +1 -0
- package/dist/redux/types.d.ts +66 -0
- package/dist/server.d.ts +8 -0
- package/dist/src/@types/index.d.ts +5 -0
- package/dist/src/assets/common-component/index.d.ts +1 -0
- package/dist/src/assets/dynamic-svg-icon/index.d.ts +2 -0
- package/dist/src/assets/index.d.ts +5 -0
- package/dist/src/assets/view-modal/index.d.ts +12 -0
- package/dist/src/components/Dashboard/index.d.ts +4 -0
- package/dist/src/components/accordion/index.d.ts +2 -0
- package/dist/src/components/action-bar/index.d.ts +2 -0
- package/dist/src/components/activity-tag/index.d.ts +2 -0
- package/dist/src/components/activityArea/index.d.ts +2 -0
- package/dist/src/components/activityLog/index.d.ts +2 -0
- package/dist/src/components/alert/index.d.ts +2 -0
- package/dist/src/components/appbar/index.d.ts +2 -0
- package/dist/src/components/approval-wrapper/index.d.ts +2 -0
- package/dist/src/components/avatar/index.d.ts +2 -0
- package/dist/src/components/board/index.d.ts +4 -0
- package/dist/src/components/bread-crumb/index.d.ts +2 -0
- package/dist/src/components/button/index.d.ts +2 -0
- package/dist/src/components/calculation-summary/components/index.d.ts +10 -0
- package/dist/src/components/calculation-summary/index.d.ts +3 -0
- package/dist/src/components/calendar/index.d.ts +2 -0
- package/dist/src/components/card-wrapper/index.d.ts +2 -0
- package/dist/src/components/change-user-password-modal/index.d.ts +2 -0
- package/dist/src/components/charts/bar-chart/index.d.ts +2 -0
- package/dist/src/components/charts/barChart/index.d.ts +2 -0
- package/dist/src/components/charts/barLineChart/index.d.ts +2 -0
- package/dist/src/components/charts/donut-chart/index.d.ts +2 -0
- package/dist/src/components/charts/donutChart/index.d.ts +2 -0
- package/dist/src/components/charts/groupBarChart/index.d.ts +2 -0
- package/dist/src/components/charts/index.d.ts +12 -0
- package/dist/src/components/charts/line-chart/area-lineChart.d.ts +2 -2
- package/dist/src/components/charts/line-chart/index.d.ts +6 -0
- package/dist/src/components/charts/multiLineChart/index.d.ts +2 -0
- package/dist/src/components/checkbox/index.d.ts +2 -0
- package/dist/src/components/chip/index.d.ts +2 -0
- package/dist/src/components/chip-generator/index.d.ts +2 -0
- package/dist/src/components/color-picker-input/index.d.ts +2 -0
- package/dist/src/components/confirm-modal/index.d.ts +3 -0
- package/dist/src/components/country-select/index.d.ts +2 -0
- package/dist/src/components/custom-snackbar/index.d.ts +2 -0
- package/dist/src/components/custom-toggle-switch/index.d.ts +2 -0
- package/dist/src/components/date-picker/index.d.ts +2 -0
- package/dist/src/components/date-range-picker/index.d.ts +2 -0
- package/dist/src/components/date-time-picker/index.d.ts +2 -0
- package/dist/src/components/dropdown-button/index.d.ts +2 -0
- package/dist/src/components/dynamic-layout-wrapper/index.d.ts +2 -0
- package/dist/src/components/editor/index.d.ts +2 -0
- package/dist/src/components/entity-view-wrapper/index.d.ts +2 -0
- package/dist/src/components/examples/index.d.ts +2 -0
- package/dist/src/components/expandable-summary-wrapper/index.d.ts +2 -0
- package/dist/src/components/fallback/index.d.ts +2 -0
- package/dist/src/components/filter/components/index.d.ts +16 -0
- package/dist/src/components/filter/index.d.ts +4 -0
- package/dist/src/components/footer/index.d.ts +2 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/index.d.ts +25 -5
- package/dist/src/components/form-control/form-builder/form-builder-element/location-add-modal/index.d.ts +2 -0
- package/dist/src/components/form-control/form-builder/index.d.ts +3 -0
- package/dist/src/components/form-control/form-parser/index.d.ts +8 -0
- package/dist/src/components/form-control/index.d.ts +2 -2
- package/dist/src/components/form-header/index.d.ts +2 -0
- package/dist/src/components/gantt/index.d.ts +2 -0
- package/dist/src/components/grid/custom-grid-card/index.d.ts +2 -0
- package/dist/src/components/grid/grid-card/index.d.ts +2 -0
- package/dist/src/components/grid/grid-wrapper/index.d.ts +2 -0
- package/dist/src/components/grid/index.d.ts +3 -0
- package/dist/src/components/grid-fallback/index.d.ts +2 -0
- package/dist/src/components/header/components/index.d.ts +1 -0
- package/dist/src/components/header/components/notification-menu/index.d.ts +2 -0
- package/dist/src/components/header/index.d.ts +6 -0
- package/dist/src/components/header/redux/index.d.ts +5 -0
- package/dist/src/components/header-card/index.d.ts +2 -0
- package/dist/src/components/hr-line/index.d.ts +2 -0
- package/dist/src/components/icons/index.d.ts +163 -80
- package/dist/src/components/icons/sort-arrow-icon.d.ts +2 -2
- package/dist/src/components/index.d.ts +106 -123
- package/dist/src/components/info-card/index.d.ts +2 -0
- package/dist/src/components/inventory-reports-title-bar/component/index.d.ts +2 -0
- package/dist/src/components/inventory-reports-title-bar/index.d.ts +5 -0
- package/dist/src/components/inventory-reports-title-bar/redux/index.d.ts +5 -0
- package/dist/src/components/inventory-reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/src/components/label-value/index.d.ts +2 -0
- package/dist/src/components/list/index.d.ts +2 -0
- package/dist/src/components/listing/index.d.ts +2 -2
- package/dist/src/components/loaders/index.d.ts +5 -1
- package/dist/src/components/material-editable-table/components/index.d.ts +8 -0
- package/dist/src/components/material-editable-table/index.d.ts +4 -0
- package/dist/src/components/material-table/components/index.d.ts +8 -0
- package/dist/src/components/material-table/index.d.ts +4 -0
- package/dist/src/components/material-table/material-table.d.ts +1 -1
- package/dist/src/components/menu/index.d.ts +2 -0
- package/dist/src/components/modal/index.d.ts +2 -0
- package/dist/src/components/module-button/index.d.ts +2 -0
- package/dist/src/components/mulitline/index.d.ts +2 -0
- package/dist/src/components/multi-select/index.d.ts +2 -0
- package/dist/src/components/page-navigator/components/index.d.ts +10 -0
- package/dist/src/components/page-navigator/index.d.ts +3 -0
- package/dist/src/components/pagination/index.d.ts +2 -0
- package/dist/src/components/parties-modal/index.d.ts +4 -0
- package/dist/src/components/parties-modal/utils/index.d.ts +1 -0
- package/dist/src/components/phone-input/index.d.ts +2 -0
- package/dist/src/components/providers/index.d.ts +2 -1
- package/dist/src/components/quick-approval-modal/index.d.ts +2 -0
- package/dist/src/components/radio/index.d.ts +2 -0
- package/dist/src/components/reports/dynamic-report/index.d.ts +3 -0
- package/dist/src/components/reports/index.d.ts +1 -0
- package/dist/src/components/reports-title-bar/index.d.ts +4 -0
- package/dist/src/components/reports-title-bar/redux/index.d.ts +5 -0
- package/dist/src/components/reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/src/components/reset-password-modal/index.d.ts +2 -0
- package/dist/src/components/rfq-response/index.d.ts +2 -0
- package/dist/src/components/save-filter-modal/index.d.ts +2 -0
- package/dist/src/components/schedule-report/index.d.ts +6 -0
- package/dist/src/components/schedule-report/utils/index.d.ts +3 -0
- package/dist/src/components/search-bar/index.d.ts +2 -0
- package/dist/src/components/select/controller/index.d.ts +4 -0
- package/dist/src/components/select/index.d.ts +5 -0
- package/dist/src/components/share-modal/index.d.ts +5 -0
- package/dist/src/components/share-modal/redux/index.d.ts +5 -0
- package/dist/src/components/sidebar/index.d.ts +2 -0
- package/dist/src/components/snackbar/index.d.ts +2 -0
- package/dist/src/components/sub-header-doc/index.d.ts +2 -0
- package/dist/src/components/switches/index.d.ts +2 -0
- package/dist/src/components/tab-bar-ui/index.d.ts +2 -0
- package/dist/src/components/tabs/index.d.ts +2 -0
- package/dist/src/components/text-area/index.d.ts +2 -0
- package/dist/src/components/text-field/index.d.ts +2 -0
- package/dist/src/components/time-picker/index.d.ts +2 -0
- package/dist/src/components/time-range-picker/index.d.ts +2 -0
- package/dist/src/components/title-dropdown-button/index.d.ts +2 -0
- package/dist/src/components/toast/index.d.ts +2 -0
- package/dist/src/components/toggle/index.d.ts +2 -0
- package/dist/src/components/toggle-switch/index.d.ts +2 -0
- package/dist/src/components/tooltip/index.d.ts +2 -0
- package/dist/src/components/typography/index.d.ts +2 -0
- package/dist/src/components/upload/index.d.ts +4 -0
- package/dist/src/components/upload-excel/index.d.ts +4 -0
- package/dist/src/components/upload-media/index.d.ts +2 -0
- package/dist/src/components/user-dropdown/index.d.ts +2 -0
- package/dist/src/components/value-field/index.d.ts +2 -0
- package/dist/src/components/view-modal/index.d.ts +2 -0
- package/dist/src/constants/index.d.ts +5 -3
- package/dist/src/constants/lang/index.d.ts +6 -0
- package/dist/src/constants/pathnames/index.d.ts +13 -554
- package/dist/src/contexts/index.d.ts +5 -5
- package/dist/src/hooks/apiHelper.d.ts +1 -1
- package/dist/src/hooks/index.d.ts +15 -13
- package/dist/src/hooks/useDataFetcher.d.ts +2 -2
- package/dist/src/layout/fullScreen/index.d.ts +2 -0
- package/dist/src/layout/index.d.ts +2 -2
- package/dist/src/layout/sidebarScreen/index.d.ts +2 -0
- package/dist/src/redux/index.d.ts +5 -6
- package/dist/src/redux/slices/index.d.ts +8 -10
- package/dist/src/styles/index.d.ts +1 -2
- package/dist/src/theme/index.d.ts +7 -3
- package/dist/src/theme/types/index.d.ts +1 -0
- package/dist/src/utils/index.d.ts +12 -10
- package/dist/src/views/afterAuth/dashboard/index.d.ts +3 -0
- package/dist/src/views/afterAuth/dashboard/redux/index.d.ts +5 -0
- package/dist/src/views/afterAuth/index.d.ts +2 -0
- package/dist/src/views/afterAuth/page-view/index.d.ts +4 -0
- package/dist/src/views/afterAuth/page-view/redux/index.d.ts +5 -0
- package/dist/src/views/afterAuth/page-view/utils/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/change-password/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/activity-tag-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/calendar-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/drive-dashboard-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/gantt-data/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/components/grid-data/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/components/index.d.ts +13 -2
- package/dist/src/views/beforeAuth/components/kanbann-content/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/list-content/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/components/multiline-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/share-modal-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/shared-pages-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/tabs-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/user-dashboard-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/components/user-dropdown-data/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/forgot-password/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/index.d.ts +6 -0
- package/dist/src/views/beforeAuth/landing/index.d.ts +2 -0
- package/dist/src/views/beforeAuth/reset-password/index.d.ts +1 -0
- package/dist/src/views/form-builder/element-edit-forms/index.d.ts +7 -0
- package/dist/src/views/form-builder/index.d.ts +7 -31
- package/dist/src/views/form-builder/redux/index.d.ts +5 -0
- package/dist/src/views/form-builder/utils/index.d.ts +1 -2
- package/dist/src/views/index.d.ts +7 -2
- package/dist/src/views/template-editor/add-template/index.d.ts +1 -0
- package/dist/src/views/template-editor/company-selection-modal/index.d.ts +1 -0
- package/dist/src/views/template-editor/components/controllers/index.d.ts +18 -0
- package/dist/src/views/template-editor/components/index.d.ts +7 -9
- package/dist/src/views/template-editor/edit-section-modal/index.d.ts +1 -0
- package/dist/src/views/template-editor/index.d.ts +10 -10
- package/dist/src/views/template-editor/template-modal/index.d.ts +3 -1
- package/dist/src/views/template-editor/template-name-modal/index.d.ts +1 -0
- package/dist/src/views/template-editor/types/index.d.ts +1 -1
- package/dist/src/views/template-editor/utils/index.d.ts +3 -3
- package/dist/style.css +67 -87
- package/dist/styles/index.d.ts +1 -1
- package/dist/styles/index.esm.js +4 -89
- package/dist/styles/index.esm.js.map +1 -1
- package/dist/styles/index.js +1 -1
- package/dist/styles/themes/index/index.esm.js +78 -0
- package/dist/styles/themes/index/index.esm.js.map +1 -0
- package/dist/styles/themes/index/index.js +2 -0
- package/dist/styles/themes/index/index.js.map +1 -0
- package/dist/styles/themes/index.d.ts +21 -0
- package/dist/theme/color.d.ts +38 -0
- package/dist/theme/index.d.ts +7 -5
- package/dist/theme/index.esm.js +12 -5
- package/dist/theme/index.esm.js.map +1 -1
- package/dist/theme/index.js +1 -1
- package/dist/theme/theme-impl/index.esm.js +1 -1
- package/dist/theme/theme-impl.d.ts +24 -0
- package/dist/theme/themeSelector.d.ts +15 -0
- package/dist/theme/themeWrapper.d.ts +10 -0
- package/dist/theme/types/extendMUIPalette.d.ts +47 -0
- package/dist/theme/types/index.d.ts +1 -0
- package/dist/theme/typography/index.esm.js +113 -0
- package/dist/theme/typography/index.esm.js.map +1 -0
- package/dist/theme/typography/index.js +2 -0
- package/dist/theme/typography/index.js.map +1 -0
- package/dist/theme/typography.d.ts +88 -0
- package/dist/types/index.d.ts +1 -21
- package/dist/utils/api.d.ts +662 -0
- package/dist/utils/calculation.d.ts +13 -0
- package/dist/utils/color.d.ts +21 -0
- package/dist/utils/common-utility.d.ts +224 -0
- package/dist/utils/common.d.ts +237 -0
- package/dist/utils/constant.d.ts +18 -0
- package/dist/utils/country.d.ts +1 -0
- package/dist/utils/date-range.d.ts +31 -0
- package/dist/utils/dateFormat/index.esm.js +7 -0
- package/dist/utils/dateFormat/index.esm.js.map +1 -1
- package/dist/utils/dateFormat/index.js +1 -1
- package/dist/utils/dateFormat/index.js.map +1 -1
- package/dist/utils/dateFormat.d.ts +11 -0
- package/dist/utils/dateValidation.d.ts +84 -0
- package/dist/utils/deformat-text.d.ts +2 -0
- package/dist/utils/export-filters.d.ts +2 -0
- package/dist/utils/fileSize.d.ts +2 -0
- package/dist/utils/form-builder-conversion.d.ts +2 -0
- package/dist/utils/form-builder-deconversion.d.ts +45 -0
- package/dist/utils/format-text.d.ts +4 -0
- package/dist/utils/i18n/index.esm.js +37 -0
- package/dist/utils/i18n/index.esm.js.map +1 -0
- package/dist/utils/i18n/index.js +2 -0
- package/dist/utils/i18n/index.js.map +1 -0
- package/dist/utils/i18n.d.ts +3 -0
- package/dist/utils/index.d.ts +34 -35
- package/dist/utils/index.esm.js +18 -73
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/language.d.ts +1 -0
- package/dist/utils/menu-filter.d.ts +70 -0
- package/dist/utils/metaComponent/index.esm.js +27 -0
- package/dist/utils/metaComponent/index.esm.js.map +1 -0
- package/dist/utils/metaComponent/index.js +6 -0
- package/dist/utils/metaComponent/index.js.map +1 -0
- package/dist/utils/metaComponent.d.ts +14 -0
- package/dist/utils/migration-utils.d.ts +7 -0
- package/dist/utils/navigation-utils.d.ts +24 -0
- package/dist/utils/route-utils.d.ts +4 -0
- package/dist/utils/server.d.ts +5 -0
- package/dist/utils/setup.d.ts +1 -0
- package/dist/utils/translations.d.ts +1 -0
- package/dist/views/404/index.esm.js +31 -0
- package/dist/views/404/index.esm.js.map +1 -0
- package/dist/views/404/index.js +6 -0
- package/dist/views/404/index.js.map +1 -0
- package/dist/views/404.d.ts +7 -0
- package/dist/views/afterAuth/dashboard/dashboard/index.esm.js +76 -0
- package/dist/views/afterAuth/dashboard/dashboard/index.esm.js.map +1 -0
- package/dist/views/afterAuth/dashboard/dashboard/index.js +8 -0
- package/dist/views/afterAuth/dashboard/dashboard/index.js.map +1 -0
- package/dist/views/afterAuth/dashboard/dashboard.d.ts +2 -0
- package/dist/views/afterAuth/dashboard/index.d.ts +3 -0
- package/dist/views/afterAuth/dashboard/redux/actionCreator.d.ts +6 -0
- package/dist/views/afterAuth/dashboard/redux/index.d.ts +5 -0
- package/dist/views/afterAuth/dashboard/redux/reducer/index.esm.js +0 -6
- package/dist/views/afterAuth/dashboard/redux/reducer/index.esm.js.map +1 -1
- package/dist/views/afterAuth/dashboard/redux/reducer/index.js +1 -1
- package/dist/views/afterAuth/dashboard/redux/reducer/index.js.map +1 -1
- package/dist/views/afterAuth/dashboard/redux/reducer.d.ts +3508 -0
- package/dist/views/afterAuth/dashboard/redux/state.d.ts +499 -0
- package/dist/views/afterAuth/index.d.ts +2 -0
- package/dist/views/afterAuth/page-view/index.d.ts +4 -0
- package/dist/views/afterAuth/page-view/page-view/index.esm.js +100 -0
- package/dist/views/afterAuth/page-view/page-view/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/page-view/index.js +6 -0
- package/dist/views/afterAuth/page-view/page-view/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/page-view.d.ts +2 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.esm.js +13 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator.d.ts +1 -0
- package/dist/views/afterAuth/page-view/redux/index.d.ts +5 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.esm.js +63 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/reducer.d.ts +273 -0
- package/dist/views/afterAuth/page-view/redux/state/index.esm.js +31 -0
- package/dist/views/afterAuth/page-view/redux/state/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/state/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/state/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/state.d.ts +33 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.esm.js +137 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.js +2 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/default-data.d.ts +16 -0
- package/dist/views/afterAuth/page-view/utils/index.d.ts +2 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.esm.js +137 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.js +2 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/local-data.d.ts +16 -0
- package/dist/views/beforeAuth/change-password/change-password/index.esm.js +182 -0
- package/dist/views/beforeAuth/change-password/change-password/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/change-password/change-password/index.js +17 -0
- package/dist/views/beforeAuth/change-password/change-password/index.js.map +1 -0
- package/dist/views/beforeAuth/change-password/change-password.d.ts +1 -0
- package/dist/views/beforeAuth/change-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data.d.ts +11 -0
- package/dist/views/beforeAuth/components/activity-tag-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/calendar-data/calendar-data.d.ts +18 -0
- package/dist/views/beforeAuth/components/calendar-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/drive-dashboard-data/drive-dashboard-data.d.ts +147 -0
- package/dist/views/beforeAuth/components/drive-dashboard-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/gantt-data/gantt-data.d.ts +4 -0
- package/dist/views/beforeAuth/components/gantt-data/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/grid-data/grid-data.d.ts +8 -0
- package/dist/views/beforeAuth/components/grid-data/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/index.d.ts +13 -0
- package/dist/views/beforeAuth/components/kanbann-content/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw.d.ts +11 -0
- package/dist/views/beforeAuth/components/list-content/column-raw.d.ts +38 -0
- package/dist/views/beforeAuth/components/list-content/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/list-content/list-data.d.ts +11 -0
- package/dist/views/beforeAuth/components/multiline-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/multiline-data/multiline-data.d.ts +5 -0
- package/dist/views/beforeAuth/components/share-modal-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/share-modal-data/share-modal-data.d.ts +6 -0
- package/dist/views/beforeAuth/components/shared-pages-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/shared-pages-data/shared-pages-data.d.ts +7 -0
- package/dist/views/beforeAuth/components/tabs-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/tabs-data/tabs-data.d.ts +5 -0
- package/dist/views/beforeAuth/components/user-dashboard-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/user-dashboard-data/user-dashboard-data.d.ts +157 -0
- package/dist/views/beforeAuth/components/user-dropdown-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data.d.ts +6 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password/index.esm.js +177 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password/index.js +16 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password/index.js.map +1 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password.d.ts +1 -0
- package/dist/views/beforeAuth/forgot-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/index.d.ts +6 -0
- package/dist/views/beforeAuth/landing/index.d.ts +2 -0
- package/dist/views/beforeAuth/landing/landing/index.esm.js +35 -0
- package/dist/views/beforeAuth/landing/landing/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/landing/landing/index.js +8 -0
- package/dist/views/beforeAuth/landing/landing/index.js.map +1 -0
- package/dist/views/beforeAuth/landing/landing.d.ts +3 -0
- package/dist/views/beforeAuth/login/index/index.esm.js +209 -0
- package/dist/views/beforeAuth/login/index/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/login/index/index.js +20 -0
- package/dist/views/beforeAuth/login/index/index.js.map +1 -0
- package/dist/views/beforeAuth/login/index.d.ts +2 -0
- package/dist/views/beforeAuth/reset-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/reset-password/reset-password/index.esm.js +34 -0
- package/dist/views/beforeAuth/reset-password/reset-password/index.esm.js.map +1 -0
- package/dist/views/beforeAuth/reset-password/reset-password/index.js +2 -0
- package/dist/views/beforeAuth/reset-password/reset-password/index.js.map +1 -0
- package/dist/views/beforeAuth/reset-password/reset-password.d.ts +1 -0
- package/dist/views/form-builder/custom-form/index.esm.js +2 -2
- package/dist/views/form-builder/custom-form/index.js +10 -10
- package/dist/views/form-builder/custom-form.d.ts +7 -0
- package/dist/views/form-builder/element-edit-forms/checkbox.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/column-width.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/field-select.d.ts +4 -0
- package/dist/views/form-builder/element-edit-forms/index.d.ts +14 -0
- package/dist/views/form-builder/element-edit-forms/section.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/select/index.esm.js +1 -1
- package/dist/views/form-builder/element-edit-forms/select/index.js +8 -8
- package/dist/views/form-builder/element-edit-forms/select.d.ts +33 -0
- package/dist/views/form-builder/element-edit-forms/table-form.d.ts +13 -0
- package/dist/views/form-builder/element-edit-forms/text.d.ts +12 -0
- package/dist/views/form-builder/field_properties.d.ts +99 -0
- package/dist/views/form-builder/form-fields.d.ts +46 -0
- package/dist/views/form-builder/index.d.ts +9 -0
- package/dist/views/form-builder/redux/actionCreator/index.esm.js +1 -1
- package/dist/views/form-builder/redux/actionCreator.d.ts +5 -0
- package/dist/views/form-builder/redux/index.d.ts +5 -0
- package/dist/views/form-builder/redux/reducer/index.esm.js +6 -1
- package/dist/views/form-builder/redux/reducer/index.esm.js.map +1 -1
- package/dist/views/form-builder/redux/reducer/index.js +1 -1
- package/dist/views/form-builder/redux/reducer/index.js.map +1 -1
- package/dist/views/form-builder/redux/state.d.ts +27 -0
- package/dist/views/form-builder/types.d.ts +2 -0
- package/dist/views/form-builder/utils/common.d.ts +66 -0
- package/dist/views/form-builder/utils/index.d.ts +1 -0
- package/dist/views/index.d.ts +8 -1
- package/dist/views/index.esm.js +139 -65
- package/dist/views/index.esm.js.map +1 -1
- package/dist/views/index.js +1 -1
- package/dist/views/privateRoute/index.esm.js +14 -0
- package/dist/views/privateRoute/index.esm.js.map +1 -0
- package/dist/views/privateRoute/index.js +2 -0
- package/dist/views/privateRoute/index.js.map +1 -0
- package/dist/views/privateRoute.d.ts +2 -0
- package/dist/views/template-editor/add-template/add-template.d.ts +4 -0
- package/dist/views/template-editor/add-template/index.d.ts +2 -0
- package/dist/views/template-editor/company-selection-modal/company-selection-modal.d.ts +14 -0
- package/dist/views/template-editor/company-selection-modal/index.d.ts +2 -0
- package/dist/views/template-editor/components/EditorCanvas.d.ts +22 -0
- package/dist/views/template-editor/components/EditorHeader/index.esm.js +1 -1
- package/dist/views/template-editor/components/EditorHeader/index.js +3 -3
- package/dist/views/template-editor/components/EditorHeader.d.ts +18 -0
- package/dist/views/template-editor/components/EditorSection/index.esm.js +1 -1
- package/dist/views/template-editor/components/EditorSection/index.js +3 -3
- package/dist/views/template-editor/components/EditorSection.d.ts +20 -0
- package/dist/views/template-editor/components/EditorSidebar.d.ts +2 -0
- package/dist/views/template-editor/components/SectionFlowEditor.d.ts +9 -0
- package/dist/views/template-editor/components/SectionFormatPanel/index.esm.js +1 -1
- package/dist/views/template-editor/components/SectionFormatPanel/index.js +3 -3
- package/dist/views/template-editor/components/SectionFormatPanel.d.ts +46 -0
- package/dist/views/template-editor/components/controllers/AlignmentControl.d.ts +7 -0
- package/dist/views/template-editor/components/controllers/ButtonControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/CodeControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/DividerControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/ImageControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/SignatureControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/TableControls/index.esm.js +1 -1
- package/dist/views/template-editor/components/controllers/TableControls/index.js +56 -56
- package/dist/views/template-editor/components/controllers/TableControls.d.ts +36 -0
- package/dist/views/template-editor/components/controllers/TextControls.d.ts +21 -0
- package/dist/views/template-editor/components/controllers/border-control.d.ts +13 -0
- package/dist/views/template-editor/components/controllers/index.d.ts +18 -0
- package/dist/views/template-editor/components/index.d.ts +13 -0
- package/dist/views/template-editor/edit-section-modal/edit-section-modal.d.ts +16 -0
- package/dist/views/template-editor/edit-section-modal/index.d.ts +2 -0
- package/dist/views/template-editor/index.d.ts +11 -0
- package/dist/views/template-editor/routes.d.ts +4 -0
- package/dist/views/template-editor/template-modal/html-thumbnail-preview.d.ts +17 -0
- package/dist/views/template-editor/template-modal/index.d.ts +4 -0
- package/dist/views/template-editor/template-modal/template-modal.d.ts +8 -0
- package/dist/views/template-editor/template-name-modal/index.d.ts +2 -0
- package/dist/views/template-editor/template-name-modal/template-name-modal.d.ts +15 -0
- package/dist/views/template-editor/templates/index.esm.js +1 -1
- package/dist/views/template-editor/templates/index.js +3 -3
- package/dist/views/template-editor/templates/index.js.map +1 -1
- package/dist/views/template-editor/templates.d.ts +4 -0
- package/dist/views/template-editor/types/editor.d.ts +32 -0
- package/dist/views/template-editor/types/index.d.ts +1 -0
- package/dist/views/template-editor/utils/common.d.ts +17 -0
- package/dist/views/template-editor/utils/constant.d.ts +136 -0
- package/dist/views/template-editor/utils/default-data/index.esm.js +33 -0
- package/dist/views/template-editor/utils/default-data/index.esm.js.map +1 -0
- package/dist/views/template-editor/utils/default-data/index.js +2 -0
- package/dist/views/template-editor/utils/default-data/index.js.map +1 -0
- package/dist/views/template-editor/utils/default-data.d.ts +7 -0
- package/dist/views/template-editor/utils/index.d.ts +5 -0
- package/dist/views/template-editor/utils/style-extractor.d.ts +11 -0
- package/dist/views/template-editor/utils/types.d.ts +33 -0
- package/dist/vite-env.d.ts +24 -0
- package/package.json +2 -2
- package/src/styles/index.d.ts +1 -0
- package/src/styles/index.ts +1 -146
- package/dist/_virtual/ArrowBack/index.esm.js +0 -5
- package/dist/_virtual/ArrowBack/index.esm.js.map +0 -1
- package/dist/_virtual/ArrowBack/index.js +0 -2
- package/dist/_virtual/ArrowBack/index.js.map +0 -1
- package/dist/_virtual/ArrowForward/index.esm.js +0 -5
- package/dist/_virtual/ArrowForward/index.esm.js.map +0 -1
- package/dist/_virtual/ArrowForward/index.js +0 -2
- package/dist/_virtual/ArrowForward/index.js.map +0 -1
- package/dist/_virtual/IndeterminateCheckBox/index.esm.js +0 -5
- package/dist/_virtual/IndeterminateCheckBox/index.esm.js.map +0 -1
- package/dist/_virtual/IndeterminateCheckBox/index.js +0 -2
- package/dist/_virtual/IndeterminateCheckBox/index.js.map +0 -1
- package/dist/_virtual/NorthEast/index.esm.js +0 -5
- package/dist/_virtual/NorthEast/index.esm.js.map +0 -1
- package/dist/_virtual/NorthEast/index.js +0 -2
- package/dist/_virtual/NorthEast/index.js.map +0 -1
- package/dist/_virtual/Visibility/index.esm.js +0 -5
- package/dist/_virtual/Visibility/index.esm.js.map +0 -1
- package/dist/_virtual/Visibility/index.js +0 -2
- package/dist/_virtual/Visibility/index.js.map +0 -1
- package/dist/components/activity-tag/activity-tag/index.esm.js +0 -154
- package/dist/components/activity-tag/activity-tag/index.esm.js.map +0 -1
- package/dist/components/activity-tag/activity-tag/index.js +0 -15
- package/dist/components/activity-tag/activity-tag/index.js.map +0 -1
- package/dist/components/activityLog/activity-log/index.esm.js +0 -104
- package/dist/components/activityLog/activity-log/index.esm.js.map +0 -1
- package/dist/components/activityLog/activity-log/index.js +0 -14
- package/dist/components/activityLog/activity-log/index.js.map +0 -1
- package/dist/components/button/button.scss/index.esm.js +0 -2
- package/dist/components/button/button.scss/index.esm.js.map +0 -1
- package/dist/components/button/button.scss/index.js +0 -2
- package/dist/components/button/button.scss/index.js.map +0 -1
- package/dist/components/charts/bar-chart/bar-chart/index.esm.js +0 -85
- package/dist/components/charts/bar-chart/bar-chart/index.esm.js.map +0 -1
- package/dist/components/charts/bar-chart/bar-chart/index.js +0 -2
- package/dist/components/charts/bar-chart/bar-chart/index.js.map +0 -1
- package/dist/components/charts/barChart/barChart/index.esm.js +0 -147
- package/dist/components/charts/barChart/barChart/index.esm.js.map +0 -1
- package/dist/components/charts/barChart/barChart/index.js +0 -2
- package/dist/components/charts/barChart/barChart/index.js.map +0 -1
- package/dist/components/charts/donut-chart/donut-chart/index.esm.js +0 -85
- package/dist/components/charts/donut-chart/donut-chart/index.esm.js.map +0 -1
- package/dist/components/charts/donut-chart/donut-chart/index.js +0 -6
- package/dist/components/charts/donut-chart/donut-chart/index.js.map +0 -1
- package/dist/components/charts/donutChart/DonutChart/index.esm.js +0 -96
- package/dist/components/charts/donutChart/DonutChart/index.esm.js.map +0 -1
- package/dist/components/charts/donutChart/DonutChart/index.js +0 -5
- package/dist/components/charts/donutChart/DonutChart/index.js.map +0 -1
- package/dist/components/charts/line-chart/area-line-chart/index.esm.js +0 -40
- package/dist/components/charts/line-chart/area-line-chart/index.esm.js.map +0 -1
- package/dist/components/charts/line-chart/area-line-chart/index.js +0 -2
- package/dist/components/charts/line-chart/area-line-chart/index.js.map +0 -1
- package/dist/components/grid/grid-card/grid-card.scss/index.esm.js +0 -2
- package/dist/components/grid/grid-card/grid-card.scss/index.esm.js.map +0 -1
- package/dist/components/grid/grid-card/grid-card.scss/index.js +0 -2
- package/dist/components/grid/grid-card/grid-card.scss/index.js.map +0 -1
- package/dist/components/list/list.scss/index.esm.js +0 -2
- package/dist/components/list/list.scss/index.esm.js.map +0 -1
- package/dist/components/list/list.scss/index.js +0 -2
- package/dist/components/list/list.scss/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/NorthEast/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/NorthEast/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/NorthEast/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/NorthEast/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/Visibility/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/Visibility/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/Visibility/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/Visibility/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.esm.js +0 -95
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.js +0 -3
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.js +0 -2
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.esm.js +0 -76
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.esm.js +0 -91
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.esm.js +0 -118
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.esm.js +0 -128
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.esm.js +0 -6
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.esm.js +0 -73
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.esm.js +0 -8
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.js +0 -2
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.js.map +0 -1
- package/dist/node_modules/@mui/material/AccordionActions/AccordionActions/index.esm.js +0 -95
- package/dist/node_modules/@mui/material/AccordionActions/AccordionActions/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/AccordionActions/AccordionActions/index.js +0 -3
- package/dist/node_modules/@mui/material/AccordionActions/AccordionActions/index.js.map +0 -1
- package/dist/node_modules/@mui/material/AccordionActions/accordionActionsClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/AccordionActions/accordionActionsClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/AccordionActions/accordionActionsClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/AccordionActions/accordionActionsClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/AvatarGroup/AvatarGroup/index.esm.js +0 -201
- package/dist/node_modules/@mui/material/AvatarGroup/AvatarGroup/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/AvatarGroup/AvatarGroup/index.js +0 -3
- package/dist/node_modules/@mui/material/AvatarGroup/AvatarGroup/index.js.map +0 -1
- package/dist/node_modules/@mui/material/AvatarGroup/avatarGroupClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/AvatarGroup/avatarGroupClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/AvatarGroup/avatarGroupClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/AvatarGroup/avatarGroupClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigation/BottomNavigation/index.esm.js +0 -125
- package/dist/node_modules/@mui/material/BottomNavigation/BottomNavigation/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigation/BottomNavigation/index.js +0 -4
- package/dist/node_modules/@mui/material/BottomNavigation/BottomNavigation/index.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigation/bottomNavigationClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/BottomNavigation/bottomNavigationClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigation/bottomNavigationClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/BottomNavigation/bottomNavigationClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigationAction/BottomNavigationAction/index.esm.js +0 -170
- package/dist/node_modules/@mui/material/BottomNavigationAction/BottomNavigationAction/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigationAction/BottomNavigationAction/index.js +0 -3
- package/dist/node_modules/@mui/material/BottomNavigationAction/BottomNavigationAction/index.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigationAction/bottomNavigationActionClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/BottomNavigationAction/bottomNavigationActionClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/BottomNavigationAction/bottomNavigationActionClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/BottomNavigationAction/bottomNavigationActionClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActionArea/CardActionArea/index.esm.js +0 -120
- package/dist/node_modules/@mui/material/CardActionArea/CardActionArea/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActionArea/CardActionArea/index.js +0 -3
- package/dist/node_modules/@mui/material/CardActionArea/CardActionArea/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActionArea/cardActionAreaClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/CardActionArea/cardActionAreaClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActionArea/cardActionAreaClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/CardActionArea/cardActionAreaClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActions/CardActions/index.esm.js +0 -92
- package/dist/node_modules/@mui/material/CardActions/CardActions/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActions/CardActions/index.js +0 -3
- package/dist/node_modules/@mui/material/CardActions/CardActions/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActions/cardActionsClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/CardActions/cardActionsClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardActions/cardActionsClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/CardActions/cardActionsClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardHeader/CardHeader/index.esm.js +0 -196
- package/dist/node_modules/@mui/material/CardHeader/CardHeader/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardHeader/CardHeader/index.js +0 -2
- package/dist/node_modules/@mui/material/CardHeader/CardHeader/index.js.map +0 -1
- package/dist/node_modules/@mui/material/CardHeader/cardHeaderClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/CardHeader/cardHeaderClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/CardHeader/cardHeaderClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/CardHeader/cardHeaderClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText/index.esm.js +0 -76
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText/index.js +0 -3
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText/index.js.map +0 -1
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Fab/Fab/index.esm.js +0 -231
- package/dist/node_modules/@mui/material/Fab/Fab/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Fab/Fab/index.js +0 -3
- package/dist/node_modules/@mui/material/Fab/Fab/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Fab/fabClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/Fab/fabClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Fab/fabClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Fab/fabClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/Hidden/index.esm.js +0 -135
- package/dist/node_modules/@mui/material/Hidden/Hidden/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/Hidden/index.js +0 -2
- package/dist/node_modules/@mui/material/Hidden/Hidden/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/HiddenCss/index.esm.js +0 -176
- package/dist/node_modules/@mui/material/Hidden/HiddenCss/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/HiddenCss/index.js +0 -3
- package/dist/node_modules/@mui/material/Hidden/HiddenCss/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/HiddenJs/index.esm.js +0 -119
- package/dist/node_modules/@mui/material/Hidden/HiddenJs/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/HiddenJs/index.js +0 -2
- package/dist/node_modules/@mui/material/Hidden/HiddenJs/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/hiddenCssClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Hidden/hiddenCssClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/hiddenCssClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Hidden/hiddenCssClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/withWidth/index.esm.js +0 -92
- package/dist/node_modules/@mui/material/Hidden/withWidth/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Hidden/withWidth/index.js +0 -2
- package/dist/node_modules/@mui/material/Hidden/withWidth/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/ImageList/index.esm.js +0 -156
- package/dist/node_modules/@mui/material/ImageList/ImageList/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/ImageList/index.js +0 -3
- package/dist/node_modules/@mui/material/ImageList/ImageList/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/ImageListContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/ImageList/ImageListContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/ImageListContext/index.js +0 -2
- package/dist/node_modules/@mui/material/ImageList/ImageListContext/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/imageListClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/ImageList/imageListClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageList/imageListClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/ImageList/imageListClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItem/ImageListItem/index.esm.js +0 -173
- package/dist/node_modules/@mui/material/ImageListItem/ImageListItem/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItem/ImageListItem/index.js +0 -3
- package/dist/node_modules/@mui/material/ImageListItem/ImageListItem/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItem/imageListItemClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/ImageListItem/imageListItemClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItem/imageListItemClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/ImageListItem/imageListItemClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItemBar/ImageListItemBar/index.esm.js +0 -222
- package/dist/node_modules/@mui/material/ImageListItemBar/ImageListItemBar/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItemBar/ImageListItemBar/index.js +0 -3
- package/dist/node_modules/@mui/material/ImageListItemBar/ImageListItemBar/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItemBar/imageListItemBarClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/ImageListItemBar/imageListItemBarClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ImageListItemBar/imageListItemBarClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/ImageListItemBar/imageListItemBarClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/MobileStepper/MobileStepper/index.esm.js +0 -216
- package/dist/node_modules/@mui/material/MobileStepper/MobileStepper/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/MobileStepper/MobileStepper/index.js +0 -3
- package/dist/node_modules/@mui/material/MobileStepper/MobileStepper/index.js.map +0 -1
- package/dist/node_modules/@mui/material/MobileStepper/mobileStepperClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/MobileStepper/mobileStepperClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/MobileStepper/mobileStepperClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/MobileStepper/mobileStepperClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelect/index.esm.js +0 -126
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelect/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelect/index.js +0 -3
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelect/index.js.map +0 -1
- package/dist/node_modules/@mui/material/NoSsr/NoSsr/index.esm.js +0 -55
- package/dist/node_modules/@mui/material/NoSsr/NoSsr/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/NoSsr/NoSsr/index.js +0 -2
- package/dist/node_modules/@mui/material/NoSsr/NoSsr/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Rating/Rating/index.esm.js +0 -638
- package/dist/node_modules/@mui/material/Rating/Rating/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Rating/Rating/index.js +0 -7
- package/dist/node_modules/@mui/material/Rating/Rating/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Rating/ratingClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/Rating/ratingClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Rating/ratingClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Rating/ratingClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ScopedCssBaseline/ScopedCssBaseline/index.esm.js +0 -105
- package/dist/node_modules/@mui/material/ScopedCssBaseline/ScopedCssBaseline/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ScopedCssBaseline/ScopedCssBaseline/index.js +0 -3
- package/dist/node_modules/@mui/material/ScopedCssBaseline/ScopedCssBaseline/index.js.map +0 -1
- package/dist/node_modules/@mui/material/ScopedCssBaseline/scopedCssBaselineClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/ScopedCssBaseline/scopedCssBaselineClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/ScopedCssBaseline/scopedCssBaselineClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/ScopedCssBaseline/scopedCssBaselineClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial/index.esm.js +0 -453
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial/index.js +0 -4
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDial/speedDialClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/SpeedDial/speedDialClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDial/speedDialClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/SpeedDial/speedDialClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialAction/SpeedDialAction/index.esm.js +0 -245
- package/dist/node_modules/@mui/material/SpeedDialAction/SpeedDialAction/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialAction/SpeedDialAction/index.js +0 -2
- package/dist/node_modules/@mui/material/SpeedDialAction/SpeedDialAction/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialAction/speedDialActionClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/SpeedDialAction/speedDialActionClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialAction/speedDialActionClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/SpeedDialAction/speedDialActionClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialIcon/SpeedDialIcon/index.esm.js +0 -137
- package/dist/node_modules/@mui/material/SpeedDialIcon/SpeedDialIcon/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialIcon/SpeedDialIcon/index.js +0 -4
- package/dist/node_modules/@mui/material/SpeedDialIcon/SpeedDialIcon/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialIcon/speedDialIconClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/SpeedDialIcon/speedDialIconClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SpeedDialIcon/speedDialIconClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/SpeedDialIcon/speedDialIconClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/Step/index.esm.js +0 -169
- package/dist/node_modules/@mui/material/Step/Step/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/Step/index.js +0 -3
- package/dist/node_modules/@mui/material/Step/Step/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/StepContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Step/StepContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/StepContext/index.js +0 -2
- package/dist/node_modules/@mui/material/Step/StepContext/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/stepClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Step/stepClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Step/stepClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Step/stepClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepButton/StepButton/index.esm.js +0 -132
- package/dist/node_modules/@mui/material/StepButton/StepButton/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepButton/StepButton/index.js +0 -3
- package/dist/node_modules/@mui/material/StepButton/StepButton/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepButton/stepButtonClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/StepButton/stepButtonClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepButton/stepButtonClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepButton/stepButtonClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepConnector/StepConnector/index.esm.js +0 -136
- package/dist/node_modules/@mui/material/StepConnector/StepConnector/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepConnector/StepConnector/index.js +0 -3
- package/dist/node_modules/@mui/material/StepConnector/StepConnector/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepContent/StepContent/index.esm.js +0 -152
- package/dist/node_modules/@mui/material/StepContent/StepContent/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepContent/StepContent/index.js +0 -2
- package/dist/node_modules/@mui/material/StepContent/StepContent/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepContent/stepContentClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/StepContent/stepContentClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepContent/stepContentClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepContent/stepContentClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepIcon/StepIcon/index.esm.js +0 -161
- package/dist/node_modules/@mui/material/StepIcon/StepIcon/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepIcon/StepIcon/index.js +0 -2
- package/dist/node_modules/@mui/material/StepIcon/StepIcon/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepLabel/StepLabel/index.esm.js +0 -239
- package/dist/node_modules/@mui/material/StepLabel/StepLabel/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepLabel/StepLabel/index.js +0 -3
- package/dist/node_modules/@mui/material/StepLabel/StepLabel/index.js.map +0 -1
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/Stepper/index.esm.js +0 -155
- package/dist/node_modules/@mui/material/Stepper/Stepper/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/Stepper/index.js +0 -3
- package/dist/node_modules/@mui/material/Stepper/Stepper/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/StepperContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Stepper/StepperContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/StepperContext/index.js +0 -2
- package/dist/node_modules/@mui/material/Stepper/StepperContext/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/stepperClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/material/Stepper/stepperClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Stepper/stepperClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/Stepper/stepperClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeArea/index.esm.js +0 -82
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeArea/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeArea/index.js +0 -3
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeArea/index.js.map +0 -1
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer/index.esm.js +0 -538
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer/index.js +0 -2
- package/dist/node_modules/@mui/material/SwipeableDrawer/SwipeableDrawer/index.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/TablePagination/index.esm.js +0 -443
- package/dist/node_modules/@mui/material/TablePagination/TablePagination/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/TablePagination/index.js +0 -3
- package/dist/node_modules/@mui/material/TablePagination/TablePagination/index.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/TablePaginationActions/index.esm.js +0 -179
- package/dist/node_modules/@mui/material/TablePagination/TablePaginationActions/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/TablePaginationActions/index.js +0 -3
- package/dist/node_modules/@mui/material/TablePagination/TablePaginationActions/index.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/tablePaginationClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/material/TablePagination/tablePaginationClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/TablePagination/tablePaginationClasses/index.js +0 -2
- package/dist/node_modules/@mui/material/TablePagination/tablePaginationClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/material/Zoom/Zoom/index.esm.js +0 -196
- package/dist/node_modules/@mui/material/Zoom/Zoom/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/Zoom/Zoom/index.js +0 -3
- package/dist/node_modules/@mui/material/Zoom/Zoom/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Add/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Add/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Add/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/Add/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Star/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Star/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Star/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/Star/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/StarBorder/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/StarBorder/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/StarBorder/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/StarBorder/index.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning/index.esm.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning/index.js +0 -2
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning/index.js.map +0 -1
- package/dist/node_modules/@mui/material/useScrollTrigger/useScrollTrigger/index.esm.js +0 -51
- package/dist/node_modules/@mui/material/useScrollTrigger/useScrollTrigger/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/material/useScrollTrigger/useScrollTrigger/index.js +0 -2
- package/dist/node_modules/@mui/material/useScrollTrigger/useScrollTrigger/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/arc/index.esm.js +0 -134
- package/dist/node_modules/d3-shape/src/arc/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/arc/index.js +0 -2
- package/dist/node_modules/d3-shape/src/arc/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/descending/index.esm.js +0 -7
- package/dist/node_modules/d3-shape/src/descending/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/descending/index.js +0 -2
- package/dist/node_modules/d3-shape/src/descending/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/identity/index.esm.js +0 -7
- package/dist/node_modules/d3-shape/src/identity/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/identity/index.js +0 -2
- package/dist/node_modules/d3-shape/src/identity/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/math/index.esm.js +0 -33
- package/dist/node_modules/d3-shape/src/math/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/math/index.js +0 -2
- package/dist/node_modules/d3-shape/src/math/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/pie/index.esm.js +0 -56
- package/dist/node_modules/d3-shape/src/pie/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/pie/index.js +0 -2
- package/dist/node_modules/d3-shape/src/pie/index.js.map +0 -1
- package/dist/src/components/form-control/form-builder/form-builder-element/number-input.d.ts +0 -0
- package/dist/src/views/afterAuth/accounting.d.ts +0 -4
- package/dist/src/views/afterAuth/crm.d.ts +0 -4
- package/dist/src/views/afterAuth/document.d.ts +0 -4
- package/dist/src/views/afterAuth/hrms.d.ts +0 -4
- package/dist/src/views/afterAuth/inventory.d.ts +0 -4
- package/dist/src/views/afterAuth/manufacturing.d.ts +0 -4
- package/dist/src/views/afterAuth/office.d.ts +0 -4
- package/dist/src/views/afterAuth/procurement.d.ts +0 -4
- package/dist/src/views/afterAuth/project.d.ts +0 -4
- package/dist/src/views/afterAuth/purchase.d.ts +0 -4
- package/dist/src/views/afterAuth/quotes.d.ts +0 -4
- package/dist/src/views/afterAuth/rental.d.ts +0 -4
- package/dist/src/views/afterAuth/user.d.ts +0 -4
- package/dist/src/views/beforeAuth/components/user-profile-data/user-profile-data.d.ts +0 -9
- package/dist/styles/sass/_mixins.scss/index.esm.js +0 -2
- package/dist/styles/sass/_mixins.scss/index.esm.js.map +0 -1
- package/dist/styles/sass/_mixins.scss/index.js +0 -2
- package/dist/styles/sass/_mixins.scss/index.js.map +0 -1
- package/dist/styles/sass/_variables.scss/index.esm.js +0 -2
- package/dist/styles/sass/_variables.scss/index.esm.js.map +0 -1
- package/dist/styles/sass/_variables.scss/index.js +0 -2
- package/dist/styles/sass/_variables.scss/index.js.map +0 -1
- package/dist/views/beforeAuth/components/index/index.esm.js +0 -1144
- package/dist/views/beforeAuth/components/index/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/index/index.js +0 -206
- package/dist/views/beforeAuth/components/index/index.js.map +0 -1
- package/dist/views/beforeAuth/login/index.scss/index.esm.js +0 -2
- package/dist/views/beforeAuth/login/index.scss/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/login/index.scss/index.js +0 -2
- package/dist/views/beforeAuth/login/index.scss/index.js.map +0 -1
- package/dist/views/form-builder/index/index.esm.js +0 -32
- package/dist/views/form-builder/index/index.esm.js.map +0 -1
- package/dist/views/form-builder/index/index.js +0 -2
- package/dist/views/form-builder/index/index.js.map +0 -1
|
@@ -0,0 +1,1448 @@
|
|
|
1
|
+
declare const ar_resource: {
|
|
2
|
+
navbar: {
|
|
3
|
+
home: string;
|
|
4
|
+
dashboard: string;
|
|
5
|
+
quotes: string;
|
|
6
|
+
document: string;
|
|
7
|
+
user: string;
|
|
8
|
+
login: string;
|
|
9
|
+
logout: string;
|
|
10
|
+
change_password: string;
|
|
11
|
+
};
|
|
12
|
+
header: {
|
|
13
|
+
logout_confirmation: string;
|
|
14
|
+
assigned_roles: string;
|
|
15
|
+
};
|
|
16
|
+
dashboard: {
|
|
17
|
+
name: string;
|
|
18
|
+
title: string;
|
|
19
|
+
subtitle: string;
|
|
20
|
+
};
|
|
21
|
+
quotes: {
|
|
22
|
+
name: string;
|
|
23
|
+
title: string;
|
|
24
|
+
quote_page: string;
|
|
25
|
+
};
|
|
26
|
+
user: {
|
|
27
|
+
name: string;
|
|
28
|
+
title: string;
|
|
29
|
+
};
|
|
30
|
+
document: {
|
|
31
|
+
name: string;
|
|
32
|
+
title: string;
|
|
33
|
+
};
|
|
34
|
+
manufacturing: {
|
|
35
|
+
name: string;
|
|
36
|
+
title: string;
|
|
37
|
+
equipments: {
|
|
38
|
+
title: string;
|
|
39
|
+
add_label: string;
|
|
40
|
+
edit_label: string;
|
|
41
|
+
tableColumns: {
|
|
42
|
+
id_header: string;
|
|
43
|
+
dateTime_header: string;
|
|
44
|
+
unitsConsumed_header: string;
|
|
45
|
+
description_header: string;
|
|
46
|
+
description_placeholder: string;
|
|
47
|
+
attachment_header: string;
|
|
48
|
+
voltageIn_header: string;
|
|
49
|
+
startDate_header: string;
|
|
50
|
+
endDate_header: string;
|
|
51
|
+
workCentre_header: string;
|
|
52
|
+
maintenanceStatus_header: string;
|
|
53
|
+
maintenanceStatus_placeholder: string;
|
|
54
|
+
assignedUser_header: string;
|
|
55
|
+
maintenanceCompany_header: string;
|
|
56
|
+
maintenanceCompany_placeholder: string;
|
|
57
|
+
date_header: string;
|
|
58
|
+
date_placeholder: string;
|
|
59
|
+
};
|
|
60
|
+
buttons: {
|
|
61
|
+
saveAsDraft_label: string;
|
|
62
|
+
discard_label: string;
|
|
63
|
+
save_label: string;
|
|
64
|
+
};
|
|
65
|
+
tabs: {
|
|
66
|
+
generalDetails: string;
|
|
67
|
+
failures: string;
|
|
68
|
+
maintenanceHistory: string;
|
|
69
|
+
};
|
|
70
|
+
sections: {
|
|
71
|
+
detail: string;
|
|
72
|
+
generalDetail: string;
|
|
73
|
+
usedBy: string;
|
|
74
|
+
equipmentDetails: string;
|
|
75
|
+
electricityConsumptionDetails: string;
|
|
76
|
+
voltageInspectionDetails: string;
|
|
77
|
+
maintenance: string;
|
|
78
|
+
classification: string;
|
|
79
|
+
attachment: string;
|
|
80
|
+
};
|
|
81
|
+
fields: {
|
|
82
|
+
fixedAsset_label: string;
|
|
83
|
+
fixedAsset_placeholder: string;
|
|
84
|
+
equipmentName_label: string;
|
|
85
|
+
equipmentName_placeholder: string;
|
|
86
|
+
equipmentCategory_label: string;
|
|
87
|
+
equipmentCategory_placeholder: string;
|
|
88
|
+
company_label: string;
|
|
89
|
+
company_placeholder: string;
|
|
90
|
+
alternateEquipment_label: string;
|
|
91
|
+
alternateEquipment_placeholder: string;
|
|
92
|
+
usedBy_label: string;
|
|
93
|
+
usedBy_department: string;
|
|
94
|
+
usedBy_employee: string;
|
|
95
|
+
usedBy_other: string;
|
|
96
|
+
workCentre_label: string;
|
|
97
|
+
workCentre_placeholder: string;
|
|
98
|
+
narration_label: string;
|
|
99
|
+
narration_placeholder: string;
|
|
100
|
+
vendor_label: string;
|
|
101
|
+
vendor_placeholder: string;
|
|
102
|
+
model_label: string;
|
|
103
|
+
model_placeholder: string;
|
|
104
|
+
serialNumber_label: string;
|
|
105
|
+
serialNumber_placeholder: string;
|
|
106
|
+
equipmentCost_label: string;
|
|
107
|
+
equipmentCost_placeholder: string;
|
|
108
|
+
effectiveDate_label: string;
|
|
109
|
+
effectiveDate_placeholder: string;
|
|
110
|
+
warrantyExpirationDate_label: string;
|
|
111
|
+
warrantyExpirationDate_placeholder: string;
|
|
112
|
+
electricityConsumptionDetails_label: string;
|
|
113
|
+
voltageInspectionDetails_label: string;
|
|
114
|
+
maintenance_label: string;
|
|
115
|
+
maintenancePeriod_label: string;
|
|
116
|
+
maintenancePeriod_placeholder: string;
|
|
117
|
+
date_label: string;
|
|
118
|
+
date_placeholder: string;
|
|
119
|
+
lastMaintenanceDate_label: string;
|
|
120
|
+
lastMaintenanceDate_placeholder: string;
|
|
121
|
+
makeItRecurring_label: string;
|
|
122
|
+
location_label: string;
|
|
123
|
+
location_placeholder: string;
|
|
124
|
+
department_label: string;
|
|
125
|
+
department_placeholder: string;
|
|
126
|
+
attachment_image_label: string;
|
|
127
|
+
attachment_document_label: string;
|
|
128
|
+
upload_label: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
workCentreCategories: {
|
|
132
|
+
title: string;
|
|
133
|
+
add_label: string;
|
|
134
|
+
edit_label: string;
|
|
135
|
+
sections: {
|
|
136
|
+
generalDetail: string;
|
|
137
|
+
};
|
|
138
|
+
fields: {
|
|
139
|
+
name_label: string;
|
|
140
|
+
categoryTitle_label: string;
|
|
141
|
+
name_placeholder: string;
|
|
142
|
+
item_label: string;
|
|
143
|
+
item_placeholder: string;
|
|
144
|
+
type_label: string;
|
|
145
|
+
type_placeholder: string;
|
|
146
|
+
narration_label: string;
|
|
147
|
+
narration_placeholder: string;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
workCentre: {
|
|
151
|
+
title: string;
|
|
152
|
+
add_label: string;
|
|
153
|
+
edit_label: string;
|
|
154
|
+
sections: {
|
|
155
|
+
generalDetail: string;
|
|
156
|
+
productionDetail: string;
|
|
157
|
+
equipmentDetail: string;
|
|
158
|
+
attachment: string;
|
|
159
|
+
workingHours: string;
|
|
160
|
+
};
|
|
161
|
+
fields: {
|
|
162
|
+
workCentre_label: string;
|
|
163
|
+
workCentre_placeholder: string;
|
|
164
|
+
workCentreCode_label: string;
|
|
165
|
+
workCentreCode_placeholder: string;
|
|
166
|
+
location_label: string;
|
|
167
|
+
location_placeholder: string;
|
|
168
|
+
narration_label: string;
|
|
169
|
+
narration_placeholder: string;
|
|
170
|
+
company_label: string;
|
|
171
|
+
company_placeholder: string;
|
|
172
|
+
alternateWC_label: string;
|
|
173
|
+
alternateWC_placeholder: string;
|
|
174
|
+
usedBy_label: string;
|
|
175
|
+
usedBy_placeholder: string;
|
|
176
|
+
capacity_label: string;
|
|
177
|
+
capacity_placeholder: string;
|
|
178
|
+
costingDetails_label: string;
|
|
179
|
+
costingDetails_placeholder: string;
|
|
180
|
+
setupTime_label: string;
|
|
181
|
+
setupTime_placeholder: string;
|
|
182
|
+
cleanUpTime_label: string;
|
|
183
|
+
cleanUpTime_placeholder: string;
|
|
184
|
+
equipmentDetails_label: string;
|
|
185
|
+
equipmentDetails_placeholder: string;
|
|
186
|
+
attachment_label: string;
|
|
187
|
+
attachment_placeholder: string;
|
|
188
|
+
workingHours_label: string;
|
|
189
|
+
workingHours_placeholder: string;
|
|
190
|
+
sameForAlldays_label: string;
|
|
191
|
+
sameForAlldays_placeholder: string;
|
|
192
|
+
timeEfficiency_label: string;
|
|
193
|
+
timeEfficiency_placeholder: string;
|
|
194
|
+
oeeTarget_label: string;
|
|
195
|
+
oeeTarget_placeholder: string;
|
|
196
|
+
};
|
|
197
|
+
table: {
|
|
198
|
+
srNo_header: string;
|
|
199
|
+
workCentre_header: string;
|
|
200
|
+
workCentreCode_header: string;
|
|
201
|
+
capacity_header: string;
|
|
202
|
+
id_header: string;
|
|
203
|
+
alternativeWC_header: string;
|
|
204
|
+
company_header: string;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
operation: {
|
|
208
|
+
title: string;
|
|
209
|
+
add_label: string;
|
|
210
|
+
edit_label: string;
|
|
211
|
+
sections: {
|
|
212
|
+
generalDetail: string;
|
|
213
|
+
costingDetail: string;
|
|
214
|
+
instructions: string;
|
|
215
|
+
};
|
|
216
|
+
table: {
|
|
217
|
+
srNo_header: string;
|
|
218
|
+
category_header: string;
|
|
219
|
+
category_placeholder: string;
|
|
220
|
+
valuePerHour_header: string;
|
|
221
|
+
valuePerHour_placeholder: string;
|
|
222
|
+
valuePerMinute_header: string;
|
|
223
|
+
valuePerMinute_placeholder: string;
|
|
224
|
+
fixRate_header: string;
|
|
225
|
+
fixRate_placeholder: string;
|
|
226
|
+
title_header: string;
|
|
227
|
+
title_placeholder: string;
|
|
228
|
+
description_header: string;
|
|
229
|
+
description_placeholder: string;
|
|
230
|
+
attachment_header: string;
|
|
231
|
+
operationName_header: string;
|
|
232
|
+
id_header: string;
|
|
233
|
+
workCentre_header: string;
|
|
234
|
+
defaultDuration_header: string;
|
|
235
|
+
actualDurationComputation_header: string;
|
|
236
|
+
};
|
|
237
|
+
fields: {
|
|
238
|
+
operationName_label: string;
|
|
239
|
+
operationName_placeholder: string;
|
|
240
|
+
workCentre_label: string;
|
|
241
|
+
workCentre_placeholder: string;
|
|
242
|
+
company_label: string;
|
|
243
|
+
company_placeholder: string;
|
|
244
|
+
location_label: string;
|
|
245
|
+
location_placeholder: string;
|
|
246
|
+
defaultDuration_label: string;
|
|
247
|
+
defaultDuration_placeholder: string;
|
|
248
|
+
defaultLabour_label: string;
|
|
249
|
+
defaultLabour_placeholder: string;
|
|
250
|
+
narration_label: string;
|
|
251
|
+
narration_placeholder: string;
|
|
252
|
+
actualDurationComputation_label: string;
|
|
253
|
+
computationBasedOnTrackedTime_label: string;
|
|
254
|
+
setDurationManually_label: string;
|
|
255
|
+
copyFrom_label: string;
|
|
256
|
+
copyFrom_placeholder: string;
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
routing: {
|
|
260
|
+
title: string;
|
|
261
|
+
add_label: string;
|
|
262
|
+
edit_label: string;
|
|
263
|
+
saveMsg: string;
|
|
264
|
+
sections: {
|
|
265
|
+
generalDetail: string;
|
|
266
|
+
routingDetail: string;
|
|
267
|
+
};
|
|
268
|
+
table: {
|
|
269
|
+
no_header: string;
|
|
270
|
+
operation_header: string;
|
|
271
|
+
operation_placeholder: string;
|
|
272
|
+
operationSequence_header: string;
|
|
273
|
+
operationSequence_placeholder: string;
|
|
274
|
+
rawMaterials_header: string;
|
|
275
|
+
rawMaterials_placeholder: string;
|
|
276
|
+
workCenter_header: string;
|
|
277
|
+
workCenter_placeholder: string;
|
|
278
|
+
durationComputation_header: string;
|
|
279
|
+
durationComputation_placeholder: string;
|
|
280
|
+
duration_header: string;
|
|
281
|
+
narration_header: string;
|
|
282
|
+
};
|
|
283
|
+
fields: {
|
|
284
|
+
id_label: string;
|
|
285
|
+
id_placeholder: string;
|
|
286
|
+
date_label: string;
|
|
287
|
+
date_placeholder: string;
|
|
288
|
+
name_label: string;
|
|
289
|
+
name_placeholder: string;
|
|
290
|
+
billOfMaterial_label: string;
|
|
291
|
+
billOfMaterial_placeholder: string;
|
|
292
|
+
item_label: string;
|
|
293
|
+
item_placeholder: string;
|
|
294
|
+
location_label: string;
|
|
295
|
+
location_placeholder: string;
|
|
296
|
+
company_label: string;
|
|
297
|
+
company_placeholder: string;
|
|
298
|
+
narration_label: string;
|
|
299
|
+
narration_placeholder: string;
|
|
300
|
+
status_label: string;
|
|
301
|
+
status_placeholder: string;
|
|
302
|
+
makeItDefaultForLocation_label: string;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
bom: {
|
|
306
|
+
title: string;
|
|
307
|
+
add_label: string;
|
|
308
|
+
edit_label: string;
|
|
309
|
+
msg: {
|
|
310
|
+
save: string;
|
|
311
|
+
requestApproved: string;
|
|
312
|
+
requestRejected: string;
|
|
313
|
+
requestSubmitted: string;
|
|
314
|
+
delete: string;
|
|
315
|
+
};
|
|
316
|
+
sections: {
|
|
317
|
+
generalDetail: string;
|
|
318
|
+
materials: string;
|
|
319
|
+
};
|
|
320
|
+
fields: {
|
|
321
|
+
name_label: string;
|
|
322
|
+
name_placeholder: string;
|
|
323
|
+
item_label: string;
|
|
324
|
+
item_placeholder: string;
|
|
325
|
+
versionNumber_label: string;
|
|
326
|
+
versionNumber_placeholder: string;
|
|
327
|
+
quantity_label: string;
|
|
328
|
+
quantity_placeholder: string;
|
|
329
|
+
uom_label: string;
|
|
330
|
+
uom_placeholder: string;
|
|
331
|
+
company_label: string;
|
|
332
|
+
company_placeholder: string;
|
|
333
|
+
startDate_label: string;
|
|
334
|
+
startDate_placeholder: string;
|
|
335
|
+
endDate_label: string;
|
|
336
|
+
endDate_placeholder: string;
|
|
337
|
+
location_label: string;
|
|
338
|
+
location_placeholder: string;
|
|
339
|
+
narration_label: string;
|
|
340
|
+
narration_placeholder: string;
|
|
341
|
+
status_label: string;
|
|
342
|
+
};
|
|
343
|
+
table: {
|
|
344
|
+
item_header: string;
|
|
345
|
+
item_placeholder: string;
|
|
346
|
+
description_header: string;
|
|
347
|
+
description_placeholder: string;
|
|
348
|
+
quantity_header: string;
|
|
349
|
+
quantity_placeholder: string;
|
|
350
|
+
uom_header: string;
|
|
351
|
+
uom_placeholder: string;
|
|
352
|
+
toConsume_header: string;
|
|
353
|
+
toConsume_placeholder: string;
|
|
354
|
+
scrap_header: string;
|
|
355
|
+
narration_header: string;
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
jobCards: {
|
|
359
|
+
title: string;
|
|
360
|
+
add_label: string;
|
|
361
|
+
edit_label: string;
|
|
362
|
+
operationList_label: string;
|
|
363
|
+
completionRecord_label: string;
|
|
364
|
+
table: {
|
|
365
|
+
id_header: string;
|
|
366
|
+
date_header: string;
|
|
367
|
+
Company_header: string;
|
|
368
|
+
Location_header: string;
|
|
369
|
+
Item_header: string;
|
|
370
|
+
Material_status_header: string;
|
|
371
|
+
uom_header: string;
|
|
372
|
+
bom_header: string;
|
|
373
|
+
quantity_header: string;
|
|
374
|
+
routing_header: string;
|
|
375
|
+
status_header: string;
|
|
376
|
+
srno_header: string;
|
|
377
|
+
Description_header: string;
|
|
378
|
+
available_header: string;
|
|
379
|
+
reserved_header: string;
|
|
380
|
+
on_hand_header: string;
|
|
381
|
+
consume_header: string;
|
|
382
|
+
department_header: string;
|
|
383
|
+
scrap_header: string;
|
|
384
|
+
narration_header: string;
|
|
385
|
+
company_header: string;
|
|
386
|
+
location_header: string;
|
|
387
|
+
item_header: string;
|
|
388
|
+
description_header: string;
|
|
389
|
+
operation_header: string;
|
|
390
|
+
operation_sequence_header: string;
|
|
391
|
+
raw_material_header: string;
|
|
392
|
+
operation_person_header: string;
|
|
393
|
+
equipment_header: string;
|
|
394
|
+
work_center_header: string;
|
|
395
|
+
scheduled_start_date_header: string;
|
|
396
|
+
expected_labor_header: string;
|
|
397
|
+
expected_duration_header: string;
|
|
398
|
+
actual_duration_header: string;
|
|
399
|
+
instructions_header: string;
|
|
400
|
+
actions_header: string;
|
|
401
|
+
noOfEquipment_header: string;
|
|
402
|
+
laborResources_header: string;
|
|
403
|
+
laborSetupTime_header: string;
|
|
404
|
+
laborRunTime_header: string;
|
|
405
|
+
machineResources_header: string;
|
|
406
|
+
machineSetupTime_header: string;
|
|
407
|
+
machineRunTime_header: string;
|
|
408
|
+
jobCardId_header: string;
|
|
409
|
+
workOrderId_header: string;
|
|
410
|
+
};
|
|
411
|
+
sections: {
|
|
412
|
+
generalDetail: string;
|
|
413
|
+
material: string;
|
|
414
|
+
routingDetails: string;
|
|
415
|
+
classification: string;
|
|
416
|
+
};
|
|
417
|
+
fields: {
|
|
418
|
+
id_label: string;
|
|
419
|
+
id_placeholder: string;
|
|
420
|
+
date_label: string;
|
|
421
|
+
date_placeholder: string;
|
|
422
|
+
company_label: string;
|
|
423
|
+
company_placeholder: string;
|
|
424
|
+
location_label: string;
|
|
425
|
+
location_placeholder: string;
|
|
426
|
+
item_label: string;
|
|
427
|
+
item_placeholder: string;
|
|
428
|
+
uom_label: string;
|
|
429
|
+
uom_placeholder: string;
|
|
430
|
+
bom_label: string;
|
|
431
|
+
bom_placeholder: string;
|
|
432
|
+
quantity_label: string;
|
|
433
|
+
quantity_placeholder: string;
|
|
434
|
+
routing_label: string;
|
|
435
|
+
routing_placeholder: string;
|
|
436
|
+
manufacturing_time_label: string;
|
|
437
|
+
manufacturing_time_placeholder: string;
|
|
438
|
+
production_start_date_label: string;
|
|
439
|
+
production_start_date_placeholder: string;
|
|
440
|
+
production_end_date_label: string;
|
|
441
|
+
production_end_date_placeholder: string;
|
|
442
|
+
reference_number_label: string;
|
|
443
|
+
reference_number_placeholder: string;
|
|
444
|
+
responsible_person_label: string;
|
|
445
|
+
responsible_person_placeholder: string;
|
|
446
|
+
narration_label: string;
|
|
447
|
+
narration_placeholder: string;
|
|
448
|
+
department_label: string;
|
|
449
|
+
department_placeholder: string;
|
|
450
|
+
workOrder_label: string;
|
|
451
|
+
workOrder_placeholder: string;
|
|
452
|
+
jobCard_label: string;
|
|
453
|
+
jobCard_placeholder: string;
|
|
454
|
+
builtQuantity_label: string;
|
|
455
|
+
};
|
|
456
|
+
msg: {
|
|
457
|
+
save: string;
|
|
458
|
+
closed: string;
|
|
459
|
+
cancelled: string;
|
|
460
|
+
released: string;
|
|
461
|
+
delete: string;
|
|
462
|
+
noOperationRemaining: string;
|
|
463
|
+
recordCompletionSave: string;
|
|
464
|
+
};
|
|
465
|
+
buttons: {
|
|
466
|
+
recordCompletion_label: string;
|
|
467
|
+
completion_label: string;
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
buildOrder: {
|
|
471
|
+
title: string;
|
|
472
|
+
add_label: string;
|
|
473
|
+
edit_label: string;
|
|
474
|
+
sections: {
|
|
475
|
+
generalDetail: string;
|
|
476
|
+
materials: string;
|
|
477
|
+
classification: string;
|
|
478
|
+
};
|
|
479
|
+
fields: {
|
|
480
|
+
WorkOrder_label: string;
|
|
481
|
+
WorkOrder_label_placeholder: string;
|
|
482
|
+
Id: string;
|
|
483
|
+
Id_placeholder: string;
|
|
484
|
+
Date: string;
|
|
485
|
+
Date_placeholder: string;
|
|
486
|
+
Company_label: string;
|
|
487
|
+
Company_label_placeholder: string;
|
|
488
|
+
location_label: string;
|
|
489
|
+
location_label_placeholder: string;
|
|
490
|
+
narration_label: string;
|
|
491
|
+
narration_placeholder: string;
|
|
492
|
+
items_label: string;
|
|
493
|
+
items_placeholder: string;
|
|
494
|
+
uom_label: string;
|
|
495
|
+
uom_placeholder: string;
|
|
496
|
+
bom_label: string;
|
|
497
|
+
bom_placeholder: string;
|
|
498
|
+
Quantity: string;
|
|
499
|
+
Quantity_placeholder: string;
|
|
500
|
+
Routing_label: string;
|
|
501
|
+
Routing_placeholder: string;
|
|
502
|
+
department_label: string;
|
|
503
|
+
department_placeholder: string;
|
|
504
|
+
cleanUpTime_label: string;
|
|
505
|
+
cleanUpTime_placeholder: string;
|
|
506
|
+
equipmentDetails_label: string;
|
|
507
|
+
equipmentDetails_placeholder: string;
|
|
508
|
+
attachment_label: string;
|
|
509
|
+
attachment_placeholder: string;
|
|
510
|
+
workingHours_label: string;
|
|
511
|
+
workingHours_placeholder: string;
|
|
512
|
+
sameForAlldays_label: string;
|
|
513
|
+
sameForAlldays_placeholder: string;
|
|
514
|
+
timeEfficiency_label: string;
|
|
515
|
+
timeEfficiency_placeholder: string;
|
|
516
|
+
oeeTarget_label: string;
|
|
517
|
+
oeeTarget_placeholder: string;
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
workOrder: {
|
|
521
|
+
title: string;
|
|
522
|
+
add_label: string;
|
|
523
|
+
edit_label: string;
|
|
524
|
+
workOrderDetails_label: string;
|
|
525
|
+
materialIssueDetails_label: string;
|
|
526
|
+
addMaterialIssue_label: string;
|
|
527
|
+
materialIssueed_label: string;
|
|
528
|
+
issuedMaterials_label: string;
|
|
529
|
+
issueMaterial_label: string;
|
|
530
|
+
msg: {
|
|
531
|
+
save: string;
|
|
532
|
+
closed: string;
|
|
533
|
+
cancelled: string;
|
|
534
|
+
released: string;
|
|
535
|
+
delete: string;
|
|
536
|
+
};
|
|
537
|
+
sections: {
|
|
538
|
+
generalDetail: string;
|
|
539
|
+
clasification: string;
|
|
540
|
+
materials: string;
|
|
541
|
+
};
|
|
542
|
+
fields: {
|
|
543
|
+
id_label: string;
|
|
544
|
+
id_placeholder: string;
|
|
545
|
+
date_label: string;
|
|
546
|
+
date_placeholder: string;
|
|
547
|
+
company_label: string;
|
|
548
|
+
company_placeholder: string;
|
|
549
|
+
location_label: string;
|
|
550
|
+
location_placeholder: string;
|
|
551
|
+
item_label: string;
|
|
552
|
+
item_placeholder: string;
|
|
553
|
+
uom_label: string;
|
|
554
|
+
uom_placeholder: string;
|
|
555
|
+
billOfMaterial_label: string;
|
|
556
|
+
billOfMaterial_placeholder: string;
|
|
557
|
+
quantity_label: string;
|
|
558
|
+
quantity_placeholder: string;
|
|
559
|
+
routing_label: string;
|
|
560
|
+
routing_placeholder: string;
|
|
561
|
+
manufacturingTime_label: string;
|
|
562
|
+
manufacturingTime_placeholder: string;
|
|
563
|
+
productionStartDate_label: string;
|
|
564
|
+
productionStartDate_placeholder: string;
|
|
565
|
+
productionEndDate_label: string;
|
|
566
|
+
productionEndDate_placeholder: string;
|
|
567
|
+
referenceNumber_label: string;
|
|
568
|
+
referenceNumber_placeholder: string;
|
|
569
|
+
responsiblePerson_label: string;
|
|
570
|
+
responsiblePerson_placeholder: string;
|
|
571
|
+
narration_label: string;
|
|
572
|
+
narration_placeholder: string;
|
|
573
|
+
department_label: string;
|
|
574
|
+
department_placeholder: string;
|
|
575
|
+
};
|
|
576
|
+
table: {
|
|
577
|
+
item_header: string;
|
|
578
|
+
description_header: string;
|
|
579
|
+
uom_header: string;
|
|
580
|
+
quantity_header: string;
|
|
581
|
+
available_header: string;
|
|
582
|
+
available_placeholder: string;
|
|
583
|
+
reserved_header: string;
|
|
584
|
+
reserved_placeholder: string;
|
|
585
|
+
onHand_header: string;
|
|
586
|
+
onHand_placeholder: string;
|
|
587
|
+
classification_header: string;
|
|
588
|
+
classification_placeholder: string;
|
|
589
|
+
consume_header: string;
|
|
590
|
+
consume_placeholder: string;
|
|
591
|
+
scrap_header: string;
|
|
592
|
+
narration_header: string;
|
|
593
|
+
company_header: string;
|
|
594
|
+
location_header: string;
|
|
595
|
+
bom_header: string;
|
|
596
|
+
routing_header: string;
|
|
597
|
+
};
|
|
598
|
+
};
|
|
599
|
+
};
|
|
600
|
+
crm: {
|
|
601
|
+
name: string;
|
|
602
|
+
title: string;
|
|
603
|
+
leads: {
|
|
604
|
+
title: string;
|
|
605
|
+
add_label: string;
|
|
606
|
+
edit_label: string;
|
|
607
|
+
msg: {
|
|
608
|
+
save: string;
|
|
609
|
+
delete: string;
|
|
610
|
+
error: string;
|
|
611
|
+
};
|
|
612
|
+
sections: {
|
|
613
|
+
generalDetail: string;
|
|
614
|
+
address: string;
|
|
615
|
+
contact: string;
|
|
616
|
+
followUp: string;
|
|
617
|
+
ownerDetails: string;
|
|
618
|
+
classification: string;
|
|
619
|
+
attachments: string;
|
|
620
|
+
};
|
|
621
|
+
fields: {
|
|
622
|
+
type_lable: string;
|
|
623
|
+
id_label: string;
|
|
624
|
+
id_placeholder: string;
|
|
625
|
+
firstName_label: string;
|
|
626
|
+
firstName_placeholder: string;
|
|
627
|
+
middleName_label: string;
|
|
628
|
+
middleName_placeholder: string;
|
|
629
|
+
lastName_label: string;
|
|
630
|
+
lastName_placeholder: string;
|
|
631
|
+
name_label: string;
|
|
632
|
+
type_label: string;
|
|
633
|
+
name_placeholder: string;
|
|
634
|
+
lead_company_label: string;
|
|
635
|
+
company_label: string;
|
|
636
|
+
company_placeholder: string;
|
|
637
|
+
phone_label: string;
|
|
638
|
+
phone_placeholder: string;
|
|
639
|
+
email_label: string;
|
|
640
|
+
email_placeholder: string;
|
|
641
|
+
website_label: string;
|
|
642
|
+
website_placeholder: string;
|
|
643
|
+
status_label: string;
|
|
644
|
+
status_placeholder: string;
|
|
645
|
+
conversion_probability_label: string;
|
|
646
|
+
reference_number_label: string;
|
|
647
|
+
reference_number_placeholder: string;
|
|
648
|
+
leadSource_label: string;
|
|
649
|
+
leadSource_placeholder: string;
|
|
650
|
+
salesPerson_label: string;
|
|
651
|
+
salesPerson_placeholder: string;
|
|
652
|
+
phoneNumber_label: string;
|
|
653
|
+
phoneNumber_placeholder: string;
|
|
654
|
+
industry_label: string;
|
|
655
|
+
industry_placeholder: string;
|
|
656
|
+
currency_label: string;
|
|
657
|
+
currency_placeholder: string;
|
|
658
|
+
priority_label: string;
|
|
659
|
+
priority_placeholder: string;
|
|
660
|
+
narration_label: string;
|
|
661
|
+
narration_placeholder: string;
|
|
662
|
+
location_label: string;
|
|
663
|
+
location_placeholder: string;
|
|
664
|
+
department_label: string;
|
|
665
|
+
department_placeholder: string;
|
|
666
|
+
annualRevenue_label: string;
|
|
667
|
+
annualRevenue_placeholder: string;
|
|
668
|
+
view_attachment_label: string;
|
|
669
|
+
customer_label: string;
|
|
670
|
+
lead_status_label: string;
|
|
671
|
+
};
|
|
672
|
+
table: {
|
|
673
|
+
id_header: string;
|
|
674
|
+
name_header: string;
|
|
675
|
+
company_header: string;
|
|
676
|
+
status_header: string;
|
|
677
|
+
lead_status_header: string;
|
|
678
|
+
owner_header: string;
|
|
679
|
+
source_header: string;
|
|
680
|
+
followUpType_header: string;
|
|
681
|
+
followUpDateTime_header: string;
|
|
682
|
+
remindMe_header: string;
|
|
683
|
+
description_header: string;
|
|
684
|
+
addressType_header: string;
|
|
685
|
+
addressee_header: string;
|
|
686
|
+
defaultShippingAddress_header: string;
|
|
687
|
+
defaultBillingAddress_header: string;
|
|
688
|
+
countryCode_header: string;
|
|
689
|
+
contactNumber_header: string;
|
|
690
|
+
addrressOne_header: string;
|
|
691
|
+
addressTwo_header: string;
|
|
692
|
+
addressThree_header: string;
|
|
693
|
+
zipCode_header: string;
|
|
694
|
+
city_header: string;
|
|
695
|
+
state_header: string;
|
|
696
|
+
country_header: string;
|
|
697
|
+
summary_header: string;
|
|
698
|
+
email_header: string;
|
|
699
|
+
};
|
|
700
|
+
tabs: {
|
|
701
|
+
basicDetails: string;
|
|
702
|
+
address: string;
|
|
703
|
+
contact: string;
|
|
704
|
+
};
|
|
705
|
+
};
|
|
706
|
+
customerSegment: {
|
|
707
|
+
title: string;
|
|
708
|
+
add_label: string;
|
|
709
|
+
edit_label: string;
|
|
710
|
+
msg: {
|
|
711
|
+
save: string;
|
|
712
|
+
requestApproved: string;
|
|
713
|
+
requestRejected: string;
|
|
714
|
+
requestSubmitted: string;
|
|
715
|
+
delete: string;
|
|
716
|
+
};
|
|
717
|
+
sections: {
|
|
718
|
+
generalDetail: string;
|
|
719
|
+
conditions: string;
|
|
720
|
+
attachment: string;
|
|
721
|
+
};
|
|
722
|
+
fields: {
|
|
723
|
+
id_label: string;
|
|
724
|
+
id_placeholder: string;
|
|
725
|
+
name_label: string;
|
|
726
|
+
name_placeholder: string;
|
|
727
|
+
company_label: string;
|
|
728
|
+
company_placeholder: string;
|
|
729
|
+
startDate_label: string;
|
|
730
|
+
startDate_placeholder: string;
|
|
731
|
+
endDate_label: string;
|
|
732
|
+
endDate_placeholder: string;
|
|
733
|
+
narration_label: string;
|
|
734
|
+
narration_placeholder: string;
|
|
735
|
+
autoAssign_label: string;
|
|
736
|
+
purchaseAmount_label: string;
|
|
737
|
+
purchaseAmount_placeholder: string;
|
|
738
|
+
purchaseCount_label: string;
|
|
739
|
+
purchaseCount_placeholder: string;
|
|
740
|
+
segmentDuration_label: string;
|
|
741
|
+
segmentDuration_placeholder: string;
|
|
742
|
+
attachment_label: string;
|
|
743
|
+
view_attachment_label: string;
|
|
744
|
+
attachment_placeholder: string;
|
|
745
|
+
upload_label: string;
|
|
746
|
+
};
|
|
747
|
+
table: {
|
|
748
|
+
id_header: string;
|
|
749
|
+
segmentName_header: string;
|
|
750
|
+
segmentDuration_header: string;
|
|
751
|
+
purchaseAmount_header: string;
|
|
752
|
+
purchaseCount_header: string;
|
|
753
|
+
validityStartDate_header: string;
|
|
754
|
+
validityEndDate_header: string;
|
|
755
|
+
company_header: string;
|
|
756
|
+
status_header: string;
|
|
757
|
+
};
|
|
758
|
+
};
|
|
759
|
+
};
|
|
760
|
+
procurement: {
|
|
761
|
+
name: string;
|
|
762
|
+
title: string;
|
|
763
|
+
requestForQuote: {
|
|
764
|
+
title: string;
|
|
765
|
+
add_label: string;
|
|
766
|
+
add_response_label: string;
|
|
767
|
+
edit_label: string;
|
|
768
|
+
edit_response_label: string;
|
|
769
|
+
detail_label: string;
|
|
770
|
+
previouse_price_msg: string;
|
|
771
|
+
response_title: string;
|
|
772
|
+
alredy_awarded: string;
|
|
773
|
+
msg: {
|
|
774
|
+
save: string;
|
|
775
|
+
delete: string;
|
|
776
|
+
cancel: string;
|
|
777
|
+
error: string;
|
|
778
|
+
tendor: string;
|
|
779
|
+
};
|
|
780
|
+
button: {
|
|
781
|
+
response: string;
|
|
782
|
+
order: string;
|
|
783
|
+
agreement: string;
|
|
784
|
+
rfq: string;
|
|
785
|
+
orders: string;
|
|
786
|
+
};
|
|
787
|
+
tabs: {
|
|
788
|
+
basicDetails: string;
|
|
789
|
+
addressAndContact: string;
|
|
790
|
+
};
|
|
791
|
+
sections: {
|
|
792
|
+
generalDetail: string;
|
|
793
|
+
upload: string;
|
|
794
|
+
classification: string;
|
|
795
|
+
items: string;
|
|
796
|
+
discounts: string;
|
|
797
|
+
call_for_tender: string;
|
|
798
|
+
};
|
|
799
|
+
dropdown: {
|
|
800
|
+
print: string;
|
|
801
|
+
sendEmail: string;
|
|
802
|
+
};
|
|
803
|
+
fields: {
|
|
804
|
+
id_label: string;
|
|
805
|
+
id_placeholder: string;
|
|
806
|
+
date_label: string;
|
|
807
|
+
date_placeholder: string;
|
|
808
|
+
copy_product: string;
|
|
809
|
+
rfq_id_label: string;
|
|
810
|
+
department_label: string;
|
|
811
|
+
department_placeholder: string;
|
|
812
|
+
orderDeadline_label: string;
|
|
813
|
+
orderDeadline_placeholder: string;
|
|
814
|
+
expectedRequiredDate_label: string;
|
|
815
|
+
expectedRequiredDate_placeholder: string;
|
|
816
|
+
purchaseRepresentavive_label: string;
|
|
817
|
+
purchaseRepresentavive_placeholder: string;
|
|
818
|
+
paymentTerm_label: string;
|
|
819
|
+
paymentTerm_placeholder: string;
|
|
820
|
+
referenceNo_label: string;
|
|
821
|
+
lead_label: string;
|
|
822
|
+
lead_placeholder: string;
|
|
823
|
+
referenceNo_placeholder: string;
|
|
824
|
+
narration_label: string;
|
|
825
|
+
narration_placeholder: string;
|
|
826
|
+
attachment_label: string;
|
|
827
|
+
supplierAddress_label: string;
|
|
828
|
+
supplierAddress_placeholder: string;
|
|
829
|
+
contactPerson_label: string;
|
|
830
|
+
contactPerson_placeholder: string;
|
|
831
|
+
vendor_header: string;
|
|
832
|
+
purchaseRepresentative_header: string;
|
|
833
|
+
company_label: string;
|
|
834
|
+
company_placeholder: string;
|
|
835
|
+
location_label: string;
|
|
836
|
+
order_deadline_label: string;
|
|
837
|
+
expected_required_date_label: string;
|
|
838
|
+
currency_label: string;
|
|
839
|
+
currency_placeholder: string;
|
|
840
|
+
exchangeRate_label: string;
|
|
841
|
+
view_attachment_label: string;
|
|
842
|
+
vendor_label: string;
|
|
843
|
+
vendor_placeholder: string;
|
|
844
|
+
location_placeholder: string;
|
|
845
|
+
exchangeRate_placeholder: string;
|
|
846
|
+
incoterms_label: string;
|
|
847
|
+
incoterms_placeholder: string;
|
|
848
|
+
condition_header: string;
|
|
849
|
+
rate_header: string;
|
|
850
|
+
};
|
|
851
|
+
table: {
|
|
852
|
+
id_header: string;
|
|
853
|
+
date_header: string;
|
|
854
|
+
awarded_header: string;
|
|
855
|
+
purchaseRepresentavive_label: string;
|
|
856
|
+
customer_header: string;
|
|
857
|
+
salesOrderStatus_header: string;
|
|
858
|
+
invoiceStatus_header: string;
|
|
859
|
+
deliveryStatus_header: string;
|
|
860
|
+
salesperson_header: string;
|
|
861
|
+
company_header: string;
|
|
862
|
+
item_header: string;
|
|
863
|
+
item_header_placeholder: string;
|
|
864
|
+
orderDeadline_label: string;
|
|
865
|
+
expectedRequiredDate_label: string;
|
|
866
|
+
uom_header: string;
|
|
867
|
+
requested_uom_header: string;
|
|
868
|
+
vendor_uom_header: string;
|
|
869
|
+
notes_header: string;
|
|
870
|
+
currency_label: string;
|
|
871
|
+
minimum_order_quantity: string;
|
|
872
|
+
uom_header_placeholder: string;
|
|
873
|
+
description_header: string;
|
|
874
|
+
description_header_placeholder: string;
|
|
875
|
+
expected_required_date_header: string;
|
|
876
|
+
expectedShippingDate_header_placeholder: string;
|
|
877
|
+
quantity_header: string;
|
|
878
|
+
quantity_header_placeholder: string;
|
|
879
|
+
rate_header: string;
|
|
880
|
+
rate_header_placeholder: string;
|
|
881
|
+
available_header: string;
|
|
882
|
+
onHand_header: string;
|
|
883
|
+
reserved_header: string;
|
|
884
|
+
backOrdered_header: string;
|
|
885
|
+
invoiced_header: string;
|
|
886
|
+
delivered_header: string;
|
|
887
|
+
grossAmount_header: string;
|
|
888
|
+
discountItem_header: string;
|
|
889
|
+
discountedAmount_header: string;
|
|
890
|
+
discountRate_header: string;
|
|
891
|
+
netAmount_header: string;
|
|
892
|
+
taxTemplate_header: string;
|
|
893
|
+
taxAmount_header: string;
|
|
894
|
+
totalAmount_header: string;
|
|
895
|
+
location_header: string;
|
|
896
|
+
department_header: string;
|
|
897
|
+
narration_header: string;
|
|
898
|
+
gross_amount_header: string;
|
|
899
|
+
couponCode_header: string;
|
|
900
|
+
account_header: string;
|
|
901
|
+
type_header: string;
|
|
902
|
+
promotionAmount_header: string;
|
|
903
|
+
promotion_amount_header: string;
|
|
904
|
+
discountAmount_header: string;
|
|
905
|
+
referenceNo_header: string;
|
|
906
|
+
vendor_header: string;
|
|
907
|
+
status_header: string;
|
|
908
|
+
purchase_order_header: string;
|
|
909
|
+
specification_header: string;
|
|
910
|
+
requested_quanity_header: string;
|
|
911
|
+
estimated_quantity_header: string;
|
|
912
|
+
classification_header: string;
|
|
913
|
+
rfq_header: string;
|
|
914
|
+
condition_header: string;
|
|
915
|
+
response_id_header: string;
|
|
916
|
+
response_date_header: string;
|
|
917
|
+
lead_time_header: string;
|
|
918
|
+
response_message_header: string;
|
|
919
|
+
vendor_id_header: string;
|
|
920
|
+
vendor_name_header: string;
|
|
921
|
+
rate_in_base_currency: string;
|
|
922
|
+
rate_in_foreign_currency: string;
|
|
923
|
+
};
|
|
924
|
+
};
|
|
925
|
+
};
|
|
926
|
+
rental: {
|
|
927
|
+
name: string;
|
|
928
|
+
title: string;
|
|
929
|
+
settings: {
|
|
930
|
+
termsAndConditions: {
|
|
931
|
+
title: string;
|
|
932
|
+
add_label: string;
|
|
933
|
+
edit_label: string;
|
|
934
|
+
table: {
|
|
935
|
+
id: string;
|
|
936
|
+
name: string;
|
|
937
|
+
status: string;
|
|
938
|
+
};
|
|
939
|
+
fields: {
|
|
940
|
+
id: string;
|
|
941
|
+
id_placeholder: string;
|
|
942
|
+
name: string;
|
|
943
|
+
name_placeholder: string;
|
|
944
|
+
status: string;
|
|
945
|
+
terms_and_condition_placeholder: string;
|
|
946
|
+
};
|
|
947
|
+
msg: {
|
|
948
|
+
delete: string;
|
|
949
|
+
};
|
|
950
|
+
};
|
|
951
|
+
configuration: {
|
|
952
|
+
title: string;
|
|
953
|
+
add_label: string;
|
|
954
|
+
edit_label: string;
|
|
955
|
+
fields: {
|
|
956
|
+
initial_invoicing: string;
|
|
957
|
+
inventory_status: string;
|
|
958
|
+
no_of_days: string;
|
|
959
|
+
no_of_days_placeholder: string;
|
|
960
|
+
};
|
|
961
|
+
msg: {
|
|
962
|
+
save: string;
|
|
963
|
+
};
|
|
964
|
+
};
|
|
965
|
+
};
|
|
966
|
+
opportunity: {
|
|
967
|
+
title: string;
|
|
968
|
+
add_label: string;
|
|
969
|
+
edit_label: string;
|
|
970
|
+
view_label: string;
|
|
971
|
+
view_sales_pipeline: string;
|
|
972
|
+
msg: {
|
|
973
|
+
save: string;
|
|
974
|
+
requestApproved: string;
|
|
975
|
+
requestRejected: string;
|
|
976
|
+
requestSubmitted: string;
|
|
977
|
+
delete: string;
|
|
978
|
+
};
|
|
979
|
+
tabs: {
|
|
980
|
+
basic_details: string;
|
|
981
|
+
address: string;
|
|
982
|
+
contact: string;
|
|
983
|
+
promotion: string;
|
|
984
|
+
};
|
|
985
|
+
sections: {
|
|
986
|
+
generalDetail: string;
|
|
987
|
+
items: string;
|
|
988
|
+
attachment: string;
|
|
989
|
+
follow_up: string;
|
|
990
|
+
ownerDetail: string;
|
|
991
|
+
classification: string;
|
|
992
|
+
amount: string;
|
|
993
|
+
tax: string;
|
|
994
|
+
add_follow_up: string;
|
|
995
|
+
attachments: string;
|
|
996
|
+
};
|
|
997
|
+
button: {
|
|
998
|
+
apply_promotion: string;
|
|
999
|
+
apply: string;
|
|
1000
|
+
};
|
|
1001
|
+
fields: {
|
|
1002
|
+
id_label: string;
|
|
1003
|
+
id_placeholder: string;
|
|
1004
|
+
name_label: string;
|
|
1005
|
+
name_placeholder: string;
|
|
1006
|
+
item_label: string;
|
|
1007
|
+
item_placeholder: string;
|
|
1008
|
+
type_label: string;
|
|
1009
|
+
type_placeholder: string;
|
|
1010
|
+
versionNumber_label: string;
|
|
1011
|
+
versionNumber_placeholder: string;
|
|
1012
|
+
quantity_label: string;
|
|
1013
|
+
quantity_placeholder: string;
|
|
1014
|
+
uom_label: string;
|
|
1015
|
+
uom_placeholder: string;
|
|
1016
|
+
attachment_label: string;
|
|
1017
|
+
company_label: string;
|
|
1018
|
+
company_placeholder: string;
|
|
1019
|
+
startDate_label: string;
|
|
1020
|
+
startDate_placeholder: string;
|
|
1021
|
+
endDate_label: string;
|
|
1022
|
+
endDate_placeholder: string;
|
|
1023
|
+
expiryDate_label: string;
|
|
1024
|
+
expiryDate_placeholder: string;
|
|
1025
|
+
location_label: string;
|
|
1026
|
+
location_placeholder: string;
|
|
1027
|
+
narration_label: string;
|
|
1028
|
+
narration_placeholder: string;
|
|
1029
|
+
status_label: string;
|
|
1030
|
+
limit_label: string;
|
|
1031
|
+
limit_placeholder: string;
|
|
1032
|
+
usage_limit_label: string;
|
|
1033
|
+
limit_usage_label: string;
|
|
1034
|
+
account_label: string;
|
|
1035
|
+
percentage_label: string;
|
|
1036
|
+
fixed_amount_label: string;
|
|
1037
|
+
buy_x_get_y_label: string;
|
|
1038
|
+
coupon_number_header: string;
|
|
1039
|
+
coupon_number_placeholder: string;
|
|
1040
|
+
contact_header: string;
|
|
1041
|
+
contact_placeholder: string;
|
|
1042
|
+
closing_date_header: string;
|
|
1043
|
+
closing_date_placeholder: string;
|
|
1044
|
+
expected_revenue_header: string;
|
|
1045
|
+
expected_revenue_placeholder: string;
|
|
1046
|
+
stage_header: string;
|
|
1047
|
+
stage_placeholder: string;
|
|
1048
|
+
probability_header: string;
|
|
1049
|
+
WinLoss_reason_header: string;
|
|
1050
|
+
WinLoss_reason_placeholder: string;
|
|
1051
|
+
phone_number_header: string;
|
|
1052
|
+
phone_number_placeholder: string;
|
|
1053
|
+
email_header: string;
|
|
1054
|
+
email_placeholder: string;
|
|
1055
|
+
website_header: string;
|
|
1056
|
+
website_placeholder: string;
|
|
1057
|
+
currency_header: string;
|
|
1058
|
+
currency_placeholder: string;
|
|
1059
|
+
exchance_rate_header: string;
|
|
1060
|
+
reference_no_header: string;
|
|
1061
|
+
reference_no_placeholder: string;
|
|
1062
|
+
priority_header: string;
|
|
1063
|
+
priority_placeholder: string;
|
|
1064
|
+
salesperson_header: string;
|
|
1065
|
+
salesperson_placeholder: string;
|
|
1066
|
+
source_header: string;
|
|
1067
|
+
source_placeholder: string;
|
|
1068
|
+
industry_header: string;
|
|
1069
|
+
industry_placeholder: string;
|
|
1070
|
+
department_label: string;
|
|
1071
|
+
department_placeholder: string;
|
|
1072
|
+
status_header: string;
|
|
1073
|
+
coupon_code_label: string;
|
|
1074
|
+
coupon_code_placeholder: string;
|
|
1075
|
+
delivery_commitment_date_label: string;
|
|
1076
|
+
delivery_commitment_date_placeholder: string;
|
|
1077
|
+
expected_shipping_date_label: string;
|
|
1078
|
+
expected_shipping_date_placeholder: string;
|
|
1079
|
+
rate_label: string;
|
|
1080
|
+
rate_placeholder: string;
|
|
1081
|
+
available_label: string;
|
|
1082
|
+
onhand_label: string;
|
|
1083
|
+
reserved_label: string;
|
|
1084
|
+
discount_item_label: string;
|
|
1085
|
+
discount_item_placeholder: string;
|
|
1086
|
+
discount_rate_label: string;
|
|
1087
|
+
gross_amount_label: string;
|
|
1088
|
+
net_amount_label: string;
|
|
1089
|
+
tax_amount_label: string;
|
|
1090
|
+
discount_amount_label: string;
|
|
1091
|
+
total_amount_label: string;
|
|
1092
|
+
tax_template_label: string;
|
|
1093
|
+
tax_template_placeholder: string;
|
|
1094
|
+
follow_up_type_label: string;
|
|
1095
|
+
follow_up_type_placeholder: string;
|
|
1096
|
+
remind_me_label: string;
|
|
1097
|
+
remind_me_placeholder: string;
|
|
1098
|
+
date_label: string;
|
|
1099
|
+
date_placeholder: string;
|
|
1100
|
+
time_label: string;
|
|
1101
|
+
time_placeholder: string;
|
|
1102
|
+
address_type_label: string;
|
|
1103
|
+
address_type_placeholder: string;
|
|
1104
|
+
addressee_label: string;
|
|
1105
|
+
addressee_placeholder: string;
|
|
1106
|
+
address_label: string;
|
|
1107
|
+
address_placeholder: string;
|
|
1108
|
+
zip_code_label: string;
|
|
1109
|
+
zip_code_placeholder: string;
|
|
1110
|
+
city_label: string;
|
|
1111
|
+
city_placeholder: string;
|
|
1112
|
+
state_label: string;
|
|
1113
|
+
state_placeholder: string;
|
|
1114
|
+
country_label: string;
|
|
1115
|
+
country_placeholder: string;
|
|
1116
|
+
summary_label: string;
|
|
1117
|
+
view_attachment_label: string;
|
|
1118
|
+
};
|
|
1119
|
+
};
|
|
1120
|
+
orders: {
|
|
1121
|
+
quotation: {
|
|
1122
|
+
title: string;
|
|
1123
|
+
addLabel: string;
|
|
1124
|
+
editLabel: string;
|
|
1125
|
+
table: {
|
|
1126
|
+
id: string;
|
|
1127
|
+
date: string;
|
|
1128
|
+
customer: string;
|
|
1129
|
+
status: string;
|
|
1130
|
+
salesPerson: string;
|
|
1131
|
+
item: string;
|
|
1132
|
+
uom: string;
|
|
1133
|
+
description: string;
|
|
1134
|
+
deliveryCommitmentDate: string;
|
|
1135
|
+
expectedShippingDate: string;
|
|
1136
|
+
quantity: string;
|
|
1137
|
+
priceList: string;
|
|
1138
|
+
rate: string;
|
|
1139
|
+
replacementCost: string;
|
|
1140
|
+
available: string;
|
|
1141
|
+
onHand: string;
|
|
1142
|
+
reserved: string;
|
|
1143
|
+
discountedItem: string;
|
|
1144
|
+
discountRate: string;
|
|
1145
|
+
grossAmount: string;
|
|
1146
|
+
taxAmount: string;
|
|
1147
|
+
discountAmount: string;
|
|
1148
|
+
netAmount: string;
|
|
1149
|
+
totalAmount: string;
|
|
1150
|
+
taxTemplate: string;
|
|
1151
|
+
taxRate: string;
|
|
1152
|
+
location: string;
|
|
1153
|
+
department: string;
|
|
1154
|
+
narration: string;
|
|
1155
|
+
couponCode: string;
|
|
1156
|
+
account: string;
|
|
1157
|
+
type: string;
|
|
1158
|
+
promotionAmountOrPercent: string;
|
|
1159
|
+
};
|
|
1160
|
+
fields: {
|
|
1161
|
+
id_label: string;
|
|
1162
|
+
id_placeholder: string;
|
|
1163
|
+
date_label: string;
|
|
1164
|
+
date_placeholder: string;
|
|
1165
|
+
customer_label: string;
|
|
1166
|
+
customer_placeholder: string;
|
|
1167
|
+
paymentTerms_label: string;
|
|
1168
|
+
paymentTerms_placeholder: string;
|
|
1169
|
+
company_label: string;
|
|
1170
|
+
company_placeholder: string;
|
|
1171
|
+
expirationDate_label: string;
|
|
1172
|
+
expirationDate_placeholder: string;
|
|
1173
|
+
deliveryCommitment_label: string;
|
|
1174
|
+
deliveryCommitment_placeholder: string;
|
|
1175
|
+
currency_label: string;
|
|
1176
|
+
currency_placeholder: string;
|
|
1177
|
+
exchangeRate_label: string;
|
|
1178
|
+
exchangeRate_placeholder: string;
|
|
1179
|
+
salesPerson_label: string;
|
|
1180
|
+
salesPerson_placeholder: string;
|
|
1181
|
+
referenceNumber_label: string;
|
|
1182
|
+
referenceNumber_placeholder: string;
|
|
1183
|
+
status_label: string;
|
|
1184
|
+
status_placeholder: string;
|
|
1185
|
+
version_label: string;
|
|
1186
|
+
version_placeholder: string;
|
|
1187
|
+
termsCondition_label: string;
|
|
1188
|
+
termsCondition_placeholder: string;
|
|
1189
|
+
narration_label: string;
|
|
1190
|
+
narration_placeholder: string;
|
|
1191
|
+
startDateTime_label: string;
|
|
1192
|
+
startDateTime_plcaeholder: string;
|
|
1193
|
+
endDateTime_label: string;
|
|
1194
|
+
endDateTime_plcaeholder: string;
|
|
1195
|
+
totalPeriod_label: string;
|
|
1196
|
+
totalPeriod_plcaeholder: string;
|
|
1197
|
+
billingCycle_label: string;
|
|
1198
|
+
billingCycle_plcaeholder: string;
|
|
1199
|
+
lastInvoiceDate_label: string;
|
|
1200
|
+
lastInvoiceDate_plcaeholder: string;
|
|
1201
|
+
nextInvoiceDate_label: string;
|
|
1202
|
+
nextInvoiceDate_plcaeholder: string;
|
|
1203
|
+
shippingAddress_label: string;
|
|
1204
|
+
shippingAddress_placeholder: string;
|
|
1205
|
+
contactPerson_label: string;
|
|
1206
|
+
contactPerson_placeholder: string;
|
|
1207
|
+
billingAddress_label: string;
|
|
1208
|
+
billingAddress_placeholder: string;
|
|
1209
|
+
placeOfSupply_label: string;
|
|
1210
|
+
placeOfSupply_placeholder: string;
|
|
1211
|
+
postingTime_label: string;
|
|
1212
|
+
postingTime_placeholder: string;
|
|
1213
|
+
recurring_label: string;
|
|
1214
|
+
recurring_placeholder: string;
|
|
1215
|
+
upload_label: string;
|
|
1216
|
+
additionalDiscountOn_label: string;
|
|
1217
|
+
additionalDiscountOn_placeholder: string;
|
|
1218
|
+
additionalDiscountPercent_label: string;
|
|
1219
|
+
additionalDiscountPercent_placeholder: string;
|
|
1220
|
+
roundOff_label: string;
|
|
1221
|
+
roundOff_placeholder: string;
|
|
1222
|
+
roundOff_amount: string;
|
|
1223
|
+
cashOrNonTrade_label: string;
|
|
1224
|
+
shippingRule_label: string;
|
|
1225
|
+
shippingRule_placeholder: string;
|
|
1226
|
+
shippingCost_label: string;
|
|
1227
|
+
shippingCost_placeholder: string;
|
|
1228
|
+
};
|
|
1229
|
+
sections: {
|
|
1230
|
+
basicDetails: string;
|
|
1231
|
+
rentalPeriod: string;
|
|
1232
|
+
billing: string;
|
|
1233
|
+
items: string;
|
|
1234
|
+
discounts: string;
|
|
1235
|
+
classification: string;
|
|
1236
|
+
attachment: string;
|
|
1237
|
+
amount: string;
|
|
1238
|
+
tax: string;
|
|
1239
|
+
shippingAddress: string;
|
|
1240
|
+
billingAddress: string;
|
|
1241
|
+
};
|
|
1242
|
+
msg: {
|
|
1243
|
+
delete: string;
|
|
1244
|
+
save: string;
|
|
1245
|
+
update: string;
|
|
1246
|
+
};
|
|
1247
|
+
tabs: {
|
|
1248
|
+
basicDetails: string;
|
|
1249
|
+
addressAndContact: string;
|
|
1250
|
+
shipping: string;
|
|
1251
|
+
promotions: string;
|
|
1252
|
+
};
|
|
1253
|
+
};
|
|
1254
|
+
};
|
|
1255
|
+
invoice: {
|
|
1256
|
+
title: string;
|
|
1257
|
+
jobTitle: string;
|
|
1258
|
+
routes: {
|
|
1259
|
+
job: string;
|
|
1260
|
+
};
|
|
1261
|
+
filters: {
|
|
1262
|
+
date: string;
|
|
1263
|
+
date_placeholder: string;
|
|
1264
|
+
invoice_date: string;
|
|
1265
|
+
invoice_date_placeholder: string;
|
|
1266
|
+
customer_label: string;
|
|
1267
|
+
customer_placeholder: string;
|
|
1268
|
+
subsidiary_label: string;
|
|
1269
|
+
subsidiary_placeholder: string;
|
|
1270
|
+
};
|
|
1271
|
+
fields: {
|
|
1272
|
+
type_label: string;
|
|
1273
|
+
type_placeholder: string;
|
|
1274
|
+
subsidiary_label: string;
|
|
1275
|
+
subsidiary_placeholder: string;
|
|
1276
|
+
location_label: string;
|
|
1277
|
+
location_placeholder: string;
|
|
1278
|
+
asOfDate_label: string;
|
|
1279
|
+
asOfDate_placeholder: string;
|
|
1280
|
+
showBelowReorderPoint_label: string;
|
|
1281
|
+
};
|
|
1282
|
+
invoiceDialog: {
|
|
1283
|
+
title: string;
|
|
1284
|
+
date_label: string;
|
|
1285
|
+
date_placeholder: string;
|
|
1286
|
+
};
|
|
1287
|
+
table: {
|
|
1288
|
+
item_header: string;
|
|
1289
|
+
description_header: string;
|
|
1290
|
+
units_header: string;
|
|
1291
|
+
demand_header: string;
|
|
1292
|
+
onHand_header: string;
|
|
1293
|
+
onOrder_header: string;
|
|
1294
|
+
available_header: string;
|
|
1295
|
+
committed_header: string;
|
|
1296
|
+
pr_header: string;
|
|
1297
|
+
required_header: string;
|
|
1298
|
+
date: string;
|
|
1299
|
+
transaction: string;
|
|
1300
|
+
location: string;
|
|
1301
|
+
quantity: string;
|
|
1302
|
+
raw_material: string;
|
|
1303
|
+
};
|
|
1304
|
+
summary: {
|
|
1305
|
+
total_label: string;
|
|
1306
|
+
viewDetails_label: string;
|
|
1307
|
+
};
|
|
1308
|
+
actions: {
|
|
1309
|
+
filter_label: string;
|
|
1310
|
+
refresh_label: string;
|
|
1311
|
+
clearAll_label: string;
|
|
1312
|
+
};
|
|
1313
|
+
};
|
|
1314
|
+
crossHire: {
|
|
1315
|
+
title: string;
|
|
1316
|
+
request: {
|
|
1317
|
+
title: string;
|
|
1318
|
+
addLabel: string;
|
|
1319
|
+
editLabel: string;
|
|
1320
|
+
table: {
|
|
1321
|
+
id: string;
|
|
1322
|
+
date: string;
|
|
1323
|
+
rentalOrderId: string;
|
|
1324
|
+
status: string;
|
|
1325
|
+
item: string;
|
|
1326
|
+
vendorName: string;
|
|
1327
|
+
uom: string;
|
|
1328
|
+
description: string;
|
|
1329
|
+
quantity: string;
|
|
1330
|
+
rate: string;
|
|
1331
|
+
replacementCost: string;
|
|
1332
|
+
available: string;
|
|
1333
|
+
onHand: string;
|
|
1334
|
+
rentalDurationType: string;
|
|
1335
|
+
discountItem: string;
|
|
1336
|
+
discountRate: string;
|
|
1337
|
+
grossAmount: string;
|
|
1338
|
+
taxAmount: string;
|
|
1339
|
+
discountAmount: string;
|
|
1340
|
+
netAmount: string;
|
|
1341
|
+
totalAmount: string;
|
|
1342
|
+
taxTemplate: string;
|
|
1343
|
+
taxRate: string;
|
|
1344
|
+
location: string;
|
|
1345
|
+
department: string;
|
|
1346
|
+
narration: string;
|
|
1347
|
+
};
|
|
1348
|
+
msg: {
|
|
1349
|
+
add: string;
|
|
1350
|
+
update: string;
|
|
1351
|
+
delete: string;
|
|
1352
|
+
requestSubmitted: string;
|
|
1353
|
+
requestApproved: string;
|
|
1354
|
+
requestRejected: string;
|
|
1355
|
+
};
|
|
1356
|
+
sections: {
|
|
1357
|
+
basicDetails: string;
|
|
1358
|
+
items: string;
|
|
1359
|
+
classification: string;
|
|
1360
|
+
attachment: string;
|
|
1361
|
+
};
|
|
1362
|
+
fields: {
|
|
1363
|
+
id_label: string;
|
|
1364
|
+
id_placeholder: string;
|
|
1365
|
+
date_label: string;
|
|
1366
|
+
date_placeholder: string;
|
|
1367
|
+
rentalOrderId_label: string;
|
|
1368
|
+
rentalOrderId_placeholder: string;
|
|
1369
|
+
company_label: string;
|
|
1370
|
+
company_placeholder: string;
|
|
1371
|
+
purchaseRepresentative_label: string;
|
|
1372
|
+
purchaseRepresentative_placeholder: string;
|
|
1373
|
+
vendor_label: string;
|
|
1374
|
+
vendor_placeholder: string;
|
|
1375
|
+
currency_label: string;
|
|
1376
|
+
currency_placeholder: string;
|
|
1377
|
+
narration_label: string;
|
|
1378
|
+
narration_placeholder: string;
|
|
1379
|
+
items_label: string;
|
|
1380
|
+
item_label: string;
|
|
1381
|
+
vendorItemName_label: string;
|
|
1382
|
+
uom_label: string;
|
|
1383
|
+
classification_label: string;
|
|
1384
|
+
location_label: string;
|
|
1385
|
+
location_placeholder: string;
|
|
1386
|
+
department_label: string;
|
|
1387
|
+
attachment_label: string;
|
|
1388
|
+
upload_label: string;
|
|
1389
|
+
};
|
|
1390
|
+
};
|
|
1391
|
+
};
|
|
1392
|
+
};
|
|
1393
|
+
common: {
|
|
1394
|
+
summary: string;
|
|
1395
|
+
activity: string;
|
|
1396
|
+
add: string;
|
|
1397
|
+
edit: string;
|
|
1398
|
+
delete: string;
|
|
1399
|
+
noData: string;
|
|
1400
|
+
allAttributes_label: string;
|
|
1401
|
+
addCustomField_label: string;
|
|
1402
|
+
addColumn_label: string;
|
|
1403
|
+
sunday: string;
|
|
1404
|
+
monday: string;
|
|
1405
|
+
tuesday: string;
|
|
1406
|
+
wednesday: string;
|
|
1407
|
+
thursday: string;
|
|
1408
|
+
friday: string;
|
|
1409
|
+
saturday: string;
|
|
1410
|
+
open: string;
|
|
1411
|
+
closed: string;
|
|
1412
|
+
start_time: string;
|
|
1413
|
+
end_time: string;
|
|
1414
|
+
active: string;
|
|
1415
|
+
inActive: string;
|
|
1416
|
+
deleteMsg: string;
|
|
1417
|
+
confirmMsg: string;
|
|
1418
|
+
new: string;
|
|
1419
|
+
submitForApproval: string;
|
|
1420
|
+
quickApproval: string;
|
|
1421
|
+
duplicate: string;
|
|
1422
|
+
actions: string;
|
|
1423
|
+
submit: string;
|
|
1424
|
+
reSubmit: string;
|
|
1425
|
+
accept: string;
|
|
1426
|
+
reject: string;
|
|
1427
|
+
release: string;
|
|
1428
|
+
scrap: string;
|
|
1429
|
+
cancel: string;
|
|
1430
|
+
close: string;
|
|
1431
|
+
create: string;
|
|
1432
|
+
view: string;
|
|
1433
|
+
next: string;
|
|
1434
|
+
logs: string;
|
|
1435
|
+
addLog: string;
|
|
1436
|
+
validate: string;
|
|
1437
|
+
buttons: {
|
|
1438
|
+
saveAsDraft_label: string;
|
|
1439
|
+
discard_label: string;
|
|
1440
|
+
save_label: string;
|
|
1441
|
+
};
|
|
1442
|
+
field: {
|
|
1443
|
+
narration: string;
|
|
1444
|
+
narration_placeholder: string;
|
|
1445
|
+
};
|
|
1446
|
+
};
|
|
1447
|
+
};
|
|
1448
|
+
export default ar_resource;
|