@panneau/medias 3.0.135 → 3.0.137

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
@@ -494,7 +494,10 @@ function MediasBrowser(_ref) {
494
494
  }
495
495
  })) : /*#__PURE__*/React.createElement(Table, Object.assign({}, tableProps, {
496
496
  columns: columns,
497
- items: items
497
+ items: items,
498
+ displayPlaceholder: /*#__PURE__*/React.createElement("span", {
499
+ className: "text-secondary text-opacity-75"
500
+ }, "\u2014")
498
501
  })), /*#__PURE__*/React.createElement("div", {
499
502
  className: classNames(['d-flex', 'mt-3', 'mb-1', 'justify-content-end'])
500
503
  }, /*#__PURE__*/React.createElement(Pagination, {
@@ -562,7 +565,7 @@ function MediasPicker(_ref) {
562
565
  }, /*#__PURE__*/React.createElement(MediasBrowser, Object.assign({
563
566
  tableProps: {
564
567
  selectable: true,
565
- multiple: multiple,
568
+ multipleSelection: multiple,
566
569
  onSelectionChange: onSelectionChange
567
570
  }
568
571
  }, props)), multiple ? /*#__PURE__*/React.createElement(Button, {
package/lib/index.js CHANGED
@@ -498,7 +498,10 @@ function MediasBrowser(_ref) {
498
498
  }
499
499
  })) : /*#__PURE__*/React.createElement(Table, Object.assign({}, tableProps, {
500
500
  columns: columns,
501
- items: items
501
+ items: items,
502
+ displayPlaceholder: /*#__PURE__*/React.createElement("span", {
503
+ className: "text-secondary text-opacity-75"
504
+ }, "\u2014")
502
505
  })), /*#__PURE__*/React.createElement("div", {
503
506
  className: classNames(['d-flex', 'mt-3', 'mb-1', 'justify-content-end'])
504
507
  }, /*#__PURE__*/React.createElement(Pagination, {
@@ -566,7 +569,7 @@ function MediasPicker(_ref) {
566
569
  }, /*#__PURE__*/React.createElement(MediasBrowser, Object.assign({
567
570
  tableProps: {
568
571
  selectable: true,
569
- multiple: multiple,
572
+ multipleSelection: multiple,
570
573
  onSelectionChange: onSelectionChange
571
574
  }
572
575
  }, props)), multiple ? /*#__PURE__*/React.createElement(Button, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.135",
3
+ "version": "3.0.137",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -46,16 +46,16 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.12.5",
49
- "@panneau/core": "^3.0.133",
50
- "@panneau/data": "^3.0.133",
51
- "@panneau/element-button": "^3.0.133",
52
- "@panneau/element-buttons": "^3.0.133",
53
- "@panneau/element-grid": "^3.0.133",
54
- "@panneau/element-icon": "^3.0.133",
55
- "@panneau/element-media-card": "^3.0.133",
56
- "@panneau/element-pagination": "^3.0.133",
57
- "@panneau/element-table": "^3.0.133",
58
- "@panneau/filter-filters": "^3.0.135",
49
+ "@panneau/core": "^3.0.136",
50
+ "@panneau/data": "^3.0.136",
51
+ "@panneau/element-button": "^3.0.136",
52
+ "@panneau/element-buttons": "^3.0.136",
53
+ "@panneau/element-grid": "^3.0.136",
54
+ "@panneau/element-icon": "^3.0.136",
55
+ "@panneau/element-media-card": "^3.0.136",
56
+ "@panneau/element-pagination": "^3.0.136",
57
+ "@panneau/element-table": "^3.0.137",
58
+ "@panneau/filter-filters": "^3.0.137",
59
59
  "classnames": "^2.5.1",
60
60
  "lodash": "^4.17.21",
61
61
  "prop-types": "^15.7.2",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "e9756936d684d3a9e56482db14e098e01e446d48"
67
+ "gitHead": "15122b8a8fa0e7b58a45d235171bbedd2e935d30"
68
68
  }