jtui3.0 1.0.6 → 1.0.7
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/lib/jtui3.0.common.js +7 -2
- package/lib/jtui3.0.umd.js +7 -2
- package/lib/jtui3.0.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/jtui3.0.common.js
CHANGED
|
@@ -84781,7 +84781,7 @@ var xe_utils_default = /*#__PURE__*/__webpack_require__.n(xe_utils);
|
|
|
84781
84781
|
/*
|
|
84782
84782
|
* @Author: leevan
|
|
84783
84783
|
* @Date: 2022-07-04 14:32:14
|
|
84784
|
-
* @LastEditTime: 2022-
|
|
84784
|
+
* @LastEditTime: 2022-09-13 19:17:56
|
|
84785
84785
|
* @LastEditors: leevan
|
|
84786
84786
|
* @FilePath: /jtui3.0/packages/tables/hooks/usePublicAPI.js
|
|
84787
84787
|
*/
|
|
@@ -84944,6 +84944,10 @@ function usePublicAPI(emit, activeRef) {
|
|
|
84944
84944
|
activeRef.value.remove(row);
|
|
84945
84945
|
}
|
|
84946
84946
|
|
|
84947
|
+
function jtTable() {
|
|
84948
|
+
return activeRef.value;
|
|
84949
|
+
}
|
|
84950
|
+
|
|
84947
84951
|
return {
|
|
84948
84952
|
radioSelectChangeEvent,
|
|
84949
84953
|
selectChangeEvent,
|
|
@@ -84960,7 +84964,8 @@ function usePublicAPI(emit, activeRef) {
|
|
|
84960
84964
|
toggleCheckboxRow,
|
|
84961
84965
|
reloadTreeExpand,
|
|
84962
84966
|
removeRow,
|
|
84963
|
-
treeTxtClick
|
|
84967
|
+
treeTxtClick,
|
|
84968
|
+
jtTable
|
|
84964
84969
|
};
|
|
84965
84970
|
}
|
|
84966
84971
|
;// CONCATENATED MODULE: ./packages/tables/hooks/useTableSort.js
|
package/lib/jtui3.0.umd.js
CHANGED
|
@@ -84791,7 +84791,7 @@ var xe_utils_default = /*#__PURE__*/__webpack_require__.n(xe_utils);
|
|
|
84791
84791
|
/*
|
|
84792
84792
|
* @Author: leevan
|
|
84793
84793
|
* @Date: 2022-07-04 14:32:14
|
|
84794
|
-
* @LastEditTime: 2022-
|
|
84794
|
+
* @LastEditTime: 2022-09-13 19:17:56
|
|
84795
84795
|
* @LastEditors: leevan
|
|
84796
84796
|
* @FilePath: /jtui3.0/packages/tables/hooks/usePublicAPI.js
|
|
84797
84797
|
*/
|
|
@@ -84954,6 +84954,10 @@ function usePublicAPI(emit, activeRef) {
|
|
|
84954
84954
|
activeRef.value.remove(row);
|
|
84955
84955
|
}
|
|
84956
84956
|
|
|
84957
|
+
function jtTable() {
|
|
84958
|
+
return activeRef.value;
|
|
84959
|
+
}
|
|
84960
|
+
|
|
84957
84961
|
return {
|
|
84958
84962
|
radioSelectChangeEvent,
|
|
84959
84963
|
selectChangeEvent,
|
|
@@ -84970,7 +84974,8 @@ function usePublicAPI(emit, activeRef) {
|
|
|
84970
84974
|
toggleCheckboxRow,
|
|
84971
84975
|
reloadTreeExpand,
|
|
84972
84976
|
removeRow,
|
|
84973
|
-
treeTxtClick
|
|
84977
|
+
treeTxtClick,
|
|
84978
|
+
jtTable
|
|
84974
84979
|
};
|
|
84975
84980
|
}
|
|
84976
84981
|
;// CONCATENATED MODULE: ./packages/tables/hooks/useTableSort.js
|