@libs-ui/components-datetime-dropdown 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.
|
@@ -5,7 +5,7 @@ import { IHttpRequestConfig } from '@libs-ui/services-http-request';
|
|
|
5
5
|
import { TYPE_DATE_FORMAT } from '../../interfaces/date-dropdown.interface';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class LibsUiComponentsDatetimeDropdownItemChildComponent {
|
|
8
|
-
protected httpRequestDetailItemById: import("@angular/core").WritableSignal<IHttpRequestConfig | undefined>;
|
|
8
|
+
protected httpRequestDetailItemById: import("@angular/core").WritableSignal<IHttpRequestConfig<any> | undefined>;
|
|
9
9
|
protected listConfig: import("@angular/core").WritableSignal<IListConfigItem>;
|
|
10
10
|
protected textNoSelectDisplay: import("@angular/core").Signal<"month" | "i18n_select_day" | "i18n_select_month" | "i18n_select_year" | "i18n_select_quarter">;
|
|
11
11
|
protected usingWidth: import("@angular/core").Signal<string>;
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-datetime-dropdown",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.313-0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
6
|
"@ngx-translate/core": "^15.0.0",
|
|
7
|
-
"@libs-ui/services-http-request": "0.2.
|
|
8
|
-
"@libs-ui/utils": "0.2.
|
|
9
|
-
"@libs-ui/components-datetime-picker": "0.2.
|
|
10
|
-
"@libs-ui/components-label": "0.2.
|
|
11
|
-
"@libs-ui/components-popover": "0.2.
|
|
7
|
+
"@libs-ui/services-http-request": "0.2.313-0",
|
|
8
|
+
"@libs-ui/utils": "0.2.313-0",
|
|
9
|
+
"@libs-ui/components-datetime-picker": "0.2.313-0",
|
|
10
|
+
"@libs-ui/components-label": "0.2.313-0",
|
|
11
|
+
"@libs-ui/components-popover": "0.2.313-0",
|
|
12
12
|
"rxjs": "~7.8.0",
|
|
13
|
-
"@libs-ui/components-dropdown": "0.2.
|
|
14
|
-
"@libs-ui/components-list": "0.2.
|
|
13
|
+
"@libs-ui/components-dropdown": "0.2.313-0",
|
|
14
|
+
"@libs-ui/components-list": "0.2.313-0"
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"module": "fesm2022/libs-ui-components-datetime-dropdown.mjs",
|