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