@messaia/cdk 18.1.0-rc27 → 18.1.0-rc28
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.
|
@@ -2,51 +2,85 @@ import { Injectable } from "@angular/core";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class AppSetting {
|
|
4
4
|
/**
|
|
5
|
-
* @property
|
|
5
|
+
* @property Indicates if the application is running in production mode.
|
|
6
|
+
* @description This flag determines whether the application is in production mode,
|
|
7
|
+
* affecting logging and behavior for debugging purposes.
|
|
8
|
+
* @type {boolean}
|
|
6
9
|
*/
|
|
7
10
|
production;
|
|
8
11
|
/**
|
|
9
|
-
* @property
|
|
12
|
+
* @property Indicates if debug mode is enabled for the application.
|
|
13
|
+
* @description This flag enables additional logging and debugging features
|
|
14
|
+
* when the application is not in production.
|
|
15
|
+
* @type {boolean}
|
|
10
16
|
*/
|
|
11
17
|
debug;
|
|
12
18
|
/**
|
|
13
|
-
* @property
|
|
19
|
+
* @property Controls the visibility of the debug banner.
|
|
20
|
+
* @description If set to true, the debug banner will be displayed;
|
|
21
|
+
* otherwise, it will be hidden.
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
*/
|
|
24
|
+
showDebugBanner;
|
|
25
|
+
/**
|
|
26
|
+
* @property Base URL for API requests.
|
|
27
|
+
* @description Specifies the root URL used for making HTTP API requests.
|
|
28
|
+
* @type {string}
|
|
14
29
|
*/
|
|
15
30
|
apiUrl;
|
|
16
31
|
/**
|
|
17
|
-
* @property
|
|
32
|
+
* @property URL of the frontend application.
|
|
33
|
+
* @description Specifies the URL where the frontend part of the application is hosted.
|
|
34
|
+
* @type {string}
|
|
18
35
|
*/
|
|
19
36
|
frontendUrl;
|
|
20
37
|
/**
|
|
21
|
-
* @property
|
|
38
|
+
* @property Name of the project.
|
|
39
|
+
* @description Specifies the display name of the project, used in the UI and settings.
|
|
40
|
+
* @type {string}
|
|
22
41
|
*/
|
|
23
42
|
projectName;
|
|
24
43
|
/**
|
|
25
|
-
* @property
|
|
44
|
+
* @property Copyright information for the project.
|
|
45
|
+
* @description Provides the copyright statement or information displayed in the application.
|
|
46
|
+
* @type {string}
|
|
26
47
|
*/
|
|
27
48
|
copyright;
|
|
28
49
|
/**
|
|
29
|
-
* @property
|
|
50
|
+
* @property URL used for authentication services.
|
|
51
|
+
* @description Specifies the endpoint used for handling authentication requests.
|
|
52
|
+
* @type {string}
|
|
30
53
|
*/
|
|
31
54
|
authUrl;
|
|
32
55
|
/**
|
|
33
|
-
* @property
|
|
56
|
+
* @property URL for the SPA (Single Page Application).
|
|
57
|
+
* @description Specifies the URL where the SPA version of the application is hosted.
|
|
58
|
+
* @type {string}
|
|
34
59
|
*/
|
|
35
60
|
spaUrl;
|
|
36
61
|
/**
|
|
37
|
-
* @property
|
|
62
|
+
* @property Route to navigate to after login.
|
|
63
|
+
* @description Specifies the default route where users are redirected after a successful login.
|
|
64
|
+
* @type {string}
|
|
38
65
|
*/
|
|
39
66
|
postLoginRoute;
|
|
40
67
|
/**
|
|
41
|
-
* @property
|
|
68
|
+
* @property Client ID for authentication.
|
|
69
|
+
* @description The client identifier used for OAuth or other authentication protocols.
|
|
70
|
+
* @type {string}
|
|
42
71
|
*/
|
|
43
72
|
authClientId;
|
|
44
73
|
/**
|
|
45
|
-
* @property
|
|
74
|
+
* @property Response type for authentication requests.
|
|
75
|
+
* @description Specifies the response type for OAuth or authentication protocols (e.g., 'token', 'code').
|
|
76
|
+
* @type {string}
|
|
46
77
|
*/
|
|
47
78
|
authResponseType;
|
|
48
79
|
/**
|
|
49
|
-
* @property
|
|
80
|
+
* @property Scope for authentication.
|
|
81
|
+
* @description Defines the access scope for authentication requests,
|
|
82
|
+
* usually a space-separated list of permissions.
|
|
83
|
+
* @type {string}
|
|
50
84
|
*/
|
|
51
85
|
authScope;
|
|
52
86
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AppSetting, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
@@ -55,4 +89,4 @@ export class AppSetting {
|
|
|
55
89
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AppSetting, decorators: [{
|
|
56
90
|
type: Injectable
|
|
57
91
|
}] });
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
92
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLXNldHRpbmcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jZGsvc3JjL2xpYi9jb21tb24vbW9kZWxzL2FwcC1zZXR0aW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBRzNDLE1BQU0sT0FBTyxVQUFVO0lBQ25COzs7OztPQUtHO0lBQ0ksVUFBVSxDQUFXO0lBRTVCOzs7OztPQUtHO0lBQ0ksS0FBSyxDQUFXO0lBRXZCOzs7OztPQUtHO0lBQ0ksZUFBZSxDQUFXO0lBRWpDOzs7O09BSUc7SUFDSSxNQUFNLENBQVU7SUFFdkI7Ozs7T0FJRztJQUNJLFdBQVcsQ0FBVTtJQUU1Qjs7OztPQUlHO0lBQ0ksV0FBVyxDQUFVO0lBRTVCOzs7O09BSUc7SUFDSSxTQUFTLENBQVU7SUFFMUI7Ozs7T0FJRztJQUNJLE9BQU8sQ0FBVTtJQUV4Qjs7OztPQUlHO0lBQ0ksTUFBTSxDQUFVO0lBRXZCOzs7O09BSUc7SUFDSSxjQUFjLENBQVU7SUFFL0I7Ozs7T0FJRztJQUNJLFlBQVksQ0FBVTtJQUU3Qjs7OztPQUlHO0lBQ0ksZ0JBQWdCLENBQVU7SUFFakM7Ozs7O09BS0c7SUFDSSxTQUFTLENBQVU7MEhBOUZqQixVQUFVOzhIQUFWLFVBQVU7OzJGQUFWLFVBQVU7a0JBRHRCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEFwcFNldHRpbmcge1xyXG4gICAgLyoqXHJcbiAgICAgKiBAcHJvcGVydHkgSW5kaWNhdGVzIGlmIHRoZSBhcHBsaWNhdGlvbiBpcyBydW5uaW5nIGluIHByb2R1Y3Rpb24gbW9kZS5cclxuICAgICAqIEBkZXNjcmlwdGlvbiBUaGlzIGZsYWcgZGV0ZXJtaW5lcyB3aGV0aGVyIHRoZSBhcHBsaWNhdGlvbiBpcyBpbiBwcm9kdWN0aW9uIG1vZGUsIFxyXG4gICAgICogYWZmZWN0aW5nIGxvZ2dpbmcgYW5kIGJlaGF2aW9yIGZvciBkZWJ1Z2dpbmcgcHVycG9zZXMuXHJcbiAgICAgKiBAdHlwZSB7Ym9vbGVhbn1cclxuICAgICAqL1xyXG4gICAgcHVibGljIHByb2R1Y3Rpb24/OiBib29sZWFuO1xyXG5cclxuICAgIC8qKlxyXG4gICAgICogQHByb3BlcnR5IEluZGljYXRlcyBpZiBkZWJ1ZyBtb2RlIGlzIGVuYWJsZWQgZm9yIHRoZSBhcHBsaWNhdGlvbi5cclxuICAgICAqIEBkZXNjcmlwdGlvbiBUaGlzIGZsYWcgZW5hYmxlcyBhZGRpdGlvbmFsIGxvZ2dpbmcgYW5kIGRlYnVnZ2luZyBmZWF0dXJlcyBcclxuICAgICAqIHdoZW4gdGhlIGFwcGxpY2F0aW9uIGlzIG5vdCBpbiBwcm9kdWN0aW9uLlxyXG4gICAgICogQHR5cGUge2Jvb2xlYW59XHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyBkZWJ1Zz86IGJvb2xlYW47XHJcblxyXG4gICAgLyoqIFxyXG4gICAgICogQHByb3BlcnR5IENvbnRyb2xzIHRoZSB2aXNpYmlsaXR5IG9mIHRoZSBkZWJ1ZyBiYW5uZXIuXHJcbiAgICAgKiBAZGVzY3JpcHRpb24gSWYgc2V0IHRvIHRydWUsIHRoZSBkZWJ1ZyBiYW5uZXIgd2lsbCBiZSBkaXNwbGF5ZWQ7IFxyXG4gICAgICogb3RoZXJ3aXNlLCBpdCB3aWxsIGJlIGhpZGRlbi5cclxuICAgICAqIEB0eXBlIHtib29sZWFufVxyXG4gICAgICovXHJcbiAgICBwdWJsaWMgc2hvd0RlYnVnQmFubmVyPzogYm9vbGVhbjtcclxuXHJcbiAgICAvKipcclxuICAgICAqIEBwcm9wZXJ0eSBCYXNlIFVSTCBmb3IgQVBJIHJlcXVlc3RzLlxyXG4gICAgICogQGRlc2NyaXB0aW9uIFNwZWNpZmllcyB0aGUgcm9vdCBVUkwgdXNlZCBmb3IgbWFraW5nIEhUVFAgQVBJIHJlcXVlc3RzLlxyXG4gICAgICogQHR5cGUge3N0cmluZ31cclxuICAgICAqL1xyXG4gICAgcHVibGljIGFwaVVybD86IHN0cmluZztcclxuXHJcbiAgICAvKipcclxuICAgICAqIEBwcm9wZXJ0eSBVUkwgb2YgdGhlIGZyb250ZW5kIGFwcGxpY2F0aW9uLlxyXG4gICAgICogQGRlc2NyaXB0aW9uIFNwZWNpZmllcyB0aGUgVVJMIHdoZXJlIHRoZSBmcm9udGVuZCBwYXJ0IG9mIHRoZSBhcHBsaWNhdGlvbiBpcyBob3N0ZWQuXHJcbiAgICAgKiBAdHlwZSB7c3RyaW5nfVxyXG4gICAgICovXHJcbiAgICBwdWJsaWMgZnJvbnRlbmRVcmw/OiBzdHJpbmc7XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBAcHJvcGVydHkgTmFtZSBvZiB0aGUgcHJvamVjdC5cclxuICAgICAqIEBkZXNjcmlwdGlvbiBTcGVjaWZpZXMgdGhlIGRpc3BsYXkgbmFtZSBvZiB0aGUgcHJvamVjdCwgdXNlZCBpbiB0aGUgVUkgYW5kIHNldHRpbmdzLlxyXG4gICAgICogQHR5cGUge3N0cmluZ31cclxuICAgICAqL1xyXG4gICAgcHVibGljIHByb2plY3ROYW1lPzogc3RyaW5nO1xyXG5cclxuICAgIC8qKlxyXG4gICAgICogQHByb3BlcnR5IENvcHlyaWdodCBpbmZvcm1hdGlvbiBmb3IgdGhlIHByb2plY3QuXHJcbiAgICAgKiBAZGVzY3JpcHRpb24gUHJvdmlkZXMgdGhlIGNvcHlyaWdodCBzdGF0ZW1lbnQgb3IgaW5mb3JtYXRpb24gZGlzcGxheWVkIGluIHRoZSBhcHBsaWNhdGlvbi5cclxuICAgICAqIEB0eXBlIHtzdHJpbmd9XHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyBjb3B5cmlnaHQ/OiBzdHJpbmc7XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBAcHJvcGVydHkgVVJMIHVzZWQgZm9yIGF1dGhlbnRpY2F0aW9uIHNlcnZpY2VzLlxyXG4gICAgICogQGRlc2NyaXB0aW9uIFNwZWNpZmllcyB0aGUgZW5kcG9pbnQgdXNlZCBmb3IgaGFuZGxpbmcgYXV0aGVudGljYXRpb24gcmVxdWVzdHMuXHJcbiAgICAgKiBAdHlwZSB7c3RyaW5nfVxyXG4gICAgICovXHJcbiAgICBwdWJsaWMgYXV0aFVybD86IHN0cmluZztcclxuXHJcbiAgICAvKipcclxuICAgICAqIEBwcm9wZXJ0eSBVUkwgZm9yIHRoZSBTUEEgKFNpbmdsZSBQYWdlIEFwcGxpY2F0aW9uKS5cclxuICAgICAqIEBkZXNjcmlwdGlvbiBTcGVjaWZpZXMgdGhlIFVSTCB3aGVyZSB0aGUgU1BBIHZlcnNpb24gb2YgdGhlIGFwcGxpY2F0aW9uIGlzIGhvc3RlZC5cclxuICAgICAqIEB0eXBlIHtzdHJpbmd9XHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyBzcGFVcmw/OiBzdHJpbmc7XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBAcHJvcGVydHkgUm91dGUgdG8gbmF2aWdhdGUgdG8gYWZ0ZXIgbG9naW4uXHJcbiAgICAgKiBAZGVzY3JpcHRpb24gU3BlY2lmaWVzIHRoZSBkZWZhdWx0IHJvdXRlIHdoZXJlIHVzZXJzIGFyZSByZWRpcmVjdGVkIGFmdGVyIGEgc3VjY2Vzc2Z1bCBsb2dpbi5cclxuICAgICAqIEB0eXBlIHtzdHJpbmd9XHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyBwb3N0TG9naW5Sb3V0ZT86IHN0cmluZztcclxuXHJcbiAgICAvKipcclxuICAgICAqIEBwcm9wZXJ0eSBDbGllbnQgSUQgZm9yIGF1dGhlbnRpY2F0aW9uLlxyXG4gICAgICogQGRlc2NyaXB0aW9uIFRoZSBjbGllbnQgaWRlbnRpZmllciB1c2VkIGZvciBPQXV0aCBvciBvdGhlciBhdXRoZW50aWNhdGlvbiBwcm90b2NvbHMuXHJcbiAgICAgKiBAdHlwZSB7c3RyaW5nfVxyXG4gICAgICovXHJcbiAgICBwdWJsaWMgYXV0aENsaWVudElkPzogc3RyaW5nO1xyXG5cclxuICAgIC8qKlxyXG4gICAgICogQHByb3BlcnR5IFJlc3BvbnNlIHR5cGUgZm9yIGF1dGhlbnRpY2F0aW9uIHJlcXVlc3RzLlxyXG4gICAgICogQGRlc2NyaXB0aW9uIFNwZWNpZmllcyB0aGUgcmVzcG9uc2UgdHlwZSBmb3IgT0F1dGggb3IgYXV0aGVudGljYXRpb24gcHJvdG9jb2xzIChlLmcuLCAndG9rZW4nLCAnY29kZScpLlxyXG4gICAgICogQHR5cGUge3N0cmluZ31cclxuICAgICAqL1xyXG4gICAgcHVibGljIGF1dGhSZXNwb25zZVR5cGU/OiBzdHJpbmc7XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBAcHJvcGVydHkgU2NvcGUgZm9yIGF1dGhlbnRpY2F0aW9uLlxyXG4gICAgICogQGRlc2NyaXB0aW9uIERlZmluZXMgdGhlIGFjY2VzcyBzY29wZSBmb3IgYXV0aGVudGljYXRpb24gcmVxdWVzdHMsIFxyXG4gICAgICogdXN1YWxseSBhIHNwYWNlLXNlcGFyYXRlZCBsaXN0IG9mIHBlcm1pc3Npb25zLlxyXG4gICAgICogQHR5cGUge3N0cmluZ31cclxuICAgICAqL1xyXG4gICAgcHVibGljIGF1dGhTY29wZT86IHN0cmluZztcclxufSJdfQ==
|
package/fesm2022/messaia-cdk.mjs
CHANGED
|
@@ -2712,51 +2712,85 @@ class ActionItem {
|
|
|
2712
2712
|
|
|
2713
2713
|
class AppSetting {
|
|
2714
2714
|
/**
|
|
2715
|
-
* @property
|
|
2715
|
+
* @property Indicates if the application is running in production mode.
|
|
2716
|
+
* @description This flag determines whether the application is in production mode,
|
|
2717
|
+
* affecting logging and behavior for debugging purposes.
|
|
2718
|
+
* @type {boolean}
|
|
2716
2719
|
*/
|
|
2717
2720
|
production;
|
|
2718
2721
|
/**
|
|
2719
|
-
* @property
|
|
2722
|
+
* @property Indicates if debug mode is enabled for the application.
|
|
2723
|
+
* @description This flag enables additional logging and debugging features
|
|
2724
|
+
* when the application is not in production.
|
|
2725
|
+
* @type {boolean}
|
|
2720
2726
|
*/
|
|
2721
2727
|
debug;
|
|
2722
2728
|
/**
|
|
2723
|
-
* @property
|
|
2729
|
+
* @property Controls the visibility of the debug banner.
|
|
2730
|
+
* @description If set to true, the debug banner will be displayed;
|
|
2731
|
+
* otherwise, it will be hidden.
|
|
2732
|
+
* @type {boolean}
|
|
2733
|
+
*/
|
|
2734
|
+
showDebugBanner;
|
|
2735
|
+
/**
|
|
2736
|
+
* @property Base URL for API requests.
|
|
2737
|
+
* @description Specifies the root URL used for making HTTP API requests.
|
|
2738
|
+
* @type {string}
|
|
2724
2739
|
*/
|
|
2725
2740
|
apiUrl;
|
|
2726
2741
|
/**
|
|
2727
|
-
* @property
|
|
2742
|
+
* @property URL of the frontend application.
|
|
2743
|
+
* @description Specifies the URL where the frontend part of the application is hosted.
|
|
2744
|
+
* @type {string}
|
|
2728
2745
|
*/
|
|
2729
2746
|
frontendUrl;
|
|
2730
2747
|
/**
|
|
2731
|
-
* @property
|
|
2748
|
+
* @property Name of the project.
|
|
2749
|
+
* @description Specifies the display name of the project, used in the UI and settings.
|
|
2750
|
+
* @type {string}
|
|
2732
2751
|
*/
|
|
2733
2752
|
projectName;
|
|
2734
2753
|
/**
|
|
2735
|
-
* @property
|
|
2754
|
+
* @property Copyright information for the project.
|
|
2755
|
+
* @description Provides the copyright statement or information displayed in the application.
|
|
2756
|
+
* @type {string}
|
|
2736
2757
|
*/
|
|
2737
2758
|
copyright;
|
|
2738
2759
|
/**
|
|
2739
|
-
* @property
|
|
2760
|
+
* @property URL used for authentication services.
|
|
2761
|
+
* @description Specifies the endpoint used for handling authentication requests.
|
|
2762
|
+
* @type {string}
|
|
2740
2763
|
*/
|
|
2741
2764
|
authUrl;
|
|
2742
2765
|
/**
|
|
2743
|
-
* @property
|
|
2766
|
+
* @property URL for the SPA (Single Page Application).
|
|
2767
|
+
* @description Specifies the URL where the SPA version of the application is hosted.
|
|
2768
|
+
* @type {string}
|
|
2744
2769
|
*/
|
|
2745
2770
|
spaUrl;
|
|
2746
2771
|
/**
|
|
2747
|
-
* @property
|
|
2772
|
+
* @property Route to navigate to after login.
|
|
2773
|
+
* @description Specifies the default route where users are redirected after a successful login.
|
|
2774
|
+
* @type {string}
|
|
2748
2775
|
*/
|
|
2749
2776
|
postLoginRoute;
|
|
2750
2777
|
/**
|
|
2751
|
-
* @property
|
|
2778
|
+
* @property Client ID for authentication.
|
|
2779
|
+
* @description The client identifier used for OAuth or other authentication protocols.
|
|
2780
|
+
* @type {string}
|
|
2752
2781
|
*/
|
|
2753
2782
|
authClientId;
|
|
2754
2783
|
/**
|
|
2755
|
-
* @property
|
|
2784
|
+
* @property Response type for authentication requests.
|
|
2785
|
+
* @description Specifies the response type for OAuth or authentication protocols (e.g., 'token', 'code').
|
|
2786
|
+
* @type {string}
|
|
2756
2787
|
*/
|
|
2757
2788
|
authResponseType;
|
|
2758
2789
|
/**
|
|
2759
|
-
* @property
|
|
2790
|
+
* @property Scope for authentication.
|
|
2791
|
+
* @description Defines the access scope for authentication requests,
|
|
2792
|
+
* usually a space-separated list of permissions.
|
|
2793
|
+
* @type {string}
|
|
2760
2794
|
*/
|
|
2761
2795
|
authScope;
|
|
2762
2796
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AppSetting, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|