@tongfun/tf-widget 0.1.144 → 0.1.145
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/tf-widget.common.js
CHANGED
|
@@ -233967,6 +233967,7 @@ const install = function (Vue) {
|
|
|
233967
233967
|
});
|
|
233968
233968
|
Vue.directive('umyColumnWidth', directives/* umyColumnWidth */.AB);
|
|
233969
233969
|
Vue.directive('umyTableSetting', directives/* umyTableSetting */.b$);
|
|
233970
|
+
Vue.directive('tableAutoHeight', directives/* tableAutoHeight */.Cq);
|
|
233970
233971
|
};
|
|
233971
233972
|
|
|
233972
233973
|
/* harmony default export */ var src_0 = ({
|
package/lib/tf-widget.umd.js
CHANGED
|
@@ -233977,6 +233977,7 @@ const install = function (Vue) {
|
|
|
233977
233977
|
});
|
|
233978
233978
|
Vue.directive('umyColumnWidth', directives/* umyColumnWidth */.AB);
|
|
233979
233979
|
Vue.directive('umyTableSetting', directives/* umyTableSetting */.b$);
|
|
233980
|
+
Vue.directive('tableAutoHeight', directives/* tableAutoHeight */.Cq);
|
|
233980
233981
|
};
|
|
233981
233982
|
|
|
233982
233983
|
/* harmony default export */ var src_0 = ({
|