@antdv-next/auto-import-resolver 1.0.4 → 1.0.6

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 (2) hide show
  1. package/dist/index.mjs +7 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -35,7 +35,9 @@ var components_default = {
35
35
  AStatistic: "Statistic",
36
36
  AStatisticTimer: "StatisticTimer",
37
37
  ADescriptions: "Descriptions",
38
+ ADescriptionsItem: "DescriptionsItem",
38
39
  ATimeline: "Timeline",
40
+ ATimelineItem: "TimelineItem",
39
41
  AWatermark: "Watermark",
40
42
  AQrcode: "QRCode",
41
43
  ACollapse: "Collapse",
@@ -50,6 +52,8 @@ var components_default = {
50
52
  ADropdown: "Dropdown",
51
53
  ATour: "Tour",
52
54
  ABreadcrumb: "Breadcrumb",
55
+ ABreadcrumbItem: "BreadcrumbItem",
56
+ ABreadcrumbSeparator: "BreadcrumbSeparator",
53
57
  AAvatar: "Avatar",
54
58
  AAvatarGroup: "AvatarGroup",
55
59
  AForm: "Form",
@@ -105,9 +109,9 @@ var components_default = {
105
109
  ACascader: "Cascader",
106
110
  ATable: "Table",
107
111
  ATableColumn: "Column",
108
- ATableSummary: "Summary",
109
- ATableSummaryRow: "SummaryRow",
110
- ATableSummaryCell: "SummaryCell",
112
+ ATableSummary: "TableSummary",
113
+ ATableSummaryRow: "TableSummaryRow",
114
+ ATableSummaryCell: "TableSummaryCell",
111
115
  ACalendar: "Calendar",
112
116
  ADatePicker: "DatePicker",
113
117
  ARangePicker: "DateRangePicker",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antdv-next/auto-import-resolver",
3
3
  "type": "module",
4
- "version": "1.0.4",
4
+ "version": "1.0.6",
5
5
  "description": "antdv-next auto import resolver based on unplugin-vue-components",
6
6
  "homepage": "https://github.com/antdv-next/auto-import-resolver#readme",
7
7
  "repository": {