@king-design/react 2.0.15 → 2.0.16

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.
@@ -964,7 +964,7 @@
964
964
  #### `Select basic`
965
965
 
966
966
  ```
967
- "<div><div style=\"margin-bottom: 16px;\"><div class=\"k-select css-1k3uw7s k-dropdown-open\" tabindex=\"0\"><div class=\"k-select-main\"><input type=\"hidden\"><div class=\"k-select-placeholder c-ellipsis\">请选择</div></div><span class=\"k-select-suffix\"><span class=\"k-select-suffix-icon\"><i class=\"k-icon k-select-arrow ion-ios-arrow-down css-x0ey6t\"></i></span></span></div><!--portal-->You selected: </div><div class=\"k-select css-1k3uw7s\" tabindex=\"0\"><div class=\"k-select-main\"><input type=\"hidden\"><div class=\"k-select-placeholder c-ellipsis\">请选择</div></div><span class=\"k-select-suffix\"><span class=\"k-select-suffix-icon\"><i class=\"k-icon k-rotate ion-load-c css-x0ey6t\"></i></span></span></div><!--portal--></div>"
967
+ "<div><div style=\"margin-bottom: 16px;\"><div class=\"k-select css-1k3uw7s\" tabindex=\"0\"><div class=\"k-select-main\"><input type=\"hidden\"><div class=\"k-select-placeholder c-ellipsis\">请选择</div></div><span class=\"k-select-suffix\"><span class=\"k-select-suffix-icon\"><i class=\"k-icon k-select-arrow ion-ios-arrow-down css-x0ey6t\"></i></span></span></div><!--portal-->You selected: </div><div class=\"k-select css-1k3uw7s\" tabindex=\"0\"><div class=\"k-select-main\"><input type=\"hidden\"><div class=\"k-select-placeholder c-ellipsis\">请选择</div></div><span class=\"k-select-suffix\"><span class=\"k-select-suffix-icon\"><i class=\"k-icon k-rotate ion-load-c css-x0ey6t\"></i></span></span></div><!--portal--></div>"
968
968
  ```
969
969
 
970
970
  #### `Select clearable`
@@ -1,5 +1,5 @@
1
1
  import _sortInstanceProperty from "@babel/runtime-corejs3/core-js/instance/sort";
2
- import { createUnknownComponentVNode as _$cc, createElementVNode as _$ce, noop as _$no, className as _$cn, map as _$ma } from 'intact-react';
2
+ import { createUnknownComponentVNode as _$cc, createElementVNode as _$ce, noop as _$no, className as _$cn, extend as _$ex, EMPTY_OBJ as _$em, map as _$ma } from 'intact-react';
3
3
  import { getClassAndStyleForFixed } from './useFixedColumns';
4
4
  import { Dropdown, DropdownMenu, DropdownItem } from '../dropdown';
5
5
  import { Button } from '../button';
@@ -14,13 +14,18 @@ import { context as TableContext } from './useColumns';
14
14
  import { context as ResizableContext } from './useResizable';
15
15
  import { context as FixedColumnsContext } from './useFixedColumns';
16
16
  import { stopPropagation } from '../utils';
17
+ import { Input } from '../input';
18
+ import { _$ } from '../../i18n';
17
19
  var _$tmp0 = {
18
20
  'className': 'ion-android-arrow-dropdown'
19
21
  };
20
22
  var _$tmp1 = {
21
- 'className': 'ion-android-arrow-dropup k-asc'
23
+ 'className': 'ion-ios-search'
22
24
  };
23
25
  var _$tmp2 = {
26
+ 'className': 'ion-android-arrow-dropup k-asc'
27
+ };
28
+ var _$tmp3 = {
24
29
  'className': 'ion-android-arrow-dropdown k-desc'
25
30
  };
26
31
  export default function ($props, $blocks, $__proto__) {
@@ -45,7 +50,9 @@ export default function ($props, $blocks, $__proto__) {
45
50
  var _this$group = this.group,
46
51
  onSelect = _this$group.onSelect,
47
52
  isChecked = _this$group.isChecked,
48
- getGroupText = _this$group.getGroupText;
53
+ getGroupText = _this$group.getGroupText,
54
+ keywords = _this$group.keywords,
55
+ filteredGroup = _this$group.filteredGroup;
49
56
  return _$cc(TableContext.Consumer, {
50
57
  'children': function children(checkType) {
51
58
  return _$cc(GroupContext.Consumer, {
@@ -98,17 +105,46 @@ export default function ($props, $blocks, $__proto__) {
98
105
  collision: 'flipfit'
99
106
  },
100
107
  'key': 'dropdown',
108
+ 'trigger': 'click',
109
+ 'ev-show': function evShow() {
110
+ return keywords.set('');
111
+ },
101
112
  'children': [_$cc(Button, {
102
113
  'icon': true,
103
114
  'size': 'mini',
104
115
  'className': 'k-table-group',
105
- 'ev-click': stopPropagation,
116
+ 'ev-click': function evClick(e) {
117
+ return e._ignoreSortable = true;
118
+ },
106
119
  'children': _$cc(Icon, _$tmp0)
107
120
  }), _$cc(DropdownMenu, {
108
121
  'className': _$cn((_$cn2 = {
109
122
  "k-table-group-dropdown": true
110
123
  }, _$cn2[makeGroupMenuStyles()] = true, _$cn2)),
111
- 'children': _$ma(group, function ($value, $key) {
124
+ 'children': [_$ce(2, 'div', _$cc(Input, {
125
+ 'size': 'small',
126
+ 'fluid': true,
127
+ 'placeholder': _$('请输入关键字'),
128
+ 'value': keywords.value,
129
+ 'ev-$change:value': keywords.set,
130
+ 'clearable': true,
131
+ '$blocks': function ($blocks) {
132
+ var _$blocks = {},
133
+ __$blocks = _$ex({}, $blocks);
134
+
135
+ return (_$blocks['suffix'] = function ($super) {
136
+ return _$cc(Icon, _$tmp1);
137
+ }, __$blocks['suffix'] = function ($super, data) {
138
+ var block = $blocks['suffix'];
139
+
140
+ var callBlock = function callBlock() {
141
+ return _$blocks['suffix'].call($this, $super, data);
142
+ };
143
+
144
+ return block ? block.call($this, callBlock, data) : callBlock();
145
+ }), __$blocks;
146
+ }.call($this, _$em)
147
+ }), 2, 'k-table-group-header'), _$ce(2, 'div', _$ma(filteredGroup.value, function ($value, $key) {
112
148
  return _$cc(DropdownItem, {
113
149
  'ev-select': function evSelect() {
114
150
  return onSelect($value.value, groupValue, onChange);
@@ -122,9 +158,9 @@ export default function ($props, $blocks, $__proto__) {
122
158
  'children': $value.label
123
159
  }) : _$ce(2, 'span', $value.label, 0)
124
160
  });
125
- }, $this)
161
+ }, $this), 4, 'k-table-group-body')]
126
162
  })]
127
- }, 'dropdown') : undefined, sortable ? _$ce(2, 'div', [_$cc(Icon, _$tmp1), _$cc(Icon, _$tmp2)], 4, _$cn((_$cn3 = {
163
+ }, 'dropdown') : undefined, sortable ? _$ce(2, 'div', [_$cc(Icon, _$tmp2), _$cc(Icon, _$tmp3)], 4, _$cn((_$cn3 = {
128
164
  'k-column-sort': true
129
165
  }, _$cn3["k-" + type] = type, _$cn3))) : undefined], 0, 'k-table-title')], 0, _$cn(classNameObj), {
130
166
  'style': style,
@@ -352,7 +352,7 @@ describe('Table', function () {
352
352
  _instance$refs4 = instance.refs, __test1 = _instance$refs4.__test1, __test2 = _instance$refs4.__test2;
353
353
  _element$querySelecto8 = element.querySelectorAll('.k-table'), table1 = _element$querySelecto8[0], table2 = _element$querySelecto8[1];
354
354
  icon = table1.querySelector('.k-table-group');
355
- dispatchEvent(icon, 'mouseenter');
355
+ dispatchEvent(icon, 'click');
356
356
  _context7.next = 7;
357
357
  return wait();
358
358
 
@@ -370,7 +370,7 @@ describe('Table', function () {
370
370
  });
371
371
  expect(table1.innerHTML).to.matchSnapshot();
372
372
  icon2 = table2.querySelector('.k-table-group');
373
- dispatchEvent(icon2, 'mouseenter');
373
+ dispatchEvent(icon2, 'click');
374
374
  _context7.next = 19;
375
375
  return wait();
376
376
 
@@ -53,6 +53,12 @@ var defaults = {
53
53
 
54
54
  get activeColor() {
55
55
  return theme.color.primary;
56
+ },
57
+
58
+ headerPadding: "8px",
59
+
60
+ get headerBorder() {
61
+ return "1px solid " + theme.color.bg;
56
62
  }
57
63
 
58
64
  },
@@ -89,5 +95,5 @@ export function makeStyles() {
89
95
  }), ";");
90
96
  }
91
97
  export function makeGroupMenuStyles() {
92
- return /*#__PURE__*/css("max-height:", table.group.menuMaxHeight, ";overflow:auto;.k-dropdown-item.k-active{color:", table.group.activeColor, ";}");
98
+ return /*#__PURE__*/css("max-height:", table.group.menuMaxHeight, ";overflow:auto;.k-dropdown-item.k-active{color:", table.group.activeColor, ";}.k-table-group-header{padding:", table.group.headerPadding, ";border-bottom:", table.group.headerBorder, ";}");
93
99
  }
@@ -1,3 +1,4 @@
1
+ import type { TableColumnGroupItem } from './column';
1
2
  declare type ContextValue = {
2
3
  groupValue: any;
3
4
  onChange: (key: string, groupValue: any) => void;
@@ -10,5 +11,7 @@ export declare function useGroup(): {
10
11
  onSelect: (value: any, groupValue: any, onChange: ContextValue['onChange']) => void;
11
12
  isChecked: (value: any, groupValue: any) => any;
12
13
  getGroupText: (groupValue: any) => string | null;
14
+ keywords: import("../../hooks/useState").State<string>;
15
+ filteredGroup: import("../../hooks/useState").State<TableColumnGroupItem[] | undefined>;
13
16
  };
14
17
  export {};
@@ -1,13 +1,17 @@
1
1
  import _includesInstanceProperty from "@babel/runtime-corejs3/core-js/instance/includes";
2
2
  import _mapInstanceProperty from "@babel/runtime-corejs3/core-js/instance/map";
3
3
  import _filterInstanceProperty from "@babel/runtime-corejs3/core-js/instance/filter";
4
+ import _trimInstanceProperty from "@babel/runtime-corejs3/core-js/instance/trim";
4
5
  import { useInstance } from 'intact-react';
5
6
  import { isNullOrUndefined } from 'intact-shared';
6
7
  import { toggleArray } from '../utils';
7
8
  import { createContext } from '../context';
9
+ import { useState, watchState } from '../../hooks/useState';
8
10
  export var context = createContext();
9
11
  export function useGroup() {
10
12
  var instance = useInstance();
13
+ var keywords = useState('');
14
+ var filteredGroup = useState(instance.get('group'));
11
15
 
12
16
  function onSelect(value, groupValue, onChange) {
13
17
  var _instance$get = instance.get(),
@@ -60,9 +64,28 @@ export function useGroup() {
60
64
  return null;
61
65
  }
62
66
 
67
+ watchState(keywords, function (v) {
68
+ var _instance$get4 = instance.get(),
69
+ _instance$get4$group = _instance$get4.group,
70
+ group = _instance$get4$group === void 0 ? [] : _instance$get4$group;
71
+
72
+ v = _trimInstanceProperty(v).call(v);
73
+
74
+ if (!v) {
75
+ filteredGroup.set(group);
76
+ } else {
77
+ filteredGroup.set(_filterInstanceProperty(group).call(group, function (item) {
78
+ var _context2, _context3;
79
+
80
+ return _includesInstanceProperty(_context2 = String(item.label)).call(_context2, v) || _includesInstanceProperty(_context3 = String(item.value)).call(_context3, v);
81
+ }));
82
+ }
83
+ });
63
84
  return {
64
85
  onSelect: onSelect,
65
86
  isChecked: isChecked,
66
- getGroupText: getGroupText
87
+ getGroupText: getGroupText,
88
+ keywords: keywords,
89
+ filteredGroup: filteredGroup
67
90
  };
68
91
  }
@@ -3,5 +3,7 @@ export declare const context: {
3
3
  Consumer: import("intact").ComponentConstructor<import("intact").Component<import("../context").ConsumerProps<any>, {}, {}, {}>>;
4
4
  };
5
5
  export declare function useSortable(): {
6
- onChange: (key: string) => void;
6
+ onChange: (key: string, event: Event & {
7
+ _ignoreSortable?: boolean;
8
+ }) => void;
7
9
  };
@@ -8,7 +8,10 @@ export function useSortable() {
8
8
 
9
9
  var count = 0;
10
10
 
11
- function onChange(key) {
11
+ function onChange(key, event) {
12
+ // ignore when click group dropdown menu
13
+ if (event._ignoreSortable) return;
14
+
12
15
  var sort = _extends({}, instance.get('sort'));
13
16
 
14
17
  if (sort.key === key) {
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @king-design v2.0.15
2
+ * @king-design v2.0.16
3
3
  *
4
4
  * Copyright (c) Kingsoft Cloud
5
5
  * Released under the MIT License
@@ -57,7 +57,7 @@ export * from './components/tree';
57
57
  export * from './components/treeSelect';
58
58
  export * from './components/upload';
59
59
  export * from './components/wave';
60
- export declare const version = "2.0.15";
60
+ export declare const version = "2.0.16";
61
61
 
62
62
 
63
63
  export {normalize} from 'intact-react';
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @king-design v2.0.15
2
+ * @king-design v2.0.16
3
3
  *
4
4
  * Copyright (c) Kingsoft Cloud
5
5
  * Released under the MIT License
@@ -59,7 +59,7 @@ export * from './components/tree';
59
59
  export * from './components/treeSelect';
60
60
  export * from './components/upload';
61
61
  export * from './components/wave';
62
- export var version = '2.0.15';
62
+ export var version = '2.0.16';
63
63
  /* generate end */
64
64
 
65
65
  export {normalize} from 'intact-react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@king-design/react",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "King-Design UI components for React.",
5
5
  "keywords": [
6
6
  "component",
@@ -37,7 +37,7 @@
37
37
  "dayjs": "^1.10.7",
38
38
  "downloadjs": "^1.4.7",
39
39
  "enquire.js": "^2.1.6",
40
- "intact-react": "3.0.15",
40
+ "intact-react": "3.0.16",
41
41
  "monaco-editor": "^0.26.1",
42
42
  "mxgraphx": "^4.0.7",
43
43
  "resize-observer-polyfill": "^1.5.1",
package/yarn-error.log CHANGED
@@ -14,12 +14,15 @@ Platform:
14
14
  linux x64
15
15
 
16
16
  Trace:
17
- Error: https://registry.npmmirror.com/dayjs/-/dayjs-1.10.7.tgz: ENOENT: no such file or directory, open '/home/javey/.cache/yarn/v6/npm-dayjs-1.10.7-2cf5f91add28116748440866a0a1d26f3a6ce468-integrity/node_modules/dayjs/.yarn-tarball.tgz'
17
+ Error: https://registry.npmjs.org/intact-react: ETIMEDOUT
18
+ at Timeout._onTimeout (/usr/share/yarn/lib/cli.js:141550:19)
19
+ at listOnTimeout (internal/timers.js:557:17)
20
+ at processTimers (internal/timers.js:500:7)
18
21
 
19
22
  npm manifest:
20
23
  {
21
24
  "name": "@king-design/react",
22
- "version": "2.0.13",
25
+ "version": "2.0.15",
23
26
  "description": "King-Design UI components for React.",
24
27
  "keywords": [
25
28
  "component",
@@ -56,7 +59,7 @@ npm manifest:
56
59
  "dayjs": "^1.10.7",
57
60
  "downloadjs": "^1.4.7",
58
61
  "enquire.js": "^2.1.6",
59
- "intact-react": "3.0.14",
62
+ "intact-react": "3.0.16",
60
63
  "monaco-editor": "^0.26.1",
61
64
  "mxgraphx": "^4.0.7",
62
65
  "resize-observer-polyfill": "^1.5.1",
@@ -358,29 +361,29 @@ Lockfile:
358
361
  parent-module "^1.0.0"
359
362
  resolve-from "^4.0.0"
360
363
 
361
- intact-react@3.0.13:
362
- version "3.0.13"
363
- resolved "https://registry.yarnpkg.com/intact-react/-/intact-react-3.0.13.tgz#bbe9bb5afa2c67cfc058a4557ce28b7a52f30952"
364
- integrity sha512-RegeLioJOCneDDgg2BfPt5Zuzn0RL+FuvVhyyakc5nPvMfxKOKXY7VbvYGCV3DeYwpPPn+AmY5ZHAyoqPQCiGQ==
364
+ intact-react@3.0.15:
365
+ version "3.0.15"
366
+ resolved "https://registry.yarnpkg.com/intact-react/-/intact-react-3.0.15.tgz#d90d8171469807282555629b858083b2125c57cc"
367
+ integrity sha512-aCMFtThscRnqPao77MBUeDbFnQvJXkUFMoPfHHYuoMsmzZtvNc2wzzgw4WRwFMB9Dx8dQSFgs0MiyZERebQAJA==
365
368
  dependencies:
366
- intact "^3.0.13"
369
+ intact "^3.0.15"
367
370
  tslib "^2.3.1"
368
371
 
369
- intact-shared@^3.0.13:
370
- version "3.0.13"
371
- resolved "https://registry.yarnpkg.com/intact-shared/-/intact-shared-3.0.13.tgz#e8e6f36d95cded2d9d5a3e1302a3315e9d182cf6"
372
- integrity sha512-DClf1YscE9RYOeYAY3BFv1UuFt5SvrO2kLL9QbZbWGDaroEVuX/2F2UcisjE3PNbDvVtZ8+pbRZ8P/kZy9YnNQ==
372
+ intact-shared@^3.0.15:
373
+ version "3.0.15"
374
+ resolved "https://registry.yarnpkg.com/intact-shared/-/intact-shared-3.0.15.tgz#7d87c3632496a735d4873abffc3ec77004d23047"
375
+ integrity sha512-b8AavWEKACuQC9WrkIaQ9PatjuPvTbo8mw+1JZTM8P0/w3fzgbS5CF9qxjWp+BvB2D9Wlg+oQgQAO73yyyxU8A==
373
376
 
374
- intact@^3.0.13:
375
- version "3.0.13"
376
- resolved "https://registry.yarnpkg.com/intact/-/intact-3.0.13.tgz#19c7cb0424e532b68a4a3f5f43229ddd0d3f8709"
377
- integrity sha512-RTZOY72BOXOcpb1BswmhDMtbOLo0EoiHFT/HBjpXUTRu2TRnNm5yFh0VIF7dL1ZREYxiKEpvPUFIoFhwjMRzRg==
377
+ intact@^3.0.15:
378
+ version "3.0.15"
379
+ resolved "https://registry.yarnpkg.com/intact/-/intact-3.0.15.tgz#3dede766b1cc95b4143842d5db520e900d548c76"
380
+ integrity sha512-dvQ6oUEIY0AUigKEw82k4u6KqTRK+C+7RNXr0E2puIytQG+VseUXj7JhbzH7eWELL7vKI/D9Pd7QexG0vKRbZA==
378
381
  dependencies:
379
- intact-shared "^3.0.13"
380
- misstime "^3.0.13"
382
+ intact-shared "^3.0.15"
383
+ misstime "^3.0.15"
381
384
  tslib "^2.2.0"
382
- vdt "^3.0.13"
383
- vdt-compiler "^3.0.13"
385
+ vdt "^3.0.15"
386
+ vdt-compiler "^3.0.15"
384
387
 
385
388
  is-arrayish@^0.2.1:
386
389
  version "0.2.1"
@@ -409,12 +412,12 @@ Lockfile:
409
412
  resolved "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
410
413
  integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
411
414
 
412
- misstime@^3.0.13:
413
- version "3.0.13"
414
- resolved "https://registry.yarnpkg.com/misstime/-/misstime-3.0.13.tgz#b9f614627eda9fe25b7db08768fa08858dce61e2"
415
- integrity sha512-a5Md2dpyyT+0tRAHdIQi1NEWfFOPfPTvqpvqJ1CzT8zZDd/DesGjCt4+pAi88fBcDnmdw213PMe1lNwvSlmo0A==
415
+ misstime@^3.0.15:
416
+ version "3.0.15"
417
+ resolved "https://registry.yarnpkg.com/misstime/-/misstime-3.0.15.tgz#e530b432ca2156d0d4c6b4c26ddfd5edb3eb568b"
418
+ integrity sha512-1cJHhPXWud6BUtxHSspsFo+3NHB2m/sA3DY+bnI5bwad3MG9t8k8Gn/Kn6nEYcQ2WpTjP/OH1Alwo2pPlj2rvA==
416
419
  dependencies:
417
- intact-shared "^3.0.13"
420
+ intact-shared "^3.0.15"
418
421
 
419
422
  monaco-editor@^0.26.1:
420
423
  version "0.26.1"
@@ -519,22 +522,22 @@ Lockfile:
519
522
  resolved "https://registry.npmmirror.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
520
523
  integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
521
524
 
522
- vdt-compiler@^3.0.13:
523
- version "3.0.13"
524
- resolved "https://registry.yarnpkg.com/vdt-compiler/-/vdt-compiler-3.0.13.tgz#bfbf4f58b60ee4ad9b571c43e50bd872f62c59ff"
525
- integrity sha512-lNTsB9M4mGmcUr21hro1lOcVHFXQBsO14c3K6WUlOGQgJvjp4ELhjIIbaL525Q//O08geviNuvf1V2gK/4Xtmg==
525
+ vdt-compiler@^3.0.15:
526
+ version "3.0.15"
527
+ resolved "https://registry.yarnpkg.com/vdt-compiler/-/vdt-compiler-3.0.15.tgz#3c2c84d06821015fe68b6d2fc5b933924ac1a182"
528
+ integrity sha512-iXRSJ0UtFJuhIYtpvMXnfecyHpUjYST3P4H5+GH531G8GcX4RY+fRMmlC+HJvJR97eBA7o9ocatmG62g2WTUGg==
526
529
  dependencies:
527
- intact-shared "^3.0.13"
528
- misstime "^3.0.13"
530
+ intact-shared "^3.0.15"
531
+ misstime "^3.0.15"
529
532
  tslib "^2.2.0"
530
533
 
531
- vdt@^3.0.13:
532
- version "3.0.13"
533
- resolved "https://registry.yarnpkg.com/vdt/-/vdt-3.0.13.tgz#ca74d3469529468c997f0b7bf12c6a7c5ea81a59"
534
- integrity sha512-AOzc0FInl4CfRod5p/dG5C54pocLOhr1W+e+vxeHpHs2RLAICyGXYEoUvQTwzEIJC4iXgD/unzsX+6BJTnintQ==
534
+ vdt@^3.0.15:
535
+ version "3.0.15"
536
+ resolved "https://registry.yarnpkg.com/vdt/-/vdt-3.0.15.tgz#80367a148eb8afdfd1a899ef0df94cba0caa7790"
537
+ integrity sha512-Fsl0wle7WxNh8z5mwDXqDrAUBdmnbtFFkIOa2ptnwRMqP2sIVzxurx6rh+S6Tat8FHnKkz79/s9+wHMg/Y/7zA==
535
538
  dependencies:
536
- intact-shared "^3.0.13"
537
- misstime "^3.0.13"
539
+ intact-shared "^3.0.15"
540
+ misstime "^3.0.15"
538
541
  tslib "^2.2.0"
539
542
 
540
543
  yaml@^1.7.2: