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
|
@@ -69,89 +69,89 @@ export let IgcToolActionIconButtonComponent = /*@__PURE__*/ (() => {
|
|
|
69
69
|
* Gets or sets how long it takes before the tooltip is displayed (in milliseconds).
|
|
70
70
|
*/
|
|
71
71
|
get tooltipDelay() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.iv;
|
|
73
73
|
}
|
|
74
74
|
set tooltipDelay(v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("tooltipDelay", this.i.
|
|
75
|
+
this.i.iv = +v;
|
|
76
|
+
this._a("tooltipDelay", this.i.iv);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Gets the actual delay before the tooltip is displayed (in milliseconds).
|
|
80
80
|
*/
|
|
81
81
|
get actualTooltipDelay() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.iu;
|
|
83
83
|
}
|
|
84
84
|
set actualTooltipDelay(v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("actualTooltipDelay", this.i.
|
|
85
|
+
this.i.iu = +v;
|
|
86
|
+
this._a("actualTooltipDelay", this.i.iu);
|
|
87
87
|
}
|
|
88
88
|
get contentPaddingLeft() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.io;
|
|
90
90
|
}
|
|
91
91
|
set contentPaddingLeft(v) {
|
|
92
|
-
this.i.
|
|
93
|
-
this._a("contentPaddingLeft", this.i.
|
|
92
|
+
this.i.io = +v;
|
|
93
|
+
this._a("contentPaddingLeft", this.i.io);
|
|
94
94
|
}
|
|
95
95
|
get actualContentPaddingLeft() {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.ij;
|
|
97
97
|
}
|
|
98
98
|
set actualContentPaddingLeft(v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
99
|
+
this.i.ij = +v;
|
|
100
|
+
this._a("actualContentPaddingLeft", this.i.ij);
|
|
101
101
|
}
|
|
102
102
|
get contentPaddingTop() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.iq;
|
|
104
104
|
}
|
|
105
105
|
set contentPaddingTop(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("contentPaddingTop", this.i.
|
|
106
|
+
this.i.iq = +v;
|
|
107
|
+
this._a("contentPaddingTop", this.i.iq);
|
|
108
108
|
}
|
|
109
109
|
get actualContentPaddingTop() {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.il;
|
|
111
111
|
}
|
|
112
112
|
set actualContentPaddingTop(v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("actualContentPaddingTop", this.i.
|
|
113
|
+
this.i.il = +v;
|
|
114
|
+
this._a("actualContentPaddingTop", this.i.il);
|
|
115
115
|
}
|
|
116
116
|
get contentPaddingRight() {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.ip;
|
|
118
118
|
}
|
|
119
119
|
set contentPaddingRight(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("contentPaddingRight", this.i.
|
|
120
|
+
this.i.ip = +v;
|
|
121
|
+
this._a("contentPaddingRight", this.i.ip);
|
|
122
122
|
}
|
|
123
123
|
get actualContentPaddingRight() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.ik;
|
|
125
125
|
}
|
|
126
126
|
set actualContentPaddingRight(v) {
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("actualContentPaddingRight", this.i.
|
|
127
|
+
this.i.ik = +v;
|
|
128
|
+
this._a("actualContentPaddingRight", this.i.ik);
|
|
129
129
|
}
|
|
130
130
|
get contentPaddingBottom() {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.im;
|
|
132
132
|
}
|
|
133
133
|
set contentPaddingBottom(v) {
|
|
134
|
-
this.i.
|
|
135
|
-
this._a("contentPaddingBottom", this.i.
|
|
134
|
+
this.i.im = +v;
|
|
135
|
+
this._a("contentPaddingBottom", this.i.im);
|
|
136
136
|
}
|
|
137
137
|
get actualContentPaddingBottom() {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.ii;
|
|
139
139
|
}
|
|
140
140
|
set actualContentPaddingBottom(v) {
|
|
141
|
-
this.i.
|
|
142
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
141
|
+
this.i.ii = +v;
|
|
142
|
+
this._a("actualContentPaddingBottom", this.i.ii);
|
|
143
143
|
}
|
|
144
144
|
get isOpen() {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.ba;
|
|
146
146
|
}
|
|
147
147
|
openSubMenu() {
|
|
148
|
-
this.i.
|
|
148
|
+
this.i.ge();
|
|
149
149
|
}
|
|
150
150
|
closeSubmenu() {
|
|
151
|
-
this.i.
|
|
151
|
+
this.i.fd();
|
|
152
152
|
}
|
|
153
153
|
exportVisualData() {
|
|
154
|
-
let iv = this.i.
|
|
154
|
+
let iv = this.i.cr();
|
|
155
155
|
return (iv);
|
|
156
156
|
}
|
|
157
157
|
get popupOpening() {
|
|
@@ -65,34 +65,34 @@ export let IgcToolActionIconMenuComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the stroke color of the arrow icon.
|
|
66
66
|
*/
|
|
67
67
|
get arrowStroke() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.kc);
|
|
69
69
|
}
|
|
70
70
|
set arrowStroke(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("arrowStroke", brushToString(this.i.
|
|
71
|
+
this.i.kc = stringToBrush(v);
|
|
72
|
+
this._a("arrowStroke", brushToString(this.i.kc));
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets the actual stroke color of the arrow icon.
|
|
76
76
|
*/
|
|
77
77
|
get actualArrowStroke() {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.kb);
|
|
79
79
|
}
|
|
80
80
|
set actualArrowStroke(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("actualArrowStroke", brushToString(this.i.
|
|
81
|
+
this.i.kb = stringToBrush(v);
|
|
82
|
+
this._a("actualArrowStroke", brushToString(this.i.kb));
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets whether the arrow icon should be shown.
|
|
86
86
|
*/
|
|
87
87
|
get showArrowIcon() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.j0;
|
|
89
89
|
}
|
|
90
90
|
set showArrowIcon(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("showArrowIcon", this.i.
|
|
91
|
+
this.i.j0 = ensureBool(v);
|
|
92
|
+
this._a("showArrowIcon", this.i.j0);
|
|
93
93
|
}
|
|
94
94
|
exportVisualData() {
|
|
95
|
-
let iv = this.i.
|
|
95
|
+
let iv = this.i.cr();
|
|
96
96
|
return (iv);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
@@ -65,11 +65,11 @@ export let IgcToolActionNumberInputComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the value for the input.
|
|
66
66
|
*/
|
|
67
67
|
get value() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hn;
|
|
69
69
|
}
|
|
70
70
|
set value(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("value", this.i.
|
|
71
|
+
this.i.hn = +v;
|
|
72
|
+
this._a("value", this.i.hn);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
IgcToolActionNumberInputComponent._observedAttributesIgcToolActionNumberInputComponent = null;
|
|
@@ -65,111 +65,111 @@ export let IgcToolActionRadioComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the channel this radio button belongs to.
|
|
66
66
|
*/
|
|
67
67
|
get channel() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.ht;
|
|
69
69
|
}
|
|
70
70
|
set channel(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.ht = v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets if the tool action is checked.
|
|
75
75
|
*/
|
|
76
76
|
get isChecked() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.hm;
|
|
78
78
|
}
|
|
79
79
|
set isChecked(v) {
|
|
80
|
-
this.i.
|
|
81
|
-
this._a("isChecked", this.i.
|
|
80
|
+
this.i.hm = ensureBool(v);
|
|
81
|
+
this._a("isChecked", this.i.hm);
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* Gets or sets if the checked state of the radio is handled manually by the user. The radio
|
|
85
85
|
* well not become selected when clicked if this property is true.
|
|
86
86
|
*/
|
|
87
87
|
get isManual() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.hn;
|
|
89
89
|
}
|
|
90
90
|
set isManual(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("isManual", this.i.
|
|
91
|
+
this.i.hn = ensureBool(v);
|
|
92
|
+
this._a("isManual", this.i.hn);
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
96
96
|
*/
|
|
97
97
|
get uncheckedBackgroundColor() {
|
|
98
|
-
return brushToString(this.i.
|
|
98
|
+
return brushToString(this.i.h9);
|
|
99
99
|
}
|
|
100
100
|
set uncheckedBackgroundColor(v) {
|
|
101
|
-
this.i.
|
|
102
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
101
|
+
this.i.h9 = stringToBrush(v);
|
|
102
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.h9));
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets the actual background color of the radio when in the unchecked state.
|
|
106
106
|
*/
|
|
107
107
|
get actualUncheckedBackgroundColor() {
|
|
108
|
-
return brushToString(this.i.
|
|
108
|
+
return brushToString(this.i.h5);
|
|
109
109
|
}
|
|
110
110
|
set actualUncheckedBackgroundColor(v) {
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
111
|
+
this.i.h5 = stringToBrush(v);
|
|
112
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.h5));
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* Gets or sets the background color of the radio when in the checked state.
|
|
116
116
|
*/
|
|
117
117
|
get checkedBackgroundColor() {
|
|
118
|
-
return brushToString(this.i.
|
|
118
|
+
return brushToString(this.i.h7);
|
|
119
119
|
}
|
|
120
120
|
set checkedBackgroundColor(v) {
|
|
121
|
-
this.i.
|
|
122
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
121
|
+
this.i.h7 = stringToBrush(v);
|
|
122
|
+
this._a("checkedBackgroundColor", brushToString(this.i.h7));
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Gets the actual background color of the radio when in the checked state.
|
|
126
126
|
*/
|
|
127
127
|
get actualCheckedBackgroundColor() {
|
|
128
|
-
return brushToString(this.i.
|
|
128
|
+
return brushToString(this.i.h3);
|
|
129
129
|
}
|
|
130
130
|
set actualCheckedBackgroundColor(v) {
|
|
131
|
-
this.i.
|
|
132
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
131
|
+
this.i.h3 = stringToBrush(v);
|
|
132
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.h3));
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
135
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
136
136
|
*/
|
|
137
137
|
get uncheckedBorderColor() {
|
|
138
|
-
return brushToString(this.i.
|
|
138
|
+
return brushToString(this.i.ia);
|
|
139
139
|
}
|
|
140
140
|
set uncheckedBorderColor(v) {
|
|
141
|
-
this.i.
|
|
142
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
141
|
+
this.i.ia = stringToBrush(v);
|
|
142
|
+
this._a("uncheckedBorderColor", brushToString(this.i.ia));
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
145
|
* Gets the actual border color of the radio when in the unchecked state.
|
|
146
146
|
*/
|
|
147
147
|
get actualUncheckedBorderColor() {
|
|
148
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.h6);
|
|
149
149
|
}
|
|
150
150
|
set actualUncheckedBorderColor(v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
151
|
+
this.i.h6 = stringToBrush(v);
|
|
152
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.h6));
|
|
153
153
|
}
|
|
154
154
|
/**
|
|
155
155
|
* Gets or sets the border color of the radio when in the checked state.
|
|
156
156
|
*/
|
|
157
157
|
get checkedBorderColor() {
|
|
158
|
-
return brushToString(this.i.
|
|
158
|
+
return brushToString(this.i.h8);
|
|
159
159
|
}
|
|
160
160
|
set checkedBorderColor(v) {
|
|
161
|
-
this.i.
|
|
162
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
161
|
+
this.i.h8 = stringToBrush(v);
|
|
162
|
+
this._a("checkedBorderColor", brushToString(this.i.h8));
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
165
|
* Gets the actual border color of the radio when in the checked state.
|
|
166
166
|
*/
|
|
167
167
|
get actualCheckedBorderColor() {
|
|
168
|
-
return brushToString(this.i.
|
|
168
|
+
return brushToString(this.i.h4);
|
|
169
169
|
}
|
|
170
170
|
set actualCheckedBorderColor(v) {
|
|
171
|
-
this.i.
|
|
172
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
171
|
+
this.i.h4 = stringToBrush(v);
|
|
172
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.h4));
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
IgcToolActionRadioComponent._observedAttributesIgcToolActionRadioComponent = null;
|
|
@@ -65,21 +65,21 @@ export let IgcToolActionSeparatorComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the size of the separator.
|
|
66
66
|
*/
|
|
67
67
|
get size() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hn;
|
|
69
69
|
}
|
|
70
70
|
set size(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("size", this.i.
|
|
71
|
+
this.i.hn = +v;
|
|
72
|
+
this._a("size", this.i.hn);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets whether to use group header styling or regular styling on this separator.
|
|
76
76
|
*/
|
|
77
77
|
get isGroupHeaderSeparator() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.hl;
|
|
79
79
|
}
|
|
80
80
|
set isGroupHeaderSeparator(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("isGroupHeaderSeparator", this.i.
|
|
81
|
+
this.i.hl = ensureBool(v);
|
|
82
|
+
this._a("isGroupHeaderSeparator", this.i.hl);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
IgcToolActionSeparatorComponent._observedAttributesIgcToolActionSeparatorComponent = null;
|
|
@@ -61,6 +61,16 @@ export let IgcToolActionSubPanelComponent = /*@__PURE__*/ (() => {
|
|
|
61
61
|
RegisterElementHelper.registerElement(IgcToolActionSubPanelComponent.htmlTagName, IgcToolActionSubPanelComponent);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* Gets or sets the spacing between items.
|
|
66
|
+
*/
|
|
67
|
+
get itemSpacing() {
|
|
68
|
+
return this.i.hn;
|
|
69
|
+
}
|
|
70
|
+
set itemSpacing(v) {
|
|
71
|
+
this.i.hn = +v;
|
|
72
|
+
this._a("itemSpacing", this.i.hn);
|
|
73
|
+
}
|
|
64
74
|
}
|
|
65
75
|
IgcToolActionSubPanelComponent._observedAttributesIgcToolActionSubPanelComponent = null;
|
|
66
76
|
IgcToolActionSubPanelComponent.htmlTagName = "igc-tool-action-sub-panel";
|
|
@@ -65,10 +65,10 @@ export let IgcToolActionTextInputComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the value for the input.
|
|
66
66
|
*/
|
|
67
67
|
get value() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hn;
|
|
69
69
|
}
|
|
70
70
|
set value(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.hn = v;
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
IgcToolActionTextInputComponent._observedAttributesIgcToolActionTextInputComponent = null;
|