@genesislcap/foundation-forms 14.474.0-canary.TAM-8.26-patch.2 → 14.474.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +226 -226
  2. package/package.json +15 -15
@@ -2210,6 +2210,232 @@
2210
2210
  }
2211
2211
  ]
2212
2212
  },
2213
+ {
2214
+ "kind": "javascript-module",
2215
+ "path": "src/jsonforms/testers/isArray.ts",
2216
+ "declarations": [
2217
+ {
2218
+ "kind": "function",
2219
+ "name": "isArray",
2220
+ "parameters": [
2221
+ {
2222
+ "name": "itemsType",
2223
+ "type": {
2224
+ "text": "ArrayItemsType"
2225
+ }
2226
+ }
2227
+ ]
2228
+ }
2229
+ ],
2230
+ "exports": [
2231
+ {
2232
+ "kind": "js",
2233
+ "name": "isArray",
2234
+ "declaration": {
2235
+ "name": "isArray",
2236
+ "module": "src/jsonforms/testers/isArray.ts"
2237
+ }
2238
+ }
2239
+ ]
2240
+ },
2241
+ {
2242
+ "kind": "javascript-module",
2243
+ "path": "src/jsonforms/testers/isDate.ts",
2244
+ "declarations": [
2245
+ {
2246
+ "kind": "variable",
2247
+ "name": "isOneOfDate"
2248
+ }
2249
+ ],
2250
+ "exports": [
2251
+ {
2252
+ "kind": "js",
2253
+ "name": "isOneOfDate",
2254
+ "declaration": {
2255
+ "name": "isOneOfDate",
2256
+ "module": "src/jsonforms/testers/isDate.ts"
2257
+ }
2258
+ }
2259
+ ]
2260
+ },
2261
+ {
2262
+ "kind": "javascript-module",
2263
+ "path": "src/jsonforms/testers/isInvisible.ts",
2264
+ "declarations": [
2265
+ {
2266
+ "kind": "function",
2267
+ "name": "isInvisible",
2268
+ "return": {
2269
+ "type": {
2270
+ "text": "boolean"
2271
+ }
2272
+ },
2273
+ "parameters": [
2274
+ {
2275
+ "name": "uischema",
2276
+ "type": {
2277
+ "text": "UISchemaElement"
2278
+ }
2279
+ },
2280
+ {
2281
+ "name": "schema",
2282
+ "type": {
2283
+ "text": "JsonSchema"
2284
+ }
2285
+ },
2286
+ {
2287
+ "name": "context",
2288
+ "type": {
2289
+ "text": "TesterContext"
2290
+ }
2291
+ }
2292
+ ]
2293
+ }
2294
+ ],
2295
+ "exports": [
2296
+ {
2297
+ "kind": "js",
2298
+ "name": "isInvisible",
2299
+ "declaration": {
2300
+ "name": "isInvisible",
2301
+ "module": "src/jsonforms/testers/isInvisible.ts"
2302
+ }
2303
+ }
2304
+ ]
2305
+ },
2306
+ {
2307
+ "kind": "javascript-module",
2308
+ "path": "src/jsonforms/testers/isOneOfBoolean.ts",
2309
+ "declarations": [
2310
+ {
2311
+ "kind": "variable",
2312
+ "name": "isOneOfBoolean"
2313
+ }
2314
+ ],
2315
+ "exports": [
2316
+ {
2317
+ "kind": "js",
2318
+ "name": "isOneOfBoolean",
2319
+ "declaration": {
2320
+ "name": "isOneOfBoolean",
2321
+ "module": "src/jsonforms/testers/isOneOfBoolean.ts"
2322
+ }
2323
+ }
2324
+ ]
2325
+ },
2326
+ {
2327
+ "kind": "javascript-module",
2328
+ "path": "src/jsonforms/testers/isOneOfEnum.ts",
2329
+ "declarations": [
2330
+ {
2331
+ "kind": "variable",
2332
+ "name": "isOneOfEnum"
2333
+ }
2334
+ ],
2335
+ "exports": [
2336
+ {
2337
+ "kind": "js",
2338
+ "name": "isOneOfEnum",
2339
+ "declaration": {
2340
+ "name": "isOneOfEnum",
2341
+ "module": "src/jsonforms/testers/isOneOfEnum.ts"
2342
+ }
2343
+ }
2344
+ ]
2345
+ },
2346
+ {
2347
+ "kind": "javascript-module",
2348
+ "path": "src/jsonforms/testers/isOneOfNumber.ts",
2349
+ "declarations": [
2350
+ {
2351
+ "kind": "variable",
2352
+ "name": "isOneOfNumber"
2353
+ }
2354
+ ],
2355
+ "exports": [
2356
+ {
2357
+ "kind": "js",
2358
+ "name": "isOneOfNumber",
2359
+ "declaration": {
2360
+ "name": "isOneOfNumber",
2361
+ "module": "src/jsonforms/testers/isOneOfNumber.ts"
2362
+ }
2363
+ }
2364
+ ]
2365
+ },
2366
+ {
2367
+ "kind": "javascript-module",
2368
+ "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
2369
+ "declarations": [
2370
+ {
2371
+ "kind": "variable",
2372
+ "name": "isOneOfOptionMultiselect"
2373
+ }
2374
+ ],
2375
+ "exports": [
2376
+ {
2377
+ "kind": "js",
2378
+ "name": "isOneOfOptionMultiselect",
2379
+ "declaration": {
2380
+ "name": "isOneOfOptionMultiselect",
2381
+ "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
2382
+ }
2383
+ }
2384
+ ]
2385
+ },
2386
+ {
2387
+ "kind": "javascript-module",
2388
+ "path": "src/jsonforms/testers/isTime.ts",
2389
+ "declarations": [
2390
+ {
2391
+ "kind": "variable",
2392
+ "name": "isOneOfTime"
2393
+ }
2394
+ ],
2395
+ "exports": [
2396
+ {
2397
+ "kind": "js",
2398
+ "name": "isOneOfTime",
2399
+ "declaration": {
2400
+ "name": "isOneOfTime",
2401
+ "module": "src/jsonforms/testers/isTime.ts"
2402
+ }
2403
+ }
2404
+ ]
2405
+ },
2406
+ {
2407
+ "kind": "javascript-module",
2408
+ "path": "src/jsonforms/testers/optionIs.ts",
2409
+ "declarations": [
2410
+ {
2411
+ "kind": "function",
2412
+ "name": "optionIs",
2413
+ "return": {
2414
+ "type": {
2415
+ "text": "Tester"
2416
+ }
2417
+ },
2418
+ "parameters": [
2419
+ {
2420
+ "name": "optionName",
2421
+ "type": {
2422
+ "text": "string"
2423
+ }
2424
+ }
2425
+ ]
2426
+ }
2427
+ ],
2428
+ "exports": [
2429
+ {
2430
+ "kind": "js",
2431
+ "name": "optionIs",
2432
+ "declaration": {
2433
+ "name": "optionIs",
2434
+ "module": "src/jsonforms/testers/optionIs.ts"
2435
+ }
2436
+ }
2437
+ ]
2438
+ },
2213
2439
  {
2214
2440
  "kind": "javascript-module",
2215
2441
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
@@ -4779,232 +5005,6 @@
4779
5005
  }
4780
5006
  }
4781
5007
  ]
4782
- },
4783
- {
4784
- "kind": "javascript-module",
4785
- "path": "src/jsonforms/testers/isArray.ts",
4786
- "declarations": [
4787
- {
4788
- "kind": "function",
4789
- "name": "isArray",
4790
- "parameters": [
4791
- {
4792
- "name": "itemsType",
4793
- "type": {
4794
- "text": "ArrayItemsType"
4795
- }
4796
- }
4797
- ]
4798
- }
4799
- ],
4800
- "exports": [
4801
- {
4802
- "kind": "js",
4803
- "name": "isArray",
4804
- "declaration": {
4805
- "name": "isArray",
4806
- "module": "src/jsonforms/testers/isArray.ts"
4807
- }
4808
- }
4809
- ]
4810
- },
4811
- {
4812
- "kind": "javascript-module",
4813
- "path": "src/jsonforms/testers/isDate.ts",
4814
- "declarations": [
4815
- {
4816
- "kind": "variable",
4817
- "name": "isOneOfDate"
4818
- }
4819
- ],
4820
- "exports": [
4821
- {
4822
- "kind": "js",
4823
- "name": "isOneOfDate",
4824
- "declaration": {
4825
- "name": "isOneOfDate",
4826
- "module": "src/jsonforms/testers/isDate.ts"
4827
- }
4828
- }
4829
- ]
4830
- },
4831
- {
4832
- "kind": "javascript-module",
4833
- "path": "src/jsonforms/testers/isInvisible.ts",
4834
- "declarations": [
4835
- {
4836
- "kind": "function",
4837
- "name": "isInvisible",
4838
- "return": {
4839
- "type": {
4840
- "text": "boolean"
4841
- }
4842
- },
4843
- "parameters": [
4844
- {
4845
- "name": "uischema",
4846
- "type": {
4847
- "text": "UISchemaElement"
4848
- }
4849
- },
4850
- {
4851
- "name": "schema",
4852
- "type": {
4853
- "text": "JsonSchema"
4854
- }
4855
- },
4856
- {
4857
- "name": "context",
4858
- "type": {
4859
- "text": "TesterContext"
4860
- }
4861
- }
4862
- ]
4863
- }
4864
- ],
4865
- "exports": [
4866
- {
4867
- "kind": "js",
4868
- "name": "isInvisible",
4869
- "declaration": {
4870
- "name": "isInvisible",
4871
- "module": "src/jsonforms/testers/isInvisible.ts"
4872
- }
4873
- }
4874
- ]
4875
- },
4876
- {
4877
- "kind": "javascript-module",
4878
- "path": "src/jsonforms/testers/isOneOfBoolean.ts",
4879
- "declarations": [
4880
- {
4881
- "kind": "variable",
4882
- "name": "isOneOfBoolean"
4883
- }
4884
- ],
4885
- "exports": [
4886
- {
4887
- "kind": "js",
4888
- "name": "isOneOfBoolean",
4889
- "declaration": {
4890
- "name": "isOneOfBoolean",
4891
- "module": "src/jsonforms/testers/isOneOfBoolean.ts"
4892
- }
4893
- }
4894
- ]
4895
- },
4896
- {
4897
- "kind": "javascript-module",
4898
- "path": "src/jsonforms/testers/isOneOfEnum.ts",
4899
- "declarations": [
4900
- {
4901
- "kind": "variable",
4902
- "name": "isOneOfEnum"
4903
- }
4904
- ],
4905
- "exports": [
4906
- {
4907
- "kind": "js",
4908
- "name": "isOneOfEnum",
4909
- "declaration": {
4910
- "name": "isOneOfEnum",
4911
- "module": "src/jsonforms/testers/isOneOfEnum.ts"
4912
- }
4913
- }
4914
- ]
4915
- },
4916
- {
4917
- "kind": "javascript-module",
4918
- "path": "src/jsonforms/testers/isOneOfNumber.ts",
4919
- "declarations": [
4920
- {
4921
- "kind": "variable",
4922
- "name": "isOneOfNumber"
4923
- }
4924
- ],
4925
- "exports": [
4926
- {
4927
- "kind": "js",
4928
- "name": "isOneOfNumber",
4929
- "declaration": {
4930
- "name": "isOneOfNumber",
4931
- "module": "src/jsonforms/testers/isOneOfNumber.ts"
4932
- }
4933
- }
4934
- ]
4935
- },
4936
- {
4937
- "kind": "javascript-module",
4938
- "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
4939
- "declarations": [
4940
- {
4941
- "kind": "variable",
4942
- "name": "isOneOfOptionMultiselect"
4943
- }
4944
- ],
4945
- "exports": [
4946
- {
4947
- "kind": "js",
4948
- "name": "isOneOfOptionMultiselect",
4949
- "declaration": {
4950
- "name": "isOneOfOptionMultiselect",
4951
- "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
4952
- }
4953
- }
4954
- ]
4955
- },
4956
- {
4957
- "kind": "javascript-module",
4958
- "path": "src/jsonforms/testers/isTime.ts",
4959
- "declarations": [
4960
- {
4961
- "kind": "variable",
4962
- "name": "isOneOfTime"
4963
- }
4964
- ],
4965
- "exports": [
4966
- {
4967
- "kind": "js",
4968
- "name": "isOneOfTime",
4969
- "declaration": {
4970
- "name": "isOneOfTime",
4971
- "module": "src/jsonforms/testers/isTime.ts"
4972
- }
4973
- }
4974
- ]
4975
- },
4976
- {
4977
- "kind": "javascript-module",
4978
- "path": "src/jsonforms/testers/optionIs.ts",
4979
- "declarations": [
4980
- {
4981
- "kind": "function",
4982
- "name": "optionIs",
4983
- "return": {
4984
- "type": {
4985
- "text": "Tester"
4986
- }
4987
- },
4988
- "parameters": [
4989
- {
4990
- "name": "optionName",
4991
- "type": {
4992
- "text": "string"
4993
- }
4994
- }
4995
- ]
4996
- }
4997
- ],
4998
- "exports": [
4999
- {
5000
- "kind": "js",
5001
- "name": "optionIs",
5002
- "declaration": {
5003
- "name": "optionIs",
5004
- "module": "src/jsonforms/testers/optionIs.ts"
5005
- }
5006
- }
5007
- ]
5008
5008
  }
5009
5009
  ]
5010
5010
  }
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.474.0-canary.TAM-8.26-patch.2",
4
+ "version": "14.474.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -59,13 +59,13 @@
59
59
  }
60
60
  },
61
61
  "devDependencies": {
62
- "@genesislcap/foundation-testing": "14.474.0-canary.TAM-8.26-patch.2",
63
- "@genesislcap/genx": "14.474.0-canary.TAM-8.26-patch.2",
64
- "@genesislcap/rollup-builder": "14.474.0-canary.TAM-8.26-patch.2",
65
- "@genesislcap/ts-builder": "14.474.0-canary.TAM-8.26-patch.2",
66
- "@genesislcap/uvu-playwright-builder": "14.474.0-canary.TAM-8.26-patch.2",
67
- "@genesislcap/vite-builder": "14.474.0-canary.TAM-8.26-patch.2",
68
- "@genesislcap/webpack-builder": "14.474.0-canary.TAM-8.26-patch.2",
62
+ "@genesislcap/foundation-testing": "14.474.1",
63
+ "@genesislcap/genx": "14.474.1",
64
+ "@genesislcap/rollup-builder": "14.474.1",
65
+ "@genesislcap/ts-builder": "14.474.1",
66
+ "@genesislcap/uvu-playwright-builder": "14.474.1",
67
+ "@genesislcap/vite-builder": "14.474.1",
68
+ "@genesislcap/webpack-builder": "14.474.1",
69
69
  "@types/json-schema": "^7.0.11",
70
70
  "@types/papaparse": "^5.3.14"
71
71
  },
@@ -82,12 +82,12 @@
82
82
  }
83
83
  },
84
84
  "dependencies": {
85
- "@genesislcap/foundation-comms": "14.474.0-canary.TAM-8.26-patch.2",
86
- "@genesislcap/foundation-criteria": "14.474.0-canary.TAM-8.26-patch.2",
87
- "@genesislcap/foundation-logger": "14.474.0-canary.TAM-8.26-patch.2",
88
- "@genesislcap/foundation-notifications": "14.474.0-canary.TAM-8.26-patch.2",
89
- "@genesislcap/foundation-ui": "14.474.0-canary.TAM-8.26-patch.2",
90
- "@genesislcap/foundation-utils": "14.474.0-canary.TAM-8.26-patch.2",
85
+ "@genesislcap/foundation-comms": "14.474.1",
86
+ "@genesislcap/foundation-criteria": "14.474.1",
87
+ "@genesislcap/foundation-logger": "14.474.1",
88
+ "@genesislcap/foundation-notifications": "14.474.1",
89
+ "@genesislcap/foundation-ui": "14.474.1",
90
+ "@genesislcap/foundation-utils": "14.474.1",
91
91
  "@json-schema-tools/dereferencer": "^1.6.1",
92
92
  "@jsonforms/core": "^3.2.1",
93
93
  "@microsoft/fast-components": "2.30.6",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "982c6b4a6f9532461a2f7195af4e0bd41a4519e7"
112
+ "gitHead": "ebc26b1c0eeb4ea2d2ac8d419ad06425a4386ed3"
113
113
  }