ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
200 lines • 6.32 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const schematics_1 = require("@angular/cdk/schematics");
exports.inputNames = {
[schematics_1.TargetVersion.V7]: [
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/2969',
changes: [
{
replace: 'nzSuffix',
replaceWith: 'nzAddOnAfter',
whitelist: {
attributes: ['nzSearch']
}
}
]
}
],
[schematics_1.TargetVersion.V9]: [
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/3909',
changes: [
{
replace: 'nzTitle',
replaceWith: 'nzPopconfirmTitle',
whitelist: {
attributes: ['nz-popconfirm']
}
},
{
replace: 'nzTrigger',
replaceWith: 'nzPopconfirmTrigger',
whitelist: {
attributes: ['nz-popconfirm']
}
},
{
replace: 'nzPlacement',
replaceWith: 'nzPopconfirmPlacement',
whitelist: {
attributes: ['nz-popconfirm']
}
}
]
},
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/3909',
changes: [
{
replace: 'nzTitle',
replaceWith: 'nzTooltipTitle',
whitelist: {
attributes: ['nz-tooltip']
}
},
{
replace: 'nzTrigger',
replaceWith: 'nzTooltipTrigger',
whitelist: {
attributes: ['nz-tooltip']
}
},
{
replace: 'nzPlacement',
replaceWith: 'nzTooltipPlacement',
whitelist: {
attributes: ['nz-tooltip']
}
}
]
},
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/3909',
changes: [
{
replace: 'nzTitle',
replaceWith: 'nzPopoverTitle',
whitelist: {
attributes: ['nz-popover']
}
},
{
replace: 'nzTrigger',
replaceWith: 'nzPopoverTrigger',
whitelist: {
attributes: ['nz-popover']
}
},
{
replace: 'nzPlacement',
replaceWith: 'nzPopoverPlacement',
whitelist: {
attributes: ['nz-popover']
}
},
{
replace: 'nzContent',
replaceWith: 'nzPopoverContent',
whitelist: {
attributes: ['nz-popover']
}
}
]
},
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/4601',
changes: [
{
replace: 'nzDefaultExpandAll',
replaceWith: 'nzExpandAll',
whitelist: {
elements: ['nz-tree', 'nz-tree-node']
}
},
{
replace: 'nzDefaultExpandedKeys',
replaceWith: 'nzExpandedKeys',
whitelist: {
elements: ['nz-tree', 'nz-tree-select']
}
},
{
replace: 'nzDefaultSelectedKeys',
replaceWith: 'nzSelectedKeys',
whitelist: {
elements: ['nz-tree']
}
},
{
replace: 'nzDefaultCheckedKeys',
replaceWith: 'nzCheckedKeys',
whitelist: {
elements: ['nz-tree']
}
}
]
},
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/4375',
changes: [
{
replace: 'type',
replaceWith: 'nzType',
whitelist: {
attributes: ['nz-icon']
}
}
]
},
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/4375',
changes: [
{
replace: 'iconfont',
replaceWith: 'nzIconfont',
whitelist: {
attributes: ['nz-icon']
}
}
]
},
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/4375',
changes: [
{
replace: 'spin',
replaceWith: 'nzSpin',
whitelist: {
attributes: ['nz-icon']
}
}
]
},
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/4375',
changes: [
{
replace: 'theme',
replaceWith: 'nzTheme',
whitelist: {
attributes: ['nz-icon']
}
}
]
},
{
pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/4375',
changes: [
{
replace: 'twoToneColor',
replaceWith: 'nzTwoToneColor',
whitelist: {
attributes: ['nz-icon']
}
}
]
}
]
};
//# sourceMappingURL=input-names.js.map