@taiga-ui/cdk 5.12.0 → 5.13.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/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-truncate.mjs +3 -3
- package/package.json +3 -2
- package/schematics/ng-add/constants/versions.d.ts +1 -1
- package/schematics/ng-update/interfaces/replacement-function-parameter.d.ts +1 -0
- package/schematics/ng-update/utils/replace-function-parameters.js +5 -1
- package/schematics/ng-update/utils/replace-function-parameters.js.map +1 -1
- package/schematics/ng-update/v5/index.js +10 -0
- package/schematics/ng-update/v5/index.js.map +1 -1
- package/schematics/ng-update/v5/steps/constants/function-parameters-to-replace.js +4 -0
- package/schematics/ng-update/v5/steps/constants/function-parameters-to-replace.js.map +1 -1
- package/schematics/ng-update/v5/steps/constants/identifiers-to-replace.js +30 -0
- package/schematics/ng-update/v5/steps/constants/identifiers-to-replace.js.map +1 -1
- package/schematics/ng-update/v5/steps/constants/modules-to-remove.js +4 -0
- package/schematics/ng-update/v5/steps/constants/modules-to-remove.js.map +1 -1
- package/schematics/ng-update/v5/steps/migrate-dropdown-open.d.ts +3 -0
- package/schematics/ng-update/v5/steps/migrate-dropdown-open.js +48 -0
- package/schematics/ng-update/v5/steps/migrate-dropdown-open.js.map +1 -0
- package/schematics/ng-update/v5/steps/migrate-editor-providers.d.ts +3 -0
- package/schematics/ng-update/v5/steps/migrate-editor-providers.js +89 -0
- package/schematics/ng-update/v5/steps/migrate-editor-providers.js.map +1 -0
- package/schematics/ng-update/v5/steps/templates/migrate-doc-documentation.js +7 -3
- package/schematics/ng-update/v5/steps/templates/migrate-doc-documentation.js.map +1 -1
- package/schematics/ng-update/v5/steps/templates/migrate-hint-on-legacy-controls.js +7 -3
- package/schematics/ng-update/v5/steps/templates/migrate-hint-on-legacy-controls.js.map +1 -1
- package/schematics/ng-update/v5/steps/templates/migrate-input-tag.js +120 -0
- package/schematics/ng-update/v5/steps/templates/migrate-input-tag.js.map +1 -1
- package/schematics/ng-update/v5/steps/templates/migrate-repeat-times.js +69 -23
- package/schematics/ng-update/v5/steps/templates/migrate-repeat-times.js.map +1 -1
- package/schematics/ng-update/v5/steps/templates/migrate-textarea.js +10 -5
- package/schematics/ng-update/v5/steps/templates/migrate-textarea.js.map +1 -1
- package/schematics/ng-update/v5/steps/update-packages.d.ts +1 -0
- package/schematics/ng-update/v5/steps/update-packages.js +3 -1
- package/schematics/ng-update/v5/steps/update-packages.js.map +1 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MASKITO_VERSION = exports.NG_WEB_APIS = exports.TUI_EVENT_PLUGINS_VERSION = exports.TUI_DOMPURIFY_VERSION = exports.TUI_POLYMORPHEUS_VERSION = void 0;
|
|
3
|
+
exports.MASKITO_VERSION = exports.NG_WEB_APIS = exports.TUI_EDITOR_VERSION = exports.TUI_EVENT_PLUGINS_VERSION = exports.TUI_DOMPURIFY_VERSION = exports.TUI_POLYMORPHEUS_VERSION = void 0;
|
|
4
4
|
exports.updatePackages = updatePackages;
|
|
5
5
|
const steps_1 = require("../../steps");
|
|
6
6
|
exports.TUI_POLYMORPHEUS_VERSION = '^5.0.0';
|
|
7
7
|
exports.TUI_DOMPURIFY_VERSION = '^5.0.0';
|
|
8
8
|
exports.TUI_EVENT_PLUGINS_VERSION = '^5.0.0';
|
|
9
|
+
exports.TUI_EDITOR_VERSION = '^5.4.0';
|
|
9
10
|
exports.NG_WEB_APIS = '^5.0.0';
|
|
10
11
|
exports.MASKITO_VERSION = '^5.0.0';
|
|
11
12
|
function updatePackages({ tree }) {
|
|
@@ -25,6 +26,7 @@ function updatePackages({ tree }) {
|
|
|
25
26
|
],
|
|
26
27
|
],
|
|
27
28
|
[exports.TUI_DOMPURIFY_VERSION, ['@taiga-ui/dompurify']],
|
|
29
|
+
[exports.TUI_EDITOR_VERSION, ['@taiga-ui/editor']],
|
|
28
30
|
].flatMap(([version, names]) => names.map((name) => ({ name, version })));
|
|
29
31
|
for (const { name, version } of packages) {
|
|
30
32
|
(0, steps_1.replacePackageName)(name, { name, version }, tree);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-packages.js","sourceRoot":"","sources":["../../../../../../projects/cdk/schematics/ng-update/v5/steps/update-packages.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"update-packages.js","sourceRoot":"","sources":["../../../../../../projects/cdk/schematics/ng-update/v5/steps/update-packages.ts"],"names":[],"mappings":";;;AAWA,wCAyBC;AAlCD,uCAA+C;AAElC,QAAA,wBAAwB,GAAG,QAAQ,CAAC;AACpC,QAAA,qBAAqB,GAAG,QAAQ,CAAC;AACjC,QAAA,yBAAyB,GAAG,QAAQ,CAAC;AACrC,QAAA,kBAAkB,GAAG,QAAQ,CAAC;AAC9B,QAAA,WAAW,GAAG,QAAQ,CAAC;AACvB,QAAA,eAAe,GAAG,QAAQ,CAAC;AAExC,SAAgB,cAAc,CAAC,EAAC,IAAI,EAAmB;IACnD,MAAM,QAAQ,GACV;QACI,CAAC,gCAAwB,EAAE,CAAC,wBAAwB,CAAC,CAAC;QACtD,CAAC,iCAAyB,EAAE,CAAC,yBAAyB,CAAC,CAAC;QACxD,CAAC,uBAAe,EAAE,CAAC,eAAe,EAAE,kBAAkB,EAAE,cAAc,CAAC,CAAC;QACxE;YACI,mBAAW;YACX;gBACI,gCAAgC;gBAChC,8BAA8B;gBAC9B,iCAAiC;gBACjC,qBAAqB;gBACrB,oCAAoC;gBACpC,wBAAwB;aAC3B;SACJ;QACD,CAAC,6BAAqB,EAAE,CAAC,qBAAqB,CAAC,CAAC;QAChD,CAAC,0BAAkB,EAAE,CAAC,kBAAkB,CAAC,CAAC;KAEjD,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,EAAC,IAAI,EAAE,OAAO,EAAC,CAAC,CAAC,CAAC,CAAC;IAExE,KAAK,MAAM,EAAC,IAAI,EAAE,OAAO,EAAC,IAAI,QAAQ,EAAE,CAAC;QACrC,IAAA,0BAAkB,EAAC,IAAI,EAAE,EAAC,IAAI,EAAE,OAAO,EAAC,EAAE,IAAI,CAAC,CAAC;IACpD,CAAC;AACL,CAAC"}
|