tin-spa 20.14.113 → 20.15.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/core/index.d.ts +71 -10
- package/fesm2022/{tin-spa-accounting.module-Cg4vWaJE.mjs → tin-spa-accounting.module-BILkGXdD.mjs} +77 -89
- package/fesm2022/tin-spa-accounting.module-BILkGXdD.mjs.map +1 -0
- package/fesm2022/{tin-spa-agent-page.component-DJvMPjCQ.mjs → tin-spa-agent-page.component-Cp4bqg6t.mjs} +2 -2
- package/fesm2022/{tin-spa-agent-page.component-DJvMPjCQ.mjs.map → tin-spa-agent-page.component-Cp4bqg6t.mjs.map} +1 -1
- package/fesm2022/{tin-spa-agent.component-D0CGGnGZ.mjs → tin-spa-agent.component-B9lNOt77.mjs} +4 -4
- package/fesm2022/{tin-spa-agent.component-D0CGGnGZ.mjs.map → tin-spa-agent.component-B9lNOt77.mjs.map} +1 -1
- package/fesm2022/{tin-spa-assets.module-qIWNwJ2E.mjs → tin-spa-assets.module-DmJme9IP.mjs} +16 -11
- package/fesm2022/tin-spa-assets.module-DmJme9IP.mjs.map +1 -0
- package/fesm2022/tin-spa-core.mjs +380 -112
- package/fesm2022/tin-spa-core.mjs.map +1 -1
- package/fesm2022/{tin-spa-general-erp.module-CoYxceLj.mjs → tin-spa-general-erp.module-XyprAx0S.mjs} +2 -2
- package/fesm2022/{tin-spa-general-erp.module-CoYxceLj.mjs.map → tin-spa-general-erp.module-XyprAx0S.mjs.map} +1 -1
- package/fesm2022/{tin-spa-hr.module-CKPZ9ZOj.mjs → tin-spa-hr.module-nk3eBN8I.mjs} +2 -2
- package/fesm2022/{tin-spa-hr.module-CKPZ9ZOj.mjs.map → tin-spa-hr.module-nk3eBN8I.mjs.map} +1 -1
- package/fesm2022/tin-spa-http.mjs +32 -1
- package/fesm2022/tin-spa-http.mjs.map +1 -1
- package/fesm2022/{tin-spa-inventory.module-DRKAcNau.mjs → tin-spa-inventory.module-Dht0gTeq.mjs} +16 -11
- package/fesm2022/tin-spa-inventory.module-Dht0gTeq.mjs.map +1 -0
- package/fesm2022/{tin-spa-loans.module-BTDmgrWo.mjs → tin-spa-loans.module-CZrynkhJ.mjs} +2 -2
- package/fesm2022/{tin-spa-loans.module-BTDmgrWo.mjs.map → tin-spa-loans.module-CZrynkhJ.mjs.map} +1 -1
- package/fesm2022/{tin-spa-manufacturing.module-CHta6oV_.mjs → tin-spa-manufacturing.module-DN8362Ms.mjs} +2 -2
- package/fesm2022/{tin-spa-manufacturing.module-CHta6oV_.mjs.map → tin-spa-manufacturing.module-DN8362Ms.mjs.map} +1 -1
- package/fesm2022/{tin-spa-payroll.module-CZ_GO1jF.mjs → tin-spa-payroll.module-DLD8XGfX.mjs} +12 -9
- package/fesm2022/{tin-spa-payroll.module-CZ_GO1jF.mjs.map → tin-spa-payroll.module-DLD8XGfX.mjs.map} +1 -1
- package/fesm2022/{tin-spa-purchasing.module-NCdwquaF.mjs → tin-spa-purchasing.module-D4tSAY7P.mjs} +16 -11
- package/fesm2022/tin-spa-purchasing.module-D4tSAY7P.mjs.map +1 -0
- package/fesm2022/{tin-spa-sales.module-D0uEGJW7.mjs → tin-spa-sales.module-BoM6453x.mjs} +40 -17
- package/fesm2022/tin-spa-sales.module-BoM6453x.mjs.map +1 -0
- package/fesm2022/{tin-spa-tenancy-erp.module-GwIv8Wbc.mjs → tin-spa-tenancy-erp.module-BhlUtBMA.mjs} +2 -2
- package/fesm2022/{tin-spa-tenancy-erp.module-GwIv8Wbc.mjs.map → tin-spa-tenancy-erp.module-BhlUtBMA.mjs.map} +1 -1
- package/fesm2022/{tin-spa-tin-spa-Cqe5hYTr.mjs → tin-spa-tin-spa-Ca9PhXiH.mjs} +2410 -247
- package/fesm2022/tin-spa-tin-spa-Ca9PhXiH.mjs.map +1 -0
- package/fesm2022/tin-spa.mjs +1 -1
- package/http/index.d.ts +3 -1
- package/index.d.ts +386 -25
- package/package.json +1 -1
- package/src/tin-styles.css +27 -0
- package/fesm2022/tin-spa-accounting.module-Cg4vWaJE.mjs.map +0 -1
- package/fesm2022/tin-spa-assets.module-qIWNwJ2E.mjs.map +0 -1
- package/fesm2022/tin-spa-inventory.module-DRKAcNau.mjs.map +0 -1
- package/fesm2022/tin-spa-purchasing.module-NCdwquaF.mjs.map +0 -1
- package/fesm2022/tin-spa-sales.module-D0uEGJW7.mjs.map +0 -1
- package/fesm2022/tin-spa-tin-spa-Cqe5hYTr.mjs.map +0 -1
package/core/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as rxjs from 'rxjs';
|
|
|
2
2
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
3
3
|
import * as tin_spa_core from 'tin-spa/core';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import { InjectionToken, EnvironmentProviders, Injector, NgZone, OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
5
|
+
import { InjectionToken, EnvironmentProviders, Injector, NgZone, OnInit, EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core';
|
|
6
6
|
import * as i11 from '@angular/material/dialog';
|
|
7
7
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
8
8
|
import { HttpClient, HttpContext, HttpResponse, HttpErrorResponse, HttpContextToken } from '@angular/common/http';
|
|
@@ -14,7 +14,6 @@ import { SocialUser, SocialAuthService } from '@abacritt/angularx-social-login';
|
|
|
14
14
|
import * as signalR from '@microsoft/signalr';
|
|
15
15
|
import * as i1 from '@angular/common';
|
|
16
16
|
import { PlatformLocation, LocationStrategy } from '@angular/common';
|
|
17
|
-
import { IPublicClientApplication } from '@azure/msal-browser';
|
|
18
17
|
import * as i2 from '@angular/forms';
|
|
19
18
|
import { FormControl } from '@angular/forms';
|
|
20
19
|
import * as i3 from '@angular/material/menu';
|
|
@@ -766,6 +765,9 @@ interface Tile {
|
|
|
766
765
|
chart?: TileChartConfig;
|
|
767
766
|
filter?: (row: any) => boolean;
|
|
768
767
|
data?: any;
|
|
768
|
+
hideWhenEmpty?: boolean;
|
|
769
|
+
emptyText?: string;
|
|
770
|
+
securityConfig?: SecurityConfig;
|
|
769
771
|
}
|
|
770
772
|
interface FilterChip {
|
|
771
773
|
key: string;
|
|
@@ -805,6 +807,9 @@ declare class TileConfig {
|
|
|
805
807
|
minTileWidth?: number;
|
|
806
808
|
maxPerRow?: number;
|
|
807
809
|
hideValueOnMobile?: boolean;
|
|
810
|
+
hideWhenEmpty?: boolean;
|
|
811
|
+
emptyText?: string;
|
|
812
|
+
security?: SecurityConfig;
|
|
808
813
|
}
|
|
809
814
|
type SpaChartType = 'line' | 'bar' | 'pie' | 'doughnut';
|
|
810
815
|
interface ChartItem {
|
|
@@ -826,12 +831,38 @@ interface ChartItem {
|
|
|
826
831
|
hidden?: VisibilityValue;
|
|
827
832
|
visible?: VisibilityValue;
|
|
828
833
|
options?: any;
|
|
834
|
+
hideWhenEmpty?: boolean;
|
|
835
|
+
emptyText?: string;
|
|
836
|
+
securityConfig?: SecurityConfig;
|
|
829
837
|
}
|
|
830
838
|
declare class ChartConfig {
|
|
831
839
|
charts: ChartItem[];
|
|
832
840
|
loadAction?: Action;
|
|
833
841
|
loadInit?: boolean;
|
|
834
842
|
columns?: number;
|
|
843
|
+
hideWhenEmpty?: boolean;
|
|
844
|
+
emptyText?: string;
|
|
845
|
+
security?: SecurityConfig;
|
|
846
|
+
}
|
|
847
|
+
interface DashboardSection {
|
|
848
|
+
key: string;
|
|
849
|
+
title: string;
|
|
850
|
+
icon?: string;
|
|
851
|
+
security?: SecurityConfig;
|
|
852
|
+
moduleKey?: string;
|
|
853
|
+
link?: string;
|
|
854
|
+
tileConfigs?: TileConfig[];
|
|
855
|
+
chartConfig?: ChartConfig;
|
|
856
|
+
tableConfigs?: TableConfig[];
|
|
857
|
+
hidden?: VisibilityValue;
|
|
858
|
+
visible?: VisibilityValue;
|
|
859
|
+
}
|
|
860
|
+
declare class DashboardConfig {
|
|
861
|
+
sections: DashboardSection[];
|
|
862
|
+
title?: string;
|
|
863
|
+
icon?: string;
|
|
864
|
+
quietLoading?: boolean;
|
|
865
|
+
emptyText?: string;
|
|
835
866
|
}
|
|
836
867
|
declare class Step {
|
|
837
868
|
name: string;
|
|
@@ -958,6 +989,7 @@ declare class TableConfig {
|
|
|
958
989
|
causeFormRefresh?: boolean;
|
|
959
990
|
logResponse?: boolean;
|
|
960
991
|
flatButtons?: boolean;
|
|
992
|
+
outlinedHeaderButtons?: boolean;
|
|
961
993
|
greyOut?: (value: any) => boolean;
|
|
962
994
|
heroField?: any;
|
|
963
995
|
heroValue?: any;
|
|
@@ -982,6 +1014,9 @@ declare class TableConfig {
|
|
|
982
1014
|
import?: ImportConfig;
|
|
983
1015
|
realTime?: boolean;
|
|
984
1016
|
realTimeFallbackMs?: number;
|
|
1017
|
+
realTimeRefresh?: boolean;
|
|
1018
|
+
realTimeRefreshMs?: number;
|
|
1019
|
+
realTimeRefreshEntities?: string[];
|
|
985
1020
|
entityName?: string;
|
|
986
1021
|
offline?: OfflineConfig | boolean;
|
|
987
1022
|
pagination?: PaginationConfig;
|
|
@@ -1106,7 +1141,7 @@ declare class AppConfig {
|
|
|
1106
1141
|
get navigation(): 'top' | 'side-modern' | 'top-modern';
|
|
1107
1142
|
docsBaseUrl?: string;
|
|
1108
1143
|
loginStyle: string;
|
|
1109
|
-
dialogStyle:
|
|
1144
|
+
dialogStyle: 'default' | 'modern';
|
|
1110
1145
|
loginTitle: string;
|
|
1111
1146
|
loginMessage: string;
|
|
1112
1147
|
termsUrl: string;
|
|
@@ -1266,6 +1301,7 @@ interface DayBookSection {
|
|
|
1266
1301
|
key: string;
|
|
1267
1302
|
lane?: string;
|
|
1268
1303
|
listField: string;
|
|
1304
|
+
refreshOn?: string[];
|
|
1269
1305
|
collapsed?: boolean;
|
|
1270
1306
|
tableConfig?: TableConfig;
|
|
1271
1307
|
columns?: (string | DayBookColumnView)[];
|
|
@@ -1303,6 +1339,7 @@ interface DayBookConfig {
|
|
|
1303
1339
|
pageSize?: number;
|
|
1304
1340
|
groupLanes?: boolean;
|
|
1305
1341
|
expandedGroups?: number;
|
|
1342
|
+
refreshDebounceMs?: number;
|
|
1306
1343
|
}
|
|
1307
1344
|
interface AppConfigSection {
|
|
1308
1345
|
key: string;
|
|
@@ -1380,6 +1417,18 @@ declare class Core {
|
|
|
1380
1417
|
visible?: VisibilityValue;
|
|
1381
1418
|
hidden?: VisibilityValue;
|
|
1382
1419
|
}, data: any): boolean;
|
|
1420
|
+
static isChartDataEmpty(chartData: any): boolean;
|
|
1421
|
+
private static chartPointValue;
|
|
1422
|
+
static isChartEmpty(chart: ChartItem, data: any): boolean;
|
|
1423
|
+
static isChartRendered(chart: ChartItem, config: ChartConfig, data: any): boolean;
|
|
1424
|
+
static isTileChartEmpty(tile: Tile, data: any): boolean;
|
|
1425
|
+
static isTileRendered(tile: Tile, config: TileConfig, data: any): boolean;
|
|
1426
|
+
static gatedItems<T extends {
|
|
1427
|
+
securityConfig?: SecurityConfig;
|
|
1428
|
+
}>(items: T[], security: SecurityConfig, role: any): {
|
|
1429
|
+
items: T[];
|
|
1430
|
+
denied: boolean;
|
|
1431
|
+
};
|
|
1383
1432
|
static testVisible(config: FormConfig, data: any, field: Field, currentRole: any): boolean;
|
|
1384
1433
|
static isPredicateHidden(config: FormConfig, data: any, field: Field): boolean;
|
|
1385
1434
|
static buildSubmitPayload(config: FormConfig, data: any): any;
|
|
@@ -1390,6 +1439,7 @@ declare class Core {
|
|
|
1390
1439
|
static testVisibleHeaderButton(data: any, btn: any): boolean;
|
|
1391
1440
|
static getVisibleSubfields(config: FormConfig, data: any, field: Field, currentRole: any): Field[];
|
|
1392
1441
|
static validateObject(fields: Field[], data: any, onInvalid?: (field: Field) => void): string;
|
|
1442
|
+
private static describeDateBound;
|
|
1393
1443
|
private static validateField;
|
|
1394
1444
|
static testRequired(config: FormConfig, data: any, field: Field): boolean;
|
|
1395
1445
|
static getInitialValue(field: Field): any;
|
|
@@ -1470,8 +1520,8 @@ declare class MessageService {
|
|
|
1470
1520
|
infoWithSubject(subject: string, details: string): void;
|
|
1471
1521
|
error(details: string): void;
|
|
1472
1522
|
errorWithSubject(subject: string, details: string, reference?: string): void;
|
|
1473
|
-
warning(
|
|
1474
|
-
success(
|
|
1523
|
+
warning(subject: string, details: string): void;
|
|
1524
|
+
success(subject: string, details: string): void;
|
|
1475
1525
|
confirm(msg: string, confirmLabel?: string, cancelLabel?: string, destructive?: boolean, requirePhrase?: string): Observable<any>;
|
|
1476
1526
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, never>;
|
|
1477
1527
|
static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
|
|
@@ -1548,9 +1598,9 @@ declare const TIN_SPA_RUNTIME_CONFIG: InjectionToken<TinSpaRuntimeConfig>;
|
|
|
1548
1598
|
declare function tinSpaLocationStrategyFactory(platformLocation: PlatformLocation, baseHref: string, config: TinSpaRuntimeConfig): LocationStrategy;
|
|
1549
1599
|
/** Overlays assets/appsettings.json values (when the app loaded one) onto the code-declared config. */
|
|
1550
1600
|
declare function tinSpaRuntimeConfigFactory(codeConfig: TinSpaRuntimeConfig): TinSpaRuntimeConfig;
|
|
1551
|
-
declare function tinSpaMsalInstanceFactory(config: TinSpaRuntimeConfig): IPublicClientApplication;
|
|
1552
1601
|
/**
|
|
1553
|
-
* Wires up tin-spa runtime behaviours (routing strategy, real-time
|
|
1602
|
+
* Wires up tin-spa runtime behaviours (routing strategy, real-time) from a single config.
|
|
1603
|
+
* Changed (20.14.114): no longer provides MSAL - an app that wants Microsoft SSO registers it itself.
|
|
1554
1604
|
* Add the result to your AppModule (or bootstrap) providers.
|
|
1555
1605
|
*/
|
|
1556
1606
|
declare function provideTinSpaRuntime(config: Partial<TinSpaRuntimeConfig>): EnvironmentProviders;
|
|
@@ -1564,6 +1614,10 @@ interface EntityChangeEvent {
|
|
|
1564
1614
|
entityName: string;
|
|
1565
1615
|
data: any;
|
|
1566
1616
|
}
|
|
1617
|
+
interface EntityInvalidatedEvent {
|
|
1618
|
+
entityName: string;
|
|
1619
|
+
id?: number | null;
|
|
1620
|
+
}
|
|
1567
1621
|
interface NotificationEvent {
|
|
1568
1622
|
message: string;
|
|
1569
1623
|
category: string;
|
|
@@ -1589,6 +1643,8 @@ declare class SignalRService {
|
|
|
1589
1643
|
entityCreated$: rxjs.Observable<EntityChangeEvent>;
|
|
1590
1644
|
entityUpdated$: rxjs.Observable<EntityChangeEvent>;
|
|
1591
1645
|
entityDeleted$: rxjs.Observable<EntityChangeEvent>;
|
|
1646
|
+
private entityInvalidated;
|
|
1647
|
+
entityInvalidated$: rxjs.Observable<EntityInvalidatedEvent>;
|
|
1592
1648
|
private vehiclePosition;
|
|
1593
1649
|
vehiclePosition$: rxjs.Observable<VehiclePositionFrame>;
|
|
1594
1650
|
private notificationReceived;
|
|
@@ -2180,7 +2236,9 @@ declare class SuffixComponent implements OnInit {
|
|
|
2180
2236
|
isHovered: boolean;
|
|
2181
2237
|
clearContent: boolean;
|
|
2182
2238
|
readonly: boolean;
|
|
2239
|
+
alwaysShow: boolean;
|
|
2183
2240
|
value: any;
|
|
2241
|
+
get hasValue(): boolean;
|
|
2184
2242
|
infoClick: EventEmitter<void>;
|
|
2185
2243
|
copyClick: EventEmitter<string>;
|
|
2186
2244
|
clearClick: EventEmitter<void>;
|
|
@@ -2189,7 +2247,7 @@ declare class SuffixComponent implements OnInit {
|
|
|
2189
2247
|
onCopyClick(event: MouseEvent): void;
|
|
2190
2248
|
onClearClick(event: MouseEvent): void;
|
|
2191
2249
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuffixComponent, never>;
|
|
2192
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SuffixComponent, "spa-suffix", never, { "label": { "alias": "label"; "required": false; }; "infoMessage": { "alias": "infoMessage"; "required": false; }; "copyContent": { "alias": "copyContent"; "required": false; }; "isHovered": { "alias": "isHovered"; "required": false; }; "clearContent": { "alias": "clearContent"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "infoClick": "infoClick"; "copyClick": "copyClick"; "clearClick": "clearClick"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
2250
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuffixComponent, "spa-suffix", never, { "label": { "alias": "label"; "required": false; }; "infoMessage": { "alias": "infoMessage"; "required": false; }; "copyContent": { "alias": "copyContent"; "required": false; }; "isHovered": { "alias": "isHovered"; "required": false; }; "clearContent": { "alias": "clearContent"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "alwaysShow": { "alias": "alwaysShow"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "infoClick": "infoClick"; "copyClick": "copyClick"; "clearClick": "clearClick"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
2193
2251
|
}
|
|
2194
2252
|
|
|
2195
2253
|
declare class TermsDialogComponent {
|
|
@@ -2269,7 +2327,9 @@ declare class TextComponent implements OnInit, OnChanges {
|
|
|
2269
2327
|
onMouseLeave(): void;
|
|
2270
2328
|
initControl(): void;
|
|
2271
2329
|
leaved(): void;
|
|
2330
|
+
inputEl: ElementRef<HTMLInputElement>;
|
|
2272
2331
|
clear(): void;
|
|
2332
|
+
private focusInput;
|
|
2273
2333
|
enterPressed(): void;
|
|
2274
2334
|
control: FormControl<string>;
|
|
2275
2335
|
private getValidators;
|
|
@@ -2822,6 +2882,7 @@ declare class MenuSourceService {
|
|
|
2822
2882
|
private static readonly roleMetadata;
|
|
2823
2883
|
private hasAnyCapability;
|
|
2824
2884
|
isVisible(cap: CapItem): boolean;
|
|
2885
|
+
hasVisibleEntry(capItem: CapItem): boolean;
|
|
2825
2886
|
sections(): MenuSection[];
|
|
2826
2887
|
visibleItems(): CapItem[];
|
|
2827
2888
|
matchLink(route: string, items: CapItem[]): CapItem | null;
|
|
@@ -3029,5 +3090,5 @@ declare class SpaCoreModule {
|
|
|
3029
3090
|
static ɵinj: i0.ɵɵInjectorDeclaration<SpaCoreModule>;
|
|
3030
3091
|
}
|
|
3031
3092
|
|
|
3032
|
-
export { Account, AccountingService, Action, AlertConfig, AlertMessage, ApiErrorService, ApiResponse, AppConfig, AssetStatus, AuthService, BottomTab, CacheConfig, CapItem, ChangeUserPassword, ChartConfig, ConfigService, Constants, Core, CreditNoteStatus, DataServiceLib, DateBounds, DetailsDialogConfig, DetailsDialogProcessor, DetailsSource, FilterChipConfig, FiscalPeriodStatus, FormConfig, GRID_MENU_ROUTE, GRID_MENU_TAB, GeneralService, HttpService, InventoryService, InvoiceItemType, InvoiceStatus, LastRouteService, ListDialogConfig, LoansService, LogLevel, LogService, MenuSourceService, MessageService, MovementType, NotesConfig, NotificationsService, OfflineService, PageConfig, PaginationConfig, PayrollService, PreferencesService, PrivacyDialogComponent, ProductionService, Profile, PurchaseStatus, PurchasingService, QuoteStatus, REDACTED, ReceiptDialogComponent, ReceiptStatus, RedactingSignalRLogger, Register, Role, RoleAccess, SalesService, SearchConfig, SecurityConfig, SetupService, SignalRService, SignupData, SpaCoreModule, SpaMatModule, Step, StepConfig, StorageService, SubscriptionService, SuffixComponent, TIN_INLINE_ERRORS, TIN_LOGIN_TIER_HTTP_PROVIDERS, TIN_SILENT_REQUEST, TIN_SPA_RUNTIME_CONFIG, TableConfig, TermsDialogComponent, TextComponent, TextMaskComponent, TileConfig, TransactionTiming, UnitOfMeasure, User, derivePlaceholder, describeError, describeShape, dialogOptions, getTinSpaAppSettings, isInlineErrorRequest, isSilentRequest, loadTinSpaAppSettings, loginConfig, messageDialog, phraseSatisfied, provideTinSpaRuntime, redactSecrets, silentContext, tinRequestContext, tinSpaLocationStrategyFactory,
|
|
3033
|
-
export type { ApiErrorInfo, ApiErrorKind, AppConfigSection, AppConfigurationConfig, AppFailureClass, AppFailureContext, AutoRefreshConfig, BitwiseOption, Button, CacheRule, CapsuleConfig, CardConfig, ChartItem, ChecklistAction, ChecklistConfig, ChecklistItem, ChildField, CloseOptions, Color, Column, Confirm, CreateTabConfig, DayBookButtonView, DayBookColumnPresentation, DayBookColumnView, DayBookConfig, DayBookLane, DayBookPresentation, DayBookSection, DayBookStage, DayBookStageTiles, DayBookTableView, DocumentError, DocumentKind, DocumentSource, DocumentViewerData, EntityChangeEvent, Field, FilterChip, GroupConfig, GroupData, Icon, ImportConfig, InlineEditConfig, InlineLoadError, LoadedDocument, MenuSection, NoAccessInfo, NotificationEvent, OfflineConfig, OfflineEntry, OfflineOpStatus, OrderableConfig, OutboxOp, PlaceholderKind, RefreshResult, SearchField, SetupApprovalPreset, SetupConfig, SetupModule, SetupNotificationPreset, SetupPreset, SetupPresetCatalog, SetupPresetRole, SetupPresetSelection, SetupRoleTemplate, SetupSeedOffer, SetupStatus, SetupStep, SetupStepAction, SpaChartType, StatusConfig, StatusItem, StatusState, TableDialogConfig, TableSectionChip, TableSectionConfig, TableViewType, Tile, TileChartConfig, TileChartType, TileStyle, TinSpaAppSettings, TinSpaMsalConfig, TinSpaMsalSettings, TinSpaRuntimeConfig, TinSpaTableDefaults, UserPreferences, VehiclePositionFrame, VisibilityValue };
|
|
3093
|
+
export { Account, AccountingService, Action, AlertConfig, AlertMessage, ApiErrorService, ApiResponse, AppConfig, AssetStatus, AuthService, BottomTab, CacheConfig, CapItem, ChangeUserPassword, ChartConfig, ConfigService, Constants, Core, CreditNoteStatus, DashboardConfig, DataServiceLib, DateBounds, DetailsDialogConfig, DetailsDialogProcessor, DetailsSource, FilterChipConfig, FiscalPeriodStatus, FormConfig, GRID_MENU_ROUTE, GRID_MENU_TAB, GeneralService, HttpService, InventoryService, InvoiceItemType, InvoiceStatus, LastRouteService, ListDialogConfig, LoansService, LogLevel, LogService, MenuSourceService, MessageService, MovementType, NotesConfig, NotificationsService, OfflineService, PageConfig, PaginationConfig, PayrollService, PreferencesService, PrivacyDialogComponent, ProductionService, Profile, PurchaseStatus, PurchasingService, QuoteStatus, REDACTED, ReceiptDialogComponent, ReceiptStatus, RedactingSignalRLogger, Register, Role, RoleAccess, SalesService, SearchConfig, SecurityConfig, SetupService, SignalRService, SignupData, SpaCoreModule, SpaMatModule, Step, StepConfig, StorageService, SubscriptionService, SuffixComponent, TIN_INLINE_ERRORS, TIN_LOGIN_TIER_HTTP_PROVIDERS, TIN_SILENT_REQUEST, TIN_SPA_RUNTIME_CONFIG, TableConfig, TermsDialogComponent, TextComponent, TextMaskComponent, TileConfig, TransactionTiming, UnitOfMeasure, User, derivePlaceholder, describeError, describeShape, dialogOptions, getTinSpaAppSettings, isInlineErrorRequest, isSilentRequest, loadTinSpaAppSettings, loginConfig, messageDialog, phraseSatisfied, provideTinSpaRuntime, redactSecrets, silentContext, tinRequestContext, tinSpaLocationStrategyFactory, tinSpaRuntimeConfigFactory };
|
|
3094
|
+
export type { ApiErrorInfo, ApiErrorKind, AppConfigSection, AppConfigurationConfig, AppFailureClass, AppFailureContext, AutoRefreshConfig, BitwiseOption, Button, CacheRule, CapsuleConfig, CardConfig, ChartItem, ChecklistAction, ChecklistConfig, ChecklistItem, ChildField, CloseOptions, Color, Column, Confirm, CreateTabConfig, DashboardSection, DayBookButtonView, DayBookColumnPresentation, DayBookColumnView, DayBookConfig, DayBookLane, DayBookPresentation, DayBookSection, DayBookStage, DayBookStageTiles, DayBookTableView, DocumentError, DocumentKind, DocumentSource, DocumentViewerData, EntityChangeEvent, EntityInvalidatedEvent, Field, FilterChip, GroupConfig, GroupData, Icon, ImportConfig, InlineEditConfig, InlineLoadError, LoadedDocument, MenuSection, NoAccessInfo, NotificationEvent, OfflineConfig, OfflineEntry, OfflineOpStatus, OrderableConfig, OutboxOp, PlaceholderKind, RefreshResult, SearchField, SetupApprovalPreset, SetupConfig, SetupModule, SetupNotificationPreset, SetupPreset, SetupPresetCatalog, SetupPresetRole, SetupPresetSelection, SetupRoleTemplate, SetupSeedOffer, SetupStatus, SetupStep, SetupStepAction, SpaChartType, StatusConfig, StatusItem, StatusState, TableDialogConfig, TableSectionChip, TableSectionConfig, TableViewType, Tile, TileChartConfig, TileChartType, TileStyle, TinSpaAppSettings, TinSpaMsalConfig, TinSpaMsalSettings, TinSpaRuntimeConfig, TinSpaTableDefaults, UserPreferences, VehiclePositionFrame, VisibilityValue };
|