@judo/components 0.1.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.
Files changed (133) hide show
  1. package/LICENSE +277 -0
  2. package/README.md +200 -0
  3. package/dist/FlexRenderer-0KCxU9QU.js +1612 -0
  4. package/dist/FlexRenderer-0KCxU9QU.js.map +1 -0
  5. package/dist/FormContainerRenderer-B8H4kyz0.js +67 -0
  6. package/dist/FormContainerRenderer-B8H4kyz0.js.map +1 -0
  7. package/dist/FormContainerRenderer-CtuXP8jP.js +3 -0
  8. package/dist/TableContainerRenderer-gKBlsD4S.js +127 -0
  9. package/dist/TableContainerRenderer-gKBlsD4S.js.map +1 -0
  10. package/dist/TableContainerRenderer-qbzKI1Cd.js +2 -0
  11. package/dist/ViewContainerRenderer-7Cx4fcLp.js +3 -0
  12. package/dist/ViewContainerRenderer-DCRaE_dq.js +132 -0
  13. package/dist/ViewContainerRenderer-DCRaE_dq.js.map +1 -0
  14. package/dist/containers/FormContainerRenderer.d.ts +11 -0
  15. package/dist/containers/FormContainerRenderer.d.ts.map +1 -0
  16. package/dist/containers/PageRenderer.d.ts +9 -0
  17. package/dist/containers/PageRenderer.d.ts.map +1 -0
  18. package/dist/containers/TableContainerRenderer.d.ts +11 -0
  19. package/dist/containers/TableContainerRenderer.d.ts.map +1 -0
  20. package/dist/containers/ViewContainerRenderer.d.ts +12 -0
  21. package/dist/containers/ViewContainerRenderer.d.ts.map +1 -0
  22. package/dist/dialogs/LinkSelectorDialog.d.ts +21 -0
  23. package/dist/dialogs/LinkSelectorDialog.d.ts.map +1 -0
  24. package/dist/errors/ContainerErrorBoundary.d.ts +42 -0
  25. package/dist/errors/ContainerErrorBoundary.d.ts.map +1 -0
  26. package/dist/errors/index.d.ts +2 -0
  27. package/dist/errors/index.d.ts.map +1 -0
  28. package/dist/find-on-init-action-C5CqxQaH.js +7727 -0
  29. package/dist/find-on-init-action-C5CqxQaH.js.map +1 -0
  30. package/dist/hooks/use-file-handling.d.ts +79 -0
  31. package/dist/hooks/use-file-handling.d.ts.map +1 -0
  32. package/dist/hooks/use-page-title.d.ts +23 -0
  33. package/dist/hooks/use-page-title.d.ts.map +1 -0
  34. package/dist/hooks/use-table-data.d.ts +77 -0
  35. package/dist/hooks/use-table-data.d.ts.map +1 -0
  36. package/dist/index.css +2 -0
  37. package/dist/index.d.ts +44 -0
  38. package/dist/index.d.ts.map +1 -0
  39. package/dist/index.js +296 -0
  40. package/dist/index.js.map +1 -0
  41. package/dist/inputs/BinaryInputComponent.d.ts +15 -0
  42. package/dist/inputs/BinaryInputComponent.d.ts.map +1 -0
  43. package/dist/inputs/CheckboxComponent.d.ts +14 -0
  44. package/dist/inputs/CheckboxComponent.d.ts.map +1 -0
  45. package/dist/inputs/DateInputComponent.d.ts +14 -0
  46. package/dist/inputs/DateInputComponent.d.ts.map +1 -0
  47. package/dist/inputs/DateTimeInputComponent.d.ts +14 -0
  48. package/dist/inputs/DateTimeInputComponent.d.ts.map +1 -0
  49. package/dist/inputs/EnumerationComboComponent.d.ts +20 -0
  50. package/dist/inputs/EnumerationComboComponent.d.ts.map +1 -0
  51. package/dist/inputs/EnumerationRadioComponent.d.ts +22 -0
  52. package/dist/inputs/EnumerationRadioComponent.d.ts.map +1 -0
  53. package/dist/inputs/EnumerationToggleButtonbarComponent.d.ts +23 -0
  54. package/dist/inputs/EnumerationToggleButtonbarComponent.d.ts.map +1 -0
  55. package/dist/inputs/InputRenderer.d.ts +11 -0
  56. package/dist/inputs/InputRenderer.d.ts.map +1 -0
  57. package/dist/inputs/NumericInputComponent.d.ts +14 -0
  58. package/dist/inputs/NumericInputComponent.d.ts.map +1 -0
  59. package/dist/inputs/PasswordInputComponent.d.ts +14 -0
  60. package/dist/inputs/PasswordInputComponent.d.ts.map +1 -0
  61. package/dist/inputs/SwitchComponent.d.ts +14 -0
  62. package/dist/inputs/SwitchComponent.d.ts.map +1 -0
  63. package/dist/inputs/TextAreaComponent.d.ts +14 -0
  64. package/dist/inputs/TextAreaComponent.d.ts.map +1 -0
  65. package/dist/inputs/TextInputComponent.d.ts +19 -0
  66. package/dist/inputs/TextInputComponent.d.ts.map +1 -0
  67. package/dist/inputs/TimeInputComponent.d.ts +14 -0
  68. package/dist/inputs/TimeInputComponent.d.ts.map +1 -0
  69. package/dist/renderers/ButtonGroupRenderer.d.ts +10 -0
  70. package/dist/renderers/ButtonGroupRenderer.d.ts.map +1 -0
  71. package/dist/renderers/FlexRenderer.d.ts +13 -0
  72. package/dist/renderers/FlexRenderer.d.ts.map +1 -0
  73. package/dist/renderers/FormattedRenderer.d.ts +12 -0
  74. package/dist/renderers/FormattedRenderer.d.ts.map +1 -0
  75. package/dist/renderers/FrameRenderer.d.ts +17 -0
  76. package/dist/renderers/FrameRenderer.d.ts.map +1 -0
  77. package/dist/renderers/IconRenderer.d.ts +41 -0
  78. package/dist/renderers/IconRenderer.d.ts.map +1 -0
  79. package/dist/renderers/InlineButtonGroupRenderer.d.ts +22 -0
  80. package/dist/renderers/InlineButtonGroupRenderer.d.ts.map +1 -0
  81. package/dist/renderers/LinkRenderer.d.ts +17 -0
  82. package/dist/renderers/LinkRenderer.d.ts.map +1 -0
  83. package/dist/renderers/PageHeader.d.ts +13 -0
  84. package/dist/renderers/PageHeader.d.ts.map +1 -0
  85. package/dist/renderers/RowActionCell.d.ts +28 -0
  86. package/dist/renderers/RowActionCell.d.ts.map +1 -0
  87. package/dist/renderers/StandaloneButtonRenderer.d.ts +16 -0
  88. package/dist/renderers/StandaloneButtonRenderer.d.ts.map +1 -0
  89. package/dist/renderers/SubThemeWrapper.d.ts +22 -0
  90. package/dist/renderers/SubThemeWrapper.d.ts.map +1 -0
  91. package/dist/renderers/TabControllerRenderer.d.ts +10 -0
  92. package/dist/renderers/TabControllerRenderer.d.ts.map +1 -0
  93. package/dist/renderers/TableRenderer.d.ts +10 -0
  94. package/dist/renderers/TableRenderer.d.ts.map +1 -0
  95. package/dist/renderers/TableToolbar.d.ts +47 -0
  96. package/dist/renderers/TableToolbar.d.ts.map +1 -0
  97. package/dist/renderers/VisualElementRenderer.d.ts +17 -0
  98. package/dist/renderers/VisualElementRenderer.d.ts.map +1 -0
  99. package/dist/utils/alignment-mappers.d.ts +17 -0
  100. package/dist/utils/alignment-mappers.d.ts.map +1 -0
  101. package/dist/utils/build-mask-string.d.ts +31 -0
  102. package/dist/utils/build-mask-string.d.ts.map +1 -0
  103. package/dist/utils/build-query-customizer.d.ts +35 -0
  104. package/dist/utils/build-query-customizer.d.ts.map +1 -0
  105. package/dist/utils/destructive-action-utils.d.ts +17 -0
  106. package/dist/utils/destructive-action-utils.d.ts.map +1 -0
  107. package/dist/utils/find-action-by-definition.d.ts +26 -0
  108. package/dist/utils/find-action-by-definition.d.ts.map +1 -0
  109. package/dist/utils/find-on-init-action.d.ts +12 -0
  110. package/dist/utils/find-on-init-action.d.ts.map +1 -0
  111. package/dist/utils/find-visual-element.d.ts +18 -0
  112. package/dist/utils/find-visual-element.d.ts.map +1 -0
  113. package/dist/utils/flex-layout.d.ts +104 -0
  114. package/dist/utils/flex-layout.d.ts.map +1 -0
  115. package/dist/utils/get-visible-buttons.d.ts +33 -0
  116. package/dist/utils/get-visible-buttons.d.ts.map +1 -0
  117. package/dist/utils/icon-adornment.d.ts +13 -0
  118. package/dist/utils/icon-adornment.d.ts.map +1 -0
  119. package/dist/utils/mdi-alias-map.d.ts +44 -0
  120. package/dist/utils/mdi-alias-map.d.ts.map +1 -0
  121. package/dist/utils/mdi-alias-map.generated.d.ts +10 -0
  122. package/dist/utils/mdi-alias-map.generated.d.ts.map +1 -0
  123. package/dist/utils/resolve-container-type.d.ts +11 -0
  124. package/dist/utils/resolve-container-type.d.ts.map +1 -0
  125. package/dist/utils/singleton-access.d.ts +25 -0
  126. package/dist/utils/singleton-access.d.ts.map +1 -0
  127. package/dist/utils/table-column-utils.d.ts +75 -0
  128. package/dist/utils/table-column-utils.d.ts.map +1 -0
  129. package/dist/utils/table-filter-utils.d.ts +14 -0
  130. package/dist/utils/table-filter-utils.d.ts.map +1 -0
  131. package/dist/utils/table-sort-utils.d.ts +24 -0
  132. package/dist/utils/table-sort-utils.d.ts.map +1 -0
  133. package/package.json +84 -0
package/LICENSE ADDED
@@ -0,0 +1,277 @@
1
+ Eclipse Public License - v 2.0
2
+
3
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
4
+ PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
5
+ OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
6
+
7
+ 1. DEFINITIONS
8
+
9
+ "Contribution" means:
10
+
11
+ a) in the case of the initial Contributor, the initial content
12
+ Distributed under this Agreement, and
13
+
14
+ b) in the case of each subsequent Contributor:
15
+ i) changes to the Program, and
16
+ ii) additions to the Program;
17
+ where such changes and/or additions to the Program originate from
18
+ and are Distributed by that particular Contributor. A Contribution
19
+ "originates" from a Contributor if it was added to the Program by
20
+ such Contributor itself or anyone acting on such Contributor's behalf.
21
+ Contributions do not include changes or additions to the Program that
22
+ are not Modified Works.
23
+
24
+ "Contributor" means any person or entity that Distributes the Program.
25
+
26
+ "Licensed Patents" mean patent claims licensable by a Contributor which
27
+ are necessarily infringed by the use or sale of its Contribution alone
28
+ or when combined with the Program.
29
+
30
+ "Program" means the Contributions Distributed in accordance with this
31
+ Agreement.
32
+
33
+ "Recipient" means anyone who receives the Program under this Agreement
34
+ or any Secondary License (as applicable), including Contributors.
35
+
36
+ "Derivative Works" shall mean any work, whether in Source Code or other
37
+ form, that is based on (or derived from) the Program and for which the
38
+ editorial revisions, annotations, elaborations, or other modifications
39
+ represent, as a whole, an original work of authorship.
40
+
41
+ "Modified Works" shall mean any work in Source Code or other form that
42
+ results from an addition to, deletion from, or modification of the
43
+ contents of the Program, including, for purposes of clarity any new file
44
+ in Source Code form that contains any contents of the Program. Modified
45
+ Works shall not include works that contain only declarations,
46
+ interfaces, types, classes, structures, or files of the Program solely
47
+ in each case in order to link to, bind by name, or subclass the Program
48
+ or Modified Works thereof.
49
+
50
+ "Distribute" means the acts of a) distributing or b) making available
51
+ in any manner that enables the transfer of a copy.
52
+
53
+ "Source Code" means the form of a Program preferred for making
54
+ modifications, including but not limited to software source code,
55
+ documentation source, and configuration files.
56
+
57
+ "Secondary License" means either the GNU General Public License,
58
+ Version 2.0, or any later versions of that license, including any
59
+ exceptions or additional permissions as identified by the initial
60
+ Contributor.
61
+
62
+ 2. GRANT OF RIGHTS
63
+
64
+ a) Subject to the terms of this Agreement, each Contributor hereby
65
+ grants Recipient a non-exclusive, worldwide, royalty-free copyright
66
+ license to reproduce, prepare Derivative Works of, publicly display,
67
+ publicly perform, Distribute and sublicense the Contribution of such
68
+ Contributor, if any, and such Derivative Works.
69
+
70
+ b) Subject to the terms of this Agreement, each Contributor hereby
71
+ grants Recipient a non-exclusive, worldwide, royalty-free patent
72
+ license under Licensed Patents to make, use, sell, offer to sell,
73
+ import and otherwise transfer the Contribution of such Contributor,
74
+ if any, in Source Code or other form. This patent license shall
75
+ apply to the combination of the Contribution and the Program if, at
76
+ the time the Contribution is added by the Contributor, such addition
77
+ of the Contribution causes such combination to be covered by the
78
+ Licensed Patents. The patent license shall not apply to any other
79
+ combinations which include the Contribution. No hardware per se is
80
+ licensed hereunder.
81
+
82
+ c) Recipient understands that although each Contributor grants the
83
+ licenses to its Contributions set forth herein, no assurances are
84
+ provided by any Contributor that the Program does not infringe the
85
+ patent or other intellectual property rights of any other entity.
86
+ Each Contributor disclaims any liability to Recipient for claims
87
+ brought by any other entity based on infringement of intellectual
88
+ property rights or otherwise. As a condition to exercising the
89
+ rights and licenses granted hereunder, each Recipient hereby
90
+ assumes sole responsibility to secure any other intellectual
91
+ property rights needed, if any. For example, if a third party
92
+ patent license is required to allow Recipient to Distribute the
93
+ Program, it is Recipient's responsibility to acquire that license
94
+ before distributing the Program.
95
+
96
+ d) Each Contributor represents that to its knowledge it has
97
+ sufficient copyright rights in its Contribution, if any, to grant
98
+ the copyright license set forth in this Agreement.
99
+
100
+ e) Notwithstanding the terms of any Secondary License, no
101
+ Contributor makes additional grants to any Recipient (other than
102
+ those set forth in this Agreement) as a result of such Recipient's
103
+ receipt of the Program under the terms of a Secondary License
104
+ (if permitted under the terms of Section 3).
105
+
106
+ 3. REQUIREMENTS
107
+
108
+ 3.1 If a Contributor Distributes the Program in any form, then:
109
+
110
+ a) the Program must also be made available as Source Code, in
111
+ accordance with section 3.2, and the Contributor must accompany
112
+ the Program with a statement that the Source Code for the Program
113
+ is available under this Agreement, and informs Recipients how to
114
+ obtain it in a reasonable manner on or through a medium customarily
115
+ used for software exchange; and
116
+
117
+ b) the Contributor may Distribute the Program under a license
118
+ different than this Agreement, provided that such license:
119
+ i) effectively disclaims on behalf of all other Contributors all
120
+ warranties and conditions, express and implied, including
121
+ warranties or conditions of title and non-infringement, and
122
+ implied warranties or conditions of merchantability and fitness
123
+ for a particular purpose;
124
+
125
+ ii) effectively excludes on behalf of all other Contributors all
126
+ liability for damages, including direct, indirect, special,
127
+ incidental and consequential damages, such as lost profits;
128
+
129
+ iii) does not attempt to limit or alter the recipients' rights
130
+ in the Source Code under section 3.2; and
131
+
132
+ iv) requires any subsequent distribution of the Program by any
133
+ party to be under a license that satisfies the requirements
134
+ of this section 3.
135
+
136
+ 3.2 When the Program is Distributed as Source Code:
137
+
138
+ a) it must be made available under this Agreement, or if the
139
+ Program (i) is combined with other material in a separate file or
140
+ files made available under a Secondary License, and (ii) the initial
141
+ Contributor attached to the Source Code the notice described in
142
+ Exhibit A of this Agreement, then the Program may be made available
143
+ under the terms of such Secondary Licenses, and
144
+
145
+ b) a copy of this Agreement must be included with each copy of
146
+ the Program.
147
+
148
+ 3.3 Contributors may not remove or alter any copyright, patent,
149
+ trademark, attribution notices, disclaimers of warranty, or limitations
150
+ of liability ("notices") contained within the Program from any copy of
151
+ the Program which they Distribute, provided that Contributors may add
152
+ their own appropriate notices.
153
+
154
+ 4. COMMERCIAL DISTRIBUTION
155
+
156
+ Commercial distributors of software may accept certain responsibilities
157
+ with respect to end users, business partners and the like. While this
158
+ license is intended to facilitate the commercial use of the Program,
159
+ the Contributor who includes the Program in a commercial product
160
+ offering should do so in a manner which does not create potential
161
+ liability for other Contributors. Therefore, if a Contributor includes
162
+ the Program in a commercial product offering, such Contributor
163
+ ("Commercial Contributor") hereby agrees to defend and indemnify every
164
+ other Contributor ("Indemnified Contributor") against any losses,
165
+ damages and costs (collectively "Losses") arising from claims, lawsuits
166
+ and other legal actions brought by a third party against the Indemnified
167
+ Contributor to the extent caused by the acts or omissions of such
168
+ Commercial Contributor in connection with its distribution of the Program
169
+ in a commercial product offering. The obligations in this section do not
170
+ apply to any claims or Losses relating to any actual or alleged
171
+ intellectual property infringement. In order to qualify, an Indemnified
172
+ Contributor must: a) promptly notify the Commercial Contributor in
173
+ writing of such claim, and b) allow the Commercial Contributor to control,
174
+ and cooperate with the Commercial Contributor in, the defense and any
175
+ related settlement negotiations. The Indemnified Contributor may
176
+ participate in any such claim at its own expense.
177
+
178
+ For example, a Contributor might include the Program in a commercial
179
+ product offering, Product X. That Contributor is then a Commercial
180
+ Contributor. If that Commercial Contributor then makes performance
181
+ claims, or offers warranties related to Product X, those performance
182
+ claims and warranties are such Commercial Contributor's responsibility
183
+ alone. Under this section, the Commercial Contributor would have to
184
+ defend claims against the other Contributors related to those performance
185
+ claims and warranties, and if a court requires any other Contributor to
186
+ pay any damages as a result, the Commercial Contributor must pay
187
+ those damages.
188
+
189
+ 5. NO WARRANTY
190
+
191
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
192
+ PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
193
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
194
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
195
+ TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
196
+ PURPOSE. Each Recipient is solely responsible for determining the
197
+ appropriateness of using and distributing the Program and assumes all
198
+ risks associated with its exercise of rights under this Agreement,
199
+ including but not limited to the risks and costs of program errors,
200
+ compliance with applicable laws, damage to or loss of data, programs
201
+ or equipment, and unavailability or interruption of operations.
202
+
203
+ 6. DISCLAIMER OF LIABILITY
204
+
205
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
206
+ PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
207
+ SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
208
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
209
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
210
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
211
+ ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
212
+ EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
213
+ POSSIBILITY OF SUCH DAMAGES.
214
+
215
+ 7. GENERAL
216
+
217
+ If any provision of this Agreement is invalid or unenforceable under
218
+ applicable law, it shall not affect the validity or enforceability of
219
+ the remainder of the terms of this Agreement, and without further
220
+ action by the parties hereto, such provision shall be reformed to the
221
+ minimum extent necessary to make such provision valid and enforceable.
222
+
223
+ If Recipient institutes patent litigation against any entity
224
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the
225
+ Program itself (excluding combinations of the Program with other software
226
+ or hardware) infringes such Recipient's patent(s), then such Recipient's
227
+ rights granted under Section 2(b) shall terminate as of the date such
228
+ litigation is filed.
229
+
230
+ All Recipient's rights under this Agreement shall terminate if it
231
+ fails to comply with any of the material terms or conditions of this
232
+ Agreement and does not cure such failure in a reasonable period of
233
+ time after becoming aware of such noncompliance. If all Recipient's
234
+ rights under this Agreement terminate, Recipient agrees to cease use
235
+ and distribution of the Program as soon as reasonably practicable.
236
+ However, Recipient's obligations under this Agreement and any licenses
237
+ granted by Recipient relating to the Program shall continue and survive.
238
+
239
+ Everyone is permitted to copy and distribute copies of this Agreement,
240
+ but in order to avoid inconsistency the Agreement is copyrighted and
241
+ may only be modified in the following manner. The Agreement Steward
242
+ reserves the right to publish new versions (including revisions) of
243
+ this Agreement from time to time. No one other than the Agreement
244
+ Steward has the right to modify this Agreement. The Eclipse Foundation
245
+ is the initial Agreement Steward. The Eclipse Foundation may assign the
246
+ responsibility to serve as the Agreement Steward to a suitable separate
247
+ entity. Each new version of the Agreement will be given a distinguishing
248
+ version number. The Program (including Contributions) may always be
249
+ Distributed subject to the version of the Agreement under which it was
250
+ received. In addition, after a new version of the Agreement is published,
251
+ Contributor may elect to Distribute the Program (including its
252
+ Contributions) under the new version.
253
+
254
+ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
255
+ receives no rights or licenses to the intellectual property of any
256
+ Contributor under this Agreement, whether expressly, by implication,
257
+ estoppel or otherwise. All rights in the Program not expressly granted
258
+ under this Agreement are reserved. Nothing in this Agreement is intended
259
+ to be enforceable by any entity that is not a Contributor or Recipient.
260
+ No third-party beneficiary rights are created under this Agreement.
261
+
262
+ Exhibit A - Form of Secondary Licenses Notice
263
+
264
+ "This Source Code may also be made available under the following
265
+ Secondary Licenses when the conditions for such availability set forth
266
+ in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
267
+ version(s), and exceptions or additional permissions here}."
268
+
269
+ Simply including a copy of this Agreement, including this Exhibit A
270
+ is not sufficient to license the Source Code under Secondary Licenses.
271
+
272
+ If it is not possible or desirable to put the notice in a particular
273
+ file, then You may include the notice in a location (such as a LICENSE
274
+ file in a relevant directory) where a recipient would be likely to
275
+ look for such a notice.
276
+
277
+ You may add additional accurate notices of copyright ownership.
package/README.md ADDED
@@ -0,0 +1,200 @@
1
+ # @judo/components
2
+
3
+ > Visual-model-driven MUI components for JUDO UI Runtime
4
+
5
+ ## Purpose
6
+
7
+ The UI layer (Layer 5) of the JUDO runtime React framework. Interprets ECore XML models at runtime to produce React UI with **no code generation**. All components receive model objects (`PageContainer`, `Flex`, `Table`, `Input`, etc.) and render MUI-based UI from their properties.
8
+
9
+ ## Architecture Layer
10
+
11
+ **Layer 5 (UI)** — the primary visual rendering package, consumed by `app-shell` and `standalone`.
12
+
13
+ ## Dependencies
14
+
15
+ | Workspace | External (Peer) |
16
+ | ----------------- | ------------------------------------------- |
17
+ | `@judo/model-api` | `@mui/material ^7` |
18
+ | `@judo/core` | `@mui/x-data-grid ^8` |
19
+ | `@judo/i18n` | `@mui/x-data-grid-pro ^8` (optional) |
20
+ | `@judo/actions` | `@mui/x-date-pickers ^8` |
21
+ | `@judo/feedback` | `@mui/icons-material ^7` |
22
+ | `@judo/test-ids` | `@emotion/react ^11`, `@emotion/styled ^11` |
23
+ | | `@mdi/font ^7`, `date-fns ^4`, `react ^19` |
24
+
25
+ ## File Structure
26
+
27
+ ```
28
+ src/
29
+ ├── index.ts # Barrel export
30
+ ├── styles.css # Force-full-width CSS for Stack layouts
31
+ ├── containers/
32
+ │ ├── PageRenderer.tsx # Top-level page → container dispatcher
33
+ │ ├── TableContainerRenderer.tsx # TABLE container renderer
34
+ │ ├── FormContainerRenderer.tsx # FORM container renderer (create dialogs)
35
+ │ └── ViewContainerRenderer.tsx # VIEW container renderer
36
+ ├── dialogs/
37
+ │ └── LinkSelectorDialog.tsx # Relation selector dialog (DataGrid + filtering)
38
+ ├── errors/
39
+ │ ├── ContainerErrorBoundary.tsx # Error boundaries per container type
40
+ │ └── index.ts # Barrel export
41
+ ├── hooks/
42
+ │ ├── use-file-handling.tsx # File download/upload/export hook
43
+ │ ├── use-page-title.ts # Page title resolution hook
44
+ │ └── use-table-data.ts # Table data management hook
45
+ ├── inputs/
46
+ │ ├── InputRenderer.tsx # Input type dispatcher
47
+ │ ├── TextInputComponent.tsx
48
+ │ ├── NumericInputComponent.tsx
49
+ │ ├── DateInputComponent.tsx
50
+ │ ├── DateTimeInputComponent.tsx
51
+ │ ├── TimeInputComponent.tsx
52
+ │ ├── TextAreaComponent.tsx
53
+ │ ├── CheckboxComponent.tsx
54
+ │ ├── SwitchComponent.tsx
55
+ │ ├── EnumerationComboComponent.tsx
56
+ │ ├── EnumerationRadioComponent.tsx
57
+ │ ├── EnumerationToggleButtonbarComponent.tsx
58
+ │ ├── BinaryInputComponent.tsx
59
+ │ └── PasswordInputComponent.tsx
60
+ ├── renderers/
61
+ │ ├── VisualElementRenderer.tsx # Central type dispatcher
62
+ │ ├── FlexRenderer.tsx # Flex layout (Grid + Stack)
63
+ │ ├── TableRenderer.tsx # MUI DataGrid wrapper
64
+ │ ├── LinkRenderer.tsx # Autocomplete/relation field
65
+ │ ├── TabControllerRenderer.tsx # Tab layout
66
+ │ ├── ButtonGroupRenderer.tsx # Page-level button groups
67
+ │ ├── InlineButtonGroupRenderer.tsx # Inline dropdown button groups
68
+ │ ├── StandaloneButtonRenderer.tsx # Standalone navigation buttons
69
+ │ ├── RowActionCell.tsx # Per-row action dropdown (internal)
70
+ │ ├── SubThemeWrapper.tsx # Theme override wrapper
71
+ │ ├── FrameRenderer.tsx # Card/panel frame
72
+ │ ├── IconRenderer.tsx # MDI icon renderer
73
+ │ ├── PageHeader.tsx # Page title + actions
74
+ │ └── TableToolbar.tsx # Custom DataGrid toolbar (internal)
75
+ └── utils/
76
+ ├── alignment-mappers.ts # Enum → CSS alignment mapping
77
+ ├── build-mask-string.ts # Attribute/relation → _mask string builder
78
+ ├── build-query-customizer.ts # DataGrid state → REST query (internal)
79
+ ├── destructive-action-utils.ts # Destructive action detection + confirm options (internal)
80
+ ├── find-action-by-definition.ts # Action ↔ definition matching (internal)
81
+ ├── find-on-init-action.ts # OnInit action lookup
82
+ ├── find-visual-element.ts # Tree search utilities
83
+ ├── flex-layout.ts # 12-column responsive grid math
84
+ ├── get-visible-buttons.ts # Button visibility filtering (internal)
85
+ ├── mdi-alias-map.ts # MDI icon alias resolution (internal)
86
+ ├── mdi-alias-map.generated.ts # Auto-generated (6,476 aliases)
87
+ ├── resolve-container-type.ts # Container type resolution
88
+ ├── singleton-access.ts # Singleton access page detection
89
+ ├── table-column-utils.ts # Column type mapping (internal)
90
+ ├── table-filter-utils.ts # DataGrid → REST filter conversion (internal)
91
+ └── table-sort-utils.ts # Sort model conversion
92
+ ```
93
+
94
+ ## Exports Summary
95
+
96
+ ### Container Renderers
97
+
98
+ | Component | Description |
99
+ | --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
100
+ | `PageRenderer` | Top-level dispatcher. Lazy-loads container renderers by `ContainerType` (TABLE/FORM/VIEW) wrapped in error boundaries. Keys on `transferId` to force remount on navigation. |
101
+ | `TableContainerRenderer` | TABLE container. Finds `Table` element, resolves Refresh action, dispatches onInit on mount (ref-guarded), renders `PageHeader` + `VisualElementRenderer`. |
102
+ | `FormContainerRenderer` | FORM container (create dialogs). Dispatches GetTemplate on mount for default values. Extracts create-dialog context. Sets `pageType: "FORM"` in dispatcher context. |
103
+ | `ViewContainerRenderer` | VIEW container. Derives edit mode from transfer dirty state. Dispatches Refresh on mount when transfer available. Does NOT force readOnly based on edit mode. **Singleton access pages** (isAccess=true, isCollection=false): pre-fetches transfer via `refreshAccessRelation`, wraps children in `PageProvider` with resolved `transferId`. |
104
+ | `resolveContainerType(container)` | Returns the container's explicit type or defaults to `TABLE`. |
105
+
106
+ ### Error Boundaries
107
+
108
+ | Component | Description |
109
+ | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
110
+ | `ContainerErrorBoundary` | React class error boundary. Displays expandable MUI Alert with error message, element path, model JSON, and component stack. |
111
+ | `TableErrorBoundary` / `FormErrorBoundary` / `ViewErrorBoundary` | Typed wrappers with specific labels. |
112
+
113
+ ### Visual Element Renderers
114
+
115
+ | Component | Description |
116
+ | --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
117
+ | `VisualElementRenderer` | Central `@type` dispatcher → delegates to appropriate renderer. Checks component overrides and interceptors first. Unknown types log warning and return null. |
118
+ | `FlexRenderer` | Flex layout: **Horizontal** = MUI Grid (12-column responsive), **Vertical** = MUI Stack (full-width). Supports size constraints and alignment. |
119
+ | `TableRenderer` | Full-featured MUI DataGrid wrapper. Manages row selection, filter panel, column building, column customizers (`useColumnCustomizers`), eager/non-eager modes, row actions, `forceShowTotalCount`. Supports CARD/TAG `representationComponent` via `useItemContainerConfig` — renders MUI Card grids or Chip lists instead of DataGrid. |
120
+ | `LinkRenderer` | MUI Autocomplete for relation/link elements with joined ButtonGroup. Supports typeahead, selector dialog, eager/lazy modes, and action buttons (View, Set, Unset, Create, Delete). |
121
+ | `LinkSelectorDialog` | Relation selector dialog with DataGrid table, filtering, and single-row selection for Link Set action. |
122
+ | `TabControllerRenderer` | MUI Tabs with lazy tab panel rendering. Supports vertical/horizontal orientation. |
123
+ | `ButtonGroupRenderer` | Page/dialog-level button groups as horizontal MUI ButtonGroup. Filters visible buttons by edit mode. Supports group-level `hiddenBy` (via `useElementVisibility`) and per-button `enabledBy`/`hiddenBy` (via `useElementDisabled`/`useElementVisibility`). |
124
+ | `InlineButtonGroupRenderer` | Inline dropdown menu with IconButton + Menu + MenuItems. Supports `featuredActions` for inline buttons. Group-level `hiddenBy` and per-button `enabledBy`/`hiddenBy` dynamic behavior. |
125
+ | `StandaloneButtonRenderer` | Standalone Button elements (e.g., relation navigation buttons). Supports `hiddenBy`/`enabledBy` dynamic behavior, button style variants, confirmation dialogs for destructive actions. |
126
+ | `SubThemeWrapper` | Wraps children in a theme override based on model `subTheme` configuration and transfer data. |
127
+ | `FrameRenderer` | MUI Card with optional header (icon + label). |
128
+ | `IconRenderer` | MDI webfont icon renderer with alias resolution and size support. |
129
+ | `PageHeader` | Page title + page-level ButtonGroup. |
130
+
131
+ _Internal only (not exported): `RowActionCell` (per-row action dropdown used by `TableRenderer`), `TableToolbar` (custom DataGrid toolbar slot)._
132
+
133
+ ### Input Components (14)
134
+
135
+ | Component | Model Type | MUI Component |
136
+ | ------------------------------------- | ---------------------------- | ------------------------------------------------------------------- |
137
+ | `InputRenderer` | — | Central dispatcher (uses `useVisualBinding`, `useEnumOptionFilter`) |
138
+ | `TextInputComponent` | `TextInput` | `TextField` |
139
+ | `NumericInputComponent` | `NumericInput` | `TextField` (type="number") |
140
+ | `DateInputComponent` | `DateInput` | `DatePicker` |
141
+ | `DateTimeInputComponent` | `DateTimeInput` | `TextField` (type="datetime-local") |
142
+ | `TimeInputComponent` | `TimeInput` | `TimePicker` |
143
+ | `TextAreaComponent` | `TextArea` | `TextField` (multiline) |
144
+ | `CheckboxComponent` | `Checkbox` | `MUI Checkbox` + `FormControlLabel` |
145
+ | `SwitchComponent` | `Switch` | `MUI Switch` + `FormControlLabel` |
146
+ | `EnumerationComboComponent` | `EnumerationCombo` | `Select` + `MenuItem`s |
147
+ | `EnumerationRadioComponent` | `EnumerationRadio` | `RadioGroup` + `FormControlLabel`s |
148
+ | `EnumerationToggleButtonbarComponent` | `EnumerationToggleButtonbar` | `ToggleButtonGroup` + `ToggleButton`s |
149
+ | `BinaryInputComponent` | `BinaryInput` | File upload button + filename display |
150
+ | `PasswordInputComponent` | `PasswordInput` | `TextField` with visibility toggle |
151
+
152
+ ### Hooks
153
+
154
+ | Hook | Description |
155
+ | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
156
+ | `useFileHandling()` | File operations: download (attachment/inline preview), upload (two-step flow), JWT filename extraction, and export-to-file from API responses. Uses `useApi` + `useDialog`. |
157
+ | `usePageTitle(options)` | Resolves page titles from `titleFrom` config: static label or dynamic attribute value with label fallback. |
158
+ | `useTableData(options)` | Manages table data for **eager** (client-side) and **non-eager** (server-side) modes. Sets DataGrid sort/filter/pagination modes accordingly. |
159
+
160
+ ### Exported Utility Functions
161
+
162
+ | Function | Description |
163
+ | ----------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
164
+ | `mapMainAxisAlignment(alignment)` | Enum → CSS `justifyContent` value. |
165
+ | `mapCrossAxisAlignment(alignment)` | Enum → CSS `alignItems` value. |
166
+ | `mapAlignment(alignment)` | 2D Alignment enum → both CSS properties. |
167
+ | `findOnInitAction(page, container)` | Finds the onInit action for a container. |
168
+ | `buildMaskString(params)` | Builds `_mask` string from attribute/relation arrays for REST queries. |
169
+ | `isSingletonAccessPage(page)` | Checks if page is a singleton access page (`RelationType` with `isAccess=true`, `isCollection=false`). |
170
+ | `getSingletonAccessRelation(page)` | Returns the `RelationType` for a singleton access page, or `undefined`. |
171
+ | `resolveContainerType(container)` | Returns the container's explicit type or defaults to `TABLE`. |
172
+ | `findVisualElementByType(root, type)` | DFS search by `@type`. |
173
+ | `findVisualElementById(root, id)` | DFS search by `xmi:id`. |
174
+ | `findVisualElementBySourceId(root, sourceId)` | DFS search by `sourceId`. |
175
+ | `flattenVisualElements(root)` | Pre-order tree flattening. |
176
+ | `calculateChildGridSize(element)` | 12-column proportional sizing for child elements. |
177
+ | `calculateHorizontalGridSize(element)` | Responsive breakpoint configuration for horizontal flex. |
178
+ | `calculateVerticalGridSize()` | Always full-width (12 columns) for vertical flex. |
179
+ | `calculateScaledSize(element)` | Scales element `col` relative to parent's column span. |
180
+ | `isVerticalLayout(element)` | Checks if a Flex element has `VERTICAL` direction. |
181
+ | `buildInitialSortModel(columns)` | Builds initial DataGrid sort model from column definitions. |
182
+ | `buildInitialOrderBy(columns)` | Builds REST `_orderBy` from columns with sort configuration. |
183
+ | `convertSortModelToOrderBy(sortModel, columns)` | MUI sort model → REST format. |
184
+ | `extractFileNameFromToken(token, fallback)` | Standalone JWT filename extraction (also available from `useFileHandling`). |
185
+
186
+ _Internal utilities (not exported): `findActionByDefinition`, `buildQueryCustomizer`, `getVisibleButtons`, `resolveIconName`, `getColumnType`, `convertFilterModelToQueryCustomizer`, `isDestructiveAction`, `getDestructiveConfirmationOptions`._
187
+
188
+ ## Key Patterns
189
+
190
+ - **Model-driven rendering**: All components receive model objects and render from their properties — no hardcoded layouts
191
+ - **`@type` discriminator dispatch**: `VisualElementRenderer` and `InputRenderer` switch on `@type` to delegate to the correct renderer
192
+ - **Action resolution via `findActionByDefinition`**: Buttons/containers match their inline `actionDefinition` against page `actions` by `xmi:id`
193
+ - **Eager vs non-eager data**: Tables support client-side (DataGrid handles everything) and server-side (dispatch on sort/filter/pagination) modes
194
+ - **Ref-guarded onInit dispatch**: All container renderers use `useRef` to prevent duplicate dispatches in StrictMode
195
+ - **Context fallback pattern**: Components accept page/dispatch via props but fall back to context
196
+ - **Lazy code splitting**: `PageRenderer` uses `React.lazy` for each container type with `Suspense`
197
+ - **12-column responsive grid**: Flex layouts scale children proportionally with responsive breakpoints
198
+ - **MDI icon alias resolution**: Build-time generated alias map (6,476 entries) enables runtime icon name resolution
199
+ - **Singleton access page support**: ViewContainerRenderer detects singleton pages (isAccess=true, isCollection=false), pre-fetches transfer via `refreshAccessRelation`, and overrides `transferId` via nested `PageProvider` so `useVisualBinding` can find data in the store
200
+ - **Runtime dynamic behavior**: Button renderers support `hiddenBy`/`enabledBy` model references via `useElementVisibility()` and `useElementDisabled()` hooks from `@judo/core`. Group-level visibility hides entire button groups; per-button visibility/disabled state is evaluated independently.