@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,22 +1,76 @@
|
|
|
1
|
-
import { MJContentSourceEntity } from '@memberjunction/core-entities';
|
|
1
|
+
import { MJContentSourceEntity, MJContentSourceEntity_IContentSourceConfiguration } from '@memberjunction/core-entities';
|
|
2
2
|
import { MJContentSourceFormComponent } from '../../generated/Entities/MJContentSource/mjcontentsource.form.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
type TaxonomyModeJson = NonNullable<MJContentSourceEntity_IContentSourceConfiguration['TagTaxonomyMode']>;
|
|
5
|
+
interface TaxonomyModeOption {
|
|
6
|
+
value: TaxonomyModeJson;
|
|
7
|
+
label: string;
|
|
8
|
+
icon: string;
|
|
9
|
+
desc: string;
|
|
10
|
+
}
|
|
4
11
|
/**
|
|
5
|
-
* Custom Content Source form
|
|
6
|
-
*
|
|
12
|
+
* Custom Content Source form.
|
|
13
|
+
*
|
|
14
|
+
* Adds two responsibilities on top of the generated form:
|
|
15
|
+
* 1. Conditional Connection Details (Entity-source vs URL-source) — pre-existing.
|
|
16
|
+
* 2. Tag Pipeline Configuration — Option-B "dense form" surface for the typed
|
|
17
|
+
* `IContentSourceConfiguration` knobs (mode, thresholds, scope, budgets) that
|
|
18
|
+
* otherwise would only be editable as raw JSON. The Configuration field still
|
|
19
|
+
* exists below as a code editor for advanced overrides.
|
|
7
20
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
21
|
+
* The pipeline knobs read/write through the typed `ConfigurationObject` accessor
|
|
22
|
+
* that CodeGen emits on `MJContentSourceEntity`, so changes round-trip through the
|
|
23
|
+
* existing JSON column. There's no separate save path.
|
|
10
24
|
*/
|
|
11
25
|
export declare class MJContentSourceFormComponentExtended extends MJContentSourceFormComponent {
|
|
12
26
|
record: MJContentSourceEntity;
|
|
27
|
+
readonly TaxonomyModes: TaxonomyModeOption[];
|
|
28
|
+
/** "hybrid" is supported by the engine but not yet enumerated in the JSON-schema literal type;
|
|
29
|
+
* we expose it as a compatibility option that maps to the same field. */
|
|
30
|
+
readonly HybridModeOption: TaxonomyModeOption;
|
|
13
31
|
/**
|
|
14
32
|
* Whether the current source type is "Entity", which enables
|
|
15
33
|
* EntityID and EntityDocumentID fields and hides the URL field.
|
|
16
34
|
*/
|
|
17
35
|
get IsEntitySourceType(): boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Read the typed Configuration object — never null, defaults applied where
|
|
38
|
+
* the JSON didn't supply them. Writing back is via `setConfig` so we keep
|
|
39
|
+
* the record dirty and persist through the standard Save() path.
|
|
40
|
+
*/
|
|
41
|
+
get Config(): MJContentSourceEntity_IContentSourceConfiguration;
|
|
42
|
+
setConfig(patch: Partial<MJContentSourceEntity_IContentSourceConfiguration>): void;
|
|
43
|
+
get CurrentMode(): TaxonomyModeJson;
|
|
44
|
+
SetMode(mode: TaxonomyModeJson): void;
|
|
45
|
+
get MatchThresholdValue(): number;
|
|
46
|
+
set MatchThresholdValue(v: number);
|
|
47
|
+
get SuggestThresholdValue(): number;
|
|
48
|
+
set SuggestThresholdValue(v: number);
|
|
49
|
+
get ThresholdValidationMessage(): string | null;
|
|
50
|
+
get TagRootIDValue(): string | null;
|
|
51
|
+
set TagRootIDValue(v: string | null);
|
|
52
|
+
get ShareTaxonomyValue(): boolean;
|
|
53
|
+
set ShareTaxonomyValue(v: boolean);
|
|
54
|
+
get EnableVectorizationValue(): boolean;
|
|
55
|
+
set EnableVectorizationValue(v: boolean);
|
|
56
|
+
get MaxNewTagsPerRunValue(): number | null;
|
|
57
|
+
set MaxNewTagsPerRunValue(v: number | string | null);
|
|
58
|
+
get MaxNewTagsPerItemValue(): number | null;
|
|
59
|
+
set MaxNewTagsPerItemValue(v: number | string | null);
|
|
60
|
+
get MaxTokensPerRunValue(): number | null;
|
|
61
|
+
set MaxTokensPerRunValue(v: number | string | null);
|
|
62
|
+
get MaxCostPerRunValue(): number | null;
|
|
63
|
+
set MaxCostPerRunValue(v: number | string | null);
|
|
64
|
+
/**
|
|
65
|
+
* Coerce a possibly-blank input into a typed number. The IContentSourceConfiguration
|
|
66
|
+
* interface uses optional properties (`?: number`), so "no value" is `undefined`,
|
|
67
|
+
* not `null`. Returning undefined deletes the key from the persisted JSON when the
|
|
68
|
+
* setConfig spread is applied.
|
|
69
|
+
*/
|
|
70
|
+
private normalizeNullableNumber;
|
|
18
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<MJContentSourceFormComponentExtended, never>;
|
|
19
72
|
static ɵcmp: i0.ɵɵComponentDeclaration<MJContentSourceFormComponentExtended, "mj-content-source-form-extended", never, {}, {}, never, never, false, never>;
|
|
20
73
|
}
|
|
21
74
|
export declare function LoadContentSourceFormExtended(): void;
|
|
75
|
+
export {};
|
|
22
76
|
//# sourceMappingURL=content-source-form.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-source-form.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/custom/ContentSources/content-source-form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"content-source-form.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/custom/ContentSources/content-source-form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,iDAAiD,EAAE,MAAM,+BAA+B,CAAC;AAGzH,OAAO,EAAE,4BAA4B,EAAE,MAAM,yEAAyE,CAAC;;AAEvH,KAAK,gBAAgB,GAAG,WAAW,CAAC,iDAAiD,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAE1G,UAAU,kBAAkB;IACxB,KAAK,EAAE,gBAAgB,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB;AAED;;;;;;;;;;;;;GAaG;AACH,qBAOa,oCAAqC,SAAQ,4BAA4B;IAClE,MAAM,EAAG,qBAAqB,CAAC;IAE/C,SAAgB,aAAa,EAAE,kBAAkB,EAAE,CAIjD;IACF;8EAC0E;IAC1E,SAAgB,gBAAgB,EAAE,kBAAkB,CAKlD;IAEF;;;OAGG;IACH,IAAW,kBAAkB,IAAI,OAAO,CAIvC;IAED;;;;OAIG;IACH,IAAW,MAAM,IAAI,iDAAiD,CAGrE;IAEM,SAAS,CAAC,KAAK,EAAE,OAAO,CAAC,iDAAiD,CAAC,GAAG,IAAI;IAUzF,IAAW,WAAW,IAAI,gBAAgB,CAEzC;IACM,OAAO,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI;IAM5C,IAAW,mBAAmB,IAAI,MAAM,CAEvC;IACD,IAAW,mBAAmB,CAAC,CAAC,EAAE,MAAM,EAOvC;IACD,IAAW,qBAAqB,IAAI,MAAM,CAEzC;IACD,IAAW,qBAAqB,CAAC,CAAC,EAAE,MAAM,EAGzC;IACD,IAAW,0BAA0B,IAAI,MAAM,GAAG,IAAI,CAOrD;IAID,IAAW,cAAc,IAAI,MAAM,GAAG,IAAI,CAEzC;IACD,IAAW,cAAc,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,EAEzC;IACD,IAAW,kBAAkB,IAAI,OAAO,CAEvC;IACD,IAAW,kBAAkB,CAAC,CAAC,EAAE,OAAO,EAEvC;IACD,IAAW,wBAAwB,IAAI,OAAO,CAE7C;IACD,IAAW,wBAAwB,CAAC,CAAC,EAAE,OAAO,EAE7C;IAID,IAAW,qBAAqB,IAAI,MAAM,GAAG,IAAI,CAEhD;IACD,IAAW,qBAAqB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAEzD;IACD,IAAW,sBAAsB,IAAI,MAAM,GAAG,IAAI,CAEjD;IACD,IAAW,sBAAsB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAE1D;IACD,IAAW,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAE/C;IACD,IAAW,oBAAoB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAExD;IACD,IAAW,kBAAkB,IAAI,MAAM,GAAG,IAAI,CAE7C;IACD,IAAW,kBAAkB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAEtD;IAED;;;;;OAKG;IACH,OAAO,CAAC,uBAAuB;yCAzItB,oCAAoC;2CAApC,oCAAoC;CAmJhD;AAED,wBAAgB,6BAA6B,SAE5C"}
|