@panneau/fields 3.0.54 → 3.0.56
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +22 -22
package/es/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _objectSpread from '@babel/runtime/helpers/objectSpread2';
|
|
2
2
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
3
|
-
import { FieldsProvider as FieldsProvider$2, ComponentsProvider, FIELDS_NAMESPACE } from '@panneau/core/contexts';
|
|
4
3
|
import PropTypes from 'prop-types';
|
|
5
4
|
import React from 'react';
|
|
5
|
+
import { FieldsProvider as FieldsProvider$2, ComponentsProvider, FIELDS_NAMESPACE } from '@panneau/core/contexts';
|
|
6
6
|
import fieldAutocomplete, { definition } from '@panneau/field-autocomplete';
|
|
7
7
|
import fieldCheckboxes, { definition as definition$1 } from '@panneau/field-checkboxes';
|
|
8
8
|
import fieldColor, { definition as definition$2 } from '@panneau/field-color';
|
package/lib/index.js
CHANGED
|
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var _objectSpread = require('@babel/runtime/helpers/objectSpread2');
|
|
6
6
|
var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
|
|
7
|
-
var contexts = require('@panneau/core/contexts');
|
|
8
7
|
var PropTypes = require('prop-types');
|
|
9
8
|
var React = require('react');
|
|
9
|
+
var contexts = require('@panneau/core/contexts');
|
|
10
10
|
var fieldAutocomplete = require('@panneau/field-autocomplete');
|
|
11
11
|
var fieldCheckboxes = require('@panneau/field-checkboxes');
|
|
12
12
|
var fieldColor = require('@panneau/field-color');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/fields",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.56",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -66,31 +66,31 @@
|
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@babel/runtime": "^7.12.5",
|
|
68
68
|
"@panneau/core": "^3.0.45",
|
|
69
|
-
"@panneau/field-autocomplete": "^3.0.
|
|
70
|
-
"@panneau/field-checkboxes": "^3.0.
|
|
71
|
-
"@panneau/field-color": "^3.0.
|
|
72
|
-
"@panneau/field-date": "^3.0.
|
|
73
|
-
"@panneau/field-embed": "^3.0.
|
|
74
|
-
"@panneau/field-fields": "^3.0.
|
|
75
|
-
"@panneau/field-html": "^3.0.
|
|
76
|
-
"@panneau/field-input-group": "^3.0.
|
|
77
|
-
"@panneau/field-item": "^3.0.
|
|
78
|
-
"@panneau/field-items": "^3.0.
|
|
79
|
-
"@panneau/field-localized": "^3.0.
|
|
80
|
-
"@panneau/field-number": "^3.0.
|
|
81
|
-
"@panneau/field-radios": "^3.0.
|
|
82
|
-
"@panneau/field-resource-item": "^3.0.
|
|
83
|
-
"@panneau/field-select": "^3.0.
|
|
84
|
-
"@panneau/field-text": "^3.0.
|
|
85
|
-
"@panneau/field-toggle": "^3.0.
|
|
86
|
-
"@panneau/field-toggles": "^3.0.
|
|
87
|
-
"@panneau/field-upload": "^3.0.
|
|
88
|
-
"@panneau/field-url": "^3.0.
|
|
69
|
+
"@panneau/field-autocomplete": "^3.0.55",
|
|
70
|
+
"@panneau/field-checkboxes": "^3.0.55",
|
|
71
|
+
"@panneau/field-color": "^3.0.55",
|
|
72
|
+
"@panneau/field-date": "^3.0.55",
|
|
73
|
+
"@panneau/field-embed": "^3.0.55",
|
|
74
|
+
"@panneau/field-fields": "^3.0.55",
|
|
75
|
+
"@panneau/field-html": "^3.0.55",
|
|
76
|
+
"@panneau/field-input-group": "^3.0.55",
|
|
77
|
+
"@panneau/field-item": "^3.0.55",
|
|
78
|
+
"@panneau/field-items": "^3.0.55",
|
|
79
|
+
"@panneau/field-localized": "^3.0.55",
|
|
80
|
+
"@panneau/field-number": "^3.0.55",
|
|
81
|
+
"@panneau/field-radios": "^3.0.55",
|
|
82
|
+
"@panneau/field-resource-item": "^3.0.55",
|
|
83
|
+
"@panneau/field-select": "^3.0.55",
|
|
84
|
+
"@panneau/field-text": "^3.0.55",
|
|
85
|
+
"@panneau/field-toggle": "^3.0.55",
|
|
86
|
+
"@panneau/field-toggles": "^3.0.55",
|
|
87
|
+
"@panneau/field-upload": "^3.0.56",
|
|
88
|
+
"@panneau/field-url": "^3.0.55",
|
|
89
89
|
"lodash": "^4.17.21",
|
|
90
90
|
"prop-types": "^15.7.2"
|
|
91
91
|
},
|
|
92
92
|
"publishConfig": {
|
|
93
93
|
"access": "public"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "1566926c838b9a963a67a018ef77d31a678be6e3"
|
|
96
96
|
}
|