@hortiview/shared-components 0.0.9233 → 0.0.9707
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/HashTabView.module-ZhwSfDeQ.js +16 -0
- package/dist/{Iconify-B9ptjDuU.js → Iconify-DoU6pP1o.js} +73 -67
- package/dist/{_Map-2-rfNHMr.js → _Map-DKsHX-kc.js} +2 -2
- package/dist/{_baseToString-xTcv8tEN.js → _baseToString-dkhmFwqS.js} +1 -1
- package/dist/{_equalByTag-Bi6Uk01d.js → _equalByTag-BZEJl6ST.js} +2 -2
- package/dist/assets/HashTabView.css +1 -1
- package/dist/assets/formSelect.css +1 -1
- package/dist/components/BasicHeading/BasicHeading.js +1 -1
- package/dist/components/DeleteModal/DeleteModal.js +1 -1
- package/dist/components/Filter/Filter.js +6 -6
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +1 -1
- package/dist/components/FormComponents/FormSelect/FormSelect.d.ts +5 -1
- package/dist/components/FormComponents/FormSelect/FormSelect.js +93 -83
- package/dist/components/FormComponents/FormText/FormText.js +1 -1
- package/dist/components/GenericTable/GenericTable.js +5 -5
- package/dist/components/HashTabView/HashTabView.d.ts +6 -1
- package/dist/components/HashTabView/HashTabView.js +81 -65
- package/dist/components/Iconify/Iconify.js +2 -2
- package/dist/components/Iconify/Iconify.test.js +1 -1
- package/dist/components/ListArea/ListArea.js +6 -6
- package/dist/components/ListArea/ListAreaService.js +1 -1
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +1 -1
- package/dist/enums/AvailableCustomIcons.d.ts +20 -14
- package/dist/enums/AvailableCustomIcons.js +1 -1
- package/dist/formSelect.module-nnJoBE6f.js +12 -0
- package/dist/{get-DAwLfiRB.js → get-BJn2Enx7.js} +1 -1
- package/dist/{iconify.module-D_I3-4iU.js → iconify.module-Cru5NS2X.js} +5 -5
- package/dist/main.js +1 -1
- package/dist/types/HashTab.d.ts +4 -0
- package/package.json +1 -1
- package/dist/HashTabView.module-DUekkiTC.js +0 -13
- package/dist/formSelect.module-DMHh1bp8.js +0 -12
package/dist/main.js
CHANGED
|
@@ -12,7 +12,7 @@ import { Filter as h } from "./components/Filter/Filter.js";
|
|
|
12
12
|
import { GenericTable as w } from "./components/GenericTable/GenericTable.js";
|
|
13
13
|
import { HashTabView as g } from "./components/HashTabView/HashTabView.js";
|
|
14
14
|
import { HeaderFilter as A } from "./components/HeaderFilter/HeaderFilter.js";
|
|
15
|
-
import { I } from "./Iconify-
|
|
15
|
+
import { I } from "./Iconify-DoU6pP1o.js";
|
|
16
16
|
import { InfoGroup as v } from "./components/InfoGroup/InfoGroup.js";
|
|
17
17
|
import { ListArea as M } from "./components/ListArea/ListArea.js";
|
|
18
18
|
import { LoadingSpinner as G } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
|
package/dist/types/HashTab.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hortiview/shared-components",
|
|
3
3
|
"description": "This is a shared component library. It should used in the HortiView platform and its modules.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.9707",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
|
|
7
7
|
"author": "Falk Menge <falk.menge.ext@bayer.com>",
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import "./assets/HashTabView.css";
|
|
2
|
-
const t = "_elevation_15tjv_1", n = "_themeBackground_15tjv_6", a = "_tabBar_15tjv_10", o = "_tabWrapper_15tjv_20", e = "_tabButton_15tjv_24", _ = "_childContainer_15tjv_28", r = "_childContainerPhone_15tjv_32", i = {
|
|
3
|
-
elevation: t,
|
|
4
|
-
themeBackground: n,
|
|
5
|
-
tabBar: a,
|
|
6
|
-
tabWrapper: o,
|
|
7
|
-
tabButton: e,
|
|
8
|
-
childContainer: _,
|
|
9
|
-
childContainerPhone: r
|
|
10
|
-
};
|
|
11
|
-
export {
|
|
12
|
-
i as s
|
|
13
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import "./assets/formSelect.css";
|
|
2
|
-
const t = "_invalid_1iwpu_1", i = "_formSelectContainer_1iwpu_6", o = "_formSelect_1iwpu_6", e = "_multiText_1iwpu_32", l = "_tooltip_1iwpu_41", _ = "_disabled_1iwpu_46", s = {
|
|
3
|
-
invalid: t,
|
|
4
|
-
formSelectContainer: i,
|
|
5
|
-
formSelect: o,
|
|
6
|
-
multiText: e,
|
|
7
|
-
tooltip: l,
|
|
8
|
-
disabled: _
|
|
9
|
-
};
|
|
10
|
-
export {
|
|
11
|
-
s
|
|
12
|
-
};
|