igniteui-webcomponents-layouts 5.2.0 → 5.3.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.
Files changed (74) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +7393 -6728
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +6 -6
  4. package/esm2015/lib/ComboEditorView_combined.js +32 -32
  5. package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
  6. package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
  7. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/ListPanelView_combined.js +1267 -1233
  9. package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
  10. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  11. package/esm2015/lib/igc-list-panel-component.js +144 -86
  12. package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
  13. package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
  14. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  15. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  16. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  17. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  18. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  20. package/esm2015/lib/igc-tool-action-component.js +162 -165
  21. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
  23. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  24. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  26. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  27. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  28. package/esm2015/lib/igc-tool-panel-component.js +277 -256
  29. package/esm2015/lib/igc-toolbar-component.js +180 -159
  30. package/esm2015/public_api.js +4 -0
  31. package/esm5/lib/ComboEditorBridge.js +6 -6
  32. package/esm5/lib/ComboEditorView_combined.js +32 -32
  33. package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
  34. package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
  35. package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
  36. package/esm5/lib/ListPanelView_combined.js +1254 -1216
  37. package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
  38. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  39. package/esm5/lib/igc-list-panel-component.js +154 -86
  40. package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
  41. package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
  42. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  43. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  44. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  45. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  46. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  47. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  48. package/esm5/lib/igc-tool-action-component.js +162 -165
  49. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
  51. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  52. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  53. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  54. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  55. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  56. package/esm5/lib/igc-tool-panel-component.js +285 -256
  57. package/esm5/lib/igc-toolbar-component.js +188 -159
  58. package/esm5/public_api.js +4 -0
  59. package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
  60. package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
  61. package/lib/INativeUIToolPanelBridge.d.ts +1 -0
  62. package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
  63. package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
  64. package/lib/ListPanelView_combined.d.ts +245 -240
  65. package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
  66. package/lib/igc-list-panel-component.d.ts +16 -0
  67. package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
  68. package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
  69. package/lib/igc-tool-action-component.d.ts +0 -1
  70. package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
  71. package/lib/igc-tool-panel-component.d.ts +11 -0
  72. package/lib/igc-toolbar-component.d.ts +11 -0
  73. package/package.json +3 -3
  74. package/public_api.d.ts +4 -0
@@ -80,42 +80,42 @@ export let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
80
80
  * Gets or sets if the tool action is checked.
81
81
  */
82
82
  get selectedMemberPath() {
83
- return this.i.ho;
83
+ return this.i.hu;
84
84
  }
85
85
  set selectedMemberPath(v) {
86
- this.i.ho = v;
86
+ this.i.hu = v;
87
87
  }
88
88
  /**
89
89
  * Gets or sets if the select all row is shown.
90
90
  */
91
91
  get showSelectAll() {
92
- return this.i.hd;
92
+ return this.i.hj;
93
93
  }
94
94
  set showSelectAll(v) {
95
- this.i.hd = ensureBool(v);
96
- this._a("showSelectAll", this.i.hd);
95
+ this.i.hj = ensureBool(v);
96
+ this._a("showSelectAll", this.i.hj);
97
97
  }
98
98
  /**
99
99
  * Gets or sets if the tool action is checked.
100
100
  */
101
101
  get dataMemberPath() {
102
- return this.i.hi;
102
+ return this.i.ho;
103
103
  }
104
104
  set dataMemberPath(v) {
105
- this.i.hi = v;
105
+ this.i.ho = v;
106
106
  }
107
107
  /**
108
108
  * Gets or sets if the tool action is checked.
109
109
  */
110
110
  get primaryKey() {
111
- return this.i.g7;
111
+ return this.i.hd;
112
112
  }
113
113
  set primaryKey(v) {
114
114
  if (v && !Array.isArray(v) && typeof (v) == "string") {
115
115
  const re = /\s*(?:,|\s|$)\s*/gm;
116
116
  v = v.split(re);
117
117
  }
118
- this.i.g7 = v;
118
+ this.i.hd = v;
119
119
  }
120
120
  /**
121
121
 
@@ -123,12 +123,12 @@ export let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
123
123
  get selectedKeys() {
124
124
  if (this._selectedKeys === null) {
125
125
  let coll = new IgcLayoutSelectedKeysCollection();
126
- let innerColl = this.i.g8;
126
+ let innerColl = this.i.he;
127
127
  if (!innerColl) {
128
128
  innerColl = new LayoutSelectedKeysCollection_internal();
129
129
  }
130
130
  this._selectedKeys = coll._fromInner(innerColl);
131
- this.i.g8 = innerColl;
131
+ this.i.he = innerColl;
132
132
  }
133
133
  return this._selectedKeys;
134
134
  }
@@ -140,24 +140,24 @@ export let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
140
140
  let coll = new IgcLayoutSelectedKeysCollection();
141
141
  this._selectedKeys = coll._fromOuter(v);
142
142
  let syncColl = new SyncableObservableCollection$1(LayoutPrimaryKeyValue.$type);
143
- let innerColl = this.i.g8;
143
+ let innerColl = this.i.he;
144
144
  if (!innerColl) {
145
145
  innerColl = new LayoutSelectedKeysCollection_internal();
146
146
  }
147
147
  syncColl._inner = innerColl;
148
148
  syncColl.clear();
149
149
  this._selectedKeys._setSyncTarget(syncColl);
150
- this.i.g8 = innerColl;
150
+ this.i.he = innerColl;
151
151
  }
152
152
  /**
153
153
 
154
154
  */
155
155
  get indexType() {
156
- return this.i.g9;
156
+ return this.i.hf;
157
157
  }
158
158
  set indexType(v) {
159
- this.i.g9 = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
160
- this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.g9));
159
+ this.i.hf = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
160
+ this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.hf));
161
161
  }
162
162
  findByName(name) {
163
163
  var baseResult = super.findByName(name);
@@ -65,11 +65,11 @@ export let IgcToolActionColorEditorComponent = /*@__PURE__*/ (() => {
65
65
  * Gets or sets the value for the input.
66
66
  */
67
67
  get value() {
68
- return brushToString(this.i.hd);
68
+ return brushToString(this.i.hj);
69
69
  }
70
70
  set value(v) {
71
- this.i.hd = stringToBrush(v);
72
- this._a("value", brushToString(this.i.hd));
71
+ this.i.hj = stringToBrush(v);
72
+ this._a("value", brushToString(this.i.hj));
73
73
  }
74
74
  }
75
75
  IgcToolActionColorEditorComponent._observedAttributesIgcToolActionColorEditorComponent = null;
@@ -79,19 +79,19 @@ export let IgcToolActionComboComponent = /*@__PURE__*/ (() => {
79
79
  * Gets or sets the field to use to get the displayed values.
80
80
  */
81
81
  get displayMemberPath() {
82
- return this.i.hb;
82
+ return this.i.hh;
83
83
  }
84
84
  set displayMemberPath(v) {
85
- this.i.hb = v;
85
+ this.i.hh = v;
86
86
  }
87
87
  /**
88
88
  * Gets or sets the field to use to get the values to use.
89
89
  */
90
90
  get valueMemberPath() {
91
- return this.i.hf;
91
+ return this.i.hl;
92
92
  }
93
93
  set valueMemberPath(v) {
94
- this.i.hf = v;
94
+ this.i.hl = v;
95
95
  }
96
96
  /**
97
97
 
@@ -99,12 +99,12 @@ export let IgcToolActionComboComponent = /*@__PURE__*/ (() => {
99
99
  get selectedValues() {
100
100
  if (this._selectedValues === null) {
101
101
  let coll = new IgcLayoutSelectedItemsCollection();
102
- let innerColl = this.i.g7;
102
+ let innerColl = this.i.hd;
103
103
  if (!innerColl) {
104
104
  innerColl = new LayoutSelectedItemsCollection_internal();
105
105
  }
106
106
  this._selectedValues = coll._fromInner(innerColl);
107
- this.i.g7 = innerColl;
107
+ this.i.hd = innerColl;
108
108
  }
109
109
  return this._selectedValues;
110
110
  }
@@ -116,14 +116,14 @@ export let IgcToolActionComboComponent = /*@__PURE__*/ (() => {
116
116
  let coll = new IgcLayoutSelectedItemsCollection();
117
117
  this._selectedValues = coll._fromOuter(v);
118
118
  let syncColl = new SyncableObservableCollection$1(Base.$type);
119
- let innerColl = this.i.g7;
119
+ let innerColl = this.i.hd;
120
120
  if (!innerColl) {
121
121
  innerColl = new LayoutSelectedItemsCollection_internal();
122
122
  }
123
123
  syncColl._inner = innerColl;
124
124
  syncColl.clear();
125
125
  this._selectedValues._setSyncTarget(syncColl);
126
- this.i.g7 = innerColl;
126
+ this.i.hd = innerColl;
127
127
  }
128
128
  }
129
129
  IgcToolActionComboComponent._observedAttributesIgcToolActionComboComponent = null;