@taiga-ui/addon-mobile 4.41.0-canary.4634537 → 4.41.0-canary.764ad70
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 +49 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-mobile",
|
|
3
|
-
"version": "4.41.0-canary.
|
|
3
|
+
"version": "4.41.0-canary.764ad70",
|
|
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",
|
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
"esm": "./esm2022/taiga-ui-addon-mobile.mjs",
|
|
22
22
|
"default": "./fesm2022/taiga-ui-addon-mobile.mjs"
|
|
23
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
|
+
},
|
|
24
30
|
"./directives": {
|
|
25
31
|
"types": "./directives/index.d.ts",
|
|
26
32
|
"esm2022": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
@@ -33,48 +39,6 @@
|
|
|
33
39
|
"esm": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
34
40
|
"default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
|
|
35
41
|
},
|
|
36
|
-
"./components": {
|
|
37
|
-
"types": "./components/index.d.ts",
|
|
38
|
-
"esm2022": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
39
|
-
"esm": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
40
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
|
|
41
|
-
},
|
|
42
|
-
"./directives/dropdown-mobile": {
|
|
43
|
-
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
44
|
-
"esm2022": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
45
|
-
"esm": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
46
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
47
|
-
},
|
|
48
|
-
"./directives/elastic-sticky": {
|
|
49
|
-
"types": "./directives/elastic-sticky/index.d.ts",
|
|
50
|
-
"esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
51
|
-
"esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
52
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
53
|
-
},
|
|
54
|
-
"./directives/responsive-dialog": {
|
|
55
|
-
"types": "./directives/responsive-dialog/index.d.ts",
|
|
56
|
-
"esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
57
|
-
"esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
58
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
59
|
-
},
|
|
60
|
-
"./directives/ripple": {
|
|
61
|
-
"types": "./directives/ripple/index.d.ts",
|
|
62
|
-
"esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
63
|
-
"esm": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
64
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
65
|
-
},
|
|
66
|
-
"./directives/sidebar": {
|
|
67
|
-
"types": "./directives/sidebar/index.d.ts",
|
|
68
|
-
"esm2022": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
69
|
-
"esm": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
70
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs"
|
|
71
|
-
},
|
|
72
|
-
"./directives/touchable": {
|
|
73
|
-
"types": "./directives/touchable/index.d.ts",
|
|
74
|
-
"esm2022": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
75
|
-
"esm": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
76
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
77
|
-
},
|
|
78
42
|
"./components/bottom-sheet": {
|
|
79
43
|
"types": "./components/bottom-sheet/index.d.ts",
|
|
80
44
|
"esm2022": "./esm2022/components/bottom-sheet/taiga-ui-addon-mobile-components-bottom-sheet.mjs",
|
|
@@ -93,18 +57,18 @@
|
|
|
93
57
|
"esm": "./esm2022/components/mobile-calendar-dropdown/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs",
|
|
94
58
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs"
|
|
95
59
|
},
|
|
96
|
-
"./components/mobile-calendar-sheet": {
|
|
97
|
-
"types": "./components/mobile-calendar-sheet/index.d.ts",
|
|
98
|
-
"esm2022": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
|
|
99
|
-
"esm": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
|
|
100
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs"
|
|
101
|
-
},
|
|
102
60
|
"./components/mobile-dialog": {
|
|
103
61
|
"types": "./components/mobile-dialog/index.d.ts",
|
|
104
62
|
"esm2022": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
|
|
105
63
|
"esm": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
|
|
106
64
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-dialog.mjs"
|
|
107
65
|
},
|
|
66
|
+
"./components/mobile-calendar-sheet": {
|
|
67
|
+
"types": "./components/mobile-calendar-sheet/index.d.ts",
|
|
68
|
+
"esm2022": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
|
|
69
|
+
"esm": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
|
|
70
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs"
|
|
71
|
+
},
|
|
108
72
|
"./components/pull-to-refresh": {
|
|
109
73
|
"types": "./components/pull-to-refresh/index.d.ts",
|
|
110
74
|
"esm2022": "./esm2022/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.mjs",
|
|
@@ -128,6 +92,42 @@
|
|
|
128
92
|
"esm2022": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
129
93
|
"esm": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
130
94
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
|
|
95
|
+
},
|
|
96
|
+
"./directives/dropdown-mobile": {
|
|
97
|
+
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
98
|
+
"esm2022": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
99
|
+
"esm": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
100
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
101
|
+
},
|
|
102
|
+
"./directives/elastic-sticky": {
|
|
103
|
+
"types": "./directives/elastic-sticky/index.d.ts",
|
|
104
|
+
"esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
105
|
+
"esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
106
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
107
|
+
},
|
|
108
|
+
"./directives/ripple": {
|
|
109
|
+
"types": "./directives/ripple/index.d.ts",
|
|
110
|
+
"esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
111
|
+
"esm": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
112
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
113
|
+
},
|
|
114
|
+
"./directives/sidebar": {
|
|
115
|
+
"types": "./directives/sidebar/index.d.ts",
|
|
116
|
+
"esm2022": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
117
|
+
"esm": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
118
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs"
|
|
119
|
+
},
|
|
120
|
+
"./directives/responsive-dialog": {
|
|
121
|
+
"types": "./directives/responsive-dialog/index.d.ts",
|
|
122
|
+
"esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
123
|
+
"esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
124
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
125
|
+
},
|
|
126
|
+
"./directives/touchable": {
|
|
127
|
+
"types": "./directives/touchable/index.d.ts",
|
|
128
|
+
"esm2022": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
129
|
+
"esm": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
130
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|