@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.
- package/bundles/taiga-ui-cdk-components-alert-host.umd.js +1 -0
- package/bundles/taiga-ui-cdk-components-alert-host.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-components-dialog-host.umd.js +1 -0
- package/bundles/taiga-ui-cdk-components-dialog-host.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-autofilled.umd.js +3 -1
- package/bundles/taiga-ui-cdk-directives-autofilled.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-drag.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js +17 -11
- package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js +17 -0
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/directives/autofilled/autofilled-style.component.d.ts +1 -1
- package/directives/prevent-default/prevent-default.directive.d.ts +11 -5
- package/esm2015/components/alert-host/alert-host.component.js +2 -1
- package/esm2015/components/dialog-host/dialog-host.component.js +2 -1
- package/esm2015/constants/version.js +2 -2
- package/esm2015/directives/autofilled/autofilled-style.component.js +5 -3
- package/esm2015/directives/drag/drag.directive.js +1 -1
- package/esm2015/directives/prevent-default/prevent-default.directive.js +18 -11
- package/esm2015/utils/miscellaneous/index.js +2 -1
- package/esm2015/utils/miscellaneous/object-from-entries.js +12 -0
- package/fesm2015/taiga-ui-cdk-components-alert-host.js +1 -0
- package/fesm2015/taiga-ui-cdk-components-alert-host.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-components-dialog-host.js +1 -0
- package/fesm2015/taiga-ui-cdk-components-dialog-host.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-autofilled.js +4 -2
- package/fesm2015/taiga-ui-cdk-directives-autofilled.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-drag.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-prevent-default.js +17 -10
- package/fesm2015/taiga-ui-cdk-directives-prevent-default.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js +13 -1
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js.map +1 -1
- package/package.json +1 -1
- package/schematics/ng-update/v3/constants/templates.js +18 -0
- package/schematics/utils/angular-json-manipulations.js +4 -3
- package/schematics/utils/templates/elements.js +6 -3
- package/schematics/utils/templates/ng-component-input-manipulations.js +3 -2
- package/utils/miscellaneous/index.d.ts +1 -0
- package/utils/miscellaneous/object-from-entries.d.ts +9 -0
- package/constants/always-false-handler.js +0 -9
- package/constants/always-true-handler.js +0 -9
- package/constants/browser.js +0 -8
- package/constants/empty.js +0 -26
- package/constants/index.js +0 -14
- package/constants/matcher.js +0 -32
- package/constants/parent-animation.js +0 -10
- package/constants/polling-time.js +0 -4
- package/constants/stringify.js +0 -8
- package/constants/svg-node-filter.js +0 -8
- package/constants/unicode-chars.js +0 -66
- package/interfaces/alert-context.js +0 -2
- package/interfaces/aria-dialog-context.js +0 -2
- package/interfaces/base-dialog-context.js +0 -2
- package/interfaces/base-dialog.js +0 -2
- package/interfaces/context-with-implicit.js +0 -2
- package/interfaces/control-value-transformer.js +0 -2
- package/interfaces/day-like.js +0 -2
- package/interfaces/focusable-element-accessor.js +0 -2
- package/interfaces/index.js +0 -16
- package/interfaces/month-like.js +0 -2
- package/interfaces/swipe.js +0 -2
- package/interfaces/time-like.js +0 -2
- package/interfaces/year-like.js +0 -2
- package/interfaces/zoom.js +0 -2
- package/types/autocomplete.js +0 -2
- package/types/date-mode.js +0 -2
- package/types/dialog.js +0 -2
- package/types/event-with.js +0 -2
- package/types/handler.js +0 -2
- package/types/index.js +0 -15
- package/types/injection-token-type.js +0 -2
- package/types/input-mode.js +0 -2
- package/types/input-type.js +0 -2
- package/types/mapper.js +0 -2
- package/types/matcher.js +0 -2
- package/types/overscroll-mode.js +0 -2
- package/types/time-mode.js +0 -2
package/interfaces/day-like.js
DELETED
package/interfaces/index.js
DELETED
|
@@ -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);
|
package/interfaces/month-like.js
DELETED
package/interfaces/swipe.js
DELETED
package/interfaces/time-like.js
DELETED
package/interfaces/year-like.js
DELETED
package/interfaces/zoom.js
DELETED
package/types/autocomplete.js
DELETED
package/types/date-mode.js
DELETED
package/types/dialog.js
DELETED
package/types/event-with.js
DELETED
package/types/handler.js
DELETED
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);
|
package/types/input-mode.js
DELETED
package/types/input-type.js
DELETED
package/types/mapper.js
DELETED
package/types/matcher.js
DELETED
package/types/overscroll-mode.js
DELETED
package/types/time-mode.js
DELETED