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 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("DatalinkTable", component);
15471
+ app.component("BasicTable", component);
15472
15472
  };
15473
15473
  return component;
15474
15474
  };
15475
- const DatalinkTable = withInstall(BasicTable);
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("DatalinkTable", component);
15473
+ app.component("BasicTable", component);
15474
15474
  };
15475
15475
  return component;
15476
15476
  };
15477
- const DatalinkTable = withInstall(BasicTable);
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",