@fle-ui/next 1.0.3 → 1.0.4-alpha.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 (68) hide show
  1. package/.history/package_20211223145956.json +146 -0
  2. package/.history/package_20211223211341.json +146 -0
  3. package/.history/package_20211223220710.json +146 -0
  4. package/.history/package_20211223221147.json +146 -0
  5. package/.history/package_20211223221328.json +146 -0
  6. package/.history/package_20211223221445.json +146 -0
  7. package/dist/@fle-ui/next.css +2254 -2212
  8. package/dist/@fle-ui/next.css.map +1 -1
  9. package/dist/@fle-ui/next.js +1165 -1247
  10. package/dist/@fle-ui/next.js.map +1 -1
  11. package/dist/@fle-ui/next.min.css +2 -2
  12. package/dist/@fle-ui/next.min.css.map +1 -1
  13. package/dist/@fle-ui/next.min.js +3 -3
  14. package/dist/@fle-ui/next.min.js.map +1 -1
  15. package/docs-dist/components__affix__affix.md~components__alert__alert.md~components__anchor__anchor.md~components__au~31d645aa.js +13 -16
  16. package/docs-dist/components__avatar__avatar.md.js +227 -372
  17. package/docs-dist/components__button__button.md.js +27 -27
  18. package/docs-dist/components__form__form.md.js +1 -1
  19. package/docs-dist/components__layout__layout.md.js +1 -1
  20. package/docs-dist/components__modal__modal.md.js +17 -11
  21. package/docs-dist/components__popconfirm__popconfirm.md.js +51 -51
  22. package/docs-dist/components__upload__upload.md.js +6 -10
  23. package/docs-dist/demos_bmurcdaerb~demos_citsitats~demos_dirg~demos_drac~demos_ecaps~demos_eert~demos_egami~demos_egas~1a5cf206.chunk.css +2 -2
  24. package/docs-dist/demos_bmurcdaerb~demos_citsitats~demos_dirg~demos_drac~demos_ecaps~demos_eert~demos_egami~demos_egas~1a5cf206.js +1536 -1843
  25. package/docs-dist/demos_daolpu.chunk.css +2 -2
  26. package/docs-dist/demos_daolpu.js +2597 -2904
  27. package/docs-dist/demos_eert.js +1 -1
  28. package/docs-dist/demos_elbat.chunk.css +2 -2
  29. package/docs-dist/demos_elbat.js +645 -952
  30. package/docs-dist/demos_mrifnocpop.js +1 -1
  31. package/docs-dist/demos_mrof.js +0 -1
  32. package/docs-dist/demos_noitacifiton.js +1 -1
  33. package/docs-dist/demos_pot-kcab.js +9 -9
  34. package/docs-dist/demos_ratava.js +3 -3
  35. package/docs-dist/demos_redivorp-gifnoc.js +5 -5
  36. package/docs-dist/demos_rekcip-etad.js +2 -2
  37. package/docs-dist/demos_sbat.chunk.css +2 -2
  38. package/docs-dist/demos_sbat.js +2301 -2608
  39. package/docs-dist/demos_tupni.js +1 -1
  40. package/docs-dist/docs__story__index.md.js +22 -0
  41. package/docs-dist/umi.js +9 -8
  42. package/docs-dist/vendors~demos_bmurcdaerb~demos_citsitats~demos_daolpu~demos_dirg~demos_drac~demos_ecaps~demos_eert~d~f20ff6ec.js +9204 -8936
  43. package/es/cascader/index.d.ts +11 -129
  44. package/es/cascader/index.js +151 -534
  45. package/es/cascader/style/css.js +1 -1
  46. package/es/cascader/style/index.css +205 -180
  47. package/es/cascader/style/index.d.ts +1 -1
  48. package/es/cascader/style/index.js +1 -1
  49. package/es/cascader/style/index.less +66 -205
  50. package/es/cascader/style/rtl.less +10 -84
  51. package/es/input-number/style/index.css +18 -4
  52. package/es/input-number/style/index.less +15 -2
  53. package/es/input-number/style/rtl.less +24 -7
  54. package/es/table/style/index.css +3 -0
  55. package/lib/cascader/index.d.ts +11 -129
  56. package/lib/cascader/index.js +153 -545
  57. package/lib/cascader/style/css.js +1 -1
  58. package/lib/cascader/style/index.css +205 -180
  59. package/lib/cascader/style/index.d.ts +1 -1
  60. package/lib/cascader/style/index.js +1 -1
  61. package/lib/cascader/style/index.less +66 -205
  62. package/lib/cascader/style/rtl.less +10 -84
  63. package/lib/input-number/style/index.css +18 -4
  64. package/lib/input-number/style/index.less +15 -2
  65. package/lib/input-number/style/rtl.less +24 -7
  66. package/lib/table/style/index.css +3 -0
  67. package/package.json +3 -2
  68. package/report.html +2 -2
@@ -14,7 +14,7 @@
14
14
  };
15
15
  return o.a.createElement(
16
16
  'div',
17
- { className: 'demo' },
17
+ { className: 'demo popconfirm-placement-demo' },
18
18
  o.a.createElement(
19
19
  'div',
20
20
  { style: { marginLeft: 70, whiteSpace: 'nowrap' } },
@@ -816,7 +816,6 @@
816
816
  ),
817
817
  e.length > 1
818
818
  ? m.a.createElement(o['a'], {
819
- className: 'dynamic-delete-button',
820
819
  onClick: () => l(a.name),
821
820
  })
822
821
  : null,
@@ -689,7 +689,7 @@
689
689
  message: 'Notification Title',
690
690
  description:
691
691
  'This is the content of the notification. This is the content of the notification. This is the content of the notification.',
692
- icon: a.a.createElement(o['a'], { style: { color: '#108ee9' } }),
692
+ icon: a.a.createElement(o['a'], { style: { color: '#2c68ff' } }),
693
693
  });
694
694
  };
695
695
  return a.a.createElement(
@@ -1,19 +1,19 @@
1
1
  (window['webpackJsonp'] = window['webpackJsonp'] || []).push([
2
2
  [100],
3
3
  {
4
- dhdq: function (e, t, l) {
4
+ dhdq: function (t, e, l) {
5
5
  'use strict';
6
- l.r(t);
6
+ l.r(e);
7
7
  var o = l('q1tI'),
8
8
  n = l.n(o),
9
9
  a = l('m/eG'),
10
10
  r = () => {
11
- var e = {
11
+ var t = {
12
12
  height: 40,
13
13
  width: 40,
14
14
  lineHeight: '40px',
15
15
  borderRadius: 4,
16
- backgroundColor: '#1088e9',
16
+ backgroundColor: '#2c68ff',
17
17
  color: '#fff',
18
18
  textAlign: 'center',
19
19
  fontSize: 14,
@@ -31,15 +31,15 @@
31
31
  n.a.createElement(
32
32
  a['f'],
33
33
  null,
34
- n.a.createElement('div', { style: e }, 'UP'),
34
+ n.a.createElement('div', { style: t }, 'UP'),
35
35
  ),
36
36
  );
37
37
  };
38
- t['default'] = r;
38
+ e['default'] = r;
39
39
  },
40
- uE5H: function (e, t, l) {
40
+ uE5H: function (t, e, l) {
41
41
  'use strict';
42
- l.r(t);
42
+ l.r(e);
43
43
  var o = l('q1tI'),
44
44
  n = l.n(o),
45
45
  a = l('m/eG'),
@@ -56,7 +56,7 @@
56
56
  ),
57
57
  'button.',
58
58
  );
59
- t['default'] = r;
59
+ e['default'] = r;
60
60
  },
61
61
  },
62
62
  ]);
@@ -579,7 +579,7 @@
579
579
  }),
580
580
  ),
581
581
  r.a.createElement(c['e'], {
582
- style: { backgroundColor: '#1890ff' },
582
+ style: { backgroundColor: '#2c68ff' },
583
583
  icon: r.a.createElement(l['a'], null),
584
584
  }),
585
585
  ),
@@ -607,7 +607,7 @@
607
607
  }),
608
608
  ),
609
609
  r.a.createElement(c['e'], {
610
- style: { backgroundColor: '#1890ff' },
610
+ style: { backgroundColor: '#2c68ff' },
611
611
  icon: r.a.createElement(l['a'], null),
612
612
  }),
613
613
  ),
@@ -636,7 +636,7 @@
636
636
  }),
637
637
  ),
638
638
  r.a.createElement(c['e'], {
639
- style: { backgroundColor: '#1890ff' },
639
+ style: { backgroundColor: '#2c68ff' },
640
640
  icon: r.a.createElement(l['a'], null),
641
641
  }),
642
642
  ),
@@ -756,7 +756,7 @@
756
756
  r.a.createElement(y, {
757
757
  title: r.a.createElement(
758
758
  'span',
759
- { style: { color: '#1890ff' } },
759
+ { style: { color: '#2c68ff' } },
760
760
  'sss',
761
761
  ),
762
762
  key: '0-0-1-0',
@@ -1278,11 +1278,11 @@
1278
1278
  ),
1279
1279
  b = () => {
1280
1280
  var e = Object(m['useState'])({
1281
- primaryColor: '#1890ff',
1281
+ primaryColor: '#2c68ff',
1282
1282
  errorColor: '#ff4d4f',
1283
1283
  warningColor: '#faad14',
1284
1284
  successColor: '#52c41a',
1285
- infoColor: '#1890ff',
1285
+ infoColor: '#2c68ff',
1286
1286
  }),
1287
1287
  a = Object(n['a'])(e, 2),
1288
1288
  t = a[0],
@@ -1361,7 +1361,7 @@
1361
1361
  d['T'],
1362
1362
  { direction: 'vertical', align: 'center' },
1363
1363
  o.a.createElement(c['a'], {
1364
- presetColors: ['#1890ff', '#25b864', '#ff6f00'],
1364
+ presetColors: ['#2c68ff', '#25b864', '#ff6f00'],
1365
1365
  color: t.primaryColor,
1366
1366
  onChange: (e) => {
1367
1367
  var a = e.hex;
@@ -1413,7 +1413,7 @@
1413
1413
  'var(`--ant-success-color`)',
1414
1414
  ),
1415
1415
  o.a.createElement(c['a'], {
1416
- presetColors: ['#1890ff'],
1416
+ presetColors: ['#2c68ff'],
1417
1417
  color: t.infoColor,
1418
1418
  onChange: (e) => {
1419
1419
  var a = e.hex;
@@ -164,7 +164,7 @@
164
164
  var t = {};
165
165
  return (
166
166
  1 === e.date() &&
167
- ((t.border = '1px solid #1890ff'), (t.borderRadius = '50%')),
167
+ ((t.border = '1px solid #2c68ff'), (t.borderRadius = '50%')),
168
168
  n.a.createElement(
169
169
  'div',
170
170
  { className: 'ant-picker-cell-inner', style: t },
@@ -178,7 +178,7 @@
178
178
  var t = {};
179
179
  return (
180
180
  1 === e.date() &&
181
- ((t.border = '1px solid #1890ff'), (t.borderRadius = '50%')),
181
+ ((t.border = '1px solid #2c68ff'), (t.borderRadius = '50%')),
182
182
  n.a.createElement(
183
183
  'div',
184
184
  { className: 'ant-picker-cell-inner', style: t },