@libs-ui/components-inputs-multi-language 0.2.356-38 → 0.2.356-40
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/esm2022/items/items.component.mjs +1 -1
- package/esm2022/multi-language.component.mjs +6 -6
- package/esm2022/pipes/display-language.pipe.mjs +2 -2
- package/fesm2022/libs-ui-components-inputs-multi-language.mjs +6 -6
- package/fesm2022/libs-ui-components-inputs-multi-language.mjs.map +1 -1
- package/items/items.component.d.ts +2 -2
- package/multi-language.component.d.ts +3 -3
- package/package.json +10 -10
|
@@ -8,8 +8,8 @@ export declare class LibsUiComponentsInputsMultiLanguageItemsComponent {
|
|
|
8
8
|
protected validRequired: import("@angular/core").WritableSignal<IValidRequired>;
|
|
9
9
|
protected validRequiredWhenInputHasValue: import("@angular/core").WritableSignal<IValidRequired | undefined>;
|
|
10
10
|
protected dataHeader: import("@angular/core").WritableSignal<string | undefined>;
|
|
11
|
-
private inputComponentRefs;
|
|
12
|
-
private multiLanguageComponentRefs;
|
|
11
|
+
private readonly inputComponentRefs;
|
|
12
|
+
private readonly multiLanguageComponentRefs;
|
|
13
13
|
readonly configItems: import("@angular/core").InputSignal<IDataItem[]>;
|
|
14
14
|
readonly dataMultiLanguage: import("@angular/core").ModelSignal<IDataMultiLanguage[]>;
|
|
15
15
|
readonly zIndex: import("@angular/core").InputSignal<number | undefined>;
|
|
@@ -12,9 +12,9 @@ export declare class LibsUiComponentsInputsMultiLanguageComponent implements OnI
|
|
|
12
12
|
protected validRequiredDefault: import("@angular/core").WritableSignal<IValidRequired>;
|
|
13
13
|
protected listConfigItem: import("@angular/core").Signal<import("@libs-ui/components-list").IListConfigItem>;
|
|
14
14
|
protected httpRequestDetail: import("@angular/core").Signal<import("@libs-ui/services-http-request").IHttpRequestConfig<any>>;
|
|
15
|
-
private inputComponentRefs;
|
|
16
|
-
private quillComponentRefs;
|
|
17
|
-
private onDestroy;
|
|
15
|
+
private readonly inputComponentRefs;
|
|
16
|
+
private readonly quillComponentRefs;
|
|
17
|
+
private readonly onDestroy;
|
|
18
18
|
readonly optionsLanguage: import("@angular/core").InputSignal<IOption[]>;
|
|
19
19
|
readonly zIndex: import("@angular/core").InputSignal<number | undefined>;
|
|
20
20
|
readonly viewType: import("@angular/core").InputSignalWithTransform<TYPE_VIEW_MULTI_LANGUAGE, TYPE_VIEW_MULTI_LANGUAGE | undefined>;
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-multi-language",
|
|
3
|
-
"version": "0.2.356-
|
|
3
|
+
"version": "0.2.356-40",
|
|
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.356-
|
|
8
|
-
"@libs-ui/components-buttons-button": "0.2.356-
|
|
9
|
-
"@libs-ui/utils": "0.2.356-
|
|
7
|
+
"@libs-ui/components-inputs-valid": "0.2.356-40",
|
|
8
|
+
"@libs-ui/components-buttons-button": "0.2.356-40",
|
|
9
|
+
"@libs-ui/utils": "0.2.356-40",
|
|
10
10
|
"@ngx-translate/core": "^15.0.0",
|
|
11
|
-
"@libs-ui/components-dropdown": "0.2.356-
|
|
12
|
-
"@libs-ui/components-popover": "0.2.356-
|
|
11
|
+
"@libs-ui/components-dropdown": "0.2.356-40",
|
|
12
|
+
"@libs-ui/components-popover": "0.2.356-40",
|
|
13
13
|
"rxjs": "~7.8.0",
|
|
14
|
-
"@libs-ui/pipes-escape-html": "0.2.356-
|
|
15
|
-
"@libs-ui/components-inputs-quill2x": "0.2.356-
|
|
16
|
-
"@libs-ui/components-list": "0.2.356-
|
|
17
|
-
"@libs-ui/services-http-request": "0.2.356-
|
|
14
|
+
"@libs-ui/pipes-escape-html": "0.2.356-40",
|
|
15
|
+
"@libs-ui/components-inputs-quill2x": "0.2.356-40",
|
|
16
|
+
"@libs-ui/components-list": "0.2.356-40",
|
|
17
|
+
"@libs-ui/services-http-request": "0.2.356-40"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"module": "fesm2022/libs-ui-components-inputs-multi-language.mjs",
|