@libs-ui/components-inputs-multi-language 0.2.312-0 → 0.2.313-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/multi-language.component.d.ts +1 -1
- package/package.json +10 -10
|
@@ -12,7 +12,7 @@ export declare class LibsUiComponentsInputsMultiLanguageComponent implements OnI
|
|
|
12
12
|
protected options: import("@angular/core").WritableSignal<IOption[]>;
|
|
13
13
|
protected validRequiredDefault: import("@angular/core").WritableSignal<IValidRequired>;
|
|
14
14
|
protected listConfigItem: import("@angular/core").Signal<import("@libs-ui/components-list").IListConfigItem>;
|
|
15
|
-
protected httpRequestDetail: import("@angular/core").Signal<import("@libs-ui/services-http-request").IHttpRequestConfig
|
|
15
|
+
protected httpRequestDetail: import("@angular/core").Signal<import("@libs-ui/services-http-request").IHttpRequestConfig<any>>;
|
|
16
16
|
private inputFunctionControl;
|
|
17
17
|
private quillFunctionControl;
|
|
18
18
|
private onDestroy;
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-multi-language",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.313-0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/components-inputs-valid": "0.2.
|
|
8
|
-
"@libs-ui/components-buttons-button": "0.2.
|
|
9
|
-
"@libs-ui/utils": "0.2.
|
|
7
|
+
"@libs-ui/components-inputs-valid": "0.2.313-0",
|
|
8
|
+
"@libs-ui/components-buttons-button": "0.2.313-0",
|
|
9
|
+
"@libs-ui/utils": "0.2.313-0",
|
|
10
10
|
"@ngx-translate/core": "^15.0.0",
|
|
11
|
-
"@libs-ui/components-dropdown": "0.2.
|
|
12
|
-
"@libs-ui/components-popover": "0.2.
|
|
11
|
+
"@libs-ui/components-dropdown": "0.2.313-0",
|
|
12
|
+
"@libs-ui/components-popover": "0.2.313-0",
|
|
13
13
|
"rxjs": "~7.8.0",
|
|
14
|
-
"@libs-ui/pipes-escape-html": "0.2.
|
|
15
|
-
"@libs-ui/components-inputs-quill": "0.2.
|
|
16
|
-
"@libs-ui/components-list": "0.2.
|
|
17
|
-
"@libs-ui/services-http-request": "0.2.
|
|
14
|
+
"@libs-ui/pipes-escape-html": "0.2.313-0",
|
|
15
|
+
"@libs-ui/components-inputs-quill": "0.2.313-0",
|
|
16
|
+
"@libs-ui/components-list": "0.2.313-0",
|
|
17
|
+
"@libs-ui/services-http-request": "0.2.313-0"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"module": "fesm2022/libs-ui-components-inputs-multi-language.mjs",
|