@indice/ng-components 0.2.173-beta.3 → 0.2.174

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 (83) hide show
  1. package/_styles.scss +8 -0
  2. package/esm2020/lib/controls/advanced-search/advanced-search.component.mjs +45 -7
  3. package/esm2020/lib/controls/advanced-search/models.mjs +22 -3
  4. package/esm2020/lib/controls/avatar-initials/avatar-initials.component.mjs +3 -3
  5. package/esm2020/lib/controls/breadcrumb/breadcrumb.component.mjs +3 -3
  6. package/esm2020/lib/controls/collapsible-panel/collapsible-panel.component.mjs +3 -3
  7. package/esm2020/lib/controls/combobox/combobox.component.mjs +3 -3
  8. package/esm2020/lib/controls/date-picker/date-picker.component.mjs +3 -3
  9. package/esm2020/lib/controls/drop-down-menu/drop-down-menu.component.mjs +3 -3
  10. package/esm2020/lib/controls/kpi-tile/kpi-tile.component.mjs +3 -3
  11. package/esm2020/lib/controls/language-selection/language-selection.component.mjs +3 -3
  12. package/esm2020/lib/controls/list-view/list-column.component.mjs +3 -3
  13. package/esm2020/lib/controls/list-view/list-details-section.component.mjs +3 -3
  14. package/esm2020/lib/controls/list-view/list-tile.component.mjs +3 -3
  15. package/esm2020/lib/controls/list-view/list-view-empty-state.component.mjs +3 -3
  16. package/esm2020/lib/controls/list-view/list-view.component.mjs +3 -3
  17. package/esm2020/lib/controls/nav-links-list/nav-links-list.component.mjs +3 -3
  18. package/esm2020/lib/controls/notifications-indicator/notifications-indicator.component.mjs +3 -3
  19. package/esm2020/lib/controls/pager/pager.component.mjs +3 -3
  20. package/esm2020/lib/controls/side-pane/side-pane.component.mjs +3 -3
  21. package/esm2020/lib/controls/skeleton-loader/skeleton-loader.component.mjs +3 -3
  22. package/esm2020/lib/controls/stepper/lib-step-info.directive.mjs +3 -3
  23. package/esm2020/lib/controls/stepper/lib-step-label.directive.mjs +3 -3
  24. package/esm2020/lib/controls/stepper/lib-step.component.mjs +3 -3
  25. package/esm2020/lib/controls/stepper/lib-stepper.component.mjs +3 -3
  26. package/esm2020/lib/controls/tabs/lib-tab-group.component.mjs +3 -3
  27. package/esm2020/lib/controls/tabs/lib-tab-label.directive.mjs +3 -3
  28. package/esm2020/lib/controls/tabs/lib-tab.component.mjs +3 -3
  29. package/esm2020/lib/controls/toaster/toaster-container.component.mjs +3 -3
  30. package/esm2020/lib/controls/toaster/toaster.component.mjs +3 -3
  31. package/esm2020/lib/controls/toggle/toggle.component.mjs +3 -3
  32. package/esm2020/lib/controls/toggle-button/toggle-button.component.mjs +6 -6
  33. package/esm2020/lib/controls/toggle-buttons-list/toggle-buttons-list.component.mjs +5 -5
  34. package/esm2020/lib/controls/user-profile-menu/user-profile-menu.component.mjs +3 -3
  35. package/esm2020/lib/directives/click-outside.directive.mjs +3 -3
  36. package/esm2020/lib/directives/dynamic-component-host.directive.mjs +3 -3
  37. package/esm2020/lib/helpers/base-list.component.mjs +3 -3
  38. package/esm2020/lib/layouts/shell/shell-footer/shell-footer.component.mjs +3 -3
  39. package/esm2020/lib/layouts/shell/shell-header/shell-header.component.mjs +3 -3
  40. package/esm2020/lib/layouts/shell/shell-layout/shell-layout.component.mjs +3 -3
  41. package/esm2020/lib/layouts/shell/shell-sidebar/shell-sidebar.component.mjs +3 -3
  42. package/esm2020/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.mjs +3 -3
  43. package/esm2020/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.mjs +3 -3
  44. package/esm2020/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.mjs +3 -3
  45. package/esm2020/lib/layouts/views/form-layout/form-layout.component.mjs +3 -3
  46. package/esm2020/lib/layouts/views/model-view-layout/model-view-layout.component.mjs +3 -3
  47. package/esm2020/lib/layouts/views/side-view-layout/side-view-layout.component.mjs +3 -3
  48. package/esm2020/lib/layouts/views/view-layout/view-layout.component.mjs +3 -3
  49. package/esm2020/lib/ng-components.module.mjs +9 -24
  50. package/esm2020/lib/pages/auth/auth-callback/auth-callback.component.mjs +3 -3
  51. package/esm2020/lib/pages/auth/auth-renew/auth-renew.component.mjs +3 -3
  52. package/esm2020/lib/pages/auth/logged-out/logged-out.component.mjs +3 -3
  53. package/esm2020/lib/pages/http-status/error/error.component.mjs +3 -3
  54. package/esm2020/lib/pages/http-status/page-not-found/page-not-found.component.mjs +3 -3
  55. package/esm2020/lib/pages/http-status/unauthorized/unauthorized.component.mjs +3 -3
  56. package/esm2020/lib/pipes/address.pipe.mjs +3 -3
  57. package/esm2020/lib/pipes/duration-format.pipe.mjs +3 -3
  58. package/esm2020/lib/services/breadcrumb.service.mjs +3 -3
  59. package/esm2020/lib/services/component-loader/component-loader.factory.mjs +3 -3
  60. package/esm2020/lib/services/modal-service/modal-backdrop-component.mjs +3 -3
  61. package/esm2020/lib/services/modal-service/modal-container-component.mjs +3 -3
  62. package/esm2020/lib/services/modal-service/modal-options.class.mjs +3 -3
  63. package/esm2020/lib/services/modal-service/modal-service.mjs +3 -3
  64. package/esm2020/lib/services/modal-service/modal.class.mjs +3 -3
  65. package/esm2020/lib/services/toaster.service.mjs +3 -3
  66. package/esm2020/lib/services/user-settings.service.mjs +3 -3
  67. package/esm2020/lib/services/utilities.service.mjs +3 -3
  68. package/esm2020/public-api.mjs +1 -4
  69. package/fesm2015/indice-ng-components.mjs +268 -306
  70. package/fesm2015/indice-ng-components.mjs.map +1 -1
  71. package/fesm2020/indice-ng-components.mjs +265 -306
  72. package/fesm2020/indice-ng-components.mjs.map +1 -1
  73. package/lib/controls/advanced-search/advanced-search.component.d.ts +15 -1
  74. package/lib/controls/advanced-search/models.d.ts +8 -0
  75. package/lib/ng-components.module.d.ts +5 -8
  76. package/package.json +5 -4
  77. package/public-api.d.ts +0 -3
  78. package/esm2020/lib/controls/content-tile/content-tile-header/content-tile-header.component.mjs +0 -17
  79. package/esm2020/lib/controls/content-tile/content-tile-item/content-tile-item.component.mjs +0 -17
  80. package/esm2020/lib/controls/content-tile/content-tile.component.mjs +0 -62
  81. package/lib/controls/content-tile/content-tile-header/content-tile-header.component.d.ts +0 -7
  82. package/lib/controls/content-tile/content-tile-item/content-tile-item.component.d.ts +0 -7
  83. package/lib/controls/content-tile/content-tile.component.d.ts +0 -23
@@ -5,8 +5,19 @@ import * as i0 from "@angular/core";
5
5
  export declare class AdvancedSearchComponent implements OnInit {
6
6
  advancedSearchChanged: EventEmitter<FilterClause[]>;
7
7
  searchOptions: SearchOption[];
8
+ operatorsDisabled: boolean;
8
9
  filters: FilterClause[];
9
10
  menuOptions: MenuOption[];
11
+ operatorMenuOptions: MenuOption[];
12
+ operatorOptions: import("./models").IDictionary<{
13
+ label: string;
14
+ value: string;
15
+ description?: string | undefined;
16
+ }[]>;
17
+ operators: {
18
+ [key: string]: MenuOption[];
19
+ };
20
+ selectedOperator?: string;
10
21
  selectedField?: SearchOption;
11
22
  fieldValue?: string;
12
23
  fieldValueDateFrom: any;
@@ -17,10 +28,13 @@ export declare class AdvancedSearchComponent implements OnInit {
17
28
  constructor();
18
29
  ngOnInit(): void;
19
30
  selectedFieldChanged(field: string): void;
31
+ selectedOperatorChanged(operator: any): void;
20
32
  selectedFieldValueChanged(fieldValue: string): void;
21
33
  search(): void;
22
34
  removeFilter(index: number): void;
35
+ isDateValueUnpicked(): boolean;
36
+ isFieldAndOperatorUnpicked(): boolean;
23
37
  clear(): void;
24
38
  static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSearchComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSearchComponent, "lib-advanced-search", never, { "searchOptions": "search-options"; "filters": "filters"; }, { "advancedSearchChanged": "advancedSearchChanged"; }, never, never, false>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSearchComponent, "lib-advanced-search", never, { "searchOptions": "search-options"; "operatorsDisabled": "operators-disabled"; "filters": "filters"; }, { "advancedSearchChanged": "advancedSearchChanged"; }, never, never, false>;
26
40
  }
@@ -69,6 +69,14 @@ export declare namespace FilterClause {
69
69
  type Op = 'eq' | 'neq' | 'gt' | 'lt' | 'gte' | 'lte' | 'contains' | 'in';
70
70
  type Dt = 'string' | 'integer' | 'number' | 'boolean' | 'datetime' | 'array' | 'daterange' | undefined;
71
71
  }
72
+ export interface IDictionary<T> {
73
+ [key: string]: T;
74
+ }
75
+ export declare const OperatorOptions: IDictionary<{
76
+ label: string;
77
+ value: string;
78
+ description?: string;
79
+ }[]>;
72
80
  export declare class FilterClause {
73
81
  member: string;
74
82
  value: any;
@@ -53,16 +53,13 @@ import * as i50 from "./controls/user-profile-menu/user-profile-menu.component";
53
53
  import * as i51 from "./layouts/views/view-layout/view-layout.component";
54
54
  import * as i52 from "./controls/toggle-button/toggle-button.component";
55
55
  import * as i53 from "./controls/toggle-buttons-list/toggle-buttons-list.component";
56
- import * as i54 from "./controls/content-tile/content-tile.component";
57
- import * as i55 from "./controls/content-tile/content-tile-item/content-tile-item.component";
58
- import * as i56 from "./controls/content-tile/content-tile-header/content-tile-header.component";
59
- import * as i57 from "@angular/common";
60
- import * as i58 from "@angular/router";
61
- import * as i59 from "@indice/ng-auth";
62
- import * as i60 from "@angular/forms";
56
+ import * as i54 from "@angular/common";
57
+ import * as i55 from "@angular/router";
58
+ import * as i56 from "@indice/ng-auth";
59
+ import * as i57 from "@angular/forms";
63
60
  export declare class IndiceComponentsModule {
64
61
  static forRoot(): ModuleWithProviders<IndiceComponentsModule>;
65
62
  static ɵfac: i0.ɵɵFactoryDeclaration<IndiceComponentsModule, never>;
66
- static ɵmod: i0.ɵɵNgModuleDeclaration<IndiceComponentsModule, [typeof i1.AddressPipe, typeof i2.AdvancedSearchComponent, typeof i3.AuthCallbackComponent, typeof i4.AuthRenewComponent, typeof i5.AvatarInitialsComponent, typeof i6.BreadcrumbComponent, typeof i7.ClickOutsideDirective, typeof i8.CollapsiblePanelComponent, typeof i9.ComboboxComponent, typeof i10.DatepickerComponent, typeof i11.DropDownMenuComponent, typeof i12.DurationFormatPipe, typeof i13.DynamicComponentHostDirective, typeof i14.ErrorComponent, typeof i15.FormLayoutComponent, typeof i16.KpiTileComponent, typeof i17.LanguageSelectionComponent, typeof i18.LibStepComponent, typeof i19.LibStepInfoDirective, typeof i20.LibStepLabelDirective, typeof i21.LibStepperComponent, typeof i22.LibTabComponent, typeof i23.LibTabGroupComponent, typeof i24.LibTabLabelDirective, typeof i25.ListColumnComponent, typeof i26.ListDetailsSectionComponent, typeof i27.ListTileComponent, typeof i28.ListViewComponent, typeof i29.ListViewEmptyStateComponent, typeof i30.LoggedOutComponent, typeof i31.ModelViewLayoutComponent, typeof i32.NavLinksListComponent, typeof i33.NotificationsIndicatorComponent, typeof i34.PageNotFoundComponent, typeof i35.PagerComponent, typeof i36.ShellFooterComponent, typeof i37.ShellHeaderComponent, typeof i38.ShellLayoutComponent, typeof i39.ShellSidebarComponent, typeof i40.ShellSidebarHeaderComponent, typeof i41.ShellSidebarLayoutComponent, typeof i42.ShellStackedLayoutComponent, typeof i43.SidePaneComponent, typeof i44.SideViewLayoutComponent, typeof i45.SkeletonLoaderComponent, typeof i46.ToasterComponent, typeof i47.ToasterContainerComponent, typeof i48.ToggleComponent, typeof i49.UnauthorizedComponent, typeof i50.UserProfileMenuComponent, typeof i51.ViewLayoutComponent, typeof i52.ToggleButtonComponent, typeof i53.ToggleButtonsListComponent, typeof i54.ContentTileComponent, typeof i55.ContentTileItemComponent, typeof i56.ContentTileHeaderComponent], [typeof i57.CommonModule, typeof i58.RouterModule, typeof i59.IndiceAuthModule, typeof i60.FormsModule], [typeof i1.AddressPipe, typeof i3.AuthCallbackComponent, typeof i4.AuthRenewComponent, typeof i5.AvatarInitialsComponent, typeof i6.BreadcrumbComponent, typeof i7.ClickOutsideDirective, typeof i8.CollapsiblePanelComponent, typeof i9.ComboboxComponent, typeof i10.DatepickerComponent, typeof i11.DropDownMenuComponent, typeof i12.DurationFormatPipe, typeof i14.ErrorComponent, typeof i15.FormLayoutComponent, typeof i16.KpiTileComponent, typeof i18.LibStepComponent, typeof i19.LibStepInfoDirective, typeof i20.LibStepLabelDirective, typeof i21.LibStepperComponent, typeof i22.LibTabComponent, typeof i23.LibTabGroupComponent, typeof i24.LibTabLabelDirective, typeof i25.ListColumnComponent, typeof i26.ListDetailsSectionComponent, typeof i27.ListTileComponent, typeof i28.ListViewComponent, typeof i29.ListViewEmptyStateComponent, typeof i30.LoggedOutComponent, typeof i31.ModelViewLayoutComponent, typeof i34.PageNotFoundComponent, typeof i35.PagerComponent, typeof i36.ShellFooterComponent, typeof i37.ShellHeaderComponent, typeof i38.ShellLayoutComponent, typeof i43.SidePaneComponent, typeof i44.SideViewLayoutComponent, typeof i45.SkeletonLoaderComponent, typeof i46.ToasterComponent, typeof i47.ToasterContainerComponent, typeof i48.ToggleComponent, typeof i49.UnauthorizedComponent, typeof i51.ViewLayoutComponent, typeof i52.ToggleButtonComponent, typeof i53.ToggleButtonsListComponent, typeof i54.ContentTileComponent, typeof i55.ContentTileItemComponent, typeof i56.ContentTileHeaderComponent]>;
63
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IndiceComponentsModule, [typeof i1.AddressPipe, typeof i2.AdvancedSearchComponent, typeof i3.AuthCallbackComponent, typeof i4.AuthRenewComponent, typeof i5.AvatarInitialsComponent, typeof i6.BreadcrumbComponent, typeof i7.ClickOutsideDirective, typeof i8.CollapsiblePanelComponent, typeof i9.ComboboxComponent, typeof i10.DatepickerComponent, typeof i11.DropDownMenuComponent, typeof i12.DurationFormatPipe, typeof i13.DynamicComponentHostDirective, typeof i14.ErrorComponent, typeof i15.FormLayoutComponent, typeof i16.KpiTileComponent, typeof i17.LanguageSelectionComponent, typeof i18.LibStepComponent, typeof i19.LibStepInfoDirective, typeof i20.LibStepLabelDirective, typeof i21.LibStepperComponent, typeof i22.LibTabComponent, typeof i23.LibTabGroupComponent, typeof i24.LibTabLabelDirective, typeof i25.ListColumnComponent, typeof i26.ListDetailsSectionComponent, typeof i27.ListTileComponent, typeof i28.ListViewComponent, typeof i29.ListViewEmptyStateComponent, typeof i30.LoggedOutComponent, typeof i31.ModelViewLayoutComponent, typeof i32.NavLinksListComponent, typeof i33.NotificationsIndicatorComponent, typeof i34.PageNotFoundComponent, typeof i35.PagerComponent, typeof i36.ShellFooterComponent, typeof i37.ShellHeaderComponent, typeof i38.ShellLayoutComponent, typeof i39.ShellSidebarComponent, typeof i40.ShellSidebarHeaderComponent, typeof i41.ShellSidebarLayoutComponent, typeof i42.ShellStackedLayoutComponent, typeof i43.SidePaneComponent, typeof i44.SideViewLayoutComponent, typeof i45.SkeletonLoaderComponent, typeof i46.ToasterComponent, typeof i47.ToasterContainerComponent, typeof i48.ToggleComponent, typeof i49.UnauthorizedComponent, typeof i50.UserProfileMenuComponent, typeof i51.ViewLayoutComponent, typeof i52.ToggleButtonComponent, typeof i53.ToggleButtonsListComponent], [typeof i54.CommonModule, typeof i55.RouterModule, typeof i56.IndiceAuthModule, typeof i57.FormsModule], [typeof i1.AddressPipe, typeof i3.AuthCallbackComponent, typeof i4.AuthRenewComponent, typeof i5.AvatarInitialsComponent, typeof i6.BreadcrumbComponent, typeof i7.ClickOutsideDirective, typeof i8.CollapsiblePanelComponent, typeof i9.ComboboxComponent, typeof i10.DatepickerComponent, typeof i11.DropDownMenuComponent, typeof i12.DurationFormatPipe, typeof i14.ErrorComponent, typeof i15.FormLayoutComponent, typeof i16.KpiTileComponent, typeof i18.LibStepComponent, typeof i19.LibStepInfoDirective, typeof i20.LibStepLabelDirective, typeof i21.LibStepperComponent, typeof i22.LibTabComponent, typeof i23.LibTabGroupComponent, typeof i24.LibTabLabelDirective, typeof i25.ListColumnComponent, typeof i26.ListDetailsSectionComponent, typeof i27.ListTileComponent, typeof i28.ListViewComponent, typeof i29.ListViewEmptyStateComponent, typeof i30.LoggedOutComponent, typeof i31.ModelViewLayoutComponent, typeof i34.PageNotFoundComponent, typeof i35.PagerComponent, typeof i36.ShellFooterComponent, typeof i37.ShellHeaderComponent, typeof i38.ShellLayoutComponent, typeof i43.SidePaneComponent, typeof i44.SideViewLayoutComponent, typeof i45.SkeletonLoaderComponent, typeof i46.ToasterComponent, typeof i47.ToasterContainerComponent, typeof i48.ToggleComponent, typeof i49.UnauthorizedComponent, typeof i51.ViewLayoutComponent, typeof i52.ToggleButtonComponent, typeof i53.ToggleButtonsListComponent]>;
67
64
  static ɵinj: i0.ɵɵInjectorDeclaration<IndiceComponentsModule>;
68
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.173-beta.3",
3
+ "version": "0.2.174",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,8 @@
12
12
  "typescript",
13
13
  "tailwind",
14
14
  "components",
15
- "controls"
15
+ "controls",
16
+ "indice"
16
17
  ],
17
18
  "author": "INDICE",
18
19
  "license": "MIT",
@@ -24,10 +25,10 @@
24
25
  "@angular/common": ">=12.0.4",
25
26
  "@angular/core": ">=12.0.4",
26
27
  "@angular/router": ">=12.0.4",
27
- "@indice/ng-auth": "^0.2.6",
28
+ "@indice/ng-auth": "^0.2.8",
28
29
  "oidc-client": "^1.11.5",
29
30
  "rxjs": "^6.6.7",
30
- "tailwindcss": ">=2.1.2",
31
+ "tailwindcss": ">=3.3.2",
31
32
  "uuid": "8.3.2"
32
33
  },
33
34
  "module": "fesm2015/indice-ng-components.mjs",
package/public-api.d.ts CHANGED
@@ -29,9 +29,6 @@ export * from './lib/controls/stepper/lib-step-info.directive';
29
29
  export * from './lib/controls/stepper/types/stepper-type';
30
30
  export * from './lib/controls/toggle-button/toggle-button.component';
31
31
  export * from './lib/controls/toggle-buttons-list/toggle-buttons-list.component';
32
- export * from './lib/controls/content-tile/content-tile-header/content-tile-header.component';
33
- export * from './lib/controls/content-tile/content-tile-item/content-tile-item.component';
34
- export * from './lib/controls/content-tile/content-tile.component';
35
32
  export * from './lib/layouts/shell/shell-layout/shell-layout.component';
36
33
  export * from './lib/layouts/shell/shell-header/shell-header.component';
37
34
  export * from './lib/layouts/shell/shell-footer/shell-footer.component';
@@ -1,17 +0,0 @@
1
- import { Component, ContentChild, TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class ContentTileHeaderComponent {
4
- constructor() {
5
- this.template = undefined;
6
- }
7
- }
8
- ContentTileHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ContentTileHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- ContentTileHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: ContentTileHeaderComponent, selector: "lib-content-tile-header", queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ContentTileHeaderComponent, decorators: [{
11
- type: Component,
12
- args: [{ selector: 'lib-content-tile-header', template: '<ng-content></ng-content>' }]
13
- }], ctorParameters: function () { return []; }, propDecorators: { template: [{
14
- type: ContentChild,
15
- args: [TemplateRef]
16
- }] } });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC10aWxlLWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy1jb21wb25lbnRzL3NyYy9saWIvY29udHJvbHMvY29udGVudC10aWxlL2NvbnRlbnQtdGlsZS1oZWFkZXIvY29udGVudC10aWxlLWhlYWRlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUdyRSxNQUFNLE9BQU8sMEJBQTBCO0lBRXJDO1FBRDJCLGFBQVEsR0FBb0IsU0FBUyxDQUFDO0lBQ2pELENBQUM7O3VIQUZOLDBCQUEwQjsyR0FBMUIsMEJBQTBCLHFHQUN2QixXQUFXLGdEQUZnQywyQkFBMkI7MkZBQ3pFLDBCQUEwQjtrQkFEdEMsU0FBUzttQkFBQyxFQUFDLFFBQVEsRUFBRSx5QkFBeUIsRUFBRSxRQUFRLEVBQUUsMkJBQTJCLEVBQUM7MEVBRTFELFFBQVE7c0JBQWxDLFlBQVk7dUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtzZWxlY3RvcjogJ2xpYi1jb250ZW50LXRpbGUtaGVhZGVyJywgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+J30pXG5leHBvcnQgY2xhc3MgQ29udGVudFRpbGVIZWFkZXJDb21wb25lbnQge1xuICBAQ29udGVudENoaWxkKFRlbXBsYXRlUmVmKSB0ZW1wbGF0ZTogYW55IHwgdW5kZWZpbmVkID0gdW5kZWZpbmVkO1xuICBjb25zdHJ1Y3RvcigpIHsgfVxufVxuIl19
@@ -1,17 +0,0 @@
1
- import { Component, ContentChild, TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class ContentTileItemComponent {
4
- constructor() {
5
- this.template = undefined;
6
- }
7
- }
8
- ContentTileItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ContentTileItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- ContentTileItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: ContentTileItemComponent, selector: "lib-content-tile-item", queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ContentTileItemComponent, decorators: [{
11
- type: Component,
12
- args: [{ selector: 'lib-content-tile-item', template: '<ng-content></ng-content>' }]
13
- }], ctorParameters: function () { return []; }, propDecorators: { template: [{
14
- type: ContentChild,
15
- args: [TemplateRef]
16
- }] } });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC10aWxlLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctY29tcG9uZW50cy9zcmMvbGliL2NvbnRyb2xzL2NvbnRlbnQtdGlsZS9jb250ZW50LXRpbGUtaXRlbS9jb250ZW50LXRpbGUtaXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUc3RSxNQUFNLE9BQU8sd0JBQXdCO0lBRW5DO1FBRDJCLGFBQVEsR0FBb0IsU0FBUyxDQUFDO0lBQ2pELENBQUM7O3FIQUZOLHdCQUF3Qjt5R0FBeEIsd0JBQXdCLG1HQUNyQixXQUFXLGdEQUYrQiwyQkFBMkI7MkZBQ3hFLHdCQUF3QjtrQkFEcEMsU0FBUzttQkFBQyxFQUFDLFFBQVEsRUFBRSx1QkFBdUIsRUFBRyxRQUFRLEVBQUUsMkJBQTJCLEVBQUM7MEVBRXpELFFBQVE7c0JBQWxDLFlBQVk7dUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkLCBPbkluaXQsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe3NlbGVjdG9yOiAnbGliLWNvbnRlbnQtdGlsZS1pdGVtJywgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50Pid9KVxuZXhwb3J0IGNsYXNzIENvbnRlbnRUaWxlSXRlbUNvbXBvbmVudCB7XG4gIEBDb250ZW50Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBhbnkgfCB1bmRlZmluZWQgPSB1bmRlZmluZWQ7XG4gIGNvbnN0cnVjdG9yKCkgeyB9XG59XG4iXX0=
@@ -1,62 +0,0 @@
1
- import { Component, ContentChild, ContentChildren, EventEmitter, Input, Output } from '@angular/core';
2
- import { ContentTileHeaderComponent } from './content-tile-header/content-tile-header.component';
3
- import { ContentTileItemComponent } from './content-tile-item/content-tile-item.component';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/router";
6
- import * as i2 from "@angular/common";
7
- export class ContentTileComponent {
8
- constructor(router) {
9
- this.router = router;
10
- this.title = undefined;
11
- this.busy = false;
12
- this.hideBtn = false;
13
- this.showFooter = true;
14
- this.actionText = 'Περισσότερα';
15
- // tslint:disable-next-line:no-output-rename
16
- this.tileAction = new EventEmitter();
17
- this.selectedIndex = 0;
18
- this.itemTemplates = [];
19
- this.header = undefined;
20
- }
21
- set items(refs) {
22
- if (refs) {
23
- this.itemTemplates = refs.toArray();
24
- }
25
- }
26
- ngOnInit() {
27
- }
28
- emitTileAction($event) {
29
- $event.preventDefault();
30
- $event.stopPropagation();
31
- this.tileAction.emit($event);
32
- return false;
33
- }
34
- }
35
- ContentTileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ContentTileComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
36
- ContentTileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: ContentTileComponent, selector: "lib-content-tile", inputs: { title: "title", busy: "busy", hideBtn: "hideBtn", showFooter: ["show-footer", "showFooter"], actionText: ["action-text", "actionText"] }, outputs: { tileAction: "tile-action" }, queries: [{ propertyName: "header", first: true, predicate: ContentTileHeaderComponent, descendants: true }, { propertyName: "items", predicate: ContentTileItemComponent, read: ContentTileItemComponent }], ngImport: i0, template: "<div class=\"card\" [class.card-deck-busy]=\"busy\">\r\n <div class=\"card-body\">\r\n <div class=\"kpi-tile-title-container flex align-top\">\r\n <a *ngIf=\"!header\" href=\"#\"\r\n class=\"kpi-tile-action flex-1\" (click)=\"emitTileAction($event)\">{{title || '-'}}</a>\r\n <ng-container *ngIf=\"header\">\r\n <div class=\"flex-1\">\r\n <ng-template [ngTemplateOutlet]=\"header.template\"></ng-template>\r\n </div>\r\n </ng-container>\r\n <div *ngIf=\"actionText\" class=\"float-right align-top\">\r\n <a href=\"#\" class=\"text-xs\" (click)=\"emitTileAction($event)\">{{actionText}}</a>\r\n </div>\r\n </div>\r\n <div class=\"flex items-center\" *ngIf=\"itemTemplates\">\r\n <ng-template [ngTemplateOutlet]=\"itemTemplates[selectedIndex].template\"></ng-template>\r\n </div>\r\n <div class=\"tile-card-footer opacity-25 hover:opacity-75\" *ngIf=\"itemTemplates && itemTemplates.length>1\">\r\n <nav class=\"flex items-center justify-between px-4 sm:px-0\">\r\n <div class=\"flex w-0 flex-1\"></div>\r\n <div class=\"flex items-center justify-between px-2\">\r\n <ng-container *ngFor=\"let item of itemTemplates; index as i\">\r\n <button type=\"button\"\r\n (click)=\"selectedIndex=i\"\r\n [disabled]=\"selectedIndex===i\"\r\n class=\"inline-flex mx-1 items-center rounded-full border border-transparent p-1 text-white shadow-sm hover:bg-slate-700 focus:outline-none\"\r\n [class.bg-slate-500]=\"selectedIndex!==i\"\r\n [class.bg-slate-700]=\"selectedIndex===i\"\r\n [class.ring-slate-700]=\"selectedIndex===i\"\r\n [class.ring-offset-1]=\"selectedIndex===i\"\r\n [class.ring-1]=\"selectedIndex===i\">\r\n </button>\r\n </ng-container>\r\n </div>\r\n <div class=\"flex w-0 flex-1 justify-end\"></div>\r\n </nav>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ContentTileComponent, decorators: [{
38
- type: Component,
39
- args: [{ selector: 'lib-content-tile', template: "<div class=\"card\" [class.card-deck-busy]=\"busy\">\r\n <div class=\"card-body\">\r\n <div class=\"kpi-tile-title-container flex align-top\">\r\n <a *ngIf=\"!header\" href=\"#\"\r\n class=\"kpi-tile-action flex-1\" (click)=\"emitTileAction($event)\">{{title || '-'}}</a>\r\n <ng-container *ngIf=\"header\">\r\n <div class=\"flex-1\">\r\n <ng-template [ngTemplateOutlet]=\"header.template\"></ng-template>\r\n </div>\r\n </ng-container>\r\n <div *ngIf=\"actionText\" class=\"float-right align-top\">\r\n <a href=\"#\" class=\"text-xs\" (click)=\"emitTileAction($event)\">{{actionText}}</a>\r\n </div>\r\n </div>\r\n <div class=\"flex items-center\" *ngIf=\"itemTemplates\">\r\n <ng-template [ngTemplateOutlet]=\"itemTemplates[selectedIndex].template\"></ng-template>\r\n </div>\r\n <div class=\"tile-card-footer opacity-25 hover:opacity-75\" *ngIf=\"itemTemplates && itemTemplates.length>1\">\r\n <nav class=\"flex items-center justify-between px-4 sm:px-0\">\r\n <div class=\"flex w-0 flex-1\"></div>\r\n <div class=\"flex items-center justify-between px-2\">\r\n <ng-container *ngFor=\"let item of itemTemplates; index as i\">\r\n <button type=\"button\"\r\n (click)=\"selectedIndex=i\"\r\n [disabled]=\"selectedIndex===i\"\r\n class=\"inline-flex mx-1 items-center rounded-full border border-transparent p-1 text-white shadow-sm hover:bg-slate-700 focus:outline-none\"\r\n [class.bg-slate-500]=\"selectedIndex!==i\"\r\n [class.bg-slate-700]=\"selectedIndex===i\"\r\n [class.ring-slate-700]=\"selectedIndex===i\"\r\n [class.ring-offset-1]=\"selectedIndex===i\"\r\n [class.ring-1]=\"selectedIndex===i\">\r\n </button>\r\n </ng-container>\r\n </div>\r\n <div class=\"flex w-0 flex-1 justify-end\"></div>\r\n </nav>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
40
- }], ctorParameters: function () { return [{ type: i1.Router }]; }, propDecorators: { title: [{
41
- type: Input
42
- }], busy: [{
43
- type: Input
44
- }], hideBtn: [{
45
- type: Input
46
- }], showFooter: [{
47
- type: Input,
48
- args: ['show-footer']
49
- }], actionText: [{
50
- type: Input,
51
- args: ['action-text']
52
- }], tileAction: [{
53
- type: Output,
54
- args: ['tile-action']
55
- }], items: [{
56
- type: ContentChildren,
57
- args: [ContentTileItemComponent, { read: ContentTileItemComponent }]
58
- }], header: [{
59
- type: ContentChild,
60
- args: [ContentTileHeaderComponent]
61
- }] } });
62
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC10aWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25nLWNvbXBvbmVudHMvc3JjL2xpYi9jb250cm9scy9jb250ZW50LXRpbGUvY29udGVudC10aWxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25nLWNvbXBvbmVudHMvc3JjL2xpYi9jb250cm9scy9jb250ZW50LXRpbGUvY29udGVudC10aWxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLGVBQWUsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBMEIsTUFBTSxlQUFlLENBQUM7QUFFdEksT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scURBQXFELENBQUM7QUFDakcsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0saURBQWlELENBQUM7Ozs7QUFNM0YsTUFBTSxPQUFPLG9CQUFvQjtJQXFCL0IsWUFBb0IsTUFBYztRQUFkLFdBQU0sR0FBTixNQUFNLENBQVE7UUFuQnpCLFVBQUssR0FBdUIsU0FBUyxDQUFDO1FBQ3RDLFNBQUksR0FBRyxLQUFLLENBQUM7UUFDYixZQUFPLEdBQXdCLEtBQUssQ0FBQztRQUN4QixlQUFVLEdBQXdCLElBQUksQ0FBQztRQUN2QyxlQUFVLEdBQVcsYUFBYSxDQUFDO1FBQ3pELDRDQUE0QztRQUNyQixlQUFVLEdBQXNCLElBQUksWUFBWSxFQUFPLENBQUM7UUFDeEUsa0JBQWEsR0FBRyxDQUFDLENBQUM7UUFFbEIsa0JBQWEsR0FBVSxFQUFFLENBQUM7UUFRUyxXQUFNLEdBQTJDLFNBQVMsQ0FBQztJQUUvRCxDQUFDO0lBVHZDLElBQ0ksS0FBSyxDQUFDLElBQXlDO1FBQ2pELElBQUksSUFBSSxFQUFFO1lBQ1IsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7U0FDckM7SUFDSCxDQUFDO0lBTUQsUUFBUTtJQUNSLENBQUM7SUFFTSxjQUFjLENBQUMsTUFBVztRQUMvQixNQUFNLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDeEIsTUFBTSxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQzdCLE9BQU8sS0FBSyxDQUFDO0lBQ2YsQ0FBQzs7aUhBL0JVLG9CQUFvQjtxR0FBcEIsb0JBQW9CLHdSQW1CakIsMEJBQTBCLDJEQVB2Qix3QkFBd0IsUUFBVSx3QkFBd0IsNkJDckI3RSxzaEVBdUNBOzJGRDlCYSxvQkFBb0I7a0JBSmhDLFNBQVM7K0JBQ0Usa0JBQWtCOzZGQUtuQixLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDZ0IsVUFBVTtzQkFBL0IsS0FBSzt1QkFBQyxhQUFhO2dCQUNFLFVBQVU7c0JBQS9CLEtBQUs7dUJBQUMsYUFBYTtnQkFFRyxVQUFVO3NCQUFoQyxNQUFNO3VCQUFDLGFBQWE7Z0JBS2pCLEtBQUs7c0JBRFIsZUFBZTt1QkFBQyx3QkFBd0IsRUFBRSxFQUFFLElBQUksRUFBRSx3QkFBd0IsRUFBRTtnQkFPbkMsTUFBTTtzQkFBL0MsWUFBWTt1QkFBQywwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgQ29udGVudENoaWxkcmVuLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCwgUXVlcnlMaXN0LCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBDb250ZW50VGlsZUhlYWRlckNvbXBvbmVudCB9IGZyb20gJy4vY29udGVudC10aWxlLWhlYWRlci9jb250ZW50LXRpbGUtaGVhZGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IENvbnRlbnRUaWxlSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vY29udGVudC10aWxlLWl0ZW0vY29udGVudC10aWxlLWl0ZW0uY29tcG9uZW50JztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWNvbnRlbnQtdGlsZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NvbnRlbnQtdGlsZS5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIENvbnRlbnRUaWxlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgQElucHV0KCkgdGl0bGU6IHN0cmluZyB8IHVuZGVmaW5lZCA9IHVuZGVmaW5lZDtcclxuICBASW5wdXQoKSBidXN5ID0gZmFsc2U7XHJcbiAgQElucHV0KCkgaGlkZUJ0bjogYm9vbGVhbiB8IHVuZGVmaW5lZCA9IGZhbHNlO1xyXG4gIEBJbnB1dCgnc2hvdy1mb290ZXInKSBzaG93Rm9vdGVyOiBib29sZWFuIHwgdW5kZWZpbmVkID0gdHJ1ZTtcclxuICBASW5wdXQoJ2FjdGlvbi10ZXh0JykgYWN0aW9uVGV4dDogc3RyaW5nID0gJ86gzrXPgc65z4PPg8+Mz4TOtc+BzrEnO1xyXG4gIC8vIHRzbGludDpkaXNhYmxlLW5leHQtbGluZTpuby1vdXRwdXQtcmVuYW1lXHJcbiAgQE91dHB1dCgndGlsZS1hY3Rpb24nKSB0aWxlQWN0aW9uOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xyXG4gIHB1YmxpYyBzZWxlY3RlZEluZGV4ID0gMDtcclxuXHJcbiAgcHVibGljIGl0ZW1UZW1wbGF0ZXM6IGFueVtdID0gW107XHJcbiAgQENvbnRlbnRDaGlsZHJlbihDb250ZW50VGlsZUl0ZW1Db21wb25lbnQsIHsgcmVhZDogQ29udGVudFRpbGVJdGVtQ29tcG9uZW50IH0pXHJcbiAgc2V0IGl0ZW1zKHJlZnM6IFF1ZXJ5TGlzdDxDb250ZW50VGlsZUl0ZW1Db21wb25lbnQ+KSB7XHJcbiAgICBpZiAocmVmcykge1xyXG4gICAgICB0aGlzLml0ZW1UZW1wbGF0ZXMgPSByZWZzLnRvQXJyYXkoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIEBDb250ZW50Q2hpbGQoQ29udGVudFRpbGVIZWFkZXJDb21wb25lbnQpIGhlYWRlcjogQ29udGVudFRpbGVIZWFkZXJDb21wb25lbnQgfCB1bmRlZmluZWQgPSB1bmRlZmluZWQ7XHJcbiAgXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGVtaXRUaWxlQWN0aW9uKCRldmVudDogYW55KTogYm9vbGVhbiB7XHJcbiAgICAkZXZlbnQucHJldmVudERlZmF1bHQoKTtcclxuICAgICRldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMudGlsZUFjdGlvbi5lbWl0KCRldmVudCk7XHJcbiAgICByZXR1cm4gZmFsc2U7XHJcbiAgfVxyXG5cclxufVxyXG5cclxuIiwiPGRpdiBjbGFzcz1cImNhcmRcIiBbY2xhc3MuY2FyZC1kZWNrLWJ1c3ldPVwiYnVzeVwiPlxyXG4gIDxkaXYgY2xhc3M9XCJjYXJkLWJvZHlcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJrcGktdGlsZS10aXRsZS1jb250YWluZXIgZmxleCBhbGlnbi10b3BcIj5cclxuICAgICAgPGEgKm5nSWY9XCIhaGVhZGVyXCIgaHJlZj1cIiNcIlxyXG4gICAgICAgICBjbGFzcz1cImtwaS10aWxlLWFjdGlvbiBmbGV4LTFcIiAoY2xpY2spPVwiZW1pdFRpbGVBY3Rpb24oJGV2ZW50KVwiPnt7dGl0bGUgfHwgJy0nfX08L2E+XHJcbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJoZWFkZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxleC0xXCI+XHJcbiAgICAgICAgICA8bmctdGVtcGxhdGUgW25nVGVtcGxhdGVPdXRsZXRdPVwiaGVhZGVyLnRlbXBsYXRlXCI+PC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgIDxkaXYgKm5nSWY9XCJhY3Rpb25UZXh0XCIgY2xhc3M9XCJmbG9hdC1yaWdodCBhbGlnbi10b3BcIj5cclxuICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwidGV4dC14c1wiIChjbGljayk9XCJlbWl0VGlsZUFjdGlvbigkZXZlbnQpXCI+e3thY3Rpb25UZXh0fX08L2E+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmxleCBpdGVtcy1jZW50ZXJcIiAqbmdJZj1cIml0ZW1UZW1wbGF0ZXNcIj5cclxuICAgICAgPG5nLXRlbXBsYXRlIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIml0ZW1UZW1wbGF0ZXNbc2VsZWN0ZWRJbmRleF0udGVtcGxhdGVcIj48L25nLXRlbXBsYXRlPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwidGlsZS1jYXJkLWZvb3RlciBvcGFjaXR5LTI1IGhvdmVyOm9wYWNpdHktNzVcIiAqbmdJZj1cIml0ZW1UZW1wbGF0ZXMgJiYgaXRlbVRlbXBsYXRlcy5sZW5ndGg+MVwiPlxyXG4gICAgICA8bmF2IGNsYXNzPVwiZmxleCBpdGVtcy1jZW50ZXIganVzdGlmeS1iZXR3ZWVuIHB4LTQgc206cHgtMFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJmbGV4IHctMCBmbGV4LTFcIj48L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxleCBpdGVtcy1jZW50ZXIganVzdGlmeS1iZXR3ZWVuIHB4LTJcIj5cclxuICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGl0ZW0gb2YgaXRlbVRlbXBsYXRlczsgaW5kZXggYXMgaVwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIlxyXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJzZWxlY3RlZEluZGV4PWlcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtkaXNhYmxlZF09XCJzZWxlY3RlZEluZGV4PT09aVwiXHJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpbmxpbmUtZmxleCBteC0xIGl0ZW1zLWNlbnRlciByb3VuZGVkLWZ1bGwgYm9yZGVyIGJvcmRlci10cmFuc3BhcmVudCBwLTEgdGV4dC13aGl0ZSBzaGFkb3ctc20gaG92ZXI6Ymctc2xhdGUtNzAwIGZvY3VzOm91dGxpbmUtbm9uZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2NsYXNzLmJnLXNsYXRlLTUwMF09XCJzZWxlY3RlZEluZGV4IT09aVwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2NsYXNzLmJnLXNsYXRlLTcwMF09XCJzZWxlY3RlZEluZGV4PT09aVwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2NsYXNzLnJpbmctc2xhdGUtNzAwXT1cInNlbGVjdGVkSW5kZXg9PT1pXCJcclxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MucmluZy1vZmZzZXQtMV09XCJzZWxlY3RlZEluZGV4PT09aVwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2NsYXNzLnJpbmctMV09XCJzZWxlY3RlZEluZGV4PT09aVwiPlxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJmbGV4IHctMCBmbGV4LTEganVzdGlmeS1lbmRcIj48L2Rpdj5cclxuICAgICAgPC9uYXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbiJdfQ==
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ContentTileHeaderComponent {
3
- template: any | undefined;
4
- constructor();
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ContentTileHeaderComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentTileHeaderComponent, "lib-content-tile-header", never, {}, {}, ["template"], ["*"], false>;
7
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ContentTileItemComponent {
3
- template: any | undefined;
4
- constructor();
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ContentTileItemComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentTileItemComponent, "lib-content-tile-item", never, {}, {}, ["template"], ["*"], false>;
7
- }
@@ -1,23 +0,0 @@
1
- import { EventEmitter, OnInit, QueryList } from '@angular/core';
2
- import { Router } from '@angular/router';
3
- import { ContentTileHeaderComponent } from './content-tile-header/content-tile-header.component';
4
- import { ContentTileItemComponent } from './content-tile-item/content-tile-item.component';
5
- import * as i0 from "@angular/core";
6
- export declare class ContentTileComponent implements OnInit {
7
- private router;
8
- title: string | undefined;
9
- busy: boolean;
10
- hideBtn: boolean | undefined;
11
- showFooter: boolean | undefined;
12
- actionText: string;
13
- tileAction: EventEmitter<any>;
14
- selectedIndex: number;
15
- itemTemplates: any[];
16
- set items(refs: QueryList<ContentTileItemComponent>);
17
- header: ContentTileHeaderComponent | undefined;
18
- constructor(router: Router);
19
- ngOnInit(): void;
20
- emitTileAction($event: any): boolean;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<ContentTileComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentTileComponent, "lib-content-tile", never, { "title": "title"; "busy": "busy"; "hideBtn": "hideBtn"; "showFooter": "show-footer"; "actionText": "action-text"; }, { "tileAction": "tile-action"; }, ["header", "items"], never, false>;
23
- }