fui-material 2.5.10 → 2.5.12

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,5 +1,4 @@
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";
1
+ import React, { forwardRef, useRef, useState, useEffect, useMemo, useCallback, useLayoutEffect, Fragment, isValidElement, cloneElement, useDeferredValue } from "react";
3
2
  import require$$1, { createPortal } from "react-dom";
4
3
  import './main.css';function _mergeNamespaces(n, m) {
5
4
  for (var i = 0; i < m.length; i++) {
@@ -20,6 +19,326 @@ import './main.css';function _mergeNamespaces(n, m) {
20
19
  }
21
20
  return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }));
22
21
  }
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 = {};
28
+ /**
29
+ * @license React
30
+ * react-jsx-runtime.production.js
31
+ *
32
+ * Copyright (c) Meta Platforms, Inc. and 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;
38
+ function requireReactJsxRuntime_production() {
39
+ if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
40
+ hasRequiredReactJsxRuntime_production = 1;
41
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
42
+ function jsxProd(type, config, maybeKey) {
43
+ var key = null;
44
+ void 0 !== maybeKey && (key = "" + maybeKey);
45
+ void 0 !== config.key && (key = "" + config.key);
46
+ if ("key" in config) {
47
+ maybeKey = {};
48
+ for (var propName in config)
49
+ "key" !== propName && (maybeKey[propName] = config[propName]);
50
+ } else maybeKey = config;
51
+ config = maybeKey.ref;
52
+ return {
53
+ $$typeof: REACT_ELEMENT_TYPE,
54
+ type,
55
+ key,
56
+ ref: void 0 !== config ? config : null,
57
+ props: maybeKey
58
+ };
59
+ }
60
+ reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
61
+ reactJsxRuntime_production.jsx = jsxProd;
62
+ reactJsxRuntime_production.jsxs = jsxProd;
63
+ return reactJsxRuntime_production;
64
+ }
65
+ var reactJsxRuntime_development = {};
66
+ /**
67
+ * @license React
68
+ * react-jsx-runtime.development.js
69
+ *
70
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
71
+ *
72
+ * This source code is licensed under the MIT license found in the
73
+ * LICENSE file in the root directory of this source tree.
74
+ */
75
+ var hasRequiredReactJsxRuntime_development;
76
+ function requireReactJsxRuntime_development() {
77
+ if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development;
78
+ hasRequiredReactJsxRuntime_development = 1;
79
+ "production" !== process.env.NODE_ENV && (function() {
80
+ function getComponentNameFromType(type) {
81
+ if (null == type) return null;
82
+ if ("function" === typeof type)
83
+ return type.$$typeof === REACT_CLIENT_REFERENCE ? null : type.displayName || type.name || null;
84
+ if ("string" === typeof type) return type;
85
+ switch (type) {
86
+ case REACT_FRAGMENT_TYPE:
87
+ return "Fragment";
88
+ case REACT_PROFILER_TYPE:
89
+ return "Profiler";
90
+ case REACT_STRICT_MODE_TYPE:
91
+ return "StrictMode";
92
+ case REACT_SUSPENSE_TYPE:
93
+ return "Suspense";
94
+ case REACT_SUSPENSE_LIST_TYPE:
95
+ return "SuspenseList";
96
+ case REACT_ACTIVITY_TYPE:
97
+ return "Activity";
98
+ }
99
+ if ("object" === typeof type)
100
+ switch ("number" === typeof type.tag && console.error(
101
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
102
+ ), type.$$typeof) {
103
+ case REACT_PORTAL_TYPE:
104
+ return "Portal";
105
+ case REACT_CONTEXT_TYPE:
106
+ return type.displayName || "Context";
107
+ case REACT_CONSUMER_TYPE:
108
+ return (type._context.displayName || "Context") + ".Consumer";
109
+ case REACT_FORWARD_REF_TYPE:
110
+ var innerType = type.render;
111
+ type = type.displayName;
112
+ type || (type = innerType.displayName || innerType.name || "", type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef");
113
+ return type;
114
+ case REACT_MEMO_TYPE:
115
+ return innerType = type.displayName || null, null !== innerType ? innerType : getComponentNameFromType(type.type) || "Memo";
116
+ case REACT_LAZY_TYPE:
117
+ innerType = type._payload;
118
+ type = type._init;
119
+ try {
120
+ return getComponentNameFromType(type(innerType));
121
+ } catch (x) {
122
+ }
123
+ }
124
+ return null;
125
+ }
126
+ function testStringCoercion(value) {
127
+ return "" + value;
128
+ }
129
+ function checkKeyStringCoercion(value) {
130
+ try {
131
+ var JSCompiler_inline_result = false;
132
+ } catch (e) {
133
+ JSCompiler_inline_result = true;
134
+ }
135
+ if (JSCompiler_inline_result) {
136
+ JSCompiler_inline_result = console;
137
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
138
+ var JSCompiler_inline_result$jscomp$0 = "function" === typeof Symbol && Symbol.toStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
139
+ JSCompiler_temp_const.call(
140
+ JSCompiler_inline_result,
141
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
142
+ JSCompiler_inline_result$jscomp$0
143
+ );
144
+ return testStringCoercion(value);
145
+ }
146
+ }
147
+ function getTaskName(type) {
148
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
149
+ if ("object" === typeof type && null !== type && type.$$typeof === REACT_LAZY_TYPE)
150
+ return "<...>";
151
+ try {
152
+ var name = getComponentNameFromType(type);
153
+ return name ? "<" + name + ">" : "<...>";
154
+ } catch (x) {
155
+ return "<...>";
156
+ }
157
+ }
158
+ function getOwner() {
159
+ var dispatcher = ReactSharedInternals.A;
160
+ return null === dispatcher ? null : dispatcher.getOwner();
161
+ }
162
+ function UnknownOwner() {
163
+ return Error("react-stack-top-frame");
164
+ }
165
+ function hasValidKey(config) {
166
+ if (hasOwnProperty2.call(config, "key")) {
167
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
168
+ if (getter && getter.isReactWarning) return false;
169
+ }
170
+ return void 0 !== config.key;
171
+ }
172
+ function defineKeyPropWarningGetter(props, displayName) {
173
+ function warnAboutAccessingKey() {
174
+ specialPropKeyWarningShown || (specialPropKeyWarningShown = true, console.error(
175
+ "%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://react.dev/link/special-props)",
176
+ displayName
177
+ ));
178
+ }
179
+ warnAboutAccessingKey.isReactWarning = true;
180
+ Object.defineProperty(props, "key", {
181
+ get: warnAboutAccessingKey,
182
+ configurable: true
183
+ });
184
+ }
185
+ function elementRefGetterWithDeprecationWarning() {
186
+ var componentName = getComponentNameFromType(this.type);
187
+ didWarnAboutElementRef[componentName] || (didWarnAboutElementRef[componentName] = true, console.error(
188
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
189
+ ));
190
+ componentName = this.props.ref;
191
+ return void 0 !== componentName ? componentName : null;
192
+ }
193
+ function ReactElement(type, key, props, owner, debugStack, debugTask) {
194
+ var refProp = props.ref;
195
+ type = {
196
+ $$typeof: REACT_ELEMENT_TYPE,
197
+ type,
198
+ key,
199
+ props,
200
+ _owner: owner
201
+ };
202
+ null !== (void 0 !== refProp ? refProp : null) ? Object.defineProperty(type, "ref", {
203
+ enumerable: false,
204
+ get: elementRefGetterWithDeprecationWarning
205
+ }) : Object.defineProperty(type, "ref", { enumerable: false, value: null });
206
+ type._store = {};
207
+ Object.defineProperty(type._store, "validated", {
208
+ configurable: false,
209
+ enumerable: false,
210
+ writable: true,
211
+ value: 0
212
+ });
213
+ Object.defineProperty(type, "_debugInfo", {
214
+ configurable: false,
215
+ enumerable: false,
216
+ writable: true,
217
+ value: null
218
+ });
219
+ Object.defineProperty(type, "_debugStack", {
220
+ configurable: false,
221
+ enumerable: false,
222
+ writable: true,
223
+ value: debugStack
224
+ });
225
+ Object.defineProperty(type, "_debugTask", {
226
+ configurable: false,
227
+ enumerable: false,
228
+ writable: true,
229
+ value: debugTask
230
+ });
231
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
232
+ return type;
233
+ }
234
+ function jsxDEVImpl(type, config, maybeKey, isStaticChildren, debugStack, debugTask) {
235
+ var children = config.children;
236
+ if (void 0 !== children)
237
+ if (isStaticChildren)
238
+ if (isArrayImpl(children)) {
239
+ for (isStaticChildren = 0; isStaticChildren < children.length; isStaticChildren++)
240
+ validateChildKeys(children[isStaticChildren]);
241
+ Object.freeze && Object.freeze(children);
242
+ } else
243
+ console.error(
244
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
245
+ );
246
+ else validateChildKeys(children);
247
+ if (hasOwnProperty2.call(config, "key")) {
248
+ children = getComponentNameFromType(type);
249
+ var keys = Object.keys(config).filter(function(k) {
250
+ return "key" !== k;
251
+ });
252
+ isStaticChildren = 0 < keys.length ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
253
+ didWarnAboutKeySpread[children + isStaticChildren] || (keys = 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}", console.error(
254
+ '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} />',
255
+ isStaticChildren,
256
+ children,
257
+ keys,
258
+ children
259
+ ), didWarnAboutKeySpread[children + isStaticChildren] = true);
260
+ }
261
+ children = null;
262
+ void 0 !== maybeKey && (checkKeyStringCoercion(maybeKey), children = "" + maybeKey);
263
+ hasValidKey(config) && (checkKeyStringCoercion(config.key), children = "" + config.key);
264
+ if ("key" in config) {
265
+ maybeKey = {};
266
+ for (var propName in config)
267
+ "key" !== propName && (maybeKey[propName] = config[propName]);
268
+ } else maybeKey = config;
269
+ children && defineKeyPropWarningGetter(
270
+ maybeKey,
271
+ "function" === typeof type ? type.displayName || type.name || "Unknown" : type
272
+ );
273
+ return ReactElement(
274
+ type,
275
+ children,
276
+ maybeKey,
277
+ getOwner(),
278
+ debugStack,
279
+ debugTask
280
+ );
281
+ }
282
+ function validateChildKeys(node) {
283
+ isValidElement2(node) ? node._store && (node._store.validated = 1) : "object" === typeof node && null !== node && node.$$typeof === REACT_LAZY_TYPE && ("fulfilled" === node._payload.status ? isValidElement2(node._payload.value) && node._payload.value._store && (node._payload.value._store.validated = 1) : node._store && (node._store.validated = 1));
284
+ }
285
+ function isValidElement2(object) {
286
+ return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
287
+ }
288
+ var React$1 = React, REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = React$1.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty2 = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
289
+ return null;
290
+ };
291
+ React$1 = {
292
+ react_stack_bottom_frame: function(callStackForError) {
293
+ return callStackForError();
294
+ }
295
+ };
296
+ var specialPropKeyWarningShown;
297
+ var didWarnAboutElementRef = {};
298
+ var unknownOwnerDebugStack = React$1.react_stack_bottom_frame.bind(
299
+ React$1,
300
+ UnknownOwner
301
+ )();
302
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
303
+ var didWarnAboutKeySpread = {};
304
+ reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
305
+ reactJsxRuntime_development.jsx = function(type, config, maybeKey) {
306
+ var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
307
+ return jsxDEVImpl(
308
+ type,
309
+ config,
310
+ maybeKey,
311
+ false,
312
+ trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack,
313
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
314
+ );
315
+ };
316
+ reactJsxRuntime_development.jsxs = function(type, config, maybeKey) {
317
+ var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
318
+ return jsxDEVImpl(
319
+ type,
320
+ config,
321
+ maybeKey,
322
+ true,
323
+ trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack,
324
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
325
+ );
326
+ };
327
+ })();
328
+ return reactJsxRuntime_development;
329
+ }
330
+ var hasRequiredJsxRuntime;
331
+ function requireJsxRuntime() {
332
+ if (hasRequiredJsxRuntime) return jsxRuntime.exports;
333
+ hasRequiredJsxRuntime = 1;
334
+ if (process.env.NODE_ENV === "production") {
335
+ jsxRuntime.exports = /* @__PURE__ */ requireReactJsxRuntime_production();
336
+ } else {
337
+ jsxRuntime.exports = /* @__PURE__ */ requireReactJsxRuntime_development();
338
+ }
339
+ return jsxRuntime.exports;
340
+ }
341
+ var jsxRuntimeExports = /* @__PURE__ */ requireJsxRuntime();
23
342
  const btn = "_btn_ch6o3_1";
24
343
  const stylesBtn = {
25
344
  btn,
@@ -64,7 +383,7 @@ const FButton = forwardRef(({
64
383
  }
65
384
  }
66
385
  style = st !== void 0 ? { ...style, ...st } : style;
67
- return /* @__PURE__ */ jsx(
386
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
68
387
  "button",
69
388
  {
70
389
  ref,
@@ -92,7 +411,7 @@ const FTrashIcon = React.forwardRef(({
92
411
  ["data-testid"]: dataTestId,
93
412
  ...props
94
413
  }, ref) => {
95
- return /* @__PURE__ */ jsxs(
414
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
96
415
  "svg",
97
416
  {
98
417
  ref,
@@ -106,13 +425,13 @@ const FTrashIcon = React.forwardRef(({
106
425
  "data-testid": dataTestId,
107
426
  ...props,
108
427
  children: [
109
- /* @__PURE__ */ jsx(
428
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
110
429
  "path",
111
430
  {
112
431
  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"
113
432
  }
114
433
  ),
115
- /* @__PURE__ */ jsx(
434
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
116
435
  "path",
117
436
  {
118
437
  fillRule: "evenodd",
@@ -146,21 +465,21 @@ const FFile = ({
146
465
  size,
147
466
  progress: progress2
148
467
  }) => {
149
- return /* @__PURE__ */ jsxs(
468
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
150
469
  "div",
151
470
  {
152
471
  className: `${styles$y["file-preview-card"]} ${className || ""}`,
153
472
  id,
154
473
  style: st,
155
474
  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: [
475
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$y["file-preview-info"], children: [
476
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: styles$y["file-preview-name"], title: name, children: name }),
477
+ typeof size === "number" && /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: styles$y["file-preview-size"], children: [
159
478
  Math.round(size / 1024),
160
479
  " КБ"
161
480
  ] })
162
481
  ] }),
163
- handleDelete && /* @__PURE__ */ jsx("div", { className: styles$y["trash-icon"], children: /* @__PURE__ */ jsx(
482
+ handleDelete && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$y["trash-icon"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
164
483
  FTrashIcon,
165
484
  {
166
485
  size: 20,
@@ -168,7 +487,7 @@ const FFile = ({
168
487
  handleClick: handleDelete
169
488
  }
170
489
  ) }),
171
- typeof progress2 === "number" && /* @__PURE__ */ jsx("div", { className: `${styles$y.progressBar} ${progress2 === 100 ? styles$y.completed : ""}`, children: /* @__PURE__ */ jsx(
490
+ typeof progress2 === "number" && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$y.progressBar} ${progress2 === 100 ? styles$y.completed : ""}`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
172
491
  "div",
173
492
  {
174
493
  className: styles$y.progress,
@@ -231,8 +550,8 @@ const FButtonFile = ({
231
550
  return newProgress;
232
551
  });
233
552
  };
234
- return /* @__PURE__ */ jsxs("div", { className: defaultStyles["f-button-file"], style, children: [
235
- /* @__PURE__ */ jsx(
553
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: defaultStyles["f-button-file"], style, children: [
554
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
236
555
  FButton,
237
556
  {
238
557
  variant,
@@ -249,7 +568,7 @@ const FButtonFile = ({
249
568
  children
250
569
  }
251
570
  ),
252
- /* @__PURE__ */ jsx(
571
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
253
572
  "input",
254
573
  {
255
574
  ref: fileRef,
@@ -262,7 +581,7 @@ const FButtonFile = ({
262
581
  required
263
582
  }
264
583
  ),
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(
584
+ 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(
266
585
  FFile,
267
586
  {
268
587
  name: opt.name,
@@ -286,8 +605,8 @@ const FLoadIcon = React.forwardRef(({
286
605
  ...props
287
606
  }, ref) => {
288
607
  const randomId = useRef((Math.random() + 1).toString(36).substring(2));
289
- return /* @__PURE__ */ jsxs("div", { ref, style: { margin: 0, padding: 0 }, ...props, children: [
290
- /* @__PURE__ */ jsxs("style", { children: [
608
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { ref, style: { margin: 0, padding: 0 }, ...props, children: [
609
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("style", { children: [
291
610
  `
292
611
  .f-load-icon-${randomId.current} {
293
612
  width: ${size}px;
@@ -315,7 +634,7 @@ const FLoadIcon = React.forwardRef(({
315
634
  }
316
635
  }`
317
636
  ] }),
318
- /* @__PURE__ */ jsx(
637
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
319
638
  "span",
320
639
  {
321
640
  className: `f-load-icon f-load-icon-${randomId.current} ${color} ${className !== void 0 ? className : ""}`,
@@ -350,7 +669,7 @@ const FTextField = forwardRef(
350
669
  };
351
670
  const mergedStyle = { ...baseStyle, ...st };
352
671
  const inputId = id || `input-${Math.random().toString(36).substring(2, 9)}`;
353
- return /* @__PURE__ */ jsxs(
672
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
354
673
  "div",
355
674
  {
356
675
  className: `f-form-element ${styles$x["f-text-field"]} ${className || ""}`,
@@ -359,7 +678,7 @@ const FTextField = forwardRef(
359
678
  id: inputId + "-text-field-block",
360
679
  "aria-labelledby": label ? inputId + "-label" : void 0,
361
680
  children: [
362
- label && /* @__PURE__ */ jsx(
681
+ label && /* @__PURE__ */ jsxRuntimeExports.jsx(
363
682
  "label",
364
683
  {
365
684
  id: inputId + "-label",
@@ -368,8 +687,8 @@ const FTextField = forwardRef(
368
687
  children: label
369
688
  }
370
689
  ),
371
- /* @__PURE__ */ jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
372
- /* @__PURE__ */ jsx(
690
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
691
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
373
692
  "input",
374
693
  {
375
694
  ref,
@@ -383,9 +702,9 @@ const FTextField = forwardRef(
383
702
  disabled: props.disabled || load
384
703
  }
385
704
  ),
386
- load && /* @__PURE__ */ jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsx(FLoadIcon, { size: 10 }) })
705
+ load && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsxRuntimeExports.jsx(FLoadIcon, { size: 10 }) })
387
706
  ] }),
388
- helpText && /* @__PURE__ */ jsx(
707
+ helpText && /* @__PURE__ */ jsxRuntimeExports.jsx(
389
708
  "p",
390
709
  {
391
710
  id: inputId + "-helptext",
@@ -393,25 +712,11 @@ const FTextField = forwardRef(
393
712
  children: helpText
394
713
  }
395
714
  ),
396
- typeof errText === "string" && errText && /* @__PURE__ */ jsx(
715
+ errText && errText.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
397
716
  "div",
398
717
  {
399
718
  className: "f-form-element__errorblock",
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(
719
+ children: errText.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
415
720
  "p",
416
721
  {
417
722
  id: `${inputId}-errortext-${index}`,
@@ -449,7 +754,7 @@ const FStack = ({
449
754
  if (st !== void 0) {
450
755
  style = Object.assign(style, st);
451
756
  }
452
- return /* @__PURE__ */ jsx(
757
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
453
758
  "div",
454
759
  {
455
760
  className,
@@ -572,8 +877,8 @@ const FGrid = ({
572
877
  if (resolvedSizes.xxl !== void 0) classes.push(styles$w[`f-grid__col--xxl-${resolvedSizes.xxl}`]);
573
878
  return classes.join(" ");
574
879
  };
575
- return /* @__PURE__ */ jsxs(Fragment, { children: [
576
- obj === "container" && /* @__PURE__ */ jsx(
880
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
881
+ obj === "container" && /* @__PURE__ */ jsxRuntimeExports.jsx(
577
882
  "div",
578
883
  {
579
884
  className: `${styles$w["f-grid"]} ${className || ""}`,
@@ -582,7 +887,7 @@ const FGrid = ({
582
887
  children
583
888
  }
584
889
  ),
585
- obj === "item" && /* @__PURE__ */ jsx(
890
+ obj === "item" && /* @__PURE__ */ jsxRuntimeExports.jsx(
586
891
  "div",
587
892
  {
588
893
  className: `${getColumnClasses()} ${className || ""}`,
@@ -591,7 +896,7 @@ const FGrid = ({
591
896
  children
592
897
  }
593
898
  ),
594
- obj === void 0 && /* @__PURE__ */ jsx("div", { className, style, id, children })
899
+ obj === void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className, style, id, children })
595
900
  ] });
596
901
  };
597
902
  const styles$v = {
@@ -628,7 +933,7 @@ const FGridRow = ({
628
933
  getAlignItemsClass(),
629
934
  className
630
935
  ].filter(Boolean).join(" ");
631
- return /* @__PURE__ */ jsx("div", { className: rowClasses, style: st, id, children });
936
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: rowClasses, style: st, id, children });
632
937
  };
633
938
  const styles$u = {
634
939
  "f-container": "_f-container_g9ck3_1",
@@ -647,7 +952,7 @@ const FContainer = ({
647
952
  id,
648
953
  maxWidth = "container-xs"
649
954
  }) => {
650
- return /* @__PURE__ */ jsx(
955
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
651
956
  "div",
652
957
  {
653
958
  className: `${styles$u["f-container"]} ${styles$u[maxWidth]} ${className || ""}`,
@@ -688,7 +993,7 @@ const FPaper = ({
688
993
  }
689
994
  }
690
995
  }, [animated]);
691
- return /* @__PURE__ */ jsxs(
996
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
692
997
  "div",
693
998
  {
694
999
  className: `${styles$t["panel"]} ${styles$t["panel-default"]} ${className || ""} ${animated ? `${styles$t[`animated-${animated.name}`]} ${animated.name}` : ""}`,
@@ -696,7 +1001,7 @@ const FPaper = ({
696
1001
  id,
697
1002
  onAnimationEnd,
698
1003
  children: [
699
- label && /* @__PURE__ */ jsx("div", { className: styles$t["panel-heading"], children: /* @__PURE__ */ jsx(
1004
+ label && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$t["panel-heading"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
700
1005
  "h3",
701
1006
  {
702
1007
  className: styles$t["panel-title"],
@@ -704,7 +1009,7 @@ const FPaper = ({
704
1009
  children: label
705
1010
  }
706
1011
  ) }),
707
- /* @__PURE__ */ jsx(
1012
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
708
1013
  "div",
709
1014
  {
710
1015
  className: styles$t["panel-body"],
@@ -745,7 +1050,7 @@ const FTableHead = ({
745
1050
  // По умолчанию заголовок не "липкий"
746
1051
  ...props
747
1052
  }) => {
748
- return /* @__PURE__ */ jsx(
1053
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
749
1054
  "thead",
750
1055
  {
751
1056
  style: st,
@@ -843,10 +1148,10 @@ const FTableBody = ({
843
1148
  } else {
844
1149
  visibleItems = flatChildren;
845
1150
  }
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 } }),
1151
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("tbody", { ref: tableBodyRef, style: st, ...props, className: `${styles$s["f-table-component__table_body"]} ${props.className || ""} ${styles$s[textAlignment]}`, children: [
1152
+ virtualizationEnabled && rowHeights.some((h) => h > 0) && /* @__PURE__ */ jsxRuntimeExports.jsx("tr", { style: { height: topOffset } }),
848
1153
  visibleItems.map((child, idx) => React.isValidElement(child) ? React.cloneElement(child, { "data-row-index": virtualizationEnabled ? startIdx + idx : idx, key: virtualizationEnabled ? startIdx + idx : idx }) : child),
849
- virtualizationEnabled && rowHeights.some((h) => h > 0) && /* @__PURE__ */ jsx("tr", { style: { height: bottomOffset } })
1154
+ virtualizationEnabled && rowHeights.some((h) => h > 0) && /* @__PURE__ */ jsxRuntimeExports.jsx("tr", { style: { height: bottomOffset } })
850
1155
  ] });
851
1156
  };
852
1157
  const FTableBody$1 = React.memo(FTableBody);
@@ -878,13 +1183,13 @@ const FTable = ({
878
1183
  }
879
1184
  };
880
1185
  }, []);
881
- return /* @__PURE__ */ jsx(
1186
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
882
1187
  "div",
883
1188
  {
884
1189
  ref: tableWrapperRef,
885
1190
  className: styles$s["f-table-component"],
886
1191
  style: { overflowX, overflowY },
887
- children: /* @__PURE__ */ jsx(
1192
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
888
1193
  "table",
889
1194
  {
890
1195
  style: st,
@@ -924,7 +1229,7 @@ const FTableRow = ({
924
1229
  textAlignment,
925
1230
  ...props
926
1231
  }) => {
927
- return /* @__PURE__ */ jsx(
1232
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
928
1233
  "tr",
929
1234
  {
930
1235
  style: st,
@@ -950,7 +1255,7 @@ const FTableHeaderCell = ({
950
1255
  width,
951
1256
  ...st
952
1257
  };
953
- return /* @__PURE__ */ jsx(
1258
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
954
1259
  "th",
955
1260
  {
956
1261
  rowSpan: row && row > 1 ? row : void 0,
@@ -978,7 +1283,7 @@ const FTableDataCell = ({
978
1283
  height,
979
1284
  ...st
980
1285
  };
981
- return /* @__PURE__ */ jsx(
1286
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
982
1287
  "td",
983
1288
  {
984
1289
  rowSpan: row && row > 1 ? row : void 0,
@@ -995,7 +1300,7 @@ const FTableFooter = ({
995
1300
  children,
996
1301
  ...props
997
1302
  }) => {
998
- return /* @__PURE__ */ jsx(
1303
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
999
1304
  "tfoot",
1000
1305
  {
1001
1306
  style: st,
@@ -1054,14 +1359,14 @@ const FDialog = ({
1054
1359
  };
1055
1360
  const contentWidth = widthStyles[width];
1056
1361
  return require$$1.createPortal(
1057
- /* @__PURE__ */ jsx(
1362
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
1058
1363
  "div",
1059
1364
  {
1060
1365
  id,
1061
1366
  style: st,
1062
1367
  className: `${styles$r["f-dialog"]} ${openAndClose ? styles$r["active-dialog"] : ""} ${className || ""}`,
1063
1368
  onClick: () => closeButtonBackPage == null ? void 0 : closeButtonBackPage(false),
1064
- children: /* @__PURE__ */ jsx(
1369
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1065
1370
  "div",
1066
1371
  {
1067
1372
  className: `${styles$r["f-dialog__content"]} ${openAndClose ? styles$r["active"] : ""} ${hide2 ? styles$r["hide"] : ""}`,
@@ -1087,7 +1392,7 @@ const FCloseIcon = React.forwardRef(({
1087
1392
  ["data-testid"]: dataTestId,
1088
1393
  ...props
1089
1394
  }, ref) => {
1090
- return /* @__PURE__ */ jsx(
1395
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1091
1396
  "svg",
1092
1397
  {
1093
1398
  ref,
@@ -1099,15 +1404,15 @@ const FCloseIcon = React.forwardRef(({
1099
1404
  id,
1100
1405
  "data-testid": dataTestId,
1101
1406
  ...props,
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" })
1407
+ 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" })
1103
1408
  }
1104
1409
  );
1105
1410
  });
1106
1411
  FCloseIcon.displayName = "FCloseIcon";
1107
1412
  const FDialogHeader = ({ title: title2, handleClose }) => {
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(
1413
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$r["f-dialog__header"], children: [
1414
+ /* @__PURE__ */ jsxRuntimeExports.jsx("h3", { className: styles$r["f-dialog__header_title"], children: title2 }),
1415
+ handleClose && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$r["f-dialog__header_close"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1111
1416
  FCloseIcon,
1112
1417
  {
1113
1418
  handleClose,
@@ -1122,10 +1427,10 @@ const FDialogBody = ({ st, children, scroll = true }) => {
1122
1427
  ...scroll ? { overflowY: "auto" } : {},
1123
1428
  ...st
1124
1429
  };
1125
- return /* @__PURE__ */ jsx("div", { className: styles$r["f-dialog__body"], style, children });
1430
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$r["f-dialog__body"], style, children });
1126
1431
  };
1127
1432
  const FDialogFooter = ({ children, className, st, id }) => {
1128
- return /* @__PURE__ */ jsx(
1433
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1129
1434
  "div",
1130
1435
  {
1131
1436
  id,
@@ -1160,13 +1465,13 @@ const styles$q = {
1160
1465
  link
1161
1466
  };
1162
1467
  const FProgress = ({ st, color = "primary", id, className }) => {
1163
- return /* @__PURE__ */ jsx(
1468
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1164
1469
  "div",
1165
1470
  {
1166
1471
  className: `${styles$q["authorization-spinner"]} ${styles$q.visible} ${className || ""}`,
1167
1472
  id,
1168
1473
  style: st,
1169
- children: /* @__PURE__ */ jsx("div", { className: `${styles$q["spinner-item"]} ${styles$q[color]}` })
1474
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$q["spinner-item"]} ${styles$q[color]}` })
1170
1475
  }
1171
1476
  );
1172
1477
  };
@@ -1194,7 +1499,7 @@ const FPreloader = ({
1194
1499
  document.body.classList.remove("open-preloader");
1195
1500
  };
1196
1501
  }, [open]);
1197
- return /* @__PURE__ */ jsx(
1502
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1198
1503
  "div",
1199
1504
  {
1200
1505
  className: `${styles$p["f-preloader"]} ${open ? styles$p["active-preloader"] : ""}`,
@@ -1213,13 +1518,13 @@ const FCheckbox = forwardRef(
1213
1518
  st,
1214
1519
  ...props
1215
1520
  }, ref) => {
1216
- return /* @__PURE__ */ jsx(
1521
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1217
1522
  "div",
1218
1523
  {
1219
1524
  className: `${styles$o["f-checkbox"]} ${className || ""}`,
1220
1525
  style: st,
1221
- children: /* @__PURE__ */ jsxs("label", { children: [
1222
- /* @__PURE__ */ jsx("input", { ref, type: "checkbox", ...props }),
1526
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs("label", { children: [
1527
+ /* @__PURE__ */ jsxRuntimeExports.jsx("input", { ref, type: "checkbox", ...props }),
1223
1528
  label
1224
1529
  ] })
1225
1530
  }
@@ -1236,13 +1541,13 @@ const FRadioButton = forwardRef(
1236
1541
  st,
1237
1542
  ...props
1238
1543
  }, ref) => {
1239
- return /* @__PURE__ */ jsx(
1544
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1240
1545
  "div",
1241
1546
  {
1242
1547
  className: `${styles$n["f-radio"]} ${className || ""}`,
1243
1548
  style: st,
1244
- children: /* @__PURE__ */ jsxs("label", { children: [
1245
- /* @__PURE__ */ jsx("input", { ref, type: "radio", ...props }),
1549
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs("label", { children: [
1550
+ /* @__PURE__ */ jsxRuntimeExports.jsx("input", { ref, type: "radio", ...props }),
1246
1551
  label
1247
1552
  ] })
1248
1553
  }
@@ -1332,26 +1637,26 @@ const FPagination = ({
1332
1637
  const onNext = () => onPageChange(currentPage + 1);
1333
1638
  const onPrevious = () => onPageChange(currentPage - 1);
1334
1639
  const lastPage = paginationRange[paginationRange.length - 1];
1335
- return /* @__PURE__ */ jsxs(
1640
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
1336
1641
  "ul",
1337
1642
  {
1338
1643
  className: `${styles$m["pagination-container"]} ${className || ""}`,
1339
1644
  style: st,
1340
1645
  id,
1341
1646
  children: [
1342
- /* @__PURE__ */ jsx(
1647
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
1343
1648
  "li",
1344
1649
  {
1345
1650
  className: `${styles$m["pagination-item"]} ${currentPage === 1 ? styles$m.disabled : ""}`,
1346
1651
  onClick: onPrevious,
1347
- children: /* @__PURE__ */ jsx("div", { className: `${styles$m.arrow} ${styles$m.left}` })
1652
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$m.arrow} ${styles$m.left}` })
1348
1653
  }
1349
1654
  ),
1350
1655
  paginationRange.map((pageNumber, index) => {
1351
1656
  if (pageNumber === DOTS) {
1352
- return /* @__PURE__ */ jsx("li", { className: `${styles$m["pagination-item"]} ${styles$m.dots}`, children: "…" }, index);
1657
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("li", { className: `${styles$m["pagination-item"]} ${styles$m.dots}`, children: "…" }, index);
1353
1658
  }
1354
- return /* @__PURE__ */ jsx(
1659
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1355
1660
  "li",
1356
1661
  {
1357
1662
  className: `${styles$m["pagination-item"]} ${pageNumber === currentPage ? styles$m.selected : ""}`,
@@ -1361,12 +1666,12 @@ const FPagination = ({
1361
1666
  index
1362
1667
  );
1363
1668
  }),
1364
- /* @__PURE__ */ jsx(
1669
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
1365
1670
  "li",
1366
1671
  {
1367
1672
  className: `${styles$m["pagination-item"]} ${currentPage === lastPage ? styles$m.disabled : ""}`,
1368
1673
  onClick: onNext,
1369
- children: /* @__PURE__ */ jsx("div", { className: `${styles$m.arrow} ${styles$m.right}` })
1674
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$m.arrow} ${styles$m.right}` })
1370
1675
  }
1371
1676
  )
1372
1677
  ]
@@ -1387,7 +1692,7 @@ const FTimeline = ({
1387
1692
  id,
1388
1693
  className
1389
1694
  }) => {
1390
- return /* @__PURE__ */ jsx("div", { className: `${styles$l["f-time-line"]} ${className || ""}`, style: st, id, children });
1695
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$l["f-time-line"]} ${className || ""}`, style: st, id, children });
1391
1696
  };
1392
1697
  const FTimelineCard = ({
1393
1698
  children,
@@ -1396,11 +1701,11 @@ const FTimelineCard = ({
1396
1701
  id,
1397
1702
  className
1398
1703
  }) => {
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 })
1704
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `${styles$l["f-time-line__block"]} ${className || ""}`, id, children: [
1705
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$l["f-time-line__block-circle"] }),
1706
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$l["f-time-line__block-inner"], style: st, children: [
1707
+ title2 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$l["f-time-line__block-title"], children: title2 }),
1708
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$l["f-time-line__block-content"], children })
1404
1709
  ] })
1405
1710
  ] });
1406
1711
  };
@@ -1438,7 +1743,7 @@ const FArrowIcon = React.forwardRef(({
1438
1743
  ${direction === "down" ? 90 : direction === "up" ? -90 : direction === "right" ? 0 : 180}deg)`
1439
1744
  };
1440
1745
  st = Object.assign({}, style, st);
1441
- return /* @__PURE__ */ jsx(
1746
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1442
1747
  "svg",
1443
1748
  {
1444
1749
  ref,
@@ -1451,7 +1756,7 @@ const FArrowIcon = React.forwardRef(({
1451
1756
  id,
1452
1757
  "data-testid": dataTestId,
1453
1758
  ...props,
1454
- children: /* @__PURE__ */ jsx(
1759
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1455
1760
  "path",
1456
1761
  {
1457
1762
  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"
@@ -1540,15 +1845,15 @@ const FOpenImgFull = ({
1540
1845
  if (!imagesUrl.length || selectedImg < 0 || selectedImg >= imagesUrl.length) {
1541
1846
  return null;
1542
1847
  }
1543
- return /* @__PURE__ */ jsx(
1848
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1544
1849
  FDialog,
1545
1850
  {
1546
1851
  openAndClose,
1547
1852
  st,
1548
1853
  className: `${styles$k["fv-opn-img-full"]} ${className || ""}`,
1549
1854
  id,
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(
1855
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$k["fv-opn-img-full-body"], children: [
1856
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["close-button"], children: handleClose && /* @__PURE__ */ jsxRuntimeExports.jsx(
1552
1857
  FCloseIcon,
1553
1858
  {
1554
1859
  handleClose: () => {
@@ -1557,7 +1862,7 @@ const FOpenImgFull = ({
1557
1862
  }
1558
1863
  }
1559
1864
  ) }),
1560
- /* @__PURE__ */ jsxs(
1865
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
1561
1866
  "div",
1562
1867
  {
1563
1868
  className: styles$k["image-container"],
@@ -1565,16 +1870,16 @@ const FOpenImgFull = ({
1565
1870
  onTouchMove: handleTouchMove,
1566
1871
  onTouchEnd: handleTouchEnd,
1567
1872
  children: [
1568
- selectedImg > 0 && /* @__PURE__ */ jsx("div", { className: styles$k["arrow-left"], children: /* @__PURE__ */ jsx(
1873
+ selectedImg > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["arrow-left"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1569
1874
  FArrowIcon,
1570
1875
  {
1571
1876
  direction: "left",
1572
1877
  handleClick: () => setSelectedImg(selectedImg - 1)
1573
1878
  }
1574
1879
  ) }),
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(
1880
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$k["image-wrapper"], children: [
1881
+ isLoading && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["loading-spinner"], children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["spinner"] }) }),
1882
+ error2 ? /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["error-message"], children: "Ошибка загрузки изображения" }) : /* @__PURE__ */ jsxRuntimeExports.jsx(
1578
1883
  "img",
1579
1884
  {
1580
1885
  src: imagesUrl[selectedImg],
@@ -1594,7 +1899,7 @@ const FOpenImgFull = ({
1594
1899
  }
1595
1900
  )
1596
1901
  ] }),
1597
- selectedImg < imagesUrl.length - 1 && /* @__PURE__ */ jsx("div", { className: styles$k["arrow-right"], children: /* @__PURE__ */ jsx(
1902
+ selectedImg < imagesUrl.length - 1 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["arrow-right"], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1598
1903
  FArrowIcon,
1599
1904
  {
1600
1905
  direction: "right",
@@ -1604,7 +1909,7 @@ const FOpenImgFull = ({
1604
1909
  ]
1605
1910
  }
1606
1911
  ),
1607
- imagesUrl.length > 1 && /* @__PURE__ */ jsx("div", { className: styles$k["progress-indicator"], children: imagesUrl.map((_, index) => /* @__PURE__ */ jsx(
1912
+ imagesUrl.length > 1 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k["progress-indicator"], children: imagesUrl.map((_, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
1608
1913
  "div",
1609
1914
  {
1610
1915
  className: `${styles$k["progress-dot"]} ${index === selectedImg ? styles$k["active"] : ""}`,
@@ -1644,20 +1949,20 @@ const FAccordion = ({
1644
1949
  setIsOpen(open);
1645
1950
  }
1646
1951
  }, [open]);
1647
- return /* @__PURE__ */ jsx(
1952
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1648
1953
  "div",
1649
1954
  {
1650
1955
  onClick,
1651
1956
  className: `${styles$j.card} ${className || ""}`,
1652
1957
  id,
1653
- children: /* @__PURE__ */ jsxs(
1958
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
1654
1959
  "details",
1655
1960
  {
1656
1961
  className: styles$j[variant],
1657
1962
  open: isOpen,
1658
1963
  style: st,
1659
1964
  children: [
1660
- /* @__PURE__ */ jsx("summary", { className: styles$j["fv-accord-title"], children: title2 }),
1965
+ /* @__PURE__ */ jsxRuntimeExports.jsx("summary", { className: styles$j["fv-accord-title"], children: title2 }),
1661
1966
  children
1662
1967
  ]
1663
1968
  }
@@ -1796,8 +2101,8 @@ const FInputFileForm = ({
1796
2101
  setUploadProgress({});
1797
2102
  }
1798
2103
  }, [deleteFile]);
1799
- return /* @__PURE__ */ jsxs("div", { className: styles$i.container, children: [
1800
- /* @__PURE__ */ jsxs(
2104
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$i.container, children: [
2105
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
1801
2106
  "div",
1802
2107
  {
1803
2108
  className: `${styles$i["custom-file"]} ${styles$i["custom-file-dropzone"]} ${isDragging ? styles$i.dragging : ""}`,
@@ -1806,7 +2111,7 @@ const FInputFileForm = ({
1806
2111
  onDragLeave: handleDragLeave,
1807
2112
  onDrop: handleDrop,
1808
2113
  children: [
1809
- /* @__PURE__ */ jsx(
2114
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
1810
2115
  "input",
1811
2116
  {
1812
2117
  required,
@@ -1823,22 +2128,22 @@ const FInputFileForm = ({
1823
2128
  ref: inputRef
1824
2129
  }
1825
2130
  ),
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" })
2131
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("label", { htmlFor: id, className: styles$i["custom-file-label"], style: disabled2 ? { backgroundColor: "#F3F3F3", border: "1px dashed #C4C4C4" } : void 0, children: [
2132
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { width: "30", height: "30", fill: "currentColor", viewBox: "0 0 16 16", children: [
2133
+ /* @__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" }),
2134
+ /* @__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" })
1830
2135
  ] }),
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: "Выберите" }),
2136
+ /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
2137
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { style: disabled2 ? { color: "#C4C4C4" } : void 0, children: [
2138
+ /* @__PURE__ */ jsxRuntimeExports.jsx("b", { style: disabled2 ? { color: "#888888" } : void 0, children: "Выберите" }),
1834
2139
  " или перетащите файл для загрузки",
1835
- /* @__PURE__ */ jsx("br", {}),
1836
- accept !== void 0 ? /* @__PURE__ */ jsxs(Fragment, { children: [
2140
+ /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
2141
+ accept !== void 0 ? /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
1837
2142
  "Разрешается загрузить файлы с форматом: ",
1838
- /* @__PURE__ */ jsx("b", { style: disabled2 ? { color: "#888888" } : void 0, children: accept }),
1839
- /* @__PURE__ */ jsx("br", {})
2143
+ /* @__PURE__ */ jsxRuntimeExports.jsx("b", { style: disabled2 ? { color: "#888888" } : void 0, children: accept }),
2144
+ /* @__PURE__ */ jsxRuntimeExports.jsx("br", {})
1840
2145
  ] }) : "Разрешается загрузить любой формат файлов",
1841
- dataMaxSize && /* @__PURE__ */ jsxs("small", { children: [
2146
+ dataMaxSize && /* @__PURE__ */ jsxRuntimeExports.jsxs("small", { children: [
1842
2147
  "Максимальный размер ",
1843
2148
  dataMaxSize.size,
1844
2149
  " ",
@@ -1849,8 +2154,8 @@ const FInputFileForm = ({
1849
2154
  ]
1850
2155
  }
1851
2156
  ),
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(
2157
+ 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)) }),
2158
+ 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(
1854
2159
  FFile,
1855
2160
  {
1856
2161
  name: file.name,
@@ -1888,7 +2193,7 @@ const FSelect = forwardRef(
1888
2193
  };
1889
2194
  const mergedStyle = Object.assign({}, baseStyle, st);
1890
2195
  const inputId = id || `input-${Math.random().toString(36).substring(2, 9)}`;
1891
- return /* @__PURE__ */ jsxs(
2196
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
1892
2197
  "div",
1893
2198
  {
1894
2199
  className: `f-form-element ${styles$h["f-select"]}`,
@@ -1897,7 +2202,7 @@ const FSelect = forwardRef(
1897
2202
  role: "group",
1898
2203
  "aria-labelledby": label ? inputId + "-label" : void 0,
1899
2204
  children: [
1900
- label && /* @__PURE__ */ jsx(
2205
+ label && /* @__PURE__ */ jsxRuntimeExports.jsx(
1901
2206
  "label",
1902
2207
  {
1903
2208
  id: inputId + "-label",
@@ -1906,8 +2211,8 @@ const FSelect = forwardRef(
1906
2211
  children: label
1907
2212
  }
1908
2213
  ),
1909
- /* @__PURE__ */ jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
1910
- /* @__PURE__ */ jsx(
2214
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
2215
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
1911
2216
  "select",
1912
2217
  {
1913
2218
  ref,
@@ -1920,9 +2225,9 @@ const FSelect = forwardRef(
1920
2225
  children: !load && children
1921
2226
  }
1922
2227
  ),
1923
- load && /* @__PURE__ */ jsx("div", { className: `f-form-element__loader`, children: /* @__PURE__ */ jsx(FLoadIcon, { size: 10 }) })
2228
+ load && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `f-form-element__loader`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(FLoadIcon, { size: 10 }) })
1924
2229
  ] }),
1925
- helpText && /* @__PURE__ */ jsx(
2230
+ helpText && /* @__PURE__ */ jsxRuntimeExports.jsx(
1926
2231
  "p",
1927
2232
  {
1928
2233
  id: inputId + "-helptext",
@@ -1930,29 +2235,15 @@ const FSelect = forwardRef(
1930
2235
  children: helpText
1931
2236
  }
1932
2237
  ),
1933
- typeof errText === "string" && errText && /* @__PURE__ */ jsx(
2238
+ errText && errText.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
1934
2239
  "div",
1935
2240
  {
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(
2241
+ className: `f-form-element__errorblock`,
2242
+ children: errText.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
1952
2243
  "p",
1953
2244
  {
1954
2245
  id: `${inputId}-errortext-${index}`,
1955
- className: "f-form-element__errorblock_errortext",
2246
+ className: `f-form-element__errorblock_errortext`,
1956
2247
  children: error2
1957
2248
  },
1958
2249
  index
@@ -1969,7 +2260,7 @@ const FSelectItem = React.forwardRef(({
1969
2260
  children,
1970
2261
  ...props
1971
2262
  }, ref) => {
1972
- return /* @__PURE__ */ jsx(
2263
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1973
2264
  "option",
1974
2265
  {
1975
2266
  ref,
@@ -1992,7 +2283,7 @@ const FFullDateField = forwardRef(
1992
2283
  height,
1993
2284
  ...props
1994
2285
  }, ref) => {
1995
- return /* @__PURE__ */ jsx(
2286
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
1996
2287
  FTextField,
1997
2288
  {
1998
2289
  label,
@@ -2005,7 +2296,7 @@ const FFullDateField = forwardRef(
2005
2296
  value: load ? "" : value,
2006
2297
  type: load ? "text" : "date",
2007
2298
  helpText,
2008
- errText: typeof errText === "string" ? [errText] : errText,
2299
+ errText,
2009
2300
  ...props
2010
2301
  }
2011
2302
  );
@@ -2192,7 +2483,7 @@ const FSelectSearchDb = ({
2192
2483
  setArrObject([]);
2193
2484
  }
2194
2485
  };
2195
- return /* @__PURE__ */ jsxs(
2486
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
2196
2487
  "div",
2197
2488
  {
2198
2489
  ref: containerRef,
@@ -2201,8 +2492,8 @@ const FSelectSearchDb = ({
2201
2492
  id,
2202
2493
  "data-position": dropdownPosition,
2203
2494
  children: [
2204
- /* @__PURE__ */ jsxs("div", { className: styles$g["f-select-search-db__input"], children: [
2205
- /* @__PURE__ */ jsx(
2495
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$g["f-select-search-db__input"], children: [
2496
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2206
2497
  FTextField,
2207
2498
  {
2208
2499
  fullWidth,
@@ -2223,26 +2514,26 @@ const FSelectSearchDb = ({
2223
2514
  },
2224
2515
  load,
2225
2516
  helpText: load ? "Загрузка..." : textInput ? "После окончания ввода запрос отправится через 3 сек" : helpText,
2226
- errText: typeof errText === "string" ? [errText] : errText || error2
2517
+ errText: errText || error2
2227
2518
  }
2228
2519
  ),
2229
- !load && !disabled2 && arrObject.length > 0 && /* @__PURE__ */ jsx(
2520
+ !load && !disabled2 && arrObject.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
2230
2521
  "div",
2231
2522
  {
2232
2523
  className: styles$g["f-select-search-db__input_arrow"],
2233
2524
  style: { marginTop: label ? "28px" : "7px" },
2234
2525
  onClick: handleArrowClick,
2235
- children: /* @__PURE__ */ jsx(FArrowIcon, { direction: isDropdownOpen ? "up" : "down", size: 15 })
2526
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(FArrowIcon, { direction: isDropdownOpen ? "up" : "down", size: 15 })
2236
2527
  }
2237
2528
  )
2238
2529
  ] }),
2239
2530
  isDropdownOpen && (arrObject.length > 0 || valueInput.trim() === "") && dropdownPortalRef.current && createPortal(
2240
- /* @__PURE__ */ jsx(
2531
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2241
2532
  "div",
2242
2533
  {
2243
2534
  ref: dropdownRef,
2244
2535
  className: `${styles$g["f-select-search-db__dropdown"]} ${isDropdownOpen ? styles$g.active : ""}`,
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)) })
2536
+ 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)) })
2246
2537
  }
2247
2538
  ),
2248
2539
  dropdownPortalRef.current
@@ -2277,7 +2568,7 @@ const FTextArea = forwardRef(
2277
2568
  };
2278
2569
  const mergedStyle = { ...baseStyle, ...st };
2279
2570
  const areaId = id || `textarea-${Math.random().toString(36).substring(2, 9)}`;
2280
- return /* @__PURE__ */ jsxs(
2571
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
2281
2572
  "div",
2282
2573
  {
2283
2574
  className: `f-form-element ${styles$f["f-text-area"]} ${className || ""}`,
@@ -2286,7 +2577,7 @@ const FTextArea = forwardRef(
2286
2577
  id: areaId + "-text-area-block",
2287
2578
  "aria-labelledby": label ? areaId + "-label" : void 0,
2288
2579
  children: [
2289
- label && /* @__PURE__ */ jsx(
2580
+ label && /* @__PURE__ */ jsxRuntimeExports.jsx(
2290
2581
  "label",
2291
2582
  {
2292
2583
  id: areaId + "-label",
@@ -2295,8 +2586,8 @@ const FTextArea = forwardRef(
2295
2586
  children: label
2296
2587
  }
2297
2588
  ),
2298
- /* @__PURE__ */ jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
2299
- /* @__PURE__ */ jsx(
2589
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
2590
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2300
2591
  "textarea",
2301
2592
  {
2302
2593
  ref,
@@ -2309,9 +2600,9 @@ const FTextArea = forwardRef(
2309
2600
  style: { height: height || "auto" }
2310
2601
  }
2311
2602
  ),
2312
- load && /* @__PURE__ */ jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsx(FLoadIcon, { size: 10 }) })
2603
+ load && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "f-form-element__loader", children: /* @__PURE__ */ jsxRuntimeExports.jsx(FLoadIcon, { size: 10 }) })
2313
2604
  ] }),
2314
- helpText && /* @__PURE__ */ jsx(
2605
+ helpText && /* @__PURE__ */ jsxRuntimeExports.jsx(
2315
2606
  "p",
2316
2607
  {
2317
2608
  id: areaId + "-helptext",
@@ -2319,25 +2610,11 @@ const FTextArea = forwardRef(
2319
2610
  children: helpText
2320
2611
  }
2321
2612
  ),
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(
2613
+ errText && errText.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
2337
2614
  "div",
2338
2615
  {
2339
2616
  className: "f-form-element__errorblock",
2340
- children: typeof errText !== "string" && errText.map((error2, index) => /* @__PURE__ */ jsx(
2617
+ children: errText.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
2341
2618
  "p",
2342
2619
  {
2343
2620
  id: `${areaId}-errortext-${index}`,
@@ -2418,14 +2695,14 @@ const FAlert = ({
2418
2695
  });
2419
2696
  }, [open]);
2420
2697
  const handlerIco = () => {
2421
- let ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2422
- /* @__PURE__ */ jsx(
2698
+ let ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
2699
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2423
2700
  "path",
2424
2701
  {
2425
2702
  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"
2426
2703
  }
2427
2704
  ),
2428
- /* @__PURE__ */ jsx(
2705
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2429
2706
  "path",
2430
2707
  {
2431
2708
  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"
@@ -2434,14 +2711,14 @@ const FAlert = ({
2434
2711
  ] });
2435
2712
  switch (variant) {
2436
2713
  case "info":
2437
- ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2438
- /* @__PURE__ */ jsx(
2714
+ ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
2715
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2439
2716
  "path",
2440
2717
  {
2441
2718
  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"
2442
2719
  }
2443
2720
  ),
2444
- /* @__PURE__ */ jsx(
2721
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2445
2722
  "path",
2446
2723
  {
2447
2724
  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"
@@ -2450,14 +2727,14 @@ const FAlert = ({
2450
2727
  ] });
2451
2728
  break;
2452
2729
  case "success":
2453
- ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2454
- /* @__PURE__ */ jsx(
2730
+ ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
2731
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2455
2732
  "path",
2456
2733
  {
2457
2734
  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"
2458
2735
  }
2459
2736
  ),
2460
- /* @__PURE__ */ jsx(
2737
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2461
2738
  "path",
2462
2739
  {
2463
2740
  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"
@@ -2466,14 +2743,14 @@ const FAlert = ({
2466
2743
  ] });
2467
2744
  break;
2468
2745
  case "error":
2469
- ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2470
- /* @__PURE__ */ jsx(
2746
+ ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
2747
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2471
2748
  "path",
2472
2749
  {
2473
2750
  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"
2474
2751
  }
2475
2752
  ),
2476
- /* @__PURE__ */ jsx(
2753
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2477
2754
  "path",
2478
2755
  {
2479
2756
  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"
@@ -2482,14 +2759,14 @@ const FAlert = ({
2482
2759
  ] });
2483
2760
  break;
2484
2761
  case "warning":
2485
- ico = /* @__PURE__ */ jsxs(Fragment, { children: [
2486
- /* @__PURE__ */ jsx(
2762
+ ico = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
2763
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2487
2764
  "path",
2488
2765
  {
2489
2766
  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"
2490
2767
  }
2491
2768
  ),
2492
- /* @__PURE__ */ jsx(
2769
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2493
2770
  "path",
2494
2771
  {
2495
2772
  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"
@@ -2535,17 +2812,17 @@ const FAlert = ({
2535
2812
  }
2536
2813
  return Object.assign({}, styleHorizontal, styleVertical);
2537
2814
  };
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(
2815
+ 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: [
2816
+ /* @__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() }) }),
2817
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
2541
2818
  "div",
2542
2819
  {
2543
2820
  className: "f-alert-inside",
2544
2821
  style: { width: size !== void 0 ? `${size}` : "fit-content" },
2545
2822
  children: [
2546
- /* @__PURE__ */ jsxs("div", { className: "f-alert-header", children: [
2547
- /* @__PURE__ */ jsx("h4", { children: title2 !== void 0 ? title2 : "" }),
2548
- buttonClose && onClose && /* @__PURE__ */ jsx(
2823
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "f-alert-header", children: [
2824
+ /* @__PURE__ */ jsxRuntimeExports.jsx("h4", { children: title2 !== void 0 ? title2 : "" }),
2825
+ buttonClose && onClose && /* @__PURE__ */ jsxRuntimeExports.jsx(
2549
2826
  FCloseIcon,
2550
2827
  {
2551
2828
  size: 25,
@@ -2566,13 +2843,13 @@ const FAlert = ({
2566
2843
  }
2567
2844
  )
2568
2845
  ] }),
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);
2846
+ /* @__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) => {
2847
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: opt }, index);
2571
2848
  }) }) })
2572
2849
  ]
2573
2850
  }
2574
2851
  ),
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(
2852
+ 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(
2576
2853
  "div",
2577
2854
  {
2578
2855
  className: `f-alert-progress-value ${variant}`,
@@ -2624,9 +2901,9 @@ const FNative = ({
2624
2901
  st.width = "100%";
2625
2902
  }
2626
2903
  }
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(
2904
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-native ${className !== void 0 ? className : ""}`, style: st, id, children: [
2905
+ /* @__PURE__ */ jsxRuntimeExports.jsx("label", { className: "f-native-label", children: label }),
2906
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2630
2907
  "select",
2631
2908
  {
2632
2909
  style: {
@@ -2667,7 +2944,7 @@ const FTabs = ({
2667
2944
  st,
2668
2945
  orientation = "horizontal"
2669
2946
  }) => {
2670
- return /* @__PURE__ */ jsx(
2947
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
2671
2948
  "div",
2672
2949
  {
2673
2950
  id,
@@ -2683,7 +2960,7 @@ const FTab = forwardRef(({
2683
2960
  active: active2,
2684
2961
  ...props
2685
2962
  }, ref) => {
2686
- return /* @__PURE__ */ jsx(
2963
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
2687
2964
  "button",
2688
2965
  {
2689
2966
  ref,
@@ -2747,8 +3024,8 @@ const FDropdown = forwardRef(({
2747
3024
  return child;
2748
3025
  });
2749
3026
  };
2750
- return /* @__PURE__ */ jsxs("div", { className: styles$d["f-dropdown"], ref, ...props, children: [
2751
- /* @__PURE__ */ jsx(
3027
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$d["f-dropdown"], ref, ...props, children: [
3028
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2752
3029
  FButton,
2753
3030
  {
2754
3031
  variant,
@@ -2761,13 +3038,13 @@ const FDropdown = forwardRef(({
2761
3038
  onClick: () => setIsOpen((v) => !v),
2762
3039
  "aria-haspopup": "menu",
2763
3040
  "aria-expanded": isOpen,
2764
- children: /* @__PURE__ */ jsxs(FStack, { direction: "row", spacing: 2, justifyContent: "center", alignItems: "center", children: [
3041
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs(FStack, { direction: "row", spacing: 2, justifyContent: "center", alignItems: "center", children: [
2765
3042
  label,
2766
- /* @__PURE__ */ jsx(FArrowIcon, { className: styles$d["f-dropdown__arrow"], size: 16, color: "light", direction: isOpen ? "up" : "down" })
3043
+ /* @__PURE__ */ jsxRuntimeExports.jsx(FArrowIcon, { className: styles$d["f-dropdown__arrow"], size: 16, color: "light", direction: isOpen ? "up" : "down" })
2767
3044
  ] })
2768
3045
  }
2769
3046
  ),
2770
- /* @__PURE__ */ jsx(
3047
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2771
3048
  "div",
2772
3049
  {
2773
3050
  className: styles$d["f-dropdown__content"] + (isOpen ? " " + styles$d["f-dropdown__content--open"] : ""),
@@ -2786,7 +3063,7 @@ const FDropdownItem = ({
2786
3063
  children,
2787
3064
  onClick
2788
3065
  }) => {
2789
- return /* @__PURE__ */ jsx(
3066
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
2790
3067
  "li",
2791
3068
  {
2792
3069
  id,
@@ -2825,8 +3102,8 @@ const FSearchBox = forwardRef(
2825
3102
  type,
2826
3103
  ...props
2827
3104
  }, ref) => {
2828
- return /* @__PURE__ */ jsxs("div", { className: `${styles$c["f-search-box"]} form-group`, style: st, children: [
2829
- /* @__PURE__ */ jsx(
3105
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `${styles$c["f-search-box"]} form-group`, style: st, children: [
3106
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2830
3107
  FTextField,
2831
3108
  {
2832
3109
  fullWidth,
@@ -2836,14 +3113,14 @@ const FSearchBox = forwardRef(
2836
3113
  readOnly: readOnly || load,
2837
3114
  type: type ?? "text",
2838
3115
  helpText,
2839
- errText: typeof errText === "string" ? [errText] : errText,
3116
+ errText,
2840
3117
  load,
2841
3118
  ...props,
2842
3119
  className: `${styles$c["f-search-box__input"]} ${props.className || ""}`
2843
3120
  }
2844
3121
  ),
2845
- /* @__PURE__ */ jsxs("div", { className: styles$c["f-search-box__button"], style: { marginTop: label ? "21.8px" : "0" }, children: [
2846
- /* @__PURE__ */ jsx(
3122
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$c["f-search-box__button"], style: { marginTop: label ? "21.8px" : "0" }, children: [
3123
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2847
3124
  FButton,
2848
3125
  {
2849
3126
  className: `${styles$c["f-search-box__button_search"]} ${clearDataFromInput ? styles$c["clear-on"] : ""}`,
@@ -2855,7 +3132,7 @@ const FSearchBox = forwardRef(
2855
3132
  children
2856
3133
  }
2857
3134
  ),
2858
- clearDataFromInput && /* @__PURE__ */ jsx(
3135
+ clearDataFromInput && /* @__PURE__ */ jsxRuntimeExports.jsx(
2859
3136
  FButton,
2860
3137
  {
2861
3138
  className: `${styles$c["f-search-box__button_clear"]}`,
@@ -2864,7 +3141,7 @@ const FSearchBox = forwardRef(
2864
3141
  onClick: clearDataFromInput,
2865
3142
  color: "danger",
2866
3143
  variant,
2867
- children: /* @__PURE__ */ jsx(FTrashIcon, { color: "light", size: 20 })
3144
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(FTrashIcon, { color: "light", size: 20 })
2868
3145
  }
2869
3146
  )
2870
3147
  ] })
@@ -2964,25 +3241,25 @@ const FCarousel = ({
2964
3241
  transition: isAnimating ? "transform 0.6s cubic-bezier(.4,0,.2,1)" : "none",
2965
3242
  width: `${100 * itemsCount / visibleCount}%`
2966
3243
  };
2967
- return /* @__PURE__ */ jsxs("div", { className: rootClass, children: [
2968
- showArrows && /* @__PURE__ */ jsx(
3244
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: rootClass, children: [
3245
+ showArrows && /* @__PURE__ */ jsxRuntimeExports.jsx(
2969
3246
  "button",
2970
3247
  {
2971
3248
  className: `${styles$b["f-carousel__arrow"]} ${styles$b["f-carousel__arrow--left"]}`,
2972
3249
  onClick: handlePrev,
2973
3250
  disabled: !loop && current === 0,
2974
3251
  "aria-label": "Назад",
2975
- children: /* @__PURE__ */ jsx("img", { src: arrowLeft, alt: "Предыдущий слайд" })
3252
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx("img", { src: arrowLeft, alt: "Предыдущий слайд" })
2976
3253
  }
2977
3254
  ),
2978
- /* @__PURE__ */ jsx(
3255
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
2979
3256
  "div",
2980
3257
  {
2981
3258
  className: styles$b["f-carousel__viewport"],
2982
3259
  onTouchStart: handleTouchStart,
2983
3260
  onTouchMove: handleTouchMove,
2984
3261
  onTouchEnd: handleTouchEnd,
2985
- children: /* @__PURE__ */ jsx("div", { ref: trackRef, className: trackClass, style: trackStyle, children: children.map((child, idx) => /* @__PURE__ */ jsx(
3262
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { ref: trackRef, className: trackClass, style: trackStyle, children: children.map((child, idx) => /* @__PURE__ */ jsxRuntimeExports.jsx(
2986
3263
  "div",
2987
3264
  {
2988
3265
  className: styles$b["f-carousel__item"],
@@ -2993,17 +3270,17 @@ const FCarousel = ({
2993
3270
  )) })
2994
3271
  }
2995
3272
  ),
2996
- showArrows && /* @__PURE__ */ jsx(
3273
+ showArrows && /* @__PURE__ */ jsxRuntimeExports.jsx(
2997
3274
  "button",
2998
3275
  {
2999
3276
  className: `${styles$b["f-carousel__arrow"]} ${styles$b["f-carousel__arrow--right"]}`,
3000
3277
  onClick: handleNext,
3001
3278
  disabled: !loop && current >= itemsCount - visibleCount,
3002
3279
  "aria-label": "Вперёд",
3003
- children: /* @__PURE__ */ jsx("img", { src: arrowRight, alt: "Следующий слайд" })
3280
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx("img", { src: arrowRight, alt: "Следующий слайд" })
3004
3281
  }
3005
3282
  ),
3006
- /* @__PURE__ */ jsx("div", { className: styles$b["f-carousel__indicators"], children: Array.from({ length: itemsCount - visibleCount + 1 }).map((_, idx) => /* @__PURE__ */ jsx(
3283
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$b["f-carousel__indicators"], children: Array.from({ length: itemsCount - visibleCount + 1 }).map((_, idx) => /* @__PURE__ */ jsxRuntimeExports.jsx(
3007
3284
  "button",
3008
3285
  {
3009
3286
  className: [
@@ -3022,7 +3299,7 @@ const FCarouselItem = ({
3022
3299
  className,
3023
3300
  id
3024
3301
  }) => {
3025
- return /* @__PURE__ */ jsx("div", { className: `${styles$b["f-carousel-item"]} ${className || ""}`, id, children });
3302
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$b["f-carousel-item"]} ${className || ""}`, id, children });
3026
3303
  };
3027
3304
  const skeleton = "_skeleton_1ojrt_1";
3028
3305
  const styles$a = {
@@ -3082,7 +3359,7 @@ const FSkeleton = ({ children, enable, width, height }) => {
3082
3359
  restoreOriginalElements();
3083
3360
  };
3084
3361
  }, [enable]);
3085
- return /* @__PURE__ */ jsx("div", { ref: elementRef, className: styles$a["skeleton-block"], children });
3362
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { ref: elementRef, className: styles$a["skeleton-block"], children });
3086
3363
  };
3087
3364
  const active = "_active_1tib7_71";
3088
3365
  const styles$9 = {
@@ -3097,7 +3374,7 @@ const FNavigateBar = ({
3097
3374
  id,
3098
3375
  className
3099
3376
  }) => {
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 }) }) }) }) });
3377
+ 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 }) }) }) }) });
3101
3378
  };
3102
3379
  const FNavigateBarItem = ({
3103
3380
  st,
@@ -3106,7 +3383,7 @@ const FNavigateBarItem = ({
3106
3383
  className,
3107
3384
  activeClass
3108
3385
  }) => {
3109
- return /* @__PURE__ */ jsx(
3386
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
3110
3387
  "li",
3111
3388
  {
3112
3389
  id,
@@ -3132,7 +3409,7 @@ const FMenuBlockLinks = ({
3132
3409
  columns = 3
3133
3410
  }) => {
3134
3411
  const style = st !== void 0 ? { ...st, columns } : { columns };
3135
- return /* @__PURE__ */ jsx(
3412
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
3136
3413
  "div",
3137
3414
  {
3138
3415
  className: `${styles$8["sections-routes"]} ${className ?? ""}`.trim(),
@@ -3163,15 +3440,15 @@ const FMenuLinks = ({
3163
3440
  ...isDisabled && { onClick: (e) => e.preventDefault() }
3164
3441
  });
3165
3442
  });
3166
- return /* @__PURE__ */ jsxs(
3443
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3167
3444
  "div",
3168
3445
  {
3169
3446
  className: `${styles$8["sections-routes_card"]} ${className ?? ""}`.trim(),
3170
3447
  style: st,
3171
3448
  id,
3172
3449
  children: [
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 })
3450
+ title2 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$8["sections-routes_card__title"], children: title2 }),
3451
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$8["sections-routes_card__links"], children: enhancedChildren })
3175
3452
  ]
3176
3453
  }
3177
3454
  );
@@ -3352,7 +3629,7 @@ const FTooltip = ({
3352
3629
  let wrappedChild;
3353
3630
  const childPropsTyped = children.props;
3354
3631
  if (allowTooltipOnDisabled && React.isValidElement(children) && (childPropsTyped.disabled || childPropsTyped["aria-disabled"])) {
3355
- wrappedChild = /* @__PURE__ */ jsx(
3632
+ wrappedChild = /* @__PURE__ */ jsxRuntimeExports.jsx(
3356
3633
  "span",
3357
3634
  {
3358
3635
  ref: childRef,
@@ -3372,7 +3649,7 @@ const FTooltip = ({
3372
3649
  isExiting ? styles$7["f-tooltip--exiting"] : "",
3373
3650
  className
3374
3651
  ].filter(Boolean).join(" ");
3375
- const tooltipElement = mountTooltip && title2 ? /* @__PURE__ */ jsxs(
3652
+ const tooltipElement = mountTooltip && title2 ? /* @__PURE__ */ jsxRuntimeExports.jsxs(
3376
3653
  "div",
3377
3654
  {
3378
3655
  ref: tooltipRef,
@@ -3380,12 +3657,12 @@ const FTooltip = ({
3380
3657
  style: { ...style, ...tooltipStyles },
3381
3658
  role: "tooltip",
3382
3659
  children: [
3383
- arrow2 && /* @__PURE__ */ jsx("div", { className: styles$7["f-tooltip__arrow"] }),
3384
- /* @__PURE__ */ jsx("div", { className: styles$7["f-tooltip__content"], children: title2 })
3660
+ arrow2 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$7["f-tooltip__arrow"] }),
3661
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$7["f-tooltip__content"], children: title2 })
3385
3662
  ]
3386
3663
  }
3387
3664
  ) : null;
3388
- return /* @__PURE__ */ jsxs(Fragment, { children: [
3665
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
3389
3666
  wrappedChild,
3390
3667
  tooltipElement && createPortal(tooltipElement, document.body)
3391
3668
  ] });
@@ -3409,22 +3686,22 @@ const styles$6 = {
3409
3686
  "f-select-highlight": "_f-select-highlight_1prwk_128",
3410
3687
  "has-icons": "_has-icons_1prwk_135"
3411
3688
  };
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" })
3689
+ 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" }) });
3690
+ 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: [
3691
+ /* @__PURE__ */ jsxRuntimeExports.jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
3692
+ /* @__PURE__ */ jsxRuntimeExports.jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
3416
3693
  ] });
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" })
3694
+ 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: [
3695
+ /* @__PURE__ */ jsxRuntimeExports.jsx("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
3696
+ /* @__PURE__ */ jsxRuntimeExports.jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
3420
3697
  ] });
3421
3698
  const HighlightedText = ({ text, highlight }) => {
3422
- if (!highlight.trim()) return /* @__PURE__ */ jsx("span", { children: text });
3699
+ if (!highlight.trim()) return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: text });
3423
3700
  const escapeRegExp = (str) => str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
3424
3701
  const regex = new RegExp(`(${escapeRegExp(highlight)})`, "gi");
3425
3702
  const parts = text.split(regex);
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)
3703
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: parts.map(
3704
+ (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)
3428
3705
  ) });
3429
3706
  };
3430
3707
  const FSearchableSelect = forwardRef(
@@ -3569,7 +3846,7 @@ const FSearchableSelect = forwardRef(
3569
3846
  const inputId = restProps.id || `search-select-${Math.random().toString(36).substring(2, 9)}`;
3570
3847
  const hasValue = restProps.value !== void 0 ? !!String(restProps.value) : !!lastValueRef.current;
3571
3848
  const currentValStr = restProps.value !== void 0 ? String(restProps.value) : lastValueRef.current;
3572
- return /* @__PURE__ */ jsxs(
3849
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3573
3850
  "div",
3574
3851
  {
3575
3852
  className: `f-form-element ${styles$6["f-search-select"]} ${restProps.className || ""}`,
@@ -3577,7 +3854,7 @@ const FSearchableSelect = forwardRef(
3577
3854
  ref: containerRef,
3578
3855
  id: inputId + "-block",
3579
3856
  children: [
3580
- label && /* @__PURE__ */ jsx(
3857
+ label && /* @__PURE__ */ jsxRuntimeExports.jsx(
3581
3858
  "label",
3582
3859
  {
3583
3860
  id: inputId + "-label",
@@ -3586,7 +3863,7 @@ const FSearchableSelect = forwardRef(
3586
3863
  children: label
3587
3864
  }
3588
3865
  ),
3589
- /* @__PURE__ */ jsx(
3866
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
3590
3867
  "input",
3591
3868
  {
3592
3869
  ref,
@@ -3600,8 +3877,8 @@ const FSearchableSelect = forwardRef(
3600
3877
  "aria-hidden": "true"
3601
3878
  }
3602
3879
  ),
3603
- /* @__PURE__ */ jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
3604
- /* @__PURE__ */ jsx(
3880
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `f-form-element__control ${load ? "is-loading" : ""}`, children: [
3881
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
3605
3882
  "input",
3606
3883
  {
3607
3884
  ref: visibleInputRef,
@@ -3629,21 +3906,21 @@ const FSearchableSelect = forwardRef(
3629
3906
  }
3630
3907
  }
3631
3908
  ),
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(
3909
+ 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: [
3910
+ hasValue && !disabled2 && /* @__PURE__ */ jsxRuntimeExports.jsx(
3634
3911
  "div",
3635
3912
  {
3636
3913
  onClick: handleClear,
3637
3914
  className: `${styles$6["f-select-icon"]} close`,
3638
3915
  title: "Очистить",
3639
3916
  onMouseDown: (e) => e.preventDefault(),
3640
- children: /* @__PURE__ */ jsx(CloseIcon, {})
3917
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(CloseIcon, {})
3641
3918
  }
3642
3919
  ),
3643
- /* @__PURE__ */ jsx("div", { className: `${styles$6["f-select-icon"]} ${isOpen ? styles$6["rotate"] : ""}`, children: /* @__PURE__ */ jsx(ChevronIcon, {}) })
3920
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `${styles$6["f-select-icon"]} ${isOpen ? styles$6["rotate"] : ""}`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(ChevronIcon, {}) })
3644
3921
  ] })
3645
3922
  ] }),
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(
3923
+ 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(
3647
3924
  "li",
3648
3925
  {
3649
3926
  className: `
@@ -3658,15 +3935,15 @@ const FSearchableSelect = forwardRef(
3658
3935
  handleSelect(option);
3659
3936
  },
3660
3937
  onMouseEnter: () => setHighlightedIndex(index),
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: "(Создать)" })
3938
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { overflow: "hidden", textOverflow: "ellipsis" }, children: [
3939
+ option.isNew && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { style: { marginRight: 4 }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(PlusIcon, {}) }),
3940
+ /* @__PURE__ */ jsxRuntimeExports.jsx(HighlightedText, { text: option.label, highlight: deferredQuery }),
3941
+ option.isNew && /* @__PURE__ */ jsxRuntimeExports.jsx("span", { style: { opacity: 0.6, fontSize: "0.85em", marginLeft: 6 }, children: "(Создать)" })
3665
3942
  ] })
3666
3943
  },
3667
3944
  option.value + index
3668
3945
  )) }) }),
3669
- helpText && /* @__PURE__ */ jsx(
3946
+ helpText && /* @__PURE__ */ jsxRuntimeExports.jsx(
3670
3947
  "p",
3671
3948
  {
3672
3949
  id: inputId + "-helptext",
@@ -3674,25 +3951,11 @@ const FSearchableSelect = forwardRef(
3674
3951
  children: helpText
3675
3952
  }
3676
3953
  ),
3677
- typeof errText === "string" && errText && /* @__PURE__ */ jsx(
3954
+ errText && errText.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
3678
3955
  "div",
3679
3956
  {
3680
3957
  className: "f-form-element__errorblock",
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(
3958
+ children: errText.map((error2, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(
3696
3959
  "p",
3697
3960
  {
3698
3961
  id: `${inputId}-errortext-${index}`,
@@ -3719,7 +3982,7 @@ const FPlusIcon = React.forwardRef(({
3719
3982
  ["data-testid"]: dataTestId,
3720
3983
  ...props
3721
3984
  }, ref) => {
3722
- return /* @__PURE__ */ jsx(
3985
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
3723
3986
  "svg",
3724
3987
  {
3725
3988
  ref,
@@ -3733,7 +3996,7 @@ const FPlusIcon = React.forwardRef(({
3733
3996
  viewBox: "0 0 24 24",
3734
3997
  "data-testid": dataTestId,
3735
3998
  ...props,
3736
- children: /* @__PURE__ */ jsx(
3999
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3737
4000
  "path",
3738
4001
  {
3739
4002
  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"
@@ -3753,7 +4016,7 @@ const FCheckIcon = React.forwardRef(({
3753
4016
  ["data-testid"]: dataTestId,
3754
4017
  ...props
3755
4018
  }, ref) => {
3756
- return /* @__PURE__ */ jsx(
4019
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
3757
4020
  "svg",
3758
4021
  {
3759
4022
  ref,
@@ -3765,7 +4028,7 @@ const FCheckIcon = React.forwardRef(({
3765
4028
  style: st,
3766
4029
  "data-testid": dataTestId,
3767
4030
  ...props,
3768
- children: /* @__PURE__ */ jsx(
4031
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3769
4032
  "path",
3770
4033
  {
3771
4034
  clipRule: "evenodd",
@@ -3787,7 +4050,7 @@ const FListIcon = React.forwardRef(({
3787
4050
  ["data-testid"]: dataTestId,
3788
4051
  ...props
3789
4052
  }, ref) => {
3790
- return /* @__PURE__ */ jsxs(
4053
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3791
4054
  "svg",
3792
4055
  {
3793
4056
  ref,
@@ -3800,13 +4063,13 @@ const FListIcon = React.forwardRef(({
3800
4063
  "data-testid": dataTestId,
3801
4064
  ...props,
3802
4065
  children: [
3803
- /* @__PURE__ */ jsx(
4066
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
3804
4067
  "path",
3805
4068
  {
3806
4069
  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"
3807
4070
  }
3808
4071
  ),
3809
- /* @__PURE__ */ jsx(
4072
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
3810
4073
  "path",
3811
4074
  {
3812
4075
  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"
@@ -3827,7 +4090,7 @@ const FPenIcon = React.forwardRef(({
3827
4090
  ["data-testid"]: dataTestId,
3828
4091
  ...props
3829
4092
  }, ref) => {
3830
- return /* @__PURE__ */ jsx(
4093
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
3831
4094
  "svg",
3832
4095
  {
3833
4096
  ref,
@@ -3839,7 +4102,7 @@ const FPenIcon = React.forwardRef(({
3839
4102
  id,
3840
4103
  "data-testid": dataTestId,
3841
4104
  ...props,
3842
- children: /* @__PURE__ */ jsx(
4105
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3843
4106
  "path",
3844
4107
  {
3845
4108
  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"
@@ -3859,7 +4122,7 @@ const FDownloadIcon = React.forwardRef(({
3859
4122
  ["data-testid"]: dataTestId,
3860
4123
  ...props
3861
4124
  }, ref) => {
3862
- return /* @__PURE__ */ jsxs(
4125
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3863
4126
  "svg",
3864
4127
  {
3865
4128
  ref,
@@ -3872,8 +4135,8 @@ const FDownloadIcon = React.forwardRef(({
3872
4135
  "data-testid": dataTestId,
3873
4136
  ...props,
3874
4137
  children: [
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" })
4138
+ /* @__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" }),
4139
+ /* @__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" })
3877
4140
  ]
3878
4141
  }
3879
4142
  );
@@ -3889,7 +4152,7 @@ const FCopyAddIcon = React.forwardRef(({
3889
4152
  ["data-testid"]: dataTestId,
3890
4153
  ...props
3891
4154
  }, ref) => {
3892
- return /* @__PURE__ */ jsxs(
4155
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3893
4156
  "svg",
3894
4157
  {
3895
4158
  ref,
@@ -3902,8 +4165,8 @@ const FCopyAddIcon = React.forwardRef(({
3902
4165
  "data-testid": dataTestId,
3903
4166
  ...props,
3904
4167
  children: [
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" })
4168
+ /* @__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" }),
4169
+ /* @__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" })
3907
4170
  ]
3908
4171
  }
3909
4172
  );
@@ -3919,7 +4182,7 @@ const FUnlinkIcon = React.forwardRef(({
3919
4182
  ["data-testid"]: dataTestId,
3920
4183
  ...props
3921
4184
  }, ref) => {
3922
- return /* @__PURE__ */ jsxs(
4185
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3923
4186
  "svg",
3924
4187
  {
3925
4188
  ref,
@@ -3933,15 +4196,15 @@ const FUnlinkIcon = React.forwardRef(({
3933
4196
  "data-testid": dataTestId,
3934
4197
  ...props,
3935
4198
  children: [
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" })
4199
+ /* @__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" }),
4200
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M8.82996 3.86V6.86", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4201
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M5.32996 5.22L6.82996 7.81", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4202
+ /* @__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" }),
4203
+ /* @__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" }),
4204
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M12.33 5.22L10.83 7.81", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4205
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M15.1699 21.14V18.14", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4206
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M18.6699 19.79L17.1699 17.19", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" }),
4207
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M11.6699 19.79L13.1699 17.19", stroke: "#0F0F0F", "stroke-miterlimit": "10", "stroke-linecap": "round", "stroke-linejoin": "round" })
3945
4208
  ]
3946
4209
  }
3947
4210
  );
@@ -3957,7 +4220,7 @@ const FFilterIcon = React.forwardRef(({
3957
4220
  ["data-testid"]: dataTestId,
3958
4221
  ...props
3959
4222
  }, ref) => {
3960
- return /* @__PURE__ */ jsxs(
4223
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3961
4224
  "svg",
3962
4225
  {
3963
4226
  ref,
@@ -3970,8 +4233,8 @@ const FFilterIcon = React.forwardRef(({
3970
4233
  "data-testid": dataTestId,
3971
4234
  ...props,
3972
4235
  children: [
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" })
4236
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { fill: "none", d: "M0 0h24v24H0z" }),
4237
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { fillRule: "nonzero", d: "M14 14v6l-4 2v-8L4 5V3h16v2l-6 9zM6.404 5L12 13.394 17.596 5H6.404z" })
3975
4238
  ]
3976
4239
  }
3977
4240
  );
@@ -3988,7 +4251,7 @@ const FDocumentIcon = React.forwardRef(({
3988
4251
  ["data-testid"]: dataTestId,
3989
4252
  ...props
3990
4253
  }, ref) => {
3991
- return /* @__PURE__ */ jsxs(
4254
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
3992
4255
  "svg",
3993
4256
  {
3994
4257
  ref,
@@ -4002,30 +4265,30 @@ const FDocumentIcon = React.forwardRef(({
4002
4265
  "data-testid": dataTestId,
4003
4266
  ...props,
4004
4267
  children: [
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" })
4268
+ !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" }),
4269
+ file === "check" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
4270
+ /* @__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" }),
4271
+ /* @__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" })
4009
4272
  ] }),
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" })
4273
+ file === "close" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
4274
+ /* @__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" }),
4275
+ /* @__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" })
4013
4276
  ] }),
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" })
4277
+ file === "download" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
4278
+ /* @__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" }),
4279
+ /* @__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" })
4017
4280
  ] }),
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" })
4281
+ file === "upload" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
4282
+ /* @__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" }),
4283
+ /* @__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" })
4021
4284
  ] }),
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" }) })
4285
+ 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" }) }),
4286
+ 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" }) }),
4287
+ 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" }) }),
4288
+ 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" }) }),
4289
+ 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" }) }),
4290
+ 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" }) }),
4291
+ 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" }) })
4029
4292
  ]
4030
4293
  }
4031
4294
  );
@@ -4041,7 +4304,7 @@ const FReloadIcon = React.forwardRef(({
4041
4304
  ["data-testid"]: dataTestId,
4042
4305
  ...props
4043
4306
  }, ref) => {
4044
- return /* @__PURE__ */ jsxs(
4307
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
4045
4308
  "svg",
4046
4309
  {
4047
4310
  ref,
@@ -4054,8 +4317,8 @@ const FReloadIcon = React.forwardRef(({
4054
4317
  "data-testid": dataTestId,
4055
4318
  ...props,
4056
4319
  children: [
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" })
4320
+ /* @__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" }),
4321
+ /* @__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" })
4059
4322
  ]
4060
4323
  }
4061
4324
  );
@@ -4071,7 +4334,7 @@ const FMinusIcon = React.forwardRef(({
4071
4334
  ["data-testid"]: dataTestId,
4072
4335
  ...props
4073
4336
  }, ref) => {
4074
- return /* @__PURE__ */ jsxs(
4337
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
4075
4338
  "svg",
4076
4339
  {
4077
4340
  ref,
@@ -4084,8 +4347,8 @@ const FMinusIcon = React.forwardRef(({
4084
4347
  "data-testid": dataTestId,
4085
4348
  ...props,
4086
4349
  children: [
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" })
4350
+ /* @__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" }),
4351
+ /* @__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" })
4089
4352
  ]
4090
4353
  }
4091
4354
  );
@@ -4101,7 +4364,7 @@ const FInfoCircleIcon = React.forwardRef(({
4101
4364
  ["data-testid"]: dataTestId,
4102
4365
  ...props
4103
4366
  }, ref) => {
4104
- return /* @__PURE__ */ jsxs(
4367
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
4105
4368
  "svg",
4106
4369
  {
4107
4370
  ref,
@@ -4114,8 +4377,8 @@ const FInfoCircleIcon = React.forwardRef(({
4114
4377
  "data-testid": dataTestId,
4115
4378
  ...props,
4116
4379
  children: [
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" })
4380
+ /* @__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" }),
4381
+ /* @__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" })
4119
4382
  ]
4120
4383
  }
4121
4384
  );
@@ -4131,7 +4394,7 @@ const FSafeIcon = React.forwardRef(({
4131
4394
  ["data-testid"]: dataTestId,
4132
4395
  ...props
4133
4396
  }, ref) => {
4134
- return /* @__PURE__ */ jsxs(
4397
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
4135
4398
  "svg",
4136
4399
  {
4137
4400
  ref,
@@ -4144,8 +4407,8 @@ const FSafeIcon = React.forwardRef(({
4144
4407
  "data-testid": dataTestId,
4145
4408
  ...props,
4146
4409
  children: [
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" })
4410
+ /* @__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" }),
4411
+ /* @__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" })
4149
4412
  ]
4150
4413
  }
4151
4414
  );
@@ -7150,10 +7413,6 @@ const webSettings = () => {
7150
7413
  <w:allowPNG/>
7151
7414
  </w:webSettings>`;
7152
7415
  };
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
- }
7157
7416
  function commonjsRequire(path) {
7158
7417
  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.');
7159
7418
  }
@@ -63417,14 +63676,14 @@ const styles = {
63417
63676
  ripple
63418
63677
  };
63419
63678
  const FWaterErrorBoundaryPage = () => {
63420
- return /* @__PURE__ */ jsxs("div", { className: styles.waterError, children: [
63421
- /* @__PURE__ */ jsxs("div", { className: styles.scene, children: [
63422
- /* @__PURE__ */ jsxs("div", { className: styles.waves, children: [
63423
- /* @__PURE__ */ jsx("div", { className: styles.wave1 }),
63424
- /* @__PURE__ */ jsx("div", { className: styles.wave2 }),
63425
- /* @__PURE__ */ jsx("div", { className: styles.wave3 })
63679
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.waterError, children: [
63680
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.scene, children: [
63681
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.waves, children: [
63682
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.wave1 }),
63683
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.wave2 }),
63684
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.wave3 })
63426
63685
  ] }),
63427
- /* @__PURE__ */ jsx("div", { className: styles.bubbles, children: [...Array(15)].map((_, i) => /* @__PURE__ */ jsx(
63686
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.bubbles, children: [...Array(15)].map((_, i) => /* @__PURE__ */ jsxRuntimeExports.jsx(
63428
63687
  "div",
63429
63688
  {
63430
63689
  className: styles.bubble,
@@ -63437,24 +63696,24 @@ const FWaterErrorBoundaryPage = () => {
63437
63696
  i
63438
63697
  )) })
63439
63698
  ] }),
63440
- /* @__PURE__ */ jsx("div", { className: styles.container, children: /* @__PURE__ */ jsxs("div", { className: styles.card, children: [
63441
- /* @__PURE__ */ jsx("div", { className: styles.drop, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 100 120", className: styles.dropSvg, children: [
63442
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "blueGradient", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
63443
- /* @__PURE__ */ jsx("stop", { offset: "0%", stopColor: "#00d4ff" }),
63444
- /* @__PURE__ */ jsx("stop", { offset: "100%", stopColor: "#0066ff" })
63699
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.container, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.card, children: [
63700
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles.drop, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { viewBox: "0 0 100 120", className: styles.dropSvg, children: [
63701
+ /* @__PURE__ */ jsxRuntimeExports.jsx("defs", { children: /* @__PURE__ */ jsxRuntimeExports.jsxs("linearGradient", { id: "blueGradient", x1: "0%", y1: "0%", x2: "100%", y2: "100%", children: [
63702
+ /* @__PURE__ */ jsxRuntimeExports.jsx("stop", { offset: "0%", stopColor: "#00d4ff" }),
63703
+ /* @__PURE__ */ jsxRuntimeExports.jsx("stop", { offset: "100%", stopColor: "#0066ff" })
63445
63704
  ] }) }),
63446
- /* @__PURE__ */ jsx("path", { d: "M50 15 C25 55, 25 90, 50 115 C75 90, 75 55, 50 15", fill: "url(#blueGradient)" })
63705
+ /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M50 15 C25 55, 25 90, 50 115 C75 90, 75 55, 50 15", fill: "url(#blueGradient)" })
63447
63706
  ] }) }),
63448
- /* @__PURE__ */ jsx("h1", { className: styles.title, children: "Поток прерван" }),
63449
- /* @__PURE__ */ jsxs("p", { className: styles.subtitle, children: [
63707
+ /* @__PURE__ */ jsxRuntimeExports.jsx("h1", { className: styles.title, children: "Поток прерван" }),
63708
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("p", { className: styles.subtitle, children: [
63450
63709
  "Произошла ошибка в системе водоучёта.",
63451
- /* @__PURE__ */ jsx("br", {}),
63710
+ /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
63452
63711
  "Мы уже направляем бригаду гидротехников.",
63453
- /* @__PURE__ */ jsx("br", {}),
63712
+ /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
63454
63713
  "Идёт восстановление данных…"
63455
63714
  ] }),
63456
- /* @__PURE__ */ jsxs("div", { className: styles.actions, children: [
63457
- /* @__PURE__ */ jsx(
63715
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles.actions, children: [
63716
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
63458
63717
  "button",
63459
63718
  {
63460
63719
  className: styles.btnPrimary,
@@ -63469,7 +63728,7 @@ const FWaterErrorBoundaryPage = () => {
63469
63728
  children: "Обновить страницу"
63470
63729
  }
63471
63730
  ),
63472
- /* @__PURE__ */ jsx("button", { className: styles.btnSecondary, onClick: () => window.location.href = "/", children: "На главную" })
63731
+ /* @__PURE__ */ jsxRuntimeExports.jsx("button", { className: styles.btnSecondary, onClick: () => window.location.href = "/", children: "На главную" })
63473
63732
  ] })
63474
63733
  ] }) })
63475
63734
  ] });