@jield/solodb-react-components 1.0.0
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/README.md +115 -0
- package/dist/favicon-196x196.png +0 -0
- package/dist/index.cjs +49 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +37 -0
- package/dist/index.js +40684 -0
- package/dist/index.js.map +1 -0
- package/dist/modules/admin/api/goldstein/wsHelper.d.ts +35 -0
- package/dist/modules/admin/components/goldsteinClientsDashboard/cardReadedValue.d.ts +5 -0
- package/dist/modules/admin/components/goldsteinClientsDashboard/equipmentConnected.d.ts +1 -0
- package/dist/modules/admin/components/goldsteinClientsDashboard/userAuthenticated.d.ts +3 -0
- package/dist/modules/admin/components/goldsteinClientsDashboard.d.ts +2 -0
- package/dist/modules/admin/context/goldstein/DataContext.d.ts +18 -0
- package/dist/modules/admin/functions/goldstein/listAssociation.d.ts +7 -0
- package/dist/modules/admin/functions/goldstein/listModules.d.ts +38 -0
- package/dist/modules/admin/functions/goldstein/listStatusOptions.d.ts +7 -0
- package/dist/modules/admin/functions/goldstein/notifications.d.ts +43 -0
- package/dist/modules/admin/functions/goldstein/parseAssociation.d.ts +1 -0
- package/dist/modules/admin/functions/goldstein/registerBadge.d.ts +1 -0
- package/dist/modules/admin/functions/goldstein/wsHelper.d.ts +35 -0
- package/dist/modules/chemical/components/chemical/barcodeScanElement.d.ts +3 -0
- package/dist/modules/chemical/components/chemical/chemicalIntakeElement.d.ts +1 -0
- package/dist/modules/chemical/components/chemical/registerBarcodeElement.d.ts +24 -0
- package/dist/modules/chemical/components/chemical/registerContainerElement.d.ts +7 -0
- package/dist/modules/chemical/components/chemicalHeaderElement.d.ts +1 -0
- package/dist/modules/chemical/components/modal/createChemicalModal.d.ts +7 -0
- package/dist/modules/chemical/form/chemicalContainerMethodOfUseSelectFormElement.d.ts +4 -0
- package/dist/modules/chemical/form/chemicalContainerPurposeSelectFormElement.d.ts +4 -0
- package/dist/modules/chemical/form/chemicalContainerTypeSelectFormElement.d.ts +4 -0
- package/dist/modules/chemical/form/chemicalSelectFormElement.d.ts +6 -0
- package/dist/modules/chemical/form/locationSelectFormElement.d.ts +8 -0
- package/dist/modules/chemical/form/roomSelectElement.d.ts +6 -0
- package/dist/modules/core/config/runtimeConfig.d.ts +6 -0
- package/dist/modules/core/contexts/authContext.d.ts +8 -0
- package/dist/modules/core/form/element/userFormElement.d.ts +7 -0
- package/dist/modules/core/functions/getServerUri.d.ts +1 -0
- package/dist/modules/core/hooks/useAuth.d.ts +6 -0
- package/dist/modules/core/interfaces/modalProperties.d.ts +7 -0
- package/dist/modules/core/providers/authProvider.d.ts +4 -0
- package/dist/modules/equipment/components/dashboard/ecnCard.d.ts +7 -0
- package/dist/modules/equipment/components/dashboard/equipmentDashboard.d.ts +1 -0
- package/dist/modules/equipment/components/dashboard/issueCard.d.ts +7 -0
- package/dist/modules/equipment/components/equipmentHeaderElement.d.ts +1 -0
- package/dist/modules/equipment/components/goldsteinEquipmentDashboard/actionModules/updateStatus.d.ts +4 -0
- package/dist/modules/equipment/components/goldsteinEquipmentDashboard/states/equipmentUsable.d.ts +9 -0
- package/dist/modules/equipment/components/goldsteinEquipmentDashboard/states/noUserInCard.d.ts +5 -0
- package/dist/modules/equipment/components/goldsteinEquipmentDashboard/states/nullNotifications.d.ts +1 -0
- package/dist/modules/equipment/components/goldsteinEquipmentDashboard/states/serverError.d.ts +1 -0
- package/dist/modules/equipment/components/goldsteinEquipmentDashboard/states/userNotAuthorized.d.ts +6 -0
- package/dist/modules/equipment/components/goldsteinEquipmentDashboard/states/waitingCardDetection.d.ts +1 -0
- package/dist/modules/equipment/components/goldsteinEquipmentDashboard.d.ts +1 -0
- package/dist/modules/equipment/components/partial/ecnElement.d.ts +8 -0
- package/dist/modules/equipment/components/partial/ecnModalForm.d.ts +11 -0
- package/dist/modules/equipment/components/partial/equipmentHeader.d.ts +1 -0
- package/dist/modules/equipment/components/partial/issueElement.d.ts +8 -0
- package/dist/modules/equipment/components/partial/issueModalForm.d.ts +11 -0
- package/dist/modules/equipment/components/partial/issueTable.d.ts +9 -0
- package/dist/modules/equipment/components/partial/messageElement.d.ts +4 -0
- package/dist/modules/equipment/components/partial/messageModalForm.d.ts +9 -0
- package/dist/modules/equipment/components/partial/moduleStatusElement.d.ts +5 -0
- package/dist/modules/equipment/components/partial/reservationElement.d.ts +4 -0
- package/dist/modules/equipment/components/partial/sendStatusMail.d.ts +4 -0
- package/dist/modules/equipment/components/setup/editSortingPropertiesModal.d.ts +12 -0
- package/dist/modules/equipment/components/setup/equipmentModuleStatusWrapper.d.ts +4 -0
- package/dist/modules/equipment/components/setup/equipmentTable.d.ts +11 -0
- package/dist/modules/equipment/components/setup/filterBadges.d.ts +8 -0
- package/dist/modules/equipment/components/setup/filterFormBar.d.ts +7 -0
- package/dist/modules/equipment/components/setup/filterFormColum.d.ts +6 -0
- package/dist/modules/equipment/components/setup/searchBox.d.ts +4 -0
- package/dist/modules/equipment/components/setup/selectedEquipmentTable.d.ts +8 -0
- package/dist/modules/equipment/components/setupUpdateEquipment.d.ts +3 -0
- package/dist/modules/equipment/components/status-mail/statusMailEquipmentElement.d.ts +12 -0
- package/dist/modules/equipment/components/status-mail/statusMailMessageElement.d.ts +5 -0
- package/dist/modules/equipment/components/statusMailComponent.d.ts +1 -0
- package/dist/modules/equipment/contexts/equipmentContext.d.ts +7 -0
- package/dist/modules/equipment/contexts/statusMailContext.d.ts +6 -0
- package/dist/modules/equipment/hooks/useEquipment.d.ts +6 -0
- package/dist/modules/equipment/providers/equipmentProvider.d.ts +4 -0
- package/dist/modules/equipment/providers/statusMailProvider.d.ts +4 -0
- package/dist/modules/monitor/components/monitor/monitorCard.d.ts +4 -0
- package/dist/modules/monitor/components/monitor/monitorHeaderElement.d.ts +1 -0
- package/dist/modules/monitor/components/monitor/monitorPage.d.ts +1 -0
- package/dist/modules/monitor/components/monitor/requirement/addResultModal.d.ts +7 -0
- package/dist/modules/monitor/components/monitor/requirement/addStepParameterValueModal.d.ts +7 -0
- package/dist/modules/monitor/components/monitor/requirement/editStepParameterValueModal.d.ts +6 -0
- package/dist/modules/monitor/components/monitor/requirement/requirementChart.d.ts +5 -0
- package/dist/modules/monitor/components/monitor/requirement/requirementResults.d.ts +4 -0
- package/dist/modules/monitor/contexts/monitorContext.d.ts +7 -0
- package/dist/modules/monitor/hooks/useMonitor.d.ts +6 -0
- package/dist/modules/monitor/providers/monitorProvider.d.ts +4 -0
- package/dist/modules/partial/dateFormat.d.ts +5 -0
- package/dist/modules/partial/modal.d.ts +2 -0
- package/dist/modules/partial/paginationLinks.d.ts +9 -0
- package/dist/modules/run/components/run/partial/runHeader.d.ts +1 -0
- package/dist/modules/run/components/run/partial/runPartStepPart.d.ts +6 -0
- package/dist/modules/run/components/run/partial/runTabs.d.ts +3 -0
- package/dist/modules/run/components/run/runHeaderElement.d.ts +1 -0
- package/dist/modules/run/components/run/steps/element/requirementDetails.d.ts +9 -0
- package/dist/modules/run/components/run/steps/element/requirementStepInList.d.ts +8 -0
- package/dist/modules/run/components/run/steps/element/stepDetails.d.ts +7 -0
- package/dist/modules/run/components/run/steps/element/stepInList.d.ts +9 -0
- package/dist/modules/run/components/run/steps/runInformationElement.d.ts +1 -0
- package/dist/modules/run/components/run/steps/runStepsElement.d.ts +1 -0
- package/dist/modules/run/components/shared/files/uploadFilesToStep.d.ts +5 -0
- package/dist/modules/run/components/shared/parameters/runStepParameterEditButton.d.ts +6 -0
- package/dist/modules/run/components/shared/parameters/runStepParametersTable.d.ts +7 -0
- package/dist/modules/run/components/shared/parts/partsBadgesProductionRun.d.ts +7 -0
- package/dist/modules/run/components/shared/parts/partsBadgesResearchRun.d.ts +6 -0
- package/dist/modules/run/components/shared/parts/runStepPartTableRow.d.ts +7 -0
- package/dist/modules/run/components/shared/requirement/fillValueModal.d.ts +10 -0
- package/dist/modules/run/components/shared/requirement/measurementResultsBadge.d.ts +8 -0
- package/dist/modules/run/components/shared/requirement/requirementValuesByStep.d.ts +7 -0
- package/dist/modules/run/components/shared/requirement/requirementValuesWithPartTable.d.ts +10 -0
- package/dist/modules/run/components/step/runStepHeaderElement.d.ts +1 -0
- package/dist/modules/run/components/step/view/element/batchCardElement.d.ts +5 -0
- package/dist/modules/run/components/step/view/element/checklist/checklistItemElement.d.ts +6 -0
- package/dist/modules/run/components/step/view/element/checklist/checklistModal.d.ts +8 -0
- package/dist/modules/run/components/step/view/element/hold-code/holdCodeModal.d.ts +9 -0
- package/dist/modules/run/components/step/view/element/holdCodeBadge.d.ts +2 -0
- package/dist/modules/run/components/step/view/element/logAssistElement.d.ts +5 -0
- package/dist/modules/run/components/step/view/element/parts/element/runPartProductionBadge.d.ts +8 -0
- package/dist/modules/run/components/step/view/element/parts/element/runPartProductionTableRow.d.ts +8 -0
- package/dist/modules/run/components/step/view/element/parts/element/runStepPartComment.d.ts +7 -0
- package/dist/modules/run/components/step/view/element/parts/runPartsProductionRun.d.ts +9 -0
- package/dist/modules/run/components/step/view/element/parts/runPartsResearchRun.d.ts +9 -0
- package/dist/modules/run/components/step/view/element/priorityBadge.d.ts +2 -0
- package/dist/modules/run/components/step/view/element/process.d.ts +5 -0
- package/dist/modules/run/components/step/view/element/rework.d.ts +2 -0
- package/dist/modules/run/components/step/view/element/run-changelog/runChangelogButton.d.ts +4 -0
- package/dist/modules/run/components/step/view/element/run-changelog/runChangelogModal.d.ts +5 -0
- package/dist/modules/run/components/step/view/element/runStepChecklist.d.ts +2 -0
- package/dist/modules/run/components/step/view/element/runStepSimpleList.d.ts +5 -0
- package/dist/modules/run/components/step/view/element/step-overview/requirementDetails.d.ts +8 -0
- package/dist/modules/run/components/step/view/element/step-overview/requirementElement.d.ts +8 -0
- package/dist/modules/run/components/step/view/element/step-overview/stepDetails.d.ts +7 -0
- package/dist/modules/run/components/step/view/element/step-overview/stepElement.d.ts +11 -0
- package/dist/modules/run/components/step/view/element/step-overview/stepOverviewButton.d.ts +4 -0
- package/dist/modules/run/components/step/view/element/step-overview/stepOverviewModal.d.ts +5 -0
- package/dist/modules/run/components/step/view/element/stepDashboard.d.ts +2 -0
- package/dist/modules/run/components/step/view/element/stepLabel.d.ts +5 -0
- package/dist/modules/run/components/step/view/element/stepRemark.d.ts +2 -0
- package/dist/modules/run/components/step/view/runStepExecuteElement.d.ts +1 -0
- package/dist/modules/run/contexts/emphasizedParametersContext.d.ts +7 -0
- package/dist/modules/run/contexts/runContext.d.ts +7 -0
- package/dist/modules/run/contexts/runStepContext.d.ts +12 -0
- package/dist/modules/run/hooks/useRun.d.ts +5 -0
- package/dist/modules/run/hooks/useRunStep.d.ts +7 -0
- package/dist/modules/run/providers/emphasizedParametersProvider.d.ts +4 -0
- package/dist/modules/run/providers/runProvider.d.ts +4 -0
- package/dist/modules/run/providers/runStepProvider.d.ts +4 -0
- package/dist/modules/service/components/ReportResult.d.ts +1 -0
- package/dist/modules/service/components/equipmentReports/EquipmentServiceReports.d.ts +1 -0
- package/dist/modules/service/components/equipmentReports/ListEquipmentReport.d.ts +1 -0
- package/dist/modules/service/components/report/Category.d.ts +6 -0
- package/dist/modules/service/components/report/Criterion.d.ts +9 -0
- package/dist/setupTests.d.ts +0 -0
- package/dist/solodb-react-components.css +1 -0
- package/dist/utils/__tests__/datetime.test.d.ts +1 -0
- package/dist/utils/datetime.d.ts +28 -0
- package/dist/utils/text.d.ts +8 -0
- package/package.json +76 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.