@panneau/medias 3.0.270 → 3.0.273

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.
Files changed (2) hide show
  1. package/es/index.js +4 -4
  2. package/package.json +17 -17
package/es/index.js CHANGED
@@ -309,14 +309,14 @@ var defaultFields = [{
309
309
  // name: 'tags',
310
310
  // label: <FormattedMessage defaultMessage="Tags" description="Field name" />,
311
311
  // type: 'array',
312
- // component: 'select',
312
+ // component: 'item',
313
313
  // requestUrl: '/api/tags',
314
- // optionLabelPath: 'label',
315
- // optionValuePath: 'id', // Uses taggable so change the logic here
314
+ // itemLabelPath: 'label',
315
+ // itemValuePath: 'id', // Uses taggable so change the logic here
316
316
  // valueIsOption: true,
317
317
  // multiple: true,
318
318
  // paginated: false,
319
- // creatable: true, // TODO
319
+ // creatable: true,
320
320
  // },
321
321
  {
322
322
  id: 'info',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.270",
3
+ "version": "3.0.273",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,21 +51,21 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@babel/runtime": "^7.12.5",
54
- "@panneau/core": "^3.0.256",
55
- "@panneau/data": "^3.0.259",
56
- "@panneau/display-image": "^3.0.256",
57
- "@panneau/element-button": "^3.0.256",
58
- "@panneau/element-buttons": "^3.0.256",
59
- "@panneau/element-form": "^3.0.256",
60
- "@panneau/element-form-status": "^3.0.256",
61
- "@panneau/element-grid": "^3.0.256",
62
- "@panneau/element-icon": "^3.0.256",
63
- "@panneau/element-media-card": "^3.0.256",
64
- "@panneau/element-media-player": "^3.0.256",
65
- "@panneau/element-pagination": "^3.0.256",
66
- "@panneau/element-table": "^3.0.256",
67
- "@panneau/field-upload": "^3.0.261",
68
- "@panneau/filter-filters": "^3.0.256",
54
+ "@panneau/core": "^3.0.273",
55
+ "@panneau/data": "^3.0.273",
56
+ "@panneau/display-image": "^3.0.273",
57
+ "@panneau/element-button": "^3.0.273",
58
+ "@panneau/element-buttons": "^3.0.273",
59
+ "@panneau/element-form": "^3.0.273",
60
+ "@panneau/element-form-status": "^3.0.273",
61
+ "@panneau/element-grid": "^3.0.273",
62
+ "@panneau/element-icon": "^3.0.273",
63
+ "@panneau/element-media-card": "^3.0.273",
64
+ "@panneau/element-media-player": "^3.0.273",
65
+ "@panneau/element-pagination": "^3.0.273",
66
+ "@panneau/element-table": "^3.0.273",
67
+ "@panneau/field-upload": "^3.0.273",
68
+ "@panneau/filter-filters": "^3.0.273",
69
69
  "classnames": "^2.5.1",
70
70
  "lodash": "^4.17.21",
71
71
  "prop-types": "^15.7.2",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "216374919ca3acd5c9d1f7cc98cd626f631af8e0"
77
+ "gitHead": "e8214479c56e646a55dc227fd01335a98ff34856"
78
78
  }