@taiga-ui/addon-mobile 4.7.0-canary.2dd3ca2 → 4.7.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/package.json +135 -135
package/package.json
CHANGED
|
@@ -1,138 +1,138 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
"peerDependencies": {
|
|
122
|
-
"@angular/cdk": ">=16.0.0",
|
|
123
|
-
"@angular/common": ">=16.0.0",
|
|
124
|
-
"@angular/core": ">=16.0.0",
|
|
125
|
-
"@ng-web-apis/common": "^4.6.0",
|
|
126
|
-
"@taiga-ui/cdk": "^4.7.0-canary.2dd3ca2",
|
|
127
|
-
"@taiga-ui/core": "^4.7.0-canary.2dd3ca2",
|
|
128
|
-
"@taiga-ui/kit": "^4.7.0-canary.2dd3ca2",
|
|
129
|
-
"@taiga-ui/polymorpheus": "^4.7.1",
|
|
130
|
-
"rxjs": ">=7.0.0"
|
|
131
|
-
},
|
|
132
|
-
"module": "fesm2022/taiga-ui-addon-mobile.mjs",
|
|
133
|
-
"typings": "index.d.ts",
|
|
134
|
-
"sideEffects": false,
|
|
135
|
-
"dependencies": {
|
|
136
|
-
"tslib": "^2.7.0"
|
|
2
|
+
"name": "@taiga-ui/addon-mobile",
|
|
3
|
+
"version": "4.7.0",
|
|
4
|
+
"description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"angular",
|
|
7
|
+
"component",
|
|
8
|
+
"mobile"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://github.com/taiga-family/taiga-ui",
|
|
11
|
+
"repository": "https://github.com/taiga-family/taiga-ui",
|
|
12
|
+
"license": "Apache-2.0",
|
|
13
|
+
"exports": {
|
|
14
|
+
"./styles/*": "./styles/*",
|
|
15
|
+
"./package.json": {
|
|
16
|
+
"default": "./package.json"
|
|
17
|
+
},
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./index.d.ts",
|
|
20
|
+
"esm2022": "./esm2022/taiga-ui-addon-mobile.mjs",
|
|
21
|
+
"esm": "./esm2022/taiga-ui-addon-mobile.mjs",
|
|
22
|
+
"default": "./fesm2022/taiga-ui-addon-mobile.mjs"
|
|
23
|
+
},
|
|
24
|
+
"./components": {
|
|
25
|
+
"types": "./components/index.d.ts",
|
|
26
|
+
"esm2022": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
27
|
+
"esm": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
28
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
|
|
29
|
+
},
|
|
30
|
+
"./directives": {
|
|
31
|
+
"types": "./directives/index.d.ts",
|
|
32
|
+
"esm2022": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
33
|
+
"esm": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
34
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
|
|
35
|
+
},
|
|
36
|
+
"./services": {
|
|
37
|
+
"types": "./services/index.d.ts",
|
|
38
|
+
"esm2022": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
39
|
+
"esm": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
40
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
|
|
41
|
+
},
|
|
42
|
+
"./components/mobile-calendar": {
|
|
43
|
+
"types": "./components/mobile-calendar/index.d.ts",
|
|
44
|
+
"esm2022": "./esm2022/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.mjs",
|
|
45
|
+
"esm": "./esm2022/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.mjs",
|
|
46
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs"
|
|
47
|
+
},
|
|
48
|
+
"./components/mobile-calendar-dropdown": {
|
|
49
|
+
"types": "./components/mobile-calendar-dropdown/index.d.ts",
|
|
50
|
+
"esm2022": "./esm2022/components/mobile-calendar-dropdown/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs",
|
|
51
|
+
"esm": "./esm2022/components/mobile-calendar-dropdown/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs",
|
|
52
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs"
|
|
53
|
+
},
|
|
54
|
+
"./components/mobile-calendar-sheet": {
|
|
55
|
+
"types": "./components/mobile-calendar-sheet/index.d.ts",
|
|
56
|
+
"esm2022": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
|
|
57
|
+
"esm": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
|
|
58
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs"
|
|
59
|
+
},
|
|
60
|
+
"./components/mobile-dialog": {
|
|
61
|
+
"types": "./components/mobile-dialog/index.d.ts",
|
|
62
|
+
"esm2022": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
|
|
63
|
+
"esm": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
|
|
64
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-dialog.mjs"
|
|
65
|
+
},
|
|
66
|
+
"./components/pull-to-refresh": {
|
|
67
|
+
"types": "./components/pull-to-refresh/index.d.ts",
|
|
68
|
+
"esm2022": "./esm2022/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.mjs",
|
|
69
|
+
"esm": "./esm2022/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.mjs",
|
|
70
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs"
|
|
71
|
+
},
|
|
72
|
+
"./components/sheet-dialog": {
|
|
73
|
+
"types": "./components/sheet-dialog/index.d.ts",
|
|
74
|
+
"esm2022": "./esm2022/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.mjs",
|
|
75
|
+
"esm": "./esm2022/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.mjs",
|
|
76
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs"
|
|
77
|
+
},
|
|
78
|
+
"./components/swipe-action": {
|
|
79
|
+
"types": "./components/swipe-action/index.d.ts",
|
|
80
|
+
"esm2022": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
|
|
81
|
+
"esm": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
|
|
82
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs"
|
|
83
|
+
},
|
|
84
|
+
"./components/tab-bar": {
|
|
85
|
+
"types": "./components/tab-bar/index.d.ts",
|
|
86
|
+
"esm2022": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
87
|
+
"esm": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
88
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
|
|
89
|
+
},
|
|
90
|
+
"./directives/dropdown-mobile": {
|
|
91
|
+
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
92
|
+
"esm2022": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
93
|
+
"esm": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
94
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
95
|
+
},
|
|
96
|
+
"./directives/elastic-sticky": {
|
|
97
|
+
"types": "./directives/elastic-sticky/index.d.ts",
|
|
98
|
+
"esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
99
|
+
"esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
100
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
101
|
+
},
|
|
102
|
+
"./directives/ripple": {
|
|
103
|
+
"types": "./directives/ripple/index.d.ts",
|
|
104
|
+
"esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
105
|
+
"esm": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
106
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
107
|
+
},
|
|
108
|
+
"./directives/sidebar": {
|
|
109
|
+
"types": "./directives/sidebar/index.d.ts",
|
|
110
|
+
"esm2022": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
111
|
+
"esm": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
112
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs"
|
|
113
|
+
},
|
|
114
|
+
"./directives/touchable": {
|
|
115
|
+
"types": "./directives/touchable/index.d.ts",
|
|
116
|
+
"esm2022": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
117
|
+
"esm": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
118
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
137
119
|
}
|
|
120
|
+
},
|
|
121
|
+
"peerDependencies": {
|
|
122
|
+
"@angular/cdk": ">=16.0.0",
|
|
123
|
+
"@angular/common": ">=16.0.0",
|
|
124
|
+
"@angular/core": ">=16.0.0",
|
|
125
|
+
"@ng-web-apis/common": "^4.6.0",
|
|
126
|
+
"@taiga-ui/cdk": "^4.7.0",
|
|
127
|
+
"@taiga-ui/core": "^4.7.0",
|
|
128
|
+
"@taiga-ui/kit": "^4.7.0",
|
|
129
|
+
"@taiga-ui/polymorpheus": "^4.7.1",
|
|
130
|
+
"rxjs": ">=7.0.0"
|
|
131
|
+
},
|
|
132
|
+
"module": "fesm2022/taiga-ui-addon-mobile.mjs",
|
|
133
|
+
"typings": "index.d.ts",
|
|
134
|
+
"sideEffects": false,
|
|
135
|
+
"dependencies": {
|
|
136
|
+
"tslib": "^2.7.0"
|
|
137
|
+
}
|
|
138
138
|
}
|