@agorapulse/ui-components 20.0.0 → 20.1.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/action-dropdown/index.d.ts +3 -9
- package/agorapulse-ui-components-20.1.0.tgz +0 -0
- package/fesm2022/agorapulse-ui-components-action-dropdown.mjs +6 -16
- package/fesm2022/agorapulse-ui-components-action-dropdown.mjs.map +1 -1
- package/fesm2022/agorapulse-ui-components-button.mjs +2 -2
- package/fesm2022/agorapulse-ui-components-button.mjs.map +1 -1
- package/fesm2022/agorapulse-ui-components-nav-selector-testing.mjs +97 -0
- package/fesm2022/agorapulse-ui-components-nav-selector-testing.mjs.map +1 -0
- package/fesm2022/agorapulse-ui-components-nav-selector.mjs +27 -24
- package/fesm2022/agorapulse-ui-components-nav-selector.mjs.map +1 -1
- package/fesm2022/agorapulse-ui-components-providers.mjs +19 -0
- package/fesm2022/agorapulse-ui-components-providers.mjs.map +1 -0
- package/fesm2022/agorapulse-ui-components.mjs.map +1 -1
- package/nav-selector/index.d.ts +13 -2
- package/nav-selector/testing/index.d.ts +69 -0
- package/package.json +53 -45
- package/providers/index.d.ts +11 -0
- package/agorapulse-ui-components-20.0.0.tgz +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
|
|
3
|
+
const UI_COMPONENTS_SYMBOLS = new InjectionToken('UI_COMPONENTS_SYMBOLS');
|
|
4
|
+
function provideUiComponentsSymbols(...symbols) {
|
|
5
|
+
return [
|
|
6
|
+
{
|
|
7
|
+
provide: UI_COMPONENTS_SYMBOLS,
|
|
8
|
+
multi: true,
|
|
9
|
+
useValue: symbols,
|
|
10
|
+
},
|
|
11
|
+
];
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Generated bundle index. Do not edit.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
export { UI_COMPONENTS_SYMBOLS, provideUiComponentsSymbols };
|
|
19
|
+
//# sourceMappingURL=agorapulse-ui-components-providers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agorapulse-ui-components-providers.mjs","sources":["../../../libs/ui-components/providers/src/injection-tokens.ts","../../../libs/ui-components/providers/src/agorapulse-ui-components-providers.ts"],"sourcesContent":["import { AgorapulseSymbol } from '@agorapulse/ui-symbol';\nimport { InjectionToken } from '@angular/core';\n\nexport const UI_COMPONENTS_SYMBOLS = new InjectionToken<AgorapulseSymbol[]>('UI_COMPONENTS_SYMBOLS');\n\nexport function provideUiComponentsSymbols(...symbols: AgorapulseSymbol[]) {\n return [\n {\n provide: UI_COMPONENTS_SYMBOLS,\n multi: true,\n useValue: symbols,\n },\n ];\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;MAGa,qBAAqB,GAAG,IAAI,cAAc,CAAqB,uBAAuB;AAE7F,SAAU,0BAA0B,CAAC,GAAG,OAA2B,EAAA;IACrE,OAAO;AACH,QAAA;AACI,YAAA,OAAO,EAAE,qBAAqB;AAC9B,YAAA,KAAK,EAAE,IAAI;AACX,YAAA,QAAQ,EAAE,OAAO;AACpB,SAAA;KACJ;AACL;;ACbA;;AAEG;;;;"}
|
|
@@ -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} from '@agorapulse/ui-components/directives';\nimport { DotStepperComponent } from '@agorapulse/ui-components/dot-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 { SnackbarsThreadComponent } from '@agorapulse/ui-components/snackbars-thread';\nimport { StepperComponent } from '@agorapulse/ui-components/stepper';\nimport { TooltipDirective } from '@agorapulse/ui-components/tooltip';\nimport { NgModule } from '@angular/core';\nimport { MAT_TABS_CONFIG } from '@angular/material/tabs';\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 DotStepperComponent,\n EllipsisDirective,\n InfoboxComponent,\n LabelListComponent,\n LabelsSelectorComponent,\n NeoDatepickerComponent,\n MediaDisplayOverlayDialogComponent,\n ModalComponent,\n PasswordInputComponent,\n LabelComponent,\n NotificationComponent,\n PaginatorComponent,\n PaginatorButtonComponent,\n SlideToggleComponent,\n SnackbarsThreadComponent,\n // Directives\n DefaultImageDirective,\n FrozenGifDirective,\n EqualValidatorDirective,\n MultiStyleTextDirective,\n TooltipDirective,\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 DotStepperComponent,\n EllipsisDirective,\n InfoboxComponent,\n LabelComponent,\n LabelListComponent,\n MediaDisplayOverlayDialogComponent,\n ModalComponent,\n PasswordInputComponent,\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 TooltipDirective,\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 { PopmenuModule } from '@agorapulse/ui-components/popmenu';\nexport { AgorapulseUiComponentsModule } from './src/lib/agorapulse-ui-components.module';\n\n// Directive\nexport {\n AutosizeTextareaDirective,\n CheckboxDirective,\n DefaultImageDirective,\n EllipsisDirective,\n EqualValidatorDirective,\n FrozenGifDirective,\n MultiStyleTextDirective,\n} from '@agorapulse/ui-components/directives';\nexport { PopmenuDirective } from '@agorapulse/ui-components/popmenu';\nexport { TooltipDirective } from '@agorapulse/ui-components/tooltip';\n\n// Component\nexport { AddCommentComponent } from '@agorapulse/ui-components/add-comment';\nexport { AutocompleteComponent } from '@agorapulse/ui-components/autocomplete';\nexport { AvatarComponent } from '@agorapulse/ui-components/avatar';\nexport { BadgeComponent } from '@agorapulse/ui-components/badge';\nexport { ButtonComponent } from '@agorapulse/ui-components/button';\nexport { CheckboxComponent } from '@agorapulse/ui-components/checkbox';\nexport { ConfirmModalComponent } from '@agorapulse/ui-components/confirm-modal';\nexport { CounterComponent } from '@agorapulse/ui-components/counter';\nexport { DatepickerComponent, DatepickerMode, I18nDatePicker, Period } from '@agorapulse/ui-components/datepicker';\nexport { DotStepperComponent } from '@agorapulse/ui-components/dot-stepper';\nexport { IconButtonComponent } from '@agorapulse/ui-components/icon-button';\nexport { InfoboxComponent } from '@agorapulse/ui-components/infobox';\nexport { LabelComponent, LabelListComponent } from '@agorapulse/ui-components/labels';\nexport { LabelsSelectorComponent } from '@agorapulse/ui-components/labels-selector';\nexport { InputComponent } from '@agorapulse/ui-components/legacy/input';\nexport { SelectComponent } from '@agorapulse/ui-components/legacy/select';\nexport { TextareaComponent } from '@agorapulse/ui-components/legacy/textarea';\nexport { MediaDisplayOverlayDialogComponent } from '@agorapulse/ui-components/media-display-overlay';\nexport { ModalComponent, ModalConfig } from '@agorapulse/ui-components/modal';\nexport { NavSelectorComponent } from '@agorapulse/ui-components/nav-selector'\nexport {\n DayDisabledPipe,\n NeoDatePickerLocale,\n NeoDatePickerMode,\n NeoDatePickerStartsOn,\n NeoDatepickerComponent,\n} from '@agorapulse/ui-components/neo-datepicker';\nexport { NotificationComponent } from '@agorapulse/ui-components/notification';\nexport { PaginatorButtonComponent, PaginatorComponent } from '@agorapulse/ui-components/paginator';\nexport { PasswordInputComponent } from '@agorapulse/ui-components/password-input';\nexport { PopmenuComponent } from '@agorapulse/ui-components/popmenu';\nexport { RadioComponent } from '@agorapulse/ui-components/radio';\nexport { SlideToggleComponent } from '@agorapulse/ui-components/slide-toggle';\nexport { SnackbarsThreadComponent } from '@agorapulse/ui-components/snackbars-thread';\nexport { SocialButtonComponent } from '@agorapulse/ui-components/social-button';\nexport { StatusComponent } from '@agorapulse/ui-components/status';\nexport { StatusCardActor, StatusCardComponent } from '@agorapulse/ui-components/status-card';\nexport { StepperComponent } from '@agorapulse/ui-components/stepper';\nexport { TagComponent } from '@agorapulse/ui-components/tag';\nexport { ToggleComponent } from '@agorapulse/ui-components/toggle';\n\n// Service\nexport { SnackbarsThreadService } from '@agorapulse/ui-components/snackbars-thread';\n\n// Model\nexport { ConfirmModalTexts } from '@agorapulse/ui-components/confirm-modal';\nexport {\n CodeStatus,\n SnackbarTypeValues,\n SnackbarsThreadBase,\n externalSnackbarTypeAllowed,\n generateCodeStatus,\n} from '@agorapulse/ui-components/snackbars-thread';\nexport { Step } from '@agorapulse/ui-components/stepper';\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} from '@agorapulse/ui-components/directives';\nimport { DotStepperComponent } from '@agorapulse/ui-components/dot-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 { SnackbarsThreadComponent } from '@agorapulse/ui-components/snackbars-thread';\nimport { StepperComponent } from '@agorapulse/ui-components/stepper';\nimport { TooltipDirective } from '@agorapulse/ui-components/tooltip';\nimport { NgModule } from '@angular/core';\nimport { MAT_TABS_CONFIG } from '@angular/material/tabs';\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 DotStepperComponent,\n EllipsisDirective,\n InfoboxComponent,\n LabelListComponent,\n LabelsSelectorComponent,\n NeoDatepickerComponent,\n MediaDisplayOverlayDialogComponent,\n ModalComponent,\n PasswordInputComponent,\n LabelComponent,\n NotificationComponent,\n PaginatorComponent,\n PaginatorButtonComponent,\n SlideToggleComponent,\n SnackbarsThreadComponent,\n // Directives\n DefaultImageDirective,\n FrozenGifDirective,\n EqualValidatorDirective,\n MultiStyleTextDirective,\n TooltipDirective,\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 DotStepperComponent,\n EllipsisDirective,\n InfoboxComponent,\n LabelComponent,\n LabelListComponent,\n MediaDisplayOverlayDialogComponent,\n ModalComponent,\n PasswordInputComponent,\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 TooltipDirective,\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 { PopmenuModule } from '@agorapulse/ui-components/popmenu';\nexport { AgorapulseUiComponentsModule } from './src/lib/agorapulse-ui-components.module';\n\n// Directive\nexport {\n AutosizeTextareaDirective,\n CheckboxDirective,\n DefaultImageDirective,\n EllipsisDirective,\n EqualValidatorDirective,\n FrozenGifDirective,\n MultiStyleTextDirective,\n} from '@agorapulse/ui-components/directives';\nexport { PopmenuDirective } from '@agorapulse/ui-components/popmenu';\nexport { TooltipDirective } from '@agorapulse/ui-components/tooltip';\n\n// Component\nexport { AddCommentComponent } from '@agorapulse/ui-components/add-comment';\nexport { AutocompleteComponent } from '@agorapulse/ui-components/autocomplete';\nexport { AvatarComponent } from '@agorapulse/ui-components/avatar';\nexport { BadgeComponent } from '@agorapulse/ui-components/badge';\nexport { ButtonComponent } from '@agorapulse/ui-components/button';\nexport { CheckboxComponent } from '@agorapulse/ui-components/checkbox';\nexport { ConfirmModalComponent } from '@agorapulse/ui-components/confirm-modal';\nexport { CounterComponent } from '@agorapulse/ui-components/counter';\nexport { DatepickerComponent, DatepickerMode, I18nDatePicker, Period } from '@agorapulse/ui-components/datepicker';\nexport { DotStepperComponent } from '@agorapulse/ui-components/dot-stepper';\nexport { IconButtonComponent } from '@agorapulse/ui-components/icon-button';\nexport { InfoboxComponent } from '@agorapulse/ui-components/infobox';\nexport { LabelComponent, LabelListComponent } from '@agorapulse/ui-components/labels';\nexport { LabelsSelectorComponent } from '@agorapulse/ui-components/labels-selector';\nexport { InputComponent } from '@agorapulse/ui-components/legacy/input';\nexport { SelectComponent } from '@agorapulse/ui-components/legacy/select';\nexport { TextareaComponent } from '@agorapulse/ui-components/legacy/textarea';\nexport { MediaDisplayOverlayDialogComponent } from '@agorapulse/ui-components/media-display-overlay';\nexport { ModalComponent, ModalConfig } from '@agorapulse/ui-components/modal';\nexport { NavSelectorComponent } from '@agorapulse/ui-components/nav-selector';\nexport {\n DayDisabledPipe,\n NeoDatePickerLocale,\n NeoDatePickerMode,\n NeoDatePickerStartsOn,\n NeoDatepickerComponent,\n} from '@agorapulse/ui-components/neo-datepicker';\nexport { NotificationComponent } from '@agorapulse/ui-components/notification';\nexport { PaginatorButtonComponent, PaginatorComponent } from '@agorapulse/ui-components/paginator';\nexport { PasswordInputComponent } from '@agorapulse/ui-components/password-input';\nexport { PopmenuComponent } from '@agorapulse/ui-components/popmenu';\nexport { RadioComponent } from '@agorapulse/ui-components/radio';\nexport { SlideToggleComponent } from '@agorapulse/ui-components/slide-toggle';\nexport { SnackbarsThreadComponent } from '@agorapulse/ui-components/snackbars-thread';\nexport { SocialButtonComponent } from '@agorapulse/ui-components/social-button';\nexport { StatusComponent } from '@agorapulse/ui-components/status';\nexport { StatusCardActor, StatusCardComponent } from '@agorapulse/ui-components/status-card';\nexport { StepperComponent } from '@agorapulse/ui-components/stepper';\nexport { TagComponent } from '@agorapulse/ui-components/tag';\nexport { ToggleComponent } from '@agorapulse/ui-components/toggle';\n\n// Service\nexport { SnackbarsThreadService } from '@agorapulse/ui-components/snackbars-thread';\n\n// Model\nexport { ConfirmModalTexts } from '@agorapulse/ui-components/confirm-modal';\nexport {\n CodeStatus,\n SnackbarTypeValues,\n SnackbarsThreadBase,\n externalSnackbarTypeAllowed,\n generateCodeStatus,\n} from '@agorapulse/ui-components/snackbars-thread';\nexport { Step } from '@agorapulse/ui-components/stepper';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
package/nav-selector/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AvatarNetwork } from '@agorapulse/ui-components/avatar';
|
|
2
|
+
import { agorapulseSymbol } from '@agorapulse/ui-symbol';
|
|
2
3
|
import * as _angular_core from '@angular/core';
|
|
3
4
|
import { OnInit, TemplateRef, ElementRef } from '@angular/core';
|
|
4
5
|
import * as i1 from '@agorapulse/ui-components/directives';
|
|
@@ -74,6 +75,10 @@ type NavSelectorLeaf = {
|
|
|
74
75
|
tokenInvalid: boolean;
|
|
75
76
|
/** Indicates if entry is locked */
|
|
76
77
|
featureLocked: boolean;
|
|
78
|
+
/** Indicates if and which icon should be displayed before the label */
|
|
79
|
+
startSymbolId: agorapulseSymbol | null;
|
|
80
|
+
/** Indicates if and what dot color should be displayed before the label */
|
|
81
|
+
startDotColor: string | null;
|
|
77
82
|
/** Sub elements of the leaf, they are optional */
|
|
78
83
|
details: NavSelectorLeafDetails[];
|
|
79
84
|
/** Optional actions that can be performed on the leaf */
|
|
@@ -111,6 +116,8 @@ interface NavSelectorLeafDetails {
|
|
|
111
116
|
uid: string;
|
|
112
117
|
/** Counter to display on the entry */
|
|
113
118
|
counter: number | null;
|
|
119
|
+
/** If true, excludes this from the counter sum */
|
|
120
|
+
excludedCounterSum: boolean;
|
|
114
121
|
/** Displayed name of the node */
|
|
115
122
|
name: string;
|
|
116
123
|
/** Translation of the error on the leaf */
|
|
@@ -214,6 +221,10 @@ type InternalNavSelectorLeaf = {
|
|
|
214
221
|
displayTokenInvalid: boolean;
|
|
215
222
|
/** Indicates if the feature is locked */
|
|
216
223
|
displayFeatureLocked: boolean;
|
|
224
|
+
/** Indicates if and which icon should be displayed before the label */
|
|
225
|
+
startSymbolId: agorapulseSymbol | null;
|
|
226
|
+
/** Indicates if and what dot color should be displayed before the label */
|
|
227
|
+
startDotColor: string | null;
|
|
217
228
|
/** Indicates if the leaf is disabled */
|
|
218
229
|
disabled: boolean;
|
|
219
230
|
/** The disabled reason to display in tooltip */
|
|
@@ -285,7 +296,6 @@ declare class NavSelectorState {
|
|
|
285
296
|
entries: _angular_core.WritableSignal<InternalNavSelectorEntry[]>;
|
|
286
297
|
private multipleModeEnabled;
|
|
287
298
|
private _texts;
|
|
288
|
-
private lastSelectedUids;
|
|
289
299
|
isMultipleModeEnabled: _angular_core.WritableSignal<boolean>;
|
|
290
300
|
search: _angular_core.WritableSignal<string>;
|
|
291
301
|
noResults: _angular_core.Signal<boolean>;
|
|
@@ -339,6 +349,7 @@ declare class NavSelectorComponent implements OnInit {
|
|
|
339
349
|
selectedEntryUids: _angular_core.ModelSignal<string[]>;
|
|
340
350
|
actionClicked: _angular_core.OutputEmitterRef<NavSelectorLeafActionClickedEvent>;
|
|
341
351
|
headerProjection: _angular_core.Signal<TemplateRef<unknown> | undefined>;
|
|
352
|
+
contentHeaderProjection: _angular_core.Signal<TemplateRef<unknown> | undefined>;
|
|
342
353
|
footerProjection: _angular_core.Signal<TemplateRef<unknown> | undefined>;
|
|
343
354
|
displayFooter: _angular_core.Signal<boolean>;
|
|
344
355
|
expansionState: _angular_core.Signal<"expanded" | "minified">;
|
|
@@ -356,7 +367,7 @@ declare class NavSelectorComponent implements OnInit {
|
|
|
356
367
|
private initializeExpandedState;
|
|
357
368
|
clickExpandButton(): void;
|
|
358
369
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavSelectorComponent, never>;
|
|
359
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavSelectorComponent, "ap-nav-selector", never, { "navSelectorEntries": { "alias": "navSelectorEntries"; "required": true; "isSignal": true; }; "translatedTexts": { "alias": "translatedTexts"; "required": true; "isSignal": true; }; "multipleModeEnabled": { "alias": "multipleModeEnabled"; "required": false; "isSignal": true; }; "detailsDisplayedLimit": { "alias": "detailsDisplayedLimit"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "forceExpanded": { "alias": "forceExpanded"; "required": false; "isSignal": true; }; "expandedStateLocalStorageKey": { "alias": "expandedStateLocalStorageKey"; "required": false; "isSignal": true; }; "selectedEntryUids": { "alias": "selectedEntryUids"; "required": true; "isSignal": true; }; }, { "selectedEntryUids": "selectedEntryUidsChange"; "actionClicked": "actionClicked"; "onExpansionStateChange": "onExpansionStateChange"; }, ["headerProjection", "footerProjection"], never, true, never>;
|
|
370
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavSelectorComponent, "ap-nav-selector", never, { "navSelectorEntries": { "alias": "navSelectorEntries"; "required": true; "isSignal": true; }; "translatedTexts": { "alias": "translatedTexts"; "required": true; "isSignal": true; }; "multipleModeEnabled": { "alias": "multipleModeEnabled"; "required": false; "isSignal": true; }; "detailsDisplayedLimit": { "alias": "detailsDisplayedLimit"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "forceExpanded": { "alias": "forceExpanded"; "required": false; "isSignal": true; }; "expandedStateLocalStorageKey": { "alias": "expandedStateLocalStorageKey"; "required": false; "isSignal": true; }; "selectedEntryUids": { "alias": "selectedEntryUids"; "required": true; "isSignal": true; }; }, { "selectedEntryUids": "selectedEntryUidsChange"; "actionClicked": "actionClicked"; "onExpansionStateChange": "onExpansionStateChange"; }, ["headerProjection", "contentHeaderProjection", "footerProjection"], never, true, never>;
|
|
360
371
|
}
|
|
361
372
|
|
|
362
373
|
export { NavSelectorComponent, NavSelectorPopoverItemComponent };
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Usage Example:
|
|
3
|
+
*
|
|
4
|
+
* import { generateGroupElements, generateLeafElements } from './nav-selector-entry.mock';
|
|
5
|
+
*
|
|
6
|
+
* const mockNavSelectorEntries = [
|
|
7
|
+
* // Generate 30 groups with children using default settings
|
|
8
|
+
* ...generateGroupElements({
|
|
9
|
+
* count: 30,
|
|
10
|
+
* }),
|
|
11
|
+
*
|
|
12
|
+
* // Generate individual leaf elements without groups
|
|
13
|
+
* ...generateLeafElements({
|
|
14
|
+
* count: 1,
|
|
15
|
+
* }),
|
|
16
|
+
* ];
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Utility function to generate leaf type elements
|
|
20
|
+
* @param options Configuration options for generating leaf elements
|
|
21
|
+
* @returns Array of leaf elements
|
|
22
|
+
*/
|
|
23
|
+
declare function generateLeafElements(options: {
|
|
24
|
+
count: number;
|
|
25
|
+
uidPrefix?: string;
|
|
26
|
+
aliasPrefix?: string;
|
|
27
|
+
startUid?: number;
|
|
28
|
+
networks?: string[];
|
|
29
|
+
pictureUrlPattern?: string;
|
|
30
|
+
disableReasonFrequency?: number;
|
|
31
|
+
tokenInvalidFrequency?: number;
|
|
32
|
+
featureLockedFrequency?: number;
|
|
33
|
+
}): {
|
|
34
|
+
uid: string;
|
|
35
|
+
counter: null;
|
|
36
|
+
alias: string;
|
|
37
|
+
pictureUrl: string;
|
|
38
|
+
disableReason: string | null;
|
|
39
|
+
missingPermission: boolean;
|
|
40
|
+
network: string;
|
|
41
|
+
actions: never[];
|
|
42
|
+
details: never[];
|
|
43
|
+
tokenInvalid: boolean;
|
|
44
|
+
featureLocked: boolean;
|
|
45
|
+
type: "LEAF";
|
|
46
|
+
}[];
|
|
47
|
+
/**
|
|
48
|
+
* Utility function to generate group type elements with children
|
|
49
|
+
* @param options Configuration options for generating group elements
|
|
50
|
+
* @returns Array of group elements
|
|
51
|
+
*/
|
|
52
|
+
declare function generateGroupElements(options: {
|
|
53
|
+
count: number;
|
|
54
|
+
startGroupId?: number;
|
|
55
|
+
categories?: string[];
|
|
56
|
+
childrenCounts?: number[];
|
|
57
|
+
uidPrefix?: string;
|
|
58
|
+
childUidPrefix?: string;
|
|
59
|
+
childAliasPrefix?: string;
|
|
60
|
+
startChildUid?: number;
|
|
61
|
+
childUidIncrement?: number;
|
|
62
|
+
networks?: string[];
|
|
63
|
+
pictureUrlPattern?: string;
|
|
64
|
+
disableReasonFrequency?: number;
|
|
65
|
+
tokenInvalidFrequency?: number;
|
|
66
|
+
featureLockedFrequency?: number;
|
|
67
|
+
}): any;
|
|
68
|
+
|
|
69
|
+
export { generateGroupElements, generateLeafElements };
|
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": "20.
|
|
4
|
+
"version": "20.1.0",
|
|
5
5
|
"author": "Benoit Hediard",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"homepage": "https://github.com/agorapulse/design",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@agorapulse/ui-symbol": "^20.0.
|
|
16
|
-
"@agorapulse/ui-theme": "^20.0.
|
|
17
|
-
"@agorapulse/ui-animations": "^20.0.
|
|
15
|
+
"@agorapulse/ui-symbol": "^20.0.1",
|
|
16
|
+
"@agorapulse/ui-theme": "^20.0.1",
|
|
17
|
+
"@agorapulse/ui-animations": "^20.0.1",
|
|
18
18
|
"@angular/cdk": "20.1.3",
|
|
19
19
|
"@angular/common": "20.1.3",
|
|
20
20
|
"@angular/core": "20.1.3",
|
|
@@ -39,22 +39,22 @@
|
|
|
39
39
|
"types": "./action-dropdown/index.d.ts",
|
|
40
40
|
"default": "./fesm2022/agorapulse-ui-components-action-dropdown.mjs"
|
|
41
41
|
},
|
|
42
|
-
"./autocomplete": {
|
|
43
|
-
"types": "./autocomplete/index.d.ts",
|
|
44
|
-
"default": "./fesm2022/agorapulse-ui-components-autocomplete.mjs"
|
|
45
|
-
},
|
|
46
42
|
"./add-comment": {
|
|
47
43
|
"types": "./add-comment/index.d.ts",
|
|
48
44
|
"default": "./fesm2022/agorapulse-ui-components-add-comment.mjs"
|
|
49
45
|
},
|
|
50
|
-
"./
|
|
51
|
-
"types": "./
|
|
52
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
46
|
+
"./autocomplete": {
|
|
47
|
+
"types": "./autocomplete/index.d.ts",
|
|
48
|
+
"default": "./fesm2022/agorapulse-ui-components-autocomplete.mjs"
|
|
53
49
|
},
|
|
54
50
|
"./avatar": {
|
|
55
51
|
"types": "./avatar/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/agorapulse-ui-components-avatar.mjs"
|
|
57
53
|
},
|
|
54
|
+
"./badge": {
|
|
55
|
+
"types": "./badge/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/agorapulse-ui-components-badge.mjs"
|
|
57
|
+
},
|
|
58
58
|
"./button": {
|
|
59
59
|
"types": "./button/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/agorapulse-ui-components-button.mjs"
|
|
@@ -63,42 +63,46 @@
|
|
|
63
63
|
"types": "./checkbox/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/agorapulse-ui-components-checkbox.mjs"
|
|
65
65
|
},
|
|
66
|
-
"./confirm-modal": {
|
|
67
|
-
"types": "./confirm-modal/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/agorapulse-ui-components-confirm-modal.mjs"
|
|
69
|
-
},
|
|
70
66
|
"./close-button": {
|
|
71
67
|
"types": "./close-button/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/agorapulse-ui-components-close-button.mjs"
|
|
73
69
|
},
|
|
74
|
-
"./
|
|
75
|
-
"types": "./
|
|
76
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
70
|
+
"./confirm-modal": {
|
|
71
|
+
"types": "./confirm-modal/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/agorapulse-ui-components-confirm-modal.mjs"
|
|
73
|
+
},
|
|
74
|
+
"./counter": {
|
|
75
|
+
"types": "./counter/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/agorapulse-ui-components-counter.mjs"
|
|
77
77
|
},
|
|
78
78
|
"./datepicker": {
|
|
79
79
|
"types": "./datepicker/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/agorapulse-ui-components-datepicker.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./
|
|
83
|
-
"types": "./
|
|
84
|
-
"default": "./fesm2022/agorapulse-ui-components-
|
|
82
|
+
"./directives": {
|
|
83
|
+
"types": "./directives/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/agorapulse-ui-components-directives.mjs"
|
|
85
85
|
},
|
|
86
86
|
"./dot-stepper": {
|
|
87
87
|
"types": "./dot-stepper/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/agorapulse-ui-components-dot-stepper.mjs"
|
|
89
89
|
},
|
|
90
|
-
"./form-message": {
|
|
91
|
-
"types": "./form-message/index.d.ts",
|
|
92
|
-
"default": "./fesm2022/agorapulse-ui-components-form-message.mjs"
|
|
93
|
-
},
|
|
94
90
|
"./form-field": {
|
|
95
91
|
"types": "./form-field/index.d.ts",
|
|
96
92
|
"default": "./fesm2022/agorapulse-ui-components-form-field.mjs"
|
|
97
93
|
},
|
|
94
|
+
"./form-message": {
|
|
95
|
+
"types": "./form-message/index.d.ts",
|
|
96
|
+
"default": "./fesm2022/agorapulse-ui-components-form-message.mjs"
|
|
97
|
+
},
|
|
98
98
|
"./icon-button": {
|
|
99
99
|
"types": "./icon-button/index.d.ts",
|
|
100
100
|
"default": "./fesm2022/agorapulse-ui-components-icon-button.mjs"
|
|
101
101
|
},
|
|
102
|
+
"./infobox": {
|
|
103
|
+
"types": "./infobox/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/agorapulse-ui-components-infobox.mjs"
|
|
105
|
+
},
|
|
102
106
|
"./input": {
|
|
103
107
|
"types": "./input/index.d.ts",
|
|
104
108
|
"default": "./fesm2022/agorapulse-ui-components-input.mjs"
|
|
@@ -107,30 +111,22 @@
|
|
|
107
111
|
"types": "./input-group/index.d.ts",
|
|
108
112
|
"default": "./fesm2022/agorapulse-ui-components-input-group.mjs"
|
|
109
113
|
},
|
|
110
|
-
"./infobox": {
|
|
111
|
-
"types": "./infobox/index.d.ts",
|
|
112
|
-
"default": "./fesm2022/agorapulse-ui-components-infobox.mjs"
|
|
113
|
-
},
|
|
114
114
|
"./input-search": {
|
|
115
115
|
"types": "./input-search/index.d.ts",
|
|
116
116
|
"default": "./fesm2022/agorapulse-ui-components-input-search.mjs"
|
|
117
117
|
},
|
|
118
|
-
"./labels-selector": {
|
|
119
|
-
"types": "./labels-selector/index.d.ts",
|
|
120
|
-
"default": "./fesm2022/agorapulse-ui-components-labels-selector.mjs"
|
|
121
|
-
},
|
|
122
118
|
"./labels": {
|
|
123
119
|
"types": "./labels/index.d.ts",
|
|
124
120
|
"default": "./fesm2022/agorapulse-ui-components-labels.mjs"
|
|
125
121
|
},
|
|
122
|
+
"./labels-selector": {
|
|
123
|
+
"types": "./labels-selector/index.d.ts",
|
|
124
|
+
"default": "./fesm2022/agorapulse-ui-components-labels-selector.mjs"
|
|
125
|
+
},
|
|
126
126
|
"./media-display-overlay": {
|
|
127
127
|
"types": "./media-display-overlay/index.d.ts",
|
|
128
128
|
"default": "./fesm2022/agorapulse-ui-components-media-display-overlay.mjs"
|
|
129
129
|
},
|
|
130
|
-
"./neo-datepicker": {
|
|
131
|
-
"types": "./neo-datepicker/index.d.ts",
|
|
132
|
-
"default": "./fesm2022/agorapulse-ui-components-neo-datepicker.mjs"
|
|
133
|
-
},
|
|
134
130
|
"./modal": {
|
|
135
131
|
"types": "./modal/index.d.ts",
|
|
136
132
|
"default": "./fesm2022/agorapulse-ui-components-modal.mjs"
|
|
@@ -139,10 +135,18 @@
|
|
|
139
135
|
"types": "./nav-selector/index.d.ts",
|
|
140
136
|
"default": "./fesm2022/agorapulse-ui-components-nav-selector.mjs"
|
|
141
137
|
},
|
|
138
|
+
"./neo-datepicker": {
|
|
139
|
+
"types": "./neo-datepicker/index.d.ts",
|
|
140
|
+
"default": "./fesm2022/agorapulse-ui-components-neo-datepicker.mjs"
|
|
141
|
+
},
|
|
142
142
|
"./notification": {
|
|
143
143
|
"types": "./notification/index.d.ts",
|
|
144
144
|
"default": "./fesm2022/agorapulse-ui-components-notification.mjs"
|
|
145
145
|
},
|
|
146
|
+
"./paginator": {
|
|
147
|
+
"types": "./paginator/index.d.ts",
|
|
148
|
+
"default": "./fesm2022/agorapulse-ui-components-paginator.mjs"
|
|
149
|
+
},
|
|
146
150
|
"./password-input": {
|
|
147
151
|
"types": "./password-input/index.d.ts",
|
|
148
152
|
"default": "./fesm2022/agorapulse-ui-components-password-input.mjs"
|
|
@@ -151,14 +155,14 @@
|
|
|
151
155
|
"types": "./phone-number-input/index.d.ts",
|
|
152
156
|
"default": "./fesm2022/agorapulse-ui-components-phone-number-input.mjs"
|
|
153
157
|
},
|
|
154
|
-
"./paginator": {
|
|
155
|
-
"types": "./paginator/index.d.ts",
|
|
156
|
-
"default": "./fesm2022/agorapulse-ui-components-paginator.mjs"
|
|
157
|
-
},
|
|
158
158
|
"./popmenu": {
|
|
159
159
|
"types": "./popmenu/index.d.ts",
|
|
160
160
|
"default": "./fesm2022/agorapulse-ui-components-popmenu.mjs"
|
|
161
161
|
},
|
|
162
|
+
"./providers": {
|
|
163
|
+
"types": "./providers/index.d.ts",
|
|
164
|
+
"default": "./fesm2022/agorapulse-ui-components-providers.mjs"
|
|
165
|
+
},
|
|
162
166
|
"./radio": {
|
|
163
167
|
"types": "./radio/index.d.ts",
|
|
164
168
|
"default": "./fesm2022/agorapulse-ui-components-radio.mjs"
|
|
@@ -187,14 +191,14 @@
|
|
|
187
191
|
"types": "./split-button/index.d.ts",
|
|
188
192
|
"default": "./fesm2022/agorapulse-ui-components-split-button.mjs"
|
|
189
193
|
},
|
|
190
|
-
"./status-card": {
|
|
191
|
-
"types": "./status-card/index.d.ts",
|
|
192
|
-
"default": "./fesm2022/agorapulse-ui-components-status-card.mjs"
|
|
193
|
-
},
|
|
194
194
|
"./status": {
|
|
195
195
|
"types": "./status/index.d.ts",
|
|
196
196
|
"default": "./fesm2022/agorapulse-ui-components-status.mjs"
|
|
197
197
|
},
|
|
198
|
+
"./status-card": {
|
|
199
|
+
"types": "./status-card/index.d.ts",
|
|
200
|
+
"default": "./fesm2022/agorapulse-ui-components-status-card.mjs"
|
|
201
|
+
},
|
|
198
202
|
"./stepper": {
|
|
199
203
|
"types": "./stepper/index.d.ts",
|
|
200
204
|
"default": "./fesm2022/agorapulse-ui-components-stepper.mjs"
|
|
@@ -230,6 +234,10 @@
|
|
|
230
234
|
"./legacy/textarea": {
|
|
231
235
|
"types": "./legacy/textarea/index.d.ts",
|
|
232
236
|
"default": "./fesm2022/agorapulse-ui-components-legacy-textarea.mjs"
|
|
237
|
+
},
|
|
238
|
+
"./nav-selector/testing": {
|
|
239
|
+
"types": "./nav-selector/testing/index.d.ts",
|
|
240
|
+
"default": "./fesm2022/agorapulse-ui-components-nav-selector-testing.mjs"
|
|
233
241
|
}
|
|
234
242
|
},
|
|
235
243
|
"sideEffects": false,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AgorapulseSymbol } from '@agorapulse/ui-symbol';
|
|
2
|
+
import { InjectionToken } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare const UI_COMPONENTS_SYMBOLS: InjectionToken<AgorapulseSymbol[]>;
|
|
5
|
+
declare function provideUiComponentsSymbols(...symbols: AgorapulseSymbol[]): {
|
|
6
|
+
provide: InjectionToken<AgorapulseSymbol[]>;
|
|
7
|
+
multi: boolean;
|
|
8
|
+
useValue: AgorapulseSymbol[];
|
|
9
|
+
}[];
|
|
10
|
+
|
|
11
|
+
export { UI_COMPONENTS_SYMBOLS, provideUiComponentsSymbols };
|
|
Binary file
|