@entake/particle 18.0.5 → 19.0.1

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 +7 -7
  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 +16 -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 +2 -24
  37. package/app/{modules/icons → shared}/models/particle-icons-solid.model.d.ts +6 -6
  38. package/app/shared/modules/icons/particle-icons.module.d.ts +7 -0
  39. package/app/{modules/ordinal-number-pipe → shared/pipes}/ordinal-number.pipe.d.ts +1 -1
  40. package/app/shared/services/base-data.service.d.ts +2 -2
  41. package/app/shared/services/dialog.service.d.ts +1 -1
  42. package/app/{modules/notification → shared}/services/notification.service.d.ts +0 -4
  43. package/app/{modules/theming → shared}/services/theming.service.d.ts +0 -19
  44. package/fesm2022/entake-particle.mjs +4026 -5721
  45. package/fesm2022/entake-particle.mjs.map +1 -1
  46. package/package.json +16 -25
  47. package/public_api.d.ts +47 -82
  48. package/app/modules/accordion/accordion.module.d.ts +0 -11
  49. package/app/modules/background-carousel/carousel-options.model.d.ts +0 -30
  50. package/app/modules/background-carousel/particle-background-carousel.module.d.ts +0 -8
  51. package/app/modules/checkbox/checkbox.module.d.ts +0 -9
  52. package/app/modules/color-picker/color-picker.module.d.ts +0 -9
  53. package/app/modules/date-picker/date-picker.module.d.ts +0 -15
  54. package/app/modules/dialog/dialog.module.d.ts +0 -9
  55. package/app/modules/dropdown/dropdown.module.d.ts +0 -9
  56. package/app/modules/endpoint-state/components/endpoint-state.component.d.ts +0 -46
  57. package/app/modules/endpoint-state/endpoint-state.module.d.ts +0 -8
  58. package/app/modules/icons/particle-icons.module.d.ts +0 -13
  59. package/app/modules/idle-timeout/particle-idle-timeout.module.d.ts +0 -9
  60. package/app/modules/input-mask/input-mask.module.d.ts +0 -8
  61. package/app/modules/keyfilter/keyfilter.module.d.ts +0 -8
  62. package/app/modules/layout/components/layout-full-framing/layout-full-framing.component.d.ts +0 -27
  63. package/app/modules/layout/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.d.ts +0 -23
  64. package/app/modules/layout/layout.module.d.ts +0 -10
  65. package/app/modules/loader/loader.module.d.ts +0 -8
  66. package/app/modules/multi-select/multi-select.module.d.ts +0 -8
  67. package/app/modules/notification/notification.module.d.ts +0 -8
  68. package/app/modules/ordinal-number-pipe/ordinal-number-pipe.module.d.ts +0 -8
  69. package/app/modules/paginator/pagination-event.model.d.ts +0 -24
  70. package/app/modules/paginator/particle-paginator.module.d.ts +0 -13
  71. package/app/modules/popover/popover.module.d.ts +0 -9
  72. package/app/modules/profile-pic/particle-profile-pic.module.d.ts +0 -9
  73. package/app/modules/progress-bar/progress-bar.component.d.ts +0 -16
  74. package/app/modules/progress-bar/progress-bar.module.d.ts +0 -8
  75. package/app/modules/push-container/particle-push-container.module.d.ts +0 -9
  76. package/app/modules/push-container/push-container-state.model.d.ts +0 -7
  77. package/app/modules/push-container/push-container.component.d.ts +0 -137
  78. package/app/modules/rich-text/particle-rich-text.module.d.ts +0 -15
  79. package/app/modules/rich-text/render-rich-text.component.d.ts +0 -6
  80. package/app/modules/scroll-to-top/particle-scroll-to-top.module.d.ts +0 -8
  81. package/app/modules/scroll-to-top/scroll-to-top.component.d.ts +0 -19
  82. package/app/modules/slideover/particle-slideover.module.d.ts +0 -8
  83. package/app/modules/slideover/slideover.component.d.ts +0 -35
  84. package/app/modules/slider/slider.module.d.ts +0 -9
  85. package/app/modules/theming/components/theming.component.d.ts +0 -43
  86. package/app/modules/theming/theming.module.d.ts +0 -12
  87. package/app/modules/toggle-switch/toggle-switch.module.d.ts +0 -8
  88. package/app/modules/tooltip/tooltip.module.d.ts +0 -8
  89. package/app/modules/week-picker/week-picker.module.d.ts +0 -13
  90. package/app/shared/enums/endpoint-status.enum.d.ts +0 -9
  91. package/esm2022/app/modules/accordion/accordion.component.mjs +0 -101
  92. package/esm2022/app/modules/accordion/accordion.module.mjs +0 -37
  93. package/esm2022/app/modules/accordion/directives/accordion-content.directive.mjs +0 -17
  94. package/esm2022/app/modules/accordion/directives/accordion-header.directive.mjs +0 -17
  95. package/esm2022/app/modules/accordion/directives/accordion-item.directive.mjs +0 -36
  96. package/esm2022/app/modules/background-carousel/background-carousel.directive.mjs +0 -91
  97. package/esm2022/app/modules/background-carousel/carousel-options.model.mjs +0 -36
  98. package/esm2022/app/modules/background-carousel/particle-background-carousel.module.mjs +0 -24
  99. package/esm2022/app/modules/checkbox/checkbox.component.mjs +0 -108
  100. package/esm2022/app/modules/checkbox/checkbox.module.mjs +0 -28
  101. package/esm2022/app/modules/color-picker/color-picker.component.mjs +0 -306
  102. package/esm2022/app/modules/color-picker/color-picker.module.mjs +0 -19
  103. package/esm2022/app/modules/date-picker/components/calendar/calendar.component.mjs +0 -496
  104. package/esm2022/app/modules/date-picker/components/date-range-picker/date-range-picker.component.mjs +0 -250
  105. package/esm2022/app/modules/date-picker/date-picker.component.mjs +0 -538
  106. package/esm2022/app/modules/date-picker/date-picker.module.mjs +0 -56
  107. package/esm2022/app/modules/dialog/dialog.component.mjs +0 -177
  108. package/esm2022/app/modules/dialog/dialog.module.mjs +0 -28
  109. package/esm2022/app/modules/dropdown/dropdown.component.mjs +0 -682
  110. package/esm2022/app/modules/dropdown/dropdown.module.mjs +0 -28
  111. package/esm2022/app/modules/dropdown/models/dropdown-option-group.model.mjs +0 -2
  112. package/esm2022/app/modules/dropdown/models/dropdown-option.model.mjs +0 -2
  113. package/esm2022/app/modules/endpoint-state/components/endpoint-state.component.mjs +0 -75
  114. package/esm2022/app/modules/endpoint-state/endpoint-state.module.mjs +0 -22
  115. package/esm2022/app/modules/icons/components/icon-select.component.mjs +0 -376
  116. package/esm2022/app/modules/icons/models/fontawesome-icons-brands.model.mjs +0 -471
  117. package/esm2022/app/modules/icons/models/fontawesome-icons-regular.model.mjs +0 -166
  118. package/esm2022/app/modules/icons/models/fontawesome-icons-solid.model.mjs +0 -1016
  119. package/esm2022/app/modules/icons/models/particle-icons-brands.model.mjs +0 -24
  120. package/esm2022/app/modules/icons/models/particle-icons-regular.model.mjs +0 -50
  121. package/esm2022/app/modules/icons/models/particle-icons-solid.model.mjs +0 -89
  122. package/esm2022/app/modules/icons/particle-icons.module.mjs +0 -66
  123. package/esm2022/app/modules/icons/services/icons.service.mjs +0 -82
  124. package/esm2022/app/modules/idle-timeout/idle-timeout.component.mjs +0 -85
  125. package/esm2022/app/modules/idle-timeout/idle-timer.mjs +0 -66
  126. package/esm2022/app/modules/idle-timeout/particle-idle-timeout.module.mjs +0 -28
  127. package/esm2022/app/modules/input-mask/input-mask.component.mjs +0 -594
  128. package/esm2022/app/modules/input-mask/input-mask.module.mjs +0 -18
  129. package/esm2022/app/modules/keyfilter/keyfilter.directive.mjs +0 -174
  130. package/esm2022/app/modules/keyfilter/keyfilter.module.mjs +0 -18
  131. package/esm2022/app/modules/layout/components/layout-full-framing/layout-full-framing.component.mjs +0 -81
  132. package/esm2022/app/modules/layout/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.mjs +0 -67
  133. package/esm2022/app/modules/layout/layout.module.mjs +0 -33
  134. package/esm2022/app/modules/loader/components/loader.component.mjs +0 -30
  135. package/esm2022/app/modules/loader/loader.module.mjs +0 -24
  136. package/esm2022/app/modules/multi-select/models/multi-select-option-group.model.mjs +0 -2
  137. package/esm2022/app/modules/multi-select/models/multi-select-option.model.mjs +0 -2
  138. package/esm2022/app/modules/multi-select/multi-select.component.mjs +0 -665
  139. package/esm2022/app/modules/multi-select/multi-select.module.mjs +0 -18
  140. package/esm2022/app/modules/notification/models/notification.model.mjs +0 -2
  141. package/esm2022/app/modules/notification/notification.component.mjs +0 -122
  142. package/esm2022/app/modules/notification/notification.module.mjs +0 -18
  143. package/esm2022/app/modules/notification/services/notification.service.mjs +0 -84
  144. package/esm2022/app/modules/ordinal-number-pipe/ordinal-number-pipe.module.mjs +0 -20
  145. package/esm2022/app/modules/ordinal-number-pipe/ordinal-number.pipe.mjs +0 -49
  146. package/esm2022/app/modules/paginator/pagination-event.model.mjs +0 -29
  147. package/esm2022/app/modules/paginator/paginator.component.mjs +0 -207
  148. package/esm2022/app/modules/paginator/particle-paginator.module.mjs +0 -48
  149. package/esm2022/app/modules/popover/popover.component.mjs +0 -352
  150. package/esm2022/app/modules/popover/popover.module.mjs +0 -24
  151. package/esm2022/app/modules/profile-pic/particle-profile-pic.module.mjs +0 -28
  152. package/esm2022/app/modules/profile-pic/profile-pic.component.mjs +0 -75
  153. package/esm2022/app/modules/progress-bar/progress-bar.component.mjs +0 -43
  154. package/esm2022/app/modules/progress-bar/progress-bar.module.mjs +0 -24
  155. package/esm2022/app/modules/push-container/particle-push-container.module.mjs +0 -26
  156. package/esm2022/app/modules/push-container/push-container-state.model.mjs +0 -2
  157. package/esm2022/app/modules/push-container/push-container.component.mjs +0 -363
  158. package/esm2022/app/modules/rich-text/particle-rich-text.module.mjs +0 -64
  159. package/esm2022/app/modules/rich-text/render-rich-text.component.mjs +0 -18
  160. package/esm2022/app/modules/rich-text/rich-text-capabilities.model.mjs +0 -2
  161. package/esm2022/app/modules/rich-text/rich-text.component.mjs +0 -209
  162. package/esm2022/app/modules/scroll-to-top/particle-scroll-to-top.module.mjs +0 -24
  163. package/esm2022/app/modules/scroll-to-top/scroll-to-top.component.mjs +0 -49
  164. package/esm2022/app/modules/slideover/particle-slideover.module.mjs +0 -24
  165. package/esm2022/app/modules/slideover/slideover.component.mjs +0 -115
  166. package/esm2022/app/modules/slider/slider.component.mjs +0 -243
  167. package/esm2022/app/modules/slider/slider.module.mjs +0 -26
  168. package/esm2022/app/modules/theming/components/theming.component.mjs +0 -86
  169. package/esm2022/app/modules/theming/models/theme.model.mjs +0 -9
  170. package/esm2022/app/modules/theming/services/theme-change-detection.service.mjs +0 -38
  171. package/esm2022/app/modules/theming/services/theming.service.mjs +0 -510
  172. package/esm2022/app/modules/theming/theming.module.mjs +0 -55
  173. package/esm2022/app/modules/toggle-switch/models/toggle-options.model.mjs +0 -2
  174. package/esm2022/app/modules/toggle-switch/toggle-switch.component.mjs +0 -107
  175. package/esm2022/app/modules/toggle-switch/toggle-switch.module.mjs +0 -24
  176. package/esm2022/app/modules/tooltip/tooltip.directive.mjs +0 -381
  177. package/esm2022/app/modules/tooltip/tooltip.module.mjs +0 -18
  178. package/esm2022/app/modules/week-picker/week-picker.component.mjs +0 -511
  179. package/esm2022/app/modules/week-picker/week-picker.module.mjs +0 -40
  180. package/esm2022/app/shared/enums/endpoint-status.enum.mjs +0 -11
  181. package/esm2022/app/shared/interceptors/json.interceptor.mjs +0 -23
  182. package/esm2022/app/shared/models/auditable.model.mjs +0 -2
  183. package/esm2022/app/shared/models/data-list.model.mjs +0 -2
  184. package/esm2022/app/shared/models/id.model.mjs +0 -2
  185. package/esm2022/app/shared/models/observable-container.mjs +0 -15
  186. package/esm2022/app/shared/models/particle-component-text.model.mjs +0 -2
  187. package/esm2022/app/shared/services/base-data.service.mjs +0 -190
  188. package/esm2022/app/shared/services/dialog.service.mjs +0 -50
  189. package/esm2022/app/shared/services/local-storage.service.mjs +0 -60
  190. package/esm2022/entake-particle.mjs +0 -5
  191. package/esm2022/public_api.mjs +0 -98
  192. /package/app/{modules/dropdown → shared}/models/dropdown-option-group.model.d.ts +0 -0
  193. /package/app/{modules/dropdown → shared}/models/dropdown-option.model.d.ts +0 -0
  194. /package/app/{modules/icons → shared}/models/fontawesome-icons-brands.model.d.ts +0 -0
  195. /package/app/{modules/icons → shared}/models/fontawesome-icons-regular.model.d.ts +0 -0
  196. /package/app/{modules/icons → shared}/models/fontawesome-icons-solid.model.d.ts +0 -0
  197. /package/app/{modules/multi-select → shared}/models/multi-select-option-group.model.d.ts +0 -0
  198. /package/app/{modules/multi-select → shared}/models/multi-select-option.model.d.ts +0 -0
  199. /package/app/{modules/notification → shared}/models/notification.model.d.ts +0 -0
  200. /package/app/{modules/icons → shared}/models/particle-icons-brands.model.d.ts +0 -0
  201. /package/app/{modules/icons → shared}/models/particle-icons-regular.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;
@@ -73,20 +63,12 @@ export interface DateRangePickerText {
73
63
  }
74
64
  export interface DialogText {
75
65
  close: string;
66
+ maximize: string;
67
+ minimize: string;
76
68
  }
77
69
  export interface DropdownText {
78
70
  placeholder: string;
79
71
  }
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
72
  export interface IconSelectText {
91
73
  selectAnIcon: string;
92
74
  seeAllIcons: string;
@@ -142,10 +124,6 @@ export interface PaginatorText {
142
124
  of: string;
143
125
  results: string;
144
126
  }
145
- export interface PushContainerText {
146
- close: string;
147
- expand: string;
148
- }
149
127
  export interface RichTextEditorText {
150
128
  heading1: string;
151
129
  heading2: string;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export declare class ParticleIconsSolid {
5
5
  /**
6
- * pts fa-divider
6
+ * fas fa-divider
7
7
  */
8
8
  static ptsDivider: {
9
9
  prefix: string;
@@ -11,7 +11,7 @@ export declare class ParticleIconsSolid {
11
11
  icon: (string | number | any[])[];
12
12
  };
13
13
  /**
14
- * pts fa-multi-select
14
+ * fas fa-multi-select
15
15
  */
16
16
  static ptsMultiSelect: {
17
17
  prefix: string;
@@ -19,7 +19,7 @@ export declare class ParticleIconsSolid {
19
19
  icon: (string | number | any[])[];
20
20
  };
21
21
  /**
22
- * pts fa-phone
22
+ * fas fa-phone
23
23
  */
24
24
  static ptsPhone: {
25
25
  prefix: string;
@@ -27,7 +27,7 @@ export declare class ParticleIconsSolid {
27
27
  icon: (string | number | any[])[];
28
28
  };
29
29
  /**
30
- * pts fa-physical-address
30
+ * fas fa-physical-address
31
31
  */
32
32
  static ptsPhysicalAddress: {
33
33
  prefix: string;
@@ -35,7 +35,7 @@ export declare class ParticleIconsSolid {
35
35
  icon: (string | number | any[])[];
36
36
  };
37
37
  /**
38
- * pts fa-radio-buttons
38
+ * fas fa-radio-buttons
39
39
  */
40
40
  static ptsRadioButtons: {
41
41
  prefix: string;
@@ -43,7 +43,7 @@ export declare class ParticleIconsSolid {
43
43
  icon: (string | number | any[])[];
44
44
  };
45
45
  /**
46
- * pts fa-routing-number
46
+ * fas fa-routing-number
47
47
  */
48
48
  static ptsRoutingNumber: {
49
49
  prefix: 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
  */