@taiga-ui/cdk 3.16.0 → 3.17.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 (83) hide show
  1. package/bundles/taiga-ui-cdk-components-alert-host.umd.js +1 -0
  2. package/bundles/taiga-ui-cdk-components-alert-host.umd.js.map +1 -1
  3. package/bundles/taiga-ui-cdk-components-dialog-host.umd.js +1 -0
  4. package/bundles/taiga-ui-cdk-components-dialog-host.umd.js.map +1 -1
  5. package/bundles/taiga-ui-cdk-constants.umd.js +1 -1
  6. package/bundles/taiga-ui-cdk-constants.umd.js.map +1 -1
  7. package/bundles/taiga-ui-cdk-directives-autofilled.umd.js +3 -1
  8. package/bundles/taiga-ui-cdk-directives-autofilled.umd.js.map +1 -1
  9. package/bundles/taiga-ui-cdk-directives-drag.umd.js.map +1 -1
  10. package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js +17 -11
  11. package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js.map +1 -1
  12. package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js +17 -0
  13. package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +1 -1
  14. package/constants/version.d.ts +1 -1
  15. package/constants/version.js +1 -1
  16. package/directives/autofilled/autofilled-style.component.d.ts +1 -1
  17. package/directives/prevent-default/prevent-default.directive.d.ts +11 -5
  18. package/esm2015/components/alert-host/alert-host.component.js +2 -1
  19. package/esm2015/components/dialog-host/dialog-host.component.js +2 -1
  20. package/esm2015/constants/version.js +2 -2
  21. package/esm2015/directives/autofilled/autofilled-style.component.js +5 -3
  22. package/esm2015/directives/drag/drag.directive.js +1 -1
  23. package/esm2015/directives/prevent-default/prevent-default.directive.js +18 -11
  24. package/esm2015/utils/miscellaneous/index.js +2 -1
  25. package/esm2015/utils/miscellaneous/object-from-entries.js +12 -0
  26. package/fesm2015/taiga-ui-cdk-components-alert-host.js +1 -0
  27. package/fesm2015/taiga-ui-cdk-components-alert-host.js.map +1 -1
  28. package/fesm2015/taiga-ui-cdk-components-dialog-host.js +1 -0
  29. package/fesm2015/taiga-ui-cdk-components-dialog-host.js.map +1 -1
  30. package/fesm2015/taiga-ui-cdk-constants.js +1 -1
  31. package/fesm2015/taiga-ui-cdk-constants.js.map +1 -1
  32. package/fesm2015/taiga-ui-cdk-directives-autofilled.js +4 -2
  33. package/fesm2015/taiga-ui-cdk-directives-autofilled.js.map +1 -1
  34. package/fesm2015/taiga-ui-cdk-directives-drag.js.map +1 -1
  35. package/fesm2015/taiga-ui-cdk-directives-prevent-default.js +17 -10
  36. package/fesm2015/taiga-ui-cdk-directives-prevent-default.js.map +1 -1
  37. package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js +13 -1
  38. package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js.map +1 -1
  39. package/package.json +1 -1
  40. package/schematics/ng-update/v3/constants/templates.js +18 -0
  41. package/schematics/utils/angular-json-manipulations.js +4 -3
  42. package/schematics/utils/templates/elements.js +6 -3
  43. package/schematics/utils/templates/ng-component-input-manipulations.js +3 -2
  44. package/utils/miscellaneous/index.d.ts +1 -0
  45. package/utils/miscellaneous/object-from-entries.d.ts +9 -0
  46. package/constants/always-false-handler.js +0 -9
  47. package/constants/always-true-handler.js +0 -9
  48. package/constants/browser.js +0 -8
  49. package/constants/empty.js +0 -26
  50. package/constants/index.js +0 -14
  51. package/constants/matcher.js +0 -32
  52. package/constants/parent-animation.js +0 -10
  53. package/constants/polling-time.js +0 -4
  54. package/constants/stringify.js +0 -8
  55. package/constants/svg-node-filter.js +0 -8
  56. package/constants/unicode-chars.js +0 -66
  57. package/interfaces/alert-context.js +0 -2
  58. package/interfaces/aria-dialog-context.js +0 -2
  59. package/interfaces/base-dialog-context.js +0 -2
  60. package/interfaces/base-dialog.js +0 -2
  61. package/interfaces/context-with-implicit.js +0 -2
  62. package/interfaces/control-value-transformer.js +0 -2
  63. package/interfaces/day-like.js +0 -2
  64. package/interfaces/focusable-element-accessor.js +0 -2
  65. package/interfaces/index.js +0 -16
  66. package/interfaces/month-like.js +0 -2
  67. package/interfaces/swipe.js +0 -2
  68. package/interfaces/time-like.js +0 -2
  69. package/interfaces/year-like.js +0 -2
  70. package/interfaces/zoom.js +0 -2
  71. package/types/autocomplete.js +0 -2
  72. package/types/date-mode.js +0 -2
  73. package/types/dialog.js +0 -2
  74. package/types/event-with.js +0 -2
  75. package/types/handler.js +0 -2
  76. package/types/index.js +0 -15
  77. package/types/injection-token-type.js +0 -2
  78. package/types/input-mode.js +0 -2
  79. package/types/input-type.js +0 -2
  80. package/types/mapper.js +0 -2
  81. package/types/matcher.js +0 -2
  82. package/types/overscroll-mode.js +0 -2
  83. package/types/time-mode.js +0 -2
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./alert-context"), exports);
5
- tslib_1.__exportStar(require("./aria-dialog-context"), exports);
6
- tslib_1.__exportStar(require("./base-dialog"), exports);
7
- tslib_1.__exportStar(require("./base-dialog-context"), exports);
8
- tslib_1.__exportStar(require("./context-with-implicit"), exports);
9
- tslib_1.__exportStar(require("./control-value-transformer"), exports);
10
- tslib_1.__exportStar(require("./day-like"), exports);
11
- tslib_1.__exportStar(require("./focusable-element-accessor"), exports);
12
- tslib_1.__exportStar(require("./month-like"), exports);
13
- tslib_1.__exportStar(require("./swipe"), exports);
14
- tslib_1.__exportStar(require("./time-like"), exports);
15
- tslib_1.__exportStar(require("./year-like"), exports);
16
- tslib_1.__exportStar(require("./zoom"), exports);
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
package/types/dialog.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
package/types/handler.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
package/types/index.js DELETED
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./autocomplete"), exports);
5
- tslib_1.__exportStar(require("./date-mode"), exports);
6
- tslib_1.__exportStar(require("./dialog"), exports);
7
- tslib_1.__exportStar(require("./event-with"), exports);
8
- tslib_1.__exportStar(require("./handler"), exports);
9
- tslib_1.__exportStar(require("./injection-token-type"), exports);
10
- tslib_1.__exportStar(require("./input-mode"), exports);
11
- tslib_1.__exportStar(require("./input-type"), exports);
12
- tslib_1.__exportStar(require("./mapper"), exports);
13
- tslib_1.__exportStar(require("./matcher"), exports);
14
- tslib_1.__exportStar(require("./overscroll-mode"), exports);
15
- tslib_1.__exportStar(require("./time-mode"), exports);
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
package/types/mapper.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
package/types/matcher.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });