@rws-aoa/react-library 9.1.0 → 9.3.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/dist/chunks/{FieldError.B4HiPjPm.js → FieldError.Uxuk6F4l.js} +2 -2
- package/dist/chunks/{FieldError.B4HiPjPm.js.map → FieldError.Uxuk6F4l.js.map} +1 -1
- package/dist/chunks/createTheme.DcLTlIky.js +1761 -0
- package/dist/chunks/createTheme.DcLTlIky.js.map +1 -0
- package/dist/chunks/{lodash.CdkV4gpV.js → lodash.9n5aMaxx.js} +121 -119
- package/dist/chunks/{lodash.CdkV4gpV.js.map → lodash.9n5aMaxx.js.map} +1 -1
- package/dist/components-domain/ivon-project-planning/IvonProjectPlanning.d.ts.map +1 -1
- package/dist/components-domain/ivon-project-planning/IvonProjectPlanning.js +128 -31
- package/dist/components-domain/ivon-project-planning/IvonProjectPlanning.js.map +1 -1
- package/dist/components-domain/ivon-project-planning/_IvonDataGrid/IvonDataGrid.d.ts +6 -2
- package/dist/components-domain/ivon-project-planning/_IvonDataGrid/IvonDataGrid.d.ts.map +1 -1
- package/dist/components-domain/ivon-project-planning/_IvonDataGrid/IvonDataGrid.js +93 -75
- package/dist/components-domain/ivon-project-planning/_IvonDataGrid/IvonDataGrid.js.map +1 -1
- package/dist/components-domain/ivon-project-planning/_IvonHectometerView/IvonHectometerView.d.ts +8 -0
- package/dist/components-domain/ivon-project-planning/_IvonHectometerView/IvonHectometerView.d.ts.map +1 -0
- package/dist/components-domain/ivon-project-planning/_IvonHectometerView/IvonHectometerView.js +48 -0
- package/dist/components-domain/ivon-project-planning/_IvonHectometerView/IvonHectometerView.js.map +1 -0
- package/dist/components-domain/ivon-project-planning/_IvonPopup/IvonPopupRenderer.d.ts +10 -0
- package/dist/components-domain/ivon-project-planning/_IvonPopup/IvonPopupRenderer.d.ts.map +1 -0
- package/dist/components-domain/ivon-project-planning/_IvonPopup/IvonPopupRenderer.js +233 -0
- package/dist/components-domain/ivon-project-planning/_IvonPopup/IvonPopupRenderer.js.map +1 -0
- package/dist/components-domain/ivon-project-planning/_IvonProjectPlanningView/IvonProjectPlanningView.d.ts +5 -3
- package/dist/components-domain/ivon-project-planning/_IvonProjectPlanningView/IvonProjectPlanningView.d.ts.map +1 -1
- package/dist/components-domain/ivon-project-planning/_IvonProjectPlanningView/IvonProjectPlanningView.js +65 -81
- package/dist/components-domain/ivon-project-planning/_IvonProjectPlanningView/IvonProjectPlanningView.js.map +1 -1
- package/dist/components-domain/ivon-project-planning/_IvonSchematicView/IvonSchematicView.d.ts +2 -1
- package/dist/components-domain/ivon-project-planning/_IvonSchematicView/IvonSchematicView.d.ts.map +1 -1
- package/dist/components-domain/ivon-project-planning/_IvonSchematicView/IvonSchematicView.js +44 -50
- package/dist/components-domain/ivon-project-planning/_IvonSchematicView/IvonSchematicView.js.map +1 -1
- package/dist/components-domain/ivon-project-planning/_backend/backend.d.ts +2 -0
- package/dist/components-domain/ivon-project-planning/_backend/backend.d.ts.map +1 -1
- package/dist/components-domain/ivon-project-planning/_backend/backend.js +5 -1
- package/dist/components-domain/ivon-project-planning/_backend/backend.js.map +1 -1
- package/dist/components-domain/ivon-project-planning/_dummy-data/ivon3-dynamic-popup.json.d.ts +143 -0
- package/dist/components-domain/ivon-project-planning/_dummy-data/ivon3-test-data.json.d.ts +197 -0
- package/dist/components-domain/ivon-project-planning/_helpers/IvonDataBridge.d.ts +4 -1
- package/dist/components-domain/ivon-project-planning/_helpers/IvonDataBridge.d.ts.map +1 -1
- package/dist/components-domain/ivon-project-planning/_helpers/IvonDataBridge.js +33 -8
- package/dist/components-domain/ivon-project-planning/_helpers/IvonDataBridge.js.map +1 -1
- package/dist/components-domain/ivon-project-planning/_helpers/IvonPopupDataBridge.d.ts +7 -0
- package/dist/components-domain/ivon-project-planning/_helpers/IvonPopupDataBridge.d.ts.map +1 -0
- package/dist/components-domain/ivon-project-planning/_helpers/IvonPopupDataBridge.js +16 -0
- package/dist/components-domain/ivon-project-planning/_helpers/IvonPopupDataBridge.js.map +1 -0
- package/dist/components-domain/ivon-project-planning/_helpers/IvonUtility.d.ts +4 -0
- package/dist/components-domain/ivon-project-planning/_helpers/IvonUtility.d.ts.map +1 -1
- package/dist/components-domain/ivon-project-planning/_helpers/IvonUtility.js +16 -4
- package/dist/components-domain/ivon-project-planning/_helpers/IvonUtility.js.map +1 -1
- package/dist/components-domain/ivon-project-planning/_types/ivon-types.d.ts +23 -1
- package/dist/components-domain/ivon-project-planning/_types/ivon-types.d.ts.map +1 -1
- package/dist/components-domain/ivon-project-planning/_types/popup-types.d.ts +28 -0
- package/dist/components-domain/ivon-project-planning/_types/popup-types.d.ts.map +1 -0
- package/dist/components-domain/ivon-project-planning/_types/popup-types.js +2 -0
- package/dist/components-domain/ivon-project-planning/_types/popup-types.js.map +1 -0
- package/dist/components-generic/atoms/_menu/menu-item/MenuItem.js +1 -1
- package/dist/components-generic/atoms/_menu/user-menu/UserMenu.js +1 -1
- package/dist/components-generic/atoms/button/Button.js +1 -1
- package/dist/components-generic/atoms/icon-button/IconButton.js +1 -1
- package/dist/components-generic/atoms/input/Input.js +1 -1
- package/dist/components-generic/atoms/list/List.js +1 -1
- package/dist/components-generic/atoms/no-permission/PermissionWrapper.js +1 -1
- package/dist/components-generic/atoms/notification/Notification.js +1 -1
- package/dist/components-generic/atoms/progress-bar/Progressbar.d.ts +21 -0
- package/dist/components-generic/atoms/progress-bar/Progressbar.d.ts.map +1 -0
- package/dist/components-generic/atoms/progress-bar/Progressbar.js +44 -0
- package/dist/components-generic/atoms/progress-bar/Progressbar.js.map +1 -0
- package/dist/components-generic/atoms/section-header/SectionHeader.js +1 -1
- package/dist/components-generic/atoms/selection-buttons/checkbox/Checkbox.js +1 -1
- package/dist/components-generic/atoms/selection-buttons/radio-button/RadioButton.js +1 -1
- package/dist/components-generic/atoms/table/Table.d.ts +5 -1
- package/dist/components-generic/atoms/table/Table.d.ts.map +1 -1
- package/dist/components-generic/atoms/table/Table.js +49 -31
- package/dist/components-generic/atoms/table/Table.js.map +1 -1
- package/dist/components-generic/atoms/table/_QuickSearchToolbar.js +853 -2594
- package/dist/components-generic/atoms/table/_QuickSearchToolbar.js.map +1 -1
- package/dist/components-generic/atoms/tooltip/Tooltip.js +1 -1
- package/dist/components-generic/molecules/field-error/FieldError.js +1 -1
- package/dist/components-generic/molecules/form-error/FormError.js +1 -1
- package/dist/components-generic/molecules/form-modal/FormModal.js +2 -2
- package/dist/components-generic/molecules/modal/Modal.js +1 -1
- package/dist/components-generic/molecules/navigation-bar/NavigationBar.js +1 -1
- package/dist/components-generic/molecules/no-label-number-field/NoLabelNumberField.js +2 -2
- package/dist/components-generic/molecules/upload-button/UploadButton.js +1 -1
- package/dist/contexts/TanstackFormContext.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -1
- package/dist/components-domain/ivon-project-planning/_dummy-data/ivon3-data.json.d.ts +0 -78
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { Tooltip as i, Box as x, tooltipClasses as d } from "@mui/material";
|
|
3
|
-
import { l as m } from "../../../chunks/lodash.
|
|
3
|
+
import { l as m } from "../../../chunks/lodash.9n5aMaxx.js";
|
|
4
4
|
function g({
|
|
5
5
|
"data-qa": t,
|
|
6
6
|
title: p,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../chunks/compiler-runtime.BNHg76kC.js";
|
|
3
|
-
import { A as t } from "../../../chunks/FieldError.
|
|
3
|
+
import { A as t } from "../../../chunks/FieldError.Uxuk6F4l.js";
|
|
4
4
|
import "../../atoms/notification/Notification.js";
|
|
5
5
|
export {
|
|
6
6
|
t as AoaFieldError
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../chunks/compiler-runtime.BNHg76kC.js";
|
|
3
|
-
import { a } from "../../../chunks/FieldError.
|
|
3
|
+
import { a } from "../../../chunks/FieldError.Uxuk6F4l.js";
|
|
4
4
|
import "../../atoms/notification/Notification.js";
|
|
5
5
|
export {
|
|
6
6
|
a as AoaFormError
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../chunks/compiler-runtime.BNHg76kC.js";
|
|
3
3
|
import "@mui/material";
|
|
4
|
-
import "../../../chunks/lodash.
|
|
5
|
-
import { b as e } from "../../../chunks/FieldError.
|
|
4
|
+
import "../../../chunks/lodash.9n5aMaxx.js";
|
|
5
|
+
import { b as e } from "../../../chunks/FieldError.Uxuk6F4l.js";
|
|
6
6
|
import "../../atoms/button/Button.js";
|
|
7
7
|
import "../form/Form.js";
|
|
8
8
|
import "../modal-close-button/ModalCloseButton.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as A, jsxs as q } from "react/jsx-runtime";
|
|
2
2
|
import { c as P } from "../../../chunks/compiler-runtime.BNHg76kC.js";
|
|
3
3
|
import { DialogTitle as B, DialogContent as E, Dialog as M } from "@mui/material";
|
|
4
|
-
import { l as C } from "../../../chunks/lodash.
|
|
4
|
+
import { l as C } from "../../../chunks/lodash.9n5aMaxx.js";
|
|
5
5
|
import { AoaModalCloseButton as R } from "../modal-close-button/ModalCloseButton.js";
|
|
6
6
|
function Q(b) {
|
|
7
7
|
const o = P.c(27), {
|
|
@@ -2,7 +2,7 @@ import { jsx as f, jsxs as y } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as B } from "../../../chunks/compiler-runtime.BNHg76kC.js";
|
|
3
3
|
import { Box as S, AppBar as W, Toolbar as R } from "@mui/material";
|
|
4
4
|
import { useLocation as _ } from "@tanstack/react-router";
|
|
5
|
-
import { l as I } from "../../../chunks/lodash.
|
|
5
|
+
import { l as I } from "../../../chunks/lodash.9n5aMaxx.js";
|
|
6
6
|
import { useState as P, useEffect as A } from "react";
|
|
7
7
|
import { FontNormalSxProps as j } from "../../../_constants.js";
|
|
8
8
|
import { AoaMenuItem as p } from "../../atoms/_menu/menu-item/MenuItem.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "@mui/material";
|
|
3
|
-
import "../../../chunks/lodash.
|
|
4
|
-
import { c as e } from "../../../chunks/FieldError.
|
|
3
|
+
import "../../../chunks/lodash.9n5aMaxx.js";
|
|
4
|
+
import { c as e } from "../../../chunks/FieldError.Uxuk6F4l.js";
|
|
5
5
|
import "../../atoms/tooltip/Tooltip.js";
|
|
6
6
|
export {
|
|
7
7
|
e as AoaNoLabelNumberField
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as h } from "react/jsx-runtime";
|
|
2
2
|
import { c as U } from "../../../chunks/compiler-runtime.BNHg76kC.js";
|
|
3
3
|
import { CircularProgress as k } from "@mui/material";
|
|
4
|
-
import { l as B } from "../../../chunks/lodash.
|
|
4
|
+
import { l as B } from "../../../chunks/lodash.9n5aMaxx.js";
|
|
5
5
|
import { AoaButton as C } from "../../atoms/button/Button.js";
|
|
6
6
|
function P(b) {
|
|
7
7
|
const e = U.c(30);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "@tanstack/react-form";
|
|
2
|
-
import { d as t, e as s, u as r, f as m, g as F, w as x } from "../chunks/FieldError.
|
|
2
|
+
import { d as t, e as s, u as r, f as m, g as F, w as x } from "../chunks/FieldError.Uxuk6F4l.js";
|
|
3
3
|
export {
|
|
4
4
|
t as aoaFieldContext,
|
|
5
5
|
s as aoaFormContext,
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { AoaTable as T } from "./components-generic/atoms/table/Table.js";
|
|
|
13
13
|
import { AoaTooltip as L } from "./components-generic/atoms/tooltip/Tooltip.js";
|
|
14
14
|
import { AoaZeroWidthSpace as S } from "./components-generic/atoms/zero-width-space/ZeroWidthSpace.js";
|
|
15
15
|
import { AoaForm as I } from "./components-generic/molecules/form/Form.js";
|
|
16
|
-
import { A as W, a as k, b as v, c as z, d as D, e as H, u as R, f as U, g as Z, w as j } from "./chunks/FieldError.
|
|
16
|
+
import { A as W, a as k, b as v, c as z, d as D, e as H, u as R, f as U, g as Z, w as j } from "./chunks/FieldError.Uxuk6F4l.js";
|
|
17
17
|
import { AoaFileDropzone as y } from "./components-generic/molecules/file-dropzone/FileDropzone.js";
|
|
18
18
|
import { AoaFileTable as J } from "./components-generic/molecules/file-table/FileTable.js";
|
|
19
19
|
import { AoaModalCloseButton as O } from "./components-generic/molecules/modal-close-button/ModalCloseButton.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rws-aoa/react-library",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"description": "RWS AOA Design System",
|
|
5
5
|
"author": "@rws-aoa",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -194,6 +194,10 @@
|
|
|
194
194
|
"types": "./dist/components-generic/atoms/no-permission/PermissionWrapper.d.ts",
|
|
195
195
|
"default": "./dist/components-generic/atoms/no-permission/PermissionWrapper.js"
|
|
196
196
|
},
|
|
197
|
+
"./progressbar": {
|
|
198
|
+
"types": "./dist/components-generic/atoms/progress-bar/Progressbar.d.ts",
|
|
199
|
+
"default": "./dist/components-generic/atoms/progress-bar/Progressbar.js"
|
|
200
|
+
},
|
|
197
201
|
"./radiobutton": {
|
|
198
202
|
"types": "./dist/components-generic/atoms/selection-buttons/radio-button/RadioButton.d.ts",
|
|
199
203
|
"default": "./dist/components-generic/atoms/selection-buttons/radio-button/RadioButton.js"
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"track": {
|
|
3
|
-
"trackSerialNumber": 1,
|
|
4
|
-
"trackType": "hoofdrijbaan",
|
|
5
|
-
"kmFrom": 10.0,
|
|
6
|
-
"kmTo": 16.0,
|
|
7
|
-
"bps": "RW001 1 HR L",
|
|
8
|
-
"laneSegments": [
|
|
9
|
-
{
|
|
10
|
-
"laneSerialNumber": 1,
|
|
11
|
-
"laneType": "",
|
|
12
|
-
"kmFrom": 10.0,
|
|
13
|
-
"kmTo": 11.0,
|
|
14
|
-
"BPS": "RW001 10,0 +0 1 HR L",
|
|
15
|
-
"pavements": ["laag-1.1", "laag-2.1"],
|
|
16
|
-
"plans": [
|
|
17
|
-
{
|
|
18
|
-
"year": 2026,
|
|
19
|
-
"description": "Plan description A",
|
|
20
|
-
"color": "rijks-yellow-light"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"year": 2025,
|
|
24
|
-
"description": "Plan description C",
|
|
25
|
-
"color": "rijks-yellow-light"
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"laneSerialNumber": 1,
|
|
31
|
-
"laneType": "driving",
|
|
32
|
-
"kmFrom": 11.0,
|
|
33
|
-
"kmTo": 12.0,
|
|
34
|
-
"bps": "RW001 11,0 +0 1 HR L",
|
|
35
|
-
"pavements": ["laag-1.2"],
|
|
36
|
-
"plans": [
|
|
37
|
-
{
|
|
38
|
-
"year": 2026,
|
|
39
|
-
"description": "Plan description B",
|
|
40
|
-
"color": "rijks-yellow-light"
|
|
41
|
-
}
|
|
42
|
-
]
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"laneSerialNumber": 1,
|
|
46
|
-
"laneType": "driving",
|
|
47
|
-
"kmFrom": 12.0,
|
|
48
|
-
"kmTo": 16.0,
|
|
49
|
-
"bps": "RW001 12,0 +0 1 HR L",
|
|
50
|
-
"pavements": ["laag-1.3", "laag-2.3"],
|
|
51
|
-
"plans": [
|
|
52
|
-
{
|
|
53
|
-
"year": 2026,
|
|
54
|
-
"description": "Plan description D",
|
|
55
|
-
"color": "rijks-yellow-light"
|
|
56
|
-
}
|
|
57
|
-
]
|
|
58
|
-
}
|
|
59
|
-
],
|
|
60
|
-
"borders": [
|
|
61
|
-
{
|
|
62
|
-
"bps": "RW001 10,0 +0 1 HR L",
|
|
63
|
-
"hectometer": 10.0,
|
|
64
|
-
"distanceToHectometer": 0.0,
|
|
65
|
-
"color": "text-link-visited"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"bps": "RW001 11,0 +0 1 HR L",
|
|
69
|
-
"hectometer": 11.0,
|
|
70
|
-
"distanceToHectometer": 0.0,
|
|
71
|
-
"color": "text-link-visited"
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
;
|
|
77
|
-
|
|
78
|
-
export default _default;
|