@arthurzakharov/ui-kit 3.6.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/file-item-BwZGHk3A.css +1 -0
- package/dist/assets/{main-DZmlIs7j.css → main-B4dCc371.css} +1 -1
- package/dist/components/file-item/file-item.component.d.ts +9 -0
- package/dist/components/file-item/file-item.component.js +38 -0
- package/dist/components/file-item/index.d.ts +1 -0
- package/dist/components/file-item/index.js +4 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +94 -92
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._FileItem_9ab21_1{display:flex;flex-direction:row;align-items:center;gap:var(--rm-ui-padding-sm);width:100%;padding:var(--rm-ui-padding-sm);border:1px solid rgba(0,0,0,.1);border-radius:12px}._CheckIcon_9ab21_12{flex-shrink:0;width:24px;height:24px;color:var(--rm-ui-color-theme-primary)}._FileIcon_9ab21_19{flex-shrink:0;width:24px;height:24px;color:var(--rm-ui-color-text-primary)}._Body_9ab21_26{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}._Name_9ab21_33{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._Size_9ab21_42{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small);color:var(--rm-ui-color-text-secondary)}._DeleteButton_9ab21_48{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:0;background:none;border:0;cursor:pointer;color:var(--rm-ui-color-delete-icon);transition:opacity .12s ease}._DeleteButton_9ab21_48:hover:not(:disabled){opacity:.8}._DeleteButton_9ab21_48:focus-visible{outline:2px solid var(--rm-ui-color-focus);outline-offset:2px}._DeleteButton_9ab21_48:disabled{cursor:not-allowed;opacity:.5}._DeleteIcon_9ab21_75{width:24px;height:24px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--rm-ui-body-bg)}body,input,textarea{font-family:Lato,sans-serif;font-weight:var(--rm-ui-font-weight-regular);font-size:16px;line-height:24px;-webkit-hyphens:manual;hyphens:manual;white-space:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,b,strong{font-weight:var(--rm-ui-font-weight-medium)}h1{font-size:var(--rm-ui-font-size-hl1);line-height:var(--rm-ui-line-height-hl1)}h2{font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2)}h3{font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3)}h4{font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4)}h5,h6{font-size:var(--rm-ui-font-size-hl5);line-height:var(--rm-ui-line-height-hl5)}a{text-decoration:none;color:inherit;border-radius:var(--rm-ui-border-radius-sm);outline:2px solid transparent}button,*[role=button]{border:none;border-radius:0;background-color:transparent;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;-webkit-hyphens:inherit;hyphens:inherit;white-space:inherit;outline-offset:-2px;outline:2px solid transparent}a:hover,button:hover,*[role=button]:hover{cursor:pointer}a:active,button:active,*[role=button]:active{outline:none}a:focus-visible,button:focus-visible,*[role=button]:focus-visible{outline-color:var(--rm-ui-color-focus);outline-offset:-2px;transition:outline-color var(--rm-ui-amimation-speed-primary) ease-in-out;transition-delay:calc(var(--rm-ui-amimation-speed-primary) / 2)}.text-primary{color:var(--rm-ui-color-text-primary)}.text-secondary{color:var(--rm-ui-color-text-secondary)}.fw-light{font-weight:var(--rm-ui-font-weight-light)}.fw-regular{font-weight:var(--rm-ui-font-weight-regular)}.fw-medium{font-weight:var(--rm-ui-font-weight-medium)}.fw-bold{font-weight:var(--rm-ui-font-weight-bold)}:root{--rm-ui-padding-xxs: 4px;--rm-ui-padding-xs: 8px;--rm-ui-padding-sm: 12px;--rm-ui-padding-md: 16px;--rm-ui-padding-lg: 24px;--rm-ui-padding-xl: 32px;--rm-ui-padding-xxl: 40px;--rm-ui-padding-xxxl: 48px;--rm-ui-border-radius-sm: 8px;--rm-ui-border-radius-md: 12px;--rm-ui-border-radius-lg: 16px;--rm-ui-border-radius-xl: 24px;--rm-ui-font-size-body-extra-small: 12px;--rm-ui-line-height-body-extra-small: 16px;--rm-ui-font-size-body-small: 14px;--rm-ui-line-height-body-small: 20px;--rm-ui-font-size-body: 16px;--rm-ui-line-height-body: 24px;--rm-ui-font-size-body-large: 20px;--rm-ui-line-height-body-large: 30px;--rm-ui-font-size-hl5: 14px;--rm-ui-line-height-hl5: 22px;--rm-ui-font-size-hl4: 18px;--rm-ui-line-height-hl4: 24px;--rm-ui-font-size-hl3: 20px;--rm-ui-line-height-hl3: 28px;--rm-ui-font-size-hl2: 24px;--rm-ui-line-height-hl2: 32px;--rm-ui-font-size-hl1: 28px;--rm-ui-line-height-hl1: 36px;--rm-ui-font-weight-light: 300;--rm-ui-font-weight-regular: 400;--rm-ui-font-weight-medium: 700;--rm-ui-font-weight-bold: 900;--rm-ui-grey-950: #0a0a0a;--rm-ui-grey-900: #171717;--rm-ui-grey-800: #262626;--rm-ui-grey-700: #404040;--rm-ui-grey-600: #525252;--rm-ui-grey-500: #737373;--rm-ui-grey-400: #a3a3a3;--rm-ui-grey-300: #d4d4d4;--rm-ui-grey-200: #e5e5e5;--rm-ui-grey-100: #f5f5f5;--rm-ui-grey-50: #fafafa;--rm-ui-color-text-primary: var(--rm-ui-grey-800);--rm-ui-color-text-secondary: var(--rm-ui-grey-500);--rm-ui-color-accent-primary: #23bf96;--rm-ui-color-accent-secondary: #ff9900;--rm-ui-color-accent-tertiary: #f5a623;--rm-ui-color-theme-primary: #302677;--rm-ui-color-theme-secondary: #302677;--rm-ui-color-action: #006cff;--rm-ui-color-inverted: #ffffff;--rm-ui-color-error: #dc2626;--rm-ui-color-success: #00b649;--rm-ui-color-focus: #ff8d02;--rm-ui-color-link: #ff8206;--rm-ui-color-text-under-submit: #bdbdbd;--rm-ui-color-button-under-submit: #006699b3;--rm-ui-body-color: #f0faff;--rm-ui-box-border-radius: 10px;--rm-ui-header-logo-height: 30px;--rm-ui-header-phone: #ff9900;--rm-ui-header-phone-size: 22px;--rm-ui-header-text: var(--rm-ui-color-text-primary);--rm-ui-header-check-icon: var(--rm-ui-color-text-primary);--rm-ui-certifications-color: #b1b4c7;--rm-ui-certifications-size: 20px;--rm-ui-message-success-primary: #29c667;--rm-ui-message-success-secondary: #f1fdf4;--rm-ui-message-question-primary: #a76000;--rm-ui-message-question-secondary: #fefce8;--rm-ui-message-error-primary: var(--rm-ui-color-error);--rm-ui-message-error-secondary: #fef3f3;--rm-ui-message-info-primary: #3289c4;--rm-ui-message-info-secondary: #f3f7fe;--rm-ui-payment-info-bg: #edf9f6;--rm-ui-payment-sidebar-bg: #f6f6f6;--rm-ui-payment-text-blocks-gap: var(--rm-ui-padding-lg);--rm-ui-data-protected-label-icon: var(--rm-ui-next-btn-bg);--rm-ui-data-protected-label-text: var(--rm-ui-color-text-primary);--rm-ui-status-idle-color: #82868f;--rm-ui-status-success-color: var(--rm-ui-color-accent-primary);--rm-ui-status-error-color: var(--rm-ui-color-error);--rm-ui-not-found-color: var(--rm-ui-color-text-primary);--rm-ui-not-found-border: var(--rm-ui-grey-300);--rm-ui-card-background: #ffffff;--rm-ui-next-btn-bg: rgba(35, 191, 150, 1);--rm-ui-next-btn-bg-hover: rgba(35, 191, 150, .9);--rm-ui-info-panel-bg: var(--rm-ui-body-color);--rm-ui-sidebar-bg: #f6f6f6;--rm-ui-sidebar-line-color: var(--rm-ui-grey-200);--rm-ui-loading-screen-height: 400px;--rm-ui-body-bg: #f9fcff;--rm-ui-content-bg: #ffffff;--rm-ui-amimation-speed-primary: .15s;--rm-ui-amimation-speed-secondary: .3s;--rm-ui-amimation-speed-tertiary: .45s;--rm-ui-amimation-cubic-primary: cubic-bezier(.3, 0, 0, 1);--rm-ui-amimation-cubic-secondary: cubic-bezier(.65, 0, .35, 1);--rm-ui-amimation-cubic-tertiary: cubic-bezier(.68, -.6, .32, 1.6);--rm-ui-warranty-bg: #f9fcff}
|
|
1
|
+
*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--rm-ui-body-bg)}body,input,textarea{font-family:Lato,sans-serif;font-weight:var(--rm-ui-font-weight-regular);font-size:16px;line-height:24px;-webkit-hyphens:manual;hyphens:manual;white-space:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,b,strong{font-weight:var(--rm-ui-font-weight-medium)}h1{font-size:var(--rm-ui-font-size-hl1);line-height:var(--rm-ui-line-height-hl1)}h2{font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2)}h3{font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3)}h4{font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4)}h5,h6{font-size:var(--rm-ui-font-size-hl5);line-height:var(--rm-ui-line-height-hl5)}a{text-decoration:none;color:inherit;border-radius:var(--rm-ui-border-radius-sm);outline:2px solid transparent}button,*[role=button]{border:none;border-radius:0;background-color:transparent;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;-webkit-hyphens:inherit;hyphens:inherit;white-space:inherit;outline-offset:-2px;outline:2px solid transparent}a:hover,button:hover,*[role=button]:hover{cursor:pointer}a:active,button:active,*[role=button]:active{outline:none}a:focus-visible,button:focus-visible,*[role=button]:focus-visible{outline-color:var(--rm-ui-color-focus);outline-offset:-2px;transition:outline-color var(--rm-ui-amimation-speed-primary) ease-in-out;transition-delay:calc(var(--rm-ui-amimation-speed-primary) / 2)}.text-primary{color:var(--rm-ui-color-text-primary)}.text-secondary{color:var(--rm-ui-color-text-secondary)}.fw-light{font-weight:var(--rm-ui-font-weight-light)}.fw-regular{font-weight:var(--rm-ui-font-weight-regular)}.fw-medium{font-weight:var(--rm-ui-font-weight-medium)}.fw-bold{font-weight:var(--rm-ui-font-weight-bold)}:root{--rm-ui-padding-xxs: 4px;--rm-ui-padding-xs: 8px;--rm-ui-padding-sm: 12px;--rm-ui-padding-md: 16px;--rm-ui-padding-lg: 24px;--rm-ui-padding-xl: 32px;--rm-ui-padding-xxl: 40px;--rm-ui-padding-xxxl: 48px;--rm-ui-border-radius-sm: 8px;--rm-ui-border-radius-md: 12px;--rm-ui-border-radius-lg: 16px;--rm-ui-border-radius-xl: 24px;--rm-ui-font-size-body-extra-small: 12px;--rm-ui-line-height-body-extra-small: 16px;--rm-ui-font-size-body-small: 14px;--rm-ui-line-height-body-small: 20px;--rm-ui-font-size-body: 16px;--rm-ui-line-height-body: 24px;--rm-ui-font-size-body-large: 20px;--rm-ui-line-height-body-large: 30px;--rm-ui-font-size-hl5: 14px;--rm-ui-line-height-hl5: 22px;--rm-ui-font-size-hl4: 18px;--rm-ui-line-height-hl4: 24px;--rm-ui-font-size-hl3: 20px;--rm-ui-line-height-hl3: 28px;--rm-ui-font-size-hl2: 24px;--rm-ui-line-height-hl2: 32px;--rm-ui-font-size-hl1: 28px;--rm-ui-line-height-hl1: 36px;--rm-ui-font-weight-light: 300;--rm-ui-font-weight-regular: 400;--rm-ui-font-weight-medium: 700;--rm-ui-font-weight-bold: 900;--rm-ui-grey-950: #0a0a0a;--rm-ui-grey-900: #171717;--rm-ui-grey-800: #262626;--rm-ui-grey-700: #404040;--rm-ui-grey-600: #525252;--rm-ui-grey-500: #737373;--rm-ui-grey-400: #a3a3a3;--rm-ui-grey-300: #d4d4d4;--rm-ui-grey-200: #e5e5e5;--rm-ui-grey-100: #f5f5f5;--rm-ui-grey-50: #fafafa;--rm-ui-color-text-primary: var(--rm-ui-grey-800);--rm-ui-color-text-secondary: var(--rm-ui-grey-500);--rm-ui-color-accent-primary: #23bf96;--rm-ui-color-accent-secondary: #ff9900;--rm-ui-color-accent-tertiary: #f5a623;--rm-ui-color-theme-primary: #302677;--rm-ui-color-theme-secondary: #302677;--rm-ui-color-action: #006cff;--rm-ui-color-inverted: #ffffff;--rm-ui-color-error: #dc2626;--rm-ui-color-delete-icon: #ff5549;--rm-ui-color-success: #00b649;--rm-ui-color-focus: #ff8d02;--rm-ui-color-link: #ff8206;--rm-ui-color-text-under-submit: #bdbdbd;--rm-ui-color-button-under-submit: #006699b3;--rm-ui-body-color: #f0faff;--rm-ui-box-border-radius: 10px;--rm-ui-header-logo-height: 30px;--rm-ui-header-phone: #ff9900;--rm-ui-header-phone-size: 22px;--rm-ui-header-text: var(--rm-ui-color-text-primary);--rm-ui-header-check-icon: var(--rm-ui-color-text-primary);--rm-ui-certifications-color: #b1b4c7;--rm-ui-certifications-size: 20px;--rm-ui-message-success-primary: #29c667;--rm-ui-message-success-secondary: #f1fdf4;--rm-ui-message-question-primary: #a76000;--rm-ui-message-question-secondary: #fefce8;--rm-ui-message-error-primary: var(--rm-ui-color-error);--rm-ui-message-error-secondary: #fef3f3;--rm-ui-message-info-primary: #3289c4;--rm-ui-message-info-secondary: #f3f7fe;--rm-ui-payment-info-bg: #edf9f6;--rm-ui-payment-sidebar-bg: #f6f6f6;--rm-ui-payment-text-blocks-gap: var(--rm-ui-padding-lg);--rm-ui-data-protected-label-icon: var(--rm-ui-next-btn-bg);--rm-ui-data-protected-label-text: var(--rm-ui-color-text-primary);--rm-ui-status-idle-color: #82868f;--rm-ui-status-success-color: var(--rm-ui-color-accent-primary);--rm-ui-status-error-color: var(--rm-ui-color-error);--rm-ui-not-found-color: var(--rm-ui-color-text-primary);--rm-ui-not-found-border: var(--rm-ui-grey-300);--rm-ui-card-background: #ffffff;--rm-ui-next-btn-bg: rgba(35, 191, 150, 1);--rm-ui-next-btn-bg-hover: rgba(35, 191, 150, .9);--rm-ui-info-panel-bg: var(--rm-ui-body-color);--rm-ui-sidebar-bg: #f6f6f6;--rm-ui-sidebar-line-color: var(--rm-ui-grey-200);--rm-ui-loading-screen-height: 400px;--rm-ui-body-bg: #f9fcff;--rm-ui-content-bg: #ffffff;--rm-ui-amimation-speed-primary: .15s;--rm-ui-amimation-speed-secondary: .3s;--rm-ui-amimation-speed-tertiary: .45s;--rm-ui-amimation-cubic-primary: cubic-bezier(.3, 0, 0, 1);--rm-ui-amimation-cubic-secondary: cubic-bezier(.65, 0, .35, 1);--rm-ui-amimation-cubic-tertiary: cubic-bezier(.68, -.6, .32, 1.6);--rm-ui-warranty-bg: #f9fcff}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Base } from '../../utils/types';
|
|
2
|
+
export interface FileItemProps extends Base {
|
|
3
|
+
name: string;
|
|
4
|
+
size: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
onDelete: () => void;
|
|
7
|
+
deleteAriaLabel?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const FileItem: ({ name, size, disabled, onDelete, deleteAriaLabel, ...base }: FileItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { CircleCheck as _, File as m, Trash2 as I } from "lucide-react";
|
|
3
|
+
import { baseProps as s, clsx as h } from "../../utils/functions/functions.util.js";
|
|
4
|
+
import '../../assets/file-item-BwZGHk3A.css';const N = "_FileItem_9ab21_1", b = "_CheckIcon_9ab21_12", u = "_FileIcon_9ab21_19", F = "_Body_9ab21_26", p = "_Name_9ab21_33", B = "_Size_9ab21_42", D = "_DeleteButton_9ab21_48", C = "_DeleteIcon_9ab21_75", e = {
|
|
5
|
+
FileItem: N,
|
|
6
|
+
CheckIcon: b,
|
|
7
|
+
FileIcon: u,
|
|
8
|
+
Body: F,
|
|
9
|
+
Name: p,
|
|
10
|
+
Size: B,
|
|
11
|
+
DeleteButton: D,
|
|
12
|
+
DeleteIcon: C
|
|
13
|
+
}, x = ({ name: a, size: l, disabled: i = !1, onDelete: d, deleteAriaLabel: r, ...c }) => {
|
|
14
|
+
const n = s(c, "data-testid", "file-item");
|
|
15
|
+
return /* @__PURE__ */ o("div", { "data-testid": n, className: h(e.FileItem, s(c, "className")), children: [
|
|
16
|
+
/* @__PURE__ */ t(_, { className: e.CheckIcon, "aria-hidden": !0 }),
|
|
17
|
+
/* @__PURE__ */ t(m, { className: e.FileIcon, "aria-hidden": !0 }),
|
|
18
|
+
/* @__PURE__ */ o("div", { className: e.Body, children: [
|
|
19
|
+
/* @__PURE__ */ t("span", { className: e.Name, title: a, children: a }),
|
|
20
|
+
/* @__PURE__ */ t("span", { className: e.Size, children: l })
|
|
21
|
+
] }),
|
|
22
|
+
/* @__PURE__ */ t(
|
|
23
|
+
"button",
|
|
24
|
+
{
|
|
25
|
+
type: "button",
|
|
26
|
+
className: e.DeleteButton,
|
|
27
|
+
"data-testid": `${n}-delete`,
|
|
28
|
+
disabled: i,
|
|
29
|
+
onClick: d,
|
|
30
|
+
"aria-label": r ?? `${a} entfernen`,
|
|
31
|
+
children: /* @__PURE__ */ t(I, { className: e.DeleteIcon, "aria-hidden": !0 })
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
] });
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
x as FileItem
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FileItem, type FileItemProps } from './file-item.component';
|
package/dist/main.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export { DataProtectedLabel } from './components/data-protected-label';
|
|
|
32
32
|
export { Dialog, type DialogProps, type DialogSize, type DialogPosition } from './components/dialog/dialog.component';
|
|
33
33
|
export { DialogArticle } from './components/dialog-article';
|
|
34
34
|
export { Expenses, type ExpensesProps } from './components/expenses';
|
|
35
|
+
export { FileItem, type FileItemProps } from './components/file-item';
|
|
35
36
|
export { Footer, type FooterProps } from './components/footer';
|
|
36
37
|
export { FormRow, type FormRowProps, type FormRowWidth } from './components/form-row/form-row.component';
|
|
37
38
|
export { Header, type HeaderProps, type HeaderDescription } from './components/header/header.component';
|
package/dist/main.js
CHANGED
|
@@ -13,9 +13,9 @@ import { Checkbox as F } from "./controls/interactives/checkbox/checkbox.compone
|
|
|
13
13
|
import { Dropdown as A } from "./controls/interactives/dropdown/dropdown.component.js";
|
|
14
14
|
import { Input as B } from "./controls/interactives/input/input.component.js";
|
|
15
15
|
import { Radio as v } from "./controls/interactives/radio/radio.component.js";
|
|
16
|
-
import { TextArea as
|
|
17
|
-
import { TextField as
|
|
18
|
-
import { Box as
|
|
16
|
+
import { TextArea as I } from "./controls/interactives/text-area/text-area.component.js";
|
|
17
|
+
import { TextField as R } from "./controls/interactives/text-field/text-field.component.js";
|
|
18
|
+
import { Box as E } from "./controls/primitives/box/box.component.js";
|
|
19
19
|
import { Caption as V } from "./controls/primitives/caption/caption.component.js";
|
|
20
20
|
import { Choice as U } from "./controls/primitives/choice/choice.component.js";
|
|
21
21
|
import { ErrorMessage as K } from "./controls/primitives/error-message/error-message.component.js";
|
|
@@ -32,33 +32,34 @@ import { DataProtectedLabel as fr } from "./components/data-protected-label/data
|
|
|
32
32
|
import { Dialog as ir } from "./components/dialog/dialog.component.js";
|
|
33
33
|
import { DialogArticle as sr } from "./components/dialog-article/dialog-article.component.js";
|
|
34
34
|
import { Expenses as cr } from "./components/expenses/expenses.component.js";
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import
|
|
35
|
+
import { FileItem as ur } from "./components/file-item/file-item.component.js";
|
|
36
|
+
import { Footer as Sr } from "./components/footer/footer.component.js";
|
|
37
|
+
import { FormRow as Pr } from "./components/form-row/form-row.component.js";
|
|
38
|
+
import { Header as Dr } from "./components/header/header.component.js";
|
|
39
|
+
import { InfoPanel as Fr } from "./components/info-panel/info-panel.component.js";
|
|
40
|
+
import { Information as Ar } from "./components/information/information.component.js";
|
|
41
|
+
import { Layout as Br } from "./components/layout/layout.component.js";
|
|
42
|
+
import { Line as vr } from "./components/line/line.component.js";
|
|
43
|
+
import { Loader as Ir } from "./components/loader/loader.component.js";
|
|
44
|
+
import { MainAttachment as Rr } from "./components/main-attachment/main-attachment.component.js";
|
|
45
|
+
import { Message as Er } from "./components/message/message.component.js";
|
|
46
|
+
import { MessageBlock as Vr } from "./components/message-block/message-block.component.js";
|
|
47
|
+
import { NotFound as Ur } from "./components/not-found/not-found.component.js";
|
|
48
|
+
import { Payment as Kr } from "./components/payment/payment.component.js";
|
|
49
|
+
import { PriceLine as qr } from "./components/price-line/price-line.component.js";
|
|
50
|
+
import { Sidebar as Jr } from "./components/sidebar/sidebar.component.js";
|
|
51
|
+
import { SignCtaTracker as jr } from "./components/sign-cta-tracker/sign-cta-tracker.component.js";
|
|
52
|
+
import { Signature as Qr } from "./components/signature/signature.component.js";
|
|
53
|
+
import { Svg as Zr } from "./utils/svg/svg.component.js";
|
|
54
|
+
import { Text as $r } from "./components/text/text.component.js";
|
|
55
|
+
import { UserPanel as oo } from "./components/user-panel/user-panel.component.js";
|
|
56
|
+
import { Warranty as to } from "./components/warranty/warranty.component.js";
|
|
57
|
+
import { birthDateToGerman as mo, blurAfterClick as po, clsx as fo, containsHtml as xo, convertDateFormat as io, convertToDateNumber as no, convertToEuro as so, defaultTo as lo, deleteUrlParameters as co, fakeAwait as uo, formatDate as go, formatEuroAmount as So, formatNumber as bo, getDate as Po, getFromJson as ho, getKeysFromUrlParams as Do, getPath as To, getSalutationLabel as Fo, getSecretFromUrlParams as Lo, getSettlementPercent as Ao, getTimeStamp as Co, isHtmlString as Bo, isLeapYear as ko, isString as vo, isValidBirthDate as yo, isValidDate as Io, isValidHouseNumber as No, isWithinTimeStamps as Ro, last as wo, once as Eo, parseSpacingValue as Ho, pickValues as Vo, publicSrcPath as Mo, removeLastNumberSuffix as Uo, removeSlashAtEnd as Go, searchParams as Ko, sortSearchParams as Wo, stripRequestName as qo, toGermanDate as zo, trimAllStringKeys as Jo, updateLastPathSubdirectory as Yo, withControl as jo } from "./utils/functions/functions.util.js";
|
|
58
|
+
import './assets/main-B4dCc371.css';export {
|
|
58
59
|
Z as Accordion,
|
|
59
60
|
$ as AccordionTable,
|
|
60
61
|
tr as BottomBar,
|
|
61
|
-
|
|
62
|
+
E as Box,
|
|
62
63
|
s as Button,
|
|
63
64
|
c as ButtonCard,
|
|
64
65
|
u as ButtonRadio,
|
|
@@ -79,76 +80,77 @@ import './assets/main-DZmlIs7j.css';export {
|
|
|
79
80
|
t as FadeGrow,
|
|
80
81
|
m as FadeScale,
|
|
81
82
|
f as FadeSlide,
|
|
82
|
-
ur as
|
|
83
|
-
Sr as
|
|
84
|
-
Pr as
|
|
83
|
+
ur as FileItem,
|
|
84
|
+
Sr as Footer,
|
|
85
|
+
Pr as FormRow,
|
|
86
|
+
Dr as Header,
|
|
85
87
|
q as HiddenInput,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
+
Fr as InfoPanel,
|
|
89
|
+
Ar as Information,
|
|
88
90
|
B as Input,
|
|
89
91
|
J as Label,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
92
|
+
Br as Layout,
|
|
93
|
+
vr as Line,
|
|
94
|
+
Ir as Loader,
|
|
95
|
+
Rr as MainAttachment,
|
|
96
|
+
Er as Message,
|
|
97
|
+
Vr as MessageBlock,
|
|
98
|
+
Ur as NotFound,
|
|
99
|
+
Kr as Payment,
|
|
100
|
+
qr as PriceLine,
|
|
99
101
|
v as Radio,
|
|
100
102
|
j as RadioLabel,
|
|
101
103
|
i as Rotate,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
Jr as Sidebar,
|
|
105
|
+
jr as SignCtaTracker,
|
|
106
|
+
Qr as Signature,
|
|
105
107
|
Q as Status,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
108
|
+
Zr as Svg,
|
|
109
|
+
$r as Text,
|
|
110
|
+
I as TextArea,
|
|
111
|
+
R as TextField,
|
|
112
|
+
oo as UserPanel,
|
|
113
|
+
to as Warranty,
|
|
114
|
+
mo as birthDateToGerman,
|
|
115
|
+
po as blurAfterClick,
|
|
116
|
+
fo as clsx,
|
|
117
|
+
xo as containsHtml,
|
|
118
|
+
io as convertDateFormat,
|
|
119
|
+
no as convertToDateNumber,
|
|
120
|
+
so as convertToEuro,
|
|
121
|
+
lo as defaultTo,
|
|
122
|
+
co as deleteUrlParameters,
|
|
123
|
+
uo as fakeAwait,
|
|
124
|
+
go as formatDate,
|
|
125
|
+
So as formatEuroAmount,
|
|
126
|
+
bo as formatNumber,
|
|
127
|
+
Po as getDate,
|
|
128
|
+
ho as getFromJson,
|
|
129
|
+
Do as getKeysFromUrlParams,
|
|
130
|
+
To as getPath,
|
|
131
|
+
Fo as getSalutationLabel,
|
|
132
|
+
Lo as getSecretFromUrlParams,
|
|
133
|
+
Ao as getSettlementPercent,
|
|
134
|
+
Co as getTimeStamp,
|
|
135
|
+
Bo as isHtmlString,
|
|
136
|
+
ko as isLeapYear,
|
|
137
|
+
vo as isString,
|
|
138
|
+
yo as isValidBirthDate,
|
|
139
|
+
Io as isValidDate,
|
|
140
|
+
No as isValidHouseNumber,
|
|
141
|
+
Ro as isWithinTimeStamps,
|
|
142
|
+
wo as last,
|
|
143
|
+
Eo as once,
|
|
144
|
+
Ho as parseSpacingValue,
|
|
145
|
+
Vo as pickValues,
|
|
146
|
+
Mo as publicSrcPath,
|
|
147
|
+
Uo as removeLastNumberSuffix,
|
|
148
|
+
Go as removeSlashAtEnd,
|
|
149
|
+
Ko as searchParams,
|
|
150
|
+
Wo as sortSearchParams,
|
|
151
|
+
qo as stripRequestName,
|
|
152
|
+
zo as toGermanDate,
|
|
153
|
+
Jo as trimAllStringKeys,
|
|
154
|
+
Yo as updateLastPathSubdirectory,
|
|
155
|
+
jo as withControl
|
|
154
156
|
};
|