@taiga-ui/core 3.17.0-dev.main-ab1c8d2 → 3.17.0-dev.main-8616173

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 (79) hide show
  1. package/bundles/taiga-ui-core-abstract.umd.js +1 -0
  2. package/bundles/taiga-ui-core-abstract.umd.js.map +1 -1
  3. package/bundles/taiga-ui-core-components-notification.umd.js +2 -2
  4. package/bundles/taiga-ui-core-components-notification.umd.js.map +1 -1
  5. package/bundles/taiga-ui-core-components-primitive-textfield.umd.js +1 -1
  6. package/bundles/taiga-ui-core-components-primitive-textfield.umd.js.map +1 -1
  7. package/bundles/taiga-ui-core-components-svg.umd.js +105 -21
  8. package/bundles/taiga-ui-core-components-svg.umd.js.map +1 -1
  9. package/bundles/taiga-ui-core-components-tooltip.umd.js +29 -16
  10. package/bundles/taiga-ui-core-components-tooltip.umd.js.map +1 -1
  11. package/bundles/taiga-ui-core-directives-dropdown.umd.js +45 -25
  12. package/bundles/taiga-ui-core-directives-dropdown.umd.js.map +1 -1
  13. package/bundles/taiga-ui-core-directives-hint.umd.js +58 -56
  14. package/bundles/taiga-ui-core-directives-hint.umd.js.map +1 -1
  15. package/bundles/taiga-ui-core-tokens.umd.js +39 -1
  16. package/bundles/taiga-ui-core-tokens.umd.js.map +1 -1
  17. package/components/notification/notification.component.d.ts +2 -2
  18. package/components/svg/deprecated-icons.d.ts +58 -0
  19. package/components/svg/index.d.ts +2 -0
  20. package/components/svg/svg-options.d.ts +17 -0
  21. package/components/svg/svg.component.d.ts +6 -7
  22. package/components/tooltip/tooltip.component.d.ts +0 -1
  23. package/components/tooltip/tooltip.module.d.ts +5 -4
  24. package/directives/dropdown/dropdown-hover-options.directive.d.ts +9 -0
  25. package/directives/dropdown/dropdown-hover.directive.d.ts +3 -1
  26. package/directives/dropdown/dropdown-position-sided.directive.d.ts +2 -2
  27. package/directives/dropdown/dropdown-position.directive.d.ts +2 -2
  28. package/directives/dropdown/index.d.ts +1 -0
  29. package/directives/hint/hint-hover.directive.d.ts +1 -1
  30. package/directives/hint/hint-position.directive.d.ts +2 -2
  31. package/esm2015/abstract/rect-accessor.js +2 -1
  32. package/esm2015/components/notification/notification.component.js +3 -3
  33. package/esm2015/components/primitive-textfield/primitive-textfield.component.js +2 -2
  34. package/esm2015/components/svg/deprecated-icons.js +61 -0
  35. package/esm2015/components/svg/index.js +3 -1
  36. package/esm2015/components/svg/svg-options.js +24 -0
  37. package/esm2015/components/svg/svg.component.js +20 -18
  38. package/esm2015/components/tooltip/tooltip.component.js +11 -16
  39. package/esm2015/components/tooltip/tooltip.module.js +21 -4
  40. package/esm2015/directives/dropdown/dropdown-hover-options.directive.js +14 -0
  41. package/esm2015/directives/dropdown/dropdown-hover.directive.js +10 -5
  42. package/esm2015/directives/dropdown/dropdown-position-sided.directive.js +12 -12
  43. package/esm2015/directives/dropdown/dropdown-position.directive.js +11 -11
  44. package/esm2015/directives/dropdown/index.js +2 -1
  45. package/esm2015/directives/hint/hint-hover.directive.js +3 -2
  46. package/esm2015/directives/hint/hint-options.directive.js +2 -2
  47. package/esm2015/directives/hint/hint-position.directive.js +12 -11
  48. package/esm2015/tokens/icon-place.js +5 -2
  49. package/esm2015/tokens/icons-path.js +4 -1
  50. package/esm2015/tokens/index.js +2 -1
  51. package/esm2015/tokens/svg-content-processor.js +4 -1
  52. package/esm2015/tokens/svg-src-processor.js +4 -1
  53. package/esm2015/tokens/viewport.js +26 -0
  54. package/fesm2015/taiga-ui-core-abstract.js +1 -0
  55. package/fesm2015/taiga-ui-core-abstract.js.map +1 -1
  56. package/fesm2015/taiga-ui-core-components-notification.js +2 -2
  57. package/fesm2015/taiga-ui-core-components-notification.js.map +1 -1
  58. package/fesm2015/taiga-ui-core-components-primitive-textfield.js +1 -1
  59. package/fesm2015/taiga-ui-core-components-primitive-textfield.js.map +1 -1
  60. package/fesm2015/taiga-ui-core-components-svg.js +102 -22
  61. package/fesm2015/taiga-ui-core-components-svg.js.map +1 -1
  62. package/fesm2015/taiga-ui-core-components-tooltip.js +30 -18
  63. package/fesm2015/taiga-ui-core-components-tooltip.js.map +1 -1
  64. package/fesm2015/taiga-ui-core-directives-dropdown.js +42 -25
  65. package/fesm2015/taiga-ui-core-directives-dropdown.js.map +1 -1
  66. package/fesm2015/taiga-ui-core-directives-hint.js +19 -18
  67. package/fesm2015/taiga-ui-core-directives-hint.js.map +1 -1
  68. package/fesm2015/taiga-ui-core-tokens.js +38 -2
  69. package/fesm2015/taiga-ui-core-tokens.js.map +1 -1
  70. package/package.json +1 -1
  71. package/styles/mixins/textfield.less +4 -22
  72. package/styles/mixins/textfield.scss +3 -22
  73. package/styles/theme/wrapper/icon.less +17 -27
  74. package/tokens/icon-place.d.ts +3 -0
  75. package/tokens/icons-path.d.ts +3 -0
  76. package/tokens/index.d.ts +1 -0
  77. package/tokens/svg-content-processor.d.ts +3 -0
  78. package/tokens/svg-src-processor.d.ts +3 -0
  79. package/tokens/viewport.d.ts +4 -0
@@ -1,4 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  import { SafeHtml } from '@angular/platform-browser';
3
3
  import { TuiHandler } from '@taiga-ui/cdk';
4
+ /**
5
+ * @deprecated Use {@link TUI_SVG_OPTIONS} instead
6
+ */
4
7
  export declare const TUI_SVG_SRC_PROCESSOR: InjectionToken<TuiHandler<string | SafeHtml, string | SafeHtml>>;
@@ -0,0 +1,4 @@
1
+ import { InjectionToken, Provider, Type } from '@angular/core';
2
+ import { TuiRectAccessor } from '@taiga-ui/core/abstract';
3
+ export declare const TUI_VIEWPORT: InjectionToken<TuiRectAccessor>;
4
+ export declare function tuiAsViewport(useExisting: Type<TuiRectAccessor>): Provider;