@entake/particle 18.0.5 → 19.0.0

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 (207) hide show
  1. package/LICENSE +1 -1
  2. package/app/{modules → shared/components}/accordion/accordion.component.d.ts +3 -3
  3. package/app/{modules/date-picker → shared}/components/calendar/calendar.component.d.ts +7 -12
  4. package/app/{modules → shared/components}/checkbox/checkbox.component.d.ts +5 -7
  5. package/app/{modules → shared/components}/color-picker/color-picker.component.d.ts +3 -9
  6. package/app/{modules → shared/components}/date-picker/date-picker.component.d.ts +20 -26
  7. package/app/{modules/date-picker → shared}/components/date-range-picker/date-range-picker.component.d.ts +10 -11
  8. package/app/{modules → shared/components}/dialog/dialog.component.d.ts +14 -24
  9. package/app/{modules → shared/components}/dropdown/dropdown.component.d.ts +12 -14
  10. package/app/{modules/icons/components → shared/components/icon-select}/icon-select.component.d.ts +14 -17
  11. package/app/{modules → shared/components}/idle-timeout/idle-timeout.component.d.ts +3 -4
  12. package/app/{modules → shared/components}/input-mask/input-mask.component.d.ts +6 -7
  13. package/app/shared/components/layout-full-framing/layout-full-framing.component.d.ts +27 -0
  14. package/app/shared/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.d.ts +23 -0
  15. package/app/{modules/loader/components → shared/components/loader}/loader.component.d.ts +2 -2
  16. package/app/{modules → shared/components}/multi-select/multi-select.component.d.ts +18 -24
  17. package/app/{modules → shared/components}/notification/notification.component.d.ts +5 -13
  18. package/app/{modules → shared/components}/paginator/paginator.component.d.ts +12 -11
  19. package/app/{modules → shared/components}/popover/popover.component.d.ts +10 -15
  20. package/app/{modules → shared/components}/profile-pic/profile-pic.component.d.ts +1 -1
  21. package/app/shared/components/progress-bar/progress-bar.component.d.ts +15 -0
  22. package/app/{modules → shared/components}/rich-text/rich-text.component.d.ts +11 -12
  23. package/app/shared/components/scroll-to-top/scroll-to-top.component.d.ts +18 -0
  24. package/app/shared/components/slideover/slideover.component.d.ts +35 -0
  25. package/app/{modules → shared/components}/slider/slider.component.d.ts +8 -22
  26. package/app/{modules → shared/components}/toggle-switch/toggle-switch.component.d.ts +4 -6
  27. package/app/{modules → shared/components}/week-picker/week-picker.component.d.ts +21 -22
  28. package/app/{modules/accordion → shared}/directives/accordion-content.directive.d.ts +1 -2
  29. package/app/{modules/accordion → shared}/directives/accordion-header.directive.d.ts +1 -2
  30. package/app/{modules/accordion → shared}/directives/accordion-item.directive.d.ts +1 -1
  31. package/app/{modules/background-carousel → shared/directives}/background-carousel.directive.d.ts +4 -4
  32. package/app/{modules/keyfilter → shared/directives}/keyfilter.directive.d.ts +1 -7
  33. package/app/{modules/tooltip → shared/directives}/tooltip.directive.d.ts +3 -9
  34. package/app/shared/models/carousel-options.model.d.ts +21 -0
  35. package/app/shared/models/pagination-event.model.d.ts +8 -0
  36. package/app/shared/models/particle-component-text.model.d.ts +0 -24
  37. package/app/shared/modules/icons/particle-icons.module.d.ts +7 -0
  38. package/app/{modules/ordinal-number-pipe → shared/pipes}/ordinal-number.pipe.d.ts +1 -1
  39. package/app/shared/services/base-data.service.d.ts +2 -2
  40. package/app/shared/services/dialog.service.d.ts +1 -1
  41. package/app/{modules/notification → shared}/services/notification.service.d.ts +0 -4
  42. package/app/{modules/theming → shared}/services/theming.service.d.ts +0 -19
  43. package/fesm2022/entake-particle.mjs +3871 -5573
  44. package/fesm2022/entake-particle.mjs.map +1 -1
  45. package/package.json +16 -25
  46. package/public_api.d.ts +47 -82
  47. package/app/modules/accordion/accordion.module.d.ts +0 -11
  48. package/app/modules/background-carousel/carousel-options.model.d.ts +0 -30
  49. package/app/modules/background-carousel/particle-background-carousel.module.d.ts +0 -8
  50. package/app/modules/checkbox/checkbox.module.d.ts +0 -9
  51. package/app/modules/color-picker/color-picker.module.d.ts +0 -9
  52. package/app/modules/date-picker/date-picker.module.d.ts +0 -15
  53. package/app/modules/dialog/dialog.module.d.ts +0 -9
  54. package/app/modules/dropdown/dropdown.module.d.ts +0 -9
  55. package/app/modules/endpoint-state/components/endpoint-state.component.d.ts +0 -46
  56. package/app/modules/endpoint-state/endpoint-state.module.d.ts +0 -8
  57. package/app/modules/icons/particle-icons.module.d.ts +0 -13
  58. package/app/modules/idle-timeout/particle-idle-timeout.module.d.ts +0 -9
  59. package/app/modules/input-mask/input-mask.module.d.ts +0 -8
  60. package/app/modules/keyfilter/keyfilter.module.d.ts +0 -8
  61. package/app/modules/layout/components/layout-full-framing/layout-full-framing.component.d.ts +0 -27
  62. package/app/modules/layout/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.d.ts +0 -23
  63. package/app/modules/layout/layout.module.d.ts +0 -10
  64. package/app/modules/loader/loader.module.d.ts +0 -8
  65. package/app/modules/multi-select/multi-select.module.d.ts +0 -8
  66. package/app/modules/notification/notification.module.d.ts +0 -8
  67. package/app/modules/ordinal-number-pipe/ordinal-number-pipe.module.d.ts +0 -8
  68. package/app/modules/paginator/pagination-event.model.d.ts +0 -24
  69. package/app/modules/paginator/particle-paginator.module.d.ts +0 -13
  70. package/app/modules/popover/popover.module.d.ts +0 -9
  71. package/app/modules/profile-pic/particle-profile-pic.module.d.ts +0 -9
  72. package/app/modules/progress-bar/progress-bar.component.d.ts +0 -16
  73. package/app/modules/progress-bar/progress-bar.module.d.ts +0 -8
  74. package/app/modules/push-container/particle-push-container.module.d.ts +0 -9
  75. package/app/modules/push-container/push-container-state.model.d.ts +0 -7
  76. package/app/modules/push-container/push-container.component.d.ts +0 -137
  77. package/app/modules/rich-text/particle-rich-text.module.d.ts +0 -15
  78. package/app/modules/rich-text/render-rich-text.component.d.ts +0 -6
  79. package/app/modules/scroll-to-top/particle-scroll-to-top.module.d.ts +0 -8
  80. package/app/modules/scroll-to-top/scroll-to-top.component.d.ts +0 -19
  81. package/app/modules/slideover/particle-slideover.module.d.ts +0 -8
  82. package/app/modules/slideover/slideover.component.d.ts +0 -35
  83. package/app/modules/slider/slider.module.d.ts +0 -9
  84. package/app/modules/theming/components/theming.component.d.ts +0 -43
  85. package/app/modules/theming/theming.module.d.ts +0 -12
  86. package/app/modules/toggle-switch/toggle-switch.module.d.ts +0 -8
  87. package/app/modules/tooltip/tooltip.module.d.ts +0 -8
  88. package/app/modules/week-picker/week-picker.module.d.ts +0 -13
  89. package/app/shared/enums/endpoint-status.enum.d.ts +0 -9
  90. package/esm2022/app/modules/accordion/accordion.component.mjs +0 -101
  91. package/esm2022/app/modules/accordion/accordion.module.mjs +0 -37
  92. package/esm2022/app/modules/accordion/directives/accordion-content.directive.mjs +0 -17
  93. package/esm2022/app/modules/accordion/directives/accordion-header.directive.mjs +0 -17
  94. package/esm2022/app/modules/accordion/directives/accordion-item.directive.mjs +0 -36
  95. package/esm2022/app/modules/background-carousel/background-carousel.directive.mjs +0 -91
  96. package/esm2022/app/modules/background-carousel/carousel-options.model.mjs +0 -36
  97. package/esm2022/app/modules/background-carousel/particle-background-carousel.module.mjs +0 -24
  98. package/esm2022/app/modules/checkbox/checkbox.component.mjs +0 -108
  99. package/esm2022/app/modules/checkbox/checkbox.module.mjs +0 -28
  100. package/esm2022/app/modules/color-picker/color-picker.component.mjs +0 -306
  101. package/esm2022/app/modules/color-picker/color-picker.module.mjs +0 -19
  102. package/esm2022/app/modules/date-picker/components/calendar/calendar.component.mjs +0 -496
  103. package/esm2022/app/modules/date-picker/components/date-range-picker/date-range-picker.component.mjs +0 -250
  104. package/esm2022/app/modules/date-picker/date-picker.component.mjs +0 -538
  105. package/esm2022/app/modules/date-picker/date-picker.module.mjs +0 -56
  106. package/esm2022/app/modules/dialog/dialog.component.mjs +0 -177
  107. package/esm2022/app/modules/dialog/dialog.module.mjs +0 -28
  108. package/esm2022/app/modules/dropdown/dropdown.component.mjs +0 -682
  109. package/esm2022/app/modules/dropdown/dropdown.module.mjs +0 -28
  110. package/esm2022/app/modules/dropdown/models/dropdown-option-group.model.mjs +0 -2
  111. package/esm2022/app/modules/dropdown/models/dropdown-option.model.mjs +0 -2
  112. package/esm2022/app/modules/endpoint-state/components/endpoint-state.component.mjs +0 -75
  113. package/esm2022/app/modules/endpoint-state/endpoint-state.module.mjs +0 -22
  114. package/esm2022/app/modules/icons/components/icon-select.component.mjs +0 -376
  115. package/esm2022/app/modules/icons/models/fontawesome-icons-brands.model.mjs +0 -471
  116. package/esm2022/app/modules/icons/models/fontawesome-icons-regular.model.mjs +0 -166
  117. package/esm2022/app/modules/icons/models/fontawesome-icons-solid.model.mjs +0 -1016
  118. package/esm2022/app/modules/icons/models/particle-icons-brands.model.mjs +0 -24
  119. package/esm2022/app/modules/icons/models/particle-icons-regular.model.mjs +0 -50
  120. package/esm2022/app/modules/icons/models/particle-icons-solid.model.mjs +0 -89
  121. package/esm2022/app/modules/icons/particle-icons.module.mjs +0 -66
  122. package/esm2022/app/modules/icons/services/icons.service.mjs +0 -82
  123. package/esm2022/app/modules/idle-timeout/idle-timeout.component.mjs +0 -85
  124. package/esm2022/app/modules/idle-timeout/idle-timer.mjs +0 -66
  125. package/esm2022/app/modules/idle-timeout/particle-idle-timeout.module.mjs +0 -28
  126. package/esm2022/app/modules/input-mask/input-mask.component.mjs +0 -594
  127. package/esm2022/app/modules/input-mask/input-mask.module.mjs +0 -18
  128. package/esm2022/app/modules/keyfilter/keyfilter.directive.mjs +0 -174
  129. package/esm2022/app/modules/keyfilter/keyfilter.module.mjs +0 -18
  130. package/esm2022/app/modules/layout/components/layout-full-framing/layout-full-framing.component.mjs +0 -81
  131. package/esm2022/app/modules/layout/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.mjs +0 -67
  132. package/esm2022/app/modules/layout/layout.module.mjs +0 -33
  133. package/esm2022/app/modules/loader/components/loader.component.mjs +0 -30
  134. package/esm2022/app/modules/loader/loader.module.mjs +0 -24
  135. package/esm2022/app/modules/multi-select/models/multi-select-option-group.model.mjs +0 -2
  136. package/esm2022/app/modules/multi-select/models/multi-select-option.model.mjs +0 -2
  137. package/esm2022/app/modules/multi-select/multi-select.component.mjs +0 -665
  138. package/esm2022/app/modules/multi-select/multi-select.module.mjs +0 -18
  139. package/esm2022/app/modules/notification/models/notification.model.mjs +0 -2
  140. package/esm2022/app/modules/notification/notification.component.mjs +0 -122
  141. package/esm2022/app/modules/notification/notification.module.mjs +0 -18
  142. package/esm2022/app/modules/notification/services/notification.service.mjs +0 -84
  143. package/esm2022/app/modules/ordinal-number-pipe/ordinal-number-pipe.module.mjs +0 -20
  144. package/esm2022/app/modules/ordinal-number-pipe/ordinal-number.pipe.mjs +0 -49
  145. package/esm2022/app/modules/paginator/pagination-event.model.mjs +0 -29
  146. package/esm2022/app/modules/paginator/paginator.component.mjs +0 -207
  147. package/esm2022/app/modules/paginator/particle-paginator.module.mjs +0 -48
  148. package/esm2022/app/modules/popover/popover.component.mjs +0 -352
  149. package/esm2022/app/modules/popover/popover.module.mjs +0 -24
  150. package/esm2022/app/modules/profile-pic/particle-profile-pic.module.mjs +0 -28
  151. package/esm2022/app/modules/profile-pic/profile-pic.component.mjs +0 -75
  152. package/esm2022/app/modules/progress-bar/progress-bar.component.mjs +0 -43
  153. package/esm2022/app/modules/progress-bar/progress-bar.module.mjs +0 -24
  154. package/esm2022/app/modules/push-container/particle-push-container.module.mjs +0 -26
  155. package/esm2022/app/modules/push-container/push-container-state.model.mjs +0 -2
  156. package/esm2022/app/modules/push-container/push-container.component.mjs +0 -363
  157. package/esm2022/app/modules/rich-text/particle-rich-text.module.mjs +0 -64
  158. package/esm2022/app/modules/rich-text/render-rich-text.component.mjs +0 -18
  159. package/esm2022/app/modules/rich-text/rich-text-capabilities.model.mjs +0 -2
  160. package/esm2022/app/modules/rich-text/rich-text.component.mjs +0 -209
  161. package/esm2022/app/modules/scroll-to-top/particle-scroll-to-top.module.mjs +0 -24
  162. package/esm2022/app/modules/scroll-to-top/scroll-to-top.component.mjs +0 -49
  163. package/esm2022/app/modules/slideover/particle-slideover.module.mjs +0 -24
  164. package/esm2022/app/modules/slideover/slideover.component.mjs +0 -115
  165. package/esm2022/app/modules/slider/slider.component.mjs +0 -243
  166. package/esm2022/app/modules/slider/slider.module.mjs +0 -26
  167. package/esm2022/app/modules/theming/components/theming.component.mjs +0 -86
  168. package/esm2022/app/modules/theming/models/theme.model.mjs +0 -9
  169. package/esm2022/app/modules/theming/services/theme-change-detection.service.mjs +0 -38
  170. package/esm2022/app/modules/theming/services/theming.service.mjs +0 -510
  171. package/esm2022/app/modules/theming/theming.module.mjs +0 -55
  172. package/esm2022/app/modules/toggle-switch/models/toggle-options.model.mjs +0 -2
  173. package/esm2022/app/modules/toggle-switch/toggle-switch.component.mjs +0 -107
  174. package/esm2022/app/modules/toggle-switch/toggle-switch.module.mjs +0 -24
  175. package/esm2022/app/modules/tooltip/tooltip.directive.mjs +0 -381
  176. package/esm2022/app/modules/tooltip/tooltip.module.mjs +0 -18
  177. package/esm2022/app/modules/week-picker/week-picker.component.mjs +0 -511
  178. package/esm2022/app/modules/week-picker/week-picker.module.mjs +0 -40
  179. package/esm2022/app/shared/enums/endpoint-status.enum.mjs +0 -11
  180. package/esm2022/app/shared/interceptors/json.interceptor.mjs +0 -23
  181. package/esm2022/app/shared/models/auditable.model.mjs +0 -2
  182. package/esm2022/app/shared/models/data-list.model.mjs +0 -2
  183. package/esm2022/app/shared/models/id.model.mjs +0 -2
  184. package/esm2022/app/shared/models/observable-container.mjs +0 -15
  185. package/esm2022/app/shared/models/particle-component-text.model.mjs +0 -2
  186. package/esm2022/app/shared/services/base-data.service.mjs +0 -190
  187. package/esm2022/app/shared/services/dialog.service.mjs +0 -50
  188. package/esm2022/app/shared/services/local-storage.service.mjs +0 -60
  189. package/esm2022/entake-particle.mjs +0 -5
  190. package/esm2022/public_api.mjs +0 -98
  191. /package/app/{modules/dropdown → shared}/models/dropdown-option-group.model.d.ts +0 -0
  192. /package/app/{modules/dropdown → shared}/models/dropdown-option.model.d.ts +0 -0
  193. /package/app/{modules/icons → shared}/models/fontawesome-icons-brands.model.d.ts +0 -0
  194. /package/app/{modules/icons → shared}/models/fontawesome-icons-regular.model.d.ts +0 -0
  195. /package/app/{modules/icons → shared}/models/fontawesome-icons-solid.model.d.ts +0 -0
  196. /package/app/{modules/multi-select → shared}/models/multi-select-option-group.model.d.ts +0 -0
  197. /package/app/{modules/multi-select → shared}/models/multi-select-option.model.d.ts +0 -0
  198. /package/app/{modules/notification → shared}/models/notification.model.d.ts +0 -0
  199. /package/app/{modules/icons → shared}/models/particle-icons-brands.model.d.ts +0 -0
  200. /package/app/{modules/icons → shared}/models/particle-icons-regular.model.d.ts +0 -0
  201. /package/app/{modules/icons → shared}/models/particle-icons-solid.model.d.ts +0 -0
  202. /package/app/{modules/rich-text → shared/models}/rich-text-capabilities.model.d.ts +0 -0
  203. /package/app/{modules/theming → shared}/models/theme.model.d.ts +0 -0
  204. /package/app/{modules/toggle-switch → shared}/models/toggle-options.model.d.ts +0 -0
  205. /package/app/{modules/icons → shared}/services/icons.service.d.ts +0 -0
  206. /package/app/{modules/idle-timeout → shared/services}/idle-timer.d.ts +0 -0
  207. /package/app/{modules/theming → shared}/services/theme-change-detection.service.d.ts +0 -0
@@ -1,28 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { DropdownComponent } from './dropdown.component';
4
- import { FormsModule } from '@angular/forms';
5
- import * as i0 from "@angular/core";
6
- export class ParticleDropdownModule {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.1", ngImport: i0, type: ParticleDropdownModule, declarations: [DropdownComponent], imports: [CommonModule,
9
- FormsModule], exports: [DropdownComponent] });
10
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleDropdownModule, imports: [CommonModule,
11
- FormsModule] });
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleDropdownModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- declarations: [
17
- DropdownComponent
18
- ],
19
- imports: [
20
- CommonModule,
21
- FormsModule
22
- ],
23
- exports: [
24
- DropdownComponent
25
- ]
26
- }]
27
- }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2Ryb3Bkb3duL2Ryb3Bkb3duLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUMsV0FBVyxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7O0FBYzNDLE1BQU0sT0FBTyxzQkFBc0I7dUdBQXRCLHNCQUFzQjt3R0FBdEIsc0JBQXNCLGlCQVYvQixpQkFBaUIsYUFHakIsWUFBWTtZQUNaLFdBQVcsYUFHWCxpQkFBaUI7d0dBR1Isc0JBQXNCLFlBUC9CLFlBQVk7WUFDWixXQUFXOzsyRkFNRixzQkFBc0I7a0JBWmxDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGlCQUFpQjtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osV0FBVztxQkFDWjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsaUJBQWlCO3FCQUNsQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRHJvcGRvd25Db21wb25lbnR9IGZyb20gJy4vZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7Rm9ybXNNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRHJvcGRvd25Db21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBGb3Jtc01vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRHJvcGRvd25Db21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBQYXJ0aWNsZURyb3Bkb3duTW9kdWxlIHsgfVxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24tb3B0aW9uLWdyb3VwLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2Ryb3Bkb3duL21vZGVscy9kcm9wZG93bi1vcHRpb24tZ3JvdXAubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RHJvcGRvd25PcHRpb259IGZyb20gJy4vZHJvcGRvd24tb3B0aW9uLm1vZGVsJztcblxuLyoqXG4gKiBJbnRlcmZhY2UgcmVwcmVzZW50aW5nIGFuIGFycmF5IG9mIGRyb3Bkb3duIG9wdGlvbnNcbiAqIGdyb3VwZWQgdW5kZXIgYSBsYWJlbFxuICovXG5leHBvcnQgaW50ZXJmYWNlIERyb3Bkb3duT3B0aW9uR3JvdXAge1xuXG4gIHR5cGU/OiAnZ3JvdXAnO1xuXG4gIC8qKlxuICAgKiBUaGUgb3B0aW9uIGdyb3VwIGxhYmVsXG4gICAqL1xuICBncm91cExhYmVsOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFRoZSBncm91cCBvcHRpb25zXG4gICAqL1xuICBvcHRpb25zOiBBcnJheTxEcm9wZG93bk9wdGlvbj47XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24tb3B0aW9uLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2Ryb3Bkb3duL21vZGVscy9kcm9wZG93bi1vcHRpb24ubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogSW50ZXJmYWNlIHJlcHJlc2VudGluZyBhIGRyb3Bkb3duIG9wdGlvblxuICovXG5leHBvcnQgaW50ZXJmYWNlIERyb3Bkb3duT3B0aW9uIHtcblxuICB0eXBlPzogJ29wdGlvbic7XG5cbiAgLyoqXG4gICAqIFRoZSB2YWx1ZSBvZiB0aGUgZHJvcGRvd24gb3B0aW9uXG4gICAqL1xuICB2YWx1ZTogc3RyaW5nIHwgbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBUaGUgbGFiZWwgb2YgdGhlIGRyb3Bkb3duIG9wdGlvblxuICAgKi9cbiAgbGFiZWw6IHN0cmluZztcblxuICAvKipcbiAgICogV2hldGhlciBvciBub3QgdGhlIG9wdGlvbiBpcyBkaXNhYmxlZFxuICAgKi9cbiAgZGlzYWJsZWQ/OiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBEYXRhIGNvbnRleHQgb2JqZWN0IGNvbnRhaW5pbmcgcHJvcGVydGllcyB0byBmaWxsXG4gICAqIGRyb3Bkb3duIG9wdGlvbiB0ZW1wbGF0ZSBwbGFjZWhvbGRlcnNcbiAgICovXG4gIGRhdGFDb250ZXh0PzogeyBba2V5OiBzdHJpbmddOiB1bmtub3duIH07XG59XG4iXX0=
@@ -1,75 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- /**
5
- * Component to display different endpoint states
6
- */
7
- export class EndpointStateComponent {
8
- /**
9
- * Flag to determine if in loading state
10
- */
11
- loading = false;
12
- /**
13
- * Icon for loading state
14
- */
15
- loadingIcon = 'double_helix';
16
- /**
17
- * Flag to determine if in empty state
18
- */
19
- empty = false;
20
- /**
21
- * Icon for empty state
22
- */
23
- emptyIcon = 'fas fa-folder-open fa-fw fa-3x';
24
- /**
25
- * Flag to determine if in error state
26
- */
27
- error = false;
28
- /**
29
- * Icon for error state
30
- */
31
- errorIcon = 'fas fa-bomb fa-fw fa-3x';
32
- /**
33
- * Flag to determine if overlay spinner
34
- */
35
- loadingOverlay = false;
36
- /**
37
- * The icon on the overlay spinner
38
- */
39
- loadingOverlayIcon = 'fas fa-spinner fa-spin';
40
- text = {
41
- loadingText: 'Loading',
42
- emptyText: 'There\'s nothing here yet.',
43
- errorText: 'An error has occurred',
44
- errorSubtext: 'Please try again'
45
- };
46
- /**
47
- * Component constructor
48
- */
49
- constructor() { }
50
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: EndpointStateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
51
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: EndpointStateComponent, selector: "particle-endpoint-state", inputs: { loading: "loading", loadingIcon: "loadingIcon", empty: "empty", emptyIcon: "emptyIcon", error: "error", errorIcon: "errorIcon", loadingOverlay: "loadingOverlay", loadingOverlayIcon: "loadingOverlayIcon", text: "text" }, ngImport: i0, template: "<!-- loading -->\r\n<div class=\"row column center_center\" *ngIf=\"loading\">\r\n <ng-container [ngSwitch]=\"loadingIcon\">\r\n <!-- bars_bounce -->\r\n <ng-container *ngSwitchCase=\"'double_helix'\">\r\n <div class=\"center_center square_60px\">\r\n <div class=\"endpoint_spin\" style=\"position: absolute\">\r\n <div class=\"bars_vertical\">\r\n <div class=\"col endpoint_shape header_color bar1\"></div>\r\n <div class=\"col endpoint_shape header_color bar2\"></div>\r\n <div class=\"col endpoint_shape header_color_light_7 bar3\"></div>\r\n <div class=\"col endpoint_shape header_color bar4\"></div>\r\n <div class=\"col endpoint_shape header_color bar5\"></div>\r\n </div>\r\n </div>\r\n <div class=\"endpoint_spin_rev\" style=\"position: absolute\">\r\n <div class=\"bars_vertical\">\r\n <div class=\"col endpoint_shape header_color bar5\"></div>\r\n <div class=\"col endpoint_shape header_color bar4\"></div>\r\n <div class=\"col endpoint_shape header_color_light_7 bar3\"></div>\r\n <div class=\"col endpoint_shape header_color bar2\"></div>\r\n <div class=\"col endpoint_shape header_color bar1\"></div>\r\n </div>\r\n </div>\r\n <div class=\"circle_30px ptl_brdr_color ptl_brdr_size\" style=\"position: absolute\"></div>\r\n </div>\r\n <div *ngIf=\"text.loadingText\" class=\"text md bold center mar_top15\" style=\"user-select: none\">{{text.loadingText}}<span class=\"one\">.</span><span class=\"two\">.</span><span class=\"three\">.</span></div>\r\n <div *ngIf=\"text.loadingSubtext\" class=\"text sm center mar_top5\" style=\"user-select: none\">{{text.loadingSubtext}}</div>\r\n </ng-container>\r\n\r\n\r\n <ng-container *ngSwitchCase=\"'double_helix_old'\">\r\n <div class=\"bars_vertical\">\r\n <div class=\"col size_1 bg_overlay brdr bar1\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar2\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar3\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar4\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar5\"></div>\r\n </div>\r\n <div *ngIf=\"text.loadingText\" class=\"text md bold center mar_top5\">{{text.loadingText}}<span class=\"one\">.</span><span class=\"two\">.</span><span class=\"three\">.</span></div>\r\n <div *ngIf=\"text.loadingSubtext\" class=\"text sm center mar_top5\">{{text.loadingSubtext}}</div>\r\n </ng-container>\r\n\r\n <div *ngSwitchDefault>\r\n <i class=\"{{loadingIcon}} fa-fw fa-3x opac_80\"></i>\r\n <div *ngIf=\"text.loadingText\" class=\"text md bold center mar_top5\">{{text.loadingText}}<span class=\"one\">.</span><span class=\"two\">.</span><span class=\"three\">.</span></div>\r\n <div *ngIf=\"text.loadingSubtext\" class=\"text sm center mar_top5\">{{text.loadingSubtext}}</div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n\r\n<!-- loading overlay -->\r\n<ng-container *ngIf=\"loadingOverlay\">\r\n <div id=\"overlay\">\r\n </div>\r\n <div class=\"row column center_center content_color brad_5 shadow min_w280\" style=\"padding:25px;\" id=\"spinner\">\r\n <div class=\"bars_vertical\">\r\n <div class=\"col size_1 bg_overlay brdr bar1\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar2\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar3\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar4\"></div>\r\n </div>\r\n <div *ngIf=\"text.loadingOverlayText\" class=\"text xlg bold center\" style=\"margin-top:20px;\">{{text.loadingOverlayText}}</div>\r\n <div *ngIf=\"text.loadingOverlaySubtext\" class=\"text md center mar_top5\">{{text.loadingOverlaySubtext}}</div>\r\n </div>\r\n</ng-container>\r\n\r\n<!-- empty -->\r\n<div class=\"row_block\" *ngIf=\"empty\">\r\n <div *ngIf=\"emptyIcon\" class=\"h_center\"><i class=\"{{emptyIcon}}\" style=\"opacity:0.8;\"></i></div>\r\n <div *ngIf=\"text.emptyText\" class=\"text md bold center mar_top5\">{{text.emptyText}}</div>\r\n <div *ngIf=\"text.emptySubtext\" class=\"text sm center mar_top5\">{{text.emptySubtext}}</div>\r\n</div>\r\n\r\n<!-- error -->\r\n<div class=\"row_block\" *ngIf=\"error\">\r\n <div *ngIf=\"errorIcon\" class=\"h_center\"><i class=\"{{errorIcon}}\" style=\"opacity:0.8;\"></i></div>\r\n <div *ngIf=\"text.errorText\" class=\"text md bold center mar_top5\">{{text.errorText}}</div>\r\n <div *ngIf=\"text.errorSubtext\" class=\"text sm center mar_top5\">{{text.errorSubtext}}</div>\r\n</div>\r\n", styles: [".bars_vertical{height:50px;width:120px;display:flex;align-items:center;justify-content:center}.bars_vertical .bar1,.bars_vertical .bar2,.bars_vertical .bar3,.bars_vertical .bar4,.bars_vertical .bar5{animation-duration:.8s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate;transform-origin:center center;margin:0 10px}.bars_vertical .bar1{animation-name:bars_vertical_grow;animation-delay:.2s;height:5px}.bars_vertical .bar2{animation-name:bars_vertical_grow;animation-delay:.4s;height:5px}.bars_vertical .bar3{animation-name:bars_vertical_grow;animation-delay:.6s;height:5px}.bars_vertical .bar4{animation-name:bars_vertical_grow;animation-delay:.8s;height:5px}.bars_vertical .bar5{animation-name:bars_vertical_grow;animation-delay:1s;height:5px}@keyframes bars_vertical_grow{0%{transform:scaleY(1)}to{transform:scaleY(3.3)}}#overlay{position:fixed;display:block;width:100%;height:100%;inset:0;z-index:var(--z-notification);animation:fadein .3s ease-in-out;background-color:#78787866}#spinner{position:fixed;top:50%;left:50%;font-size:64px;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);animation:fadein .3s ease-in-out;z-index:var(--z-notification)}@keyframes fadein{0%{opacity:0}to{opacity:.5}}.one{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:0s;animation:dot 1.3s infinite;animation-delay:0s}.two{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:.2s;animation:dot 1.3s infinite;animation-delay:.2s}.three{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:.3s;animation:dot 1.3s infinite;animation-delay:.3s}@-webkit-keyframes dot{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes dot{0%{opacity:0}50%{opacity:0}to{opacity:1}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
52
- }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: EndpointStateComponent, decorators: [{
54
- type: Component,
55
- args: [{ selector: 'particle-endpoint-state', template: "<!-- loading -->\r\n<div class=\"row column center_center\" *ngIf=\"loading\">\r\n <ng-container [ngSwitch]=\"loadingIcon\">\r\n <!-- bars_bounce -->\r\n <ng-container *ngSwitchCase=\"'double_helix'\">\r\n <div class=\"center_center square_60px\">\r\n <div class=\"endpoint_spin\" style=\"position: absolute\">\r\n <div class=\"bars_vertical\">\r\n <div class=\"col endpoint_shape header_color bar1\"></div>\r\n <div class=\"col endpoint_shape header_color bar2\"></div>\r\n <div class=\"col endpoint_shape header_color_light_7 bar3\"></div>\r\n <div class=\"col endpoint_shape header_color bar4\"></div>\r\n <div class=\"col endpoint_shape header_color bar5\"></div>\r\n </div>\r\n </div>\r\n <div class=\"endpoint_spin_rev\" style=\"position: absolute\">\r\n <div class=\"bars_vertical\">\r\n <div class=\"col endpoint_shape header_color bar5\"></div>\r\n <div class=\"col endpoint_shape header_color bar4\"></div>\r\n <div class=\"col endpoint_shape header_color_light_7 bar3\"></div>\r\n <div class=\"col endpoint_shape header_color bar2\"></div>\r\n <div class=\"col endpoint_shape header_color bar1\"></div>\r\n </div>\r\n </div>\r\n <div class=\"circle_30px ptl_brdr_color ptl_brdr_size\" style=\"position: absolute\"></div>\r\n </div>\r\n <div *ngIf=\"text.loadingText\" class=\"text md bold center mar_top15\" style=\"user-select: none\">{{text.loadingText}}<span class=\"one\">.</span><span class=\"two\">.</span><span class=\"three\">.</span></div>\r\n <div *ngIf=\"text.loadingSubtext\" class=\"text sm center mar_top5\" style=\"user-select: none\">{{text.loadingSubtext}}</div>\r\n </ng-container>\r\n\r\n\r\n <ng-container *ngSwitchCase=\"'double_helix_old'\">\r\n <div class=\"bars_vertical\">\r\n <div class=\"col size_1 bg_overlay brdr bar1\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar2\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar3\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar4\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar5\"></div>\r\n </div>\r\n <div *ngIf=\"text.loadingText\" class=\"text md bold center mar_top5\">{{text.loadingText}}<span class=\"one\">.</span><span class=\"two\">.</span><span class=\"three\">.</span></div>\r\n <div *ngIf=\"text.loadingSubtext\" class=\"text sm center mar_top5\">{{text.loadingSubtext}}</div>\r\n </ng-container>\r\n\r\n <div *ngSwitchDefault>\r\n <i class=\"{{loadingIcon}} fa-fw fa-3x opac_80\"></i>\r\n <div *ngIf=\"text.loadingText\" class=\"text md bold center mar_top5\">{{text.loadingText}}<span class=\"one\">.</span><span class=\"two\">.</span><span class=\"three\">.</span></div>\r\n <div *ngIf=\"text.loadingSubtext\" class=\"text sm center mar_top5\">{{text.loadingSubtext}}</div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n\r\n<!-- loading overlay -->\r\n<ng-container *ngIf=\"loadingOverlay\">\r\n <div id=\"overlay\">\r\n </div>\r\n <div class=\"row column center_center content_color brad_5 shadow min_w280\" style=\"padding:25px;\" id=\"spinner\">\r\n <div class=\"bars_vertical\">\r\n <div class=\"col size_1 bg_overlay brdr bar1\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar2\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar3\"></div>\r\n <div class=\"col size_1 bg_overlay brdr bar4\"></div>\r\n </div>\r\n <div *ngIf=\"text.loadingOverlayText\" class=\"text xlg bold center\" style=\"margin-top:20px;\">{{text.loadingOverlayText}}</div>\r\n <div *ngIf=\"text.loadingOverlaySubtext\" class=\"text md center mar_top5\">{{text.loadingOverlaySubtext}}</div>\r\n </div>\r\n</ng-container>\r\n\r\n<!-- empty -->\r\n<div class=\"row_block\" *ngIf=\"empty\">\r\n <div *ngIf=\"emptyIcon\" class=\"h_center\"><i class=\"{{emptyIcon}}\" style=\"opacity:0.8;\"></i></div>\r\n <div *ngIf=\"text.emptyText\" class=\"text md bold center mar_top5\">{{text.emptyText}}</div>\r\n <div *ngIf=\"text.emptySubtext\" class=\"text sm center mar_top5\">{{text.emptySubtext}}</div>\r\n</div>\r\n\r\n<!-- error -->\r\n<div class=\"row_block\" *ngIf=\"error\">\r\n <div *ngIf=\"errorIcon\" class=\"h_center\"><i class=\"{{errorIcon}}\" style=\"opacity:0.8;\"></i></div>\r\n <div *ngIf=\"text.errorText\" class=\"text md bold center mar_top5\">{{text.errorText}}</div>\r\n <div *ngIf=\"text.errorSubtext\" class=\"text sm center mar_top5\">{{text.errorSubtext}}</div>\r\n</div>\r\n", styles: [".bars_vertical{height:50px;width:120px;display:flex;align-items:center;justify-content:center}.bars_vertical .bar1,.bars_vertical .bar2,.bars_vertical .bar3,.bars_vertical .bar4,.bars_vertical .bar5{animation-duration:.8s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate;transform-origin:center center;margin:0 10px}.bars_vertical .bar1{animation-name:bars_vertical_grow;animation-delay:.2s;height:5px}.bars_vertical .bar2{animation-name:bars_vertical_grow;animation-delay:.4s;height:5px}.bars_vertical .bar3{animation-name:bars_vertical_grow;animation-delay:.6s;height:5px}.bars_vertical .bar4{animation-name:bars_vertical_grow;animation-delay:.8s;height:5px}.bars_vertical .bar5{animation-name:bars_vertical_grow;animation-delay:1s;height:5px}@keyframes bars_vertical_grow{0%{transform:scaleY(1)}to{transform:scaleY(3.3)}}#overlay{position:fixed;display:block;width:100%;height:100%;inset:0;z-index:var(--z-notification);animation:fadein .3s ease-in-out;background-color:#78787866}#spinner{position:fixed;top:50%;left:50%;font-size:64px;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);animation:fadein .3s ease-in-out;z-index:var(--z-notification)}@keyframes fadein{0%{opacity:0}to{opacity:.5}}.one{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:0s;animation:dot 1.3s infinite;animation-delay:0s}.two{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:.2s;animation:dot 1.3s infinite;animation-delay:.2s}.three{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:.3s;animation:dot 1.3s infinite;animation-delay:.3s}@-webkit-keyframes dot{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes dot{0%{opacity:0}50%{opacity:0}to{opacity:1}}\n"] }]
56
- }], ctorParameters: () => [], propDecorators: { loading: [{
57
- type: Input
58
- }], loadingIcon: [{
59
- type: Input
60
- }], empty: [{
61
- type: Input
62
- }], emptyIcon: [{
63
- type: Input
64
- }], error: [{
65
- type: Input
66
- }], errorIcon: [{
67
- type: Input
68
- }], loadingOverlay: [{
69
- type: Input
70
- }], loadingOverlayIcon: [{
71
- type: Input
72
- }], text: [{
73
- type: Input
74
- }] } });
75
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW5kcG9pbnQtc3RhdGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2VuZHBvaW50LXN0YXRlL2NvbXBvbmVudHMvZW5kcG9pbnQtc3RhdGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2VuZHBvaW50LXN0YXRlL2NvbXBvbmVudHMvZW5kcG9pbnQtc3RhdGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7OztBQUcvQzs7R0FFRztBQU1ILE1BQU0sT0FBTyxzQkFBc0I7SUFFakM7O09BRUc7SUFFSCxPQUFPLEdBQVksS0FBSyxDQUFDO0lBRXpCOztPQUVHO0lBRUgsV0FBVyxHQUE0QixjQUFjLENBQUM7SUFFdEQ7O09BRUc7SUFFSCxLQUFLLEdBQVksS0FBSyxDQUFDO0lBRXZCOztPQUVHO0lBRUgsU0FBUyxHQUFHLGdDQUFnQyxDQUFDO0lBRTdDOztPQUVHO0lBRUgsS0FBSyxHQUFZLEtBQUssQ0FBQztJQUV2Qjs7T0FFRztJQUVILFNBQVMsR0FBRyx5QkFBeUIsQ0FBQztJQUV0Qzs7T0FFRztJQUVILGNBQWMsR0FBWSxLQUFLLENBQUM7SUFFaEM7O09BRUc7SUFFSCxrQkFBa0IsR0FBRyx3QkFBd0IsQ0FBQztJQUc5QyxJQUFJLEdBQXNCO1FBQ3hCLFdBQVcsRUFBRSxTQUFTO1FBQ3RCLFNBQVMsRUFBRSw0QkFBNEI7UUFDdkMsU0FBUyxFQUFFLHVCQUF1QjtRQUNsQyxZQUFZLEVBQUUsa0JBQWtCO0tBQ1osQ0FBQztJQUV2Qjs7T0FFRztJQUNILGdCQUFnQixDQUFDO3VHQTdETixzQkFBc0I7MkZBQXRCLHNCQUFzQixxU0NYbkMsZ2lKQWdGQTs7MkZEckVhLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSx5QkFBeUI7d0RBVW5DLE9BQU87c0JBRE4sS0FBSztnQkFPTixXQUFXO3NCQURWLEtBQUs7Z0JBT04sS0FBSztzQkFESixLQUFLO2dCQU9OLFNBQVM7c0JBRFIsS0FBSztnQkFPTixLQUFLO3NCQURKLEtBQUs7Z0JBT04sU0FBUztzQkFEUixLQUFLO2dCQU9OLGNBQWM7c0JBRGIsS0FBSztnQkFPTixrQkFBa0I7c0JBRGpCLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIElucHV0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHtFbmRwb2ludFN0YXRlVGV4dH0gZnJvbSAnLi4vLi4vLi4vc2hhcmVkL21vZGVscy9wYXJ0aWNsZS1jb21wb25lbnQtdGV4dC5tb2RlbCc7XHJcblxyXG4vKipcclxuICogQ29tcG9uZW50IHRvIGRpc3BsYXkgZGlmZmVyZW50IGVuZHBvaW50IHN0YXRlc1xyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdwYXJ0aWNsZS1lbmRwb2ludC1zdGF0ZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2VuZHBvaW50LXN0YXRlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9lbmRwb2ludC1zdGF0ZS5jb21wb25lbnQuY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEVuZHBvaW50U3RhdGVDb21wb25lbnQge1xyXG5cclxuICAvKipcclxuICAgKiBGbGFnIHRvIGRldGVybWluZSBpZiBpbiBsb2FkaW5nIHN0YXRlXHJcbiAgICovXHJcbiAgQElucHV0KClcclxuICBsb2FkaW5nOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIC8qKlxyXG4gICAqIEljb24gZm9yIGxvYWRpbmcgc3RhdGVcclxuICAgKi9cclxuICBASW5wdXQoKVxyXG4gIGxvYWRpbmdJY29uOiAnZG91YmxlX2hlbGl4JyB8IHN0cmluZyA9ICdkb3VibGVfaGVsaXgnO1xyXG5cclxuICAvKipcclxuICAgKiBGbGFnIHRvIGRldGVybWluZSBpZiBpbiBlbXB0eSBzdGF0ZVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgZW1wdHk6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgLyoqXHJcbiAgICogSWNvbiBmb3IgZW1wdHkgc3RhdGVcclxuICAgKi9cclxuICBASW5wdXQoKVxyXG4gIGVtcHR5SWNvbiA9ICdmYXMgZmEtZm9sZGVyLW9wZW4gZmEtZncgZmEtM3gnO1xyXG5cclxuICAvKipcclxuICAgKiBGbGFnIHRvIGRldGVybWluZSBpZiBpbiBlcnJvciBzdGF0ZVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgZXJyb3I6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgLyoqXHJcbiAgICogSWNvbiBmb3IgZXJyb3Igc3RhdGVcclxuICAgKi9cclxuICBASW5wdXQoKVxyXG4gIGVycm9ySWNvbiA9ICdmYXMgZmEtYm9tYiBmYS1mdyBmYS0zeCc7XHJcblxyXG4gIC8qKlxyXG4gICAqIEZsYWcgdG8gZGV0ZXJtaW5lIGlmIG92ZXJsYXkgc3Bpbm5lclxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgbG9hZGluZ092ZXJsYXk6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgLyoqXHJcbiAgICogVGhlIGljb24gb24gdGhlIG92ZXJsYXkgc3Bpbm5lclxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgbG9hZGluZ092ZXJsYXlJY29uID0gJ2ZhcyBmYS1zcGlubmVyIGZhLXNwaW4nO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHRleHQ6IEVuZHBvaW50U3RhdGVUZXh0ID0ge1xyXG4gICAgbG9hZGluZ1RleHQ6ICdMb2FkaW5nJyxcclxuICAgIGVtcHR5VGV4dDogJ1RoZXJlXFwncyBub3RoaW5nIGhlcmUgeWV0LicsXHJcbiAgICBlcnJvclRleHQ6ICdBbiBlcnJvciBoYXMgb2NjdXJyZWQnLFxyXG4gICAgZXJyb3JTdWJ0ZXh0OiAnUGxlYXNlIHRyeSBhZ2FpbidcclxuICB9IGFzIEVuZHBvaW50U3RhdGVUZXh0O1xyXG5cclxuICAvKipcclxuICAgKiBDb21wb25lbnQgY29uc3RydWN0b3JcclxuICAgKi9cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxufVxyXG4iLCI8IS0tIGxvYWRpbmcgLS0+XHJcbjxkaXYgY2xhc3M9XCJyb3cgY29sdW1uIGNlbnRlcl9jZW50ZXJcIiAqbmdJZj1cImxvYWRpbmdcIj5cclxuICA8bmctY29udGFpbmVyIFtuZ1N3aXRjaF09XCJsb2FkaW5nSWNvblwiPlxyXG4gICAgPCEtLSBiYXJzX2JvdW5jZSAtLT5cclxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidkb3VibGVfaGVsaXgnXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjZW50ZXJfY2VudGVyIHNxdWFyZV82MHB4XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImVuZHBvaW50X3NwaW5cIiBzdHlsZT1cInBvc2l0aW9uOiBhYnNvbHV0ZVwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImJhcnNfdmVydGljYWxcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbCBlbmRwb2ludF9zaGFwZSBoZWFkZXJfY29sb3IgYmFyMVwiPjwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sIGVuZHBvaW50X3NoYXBlIGhlYWRlcl9jb2xvciBiYXIyXCI+PC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wgZW5kcG9pbnRfc2hhcGUgaGVhZGVyX2NvbG9yX2xpZ2h0XzcgYmFyM1wiPjwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sIGVuZHBvaW50X3NoYXBlIGhlYWRlcl9jb2xvciBiYXI0XCI+PC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wgZW5kcG9pbnRfc2hhcGUgaGVhZGVyX2NvbG9yIGJhcjVcIj48L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJlbmRwb2ludF9zcGluX3JldlwiIHN0eWxlPVwicG9zaXRpb246IGFic29sdXRlXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiYmFyc192ZXJ0aWNhbFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sIGVuZHBvaW50X3NoYXBlIGhlYWRlcl9jb2xvciBiYXI1XCI+PC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wgZW5kcG9pbnRfc2hhcGUgaGVhZGVyX2NvbG9yIGJhcjRcIj48L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbCBlbmRwb2ludF9zaGFwZSBoZWFkZXJfY29sb3JfbGlnaHRfNyBiYXIzXCI+PC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wgZW5kcG9pbnRfc2hhcGUgaGVhZGVyX2NvbG9yIGJhcjJcIj48L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbCBlbmRwb2ludF9zaGFwZSBoZWFkZXJfY29sb3IgYmFyMVwiPjwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNpcmNsZV8zMHB4IHB0bF9icmRyX2NvbG9yIHB0bF9icmRyX3NpemVcIiBzdHlsZT1cInBvc2l0aW9uOiBhYnNvbHV0ZVwiPjwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiAqbmdJZj1cInRleHQubG9hZGluZ1RleHRcIiBjbGFzcz1cInRleHQgbWQgYm9sZCBjZW50ZXIgbWFyX3RvcDE1XCIgc3R5bGU9XCJ1c2VyLXNlbGVjdDogbm9uZVwiPnt7dGV4dC5sb2FkaW5nVGV4dH19PHNwYW4gY2xhc3M9XCJvbmVcIj4uPC9zcGFuPjxzcGFuIGNsYXNzPVwidHdvXCI+Ljwvc3Bhbj48c3BhbiBjbGFzcz1cInRocmVlXCI+Ljwvc3Bhbj48L2Rpdj5cclxuICAgICAgPGRpdiAqbmdJZj1cInRleHQubG9hZGluZ1N1YnRleHRcIiBjbGFzcz1cInRleHQgc20gY2VudGVyIG1hcl90b3A1XCIgc3R5bGU9XCJ1c2VyLXNlbGVjdDogbm9uZVwiPnt7dGV4dC5sb2FkaW5nU3VidGV4dH19PC9kaXY+XHJcbiAgICA8L25nLWNvbnRhaW5lcj5cclxuXHJcblxyXG4gICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ2RvdWJsZV9oZWxpeF9vbGQnXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYXJzX3ZlcnRpY2FsXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbCBzaXplXzEgYmdfb3ZlcmxheSBicmRyIGJhcjFcIj48L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sIHNpemVfMSBiZ19vdmVybGF5IGJyZHIgYmFyMlwiPjwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wgc2l6ZV8xIGJnX292ZXJsYXkgYnJkciBiYXIzXCI+PC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbCBzaXplXzEgYmdfb3ZlcmxheSBicmRyIGJhcjRcIj48L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sIHNpemVfMSBiZ19vdmVybGF5IGJyZHIgYmFyNVwiPjwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiAqbmdJZj1cInRleHQubG9hZGluZ1RleHRcIiBjbGFzcz1cInRleHQgbWQgYm9sZCBjZW50ZXIgbWFyX3RvcDVcIj57e3RleHQubG9hZGluZ1RleHR9fTxzcGFuIGNsYXNzPVwib25lXCI+Ljwvc3Bhbj48c3BhbiBjbGFzcz1cInR3b1wiPi48L3NwYW4+PHNwYW4gY2xhc3M9XCJ0aHJlZVwiPi48L3NwYW4+PC9kaXY+XHJcbiAgICAgIDxkaXYgKm5nSWY9XCJ0ZXh0LmxvYWRpbmdTdWJ0ZXh0XCIgY2xhc3M9XCJ0ZXh0IHNtIGNlbnRlciBtYXJfdG9wNVwiPnt7dGV4dC5sb2FkaW5nU3VidGV4dH19PC9kaXY+XHJcbiAgICA8L25nLWNvbnRhaW5lcj5cclxuXHJcbiAgICA8ZGl2ICpuZ1N3aXRjaERlZmF1bHQ+XHJcbiAgICAgIDxpIGNsYXNzPVwie3tsb2FkaW5nSWNvbn19IGZhLWZ3IGZhLTN4IG9wYWNfODBcIj48L2k+XHJcbiAgICAgIDxkaXYgKm5nSWY9XCJ0ZXh0LmxvYWRpbmdUZXh0XCIgY2xhc3M9XCJ0ZXh0IG1kIGJvbGQgY2VudGVyIG1hcl90b3A1XCI+e3t0ZXh0LmxvYWRpbmdUZXh0fX08c3BhbiBjbGFzcz1cIm9uZVwiPi48L3NwYW4+PHNwYW4gY2xhc3M9XCJ0d29cIj4uPC9zcGFuPjxzcGFuIGNsYXNzPVwidGhyZWVcIj4uPC9zcGFuPjwvZGl2PlxyXG4gICAgICA8ZGl2ICpuZ0lmPVwidGV4dC5sb2FkaW5nU3VidGV4dFwiIGNsYXNzPVwidGV4dCBzbSBjZW50ZXIgbWFyX3RvcDVcIj57e3RleHQubG9hZGluZ1N1YnRleHR9fTwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9uZy1jb250YWluZXI+XHJcbjwvZGl2PlxyXG5cclxuPCEtLSBsb2FkaW5nIG92ZXJsYXkgLS0+XHJcbjxuZy1jb250YWluZXIgKm5nSWY9XCJsb2FkaW5nT3ZlcmxheVwiPlxyXG4gIDxkaXYgaWQ9XCJvdmVybGF5XCI+XHJcbiAgPC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cInJvdyBjb2x1bW4gY2VudGVyX2NlbnRlciBjb250ZW50X2NvbG9yIGJyYWRfNSBzaGFkb3cgbWluX3cyODBcIiBzdHlsZT1cInBhZGRpbmc6MjVweDtcIiBpZD1cInNwaW5uZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJiYXJzX3ZlcnRpY2FsXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wgc2l6ZV8xIGJnX292ZXJsYXkgYnJkciBiYXIxXCI+PC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wgc2l6ZV8xIGJnX292ZXJsYXkgYnJkciBiYXIyXCI+PC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wgc2l6ZV8xIGJnX292ZXJsYXkgYnJkciBiYXIzXCI+PC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wgc2l6ZV8xIGJnX292ZXJsYXkgYnJkciBiYXI0XCI+PC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgKm5nSWY9XCJ0ZXh0LmxvYWRpbmdPdmVybGF5VGV4dFwiIGNsYXNzPVwidGV4dCB4bGcgYm9sZCBjZW50ZXJcIiBzdHlsZT1cIm1hcmdpbi10b3A6MjBweDtcIj57e3RleHQubG9hZGluZ092ZXJsYXlUZXh0fX08L2Rpdj5cclxuICAgIDxkaXYgKm5nSWY9XCJ0ZXh0LmxvYWRpbmdPdmVybGF5U3VidGV4dFwiIGNsYXNzPVwidGV4dCBtZCBjZW50ZXIgbWFyX3RvcDVcIj57e3RleHQubG9hZGluZ092ZXJsYXlTdWJ0ZXh0fX08L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9uZy1jb250YWluZXI+XHJcblxyXG48IS0tIGVtcHR5IC0tPlxyXG48ZGl2IGNsYXNzPVwicm93X2Jsb2NrXCIgKm5nSWY9XCJlbXB0eVwiPlxyXG4gIDxkaXYgKm5nSWY9XCJlbXB0eUljb25cIiBjbGFzcz1cImhfY2VudGVyXCI+PGkgY2xhc3M9XCJ7e2VtcHR5SWNvbn19XCIgc3R5bGU9XCJvcGFjaXR5OjAuODtcIj48L2k+PC9kaXY+XHJcbiAgPGRpdiAqbmdJZj1cInRleHQuZW1wdHlUZXh0XCIgY2xhc3M9XCJ0ZXh0IG1kIGJvbGQgY2VudGVyIG1hcl90b3A1XCI+e3t0ZXh0LmVtcHR5VGV4dH19PC9kaXY+XHJcbiAgPGRpdiAqbmdJZj1cInRleHQuZW1wdHlTdWJ0ZXh0XCIgY2xhc3M9XCJ0ZXh0IHNtIGNlbnRlciBtYXJfdG9wNVwiPnt7dGV4dC5lbXB0eVN1YnRleHR9fTwvZGl2PlxyXG48L2Rpdj5cclxuXHJcbjwhLS0gZXJyb3IgLS0+XHJcbjxkaXYgY2xhc3M9XCJyb3dfYmxvY2tcIiAqbmdJZj1cImVycm9yXCI+XHJcbiAgPGRpdiAqbmdJZj1cImVycm9ySWNvblwiIGNsYXNzPVwiaF9jZW50ZXJcIj48aSBjbGFzcz1cInt7ZXJyb3JJY29ufX1cIiBzdHlsZT1cIm9wYWNpdHk6MC44O1wiPjwvaT48L2Rpdj5cclxuICA8ZGl2ICpuZ0lmPVwidGV4dC5lcnJvclRleHRcIiBjbGFzcz1cInRleHQgbWQgYm9sZCBjZW50ZXIgbWFyX3RvcDVcIj57e3RleHQuZXJyb3JUZXh0fX08L2Rpdj5cclxuICA8ZGl2ICpuZ0lmPVwidGV4dC5lcnJvclN1YnRleHRcIiBjbGFzcz1cInRleHQgc20gY2VudGVyIG1hcl90b3A1XCI+e3t0ZXh0LmVycm9yU3VidGV4dH19PC9kaXY+XHJcbjwvZGl2PlxyXG4iXX0=
@@ -1,22 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { EndpointStateComponent } from './components/endpoint-state.component';
4
- import * as i0 from "@angular/core";
5
- export class ParticleEndpointStateModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleEndpointStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.1", ngImport: i0, type: ParticleEndpointStateModule, declarations: [EndpointStateComponent], imports: [CommonModule], exports: [EndpointStateComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleEndpointStateModule, imports: [CommonModule] });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleEndpointStateModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [EndpointStateComponent],
14
- exports: [
15
- EndpointStateComponent
16
- ],
17
- imports: [
18
- CommonModule
19
- ]
20
- }]
21
- }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW5kcG9pbnQtc3RhdGUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2VuZHBvaW50LXN0YXRlL2VuZHBvaW50LXN0YXRlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQzs7QUFhL0UsTUFBTSxPQUFPLDJCQUEyQjt1R0FBM0IsMkJBQTJCO3dHQUEzQiwyQkFBMkIsaUJBUnJCLHNCQUFzQixhQUtqQyxZQUFZLGFBSFosc0JBQXNCO3dHQU1qQiwyQkFBMkIsWUFIaEMsWUFBWTs7MkZBR1AsMkJBQTJCO2tCQVR2QyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLHNCQUFzQixDQUFDO29CQUN0QyxPQUFPLEVBQUU7d0JBQ0wsc0JBQXNCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsWUFBWTtxQkFDZjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRW5kcG9pbnRTdGF0ZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9lbmRwb2ludC1zdGF0ZS5jb21wb25lbnQnO1xuXG5cblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtFbmRwb2ludFN0YXRlQ29tcG9uZW50XSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEVuZHBvaW50U3RhdGVDb21wb25lbnRcbiAgICBdLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBQYXJ0aWNsZUVuZHBvaW50U3RhdGVNb2R1bGUgeyB9XG4iXX0=