igniteui-webcomponents-layouts 5.3.0 → 5.4.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/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +8 -8
- package/esm2015/lib/ComboEditorView_combined.js +27 -26
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +595 -577
- package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm2015/lib/ToolActionFieldSelector.js +7 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
- package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm2015/lib/ToolActionVisualData.js +17 -13
- package/esm2015/lib/ToolPanelContext.js +4 -1
- package/esm2015/lib/igc-list-panel-component.js +64 -54
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +191 -180
- package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
- package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +275 -250
- package/esm2015/lib/igc-tool-panel-module.js +2 -0
- package/esm2015/lib/igc-toolbar-component.js +171 -156
- package/esm2015/public_api.js +16 -0
- package/esm5/lib/ComboEditorBridge.js +8 -8
- package/esm5/lib/ComboEditorView_combined.js +27 -26
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm5/lib/ListPanelView_combined.js +592 -570
- package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm5/lib/ToolActionFieldSelector.js +7 -0
- package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
- package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm5/lib/ToolActionVisualData.js +17 -13
- package/esm5/lib/ToolPanelContext.js +4 -1
- package/esm5/lib/igc-list-panel-component.js +68 -54
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +195 -180
- package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
- package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +283 -250
- package/esm5/lib/igc-tool-panel-module.js +2 -0
- package/esm5/lib/igc-toolbar-component.js +175 -156
- package/esm5/public_api.js +16 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
- package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
- package/lib/ListPanelView_combined.d.ts +147 -144
- package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
- package/lib/ToolActionFieldSelector.d.ts +1 -0
- package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
- package/lib/ToolActionVisualData.d.ts +6 -5
- package/lib/igc-list-panel-component.d.ts +5 -0
- package/lib/igc-tool-action-component.d.ts +6 -0
- package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
- package/lib/igc-tool-panel-component.d.ts +10 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +16 -0
|
@@ -75,11 +75,11 @@ var IgcToolActionGroupHeaderComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
75
75
|
* Gets the actual back icon color.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.hw);
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("actualBackIconColor", brushToString(this.i.
|
|
81
|
+
this.i.hw = stringToBrush(v);
|
|
82
|
+
this._a("actualBackIconColor", brushToString(this.i.hw));
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,11 +89,11 @@ var IgcToolActionGroupHeaderComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
89
89
|
* Gets or sets the icon color for the back button.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return brushToString(this.i.
|
|
92
|
+
return brushToString(this.i.hx);
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("backIconColor", brushToString(this.i.
|
|
95
|
+
this.i.hx = stringToBrush(v);
|
|
96
|
+
this._a("backIconColor", brushToString(this.i.hx));
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
99
99
|
configurable: true
|
|
@@ -80,11 +80,11 @@ var IgcToolActionIconButtonComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
80
80
|
* Gets or sets how long it takes before the tooltip is displayed (in milliseconds).
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.iv;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("tooltipDelay", this.i.
|
|
86
|
+
this.i.iv = +v;
|
|
87
|
+
this._a("tooltipDelay", this.i.iv);
|
|
88
88
|
},
|
|
89
89
|
enumerable: false,
|
|
90
90
|
configurable: true
|
|
@@ -94,118 +94,118 @@ var IgcToolActionIconButtonComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
94
94
|
* Gets the actual delay before the tooltip is displayed (in milliseconds).
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.iu;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
101
|
-
this._a("actualTooltipDelay", this.i.
|
|
100
|
+
this.i.iu = +v;
|
|
101
|
+
this._a("actualTooltipDelay", this.i.iu);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingLeft", {
|
|
107
107
|
get: function () {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.io;
|
|
109
109
|
},
|
|
110
110
|
set: function (v) {
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("contentPaddingLeft", this.i.
|
|
111
|
+
this.i.io = +v;
|
|
112
|
+
this._a("contentPaddingLeft", this.i.io);
|
|
113
113
|
},
|
|
114
114
|
enumerable: false,
|
|
115
115
|
configurable: true
|
|
116
116
|
});
|
|
117
117
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingLeft", {
|
|
118
118
|
get: function () {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.ij;
|
|
120
120
|
},
|
|
121
121
|
set: function (v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
122
|
+
this.i.ij = +v;
|
|
123
|
+
this._a("actualContentPaddingLeft", this.i.ij);
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingTop", {
|
|
129
129
|
get: function () {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.iq;
|
|
131
131
|
},
|
|
132
132
|
set: function (v) {
|
|
133
|
-
this.i.
|
|
134
|
-
this._a("contentPaddingTop", this.i.
|
|
133
|
+
this.i.iq = +v;
|
|
134
|
+
this._a("contentPaddingTop", this.i.iq);
|
|
135
135
|
},
|
|
136
136
|
enumerable: false,
|
|
137
137
|
configurable: true
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingTop", {
|
|
140
140
|
get: function () {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.il;
|
|
142
142
|
},
|
|
143
143
|
set: function (v) {
|
|
144
|
-
this.i.
|
|
145
|
-
this._a("actualContentPaddingTop", this.i.
|
|
144
|
+
this.i.il = +v;
|
|
145
|
+
this._a("actualContentPaddingTop", this.i.il);
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingRight", {
|
|
151
151
|
get: function () {
|
|
152
|
-
return this.i.
|
|
152
|
+
return this.i.ip;
|
|
153
153
|
},
|
|
154
154
|
set: function (v) {
|
|
155
|
-
this.i.
|
|
156
|
-
this._a("contentPaddingRight", this.i.
|
|
155
|
+
this.i.ip = +v;
|
|
156
|
+
this._a("contentPaddingRight", this.i.ip);
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
159
159
|
configurable: true
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingRight", {
|
|
162
162
|
get: function () {
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.ik;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("actualContentPaddingRight", this.i.
|
|
166
|
+
this.i.ik = +v;
|
|
167
|
+
this._a("actualContentPaddingRight", this.i.ik);
|
|
168
168
|
},
|
|
169
169
|
enumerable: false,
|
|
170
170
|
configurable: true
|
|
171
171
|
});
|
|
172
172
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingBottom", {
|
|
173
173
|
get: function () {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.im;
|
|
175
175
|
},
|
|
176
176
|
set: function (v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("contentPaddingBottom", this.i.
|
|
177
|
+
this.i.im = +v;
|
|
178
|
+
this._a("contentPaddingBottom", this.i.im);
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingBottom", {
|
|
184
184
|
get: function () {
|
|
185
|
-
return this.i.
|
|
185
|
+
return this.i.ii;
|
|
186
186
|
},
|
|
187
187
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
189
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
188
|
+
this.i.ii = +v;
|
|
189
|
+
this._a("actualContentPaddingBottom", this.i.ii);
|
|
190
190
|
},
|
|
191
191
|
enumerable: false,
|
|
192
192
|
configurable: true
|
|
193
193
|
});
|
|
194
194
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "isOpen", {
|
|
195
195
|
get: function () {
|
|
196
|
-
return this.i.
|
|
196
|
+
return this.i.ba;
|
|
197
197
|
},
|
|
198
198
|
enumerable: false,
|
|
199
199
|
configurable: true
|
|
200
200
|
});
|
|
201
201
|
IgcToolActionIconButtonComponent.prototype.openSubMenu = function () {
|
|
202
|
-
this.i.
|
|
202
|
+
this.i.ge();
|
|
203
203
|
};
|
|
204
204
|
IgcToolActionIconButtonComponent.prototype.closeSubmenu = function () {
|
|
205
|
-
this.i.
|
|
205
|
+
this.i.fd();
|
|
206
206
|
};
|
|
207
207
|
IgcToolActionIconButtonComponent.prototype.exportVisualData = function () {
|
|
208
|
-
var iv = this.i.
|
|
208
|
+
var iv = this.i.cr();
|
|
209
209
|
return (iv);
|
|
210
210
|
};
|
|
211
211
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "popupOpening", {
|
|
@@ -75,11 +75,11 @@ var IgcToolActionIconMenuComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
75
75
|
* Gets or sets the stroke color of the arrow icon.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.kc);
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("arrowStroke", brushToString(this.i.
|
|
81
|
+
this.i.kc = stringToBrush(v);
|
|
82
|
+
this._a("arrowStroke", brushToString(this.i.kc));
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,11 +89,11 @@ var IgcToolActionIconMenuComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
89
89
|
* Gets the actual stroke color of the arrow icon.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return brushToString(this.i.
|
|
92
|
+
return brushToString(this.i.kb);
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("actualArrowStroke", brushToString(this.i.
|
|
95
|
+
this.i.kb = stringToBrush(v);
|
|
96
|
+
this._a("actualArrowStroke", brushToString(this.i.kb));
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
99
99
|
configurable: true
|
|
@@ -103,17 +103,17 @@ var IgcToolActionIconMenuComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
103
103
|
* Gets or sets whether the arrow icon should be shown.
|
|
104
104
|
*/
|
|
105
105
|
get: function () {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.j0;
|
|
107
107
|
},
|
|
108
108
|
set: function (v) {
|
|
109
|
-
this.i.
|
|
110
|
-
this._a("showArrowIcon", this.i.
|
|
109
|
+
this.i.j0 = ensureBool(v);
|
|
110
|
+
this._a("showArrowIcon", this.i.j0);
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
114
114
|
});
|
|
115
115
|
IgcToolActionIconMenuComponent.prototype.exportVisualData = function () {
|
|
116
|
-
var iv = this.i.
|
|
116
|
+
var iv = this.i.cr();
|
|
117
117
|
return (iv);
|
|
118
118
|
};
|
|
119
119
|
IgcToolActionIconMenuComponent._observedAttributesIgcToolActionIconMenuComponent = null;
|
|
@@ -75,11 +75,11 @@ var IgcToolActionNumberInputComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
75
75
|
* Gets or sets the value for the input.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.hn;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("value", this.i.
|
|
81
|
+
this.i.hn = +v;
|
|
82
|
+
this._a("value", this.i.hn);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -75,10 +75,10 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
75
75
|
* Gets or sets the channel this radio button belongs to.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.ht;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.ht = v;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
@@ -88,11 +88,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
88
88
|
* Gets or sets if the tool action is checked.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.hm;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
95
|
-
this._a("isChecked", this.i.
|
|
94
|
+
this.i.hm = ensureBool(v);
|
|
95
|
+
this._a("isChecked", this.i.hm);
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
@@ -103,11 +103,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
103
103
|
* well not become selected when clicked if this property is true.
|
|
104
104
|
*/
|
|
105
105
|
get: function () {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.hn;
|
|
107
107
|
},
|
|
108
108
|
set: function (v) {
|
|
109
|
-
this.i.
|
|
110
|
-
this._a("isManual", this.i.
|
|
109
|
+
this.i.hn = ensureBool(v);
|
|
110
|
+
this._a("isManual", this.i.hn);
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,11 +117,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
117
117
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return brushToString(this.i.
|
|
120
|
+
return brushToString(this.i.h9);
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
123
|
+
this.i.h9 = stringToBrush(v);
|
|
124
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.h9));
|
|
125
125
|
},
|
|
126
126
|
enumerable: false,
|
|
127
127
|
configurable: true
|
|
@@ -131,11 +131,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
131
131
|
* Gets the actual background color of the radio when in the unchecked state.
|
|
132
132
|
*/
|
|
133
133
|
get: function () {
|
|
134
|
-
return brushToString(this.i.
|
|
134
|
+
return brushToString(this.i.h5);
|
|
135
135
|
},
|
|
136
136
|
set: function (v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
137
|
+
this.i.h5 = stringToBrush(v);
|
|
138
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.h5));
|
|
139
139
|
},
|
|
140
140
|
enumerable: false,
|
|
141
141
|
configurable: true
|
|
@@ -145,11 +145,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
145
145
|
* Gets or sets the background color of the radio when in the checked state.
|
|
146
146
|
*/
|
|
147
147
|
get: function () {
|
|
148
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.h7);
|
|
149
149
|
},
|
|
150
150
|
set: function (v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
151
|
+
this.i.h7 = stringToBrush(v);
|
|
152
|
+
this._a("checkedBackgroundColor", brushToString(this.i.h7));
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,11 +159,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
159
159
|
* Gets the actual background color of the radio when in the checked state.
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return brushToString(this.i.
|
|
162
|
+
return brushToString(this.i.h3);
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
166
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
165
|
+
this.i.h3 = stringToBrush(v);
|
|
166
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.h3));
|
|
167
167
|
},
|
|
168
168
|
enumerable: false,
|
|
169
169
|
configurable: true
|
|
@@ -173,11 +173,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
173
173
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
174
174
|
*/
|
|
175
175
|
get: function () {
|
|
176
|
-
return brushToString(this.i.
|
|
176
|
+
return brushToString(this.i.ia);
|
|
177
177
|
},
|
|
178
178
|
set: function (v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
179
|
+
this.i.ia = stringToBrush(v);
|
|
180
|
+
this._a("uncheckedBorderColor", brushToString(this.i.ia));
|
|
181
181
|
},
|
|
182
182
|
enumerable: false,
|
|
183
183
|
configurable: true
|
|
@@ -187,11 +187,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
187
187
|
* Gets the actual border color of the radio when in the unchecked state.
|
|
188
188
|
*/
|
|
189
189
|
get: function () {
|
|
190
|
-
return brushToString(this.i.
|
|
190
|
+
return brushToString(this.i.h6);
|
|
191
191
|
},
|
|
192
192
|
set: function (v) {
|
|
193
|
-
this.i.
|
|
194
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
193
|
+
this.i.h6 = stringToBrush(v);
|
|
194
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.h6));
|
|
195
195
|
},
|
|
196
196
|
enumerable: false,
|
|
197
197
|
configurable: true
|
|
@@ -201,11 +201,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
201
201
|
* Gets or sets the border color of the radio when in the checked state.
|
|
202
202
|
*/
|
|
203
203
|
get: function () {
|
|
204
|
-
return brushToString(this.i.
|
|
204
|
+
return brushToString(this.i.h8);
|
|
205
205
|
},
|
|
206
206
|
set: function (v) {
|
|
207
|
-
this.i.
|
|
208
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
207
|
+
this.i.h8 = stringToBrush(v);
|
|
208
|
+
this._a("checkedBorderColor", brushToString(this.i.h8));
|
|
209
209
|
},
|
|
210
210
|
enumerable: false,
|
|
211
211
|
configurable: true
|
|
@@ -215,11 +215,11 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
215
215
|
* Gets the actual border color of the radio when in the checked state.
|
|
216
216
|
*/
|
|
217
217
|
get: function () {
|
|
218
|
-
return brushToString(this.i.
|
|
218
|
+
return brushToString(this.i.h4);
|
|
219
219
|
},
|
|
220
220
|
set: function (v) {
|
|
221
|
-
this.i.
|
|
222
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
221
|
+
this.i.h4 = stringToBrush(v);
|
|
222
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.h4));
|
|
223
223
|
},
|
|
224
224
|
enumerable: false,
|
|
225
225
|
configurable: true
|
|
@@ -75,11 +75,11 @@ var IgcToolActionSeparatorComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
75
75
|
* Gets or sets the size of the separator.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.hn;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("size", this.i.
|
|
81
|
+
this.i.hn = +v;
|
|
82
|
+
this._a("size", this.i.hn);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,11 +89,11 @@ var IgcToolActionSeparatorComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
89
89
|
* Gets or sets whether to use group header styling or regular styling on this separator.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.hl;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("isGroupHeaderSeparator", this.i.
|
|
95
|
+
this.i.hl = ensureBool(v);
|
|
96
|
+
this._a("isGroupHeaderSeparator", this.i.hl);
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
99
99
|
configurable: true
|
|
@@ -70,6 +70,20 @@ var IgcToolActionSubPanelComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
70
70
|
RegisterElementHelper.registerElement(IgcToolActionSubPanelComponent.htmlTagName, IgcToolActionSubPanelComponent);
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
|
+
Object.defineProperty(IgcToolActionSubPanelComponent.prototype, "itemSpacing", {
|
|
74
|
+
/**
|
|
75
|
+
* Gets or sets the spacing between items.
|
|
76
|
+
*/
|
|
77
|
+
get: function () {
|
|
78
|
+
return this.i.hn;
|
|
79
|
+
},
|
|
80
|
+
set: function (v) {
|
|
81
|
+
this.i.hn = +v;
|
|
82
|
+
this._a("itemSpacing", this.i.hn);
|
|
83
|
+
},
|
|
84
|
+
enumerable: false,
|
|
85
|
+
configurable: true
|
|
86
|
+
});
|
|
73
87
|
IgcToolActionSubPanelComponent._observedAttributesIgcToolActionSubPanelComponent = null;
|
|
74
88
|
IgcToolActionSubPanelComponent.htmlTagName = "igc-tool-action-sub-panel";
|
|
75
89
|
IgcToolActionSubPanelComponent._isElementRegistered = false;
|
|
@@ -75,10 +75,10 @@ var IgcToolActionTextInputComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
75
75
|
* Gets or sets the value for the input.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.hn;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.hn = v;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|