@j2inn/fin5-ui-utils 5.2.2-beta.9 → 6.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 +5 -5
- package/dist/fantomProps/createFin5Props/index.d.ts +12 -12
- package/dist/fantomProps/createFin5Props/index.js +146 -146
- package/dist/fantomProps/createFin5Props/runCreateFin5Props.d.ts +2 -2
- package/dist/fantomProps/createFin5Props/runCreateFin5Props.js +16 -16
- package/dist/fantomProps/fantomPropsToObject.d.ts +8 -8
- package/dist/fantomProps/fantomPropsToObject.js +183 -183
- package/dist/fantomProps/generateJsonFromFantomPropsFile.d.ts +4 -4
- package/dist/fantomProps/generateJsonFromFantomPropsFile.js +41 -41
- package/dist/fantomProps/localePropsToJson.d.ts +1 -1
- package/dist/fantomProps/localePropsToJson.js +50 -50
- package/dist/fantomProps/readFantomPropsFile.d.ts +5 -5
- package/dist/fantomProps/readFantomPropsFile.js +61 -61
- package/dist/fin5Top/fin5FileUpload.d.ts +24 -24
- package/dist/fin5Top/fin5FileUpload.js +51 -51
- package/dist/fin5Top/fin5Top.d.ts +124 -124
- package/dist/fin5Top/fin5Top.js +58 -58
- package/dist/fin5Top/finEdge2Cloud.d.ts +6 -6
- package/dist/fin5Top/finEdge2Cloud.js +15 -15
- package/dist/fin5Top/getFin5BinUrl.d.ts +2 -2
- package/dist/fin5Top/getFin5BinUrl.js +9 -9
- package/dist/fin5Top/openFin5Alarm.d.ts +22 -22
- package/dist/fin5Top/openFin5Alarm.js +23 -23
- package/dist/fin5Top/openFin5Historian.d.ts +3 -3
- package/dist/fin5Top/openFin5Historian.js +19 -19
- package/dist/fin5Top/useFin5AppURLHashParameter.d.ts +18 -18
- package/dist/fin5Top/useFin5AppURLHashParameter.js +133 -133
- package/dist/index.d.ts +31 -36
- package/dist/index.js +65 -70
- package/dist/index.js.map +1 -1
- package/dist/jobs/jobUtils.d.ts +14 -14
- package/dist/jobs/jobUtils.js +15 -15
- package/dist/react/app/Fin5AppContainer.d.ts +36 -36
- package/dist/react/app/Fin5AppContainer.js +102 -102
- package/dist/react/app/Fin5AppRootStore.d.ts +38 -39
- package/dist/react/app/Fin5AppRootStore.js +68 -69
- package/dist/react/app/Fin5AppRootStore.js.map +1 -1
- package/dist/react/components/ErrorBoundary.d.ts +57 -57
- package/dist/react/components/ErrorBoundary.js +150 -150
- package/dist/react/components/ErrorDisplayer.d.ts +19 -19
- package/dist/react/components/ErrorDisplayer.js +36 -36
- package/dist/react/components/Loader.d.ts +9 -9
- package/dist/react/components/Loader.js +17 -17
- package/dist/react/components/LoadingSpinner.d.ts +2 -2
- package/dist/react/components/LoadingSpinner.js +27 -27
- package/dist/react/components/RecordImage.d.ts +20 -20
- package/dist/react/components/RecordImage.js +51 -51
- package/dist/react/components/charts/QRCode.d.ts +25 -25
- package/dist/react/components/charts/QRCode.js +81 -82
- package/dist/react/components/charts/QRCode.js.map +1 -1
- package/dist/react/components/charts/pie/PieChart.d.ts +93 -94
- package/dist/react/components/charts/pie/PieChart.js +202 -204
- package/dist/react/components/charts/pie/PieChart.js.map +1 -1
- package/dist/react/components/charts/pie/SimplePieChart.d.ts +20 -21
- package/dist/react/components/charts/pie/SimplePieChart.js +55 -55
- package/dist/react/components/charts/pie/SimplePieChart.js.map +1 -1
- package/dist/react/components/graphics/GraphicViewer.d.ts +10 -10
- package/dist/react/components/graphics/GraphicViewer.js +29 -29
- package/dist/react/components/graphics/GraphicsTabViewer.d.ts +17 -17
- package/dist/react/components/graphics/GraphicsTabViewer.js +90 -90
- package/dist/react/components/navigation/BasicLayout.d.ts +41 -41
- package/dist/react/components/navigation/BasicLayout.js +155 -155
- package/dist/react/components/navigation/HeaderSiderLayout.d.ts +13 -13
- package/dist/react/components/navigation/HeaderSiderLayout.js +110 -110
- package/dist/react/components/navigation/MenuPage.d.ts +37 -37
- package/dist/react/components/navigation/MenuPage.js +36 -36
- package/dist/react/components/navigation/MenuTrigger.d.ts +9 -9
- package/dist/react/components/navigation/MenuTrigger.js +33 -33
- package/dist/react/components/navigation/ReactRouterHeaderSiderLayout.d.ts +11 -11
- package/dist/react/components/navigation/ReactRouterHeaderSiderLayout.js +25 -25
- package/dist/react/components/navigation/ReactRouterLayout.d.ts +46 -46
- package/dist/react/components/navigation/ReactRouterLayout.js +132 -132
- package/dist/react/components/navigation/customRouting/Router.d.ts +12 -12
- package/dist/react/components/navigation/customRouting/Router.js +45 -45
- package/dist/react/components/navigation/customRouting/RouterLayout.d.ts +11 -11
- package/dist/react/components/navigation/customRouting/RouterLayout.js +61 -61
- package/dist/react/components/resolvable/configurationForm/ConfigurationForm.d.ts +27 -27
- package/dist/react/components/resolvable/configurationForm/ConfigurationForm.js +95 -95
- package/dist/react/components/resolvable/configurationForm/ConfigurationFormEntry.d.ts +16 -16
- package/dist/react/components/resolvable/configurationForm/ConfigurationFormEntry.js +88 -88
- package/dist/react/components/resolvable/configurationForm/getSectionDefault.d.ts +16 -16
- package/dist/react/components/resolvable/configurationForm/getSectionDefault.js +99 -99
- package/dist/react/hooks/useFin5BinUrl.d.ts +6 -6
- package/dist/react/hooks/useFin5BinUrl.js +15 -15
- package/dist/react/hooks/useFin5ColorScheme.d.ts +2 -2
- package/dist/react/hooks/useFin5ColorScheme.js +42 -42
- package/dist_es/fantomProps/createFin5Props/index.d.ts +12 -12
- package/dist_es/fantomProps/createFin5Props/index.js +140 -140
- package/dist_es/fantomProps/createFin5Props/runCreateFin5Props.d.ts +2 -2
- package/dist_es/fantomProps/createFin5Props/runCreateFin5Props.js +11 -11
- package/dist_es/fantomProps/fantomPropsToObject.d.ts +8 -8
- package/dist_es/fantomProps/fantomPropsToObject.js +178 -178
- package/dist_es/fantomProps/generateJsonFromFantomPropsFile.d.ts +4 -4
- package/dist_es/fantomProps/generateJsonFromFantomPropsFile.js +12 -12
- package/dist_es/fantomProps/localePropsToJson.d.ts +1 -1
- package/dist_es/fantomProps/localePropsToJson.js +21 -21
- package/dist_es/fantomProps/readFantomPropsFile.d.ts +5 -5
- package/dist_es/fantomProps/readFantomPropsFile.js +35 -35
- package/dist_es/fin5Top/fin5FileUpload.d.ts +24 -24
- package/dist_es/fin5Top/fin5FileUpload.js +47 -47
- package/dist_es/fin5Top/fin5Top.d.ts +124 -124
- package/dist_es/fin5Top/fin5Top.js +54 -54
- package/dist_es/fin5Top/finEdge2Cloud.d.ts +6 -6
- package/dist_es/fin5Top/finEdge2Cloud.js +11 -11
- package/dist_es/fin5Top/getFin5BinUrl.d.ts +2 -2
- package/dist_es/fin5Top/getFin5BinUrl.js +5 -5
- package/dist_es/fin5Top/openFin5Alarm.d.ts +22 -22
- package/dist_es/fin5Top/openFin5Alarm.js +19 -19
- package/dist_es/fin5Top/openFin5Historian.d.ts +3 -3
- package/dist_es/fin5Top/openFin5Historian.js +15 -15
- package/dist_es/fin5Top/useFin5AppURLHashParameter.d.ts +18 -18
- package/dist_es/fin5Top/useFin5AppURLHashParameter.js +124 -124
- package/dist_es/index.d.ts +31 -36
- package/dist_es/index.js +49 -54
- package/dist_es/index.js.map +1 -1
- package/dist_es/jobs/jobUtils.d.ts +14 -14
- package/dist_es/jobs/jobUtils.js +9 -9
- package/dist_es/react/app/Fin5AppContainer.d.ts +36 -36
- package/dist_es/react/app/Fin5AppContainer.js +73 -73
- package/dist_es/react/app/Fin5AppRootStore.d.ts +38 -39
- package/dist_es/react/app/Fin5AppRootStore.js +64 -65
- package/dist_es/react/app/Fin5AppRootStore.js.map +1 -1
- package/dist_es/react/components/ErrorBoundary.d.ts +57 -57
- package/dist_es/react/components/ErrorBoundary.js +123 -123
- package/dist_es/react/components/ErrorDisplayer.d.ts +19 -19
- package/dist_es/react/components/ErrorDisplayer.js +28 -28
- package/dist_es/react/components/Loader.d.ts +9 -9
- package/dist_es/react/components/Loader.js +12 -12
- package/dist_es/react/components/LoadingSpinner.d.ts +2 -2
- package/dist_es/react/components/LoadingSpinner.js +20 -20
- package/dist_es/react/components/RecordImage.d.ts +20 -20
- package/dist_es/react/components/RecordImage.js +24 -24
- package/dist_es/react/components/charts/QRCode.d.ts +25 -25
- package/dist_es/react/components/charts/QRCode.js +53 -52
- package/dist_es/react/components/charts/QRCode.js.map +1 -1
- package/dist_es/react/components/charts/pie/PieChart.d.ts +93 -94
- package/dist_es/react/components/charts/pie/PieChart.js +175 -177
- package/dist_es/react/components/charts/pie/PieChart.js.map +1 -1
- package/dist_es/react/components/charts/pie/SimplePieChart.d.ts +20 -21
- package/dist_es/react/components/charts/pie/SimplePieChart.js +25 -25
- package/dist_es/react/components/charts/pie/SimplePieChart.js.map +1 -1
- package/dist_es/react/components/graphics/GraphicViewer.d.ts +10 -10
- package/dist_es/react/components/graphics/GraphicViewer.js +22 -22
- package/dist_es/react/components/graphics/GraphicsTabViewer.d.ts +17 -17
- package/dist_es/react/components/graphics/GraphicsTabViewer.js +60 -60
- package/dist_es/react/components/navigation/BasicLayout.d.ts +41 -41
- package/dist_es/react/components/navigation/BasicLayout.js +124 -124
- package/dist_es/react/components/navigation/HeaderSiderLayout.d.ts +13 -13
- package/dist_es/react/components/navigation/HeaderSiderLayout.js +80 -80
- package/dist_es/react/components/navigation/MenuPage.d.ts +37 -37
- package/dist_es/react/components/navigation/MenuPage.js +30 -30
- package/dist_es/react/components/navigation/MenuTrigger.d.ts +9 -9
- package/dist_es/react/components/navigation/MenuTrigger.js +28 -28
- package/dist_es/react/components/navigation/ReactRouterHeaderSiderLayout.d.ts +11 -11
- package/dist_es/react/components/navigation/ReactRouterHeaderSiderLayout.js +18 -18
- package/dist_es/react/components/navigation/ReactRouterLayout.d.ts +46 -46
- package/dist_es/react/components/navigation/ReactRouterLayout.js +99 -99
- package/dist_es/react/components/navigation/customRouting/Router.d.ts +12 -12
- package/dist_es/react/components/navigation/customRouting/Router.js +18 -18
- package/dist_es/react/components/navigation/customRouting/RouterLayout.d.ts +11 -11
- package/dist_es/react/components/navigation/customRouting/RouterLayout.js +34 -34
- package/dist_es/react/components/resolvable/configurationForm/ConfigurationForm.d.ts +27 -27
- package/dist_es/react/components/resolvable/configurationForm/ConfigurationForm.js +64 -64
- package/dist_es/react/components/resolvable/configurationForm/ConfigurationFormEntry.d.ts +16 -16
- package/dist_es/react/components/resolvable/configurationForm/ConfigurationFormEntry.js +58 -58
- package/dist_es/react/components/resolvable/configurationForm/getSectionDefault.d.ts +16 -16
- package/dist_es/react/components/resolvable/configurationForm/getSectionDefault.js +94 -94
- package/dist_es/react/hooks/useFin5BinUrl.d.ts +6 -6
- package/dist_es/react/hooks/useFin5BinUrl.js +11 -11
- package/dist_es/react/hooks/useFin5ColorScheme.d.ts +2 -2
- package/dist_es/react/hooks/useFin5ColorScheme.js +38 -38
- package/package.json +8 -11
- package/dist/react/components/charts/line-bar/Chart.d.ts +0 -166
- package/dist/react/components/charts/line-bar/Chart.js +0 -443
- package/dist/react/components/charts/line-bar/Chart.js.map +0 -1
- package/dist/react/components/charts/line-bar/HGridChart.d.ts +0 -58
- package/dist/react/components/charts/line-bar/HGridChart.js +0 -289
- package/dist/react/components/charts/line-bar/HGridChart.js.map +0 -1
- package/dist/react/components/charts/line-bar/ZincGridChart.d.ts +0 -12
- package/dist/react/components/charts/line-bar/ZincGridChart.js +0 -24
- package/dist/react/components/charts/line-bar/ZincGridChart.js.map +0 -1
- package/dist/react/components/makeCustomElement.d.ts +0 -12
- package/dist/react/components/makeCustomElement.js +0 -140
- package/dist/react/components/makeCustomElement.js.map +0 -1
- package/dist/react/hooks/useScreenSize.d.ts +0 -8
- package/dist/react/hooks/useScreenSize.js +0 -31
- package/dist/react/hooks/useScreenSize.js.map +0 -1
- package/dist_es/react/app/Fin5AppContainer.jsx +0 -82
- package/dist_es/react/app/Fin5AppContainer.jsx.map +0 -1
- package/dist_es/react/components/ErrorBoundary.jsx +0 -150
- package/dist_es/react/components/ErrorBoundary.jsx.map +0 -1
- package/dist_es/react/components/ErrorDisplayer.jsx +0 -36
- package/dist_es/react/components/ErrorDisplayer.jsx.map +0 -1
- package/dist_es/react/components/Loader.jsx +0 -13
- package/dist_es/react/components/Loader.jsx.map +0 -1
- package/dist_es/react/components/LoadingSpinner.jsx +0 -22
- package/dist_es/react/components/LoadingSpinner.jsx.map +0 -1
- package/dist_es/react/components/charts/line-bar/Chart.d.ts +0 -166
- package/dist_es/react/components/charts/line-bar/Chart.js +0 -416
- package/dist_es/react/components/charts/line-bar/Chart.js.map +0 -1
- package/dist_es/react/components/charts/line-bar/HGridChart.d.ts +0 -58
- package/dist_es/react/components/charts/line-bar/HGridChart.js +0 -251
- package/dist_es/react/components/charts/line-bar/HGridChart.js.map +0 -1
- package/dist_es/react/components/charts/line-bar/ZincGridChart.d.ts +0 -12
- package/dist_es/react/components/charts/line-bar/ZincGridChart.js +0 -17
- package/dist_es/react/components/charts/line-bar/ZincGridChart.js.map +0 -1
- package/dist_es/react/components/graphics/GraphicViewer.jsx +0 -23
- package/dist_es/react/components/graphics/GraphicViewer.jsx.map +0 -1
- package/dist_es/react/components/graphics/GraphicsTabViewer.jsx +0 -63
- package/dist_es/react/components/graphics/GraphicsTabViewer.jsx.map +0 -1
- package/dist_es/react/components/makeCustomElement.d.ts +0 -12
- package/dist_es/react/components/makeCustomElement.js +0 -132
- package/dist_es/react/components/makeCustomElement.js.map +0 -1
- package/dist_es/react/components/navigation/BasicLayout.jsx +0 -133
- package/dist_es/react/components/navigation/BasicLayout.jsx.map +0 -1
- package/dist_es/react/components/navigation/MenuPage.jsx +0 -31
- package/dist_es/react/components/navigation/MenuPage.jsx.map +0 -1
- package/dist_es/react/components/navigation/Router.d.ts +0 -12
- package/dist_es/react/components/navigation/Router.js +0 -19
- package/dist_es/react/components/navigation/Router.js.map +0 -1
- package/dist_es/react/components/navigation/Router.jsx +0 -19
- package/dist_es/react/components/navigation/Router.jsx.map +0 -1
- package/dist_es/react/components/navigation/react-router/BasicLayout.d.ts +0 -23
- package/dist_es/react/components/navigation/react-router/BasicLayout.js +0 -82
- package/dist_es/react/components/navigation/react-router/BasicLayout.js.map +0 -1
- package/dist_es/react/components/navigation/react-router/ReactRouterBasicLayout.d.ts +0 -24
- package/dist_es/react/components/navigation/react-router/ReactRouterBasicLayout.js +0 -82
- package/dist_es/react/components/navigation/react-router/ReactRouterBasicLayout.js.map +0 -1
- package/dist_es/react/hooks/useScreenSize.d.ts +0 -8
- package/dist_es/react/hooks/useScreenSize.js +0 -29
- package/dist_es/react/hooks/useScreenSize.js.map +0 -1
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2023, J2 Innovations. All Rights Reserved
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
-
};
|
|
31
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
-
exports.ConfigurationFormEntry = void 0;
|
|
33
|
-
const ui_1 = require("@j2inn/ui");
|
|
34
|
-
const classnames_1 = __importDefault(require("classnames"));
|
|
35
|
-
const haystack_core_1 = require("haystack-core");
|
|
36
|
-
const react_1 = __importStar(require("react"));
|
|
37
|
-
const react_jss_1 = require("react-jss");
|
|
38
|
-
const useStyles = (0, react_jss_1.createUseStyles)((theme) => ({
|
|
39
|
-
formEntry: {
|
|
40
|
-
[`& .${ui_1.ant_prefix}-input`]: {
|
|
41
|
-
height: 32,
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
|
-
entryTitle: {
|
|
45
|
-
fontWeight: 600,
|
|
46
|
-
fontSize: '1em',
|
|
47
|
-
color: theme.textColorSecondary,
|
|
48
|
-
},
|
|
49
|
-
select: {
|
|
50
|
-
width: '100%',
|
|
51
|
-
},
|
|
52
|
-
}));
|
|
53
|
-
const getHValFromSelectValue = (selectValue, initialHVal) => {
|
|
54
|
-
if ((0, haystack_core_1.valueIsKind)(initialHVal, haystack_core_1.Kind.Number)) {
|
|
55
|
-
return haystack_core_1.HNum.make(selectValue, initialHVal.unit);
|
|
56
|
-
}
|
|
57
|
-
else if ((0, haystack_core_1.valueIsKind)(initialHVal, haystack_core_1.Kind.Ref)) {
|
|
58
|
-
return haystack_core_1.HRef.make(selectValue);
|
|
59
|
-
}
|
|
60
|
-
return haystack_core_1.HStr.make(selectValue);
|
|
61
|
-
};
|
|
62
|
-
const ConfigurationFormEntry = ({ name, value, onChange, disabled, options, className, }) => {
|
|
63
|
-
const classes = useStyles();
|
|
64
|
-
if (!(0, haystack_core_1.isHVal)(value)) {
|
|
65
|
-
return react_1.default.createElement(react_1.default.Fragment, null, `${name} = ${value}`);
|
|
66
|
-
}
|
|
67
|
-
const [showedVal, setShowedVal] = (0, react_1.useState)(value);
|
|
68
|
-
(0, react_1.useEffect)(() => {
|
|
69
|
-
setShowedVal(value);
|
|
70
|
-
}, [value]);
|
|
71
|
-
const selectOptions = (0, react_1.useMemo)(() => options?.getRows().map((cfeOpt) => ({
|
|
72
|
-
value: cfeOpt.value.value,
|
|
73
|
-
label: cfeOpt.label.value,
|
|
74
|
-
})), [options]);
|
|
75
|
-
const onInputChange = (0, react_1.useCallback)((val) => {
|
|
76
|
-
setShowedVal(val);
|
|
77
|
-
onChange?.(val);
|
|
78
|
-
}, [onChange]);
|
|
79
|
-
return (react_1.default.createElement("div", { className: (0, classnames_1.default)(classes.formEntry, className) },
|
|
80
|
-
react_1.default.createElement("div", { className: classes.entryTitle }, name),
|
|
81
|
-
selectOptions ? (react_1.default.createElement(ui_1.Select, { showSearch: true, className: classes.select, value: showedVal.value, options: selectOptions, disabled: disabled, onChange: (val) => {
|
|
82
|
-
if (val != null) {
|
|
83
|
-
const newVal = getHValFromSelectValue(val, value);
|
|
84
|
-
onInputChange(newVal);
|
|
85
|
-
}
|
|
86
|
-
} })) : !disabled ? (react_1.default.createElement(ui_1.HInput, { value: showedVal, editable: true, onChange: onInputChange })) : (react_1.default.createElement(ui_1.Input, { disabled: true, value: showedVal.toString() }))));
|
|
87
|
-
};
|
|
88
|
-
exports.ConfigurationFormEntry = ConfigurationFormEntry;
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2023, J2 Innovations. All Rights Reserved
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
+
exports.ConfigurationFormEntry = void 0;
|
|
33
|
+
const ui_1 = require("@j2inn/ui");
|
|
34
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
35
|
+
const haystack_core_1 = require("haystack-core");
|
|
36
|
+
const react_1 = __importStar(require("react"));
|
|
37
|
+
const react_jss_1 = require("react-jss");
|
|
38
|
+
const useStyles = (0, react_jss_1.createUseStyles)((theme) => ({
|
|
39
|
+
formEntry: {
|
|
40
|
+
[`& .${ui_1.ant_prefix}-input`]: {
|
|
41
|
+
height: 32,
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
entryTitle: {
|
|
45
|
+
fontWeight: 600,
|
|
46
|
+
fontSize: '1em',
|
|
47
|
+
color: theme.textColorSecondary,
|
|
48
|
+
},
|
|
49
|
+
select: {
|
|
50
|
+
width: '100%',
|
|
51
|
+
},
|
|
52
|
+
}));
|
|
53
|
+
const getHValFromSelectValue = (selectValue, initialHVal) => {
|
|
54
|
+
if ((0, haystack_core_1.valueIsKind)(initialHVal, haystack_core_1.Kind.Number)) {
|
|
55
|
+
return haystack_core_1.HNum.make(selectValue, initialHVal.unit);
|
|
56
|
+
}
|
|
57
|
+
else if ((0, haystack_core_1.valueIsKind)(initialHVal, haystack_core_1.Kind.Ref)) {
|
|
58
|
+
return haystack_core_1.HRef.make(selectValue);
|
|
59
|
+
}
|
|
60
|
+
return haystack_core_1.HStr.make(selectValue);
|
|
61
|
+
};
|
|
62
|
+
const ConfigurationFormEntry = ({ name, value, onChange, disabled, options, className, }) => {
|
|
63
|
+
const classes = useStyles();
|
|
64
|
+
if (!(0, haystack_core_1.isHVal)(value)) {
|
|
65
|
+
return react_1.default.createElement(react_1.default.Fragment, null, `${name} = ${value}`);
|
|
66
|
+
}
|
|
67
|
+
const [showedVal, setShowedVal] = (0, react_1.useState)(value);
|
|
68
|
+
(0, react_1.useEffect)(() => {
|
|
69
|
+
setShowedVal(value);
|
|
70
|
+
}, [value]);
|
|
71
|
+
const selectOptions = (0, react_1.useMemo)(() => options?.getRows().map((cfeOpt) => ({
|
|
72
|
+
value: cfeOpt.value.value,
|
|
73
|
+
label: cfeOpt.label.value,
|
|
74
|
+
})), [options]);
|
|
75
|
+
const onInputChange = (0, react_1.useCallback)((val) => {
|
|
76
|
+
setShowedVal(val);
|
|
77
|
+
onChange?.(val);
|
|
78
|
+
}, [onChange]);
|
|
79
|
+
return (react_1.default.createElement("div", { className: (0, classnames_1.default)(classes.formEntry, className) },
|
|
80
|
+
react_1.default.createElement("div", { className: classes.entryTitle }, name),
|
|
81
|
+
selectOptions ? (react_1.default.createElement(ui_1.Select, { showSearch: true, className: classes.select, value: showedVal.value, options: selectOptions, disabled: disabled, onChange: (val) => {
|
|
82
|
+
if (val != null) {
|
|
83
|
+
const newVal = getHValFromSelectValue(val, value);
|
|
84
|
+
onInputChange(newVal);
|
|
85
|
+
}
|
|
86
|
+
} })) : !disabled ? (react_1.default.createElement(ui_1.HInput, { value: showedVal, editable: true, onChange: onInputChange })) : (react_1.default.createElement(ui_1.Input, { disabled: true, value: showedVal.toString() }))));
|
|
87
|
+
};
|
|
88
|
+
exports.ConfigurationFormEntry = ConfigurationFormEntry;
|
|
89
89
|
//# sourceMappingURL=ConfigurationFormEntry.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { UiElementData } from '@j2inn/resolvable-ui-elements';
|
|
2
|
-
import { HVal } from 'haystack-core';
|
|
3
|
-
/**
|
|
4
|
-
* Get default values for all elements that should resolve into an HVal.
|
|
5
|
-
* @param section a section element
|
|
6
|
-
* @returns an object containing as key the section element name and as value the default HVal.
|
|
7
|
-
*/
|
|
8
|
-
export declare const getSectionDefault: (section: UiElementData) => {
|
|
9
|
-
[key: string]: HVal;
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* Get a default for a specific kind of HVal.
|
|
13
|
-
* @param kind can be expressed as new or old Hayson, or alternatively the haystack-core type name
|
|
14
|
-
* @returns
|
|
15
|
-
*/
|
|
16
|
-
export declare const getDefaultHVal: (kind?: string) => HVal | undefined;
|
|
1
|
+
import { UiElementData } from '@j2inn/resolvable-ui-elements';
|
|
2
|
+
import { HVal } from 'haystack-core';
|
|
3
|
+
/**
|
|
4
|
+
* Get default values for all elements that should resolve into an HVal.
|
|
5
|
+
* @param section a section element
|
|
6
|
+
* @returns an object containing as key the section element name and as value the default HVal.
|
|
7
|
+
*/
|
|
8
|
+
export declare const getSectionDefault: (section: UiElementData) => {
|
|
9
|
+
[key: string]: HVal;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Get a default for a specific kind of HVal.
|
|
13
|
+
* @param kind can be expressed as new or old Hayson, or alternatively the haystack-core type name
|
|
14
|
+
* @returns
|
|
15
|
+
*/
|
|
16
|
+
export declare const getDefaultHVal: (kind?: string) => HVal | undefined;
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2023, J2 Innovations. All Rights Reserved
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.getDefaultHVal = exports.getSectionDefault = void 0;
|
|
7
|
-
const haystack_core_1 = require("haystack-core");
|
|
8
|
-
/**
|
|
9
|
-
* Get default values for all elements that should resolve into an HVal.
|
|
10
|
-
* @param section a section element
|
|
11
|
-
* @returns an object containing as key the section element name and as value the default HVal.
|
|
12
|
-
*/
|
|
13
|
-
const getSectionDefault = (section) => {
|
|
14
|
-
const result = {};
|
|
15
|
-
Object.entries(section).forEach(([key, element]) => {
|
|
16
|
-
const elementData = element;
|
|
17
|
-
const defaultValue = (0, exports.getDefaultHVal)(elementData?._meta?.resolvedType);
|
|
18
|
-
if (defaultValue) {
|
|
19
|
-
result[key] = defaultValue;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
return result;
|
|
23
|
-
};
|
|
24
|
-
exports.getSectionDefault = getSectionDefault;
|
|
25
|
-
/**
|
|
26
|
-
* Get a default for a specific kind of HVal.
|
|
27
|
-
* @param kind can be expressed as new or old Hayson, or alternatively the haystack-core type name
|
|
28
|
-
* @returns
|
|
29
|
-
*/
|
|
30
|
-
const getDefaultHVal = (kind) => {
|
|
31
|
-
switch (kind) {
|
|
32
|
-
case haystack_core_1.Kind.Marker:
|
|
33
|
-
case 'Marker':
|
|
34
|
-
case 'HMarker':
|
|
35
|
-
return haystack_core_1.HMarker.make();
|
|
36
|
-
case haystack_core_1.Kind.Remove:
|
|
37
|
-
case 'Remove':
|
|
38
|
-
case 'HRemove':
|
|
39
|
-
return haystack_core_1.HRemove.make();
|
|
40
|
-
case haystack_core_1.Kind.NA:
|
|
41
|
-
case 'NA':
|
|
42
|
-
case 'HNa':
|
|
43
|
-
return haystack_core_1.HNa.make();
|
|
44
|
-
case haystack_core_1.Kind.Coord:
|
|
45
|
-
case 'Coord':
|
|
46
|
-
case 'HCoord':
|
|
47
|
-
return haystack_core_1.HCoord.make({ latitude: 0, longitude: 0 });
|
|
48
|
-
case haystack_core_1.Kind.XStr:
|
|
49
|
-
case 'XStr':
|
|
50
|
-
case 'HXStr':
|
|
51
|
-
return haystack_core_1.HXStr.make('');
|
|
52
|
-
case haystack_core_1.Kind.Date:
|
|
53
|
-
case 'Date':
|
|
54
|
-
case 'HDate':
|
|
55
|
-
return haystack_core_1.HDate.make(new Date());
|
|
56
|
-
case haystack_core_1.Kind.DateTime:
|
|
57
|
-
case 'DateTime':
|
|
58
|
-
case 'HDateTime':
|
|
59
|
-
return haystack_core_1.HDateTime.make(new Date());
|
|
60
|
-
case haystack_core_1.Kind.Number:
|
|
61
|
-
case 'Number':
|
|
62
|
-
case 'HNum':
|
|
63
|
-
return haystack_core_1.HNum.make(0);
|
|
64
|
-
case haystack_core_1.Kind.Bool:
|
|
65
|
-
case 'Bool':
|
|
66
|
-
case 'HBool':
|
|
67
|
-
return haystack_core_1.HBool.make(false);
|
|
68
|
-
case 'Str':
|
|
69
|
-
case 'HStr':
|
|
70
|
-
return haystack_core_1.HStr.make('');
|
|
71
|
-
case haystack_core_1.Kind.Ref:
|
|
72
|
-
case 'Ref':
|
|
73
|
-
case 'HRef':
|
|
74
|
-
return haystack_core_1.HRef.make('');
|
|
75
|
-
case haystack_core_1.Kind.Symbol:
|
|
76
|
-
case 'Symbol':
|
|
77
|
-
case 'HSymbol':
|
|
78
|
-
return haystack_core_1.HSymbol.make('');
|
|
79
|
-
case haystack_core_1.Kind.Time:
|
|
80
|
-
case 'Time':
|
|
81
|
-
case 'HTime':
|
|
82
|
-
return haystack_core_1.HTime.make(new Date());
|
|
83
|
-
case haystack_core_1.Kind.Uri:
|
|
84
|
-
case 'Uri':
|
|
85
|
-
case 'HUri':
|
|
86
|
-
return haystack_core_1.HUri.make('');
|
|
87
|
-
case haystack_core_1.Kind.Dict:
|
|
88
|
-
case 'Dict':
|
|
89
|
-
case 'HDict':
|
|
90
|
-
return haystack_core_1.HDict.make();
|
|
91
|
-
case haystack_core_1.Kind.Grid:
|
|
92
|
-
case 'Grid':
|
|
93
|
-
case 'HGrid':
|
|
94
|
-
return haystack_core_1.HGrid.make();
|
|
95
|
-
default:
|
|
96
|
-
return undefined;
|
|
97
|
-
}
|
|
98
|
-
};
|
|
99
|
-
exports.getDefaultHVal = getDefaultHVal;
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2023, J2 Innovations. All Rights Reserved
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.getDefaultHVal = exports.getSectionDefault = void 0;
|
|
7
|
+
const haystack_core_1 = require("haystack-core");
|
|
8
|
+
/**
|
|
9
|
+
* Get default values for all elements that should resolve into an HVal.
|
|
10
|
+
* @param section a section element
|
|
11
|
+
* @returns an object containing as key the section element name and as value the default HVal.
|
|
12
|
+
*/
|
|
13
|
+
const getSectionDefault = (section) => {
|
|
14
|
+
const result = {};
|
|
15
|
+
Object.entries(section).forEach(([key, element]) => {
|
|
16
|
+
const elementData = element;
|
|
17
|
+
const defaultValue = (0, exports.getDefaultHVal)(elementData?._meta?.resolvedType);
|
|
18
|
+
if (defaultValue) {
|
|
19
|
+
result[key] = defaultValue;
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
return result;
|
|
23
|
+
};
|
|
24
|
+
exports.getSectionDefault = getSectionDefault;
|
|
25
|
+
/**
|
|
26
|
+
* Get a default for a specific kind of HVal.
|
|
27
|
+
* @param kind can be expressed as new or old Hayson, or alternatively the haystack-core type name
|
|
28
|
+
* @returns
|
|
29
|
+
*/
|
|
30
|
+
const getDefaultHVal = (kind) => {
|
|
31
|
+
switch (kind) {
|
|
32
|
+
case haystack_core_1.Kind.Marker:
|
|
33
|
+
case 'Marker':
|
|
34
|
+
case 'HMarker':
|
|
35
|
+
return haystack_core_1.HMarker.make();
|
|
36
|
+
case haystack_core_1.Kind.Remove:
|
|
37
|
+
case 'Remove':
|
|
38
|
+
case 'HRemove':
|
|
39
|
+
return haystack_core_1.HRemove.make();
|
|
40
|
+
case haystack_core_1.Kind.NA:
|
|
41
|
+
case 'NA':
|
|
42
|
+
case 'HNa':
|
|
43
|
+
return haystack_core_1.HNa.make();
|
|
44
|
+
case haystack_core_1.Kind.Coord:
|
|
45
|
+
case 'Coord':
|
|
46
|
+
case 'HCoord':
|
|
47
|
+
return haystack_core_1.HCoord.make({ latitude: 0, longitude: 0 });
|
|
48
|
+
case haystack_core_1.Kind.XStr:
|
|
49
|
+
case 'XStr':
|
|
50
|
+
case 'HXStr':
|
|
51
|
+
return haystack_core_1.HXStr.make('');
|
|
52
|
+
case haystack_core_1.Kind.Date:
|
|
53
|
+
case 'Date':
|
|
54
|
+
case 'HDate':
|
|
55
|
+
return haystack_core_1.HDate.make(new Date());
|
|
56
|
+
case haystack_core_1.Kind.DateTime:
|
|
57
|
+
case 'DateTime':
|
|
58
|
+
case 'HDateTime':
|
|
59
|
+
return haystack_core_1.HDateTime.make(new Date());
|
|
60
|
+
case haystack_core_1.Kind.Number:
|
|
61
|
+
case 'Number':
|
|
62
|
+
case 'HNum':
|
|
63
|
+
return haystack_core_1.HNum.make(0);
|
|
64
|
+
case haystack_core_1.Kind.Bool:
|
|
65
|
+
case 'Bool':
|
|
66
|
+
case 'HBool':
|
|
67
|
+
return haystack_core_1.HBool.make(false);
|
|
68
|
+
case 'Str':
|
|
69
|
+
case 'HStr':
|
|
70
|
+
return haystack_core_1.HStr.make('');
|
|
71
|
+
case haystack_core_1.Kind.Ref:
|
|
72
|
+
case 'Ref':
|
|
73
|
+
case 'HRef':
|
|
74
|
+
return haystack_core_1.HRef.make('');
|
|
75
|
+
case haystack_core_1.Kind.Symbol:
|
|
76
|
+
case 'Symbol':
|
|
77
|
+
case 'HSymbol':
|
|
78
|
+
return haystack_core_1.HSymbol.make('');
|
|
79
|
+
case haystack_core_1.Kind.Time:
|
|
80
|
+
case 'Time':
|
|
81
|
+
case 'HTime':
|
|
82
|
+
return haystack_core_1.HTime.make(new Date());
|
|
83
|
+
case haystack_core_1.Kind.Uri:
|
|
84
|
+
case 'Uri':
|
|
85
|
+
case 'HUri':
|
|
86
|
+
return haystack_core_1.HUri.make('');
|
|
87
|
+
case haystack_core_1.Kind.Dict:
|
|
88
|
+
case 'Dict':
|
|
89
|
+
case 'HDict':
|
|
90
|
+
return haystack_core_1.HDict.make();
|
|
91
|
+
case haystack_core_1.Kind.Grid:
|
|
92
|
+
case 'Grid':
|
|
93
|
+
case 'HGrid':
|
|
94
|
+
return haystack_core_1.HGrid.make();
|
|
95
|
+
default:
|
|
96
|
+
return undefined;
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
exports.getDefaultHVal = getDefaultHVal;
|
|
100
100
|
//# sourceMappingURL=getSectionDefault.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HRef } from 'haystack-core';
|
|
2
|
-
/**
|
|
3
|
-
* Retrieves the url of a Fin 5 bin based on the file record id, or undefined if the url couldn't be retrieved.
|
|
4
|
-
* Uses haystack-nclient to retrieve the projectName from context.
|
|
5
|
-
*/
|
|
6
|
-
export declare const useFin5BinUrl: (fileId?: HRef) => string | undefined;
|
|
1
|
+
import { HRef } from 'haystack-core';
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves the url of a Fin 5 bin based on the file record id, or undefined if the url couldn't be retrieved.
|
|
4
|
+
* Uses haystack-nclient to retrieve the projectName from context.
|
|
5
|
+
*/
|
|
6
|
+
export declare const useFin5BinUrl: (fileId?: HRef) => string | undefined;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useFin5BinUrl = void 0;
|
|
4
|
-
const haystack_react_1 = require("haystack-react");
|
|
5
|
-
const react_1 = require("react");
|
|
6
|
-
const getFin5BinUrl_1 = require("../../fin5Top/getFin5BinUrl");
|
|
7
|
-
/**
|
|
8
|
-
* Retrieves the url of a Fin 5 bin based on the file record id, or undefined if the url couldn't be retrieved.
|
|
9
|
-
* Uses haystack-nclient to retrieve the projectName from context.
|
|
10
|
-
*/
|
|
11
|
-
const useFin5BinUrl = (fileId) => {
|
|
12
|
-
const projectName = (0, haystack_react_1.useClient)().project;
|
|
13
|
-
return (0, react_1.useMemo)(() => (fileId ? (0, getFin5BinUrl_1.getFin5BinUrl)(fileId, projectName) : undefined), [fileId, projectName]);
|
|
14
|
-
};
|
|
15
|
-
exports.useFin5BinUrl = useFin5BinUrl;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useFin5BinUrl = void 0;
|
|
4
|
+
const haystack_react_1 = require("haystack-react");
|
|
5
|
+
const react_1 = require("react");
|
|
6
|
+
const getFin5BinUrl_1 = require("../../fin5Top/getFin5BinUrl");
|
|
7
|
+
/**
|
|
8
|
+
* Retrieves the url of a Fin 5 bin based on the file record id, or undefined if the url couldn't be retrieved.
|
|
9
|
+
* Uses haystack-nclient to retrieve the projectName from context.
|
|
10
|
+
*/
|
|
11
|
+
const useFin5BinUrl = (fileId) => {
|
|
12
|
+
const projectName = (0, haystack_react_1.useClient)().project;
|
|
13
|
+
return (0, react_1.useMemo)(() => (fileId ? (0, getFin5BinUrl_1.getFin5BinUrl)(fileId, projectName) : undefined), [fileId, projectName]);
|
|
14
|
+
};
|
|
15
|
+
exports.useFin5BinUrl = useFin5BinUrl;
|
|
16
16
|
//# sourceMappingURL=useFin5BinUrl.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ThemeDef } from '@j2inn/ui';
|
|
2
|
-
export declare function useFin5ColorScheme(): ThemeDef;
|
|
1
|
+
import { ThemeDef } from '@j2inn/ui';
|
|
2
|
+
export declare function useFin5ColorScheme(): ThemeDef;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2025, J2 Innovations. All Rights Reserved
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.useFin5ColorScheme = void 0;
|
|
7
|
-
const ui_1 = require("@j2inn/ui");
|
|
8
|
-
const react_jss_1 = require("react-jss");
|
|
9
|
-
const fin5Top_1 = require("../../fin5Top/fin5Top");
|
|
10
|
-
function useFin5ColorScheme() {
|
|
11
|
-
const theme = (0, react_jss_1.useTheme)();
|
|
12
|
-
const colorScheme = (0, fin5Top_1.getFin5top)()?.app.GetColorScheme?.();
|
|
13
|
-
if (!colorScheme) {
|
|
14
|
-
return theme;
|
|
15
|
-
}
|
|
16
|
-
const brandedTheme = (0, ui_1.GenerateTheme)({
|
|
17
|
-
light: {
|
|
18
|
-
...theme,
|
|
19
|
-
bodyBg: colorScheme.bodyBackground,
|
|
20
|
-
bgColor: (0, ui_1.lighten)(colorScheme.bodyBackground, 5),
|
|
21
|
-
},
|
|
22
|
-
dark: {
|
|
23
|
-
...theme,
|
|
24
|
-
bodyBg: colorScheme.bodyBackground,
|
|
25
|
-
bgColor: (0, ui_1.lighten)(colorScheme.bodyBackground, 5),
|
|
26
|
-
},
|
|
27
|
-
palette: {
|
|
28
|
-
...ui_1.DEFAULT_THEME.palette,
|
|
29
|
-
primary: colorScheme.primary,
|
|
30
|
-
secondary: (0, ui_1.tint)(colorScheme.primary, 20),
|
|
31
|
-
accent: (0, ui_1.shade)(colorScheme.primary, 20),
|
|
32
|
-
},
|
|
33
|
-
});
|
|
34
|
-
if (theme.type === 'light') {
|
|
35
|
-
return brandedTheme.light;
|
|
36
|
-
}
|
|
37
|
-
if (theme.type === 'dark') {
|
|
38
|
-
return brandedTheme.dark;
|
|
39
|
-
}
|
|
40
|
-
return theme;
|
|
41
|
-
}
|
|
42
|
-
exports.useFin5ColorScheme = useFin5ColorScheme;
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2025, J2 Innovations. All Rights Reserved
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.useFin5ColorScheme = void 0;
|
|
7
|
+
const ui_1 = require("@j2inn/ui");
|
|
8
|
+
const react_jss_1 = require("react-jss");
|
|
9
|
+
const fin5Top_1 = require("../../fin5Top/fin5Top");
|
|
10
|
+
function useFin5ColorScheme() {
|
|
11
|
+
const theme = (0, react_jss_1.useTheme)();
|
|
12
|
+
const colorScheme = (0, fin5Top_1.getFin5top)()?.app.GetColorScheme?.();
|
|
13
|
+
if (!colorScheme) {
|
|
14
|
+
return theme;
|
|
15
|
+
}
|
|
16
|
+
const brandedTheme = (0, ui_1.GenerateTheme)({
|
|
17
|
+
light: {
|
|
18
|
+
...theme,
|
|
19
|
+
bodyBg: colorScheme.bodyBackground,
|
|
20
|
+
bgColor: (0, ui_1.lighten)(colorScheme.bodyBackground, 5),
|
|
21
|
+
},
|
|
22
|
+
dark: {
|
|
23
|
+
...theme,
|
|
24
|
+
bodyBg: colorScheme.bodyBackground,
|
|
25
|
+
bgColor: (0, ui_1.lighten)(colorScheme.bodyBackground, 5),
|
|
26
|
+
},
|
|
27
|
+
palette: {
|
|
28
|
+
...ui_1.DEFAULT_THEME.palette,
|
|
29
|
+
primary: colorScheme.primary,
|
|
30
|
+
secondary: (0, ui_1.tint)(colorScheme.primary, 20),
|
|
31
|
+
accent: (0, ui_1.shade)(colorScheme.primary, 20),
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
if (theme.type === 'light') {
|
|
35
|
+
return brandedTheme.light;
|
|
36
|
+
}
|
|
37
|
+
if (theme.type === 'dark') {
|
|
38
|
+
return brandedTheme.dark;
|
|
39
|
+
}
|
|
40
|
+
return theme;
|
|
41
|
+
}
|
|
42
|
+
exports.useFin5ColorScheme = useFin5ColorScheme;
|
|
43
43
|
//# sourceMappingURL=useFin5ColorScheme.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Create the FIN5 language prop files from the locale JSON files.
|
|
3
|
-
*
|
|
4
|
-
* This function assumes the app directory has a sub-directory named `locale` that contains
|
|
5
|
-
* the language files in a JSON format (i.e. `en.json`). It also assumes there's a `lib` directory
|
|
6
|
-
* containing the defs for the app. This is used to look up the app name that's used to prefix the
|
|
7
|
-
* entries in the properties file.
|
|
8
|
-
*
|
|
9
|
-
* @param appDir The directory that contains the application.
|
|
10
|
-
* @param propsDir The directory the properties file will output too.
|
|
11
|
-
*/
|
|
12
|
-
export default function createFin5Props(appDir: string, propsDir: string): Promise<void>;
|
|
1
|
+
/**
|
|
2
|
+
* Create the FIN5 language prop files from the locale JSON files.
|
|
3
|
+
*
|
|
4
|
+
* This function assumes the app directory has a sub-directory named `locale` that contains
|
|
5
|
+
* the language files in a JSON format (i.e. `en.json`). It also assumes there's a `lib` directory
|
|
6
|
+
* containing the defs for the app. This is used to look up the app name that's used to prefix the
|
|
7
|
+
* entries in the properties file.
|
|
8
|
+
*
|
|
9
|
+
* @param appDir The directory that contains the application.
|
|
10
|
+
* @param propsDir The directory the properties file will output too.
|
|
11
|
+
*/
|
|
12
|
+
export default function createFin5Props(appDir: string, propsDir: string): Promise<void>;
|