@taiga-ui/core 3.24.0 → 3.25.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.
Files changed (54) hide show
  1. package/bundles/taiga-ui-core-components-button.umd.js +1 -1
  2. package/bundles/taiga-ui-core-components-button.umd.js.map +1 -1
  3. package/bundles/taiga-ui-core-components-dialog.umd.js +1 -1
  4. package/bundles/taiga-ui-core-components-dialog.umd.js.map +1 -1
  5. package/bundles/taiga-ui-core-components-label.umd.js +1 -1
  6. package/bundles/taiga-ui-core-components-label.umd.js.map +1 -1
  7. package/bundles/taiga-ui-core-components-primitive-textfield.umd.js +14 -5
  8. package/bundles/taiga-ui-core-components-primitive-textfield.umd.js.map +1 -1
  9. package/bundles/taiga-ui-core-components-root.umd.js +1 -1
  10. package/bundles/taiga-ui-core-components-svg.umd.js +1 -1
  11. package/bundles/taiga-ui-core-components-svg.umd.js.map +1 -1
  12. package/bundles/taiga-ui-core-directives-dropdown.umd.js +6 -8
  13. package/bundles/taiga-ui-core-directives-dropdown.umd.js.map +1 -1
  14. package/bundles/taiga-ui-core-directives-hint.umd.js +2 -2
  15. package/bundles/taiga-ui-core-directives-hint.umd.js.map +1 -1
  16. package/bundles/taiga-ui-core-directives-textfield-controller.umd.js +1 -1
  17. package/bundles/taiga-ui-core-directives-textfield-controller.umd.js.map +1 -1
  18. package/bundles/taiga-ui-core-tokens.umd.js +8 -0
  19. package/bundles/taiga-ui-core-tokens.umd.js.map +1 -1
  20. package/components/primitive-textfield/textfield/textfield.component.d.ts +3 -2
  21. package/esm2015/components/button/button.component.js +1 -1
  22. package/esm2015/components/dialog/dialog.component.js +2 -2
  23. package/esm2015/components/label/label.component.js +1 -1
  24. package/esm2015/components/primitive-textfield/primitive-textfield.component.js +5 -2
  25. package/esm2015/components/primitive-textfield/textfield/textfield.component.js +13 -7
  26. package/esm2015/components/root/root.component.js +1 -1
  27. package/esm2015/components/svg/svg.component.js +1 -1
  28. package/esm2015/directives/dropdown/dropdown.component.js +7 -9
  29. package/esm2015/directives/hint/hint.component.js +9 -7
  30. package/esm2015/directives/textfield-controller/textfield-options.js +2 -2
  31. package/esm2015/tokens/index.js +2 -1
  32. package/esm2015/tokens/legacy-mask.js +8 -0
  33. package/fesm2015/taiga-ui-core-components-button.js +1 -1
  34. package/fesm2015/taiga-ui-core-components-button.js.map +1 -1
  35. package/fesm2015/taiga-ui-core-components-dialog.js +1 -1
  36. package/fesm2015/taiga-ui-core-components-dialog.js.map +1 -1
  37. package/fesm2015/taiga-ui-core-components-label.js +1 -1
  38. package/fesm2015/taiga-ui-core-components-label.js.map +1 -1
  39. package/fesm2015/taiga-ui-core-components-primitive-textfield.js +15 -6
  40. package/fesm2015/taiga-ui-core-components-primitive-textfield.js.map +1 -1
  41. package/fesm2015/taiga-ui-core-components-root.js +1 -1
  42. package/fesm2015/taiga-ui-core-components-svg.js +1 -1
  43. package/fesm2015/taiga-ui-core-components-svg.js.map +1 -1
  44. package/fesm2015/taiga-ui-core-directives-dropdown.js +6 -8
  45. package/fesm2015/taiga-ui-core-directives-dropdown.js.map +1 -1
  46. package/fesm2015/taiga-ui-core-directives-hint.js +8 -6
  47. package/fesm2015/taiga-ui-core-directives-hint.js.map +1 -1
  48. package/fesm2015/taiga-ui-core-directives-textfield-controller.js +1 -1
  49. package/fesm2015/taiga-ui-core-directives-textfield-controller.js.map +1 -1
  50. package/fesm2015/taiga-ui-core-tokens.js +8 -1
  51. package/fesm2015/taiga-ui-core-tokens.js.map +1 -1
  52. package/package.json +4 -4
  53. package/tokens/index.d.ts +1 -0
  54. package/tokens/legacy-mask.d.ts +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/core",
3
- "version": "3.24.0",
3
+ "version": "3.25.0",
4
4
  "description": "Core library for creating Angular components and applications using Taiga UI",
5
5
  "keywords": [
6
6
  "angular",
@@ -15,7 +15,7 @@
15
15
  "repository": "https://github.com/tinkoff/taiga-ui",
16
16
  "license": "Apache-2.0",
17
17
  "dependencies": {
18
- "@taiga-ui/i18n": "^3.24.0",
18
+ "@taiga-ui/i18n": "^3.25.0",
19
19
  "tslib": ">=2.0.0"
20
20
  },
21
21
  "peerDependencies": {
@@ -27,8 +27,8 @@
27
27
  "@angular/router": ">=12.0.0",
28
28
  "@ng-web-apis/common": ">=2.0.0",
29
29
  "@ng-web-apis/mutation-observer": ">=2.0.0",
30
- "@taiga-ui/cdk": ">=3.24.0",
31
- "@taiga-ui/i18n": ">=3.24.0",
30
+ "@taiga-ui/cdk": ">=3.25.0",
31
+ "@taiga-ui/i18n": ">=3.25.0",
32
32
  "@tinkoff/ng-event-plugins": ">=3.1.0",
33
33
  "@tinkoff/ng-polymorpheus": ">=4.0.0",
34
34
  "rxjs": ">=6.0.0"
package/tokens/index.d.ts CHANGED
@@ -12,6 +12,7 @@ export * from './icon-place';
12
12
  export * from './icons';
13
13
  export * from './icons-path';
14
14
  export * from './is-mobile-resolution';
15
+ export * from './legacy-mask';
15
16
  export * from './media';
16
17
  export * from './mode';
17
18
  export * from './notification-options';
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ /**
3
+ * @internal
4
+ * @deprecated
5
+ * Don't use it! Will be removed after changing the mask.
6
+ */
7
+ export declare const TUI_LEGACY_MASK: InjectionToken<unknown>;