@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,8 +1,7 @@
1
- import { ChangeDetectorRef, EventEmitter } from '@angular/core';
2
1
  import { ControlValueAccessor } from '@angular/forms';
3
2
  import { BehaviorSubject, Observable } from 'rxjs';
4
3
  import { PopoverComponent } from '../popover/popover.component';
5
- import { WeekPickerText } from '../../shared/models/particle-component-text.model';
4
+ import { WeekPickerText } from '../../models/particle-component-text.model';
6
5
  import * as i0 from "@angular/core";
7
6
  /**
8
7
  * Interface representing a Date broken down by day/date/week/month/year
@@ -68,6 +67,17 @@ export declare class WeekPickerComponent implements ControlValueAccessor {
68
67
  start: Date;
69
68
  end: Date;
70
69
  });
70
+ /**
71
+ * Get the value of the week picker
72
+ */
73
+ get value(): {
74
+ start: Date;
75
+ end: Date;
76
+ };
77
+ /**
78
+ * Get whether the control is disabled
79
+ */
80
+ get disabled(): boolean;
71
81
  /**
72
82
  * Set disabled
73
83
  */
@@ -83,29 +93,29 @@ export declare class WeekPickerComponent implements ControlValueAccessor {
83
93
  /**
84
94
  * Class list to apply to the date range input
85
95
  */
86
- inputClassList: any;
96
+ readonly inputClassList: import("@angular/core").InputSignal<any>;
87
97
  /**
88
98
  * Class list to apply to the week picker button
89
99
  */
90
- calendarButtonClassList: string;
100
+ readonly calendarButtonClassList: import("@angular/core").InputSignal<string>;
91
101
  /**
92
102
  * The aria label to apply to the date range input
93
103
  */
94
- ariaLabel: string;
104
+ readonly ariaLabel: import("@angular/core").InputSignal<string>;
95
105
  /**
96
106
  * Format for the selected date range in the selection preview. Must
97
107
  * be a valid Angular DatePipe format
98
108
  */
99
- dateFormat: string;
109
+ readonly dateFormat: import("@angular/core").InputSignal<string>;
100
110
  /**
101
111
  * Close the picker when a selection is made
102
112
  */
103
- closeOnSelect: boolean;
104
- text: WeekPickerText;
113
+ readonly closeOnSelect: import("@angular/core").InputSignal<boolean>;
114
+ readonly text: import("@angular/core").InputSignal<WeekPickerText>;
105
115
  /**
106
116
  * Event emitted on week select
107
117
  */
108
- weekSelected: EventEmitter<{
118
+ readonly weekSelected: import("@angular/core").OutputEmitterRef<{
109
119
  start: Date;
110
120
  end: Date;
111
121
  }>;
@@ -208,18 +218,7 @@ export declare class WeekPickerComponent implements ControlValueAccessor {
208
218
  * Dependency injection site
209
219
  * @param changeDetectorRef the Angular ChangeDetectorRef
210
220
  */
211
- constructor(changeDetectorRef: ChangeDetectorRef);
212
- /**
213
- * Get the value of the week picker
214
- */
215
- get value(): {
216
- start: Date;
217
- end: Date;
218
- };
219
- /**
220
- * Get whether the control is disabled
221
- */
222
- get disabled(): boolean;
221
+ constructor();
223
222
  /**
224
223
  * Write value
225
224
  * @param value the value to write
@@ -284,6 +283,6 @@ export declare class WeekPickerComponent implements ControlValueAccessor {
284
283
  */
285
284
  private setCurrentDateSelectable;
286
285
  static ɵfac: i0.ɵɵFactoryDeclaration<WeekPickerComponent, never>;
287
- static ɵcmp: i0.ɵɵComponentDeclaration<WeekPickerComponent, "particle-week-picker", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dateRange": { "alias": "dateRange"; "required": false; }; "inputClassList": { "alias": "inputClassList"; "required": false; }; "calendarButtonClassList": { "alias": "calendarButtonClassList"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "weekSelected": "weekSelected"; }, never, never, false, never>;
286
+ static ɵcmp: i0.ɵɵComponentDeclaration<WeekPickerComponent, "particle-week-picker", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dateRange": { "alias": "dateRange"; "required": false; }; "inputClassList": { "alias": "inputClassList"; "required": false; "isSignal": true; }; "calendarButtonClassList": { "alias": "calendarButtonClassList"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, { "weekSelected": "weekSelected"; }, never, never, true, never>;
288
287
  }
289
288
  export {};
@@ -2,7 +2,6 @@ import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AccordionContentDirective {
4
4
  templateRef: TemplateRef<any>;
5
- constructor(templateRef: TemplateRef<any>);
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionContentDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionContentDirective, "[particleAccordionContent]", never, {}, {}, never, never, false, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionContentDirective, "[particleAccordionContent]", never, {}, {}, never, never, true, never>;
8
7
  }
@@ -2,7 +2,6 @@ import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AccordionHeaderDirective {
4
4
  templateRef: TemplateRef<any>;
5
- constructor(templateRef: TemplateRef<any>);
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHeaderDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHeaderDirective, "[particleAccordionHeader]", never, {}, {}, never, never, false, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHeaderDirective, "[particleAccordionHeader]", never, {}, {}, never, never, true, never>;
8
7
  }
@@ -9,5 +9,5 @@ export declare class AccordionItemDirective {
9
9
  headerTemplate: AccordionHeaderDirective;
10
10
  content: AccordionContentDirective;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemDirective, "particle-accordion-item", never, { "header": { "alias": "header"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "open": { "alias": "open"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; }, {}, ["headerTemplate", "content"], never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemDirective, "particle-accordion-item", never, { "header": { "alias": "header"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "open": { "alias": "open"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; }, {}, ["headerTemplate", "content"], never, true, never>;
13
13
  }
@@ -1,5 +1,5 @@
1
- import { ElementRef, OnDestroy } from '@angular/core';
2
- import { CarouselOptions } from './carousel-options.model';
1
+ import { OnDestroy } from '@angular/core';
2
+ import { CarouselOptions } from '../models/carousel-options.model';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * This directive when applied to a div will hijack its background and apply a carousel of images.
@@ -28,7 +28,7 @@ export declare class BackgroundCarouselDirective implements OnDestroy {
28
28
  *
29
29
  * @param el
30
30
  */
31
- constructor(el: ElementRef);
31
+ constructor();
32
32
  /**
33
33
  * Initializes the options to default settings for whatever isn't provided by the developer
34
34
  */
@@ -38,5 +38,5 @@ export declare class BackgroundCarouselDirective implements OnDestroy {
38
38
  */
39
39
  ngOnDestroy(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundCarouselDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundCarouselDirective, "[particleCarousel]", never, { "options": { "alias": "particleCarouselOptions"; "required": false; }; }, {}, never, never, false, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundCarouselDirective, "[particleCarousel]", never, { "options": { "alias": "particleCarouselOptions"; "required": false; }; }, {}, never, never, true, never>;
42
42
  }
@@ -1,4 +1,3 @@
1
- import { ElementRef } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  /**
4
3
  * Directive to apply key filtering to an HTML input element
@@ -45,11 +44,6 @@ export declare class KeyfilterDirective {
45
44
  */
46
45
  private static keyIsAlpha;
47
46
  private static keyIsUrlToken;
48
- /**
49
- * Dependency injection site
50
- * @param hostElement
51
- */
52
- constructor(hostElement: ElementRef<HTMLInputElement>);
53
47
  /**
54
48
  * Filter out keys based on the specified filter type
55
49
  * @param event the keydown KeyboardEvent
@@ -62,5 +56,5 @@ export declare class KeyfilterDirective {
62
56
  onPaste(event: ClipboardEvent): void;
63
57
  onBlur(): void;
64
58
  static ɵfac: i0.ɵɵFactoryDeclaration<KeyfilterDirective, never>;
65
- static ɵdir: i0.ɵɵDirectiveDeclaration<KeyfilterDirective, "[particleKeyfilter]", never, { "filterType": { "alias": "particleKeyfilter"; "required": false; }; "allowSpaces": { "alias": "allowSpaces"; "required": false; }; }, {}, never, never, false, never>;
59
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KeyfilterDirective, "[particleKeyfilter]", never, { "filterType": { "alias": "particleKeyfilter"; "required": false; }; "allowSpaces": { "alias": "allowSpaces"; "required": false; }; }, {}, never, never, true, never>;
66
60
  }
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
1
+ import { OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Directive to create a tooltip around the host element
@@ -21,7 +21,7 @@ export declare class TooltipDirective implements OnDestroy {
21
21
  /**
22
22
  * The direction of the tooltip around the host element
23
23
  */
24
- tooltipPosition: 'left' | 'right' | 'top' | 'bottom';
24
+ readonly tooltipPosition: import("@angular/core").InputSignal<"left" | "right" | "top" | "bottom">;
25
25
  /**
26
26
  * Whether to disable the tooltip
27
27
  * @param disabled disabled or not
@@ -58,12 +58,6 @@ export declare class TooltipDirective implements OnDestroy {
58
58
  * @private
59
59
  */
60
60
  private static getWindowScrollLeft;
61
- /**
62
- * Dependency injection site
63
- * @param element the host element
64
- * @param renderer the Angular renderer
65
- */
66
- constructor(element: ElementRef<HTMLElement>, renderer: Renderer2);
67
61
  /**
68
62
  * Destroy directive, invoke scroll unlisteners
69
63
  */
@@ -153,5 +147,5 @@ export declare class TooltipDirective implements OnDestroy {
153
147
  */
154
148
  private getParentElements;
155
149
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
156
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[particleTooltip]", never, { "particleTooltip": { "alias": "particleTooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltipDisabled": { "alias": "tooltipDisabled"; "required": false; }; }, {}, never, never, false, never>;
150
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[particleTooltip]", never, { "particleTooltip": { "alias": "particleTooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "tooltipDisabled": { "alias": "tooltipDisabled"; "required": false; }; }, {}, never, never, true, never>;
157
151
  }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Carousel Options for the Background Carousel Directive
3
+ */
4
+ export interface CarouselOptions {
5
+ /**
6
+ * Image locations to loop through
7
+ */
8
+ images: string[];
9
+ /**
10
+ * Transition Time (in seconds)
11
+ */
12
+ transitionTime: number;
13
+ /**
14
+ * Length of Time to display each background (in seconds)
15
+ */
16
+ viewTime: number;
17
+ /**
18
+ * Whether to reset the interval on init.
19
+ */
20
+ resetInterval: boolean;
21
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Representation of a pagination event
3
+ */
4
+ export interface PaginationEvent {
5
+ activePage: number;
6
+ pageSize: number;
7
+ totalLength: number;
8
+ }
@@ -2,16 +2,6 @@ export interface AccordionText {
2
2
  expand: string;
3
3
  collapse: string;
4
4
  }
5
- export interface ButtonText {
6
- ok: string;
7
- save: string;
8
- cancel: string;
9
- delete: string;
10
- next: string;
11
- previous: string;
12
- open: string;
13
- close: string;
14
- }
15
5
  export interface CalendarText {
16
6
  selectAYear: string;
17
7
  selectAMonth: string;
@@ -77,16 +67,6 @@ export interface DialogText {
77
67
  export interface DropdownText {
78
68
  placeholder: string;
79
69
  }
80
- export interface EndpointStateText {
81
- loadingText?: string;
82
- loadingSubtext?: string;
83
- loadingOverlayText?: string;
84
- loadingOverlaySubtext?: string;
85
- emptyText?: string;
86
- emptySubtext?: string;
87
- errorText?: string;
88
- errorSubtext?: string;
89
- }
90
70
  export interface IconSelectText {
91
71
  selectAnIcon: string;
92
72
  seeAllIcons: string;
@@ -142,10 +122,6 @@ export interface PaginatorText {
142
122
  of: string;
143
123
  results: string;
144
124
  }
145
- export interface PushContainerText {
146
- close: string;
147
- expand: string;
148
- }
149
125
  export interface RichTextEditorText {
150
126
  heading1: string;
151
127
  heading2: string;
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ParticleIconsModule {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<ParticleIconsModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleIconsModule, never, never, never>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<ParticleIconsModule>;
7
+ }
@@ -11,5 +11,5 @@ export declare class OrdinalNumberPipe implements PipeTransform {
11
11
  */
12
12
  transform(value: number | string): string;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<OrdinalNumberPipe, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<OrdinalNumberPipe, "ordinalNumber", false>;
14
+ static ɵpipe: i0.ɵɵPipeDeclaration<OrdinalNumberPipe, "ordinalNumber", true>;
15
15
  }
@@ -1,5 +1,5 @@
1
- import { HttpClient, HttpErrorResponse, HttpParams } from '@angular/common/http';
2
1
  import { Observable } from 'rxjs';
2
+ import { HttpClient, HttpErrorResponse, HttpParams } from '@angular/common/http';
3
3
  /**
4
4
  * This class provides some foundational REST endpoint call capabilities. It will do things like unpack lists into native objects and
5
5
  * return Observables so that you don't have to deal with mapping each and every response. It'll also log errors to the console and pass
@@ -114,7 +114,7 @@ export declare class BaseDataService {
114
114
  * @param error
115
115
  * @param ignoreNoResultsError
116
116
  */
117
- handleError(error: HttpErrorResponse, ignoreNoResultsError: boolean): Observable<any>;
117
+ handleError(error: HttpErrorResponse, ignoreNoResultsError: boolean, noResultsResponse?: any): Observable<any>;
118
118
  /**
119
119
  * Performs a deep copy of a JS object.
120
120
  *
@@ -1,4 +1,4 @@
1
- import { DialogComponent } from '../../modules/dialog/dialog.component';
1
+ import { DialogComponent } from '../components/dialog/dialog.component';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DialogService {
4
4
  dialogs: DialogComponent[];
@@ -26,10 +26,6 @@ export declare class NotificationService {
26
26
  * @private
27
27
  */
28
28
  private static generateId;
29
- /**
30
- * Dependency injection site
31
- */
32
- constructor();
33
29
  /**
34
30
  * Add a notification
35
31
  * @param notification the notification to add
@@ -1,7 +1,5 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { Theme } from '../models/theme.model';
3
- import { ThemeChangeDetectionService } from './theme-change-detection.service';
4
- import { LocalStorageService } from '../../../shared/services/local-storage.service';
5
3
  import * as i0 from "@angular/core";
6
4
  export declare class ThemingService {
7
5
  private localStorageService;
@@ -21,13 +19,6 @@ export declare class ThemingService {
21
19
  * Key for the product this is deployed into
22
20
  */
23
21
  protected applicationName: string;
24
- /**
25
- * Constructor
26
- *
27
- * @param localStorageService
28
- * @param themeChangeDetectionService
29
- */
30
- constructor(localStorageService: LocalStorageService, themeChangeDetectionService: ThemeChangeDetectionService);
31
22
  /**
32
23
  * Converts a JSON property name to snake case
33
24
  *
@@ -68,16 +59,6 @@ export declare class ThemingService {
68
59
  * Apply the selected theme
69
60
  */
70
61
  applySettings(): void;
71
- /**
72
- * Constructs a theme object based on another theme object
73
- *
74
- * @param theme
75
- */
76
- generateTheme(theme?: Theme): Theme;
77
- /**
78
- * Returns a list of the color classes specifically based on the properties of the theme model
79
- */
80
- getClassesFromTheme(theme: Theme): string[];
81
62
  /**
82
63
  * Returns the user selected theme from local storage
83
64
  */