@sd-angular/core 1.3.135 → 1.3.136

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.
@@ -8,6 +8,14 @@
8
8
 
9
9
  var hash__default = /*#__PURE__*/_interopDefaultLegacy(hash);
10
10
 
11
+ var DEFAULT_GRID_MATERIAL_CONFIG = {
12
+ paginate: {
13
+ pageSize: 50,
14
+ pages: [50, 100, 200],
15
+ },
16
+ };
17
+ var GRID_MATERIAL_CONFIG = new core.InjectionToken('sd-grid-material.configuration');
18
+
11
19
  var SdMaterialCellDefDirective = /** @class */ (function () {
12
20
  function SdMaterialCellDefDirective(templateRef) {
13
21
  this.templateRef = templateRef;
@@ -418,14 +426,6 @@
418
426
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
419
427
  }
420
428
 
421
- var DEFAULT_GRID_MATERIAL_CONFIG = {
422
- paginate: {
423
- pageSize: 50,
424
- pages: [50, 100, 200],
425
- },
426
- };
427
- var GRID_MATERIAL_CONFIG = new core.InjectionToken('sd-grid-material.configuration');
428
-
429
429
  var _filterRegister;
430
430
  var SdPopupFilter = /** @class */ (function () {
431
431
  function SdPopupFilter(cdRef) {
@@ -5416,6 +5416,7 @@
5416
5416
  * Generated bundle index. Do not edit.
5417
5417
  */
5418
5418
 
5419
+ exports.GRID_MATERIAL_CONFIG = GRID_MATERIAL_CONFIG;
5419
5420
  exports.SdGridMaterial = SdGridMaterial;
5420
5421
  exports.SdGridMaterialModule = SdGridMaterialModule;
5421
5422
  exports.SdMaterialCellDefDirective = SdMaterialCellDefDirective;
@@ -5425,46 +5426,45 @@
5425
5426
  exports.SdMaterialSubInformationDefDirective = SdMaterialSubInformationDefDirective;
5426
5427
  exports.ɵa = MatPaginatorIntlCro;
5427
5428
  exports.ɵb = SdGridFilter;
5428
- exports.ɵba = SdCommandIconPipe;
5429
- exports.ɵbb = SdCommandTitlePipe;
5430
- exports.ɵbc = SdColumnHtmlTemplatePipe;
5431
- exports.ɵbd = SdColumnTransformPipe;
5432
- exports.ɵbe = SdColumnTooltipPipe;
5433
- exports.ɵbf = SdColumnBadgePipe;
5434
- exports.ɵbg = SdFilterColumnPipe;
5435
- exports.ɵbh = SdFilterExternalPipe;
5436
- exports.ɵbi = SdSelectionActionFilterPipe;
5437
- exports.ɵbj = SdSelectionVisiblePipe;
5438
- exports.ɵbk = SdSelectionDisablePipe;
5439
- exports.ɵbl = SdSelectionVisibleSelectAllPipe;
5440
- exports.ɵbm = SdEditorHandlerRowPipe;
5441
- exports.ɵbn = SdEditorValidatePipe;
5442
- exports.ɵbo = SdStyleRowCss;
5443
- exports.ɵbp = SdCellViewPipe;
5444
- exports.ɵbq = SdGroupPipe;
5429
+ exports.ɵba = SdColumnHtmlTemplatePipe;
5430
+ exports.ɵbb = SdColumnTransformPipe;
5431
+ exports.ɵbc = SdColumnTooltipPipe;
5432
+ exports.ɵbd = SdColumnBadgePipe;
5433
+ exports.ɵbe = SdFilterColumnPipe;
5434
+ exports.ɵbf = SdFilterExternalPipe;
5435
+ exports.ɵbg = SdSelectionActionFilterPipe;
5436
+ exports.ɵbh = SdSelectionVisiblePipe;
5437
+ exports.ɵbi = SdSelectionDisablePipe;
5438
+ exports.ɵbj = SdSelectionVisibleSelectAllPipe;
5439
+ exports.ɵbk = SdEditorHandlerRowPipe;
5440
+ exports.ɵbl = SdEditorValidatePipe;
5441
+ exports.ɵbm = SdStyleRowCss;
5442
+ exports.ɵbn = SdCellViewPipe;
5443
+ exports.ɵbo = SdGroupPipe;
5445
5444
  exports.ɵc = SdPopupFilter;
5446
5445
  exports.ɵd = SdPopupExport;
5447
- exports.ɵf = GRID_MATERIAL_CONFIG;
5448
- exports.ɵg = SdGridConfigurationService;
5449
- exports.ɵh = SdColumnValuesPipe;
5450
- exports.ɵi = SdGridFilterService;
5451
- exports.ɵj = SdEditorHandlerColumnPipe;
5452
- exports.ɵk = SdGridQuickAction;
5453
- exports.ɵl = SdDesktopCell;
5454
- exports.ɵm = SdDesktopCellEditor;
5455
- exports.ɵn = SdDesktopEditorValidation;
5456
- exports.ɵo = SdDesktopCellView;
5457
- exports.ɵp = SdDesktopCellChildrenView;
5458
- exports.ɵq = SdDesktopCommand;
5459
- exports.ɵr = SdColumnInlineFilter;
5460
- exports.ɵs = SdPopupGridConfiguration;
5461
- exports.ɵt = SdDynamicColumn;
5462
- exports.ɵu = SdGeneratedColumnService;
5463
- exports.ɵv = SdGridConfigurationResultPipe;
5464
- exports.ɵw = SdColumnChildrenFilterPipe;
5465
- exports.ɵx = SdColumnTitlePipe;
5466
- exports.ɵy = SdCommandFilterPipe;
5467
- exports.ɵz = SdCommandDisablePipe;
5446
+ exports.ɵe = SdGridConfigurationService;
5447
+ exports.ɵf = SdColumnValuesPipe;
5448
+ exports.ɵg = SdGridFilterService;
5449
+ exports.ɵh = SdEditorHandlerColumnPipe;
5450
+ exports.ɵi = SdGridQuickAction;
5451
+ exports.ɵj = SdDesktopCell;
5452
+ exports.ɵk = SdDesktopCellEditor;
5453
+ exports.ɵl = SdDesktopEditorValidation;
5454
+ exports.ɵm = SdDesktopCellView;
5455
+ exports.ɵn = SdDesktopCellChildrenView;
5456
+ exports.ɵo = SdDesktopCommand;
5457
+ exports.ɵp = SdColumnInlineFilter;
5458
+ exports.ɵq = SdPopupGridConfiguration;
5459
+ exports.ɵr = SdDynamicColumn;
5460
+ exports.ɵs = SdGeneratedColumnService;
5461
+ exports.ɵt = SdGridConfigurationResultPipe;
5462
+ exports.ɵu = SdColumnChildrenFilterPipe;
5463
+ exports.ɵv = SdColumnTitlePipe;
5464
+ exports.ɵw = SdCommandFilterPipe;
5465
+ exports.ɵx = SdCommandDisablePipe;
5466
+ exports.ɵy = SdCommandIconPipe;
5467
+ exports.ɵz = SdCommandTitlePipe;
5468
5468
 
5469
5469
  Object.defineProperty(exports, '__esModule', { value: true });
5470
5470