@naniteninja/dashboard-components-lib 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/naniteninja-dashboard-components-lib.mjs +153 -237
- package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
- package/index.d.ts +2 -19
- package/{naniteninja-dashboard-components-lib-2.0.4.tgz → naniteninja-dashboard-components-lib-2.0.5.tgz} +0 -0
- package/package.json +1 -2
package/index.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { TemplateRef, OnInit, AfterViewInit, ElementRef, EventEmitter, ChangeDetectorRef, PipeTransform, ModuleWithProviders, OnDestroy, OnChanges, SimpleChanges, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i6 from '@naniteninja/ionic-lib';
|
|
4
|
-
import { LibMenuItem, LocationModel, SelectOption, ImageModel, PopupModalService, BaseComponent, FormFieldType as FormFieldType$1, EmojiPickerConfig, InputFieldComponent, Profile
|
|
4
|
+
import { LibMenuItem, LocationModel, SelectOption, ImageModel, PopupModalService, BaseComponent, FormFieldType as FormFieldType$1, EmojiPickerConfig, InputFieldComponent, Profile } from '@naniteninja/ionic-lib';
|
|
5
5
|
import { Observable, BehaviorSubject } from 'rxjs';
|
|
6
6
|
import * as i2 from '@angular/common';
|
|
7
|
-
import { CurrencyPipe } from '@angular/common';
|
|
8
7
|
import * as i3 from '@ionic/angular';
|
|
9
8
|
import * as i5 from '@ngx-translate/core';
|
|
10
9
|
import { TranslateService } from '@ngx-translate/core';
|
|
@@ -19,7 +18,6 @@ import * as i10 from 'ngx-infinite-scroll';
|
|
|
19
18
|
import { INodeData } from '@naniteninja/trait-visual';
|
|
20
19
|
import * as d3 from 'd3';
|
|
21
20
|
import { SwiperOptions } from 'swiper/types';
|
|
22
|
-
import moment from 'moment';
|
|
23
21
|
|
|
24
22
|
interface IAd {
|
|
25
23
|
id?: string;
|
|
@@ -1817,27 +1815,12 @@ declare class CountNonEmptyFieldsPipe implements PipeTransform {
|
|
|
1817
1815
|
static ɵpipe: i0.ɵɵPipeDeclaration<CountNonEmptyFieldsPipe, "countNonEmptyFields", false>;
|
|
1818
1816
|
}
|
|
1819
1817
|
|
|
1820
|
-
declare class DateLocalizationPipe implements PipeTransform {
|
|
1821
|
-
transform(value: string | moment.Moment, dateFormat: string): string;
|
|
1822
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateLocalizationPipe, never>;
|
|
1823
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DateLocalizationPipe, "dateLocalization", false>;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
1818
|
declare class GetColorByMatcherPipe implements PipeTransform {
|
|
1827
1819
|
transform(match: ILibClientMatchOverview, config: IHomeDashboardInputs): IPartialCircleProgressColors;
|
|
1828
1820
|
static ɵfac: i0.ɵɵFactoryDeclaration<GetColorByMatcherPipe, never>;
|
|
1829
1821
|
static ɵpipe: i0.ɵɵPipeDeclaration<GetColorByMatcherPipe, "getColorByMatcher", true>;
|
|
1830
1822
|
}
|
|
1831
1823
|
|
|
1832
|
-
declare class GetDisplayValuePipe implements PipeTransform {
|
|
1833
|
-
private dateLocalizationPipe;
|
|
1834
|
-
private currencyPipe;
|
|
1835
|
-
constructor(dateLocalizationPipe: DateLocalizationPipe, currencyPipe: CurrencyPipe);
|
|
1836
|
-
transform(data: any, column: GridColumn, dateFormat: string, corporateCurrency?: string): string;
|
|
1837
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GetDisplayValuePipe, never>;
|
|
1838
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GetDisplayValuePipe, "getDisplayValue", false>;
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
1824
|
declare class GetMultiSelectDisplayTextPipe implements PipeTransform {
|
|
1842
1825
|
transform(formValue: any[], options: SelectOption<any>[]): string;
|
|
1843
1826
|
static ɵfac: i0.ɵɵFactoryDeclaration<GetMultiSelectDisplayTextPipe, never>;
|
|
@@ -1872,5 +1855,5 @@ declare class ProgressTickerService {
|
|
|
1872
1855
|
static ɵprov: i0.ɵɵInjectableDeclaration<ProgressTickerService>;
|
|
1873
1856
|
}
|
|
1874
1857
|
|
|
1875
|
-
export { AbstractCacheService, AgendaComponent, AlertPopupComponent, AlertStatusFields, ArraySortPipe, AutoDelegationEventTypes, AutoDelegationEventValue, CONVERSATION_FLAG, COUNTER_FLAG_BASE, CalendarAccountEnum, CalendarAccountIconsEnum, CalendarUtilsService, ChatComponent, ChatMetaPipe, ChatService, ChatSuggestionComponent, CircleProgressComponent, CircleProgressModule, CircleVariable, ClientDashboardTabs, ClientHomeComponent, CommonOperations, CountNonEmptyFieldsPipe,
|
|
1858
|
+
export { AbstractCacheService, AgendaComponent, AlertPopupComponent, AlertStatusFields, ArraySortPipe, AutoDelegationEventTypes, AutoDelegationEventValue, CONVERSATION_FLAG, COUNTER_FLAG_BASE, CalendarAccountEnum, CalendarAccountIconsEnum, CalendarUtilsService, ChatComponent, ChatMetaPipe, ChatService, ChatSuggestionComponent, CircleProgressComponent, CircleProgressModule, CircleVariable, ClientDashboardTabs, ClientHomeComponent, CommonOperations, CountNonEmptyFieldsPipe, EditRecurringEventOptions, EventTypes, GetColorByMatcherPipe, GetMultiSelectDisplayTextPipe, GetProfileWithProgressPipe, HandoffPanelVersion, INNER_CIRCLE_STATE, InitialsPipe, IsStatusIncludedPipe, LibAgendaModule, LibAutoDelegationModalComponent, LibChatComponentModule, LibClientDashboardComponent, LibClientHomeComponent, LibClientMatchOverviewComponent, LibComposeMacherDashComponent, LibDashboardSwipeableTabsComponent, LibEventFormComponent, LibEventFormModule, LibHandoffPanelComponent, LibMessageModalComponent, LibProfileComparisonComponent, LibSchedulerComponent, LibVisualManagerModalComponent, MATCHER_STATUSES, MatcherStatuses, MatcherStatusesComponent, PROGRESS_GAP_MINUTES, ProfileCardComponent, ProfileCardModule, ProgressTickerService, RecurringTypes, RoundPipe, ScheduleDateStatus, SenderTypes, SharedModule, SpiderChartComponent, StatusIconComponent, TICK_PERIOD_SECONDS, VisualManagerModalEventTypes, VisualManagerModalEventValue, circleData, computeInnerState, dashboardMainSwiperDefaultOptions, dashboardThumbsSwiperDefaultOptions, defaultClientDashboardConfig, defaultClientHomeConfig, defaultSpiderConfig, defsF, defsLG, defsRG, demoPolygonColors, innerProgressDefaultColors, innerProgressPinkColors, innerProgressPurpleColors, innerProgressWhiteColors, mainswiperDefaultOptions, progressDefaultColors, progressWhiteColors, recurringOptions, thumbsSwiperDefaultOptions };
|
|
1876
1859
|
export type { CircleProgressConfig, IAgendaDay, IAgendaEvent, IAttachment, IAutoDelegationData, IAutoDelegationEvent, IAutoDelegationModalData, IAutoDelegationPreferences, ICalendarAccount, ICalendarAccountTheme, IChartData, IChatIdentifier, IChatMeta, IChatSuggestion, ICircleData, IClientDashboardInputs, IConversationFlag, IDashboardMatchRequest, IDashboardMatcherProfile, IDataset, IDateMessages, IDatePrepInfo, IDefsF, IDefsLG, IDefsRG, IEvent, IEventFormOutput, IEventTime, IHandoffPanelInputs, IHomeDashboardInputs, IInnerPartialCircleProgressColors, ILibClientMatchOverview, IMatcherDashboardInputs, IMessage, IPartialCircleProgressColors, IPolygonColor, IPreferenceItem, IProfileAttribute, IProfileComparisonData, IProfileComparisonInputs, IProspectData, IRecurringEvent, IRecurringEventException, IRecurringPattern, IScheduleSlot, ISchedulerAction, ISchedulerEvent, ISchedulerEventSlots, ISchedulerEventSuggestion, ISpiderChartAttribute, ISpiderChartConfig, IVisualManagerModalData, IVisualManagerModalEvent, IVisualManagerModalModalData, ProgressFacts, SelectOptionWithTemplate };
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naniteninja/dashboard-components-lib",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"author": "naniteninja",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git"
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"d3": "^7.9.0",
|
|
19
19
|
"date-fns": "^4.1.0",
|
|
20
20
|
"emoji-picker-element": "^1.26.3",
|
|
21
|
-
"moment": "^2.30.1",
|
|
22
21
|
"ngx-infinite-scroll": "^20.0.0",
|
|
23
22
|
"primeng": "^20.1.2",
|
|
24
23
|
"rrule": "^2.8.1",
|