@genesislcap/foundation-forms 14.26.4 → 14.26.5-canary.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.
@@ -142,6 +142,12 @@
142
142
  "text": "boolean"
143
143
  }
144
144
  },
145
+ {
146
+ "kind": "method",
147
+ "name": "reset",
148
+ "description": "Reset the form state",
149
+ "privacy": "public"
150
+ },
145
151
  {
146
152
  "kind": "field",
147
153
  "name": "_presentation",
@@ -983,6 +989,204 @@
983
989
  }
984
990
  ]
985
991
  },
992
+ {
993
+ "kind": "javascript-module",
994
+ "path": "src/jsonforms/testers/isDate.ts",
995
+ "declarations": [
996
+ {
997
+ "kind": "variable",
998
+ "name": "isDate"
999
+ }
1000
+ ],
1001
+ "exports": [
1002
+ {
1003
+ "kind": "js",
1004
+ "name": "isDate",
1005
+ "declaration": {
1006
+ "name": "isDate",
1007
+ "module": "src/jsonforms/testers/isDate.ts"
1008
+ }
1009
+ }
1010
+ ]
1011
+ },
1012
+ {
1013
+ "kind": "javascript-module",
1014
+ "path": "src/jsonforms/testers/isInvisible.ts",
1015
+ "declarations": [
1016
+ {
1017
+ "kind": "function",
1018
+ "name": "isInvisible",
1019
+ "return": {
1020
+ "type": {
1021
+ "text": "boolean"
1022
+ }
1023
+ },
1024
+ "parameters": [
1025
+ {
1026
+ "name": "uischema",
1027
+ "type": {
1028
+ "text": "UISchemaElement"
1029
+ }
1030
+ },
1031
+ {
1032
+ "name": "schema",
1033
+ "type": {
1034
+ "text": "JsonSchema"
1035
+ }
1036
+ },
1037
+ {
1038
+ "name": "context",
1039
+ "type": {
1040
+ "text": "TesterContext"
1041
+ }
1042
+ }
1043
+ ]
1044
+ }
1045
+ ],
1046
+ "exports": [
1047
+ {
1048
+ "kind": "js",
1049
+ "name": "isInvisible",
1050
+ "declaration": {
1051
+ "name": "isInvisible",
1052
+ "module": "src/jsonforms/testers/isInvisible.ts"
1053
+ }
1054
+ }
1055
+ ]
1056
+ },
1057
+ {
1058
+ "kind": "javascript-module",
1059
+ "path": "src/jsonforms/testers/isLayoutArray.ts",
1060
+ "declarations": [
1061
+ {
1062
+ "kind": "variable",
1063
+ "name": "isLayoutArray"
1064
+ }
1065
+ ],
1066
+ "exports": [
1067
+ {
1068
+ "kind": "js",
1069
+ "name": "isLayoutArray",
1070
+ "declaration": {
1071
+ "name": "isLayoutArray",
1072
+ "module": "src/jsonforms/testers/isLayoutArray.ts"
1073
+ }
1074
+ }
1075
+ ]
1076
+ },
1077
+ {
1078
+ "kind": "javascript-module",
1079
+ "path": "src/jsonforms/testers/isOneOfBoolean.ts",
1080
+ "declarations": [
1081
+ {
1082
+ "kind": "variable",
1083
+ "name": "isOneOfBoolean"
1084
+ }
1085
+ ],
1086
+ "exports": [
1087
+ {
1088
+ "kind": "js",
1089
+ "name": "isOneOfBoolean",
1090
+ "declaration": {
1091
+ "name": "isOneOfBoolean",
1092
+ "module": "src/jsonforms/testers/isOneOfBoolean.ts"
1093
+ }
1094
+ }
1095
+ ]
1096
+ },
1097
+ {
1098
+ "kind": "javascript-module",
1099
+ "path": "src/jsonforms/testers/isOneOfEnum.ts",
1100
+ "declarations": [
1101
+ {
1102
+ "kind": "variable",
1103
+ "name": "isOneOfEnum"
1104
+ }
1105
+ ],
1106
+ "exports": [
1107
+ {
1108
+ "kind": "js",
1109
+ "name": "isOneOfEnum",
1110
+ "declaration": {
1111
+ "name": "isOneOfEnum",
1112
+ "module": "src/jsonforms/testers/isOneOfEnum.ts"
1113
+ }
1114
+ }
1115
+ ]
1116
+ },
1117
+ {
1118
+ "kind": "javascript-module",
1119
+ "path": "src/jsonforms/testers/isOneOfNumber.ts",
1120
+ "declarations": [
1121
+ {
1122
+ "kind": "variable",
1123
+ "name": "isOneOfNumber"
1124
+ }
1125
+ ],
1126
+ "exports": [
1127
+ {
1128
+ "kind": "js",
1129
+ "name": "isOneOfNumber",
1130
+ "declaration": {
1131
+ "name": "isOneOfNumber",
1132
+ "module": "src/jsonforms/testers/isOneOfNumber.ts"
1133
+ }
1134
+ }
1135
+ ]
1136
+ },
1137
+ {
1138
+ "kind": "javascript-module",
1139
+ "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
1140
+ "declarations": [
1141
+ {
1142
+ "kind": "variable",
1143
+ "name": "isOneOfOptionMultiselect"
1144
+ }
1145
+ ],
1146
+ "exports": [
1147
+ {
1148
+ "kind": "js",
1149
+ "name": "isOneOfOptionMultiselect",
1150
+ "declaration": {
1151
+ "name": "isOneOfOptionMultiselect",
1152
+ "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
1153
+ }
1154
+ }
1155
+ ]
1156
+ },
1157
+ {
1158
+ "kind": "javascript-module",
1159
+ "path": "src/jsonforms/testers/optionIs.ts",
1160
+ "declarations": [
1161
+ {
1162
+ "kind": "function",
1163
+ "name": "optionIs",
1164
+ "return": {
1165
+ "type": {
1166
+ "text": "Tester"
1167
+ }
1168
+ },
1169
+ "parameters": [
1170
+ {
1171
+ "name": "optionName",
1172
+ "type": {
1173
+ "text": "string"
1174
+ }
1175
+ }
1176
+ ]
1177
+ }
1178
+ ],
1179
+ "exports": [
1180
+ {
1181
+ "kind": "js",
1182
+ "name": "optionIs",
1183
+ "declaration": {
1184
+ "name": "optionIs",
1185
+ "module": "src/jsonforms/testers/optionIs.ts"
1186
+ }
1187
+ }
1188
+ ]
1189
+ },
986
1190
  {
987
1191
  "kind": "javascript-module",
988
1192
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
@@ -2227,204 +2431,6 @@
2227
2431
  }
2228
2432
  }
2229
2433
  ]
2230
- },
2231
- {
2232
- "kind": "javascript-module",
2233
- "path": "src/jsonforms/testers/isDate.ts",
2234
- "declarations": [
2235
- {
2236
- "kind": "variable",
2237
- "name": "isDate"
2238
- }
2239
- ],
2240
- "exports": [
2241
- {
2242
- "kind": "js",
2243
- "name": "isDate",
2244
- "declaration": {
2245
- "name": "isDate",
2246
- "module": "src/jsonforms/testers/isDate.ts"
2247
- }
2248
- }
2249
- ]
2250
- },
2251
- {
2252
- "kind": "javascript-module",
2253
- "path": "src/jsonforms/testers/isInvisible.ts",
2254
- "declarations": [
2255
- {
2256
- "kind": "function",
2257
- "name": "isInvisible",
2258
- "return": {
2259
- "type": {
2260
- "text": "boolean"
2261
- }
2262
- },
2263
- "parameters": [
2264
- {
2265
- "name": "uischema",
2266
- "type": {
2267
- "text": "UISchemaElement"
2268
- }
2269
- },
2270
- {
2271
- "name": "schema",
2272
- "type": {
2273
- "text": "JsonSchema"
2274
- }
2275
- },
2276
- {
2277
- "name": "context",
2278
- "type": {
2279
- "text": "TesterContext"
2280
- }
2281
- }
2282
- ]
2283
- }
2284
- ],
2285
- "exports": [
2286
- {
2287
- "kind": "js",
2288
- "name": "isInvisible",
2289
- "declaration": {
2290
- "name": "isInvisible",
2291
- "module": "src/jsonforms/testers/isInvisible.ts"
2292
- }
2293
- }
2294
- ]
2295
- },
2296
- {
2297
- "kind": "javascript-module",
2298
- "path": "src/jsonforms/testers/isLayoutArray.ts",
2299
- "declarations": [
2300
- {
2301
- "kind": "variable",
2302
- "name": "isLayoutArray"
2303
- }
2304
- ],
2305
- "exports": [
2306
- {
2307
- "kind": "js",
2308
- "name": "isLayoutArray",
2309
- "declaration": {
2310
- "name": "isLayoutArray",
2311
- "module": "src/jsonforms/testers/isLayoutArray.ts"
2312
- }
2313
- }
2314
- ]
2315
- },
2316
- {
2317
- "kind": "javascript-module",
2318
- "path": "src/jsonforms/testers/isOneOfBoolean.ts",
2319
- "declarations": [
2320
- {
2321
- "kind": "variable",
2322
- "name": "isOneOfBoolean"
2323
- }
2324
- ],
2325
- "exports": [
2326
- {
2327
- "kind": "js",
2328
- "name": "isOneOfBoolean",
2329
- "declaration": {
2330
- "name": "isOneOfBoolean",
2331
- "module": "src/jsonforms/testers/isOneOfBoolean.ts"
2332
- }
2333
- }
2334
- ]
2335
- },
2336
- {
2337
- "kind": "javascript-module",
2338
- "path": "src/jsonforms/testers/isOneOfEnum.ts",
2339
- "declarations": [
2340
- {
2341
- "kind": "variable",
2342
- "name": "isOneOfEnum"
2343
- }
2344
- ],
2345
- "exports": [
2346
- {
2347
- "kind": "js",
2348
- "name": "isOneOfEnum",
2349
- "declaration": {
2350
- "name": "isOneOfEnum",
2351
- "module": "src/jsonforms/testers/isOneOfEnum.ts"
2352
- }
2353
- }
2354
- ]
2355
- },
2356
- {
2357
- "kind": "javascript-module",
2358
- "path": "src/jsonforms/testers/isOneOfNumber.ts",
2359
- "declarations": [
2360
- {
2361
- "kind": "variable",
2362
- "name": "isOneOfNumber"
2363
- }
2364
- ],
2365
- "exports": [
2366
- {
2367
- "kind": "js",
2368
- "name": "isOneOfNumber",
2369
- "declaration": {
2370
- "name": "isOneOfNumber",
2371
- "module": "src/jsonforms/testers/isOneOfNumber.ts"
2372
- }
2373
- }
2374
- ]
2375
- },
2376
- {
2377
- "kind": "javascript-module",
2378
- "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
2379
- "declarations": [
2380
- {
2381
- "kind": "variable",
2382
- "name": "isOneOfOptionMultiselect"
2383
- }
2384
- ],
2385
- "exports": [
2386
- {
2387
- "kind": "js",
2388
- "name": "isOneOfOptionMultiselect",
2389
- "declaration": {
2390
- "name": "isOneOfOptionMultiselect",
2391
- "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
2392
- }
2393
- }
2394
- ]
2395
- },
2396
- {
2397
- "kind": "javascript-module",
2398
- "path": "src/jsonforms/testers/optionIs.ts",
2399
- "declarations": [
2400
- {
2401
- "kind": "function",
2402
- "name": "optionIs",
2403
- "return": {
2404
- "type": {
2405
- "text": "Tester"
2406
- }
2407
- },
2408
- "parameters": [
2409
- {
2410
- "name": "optionName",
2411
- "type": {
2412
- "text": "string"
2413
- }
2414
- }
2415
- ]
2416
- }
2417
- ],
2418
- "exports": [
2419
- {
2420
- "kind": "js",
2421
- "name": "optionIs",
2422
- "declaration": {
2423
- "name": "optionIs",
2424
- "module": "src/jsonforms/testers/optionIs.ts"
2425
- }
2426
- }
2427
- ]
2428
2434
  }
2429
2435
  ]
2430
2436
  }
@@ -98,5 +98,10 @@ export declare class Form extends FoundationElement {
98
98
  */
99
99
  onChange(event: CustomEvent): void;
100
100
  disconnectedCallback(): void;
101
+ /**
102
+ * Reset the form state
103
+ * @public
104
+ */
105
+ reset(): void;
101
106
  }
102
107
  //# sourceMappingURL=form.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAEA,OAAO,EAKL,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAkB1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,MAAM,gDAAkC,CAAC;AActD,cAAc;AACd,eAAO,MAAM,SAAS,OAgBrB,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,IAAK,SAAQ,iBAAiB;IACzC;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAQjC,OAAO,CAAC,oBAAoB;IA0B5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAEJ,QAAQ,EAAE,OAAO,CAAC;IAE7C;;OAEG;IACG,OAAO;IAwBb;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAQ3B,oBAAoB;CAMrB"}
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAEA,OAAO,EAKL,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAkB1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,MAAM,gDAAkC,CAAC;AActD,cAAc;AACd,eAAO,MAAM,SAAS,OAgBrB,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,IAAK,SAAQ,iBAAiB;IACzC;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAQjC,OAAO,CAAC,oBAAoB;IA0B5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAEJ,QAAQ,EAAE,OAAO,CAAC;IAE7C;;OAEG;IACG,OAAO;IAwBb;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAQ3B,oBAAoB;IAKpB;;;OAGG;IACH,KAAK;CAIN"}
package/dist/esm/form.js CHANGED
@@ -138,6 +138,13 @@ let Form = class Form extends FoundationElement {
138
138
  }
139
139
  disconnectedCallback() {
140
140
  super.disconnectedCallback();
141
+ this.reset();
142
+ }
143
+ /**
144
+ * Reset the form state
145
+ * @public
146
+ */
147
+ reset() {
141
148
  this.submitted = false;
142
149
  this.data = {};
143
150
  }
@@ -16,19 +16,19 @@ export const DateControlRendererTemplate = (prefix = 'zero') => html `
16
16
  day: '2-digit',
17
17
  }).format(x.control.data.min);
18
18
  }}
19
- @change="${(x, c) => {
19
+ id=${(x) => `min-${x.control.path}`}
20
+ type="date"
21
+ data-test-id=${(x) => `min-${x.control.path}`}
22
+ @blur=${(x, c) => {
20
23
  var _a, _b;
21
24
  const value = c.event.target.control.valueAsNumber;
22
- return x.control.handleChange(x.control.path, {
25
+ x.control.handleChange(x.control.path, {
23
26
  min: value ? value : undefined,
24
27
  max: ((_a = x.control.data) === null || _a === void 0 ? void 0 : _a.max) < value ? undefined : (_b = x.control.data) === null || _b === void 0 ? void 0 : _b.max,
25
28
  type: 'date',
26
29
  });
27
- }}"
28
- id=${(x) => `min-${x.control.path}`}
29
- type="date"
30
- data-test-id=${(x) => `min-${x.control.path}`}
31
- @blur=${(x) => x.onBlur()}
30
+ x.onBlur();
31
+ }}
32
32
  style="width: 100%"
33
33
  ></${prefix}-text-field>
34
34
  <${prefix}-text-field
@@ -42,19 +42,19 @@ export const DateControlRendererTemplate = (prefix = 'zero') => html `
42
42
  day: '2-digit',
43
43
  }).format(x.control.data.max);
44
44
  }}
45
- @change="${(x, c) => {
45
+ id=${(x) => `max-${x.control.path}`}
46
+ type="date"
47
+ data-test-id=${(x) => `max-${x.control.path}`}
48
+ @blur=${(x, c) => {
46
49
  var _a, _b;
47
50
  const value = c.event.target.control.valueAsNumber;
48
- return x.control.handleChange(x.control.path, {
51
+ x.control.handleChange(x.control.path, {
49
52
  min: ((_a = x.control.data) === null || _a === void 0 ? void 0 : _a.min) > value ? undefined : (_b = x.control.data) === null || _b === void 0 ? void 0 : _b.min,
50
53
  max: value ? value : undefined,
51
54
  type: 'date',
52
55
  });
53
- }}"
54
- id=${(x) => `max-${x.control.path}`}
55
- type="date"
56
- data-test-id=${(x) => `max-${x.control.path}`}
57
- @blur=${(x) => x.onBlur()}
56
+ x.onBlur();
57
+ }}
58
58
  style="width: 100%"
59
59
  ></${prefix}-text-field>
60
60
  </control-wrapper>
@@ -717,6 +717,37 @@
717
717
  "isProtected": false,
718
718
  "isAbstract": false
719
719
  },
720
+ {
721
+ "kind": "Method",
722
+ "canonicalReference": "@genesislcap/foundation-forms!Form#reset:member(1)",
723
+ "docComment": "/**\n * Reset the form state\n *\n * @public\n */\n",
724
+ "excerptTokens": [
725
+ {
726
+ "kind": "Content",
727
+ "text": "reset(): "
728
+ },
729
+ {
730
+ "kind": "Content",
731
+ "text": "void"
732
+ },
733
+ {
734
+ "kind": "Content",
735
+ "text": ";"
736
+ }
737
+ ],
738
+ "isStatic": false,
739
+ "returnTypeTokenRange": {
740
+ "startIndex": 1,
741
+ "endIndex": 2
742
+ },
743
+ "releaseTag": "Public",
744
+ "isProtected": false,
745
+ "overloadIndex": 1,
746
+ "parameters": [],
747
+ "isOptional": false,
748
+ "isAbstract": false,
749
+ "name": "reset"
750
+ },
720
751
  {
721
752
  "kind": "Property",
722
753
  "canonicalReference": "@genesislcap/foundation-forms!Form#resourceName:member",
@@ -231,6 +231,11 @@ export declare class Form extends FoundationElement {
231
231
  */
232
232
  onChange(event: CustomEvent): void;
233
233
  disconnectedCallback(): void;
234
+ /**
235
+ * Reset the form state
236
+ * @public
237
+ */
238
+ reset(): void;
234
239
  }
235
240
 
236
241
  /** @public */
@@ -32,4 +32,5 @@ export declare class Form extends FoundationElement
32
32
  | Method | Modifiers | Description |
33
33
  | --- | --- | --- |
34
34
  | [disconnectedCallback()](./foundation-forms.form.disconnectedcallback.md) | | **_(BETA)_** |
35
+ | [reset()](./foundation-forms.form.reset.md) | | Reset the form state |
35
36
 
@@ -0,0 +1,17 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-forms](./foundation-forms.md) &gt; [Form](./foundation-forms.form.md) &gt; [reset](./foundation-forms.form.reset.md)
4
+
5
+ ## Form.reset() method
6
+
7
+ Reset the form state
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ reset(): void;
13
+ ```
14
+ **Returns:**
15
+
16
+ void
17
+
@@ -73,6 +73,8 @@ export class Form extends FoundationElement {
73
73
  // @public
74
74
  renderers: RendererEntry[];
75
75
  // @public
76
+ reset(): void;
77
+ // @public
76
78
  resourceName: string;
77
79
  // @internal (undocumented)
78
80
  _submit(): Promise<void>;
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.26.4",
4
+ "version": "14.26.5-canary.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,8 +43,8 @@
43
43
  "test:unit:watch": "watchlist src test -- npm run test:unit"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "^14.26.4",
47
- "@genesislcap/genx": "^14.26.4",
46
+ "@genesislcap/foundation-testing": "14.26.5-canary.1",
47
+ "@genesislcap/genx": "14.26.5-canary.1",
48
48
  "@playwright/test": "^1.18.1",
49
49
  "@types/json-schema": "^7.0.11",
50
50
  "@types/ua-parser-js": "^0.7.36",
@@ -59,9 +59,9 @@
59
59
  "watchlist": "^0.3.1"
60
60
  },
61
61
  "dependencies": {
62
- "@genesislcap/foundation-comms": "^14.26.4",
63
- "@genesislcap/foundation-criteria": "^14.26.4",
64
- "@genesislcap/foundation-utils": "^14.26.4",
62
+ "@genesislcap/foundation-comms": "14.26.5-canary.1",
63
+ "@genesislcap/foundation-criteria": "14.26.5-canary.1",
64
+ "@genesislcap/foundation-utils": "14.26.5-canary.1",
65
65
  "@jsonforms/core": "^3.0.0",
66
66
  "@microsoft/fast-components": "^2.21.3",
67
67
  "@microsoft/fast-element": "^1.7.0",
@@ -82,5 +82,5 @@
82
82
  "access": "public"
83
83
  },
84
84
  "customElements": "dist/custom-elements.json",
85
- "gitHead": "bb3d86a419d4f42a944ac2ccb5d63b0ba46e0226"
85
+ "gitHead": "45ea1934d49dd02f0b66c333c19fae32d6789d09"
86
86
  }