@messaia/cdk 13.0.2 → 13.3.0-rc02

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 (109) hide show
  1. package/esm2020/lib/base/base.module.mjs +4 -4
  2. package/esm2020/lib/base/components/base.component.mjs +3 -3
  3. package/esm2020/lib/base/components/generic-form-base.component.mjs +3 -3
  4. package/esm2020/lib/base/components/generic-form.component.mjs +3 -3
  5. package/esm2020/lib/base/components/generic-list.component.mjs +60 -28
  6. package/esm2020/lib/base/components/generic-reactive-form.component.mjs +3 -3
  7. package/esm2020/lib/base/interceptors/base.interceptor.mjs +3 -3
  8. package/esm2020/lib/base/interceptors/caching-interceptor.mjs +3 -3
  9. package/esm2020/lib/base/interceptors/loading.interceptor.mjs +3 -3
  10. package/esm2020/lib/base/services/file.service.mjs +3 -3
  11. package/esm2020/lib/base/services/loading-screen.service.mjs +3 -3
  12. package/esm2020/lib/base/services/print.service.mjs +3 -3
  13. package/esm2020/lib/chips/chips.module.mjs +4 -4
  14. package/esm2020/lib/chips/components/chips.component.mjs +10 -10
  15. package/esm2020/lib/common/common.module.mjs +4 -4
  16. package/esm2020/lib/common/directives/disable-control.directive.mjs +3 -3
  17. package/esm2020/lib/common/functions/utils.mjs +3 -3
  18. package/esm2020/lib/common/helpers/app-storage.mjs +3 -3
  19. package/esm2020/lib/common/helpers/dynamic-builder.mjs +3 -3
  20. package/esm2020/lib/common/models/app-setting.mjs +3 -3
  21. package/esm2020/lib/common/pipes/data-source.pipe.mjs +3 -3
  22. package/esm2020/lib/common/pipes/enum.pipe.mjs +3 -3
  23. package/esm2020/lib/common/pipes/file-size.pipe.mjs +3 -3
  24. package/esm2020/lib/common/pipes/filter.pipe.mjs +3 -3
  25. package/esm2020/lib/common/pipes/first-letter.mjs +3 -3
  26. package/esm2020/lib/common/pipes/keys.mjs +3 -3
  27. package/esm2020/lib/common/pipes/month-name.pipe.mjs +3 -3
  28. package/esm2020/lib/common/pipes/only-number.mjs +3 -3
  29. package/esm2020/lib/common/pipes/order.pipe.mjs +3 -3
  30. package/esm2020/lib/common/pipes/placeholder.pipe.mjs +3 -3
  31. package/esm2020/lib/common/pipes/safe-html.pipe.mjs +3 -3
  32. package/esm2020/lib/common/pipes/time.pipe.mjs +3 -3
  33. package/esm2020/lib/common/pipes/titlecase.pipe.mjs +3 -3
  34. package/esm2020/lib/common/pipes/truncate.pipe.mjs +3 -3
  35. package/esm2020/lib/common/pipes/values.mjs +3 -3
  36. package/esm2020/lib/common/services/base.service.mjs +3 -3
  37. package/esm2020/lib/common/services/enum.service.mjs +3 -3
  38. package/esm2020/lib/dialogs/alert-dialog/alert-dialog.component.mjs +3 -3
  39. package/esm2020/lib/dialogs/confirm-dialog/confirm-dialog.component.mjs +3 -3
  40. package/esm2020/lib/dialogs/dialog.component.mjs +12 -12
  41. package/esm2020/lib/dialogs/dialogs.module.mjs +4 -4
  42. package/esm2020/lib/dialogs/prompt-dialog/prompt-dialog.component.mjs +3 -3
  43. package/esm2020/lib/dialogs/services/dialog.service.mjs +3 -3
  44. package/esm2020/lib/file/file-input.component.mjs +3 -3
  45. package/esm2020/lib/file/file.module.mjs +4 -4
  46. package/esm2020/lib/form-validators/directives/base-directive.mjs +3 -3
  47. package/esm2020/lib/form-validators/directives/control-host.directive.mjs +3 -3
  48. package/esm2020/lib/form-validators/directives/html-control-template.directive.mjs +3 -3
  49. package/esm2020/lib/form-validators/directives/rx-form.directive.mjs +3 -3
  50. package/esm2020/lib/form-validators/directives/template-validations/async-validation.directive.mjs +3 -3
  51. package/esm2020/lib/form-validators/directives/template-validations/base-validator.directive.mjs +3 -3
  52. package/esm2020/lib/form-validators/directives/template-validations/control-expression-process.mjs +3 -3
  53. package/esm2020/lib/form-validators/directives/template-validations/file-control.directive.mjs +3 -3
  54. package/esm2020/lib/form-validators/directives/template-validations/image-file-control.directive.mjs +3 -3
  55. package/esm2020/lib/form-validators/directives/template-validations/rxformcontrol.directive.mjs +3 -3
  56. package/esm2020/lib/form-validators/domain/element-processor/decimal.provider.mjs +3 -3
  57. package/esm2020/lib/form-validators/services/reactive-form.module.mjs +8 -8
  58. package/esm2020/lib/form-validators/services/rx-form-builder.mjs +3 -3
  59. package/esm2020/lib/form-validators/services/typed-form-builder.mjs +3 -3
  60. package/esm2020/lib/forms/components/generic-form/generic-form.component.mjs +15 -15
  61. package/esm2020/lib/forms/directives/mat-form-field-readonly.directive.mjs +3 -3
  62. package/esm2020/lib/forms/forms.module.mjs +4 -4
  63. package/esm2020/lib/forms/helpers/abstract-mat-form-field.mjs +3 -3
  64. package/esm2020/lib/forms/helpers/value-accessor-base.mjs +3 -3
  65. package/esm2020/lib/forms/validators/equal-validator.directive.mjs +3 -3
  66. package/esm2020/lib/forms/validators/native-element-injector.directive.mjs +3 -3
  67. package/esm2020/lib/forms/validators/unique-validator-directive.mjs +3 -3
  68. package/esm2020/lib/http/http.module.mjs +4 -4
  69. package/esm2020/lib/layout/layout-card-over/layout-card-over.component.mjs +3 -3
  70. package/esm2020/lib/layout/layout-footer/layout-footer.component.mjs +3 -3
  71. package/esm2020/lib/layout/layout-manage-list/layout-manage-list.component.mjs +3 -3
  72. package/esm2020/lib/layout/layout-manage-list/layout-manage-list.directives.mjs +9 -9
  73. package/esm2020/lib/layout/layout-nav/layout-nav.component.mjs +3 -3
  74. package/esm2020/lib/layout/layout-nav-list/layout-nav-list.component.mjs +3 -3
  75. package/esm2020/lib/layout/layout-nav-list/layout-nav-list.directives.mjs +9 -9
  76. package/esm2020/lib/layout/layout-toggle.class.mjs +3 -3
  77. package/esm2020/lib/layout/layout.component.mjs +3 -3
  78. package/esm2020/lib/layout/layout.directives.mjs +9 -9
  79. package/esm2020/lib/layout/layout.module.mjs +4 -4
  80. package/esm2020/lib/layout/navigation-drawer/navigation-drawer.component.mjs +9 -9
  81. package/esm2020/lib/media/directives/media-toggle.directive.mjs +3 -3
  82. package/esm2020/lib/media/media.module.mjs +4 -4
  83. package/esm2020/lib/media/services/media.service.mjs +3 -3
  84. package/esm2020/lib/menu/components/menu.component.mjs +3 -3
  85. package/esm2020/lib/menu/menu.module.mjs +4 -4
  86. package/esm2020/lib/menu/services/menu-items.service.mjs +3 -3
  87. package/esm2020/lib/menu/services/menu.resolve.mjs +6 -6
  88. package/esm2020/lib/menu/services/menu.service.mjs +3 -3
  89. package/esm2020/lib/search/search.module.mjs +4 -4
  90. package/esm2020/lib/search/vd-search-box/vd-search-box.component.mjs +3 -3
  91. package/esm2020/lib/search/vd-search-input/vd-search-input.component.mjs +3 -3
  92. package/esm2020/lib/select/select.component.mjs +6 -6
  93. package/esm2020/lib/select/select.module.mjs +4 -4
  94. package/esm2020/lib/table/components/dynamic-table/dynamic-table.component.mjs +5 -5
  95. package/esm2020/lib/table/components/filter-clear.component.mjs +3 -3
  96. package/esm2020/lib/table/components/filter-date.component.mjs +3 -3
  97. package/esm2020/lib/table/components/filter-input.component.mjs +3 -3
  98. package/esm2020/lib/table/components/filter-select.component.mjs +6 -6
  99. package/esm2020/lib/table/directives/data-source-filter.directive.mjs +3 -3
  100. package/esm2020/lib/table/models/table-menu-item.mjs +2 -1
  101. package/esm2020/lib/table/paginator-intl.mjs +3 -3
  102. package/esm2020/lib/table/table.module.mjs +4 -4
  103. package/fesm2015/messaia-cdk.mjs +440 -407
  104. package/fesm2015/messaia-cdk.mjs.map +1 -1
  105. package/fesm2020/messaia-cdk.mjs +440 -407
  106. package/fesm2020/messaia-cdk.mjs.map +1 -1
  107. package/lib/base/components/generic-list.component.d.ts +5 -3
  108. package/lib/table/models/table-menu-item.d.ts +1 -0
  109. package/package.json +1 -1
@@ -100,8 +100,8 @@ export class FilterDateComponent {
100
100
  */
101
101
  registerOnTouched(fn) { this.onTouched = fn; }
102
102
  }
103
- /** @nocollapse */ /** @nocollapse */ FilterDateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: FilterDateComponent, deps: [{ token: i1.MatTable }, { token: i2.CdkColumnDef }], target: i0.ɵɵFactoryTarget.Component });
104
- /** @nocollapse */ /** @nocollapse */ FilterDateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: FilterDateComponent, selector: "mat-header-cell[filter-date],[mat-header-cell][filter-date]", inputs: { field: "field", debounce: "debounce", placeholder: "placeholder" }, providers: [
103
+ /** @nocollapse */ /** @nocollapse */ FilterDateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FilterDateComponent, deps: [{ token: i1.MatTable }, { token: i2.CdkColumnDef }], target: i0.ɵɵFactoryTarget.Component });
104
+ /** @nocollapse */ /** @nocollapse */ FilterDateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: FilterDateComponent, selector: "mat-header-cell[filter-date],[mat-header-cell][filter-date]", inputs: { field: "field", debounce: "debounce", placeholder: "placeholder" }, providers: [
105
105
  {
106
106
  provide: NG_VALUE_ACCESSOR,
107
107
  useExisting: forwardRef((() => FilterDateComponent)),
@@ -117,7 +117,7 @@ export class FilterDateComponent {
117
117
  </button>
118
118
  <mat-datepicker #picker></mat-datepicker>
119
119
  </mat-form-field>`, isInline: true, components: [{ type: i3.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i6.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }], directives: [{ type: i7.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i6.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.MatSuffix, selector: "[matSuffix]" }] });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: FilterDateComponent, decorators: [{
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FilterDateComponent, decorators: [{
121
121
  type: Component,
122
122
  args: [{
123
123
  selector: 'mat-header-cell[filter-date],[mat-header-cell][filter-date]',
@@ -143,8 +143,8 @@ export class FilterInputComponent {
143
143
  }
144
144
  }
145
145
  }
146
- /** @nocollapse */ /** @nocollapse */ FilterInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: FilterInputComponent, deps: [{ token: i1.MatTable }, { token: i2.CdkColumnDef }], target: i0.ɵɵFactoryTarget.Component });
147
- /** @nocollapse */ /** @nocollapse */ FilterInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: FilterInputComponent, selector: "mat-header-cell[filter-input],[mat-header-cell][filter-input]", inputs: { field: "field", operator: "operator", onlyNumber: "onlyNumber", debounce: "debounce", placeholder: "placeholder" }, host: { listeners: { "keydown": "onKeyDown($event)" } }, providers: [
146
+ /** @nocollapse */ /** @nocollapse */ FilterInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FilterInputComponent, deps: [{ token: i1.MatTable }, { token: i2.CdkColumnDef }], target: i0.ɵɵFactoryTarget.Component });
147
+ /** @nocollapse */ /** @nocollapse */ FilterInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: FilterInputComponent, selector: "mat-header-cell[filter-input],[mat-header-cell][filter-input]", inputs: { field: "field", operator: "operator", onlyNumber: "onlyNumber", debounce: "debounce", placeholder: "placeholder" }, host: { listeners: { "keydown": "onKeyDown($event)" } }, providers: [
148
148
  {
149
149
  provide: NG_VALUE_ACCESSOR,
150
150
  useExisting: forwardRef((() => FilterInputComponent)),
@@ -158,7 +158,7 @@ export class FilterInputComponent {
158
158
  <mat-icon>close</mat-icon>
159
159
  </button>
160
160
  </mat-form-field>`, isInline: true, components: [{ type: i3.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.MatSuffix, selector: "[matSuffix]" }] });
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: FilterInputComponent, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FilterInputComponent, decorators: [{
162
162
  type: Component,
163
163
  args: [{
164
164
  selector: 'mat-header-cell[filter-input],[mat-header-cell][filter-input]',
@@ -21,9 +21,9 @@ export class VdFilterOptionDirective extends TemplatePortalDirective {
21
21
  super(templateRef, viewContainerRef);
22
22
  }
23
23
  }
24
- /** @nocollapse */ /** @nocollapse */ VdFilterOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: VdFilterOptionDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
25
- /** @nocollapse */ /** @nocollapse */ VdFilterOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.3", type: VdFilterOptionDirective, selector: "[vd-filter-option]ng-template", usesInheritance: true, ngImport: i0 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: VdFilterOptionDirective, decorators: [{
24
+ /** @nocollapse */ /** @nocollapse */ VdFilterOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: VdFilterOptionDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
25
+ /** @nocollapse */ /** @nocollapse */ VdFilterOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: VdFilterOptionDirective, selector: "[vd-filter-option]ng-template", usesInheritance: true, ngImport: i0 });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: VdFilterOptionDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{ selector: '[vd-filter-option]ng-template' }]
29
29
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }]; } });
@@ -227,8 +227,8 @@ export class FilterSelectComponent {
227
227
  */
228
228
  registerOnTouched(fn) { this.onTouched = fn; }
229
229
  }
230
- /** @nocollapse */ /** @nocollapse */ FilterSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: FilterSelectComponent, deps: [{ token: i0.Injector }, { token: i1.MatTable }, { token: i2.CdkColumnDef }], target: i0.ɵɵFactoryTarget.Component });
231
- /** @nocollapse */ /** @nocollapse */ FilterSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: FilterSelectComponent, selector: "mat-header-cell[filter-select],[mat-header-cell][filter-select]", inputs: { endpoint: "endpoint", params: "params", projection: "projection", sortBy: "sortBy", sorted: "sorted", enum: "enum", key: "key", text: "text", prefix: "prefix", multiple: "multiple", options: "options", filteredOptions: "filteredOptions", filterable: "filterable", field: "field", placeholder: "placeholder", cache: "cache" }, providers: [
230
+ /** @nocollapse */ /** @nocollapse */ FilterSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FilterSelectComponent, deps: [{ token: i0.Injector }, { token: i1.MatTable }, { token: i2.CdkColumnDef }], target: i0.ɵɵFactoryTarget.Component });
231
+ /** @nocollapse */ /** @nocollapse */ FilterSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: FilterSelectComponent, selector: "mat-header-cell[filter-select],[mat-header-cell][filter-select]", inputs: { endpoint: "endpoint", params: "params", projection: "projection", sortBy: "sortBy", sorted: "sorted", enum: "enum", key: "key", text: "text", prefix: "prefix", multiple: "multiple", options: "options", filteredOptions: "filteredOptions", filterable: "filterable", field: "field", placeholder: "placeholder", cache: "cache" }, providers: [
232
232
  {
233
233
  provide: NG_VALUE_ACCESSOR,
234
234
  useExisting: forwardRef((() => FilterSelectComponent)),
@@ -247,7 +247,7 @@ export class FilterSelectComponent {
247
247
  </ng-template>
248
248
  </mat-select>
249
249
  </mat-form-field>`, isInline: true, styles: [".vd-select-filter{position:sticky;top:0;z-index:100;font-size:inherit;box-shadow:none;border-radius:0;padding:11px 16px;box-sizing:border-box;border:none;border-bottom:1px solid #dcdcdc;width:100%;background-color:#f5f5f5;outline:none}\n"], components: [{ type: i3.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i4.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { type: i5.MatOption, selector: "mat-option", exportAs: ["matOption"] }], directives: [{ type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: FilterSelectComponent, decorators: [{
250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FilterSelectComponent, decorators: [{
251
251
  type: Component,
252
252
  args: [{
253
253
  selector: 'mat-header-cell[filter-select],[mat-header-cell][filter-select]',
@@ -30,9 +30,9 @@ export class DataSourceFilterDirective {
30
30
  });
31
31
  }
32
32
  }
33
- /** @nocollapse */ /** @nocollapse */ DataSourceFilterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: DataSourceFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
34
- /** @nocollapse */ /** @nocollapse */ DataSourceFilterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.3", type: DataSourceFilterDirective, selector: "[dataSourceFilter]", inputs: { dataSource: "dataSource", dataSourceFilter: "dataSourceFilter" }, ngImport: i0 });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: DataSourceFilterDirective, decorators: [{
33
+ /** @nocollapse */ /** @nocollapse */ DataSourceFilterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DataSourceFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
34
+ /** @nocollapse */ /** @nocollapse */ DataSourceFilterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DataSourceFilterDirective, selector: "[dataSourceFilter]", inputs: { dataSource: "dataSource", dataSourceFilter: "dataSourceFilter" }, ngImport: i0 });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DataSourceFilterDirective, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[dataSourceFilter]'
@@ -4,7 +4,8 @@ export class TableMenuItem {
4
4
  * @param init
5
5
  */
6
6
  constructor(init) {
7
+ this.icon = 'circle';
7
8
  Object.assign(this, init);
8
9
  }
9
10
  }
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtbWVudS1pdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2RrL3NyYy9saWIvdGFibGUvbW9kZWxzL3RhYmxlLW1lbnUtaXRlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sYUFBYTtJQU10Qjs7O09BR0c7SUFDSCxZQUFtQixJQUE2QjtRQUM1QyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQztJQUM5QixDQUFDO0NBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgVGFibGVNZW51SXRlbSB7XHJcbiAgICB0aXRsZTogc3RyaW5nO1xyXG4gICAgZXZlbnQ/OiBGdW5jdGlvbjtcclxuICAgIGhpZGU/OiBGdW5jdGlvbjtcclxuICAgIHN1Ykl0ZW1zPzogVGFibGVNZW51SXRlbVtdO1xyXG5cclxuICAgIC8qKlxyXG4gICAgICogY29uc3RydWN0b3JcclxuICAgICAqIEBwYXJhbSBpbml0IFxyXG4gICAgICovXHJcbiAgICBwdWJsaWMgY29uc3RydWN0b3IoaW5pdD86IFBhcnRpYWw8VGFibGVNZW51SXRlbT4pIHtcclxuICAgICAgICBPYmplY3QuYXNzaWduKHRoaXMsIGluaXQpO1xyXG4gICAgfVxyXG59Il19
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtbWVudS1pdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2RrL3NyYy9saWIvdGFibGUvbW9kZWxzL3RhYmxlLW1lbnUtaXRlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sYUFBYTtJQU90Qjs7O09BR0c7SUFDSCxZQUFtQixJQUE2QjtRQVRoRCxTQUFJLEdBQVksUUFBUSxDQUFDO1FBVXJCLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQzlCLENBQUM7Q0FDSiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBUYWJsZU1lbnVJdGVtIHtcclxuICAgIHRpdGxlOiBzdHJpbmc7XHJcbiAgICBpY29uPzogc3RyaW5nID0gJ2NpcmNsZSc7XHJcbiAgICBldmVudD86IEZ1bmN0aW9uO1xyXG4gICAgaGlkZT86IEZ1bmN0aW9uO1xyXG4gICAgc3ViSXRlbXM/OiBUYWJsZU1lbnVJdGVtW107XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBjb25zdHJ1Y3RvclxyXG4gICAgICogQHBhcmFtIGluaXQgXHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyBjb25zdHJ1Y3Rvcihpbml0PzogUGFydGlhbDxUYWJsZU1lbnVJdGVtPikge1xyXG4gICAgICAgIE9iamVjdC5hc3NpZ24odGhpcywgaW5pdCk7XHJcbiAgICB9XHJcbn0iXX0=
@@ -36,9 +36,9 @@ export class PaginatorIntl extends MatPaginatorIntl {
36
36
  };
37
37
  }
38
38
  }
39
- /** @nocollapse */ /** @nocollapse */ PaginatorIntl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: PaginatorIntl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
40
- /** @nocollapse */ /** @nocollapse */ PaginatorIntl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: PaginatorIntl });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: PaginatorIntl, decorators: [{
39
+ /** @nocollapse */ /** @nocollapse */ PaginatorIntl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: PaginatorIntl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
40
+ /** @nocollapse */ /** @nocollapse */ PaginatorIntl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: PaginatorIntl });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: PaginatorIntl, decorators: [{
42
42
  type: Injectable
43
43
  }] });
44
44
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLWludGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jZGsvc3JjL2xpYi90YWJsZS9wYWdpbmF0b3ItaW50bC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDOztBQUUvRDs7O0dBR0c7QUFFSCxNQUFNLE9BQU8sYUFBYyxTQUFRLGdCQUFnQjtJQURuRDs7UUFFQzs7V0FFRztRQUNILHNCQUFpQixHQUFHLEVBQUUsQ0FBQztRQUV2Qjs7V0FFRztRQUNILGtCQUFhLEdBQUcsRUFBRSxDQUFDO1FBRW5COztXQUVHO1FBQ0gsc0JBQWlCLEdBQUcsRUFBRSxDQUFDO1FBRXZCOzs7V0FHRztRQUNILGtCQUFhLEdBQUcsQ0FBQyxJQUFZLEVBQUUsUUFBZ0IsRUFBRSxNQUFjLEVBQUUsRUFBRTtZQUNsRSxJQUFJLE1BQU0sSUFBSSxDQUFDLElBQUksUUFBUSxJQUFJLENBQUMsRUFBRTtnQkFDakMsT0FBTyxPQUFPLE1BQU0sRUFBRSxDQUFDO2FBQ3ZCO1lBRUQsTUFBTSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBQzdCLE1BQU0sVUFBVSxHQUFHLElBQUksR0FBRyxRQUFRLENBQUM7WUFFbkMsNkZBQTZGO1lBQzdGLE1BQU0sUUFBUSxHQUFHLFVBQVUsR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsVUFBVSxHQUFHLFFBQVEsRUFBRSxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQztZQUV2RyxPQUFPLEdBQUcsVUFBVSxHQUFHLENBQUMsTUFBTSxRQUFRLE1BQU0sTUFBTSxFQUFFLENBQUM7UUFDdEQsQ0FBQyxDQUFBO0tBQ0Q7O2dKQWpDWSxhQUFhO29KQUFiLGFBQWE7MkZBQWIsYUFBYTtrQkFEekIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTWF0UGFnaW5hdG9ySW50bCB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3BhZ2luYXRvcic7XHJcblxyXG4vKipcclxuICogVG8gbW9kaWZ5IHRoZSBsYWJlbHMgYW5kIHRleHQgZGlzcGxheWVkLCBjcmVhdGUgYSBuZXcgaW5zdGFuY2Ugb2YgTWRQYWdpbmF0b3JJbnRsIGFuZFxyXG4gKiBpbmNsdWRlIGl0IGluIGEgY3VzdG9tIHByb3ZpZGVyXHJcbiAqL1xyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBjbGFzcyBQYWdpbmF0b3JJbnRsIGV4dGVuZHMgTWF0UGFnaW5hdG9ySW50bCB7XHJcblx0LyoqIFxyXG5cdCAqIEEgbGFiZWwgZm9yIHRoZSBwYWdlIHNpemUgc2VsZWN0b3JcclxuXHQgKi9cclxuXHRpdGVtc1BlclBhZ2VMYWJlbCA9ICcnO1xyXG5cclxuXHQvKiogXHJcblx0ICogQSBsYWJlbCBmb3IgdGhlIGJ1dHRvbiB0aGF0IGluY3JlbWVudHMgdGhlIGN1cnJlbnQgcGFnZVxyXG5cdCAqL1xyXG5cdG5leHRQYWdlTGFiZWwgPSAnJztcclxuXHJcblx0LyoqIFxyXG5cdCAqIEEgbGFiZWwgZm9yIHRoZSBidXR0b24gdGhhdCBkZWNyZW1lbnRzIHRoZSBjdXJyZW50IHBhZ2VcclxuXHQgKi9cclxuXHRwcmV2aW91c1BhZ2VMYWJlbCA9ICcnO1xyXG5cclxuXHQvKiogXHJcblx0ICogQSBsYWJlbCBmb3IgdGhlIHJhbmdlIG9mIGl0ZW1zIHdpdGhpbiB0aGUgY3VycmVudCBwYWdlIFxyXG5cdCAqIGFuZCB0aGUgbGVuZ3RoIG9mIHRoZSB3aG9sZSBsaXN0XHJcblx0ICovXHJcblx0Z2V0UmFuZ2VMYWJlbCA9IChwYWdlOiBudW1iZXIsIHBhZ2VTaXplOiBudW1iZXIsIGxlbmd0aDogbnVtYmVyKSA9PiB7XHJcblx0XHRpZiAobGVuZ3RoID09IDAgfHwgcGFnZVNpemUgPT0gMCkge1xyXG5cdFx0XHRyZXR1cm4gYDAgLyAke2xlbmd0aH1gO1xyXG5cdFx0fVxyXG5cclxuXHRcdGxlbmd0aCA9IE1hdGgubWF4KGxlbmd0aCwgMCk7XHJcblx0XHRjb25zdCBzdGFydEluZGV4ID0gcGFnZSAqIHBhZ2VTaXplO1xyXG5cclxuXHRcdC8qIElmIHRoZSBzdGFydCBpbmRleCBleGNlZWRzIHRoZSBsaXN0IGxlbmd0aCwgZG8gbm90IHRyeSBhbmQgZml4IHRoZSBlbmQgaW5kZXggdG8gdGhlIGVuZCAqL1xyXG5cdFx0Y29uc3QgZW5kSW5kZXggPSBzdGFydEluZGV4IDwgbGVuZ3RoID8gTWF0aC5taW4oc3RhcnRJbmRleCArIHBhZ2VTaXplLCBsZW5ndGgpIDogc3RhcnRJbmRleCArIHBhZ2VTaXplO1xyXG5cclxuXHRcdHJldHVybiBgJHtzdGFydEluZGV4ICsgMX0gLSAke2VuZEluZGV4fSAvICR7bGVuZ3RofWA7XHJcblx0fVxyXG59Il19
@@ -51,8 +51,8 @@ const DECLARATIONS = [
51
51
  ];
52
52
  export class VdTableModule {
53
53
  }
54
- /** @nocollapse */ /** @nocollapse */ VdTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: VdTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
55
- /** @nocollapse */ /** @nocollapse */ VdTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: VdTableModule, declarations: [FilterInputComponent,
54
+ /** @nocollapse */ /** @nocollapse */ VdTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: VdTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
55
+ /** @nocollapse */ /** @nocollapse */ VdTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: VdTableModule, declarations: [FilterInputComponent,
56
56
  FilterSelectComponent,
57
57
  FilterClearComponent,
58
58
  FilterDateComponent,
@@ -83,7 +83,7 @@ export class VdTableModule {
83
83
  DataSourceFilterDirective,
84
84
  VdFilterOptionDirective,
85
85
  VdDynamicTableComponent] });
86
- /** @nocollapse */ /** @nocollapse */ VdTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: VdTableModule, providers: [
86
+ /** @nocollapse */ /** @nocollapse */ VdTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: VdTableModule, providers: [
87
87
  { provide: MatPaginatorIntl, useClass: PaginatorIntl }
88
88
  ], imports: [[
89
89
  CommonModule,
@@ -106,7 +106,7 @@ export class VdTableModule {
106
106
  MatPaginatorModule,
107
107
  MatTooltipModule
108
108
  ]] });
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: VdTableModule, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: VdTableModule, decorators: [{
110
110
  type: NgModule,
111
111
  args: [{
112
112
  imports: [