@entake/particle 18.0.5 → 19.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +3871 -5573
- 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 -209
- 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entake/particle",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Reusable Angular components from the team at Entake",
|
|
6
6
|
"repository": {
|
|
@@ -20,34 +20,27 @@
|
|
|
20
20
|
"homepage": "https://github.com/entake-org/particle-ng#readme",
|
|
21
21
|
"private": false,
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@angular/
|
|
24
|
-
"@
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@tiptap/
|
|
32
|
-
"@tiptap/
|
|
33
|
-
"@tiptap/extension-floating-menu": "^2.4.0",
|
|
34
|
-
"@tiptap/extension-image": "^2.4.0",
|
|
35
|
-
"@tiptap/extension-link": "^2.4.0",
|
|
36
|
-
"@tiptap/extension-placeholder": "^2.4.0",
|
|
37
|
-
"@tiptap/extension-text-align": "^2.4.0",
|
|
38
|
-
"@tiptap/starter-kit": "^2.4.0",
|
|
23
|
+
"@angular/cdk": "^19.0.4",
|
|
24
|
+
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
25
|
+
"@tiptap/core": "^2.11.0",
|
|
26
|
+
"@tiptap/extension-bubble-menu": "^2.11.0",
|
|
27
|
+
"@tiptap/extension-floating-menu": "^2.11.0",
|
|
28
|
+
"@tiptap/extension-image": "^2.11.0",
|
|
29
|
+
"@tiptap/extension-link": "^2.11.0",
|
|
30
|
+
"@tiptap/extension-placeholder": "^2.11.0",
|
|
31
|
+
"@tiptap/extension-text-align": "^2.11.0",
|
|
32
|
+
"@tiptap/starter-kit": "^2.11.0",
|
|
39
33
|
"classlist.js": "^1.1.20150312",
|
|
40
|
-
"core-js": "^3.
|
|
41
|
-
"date-fns": "^
|
|
34
|
+
"core-js": "^3.39.0",
|
|
35
|
+
"date-fns": "^4.1.0",
|
|
42
36
|
"intl": "^1.2.5",
|
|
43
37
|
"md5-typescript": "^1.0.5",
|
|
44
|
-
"ngx-tiptap": "^
|
|
38
|
+
"ngx-tiptap": "^12.0.0",
|
|
45
39
|
"rxjs": "^7.8.1",
|
|
46
|
-
"web-animations-js": "^2.3.2"
|
|
47
|
-
"zone.js": "^0.14.6"
|
|
40
|
+
"web-animations-js": "^2.3.2"
|
|
48
41
|
},
|
|
49
42
|
"dependencies": {
|
|
50
|
-
"tslib": "^2.
|
|
43
|
+
"tslib": "^2.8.1"
|
|
51
44
|
},
|
|
52
45
|
"module": "fesm2022/entake-particle.mjs",
|
|
53
46
|
"typings": "index.d.ts",
|
|
@@ -57,8 +50,6 @@
|
|
|
57
50
|
},
|
|
58
51
|
".": {
|
|
59
52
|
"types": "./index.d.ts",
|
|
60
|
-
"esm2022": "./esm2022/entake-particle.mjs",
|
|
61
|
-
"esm": "./esm2022/entake-particle.mjs",
|
|
62
53
|
"default": "./fesm2022/entake-particle.mjs"
|
|
63
54
|
}
|
|
64
55
|
},
|
package/public_api.d.ts
CHANGED
|
@@ -1,97 +1,62 @@
|
|
|
1
1
|
/** MODULES */
|
|
2
|
-
export * from './app/modules/
|
|
3
|
-
export * from './app/modules/paginator/particle-paginator.module';
|
|
4
|
-
export * from './app/modules/profile-pic/particle-profile-pic.module';
|
|
5
|
-
export * from './app/modules/push-container/particle-push-container.module';
|
|
6
|
-
export * from './app/modules/rich-text/particle-rich-text.module';
|
|
7
|
-
export * from './app/modules/icons/particle-icons.module';
|
|
8
|
-
export * from './app/modules/endpoint-state/endpoint-state.module';
|
|
9
|
-
export * from './app/modules/dialog/dialog.module';
|
|
10
|
-
export * from './app/modules/idle-timeout/particle-idle-timeout.module';
|
|
11
|
-
export * from './app/modules/date-picker/date-picker.module';
|
|
12
|
-
export * from './app/modules/dropdown/dropdown.module';
|
|
13
|
-
export * from './app/modules/multi-select/multi-select.module';
|
|
14
|
-
export * from './app/modules/ordinal-number-pipe/ordinal-number-pipe.module';
|
|
15
|
-
export * from './app/modules/popover/popover.module';
|
|
16
|
-
export * from './app/modules/tooltip/tooltip.module';
|
|
17
|
-
export * from './app/modules/keyfilter/keyfilter.module';
|
|
18
|
-
export * from './app/modules/notification/notification.module';
|
|
19
|
-
export * from './app/modules/week-picker/week-picker.module';
|
|
20
|
-
export * from './app/modules/color-picker/color-picker.module';
|
|
21
|
-
export * from './app/modules/slider/slider.module';
|
|
22
|
-
export * from './app/modules/accordion/accordion.module';
|
|
23
|
-
export * from './app/modules/theming/theming.module';
|
|
24
|
-
export * from './app/modules/slideover/particle-slideover.module';
|
|
25
|
-
export * from './app/modules/scroll-to-top/particle-scroll-to-top.module';
|
|
26
|
-
export * from './app/modules/layout/layout.module';
|
|
27
|
-
export * from './app/modules/toggle-switch/toggle-switch.module';
|
|
28
|
-
export * from './app/modules/checkbox/checkbox.module';
|
|
29
|
-
export * from './app/modules/input-mask/input-mask.module';
|
|
30
|
-
export * from './app/modules/progress-bar/progress-bar.module';
|
|
31
|
-
export * from './app/modules/loader/loader.module';
|
|
2
|
+
export * from './app/shared/modules/icons/particle-icons.module';
|
|
32
3
|
/** DIRECTIVES */
|
|
33
|
-
export * from './app/
|
|
34
|
-
export * from './app/
|
|
35
|
-
export * from './app/
|
|
36
|
-
export * from './app/
|
|
37
|
-
export * from './app/
|
|
38
|
-
export * from './app/
|
|
4
|
+
export * from './app/shared/directives/tooltip.directive';
|
|
5
|
+
export * from './app/shared/directives/keyfilter.directive';
|
|
6
|
+
export * from './app/shared/directives/accordion-content.directive';
|
|
7
|
+
export * from './app/shared/directives/accordion-item.directive';
|
|
8
|
+
export * from './app/shared/directives/accordion-header.directive';
|
|
9
|
+
export * from './app/shared/directives/background-carousel.directive';
|
|
39
10
|
/** COMPONENTS */
|
|
40
|
-
export * from './app/
|
|
41
|
-
export * from './app/
|
|
42
|
-
export * from './app/
|
|
43
|
-
export * from './app/
|
|
44
|
-
export * from './app/
|
|
45
|
-
export * from './app/
|
|
46
|
-
export * from './app/
|
|
47
|
-
export * from './app/
|
|
48
|
-
export * from './app/
|
|
49
|
-
export * from './app/
|
|
50
|
-
export * from './app/
|
|
51
|
-
export * from './app/
|
|
52
|
-
export * from './app/
|
|
53
|
-
export * from './app/
|
|
54
|
-
export * from './app/
|
|
55
|
-
export * from './app/
|
|
56
|
-
export * from './app/
|
|
57
|
-
export * from './app/
|
|
58
|
-
export * from './app/
|
|
59
|
-
export * from './app/
|
|
60
|
-
export * from './app/
|
|
61
|
-
export * from './app/
|
|
62
|
-
export * from './app/
|
|
63
|
-
export * from './app/
|
|
64
|
-
export * from './app/
|
|
65
|
-
export * from './app/
|
|
66
|
-
export * from './app/modules/checkbox/checkbox.component';
|
|
67
|
-
export * from './app/modules/input-mask/input-mask.component';
|
|
68
|
-
export * from './app/modules/progress-bar/progress-bar.component';
|
|
69
|
-
export * from './app/modules/loader/components/loader.component';
|
|
11
|
+
export * from './app/shared/components/icon-select/icon-select.component';
|
|
12
|
+
export * from './app/shared/components/paginator/paginator.component';
|
|
13
|
+
export * from './app/shared/components/profile-pic/profile-pic.component';
|
|
14
|
+
export * from './app/shared/components/rich-text/rich-text.component';
|
|
15
|
+
export * from './app/shared/components/dialog/dialog.component';
|
|
16
|
+
export * from './app/shared/components/date-picker/date-picker.component';
|
|
17
|
+
export * from './app/shared/components/calendar/calendar.component';
|
|
18
|
+
export * from './app/shared/components/date-range-picker/date-range-picker.component';
|
|
19
|
+
export * from './app/shared/components/dropdown/dropdown.component';
|
|
20
|
+
export * from './app/shared/components/multi-select/multi-select.component';
|
|
21
|
+
export * from './app/shared/components/popover/popover.component';
|
|
22
|
+
export * from './app/shared/components/notification/notification.component';
|
|
23
|
+
export * from './app/shared/components/week-picker/week-picker.component';
|
|
24
|
+
export * from './app/shared/components/color-picker/color-picker.component';
|
|
25
|
+
export * from './app/shared/components/slider/slider.component';
|
|
26
|
+
export * from './app/shared/components/accordion/accordion.component';
|
|
27
|
+
export * from './app/shared/components/slideover/slideover.component';
|
|
28
|
+
export * from './app/shared/components/idle-timeout/idle-timeout.component';
|
|
29
|
+
export * from './app/shared/components/scroll-to-top/scroll-to-top.component';
|
|
30
|
+
export * from './app/shared/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component';
|
|
31
|
+
export * from './app/shared/components/layout-full-framing/layout-full-framing.component';
|
|
32
|
+
export * from './app/shared/components/toggle-switch/toggle-switch.component';
|
|
33
|
+
export * from './app/shared/components/checkbox/checkbox.component';
|
|
34
|
+
export * from './app/shared/components/input-mask/input-mask.component';
|
|
35
|
+
export * from './app/shared/components/progress-bar/progress-bar.component';
|
|
36
|
+
export * from './app/shared/components/loader/loader.component';
|
|
70
37
|
/** INTERCEPTORS */
|
|
71
38
|
export * from './app/shared/interceptors/json.interceptor';
|
|
72
39
|
/** SERVICES */
|
|
73
40
|
export * from './app/shared/services/base-data.service';
|
|
74
41
|
export * from './app/shared/services/local-storage.service';
|
|
75
42
|
export * from './app/shared/services/dialog.service';
|
|
76
|
-
export * from './app/
|
|
77
|
-
export * from './app/
|
|
78
|
-
export * from './app/
|
|
43
|
+
export * from './app/shared/services/notification.service';
|
|
44
|
+
export * from './app/shared/services/theming.service';
|
|
45
|
+
export * from './app/shared/services/theme-change-detection.service';
|
|
79
46
|
/** PIPES */
|
|
80
|
-
export * from './app/
|
|
47
|
+
export * from './app/shared/pipes/ordinal-number.pipe';
|
|
81
48
|
/** MODELS */
|
|
82
49
|
export * from './app/shared/models/auditable.model';
|
|
50
|
+
export * from './app/shared/models/carousel-options.model';
|
|
83
51
|
export * from './app/shared/models/data-list.model';
|
|
84
52
|
export * from './app/shared/models/id.model';
|
|
85
53
|
export * from './app/shared/models/observable-container';
|
|
86
|
-
export * from './app/
|
|
87
|
-
export * from './app/
|
|
88
|
-
export * from './app/
|
|
89
|
-
export * from './app/
|
|
90
|
-
export * from './app/
|
|
91
|
-
export * from './app/
|
|
92
|
-
export * from './app/
|
|
93
|
-
export * from './app/
|
|
94
|
-
export * from './app/
|
|
95
|
-
export * from './app/modules/rich-text/rich-text-capabilities.model';
|
|
96
|
-
/** ENUMS */
|
|
97
|
-
export * from './app/shared/enums/endpoint-status.enum';
|
|
54
|
+
export * from './app/shared/models/theme.model';
|
|
55
|
+
export * from './app/shared/models/rich-text-capabilities.model';
|
|
56
|
+
export * from './app/shared/models/pagination-event.model';
|
|
57
|
+
export * from './app/shared/models/dropdown-option.model';
|
|
58
|
+
export * from './app/shared/models/dropdown-option-group.model';
|
|
59
|
+
export * from './app/shared/models/multi-select-option.model';
|
|
60
|
+
export * from './app/shared/models/multi-select-option-group.model';
|
|
61
|
+
export * from './app/shared/models/notification.model';
|
|
62
|
+
export * from './app/shared/models/toggle-options.model';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./accordion.component";
|
|
3
|
-
import * as i2 from "./directives/accordion-item.directive";
|
|
4
|
-
import * as i3 from "./directives/accordion-content.directive";
|
|
5
|
-
import * as i4 from "./directives/accordion-header.directive";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
export declare class ParticleAccordionModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleAccordionModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleAccordionModule, [typeof i1.AccordionComponent, typeof i2.AccordionItemDirective, typeof i3.AccordionContentDirective, typeof i4.AccordionHeaderDirective], [typeof i5.CommonModule], [typeof i1.AccordionComponent, typeof i2.AccordionItemDirective, typeof i3.AccordionContentDirective, typeof i4.AccordionHeaderDirective]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleAccordionModule>;
|
|
11
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Carousel Options for the Background Carousel Directive
|
|
3
|
-
*/
|
|
4
|
-
export declare class 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 or not to reset the interval on init.
|
|
19
|
-
*/
|
|
20
|
-
resetInterval: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Constructor to help with initializing the associated directive
|
|
23
|
-
*
|
|
24
|
-
* @param images
|
|
25
|
-
* @param transitionTime
|
|
26
|
-
* @param viewTime
|
|
27
|
-
* @param resetInterval
|
|
28
|
-
*/
|
|
29
|
-
constructor(images: string[], transitionTime: number, viewTime: number, resetInterval: boolean);
|
|
30
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./background-carousel.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ParticleBackgroundCarouselModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleBackgroundCarouselModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleBackgroundCarouselModule, [typeof i1.BackgroundCarouselDirective], [typeof i2.CommonModule], [typeof i1.BackgroundCarouselDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleBackgroundCarouselModule>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./checkbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
export declare class ParticleCheckboxModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleCheckboxModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleCheckboxModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule], [typeof i1.CheckboxComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleCheckboxModule>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./color-picker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
export declare class ParticleColorPickerModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleColorPickerModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleColorPickerModule, [typeof i1.ColorPickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.ColorPickerComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleColorPickerModule>;
|
|
9
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./date-picker.component";
|
|
3
|
-
import * as i2 from "./components/calendar/calendar.component";
|
|
4
|
-
import * as i3 from "./components/date-range-picker/date-range-picker.component";
|
|
5
|
-
import * as i4 from "@angular/cdk/a11y";
|
|
6
|
-
import * as i5 from "@angular/platform-browser/animations";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
|
-
import * as i7 from "@angular/forms";
|
|
9
|
-
import * as i8 from "../ordinal-number-pipe/ordinal-number-pipe.module";
|
|
10
|
-
import * as i9 from "../popover/popover.module";
|
|
11
|
-
export declare class ParticleDatePickerModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleDatePickerModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleDatePickerModule, [typeof i1.DatePickerComponent, typeof i2.CalendarComponent, typeof i3.DateRangePickerComponent], [typeof i4.A11yModule, typeof i5.BrowserAnimationsModule, typeof i6.CommonModule, typeof i7.FormsModule, typeof i8.ParticleOrdinalNumberPipeModule, typeof i9.ParticlePopoverModule], [typeof i1.DatePickerComponent, typeof i2.CalendarComponent, typeof i3.DateRangePickerComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleDatePickerModule>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dialog.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/cdk/a11y";
|
|
5
|
-
export declare class ParticleDialogModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleDialogModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleDialogModule, [typeof i1.DialogComponent], [typeof i2.CommonModule, typeof i3.A11yModule], [typeof i1.DialogComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleDialogModule>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdown.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
export declare class ParticleDropdownModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleDropdownModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleDropdownModule, [typeof i1.DropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.DropdownComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleDropdownModule>;
|
|
9
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { EndpointStateText } from '../../../shared/models/particle-component-text.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Component to display different endpoint states
|
|
5
|
-
*/
|
|
6
|
-
export declare class EndpointStateComponent {
|
|
7
|
-
/**
|
|
8
|
-
* Flag to determine if in loading state
|
|
9
|
-
*/
|
|
10
|
-
loading: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* Icon for loading state
|
|
13
|
-
*/
|
|
14
|
-
loadingIcon: 'double_helix' | string;
|
|
15
|
-
/**
|
|
16
|
-
* Flag to determine if in empty state
|
|
17
|
-
*/
|
|
18
|
-
empty: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* Icon for empty state
|
|
21
|
-
*/
|
|
22
|
-
emptyIcon: string;
|
|
23
|
-
/**
|
|
24
|
-
* Flag to determine if in error state
|
|
25
|
-
*/
|
|
26
|
-
error: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* Icon for error state
|
|
29
|
-
*/
|
|
30
|
-
errorIcon: string;
|
|
31
|
-
/**
|
|
32
|
-
* Flag to determine if overlay spinner
|
|
33
|
-
*/
|
|
34
|
-
loadingOverlay: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* The icon on the overlay spinner
|
|
37
|
-
*/
|
|
38
|
-
loadingOverlayIcon: string;
|
|
39
|
-
text: EndpointStateText;
|
|
40
|
-
/**
|
|
41
|
-
* Component constructor
|
|
42
|
-
*/
|
|
43
|
-
constructor();
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EndpointStateComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EndpointStateComponent, "particle-endpoint-state", never, { "loading": { "alias": "loading"; "required": false; }; "loadingIcon": { "alias": "loadingIcon"; "required": false; }; "empty": { "alias": "empty"; "required": false; }; "emptyIcon": { "alias": "emptyIcon"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorIcon": { "alias": "errorIcon"; "required": false; }; "loadingOverlay": { "alias": "loadingOverlay"; "required": false; }; "loadingOverlayIcon": { "alias": "loadingOverlayIcon"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
|
|
46
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/endpoint-state.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ParticleEndpointStateModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleEndpointStateModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleEndpointStateModule, [typeof i1.EndpointStateComponent], [typeof i2.CommonModule], [typeof i1.EndpointStateComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleEndpointStateModule>;
|
|
8
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/icon-select.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "../tooltip/tooltip.module";
|
|
6
|
-
import * as i5 from "../dialog/dialog.module";
|
|
7
|
-
import * as i6 from "../endpoint-state/endpoint-state.module";
|
|
8
|
-
export declare class ParticleIconsModule {
|
|
9
|
-
constructor();
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleIconsModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleIconsModule, [typeof i1.IconSelectComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.ParticleTooltipModule, typeof i5.ParticleDialogModule, typeof i6.ParticleEndpointStateModule], [typeof i1.IconSelectComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleIconsModule>;
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./idle-timeout.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../dialog/dialog.module";
|
|
5
|
-
export declare class ParticleIdleTimeoutModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleIdleTimeoutModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleIdleTimeoutModule, [typeof i1.IdleTimeoutComponent], [typeof i2.CommonModule, typeof i3.ParticleDialogModule], [typeof i1.IdleTimeoutComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleIdleTimeoutModule>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./input-mask.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ParticleInputMaskModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleInputMaskModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleInputMaskModule, [typeof i1.InputMaskComponent], [typeof i2.CommonModule], [typeof i1.InputMaskComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleInputMaskModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./keyfilter.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ParticleKeyfilterModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleKeyfilterModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleKeyfilterModule, [typeof i1.KeyfilterDirective], [typeof i2.CommonModule], [typeof i1.KeyfilterDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleKeyfilterModule>;
|
|
8
|
-
}
|
package/app/modules/layout/components/layout-full-framing/layout-full-framing.component.d.ts
DELETED
|
@@ -1,27 +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 LayoutFullFramingComponent {
|
|
5
|
-
mainContent: TemplateRef<any>;
|
|
6
|
-
rightSidebar: TemplateRef<any>;
|
|
7
|
-
header: TemplateRef<any>;
|
|
8
|
-
footer: TemplateRef<any>;
|
|
9
|
-
mainContentContainerClassList: string;
|
|
10
|
-
rightSidebarContainerClassList: string;
|
|
11
|
-
headerClassList: string;
|
|
12
|
-
footerClassList: string;
|
|
13
|
-
headerHeight: string;
|
|
14
|
-
footerHeight: string;
|
|
15
|
-
rightSidebarWidth: string;
|
|
16
|
-
breakpoint: number;
|
|
17
|
-
rightSidebarCollapsedTabOffset: number;
|
|
18
|
-
collapsedClassList: string;
|
|
19
|
-
mobileSidebarEnabled: 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; }; "rightSidebar": { "alias": "rightSidebar"; "required": false; }; "header": { "alias": "header"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "mainContentContainerClassList": { "alias": "mainContentContainerClassList"; "required": false; }; "rightSidebarContainerClassList": { "alias": "rightSidebarContainerClassList"; "required": false; }; "headerClassList": { "alias": "headerClassList"; "required": false; }; "footerClassList": { "alias": "footerClassList"; "required": false; }; "headerHeight": { "alias": "headerHeight"; "required": false; }; "footerHeight": { "alias": "footerHeight"; "required": false; }; "rightSidebarWidth": { "alias": "rightSidebarWidth"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "rightSidebarCollapsedTabOffset": { "alias": "rightSidebarCollapsedTabOffset"; "required": false; }; "collapsedClassList": { "alias": "collapsedClassList"; "required": false; }; "mobileSidebarEnabled": { "alias": "mobileSidebarEnabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
@@ -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
|
-
mainContent: TemplateRef<any>;
|
|
6
|
-
rightSidebar: TemplateRef<any>;
|
|
7
|
-
mainContentContainerClassList: string;
|
|
8
|
-
rightSidebarContainerClassList: string;
|
|
9
|
-
rightSidebarSticky: boolean;
|
|
10
|
-
headerHeight: string;
|
|
11
|
-
footerHeight: string;
|
|
12
|
-
rightSidebarWidth: string;
|
|
13
|
-
breakpoint: number;
|
|
14
|
-
rightSidebarCollapsedTabOffset: number;
|
|
15
|
-
collapsedClassList: string;
|
|
16
|
-
mobileSidebarEnabled: 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; }; "rightSidebar": { "alias": "rightSidebar"; "required": false; }; "mainContentContainerClassList": { "alias": "mainContentContainerClassList"; "required": false; }; "rightSidebarContainerClassList": { "alias": "rightSidebarContainerClassList"; "required": false; }; "rightSidebarSticky": { "alias": "rightSidebarSticky"; "required": false; }; "headerHeight": { "alias": "headerHeight"; "required": false; }; "footerHeight": { "alias": "footerHeight"; "required": false; }; "rightSidebarWidth": { "alias": "rightSidebarWidth"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "rightSidebarCollapsedTabOffset": { "alias": "rightSidebarCollapsedTabOffset"; "required": false; }; "collapsedClassList": { "alias": "collapsedClassList"; "required": false; }; "mobileSidebarEnabled": { "alias": "mobileSidebarEnabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component";
|
|
3
|
-
import * as i2 from "./components/layout-full-framing/layout-full-framing.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "../slideover/particle-slideover.module";
|
|
6
|
-
export declare class ParticleLayoutModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleLayoutModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleLayoutModule, [typeof i1.LayoutFullwidthSidebarComponent, typeof i2.LayoutFullFramingComponent], [typeof i3.CommonModule, typeof i4.ParticleSlideoverModule], [typeof i1.LayoutFullwidthSidebarComponent, typeof i2.LayoutFullFramingComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleLayoutModule>;
|
|
10
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/loader.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ParticleLoaderModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleLoaderModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleLoaderModule, [typeof i1.LoaderComponent], [typeof i2.CommonModule], [typeof i1.LoaderComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleLoaderModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./multi-select.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ParticleMultiSelectModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleMultiSelectModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleMultiSelectModule, [typeof i1.MultiSelectComponent], [typeof i2.CommonModule], [typeof i1.MultiSelectComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleMultiSelectModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./notification.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ParticleNotificationModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleNotificationModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleNotificationModule, [typeof i1.NotificationComponent], [typeof i2.CommonModule], [typeof i1.NotificationComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleNotificationModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ordinal-number.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ParticleOrdinalNumberPipeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleOrdinalNumberPipeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleOrdinalNumberPipeModule, [typeof i1.OrdinalNumberPipe], [typeof i2.CommonModule], [typeof i1.OrdinalNumberPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleOrdinalNumberPipeModule>;
|
|
8
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Representation of a pagination event
|
|
3
|
-
*/
|
|
4
|
-
export declare class PaginationEvent {
|
|
5
|
-
/**
|
|
6
|
-
* Current Page
|
|
7
|
-
*/
|
|
8
|
-
activePage: number;
|
|
9
|
-
/**
|
|
10
|
-
* Size of a Page
|
|
11
|
-
*/
|
|
12
|
-
pageSize: number;
|
|
13
|
-
/**
|
|
14
|
-
* Total Size to paginate over
|
|
15
|
-
*/
|
|
16
|
-
totalLength: number;
|
|
17
|
-
/**
|
|
18
|
-
* Constructor that takes all variables to easily emit it in the event of pagination or page size change.
|
|
19
|
-
* @param activePage
|
|
20
|
-
* @param pageSize
|
|
21
|
-
* @param totalLength
|
|
22
|
-
*/
|
|
23
|
-
constructor(activePage: number, pageSize: number, totalLength: number);
|
|
24
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./paginator.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/platform-browser";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "@angular/common/http";
|
|
7
|
-
import * as i6 from "@angular/platform-browser/animations";
|
|
8
|
-
import * as i7 from "../popover/popover.module";
|
|
9
|
-
export declare class ParticlePaginatorModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticlePaginatorModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticlePaginatorModule, [typeof i1.PaginatorComponent], [typeof i2.CommonModule, typeof i3.BrowserModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.HttpClientModule, typeof i6.BrowserAnimationsModule, typeof i7.ParticlePopoverModule], [typeof i1.PaginatorComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticlePaginatorModule>;
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./popover.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/cdk/a11y";
|
|
5
|
-
export declare class ParticlePopoverModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticlePopoverModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticlePopoverModule, [typeof i1.PopoverComponent], [typeof i2.CommonModule, typeof i3.A11yModule], [typeof i1.PopoverComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticlePopoverModule>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./profile-pic.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../tooltip/tooltip.module";
|
|
5
|
-
export declare class ParticleProfilePicModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParticleProfilePicModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ParticleProfilePicModule, [typeof i1.ProfilePicComponent], [typeof i2.CommonModule, typeof i3.ParticleTooltipModule], [typeof i1.ProfilePicComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ParticleProfilePicModule>;
|
|
9
|
-
}
|