ngx-bootstrap 11.0.0 → 11.0.2
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/accordion/package.json +2 -2
- package/alert/package.json +2 -2
- package/buttons/package.json +1 -1
- package/carousel/package.json +2 -2
- package/chronos/package.json +1 -1
- package/collapse/package.json +1 -1
- package/component-loader/package.json +2 -2
- package/datepicker/package.json +5 -5
- package/dropdown/package.json +2 -2
- package/focus-trap/package.json +1 -1
- package/locale/package.json +2 -2
- package/mini-ngrx/package.json +1 -1
- package/modal/package.json +3 -3
- package/package.json +94 -142
- package/pagination/package.json +1 -1
- package/popover/package.json +4 -4
- package/positioning/package.json +2 -2
- package/progressbar/package.json +1 -1
- package/rating/package.json +1 -1
- package/schematics/utils/current_dependency_versions.json +1 -1
- package/sortable/package.json +1 -1
- package/tabs/package.json +1 -1
- package/timepicker/package.json +2 -2
- package/tooltip/package.json +4 -4
- package/typeahead/package.json +3 -3
- package/utils/package.json +1 -1
package/accordion/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/accordion",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-accordion.mjs",
|
@@ -23,6 +23,6 @@
|
|
23
23
|
"peerDependencies": {
|
24
24
|
"@angular/core": "16.1.4",
|
25
25
|
"@angular/common": "16.1.4",
|
26
|
-
"ngx-bootstrap/collapse": "11.0.
|
26
|
+
"ngx-bootstrap/collapse": "11.0.2"
|
27
27
|
}
|
28
28
|
}
|
package/alert/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/alert",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-alert.mjs",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
24
|
"@angular/core": "16.1.4",
|
25
|
-
"ngx-bootstrap/utils": "11.0.
|
25
|
+
"ngx-bootstrap/utils": "11.0.2",
|
26
26
|
"@angular/common": "16.1.4"
|
27
27
|
}
|
28
28
|
}
|
package/buttons/package.json
CHANGED
package/carousel/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/carousel",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-carousel.mjs",
|
@@ -23,6 +23,6 @@
|
|
23
23
|
"peerDependencies": {
|
24
24
|
"@angular/core": "16.1.4",
|
25
25
|
"@angular/common": "16.1.4",
|
26
|
-
"ngx-bootstrap/utils": "11.0.
|
26
|
+
"ngx-bootstrap/utils": "11.0.2"
|
27
27
|
}
|
28
28
|
}
|
package/chronos/package.json
CHANGED
package/collapse/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/component-loader",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-component-loader.mjs",
|
@@ -22,6 +22,6 @@
|
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
24
|
"@angular/core": "16.1.4",
|
25
|
-
"ngx-bootstrap/positioning": "11.0.
|
25
|
+
"ngx-bootstrap/positioning": "11.0.2"
|
26
26
|
}
|
27
27
|
}
|
package/datepicker/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/datepicker",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-datepicker.mjs",
|
@@ -23,11 +23,11 @@
|
|
23
23
|
"peerDependencies": {
|
24
24
|
"rxjs": "7.8.1",
|
25
25
|
"@angular/core": "16.1.4",
|
26
|
-
"ngx-bootstrap/component-loader": "11.0.
|
26
|
+
"ngx-bootstrap/component-loader": "11.0.2",
|
27
27
|
"@angular/forms": "16.1.4",
|
28
|
-
"ngx-bootstrap/chronos": "11.0.
|
29
|
-
"ngx-bootstrap/tooltip": "11.0.
|
30
|
-
"ngx-bootstrap/timepicker": "11.0.
|
28
|
+
"ngx-bootstrap/chronos": "11.0.2",
|
29
|
+
"ngx-bootstrap/tooltip": "11.0.2",
|
30
|
+
"ngx-bootstrap/timepicker": "11.0.2",
|
31
31
|
"@angular/animations": "16.1.4"
|
32
32
|
}
|
33
33
|
}
|
package/dropdown/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/dropdown",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-dropdown.mjs",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"@angular/core": "16.1.4",
|
25
25
|
"@angular/animations": "16.1.4",
|
26
26
|
"rxjs": "7.8.1",
|
27
|
-
"ngx-bootstrap/component-loader": "11.0.
|
27
|
+
"ngx-bootstrap/component-loader": "11.0.2",
|
28
28
|
"@angular/platform-browser": "16.1.4"
|
29
29
|
}
|
30
30
|
}
|
package/focus-trap/package.json
CHANGED
package/locale/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/locale",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-locale.mjs",
|
@@ -21,6 +21,6 @@
|
|
21
21
|
"tslib": "^2.3.0"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
|
-
"ngx-bootstrap/chronos": "11.0.
|
24
|
+
"ngx-bootstrap/chronos": "11.0.2"
|
25
25
|
}
|
26
26
|
}
|
package/mini-ngrx/package.json
CHANGED
package/modal/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/modal",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-modal.mjs",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
24
|
"@angular/core": "16.1.4",
|
25
|
-
"ngx-bootstrap/component-loader": "11.0.
|
26
|
-
"ngx-bootstrap/focus-trap": "11.0.
|
25
|
+
"ngx-bootstrap/component-loader": "11.0.2",
|
26
|
+
"ngx-bootstrap/focus-trap": "11.0.2"
|
27
27
|
}
|
28
28
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"description": "Angular Bootstrap",
|
5
5
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -17,199 +17,151 @@
|
|
17
17
|
},
|
18
18
|
"exports": {
|
19
19
|
"./accordion": {
|
20
|
-
"types": "./accordion/
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"node": "./accordion/fesm2015/ngx-bootstrap-accordion.mjs",
|
25
|
-
"default": "./accordion/fesm2020/ngx-bootstrap-accordion.mjs"
|
20
|
+
"types": "./accordion/index.d.ts",
|
21
|
+
"esm2022": "./accordion/esm2022/ngx-bootstrap-accordion.mjs",
|
22
|
+
"esm": "./accordion/esm2022/ngx-bootstrap-accordion.mjs",
|
23
|
+
"default": "./accordion/fesm2022/ngx-bootstrap-accordion.mjs"
|
26
24
|
},
|
27
25
|
"./alert": {
|
28
|
-
"types": "./alert/
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"node": "./alert/fesm2015/ngx-bootstrap-alert.mjs",
|
33
|
-
"default": "./alert/fesm2020/ngx-bootstrap-alert.mjs"
|
26
|
+
"types": "./alert/index.d.ts",
|
27
|
+
"esm2022": "./alert/esm2022/ngx-bootstrap-alert.mjs",
|
28
|
+
"esm": "./alert/esm2022/ngx-bootstrap-alert.mjs",
|
29
|
+
"default": "./alert/fesm2022/ngx-bootstrap-alert.mjs"
|
34
30
|
},
|
35
31
|
"./buttons": {
|
36
|
-
"types": "./buttons/
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"
|
40
|
-
"node": "./buttons/fesm2015/ngx-bootstrap-buttons.mjs",
|
41
|
-
"default": "./buttons/fesm2020/ngx-bootstrap-buttons.mjs"
|
32
|
+
"types": "./buttons/index.d.ts",
|
33
|
+
"esm2022": "./buttons/esm2022/ngx-bootstrap-buttons.mjs",
|
34
|
+
"esm": "./buttons/esm2022/ngx-bootstrap-buttons.mjs",
|
35
|
+
"default": "./buttons/fesm2022/ngx-bootstrap-buttons.mjs"
|
42
36
|
},
|
43
37
|
"./carousel": {
|
44
|
-
"types": "./carousel/
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"node": "./carousel/fesm2015/ngx-bootstrap-carousel.mjs",
|
49
|
-
"default": "./carousel/fesm2020/ngx-bootstrap-carousel.mjs"
|
38
|
+
"types": "./carousel/index.d.ts",
|
39
|
+
"esm2022": "./carousel/esm2022/ngx-bootstrap-carousel.mjs",
|
40
|
+
"esm": "./carousel/esm2022/ngx-bootstrap-carousel.mjs",
|
41
|
+
"default": "./carousel/fesm2022/ngx-bootstrap-carousel.mjs"
|
50
42
|
},
|
51
43
|
"./chronos": {
|
52
|
-
"types": "./chronos/
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"node": "./chronos/fesm2015/ngx-bootstrap-chronos.mjs",
|
57
|
-
"default": "./chronos/fesm2020/ngx-bootstrap-chronos.mjs"
|
44
|
+
"types": "./chronos/index.d.ts",
|
45
|
+
"esm2022": "./chronos/esm2022/ngx-bootstrap-chronos.mjs",
|
46
|
+
"esm": "./chronos/esm2022/ngx-bootstrap-chronos.mjs",
|
47
|
+
"default": "./chronos/fesm2022/ngx-bootstrap-chronos.mjs"
|
58
48
|
},
|
59
49
|
"./collapse": {
|
60
|
-
"types": "./collapse/
|
61
|
-
"
|
62
|
-
"
|
63
|
-
"
|
64
|
-
"node": "./collapse/fesm2015/ngx-bootstrap-collapse.mjs",
|
65
|
-
"default": "./collapse/fesm2020/ngx-bootstrap-collapse.mjs"
|
50
|
+
"types": "./collapse/index.d.ts",
|
51
|
+
"esm2022": "./collapse/esm2022/ngx-bootstrap-collapse.mjs",
|
52
|
+
"esm": "./collapse/esm2022/ngx-bootstrap-collapse.mjs",
|
53
|
+
"default": "./collapse/fesm2022/ngx-bootstrap-collapse.mjs"
|
66
54
|
},
|
67
55
|
"./component-loader": {
|
68
56
|
"types": "./component-loader/ngx-bootstrap-component-loader.d.ts",
|
69
|
-
"
|
70
|
-
"
|
71
|
-
"
|
72
|
-
"node": "./component-loader/fesm2015/ngx-bootstrap-component-loader.mjs",
|
73
|
-
"default": "./component-loader/fesm2020/ngx-bootstrap-component-loader.mjs"
|
57
|
+
"esm2022": "./component-loader/esm2022/ngx-bootstrap-component-loader.mjs",
|
58
|
+
"esm": "./component-loader/esm2022/ngx-bootstrap-component-loader.mjs",
|
59
|
+
"default": "./component-loader/fesm2022/ngx-bootstrap-component-loader.mjs"
|
74
60
|
},
|
75
61
|
"./datepicker": {
|
76
|
-
"types": "./datepicker/
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"
|
80
|
-
"node": "./datepicker/fesm2015/ngx-bootstrap-datepicker.mjs",
|
81
|
-
"default": "./datepicker/fesm2020/ngx-bootstrap-datepicker.mjs"
|
62
|
+
"types": "./datepicker/index.d.ts",
|
63
|
+
"esm2022": "./datepicker/esm2022/ngx-bootstrap-datepicker.mjs",
|
64
|
+
"esm": "./datepicker/esm2022/ngx-bootstrap-datepicker.mjs",
|
65
|
+
"default": "./datepicker/fesm2022/ngx-bootstrap-datepicker.mjs"
|
82
66
|
},
|
83
67
|
"./datepicker/bs-datepicker.css": {
|
84
68
|
"style": "./datepicker/bs-datepicker.css"
|
85
69
|
},
|
86
70
|
"./dropdown": {
|
87
|
-
"types": "./dropdown/
|
88
|
-
"
|
89
|
-
"
|
90
|
-
"
|
91
|
-
"node": "./dropdown/fesm2015/ngx-bootstrap-dropdown.mjs",
|
92
|
-
"default": "./dropdown/fesm2020/ngx-bootstrap-dropdown.mjs"
|
71
|
+
"types": "./dropdown/index.d.ts",
|
72
|
+
"esm2022": "./dropdown/esm2022/ngx-bootstrap-dropdown.mjs",
|
73
|
+
"esm": "./dropdown/esm2022/ngx-bootstrap-dropdown.mjs",
|
74
|
+
"default": "./dropdown/fesm2022/ngx-bootstrap-dropdown.mjs"
|
93
75
|
},
|
94
76
|
"./focus-trap": {
|
95
77
|
"types": "./focus-trap/ngx-bootstrap-focus-trap.d.ts",
|
96
|
-
"
|
97
|
-
"
|
98
|
-
"
|
99
|
-
"node": "./focus-trap/fesm2015/ngx-bootstrap-focus-trap.mjs",
|
100
|
-
"default": "./focus-trap/fesm2020/ngx-bootstrap-focus-trap.mjs"
|
78
|
+
"esm2022": "./focus-trap/esm2022/ngx-bootstrap-focus-trap.mjs",
|
79
|
+
"esm": "./focus-trap/esm2022/ngx-bootstrap-focus-trap.mjs",
|
80
|
+
"default": "./focus-trap/fesm2022/ngx-bootstrap-focus-trap.mjs"
|
101
81
|
},
|
102
82
|
"./locale": {
|
103
|
-
"types": "./locale/
|
104
|
-
"
|
105
|
-
"
|
106
|
-
"
|
107
|
-
"node": "./locale/fesm2015/ngx-bootstrap-locale.mjs",
|
108
|
-
"default": "./locale/fesm2020/ngx-bootstrap-locale.mjs"
|
83
|
+
"types": "./locale/index.d.ts",
|
84
|
+
"esm2022": "./locale/esm2022/ngx-bootstrap-locale.mjs",
|
85
|
+
"esm": "./locale/esm2022/ngx-bootstrap-locale.mjs",
|
86
|
+
"default": "./locale/fesm2022/ngx-bootstrap-locale.mjs"
|
109
87
|
},
|
110
88
|
"./mini-ngrx": {
|
111
89
|
"types": "./mini-ngrx/ngx-bootstrap-mini-ngrx.d.ts",
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"node": "./mini-ngrx/fesm2015/ngx-bootstrap-mini-ngrx.mjs",
|
116
|
-
"default": "./mini-ngrx/fesm2020/ngx-bootstrap-mini-ngrx.mjs"
|
90
|
+
"esm2022": "./mini-ngrx/esm2022/ngx-bootstrap-mini-ngrx.mjs",
|
91
|
+
"esm": "./mini-ngrx/esm2022/ngx-bootstrap-mini-ngrx.mjs",
|
92
|
+
"default": "./mini-ngrx/fesm2022/ngx-bootstrap-mini-ngrx.mjs"
|
117
93
|
},
|
118
94
|
"./modal": {
|
119
|
-
"types": "./modal/
|
120
|
-
"
|
121
|
-
"
|
122
|
-
"
|
123
|
-
"node": "./modal/fesm2015/ngx-bootstrap-modal.mjs",
|
124
|
-
"default": "./modal/fesm2020/ngx-bootstrap-modal.mjs"
|
95
|
+
"types": "./modal/index.d.ts",
|
96
|
+
"esm2022": "./modal/esm2022/ngx-bootstrap-modal.mjs",
|
97
|
+
"esm": "./modal/esm2022/ngx-bootstrap-modal.mjs",
|
98
|
+
"default": "./modal/fesm2022/ngx-bootstrap-modal.mjs"
|
125
99
|
},
|
126
100
|
"./pagination": {
|
127
|
-
"types": "./pagination/
|
128
|
-
"
|
129
|
-
"
|
130
|
-
"
|
131
|
-
"node": "./pagination/fesm2015/ngx-bootstrap-pagination.mjs",
|
132
|
-
"default": "./pagination/fesm2020/ngx-bootstrap-pagination.mjs"
|
101
|
+
"types": "./pagination/index.d.ts",
|
102
|
+
"esm2022": "./pagination/esm2022/ngx-bootstrap-pagination.mjs",
|
103
|
+
"esm": "./pagination/esm2022/ngx-bootstrap-pagination.mjs",
|
104
|
+
"default": "./pagination/fesm2022/ngx-bootstrap-pagination.mjs"
|
133
105
|
},
|
134
106
|
"./popover": {
|
135
|
-
"types": "./popover/
|
136
|
-
"
|
137
|
-
"
|
138
|
-
"
|
139
|
-
"node": "./popover/fesm2015/ngx-bootstrap-popover.mjs",
|
140
|
-
"default": "./popover/fesm2020/ngx-bootstrap-popover.mjs"
|
107
|
+
"types": "./popover/index.d.ts",
|
108
|
+
"esm2022": "./popover/esm2022/ngx-bootstrap-popover.mjs",
|
109
|
+
"esm": "./popover/esm2022/ngx-bootstrap-popover.mjs",
|
110
|
+
"default": "./popover/fesm2022/ngx-bootstrap-popover.mjs"
|
141
111
|
},
|
142
112
|
"./positioning": {
|
143
|
-
"types": "./positioning/
|
144
|
-
"
|
145
|
-
"
|
146
|
-
"
|
147
|
-
"node": "./positioning/fesm2015/ngx-bootstrap-positioning.mjs",
|
148
|
-
"default": "./positioning/fesm2020/ngx-bootstrap-positioning.mjs"
|
113
|
+
"types": "./positioning/index.d.ts",
|
114
|
+
"esm2022": "./positioning/esm2022/ngx-bootstrap-positioning.mjs",
|
115
|
+
"esm": "./positioning/esm2022/ngx-bootstrap-positioning.mjs",
|
116
|
+
"default": "./positioning/fesm2022/ngx-bootstrap-positioning.mjs"
|
149
117
|
},
|
150
118
|
"./progressbar": {
|
151
|
-
"types": "./progressbar/
|
152
|
-
"
|
153
|
-
"
|
154
|
-
"
|
155
|
-
"node": "./progressbar/fesm2015/ngx-bootstrap-progressbar.mjs",
|
156
|
-
"default": "./progressbar/fesm2020/ngx-bootstrap-progressbar.mjs"
|
119
|
+
"types": "./progressbar/index.d.ts",
|
120
|
+
"esm2022": "./progressbar/esm2022/ngx-bootstrap-progressbar.mjs",
|
121
|
+
"esm": "./progressbar/esm2022/ngx-bootstrap-progressbar.mjs",
|
122
|
+
"default": "./progressbar/fesm2022/ngx-bootstrap-progressbar.mjs"
|
157
123
|
},
|
158
124
|
"./rating": {
|
159
|
-
"types": "./rating/
|
160
|
-
"
|
161
|
-
"
|
162
|
-
"
|
163
|
-
"node": "./rating/fesm2015/ngx-bootstrap-rating.mjs",
|
164
|
-
"default": "./rating/fesm2020/ngx-bootstrap-rating.mjs"
|
125
|
+
"types": "./rating/index.d.ts",
|
126
|
+
"esm2022": "./rating/esm2022/ngx-bootstrap-rating.mjs",
|
127
|
+
"esm": "./rating/esm2022/ngx-bootstrap-rating.mjs",
|
128
|
+
"default": "./rating/fesm2022/ngx-bootstrap-rating.mjs"
|
165
129
|
},
|
166
130
|
"./sortable": {
|
167
|
-
"types": "./sortable/
|
168
|
-
"
|
169
|
-
"
|
170
|
-
"
|
171
|
-
"node": "./sortable/fesm2015/ngx-bootstrap-sortable.mjs",
|
172
|
-
"default": "./sortable/fesm2020/ngx-bootstrap-sortable.mjs"
|
131
|
+
"types": "./sortable/index.d.ts",
|
132
|
+
"esm2022": "./sortable/esm2022/ngx-bootstrap-sortable.mjs",
|
133
|
+
"esm": "./sortable/esm2022/ngx-bootstrap-sortable.mjs",
|
134
|
+
"default": "./sortable/fesm2022/ngx-bootstrap-sortable.mjs"
|
173
135
|
},
|
174
136
|
"./tabs": {
|
175
|
-
"types": "./tabs/
|
176
|
-
"
|
177
|
-
"
|
178
|
-
"
|
179
|
-
"node": "./tabs/fesm2015/ngx-bootstrap-tabs.mjs",
|
180
|
-
"default": "./tabs/fesm2020/ngx-bootstrap-tabs.mjs"
|
137
|
+
"types": "./tabs/index.d.ts",
|
138
|
+
"esm2022": "./tabs/esm2022/ngx-bootstrap-tabs.mjs",
|
139
|
+
"esm": "./tabs/esm2022/ngx-bootstrap-tabs.mjs",
|
140
|
+
"default": "./tabs/fesm2022/ngx-bootstrap-tabs.mjs"
|
181
141
|
},
|
182
142
|
"./timepicker": {
|
183
|
-
"types": "./timepicker/
|
184
|
-
"
|
185
|
-
"
|
186
|
-
"
|
187
|
-
"node": "./timepicker/fesm2015/ngx-bootstrap-timepicker.mjs",
|
188
|
-
"default": "./timepicker/fesm2020/ngx-bootstrap-timepicker.mjs"
|
143
|
+
"types": "./timepicker/index.d.ts",
|
144
|
+
"esm2022": "./timepicker/esm2022/ngx-bootstrap-timepicker.mjs",
|
145
|
+
"esm": "./timepicker/esm2022/ngx-bootstrap-timepicker.mjs",
|
146
|
+
"default": "./timepicker/fesm2022/ngx-bootstrap-timepicker.mjs"
|
189
147
|
},
|
190
148
|
"./tooltip": {
|
191
|
-
"types": "./tooltip/
|
192
|
-
"
|
193
|
-
"
|
194
|
-
"
|
195
|
-
"node": "./tooltip/fesm2015/ngx-bootstrap-tooltip.mjs",
|
196
|
-
"default": "./tooltip/fesm2020/ngx-bootstrap-tooltip.mjs"
|
149
|
+
"types": "./tooltip/index.d.ts",
|
150
|
+
"esm2022": "./tooltip/esm2022/ngx-bootstrap-tooltip.mjs",
|
151
|
+
"esm": "./tooltip/esm2022/ngx-bootstrap-tooltip.mjs",
|
152
|
+
"default": "./tooltip/fesm2022/ngx-bootstrap-tooltip.mjs"
|
197
153
|
},
|
198
154
|
"./typeahead": {
|
199
|
-
"types": "./typeahead/
|
200
|
-
"
|
201
|
-
"
|
202
|
-
"
|
203
|
-
"node": "./typeahead/fesm2015/ngx-bootstrap-typeahead.mjs",
|
204
|
-
"default": "./typeahead/fesm2020/ngx-bootstrap-typeahead.mjs"
|
155
|
+
"types": "./typeahead/index.d.ts",
|
156
|
+
"esm2022": "./typeahead/esm2022/ngx-bootstrap-typeahead.mjs",
|
157
|
+
"esm": "./typeahead/esm2022/ngx-bootstrap-typeahead.mjs",
|
158
|
+
"default": "./typeahead/fesm2022/ngx-bootstrap-typeahead.mjs"
|
205
159
|
},
|
206
160
|
"./utils": {
|
207
|
-
"types": "./utils/
|
208
|
-
"
|
209
|
-
"
|
210
|
-
"
|
211
|
-
"node": "./utils/fesm2015/ngx-bootstrap-utils.mjs",
|
212
|
-
"default": "./utils/fesm2020/ngx-bootstrap-utils.mjs"
|
161
|
+
"types": "./utils/index.d.ts",
|
162
|
+
"esm2022": "./utils/esm2022/ngx-bootstrap-utils.mjs",
|
163
|
+
"esm": "./utils/esm2022/ngx-bootstrap-utils.mjs",
|
164
|
+
"default": "./utils/fesm2022/ngx-bootstrap-utils.mjs"
|
213
165
|
},
|
214
166
|
"./package.json": {
|
215
167
|
"default": "./package.json"
|
package/pagination/package.json
CHANGED
package/popover/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/popover",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-popover.mjs",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
24
|
"@angular/core": "16.1.4",
|
25
|
-
"ngx-bootstrap/utils": "11.0.
|
26
|
-
"ngx-bootstrap/positioning": "11.0.
|
27
|
-
"ngx-bootstrap/component-loader": "11.0.
|
25
|
+
"ngx-bootstrap/utils": "11.0.2",
|
26
|
+
"ngx-bootstrap/positioning": "11.0.2",
|
27
|
+
"ngx-bootstrap/component-loader": "11.0.2"
|
28
28
|
}
|
29
29
|
}
|
package/positioning/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/positioning",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-positioning.mjs",
|
@@ -25,6 +25,6 @@
|
|
25
25
|
"@angular/common": "16.1.4",
|
26
26
|
"rxjs": "7.8.1",
|
27
27
|
"@angular-devkit/core": "16.1.4",
|
28
|
-
"ngx-bootstrap/utils": "11.0.
|
28
|
+
"ngx-bootstrap/utils": "11.0.2"
|
29
29
|
}
|
30
30
|
}
|
package/progressbar/package.json
CHANGED
package/rating/package.json
CHANGED
package/sortable/package.json
CHANGED
package/tabs/package.json
CHANGED
package/timepicker/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/timepicker",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-timepicker.mjs",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"peerDependencies": {
|
24
24
|
"@angular/core": "16.1.4",
|
25
25
|
"@angular/forms": "16.1.4",
|
26
|
-
"ngx-bootstrap/mini-ngrx": "11.0.
|
26
|
+
"ngx-bootstrap/mini-ngrx": "11.0.2",
|
27
27
|
"@angular/platform-browser": "16.1.4",
|
28
28
|
"@angular/common": "16.1.4"
|
29
29
|
}
|
package/tooltip/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/tooltip",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-tooltip.mjs",
|
@@ -23,8 +23,8 @@
|
|
23
23
|
"peerDependencies": {
|
24
24
|
"@angular/core": "16.1.4",
|
25
25
|
"@angular/forms": "16.1.4",
|
26
|
-
"ngx-bootstrap/utils": "11.0.
|
27
|
-
"ngx-bootstrap/positioning": "11.0.
|
28
|
-
"ngx-bootstrap/component-loader": "11.0.
|
26
|
+
"ngx-bootstrap/utils": "11.0.2",
|
27
|
+
"ngx-bootstrap/positioning": "11.0.2",
|
28
|
+
"ngx-bootstrap/component-loader": "11.0.2"
|
29
29
|
}
|
30
30
|
}
|
package/typeahead/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap/typeahead",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "fesm2022/ngx-bootstrap-typeahead.mjs",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
"@angular/core": "16.1.4",
|
25
25
|
"@angular/platform-browser": "16.1.4",
|
26
26
|
"rxjs": "7.8.1",
|
27
|
-
"ngx-bootstrap/positioning": "11.0.
|
27
|
+
"ngx-bootstrap/positioning": "11.0.2",
|
28
28
|
"@angular/forms": "16.1.4",
|
29
29
|
"@angular/animations": "16.1.4",
|
30
|
-
"ngx-bootstrap/component-loader": "11.0.
|
30
|
+
"ngx-bootstrap/component-loader": "11.0.2"
|
31
31
|
}
|
32
32
|
}
|