@falcon-ng/tailwind 0.0.25 → 0.0.27
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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@falcon-ng/tailwind",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^21.
|
|
6
|
-
"@angular/core": "^21.
|
|
7
|
-
"@falcon-ng/core": ">=0.0.
|
|
5
|
+
"@angular/common": "^21.2.8",
|
|
6
|
+
"@angular/core": "^21.2.8",
|
|
7
|
+
"@falcon-ng/core": ">=0.0.48"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0"
|
|
@@ -675,7 +675,7 @@ declare abstract class BaseFormComponent<T> {
|
|
|
675
675
|
protected removeControl(layoutIndex: number, index: number): void;
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
-
declare const
|
|
678
|
+
declare const falconHttpInterceptor: HttpInterceptorFn;
|
|
679
679
|
|
|
680
|
-
export { AppSettingService, AuthGuardService, AuthService, BaseFormComponent, ButtonComponent, Constant, ControlBuilderComponent, DialogComponent, EnvironmentViewModel, FalconTailwindModule, IGenericHttpClient, LoggerService, PaginationComponent, ProgressBarComponent, ProgressSpinnerComponent, ReactiveFieldDirective, TableComponent, TokenHelperService, appSettingsFactory, authServiceFactory,
|
|
680
|
+
export { AppSettingService, AuthGuardService, AuthService, BaseFormComponent, ButtonComponent, Constant, ControlBuilderComponent, DialogComponent, EnvironmentViewModel, FalconTailwindModule, IGenericHttpClient, LoggerService, PaginationComponent, ProgressBarComponent, ProgressSpinnerComponent, ReactiveFieldDirective, TableComponent, TokenHelperService, appSettingsFactory, authServiceFactory, falconHttpInterceptor, loggerServiceFactory };
|
|
681
681
|
export type { IOpenIdViewModel, Layout };
|