@taiga-ui/addon-mobile 5.0.0-rc.0 → 5.0.0-rc.1
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 +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-mobile",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.1",
|
|
4
4
|
"description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -22,42 +22,18 @@
|
|
|
22
22
|
"types": "./index.d.ts",
|
|
23
23
|
"default": "./fesm2022/taiga-ui-addon-mobile.mjs"
|
|
24
24
|
},
|
|
25
|
-
"./directives": {
|
|
26
|
-
"types": "./directives/index.d.ts",
|
|
27
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
|
|
28
|
-
},
|
|
29
25
|
"./components": {
|
|
30
26
|
"types": "./components/index.d.ts",
|
|
31
27
|
"default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
|
|
32
28
|
},
|
|
29
|
+
"./directives": {
|
|
30
|
+
"types": "./directives/index.d.ts",
|
|
31
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
|
|
32
|
+
},
|
|
33
33
|
"./services": {
|
|
34
34
|
"types": "./services/index.d.ts",
|
|
35
35
|
"default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
|
|
36
36
|
},
|
|
37
|
-
"./directives/dropdown-mobile": {
|
|
38
|
-
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
39
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
40
|
-
},
|
|
41
|
-
"./directives/dropdown-sheet": {
|
|
42
|
-
"types": "./directives/dropdown-sheet/index.d.ts",
|
|
43
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs"
|
|
44
|
-
},
|
|
45
|
-
"./directives/elastic-sticky": {
|
|
46
|
-
"types": "./directives/elastic-sticky/index.d.ts",
|
|
47
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
48
|
-
},
|
|
49
|
-
"./directives/responsive-dialog": {
|
|
50
|
-
"types": "./directives/responsive-dialog/index.d.ts",
|
|
51
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
52
|
-
},
|
|
53
|
-
"./directives/ripple": {
|
|
54
|
-
"types": "./directives/ripple/index.d.ts",
|
|
55
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
56
|
-
},
|
|
57
|
-
"./directives/touchable": {
|
|
58
|
-
"types": "./directives/touchable/index.d.ts",
|
|
59
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
60
|
-
},
|
|
61
37
|
"./components/bottom-sheet": {
|
|
62
38
|
"types": "./components/bottom-sheet/index.d.ts",
|
|
63
39
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-bottom-sheet.mjs"
|
|
@@ -89,18 +65,42 @@
|
|
|
89
65
|
"./components/tab-bar": {
|
|
90
66
|
"types": "./components/tab-bar/index.d.ts",
|
|
91
67
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
|
|
68
|
+
},
|
|
69
|
+
"./directives/dropdown-mobile": {
|
|
70
|
+
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
71
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
72
|
+
},
|
|
73
|
+
"./directives/dropdown-sheet": {
|
|
74
|
+
"types": "./directives/dropdown-sheet/index.d.ts",
|
|
75
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs"
|
|
76
|
+
},
|
|
77
|
+
"./directives/elastic-sticky": {
|
|
78
|
+
"types": "./directives/elastic-sticky/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
80
|
+
},
|
|
81
|
+
"./directives/responsive-dialog": {
|
|
82
|
+
"types": "./directives/responsive-dialog/index.d.ts",
|
|
83
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
84
|
+
},
|
|
85
|
+
"./directives/ripple": {
|
|
86
|
+
"types": "./directives/ripple/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
88
|
+
},
|
|
89
|
+
"./directives/touchable": {
|
|
90
|
+
"types": "./directives/touchable/index.d.ts",
|
|
91
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"@angular/cdk": ">=19.0.0",
|
|
96
96
|
"@angular/common": ">=19.0.0",
|
|
97
97
|
"@angular/core": ">=19.0.0",
|
|
98
|
-
"@ng-web-apis/common": "^5.0.
|
|
99
|
-
"@ng-web-apis/platform": "^5.0.
|
|
100
|
-
"@taiga-ui/cdk": "^5.0.0-rc.
|
|
101
|
-
"@taiga-ui/core": "^5.0.0-rc.
|
|
102
|
-
"@taiga-ui/kit": "^5.0.0-rc.
|
|
103
|
-
"@taiga-ui/layout": "^5.0.0-rc.
|
|
98
|
+
"@ng-web-apis/common": "^5.0.3",
|
|
99
|
+
"@ng-web-apis/platform": "^5.0.3",
|
|
100
|
+
"@taiga-ui/cdk": "^5.0.0-rc.1",
|
|
101
|
+
"@taiga-ui/core": "^5.0.0-rc.1",
|
|
102
|
+
"@taiga-ui/kit": "^5.0.0-rc.1",
|
|
103
|
+
"@taiga-ui/layout": "^5.0.0-rc.1",
|
|
104
104
|
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
105
105
|
"rxjs": ">=7.0.0"
|
|
106
106
|
},
|