@genesislcap/foundation-forms 14.30.3 → 14.31.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.
@@ -147,117 +147,6 @@
147
147
  "name": "reset",
148
148
  "description": "Reset the form state",
149
149
  "privacy": "public"
150
- },
151
- {
152
- "kind": "field",
153
- "name": "_presentation",
154
- "type": {
155
- "text": "ComponentPresentation | null | undefined"
156
- },
157
- "privacy": "private",
158
- "default": "void 0",
159
- "inheritedFrom": {
160
- "name": "FoundationElement",
161
- "module": "src/foundation-element/foundation-element.ts"
162
- }
163
- },
164
- {
165
- "kind": "field",
166
- "name": "$presentation",
167
- "type": {
168
- "text": "ComponentPresentation | null"
169
- },
170
- "privacy": "public",
171
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
172
- "inheritedFrom": {
173
- "name": "FoundationElement",
174
- "module": "src/foundation-element/foundation-element.ts"
175
- }
176
- },
177
- {
178
- "kind": "field",
179
- "name": "template",
180
- "type": {
181
- "text": "ElementViewTemplate | void | null"
182
- },
183
- "privacy": "public",
184
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
185
- "inheritedFrom": {
186
- "name": "FoundationElement",
187
- "module": "src/foundation-element/foundation-element.ts"
188
- }
189
- },
190
- {
191
- "kind": "method",
192
- "name": "templateChanged",
193
- "privacy": "protected",
194
- "return": {
195
- "type": {
196
- "text": "void"
197
- }
198
- },
199
- "inheritedFrom": {
200
- "name": "FoundationElement",
201
- "module": "src/foundation-element/foundation-element.ts"
202
- }
203
- },
204
- {
205
- "kind": "field",
206
- "name": "styles",
207
- "type": {
208
- "text": "ElementStyles | void | null"
209
- },
210
- "privacy": "public",
211
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
212
- "inheritedFrom": {
213
- "name": "FoundationElement",
214
- "module": "src/foundation-element/foundation-element.ts"
215
- }
216
- },
217
- {
218
- "kind": "method",
219
- "name": "stylesChanged",
220
- "privacy": "protected",
221
- "return": {
222
- "type": {
223
- "text": "void"
224
- }
225
- },
226
- "inheritedFrom": {
227
- "name": "FoundationElement",
228
- "module": "src/foundation-element/foundation-element.ts"
229
- }
230
- },
231
- {
232
- "kind": "method",
233
- "name": "compose",
234
- "privacy": "public",
235
- "static": true,
236
- "return": {
237
- "type": {
238
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
239
- }
240
- },
241
- "parameters": [
242
- {
243
- "name": "this",
244
- "type": {
245
- "text": "K"
246
- }
247
- },
248
- {
249
- "name": "elementDefinition",
250
- "type": {
251
- "text": "T"
252
- },
253
- "description": "The definition of the element to create the registry\nfunction for."
254
- }
255
- ],
256
- "description": "Defines an element registry function with a set of element definition defaults.",
257
- "inheritedFrom": {
258
- "name": "FoundationElement",
259
- "module": "src/foundation-element/foundation-element.ts"
260
- }
261
150
  }
262
151
  ],
263
152
  "attributes": [
@@ -498,117 +387,6 @@
498
387
  {
499
388
  "kind": "method",
500
389
  "name": "valueChanged"
501
- },
502
- {
503
- "kind": "field",
504
- "name": "_presentation",
505
- "type": {
506
- "text": "ComponentPresentation | null | undefined"
507
- },
508
- "privacy": "private",
509
- "default": "void 0",
510
- "inheritedFrom": {
511
- "name": "FoundationElement",
512
- "module": "src/foundation-element/foundation-element.ts"
513
- }
514
- },
515
- {
516
- "kind": "field",
517
- "name": "$presentation",
518
- "type": {
519
- "text": "ComponentPresentation | null"
520
- },
521
- "privacy": "public",
522
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
523
- "inheritedFrom": {
524
- "name": "FoundationElement",
525
- "module": "src/foundation-element/foundation-element.ts"
526
- }
527
- },
528
- {
529
- "kind": "field",
530
- "name": "template",
531
- "type": {
532
- "text": "ElementViewTemplate | void | null"
533
- },
534
- "privacy": "public",
535
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
536
- "inheritedFrom": {
537
- "name": "FoundationElement",
538
- "module": "src/foundation-element/foundation-element.ts"
539
- }
540
- },
541
- {
542
- "kind": "method",
543
- "name": "templateChanged",
544
- "privacy": "protected",
545
- "return": {
546
- "type": {
547
- "text": "void"
548
- }
549
- },
550
- "inheritedFrom": {
551
- "name": "FoundationElement",
552
- "module": "src/foundation-element/foundation-element.ts"
553
- }
554
- },
555
- {
556
- "kind": "field",
557
- "name": "styles",
558
- "type": {
559
- "text": "ElementStyles | void | null"
560
- },
561
- "privacy": "public",
562
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
563
- "inheritedFrom": {
564
- "name": "FoundationElement",
565
- "module": "src/foundation-element/foundation-element.ts"
566
- }
567
- },
568
- {
569
- "kind": "method",
570
- "name": "stylesChanged",
571
- "privacy": "protected",
572
- "return": {
573
- "type": {
574
- "text": "void"
575
- }
576
- },
577
- "inheritedFrom": {
578
- "name": "FoundationElement",
579
- "module": "src/foundation-element/foundation-element.ts"
580
- }
581
- },
582
- {
583
- "kind": "method",
584
- "name": "compose",
585
- "privacy": "public",
586
- "static": true,
587
- "return": {
588
- "type": {
589
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
590
- }
591
- },
592
- "parameters": [
593
- {
594
- "name": "this",
595
- "type": {
596
- "text": "K"
597
- }
598
- },
599
- {
600
- "name": "elementDefinition",
601
- "type": {
602
- "text": "T"
603
- },
604
- "description": "The definition of the element to create the registry\nfunction for."
605
- }
606
- ],
607
- "description": "Defines an element registry function with a set of element definition defaults.",
608
- "inheritedFrom": {
609
- "name": "FoundationElement",
610
- "module": "src/foundation-element/foundation-element.ts"
611
- }
612
390
  }
613
391
  ],
614
392
  "events": [
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.30.3",
4
+ "version": "14.31.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -31,38 +31,26 @@
31
31
  "dev:tsc": "genx dev",
32
32
  "dev:webpack": "genx dev -b webpack",
33
33
  "serve": "genx serve",
34
- "test": "npm run test:unit",
35
- "test:coverage": "c8 --include=src npm run test:unit",
36
- "test:coverage:report": "npm run test:coverage && c8 report --reporter=text-lcov > coverage.lcov",
37
- "test:coverage:report:nyc": "npm run test:unit:browser -- --cov && npx nyc report --reporter=html",
38
- "test:unit": "npm run test:unit:node",
39
- "test:unit:browser": "playwright-test \"./**/*.test.ts\" --runner uvu --debug",
40
- "test:unit:browser:watch": "npm run test:unit:browser -- -w -d",
41
- "test:unit:node": "npm run test:unit:node:src",
42
- "test:unit:node:src": "uvu -r tsm -r esm -r ./jsdom.setup.ts ./src \".*.test.ts\"",
43
- "test:unit:watch": "watchlist src test -- npm run test:unit"
34
+ "test": "genx test",
35
+ "test:coverage": "genx test --coverage",
36
+ "test:coverage:browser": "genx test --coverage --browser",
37
+ "test:unit:browser": "genx test --browser",
38
+ "test:unit:browser:watch": "genx test --browser --watch",
39
+ "test:unit:watch": "genx test --watch",
40
+ "test:debug": "genx test --debug"
44
41
  },
45
42
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "^14.30.3",
47
- "@genesislcap/genx": "^14.30.3",
48
- "@playwright/test": "^1.18.1",
43
+ "@genesislcap/foundation-testing": "^14.31.0",
44
+ "@genesislcap/genx": "^14.31.0",
49
45
  "@types/json-schema": "^7.0.11",
50
46
  "@types/ua-parser-js": "^0.7.36",
51
- "analytics": "^0.8.0",
52
- "c8": "^7.11.0",
53
- "esm": "^3.2.25",
54
- "jsdom": "^19.0.0",
55
- "playwright-test": "^8.4.0",
56
- "tsm": "^2.2.1",
57
- "typescript": "^4.5.5",
58
- "uvu": "0.5.4",
59
- "watchlist": "^0.3.1"
47
+ "analytics": "^0.8.0"
60
48
  },
61
49
  "dependencies": {
62
- "@genesislcap/foundation-comms": "^14.30.3",
63
- "@genesislcap/foundation-criteria": "^14.30.3",
64
- "@genesislcap/foundation-ui": "^14.30.3",
65
- "@genesislcap/foundation-utils": "^14.30.3",
50
+ "@genesislcap/foundation-comms": "^14.31.0",
51
+ "@genesislcap/foundation-criteria": "^14.31.0",
52
+ "@genesislcap/foundation-ui": "^14.31.0",
53
+ "@genesislcap/foundation-utils": "^14.31.0",
66
54
  "@jsonforms/core": "^3.0.0",
67
55
  "@microsoft/fast-components": "^2.21.3",
68
56
  "@microsoft/fast-element": "^1.7.0",
@@ -83,5 +71,5 @@
83
71
  "access": "public"
84
72
  },
85
73
  "customElements": "dist/custom-elements.json",
86
- "gitHead": "5f2858b6708b64c5ed6378fc54e09629539a563a"
74
+ "gitHead": "2eac7177426f939beb5bcd3b78baf98f25f0e630"
87
75
  }
package/jsdom.setup.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@genesislcap/foundation-testing/jsdom';
package/tsm.js DELETED
@@ -1,3 +0,0 @@
1
- const config = require('@genesislcap/foundation-testing/tsm');
2
-
3
- module.exports = config;