@comet/admin-react-select 7.11.0-canary-20250107150842 → 7.11.0
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.
@@ -30,7 +30,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
|
|
30
30
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
31
31
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
32
32
|
// tslint:disable:max-classes-per-file
|
33
|
-
var FinalFormReactSelect = /*#__PURE__*/function (_Component) {
|
33
|
+
var FinalFormReactSelect = exports.FinalFormReactSelect = /*#__PURE__*/function (_Component) {
|
34
34
|
_inherits(FinalFormReactSelect, _Component);
|
35
35
|
var _super = _createSuper(FinalFormReactSelect);
|
36
36
|
function FinalFormReactSelect() {
|
@@ -49,8 +49,7 @@ var FinalFormReactSelect = /*#__PURE__*/function (_Component) {
|
|
49
49
|
}]);
|
50
50
|
return FinalFormReactSelect;
|
51
51
|
}(_react.Component);
|
52
|
-
exports.
|
53
|
-
var FinalFormReactSelectAsync = /*#__PURE__*/function (_Component2) {
|
52
|
+
var FinalFormReactSelectAsync = exports.FinalFormReactSelectAsync = /*#__PURE__*/function (_Component2) {
|
54
53
|
_inherits(FinalFormReactSelectAsync, _Component2);
|
55
54
|
var _super2 = _createSuper(FinalFormReactSelectAsync);
|
56
55
|
function FinalFormReactSelectAsync() {
|
@@ -69,8 +68,7 @@ var FinalFormReactSelectAsync = /*#__PURE__*/function (_Component2) {
|
|
69
68
|
}]);
|
70
69
|
return FinalFormReactSelectAsync;
|
71
70
|
}(_react.Component);
|
72
|
-
exports.
|
73
|
-
var FinalFormReactSelectCreatable = /*#__PURE__*/function (_Component3) {
|
71
|
+
var FinalFormReactSelectCreatable = exports.FinalFormReactSelectCreatable = /*#__PURE__*/function (_Component3) {
|
74
72
|
_inherits(FinalFormReactSelectCreatable, _Component3);
|
75
73
|
var _super3 = _createSuper(FinalFormReactSelectCreatable);
|
76
74
|
function FinalFormReactSelectCreatable() {
|
@@ -89,8 +87,7 @@ var FinalFormReactSelectCreatable = /*#__PURE__*/function (_Component3) {
|
|
89
87
|
}]);
|
90
88
|
return FinalFormReactSelectCreatable;
|
91
89
|
}(_react.Component);
|
92
|
-
exports.
|
93
|
-
var FinalFormReactSelectAsyncCreatable = /*#__PURE__*/function (_Component4) {
|
90
|
+
var FinalFormReactSelectAsyncCreatable = exports.FinalFormReactSelectAsyncCreatable = /*#__PURE__*/function (_Component4) {
|
94
91
|
_inherits(FinalFormReactSelectAsyncCreatable, _Component4);
|
95
92
|
var _super4 = _createSuper(FinalFormReactSelectAsyncCreatable);
|
96
93
|
function FinalFormReactSelectAsyncCreatable() {
|
@@ -108,5 +105,4 @@ var FinalFormReactSelectAsyncCreatable = /*#__PURE__*/function (_Component4) {
|
|
108
105
|
}
|
109
106
|
}]);
|
110
107
|
return FinalFormReactSelectAsyncCreatable;
|
111
|
-
}(_react.Component);
|
112
|
-
exports.FinalFormReactSelectAsyncCreatable = FinalFormReactSelectAsyncCreatable;
|
108
|
+
}(_react.Component);
|
@@ -26,7 +26,7 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
26
26
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
27
27
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
28
28
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
29
|
-
var FinalFormReactSelectStaticOptions = /*#__PURE__*/function (_Component) {
|
29
|
+
var FinalFormReactSelectStaticOptions = exports.FinalFormReactSelectStaticOptions = /*#__PURE__*/function (_Component) {
|
30
30
|
_inherits(FinalFormReactSelectStaticOptions, _Component);
|
31
31
|
var _super = _createSuper(FinalFormReactSelectStaticOptions);
|
32
32
|
function FinalFormReactSelectStaticOptions() {
|
@@ -79,5 +79,4 @@ var FinalFormReactSelectStaticOptions = /*#__PURE__*/function (_Component) {
|
|
79
79
|
}
|
80
80
|
}]);
|
81
81
|
return FinalFormReactSelectStaticOptions;
|
82
|
-
}(_react.Component);
|
83
|
-
exports.FinalFormReactSelectStaticOptions = FinalFormReactSelectStaticOptions;
|
82
|
+
}(_react.Component);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@comet/admin-react-select",
|
3
|
-
"version": "7.11.0
|
3
|
+
"version": "7.11.0",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/vivid-planet/comet",
|
@@ -13,15 +13,15 @@
|
|
13
13
|
"lib"
|
14
14
|
],
|
15
15
|
"dependencies": {
|
16
|
-
"@comet/admin": "7.11.0
|
17
|
-
"@comet/admin-icons": "7.11.0
|
16
|
+
"@comet/admin": "^7.11.0",
|
17
|
+
"@comet/admin-icons": "^7.11.0",
|
18
18
|
"classnames": "^2.2.6"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@babel/cli": "^7.17.6",
|
22
22
|
"@babel/core": "^7.20.12",
|
23
|
-
"@comet/admin-babel-preset": "7.11.0
|
24
|
-
"@comet/eslint-config": "7.11.0
|
23
|
+
"@comet/admin-babel-preset": "^7.11.0",
|
24
|
+
"@comet/eslint-config": "^7.11.0",
|
25
25
|
"@mui/material": "^5.0.0",
|
26
26
|
"@types/react": "^17.0.0",
|
27
27
|
"@types/react-dom": "^17.0.0",
|