@messaia/cdk 18.0.0 → 18.1.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 (163) hide show
  1. package/esm2022/lib/base/base.module.mjs +11 -15
  2. package/esm2022/lib/base/components/base.component.mjs +3 -3
  3. package/esm2022/lib/base/components/dynamic-table-config-dialog/dynamic-table-config-dialog.comnponent.mjs +121 -0
  4. package/esm2022/lib/base/components/generic-form-base.component.mjs +3 -3
  5. package/esm2022/lib/base/components/generic-form.component.mjs +3 -3
  6. package/esm2022/lib/base/components/generic-list.component.mjs +40 -32
  7. package/esm2022/lib/base/components/generic-reactive-form.component.mjs +3 -3
  8. package/esm2022/lib/base/interceptors/base.interceptor.mjs +3 -3
  9. package/esm2022/lib/base/interceptors/caching-interceptor.mjs +3 -3
  10. package/esm2022/lib/base/interceptors/loading.interceptor.mjs +3 -3
  11. package/esm2022/lib/base/interfaces/igeneric-list-component.mjs +1 -1
  12. package/esm2022/lib/base/services/file.service.mjs +3 -3
  13. package/esm2022/lib/base/services/loading-screen.service.mjs +3 -3
  14. package/esm2022/lib/base/services/print.service.mjs +3 -3
  15. package/esm2022/lib/chips/chips.module.mjs +4 -4
  16. package/esm2022/lib/chips/components/chips.component.mjs +4 -4
  17. package/esm2022/lib/chips/directives/autocomplete-option.directive.mjs +3 -3
  18. package/esm2022/lib/chips/directives/chip.directive.mjs +3 -3
  19. package/esm2022/lib/common/common.module.mjs +4 -4
  20. package/esm2022/lib/common/directives/delayed-hover.directive.mjs +3 -3
  21. package/esm2022/lib/common/directives/disable-control.directive.mjs +3 -3
  22. package/esm2022/lib/common/functions/utils.mjs +6 -6
  23. package/esm2022/lib/common/helpers/app-storage.mjs +3 -3
  24. package/esm2022/lib/common/helpers/dynamic-builder.mjs +3 -3
  25. package/esm2022/lib/common/helpers/dynamic-component-compiler.mjs +3 -3
  26. package/esm2022/lib/common/models/app-setting.mjs +3 -3
  27. package/esm2022/lib/common/pipes/bind.mjs +3 -3
  28. package/esm2022/lib/common/pipes/data-source.pipe.mjs +3 -3
  29. package/esm2022/lib/common/pipes/enum.pipe.mjs +3 -3
  30. package/esm2022/lib/common/pipes/file-size.pipe.mjs +3 -3
  31. package/esm2022/lib/common/pipes/filter.pipe.mjs +3 -3
  32. package/esm2022/lib/common/pipes/first-letter.mjs +3 -3
  33. package/esm2022/lib/common/pipes/form-array.pipe.mjs +3 -3
  34. package/esm2022/lib/common/pipes/form-control.pipe.mjs +3 -3
  35. package/esm2022/lib/common/pipes/form-group.pipe.mjs +3 -3
  36. package/esm2022/lib/common/pipes/func.pipe.mjs +3 -3
  37. package/esm2022/lib/common/pipes/join.pipe.mjs +3 -3
  38. package/esm2022/lib/common/pipes/keys.mjs +3 -3
  39. package/esm2022/lib/common/pipes/map.pipe.mjs +3 -3
  40. package/esm2022/lib/common/pipes/month-name.pipe.mjs +3 -3
  41. package/esm2022/lib/common/pipes/nested-property.mjs +3 -3
  42. package/esm2022/lib/common/pipes/only-number.mjs +3 -3
  43. package/esm2022/lib/common/pipes/order.pipe.mjs +3 -3
  44. package/esm2022/lib/common/pipes/placeholder.pipe.mjs +3 -3
  45. package/esm2022/lib/common/pipes/property-join.pipe.mjs +3 -3
  46. package/esm2022/lib/common/pipes/safe-html.pipe.mjs +3 -3
  47. package/esm2022/lib/common/pipes/split.pipe.mjs +3 -3
  48. package/esm2022/lib/common/pipes/time.pipe.mjs +3 -3
  49. package/esm2022/lib/common/pipes/titlecase.pipe.mjs +3 -3
  50. package/esm2022/lib/common/pipes/truncate.pipe.mjs +3 -3
  51. package/esm2022/lib/common/pipes/values.mjs +3 -3
  52. package/esm2022/lib/common/services/base.service.mjs +3 -3
  53. package/esm2022/lib/common/services/enum.service.mjs +3 -3
  54. package/esm2022/lib/common/services/event-queue.service.mjs +3 -3
  55. package/esm2022/lib/dialogs/alert-dialog/alert-dialog.component.mjs +3 -3
  56. package/esm2022/lib/dialogs/confirm-dialog/confirm-dialog.component.mjs +3 -3
  57. package/esm2022/lib/dialogs/dialog.component.mjs +12 -12
  58. package/esm2022/lib/dialogs/dialogs.module.mjs +4 -4
  59. package/esm2022/lib/dialogs/prompt-dialog/prompt-dialog.component.mjs +3 -3
  60. package/esm2022/lib/dialogs/services/dialog.service.mjs +3 -3
  61. package/esm2022/lib/file/file-input.component.mjs +3 -3
  62. package/esm2022/lib/file/file.module.mjs +4 -4
  63. package/esm2022/lib/form-validators/core/default-container.mjs +3 -1
  64. package/esm2022/lib/form-validators/decorators/prop.decorator.mjs +3 -1
  65. package/esm2022/lib/form-validators/directives/base-directive.mjs +3 -3
  66. package/esm2022/lib/form-validators/directives/control-host.directive.mjs +3 -3
  67. package/esm2022/lib/form-validators/directives/html-control-template.directive.mjs +3 -3
  68. package/esm2022/lib/form-validators/directives/rx-form.directive.mjs +3 -3
  69. package/esm2022/lib/form-validators/directives/template-validations/async-validation.directive.mjs +3 -3
  70. package/esm2022/lib/form-validators/directives/template-validations/base-validator.directive.mjs +3 -3
  71. package/esm2022/lib/form-validators/directives/template-validations/control-expression-process.mjs +3 -3
  72. package/esm2022/lib/form-validators/directives/template-validations/file-control.directive.mjs +3 -3
  73. package/esm2022/lib/form-validators/directives/template-validations/image-file-control.directive.mjs +3 -3
  74. package/esm2022/lib/form-validators/directives/template-validations/rxformcontrol.directive.mjs +3 -3
  75. package/esm2022/lib/form-validators/domain/element-processor/decimal.provider.mjs +3 -3
  76. package/esm2022/lib/form-validators/models/config/prop-config.mjs +1 -1
  77. package/esm2022/lib/form-validators/models/property-info.mjs +1 -1
  78. package/esm2022/lib/form-validators/services/reactive-form.module.mjs +8 -8
  79. package/esm2022/lib/form-validators/services/rx-form-builder.mjs +13 -6
  80. package/esm2022/lib/form-validators/services/typed-form-builder.mjs +3 -3
  81. package/esm2022/lib/forms/components/datepicker/datepicker-header.component.mjs +3 -3
  82. package/esm2022/lib/forms/components/generic-form/generic-form.component.mjs +15 -15
  83. package/esm2022/lib/forms/directives/mat-form-field-editor.directive.mjs +3 -3
  84. package/esm2022/lib/forms/directives/mat-form-field-readonly.directive.mjs +3 -3
  85. package/esm2022/lib/forms/directives/vd-generic-form-custom-field.directive.mjs +3 -3
  86. package/esm2022/lib/forms/forms.module.mjs +4 -4
  87. package/esm2022/lib/forms/helpers/abstract-mat-form-field.mjs +3 -3
  88. package/esm2022/lib/forms/helpers/abstract-select-form-field.component.mjs +3 -3
  89. package/esm2022/lib/forms/helpers/value-accessor-base.mjs +3 -3
  90. package/esm2022/lib/forms/pipes/field-func.pipe.mjs +3 -3
  91. package/esm2022/lib/forms/pipes/group-filter.pipe.mjs +3 -3
  92. package/esm2022/lib/forms/validators/empty-string-reset.directive.mjs +3 -3
  93. package/esm2022/lib/forms/validators/equal-validator.directive.mjs +3 -3
  94. package/esm2022/lib/forms/validators/native-element-injector.directive.mjs +3 -3
  95. package/esm2022/lib/forms/validators/unique-validator-directive.mjs +3 -3
  96. package/esm2022/lib/http/http.module.mjs +4 -4
  97. package/esm2022/lib/layout/dynamic-menu/dynamic-menu.component.mjs +3 -3
  98. package/esm2022/lib/layout/layout-card-over/layout-card-over.component.mjs +3 -3
  99. package/esm2022/lib/layout/layout-compact/layout-compact.component.mjs +3 -3
  100. package/esm2022/lib/layout/layout-footer/layout-footer.component.mjs +3 -3
  101. package/esm2022/lib/layout/layout-manage-list/layout-manage-list.component.mjs +3 -3
  102. package/esm2022/lib/layout/layout-manage-list/layout-manage-list.directives.mjs +9 -9
  103. package/esm2022/lib/layout/layout-nav/layout-nav.component.mjs +3 -3
  104. package/esm2022/lib/layout/layout-nav-list/layout-nav-list.component.mjs +3 -3
  105. package/esm2022/lib/layout/layout-nav-list/layout-nav-list.directives.mjs +9 -9
  106. package/esm2022/lib/layout/layout-toggle.class.mjs +3 -3
  107. package/esm2022/lib/layout/layout.component.mjs +3 -3
  108. package/esm2022/lib/layout/layout.directives.mjs +9 -9
  109. package/esm2022/lib/layout/layout.module.mjs +4 -4
  110. package/esm2022/lib/layout/list-toolbar/list-toolbar.component.mjs +3 -3
  111. package/esm2022/lib/layout/navigation-drawer/navigation-drawer.component.mjs +9 -9
  112. package/esm2022/lib/list/components/list.component.mjs +3 -3
  113. package/esm2022/lib/list/directives/vd-list-option.directive.mjs +3 -3
  114. package/esm2022/lib/list/list.module.mjs +4 -4
  115. package/esm2022/lib/media/directives/media-toggle.directive.mjs +3 -3
  116. package/esm2022/lib/media/media.module.mjs +4 -4
  117. package/esm2022/lib/media/services/media.service.mjs +3 -3
  118. package/esm2022/lib/menu/components/menu.component.mjs +3 -3
  119. package/esm2022/lib/menu/menu.module.mjs +4 -4
  120. package/esm2022/lib/menu/resolvers/menu-form-includes.resolve.mjs +3 -3
  121. package/esm2022/lib/menu/resolvers/menu-item-form-includes.resolve.mjs +3 -3
  122. package/esm2022/lib/menu/resolvers/menu-list-projection.resolve.mjs +3 -3
  123. package/esm2022/lib/menu/resolvers/menu-settings.resolve.mjs +3 -3
  124. package/esm2022/lib/menu/services/menu-items.service.mjs +3 -3
  125. package/esm2022/lib/menu/services/menu.resolve.mjs +6 -6
  126. package/esm2022/lib/menu/services/menu.service.mjs +3 -3
  127. package/esm2022/lib/search/search.module.mjs +4 -4
  128. package/esm2022/lib/select/components/select.component.mjs +3 -3
  129. package/esm2022/lib/select/directives/vd-select-option.directive.mjs +3 -3
  130. package/esm2022/lib/select/directives/vd-select-trigger.directive.mjs +3 -3
  131. package/esm2022/lib/select/select.module.mjs +4 -4
  132. package/esm2022/lib/table/components/dynamic-table/dynamic-table.component.mjs +132 -18
  133. package/esm2022/lib/table/components/filter-clear.component.mjs +3 -3
  134. package/esm2022/lib/table/components/filter-date.component.mjs +3 -3
  135. package/esm2022/lib/table/components/filter-input.component.mjs +3 -3
  136. package/esm2022/lib/table/components/filter-select/filter-select.component.mjs +6 -6
  137. package/esm2022/lib/table/directives/data-source-filter.directive.mjs +3 -3
  138. package/esm2022/lib/table/directives/vd-table-field.directive.mjs +3 -3
  139. package/esm2022/lib/table/functions/decorators.mjs +2 -2
  140. package/esm2022/lib/table/models/table-column-config.mjs +12 -14
  141. package/esm2022/lib/table/models/table-config.mjs +41 -0
  142. package/esm2022/lib/table/models/table-query-config.mjs +26 -0
  143. package/esm2022/lib/table/paginator-intl.mjs +3 -3
  144. package/esm2022/lib/table/table.module.mjs +7 -5
  145. package/esm2022/lib/table/table.static-data-source.mjs +1 -2
  146. package/fesm2022/messaia-cdk.mjs +5007 -4856
  147. package/fesm2022/messaia-cdk.mjs.map +1 -1
  148. package/lib/base/base.module.d.ts +5 -6
  149. package/lib/base/components/{dynamic-table-config-dialog.comnponent.d.ts → dynamic-table-config-dialog/dynamic-table-config-dialog.comnponent.d.ts} +12 -6
  150. package/lib/base/components/generic-list.component.d.ts +13 -12
  151. package/lib/base/interfaces/igeneric-list-component.d.ts +8 -4
  152. package/lib/common/functions/utils.d.ts +1 -1
  153. package/lib/common/styles/utilities/_general.scss +49 -2
  154. package/lib/common/theming/_m2-all-theme.scss +0 -2
  155. package/lib/form-validators/models/config/prop-config.d.ts +2 -0
  156. package/lib/form-validators/models/property-info.d.ts +8 -0
  157. package/lib/layout/_m2-layout-theme.scss +1 -1
  158. package/lib/table/components/dynamic-table/dynamic-table.component.d.ts +14 -5
  159. package/lib/table/models/table-config.d.ts +29 -0
  160. package/lib/table/models/table-query-config.d.ts +26 -0
  161. package/lib/table/table.module.d.ts +2 -0
  162. package/package.json +3 -3
  163. package/esm2022/lib/base/components/dynamic-table-config-dialog.comnponent.mjs +0 -155
@@ -9,10 +9,10 @@ export class MenuService extends GenericService {
9
9
  constructor() {
10
10
  super('menu');
11
11
  }
12
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MenuService, providedIn: 'root' });
12
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: MenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: MenuService, providedIn: 'root' });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MenuService, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: MenuService, decorators: [{
16
16
  type: Injectable,
17
17
  args: [{ providedIn: 'root' }]
18
18
  }], ctorParameters: () => [] });
@@ -6,19 +6,19 @@ import { MatIconModule } from '@angular/material/icon';
6
6
  import { MatInputModule } from '@angular/material/input';
7
7
  import * as i0 from "@angular/core";
8
8
  export class VdSearchModule {
9
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: VdSearchModule, imports: [CommonModule,
9
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.7", ngImport: i0, type: VdSearchModule, imports: [CommonModule,
11
11
  FormsModule,
12
12
  MatButtonModule,
13
13
  MatIconModule,
14
14
  MatInputModule] });
15
- /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSearchModule, imports: [CommonModule,
15
+ /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSearchModule, imports: [CommonModule,
16
16
  FormsModule,
17
17
  MatButtonModule,
18
18
  MatIconModule,
19
19
  MatInputModule] });
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSearchModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSearchModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  imports: [
@@ -169,8 +169,8 @@ export class VdSelectComponent extends AbstractSelectFormField {
169
169
  return fieldValue?.toLowerCase().includes(searchText.toLowerCase());
170
170
  });
171
171
  }
172
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectComponent, deps: [{ token: i0.Injector }, { token: i1.NgControl, optional: true, self: true }, { token: i1.NgForm, optional: true }, { token: i1.FormGroupDirective, optional: true }, { token: i2.ErrorStateMatcher }, { token: i3.FocusMonitor }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
173
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: VdSelectComponent, selector: "vd-select", inputs: { triggerCssClass: "triggerCssClass", triggerMode: "triggerMode" }, providers: [
172
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectComponent, deps: [{ token: i0.Injector }, { token: i1.NgControl, optional: true, self: true }, { token: i1.NgForm, optional: true }, { token: i1.FormGroupDirective, optional: true }, { token: i2.ErrorStateMatcher }, { token: i3.FocusMonitor }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
173
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: VdSelectComponent, selector: "vd-select", inputs: { triggerCssClass: "triggerCssClass", triggerMode: "triggerMode" }, providers: [
174
174
  { provide: MatFormFieldControl, useExisting: VdSelectComponent },
175
175
  {
176
176
  provide: MAT_SELECT_CONFIG,
@@ -178,7 +178,7 @@ export class VdSelectComponent extends AbstractSelectFormField {
178
178
  }
179
179
  ], queries: [{ propertyName: "optionTemplate", first: true, predicate: VdSelectOptionDirective, descendants: true }, { propertyName: "triggerTemplate", first: true, predicate: VdSelectTriggerDirective, descendants: true }], viewQueries: [{ propertyName: "selectEl", first: true, predicate: MatSelect, descendants: true }, { propertyName: "filterInput", first: true, predicate: ["filterInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<mat-select [placeholder]=\"placeholder\" i18n-placeholder [(ngModel)]=\"value\" #select=\"matSelect\" (selectionChange)=\"handleChange($event)\" [hidden]=\"readonly\" [multiple]=\"multiple\" [compareWith]=\"compareWith??defaultCompareWith\" [disabled]=\"disabled\" flex>\r\n <!-- #region Filter input -->\r\n <div class=\"mat-mdc-form-field mat-form-field-appearance-fill\" flex>\r\n <div class=\"mat-mdc-text-field-wrapper mdc-text-field mdc-text-field--filled mdc-text-field--no-label\">\r\n <div class=\"mat-mdc-form-field-focus-overlay\"></div>\r\n <div class=\"mat-mdc-form-field-flex\">\r\n <div class=\"mat-mdc-form-field-infix\" layout=\"row\" flex>\r\n <input matInput #filterInput type=\"text\" placeholder=\"Filter...\" class=\"mat-mdc-input-element vd-select-filter mat-mdc-form-field-input-control mdc-text-field__input\" (keyup)=\"handleFilter($event)\" flex>\r\n <mat-icon *ngIf=\"filterInput?.value\" (click)=\"filterInput!.value = ''; handleFilter($event);\" fontSet=\"material-symbols-outlined\">close</mat-icon>\r\n </div>\r\n </div>\r\n <div class=\"mdc-line-ripple\"></div>\r\n </div>\r\n </div>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Trigger for launch button -->\r\n <mat-select-trigger *ngIf=\"(onLaunch?.observers?.length??0) > 0\" [class]=\"triggerCssClass\">\r\n <span layout=\"row\" layout-align=\"start center\">\r\n <ng-container *ngFor=\"let option of selectedOptions; let i = index; let last = last\">\r\n <span layout=\"row\" layout-align=\"start center\">\r\n <!-- #region Property icon -->\r\n <mat-icon *ngIf=\"matIconKey && !svgIconKey\" [fontSet]=\"fontSet || 'material-symbols-outlined'\">{{option[matIconKey]}}</mat-icon>\r\n <mat-icon *ngIf=\"svgIconKey && !matIconKey\" [svgIcon]=\"option[svgIconKey]\" [fontSet]=\"fontSet || 'material-symbols-outlined'\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Option icon -->\r\n <mat-icon *ngIf=\"option.icon?.matIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\">{{option.icon?.matIcon}}</mat-icon>\r\n <mat-icon *ngIf=\"option.icon?.svgIcon\" [svgIcon]=\"option.icon?.svgIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <span i18n=\"@@selection\">{option[optionTextProperty], select, option {option} other {{{option[optionTextProperty]}}}}</span>\r\n </span>\r\n <span *ngIf=\"!last\">&nbsp;&nbsp;</span>\r\n </ng-container>\r\n </span>\r\n <mat-icon class=\"vd-select-launch\" (click)=\"$event.stopPropagation(); handleLaunchClicked(value)\">launch</mat-icon>\r\n </mat-select-trigger>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Custom trigger template -->\r\n <mat-select-trigger *ngIf=\"!onLaunch?.observers?.length && triggerTemplate?.templateRef\" [class]=\"triggerCssClass\">\r\n <ng-template *ngIf=\"triggerTemplate?.templateRef\" [ngTemplateOutlet]=\"triggerTemplate?.templateRef!\" [ngTemplateOutletContext]=\"{ trigger: selectedOptions }\"></ng-template>\r\n </mat-select-trigger>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Option template as trigger -->\r\n <mat-select-trigger *ngIf=\"!onLaunch?.observers?.length && !triggerTemplate?.templateRef && optionTemplate?.templateRef\" [class]=\"triggerCssClass\">\r\n <span layout=\"row\" layout-align=\"start center\">\r\n <ng-container *ngFor=\"let option of selectedOptions; let i = index; let last = last\">\r\n <span layout=\"row\" layout-align=\"start center\">\r\n <!-- #region Property icon -->\r\n <mat-icon *ngIf=\"matIconKey && !svgIconKey\" [fontSet]=\"fontSet || 'material-symbols-outlined'\">{{option[matIconKey]}}</mat-icon>\r\n <mat-icon *ngIf=\"svgIconKey && !matIconKey\" [svgIcon]=\"option[svgIconKey]\" [fontSet]=\"fontSet || 'material-symbols-outlined'\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Option icon -->\r\n <mat-icon *ngIf=\"option.icon?.matIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\">{{option.icon?.matIcon}}</mat-icon>\r\n <mat-icon *ngIf=\"option.icon?.svgIcon\" [svgIcon]=\"option.icon?.svgIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Dynamic icon -->\r\n <ng-template *ngIf=\"optionIcon\" #optionIconTemplate [ngTemplateOutlet]=\"optionIconTemplate\" let-optionIcon=\"optionIcon\" [ngTemplateOutletContext]=\"{ optionIcon: optionIcon(option) }\">\r\n <mat-icon *ngIf=\"optionIcon.svgIcon\" [svgIcon]=\"optionIcon.svgIcon\" [fontSet]=\"optionIcon.fontSet || 'material-symbols-outlined'\"></mat-icon>\r\n <mat-icon *ngIf=\"optionIcon.matIcon\" [fontSet]=\"optionIcon.fontSet || 'material-symbols-outlined'\">{{optionIcon.matIcon}}</mat-icon>\r\n </ng-template>\r\n <!-- #endregion -->\r\n <ng-template *ngIf=\"optionTemplate?.templateRef\" [ngTemplateOutlet]=\"optionTemplate?.templateRef!\" [ngTemplateOutletContext]=\"{ option: option, text: option[optionTextProperty] }\"></ng-template>\r\n </span>\r\n <span *ngIf=\"!last\">&nbsp;&nbsp;</span>\r\n </ng-container>\r\n </span>\r\n </mat-select-trigger>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Trigger for icons -->\r\n <mat-select-trigger *ngIf=\"!triggerTemplate?.templateRef && !optionTemplate?.templateRef\">\r\n <span layout=\"row\" layout-align=\"start center\">\r\n <ng-container *ngFor=\"let option of selectedOptions; let i = index; let last = last\">\r\n <span layout=\"row\" layout-align=\"start center\">\r\n <!-- #region Property icon -->\r\n <mat-icon *ngIf=\"matIconKey && !svgIconKey\" [fontSet]=\"fontSet || 'material-symbols-outlined'\">{{option[matIconKey]}}</mat-icon>\r\n <mat-icon *ngIf=\"svgIconKey && !matIconKey\" [svgIcon]=\"option[svgIconKey]\" [fontSet]=\"fontSet || 'material-symbols-outlined'\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Option icon -->\r\n <mat-icon *ngIf=\"option.icon?.matIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\">{{option.icon?.matIcon}}</mat-icon>\r\n <mat-icon *ngIf=\"option.icon?.svgIcon\" [svgIcon]=\"option.icon?.svgIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Dynamic icon -->\r\n <ng-template *ngIf=\"optionIcon\" #optionIconTemplate [ngTemplateOutlet]=\"optionIconTemplate\" let-optionIcon=\"optionIcon\" [ngTemplateOutletContext]=\"{ optionIcon: optionIcon(option) }\">\r\n <mat-icon *ngIf=\"optionIcon.svgIcon\" [svgIcon]=\"optionIcon.svgIcon\" [fontSet]=\"optionIcon.fontSet || 'material-symbols-outlined'\"></mat-icon>\r\n <mat-icon *ngIf=\"optionIcon.matIcon\" [fontSet]=\"optionIcon.fontSet || 'material-symbols-outlined'\">{{optionIcon.matIcon}}</mat-icon>\r\n </ng-template>\r\n <!-- #endregion -->\r\n\r\n <span i18n=\"@@selection\">{option[optionTextProperty], select, option {option} other {{{option[optionTextProperty]}}}}</span>\r\n </span>\r\n <span *ngIf=\"!last\">&nbsp;&nbsp;</span>\r\n </ng-container>\r\n </span>\r\n </mat-select-trigger>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Default option -->\r\n <mat-option class=\"tc-grey-500\" *ngIf=\"!multiple && defaultOption\" i18n=\"@@pleaseSelect\">--- Please Select ---</mat-option>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Options -->\r\n <ng-template let-option let-first=\"first\" ngFor [ngForOf]=\"filteredOptions\">\r\n <mat-option [value]=\"mapper ? option : option[optionValueProperty]\">\r\n <!-- #region Property icon -->\r\n <mat-icon *ngIf=\"matIconKey && !svgIconKey\" [fontSet]=\"fontSet || 'material-symbols-outlined'\">{{option[matIconKey]}}</mat-icon>\r\n <mat-icon *ngIf=\"svgIconKey && !matIconKey\" [svgIcon]=\"option[svgIconKey]\" [fontSet]=\"fontSet || 'material-symbols-outlined'\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Option icon -->\r\n <mat-icon *ngIf=\"option.icon?.matIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\">{{option.icon?.matIcon}}</mat-icon>\r\n <mat-icon *ngIf=\"option.icon?.svgIcon\" [svgIcon]=\"option.icon?.svgIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <span *ngIf=\"!optionTemplate?.templateRef\" i18n=\"@@selection\">{option[optionTextProperty], select, option {option} other {{{option[optionTextProperty]}}}}</span>\r\n <ng-template *ngIf=\"optionTemplate?.templateRef\" [ngTemplateOutlet]=\"optionTemplate?.templateRef!\" [ngTemplateOutletContext]=\"{ option: option, text: option[optionTextProperty] }\"></ng-template>\r\n </mat-option>\r\n </ng-template>\r\n <!-- #endregion -->\r\n</mat-select>\r\n\r\n<!-- #region Read only value -->\r\n<div *ngIf=\"readonly\">\r\n <div *ngIf=\"currentValue\">\r\n <div class=\"readonly-value\">\r\n <span *ngIf=\"!optionTemplate?.templateRef && !triggerTemplate?.templateRef\">\r\n <span layout=\"row\" layout-align=\"start center\">\r\n <ng-container *ngFor=\"let option of selectedOptions; let i = index; let last = last\">\r\n <span layout=\"row\" layout-align=\"start center\">\r\n <!-- #region Property icon -->\r\n <mat-icon *ngIf=\"matIconKey && !svgIconKey\" [fontSet]=\"fontSet || 'material-symbols-outlined'\">{{currentValue[matIconKey]}}</mat-icon>\r\n <mat-icon *ngIf=\"svgIconKey && !matIconKey\" [svgIcon]=\"currentValue[svgIconKey]\" [fontSet]=\"fontSet || 'material-symbols-outlined'\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <!-- #region Option icon -->\r\n <mat-icon *ngIf=\"option.icon?.matIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\">{{option.icon?.matIcon}}</mat-icon>\r\n <mat-icon *ngIf=\"option.icon?.svgIcon\" [svgIcon]=\"option.icon?.svgIcon\" [fontSet]=\"option.icon?.fontSet || 'material-symbols-outlined'\" [ngStyle]=\"{ color: option.icon?.iconColor??'' }\"></mat-icon>\r\n <!-- #endregion -->\r\n\r\n <span>&nbsp;&nbsp;</span>\r\n <span i18n=\"@@selection\">{currentValue[optionTextProperty], select, option {option} other {{{currentValue[optionTextProperty]}}}}</span>\r\n </span>\r\n <span *ngIf=\"!last\">,&nbsp;</span>\r\n </ng-container>\r\n </span>\r\n </span>\r\n <ng-template *ngIf=\"triggerTemplate?.templateRef\" [ngTemplateOutlet]=\"triggerTemplate?.templateRef!\" [ngTemplateOutletContext]=\"{ trigger: currentValue }\"></ng-template>\r\n <ng-template *ngIf=\"optionTemplate?.templateRef && !triggerTemplate?.templateRef\" [ngTemplateOutlet]=\"optionTemplate?.templateRef!\" [ngTemplateOutletContext]=\"{ option: currentValue, text: currentValue[optionTextProperty] }\"></ng-template>\r\n </div>\r\n <mat-icon *ngIf=\"(onLaunch?.observers?.length??0) > 0\" class=\"vd-select-launch-readonly\" (click)=\"$event.stopPropagation(); handleLaunchClicked(value)\">launch</mat-icon>\r\n </div>\r\n <div *ngIf=\"!currentValue\">&nbsp;</div>\r\n</div>\r\n<!-- #endregion -->", styles: [".vd-select-launch{position:absolute;right:30px;top:-5px;font-size:18px;cursor:pointer}.readonly-value{padding-right:24px;opacity:.6;min-height:15px}.vd-select-launch-readonly{position:absolute;right:0;top:9px;font-size:18px;cursor:pointer}.vd-select-filter-wrap{background:inherit;position:sticky;top:-8px;box-sizing:border-box;z-index:100}.vd-select-filter-wrap .vd-select-filter-inner{z-index:100;display:flex;flex-direction:row;align-items:center;background:inherit}.vd-select-filter-wrap .vd-select-filter-inner .vd-select-filter{box-shadow:none;padding:16px 16px 16px 0;box-sizing:border-box;width:100%;border:none;background-color:inherit;color:inherit}.vd-select-filter-wrap .vd-select-filter-inner .vd-select-filter:focus-visible{border:none;outline:none}.vd-select-filter-wrap .mat-divider{display:block;width:100%;border-top-width:1px;border-top-style:solid;box-sizing:border-box}::ng-deep .mat-mdc-select-trigger{display:flex!important}::ng-deep .mat-mdc-select-trigger .mat-icon{display:flex;margin-right:8px}::ng-deep .mat-mdc-form-field-type-vd-select-chip .mat-mdc-form-field-infix{padding-top:7px!important;padding-bottom:7px!important}::ng-deep .mat-mdc-form-field-type-vd-select-chip .mat-mdc-chip{padding-top:0!important;padding-bottom:0!important;margin-top:2px!important;margin-bottom:2px!important}\n"], dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "directive", type: i5.MatSelectTrigger, selector: "mat-select-trigger" }, { kind: "component", type: i2.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
180
180
  }
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectComponent, decorators: [{
181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectComponent, decorators: [{
182
182
  type: Component,
183
183
  args: [{ selector: 'vd-select', providers: [
184
184
  { provide: MatFormFieldControl, useExisting: VdSelectComponent },
@@ -13,10 +13,10 @@ export class VdSelectOptionDirective extends CdkPortal {
13
13
  constructor(templateRef, viewContainerRef) {
14
14
  super(templateRef, viewContainerRef);
15
15
  }
16
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectOptionDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.6", type: VdSelectOptionDirective, selector: "[vd-select-option]ng-template", usesInheritance: true, ngImport: i0 });
16
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectOptionDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
17
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.7", type: VdSelectOptionDirective, selector: "[vd-select-option]ng-template", usesInheritance: true, ngImport: i0 });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectOptionDirective, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectOptionDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{ selector: '[vd-select-option]ng-template' }]
22
22
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }] });
@@ -13,10 +13,10 @@ export class VdSelectTriggerDirective extends CdkPortal {
13
13
  constructor(templateRef, viewContainerRef) {
14
14
  super(templateRef, viewContainerRef);
15
15
  }
16
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectTriggerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.6", type: VdSelectTriggerDirective, selector: "[vd-select-trigger]ng-template", usesInheritance: true, ngImport: i0 });
16
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectTriggerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
17
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.7", type: VdSelectTriggerDirective, selector: "[vd-select-trigger]ng-template", usesInheritance: true, ngImport: i0 });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectTriggerDirective, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectTriggerDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{ selector: '[vd-select-trigger]ng-template' }]
22
22
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }] });
@@ -15,8 +15,8 @@ const EXPORTED_DECLARATIONS = [
15
15
  VdSelectTriggerDirective
16
16
  ];
17
17
  export class VdSelectModule {
18
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: VdSelectModule, declarations: [VdSelectComponent,
18
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.7", ngImport: i0, type: VdSelectModule, declarations: [VdSelectComponent,
20
20
  VdSelectOptionDirective,
21
21
  VdSelectTriggerDirective], imports: [CommonModule,
22
22
  FormsModule,
@@ -25,13 +25,13 @@ export class VdSelectModule {
25
25
  MatButtonModule], exports: [VdSelectComponent,
26
26
  VdSelectOptionDirective,
27
27
  VdSelectTriggerDirective] });
28
- /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectModule, imports: [CommonModule,
28
+ /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectModule, imports: [CommonModule,
29
29
  FormsModule,
30
30
  MatSelectModule,
31
31
  MatIconModule,
32
32
  MatButtonModule] });
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: VdSelectModule, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: VdSelectModule, decorators: [{
35
35
  type: NgModule,
36
36
  args: [{
37
37
  imports: [