@apexcura/ui-components 0.0.11-Beta82 → 0.0.11-Beta83

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/dist/index.js CHANGED
@@ -430,6 +430,9 @@ var AddMoreTable = (props) => {
430
430
  });
431
431
  });
432
432
  };
433
+ (0, import_react13.useEffect)(() => {
434
+ console.log(rows);
435
+ }, [rows]);
433
436
  const columns = thead && thead.length > 0 ? thead.map((eachHeadEl) => ({
434
437
  title: eachHeadEl.label,
435
438
  dataIndex: eachHeadEl.name,
package/dist/index.mjs CHANGED
@@ -312,7 +312,7 @@ import { Button as Button2, Flex as Flex2 } from "antd";
312
312
  var ButtonElement = () => /* @__PURE__ */ React11.createElement(Flex2, { gap: "small" }, /* @__PURE__ */ React11.createElement(Button2, { type: "primary" }, "Primary Button"));
313
313
 
314
314
  // src/Components/AddMoreTable.tsx
315
- import React12, { useState as useState3 } from "react";
315
+ import React12, { useEffect, useState as useState3 } from "react";
316
316
  import { Table, Button as Button3 } from "antd";
317
317
  import { PlusOutlined, DeleteOutlined } from "@ant-design/icons";
318
318
  var AddMoreTable = (props) => {
@@ -383,6 +383,9 @@ var AddMoreTable = (props) => {
383
383
  });
384
384
  });
385
385
  };
386
+ useEffect(() => {
387
+ console.log(rows);
388
+ }, [rows]);
386
389
  const columns = thead && thead.length > 0 ? thead.map((eachHeadEl) => ({
387
390
  title: eachHeadEl.label,
388
391
  dataIndex: eachHeadEl.name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta82",
3
+ "version": "0.0.11-Beta83",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",