@jield/solodb-react-components 1.0.2 → 1.0.4
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/modules/chemical/components/chemical/registerBarcodeElement.d.ts +1 -1
- package/dist/modules/chemical/components/chemical/registerContainerElement.d.ts +1 -1
- package/dist/modules/chemical/components/modal/createChemicalModal.d.ts +1 -1
- package/dist/modules/chemical/form/locationSelectFormElement.d.ts +1 -1
- package/dist/modules/core/contexts/authContext.d.ts +1 -1
- package/dist/modules/core/hooks/useAuth.d.ts +1 -1
- package/dist/modules/equipment/components/dashboard/ecnCard.d.ts +1 -1
- package/dist/modules/equipment/components/dashboard/issueCard.d.ts +1 -1
- package/dist/modules/equipment/components/partial/ecnElement.d.ts +1 -1
- package/dist/modules/equipment/components/partial/ecnModalForm.d.ts +1 -1
- package/dist/modules/equipment/components/partial/issueElement.d.ts +1 -1
- package/dist/modules/equipment/components/partial/issueModalForm.d.ts +1 -1
- package/dist/modules/equipment/components/partial/issueTable.d.ts +1 -1
- package/dist/modules/equipment/components/partial/messageElement.d.ts +1 -1
- package/dist/modules/equipment/components/partial/messageModalForm.d.ts +1 -1
- package/dist/modules/equipment/components/partial/moduleStatusElement.d.ts +1 -1
- package/dist/modules/equipment/components/partial/reservationElement.d.ts +1 -1
- package/dist/modules/equipment/components/partial/sendStatusMail.d.ts +1 -1
- package/dist/modules/equipment/components/setup/equipmentModuleStatusWrapper.d.ts +1 -1
- package/dist/modules/equipment/components/setup/equipmentTable.d.ts +1 -1
- package/dist/modules/equipment/components/setup/filterBadges.d.ts +1 -1
- package/dist/modules/equipment/components/setup/filterFormBar.d.ts +1 -1
- package/dist/modules/equipment/components/setup/filterFormColum.d.ts +1 -1
- package/dist/modules/equipment/components/setup/selectedEquipmentTable.d.ts +2 -2
- package/dist/modules/equipment/components/setupUpdateEquipment.d.ts +1 -1
- package/dist/modules/equipment/components/status-mail/statusMailEquipmentElement.d.ts +1 -1
- package/dist/modules/equipment/components/status-mail/statusMailMessageElement.d.ts +1 -1
- package/dist/modules/equipment/contexts/equipmentContext.d.ts +1 -1
- package/dist/modules/equipment/contexts/statusMailContext.d.ts +1 -1
- package/dist/modules/equipment/hooks/useEquipment.d.ts +1 -1
- package/dist/modules/monitor/components/monitor/monitorCard.d.ts +1 -1
- package/dist/modules/monitor/components/monitor/requirement/addResultModal.d.ts +1 -1
- package/dist/modules/monitor/components/monitor/requirement/addStepParameterValueModal.d.ts +1 -1
- package/dist/modules/monitor/components/monitor/requirement/editStepParameterValueModal.d.ts +1 -1
- package/dist/modules/monitor/components/monitor/requirement/requirementChart.d.ts +1 -1
- package/dist/modules/monitor/components/monitor/requirement/requirementResults.d.ts +1 -1
- package/dist/modules/monitor/contexts/monitorContext.d.ts +1 -1
- package/dist/modules/monitor/hooks/useMonitor.d.ts +1 -1
- package/dist/modules/partial/paginationLinks.d.ts +1 -1
- package/dist/modules/run/components/run/partial/runPartStepPart.d.ts +1 -1
- package/dist/modules/run/components/run/steps/element/requirementDetails.d.ts +1 -1
- package/dist/modules/run/components/run/steps/element/requirementStepInList.d.ts +1 -1
- package/dist/modules/run/components/run/steps/element/stepDetails.d.ts +1 -1
- package/dist/modules/run/components/run/steps/element/stepInList.d.ts +1 -1
- package/dist/modules/run/components/shared/files/uploadFilesToStep.d.ts +1 -1
- package/dist/modules/run/components/shared/parameters/runStepParameterEditButton.d.ts +1 -1
- package/dist/modules/run/components/shared/parameters/runStepParametersTable.d.ts +1 -1
- package/dist/modules/run/components/shared/parts/partsBadgesProductionRun.d.ts +1 -1
- package/dist/modules/run/components/shared/parts/partsBadgesResearchRun.d.ts +1 -1
- package/dist/modules/run/components/shared/parts/runStepPartTableRow.d.ts +1 -1
- package/dist/modules/run/components/shared/requirement/fillValueModal.d.ts +1 -1
- package/dist/modules/run/components/shared/requirement/measurementResultsBadge.d.ts +1 -1
- package/dist/modules/run/components/shared/requirement/requirementValuesByStep.d.ts +1 -1
- package/dist/modules/run/components/shared/requirement/requirementValuesWithPartTable.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/batchCardElement.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/checklist/checklistItemElement.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/checklist/checklistModal.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/hold-code/holdCodeModal.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/parts/element/runPartProductionBadge.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/parts/element/runPartProductionTableRow.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/parts/element/runStepPartComment.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/parts/runPartsProductionRun.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/parts/runPartsResearchRun.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/process.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/step-overview/requirementDetails.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/step-overview/requirementElement.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/step-overview/stepDetails.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/step-overview/stepElement.d.ts +1 -1
- package/dist/modules/run/components/step/view/element/stepLabel.d.ts +1 -1
- package/dist/modules/run/contexts/runContext.d.ts +1 -1
- package/dist/modules/run/contexts/runStepContext.d.ts +1 -1
- package/dist/modules/run/hooks/useRun.d.ts +1 -1
- package/dist/modules/run/hooks/useRunStep.d.ts +1 -1
- package/dist/modules/service/components/report/Category.d.ts +1 -1
- package/dist/modules/service/components/report/Criterion.d.ts +1 -1
- package/package.json +18 -18
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.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": "jield-webdev/solodb-react-components",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"coverage": "vitest run --coverage"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
+
"@jield/solodb-typescript-core": "^1.0.2",
|
|
30
31
|
"axios": "^1.13.2",
|
|
31
32
|
"moment": "^2.30.1",
|
|
32
33
|
"moment-timezone": "^0.6.0",
|
|
@@ -34,12 +35,11 @@
|
|
|
34
35
|
"react-bootstrap": "^2.10.10",
|
|
35
36
|
"react-dropzone": "^14.3.8",
|
|
36
37
|
"react-google-charts": "^5.2.1",
|
|
37
|
-
"react-hook-form": "^7.
|
|
38
|
+
"react-hook-form": "^7.70.0",
|
|
38
39
|
"react-intersection-observer": "^10.0.0",
|
|
39
40
|
"react-markdown": "^10.1.0",
|
|
40
41
|
"react-select": "^5.10.2",
|
|
41
|
-
"
|
|
42
|
-
"yet-another-react-lightbox": "^3.25.0"
|
|
42
|
+
"yet-another-react-lightbox": "^3.28.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@tanstack/react-query": "^5.90",
|
|
@@ -50,27 +50,27 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
53
|
-
"@tanstack/react-query": "~5.90.
|
|
54
|
-
"@tanstack/react-query-devtools": "~5.91.
|
|
53
|
+
"@tanstack/react-query": "~5.90.16",
|
|
54
|
+
"@tanstack/react-query-devtools": "~5.91.2",
|
|
55
55
|
"@tanstack/react-table": "^8.21.3",
|
|
56
|
-
"@testing-library/jest-dom": "^6.
|
|
57
|
-
"@testing-library/react": "^16.
|
|
56
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
57
|
+
"@testing-library/react": "^16.3.1",
|
|
58
58
|
"@testing-library/user-event": "^14.6.1",
|
|
59
|
-
"@types/node": "^
|
|
60
|
-
"@types/react": "^19.2.
|
|
59
|
+
"@types/node": "^25.0.5",
|
|
60
|
+
"@types/react": "^19.2.8",
|
|
61
61
|
"@types/react-dom": "^19.2.3",
|
|
62
62
|
"@types/react-router-dom": "^5.3.3",
|
|
63
|
-
"@vitejs/plugin-react": "^5.1.
|
|
64
|
-
"@vitest/coverage-v8": "^
|
|
65
|
-
"jsdom": "^
|
|
66
|
-
"prettier": "^3.7.
|
|
63
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
64
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
65
|
+
"jsdom": "^27.4.0",
|
|
66
|
+
"prettier": "^3.7.4",
|
|
67
67
|
"prop-types": "^15.8.1",
|
|
68
68
|
"react": "^19.2.3",
|
|
69
69
|
"react-dom": "^19.2.3",
|
|
70
|
-
"react-router-dom": "^7.
|
|
70
|
+
"react-router-dom": "^7.12.0",
|
|
71
71
|
"typescript": "^5.9.3",
|
|
72
|
-
"vite": "^7.
|
|
73
|
-
"vite-plugin-dts": "^4.
|
|
74
|
-
"vitest": "^
|
|
72
|
+
"vite": "^7.3.1",
|
|
73
|
+
"vite-plugin-dts": "^4.5.4",
|
|
74
|
+
"vitest": "^4.0.16"
|
|
75
75
|
}
|
|
76
76
|
}
|