@taiga-ui/kit 4.18.0 → 4.19.0-canary.a1b748c
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/components/index.d.ts +1 -0
- package/components/input-number/index.d.ts +2 -0
- package/components/input-number/input-number.component.d.ts +34 -0
- package/components/input-number/input-number.options.d.ts +10 -0
- package/components/input-password/input-password.component.d.ts +1 -1
- package/esm2022/components/carousel/carousel.component.mjs +3 -3
- package/esm2022/components/index.mjs +2 -1
- package/esm2022/components/input-number/index.mjs +3 -0
- package/esm2022/components/input-number/input-number.component.mjs +199 -0
- package/esm2022/components/input-number/input-number.options.mjs +10 -0
- package/esm2022/components/input-number/taiga-ui-kit-components-input-number.mjs +5 -0
- package/esm2022/components/input-password/input-password.component.mjs +4 -4
- package/esm2022/components/input-phone-international/input-phone-international.component.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.mjs +5 -3
- package/esm2022/components/tiles/tile-handle.directive.mjs +3 -3
- package/esm2022/directives/skeleton/skeleton.directive.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +214 -0
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-input-password.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +4 -2
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +1 -0
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/package.json +32 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.0-canary.a1b748c",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -191,6 +191,12 @@
|
|
|
191
191
|
"esm": "./esm2022/components/input-inline/taiga-ui-kit-components-input-inline.mjs",
|
|
192
192
|
"default": "./fesm2022/taiga-ui-kit-components-input-inline.mjs"
|
|
193
193
|
},
|
|
194
|
+
"./components/input-number": {
|
|
195
|
+
"types": "./components/input-number/index.d.ts",
|
|
196
|
+
"esm2022": "./esm2022/components/input-number/taiga-ui-kit-components-input-number.mjs",
|
|
197
|
+
"esm": "./esm2022/components/input-number/taiga-ui-kit-components-input-number.mjs",
|
|
198
|
+
"default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
|
|
199
|
+
},
|
|
194
200
|
"./components/input-password": {
|
|
195
201
|
"types": "./components/input-password/index.d.ts",
|
|
196
202
|
"esm2022": "./esm2022/components/input-password/taiga-ui-kit-components-input-password.mjs",
|
|
@@ -215,18 +221,18 @@
|
|
|
215
221
|
"esm": "./esm2022/components/like/taiga-ui-kit-components-like.mjs",
|
|
216
222
|
"default": "./fesm2022/taiga-ui-kit-components-like.mjs"
|
|
217
223
|
},
|
|
218
|
-
"./components/message": {
|
|
219
|
-
"types": "./components/message/index.d.ts",
|
|
220
|
-
"esm2022": "./esm2022/components/message/taiga-ui-kit-components-message.mjs",
|
|
221
|
-
"esm": "./esm2022/components/message/taiga-ui-kit-components-message.mjs",
|
|
222
|
-
"default": "./fesm2022/taiga-ui-kit-components-message.mjs"
|
|
223
|
-
},
|
|
224
224
|
"./components/line-clamp": {
|
|
225
225
|
"types": "./components/line-clamp/index.d.ts",
|
|
226
226
|
"esm2022": "./esm2022/components/line-clamp/taiga-ui-kit-components-line-clamp.mjs",
|
|
227
227
|
"esm": "./esm2022/components/line-clamp/taiga-ui-kit-components-line-clamp.mjs",
|
|
228
228
|
"default": "./fesm2022/taiga-ui-kit-components-line-clamp.mjs"
|
|
229
229
|
},
|
|
230
|
+
"./components/message": {
|
|
231
|
+
"types": "./components/message/index.d.ts",
|
|
232
|
+
"esm2022": "./esm2022/components/message/taiga-ui-kit-components-message.mjs",
|
|
233
|
+
"esm": "./esm2022/components/message/taiga-ui-kit-components-message.mjs",
|
|
234
|
+
"default": "./fesm2022/taiga-ui-kit-components-message.mjs"
|
|
235
|
+
},
|
|
230
236
|
"./components/pagination": {
|
|
231
237
|
"types": "./components/pagination/index.d.ts",
|
|
232
238
|
"esm2022": "./esm2022/components/pagination/taiga-ui-kit-components-pagination.mjs",
|
|
@@ -311,11 +317,11 @@
|
|
|
311
317
|
"esm": "./esm2022/components/slider/taiga-ui-kit-components-slider.mjs",
|
|
312
318
|
"default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
|
|
313
319
|
},
|
|
314
|
-
"./components/
|
|
315
|
-
"types": "./components/
|
|
316
|
-
"esm2022": "./esm2022/components/
|
|
317
|
-
"esm": "./esm2022/components/
|
|
318
|
-
"default": "./fesm2022/taiga-ui-kit-components-
|
|
320
|
+
"./components/status": {
|
|
321
|
+
"types": "./components/status/index.d.ts",
|
|
322
|
+
"esm2022": "./esm2022/components/status/taiga-ui-kit-components-status.mjs",
|
|
323
|
+
"esm": "./esm2022/components/status/taiga-ui-kit-components-status.mjs",
|
|
324
|
+
"default": "./fesm2022/taiga-ui-kit-components-status.mjs"
|
|
319
325
|
},
|
|
320
326
|
"./components/stepper": {
|
|
321
327
|
"types": "./components/stepper/index.d.ts",
|
|
@@ -323,11 +329,11 @@
|
|
|
323
329
|
"esm": "./esm2022/components/stepper/taiga-ui-kit-components-stepper.mjs",
|
|
324
330
|
"default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
|
|
325
331
|
},
|
|
326
|
-
"./components/
|
|
327
|
-
"types": "./components/
|
|
328
|
-
"esm2022": "./esm2022/components/
|
|
329
|
-
"esm": "./esm2022/components/
|
|
330
|
-
"default": "./fesm2022/taiga-ui-kit-components-
|
|
332
|
+
"./components/switch": {
|
|
333
|
+
"types": "./components/switch/index.d.ts",
|
|
334
|
+
"esm2022": "./esm2022/components/switch/taiga-ui-kit-components-switch.mjs",
|
|
335
|
+
"esm": "./esm2022/components/switch/taiga-ui-kit-components-switch.mjs",
|
|
336
|
+
"default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
|
|
331
337
|
},
|
|
332
338
|
"./components/tabs": {
|
|
333
339
|
"types": "./components/tabs/index.d.ts",
|
|
@@ -365,18 +371,18 @@
|
|
|
365
371
|
"esm": "./esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs",
|
|
366
372
|
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
367
373
|
},
|
|
368
|
-
"./directives/chevron": {
|
|
369
|
-
"types": "./directives/chevron/index.d.ts",
|
|
370
|
-
"esm2022": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
371
|
-
"esm": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
372
|
-
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
373
|
-
},
|
|
374
374
|
"./directives/connected": {
|
|
375
375
|
"types": "./directives/connected/index.d.ts",
|
|
376
376
|
"esm2022": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
377
377
|
"esm": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
378
378
|
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
379
379
|
},
|
|
380
|
+
"./directives/chevron": {
|
|
381
|
+
"types": "./directives/chevron/index.d.ts",
|
|
382
|
+
"esm2022": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
383
|
+
"esm": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
384
|
+
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
385
|
+
},
|
|
380
386
|
"./directives/copy": {
|
|
381
387
|
"types": "./directives/copy/index.d.ts",
|
|
382
388
|
"esm2022": "./esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs",
|
|
@@ -523,9 +529,9 @@
|
|
|
523
529
|
"@ng-web-apis/intersection-observer": "^4.11.1",
|
|
524
530
|
"@ng-web-apis/mutation-observer": "^4.11.1",
|
|
525
531
|
"@ng-web-apis/resize-observer": "^4.11.1",
|
|
526
|
-
"@taiga-ui/cdk": "^4.
|
|
527
|
-
"@taiga-ui/core": "^4.
|
|
528
|
-
"@taiga-ui/i18n": "^4.
|
|
532
|
+
"@taiga-ui/cdk": "^4.19.0",
|
|
533
|
+
"@taiga-ui/core": "^4.19.0",
|
|
534
|
+
"@taiga-ui/i18n": "^4.19.0",
|
|
529
535
|
"@taiga-ui/polymorpheus": "^4.7.4",
|
|
530
536
|
"rxjs": ">=7.0.0"
|
|
531
537
|
},
|