@apexcura/ui-components 0.0.14-Beta94 → 0.0.14-Beta96

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
@@ -744,6 +744,7 @@ var TableElement = (props) => {
744
744
  title: col.label,
745
745
  dataIndex: col.name,
746
746
  key: col.key,
747
+ ellipsis: col.ellipsis,
747
748
  render: col.render,
748
749
  sorter: {
749
750
  compare: (a, b) => {
package/dist/index.mjs CHANGED
@@ -683,6 +683,7 @@ var TableElement = (props) => {
683
683
  title: col.label,
684
684
  dataIndex: col.name,
685
685
  key: col.key,
686
+ ellipsis: col.ellipsis,
686
687
  render: col.render,
687
688
  sorter: {
688
689
  compare: (a, b) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta94",
3
+ "version": "0.0.14-Beta96",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",