@memberjunction/ng-form-toolbar 3.0.0 → 3.1.1
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/form-toolbar.js +1 -1
- package/dist/lib/record-form-container.component.d.ts +11 -1
- package/dist/lib/record-form-container.component.d.ts.map +1 -1
- package/dist/lib/record-form-container.component.js +42 -9
- package/dist/lib/record-form-container.component.js.map +1 -1
- package/package.json +10 -10
package/dist/lib/form-toolbar.js
CHANGED
|
@@ -531,5 +531,5 @@ export class FormToolbarComponent {
|
|
|
531
531
|
type: ContentChild,
|
|
532
532
|
args: ['additionalControls', { read: ElementRef }]
|
|
533
533
|
}] }); })();
|
|
534
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormToolbarComponent, { className: "FormToolbarComponent" }); })();
|
|
534
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormToolbarComponent, { className: "FormToolbarComponent", filePath: "src/lib/form-toolbar.ts", lineNumber: 16 }); })();
|
|
535
535
|
//# sourceMappingURL=form-toolbar.js.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AfterViewChecked, ChangeDetectorRef } from '@angular/core';
|
|
1
2
|
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
@@ -9,9 +10,18 @@ import * as i0 from "@angular/core";
|
|
|
9
10
|
* - [slot="field-panels"]: Main form field sections
|
|
10
11
|
* - [slot="after-panels"]: Related entity sections displayed after field panels
|
|
11
12
|
*/
|
|
12
|
-
export declare class RecordFormContainerComponent {
|
|
13
|
+
export declare class RecordFormContainerComponent implements AfterViewChecked {
|
|
14
|
+
private cdr;
|
|
13
15
|
record: any;
|
|
14
16
|
formComponent: BaseFormComponent;
|
|
17
|
+
visibleCount: number;
|
|
18
|
+
totalCount: number;
|
|
19
|
+
expandedCount: number;
|
|
20
|
+
private countsInitialized;
|
|
21
|
+
constructor(cdr: ChangeDetectorRef);
|
|
22
|
+
ngAfterViewChecked(): void;
|
|
23
|
+
onFilterChange(filter: string): void;
|
|
24
|
+
private updateCounts;
|
|
15
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<RecordFormContainerComponent, never>;
|
|
16
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<RecordFormContainerComponent, "mj-record-form-container", never, { "record": { "alias": "record"; "required": false; }; "formComponent": { "alias": "formComponent"; "required": false; }; }, {}, never, ["[slot='before-panels']", "[slot='field-panels']", "[slot='after-panels']"], false, never>;
|
|
17
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-form-container.component.d.ts","sourceRoot":"","sources":["../../src/lib/record-form-container.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"record-form-container.component.d.ts","sourceRoot":"","sources":["../../src/lib/record-form-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAuC,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE;;;;;;;;GAQG;AACH,qBAsCa,4BAA6B,YAAW,gBAAgB;IAWrD,OAAO,CAAC,GAAG;IAVd,MAAM,EAAE,GAAG,CAAC;IACZ,aAAa,EAAG,iBAAiB,CAAC;IAG3C,YAAY,SAAK;IACjB,UAAU,SAAK;IACf,aAAa,SAAK;IAElB,OAAO,CAAC,iBAAiB,CAAS;gBAEd,GAAG,EAAE,iBAAiB;IAE1C,kBAAkB,IAAI,IAAI;IAa1B,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAMpC,OAAO,CAAC,YAAY;yCAhCX,4BAA4B;2CAA5B,4BAA4B;CAuCxC"}
|
|
@@ -9,7 +9,7 @@ const _c1 = ["[slot='before-panels']", "[slot='field-panels']", "[slot='after-pa
|
|
|
9
9
|
function RecordFormContainerComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
10
10
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
11
11
|
i0.ɵɵelementStart(0, "form", 3, 0)(2, "mj-form-toolbar", 4)(3, "mj-form-section-controls", 5);
|
|
12
|
-
i0.ɵɵlistener("expandAll", function RecordFormContainerComponent_form_1_Template_mj_form_section_controls_expandAll_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.formComponent.expandAllSections()); })("collapseAll", function RecordFormContainerComponent_form_1_Template_mj_form_section_controls_collapseAll_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.formComponent.collapseAllSections()); })("filterChange", function RecordFormContainerComponent_form_1_Template_mj_form_section_controls_filterChange_3_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.
|
|
12
|
+
i0.ɵɵlistener("expandAll", function RecordFormContainerComponent_form_1_Template_mj_form_section_controls_expandAll_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.formComponent.expandAllSections()); })("collapseAll", function RecordFormContainerComponent_form_1_Template_mj_form_section_controls_collapseAll_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.formComponent.collapseAllSections()); })("filterChange", function RecordFormContainerComponent_form_1_Template_mj_form_section_controls_filterChange_3_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onFilterChange($event)); })("showEmptyFieldsChange", function RecordFormContainerComponent_form_1_Template_mj_form_section_controls_showEmptyFieldsChange_3_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.formComponent.showEmptyFields = $event); });
|
|
13
13
|
i0.ɵɵelementEnd()();
|
|
14
14
|
i0.ɵɵelementStart(4, "div", 6)(5, "div", 7)(6, "div", 8);
|
|
15
15
|
i0.ɵɵprojection(7);
|
|
@@ -24,7 +24,7 @@ function RecordFormContainerComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
24
24
|
i0.ɵɵadvance(2);
|
|
25
25
|
i0.ɵɵproperty("form", ctx_r1.formComponent);
|
|
26
26
|
i0.ɵɵadvance();
|
|
27
|
-
i0.ɵɵproperty("visibleCount", ctx_r1.
|
|
27
|
+
i0.ɵɵproperty("visibleCount", ctx_r1.visibleCount)("totalCount", ctx_r1.totalCount)("expandedCount", ctx_r1.expandedCount)("searchFilter", ctx_r1.formComponent.searchFilter)("showEmptyFields", ctx_r1.formComponent.showEmptyFields);
|
|
28
28
|
} }
|
|
29
29
|
/**
|
|
30
30
|
* Container component that wraps generated forms with consistent structure and styling.
|
|
@@ -36,9 +36,42 @@ function RecordFormContainerComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
36
36
|
* - [slot="after-panels"]: Related entity sections displayed after field panels
|
|
37
37
|
*/
|
|
38
38
|
export class RecordFormContainerComponent {
|
|
39
|
+
cdr;
|
|
39
40
|
record;
|
|
40
41
|
formComponent;
|
|
41
|
-
|
|
42
|
+
// Cached counts to avoid ExpressionChangedAfterItHasBeenCheckedError
|
|
43
|
+
visibleCount = 0;
|
|
44
|
+
totalCount = 0;
|
|
45
|
+
expandedCount = 0;
|
|
46
|
+
countsInitialized = false;
|
|
47
|
+
constructor(cdr) {
|
|
48
|
+
this.cdr = cdr;
|
|
49
|
+
}
|
|
50
|
+
ngAfterViewChecked() {
|
|
51
|
+
// Only update counts once after initial render to avoid the error
|
|
52
|
+
// Subsequent updates happen through onFilterChange
|
|
53
|
+
if (!this.countsInitialized && this.formComponent) {
|
|
54
|
+
const newTotal = this.formComponent.getTotalSectionCount();
|
|
55
|
+
if (newTotal > 0) {
|
|
56
|
+
this.countsInitialized = true;
|
|
57
|
+
this.updateCounts();
|
|
58
|
+
this.cdr.detectChanges();
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
onFilterChange(filter) {
|
|
63
|
+
this.formComponent.onFilterChange(filter);
|
|
64
|
+
// Update counts after filter change
|
|
65
|
+
this.updateCounts();
|
|
66
|
+
}
|
|
67
|
+
updateCounts() {
|
|
68
|
+
if (this.formComponent) {
|
|
69
|
+
this.visibleCount = this.formComponent.getVisibleSectionCount();
|
|
70
|
+
this.totalCount = this.formComponent.getTotalSectionCount();
|
|
71
|
+
this.expandedCount = this.formComponent.getExpandedCount();
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
static ɵfac = function RecordFormContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RecordFormContainerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
42
75
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RecordFormContainerComponent, selectors: [["mj-record-form-container"]], inputs: { record: "record", formComponent: "formComponent" }, ngContentSelectors: _c1, decls: 2, vars: 1, consts: [["formElement", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], ["toolbar-additional-controls", "", 3, "expandAll", "collapseAll", "filterChange", "showEmptyFieldsChange", "visibleCount", "totalCount", "expandedCount", "searchFilter", "showEmptyFields"], [1, "forms-panel-container-outer"], [1, "form-panels-container"], [1, "related-entity-grid"], [1, "related-entities-divider"]], template: function RecordFormContainerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
43
76
|
i0.ɵɵprojectionDef(_c0);
|
|
44
77
|
i0.ɵɵelementStart(0, "div", 1);
|
|
@@ -57,14 +90,14 @@ export class RecordFormContainerComponent {
|
|
|
57
90
|
<mj-form-toolbar [form]="formComponent">
|
|
58
91
|
<mj-form-section-controls
|
|
59
92
|
toolbar-additional-controls
|
|
60
|
-
[visibleCount]="
|
|
61
|
-
[totalCount]="
|
|
62
|
-
[expandedCount]="
|
|
93
|
+
[visibleCount]="visibleCount"
|
|
94
|
+
[totalCount]="totalCount"
|
|
95
|
+
[expandedCount]="expandedCount"
|
|
63
96
|
[searchFilter]="formComponent.searchFilter"
|
|
64
97
|
[showEmptyFields]="formComponent.showEmptyFields"
|
|
65
98
|
(expandAll)="formComponent.expandAllSections()"
|
|
66
99
|
(collapseAll)="formComponent.collapseAllSections()"
|
|
67
|
-
(filterChange)="
|
|
100
|
+
(filterChange)="onFilterChange($event)"
|
|
68
101
|
(showEmptyFieldsChange)="formComponent.showEmptyFields = $event">
|
|
69
102
|
</mj-form-section-controls>
|
|
70
103
|
</mj-form-toolbar>
|
|
@@ -84,10 +117,10 @@ export class RecordFormContainerComponent {
|
|
|
84
117
|
</form>
|
|
85
118
|
</div>
|
|
86
119
|
`, styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.record-form-container {\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.record-form {\n display: flex;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 0;\n height: 100%;\n min-height: 0; /* Allow flex child to shrink */\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2;\n} */\n\n/*\n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff;\n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n}\n\n.record-form .record-form-row > span {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n\n\n@media (min-width: 768px) {\n .record-form-row {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n\n/* Collapsible Panel Styles */\n.forms-panel-container-outer {\n flex: 1;\n min-height: 0; /* Critical: allows flex item to shrink below content size */\n overflow-y: auto;\n}\n\n.form-panels-container {\n display: grid;\n grid-template-columns: 1fr;\n gap: 20px;\n padding: 20px;\n background-color: #F5F6FA;\n}\n\n/* Responsive horizontal stacking for ALL panels (field sections and related entities) */\n@media (min-width: 1200px) {\n .form-panels-container {\n grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));\n }\n}\n\n/* Even more aggressive stacking on ultra-wide screens */\n@media (min-width: 1800px) {\n .form-panels-container {\n grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));\n }\n}\n\n/* Related entity grid container - treated as regular panels now */\n.form-panels-container .related-entity-grid {\n display: contents; /* Makes children participate in parent grid */\n}\n\n/* Visual separator before related entities */\n.related-entities-divider {\n grid-column: 1 / -1;\n height: 2px;\n background: linear-gradient(to right, transparent, #d1d5db 20%, #d1d5db 80%, transparent);\n margin: 12px 0;\n position: relative;\n}\n\n.related-entities-divider::before {\n content: '';\n}\n\n.form-card {\n background: white;\n border-radius: 8px;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n overflow: hidden;\n}\n\n.collapsible-card {\n overflow: hidden;\n}\n\n.collapsible-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 20px 24px;\n background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n border-bottom: 2px solid #e5e7eb;\n cursor: pointer;\n user-select: none;\n transition: all 0.3s ease;\n}\n\n.collapsible-header:hover {\n background: linear-gradient(135deg, #f3f4f6 0%, #f9fafb 100%);\n border-bottom-color: #667eea;\n}\n\n.collapsible-title {\n display: flex;\n align-items: center;\n gap: 12px;\n flex: 1;\n}\n\n.collapsible-title i {\n font-size: 20px;\n color: #667eea;\n}\n\n.collapsible-title h3 {\n margin: 0;\n font-size: 18px;\n font-weight: 600;\n color: #1f2937;\n}\n\n.collapsible-header .collapse-icon {\n color: #6b7280;\n transition: transform 0.3s ease;\n}\n\n.collapsible-body {\n max-height: 2000px;\n overflow: hidden;\n transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;\n opacity: 1;\n}\n\n.collapsible-body.collapsed {\n max-height: 0;\n padding: 0;\n opacity: 0;\n}\n\n.form-body {\n padding: 24px;\n}\n\n/* Related Entity Sections - Visual Distinction */\n.form-card.related-entity {\n background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);\n border-left: 3px solid #3b82f6;\n}\n\n.form-card.related-entity .collapsible-header {\n background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);\n}\n\n.form-card.related-entity .collapsible-header:hover {\n background: linear-gradient(135deg, #bfdbfe 0%, #e0f2fe 100%);\n border-bottom-color: #3b82f6;\n}\n\n.form-card.related-entity .collapsible-title i {\n color: #3b82f6;\n}\n\n/* Section Controls */\n.form-section-controls {\n display: flex;\n gap: 10px;\n padding: 14px 18px;\n background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n border-bottom: 2px solid #e5e7eb;\n align-items: center;\n flex-wrap: wrap;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n}\n\n.form-section-controls .control-group {\n display: flex;\n gap: 8px;\n align-items: center;\n}\n\n.form-section-controls button {\n padding: 8px 14px;\n font-size: 13px;\n border: 1px solid #d1d5db;\n background: white;\n color: #374151;\n border-radius: 6px;\n cursor: pointer;\n transition: all 0.2s;\n margin-right: 0;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n font-weight: 500;\n}\n\n.form-section-controls button:hover {\n background: #667eea;\n color: white;\n border-color: #667eea;\n transform: translateY(-1px);\n box-shadow: 0 2px 4px rgba(102, 126, 234, 0.2);\n}\n\n.form-section-controls button:active {\n transform: translateY(0);\n}\n\n.form-section-controls button i {\n margin-right: 0;\n font-size: 14px;\n}\n\n.form-section-controls .section-search {\n padding: 8px 14px;\n font-size: 13px;\n border: 1px solid #d1d5db;\n border-radius: 6px;\n width: 240px;\n transition: all 0.2s;\n background: white;\n}\n\n.form-section-controls .section-search:focus {\n outline: none;\n border-color: #667eea;\n box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);\n}\n\n.form-section-controls .section-search::placeholder {\n color: #9ca3af;\n font-style: italic;\n}\n\n.form-section-controls .section-count {\n font-size: 13px;\n color: #6b7280;\n margin-left: auto;\n font-weight: 500;\n}\n\n/* Hidden sections for search filter */\n.form-card.search-hidden {\n display: none;\n}\n\n/* Section count badge */\n.section-count-badge {\n background: #667eea;\n color: white;\n padding: 2px 8px;\n border-radius: 12px;\n font-size: 12px;\n font-weight: 600;\n}\n\n/* Row count badge for related entity sections */\n.collapsible-title .row-count-badge {\n background: #10b981;\n color: white;\n padding: 3px 6px 2px 6px;\n border-radius: 12px;\n font-size: 12px;\n font-weight: 600;\n margin-left: 8px;\n vertical-align: middle;\n position: relative;\n top: -2px;\n display: inline-block;\n line-height: 1;\n}\n\n/* Gray badge for zero rows (loaded but empty) */\n.collapsible-title .row-count-badge.zero-rows {\n background: #9ca3af;\n}\n\n/* Search highlighting */\n.collapsible-title h3 .search-highlight {\n background-color: #fef08a;\n color: #854d0e;\n padding: 2px 4px;\n border-radius: 3px;\n font-weight: 700;\n}\n"] }]
|
|
87
|
-
}],
|
|
120
|
+
}], () => [{ type: i0.ChangeDetectorRef }], { record: [{
|
|
88
121
|
type: Input
|
|
89
122
|
}], formComponent: [{
|
|
90
123
|
type: Input
|
|
91
124
|
}] }); })();
|
|
92
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecordFormContainerComponent, { className: "RecordFormContainerComponent" }); })();
|
|
125
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecordFormContainerComponent, { className: "RecordFormContainerComponent", filePath: "src/lib/record-form-container.component.ts", lineNumber: 51 }); })();
|
|
93
126
|
//# sourceMappingURL=record-form-container.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-form-container.component.js","sourceRoot":"","sources":["../../src/lib/record-form-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"record-form-container.component.js","sourceRoot":"","sources":["../../src/lib/record-form-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuC,SAAS,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;;;;;;;;;;IAmBrF,AADJ,AADJ,kCAA+D,yBACnB,kCAWiC;IAAjE,AADA,AADA,AADA,mNAAa,wCAAiC,KAAC,0MAChC,0CAAmC,KAAC,kNACnC,6BAAsB,KAAC,sRACyB;IAExE,AADI,iBAA2B,EACb;IAIV,AADJ,AADJ,8BAAyC,aACF,aACE;IAC7B,kBAAyD;IAC7D,iBAAM;IACN,qBAAwD;IACxD,yBAA4C;IAC5C,+BAAiC;IAC7B,sBAAwD;IAIxE,AADI,AADI,AADI,iBAAM,EACJ,EACJ,EACH;;;IA3Bc,eAAsB;IAAtB,2CAAsB;IAG/B,cAA6B;IAI7B,AADA,AADA,AADA,AADA,kDAA6B,iCACJ,uCACM,mDACY,yDACM;;AAtBzE;;;;;;;;GAQG;AAuCH,MAAM,OAAO,4BAA4B;IAWjB;IAVX,MAAM,CAAM;IACZ,aAAa,CAAqB;IAE3C,qEAAqE;IACrE,YAAY,GAAG,CAAC,CAAC;IACjB,UAAU,GAAG,CAAC,CAAC;IACf,aAAa,GAAG,CAAC,CAAC;IAEV,iBAAiB,GAAG,KAAK,CAAC;IAElC,YAAoB,GAAsB;QAAtB,QAAG,GAAH,GAAG,CAAmB;IAAG,CAAC;IAE9C,kBAAkB;QACd,kEAAkE;QAClE,mDAAmD;QACnD,IAAI,CAAC,IAAI,CAAC,iBAAiB,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;YAChD,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,oBAAoB,EAAE,CAAC;YAC3D,IAAI,QAAQ,GAAG,CAAC,EAAE,CAAC;gBACf,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC;gBAC9B,IAAI,CAAC,YAAY,EAAE,CAAC;gBACpB,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;YAC7B,CAAC;QACL,CAAC;IACL,CAAC;IAED,cAAc,CAAC,MAAc;QACzB,IAAI,CAAC,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;QAC1C,oCAAoC;QACpC,IAAI,CAAC,YAAY,EAAE,CAAC;IACxB,CAAC;IAEO,YAAY;QAChB,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;YACrB,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,aAAa,CAAC,sBAAsB,EAAE,CAAC;YAChE,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,oBAAoB,EAAE,CAAC;YAC5D,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC,gBAAgB,EAAE,CAAC;QAC/D,CAAC;IACL,CAAC;sHAtCQ,4BAA4B;6DAA5B,4BAA4B;;YAlCjC,8BAAmC;YAC/B,gFAA+D;YA6BnE,iBAAM;;YA7BK,cAAY;YAAZ,iCAAY;;;iFAiClB,4BAA4B;cAtCxC,SAAS;2BACI,0BAA0B,iBACrB,iBAAiB,CAAC,IAAI,YAC3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgCT;kDAIQ,MAAM;kBAAd,KAAK;YACG,aAAa;kBAArB,KAAK;;kFAFG,4BAA4B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-form-toolbar",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "MemberJunction: Angular Form Toolbar",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"@angular/router": "18.2.14"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@memberjunction/core": "3.
|
|
29
|
-
"@memberjunction/core-entities": "3.
|
|
30
|
-
"@memberjunction/global": "3.
|
|
31
|
-
"@memberjunction/ng-base-forms": "3.
|
|
32
|
-
"@memberjunction/ng-container-directives": "3.
|
|
33
|
-
"@memberjunction/ng-record-changes": "3.
|
|
34
|
-
"@memberjunction/ng-list-management": "3.
|
|
35
|
-
"@memberjunction/ng-shared": "3.
|
|
28
|
+
"@memberjunction/core": "3.1.1",
|
|
29
|
+
"@memberjunction/core-entities": "3.1.1",
|
|
30
|
+
"@memberjunction/global": "3.1.1",
|
|
31
|
+
"@memberjunction/ng-base-forms": "3.1.1",
|
|
32
|
+
"@memberjunction/ng-container-directives": "3.1.1",
|
|
33
|
+
"@memberjunction/ng-record-changes": "3.1.1",
|
|
34
|
+
"@memberjunction/ng-list-management": "3.1.1",
|
|
35
|
+
"@memberjunction/ng-shared": "3.1.1",
|
|
36
36
|
"@progress/kendo-angular-buttons": "16.2.0",
|
|
37
37
|
"@progress/kendo-angular-dialog": "16.2.0",
|
|
38
38
|
"@progress/kendo-angular-indicators": "16.2.0",
|
|
39
39
|
"@progress/kendo-angular-inputs": "16.2.0",
|
|
40
|
-
"@memberjunction/ng-markdown": "3.
|
|
40
|
+
"@memberjunction/ng-markdown": "3.1.1",
|
|
41
41
|
"tslib": "^2.3.0"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|