@aloudata/aloudata-design 0.4.0-beta.4 → 0.4.0-beta.5
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/es/Icon/icons.js +57 -1
- package/es/Popconfim/index.d.ts +3 -0
- package/es/Popconfim/index.js +2 -0
- package/es/Popconfim/style/index.d.ts +2 -0
- package/es/Popconfim/style/index.js +2 -0
- package/es/Popconfim/style/index.less +1 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -1
- package/es/style/themes/default/themeColor.module.less +1 -1
- package/lib/Icon/icons.js +57 -1
- package/lib/Popconfim/index.d.ts +3 -0
- package/lib/Popconfim/index.js +13 -0
- package/lib/Popconfim/style/index.d.ts +2 -0
- package/lib/Popconfim/style/index.js +5 -0
- package/lib/Popconfim/style/index.less +1 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +8 -0
- package/lib/style/themes/default/themeColor.module.less +1 -1
- package/package.json +1 -1
package/es/Icon/icons.js
CHANGED
|
@@ -1100,7 +1100,7 @@ export default [{
|
|
|
1100
1100
|
}, {
|
|
1101
1101
|
id: 157,
|
|
1102
1102
|
title: '添加-其他-主导航',
|
|
1103
|
-
name: 'add-other-
|
|
1103
|
+
name: 'add-other-nav',
|
|
1104
1104
|
category: 'MainNavigator',
|
|
1105
1105
|
categoryCN: '主导航',
|
|
1106
1106
|
author: '阿广'
|
|
@@ -1454,4 +1454,60 @@ export default [{
|
|
|
1454
1454
|
category: 'Empty',
|
|
1455
1455
|
categoryCN: '空态',
|
|
1456
1456
|
author: '阿广'
|
|
1457
|
+
}, {
|
|
1458
|
+
id: 208,
|
|
1459
|
+
title: '来源数据为空',
|
|
1460
|
+
name: 'source-data-empty-line',
|
|
1461
|
+
category: 'Line',
|
|
1462
|
+
categoryCN: '线',
|
|
1463
|
+
author: '阿广'
|
|
1464
|
+
}, {
|
|
1465
|
+
id: 209,
|
|
1466
|
+
title: '添加汇总-线性',
|
|
1467
|
+
name: 'add-formula-line',
|
|
1468
|
+
category: 'Line',
|
|
1469
|
+
categoryCN: '线',
|
|
1470
|
+
author: '阿广'
|
|
1471
|
+
}, {
|
|
1472
|
+
id: 210,
|
|
1473
|
+
title: '空-线性',
|
|
1474
|
+
name: 'empty-line',
|
|
1475
|
+
category: 'Line',
|
|
1476
|
+
categoryCN: '线',
|
|
1477
|
+
author: '阿广'
|
|
1478
|
+
}, {
|
|
1479
|
+
id: 211,
|
|
1480
|
+
title: '抽取-线性',
|
|
1481
|
+
name: 'extraction-line',
|
|
1482
|
+
category: 'Line',
|
|
1483
|
+
categoryCN: '线',
|
|
1484
|
+
author: '阿广'
|
|
1485
|
+
}, {
|
|
1486
|
+
id: 212,
|
|
1487
|
+
title: '更多-竖线',
|
|
1488
|
+
name: 'more-vertical-line',
|
|
1489
|
+
category: 'Line',
|
|
1490
|
+
categoryCN: '线',
|
|
1491
|
+
author: '阿广'
|
|
1492
|
+
}, {
|
|
1493
|
+
id: 213,
|
|
1494
|
+
title: '退出',
|
|
1495
|
+
name: 'log-out-line',
|
|
1496
|
+
category: 'Line',
|
|
1497
|
+
categoryCN: '线',
|
|
1498
|
+
author: '阿广'
|
|
1499
|
+
}, {
|
|
1500
|
+
id: 214,
|
|
1501
|
+
title: '移除-圆形',
|
|
1502
|
+
name: 'remove-circle-line',
|
|
1503
|
+
category: 'Line',
|
|
1504
|
+
categoryCN: '线',
|
|
1505
|
+
author: '阿广'
|
|
1506
|
+
}, {
|
|
1507
|
+
id: 215,
|
|
1508
|
+
title: '数据源',
|
|
1509
|
+
name: 'datasource-line',
|
|
1510
|
+
category: 'Line',
|
|
1511
|
+
categoryCN: '线',
|
|
1512
|
+
author: '阿广'
|
|
1457
1513
|
}];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../../style/index.less';
|
package/es/index.d.ts
CHANGED
|
@@ -77,3 +77,5 @@ export type { IAvatarProps as AvatarProps } from './Avatar';
|
|
|
77
77
|
export { default as Icon } from './Icon';
|
|
78
78
|
export type { PageHeaderProps } from './PageHeader';
|
|
79
79
|
export { default as PageHeader } from './PageHeader';
|
|
80
|
+
export type { PopconfirmProps } from './Popconfim';
|
|
81
|
+
export { default as Popconfim } from './Popconfim';
|
package/es/index.js
CHANGED
|
@@ -38,4 +38,5 @@ export { default as Breadcrumb } from './Breadcrumb';
|
|
|
38
38
|
export { default as Empty } from './Empty';
|
|
39
39
|
export { default as Avatar } from './Avatar';
|
|
40
40
|
export { default as Icon } from './Icon';
|
|
41
|
-
export { default as PageHeader } from './PageHeader';
|
|
41
|
+
export { default as PageHeader } from './PageHeader';
|
|
42
|
+
export { default as Popconfim } from './Popconfim';
|
package/lib/Icon/icons.js
CHANGED
|
@@ -1106,7 +1106,7 @@ var _default = [{
|
|
|
1106
1106
|
}, {
|
|
1107
1107
|
id: 157,
|
|
1108
1108
|
title: '添加-其他-主导航',
|
|
1109
|
-
name: 'add-other-
|
|
1109
|
+
name: 'add-other-nav',
|
|
1110
1110
|
category: 'MainNavigator',
|
|
1111
1111
|
categoryCN: '主导航',
|
|
1112
1112
|
author: '阿广'
|
|
@@ -1460,5 +1460,61 @@ var _default = [{
|
|
|
1460
1460
|
category: 'Empty',
|
|
1461
1461
|
categoryCN: '空态',
|
|
1462
1462
|
author: '阿广'
|
|
1463
|
+
}, {
|
|
1464
|
+
id: 208,
|
|
1465
|
+
title: '来源数据为空',
|
|
1466
|
+
name: 'source-data-empty-line',
|
|
1467
|
+
category: 'Line',
|
|
1468
|
+
categoryCN: '线',
|
|
1469
|
+
author: '阿广'
|
|
1470
|
+
}, {
|
|
1471
|
+
id: 209,
|
|
1472
|
+
title: '添加汇总-线性',
|
|
1473
|
+
name: 'add-formula-line',
|
|
1474
|
+
category: 'Line',
|
|
1475
|
+
categoryCN: '线',
|
|
1476
|
+
author: '阿广'
|
|
1477
|
+
}, {
|
|
1478
|
+
id: 210,
|
|
1479
|
+
title: '空-线性',
|
|
1480
|
+
name: 'empty-line',
|
|
1481
|
+
category: 'Line',
|
|
1482
|
+
categoryCN: '线',
|
|
1483
|
+
author: '阿广'
|
|
1484
|
+
}, {
|
|
1485
|
+
id: 211,
|
|
1486
|
+
title: '抽取-线性',
|
|
1487
|
+
name: 'extraction-line',
|
|
1488
|
+
category: 'Line',
|
|
1489
|
+
categoryCN: '线',
|
|
1490
|
+
author: '阿广'
|
|
1491
|
+
}, {
|
|
1492
|
+
id: 212,
|
|
1493
|
+
title: '更多-竖线',
|
|
1494
|
+
name: 'more-vertical-line',
|
|
1495
|
+
category: 'Line',
|
|
1496
|
+
categoryCN: '线',
|
|
1497
|
+
author: '阿广'
|
|
1498
|
+
}, {
|
|
1499
|
+
id: 213,
|
|
1500
|
+
title: '退出',
|
|
1501
|
+
name: 'log-out-line',
|
|
1502
|
+
category: 'Line',
|
|
1503
|
+
categoryCN: '线',
|
|
1504
|
+
author: '阿广'
|
|
1505
|
+
}, {
|
|
1506
|
+
id: 214,
|
|
1507
|
+
title: '移除-圆形',
|
|
1508
|
+
name: 'remove-circle-line',
|
|
1509
|
+
category: 'Line',
|
|
1510
|
+
categoryCN: '线',
|
|
1511
|
+
author: '阿广'
|
|
1512
|
+
}, {
|
|
1513
|
+
id: 215,
|
|
1514
|
+
title: '数据源',
|
|
1515
|
+
name: 'datasource-line',
|
|
1516
|
+
category: 'Line',
|
|
1517
|
+
categoryCN: '线',
|
|
1518
|
+
author: '阿广'
|
|
1463
1519
|
}];
|
|
1464
1520
|
exports.default = _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _popconfirm = _interopRequireDefault(require("antd/es/popconfirm"));
|
|
9
|
+
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
|
|
12
|
+
var _default = _popconfirm.default;
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../../style/index.less';
|
package/lib/index.d.ts
CHANGED
|
@@ -77,3 +77,5 @@ export type { IAvatarProps as AvatarProps } from './Avatar';
|
|
|
77
77
|
export { default as Icon } from './Icon';
|
|
78
78
|
export type { PageHeaderProps } from './PageHeader';
|
|
79
79
|
export { default as PageHeader } from './PageHeader';
|
|
80
|
+
export type { PopconfirmProps } from './Popconfim';
|
|
81
|
+
export { default as Popconfim } from './Popconfim';
|
package/lib/index.js
CHANGED
|
@@ -135,6 +135,12 @@ Object.defineProperty(exports, "PageHeader", {
|
|
|
135
135
|
return _PageHeader.default;
|
|
136
136
|
}
|
|
137
137
|
});
|
|
138
|
+
Object.defineProperty(exports, "Popconfim", {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function get() {
|
|
141
|
+
return _Popconfim.default;
|
|
142
|
+
}
|
|
143
|
+
});
|
|
138
144
|
Object.defineProperty(exports, "Popover", {
|
|
139
145
|
enumerable: true,
|
|
140
146
|
get: function get() {
|
|
@@ -324,4 +330,6 @@ var _Icon = _interopRequireDefault(require("./Icon"));
|
|
|
324
330
|
|
|
325
331
|
var _PageHeader = _interopRequireDefault(require("./PageHeader"));
|
|
326
332
|
|
|
333
|
+
var _Popconfim = _interopRequireDefault(require("./Popconfim"));
|
|
334
|
+
|
|
327
335
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|