@douyinfe/semi-rspack-plugin 2.79.0-beta.0 → 2.79.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.
@@ -1,5 +1,6 @@
1
1
  declare const dependentTree: {
2
2
  Anchor: string[];
3
+ AudioPlayer: string[];
3
4
  AutoComplete: string[];
4
5
  Avatar: any;
5
6
  AvatarGroup: any;
@@ -8,14 +9,20 @@ declare const dependentTree: {
8
9
  Banner: string[];
9
10
  Breadcrumb: string[];
10
11
  Button: string[];
12
+ ButtonGroup: string[];
13
+ SplitButtonGroup: string[];
11
14
  Calendar: string[];
12
15
  Card: string[];
13
16
  Carousel: string[];
14
17
  Cascader: string[];
18
+ Chat: string[];
15
19
  Checkbox: string[];
20
+ CodeHighlight: any;
16
21
  CheckboxGroup: string[];
17
22
  Collapse: string[];
18
23
  Collapsible: any;
24
+ ColorPicker: string[];
25
+ Cropper: any;
19
26
  DatePicker: string[];
20
27
  Descriptions: any;
21
28
  Divider: any;
@@ -25,24 +32,30 @@ declare const dependentTree: {
25
32
  Row: any;
26
33
  Col: any;
27
34
  Highlight: any;
35
+ HotKeys: any;
28
36
  IconButton: string[];
29
37
  Image: string[];
30
38
  Input: string[];
31
39
  InputGroup: string[];
32
40
  TextArea: string[];
33
41
  InputNumber: string[];
42
+ JsonViewer: string[];
34
43
  Layout: any;
44
+ List: string[];
45
+ MarkdownRender: string[];
35
46
  Modal: string[];
36
47
  Navigation: string[];
37
48
  Notification: string[];
38
49
  OverflowList: any;
39
50
  Pagination: string[];
51
+ PinCode: string[];
40
52
  Popconfirm: string[];
41
53
  Popover: string[];
42
54
  Portal: any;
43
55
  Progress: any;
44
56
  Radio: string[];
45
57
  Rating: string[];
58
+ Resizable: string[];
46
59
  ScrollList: any;
47
60
  Select: string[];
48
61
  SideSheet: string[];
@@ -58,6 +71,7 @@ declare const dependentTree: {
58
71
  TagGroup: string[];
59
72
  TagInput: string[];
60
73
  Timeline: any;
74
+ TimePicker: string[];
61
75
  Toast: string[];
62
76
  Tooltip: string[];
63
77
  Transfer: string[];
@@ -65,5 +79,6 @@ declare const dependentTree: {
65
79
  TreeSelect: string[];
66
80
  Typography: string[];
67
81
  Upload: string[];
82
+ UserGuide: string[];
68
83
  };
69
84
  export default dependentTree;
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const dependentTree = {
4
4
  "Anchor": ["Typography"],
5
+ "AudioPlayer": ["Button", "Dropdown", "Image", "Tooltip", "Popover", "Icon"],
5
6
  "AutoComplete": ["Spin", "Popover", "Input", "Icon"],
6
7
  "Avatar": [],
7
8
  "AvatarGroup": [],
@@ -10,14 +11,20 @@ const dependentTree = {
10
11
  "Banner": ["IconButton", "Typography", "Icon"],
11
12
  "Breadcrumb": ["Popover", "Typography", "Icon"],
12
13
  "Button": ["Icon"],
14
+ "ButtonGroup": ["Button"],
15
+ "SplitButtonGroup": ["Button"],
13
16
  "Calendar": ["Popover", "Button", "Icon"],
14
17
  "Card": ["Space", "Skeleton", "Typography"],
15
18
  "Carousel": ["Icon"],
16
19
  "Cascader": ["Input", "Popover", "Tag", "TagInput", "Spin", "Checkbox", "Icon"],
20
+ "Chat": ["TextArea", "Button", "Upload", "Toast", "Progress", "Image", "Avatar", "Icon", "MarkdownRender", "Typography", "Tooltip", "Divider", "Popconfirm", "BackTop"],
17
21
  "Checkbox": ["Icon"],
22
+ "CodeHighlight": [],
18
23
  "CheckboxGroup": ["Icon"],
19
24
  "Collapse": ["Collapsible", "Icon"],
20
25
  "Collapsible": [],
26
+ "ColorPicker": ["Popover", "Input", "InputGroup", "InputNumber", "Select", "Button"],
27
+ "Cropper": [],
21
28
  "DatePicker": ["Button", "Input", "IconButton", "Icon", "Typography", "ScrollList", "Icon"],
22
29
  "Descriptions": [],
23
30
  "Divider": [],
@@ -27,24 +34,30 @@ const dependentTree = {
27
34
  "Row": [],
28
35
  "Col": [],
29
36
  "Highlight": [],
37
+ "HotKeys": [],
30
38
  "IconButton": ["Button", "Spin", "Icon"],
31
39
  "Image": ["Skeleton", "Divider", "Tooltip", "Slider", "Spin", "Portal", "Icon"],
32
40
  "Input": ["Icon"],
33
41
  "InputGroup": ["Form"],
34
42
  "TextArea": ["Icon"],
35
43
  "InputNumber": ["Input", "Icon"],
44
+ "JsonViewer": ["Button", "Input", "Icon"],
36
45
  "Layout": [],
46
+ "List": ["Row", "Spin"],
47
+ "MarkdownRender": ["Typography", "CodeHighlight", "Image", "Table", "Icon"],
37
48
  "Modal": ["Button", "Portal", "Typography", "Icon"],
38
49
  "Navigation": ["Button", "Tooltip", "Dropdown", "Collapsible", "Icon"],
39
50
  "Notification": ["Button", "Icon"],
40
51
  "OverflowList": [],
41
52
  "Pagination": ["Select", "InputNumber", "Popover", "Icon"],
53
+ "PinCode": ["Input"],
42
54
  "Popconfirm": ["Popover", "Button", "Icon"],
43
55
  "Popover": ["Tooltip"],
44
56
  "Portal": [],
45
57
  "Progress": [],
46
58
  "Radio": ["Icon"],
47
59
  "Rating": ["Icon", "Tooltip"],
60
+ "Resizable": ["Icon"],
48
61
  "ScrollList": [],
49
62
  "Select": ["Tag", "OverflowList", "Space", "Typography", "Spin", "Popover", "Icon"],
50
63
  "SideSheet": ["[Portal", "Button", "Icon"],
@@ -60,12 +73,14 @@ const dependentTree = {
60
73
  "TagGroup": ["Icon", "Popover", "Avatar"],
61
74
  "TagInput": ["Tag", "Input", "Popover", "Icon"],
62
75
  "Timeline": [],
76
+ "TimePicker": ["Input", "Icon", "Popover", "ScrollList"],
63
77
  "Toast": ["Button", "Icon"],
64
78
  "Tooltip": ["Portal"],
65
79
  "Transfer": ["Input", "Checkbox", "Tree", "Button", "Spin", "Icon"],
66
80
  "Tree": ["Input", "Checkbox", "Spin", "Collapsible", "Icon"],
67
81
  "TreeSelect": ["Tag", "TagInput", "Checkbox", "Popover", "Input", "Icon"],
68
82
  "Typography": ["Popover", "Tooltip", "Icon"],
69
- "Upload": ["Button", "Progress", "Tooltip", "Spin", "Icon"]
83
+ "Upload": ["Button", "Progress", "Tooltip", "Spin", "Icon"],
84
+ "UserGuide": ["Popover", "Button", "Modal"]
70
85
  };
71
86
  exports.default = dependentTree;
@@ -12,7 +12,9 @@ function getAllComponents(components) {
12
12
  const specialCaseBefore = {
13
13
  'AvatarGroup': 'Avatar',
14
14
  'CheckboxGroup': 'Checkbox',
15
- 'TagGroup': 'Tag'
15
+ 'TagGroup': 'Tag',
16
+ 'ButtonGroup': 'Button',
17
+ 'SplitButtonGroup': 'Button',
16
18
  };
17
19
  /*
18
20
  对特殊组件做特殊处理,因为这些组件的样式文件名和组件名不一致,需要手动映射
@@ -66,6 +68,7 @@ function getScssImportPaths(components) {
66
68
  'Portal': `${pathsObj.foundationPath}_portal/portal.scss`,
67
69
  "TextArea": `${pathsObj.foundationPath}input/textarea.scss`,
68
70
  "IconButton": `${pathsObj.foundationPath}button/iconButton.scss`,
71
+ "SplitButtonGroup": `${pathsObj.foundationPath}button/SplitButtonGroup.scss`,
69
72
  };
70
73
  const cssPaths = ["Base", ...components].map(componentName => {
71
74
  const lowFirstLetter = componentName.slice(0, 1).toLowerCase() + componentName.slice(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-rspack-plugin",
3
- "version": "2.79.0-beta.0",
3
+ "version": "2.79.0",
4
4
  "description": "",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -33,5 +33,5 @@
33
33
  "typescript": "^4",
34
34
  "webpack": "^5.77.0"
35
35
  },
36
- "gitHead": "94b1ff629a2acd929f92c5cdf17d6bd27e04d46e"
36
+ "gitHead": "75c21673b01437b75ff311b3805dbc0bf8109d01"
37
37
  }