@erpsquad/common 1.8.29 → 1.8.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-client/api.inventory/api.d.ts +5 -2
- package/dist/api-client/api.manufacturing/api.d.ts +15 -102
- package/dist/api-client/api.purchase/api.d.ts +3 -2
- package/dist/api-client/api.system-feature/api.d.ts +0 -2
- package/dist/components/action-bar/action-bar/index.esm.js +1 -1
- package/dist/components/action-bar/action-bar/index.esm.js.map +1 -1
- package/dist/components/action-bar/action-bar/index.js +1 -1
- package/dist/components/action-bar/action-bar/index.js.map +1 -1
- package/dist/components/filter/filter/index.esm.js +1 -1
- package/dist/components/filter/filter/index.esm.js.map +1 -1
- package/dist/components/filter/filter/index.js +1 -1
- package/dist/components/filter/filter/index.js.map +1 -1
- package/dist/components/header/redux/actionCreator/index.esm.js +1 -1
- package/dist/components/header/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/components/header/redux/actionCreator/index.js +1 -1
- package/dist/components/header/redux/actionCreator/index.js.map +1 -1
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.esm.js +429 -435
- package/dist/components/index.esm.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/inventory-reports-title-bar/redux/actionCreator/index.esm.js +1 -1
- package/dist/components/inventory-reports-title-bar/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/components/inventory-reports-title-bar/redux/actionCreator/index.js +1 -1
- package/dist/components/inventory-reports-title-bar/redux/actionCreator/index.js.map +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.esm.js +0 -10
- package/dist/components/material-table/aggregation-fns/index/index.esm.js.map +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.js +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.js.map +1 -1
- package/dist/components/providers/ERPUIProvider/index.esm.js +6 -0
- package/dist/components/providers/ERPUIProvider/index.esm.js.map +1 -1
- package/dist/components/providers/ERPUIProvider/index.js +2 -1
- package/dist/components/providers/ERPUIProvider/index.js.map +1 -1
- package/dist/components/reports-title-bar/redux/actionCreator/index.esm.js +1 -1
- package/dist/components/reports-title-bar/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/components/reports-title-bar/redux/actionCreator/index.js +1 -1
- package/dist/components/reports-title-bar/redux/actionCreator/index.js.map +1 -1
- package/dist/components/share-modal/redux/actionCreator/index.esm.js +1 -1
- package/dist/components/share-modal/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/components/share-modal/redux/actionCreator/index.js +1 -1
- package/dist/components/share-modal/redux/actionCreator/index.js.map +1 -1
- package/dist/components/upload/upload/index.esm.js +2 -2
- package/dist/components/upload/upload/index.esm.js.map +1 -1
- package/dist/components/upload/upload/index.js +2 -2
- package/dist/components/upload/upload/index.js.map +1 -1
- package/dist/contexts/AuthContext/index.esm.js +1 -1
- package/dist/contexts/AuthContext/index.esm.js.map +1 -1
- package/dist/contexts/AuthContext/index.js +1 -1
- package/dist/contexts/AuthContext/index.js.map +1 -1
- package/dist/contexts/languageContext/index.esm.js +1 -1
- package/dist/contexts/languageContext/index.esm.js.map +1 -1
- package/dist/contexts/languageContext/index.js +1 -1
- package/dist/contexts/languageContext/index.js.map +1 -1
- package/dist/index.d.ts +1 -138
- package/dist/index.esm.js +521 -533
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/node_modules/@glideapps/glide-data-grid/dist/js/index/index.esm.js +0 -32
- package/dist/node_modules/@glideapps/glide-data-grid/dist/js/index/index.esm.js.map +1 -1
- package/dist/node_modules/@glideapps/glide-data-grid/dist/js/index/index.js +36 -36
- package/dist/node_modules/@glideapps/glide-data-grid/dist/js/index/index.js.map +1 -1
- package/dist/src/api-client/api.accounting/api.d.ts +750 -0
- package/dist/src/api-client/api.drive/api.d.ts +44 -0
- package/dist/src/api-client/api.inventory/api.d.ts +282 -0
- package/dist/src/api-client/api.manufacturing/api.d.ts +476 -0
- package/dist/src/api-client/api.purchase/api.d.ts +330 -0
- package/dist/src/api-client/api.rbac/api.d.ts +99 -0
- package/dist/src/api-client/api.rental/api.d.ts +752 -0
- package/dist/src/api-client/api.sales/api.d.ts +429 -0
- package/dist/src/api-client/api.system-feature/api.d.ts +148 -0
- package/dist/src/api-client/api.user/api.d.ts +14 -0
- package/dist/src/api-client/index.d.ts +20 -0
- package/dist/{components → src/components}/accordion/accordion.d.ts +1 -1
- package/dist/{components → src/components}/action-bar/action-bar.d.ts +1 -1
- package/dist/src/components/checkbox/checkbox.d.ts +4 -0
- package/dist/{components → src/components}/date-picker/date-picker.d.ts +1 -1
- package/dist/{components → src/components}/footer/footer.d.ts +1 -1
- package/dist/src/components/form-control/form-builder/form-builder-element/media.d.ts +4 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/phone.d.ts +3 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/select.d.ts +4 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/text.d.ts +4 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/time.d.ts +4 -0
- package/dist/src/components/form-control/form-parser/form-switcher.d.ts +2 -0
- package/dist/src/components/icons/action-arrow.d.ts +4 -0
- package/dist/src/components/icons/add-circle.d.ts +4 -0
- package/dist/src/components/icons/arrow-bidirectional.d.ts +4 -0
- package/dist/src/components/icons/arrow-circle-down.d.ts +4 -0
- package/dist/src/components/icons/arrow-down-three.d.ts +4 -0
- package/dist/src/components/icons/arrow-down-two.d.ts +4 -0
- package/dist/src/components/icons/arrow-down.d.ts +4 -0
- package/dist/src/components/icons/arrow-up-down.d.ts +4 -0
- package/dist/src/components/icons/arrow-up-two.d.ts +4 -0
- package/dist/src/components/icons/assignments.d.ts +4 -0
- package/dist/src/components/icons/blank-circle.d.ts +4 -0
- package/dist/src/components/icons/block-filled.d.ts +6 -0
- package/dist/src/components/icons/calendar-add.d.ts +4 -0
- package/dist/src/components/icons/calendar.d.ts +4 -0
- package/dist/src/components/icons/checkbox-square.d.ts +4 -0
- package/dist/src/components/icons/circular-arrow-setting.d.ts +6 -0
- package/dist/src/components/icons/clock.d.ts +4 -0
- package/dist/src/components/icons/close.d.ts +6 -0
- package/dist/src/components/icons/coin-outline.d.ts +4 -0
- package/dist/src/components/icons/copy.d.ts +4 -0
- package/dist/src/components/icons/coupon.d.ts +4 -0
- package/dist/src/components/icons/cross-hire.d.ts +6 -0
- package/dist/src/components/icons/custom-styled-icon.d.ts +6 -0
- package/dist/src/components/icons/dashboard.d.ts +4 -0
- package/dist/src/components/icons/document-download.d.ts +4 -0
- package/dist/src/components/icons/document.d.ts +4 -0
- package/dist/src/components/icons/dollar-circle-filled.d.ts +6 -0
- package/dist/src/components/icons/dollar-circle.d.ts +4 -0
- package/dist/src/components/icons/edit.d.ts +4 -0
- package/dist/src/components/icons/email.d.ts +4 -0
- package/dist/src/components/icons/export.d.ts +6 -0
- package/dist/src/components/icons/eye-off.d.ts +4 -0
- package/dist/src/components/icons/eye-plus-circle.d.ts +6 -0
- package/dist/src/components/icons/eye.d.ts +4 -0
- package/dist/src/components/icons/filled-circle.d.ts +4 -0
- package/dist/src/components/icons/filter-remove.d.ts +4 -0
- package/dist/src/components/icons/filter.d.ts +4 -0
- package/dist/src/components/icons/folder-save.d.ts +4 -0
- package/dist/src/components/icons/grid.d.ts +4 -0
- package/dist/src/components/icons/hashtag.d.ts +4 -0
- package/dist/src/components/icons/image.d.ts +4 -0
- package/dist/src/components/icons/import.d.ts +4 -0
- package/dist/src/components/icons/info-circle.d.ts +4 -0
- package/dist/src/components/icons/info.d.ts +6 -0
- package/dist/src/components/icons/link-horizontal.d.ts +4 -0
- package/dist/src/components/icons/link.d.ts +4 -0
- package/dist/src/components/icons/location.d.ts +4 -0
- package/dist/src/components/icons/lowest-lead-time.d.ts +4 -0
- package/dist/src/components/icons/lowest-min-qty.d.ts +4 -0
- package/dist/src/components/icons/lowest-price.d.ts +4 -0
- package/dist/src/components/icons/more.d.ts +4 -0
- package/dist/src/components/icons/notification.d.ts +4 -0
- package/dist/src/components/icons/paper-clip.d.ts +4 -0
- package/dist/src/components/icons/paragraph.d.ts +4 -0
- package/dist/src/components/icons/payment-request.d.ts +6 -0
- package/dist/src/components/icons/phone.d.ts +4 -0
- package/dist/src/components/icons/printer.d.ts +4 -0
- package/dist/src/components/icons/process-calendar.d.ts +4 -0
- package/dist/src/components/icons/promotion.d.ts +6 -0
- package/dist/src/components/icons/radio-button.d.ts +4 -0
- package/dist/src/components/icons/receipt-filled.d.ts +6 -0
- package/dist/src/components/icons/receipt-outline.d.ts +4 -0
- package/dist/src/components/icons/receipt.d.ts +6 -0
- package/dist/src/components/icons/refresh-icon.d.ts +4 -0
- package/dist/src/components/icons/replace.d.ts +4 -0
- package/dist/src/components/icons/save.d.ts +6 -0
- package/dist/src/components/icons/search-status.d.ts +4 -0
- package/dist/src/components/icons/search.d.ts +4 -0
- package/dist/src/components/icons/settings-fallback.d.ts +7 -0
- package/dist/src/components/icons/sort-arrow-icon.d.ts +4 -0
- package/dist/src/components/icons/stacked-layer.d.ts +6 -0
- package/dist/src/components/icons/start-filled.d.ts +6 -0
- package/dist/src/components/icons/three-dot-icon.d.ts +4 -0
- package/dist/src/components/icons/tick-circle-filled.d.ts +6 -0
- package/dist/src/components/icons/tick-circle.d.ts +4 -0
- package/dist/src/components/icons/tick-octagon.d.ts +4 -0
- package/dist/src/components/icons/tick.d.ts +4 -0
- package/dist/src/components/icons/toggle-switch.d.ts +4 -0
- package/dist/src/components/icons/trash.d.ts +4 -0
- package/dist/src/components/icons/wave.d.ts +6 -0
- package/dist/src/components/icons/with-out-tick-octagon.d.ts +4 -0
- package/dist/src/components/icons/work-centre.d.ts +6 -0
- package/dist/src/components/index.d.ts +125 -0
- package/dist/{components → src/components}/location-select.d.ts +1 -1
- package/dist/{components → src/components}/material-table/material-table.d.ts +1 -1
- package/dist/{components → src/components}/phone-input/phone-input.d.ts +1 -1
- package/dist/src/components/radio/radio.d.ts +4 -0
- package/dist/src/components/select/select.d.ts +3 -0
- package/dist/src/components/switches/android-12-switch.d.ts +4 -0
- package/dist/src/components/text-field/text-field.d.ts +3 -0
- package/dist/{components → src/components}/time-picker/time-picker.d.ts +1 -1
- package/dist/{components → src/components}/upload-media/upload-media.d.ts +1 -1
- package/dist/src/constants/index.d.ts +13 -0
- package/dist/src/contexts/index.d.ts +5 -0
- package/dist/src/hooks/index.d.ts +16 -0
- package/dist/src/index.d.ts +138 -0
- package/dist/src/layout/index.d.ts +2 -0
- package/dist/src/redux/index.d.ts +9 -0
- package/dist/src/styles/index.d.ts +2 -0
- package/dist/src/theme/index.d.ts +4 -0
- package/dist/src/types/index.d.ts +100 -0
- package/dist/src/utils/index.d.ts +31 -0
- package/dist/src/views/index.d.ts +2 -0
- package/dist/style.css +1 -3
- package/dist/styles/index.d.ts +1 -1
- package/dist/utils/api/index.esm.js +4 -4
- package/dist/utils/api/index.esm.js.map +1 -1
- package/dist/utils/api/index.js +1 -1
- package/dist/utils/api/index.js.map +1 -1
- package/dist/utils/common/index.esm.js +6 -6
- package/dist/utils/common/index.esm.js.map +1 -1
- package/dist/utils/common/index.js +1 -1
- package/dist/utils/common/index.js.map +1 -1
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.esm.js +50 -54
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/views/form-builder/redux/actionCreator/index.esm.js +1 -1
- package/dist/views/form-builder/redux/actionCreator/index.esm.js.map +1 -1
- package/dist/views/form-builder/redux/actionCreator/index.js +1 -1
- package/dist/views/form-builder/redux/actionCreator/index.js.map +1 -1
- package/dist/views/form-builder/redux/reducer/index.esm.js +0 -8
- package/dist/views/form-builder/redux/reducer/index.esm.js.map +1 -1
- package/dist/views/form-builder/redux/reducer/index.js +1 -1
- package/dist/views/form-builder/redux/reducer/index.js.map +1 -1
- package/dist/views/index.d.ts +1 -1
- package/dist/views/index.esm.js +0 -2
- package/dist/views/index.esm.js.map +1 -1
- package/dist/views/index.js +1 -1
- package/dist/views/template-editor/components/EditorSidebar/index.esm.js +1 -1
- package/dist/views/template-editor/components/EditorSidebar/index.esm.js.map +1 -1
- package/dist/views/template-editor/components/EditorSidebar/index.js +1 -1
- package/dist/views/template-editor/components/EditorSidebar/index.js.map +1 -1
- package/dist/views/template-editor/templates/index.esm.js +1 -1
- package/dist/views/template-editor/templates/index.esm.js.map +1 -1
- package/dist/views/template-editor/templates/index.js +1 -1
- package/dist/views/template-editor/templates/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/_virtual/ArrowBack/index.esm.js +0 -5
- package/dist/_virtual/ArrowBack/index.esm.js.map +0 -1
- package/dist/_virtual/ArrowBack/index.js +0 -2
- package/dist/_virtual/ArrowBack/index.js.map +0 -1
- package/dist/_virtual/ArrowForward/index.esm.js +0 -5
- package/dist/_virtual/ArrowForward/index.esm.js.map +0 -1
- package/dist/_virtual/ArrowForward/index.js +0 -2
- package/dist/_virtual/ArrowForward/index.js.map +0 -1
- package/dist/_virtual/IndeterminateCheckBox/index.esm.js +0 -5
- package/dist/_virtual/IndeterminateCheckBox/index.esm.js.map +0 -1
- package/dist/_virtual/IndeterminateCheckBox/index.js +0 -2
- package/dist/_virtual/IndeterminateCheckBox/index.js.map +0 -1
- package/dist/_virtual/NorthEast/index.esm.js +0 -5
- package/dist/_virtual/NorthEast/index.esm.js.map +0 -1
- package/dist/_virtual/NorthEast/index.js +0 -2
- package/dist/_virtual/NorthEast/index.js.map +0 -1
- package/dist/_virtual/Visibility/index.esm.js +0 -5
- package/dist/_virtual/Visibility/index.esm.js.map +0 -1
- package/dist/_virtual/Visibility/index.js +0 -2
- package/dist/_virtual/Visibility/index.js.map +0 -1
- package/dist/components/charts/line-chart/area-line-chart/index.esm.js +0 -40
- package/dist/components/charts/line-chart/area-line-chart/index.esm.js.map +0 -1
- package/dist/components/charts/line-chart/area-line-chart/index.js +0 -2
- package/dist/components/charts/line-chart/area-line-chart/index.js.map +0 -1
- package/dist/components/checkbox/checkbox.d.ts +0 -4
- package/dist/components/filter/fields/index.esm.js +0 -180
- package/dist/components/filter/fields/index.esm.js.map +0 -1
- package/dist/components/filter/fields/index.js +0 -2
- package/dist/components/filter/fields/index.js.map +0 -1
- package/dist/components/form-control/form-builder/form-builder-element/media.d.ts +0 -4
- package/dist/components/form-control/form-builder/form-builder-element/phone.d.ts +0 -3
- package/dist/components/form-control/form-builder/form-builder-element/select.d.ts +0 -4
- package/dist/components/form-control/form-builder/form-builder-element/text.d.ts +0 -4
- package/dist/components/form-control/form-builder/form-builder-element/time.d.ts +0 -4
- package/dist/components/form-control/form-parser/form-switcher.d.ts +0 -2
- package/dist/components/icons/action-arrow.d.ts +0 -4
- package/dist/components/icons/add-circle.d.ts +0 -4
- package/dist/components/icons/arrow-bidirectional.d.ts +0 -4
- package/dist/components/icons/arrow-circle-down.d.ts +0 -4
- package/dist/components/icons/arrow-down-three.d.ts +0 -4
- package/dist/components/icons/arrow-down-two.d.ts +0 -4
- package/dist/components/icons/arrow-down.d.ts +0 -4
- package/dist/components/icons/arrow-up-down.d.ts +0 -4
- package/dist/components/icons/arrow-up-two.d.ts +0 -4
- package/dist/components/icons/assignments.d.ts +0 -4
- package/dist/components/icons/blank-circle.d.ts +0 -4
- package/dist/components/icons/block-filled.d.ts +0 -6
- package/dist/components/icons/calendar-add.d.ts +0 -4
- package/dist/components/icons/calendar.d.ts +0 -4
- package/dist/components/icons/checkbox-square.d.ts +0 -4
- package/dist/components/icons/circular-arrow-setting.d.ts +0 -6
- package/dist/components/icons/clock.d.ts +0 -4
- package/dist/components/icons/close.d.ts +0 -6
- package/dist/components/icons/coin-outline.d.ts +0 -4
- package/dist/components/icons/copy.d.ts +0 -4
- package/dist/components/icons/coupon.d.ts +0 -4
- package/dist/components/icons/cross-hire.d.ts +0 -6
- package/dist/components/icons/custom-styled-icon.d.ts +0 -6
- package/dist/components/icons/dashboard.d.ts +0 -4
- package/dist/components/icons/document-download.d.ts +0 -4
- package/dist/components/icons/document.d.ts +0 -4
- package/dist/components/icons/dollar-circle-filled.d.ts +0 -6
- package/dist/components/icons/dollar-circle.d.ts +0 -4
- package/dist/components/icons/edit.d.ts +0 -4
- package/dist/components/icons/email.d.ts +0 -4
- package/dist/components/icons/export.d.ts +0 -6
- package/dist/components/icons/eye-off.d.ts +0 -4
- package/dist/components/icons/eye-plus-circle.d.ts +0 -6
- package/dist/components/icons/eye.d.ts +0 -4
- package/dist/components/icons/filled-circle.d.ts +0 -4
- package/dist/components/icons/filter-remove.d.ts +0 -4
- package/dist/components/icons/filter.d.ts +0 -4
- package/dist/components/icons/folder-save.d.ts +0 -4
- package/dist/components/icons/grid.d.ts +0 -4
- package/dist/components/icons/hashtag.d.ts +0 -4
- package/dist/components/icons/image.d.ts +0 -4
- package/dist/components/icons/import.d.ts +0 -4
- package/dist/components/icons/info-circle.d.ts +0 -4
- package/dist/components/icons/info.d.ts +0 -6
- package/dist/components/icons/link-horizontal.d.ts +0 -4
- package/dist/components/icons/link.d.ts +0 -4
- package/dist/components/icons/location.d.ts +0 -4
- package/dist/components/icons/lowest-lead-time.d.ts +0 -4
- package/dist/components/icons/lowest-min-qty.d.ts +0 -4
- package/dist/components/icons/lowest-price.d.ts +0 -4
- package/dist/components/icons/more.d.ts +0 -4
- package/dist/components/icons/notification.d.ts +0 -4
- package/dist/components/icons/paper-clip.d.ts +0 -4
- package/dist/components/icons/paragraph.d.ts +0 -4
- package/dist/components/icons/payment-request.d.ts +0 -6
- package/dist/components/icons/phone.d.ts +0 -4
- package/dist/components/icons/printer.d.ts +0 -4
- package/dist/components/icons/process-calendar.d.ts +0 -4
- package/dist/components/icons/promotion.d.ts +0 -6
- package/dist/components/icons/radio-button.d.ts +0 -4
- package/dist/components/icons/receipt-filled.d.ts +0 -6
- package/dist/components/icons/receipt-outline.d.ts +0 -4
- package/dist/components/icons/receipt.d.ts +0 -6
- package/dist/components/icons/refresh-icon.d.ts +0 -4
- package/dist/components/icons/replace.d.ts +0 -4
- package/dist/components/icons/save.d.ts +0 -6
- package/dist/components/icons/search-status.d.ts +0 -4
- package/dist/components/icons/search.d.ts +0 -4
- package/dist/components/icons/settings-fallback.d.ts +0 -7
- package/dist/components/icons/sort-arrow-icon.d.ts +0 -4
- package/dist/components/icons/stacked-layer.d.ts +0 -6
- package/dist/components/icons/start-filled.d.ts +0 -6
- package/dist/components/icons/three-dot-icon.d.ts +0 -4
- package/dist/components/icons/tick-circle-filled.d.ts +0 -6
- package/dist/components/icons/tick-circle.d.ts +0 -4
- package/dist/components/icons/tick-octagon.d.ts +0 -4
- package/dist/components/icons/tick.d.ts +0 -4
- package/dist/components/icons/toggle-switch.d.ts +0 -4
- package/dist/components/icons/trash.d.ts +0 -4
- package/dist/components/icons/wave.d.ts +0 -6
- package/dist/components/icons/with-out-tick-octagon.d.ts +0 -4
- package/dist/components/icons/work-centre.d.ts +0 -6
- package/dist/components/material-editable-table/components/inline-edit-fields/index.esm.js +0 -312
- package/dist/components/material-editable-table/components/inline-edit-fields/index.esm.js.map +0 -1
- package/dist/components/material-editable-table/components/inline-edit-fields/index.js +0 -4
- package/dist/components/material-editable-table/components/inline-edit-fields/index.js.map +0 -1
- package/dist/components/material-editable-table/material-editable-table/index.esm.js +0 -1164
- package/dist/components/material-editable-table/material-editable-table/index.esm.js.map +0 -1
- package/dist/components/material-editable-table/material-editable-table/index.js +0 -28
- package/dist/components/material-editable-table/material-editable-table/index.js.map +0 -1
- package/dist/components/material-editable-table/material-editable-table.d.ts +0 -40
- package/dist/components/material-table/aggregation-fns/index.d.ts +0 -13
- package/dist/components/material-table/components/default-aggregation.d.ts +0 -9
- package/dist/components/material-table/components/header-cell.d.ts +0 -5
- package/dist/components/material-table/components/inline-edit-fields.d.ts +0 -17
- package/dist/components/material-table/components/number-aggregation/index.esm.js +0 -133
- package/dist/components/material-table/components/number-aggregation/index.esm.js.map +0 -1
- package/dist/components/material-table/components/number-aggregation/index.js +0 -5
- package/dist/components/material-table/components/number-aggregation/index.js.map +0 -1
- package/dist/components/material-table/components/number-aggregation.d.ts +0 -9
- package/dist/components/radio/radio.d.ts +0 -4
- package/dist/components/select/select.d.ts +0 -3
- package/dist/components/switches/android-12-switch.d.ts +0 -2
- package/dist/components/text-field/text-field.d.ts +0 -3
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/ArrowBack/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/ArrowForward/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/IndeterminateCheckBox/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/NorthEast/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/NorthEast/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/NorthEast/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/NorthEast/index.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/Visibility/index.esm.js +0 -18
- package/dist/node_modules/@mui/icons-material/Visibility/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/icons-material/Visibility/index.js +0 -2
- package/dist/node_modules/@mui/icons-material/Visibility/index.js.map +0 -1
- package/dist/utils/fileSize/index.esm.js +0 -22
- package/dist/utils/fileSize/index.esm.js.map +0 -1
- package/dist/utils/fileSize/index.js +0 -2
- package/dist/utils/fileSize/index.js.map +0 -1
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data/index.esm.js +0 -48
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data/index.js +0 -2
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/calendar-data/calendar-data/index.esm.js +0 -50
- package/dist/views/beforeAuth/components/calendar-data/calendar-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/calendar-data/calendar-data/index.js +0 -2
- package/dist/views/beforeAuth/components/calendar-data/calendar-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/gantt-data/gantt-data/index.esm.js +0 -57
- package/dist/views/beforeAuth/components/gantt-data/gantt-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/gantt-data/gantt-data/index.js +0 -2
- package/dist/views/beforeAuth/components/gantt-data/gantt-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/grid-data/grid-data/index.esm.js +0 -41
- package/dist/views/beforeAuth/components/grid-data/grid-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/grid-data/grid-data/index.js +0 -2
- package/dist/views/beforeAuth/components/grid-data/grid-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/index/index.esm.js +0 -1144
- package/dist/views/beforeAuth/components/index/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/index/index.js +0 -206
- package/dist/views/beforeAuth/components/index/index.js.map +0 -1
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw/index.esm.js +0 -72
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw/index.js +0 -2
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw/index.js.map +0 -1
- package/dist/views/beforeAuth/components/list-content/column-raw/index.esm.js +0 -54
- package/dist/views/beforeAuth/components/list-content/column-raw/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/list-content/column-raw/index.js +0 -2
- package/dist/views/beforeAuth/components/list-content/column-raw/index.js.map +0 -1
- package/dist/views/beforeAuth/components/list-content/list-data/index.esm.js +0 -61
- package/dist/views/beforeAuth/components/list-content/list-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/list-content/list-data/index.js +0 -2
- package/dist/views/beforeAuth/components/list-content/list-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/multiline-data/multiline-data/index.esm.js +0 -21
- package/dist/views/beforeAuth/components/multiline-data/multiline-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/multiline-data/multiline-data/index.js +0 -2
- package/dist/views/beforeAuth/components/multiline-data/multiline-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/tabs-data/tabs-data/index.esm.js +0 -21
- package/dist/views/beforeAuth/components/tabs-data/tabs-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/tabs-data/tabs-data/index.js +0 -2
- package/dist/views/beforeAuth/components/tabs-data/tabs-data/index.js.map +0 -1
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data/index.esm.js +0 -306
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data/index.js +0 -2
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data/index.js.map +0 -1
- package/dist/{@types → src/@types}/common.d.ts +0 -0
- package/dist/{@types → src/@types}/page.d.ts +0 -0
- package/dist/{@types → src/@types}/pagination-model.d.ts +0 -0
- package/dist/{assets → src/assets}/dynamic-svg-icon/dynamic-svg-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/images.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/calendar-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/chart-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/gantt-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/grid-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/kanban-icon.d.ts +0 -0
- package/dist/{assets → src/assets}/view-modal/table-icon.d.ts +0 -0
- package/dist/{components → src/components}/Dashboard/dashboard-card.d.ts +0 -0
- package/dist/{components → src/components}/Dashboard/dashboard-header.d.ts +0 -0
- package/dist/{components → src/components}/activity-tag/activity-tag.d.ts +0 -0
- package/dist/{components → src/components}/activityArea/activityArea.d.ts +0 -0
- package/dist/{components → src/components}/activityLog/activity-log.d.ts +0 -0
- package/dist/{components → src/components}/alert/alert.d.ts +0 -0
- package/dist/{components → src/components}/appbar/appbar.d.ts +0 -0
- package/dist/{components → src/components}/approval-wrapper/approval-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/avatar/avatar.d.ts +0 -0
- package/dist/{components → src/components}/board/board.d.ts +0 -0
- package/dist/{components → src/components}/board/columnHeader.d.ts +0 -0
- package/dist/{components → src/components}/bread-crumb/bread-crumb.d.ts +0 -0
- package/dist/{components → src/components}/button/button.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/calculation-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/discount-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/items-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/subtotal-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/taxes-and-charges-summary.d.ts +0 -0
- package/dist/{components → src/components}/calculation-summary/components/total-summary.d.ts +0 -0
- package/dist/{components → src/components}/calendar/calendar.d.ts +0 -0
- package/dist/{components → src/components}/card-wrapper/card-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/change-user-password-modal/change-user-password-modal.d.ts +0 -0
- package/dist/{components → src/components}/charts/ChartLegends.d.ts +0 -0
- package/dist/{components → src/components}/charts/areaLinerChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/bar-chart/bar-chart.d.ts +0 -0
- package/dist/{components → src/components}/charts/barChart/barChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/barLineChart/barLinechart.d.ts +0 -0
- package/dist/{components → src/components}/charts/donut-chart/donut-chart.d.ts +0 -0
- package/dist/{components → src/components}/charts/donutChart/DonutChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/groupBarChart/GroupBarChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/line-chart/area-line-chart.d.ts +0 -0
- package/dist/{components → src/components}/charts/line-chart/area-lineChart.d.ts +0 -0
- package/dist/{components → src/components}/charts/line-chart/line-chart.d.ts +0 -0
- package/dist/{components → src/components}/charts/multiLineChart/multi-line-chart.d.ts +0 -0
- package/dist/{components → src/components}/chip/chip.d.ts +0 -0
- package/dist/{components → src/components}/chip-generator/chip-generator.d.ts +0 -0
- package/dist/{components → src/components}/color-picker-input/color-picker-input.d.ts +0 -0
- package/dist/{components → src/components}/confirm-modal/confirm-modal.d.ts +0 -0
- package/dist/{components → src/components}/country-select/country-select.d.ts +0 -0
- package/dist/{components → src/components}/custom-snackbar/custom-snackbar.d.ts +0 -0
- package/dist/{components → src/components}/custom-toggle-switch/custom-toggle-switch.d.ts +0 -0
- package/dist/{components → src/components}/date-range-picker/date-range-picker.d.ts +0 -0
- package/dist/{components → src/components}/date-time-picker/date-time-picker.d.ts +0 -0
- package/dist/{components → src/components}/dropdown-button/dropdown-button.d.ts +0 -0
- package/dist/{components → src/components}/dynamic-layout-wrapper/dynamic-layout-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/dynamic-modal.d.ts +0 -0
- package/dist/{components → src/components}/editor/custom-editor.d.ts +0 -0
- package/dist/{components → src/components}/entity-view-wrapper/entity-view-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/examples/FlexibleReduxExample.d.ts +0 -0
- package/dist/{components → src/components}/expandable-summary-wrapper/expandable-summary-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/fallback/fallback.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/add-filter.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/add-group.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/combinator-select.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/delete-group.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/field-select.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/operator-select.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/remove-action.d.ts +0 -0
- package/dist/{components → src/components}/filter/components/value-editor.d.ts +0 -0
- package/dist/{components → src/components}/filter/fields.d.ts +0 -0
- package/dist/{components → src/components}/filter/filter.d.ts +0 -0
- package/dist/{components → src/components}/footer.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/element-controller.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/button.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/checkbox.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/chip-or-placeholder.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date-range-picker.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date-time.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-currency-input.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-element-hoc.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-input-select.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-select.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-tags-input.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-text-editor.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/index.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/info.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/location-add-modal/location-add-modal.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/number-input.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/radio-button.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/section.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/select-configuration.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/table.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-builder/form-builder-element/toggle-button.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-parser/data.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-parser/form-parser.d.ts +0 -0
- package/dist/{components → src/components}/form-control/form-parser/form-section.d.ts +0 -0
- package/dist/{components → src/components}/form-control/index.d.ts +0 -0
- package/dist/{components → src/components}/form-header/form-header.d.ts +0 -0
- package/dist/{components → src/components}/gantt/gantt.d.ts +0 -0
- package/dist/{components → src/components}/grid/custom-grid-card/custom-grid-card.d.ts +0 -0
- package/dist/{components → src/components}/grid/grid-card/grid-card.d.ts +0 -0
- package/dist/{components → src/components}/grid/grid-wrapper/grid-wrapper.d.ts +0 -0
- package/dist/{components → src/components}/grid-fallback/grid-fallback.d.ts +0 -0
- package/dist/{components → src/components}/header/components/notification-menu/notification-menu.d.ts +0 -0
- package/dist/{components → src/components}/header/header-enhanced.d.ts +0 -0
- package/dist/{components → src/components}/header/header.d.ts +0 -0
- package/dist/{components → src/components}/header/redux/actionCreator.d.ts +0 -0
- package/dist/{components → src/components}/header/redux/reducer.d.ts +0 -0
- package/dist/{components → src/components}/header/redux/state.d.ts +0 -0
- package/dist/{components → src/components}/header copy.d.ts +0 -0
- package/dist/{components → src/components}/header-card/header-card.d.ts +0 -0
- package/dist/{components → src/components}/hr-line/hr-line.d.ts +0 -0
- package/dist/{components → src/components}/icons/check-box.d.ts +0 -0
- package/dist/{components → src/components}/icons/index.d.ts +0 -0
- package/dist/{components → src/components}/icons/rectangle-filled.d.ts +0 -0
- package/dist/{components → src/components}/icons/rectangle.d.ts +0 -0
- package/dist/{components → src/components}/info-card/info-card.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/component/reportFilter.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/inventory-reports-title-bar.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/redux/actionCreator.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/redux/reducer.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/redux/state.d.ts +0 -0
- package/dist/{components → src/components}/inventory-reports-title-bar/report-buttons/report-buttons.d.ts +0 -0
- package/dist/{components → src/components}/list/list.d.ts +0 -0
- package/dist/{components → src/components}/loader.d.ts +0 -0
- package/dist/{components → src/components}/loaders/erp-loader.d.ts +0 -0
- package/dist/{components → src/components}/loaders/form-loader.d.ts +0 -0
- package/dist/{components → src/components}/loaders/index.d.ts +0 -0
- package/dist/{components → src/components}/loaders/modal-loader.d.ts +0 -0
- package/dist/{components → src/components}/loaders/page-loader.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/aggregation-fns/index.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/components/default-aggregation.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/components/header-cell.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/components/inline-edit-fields.d.ts +0 -0
- package/dist/{components/material-editable-table → src/components/material-table}/components/number-aggregation.d.ts +0 -0
- package/dist/{components → src/components}/menu/menu.d.ts +0 -0
- package/dist/{components → src/components}/modal/modal.d.ts +0 -0
- package/dist/{components → src/components}/module-button/module-button.d.ts +0 -0
- package/dist/{components → src/components}/mulitline/multiline.d.ts +0 -0
- package/dist/{components → src/components}/multi-select/multi-select.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/add-page-modal.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/add-page.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/page-action.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/shared-page-modal.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/components/shared-page-view.d.ts +0 -0
- package/dist/{components → src/components}/page-navigator/page-navigator.d.ts +0 -0
- package/dist/{components → src/components}/pagination/pagination.d.ts +0 -0
- package/dist/{components → src/components}/parties-modal/parties-modal.d.ts +0 -0
- package/dist/{components → src/components}/parties-modal/utils/constant.d.ts +0 -0
- package/dist/{components → src/components}/parties-modal/validator.d.ts +0 -0
- package/dist/{components → src/components}/protected-route.d.ts +0 -0
- package/dist/{components → src/components}/providers/ERPUIProvider.d.ts +0 -0
- package/dist/{components → src/components}/providers/index.d.ts +0 -0
- package/dist/{components → src/components}/quick-approval-modal/quick-approval-modal.d.ts +0 -0
- package/dist/{components → src/components}/reports/dynamic-report/dynamic-report.d.ts +0 -0
- package/dist/{components → src/components}/reports/dynamic-report/dynamic-rows.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/redux/actionCreator.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/redux/reducer.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/redux/state.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/report-buttons/report-buttons.d.ts +0 -0
- package/dist/{components → src/components}/reports-title-bar/reports-title-bar.d.ts +0 -0
- package/dist/{components → src/components}/reset-password-modal/reset-password-modal.d.ts +0 -0
- package/dist/{components → src/components}/rfq-response/item-response-details.d.ts +0 -0
- package/dist/{components → src/components}/save-filter-modal/save-filter-modal.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/schedule-report-modal.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/schedule-report.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/utils/common.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/utils/constant.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/utils/type.d.ts +0 -0
- package/dist/{components → src/components}/schedule-report/validator.d.ts +0 -0
- package/dist/{components → src/components}/search-bar/search-bar.d.ts +0 -0
- package/dist/{components → src/components}/searchable-select.d.ts +0 -0
- package/dist/{components → src/components}/select/controller/chip-or-placeholder.d.ts +0 -0
- package/dist/{components → src/components}/select/controller/controller-select.d.ts +0 -0
- package/dist/{components → src/components}/select/select-search.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/redux/actionCreator.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/redux/reducer.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/redux/state.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/share-modal-enhanced.d.ts +0 -0
- package/dist/{components → src/components}/share-modal/share-modal.d.ts +0 -0
- package/dist/{components → src/components}/sidebar/sidebar.d.ts +0 -0
- package/dist/{components → src/components}/snackbar/snackbar.d.ts +0 -0
- package/dist/{components → src/components}/sub-header-doc/sub-header-doc.d.ts +0 -0
- package/dist/{components → src/components}/tab-bar-ui/tab-bar-ui.d.ts +0 -0
- package/dist/{components → src/components}/tabs/tabs.d.ts +0 -0
- package/dist/{components → src/components}/text-area/text-area.d.ts +0 -0
- package/dist/{components → src/components}/time-range-picker/time-range-picker.d.ts +0 -0
- package/dist/{components → src/components}/title-dropdown-button/title-dropdown-button.d.ts +0 -0
- package/dist/{components → src/components}/toast/toast.d.ts +0 -0
- package/dist/{components → src/components}/toggle/toggle.d.ts +0 -0
- package/dist/{components → src/components}/toggle-switch/toggle-switch.d.ts +0 -0
- package/dist/{components → src/components}/tooltip/Tooltip.d.ts +0 -0
- package/dist/{components → src/components}/typography/typography.d.ts +0 -0
- package/dist/{components → src/components}/upload/file-confirmation.d.ts +0 -0
- package/dist/{components → src/components}/upload/upload.d.ts +0 -0
- package/dist/{components → src/components}/upload-excel/file-confirmation.d.ts +0 -0
- package/dist/{components → src/components}/upload-excel/upload-excel.d.ts +0 -0
- package/dist/{components → src/components}/user-dropdown/user-dropdown.d.ts +0 -0
- package/dist/{components → src/components}/value-field/value-field.d.ts +0 -0
- package/dist/{components → src/components}/view-modal/view-modal.d.ts +0 -0
- package/dist/{config → src/config}/index.d.ts +0 -0
- package/dist/{constants → src/constants}/action-bar.d.ts +0 -0
- package/dist/{constants → src/constants}/all-language.d.ts +0 -0
- package/dist/{constants → src/constants}/auth.d.ts +0 -0
- package/dist/{constants → src/constants}/common.d.ts +0 -0
- package/dist/{constants → src/constants}/defaultColumns.d.ts +0 -0
- package/dist/{constants → src/constants}/lang/ar.d.ts +0 -0
- package/dist/{constants → src/constants}/lang/en.d.ts +0 -0
- package/dist/{constants → src/constants}/lang/es.d.ts +0 -0
- package/dist/{constants → src/constants}/modules.d.ts +0 -0
- package/dist/{constants → src/constants}/mui.constants.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/index.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.accounting.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.crm.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.document.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.hrms.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.inventory.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.manufacturing.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.office.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.procurement.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.project.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.quotes.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.rental.d.ts +0 -0
- package/dist/{constants → src/constants}/pathnames/pathname.user.d.ts +0 -0
- package/dist/{constants → src/constants}/resource-lang.d.ts +0 -0
- package/dist/{constants → src/constants}/route-page-map.d.ts +0 -0
- package/dist/{constants → src/constants}/status.d.ts +0 -0
- package/dist/{contexts → src/contexts}/AuthContext.d.ts +0 -0
- package/dist/{contexts → src/contexts}/languageContext.d.ts +0 -0
- package/dist/{contexts → src/contexts}/page-context.d.ts +0 -0
- package/dist/{contexts → src/contexts}/permission-context.d.ts +0 -0
- package/dist/{hooks → src/hooks}/apiHelper.d.ts +0 -0
- package/dist/{hooks → src/hooks}/common.d.ts +0 -0
- package/dist/{hooks → src/hooks}/use-deep-memo.d.ts +0 -0
- package/dist/{hooks → src/hooks}/use-material-calculations.d.ts +0 -0
- package/dist/{hooks → src/hooks}/use-translations.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useCheckSkuAndName.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useDataFetcher.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useLanguageFallback.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useLocationFilter.d.ts +0 -0
- package/dist/{hooks → src/hooks}/useReduxIntegration.d.ts +0 -0
- package/dist/{layout → src/layout}/fullScreen/fullScreen.d.ts +0 -0
- package/dist/{layout → src/layout}/sidebarScreen/sidebarScreen.d.ts +0 -0
- package/dist/{redux → src/redux}/actionCreator.d.ts +0 -0
- package/dist/{redux → src/redux}/apiConfig.d.ts +0 -0
- package/dist/{redux → src/redux}/hooks.d.ts +0 -0
- package/dist/{redux → src/redux}/module-reducer.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/headerSlice.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/index.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/inventoryReportsTitleBarSlice.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/reportsTitleBarSlice.d.ts +0 -0
- package/dist/{redux → src/redux}/slices/shareSlice.d.ts +0 -0
- package/dist/{redux → src/redux}/toolkit.d.ts +0 -0
- package/dist/{redux → src/redux}/types.d.ts +0 -0
- package/dist/{server.d.ts → src/server.d.ts} +0 -0
- package/dist/{styles → src/styles}/themes/index.d.ts +0 -0
- package/dist/{theme → src/theme}/color.d.ts +0 -0
- package/dist/{theme → src/theme}/theme-impl.d.ts +0 -0
- package/dist/{theme → src/theme}/themeSelector.d.ts +0 -0
- package/dist/{theme → src/theme}/themeWrapper.d.ts +0 -0
- package/dist/{theme → src/theme}/typography.d.ts +0 -0
- package/dist/{utils → src/utils}/api.d.ts +0 -0
- package/dist/{utils → src/utils}/calculation.d.ts +0 -0
- package/dist/{utils → src/utils}/color.d.ts +0 -0
- package/dist/{utils → src/utils}/common-utility.d.ts +1 -1
- /package/dist/{utils → src/utils}/common.d.ts +0 -0
- /package/dist/{utils → src/utils}/constant.d.ts +0 -0
- /package/dist/{utils → src/utils}/country.d.ts +0 -0
- /package/dist/{utils → src/utils}/date-range.d.ts +0 -0
- /package/dist/{utils → src/utils}/dateFormat.d.ts +0 -0
- /package/dist/{utils → src/utils}/dateValidation.d.ts +0 -0
- /package/dist/{utils → src/utils}/deformat-text.d.ts +0 -0
- /package/dist/{utils → src/utils}/export-filters.d.ts +0 -0
- /package/dist/{utils → src/utils}/fileSize.d.ts +0 -0
- /package/dist/{utils → src/utils}/form-builder-conversion.d.ts +0 -0
- /package/dist/{utils → src/utils}/form-builder-deconversion.d.ts +0 -0
- /package/dist/{utils → src/utils}/format-text.d.ts +0 -0
- /package/dist/{utils → src/utils}/i18n.d.ts +0 -0
- /package/dist/{utils → src/utils}/language.d.ts +0 -0
- /package/dist/{utils → src/utils}/menu-filter.d.ts +0 -0
- /package/dist/{utils → src/utils}/metaComponent.d.ts +0 -0
- /package/dist/{utils → src/utils}/migration-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/navigation-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/route-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/server.d.ts +0 -0
- /package/dist/{utils → src/utils}/setup.d.ts +0 -0
- /package/dist/{utils → src/utils}/translations.d.ts +0 -0
- /package/dist/{views → src/views}/404.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/accounting.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/crm.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/dashboard.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/reducer.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/document.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/hrms.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/inventory.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/manufacturing.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/office.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/page-view.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/reducer.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/utils/default-data.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/utils/local-data.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/procurement.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/project.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/purchase.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/quotes.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/rental.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/user.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/change-password/change-password.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/activity-tag-data/activity-tag-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/calendar-data/calendar-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/drive-dashboard-data/drive-dashboard-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/gantt-data/gantt-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/grid-data/grid-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/index.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/kanbann-content/kanbann-raw.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/list-content/column-raw.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/list-content/list-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/multiline-data/multiline-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/share-modal-data/share-modal-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/shared-pages-data/shared-pages-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/tabs-data/tabs-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-dashboard-data/user-dashboard-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-dropdown-data/user-dropdown-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-profile-data/user-profile-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/forgot-password/forgot-password.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/landing/landing.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/login/index.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/reset-password/reset-password.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/custom-form.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/checkbox.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/column-width.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/field-select.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/index.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/section.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/select.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/table-form.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/text.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/field_properties.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/form-fields.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/index.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/types.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/utils/common.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/utils/index.d.ts +0 -0
- /package/dist/{views → src/views}/privateRoute.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/add-template/add-template.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/add-template/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/company-selection-modal/company-selection-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/company-selection-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorCanvas.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorHeader.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorSection.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorSidebar.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/SectionFlowEditor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/SectionFormatPanel.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/AlignmentControl.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/ButtonControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/CodeControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/DividerControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/ImageControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/SignatureControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/TableControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/TextControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/border-control.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/edit-section-modal/edit-section-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/edit-section-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/routes.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/html-thumbnail-preview.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/template-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-name-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-name-modal/template-name-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/templates.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/types/editor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/types/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/common.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/constant.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/default-data.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/style-extractor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/types.d.ts +0 -0
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
const validator = (r) => !!r.value;
|
|
2
|
-
const defaultOperators = [
|
|
3
|
-
{ name: "null", label: "is null" },
|
|
4
|
-
{ name: "notNull", label: "is not null" }
|
|
5
|
-
];
|
|
6
|
-
const textOperators = [
|
|
7
|
-
{ name: "contains", label: "contains" },
|
|
8
|
-
{ name: "beginsWith", label: "begins with" },
|
|
9
|
-
{ name: "endsWith", label: "ends with" },
|
|
10
|
-
{ name: "doesNotContain", label: "does not contain" },
|
|
11
|
-
{ name: "doesNotBeginWith", label: "does not begin with" },
|
|
12
|
-
{ name: "doesNotEndWith", label: "does not end with" },
|
|
13
|
-
...defaultOperators
|
|
14
|
-
];
|
|
15
|
-
const numberOperators = [
|
|
16
|
-
{ name: "=", label: "equal to" },
|
|
17
|
-
{ name: "<", label: "less than" },
|
|
18
|
-
{ name: "<=", label: "less than or equal to" },
|
|
19
|
-
{ name: ">", label: "greater than" },
|
|
20
|
-
{ name: ">=", label: "greater than or equal to" },
|
|
21
|
-
...defaultOperators
|
|
22
|
-
];
|
|
23
|
-
const selectOperators = [
|
|
24
|
-
{ name: "in", label: "in" },
|
|
25
|
-
{ name: "notIn", label: "not in" },
|
|
26
|
-
...defaultOperators
|
|
27
|
-
];
|
|
28
|
-
const dateOperators = [
|
|
29
|
-
{ name: "=", label: "on" },
|
|
30
|
-
{ name: "!=", label: "not on" },
|
|
31
|
-
{ name: "<", label: "before" },
|
|
32
|
-
{ name: "<=", label: "on or before" },
|
|
33
|
-
{ name: ">", label: "after" },
|
|
34
|
-
{ name: ">=", label: "on or after" },
|
|
35
|
-
...defaultOperators
|
|
36
|
-
];
|
|
37
|
-
const fields = [
|
|
38
|
-
{
|
|
39
|
-
name: "Select",
|
|
40
|
-
label: "Select",
|
|
41
|
-
valueEditorType: "select",
|
|
42
|
-
operators: selectOperators,
|
|
43
|
-
values: [
|
|
44
|
-
{
|
|
45
|
-
name: "Select",
|
|
46
|
-
label: "Select"
|
|
47
|
-
}
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
name: "role",
|
|
52
|
-
label: "Role",
|
|
53
|
-
inputType: "text",
|
|
54
|
-
valueEditorType: "text",
|
|
55
|
-
operators: textOperators,
|
|
56
|
-
comparator: "datatype"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
name: "status",
|
|
60
|
-
label: "Status",
|
|
61
|
-
valueEditorType: "select",
|
|
62
|
-
operators: selectOperators,
|
|
63
|
-
comparator: "datatype",
|
|
64
|
-
values: [
|
|
65
|
-
{
|
|
66
|
-
name: "Select",
|
|
67
|
-
label: "Select"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
name: "enable",
|
|
71
|
-
label: "Enable"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
name: "disabled",
|
|
75
|
-
label: "Disabled"
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
name: "roleType",
|
|
81
|
-
label: "Role Type",
|
|
82
|
-
valueEditorType: "select",
|
|
83
|
-
operators: selectOperators,
|
|
84
|
-
comparator: "datatype",
|
|
85
|
-
values: [
|
|
86
|
-
{
|
|
87
|
-
name: "Select",
|
|
88
|
-
label: "Select"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: "admin",
|
|
92
|
-
label: "Admin"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
name: "manager",
|
|
96
|
-
label: "Manager"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: "executive",
|
|
100
|
-
label: "Executive"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
name: "support",
|
|
104
|
-
label: "Support"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: "roleLevel",
|
|
110
|
-
label: "Role level",
|
|
111
|
-
valueEditorType: "text",
|
|
112
|
-
operators: numberOperators,
|
|
113
|
-
comparator: "datatype"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
name: "dateCreated",
|
|
117
|
-
label: "Date Created",
|
|
118
|
-
operators: dateOperators,
|
|
119
|
-
datatype: "date",
|
|
120
|
-
inputType: "date"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: "companyName",
|
|
124
|
-
label: "Company Name",
|
|
125
|
-
valueEditorType: "text",
|
|
126
|
-
operators: textOperators,
|
|
127
|
-
comparator: "datatype"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
name: "location",
|
|
131
|
-
label: "Location",
|
|
132
|
-
valueEditorType: "text",
|
|
133
|
-
operators: textOperators,
|
|
134
|
-
comparator: "datatype"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
name: "email",
|
|
138
|
-
label: "Email",
|
|
139
|
-
valueEditorType: "text",
|
|
140
|
-
operators: textOperators,
|
|
141
|
-
comparator: "datatype"
|
|
142
|
-
}
|
|
143
|
-
];
|
|
144
|
-
const dynamicFields = [
|
|
145
|
-
{
|
|
146
|
-
name: "document",
|
|
147
|
-
label: "Document",
|
|
148
|
-
inputType: "text",
|
|
149
|
-
valueEditorType: "text",
|
|
150
|
-
operators: textOperators,
|
|
151
|
-
comparator: "datatype"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
name: "filesize",
|
|
155
|
-
label: "File size",
|
|
156
|
-
valueEditorType: "text",
|
|
157
|
-
operators: numberOperators,
|
|
158
|
-
comparator: "datatype"
|
|
159
|
-
},
|
|
160
|
-
// {
|
|
161
|
-
// name: "dateCreated",
|
|
162
|
-
// label: "Date Created",
|
|
163
|
-
// operators: dateOperators,
|
|
164
|
-
// datatype: "date",
|
|
165
|
-
// inputType: "date",
|
|
166
|
-
// },
|
|
167
|
-
{
|
|
168
|
-
name: "owner",
|
|
169
|
-
label: "Owner",
|
|
170
|
-
valueEditorType: "text",
|
|
171
|
-
operators: textOperators,
|
|
172
|
-
comparator: "datatype"
|
|
173
|
-
}
|
|
174
|
-
];
|
|
175
|
-
export {
|
|
176
|
-
dynamicFields,
|
|
177
|
-
fields,
|
|
178
|
-
validator
|
|
179
|
-
};
|
|
180
|
-
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../../../../src/components/filter/fields.ts"],"sourcesContent":["import { Operator, type Field, type RuleType } from \"react-querybuilder\";\n\nexport const validator = (r: RuleType) => !!r.value;\n\nconst defaultOperators: Operator[] = [\n { name: \"null\", label: \"is null\" },\n { name: \"notNull\", label: \"is not null\" },\n];\n\nconst textOperators: Operator[] = [\n { name: \"contains\", label: \"contains\" },\n { name: \"beginsWith\", label: \"begins with\" },\n { name: \"endsWith\", label: \"ends with\" },\n { name: \"doesNotContain\", label: \"does not contain\" },\n { name: \"doesNotBeginWith\", label: \"does not begin with\" },\n { name: \"doesNotEndWith\", label: \"does not end with\" },\n ...defaultOperators,\n];\n\nconst numberOperators: Operator[] = [\n { name: \"=\", label: \"equal to\" },\n { name: \"<\", label: \"less than\" },\n { name: \"<=\", label: \"less than or equal to\" },\n { name: \">\", label: \"greater than\" },\n { name: \">=\", label: \"greater than or equal to\" },\n ...defaultOperators,\n];\n\nconst selectOperators: Operator[] = [\n { name: \"in\", label: \"in\" },\n { name: \"notIn\", label: \"not in\" },\n ...defaultOperators,\n];\n\nconst dateOperators: Operator[] = [\n { name: \"=\", label: \"on\" },\n { name: \"!=\", label: \"not on\" },\n { name: \"<\", label: \"before\" },\n { name: \"<=\", label: \"on or before\" },\n { name: \">\", label: \"after\" },\n { name: \">=\", label: \"on or after\" },\n ...defaultOperators,\n];\n\nexport const fields: Field[] = [\n {\n name: \"Select\",\n label: \"Select\",\n valueEditorType: \"select\",\n operators: selectOperators,\n values: [\n {\n name: \"Select\",\n label: \"Select\",\n },\n ],\n },\n {\n name: \"role\",\n label: \"Role\",\n inputType: \"text\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n {\n name: \"status\",\n label: \"Status\",\n valueEditorType: \"select\",\n operators: selectOperators,\n comparator: \"datatype\",\n values: [\n {\n name: \"Select\",\n label: \"Select\",\n },\n {\n name: \"enable\",\n label: \"Enable\",\n },\n {\n name: \"disabled\",\n label: \"Disabled\",\n },\n ],\n },\n {\n name: \"roleType\",\n label: \"Role Type\",\n valueEditorType: \"select\",\n operators: selectOperators,\n comparator: \"datatype\",\n values: [\n {\n name: \"Select\",\n label: \"Select\",\n },\n {\n name: \"admin\",\n label: \"Admin\",\n },\n {\n name: \"manager\",\n label: \"Manager\",\n },\n {\n name: \"executive\",\n label: \"Executive\",\n },\n {\n name: \"support\",\n label: \"Support\",\n },\n ],\n },\n {\n name: \"roleLevel\",\n label: \"Role level\",\n valueEditorType: \"text\",\n operators: numberOperators,\n comparator: \"datatype\",\n },\n {\n name: \"dateCreated\",\n label: \"Date Created\",\n operators: dateOperators,\n datatype: \"date\",\n inputType: \"date\",\n },\n {\n name: \"companyName\",\n label: \"Company Name\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n {\n name: \"location\",\n label: \"Location\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n {\n name: \"email\",\n label: \"Email\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n];\n\nexport const dynamicFields: Field[] = [\n {\n name: \"document\",\n label: \"Document\",\n inputType: \"text\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n {\n name: \"filesize\",\n label: \"File size\",\n valueEditorType: \"text\",\n operators: numberOperators,\n comparator: \"datatype\",\n },\n // {\n // name: \"dateCreated\",\n // label: \"Date Created\",\n // operators: dateOperators,\n // datatype: \"date\",\n // inputType: \"date\",\n // },\n {\n name: \"owner\",\n label: \"Owner\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n }\n];\n\n"],"names":[],"mappings":"AAEO,MAAM,YAAY,CAAC,MAAgB,CAAC,CAAC,EAAE;AAE9C,MAAM,mBAA+B;AAAA,EACnC,EAAE,MAAM,QAAQ,OAAO,UAAA;AAAA,EACvB,EAAE,MAAM,WAAW,OAAO,cAAA;AAC5B;AAEA,MAAM,gBAA4B;AAAA,EAChC,EAAE,MAAM,YAAY,OAAO,WAAA;AAAA,EAC3B,EAAE,MAAM,cAAc,OAAO,cAAA;AAAA,EAC7B,EAAE,MAAM,YAAY,OAAO,YAAA;AAAA,EAC3B,EAAE,MAAM,kBAAkB,OAAO,mBAAA;AAAA,EACjC,EAAE,MAAM,oBAAoB,OAAO,sBAAA;AAAA,EACnC,EAAE,MAAM,kBAAkB,OAAO,oBAAA;AAAA,EACjC,GAAG;AACL;AAEA,MAAM,kBAA8B;AAAA,EAClC,EAAE,MAAM,KAAK,OAAO,WAAA;AAAA,EACpB,EAAE,MAAM,KAAK,OAAO,YAAA;AAAA,EACpB,EAAE,MAAM,MAAM,OAAO,wBAAA;AAAA,EACrB,EAAE,MAAM,KAAK,OAAO,eAAA;AAAA,EACpB,EAAE,MAAM,MAAM,OAAO,2BAAA;AAAA,EACrB,GAAG;AACL;AAEA,MAAM,kBAA8B;AAAA,EAClC,EAAE,MAAM,MAAM,OAAO,KAAA;AAAA,EACrB,EAAE,MAAM,SAAS,OAAO,SAAA;AAAA,EACxB,GAAG;AACL;AAEA,MAAM,gBAA4B;AAAA,EAChC,EAAE,MAAM,KAAK,OAAO,KAAA;AAAA,EACpB,EAAE,MAAM,MAAM,OAAO,SAAA;AAAA,EACrB,EAAE,MAAM,KAAK,OAAO,SAAA;AAAA,EACpB,EAAE,MAAM,MAAM,OAAO,eAAA;AAAA,EACrB,EAAE,MAAM,KAAK,OAAO,QAAA;AAAA,EACpB,EAAE,MAAM,MAAM,OAAO,cAAA;AAAA,EACrB,GAAG;AACL;AAEO,MAAM,SAAkB;AAAA,EAC7B;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,QAAQ;AAAA,MACN;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,IACT;AAAA,EACF;AAAA,EAEF;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,IACX,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,EAAA;AAAA,EAEd;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,QAAQ;AAAA,MACN;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,MAET;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,MAET;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,IACT;AAAA,EACF;AAAA,EAEF;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,QAAQ;AAAA,MACN;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,MAET;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,MAET;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,MAET;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,MAET;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,MAAA;AAAA,IACT;AAAA,EACF;AAAA,EAEF;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,EAAA;AAAA,EAEd;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,IACX,UAAU;AAAA,IACV,WAAW;AAAA,EAAA;AAAA,EAEb;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,EAAA;AAAA,EAEd;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,EAAA;AAAA,EAEd;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,EAAA;AAEhB;AAEO,MAAM,gBAAyB;AAAA,EACpC;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,IACX,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,EAAA;AAAA,EAEd;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,EAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASd;AAAA,IACE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,YAAY;AAAA,EAAA;AAEhB;"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e=[{name:"null",label:"is null"},{name:"notNull",label:"is not null"}],a=[{name:"contains",label:"contains"},{name:"beginsWith",label:"begins with"},{name:"endsWith",label:"ends with"},{name:"doesNotContain",label:"does not contain"},{name:"doesNotBeginWith",label:"does not begin with"},{name:"doesNotEndWith",label:"does not end with"},...e],t=[{name:"=",label:"equal to"},{name:"<",label:"less than"},{name:"<=",label:"less than or equal to"},{name:">",label:"greater than"},{name:">=",label:"greater than or equal to"},...e],l=[{name:"in",label:"in"},{name:"notIn",label:"not in"},...e],o=[{name:"Select",label:"Select",valueEditorType:"select",operators:l,values:[{name:"Select",label:"Select"}]},{name:"role",label:"Role",inputType:"text",valueEditorType:"text",operators:a,comparator:"datatype"},{name:"status",label:"Status",valueEditorType:"select",operators:l,comparator:"datatype",values:[{name:"Select",label:"Select"},{name:"enable",label:"Enable"},{name:"disabled",label:"Disabled"}]},{name:"roleType",label:"Role Type",valueEditorType:"select",operators:l,comparator:"datatype",values:[{name:"Select",label:"Select"},{name:"admin",label:"Admin"},{name:"manager",label:"Manager"},{name:"executive",label:"Executive"},{name:"support",label:"Support"}]},{name:"roleLevel",label:"Role level",valueEditorType:"text",operators:t,comparator:"datatype"},{name:"dateCreated",label:"Date Created",operators:[{name:"=",label:"on"},{name:"!=",label:"not on"},{name:"<",label:"before"},{name:"<=",label:"on or before"},{name:">",label:"after"},{name:">=",label:"on or after"},...e],datatype:"date",inputType:"date"},{name:"companyName",label:"Company Name",valueEditorType:"text",operators:a,comparator:"datatype"},{name:"location",label:"Location",valueEditorType:"text",operators:a,comparator:"datatype"},{name:"email",label:"Email",valueEditorType:"text",operators:a,comparator:"datatype"}],n=[{name:"document",label:"Document",inputType:"text",valueEditorType:"text",operators:a,comparator:"datatype"},{name:"filesize",label:"File size",valueEditorType:"text",operators:t,comparator:"datatype"},{name:"owner",label:"Owner",valueEditorType:"text",operators:a,comparator:"datatype"}];exports.dynamicFields=n,exports.fields=o,exports.validator=e=>!!e.value;
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/components/filter/fields.ts"],"sourcesContent":["import { Operator, type Field, type RuleType } from \"react-querybuilder\";\n\nexport const validator = (r: RuleType) => !!r.value;\n\nconst defaultOperators: Operator[] = [\n { name: \"null\", label: \"is null\" },\n { name: \"notNull\", label: \"is not null\" },\n];\n\nconst textOperators: Operator[] = [\n { name: \"contains\", label: \"contains\" },\n { name: \"beginsWith\", label: \"begins with\" },\n { name: \"endsWith\", label: \"ends with\" },\n { name: \"doesNotContain\", label: \"does not contain\" },\n { name: \"doesNotBeginWith\", label: \"does not begin with\" },\n { name: \"doesNotEndWith\", label: \"does not end with\" },\n ...defaultOperators,\n];\n\nconst numberOperators: Operator[] = [\n { name: \"=\", label: \"equal to\" },\n { name: \"<\", label: \"less than\" },\n { name: \"<=\", label: \"less than or equal to\" },\n { name: \">\", label: \"greater than\" },\n { name: \">=\", label: \"greater than or equal to\" },\n ...defaultOperators,\n];\n\nconst selectOperators: Operator[] = [\n { name: \"in\", label: \"in\" },\n { name: \"notIn\", label: \"not in\" },\n ...defaultOperators,\n];\n\nconst dateOperators: Operator[] = [\n { name: \"=\", label: \"on\" },\n { name: \"!=\", label: \"not on\" },\n { name: \"<\", label: \"before\" },\n { name: \"<=\", label: \"on or before\" },\n { name: \">\", label: \"after\" },\n { name: \">=\", label: \"on or after\" },\n ...defaultOperators,\n];\n\nexport const fields: Field[] = [\n {\n name: \"Select\",\n label: \"Select\",\n valueEditorType: \"select\",\n operators: selectOperators,\n values: [\n {\n name: \"Select\",\n label: \"Select\",\n },\n ],\n },\n {\n name: \"role\",\n label: \"Role\",\n inputType: \"text\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n {\n name: \"status\",\n label: \"Status\",\n valueEditorType: \"select\",\n operators: selectOperators,\n comparator: \"datatype\",\n values: [\n {\n name: \"Select\",\n label: \"Select\",\n },\n {\n name: \"enable\",\n label: \"Enable\",\n },\n {\n name: \"disabled\",\n label: \"Disabled\",\n },\n ],\n },\n {\n name: \"roleType\",\n label: \"Role Type\",\n valueEditorType: \"select\",\n operators: selectOperators,\n comparator: \"datatype\",\n values: [\n {\n name: \"Select\",\n label: \"Select\",\n },\n {\n name: \"admin\",\n label: \"Admin\",\n },\n {\n name: \"manager\",\n label: \"Manager\",\n },\n {\n name: \"executive\",\n label: \"Executive\",\n },\n {\n name: \"support\",\n label: \"Support\",\n },\n ],\n },\n {\n name: \"roleLevel\",\n label: \"Role level\",\n valueEditorType: \"text\",\n operators: numberOperators,\n comparator: \"datatype\",\n },\n {\n name: \"dateCreated\",\n label: \"Date Created\",\n operators: dateOperators,\n datatype: \"date\",\n inputType: \"date\",\n },\n {\n name: \"companyName\",\n label: \"Company Name\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n {\n name: \"location\",\n label: \"Location\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n {\n name: \"email\",\n label: \"Email\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n];\n\nexport const dynamicFields: Field[] = [\n {\n name: \"document\",\n label: \"Document\",\n inputType: \"text\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n },\n {\n name: \"filesize\",\n label: \"File size\",\n valueEditorType: \"text\",\n operators: numberOperators,\n comparator: \"datatype\",\n },\n // {\n // name: \"dateCreated\",\n // label: \"Date Created\",\n // operators: dateOperators,\n // datatype: \"date\",\n // inputType: \"date\",\n // },\n {\n name: \"owner\",\n label: \"Owner\",\n valueEditorType: \"text\",\n operators: textOperators,\n comparator: \"datatype\",\n }\n];\n\n"],"names":["defaultOperators","name","label","textOperators","numberOperators","selectOperators","fields","valueEditorType","operators","values","inputType","comparator","datatype","dynamicFields","r","value"],"mappings":"oEAEO,MAEDA,EAA+B,CACnC,CAAEC,KAAM,OAAQC,MAAO,WACvB,CAAED,KAAM,UAAWC,MAAO,gBAGtBC,EAA4B,CAChC,CAAEF,KAAM,WAAYC,MAAO,YAC3B,CAAED,KAAM,aAAcC,MAAO,eAC7B,CAAED,KAAM,WAAYC,MAAO,aAC3B,CAAED,KAAM,iBAAkBC,MAAO,oBACjC,CAAED,KAAM,mBAAoBC,MAAO,uBACnC,CAAED,KAAM,iBAAkBC,MAAO,wBAC9BF,GAGCI,EAA8B,CAClC,CAAEH,KAAM,IAAKC,MAAO,YACpB,CAAED,KAAM,IAAKC,MAAO,aACpB,CAAED,KAAM,KAAMC,MAAO,yBACrB,CAAED,KAAM,IAAKC,MAAO,gBACpB,CAAED,KAAM,KAAMC,MAAO,+BAClBF,GAGCK,EAA8B,CAClC,CAAEJ,KAAM,KAAMC,MAAO,MACrB,CAAED,KAAM,QAASC,MAAO,aACrBF,GAaQM,EAAkB,CAC7B,CACEL,KAAM,SACNC,MAAO,SACPK,gBAAiB,SACjBC,UAAWH,EACXI,OAAQ,CACN,CACER,KAAM,SACNC,MAAO,YAIb,CACED,KAAM,OACNC,MAAO,OACPQ,UAAW,OACXH,gBAAiB,OACjBC,UAAWL,EACXQ,WAAY,YAEd,CACEV,KAAM,SACNC,MAAO,SACPK,gBAAiB,SACjBC,UAAWH,EACXM,WAAY,WACZF,OAAQ,CACN,CACER,KAAM,SACNC,MAAO,UAET,CACED,KAAM,SACNC,MAAO,UAET,CACED,KAAM,WACNC,MAAO,cAIb,CACED,KAAM,WACNC,MAAO,YACPK,gBAAiB,SACjBC,UAAWH,EACXM,WAAY,WACZF,OAAQ,CACN,CACER,KAAM,SACNC,MAAO,UAET,CACED,KAAM,QACNC,MAAO,SAET,CACED,KAAM,UACNC,MAAO,WAET,CACED,KAAM,YACNC,MAAO,aAET,CACED,KAAM,UACNC,MAAO,aAIb,CACED,KAAM,YACNC,MAAO,aACPK,gBAAiB,OACjBC,UAAWJ,EACXO,WAAY,YAEd,CACEV,KAAM,cACNC,MAAO,eACPM,UA3F8B,CAChC,CAAEP,KAAM,IAAKC,MAAO,MACpB,CAAED,KAAM,KAAMC,MAAO,UACrB,CAAED,KAAM,IAAKC,MAAO,UACpB,CAAED,KAAM,KAAMC,MAAO,gBACrB,CAAED,KAAM,IAAKC,MAAO,SACpB,CAAED,KAAM,KAAMC,MAAO,kBAClBF,GAqFDY,SAAU,OACVF,UAAW,QAEb,CACET,KAAM,cACNC,MAAO,eACPK,gBAAiB,OACjBC,UAAWL,EACXQ,WAAY,YAEd,CACEV,KAAM,WACNC,MAAO,WACPK,gBAAiB,OACjBC,UAAWL,EACXQ,WAAY,YAEd,CACEV,KAAM,QACNC,MAAO,QACPK,gBAAiB,OACjBC,UAAWL,EACXQ,WAAY,aAIHE,EAAyB,CACpC,CACEZ,KAAM,WACNC,MAAO,WACPQ,UAAW,OACXH,gBAAiB,OACjBC,UAAWL,EACXQ,WAAY,YAEd,CACEV,KAAM,WACNC,MAAO,YACPK,gBAAiB,OACjBC,UAAWJ,EACXO,WAAY,YASd,CACEV,KAAM,QACNC,MAAO,QACPK,gBAAiB,OACjBC,UAAWL,EACXQ,WAAY,wEAlLUG,KAAkBA,EAAEC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ActionArrow: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ActionArrow;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const AddCircle: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default AddCircle;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ArrowBidirectional: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ArrowBidirectional;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ArrowCircleDown: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ArrowCircleDown;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ArrowDownThree: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ArrowDownThree;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ArrowDownTwo: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ArrowDownTwo;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ArrowDown: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ArrowDown;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ArrowUpDown: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ArrowUpDown;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ArrowUpTwo: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default ArrowUpTwo;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Assignments: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Assignments;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const BlankCircle: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default BlankCircle;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const BlockFiled: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default BlockFiled;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const CalendarAdd: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default CalendarAdd;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Calendar: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Calendar;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const CheckboxSquare: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default CheckboxSquare;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const CircularArrowSetting: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default CircularArrowSetting;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Clock: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Clock;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const Close: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default Close;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const CoinOutline: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default CoinOutline;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Copy: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Copy;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Coupon: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Coupon;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const CrossHire: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default CrossHire;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
declare const Styled: (Icon: typeof SvgIcon) => import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default Styled;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Dashboard: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Dashboard;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const DocumentDownload: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default DocumentDownload;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Document: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Document;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const DollarCircleFilled: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default DollarCircleFilled;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const DollarCircle: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default DollarCircle;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Edit: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Edit;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Email: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Email;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const Export: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default Export;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const EyeOff: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default EyeOff;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const EyePlusCircle: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default EyePlusCircle;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Eye: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Eye;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const FilledCircle: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default FilledCircle;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const FilterRemove: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default FilterRemove;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Filter: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Filter;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const FolderSave: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default FolderSave;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Grid: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Grid;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Hashtag: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Hashtag;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Image: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Image;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const Import: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default Import;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const InfoCircle: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default InfoCircle;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const Info: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
4
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
5
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default Info;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const LinkHorizontal: import('@emotion/styled').StyledComponent<import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
|
|
2
|
-
ref?: import('react').Ref<SVGSVGElement>;
|
|
3
|
-
}, "classes" | "children" | "className" | "sx" | "style" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export default LinkHorizontal;
|