3h1-ui 1.4.0 → 1.4.1
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/es/index.js +2 -3
- package/lib/index.js +2 -3
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -15468,11 +15468,11 @@ const withInstall = (component) => {
|
|
|
15468
15468
|
const comp = component;
|
|
15469
15469
|
comp.install = (app, options = {}) => {
|
|
15470
15470
|
basicPropChange(options);
|
|
15471
|
-
app.component("
|
|
15471
|
+
app.component("BasicTable", component);
|
|
15472
15472
|
};
|
|
15473
15473
|
return component;
|
|
15474
15474
|
};
|
|
15475
|
-
|
|
15475
|
+
withInstall(BasicTable);
|
|
15476
15476
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
15477
15477
|
__name: "Table",
|
|
15478
15478
|
setup(__props, { expose }) {
|
|
@@ -20036,7 +20036,6 @@ export {
|
|
|
20036
20036
|
CountTo,
|
|
20037
20037
|
CountdownInput,
|
|
20038
20038
|
CropperImage,
|
|
20039
|
-
DatalinkTable,
|
|
20040
20039
|
_sfc_main$9 as Description,
|
|
20041
20040
|
_sfc_main$g as Dropdown,
|
|
20042
20041
|
EditTableHeaderCell as EditTableHeaderIcon,
|
package/lib/index.js
CHANGED
|
@@ -15470,11 +15470,11 @@ const withInstall = (component) => {
|
|
|
15470
15470
|
const comp = component;
|
|
15471
15471
|
comp.install = (app, options = {}) => {
|
|
15472
15472
|
basicPropChange(options);
|
|
15473
|
-
app.component("
|
|
15473
|
+
app.component("BasicTable", component);
|
|
15474
15474
|
};
|
|
15475
15475
|
return component;
|
|
15476
15476
|
};
|
|
15477
|
-
|
|
15477
|
+
withInstall(BasicTable);
|
|
15478
15478
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
15479
15479
|
__name: "Table",
|
|
15480
15480
|
setup(__props, { expose }) {
|
|
@@ -20037,7 +20037,6 @@ exports.CountButton = CountButton;
|
|
|
20037
20037
|
exports.CountTo = CountTo;
|
|
20038
20038
|
exports.CountdownInput = CountdownInput;
|
|
20039
20039
|
exports.CropperImage = CropperImage;
|
|
20040
|
-
exports.DatalinkTable = DatalinkTable;
|
|
20041
20040
|
exports.Description = _sfc_main$9;
|
|
20042
20041
|
exports.Dropdown = _sfc_main$g;
|
|
20043
20042
|
exports.EditTableHeaderIcon = EditTableHeaderCell;
|