br-dionysus 1.13.5 → 1.14.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.
- package/README.md +0 -14
- package/dist/br-dionysus.es.js +1405 -1420
- package/dist/br-dionysus.umd.js +7 -7
- package/dist/packages/Hook/useTableConfig/useTableConfig.d.ts +4 -0
- package/dist/packages/TabPage/src/TabPage.vue.d.ts +1 -1
- package/package.json +1 -2
- package/packages/Hook/useTableConfig/useTableConfig.ts +23 -10
- package/packages/SkinConfig/src/useSkin.ts +2 -2
- package/web-types.json +1 -1
- package/dist/packages/Tool/bus/bus.d.ts +0 -7
- package/packages/Tool/bus/README.md +0 -8
- package/packages/Tool/bus/bus.ts +0 -10
package/README.md
CHANGED
|
@@ -2990,8 +2990,6 @@ const list = ref<{ name: string, className: string }[]>([
|
|
|
2990
2990
|
|
|
2991
2991
|
|
|
2992
2992
|
|
|
2993
|
-
+ bus([](#))
|
|
2994
|
-
|
|
2995
2993
|
+ checkType([|-isNumber-|-是否为数值-|-()](#|-isNumber-|-是否为数值-|-()))
|
|
2996
2994
|
|
|
2997
2995
|
+ compareStructures([](#))
|
|
@@ -5702,18 +5700,6 @@ const list = ref<{ name: string, className: string }[]>([
|
|
|
5702
5700
|
## Tool列表
|
|
5703
5701
|
|
|
5704
5702
|
|
|
5705
|
-
## 检查变量类型 checkType
|
|
5706
|
-
|
|
5707
|
-
### 1) 传参
|
|
5708
|
-
|
|
5709
|
-
| 事件名 | 描述 | 参数 |
|
|
5710
|
-
|-----------|-----------|----|
|
|
5711
|
-
| skinApply | 皮肤设置生效时触发 | - |
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
5703
|
## 检查变量类型 checkType
|
|
5718
5704
|
|
|
5719
5705
|
### 1) 传参
|