@ukhomeoffice/formio-gds-template 2.0.2 → 3.0.0-bravo

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 (150) hide show
  1. package/.github/workflows/build-and-test.yml +3 -3
  2. package/LICENCE.md +21 -0
  3. package/README.md +8 -0
  4. package/eslint.config.mjs +59 -0
  5. package/lib/components/datamap/GDSDataMap.d.ts +5 -14
  6. package/lib/components/datamap/GDSDataMap.d.ts.map +1 -0
  7. package/lib/components/datamap/GDSDataMap.js +9 -29
  8. package/lib/components/datetime/GDSDatetimeComponent.d.ts +43 -22
  9. package/lib/components/datetime/GDSDatetimeComponent.d.ts.map +1 -0
  10. package/lib/components/datetime/GDSDatetimeComponent.js +167 -178
  11. package/lib/components/index.d.ts +3 -0
  12. package/lib/components/index.d.ts.map +1 -0
  13. package/lib/components/index.js +6 -4
  14. package/lib/components/select/GDSSelect.d.ts +143 -0
  15. package/lib/components/select/GDSSelect.d.ts.map +1 -0
  16. package/lib/components/select/GDSSelect.js +340 -0
  17. package/lib/components/selectboxes/GDSCheckBoxes.d.ts +5 -2
  18. package/lib/components/selectboxes/GDSCheckBoxes.d.ts.map +1 -0
  19. package/lib/components/selectboxes/GDSCheckBoxes.js +7 -33
  20. package/lib/components/time/GDSTimeComponent.d.ts +13 -10
  21. package/lib/components/time/GDSTimeComponent.d.ts.map +1 -0
  22. package/lib/components/time/GDSTimeComponent.js +59 -84
  23. package/lib/components/util/TimeHelper.d.ts +6 -4
  24. package/lib/components/util/TimeHelper.d.ts.map +1 -0
  25. package/lib/components/util/TimeHelper.js +13 -16
  26. package/lib/index.d.ts +4 -2
  27. package/lib/index.d.ts.map +1 -0
  28. package/lib/index.js +2 -2
  29. package/lib/templates/gds/button/index.d.ts +1 -0
  30. package/lib/templates/gds/button/index.d.ts.map +1 -0
  31. package/lib/templates/gds/button/index.js +1 -1
  32. package/lib/templates/gds/checkbox/index.d.ts +1 -0
  33. package/lib/templates/gds/checkbox/index.d.ts.map +1 -0
  34. package/lib/templates/gds/checkbox/index.js +1 -1
  35. package/lib/templates/gds/columns/index.d.ts +1 -0
  36. package/lib/templates/gds/columns/index.d.ts.map +1 -0
  37. package/lib/templates/gds/columns/index.js +1 -1
  38. package/lib/templates/gds/component/index.d.ts +1 -0
  39. package/lib/templates/gds/component/index.d.ts.map +1 -0
  40. package/lib/templates/gds/component/index.js +1 -1
  41. package/lib/templates/gds/container/index.d.ts +1 -0
  42. package/lib/templates/gds/container/index.d.ts.map +1 -0
  43. package/lib/templates/gds/container/index.js +1 -1
  44. package/lib/templates/gds/cssClasses.d.ts +1 -0
  45. package/lib/templates/gds/cssClasses.d.ts.map +1 -0
  46. package/lib/templates/gds/datagrid/form.ejs.js +2 -2
  47. package/lib/templates/gds/datagrid/index.d.ts +1 -0
  48. package/lib/templates/gds/datagrid/index.d.ts.map +1 -0
  49. package/lib/templates/gds/datagrid/index.js +1 -1
  50. package/lib/templates/gds/datamap/index.d.ts +1 -0
  51. package/lib/templates/gds/datamap/index.d.ts.map +1 -0
  52. package/lib/templates/gds/datamap/index.js +1 -1
  53. package/lib/templates/gds/datetime/index.d.ts +1 -0
  54. package/lib/templates/gds/datetime/index.d.ts.map +1 -0
  55. package/lib/templates/gds/datetime/index.js +1 -1
  56. package/lib/templates/gds/day/index.d.ts +1 -0
  57. package/lib/templates/gds/day/index.d.ts.map +1 -0
  58. package/lib/templates/gds/day/index.js +1 -1
  59. package/lib/templates/gds/editgrid/index.d.ts +1 -0
  60. package/lib/templates/gds/editgrid/index.d.ts.map +1 -0
  61. package/lib/templates/gds/editgrid/index.js +1 -1
  62. package/lib/templates/gds/field/index.d.ts +1 -0
  63. package/lib/templates/gds/field/index.d.ts.map +1 -0
  64. package/lib/templates/gds/field/index.js +1 -1
  65. package/lib/templates/gds/fieldset/index.d.ts +1 -0
  66. package/lib/templates/gds/fieldset/index.d.ts.map +1 -0
  67. package/lib/templates/gds/fieldset/index.js +1 -1
  68. package/lib/templates/gds/file/index.d.ts +1 -0
  69. package/lib/templates/gds/file/index.d.ts.map +1 -0
  70. package/lib/templates/gds/file/index.js +1 -1
  71. package/lib/templates/gds/iconClass.d.ts +2 -1
  72. package/lib/templates/gds/iconClass.d.ts.map +1 -0
  73. package/lib/templates/gds/iconClass.js +3 -3
  74. package/lib/templates/gds/index.d.ts +3 -2
  75. package/lib/templates/gds/index.d.ts.map +1 -0
  76. package/lib/templates/gds/index.js +72 -64
  77. package/lib/templates/gds/input/index.d.ts +1 -0
  78. package/lib/templates/gds/input/index.d.ts.map +1 -0
  79. package/lib/templates/gds/input/index.js +1 -1
  80. package/lib/templates/gds/label/index.d.ts +1 -0
  81. package/lib/templates/gds/label/index.d.ts.map +1 -0
  82. package/lib/templates/gds/label/index.js +1 -1
  83. package/lib/templates/gds/message/index.d.ts +1 -0
  84. package/lib/templates/gds/message/index.d.ts.map +1 -0
  85. package/lib/templates/gds/message/index.js +1 -1
  86. package/lib/templates/gds/panel/index.d.ts +1 -0
  87. package/lib/templates/gds/panel/index.d.ts.map +1 -0
  88. package/lib/templates/gds/panel/index.js +1 -1
  89. package/lib/templates/gds/radio/index.d.ts +1 -0
  90. package/lib/templates/gds/radio/index.d.ts.map +1 -0
  91. package/lib/templates/gds/radio/index.js +1 -1
  92. package/lib/templates/gds/select/index.d.ts +1 -0
  93. package/lib/templates/gds/select/index.d.ts.map +1 -0
  94. package/lib/templates/gds/select/index.js +1 -1
  95. package/lib/templates/gds/selectOption/index.d.ts +1 -0
  96. package/lib/templates/gds/selectOption/index.d.ts.map +1 -0
  97. package/lib/templates/gds/selectOption/index.js +1 -1
  98. package/lib/templates/gds/selectboxes/index.d.ts +1 -0
  99. package/lib/templates/gds/selectboxes/index.d.ts.map +1 -0
  100. package/lib/templates/gds/selectboxes/index.js +1 -1
  101. package/lib/templates/gds/survey/index.d.ts +1 -0
  102. package/lib/templates/gds/survey/index.d.ts.map +1 -0
  103. package/lib/templates/gds/survey/index.js +1 -1
  104. package/lib/templates/gds/tab/index.d.ts +1 -0
  105. package/lib/templates/gds/tab/index.d.ts.map +1 -0
  106. package/lib/templates/gds/tab/index.js +1 -1
  107. package/lib/templates/gds/table/index.d.ts +1 -0
  108. package/lib/templates/gds/table/index.d.ts.map +1 -0
  109. package/lib/templates/gds/table/index.js +1 -1
  110. package/lib/templates/gds/template.css +27 -0
  111. package/lib/templates/gds/template.css.map +1 -1
  112. package/lib/templates/gds/time/index.d.ts +1 -0
  113. package/lib/templates/gds/time/index.d.ts.map +1 -0
  114. package/lib/templates/gds/time/index.js +1 -1
  115. package/lib/templates/gds/warning/index.d.ts +1 -0
  116. package/lib/templates/gds/warning/index.d.ts.map +1 -0
  117. package/lib/templates/gds/warning/index.js +1 -1
  118. package/lib/templates/gds/wizard/index.d.ts +1 -0
  119. package/lib/templates/gds/wizard/index.d.ts.map +1 -0
  120. package/lib/templates/gds/wizard/index.js +1 -1
  121. package/lib/templates/gds/wizardHeader/index.d.ts +1 -0
  122. package/lib/templates/gds/wizardHeader/index.d.ts.map +1 -0
  123. package/lib/templates/gds/wizardHeader/index.js +1 -1
  124. package/lib/templates/gds/wizardNav/index.d.ts +1 -0
  125. package/lib/templates/gds/wizardNav/index.d.ts.map +1 -0
  126. package/lib/templates/gds/wizardNav/index.js +1 -1
  127. package/lib/templates/index.d.ts +3 -2
  128. package/lib/templates/index.d.ts.map +1 -0
  129. package/lib/templates/index.js +1 -1
  130. package/lib/types.d.ts +37 -0
  131. package/lib/types.d.ts.map +1 -0
  132. package/lib/types.js +2 -0
  133. package/package.json +14 -7
  134. package/src/components/datamap/GDSDataMap.ts +5 -14
  135. package/src/components/datetime/GDSDatetimeComponent.ts +128 -91
  136. package/src/components/index.ts +2 -0
  137. package/src/components/select/GDSSelect.spec.ts +538 -0
  138. package/src/components/select/GDSSelect.ts +418 -0
  139. package/src/components/selectboxes/GDSCheckBoxes.ts +7 -8
  140. package/src/components/time/GDSTimeComponent.ts +37 -27
  141. package/src/components/util/TimeHelper.ts +6 -5
  142. package/src/css.d.ts +4 -0
  143. package/src/templates/gds/datagrid/form.ejs +1 -2
  144. package/src/templates/gds/iconClass.ts +1 -1
  145. package/src/templates/gds/index.ts +43 -33
  146. package/src/templates/gds/template.scss +48 -1
  147. package/src/types.ts +56 -0
  148. package/tsconfig.json +21 -5
  149. package/webpack.config.js +1 -1
  150. package/tslint.json +0 -22
@@ -6,10 +6,10 @@ jobs:
6
6
  build_and_test:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - uses: actions/checkout@v2
10
- - uses: actions/setup-node@v2
9
+ - uses: actions/checkout@v4
10
+ - uses: actions/setup-node@v4
11
11
  with:
12
- node-version: 14
12
+ node-version: 20
13
13
  - name: Install dependencies
14
14
  run: |
15
15
  rm -rf node_modules
package/LICENCE.md ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 UKHomeOffice
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -16,6 +16,14 @@ NodeJS version 20
16
16
  npm install @ukhomeoffice/formio-gds-template
17
17
  ```
18
18
 
19
+ The compiled `lib/` directory is generated during packaging and is intentionally not committed to the repository. To publish a local build to an application using Yalc, run:
20
+
21
+ ```bash
22
+ npm run yalc:push
23
+ ```
24
+
25
+ This builds the package before pushing it, so the consuming application imports the same compiled files that would be included in an npm package.
26
+
19
27
  ## Usage
20
28
 
21
29
  Using vanilla formio
@@ -0,0 +1,59 @@
1
+ // ESLint flat config (ESLint 9.x)
2
+ // Replaces tslint.json — equivalent rules migrated from tslint:recommended subset used in tslint.json
3
+ import tseslint from '@typescript-eslint/eslint-plugin';
4
+ import tsParser from '@typescript-eslint/parser';
5
+
6
+ export default [
7
+ {
8
+ // Exclude spec files — they are excluded from tsconfig.json so @typescript-eslint/parser
9
+ // cannot resolve them under parserOptions.project.
10
+ ignores: ['**/*.spec.ts'],
11
+ },
12
+ {
13
+ files: ['src/**/*.ts'],
14
+ languageOptions: {
15
+ parser: tsParser,
16
+ parserOptions: {
17
+ project: './tsconfig.json',
18
+ tsconfigRootDir: import.meta.dirname,
19
+ },
20
+ },
21
+ plugins: {
22
+ '@typescript-eslint': tseslint,
23
+ },
24
+ rules: {
25
+ // Equivalent of tslint quotemark: [true, 'single', 'avoid-escape', 'avoid-template']
26
+ // Note: @typescript-eslint/quotes was removed in v6; use the base ESLint rule instead.
27
+ 'quotes': ['error', 'single', { avoidEscape: true, allowTemplateLiterals: false }],
28
+
29
+ // tslint no-shadowed-variable: false — off
30
+ 'no-shadow': 'off',
31
+ '@typescript-eslint/no-shadow': 'off',
32
+
33
+ // tslint variable-name: allow-leading-underscore, allow-pascal-case, ban-keywords
34
+ '@typescript-eslint/naming-convention': [
35
+ 'error',
36
+ {
37
+ selector: 'variableLike',
38
+ format: ['camelCase', 'PascalCase', 'UPPER_CASE'],
39
+ leadingUnderscore: 'allow',
40
+ },
41
+ {
42
+ selector: 'typeLike',
43
+ format: ['PascalCase'],
44
+ },
45
+ ],
46
+
47
+ // tslint max-classes-per-file: false — off (default)
48
+ 'max-classes-per-file': 'off',
49
+
50
+ // Enforce explicit types and disallow untyped variables
51
+ '@typescript-eslint/no-explicit-any': 'error',
52
+ // Parameters prefixed with _ are intentionally unused (e.g. _flags in override signatures).
53
+ '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
54
+ // Enforce explicit return types on functions and class methods for clear public API contracts
55
+ '@typescript-eslint/explicit-function-return-type': ['error', { allowExpressions: true }],
56
+ '@typescript-eslint/explicit-module-boundary-types': 'error',
57
+ },
58
+ },
59
+ ];
@@ -1,17 +1,8 @@
1
- declare const DataMap: import("formiojs").ClassWithEditForm<typeof import("formiojs/types/components/_classes/nested/nestedComponent").NestedComponent>;
1
+ import { DataMapComponent } from '../../types';
2
+ declare const DataMap: any;
2
3
  export default class GDSDataMap extends DataMap {
3
- private getRows;
4
- private hasRowGroups;
5
- private getGroups;
6
- private visibleColumns;
7
- private hasAddButton;
8
- private hasRemoveButtons;
9
- private hasTopSubmit;
10
- private hasBottomSubmit;
11
- private hasExtraColumn;
12
- private datagridKey;
13
- private allowReorder;
14
- private getColumns;
15
- render(): any;
4
+ component: DataMapComponent;
5
+ render(): string;
16
6
  }
17
7
  export {};
8
+ //# sourceMappingURL=GDSDataMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GDSDataMap.d.ts","sourceRoot":"","sources":["../../../src/components/datamap/GDSDataMap.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG/C,QAAA,MAAM,OAAO,KAAgC,CAAC;AAE9C,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,OAAO;IAEnC,SAAS,EAAE,gBAAgB,CAAC;IAE7B,MAAM,IAAI,MAAM;CAiB1B"}
@@ -1,33 +1,14 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
- var formiojs_1 = require("formiojs");
19
- var Field = formiojs_1.Components.components.field;
20
- var DataMap = formiojs_1.Components.components.datamap;
21
- var GDSDataMap = /** @class */ (function (_super) {
22
- __extends(GDSDataMap, _super);
23
- function GDSDataMap() {
24
- return _super !== null && _super.apply(this, arguments) || this;
25
- }
26
- GDSDataMap.prototype.render = function () {
27
- var columns = this.getColumns();
3
+ const js_1 = require("@formio/js");
4
+ const Field = js_1.Components.components.field;
5
+ const DataMap = js_1.Components.components.datamap;
6
+ class GDSDataMap extends DataMap {
7
+ render() {
8
+ const columns = this.getColumns();
28
9
  return Field.prototype.render.call(this, this.renderTemplate('datamap', {
29
10
  rows: this.getRows(),
30
- columns: columns,
11
+ columns,
31
12
  groups: this.hasRowGroups() ? this.getGroups() : [],
32
13
  visibleColumns: this.visibleColumns,
33
14
  hasAddButton: this.hasAddButton(),
@@ -39,7 +20,6 @@ var GDSDataMap = /** @class */ (function (_super) {
39
20
  allowReorder: this.allowReorder,
40
21
  builder: this.builderMode,
41
22
  }));
42
- };
43
- return GDSDataMap;
44
- }(DataMap));
23
+ }
24
+ }
45
25
  exports.default = GDSDataMap;
@@ -1,35 +1,56 @@
1
- declare const Day: import("formiojs").ClassWithEditForm<typeof import("formiojs/types/components/_classes/field/field").Field>;
1
+ import { GDSDatetimeComponentSchema } from '../../types';
2
+ declare const Day: any;
2
3
  export default class GDSDatetimeComponent extends Day {
4
+ component: GDSDatetimeComponentSchema;
5
+ refs: {
6
+ hour: HTMLInputElement;
7
+ minute: HTMLInputElement;
8
+ day: HTMLInputElement;
9
+ month: HTMLInputElement;
10
+ year: HTMLInputElement;
11
+ input: HTMLInputElement[];
12
+ };
13
+ dataValue: string;
14
+ data: Record<string, unknown>;
15
+ validators: string[];
16
+ shouldDisabled: boolean;
17
+ triggerChange: () => void;
3
18
  get format(): string;
4
- get defaultValue(): any;
5
- get emptyValue(): any;
19
+ get defaultValue(): string;
20
+ get emptyValue(): null;
6
21
  get parts(): {
7
- day: any;
8
- month: any;
9
- year: any;
10
- hour: any;
11
- minute: any;
22
+ day: string | null;
23
+ month: string | null;
24
+ year: string | null;
25
+ hour: string | null;
26
+ minute: string | null;
12
27
  };
13
- private refs;
14
- private component;
15
- private updateValue;
16
- private renderField;
17
- private inputDefinition;
18
- private checkComponentValidity;
19
- private triggerChange;
20
28
  private timeHelper;
21
- attach(element: any): any;
29
+ attach(element: any): Promise<void>;
30
+ /**
31
+ * Override t() to remap translation keys emitted by @formio/core validators that
32
+ * differ from the @formio/js English translation map.
33
+ *
34
+ * @formio/core's date validator emits FieldError('invalidDate', ...) (camelCase).
35
+ * @formio/js translations only define 'invalid_date' (underscore). When t()
36
+ * cannot find 'invalidDate' it returns the raw key as the error message.
37
+ *
38
+ * We map the camelCase core keys to their underscored @formio/js equivalents so
39
+ * the user sees a proper human-readable message.
40
+ */
41
+ t(text: any, ...args: any[]): any;
22
42
  init(): void;
23
43
  setErrorClasses(elements: any, dirty: any, hasError: any): void;
24
44
  removeInputError(elements: any): void;
25
- render(): any;
26
- getDate(value: any): string;
27
- getFieldValue(name: any): any;
28
- boolValue(value: any): boolean;
29
- setValueAt(index: any, value: any): void;
30
- getValueAt(index: any): any;
45
+ render(): string;
46
+ getDate(value: any): string | null;
47
+ getFieldValue(name: any): string | null;
48
+ boolValue(value: unknown): boolean;
49
+ setValueAt(_index: number, value: any): void;
50
+ getValueAt(index: number): string | null;
31
51
  normalizeValue(value: any): any;
32
52
  validateRequired(setting: any, value: any): boolean;
33
53
  private processField;
34
54
  }
35
55
  export {};
56
+ //# sourceMappingURL=GDSDatetimeComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GDSDatetimeComponent.d.ts","sourceRoot":"","sources":["../../../src/components/datetime/GDSDatetimeComponent.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAGzD,QAAA,MAAM,GAAG,KAA4B,CAAC;AAEtC,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,GAAG;IAKzC,SAAS,EAAE,0BAA0B,CAAC;IAItC,IAAI,EAAE;QACV,IAAI,EAAE,gBAAgB,CAAC;QACvB,MAAM,EAAE,gBAAgB,CAAC;QACzB,GAAG,EAAE,gBAAgB,CAAC;QACtB,KAAK,EAAE,gBAAgB,CAAC;QACxB,IAAI,EAAE,gBAAgB,CAAC;QACvB,KAAK,EAAE,gBAAgB,EAAE,CAAC;KAC7B,CAAC;IACM,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,IAAI,CAAC;IAElC,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,IAAI,YAAY,IAAI,MAAM,CAOzB;IAED,IAAI,UAAU,IAAI,IAAI,CAErB;IAED,IAAI,KAAK,IAAI;QAAE,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAQzH;IAED,OAAO,CAAC,UAAU,CAAgC;IAI3C,MAAM,CAAC,OAAO,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IA8C1C;;;;;;;;;;OAUG;IAEI,CAAC,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,GAAG;IAOjC,IAAI,IAAI,IAAI;IA0BZ,eAAe,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,GAAG,IAAI;IAM/D,gBAAgB,CAAC,QAAQ,EAAE,GAAG,GAAG,IAAI;IAIrC,MAAM,IAAI,MAAM;IAgBhB,OAAO,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI;IAwClC,aAAa,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI;IA+BvC,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;IAYlC,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAyB5C,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAcxC,cAAc,CAAC,KAAK,EAAE,GAAG,GAAG,GAAG;IAM/B,gBAAgB,CAAC,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,GAAG,OAAO;IAyB1D,OAAO,CAAC,YAAY;CAWvB"}