@indice/ng-components 0.2.161 → 0.2.164

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 (183) hide show
  1. package/README.md +4 -4
  2. package/_styles.css +4270 -3643
  3. package/bundles/indice-ng-components.umd.js +5000 -0
  4. package/bundles/indice-ng-components.umd.js.map +1 -0
  5. package/{esm2020/indice-ng-components.mjs → esm2015/indice-ng-components.js} +0 -0
  6. package/esm2015/lib/controls/advanced-search/advanced-search.component.js +116 -0
  7. package/esm2015/lib/controls/advanced-search/models.js +91 -0
  8. package/{esm2020/lib/controls/avatar-initials/avatar-initials.component.mjs → esm2015/lib/controls/avatar-initials/avatar-initials.component.js} +8 -5
  9. package/esm2015/lib/controls/collapsible-panel/collapsible-panel.component.js +23 -0
  10. package/esm2015/lib/controls/combobox/combobox.component.js +100 -0
  11. package/esm2015/lib/controls/date-picker/date-picker.component.js +301 -0
  12. package/esm2015/lib/controls/drop-down-menu/drop-down-menu.component.js +72 -0
  13. package/esm2015/lib/controls/kpi-tile/kpi-tile.component.js +39 -0
  14. package/esm2015/lib/controls/language-selection/language-selection.component.js +35 -0
  15. package/{esm2020/lib/controls/list-view/list-column.component.mjs → esm2015/lib/controls/list-view/list-column.component.js} +4 -4
  16. package/{esm2020/lib/controls/list-view/list-details-section.component.mjs → esm2015/lib/controls/list-view/list-details-section.component.js} +4 -4
  17. package/{esm2020/lib/controls/list-view/list-tile.component.mjs → esm2015/lib/controls/list-view/list-tile.component.js} +4 -4
  18. package/esm2015/lib/controls/list-view/list-view-empty-state.component.js +32 -0
  19. package/esm2015/lib/controls/list-view/list-view.component.js +209 -0
  20. package/esm2015/lib/controls/nav-links-list/nav-links-list.component.js +51 -0
  21. package/esm2015/lib/controls/notifications-indicator/notifications-indicator.component.js +82 -0
  22. package/esm2015/lib/controls/pager/pager.component.js +133 -0
  23. package/esm2015/lib/controls/side-pane/side-pane.component.js +76 -0
  24. package/esm2015/lib/controls/skeleton-loader/skeleton-loader.component.js +29 -0
  25. package/{esm2020/lib/controls/stepper/lib-step-info.directive.mjs → esm2015/lib/controls/stepper/lib-step-info.directive.js} +4 -4
  26. package/{esm2020/lib/controls/stepper/lib-step-label.directive.mjs → esm2015/lib/controls/stepper/lib-step-label.directive.js} +4 -4
  27. package/esm2015/lib/controls/stepper/lib-step.component.js +82 -0
  28. package/esm2015/lib/controls/stepper/lib-stepper.component.js +115 -0
  29. package/esm2015/lib/controls/stepper/types/step-selected-event.js +4 -0
  30. package/{esm2020/lib/controls/stepper/types/stepper-type.mjs → esm2015/lib/controls/stepper/types/stepper-type.js} +1 -1
  31. package/esm2015/lib/controls/tabs/lib-tab-group.component.js +67 -0
  32. package/esm2015/lib/controls/tabs/lib-tab.component.js +58 -0
  33. package/esm2015/lib/controls/toaster/toaster-container.component.js +31 -0
  34. package/esm2015/lib/controls/toaster/toaster.component.js +34 -0
  35. package/esm2015/lib/controls/toggle/toggle.component.js +68 -0
  36. package/esm2015/lib/controls/user-profile-menu/user-profile-menu.component.js +75 -0
  37. package/{esm2020/lib/directives/click-outside.directive.mjs → esm2015/lib/directives/click-outside.directive.js} +4 -4
  38. package/{esm2020/lib/directives/dynamic-component-host.directive.mjs → esm2015/lib/directives/dynamic-component-host.directive.js} +4 -4
  39. package/esm2015/lib/helpers/base-list.component.js +227 -0
  40. package/{esm2020/lib/icons.mjs → esm2015/lib/icons.js} +1 -1
  41. package/esm2015/lib/layouts/shell/shell-footer/shell-footer.component.js +22 -0
  42. package/esm2015/lib/layouts/shell/shell-header/shell-header.component.js +135 -0
  43. package/esm2015/lib/layouts/shell/shell-layout/shell-layout.component.js +106 -0
  44. package/esm2015/lib/layouts/shell/shell-sidebar/shell-sidebar.component.js +50 -0
  45. package/esm2015/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.js +48 -0
  46. package/esm2015/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.js +28 -0
  47. package/esm2015/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.js +24 -0
  48. package/esm2015/lib/layouts/views/form-layout/form-layout.component.js +85 -0
  49. package/esm2015/lib/layouts/views/model-view-layout/model-view-layout.component.js +53 -0
  50. package/esm2015/lib/layouts/views/side-view-layout/side-view-layout.component.js +101 -0
  51. package/esm2015/lib/layouts/views/view-layout/view-layout.component.js +110 -0
  52. package/esm2015/lib/ng-components.module.js +285 -0
  53. package/esm2015/lib/pages/auth/auth-callback/auth-callback.component.js +34 -0
  54. package/{esm2020/lib/pages/auth/auth-renew/auth-renew.component.mjs → esm2015/lib/pages/auth/auth-renew/auth-renew.component.js} +4 -4
  55. package/esm2015/lib/pages/auth/logged-out/logged-out.component.js +32 -0
  56. package/esm2015/lib/pages/http-status/error/error.component.js +20 -0
  57. package/esm2015/lib/pages/http-status/page-not-found/page-not-found.component.js +18 -0
  58. package/esm2015/lib/pages/http-status/unauthorized/unauthorized.component.js +17 -0
  59. package/{esm2020/lib/pipes/address.pipe.mjs → esm2015/lib/pipes/address.pipe.js} +4 -4
  60. package/{esm2020/lib/pipes/duration-format.pipe.mjs → esm2015/lib/pipes/duration-format.pipe.js} +4 -4
  61. package/esm2015/lib/services/component-loader/component-loader-options.class.js +8 -0
  62. package/esm2015/lib/services/component-loader/component-loader.class.js +192 -0
  63. package/{esm2020/lib/services/component-loader/component-loader.factory.mjs → esm2015/lib/services/component-loader/component-loader.factory.js} +4 -4
  64. package/{esm2020/lib/services/component-loader/content-ref.class.mjs → esm2015/lib/services/component-loader/content-ref.class.js} +1 -1
  65. package/esm2015/lib/services/modal-service/modal-backdrop-component.js +44 -0
  66. package/esm2015/lib/services/modal-service/modal-container-component.js +128 -0
  67. package/esm2015/lib/services/modal-service/modal-options.class.js +35 -0
  68. package/esm2015/lib/services/modal-service/modal-service.js +220 -0
  69. package/{esm2020/lib/services/modal-service/modal-styles.class.mjs → esm2015/lib/services/modal-service/modal-styles.class.js} +1 -1
  70. package/esm2015/lib/services/modal-service/modal.class.js +27 -0
  71. package/{esm2020/lib/services/toaster.service.mjs → esm2015/lib/services/toaster.service.js} +4 -4
  72. package/{esm2020/lib/tokens.mjs → esm2015/lib/tokens.js} +1 -1
  73. package/{esm2020/lib/types.mjs → esm2015/lib/types.js} +1 -1
  74. package/esm2015/public-api.js +63 -0
  75. package/fesm2015/indice-ng-components.js +4352 -0
  76. package/fesm2015/indice-ng-components.js.map +1 -0
  77. package/{index.d.ts → indice-ng-components.d.ts} +0 -0
  78. package/lib/controls/advanced-search/advanced-search.component.d.ts +26 -0
  79. package/lib/controls/advanced-search/models.d.ts +83 -0
  80. package/lib/controls/avatar-initials/avatar-initials.component.d.ts +1 -1
  81. package/lib/controls/collapsible-panel/collapsible-panel.component.d.ts +1 -1
  82. package/lib/controls/combobox/combobox.component.d.ts +1 -1
  83. package/lib/controls/date-picker/date-picker.component.d.ts +1 -1
  84. package/lib/controls/drop-down-menu/drop-down-menu.component.d.ts +1 -1
  85. package/lib/controls/kpi-tile/kpi-tile.component.d.ts +1 -1
  86. package/lib/controls/language-selection/language-selection.component.d.ts +1 -1
  87. package/lib/controls/list-view/list-column.component.d.ts +1 -1
  88. package/lib/controls/list-view/list-details-section.component.d.ts +1 -1
  89. package/lib/controls/list-view/list-tile.component.d.ts +1 -1
  90. package/lib/controls/list-view/list-view-empty-state.component.d.ts +1 -1
  91. package/lib/controls/list-view/list-view.component.d.ts +6 -1
  92. package/lib/controls/nav-links-list/nav-links-list.component.d.ts +6 -3
  93. package/lib/controls/notifications-indicator/notifications-indicator.component.d.ts +4 -4
  94. package/lib/controls/pager/pager.component.d.ts +1 -1
  95. package/lib/controls/side-pane/side-pane.component.d.ts +1 -1
  96. package/lib/controls/skeleton-loader/skeleton-loader.component.d.ts +1 -1
  97. package/lib/controls/stepper/lib-step-info.directive.d.ts +1 -1
  98. package/lib/controls/stepper/lib-step-label.directive.d.ts +1 -1
  99. package/lib/controls/stepper/lib-step.component.d.ts +1 -1
  100. package/lib/controls/stepper/lib-stepper.component.d.ts +15 -4
  101. package/lib/controls/tabs/lib-tab-group.component.d.ts +1 -1
  102. package/lib/controls/tabs/lib-tab.component.d.ts +1 -1
  103. package/lib/controls/toaster/toaster-container.component.d.ts +1 -1
  104. package/lib/controls/toaster/toaster.component.d.ts +1 -1
  105. package/lib/controls/toggle/toggle.component.d.ts +1 -1
  106. package/lib/controls/user-profile-menu/user-profile-menu.component.d.ts +1 -1
  107. package/lib/directives/click-outside.directive.d.ts +1 -1
  108. package/lib/directives/dynamic-component-host.directive.d.ts +1 -1
  109. package/lib/helpers/base-list.component.d.ts +12 -1
  110. package/lib/layouts/shell/shell-footer/shell-footer.component.d.ts +1 -1
  111. package/lib/layouts/shell/shell-header/shell-header.component.d.ts +2 -3
  112. package/lib/layouts/shell/shell-layout/shell-layout.component.d.ts +1 -1
  113. package/lib/layouts/shell/shell-sidebar/shell-sidebar.component.d.ts +1 -1
  114. package/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.d.ts +14 -0
  115. package/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.d.ts +12 -0
  116. package/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.d.ts +10 -0
  117. package/lib/layouts/views/form-layout/form-layout.component.d.ts +1 -1
  118. package/lib/layouts/views/model-view-layout/model-view-layout.component.d.ts +1 -1
  119. package/lib/layouts/views/side-view-layout/side-view-layout.component.d.ts +1 -1
  120. package/lib/layouts/views/view-layout/view-layout.component.d.ts +1 -1
  121. package/lib/ng-components.module.d.ts +9 -4
  122. package/lib/pages/auth/auth-callback/auth-callback.component.d.ts +1 -1
  123. package/lib/pages/auth/auth-renew/auth-renew.component.d.ts +1 -1
  124. package/lib/pages/auth/logged-out/logged-out.component.d.ts +1 -1
  125. package/lib/pages/http-status/error/error.component.d.ts +1 -1
  126. package/lib/pages/http-status/page-not-found/page-not-found.component.d.ts +1 -1
  127. package/lib/pages/http-status/unauthorized/unauthorized.component.d.ts +1 -1
  128. package/lib/pipes/address.pipe.d.ts +1 -1
  129. package/lib/pipes/duration-format.pipe.d.ts +1 -1
  130. package/lib/services/modal-service/modal-backdrop-component.d.ts +1 -1
  131. package/lib/services/modal-service/modal-container-component.d.ts +1 -1
  132. package/modal.css +157 -157
  133. package/package.json +9 -22
  134. package/public-api.d.ts +2 -0
  135. package/esm2020/lib/controls/collapsible-panel/collapsible-panel.component.mjs +0 -20
  136. package/esm2020/lib/controls/combobox/combobox.component.mjs +0 -96
  137. package/esm2020/lib/controls/date-picker/date-picker.component.mjs +0 -292
  138. package/esm2020/lib/controls/drop-down-menu/drop-down-menu.component.mjs +0 -68
  139. package/esm2020/lib/controls/kpi-tile/kpi-tile.component.mjs +0 -36
  140. package/esm2020/lib/controls/language-selection/language-selection.component.mjs +0 -31
  141. package/esm2020/lib/controls/list-view/list-view-empty-state.component.mjs +0 -29
  142. package/esm2020/lib/controls/list-view/list-view.component.mjs +0 -192
  143. package/esm2020/lib/controls/nav-links-list/nav-links-list.component.mjs +0 -42
  144. package/esm2020/lib/controls/notifications-indicator/notifications-indicator.component.mjs +0 -73
  145. package/esm2020/lib/controls/pager/pager.component.mjs +0 -130
  146. package/esm2020/lib/controls/side-pane/side-pane.component.mjs +0 -72
  147. package/esm2020/lib/controls/skeleton-loader/skeleton-loader.component.mjs +0 -25
  148. package/esm2020/lib/controls/stepper/lib-step.component.mjs +0 -81
  149. package/esm2020/lib/controls/stepper/lib-stepper.component.mjs +0 -85
  150. package/esm2020/lib/controls/stepper/types/step-selected-event.mjs +0 -4
  151. package/esm2020/lib/controls/tabs/lib-tab-group.component.mjs +0 -59
  152. package/esm2020/lib/controls/tabs/lib-tab.component.mjs +0 -57
  153. package/esm2020/lib/controls/toaster/toaster-container.component.mjs +0 -28
  154. package/esm2020/lib/controls/toaster/toaster.component.mjs +0 -31
  155. package/esm2020/lib/controls/toggle/toggle.component.mjs +0 -64
  156. package/esm2020/lib/controls/user-profile-menu/user-profile-menu.component.mjs +0 -71
  157. package/esm2020/lib/helpers/base-list.component.mjs +0 -182
  158. package/esm2020/lib/layouts/shell/shell-footer/shell-footer.component.mjs +0 -19
  159. package/esm2020/lib/layouts/shell/shell-header/shell-header.component.mjs +0 -131
  160. package/esm2020/lib/layouts/shell/shell-layout/shell-layout.component.mjs +0 -103
  161. package/esm2020/lib/layouts/shell/shell-sidebar/shell-sidebar.component.mjs +0 -47
  162. package/esm2020/lib/layouts/views/form-layout/form-layout.component.mjs +0 -80
  163. package/esm2020/lib/layouts/views/model-view-layout/model-view-layout.component.mjs +0 -49
  164. package/esm2020/lib/layouts/views/side-view-layout/side-view-layout.component.mjs +0 -98
  165. package/esm2020/lib/layouts/views/view-layout/view-layout.component.mjs +0 -104
  166. package/esm2020/lib/ng-components.module.mjs +0 -267
  167. package/esm2020/lib/pages/auth/auth-callback/auth-callback.component.mjs +0 -31
  168. package/esm2020/lib/pages/auth/logged-out/logged-out.component.mjs +0 -28
  169. package/esm2020/lib/pages/http-status/error/error.component.mjs +0 -17
  170. package/esm2020/lib/pages/http-status/page-not-found/page-not-found.component.mjs +0 -15
  171. package/esm2020/lib/pages/http-status/unauthorized/unauthorized.component.mjs +0 -14
  172. package/esm2020/lib/services/component-loader/component-loader-options.class.mjs +0 -8
  173. package/esm2020/lib/services/component-loader/component-loader.class.mjs +0 -188
  174. package/esm2020/lib/services/modal-service/modal-backdrop-component.mjs +0 -44
  175. package/esm2020/lib/services/modal-service/modal-container-component.mjs +0 -126
  176. package/esm2020/lib/services/modal-service/modal-options.class.mjs +0 -35
  177. package/esm2020/lib/services/modal-service/modal-service.mjs +0 -219
  178. package/esm2020/lib/services/modal-service/modal.class.mjs +0 -27
  179. package/esm2020/public-api.mjs +0 -61
  180. package/fesm2015/indice-ng-components.mjs +0 -3899
  181. package/fesm2015/indice-ng-components.mjs.map +0 -1
  182. package/fesm2020/indice-ng-components.mjs +0 -3834
  183. package/fesm2020/indice-ng-components.mjs.map +0 -1
@@ -24,5 +24,5 @@ export declare class SideViewLayoutComponent implements OnInit {
24
24
  emitCancel(): void;
25
25
  emitOK(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SideViewLayoutComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<SideViewLayoutComponent, "lib-side-view-layout", never, { "title": "title"; "showActions": "showActions"; "disabled": "disabled"; "returnPath": "return-path"; "okLabel": "ok-label"; "okShow": "ok-show"; "closeOnOk": "ok-close-dialog"; "cancelLabel": "cancel-label"; "cancelShow": "cancel-show"; "forceLocationBack": "force-location-back"; }, { "cancel": "cancel"; "ok": "ok"; }, never, ["*"], false>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SideViewLayoutComponent, "lib-side-view-layout", never, { "title": "title"; "showActions": "showActions"; "disabled": "disabled"; "returnPath": "return-path"; "okLabel": "ok-label"; "okShow": "ok-show"; "closeOnOk": "ok-close-dialog"; "cancelLabel": "cancel-label"; "cancelShow": "cancel-show"; "forceLocationBack": "force-location-back"; }, { "cancel": "cancel"; "ok": "ok"; }, never, ["*"]>;
28
28
  }
@@ -27,5 +27,5 @@ export declare class ViewLayoutComponent implements OnInit {
27
27
  handleClear(event: any): void;
28
28
  switchViewActionClick(action: SwitchViewAction | any): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewLayoutComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewLayoutComponent, "lib-view-layout", never, { "header": "show-header"; "fluid": "fluid"; "title": "title"; "icon": "icon"; "actions": "actions"; "busy": "busy"; "searchPlaceholder": "search-placeholder"; "view": "view"; "metaItems": "meta-items"; }, { "onAction": "onAction"; "onSearch": "onSearch"; }, never, ["*"], false>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ViewLayoutComponent, "lib-view-layout", never, { "header": "show-header"; "fluid": "fluid"; "title": "title"; "icon": "icon"; "actions": "actions"; "busy": "busy"; "searchPlaceholder": "search-placeholder"; "view": "view"; "metaItems": "meta-items"; }, { "onAction": "onAction"; "onSearch": "onSearch"; }, never, ["*"]>;
31
31
  }
@@ -45,12 +45,17 @@ import * as i42 from "./controls/stepper/lib-stepper.component";
45
45
  import * as i43 from "./controls/stepper/lib-step.component";
46
46
  import * as i44 from "./controls/stepper/lib-step-label.directive";
47
47
  import * as i45 from "./controls/stepper/lib-step-info.directive";
48
- import * as i46 from "@angular/common";
49
- import * as i47 from "@angular/router";
50
- import * as i48 from "@indice/ng-auth";
48
+ import * as i46 from "./layouts/shell/shell-sidebar-header/shell-sidebar-header.component";
49
+ import * as i47 from "./layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component";
50
+ import * as i48 from "./layouts/shell/shell-stacked-layout/shell-stacked-layout.component";
51
+ import * as i49 from "./controls/advanced-search/advanced-search.component";
52
+ import * as i50 from "@angular/common";
53
+ import * as i51 from "@angular/router";
54
+ import * as i52 from "@indice/ng-auth";
55
+ import * as i53 from "@angular/forms";
51
56
  export declare class IndiceComponentsModule {
52
57
  static forRoot(): ModuleWithProviders<IndiceComponentsModule>;
53
58
  static ɵfac: i0.ɵɵFactoryDeclaration<IndiceComponentsModule, never>;
54
- static ɵmod: i0.ɵɵNgModuleDeclaration<IndiceComponentsModule, [typeof i1.ClickOutsideDirective, typeof i2.DynamicComponentHostDirective, typeof i3.DropDownMenuComponent, typeof i4.PagerComponent, typeof i5.ListViewComponent, typeof i6.ListColumnComponent, typeof i7.ListTileComponent, typeof i8.ListDetailsSectionComponent, typeof i9.ListViewEmptyStateComponent, typeof i10.SkeletonLoaderComponent, typeof i11.CollapsiblePanelComponent, typeof i12.KpiTileComponent, typeof i13.SidePaneComponent, typeof i14.DatepickerComponent, typeof i15.AvatarInitialsComponent, typeof i16.ToggleComponent, typeof i17.ComboboxComponent, typeof i18.ToasterContainerComponent, typeof i19.ToasterComponent, typeof i20.ShellLayoutComponent, typeof i21.ShellHeaderComponent, typeof i22.ShellFooterComponent, typeof i23.ViewLayoutComponent, typeof i24.SideViewLayoutComponent, typeof i25.ModelViewLayoutComponent, typeof i26.FormLayoutComponent, typeof i27.AuthCallbackComponent, typeof i28.AuthRenewComponent, typeof i29.LoggedOutComponent, typeof i30.ErrorComponent, typeof i31.PageNotFoundComponent, typeof i32.UnauthorizedComponent, typeof i33.AddressPipe, typeof i34.DurationFormatPipe, typeof i35.NavLinksListComponent, typeof i36.NotificationsIndicatorComponent, typeof i37.LanguageSelectionComponent, typeof i38.UserProfileMenuComponent, typeof i39.ShellSidebarComponent, typeof i40.LibTabComponent, typeof i41.LibTabGroupComponent, typeof i42.LibStepperComponent, typeof i43.LibStepComponent, typeof i44.LibStepLabelDirective, typeof i45.LibStepInfoDirective], [typeof i46.CommonModule, typeof i47.RouterModule, typeof i48.IndiceAuthModule], [typeof i33.AddressPipe, typeof i27.AuthCallbackComponent, typeof i28.AuthRenewComponent, typeof i15.AvatarInitialsComponent, typeof i1.ClickOutsideDirective, typeof i11.CollapsiblePanelComponent, typeof i17.ComboboxComponent, typeof i14.DatepickerComponent, typeof i3.DropDownMenuComponent, typeof i34.DurationFormatPipe, typeof i30.ErrorComponent, typeof i26.FormLayoutComponent, typeof i12.KpiTileComponent, typeof i43.LibStepComponent, typeof i45.LibStepInfoDirective, typeof i44.LibStepLabelDirective, typeof i42.LibStepperComponent, typeof i40.LibTabComponent, typeof i41.LibTabGroupComponent, typeof i6.ListColumnComponent, typeof i8.ListDetailsSectionComponent, typeof i7.ListTileComponent, typeof i5.ListViewComponent, typeof i9.ListViewEmptyStateComponent, typeof i29.LoggedOutComponent, typeof i25.ModelViewLayoutComponent, typeof i31.PageNotFoundComponent, typeof i4.PagerComponent, typeof i22.ShellFooterComponent, typeof i21.ShellHeaderComponent, typeof i20.ShellLayoutComponent, typeof i13.SidePaneComponent, typeof i24.SideViewLayoutComponent, typeof i10.SkeletonLoaderComponent, typeof i19.ToasterComponent, typeof i18.ToasterContainerComponent, typeof i16.ToggleComponent, typeof i32.UnauthorizedComponent, typeof i23.ViewLayoutComponent]>;
59
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IndiceComponentsModule, [typeof i1.ClickOutsideDirective, typeof i2.DynamicComponentHostDirective, typeof i3.DropDownMenuComponent, typeof i4.PagerComponent, typeof i5.ListViewComponent, typeof i6.ListColumnComponent, typeof i7.ListTileComponent, typeof i8.ListDetailsSectionComponent, typeof i9.ListViewEmptyStateComponent, typeof i10.SkeletonLoaderComponent, typeof i11.CollapsiblePanelComponent, typeof i12.KpiTileComponent, typeof i13.SidePaneComponent, typeof i14.DatepickerComponent, typeof i15.AvatarInitialsComponent, typeof i16.ToggleComponent, typeof i17.ComboboxComponent, typeof i18.ToasterContainerComponent, typeof i19.ToasterComponent, typeof i20.ShellLayoutComponent, typeof i21.ShellHeaderComponent, typeof i22.ShellFooterComponent, typeof i23.ViewLayoutComponent, typeof i24.SideViewLayoutComponent, typeof i25.ModelViewLayoutComponent, typeof i26.FormLayoutComponent, typeof i27.AuthCallbackComponent, typeof i28.AuthRenewComponent, typeof i29.LoggedOutComponent, typeof i30.ErrorComponent, typeof i31.PageNotFoundComponent, typeof i32.UnauthorizedComponent, typeof i33.AddressPipe, typeof i34.DurationFormatPipe, typeof i35.NavLinksListComponent, typeof i36.NotificationsIndicatorComponent, typeof i37.LanguageSelectionComponent, typeof i38.UserProfileMenuComponent, typeof i39.ShellSidebarComponent, typeof i40.LibTabComponent, typeof i41.LibTabGroupComponent, typeof i42.LibStepperComponent, typeof i43.LibStepComponent, typeof i44.LibStepLabelDirective, typeof i45.LibStepInfoDirective, typeof i46.ShellSidebarHeaderComponent, typeof i47.ShellSidebarLayoutComponent, typeof i48.ShellStackedLayoutComponent, typeof i49.AdvancedSearchComponent], [typeof i50.CommonModule, typeof i51.RouterModule, typeof i52.IndiceAuthModule, typeof i53.FormsModule], [typeof i33.AddressPipe, typeof i27.AuthCallbackComponent, typeof i28.AuthRenewComponent, typeof i15.AvatarInitialsComponent, typeof i1.ClickOutsideDirective, typeof i11.CollapsiblePanelComponent, typeof i17.ComboboxComponent, typeof i14.DatepickerComponent, typeof i3.DropDownMenuComponent, typeof i34.DurationFormatPipe, typeof i30.ErrorComponent, typeof i26.FormLayoutComponent, typeof i12.KpiTileComponent, typeof i43.LibStepComponent, typeof i45.LibStepInfoDirective, typeof i44.LibStepLabelDirective, typeof i42.LibStepperComponent, typeof i40.LibTabComponent, typeof i41.LibTabGroupComponent, typeof i6.ListColumnComponent, typeof i8.ListDetailsSectionComponent, typeof i7.ListTileComponent, typeof i5.ListViewComponent, typeof i9.ListViewEmptyStateComponent, typeof i29.LoggedOutComponent, typeof i25.ModelViewLayoutComponent, typeof i31.PageNotFoundComponent, typeof i4.PagerComponent, typeof i22.ShellFooterComponent, typeof i21.ShellHeaderComponent, typeof i20.ShellLayoutComponent, typeof i13.SidePaneComponent, typeof i24.SideViewLayoutComponent, typeof i10.SkeletonLoaderComponent, typeof i19.ToasterComponent, typeof i18.ToasterContainerComponent, typeof i16.ToggleComponent, typeof i32.UnauthorizedComponent, typeof i23.ViewLayoutComponent]>;
55
60
  static ɵinj: i0.ɵɵInjectorDeclaration<IndiceComponentsModule>;
56
61
  }
@@ -9,5 +9,5 @@ export declare class AuthCallbackComponent implements OnInit {
9
9
  status: string;
10
10
  ngOnInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthCallbackComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AuthCallbackComponent, "lib-auth-callback", never, {}, {}, never, never, false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuthCallbackComponent, "lib-auth-callback", never, {}, {}, never, never>;
13
13
  }
@@ -8,5 +8,5 @@ export declare class AuthRenewComponent implements OnInit {
8
8
  constructor(authService: AuthService, router: Router);
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthRenewComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<AuthRenewComponent, "lib-auth-renew", never, {}, {}, never, never, false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuthRenewComponent, "lib-auth-renew", never, {}, {}, never, never>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class LoggedOutComponent implements OnInit {
8
8
  finished: boolean;
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LoggedOutComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LoggedOutComponent, "lib-logged-out", never, {}, {}, never, never, false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoggedOutComponent, "lib-logged-out", never, {}, {}, never, never>;
12
12
  }
@@ -4,5 +4,5 @@ export declare class ErrorComponent implements OnInit {
4
4
  error: string;
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "lib-error", never, {}, {}, never, never, false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "lib-error", never, {}, {}, never, never>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class PageNotFoundComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<PageNotFoundComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<PageNotFoundComponent, "lib-page-not-found", never, {}, {}, never, never, false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageNotFoundComponent, "lib-page-not-found", never, {}, {}, never, never>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class UnauthorizedComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<UnauthorizedComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<UnauthorizedComponent, "lib-unauthorized", never, {}, {}, never, never, false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<UnauthorizedComponent, "lib-unauthorized", never, {}, {}, never, never>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class AddressPipe implements PipeTransform {
5
5
  transform(value: IAddress | undefined): string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AddressPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<AddressPipe, "address", false>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<AddressPipe, "address">;
8
8
  }
@@ -4,5 +4,5 @@ export declare class DurationFormatPipe implements PipeTransform {
4
4
  transform(value: any, arg1: any, arg2: any): string;
5
5
  private format;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DurationFormatPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<DurationFormatPipe, "durationFormat", false>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<DurationFormatPipe, "durationFormat">;
8
8
  }
@@ -16,5 +16,5 @@ export declare class ModalBackdropComponent implements OnInit {
16
16
  hide(): void;
17
17
  reflow(element: any): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalBackdropComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalBackdropComponent, "lib-modal-backdrop", never, {}, {}, never, never, false>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalBackdropComponent, "lib-modal-backdrop", never, {}, {}, never, never>;
20
20
  }
@@ -29,5 +29,5 @@ export declare class ModalContainerComponent implements OnInit, OnDestroy {
29
29
  hide(result?: any): void;
30
30
  private _hide;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalContainerComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalContainerComponent, "lib-modal-container", never, {}, {}, never, ["*"], false>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalContainerComponent, "lib-modal-container", never, {}, {}, never, ["*"]>;
33
33
  }
package/modal.css CHANGED
@@ -1,157 +1,157 @@
1
- .modal-open {
2
- overflow: hidden;
3
- }
4
- .modal-open .modal {
5
- overflow-x: hidden;
6
- overflow-y: auto;
7
- }
8
- .modal {
9
- position: fixed;
10
- top: 0;
11
- left: 0;
12
- z-index: 1050;
13
- display: none;
14
- width: 100%;
15
- height: 100%;
16
- overflow: hidden;
17
- outline: 0;
18
- }
19
- .modal-dialog {
20
- position: relative;
21
- width: auto;
22
- margin: 0.5rem;
23
- pointer-events: none;
24
- }
25
- .modal.fade .modal-dialog {
26
- transition: transform 0.3s ease-out;
27
- transform: translate(0, -50px);
28
- }
29
-
30
- .fade {
31
- transition: opacity 0.15s linear;
32
- }
33
- .fade:not(.show) {
34
- opacity: 0;
35
- }
36
- @media (prefers-reduced-motion: reduce) {
37
- .modal.fade .modal-dialog {
38
- transition: none;
39
- }
40
- }
41
- .modal.show .modal-dialog {
42
- transform: none;
43
- }
44
- .modal.modal-static .modal-dialog {
45
- transform: scale(1.02);
46
- }
47
- .modal-dialog-scrollable {
48
- display: flex;
49
- max-height: subtract(100%, 1rem);
50
- }
51
- .modal-dialog-scrollable .modal-content {
52
- max-height: subtract(100vh, 1rem);
53
- overflow: hidden;
54
- }
55
- .modal-dialog-scrollable .modal-header,
56
- .modal-dialog-scrollable .modal-footer {
57
- flex-shrink: 0;
58
- }
59
- .modal-dialog-scrollable .modal-body {
60
- overflow-y: auto;
61
- }
62
- .modal-dialog-centered {
63
- display: flex;
64
- align-items: center;
65
- min-height: subtract(100%, 1rem);
66
- }
67
- .modal-dialog-centered::before {
68
- display: block;
69
- height: subtract(100vh, 1rem);
70
- height: -webkit-min-content;
71
- height: min-content;
72
- content: "";
73
- }
74
- .modal-dialog-centered.modal-dialog-scrollable {
75
- flex-direction: column;
76
- justify-content: center;
77
- height: 100%;
78
- }
79
- .modal-dialog-centered.modal-dialog-scrollable .modal-content {
80
- max-height: none;
81
- }
82
- .modal-dialog-centered.modal-dialog-scrollable::before {
83
- content: none;
84
- }
85
- .modal-content {
86
- position: relative;
87
- display: flex;
88
- flex-direction: column;
89
- width: 100%;
90
- pointer-events: auto;
91
- background-color: #fff;
92
- background-clip: padding-box;
93
- border: 1px solid rgba(0, 0, 0, 0.2);
94
- border-radius: 0.3rem;
95
- outline: 0;
96
- }
97
- .modal-backdrop {
98
- position: fixed;
99
- top: 0;
100
- left: 0;
101
- z-index: 1040;
102
- width: 100vw;
103
- height: 100vh;
104
- background-color: #000;
105
- }
106
- .modal-backdrop.fade {
107
- opacity: 0;
108
- }
109
- .modal-backdrop.show {
110
- opacity: 0.5;
111
- }
112
- .modal-scrollbar-measure {
113
- position: absolute;
114
- top: -9999px;
115
- width: 50px;
116
- height: 50px;
117
- overflow: scroll;
118
- }
119
- @media (min-width: 576px) {
120
- .modal-dialog {
121
- max-width: 500px;
122
- margin: 1.75rem auto;
123
- }
124
-
125
- .modal-dialog-scrollable {
126
- max-height: subtract(100%, 3.5rem);
127
- }
128
- .modal-dialog-scrollable .modal-content {
129
- max-height: subtract(100vh, 3.5rem);
130
- }
131
-
132
- .modal-dialog-centered {
133
- min-height: subtract(100%, 3.5rem);
134
- }
135
- .modal-dialog-centered::before {
136
- height: subtract(100vh, 3.5rem);
137
- height: -webkit-min-content;
138
- height: min-content;
139
- }
140
-
141
- .modal-sm {
142
- max-width: 300px;
143
- }
144
- }
145
- @media (min-width: 992px) {
146
- .modal-lg,
147
- .modal-xl {
148
- max-width: 800px;
149
- }
150
- }
151
- @media (min-width: 1200px) {
152
- .modal-xl {
153
- max-width: 1140px;
154
- }
155
- }
156
-
157
- /*# sourceMappingURL=styles.css.map*/
1
+ .modal-open {
2
+ overflow: hidden;
3
+ }
4
+ .modal-open .modal {
5
+ overflow-x: hidden;
6
+ overflow-y: auto;
7
+ }
8
+ .modal {
9
+ position: fixed;
10
+ top: 0;
11
+ left: 0;
12
+ z-index: 1050;
13
+ display: none;
14
+ width: 100%;
15
+ height: 100%;
16
+ overflow: hidden;
17
+ outline: 0;
18
+ }
19
+ .modal-dialog {
20
+ position: relative;
21
+ width: auto;
22
+ margin: 0.5rem;
23
+ pointer-events: none;
24
+ }
25
+ .modal.fade .modal-dialog {
26
+ transition: transform 0.3s ease-out;
27
+ transform: translate(0, -50px);
28
+ }
29
+
30
+ .fade {
31
+ transition: opacity 0.15s linear;
32
+ }
33
+ .fade:not(.show) {
34
+ opacity: 0;
35
+ }
36
+ @media (prefers-reduced-motion: reduce) {
37
+ .modal.fade .modal-dialog {
38
+ transition: none;
39
+ }
40
+ }
41
+ .modal.show .modal-dialog {
42
+ transform: none;
43
+ }
44
+ .modal.modal-static .modal-dialog {
45
+ transform: scale(1.02);
46
+ }
47
+ .modal-dialog-scrollable {
48
+ display: flex;
49
+ max-height: subtract(100%, 1rem);
50
+ }
51
+ .modal-dialog-scrollable .modal-content {
52
+ max-height: subtract(100vh, 1rem);
53
+ overflow: hidden;
54
+ }
55
+ .modal-dialog-scrollable .modal-header,
56
+ .modal-dialog-scrollable .modal-footer {
57
+ flex-shrink: 0;
58
+ }
59
+ .modal-dialog-scrollable .modal-body {
60
+ overflow-y: auto;
61
+ }
62
+ .modal-dialog-centered {
63
+ display: flex;
64
+ align-items: center;
65
+ min-height: subtract(100%, 1rem);
66
+ }
67
+ .modal-dialog-centered::before {
68
+ display: block;
69
+ height: subtract(100vh, 1rem);
70
+ height: -webkit-min-content;
71
+ height: min-content;
72
+ content: "";
73
+ }
74
+ .modal-dialog-centered.modal-dialog-scrollable {
75
+ flex-direction: column;
76
+ justify-content: center;
77
+ height: 100%;
78
+ }
79
+ .modal-dialog-centered.modal-dialog-scrollable .modal-content {
80
+ max-height: none;
81
+ }
82
+ .modal-dialog-centered.modal-dialog-scrollable::before {
83
+ content: none;
84
+ }
85
+ .modal-content {
86
+ position: relative;
87
+ display: flex;
88
+ flex-direction: column;
89
+ width: 100%;
90
+ pointer-events: auto;
91
+ background-color: #fff;
92
+ background-clip: padding-box;
93
+ border: 1px solid rgba(0, 0, 0, 0.2);
94
+ border-radius: 0.3rem;
95
+ outline: 0;
96
+ }
97
+ .modal-backdrop {
98
+ position: fixed;
99
+ top: 0;
100
+ left: 0;
101
+ z-index: 1040;
102
+ width: 100vw;
103
+ height: 100vh;
104
+ background-color: #000;
105
+ }
106
+ .modal-backdrop.fade {
107
+ opacity: 0;
108
+ }
109
+ .modal-backdrop.show {
110
+ opacity: 0.5;
111
+ }
112
+ .modal-scrollbar-measure {
113
+ position: absolute;
114
+ top: -9999px;
115
+ width: 50px;
116
+ height: 50px;
117
+ overflow: scroll;
118
+ }
119
+ @media (min-width: 576px) {
120
+ .modal-dialog {
121
+ max-width: 500px;
122
+ margin: 1.75rem auto;
123
+ }
124
+
125
+ .modal-dialog-scrollable {
126
+ max-height: subtract(100%, 3.5rem);
127
+ }
128
+ .modal-dialog-scrollable .modal-content {
129
+ max-height: subtract(100vh, 3.5rem);
130
+ }
131
+
132
+ .modal-dialog-centered {
133
+ min-height: subtract(100%, 3.5rem);
134
+ }
135
+ .modal-dialog-centered::before {
136
+ height: subtract(100vh, 3.5rem);
137
+ height: -webkit-min-content;
138
+ height: min-content;
139
+ }
140
+
141
+ .modal-sm {
142
+ max-width: 300px;
143
+ }
144
+ }
145
+ @media (min-width: 992px) {
146
+ .modal-lg,
147
+ .modal-xl {
148
+ max-width: 800px;
149
+ }
150
+ }
151
+ @media (min-width: 1200px) {
152
+ .modal-xl {
153
+ max-width: 1140px;
154
+ }
155
+ }
156
+
157
+ /*# sourceMappingURL=styles.css.map*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.161",
3
+ "version": "0.2.164",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,33 +24,20 @@
24
24
  "@angular/common": ">=12.0.4",
25
25
  "@angular/core": ">=12.0.4",
26
26
  "@angular/router": ">=12.0.4",
27
- "@indice/ng-auth": "^0.2.0",
27
+ "@indice/ng-auth": "^0.2.6",
28
28
  "oidc-client": "^1.11.5",
29
29
  "rxjs": "^6.6.7",
30
30
  "tailwindcss": ">=2.1.2",
31
31
  "uuid": "8.3.2"
32
32
  },
33
- "module": "fesm2015/indice-ng-components.mjs",
34
- "es2020": "fesm2020/indice-ng-components.mjs",
35
- "esm2020": "esm2020/indice-ng-components.mjs",
36
- "fesm2020": "fesm2020/indice-ng-components.mjs",
37
- "fesm2015": "fesm2015/indice-ng-components.mjs",
38
- "typings": "index.d.ts",
39
- "exports": {
40
- "./package.json": {
41
- "default": "./package.json"
42
- },
43
- ".": {
44
- "types": "./index.d.ts",
45
- "esm2020": "./esm2020/indice-ng-components.mjs",
46
- "es2020": "./fesm2020/indice-ng-components.mjs",
47
- "es2015": "./fesm2015/indice-ng-components.mjs",
48
- "node": "./fesm2015/indice-ng-components.mjs",
49
- "default": "./fesm2020/indice-ng-components.mjs"
50
- }
51
- },
33
+ "main": "bundles/indice-ng-components.umd.js",
34
+ "module": "fesm2015/indice-ng-components.js",
35
+ "es2015": "fesm2015/indice-ng-components.js",
36
+ "esm2015": "esm2015/indice-ng-components.js",
37
+ "fesm2015": "fesm2015/indice-ng-components.js",
38
+ "typings": "indice-ng-components.d.ts",
52
39
  "sideEffects": false,
53
40
  "dependencies": {
54
- "tslib": "^2.3.0"
41
+ "tslib": "^2.2.0"
55
42
  }
56
43
  }
package/public-api.d.ts CHANGED
@@ -27,6 +27,8 @@ export * from './lib/controls/stepper/types/stepper-type';
27
27
  export * from './lib/layouts/shell/shell-layout/shell-layout.component';
28
28
  export * from './lib/layouts/shell/shell-header/shell-header.component';
29
29
  export * from './lib/layouts/shell/shell-footer/shell-footer.component';
30
+ export * from './lib/layouts/shell/shell-sidebar/shell-sidebar.component';
31
+ export * from './lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component';
30
32
  export * from './lib/layouts/views/view-layout/view-layout.component';
31
33
  export * from './lib/layouts/views/model-view-layout/model-view-layout.component';
32
34
  export * from './lib/layouts/views/side-view-layout/side-view-layout.component';
@@ -1,20 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- export class CollapsiblePanelComponent {
5
- constructor() {
6
- this.title = null;
7
- this.visible = false;
8
- }
9
- ngOnInit() {
10
- }
11
- }
12
- CollapsiblePanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CollapsiblePanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- CollapsiblePanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: CollapsiblePanelComponent, selector: "lib-collapsible-panel", inputs: { title: "title" }, ngImport: i0, template: "<div class=\"collapsible-panel-container\">\n <div class=\"collapsible-panel-container-shadow\">\n <div class=\"collapsible-panel-container-inner\">\n <button type=\"button\" class=\"collapsible-panel-button\" (click)=\"visible = !visible\">\n <div class=\"collapsible-panel-button-content-container\">\n <span>{{ title }} </span>\n <span class=\"ico-plus\"></span>\n </div>\n </button>\n <div class=\"collapsible-panel-content-container\" *ngIf=\"visible\">\n <ng-content></ng-content>\n </div>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CollapsiblePanelComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'lib-collapsible-panel', template: "<div class=\"collapsible-panel-container\">\n <div class=\"collapsible-panel-container-shadow\">\n <div class=\"collapsible-panel-container-inner\">\n <button type=\"button\" class=\"collapsible-panel-button\" (click)=\"visible = !visible\">\n <div class=\"collapsible-panel-button-content-container\">\n <span>{{ title }} </span>\n <span class=\"ico-plus\"></span>\n </div>\n </button>\n <div class=\"collapsible-panel-content-container\" *ngIf=\"visible\">\n <ng-content></ng-content>\n </div>\n </div>\n </div>\n</div>\n" }]
17
- }], ctorParameters: function () { return []; }, propDecorators: { title: [{
18
- type: Input
19
- }] } });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sbGFwc2libGUtcGFuZWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctY29tcG9uZW50cy9zcmMvbGliL2NvbnRyb2xzL2NvbGxhcHNpYmxlLXBhbmVsL2NvbGxhcHNpYmxlLXBhbmVsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25nLWNvbXBvbmVudHMvc3JjL2xpYi9jb250cm9scy9jb2xsYXBzaWJsZS1wYW5lbC9jb2xsYXBzaWJsZS1wYW5lbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7O0FBTXpELE1BQU0sT0FBTyx5QkFBeUI7SUFJcEM7UUFIUyxVQUFLLEdBQWtCLElBQUksQ0FBQztRQUM5QixZQUFPLEdBQUcsS0FBSyxDQUFDO0lBRVAsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQzs7c0hBUFUseUJBQXlCOzBHQUF6Qix5QkFBeUIseUZDTnRDLGdsQkFlQTsyRkRUYSx5QkFBeUI7a0JBSnJDLFNBQVM7K0JBQ0UsdUJBQXVCOzBFQUl4QixLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWNvbGxhcHNpYmxlLXBhbmVsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NvbGxhcHNpYmxlLXBhbmVsLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBDb2xsYXBzaWJsZVBhbmVsQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkgdGl0bGU6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuICBwdWJsaWMgdmlzaWJsZSA9IGZhbHNlO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxufVxuIiwiPGRpdiBjbGFzcz1cImNvbGxhcHNpYmxlLXBhbmVsLWNvbnRhaW5lclwiPlxuICA8ZGl2IGNsYXNzPVwiY29sbGFwc2libGUtcGFuZWwtY29udGFpbmVyLXNoYWRvd1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb2xsYXBzaWJsZS1wYW5lbC1jb250YWluZXItaW5uZXJcIj5cbiAgICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiIGNsYXNzPVwiY29sbGFwc2libGUtcGFuZWwtYnV0dG9uXCIgKGNsaWNrKT1cInZpc2libGUgPSAhdmlzaWJsZVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sbGFwc2libGUtcGFuZWwtYnV0dG9uLWNvbnRlbnQtY29udGFpbmVyXCI+XG4gICAgICAgICAgPHNwYW4+e3sgdGl0bGUgfX0gPC9zcGFuPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvLXBsdXNcIj48L3NwYW4+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9idXR0b24+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sbGFwc2libGUtcGFuZWwtY29udGVudC1jb250YWluZXJcIiAqbmdJZj1cInZpc2libGVcIj5cbiAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=