@genesislcap/foundation-forms 14.417.0 → 14.417.1-alpha-efccb2a.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.
@@ -1,3 +1,4 @@
1
+ /// <reference path="./react-jsx-runtime.d.ts" />
1
2
  export * from './filters';
2
3
  export * from './form';
3
4
  export * from './form.styles';
@@ -0,0 +1,174 @@
1
+ /**
2
+ * AUTO-GENERATED FILE - DO NOT EDIT.
3
+ * Source package: @genesislcap/foundation-forms
4
+ * Generated from custom-elements manifest.
5
+ */
6
+
7
+ declare module 'react/jsx-runtime' {
8
+ namespace JSX {
9
+ interface GenesislcapFoundationFormsReactElementProps4 {
10
+ children?: unknown;
11
+ class?: string;
12
+ className?: string;
13
+ id?: string;
14
+ slot?: string;
15
+ part?: string;
16
+ style?: string | Partial<CSSStyleDeclaration>;
17
+ role?: string;
18
+ tabIndex?: number | string;
19
+ [key: `data-${string}`]: string | number | boolean | undefined;
20
+ [key: `aria-${string}`]: string | number | boolean | undefined;
21
+ }
22
+ interface GenesislcapFoundationFormsReactElementProps5 {
23
+ children?: unknown;
24
+ class?: string;
25
+ className?: string;
26
+ id?: string;
27
+ slot?: string;
28
+ part?: string;
29
+ style?: string | Partial<CSSStyleDeclaration>;
30
+ role?: string;
31
+ tabIndex?: number | string;
32
+ [key: `data-${string}`]: string | number | boolean | undefined;
33
+ [key: `aria-${string}`]: string | number | boolean | undefined;
34
+ }
35
+ interface GenesislcapFoundationFormsReactElementProps6 {
36
+ children?: unknown;
37
+ class?: string;
38
+ className?: string;
39
+ id?: string;
40
+ slot?: string;
41
+ part?: string;
42
+ style?: string | Partial<CSSStyleDeclaration>;
43
+ role?: string;
44
+ tabIndex?: number | string;
45
+ [key: `data-${string}`]: string | number | boolean | undefined;
46
+ [key: `aria-${string}`]: string | number | boolean | undefined;
47
+ 'hideLabel'?: boolean;
48
+ 'prefix'?: string;
49
+ }
50
+ interface GenesislcapFoundationFormsReactElementProps10 {
51
+ children?: unknown;
52
+ class?: string;
53
+ className?: string;
54
+ id?: string;
55
+ slot?: string;
56
+ part?: string;
57
+ style?: string | Partial<CSSStyleDeclaration>;
58
+ role?: string;
59
+ tabIndex?: number | string;
60
+ [key: `data-${string}`]: string | number | boolean | undefined;
61
+ [key: `aria-${string}`]: string | number | boolean | undefined;
62
+ 'submitted'?: boolean;
63
+ }
64
+ interface GenesislcapFoundationFormsReactElementProps2 {
65
+ children?: unknown;
66
+ class?: string;
67
+ className?: string;
68
+ id?: string;
69
+ slot?: string;
70
+ part?: string;
71
+ style?: string | Partial<CSSStyleDeclaration>;
72
+ role?: string;
73
+ tabIndex?: number | string;
74
+ [key: `data-${string}`]: string | number | boolean | undefined;
75
+ [key: `aria-${string}`]: string | number | boolean | undefined;
76
+ 'resourceName'?: string;
77
+ 'showFilterPersistenceControls'?: boolean;
78
+ 'prefix'?: string;
79
+ 'onChange'?: (event: CustomEvent<unknown>) => void;
80
+ }
81
+ interface GenesislcapFoundationFormsReactElementProps1 {
82
+ children?: unknown;
83
+ class?: string;
84
+ className?: string;
85
+ id?: string;
86
+ slot?: string;
87
+ part?: string;
88
+ style?: string | Partial<CSSStyleDeclaration>;
89
+ role?: string;
90
+ tabIndex?: number | string;
91
+ [key: `data-${string}`]: string | number | boolean | undefined;
92
+ [key: `aria-${string}`]: string | number | boolean | undefined;
93
+ 'prefix'?: string;
94
+ 'resourceName'?: string;
95
+ 'confirmationMessage'?: string;
96
+ 'setApprovalMessage'?: boolean;
97
+ 'approvalMessageLabel'?: string;
98
+ 'readonly'?: boolean;
99
+ 'hideSubmit'?: boolean;
100
+ 'bulkInsert'?: boolean;
101
+ 'bulkInsertMinItems'?: number;
102
+ 'bulkInsertMaxItems'?: number | undefined;
103
+ }
104
+ interface GenesislcapFoundationFormsReactElementProps3 {
105
+ children?: unknown;
106
+ class?: string;
107
+ className?: string;
108
+ id?: string;
109
+ slot?: string;
110
+ part?: string;
111
+ style?: string | Partial<CSSStyleDeclaration>;
112
+ role?: string;
113
+ tabIndex?: number | string;
114
+ [key: `data-${string}`]: string | number | boolean | undefined;
115
+ [key: `aria-${string}`]: string | number | boolean | undefined;
116
+ 'submitted'?: boolean;
117
+ 'readonly'?: boolean;
118
+ }
119
+ interface GenesislcapFoundationFormsReactElementProps7 {
120
+ children?: unknown;
121
+ class?: string;
122
+ className?: string;
123
+ id?: string;
124
+ slot?: string;
125
+ part?: string;
126
+ style?: string | Partial<CSSStyleDeclaration>;
127
+ role?: string;
128
+ tabIndex?: number | string;
129
+ [key: `data-${string}`]: string | number | boolean | undefined;
130
+ [key: `aria-${string}`]: string | number | boolean | undefined;
131
+ 'hideLabel'?: boolean;
132
+ }
133
+ interface GenesislcapFoundationFormsReactElementProps8 {
134
+ children?: unknown;
135
+ class?: string;
136
+ className?: string;
137
+ id?: string;
138
+ slot?: string;
139
+ part?: string;
140
+ style?: string | Partial<CSSStyleDeclaration>;
141
+ role?: string;
142
+ tabIndex?: number | string;
143
+ [key: `data-${string}`]: string | number | boolean | undefined;
144
+ [key: `aria-${string}`]: string | number | boolean | undefined;
145
+ }
146
+ interface GenesislcapFoundationFormsReactElementProps9 {
147
+ children?: unknown;
148
+ class?: string;
149
+ className?: string;
150
+ id?: string;
151
+ slot?: string;
152
+ part?: string;
153
+ style?: string | Partial<CSSStyleDeclaration>;
154
+ role?: string;
155
+ tabIndex?: number | string;
156
+ [key: `data-${string}`]: string | number | boolean | undefined;
157
+ [key: `aria-${string}`]: string | number | boolean | undefined;
158
+ }
159
+ interface IntrinsicElements {
160
+ 'array-list-wrapper': GenesislcapFoundationFormsReactElementProps4;
161
+ 'categorization-wrapper': GenesislcapFoundationFormsReactElementProps5;
162
+ 'control-wrapper': GenesislcapFoundationFormsReactElementProps6;
163
+ 'dispatch-renderer': GenesislcapFoundationFormsReactElementProps10;
164
+ 'foundation-filters': GenesislcapFoundationFormsReactElementProps2;
165
+ 'foundation-form': GenesislcapFoundationFormsReactElementProps1;
166
+ 'json-forms': GenesislcapFoundationFormsReactElementProps3;
167
+ 'layout-wrapper': GenesislcapFoundationFormsReactElementProps7;
168
+ 'stepper-wrapper': GenesislcapFoundationFormsReactElementProps8;
169
+ 'vertical-categorization-wrapper': GenesislcapFoundationFormsReactElementProps9;
170
+ }
171
+ }
172
+ }
173
+
174
+ export {};
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.417.0",
4
+ "version": "14.417.1-alpha-efccb2a.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -50,23 +50,23 @@
50
50
  }
51
51
  },
52
52
  "devDependencies": {
53
- "@genesislcap/foundation-testing": "14.417.0",
54
- "@genesislcap/genx": "14.417.0",
55
- "@genesislcap/rollup-builder": "14.417.0",
56
- "@genesislcap/ts-builder": "14.417.0",
57
- "@genesislcap/uvu-playwright-builder": "14.417.0",
58
- "@genesislcap/vite-builder": "14.417.0",
59
- "@genesislcap/webpack-builder": "14.417.0",
53
+ "@genesislcap/foundation-testing": "14.417.1-alpha-efccb2a.0",
54
+ "@genesislcap/genx": "14.417.1-alpha-efccb2a.0",
55
+ "@genesislcap/rollup-builder": "14.417.1-alpha-efccb2a.0",
56
+ "@genesislcap/ts-builder": "14.417.1-alpha-efccb2a.0",
57
+ "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-efccb2a.0",
58
+ "@genesislcap/vite-builder": "14.417.1-alpha-efccb2a.0",
59
+ "@genesislcap/webpack-builder": "14.417.1-alpha-efccb2a.0",
60
60
  "@types/json-schema": "^7.0.11",
61
61
  "@types/papaparse": "^5.3.14"
62
62
  },
63
63
  "dependencies": {
64
- "@genesislcap/foundation-comms": "14.417.0",
65
- "@genesislcap/foundation-criteria": "14.417.0",
66
- "@genesislcap/foundation-logger": "14.417.0",
67
- "@genesislcap/foundation-notifications": "14.417.0",
68
- "@genesislcap/foundation-ui": "14.417.0",
69
- "@genesislcap/foundation-utils": "14.417.0",
64
+ "@genesislcap/foundation-comms": "14.417.1-alpha-efccb2a.0",
65
+ "@genesislcap/foundation-criteria": "14.417.1-alpha-efccb2a.0",
66
+ "@genesislcap/foundation-logger": "14.417.1-alpha-efccb2a.0",
67
+ "@genesislcap/foundation-notifications": "14.417.1-alpha-efccb2a.0",
68
+ "@genesislcap/foundation-ui": "14.417.1-alpha-efccb2a.0",
69
+ "@genesislcap/foundation-utils": "14.417.1-alpha-efccb2a.0",
70
70
  "@json-schema-tools/dereferencer": "^1.6.1",
71
71
  "@jsonforms/core": "^3.2.1",
72
72
  "@microsoft/fast-components": "2.30.6",
@@ -88,5 +88,5 @@
88
88
  "access": "public"
89
89
  },
90
90
  "customElements": "dist/custom-elements.json",
91
- "gitHead": "1a4b13faca04aa12b0a8bd6032a798369fe7eb33"
91
+ "gitHead": "00d0d357de82849ea9dc574f615ba69d71b78ede"
92
92
  }