bkui-vue 0.0.1-beta.401 → 0.0.1-beta.402

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.
@@ -95,7 +95,8 @@ declare module '@vue/runtime-core' {
95
95
  BkProcess: typeof import('./process/process').default;
96
96
  BkUpload: typeof import('./upload/upload').default;
97
97
  BkCodeDiff: typeof import('./code-diff/code-diff').default;
98
- BkSeachSelect: typeof import('./code-diff/search-select').default;
98
+ BkSearchSelect: typeof import('./search-select/search-select').default;
99
+ BkConfigProvider: typeof import('./config-provider/config-provider').default;
99
100
  }
100
101
  }
101
102
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.401",
3
+ "version": "0.0.1-beta.402",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",