@plusscommunities/pluss-core-web 1.4.32-auth.0 → 1.4.33-auth.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.
package/dist/index.cjs.js
CHANGED
|
@@ -5275,7 +5275,9 @@ var mapStateToProps$5 = function mapStateToProps() {
|
|
|
5275
5275
|
return {};
|
|
5276
5276
|
};
|
|
5277
5277
|
|
|
5278
|
-
var FileInput = reactRedux.connect(mapStateToProps$5, {}, null, {
|
|
5278
|
+
var FileInput = reactRedux.connect(mapStateToProps$5, {}, null, {
|
|
5279
|
+
forwardRef: true
|
|
5280
|
+
})(FileInputComponent);
|
|
5279
5281
|
|
|
5280
5282
|
function ownKeys$e(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
5281
5283
|
|
|
@@ -6983,7 +6985,6 @@ var ImageInputComponent = /*#__PURE__*/function (_Component) {
|
|
|
6983
6985
|
value: function renderLibraryImage(image, index, allowDelete) {
|
|
6984
6986
|
var _this7 = this;
|
|
6985
6987
|
|
|
6986
|
-
console.log(image);
|
|
6987
6988
|
var classes = 'imageInput imageInput-hasImage imageInput-libraryImage';
|
|
6988
6989
|
|
|
6989
6990
|
if (image.Selected) {
|
|
@@ -7381,7 +7382,9 @@ var mapStateToProps$2 = function mapStateToProps(state) {
|
|
|
7381
7382
|
};
|
|
7382
7383
|
};
|
|
7383
7384
|
|
|
7384
|
-
var ImageInput = reactRedux.connect(mapStateToProps$2, {}, null, {
|
|
7385
|
+
var ImageInput = reactRedux.connect(mapStateToProps$2, {}, null, {
|
|
7386
|
+
forwardRef: true
|
|
7387
|
+
})(ImageInputComponent);
|
|
7385
7388
|
|
|
7386
7389
|
function _createSuper$m(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$m(); return function _createSuperInternal() { var Super = _getPrototypeOf__default['default'](Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf__default['default'](this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn__default['default'](this, result); }; }
|
|
7387
7390
|
|
|
@@ -9984,7 +9987,9 @@ var AudienceSelector = /*#__PURE__*/function (_Component) {
|
|
|
9984
9987
|
|
|
9985
9988
|
var toExport = reactRedux.connect(null, {
|
|
9986
9989
|
setAuth: setAuth
|
|
9987
|
-
}, null, {
|
|
9990
|
+
}, null, {
|
|
9991
|
+
forwardRef: true
|
|
9992
|
+
})(AudienceSelector);
|
|
9988
9993
|
|
|
9989
9994
|
function _createSuper$5(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$5(); return function _createSuperInternal() { var Super = _getPrototypeOf__default['default'](Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf__default['default'](this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn__default['default'](this, result); }; }
|
|
9990
9995
|
|
package/dist/index.esm.js
CHANGED
|
@@ -5245,7 +5245,9 @@ var mapStateToProps$5 = function mapStateToProps() {
|
|
|
5245
5245
|
return {};
|
|
5246
5246
|
};
|
|
5247
5247
|
|
|
5248
|
-
var FileInput = connect(mapStateToProps$5, {}, null, {
|
|
5248
|
+
var FileInput = connect(mapStateToProps$5, {}, null, {
|
|
5249
|
+
forwardRef: true
|
|
5250
|
+
})(FileInputComponent);
|
|
5249
5251
|
|
|
5250
5252
|
function ownKeys$e(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
5251
5253
|
|
|
@@ -6953,7 +6955,6 @@ var ImageInputComponent = /*#__PURE__*/function (_Component) {
|
|
|
6953
6955
|
value: function renderLibraryImage(image, index, allowDelete) {
|
|
6954
6956
|
var _this7 = this;
|
|
6955
6957
|
|
|
6956
|
-
console.log(image);
|
|
6957
6958
|
var classes = 'imageInput imageInput-hasImage imageInput-libraryImage';
|
|
6958
6959
|
|
|
6959
6960
|
if (image.Selected) {
|
|
@@ -7351,7 +7352,9 @@ var mapStateToProps$2 = function mapStateToProps(state) {
|
|
|
7351
7352
|
};
|
|
7352
7353
|
};
|
|
7353
7354
|
|
|
7354
|
-
var ImageInput = connect(mapStateToProps$2, {}, null, {
|
|
7355
|
+
var ImageInput = connect(mapStateToProps$2, {}, null, {
|
|
7356
|
+
forwardRef: true
|
|
7357
|
+
})(ImageInputComponent);
|
|
7355
7358
|
|
|
7356
7359
|
function _createSuper$m(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$m(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
7357
7360
|
|
|
@@ -9954,7 +9957,9 @@ var AudienceSelector = /*#__PURE__*/function (_Component) {
|
|
|
9954
9957
|
|
|
9955
9958
|
var toExport = connect(null, {
|
|
9956
9959
|
setAuth: setAuth
|
|
9957
|
-
}, null, {
|
|
9960
|
+
}, null, {
|
|
9961
|
+
forwardRef: true
|
|
9962
|
+
})(AudienceSelector);
|
|
9958
9963
|
|
|
9959
9964
|
function _createSuper$5(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$5(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
9960
9965
|
|
package/dist/index.umd.js
CHANGED
|
@@ -5243,7 +5243,9 @@
|
|
|
5243
5243
|
return {};
|
|
5244
5244
|
};
|
|
5245
5245
|
|
|
5246
|
-
var FileInput = reactRedux.connect(mapStateToProps$5, {}, null, {
|
|
5246
|
+
var FileInput = reactRedux.connect(mapStateToProps$5, {}, null, {
|
|
5247
|
+
forwardRef: true
|
|
5248
|
+
})(FileInputComponent);
|
|
5247
5249
|
|
|
5248
5250
|
function ownKeys$e(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
5249
5251
|
|
|
@@ -6951,7 +6953,6 @@
|
|
|
6951
6953
|
value: function renderLibraryImage(image, index, allowDelete) {
|
|
6952
6954
|
var _this7 = this;
|
|
6953
6955
|
|
|
6954
|
-
console.log(image);
|
|
6955
6956
|
var classes = 'imageInput imageInput-hasImage imageInput-libraryImage';
|
|
6956
6957
|
|
|
6957
6958
|
if (image.Selected) {
|
|
@@ -7349,7 +7350,9 @@
|
|
|
7349
7350
|
};
|
|
7350
7351
|
};
|
|
7351
7352
|
|
|
7352
|
-
var ImageInput = reactRedux.connect(mapStateToProps$2, {}, null, {
|
|
7353
|
+
var ImageInput = reactRedux.connect(mapStateToProps$2, {}, null, {
|
|
7354
|
+
forwardRef: true
|
|
7355
|
+
})(ImageInputComponent);
|
|
7353
7356
|
|
|
7354
7357
|
function _createSuper$m(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$m(); return function _createSuperInternal() { var Super = _getPrototypeOf__default['default'](Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf__default['default'](this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn__default['default'](this, result); }; }
|
|
7355
7358
|
|
|
@@ -9952,7 +9955,9 @@
|
|
|
9952
9955
|
|
|
9953
9956
|
var toExport = reactRedux.connect(null, {
|
|
9954
9957
|
setAuth: setAuth
|
|
9955
|
-
}, null, {
|
|
9958
|
+
}, null, {
|
|
9959
|
+
forwardRef: true
|
|
9960
|
+
})(AudienceSelector);
|
|
9956
9961
|
|
|
9957
9962
|
function _createSuper$5(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$5(); return function _createSuperInternal() { var Super = _getPrototypeOf__default['default'](Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf__default['default'](this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn__default['default'](this, result); }; }
|
|
9958
9963
|
|
package/package.json
CHANGED
|
@@ -647,6 +647,6 @@ class AudienceSelector extends Component {
|
|
|
647
647
|
}
|
|
648
648
|
}
|
|
649
649
|
|
|
650
|
-
const toExport = connect(null, { setAuth }, null, {})(AudienceSelector);
|
|
650
|
+
const toExport = connect(null, { setAuth }, null, { forwardRef: true })(AudienceSelector);
|
|
651
651
|
|
|
652
652
|
export { toExport as AudienceSelector };
|
|
@@ -329,5 +329,5 @@ const mapStateToProps = () => {
|
|
|
329
329
|
return {};
|
|
330
330
|
};
|
|
331
331
|
|
|
332
|
-
const FileInput = connect(mapStateToProps, {}, null, {})(FileInputComponent);
|
|
332
|
+
const FileInput = connect(mapStateToProps, {}, null, { forwardRef: true })(FileInputComponent);
|
|
333
333
|
export { FileInput };
|
|
@@ -626,7 +626,6 @@ class ImageInputComponent extends Component {
|
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
renderLibraryImage(image, index, allowDelete) {
|
|
629
|
-
console.log(image);
|
|
630
629
|
let classes = 'imageInput imageInput-hasImage imageInput-libraryImage';
|
|
631
630
|
if (image.Selected) {
|
|
632
631
|
classes += ' imageInput-librarySelected';
|
|
@@ -984,5 +983,5 @@ const mapStateToProps = (state) => {
|
|
|
984
983
|
};
|
|
985
984
|
};
|
|
986
985
|
|
|
987
|
-
const ImageInput = connect(mapStateToProps, {}, null, {})(ImageInputComponent);
|
|
986
|
+
const ImageInput = connect(mapStateToProps, {}, null, { forwardRef: true })(ImageInputComponent);
|
|
988
987
|
export { ImageInput };
|