@genesislcap/foundation-forms 14.220.0 → 14.221.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.
@@ -1788,7 +1788,7 @@
1788
1788
  {
1789
1789
  "kind": "variable",
1790
1790
  "name": "LayoutArrayRendererTemplate",
1791
- "default": "html`\n <template>\n <control-wrapper\n :control=${(x) => x.control}\n :jsonForms=${(x) => x.jsonforms}\n :touched=${(x) => x.touched}\n ?submitted=${(x) => x.submitted}\n >\n <array-list-wrapper :form=${(x) => x} :control=${(x) => x.control}></array-list-wrapper>\n </control-wrapper>\n </template>\n`"
1791
+ "default": "html`\n <template>\n <div style=\"${(x) => (x.control.uischema.options?.border ? borderStyle : '')}\">\n <control-wrapper\n :control=${(x) => x.control}\n :jsonForms=${(x) => x.jsonforms}\n :touched=${(x) => x.touched}\n ?submitted=${(x) => x.submitted}\n >\n <array-list-wrapper :form=${(x) => x} :control=${(x) => x.control}></array-list-wrapper>\n </control-wrapper>\n </div>\n </template>\n`"
1792
1792
  },
1793
1793
  {
1794
1794
  "kind": "variable",
@@ -1 +1 @@
1
- {"version":3,"file":"ArrayListWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/ArrayListWrapperRenderer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAwC,WAAW,EAAU,MAAM,yBAAyB,CAAC;AAGpG,eAAO,MAAM,gCAAgC,YAAY,MAAM,6DAyC9D,CAAC;AAqBF,qBAOa,gBAAiB,SAAQ,WAAW;IACnC,IAAI,MAAC;IACL,OAAO,MAAC;IACR,MAAM,MAAC;IACP,QAAQ,MAAC;IAErB,cAAc;IAcd,OAAO;IAOP,UAAU,CAAC,KAAK,EAAE,MAAM;CAGzB"}
1
+ {"version":3,"file":"ArrayListWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/ArrayListWrapperRenderer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAwC,WAAW,EAAU,MAAM,yBAAyB,CAAC;AAGpG,eAAO,MAAM,gCAAgC,YAAY,MAAM,6DA0C9D,CAAC;AAqBF,qBAOa,gBAAiB,SAAQ,WAAW;IACnC,IAAI,MAAC;IACL,OAAO,MAAC;IACR,MAAM,MAAC;IACP,QAAQ,MAAC;IAErB,cAAc;IAcd,OAAO;IAOP,UAAU,CAAC,KAAK,EAAE,MAAM;CAGzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"LayoutArrayRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/LayoutArrayRenderer.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,2BAA2B,0DAWvC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,GAKtC,CAAC"}
1
+ {"version":3,"file":"LayoutArrayRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/LayoutArrayRenderer.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,2BAA2B,0DAavC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,GAKtC,CAAC"}
@@ -67,6 +67,59 @@ export type ArrayRendererOptions = {
67
67
  * @public
68
68
  */
69
69
  childUiSchema?: UiSchema;
70
+ /**
71
+ * By default the label is 'Add another'
72
+ * To override it, set this property with your desired add message.
73
+ * @public
74
+ *
75
+ * @example
76
+ * ```ts
77
+ * {
78
+ * type: 'Control',
79
+ * scope: '#/properties/array',
80
+ * options: <ArrayRendererOptions>{
81
+ * addLabel: 'Add another user',
82
+ * childUiSchema: { ... }
83
+ * }
84
+ * }
85
+ * ```
86
+ */
87
+ addLabel?: string;
88
+ /**
89
+ * By default the label is 'Add another'
90
+ * To override it, set this property with your desired delete message.
91
+ * @public
92
+ *
93
+ * @example
94
+ * ```ts
95
+ * {
96
+ * type: 'Control',
97
+ * scope: '#/properties/array',
98
+ * options: <ArrayRendererOptions>{
99
+ * deleteLabel: 'Delete user',
100
+ * childUiSchema: { ... }
101
+ * }
102
+ * }
103
+ * ```
104
+ */
105
+ deleteLabel?: string;
106
+ /**
107
+ * If true puts a border around the array list
108
+ * @public
109
+ *
110
+ * @example
111
+ * ```ts
112
+ * {
113
+ * type: 'Control',
114
+ * scope: '#/properties/array',
115
+ * options: <ArrayRendererOptions>{
116
+ * border: true,
117
+ * childUiSchema: { ... }
118
+ * }
119
+ * }
120
+ * ```
121
+ */
122
+ border?: boolean;
70
123
  };
71
124
  /**
72
125
  * Orientation options available for stepper renderer.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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"}
@@ -27,6 +27,7 @@ export const ArrayListWrapperRendererTemplate = (prefix = 'zero') => html `
27
27
  @click=${(x, ctx) => ctx.parent.deleteItem(ctx.index)}
28
28
  >
29
29
  <${prefix}-icon name="trash"></${prefix}-icon>
30
+ ${(x, ctx) => { var _a; return ((_a = ctx.parent.control.uischema.options) === null || _a === void 0 ? void 0 : _a.deleteLabel) || ''; }}
30
31
  </${prefix}-button>
31
32
  </div>
32
33
  `, { positioning: true })}
@@ -37,7 +38,7 @@ export const ArrayListWrapperRendererTemplate = (prefix = 'zero') => html `
37
38
  @click=${(x) => x.addItem()}
38
39
  >
39
40
  <${prefix}-icon name="plus"></${prefix}-icon>
40
- Add another
41
+ ${(x) => { var _a; return ((_a = x.control.uischema.options) === null || _a === void 0 ? void 0 : _a.addLabel) || 'Add another'; }}
41
42
  </${prefix}-button>
42
43
  </template>
43
44
  `;
@@ -2,16 +2,19 @@ import { mapDispatchToArrayControlProps, mapStateToArrayLayoutProps, rankWith, }
2
2
  import { html } from '@microsoft/fast-element';
3
3
  import { isArray } from '../testers/isArray';
4
4
  import { LAYOUT_ARRAY_RANK } from './RenderersRanks';
5
+ const borderStyle = 'padding: 5px; border-radius: 3px; border: 1px solid var(--neutral-stroke-rest);';
5
6
  export const LayoutArrayRendererTemplate = html `
6
7
  <template>
7
- <control-wrapper
8
- :control=${(x) => x.control}
9
- :jsonForms=${(x) => x.jsonforms}
10
- :touched=${(x) => x.touched}
11
- ?submitted=${(x) => x.submitted}
12
- >
13
- <array-list-wrapper :form=${(x) => x} :control=${(x) => x.control}></array-list-wrapper>
14
- </control-wrapper>
8
+ <div style="${(x) => { var _a; return (((_a = x.control.uischema.options) === null || _a === void 0 ? void 0 : _a.border) ? borderStyle : ''); }}">
9
+ <control-wrapper
10
+ :control=${(x) => x.control}
11
+ :jsonForms=${(x) => x.jsonforms}
12
+ :touched=${(x) => x.touched}
13
+ ?submitted=${(x) => x.submitted}
14
+ >
15
+ <array-list-wrapper :form=${(x) => x} :control=${(x) => x.control}></array-list-wrapper>
16
+ </control-wrapper>
17
+ </div>
15
18
  </template>
16
19
  `;
17
20
  export const LayoutArrayRendererEntry = {
@@ -192,7 +192,7 @@
192
192
  },
193
193
  {
194
194
  "kind": "Content",
195
- "text": ";\n}"
195
+ "text": ";\n addLabel?: string;\n deleteLabel?: string;\n border?: boolean;\n}"
196
196
  },
197
197
  {
198
198
  "kind": "Content",
@@ -32,6 +32,59 @@ export declare type ArrayRendererOptions = {
32
32
  * @public
33
33
  */
34
34
  childUiSchema?: UiSchema;
35
+ /**
36
+ * By default the label is 'Add another'
37
+ * To override it, set this property with your desired add message.
38
+ * @public
39
+ *
40
+ * @example
41
+ * ```ts
42
+ * {
43
+ * type: 'Control',
44
+ * scope: '#/properties/array',
45
+ * options: <ArrayRendererOptions>{
46
+ * addLabel: 'Add another user',
47
+ * childUiSchema: { ... }
48
+ * }
49
+ * }
50
+ * ```
51
+ */
52
+ addLabel?: string;
53
+ /**
54
+ * By default the label is 'Add another'
55
+ * To override it, set this property with your desired delete message.
56
+ * @public
57
+ *
58
+ * @example
59
+ * ```ts
60
+ * {
61
+ * type: 'Control',
62
+ * scope: '#/properties/array',
63
+ * options: <ArrayRendererOptions>{
64
+ * deleteLabel: 'Delete user',
65
+ * childUiSchema: { ... }
66
+ * }
67
+ * }
68
+ * ```
69
+ */
70
+ deleteLabel?: string;
71
+ /**
72
+ * If true puts a border around the array list
73
+ * @public
74
+ *
75
+ * @example
76
+ * ```ts
77
+ * {
78
+ * type: 'Control',
79
+ * scope: '#/properties/array',
80
+ * options: <ArrayRendererOptions>{
81
+ * border: true,
82
+ * childUiSchema: { ... }
83
+ * }
84
+ * }
85
+ * ```
86
+ */
87
+ border?: boolean;
35
88
  };
36
89
 
37
90
  /**
@@ -11,6 +11,9 @@ Configuration options available for array renderer.
11
11
  ```typescript
12
12
  export type ArrayRendererOptions = {
13
13
  childUiSchema?: UiSchema;
14
+ addLabel?: string;
15
+ deleteLabel?: string;
16
+ border?: boolean;
14
17
  };
15
18
  ```
16
19
  **References:** [UiSchema](./foundation-forms.uischema.md)
@@ -30,6 +30,9 @@ import { ViewTemplate } from '@microsoft/fast-element';
30
30
  // @public
31
31
  export type ArrayRendererOptions = {
32
32
  childUiSchema?: UiSchema;
33
+ addLabel?: string;
34
+ deleteLabel?: string;
35
+ border?: boolean;
33
36
  };
34
37
 
35
38
  // @public
@@ -263,8 +266,8 @@ export type UiSchemaOptions = StepperOrientationOptions | LabelPlacementOptions;
263
266
 
264
267
  // Warnings were encountered during analysis:
265
268
  //
266
- // src/types.ts:239:3 - (ae-forgotten-export) The symbol "Rule" needs to be exported by the entry point index.d.ts
267
- // src/types.ts:289:3 - (ae-forgotten-export) The symbol "DispatchRenderer" needs to be exported by the entry point index.d.ts
269
+ // src/types.ts:295:3 - (ae-forgotten-export) The symbol "Rule" needs to be exported by the entry point index.d.ts
270
+ // src/types.ts:345:3 - (ae-forgotten-export) The symbol "DispatchRenderer" needs to be exported by the entry point index.d.ts
268
271
 
269
272
  // (No @packageDocumentation comment for this package)
270
273
 
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.220.0",
4
+ "version": "14.221.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -48,22 +48,22 @@
48
48
  }
49
49
  },
50
50
  "devDependencies": {
51
- "@genesislcap/foundation-testing": "14.220.0",
52
- "@genesislcap/genx": "14.220.0",
53
- "@genesislcap/rollup-builder": "14.220.0",
54
- "@genesislcap/ts-builder": "14.220.0",
55
- "@genesislcap/uvu-playwright-builder": "14.220.0",
56
- "@genesislcap/vite-builder": "14.220.0",
57
- "@genesislcap/webpack-builder": "14.220.0",
51
+ "@genesislcap/foundation-testing": "14.221.0",
52
+ "@genesislcap/genx": "14.221.0",
53
+ "@genesislcap/rollup-builder": "14.221.0",
54
+ "@genesislcap/ts-builder": "14.221.0",
55
+ "@genesislcap/uvu-playwright-builder": "14.221.0",
56
+ "@genesislcap/vite-builder": "14.221.0",
57
+ "@genesislcap/webpack-builder": "14.221.0",
58
58
  "@types/json-schema": "^7.0.11",
59
59
  "rimraf": "^5.0.0"
60
60
  },
61
61
  "dependencies": {
62
- "@genesislcap/foundation-comms": "14.220.0",
63
- "@genesislcap/foundation-criteria": "14.220.0",
64
- "@genesislcap/foundation-logger": "14.220.0",
65
- "@genesislcap/foundation-ui": "14.220.0",
66
- "@genesislcap/foundation-utils": "14.220.0",
62
+ "@genesislcap/foundation-comms": "14.221.0",
63
+ "@genesislcap/foundation-criteria": "14.221.0",
64
+ "@genesislcap/foundation-logger": "14.221.0",
65
+ "@genesislcap/foundation-ui": "14.221.0",
66
+ "@genesislcap/foundation-utils": "14.221.0",
67
67
  "@json-schema-tools/dereferencer": "^1.6.1",
68
68
  "@jsonforms/core": "^3.2.1",
69
69
  "@microsoft/fast-components": "^2.30.6",
@@ -85,5 +85,5 @@
85
85
  "access": "public"
86
86
  },
87
87
  "customElements": "dist/custom-elements.json",
88
- "gitHead": "18dcf3cbca18cf957d0bb082cb87c8b677ffe7b6"
88
+ "gitHead": "74cb1a2eb7b1b23c6c56f8852db7b8254968b88b"
89
89
  }