@jield/solodb-react-components 1.0.29 → 1.0.32
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/index.cjs +35 -34
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -47
- package/dist/index.js +34310 -36657
- package/dist/index.js.map +1 -1
- package/dist/solodb-react-components.css +2 -1
- package/dist/src/index.d.ts +47 -0
- package/dist/{modules → src/modules}/admin/api/goldstein/wsHelper.d.ts +1 -1
- package/dist/{modules → src/modules}/core/contexts/scanner/ScannerContext.d.ts +1 -1
- package/dist/{modules → src/modules}/run/components/shared/parts/runPartIndicator.d.ts +1 -2
- package/dist/{modules → src/modules}/run/components/shared/parts/runPartList.d.ts +1 -2
- package/dist/{modules → src/modules}/run/components/shared/parts_table/element/runPartProductionTableRow.d.ts +1 -3
- package/dist/{modules → src/modules}/run/components/shared/parts_table/runPartsQrFlow.d.ts +1 -2
- package/dist/{modules → src/modules}/run/components/shared/parts_table/runPartsRegularFlow.d.ts +1 -2
- package/dist/{modules → src/modules}/run/contexts/runStepContext.d.ts +1 -1
- package/dist/{modules → src/modules}/run/hooks/run/parts/usePartActions.d.ts +6 -7
- package/dist/src/modules/run/utils/runStepPartCache.d.ts +11 -0
- package/package.json +17 -17
- package/dist/modules/run/utils/runStepPartCache.d.ts +0 -9
- /package/dist/{modules → src/modules}/admin/components/goldsteinClientsDashboard/cardReadedValue.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/components/goldsteinClientsDashboard/equipmentConnected.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/components/goldsteinClientsDashboard/userAuthenticated.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/components/goldsteinClientsDashboard.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/context/goldstein/DataContext.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/functions/goldstein/listAssociation.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/functions/goldstein/listModules.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/functions/goldstein/listStatusOptions.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/functions/goldstein/notifications.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/functions/goldstein/parseAssociation.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/functions/goldstein/registerBadge.d.ts +0 -0
- /package/dist/{modules → src/modules}/admin/functions/goldstein/wsHelper.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/components/chemical/barcodeScanElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/components/chemical/chemicalIntakeElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/components/chemical/registerBarcodeElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/components/chemical/registerContainerElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/components/chemicalHeaderElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/components/modal/createChemicalModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/form/chemicalContainerMethodOfUseSelectFormElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/form/chemicalContainerPurposeSelectFormElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/form/chemicalContainerTypeSelectFormElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/form/chemicalSelectFormElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/form/locationSelectFormElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/chemical/form/roomSelectElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/components/common/ErrorBoundary.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/components/common/LoadingComponent.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/config/runtimeConfig.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/contexts/authContext.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/contexts/scanner/ScannerProvider.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/form/element/userFormElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/functions/getServerUri.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/hooks/useAuth.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/interfaces/modalProperties.d.ts +0 -0
- /package/dist/{modules → src/modules}/core/providers/authProvider.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/dashboard/ecnCard.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/dashboard/equipmentDashboard.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/dashboard/issueCard.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/equipmentHeaderElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/goldsteinEquipmentDashboard/actionModules/updateStatus.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/goldsteinEquipmentDashboard/states/equipmentUsable.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/goldsteinEquipmentDashboard/states/noUserInCard.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/goldsteinEquipmentDashboard/states/nullNotifications.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/goldsteinEquipmentDashboard/states/serverError.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/goldsteinEquipmentDashboard/states/userNotAuthorized.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/goldsteinEquipmentDashboard/states/waitingCardDetection.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/goldsteinEquipmentDashboard.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/ecnElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/ecnModalForm.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/equipmentHeader.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/issueElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/issueModalForm.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/issueTable.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/messageElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/messageModalForm.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/moduleStatusElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/reservationElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/partial/sendStatusMail.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setup/editSortingPropertiesModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setup/equipmentModuleStatusWrapper.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setup/equipmentTable.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setup/filterBadges.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setup/filterFormBar.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setup/filterFormColum.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setup/searchBox.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setup/selectedEquipmentTable.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/setupUpdateEquipment.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/status-mail/statusMailEquipmentElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/status-mail/statusMailMessageElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/components/statusMailComponent.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/contexts/equipmentContext.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/contexts/statusMailContext.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/hooks/useEquipment.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/providers/equipmentProvider.d.ts +0 -0
- /package/dist/{modules → src/modules}/equipment/providers/statusMailProvider.d.ts +0 -0
- /package/dist/{modules → src/modules}/iris/components/IrisOperatorDashboard.d.ts +0 -0
- /package/dist/{modules → src/modules}/iris/components/irisOperatorDashboardUtils.d.ts +0 -0
- /package/dist/{modules → src/modules}/iris/components/operatorDashboard/IrisOperatorEventDetails.d.ts +0 -0
- /package/dist/{modules → src/modules}/iris/components/operatorDashboard/IrisOperatorEventList.d.ts +0 -0
- /package/dist/{modules → src/modules}/iris/components/operatorDashboard/irisOperatorEventDetailsUtils.d.ts +0 -0
- /package/dist/{modules → src/modules}/iris/hooks/useIrisStreamContextEvents.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/components/monitor/monitorCard.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/components/monitor/monitorHeaderElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/components/monitor/monitorPage.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/components/monitor/requirement/addResultModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/components/monitor/requirement/addStepParameterValueModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/components/monitor/requirement/editStepParameterValueModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/components/monitor/requirement/requirementChart.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/components/monitor/requirement/requirementResults.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/contexts/monitorContext.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/hooks/useMonitor.d.ts +0 -0
- /package/dist/{modules → src/modules}/monitor/providers/monitorProvider.d.ts +0 -0
- /package/dist/{modules → src/modules}/partial/dateFormat.d.ts +0 -0
- /package/dist/{modules → src/modules}/partial/modal.d.ts +0 -0
- /package/dist/{modules → src/modules}/partial/paginationLinks.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/partial/runHeader.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/partial/runTabs.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/runHeaderElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/steps/element/requirementDetails.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/steps/element/requirementStepInList.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/steps/element/stepDetails.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/steps/element/stepInList.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/steps/runInformationElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/run/steps/runStepsElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/files/uploadFilesToStep.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/parameters/runStepParameterEditButton.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/parameters/runStepParametersTable.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/parts_table/element/partActionsButtons.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/parts_table/element/partActionsDropdown.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/parts_table/element/partSelectionControls.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/parts_table/element/runPartProductionActionsButtons.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/parts_table/element/runPartProductionActionsDropdown.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/parts_table/element/runStepPartComment.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/qr-scanner/selectRunWithQrScanner.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/requirement/fillValueModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/requirement/measurementResultsBadge.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/requirement/requirementValuesByStep.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/shared/requirement/requirementValuesWithPartTable.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/runStepHeaderElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/batchCardElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/checklist/checklistItemElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/checklist/checklistModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/hold-code/holdCodeModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/holdCodeBadge.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/logAssistElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/priorityBadge.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/process.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/rework.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/run-changelog/runChangelogButton.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/run-changelog/runChangelogModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/runStepChecklist.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/runStepChecklistExecute.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/runStepSimpleList.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/step-overview/requirementDetails.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/step-overview/requirementElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/step-overview/stepDetails.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/step-overview/stepElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/step-overview/stepOverviewButton.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/step-overview/stepOverviewModal.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/stepDashboard.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/stepLabel.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/element/stepRemark.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/runStepExecuteElement.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/components/step/view/runStepExecuteMinimal.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/contexts/emphasizedParametersContext.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/contexts/runContext.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/hooks/run/parts/usePartSelection.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/hooks/useRun.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/hooks/useRunStep.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/hooks/useSelectRunWithScanner.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/providers/emphasizedParametersProvider.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/providers/runProvider.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/providers/runStepProvider.d.ts +0 -0
- /package/dist/{modules → src/modules}/run/utils/parseScannerForRun.d.ts +0 -0
- /package/dist/{modules → src/modules}/service/components/ReportResult.d.ts +0 -0
- /package/dist/{modules → src/modules}/service/components/equipmentReports/EquipmentServiceReports.d.ts +0 -0
- /package/dist/{modules → src/modules}/service/components/equipmentReports/ListEquipmentReport.d.ts +0 -0
- /package/dist/{modules → src/modules}/service/components/report/Category.d.ts +0 -0
- /package/dist/{modules → src/modules}/service/components/report/Criterion.d.ts +0 -0
- /package/dist/{setupTests.d.ts → src/setupTests.d.ts} +0 -0
- /package/dist/{utils → src/utils}/datetime.d.ts +0 -0
- /package/dist/{utils → src/utils}/keySequenceListener.d.ts +0 -0
- /package/dist/{utils → src/utils}/notification.d.ts +0 -0
- /package/dist/{utils → src/utils}/text.d.ts +0 -0
|
@@ -1 +1,2 @@
|
|
|
1
|
-
.equipment_container{
|
|
1
|
+
.equipment_container{border:5px solid #000;margin:10px;padding:10px}.loading-container{flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;padding:20px;display:flex}.loading-spinner{border:4px solid #0000001a;border-top-color:#0d6efd;border-radius:50%;width:40px;height:40px;margin-bottom:10px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tray-grid-group{flex-flow:row;align-items:flex-start;gap:20px;padding-bottom:4px;display:flex;overflow-x:auto}.tray-grid-wrapper{flex-direction:column;flex:none;gap:10px;display:flex}.tray-grid__label{color:#f1f3f5;text-align:center;letter-spacing:.2px;background:#33383e;border-radius:10px;padding:8px 12px;font-size:.85rem}.tray-grid{--tray-columns:1;--tray-rows:1;--tray-gap:10px;--tray-padding:0px;--tray-cell-size:25px;--tray-cell-radius:5px;grid-template-columns:repeat(var(--tray-columns), minmax(var(--tray-cell-size), 1fr));grid-template-rows:repeat(var(--tray-rows), minmax(var(--tray-cell-size), 1fr));gap:var(--tray-gap);padding:var(--tray-padding);background:0 0;border-radius:12px;display:grid}.tray-grid[data-orientation=ttb]{grid-auto-flow:column}.tray-grid__cell{min-height:var(--tray-cell-size);min-width:var(--tray-cell-size);border-radius:var(--tray-cell-radius);color:#f8f9fa;text-align:center;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:.85rem;display:flex}.tray-grid__cell--multi{flex-direction:column;justify-content:center;gap:4px}.tray-grid__cell--empty{background:0 0}.tray-grid__cell--inactive{background:#3b4148}.tray-grid__cell-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tray-grid__badge{width:100%;min-height:var(--tray-cell-size);min-width:var(--tray-cell-size);border-radius:var(--tray-cell-radius);color:#f8f9fa;text-align:center;justify-content:center;align-items:center;padding:0 6px;line-height:1;display:inline-flex}.tray-grid__badge--init{text-transform:none;color:#f8f9fa;background:#3b4148;border-color:#3b4148;font-size:.75rem}.step-part-processed{color:#f8f9fa;background:#0ca04b}.step-part-started{color:#f8f9fa;background:#e28b22}.step-part-failed{color:#f8f9fa;background:#c11a1a}.step-part-failed-other{color:#f8f9fa;background:#7c0c0c}.step-part-inactive{color:#f8f9fa;background:#3b4148}.step-part-selected{box-shadow:0 0 0 2px #0d6efd59}
|
|
2
|
+
/*$vite$:1*/
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export { AuthProvider } from '../modules/core/providers/authProvider';
|
|
2
|
+
export { default as SetupUpdateEquipment } from '../modules/equipment/components/setupUpdateEquipment';
|
|
3
|
+
export { default as GoldsteinEquipmentDashboard } from '../modules/equipment/components/goldsteinEquipmentDashboard';
|
|
4
|
+
export { default as StatusMailComponent } from '../modules/equipment/components/statusMailComponent';
|
|
5
|
+
export { default as EquipmentDashboard } from '../modules/equipment/components/dashboard/equipmentDashboard';
|
|
6
|
+
export { default as EquipmentHeaderElement } from '../modules/equipment/components/equipmentHeaderElement';
|
|
7
|
+
export { default as ModuleStatusElement } from '../modules/equipment/components/partial/moduleStatusElement';
|
|
8
|
+
export { default as EquipmentProvider } from '../modules/equipment/providers/equipmentProvider';
|
|
9
|
+
export { default as StatusMailProvider } from '../modules/equipment/providers/statusMailProvider';
|
|
10
|
+
export { default as MonitorCard } from '../modules/monitor/components/monitor/monitorCard';
|
|
11
|
+
export { default as MonitorPage } from '../modules/monitor/components/monitor/monitorPage';
|
|
12
|
+
export { default as MonitorHeaderElement } from '../modules/monitor/components/monitor/monitorHeaderElement';
|
|
13
|
+
export { default as MonitorProvider } from '../modules/monitor/providers/monitorProvider';
|
|
14
|
+
export { default as RunHeaderElement } from '../modules/run/components/run/runHeaderElement';
|
|
15
|
+
export { default as RunStepsElement } from '../modules/run/components/run/steps/runStepsElement';
|
|
16
|
+
export { default as RunInformationElement } from '../modules/run/components/run/steps/runInformationElement';
|
|
17
|
+
export { default as RunStepHeaderElement } from '../modules/run/components/step/runStepHeaderElement';
|
|
18
|
+
export { default as RunStepExecuteElement } from '../modules/run/components/step/view/runStepExecuteElement';
|
|
19
|
+
export { default as StepDetails } from '../modules/run/components/run/steps/element/stepDetails';
|
|
20
|
+
export { default as RunStepChecklist } from '../modules/run/components/step/view/element/runStepChecklist';
|
|
21
|
+
export { default as RunStepExecuteMinimal } from '../modules/run/components/step/view/runStepExecuteMinimal';
|
|
22
|
+
export { default as BatchCardElement } from '../modules/run/components/step/view/element/batchCardElement';
|
|
23
|
+
export { default as SelectRunWithQrScanner } from '../modules/run/components/shared/qr-scanner/selectRunWithQrScanner';
|
|
24
|
+
export { default as RunProvider } from '../modules/run/providers/runProvider';
|
|
25
|
+
export { default as RunStepProvider } from '../modules/run/providers/runStepProvider';
|
|
26
|
+
export { default as EmphasizedParametersProvider } from '../modules/run/providers/emphasizedParametersProvider';
|
|
27
|
+
export { default as ChemicalHeaderElement } from '../modules/chemical/components/chemicalHeaderElement';
|
|
28
|
+
export { default as ChemicalIntakeElement } from '../modules/chemical/components/chemical/chemicalIntakeElement';
|
|
29
|
+
export { default as GoldsteinClientsDashboard } from '../modules/admin/components/goldsteinClientsDashboard';
|
|
30
|
+
export { default as ReportResults } from '../modules/service/components/ReportResult';
|
|
31
|
+
export { default as IrisOperatorDashboard } from '../modules/iris/components/IrisOperatorDashboard';
|
|
32
|
+
export { default as PaginationLinks } from '../modules/partial/paginationLinks';
|
|
33
|
+
export { default as InputModal } from '../modules/partial/modal';
|
|
34
|
+
export { default as DateFormat } from '../modules/partial/dateFormat';
|
|
35
|
+
export { AuthContext } from '../modules/core/contexts/authContext';
|
|
36
|
+
export { EquipmentContext } from '../modules/equipment/contexts/equipmentContext';
|
|
37
|
+
export { StatusMailContext } from '../modules/equipment/contexts/statusMailContext';
|
|
38
|
+
export { MonitorContext } from '../modules/monitor/contexts/monitorContext';
|
|
39
|
+
export { RunContext } from '../modules/run/contexts/runContext';
|
|
40
|
+
export { RunStepContext } from '../modules/run/contexts/runStepContext';
|
|
41
|
+
export { EmphasizedParametersContext } from '../modules/run/contexts/emphasizedParametersContext';
|
|
42
|
+
export { ScannerContext, useScannerContext, } from '../modules/core/contexts/scanner/ScannerContext';
|
|
43
|
+
export { ScannerProvider } from '../modules/core/contexts/scanner/ScannerProvider';
|
|
44
|
+
export { useAuth } from '../modules/core/hooks/useAuth';
|
|
45
|
+
export { default as useSelectRunWithScanner } from '../modules/run/hooks/useSelectRunWithScanner';
|
|
46
|
+
export { initSolodbComponents } from '../modules/core/config/runtimeConfig';
|
|
47
|
+
export { notification, NotificationProvider } from '../utils/notification';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ScannedKeysType } from '
|
|
1
|
+
import { ScannedKeysType } from '../../../../../modules/run/utils/parseScannerForRun';
|
|
2
2
|
export interface ScannerContext {
|
|
3
3
|
lastlyReadedKeys: string;
|
|
4
4
|
addCallbackFn: (type: ScannedKeysType, id: string, fun: (readedKeys: string) => void) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RunPart, RunStep } from '@jield/solodb-typescript-core';
|
|
2
|
-
declare const RunPartIndicator: ({ runPart, statusClass, withTrayCell, allowCreate, hasStepPart, isSelected, runStep,
|
|
2
|
+
declare const RunPartIndicator: ({ runPart, statusClass, withTrayCell, allowCreate, hasStepPart, isSelected, runStep, }: {
|
|
3
3
|
runPart: RunPart | null;
|
|
4
4
|
statusClass?: string;
|
|
5
5
|
withTrayCell?: boolean;
|
|
@@ -7,6 +7,5 @@ declare const RunPartIndicator: ({ runPart, statusClass, withTrayCell, allowCrea
|
|
|
7
7
|
hasStepPart?: boolean;
|
|
8
8
|
isSelected?: boolean;
|
|
9
9
|
runStep?: RunStep;
|
|
10
|
-
reloadFn?: () => void;
|
|
11
10
|
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
12
11
|
export default RunPartIndicator;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { RunStep, RunPart, RunStepPart, Run } from '@jield/solodb-typescript-core';
|
|
2
|
-
export declare const RunPartList: ({ step, parts, stepParts, run,
|
|
2
|
+
export declare const RunPartList: ({ step, parts, stepParts, run, }: {
|
|
3
3
|
step: RunStep;
|
|
4
4
|
parts: RunPart[];
|
|
5
5
|
stepParts: RunStepPart[];
|
|
6
6
|
run: Run;
|
|
7
|
-
reloadFn?: () => void;
|
|
8
7
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -6,9 +6,7 @@ type Props = {
|
|
|
6
6
|
runStepParts: RunStepPart[];
|
|
7
7
|
canInit: boolean;
|
|
8
8
|
runStep: RunStep;
|
|
9
|
-
refetchFn?: () => void;
|
|
10
9
|
dropdown: boolean;
|
|
11
|
-
onRunStepPartUpdated?: (runStepPart: RunStepPart) => void;
|
|
12
10
|
};
|
|
13
|
-
declare const RunStepPartProductionTableRow: (
|
|
11
|
+
declare const RunStepPartProductionTableRow: ({ runPart, partIsSelected, setPartAsSelected, runStepParts, canInit, runStep, dropdown, }: Props) => import("react/jsx-runtime").JSX.Element | null;
|
|
14
12
|
export default RunStepPartProductionTableRow;
|
|
@@ -2,7 +2,6 @@ import { Run, RunStep } from '@jield/solodb-typescript-core';
|
|
|
2
2
|
type Props = {
|
|
3
3
|
run: Run;
|
|
4
4
|
runStep: RunStep;
|
|
5
|
-
refetchFn?: () => void;
|
|
6
5
|
};
|
|
7
|
-
declare const RunPartsQrFlow: ({ run, runStep
|
|
6
|
+
declare const RunPartsQrFlow: ({ run, runStep }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export default RunPartsQrFlow;
|
package/dist/{modules → src/modules}/run/components/shared/parts_table/runPartsRegularFlow.d.ts
RENAMED
|
@@ -2,7 +2,6 @@ import { Run, RunStep } from '@jield/solodb-typescript-core';
|
|
|
2
2
|
type Props = {
|
|
3
3
|
run: Run;
|
|
4
4
|
runStep: RunStep;
|
|
5
|
-
refetchFn?: () => void;
|
|
6
5
|
};
|
|
7
|
-
declare const RunPartsRegularFlow: ({ run, runStep
|
|
6
|
+
declare const RunPartsRegularFlow: ({ run, runStep }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export default RunPartsRegularFlow;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ModalProperties } from '
|
|
1
|
+
import { ModalProperties } from '../../../../modules/core/interfaces/modalProperties';
|
|
2
2
|
import { RunStep, Run } from '@jield/solodb-typescript-core';
|
|
3
3
|
interface RunStepContext {
|
|
4
4
|
runStep: RunStep;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { RunStepPartActionEnum, RunStepPart, RunStep } from '@jield/solodb-typescript-core';
|
|
2
|
-
export interface UsePartActionsOptions
|
|
1
|
+
import { RunStepPartActionEnum, RunStepPart, RunStep, RunPart } from '@jield/solodb-typescript-core';
|
|
2
|
+
export interface UsePartActionsOptions {
|
|
3
3
|
runStep: RunStep;
|
|
4
|
-
parts:
|
|
4
|
+
parts: RunStepPart[] | RunPart[];
|
|
5
5
|
selectedParts: Map<number, boolean>;
|
|
6
|
-
|
|
7
|
-
getRunStepPart
|
|
8
|
-
refetchFn?: () => void;
|
|
6
|
+
getRunPart?: (part: RunStepPart) => number;
|
|
7
|
+
getRunStepPart?: (part: RunPart) => RunStepPart | undefined;
|
|
9
8
|
actionsFromScanner?: boolean;
|
|
10
9
|
}
|
|
11
10
|
export interface UsePartActionsResult {
|
|
@@ -18,4 +17,4 @@ export interface UsePartActionsResult {
|
|
|
18
17
|
* @param options Configuration object with parts, selection state, and action mappings
|
|
19
18
|
* @returns Functions for performing and querying available actions
|
|
20
19
|
*/
|
|
21
|
-
export declare function usePartActions
|
|
20
|
+
export declare function usePartActions({ runStep, parts, selectedParts, getRunPart, getRunStepPart, actionsFromScanner, }: UsePartActionsOptions): UsePartActionsResult;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { QueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { RunStep, RunStepPart, RunStepPartActionEnum } from '@jield/solodb-typescript-core';
|
|
3
|
+
type UpdateRunStepPartCacheOptions = {
|
|
4
|
+
runStepPart: RunStepPart;
|
|
5
|
+
action: RunStepPartActionEnum;
|
|
6
|
+
latestAction?: RunStepPart["latest_action"] | null;
|
|
7
|
+
};
|
|
8
|
+
export declare const updateRunStepPartCache: (queryClient: QueryClient, options: UpdateRunStepPartCacheOptions) => void;
|
|
9
|
+
export declare const updateRunStepPartCacheByRunStep: (queryClient: QueryClient, runStep: RunStep, options: UpdateRunStepPartCacheOptions) => void;
|
|
10
|
+
export declare const upsertRunStepPartCache: (queryClient: QueryClient, runStep: RunStep, runStepPart: RunStepPart) => void;
|
|
11
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jield/solodb-react-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": "jield-webdev/solodb-react-components",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"coverage": "vitest run --coverage"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@jield/solodb-typescript-core": "^1.0.
|
|
30
|
+
"@jield/solodb-typescript-core": "^1.0.24",
|
|
31
31
|
"@testing-library/dom": "^10.4.1",
|
|
32
32
|
"moment": "^2.30.1",
|
|
33
|
-
"moment-timezone": "^0.6.
|
|
33
|
+
"moment-timezone": "^0.6.1",
|
|
34
34
|
"qrcode.react": "^4.2.0",
|
|
35
35
|
"react-bootstrap": "^2.10.10",
|
|
36
|
-
"react-dropzone": "^
|
|
36
|
+
"react-dropzone": "^15.0.0",
|
|
37
37
|
"react-google-charts": "^5.2.1",
|
|
38
|
-
"react-hook-form": "^7.
|
|
38
|
+
"react-hook-form": "^7.72.1",
|
|
39
39
|
"react-intersection-observer": "^10.0.3",
|
|
40
40
|
"react-markdown": "^10.1.0",
|
|
41
41
|
"react-select": "^5.10.2",
|
|
42
|
-
"yet-another-react-lightbox": "^3.
|
|
42
|
+
"yet-another-react-lightbox": "^3.30.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@tanstack/react-query": "^5.90",
|
|
@@ -51,29 +51,29 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
54
|
-
"@tanstack/react-query": "~5.
|
|
55
|
-
"@tanstack/react-query-devtools": "~5.
|
|
54
|
+
"@tanstack/react-query": "~5.96.2",
|
|
55
|
+
"@tanstack/react-query-devtools": "~5.96.2",
|
|
56
56
|
"@tanstack/react-table": "^8.21.3",
|
|
57
57
|
"@testing-library/jest-dom": "^6.9.1",
|
|
58
58
|
"@testing-library/react": "^16.3.2",
|
|
59
59
|
"@testing-library/user-event": "^14.6.1",
|
|
60
|
-
"@types/node": "^25.
|
|
60
|
+
"@types/node": "^25.5.2",
|
|
61
61
|
"@types/react": "^19.2.14",
|
|
62
62
|
"@types/react-dom": "^19.2.3",
|
|
63
63
|
"@types/react-router-dom": "^5.3.3",
|
|
64
|
-
"@vitejs/plugin-react": "^
|
|
65
|
-
"@vitest/coverage-v8": "^4.
|
|
66
|
-
"axios": "^1.
|
|
67
|
-
"jsdom": "^
|
|
64
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
65
|
+
"@vitest/coverage-v8": "^4.1.2",
|
|
66
|
+
"axios": "^1.14.0",
|
|
67
|
+
"jsdom": "^29.0.1",
|
|
68
68
|
"prettier": "^3.8.1",
|
|
69
69
|
"prop-types": "^15.8.1",
|
|
70
70
|
"react": "^19.2.4",
|
|
71
71
|
"react-dom": "^19.2.4",
|
|
72
|
-
"react-router-dom": "^7.
|
|
73
|
-
"typescript": "^
|
|
74
|
-
"vite": "^
|
|
72
|
+
"react-router-dom": "^7.14.0",
|
|
73
|
+
"typescript": "^6.0.2",
|
|
74
|
+
"vite": "^8.0.3",
|
|
75
75
|
"vite-plugin-dts": "^4.5.4",
|
|
76
|
-
"vitest": "^4.
|
|
76
|
+
"vitest": "^4.1.2"
|
|
77
77
|
},
|
|
78
78
|
"packageManager": "yarn@4.13.0"
|
|
79
79
|
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { QueryClient } from '@tanstack/react-query';
|
|
2
|
-
import { RunStepPart, RunStepPartActionEnum } from '@jield/solodb-typescript-core';
|
|
3
|
-
type UpdateRunStepPartCacheOptions = {
|
|
4
|
-
runStepPart: RunStepPart;
|
|
5
|
-
action: RunStepPartActionEnum;
|
|
6
|
-
latestAction?: RunStepPart["latest_action"] | null;
|
|
7
|
-
};
|
|
8
|
-
export declare const updateRunStepPartCache: (queryClient: QueryClient, options: UpdateRunStepPartCacheOptions) => void;
|
|
9
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/chemical/components/chemical/chemicalIntakeElement.d.ts
RENAMED
|
File without changes
|
/package/dist/{modules → src/modules}/chemical/components/chemical/registerBarcodeElement.d.ts
RENAMED
|
File without changes
|
/package/dist/{modules → src/modules}/chemical/components/chemical/registerContainerElement.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/chemical/form/chemicalContainerPurposeSelectFormElement.d.ts
RENAMED
|
File without changes
|
/package/dist/{modules → src/modules}/chemical/form/chemicalContainerTypeSelectFormElement.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/equipment/components/dashboard/equipmentDashboard.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/equipment/components/setup/editSortingPropertiesModal.d.ts
RENAMED
|
File without changes
|
/package/dist/{modules → src/modules}/equipment/components/setup/equipmentModuleStatusWrapper.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/equipment/components/setup/selectedEquipmentTable.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/equipment/components/status-mail/statusMailMessageElement.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/iris/components/operatorDashboard/IrisOperatorEventList.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/monitor/components/monitor/requirement/addResultModal.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/monitor/components/monitor/requirement/requirementChart.d.ts
RENAMED
|
File without changes
|
/package/dist/{modules → src/modules}/monitor/components/monitor/requirement/requirementResults.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/run/steps/element/requirementDetails.d.ts
RENAMED
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/run/steps/element/requirementStepInList.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/shared/parameters/runStepParametersTable.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/shared/qr-scanner/selectRunWithQrScanner.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/shared/requirement/measurementResultsBadge.d.ts
RENAMED
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/shared/requirement/requirementValuesByStep.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/step/view/element/batchCardElement.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/step/view/element/checklist/checklistModal.d.ts
RENAMED
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/step/view/element/hold-code/holdCodeModal.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/{modules → src/modules}/run/components/step/view/element/logAssistElement.d.ts
RENAMED
|
File without changes
|