@teselagen/ui 0.4.7 → 0.4.8
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/index.cjs.js +243 -258
- package/index.es.js +243 -258
- package/package.json +1 -1
- package/src/TgSelect/index.js +37 -4
- package/src/TgSelect/style.css +20 -0
- package/src/style.css +12 -4
- package/style.css +33 -4
package/index.cjs.js
CHANGED
|
@@ -2834,7 +2834,7 @@ var followCursor = {
|
|
|
2834
2834
|
}
|
|
2835
2835
|
}
|
|
2836
2836
|
__name(onMouseMove, "onMouseMove");
|
|
2837
|
-
function
|
|
2837
|
+
function create6() {
|
|
2838
2838
|
if (instance.props.followCursor) {
|
|
2839
2839
|
activeInstances.push({
|
|
2840
2840
|
instance,
|
|
@@ -2843,7 +2843,7 @@ var followCursor = {
|
|
|
2843
2843
|
addMouseCoordsListener(doc);
|
|
2844
2844
|
}
|
|
2845
2845
|
}
|
|
2846
|
-
__name(
|
|
2846
|
+
__name(create6, "create");
|
|
2847
2847
|
function destroy() {
|
|
2848
2848
|
activeInstances = activeInstances.filter(function(data) {
|
|
2849
2849
|
return data.instance !== instance;
|
|
@@ -2856,7 +2856,7 @@ var followCursor = {
|
|
|
2856
2856
|
}
|
|
2857
2857
|
__name(destroy, "destroy");
|
|
2858
2858
|
return {
|
|
2859
|
-
onCreate:
|
|
2859
|
+
onCreate: create6,
|
|
2860
2860
|
onDestroy: destroy,
|
|
2861
2861
|
onBeforeUpdate: /* @__PURE__ */ __name(function onBeforeUpdate2() {
|
|
2862
2862
|
prevProps = instance.props;
|
|
@@ -2869,7 +2869,7 @@ var followCursor = {
|
|
|
2869
2869
|
if (followCursor2 !== void 0 && prevProps.followCursor !== followCursor2) {
|
|
2870
2870
|
destroy();
|
|
2871
2871
|
if (followCursor2) {
|
|
2872
|
-
|
|
2872
|
+
create6();
|
|
2873
2873
|
if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) {
|
|
2874
2874
|
addListener();
|
|
2875
2875
|
}
|
|
@@ -5543,10 +5543,10 @@ var ownKeys$3 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
|
|
|
5543
5543
|
/* istanbul ignore next */
|
|
5544
5544
|
Object.getOwnPropertyNames
|
|
5545
5545
|
);
|
|
5546
|
-
function toPrimitive$
|
|
5546
|
+
function toPrimitive$3(value) {
|
|
5547
5547
|
return value === null ? null : typeof value === "object" ? "" + value : value;
|
|
5548
5548
|
}
|
|
5549
|
-
__name(toPrimitive$
|
|
5549
|
+
__name(toPrimitive$3, "toPrimitive$3");
|
|
5550
5550
|
function hasProp(target, prop) {
|
|
5551
5551
|
return objectPrototype$1.hasOwnProperty.call(target, prop);
|
|
5552
5552
|
}
|
|
@@ -6563,7 +6563,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
|
|
|
6563
6563
|
return this.name_ + "[" + this.value_ + "]";
|
|
6564
6564
|
}, "toString2");
|
|
6565
6565
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
6566
|
-
return toPrimitive$
|
|
6566
|
+
return toPrimitive$3(this.get());
|
|
6567
6567
|
}, "valueOf");
|
|
6568
6568
|
_proto[_Symbol$toPrimitive] = function() {
|
|
6569
6569
|
return this.valueOf();
|
|
@@ -6748,7 +6748,7 @@ var ComputedValue = /* @__PURE__ */ function() {
|
|
|
6748
6748
|
return this.name_ + "[" + this.derivation.toString() + "]";
|
|
6749
6749
|
}, "toString2");
|
|
6750
6750
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
6751
|
-
return toPrimitive$
|
|
6751
|
+
return toPrimitive$3(this.get());
|
|
6752
6752
|
}, "valueOf");
|
|
6753
6753
|
_proto[_Symbol$toPrimitive$1] = function() {
|
|
6754
6754
|
return this.valueOf();
|
|
@@ -14004,20 +14004,11 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
|
|
|
14004
14004
|
return true;
|
|
14005
14005
|
}
|
|
14006
14006
|
}, "_fails");
|
|
14007
|
-
var _descriptors
|
|
14008
|
-
|
|
14009
|
-
|
|
14010
|
-
|
|
14011
|
-
|
|
14012
|
-
hasRequired_descriptors = 1;
|
|
14013
|
-
_descriptors = !_fails(function() {
|
|
14014
|
-
return Object.defineProperty({}, "a", { get: function() {
|
|
14015
|
-
return 7;
|
|
14016
|
-
} }).a != 7;
|
|
14017
|
-
});
|
|
14018
|
-
return _descriptors;
|
|
14019
|
-
}
|
|
14020
|
-
__name(require_descriptors, "require_descriptors");
|
|
14007
|
+
var _descriptors = !_fails(function() {
|
|
14008
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
14009
|
+
return 7;
|
|
14010
|
+
} }).a != 7;
|
|
14011
|
+
});
|
|
14021
14012
|
var _domCreate;
|
|
14022
14013
|
var hasRequired_domCreate;
|
|
14023
14014
|
function require_domCreate() {
|
|
@@ -14033,20 +14024,11 @@ function require_domCreate() {
|
|
|
14033
14024
|
return _domCreate;
|
|
14034
14025
|
}
|
|
14035
14026
|
__name(require_domCreate, "require_domCreate");
|
|
14036
|
-
var _ie8DomDefine
|
|
14037
|
-
|
|
14038
|
-
|
|
14039
|
-
|
|
14040
|
-
|
|
14041
|
-
hasRequired_ie8DomDefine = 1;
|
|
14042
|
-
_ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
14043
|
-
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
14044
|
-
return 7;
|
|
14045
|
-
} }).a != 7;
|
|
14046
|
-
});
|
|
14047
|
-
return _ie8DomDefine;
|
|
14048
|
-
}
|
|
14049
|
-
__name(require_ie8DomDefine, "require_ie8DomDefine");
|
|
14027
|
+
var _ie8DomDefine = !_descriptors && !_fails(function() {
|
|
14028
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
14029
|
+
return 7;
|
|
14030
|
+
} }).a != 7;
|
|
14031
|
+
});
|
|
14050
14032
|
var isObject$c = _isObject;
|
|
14051
14033
|
var _toPrimitive = /* @__PURE__ */ __name(function(it, S2) {
|
|
14052
14034
|
if (!isObject$c(it))
|
|
@@ -14060,33 +14042,25 @@ var _toPrimitive = /* @__PURE__ */ __name(function(it, S2) {
|
|
|
14060
14042
|
return val;
|
|
14061
14043
|
throw TypeError("Can't convert object to primitive value");
|
|
14062
14044
|
}, "_toPrimitive");
|
|
14063
|
-
var
|
|
14064
|
-
|
|
14065
|
-
|
|
14066
|
-
|
|
14067
|
-
|
|
14068
|
-
|
|
14069
|
-
|
|
14070
|
-
|
|
14071
|
-
|
|
14072
|
-
|
|
14073
|
-
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
-
|
|
14077
|
-
|
|
14078
|
-
|
|
14079
|
-
|
|
14080
|
-
|
|
14081
|
-
|
|
14082
|
-
throw TypeError("Accessors not supported!");
|
|
14083
|
-
if ("value" in Attributes)
|
|
14084
|
-
O2[P2] = Attributes.value;
|
|
14085
|
-
return O2;
|
|
14086
|
-
}, "defineProperty");
|
|
14087
|
-
return _objectDp;
|
|
14088
|
-
}
|
|
14089
|
-
__name(require_objectDp, "require_objectDp");
|
|
14045
|
+
var anObject$5 = _anObject;
|
|
14046
|
+
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
14047
|
+
var toPrimitive$2 = _toPrimitive;
|
|
14048
|
+
var dP$3 = Object.defineProperty;
|
|
14049
|
+
_objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty(O2, P2, Attributes) {
|
|
14050
|
+
anObject$5(O2);
|
|
14051
|
+
P2 = toPrimitive$2(P2, true);
|
|
14052
|
+
anObject$5(Attributes);
|
|
14053
|
+
if (IE8_DOM_DEFINE$1)
|
|
14054
|
+
try {
|
|
14055
|
+
return dP$3(O2, P2, Attributes);
|
|
14056
|
+
} catch (e2) {
|
|
14057
|
+
}
|
|
14058
|
+
if ("get" in Attributes || "set" in Attributes)
|
|
14059
|
+
throw TypeError("Accessors not supported!");
|
|
14060
|
+
if ("value" in Attributes)
|
|
14061
|
+
O2[P2] = Attributes.value;
|
|
14062
|
+
return O2;
|
|
14063
|
+
}, "defineProperty");
|
|
14090
14064
|
var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
14091
14065
|
return {
|
|
14092
14066
|
enumerable: !(bitmap & 1),
|
|
@@ -14095,10 +14069,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
|
14095
14069
|
value
|
|
14096
14070
|
};
|
|
14097
14071
|
}, "_propertyDesc");
|
|
14098
|
-
var dP$
|
|
14072
|
+
var dP$2 = _objectDp;
|
|
14099
14073
|
var createDesc$3 = _propertyDesc;
|
|
14100
|
-
var _hide =
|
|
14101
|
-
return dP$
|
|
14074
|
+
var _hide = _descriptors ? function(object2, key, value) {
|
|
14075
|
+
return dP$2.f(object2, key, createDesc$3(1, value));
|
|
14102
14076
|
} : function(object2, key, value) {
|
|
14103
14077
|
object2[key] = value;
|
|
14104
14078
|
return object2;
|
|
@@ -14112,7 +14086,7 @@ var core$3 = _coreExports;
|
|
|
14112
14086
|
var ctx$1 = _ctx;
|
|
14113
14087
|
var hide$2 = _hide;
|
|
14114
14088
|
var has$b = _has;
|
|
14115
|
-
var PROTOTYPE$
|
|
14089
|
+
var PROTOTYPE$2 = "prototype";
|
|
14116
14090
|
var $export$8 = /* @__PURE__ */ __name(function(type2, name, source) {
|
|
14117
14091
|
var IS_FORCED = type2 & $export$8.F;
|
|
14118
14092
|
var IS_GLOBAL = type2 & $export$8.G;
|
|
@@ -14121,8 +14095,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type2, name, source) {
|
|
|
14121
14095
|
var IS_BIND = type2 & $export$8.B;
|
|
14122
14096
|
var IS_WRAP = type2 & $export$8.W;
|
|
14123
14097
|
var exports2 = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
|
|
14124
|
-
var expProto = exports2[PROTOTYPE$
|
|
14125
|
-
var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$
|
|
14098
|
+
var expProto = exports2[PROTOTYPE$2];
|
|
14099
|
+
var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$2];
|
|
14126
14100
|
var key, own2, out;
|
|
14127
14101
|
if (IS_GLOBAL)
|
|
14128
14102
|
source = name;
|
|
@@ -14146,7 +14120,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type2, name, source) {
|
|
|
14146
14120
|
}
|
|
14147
14121
|
return C.apply(this, arguments);
|
|
14148
14122
|
}, "F");
|
|
14149
|
-
F[PROTOTYPE$
|
|
14123
|
+
F[PROTOTYPE$2] = C[PROTOTYPE$2];
|
|
14150
14124
|
return F;
|
|
14151
14125
|
}(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
|
|
14152
14126
|
if (IS_PROTO) {
|
|
@@ -14169,25 +14143,16 @@ var toString$5 = {}.toString;
|
|
|
14169
14143
|
var _cof = /* @__PURE__ */ __name(function(it) {
|
|
14170
14144
|
return toString$5.call(it).slice(8, -1);
|
|
14171
14145
|
}, "_cof");
|
|
14172
|
-
var
|
|
14173
|
-
var
|
|
14174
|
-
|
|
14175
|
-
|
|
14176
|
-
return _iobject;
|
|
14177
|
-
hasRequired_iobject = 1;
|
|
14178
|
-
var cof2 = _cof;
|
|
14179
|
-
_iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
|
|
14180
|
-
return cof2(it) == "String" ? it.split("") : Object(it);
|
|
14181
|
-
};
|
|
14182
|
-
return _iobject;
|
|
14183
|
-
}
|
|
14184
|
-
__name(require_iobject, "require_iobject");
|
|
14146
|
+
var cof$2 = _cof;
|
|
14147
|
+
var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
|
|
14148
|
+
return cof$2(it) == "String" ? it.split("") : Object(it);
|
|
14149
|
+
};
|
|
14185
14150
|
var _defined = /* @__PURE__ */ __name(function(it) {
|
|
14186
14151
|
if (it == void 0)
|
|
14187
14152
|
throw TypeError("Can't call method on " + it);
|
|
14188
14153
|
return it;
|
|
14189
14154
|
}, "_defined");
|
|
14190
|
-
var IObject =
|
|
14155
|
+
var IObject = _iobject;
|
|
14191
14156
|
var defined$2 = _defined;
|
|
14192
14157
|
var _toIobject = /* @__PURE__ */ __name(function(it) {
|
|
14193
14158
|
return IObject(defined$2(it));
|
|
@@ -14260,14 +14225,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) {
|
|
|
14260
14225
|
var has$a = _has;
|
|
14261
14226
|
var toIObject$4 = _toIobject;
|
|
14262
14227
|
var arrayIndexOf = _arrayIncludes(false);
|
|
14263
|
-
var IE_PROTO$
|
|
14228
|
+
var IE_PROTO$2 = _sharedKey("IE_PROTO");
|
|
14264
14229
|
var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
|
|
14265
14230
|
var O2 = toIObject$4(object2);
|
|
14266
14231
|
var i = 0;
|
|
14267
14232
|
var result = [];
|
|
14268
14233
|
var key;
|
|
14269
14234
|
for (key in O2)
|
|
14270
|
-
if (key != IE_PROTO$
|
|
14235
|
+
if (key != IE_PROTO$2)
|
|
14271
14236
|
has$a(O2, key) && result.push(key);
|
|
14272
14237
|
while (names2.length > i)
|
|
14273
14238
|
if (has$a(O2, key = names2[i++])) {
|
|
@@ -14277,9 +14242,9 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
|
|
|
14277
14242
|
}, "_objectKeysInternal");
|
|
14278
14243
|
var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
|
|
14279
14244
|
var $keys$3 = _objectKeysInternal;
|
|
14280
|
-
var enumBugKeys = _enumBugKeys;
|
|
14245
|
+
var enumBugKeys$1 = _enumBugKeys;
|
|
14281
14246
|
var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
|
|
14282
|
-
return $keys$3(O2, enumBugKeys);
|
|
14247
|
+
return $keys$3(O2, enumBugKeys$1);
|
|
14283
14248
|
}, "keys");
|
|
14284
14249
|
var _objectGops = {};
|
|
14285
14250
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
@@ -14303,12 +14268,12 @@ function require_objectAssign() {
|
|
|
14303
14268
|
if (hasRequired_objectAssign)
|
|
14304
14269
|
return _objectAssign;
|
|
14305
14270
|
hasRequired_objectAssign = 1;
|
|
14306
|
-
var DESCRIPTORS2 =
|
|
14271
|
+
var DESCRIPTORS2 = _descriptors;
|
|
14307
14272
|
var getKeys2 = _objectKeys;
|
|
14308
14273
|
var gOPS2 = _objectGops;
|
|
14309
14274
|
var pIE2 = require_objectPie();
|
|
14310
14275
|
var toObject2 = _toObject;
|
|
14311
|
-
var IObject2 =
|
|
14276
|
+
var IObject2 = _iobject;
|
|
14312
14277
|
var $assign = Object.assign;
|
|
14313
14278
|
_objectAssign = !$assign || _fails(function() {
|
|
14314
14279
|
var A2 = {};
|
|
@@ -14369,28 +14334,19 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
|
|
|
14369
14334
|
}, "_iterStep");
|
|
14370
14335
|
var _iterators = {};
|
|
14371
14336
|
var _redefine = _hide;
|
|
14372
|
-
var
|
|
14373
|
-
var
|
|
14374
|
-
|
|
14375
|
-
|
|
14376
|
-
|
|
14377
|
-
|
|
14378
|
-
var
|
|
14379
|
-
var
|
|
14380
|
-
var
|
|
14381
|
-
|
|
14382
|
-
|
|
14383
|
-
|
|
14384
|
-
|
|
14385
|
-
var i = 0;
|
|
14386
|
-
var P2;
|
|
14387
|
-
while (length > i)
|
|
14388
|
-
dP2.f(O2, P2 = keys3[i++], Properties[P2]);
|
|
14389
|
-
return O2;
|
|
14390
|
-
}, "defineProperties");
|
|
14391
|
-
return _objectDps;
|
|
14392
|
-
}
|
|
14393
|
-
__name(require_objectDps, "require_objectDps");
|
|
14337
|
+
var dP$1 = _objectDp;
|
|
14338
|
+
var anObject$4 = _anObject;
|
|
14339
|
+
var getKeys$1 = _objectKeys;
|
|
14340
|
+
var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties) {
|
|
14341
|
+
anObject$4(O2);
|
|
14342
|
+
var keys3 = getKeys$1(Properties);
|
|
14343
|
+
var length = keys3.length;
|
|
14344
|
+
var i = 0;
|
|
14345
|
+
var P2;
|
|
14346
|
+
while (length > i)
|
|
14347
|
+
dP$1.f(O2, P2 = keys3[i++], Properties[P2]);
|
|
14348
|
+
return O2;
|
|
14349
|
+
}, "defineProperties");
|
|
14394
14350
|
var _html;
|
|
14395
14351
|
var hasRequired_html;
|
|
14396
14352
|
function require_html() {
|
|
@@ -14402,51 +14358,42 @@ function require_html() {
|
|
|
14402
14358
|
return _html;
|
|
14403
14359
|
}
|
|
14404
14360
|
__name(require_html, "require_html");
|
|
14405
|
-
var
|
|
14406
|
-
var
|
|
14407
|
-
|
|
14408
|
-
|
|
14409
|
-
|
|
14410
|
-
|
|
14411
|
-
|
|
14412
|
-
|
|
14413
|
-
var
|
|
14414
|
-
var
|
|
14415
|
-
var
|
|
14416
|
-
|
|
14417
|
-
var
|
|
14418
|
-
|
|
14419
|
-
|
|
14420
|
-
|
|
14421
|
-
|
|
14422
|
-
|
|
14423
|
-
|
|
14424
|
-
|
|
14425
|
-
|
|
14426
|
-
|
|
14427
|
-
|
|
14428
|
-
|
|
14429
|
-
|
|
14430
|
-
|
|
14431
|
-
|
|
14432
|
-
|
|
14433
|
-
|
|
14434
|
-
|
|
14435
|
-
|
|
14436
|
-
|
|
14437
|
-
|
|
14438
|
-
|
|
14439
|
-
|
|
14440
|
-
|
|
14441
|
-
Empty[PROTOTYPE2] = null;
|
|
14442
|
-
result[IE_PROTO2] = O2;
|
|
14443
|
-
} else
|
|
14444
|
-
result = createDict();
|
|
14445
|
-
return Properties === void 0 ? result : dPs(result, Properties);
|
|
14446
|
-
}, "create");
|
|
14447
|
-
return _objectCreate;
|
|
14448
|
-
}
|
|
14449
|
-
__name(require_objectCreate, "require_objectCreate");
|
|
14361
|
+
var anObject$3 = _anObject;
|
|
14362
|
+
var dPs = _objectDps;
|
|
14363
|
+
var enumBugKeys = _enumBugKeys;
|
|
14364
|
+
var IE_PROTO$1 = _sharedKey("IE_PROTO");
|
|
14365
|
+
var Empty = /* @__PURE__ */ __name(function() {
|
|
14366
|
+
}, "Empty");
|
|
14367
|
+
var PROTOTYPE$1 = "prototype";
|
|
14368
|
+
var createDict = /* @__PURE__ */ __name(function() {
|
|
14369
|
+
var iframe = require_domCreate()("iframe");
|
|
14370
|
+
var i = enumBugKeys.length;
|
|
14371
|
+
var lt = "<";
|
|
14372
|
+
var gt = ">";
|
|
14373
|
+
var iframeDocument;
|
|
14374
|
+
iframe.style.display = "none";
|
|
14375
|
+
require_html().appendChild(iframe);
|
|
14376
|
+
iframe.src = "javascript:";
|
|
14377
|
+
iframeDocument = iframe.contentWindow.document;
|
|
14378
|
+
iframeDocument.open();
|
|
14379
|
+
iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
|
|
14380
|
+
iframeDocument.close();
|
|
14381
|
+
createDict = iframeDocument.F;
|
|
14382
|
+
while (i--)
|
|
14383
|
+
delete createDict[PROTOTYPE$1][enumBugKeys[i]];
|
|
14384
|
+
return createDict();
|
|
14385
|
+
}, "createDict");
|
|
14386
|
+
var _objectCreate = Object.create || /* @__PURE__ */ __name(function create(O2, Properties) {
|
|
14387
|
+
var result;
|
|
14388
|
+
if (O2 !== null) {
|
|
14389
|
+
Empty[PROTOTYPE$1] = anObject$3(O2);
|
|
14390
|
+
result = new Empty();
|
|
14391
|
+
Empty[PROTOTYPE$1] = null;
|
|
14392
|
+
result[IE_PROTO$1] = O2;
|
|
14393
|
+
} else
|
|
14394
|
+
result = createDict();
|
|
14395
|
+
return Properties === void 0 ? result : dPs(result, Properties);
|
|
14396
|
+
}, "create");
|
|
14450
14397
|
var _wks = { exports: {} };
|
|
14451
14398
|
var store = _sharedExports("wks");
|
|
14452
14399
|
var uid$1 = _uid;
|
|
@@ -14457,14 +14404,14 @@ var $exports = _wks.exports = function(name) {
|
|
|
14457
14404
|
};
|
|
14458
14405
|
$exports.store = store;
|
|
14459
14406
|
var _wksExports = _wks.exports;
|
|
14460
|
-
var def =
|
|
14407
|
+
var def = _objectDp.f;
|
|
14461
14408
|
var has$9 = _has;
|
|
14462
14409
|
var TAG$1 = _wksExports("toStringTag");
|
|
14463
14410
|
var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
14464
14411
|
if (it && !has$9(it = stat ? it : it.prototype, TAG$1))
|
|
14465
14412
|
def(it, TAG$1, { configurable: true, value: tag });
|
|
14466
14413
|
}, "_setToStringTag");
|
|
14467
|
-
var create$3 =
|
|
14414
|
+
var create$3 = _objectCreate;
|
|
14468
14415
|
var descriptor = _propertyDesc;
|
|
14469
14416
|
var setToStringTag$2 = _setToStringTag;
|
|
14470
14417
|
var IteratorPrototype = {};
|
|
@@ -14730,7 +14677,7 @@ var ArrayProto = Array.prototype;
|
|
|
14730
14677
|
var _isArrayIter = /* @__PURE__ */ __name(function(it) {
|
|
14731
14678
|
return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
|
|
14732
14679
|
}, "_isArrayIter");
|
|
14733
|
-
var $defineProperty$3 =
|
|
14680
|
+
var $defineProperty$3 = _objectDp;
|
|
14734
14681
|
var createDesc$2 = _propertyDesc;
|
|
14735
14682
|
var _createProperty = /* @__PURE__ */ __name(function(object2, index2, value) {
|
|
14736
14683
|
if (index2 in object2)
|
|
@@ -14859,9 +14806,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
14859
14806
|
}
|
|
14860
14807
|
}, "_default$8");
|
|
14861
14808
|
var $export$3 = _export;
|
|
14862
|
-
$export$3($export$3.S + $export$3.F * !
|
|
14809
|
+
$export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
|
|
14863
14810
|
var $Object$2 = _coreExports.Object;
|
|
14864
|
-
var defineProperty$7 = /* @__PURE__ */ __name(function
|
|
14811
|
+
var defineProperty$7 = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
|
|
14865
14812
|
return $Object$2.defineProperty(it, key, desc);
|
|
14866
14813
|
}, "defineProperty");
|
|
14867
14814
|
var defineProperty$6 = { "default": defineProperty$7, __esModule: true };
|
|
@@ -14872,7 +14819,7 @@ function _interopRequireDefault$e(obj) {
|
|
|
14872
14819
|
}
|
|
14873
14820
|
__name(_interopRequireDefault$e, "_interopRequireDefault$e");
|
|
14874
14821
|
var _default$7 = /* @__PURE__ */ function() {
|
|
14875
|
-
function
|
|
14822
|
+
function defineProperties3(target, props) {
|
|
14876
14823
|
for (var i = 0; i < props.length; i++) {
|
|
14877
14824
|
var descriptor2 = props[i];
|
|
14878
14825
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -14882,12 +14829,12 @@ var _default$7 = /* @__PURE__ */ function() {
|
|
|
14882
14829
|
(0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
|
|
14883
14830
|
}
|
|
14884
14831
|
}
|
|
14885
|
-
__name(
|
|
14832
|
+
__name(defineProperties3, "defineProperties");
|
|
14886
14833
|
return function(Constructor, protoProps, staticProps) {
|
|
14887
14834
|
if (protoProps)
|
|
14888
|
-
|
|
14835
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
14889
14836
|
if (staticProps)
|
|
14890
|
-
|
|
14837
|
+
defineProperties3(Constructor, staticProps);
|
|
14891
14838
|
return Constructor;
|
|
14892
14839
|
};
|
|
14893
14840
|
}();
|
|
@@ -14900,7 +14847,7 @@ var _meta = { exports: {} };
|
|
|
14900
14847
|
var META$1 = _uid("meta");
|
|
14901
14848
|
var isObject$b = _isObject;
|
|
14902
14849
|
var has$7 = _has;
|
|
14903
|
-
var setDesc =
|
|
14850
|
+
var setDesc = _objectDp.f;
|
|
14904
14851
|
var id = 0;
|
|
14905
14852
|
var isExtensible = Object.isExtensible || function() {
|
|
14906
14853
|
return true;
|
|
@@ -14916,23 +14863,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) {
|
|
|
14916
14863
|
// weak collections IDs
|
|
14917
14864
|
} });
|
|
14918
14865
|
}, "setMeta");
|
|
14919
|
-
var fastKey = /* @__PURE__ */ __name(function(it,
|
|
14866
|
+
var fastKey = /* @__PURE__ */ __name(function(it, create6) {
|
|
14920
14867
|
if (!isObject$b(it))
|
|
14921
14868
|
return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
|
|
14922
14869
|
if (!has$7(it, META$1)) {
|
|
14923
14870
|
if (!isExtensible(it))
|
|
14924
14871
|
return "F";
|
|
14925
|
-
if (!
|
|
14872
|
+
if (!create6)
|
|
14926
14873
|
return "E";
|
|
14927
14874
|
setMeta(it);
|
|
14928
14875
|
}
|
|
14929
14876
|
return it[META$1].i;
|
|
14930
14877
|
}, "fastKey");
|
|
14931
|
-
var getWeak = /* @__PURE__ */ __name(function(it,
|
|
14878
|
+
var getWeak = /* @__PURE__ */ __name(function(it, create6) {
|
|
14932
14879
|
if (!has$7(it, META$1)) {
|
|
14933
14880
|
if (!isExtensible(it))
|
|
14934
14881
|
return true;
|
|
14935
|
-
if (!
|
|
14882
|
+
if (!create6)
|
|
14936
14883
|
return false;
|
|
14937
14884
|
setMeta(it);
|
|
14938
14885
|
}
|
|
@@ -14953,7 +14900,7 @@ var meta = _meta.exports = {
|
|
|
14953
14900
|
var _metaExports = _meta.exports;
|
|
14954
14901
|
var core = _coreExports;
|
|
14955
14902
|
var wksExt$1 = _wksExt;
|
|
14956
|
-
var defineProperty$5 =
|
|
14903
|
+
var defineProperty$5 = _objectDp.f;
|
|
14957
14904
|
var _wksDefine = /* @__PURE__ */ __name(function(name) {
|
|
14958
14905
|
var $Symbol2 = core.Symbol || (core.Symbol = {});
|
|
14959
14906
|
if (name.charAt(0) != "_" && !(name in $Symbol2))
|
|
@@ -15007,9 +14954,9 @@ var createDesc$1 = _propertyDesc;
|
|
|
15007
14954
|
var toIObject$1 = _toIobject;
|
|
15008
14955
|
var toPrimitive$1 = _toPrimitive;
|
|
15009
14956
|
var has$6 = _has;
|
|
15010
|
-
var IE8_DOM_DEFINE =
|
|
14957
|
+
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
15011
14958
|
var gOPD$3 = Object.getOwnPropertyDescriptor;
|
|
15012
|
-
_objectGopd.f =
|
|
14959
|
+
_objectGopd.f = _descriptors ? gOPD$3 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
|
|
15013
14960
|
O2 = toIObject$1(O2);
|
|
15014
14961
|
P2 = toPrimitive$1(P2, true);
|
|
15015
14962
|
if (IE8_DOM_DEFINE)
|
|
@@ -15022,7 +14969,7 @@ _objectGopd.f = require_descriptors() ? gOPD$3 : /* @__PURE__ */ __name(function
|
|
|
15022
14969
|
}, "getOwnPropertyDescriptor");
|
|
15023
14970
|
var global$1 = _globalExports;
|
|
15024
14971
|
var has$5 = _has;
|
|
15025
|
-
var DESCRIPTORS =
|
|
14972
|
+
var DESCRIPTORS = _descriptors;
|
|
15026
14973
|
var $export$2 = _export;
|
|
15027
14974
|
var redefine = _redefine;
|
|
15028
14975
|
var META = _metaExports.KEY;
|
|
@@ -15041,11 +14988,11 @@ var toObject$1 = _toObject;
|
|
|
15041
14988
|
var toIObject = _toIobject;
|
|
15042
14989
|
var toPrimitive = _toPrimitive;
|
|
15043
14990
|
var createDesc = _propertyDesc;
|
|
15044
|
-
var _create$1 =
|
|
14991
|
+
var _create$1 = _objectCreate;
|
|
15045
14992
|
var gOPNExt = _objectGopnExt;
|
|
15046
14993
|
var $GOPD = _objectGopd;
|
|
15047
14994
|
var $GOPS = _objectGops;
|
|
15048
|
-
var $DP =
|
|
14995
|
+
var $DP = _objectDp;
|
|
15049
14996
|
var $keys$1 = _objectKeys;
|
|
15050
14997
|
var gOPD$2 = $GOPD.f;
|
|
15051
14998
|
var dP = $DP.f;
|
|
@@ -15088,7 +15035,7 @@ var isSymbol$7 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
|
|
|
15088
15035
|
} : function(it) {
|
|
15089
15036
|
return it instanceof $Symbol;
|
|
15090
15037
|
};
|
|
15091
|
-
var $defineProperty$2 = /* @__PURE__ */ __name(function
|
|
15038
|
+
var $defineProperty$2 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
|
|
15092
15039
|
if (it === ObjectProto)
|
|
15093
15040
|
$defineProperty$2(OPSymbols, key, D2);
|
|
15094
15041
|
anObject(it);
|
|
@@ -15108,7 +15055,7 @@ var $defineProperty$2 = /* @__PURE__ */ __name(function defineProperty3(it, key,
|
|
|
15108
15055
|
}
|
|
15109
15056
|
return dP(it, key, D2);
|
|
15110
15057
|
}, "defineProperty");
|
|
15111
|
-
var $defineProperties = /* @__PURE__ */ __name(function
|
|
15058
|
+
var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2) {
|
|
15112
15059
|
anObject(it);
|
|
15113
15060
|
var keys3 = enumKeys(P2 = toIObject(P2));
|
|
15114
15061
|
var i = 0;
|
|
@@ -15118,7 +15065,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2)
|
|
|
15118
15065
|
$defineProperty$2(it, key = keys3[i++], P2[key]);
|
|
15119
15066
|
return it;
|
|
15120
15067
|
}, "defineProperties");
|
|
15121
|
-
var $create = /* @__PURE__ */ __name(function
|
|
15068
|
+
var $create = /* @__PURE__ */ __name(function create2(it, P2) {
|
|
15122
15069
|
return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
|
|
15123
15070
|
}, "create");
|
|
15124
15071
|
var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
|
|
@@ -15348,9 +15295,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
|
|
|
15348
15295
|
var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
|
|
15349
15296
|
var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
|
|
15350
15297
|
var $export = _export;
|
|
15351
|
-
$export($export.S, "Object", { create:
|
|
15298
|
+
$export($export.S, "Object", { create: _objectCreate });
|
|
15352
15299
|
var $Object$1 = _coreExports.Object;
|
|
15353
|
-
var create$2 = /* @__PURE__ */ __name(function
|
|
15300
|
+
var create$2 = /* @__PURE__ */ __name(function create3(P2, D2) {
|
|
15354
15301
|
return $Object$1.create(P2, D2);
|
|
15355
15302
|
}, "create");
|
|
15356
15303
|
var create$1 = { "default": create$2, __esModule: true };
|
|
@@ -19435,7 +19382,7 @@ function normalizeComponent(Comp) {
|
|
|
19435
19382
|
}
|
|
19436
19383
|
__name(normalizeComponent, "normalizeComponent");
|
|
19437
19384
|
var _createClass$c = /* @__PURE__ */ function() {
|
|
19438
|
-
function
|
|
19385
|
+
function defineProperties3(target, props) {
|
|
19439
19386
|
for (var i = 0; i < props.length; i++) {
|
|
19440
19387
|
var descriptor2 = props[i];
|
|
19441
19388
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -19445,12 +19392,12 @@ var _createClass$c = /* @__PURE__ */ function() {
|
|
|
19445
19392
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
19446
19393
|
}
|
|
19447
19394
|
}
|
|
19448
|
-
__name(
|
|
19395
|
+
__name(defineProperties3, "defineProperties");
|
|
19449
19396
|
return function(Constructor, protoProps, staticProps) {
|
|
19450
19397
|
if (protoProps)
|
|
19451
|
-
|
|
19398
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
19452
19399
|
if (staticProps)
|
|
19453
|
-
|
|
19400
|
+
defineProperties3(Constructor, staticProps);
|
|
19454
19401
|
return Constructor;
|
|
19455
19402
|
};
|
|
19456
19403
|
}();
|
|
@@ -19611,7 +19558,7 @@ var _extends$l = Object.assign || function(target) {
|
|
|
19611
19558
|
return target;
|
|
19612
19559
|
};
|
|
19613
19560
|
var _createClass$b = /* @__PURE__ */ function() {
|
|
19614
|
-
function
|
|
19561
|
+
function defineProperties3(target, props) {
|
|
19615
19562
|
for (var i = 0; i < props.length; i++) {
|
|
19616
19563
|
var descriptor2 = props[i];
|
|
19617
19564
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -19621,12 +19568,12 @@ var _createClass$b = /* @__PURE__ */ function() {
|
|
|
19621
19568
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
19622
19569
|
}
|
|
19623
19570
|
}
|
|
19624
|
-
__name(
|
|
19571
|
+
__name(defineProperties3, "defineProperties");
|
|
19625
19572
|
return function(Constructor, protoProps, staticProps) {
|
|
19626
19573
|
if (protoProps)
|
|
19627
|
-
|
|
19574
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
19628
19575
|
if (staticProps)
|
|
19629
|
-
|
|
19576
|
+
defineProperties3(Constructor, staticProps);
|
|
19630
19577
|
return Constructor;
|
|
19631
19578
|
};
|
|
19632
19579
|
}();
|
|
@@ -20217,7 +20164,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) {
|
|
|
20217
20164
|
}(Base);
|
|
20218
20165
|
}, "Methods");
|
|
20219
20166
|
var _createClass$a = /* @__PURE__ */ function() {
|
|
20220
|
-
function
|
|
20167
|
+
function defineProperties3(target, props) {
|
|
20221
20168
|
for (var i = 0; i < props.length; i++) {
|
|
20222
20169
|
var descriptor2 = props[i];
|
|
20223
20170
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -20227,12 +20174,12 @@ var _createClass$a = /* @__PURE__ */ function() {
|
|
|
20227
20174
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
20228
20175
|
}
|
|
20229
20176
|
}
|
|
20230
|
-
__name(
|
|
20177
|
+
__name(defineProperties3, "defineProperties");
|
|
20231
20178
|
return function(Constructor, protoProps, staticProps) {
|
|
20232
20179
|
if (protoProps)
|
|
20233
|
-
|
|
20180
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
20234
20181
|
if (staticProps)
|
|
20235
|
-
|
|
20182
|
+
defineProperties3(Constructor, staticProps);
|
|
20236
20183
|
return Constructor;
|
|
20237
20184
|
};
|
|
20238
20185
|
}();
|
|
@@ -21004,7 +20951,7 @@ var _extends$i = Object.assign || function(target) {
|
|
|
21004
20951
|
return target;
|
|
21005
20952
|
};
|
|
21006
20953
|
var _createClass$9 = /* @__PURE__ */ function() {
|
|
21007
|
-
function
|
|
20954
|
+
function defineProperties3(target, props) {
|
|
21008
20955
|
for (var i = 0; i < props.length; i++) {
|
|
21009
20956
|
var descriptor2 = props[i];
|
|
21010
20957
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -21014,12 +20961,12 @@ var _createClass$9 = /* @__PURE__ */ function() {
|
|
|
21014
20961
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
21015
20962
|
}
|
|
21016
20963
|
}
|
|
21017
|
-
__name(
|
|
20964
|
+
__name(defineProperties3, "defineProperties");
|
|
21018
20965
|
return function(Constructor, protoProps, staticProps) {
|
|
21019
20966
|
if (protoProps)
|
|
21020
|
-
|
|
20967
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
21021
20968
|
if (staticProps)
|
|
21022
|
-
|
|
20969
|
+
defineProperties3(Constructor, staticProps);
|
|
21023
20970
|
return Constructor;
|
|
21024
20971
|
};
|
|
21025
20972
|
}();
|
|
@@ -27343,21 +27290,21 @@ function parse$5(options) {
|
|
|
27343
27290
|
defined: [],
|
|
27344
27291
|
lazy: {},
|
|
27345
27292
|
constructs: constructs2,
|
|
27346
|
-
content:
|
|
27347
|
-
document:
|
|
27348
|
-
flow:
|
|
27349
|
-
string:
|
|
27350
|
-
text:
|
|
27293
|
+
content: create6(content$1),
|
|
27294
|
+
document: create6(document$2),
|
|
27295
|
+
flow: create6(flow$1),
|
|
27296
|
+
string: create6(string$1),
|
|
27297
|
+
text: create6(text$3)
|
|
27351
27298
|
};
|
|
27352
27299
|
return parser;
|
|
27353
|
-
function
|
|
27300
|
+
function create6(initial) {
|
|
27354
27301
|
return creator;
|
|
27355
27302
|
function creator(from3) {
|
|
27356
27303
|
return createTokenizer(parser, initial, from3);
|
|
27357
27304
|
}
|
|
27358
27305
|
__name(creator, "creator");
|
|
27359
27306
|
}
|
|
27360
|
-
__name(
|
|
27307
|
+
__name(create6, "create");
|
|
27361
27308
|
}
|
|
27362
27309
|
__name(parse$5, "parse$5");
|
|
27363
27310
|
const search$1 = /[\0\t\n\r]/g;
|
|
@@ -27768,10 +27715,10 @@ function compiler(options) {
|
|
|
27768
27715
|
return data[key];
|
|
27769
27716
|
}
|
|
27770
27717
|
__name(getData, "getData");
|
|
27771
|
-
function opener(
|
|
27718
|
+
function opener(create6, and) {
|
|
27772
27719
|
return open2;
|
|
27773
27720
|
function open2(token) {
|
|
27774
|
-
enter.call(this,
|
|
27721
|
+
enter.call(this, create6(token), token);
|
|
27775
27722
|
if (and)
|
|
27776
27723
|
and.call(this, token);
|
|
27777
27724
|
}
|
|
@@ -29532,7 +29479,7 @@ function mark(values2, key, value) {
|
|
|
29532
29479
|
}
|
|
29533
29480
|
__name(mark, "mark");
|
|
29534
29481
|
const own$3 = {}.hasOwnProperty;
|
|
29535
|
-
function
|
|
29482
|
+
function create4(definition2) {
|
|
29536
29483
|
const property2 = {};
|
|
29537
29484
|
const normal = {};
|
|
29538
29485
|
let prop;
|
|
@@ -29555,8 +29502,8 @@ function create3(definition2) {
|
|
|
29555
29502
|
}
|
|
29556
29503
|
return new Schema(property2, normal, definition2.space);
|
|
29557
29504
|
}
|
|
29558
|
-
__name(
|
|
29559
|
-
const xlink =
|
|
29505
|
+
__name(create4, "create");
|
|
29506
|
+
const xlink = create4({
|
|
29560
29507
|
space: "xlink",
|
|
29561
29508
|
transform(_2, prop) {
|
|
29562
29509
|
return "xlink:" + prop.slice(5).toLowerCase();
|
|
@@ -29571,7 +29518,7 @@ const xlink = create3({
|
|
|
29571
29518
|
xLinkType: null
|
|
29572
29519
|
}
|
|
29573
29520
|
});
|
|
29574
|
-
const xml =
|
|
29521
|
+
const xml = create4({
|
|
29575
29522
|
space: "xml",
|
|
29576
29523
|
transform(_2, prop) {
|
|
29577
29524
|
return "xml:" + prop.slice(3).toLowerCase();
|
|
@@ -29586,13 +29533,13 @@ function caseInsensitiveTransform(attributes, property2) {
|
|
|
29586
29533
|
return caseSensitiveTransform(attributes, property2.toLowerCase());
|
|
29587
29534
|
}
|
|
29588
29535
|
__name(caseInsensitiveTransform, "caseInsensitiveTransform");
|
|
29589
|
-
const xmlns =
|
|
29536
|
+
const xmlns = create4({
|
|
29590
29537
|
space: "xmlns",
|
|
29591
29538
|
attributes: { xmlnsxlink: "xmlns:xlink" },
|
|
29592
29539
|
transform: caseInsensitiveTransform,
|
|
29593
29540
|
properties: { xmlns: null, xmlnsXLink: null }
|
|
29594
29541
|
});
|
|
29595
|
-
const aria =
|
|
29542
|
+
const aria = create4({
|
|
29596
29543
|
transform(_2, prop) {
|
|
29597
29544
|
return prop === "role" ? prop : "aria-" + prop.slice(4).toLowerCase();
|
|
29598
29545
|
},
|
|
@@ -29648,7 +29595,7 @@ const aria = create3({
|
|
|
29648
29595
|
role: null
|
|
29649
29596
|
}
|
|
29650
29597
|
});
|
|
29651
|
-
const html$1 =
|
|
29598
|
+
const html$1 = create4({
|
|
29652
29599
|
space: "html",
|
|
29653
29600
|
attributes: {
|
|
29654
29601
|
acceptcharset: "accept-charset",
|
|
@@ -30008,7 +29955,7 @@ const html$1 = create3({
|
|
|
30008
29955
|
unselectable: null
|
|
30009
29956
|
}
|
|
30010
29957
|
});
|
|
30011
|
-
const svg$1 =
|
|
29958
|
+
const svg$1 = create4({
|
|
30012
29959
|
space: "svg",
|
|
30013
29960
|
attributes: {
|
|
30014
29961
|
accentHeight: "accent-height",
|
|
@@ -35970,8 +35917,9 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
35970
35917
|
}
|
|
35971
35918
|
render() {
|
|
35972
35919
|
var _b2;
|
|
35973
|
-
|
|
35920
|
+
let _a2 = this.props, {
|
|
35974
35921
|
multi,
|
|
35922
|
+
asTag,
|
|
35975
35923
|
options,
|
|
35976
35924
|
unfilteredOptions,
|
|
35977
35925
|
value,
|
|
@@ -35984,6 +35932,10 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
35984
35932
|
noResultsText,
|
|
35985
35933
|
noResults: _noResults,
|
|
35986
35934
|
inputProps,
|
|
35935
|
+
backgroundColor,
|
|
35936
|
+
doNotFillWidth,
|
|
35937
|
+
noToggle,
|
|
35938
|
+
small,
|
|
35987
35939
|
placeholder,
|
|
35988
35940
|
isLoading,
|
|
35989
35941
|
disallowClear,
|
|
@@ -35995,6 +35947,7 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
35995
35947
|
renderCreateNewOption: _renderCreateNewOption = renderCreateNewOption$1
|
|
35996
35948
|
} = _a2, rest = __objRest(_a2, [
|
|
35997
35949
|
"multi",
|
|
35950
|
+
"asTag",
|
|
35998
35951
|
"options",
|
|
35999
35952
|
"unfilteredOptions",
|
|
36000
35953
|
"value",
|
|
@@ -36008,6 +35961,10 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
36008
35961
|
"noResultsText",
|
|
36009
35962
|
"noResults",
|
|
36010
35963
|
"inputProps",
|
|
35964
|
+
"backgroundColor",
|
|
35965
|
+
"doNotFillWidth",
|
|
35966
|
+
"noToggle",
|
|
35967
|
+
"small",
|
|
36011
35968
|
"placeholder",
|
|
36012
35969
|
"isLoading",
|
|
36013
35970
|
"disallowClear",
|
|
@@ -36018,6 +35975,14 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
36018
35975
|
"resetOnSelect",
|
|
36019
35976
|
"renderCreateNewOption"
|
|
36020
35977
|
]);
|
|
35978
|
+
if (asTag) {
|
|
35979
|
+
small = true;
|
|
35980
|
+
placeholder = " ";
|
|
35981
|
+
backgroundColor = "red";
|
|
35982
|
+
disallowClear = true;
|
|
35983
|
+
doNotFillWidth = true;
|
|
35984
|
+
noToggle = true;
|
|
35985
|
+
}
|
|
36021
35986
|
let noResults = _noResults;
|
|
36022
35987
|
if (noResults === void 0)
|
|
36023
35988
|
noResults = noResultsDefault;
|
|
@@ -36031,7 +35996,7 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
36031
35996
|
minimal: true,
|
|
36032
35997
|
onClick: this.handleClear
|
|
36033
35998
|
}
|
|
36034
|
-
), noResults !== null && /* @__PURE__ */ React$1.createElement(
|
|
35999
|
+
), noResults !== null && !noToggle && /* @__PURE__ */ React$1.createElement(
|
|
36035
36000
|
core$5.Button,
|
|
36036
36001
|
{
|
|
36037
36002
|
onClick: (e2) => {
|
|
@@ -36055,7 +36020,7 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
36055
36020
|
(opt) => opt && opt.value === (value2 && value2.value || value2)
|
|
36056
36021
|
);
|
|
36057
36022
|
});
|
|
36058
|
-
|
|
36023
|
+
const toRet = /* @__PURE__ */ React$1.createElement(
|
|
36059
36024
|
select.MultiSelect,
|
|
36060
36025
|
__spreadValues(__spreadValues({
|
|
36061
36026
|
onActiveItemChange: this.handleActiveItemChange,
|
|
@@ -36069,7 +36034,10 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
36069
36034
|
captureDismiss: true,
|
|
36070
36035
|
minimal: true,
|
|
36071
36036
|
className: classNames("tg-select", "tg-stop-dialog-form-enter", {
|
|
36072
|
-
"tg-single-select": !multi
|
|
36037
|
+
"tg-single-select": !multi,
|
|
36038
|
+
"tg-select-as-tag": asTag,
|
|
36039
|
+
"do-not-fill-width": doNotFillWidth,
|
|
36040
|
+
"tg-small": small
|
|
36073
36041
|
}),
|
|
36074
36042
|
wrapperTagName: "div",
|
|
36075
36043
|
canEscapeKeyClose: true,
|
|
@@ -36124,6 +36092,23 @@ const _TgSelect = class _TgSelect extends React$1.Component {
|
|
|
36124
36092
|
})
|
|
36125
36093
|
}), rest)
|
|
36126
36094
|
);
|
|
36095
|
+
if (backgroundColor) {
|
|
36096
|
+
return /* @__PURE__ */ React$1.createElement(
|
|
36097
|
+
"div",
|
|
36098
|
+
{
|
|
36099
|
+
style: {
|
|
36100
|
+
backgroundColor,
|
|
36101
|
+
borderRadius: "4px 4px 4px 4px",
|
|
36102
|
+
overflow: "hidden",
|
|
36103
|
+
width: "fit-content",
|
|
36104
|
+
color: "white",
|
|
36105
|
+
border: "2px solid white"
|
|
36106
|
+
}
|
|
36107
|
+
},
|
|
36108
|
+
toRet
|
|
36109
|
+
);
|
|
36110
|
+
}
|
|
36111
|
+
return toRet;
|
|
36127
36112
|
}
|
|
36128
36113
|
};
|
|
36129
36114
|
__name(_TgSelect, "TgSelect");
|
|
@@ -36767,11 +36752,11 @@ var implementation$1 = /* @__PURE__ */ __name(function bind(that) {
|
|
|
36767
36752
|
}
|
|
36768
36753
|
bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
36769
36754
|
if (target.prototype) {
|
|
36770
|
-
var
|
|
36755
|
+
var Empty2 = /* @__PURE__ */ __name(function Empty3() {
|
|
36771
36756
|
}, "Empty");
|
|
36772
|
-
|
|
36773
|
-
bound.prototype = new
|
|
36774
|
-
|
|
36757
|
+
Empty2.prototype = target.prototype;
|
|
36758
|
+
bound.prototype = new Empty2();
|
|
36759
|
+
Empty2.prototype = null;
|
|
36775
36760
|
}
|
|
36776
36761
|
return bound;
|
|
36777
36762
|
}, "bind");
|
|
@@ -41131,7 +41116,7 @@ var _extends$c = Object.assign || function(target) {
|
|
|
41131
41116
|
return target;
|
|
41132
41117
|
};
|
|
41133
41118
|
var _createClass$8 = /* @__PURE__ */ function() {
|
|
41134
|
-
function
|
|
41119
|
+
function defineProperties3(target, props) {
|
|
41135
41120
|
for (var i = 0; i < props.length; i++) {
|
|
41136
41121
|
var descriptor2 = props[i];
|
|
41137
41122
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -41141,12 +41126,12 @@ var _createClass$8 = /* @__PURE__ */ function() {
|
|
|
41141
41126
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
41142
41127
|
}
|
|
41143
41128
|
}
|
|
41144
|
-
__name(
|
|
41129
|
+
__name(defineProperties3, "defineProperties");
|
|
41145
41130
|
return function(Constructor, protoProps, staticProps) {
|
|
41146
41131
|
if (protoProps)
|
|
41147
|
-
|
|
41132
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
41148
41133
|
if (staticProps)
|
|
41149
|
-
|
|
41134
|
+
defineProperties3(Constructor, staticProps);
|
|
41150
41135
|
return Constructor;
|
|
41151
41136
|
};
|
|
41152
41137
|
}();
|
|
@@ -41288,7 +41273,7 @@ var Alpha = function(_ref) {
|
|
|
41288
41273
|
return Alpha2;
|
|
41289
41274
|
}(React$1.PureComponent || React$1.Component);
|
|
41290
41275
|
var _createClass$7 = /* @__PURE__ */ function() {
|
|
41291
|
-
function
|
|
41276
|
+
function defineProperties3(target, props) {
|
|
41292
41277
|
for (var i = 0; i < props.length; i++) {
|
|
41293
41278
|
var descriptor2 = props[i];
|
|
41294
41279
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -41298,12 +41283,12 @@ var _createClass$7 = /* @__PURE__ */ function() {
|
|
|
41298
41283
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
41299
41284
|
}
|
|
41300
41285
|
}
|
|
41301
|
-
__name(
|
|
41286
|
+
__name(defineProperties3, "defineProperties");
|
|
41302
41287
|
return function(Constructor, protoProps, staticProps) {
|
|
41303
41288
|
if (protoProps)
|
|
41304
|
-
|
|
41289
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
41305
41290
|
if (staticProps)
|
|
41306
|
-
|
|
41291
|
+
defineProperties3(Constructor, staticProps);
|
|
41307
41292
|
return Constructor;
|
|
41308
41293
|
};
|
|
41309
41294
|
}();
|
|
@@ -41536,7 +41521,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir
|
|
|
41536
41521
|
return null;
|
|
41537
41522
|
}, "calculateChange");
|
|
41538
41523
|
var _createClass$6 = /* @__PURE__ */ function() {
|
|
41539
|
-
function
|
|
41524
|
+
function defineProperties3(target, props) {
|
|
41540
41525
|
for (var i = 0; i < props.length; i++) {
|
|
41541
41526
|
var descriptor2 = props[i];
|
|
41542
41527
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -41546,12 +41531,12 @@ var _createClass$6 = /* @__PURE__ */ function() {
|
|
|
41546
41531
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
41547
41532
|
}
|
|
41548
41533
|
}
|
|
41549
|
-
__name(
|
|
41534
|
+
__name(defineProperties3, "defineProperties");
|
|
41550
41535
|
return function(Constructor, protoProps, staticProps) {
|
|
41551
41536
|
if (protoProps)
|
|
41552
|
-
|
|
41537
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
41553
41538
|
if (staticProps)
|
|
41554
|
-
|
|
41539
|
+
defineProperties3(Constructor, staticProps);
|
|
41555
41540
|
return Constructor;
|
|
41556
41541
|
};
|
|
41557
41542
|
}();
|
|
@@ -41788,7 +41773,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl,
|
|
|
41788
41773
|
};
|
|
41789
41774
|
}, "calculateChange");
|
|
41790
41775
|
var _createClass$5 = /* @__PURE__ */ function() {
|
|
41791
|
-
function
|
|
41776
|
+
function defineProperties3(target, props) {
|
|
41792
41777
|
for (var i = 0; i < props.length; i++) {
|
|
41793
41778
|
var descriptor2 = props[i];
|
|
41794
41779
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -41798,12 +41783,12 @@ var _createClass$5 = /* @__PURE__ */ function() {
|
|
|
41798
41783
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
41799
41784
|
}
|
|
41800
41785
|
}
|
|
41801
|
-
__name(
|
|
41786
|
+
__name(defineProperties3, "defineProperties");
|
|
41802
41787
|
return function(Constructor, protoProps, staticProps) {
|
|
41803
41788
|
if (protoProps)
|
|
41804
|
-
|
|
41789
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
41805
41790
|
if (staticProps)
|
|
41806
|
-
|
|
41791
|
+
defineProperties3(Constructor, staticProps);
|
|
41807
41792
|
return Constructor;
|
|
41808
41793
|
};
|
|
41809
41794
|
}();
|
|
@@ -43041,7 +43026,7 @@ var _extends$b = Object.assign || function(target) {
|
|
|
43041
43026
|
return target;
|
|
43042
43027
|
};
|
|
43043
43028
|
var _createClass$4 = /* @__PURE__ */ function() {
|
|
43044
|
-
function
|
|
43029
|
+
function defineProperties3(target, props) {
|
|
43045
43030
|
for (var i = 0; i < props.length; i++) {
|
|
43046
43031
|
var descriptor2 = props[i];
|
|
43047
43032
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -43051,12 +43036,12 @@ var _createClass$4 = /* @__PURE__ */ function() {
|
|
|
43051
43036
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
43052
43037
|
}
|
|
43053
43038
|
}
|
|
43054
|
-
__name(
|
|
43039
|
+
__name(defineProperties3, "defineProperties");
|
|
43055
43040
|
return function(Constructor, protoProps, staticProps) {
|
|
43056
43041
|
if (protoProps)
|
|
43057
|
-
|
|
43042
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
43058
43043
|
if (staticProps)
|
|
43059
|
-
|
|
43044
|
+
defineProperties3(Constructor, staticProps);
|
|
43060
43045
|
return Constructor;
|
|
43061
43046
|
};
|
|
43062
43047
|
}();
|
|
@@ -43153,7 +43138,7 @@ var _extends$a = Object.assign || function(target) {
|
|
|
43153
43138
|
return target;
|
|
43154
43139
|
};
|
|
43155
43140
|
var _createClass$3 = /* @__PURE__ */ function() {
|
|
43156
|
-
function
|
|
43141
|
+
function defineProperties3(target, props) {
|
|
43157
43142
|
for (var i = 0; i < props.length; i++) {
|
|
43158
43143
|
var descriptor2 = props[i];
|
|
43159
43144
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -43163,12 +43148,12 @@ var _createClass$3 = /* @__PURE__ */ function() {
|
|
|
43163
43148
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
43164
43149
|
}
|
|
43165
43150
|
}
|
|
43166
|
-
__name(
|
|
43151
|
+
__name(defineProperties3, "defineProperties");
|
|
43167
43152
|
return function(Constructor, protoProps, staticProps) {
|
|
43168
43153
|
if (protoProps)
|
|
43169
|
-
|
|
43154
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
43170
43155
|
if (staticProps)
|
|
43171
|
-
|
|
43156
|
+
defineProperties3(Constructor, staticProps);
|
|
43172
43157
|
return Constructor;
|
|
43173
43158
|
};
|
|
43174
43159
|
}();
|
|
@@ -43649,7 +43634,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) {
|
|
|
43649
43634
|
);
|
|
43650
43635
|
};
|
|
43651
43636
|
var _createClass$2 = /* @__PURE__ */ function() {
|
|
43652
|
-
function
|
|
43637
|
+
function defineProperties3(target, props) {
|
|
43653
43638
|
for (var i = 0; i < props.length; i++) {
|
|
43654
43639
|
var descriptor2 = props[i];
|
|
43655
43640
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -43659,12 +43644,12 @@ var _createClass$2 = /* @__PURE__ */ function() {
|
|
|
43659
43644
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
43660
43645
|
}
|
|
43661
43646
|
}
|
|
43662
|
-
__name(
|
|
43647
|
+
__name(defineProperties3, "defineProperties");
|
|
43663
43648
|
return function(Constructor, protoProps, staticProps) {
|
|
43664
43649
|
if (protoProps)
|
|
43665
|
-
|
|
43650
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
43666
43651
|
if (staticProps)
|
|
43667
|
-
|
|
43652
|
+
defineProperties3(Constructor, staticProps);
|
|
43668
43653
|
return Constructor;
|
|
43669
43654
|
};
|
|
43670
43655
|
}();
|
|
@@ -45074,7 +45059,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref)
|
|
|
45074
45059
|
);
|
|
45075
45060
|
}, "PhotoshopPreviews");
|
|
45076
45061
|
var _createClass$1 = /* @__PURE__ */ function() {
|
|
45077
|
-
function
|
|
45062
|
+
function defineProperties3(target, props) {
|
|
45078
45063
|
for (var i = 0; i < props.length; i++) {
|
|
45079
45064
|
var descriptor2 = props[i];
|
|
45080
45065
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45084,12 +45069,12 @@ var _createClass$1 = /* @__PURE__ */ function() {
|
|
|
45084
45069
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45085
45070
|
}
|
|
45086
45071
|
}
|
|
45087
|
-
__name(
|
|
45072
|
+
__name(defineProperties3, "defineProperties");
|
|
45088
45073
|
return function(Constructor, protoProps, staticProps) {
|
|
45089
45074
|
if (protoProps)
|
|
45090
|
-
|
|
45075
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
45091
45076
|
if (staticProps)
|
|
45092
|
-
|
|
45077
|
+
defineProperties3(Constructor, staticProps);
|
|
45093
45078
|
return Constructor;
|
|
45094
45079
|
};
|
|
45095
45080
|
}();
|
|
@@ -49827,7 +49812,7 @@ var KNOWN_STATICS = {
|
|
|
49827
49812
|
arguments: true,
|
|
49828
49813
|
arity: true
|
|
49829
49814
|
};
|
|
49830
|
-
var
|
|
49815
|
+
var defineProperty5 = Object.defineProperty;
|
|
49831
49816
|
var getOwnPropertyNames4 = Object.getOwnPropertyNames;
|
|
49832
49817
|
var getOwnPropertySymbols3 = Object.getOwnPropertySymbols;
|
|
49833
49818
|
var getOwnPropertyDescriptor3 = Object.getOwnPropertyDescriptor;
|
|
@@ -49850,7 +49835,7 @@ function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
|
|
|
49850
49835
|
if (!REACT_STATICS[key] && !KNOWN_STATICS[key] && (!blacklist || !blacklist[key])) {
|
|
49851
49836
|
var descriptor2 = getOwnPropertyDescriptor3(sourceComponent, key);
|
|
49852
49837
|
try {
|
|
49853
|
-
|
|
49838
|
+
defineProperty5(targetComponent, key, descriptor2);
|
|
49854
49839
|
} catch (e2) {
|
|
49855
49840
|
}
|
|
49856
49841
|
}
|
|
@@ -69639,7 +69624,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) {
|
|
|
69639
69624
|
this.cache[key] = value;
|
|
69640
69625
|
};
|
|
69641
69626
|
var cacheDefault = {
|
|
69642
|
-
create: /* @__PURE__ */ __name(function
|
|
69627
|
+
create: /* @__PURE__ */ __name(function create5() {
|
|
69643
69628
|
return new ObjectWithoutPrototypeCache();
|
|
69644
69629
|
}, "create")
|
|
69645
69630
|
};
|