quang 19.2.0 → 19.2.2
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/auth/index.d.ts +195 -9
- package/auth/mobile/index.d.ts +5 -1
- package/components/autocomplete/index.d.ts +67 -1
- package/components/checkbox/index.d.ts +15 -1
- package/components/date/index.d.ts +89 -1
- package/components/input/index.d.ts +19 -1
- package/components/paginator/index.d.ts +68 -5
- package/components/select/index.d.ts +32 -1
- package/components/shared/index.d.ts +112 -4
- package/components/table/index.d.ts +70 -1
- package/components/wysiwyg/index.d.ts +51 -1
- package/data-handling/index.d.ts +10 -2
- package/device/index.d.ts +14 -1
- package/fesm2022/quang-auth.mjs +18 -18
- package/fesm2022/quang-auth.mjs.map +1 -1
- package/fesm2022/quang-components-autocomplete.mjs +3 -3
- package/fesm2022/quang-components-autocomplete.mjs.map +1 -1
- package/fesm2022/quang-components-checkbox.mjs +3 -3
- package/fesm2022/quang-components-checkbox.mjs.map +1 -1
- package/fesm2022/quang-components-date.mjs +3 -3
- package/fesm2022/quang-components-date.mjs.map +1 -1
- package/fesm2022/quang-components-input.mjs +3 -3
- package/fesm2022/quang-components-input.mjs.map +1 -1
- package/fesm2022/quang-components-paginator.mjs +13 -13
- package/fesm2022/quang-components-paginator.mjs.map +1 -1
- package/fesm2022/quang-components-select.mjs +3 -3
- package/fesm2022/quang-components-select.mjs.map +1 -1
- package/fesm2022/quang-components-shared.mjs +6 -6
- package/fesm2022/quang-components-shared.mjs.map +1 -1
- package/fesm2022/quang-components-table.mjs +4 -4
- package/fesm2022/quang-components-table.mjs.map +1 -1
- package/fesm2022/quang-components-wysiwyg.mjs +3 -3
- package/fesm2022/quang-components-wysiwyg.mjs.map +1 -1
- package/fesm2022/quang-device.mjs +3 -3
- package/fesm2022/quang-device.mjs.map +1 -1
- package/fesm2022/quang-loader.mjs +6 -6
- package/fesm2022/quang-loader.mjs.map +1 -1
- package/fesm2022/quang-overlay-modal.mjs +3 -3
- package/fesm2022/quang-overlay-modal.mjs.map +1 -1
- package/fesm2022/quang-overlay-popover.mjs +6 -6
- package/fesm2022/quang-overlay-popover.mjs.map +1 -1
- package/fesm2022/quang-overlay-shared.mjs +9 -9
- package/fesm2022/quang-overlay-shared.mjs.map +1 -1
- package/fesm2022/quang-overlay-toast.mjs +6 -6
- package/fesm2022/quang-overlay-toast.mjs.map +1 -1
- package/fesm2022/quang-overlay-tooltip.mjs +6 -6
- package/fesm2022/quang-overlay-tooltip.mjs.map +1 -1
- package/fesm2022/quang-translation.mjs +6 -6
- package/fesm2022/quang-translation.mjs.map +1 -1
- package/forms/index.d.ts +51 -2
- package/index.d.ts +13 -9
- package/loader/index.d.ts +69 -4
- package/overlay/modal/index.d.ts +34 -1
- package/overlay/popover/index.d.ts +25 -1
- package/overlay/shared/index.d.ts +116 -3
- package/overlay/toast/index.d.ts +44 -2
- package/overlay/tooltip/index.d.ts +23 -2
- package/package.json +22 -22
- package/shared/index.d.ts +16 -1
- package/translation/index.d.ts +62 -4
- package/auth/auth-providers.d.ts +0 -39
- package/auth/auth.service.d.ts +0 -52
- package/auth/directives/has-at-least-one-role.directive.d.ts +0 -26
- package/auth/directives/has-every-role.directive.d.ts +0 -26
- package/auth/directives/is-authenticated.directive.d.ts +0 -14
- package/auth/directives/is-not-authenticated.directive.d.ts +0 -14
- package/auth/guards/index.d.ts +0 -2
- package/auth/guards/is-allowed.guard.d.ts +0 -2
- package/auth/guards/is-authenticated.guard.d.ts +0 -2
- package/auth/logout-on-error.interceptor.d.ts +0 -9
- package/auth/mobile/mobile-auth-feature.d.ts +0 -2
- package/auth/token-storage/index.d.ts +0 -3
- package/auth/token-storage/local-storage-feature.d.ts +0 -2
- package/auth/token-storage/memory-storage-feature.d.ts +0 -12
- package/auth/token-storage/session-storage-feature.d.ts +0 -2
- package/components/autocomplete/autocomplete.component.d.ts +0 -64
- package/components/checkbox/checkbox.component.d.ts +0 -11
- package/components/date/date.component.d.ts +0 -85
- package/components/input/input.component.d.ts +0 -15
- package/components/paginator/paginator-language.service.d.ts +0 -10
- package/components/paginator/paginator.component.d.ts +0 -30
- package/components/paginator/paginator.module.d.ts +0 -7
- package/components/paginator/paginator.service.d.ts +0 -6
- package/components/paginator/paginatorIntl.d.ts +0 -12
- package/components/select/select.component.d.ts +0 -29
- package/components/shared/ErrorData.d.ts +0 -4
- package/components/shared/makeId.d.ts +0 -1
- package/components/shared/option-list/option-list.component.d.ts +0 -53
- package/components/shared/quang-base-component.directive.d.ts +0 -50
- package/components/table/table.component.d.ts +0 -66
- package/components/wysiwyg/wysiwyg.component.d.ts +0 -46
- package/data-handling/conversion.d.ts +0 -3
- package/data-handling/download.d.ts +0 -3
- package/device/resize-observable.service.d.ts +0 -11
- package/forms/form-group-model.d.ts +0 -18
- package/forms/validators.d.ts +0 -43
- package/loader/loader-providers.d.ts +0 -23
- package/loader/loader.component.d.ts +0 -23
- package/loader/loader.interceptor.d.ts +0 -10
- package/loader/loader.service.d.ts +0 -9
- package/overlay/modal/modal.component.d.ts +0 -29
- package/overlay/popover/popover.component.d.ts +0 -13
- package/overlay/popover/popover.directive.d.ts +0 -11
- package/overlay/shared/CustomViewportRuler.d.ts +0 -63
- package/overlay/shared/quang-base-overlay.component.d.ts +0 -9
- package/overlay/shared/quang-base-overlay.directive.d.ts +0 -44
- package/overlay/toast/toast.component.d.ts +0 -13
- package/overlay/toast/toast.service.d.ts +0 -27
- package/overlay/tooltip/tooltip.component.d.ts +0 -11
- package/overlay/tooltip/tooltip.directive.d.ts +0 -11
- package/shared/intercept-utils.d.ts +0 -13
- package/translation/translation-loader.service.d.ts +0 -10
- package/translation/translation-providers.d.ts +0 -28
- package/translation/translation.service.d.ts +0 -15
- package/translation/translations.tokens.d.ts +0 -5
package/auth/index.d.ts
CHANGED
|
@@ -1,9 +1,195 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { InjectionToken, EnvironmentProviders, Provider, ViewContainerRef, EmbeddedViewRef, TemplateRef, ChangeDetectorRef } from '@angular/core';
|
|
3
|
+
import { QuangFeature, QuangFeatureKind } from 'quang';
|
|
4
|
+
import * as _ngrx_signals from '@ngrx/signals';
|
|
5
|
+
import * as _ngrx_signals_src_deep_signal from '@ngrx/signals/src/deep-signal';
|
|
6
|
+
import { AuthConfig, OAuthStorage } from 'angular-oauth2-oidc';
|
|
7
|
+
import * as rxjs from 'rxjs';
|
|
8
|
+
import { CanActivateFn } from '@angular/router';
|
|
9
|
+
import { HttpInterceptorFn } from '@angular/common/http';
|
|
10
|
+
import { UrlData } from 'quang/shared';
|
|
11
|
+
|
|
12
|
+
declare const AUTH_CONFIG: InjectionToken<QuangAuthConfig | undefined>;
|
|
13
|
+
interface QuangAuthConfig extends AuthConfig {
|
|
14
|
+
autoLogin: boolean;
|
|
15
|
+
sendAccessToken: boolean;
|
|
16
|
+
urlsToSendToken: string[];
|
|
17
|
+
revokeTokensOnLogout?: boolean;
|
|
18
|
+
getUserProfileOnLoginSuccess?: boolean;
|
|
19
|
+
useSilentRefresh: boolean;
|
|
20
|
+
}
|
|
21
|
+
declare function provideQuangAuthConfig(authConfig?: QuangAuthConfig): EnvironmentProviders;
|
|
22
|
+
declare const OPEN_URI: InjectionToken<(uri: string) => void | undefined>;
|
|
23
|
+
declare function provideOpenURI(openURI: (uri: string) => void | undefined): EnvironmentProviders;
|
|
24
|
+
interface TokenStatus {
|
|
25
|
+
accessToken: string | null;
|
|
26
|
+
accessTokenExpiresAt: number | null;
|
|
27
|
+
idToken: string | null;
|
|
28
|
+
idTokenExpiresAt: number | null;
|
|
29
|
+
refreshToken: string | null;
|
|
30
|
+
}
|
|
31
|
+
declare class QuangAuthService {
|
|
32
|
+
private config;
|
|
33
|
+
logLevel: "normal" | "verbose" | null;
|
|
34
|
+
private oAuthService;
|
|
35
|
+
private state;
|
|
36
|
+
loginChecked: _ngrx_signals_src_deep_signal.Signal<boolean>;
|
|
37
|
+
isAuthenticated: i0.Signal<boolean>;
|
|
38
|
+
authenticationError: _ngrx_signals_src_deep_signal.Signal<boolean>;
|
|
39
|
+
tokenStatus: _ngrx_signals.DeepSignal<TokenStatus>;
|
|
40
|
+
roles: _ngrx_signals_src_deep_signal.Signal<Set<string>>;
|
|
41
|
+
user: _ngrx_signals_src_deep_signal.Signal<Record<string, any> | null>;
|
|
42
|
+
constructor();
|
|
43
|
+
init(): Promise<void>;
|
|
44
|
+
checkForAuthentication(forceRefresh?: boolean): Promise<boolean | undefined>;
|
|
45
|
+
private refreshAuth;
|
|
46
|
+
login(): void;
|
|
47
|
+
logout(): Promise<void>;
|
|
48
|
+
private loginError;
|
|
49
|
+
getUserProfile(): Promise<void>;
|
|
50
|
+
private setTokens;
|
|
51
|
+
waitForLoginCheck(): Promise<void>;
|
|
52
|
+
getAuthResult(): Promise<boolean>;
|
|
53
|
+
addRoles(rolesToAdd: string[]): void;
|
|
54
|
+
removeRoles(rolesToRemove: string[]): void;
|
|
55
|
+
hasEveryRole(roles: string[]): boolean;
|
|
56
|
+
hasAtLeastOneRole(roles: string[]): boolean;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuangAuthService, never>;
|
|
58
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<QuangAuthService>;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
declare function provideAuth(authConfig?: QuangAuthConfig, ...features: QuangAuthFeatures[]): EnvironmentProviders;
|
|
62
|
+
declare function withAuth(authConfig?: QuangAuthConfig, ...features: QuangAuthFeatures[]): QuangFeature<QuangFeatureKind.LoaderFeature>;
|
|
63
|
+
/**
|
|
64
|
+
* Helper type to represent a QuangAuth feature.
|
|
65
|
+
*
|
|
66
|
+
* @publicApi
|
|
67
|
+
*/
|
|
68
|
+
interface QuangAuthFeature<FeatureKind extends QuangAuthFeatureKind> {
|
|
69
|
+
ɵkind: FeatureKind;
|
|
70
|
+
ɵproviders: (Provider | EnvironmentProviders)[];
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Helper function to create an object that represents a QuangAuth feature.
|
|
74
|
+
*/
|
|
75
|
+
declare function quangAuthFeature<FeatureKind extends QuangAuthFeatureKind>(kind: FeatureKind, providers: (Provider | EnvironmentProviders)[]): QuangAuthFeature<FeatureKind>;
|
|
76
|
+
/**
|
|
77
|
+
* A type alias that represents all QuangAuth features available for use with `provideAuth`.
|
|
78
|
+
* Features can be enabled by adding special functions to the `provideAuth` call.
|
|
79
|
+
* See documentation for each symbol to find corresponding function name. See also `provideAuth`
|
|
80
|
+
* documentation on how to use those functions.
|
|
81
|
+
*
|
|
82
|
+
* @see {@link provideAuth}
|
|
83
|
+
*
|
|
84
|
+
* @publicApi
|
|
85
|
+
*/
|
|
86
|
+
type QuangAuthFeatures = QuangAuthFeature<QuangAuthFeatureKind>;
|
|
87
|
+
/**
|
|
88
|
+
* The list of features as an enum to uniquely type each feature.
|
|
89
|
+
*/
|
|
90
|
+
declare const enum QuangAuthFeatureKind {
|
|
91
|
+
MobileAuthFeature = 0,
|
|
92
|
+
SessionStorageFeature = 1,
|
|
93
|
+
LocalStorageFeature = 2,
|
|
94
|
+
MemoryStorageFeature = 3,
|
|
95
|
+
LogoutOnErrorFeature = 4
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* This directive conditionally renders the associated template if the authenticated user
|
|
100
|
+
* has at least one of the specified roles. By using the `QuangAuthService.hasAtLeastOneRole()` method it checks the user's roles against
|
|
101
|
+
* the required roles provided through the `quangHasAtLeastOneRole` directive.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* <div *quangHasAtLeastOneRole="['admin', 'editor']">
|
|
105
|
+
* This content will only be visible to users with 'admin' or 'editor' roles.
|
|
106
|
+
* </div>
|
|
107
|
+
*/
|
|
108
|
+
declare class QuangHasAtLeastOneRoleDirective {
|
|
109
|
+
logLevel: "normal" | "verbose" | null;
|
|
110
|
+
targetRoles: i0.InputSignal<string[]>;
|
|
111
|
+
viewContainerRef: ViewContainerRef;
|
|
112
|
+
embeddedViewRef: EmbeddedViewRef<unknown> | null;
|
|
113
|
+
templateRef: TemplateRef<any>;
|
|
114
|
+
authService: QuangAuthService;
|
|
115
|
+
takeUntilDestroyed: rxjs.MonoTypeOperatorFunction<unknown>;
|
|
116
|
+
changeDetectorRef: ChangeDetectorRef;
|
|
117
|
+
hideViewIfNotAllowed: i0.EffectRef;
|
|
118
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuangHasAtLeastOneRoleDirective, never>;
|
|
119
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QuangHasAtLeastOneRoleDirective, "[quangHasAtLeastOneRole]", never, { "targetRoles": { "alias": "quangHasAtLeastOneRole"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* This directive conditionally renders the associated template if the authenticated user
|
|
124
|
+
* has every of the specified roles. By using the `QuangAuthService.hasEveryRole()` method it checks the user's roles against
|
|
125
|
+
* the required roles provided through the `quangHasEveryRole` required input.
|
|
126
|
+
*
|
|
127
|
+
* @example
|
|
128
|
+
* <div *quangHasEveryRole="['admin', 'editor']">
|
|
129
|
+
* This content will only be visible to users with 'admin' and 'editor' roles.
|
|
130
|
+
* </div>
|
|
131
|
+
*/
|
|
132
|
+
declare class QuangHasEveryRoleDirective {
|
|
133
|
+
logLevel: "normal" | "verbose" | null;
|
|
134
|
+
targetRoles: i0.InputSignal<string[]>;
|
|
135
|
+
viewContainerRef: ViewContainerRef;
|
|
136
|
+
embeddedViewRef: EmbeddedViewRef<unknown> | null;
|
|
137
|
+
templateRef: TemplateRef<any>;
|
|
138
|
+
authService: QuangAuthService;
|
|
139
|
+
takeUntilDestroyed: rxjs.MonoTypeOperatorFunction<unknown>;
|
|
140
|
+
changeDetectorRef: ChangeDetectorRef;
|
|
141
|
+
hideViewIfNotAllowed: i0.EffectRef;
|
|
142
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuangHasEveryRoleDirective, never>;
|
|
143
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QuangHasEveryRoleDirective, "[quangHasEveryRole]", never, { "targetRoles": { "alias": "quangHasEveryRole"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
declare class QuangIsAuthenticatedDirective {
|
|
147
|
+
viewContainerRef: ViewContainerRef;
|
|
148
|
+
templateRef: TemplateRef<any>;
|
|
149
|
+
embeddedViewRef: EmbeddedViewRef<any> | null;
|
|
150
|
+
authService: QuangAuthService;
|
|
151
|
+
takeUntilDestroyed: rxjs.MonoTypeOperatorFunction<unknown>;
|
|
152
|
+
changeDetectorRef: ChangeDetectorRef;
|
|
153
|
+
hideViewIfNotAuthenticated: i0.EffectRef;
|
|
154
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuangIsAuthenticatedDirective, never>;
|
|
155
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QuangIsAuthenticatedDirective, "[quangIsAuthenticated]", never, {}, {}, never, never, true, never>;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
declare class QuangIsNotAuthenticatedDirective {
|
|
159
|
+
viewContainerRef: ViewContainerRef;
|
|
160
|
+
templateRef: TemplateRef<any>;
|
|
161
|
+
embeddedViewRef: EmbeddedViewRef<any> | null;
|
|
162
|
+
authService: QuangAuthService;
|
|
163
|
+
takeUntilDestroyed: rxjs.MonoTypeOperatorFunction<unknown>;
|
|
164
|
+
changeDetectorRef: ChangeDetectorRef;
|
|
165
|
+
showViewIfNotAuthenticated: i0.EffectRef;
|
|
166
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuangIsNotAuthenticatedDirective, never>;
|
|
167
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QuangIsNotAuthenticatedDirective, "[quangIsNotAuthenticated]", never, {}, {}, never, never, true, never>;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
declare const quangIsAllowedGuardFactory: (roles: string[], behavior: "every" | "atLeastOne") => CanActivateFn;
|
|
171
|
+
|
|
172
|
+
declare const quangIsAuthenticatedGuard: CanActivateFn;
|
|
173
|
+
|
|
174
|
+
declare const LOGOUT_RETRIES: InjectionToken<number>;
|
|
175
|
+
declare const LOGOUT_STATUSES: InjectionToken<number[]>;
|
|
176
|
+
declare const LOGOUT_EXCLUDED_URLS: InjectionToken<UrlData[]>;
|
|
177
|
+
declare const logoutOnErrorInterceptor: HttpInterceptorFn;
|
|
178
|
+
declare function withLogoutOnError(excludedUrls?: UrlData[], statuses?: number[], retries?: number): QuangAuthFeature<QuangAuthFeatureKind.LogoutOnErrorFeature>;
|
|
179
|
+
|
|
180
|
+
declare function withLocalStorage(): QuangAuthFeature<QuangAuthFeatureKind.LocalStorageFeature>;
|
|
181
|
+
|
|
182
|
+
declare class MemoryStorage implements OAuthStorage {
|
|
183
|
+
private data;
|
|
184
|
+
getItem(key: string): string;
|
|
185
|
+
removeItem(key: string): void;
|
|
186
|
+
setItem(key: string, data: string): void;
|
|
187
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MemoryStorage, never>;
|
|
188
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MemoryStorage>;
|
|
189
|
+
}
|
|
190
|
+
declare function withMemoryStorage(): QuangAuthFeature<QuangAuthFeatureKind.MemoryStorageFeature>;
|
|
191
|
+
|
|
192
|
+
declare function withSessionStorage(): QuangAuthFeature<QuangAuthFeatureKind.SessionStorageFeature>;
|
|
193
|
+
|
|
194
|
+
export { AUTH_CONFIG, LOGOUT_EXCLUDED_URLS, LOGOUT_RETRIES, LOGOUT_STATUSES, MemoryStorage, OPEN_URI, QuangAuthFeatureKind, QuangAuthService, QuangHasAtLeastOneRoleDirective, QuangHasEveryRoleDirective, QuangIsAuthenticatedDirective, QuangIsNotAuthenticatedDirective, logoutOnErrorInterceptor, provideAuth, provideOpenURI, provideQuangAuthConfig, quangAuthFeature, quangIsAllowedGuardFactory, quangIsAuthenticatedGuard, withAuth, withLocalStorage, withLogoutOnError, withMemoryStorage, withSessionStorage };
|
|
195
|
+
export type { QuangAuthConfig, QuangAuthFeature, QuangAuthFeatures };
|
package/auth/mobile/index.d.ts
CHANGED
|
@@ -1 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { QuangAuthFeature, QuangAuthFeatureKind } from 'quang/auth';
|
|
2
|
+
|
|
3
|
+
declare function withMobileAuth(toolbarColor?: string, presentationStyle?: 'popover' | 'fullscreen'): QuangAuthFeature<QuangAuthFeatureKind.MobileAuthFeature>;
|
|
4
|
+
|
|
5
|
+
export { withMobileAuth };
|
|
@@ -1 +1,67 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { Subject, Subscription } from 'rxjs';
|
|
3
|
+
import { QuangBaseComponent, SelectOption, QuangOptionListComponent, OptionListParentType } from 'quang/components/shared';
|
|
4
|
+
|
|
5
|
+
declare class QuangAutocompleteComponent extends QuangBaseComponent<string | number | string[] | number[]> {
|
|
6
|
+
syncFormWithText: _angular_core.InputSignal<boolean>;
|
|
7
|
+
optionListMaxHeight: _angular_core.InputSignal<string>;
|
|
8
|
+
selectOptions: _angular_core.InputSignal<SelectOption[]>;
|
|
9
|
+
translateValue: _angular_core.InputSignal<boolean>;
|
|
10
|
+
scrollBehaviorOnOpen: _angular_core.InputSignal<ScrollBehavior>;
|
|
11
|
+
/**
|
|
12
|
+
* Only emits the value without saving it in ngControl
|
|
13
|
+
*/
|
|
14
|
+
emitOnly: _angular_core.InputSignal<boolean>;
|
|
15
|
+
multiple: _angular_core.InputSignal<boolean>;
|
|
16
|
+
/**
|
|
17
|
+
* Set the maximum length in characters of the single chip.
|
|
18
|
+
*/
|
|
19
|
+
chipMaxLength: _angular_core.InputSignal<number>;
|
|
20
|
+
multiSelectDisplayMode: _angular_core.InputSignal<"vertical" | "horizontal">;
|
|
21
|
+
optionList: _angular_core.Signal<QuangOptionListComponent | undefined>;
|
|
22
|
+
_showOptions: _angular_core.WritableSignal<boolean | null>;
|
|
23
|
+
_inputValue: _angular_core.WritableSignal<string>;
|
|
24
|
+
_optionHideTimeout: _angular_core.WritableSignal<any>;
|
|
25
|
+
_chipList: _angular_core.WritableSignal<string[]>;
|
|
26
|
+
_selectedOptions: _angular_core.WritableSignal<SelectOption[]>;
|
|
27
|
+
inputValue$: Subject<string>;
|
|
28
|
+
selectOptionsChange: Subscription;
|
|
29
|
+
_filteredOptions: _angular_core.Signal<SelectOption[]>;
|
|
30
|
+
selectedOption: _angular_core.OutputEmitterRef<string | number | null>;
|
|
31
|
+
searchTextChange: _angular_core.OutputEmitterRef<string>;
|
|
32
|
+
searchTextDebounce: _angular_core.InputSignal<number>;
|
|
33
|
+
internalFilterOptions: _angular_core.InputSignal<boolean>;
|
|
34
|
+
readonly ParentType = OptionListParentType.AUTOCOMPLETE;
|
|
35
|
+
formValueChange$: Subscription | undefined;
|
|
36
|
+
private readonly selectInput;
|
|
37
|
+
private readonly chipContainer;
|
|
38
|
+
private readonly autocompleteContainer;
|
|
39
|
+
inputHeight: _angular_core.WritableSignal<number>;
|
|
40
|
+
private readonly onChangeSelectInput;
|
|
41
|
+
constructor();
|
|
42
|
+
setupFormControl(): void;
|
|
43
|
+
showOptionVisibility(): void;
|
|
44
|
+
hideOptionVisibility(skipTimeout?: boolean): void;
|
|
45
|
+
onChangeInput(value: any): void;
|
|
46
|
+
filterOptions(value: string): SelectOption[];
|
|
47
|
+
onChangedHandler(value: string | number | string[] | number[]): void;
|
|
48
|
+
onValueChange(value: string | number, hideOptions?: boolean): void;
|
|
49
|
+
checkInputValue(): void;
|
|
50
|
+
writeValue(val: string | number | string[] | number[]): void;
|
|
51
|
+
onBlurInput(event: FocusEvent): void;
|
|
52
|
+
onBlurHandler(): void;
|
|
53
|
+
onBlurOptionList(event: any): void;
|
|
54
|
+
setInputValue(resetOnMiss?: boolean): void;
|
|
55
|
+
getDescription(chip: any): string;
|
|
56
|
+
onSelectValue(value: any): void;
|
|
57
|
+
/**
|
|
58
|
+
* remove chip from chips list
|
|
59
|
+
* @param chipValue chip to delete
|
|
60
|
+
*/
|
|
61
|
+
deleteChip(chipValue: any): void;
|
|
62
|
+
createChipList(chip: any): void;
|
|
63
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuangAutocompleteComponent, never>;
|
|
64
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<QuangAutocompleteComponent, "quang-autocomplete", never, { "syncFormWithText": { "alias": "syncFormWithText"; "required": false; "isSignal": true; }; "optionListMaxHeight": { "alias": "optionListMaxHeight"; "required": false; "isSignal": true; }; "selectOptions": { "alias": "selectOptions"; "required": true; "isSignal": true; }; "translateValue": { "alias": "translateValue"; "required": false; "isSignal": true; }; "scrollBehaviorOnOpen": { "alias": "scrollBehaviorOnOpen"; "required": false; "isSignal": true; }; "emitOnly": { "alias": "emitOnly"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "chipMaxLength": { "alias": "chipMaxLength"; "required": false; "isSignal": true; }; "multiSelectDisplayMode": { "alias": "multiSelectDisplayMode"; "required": false; "isSignal": true; }; "searchTextDebounce": { "alias": "searchTextDebounce"; "required": false; "isSignal": true; }; "internalFilterOptions": { "alias": "internalFilterOptions"; "required": false; "isSignal": true; }; }, { "selectedOption": "selectedOption"; "searchTextChange": "searchTextChange"; }, never, never, true, never>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export { QuangAutocompleteComponent };
|
|
@@ -1 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { QuangBaseComponent } from 'quang/components/shared';
|
|
3
|
+
|
|
4
|
+
type LabelPosition = 'top' | 'left' | 'right' | 'bottom';
|
|
5
|
+
declare class QuangCheckboxComponent extends QuangBaseComponent<boolean> {
|
|
6
|
+
labelPosition: _angular_core.InputSignal<LabelPosition>;
|
|
7
|
+
checkType: _angular_core.InputSignal<"checkbox" | "toggle">;
|
|
8
|
+
removeMargin: _angular_core.InputSignal<boolean>;
|
|
9
|
+
onChangedEventHandler($event: Event): void;
|
|
10
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuangCheckboxComponent, never>;
|
|
11
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<QuangCheckboxComponent, "quang-checkbox", never, { "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "checkType": { "alias": "checkType"; "required": true; "isSignal": true; }; "removeMargin": { "alias": "removeMargin"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { QuangCheckboxComponent };
|
|
15
|
+
export type { LabelPosition };
|
|
@@ -1 +1,89 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
import AirDatepicker, { AirDatepickerOptions, AirDatepickerPosition, AirDatepickerLocale } from 'air-datepicker';
|
|
4
|
+
import { QuangTranslationService } from 'quang/translation';
|
|
5
|
+
import { QuangBaseComponent } from 'quang/components/shared';
|
|
6
|
+
|
|
7
|
+
interface DateRange {
|
|
8
|
+
dateFrom: string | null;
|
|
9
|
+
dateTo: string | null;
|
|
10
|
+
}
|
|
11
|
+
type QuangDatepickerOptions = AirDatepickerOptions;
|
|
12
|
+
declare class QuangDateComponent extends QuangBaseComponent<string | DateRange | null> {
|
|
13
|
+
/**
|
|
14
|
+
* Format to use to show on the input field.
|
|
15
|
+
* The format is based on the standard {@link https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table}
|
|
16
|
+
* Default: dd/MM/yyyy
|
|
17
|
+
* @default dd/MM/yyyy
|
|
18
|
+
*/
|
|
19
|
+
dateFormat: _angular_core.InputSignal<string>;
|
|
20
|
+
/**
|
|
21
|
+
* Format to use to show on the time inside the input field.
|
|
22
|
+
* The format is based on the standard {@link https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table}
|
|
23
|
+
* Default: HH:mm
|
|
24
|
+
* @default HH:mm
|
|
25
|
+
*/
|
|
26
|
+
timeFormat: _angular_core.InputSignal<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Calendar locale, if not provided the component will try to use the one provided in {@link QuangTranslationService}
|
|
29
|
+
* if the language is not set in {@link QuangTranslationService} it will use the browser language
|
|
30
|
+
* Use this parameter only to override default behavior
|
|
31
|
+
*/
|
|
32
|
+
activeLanguageOverride: _angular_core.InputSignal<string | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* If true enable the timepicker inside the calendar
|
|
35
|
+
*/
|
|
36
|
+
timepicker: _angular_core.InputSignal<boolean>;
|
|
37
|
+
/**
|
|
38
|
+
* The message to show inside the input if the date is invalid
|
|
39
|
+
*/
|
|
40
|
+
invalidDateMessage: _angular_core.InputSignal<string>;
|
|
41
|
+
showOnlyTimepicker: _angular_core.InputSignal<boolean>;
|
|
42
|
+
minHour: _angular_core.InputSignal<number>;
|
|
43
|
+
maxHour: _angular_core.InputSignal<number>;
|
|
44
|
+
minMinute: _angular_core.InputSignal<number>;
|
|
45
|
+
maxMinute: _angular_core.InputSignal<number>;
|
|
46
|
+
minDate: _angular_core.InputSignal<Date | undefined>;
|
|
47
|
+
maxDate: _angular_core.InputSignal<Date | undefined>;
|
|
48
|
+
showInline: _angular_core.InputSignal<boolean>;
|
|
49
|
+
calendarClasses: _angular_core.InputSignal<string>;
|
|
50
|
+
buttonClass: _angular_core.InputSignal<string>;
|
|
51
|
+
datepickerOptions: _angular_core.InputSignal<QuangDatepickerOptions | undefined>;
|
|
52
|
+
_inputForDate: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
53
|
+
contentTemplate: _angular_core.Signal<ElementRef<any>>;
|
|
54
|
+
hasNoContent: _angular_core.Signal<boolean>;
|
|
55
|
+
_quangTranslationService: _angular_core.WritableSignal<QuangTranslationService | undefined>;
|
|
56
|
+
_quangTranslationActiveLang: _angular_core.Signal<string | null>;
|
|
57
|
+
multipleDatesSeparator: _angular_core.InputSignal<string>;
|
|
58
|
+
rangeSelection: _angular_core.InputSignal<boolean>;
|
|
59
|
+
_activeLanguage: _angular_core.Signal<string | null | undefined>;
|
|
60
|
+
_airDatepickerInstance: _angular_core.WritableSignal<AirDatepicker<HTMLInputElement> | undefined>;
|
|
61
|
+
searchTextDebounce: _angular_core.InputSignal<number>;
|
|
62
|
+
targetPosition: _angular_core.WritableSignal<AirDatepickerPosition>;
|
|
63
|
+
_generateAirDatepickerEffect: _angular_core.EffectRef;
|
|
64
|
+
valueFormat: _angular_core.Signal<string>;
|
|
65
|
+
inputValueString: _angular_core.Signal<string>;
|
|
66
|
+
constructor();
|
|
67
|
+
showTimepicker: _angular_core.Signal<boolean>;
|
|
68
|
+
isMouseInsideCalendar: _angular_core.WritableSignal<boolean>;
|
|
69
|
+
isMouseOutsideCalendar: _angular_core.Signal<boolean>;
|
|
70
|
+
setupCalendar(): void;
|
|
71
|
+
onChangeText($event: Event): void;
|
|
72
|
+
onBlurHandler(): void;
|
|
73
|
+
setupInputStringToDate(value: string): Date;
|
|
74
|
+
onChangedHandler(value: string | DateRange | null): void;
|
|
75
|
+
onHideCalendar(): void;
|
|
76
|
+
formatDate(val: string | DateRange | null): string;
|
|
77
|
+
openDatePicker(): void;
|
|
78
|
+
interceptInputInteraction($event: Event): void;
|
|
79
|
+
getLocale(): AirDatepickerLocale;
|
|
80
|
+
onCancel(): void;
|
|
81
|
+
private dateToUtc;
|
|
82
|
+
private setCalendarPosition;
|
|
83
|
+
private setupTimepicker;
|
|
84
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuangDateComponent, never>;
|
|
85
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<QuangDateComponent, "quang-date", never, { "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "timeFormat": { "alias": "timeFormat"; "required": false; "isSignal": true; }; "activeLanguageOverride": { "alias": "activeLanguageOverride"; "required": false; "isSignal": true; }; "timepicker": { "alias": "timepicker"; "required": false; "isSignal": true; }; "invalidDateMessage": { "alias": "invalidDateMessage"; "required": false; "isSignal": true; }; "showOnlyTimepicker": { "alias": "showOnlyTimepicker"; "required": false; "isSignal": true; }; "minHour": { "alias": "minHour"; "required": false; "isSignal": true; }; "maxHour": { "alias": "maxHour"; "required": false; "isSignal": true; }; "minMinute": { "alias": "minMinute"; "required": false; "isSignal": true; }; "maxMinute": { "alias": "maxMinute"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "showInline": { "alias": "showInline"; "required": false; "isSignal": true; }; "calendarClasses": { "alias": "calendarClasses"; "required": false; "isSignal": true; }; "buttonClass": { "alias": "buttonClass"; "required": false; "isSignal": true; }; "datepickerOptions": { "alias": "datepickerOptions"; "required": false; "isSignal": true; }; "multipleDatesSeparator": { "alias": "multipleDatesSeparator"; "required": false; "isSignal": true; }; "rangeSelection": { "alias": "rangeSelection"; "required": false; "isSignal": true; }; "searchTextDebounce": { "alias": "searchTextDebounce"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export { QuangDateComponent };
|
|
89
|
+
export type { DateRange, QuangDatepickerOptions };
|
|
@@ -1 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { QuangBaseComponent } from 'quang/components/shared';
|
|
3
|
+
|
|
4
|
+
type InputType = 'text' | 'textarea' | 'password' | 'email' | 'number' | 'url' | 'search' | 'tel' | 'color';
|
|
5
|
+
declare class QuangInputComponent extends QuangBaseComponent<string | number> {
|
|
6
|
+
componentType: _angular_core.InputSignal<InputType>;
|
|
7
|
+
maxLengthText: _angular_core.InputSignal<number | null>;
|
|
8
|
+
minLengthText: _angular_core.InputSignal<number | null>;
|
|
9
|
+
minNumber: _angular_core.InputSignal<number | undefined>;
|
|
10
|
+
maxNumber: _angular_core.InputSignal<number | undefined>;
|
|
11
|
+
componentStep: _angular_core.InputSignal<number>;
|
|
12
|
+
resizable: _angular_core.InputSignal<boolean>;
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuangInputComponent, never>;
|
|
15
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<QuangInputComponent, "quang-input", never, { "componentType": { "alias": "componentType"; "required": true; "isSignal": true; }; "maxLengthText": { "alias": "maxLengthText"; "required": false; "isSignal": true; }; "minLengthText": { "alias": "minLengthText"; "required": false; "isSignal": true; }; "minNumber": { "alias": "minNumber"; "required": false; "isSignal": true; }; "maxNumber": { "alias": "maxNumber"; "required": false; "isSignal": true; }; "componentStep": { "alias": "componentStep"; "required": false; "isSignal": true; }; "resizable": { "alias": "resizable"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { QuangInputComponent };
|
|
19
|
+
export type { InputType };
|
|
@@ -1,5 +1,68 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { TranslocoService } from '@jsverse/transloco';
|
|
2
|
+
import * as _angular_core from '@angular/core';
|
|
3
|
+
import { ɵɵFactoryDeclaration as __FactoryDeclaration, ɵɵInjectableDeclaration as __InjectableDeclaration, OnInit } from '@angular/core';
|
|
4
|
+
import * as rxjs from 'rxjs';
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
|
|
7
|
+
declare class PaginatorIntl {
|
|
8
|
+
readonly changes: _angular_core.WritableSignal<any>;
|
|
9
|
+
itemsPerPageLabel: string;
|
|
10
|
+
nextPageLabel: string;
|
|
11
|
+
previousPageLabel: string;
|
|
12
|
+
firstPageLabel: string;
|
|
13
|
+
lastPageLabel: string;
|
|
14
|
+
static ɵfac: __FactoryDeclaration<PaginatorIntl, never>;
|
|
15
|
+
static ɵprov: __InjectableDeclaration<PaginatorIntl>;
|
|
16
|
+
getRangeLabel: ((page: number, pageSize: number, length: number) => string) | undefined;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare class QuangPaginatorLanguageService extends PaginatorIntl {
|
|
20
|
+
private readonly transloco;
|
|
21
|
+
constructor(transloco: TranslocoService);
|
|
22
|
+
getAndInitTranslations(): void;
|
|
23
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuangPaginatorLanguageService, never>;
|
|
24
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<QuangPaginatorLanguageService>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare class QuangPaginatorComponent implements OnInit {
|
|
28
|
+
componentId: _angular_core.InputSignal<string>;
|
|
29
|
+
componentTabIndex: _angular_core.InputSignal<number>;
|
|
30
|
+
componentClass: _angular_core.InputSignal<string | string[]>;
|
|
31
|
+
page: _angular_core.InputSignal<number>;
|
|
32
|
+
pageSize: _angular_core.InputSignal<number>;
|
|
33
|
+
sizeList: _angular_core.InputSignal<number[]>;
|
|
34
|
+
totalItems: _angular_core.InputSignal<number>;
|
|
35
|
+
showTotalElementsCount: _angular_core.InputSignal<boolean>;
|
|
36
|
+
totalItemsText: _angular_core.InputSignal<string>;
|
|
37
|
+
sizeText: _angular_core.InputSignal<string>;
|
|
38
|
+
pageRangeText: _angular_core.InputSignal<string>;
|
|
39
|
+
_currentPage: _angular_core.WritableSignal<number>;
|
|
40
|
+
page$: rxjs.Subscription;
|
|
41
|
+
_pageSize: _angular_core.WritableSignal<number>;
|
|
42
|
+
pageSize$: rxjs.Subscription;
|
|
43
|
+
_totalPages: _angular_core.Signal<number>;
|
|
44
|
+
changePage: _angular_core.OutputEmitterRef<number>;
|
|
45
|
+
changeSize: _angular_core.OutputEmitterRef<number>;
|
|
46
|
+
ngOnInit(): void;
|
|
47
|
+
onChangeSize(event: any): void;
|
|
48
|
+
goToNextPage(): void;
|
|
49
|
+
goToPreviousPage(): void;
|
|
50
|
+
goToFirstPage(): void;
|
|
51
|
+
goToLastPage(): void;
|
|
52
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuangPaginatorComponent, never>;
|
|
53
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<QuangPaginatorComponent, "quang-paginator", never, { "componentId": { "alias": "componentId"; "required": false; "isSignal": true; }; "componentTabIndex": { "alias": "componentTabIndex"; "required": false; "isSignal": true; }; "componentClass": { "alias": "componentClass"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": true; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": true; "isSignal": true; }; "sizeList": { "alias": "sizeList"; "required": false; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": true; "isSignal": true; }; "showTotalElementsCount": { "alias": "showTotalElementsCount"; "required": false; "isSignal": true; }; "totalItemsText": { "alias": "totalItemsText"; "required": false; "isSignal": true; }; "sizeText": { "alias": "sizeText"; "required": false; "isSignal": true; }; "pageRangeText": { "alias": "pageRangeText"; "required": false; "isSignal": true; }; }, { "changePage": "changePage"; "changeSize": "changeSize"; }, never, never, true, never>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
declare class PaginatorModule {
|
|
57
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaginatorModule, never>;
|
|
58
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<PaginatorModule, never, [typeof i1.CommonModule], never>;
|
|
59
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<PaginatorModule>;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
declare class QuangPaginatorService {
|
|
63
|
+
getPage(list: any[], pageNumber: number, pageSize: number): any[];
|
|
64
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuangPaginatorService, never>;
|
|
65
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<QuangPaginatorService>;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export { PaginatorIntl, PaginatorModule, QuangPaginatorComponent, QuangPaginatorLanguageService, QuangPaginatorService };
|
|
@@ -1 +1,32 @@
|
|
|
1
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
3
|
+
import { QuangBaseComponent, SelectOption, OptionListParentType } from 'quang/components/shared';
|
|
4
|
+
|
|
5
|
+
declare class QuangSelectComponent extends QuangBaseComponent<string | number | string[] | number[] | null> implements AfterViewInit {
|
|
6
|
+
selectionMode: _angular_core.InputSignal<"single" | "multiple">;
|
|
7
|
+
/**
|
|
8
|
+
* Set the max height of the selection list before scrolling.
|
|
9
|
+
* Default: 18rem
|
|
10
|
+
* @default 18rem
|
|
11
|
+
*/
|
|
12
|
+
optionListMaxHeight: _angular_core.InputSignal<string>;
|
|
13
|
+
selectOptions: _angular_core.InputSignal<SelectOption[]>;
|
|
14
|
+
scrollBehaviorOnOpen: _angular_core.InputSignal<ScrollBehavior>;
|
|
15
|
+
selectButton: _angular_core.Signal<ElementRef<HTMLButtonElement> | undefined>;
|
|
16
|
+
_showOptions: _angular_core.WritableSignal<boolean>;
|
|
17
|
+
_optionHideTimeout: _angular_core.WritableSignal<any>;
|
|
18
|
+
_selectedItems: _angular_core.Signal<SelectOption[] | null>;
|
|
19
|
+
translateValue: _angular_core.InputSignal<boolean>;
|
|
20
|
+
nullOption: _angular_core.InputSignal<boolean>;
|
|
21
|
+
readonly ParentType = OptionListParentType.SELECT;
|
|
22
|
+
changeOptionsVisibility(skipTimeout?: boolean): void;
|
|
23
|
+
showOptionVisibility(): void;
|
|
24
|
+
hideOptionVisibility(skipTimeout?: boolean): void;
|
|
25
|
+
onBlurHandler(): void;
|
|
26
|
+
onChangedHandler(value: string | number | string[] | number[] | null): void;
|
|
27
|
+
onMouseLeaveCallback(): void;
|
|
28
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuangSelectComponent, never>;
|
|
29
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<QuangSelectComponent, "quang-select", never, { "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "optionListMaxHeight": { "alias": "optionListMaxHeight"; "required": false; "isSignal": true; }; "selectOptions": { "alias": "selectOptions"; "required": true; "isSignal": true; }; "scrollBehaviorOnOpen": { "alias": "scrollBehaviorOnOpen"; "required": false; "isSignal": true; }; "translateValue": { "alias": "translateValue"; "required": false; "isSignal": true; }; "nullOption": { "alias": "nullOption"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { QuangSelectComponent };
|