fui-material 2.5.7 → 2.5.9

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.
@@ -1,4 +1,5 @@
1
- import React, { forwardRef, useRef, useState, useEffect, useMemo, useCallback, useLayoutEffect, Fragment, isValidElement, cloneElement, useDeferredValue } from "react";
1
+ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
+ import React, { forwardRef, useRef, useState, useEffect, useMemo, useCallback, useLayoutEffect, Fragment as Fragment$1, isValidElement, cloneElement, useDeferredValue } from "react";
2
3
  import ReactDOM, { createPortal } from "react-dom";
3
4
  import './main.css';function _mergeNamespaces(n, m) {
4
5
  for (var i = 0; i < m.length; i++) {
@@ -19,929 +20,6 @@ import './main.css';function _mergeNamespaces(n, m) {
19
20
  }
20
21
  return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }));
21
22
  }
22
- var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
23
- function getDefaultExportFromCjs(x) {
24
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
25
- }
26
- var jsxRuntime = { exports: {} };
27
- var reactJsxRuntime_production_min = {};
28
- /**
29
- * @license React
30
- * react-jsx-runtime.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
- var hasRequiredReactJsxRuntime_production_min;
38
- function requireReactJsxRuntime_production_min() {
39
- if (hasRequiredReactJsxRuntime_production_min) return reactJsxRuntime_production_min;
40
- hasRequiredReactJsxRuntime_production_min = 1;
41
- var f = React, k = Symbol.for("react.element"), l = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = { key: true, ref: true, __self: true, __source: true };
42
- function q(c, a, g) {
43
- var b, d = {}, e = null, h = null;
44
- void 0 !== g && (e = "" + g);
45
- void 0 !== a.key && (e = "" + a.key);
46
- void 0 !== a.ref && (h = a.ref);
47
- for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
48
- if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
49
- return { $$typeof: k, type: c, key: e, ref: h, props: d, _owner: n.current };
50
- }
51
- reactJsxRuntime_production_min.Fragment = l;
52
- reactJsxRuntime_production_min.jsx = q;
53
- reactJsxRuntime_production_min.jsxs = q;
54
- return reactJsxRuntime_production_min;
55
- }
56
- var reactJsxRuntime_development = {};
57
- /**
58
- * @license React
59
- * react-jsx-runtime.development.js
60
- *
61
- * Copyright (c) Facebook, Inc. and its affiliates.
62
- *
63
- * This source code is licensed under the MIT license found in the
64
- * LICENSE file in the root directory of this source tree.
65
- */
66
- var hasRequiredReactJsxRuntime_development;
67
- function requireReactJsxRuntime_development() {
68
- if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development;
69
- hasRequiredReactJsxRuntime_development = 1;
70
- if (process.env.NODE_ENV !== "production") {
71
- (function() {
72
- var React$1 = React;
73
- var REACT_ELEMENT_TYPE = Symbol.for("react.element");
74
- var REACT_PORTAL_TYPE = Symbol.for("react.portal");
75
- var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
76
- var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
77
- var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
78
- var REACT_PROVIDER_TYPE = Symbol.for("react.provider");
79
- var REACT_CONTEXT_TYPE = Symbol.for("react.context");
80
- var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
81
- var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
82
- var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
83
- var REACT_MEMO_TYPE = Symbol.for("react.memo");
84
- var REACT_LAZY_TYPE = Symbol.for("react.lazy");
85
- var REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen");
86
- var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
87
- var FAUX_ITERATOR_SYMBOL = "@@iterator";
88
- function getIteratorFn(maybeIterable) {
89
- if (maybeIterable === null || typeof maybeIterable !== "object") {
90
- return null;
91
- }
92
- var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
93
- if (typeof maybeIterator === "function") {
94
- return maybeIterator;
95
- }
96
- return null;
97
- }
98
- var ReactSharedInternals = React$1.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
99
- function error2(format) {
100
- {
101
- {
102
- for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
103
- args[_key2 - 1] = arguments[_key2];
104
- }
105
- printWarning("error", format, args);
106
- }
107
- }
108
- }
109
- function printWarning(level, format, args) {
110
- {
111
- var ReactDebugCurrentFrame2 = ReactSharedInternals.ReactDebugCurrentFrame;
112
- var stack = ReactDebugCurrentFrame2.getStackAddendum();
113
- if (stack !== "") {
114
- format += "%s";
115
- args = args.concat([stack]);
116
- }
117
- var argsWithFormat = args.map(function(item) {
118
- return String(item);
119
- });
120
- argsWithFormat.unshift("Warning: " + format);
121
- Function.prototype.apply.call(console[level], console, argsWithFormat);
122
- }
123
- }
124
- var enableScopeAPI = false;
125
- var enableCacheElement = false;
126
- var enableTransitionTracing = false;
127
- var enableLegacyHidden = false;
128
- var enableDebugTracing = false;
129
- var REACT_MODULE_REFERENCE;
130
- {
131
- REACT_MODULE_REFERENCE = Symbol.for("react.module.reference");
132
- }
133
- function isValidElementType(type) {
134
- if (typeof type === "string" || typeof type === "function") {
135
- return true;
136
- }
137
- if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing) {
138
- return true;
139
- }
140
- if (typeof type === "object" && type !== null) {
141
- if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object
142
- // types supported by any Flight configuration anywhere since
143
- // we don't know which Flight build this will end up being used
144
- // with.
145
- type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== void 0) {
146
- return true;
147
- }
148
- }
149
- return false;
150
- }
151
- function getWrappedName(outerType, innerType, wrapperName) {
152
- var displayName = outerType.displayName;
153
- if (displayName) {
154
- return displayName;
155
- }
156
- var functionName = innerType.displayName || innerType.name || "";
157
- return functionName !== "" ? wrapperName + "(" + functionName + ")" : wrapperName;
158
- }
159
- function getContextName(type) {
160
- return type.displayName || "Context";
161
- }
162
- function getComponentNameFromType(type) {
163
- if (type == null) {
164
- return null;
165
- }
166
- {
167
- if (typeof type.tag === "number") {
168
- error2("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.");
169
- }
170
- }
171
- if (typeof type === "function") {
172
- return type.displayName || type.name || null;
173
- }
174
- if (typeof type === "string") {
175
- return type;
176
- }
177
- switch (type) {
178
- case REACT_FRAGMENT_TYPE:
179
- return "Fragment";
180
- case REACT_PORTAL_TYPE:
181
- return "Portal";
182
- case REACT_PROFILER_TYPE:
183
- return "Profiler";
184
- case REACT_STRICT_MODE_TYPE:
185
- return "StrictMode";
186
- case REACT_SUSPENSE_TYPE:
187
- return "Suspense";
188
- case REACT_SUSPENSE_LIST_TYPE:
189
- return "SuspenseList";
190
- }
191
- if (typeof type === "object") {
192
- switch (type.$$typeof) {
193
- case REACT_CONTEXT_TYPE:
194
- var context = type;
195
- return getContextName(context) + ".Consumer";
196
- case REACT_PROVIDER_TYPE:
197
- var provider = type;
198
- return getContextName(provider._context) + ".Provider";
199
- case REACT_FORWARD_REF_TYPE:
200
- return getWrappedName(type, type.render, "ForwardRef");
201
- case REACT_MEMO_TYPE:
202
- var outerName = type.displayName || null;
203
- if (outerName !== null) {
204
- return outerName;
205
- }
206
- return getComponentNameFromType(type.type) || "Memo";
207
- case REACT_LAZY_TYPE: {
208
- var lazyComponent = type;
209
- var payload = lazyComponent._payload;
210
- var init = lazyComponent._init;
211
- try {
212
- return getComponentNameFromType(init(payload));
213
- } catch (x) {
214
- return null;
215
- }
216
- }
217
- }
218
- }
219
- return null;
220
- }
221
- var assign = Object.assign;
222
- var disabledDepth = 0;
223
- var prevLog;
224
- var prevInfo;
225
- var prevWarn;
226
- var prevError;
227
- var prevGroup;
228
- var prevGroupCollapsed;
229
- var prevGroupEnd;
230
- function disabledLog() {
231
- }
232
- disabledLog.__reactDisabledLog = true;
233
- function disableLogs() {
234
- {
235
- if (disabledDepth === 0) {
236
- prevLog = console.log;
237
- prevInfo = console.info;
238
- prevWarn = console.warn;
239
- prevError = console.error;
240
- prevGroup = console.group;
241
- prevGroupCollapsed = console.groupCollapsed;
242
- prevGroupEnd = console.groupEnd;
243
- var props = {
244
- configurable: true,
245
- enumerable: true,
246
- value: disabledLog,
247
- writable: true
248
- };
249
- Object.defineProperties(console, {
250
- info: props,
251
- log: props,
252
- warn: props,
253
- error: props,
254
- group: props,
255
- groupCollapsed: props,
256
- groupEnd: props
257
- });
258
- }
259
- disabledDepth++;
260
- }
261
- }
262
- function reenableLogs() {
263
- {
264
- disabledDepth--;
265
- if (disabledDepth === 0) {
266
- var props = {
267
- configurable: true,
268
- enumerable: true,
269
- writable: true
270
- };
271
- Object.defineProperties(console, {
272
- log: assign({}, props, {
273
- value: prevLog
274
- }),
275
- info: assign({}, props, {
276
- value: prevInfo
277
- }),
278
- warn: assign({}, props, {
279
- value: prevWarn
280
- }),
281
- error: assign({}, props, {
282
- value: prevError
283
- }),
284
- group: assign({}, props, {
285
- value: prevGroup
286
- }),
287
- groupCollapsed: assign({}, props, {
288
- value: prevGroupCollapsed
289
- }),
290
- groupEnd: assign({}, props, {
291
- value: prevGroupEnd
292
- })
293
- });
294
- }
295
- if (disabledDepth < 0) {
296
- error2("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
297
- }
298
- }
299
- }
300
- var ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;
301
- var prefix;
302
- function describeBuiltInComponentFrame(name, source, ownerFn) {
303
- {
304
- if (prefix === void 0) {
305
- try {
306
- throw Error();
307
- } catch (x) {
308
- var match = x.stack.trim().match(/\n( *(at )?)/);
309
- prefix = match && match[1] || "";
310
- }
311
- }
312
- return "\n" + prefix + name;
313
- }
314
- }
315
- var reentry = false;
316
- var componentFrameCache;
317
- {
318
- var PossiblyWeakMap = typeof WeakMap === "function" ? WeakMap : Map;
319
- componentFrameCache = new PossiblyWeakMap();
320
- }
321
- function describeNativeComponentFrame(fn, construct) {
322
- if (!fn || reentry) {
323
- return "";
324
- }
325
- {
326
- var frame = componentFrameCache.get(fn);
327
- if (frame !== void 0) {
328
- return frame;
329
- }
330
- }
331
- var control;
332
- reentry = true;
333
- var previousPrepareStackTrace = Error.prepareStackTrace;
334
- Error.prepareStackTrace = void 0;
335
- var previousDispatcher;
336
- {
337
- previousDispatcher = ReactCurrentDispatcher.current;
338
- ReactCurrentDispatcher.current = null;
339
- disableLogs();
340
- }
341
- try {
342
- if (construct) {
343
- var Fake = function() {
344
- throw Error();
345
- };
346
- Object.defineProperty(Fake.prototype, "props", {
347
- set: function() {
348
- throw Error();
349
- }
350
- });
351
- if (typeof Reflect === "object" && Reflect.construct) {
352
- try {
353
- Reflect.construct(Fake, []);
354
- } catch (x) {
355
- control = x;
356
- }
357
- Reflect.construct(fn, [], Fake);
358
- } else {
359
- try {
360
- Fake.call();
361
- } catch (x) {
362
- control = x;
363
- }
364
- fn.call(Fake.prototype);
365
- }
366
- } else {
367
- try {
368
- throw Error();
369
- } catch (x) {
370
- control = x;
371
- }
372
- fn();
373
- }
374
- } catch (sample) {
375
- if (sample && control && typeof sample.stack === "string") {
376
- var sampleLines = sample.stack.split("\n");
377
- var controlLines = control.stack.split("\n");
378
- var s = sampleLines.length - 1;
379
- var c = controlLines.length - 1;
380
- while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {
381
- c--;
382
- }
383
- for (; s >= 1 && c >= 0; s--, c--) {
384
- if (sampleLines[s] !== controlLines[c]) {
385
- if (s !== 1 || c !== 1) {
386
- do {
387
- s--;
388
- c--;
389
- if (c < 0 || sampleLines[s] !== controlLines[c]) {
390
- var _frame = "\n" + sampleLines[s].replace(" at new ", " at ");
391
- if (fn.displayName && _frame.includes("<anonymous>")) {
392
- _frame = _frame.replace("<anonymous>", fn.displayName);
393
- }
394
- {
395
- if (typeof fn === "function") {
396
- componentFrameCache.set(fn, _frame);
397
- }
398
- }
399
- return _frame;
400
- }
401
- } while (s >= 1 && c >= 0);
402
- }
403
- break;
404
- }
405
- }
406
- }
407
- } finally {
408
- reentry = false;
409
- {
410
- ReactCurrentDispatcher.current = previousDispatcher;
411
- reenableLogs();
412
- }
413
- Error.prepareStackTrace = previousPrepareStackTrace;
414
- }
415
- var name = fn ? fn.displayName || fn.name : "";
416
- var syntheticFrame = name ? describeBuiltInComponentFrame(name) : "";
417
- {
418
- if (typeof fn === "function") {
419
- componentFrameCache.set(fn, syntheticFrame);
420
- }
421
- }
422
- return syntheticFrame;
423
- }
424
- function describeFunctionComponentFrame(fn, source, ownerFn) {
425
- {
426
- return describeNativeComponentFrame(fn, false);
427
- }
428
- }
429
- function shouldConstruct(Component) {
430
- var prototype2 = Component.prototype;
431
- return !!(prototype2 && prototype2.isReactComponent);
432
- }
433
- function describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {
434
- if (type == null) {
435
- return "";
436
- }
437
- if (typeof type === "function") {
438
- {
439
- return describeNativeComponentFrame(type, shouldConstruct(type));
440
- }
441
- }
442
- if (typeof type === "string") {
443
- return describeBuiltInComponentFrame(type);
444
- }
445
- switch (type) {
446
- case REACT_SUSPENSE_TYPE:
447
- return describeBuiltInComponentFrame("Suspense");
448
- case REACT_SUSPENSE_LIST_TYPE:
449
- return describeBuiltInComponentFrame("SuspenseList");
450
- }
451
- if (typeof type === "object") {
452
- switch (type.$$typeof) {
453
- case REACT_FORWARD_REF_TYPE:
454
- return describeFunctionComponentFrame(type.render);
455
- case REACT_MEMO_TYPE:
456
- return describeUnknownElementTypeFrameInDEV(type.type);
457
- case REACT_LAZY_TYPE: {
458
- var lazyComponent = type;
459
- var payload = lazyComponent._payload;
460
- var init = lazyComponent._init;
461
- try {
462
- return describeUnknownElementTypeFrameInDEV(init(payload));
463
- } catch (x) {
464
- }
465
- }
466
- }
467
- }
468
- return "";
469
- }
470
- var hasOwnProperty2 = Object.prototype.hasOwnProperty;
471
- var loggedTypeFailures = {};
472
- var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
473
- function setCurrentlyValidatingElement(element) {
474
- {
475
- if (element) {
476
- var stack = describeUnknownElementTypeFrameInDEV(element.type);
477
- ReactDebugCurrentFrame.setExtraStackFrame(stack);
478
- } else {
479
- ReactDebugCurrentFrame.setExtraStackFrame(null);
480
- }
481
- }
482
- }
483
- function checkPropTypes(typeSpecs, values, location, componentName, element) {
484
- {
485
- var has = Function.call.bind(hasOwnProperty2);
486
- for (var typeSpecName in typeSpecs) {
487
- if (has(typeSpecs, typeSpecName)) {
488
- var error$1 = void 0;
489
- try {
490
- if (typeof typeSpecs[typeSpecName] !== "function") {
491
- var err = Error((componentName || "React class") + ": " + location + " type `" + typeSpecName + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof typeSpecs[typeSpecName] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
492
- err.name = "Invariant Violation";
493
- throw err;
494
- }
495
- error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
496
- } catch (ex) {
497
- error$1 = ex;
498
- }
499
- if (error$1 && !(error$1 instanceof Error)) {
500
- setCurrentlyValidatingElement(element);
501
- error2("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || "React class", location, typeSpecName, typeof error$1);
502
- setCurrentlyValidatingElement(null);
503
- }
504
- if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {
505
- loggedTypeFailures[error$1.message] = true;
506
- setCurrentlyValidatingElement(element);
507
- error2("Failed %s type: %s", location, error$1.message);
508
- setCurrentlyValidatingElement(null);
509
- }
510
- }
511
- }
512
- }
513
- }
514
- var isArrayImpl = Array.isArray;
515
- function isArray2(a) {
516
- return isArrayImpl(a);
517
- }
518
- function typeName(value) {
519
- {
520
- var hasToStringTag = typeof Symbol === "function" && Symbol.toStringTag;
521
- var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
522
- return type;
523
- }
524
- }
525
- function willCoercionThrow(value) {
526
- {
527
- try {
528
- return false;
529
- } catch (e) {
530
- return true;
531
- }
532
- }
533
- }
534
- function testStringCoercion(value) {
535
- return "" + value;
536
- }
537
- function checkKeyStringCoercion(value) {
538
- {
539
- if (willCoercionThrow()) {
540
- error2("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", typeName(value));
541
- return testStringCoercion(value);
542
- }
543
- }
544
- }
545
- var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;
546
- var RESERVED_PROPS = {
547
- key: true,
548
- ref: true,
549
- __self: true,
550
- __source: true
551
- };
552
- var specialPropKeyWarningShown;
553
- var specialPropRefWarningShown;
554
- function hasValidRef(config) {
555
- {
556
- if (hasOwnProperty2.call(config, "ref")) {
557
- var getter = Object.getOwnPropertyDescriptor(config, "ref").get;
558
- if (getter && getter.isReactWarning) {
559
- return false;
560
- }
561
- }
562
- }
563
- return config.ref !== void 0;
564
- }
565
- function hasValidKey(config) {
566
- {
567
- if (hasOwnProperty2.call(config, "key")) {
568
- var getter = Object.getOwnPropertyDescriptor(config, "key").get;
569
- if (getter && getter.isReactWarning) {
570
- return false;
571
- }
572
- }
573
- }
574
- return config.key !== void 0;
575
- }
576
- function defineKeyPropWarningGetter(props, displayName) {
577
- {
578
- var warnAboutAccessingKey = function() {
579
- if (!specialPropKeyWarningShown) {
580
- specialPropKeyWarningShown = true;
581
- error2("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", displayName);
582
- }
583
- };
584
- warnAboutAccessingKey.isReactWarning = true;
585
- Object.defineProperty(props, "key", {
586
- get: warnAboutAccessingKey,
587
- configurable: true
588
- });
589
- }
590
- }
591
- function defineRefPropWarningGetter(props, displayName) {
592
- {
593
- var warnAboutAccessingRef = function() {
594
- if (!specialPropRefWarningShown) {
595
- specialPropRefWarningShown = true;
596
- error2("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", displayName);
597
- }
598
- };
599
- warnAboutAccessingRef.isReactWarning = true;
600
- Object.defineProperty(props, "ref", {
601
- get: warnAboutAccessingRef,
602
- configurable: true
603
- });
604
- }
605
- }
606
- var ReactElement = function(type, key, ref, self2, source, owner, props) {
607
- var element = {
608
- // This tag allows us to uniquely identify this as a React Element
609
- $$typeof: REACT_ELEMENT_TYPE,
610
- // Built-in properties that belong on the element
611
- type,
612
- key,
613
- ref,
614
- props,
615
- // Record the component responsible for creating this element.
616
- _owner: owner
617
- };
618
- {
619
- element._store = {};
620
- Object.defineProperty(element._store, "validated", {
621
- configurable: false,
622
- enumerable: false,
623
- writable: true,
624
- value: false
625
- });
626
- Object.defineProperty(element, "_self", {
627
- configurable: false,
628
- enumerable: false,
629
- writable: false,
630
- value: self2
631
- });
632
- Object.defineProperty(element, "_source", {
633
- configurable: false,
634
- enumerable: false,
635
- writable: false,
636
- value: source
637
- });
638
- if (Object.freeze) {
639
- Object.freeze(element.props);
640
- Object.freeze(element);
641
- }
642
- }
643
- return element;
644
- };
645
- function jsxDEV(type, config, maybeKey, source, self2) {
646
- {
647
- var propName;
648
- var props = {};
649
- var key = null;
650
- var ref = null;
651
- if (maybeKey !== void 0) {
652
- {
653
- checkKeyStringCoercion(maybeKey);
654
- }
655
- key = "" + maybeKey;
656
- }
657
- if (hasValidKey(config)) {
658
- {
659
- checkKeyStringCoercion(config.key);
660
- }
661
- key = "" + config.key;
662
- }
663
- if (hasValidRef(config)) {
664
- ref = config.ref;
665
- }
666
- for (propName in config) {
667
- if (hasOwnProperty2.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
668
- props[propName] = config[propName];
669
- }
670
- }
671
- if (type && type.defaultProps) {
672
- var defaultProps = type.defaultProps;
673
- for (propName in defaultProps) {
674
- if (props[propName] === void 0) {
675
- props[propName] = defaultProps[propName];
676
- }
677
- }
678
- }
679
- if (key || ref) {
680
- var displayName = typeof type === "function" ? type.displayName || type.name || "Unknown" : type;
681
- if (key) {
682
- defineKeyPropWarningGetter(props, displayName);
683
- }
684
- if (ref) {
685
- defineRefPropWarningGetter(props, displayName);
686
- }
687
- }
688
- return ReactElement(type, key, ref, self2, source, ReactCurrentOwner.current, props);
689
- }
690
- }
691
- var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;
692
- var ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;
693
- function setCurrentlyValidatingElement$1(element) {
694
- {
695
- if (element) {
696
- var stack = describeUnknownElementTypeFrameInDEV(element.type);
697
- ReactDebugCurrentFrame$1.setExtraStackFrame(stack);
698
- } else {
699
- ReactDebugCurrentFrame$1.setExtraStackFrame(null);
700
- }
701
- }
702
- }
703
- var propTypesMisspellWarningShown;
704
- {
705
- propTypesMisspellWarningShown = false;
706
- }
707
- function isValidElement2(object) {
708
- {
709
- return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
710
- }
711
- }
712
- function getDeclarationErrorAddendum() {
713
- {
714
- if (ReactCurrentOwner$1.current) {
715
- var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);
716
- if (name) {
717
- return "\n\nCheck the render method of `" + name + "`.";
718
- }
719
- }
720
- return "";
721
- }
722
- }
723
- function getSourceInfoErrorAddendum(source) {
724
- {
725
- return "";
726
- }
727
- }
728
- var ownerHasKeyUseWarning = {};
729
- function getCurrentComponentErrorInfo(parentType) {
730
- {
731
- var info2 = getDeclarationErrorAddendum();
732
- if (!info2) {
733
- var parentName = typeof parentType === "string" ? parentType : parentType.displayName || parentType.name;
734
- if (parentName) {
735
- info2 = "\n\nCheck the top-level render call using <" + parentName + ">.";
736
- }
737
- }
738
- return info2;
739
- }
740
- }
741
- function validateExplicitKey(element, parentType) {
742
- {
743
- if (!element._store || element._store.validated || element.key != null) {
744
- return;
745
- }
746
- element._store.validated = true;
747
- var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
748
- if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
749
- return;
750
- }
751
- ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
752
- var childOwner = "";
753
- if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {
754
- childOwner = " It was passed a child from " + getComponentNameFromType(element._owner.type) + ".";
755
- }
756
- setCurrentlyValidatingElement$1(element);
757
- error2('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);
758
- setCurrentlyValidatingElement$1(null);
759
- }
760
- }
761
- function validateChildKeys(node, parentType) {
762
- {
763
- if (typeof node !== "object") {
764
- return;
765
- }
766
- if (isArray2(node)) {
767
- for (var i = 0; i < node.length; i++) {
768
- var child = node[i];
769
- if (isValidElement2(child)) {
770
- validateExplicitKey(child, parentType);
771
- }
772
- }
773
- } else if (isValidElement2(node)) {
774
- if (node._store) {
775
- node._store.validated = true;
776
- }
777
- } else if (node) {
778
- var iteratorFn = getIteratorFn(node);
779
- if (typeof iteratorFn === "function") {
780
- if (iteratorFn !== node.entries) {
781
- var iterator = iteratorFn.call(node);
782
- var step;
783
- while (!(step = iterator.next()).done) {
784
- if (isValidElement2(step.value)) {
785
- validateExplicitKey(step.value, parentType);
786
- }
787
- }
788
- }
789
- }
790
- }
791
- }
792
- }
793
- function validatePropTypes(element) {
794
- {
795
- var type = element.type;
796
- if (type === null || type === void 0 || typeof type === "string") {
797
- return;
798
- }
799
- var propTypes;
800
- if (typeof type === "function") {
801
- propTypes = type.propTypes;
802
- } else if (typeof type === "object" && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.
803
- // Inner props are checked in the reconciler.
804
- type.$$typeof === REACT_MEMO_TYPE)) {
805
- propTypes = type.propTypes;
806
- } else {
807
- return;
808
- }
809
- if (propTypes) {
810
- var name = getComponentNameFromType(type);
811
- checkPropTypes(propTypes, element.props, "prop", name, element);
812
- } else if (type.PropTypes !== void 0 && !propTypesMisspellWarningShown) {
813
- propTypesMisspellWarningShown = true;
814
- var _name = getComponentNameFromType(type);
815
- error2("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", _name || "Unknown");
816
- }
817
- if (typeof type.getDefaultProps === "function" && !type.getDefaultProps.isReactClassApproved) {
818
- error2("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
819
- }
820
- }
821
- }
822
- function validateFragmentProps(fragment) {
823
- {
824
- var keys = Object.keys(fragment.props);
825
- for (var i = 0; i < keys.length; i++) {
826
- var key = keys[i];
827
- if (key !== "children" && key !== "key") {
828
- setCurrentlyValidatingElement$1(fragment);
829
- error2("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", key);
830
- setCurrentlyValidatingElement$1(null);
831
- break;
832
- }
833
- }
834
- if (fragment.ref !== null) {
835
- setCurrentlyValidatingElement$1(fragment);
836
- error2("Invalid attribute `ref` supplied to `React.Fragment`.");
837
- setCurrentlyValidatingElement$1(null);
838
- }
839
- }
840
- }
841
- var didWarnAboutKeySpread = {};
842
- function jsxWithValidation(type, props, key, isStaticChildren, source, self2) {
843
- {
844
- var validType = isValidElementType(type);
845
- if (!validType) {
846
- var info2 = "";
847
- if (type === void 0 || typeof type === "object" && type !== null && Object.keys(type).length === 0) {
848
- info2 += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.";
849
- }
850
- var sourceInfo = getSourceInfoErrorAddendum();
851
- if (sourceInfo) {
852
- info2 += sourceInfo;
853
- } else {
854
- info2 += getDeclarationErrorAddendum();
855
- }
856
- var typeString;
857
- if (type === null) {
858
- typeString = "null";
859
- } else if (isArray2(type)) {
860
- typeString = "array";
861
- } else if (type !== void 0 && type.$$typeof === REACT_ELEMENT_TYPE) {
862
- typeString = "<" + (getComponentNameFromType(type.type) || "Unknown") + " />";
863
- info2 = " Did you accidentally export a JSX literal instead of a component?";
864
- } else {
865
- typeString = typeof type;
866
- }
867
- error2("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", typeString, info2);
868
- }
869
- var element = jsxDEV(type, props, key, source, self2);
870
- if (element == null) {
871
- return element;
872
- }
873
- if (validType) {
874
- var children = props.children;
875
- if (children !== void 0) {
876
- if (isStaticChildren) {
877
- if (isArray2(children)) {
878
- for (var i = 0; i < children.length; i++) {
879
- validateChildKeys(children[i], type);
880
- }
881
- if (Object.freeze) {
882
- Object.freeze(children);
883
- }
884
- } else {
885
- error2("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
886
- }
887
- } else {
888
- validateChildKeys(children, type);
889
- }
890
- }
891
- }
892
- {
893
- if (hasOwnProperty2.call(props, "key")) {
894
- var componentName = getComponentNameFromType(type);
895
- var keys = Object.keys(props).filter(function(k) {
896
- return k !== "key";
897
- });
898
- var beforeExample = keys.length > 0 ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
899
- if (!didWarnAboutKeySpread[componentName + beforeExample]) {
900
- var afterExample = keys.length > 0 ? "{" + keys.join(": ..., ") + ": ...}" : "{}";
901
- error2('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);
902
- didWarnAboutKeySpread[componentName + beforeExample] = true;
903
- }
904
- }
905
- }
906
- if (type === REACT_FRAGMENT_TYPE) {
907
- validateFragmentProps(element);
908
- } else {
909
- validatePropTypes(element);
910
- }
911
- return element;
912
- }
913
- }
914
- function jsxWithValidationStatic(type, props, key) {
915
- {
916
- return jsxWithValidation(type, props, key, true);
917
- }
918
- }
919
- function jsxWithValidationDynamic(type, props, key) {
920
- {
921
- return jsxWithValidation(type, props, key, false);
922
- }
923
- }
924
- var jsx = jsxWithValidationDynamic;
925
- var jsxs = jsxWithValidationStatic;
926
- reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
927
- reactJsxRuntime_development.jsx = jsx;
928
- reactJsxRuntime_development.jsxs = jsxs;
929
- })();
930
- }
931
- return reactJsxRuntime_development;
932
- }
933
- var hasRequiredJsxRuntime;
934
- function requireJsxRuntime() {
935
- if (hasRequiredJsxRuntime) return jsxRuntime.exports;
936
- hasRequiredJsxRuntime = 1;
937
- if (process.env.NODE_ENV === "production") {
938
- jsxRuntime.exports = /* @__PURE__ */ requireReactJsxRuntime_production_min();
939
- } else {
940
- jsxRuntime.exports = /* @__PURE__ */ requireReactJsxRuntime_development();
941
- }
942
- return jsxRuntime.exports;
943
- }
944
- var jsxRuntimeExports = /* @__PURE__ */ requireJsxRuntime();
945
23
  const btn = "_btn_ch6o3_1";
946
24
  const stylesBtn = {
947
25
  btn,
@@ -986,7 +64,7 @@ const FButton = forwardRef(({
986
64
  }
987
65
  }
988
66
  style = st !== void 0 ? { ...style, ...st } : style;
989
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
67
+ return /* @__PURE__ */ jsx(
990
68
  "button",
991
69
  {
992
70
  ref,
@@ -1014,7 +92,7 @@ const FTrashIcon = React.forwardRef(({
1014
92
  ["data-testid"]: dataTestId,
1015
93
  ...props
1016
94
  }, ref) => {
1017
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
95
+ return /* @__PURE__ */ jsxs(
1018
96
  "svg",
1019
97
  {
1020
98
  ref,
@@ -1028,13 +106,13 @@ const FTrashIcon = React.forwardRef(({
1028
106
  "data-testid": dataTestId,
1029
107
  ...props,
1030
108
  children: [
1031
- /* @__PURE__ */ jsxRuntimeExports.jsx(
109
+ /* @__PURE__ */ jsx(
1032
110
  "path",
1033
111
  {
1034
112
  d: "M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z"
1035
113
  }
1036
114
  ),
1037
- /* @__PURE__ */ jsxRuntimeExports.jsx(
115
+ /* @__PURE__ */ jsx(
1038
116
  "path",
1039
117
  {
1040
118
  fillRule: "evenodd",
@@ -1068,21 +146,21 @@ const FFile = ({
1068
146
  size,
1069
147
  progress: progress2
1070
148
  }) => {
1071
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
149
+ return /* @__PURE__ */ jsxs(
1072
150
  "div",
1073
151
  {
1074
152
  className: `${styles$y["file-preview-card"]} ${className || ""}`,
1075
153
  id,
1076
154
  style: st,
1077
155
  children: [
1078
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$y["file-preview-info"], children: [
1079
- /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: styles$y["file-preview-name"], title: name, children: name }),
1080
- typeof size === "number" && /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: styles$y["file-preview-size"], children: [
156
+ /* @__PURE__ */ jsxs("div", { className: styles$y["file-preview-info"], children: [
157
+ /* @__PURE__ */ jsx("span", { className: styles$y["file-preview-name"], title: name, children: name }),
158
+ typeof size === "number" && /* @__PURE__ */ jsxs("span", { className: styles$y["file-preview-size"], children: [
1081
159
  Math.round(size / 1024),
1082
160
  " КБ"
1083
161
  ] })
1084
162
  ] }),
1085
- handleDelete && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$y["trash-icon"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
163
+ handleDelete && /* @__PURE__ */ jsx("div", { className: styles$y["trash-icon"], children: /* @__PURE__ */ jsx(
1086
164
  FTrashIcon,
1087
165
  {
1088
166
  size: 20,
@@ -1090,7 +168,7 @@ const FFile = ({
1090
168
  handleClick: handleDelete
1091
169
  }
1092
170
  ) }),
1093
- typeof progress2 === "number" && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$y.progressBar} ${progress2 === 100 ? styles$y.completed : ""}`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
171
+ typeof progress2 === "number" && /* @__PURE__ */ jsx("div", { className: `${styles$y.progressBar} ${progress2 === 100 ? styles$y.completed : ""}`, children: /* @__PURE__ */ jsx(
1094
172
  "div",
1095
173
  {
1096
174
  className: styles$y.progress,
@@ -1153,8 +231,8 @@ const FButtonFile = ({
1153
231
  return newProgress;
1154
232
  });
1155
233
  };
1156
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: defaultStyles["f-button-file"], style, children: [
1157
- /* @__PURE__ */ jsxRuntimeExports.jsx(
234
+ return /* @__PURE__ */ jsxs("div", { className: defaultStyles["f-button-file"], style, children: [
235
+ /* @__PURE__ */ jsx(
1158
236
  FButton,
1159
237
  {
1160
238
  variant,
@@ -1171,7 +249,7 @@ const FButtonFile = ({
1171
249
  children
1172
250
  }
1173
251
  ),
1174
- /* @__PURE__ */ jsxRuntimeExports.jsx(
252
+ /* @__PURE__ */ jsx(
1175
253
  "input",
1176
254
  {
1177
255
  ref: fileRef,
@@ -1184,7 +262,7 @@ const FButtonFile = ({
1184
262
  required
1185
263
  }
1186
264
  ),
1187
- files.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: defaultStyles["custom-files-preview"], id: "files", style: { marginTop: "16px" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: defaultStyles["file-preview-list"], style: { flexDirection: direction }, children: files.map((opt, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
265
+ files.length > 0 && /* @__PURE__ */ jsx("div", { className: defaultStyles["custom-files-preview"], id: "files", style: { marginTop: "16px" }, children: /* @__PURE__ */ jsx("div", { className: defaultStyles["file-preview-list"], style: { flexDirection: direction }, children: files.map((opt, index) => /* @__PURE__ */ jsx(
1188
266
  FFile,
1189
267
  {
1190
268
  name: opt.name,
@@ -1208,8 +286,8 @@ const FLoadIcon = React.forwardRef(({
1208
286
  ...props
1209
287
  }, ref) => {
1210
288
  const randomId = useRef((Math.random() + 1).toString(36).substring(2));
1211
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { ref, style: { margin: 0, padding: 0 }, ...props, children: [
1212
- /* @__PURE__ */ jsxRuntimeExports.jsxs("style", { children: [
289
+ return /* @__PURE__ */ jsxs("div", { ref, style: { margin: 0, padding: 0 }, ...props, children: [
290
+ /* @__PURE__ */ jsxs("style", { children: [
1213
291
  `
1214
292
  .f-load-icon-${randomId.current} {
1215
293
  width: ${size}px;
@@ -1237,7 +315,7 @@ const FLoadIcon = React.forwardRef(({
1237
315
  }
1238
316
  }`
1239
317
  ] }),
1240
- /* @__PURE__ */ jsxRuntimeExports.jsx(
318
+ /* @__PURE__ */ jsx(
1241
319
  "span",
1242
320
  {
1243
321
  className: `f-load-icon f-load-icon-${randomId.current} ${color} ${className !== void 0 ? className : ""}`,
@@ -1272,7 +350,7 @@ const FTextField = forwardRef(
1272
350
  };
1273
351
  const mergedStyle = { ...baseStyle, ...st };
1274
352
  const inputId = id || `input-${Math.random().toString(36).substring(2, 9)}`;
1275
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
353
+ return /* @__PURE__ */ jsxs(
1276
354
  "div",
1277
355
  {
1278
356
  className: `f-form-element ${styles$x["f-text-field"]} ${className || ""}`,
@@ -1281,7 +359,7 @@ const FTextField = forwardRef(
1281
359
  id: inputId + "-text-field-block",
1282
360
  "aria-labelledby": label ? inputId + "-label" : void 0,
1283
361
  children: [
1284
- label && /* @__PURE__ */ jsxRuntimeExports.jsx(
362
+ label && /* @__PURE__ */ jsx(
1285
363
  "label",
1286
364
  {
1287
365
  id: inputId + "-label",
@@ -1290,8 +368,8 @@ const FTextField = forwardRef(
1290
368
  children: label
1291
369
  }
1292
370
  ),
1293
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
1294
- /* @__PURE__ */ jsxRuntimeExports.jsx(
371
+ /* @__PURE__ */ jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
372
+ /* @__PURE__ */ jsx(
1295
373
  "input",
1296
374
  {
1297
375
  ref,
@@ -1305,9 +383,9 @@ const FTextField = forwardRef(
1305
383
  disabled: props.disabled || load
1306
384
  }
1307
385
  ),
1308
- load && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsxRuntimeExports.jsx(FLoadIcon, { size: 10 }) })
386
+ load && /* @__PURE__ */ jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsx(FLoadIcon, { size: 10 }) })
1309
387
  ] }),
1310
- helpText && /* @__PURE__ */ jsxRuntimeExports.jsx(
388
+ helpText && /* @__PURE__ */ jsx(
1311
389
  "p",
1312
390
  {
1313
391
  id: inputId + "-helptext",
@@ -1315,11 +393,25 @@ const FTextField = forwardRef(
1315
393
  children: helpText
1316
394
  }
1317
395
  ),
1318
- errText && errText.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
396
+ typeof errText === "string" && errText && /* @__PURE__ */ jsx(
1319
397
  "div",
1320
398
  {
1321
399
  className: "f-form-element__errorblock",
1322
- children: errText.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
400
+ children: /* @__PURE__ */ jsx(
401
+ "p",
402
+ {
403
+ id: `${inputId}-errortext`,
404
+ className: "f-form-element__errorblock_errortext",
405
+ children: errText
406
+ }
407
+ )
408
+ }
409
+ ),
410
+ errText && errText.length > 0 && /* @__PURE__ */ jsx(
411
+ "div",
412
+ {
413
+ className: "f-form-element__errorblock",
414
+ children: typeof errText !== "string" && errText.map((error2, index) => /* @__PURE__ */ jsx(
1323
415
  "p",
1324
416
  {
1325
417
  id: `${inputId}-errortext-${index}`,
@@ -1357,7 +449,7 @@ const FStack = ({
1357
449
  if (st !== void 0) {
1358
450
  style = Object.assign(style, st);
1359
451
  }
1360
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
452
+ return /* @__PURE__ */ jsx(
1361
453
  "div",
1362
454
  {
1363
455
  className,
@@ -1480,8 +572,8 @@ const FGrid = ({
1480
572
  if (resolvedSizes.xxl !== void 0) classes.push(styles$w[`f-grid__col--xxl-${resolvedSizes.xxl}`]);
1481
573
  return classes.join(" ");
1482
574
  };
1483
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
1484
- obj === "container" && /* @__PURE__ */ jsxRuntimeExports.jsx(
575
+ return /* @__PURE__ */ jsxs(Fragment, { children: [
576
+ obj === "container" && /* @__PURE__ */ jsx(
1485
577
  "div",
1486
578
  {
1487
579
  className: `${styles$w["f-grid"]} ${className || ""}`,
@@ -1490,7 +582,7 @@ const FGrid = ({
1490
582
  children
1491
583
  }
1492
584
  ),
1493
- obj === "item" && /* @__PURE__ */ jsxRuntimeExports.jsx(
585
+ obj === "item" && /* @__PURE__ */ jsx(
1494
586
  "div",
1495
587
  {
1496
588
  className: `${getColumnClasses()} ${className || ""}`,
@@ -1499,7 +591,7 @@ const FGrid = ({
1499
591
  children
1500
592
  }
1501
593
  ),
1502
- obj === void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className, style, id, children })
594
+ obj === void 0 && /* @__PURE__ */ jsx("div", { className, style, id, children })
1503
595
  ] });
1504
596
  };
1505
597
  const styles$v = {
@@ -1536,7 +628,7 @@ const FGridRow = ({
1536
628
  getAlignItemsClass(),
1537
629
  className
1538
630
  ].filter(Boolean).join(" ");
1539
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: rowClasses, style: st, id, children });
631
+ return /* @__PURE__ */ jsx("div", { className: rowClasses, style: st, id, children });
1540
632
  };
1541
633
  const styles$u = {
1542
634
  "f-container": "_f-container_g9ck3_1",
@@ -1555,7 +647,7 @@ const FContainer = ({
1555
647
  id,
1556
648
  maxWidth = "container-xs"
1557
649
  }) => {
1558
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
650
+ return /* @__PURE__ */ jsx(
1559
651
  "div",
1560
652
  {
1561
653
  className: `${styles$u["f-container"]} ${styles$u[maxWidth]} ${className || ""}`,
@@ -1596,7 +688,7 @@ const FPaper = ({
1596
688
  }
1597
689
  }
1598
690
  }, [animated]);
1599
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
691
+ return /* @__PURE__ */ jsxs(
1600
692
  "div",
1601
693
  {
1602
694
  className: `${styles$t["panel"]} ${styles$t["panel-default"]} ${className || ""} ${animated ? `${styles$t[`animated-${animated.name}`]} ${animated.name}` : ""}`,
@@ -1604,7 +696,7 @@ const FPaper = ({
1604
696
  id,
1605
697
  onAnimationEnd,
1606
698
  children: [
1607
- label && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$t["panel-heading"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
699
+ label && /* @__PURE__ */ jsx("div", { className: styles$t["panel-heading"], children: /* @__PURE__ */ jsx(
1608
700
  "h3",
1609
701
  {
1610
702
  className: styles$t["panel-title"],
@@ -1612,7 +704,7 @@ const FPaper = ({
1612
704
  children: label
1613
705
  }
1614
706
  ) }),
1615
- /* @__PURE__ */ jsxRuntimeExports.jsx(
707
+ /* @__PURE__ */ jsx(
1616
708
  "div",
1617
709
  {
1618
710
  className: styles$t["panel-body"],
@@ -1653,7 +745,7 @@ const FTableHead = ({
1653
745
  // По умолчанию заголовок не "липкий"
1654
746
  ...props
1655
747
  }) => {
1656
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
748
+ return /* @__PURE__ */ jsx(
1657
749
  "thead",
1658
750
  {
1659
751
  style: st,
@@ -1751,10 +843,10 @@ const FTableBody = ({
1751
843
  } else {
1752
844
  visibleItems = flatChildren;
1753
845
  }
1754
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("tbody", { ref: tableBodyRef, style: st, ...props, className: `${styles$s["f-table-component__table_body"]} ${props.className || ""} ${styles$s[textAlignment]}`, children: [
1755
- virtualizationEnabled && rowHeights.some((h) => h > 0) && /* @__PURE__ */ jsxRuntimeExports.jsx("tr", { style: { height: topOffset } }),
846
+ return /* @__PURE__ */ jsxs("tbody", { ref: tableBodyRef, style: st, ...props, className: `${styles$s["f-table-component__table_body"]} ${props.className || ""} ${styles$s[textAlignment]}`, children: [
847
+ virtualizationEnabled && rowHeights.some((h) => h > 0) && /* @__PURE__ */ jsx("tr", { style: { height: topOffset } }),
1756
848
  visibleItems.map((child, idx) => React.isValidElement(child) ? React.cloneElement(child, { "data-row-index": virtualizationEnabled ? startIdx + idx : idx, key: virtualizationEnabled ? startIdx + idx : idx }) : child),
1757
- virtualizationEnabled && rowHeights.some((h) => h > 0) && /* @__PURE__ */ jsxRuntimeExports.jsx("tr", { style: { height: bottomOffset } })
849
+ virtualizationEnabled && rowHeights.some((h) => h > 0) && /* @__PURE__ */ jsx("tr", { style: { height: bottomOffset } })
1758
850
  ] });
1759
851
  };
1760
852
  const FTableBody$1 = React.memo(FTableBody);
@@ -1786,13 +878,13 @@ const FTable = ({
1786
878
  }
1787
879
  };
1788
880
  }, []);
1789
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
881
+ return /* @__PURE__ */ jsx(
1790
882
  "div",
1791
883
  {
1792
884
  ref: tableWrapperRef,
1793
885
  className: styles$s["f-table-component"],
1794
886
  style: { overflowX, overflowY },
1795
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(
887
+ children: /* @__PURE__ */ jsx(
1796
888
  "table",
1797
889
  {
1798
890
  style: st,
@@ -1832,7 +924,7 @@ const FTableRow = ({
1832
924
  textAlignment,
1833
925
  ...props
1834
926
  }) => {
1835
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
927
+ return /* @__PURE__ */ jsx(
1836
928
  "tr",
1837
929
  {
1838
930
  style: st,
@@ -1858,7 +950,7 @@ const FTableHeaderCell = ({
1858
950
  width,
1859
951
  ...st
1860
952
  };
1861
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
953
+ return /* @__PURE__ */ jsx(
1862
954
  "th",
1863
955
  {
1864
956
  rowSpan: row && row > 1 ? row : void 0,
@@ -1886,7 +978,7 @@ const FTableDataCell = ({
1886
978
  height,
1887
979
  ...st
1888
980
  };
1889
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
981
+ return /* @__PURE__ */ jsx(
1890
982
  "td",
1891
983
  {
1892
984
  rowSpan: row && row > 1 ? row : void 0,
@@ -1903,7 +995,7 @@ const FTableFooter = ({
1903
995
  children,
1904
996
  ...props
1905
997
  }) => {
1906
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
998
+ return /* @__PURE__ */ jsx(
1907
999
  "tfoot",
1908
1000
  {
1909
1001
  style: st,
@@ -1962,14 +1054,14 @@ const FDialog = ({
1962
1054
  };
1963
1055
  const contentWidth = widthStyles[width];
1964
1056
  return ReactDOM.createPortal(
1965
- /* @__PURE__ */ jsxRuntimeExports.jsx(
1057
+ /* @__PURE__ */ jsx(
1966
1058
  "div",
1967
1059
  {
1968
1060
  id,
1969
1061
  style: st,
1970
1062
  className: `${styles$r["f-dialog"]} ${openAndClose ? styles$r["active-dialog"] : ""} ${className || ""}`,
1971
1063
  onClick: () => closeButtonBackPage == null ? void 0 : closeButtonBackPage(false),
1972
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1064
+ children: /* @__PURE__ */ jsx(
1973
1065
  "div",
1974
1066
  {
1975
1067
  className: `${styles$r["f-dialog__content"]} ${openAndClose ? styles$r["active"] : ""} ${hide2 ? styles$r["hide"] : ""}`,
@@ -1995,7 +1087,7 @@ const FCloseIcon = React.forwardRef(({
1995
1087
  ["data-testid"]: dataTestId,
1996
1088
  ...props
1997
1089
  }, ref) => {
1998
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1090
+ return /* @__PURE__ */ jsx(
1999
1091
  "svg",
2000
1092
  {
2001
1093
  ref,
@@ -2007,15 +1099,15 @@ const FCloseIcon = React.forwardRef(({
2007
1099
  id,
2008
1100
  "data-testid": dataTestId,
2009
1101
  ...props,
2010
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z" })
1102
+ children: /* @__PURE__ */ jsx("path", { d: "M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z" })
2011
1103
  }
2012
1104
  );
2013
1105
  });
2014
1106
  FCloseIcon.displayName = "FCloseIcon";
2015
1107
  const FDialogHeader = ({ title: title2, handleClose }) => {
2016
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$r["f-dialog__header"], children: [
2017
- /* @__PURE__ */ jsxRuntimeExports.jsx("h3", { className: styles$r["f-dialog__header_title"], children: title2 }),
2018
- handleClose && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$r["f-dialog__header_close"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1108
+ return /* @__PURE__ */ jsxs("div", { className: styles$r["f-dialog__header"], children: [
1109
+ /* @__PURE__ */ jsx("h3", { className: styles$r["f-dialog__header_title"], children: title2 }),
1110
+ handleClose && /* @__PURE__ */ jsx("div", { className: styles$r["f-dialog__header_close"], children: /* @__PURE__ */ jsx(
2019
1111
  FCloseIcon,
2020
1112
  {
2021
1113
  handleClose,
@@ -2030,10 +1122,10 @@ const FDialogBody = ({ st, children, scroll = true }) => {
2030
1122
  ...scroll ? { overflowY: "auto" } : {},
2031
1123
  ...st
2032
1124
  };
2033
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$r["f-dialog__body"], style, children });
1125
+ return /* @__PURE__ */ jsx("div", { className: styles$r["f-dialog__body"], style, children });
2034
1126
  };
2035
1127
  const FDialogFooter = ({ children, className, st, id }) => {
2036
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1128
+ return /* @__PURE__ */ jsx(
2037
1129
  "div",
2038
1130
  {
2039
1131
  id,
@@ -2068,13 +1160,13 @@ const styles$q = {
2068
1160
  link
2069
1161
  };
2070
1162
  const FProgress = ({ st, color = "primary", id, className }) => {
2071
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1163
+ return /* @__PURE__ */ jsx(
2072
1164
  "div",
2073
1165
  {
2074
1166
  className: `${styles$q["authorization-spinner"]} ${styles$q.visible} ${className || ""}`,
2075
1167
  id,
2076
1168
  style: st,
2077
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$q["spinner-item"]} ${styles$q[color]}` })
1169
+ children: /* @__PURE__ */ jsx("div", { className: `${styles$q["spinner-item"]} ${styles$q[color]}` })
2078
1170
  }
2079
1171
  );
2080
1172
  };
@@ -2102,7 +1194,7 @@ const FPreloader = ({
2102
1194
  document.body.classList.remove("open-preloader");
2103
1195
  };
2104
1196
  }, [open]);
2105
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1197
+ return /* @__PURE__ */ jsx(
2106
1198
  "div",
2107
1199
  {
2108
1200
  className: `${styles$p["f-preloader"]} ${open ? styles$p["active-preloader"] : ""}`,
@@ -2121,13 +1213,13 @@ const FCheckbox = forwardRef(
2121
1213
  st,
2122
1214
  ...props
2123
1215
  }, ref) => {
2124
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1216
+ return /* @__PURE__ */ jsx(
2125
1217
  "div",
2126
1218
  {
2127
1219
  className: `${styles$o["f-checkbox"]} ${className || ""}`,
2128
1220
  style: st,
2129
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("label", { children: [
2130
- /* @__PURE__ */ jsxRuntimeExports.jsx("input", { ref, type: "checkbox", ...props }),
1221
+ children: /* @__PURE__ */ jsxs("label", { children: [
1222
+ /* @__PURE__ */ jsx("input", { ref, type: "checkbox", ...props }),
2131
1223
  label
2132
1224
  ] })
2133
1225
  }
@@ -2144,13 +1236,13 @@ const FRadioButton = forwardRef(
2144
1236
  st,
2145
1237
  ...props
2146
1238
  }, ref) => {
2147
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1239
+ return /* @__PURE__ */ jsx(
2148
1240
  "div",
2149
1241
  {
2150
1242
  className: `${styles$n["f-radio"]} ${className || ""}`,
2151
1243
  style: st,
2152
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("label", { children: [
2153
- /* @__PURE__ */ jsxRuntimeExports.jsx("input", { ref, type: "radio", ...props }),
1244
+ children: /* @__PURE__ */ jsxs("label", { children: [
1245
+ /* @__PURE__ */ jsx("input", { ref, type: "radio", ...props }),
2154
1246
  label
2155
1247
  ] })
2156
1248
  }
@@ -2240,26 +1332,26 @@ const FPagination = ({
2240
1332
  const onNext = () => onPageChange(currentPage + 1);
2241
1333
  const onPrevious = () => onPageChange(currentPage - 1);
2242
1334
  const lastPage = paginationRange[paginationRange.length - 1];
2243
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
1335
+ return /* @__PURE__ */ jsxs(
2244
1336
  "ul",
2245
1337
  {
2246
1338
  className: `${styles$m["pagination-container"]} ${className || ""}`,
2247
1339
  style: st,
2248
1340
  id,
2249
1341
  children: [
2250
- /* @__PURE__ */ jsxRuntimeExports.jsx(
1342
+ /* @__PURE__ */ jsx(
2251
1343
  "li",
2252
1344
  {
2253
1345
  className: `${styles$m["pagination-item"]} ${currentPage === 1 ? styles$m.disabled : ""}`,
2254
1346
  onClick: onPrevious,
2255
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$m.arrow} ${styles$m.left}` })
1347
+ children: /* @__PURE__ */ jsx("div", { className: `${styles$m.arrow} ${styles$m.left}` })
2256
1348
  }
2257
1349
  ),
2258
1350
  paginationRange.map((pageNumber, index) => {
2259
1351
  if (pageNumber === DOTS) {
2260
- return /* @__PURE__ */ jsxRuntimeExports.jsx("li", { className: `${styles$m["pagination-item"]} ${styles$m.dots}`, children: "…" }, index);
1352
+ return /* @__PURE__ */ jsx("li", { className: `${styles$m["pagination-item"]} ${styles$m.dots}`, children: "…" }, index);
2261
1353
  }
2262
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1354
+ return /* @__PURE__ */ jsx(
2263
1355
  "li",
2264
1356
  {
2265
1357
  className: `${styles$m["pagination-item"]} ${pageNumber === currentPage ? styles$m.selected : ""}`,
@@ -2269,12 +1361,12 @@ const FPagination = ({
2269
1361
  index
2270
1362
  );
2271
1363
  }),
2272
- /* @__PURE__ */ jsxRuntimeExports.jsx(
1364
+ /* @__PURE__ */ jsx(
2273
1365
  "li",
2274
1366
  {
2275
1367
  className: `${styles$m["pagination-item"]} ${currentPage === lastPage ? styles$m.disabled : ""}`,
2276
1368
  onClick: onNext,
2277
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$m.arrow} ${styles$m.right}` })
1369
+ children: /* @__PURE__ */ jsx("div", { className: `${styles$m.arrow} ${styles$m.right}` })
2278
1370
  }
2279
1371
  )
2280
1372
  ]
@@ -2295,7 +1387,7 @@ const FTimeline = ({
2295
1387
  id,
2296
1388
  className
2297
1389
  }) => {
2298
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$l["f-time-line"]} ${className || ""}`, style: st, id, children });
1390
+ return /* @__PURE__ */ jsx("div", { className: `${styles$l["f-time-line"]} ${className || ""}`, style: st, id, children });
2299
1391
  };
2300
1392
  const FTimelineCard = ({
2301
1393
  children,
@@ -2304,11 +1396,11 @@ const FTimelineCard = ({
2304
1396
  id,
2305
1397
  className
2306
1398
  }) => {
2307
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `${styles$l["f-time-line__block"]} ${className || ""}`, id, children: [
2308
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$l["f-time-line__block-circle"] }),
2309
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$l["f-time-line__block-inner"], style: st, children: [
2310
- title2 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$l["f-time-line__block-title"], children: title2 }),
2311
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$l["f-time-line__block-content"], children })
1399
+ return /* @__PURE__ */ jsxs("div", { className: `${styles$l["f-time-line__block"]} ${className || ""}`, id, children: [
1400
+ /* @__PURE__ */ jsx("div", { className: styles$l["f-time-line__block-circle"] }),
1401
+ /* @__PURE__ */ jsxs("div", { className: styles$l["f-time-line__block-inner"], style: st, children: [
1402
+ title2 && /* @__PURE__ */ jsx("div", { className: styles$l["f-time-line__block-title"], children: title2 }),
1403
+ /* @__PURE__ */ jsx("div", { className: styles$l["f-time-line__block-content"], children })
2312
1404
  ] })
2313
1405
  ] });
2314
1406
  };
@@ -2346,7 +1438,7 @@ const FArrowIcon = React.forwardRef(({
2346
1438
  ${direction === "down" ? 90 : direction === "up" ? -90 : direction === "right" ? 0 : 180}deg)`
2347
1439
  };
2348
1440
  st = Object.assign({}, style, st);
2349
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1441
+ return /* @__PURE__ */ jsx(
2350
1442
  "svg",
2351
1443
  {
2352
1444
  ref,
@@ -2359,7 +1451,7 @@ const FArrowIcon = React.forwardRef(({
2359
1451
  id,
2360
1452
  "data-testid": dataTestId,
2361
1453
  ...props,
2362
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1454
+ children: /* @__PURE__ */ jsx(
2363
1455
  "path",
2364
1456
  {
2365
1457
  d: "M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"
@@ -2448,15 +1540,15 @@ const FOpenImgFull = ({
2448
1540
  if (!imagesUrl.length || selectedImg < 0 || selectedImg >= imagesUrl.length) {
2449
1541
  return null;
2450
1542
  }
2451
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1543
+ return /* @__PURE__ */ jsx(
2452
1544
  FDialog,
2453
1545
  {
2454
1546
  openAndClose,
2455
1547
  st,
2456
1548
  className: `${styles$k["fv-opn-img-full"]} ${className || ""}`,
2457
1549
  id,
2458
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$k["fv-opn-img-full-body"], children: [
2459
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["close-button"], children: handleClose && /* @__PURE__ */ jsxRuntimeExports.jsx(
1550
+ children: /* @__PURE__ */ jsxs("div", { className: styles$k["fv-opn-img-full-body"], children: [
1551
+ /* @__PURE__ */ jsx("div", { className: styles$k["close-button"], children: handleClose && /* @__PURE__ */ jsx(
2460
1552
  FCloseIcon,
2461
1553
  {
2462
1554
  handleClose: () => {
@@ -2465,7 +1557,7 @@ const FOpenImgFull = ({
2465
1557
  }
2466
1558
  }
2467
1559
  ) }),
2468
- /* @__PURE__ */ jsxRuntimeExports.jsxs(
1560
+ /* @__PURE__ */ jsxs(
2469
1561
  "div",
2470
1562
  {
2471
1563
  className: styles$k["image-container"],
@@ -2473,16 +1565,16 @@ const FOpenImgFull = ({
2473
1565
  onTouchMove: handleTouchMove,
2474
1566
  onTouchEnd: handleTouchEnd,
2475
1567
  children: [
2476
- selectedImg > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["arrow-left"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1568
+ selectedImg > 0 && /* @__PURE__ */ jsx("div", { className: styles$k["arrow-left"], children: /* @__PURE__ */ jsx(
2477
1569
  FArrowIcon,
2478
1570
  {
2479
1571
  direction: "left",
2480
1572
  handleClick: () => setSelectedImg(selectedImg - 1)
2481
1573
  }
2482
1574
  ) }),
2483
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$k["image-wrapper"], children: [
2484
- isLoading && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["loading-spinner"], children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["spinner"] }) }),
2485
- error2 ? /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["error-message"], children: "Ошибка загрузки изображения" }) : /* @__PURE__ */ jsxRuntimeExports.jsx(
1575
+ /* @__PURE__ */ jsxs("div", { className: styles$k["image-wrapper"], children: [
1576
+ isLoading && /* @__PURE__ */ jsx("div", { className: styles$k["loading-spinner"], children: /* @__PURE__ */ jsx("div", { className: styles$k["spinner"] }) }),
1577
+ error2 ? /* @__PURE__ */ jsx("div", { className: styles$k["error-message"], children: "Ошибка загрузки изображения" }) : /* @__PURE__ */ jsx(
2486
1578
  "img",
2487
1579
  {
2488
1580
  src: imagesUrl[selectedImg],
@@ -2502,7 +1594,7 @@ const FOpenImgFull = ({
2502
1594
  }
2503
1595
  )
2504
1596
  ] }),
2505
- selectedImg < imagesUrl.length - 1 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["arrow-right"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1597
+ selectedImg < imagesUrl.length - 1 && /* @__PURE__ */ jsx("div", { className: styles$k["arrow-right"], children: /* @__PURE__ */ jsx(
2506
1598
  FArrowIcon,
2507
1599
  {
2508
1600
  direction: "right",
@@ -2512,7 +1604,7 @@ const FOpenImgFull = ({
2512
1604
  ]
2513
1605
  }
2514
1606
  ),
2515
- imagesUrl.length > 1 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["progress-indicator"], children: imagesUrl.map((_, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
1607
+ imagesUrl.length > 1 && /* @__PURE__ */ jsx("div", { className: styles$k["progress-indicator"], children: imagesUrl.map((_, index) => /* @__PURE__ */ jsx(
2516
1608
  "div",
2517
1609
  {
2518
1610
  className: `${styles$k["progress-dot"]} ${index === selectedImg ? styles$k["active"] : ""}`,
@@ -2552,20 +1644,20 @@ const FAccordion = ({
2552
1644
  setIsOpen(open);
2553
1645
  }
2554
1646
  }, [open]);
2555
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1647
+ return /* @__PURE__ */ jsx(
2556
1648
  "div",
2557
1649
  {
2558
1650
  onClick,
2559
1651
  className: `${styles$j.card} ${className || ""}`,
2560
1652
  id,
2561
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
1653
+ children: /* @__PURE__ */ jsxs(
2562
1654
  "details",
2563
1655
  {
2564
1656
  className: styles$j[variant],
2565
1657
  open: isOpen,
2566
1658
  style: st,
2567
1659
  children: [
2568
- /* @__PURE__ */ jsxRuntimeExports.jsx("summary", { className: styles$j["fv-accord-title"], children: title2 }),
1660
+ /* @__PURE__ */ jsx("summary", { className: styles$j["fv-accord-title"], children: title2 }),
2569
1661
  children
2570
1662
  ]
2571
1663
  }
@@ -2704,8 +1796,8 @@ const FInputFileForm = ({
2704
1796
  setUploadProgress({});
2705
1797
  }
2706
1798
  }, [deleteFile]);
2707
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$i.container, children: [
2708
- /* @__PURE__ */ jsxRuntimeExports.jsxs(
1799
+ return /* @__PURE__ */ jsxs("div", { className: styles$i.container, children: [
1800
+ /* @__PURE__ */ jsxs(
2709
1801
  "div",
2710
1802
  {
2711
1803
  className: `${styles$i["custom-file"]} ${styles$i["custom-file-dropzone"]} ${isDragging ? styles$i.dragging : ""}`,
@@ -2714,7 +1806,7 @@ const FInputFileForm = ({
2714
1806
  onDragLeave: handleDragLeave,
2715
1807
  onDrop: handleDrop,
2716
1808
  children: [
2717
- /* @__PURE__ */ jsxRuntimeExports.jsx(
1809
+ /* @__PURE__ */ jsx(
2718
1810
  "input",
2719
1811
  {
2720
1812
  required,
@@ -2731,22 +1823,22 @@ const FInputFileForm = ({
2731
1823
  ref: inputRef
2732
1824
  }
2733
1825
  ),
2734
- /* @__PURE__ */ jsxRuntimeExports.jsxs("label", { htmlFor: id, className: styles$i["custom-file-label"], style: disabled2 ? { backgroundColor: "#F3F3F3", border: "1px dashed #C4C4C4" } : void 0, children: [
2735
- /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { width: "30", height: "30", fill: "currentColor", viewBox: "0 0 16 16", children: [
2736
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708z" }),
2737
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z" })
1826
+ /* @__PURE__ */ jsxs("label", { htmlFor: id, className: styles$i["custom-file-label"], style: disabled2 ? { backgroundColor: "#F3F3F3", border: "1px dashed #C4C4C4" } : void 0, children: [
1827
+ /* @__PURE__ */ jsxs("svg", { width: "30", height: "30", fill: "currentColor", viewBox: "0 0 16 16", children: [
1828
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708z" }),
1829
+ /* @__PURE__ */ jsx("path", { d: "M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z" })
2738
1830
  ] }),
2739
- /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
2740
- /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { style: disabled2 ? { color: "#C4C4C4" } : void 0, children: [
2741
- /* @__PURE__ */ jsxRuntimeExports.jsx("b", { style: disabled2 ? { color: "#888888" } : void 0, children: "Выберите" }),
1831
+ /* @__PURE__ */ jsx("br", {}),
1832
+ /* @__PURE__ */ jsxs("span", { style: disabled2 ? { color: "#C4C4C4" } : void 0, children: [
1833
+ /* @__PURE__ */ jsx("b", { style: disabled2 ? { color: "#888888" } : void 0, children: "Выберите" }),
2742
1834
  " или перетащите файл для загрузки",
2743
- /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
2744
- accept !== void 0 ? /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
1835
+ /* @__PURE__ */ jsx("br", {}),
1836
+ accept !== void 0 ? /* @__PURE__ */ jsxs(Fragment, { children: [
2745
1837
  "Разрешается загрузить файлы с форматом: ",
2746
- /* @__PURE__ */ jsxRuntimeExports.jsx("b", { style: disabled2 ? { color: "#888888" } : void 0, children: accept }),
2747
- /* @__PURE__ */ jsxRuntimeExports.jsx("br", {})
1838
+ /* @__PURE__ */ jsx("b", { style: disabled2 ? { color: "#888888" } : void 0, children: accept }),
1839
+ /* @__PURE__ */ jsx("br", {})
2748
1840
  ] }) : "Разрешается загрузить любой формат файлов",
2749
- dataMaxSize && /* @__PURE__ */ jsxRuntimeExports.jsxs("small", { children: [
1841
+ dataMaxSize && /* @__PURE__ */ jsxs("small", { children: [
2750
1842
  "Максимальный размер ",
2751
1843
  dataMaxSize.size,
2752
1844
  " ",
@@ -2757,8 +1849,8 @@ const FInputFileForm = ({
2757
1849
  ]
2758
1850
  }
2759
1851
  ),
2760
- errors.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$i.errors, children: errors.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$i.error, children: error2 }, index)) }),
2761
- showPreview && selectedFiles.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$i["custom-files-preview"], children: selectedFiles.map((file, index) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$i.fileItem, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1852
+ errors.length > 0 && /* @__PURE__ */ jsx("div", { className: styles$i.errors, children: errors.map((error2, index) => /* @__PURE__ */ jsx("div", { className: styles$i.error, children: error2 }, index)) }),
1853
+ showPreview && selectedFiles.length > 0 && /* @__PURE__ */ jsx("div", { className: styles$i["custom-files-preview"], children: selectedFiles.map((file, index) => /* @__PURE__ */ jsx("div", { className: styles$i.fileItem, children: /* @__PURE__ */ jsx(
2762
1854
  FFile,
2763
1855
  {
2764
1856
  name: file.name,
@@ -2796,7 +1888,7 @@ const FSelect = forwardRef(
2796
1888
  };
2797
1889
  const mergedStyle = Object.assign({}, baseStyle, st);
2798
1890
  const inputId = id || `input-${Math.random().toString(36).substring(2, 9)}`;
2799
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
1891
+ return /* @__PURE__ */ jsxs(
2800
1892
  "div",
2801
1893
  {
2802
1894
  className: `f-form-element ${styles$h["f-select"]}`,
@@ -2805,7 +1897,7 @@ const FSelect = forwardRef(
2805
1897
  role: "group",
2806
1898
  "aria-labelledby": label ? inputId + "-label" : void 0,
2807
1899
  children: [
2808
- label && /* @__PURE__ */ jsxRuntimeExports.jsx(
1900
+ label && /* @__PURE__ */ jsx(
2809
1901
  "label",
2810
1902
  {
2811
1903
  id: inputId + "-label",
@@ -2814,8 +1906,8 @@ const FSelect = forwardRef(
2814
1906
  children: label
2815
1907
  }
2816
1908
  ),
2817
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
2818
- /* @__PURE__ */ jsxRuntimeExports.jsx(
1909
+ /* @__PURE__ */ jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
1910
+ /* @__PURE__ */ jsx(
2819
1911
  "select",
2820
1912
  {
2821
1913
  ref,
@@ -2828,9 +1920,9 @@ const FSelect = forwardRef(
2828
1920
  children: !load && children
2829
1921
  }
2830
1922
  ),
2831
- load && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `f-form-element__loader`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FLoadIcon, { size: 10 }) })
1923
+ load && /* @__PURE__ */ jsx("div", { className: `f-form-element__loader`, children: /* @__PURE__ */ jsx(FLoadIcon, { size: 10 }) })
2832
1924
  ] }),
2833
- helpText && /* @__PURE__ */ jsxRuntimeExports.jsx(
1925
+ helpText && /* @__PURE__ */ jsx(
2834
1926
  "p",
2835
1927
  {
2836
1928
  id: inputId + "-helptext",
@@ -2838,15 +1930,29 @@ const FSelect = forwardRef(
2838
1930
  children: helpText
2839
1931
  }
2840
1932
  ),
2841
- errText && errText.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
1933
+ typeof errText === "string" && errText && /* @__PURE__ */ jsx(
2842
1934
  "div",
2843
1935
  {
2844
- className: `f-form-element__errorblock`,
2845
- children: errText.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
1936
+ className: "f-form-element__errorblock",
1937
+ children: /* @__PURE__ */ jsx(
1938
+ "p",
1939
+ {
1940
+ id: `${inputId}-errortext`,
1941
+ className: "f-form-element__errorblock_errortext",
1942
+ children: errText
1943
+ }
1944
+ )
1945
+ }
1946
+ ),
1947
+ errText && errText.length > 0 && /* @__PURE__ */ jsx(
1948
+ "div",
1949
+ {
1950
+ className: "f-form-element__errorblock",
1951
+ children: typeof errText !== "string" && errText.map((error2, index) => /* @__PURE__ */ jsx(
2846
1952
  "p",
2847
1953
  {
2848
1954
  id: `${inputId}-errortext-${index}`,
2849
- className: `f-form-element__errorblock_errortext`,
1955
+ className: "f-form-element__errorblock_errortext",
2850
1956
  children: error2
2851
1957
  },
2852
1958
  index
@@ -2863,7 +1969,7 @@ const FSelectItem = React.forwardRef(({
2863
1969
  children,
2864
1970
  ...props
2865
1971
  }, ref) => {
2866
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1972
+ return /* @__PURE__ */ jsx(
2867
1973
  "option",
2868
1974
  {
2869
1975
  ref,
@@ -2886,7 +1992,7 @@ const FFullDateField = forwardRef(
2886
1992
  height,
2887
1993
  ...props
2888
1994
  }, ref) => {
2889
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
1995
+ return /* @__PURE__ */ jsx(
2890
1996
  FTextField,
2891
1997
  {
2892
1998
  label,
@@ -2899,7 +2005,7 @@ const FFullDateField = forwardRef(
2899
2005
  value: load ? "" : value,
2900
2006
  type: load ? "text" : "date",
2901
2007
  helpText,
2902
- errText,
2008
+ errText: typeof errText === "string" ? [errText] : errText,
2903
2009
  ...props
2904
2010
  }
2905
2011
  );
@@ -3086,7 +2192,7 @@ const FSelectSearchDb = ({
3086
2192
  setArrObject([]);
3087
2193
  }
3088
2194
  };
3089
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
2195
+ return /* @__PURE__ */ jsxs(
3090
2196
  "div",
3091
2197
  {
3092
2198
  ref: containerRef,
@@ -3095,8 +2201,8 @@ const FSelectSearchDb = ({
3095
2201
  id,
3096
2202
  "data-position": dropdownPosition,
3097
2203
  children: [
3098
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$g["f-select-search-db__input"], children: [
3099
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2204
+ /* @__PURE__ */ jsxs("div", { className: styles$g["f-select-search-db__input"], children: [
2205
+ /* @__PURE__ */ jsx(
3100
2206
  FTextField,
3101
2207
  {
3102
2208
  fullWidth,
@@ -3117,26 +2223,26 @@ const FSelectSearchDb = ({
3117
2223
  },
3118
2224
  load,
3119
2225
  helpText: load ? "Загрузка..." : textInput ? "После окончания ввода запрос отправится через 3 сек" : helpText,
3120
- errText: errText || error2
2226
+ errText: typeof errText === "string" ? [errText] : errText || error2
3121
2227
  }
3122
2228
  ),
3123
- !load && !disabled2 && arrObject.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
2229
+ !load && !disabled2 && arrObject.length > 0 && /* @__PURE__ */ jsx(
3124
2230
  "div",
3125
2231
  {
3126
2232
  className: styles$g["f-select-search-db__input_arrow"],
3127
2233
  style: { marginTop: label ? "28px" : "7px" },
3128
2234
  onClick: handleArrowClick,
3129
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(FArrowIcon, { direction: isDropdownOpen ? "up" : "down", size: 15 })
2235
+ children: /* @__PURE__ */ jsx(FArrowIcon, { direction: isDropdownOpen ? "up" : "down", size: 15 })
3130
2236
  }
3131
2237
  )
3132
2238
  ] }),
3133
2239
  isDropdownOpen && (arrObject.length > 0 || valueInput.trim() === "") && dropdownPortalRef.current && createPortal(
3134
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2240
+ /* @__PURE__ */ jsx(
3135
2241
  "div",
3136
2242
  {
3137
2243
  ref: dropdownRef,
3138
2244
  className: `${styles$g["f-select-search-db__dropdown"]} ${isDropdownOpen ? styles$g.active : ""}`,
3139
- children: arrObject.length === 0 && valueInput.trim() === "" ? /* @__PURE__ */ jsxRuntimeExports.jsx("li", { children: "Введите текст" }) : arrObject.length === 0 && valueInput.trim() !== "" && !load ? /* @__PURE__ */ jsxRuntimeExports.jsx("li", { children: "Ничего не найдено" }) : /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { className: styles$g["f-select-search-db__dropdown_content"], children: arrObject.slice(0, 10).map((opt, index) => /* @__PURE__ */ jsxRuntimeExports.jsx("li", { onMouseDown: () => handleItemClick(opt), children: selectItem(opt) }, index)) })
2245
+ children: arrObject.length === 0 && valueInput.trim() === "" ? /* @__PURE__ */ jsx("li", { children: "Введите текст" }) : arrObject.length === 0 && valueInput.trim() !== "" && !load ? /* @__PURE__ */ jsx("li", { children: "Ничего не найдено" }) : /* @__PURE__ */ jsx("ul", { className: styles$g["f-select-search-db__dropdown_content"], children: arrObject.slice(0, 10).map((opt, index) => /* @__PURE__ */ jsx("li", { onMouseDown: () => handleItemClick(opt), children: selectItem(opt) }, index)) })
3140
2246
  }
3141
2247
  ),
3142
2248
  dropdownPortalRef.current
@@ -3171,7 +2277,7 @@ const FTextArea = forwardRef(
3171
2277
  };
3172
2278
  const mergedStyle = { ...baseStyle, ...st };
3173
2279
  const areaId = id || `textarea-${Math.random().toString(36).substring(2, 9)}`;
3174
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
2280
+ return /* @__PURE__ */ jsxs(
3175
2281
  "div",
3176
2282
  {
3177
2283
  className: `f-form-element ${styles$f["f-text-area"]} ${className || ""}`,
@@ -3180,7 +2286,7 @@ const FTextArea = forwardRef(
3180
2286
  id: areaId + "-text-area-block",
3181
2287
  "aria-labelledby": label ? areaId + "-label" : void 0,
3182
2288
  children: [
3183
- label && /* @__PURE__ */ jsxRuntimeExports.jsx(
2289
+ label && /* @__PURE__ */ jsx(
3184
2290
  "label",
3185
2291
  {
3186
2292
  id: areaId + "-label",
@@ -3189,8 +2295,8 @@ const FTextArea = forwardRef(
3189
2295
  children: label
3190
2296
  }
3191
2297
  ),
3192
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
3193
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2298
+ /* @__PURE__ */ jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
2299
+ /* @__PURE__ */ jsx(
3194
2300
  "textarea",
3195
2301
  {
3196
2302
  ref,
@@ -3203,9 +2309,9 @@ const FTextArea = forwardRef(
3203
2309
  style: { height: height || "auto" }
3204
2310
  }
3205
2311
  ),
3206
- load && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsxRuntimeExports.jsx(FLoadIcon, { size: 10 }) })
2312
+ load && /* @__PURE__ */ jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsx(FLoadIcon, { size: 10 }) })
3207
2313
  ] }),
3208
- helpText && /* @__PURE__ */ jsxRuntimeExports.jsx(
2314
+ helpText && /* @__PURE__ */ jsx(
3209
2315
  "p",
3210
2316
  {
3211
2317
  id: areaId + "-helptext",
@@ -3213,11 +2319,25 @@ const FTextArea = forwardRef(
3213
2319
  children: helpText
3214
2320
  }
3215
2321
  ),
3216
- errText && errText.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
2322
+ typeof errText === "string" && errText && /* @__PURE__ */ jsx(
2323
+ "div",
2324
+ {
2325
+ className: "f-form-element__errorblock",
2326
+ children: /* @__PURE__ */ jsx(
2327
+ "p",
2328
+ {
2329
+ id: `${areaId}-errortext`,
2330
+ className: "f-form-element__errorblock_errortext",
2331
+ children: errText
2332
+ }
2333
+ )
2334
+ }
2335
+ ),
2336
+ errText && errText.length > 0 && /* @__PURE__ */ jsx(
3217
2337
  "div",
3218
2338
  {
3219
2339
  className: "f-form-element__errorblock",
3220
- children: errText.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
2340
+ children: typeof errText !== "string" && errText.map((error2, index) => /* @__PURE__ */ jsx(
3221
2341
  "p",
3222
2342
  {
3223
2343
  id: `${areaId}-errortext-${index}`,
@@ -3298,14 +2418,14 @@ const FAlert = ({
3298
2418
  });
3299
2419
  }, [open]);
3300
2420
  const handlerIco = () => {
3301
- let ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
3302
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2421
+ let ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2422
+ /* @__PURE__ */ jsx(
3303
2423
  "path",
3304
2424
  {
3305
2425
  d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"
3306
2426
  }
3307
2427
  ),
3308
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2428
+ /* @__PURE__ */ jsx(
3309
2429
  "path",
3310
2430
  {
3311
2431
  d: "m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"
@@ -3314,14 +2434,14 @@ const FAlert = ({
3314
2434
  ] });
3315
2435
  switch (variant) {
3316
2436
  case "info":
3317
- ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
3318
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2437
+ ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2438
+ /* @__PURE__ */ jsx(
3319
2439
  "path",
3320
2440
  {
3321
2441
  d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"
3322
2442
  }
3323
2443
  ),
3324
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2444
+ /* @__PURE__ */ jsx(
3325
2445
  "path",
3326
2446
  {
3327
2447
  d: "m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"
@@ -3330,14 +2450,14 @@ const FAlert = ({
3330
2450
  ] });
3331
2451
  break;
3332
2452
  case "success":
3333
- ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
3334
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2453
+ ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2454
+ /* @__PURE__ */ jsx(
3335
2455
  "path",
3336
2456
  {
3337
2457
  d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"
3338
2458
  }
3339
2459
  ),
3340
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2460
+ /* @__PURE__ */ jsx(
3341
2461
  "path",
3342
2462
  {
3343
2463
  d: "M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z"
@@ -3346,14 +2466,14 @@ const FAlert = ({
3346
2466
  ] });
3347
2467
  break;
3348
2468
  case "error":
3349
- ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
3350
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2469
+ ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2470
+ /* @__PURE__ */ jsx(
3351
2471
  "path",
3352
2472
  {
3353
2473
  d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"
3354
2474
  }
3355
2475
  ),
3356
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2476
+ /* @__PURE__ */ jsx(
3357
2477
  "path",
3358
2478
  {
3359
2479
  d: "M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"
@@ -3362,14 +2482,14 @@ const FAlert = ({
3362
2482
  ] });
3363
2483
  break;
3364
2484
  case "warning":
3365
- ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
3366
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2485
+ ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2486
+ /* @__PURE__ */ jsx(
3367
2487
  "path",
3368
2488
  {
3369
2489
  d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"
3370
2490
  }
3371
2491
  ),
3372
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2492
+ /* @__PURE__ */ jsx(
3373
2493
  "path",
3374
2494
  {
3375
2495
  d: "M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"
@@ -3415,17 +2535,17 @@ const FAlert = ({
3415
2535
  }
3416
2536
  return Object.assign({}, styleHorizontal, styleVertical);
3417
2537
  };
3418
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Fragment, { children: open && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "f-block-alert", id: `f-block-alert-${randomId}`, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "f-alert-component", style: handlerPosition(), children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "f-alert", children: [
3419
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `f-alert-ico ${variant}`, children: /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { width: "28", height: "28", viewBox: "0 0 16 16", children: handlerIco() }) }),
3420
- /* @__PURE__ */ jsxRuntimeExports.jsxs(
2538
+ return /* @__PURE__ */ jsx(Fragment$1, { children: open && /* @__PURE__ */ jsx("div", { className: "f-block-alert", id: `f-block-alert-${randomId}`, children: /* @__PURE__ */ jsx("div", { className: "f-alert-component", style: handlerPosition(), children: /* @__PURE__ */ jsxs("div", { className: "f-alert", children: [
2539
+ /* @__PURE__ */ jsx("div", { className: `f-alert-ico ${variant}`, children: /* @__PURE__ */ jsx("svg", { width: "28", height: "28", viewBox: "0 0 16 16", children: handlerIco() }) }),
2540
+ /* @__PURE__ */ jsxs(
3421
2541
  "div",
3422
2542
  {
3423
2543
  className: "f-alert-inside",
3424
2544
  style: { width: size !== void 0 ? `${size}` : "fit-content" },
3425
2545
  children: [
3426
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "f-alert-header", children: [
3427
- /* @__PURE__ */ jsxRuntimeExports.jsx("h4", { children: title2 !== void 0 ? title2 : "" }),
3428
- buttonClose && onClose && /* @__PURE__ */ jsxRuntimeExports.jsx(
2546
+ /* @__PURE__ */ jsxs("div", { className: "f-alert-header", children: [
2547
+ /* @__PURE__ */ jsx("h4", { children: title2 !== void 0 ? title2 : "" }),
2548
+ buttonClose && onClose && /* @__PURE__ */ jsx(
3429
2549
  FCloseIcon,
3430
2550
  {
3431
2551
  size: 25,
@@ -3446,13 +2566,13 @@ const FAlert = ({
3446
2566
  }
3447
2567
  )
3448
2568
  ] }),
3449
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "f-alert-body", children: /* @__PURE__ */ jsxRuntimeExports.jsx(FStack, { direction: "column", spacing: 1, children: body !== void 0 && body.split("\n").map((opt, index) => {
3450
- return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: opt }, index);
2569
+ /* @__PURE__ */ jsx("div", { className: "f-alert-body", children: /* @__PURE__ */ jsx(FStack, { direction: "column", spacing: 1, children: body !== void 0 && body.split("\n").map((opt, index) => {
2570
+ return /* @__PURE__ */ jsx("span", { children: opt }, index);
3451
2571
  }) }) })
3452
2572
  ]
3453
2573
  }
3454
2574
  ),
3455
- newTime !== void 0 && newTime > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "f-alert-progress", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "f-alert-progress-bar", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
2575
+ newTime !== void 0 && newTime > 0 && /* @__PURE__ */ jsx("div", { className: "f-alert-progress", children: /* @__PURE__ */ jsx("div", { className: "f-alert-progress-bar", children: /* @__PURE__ */ jsx(
3456
2576
  "div",
3457
2577
  {
3458
2578
  className: `f-alert-progress-value ${variant}`,
@@ -3504,9 +2624,9 @@ const FNative = ({
3504
2624
  st.width = "100%";
3505
2625
  }
3506
2626
  }
3507
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-native ${className !== void 0 ? className : ""}`, style: st, id, children: [
3508
- /* @__PURE__ */ jsxRuntimeExports.jsx("label", { className: "f-native-label", children: label }),
3509
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2627
+ return /* @__PURE__ */ jsxs("div", { className: `f-form-native ${className !== void 0 ? className : ""}`, style: st, id, children: [
2628
+ /* @__PURE__ */ jsx("label", { className: "f-native-label", children: label }),
2629
+ /* @__PURE__ */ jsx(
3510
2630
  "select",
3511
2631
  {
3512
2632
  style: {
@@ -3547,7 +2667,7 @@ const FTabs = ({
3547
2667
  st,
3548
2668
  orientation = "horizontal"
3549
2669
  }) => {
3550
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
2670
+ return /* @__PURE__ */ jsx(
3551
2671
  "div",
3552
2672
  {
3553
2673
  id,
@@ -3563,7 +2683,7 @@ const FTab = forwardRef(({
3563
2683
  active: active2,
3564
2684
  ...props
3565
2685
  }, ref) => {
3566
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
2686
+ return /* @__PURE__ */ jsx(
3567
2687
  "button",
3568
2688
  {
3569
2689
  ref,
@@ -3627,8 +2747,8 @@ const FDropdown = forwardRef(({
3627
2747
  return child;
3628
2748
  });
3629
2749
  };
3630
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$d["f-dropdown"], ref, ...props, children: [
3631
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2750
+ return /* @__PURE__ */ jsxs("div", { className: styles$d["f-dropdown"], ref, ...props, children: [
2751
+ /* @__PURE__ */ jsx(
3632
2752
  FButton,
3633
2753
  {
3634
2754
  variant,
@@ -3641,13 +2761,13 @@ const FDropdown = forwardRef(({
3641
2761
  onClick: () => setIsOpen((v) => !v),
3642
2762
  "aria-haspopup": "menu",
3643
2763
  "aria-expanded": isOpen,
3644
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs(FStack, { direction: "row", spacing: 2, justifyContent: "center", alignItems: "center", children: [
2764
+ children: /* @__PURE__ */ jsxs(FStack, { direction: "row", spacing: 2, justifyContent: "center", alignItems: "center", children: [
3645
2765
  label,
3646
- /* @__PURE__ */ jsxRuntimeExports.jsx(FArrowIcon, { className: styles$d["f-dropdown__arrow"], size: 16, color: "light", direction: isOpen ? "up" : "down" })
2766
+ /* @__PURE__ */ jsx(FArrowIcon, { className: styles$d["f-dropdown__arrow"], size: 16, color: "light", direction: isOpen ? "up" : "down" })
3647
2767
  ] })
3648
2768
  }
3649
2769
  ),
3650
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2770
+ /* @__PURE__ */ jsx(
3651
2771
  "div",
3652
2772
  {
3653
2773
  className: styles$d["f-dropdown__content"] + (isOpen ? " " + styles$d["f-dropdown__content--open"] : ""),
@@ -3666,7 +2786,7 @@ const FDropdownItem = ({
3666
2786
  children,
3667
2787
  onClick
3668
2788
  }) => {
3669
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
2789
+ return /* @__PURE__ */ jsx(
3670
2790
  "li",
3671
2791
  {
3672
2792
  id,
@@ -3705,8 +2825,8 @@ const FSearchBox = forwardRef(
3705
2825
  type,
3706
2826
  ...props
3707
2827
  }, ref) => {
3708
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `${styles$c["f-search-box"]} form-group`, style: st, children: [
3709
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2828
+ return /* @__PURE__ */ jsxs("div", { className: `${styles$c["f-search-box"]} form-group`, style: st, children: [
2829
+ /* @__PURE__ */ jsx(
3710
2830
  FTextField,
3711
2831
  {
3712
2832
  fullWidth,
@@ -3716,14 +2836,14 @@ const FSearchBox = forwardRef(
3716
2836
  readOnly: readOnly || load,
3717
2837
  type: type ?? "text",
3718
2838
  helpText,
3719
- errText,
2839
+ errText: typeof errText === "string" ? [errText] : errText,
3720
2840
  load,
3721
2841
  ...props,
3722
2842
  className: `${styles$c["f-search-box__input"]} ${props.className || ""}`
3723
2843
  }
3724
2844
  ),
3725
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$c["f-search-box__button"], style: { marginTop: label ? "21.8px" : "0" }, children: [
3726
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2845
+ /* @__PURE__ */ jsxs("div", { className: styles$c["f-search-box__button"], style: { marginTop: label ? "21.8px" : "0" }, children: [
2846
+ /* @__PURE__ */ jsx(
3727
2847
  FButton,
3728
2848
  {
3729
2849
  className: `${styles$c["f-search-box__button_search"]} ${clearDataFromInput ? styles$c["clear-on"] : ""}`,
@@ -3735,7 +2855,7 @@ const FSearchBox = forwardRef(
3735
2855
  children
3736
2856
  }
3737
2857
  ),
3738
- clearDataFromInput && /* @__PURE__ */ jsxRuntimeExports.jsx(
2858
+ clearDataFromInput && /* @__PURE__ */ jsx(
3739
2859
  FButton,
3740
2860
  {
3741
2861
  className: `${styles$c["f-search-box__button_clear"]}`,
@@ -3744,7 +2864,7 @@ const FSearchBox = forwardRef(
3744
2864
  onClick: clearDataFromInput,
3745
2865
  color: "danger",
3746
2866
  variant,
3747
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(FTrashIcon, { color: "light", size: 20 })
2867
+ children: /* @__PURE__ */ jsx(FTrashIcon, { color: "light", size: 20 })
3748
2868
  }
3749
2869
  )
3750
2870
  ] })
@@ -3844,25 +2964,25 @@ const FCarousel = ({
3844
2964
  transition: isAnimating ? "transform 0.6s cubic-bezier(.4,0,.2,1)" : "none",
3845
2965
  width: `${100 * itemsCount / visibleCount}%`
3846
2966
  };
3847
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: rootClass, children: [
3848
- showArrows && /* @__PURE__ */ jsxRuntimeExports.jsx(
2967
+ return /* @__PURE__ */ jsxs("div", { className: rootClass, children: [
2968
+ showArrows && /* @__PURE__ */ jsx(
3849
2969
  "button",
3850
2970
  {
3851
2971
  className: `${styles$b["f-carousel__arrow"]} ${styles$b["f-carousel__arrow--left"]}`,
3852
2972
  onClick: handlePrev,
3853
2973
  disabled: !loop && current === 0,
3854
2974
  "aria-label": "Назад",
3855
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("img", { src: arrowLeft, alt: "Предыдущий слайд" })
2975
+ children: /* @__PURE__ */ jsx("img", { src: arrowLeft, alt: "Предыдущий слайд" })
3856
2976
  }
3857
2977
  ),
3858
- /* @__PURE__ */ jsxRuntimeExports.jsx(
2978
+ /* @__PURE__ */ jsx(
3859
2979
  "div",
3860
2980
  {
3861
2981
  className: styles$b["f-carousel__viewport"],
3862
2982
  onTouchStart: handleTouchStart,
3863
2983
  onTouchMove: handleTouchMove,
3864
2984
  onTouchEnd: handleTouchEnd,
3865
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { ref: trackRef, className: trackClass, style: trackStyle, children: children.map((child, idx) => /* @__PURE__ */ jsxRuntimeExports.jsx(
2985
+ children: /* @__PURE__ */ jsx("div", { ref: trackRef, className: trackClass, style: trackStyle, children: children.map((child, idx) => /* @__PURE__ */ jsx(
3866
2986
  "div",
3867
2987
  {
3868
2988
  className: styles$b["f-carousel__item"],
@@ -3873,17 +2993,17 @@ const FCarousel = ({
3873
2993
  )) })
3874
2994
  }
3875
2995
  ),
3876
- showArrows && /* @__PURE__ */ jsxRuntimeExports.jsx(
2996
+ showArrows && /* @__PURE__ */ jsx(
3877
2997
  "button",
3878
2998
  {
3879
2999
  className: `${styles$b["f-carousel__arrow"]} ${styles$b["f-carousel__arrow--right"]}`,
3880
3000
  onClick: handleNext,
3881
3001
  disabled: !loop && current >= itemsCount - visibleCount,
3882
3002
  "aria-label": "Вперёд",
3883
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("img", { src: arrowRight, alt: "Следующий слайд" })
3003
+ children: /* @__PURE__ */ jsx("img", { src: arrowRight, alt: "Следующий слайд" })
3884
3004
  }
3885
3005
  ),
3886
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$b["f-carousel__indicators"], children: Array.from({ length: itemsCount - visibleCount + 1 }).map((_, idx) => /* @__PURE__ */ jsxRuntimeExports.jsx(
3006
+ /* @__PURE__ */ jsx("div", { className: styles$b["f-carousel__indicators"], children: Array.from({ length: itemsCount - visibleCount + 1 }).map((_, idx) => /* @__PURE__ */ jsx(
3887
3007
  "button",
3888
3008
  {
3889
3009
  className: [
@@ -3902,7 +3022,7 @@ const FCarouselItem = ({
3902
3022
  className,
3903
3023
  id
3904
3024
  }) => {
3905
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$b["f-carousel-item"]} ${className || ""}`, id, children });
3025
+ return /* @__PURE__ */ jsx("div", { className: `${styles$b["f-carousel-item"]} ${className || ""}`, id, children });
3906
3026
  };
3907
3027
  const skeleton = "_skeleton_1ojrt_1";
3908
3028
  const styles$a = {
@@ -3962,7 +3082,7 @@ const FSkeleton = ({ children, enable, width, height }) => {
3962
3082
  restoreOriginalElements();
3963
3083
  };
3964
3084
  }, [enable]);
3965
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { ref: elementRef, className: styles$a["skeleton-block"], children });
3085
+ return /* @__PURE__ */ jsx("div", { ref: elementRef, className: styles$a["skeleton-block"], children });
3966
3086
  };
3967
3087
  const active = "_active_1tib7_71";
3968
3088
  const styles$9 = {
@@ -3977,7 +3097,7 @@ const FNavigateBar = ({
3977
3097
  id,
3978
3098
  className
3979
3099
  }) => {
3980
- return /* @__PURE__ */ jsxRuntimeExports.jsx(FGrid, { obj: "container", id, className, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FGridRow, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(FGrid, { obj: "item", sm: 12, children: /* @__PURE__ */ jsxRuntimeExports.jsx("nav", { style: st, className: styles$9["f-nav-bar"], children: /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { className: styles$9["f-nav-bar__menu"], children }) }) }) }) });
3100
+ return /* @__PURE__ */ jsx(FGrid, { obj: "container", id, className, children: /* @__PURE__ */ jsx(FGridRow, { children: /* @__PURE__ */ jsx(FGrid, { obj: "item", sm: 12, children: /* @__PURE__ */ jsx("nav", { style: st, className: styles$9["f-nav-bar"], children: /* @__PURE__ */ jsx("ul", { className: styles$9["f-nav-bar__menu"], children }) }) }) }) });
3981
3101
  };
3982
3102
  const FNavigateBarItem = ({
3983
3103
  st,
@@ -3986,7 +3106,7 @@ const FNavigateBarItem = ({
3986
3106
  className,
3987
3107
  activeClass
3988
3108
  }) => {
3989
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
3109
+ return /* @__PURE__ */ jsx(
3990
3110
  "li",
3991
3111
  {
3992
3112
  id,
@@ -4012,7 +3132,7 @@ const FMenuBlockLinks = ({
4012
3132
  columns = 3
4013
3133
  }) => {
4014
3134
  const style = st !== void 0 ? { ...st, columns } : { columns };
4015
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
3135
+ return /* @__PURE__ */ jsx(
4016
3136
  "div",
4017
3137
  {
4018
3138
  className: `${styles$8["sections-routes"]} ${className ?? ""}`.trim(),
@@ -4043,15 +3163,15 @@ const FMenuLinks = ({
4043
3163
  ...isDisabled && { onClick: (e) => e.preventDefault() }
4044
3164
  });
4045
3165
  });
4046
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3166
+ return /* @__PURE__ */ jsxs(
4047
3167
  "div",
4048
3168
  {
4049
3169
  className: `${styles$8["sections-routes_card"]} ${className ?? ""}`.trim(),
4050
3170
  style: st,
4051
3171
  id,
4052
3172
  children: [
4053
- title2 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$8["sections-routes_card__title"], children: title2 }),
4054
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$8["sections-routes_card__links"], children: enhancedChildren })
3173
+ title2 && /* @__PURE__ */ jsx("div", { className: styles$8["sections-routes_card__title"], children: title2 }),
3174
+ /* @__PURE__ */ jsx("div", { className: styles$8["sections-routes_card__links"], children: enhancedChildren })
4055
3175
  ]
4056
3176
  }
4057
3177
  );
@@ -4232,7 +3352,7 @@ const FTooltip = ({
4232
3352
  let wrappedChild;
4233
3353
  const childPropsTyped = children.props;
4234
3354
  if (allowTooltipOnDisabled && React.isValidElement(children) && (childPropsTyped.disabled || childPropsTyped["aria-disabled"])) {
4235
- wrappedChild = /* @__PURE__ */ jsxRuntimeExports.jsx(
3355
+ wrappedChild = /* @__PURE__ */ jsx(
4236
3356
  "span",
4237
3357
  {
4238
3358
  ref: childRef,
@@ -4252,7 +3372,7 @@ const FTooltip = ({
4252
3372
  isExiting ? styles$7["f-tooltip--exiting"] : "",
4253
3373
  className
4254
3374
  ].filter(Boolean).join(" ");
4255
- const tooltipElement = mountTooltip && title2 ? /* @__PURE__ */ jsxRuntimeExports.jsxs(
3375
+ const tooltipElement = mountTooltip && title2 ? /* @__PURE__ */ jsxs(
4256
3376
  "div",
4257
3377
  {
4258
3378
  ref: tooltipRef,
@@ -4260,12 +3380,12 @@ const FTooltip = ({
4260
3380
  style: { ...style, ...tooltipStyles },
4261
3381
  role: "tooltip",
4262
3382
  children: [
4263
- arrow2 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$7["f-tooltip__arrow"] }),
4264
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$7["f-tooltip__content"], children: title2 })
3383
+ arrow2 && /* @__PURE__ */ jsx("div", { className: styles$7["f-tooltip__arrow"] }),
3384
+ /* @__PURE__ */ jsx("div", { className: styles$7["f-tooltip__content"], children: title2 })
4265
3385
  ]
4266
3386
  }
4267
3387
  ) : null;
4268
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
3388
+ return /* @__PURE__ */ jsxs(Fragment, { children: [
4269
3389
  wrappedChild,
4270
3390
  tooltipElement && createPortal(tooltipElement, document.body)
4271
3391
  ] });
@@ -4289,22 +3409,22 @@ const styles$6 = {
4289
3409
  "f-select-highlight": "_f-select-highlight_1prwk_128",
4290
3410
  "has-icons": "_has-icons_1prwk_135"
4291
3411
  };
4292
- const ChevronIcon = ({ className }) => /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className, children: /* @__PURE__ */ jsxRuntimeExports.jsx("polyline", { points: "6 9 12 15 18 9" }) });
4293
- const CloseIcon = () => /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
4294
- /* @__PURE__ */ jsxRuntimeExports.jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
4295
- /* @__PURE__ */ jsxRuntimeExports.jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
3412
+ const ChevronIcon = ({ className }) => /* @__PURE__ */ jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className, children: /* @__PURE__ */ jsx("polyline", { points: "6 9 12 15 18 9" }) });
3413
+ const CloseIcon = () => /* @__PURE__ */ jsxs("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
3414
+ /* @__PURE__ */ jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
3415
+ /* @__PURE__ */ jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
4296
3416
  ] });
4297
- const PlusIcon = () => /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
4298
- /* @__PURE__ */ jsxRuntimeExports.jsx("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
4299
- /* @__PURE__ */ jsxRuntimeExports.jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
3417
+ const PlusIcon = () => /* @__PURE__ */ jsxs("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
3418
+ /* @__PURE__ */ jsx("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
3419
+ /* @__PURE__ */ jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
4300
3420
  ] });
4301
3421
  const HighlightedText = ({ text, highlight }) => {
4302
- if (!highlight.trim()) return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: text });
3422
+ if (!highlight.trim()) return /* @__PURE__ */ jsx("span", { children: text });
4303
3423
  const escapeRegExp = (str) => str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
4304
3424
  const regex = new RegExp(`(${escapeRegExp(highlight)})`, "gi");
4305
3425
  const parts = text.split(regex);
4306
- return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: parts.map(
4307
- (part, i) => regex.test(part) ? /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: styles$6["f-select-highlight"], children: part }, i) : /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: part }, i)
3426
+ return /* @__PURE__ */ jsx("span", { children: parts.map(
3427
+ (part, i) => regex.test(part) ? /* @__PURE__ */ jsx("span", { className: styles$6["f-select-highlight"], children: part }, i) : /* @__PURE__ */ jsx("span", { children: part }, i)
4308
3428
  ) });
4309
3429
  };
4310
3430
  const FSearchableSelect = forwardRef(
@@ -4449,7 +3569,7 @@ const FSearchableSelect = forwardRef(
4449
3569
  const inputId = restProps.id || `search-select-${Math.random().toString(36).substring(2, 9)}`;
4450
3570
  const hasValue = restProps.value !== void 0 ? !!String(restProps.value) : !!lastValueRef.current;
4451
3571
  const currentValStr = restProps.value !== void 0 ? String(restProps.value) : lastValueRef.current;
4452
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3572
+ return /* @__PURE__ */ jsxs(
4453
3573
  "div",
4454
3574
  {
4455
3575
  className: `f-form-element ${styles$6["f-search-select"]} ${restProps.className || ""}`,
@@ -4457,7 +3577,7 @@ const FSearchableSelect = forwardRef(
4457
3577
  ref: containerRef,
4458
3578
  id: inputId + "-block",
4459
3579
  children: [
4460
- label && /* @__PURE__ */ jsxRuntimeExports.jsx(
3580
+ label && /* @__PURE__ */ jsx(
4461
3581
  "label",
4462
3582
  {
4463
3583
  id: inputId + "-label",
@@ -4466,7 +3586,7 @@ const FSearchableSelect = forwardRef(
4466
3586
  children: label
4467
3587
  }
4468
3588
  ),
4469
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3589
+ /* @__PURE__ */ jsx(
4470
3590
  "input",
4471
3591
  {
4472
3592
  ref,
@@ -4480,8 +3600,8 @@ const FSearchableSelect = forwardRef(
4480
3600
  "aria-hidden": "true"
4481
3601
  }
4482
3602
  ),
4483
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
4484
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3603
+ /* @__PURE__ */ jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
3604
+ /* @__PURE__ */ jsx(
4485
3605
  "input",
4486
3606
  {
4487
3607
  ref: visibleInputRef,
@@ -4509,21 +3629,21 @@ const FSearchableSelect = forwardRef(
4509
3629
  }
4510
3630
  }
4511
3631
  ),
4512
- load ? /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsxRuntimeExports.jsx(FLoadIcon, { size: 10 }) }) : /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$6["f-select-actions"], children: [
4513
- hasValue && !disabled2 && /* @__PURE__ */ jsxRuntimeExports.jsx(
3632
+ load ? /* @__PURE__ */ jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsx(FLoadIcon, { size: 10 }) }) : /* @__PURE__ */ jsxs("div", { className: styles$6["f-select-actions"], children: [
3633
+ hasValue && !disabled2 && /* @__PURE__ */ jsx(
4514
3634
  "div",
4515
3635
  {
4516
3636
  onClick: handleClear,
4517
3637
  className: `${styles$6["f-select-icon"]} close`,
4518
3638
  title: "Очистить",
4519
3639
  onMouseDown: (e) => e.preventDefault(),
4520
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(CloseIcon, {})
3640
+ children: /* @__PURE__ */ jsx(CloseIcon, {})
4521
3641
  }
4522
3642
  ),
4523
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$6["f-select-icon"]} ${isOpen ? styles$6["rotate"] : ""}`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(ChevronIcon, {}) })
3643
+ /* @__PURE__ */ jsx("div", { className: `${styles$6["f-select-icon"]} ${isOpen ? styles$6["rotate"] : ""}`, children: /* @__PURE__ */ jsx(ChevronIcon, {}) })
4524
3644
  ] })
4525
3645
  ] }),
4526
- isOpen && !disabled2 && !load && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$6["f-select-dropdown"], children: /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { ref: listRef, className: styles$6["f-select-list"], children: renderList.length === 0 ? /* @__PURE__ */ jsxRuntimeExports.jsx("li", { className: styles$6["f-select-no-results"], children: allowCreate ? "Нет данных" : "Совпадений не найдено" }) : renderList.map((option, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
3646
+ isOpen && !disabled2 && !load && /* @__PURE__ */ jsx("div", { className: styles$6["f-select-dropdown"], children: /* @__PURE__ */ jsx("ul", { ref: listRef, className: styles$6["f-select-list"], children: renderList.length === 0 ? /* @__PURE__ */ jsx("li", { className: styles$6["f-select-no-results"], children: allowCreate ? "Нет данных" : "Совпадений не найдено" }) : renderList.map((option, index) => /* @__PURE__ */ jsx(
4527
3647
  "li",
4528
3648
  {
4529
3649
  className: `
@@ -4538,15 +3658,15 @@ const FSearchableSelect = forwardRef(
4538
3658
  handleSelect(option);
4539
3659
  },
4540
3660
  onMouseEnter: () => setHighlightedIndex(index),
4541
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { overflow: "hidden", textOverflow: "ellipsis" }, children: [
4542
- option.isNew && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { style: { marginRight: 4 }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(PlusIcon, {}) }),
4543
- /* @__PURE__ */ jsxRuntimeExports.jsx(HighlightedText, { text: option.label, highlight: deferredQuery }),
4544
- option.isNew && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { style: { opacity: 0.6, fontSize: "0.85em", marginLeft: 6 }, children: "(Создать)" })
3661
+ children: /* @__PURE__ */ jsxs("div", { style: { overflow: "hidden", textOverflow: "ellipsis" }, children: [
3662
+ option.isNew && /* @__PURE__ */ jsx("span", { style: { marginRight: 4 }, children: /* @__PURE__ */ jsx(PlusIcon, {}) }),
3663
+ /* @__PURE__ */ jsx(HighlightedText, { text: option.label, highlight: deferredQuery }),
3664
+ option.isNew && /* @__PURE__ */ jsx("span", { style: { opacity: 0.6, fontSize: "0.85em", marginLeft: 6 }, children: "(Создать)" })
4545
3665
  ] })
4546
3666
  },
4547
3667
  option.value + index
4548
3668
  )) }) }),
4549
- helpText && /* @__PURE__ */ jsxRuntimeExports.jsx(
3669
+ helpText && /* @__PURE__ */ jsx(
4550
3670
  "p",
4551
3671
  {
4552
3672
  id: inputId + "-helptext",
@@ -4554,11 +3674,25 @@ const FSearchableSelect = forwardRef(
4554
3674
  children: helpText
4555
3675
  }
4556
3676
  ),
4557
- errText && errText.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
3677
+ typeof errText === "string" && errText && /* @__PURE__ */ jsx(
4558
3678
  "div",
4559
3679
  {
4560
3680
  className: "f-form-element__errorblock",
4561
- children: errText.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
3681
+ children: /* @__PURE__ */ jsx(
3682
+ "p",
3683
+ {
3684
+ id: `${inputId}-errortext`,
3685
+ className: "f-form-element__errorblock_errortext",
3686
+ children: errText
3687
+ }
3688
+ )
3689
+ }
3690
+ ),
3691
+ errText && errText.length > 0 && /* @__PURE__ */ jsx(
3692
+ "div",
3693
+ {
3694
+ className: "f-form-element__errorblock",
3695
+ children: typeof errText !== "string" && errText.map((error2, index) => /* @__PURE__ */ jsx(
4562
3696
  "p",
4563
3697
  {
4564
3698
  id: `${inputId}-errortext-${index}`,
@@ -4585,7 +3719,7 @@ const FPlusIcon = React.forwardRef(({
4585
3719
  ["data-testid"]: dataTestId,
4586
3720
  ...props
4587
3721
  }, ref) => {
4588
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
3722
+ return /* @__PURE__ */ jsx(
4589
3723
  "svg",
4590
3724
  {
4591
3725
  ref,
@@ -4599,7 +3733,7 @@ const FPlusIcon = React.forwardRef(({
4599
3733
  viewBox: "0 0 24 24",
4600
3734
  "data-testid": dataTestId,
4601
3735
  ...props,
4602
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3736
+ children: /* @__PURE__ */ jsx(
4603
3737
  "path",
4604
3738
  {
4605
3739
  d: "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
@@ -4619,7 +3753,7 @@ const FCheckIcon = React.forwardRef(({
4619
3753
  ["data-testid"]: dataTestId,
4620
3754
  ...props
4621
3755
  }, ref) => {
4622
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
3756
+ return /* @__PURE__ */ jsx(
4623
3757
  "svg",
4624
3758
  {
4625
3759
  ref,
@@ -4631,7 +3765,7 @@ const FCheckIcon = React.forwardRef(({
4631
3765
  style: st,
4632
3766
  "data-testid": dataTestId,
4633
3767
  ...props,
4634
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3768
+ children: /* @__PURE__ */ jsx(
4635
3769
  "path",
4636
3770
  {
4637
3771
  clipRule: "evenodd",
@@ -4653,7 +3787,7 @@ const FListIcon = React.forwardRef(({
4653
3787
  ["data-testid"]: dataTestId,
4654
3788
  ...props
4655
3789
  }, ref) => {
4656
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3790
+ return /* @__PURE__ */ jsxs(
4657
3791
  "svg",
4658
3792
  {
4659
3793
  ref,
@@ -4666,13 +3800,13 @@ const FListIcon = React.forwardRef(({
4666
3800
  "data-testid": dataTestId,
4667
3801
  ...props,
4668
3802
  children: [
4669
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3803
+ /* @__PURE__ */ jsx(
4670
3804
  "path",
4671
3805
  {
4672
3806
  d: "M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"
4673
3807
  }
4674
3808
  ),
4675
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3809
+ /* @__PURE__ */ jsx(
4676
3810
  "path",
4677
3811
  {
4678
3812
  d: "M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8zm0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-1-5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM4 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"
@@ -4693,7 +3827,7 @@ const FPenIcon = React.forwardRef(({
4693
3827
  ["data-testid"]: dataTestId,
4694
3828
  ...props
4695
3829
  }, ref) => {
4696
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
3830
+ return /* @__PURE__ */ jsx(
4697
3831
  "svg",
4698
3832
  {
4699
3833
  ref,
@@ -4705,7 +3839,7 @@ const FPenIcon = React.forwardRef(({
4705
3839
  id,
4706
3840
  "data-testid": dataTestId,
4707
3841
  ...props,
4708
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3842
+ children: /* @__PURE__ */ jsx(
4709
3843
  "path",
4710
3844
  {
4711
3845
  d: "M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z"
@@ -4725,7 +3859,7 @@ const FDownloadIcon = React.forwardRef(({
4725
3859
  ["data-testid"]: dataTestId,
4726
3860
  ...props
4727
3861
  }, ref) => {
4728
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3862
+ return /* @__PURE__ */ jsxs(
4729
3863
  "svg",
4730
3864
  {
4731
3865
  ref,
@@ -4738,8 +3872,8 @@ const FDownloadIcon = React.forwardRef(({
4738
3872
  "data-testid": dataTestId,
4739
3873
  ...props,
4740
3874
  children: [
4741
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z" }),
4742
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z" })
3875
+ /* @__PURE__ */ jsx("path", { d: "M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z" }),
3876
+ /* @__PURE__ */ jsx("path", { d: "M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z" })
4743
3877
  ]
4744
3878
  }
4745
3879
  );
@@ -4755,7 +3889,7 @@ const FCopyAddIcon = React.forwardRef(({
4755
3889
  ["data-testid"]: dataTestId,
4756
3890
  ...props
4757
3891
  }, ref) => {
4758
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3892
+ return /* @__PURE__ */ jsxs(
4759
3893
  "svg",
4760
3894
  {
4761
3895
  ref,
@@ -4768,8 +3902,8 @@ const FCopyAddIcon = React.forwardRef(({
4768
3902
  "data-testid": dataTestId,
4769
3903
  ...props,
4770
3904
  children: [
4771
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M27.2,8.22H23.78V5.42A3.42,3.42,0,0,0,20.36,2H5.42A3.42,3.42,0,0,0,2,5.42V20.36a3.42,3.42,0,0,0,3.42,3.42h2.8V27.2A2.81,2.81,0,0,0,11,30H27.2A2.81,2.81,0,0,0,30,27.2V11A2.81,2.81,0,0,0,27.2,8.22ZM5.42,21.91a1.55,1.55,0,0,1-1.55-1.55V5.42A1.54,1.54,0,0,1,5.42,3.87H20.36a1.55,1.55,0,0,1,1.55,1.55v2.8H11A2.81,2.81,0,0,0,8.22,11V21.91ZM28.13,27.2a.93.93,0,0,1-.93.93H11a.93.93,0,0,1-.93-.93V11a.93.93,0,0,1,.93-.93H27.2a.93.93,0,0,1,.93.93Z" }),
4772
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M24.09,18.18H20v-4a.93.93,0,1,0-1.86,0v4h-4a.93.93,0,0,0,0,1.86h4v4.05a.93.93,0,1,0,1.86,0V20h4.05a.93.93,0,1,0,0-1.86Z" })
3905
+ /* @__PURE__ */ jsx("path", { d: "M27.2,8.22H23.78V5.42A3.42,3.42,0,0,0,20.36,2H5.42A3.42,3.42,0,0,0,2,5.42V20.36a3.42,3.42,0,0,0,3.42,3.42h2.8V27.2A2.81,2.81,0,0,0,11,30H27.2A2.81,2.81,0,0,0,30,27.2V11A2.81,2.81,0,0,0,27.2,8.22ZM5.42,21.91a1.55,1.55,0,0,1-1.55-1.55V5.42A1.54,1.54,0,0,1,5.42,3.87H20.36a1.55,1.55,0,0,1,1.55,1.55v2.8H11A2.81,2.81,0,0,0,8.22,11V21.91ZM28.13,27.2a.93.93,0,0,1-.93.93H11a.93.93,0,0,1-.93-.93V11a.93.93,0,0,1,.93-.93H27.2a.93.93,0,0,1,.93.93Z" }),
3906
+ /* @__PURE__ */ jsx("path", { d: "M24.09,18.18H20v-4a.93.93,0,1,0-1.86,0v4h-4a.93.93,0,0,0,0,1.86h4v4.05a.93.93,0,1,0,1.86,0V20h4.05a.93.93,0,1,0,0-1.86Z" })
4773
3907
  ]
4774
3908
  }
4775
3909
  );
@@ -4785,7 +3919,7 @@ const FUnlinkIcon = React.forwardRef(({
4785
3919
  ["data-testid"]: dataTestId,
4786
3920
  ...props
4787
3921
  }, ref) => {
4788
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3922
+ return /* @__PURE__ */ jsxs(
4789
3923
  "svg",
4790
3924
  {
4791
3925
  ref,
@@ -4799,15 +3933,15 @@ const FUnlinkIcon = React.forwardRef(({
4799
3933
  "data-testid": dataTestId,
4800
3934
  ...props,
4801
3935
  children: [
4802
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M9.23993 17.55L7.95993 18.84C7.33993 19.47 6.51992 19.79 5.69992 19.79C4.87992 19.79 4.05994 19.47 3.43994 18.84C2.18994 17.58 2.18994 15.54 3.43994 14.29L4.70993 13.02L6.11993 11.6L8.82993 8.86", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4803
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M8.82996 3.86V6.86", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4804
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M5.32996 5.22L6.82996 7.81", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4805
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M9.23993 17.55L7.95993 18.84C7.33993 19.47 6.51992 19.79 5.69992 19.79C4.87992 19.79 4.05994 19.47 3.43994 18.84C2.18994 17.58 2.18994 15.54 3.43994 14.29L4.70993 13.02L6.11993 11.6L8.82993 8.86", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4806
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M14.7599 7.45L16.0399 6.16C16.6599 5.53 17.4799 5.21 18.2999 5.21C19.1199 5.21 19.9399 5.53 20.5599 6.16C21.8099 7.42 21.8099 9.46 20.5599 10.71L19.2899 11.98L17.8799 13.4L15.1699 16.14", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4807
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M12.33 5.22L10.83 7.81", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4808
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M15.1699 21.14V18.14", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4809
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M18.6699 19.79L17.1699 17.19", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4810
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M11.6699 19.79L13.1699 17.19", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" })
3936
+ /* @__PURE__ */ jsx("path", { d: "M9.23993 17.55L7.95993 18.84C7.33993 19.47 6.51992 19.79 5.69992 19.79C4.87992 19.79 4.05994 19.47 3.43994 18.84C2.18994 17.58 2.18994 15.54 3.43994 14.29L4.70993 13.02L6.11993 11.6L8.82993 8.86", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
3937
+ /* @__PURE__ */ jsx("path", { d: "M8.82996 3.86V6.86", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
3938
+ /* @__PURE__ */ jsx("path", { d: "M5.32996 5.22L6.82996 7.81", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
3939
+ /* @__PURE__ */ jsx("path", { d: "M9.23993 17.55L7.95993 18.84C7.33993 19.47 6.51992 19.79 5.69992 19.79C4.87992 19.79 4.05994 19.47 3.43994 18.84C2.18994 17.58 2.18994 15.54 3.43994 14.29L4.70993 13.02L6.11993 11.6L8.82993 8.86", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
3940
+ /* @__PURE__ */ jsx("path", { d: "M14.7599 7.45L16.0399 6.16C16.6599 5.53 17.4799 5.21 18.2999 5.21C19.1199 5.21 19.9399 5.53 20.5599 6.16C21.8099 7.42 21.8099 9.46 20.5599 10.71L19.2899 11.98L17.8799 13.4L15.1699 16.14", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
3941
+ /* @__PURE__ */ jsx("path", { d: "M12.33 5.22L10.83 7.81", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
3942
+ /* @__PURE__ */ jsx("path", { d: "M15.1699 21.14V18.14", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
3943
+ /* @__PURE__ */ jsx("path", { d: "M18.6699 19.79L17.1699 17.19", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
3944
+ /* @__PURE__ */ jsx("path", { d: "M11.6699 19.79L13.1699 17.19", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" })
4811
3945
  ]
4812
3946
  }
4813
3947
  );
@@ -4823,7 +3957,7 @@ const FFilterIcon = React.forwardRef(({
4823
3957
  ["data-testid"]: dataTestId,
4824
3958
  ...props
4825
3959
  }, ref) => {
4826
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3960
+ return /* @__PURE__ */ jsxs(
4827
3961
  "svg",
4828
3962
  {
4829
3963
  ref,
@@ -4836,8 +3970,8 @@ const FFilterIcon = React.forwardRef(({
4836
3970
  "data-testid": dataTestId,
4837
3971
  ...props,
4838
3972
  children: [
4839
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { fill: "none", d: "M0 0h24v24H0z" }),
4840
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { fillRule: "nonzero", d: "M14 14v6l-4 2v-8L4 5V3h16v2l-6 9zM6.404 5L12 13.394 17.596 5H6.404z" })
3973
+ /* @__PURE__ */ jsx("path", { fill: "none", d: "M0 0h24v24H0z" }),
3974
+ /* @__PURE__ */ jsx("path", { fillRule: "nonzero", d: "M14 14v6l-4 2v-8L4 5V3h16v2l-6 9zM6.404 5L12 13.394 17.596 5H6.404z" })
4841
3975
  ]
4842
3976
  }
4843
3977
  );
@@ -4854,7 +3988,7 @@ const FDocumentIcon = React.forwardRef(({
4854
3988
  ["data-testid"]: dataTestId,
4855
3989
  ...props
4856
3990
  }, ref) => {
4857
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3991
+ return /* @__PURE__ */ jsxs(
4858
3992
  "svg",
4859
3993
  {
4860
3994
  ref,
@@ -4868,30 +4002,30 @@ const FDocumentIcon = React.forwardRef(({
4868
4002
  "data-testid": dataTestId,
4869
4003
  ...props,
4870
4004
  children: [
4871
- !file && /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z" }),
4872
- file === "check" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
4873
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z" }),
4874
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z" })
4005
+ !file && /* @__PURE__ */ jsx("path", { d: "M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z" }),
4006
+ file === "check" && /* @__PURE__ */ jsxs(Fragment, { children: [
4007
+ /* @__PURE__ */ jsx("path", { d: "M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z" }),
4008
+ /* @__PURE__ */ jsx("path", { d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z" })
4875
4009
  ] }),
4876
- file === "close" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
4877
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146z" }),
4878
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z" })
4010
+ file === "close" && /* @__PURE__ */ jsxs(Fragment, { children: [
4011
+ /* @__PURE__ */ jsx("path", { d: "M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146z" }),
4012
+ /* @__PURE__ */ jsx("path", { d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z" })
4879
4013
  ] }),
4880
- file === "download" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
4881
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z" }),
4882
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z" })
4014
+ file === "download" && /* @__PURE__ */ jsxs(Fragment, { children: [
4015
+ /* @__PURE__ */ jsx("path", { d: "M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z" }),
4016
+ /* @__PURE__ */ jsx("path", { d: "M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z" })
4883
4017
  ] }),
4884
- file === "upload" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
4885
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z" }),
4886
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z" })
4018
+ file === "upload" && /* @__PURE__ */ jsxs(Fragment, { children: [
4019
+ /* @__PURE__ */ jsx("path", { d: "M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z" }),
4020
+ /* @__PURE__ */ jsx("path", { d: "M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z" })
4887
4021
  ] }),
4888
- file === "excel" && /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM7.86 14.841a1.13 1.13 0 0 0 .401.823c.13.108.29.192.479.252.19.061.411.091.665.091.338 0 .624-.053.858-.158.237-.105.416-.252.54-.44a1.17 1.17 0 0 0 .187-.656c0-.224-.045-.41-.135-.56a1.002 1.002 0 0 0-.375-.357 2.028 2.028 0 0 0-.565-.21l-.621-.144a.97.97 0 0 1-.405-.176.37.37 0 0 1-.143-.299c0-.156.061-.284.184-.384.125-.101.296-.152.513-.152.143 0 .266.023.37.068a.624.624 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.093 1.093 0 0 0-.199-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.552.05-.777.15-.224.099-.4.24-.527.421-.127.182-.19.395-.19.639 0 .201.04.376.123.524.082.149.199.27.351.367.153.095.332.167.54.213l.618.144c.207.049.36.113.462.193a.387.387 0 0 1 .153.326.512.512 0 0 1-.085.29.558.558 0 0 1-.255.193c-.111.047-.25.07-.413.07-.117 0-.224-.013-.32-.04a.837.837 0 0 1-.249-.115.578.578 0 0 1-.255-.384h-.764Zm-3.726-2.909h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415H1.5l1.24-2.016-1.228-1.983h.931l.832 1.438h.036l.823-1.438Zm1.923 3.325h1.697v.674H5.266v-3.999h.791v3.325Zm7.636-3.325h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.438h.036l.823-1.438Z" }) }),
4889
- file === "doc" && /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-7.839 9.166v.522c0 .256-.039.47-.117.641a.861.861 0 0 1-.322.387.877.877 0 0 1-.469.126.883.883 0 0 1-.471-.126.868.868 0 0 1-.32-.386 1.55 1.55 0 0 1-.117-.642v-.522c0-.257.04-.471.117-.641a.868.868 0 0 1 .32-.387.868.868 0 0 1 .471-.129c.176 0 .332.043.469.13a.861.861 0 0 1 .322.386c.078.17.117.384.117.641Zm.803.519v-.513c0-.377-.068-.7-.205-.972a1.46 1.46 0 0 0-.589-.63c-.254-.147-.56-.22-.917-.22-.355 0-.662.073-.92.22a1.441 1.441 0 0 0-.589.627c-.136.271-.205.596-.205.975v.513c0 .375.069.7.205.973.137.271.333.48.59.627.257.144.564.216.92.216.357 0 .662-.072.916-.216.256-.147.452-.356.59-.627.136-.274.204-.598.204-.973ZM0 11.926v4h1.459c.402 0 .735-.08.999-.238a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.59-.68c-.263-.156-.598-.234-1.004-.234H0Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.141 1.141 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082H.79V12.57Zm7.422.483a1.732 1.732 0 0 0-.103.633v.495c0 .246.034.455.103.627a.834.834 0 0 0 .298.393.845.845 0 0 0 .478.131.868.868 0 0 0 .401-.088.699.699 0 0 0 .273-.248.8.8 0 0 0 .117-.364h.765v.076a1.268 1.268 0 0 1-.226.674c-.137.194-.32.345-.55.454a1.81 1.81 0 0 1-.786.164c-.36 0-.664-.072-.914-.216a1.424 1.424 0 0 1-.571-.627c-.13-.272-.194-.597-.194-.976v-.498c0-.379.066-.705.197-.978.13-.274.321-.485.571-.633.252-.149.556-.223.911-.223.219 0 .421.032.607.097.187.062.35.153.489.272a1.326 1.326 0 0 1 .466.964v.073H9.78a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.802.802 0 0 0-.398-.097.814.814 0 0 0-.475.138.868.868 0 0 0-.301.398Z" }) }),
4890
- file === "docx" && /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-6.839 9.688v-.522a1.54 1.54 0 0 0-.117-.641.861.861 0 0 0-.322-.387.862.862 0 0 0-.469-.129.868.868 0 0 0-.471.13.868.868 0 0 0-.32.386 1.54 1.54 0 0 0-.117.641v.522c0 .256.04.47.117.641a.868.868 0 0 0 .32.387.883.883 0 0 0 .471.126.877.877 0 0 0 .469-.126.861.861 0 0 0 .322-.386 1.55 1.55 0 0 0 .117-.642Zm.803-.516v.513c0 .375-.068.7-.205.973a1.47 1.47 0 0 1-.589.627c-.254.144-.56.216-.917.216a1.86 1.86 0 0 1-.92-.216 1.463 1.463 0 0 1-.589-.627 2.151 2.151 0 0 1-.205-.973v-.513c0-.379.069-.704.205-.975.137-.274.333-.483.59-.627.257-.147.564-.22.92-.22.357 0 .662.073.916.22.256.146.452.356.59.63.136.271.204.595.204.972ZM1 15.925v-3.999h1.459c.406 0 .741.078 1.005.235.264.156.46.382.589.68.13.296.196.655.196 1.074 0 .422-.065.784-.196 1.084-.131.301-.33.53-.595.689-.264.158-.597.237-.999.237H1Zm1.354-3.354H1.79v2.707h.563c.185 0 .346-.028.483-.082a.8.8 0 0 0 .334-.252c.088-.114.153-.254.196-.422a2.3 2.3 0 0 0 .068-.592c0-.3-.04-.552-.118-.753a.89.89 0 0 0-.354-.454c-.158-.102-.361-.152-.61-.152Zm6.756 1.116c0-.248.034-.46.103-.633a.868.868 0 0 1 .301-.398.814.814 0 0 1 .475-.138c.15 0 .283.032.398.097a.7.7 0 0 1 .273.26.85.85 0 0 1 .12.381h.765v-.073a1.33 1.33 0 0 0-.466-.964 1.44 1.44 0 0 0-.49-.272 1.836 1.836 0 0 0-.606-.097c-.355 0-.66.074-.911.223-.25.148-.44.359-.571.633-.131.273-.197.6-.197.978v.498c0 .379.065.704.194.976.13.271.321.48.571.627.25.144.555.216.914.216.293 0 .555-.054.785-.164.23-.11.414-.26.551-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.765a.8.8 0 0 1-.117.364.699.699 0 0 1-.273.248.874.874 0 0 1-.401.088.845.845 0 0 1-.478-.131.834.834 0 0 1-.298-.393 1.7 1.7 0 0 1-.103-.627v-.495Zm5.092-1.76h.894l-1.275 2.006 1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.015-1.228-1.984h.932l.832 1.439h.035l.823-1.439Z" }) }),
4891
- file === "pdf" && /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z" }) }),
4892
- file === "jpg" && /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-4.34 8.132c.076.153.123.317.14.492h-.776a.797.797 0 0 0-.097-.249.689.689 0 0 0-.17-.19.707.707 0 0 0-.237-.126.96.96 0 0 0-.299-.044c-.285 0-.507.1-.665.302-.156.201-.234.484-.234.85v.498c0 .234.032.439.097.615a.881.881 0 0 0 .304.413.87.87 0 0 0 .519.146.967.967 0 0 0 .457-.096.67.67 0 0 0 .272-.264c.06-.11.091-.23.091-.363v-.255H8.24v-.59h1.576v.798c0 .193-.032.377-.097.55a1.29 1.29 0 0 1-.293.458 1.37 1.37 0 0 1-.495.313c-.197.074-.43.111-.697.111a1.98 1.98 0 0 1-.753-.132 1.447 1.447 0 0 1-.533-.377 1.58 1.58 0 0 1-.32-.58 2.482 2.482 0 0 1-.105-.745v-.506c0-.362.066-.678.2-.95.134-.271.328-.482.582-.633.256-.152.565-.228.926-.228.238 0 .45.033.636.1.187.066.347.158.48.275.133.117.238.253.314.407ZM0 14.786c0 .164.027.319.082.465.055.147.136.277.243.39.11.113.245.202.407.267.164.062.354.093.569.093.42 0 .748-.115.984-.345.238-.23.358-.566.358-1.005v-2.725h-.791v2.745c0 .202-.046.357-.138.466-.092.11-.233.164-.422.164a.499.499 0 0 1-.454-.246.577.577 0 0 1-.073-.27H0Zm4.92-2.86H3.322v4h.791v-1.343h.803c.287 0 .531-.057.732-.172.203-.118.358-.276.463-.475.108-.201.161-.427.161-.677 0-.25-.052-.475-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.546 1.333a.795.795 0 0 1-.085.381.574.574 0 0 1-.238.24.794.794 0 0 1-.375.082H4.11v-1.406h.66c.218 0 .389.06.512.182.123.12.185.295.185.521Z" }) }),
4893
- file === "png" && /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-3.76 8.132c.076.153.123.317.14.492h-.776a.797.797 0 0 0-.097-.249.689.689 0 0 0-.17-.19.707.707 0 0 0-.237-.126.96.96 0 0 0-.299-.044c-.285 0-.506.1-.665.302-.156.201-.234.484-.234.85v.498c0 .234.032.439.097.615a.881.881 0 0 0 .304.413.87.87 0 0 0 .519.146.967.967 0 0 0 .457-.096.67.67 0 0 0 .272-.264c.06-.11.091-.23.091-.363v-.255H8.82v-.59h1.576v.798c0 .193-.032.377-.097.55a1.29 1.29 0 0 1-.293.458 1.37 1.37 0 0 1-.495.313c-.197.074-.43.111-.697.111a1.98 1.98 0 0 1-.753-.132 1.447 1.447 0 0 1-.533-.377 1.58 1.58 0 0 1-.32-.58 2.482 2.482 0 0 1-.105-.745v-.506c0-.362.067-.678.2-.95.134-.271.328-.482.582-.633.256-.152.565-.228.926-.228.238 0 .45.033.636.1.187.066.347.158.48.275.133.117.238.253.314.407Zm-8.64-.706H0v4h.791v-1.343h.803c.287 0 .531-.057.732-.172.203-.118.358-.276.463-.475a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.475-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.381.574.574 0 0 1-.238.24.794.794 0 0 1-.375.082H.788v-1.406h.66c.218 0 .389.06.512.182.123.12.185.295.185.521Zm1.964 2.666V13.25h.032l1.761 2.675h.656v-3.999h-.75v2.66h-.032l-1.752-2.66h-.662v4h.747Z" }) }),
4894
- file === "txt" && /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-2v-1h2a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.928 15.849v-3.337h1.136v-.662H0v.662h1.134v3.337h.794Zm4.689-3.999h-.894L4.9 13.289h-.035l-.832-1.439h-.932l1.228 1.983-1.24 2.016h.862l.853-1.415h.035l.85 1.415h.907l-1.253-1.992 1.274-2.007Zm1.93.662v3.337h-.794v-3.337H6.619v-.662h3.064v.662H8.546Z" }) })
4022
+ file === "excel" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM7.86 14.841a1.13 1.13 0 0 0 .401.823c.13.108.29.192.479.252.19.061.411.091.665.091.338 0 .624-.053.858-.158.237-.105.416-.252.54-.44a1.17 1.17 0 0 0 .187-.656c0-.224-.045-.41-.135-.56a1.002 1.002 0 0 0-.375-.357 2.028 2.028 0 0 0-.565-.21l-.621-.144a.97.97 0 0 1-.405-.176.37.37 0 0 1-.143-.299c0-.156.061-.284.184-.384.125-.101.296-.152.513-.152.143 0 .266.023.37.068a.624.624 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.093 1.093 0 0 0-.199-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.552.05-.777.15-.224.099-.4.24-.527.421-.127.182-.19.395-.19.639 0 .201.04.376.123.524.082.149.199.27.351.367.153.095.332.167.54.213l.618.144c.207.049.36.113.462.193a.387.387 0 0 1 .153.326.512.512 0 0 1-.085.29.558.558 0 0 1-.255.193c-.111.047-.25.07-.413.07-.117 0-.224-.013-.32-.04a.837.837 0 0 1-.249-.115.578.578 0 0 1-.255-.384h-.764Zm-3.726-2.909h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415H1.5l1.24-2.016-1.228-1.983h.931l.832 1.438h.036l.823-1.438Zm1.923 3.325h1.697v.674H5.266v-3.999h.791v3.325Zm7.636-3.325h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.438h.036l.823-1.438Z" }) }),
4023
+ file === "doc" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-7.839 9.166v.522c0 .256-.039.47-.117.641a.861.861 0 0 1-.322.387.877.877 0 0 1-.469.126.883.883 0 0 1-.471-.126.868.868 0 0 1-.32-.386 1.55 1.55 0 0 1-.117-.642v-.522c0-.257.04-.471.117-.641a.868.868 0 0 1 .32-.387.868.868 0 0 1 .471-.129c.176 0 .332.043.469.13a.861.861 0 0 1 .322.386c.078.17.117.384.117.641Zm.803.519v-.513c0-.377-.068-.7-.205-.972a1.46 1.46 0 0 0-.589-.63c-.254-.147-.56-.22-.917-.22-.355 0-.662.073-.92.22a1.441 1.441 0 0 0-.589.627c-.136.271-.205.596-.205.975v.513c0 .375.069.7.205.973.137.271.333.48.59.627.257.144.564.216.92.216.357 0 .662-.072.916-.216.256-.147.452-.356.59-.627.136-.274.204-.598.204-.973ZM0 11.926v4h1.459c.402 0 .735-.08.999-.238a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.59-.68c-.263-.156-.598-.234-1.004-.234H0Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.141 1.141 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082H.79V12.57Zm7.422.483a1.732 1.732 0 0 0-.103.633v.495c0 .246.034.455.103.627a.834.834 0 0 0 .298.393.845.845 0 0 0 .478.131.868.868 0 0 0 .401-.088.699.699 0 0 0 .273-.248.8.8 0 0 0 .117-.364h.765v.076a1.268 1.268 0 0 1-.226.674c-.137.194-.32.345-.55.454a1.81 1.81 0 0 1-.786.164c-.36 0-.664-.072-.914-.216a1.424 1.424 0 0 1-.571-.627c-.13-.272-.194-.597-.194-.976v-.498c0-.379.066-.705.197-.978.13-.274.321-.485.571-.633.252-.149.556-.223.911-.223.219 0 .421.032.607.097.187.062.35.153.489.272a1.326 1.326 0 0 1 .466.964v.073H9.78a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.802.802 0 0 0-.398-.097.814.814 0 0 0-.475.138.868.868 0 0 0-.301.398Z" }) }),
4024
+ file === "docx" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-6.839 9.688v-.522a1.54 1.54 0 0 0-.117-.641.861.861 0 0 0-.322-.387.862.862 0 0 0-.469-.129.868.868 0 0 0-.471.13.868.868 0 0 0-.32.386 1.54 1.54 0 0 0-.117.641v.522c0 .256.04.47.117.641a.868.868 0 0 0 .32.387.883.883 0 0 0 .471.126.877.877 0 0 0 .469-.126.861.861 0 0 0 .322-.386 1.55 1.55 0 0 0 .117-.642Zm.803-.516v.513c0 .375-.068.7-.205.973a1.47 1.47 0 0 1-.589.627c-.254.144-.56.216-.917.216a1.86 1.86 0 0 1-.92-.216 1.463 1.463 0 0 1-.589-.627 2.151 2.151 0 0 1-.205-.973v-.513c0-.379.069-.704.205-.975.137-.274.333-.483.59-.627.257-.147.564-.22.92-.22.357 0 .662.073.916.22.256.146.452.356.59.63.136.271.204.595.204.972ZM1 15.925v-3.999h1.459c.406 0 .741.078 1.005.235.264.156.46.382.589.68.13.296.196.655.196 1.074 0 .422-.065.784-.196 1.084-.131.301-.33.53-.595.689-.264.158-.597.237-.999.237H1Zm1.354-3.354H1.79v2.707h.563c.185 0 .346-.028.483-.082a.8.8 0 0 0 .334-.252c.088-.114.153-.254.196-.422a2.3 2.3 0 0 0 .068-.592c0-.3-.04-.552-.118-.753a.89.89 0 0 0-.354-.454c-.158-.102-.361-.152-.61-.152Zm6.756 1.116c0-.248.034-.46.103-.633a.868.868 0 0 1 .301-.398.814.814 0 0 1 .475-.138c.15 0 .283.032.398.097a.7.7 0 0 1 .273.26.85.85 0 0 1 .12.381h.765v-.073a1.33 1.33 0 0 0-.466-.964 1.44 1.44 0 0 0-.49-.272 1.836 1.836 0 0 0-.606-.097c-.355 0-.66.074-.911.223-.25.148-.44.359-.571.633-.131.273-.197.6-.197.978v.498c0 .379.065.704.194.976.13.271.321.48.571.627.25.144.555.216.914.216.293 0 .555-.054.785-.164.23-.11.414-.26.551-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.765a.8.8 0 0 1-.117.364.699.699 0 0 1-.273.248.874.874 0 0 1-.401.088.845.845 0 0 1-.478-.131.834.834 0 0 1-.298-.393 1.7 1.7 0 0 1-.103-.627v-.495Zm5.092-1.76h.894l-1.275 2.006 1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.015-1.228-1.984h.932l.832 1.439h.035l.823-1.439Z" }) }),
4025
+ file === "pdf" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z" }) }),
4026
+ file === "jpg" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-4.34 8.132c.076.153.123.317.14.492h-.776a.797.797 0 0 0-.097-.249.689.689 0 0 0-.17-.19.707.707 0 0 0-.237-.126.96.96 0 0 0-.299-.044c-.285 0-.507.1-.665.302-.156.201-.234.484-.234.85v.498c0 .234.032.439.097.615a.881.881 0 0 0 .304.413.87.87 0 0 0 .519.146.967.967 0 0 0 .457-.096.67.67 0 0 0 .272-.264c.06-.11.091-.23.091-.363v-.255H8.24v-.59h1.576v.798c0 .193-.032.377-.097.55a1.29 1.29 0 0 1-.293.458 1.37 1.37 0 0 1-.495.313c-.197.074-.43.111-.697.111a1.98 1.98 0 0 1-.753-.132 1.447 1.447 0 0 1-.533-.377 1.58 1.58 0 0 1-.32-.58 2.482 2.482 0 0 1-.105-.745v-.506c0-.362.066-.678.2-.95.134-.271.328-.482.582-.633.256-.152.565-.228.926-.228.238 0 .45.033.636.1.187.066.347.158.48.275.133.117.238.253.314.407ZM0 14.786c0 .164.027.319.082.465.055.147.136.277.243.39.11.113.245.202.407.267.164.062.354.093.569.093.42 0 .748-.115.984-.345.238-.23.358-.566.358-1.005v-2.725h-.791v2.745c0 .202-.046.357-.138.466-.092.11-.233.164-.422.164a.499.499 0 0 1-.454-.246.577.577 0 0 1-.073-.27H0Zm4.92-2.86H3.322v4h.791v-1.343h.803c.287 0 .531-.057.732-.172.203-.118.358-.276.463-.475.108-.201.161-.427.161-.677 0-.25-.052-.475-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.546 1.333a.795.795 0 0 1-.085.381.574.574 0 0 1-.238.24.794.794 0 0 1-.375.082H4.11v-1.406h.66c.218 0 .389.06.512.182.123.12.185.295.185.521Z" }) }),
4027
+ file === "png" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-3.76 8.132c.076.153.123.317.14.492h-.776a.797.797 0 0 0-.097-.249.689.689 0 0 0-.17-.19.707.707 0 0 0-.237-.126.96.96 0 0 0-.299-.044c-.285 0-.506.1-.665.302-.156.201-.234.484-.234.85v.498c0 .234.032.439.097.615a.881.881 0 0 0 .304.413.87.87 0 0 0 .519.146.967.967 0 0 0 .457-.096.67.67 0 0 0 .272-.264c.06-.11.091-.23.091-.363v-.255H8.82v-.59h1.576v.798c0 .193-.032.377-.097.55a1.29 1.29 0 0 1-.293.458 1.37 1.37 0 0 1-.495.313c-.197.074-.43.111-.697.111a1.98 1.98 0 0 1-.753-.132 1.447 1.447 0 0 1-.533-.377 1.58 1.58 0 0 1-.32-.58 2.482 2.482 0 0 1-.105-.745v-.506c0-.362.067-.678.2-.95.134-.271.328-.482.582-.633.256-.152.565-.228.926-.228.238 0 .45.033.636.1.187.066.347.158.48.275.133.117.238.253.314.407Zm-8.64-.706H0v4h.791v-1.343h.803c.287 0 .531-.057.732-.172.203-.118.358-.276.463-.475a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.475-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.381.574.574 0 0 1-.238.24.794.794 0 0 1-.375.082H.788v-1.406h.66c.218 0 .389.06.512.182.123.12.185.295.185.521Zm1.964 2.666V13.25h.032l1.761 2.675h.656v-3.999h-.75v2.66h-.032l-1.752-2.66h-.662v4h.747Z" }) }),
4028
+ file === "txt" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M14 4.5V14a2 2 0 0 1-2 2h-2v-1h2a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.928 15.849v-3.337h1.136v-.662H0v.662h1.134v3.337h.794Zm4.689-3.999h-.894L4.9 13.289h-.035l-.832-1.439h-.932l1.228 1.983-1.24 2.016h.862l.853-1.415h.035l.85 1.415h.907l-1.253-1.992 1.274-2.007Zm1.93.662v3.337h-.794v-3.337H6.619v-.662h3.064v.662H8.546Z" }) })
4895
4029
  ]
4896
4030
  }
4897
4031
  );
@@ -4907,7 +4041,7 @@ const FReloadIcon = React.forwardRef(({
4907
4041
  ["data-testid"]: dataTestId,
4908
4042
  ...props
4909
4043
  }, ref) => {
4910
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
4044
+ return /* @__PURE__ */ jsxs(
4911
4045
  "svg",
4912
4046
  {
4913
4047
  ref,
@@ -4920,8 +4054,8 @@ const FReloadIcon = React.forwardRef(({
4920
4054
  "data-testid": dataTestId,
4921
4055
  ...props,
4922
4056
  children: [
4923
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z" }),
4924
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466" })
4057
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", d: "M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z" }),
4058
+ /* @__PURE__ */ jsx("path", { d: "M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466" })
4925
4059
  ]
4926
4060
  }
4927
4061
  );
@@ -4937,7 +4071,7 @@ const FMinusIcon = React.forwardRef(({
4937
4071
  ["data-testid"]: dataTestId,
4938
4072
  ...props
4939
4073
  }, ref) => {
4940
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
4074
+ return /* @__PURE__ */ jsxs(
4941
4075
  "svg",
4942
4076
  {
4943
4077
  ref,
@@ -4950,8 +4084,8 @@ const FMinusIcon = React.forwardRef(({
4950
4084
  "data-testid": dataTestId,
4951
4085
  ...props,
4952
4086
  children: [
4953
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" }),
4954
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8" })
4087
+ /* @__PURE__ */ jsx("path", { d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" }),
4088
+ /* @__PURE__ */ jsx("path", { d: "M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8" })
4955
4089
  ]
4956
4090
  }
4957
4091
  );
@@ -4967,7 +4101,7 @@ const FInfoCircleIcon = React.forwardRef(({
4967
4101
  ["data-testid"]: dataTestId,
4968
4102
  ...props
4969
4103
  }, ref) => {
4970
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
4104
+ return /* @__PURE__ */ jsxs(
4971
4105
  "svg",
4972
4106
  {
4973
4107
  ref,
@@ -4980,8 +4114,8 @@ const FInfoCircleIcon = React.forwardRef(({
4980
4114
  "data-testid": dataTestId,
4981
4115
  ...props,
4982
4116
  children: [
4983
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" }),
4984
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" })
4117
+ /* @__PURE__ */ jsx("path", { d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" }),
4118
+ /* @__PURE__ */ jsx("path", { d: "m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" })
4985
4119
  ]
4986
4120
  }
4987
4121
  );
@@ -4997,7 +4131,7 @@ const FSafeIcon = React.forwardRef(({
4997
4131
  ["data-testid"]: dataTestId,
4998
4132
  ...props
4999
4133
  }, ref) => {
5000
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
4134
+ return /* @__PURE__ */ jsxs(
5001
4135
  "svg",
5002
4136
  {
5003
4137
  ref,
@@ -5010,8 +4144,8 @@ const FSafeIcon = React.forwardRef(({
5010
4144
  "data-testid": dataTestId,
5011
4145
  ...props,
5012
4146
  children: [
5013
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M1 1.5A1.5 1.5 0 0 1 2.5 0h12A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V13H.5a.5.5 0 0 1 0-1H1V8.5H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1zM2.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5z" }),
5014
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M13.5 6a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5M4.828 4.464a.5.5 0 0 1 .708 0l1.09 1.09a3 3 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3 3 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3 3 0 0 1 0-3.476l-1.09-1.09a.5.5 0 0 1 0-.708M6.95 6.586a2 2 0 1 0 2.828 2.828A2 2 0 0 0 6.95 6.586" })
4147
+ /* @__PURE__ */ jsx("path", { d: "M1 1.5A1.5 1.5 0 0 1 2.5 0h12A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V13H.5a.5.5 0 0 1 0-1H1V8.5H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1zM2.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5z" }),
4148
+ /* @__PURE__ */ jsx("path", { d: "M13.5 6a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5M4.828 4.464a.5.5 0 0 1 .708 0l1.09 1.09a3 3 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3 3 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3 3 0 0 1 0-3.476l-1.09-1.09a.5.5 0 0 1 0-.708M6.95 6.586a2 2 0 1 0 2.828 2.828A2 2 0 0 0 6.95 6.586" })
5015
4149
  ]
5016
4150
  }
5017
4151
  );
@@ -8016,6 +7150,10 @@ const webSettings = () => {
8016
7150
  <w:allowPNG/>
8017
7151
  </w:webSettings>`;
8018
7152
  };
7153
+ var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
7154
+ function getDefaultExportFromCjs(x) {
7155
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
7156
+ }
8019
7157
  function commonjsRequire(path) {
8020
7158
  throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
8021
7159
  }
@@ -52956,14 +52094,14 @@ const styles = {
52956
52094
  ripple
52957
52095
  };
52958
52096
  const FWaterErrorBoundaryPage = () => {
52959
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.waterError, children: [
52960
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.scene, children: [
52961
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.waves, children: [
52962
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.wave1 }),
52963
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.wave2 }),
52964
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.wave3 })
52097
+ return /* @__PURE__ */ jsxs("div", { className: styles.waterError, children: [
52098
+ /* @__PURE__ */ jsxs("div", { className: styles.scene, children: [
52099
+ /* @__PURE__ */ jsxs("div", { className: styles.waves, children: [
52100
+ /* @__PURE__ */ jsx("div", { className: styles.wave1 }),
52101
+ /* @__PURE__ */ jsx("div", { className: styles.wave2 }),
52102
+ /* @__PURE__ */ jsx("div", { className: styles.wave3 })
52965
52103
  ] }),
52966
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.bubbles, children: [...Array(15)].map((_, i) => /* @__PURE__ */ jsxRuntimeExports.jsx(
52104
+ /* @__PURE__ */ jsx("div", { className: styles.bubbles, children: [...Array(15)].map((_, i) => /* @__PURE__ */ jsx(
52967
52105
  "div",
52968
52106
  {
52969
52107
  className: styles.bubble,
@@ -52976,24 +52114,24 @@ const FWaterErrorBoundaryPage = () => {
52976
52114
  i
52977
52115
  )) })
52978
52116
  ] }),
52979
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.container, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.card, children: [
52980
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.drop, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { viewBox: "0 0 100 120", className: styles.dropSvg, children: [
52981
- /* @__PURE__ */ jsxRuntimeExports.jsx("defs", { children: /* @__PURE__ */ jsxRuntimeExports.jsxs("linearGradient", { id: "blueGradient", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
52982
- /* @__PURE__ */ jsxRuntimeExports.jsx("stop", { offset: "0%", stopColor: "#00d4ff" }),
52983
- /* @__PURE__ */ jsxRuntimeExports.jsx("stop", { offset: "100%", stopColor: "#0066ff" })
52117
+ /* @__PURE__ */ jsx("div", { className: styles.container, children: /* @__PURE__ */ jsxs("div", { className: styles.card, children: [
52118
+ /* @__PURE__ */ jsx("div", { className: styles.drop, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 100 120", className: styles.dropSvg, children: [
52119
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "blueGradient", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
52120
+ /* @__PURE__ */ jsx("stop", { offset: "0%", stopColor: "#00d4ff" }),
52121
+ /* @__PURE__ */ jsx("stop", { offset: "100%", stopColor: "#0066ff" })
52984
52122
  ] }) }),
52985
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M50 15 C25 55, 25 90, 50 115 C75 90, 75 55, 50 15", fill: "url(#blueGradient)" })
52123
+ /* @__PURE__ */ jsx("path", { d: "M50 15 C25 55, 25 90, 50 115 C75 90, 75 55, 50 15", fill: "url(#blueGradient)" })
52986
52124
  ] }) }),
52987
- /* @__PURE__ */ jsxRuntimeExports.jsx("h1", { className: styles.title, children: "Поток прерван" }),
52988
- /* @__PURE__ */ jsxRuntimeExports.jsxs("p", { className: styles.subtitle, children: [
52125
+ /* @__PURE__ */ jsx("h1", { className: styles.title, children: "Поток прерван" }),
52126
+ /* @__PURE__ */ jsxs("p", { className: styles.subtitle, children: [
52989
52127
  "Произошла ошибка в системе водоучёта.",
52990
- /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
52128
+ /* @__PURE__ */ jsx("br", {}),
52991
52129
  "Мы уже направляем бригаду гидротехников.",
52992
- /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
52130
+ /* @__PURE__ */ jsx("br", {}),
52993
52131
  "Идёт восстановление данных…"
52994
52132
  ] }),
52995
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.actions, children: [
52996
- /* @__PURE__ */ jsxRuntimeExports.jsx(
52133
+ /* @__PURE__ */ jsxs("div", { className: styles.actions, children: [
52134
+ /* @__PURE__ */ jsx(
52997
52135
  "button",
52998
52136
  {
52999
52137
  className: styles.btnPrimary,
@@ -53008,7 +52146,7 @@ const FWaterErrorBoundaryPage = () => {
53008
52146
  children: "Обновить страницу"
53009
52147
  }
53010
52148
  ),
53011
- /* @__PURE__ */ jsxRuntimeExports.jsx("button", { className: styles.btnSecondary, onClick: () => window.location.href = "/", children: "На главную" })
52149
+ /* @__PURE__ */ jsx("button", { className: styles.btnSecondary, onClick: () => window.location.href = "/", children: "На главную" })
53012
52150
  ] })
53013
52151
  ] }) })
53014
52152
  ] });