@uploadcare/file-uploader 0.50.1 → 1.1.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/README.md +16 -16
- package/abstract/Block.d.ts.map +1 -1
- package/abstract/Block.js +4 -2
- package/abstract/SolutionBlock.js +2 -2
- package/abstract/connectBlocksFrom.d.ts +1 -1
- package/abstract/connectBlocksFrom.js +4 -4
- package/abstract/registerBlocks.d.ts.map +1 -1
- package/abstract/registerBlocks.js +3 -2
- package/blocks/ActivityHeader/activity-header.css +2 -2
- package/blocks/CameraSource/CameraSource.js +8 -8
- package/blocks/CameraSource/camera-source.css +14 -14
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.js +1 -1
- package/blocks/CloudImageEditor/src/EditorButtonControl.js +1 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.js +1 -1
- package/blocks/CloudImageEditor/src/EditorImageCropper.js +1 -1
- package/blocks/CloudImageEditor/src/EditorSlider.js +2 -2
- package/blocks/CloudImageEditor/src/EditorToolbar.js +20 -20
- package/blocks/CloudImageEditor/src/css/common.css +142 -142
- package/blocks/CloudImageEditor/src/css/icons.css +2 -2
- package/blocks/CloudImageEditor/src/elements/button/{LrBtnUi.d.ts → BtnUi.d.ts} +3 -3
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -0
- package/blocks/CloudImageEditor/src/elements/button/{LrBtnUi.js → BtnUi.js} +4 -4
- package/blocks/CloudImageEditor/src/index.d.ts +1 -1
- package/blocks/CloudImageEditor/src/index.js +1 -1
- package/blocks/CloudImageEditor/src/template.js +8 -8
- package/blocks/CloudImageEditor/src/util.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/util.js +2 -0
- package/blocks/CloudImageEditorActivity/index.css +2 -2
- package/blocks/Config/Config.d.ts +1 -1
- package/blocks/Config/Config.js +7 -7
- package/blocks/Config/config.css +1 -1
- package/blocks/Copyright/copyright.css +4 -4
- package/blocks/DropArea/DropArea.d.ts +1 -1
- package/blocks/DropArea/DropArea.js +4 -4
- package/blocks/DropArea/drop-area.css +34 -34
- package/blocks/ExternalSource/ExternalSource.js +5 -5
- package/blocks/ExternalSource/external-source.css +9 -9
- package/blocks/FileItem/FileItem.js +5 -5
- package/blocks/FileItem/file-item.css +22 -22
- package/blocks/Icon/icon.css +2 -2
- package/blocks/Img/ImgConfig.js +1 -1
- package/blocks/Img/configurations.d.ts +1 -1
- package/blocks/Img/configurations.js +1 -1
- package/blocks/Img/test.css +5 -5
- package/blocks/Modal/Modal.js +1 -1
- package/blocks/Modal/modal.css +15 -15
- package/blocks/ProgressBar/progress-bar.css +3 -3
- package/blocks/ProgressBarCommon/ProgressBarCommon.js +1 -1
- package/blocks/ProgressBarCommon/progress-bar-common.css +2 -2
- package/blocks/Range/range.css +8 -8
- package/blocks/Select/select.css +2 -2
- package/blocks/SimpleBtn/SimpleBtn.js +4 -4
- package/blocks/SimpleBtn/simple-btn.css +11 -11
- package/blocks/SourceBtn/SourceBtn.js +1 -1
- package/blocks/SourceBtn/source-btn.css +5 -5
- package/blocks/SourceList/SourceList.js +1 -1
- package/blocks/StartFrom/start-from.css +5 -5
- package/blocks/UploadList/UploadList.js +6 -6
- package/blocks/UploadList/upload-list.css +10 -10
- package/blocks/UrlSource/UrlSource.js +5 -5
- package/blocks/UrlSource/url-source.css +4 -4
- package/blocks/themes/{lr-basic → uc-basic}/common.css +19 -19
- package/blocks/themes/{lr-basic → uc-basic}/config.css +1 -1
- package/blocks/themes/{lr-basic → uc-basic}/theme.css +7 -7
- package/env.d.ts +1 -1
- package/env.d.ts.map +1 -1
- package/env.js +1 -1
- package/index.ssr.d.ts +10 -10
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +108 -108
- package/package.json +1 -1
- package/solutions/adaptive-image/index.js +1 -1
- package/solutions/cloud-image-editor/CloudImageEditor.js +1 -1
- package/solutions/cloud-image-editor/index.css +1 -1
- package/solutions/file-uploader/inline/FileUploaderInline.js +12 -12
- package/solutions/file-uploader/inline/index.css +12 -12
- package/solutions/file-uploader/minimal/FileUploaderMinimal.js +6 -6
- package/solutions/file-uploader/minimal/index.css +25 -25
- package/solutions/file-uploader/regular/FileUploaderRegular.js +15 -15
- package/solutions/file-uploader/regular/index.css +1 -1
- package/types/global.d.ts +2 -2
- package/types/jsx.d.ts +37 -37
- package/utils/cdn-utils.d.ts.map +1 -1
- package/utils/cdn-utils.js +0 -2
- package/web/blocks.iife.min.js +4 -4
- package/web/blocks.min.js +4 -4
- package/web/{lr-file-uploader-regular.min.css → uc-basic.min.css} +1 -1
- package/web/{lr-cloud-image-editor.min.css → uc-cloud-image-editor.min.css} +1 -1
- package/web/uc-cloud-image-editor.min.js +29 -0
- package/web/{lr-file-uploader-inline.min.css → uc-file-uploader-inline.min.css} +1 -1
- package/web/uc-file-uploader-inline.min.js +29 -0
- package/web/{lr-file-uploader-minimal.min.css → uc-file-uploader-minimal.min.css} +1 -1
- package/web/uc-file-uploader-minimal.min.js +28 -0
- package/web/{lr-basic.min.css → uc-file-uploader-regular.min.css} +1 -1
- package/web/uc-file-uploader-regular.min.js +29 -0
- package/web/uc-img.min.js +28 -0
- package/blocks/CloudImageEditor/src/elements/button/LrBtnUi.d.ts.map +0 -1
- package/web/lr-cloud-image-editor.min.js +0 -29
- package/web/lr-file-uploader-inline.min.js +0 -29
- package/web/lr-file-uploader-minimal.min.js +0 -28
- package/web/lr-file-uploader-regular.min.js +0 -29
- package/web/lr-img.min.js +0 -28
- /package/blocks/themes/{lr-basic → uc-basic}/index.css +0 -0
- /package/blocks/themes/{lr-basic → uc-basic}/svg-sprite.d.ts +0 -0
- /package/blocks/themes/{lr-basic → uc-basic}/svg-sprite.d.ts.map +0 -0
- /package/blocks/themes/{lr-basic → uc-basic}/svg-sprite.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
uc-upload-list {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
width: 100%;
|
|
@@ -8,7 +8,7 @@ lr-upload-list {
|
|
|
8
8
|
transition: opacity var(--uc-transition);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
[
|
|
11
|
+
[uc-modal] uc-upload-list {
|
|
12
12
|
width: min(
|
|
13
13
|
calc(var(--uc-dialog-width) - var(--uc-padding) * 2),
|
|
14
14
|
calc(var(--uc-dialog-max-width) - var(--uc-padding) * 2),
|
|
@@ -18,12 +18,12 @@ lr-upload-list {
|
|
|
18
18
|
max-height: var(--modal-max-content-height);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
uc-upload-list .uc-no-files {
|
|
22
22
|
height: 32px;
|
|
23
23
|
padding: 20px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
uc-upload-list .uc-files {
|
|
27
27
|
display: block;
|
|
28
28
|
flex: 1;
|
|
29
29
|
min-height: 32px;
|
|
@@ -31,7 +31,7 @@ lr-upload-list .uc-files {
|
|
|
31
31
|
overflow: auto;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
uc-upload-list .uc-toolbar {
|
|
35
35
|
display: flex;
|
|
36
36
|
gap: 4px;
|
|
37
37
|
justify-content: space-between;
|
|
@@ -39,11 +39,11 @@ lr-upload-list .uc-toolbar {
|
|
|
39
39
|
background-color: var(--uc-background);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
uc-upload-list .uc-toolbar-spacer {
|
|
43
43
|
flex: 1;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
uc-upload-list uc-drop-area {
|
|
47
47
|
position: absolute;
|
|
48
48
|
top: 0;
|
|
49
49
|
left: 0;
|
|
@@ -53,11 +53,11 @@ lr-upload-list lr-drop-area {
|
|
|
53
53
|
border-radius: var(--uc-radius);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
uc-upload-list uc-activity-header > .uc-header-text {
|
|
57
57
|
padding: 0 var(--uc-padding);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
uc-upload-list .uc-common-error {
|
|
61
61
|
border-radius: var(--uc-radius);
|
|
62
62
|
color: var(--uc-destructive-foreground);
|
|
63
63
|
background-color: var(--uc-destructive);
|
|
@@ -69,6 +69,6 @@ lr-upload-list .uc-common-error {
|
|
|
69
69
|
font-size: 0.925em;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
uc-upload-list .uc-add-more-btn uc-icon {
|
|
73
73
|
display: none;
|
|
74
74
|
}
|
|
@@ -37,18 +37,18 @@ export class UrlSource extends UploaderBlock {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
UrlSource.template = /* HTML */ `
|
|
40
|
-
<
|
|
40
|
+
<uc-activity-header>
|
|
41
41
|
<button type="button" class="uc-mini-btn" set="onclick: *historyBack">
|
|
42
|
-
<
|
|
42
|
+
<uc-icon name="back"></uc-icon>
|
|
43
43
|
</button>
|
|
44
44
|
<div>
|
|
45
|
-
<
|
|
45
|
+
<uc-icon name="url"></uc-icon>
|
|
46
46
|
<span l10n="caption-from-url"></span>
|
|
47
47
|
</div>
|
|
48
48
|
<button type="button" class="uc-mini-btn uc-close-btn" set="onclick: *closeModal">
|
|
49
|
-
<
|
|
49
|
+
<uc-icon name="close"></uc-icon>
|
|
50
50
|
</button>
|
|
51
|
-
</
|
|
51
|
+
</uc-activity-header>
|
|
52
52
|
<form class="uc-content">
|
|
53
53
|
<input placeholder="https://" class="uc-url-input" type="text" ref="input" set="oninput: onInput" />
|
|
54
54
|
<button
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
uc-url-source {
|
|
2
2
|
display: block;
|
|
3
3
|
background-color: var(--uc-background);
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
[
|
|
6
|
+
[uc-modal] uc-url-source {
|
|
7
7
|
width: min(
|
|
8
8
|
calc(var(--uc-dialog-width) - var(--uc-padding) * 2),
|
|
9
9
|
calc(var(--uc-dialog-max-width) - var(--uc-padding) * 2),
|
|
@@ -11,7 +11,7 @@ lr-url-source {
|
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
uc-url-source > .uc-content {
|
|
15
15
|
display: grid;
|
|
16
16
|
grid-gap: 4px;
|
|
17
17
|
grid-template-columns: 1fr min-content;
|
|
@@ -19,6 +19,6 @@ lr-url-source > .uc-content {
|
|
|
19
19
|
padding-top: 0;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
uc-url-source .uc-url-input {
|
|
23
23
|
display: flex;
|
|
24
24
|
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
:where([
|
|
1
|
+
:where([uc-wgt-common]) {
|
|
2
2
|
color: var(--uc-foreground);
|
|
3
3
|
font-size: var(--uc-font-size);
|
|
4
4
|
line-height: var(--uc-line-height);
|
|
5
5
|
font-family: var(--uc-font-family);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
:where([
|
|
8
|
+
:where([uc-wgt-common]) * {
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
:where([
|
|
12
|
+
:where([uc-wgt-common]) [hidden] {
|
|
13
13
|
display: none !important;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
:where([
|
|
16
|
+
:where([uc-wgt-common]) [activity]:not([active]) {
|
|
17
17
|
display: none;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
:where([
|
|
20
|
+
:where([uc-wgt-common]) dialog:not([open]) [activity] {
|
|
21
21
|
display: none;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
:where([
|
|
24
|
+
:where([uc-wgt-common]) button {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
justify-content: center;
|
|
@@ -38,51 +38,51 @@
|
|
|
38
38
|
transition: background-color var(--uc-transition);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
:where([
|
|
41
|
+
:where([uc-wgt-common]) button.uc-primary-btn {
|
|
42
42
|
color: var(--uc-primary-foreground);
|
|
43
43
|
background-color: var(--uc-primary);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
:where([
|
|
46
|
+
:where([uc-wgt-common]) button.uc-primary-btn:hover {
|
|
47
47
|
background-color: var(--uc-primary-hover);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
:where([
|
|
50
|
+
:where([uc-wgt-common]) button.uc-secondary-btn {
|
|
51
51
|
color: var(--uc-secondary-foreground);
|
|
52
52
|
background-color: var(--uc-secondary);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
:where([
|
|
55
|
+
:where([uc-wgt-common]) button.uc-secondary-btn:hover {
|
|
56
56
|
background-color: var(--uc-secondary-hover);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
:where([
|
|
59
|
+
:where([uc-wgt-common]) button.uc-mini-btn {
|
|
60
60
|
height: var(--uc-button-size);
|
|
61
61
|
padding: 0;
|
|
62
62
|
background-color: transparent;
|
|
63
63
|
color: var(--uc-secondary-foreground);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
:where([
|
|
66
|
+
:where([uc-wgt-common]) button.uc-mini-btn:hover {
|
|
67
67
|
background-color: var(--uc-secondary);
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
:where([
|
|
70
|
+
:where([uc-wgt-common]) :is(button[disabled], button.uc-primary-btn[disabled], button.uc-secondary-btn[disabled]) {
|
|
71
71
|
opacity: 0.5;
|
|
72
72
|
pointer-events: none;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
:where([
|
|
75
|
+
:where([uc-wgt-common]) a {
|
|
76
76
|
color: var(--uc-primary);
|
|
77
77
|
text-decoration: none;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
/* TODO: if we're using disabled <a> somewhere, we should stop */
|
|
81
|
-
:where([
|
|
81
|
+
:where([uc-wgt-common]) a[disabled] {
|
|
82
82
|
pointer-events: none;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
:where([
|
|
85
|
+
:where([uc-wgt-common]) input[type='text'] {
|
|
86
86
|
display: flex;
|
|
87
87
|
width: 100%;
|
|
88
88
|
height: var(--uc-button-size);
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
outline-color var(--uc-transition);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
:where([
|
|
103
|
+
:where([uc-wgt-common]) input[type='text']::placeholder {
|
|
104
104
|
color: var(--uc-muted-foreground);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
:where([
|
|
107
|
+
:where([uc-wgt-common]) input[type='text']:focus {
|
|
108
108
|
outline-color: var(--uc-primary-hover);
|
|
109
109
|
border-color: var(--uc-primary-hover);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
/* TODO: check if there's any necessity of disabled input */
|
|
113
|
-
:where([
|
|
113
|
+
:where([uc-wgt-common]) input[disabled] {
|
|
114
114
|
opacity: 0.6;
|
|
115
115
|
pointer-events: none;
|
|
116
116
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:where([
|
|
1
|
+
:where([uc-wgt-common]) {
|
|
2
2
|
/* Font */
|
|
3
3
|
--uc-font-family: system-ui;
|
|
4
4
|
--uc-font-size: 14px;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
@supports not (color: oklch(0% 0 0)) {
|
|
42
|
-
:where([
|
|
42
|
+
:where([uc-wgt-common]) {
|
|
43
43
|
/* Light colors RGB fallback */
|
|
44
44
|
--uc-primary-rgb-light: 54 112 253;
|
|
45
45
|
--uc-primary-light: rgb(var(--uc-primary-rgb-light));
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
@supports (color: oklch(0% 0 0)) {
|
|
88
|
-
:where([
|
|
88
|
+
:where([uc-wgt-common]) {
|
|
89
89
|
/* Light colors OKLCH */
|
|
90
90
|
--uc-primary-oklch-light: 59% 0.22 264; /* Quick customization: change this value to your brand color */
|
|
91
91
|
--uc-primary-light: oklch(var(--uc-primary-oklch-light));
|
|
@@ -131,20 +131,20 @@
|
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
@media only screen and (max-height: 600px) {
|
|
134
|
-
:where([
|
|
134
|
+
:where([uc-wgt-common]) {
|
|
135
135
|
--uc-dialog-max-height: 100%;
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
@media only screen and (max-width: 430px) {
|
|
140
|
-
:where([
|
|
140
|
+
:where([uc-wgt-common]) {
|
|
141
141
|
--uc-dialog-max-width: 100vw;
|
|
142
142
|
--uc-dialog-max-height: var(--uploadcare-blocks-window-height);
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
@media (prefers-color-scheme: light) {
|
|
147
|
-
:where([
|
|
147
|
+
:where([uc-wgt-common]) {
|
|
148
148
|
--uc-background: var(--uc-background-light);
|
|
149
149
|
--uc-foreground: var(--uc-foreground-light);
|
|
150
150
|
--uc-primary: var(--uc-primary-light);
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
@media (prefers-color-scheme: dark) {
|
|
170
|
-
:where([
|
|
170
|
+
:where([uc-wgt-common]) {
|
|
171
171
|
--uc-background: var(--uc-background-dark);
|
|
172
172
|
--uc-foreground: var(--uc-foreground-dark);
|
|
173
173
|
--uc-primary: var(--uc-primary-dark);
|
package/env.d.ts
CHANGED
package/env.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["env.js"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,oCAAqC;AACrC,
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["env.js"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,oCAAqC;AACrC,sCAAuC"}
|
package/env.js
CHANGED
package/index.ssr.d.ts
CHANGED
|
@@ -45,6 +45,15 @@ export const Block: {
|
|
|
45
45
|
is: string;
|
|
46
46
|
bindAttributes: () => void;
|
|
47
47
|
};
|
|
48
|
+
export const BtnUi: {
|
|
49
|
+
new (): {};
|
|
50
|
+
observedAttributes: string[];
|
|
51
|
+
template: string;
|
|
52
|
+
reg: () => void;
|
|
53
|
+
styleAttrs: any[];
|
|
54
|
+
is: string;
|
|
55
|
+
bindAttributes: () => void;
|
|
56
|
+
};
|
|
48
57
|
export const CameraSource: {
|
|
49
58
|
new (): {};
|
|
50
59
|
template: string;
|
|
@@ -501,15 +510,6 @@ export const LineLoaderUi: {
|
|
|
501
510
|
is: string;
|
|
502
511
|
bindAttributes: () => void;
|
|
503
512
|
};
|
|
504
|
-
export const LrBtnUi: {
|
|
505
|
-
new (): {};
|
|
506
|
-
observedAttributes: string[];
|
|
507
|
-
template: string;
|
|
508
|
-
reg: () => void;
|
|
509
|
-
styleAttrs: any[];
|
|
510
|
-
is: string;
|
|
511
|
-
bindAttributes: () => void;
|
|
512
|
-
};
|
|
513
513
|
export const Modal: {
|
|
514
514
|
new (): {};
|
|
515
515
|
styleAttrs: any[];
|
|
@@ -520,7 +520,7 @@ export const Modal: {
|
|
|
520
520
|
bindAttributes: () => void;
|
|
521
521
|
};
|
|
522
522
|
export const PACKAGE_NAME: "blocks";
|
|
523
|
-
export const PACKAGE_VERSION: "
|
|
523
|
+
export const PACKAGE_VERSION: "1.1.0";
|
|
524
524
|
export const PresenceToggle: {
|
|
525
525
|
new (): {};
|
|
526
526
|
template: string;
|
package/index.ssr.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;EAIE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFE;AACF;;;;;;;;EAuCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAuCE;AACF;;;;;;;EA0FE;AACF;;;;;;;EAaE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgEE;AACF;;;;;;;EAWE;AACF;;;;;;;EAWE;AACF;;;;;;;EASE;AACF;;;;;;EAKE;AACF;;;;;;;EAWE;AACF;;;;;;;EAME;AACF;;;;;;;EAWE;AACF;;;;;;;EA0IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiFE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAYE;AACF;;;;;;EAwBE;AACF;;;;;;;EAUE;AACF;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;EAIE;AACF;;;;;;EAKE;AACF;;;;;;;;EAYE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFE;AACF;;;;;;;;EAuCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAuCE;AACF;;;;;;;EA0FE;AACF;;;;;;;EAaE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgEE;AACF;;;;;;;EAWE;AACF;;;;;;;EAWE;AACF;;;;;;;EASE;AACF;;;;;;EAKE;AACF;;;;;;;EAWE;AACF;;;;;;;EAME;AACF;;;;;;;EAWE;AACF;;;;;;;EA0IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiFE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAYE;AACF;;;;;;EAwBE;AACF;;;;;;;EAUE;AACF;;;;;;;;EAWE;AACF,oCAAqC;AACrC,sCAAuC;AACvC;;;;;;;EAME;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDE;AACF;;;;;;;EAeE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;EAgBE;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuFE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoEE;AACK,0CAAkC;AAClC,qCAA6B;AAC7B,uCAA+B;AAC/B,oCAA4B"}
|