@memberjunction/ng-explorer-core 0.9.166 → 0.9.169

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.
@@ -163,7 +163,7 @@ HeaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderCompo
163
163
  i0.ɵɵtext(9);
164
164
  i0.ɵɵelementEnd()();
165
165
  i0.ɵɵelementStart(10, "div", 9)(11, "div", 10)(12, "kendo-dropdownlist", 11);
166
- i0.ɵɵlistener("ngModelChange", function HeaderComponent_Template_kendo_dropdownlist_ngModelChange_12_listener($event) { return ctx.selectedEntity = $event; });
166
+ i0.ɵɵtwoWayListener("ngModelChange", function HeaderComponent_Template_kendo_dropdownlist_ngModelChange_12_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.selectedEntity, $event) || (ctx.selectedEntity = $event); return $event; });
167
167
  i0.ɵɵelementEnd();
168
168
  i0.ɵɵelementStart(13, "input", 12, 13);
169
169
  i0.ɵɵlistener("keydown.enter", function HeaderComponent_Template_input_keydown_enter_13_listener($event) { return ctx.onSearch($event); });
@@ -189,7 +189,8 @@ HeaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderCompo
189
189
  i0.ɵɵadvance(4);
190
190
  i0.ɵɵtextInterpolate(ctx.appName);
191
191
  i0.ɵɵadvance(3);
192
- i0.ɵɵproperty("data", ctx.searchableEntities)("ngModel", ctx.selectedEntity);
192
+ i0.ɵɵproperty("data", ctx.searchableEntities);
193
+ i0.ɵɵtwoWayProperty("ngModel", ctx.selectedEntity);
193
194
  i0.ɵɵadvance(4);
194
195
  i0.ɵɵproperty("icon", ctx.sharedService.kendoSVGIcon("search"));
195
196
  i0.ɵɵadvance(3);
@@ -25,12 +25,14 @@ function AddItemComponent_ng_container_7_kendo_label_4_Template(rf, ctx) { if (r
25
25
  i0.ɵɵelementStart(0, "kendo-label", 14);
26
26
  i0.ɵɵelement(1, "br");
27
27
  i0.ɵɵelementStart(2, "kendo-dropdownlist", 11);
28
- i0.ɵɵlistener("valueChange", function AddItemComponent_ng_container_7_kendo_label_4_Template_kendo_dropdownlist_valueChange_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r4.onViewChange($event)); })("ngModelChange", function AddItemComponent_ng_container_7_kendo_label_4_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r6 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r6.selectedView = $event); });
28
+ i0.ɵɵlistener("valueChange", function AddItemComponent_ng_container_7_kendo_label_4_Template_kendo_dropdownlist_valueChange_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r4.onViewChange($event)); });
29
+ i0.ɵɵtwoWayListener("ngModelChange", function AddItemComponent_ng_container_7_kendo_label_4_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r6 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r6.selectedView, $event) || (ctx_r6.selectedView = $event); return i0.ɵɵresetView($event); });
29
30
  i0.ɵɵelementEnd()();
30
31
  } if (rf & 2) {
31
32
  const ctx_r2 = i0.ɵɵnextContext(2);
32
33
  i0.ɵɵadvance(2);
33
- i0.ɵɵproperty("data", ctx_r2.Views)("textField", "Name")("valueField", "ID")("ngModel", ctx_r2.selectedView);
34
+ i0.ɵɵproperty("data", ctx_r2.Views)("textField", "Name")("valueField", "ID");
35
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.selectedView);
34
36
  } }
35
37
  function AddItemComponent_ng_container_7_kendo_loader_5_Template(rf, ctx) { if (rf & 1) {
36
38
  i0.ɵɵelement(0, "kendo-loader", 15);
@@ -41,14 +43,16 @@ function AddItemComponent_ng_container_7_Template(rf, ctx) { if (rf & 1) {
41
43
  i0.ɵɵelementStart(1, "kendo-label", 10);
42
44
  i0.ɵɵelement(2, "br");
43
45
  i0.ɵɵelementStart(3, "kendo-dropdownlist", 11);
44
- i0.ɵɵlistener("valueChange", function AddItemComponent_ng_container_7_Template_kendo_dropdownlist_valueChange_3_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.onEntityChange($event)); })("ngModelChange", function AddItemComponent_ng_container_7_Template_kendo_dropdownlist_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.selectedEntity = $event); });
46
+ i0.ɵɵlistener("valueChange", function AddItemComponent_ng_container_7_Template_kendo_dropdownlist_valueChange_3_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.onEntityChange($event)); });
47
+ i0.ɵɵtwoWayListener("ngModelChange", function AddItemComponent_ng_container_7_Template_kendo_dropdownlist_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r9 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r9.selectedEntity, $event) || (ctx_r9.selectedEntity = $event); return i0.ɵɵresetView($event); });
45
48
  i0.ɵɵelementEnd()();
46
49
  i0.ɵɵtemplate(4, AddItemComponent_ng_container_7_kendo_label_4_Template, 3, 4, "kendo-label", 12)(5, AddItemComponent_ng_container_7_kendo_loader_5_Template, 1, 0, "kendo-loader", 13);
47
50
  i0.ɵɵelementContainerEnd();
48
51
  } if (rf & 2) {
49
52
  const ctx_r0 = i0.ɵɵnextContext();
50
53
  i0.ɵɵadvance(3);
51
- i0.ɵɵproperty("data", ctx_r0.Entities)("textField", "Name")("valueField", "ID")("ngModel", ctx_r0.selectedEntity);
54
+ i0.ɵɵproperty("data", ctx_r0.Entities)("textField", "Name")("valueField", "ID");
55
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r0.selectedEntity);
52
56
  i0.ɵɵadvance();
53
57
  i0.ɵɵproperty("ngIf", ctx_r0.selectedEntity && ctx_r0.Views.length);
54
58
  i0.ɵɵadvance();
@@ -59,12 +63,14 @@ function AddItemComponent_ng_container_8_kendo_label_1_Template(rf, ctx) { if (r
59
63
  i0.ɵɵelementStart(0, "kendo-label", 17);
60
64
  i0.ɵɵelement(1, "br");
61
65
  i0.ɵɵelementStart(2, "kendo-dropdownlist", 11);
62
- i0.ɵɵlistener("valueChange", function AddItemComponent_ng_container_8_kendo_label_1_Template_kendo_dropdownlist_valueChange_2_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r12 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r12.onViewChange($event)); })("ngModelChange", function AddItemComponent_ng_container_8_kendo_label_1_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r14 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r14.selectedReport = $event); });
66
+ i0.ɵɵlistener("valueChange", function AddItemComponent_ng_container_8_kendo_label_1_Template_kendo_dropdownlist_valueChange_2_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r12 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r12.onViewChange($event)); });
67
+ i0.ɵɵtwoWayListener("ngModelChange", function AddItemComponent_ng_container_8_kendo_label_1_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r14 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r14.selectedReport, $event) || (ctx_r14.selectedReport = $event); return i0.ɵɵresetView($event); });
63
68
  i0.ɵɵelementEnd()();
64
69
  } if (rf & 2) {
65
70
  const ctx_r10 = i0.ɵɵnextContext(2);
66
71
  i0.ɵɵadvance(2);
67
- i0.ɵɵproperty("data", ctx_r10.Reports)("textField", "Name")("valueField", "ID")("ngModel", ctx_r10.selectedReport);
72
+ i0.ɵɵproperty("data", ctx_r10.Reports)("textField", "Name")("valueField", "ID");
73
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r10.selectedReport);
68
74
  } }
69
75
  function AddItemComponent_ng_container_8_kendo_loader_2_Template(rf, ctx) { if (rf & 1) {
70
76
  i0.ɵɵelement(0, "kendo-loader", 15);
@@ -174,7 +180,8 @@ AddItemComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddItemCom
174
180
  i0.ɵɵelementStart(2, "div", 2)(3, "kendo-label", 3);
175
181
  i0.ɵɵelement(4, "br");
176
182
  i0.ɵɵelementStart(5, "kendo-dropdownlist", 4);
177
- i0.ɵɵlistener("valueChange", function AddItemComponent_Template_kendo_dropdownlist_valueChange_5_listener($event) { return ctx.onResourceTypeChange($event); })("ngModelChange", function AddItemComponent_Template_kendo_dropdownlist_ngModelChange_5_listener($event) { return ctx.resourceType = $event; });
183
+ i0.ɵɵlistener("valueChange", function AddItemComponent_Template_kendo_dropdownlist_valueChange_5_listener($event) { return ctx.onResourceTypeChange($event); });
184
+ i0.ɵɵtwoWayListener("ngModelChange", function AddItemComponent_Template_kendo_dropdownlist_ngModelChange_5_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.resourceType, $event) || (ctx.resourceType = $event); return $event; });
178
185
  i0.ɵɵelementEnd()();
179
186
  i0.ɵɵelementStart(6, "div", 5);
180
187
  i0.ɵɵtemplate(7, AddItemComponent_ng_container_7_Template, 6, 6, "ng-container", 6)(8, AddItemComponent_ng_container_8_Template, 3, 2, "ng-container", 6);
@@ -191,7 +198,8 @@ AddItemComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddItemCom
191
198
  i0.ɵɵadvance();
192
199
  i0.ɵɵproperty("width", 500)("minHeight", 300)("minWidth", 400)("resizable", true);
193
200
  i0.ɵɵadvance(4);
194
- i0.ɵɵproperty("data", ctx.ResourceTypes)("textField", "DisplayName")("valueField", "ID")("subtitle", "sdfsdf")("ngModel", ctx.resourceType);
201
+ i0.ɵɵproperty("data", ctx.ResourceTypes)("textField", "DisplayName")("valueField", "ID")("subtitle", "sdfsdf");
202
+ i0.ɵɵtwoWayProperty("ngModel", ctx.resourceType);
195
203
  i0.ɵɵadvance();
196
204
  i0.ɵɵproperty("ngSwitch", ctx.resourceType.Entity);
197
205
  i0.ɵɵadvance();
@@ -26,11 +26,13 @@ import * as i8 from "../user-view-properties/view-properties-dialog.component";
26
26
  function SingleViewComponent_kendo_textbox_2_Template(rf, ctx) { if (rf & 1) {
27
27
  const _r3 = i0.ɵɵgetCurrentView();
28
28
  i0.ɵɵelementStart(0, "kendo-textbox", 5);
29
- i0.ɵɵlistener("valueChange", function SingleViewComponent_kendo_textbox_2_Template_kendo_textbox_valueChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onSearch($event)); })("ngModelChange", function SingleViewComponent_kendo_textbox_2_Template_kendo_textbox_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.searchText = $event); });
29
+ i0.ɵɵlistener("valueChange", function SingleViewComponent_kendo_textbox_2_Template_kendo_textbox_valueChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onSearch($event)); });
30
+ i0.ɵɵtwoWayListener("ngModelChange", function SingleViewComponent_kendo_textbox_2_Template_kendo_textbox_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r4 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r4.searchText, $event) || (ctx_r4.searchText = $event); return i0.ɵɵresetView($event); });
30
31
  i0.ɵɵelementEnd();
31
32
  } if (rf & 2) {
32
33
  const ctx_r0 = i0.ɵɵnextContext();
33
- i0.ɵɵproperty("clearButton", true)("ngModel", ctx_r0.searchText);
34
+ i0.ɵɵproperty("clearButton", true);
35
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r0.searchText);
34
36
  } }
35
37
  function SingleViewComponent_app_view_properties_dialog_3_Template(rf, ctx) { if (rf & 1) {
36
38
  const _r6 = i0.ɵɵgetCurrentView();
@@ -57,24 +57,25 @@ function ViewPropertiesDialogComponent_kendo_window_3_ng_template_7_Template(rf,
57
57
  i0.ɵɵelementStart(0, "div", 21)(1, "div", 22);
58
58
  i0.ɵɵelement(2, "kendo-label", 23);
59
59
  i0.ɵɵelementStart(3, "kendo-textbox", 24, 25);
60
- i0.ɵɵlistener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_7_Template_kendo_textbox_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.record.Name = $event); });
60
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_7_Template_kendo_textbox_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r13.record.Name, $event) || (ctx_r13.record.Name = $event); return i0.ɵɵresetView($event); });
61
61
  i0.ɵɵelementEnd()();
62
62
  i0.ɵɵelementStart(5, "div", 26);
63
63
  i0.ɵɵelement(6, "kendo-label", 27);
64
64
  i0.ɵɵelementStart(7, "textarea", 28);
65
- i0.ɵɵlistener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_7_Template_textarea_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r15 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r15.record.Description = $event); });
65
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_7_Template_textarea_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r15 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r15.record.Description, $event) || (ctx_r15.record.Description = $event); return i0.ɵɵresetView($event); });
66
66
  i0.ɵɵelementEnd()()();
67
67
  } if (rf & 2) {
68
68
  const ctx_r7 = i0.ɵɵnextContext(2);
69
69
  i0.ɵɵadvance(3);
70
- i0.ɵɵproperty("ngModel", ctx_r7.record.Name);
70
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r7.record.Name);
71
71
  i0.ɵɵadvance(4);
72
- i0.ɵɵproperty("ngModel", ctx_r7.record.Description);
72
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r7.record.Description);
73
73
  } }
74
74
  function ViewPropertiesDialogComponent_kendo_window_3_ng_template_9_ng_template_1_Template(rf, ctx) { if (rf & 1) {
75
75
  const _r19 = i0.ɵɵgetCurrentView();
76
76
  i0.ɵɵelementStart(0, "div", 30)(1, "div")(2, "input", 31);
77
- i0.ɵɵlistener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_9_ng_template_1_Template_input_ngModelChange_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r19); const col_r17 = restoredCtx.item; return i0.ɵɵresetView(!(col_r17.hidden = $event)); })("change", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_9_ng_template_1_Template_input_change_2_listener() { const restoredCtx = i0.ɵɵrestoreView(_r19); const col_r17 = restoredCtx.item; const ctx_r20 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r20.toggleColumn(col_r17)); });
77
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_9_ng_template_1_Template_input_ngModelChange_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r19); const col_r17 = restoredCtx.item; i0.ɵɵtwoWayBindingSet(col_r17.hidden, $event) || (col_r17.hidden = $event); return i0.ɵɵresetView($event); });
78
+ i0.ɵɵlistener("change", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_9_ng_template_1_Template_input_change_2_listener() { const restoredCtx = i0.ɵɵrestoreView(_r19); const col_r17 = restoredCtx.item; const ctx_r20 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r20.toggleColumn(col_r17)); });
78
79
  i0.ɵɵelementEnd();
79
80
  i0.ɵɵelement(3, "kendo-label", 32);
80
81
  i0.ɵɵelementEnd();
@@ -85,7 +86,7 @@ function ViewPropertiesDialogComponent_kendo_window_3_ng_template_9_ng_template_
85
86
  const ctx_r16 = i0.ɵɵnextContext(3);
86
87
  i0.ɵɵadvance(2);
87
88
  i0.ɵɵpropertyInterpolate1("id", "column_", col_r17.ID, "");
88
- i0.ɵɵproperty("ngModel", !col_r17.hidden);
89
+ i0.ɵɵtwoWayProperty("ngModel", !col_r17.hidden);
89
90
  i0.ɵɵadvance();
90
91
  i0.ɵɵproperty("for", "column_" + col_r17.ID)("text", col_r17.DisplayName ? col_r17.DisplayName : col_r17.Name);
91
92
  i0.ɵɵadvance();
@@ -104,13 +105,14 @@ function ViewPropertiesDialogComponent_kendo_window_3_ng_template_9_Template(rf,
104
105
  function ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_div_3_Template(rf, ctx) { if (rf & 1) {
105
106
  const _r26 = i0.ɵɵgetCurrentView();
106
107
  i0.ɵɵelementStart(0, "div", 38)(1, "kendo-textarea", 39);
107
- i0.ɵɵlistener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_div_3_Template_kendo_textarea_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r25 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r25.record.SmartFilterPrompt = $event); });
108
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_div_3_Template_kendo_textarea_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r25 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r25.record.SmartFilterPrompt, $event) || (ctx_r25.record.SmartFilterPrompt = $event); return i0.ɵɵresetView($event); });
108
109
  i0.ɵɵelementEnd()();
109
110
  } if (rf & 2) {
110
111
  const ctx_r23 = i0.ɵɵnextContext(3);
111
112
  i0.ɵɵproperty("fillHeight", true);
112
113
  i0.ɵɵadvance();
113
- i0.ɵɵproperty("rows", 10)("ngModel", ctx_r23.record.SmartFilterPrompt);
114
+ i0.ɵɵproperty("rows", 10);
115
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r23.record.SmartFilterPrompt);
114
116
  } }
115
117
  function ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_div_4_Template(rf, ctx) { if (rf & 1) {
116
118
  const _r28 = i0.ɵɵgetCurrentView();
@@ -127,13 +129,13 @@ function ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_Template(rf
127
129
  i0.ɵɵelementStart(0, "div", 33);
128
130
  i0.ɵɵelement(1, "kendo-label", 34);
129
131
  i0.ɵɵelementStart(2, "kendo-switch", 35);
130
- i0.ɵɵlistener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_Template_kendo_switch_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r29 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r29.record.SmartFilterEnabled = $event); });
132
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_Template_kendo_switch_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r29 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r29.record.SmartFilterEnabled, $event) || (ctx_r29.record.SmartFilterEnabled = $event); return i0.ɵɵresetView($event); });
131
133
  i0.ɵɵelementEnd()();
132
134
  i0.ɵɵtemplate(3, ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_div_3_Template, 2, 3, "div", 36)(4, ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_div_4_Template, 2, 2, "div", 37);
133
135
  } if (rf & 2) {
134
136
  const ctx_r9 = i0.ɵɵnextContext(2);
135
137
  i0.ɵɵadvance(2);
136
- i0.ɵɵproperty("ngModel", ctx_r9.record.SmartFilterEnabled);
138
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r9.record.SmartFilterEnabled);
137
139
  i0.ɵɵadvance();
138
140
  i0.ɵɵproperty("ngIf", ctx_r9.record.SmartFilterEnabled);
139
141
  i0.ɵɵadvance();
@@ -142,10 +144,12 @@ function ViewPropertiesDialogComponent_kendo_window_3_ng_template_11_Template(rf
142
144
  function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template(rf, ctx) { if (rf & 1) {
143
145
  const _r34 = i0.ɵɵgetCurrentView();
144
146
  i0.ɵɵelementStart(0, "div")(1, "kendo-dropdownlist", 43);
145
- i0.ɵɵlistener("valueChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_kendo_dropdownlist_valueChange_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; const ctx_r33 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r33.sortColumnValueChange(s_r32, $event)); })("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_kendo_dropdownlist_ngModelChange_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; return i0.ɵɵresetView(s_r32.field = $event); });
147
+ i0.ɵɵlistener("valueChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_kendo_dropdownlist_valueChange_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; const ctx_r33 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r33.sortColumnValueChange(s_r32, $event)); });
148
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_kendo_dropdownlist_ngModelChange_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; i0.ɵɵtwoWayBindingSet(s_r32.field, $event) || (s_r32.field = $event); return i0.ɵɵresetView($event); });
146
149
  i0.ɵɵelementEnd();
147
150
  i0.ɵɵelementStart(2, "kendo-dropdownlist", 44);
148
- i0.ɵɵlistener("valueChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_kendo_dropdownlist_valueChange_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; const ctx_r36 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r36.sortDirectionValueChange(s_r32, $event)); })("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; return i0.ɵɵresetView(s_r32.direction = $event); });
151
+ i0.ɵɵlistener("valueChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_kendo_dropdownlist_valueChange_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; const ctx_r36 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r36.sortDirectionValueChange(s_r32, $event)); });
152
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; i0.ɵɵtwoWayBindingSet(s_r32.direction, $event) || (s_r32.direction = $event); return i0.ɵɵresetView($event); });
149
153
  i0.ɵɵelementEnd();
150
154
  i0.ɵɵelementStart(3, "button", 19);
151
155
  i0.ɵɵlistener("click", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Template_button_click_3_listener() { const restoredCtx = i0.ɵɵrestoreView(_r34); const s_r32 = restoredCtx.$implicit; const ctx_r38 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r38.removeSort(s_r32)); });
@@ -155,9 +159,11 @@ function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_div_3_Templ
155
159
  const s_r32 = ctx.$implicit;
156
160
  const ctx_r31 = i0.ɵɵnextContext(3);
157
161
  i0.ɵɵadvance();
158
- i0.ɵɵproperty("data", ctx_r31.sortFields)("ngModel", s_r32.field);
162
+ i0.ɵɵproperty("data", ctx_r31.sortFields);
163
+ i0.ɵɵtwoWayProperty("ngModel", s_r32.field);
159
164
  i0.ɵɵadvance();
160
- i0.ɵɵproperty("data", ctx_r31.sortDirections)("ngModel", s_r32.direction);
165
+ i0.ɵɵproperty("data", ctx_r31.sortDirections);
166
+ i0.ɵɵtwoWayProperty("ngModel", s_r32.direction);
161
167
  i0.ɵɵadvance(2);
162
168
  i0.ɵɵproperty("icon", ctx_r31.sharedService.kendoSVGIcon("sortClear"));
163
169
  } }
@@ -178,27 +184,30 @@ function ViewPropertiesDialogComponent_kendo_window_3_ng_template_13_Template(rf
178
184
  function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_0_Template(rf, ctx) { if (rf & 1) {
179
185
  const _r44 = i0.ɵɵgetCurrentView();
180
186
  i0.ɵɵelementStart(0, "div")(1, "kendo-textarea", 46);
181
- i0.ɵɵlistener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_0_Template_kendo_textarea_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r43 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r43.record.SmartFilterExplanation = $event); });
187
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_0_Template_kendo_textarea_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r43 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r43.record.SmartFilterExplanation, $event) || (ctx_r43.record.SmartFilterExplanation = $event); return i0.ɵɵresetView($event); });
182
188
  i0.ɵɵelementEnd();
183
189
  i0.ɵɵelementStart(2, "kendo-textarea", 46);
184
- i0.ɵɵlistener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_0_Template_kendo_textarea_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r45 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r45.record.SmartFilterWhereClause = $event); });
190
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_0_Template_kendo_textarea_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r45 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r45.record.SmartFilterWhereClause, $event) || (ctx_r45.record.SmartFilterWhereClause = $event); return i0.ɵɵresetView($event); });
185
191
  i0.ɵɵelementEnd()();
186
192
  } if (rf & 2) {
187
193
  const ctx_r41 = i0.ɵɵnextContext(3);
188
194
  i0.ɵɵadvance();
189
- i0.ɵɵproperty("readonly", true)("rows", 5)("ngModel", ctx_r41.record.SmartFilterExplanation);
195
+ i0.ɵɵproperty("readonly", true)("rows", 5);
196
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r41.record.SmartFilterExplanation);
190
197
  i0.ɵɵadvance();
191
- i0.ɵɵproperty("readonly", true)("rows", 5)("ngModel", ctx_r41.record.SmartFilterWhereClause);
198
+ i0.ɵɵproperty("readonly", true)("rows", 5);
199
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r41.record.SmartFilterWhereClause);
192
200
  } }
193
201
  function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_1_Template(rf, ctx) { if (rf & 1) {
194
202
  const _r47 = i0.ɵɵgetCurrentView();
195
203
  i0.ɵɵelementStart(0, "div")(1, "kendo-textarea", 46);
196
- i0.ɵɵlistener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_1_Template_kendo_textarea_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r46 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r46.record.WhereClause = $event); });
204
+ i0.ɵɵtwoWayListener("ngModelChange", function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_1_Template_kendo_textarea_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r46 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r46.record.WhereClause, $event) || (ctx_r46.record.WhereClause = $event); return i0.ɵɵresetView($event); });
197
205
  i0.ɵɵelementEnd()();
198
206
  } if (rf & 2) {
199
207
  const ctx_r42 = i0.ɵɵnextContext(3);
200
208
  i0.ɵɵadvance();
201
- i0.ɵɵproperty("readonly", true)("rows", 7)("ngModel", ctx_r42.record.WhereClause);
209
+ i0.ɵɵproperty("readonly", true)("rows", 7);
210
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r42.record.WhereClause);
202
211
  } }
203
212
  function ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_Template(rf, ctx) { if (rf & 1) {
204
213
  i0.ɵɵtemplate(0, ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_0_Template, 3, 6, "div", 37)(1, ViewPropertiesDialogComponent_kendo_window_3_ng_template_15_div_1_Template, 2, 3, "div", 45);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-explorer-core",
3
- "version": "0.9.166",
3
+ "version": "0.9.169",
4
4
  "description": "MemberJunction Explorer: Core Angular Components",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -36,15 +36,15 @@
36
36
  "@progress/kendo-svg-icons": "~2.1.0"
37
37
  },
38
38
  "dependencies": {
39
- "@memberjunction/global": "^0.9.140",
40
- "@memberjunction/core": "^0.9.154",
41
- "@memberjunction/ng-compare-records": "^0.9.156",
42
- "@memberjunction/ng-record-changes": "^0.9.90",
43
- "@memberjunction/ng-container-directives": "^0.9.124",
44
- "@memberjunction/ng-user-view-grid": "^0.9.180",
45
- "@memberjunction/ng-query-grid": "^0.9.36",
46
- "@memberjunction/ng-shared": "^0.9.13",
47
- "@memberjunction/ng-ask-skip": "^0.9.51",
39
+ "@memberjunction/global": "^0.9.142",
40
+ "@memberjunction/core": "^0.9.157",
41
+ "@memberjunction/ng-compare-records": "^0.9.159",
42
+ "@memberjunction/ng-record-changes": "^0.9.93",
43
+ "@memberjunction/ng-container-directives": "^0.9.127",
44
+ "@memberjunction/ng-user-view-grid": "^0.9.183",
45
+ "@memberjunction/ng-query-grid": "^0.9.39",
46
+ "@memberjunction/ng-shared": "^0.9.15",
47
+ "@memberjunction/ng-ask-skip": "^0.9.54",
48
48
  "tslib": "^2.3.0"
49
49
  },
50
50
  "sideEffects": false