@memberjunction/interactive-component-types 2.128.0 → 2.129.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
+ import { EntityInfo, EntityFieldInfo } from '@memberjunction/core';
1
2
  export interface ComponentDataRequirements {
2
3
  /**
3
4
  * How the component gets its data
@@ -139,10 +140,11 @@ export type ComponentEntityDataRequirement = {
139
140
  };
140
141
  export type ComponentEntitySimplePermission = 'read' | 'create' | 'update' | 'delete';
141
142
  /**
142
- * Simple type to share more information about the relevant fields
143
- * in an entity that are to be used in a component
143
+ * Lightweight class to share field metadata for component validation and linting.
144
+ * This is a simplified version of EntityFieldInfo from @memberjunction/core,
145
+ * designed for contexts where full field metadata isn't needed.
144
146
  **/
145
- export type SimpleEntityFieldInfo = {
147
+ export declare class SimpleEntityFieldInfo {
146
148
  /**
147
149
  * Name of the field
148
150
  */
@@ -175,5 +177,77 @@ export type SimpleEntityFieldInfo = {
175
177
  * Description of the field
176
178
  */
177
179
  description?: string;
178
- };
180
+ constructor(init?: Partial<SimpleEntityFieldInfo>);
181
+ /**
182
+ * Creates a SimpleEntityFieldInfo from a full EntityFieldInfo object
183
+ * @param fieldInfo The EntityFieldInfo from @memberjunction/core
184
+ * @returns A new SimpleEntityFieldInfo instance
185
+ */
186
+ static FromEntityFieldInfo(fieldInfo: EntityFieldInfo): SimpleEntityFieldInfo;
187
+ /**
188
+ * Converts this SimpleEntityFieldInfo to a partial EntityFieldInfo object.
189
+ * Note: This creates a plain object with EntityFieldInfo-compatible properties,
190
+ * not a full EntityFieldInfo instance (which requires database context).
191
+ * @returns A partial EntityFieldInfo-compatible object
192
+ */
193
+ ToEntityFieldInfo(): Partial<EntityFieldInfo>;
194
+ }
195
+ /**
196
+ * Lightweight class to share entity metadata for component validation and linting.
197
+ * Contains the entity name and complete list of all fields in the entity.
198
+ * This is a simplified version of EntityInfo from @memberjunction/core,
199
+ * designed for contexts where full entity metadata isn't needed.
200
+ */
201
+ export declare class SimpleEntityInfo {
202
+ /**
203
+ * Name of the entity (unique system-wide, e.g., "Certifications")
204
+ */
205
+ name: string;
206
+ /**
207
+ * Optional description of the entity
208
+ */
209
+ description?: string;
210
+ /**
211
+ * Complete list of ALL fields in this entity.
212
+ * Used by linter to validate field access with proper severity levels.
213
+ */
214
+ fields: SimpleEntityFieldInfo[];
215
+ constructor(init?: Partial<SimpleEntityInfo>);
216
+ /**
217
+ * Creates a SimpleEntityInfo from a full EntityInfo object
218
+ * @param entityInfo The EntityInfo from @memberjunction/core
219
+ * @returns A new SimpleEntityInfo instance with all fields mapped
220
+ */
221
+ static FromEntityInfo(entityInfo: EntityInfo): SimpleEntityInfo;
222
+ /**
223
+ * Creates an array of SimpleEntityInfo from an array of EntityInfo objects
224
+ * @param entities Array of EntityInfo from @memberjunction/core
225
+ * @returns Array of SimpleEntityInfo instances
226
+ */
227
+ static FromEntityInfoArray(entities: EntityInfo[]): SimpleEntityInfo[];
228
+ /**
229
+ * Converts this SimpleEntityInfo to a partial EntityInfo object.
230
+ * Note: This creates a plain object with EntityInfo-compatible properties,
231
+ * not a full EntityInfo instance (which requires database context).
232
+ * @returns A partial EntityInfo-compatible object
233
+ */
234
+ ToEntityInfo(): Partial<EntityInfo>;
235
+ /**
236
+ * Helper method to check if a field exists in this entity
237
+ * @param fieldName The field name to check
238
+ * @returns True if the field exists, false otherwise
239
+ */
240
+ hasField(fieldName: string): boolean;
241
+ /**
242
+ * Helper method to get a field by name
243
+ * @param fieldName The field name to find
244
+ * @returns The SimpleEntityFieldInfo if found, undefined otherwise
245
+ */
246
+ getField(fieldName: string): SimpleEntityFieldInfo | undefined;
247
+ /**
248
+ * Helper method to get all field names as a Set for efficient lookup
249
+ * @returns Set of all field names in this entity
250
+ */
251
+ getFieldNameSet(): Set<string>;
252
+ }
179
253
  //# sourceMappingURL=data-requirements.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-requirements.d.ts","sourceRoot":"","sources":["../src/data-requirements.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACtC;;;;;OAKG;IACH,IAAI,EAAE,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAC;IAErC;;OAEG;IACH,QAAQ,EAAE,8BAA8B,EAAE,CAAC;IAE3C;;OAEG;IACH,OAAO,EAAE,6BAA6B,EAAE,CAAC;IAEzC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IACxC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;OAKG;IACH,MAAM,EAAE,qBAAqB,EAAE,CAAC;IAEhC;;;OAGG;IACH,WAAW,EAAE,MAAM,EAAE,CAAC;IAEtB;;OAEG;IACH,UAAU,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAE5C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACvC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IACzC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,aAAa,EAAE,MAAM,EAAE,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAExB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAEtB;;;;OAIG;IACH,aAAa,EAAE,qBAAqB,EAAE,CAAA;IAEtC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,qBAAqB,EAAE,+BAA+B,EAAE,CAAC;CAC5D,CAAA;AAED,MAAM,MAAM,+BAA+B,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAEtF;;;IAGI;AACJ,MAAM,MAAM,qBAAqB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA"}
1
+ {"version":3,"file":"data-requirements.d.ts","sourceRoot":"","sources":["../src/data-requirements.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,125 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SimpleEntityInfo = exports.SimpleEntityFieldInfo = void 0;
4
+ /**
5
+ * Lightweight class to share field metadata for component validation and linting.
6
+ * This is a simplified version of EntityFieldInfo from @memberjunction/core,
7
+ * designed for contexts where full field metadata isn't needed.
8
+ **/
9
+ class SimpleEntityFieldInfo {
10
+ constructor(init) {
11
+ if (init) {
12
+ Object.assign(this, init);
13
+ }
14
+ }
15
+ /**
16
+ * Creates a SimpleEntityFieldInfo from a full EntityFieldInfo object
17
+ * @param fieldInfo The EntityFieldInfo from @memberjunction/core
18
+ * @returns A new SimpleEntityFieldInfo instance
19
+ */
20
+ static FromEntityFieldInfo(fieldInfo) {
21
+ return new SimpleEntityFieldInfo({
22
+ name: fieldInfo.Name,
23
+ sequence: fieldInfo.Sequence,
24
+ defaultInView: fieldInfo.DefaultInView,
25
+ type: fieldInfo.Type,
26
+ allowsNull: fieldInfo.AllowsNull,
27
+ isPrimaryKey: fieldInfo.IsPrimaryKey,
28
+ possibleValues: fieldInfo.EntityFieldValues?.map(v => v.Value),
29
+ description: fieldInfo.Description
30
+ });
31
+ }
32
+ /**
33
+ * Converts this SimpleEntityFieldInfo to a partial EntityFieldInfo object.
34
+ * Note: This creates a plain object with EntityFieldInfo-compatible properties,
35
+ * not a full EntityFieldInfo instance (which requires database context).
36
+ * @returns A partial EntityFieldInfo-compatible object
37
+ */
38
+ ToEntityFieldInfo() {
39
+ return {
40
+ Name: this.name,
41
+ Sequence: this.sequence,
42
+ DefaultInView: this.defaultInView,
43
+ Type: this.type,
44
+ AllowsNull: this.allowsNull,
45
+ IsPrimaryKey: this.isPrimaryKey,
46
+ Description: this.description
47
+ // Note: possibleValues cannot be directly mapped back as EntityFieldValues
48
+ // requires EntityFieldValueInfo objects with additional metadata
49
+ };
50
+ }
51
+ }
52
+ exports.SimpleEntityFieldInfo = SimpleEntityFieldInfo;
53
+ /**
54
+ * Lightweight class to share entity metadata for component validation and linting.
55
+ * Contains the entity name and complete list of all fields in the entity.
56
+ * This is a simplified version of EntityInfo from @memberjunction/core,
57
+ * designed for contexts where full entity metadata isn't needed.
58
+ */
59
+ class SimpleEntityInfo {
60
+ constructor(init) {
61
+ this.fields = [];
62
+ if (init) {
63
+ Object.assign(this, init);
64
+ }
65
+ }
66
+ /**
67
+ * Creates a SimpleEntityInfo from a full EntityInfo object
68
+ * @param entityInfo The EntityInfo from @memberjunction/core
69
+ * @returns A new SimpleEntityInfo instance with all fields mapped
70
+ */
71
+ static FromEntityInfo(entityInfo) {
72
+ return new SimpleEntityInfo({
73
+ name: entityInfo.Name,
74
+ description: entityInfo.Description,
75
+ fields: entityInfo.Fields.map(f => SimpleEntityFieldInfo.FromEntityFieldInfo(f))
76
+ });
77
+ }
78
+ /**
79
+ * Creates an array of SimpleEntityInfo from an array of EntityInfo objects
80
+ * @param entities Array of EntityInfo from @memberjunction/core
81
+ * @returns Array of SimpleEntityInfo instances
82
+ */
83
+ static FromEntityInfoArray(entities) {
84
+ return entities.map(e => SimpleEntityInfo.FromEntityInfo(e));
85
+ }
86
+ /**
87
+ * Converts this SimpleEntityInfo to a partial EntityInfo object.
88
+ * Note: This creates a plain object with EntityInfo-compatible properties,
89
+ * not a full EntityInfo instance (which requires database context).
90
+ * @returns A partial EntityInfo-compatible object
91
+ */
92
+ ToEntityInfo() {
93
+ return {
94
+ Name: this.name,
95
+ Description: this.description
96
+ // Note: Fields cannot be directly mapped back as EntityInfo.Fields
97
+ // requires EntityFieldInfo objects with additional metadata and context
98
+ };
99
+ }
100
+ /**
101
+ * Helper method to check if a field exists in this entity
102
+ * @param fieldName The field name to check
103
+ * @returns True if the field exists, false otherwise
104
+ */
105
+ hasField(fieldName) {
106
+ return this.fields.some(f => f.name === fieldName);
107
+ }
108
+ /**
109
+ * Helper method to get a field by name
110
+ * @param fieldName The field name to find
111
+ * @returns The SimpleEntityFieldInfo if found, undefined otherwise
112
+ */
113
+ getField(fieldName) {
114
+ return this.fields.find(f => f.name === fieldName);
115
+ }
116
+ /**
117
+ * Helper method to get all field names as a Set for efficient lookup
118
+ * @returns Set of all field names in this entity
119
+ */
120
+ getFieldNameSet() {
121
+ return new Set(this.fields.map(f => f.name));
122
+ }
123
+ }
124
+ exports.SimpleEntityInfo = SimpleEntityInfo;
3
125
  //# sourceMappingURL=data-requirements.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-requirements.js","sourceRoot":"","sources":["../src/data-requirements.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"data-requirements.js","sourceRoot":"","sources":["../src/data-requirements.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/interactive-component-types",
3
- "version": "2.128.0",
3
+ "version": "2.129.0",
4
4
  "description": "MemberJunction: Interactive Component - Type specifications for MJ Interactive UI Componentry",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "typescript": "^5.4.5"
20
20
  },
21
21
  "dependencies": {
22
- "@memberjunction/core": "2.128.0",
23
- "@memberjunction/ai-vectors-memory": "2.128.0"
22
+ "@memberjunction/core": "2.129.0",
23
+ "@memberjunction/ai-vectors-memory": "2.129.0"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",