br-dionysus 1.11.5 → 1.12.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 +22 -4
- package/dist/br-dionysus.es.js +301 -298
- package/dist/br-dionysus.umd.js +2 -2
- package/dist/index.css +1 -1
- package/dist/packages/MSelectTable/src/MSelectTable.vue.d.ts +13 -6
- package/package.json +1 -1
- package/packages/MSelectTable/docs/README.md +6 -0
- package/packages/MSelectTable/docs/demo.vue +5 -1
- package/packages/MSelectTable/src/MSelectTable.vue +24 -10
- package/web-types.json +1 -1
package/README.md
CHANGED
|
@@ -616,7 +616,11 @@ const options: Option[] = [{
|
|
|
616
616
|
allowCreate
|
|
617
617
|
border
|
|
618
618
|
:remoteMethod="remoteMethod"
|
|
619
|
-
|
|
619
|
+
>
|
|
620
|
+
<template #auxiliary>
|
|
621
|
+
辅助信息的插槽
|
|
622
|
+
</template>
|
|
623
|
+
</m-select-table>
|
|
620
624
|
<p>多选单绑定的value为字符串类型</p>
|
|
621
625
|
<p>第二个选择器的值: {{ code2 }}</p>
|
|
622
626
|
<m-select-table
|
|
@@ -867,7 +871,12 @@ onMounted(() => {
|
|
|
867
871
|
|-------------|--------|--------|
|
|
868
872
|
| searchValue | string | 返回输入的值 |
|
|
869
873
|
| Page | Page | 整个分页类 |
|
|
870
|
-
|
|
874
|
+
|
|
875
|
+
#### slots(插槽)
|
|
876
|
+
|
|
877
|
+
| 插槽名 | 描述 |
|
|
878
|
+
|-------------|--------|
|
|
879
|
+
| auxiliary | 在表格选择器头部位置的辅助信息插槽 |
|
|
871
880
|
|
|
872
881
|
|
|
873
882
|
|
|
@@ -3559,7 +3568,11 @@ const options: Option[] = [{
|
|
|
3559
3568
|
allowCreate
|
|
3560
3569
|
border
|
|
3561
3570
|
:remoteMethod="remoteMethod"
|
|
3562
|
-
|
|
3571
|
+
>
|
|
3572
|
+
<template #auxiliary>
|
|
3573
|
+
辅助信息的插槽
|
|
3574
|
+
</template>
|
|
3575
|
+
</m-select-table>
|
|
3563
3576
|
<p>多选单绑定的value为字符串类型</p>
|
|
3564
3577
|
<p>第二个选择器的值: {{ code2 }}</p>
|
|
3565
3578
|
<m-select-table
|
|
@@ -3810,7 +3823,12 @@ onMounted(() => {
|
|
|
3810
3823
|
|-------------|--------|--------|
|
|
3811
3824
|
| searchValue | string | 返回输入的值 |
|
|
3812
3825
|
| Page | Page | 整个分页类 |
|
|
3813
|
-
|
|
3826
|
+
|
|
3827
|
+
#### slots(插槽)
|
|
3828
|
+
|
|
3829
|
+
| 插槽名 | 描述 |
|
|
3830
|
+
|-------------|--------|
|
|
3831
|
+
| auxiliary | 在表格选择器头部位置的辅助信息插槽 |
|
|
3814
3832
|
|
|
3815
3833
|
|
|
3816
3834
|
|