@memberjunction/ng-core-entity-forms 2.112.0 → 2.113.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.
Files changed (152) hide show
  1. package/README.md +10 -10
  2. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts.map +1 -1
  3. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js +45 -45
  4. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js.map +1 -1
  5. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -1
  6. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +7 -6
  7. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -1
  8. package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.d.ts.map +1 -1
  9. package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.js +32 -17
  10. package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.js.map +1 -1
  11. package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
  12. package/dist/lib/custom/AIAgents/add-action-dialog.component.js +36 -37
  13. package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
  14. package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +2 -2
  15. package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
  16. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts +1 -1
  17. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +1 -1
  18. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +25 -18
  19. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +1 -1
  20. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts.map +1 -1
  21. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +11 -10
  22. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js.map +1 -1
  23. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  24. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +147 -159
  25. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  26. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
  27. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +10 -11
  28. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
  29. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
  30. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +32 -36
  31. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
  32. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +5 -5
  33. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
  34. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
  35. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +13 -15
  36. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
  37. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
  38. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +15 -13
  39. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
  40. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
  41. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +23 -28
  42. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
  43. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
  44. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +12 -15
  45. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  46. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
  47. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +86 -105
  48. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  49. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts.map +1 -1
  50. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +20 -13
  51. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js.map +1 -1
  52. package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts.map +1 -1
  53. package/dist/lib/custom/Actions/action-execution-log-form.component.js +7 -4
  54. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  55. package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
  56. package/dist/lib/custom/Actions/action-form.component.js +80 -99
  57. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  58. package/dist/lib/custom/Actions/action-test-harness.component.d.ts.map +1 -1
  59. package/dist/lib/custom/Actions/action-test-harness.component.js +17 -24
  60. package/dist/lib/custom/Actions/action-test-harness.component.js.map +1 -1
  61. package/dist/lib/custom/Queries/query-category-dialog.component.d.ts.map +1 -1
  62. package/dist/lib/custom/Queries/query-category-dialog.component.js +8 -8
  63. package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
  64. package/dist/lib/custom/Queries/query-form.component.d.ts +2 -2
  65. package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
  66. package/dist/lib/custom/Queries/query-form.component.js +44 -32
  67. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  68. package/dist/lib/custom/Queries/query-run-dialog.component.d.ts.map +1 -1
  69. package/dist/lib/custom/Queries/query-run-dialog.component.js +22 -24
  70. package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
  71. package/dist/lib/custom/Templates/template-param-dialog.component.d.ts.map +1 -1
  72. package/dist/lib/custom/Templates/template-param-dialog.component.js +21 -15
  73. package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
  74. package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
  75. package/dist/lib/custom/Templates/template-params-grid.component.js +17 -29
  76. package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
  77. package/dist/lib/custom/Templates/templates-form.component.d.ts.map +1 -1
  78. package/dist/lib/custom/Templates/templates-form.component.js +26 -25
  79. package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
  80. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
  81. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +274 -335
  82. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
  83. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.d.ts.map +1 -1
  84. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.js +8 -8
  85. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.js.map +1 -1
  86. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
  87. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +28 -24
  88. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
  89. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
  90. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +30 -25
  91. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
  92. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
  93. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +21 -20
  94. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  95. package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
  96. package/dist/lib/custom/shared/entity-selector-dialog.component.js +7 -6
  97. package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
  98. package/dist/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.d.ts.map +1 -1
  99. package/dist/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.js +33 -47
  100. package/dist/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.js.map +1 -1
  101. package/dist/lib/generated/Entities/AIAgent/sections/details.component.d.ts.map +1 -1
  102. package/dist/lib/generated/Entities/AIAgent/sections/details.component.js +31 -4
  103. package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
  104. package/dist/lib/generated/Entities/AIAgentExample/sections/details.component.d.ts.map +1 -1
  105. package/dist/lib/generated/Entities/AIAgentExample/sections/details.component.js +33 -4
  106. package/dist/lib/generated/Entities/AIAgentExample/sections/details.component.js.map +1 -1
  107. package/dist/lib/generated/Entities/AIAgentNote/sections/details.component.d.ts.map +1 -1
  108. package/dist/lib/generated/Entities/AIAgentNote/sections/details.component.js +33 -4
  109. package/dist/lib/generated/Entities/AIAgentNote/sections/details.component.js.map +1 -1
  110. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts.map +1 -1
  111. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +22 -4
  112. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js.map +1 -1
  113. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +6 -6
  114. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
  115. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +8 -8
  116. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
  117. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +34 -14
  118. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
  119. package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.d.ts +10 -0
  120. package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.d.ts.map +1 -0
  121. package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.js +59 -0
  122. package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.js.map +1 -0
  123. package/dist/lib/generated/Entities/ArtifactUse/sections/details.component.d.ts +11 -0
  124. package/dist/lib/generated/Entities/ArtifactUse/sections/details.component.d.ts.map +1 -0
  125. package/dist/lib/generated/Entities/ArtifactUse/sections/details.component.js +129 -0
  126. package/dist/lib/generated/Entities/ArtifactUse/sections/details.component.js.map +1 -0
  127. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +24 -4
  128. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -1
  129. package/dist/lib/generated/Entities/CollectionArtifact/sections/details.component.js +10 -10
  130. package/dist/lib/generated/Entities/CollectionArtifact/sections/details.component.js.map +1 -1
  131. package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js +6 -6
  132. package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js.map +1 -1
  133. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +18 -8
  134. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
  135. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts +10 -0
  136. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts.map +1 -0
  137. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +59 -0
  138. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -0
  139. package/dist/lib/generated/Entities/ConversationDetailRating/sections/details.component.d.ts +11 -0
  140. package/dist/lib/generated/Entities/ConversationDetailRating/sections/details.component.d.ts.map +1 -0
  141. package/dist/lib/generated/Entities/ConversationDetailRating/sections/details.component.js +120 -0
  142. package/dist/lib/generated/Entities/ConversationDetailRating/sections/details.component.js.map +1 -0
  143. package/dist/lib/generated/Entities/User/user.form.component.js +49 -29
  144. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  145. package/dist/lib/generated/generated-forms.module.d.ts +336 -327
  146. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  147. package/dist/lib/generated/generated-forms.module.js +199 -126
  148. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  149. package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
  150. package/dist/lib/shared/components/template-editor.component.js +27 -26
  151. package/dist/lib/shared/components/template-editor.component.js.map +1 -1
  152. package/package.json +17 -16
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  import { Component, Input } from '@angular/core';
8
8
  import { RegisterClass } from '@memberjunction/global';
9
9
  import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
10
- import { RunView, LogError, CompositeKey } from '@memberjunction/global';
10
+ import { RunView, LogError, CompositeKey } from '@memberjunction/core';
11
11
  import * as i0 from "@angular/core";
12
12
  import * as i1 from "@angular/router";
13
13
  function AIAgentFormOverviewComponent_div_0_div_42_Template(rf, ctx) { if (rf & 1) {
@@ -326,7 +326,11 @@ let AIAgentFormOverviewComponent = class AIAgentFormOverviewComponent extends Ba
326
326
  }
327
327
  async loadRelatedData() {
328
328
  // Load all related data in parallel
329
- await Promise.all([this.loadAgentPrompts(), this.loadAgentActions(), this.loadSubAgents()]);
329
+ await Promise.all([
330
+ this.loadAgentPrompts(),
331
+ this.loadAgentActions(),
332
+ this.loadSubAgents()
333
+ ]);
330
334
  }
331
335
  async loadAgentPrompts() {
332
336
  try {
@@ -336,19 +340,19 @@ let AIAgentFormOverviewComponent = class AIAgentFormOverviewComponent extends Ba
336
340
  EntityName: 'MJ: AI Agent Prompts',
337
341
  ExtraFilter: `AgentID='${this.record.ID}'`,
338
342
  OrderBy: 'ExecutionOrder ASC, __mj_CreatedAt ASC',
339
- ResultType: 'entity_object',
343
+ ResultType: 'entity_object'
340
344
  });
341
345
  if (!result.Success) {
342
346
  LogError(`Failed to load agent prompts: ${result.ErrorMessage}`);
343
347
  return;
344
348
  }
345
- this.agentPrompts = result.Results.map((p) => ({
349
+ this.agentPrompts = result.Results.map(p => ({
346
350
  ID: p.ID,
347
351
  Name: p.Prompt || 'Unnamed Prompt',
348
352
  Purpose: p.Purpose || '',
349
353
  ExecutionOrder: p.ExecutionOrder || 0,
350
354
  Status: p.Status || 'Active',
351
- ContextBehavior: p.ContextBehavior || 'Complete',
355
+ ContextBehavior: p.ContextBehavior || 'Complete'
352
356
  }));
353
357
  }
354
358
  catch (error) {
@@ -366,16 +370,16 @@ let AIAgentFormOverviewComponent = class AIAgentFormOverviewComponent extends Ba
366
370
  EntityName: 'AI Agent Actions',
367
371
  ExtraFilter: `AgentID='${this.record.ID}'`,
368
372
  OrderBy: 'Status ASC',
369
- ResultType: 'entity_object',
373
+ ResultType: 'entity_object'
370
374
  });
371
375
  if (!result.Success) {
372
376
  LogError(`Failed to load agent actions: ${result.ErrorMessage}`);
373
377
  return;
374
378
  }
375
- this.agentActions = result.Results.map((a) => ({
379
+ this.agentActions = result.Results.map(a => ({
376
380
  ID: a.ID,
377
381
  Name: a.Action || 'Unnamed Action',
378
- Status: a.Status || 'Active',
382
+ Status: a.Status || 'Active'
379
383
  }));
380
384
  }
381
385
  catch (error) {
@@ -393,19 +397,19 @@ let AIAgentFormOverviewComponent = class AIAgentFormOverviewComponent extends Ba
393
397
  EntityName: 'AI Agents',
394
398
  ExtraFilter: `ParentID='${this.record.ID}'`,
395
399
  OrderBy: 'ExecutionOrder ASC, Name ASC',
396
- ResultType: 'entity_object',
400
+ ResultType: 'entity_object'
397
401
  });
398
402
  if (!result.Success) {
399
403
  LogError(`Failed to load sub-agents: ${result.ErrorMessage}`);
400
404
  return;
401
405
  }
402
- this.subAgents = result.Results.map((s) => ({
406
+ this.subAgents = result.Results.map(s => ({
403
407
  ID: s.ID,
404
408
  Name: s.Name || 'Unnamed Sub-Agent',
405
409
  Description: s.Description || '',
406
410
  Status: s.Status || 'Active',
407
411
  ExecutionMode: s.ExecutionMode || 'Sequential',
408
- ExecutionOrder: s.ExecutionOrder || 0,
412
+ ExecutionOrder: s.ExecutionOrder || 0
409
413
  }));
410
414
  }
411
415
  catch (error) {
@@ -432,50 +436,32 @@ let AIAgentFormOverviewComponent = class AIAgentFormOverviewComponent extends Ba
432
436
  }
433
437
  getContextBehaviorBadgeClass(behavior) {
434
438
  switch (behavior?.toLowerCase()) {
435
- case 'complete':
436
- return 'badge-primary';
437
- case 'smart':
438
- return 'badge-info';
439
- case 'none':
440
- return 'badge-secondary';
441
- case 'recentmessages':
442
- return 'badge-warning';
443
- case 'initialmessages':
444
- return 'badge-warning';
445
- case 'custom':
446
- return 'badge-success';
447
- default:
448
- return 'badge-secondary';
439
+ case 'complete': return 'badge-primary';
440
+ case 'smart': return 'badge-info';
441
+ case 'none': return 'badge-secondary';
442
+ case 'recentmessages': return 'badge-warning';
443
+ case 'initialmessages': return 'badge-warning';
444
+ case 'custom': return 'badge-success';
445
+ default: return 'badge-secondary';
449
446
  }
450
447
  }
451
448
  getExecutionModeBadgeClass(mode) {
452
449
  switch (mode?.toLowerCase()) {
453
- case 'sequential':
454
- return 'badge-info';
455
- case 'parallel':
456
- return 'badge-success';
457
- default:
458
- return 'badge-secondary';
450
+ case 'sequential': return 'badge-info';
451
+ case 'parallel': return 'badge-success';
452
+ default: return 'badge-secondary';
459
453
  }
460
454
  }
461
455
  getStatusClass(status) {
462
456
  switch (status?.toLowerCase()) {
463
- case 'active':
464
- return 'status-active';
465
- case 'inactive':
466
- return 'status-inactive';
467
- case 'deprecated':
468
- return 'status-inactive';
469
- case 'preview':
470
- return 'status-pending';
471
- case 'pending':
472
- return 'status-pending';
473
- case 'revoked':
474
- return 'status-error';
475
- case 'error':
476
- return 'status-error';
477
- default:
478
- return 'status-unknown';
457
+ case 'active': return 'status-active';
458
+ case 'inactive': return 'status-inactive';
459
+ case 'deprecated': return 'status-inactive';
460
+ case 'preview': return 'status-pending';
461
+ case 'pending': return 'status-pending';
462
+ case 'revoked': return 'status-error';
463
+ case 'error': return 'status-error';
464
+ default: return 'status-unknown';
479
465
  }
480
466
  }
481
467
  static { this.ɵfac = function AIAgentFormOverviewComponent_Factory(t) { return new (t || AIAgentFormOverviewComponent)(i0.ɵɵdirectiveInject(i1.Router)); }; }
@@ -1 +1 @@
1
- {"version":3,"file":"aiagent-form-overview.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.ts","../../../../../../src/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"aiagent-form-overview.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.ts","../../../../../../src/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.html"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgent/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;;AAE9D,qBA+Ya,uBAAwB,SAAQ,wBAAwB;IAC/C,MAAM,EAAG,aAAa,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAS;yCAFnC,uBAAuB;2CAAvB,uBAAuB;CAGnC;AAED,wBAAgB,2BAA2B,SAE1C"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgent/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;;AAE9D,qBAoaa,uBAAwB,SAAQ,wBAAwB;IAC/C,MAAM,EAAG,aAAa,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAS;yCAFnC,uBAAuB;2CAAvB,uBAAuB;CAGnC;AAED,wBAAgB,2BAA2B,SAE1C"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function AIAgentDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
14
14
  i0.ɵɵelementStart(0, "div")(1, "div", 1);
15
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25)(26, "mj-form-field", 26)(27, "mj-form-field", 27)(28, "mj-form-field", 28)(29, "mj-form-field", 29)(30, "mj-form-field", 30)(31, "mj-form-field", 31)(32, "mj-form-field", 32)(33, "mj-form-field", 33)(34, "mj-form-field", 34)(35, "mj-form-field", 35)(36, "mj-form-field", 36)(37, "mj-form-field", 37)(38, "mj-form-field", 38)(39, "mj-form-field", 39)(40, "mj-form-field", 40)(41, "mj-form-field", 41)(42, "mj-form-field", 42)(43, "mj-form-field", 43)(44, "mj-form-field", 44)(45, "mj-form-field", 45)(46, "mj-form-field", 46)(47, "mj-form-field", 47)(48, "mj-form-field", 48)(49, "mj-form-field", 49)(50, "mj-form-field", 50)(51, "mj-form-field", 51)(52, "mj-form-field", 52)(53, "mj-form-field", 53)(54, "mj-form-field", 54)(55, "mj-form-field", 55);
15
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25)(26, "mj-form-field", 26)(27, "mj-form-field", 27)(28, "mj-form-field", 28)(29, "mj-form-field", 29)(30, "mj-form-field", 30)(31, "mj-form-field", 31)(32, "mj-form-field", 32)(33, "mj-form-field", 33)(34, "mj-form-field", 34)(35, "mj-form-field", 35)(36, "mj-form-field", 36)(37, "mj-form-field", 37)(38, "mj-form-field", 38)(39, "mj-form-field", 39)(40, "mj-form-field", 40)(41, "mj-form-field", 41)(42, "mj-form-field", 42)(43, "mj-form-field", 43)(44, "mj-form-field", 44)(45, "mj-form-field", 45)(46, "mj-form-field", 46)(47, "mj-form-field", 47)(48, "mj-form-field", 48)(49, "mj-form-field", 49)(50, "mj-form-field", 50)(51, "mj-form-field", 51)(52, "mj-form-field", 52)(53, "mj-form-field", 53)(54, "mj-form-field", 54)(55, "mj-form-field", 55)(56, "mj-form-field", 56)(57, "mj-form-field", 57)(58, "mj-form-field", 58);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -124,6 +124,12 @@ function AIAgentDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
124
124
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
125
125
  i0.ɵɵadvance();
126
126
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
127
+ i0.ɵɵadvance();
128
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
129
+ i0.ɵɵadvance();
130
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
131
+ i0.ɵɵadvance();
132
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
127
133
  } }
128
134
  let AIAgentDetailsComponent = class AIAgentDetailsComponent extends BaseFormSectionComponent {
129
135
  constructor() {
@@ -131,8 +137,8 @@ let AIAgentDetailsComponent = class AIAgentDetailsComponent extends BaseFormSect
131
137
  this.EditMode = false;
132
138
  }
133
139
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentDetailsComponent_BaseFactory; return function AIAgentDetailsComponent_Factory(t) { return (ɵAIAgentDetailsComponent_BaseFactory || (ɵAIAgentDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentDetailsComponent)))(t || AIAgentDetailsComponent); }; })(); }
134
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentDetailsComponent, selectors: [["gen-aiagent-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LogoURL", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExposeAsAction", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionOrder", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EnableContextCompression", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ContextCompressionMessageThreshold", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ContextCompressionPromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ContextCompressionMessageRetentionCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DriverClass", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IconClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelSelectionMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadDownstreamPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadUpstreamPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadSelfReadPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadSelfWritePaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadScope", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidationMaxRetries", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxCostPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxTokensPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxIterationsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxTimePerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MinExecutionsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxExecutionsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartingPayloadValidation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartingPayloadValidationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DefaultPromptEffortLevel", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ChatHandlingOption", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DefaultArtifactTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OwnerUserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "InvocationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactCreationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FunctionalRequirements", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TechnicalDesign", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "InjectNotes", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxNotesToInject", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NoteInjectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "InjectExamples", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxExamplesToInject", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExampleInjectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ContextCompressionPrompt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DefaultArtifactType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OwnerUser", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentDetailsComponent_Template(rf, ctx) { if (rf & 1) {
135
- i0.ɵɵtemplate(0, AIAgentDetailsComponent_div_0_Template, 56, 162, "div", 0);
140
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentDetailsComponent, selectors: [["gen-aiagent-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LogoURL", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExposeAsAction", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionOrder", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EnableContextCompression", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ContextCompressionMessageThreshold", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ContextCompressionPromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ContextCompressionMessageRetentionCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DriverClass", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IconClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelSelectionMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadDownstreamPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadUpstreamPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadSelfReadPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadSelfWritePaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadScope", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidationMaxRetries", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxCostPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxTokensPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxIterationsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxTimePerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MinExecutionsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxExecutionsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartingPayloadValidation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartingPayloadValidationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DefaultPromptEffortLevel", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ChatHandlingOption", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DefaultArtifactTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OwnerUserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "InvocationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactCreationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FunctionalRequirements", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TechnicalDesign", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "InjectNotes", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxNotesToInject", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NoteInjectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "InjectExamples", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxExamplesToInject", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExampleInjectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsRestricted", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MessageMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxMessages", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ContextCompressionPrompt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DefaultArtifactType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OwnerUser", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentDetailsComponent_Template(rf, ctx) { if (rf & 1) {
141
+ i0.ɵɵtemplate(0, AIAgentDetailsComponent_div_0_Template, 59, 171, "div", 0);
136
142
  } if (rf & 2) {
137
143
  i0.ɵɵproperty("ngIf", ctx.record);
138
144
  } }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
@@ -491,6 +497,27 @@ export { AIAgentDetailsComponent };
491
497
  Type="dropdownlist"
492
498
  [EditMode]="EditMode"
493
499
  ></mj-form-field>
500
+ <mj-form-field
501
+ [record]="record"
502
+ [ShowLabel]="true"
503
+ FieldName="IsRestricted"
504
+ Type="checkbox"
505
+ [EditMode]="EditMode"
506
+ ></mj-form-field>
507
+ <mj-form-field
508
+ [record]="record"
509
+ [ShowLabel]="true"
510
+ FieldName="MessageMode"
511
+ Type="dropdownlist"
512
+ [EditMode]="EditMode"
513
+ ></mj-form-field>
514
+ <mj-form-field
515
+ [record]="record"
516
+ [ShowLabel]="true"
517
+ FieldName="MaxMessages"
518
+ Type="numerictextbox"
519
+ [EditMode]="EditMode"
520
+ ></mj-form-field>
494
521
  <mj-form-field
495
522
  [record]="record"
496
523
  [ShowLabel]="true"
@@ -542,7 +569,7 @@ export { AIAgentDetailsComponent };
542
569
  }], EditMode: [{
543
570
  type: Input
544
571
  }] }); })();
545
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentDetailsComponent, { className: "AIAgentDetailsComponent", filePath: "src/lib/generated/Entities/AIAgent/sections/details.component.ts", lineNumber: 405 }); })();
572
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentDetailsComponent, { className: "AIAgentDetailsComponent", filePath: "src/lib/generated/Entities/AIAgent/sections/details.component.ts", lineNumber: 426 }); })();
546
573
  export function LoadAIAgentDetailsComponent() {
547
574
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
548
575
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgent/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IA8XrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,mCAMiB,uBAOA,uBAOA,uBAOA,uBAOA,uBASA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IArYM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,wBAAwB;IAA9D;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;gQAHY,uBAAuB,SAAvB,uBAAuB;oEAAvB,uBAAuB;YA3YrB,2EAAyB;;YAAnB,iCAAiB;;;AA2YzB,uBAAuB;IA/YnC,aAAa,CAAC,wBAAwB,EAAE,mBAAmB,CAAC,CAAC,wCAAwC;GA+YzF,uBAAuB,CAGnC;;iFAHY,uBAAuB;cA9YnC,SAAS;2BACI,0BAA0B,YAE1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyYT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,uBAAuB;AAKpC,MAAM,UAAU,2BAA2B;IACvC,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgent/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IAmZrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,mCAMiB,uBAOA,uBAOA,uBAOA,uBAOA,uBASA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA1ZM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,wBAAwB;IAA9D;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;gQAHY,uBAAuB,SAAvB,uBAAuB;oEAAvB,uBAAuB;YAharB,2EAAyB;;YAAnB,iCAAiB;;;AAgazB,uBAAuB;IApanC,aAAa,CAAC,wBAAwB,EAAE,mBAAmB,CAAC,CAAC,wCAAwC;GAoazF,uBAAuB,CAGnC;;iFAHY,uBAAuB;cAnanC,SAAS;2BACI,0BAA0B,YAE1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA8ZT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,uBAAuB;AAKpC,MAAM,UAAU,2BAA2B;IACvC,2GAA2G;AAC/G,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentExample/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;;AAErE,qBA4Ja,8BAA+B,SAAQ,wBAAwB;IACtD,MAAM,EAAG,oBAAoB,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,8BAA8B;2CAA9B,8BAA8B;CAG1C;AAED,wBAAgB,kCAAkC,SAEjD"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentExample/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;;AAErE,qBAmLa,8BAA+B,SAAQ,wBAAwB;IACtD,MAAM,EAAG,oBAAoB,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,8BAA8B;2CAA9B,8BAA8B;CAG1C;AAED,wBAAgB,kCAAkC,SAEjD"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function AIAgentExampleDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
14
14
  i0.ɵɵelementStart(0, "div")(1, "div", 1);
15
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20);
15
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -54,6 +54,12 @@ function AIAgentExampleDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
54
54
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
55
55
  i0.ɵɵadvance();
56
56
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
57
+ i0.ɵɵadvance();
58
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
59
+ i0.ɵɵadvance();
60
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
61
+ i0.ɵɵadvance();
62
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
57
63
  } }
58
64
  let AIAgentExampleDetailsComponent = class AIAgentExampleDetailsComponent extends BaseFormSectionComponent {
59
65
  constructor() {
@@ -61,8 +67,8 @@ let AIAgentExampleDetailsComponent = class AIAgentExampleDetailsComponent extend
61
67
  this.EditMode = false;
62
68
  }
63
69
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentExampleDetailsComponent_BaseFactory; return function AIAgentExampleDetailsComponent_Factory(t) { return (ɵAIAgentExampleDetailsComponent_BaseFactory || (ɵAIAgentExampleDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentExampleDetailsComponent)))(t || AIAgentExampleDetailsComponent); }; })(); }
64
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentExampleDetailsComponent, selectors: [["gen-aiagentexample-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompanyID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExampleInput", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExampleOutput", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsAutoGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceAIAgentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SuccessScore", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Company", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentExampleDetailsComponent_Template(rf, ctx) { if (rf & 1) {
65
- i0.ɵɵtemplate(0, AIAgentExampleDetailsComponent_div_0_Template, 21, 57, "div", 0);
70
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentExampleDetailsComponent, selectors: [["gen-aiagentexample-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompanyID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExampleInput", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExampleOutput", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsAutoGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceAIAgentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SuccessScore", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EmbeddingVector", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EmbeddingModelID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Company", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EmbeddingModel", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentExampleDetailsComponent_Template(rf, ctx) { if (rf & 1) {
71
+ i0.ɵɵtemplate(0, AIAgentExampleDetailsComponent_div_0_Template, 24, 66, "div", 0);
66
72
  } if (rf & 2) {
67
73
  i0.ɵɵproperty("ngIf", ctx.record);
68
74
  } }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
@@ -192,6 +198,22 @@ export { AIAgentExampleDetailsComponent };
192
198
  Type="textbox"
193
199
  [EditMode]="EditMode"
194
200
  ></mj-form-field>
201
+ <mj-form-field
202
+ [record]="record"
203
+ [ShowLabel]="true"
204
+ FieldName="EmbeddingVector"
205
+ Type="textarea"
206
+ [EditMode]="EditMode"
207
+ ></mj-form-field>
208
+ <mj-form-field
209
+ [record]="record"
210
+ [ShowLabel]="true"
211
+ FieldName="EmbeddingModelID"
212
+ Type="textbox"
213
+ [EditMode]="EditMode"
214
+ LinkType="Record"
215
+ LinkComponentType="Search"
216
+ ></mj-form-field>
195
217
  <mj-form-field
196
218
  [record]="record"
197
219
  [ShowLabel]="true"
@@ -220,6 +242,13 @@ export { AIAgentExampleDetailsComponent };
220
242
  Type="textbox"
221
243
  [EditMode]="EditMode"
222
244
  ></mj-form-field>
245
+ <mj-form-field
246
+ [record]="record"
247
+ [ShowLabel]="true"
248
+ FieldName="EmbeddingModel"
249
+ Type="textbox"
250
+ [EditMode]="EditMode"
251
+ ></mj-form-field>
223
252
 
224
253
  </div>
225
254
  </div>
@@ -229,7 +258,7 @@ export { AIAgentExampleDetailsComponent };
229
258
  }], EditMode: [{
230
259
  type: Input
231
260
  }] }); })();
232
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentExampleDetailsComponent, { className: "AIAgentExampleDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentExample/sections/details.component.ts", lineNumber: 162 }); })();
261
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentExampleDetailsComponent, { className: "AIAgentExampleDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentExample/sections/details.component.ts", lineNumber: 185 }); })();
233
262
  export function LoadAIAgentExampleDetailsComponent() {
234
263
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
235
264
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentExample/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IA2IrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,mCAQiB,uBASA,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBASA,yBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAlJM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,8BAA8B,GAApC,MAAM,8BAA+B,SAAQ,wBAAwB;IAArE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4RAHY,8BAA8B,SAA9B,8BAA8B;oEAA9B,8BAA8B;YAxJ5B,iFAAyB;;YAAnB,iCAAiB;;;AAwJzB,8BAA8B;IA5J1C,aAAa,CAAC,wBAAwB,EAAE,+BAA+B,CAAC,CAAC,wCAAwC;GA4JrG,8BAA8B,CAG1C;;iFAHY,8BAA8B;cA3J1C,SAAS;2BACI,iCAAiC,YAEjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsJT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,8BAA8B;AAK3C,MAAM,UAAU,kCAAkC;IAC9C,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentExample/sections/details.component.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentNote/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBA8Ja,2BAA4B,SAAQ,wBAAwB;IACnD,MAAM,EAAG,iBAAiB,CAAC;IAC3B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,2BAA2B;2CAA3B,2BAA2B;CAGvC;AAED,wBAAgB,+BAA+B,SAE9C"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentNote/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAqLa,2BAA4B,SAAQ,wBAAwB;IACnD,MAAM,EAAG,iBAAiB,CAAC;IAC3B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,2BAA2B;2CAA3B,2BAA2B;CAGvC;AAED,wBAAgB,+BAA+B,SAE9C"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function AIAgentNoteDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
14
14
  i0.ɵɵelementStart(0, "div")(1, "div", 1);
15
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20);
15
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -54,6 +54,12 @@ function AIAgentNoteDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
54
54
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
55
55
  i0.ɵɵadvance();
56
56
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
57
+ i0.ɵɵadvance();
58
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
59
+ i0.ɵɵadvance();
60
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
61
+ i0.ɵɵadvance();
62
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
57
63
  } }
58
64
  let AIAgentNoteDetailsComponent = class AIAgentNoteDetailsComponent extends BaseFormSectionComponent {
59
65
  constructor() {
@@ -61,8 +67,8 @@ let AIAgentNoteDetailsComponent = class AIAgentNoteDetailsComponent extends Base
61
67
  this.EditMode = false;
62
68
  }
63
69
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentNoteDetailsComponent_BaseFactory; return function AIAgentNoteDetailsComponent_Factory(t) { return (ɵAIAgentNoteDetailsComponent_BaseFactory || (ɵAIAgentNoteDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentNoteDetailsComponent)))(t || AIAgentNoteDetailsComponent); }; })(); }
64
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentNoteDetailsComponent, selectors: [["gen-aiagentnote-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentNoteTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Note", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsAutoGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceAIAgentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompanyID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentNoteType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Company", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentNoteDetailsComponent_Template(rf, ctx) { if (rf & 1) {
65
- i0.ɵɵtemplate(0, AIAgentNoteDetailsComponent_div_0_Template, 21, 57, "div", 0);
70
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentNoteDetailsComponent, selectors: [["gen-aiagentnote-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentNoteTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Note", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsAutoGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceAIAgentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompanyID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EmbeddingVector", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EmbeddingModelID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentNoteType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceConversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Company", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EmbeddingModel", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentNoteDetailsComponent_Template(rf, ctx) { if (rf & 1) {
71
+ i0.ɵɵtemplate(0, AIAgentNoteDetailsComponent_div_0_Template, 24, 66, "div", 0);
66
72
  } if (rf & 2) {
67
73
  i0.ɵɵproperty("ngIf", ctx.record);
68
74
  } }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
@@ -187,6 +193,22 @@ export { AIAgentNoteDetailsComponent };
187
193
  LinkType="Record"
188
194
  LinkComponentType="Search"
189
195
  ></mj-form-field>
196
+ <mj-form-field
197
+ [record]="record"
198
+ [ShowLabel]="true"
199
+ FieldName="EmbeddingVector"
200
+ Type="textarea"
201
+ [EditMode]="EditMode"
202
+ ></mj-form-field>
203
+ <mj-form-field
204
+ [record]="record"
205
+ [ShowLabel]="true"
206
+ FieldName="EmbeddingModelID"
207
+ Type="textbox"
208
+ [EditMode]="EditMode"
209
+ LinkType="Record"
210
+ LinkComponentType="Search"
211
+ ></mj-form-field>
190
212
  <mj-form-field
191
213
  [record]="record"
192
214
  [ShowLabel]="true"
@@ -222,6 +244,13 @@ export { AIAgentNoteDetailsComponent };
222
244
  Type="textbox"
223
245
  [EditMode]="EditMode"
224
246
  ></mj-form-field>
247
+ <mj-form-field
248
+ [record]="record"
249
+ [ShowLabel]="true"
250
+ FieldName="EmbeddingModel"
251
+ Type="textbox"
252
+ [EditMode]="EditMode"
253
+ ></mj-form-field>
225
254
 
226
255
  </div>
227
256
  </div>
@@ -231,7 +260,7 @@ export { AIAgentNoteDetailsComponent };
231
260
  }], EditMode: [{
232
261
  type: Input
233
262
  }] }); })();
234
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentNoteDetailsComponent, { className: "AIAgentNoteDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentNote/sections/details.component.ts", lineNumber: 164 }); })();
263
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentNoteDetailsComponent, { className: "AIAgentNoteDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentNote/sections/details.component.ts", lineNumber: 187 }); })();
235
264
  export function LoadAIAgentNoteDetailsComponent() {
236
265
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
237
266
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentNote/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IA6IrB,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,AATA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBASA,uBAOA,uBAOA,yBAOA,yBAOA,yBASA,yBASA,yBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IApJM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,wBAAwB;IAAlE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;gRAHY,2BAA2B,SAA3B,2BAA2B;oEAA3B,2BAA2B;YA1JzB,8EAAyB;;YAAnB,iCAAiB;;;AA0JzB,2BAA2B;IA9JvC,aAAa,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,CAAC,wCAAwC;GA8J9F,2BAA2B,CAGvC;;iFAHY,2BAA2B;cA7JvC,SAAS;2BACI,8BAA8B,YAE9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAwJT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,2BAA2B;AAKxC,MAAM,UAAU,+BAA+B;IAC3C,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentNote/sections/details.component.ts"],"names":[],"mappings":"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"}