@entake/particle 19.1.3 → 20.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.
- package/fesm2022/entake-particle.mjs +267 -264
- package/fesm2022/entake-particle.mjs.map +1 -1
- package/index.d.ts +3850 -3
- package/package.json +14 -14
- package/particle.css +1 -1
- package/app/shared/components/accordion/accordion.component.d.ts +0 -26
- package/app/shared/components/calendar/calendar.component.d.ts +0 -206
- package/app/shared/components/checkbox/checkbox.component.d.ts +0 -41
- package/app/shared/components/color-picker/color-picker.component.d.ts +0 -143
- package/app/shared/components/date-picker/date-picker.component.d.ts +0 -253
- package/app/shared/components/date-range-picker/date-range-picker.component.d.ts +0 -94
- package/app/shared/components/dialog/dialog.component.d.ts +0 -79
- package/app/shared/components/dropdown/dropdown.component.d.ts +0 -290
- package/app/shared/components/icon-select/icon-select.component.d.ts +0 -226
- package/app/shared/components/idle-timeout/idle-timeout.component.d.ts +0 -34
- package/app/shared/components/input-mask/input-mask.component.d.ts +0 -85
- package/app/shared/components/layout-full-framing/layout-full-framing.component.d.ts +0 -27
- package/app/shared/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.d.ts +0 -23
- package/app/shared/components/loader/loader.component.d.ts +0 -11
- package/app/shared/components/multi-select/multi-select.component.d.ts +0 -273
- package/app/shared/components/notification/notification.component.d.ts +0 -38
- package/app/shared/components/paginator/paginator.component.d.ts +0 -112
- package/app/shared/components/popover/popover.component.d.ts +0 -135
- package/app/shared/components/profile-pic/profile-pic.component.d.ts +0 -33
- package/app/shared/components/progress-bar/progress-bar.component.d.ts +0 -15
- package/app/shared/components/radio-buttons/radio-buttons.component.d.ts +0 -36
- package/app/shared/components/rich-text/rich-text.component.d.ts +0 -50
- package/app/shared/components/scroll-to-top/scroll-to-top.component.d.ts +0 -18
- package/app/shared/components/slideover/slideover.component.d.ts +0 -35
- package/app/shared/components/slider/slider.component.d.ts +0 -129
- package/app/shared/components/toggle-switch/toggle-switch.component.d.ts +0 -41
- package/app/shared/components/week-picker/week-picker.component.d.ts +0 -288
- package/app/shared/directives/accordion-content.directive.d.ts +0 -7
- package/app/shared/directives/accordion-header.directive.d.ts +0 -7
- package/app/shared/directives/accordion-item.directive.d.ts +0 -13
- package/app/shared/directives/background-carousel.directive.d.ts +0 -42
- package/app/shared/directives/keyfilter.directive.d.ts +0 -60
- package/app/shared/directives/tooltip.directive.d.ts +0 -151
- package/app/shared/interceptors/json.interceptor.d.ts +0 -17
- package/app/shared/models/auditable.model.d.ts +0 -21
- package/app/shared/models/carousel-options.model.d.ts +0 -21
- package/app/shared/models/data-list.model.d.ts +0 -9
- package/app/shared/models/dropdown-option-group.model.d.ts +0 -16
- package/app/shared/models/dropdown-option.model.d.ts +0 -25
- package/app/shared/models/fontawesome-icons-brands.model.d.ts +0 -13
- package/app/shared/models/fontawesome-icons-regular.model.d.ts +0 -13
- package/app/shared/models/fontawesome-icons-solid.model.d.ts +0 -13
- package/app/shared/models/id.model.d.ts +0 -9
- package/app/shared/models/multi-select-option-group.model.d.ts +0 -16
- package/app/shared/models/multi-select-option.model.d.ts +0 -25
- package/app/shared/models/notification.model.d.ts +0 -21
- package/app/shared/models/observable-container.d.ts +0 -8
- package/app/shared/models/pagination-event.model.d.ts +0 -8
- package/app/shared/models/particle-component-text.model.d.ts +0 -191
- package/app/shared/models/particle-icons-brands.model.d.ts +0 -21
- package/app/shared/models/particle-icons-regular.model.d.ts +0 -37
- package/app/shared/models/particle-icons-solid.model.d.ts +0 -61
- package/app/shared/models/rich-text-capabilities.model.d.ts +0 -8
- package/app/shared/models/theme.model.d.ts +0 -88
- package/app/shared/models/toggle-options.model.d.ts +0 -11
- package/app/shared/modules/icons/particle-icons.module.d.ts +0 -7
- package/app/shared/pipes/ordinal-number.pipe.d.ts +0 -15
- package/app/shared/services/base-data.service.d.ts +0 -130
- package/app/shared/services/dialog.service.d.ts +0 -10
- package/app/shared/services/icons.service.d.ts +0 -40
- package/app/shared/services/idle-timer.d.ts +0 -14
- package/app/shared/services/local-storage.service.d.ts +0 -41
- package/app/shared/services/notification.service.d.ts +0 -50
- package/app/shared/services/theme-change-detection.service.d.ts +0 -26
- package/app/shared/services/theming.service.d.ts +0 -123
- package/public_api.d.ts +0 -63
package/app/shared/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { SlideoverComponent } from '../slideover/slideover.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LayoutFullwidthSidebarComponent {
|
|
5
|
-
readonly mainContent: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
6
|
-
readonly rightSidebar: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
7
|
-
readonly mainContentContainerClassList: import("@angular/core").InputSignal<string>;
|
|
8
|
-
readonly rightSidebarContainerClassList: import("@angular/core").InputSignal<string>;
|
|
9
|
-
readonly rightSidebarSticky: import("@angular/core").InputSignal<boolean>;
|
|
10
|
-
readonly headerHeight: import("@angular/core").InputSignal<string>;
|
|
11
|
-
readonly footerHeight: import("@angular/core").InputSignal<string>;
|
|
12
|
-
readonly rightSidebarWidth: import("@angular/core").InputSignal<string>;
|
|
13
|
-
readonly breakpoint: import("@angular/core").InputSignal<number>;
|
|
14
|
-
readonly rightSidebarCollapsedTabOffset: import("@angular/core").InputSignal<number>;
|
|
15
|
-
readonly collapsedClassList: import("@angular/core").InputSignal<string>;
|
|
16
|
-
readonly mobileSidebarEnabled: import("@angular/core").InputSignal<boolean>;
|
|
17
|
-
slideover: SlideoverComponent;
|
|
18
|
-
onResize(event: any): void;
|
|
19
|
-
protected readonly window: Window & typeof globalThis;
|
|
20
|
-
get stickySidebarHeight(): string;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutFullwidthSidebarComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutFullwidthSidebarComponent, "particle-layout-fullwidth-sidebar", never, { "mainContent": { "alias": "mainContent"; "required": false; "isSignal": true; }; "rightSidebar": { "alias": "rightSidebar"; "required": false; "isSignal": true; }; "mainContentContainerClassList": { "alias": "mainContentContainerClassList"; "required": false; "isSignal": true; }; "rightSidebarContainerClassList": { "alias": "rightSidebarContainerClassList"; "required": false; "isSignal": true; }; "rightSidebarSticky": { "alias": "rightSidebarSticky"; "required": false; "isSignal": true; }; "headerHeight": { "alias": "headerHeight"; "required": false; "isSignal": true; }; "footerHeight": { "alias": "footerHeight"; "required": false; "isSignal": true; }; "rightSidebarWidth": { "alias": "rightSidebarWidth"; "required": false; "isSignal": true; }; "breakpoint": { "alias": "breakpoint"; "required": false; "isSignal": true; }; "rightSidebarCollapsedTabOffset": { "alias": "rightSidebarCollapsedTabOffset"; "required": false; "isSignal": true; }; "collapsedClassList": { "alias": "collapsedClassList"; "required": false; "isSignal": true; }; "mobileSidebarEnabled": { "alias": "mobileSidebarEnabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { LoaderText } from '../../models/particle-component-text.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LoaderComponent {
|
|
4
|
-
text: LoaderText;
|
|
5
|
-
disableText: boolean;
|
|
6
|
-
protected backgroundStyle: string | undefined;
|
|
7
|
-
private _colors;
|
|
8
|
-
set colors(colors: Array<string>);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "particle-loader", never, { "text": { "alias": "text"; "required": false; }; "disableText": { "alias": "disableText"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,273 +0,0 @@
|
|
|
1
|
-
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import { ElementRef, QueryList, TemplateRef } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
|
-
import { MultiSelectOption } from '../../models/multi-select-option.model';
|
|
6
|
-
import { MultiSelectOptionGroup } from '../../models/multi-select-option-group.model';
|
|
7
|
-
import { MultiSelectText } from '../../models/particle-component-text.model';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* Type representing the multi-select component option input
|
|
11
|
-
*/
|
|
12
|
-
declare type MultiSelectOptionInput = Array<MultiSelectOption | MultiSelectOptionGroup>;
|
|
13
|
-
/**
|
|
14
|
-
* Multi-select component
|
|
15
|
-
*/
|
|
16
|
-
export declare class MultiSelectComponent implements ControlValueAccessor {
|
|
17
|
-
private renderer;
|
|
18
|
-
private changeDetectorRef;
|
|
19
|
-
/**
|
|
20
|
-
* Set the value of the multi-select
|
|
21
|
-
* @param value the value to set
|
|
22
|
-
*/
|
|
23
|
-
set value(value: Array<string | number>);
|
|
24
|
-
get value(): Array<any>;
|
|
25
|
-
/**
|
|
26
|
-
* The multi-select options/option groups
|
|
27
|
-
*/
|
|
28
|
-
set options(options: MultiSelectOptionInput);
|
|
29
|
-
/**
|
|
30
|
-
* The amount of offset (in pixels) to place between the multi-select
|
|
31
|
-
* and its list overlay
|
|
32
|
-
* @private
|
|
33
|
-
*/
|
|
34
|
-
private static readonly LIST_OFFSET;
|
|
35
|
-
/**
|
|
36
|
-
* List of arrow key keycodes
|
|
37
|
-
* @private
|
|
38
|
-
*/
|
|
39
|
-
private static readonly ARROW_KEYS;
|
|
40
|
-
/**
|
|
41
|
-
* ViewChild of the multi-select
|
|
42
|
-
*/
|
|
43
|
-
multiSelect: ElementRef<HTMLDivElement>;
|
|
44
|
-
/**
|
|
45
|
-
* ViewChild of the multi-select button
|
|
46
|
-
*/
|
|
47
|
-
multiSelectButton: ElementRef<HTMLButtonElement>;
|
|
48
|
-
/**
|
|
49
|
-
* ViewChild of the multi-select list
|
|
50
|
-
*/
|
|
51
|
-
multiSelectList: ElementRef<HTMLDivElement>;
|
|
52
|
-
/**
|
|
53
|
-
* QueryList of multi-select option ViewChildren
|
|
54
|
-
*/
|
|
55
|
-
multiSelectOptions: QueryList<ElementRef<HTMLButtonElement>>;
|
|
56
|
-
/**
|
|
57
|
-
* ContentChild of the multi-select option template
|
|
58
|
-
*/
|
|
59
|
-
template: TemplateRef<HTMLElement>;
|
|
60
|
-
/**
|
|
61
|
-
* Whether the multi-select should be disabled
|
|
62
|
-
*/
|
|
63
|
-
disabled: import("@angular/core").ModelSignal<boolean>;
|
|
64
|
-
/**
|
|
65
|
-
* Class list to assign to the multi-select
|
|
66
|
-
*/
|
|
67
|
-
readonly classList: import("@angular/core").InputSignal<string>;
|
|
68
|
-
readonly buttonClassList: import("@angular/core").InputSignal<string>;
|
|
69
|
-
readonly entryClassList: import("@angular/core").InputSignal<string>;
|
|
70
|
-
readonly text: import("@angular/core").InputSignal<MultiSelectText>;
|
|
71
|
-
/**
|
|
72
|
-
* Style of the multi-select
|
|
73
|
-
*/
|
|
74
|
-
readonly type: import("@angular/core").InputSignal<"input" | "expanded">;
|
|
75
|
-
readonly maxExpandedEntries: import("@angular/core").InputSignal<number>;
|
|
76
|
-
readonly expandedAsGrid: import("@angular/core").InputSignal<boolean>;
|
|
77
|
-
readonly collapsedButtonTemplate: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
78
|
-
/**
|
|
79
|
-
* Event emitted on value change, emits the new value
|
|
80
|
-
*/
|
|
81
|
-
readonly changed: import("@angular/core").OutputEmitterRef<(string | number)[]>;
|
|
82
|
-
/**
|
|
83
|
-
* BehaviorSubject tracking the input multi-select options/option groups
|
|
84
|
-
*/
|
|
85
|
-
readonly _options: BehaviorSubject<MultiSelectOptionInput>;
|
|
86
|
-
/**
|
|
87
|
-
* BehaviorSubject tracking the current value of the multi-select
|
|
88
|
-
*/
|
|
89
|
-
readonly _internalValue: BehaviorSubject<(string | number)[]>;
|
|
90
|
-
/**
|
|
91
|
-
* Observable map of option value (stringified if a number) to data context
|
|
92
|
-
*/
|
|
93
|
-
readonly dataContextMap$: Observable<Record<string, Record<string, unknown>>>;
|
|
94
|
-
/**
|
|
95
|
-
* Observable map of stringified option value to boolean indicating the user's selections
|
|
96
|
-
*/
|
|
97
|
-
readonly selectionValueMap$: Observable<Record<string, boolean>>;
|
|
98
|
-
/**
|
|
99
|
-
* The count of selected options as an Observable
|
|
100
|
-
*/
|
|
101
|
-
readonly selectionCount$: Observable<number>;
|
|
102
|
-
/**
|
|
103
|
-
* Unique ID to assign to the multiSelect
|
|
104
|
-
*/
|
|
105
|
-
readonly multiSelectId: any;
|
|
106
|
-
/**
|
|
107
|
-
* Whether to render the multi-select list
|
|
108
|
-
*/
|
|
109
|
-
render: boolean;
|
|
110
|
-
/**
|
|
111
|
-
* Whether the multi-select is open
|
|
112
|
-
*/
|
|
113
|
-
opened: boolean;
|
|
114
|
-
/**
|
|
115
|
-
* The index of the focused option in the multiSelect list
|
|
116
|
-
*/
|
|
117
|
-
selectionIndex: number;
|
|
118
|
-
optionCount: number;
|
|
119
|
-
/**
|
|
120
|
-
* The current value of the multiSelect
|
|
121
|
-
* @private
|
|
122
|
-
*/
|
|
123
|
-
private _value;
|
|
124
|
-
/**
|
|
125
|
-
* Removes options that do not have both a label and a value,
|
|
126
|
-
* also removes empty groups (or groups that have no valid options)
|
|
127
|
-
* @param options the options to sanitize
|
|
128
|
-
* @private
|
|
129
|
-
*/
|
|
130
|
-
private static sanitizeOptionInput;
|
|
131
|
-
/**
|
|
132
|
-
* Add option label to data context if not present. If $implicit
|
|
133
|
-
* value is not present, it will be added with the label as its value.
|
|
134
|
-
* If $implicit is already present, it will add a label key to the context
|
|
135
|
-
* @param label the option label
|
|
136
|
-
* @param dataContext the option data context
|
|
137
|
-
* @private
|
|
138
|
-
*/
|
|
139
|
-
private static addLabelToDataContext;
|
|
140
|
-
/**
|
|
141
|
-
* Function to call on change
|
|
142
|
-
*/
|
|
143
|
-
onChange: (value: any) => void;
|
|
144
|
-
/**
|
|
145
|
-
* Function to call on touch
|
|
146
|
-
*/
|
|
147
|
-
onTouched: () => any;
|
|
148
|
-
/**
|
|
149
|
-
* Dependency injection site
|
|
150
|
-
* @param renderer the Angular renderer
|
|
151
|
-
* @param changeDetectorRef reference to the Angular change detector
|
|
152
|
-
*/
|
|
153
|
-
constructor();
|
|
154
|
-
/**
|
|
155
|
-
* Write value
|
|
156
|
-
* @param value the value to write
|
|
157
|
-
*/
|
|
158
|
-
writeValue(value: Array<string | number>): void;
|
|
159
|
-
/**
|
|
160
|
-
* Register function on change
|
|
161
|
-
* @param fn the function to register
|
|
162
|
-
*/
|
|
163
|
-
registerOnChange(fn: any): void;
|
|
164
|
-
/**
|
|
165
|
-
* Register function on touch
|
|
166
|
-
* @param fn the function to register
|
|
167
|
-
*/
|
|
168
|
-
registerOnTouched(fn: any): void;
|
|
169
|
-
/**
|
|
170
|
-
* Set the disabled state
|
|
171
|
-
* @param isDisabled disabled or not
|
|
172
|
-
*/
|
|
173
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
174
|
-
/**
|
|
175
|
-
* Reposition and resize the multiSelect on window resize
|
|
176
|
-
*/
|
|
177
|
-
onWindowResize(): void;
|
|
178
|
-
/**
|
|
179
|
-
* Prevent default behavior for arrow key keydown event
|
|
180
|
-
* @param event the keydown KeyboardEvent
|
|
181
|
-
*/
|
|
182
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
183
|
-
/**
|
|
184
|
-
* Close the multi-select list on tab and handle arrow key navigation
|
|
185
|
-
* @param event the keyup KeyboardEvent
|
|
186
|
-
*/
|
|
187
|
-
onKeyUp(event: KeyboardEvent): void;
|
|
188
|
-
/**
|
|
189
|
-
* Close the multi-select list (if opened) on click if outside the list
|
|
190
|
-
* @param event the click MouseEvent
|
|
191
|
-
*/
|
|
192
|
-
onClick(event: MouseEvent): void;
|
|
193
|
-
/**
|
|
194
|
-
* Close multi-select on escape keyup and focus on multi-select button
|
|
195
|
-
* @param event the keyup KeyboardEvent
|
|
196
|
-
*/
|
|
197
|
-
onEscapeKeyUp(event: Event): void;
|
|
198
|
-
/**
|
|
199
|
-
* Set focus to multi-select option on mouse enter and update selected index
|
|
200
|
-
* @param option the multiSelect option to focus
|
|
201
|
-
* @param index the index of the option to focus
|
|
202
|
-
*/
|
|
203
|
-
onMultiSelectOptionMouseEnter(option: HTMLButtonElement, index: number): void;
|
|
204
|
-
/**
|
|
205
|
-
* Set focus to multi-select option on mouse move and update selected index
|
|
206
|
-
* @param option the multiSelect option to focus
|
|
207
|
-
* @param index the index of the option to focus
|
|
208
|
-
*/
|
|
209
|
-
onMultiSelectOptionMouseMove(option: HTMLButtonElement, index: number): void;
|
|
210
|
-
/**
|
|
211
|
-
* Write value and close multi-select on option select
|
|
212
|
-
* @param value the value to write
|
|
213
|
-
* @param disabled whether or not the selected option is disabled
|
|
214
|
-
*/
|
|
215
|
-
onMultiSelectOptionSelect(value: string | number, disabled: boolean): void;
|
|
216
|
-
/**
|
|
217
|
-
* Open the multi-select list and align it
|
|
218
|
-
* @param event the click MouseEvent
|
|
219
|
-
*/
|
|
220
|
-
openMultiSelect(event: MouseEvent): void;
|
|
221
|
-
/**
|
|
222
|
-
* Close the multiSelect list
|
|
223
|
-
*/
|
|
224
|
-
closeMultiSelect(): void;
|
|
225
|
-
/**
|
|
226
|
-
* Position and resize the multi-select list on animation start if toState is open
|
|
227
|
-
* @param event the Angular AnimationEvent
|
|
228
|
-
*/
|
|
229
|
-
onAnimationStart(event: AnimationEvent): void;
|
|
230
|
-
/**
|
|
231
|
-
* Stop rendering the multi-select list on animation done if toState is close
|
|
232
|
-
* @param event the Angular AnimationEvent
|
|
233
|
-
*/
|
|
234
|
-
onAnimationDone(event: AnimationEvent): void;
|
|
235
|
-
/**
|
|
236
|
-
* If the input value is already in the value array, remove it. Otherwise add it
|
|
237
|
-
* @param value the selected value
|
|
238
|
-
* @private
|
|
239
|
-
*/
|
|
240
|
-
private handleMultiSelectOptionSelect;
|
|
241
|
-
/**
|
|
242
|
-
* Align the multi-select list with the multiSelect
|
|
243
|
-
* @private
|
|
244
|
-
*/
|
|
245
|
-
private positionMultiSelectList;
|
|
246
|
-
/**
|
|
247
|
-
* Match the multi-select list width to the multi-select's width
|
|
248
|
-
* @private
|
|
249
|
-
*/
|
|
250
|
-
private resizeMultiSelectList;
|
|
251
|
-
/**
|
|
252
|
-
* Handle arrow keyup event
|
|
253
|
-
* @param key the arrow key
|
|
254
|
-
*/
|
|
255
|
-
private onArrowKeyUp;
|
|
256
|
-
/**
|
|
257
|
-
* Get the next enabled multi-select option (relative to the current selection index).
|
|
258
|
-
* If the currently selected option is the final available option, it is
|
|
259
|
-
* returned. If no selection has been made, the first available option is returned
|
|
260
|
-
* @private
|
|
261
|
-
*/
|
|
262
|
-
private getNextOption;
|
|
263
|
-
/**
|
|
264
|
-
* Get the previous enabled multi-select option (relative to the current selection index).
|
|
265
|
-
* If the currently selected option is the first available option, it is
|
|
266
|
-
* returned
|
|
267
|
-
* @private
|
|
268
|
-
*/
|
|
269
|
-
private getPreviousOption;
|
|
270
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
271
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "particle-multi-select", never, { "value": { "alias": "value"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "classList": { "alias": "classList"; "required": false; "isSignal": true; }; "buttonClassList": { "alias": "buttonClassList"; "required": false; "isSignal": true; }; "entryClassList": { "alias": "entryClassList"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "maxExpandedEntries": { "alias": "maxExpandedEntries"; "required": false; "isSignal": true; }; "expandedAsGrid": { "alias": "expandedAsGrid"; "required": false; "isSignal": true; }; "collapsedButtonTemplate": { "alias": "collapsedButtonTemplate"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "changed": "changed"; }, ["template"], ["template"], true, never>;
|
|
272
|
-
}
|
|
273
|
-
export {};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NotificationText } from '../../models/particle-component-text.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Component for displaying notifications
|
|
5
|
-
*/
|
|
6
|
-
export declare class NotificationComponent {
|
|
7
|
-
private notificationService;
|
|
8
|
-
readonly text: import("@angular/core").InputSignal<NotificationText>;
|
|
9
|
-
/**
|
|
10
|
-
* Array of notifications as an Observable
|
|
11
|
-
*/
|
|
12
|
-
readonly notifications$: import("rxjs").Observable<import("@entake/particle").Notification[]>;
|
|
13
|
-
/**
|
|
14
|
-
* Map of notification severity to color class
|
|
15
|
-
*/
|
|
16
|
-
readonly severityColorMap: {
|
|
17
|
-
success: string;
|
|
18
|
-
warn: string;
|
|
19
|
-
error: string;
|
|
20
|
-
info: string;
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* Map of notification severity to icon class
|
|
24
|
-
*/
|
|
25
|
-
readonly severityIconMap: {
|
|
26
|
-
success: string;
|
|
27
|
-
warn: string;
|
|
28
|
-
error: string;
|
|
29
|
-
info: string;
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Delete a notification
|
|
33
|
-
* @param id the ID of the notification to delete
|
|
34
|
-
*/
|
|
35
|
-
deleteNotification(id: string): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "particle-notification", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnChanges } from '@angular/core';
|
|
2
|
-
import { PaginatorText } from '../../models/particle-component-text.model';
|
|
3
|
-
import { PaginationEvent } from '../../models/pagination-event.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* A Particle paginator, because we hated the other ones on the market.
|
|
7
|
-
*/
|
|
8
|
-
export declare class PaginatorComponent implements OnChanges, AfterViewInit {
|
|
9
|
-
private _pageSize;
|
|
10
|
-
/**
|
|
11
|
-
* An array of potential page sizes.
|
|
12
|
-
*/
|
|
13
|
-
readonly pageSizeOptions: import("@angular/core").InputSignal<number[]>;
|
|
14
|
-
/**
|
|
15
|
-
* Current page size
|
|
16
|
-
*/
|
|
17
|
-
set pageSize(pageSize: number);
|
|
18
|
-
get pageSize(): number;
|
|
19
|
-
/**
|
|
20
|
-
* Total number of items
|
|
21
|
-
*/
|
|
22
|
-
readonly totalLength: import("@angular/core").InputSignal<number>;
|
|
23
|
-
readonly showPages: import("@angular/core").InputSignal<boolean>;
|
|
24
|
-
readonly showFirstLast: import("@angular/core").InputSignal<boolean>;
|
|
25
|
-
readonly showButtonLabels: import("@angular/core").InputSignal<boolean>;
|
|
26
|
-
readonly showResultsPanel: import("@angular/core").InputSignal<boolean>;
|
|
27
|
-
readonly startingPage: import("@angular/core").InputSignalWithTransform<any, number>;
|
|
28
|
-
readonly text: import("@angular/core").InputSignal<PaginatorText>;
|
|
29
|
-
/**
|
|
30
|
-
* Event Emitter for pagination or page size change.
|
|
31
|
-
*/
|
|
32
|
-
readonly paginate: import("@angular/core").OutputEmitterRef<PaginationEvent>;
|
|
33
|
-
/**
|
|
34
|
-
* Currently active page
|
|
35
|
-
*/
|
|
36
|
-
activePage: number;
|
|
37
|
-
/**
|
|
38
|
-
* For the page jump text input
|
|
39
|
-
*/
|
|
40
|
-
pageJumpInput: string;
|
|
41
|
-
/**
|
|
42
|
-
* Number of pages
|
|
43
|
-
*/
|
|
44
|
-
numberOfPages: number;
|
|
45
|
-
pageStartingValue: number;
|
|
46
|
-
pageEndingValue: number;
|
|
47
|
-
Math: Math;
|
|
48
|
-
/**
|
|
49
|
-
* Recalculate number of pages on input change
|
|
50
|
-
*/
|
|
51
|
-
ngOnChanges(): void;
|
|
52
|
-
ngAfterViewInit(): void;
|
|
53
|
-
private resetPageStartEndValues;
|
|
54
|
-
/**
|
|
55
|
-
* Goes to the first page
|
|
56
|
-
*/
|
|
57
|
-
goToFirst(): void;
|
|
58
|
-
/**
|
|
59
|
-
* Goes to the last page
|
|
60
|
-
*/
|
|
61
|
-
goToLast(): void;
|
|
62
|
-
/**
|
|
63
|
-
* Calculates the number of pages
|
|
64
|
-
*/
|
|
65
|
-
getNumberOfPages(): number;
|
|
66
|
-
private _goToPage;
|
|
67
|
-
/**
|
|
68
|
-
* Goes to a given page and emits a pagination event
|
|
69
|
-
*
|
|
70
|
-
* @param pageNumber
|
|
71
|
-
* @param inputFocus
|
|
72
|
-
*/
|
|
73
|
-
goToPage(pageNumber: number, inputFocus?: boolean): void;
|
|
74
|
-
/**
|
|
75
|
-
* Goes to a given page, but does not emit a pagination event
|
|
76
|
-
* @param pageNumber
|
|
77
|
-
* @param inputFocus
|
|
78
|
-
*/
|
|
79
|
-
setActivePage(pageNumber: number, inputFocus?: boolean): void;
|
|
80
|
-
/**
|
|
81
|
-
* Emits a pagination event with the current paginator data
|
|
82
|
-
*/
|
|
83
|
-
emitEvent(): void;
|
|
84
|
-
/**
|
|
85
|
-
* Determines whether a given page exists or not.
|
|
86
|
-
*
|
|
87
|
-
* @param pageNumber
|
|
88
|
-
*/
|
|
89
|
-
hasPage(pageNumber: number): boolean;
|
|
90
|
-
/**
|
|
91
|
-
* Gets the first value for a given page
|
|
92
|
-
*
|
|
93
|
-
* @param pageNumber
|
|
94
|
-
*/
|
|
95
|
-
getStartingValueForPage(pageNumber: number): number;
|
|
96
|
-
/**
|
|
97
|
-
* Gets the last value for a given page
|
|
98
|
-
*
|
|
99
|
-
* @param pageNumber
|
|
100
|
-
*/
|
|
101
|
-
getEndingValueForPage(pageNumber: number): number;
|
|
102
|
-
/**
|
|
103
|
-
* When a page size is changed, go back to the first page and emit a pagination event
|
|
104
|
-
*/
|
|
105
|
-
pageSizeChange(): void;
|
|
106
|
-
/**
|
|
107
|
-
* Jump to a page based on user input
|
|
108
|
-
*/
|
|
109
|
-
jumpPage(): void;
|
|
110
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
|
|
111
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "particle-paginator", never, { "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; }; "totalLength": { "alias": "totalLength"; "required": false; "isSignal": true; }; "showPages": { "alias": "showPages"; "required": false; "isSignal": true; }; "showFirstLast": { "alias": "showFirstLast"; "required": false; "isSignal": true; }; "showButtonLabels": { "alias": "showButtonLabels"; "required": false; "isSignal": true; }; "showResultsPanel": { "alias": "showResultsPanel"; "required": false; "isSignal": true; }; "startingPage": { "alias": "startingPage"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, { "paginate": "paginate"; }, never, never, true, never>;
|
|
112
|
-
}
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import { OnDestroy } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Component to display a popover with custom content
|
|
6
|
-
*/
|
|
7
|
-
export declare class PopoverComponent implements OnDestroy {
|
|
8
|
-
private renderer;
|
|
9
|
-
protected readonly window: Window & typeof globalThis;
|
|
10
|
-
/**
|
|
11
|
-
* The offset of the popover from its target (in pixels)
|
|
12
|
-
*/
|
|
13
|
-
readonly offset: import("@angular/core").InputSignal<number>;
|
|
14
|
-
/**
|
|
15
|
-
* Set the width of the popover in pixels (defaults to auto)
|
|
16
|
-
*/
|
|
17
|
-
set width(width: string);
|
|
18
|
-
get width(): string;
|
|
19
|
-
/**
|
|
20
|
-
* Set the height of the popover in pixels (defaults to auto)
|
|
21
|
-
*/
|
|
22
|
-
set height(height: string);
|
|
23
|
-
get height(): string;
|
|
24
|
-
/**
|
|
25
|
-
* A class-list to apply to the popover content
|
|
26
|
-
*/
|
|
27
|
-
readonly classList: import("@angular/core").InputSignal<string>;
|
|
28
|
-
readonly targetOverride: import("@angular/core").InputSignal<EventTarget>;
|
|
29
|
-
readonly openDirection: import("@angular/core").InputSignal<"above" | "below">;
|
|
30
|
-
readonly alignment: import("@angular/core").InputSignal<"left" | "center">;
|
|
31
|
-
readonly scaleForMobile: import("@angular/core").InputSignal<string>;
|
|
32
|
-
/**
|
|
33
|
-
* Event emitted on popover open
|
|
34
|
-
*/
|
|
35
|
-
readonly opened: import("@angular/core").OutputEmitterRef<void>;
|
|
36
|
-
/**
|
|
37
|
-
* Event emitted on popover close
|
|
38
|
-
*/
|
|
39
|
-
readonly closed: import("@angular/core").OutputEmitterRef<void>;
|
|
40
|
-
/**
|
|
41
|
-
* Whether the popover should render
|
|
42
|
-
*/
|
|
43
|
-
render: boolean;
|
|
44
|
-
/**
|
|
45
|
-
* Whether the popover is visible
|
|
46
|
-
*/
|
|
47
|
-
visible: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* The width of the popover
|
|
50
|
-
*/
|
|
51
|
-
private _width;
|
|
52
|
-
/**
|
|
53
|
-
* The height of the popover
|
|
54
|
-
*/
|
|
55
|
-
private _height;
|
|
56
|
-
/**
|
|
57
|
-
* The element to target
|
|
58
|
-
* @private
|
|
59
|
-
*/
|
|
60
|
-
private target;
|
|
61
|
-
/**
|
|
62
|
-
* The popover content container
|
|
63
|
-
* @private
|
|
64
|
-
*/
|
|
65
|
-
private container;
|
|
66
|
-
/**
|
|
67
|
-
* Array of escape keyup unlisten functions
|
|
68
|
-
* @private
|
|
69
|
-
*/
|
|
70
|
-
private escapeKeyUpUnlisteners;
|
|
71
|
-
/**
|
|
72
|
-
* Destroy component, clean up event listeners
|
|
73
|
-
*/
|
|
74
|
-
ngOnDestroy(): void;
|
|
75
|
-
/**
|
|
76
|
-
* Close popover on click
|
|
77
|
-
* @param event the click MouseEvent
|
|
78
|
-
*/
|
|
79
|
-
onClick(event: MouseEvent): void;
|
|
80
|
-
/**
|
|
81
|
-
* Re-position popover on window resize
|
|
82
|
-
*/
|
|
83
|
-
onWindowResize(): void;
|
|
84
|
-
/**
|
|
85
|
-
* Toggle the popover from open to closed or closed to open
|
|
86
|
-
* @param event the event whose target element will act as
|
|
87
|
-
* the popover target. If an event is not provided,
|
|
88
|
-
* the popover will close
|
|
89
|
-
*/
|
|
90
|
-
toggle(event?: Event): void;
|
|
91
|
-
/**
|
|
92
|
-
* Handle animation start
|
|
93
|
-
* @param event the AnimationEvent
|
|
94
|
-
*/
|
|
95
|
-
onAnimationStart(event: AnimationEvent): void;
|
|
96
|
-
/**
|
|
97
|
-
* Handle animation end
|
|
98
|
-
* @param event the AnimationEvent
|
|
99
|
-
*/
|
|
100
|
-
onAnimationDone(event: AnimationEvent): void;
|
|
101
|
-
/**
|
|
102
|
-
* Open the popover
|
|
103
|
-
* @private
|
|
104
|
-
*/
|
|
105
|
-
private open;
|
|
106
|
-
/**
|
|
107
|
-
* Close the popover
|
|
108
|
-
*/
|
|
109
|
-
close(): void;
|
|
110
|
-
/**
|
|
111
|
-
* Position the popover
|
|
112
|
-
* @private
|
|
113
|
-
*/
|
|
114
|
-
private positionPopover;
|
|
115
|
-
/**
|
|
116
|
-
* Add escape keyup listeners to all focusable elements to close
|
|
117
|
-
* the popover
|
|
118
|
-
* @private
|
|
119
|
-
*/
|
|
120
|
-
private addEventListeners;
|
|
121
|
-
/**
|
|
122
|
-
* Get all focusable child elements of the input node
|
|
123
|
-
* @param node the node to query for focusable children
|
|
124
|
-
* @param elements the found focusable elements
|
|
125
|
-
* @private
|
|
126
|
-
*/
|
|
127
|
-
private getFocusableElements;
|
|
128
|
-
/**
|
|
129
|
-
* Invoke escape keyup unlisten functions
|
|
130
|
-
* @private
|
|
131
|
-
*/
|
|
132
|
-
private removeEventListeners;
|
|
133
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
|
134
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "particle-popover", never, { "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "classList": { "alias": "classList"; "required": false; "isSignal": true; }; "targetOverride": { "alias": "targetOverride"; "required": false; "isSignal": true; }; "openDirection": { "alias": "openDirection"; "required": false; "isSignal": true; }; "alignment": { "alias": "alignment"; "required": false; "isSignal": true; }; "scaleForMobile": { "alias": "scaleForMobile"; "required": false; "isSignal": true; }; }, { "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
|
|
135
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Profile Pic display shortcut
|
|
4
|
-
*/
|
|
5
|
-
export declare class ProfilePicComponent {
|
|
6
|
-
/**
|
|
7
|
-
* Size of the profile pic circle (default to 50px)
|
|
8
|
-
*/
|
|
9
|
-
size: string;
|
|
10
|
-
/**
|
|
11
|
-
* Configurable CSS Margin
|
|
12
|
-
*/
|
|
13
|
-
margin: string;
|
|
14
|
-
/**
|
|
15
|
-
* Tooltip to explain what the picture is
|
|
16
|
-
*/
|
|
17
|
-
toolTip: string;
|
|
18
|
-
/**
|
|
19
|
-
* Disable the tooltip
|
|
20
|
-
*/
|
|
21
|
-
tooltipDisabled: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Use gravatar instead of a custom image
|
|
24
|
-
*/
|
|
25
|
-
set gravatarEmail(gravatarEmail: string);
|
|
26
|
-
/**
|
|
27
|
-
* Image URL of the profile pic
|
|
28
|
-
*/
|
|
29
|
-
set imageUrl(imageUrl: string);
|
|
30
|
-
url: string;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfilePicComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfilePicComponent, "particle-profile-pic", never, { "size": { "alias": "size"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "toolTip": { "alias": "toolTip"; "required": false; }; "tooltipDisabled": { "alias": "tooltipDisabled"; "required": false; }; "gravatarEmail": { "alias": "gravatarEmail"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ProgressBarComponent {
|
|
3
|
-
private _percentComplete;
|
|
4
|
-
set percentComplete(percentComplete: number);
|
|
5
|
-
get percentComplete(): number;
|
|
6
|
-
readonly backgroundColorClass: import("@angular/core").InputSignal<string>;
|
|
7
|
-
readonly progressColorClass: import("@angular/core").InputSignal<string>;
|
|
8
|
-
readonly showPercentComplete: import("@angular/core").InputSignal<boolean>;
|
|
9
|
-
readonly borderRadius: import("@angular/core").InputSignal<number>;
|
|
10
|
-
readonly height: import("@angular/core").InputSignal<number>;
|
|
11
|
-
readonly showBorder: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
readonly showMovement: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "particle-progress-bar", never, { "percentComplete": { "alias": "percentComplete"; "required": false; }; "backgroundColorClass": { "alias": "backgroundColorClass"; "required": false; "isSignal": true; }; "progressColorClass": { "alias": "progressColorClass"; "required": false; "isSignal": true; }; "showPercentComplete": { "alias": "showPercentComplete"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "showBorder": { "alias": "showBorder"; "required": false; "isSignal": true; }; "showMovement": { "alias": "showMovement"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|