igniteui-webcomponents-layouts 4.0.3 → 4.2.2

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 (90) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +1582 -2580
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ListPanelView_combined.js +31 -18
  4. package/esm2015/lib/PropertyEditorPanelView_combined.js +154 -154
  5. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +130 -116
  6. package/{esm5/lib/Popup.js → esm2015/lib/ToolActionButton.js} +1 -1
  7. package/esm2015/lib/ToolPanelView_combined.js +862 -692
  8. package/esm2015/lib/ToolbarView_combined.js +123 -96
  9. package/esm2015/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
  10. package/esm2015/lib/igc-property-editor-property-description-component.js +71 -34
  11. package/esm2015/lib/igc-tool-action-button-component.js +63 -0
  12. package/esm2015/lib/{igc-popup-module.js → igc-tool-action-button-module.js} +6 -9
  13. package/esm2015/lib/igc-tool-action-component.js +42 -31
  14. package/esm2015/lib/igc-tool-action-menu-base-component.js +1 -1
  15. package/esm2015/lib/igc-tool-action-performed-event-args.js +5 -3
  16. package/esm2015/lib/igc-tool-action-radio-component.js +7 -4
  17. package/esm2015/lib/igc-tool-panel-component.js +21 -10
  18. package/esm2015/lib/igc-toolbar-component.js +23 -12
  19. package/esm2015/public_api.js +3 -13
  20. package/esm5/lib/ListPanelView_combined.js +31 -18
  21. package/esm5/lib/PropertyEditorPanelView_combined.js +154 -154
  22. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +134 -116
  23. package/esm5/lib/{PopupView.js → ToolActionButton.js} +1 -1
  24. package/esm5/lib/ToolPanelView_combined.js +877 -693
  25. package/esm5/lib/ToolbarView_combined.js +123 -92
  26. package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
  27. package/esm5/lib/igc-property-editor-property-description-component.js +75 -34
  28. package/esm5/lib/igc-tool-action-button-component.js +72 -0
  29. package/esm5/lib/igc-tool-action-button-module.js +20 -0
  30. package/esm5/lib/igc-tool-action-component.js +46 -31
  31. package/esm5/lib/igc-tool-action-menu-base-component.js +1 -1
  32. package/esm5/lib/igc-tool-action-performed-event-args.js +5 -3
  33. package/esm5/lib/igc-tool-action-radio-component.js +6 -3
  34. package/esm5/lib/igc-tool-panel-component.js +25 -10
  35. package/esm5/lib/igc-toolbar-component.js +27 -12
  36. package/esm5/public_api.js +3 -13
  37. package/fesm2015/igniteui-webcomponents-layouts.js +1547 -2429
  38. package/fesm5/igniteui-webcomponents-layouts.js +1577 -2562
  39. package/lib/PropertyEditorPropertyDescription_combined.d.ts +24 -22
  40. package/lib/ToolActionButton.d.ts +1 -0
  41. package/lib/ToolPanelView_combined.d.ts +172 -146
  42. package/lib/ToolbarView_combined.d.ts +33 -28
  43. package/lib/igc-property-editor-property-description-component.d.ts +3 -0
  44. package/lib/igc-tool-action-button-component.d.ts +17 -0
  45. package/lib/igc-tool-action-button-module.d.ts +3 -0
  46. package/lib/igc-tool-action-component.d.ts +5 -0
  47. package/lib/igc-tool-action-radio-component.d.ts +4 -1
  48. package/lib/igc-tool-panel-component.d.ts +5 -0
  49. package/lib/igc-toolbar-component.d.ts +5 -0
  50. package/package.json +3 -3
  51. package/public_api.d.ts +3 -13
  52. package/esm2015/lib/OnClosedEventArgs.js +0 -16
  53. package/esm2015/lib/OnPopupEventArgs.js +0 -16
  54. package/esm2015/lib/Popup.js +0 -7
  55. package/esm2015/lib/PopupAlignment.js +0 -29
  56. package/esm2015/lib/PopupDirection.js +0 -29
  57. package/esm2015/lib/PopupView.js +0 -7
  58. package/esm2015/lib/PopupView_combined.js +0 -647
  59. package/esm2015/lib/PopupVisualModelExport.js +0 -36
  60. package/esm2015/lib/Popup_InnerAnimationInfo.js +0 -21
  61. package/esm2015/lib/Popup_OuterAnimationInfo.js +0 -23
  62. package/esm2015/lib/igc-on-closed-event-args.js +0 -24
  63. package/esm2015/lib/igc-on-popup-event-args.js +0 -24
  64. package/esm2015/lib/igc-popup-component.js +0 -388
  65. package/esm5/lib/OnClosedEventArgs.js +0 -20
  66. package/esm5/lib/OnPopupEventArgs.js +0 -20
  67. package/esm5/lib/PopupAlignment.js +0 -29
  68. package/esm5/lib/PopupDirection.js +0 -29
  69. package/esm5/lib/PopupView_combined.js +0 -700
  70. package/esm5/lib/PopupVisualModelExport.js +0 -38
  71. package/esm5/lib/Popup_InnerAnimationInfo.js +0 -23
  72. package/esm5/lib/Popup_OuterAnimationInfo.js +0 -25
  73. package/esm5/lib/igc-on-closed-event-args.js +0 -30
  74. package/esm5/lib/igc-on-popup-event-args.js +0 -30
  75. package/esm5/lib/igc-popup-component.js +0 -473
  76. package/esm5/lib/igc-popup-module.js +0 -23
  77. package/lib/OnClosedEventArgs.d.ts +0 -7
  78. package/lib/OnPopupEventArgs.d.ts +0 -7
  79. package/lib/Popup.d.ts +0 -1
  80. package/lib/PopupAlignment.d.ts +0 -22
  81. package/lib/PopupDirection.d.ts +0 -22
  82. package/lib/PopupView.d.ts +0 -1
  83. package/lib/PopupView_combined.d.ts +0 -126
  84. package/lib/PopupVisualModelExport.d.ts +0 -14
  85. package/lib/Popup_InnerAnimationInfo.d.ts +0 -10
  86. package/lib/Popup_OuterAnimationInfo.d.ts +0 -12
  87. package/lib/igc-on-closed-event-args.d.ts +0 -12
  88. package/lib/igc-on-popup-event-args.d.ts +0 -12
  89. package/lib/igc-popup-component.d.ts +0 -110
  90. package/lib/igc-popup-module.d.ts +0 -3
@@ -6,6 +6,7 @@ import { CollectionAdapter } from "igniteui-webcomponents-core";
6
6
  import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
7
7
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
8
  import { Toolbar } from "./Toolbar";
9
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
9
10
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
10
11
  import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
11
12
  import { ToolbarOrientation_$type } from './ToolbarOrientation';
@@ -261,6 +262,20 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
261
262
  RegisterElementHelper.registerElement(IgcToolbarComponent.htmlTagName, IgcToolbarComponent);
262
263
  }
263
264
  };
265
+ Object.defineProperty(IgcToolbarComponent.prototype, "baseTheme", {
266
+ /**
267
+ * Gets or sets the base built in theme to use for the checkbox.
268
+ */
269
+ get: function () {
270
+ return this.i.n;
271
+ },
272
+ set: function (v) {
273
+ this.i.n = ensureEnum(BaseControlTheme_$type, v);
274
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.n));
275
+ },
276
+ enumerable: true,
277
+ configurable: true
278
+ });
264
279
  Object.defineProperty(IgcToolbarComponent.prototype, "autoGeneratedActions", {
265
280
  /**
266
281
  * Gets or sets the data or data source instance to which to bind the grid.
@@ -352,10 +367,10 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
352
367
  * Gets or sets the color to use for the background of the component.
353
368
  */
354
369
  get: function () {
355
- return this.i.w;
370
+ return this.i.y;
356
371
  },
357
372
  set: function (v) {
358
- this.i.w = v;
373
+ this.i.y = v;
359
374
  },
360
375
  enumerable: true,
361
376
  configurable: true
@@ -365,11 +380,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
365
380
  * Gets or sets the color to use for the background of the component.
366
381
  */
367
382
  get: function () {
368
- return brushToString(this.i.ay);
383
+ return brushToString(this.i.a3);
369
384
  },
370
385
  set: function (v) {
371
- this.i.ay = stringToBrush(v);
372
- this._a("backgroundColor", brushToString(this.i.ay));
386
+ this.i.a3 = stringToBrush(v);
387
+ this._a("backgroundColor", brushToString(this.i.a3));
373
388
  },
374
389
  enumerable: true,
375
390
  configurable: true
@@ -379,11 +394,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
379
394
  * Gets or sets the color to use for the text of the component.
380
395
  */
381
396
  get: function () {
382
- return brushToString(this.i.a1);
397
+ return brushToString(this.i.a6);
383
398
  },
384
399
  set: function (v) {
385
- this.i.a1 = stringToBrush(v);
386
- this._a("textColor", brushToString(this.i.a1));
400
+ this.i.a6 = stringToBrush(v);
401
+ this._a("textColor", brushToString(this.i.a6));
387
402
  },
388
403
  enumerable: true,
389
404
  configurable: true
@@ -393,16 +408,16 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
393
408
  * Gets or Sets the property name that contains the values.
394
409
  */
395
410
  get: function () {
396
- if (this.i.o == null) {
411
+ if (this.i.q == null) {
397
412
  return null;
398
413
  }
399
- return this.i.o.fontString;
414
+ return this.i.q.fontString;
400
415
  },
401
416
  set: function (v) {
402
417
  var fi = new FontInfo();
403
418
  fi.fontString = v;
404
- this.i.o = fi;
405
- this._a("cellTextStyle", this.i.o != null ? this.i.o.fontString : "");
419
+ this.i.q = fi;
420
+ this._a("cellTextStyle", this.i.q != null ? this.i.q.fontString : "");
406
421
  },
407
422
  enumerable: true,
408
423
  configurable: true
@@ -1,7 +1,5 @@
1
1
  export * from './lib/igc-x-expansion-panel-module';
2
2
  export * from './lib/igc-x-expansion-panel-component';
3
- export * from './lib/igc-popup-module';
4
- export * from './lib/igc-popup-component';
5
3
  export * from './lib/igc-property-editor-panel-module';
6
4
  export * from './lib/igc-property-editor-panel-component';
7
5
  export * from './lib/igc-list-panel-component';
@@ -12,21 +10,17 @@ export * from './lib/igc-tool-panel-module';
12
10
  export * from './lib/igc-toolbar-module';
13
11
  export * from './lib/ToolbarView';
14
12
  export * from './lib/ToolPanelView';
15
- export * from './lib/PopupView';
16
13
  export * from './lib/ExpansionPanelView';
17
14
  export * from './lib/ExpansionPanelUtilities';
18
15
  export * from './lib/ListPanelView';
19
16
  export * from './lib/PropertyEditorPanelView';
20
- export * from './lib/PopupAlignment';
21
- export * from './lib/PopupDirection';
22
17
  export * from './lib/OnExpandedEventArgs';
23
18
  export * from './lib/igc-on-expanded-event-args';
24
19
  export * from './lib/OnCollapsedEventArgs';
25
20
  export * from './lib/igc-on-collapsed-event-args';
26
- export * from './lib/OnPopupEventArgs';
27
- export * from './lib/igc-on-popup-event-args';
28
- export * from './lib/OnClosedEventArgs';
29
- export * from './lib/igc-on-closed-event-args';
21
+ export * from './lib/ToolActionButton';
22
+ export * from './lib/igc-tool-action-button-component';
23
+ export * from './lib/igc-tool-action-button-module';
30
24
  export * from './lib/ToolActionLabel';
31
25
  export * from './lib/igc-tool-action-label-component';
32
26
  export * from './lib/igc-tool-action-label-module';
@@ -78,9 +72,6 @@ export * from './lib/IExternalToolPanel';
78
72
  export * from './lib/IToolPanelView';
79
73
  export * from './lib/ToolPanel';
80
74
  export * from './lib/ToolActionMeasurementContext';
81
- export * from './lib/Popup';
82
- export * from './lib/Popup_OuterAnimationInfo';
83
- export * from './lib/Popup_InnerAnimationInfo';
84
75
  export * from './lib/XExpansionPanel';
85
76
  export * from './lib/IExternalListPanel';
86
77
  export * from './lib/IListPanelView';
@@ -129,4 +120,3 @@ export * from './lib/igc-property-editor-property-description-collection';
129
120
  export * from './lib/PropertyEditorPropertyDescriptionCollection';
130
121
  export * from './lib/PropertyEditorValueType';
131
122
  export * from './lib/PropertyEditorTreeTransformer';
132
- export * from './lib/PopupVisualModelExport';