@libs-ui/components-list 0.2.348-6 → 0.2.348-7
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 +23 -23
package/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-list",
|
|
3
|
-
"version": "0.2.348-
|
|
3
|
+
"version": "0.2.348-7",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/utils": "0.2.348-
|
|
8
|
-
"@libs-ui/components-avatar": "0.2.348-
|
|
9
|
-
"@libs-ui/components-badge": "0.2.348-
|
|
10
|
-
"@libs-ui/components-buttons-button": "0.2.348-
|
|
11
|
-
"@libs-ui/components-buttons-sort": "0.2.348-
|
|
12
|
-
"@libs-ui/components-checkbox-group": "0.2.348-
|
|
13
|
-
"@libs-ui/components-label": "0.2.348-
|
|
14
|
-
"@libs-ui/components-popover": "0.2.348-
|
|
15
|
-
"@libs-ui/services-http-request": "0.2.348-
|
|
7
|
+
"@libs-ui/utils": "0.2.348-7",
|
|
8
|
+
"@libs-ui/components-avatar": "0.2.348-7",
|
|
9
|
+
"@libs-ui/components-badge": "0.2.348-7",
|
|
10
|
+
"@libs-ui/components-buttons-button": "0.2.348-7",
|
|
11
|
+
"@libs-ui/components-buttons-sort": "0.2.348-7",
|
|
12
|
+
"@libs-ui/components-checkbox-group": "0.2.348-7",
|
|
13
|
+
"@libs-ui/components-label": "0.2.348-7",
|
|
14
|
+
"@libs-ui/components-popover": "0.2.348-7",
|
|
15
|
+
"@libs-ui/services-http-request": "0.2.348-7",
|
|
16
16
|
"rxjs": "~7.8.0",
|
|
17
|
-
"@libs-ui/interfaces-types": "0.2.348-
|
|
18
|
-
"@libs-ui/components-inputs-input": "0.2.348-
|
|
19
|
-
"@libs-ui/components-inputs-search": "0.2.348-
|
|
20
|
-
"@libs-ui/components-inputs-valid": "0.2.348-
|
|
21
|
-
"@libs-ui/services-dynamic-component": "0.2.348-
|
|
17
|
+
"@libs-ui/interfaces-types": "0.2.348-7",
|
|
18
|
+
"@libs-ui/components-inputs-input": "0.2.348-7",
|
|
19
|
+
"@libs-ui/components-inputs-search": "0.2.348-7",
|
|
20
|
+
"@libs-ui/components-inputs-valid": "0.2.348-7",
|
|
21
|
+
"@libs-ui/services-dynamic-component": "0.2.348-7",
|
|
22
22
|
"@ngx-translate/core": "^15.0.0",
|
|
23
23
|
"@iharbeck/ngx-virtual-scroller": "15.2.0",
|
|
24
|
-
"@libs-ui/components-checkbox-single": "0.2.348-
|
|
25
|
-
"@libs-ui/components-scroll-overlay": "0.2.348-
|
|
26
|
-
"@libs-ui/components-spinner": "0.2.348-
|
|
27
|
-
"@libs-ui/icons": "0.2.348-
|
|
28
|
-
"@libs-ui/pipes-call-function-in-template": "0.2.348-
|
|
29
|
-
"@libs-ui/pipes-convert-object-to-signal": "0.2.348-
|
|
30
|
-
"@libs-ui/components-radio-single": "0.2.348-
|
|
31
|
-
"@libs-ui/components-switch": "0.2.348-
|
|
24
|
+
"@libs-ui/components-checkbox-single": "0.2.348-7",
|
|
25
|
+
"@libs-ui/components-scroll-overlay": "0.2.348-7",
|
|
26
|
+
"@libs-ui/components-spinner": "0.2.348-7",
|
|
27
|
+
"@libs-ui/icons": "0.2.348-7",
|
|
28
|
+
"@libs-ui/pipes-call-function-in-template": "0.2.348-7",
|
|
29
|
+
"@libs-ui/pipes-convert-object-to-signal": "0.2.348-7",
|
|
30
|
+
"@libs-ui/components-radio-single": "0.2.348-7",
|
|
31
|
+
"@libs-ui/components-switch": "0.2.348-7"
|
|
32
32
|
},
|
|
33
33
|
"sideEffects": false,
|
|
34
34
|
"module": "fesm2022/libs-ui-components-list.mjs",
|