@agorapulse/ui-components 14.1.8 → 15.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/add-comment/add-comment.component.d.ts +1 -1
- package/agorapulse-ui-components-15.0.0.tgz +0 -0
- package/avatar/avatar.component.d.ts +1 -1
- package/confirm-modal/confirm-modal.component.d.ts +2 -2
- package/datepicker/datepicker.component.d.ts +4 -2
- package/directives/autosize-textarea.directive.d.ts +1 -1
- package/directives/default-image.directive.d.ts +1 -1
- package/directives/ellipsis.directive.d.ts +1 -1
- package/directives/equal-validator.directive.d.ts +1 -1
- package/directives/frozen-gif.directive.d.ts +1 -1
- package/directives/multi-style-text.directive.d.ts +1 -1
- package/directives/truncate-tooltip.directive.d.ts +1 -1
- package/dots-stepper/dots-stepper.component.d.ts +1 -1
- package/esm2020/add-comment/add-comment.component.mjs +9 -9
- package/esm2020/avatar/avatar.component.mjs +3 -3
- package/esm2020/confirm-modal/confirm-modal.component.mjs +8 -8
- package/esm2020/datepicker/datepicker.component.mjs +12 -7
- package/esm2020/directives/autosize-textarea.directive.mjs +3 -3
- package/esm2020/directives/default-image.directive.mjs +3 -3
- package/esm2020/directives/ellipsis.directive.mjs +8 -8
- package/esm2020/directives/equal-validator.directive.mjs +3 -3
- package/esm2020/directives/frozen-gif.directive.mjs +3 -3
- package/esm2020/directives/multi-style-text.directive.mjs +10 -10
- package/esm2020/directives/truncate-tooltip.directive.mjs +3 -3
- package/esm2020/dots-stepper/dots-stepper.component.mjs +3 -3
- package/esm2020/infobox/infobox.component.mjs +14 -7
- package/esm2020/labels/label-list.component.mjs +3 -3
- package/esm2020/labels/label.component.mjs +11 -7
- package/esm2020/labels-selector/labels-selector.component.mjs +11 -7
- package/esm2020/media-display-overlay/media-display-overlay-dialog.component.mjs +16 -10
- package/esm2020/modal/modal.component.mjs +14 -10
- package/esm2020/neo-datepicker/day-disabled.pipe.mjs +3 -3
- package/esm2020/neo-datepicker/neo-datepicker.component.mjs +26 -21
- package/esm2020/notification/notification.component.mjs +3 -3
- package/esm2020/paginator/paginator-button/paginator-button.component.mjs +6 -6
- package/esm2020/paginator/paginator.component.mjs +14 -9
- package/esm2020/password-input/password-input.component.mjs +12 -7
- package/esm2020/popmenu/popmenu.component.mjs +20 -20
- package/esm2020/popmenu/popmenu.directive.mjs +19 -19
- package/esm2020/popmenu/popmenu.module.mjs +4 -4
- package/esm2020/slide-toggle/slide-toggle.component.mjs +3 -3
- package/esm2020/snackbar/snackbar.component.mjs +14 -10
- package/esm2020/snackbars-thread/component/snackbars-thread.component.mjs +15 -7
- package/esm2020/snackbars-thread/service/snackbars-thread.service.mjs +3 -3
- package/esm2020/src/lib/agorapulse-ui-components.module.mjs +6 -6
- package/esm2020/stepper/stepper.component.mjs +3 -3
- package/esm2020/text-measurement/text-measurement.service.mjs +3 -3
- package/esm2020/tooltip-neo/tooltip-neo.component.mjs +3 -3
- package/esm2020/tooltip-neo/tooltip-neo.directive.mjs +7 -7
- package/esm2020/tooltip-neo/tooltip-neo.service.mjs +3 -3
- package/fesm2015/agorapulse-ui-components-add-comment.mjs +9 -9
- package/fesm2015/agorapulse-ui-components-add-comment.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-avatar.mjs +3 -3
- package/fesm2015/agorapulse-ui-components-confirm-modal.mjs +8 -8
- package/fesm2015/agorapulse-ui-components-confirm-modal.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-datepicker.mjs +11 -6
- package/fesm2015/agorapulse-ui-components-datepicker.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-directives.mjs +31 -31
- package/fesm2015/agorapulse-ui-components-directives.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-dots-stepper.mjs +3 -3
- package/fesm2015/agorapulse-ui-components-infobox.mjs +13 -6
- package/fesm2015/agorapulse-ui-components-infobox.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-labels-selector.mjs +10 -6
- package/fesm2015/agorapulse-ui-components-labels-selector.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-labels.mjs +13 -9
- package/fesm2015/agorapulse-ui-components-labels.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-media-display-overlay.mjs +16 -10
- package/fesm2015/agorapulse-ui-components-media-display-overlay.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-modal.mjs +14 -10
- package/fesm2015/agorapulse-ui-components-modal.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-neo-datepicker.mjs +29 -24
- package/fesm2015/agorapulse-ui-components-neo-datepicker.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-notification.mjs +3 -3
- package/fesm2015/agorapulse-ui-components-paginator.mjs +18 -13
- package/fesm2015/agorapulse-ui-components-paginator.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-password-input.mjs +11 -6
- package/fesm2015/agorapulse-ui-components-password-input.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-popmenu.mjs +43 -43
- package/fesm2015/agorapulse-ui-components-popmenu.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-slide-toggle.mjs +3 -3
- package/fesm2015/agorapulse-ui-components-snackbar.mjs +14 -10
- package/fesm2015/agorapulse-ui-components-snackbar.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-snackbars-thread.mjs +17 -9
- package/fesm2015/agorapulse-ui-components-snackbars-thread.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components-stepper.mjs +3 -3
- package/fesm2015/agorapulse-ui-components-text-measurement.mjs +3 -3
- package/fesm2015/agorapulse-ui-components-tooltip-neo.mjs +12 -12
- package/fesm2015/agorapulse-ui-components-tooltip-neo.mjs.map +1 -1
- package/fesm2015/agorapulse-ui-components.mjs +7 -7
- package/fesm2015/agorapulse-ui-components.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-add-comment.mjs +9 -9
- package/fesm2020/agorapulse-ui-components-add-comment.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-avatar.mjs +3 -3
- package/fesm2020/agorapulse-ui-components-confirm-modal.mjs +8 -8
- package/fesm2020/agorapulse-ui-components-confirm-modal.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-datepicker.mjs +11 -6
- package/fesm2020/agorapulse-ui-components-datepicker.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-directives.mjs +31 -31
- package/fesm2020/agorapulse-ui-components-directives.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-dots-stepper.mjs +3 -3
- package/fesm2020/agorapulse-ui-components-infobox.mjs +13 -6
- package/fesm2020/agorapulse-ui-components-infobox.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-labels-selector.mjs +10 -6
- package/fesm2020/agorapulse-ui-components-labels-selector.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-labels.mjs +13 -9
- package/fesm2020/agorapulse-ui-components-labels.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-media-display-overlay.mjs +16 -10
- package/fesm2020/agorapulse-ui-components-media-display-overlay.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-modal.mjs +14 -10
- package/fesm2020/agorapulse-ui-components-modal.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-neo-datepicker.mjs +29 -24
- package/fesm2020/agorapulse-ui-components-neo-datepicker.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-notification.mjs +3 -3
- package/fesm2020/agorapulse-ui-components-paginator.mjs +18 -13
- package/fesm2020/agorapulse-ui-components-paginator.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-password-input.mjs +11 -6
- package/fesm2020/agorapulse-ui-components-password-input.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-popmenu.mjs +43 -43
- package/fesm2020/agorapulse-ui-components-popmenu.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-slide-toggle.mjs +3 -3
- package/fesm2020/agorapulse-ui-components-snackbar.mjs +14 -10
- package/fesm2020/agorapulse-ui-components-snackbar.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-snackbars-thread.mjs +17 -9
- package/fesm2020/agorapulse-ui-components-snackbars-thread.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components-stepper.mjs +3 -3
- package/fesm2020/agorapulse-ui-components-text-measurement.mjs +3 -3
- package/fesm2020/agorapulse-ui-components-tooltip-neo.mjs +12 -12
- package/fesm2020/agorapulse-ui-components-tooltip-neo.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components.mjs +7 -7
- package/fesm2020/agorapulse-ui-components.mjs.map +1 -1
- package/infobox/infobox.component.d.ts +4 -2
- package/labels/label-list.component.d.ts +1 -1
- package/labels/label.component.d.ts +4 -2
- package/labels-selector/labels-selector.component.d.ts +4 -2
- package/media-display-overlay/media-display-overlay-dialog.component.d.ts +5 -3
- package/modal/modal.component.d.ts +5 -3
- package/neo-datepicker/neo-datepicker.component.d.ts +7 -4
- package/notification/notification.component.d.ts +1 -1
- package/package.json +9 -9
- package/paginator/paginator-button/paginator-button.component.d.ts +1 -1
- package/paginator/paginator.component.d.ts +4 -1
- package/password-input/password-input.component.d.ts +4 -1
- package/popmenu/popmenu.component.d.ts +2 -2
- package/popmenu/popmenu.directive.d.ts +1 -1
- package/slide-toggle/slide-toggle.component.d.ts +1 -1
- package/snackbar/snackbar.component.d.ts +5 -3
- package/snackbars-thread/component/snackbars-thread.component.d.ts +5 -3
- package/snackbars-thread/model/snackbars-thread.model.d.ts +2 -2
- package/stepper/stepper.component.d.ts +1 -1
- package/tooltip-neo/tooltip-neo.component.d.ts +1 -1
- package/tooltip-neo/tooltip-neo.directive.d.ts +1 -1
- package/agorapulse-ui-components-14.1.8.tgz +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agorapulse-ui-components.mjs","sources":["../../../libs/ui-components/src/lib/agorapulse-ui-components.module.ts","../../../libs/ui-components/index.ts","../../../libs/ui-components/agorapulse-ui-components.ts"],"sourcesContent":["// Modules\nimport {AddCommentComponent} from '@agorapulse/ui-components/add-comment';\nimport {AvatarComponent} from '@agorapulse/ui-components/avatar';\nimport {ConfirmModalComponent} from '@agorapulse/ui-components/confirm-modal';\nimport {DatepickerComponent} from '@agorapulse/ui-components/datepicker';\nimport {\n AutosizeTextareaDirective,\n DefaultImageDirective,\n EllipsisDirective,\n EqualValidatorDirective,\n FrozenGifDirective,\n MultiStyleTextDirective,\n TruncateTooltipDirective,\n} from '@agorapulse/ui-components/directives';\nimport {DotsStepperComponent} from '@agorapulse/ui-components/dots-stepper';\nimport {InfoboxComponent} from '@agorapulse/ui-components/infobox';\nimport {LabelComponent, LabelListComponent} from '@agorapulse/ui-components/labels';\nimport {LabelsSelectorComponent} from '@agorapulse/ui-components/labels-selector';\nimport {MediaDisplayOverlayDialogComponent} from '@agorapulse/ui-components/media-display-overlay';\nimport {ModalComponent} from '@agorapulse/ui-components/modal';\nimport {DayDisabledPipe, NeoDatepickerComponent} from '@agorapulse/ui-components/neo-datepicker';\nimport {NotificationComponent} from '@agorapulse/ui-components/notification';\nimport {PaginatorButtonComponent, PaginatorComponent} from '@agorapulse/ui-components/paginator';\nimport {PasswordInputComponent} from '@agorapulse/ui-components/password-input';\nimport {PopmenuModule} from '@agorapulse/ui-components/popmenu';\nimport {SlideToggleComponent} from '@agorapulse/ui-components/slide-toggle';\nimport {SnackBarComponent} from '@agorapulse/ui-components/snackbar';\nimport {SnackbarsThreadComponent} from '@agorapulse/ui-components/snackbars-thread';\nimport {StepperComponent} from '@agorapulse/ui-components/stepper';\nimport {TooltipNeoComponent, TooltipNeoDirective} from '@agorapulse/ui-components/tooltip-neo';\nimport {NgModule} from '@angular/core';\nimport {MAT_TABS_CONFIG} from '@angular/material/tabs';\n\n\n/**\n * @deprecated for better tree-shaking, use standalone component import instead\n */\n@NgModule({\n declarations: [],\n imports: [\n // Components\n AvatarComponent,\n StepperComponent,\n ConfirmModalComponent,\n DatepickerComponent,\n DotsStepperComponent,\n EllipsisDirective,\n InfoboxComponent,\n LabelListComponent,\n LabelsSelectorComponent,\n NeoDatepickerComponent,\n MediaDisplayOverlayDialogComponent,\n ModalComponent,\n PasswordInputComponent,\n SnackBarComponent,\n LabelComponent,\n NotificationComponent,\n PaginatorComponent,\n PaginatorButtonComponent,\n SlideToggleComponent,\n SnackbarsThreadComponent,\n TooltipNeoComponent,\n // Directives\n DefaultImageDirective,\n FrozenGifDirective,\n SlideToggleComponent,\n EqualValidatorDirective,\n MultiStyleTextDirective,\n TruncateTooltipDirective,\n TooltipNeoDirective,\n AddCommentComponent,\n AutosizeTextareaDirective,\n // Pipes\n DayDisabledPipe,\n ],\n exports: [\n // Components\n AddCommentComponent,\n AvatarComponent,\n StepperComponent,\n ConfirmModalComponent,\n DatepickerComponent,\n NeoDatepickerComponent,\n DotsStepperComponent,\n EllipsisDirective,\n InfoboxComponent,\n LabelComponent,\n LabelListComponent,\n MediaDisplayOverlayDialogComponent,\n ModalComponent,\n PasswordInputComponent,\n SnackBarComponent,\n LabelsSelectorComponent,\n NotificationComponent,\n PaginatorComponent,\n PaginatorButtonComponent,\n SlideToggleComponent,\n SnackbarsThreadComponent,\n // Pipes\n DayDisabledPipe,\n // Directives\n AutosizeTextareaDirective,\n DefaultImageDirective,\n FrozenGifDirective,\n EqualValidatorDirective,\n MultiStyleTextDirective,\n TruncateTooltipDirective,\n TooltipNeoDirective,\n // Modules\n PopmenuModule,\n ],\n providers: [\n // Disable ripple effect\n // {provide: MAT_RIPPLE_GLOBAL_OPTIONS, useValue: {disabled: true}},\n // Disable tabs animation\n {provide: MAT_TABS_CONFIG, useValue: {animationDuration: '0ms'}},\n ],\n})\nexport class AgorapulseUiComponentsModule {}\n","/*\n * Public API Surface of ui\n */\n\n// Module\nexport {AgorapulseUiComponentsModule} from './src/lib/agorapulse-ui-components.module';\nexport {PopmenuModule} from '@agorapulse/ui-components/popmenu';\n\n// Directive\nexport {AutosizeTextareaDirective, DefaultImageDirective, EllipsisDirective,\n FrozenGifDirective, EqualValidatorDirective, MultiStyleTextDirective, TruncateTooltipDirective} from '@agorapulse/ui-components/directives';\nexport {PopmenuDirective} from '@agorapulse/ui-components/popmenu';\nexport {TooltipNeoDirective} from '@agorapulse/ui-components/tooltip-neo';\n\n// Component\nexport {AddCommentComponent} from '@agorapulse/ui-components/add-comment';\nexport {AvatarComponent} from '@agorapulse/ui-components/avatar';\nexport {StepperComponent} from '@agorapulse/ui-components/stepper';\nexport {ConfirmModalComponent} from '@agorapulse/ui-components/confirm-modal';\nexport {DatepickerComponent, DatepickerMode, I18nDatePicker, Period} from '@agorapulse/ui-components/datepicker';\nexport {NeoDatepickerComponent, NeoDatePickerStartsOn, NeoDatePickerMode, NeoDatePickerLocale, DayDisabledPipe} from '@agorapulse/ui-components/neo-datepicker';\nexport {DotsStepperComponent} from '@agorapulse/ui-components/dots-stepper';\nexport {InfoboxComponent} from '@agorapulse/ui-components/infobox';\nexport {LabelComponent} from '@agorapulse/ui-components/labels';\nexport {LabelListComponent} from '@agorapulse/ui-components/labels';\nexport {LabelsSelectorComponent} from '@agorapulse/ui-components/labels-selector';\nexport {MediaDisplayOverlayDialogComponent} from '@agorapulse/ui-components/media-display-overlay';\nexport {ModalComponent, ModalConfig} from '@agorapulse/ui-components/modal';\nexport {PaginatorComponent} from '@agorapulse/ui-components/paginator';\nexport {PasswordInputComponent} from '@agorapulse/ui-components/password-input';\nexport {PopmenuComponent} from '@agorapulse/ui-components/popmenu';\nexport {SnackBarComponent} from '@agorapulse/ui-components/snackbar';\nexport {NotificationComponent} from '@agorapulse/ui-components/notification';\nexport {PaginatorButtonComponent} from '@agorapulse/ui-components/paginator';\nexport {SlideToggleComponent} from '@agorapulse/ui-components/slide-toggle';\nexport {SnackbarsThreadComponent} from '@agorapulse/ui-components/snackbars-thread';\n\n// Service\nexport {SnackbarsThreadService} from '@agorapulse/ui-components/snackbars-thread';\n\n// Model\nexport {Step} from '@agorapulse/ui-components/stepper';\nexport {ConfirmModalTexts} from '@agorapulse/ui-components/confirm-modal';\nexport {generateCodeStatus, CodeStatus, SnackbarsThreadBase, SnackbarTypeValues, externalSnackbarTypeAllowed} from '@agorapulse/ui-components/snackbars-thread';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"agorapulse-ui-components.mjs","sources":["../../../libs/ui-components/src/lib/agorapulse-ui-components.module.ts","../../../libs/ui-components/index.ts","../../../libs/ui-components/agorapulse-ui-components.ts"],"sourcesContent":["// Modules\nimport {AddCommentComponent} from '@agorapulse/ui-components/add-comment';\nimport {AvatarComponent} from '@agorapulse/ui-components/avatar';\nimport {ConfirmModalComponent} from '@agorapulse/ui-components/confirm-modal';\nimport {DatepickerComponent} from '@agorapulse/ui-components/datepicker';\nimport {\n AutosizeTextareaDirective,\n DefaultImageDirective,\n EllipsisDirective,\n EqualValidatorDirective,\n FrozenGifDirective,\n MultiStyleTextDirective,\n TruncateTooltipDirective,\n} from '@agorapulse/ui-components/directives';\nimport {DotsStepperComponent} from '@agorapulse/ui-components/dots-stepper';\nimport {InfoboxComponent} from '@agorapulse/ui-components/infobox';\nimport {LabelComponent, LabelListComponent} from '@agorapulse/ui-components/labels';\nimport {LabelsSelectorComponent} from '@agorapulse/ui-components/labels-selector';\nimport {MediaDisplayOverlayDialogComponent} from '@agorapulse/ui-components/media-display-overlay';\nimport {ModalComponent} from '@agorapulse/ui-components/modal';\nimport {DayDisabledPipe, NeoDatepickerComponent} from '@agorapulse/ui-components/neo-datepicker';\nimport {NotificationComponent} from '@agorapulse/ui-components/notification';\nimport {PaginatorButtonComponent, PaginatorComponent} from '@agorapulse/ui-components/paginator';\nimport {PasswordInputComponent} from '@agorapulse/ui-components/password-input';\nimport {PopmenuModule} from '@agorapulse/ui-components/popmenu';\nimport {SlideToggleComponent} from '@agorapulse/ui-components/slide-toggle';\nimport {SnackBarComponent} from '@agorapulse/ui-components/snackbar';\nimport {SnackbarsThreadComponent} from '@agorapulse/ui-components/snackbars-thread';\nimport {StepperComponent} from '@agorapulse/ui-components/stepper';\nimport {TooltipNeoComponent, TooltipNeoDirective} from '@agorapulse/ui-components/tooltip-neo';\nimport {NgModule} from '@angular/core';\nimport {MAT_LEGACY_TABS_CONFIG as MAT_TABS_CONFIG} from '@angular/material/legacy-tabs';\n\n\n/**\n * @deprecated for better tree-shaking, use standalone component import instead\n */\n@NgModule({\n declarations: [],\n imports: [\n // Components\n AvatarComponent,\n StepperComponent,\n ConfirmModalComponent,\n DatepickerComponent,\n DotsStepperComponent,\n EllipsisDirective,\n InfoboxComponent,\n LabelListComponent,\n LabelsSelectorComponent,\n NeoDatepickerComponent,\n MediaDisplayOverlayDialogComponent,\n ModalComponent,\n PasswordInputComponent,\n SnackBarComponent,\n LabelComponent,\n NotificationComponent,\n PaginatorComponent,\n PaginatorButtonComponent,\n SlideToggleComponent,\n SnackbarsThreadComponent,\n TooltipNeoComponent,\n // Directives\n DefaultImageDirective,\n FrozenGifDirective,\n SlideToggleComponent,\n EqualValidatorDirective,\n MultiStyleTextDirective,\n TruncateTooltipDirective,\n TooltipNeoDirective,\n AddCommentComponent,\n AutosizeTextareaDirective,\n // Pipes\n DayDisabledPipe,\n ],\n exports: [\n // Components\n AddCommentComponent,\n AvatarComponent,\n StepperComponent,\n ConfirmModalComponent,\n DatepickerComponent,\n NeoDatepickerComponent,\n DotsStepperComponent,\n EllipsisDirective,\n InfoboxComponent,\n LabelComponent,\n LabelListComponent,\n MediaDisplayOverlayDialogComponent,\n ModalComponent,\n PasswordInputComponent,\n SnackBarComponent,\n LabelsSelectorComponent,\n NotificationComponent,\n PaginatorComponent,\n PaginatorButtonComponent,\n SlideToggleComponent,\n SnackbarsThreadComponent,\n // Pipes\n DayDisabledPipe,\n // Directives\n AutosizeTextareaDirective,\n DefaultImageDirective,\n FrozenGifDirective,\n EqualValidatorDirective,\n MultiStyleTextDirective,\n TruncateTooltipDirective,\n TooltipNeoDirective,\n // Modules\n PopmenuModule,\n ],\n providers: [\n // Disable ripple effect\n // {provide: MAT_RIPPLE_GLOBAL_OPTIONS, useValue: {disabled: true}},\n // Disable tabs animation\n {provide: MAT_TABS_CONFIG, useValue: {animationDuration: '0ms'}},\n ],\n})\nexport class AgorapulseUiComponentsModule {}\n","/*\n * Public API Surface of ui\n */\n\n// Module\nexport {AgorapulseUiComponentsModule} from './src/lib/agorapulse-ui-components.module';\nexport {PopmenuModule} from '@agorapulse/ui-components/popmenu';\n\n// Directive\nexport {AutosizeTextareaDirective, DefaultImageDirective, EllipsisDirective,\n FrozenGifDirective, EqualValidatorDirective, MultiStyleTextDirective, TruncateTooltipDirective} from '@agorapulse/ui-components/directives';\nexport {PopmenuDirective} from '@agorapulse/ui-components/popmenu';\nexport {TooltipNeoDirective} from '@agorapulse/ui-components/tooltip-neo';\n\n// Component\nexport {AddCommentComponent} from '@agorapulse/ui-components/add-comment';\nexport {AvatarComponent} from '@agorapulse/ui-components/avatar';\nexport {StepperComponent} from '@agorapulse/ui-components/stepper';\nexport {ConfirmModalComponent} from '@agorapulse/ui-components/confirm-modal';\nexport {DatepickerComponent, DatepickerMode, I18nDatePicker, Period} from '@agorapulse/ui-components/datepicker';\nexport {NeoDatepickerComponent, NeoDatePickerStartsOn, NeoDatePickerMode, NeoDatePickerLocale, DayDisabledPipe} from '@agorapulse/ui-components/neo-datepicker';\nexport {DotsStepperComponent} from '@agorapulse/ui-components/dots-stepper';\nexport {InfoboxComponent} from '@agorapulse/ui-components/infobox';\nexport {LabelComponent} from '@agorapulse/ui-components/labels';\nexport {LabelListComponent} from '@agorapulse/ui-components/labels';\nexport {LabelsSelectorComponent} from '@agorapulse/ui-components/labels-selector';\nexport {MediaDisplayOverlayDialogComponent} from '@agorapulse/ui-components/media-display-overlay';\nexport {ModalComponent, ModalConfig} from '@agorapulse/ui-components/modal';\nexport {PaginatorComponent} from '@agorapulse/ui-components/paginator';\nexport {PasswordInputComponent} from '@agorapulse/ui-components/password-input';\nexport {PopmenuComponent} from '@agorapulse/ui-components/popmenu';\nexport {SnackBarComponent} from '@agorapulse/ui-components/snackbar';\nexport {NotificationComponent} from '@agorapulse/ui-components/notification';\nexport {PaginatorButtonComponent} from '@agorapulse/ui-components/paginator';\nexport {SlideToggleComponent} from '@agorapulse/ui-components/slide-toggle';\nexport {SnackbarsThreadComponent} from '@agorapulse/ui-components/snackbars-thread';\n\n// Service\nexport {SnackbarsThreadService} from '@agorapulse/ui-components/snackbars-thread';\n\n// Model\nexport {Step} from '@agorapulse/ui-components/stepper';\nexport {ConfirmModalTexts} from '@agorapulse/ui-components/confirm-modal';\nexport {generateCodeStatus, CodeStatus, SnackbarsThreadBase, SnackbarTypeValues, externalSnackbarTypeAllowed} from '@agorapulse/ui-components/snackbars-thread';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["MAT_TABS_CONFIG"],"mappings":"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"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import { agorapulseSymbol } from '@agorapulse/ui-symbol';
|
|
1
|
+
import { agorapulseSymbol, SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class InfoboxComponent {
|
|
4
|
+
symbolRegistry: SymbolRegistry;
|
|
4
5
|
type: 'info' | 'warning' | 'error' | 'success';
|
|
5
6
|
text: string;
|
|
6
7
|
fitContent: boolean;
|
|
7
8
|
readonly symbolIds: {
|
|
8
9
|
[k: string]: agorapulseSymbol;
|
|
9
10
|
};
|
|
11
|
+
constructor(symbolRegistry: SymbolRegistry);
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoboxComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoboxComponent, "ap-infobox", never, { "type": "type"; "text": "text"; "fitContent": "fitContent"; }, {}, never, ["*"], true>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoboxComponent, "ap-infobox", never, { "type": "type"; "text": "text"; "fitContent": "fitContent"; }, {}, never, ["*"], true, never>;
|
|
12
14
|
}
|
|
@@ -27,5 +27,5 @@ export declare class LabelListComponent implements AfterContentInit, OnChanges,
|
|
|
27
27
|
trackByLabelContent(index: any, entry: string): string;
|
|
28
28
|
private generateResponsiveLabels;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelListComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabelListComponent, "ap-label-list", never, { "labels": "labels"; "removeLabelsEnabled": "removeLabelsEnabled"; "responsive": "responsive"; "seeLessTranslation": "seeLessTranslation"; }, { "removeLabel": "removeLabel"; }, never, never, true>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelListComponent, "ap-label-list", never, { "labels": "labels"; "removeLabelsEnabled": "removeLabelsEnabled"; "responsive": "responsive"; "seeLessTranslation": "seeLessTranslation"; }, { "removeLabel": "removeLabel"; }, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
1
2
|
import { ElementRef, EventEmitter, NgZone, OnDestroy } from '@angular/core';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class LabelComponent implements OnDestroy {
|
|
4
5
|
private elementRef;
|
|
5
6
|
private zone;
|
|
7
|
+
symbolRegistry: SymbolRegistry;
|
|
6
8
|
color: string | 'blue' | 'red' | 'purple' | 'orange' | 'yellow' | 'green';
|
|
7
9
|
content: string;
|
|
8
10
|
onlyText: boolean;
|
|
@@ -11,10 +13,10 @@ export declare class LabelComponent implements OnDestroy {
|
|
|
11
13
|
remove: EventEmitter<string>;
|
|
12
14
|
private observer;
|
|
13
15
|
tooltipEnabled: boolean;
|
|
14
|
-
constructor(elementRef: ElementRef, zone: NgZone);
|
|
16
|
+
constructor(elementRef: ElementRef, zone: NgZone, symbolRegistry: SymbolRegistry);
|
|
15
17
|
ngAfterViewInit(): void;
|
|
16
18
|
ngOnDestroy(): void;
|
|
17
19
|
onRemoveLabel(): void;
|
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "ap-label", never, { "color": "color"; "content": "content"; "onlyText": "onlyText"; "selectorWidth": "selectorWidth"; "removable": "removable"; }, { "remove": "remove"; }, never, never, true>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "ap-label", never, { "color": "color"; "content": "content"; "onlyText": "onlyText"; "selectorWidth": "selectorWidth"; "removable": "removable"; }, { "remove": "remove"; }, never, never, true, never>;
|
|
20
22
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
1
2
|
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
3
|
import { Observable, Subject } from 'rxjs';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
@@ -7,6 +8,7 @@ export interface LabelsSelectorTranslation {
|
|
|
7
8
|
}
|
|
8
9
|
export declare class LabelsSelectorComponent implements OnInit, OnChanges {
|
|
9
10
|
private changeDetectorRef;
|
|
11
|
+
symbolRegistry: SymbolRegistry;
|
|
10
12
|
readonly INFINITY: number;
|
|
11
13
|
addLabelEnabled: boolean;
|
|
12
14
|
disabled: boolean;
|
|
@@ -23,7 +25,7 @@ export declare class LabelsSelectorComponent implements OnInit, OnChanges {
|
|
|
23
25
|
labelsInput$: Subject<string>;
|
|
24
26
|
labels$: Observable<string[]>;
|
|
25
27
|
labelsLoading: boolean;
|
|
26
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
28
|
+
constructor(changeDetectorRef: ChangeDetectorRef, symbolRegistry: SymbolRegistry);
|
|
27
29
|
ngOnInit(): void;
|
|
28
30
|
ngOnChanges(changes: SimpleChanges): void;
|
|
29
31
|
onCreateLabel(label: string): void;
|
|
@@ -34,5 +36,5 @@ export declare class LabelsSelectorComponent implements OnInit, OnChanges {
|
|
|
34
36
|
onLabelsChange(): void;
|
|
35
37
|
setSearchFunction(): void;
|
|
36
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelsSelectorComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabelsSelectorComponent, "ap-labels-selector", never, { "addLabelEnabled": "addLabelEnabled"; "disabled": "disabled"; "initialLabels": "initialLabels"; "translation": "translation"; "loadingOnSearch": "loadingOnSearch"; "multipleEnabled": "multipleEnabled"; "searchLabelsFunction": "searchLabelsFunction"; }, { "createLabel": "createLabel"; "deleteLabel": "deleteLabel"; "selectLabels": "selectLabels"; "searchErrorMessage": "searchErrorMessage"; }, never, never, true>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelsSelectorComponent, "ap-labels-selector", never, { "addLabelEnabled": "addLabelEnabled"; "disabled": "disabled"; "initialLabels": "initialLabels"; "translation": "translation"; "loadingOnSearch": "loadingOnSearch"; "multipleEnabled": "multipleEnabled"; "searchLabelsFunction": "searchLabelsFunction"; }, { "createLabel": "createLabel"; "deleteLabel": "deleteLabel"; "selectLabels": "selectLabels"; "searchErrorMessage": "searchErrorMessage"; }, never, never, true, never>;
|
|
38
40
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
1
2
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { MatLegacyDialogConfig as MatDialogConfig, MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export interface MediaDisplayData {
|
|
5
6
|
urls: string[];
|
|
@@ -14,18 +15,19 @@ export declare enum KEY_CODE {
|
|
|
14
15
|
export declare class MediaDisplayOverlayDialogComponent implements OnInit {
|
|
15
16
|
dialogRef: MatDialogRef<MediaDisplayOverlayDialogComponent>;
|
|
16
17
|
data: MediaDisplayData;
|
|
18
|
+
symbolRegistry: SymbolRegistry;
|
|
17
19
|
static config: MatDialogConfig;
|
|
18
20
|
currentUrlIndex: number;
|
|
19
21
|
urls: string[];
|
|
20
22
|
url: string;
|
|
21
23
|
mediaType: string;
|
|
22
24
|
supportGif: boolean;
|
|
23
|
-
constructor(dialogRef: MatDialogRef<MediaDisplayOverlayDialogComponent>, data: MediaDisplayData);
|
|
25
|
+
constructor(dialogRef: MatDialogRef<MediaDisplayOverlayDialogComponent>, data: MediaDisplayData, symbolRegistry: SymbolRegistry);
|
|
24
26
|
ngOnInit(): void;
|
|
25
27
|
onClose(): void;
|
|
26
28
|
onNext($event: UIEvent): void;
|
|
27
29
|
onPrevious($event: UIEvent): void;
|
|
28
30
|
keyEvent(event: KeyboardEvent): void;
|
|
29
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<MediaDisplayOverlayDialogComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaDisplayOverlayDialogComponent, "ap-media-display-overlay", never, {}, {}, never, never, true>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaDisplayOverlayDialogComponent, "ap-media-display-overlay", never, {}, {}, never, never, true, never>;
|
|
31
33
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
1
2
|
import { ComponentType } from '@angular/cdk/portal';
|
|
2
3
|
import { TemplateRef } from '@angular/core';
|
|
3
|
-
import { MatDialog, MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
|
|
4
|
+
import { MatLegacyDialog as MatDialog, MatLegacyDialogConfig as MatDialogConfig, MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export interface ModalConfig extends ModalConfigBase {
|
|
6
7
|
closable?: boolean;
|
|
@@ -12,8 +13,9 @@ export interface ModalConfigBase {
|
|
|
12
13
|
}
|
|
13
14
|
export declare class ModalComponent {
|
|
14
15
|
dialogRef: MatDialogRef<ComponentType<any>>;
|
|
16
|
+
symbolRegistry: SymbolRegistry;
|
|
15
17
|
static readonly PANEL_CLASS = "modal-container";
|
|
16
|
-
constructor(dialogRef: MatDialogRef<ComponentType<any
|
|
18
|
+
constructor(dialogRef: MatDialogRef<ComponentType<any>>, symbolRegistry: SymbolRegistry);
|
|
17
19
|
closable: boolean;
|
|
18
20
|
headerBottomBorderEnabled: boolean;
|
|
19
21
|
footerTemplate: TemplateRef<any>;
|
|
@@ -45,5 +47,5 @@ export declare class ModalComponent {
|
|
|
45
47
|
static openWithTemplates(matDialog: MatDialog, headerTemplate: TemplateRef<any>, mainTemplate: TemplateRef<any>, footerTemplate?: TemplateRef<any>, config?: ModalConfig): MatDialogRef<ModalComponent>;
|
|
46
48
|
close(): void;
|
|
47
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ap-modal", never, { "closable": "closable"; "headerBottomBorderEnabled": "headerBottomBorderEnabled"; "footerTemplate": "footerTemplate"; "footerVisible": "footerVisible"; "headerTemplate": "headerTemplate"; "headerVisible": "headerVisible"; "mainTemplate": "mainTemplate"; "config": "config"; "containerStyle": "containerStyle"; "headerStyle": "headerStyle"; "contentStyle": "contentStyle"; "footerStyle": "footerStyle"; "defaultLayout": "defaultLayout"; }, {}, never, never, true>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ap-modal", never, { "closable": "closable"; "headerBottomBorderEnabled": "headerBottomBorderEnabled"; "footerTemplate": "footerTemplate"; "footerVisible": "footerVisible"; "headerTemplate": "headerTemplate"; "headerVisible": "headerVisible"; "mainTemplate": "mainTemplate"; "config": "config"; "containerStyle": "containerStyle"; "headerStyle": "headerStyle"; "contentStyle": "contentStyle"; "footerStyle": "footerStyle"; "defaultLayout": "defaultLayout"; }, {}, never, never, true, never>;
|
|
49
51
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
1
2
|
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
3
|
import dayjs from 'dayjs';
|
|
3
4
|
import 'dayjs/locale/de';
|
|
@@ -9,10 +10,11 @@ import { DayDetail } from './day-detail.model';
|
|
|
9
10
|
import { DayDisabledPipe } from './day-disabled.pipe';
|
|
10
11
|
import { BehaviorSubject } from "rxjs";
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
13
|
+
export type NeoDatePickerMode = 'single' | 'multiple';
|
|
14
|
+
export type NeoDatePickerStartsOn = 'monday' | 'sunday';
|
|
15
|
+
export type NeoDatePickerLocale = 'en' | 'es' | 'fr' | 'pt' | 'de';
|
|
15
16
|
export declare class NeoDatepickerComponent implements OnInit {
|
|
17
|
+
symbolRegistry: SymbolRegistry;
|
|
16
18
|
readonly ONE_DAY: number;
|
|
17
19
|
readonly TODAY_TIMESTAMP: number;
|
|
18
20
|
dayTemplate: TemplateRef<HTMLElement>;
|
|
@@ -43,6 +45,7 @@ export declare class NeoDatepickerComponent implements OnInit {
|
|
|
43
45
|
selectedDaysTimestamp: Set<number>;
|
|
44
46
|
weekDays: string[];
|
|
45
47
|
dayDisabledPipe: DayDisabledPipe;
|
|
48
|
+
constructor(symbolRegistry: SymbolRegistry);
|
|
46
49
|
ngOnInit(): void;
|
|
47
50
|
getDayDetails(index: number, firstDay: number, month: number, numberOfDays: number, year: number): DayDetail;
|
|
48
51
|
getNumberOfDays(year: number, month: number): number;
|
|
@@ -51,5 +54,5 @@ export declare class NeoDatepickerComponent implements OnInit {
|
|
|
51
54
|
onNextMonth(): void;
|
|
52
55
|
onSelectDay(dayDetail: DayDetail): void;
|
|
53
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<NeoDatepickerComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NeoDatepickerComponent, "ap-neo-date-picker", never, { "dayTemplate": "dayTemplate"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "selectedDates": "selectedDates"; "startsOn": "startsOn"; }, { "datesSelected": "datesSelected"; "nextMonth": "nextMonth"; "previousMonth": "previousMonth"; }, never, never, true>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NeoDatepickerComponent, "ap-neo-date-picker", never, { "dayTemplate": "dayTemplate"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "selectedDates": "selectedDates"; "startsOn": "startsOn"; }, { "datesSelected": "datesSelected"; "nextMonth": "nextMonth"; "previousMonth": "previousMonth"; }, never, never, true, never>;
|
|
55
58
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class NotificationComponent {
|
|
3
3
|
type: 'info' | 'warning' | 'error' | 'success';
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "ap-notification", never, { "type": "type"; }, {}, never, ["[icon]", "[text]"], true>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "ap-notification", never, { "type": "type"; }, {}, never, ["[icon]", "[text]"], true, never>;
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agorapulse/ui-components",
|
|
3
3
|
"description": "Agorapulse UI Components Library",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "15.0.0",
|
|
5
5
|
"author": "Benoit Hediard",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
},
|
|
13
13
|
"homepage": "https://github.com/agorapulse/design",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@agorapulse/ui-symbol": "^
|
|
16
|
-
"@agorapulse/ui-theme": "^
|
|
17
|
-
"@angular/cdk": "^
|
|
18
|
-
"@angular/common": "^
|
|
19
|
-
"@angular/core": "^
|
|
20
|
-
"@angular/material": "^
|
|
21
|
-
"@angular/animations": "^
|
|
22
|
-
"@ng-select/ng-select": "^
|
|
15
|
+
"@agorapulse/ui-symbol": "^15.0.0",
|
|
16
|
+
"@agorapulse/ui-theme": "^15.0.0",
|
|
17
|
+
"@angular/cdk": "^15.1.0",
|
|
18
|
+
"@angular/common": "^15.1.0",
|
|
19
|
+
"@angular/core": "^15.1.0",
|
|
20
|
+
"@angular/material": "^15.1.0",
|
|
21
|
+
"@angular/animations": "^15.1.0",
|
|
22
|
+
"@ng-select/ng-select": "^10.0.3",
|
|
23
23
|
"moment": "^2.29.1",
|
|
24
24
|
"ngx-daterangepicker-material": "^4.0.1",
|
|
25
25
|
"dayjs": "^1.11.6"
|
|
@@ -5,5 +5,5 @@ export declare class PaginatorButtonComponent {
|
|
|
5
5
|
selectedPageIndex: number;
|
|
6
6
|
selectPage: EventEmitter<number>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorButtonComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorButtonComponent, "ap-paginator-button", never, { "pageIndex": "pageIndex"; "selectedPageIndex": "selectedPageIndex"; }, { "selectPage": "selectPage"; }, never, never, true>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorButtonComponent, "ap-paginator-button", never, { "pageIndex": "pageIndex"; "selectedPageIndex": "selectedPageIndex"; }, { "selectPage": "selectPage"; }, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
1
2
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class PaginatorComponent implements OnChanges {
|
|
5
|
+
symbolRegistry: SymbolRegistry;
|
|
4
6
|
itemCount: number;
|
|
5
7
|
itemCountPerPage: number;
|
|
6
8
|
edgeSize: number;
|
|
@@ -10,8 +12,9 @@ export declare class PaginatorComponent implements OnChanges {
|
|
|
10
12
|
pageCount: number;
|
|
11
13
|
firstPageDisplayed: boolean;
|
|
12
14
|
lastPageDisplayed: boolean;
|
|
15
|
+
constructor(symbolRegistry: SymbolRegistry);
|
|
13
16
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
17
|
onSelectPage(pageIndex: number): void;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "ap-paginator", never, { "itemCount": "itemCount"; "itemCountPerPage": "itemCountPerPage"; "edgeSize": "edgeSize"; "middleSize": "middleSize"; "currentPageIndex": "currentPageIndex"; }, { "currentPageIndexChange": "currentPageIndexChange"; }, never, never, true>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "ap-paginator", never, { "itemCount": "itemCount"; "itemCountPerPage": "itemCountPerPage"; "edgeSize": "edgeSize"; "middleSize": "middleSize"; "currentPageIndex": "currentPageIndex"; }, { "currentPageIndexChange": "currentPageIndexChange"; }, never, never, true, never>;
|
|
17
20
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
1
2
|
import { ElementRef, OnInit } from '@angular/core';
|
|
2
3
|
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
4
|
import { Subscription } from 'rxjs';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare const PASSWORD_CONTROL_VALUE_ACCESSOR: any;
|
|
6
7
|
export declare class PasswordInputComponent implements OnInit, ControlValueAccessor {
|
|
8
|
+
symbolRegistry: SymbolRegistry;
|
|
7
9
|
static type: string[];
|
|
8
10
|
inputType: typeof PasswordInputComponent.type[number];
|
|
9
11
|
name: string;
|
|
@@ -13,6 +15,7 @@ export declare class PasswordInputComponent implements OnInit, ControlValueAcces
|
|
|
13
15
|
passwordInput: ElementRef;
|
|
14
16
|
controler: FormControl;
|
|
15
17
|
changes: Subscription;
|
|
18
|
+
constructor(symbolRegistry: SymbolRegistry);
|
|
16
19
|
/**
|
|
17
20
|
* Change between visible and hidden password
|
|
18
21
|
*/
|
|
@@ -26,5 +29,5 @@ export declare class PasswordInputComponent implements OnInit, ControlValueAcces
|
|
|
26
29
|
ngOnInit(): void;
|
|
27
30
|
ngOnDestroy(): void;
|
|
28
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "ap-password-input", never, { "name": "name"; "placeholder": "placeholder"; "fullWidth": "fullWidth"; }, {}, never, never, true>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "ap-password-input", never, { "name": "name"; "placeholder": "placeholder"; "fullWidth": "fullWidth"; }, {}, never, never, true, never>;
|
|
30
33
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
2
|
-
import { MatMenuTrigger } from '@angular/material/menu';
|
|
2
|
+
import { MatLegacyMenuTrigger as MatMenuTrigger } from '@angular/material/legacy-menu';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PopmenuComponent implements AfterViewInit {
|
|
5
5
|
renderer: Renderer2;
|
|
@@ -61,5 +61,5 @@ export declare class PopmenuComponent implements AfterViewInit {
|
|
|
61
61
|
setPlacementClass(placement?: string): void;
|
|
62
62
|
setPosition(): void;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopmenuComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopmenuComponent, "ap-popmenu", never, { "data": "data"; "show": "show"; "close": "close"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never, never, true>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopmenuComponent, "ap-popmenu", never, { "data": "data"; "show": "show"; "close": "close"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never, never, true, never>;
|
|
65
65
|
}
|
|
@@ -74,5 +74,5 @@ export declare class PopmenuDirective implements OnChanges, OnInit {
|
|
|
74
74
|
showTooltipElem(): void;
|
|
75
75
|
hideTooltipElem(): void;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopmenuDirective, [{ optional: true; }, null, null, null, null, null]>;
|
|
77
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopmenuDirective, "[apPopmenu]", never, { "apPopmenuBorder": "apPopmenuBorder"; "apPopmenuDisabled": "apPopmenuDisabled"; "apPopmenuBackground": "apPopmenuBackground"; "arrow": "arrow"; "arrowOffset": "arrowOffset"; "arrowPosition": "arrowPosition"; "close": "close"; "hasBackdrop": "hasBackdrop"; "backdropClass": "backdropClass"; "panelClass": "panelClass"; "offset": "offset"; "offsets": "offsets"; "placement": "placement"; "pointer": "pointer"; "popMenuValue": "apPopmenu"; "position": "position"; "rounded": "rounded"; "shadow": "shadow"; "options": "options"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never, never, true>;
|
|
77
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopmenuDirective, "[apPopmenu]", never, { "apPopmenuBorder": "apPopmenuBorder"; "apPopmenuDisabled": "apPopmenuDisabled"; "apPopmenuBackground": "apPopmenuBackground"; "arrow": "arrow"; "arrowOffset": "arrowOffset"; "arrowPosition": "arrowPosition"; "close": "close"; "hasBackdrop": "hasBackdrop"; "backdropClass": "backdropClass"; "panelClass": "panelClass"; "offset": "offset"; "offsets": "offsets"; "placement": "placement"; "pointer": "pointer"; "popMenuValue": "apPopmenu"; "position": "position"; "rounded": "rounded"; "shadow": "shadow"; "options": "options"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never, never, true, never>;
|
|
78
78
|
}
|
|
@@ -15,5 +15,5 @@ export declare class SlideToggleComponent implements ControlValueAccessor {
|
|
|
15
15
|
registerOnTouched(fn: any): void;
|
|
16
16
|
writeValue(status: boolean): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SlideToggleComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleComponent, "ap-slide-toggle", never, { "checked": "checked"; "disabled": "disabled"; }, { "checkedChange": "checkedChange"; }, never, never, true>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleComponent, "ap-slide-toggle", never, { "checked": "checked"; "disabled": "disabled"; }, { "checkedChange": "checkedChange"; }, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
2
|
+
import { MatLegacySnackBarRef as MatSnackBarRef } from "@angular/material/legacy-snack-bar";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SnackBarComponent {
|
|
4
5
|
snackBarRef: MatSnackBarRef<SnackBarComponent>;
|
|
5
6
|
data: any;
|
|
6
|
-
|
|
7
|
+
symbolRegistry: SymbolRegistry;
|
|
8
|
+
constructor(snackBarRef: MatSnackBarRef<SnackBarComponent>, data: any, symbolRegistry: SymbolRegistry);
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SnackBarComponent, "ap-snackbar", never, {}, {}, never, never, true>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SnackBarComponent, "ap-snackbar", never, {}, {}, never, never, true, never>;
|
|
9
11
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { SnackbarsThreadService } from "../service/snackbars-thread.service";
|
|
2
|
+
import { SymbolRegistry } from '@agorapulse/ui-symbol';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SnackbarsThreadComponent {
|
|
4
5
|
snackbarsThreadService: SnackbarsThreadService;
|
|
6
|
+
symbolRegistry: SymbolRegistry;
|
|
5
7
|
SnackbarTypesMap: {
|
|
6
8
|
0: string;
|
|
7
9
|
1: string;
|
|
@@ -9,10 +11,10 @@ export declare class SnackbarsThreadComponent {
|
|
|
9
11
|
3: string;
|
|
10
12
|
};
|
|
11
13
|
SnackbarIconsMap: {
|
|
12
|
-
[k: number]: "attachment" | "add" | "view" | "close" | "small-caps" | "calendar" | "add-2022" | "add-circle" | "add-circle-bold-alternate" | "add-square-alternate" | "agorapulse-official" | "agorapulse-square-logo" | "alarm-bell-1" | "alarm-clock-1-alternate" | "alert-circle" | "alert-triangle" | "analytics-bars" | "analytics-board-bars" | "analytics-board-graph-line" | "app-window-expand" | "app-window-search-text" | "app-window-link" | "app-window-next" | "arrow-button-down" | "arrow-button-down-2" | "arrow-button-left" | "arrow-button-right" | "arrow-button-up" | "arrow-button-up-2" | "arrow-circle-right" | "arrow-corner-right" | "arrow-down-1" | "arrow-left-1" | "arrow-right" | "arrow-right-1" | "arrow-right-long" | "arrow-thick-circle-bottom-right-corner-2" | "arrow-thick-circle-right-2" | "arrow-thick-circle-top-right-corner-2" | "arrow-thick-down-2" | "arrow-thick-left-2" | "arrow-thick-right-2" | "arrow-thick-up-2" | "arrow-up-1" | "artboard-image-1" | "bin" | "bin-1" | "bin-2" | "bitly" | "button-play" | "button-shuffle" | "button-refresh-arrow" | "bookmarks-1" | "bookmarks-1-alternate" | "bookmarks-document" | "calendar-2022" | "calendar-3" | "calendar-add-1" | "calendar-setting" | "canva" | "certified-certificate" | "chat-translate" | "check-1" | "check-2" | "check-circle" | "check-circle-alternate" | "cog" | "cog-1" | "common-file-double" | "common-file-text-alternate" | "common-file-stack-alternate" | "common-file-upload" | "competitors" | "content-pencil-write" | "controls-pause" | "controls-play" | "controls-play-3" | "conversation-chat-1" | "conversation-chat-1-alternate" | "copy-paste" | "country-targeting" | "country-targeting-active" | "credit-card-1-alternate" | "crown" | "cursor-double-click-3" | "custom-facebook-comment" | "custom-facebook-like" | "custom-facebook-share" | "custom-tiktok-like" | "custom-tiktok-comment" | "custom-tiktok-share" | "custom-tiktok-melody" | "custom-twitter-comment" | "custom-twitter-like" | "custom-twitter-retweet" | "custom-twitter-retweet-full" | "custom-twitter-share" | "custom-inbox-post" | "custom-instagram-bookmark" | "custom-instagram-carousel" | "custom-instagram-comment" | "custom-instagram-like" | "custom-instagram-play" | "custom-instagram-reels" | "custom-instagram-share" | "custom-instagram-tags" | "custom-linkedin-comment" | "custom-linkedin-like" | "custom-linkedin-share" | "data-file-bars-add" | "data-transfer-vertical" | "data-transfer-vertical-bi-color-down" | "data-transfer-vertical-bi-color-up" | "data-transfer-square-horizontal" | "design-file-text-alternate" | "delete" | "delete-2-alternate" | "desktop-computer-pc-1" | "dislike" | "dislike-alternate" | "dislike-1" | "download-bottom" | "drawer-download" | "drawer-open" | "earth-heart" | "earth-search" | "email-action-add" | "email-action-reply" | "email-action-reply-alternate" | "email-action-subtract" | "email-action-sync-1" | "envelope-letter" | "excel" | "facebook" | "famous-people-man-steve-jobs" | "fans-2022" | "faq-2022" | "fast-food-burger-drink" | "flag-plain-2" | "file-csv-1" | "filter-1" | "filter-2" | "flag-plain" | "flip-right" | "folder-add-alternate" | "folder-empty" | "folder-media-alternate" | "folder-search-alternate" | "gauge-dashboard-alternate" | "gift-box" | "google-analytics" | "hash" | "headphones-customer-support-human" | "headphones-customer-support-human-1" | "help-wheel" | "hourglass-alternate" | "house-chimney-1" | "hyperlink-3" | "ig-grid" | "ig-story" | "ig-reel" | "image-file-bmp" | "image-file-jpg" | "image-file-gif" | "image-file-landscape" | "image-file-landscape-2" | "image-file-png" | "inbox-2022" | "information" | "information-circle" | "instagram" | "instagram-outline" | "iris-scan-approved" | "keyboard-3" | "keyboard-arrow-bottom-right" | "keyboard-arrow-right" | "keyboard-arrow-top-right" | "language-targeting" | "language-targeting-active" | "layers-hide" | "layers-show" | "layout-3" | "layout-module" | "layout-module-1" | "layout-agenda" | "layout-bullets" | "layout-top-1" | "library-2022" | "light-bulb" | "like" | "like-alternate" | "like-1" | "linkedin" | "list-bullets" | "listening-2022" | "lock-password" | "logout-1-alternate" | "logout-2" | "love-it" | "love-it-alternate" | "love-it-alternate-bold" | "love-it-circle" | "meetings-camera" | "megaphone" | "messages-bubble" | "messages-bubble-alternate" | "messages-bubble-dot" | "messages-bubble-empty-alternate" | "messages-bubble-forward" | "messages-bubble-graph" | "messages-bubble-question-alternate" | "messages-bubble-square-menu-alternate" | "messages-bubble-square-text" | "mobile-phone" | "module-three-1" | "money-wallet-open" | "move-to-bottom" | "multiple-man-1" | "multiple-users-1" | "natural-disaster-hurricane-radar-1" | "navigation-menu-horizontal" | "navigation-menu-horizontal-1-alternate" | "navigation-menu-vertical" | "network-search" | "notes-add" | "notes-text-flip-3" | "notes-book-text" | "notes-paper" | "notes-paper-approve" | "notes-paper-text-2" | "notif-2022" | "office-outdoors" | "open-new-tab" | "open-quote" | "organization" | "paginate-filter-picture" | "paginate-filter-plus" | "payment-paypal" | "pencil-1" | "pencil-2" | "pencil-write-2-alternate" | "people-man-graduate" | "performance-increase" | "phone-ring-1" | "picture-landscape" | "picture-polaroid-landscape" | "picture-stack-landscape" | "pin" | "pin-active" | "pin-location" | "plant-2" | "publishing-2022" | "publishing-list-2022" | "powerpoint" | "premium-star" | "question-circle" | "rating-star" | "read-email-at-alternate" | "remove-bold" | "remove-circle" | "remove-circle-bold-alternate" | "reports-2022" | "roi-2022" | "rotate-back" | "search-alternate" | "send-email-2-alternate" | "send-email-3" | "send-email-4" | "settings-slider-alternate-1" | "settings-vertical" | "share" | "shared-calendar" | "show-theater-mask-happy" | "single-man" | "single-neutral" | "single-neutral-actions-add" | "user-delete" | "smiley-happy-alternate" | "smiley-happy-alternate-custom" | "social-media-retweet" | "social-media-retweet-alternate" | "social-profile-smartphone-add" | "space-rocket-flying" | "sparkles" | "subtract" | "synchronize-arrow-clock" | "synchronize-arrows-1" | "tags-alternate-active" | "tags-add-alternate" | "tags-alternate" | "taking-pictures-circle-alternate" | "taking-pictures-circle-alternate-active" | "taking-videos-circle-alternate" | "taking-videos-circle-alternate-active" | "task-checklist-check" | "task-list-clock" | "task-list-multiple" | "time-clock-circle" | "time-clock-circle-alternate" | "time-clock-circle-1-alternate" | "toys-ball" | "trends-hot-flame" | "twitter" | "twitter-circle" | "twitter-link-placeholder" | "union" | "upload-bottom" | "upload-button" | "vectors-anchor-square-alternate" | "video-file-avi" | "video-file-disable" | "video-file-flv" | "video-file-mov" | "video-file-mpg" | "video-file-mp-4" | "video-file-m-4-v" | "video-file-play-alternate" | "view-alternate" | "view-off" | "view-off-alternate" | "view-off-full" | "view-on" | "view-on-full" | "vintage-tv" | "volume-control-full" | "volume-control-off" | "wifi-signal-4" | "youtube" | "facebook-official" | "google-official" | "google-my-business-official" | "google-analytics-official" | "instagram-official" | "linkedin-official" | "pinterest-official" | "tiktok-official" | "twitter-official" | "youtube-official" | "instagram-story-custom" | "agorapulse-en-flag" | "agorapulse-fr-flag" | "agorapulse-pt-flag" | "agorapulse-es-flag" | "agorapulse-de-flag";
|
|
14
|
+
[k: number]: "attachment" | "add" | "view" | "close" | "small-caps" | "calendar" | "add-2022" | "add-circle" | "add-circle-bold-alternate" | "add-square-alternate" | "agorapulse-official" | "agorapulse-square-logo" | "alarm-bell-1" | "alarm-clock-1-alternate" | "alert-circle" | "alert-triangle" | "analytics-bars" | "analytics-board-bars" | "analytics-board-graph-line" | "app-window-expand" | "app-window-search-text" | "app-window-link" | "app-window-next" | "arrow-button-down" | "arrow-button-down-2" | "arrow-button-left" | "arrow-button-right" | "arrow-button-up" | "arrow-button-up-2" | "arrow-circle-right" | "arrow-corner-right" | "arrow-down-1" | "arrow-left-1" | "arrow-right" | "arrow-right-1" | "arrow-right-long" | "arrow-thick-circle-bottom-right-corner-2" | "arrow-thick-circle-right-2" | "arrow-thick-circle-top-right-corner-2" | "arrow-thick-down-2" | "arrow-thick-left-2" | "arrow-thick-right-2" | "arrow-thick-up-2" | "arrow-up-1" | "artboard-image-1" | "bin" | "bin-1" | "bin-2" | "bitly" | "button-play" | "button-shuffle" | "button-refresh-arrow" | "bookmarks-1" | "bookmarks-1-alternate" | "bookmarks-document" | "calendar-2022" | "calendar-3" | "calendar-add-1" | "calendar-setting" | "canva" | "certified-certificate" | "chat-translate" | "check-1" | "check-2" | "check-circle" | "check-circle-alternate" | "cog" | "cog-1" | "common-file-double" | "common-file-text-alternate" | "common-file-stack-alternate" | "common-file-upload" | "competitors" | "content-pencil-write" | "controls-pause" | "controls-play" | "controls-play-3" | "conversation-chat-1" | "conversation-chat-1-alternate" | "copy-paste" | "country-targeting" | "country-targeting-active" | "credit-card-1-alternate" | "crown" | "cursor-double-click-3" | "custom-facebook-comment" | "custom-facebook-like" | "custom-facebook-share" | "custom-tiktok-like" | "custom-tiktok-comment" | "custom-tiktok-share" | "custom-tiktok-melody" | "custom-twitter-comment" | "custom-twitter-like" | "custom-twitter-retweet" | "custom-twitter-retweet-full" | "custom-twitter-share" | "custom-inbox-post" | "custom-instagram-bookmark" | "custom-instagram-carousel" | "custom-instagram-comment" | "custom-instagram-like" | "custom-instagram-play" | "custom-instagram-reels" | "custom-instagram-share" | "custom-instagram-tags" | "custom-linkedin-comment" | "custom-linkedin-like" | "custom-linkedin-share" | "data-file-bars-add" | "data-transfer-vertical" | "data-transfer-vertical-bi-color-down" | "data-transfer-vertical-bi-color-up" | "data-transfer-square-horizontal" | "design-file-text-alternate" | "delete" | "delete-2-alternate" | "desktop-computer-pc-1" | "dislike" | "dislike-alternate" | "dislike-1" | "download-bottom" | "drawer-download" | "drawer-open" | "earth-heart" | "earth-search" | "email-action-add" | "email-action-reply" | "email-action-reply-alternate" | "email-action-subtract" | "email-action-sync-1" | "envelope-letter" | "excel" | "facebook" | "famous-people-man-steve-jobs" | "fans-2022" | "faq-2022" | "fast-food-burger-drink" | "flag-plain-2" | "file-csv-1" | "filter-1" | "filter-2" | "flag-plain" | "flip-right" | "folder-add-alternate" | "folder-empty" | "folder-media-alternate" | "folder-search-alternate" | "gauge-dashboard-alternate" | "gift-box" | "google-analytics" | "hash" | "headphones-customer-support-human" | "headphones-customer-support-human-1" | "help-wheel" | "hourglass-alternate" | "house-chimney-1" | "hyperlink-3" | "ig-grid" | "ig-story" | "ig-reel" | "image-file-bmp" | "image-file-jpg" | "image-file-gif" | "image-file-landscape" | "image-file-landscape-2" | "image-file-png" | "inbox-2022" | "information" | "information-circle" | "instagram" | "instagram-outline" | "iris-scan-approved" | "keyboard-3" | "keyboard-arrow-bottom-right" | "keyboard-arrow-right" | "keyboard-arrow-top-right" | "language-targeting" | "language-targeting-active" | "layers-hide" | "layers-show" | "layout-3" | "layout-module" | "layout-module-1" | "layout-agenda" | "layout-bullets" | "layout-top-1" | "library-2022" | "light-bulb" | "like" | "like-alternate" | "like-1" | "linkedin" | "list-bullets" | "listening-2022" | "lock-password" | "logout-1-alternate" | "logout-2" | "love-it" | "love-it-alternate" | "love-it-alternate-bold" | "love-it-circle" | "meetings-camera" | "megaphone" | "messages-bubble" | "messages-bubble-alternate" | "messages-bubble-dot" | "messages-bubble-empty-alternate" | "messages-bubble-forward" | "messages-bubble-graph" | "messages-bubble-question-alternate" | "messages-bubble-square-menu-alternate" | "messages-bubble-square-text" | "mobile-phone" | "module-three-1" | "money-wallet-open" | "move-to-bottom" | "multiple-man-1" | "multiple-users-1" | "natural-disaster-hurricane-radar-1" | "navigation-menu-horizontal" | "navigation-menu-horizontal-1-alternate" | "navigation-menu-vertical" | "network-search" | "notes-add" | "notes-text-flip-3" | "notes-book-text" | "notes-paper" | "notes-paper-approve" | "notes-paper-text-2" | "notif-2022" | "office-outdoors" | "open-new-tab" | "open-quote" | "organization" | "paginate-filter-picture" | "paginate-filter-plus" | "payment-paypal" | "pencil-1" | "pencil-2" | "pencil-write-2-alternate" | "people-man-graduate" | "performance-increase" | "phone-ring-1" | "picture-landscape" | "picture-polaroid-landscape" | "picture-stack-landscape" | "pin" | "pin-active" | "pin-location" | "plant-2" | "publishing-2022" | "publishing-list-2022" | "powerpoint" | "premium-star" | "question-circle" | "rating-star" | "read-email-at-alternate" | "remove-bold" | "remove-circle" | "remove-circle-bold-alternate" | "reports-2022" | "roi-2022" | "rotate-back" | "search-alternate" | "send-email-2-alternate" | "send-email-3" | "send-email-4" | "settings-slider-alternate-1" | "settings-vertical" | "share" | "shared-calendar" | "show-theater-mask-happy" | "single-man" | "single-neutral" | "single-neutral-actions-add" | "user-delete" | "smiley-happy-alternate" | "smiley-happy-alternate-custom" | "social-media-retweet" | "social-media-retweet-alternate" | "social-profile-smartphone-add" | "space-rocket-flying" | "sparkles" | "subtract" | "synchronize-arrow-clock" | "synchronize-arrows-1" | "tags-alternate-active" | "tags-add-alternate" | "tags-alternate" | "taking-pictures-circle-alternate" | "taking-pictures-circle-alternate-active" | "taking-videos-circle-alternate" | "taking-videos-circle-alternate-active" | "task-checklist-check" | "task-list-clock" | "task-list-multiple" | "time-clock-circle" | "time-clock-circle-alternate" | "time-clock-circle-1-alternate" | "toys-ball" | "trends-hot-flame" | "twitter" | "twitter-circle" | "twitter-link-placeholder" | "union" | "upload-bottom" | "upload-button" | "variable" | "vectors-anchor-square-alternate" | "video-file-avi" | "video-file-disable" | "video-file-flv" | "video-file-mov" | "video-file-mpg" | "video-file-mp-4" | "video-file-m-4-v" | "video-file-play-alternate" | "view-alternate" | "view-off" | "view-off-alternate" | "view-off-full" | "view-on" | "view-on-full" | "vintage-tv" | "volume-control-full" | "volume-control-off" | "wifi-signal-4" | "youtube" | "facebook-official" | "google-official" | "google-my-business-official" | "google-analytics-official" | "instagram-official" | "linkedin-official" | "pinterest-official" | "tiktok-official" | "twitter-official" | "youtube-official" | "instagram-story-custom" | "agorapulse-en-flag" | "agorapulse-fr-flag" | "agorapulse-pt-flag" | "agorapulse-es-flag" | "agorapulse-de-flag";
|
|
13
15
|
};
|
|
14
|
-
constructor(snackbarsThreadService: SnackbarsThreadService);
|
|
16
|
+
constructor(snackbarsThreadService: SnackbarsThreadService, symbolRegistry: SymbolRegistry);
|
|
15
17
|
remove(id: string): void;
|
|
16
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarsThreadComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarsThreadComponent, "ap-snackbars-thread", never, {}, {}, never, never, true>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarsThreadComponent, "ap-snackbars-thread", never, {}, {}, never, never, true, never>;
|
|
18
20
|
}
|
|
@@ -5,8 +5,8 @@ import { SafeHtml } from "@angular/platform-browser";
|
|
|
5
5
|
* Warning - 2
|
|
6
6
|
* Error - 3
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
9
|
-
|
|
8
|
+
export type externalSnackbarTypeAllowed = 'info' | 'success' | 'warning' | 'error';
|
|
9
|
+
type internalSnackbarTypeAllowed = 0 | 1 | 2 | 3;
|
|
10
10
|
/**
|
|
11
11
|
* https://netbasal.com/a-smaller-bundle-with-const-enums-in-typescript-b7f786227e5e
|
|
12
12
|
*/
|
|
@@ -12,5 +12,5 @@ export declare class StepperComponent implements OnChanges {
|
|
|
12
12
|
ngOnChanges(changes: SimpleChanges): void;
|
|
13
13
|
clickCurrentStep(step: Step): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ap-stepper", never, { "currentStep": "currentStep"; "steps": "steps"; }, { "stepClicked": "stepClicked"; }, never, never, true>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ap-stepper", never, { "currentStep": "currentStep"; "steps": "steps"; }, { "stepClicked": "stepClicked"; }, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -13,5 +13,5 @@ export declare class TooltipNeoComponent implements OnInit {
|
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
onClickOutside(event: any): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipNeoComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipNeoComponent, "ap-tooltip-neo", never, { "params": "params"; }, {}, never, never, true>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipNeoComponent, "ap-tooltip-neo", never, { "params": "params"; }, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -33,5 +33,5 @@ export declare class TooltipNeoDirective implements OnInit, OnDestroy, OnChanges
|
|
|
33
33
|
onMouseEnter(): void;
|
|
34
34
|
onMouseLeave(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipNeoDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipNeoDirective, "[apTooltipNeo]", never, { "apTooltipNeo": "apTooltipNeo"; }, {}, never, never, true>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipNeoDirective, "[apTooltipNeo]", never, { "apTooltipNeo": "apTooltipNeo"; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
Binary file
|