@memberjunction/ng-core-entity-forms 5.30.0 → 5.31.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.
- package/dist/lib/__tests__/content-source-form.test.d.ts +2 -0
- package/dist/lib/__tests__/content-source-form.test.d.ts.map +1 -0
- package/dist/lib/__tests__/content-source-form.test.js +183 -0
- package/dist/lib/__tests__/content-source-form.test.js.map +1 -0
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +2 -2
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +15 -15
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +9 -7
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +11 -9
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +6 -5
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +3 -3
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +6 -6
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +7 -5
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +3 -3
- package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.js +12 -12
- package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
- package/dist/lib/custom/ContentSources/content-source-form.component.d.ts +59 -5
- package/dist/lib/custom/ContentSources/content-source-form.component.d.ts.map +1 -1
- package/dist/lib/custom/ContentSources/content-source-form.component.js +379 -34
- package/dist/lib/custom/ContentSources/content-source-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +5 -5
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.js +10 -10
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.d.ts +2 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.js +9 -7
- package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +17 -17
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.d.ts +2 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.js +7 -6
- package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.d.ts +2 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.js +10 -8
- package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts +2 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.js +9 -7
- package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +8 -8
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts +3 -2
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.js +8 -6
- package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +7 -7
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +5 -5
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +8 -8
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.js +6 -6
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts +2 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +8 -6
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts +9 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +15 -3
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +3 -2
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +10 -5
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +2 -2
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.js +6 -4
- package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +46 -28
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js +10 -10
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js +25 -7
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +25 -7
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +106 -88
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +181 -61
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.js +63 -0
- package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.js +95 -0
- package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.js +63 -0
- package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +199 -181
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +51 -48
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +27 -18
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/shared/components/template-editor.component.d.ts +3 -2
- package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
- package/dist/lib/shared/components/template-editor.component.js +8 -6
- package/dist/lib/shared/components/template-editor.component.js.map +1 -1
- package/package.json +37 -35
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mjtag.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJTag/mjtag.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,kBAAmB,SAAQ,iBAAiB;IAC9C,MAAM,EAAG,WAAW,CAAC;IAEb,QAAQ;yCAHd,kBAAkB;2CAAlB,kBAAkB;
|
|
1
|
+
{"version":3,"file":"mjtag.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJTag/mjtag.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,kBAAmB,SAAQ,iBAAiB;IAC9C,MAAM,EAAG,WAAW,CAAC;IAEb,QAAQ;yCAHd,kBAAkB;2CAAlB,kBAAkB;CA2B9B"}
|
|
@@ -9,86 +9,136 @@ import { RegisterClass } from '@memberjunction/global';
|
|
|
9
9
|
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
import * as i1 from "@memberjunction/ng-base-forms";
|
|
12
|
-
function
|
|
12
|
+
function MJTagFormComponent_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
13
13
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
14
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
15
|
-
i0.ɵɵlistener("Navigate", function
|
|
14
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
15
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_27_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_27_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagsParentID", $event.totalRowCount)); });
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
19
19
|
i0.ɵɵadvance();
|
|
20
20
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tags", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tags"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagsParentID"))("ShowToolbar", false);
|
|
21
21
|
} }
|
|
22
|
-
function
|
|
22
|
+
function MJTagFormComponent_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
23
23
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
24
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
25
|
-
i0.ɵɵlistener("Navigate", function
|
|
24
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
25
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_29_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_29_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTaggedItems", $event.totalRowCount)); });
|
|
26
26
|
i0.ɵɵelementEnd()();
|
|
27
27
|
} if (rf & 2) {
|
|
28
28
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
29
29
|
i0.ɵɵadvance();
|
|
30
30
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tagged Items", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tagged Items"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTaggedItems"))("ShowToolbar", false);
|
|
31
31
|
} }
|
|
32
|
-
function
|
|
32
|
+
function MJTagFormComponent_Conditional_31_Template(rf, ctx) { if (rf & 1) {
|
|
33
33
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
34
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
35
|
-
i0.ɵɵlistener("Navigate", function
|
|
34
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
35
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_31_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_31_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJContentItemTags", $event.totalRowCount)); });
|
|
36
36
|
i0.ɵɵelementEnd()();
|
|
37
37
|
} if (rf & 2) {
|
|
38
38
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
39
39
|
i0.ɵɵadvance();
|
|
40
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
40
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Content Item Tags", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Content Item Tags"))("AllowLoad", ctx_r1.IsSectionExpanded("mJContentItemTags"))("ShowToolbar", false);
|
|
41
41
|
} }
|
|
42
|
-
function
|
|
42
|
+
function MJTagFormComponent_Conditional_33_Template(rf, ctx) { if (rf & 1) {
|
|
43
43
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
44
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
45
|
-
i0.ɵɵlistener("Navigate", function
|
|
44
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
45
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_33_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_33_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagCoOccurrencesTagBID", $event.totalRowCount)); });
|
|
46
46
|
i0.ɵɵelementEnd()();
|
|
47
47
|
} if (rf & 2) {
|
|
48
48
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
49
49
|
i0.ɵɵadvance();
|
|
50
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
50
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Co Occurrences", "TagBID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Co Occurrences"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagCoOccurrencesTagBID"))("ShowToolbar", false);
|
|
51
51
|
} }
|
|
52
|
-
function
|
|
52
|
+
function MJTagFormComponent_Conditional_35_Template(rf, ctx) { if (rf & 1) {
|
|
53
53
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
54
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
55
|
-
i0.ɵɵlistener("Navigate", function
|
|
54
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
55
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_35_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_35_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagSynonyms", $event.totalRowCount)); });
|
|
56
56
|
i0.ɵɵelementEnd()();
|
|
57
57
|
} if (rf & 2) {
|
|
58
58
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
59
59
|
i0.ɵɵadvance();
|
|
60
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag
|
|
60
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Synonyms", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Synonyms"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagSynonyms"))("ShowToolbar", false);
|
|
61
61
|
} }
|
|
62
|
-
function
|
|
62
|
+
function MJTagFormComponent_Conditional_37_Template(rf, ctx) { if (rf & 1) {
|
|
63
63
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
64
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
65
|
-
i0.ɵɵlistener("Navigate", function
|
|
64
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
65
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_37_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_37_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagAuditLogsRelatedTagID", $event.totalRowCount)); });
|
|
66
66
|
i0.ɵɵelementEnd()();
|
|
67
67
|
} if (rf & 2) {
|
|
68
68
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
69
69
|
i0.ɵɵadvance();
|
|
70
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag
|
|
70
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Audit Logs", "RelatedTagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Audit Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagAuditLogsRelatedTagID"))("ShowToolbar", false);
|
|
71
71
|
} }
|
|
72
|
-
function
|
|
72
|
+
function MJTagFormComponent_Conditional_39_Template(rf, ctx) { if (rf & 1) {
|
|
73
73
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
74
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
75
|
-
i0.ɵɵlistener("Navigate", function
|
|
74
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
75
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_39_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_39_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagCoOccurrencesTagAID", $event.totalRowCount)); });
|
|
76
76
|
i0.ɵɵelementEnd()();
|
|
77
77
|
} if (rf & 2) {
|
|
78
78
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
79
79
|
i0.ɵɵadvance();
|
|
80
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
80
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Co Occurrences", "TagAID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Co Occurrences"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagCoOccurrencesTagAID"))("ShowToolbar", false);
|
|
81
81
|
} }
|
|
82
|
-
function
|
|
82
|
+
function MJTagFormComponent_Conditional_41_Template(rf, ctx) { if (rf & 1) {
|
|
83
83
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
84
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
85
|
-
i0.ɵɵlistener("Navigate", function
|
|
84
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
85
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_41_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_41_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagSuggestionsProposedParentID", $event.totalRowCount)); });
|
|
86
|
+
i0.ɵɵelementEnd()();
|
|
87
|
+
} if (rf & 2) {
|
|
88
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
89
|
+
i0.ɵɵadvance();
|
|
90
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Suggestions", "ProposedParentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Suggestions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagSuggestionsProposedParentID"))("ShowToolbar", false);
|
|
91
|
+
} }
|
|
92
|
+
function MJTagFormComponent_Conditional_43_Template(rf, ctx) { if (rf & 1) {
|
|
93
|
+
const _r10 = i0.ɵɵgetCurrentView();
|
|
94
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
95
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_43_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_43_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagScopes", $event.totalRowCount)); });
|
|
96
|
+
i0.ɵɵelementEnd()();
|
|
97
|
+
} if (rf & 2) {
|
|
98
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
99
|
+
i0.ɵɵadvance();
|
|
100
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Scopes", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Scopes"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagScopes"))("ShowToolbar", false);
|
|
101
|
+
} }
|
|
102
|
+
function MJTagFormComponent_Conditional_45_Template(rf, ctx) { if (rf & 1) {
|
|
103
|
+
const _r11 = i0.ɵɵgetCurrentView();
|
|
104
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
105
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_45_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_45_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagAuditLogsTagID", $event.totalRowCount)); });
|
|
86
106
|
i0.ɵɵelementEnd()();
|
|
87
107
|
} if (rf & 2) {
|
|
88
108
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
89
109
|
i0.ɵɵadvance();
|
|
90
110
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Audit Logs", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Audit Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagAuditLogsTagID"))("ShowToolbar", false);
|
|
91
111
|
} }
|
|
112
|
+
function MJTagFormComponent_Conditional_47_Template(rf, ctx) { if (rf & 1) {
|
|
113
|
+
const _r12 = i0.ɵɵgetCurrentView();
|
|
114
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
115
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_47_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_47_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagsMergedIntoTagID", $event.totalRowCount)); });
|
|
116
|
+
i0.ɵɵelementEnd()();
|
|
117
|
+
} if (rf & 2) {
|
|
118
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
119
|
+
i0.ɵɵadvance();
|
|
120
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tags", "MergedIntoTagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tags"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagsMergedIntoTagID"))("ShowToolbar", false);
|
|
121
|
+
} }
|
|
122
|
+
function MJTagFormComponent_Conditional_49_Template(rf, ctx) { if (rf & 1) {
|
|
123
|
+
const _r13 = i0.ɵɵgetCurrentView();
|
|
124
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
125
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_49_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_49_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagSuggestionsBestMatchTagID", $event.totalRowCount)); });
|
|
126
|
+
i0.ɵɵelementEnd()();
|
|
127
|
+
} if (rf & 2) {
|
|
128
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
129
|
+
i0.ɵɵadvance();
|
|
130
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Suggestions", "BestMatchTagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Suggestions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagSuggestionsBestMatchTagID"))("ShowToolbar", false);
|
|
131
|
+
} }
|
|
132
|
+
function MJTagFormComponent_Conditional_51_Template(rf, ctx) { if (rf & 1) {
|
|
133
|
+
const _r14 = i0.ɵɵgetCurrentView();
|
|
134
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 39);
|
|
135
|
+
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_51_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_51_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagSuggestionsResolvedTagID", $event.totalRowCount)); });
|
|
136
|
+
i0.ɵɵelementEnd()();
|
|
137
|
+
} if (rf & 2) {
|
|
138
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
139
|
+
i0.ɵɵadvance();
|
|
140
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Suggestions", "ResolvedTagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Suggestions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagSuggestionsResolvedTagID"))("ShowToolbar", false);
|
|
141
|
+
} }
|
|
92
142
|
let MJTagFormComponent = class MJTagFormComponent extends BaseFormComponent {
|
|
93
143
|
async ngOnInit() {
|
|
94
144
|
await super.ngOnInit();
|
|
@@ -96,19 +146,26 @@ let MJTagFormComponent = class MJTagFormComponent extends BaseFormComponent {
|
|
|
96
146
|
{ sectionKey: 'tagBasics', sectionName: 'Tag Basics', isExpanded: true },
|
|
97
147
|
{ sectionKey: 'tagHierarchy', sectionName: 'Tag Hierarchy', isExpanded: true },
|
|
98
148
|
{ sectionKey: 'tagLifecycle', sectionName: 'Tag Lifecycle', isExpanded: false },
|
|
149
|
+
{ sectionKey: 'tagConfiguration', sectionName: 'Tag Configuration', isExpanded: false },
|
|
150
|
+
{ sectionKey: 'aIIntelligence', sectionName: 'AI Intelligence', isExpanded: false },
|
|
99
151
|
{ sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
|
|
100
152
|
{ sectionKey: 'mJTagsParentID', sectionName: 'Tags', isExpanded: false },
|
|
101
153
|
{ sectionKey: 'mJTaggedItems', sectionName: 'Tagged Items', isExpanded: false },
|
|
102
|
-
{ sectionKey: 'mJTagCoOccurrencesTagBID', sectionName: 'Tag Co Occurrences (Tag B ID)', isExpanded: false },
|
|
103
154
|
{ sectionKey: 'mJContentItemTags', sectionName: 'Content Item Tags', isExpanded: false },
|
|
155
|
+
{ sectionKey: 'mJTagCoOccurrencesTagBID', sectionName: 'Tag Co Occurrences (Tag B ID)', isExpanded: false },
|
|
156
|
+
{ sectionKey: 'mJTagSynonyms', sectionName: 'Tag Synonyms', isExpanded: false },
|
|
104
157
|
{ sectionKey: 'mJTagAuditLogsRelatedTagID', sectionName: 'Tag Audit Logs (Related Tag)', isExpanded: false },
|
|
105
158
|
{ sectionKey: 'mJTagCoOccurrencesTagAID', sectionName: 'Tag Co Occurrences (Tag A ID)', isExpanded: false },
|
|
106
|
-
{ sectionKey: '
|
|
107
|
-
{ sectionKey: '
|
|
159
|
+
{ sectionKey: 'mJTagSuggestionsProposedParentID', sectionName: 'Tag Suggestions (Proposed Parent)', isExpanded: false },
|
|
160
|
+
{ sectionKey: 'mJTagScopes', sectionName: 'Tag Scopes', isExpanded: false },
|
|
161
|
+
{ sectionKey: 'mJTagAuditLogsTagID', sectionName: 'Tag Audit Logs (Tag)', isExpanded: false },
|
|
162
|
+
{ sectionKey: 'mJTagsMergedIntoTagID', sectionName: 'Tags (Merged Into)', isExpanded: false },
|
|
163
|
+
{ sectionKey: 'mJTagSuggestionsBestMatchTagID', sectionName: 'Tag Suggestions (Best Match Tag)', isExpanded: false },
|
|
164
|
+
{ sectionKey: 'mJTagSuggestionsResolvedTagID', sectionName: 'Tag Suggestions (Resolved Tag)', isExpanded: false }
|
|
108
165
|
]);
|
|
109
166
|
}
|
|
110
167
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵMJTagFormComponent_BaseFactory; return function MJTagFormComponent_Factory(__ngFactoryType__) { return (ɵMJTagFormComponent_BaseFactory || (ɵMJTagFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(MJTagFormComponent)))(__ngFactoryType__ || MJTagFormComponent); }; })(); }
|
|
111
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJTagFormComponent, selectors: [["gen-mjtag-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
168
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJTagFormComponent, selectors: [["gen-mjtag-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 52, vars: 155, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "tagBasics", "SectionName", "Tag Basics", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DisplayName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "tagHierarchy", "SectionName", "Tag Hierarchy", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RootParentID", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "tagLifecycle", "SectionName", "Tag Lifecycle", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "MergedIntoTagID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RootMergedIntoTagID", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "tagConfiguration", "SectionName", "Tag Configuration", "Icon", "fa fa-sliders-h", 3, "Form", "FormContext"], ["FieldName", "IsGlobal", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowAutoGrow", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "IsFrozen", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "MaxChildren", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "MaxDescendantDepth", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "MinWeight", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RequiresReview", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "aIIntelligence", "SectionName", "AI Intelligence", "Icon", "fa fa-brain", 3, "Form", "FormContext"], ["FieldName", "EmbeddingVector", "Type", "code", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EmbeddingModelID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "systemMetadata", "SectionName", "System Metadata", "Icon", "fa fa-cog", 3, "Form", "FormContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "mJTagsParentID", "SectionName", "Tags", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTaggedItems", "SectionName", "Tagged Items", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJContentItemTags", "SectionName", "Content Item Tags", "Icon", "fa fa-tag", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagCoOccurrencesTagBID", "SectionName", "Tag Co Occurrences (Tag B ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagSynonyms", "SectionName", "Tag Synonyms", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagAuditLogsRelatedTagID", "SectionName", "Tag Audit Logs (Related Tag)", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagCoOccurrencesTagAID", "SectionName", "Tag Co Occurrences (Tag A ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagSuggestionsProposedParentID", "SectionName", "Tag Suggestions (Proposed Parent)", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagScopes", "SectionName", "Tag Scopes", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagAuditLogsTagID", "SectionName", "Tag Audit Logs (Tag)", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagsMergedIntoTagID", "SectionName", "Tags (Merged Into)", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagSuggestionsBestMatchTagID", "SectionName", "Tag Suggestions (Best Match Tag)", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagSuggestionsResolvedTagID", "SectionName", "Tag Suggestions (Resolved Tag)", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function MJTagFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
112
169
|
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
113
170
|
i0.ɵɵlistener("Navigate", function MJTagFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function MJTagFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function MJTagFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function MJTagFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function MJTagFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
|
|
114
171
|
i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
|
|
@@ -121,31 +178,52 @@ let MJTagFormComponent = class MJTagFormComponent extends BaseFormComponent {
|
|
|
121
178
|
i0.ɵɵelement(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11);
|
|
122
179
|
i0.ɵɵelementEnd();
|
|
123
180
|
i0.ɵɵelementStart(12, "mj-collapsible-panel", 12);
|
|
124
|
-
i0.ɵɵelement(13, "mj-form-field", 13)(14, "mj-form-field", 14);
|
|
181
|
+
i0.ɵɵelement(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);
|
|
182
|
+
i0.ɵɵelementEnd();
|
|
183
|
+
i0.ɵɵelementStart(20, "mj-collapsible-panel", 20);
|
|
184
|
+
i0.ɵɵelement(21, "mj-form-field", 21)(22, "mj-form-field", 22);
|
|
185
|
+
i0.ɵɵelementEnd();
|
|
186
|
+
i0.ɵɵelementStart(23, "mj-collapsible-panel", 23);
|
|
187
|
+
i0.ɵɵelement(24, "mj-form-field", 24)(25, "mj-form-field", 25);
|
|
188
|
+
i0.ɵɵelementEnd();
|
|
189
|
+
i0.ɵɵelementStart(26, "mj-collapsible-panel", 26);
|
|
190
|
+
i0.ɵɵconditionalCreate(27, MJTagFormComponent_Conditional_27_Template, 2, 4, "div");
|
|
125
191
|
i0.ɵɵelementEnd();
|
|
126
|
-
i0.ɵɵelementStart(
|
|
127
|
-
i0.ɵɵconditionalCreate(
|
|
192
|
+
i0.ɵɵelementStart(28, "mj-collapsible-panel", 27);
|
|
193
|
+
i0.ɵɵconditionalCreate(29, MJTagFormComponent_Conditional_29_Template, 2, 4, "div");
|
|
128
194
|
i0.ɵɵelementEnd();
|
|
129
|
-
i0.ɵɵelementStart(
|
|
130
|
-
i0.ɵɵconditionalCreate(
|
|
195
|
+
i0.ɵɵelementStart(30, "mj-collapsible-panel", 28);
|
|
196
|
+
i0.ɵɵconditionalCreate(31, MJTagFormComponent_Conditional_31_Template, 2, 4, "div");
|
|
131
197
|
i0.ɵɵelementEnd();
|
|
132
|
-
i0.ɵɵelementStart(
|
|
133
|
-
i0.ɵɵconditionalCreate(
|
|
198
|
+
i0.ɵɵelementStart(32, "mj-collapsible-panel", 29);
|
|
199
|
+
i0.ɵɵconditionalCreate(33, MJTagFormComponent_Conditional_33_Template, 2, 4, "div");
|
|
134
200
|
i0.ɵɵelementEnd();
|
|
135
|
-
i0.ɵɵelementStart(
|
|
136
|
-
i0.ɵɵconditionalCreate(
|
|
201
|
+
i0.ɵɵelementStart(34, "mj-collapsible-panel", 30);
|
|
202
|
+
i0.ɵɵconditionalCreate(35, MJTagFormComponent_Conditional_35_Template, 2, 4, "div");
|
|
137
203
|
i0.ɵɵelementEnd();
|
|
138
|
-
i0.ɵɵelementStart(
|
|
139
|
-
i0.ɵɵconditionalCreate(
|
|
204
|
+
i0.ɵɵelementStart(36, "mj-collapsible-panel", 31);
|
|
205
|
+
i0.ɵɵconditionalCreate(37, MJTagFormComponent_Conditional_37_Template, 2, 4, "div");
|
|
140
206
|
i0.ɵɵelementEnd();
|
|
141
|
-
i0.ɵɵelementStart(
|
|
142
|
-
i0.ɵɵconditionalCreate(
|
|
207
|
+
i0.ɵɵelementStart(38, "mj-collapsible-panel", 32);
|
|
208
|
+
i0.ɵɵconditionalCreate(39, MJTagFormComponent_Conditional_39_Template, 2, 4, "div");
|
|
143
209
|
i0.ɵɵelementEnd();
|
|
144
|
-
i0.ɵɵelementStart(
|
|
145
|
-
i0.ɵɵconditionalCreate(
|
|
210
|
+
i0.ɵɵelementStart(40, "mj-collapsible-panel", 33);
|
|
211
|
+
i0.ɵɵconditionalCreate(41, MJTagFormComponent_Conditional_41_Template, 2, 4, "div");
|
|
146
212
|
i0.ɵɵelementEnd();
|
|
147
|
-
i0.ɵɵelementStart(
|
|
148
|
-
i0.ɵɵconditionalCreate(
|
|
213
|
+
i0.ɵɵelementStart(42, "mj-collapsible-panel", 34);
|
|
214
|
+
i0.ɵɵconditionalCreate(43, MJTagFormComponent_Conditional_43_Template, 2, 4, "div");
|
|
215
|
+
i0.ɵɵelementEnd();
|
|
216
|
+
i0.ɵɵelementStart(44, "mj-collapsible-panel", 35);
|
|
217
|
+
i0.ɵɵconditionalCreate(45, MJTagFormComponent_Conditional_45_Template, 2, 4, "div");
|
|
218
|
+
i0.ɵɵelementEnd();
|
|
219
|
+
i0.ɵɵelementStart(46, "mj-collapsible-panel", 36);
|
|
220
|
+
i0.ɵɵconditionalCreate(47, MJTagFormComponent_Conditional_47_Template, 2, 4, "div");
|
|
221
|
+
i0.ɵɵelementEnd();
|
|
222
|
+
i0.ɵɵelementStart(48, "mj-collapsible-panel", 37);
|
|
223
|
+
i0.ɵɵconditionalCreate(49, MJTagFormComponent_Conditional_49_Template, 2, 4, "div");
|
|
224
|
+
i0.ɵɵelementEnd();
|
|
225
|
+
i0.ɵɵelementStart(50, "mj-collapsible-panel", 38);
|
|
226
|
+
i0.ɵɵconditionalCreate(51, MJTagFormComponent_Conditional_51_Template, 2, 4, "div");
|
|
149
227
|
i0.ɵɵelementEnd()();
|
|
150
228
|
} if (rf & 2) {
|
|
151
229
|
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
@@ -178,37 +256,79 @@ let MJTagFormComponent = class MJTagFormComponent extends BaseFormComponent {
|
|
|
178
256
|
i0.ɵɵadvance();
|
|
179
257
|
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
180
258
|
i0.ɵɵadvance();
|
|
259
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
260
|
+
i0.ɵɵadvance();
|
|
261
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
262
|
+
i0.ɵɵadvance();
|
|
263
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
264
|
+
i0.ɵɵadvance();
|
|
265
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
266
|
+
i0.ɵɵadvance();
|
|
267
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
268
|
+
i0.ɵɵadvance();
|
|
269
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
270
|
+
i0.ɵɵadvance();
|
|
271
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
272
|
+
i0.ɵɵadvance();
|
|
273
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
274
|
+
i0.ɵɵadvance();
|
|
275
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
276
|
+
i0.ɵɵadvance();
|
|
277
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
278
|
+
i0.ɵɵadvance();
|
|
279
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
280
|
+
i0.ɵɵadvance();
|
|
181
281
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagsParentID"))("DefaultExpanded", false);
|
|
182
282
|
i0.ɵɵadvance();
|
|
183
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
283
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 27 : -1);
|
|
184
284
|
i0.ɵɵadvance();
|
|
185
285
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTaggedItems"))("DefaultExpanded", false);
|
|
186
286
|
i0.ɵɵadvance();
|
|
187
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
287
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 29 : -1);
|
|
288
|
+
i0.ɵɵadvance();
|
|
289
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJContentItemTags"))("DefaultExpanded", false);
|
|
290
|
+
i0.ɵɵadvance();
|
|
291
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 31 : -1);
|
|
188
292
|
i0.ɵɵadvance();
|
|
189
293
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagCoOccurrencesTagBID"))("DefaultExpanded", false);
|
|
190
294
|
i0.ɵɵadvance();
|
|
191
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
295
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 33 : -1);
|
|
192
296
|
i0.ɵɵadvance();
|
|
193
|
-
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("
|
|
297
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagSynonyms"))("DefaultExpanded", false);
|
|
194
298
|
i0.ɵɵadvance();
|
|
195
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
299
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 35 : -1);
|
|
196
300
|
i0.ɵɵadvance();
|
|
197
301
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagAuditLogsRelatedTagID"))("DefaultExpanded", false);
|
|
198
302
|
i0.ɵɵadvance();
|
|
199
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
303
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 37 : -1);
|
|
200
304
|
i0.ɵɵadvance();
|
|
201
305
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagCoOccurrencesTagAID"))("DefaultExpanded", false);
|
|
202
306
|
i0.ɵɵadvance();
|
|
203
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
307
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 39 : -1);
|
|
204
308
|
i0.ɵɵadvance();
|
|
205
|
-
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("
|
|
309
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagSuggestionsProposedParentID"))("DefaultExpanded", false);
|
|
310
|
+
i0.ɵɵadvance();
|
|
311
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 41 : -1);
|
|
312
|
+
i0.ɵɵadvance();
|
|
313
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagScopes"))("DefaultExpanded", false);
|
|
206
314
|
i0.ɵɵadvance();
|
|
207
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
315
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 43 : -1);
|
|
208
316
|
i0.ɵɵadvance();
|
|
209
317
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagAuditLogsTagID"))("DefaultExpanded", false);
|
|
210
318
|
i0.ɵɵadvance();
|
|
211
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
319
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 45 : -1);
|
|
320
|
+
i0.ɵɵadvance();
|
|
321
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagsMergedIntoTagID"))("DefaultExpanded", false);
|
|
322
|
+
i0.ɵɵadvance();
|
|
323
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 47 : -1);
|
|
324
|
+
i0.ɵɵadvance();
|
|
325
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagSuggestionsBestMatchTagID"))("DefaultExpanded", false);
|
|
326
|
+
i0.ɵɵadvance();
|
|
327
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 49 : -1);
|
|
328
|
+
i0.ɵɵadvance();
|
|
329
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagSuggestionsResolvedTagID"))("DefaultExpanded", false);
|
|
330
|
+
i0.ɵɵadvance();
|
|
331
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 51 : -1);
|
|
212
332
|
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i1.ExplorerEntityDataGridComponent], encapsulation: 2 }); }
|
|
213
333
|
};
|
|
214
334
|
MJTagFormComponent = __decorate([
|
|
@@ -217,7 +337,7 @@ MJTagFormComponent = __decorate([
|
|
|
217
337
|
export { MJTagFormComponent };
|
|
218
338
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJTagFormComponent, [{
|
|
219
339
|
type: Component,
|
|
220
|
-
args: [{ standalone: false, selector: 'gen-mjtag-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Tag Basics Section -->\n <mj-collapsible-panel\n SectionKey=\"tagBasics\"\n SectionName=\"Tag Basics\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DisplayName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Hierarchy Section -->\n <mj-collapsible-panel\n SectionKey=\"tagHierarchy\"\n SectionName=\"Tag Hierarchy\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Lifecycle Section -->\n <mj-collapsible-panel\n SectionKey=\"tagLifecycle\"\n SectionName=\"Tag Lifecycle\"\n Icon=\"fa fa-sync-alt\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MergedIntoTagID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootMergedIntoTagID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Tags Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagsParentID\"\n SectionName=\"Tags\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagsParentID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tags','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagsParentID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagsParentID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tagged Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTaggedItems\"\n SectionName=\"Tagged Items\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTaggedItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tagged Items','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tagged Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJTaggedItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTaggedItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Co Occurrences (Tag B ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagCoOccurrencesTagBID\"\n SectionName=\"Tag Co Occurrences (Tag B ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagCoOccurrencesTagBID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Co Occurrences','TagBID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Co Occurrences')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagCoOccurrencesTagBID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagCoOccurrencesTagBID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Content Item Tags Section -->\n <mj-collapsible-panel\n SectionKey=\"mJContentItemTags\"\n SectionName=\"Content Item Tags\"\n Icon=\"fa fa-tag\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJContentItemTags')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Content Item Tags','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Content Item Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJContentItemTags')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJContentItemTags', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Audit Logs (Related Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagAuditLogsRelatedTagID\"\n SectionName=\"Tag Audit Logs (Related Tag)\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagAuditLogsRelatedTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Audit Logs','RelatedTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagAuditLogsRelatedTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagAuditLogsRelatedTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Co Occurrences (Tag A ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagCoOccurrencesTagAID\"\n SectionName=\"Tag Co Occurrences (Tag A ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagCoOccurrencesTagAID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Co Occurrences','TagAID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Co Occurrences')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagCoOccurrencesTagAID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagCoOccurrencesTagAID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tags (Merged Into Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagsMergedIntoTagID\"\n SectionName=\"Tags (Merged Into Tag)\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagsMergedIntoTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tags','MergedIntoTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagsMergedIntoTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagsMergedIntoTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Audit Logs (Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagAuditLogsTagID\"\n SectionName=\"Tag Audit Logs (Tag)\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagAuditLogsTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Audit Logs','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagAuditLogsTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagAuditLogsTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
340
|
+
args: [{ standalone: false, selector: 'gen-mjtag-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Tag Basics Section -->\n <mj-collapsible-panel\n SectionKey=\"tagBasics\"\n SectionName=\"Tag Basics\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DisplayName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Hierarchy Section -->\n <mj-collapsible-panel\n SectionKey=\"tagHierarchy\"\n SectionName=\"Tag Hierarchy\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Lifecycle Section -->\n <mj-collapsible-panel\n SectionKey=\"tagLifecycle\"\n SectionName=\"Tag Lifecycle\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MergedIntoTagID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootMergedIntoTagID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Configuration Section -->\n <mj-collapsible-panel\n SectionKey=\"tagConfiguration\"\n SectionName=\"Tag Configuration\"\n Icon=\"fa fa-sliders-h\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsGlobal\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AllowAutoGrow\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsFrozen\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxChildren\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxDescendantDepth\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MinWeight\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RequiresReview\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- AI Intelligence Section -->\n <mj-collapsible-panel\n SectionKey=\"aIIntelligence\"\n SectionName=\"AI Intelligence\"\n Icon=\"fa fa-brain\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmbeddingVector\"\n Type=\"code\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmbeddingModelID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Tags Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagsParentID\"\n SectionName=\"Tags\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagsParentID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tags','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagsParentID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagsParentID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tagged Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTaggedItems\"\n SectionName=\"Tagged Items\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTaggedItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tagged Items','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tagged Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJTaggedItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTaggedItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Content Item Tags Section -->\n <mj-collapsible-panel\n SectionKey=\"mJContentItemTags\"\n SectionName=\"Content Item Tags\"\n Icon=\"fa fa-tag\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJContentItemTags')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Content Item Tags','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Content Item Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJContentItemTags')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJContentItemTags', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Co Occurrences (Tag B ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagCoOccurrencesTagBID\"\n SectionName=\"Tag Co Occurrences (Tag B ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagCoOccurrencesTagBID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Co Occurrences','TagBID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Co Occurrences')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagCoOccurrencesTagBID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagCoOccurrencesTagBID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Synonyms Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagSynonyms\"\n SectionName=\"Tag Synonyms\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagSynonyms')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Synonyms','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Synonyms')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagSynonyms')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagSynonyms', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Audit Logs (Related Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagAuditLogsRelatedTagID\"\n SectionName=\"Tag Audit Logs (Related Tag)\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagAuditLogsRelatedTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Audit Logs','RelatedTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagAuditLogsRelatedTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagAuditLogsRelatedTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Co Occurrences (Tag A ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagCoOccurrencesTagAID\"\n SectionName=\"Tag Co Occurrences (Tag A ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagCoOccurrencesTagAID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Co Occurrences','TagAID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Co Occurrences')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagCoOccurrencesTagAID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagCoOccurrencesTagAID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Suggestions (Proposed Parent) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagSuggestionsProposedParentID\"\n SectionName=\"Tag Suggestions (Proposed Parent)\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagSuggestionsProposedParentID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Suggestions','ProposedParentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Suggestions')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagSuggestionsProposedParentID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagSuggestionsProposedParentID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Scopes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagScopes\"\n SectionName=\"Tag Scopes\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagScopes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Scopes','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Scopes')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagScopes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagScopes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Audit Logs (Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagAuditLogsTagID\"\n SectionName=\"Tag Audit Logs (Tag)\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagAuditLogsTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Audit Logs','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagAuditLogsTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagAuditLogsTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tags (Merged Into) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagsMergedIntoTagID\"\n SectionName=\"Tags (Merged Into)\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagsMergedIntoTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tags','MergedIntoTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagsMergedIntoTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagsMergedIntoTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Suggestions (Best Match Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagSuggestionsBestMatchTagID\"\n SectionName=\"Tag Suggestions (Best Match Tag)\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagSuggestionsBestMatchTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Suggestions','BestMatchTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Suggestions')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagSuggestionsBestMatchTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagSuggestionsBestMatchTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Suggestions (Resolved Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagSuggestionsResolvedTagID\"\n SectionName=\"Tag Suggestions (Resolved Tag)\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagSuggestionsResolvedTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Suggestions','ResolvedTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Suggestions')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagSuggestionsResolvedTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagSuggestionsResolvedTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
221
341
|
}], null, null); })();
|
|
222
342
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJTagFormComponent, { className: "MJTagFormComponent", filePath: "src/lib/generated/Entities/MJTag/mjtag.form.component.ts", lineNumber: 13 }); })();
|
|
223
343
|
//# sourceMappingURL=mjtag.form.component.js.map
|