@hortiview/default-components 1.4.4 → 1.5.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 +51 -0
- package/dist/{Iconify-aUog1Oez.js → Iconify-D3gVmKx3.js} +11 -10
- package/dist/{InfoCard-BxjAQiFE.js → InfoCard-Ba-VFnki.js} +4 -4
- package/dist/{LoadingSpinner-DBMjIfY1.js → LoadingSpinner-CmwCv7BO.js} +22 -21
- package/dist/{OfflineView-NUM9WE0F-BI9rnget.js → OfflineView-CIwV08EQ-BClnJRzV.js} +4 -4
- package/dist/assets/DefaultAllowedComponent.css +1 -0
- package/dist/assets/GenericTable.css +1 -1
- package/dist/component-Bz_dtX1r-DqCAj-DR.js +304 -0
- package/dist/{component-DsB0poTj-DgsYK0_R.js → component-DEJuY56h-CYiwt7Ga.js} +6 -5
- package/dist/components/DefaultAllowedComponent/DefaultAllowedComponent.d.ts +11 -0
- package/dist/components/DefaultAllowedComponent/DefaultAllowedComponent.js +51 -0
- package/dist/components/DefaultFormNumber/DefaultFormNumber.js +475 -457
- package/dist/components/DefaultFormSelect/DefaultFormSelect.js +29 -29
- package/dist/components/DefaultLoadingSpinner/DefaultLoadingSpinner.js +2 -2
- package/dist/components/GenericTable/GenericTable.js +2204 -2189
- package/dist/components/HealthChecks/DataBaseHealthCheck.js +2 -2
- package/dist/components/HealthChecks/DefaultHealthCheck.js +2 -2
- package/dist/components/HealthChecks/IotServiceHealthCheck.js +2 -2
- package/dist/components/HealthChecks/PlatformHealthCheck.js +2 -2
- package/dist/components/ImpatienceLoadingSpinner/ImpatienceLoadingSpinner.js +2 -2
- package/dist/components/OfflineView/OfflineView.js +2 -2
- package/dist/{correct-is-regexp-logic-BBlm4UpN-CvII841s.js → correct-is-regexp-logic-Y0ToWEjF-pByZFQLo.js} +49 -48
- package/dist/{index.es-DiONypF4-eT98Y3u_.js → index.es--C-VLspF-B3Cy1zrT.js} +36 -35
- package/dist/{index.es-CvHDFF6V-CjZvA03R.js → index.es-B74L_Dje-mYAvKwSb.js} +5 -4
- package/dist/{index.es-B0QNuIUR-Bte5aF5M.js → index.es-B8p8KCdj--cmqwwUJ.js} +5 -5
- package/dist/{index.es-DnEIFMjv-DuuORGfo.js → index.es-BPv5dCFQ-BmH1Hq7_.js} +61 -61
- package/dist/{index.es-CIsLNz4j-ZEEcPmTs.js → index.es-BanVdXEd-BYOBCuJj.js} +1 -1
- package/dist/{index.es-NEYPxnlS-C8xQv2De.js → index.es-SjZ_-d7U-HvaOH_Z0.js} +33 -33
- package/dist/{index.es-fV9oWpEf-BXuhoGtE.js → index.es-nwjKmW7--CUlbl1RR.js} +12 -11
- package/dist/{isTypedArray-Dw_IY7Zq-wj3MphCb.js → isTypedArray-DziahYkI-Cw9ssvDH.js} +18 -18
- package/dist/locales/en-US.js +16 -14
- package/dist/locales/en-US.json.d.ts +3 -0
- package/dist/locales/es-MX.js +16 -14
- package/dist/locales/es-MX.json.d.ts +3 -0
- package/dist/locales/tr-TR.js +17 -15
- package/dist/locales/tr-TR.json.d.ts +3 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +24 -22
- package/dist/{slicedToArray-h0Nnkd_P-C4SkVJMK.js → slicedToArray-ByMQIs5x-BsvSjTDl.js} +158 -158
- package/dist/{useHelperText-B7OMZXvE.js → useHelperText-Cqx6ggnc.js} +55 -54
- package/dist/useTranslation-BQQybhSd.js +5042 -0
- package/package.json +2 -31
- package/dist/useTranslation-B_lNCuLm.js +0 -5343
- /package/dist/assets/{OfflineView-NUM9WE0F.css → OfflineView-CIwV08EQ.css} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hortiview/default-components",
|
|
3
3
|
"description": "This is a component library that should be used in the HortiView platform and its modules. The components provided here have default translation strings.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -44,35 +44,6 @@
|
|
|
44
44
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"release": {
|
|
48
|
-
"plugins": [
|
|
49
|
-
"@semantic-release/commit-analyzer",
|
|
50
|
-
"@semantic-release/release-notes-generator",
|
|
51
|
-
"semantic-release-ado",
|
|
52
|
-
[
|
|
53
|
-
"@semantic-release/npm",
|
|
54
|
-
{
|
|
55
|
-
"npmPublish": false
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
[
|
|
59
|
-
"@semantic-release/changelog",
|
|
60
|
-
{
|
|
61
|
-
"changelogFile": "CHANGELOG.md"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
[
|
|
65
|
-
"@semantic-release/git",
|
|
66
|
-
{
|
|
67
|
-
"assets": [
|
|
68
|
-
"package.json",
|
|
69
|
-
"CHANGELOG.md"
|
|
70
|
-
],
|
|
71
|
-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
]
|
|
75
|
-
},
|
|
76
47
|
"peerDependencies": {
|
|
77
48
|
"@hortiview/shared-components": "^2.5.0",
|
|
78
49
|
"react": "^18.3.1",
|
|
@@ -86,7 +57,7 @@
|
|
|
86
57
|
"@element-public/react-components": "^5.72.2-alpha.1",
|
|
87
58
|
"@element-public/themes": "^5.72.2-alpha.1",
|
|
88
59
|
"@eslint/js": "^9.17.0",
|
|
89
|
-
"@hortiview/shared-components": "^2.
|
|
60
|
+
"@hortiview/shared-components": "^2.15.0",
|
|
90
61
|
"@rollup/plugin-json": "^6.1.0",
|
|
91
62
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
92
63
|
"@semantic-release/changelog": "^6.0.3",
|