@genesislcap/foundation-forms 14.437.7-alpha-32e8d53.0 → 14.438.1-chore-fix-ag-grid-types-react.1
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/custom-elements.json +226 -298
- package/dist/dts/jsonforms/renderers/CategorizationWrapperRenderer.d.ts +0 -5
- package/dist/dts/jsonforms/renderers/CategorizationWrapperRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/StringControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/VerticalCategorizationWrapperRenderer.d.ts.map +1 -1
- package/dist/esm/jsonforms/renderers/CategorizationWrapperRenderer.js +9 -41
- package/dist/esm/jsonforms/renderers/StringControlRenderer.js +1 -0
- package/dist/esm/jsonforms/renderers/VerticalCategorizationWrapperRenderer.js +17 -11
- package/package.json +15 -15
|
@@ -1973,232 +1973,6 @@
|
|
|
1973
1973
|
}
|
|
1974
1974
|
]
|
|
1975
1975
|
},
|
|
1976
|
-
{
|
|
1977
|
-
"kind": "javascript-module",
|
|
1978
|
-
"path": "src/jsonforms/testers/isArray.ts",
|
|
1979
|
-
"declarations": [
|
|
1980
|
-
{
|
|
1981
|
-
"kind": "function",
|
|
1982
|
-
"name": "isArray",
|
|
1983
|
-
"parameters": [
|
|
1984
|
-
{
|
|
1985
|
-
"name": "itemsType",
|
|
1986
|
-
"type": {
|
|
1987
|
-
"text": "ArrayItemsType"
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
1990
|
-
]
|
|
1991
|
-
}
|
|
1992
|
-
],
|
|
1993
|
-
"exports": [
|
|
1994
|
-
{
|
|
1995
|
-
"kind": "js",
|
|
1996
|
-
"name": "isArray",
|
|
1997
|
-
"declaration": {
|
|
1998
|
-
"name": "isArray",
|
|
1999
|
-
"module": "src/jsonforms/testers/isArray.ts"
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
]
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"kind": "javascript-module",
|
|
2006
|
-
"path": "src/jsonforms/testers/isDate.ts",
|
|
2007
|
-
"declarations": [
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "variable",
|
|
2010
|
-
"name": "isOneOfDate"
|
|
2011
|
-
}
|
|
2012
|
-
],
|
|
2013
|
-
"exports": [
|
|
2014
|
-
{
|
|
2015
|
-
"kind": "js",
|
|
2016
|
-
"name": "isOneOfDate",
|
|
2017
|
-
"declaration": {
|
|
2018
|
-
"name": "isOneOfDate",
|
|
2019
|
-
"module": "src/jsonforms/testers/isDate.ts"
|
|
2020
|
-
}
|
|
2021
|
-
}
|
|
2022
|
-
]
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"kind": "javascript-module",
|
|
2026
|
-
"path": "src/jsonforms/testers/isInvisible.ts",
|
|
2027
|
-
"declarations": [
|
|
2028
|
-
{
|
|
2029
|
-
"kind": "function",
|
|
2030
|
-
"name": "isInvisible",
|
|
2031
|
-
"return": {
|
|
2032
|
-
"type": {
|
|
2033
|
-
"text": "boolean"
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
|
-
"parameters": [
|
|
2037
|
-
{
|
|
2038
|
-
"name": "uischema",
|
|
2039
|
-
"type": {
|
|
2040
|
-
"text": "UISchemaElement"
|
|
2041
|
-
}
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"name": "schema",
|
|
2045
|
-
"type": {
|
|
2046
|
-
"text": "JsonSchema"
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"name": "context",
|
|
2051
|
-
"type": {
|
|
2052
|
-
"text": "TesterContext"
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
|
-
]
|
|
2056
|
-
}
|
|
2057
|
-
],
|
|
2058
|
-
"exports": [
|
|
2059
|
-
{
|
|
2060
|
-
"kind": "js",
|
|
2061
|
-
"name": "isInvisible",
|
|
2062
|
-
"declaration": {
|
|
2063
|
-
"name": "isInvisible",
|
|
2064
|
-
"module": "src/jsonforms/testers/isInvisible.ts"
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
|
-
]
|
|
2068
|
-
},
|
|
2069
|
-
{
|
|
2070
|
-
"kind": "javascript-module",
|
|
2071
|
-
"path": "src/jsonforms/testers/isOneOfBoolean.ts",
|
|
2072
|
-
"declarations": [
|
|
2073
|
-
{
|
|
2074
|
-
"kind": "variable",
|
|
2075
|
-
"name": "isOneOfBoolean"
|
|
2076
|
-
}
|
|
2077
|
-
],
|
|
2078
|
-
"exports": [
|
|
2079
|
-
{
|
|
2080
|
-
"kind": "js",
|
|
2081
|
-
"name": "isOneOfBoolean",
|
|
2082
|
-
"declaration": {
|
|
2083
|
-
"name": "isOneOfBoolean",
|
|
2084
|
-
"module": "src/jsonforms/testers/isOneOfBoolean.ts"
|
|
2085
|
-
}
|
|
2086
|
-
}
|
|
2087
|
-
]
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"kind": "javascript-module",
|
|
2091
|
-
"path": "src/jsonforms/testers/isOneOfEnum.ts",
|
|
2092
|
-
"declarations": [
|
|
2093
|
-
{
|
|
2094
|
-
"kind": "variable",
|
|
2095
|
-
"name": "isOneOfEnum"
|
|
2096
|
-
}
|
|
2097
|
-
],
|
|
2098
|
-
"exports": [
|
|
2099
|
-
{
|
|
2100
|
-
"kind": "js",
|
|
2101
|
-
"name": "isOneOfEnum",
|
|
2102
|
-
"declaration": {
|
|
2103
|
-
"name": "isOneOfEnum",
|
|
2104
|
-
"module": "src/jsonforms/testers/isOneOfEnum.ts"
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2107
|
-
]
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"kind": "javascript-module",
|
|
2111
|
-
"path": "src/jsonforms/testers/isOneOfNumber.ts",
|
|
2112
|
-
"declarations": [
|
|
2113
|
-
{
|
|
2114
|
-
"kind": "variable",
|
|
2115
|
-
"name": "isOneOfNumber"
|
|
2116
|
-
}
|
|
2117
|
-
],
|
|
2118
|
-
"exports": [
|
|
2119
|
-
{
|
|
2120
|
-
"kind": "js",
|
|
2121
|
-
"name": "isOneOfNumber",
|
|
2122
|
-
"declaration": {
|
|
2123
|
-
"name": "isOneOfNumber",
|
|
2124
|
-
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
]
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"kind": "javascript-module",
|
|
2131
|
-
"path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
|
|
2132
|
-
"declarations": [
|
|
2133
|
-
{
|
|
2134
|
-
"kind": "variable",
|
|
2135
|
-
"name": "isOneOfOptionMultiselect"
|
|
2136
|
-
}
|
|
2137
|
-
],
|
|
2138
|
-
"exports": [
|
|
2139
|
-
{
|
|
2140
|
-
"kind": "js",
|
|
2141
|
-
"name": "isOneOfOptionMultiselect",
|
|
2142
|
-
"declaration": {
|
|
2143
|
-
"name": "isOneOfOptionMultiselect",
|
|
2144
|
-
"module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
|
|
2145
|
-
}
|
|
2146
|
-
}
|
|
2147
|
-
]
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"kind": "javascript-module",
|
|
2151
|
-
"path": "src/jsonforms/testers/isTime.ts",
|
|
2152
|
-
"declarations": [
|
|
2153
|
-
{
|
|
2154
|
-
"kind": "variable",
|
|
2155
|
-
"name": "isOneOfTime"
|
|
2156
|
-
}
|
|
2157
|
-
],
|
|
2158
|
-
"exports": [
|
|
2159
|
-
{
|
|
2160
|
-
"kind": "js",
|
|
2161
|
-
"name": "isOneOfTime",
|
|
2162
|
-
"declaration": {
|
|
2163
|
-
"name": "isOneOfTime",
|
|
2164
|
-
"module": "src/jsonforms/testers/isTime.ts"
|
|
2165
|
-
}
|
|
2166
|
-
}
|
|
2167
|
-
]
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"kind": "javascript-module",
|
|
2171
|
-
"path": "src/jsonforms/testers/optionIs.ts",
|
|
2172
|
-
"declarations": [
|
|
2173
|
-
{
|
|
2174
|
-
"kind": "function",
|
|
2175
|
-
"name": "optionIs",
|
|
2176
|
-
"return": {
|
|
2177
|
-
"type": {
|
|
2178
|
-
"text": "Tester"
|
|
2179
|
-
}
|
|
2180
|
-
},
|
|
2181
|
-
"parameters": [
|
|
2182
|
-
{
|
|
2183
|
-
"name": "optionName",
|
|
2184
|
-
"type": {
|
|
2185
|
-
"text": "string"
|
|
2186
|
-
}
|
|
2187
|
-
}
|
|
2188
|
-
]
|
|
2189
|
-
}
|
|
2190
|
-
],
|
|
2191
|
-
"exports": [
|
|
2192
|
-
{
|
|
2193
|
-
"kind": "js",
|
|
2194
|
-
"name": "optionIs",
|
|
2195
|
-
"declaration": {
|
|
2196
|
-
"name": "optionIs",
|
|
2197
|
-
"module": "src/jsonforms/testers/optionIs.ts"
|
|
2198
|
-
}
|
|
2199
|
-
}
|
|
2200
|
-
]
|
|
2201
|
-
},
|
|
2202
1976
|
{
|
|
2203
1977
|
"kind": "javascript-module",
|
|
2204
1978
|
"path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
|
|
@@ -2408,36 +2182,6 @@
|
|
|
2408
2182
|
"kind": "field",
|
|
2409
2183
|
"name": "control"
|
|
2410
2184
|
},
|
|
2411
|
-
{
|
|
2412
|
-
"kind": "field",
|
|
2413
|
-
"name": "mountedTabs",
|
|
2414
|
-
"type": {
|
|
2415
|
-
"text": "Set<number>"
|
|
2416
|
-
},
|
|
2417
|
-
"default": "new Set([0])"
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
"kind": "method",
|
|
2421
|
-
"name": "isMounted",
|
|
2422
|
-
"return": {
|
|
2423
|
-
"type": {
|
|
2424
|
-
"text": "boolean"
|
|
2425
|
-
}
|
|
2426
|
-
},
|
|
2427
|
-
"parameters": [
|
|
2428
|
-
{
|
|
2429
|
-
"name": "index",
|
|
2430
|
-
"type": {
|
|
2431
|
-
"text": "number"
|
|
2432
|
-
}
|
|
2433
|
-
}
|
|
2434
|
-
]
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"kind": "field",
|
|
2438
|
-
"name": "handleTabChange",
|
|
2439
|
-
"privacy": "private"
|
|
2440
|
-
},
|
|
2441
2185
|
{
|
|
2442
2186
|
"kind": "method",
|
|
2443
2187
|
"name": "hasCategoryError",
|
|
@@ -4257,48 +4001,6 @@
|
|
|
4257
4001
|
"module": "src/jsonforms/renderers/CategorizationWrapperRenderer.ts"
|
|
4258
4002
|
}
|
|
4259
4003
|
},
|
|
4260
|
-
{
|
|
4261
|
-
"kind": "field",
|
|
4262
|
-
"name": "mountedTabs",
|
|
4263
|
-
"type": {
|
|
4264
|
-
"text": "Set<number>"
|
|
4265
|
-
},
|
|
4266
|
-
"default": "new Set([0])",
|
|
4267
|
-
"inheritedFrom": {
|
|
4268
|
-
"name": "CategorizationWrapper",
|
|
4269
|
-
"module": "src/jsonforms/renderers/CategorizationWrapperRenderer.ts"
|
|
4270
|
-
}
|
|
4271
|
-
},
|
|
4272
|
-
{
|
|
4273
|
-
"kind": "method",
|
|
4274
|
-
"name": "isMounted",
|
|
4275
|
-
"return": {
|
|
4276
|
-
"type": {
|
|
4277
|
-
"text": "boolean"
|
|
4278
|
-
}
|
|
4279
|
-
},
|
|
4280
|
-
"parameters": [
|
|
4281
|
-
{
|
|
4282
|
-
"name": "index",
|
|
4283
|
-
"type": {
|
|
4284
|
-
"text": "number"
|
|
4285
|
-
}
|
|
4286
|
-
}
|
|
4287
|
-
],
|
|
4288
|
-
"inheritedFrom": {
|
|
4289
|
-
"name": "CategorizationWrapper",
|
|
4290
|
-
"module": "src/jsonforms/renderers/CategorizationWrapperRenderer.ts"
|
|
4291
|
-
}
|
|
4292
|
-
},
|
|
4293
|
-
{
|
|
4294
|
-
"kind": "field",
|
|
4295
|
-
"name": "handleTabChange",
|
|
4296
|
-
"privacy": "private",
|
|
4297
|
-
"inheritedFrom": {
|
|
4298
|
-
"name": "CategorizationWrapper",
|
|
4299
|
-
"module": "src/jsonforms/renderers/CategorizationWrapperRenderer.ts"
|
|
4300
|
-
}
|
|
4301
|
-
},
|
|
4302
4004
|
{
|
|
4303
4005
|
"kind": "method",
|
|
4304
4006
|
"name": "hasCategoryError",
|
|
@@ -4475,6 +4177,232 @@
|
|
|
4475
4177
|
}
|
|
4476
4178
|
}
|
|
4477
4179
|
]
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"kind": "javascript-module",
|
|
4183
|
+
"path": "src/jsonforms/testers/isArray.ts",
|
|
4184
|
+
"declarations": [
|
|
4185
|
+
{
|
|
4186
|
+
"kind": "function",
|
|
4187
|
+
"name": "isArray",
|
|
4188
|
+
"parameters": [
|
|
4189
|
+
{
|
|
4190
|
+
"name": "itemsType",
|
|
4191
|
+
"type": {
|
|
4192
|
+
"text": "ArrayItemsType"
|
|
4193
|
+
}
|
|
4194
|
+
}
|
|
4195
|
+
]
|
|
4196
|
+
}
|
|
4197
|
+
],
|
|
4198
|
+
"exports": [
|
|
4199
|
+
{
|
|
4200
|
+
"kind": "js",
|
|
4201
|
+
"name": "isArray",
|
|
4202
|
+
"declaration": {
|
|
4203
|
+
"name": "isArray",
|
|
4204
|
+
"module": "src/jsonforms/testers/isArray.ts"
|
|
4205
|
+
}
|
|
4206
|
+
}
|
|
4207
|
+
]
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"kind": "javascript-module",
|
|
4211
|
+
"path": "src/jsonforms/testers/isDate.ts",
|
|
4212
|
+
"declarations": [
|
|
4213
|
+
{
|
|
4214
|
+
"kind": "variable",
|
|
4215
|
+
"name": "isOneOfDate"
|
|
4216
|
+
}
|
|
4217
|
+
],
|
|
4218
|
+
"exports": [
|
|
4219
|
+
{
|
|
4220
|
+
"kind": "js",
|
|
4221
|
+
"name": "isOneOfDate",
|
|
4222
|
+
"declaration": {
|
|
4223
|
+
"name": "isOneOfDate",
|
|
4224
|
+
"module": "src/jsonforms/testers/isDate.ts"
|
|
4225
|
+
}
|
|
4226
|
+
}
|
|
4227
|
+
]
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"kind": "javascript-module",
|
|
4231
|
+
"path": "src/jsonforms/testers/isInvisible.ts",
|
|
4232
|
+
"declarations": [
|
|
4233
|
+
{
|
|
4234
|
+
"kind": "function",
|
|
4235
|
+
"name": "isInvisible",
|
|
4236
|
+
"return": {
|
|
4237
|
+
"type": {
|
|
4238
|
+
"text": "boolean"
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
4241
|
+
"parameters": [
|
|
4242
|
+
{
|
|
4243
|
+
"name": "uischema",
|
|
4244
|
+
"type": {
|
|
4245
|
+
"text": "UISchemaElement"
|
|
4246
|
+
}
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"name": "schema",
|
|
4250
|
+
"type": {
|
|
4251
|
+
"text": "JsonSchema"
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
4254
|
+
{
|
|
4255
|
+
"name": "context",
|
|
4256
|
+
"type": {
|
|
4257
|
+
"text": "TesterContext"
|
|
4258
|
+
}
|
|
4259
|
+
}
|
|
4260
|
+
]
|
|
4261
|
+
}
|
|
4262
|
+
],
|
|
4263
|
+
"exports": [
|
|
4264
|
+
{
|
|
4265
|
+
"kind": "js",
|
|
4266
|
+
"name": "isInvisible",
|
|
4267
|
+
"declaration": {
|
|
4268
|
+
"name": "isInvisible",
|
|
4269
|
+
"module": "src/jsonforms/testers/isInvisible.ts"
|
|
4270
|
+
}
|
|
4271
|
+
}
|
|
4272
|
+
]
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"kind": "javascript-module",
|
|
4276
|
+
"path": "src/jsonforms/testers/isOneOfBoolean.ts",
|
|
4277
|
+
"declarations": [
|
|
4278
|
+
{
|
|
4279
|
+
"kind": "variable",
|
|
4280
|
+
"name": "isOneOfBoolean"
|
|
4281
|
+
}
|
|
4282
|
+
],
|
|
4283
|
+
"exports": [
|
|
4284
|
+
{
|
|
4285
|
+
"kind": "js",
|
|
4286
|
+
"name": "isOneOfBoolean",
|
|
4287
|
+
"declaration": {
|
|
4288
|
+
"name": "isOneOfBoolean",
|
|
4289
|
+
"module": "src/jsonforms/testers/isOneOfBoolean.ts"
|
|
4290
|
+
}
|
|
4291
|
+
}
|
|
4292
|
+
]
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
"kind": "javascript-module",
|
|
4296
|
+
"path": "src/jsonforms/testers/isOneOfEnum.ts",
|
|
4297
|
+
"declarations": [
|
|
4298
|
+
{
|
|
4299
|
+
"kind": "variable",
|
|
4300
|
+
"name": "isOneOfEnum"
|
|
4301
|
+
}
|
|
4302
|
+
],
|
|
4303
|
+
"exports": [
|
|
4304
|
+
{
|
|
4305
|
+
"kind": "js",
|
|
4306
|
+
"name": "isOneOfEnum",
|
|
4307
|
+
"declaration": {
|
|
4308
|
+
"name": "isOneOfEnum",
|
|
4309
|
+
"module": "src/jsonforms/testers/isOneOfEnum.ts"
|
|
4310
|
+
}
|
|
4311
|
+
}
|
|
4312
|
+
]
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"kind": "javascript-module",
|
|
4316
|
+
"path": "src/jsonforms/testers/isOneOfNumber.ts",
|
|
4317
|
+
"declarations": [
|
|
4318
|
+
{
|
|
4319
|
+
"kind": "variable",
|
|
4320
|
+
"name": "isOneOfNumber"
|
|
4321
|
+
}
|
|
4322
|
+
],
|
|
4323
|
+
"exports": [
|
|
4324
|
+
{
|
|
4325
|
+
"kind": "js",
|
|
4326
|
+
"name": "isOneOfNumber",
|
|
4327
|
+
"declaration": {
|
|
4328
|
+
"name": "isOneOfNumber",
|
|
4329
|
+
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
4330
|
+
}
|
|
4331
|
+
}
|
|
4332
|
+
]
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"kind": "javascript-module",
|
|
4336
|
+
"path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
|
|
4337
|
+
"declarations": [
|
|
4338
|
+
{
|
|
4339
|
+
"kind": "variable",
|
|
4340
|
+
"name": "isOneOfOptionMultiselect"
|
|
4341
|
+
}
|
|
4342
|
+
],
|
|
4343
|
+
"exports": [
|
|
4344
|
+
{
|
|
4345
|
+
"kind": "js",
|
|
4346
|
+
"name": "isOneOfOptionMultiselect",
|
|
4347
|
+
"declaration": {
|
|
4348
|
+
"name": "isOneOfOptionMultiselect",
|
|
4349
|
+
"module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
|
|
4350
|
+
}
|
|
4351
|
+
}
|
|
4352
|
+
]
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"kind": "javascript-module",
|
|
4356
|
+
"path": "src/jsonforms/testers/isTime.ts",
|
|
4357
|
+
"declarations": [
|
|
4358
|
+
{
|
|
4359
|
+
"kind": "variable",
|
|
4360
|
+
"name": "isOneOfTime"
|
|
4361
|
+
}
|
|
4362
|
+
],
|
|
4363
|
+
"exports": [
|
|
4364
|
+
{
|
|
4365
|
+
"kind": "js",
|
|
4366
|
+
"name": "isOneOfTime",
|
|
4367
|
+
"declaration": {
|
|
4368
|
+
"name": "isOneOfTime",
|
|
4369
|
+
"module": "src/jsonforms/testers/isTime.ts"
|
|
4370
|
+
}
|
|
4371
|
+
}
|
|
4372
|
+
]
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"kind": "javascript-module",
|
|
4376
|
+
"path": "src/jsonforms/testers/optionIs.ts",
|
|
4377
|
+
"declarations": [
|
|
4378
|
+
{
|
|
4379
|
+
"kind": "function",
|
|
4380
|
+
"name": "optionIs",
|
|
4381
|
+
"return": {
|
|
4382
|
+
"type": {
|
|
4383
|
+
"text": "Tester"
|
|
4384
|
+
}
|
|
4385
|
+
},
|
|
4386
|
+
"parameters": [
|
|
4387
|
+
{
|
|
4388
|
+
"name": "optionName",
|
|
4389
|
+
"type": {
|
|
4390
|
+
"text": "string"
|
|
4391
|
+
}
|
|
4392
|
+
}
|
|
4393
|
+
]
|
|
4394
|
+
}
|
|
4395
|
+
],
|
|
4396
|
+
"exports": [
|
|
4397
|
+
{
|
|
4398
|
+
"kind": "js",
|
|
4399
|
+
"name": "optionIs",
|
|
4400
|
+
"declaration": {
|
|
4401
|
+
"name": "optionIs",
|
|
4402
|
+
"module": "src/jsonforms/testers/optionIs.ts"
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
4405
|
+
]
|
|
4478
4406
|
}
|
|
4479
4407
|
]
|
|
4480
4408
|
}
|
|
@@ -4,11 +4,6 @@ export declare const CategorizationWrapperRendererTemplate: (prefix?: string) =>
|
|
|
4
4
|
export declare class CategorizationWrapper extends FASTElement {
|
|
5
5
|
form: any;
|
|
6
6
|
control: any;
|
|
7
|
-
mountedTabs: Set<number>;
|
|
8
|
-
isMounted(index: number): boolean;
|
|
9
|
-
connectedCallback(): void;
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
private handleTabChange;
|
|
12
7
|
hasCategoryError(categoryIndex: number): boolean;
|
|
13
8
|
}
|
|
14
9
|
//# sourceMappingURL=CategorizationWrapperRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CategorizationWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/CategorizationWrapperRenderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AAIjC,eAAO,MAAM,oBAAoB,iDAKhC,CAAC;AAEF,eAAO,MAAM,qCAAqC,GAAI,eAAe,
|
|
1
|
+
{"version":3,"file":"CategorizationWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/CategorizationWrapperRenderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AAIjC,eAAO,MAAM,oBAAoB,iDAKhC,CAAC;AAEF,eAAO,MAAM,qCAAqC,GAAI,eAAe,6DA8CpE,CAAC;AAsBF,qBAQa,qBAAsB,SAAQ,WAAW;IACxC,IAAI,MAAC;IACL,OAAO,MAAC;IAEpB,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO;CAQjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StringControlRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/StringControlRenderer.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAuBvD,eAAO,MAAM,gCAAgC,GAAI,SAAQ,MAAe,
|
|
1
|
+
{"version":3,"file":"StringControlRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/StringControlRenderer.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAuBvD,eAAO,MAAM,gCAAgC,GAAI,SAAQ,MAAe,0EAiDvE,CAAC;AACF,eAAO,MAAM,6BAA6B,uEAEzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerticalCategorizationWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/VerticalCategorizationWrapperRenderer.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAExE,eAAO,MAAM,6CAA6C,GACxD,eAAe,
|
|
1
|
+
{"version":3,"file":"VerticalCategorizationWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/VerticalCategorizationWrapperRenderer.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAExE,eAAO,MAAM,6CAA6C,GACxD,eAAe,uFAiDhB,CAAC;AAgEF,qBAQa,6BAA8B,SAAQ,qBAAqB;IAChE,MAAM,EAAE,MAAM,CAAM;IAE1B,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAMjD,iBAAiB;CAIlB"}
|
|
@@ -19,25 +19,23 @@ export const CategorizationWrapperRendererTemplate = (prefix = 'zero') => html `
|
|
|
19
19
|
`, { positioning: true })}
|
|
20
20
|
${repeat((x) => x.control.uischema.elements, html `
|
|
21
21
|
<${prefix}-tab-panel class="tab-panel-control">
|
|
22
|
-
${
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
:props=${(x, ctx) => ({
|
|
22
|
+
${repeat((x) => x.options.childElements, html `
|
|
23
|
+
<dispatch-renderer
|
|
24
|
+
:submitted=${(x, ctx) => ctx.parentContext.parent.form.submitted}
|
|
25
|
+
:dispatch=${(x, ctx) => ctx.parentContext.parent.form.dispatch}
|
|
26
|
+
:jsonforms=${(x, ctx) => ctx.parentContext.parent.form.jsonforms}
|
|
27
|
+
:prefix=${(x, ctx) => ctx.parentContext.parent.form.prefix}
|
|
28
|
+
:props=${(x, ctx) => ({
|
|
30
29
|
uischema: x,
|
|
31
30
|
schema: ctx.parentContext.parent.control.schema,
|
|
32
31
|
renderers: ctx.parentContext.parent.control.renderers,
|
|
33
32
|
path: ctx.parentContext.parent.control.path,
|
|
34
33
|
enabled: ctx.parentContext.parent.control.enabled,
|
|
35
34
|
})}
|
|
36
|
-
|
|
37
|
-
`)}
|
|
35
|
+
></dispatch-renderer>
|
|
38
36
|
`)}
|
|
39
37
|
</${prefix}-tab-panel>
|
|
40
|
-
|
|
38
|
+
`)}
|
|
41
39
|
</${prefix}-tabs>
|
|
42
40
|
</template>
|
|
43
41
|
`;
|
|
@@ -61,33 +59,6 @@ const styles = css `
|
|
|
61
59
|
}
|
|
62
60
|
`;
|
|
63
61
|
let CategorizationWrapper = class CategorizationWrapper extends FASTElement {
|
|
64
|
-
constructor() {
|
|
65
|
-
super(...arguments);
|
|
66
|
-
this.mountedTabs = new Set([0]);
|
|
67
|
-
this.handleTabChange = (event) => {
|
|
68
|
-
var _a;
|
|
69
|
-
const target = event.target;
|
|
70
|
-
if (!((_a = target === null || target === void 0 ? void 0 : target.localName) === null || _a === void 0 ? void 0 : _a.endsWith('-tabs')))
|
|
71
|
-
return;
|
|
72
|
-
const index = target.currentTabIndex;
|
|
73
|
-
if (typeof index !== 'number' || this.mountedTabs.has(index))
|
|
74
|
-
return;
|
|
75
|
-
const next = new Set(this.mountedTabs);
|
|
76
|
-
next.add(index);
|
|
77
|
-
this.mountedTabs = next;
|
|
78
|
-
};
|
|
79
|
-
}
|
|
80
|
-
isMounted(index) {
|
|
81
|
-
return this.mountedTabs.has(index);
|
|
82
|
-
}
|
|
83
|
-
connectedCallback() {
|
|
84
|
-
super.connectedCallback();
|
|
85
|
-
this.addEventListener('change', this.handleTabChange);
|
|
86
|
-
}
|
|
87
|
-
disconnectedCallback() {
|
|
88
|
-
this.removeEventListener('change', this.handleTabChange);
|
|
89
|
-
super.disconnectedCallback();
|
|
90
|
-
}
|
|
91
62
|
hasCategoryError(categoryIndex) {
|
|
92
63
|
var _a, _b, _c, _d, _e;
|
|
93
64
|
if (!((_c = (_b = (_a = this.form) === null || _a === void 0 ? void 0 : _a.jsonforms) === null || _b === void 0 ? void 0 : _b.core) === null || _c === void 0 ? void 0 : _c.errors) || !((_e = (_d = this.control) === null || _d === void 0 ? void 0 : _d.uischema) === null || _e === void 0 ? void 0 : _e.elements)) {
|
|
@@ -104,9 +75,6 @@ __decorate([
|
|
|
104
75
|
__decorate([
|
|
105
76
|
observable
|
|
106
77
|
], CategorizationWrapper.prototype, "control", void 0);
|
|
107
|
-
__decorate([
|
|
108
|
-
observable
|
|
109
|
-
], CategorizationWrapper.prototype, "mountedTabs", void 0);
|
|
110
78
|
CategorizationWrapper = __decorate([
|
|
111
79
|
customElement({
|
|
112
80
|
name: 'categorization-wrapper',
|
|
@@ -56,6 +56,7 @@ export const getStringControlRendererTemplate = (prefix = 'zero') => html `
|
|
|
56
56
|
?required=${(x) => x.control.required}
|
|
57
57
|
?disabled=${(x) => !x.control.enabled}
|
|
58
58
|
tabindex="${(x) => { var _a, _b; return (_b = (_a = x.control.uischema) === null || _a === void 0 ? void 0 : _a.options) === null || _b === void 0 ? void 0 : _b.tabIndex; }}"
|
|
59
|
+
maxlength=${(x) => { var _a, _b; return (_b = (_a = x.control.uischema) === null || _a === void 0 ? void 0 : _a.options) === null || _b === void 0 ? void 0 : _b.maxLength; }}
|
|
59
60
|
style="width: 100%"
|
|
60
61
|
@blur=${(x) => x.onBlur()}
|
|
61
62
|
></${prefix}-text-area>
|
|
@@ -16,25 +16,23 @@ export const VerticalCategorizationWrapperRendererTemplate = (prefix = 'zero') =
|
|
|
16
16
|
`, { positioning: true })}
|
|
17
17
|
${repeat((x) => x.control.uischema.elements, html `
|
|
18
18
|
<${prefix}-tab-panel class="tab-panel-control">
|
|
19
|
-
${
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
:props=${(x, ctx) => ({
|
|
19
|
+
${repeat((x) => x.options.childElements, html `
|
|
20
|
+
<dispatch-renderer
|
|
21
|
+
:submitted=${(x, ctx) => ctx.parentContext.parent.form.submitted}
|
|
22
|
+
:dispatch=${(x, ctx) => ctx.parentContext.parent.form.dispatch}
|
|
23
|
+
:jsonforms=${(x, ctx) => ctx.parentContext.parent.form.jsonforms}
|
|
24
|
+
:prefix=${(x, ctx) => ctx.parentContext.parent.form.prefix}
|
|
25
|
+
:props=${(x, ctx) => ({
|
|
27
26
|
uischema: x,
|
|
28
27
|
schema: ctx.parentContext.parent.control.schema,
|
|
29
28
|
renderers: ctx.parentContext.parent.control.renderers,
|
|
30
29
|
path: ctx.parentContext.parent.control.path,
|
|
31
30
|
enabled: ctx.parentContext.parent.control.enabled,
|
|
32
31
|
})}
|
|
33
|
-
|
|
34
|
-
`)}
|
|
32
|
+
></dispatch-renderer>
|
|
35
33
|
`)}
|
|
36
34
|
</${prefix}-tab-panel>
|
|
37
|
-
|
|
35
|
+
`)}
|
|
38
36
|
</${prefix}-tabs>
|
|
39
37
|
</template>
|
|
40
38
|
`;
|
|
@@ -57,6 +55,14 @@ const styles = css `
|
|
|
57
55
|
padding: 0;
|
|
58
56
|
}
|
|
59
57
|
|
|
58
|
+
/* Reset the column layout above on horizontal categorization-wrappers nested inside the vertical one (e.g. Detailed View). */
|
|
59
|
+
vertical-categorization-wrapper categorization-wrapper .tabs-container::part(tablist) {
|
|
60
|
+
flex-direction: row;
|
|
61
|
+
width: auto;
|
|
62
|
+
min-height: auto;
|
|
63
|
+
border-right: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
60
66
|
vertical-categorization-wrapper .tabs-container .tab-control {
|
|
61
67
|
padding: 0 calc((8 + var(--design-unit) * 2 * var(--density)) * 1px);
|
|
62
68
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-forms",
|
|
3
3
|
"description": "Genesis Foundation Forms",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -55,23 +55,23 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@genesislcap/foundation-testing": "14.
|
|
59
|
-
"@genesislcap/genx": "14.
|
|
60
|
-
"@genesislcap/rollup-builder": "14.
|
|
61
|
-
"@genesislcap/ts-builder": "14.
|
|
62
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
63
|
-
"@genesislcap/vite-builder": "14.
|
|
64
|
-
"@genesislcap/webpack-builder": "14.
|
|
58
|
+
"@genesislcap/foundation-testing": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
59
|
+
"@genesislcap/genx": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
60
|
+
"@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
61
|
+
"@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
62
|
+
"@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
63
|
+
"@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
64
|
+
"@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
65
65
|
"@types/json-schema": "^7.0.11",
|
|
66
66
|
"@types/papaparse": "^5.3.14"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-comms": "14.
|
|
70
|
-
"@genesislcap/foundation-criteria": "14.
|
|
71
|
-
"@genesislcap/foundation-logger": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
69
|
+
"@genesislcap/foundation-comms": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
70
|
+
"@genesislcap/foundation-criteria": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
71
|
+
"@genesislcap/foundation-logger": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.438.1-chore-fix-ag-grid-types-react.1",
|
|
75
75
|
"@json-schema-tools/dereferencer": "^1.6.1",
|
|
76
76
|
"@jsonforms/core": "^3.2.1",
|
|
77
77
|
"@microsoft/fast-components": "2.30.6",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"access": "public"
|
|
94
94
|
},
|
|
95
95
|
"customElements": "dist/custom-elements.json",
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "ca0f3828d72cb3e4f732f5f58edf8f21d7341eb5"
|
|
97
97
|
}
|