@entake/particle 18.0.4 → 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.
- package/LICENSE +1 -1
- package/app/{modules → shared/components}/accordion/accordion.component.d.ts +3 -3
- package/app/{modules/date-picker → shared}/components/calendar/calendar.component.d.ts +7 -12
- package/app/{modules → shared/components}/checkbox/checkbox.component.d.ts +5 -7
- package/app/{modules → shared/components}/color-picker/color-picker.component.d.ts +3 -9
- package/app/{modules → shared/components}/date-picker/date-picker.component.d.ts +20 -26
- package/app/{modules/date-picker → shared}/components/date-range-picker/date-range-picker.component.d.ts +10 -11
- package/app/{modules → shared/components}/dialog/dialog.component.d.ts +14 -24
- package/app/{modules → shared/components}/dropdown/dropdown.component.d.ts +12 -14
- package/app/{modules/icons/components → shared/components/icon-select}/icon-select.component.d.ts +14 -17
- package/app/{modules → shared/components}/idle-timeout/idle-timeout.component.d.ts +3 -4
- package/app/{modules → shared/components}/input-mask/input-mask.component.d.ts +6 -7
- package/app/shared/components/layout-full-framing/layout-full-framing.component.d.ts +27 -0
- package/app/shared/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.d.ts +23 -0
- package/app/{modules/loader/components → shared/components/loader}/loader.component.d.ts +2 -2
- package/app/{modules → shared/components}/multi-select/multi-select.component.d.ts +18 -24
- package/app/{modules → shared/components}/notification/notification.component.d.ts +5 -13
- package/app/{modules → shared/components}/paginator/paginator.component.d.ts +12 -11
- package/app/{modules → shared/components}/popover/popover.component.d.ts +10 -15
- package/app/{modules → shared/components}/profile-pic/profile-pic.component.d.ts +1 -1
- package/app/shared/components/progress-bar/progress-bar.component.d.ts +15 -0
- package/app/{modules → shared/components}/rich-text/rich-text.component.d.ts +11 -12
- package/app/shared/components/scroll-to-top/scroll-to-top.component.d.ts +18 -0
- package/app/shared/components/slideover/slideover.component.d.ts +35 -0
- package/app/{modules → shared/components}/slider/slider.component.d.ts +8 -22
- package/app/{modules → shared/components}/toggle-switch/toggle-switch.component.d.ts +4 -6
- package/app/{modules → shared/components}/week-picker/week-picker.component.d.ts +21 -22
- package/app/{modules/accordion → shared}/directives/accordion-content.directive.d.ts +1 -2
- package/app/{modules/accordion → shared}/directives/accordion-header.directive.d.ts +1 -2
- package/app/{modules/accordion → shared}/directives/accordion-item.directive.d.ts +1 -1
- package/app/{modules/background-carousel → shared/directives}/background-carousel.directive.d.ts +4 -4
- package/app/{modules/keyfilter → shared/directives}/keyfilter.directive.d.ts +1 -7
- package/app/{modules/tooltip → shared/directives}/tooltip.directive.d.ts +3 -9
- package/app/shared/models/carousel-options.model.d.ts +21 -0
- package/app/shared/models/pagination-event.model.d.ts +8 -0
- package/app/shared/models/particle-component-text.model.d.ts +0 -24
- package/app/shared/modules/icons/particle-icons.module.d.ts +7 -0
- package/app/{modules/ordinal-number-pipe → shared/pipes}/ordinal-number.pipe.d.ts +1 -1
- package/app/shared/services/base-data.service.d.ts +2 -2
- package/app/shared/services/dialog.service.d.ts +1 -1
- package/app/{modules/notification → shared}/services/notification.service.d.ts +0 -4
- package/app/{modules/theming → shared}/services/theming.service.d.ts +0 -19
- package/fesm2022/entake-particle.mjs +3873 -5572
- package/fesm2022/entake-particle.mjs.map +1 -1
- package/package.json +16 -25
- package/public_api.d.ts +47 -82
- package/app/modules/accordion/accordion.module.d.ts +0 -11
- package/app/modules/background-carousel/carousel-options.model.d.ts +0 -30
- package/app/modules/background-carousel/particle-background-carousel.module.d.ts +0 -8
- package/app/modules/checkbox/checkbox.module.d.ts +0 -9
- package/app/modules/color-picker/color-picker.module.d.ts +0 -9
- package/app/modules/date-picker/date-picker.module.d.ts +0 -15
- package/app/modules/dialog/dialog.module.d.ts +0 -9
- package/app/modules/dropdown/dropdown.module.d.ts +0 -9
- package/app/modules/endpoint-state/components/endpoint-state.component.d.ts +0 -46
- package/app/modules/endpoint-state/endpoint-state.module.d.ts +0 -8
- package/app/modules/icons/particle-icons.module.d.ts +0 -13
- package/app/modules/idle-timeout/particle-idle-timeout.module.d.ts +0 -9
- package/app/modules/input-mask/input-mask.module.d.ts +0 -8
- package/app/modules/keyfilter/keyfilter.module.d.ts +0 -8
- package/app/modules/layout/components/layout-full-framing/layout-full-framing.component.d.ts +0 -27
- package/app/modules/layout/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.d.ts +0 -23
- package/app/modules/layout/layout.module.d.ts +0 -10
- package/app/modules/loader/loader.module.d.ts +0 -8
- package/app/modules/multi-select/multi-select.module.d.ts +0 -8
- package/app/modules/notification/notification.module.d.ts +0 -8
- package/app/modules/ordinal-number-pipe/ordinal-number-pipe.module.d.ts +0 -8
- package/app/modules/paginator/pagination-event.model.d.ts +0 -24
- package/app/modules/paginator/particle-paginator.module.d.ts +0 -13
- package/app/modules/popover/popover.module.d.ts +0 -9
- package/app/modules/profile-pic/particle-profile-pic.module.d.ts +0 -9
- package/app/modules/progress-bar/progress-bar.component.d.ts +0 -16
- package/app/modules/progress-bar/progress-bar.module.d.ts +0 -8
- package/app/modules/push-container/particle-push-container.module.d.ts +0 -9
- package/app/modules/push-container/push-container-state.model.d.ts +0 -7
- package/app/modules/push-container/push-container.component.d.ts +0 -137
- package/app/modules/rich-text/particle-rich-text.module.d.ts +0 -15
- package/app/modules/rich-text/render-rich-text.component.d.ts +0 -6
- package/app/modules/scroll-to-top/particle-scroll-to-top.module.d.ts +0 -8
- package/app/modules/scroll-to-top/scroll-to-top.component.d.ts +0 -19
- package/app/modules/slideover/particle-slideover.module.d.ts +0 -8
- package/app/modules/slideover/slideover.component.d.ts +0 -35
- package/app/modules/slider/slider.module.d.ts +0 -9
- package/app/modules/theming/components/theming.component.d.ts +0 -43
- package/app/modules/theming/theming.module.d.ts +0 -12
- package/app/modules/toggle-switch/toggle-switch.module.d.ts +0 -8
- package/app/modules/tooltip/tooltip.module.d.ts +0 -8
- package/app/modules/week-picker/week-picker.module.d.ts +0 -13
- package/app/shared/enums/endpoint-status.enum.d.ts +0 -9
- package/esm2022/app/modules/accordion/accordion.component.mjs +0 -101
- package/esm2022/app/modules/accordion/accordion.module.mjs +0 -37
- package/esm2022/app/modules/accordion/directives/accordion-content.directive.mjs +0 -17
- package/esm2022/app/modules/accordion/directives/accordion-header.directive.mjs +0 -17
- package/esm2022/app/modules/accordion/directives/accordion-item.directive.mjs +0 -36
- package/esm2022/app/modules/background-carousel/background-carousel.directive.mjs +0 -91
- package/esm2022/app/modules/background-carousel/carousel-options.model.mjs +0 -36
- package/esm2022/app/modules/background-carousel/particle-background-carousel.module.mjs +0 -24
- package/esm2022/app/modules/checkbox/checkbox.component.mjs +0 -108
- package/esm2022/app/modules/checkbox/checkbox.module.mjs +0 -28
- package/esm2022/app/modules/color-picker/color-picker.component.mjs +0 -306
- package/esm2022/app/modules/color-picker/color-picker.module.mjs +0 -19
- package/esm2022/app/modules/date-picker/components/calendar/calendar.component.mjs +0 -496
- package/esm2022/app/modules/date-picker/components/date-range-picker/date-range-picker.component.mjs +0 -250
- package/esm2022/app/modules/date-picker/date-picker.component.mjs +0 -538
- package/esm2022/app/modules/date-picker/date-picker.module.mjs +0 -56
- package/esm2022/app/modules/dialog/dialog.component.mjs +0 -177
- package/esm2022/app/modules/dialog/dialog.module.mjs +0 -28
- package/esm2022/app/modules/dropdown/dropdown.component.mjs +0 -682
- package/esm2022/app/modules/dropdown/dropdown.module.mjs +0 -28
- package/esm2022/app/modules/dropdown/models/dropdown-option-group.model.mjs +0 -2
- package/esm2022/app/modules/dropdown/models/dropdown-option.model.mjs +0 -2
- package/esm2022/app/modules/endpoint-state/components/endpoint-state.component.mjs +0 -75
- package/esm2022/app/modules/endpoint-state/endpoint-state.module.mjs +0 -22
- package/esm2022/app/modules/icons/components/icon-select.component.mjs +0 -376
- package/esm2022/app/modules/icons/models/fontawesome-icons-brands.model.mjs +0 -471
- package/esm2022/app/modules/icons/models/fontawesome-icons-regular.model.mjs +0 -166
- package/esm2022/app/modules/icons/models/fontawesome-icons-solid.model.mjs +0 -1016
- package/esm2022/app/modules/icons/models/particle-icons-brands.model.mjs +0 -24
- package/esm2022/app/modules/icons/models/particle-icons-regular.model.mjs +0 -50
- package/esm2022/app/modules/icons/models/particle-icons-solid.model.mjs +0 -89
- package/esm2022/app/modules/icons/particle-icons.module.mjs +0 -66
- package/esm2022/app/modules/icons/services/icons.service.mjs +0 -82
- package/esm2022/app/modules/idle-timeout/idle-timeout.component.mjs +0 -85
- package/esm2022/app/modules/idle-timeout/idle-timer.mjs +0 -66
- package/esm2022/app/modules/idle-timeout/particle-idle-timeout.module.mjs +0 -28
- package/esm2022/app/modules/input-mask/input-mask.component.mjs +0 -594
- package/esm2022/app/modules/input-mask/input-mask.module.mjs +0 -18
- package/esm2022/app/modules/keyfilter/keyfilter.directive.mjs +0 -174
- package/esm2022/app/modules/keyfilter/keyfilter.module.mjs +0 -18
- package/esm2022/app/modules/layout/components/layout-full-framing/layout-full-framing.component.mjs +0 -81
- package/esm2022/app/modules/layout/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.mjs +0 -67
- package/esm2022/app/modules/layout/layout.module.mjs +0 -33
- package/esm2022/app/modules/loader/components/loader.component.mjs +0 -30
- package/esm2022/app/modules/loader/loader.module.mjs +0 -24
- package/esm2022/app/modules/multi-select/models/multi-select-option-group.model.mjs +0 -2
- package/esm2022/app/modules/multi-select/models/multi-select-option.model.mjs +0 -2
- package/esm2022/app/modules/multi-select/multi-select.component.mjs +0 -665
- package/esm2022/app/modules/multi-select/multi-select.module.mjs +0 -18
- package/esm2022/app/modules/notification/models/notification.model.mjs +0 -2
- package/esm2022/app/modules/notification/notification.component.mjs +0 -122
- package/esm2022/app/modules/notification/notification.module.mjs +0 -18
- package/esm2022/app/modules/notification/services/notification.service.mjs +0 -84
- package/esm2022/app/modules/ordinal-number-pipe/ordinal-number-pipe.module.mjs +0 -20
- package/esm2022/app/modules/ordinal-number-pipe/ordinal-number.pipe.mjs +0 -49
- package/esm2022/app/modules/paginator/pagination-event.model.mjs +0 -29
- package/esm2022/app/modules/paginator/paginator.component.mjs +0 -207
- package/esm2022/app/modules/paginator/particle-paginator.module.mjs +0 -48
- package/esm2022/app/modules/popover/popover.component.mjs +0 -352
- package/esm2022/app/modules/popover/popover.module.mjs +0 -24
- package/esm2022/app/modules/profile-pic/particle-profile-pic.module.mjs +0 -28
- package/esm2022/app/modules/profile-pic/profile-pic.component.mjs +0 -75
- package/esm2022/app/modules/progress-bar/progress-bar.component.mjs +0 -43
- package/esm2022/app/modules/progress-bar/progress-bar.module.mjs +0 -24
- package/esm2022/app/modules/push-container/particle-push-container.module.mjs +0 -26
- package/esm2022/app/modules/push-container/push-container-state.model.mjs +0 -2
- package/esm2022/app/modules/push-container/push-container.component.mjs +0 -363
- package/esm2022/app/modules/rich-text/particle-rich-text.module.mjs +0 -64
- package/esm2022/app/modules/rich-text/render-rich-text.component.mjs +0 -18
- package/esm2022/app/modules/rich-text/rich-text-capabilities.model.mjs +0 -2
- package/esm2022/app/modules/rich-text/rich-text.component.mjs +0 -206
- package/esm2022/app/modules/scroll-to-top/particle-scroll-to-top.module.mjs +0 -24
- package/esm2022/app/modules/scroll-to-top/scroll-to-top.component.mjs +0 -49
- package/esm2022/app/modules/slideover/particle-slideover.module.mjs +0 -24
- package/esm2022/app/modules/slideover/slideover.component.mjs +0 -115
- package/esm2022/app/modules/slider/slider.component.mjs +0 -243
- package/esm2022/app/modules/slider/slider.module.mjs +0 -26
- package/esm2022/app/modules/theming/components/theming.component.mjs +0 -86
- package/esm2022/app/modules/theming/models/theme.model.mjs +0 -9
- package/esm2022/app/modules/theming/services/theme-change-detection.service.mjs +0 -38
- package/esm2022/app/modules/theming/services/theming.service.mjs +0 -510
- package/esm2022/app/modules/theming/theming.module.mjs +0 -55
- package/esm2022/app/modules/toggle-switch/models/toggle-options.model.mjs +0 -2
- package/esm2022/app/modules/toggle-switch/toggle-switch.component.mjs +0 -107
- package/esm2022/app/modules/toggle-switch/toggle-switch.module.mjs +0 -24
- package/esm2022/app/modules/tooltip/tooltip.directive.mjs +0 -381
- package/esm2022/app/modules/tooltip/tooltip.module.mjs +0 -18
- package/esm2022/app/modules/week-picker/week-picker.component.mjs +0 -511
- package/esm2022/app/modules/week-picker/week-picker.module.mjs +0 -40
- package/esm2022/app/shared/enums/endpoint-status.enum.mjs +0 -11
- package/esm2022/app/shared/interceptors/json.interceptor.mjs +0 -23
- package/esm2022/app/shared/models/auditable.model.mjs +0 -2
- package/esm2022/app/shared/models/data-list.model.mjs +0 -2
- package/esm2022/app/shared/models/id.model.mjs +0 -2
- package/esm2022/app/shared/models/observable-container.mjs +0 -15
- package/esm2022/app/shared/models/particle-component-text.model.mjs +0 -2
- package/esm2022/app/shared/services/base-data.service.mjs +0 -190
- package/esm2022/app/shared/services/dialog.service.mjs +0 -50
- package/esm2022/app/shared/services/local-storage.service.mjs +0 -60
- package/esm2022/entake-particle.mjs +0 -5
- package/esm2022/public_api.mjs +0 -98
- /package/app/{modules/dropdown → shared}/models/dropdown-option-group.model.d.ts +0 -0
- /package/app/{modules/dropdown → shared}/models/dropdown-option.model.d.ts +0 -0
- /package/app/{modules/icons → shared}/models/fontawesome-icons-brands.model.d.ts +0 -0
- /package/app/{modules/icons → shared}/models/fontawesome-icons-regular.model.d.ts +0 -0
- /package/app/{modules/icons → shared}/models/fontawesome-icons-solid.model.d.ts +0 -0
- /package/app/{modules/multi-select → shared}/models/multi-select-option-group.model.d.ts +0 -0
- /package/app/{modules/multi-select → shared}/models/multi-select-option.model.d.ts +0 -0
- /package/app/{modules/notification → shared}/models/notification.model.d.ts +0 -0
- /package/app/{modules/icons → shared}/models/particle-icons-brands.model.d.ts +0 -0
- /package/app/{modules/icons → shared}/models/particle-icons-regular.model.d.ts +0 -0
- /package/app/{modules/icons → shared}/models/particle-icons-solid.model.d.ts +0 -0
- /package/app/{modules/rich-text → shared/models}/rich-text-capabilities.model.d.ts +0 -0
- /package/app/{modules/theming → shared}/models/theme.model.d.ts +0 -0
- /package/app/{modules/toggle-switch → shared}/models/toggle-options.model.d.ts +0 -0
- /package/app/{modules/icons → shared}/services/icons.service.d.ts +0 -0
- /package/app/{modules/idle-timeout → shared/services}/idle-timer.d.ts +0 -0
- /package/app/{modules/theming → shared}/services/theme-change-detection.service.d.ts +0 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { SlideoverComponent } from '../slideover/slideover.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class LayoutFullFramingComponent {
|
|
5
|
+
readonly mainContent: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
6
|
+
readonly rightSidebar: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
7
|
+
readonly header: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
8
|
+
readonly footer: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
9
|
+
readonly mainContentContainerClassList: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly rightSidebarContainerClassList: import("@angular/core").InputSignal<string>;
|
|
11
|
+
readonly headerClassList: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly footerClassList: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly headerHeight: import("@angular/core").InputSignal<string>;
|
|
14
|
+
readonly footerHeight: import("@angular/core").InputSignal<string>;
|
|
15
|
+
readonly rightSidebarWidth: import("@angular/core").InputSignal<string>;
|
|
16
|
+
readonly breakpoint: import("@angular/core").InputSignal<number>;
|
|
17
|
+
readonly rightSidebarCollapsedTabOffset: import("@angular/core").InputSignal<number>;
|
|
18
|
+
readonly collapsedClassList: import("@angular/core").InputSignal<string>;
|
|
19
|
+
readonly mobileSidebarEnabled: import("@angular/core").InputSignal<boolean>;
|
|
20
|
+
slideover: SlideoverComponent;
|
|
21
|
+
onResize(event: any): void;
|
|
22
|
+
protected readonly window: Window & typeof globalThis;
|
|
23
|
+
get stickySidebarHeight(): string;
|
|
24
|
+
get contentSidebarHeight(): string;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutFullFramingComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutFullFramingComponent, "particle-layout-full-framing", never, { "mainContent": { "alias": "mainContent"; "required": false; "isSignal": true; }; "rightSidebar": { "alias": "rightSidebar"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "footer": { "alias": "footer"; "required": false; "isSignal": true; }; "mainContentContainerClassList": { "alias": "mainContentContainerClassList"; "required": false; "isSignal": true; }; "rightSidebarContainerClassList": { "alias": "rightSidebarContainerClassList"; "required": false; "isSignal": true; }; "headerClassList": { "alias": "headerClassList"; "required": false; "isSignal": true; }; "footerClassList": { "alias": "footerClassList"; "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>;
|
|
27
|
+
}
|
package/app/shared/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { LoaderText } from '
|
|
1
|
+
import { LoaderText } from '../../models/particle-component-text.model';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class LoaderComponent {
|
|
4
4
|
text: LoaderText;
|
|
@@ -7,5 +7,5 @@ export declare class LoaderComponent {
|
|
|
7
7
|
private _colors;
|
|
8
8
|
set colors(colors: Array<string>);
|
|
9
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,
|
|
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
11
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import {
|
|
2
|
+
import { ElementRef, QueryList, TemplateRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
|
-
import { MultiSelectOption } from '
|
|
6
|
-
import { MultiSelectOptionGroup } from '
|
|
7
|
-
import { MultiSelectText } from '../../
|
|
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
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Type representing the multi-select component option input
|
|
@@ -60,25 +60,25 @@ export declare class MultiSelectComponent implements ControlValueAccessor {
|
|
|
60
60
|
/**
|
|
61
61
|
* Whether the multi-select should be disabled
|
|
62
62
|
*/
|
|
63
|
-
disabled: boolean
|
|
63
|
+
disabled: import("@angular/core").ModelSignal<boolean>;
|
|
64
64
|
/**
|
|
65
65
|
* Class list to assign to the multi-select
|
|
66
66
|
*/
|
|
67
|
-
classList: string
|
|
68
|
-
buttonClassList: string
|
|
69
|
-
entryClassList: string
|
|
70
|
-
text: MultiSelectText
|
|
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
71
|
/**
|
|
72
72
|
* Style of the multi-select
|
|
73
73
|
*/
|
|
74
|
-
type:
|
|
75
|
-
maxExpandedEntries: number
|
|
76
|
-
expandedAsGrid: boolean
|
|
77
|
-
collapsedButtonTemplate: TemplateRef<any
|
|
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
78
|
/**
|
|
79
79
|
* Event emitted on value change, emits the new value
|
|
80
80
|
*/
|
|
81
|
-
|
|
81
|
+
readonly changed: import("@angular/core").OutputEmitterRef<(string | number)[]>;
|
|
82
82
|
/**
|
|
83
83
|
* BehaviorSubject tracking the input multi-select options/option groups
|
|
84
84
|
*/
|
|
@@ -90,17 +90,11 @@ export declare class MultiSelectComponent implements ControlValueAccessor {
|
|
|
90
90
|
/**
|
|
91
91
|
* Observable map of option value (stringified if a number) to data context
|
|
92
92
|
*/
|
|
93
|
-
readonly dataContextMap$: Observable<
|
|
94
|
-
[value: string]: {
|
|
95
|
-
[key: string]: unknown;
|
|
96
|
-
};
|
|
97
|
-
}>;
|
|
93
|
+
readonly dataContextMap$: Observable<Record<string, Record<string, unknown>>>;
|
|
98
94
|
/**
|
|
99
95
|
* Observable map of stringified option value to boolean indicating the user's selections
|
|
100
96
|
*/
|
|
101
|
-
readonly selectionValueMap$: Observable<
|
|
102
|
-
[key: string]: boolean;
|
|
103
|
-
}>;
|
|
97
|
+
readonly selectionValueMap$: Observable<Record<string, boolean>>;
|
|
104
98
|
/**
|
|
105
99
|
* The count of selected options as an Observable
|
|
106
100
|
*/
|
|
@@ -156,7 +150,7 @@ export declare class MultiSelectComponent implements ControlValueAccessor {
|
|
|
156
150
|
* @param renderer the Angular renderer
|
|
157
151
|
* @param changeDetectorRef reference to the Angular change detector
|
|
158
152
|
*/
|
|
159
|
-
constructor(
|
|
153
|
+
constructor();
|
|
160
154
|
/**
|
|
161
155
|
* Write value
|
|
162
156
|
* @param value the value to write
|
|
@@ -274,6 +268,6 @@ export declare class MultiSelectComponent implements ControlValueAccessor {
|
|
|
274
268
|
*/
|
|
275
269
|
private getPreviousOption;
|
|
276
270
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
277
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "particle-multi-select", never, { "value": { "alias": "value"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "classList": { "alias": "classList"; "required": false; }; "buttonClassList": { "alias": "buttonClassList"; "required": false; }; "entryClassList": { "alias": "entryClassList"; "required": false; }; "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "maxExpandedEntries": { "alias": "maxExpandedEntries"; "required": false; }; "expandedAsGrid": { "alias": "expandedAsGrid"; "required": false; }; "collapsedButtonTemplate": { "alias": "collapsedButtonTemplate"; "required": false; }; }, { "
|
|
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>;
|
|
278
272
|
}
|
|
279
273
|
export {};
|
|
@@ -1,23 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Notification } from './models/notification.model';
|
|
3
|
-
import { NotificationService } from './services/notification.service';
|
|
4
|
-
import { NotificationText } from '../../shared/models/particle-component-text.model';
|
|
1
|
+
import { NotificationText } from '../../models/particle-component-text.model';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
3
|
/**
|
|
7
4
|
* Component for displaying notifications
|
|
8
5
|
*/
|
|
9
6
|
export declare class NotificationComponent {
|
|
10
|
-
private
|
|
11
|
-
|
|
12
|
-
* Dependency injection site
|
|
13
|
-
* @param service the NotificationService
|
|
14
|
-
*/
|
|
15
|
-
constructor(service: NotificationService);
|
|
16
|
-
text: NotificationText;
|
|
7
|
+
private notificationService;
|
|
8
|
+
readonly text: import("@angular/core").InputSignal<NotificationText>;
|
|
17
9
|
/**
|
|
18
10
|
* Array of notifications as an Observable
|
|
19
11
|
*/
|
|
20
|
-
readonly notifications$: Observable<
|
|
12
|
+
readonly notifications$: import("rxjs").Observable<import("@entake/particle").Notification[]>;
|
|
21
13
|
/**
|
|
22
14
|
* Map of notification severity to color class
|
|
23
15
|
*/
|
|
@@ -42,5 +34,5 @@ export declare class NotificationComponent {
|
|
|
42
34
|
*/
|
|
43
35
|
deleteNotification(id: string): void;
|
|
44
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "particle-notification", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, never,
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "particle-notification", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
46
38
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { PaginatorText } from '../../
|
|
1
|
+
import { AfterViewInit, OnChanges } from '@angular/core';
|
|
2
|
+
import { PaginatorText } from '../../models/particle-component-text.model';
|
|
3
|
+
import { PaginationEvent } from '../../models/pagination-event.model';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
/**
|
|
5
6
|
* A Particle paginator, because we hated the other ones on the market.
|
|
@@ -9,7 +10,7 @@ export declare class PaginatorComponent implements OnChanges, AfterViewInit {
|
|
|
9
10
|
/**
|
|
10
11
|
* An array of potential page sizes.
|
|
11
12
|
*/
|
|
12
|
-
pageSizeOptions:
|
|
13
|
+
readonly pageSizeOptions: import("@angular/core").InputSignal<number[]>;
|
|
13
14
|
/**
|
|
14
15
|
* Current page size
|
|
15
16
|
*/
|
|
@@ -18,16 +19,16 @@ export declare class PaginatorComponent implements OnChanges, AfterViewInit {
|
|
|
18
19
|
/**
|
|
19
20
|
* Total number of items
|
|
20
21
|
*/
|
|
21
|
-
totalLength: number
|
|
22
|
-
showPages: boolean
|
|
23
|
-
showFirstLast: boolean
|
|
24
|
-
showButtonLabels: boolean
|
|
25
|
-
showResultsPanel: boolean
|
|
26
|
-
text: PaginatorText
|
|
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 text: import("@angular/core").InputSignal<PaginatorText>;
|
|
27
28
|
/**
|
|
28
29
|
* Event Emitter for pagination or page size change.
|
|
29
30
|
*/
|
|
30
|
-
paginate:
|
|
31
|
+
readonly paginate: import("@angular/core").OutputEmitterRef<PaginationEvent>;
|
|
31
32
|
/**
|
|
32
33
|
* Currently active page
|
|
33
34
|
*/
|
|
@@ -99,5 +100,5 @@ export declare class PaginatorComponent implements OnChanges, AfterViewInit {
|
|
|
99
100
|
*/
|
|
100
101
|
jumpPage(): void;
|
|
101
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
|
|
102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "particle-paginator", never, { "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "totalLength": { "alias": "totalLength"; "required": false; }; "showPages": { "alias": "showPages"; "required": false; }; "showFirstLast": { "alias": "showFirstLast"; "required": false; }; "showButtonLabels": { "alias": "showButtonLabels"; "required": false; }; "showResultsPanel": { "alias": "showResultsPanel"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "paginate": "paginate"; }, never, never,
|
|
103
|
+
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; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, { "paginate": "paginate"; }, never, never, true, never>;
|
|
103
104
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import {
|
|
2
|
+
import { OnDestroy } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Component to display a popover with custom content
|
|
@@ -10,7 +10,7 @@ export declare class PopoverComponent implements OnDestroy {
|
|
|
10
10
|
/**
|
|
11
11
|
* The offset of the popover from its target (in pixels)
|
|
12
12
|
*/
|
|
13
|
-
offset: number
|
|
13
|
+
readonly offset: import("@angular/core").InputSignal<number>;
|
|
14
14
|
/**
|
|
15
15
|
* Set the width of the popover in pixels (defaults to auto)
|
|
16
16
|
*/
|
|
@@ -24,19 +24,19 @@ export declare class PopoverComponent implements OnDestroy {
|
|
|
24
24
|
/**
|
|
25
25
|
* A class-list to apply to the popover content
|
|
26
26
|
*/
|
|
27
|
-
classList: string
|
|
28
|
-
targetOverride: EventTarget
|
|
29
|
-
openDirection:
|
|
30
|
-
alignment:
|
|
31
|
-
scaleForMobile: string
|
|
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
32
|
/**
|
|
33
33
|
* Event emitted on popover open
|
|
34
34
|
*/
|
|
35
|
-
opened:
|
|
35
|
+
readonly opened: import("@angular/core").OutputEmitterRef<void>;
|
|
36
36
|
/**
|
|
37
37
|
* Event emitted on popover close
|
|
38
38
|
*/
|
|
39
|
-
closed:
|
|
39
|
+
readonly closed: import("@angular/core").OutputEmitterRef<void>;
|
|
40
40
|
/**
|
|
41
41
|
* Whether the popover should render
|
|
42
42
|
*/
|
|
@@ -68,11 +68,6 @@ export declare class PopoverComponent implements OnDestroy {
|
|
|
68
68
|
* @private
|
|
69
69
|
*/
|
|
70
70
|
private escapeKeyUpUnlisteners;
|
|
71
|
-
/**
|
|
72
|
-
* Dependency injection site
|
|
73
|
-
* @param renderer the Angular renderer
|
|
74
|
-
*/
|
|
75
|
-
constructor(renderer: Renderer2);
|
|
76
71
|
/**
|
|
77
72
|
* Destroy component, clean up event listeners
|
|
78
73
|
*/
|
|
@@ -136,5 +131,5 @@ export declare class PopoverComponent implements OnDestroy {
|
|
|
136
131
|
*/
|
|
137
132
|
private removeEventListeners;
|
|
138
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
|
139
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "particle-popover", never, { "offset": { "alias": "offset"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "classList": { "alias": "classList"; "required": false; }; "targetOverride": { "alias": "targetOverride"; "required": false; }; "openDirection": { "alias": "openDirection"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "scaleForMobile": { "alias": "scaleForMobile"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, 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>;
|
|
140
135
|
}
|
|
@@ -29,5 +29,5 @@ export declare class ProfilePicComponent {
|
|
|
29
29
|
set imageUrl(imageUrl: string);
|
|
30
30
|
url: string;
|
|
31
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,
|
|
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
33
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { AfterViewInit
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
2
|
import { Editor } from '@tiptap/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
-
import { RichTextEditorText } from '../../
|
|
5
|
-
import { RichTextCapabilities } from '
|
|
4
|
+
import { RichTextEditorText } from '../../models/particle-component-text.model';
|
|
5
|
+
import { RichTextCapabilities } from '../../models/rich-text-capabilities.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare const RICH_TEXT_VALUE_ACCESSOR: any;
|
|
8
8
|
export declare class RichTextComponent implements ControlValueAccessor, AfterViewInit {
|
|
9
|
-
placeholder: string
|
|
10
|
-
hideControls: boolean
|
|
11
|
-
height: string
|
|
9
|
+
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly hideControls: import("@angular/core").InputSignal<boolean>;
|
|
11
|
+
readonly height: import("@angular/core").InputSignal<string>;
|
|
12
12
|
get readonly(): boolean;
|
|
13
13
|
set readonly(readonly: boolean);
|
|
14
|
-
text: RichTextEditorText
|
|
15
|
-
capabilities: RichTextCapabilities
|
|
16
|
-
borderRadius: string
|
|
17
|
-
textChanged:
|
|
14
|
+
readonly text: import("@angular/core").InputSignal<RichTextEditorText>;
|
|
15
|
+
readonly capabilities: import("@angular/core").InputSignal<RichTextCapabilities>;
|
|
16
|
+
readonly borderRadius: import("@angular/core").InputSignal<string>;
|
|
17
|
+
readonly textChanged: import("@angular/core").OutputEmitterRef<{
|
|
18
18
|
htmlValue: string;
|
|
19
19
|
textValue: string;
|
|
20
20
|
}>;
|
|
@@ -36,7 +36,6 @@ export declare class RichTextComponent implements ControlValueAccessor, AfterVie
|
|
|
36
36
|
get value(): any;
|
|
37
37
|
set value(value: string);
|
|
38
38
|
ngAfterViewInit(): void;
|
|
39
|
-
onBlur(): void;
|
|
40
39
|
writeValue(value: string): void;
|
|
41
40
|
registerOnChange(fn: any): void;
|
|
42
41
|
registerOnTouched(fn: any): void;
|
|
@@ -46,5 +45,5 @@ export declare class RichTextComponent implements ControlValueAccessor, AfterVie
|
|
|
46
45
|
changeEditorLink(action: string): void;
|
|
47
46
|
focus(position?: any): void;
|
|
48
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextComponent, "particle-rich-text", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "hideControls": { "alias": "hideControls"; "required": false; }; "height": { "alias": "height"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "text": { "alias": "text"; "required": false; }; "capabilities": { "alias": "capabilities"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; }, { "textChanged": "textChanged"; }, never, never,
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextComponent, "particle-rich-text", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "hideControls": { "alias": "hideControls"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "capabilities": { "alias": "capabilities"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; }, { "textChanged": "textChanged"; }, never, never, true, never>;
|
|
50
49
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AfterViewInit, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { ScrollToTopText } from '../../models/particle-component-text.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ScrollToTopComponent implements OnDestroy, AfterViewInit {
|
|
6
|
+
renderer: Renderer2;
|
|
7
|
+
readonly content: import("@angular/core").InputSignal<HTMLElement>;
|
|
8
|
+
readonly scrollDistance: import("@angular/core").InputSignal<number>;
|
|
9
|
+
readonly bottomOffset: import("@angular/core").InputSignal<number>;
|
|
10
|
+
readonly text: import("@angular/core").InputSignal<ScrollToTopText>;
|
|
11
|
+
$scrollTop: BehaviorSubject<number>;
|
|
12
|
+
private _listener;
|
|
13
|
+
ngAfterViewInit(): void;
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
scrollToTop(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollToTopComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollToTopComponent, "particle-scroll-to-top", never, { "content": { "alias": "content"; "required": false; "isSignal": true; }; "scrollDistance": { "alias": "scrollDistance"; "required": false; "isSignal": true; }; "bottomOffset": { "alias": "bottomOffset"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { SlideoverText } from '../../models/particle-component-text.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SlideoverComponent implements AfterViewInit, OnDestroy {
|
|
5
|
+
private _position;
|
|
6
|
+
slideoverOpen: boolean;
|
|
7
|
+
visible: boolean;
|
|
8
|
+
set position(position: string);
|
|
9
|
+
get position(): string;
|
|
10
|
+
readonly modal: import("@angular/core").InputSignal<boolean>;
|
|
11
|
+
readonly width: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly height: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly bgClass: import("@angular/core").InputSignal<string>;
|
|
14
|
+
readonly text: import("@angular/core").InputSignal<SlideoverText>;
|
|
15
|
+
/**
|
|
16
|
+
* Breakpoint that will make the container take over the screen when it's crossed.
|
|
17
|
+
*/
|
|
18
|
+
readonly breakpoint: import("@angular/core").InputSignal<number>;
|
|
19
|
+
readonly hideCloseButton: import("@angular/core").InputSignal<boolean>;
|
|
20
|
+
readonly opened: import("@angular/core").OutputEmitterRef<any>;
|
|
21
|
+
readonly closed: import("@angular/core").OutputEmitterRef<any>;
|
|
22
|
+
overlay: ElementRef;
|
|
23
|
+
breakpointExceeded: boolean;
|
|
24
|
+
onResize(event: any): void;
|
|
25
|
+
private _determineBreakpointExceeded;
|
|
26
|
+
open(): void;
|
|
27
|
+
close(): void;
|
|
28
|
+
toggle(): void;
|
|
29
|
+
private addModalMask;
|
|
30
|
+
private removeModalMask;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
ngAfterViewInit(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlideoverComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlideoverComponent, "particle-slideover", never, { "position": { "alias": "position"; "required": false; }; "modal": { "alias": "modal"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "bgClass": { "alias": "bgClass"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "breakpoint": { "alias": "breakpoint"; "required": false; "isSignal": true; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; "isSignal": true; }; }, { "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
|
|
35
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { SliderText } from '../../
|
|
3
|
+
import { SliderText } from '../../models/particle-component-text.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Component that wraps the native HTML5 slider
|
|
@@ -16,6 +16,7 @@ export declare class SliderComponent implements ControlValueAccessor, OnInit {
|
|
|
16
16
|
* @param value the value to set
|
|
17
17
|
*/
|
|
18
18
|
set value(value: number);
|
|
19
|
+
get value(): number;
|
|
19
20
|
/**
|
|
20
21
|
* Set the minimum slider value
|
|
21
22
|
* @param min the value to set
|
|
@@ -44,16 +45,16 @@ export declare class SliderComponent implements ControlValueAccessor, OnInit {
|
|
|
44
45
|
/**
|
|
45
46
|
* The unit being represented by the slider
|
|
46
47
|
*/
|
|
47
|
-
unit: string
|
|
48
|
+
readonly unit: import("@angular/core").InputSignal<string>;
|
|
48
49
|
/**
|
|
49
50
|
* The aria-label to append to the slider/input
|
|
50
51
|
*/
|
|
51
|
-
ariaLabel: string
|
|
52
|
-
text: SliderText
|
|
52
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
53
|
+
readonly text: import("@angular/core").InputSignal<SliderText>;
|
|
53
54
|
/**
|
|
54
55
|
* Event emitted on slider/slider input input event
|
|
55
56
|
*/
|
|
56
|
-
input:
|
|
57
|
+
readonly input: import("@angular/core").OutputEmitterRef<number>;
|
|
57
58
|
/**
|
|
58
59
|
* The internal value of the component
|
|
59
60
|
*/
|
|
@@ -82,23 +83,8 @@ export declare class SliderComponent implements ControlValueAccessor, OnInit {
|
|
|
82
83
|
* The width of the colored section of the slider bar
|
|
83
84
|
*/
|
|
84
85
|
sliderWidth: number;
|
|
85
|
-
/**
|
|
86
|
-
* Function to call on change
|
|
87
|
-
*/
|
|
88
86
|
onChange: (value: any) => void;
|
|
89
|
-
/**
|
|
90
|
-
* Function to call on touch
|
|
91
|
-
*/
|
|
92
87
|
onTouched: () => any;
|
|
93
|
-
/**
|
|
94
|
-
* Dependency injection site
|
|
95
|
-
* @param changeDetectorRef the Angular ChangeDetectorRef
|
|
96
|
-
*/
|
|
97
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
98
|
-
/**
|
|
99
|
-
* Get the value of the component
|
|
100
|
-
*/
|
|
101
|
-
get value(): number;
|
|
102
88
|
/**
|
|
103
89
|
* Init component
|
|
104
90
|
*/
|
|
@@ -139,5 +125,5 @@ export declare class SliderComponent implements ControlValueAccessor, OnInit {
|
|
|
139
125
|
*/
|
|
140
126
|
private setSliderWidth;
|
|
141
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
142
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "particle-slider", never, { "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inputClassList": { "alias": "inputClassList"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "input": "input"; }, never, never,
|
|
128
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "particle-slider", never, { "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inputClassList": { "alias": "inputClassList"; "required": false; }; "unit": { "alias": "unit"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, { "input": "input"; }, never, never, true, never>;
|
|
143
129
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
1
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { ToggleOptions } from '
|
|
2
|
+
import { ToggleOptions } from '../../models/toggle-options.model';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class ToggleSwitchComponent implements ControlValueAccessor {
|
|
6
5
|
private changeDetectorRef;
|
|
7
6
|
private _options$;
|
|
8
7
|
options$: import("rxjs").Observable<ToggleOptions>;
|
|
9
8
|
set options(options: ToggleOptions);
|
|
10
|
-
disabled: boolean
|
|
11
|
-
|
|
9
|
+
readonly disabled: import("@angular/core").ModelSignal<boolean>;
|
|
10
|
+
readonly changed: import("@angular/core").OutputEmitterRef<boolean>;
|
|
12
11
|
private _value;
|
|
13
12
|
get value(): boolean;
|
|
14
13
|
set value(value: boolean);
|
|
@@ -20,7 +19,6 @@ export declare class ToggleSwitchComponent implements ControlValueAccessor {
|
|
|
20
19
|
* Function called on touch
|
|
21
20
|
*/
|
|
22
21
|
onTouched: (() => void) | undefined;
|
|
23
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
24
22
|
handleClick(): void;
|
|
25
23
|
/**
|
|
26
24
|
* Register function on change
|
|
@@ -39,5 +37,5 @@ export declare class ToggleSwitchComponent implements ControlValueAccessor {
|
|
|
39
37
|
setDisabledState?(isDisabled: boolean): void;
|
|
40
38
|
writeValue(value: boolean): void;
|
|
41
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleSwitchComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSwitchComponent, "particle-toggle-switch", never, { "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSwitchComponent, "particle-toggle-switch", never, { "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "changed": "changed"; }, never, never, true, never>;
|
|
43
41
|
}
|