yahee-components 0.0.98-beta → 0.0.98-beta-01

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/es/installs.js +9 -7
  2. package/package.json +1 -1
package/es/installs.js CHANGED
@@ -11,9 +11,11 @@ import { YaheeCountryPlatformShopCondition as n } from "./country-platform-shop-
11
11
  import { YaheeCommonImport as h } from "./common-import/index.js";
12
12
  import { YaheeBorderWrap as Y } from "./border-wrap/index.js";
13
13
  import { YaheeEchartGauge as l } from "./echart-gauge/index.js";
14
- import { YaheeScaleScreen as d } from "./scale-screen/index.js";
15
- import { YaheeHelpTag as C } from "./help-tag/index.js";
16
- const G = [
14
+ import { YaheeScaleScreen as C } from "./scale-screen/index.js";
15
+ import { YaheeHelpTag as d } from "./help-tag/index.js";
16
+ import { YaheeFilterContainer as c } from "./filter-container/index.js";
17
+ import { YaheeFilterWrapper as u } from "./filter-wrapper/index.js";
18
+ const O = [
17
19
  o,
18
20
  e,
19
21
  r,
@@ -27,11 +29,11 @@ const G = [
27
29
  h,
28
30
  Y,
29
31
  l,
32
+ C,
30
33
  d,
31
- C
32
- // YaheeFilterContainer,
33
- // YaheeFilterWrapper,
34
+ c,
35
+ u
34
36
  ];
35
37
  export {
36
- G as default
38
+ O as default
37
39
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.98-beta",
4
+ "version": "0.0.98-beta-01",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",