@absolutejs/absolute 0.19.0-beta.1081 → 0.19.0-beta.1083
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/.absolutejs/generated/angular/indexes/angular-example.1g23yr9r.js +167 -0
- package/dist/.absolutejs/generated/react/indexes/ReactExample.e6kzvjqy.js +3 -0
- package/dist/.absolutejs/generated/svelte/client/pages/SvelteExample.5pq2wmw6.js +1 -0
- package/dist/.absolutejs/generated/svelte/indexes/pages/SvelteExample.9zcw5vtg.js +1 -0
- package/dist/.absolutejs/generated/vue/client/pages/VueExample.q47m56s4.js +1 -0
- package/dist/.absolutejs/generated/vue/indexes/VueExample.6bqszcxv.js +1 -0
- package/dist/_prerendered/angular.html +45 -0
- package/dist/_prerendered/angular.meta +1 -0
- package/dist/_prerendered/html.html +70 -0
- package/dist/_prerendered/html.meta +1 -0
- package/dist/_prerendered/htmx.html +239 -0
- package/dist/_prerendered/htmx.meta +1 -0
- package/dist/_prerendered/index.html +70 -0
- package/dist/_prerendered/index.meta +1 -0
- package/dist/_prerendered/react.html +1 -0
- package/dist/_prerendered/react.meta +1 -0
- package/dist/_prerendered/vue.html +41 -0
- package/dist/_prerendered/vue.meta +1 -0
- package/dist/angular/browser.js +18 -18
- package/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/angular/components/defer-slot-templates.directive.js +2 -2
- package/dist/angular/components/defer-slot.component.js +3 -3
- package/dist/angular/components/image.component.js +3 -3
- package/dist/angular/components/stream-slot.component.js +3 -3
- package/dist/angular/example/angular/pages/angular-example.djr1v9hj.js +373 -0
- package/dist/angular/index.js +43 -43
- package/dist/angular/server.js +31 -31
- package/dist/angular/vendor/angular_common.js +310 -0
- package/dist/angular/vendor/angular_common_http.js +129 -0
- package/dist/angular/vendor/angular_core.js +1177 -0
- package/dist/angular/vendor/angular_core_primitives_di.js +36 -0
- package/dist/angular/vendor/angular_core_primitives_signals.js +132 -0
- package/dist/angular/vendor/angular_platform-browser.js +117 -0
- package/dist/angular/vendor/angular_router.js +6410 -0
- package/dist/angular/vendor/chunk-2c9evnn0.js +4764 -0
- package/dist/angular/vendor/chunk-3evcs0sk.js +2567 -0
- package/dist/angular/vendor/chunk-5h3qyvpj.js +729 -0
- package/dist/angular/vendor/chunk-hgg0w52m.js +62 -0
- package/dist/angular/vendor/chunk-n6rt7w2y.js +23 -0
- package/dist/angular/vendor/chunk-t4tc7c8b.js +28013 -0
- package/dist/angular/vendor/chunk-vqd7j0kb.js +1786 -0
- package/dist/angular/vendor/chunk-yqjkhk8j.js +145 -0
- package/dist/angular/vendor/server/angular_common.js +311 -0
- package/dist/angular/vendor/server/angular_common_http.js +130 -0
- package/dist/angular/vendor/server/angular_core.js +1178 -0
- package/dist/angular/vendor/server/angular_core_primitives_di.js +37 -0
- package/dist/angular/vendor/server/angular_core_primitives_signals.js +133 -0
- package/dist/angular/vendor/server/angular_platform-browser.js +118 -0
- package/dist/angular/vendor/server/angular_platform-server.js +59 -0
- package/dist/angular/vendor/server/angular_router.js +261 -0
- package/dist/angular/vendor/server/angular_ssr.js +11669 -0
- package/dist/angular/vendor/server/chunk-2akxms5e.js +2566 -0
- package/dist/angular/vendor/server/chunk-659a9c3p.js +6218 -0
- package/dist/angular/vendor/server/chunk-8eecnjd1.js +16686 -0
- package/dist/angular/vendor/server/chunk-9jz2apvp.js +743 -0
- package/dist/angular/vendor/server/chunk-dhs2bg35.js +48 -0
- package/dist/angular/vendor/server/chunk-hs2gc8sr.js +1787 -0
- package/dist/angular/vendor/server/chunk-k46n34mb.js +63 -0
- package/dist/angular/vendor/server/chunk-p2fdvyh1.js +4767 -0
- package/dist/angular/vendor/server/chunk-r0w9r4bg.js +730 -0
- package/dist/angular/vendor/server/chunk-vthxj7kd.js +146 -0
- package/dist/angular/vendor/server/chunk-xahr7f2f.js +35534 -0
- package/dist/assets/css/tailwind.generated.css +218 -0
- package/dist/assets/css/vue-example-compiled.abzaxheq.css +32 -0
- package/dist/assets/ico/favicon.ico +0 -0
- package/dist/assets/png/absolutejs-temp.png +0 -0
- package/dist/assets/svg/HTML5_Badge.svg +7 -0
- package/dist/assets/svg/angular.svg +18 -0
- package/dist/assets/svg/htmx-logo-black.svg +9 -0
- package/dist/assets/svg/htmx-logo-white.svg +9 -0
- package/dist/assets/svg/react.svg +1 -0
- package/dist/assets/svg/svelte-logo.svg +1 -0
- package/dist/assets/svg/vue-logo.svg +4 -0
- package/dist/build.js +42 -42
- package/dist/chunk-7pp6gkg8.js +2 -0
- package/dist/chunk-ek2qyx2c.js +11 -0
- package/dist/chunk-ysr5ycdt.js +2 -0
- package/dist/cli/config/server.js +11 -11
- package/dist/cli/index.js +12 -1
- package/dist/client/index.js +13 -13
- package/dist/client.tsx +15 -0
- package/dist/example/html/scripts/typescript-example.fqn9zkdh.js +1 -0
- package/dist/html/pages/HTMLExample.html +70 -0
- package/dist/htmx/htmx.min.js +1 -0
- package/dist/htmx/pages/HTMXExample.html +239 -0
- package/dist/htmx.min.js +1 -0
- package/dist/index.js +84 -65
- package/dist/index.js.map +3 -3
- package/dist/indexes/angular-example.xsx88ph0.css +227 -0
- package/dist/indexes/html-example.s3banzdc.css +221 -0
- package/dist/indexes/htmx-example.5vgssc3f.css +221 -0
- package/dist/indexes/react-example.bz1k8xa2.css +245 -0
- package/dist/indexes/svelte-example.vy3015es.css +221 -0
- package/dist/indexes/vue-example.q4vf2wtq.css +228 -0
- package/dist/islands/index.js +14 -14
- package/dist/manifest.json +26 -0
- package/dist/nested/dynamic-module.txt +1 -0
- package/dist/package-asset.txt +1 -0
- package/dist/react/browser.js +3 -3
- package/dist/react/components/browser/index.js +5 -5
- package/dist/react/components/index.js +7 -7
- package/dist/react/hooks/index.js +2 -2
- package/dist/react/index.js +30 -30
- package/dist/react/jsxDevRuntimeCompat.js +1 -1
- package/dist/react/router/browser.js +2 -2
- package/dist/react/router/index.js +2 -2
- package/dist/react/server.js +13 -13
- package/dist/react/vendor/chunk-2kh60w9b.js +33 -0
- package/dist/react/vendor/chunk-9g12fvrw.js +236 -0
- package/dist/react/vendor/chunk-rejbymp5.js +837 -0
- package/dist/react/vendor/chunk-wwy122hz.js +200 -0
- package/dist/react/vendor/react-dom.js +44 -0
- package/dist/react/vendor/react-dom_client.js +15864 -0
- package/dist/react/vendor/react-refresh_runtime.js +304 -0
- package/dist/react/vendor/react.js +103 -0
- package/dist/react/vendor/react_jsx-dev-runtime.js +17 -0
- package/dist/react/vendor/react_jsx-runtime.js +22 -0
- package/dist/robots.txt +2 -0
- package/dist/runtime/blob.txt +1 -0
- package/dist/runtime/dir-join.txt +1 -0
- package/dist/runtime/nested/binary.bin +1 -0
- package/dist/runtime/nested/readfile.txt +1 -0
- package/dist/runtime/template.html +1 -0
- package/dist/server.js +92156 -0
- package/dist/sitemap.xml +48 -0
- package/dist/src/core/prepare.d.ts +7 -0
- package/dist/svelte/index.js +26 -26
- package/dist/svelte/router/page.js +1 -1
- package/dist/svelte/server/pages/SvelteExample.fxs20w1b.js +290 -0
- package/dist/svelte/server.js +13 -13
- package/dist/svelte/vendor/chunk-5qdxn1p3.js +4586 -0
- package/dist/svelte/vendor/chunk-8qdfbbez.js +12 -0
- package/dist/svelte/vendor/chunk-r2jyyfjt.js +4495 -0
- package/dist/svelte/vendor/svelte.js +49 -0
- package/dist/svelte/vendor/svelte_internal.js +2 -0
- package/dist/svelte/vendor/svelte_internal_client.js +395 -0
- package/dist/svelte/vendor/svelte_internal_disclose-version.js +7 -0
- package/dist/svelte/vendor/svelte_internal_flags_async.js +6 -0
- package/dist/svelte/vendor/svelte_internal_flags_legacy.js +6 -0
- package/dist/svelte/vendor/svelte_store.js +99 -0
- package/dist/vue/browser.js +3 -3
- package/dist/vue/components/Image.js +1 -1
- package/dist/vue/components/index.js +5 -5
- package/dist/vue/index.js +36 -36
- package/dist/vue/server/pages/VueExample.fyhmna2p.css +32 -0
- package/dist/vue/server/pages/VueExample.fyhmna2p.js +75 -0
- package/dist/vue/server.js +13 -13
- package/dist/vue/vendor/vue.js +11011 -0
- package/package.json +1 -1
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
@layer theme, base, components, utilities;
|
|
4
|
+
@layer theme {
|
|
5
|
+
:root, :host {
|
|
6
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
7
|
+
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
8
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
|
+
"Courier New", monospace;
|
|
10
|
+
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
11
|
+
--default-transition-duration: 150ms;
|
|
12
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
13
|
+
--default-font-family: var(--font-sans);
|
|
14
|
+
--default-mono-font-family: var(--font-mono);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
@layer base {
|
|
18
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
margin: 0;
|
|
21
|
+
padding: 0;
|
|
22
|
+
border: 0 solid;
|
|
23
|
+
}
|
|
24
|
+
html, :host {
|
|
25
|
+
line-height: 1.5;
|
|
26
|
+
-webkit-text-size-adjust: 100%;
|
|
27
|
+
tab-size: 4;
|
|
28
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
29
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
30
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
31
|
+
-webkit-tap-highlight-color: transparent;
|
|
32
|
+
}
|
|
33
|
+
hr {
|
|
34
|
+
height: 0;
|
|
35
|
+
color: inherit;
|
|
36
|
+
border-top-width: 1px;
|
|
37
|
+
}
|
|
38
|
+
abbr:where([title]) {
|
|
39
|
+
-webkit-text-decoration: underline dotted;
|
|
40
|
+
text-decoration: underline dotted;
|
|
41
|
+
}
|
|
42
|
+
h1, h2, h3, h4, h5, h6 {
|
|
43
|
+
font-size: inherit;
|
|
44
|
+
font-weight: inherit;
|
|
45
|
+
}
|
|
46
|
+
a {
|
|
47
|
+
color: inherit;
|
|
48
|
+
-webkit-text-decoration: inherit;
|
|
49
|
+
text-decoration: inherit;
|
|
50
|
+
}
|
|
51
|
+
b, strong {
|
|
52
|
+
font-weight: bolder;
|
|
53
|
+
}
|
|
54
|
+
code, kbd, samp, pre {
|
|
55
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
56
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
57
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
58
|
+
font-size: 1em;
|
|
59
|
+
}
|
|
60
|
+
small {
|
|
61
|
+
font-size: 80%;
|
|
62
|
+
}
|
|
63
|
+
sub, sup {
|
|
64
|
+
font-size: 75%;
|
|
65
|
+
line-height: 0;
|
|
66
|
+
position: relative;
|
|
67
|
+
vertical-align: baseline;
|
|
68
|
+
}
|
|
69
|
+
sub {
|
|
70
|
+
bottom: -0.25em;
|
|
71
|
+
}
|
|
72
|
+
sup {
|
|
73
|
+
top: -0.5em;
|
|
74
|
+
}
|
|
75
|
+
table {
|
|
76
|
+
text-indent: 0;
|
|
77
|
+
border-color: inherit;
|
|
78
|
+
border-collapse: collapse;
|
|
79
|
+
}
|
|
80
|
+
:-moz-focusring {
|
|
81
|
+
outline: auto;
|
|
82
|
+
}
|
|
83
|
+
progress {
|
|
84
|
+
vertical-align: baseline;
|
|
85
|
+
}
|
|
86
|
+
summary {
|
|
87
|
+
display: list-item;
|
|
88
|
+
}
|
|
89
|
+
ol, ul, menu {
|
|
90
|
+
list-style: none;
|
|
91
|
+
}
|
|
92
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
93
|
+
display: block;
|
|
94
|
+
vertical-align: middle;
|
|
95
|
+
}
|
|
96
|
+
img, video {
|
|
97
|
+
max-width: 100%;
|
|
98
|
+
height: auto;
|
|
99
|
+
}
|
|
100
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
101
|
+
font: inherit;
|
|
102
|
+
font-feature-settings: inherit;
|
|
103
|
+
font-variation-settings: inherit;
|
|
104
|
+
letter-spacing: inherit;
|
|
105
|
+
color: inherit;
|
|
106
|
+
border-radius: 0;
|
|
107
|
+
background-color: transparent;
|
|
108
|
+
opacity: 1;
|
|
109
|
+
}
|
|
110
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
111
|
+
font-weight: bolder;
|
|
112
|
+
}
|
|
113
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
114
|
+
padding-inline-start: 20px;
|
|
115
|
+
}
|
|
116
|
+
::file-selector-button {
|
|
117
|
+
margin-inline-end: 4px;
|
|
118
|
+
}
|
|
119
|
+
::placeholder {
|
|
120
|
+
opacity: 1;
|
|
121
|
+
}
|
|
122
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
123
|
+
::placeholder {
|
|
124
|
+
color: currentcolor;
|
|
125
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
126
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
textarea {
|
|
131
|
+
resize: vertical;
|
|
132
|
+
}
|
|
133
|
+
::-webkit-search-decoration {
|
|
134
|
+
-webkit-appearance: none;
|
|
135
|
+
}
|
|
136
|
+
::-webkit-date-and-time-value {
|
|
137
|
+
min-height: 1lh;
|
|
138
|
+
text-align: inherit;
|
|
139
|
+
}
|
|
140
|
+
::-webkit-datetime-edit {
|
|
141
|
+
display: inline-flex;
|
|
142
|
+
}
|
|
143
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
144
|
+
padding: 0;
|
|
145
|
+
}
|
|
146
|
+
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
147
|
+
padding-block: 0;
|
|
148
|
+
}
|
|
149
|
+
:-moz-ui-invalid {
|
|
150
|
+
box-shadow: none;
|
|
151
|
+
}
|
|
152
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
153
|
+
appearance: button;
|
|
154
|
+
}
|
|
155
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
156
|
+
height: auto;
|
|
157
|
+
}
|
|
158
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
159
|
+
display: none !important;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
@layer utilities {
|
|
163
|
+
.block {
|
|
164
|
+
display: block;
|
|
165
|
+
}
|
|
166
|
+
.flex {
|
|
167
|
+
display: flex;
|
|
168
|
+
}
|
|
169
|
+
.grid {
|
|
170
|
+
display: grid;
|
|
171
|
+
}
|
|
172
|
+
.resize {
|
|
173
|
+
resize: both;
|
|
174
|
+
}
|
|
175
|
+
.flex-wrap {
|
|
176
|
+
flex-wrap: wrap;
|
|
177
|
+
}
|
|
178
|
+
.border {
|
|
179
|
+
border-style: var(--tw-border-style);
|
|
180
|
+
border-width: 1px;
|
|
181
|
+
}
|
|
182
|
+
.outline {
|
|
183
|
+
outline-style: var(--tw-outline-style);
|
|
184
|
+
outline-width: 1px;
|
|
185
|
+
}
|
|
186
|
+
.transition {
|
|
187
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
188
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
189
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
190
|
+
}
|
|
191
|
+
.ease-in {
|
|
192
|
+
--tw-ease: var(--ease-in);
|
|
193
|
+
transition-timing-function: var(--ease-in);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
@property --tw-border-style {
|
|
197
|
+
syntax: "*";
|
|
198
|
+
inherits: false;
|
|
199
|
+
initial-value: solid;
|
|
200
|
+
}
|
|
201
|
+
@property --tw-outline-style {
|
|
202
|
+
syntax: "*";
|
|
203
|
+
inherits: false;
|
|
204
|
+
initial-value: solid;
|
|
205
|
+
}
|
|
206
|
+
@property --tw-ease {
|
|
207
|
+
syntax: "*";
|
|
208
|
+
inherits: false;
|
|
209
|
+
}
|
|
210
|
+
@layer properties {
|
|
211
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
212
|
+
*, ::before, ::after, ::backdrop {
|
|
213
|
+
--tw-border-style: solid;
|
|
214
|
+
--tw-outline-style: solid;
|
|
215
|
+
--tw-ease: initial;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* .absolutejs/generated/vue/compiled/vue-example-compiled.css */
|
|
2
|
+
button[data-v-count-button] {
|
|
3
|
+
cursor: pointer;
|
|
4
|
+
background-color: #1a1a1a;
|
|
5
|
+
border: 1px solid #0000;
|
|
6
|
+
border-radius: .5rem;
|
|
7
|
+
margin: 2rem 0;
|
|
8
|
+
padding: .6rem 1.2rem;
|
|
9
|
+
transition: border-color .25s;
|
|
10
|
+
font-family: inherit;
|
|
11
|
+
font-size: 1.1rem;
|
|
12
|
+
font-weight: 500;
|
|
13
|
+
box-shadow: 0 2px 4px #0000001a;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
button[data-v-count-button]:hover {
|
|
17
|
+
border-color: #5fbeeb;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
button[data-v-count-button]:focus {
|
|
21
|
+
outline: 4px auto -webkit-focus-ring-color;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
button[data-v-count-button]:focus-visible {
|
|
25
|
+
outline: 4px auto -webkit-focus-ring-color;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@media (prefers-color-scheme: light) {
|
|
29
|
+
button[data-v-count-button] {
|
|
30
|
+
background-color: #fff;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
+
<title>HTML5 Logo Badge</title>
|
|
3
|
+
<path fill="#E34F26" d="M71,460 L30,0 481,0 440,460 255,512"/>
|
|
4
|
+
<path fill="#EF652A" d="M256,472 L405,431 440,37 256,37"/>
|
|
5
|
+
<path fill="#EBEBEB" d="M256,208 L181,208 176,150 256,150 256,94 255,94 114,94 115,109 129,265 256,265zM256,355 L255,355 192,338 188,293 158,293 132,293 139,382 255,414 256,414z"/>
|
|
6
|
+
<path fill="#FFF" d="M255,208 L255,265 325,265 318,338 255,355 255,414 371,382 372,372 385,223 387,208 371,208zM255,94 L255,129 255,150 255,150 392,150 392,150 392,150 393,138 396,109 397,94z"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="a" x1="64" y1="128" x2="64" y2="0" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0" stop-color="#e40035"/>
|
|
5
|
+
<stop offset=".24" stop-color="#f60a48"/>
|
|
6
|
+
<stop offset=".352" stop-color="#f20755"/>
|
|
7
|
+
<stop offset=".494" stop-color="#dc087d"/>
|
|
8
|
+
<stop offset=".745" stop-color="#9717e7"/>
|
|
9
|
+
<stop offset="1" stop-color="#6c00f5"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="b" x1="64" y1="128" x2="64" y2="0" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0" stop-color="#ff31d9" stop-opacity=".8"/>
|
|
13
|
+
<stop offset="1" stop-color="#ff5be1" stop-opacity="0"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
</defs>
|
|
16
|
+
<path fill="url(#a)" d="M7.9 89.9 3.5 21.3 49.7 0ZM124.5 21.3 120.1 89.9 78.3 0ZM64 34.1 80.5 74.3 47.5 74.3ZM95.5 110 64 128 32.5 110 38.9 94.5 89.2 94.5Z"/>
|
|
17
|
+
<path fill="url(#b)" d="M7.9 89.9 3.5 21.3 49.7 0ZM124.5 21.3 120.1 89.9 78.3 0ZM64 34.1 80.5 74.3 47.5 74.3ZM95.5 110 64 128 32.5 110 38.9 94.5 89.2 94.5Z"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="256px" height="168px" viewBox="0 0 256 168" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
|
|
3
|
+
<title>htmx</title>
|
|
4
|
+
<g>
|
|
5
|
+
<polygon fill="#111111" points="181.394935 42.749283 256 74.2039835 256 96.0617321 181.394935 127.078518 175.477838 105.581524 230.646979 84.8771384 175.477838 64.0931689"></polygon>
|
|
6
|
+
<polygon fill="#111111" points="74.6050654 42.7484751 6.6060424e-14 74.2039835 1.83634114e-13 96.0617321 74.6050654 127.078518 80.5221623 105.581524 25.3530206 84.8771384 80.5221623 64.0931689"></polygon>
|
|
7
|
+
<polygon fill="#4065C5" points="144.339858 -1.59458264e-15 170.003907 -1.59458264e-15 112.990192 167.110525 85.996093 167.110525"></polygon>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="256px" height="168px" viewBox="0 0 256 168" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
|
|
3
|
+
<title>htmx</title>
|
|
4
|
+
<g>
|
|
5
|
+
<polygon fill="#ffffff" points="181.394935 42.749283 256 74.2039835 256 96.0617321 181.394935 127.078518 175.477838 105.581524 230.646979 84.8771384 175.477838 64.0931689"></polygon>
|
|
6
|
+
<polygon fill="#ffffff" points="74.6050654 42.7484751 6.6060424e-14 74.2039835 1.83634114e-13 96.0617321 74.6050654 127.078518 80.5221623 105.581524 25.3530206 84.8771384 80.5221623 64.0931689"></polygon>
|
|
7
|
+
<polygon fill="#4065C5" points="144.339858 -1.59458264e-15 170.003907 -1.59458264e-15 112.990192 167.110525 85.996093 167.110525"></polygon>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="35.93" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 228"><path fill="#00D8FF" d="M210.483 73.824a171.49 171.49 0 0 0-8.24-2.597c.465-1.9.893-3.777 1.273-5.621c6.238-30.281 2.16-54.676-11.769-62.708c-13.355-7.7-35.196.329-57.254 19.526a171.23 171.23 0 0 0-6.375 5.848a155.866 155.866 0 0 0-4.241-3.917C100.759 3.829 77.587-4.822 63.673 3.233C50.33 10.957 46.379 33.89 51.995 62.588a170.974 170.974 0 0 0 1.892 8.48c-3.28.932-6.445 1.924-9.474 2.98C17.309 83.498 0 98.307 0 113.668c0 15.865 18.582 31.778 46.812 41.427a145.52 145.52 0 0 0 6.921 2.165a167.467 167.467 0 0 0-2.01 9.138c-5.354 28.2-1.173 50.591 12.134 58.266c13.744 7.926 36.812-.22 59.273-19.855a145.567 145.567 0 0 0 5.342-4.923a168.064 168.064 0 0 0 6.92 6.314c21.758 18.722 43.246 26.282 56.54 18.586c13.731-7.949 18.194-32.003 12.4-61.268a145.016 145.016 0 0 0-1.535-6.842c1.62-.48 3.21-.974 4.76-1.488c29.348-9.723 48.443-25.443 48.443-41.52c0-15.417-17.868-30.326-45.517-39.844Zm-6.365 70.984c-1.4.463-2.836.91-4.3 1.345c-3.24-10.257-7.612-21.163-12.963-32.432c5.106-11 9.31-21.767 12.459-31.957c2.619.758 5.16 1.557 7.61 2.4c23.69 8.156 38.14 20.213 38.14 29.504c0 9.896-15.606 22.743-40.946 31.14Zm-10.514 20.834c2.562 12.94 2.927 24.64 1.23 33.787c-1.524 8.219-4.59 13.698-8.382 15.893c-8.067 4.67-25.32-1.4-43.927-17.412a156.726 156.726 0 0 1-6.437-5.87c7.214-7.889 14.423-17.06 21.459-27.246c12.376-1.098 24.068-2.894 34.671-5.345a134.17 134.17 0 0 1 1.386 6.193ZM87.276 214.515c-7.882 2.783-14.16 2.863-17.955.675c-8.075-4.657-11.432-22.636-6.853-46.752a156.923 156.923 0 0 1 1.869-8.499c10.486 2.32 22.093 3.988 34.498 4.994c7.084 9.967 14.501 19.128 21.976 27.15a134.668 134.668 0 0 1-4.877 4.492c-9.933 8.682-19.886 14.842-28.658 17.94ZM50.35 144.747c-12.483-4.267-22.792-9.812-29.858-15.863c-6.35-5.437-9.555-10.836-9.555-15.216c0-9.322 13.897-21.212 37.076-29.293c2.813-.98 5.757-1.905 8.812-2.773c3.204 10.42 7.406 21.315 12.477 32.332c-5.137 11.18-9.399 22.249-12.634 32.792a134.718 134.718 0 0 1-6.318-1.979Zm12.378-84.26c-4.811-24.587-1.616-43.134 6.425-47.789c8.564-4.958 27.502 2.111 47.463 19.835a144.318 144.318 0 0 1 3.841 3.545c-7.438 7.987-14.787 17.08-21.808 26.988c-12.04 1.116-23.565 2.908-34.161 5.309a160.342 160.342 0 0 1-1.76-7.887Zm110.427 27.268a347.8 347.8 0 0 0-7.785-12.803c8.168 1.033 15.994 2.404 23.343 4.08c-2.206 7.072-4.956 14.465-8.193 22.045a381.151 381.151 0 0 0-7.365-13.322Zm-45.032-43.861c5.044 5.465 10.096 11.566 15.065 18.186a322.04 322.04 0 0 0-30.257-.006c4.974-6.559 10.069-12.652 15.192-18.18ZM82.802 87.83a323.167 323.167 0 0 0-7.227 13.238c-3.184-7.553-5.909-14.98-8.134-22.152c7.304-1.634 15.093-2.97 23.209-3.984a321.524 321.524 0 0 0-7.848 12.897Zm8.081 65.352c-8.385-.936-16.291-2.203-23.593-3.793c2.26-7.3 5.045-14.885 8.298-22.6a321.187 321.187 0 0 0 7.257 13.246c2.594 4.48 5.28 8.868 8.038 13.147Zm37.542 31.03c-5.184-5.592-10.354-11.779-15.403-18.433c4.902.192 9.899.29 14.978.29c5.218 0 10.376-.117 15.453-.343c-4.985 6.774-10.018 12.97-15.028 18.486Zm52.198-57.817c3.422 7.8 6.306 15.345 8.596 22.52c-7.422 1.694-15.436 3.058-23.88 4.071a382.417 382.417 0 0 0 7.859-13.026a347.403 347.403 0 0 0 7.425-13.565Zm-16.898 8.101a358.557 358.557 0 0 1-12.281 19.815a329.4 329.4 0 0 1-23.444.823c-7.967 0-15.716-.248-23.178-.732a310.202 310.202 0 0 1-12.513-19.846h.001a307.41 307.41 0 0 1-10.923-20.627a310.278 310.278 0 0 1 10.89-20.637l-.001.001a307.318 307.318 0 0 1 12.413-19.761c7.613-.576 15.42-.876 23.31-.876H128c7.926 0 15.743.303 23.354.883a329.357 329.357 0 0 1 12.335 19.695a358.489 358.489 0 0 1 11.036 20.54a329.472 329.472 0 0 1-11 20.722Zm22.56-122.124c8.572 4.944 11.906 24.881 6.52 51.026c-.344 1.668-.73 3.367-1.15 5.09c-10.622-2.452-22.155-4.275-34.23-5.408c-7.034-10.017-14.323-19.124-21.64-27.008a160.789 160.789 0 0 1 5.888-5.4c18.9-16.447 36.564-22.941 44.612-18.3ZM128 90.808c12.625 0 22.86 10.235 22.86 22.86s-10.235 22.86-22.86 22.86s-22.86-10.235-22.86-22.86s10.235-22.86 22.86-22.86Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="107" height="128" viewBox="0 0 107 128"><title>svelte-logo</title><path d="M94.1566,22.8189c-10.4-14.8851-30.94-19.2971-45.7914-9.8348L22.2825,29.6078A29.9234,29.9234,0,0,0,8.7639,49.6506a31.5136,31.5136,0,0,0,3.1076,20.2318A30.0061,30.0061,0,0,0,7.3953,81.0653a31.8886,31.8886,0,0,0,5.4473,24.1157c10.4022,14.8865,30.9423,19.2966,45.7914,9.8348L84.7167,98.3921A29.9177,29.9177,0,0,0,98.2353,78.3493,31.5263,31.5263,0,0,0,95.13,58.117a30,30,0,0,0,4.4743-11.1824,31.88,31.88,0,0,0-5.4473-24.1157" style="fill:#ff3e00"/><path d="M45.8171,106.5815A20.7182,20.7182,0,0,1,23.58,98.3389a19.1739,19.1739,0,0,1-3.2766-14.5025,18.1886,18.1886,0,0,1,.6233-2.4357l.4912-1.4978,1.3363.9815a33.6443,33.6443,0,0,0,10.203,5.0978l.9694.2941-.0893.9675a5.8474,5.8474,0,0,0,1.052,3.8781,6.2389,6.2389,0,0,0,6.6952,2.485,5.7449,5.7449,0,0,0,1.6021-.7041L69.27,76.281a5.4306,5.4306,0,0,0,2.4506-3.631,5.7948,5.7948,0,0,0-.9875-4.3712,6.2436,6.2436,0,0,0-6.6978-2.4864,5.7427,5.7427,0,0,0-1.6.7036l-9.9532,6.3449a19.0329,19.0329,0,0,1-5.2965,2.3259,20.7181,20.7181,0,0,1-22.2368-8.2427,19.1725,19.1725,0,0,1-3.2766-14.5024,17.9885,17.9885,0,0,1,8.13-12.0513L55.8833,23.7472a19.0038,19.0038,0,0,1,5.3-2.3287A20.7182,20.7182,0,0,1,83.42,29.6611a19.1739,19.1739,0,0,1,3.2766,14.5025,18.4,18.4,0,0,1-.6233,2.4357l-.4912,1.4978-1.3356-.98a33.6175,33.6175,0,0,0-10.2037-5.1l-.9694-.2942.0893-.9675a5.8588,5.8588,0,0,0-1.052-3.878,6.2389,6.2389,0,0,0-6.6952-2.485,5.7449,5.7449,0,0,0-1.6021.7041L37.73,51.719a5.4218,5.4218,0,0,0-2.4487,3.63,5.7862,5.7862,0,0,0,.9856,4.3717,6.2437,6.2437,0,0,0,6.6978,2.4864,5.7652,5.7652,0,0,0,1.602-.7041l9.9519-6.3425a18.978,18.978,0,0,1,5.2959-2.3278,20.7181,20.7181,0,0,1,22.2368,8.2427,19.1725,19.1725,0,0,1,3.2766,14.5024,17.9977,17.9977,0,0,1-8.13,12.0532L51.1167,104.2528a19.0038,19.0038,0,0,1-5.3,2.3287" style="fill:#fff"/></svg>
|
package/dist/build.js
CHANGED
|
@@ -471,7 +471,7 @@ var init_islands = () => {};
|
|
|
471
471
|
// src/build/islandEntries.ts
|
|
472
472
|
import { mkdirSync, rmSync, writeFileSync } from "fs";
|
|
473
473
|
import { dirname, extname as extname2, join, relative, resolve as resolve2 } from "path";
|
|
474
|
-
import ts from "typescript";
|
|
474
|
+
import ts from "./node_modules/typescript/lib/typescript.js";
|
|
475
475
|
var frameworks, isRecord2 = (value) => typeof value === "object" && value !== null, resolveRegistryExport = (mod) => {
|
|
476
476
|
if (isRecord2(mod.islandRegistry))
|
|
477
477
|
return mod.islandRegistry;
|
|
@@ -2028,16 +2028,16 @@ var initDominoAdapter = (platformServer) => {
|
|
|
2028
2028
|
}
|
|
2029
2029
|
}, loadAngularDeps = async () => {
|
|
2030
2030
|
if (!isProductionRuntime()) {
|
|
2031
|
-
await import("
|
|
2031
|
+
await import("./node_modules/@angular/compiler/fesm2022/compiler.mjs");
|
|
2032
2032
|
}
|
|
2033
2033
|
const { applyPatches: applyPatches2 } = await Promise.resolve().then(() => (init_angularPatch(), exports_angularPatch));
|
|
2034
2034
|
await applyPatches2();
|
|
2035
2035
|
const useBareSpecifiers = !isProductionRuntime();
|
|
2036
2036
|
const [platformBrowser, platformServer, common, core] = await Promise.all([
|
|
2037
|
-
useBareSpecifiers ? import("
|
|
2038
|
-
useBareSpecifiers ? import("
|
|
2039
|
-
useBareSpecifiers ? import("
|
|
2040
|
-
useBareSpecifiers ? import("
|
|
2037
|
+
useBareSpecifiers ? import("./node_modules/@angular/platform-browser/fesm2022/platform-browser.mjs") : import(resolveAngularRuntimePath("@angular/platform-browser")),
|
|
2038
|
+
useBareSpecifiers ? import("./node_modules/@angular/platform-server/fesm2022/platform-server.mjs") : import(resolveAngularRuntimePath("@angular/platform-server")),
|
|
2039
|
+
useBareSpecifiers ? import("./node_modules/@angular/common/fesm2022/common.mjs") : import(resolveAngularRuntimePath("@angular/common")),
|
|
2040
|
+
useBareSpecifiers ? import("./node_modules/@angular/core/fesm2022/core.mjs") : import(resolveAngularRuntimePath("@angular/core"))
|
|
2041
2041
|
]);
|
|
2042
2042
|
if (!isDevelopmentRuntime()) {
|
|
2043
2043
|
core.enableProdMode();
|
|
@@ -2276,8 +2276,8 @@ var angularIslandSelector = "abs-angular-island", getAngularIslandSelector = (_i
|
|
|
2276
2276
|
const [selector] = firstSelectorGroup;
|
|
2277
2277
|
return typeof selector === "string" && selector.length > 0 ? selector : null;
|
|
2278
2278
|
}, createAngularIslandApp = async () => {
|
|
2279
|
-
const { EnvironmentInjector, provideZonelessChangeDetection } = await import("
|
|
2280
|
-
const { createApplication } = await import("
|
|
2279
|
+
const { EnvironmentInjector, provideZonelessChangeDetection } = await import("./node_modules/@angular/core/fesm2022/core.mjs");
|
|
2280
|
+
const { createApplication } = await import("./node_modules/@angular/platform-browser/fesm2022/platform-browser.mjs");
|
|
2281
2281
|
const app = await createApplication({
|
|
2282
2282
|
providers: [provideZonelessChangeDetection()]
|
|
2283
2283
|
});
|
|
@@ -2349,8 +2349,8 @@ var angularIslandSelector = "abs-angular-island", getAngularIslandSelector = (_i
|
|
|
2349
2349
|
}
|
|
2350
2350
|
return html.slice(start, end + endTag.length);
|
|
2351
2351
|
}, mountAngularIsland = async (component, element, props, islandId) => {
|
|
2352
|
-
await import("
|
|
2353
|
-
const { createComponent, inputBinding } = await import("
|
|
2352
|
+
await import("./node_modules/@angular/compiler/fesm2022/compiler.mjs");
|
|
2353
|
+
const { createComponent, inputBinding } = await import("./node_modules/@angular/core/fesm2022/core.mjs");
|
|
2354
2354
|
const selector = getAngularIslandSelector(islandId);
|
|
2355
2355
|
const { app, environmentInjector } = await getAngularIslandApp();
|
|
2356
2356
|
let rootElement = element.querySelector(selector);
|
|
@@ -2422,14 +2422,14 @@ var renderAngularIslandToHtmlInternal = async (component, props, islandId) => {
|
|
|
2422
2422
|
match = LEADING_HOISTED_RESOURCE_RE.exec(result);
|
|
2423
2423
|
}
|
|
2424
2424
|
return result.trimStart();
|
|
2425
|
-
}, renderReactIslandToHtml = (component, props) => import("react").then(({ createElement }) => import("react-dom/server").then(({ renderToString }) => stripLeadingHoistedResources(renderToString(createElement(component, props))))), renderSvelteIslandToHtml = (component, props) => import("svelte/server").then(({ render }) => {
|
|
2425
|
+
}, renderReactIslandToHtml = (component, props) => import("./node_modules/react/index.js").then(({ createElement }) => import("./node_modules/react-dom/server.bun.js").then(({ renderToString }) => stripLeadingHoistedResources(renderToString(createElement(component, props))))), renderSvelteIslandToHtml = (component, props) => import("./node_modules/svelte/src/server/index.js").then(({ render }) => {
|
|
2426
2426
|
const { body } = render(component, { props });
|
|
2427
2427
|
return body;
|
|
2428
|
-
}), renderVueIslandToHtml = (component, props) => import("vue").then(({ createSSRApp, h: createVueVNode }) => {
|
|
2428
|
+
}), renderVueIslandToHtml = (component, props) => import("./node_modules/vue/index.mjs").then(({ createSSRApp, h: createVueVNode }) => {
|
|
2429
2429
|
const app = createSSRApp({
|
|
2430
2430
|
render: () => createVueVNode(component, props)
|
|
2431
2431
|
});
|
|
2432
|
-
return import("vue/server-renderer").then(({ renderToString }) => renderToString(app));
|
|
2432
|
+
return import("./node_modules/vue/server-renderer/index.mjs").then(({ renderToString }) => renderToString(app));
|
|
2433
2433
|
});
|
|
2434
2434
|
var init_islandSsr = __esm(() => {
|
|
2435
2435
|
renderAngularIslandToHtml2 = renderAngularIslandToHtmlInternal;
|
|
@@ -3865,7 +3865,7 @@ var serverCacheRoot2, compiledModuleCache2, originalSourcePathCache, transpiler,
|
|
|
3865
3865
|
}
|
|
3866
3866
|
const resolutionSourcePath = await resolveOriginalSourcePath(sourcePath);
|
|
3867
3867
|
const source = await Bun.file(sourcePath).text();
|
|
3868
|
-
const { compile, preprocess } = await import("svelte/compiler");
|
|
3868
|
+
const { compile, preprocess } = await import("./node_modules/svelte/compiler/index.js");
|
|
3869
3869
|
const loweredAwaitSource = lowerSvelteAwaitSlotSyntax(source);
|
|
3870
3870
|
const loweredSource = lowerSvelteIslandSyntax(loweredAwaitSource.code, "server");
|
|
3871
3871
|
const preprocessed = await preprocess(loweredSource.code, createSvelteStylePreprocessor());
|
|
@@ -3978,7 +3978,7 @@ var ISLAND_COMPONENT_ID_LENGTH = 8, serverCacheRoot3, compiledModuleCache3, tran
|
|
|
3978
3978
|
const cachedModulePath = compiledModuleCache3.get(sourcePath);
|
|
3979
3979
|
if (cachedModulePath)
|
|
3980
3980
|
return cachedModulePath;
|
|
3981
|
-
const compiler = await import("
|
|
3981
|
+
const compiler = await import("./node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js");
|
|
3982
3982
|
const source = await Bun.file(sourcePath).text();
|
|
3983
3983
|
const { descriptor } = compiler.parse(source, { filename: sourcePath });
|
|
3984
3984
|
const componentId = Bun.hash(sourcePath).toString(BASE_36_RADIX).slice(0, ISLAND_COMPONENT_ID_LENGTH);
|
|
@@ -4519,7 +4519,7 @@ var init_scanConventions = __esm(() => {
|
|
|
4519
4519
|
// src/build/scanRouteRegistrations.ts
|
|
4520
4520
|
import { readdirSync, readFileSync as readFileSync6 } from "fs";
|
|
4521
4521
|
import { join as join10 } from "path";
|
|
4522
|
-
import ts2 from "typescript";
|
|
4522
|
+
import ts2 from "./node_modules/typescript/lib/typescript.js";
|
|
4523
4523
|
var ELYSIA_ROUTE_METHODS, SKIP_DIRS, SOURCE_EXTENSIONS, getScriptKind = (filePath) => {
|
|
4524
4524
|
if (filePath.endsWith(".tsx"))
|
|
4525
4525
|
return ts2.ScriptKind.TSX;
|
|
@@ -4648,7 +4648,7 @@ __export(exports_devRouteRegistrationCallsite, {
|
|
|
4648
4648
|
getCurrentRouteRegistrationCallsite: () => getCurrentRouteRegistrationCallsite
|
|
4649
4649
|
});
|
|
4650
4650
|
import { AsyncLocalStorage } from "async_hooks";
|
|
4651
|
-
import { Elysia } from "elysia";
|
|
4651
|
+
import { Elysia } from "./node_modules/elysia/dist/bun/index.js";
|
|
4652
4652
|
var ROUTE_CALLSITE_STORAGE_KEY, ROUTE_CALLSITE_PATCHED_KEY, ROUTE_METHOD_NAMES, PAGE_HANDLER_NAMES, pageHandlerWrappers, handlerSourceMentionsPageHelper = (handler) => {
|
|
4653
4653
|
const source = handler.toString();
|
|
4654
4654
|
return PAGE_HANDLER_NAMES.some((name) => source.includes(name));
|
|
@@ -4748,7 +4748,7 @@ var init_devRouteRegistrationCallsite = __esm(() => {
|
|
|
4748
4748
|
// src/angular/staticAnalyzeSpaRoutes.ts
|
|
4749
4749
|
import { existsSync as existsSync8, promises as fs } from "fs";
|
|
4750
4750
|
import { join as join11 } from "path";
|
|
4751
|
-
import ts3 from "typescript";
|
|
4751
|
+
import ts3 from "./node_modules/typescript/lib/typescript.js";
|
|
4752
4752
|
var DYNAMIC_SEGMENT_PATTERN, pathHasDynamic = (path) => path.split("/").some((seg) => DYNAMIC_SEGMENT_PATTERN.test(seg) || seg === "**"), importsSymbolFrom = (sf, localName, moduleSpecifier) => {
|
|
4753
4753
|
for (const statement of sf.statements) {
|
|
4754
4754
|
if (!ts3.isImportDeclaration(statement))
|
|
@@ -4976,7 +4976,7 @@ var init_staticAnalyzeSpaRoutes = __esm(() => {
|
|
|
4976
4976
|
// src/react/staticAnalyzeSpaRoutes.ts
|
|
4977
4977
|
import { existsSync as existsSync9, promises as fs2 } from "fs";
|
|
4978
4978
|
import { join as join12 } from "path";
|
|
4979
|
-
import ts4 from "typescript";
|
|
4979
|
+
import ts4 from "./node_modules/typescript/lib/typescript.js";
|
|
4980
4980
|
var DYNAMIC_SEGMENT_PATTERN2, pathHasDynamic2 = (path) => path.split("/").some((seg) => DYNAMIC_SEGMENT_PATTERN2.test(seg) || seg === "**"), readStringLiteral2 = (expression) => {
|
|
4981
4981
|
if (ts4.isStringLiteral(expression) || ts4.isNoSubstitutionTemplateLiteral(expression)) {
|
|
4982
4982
|
return expression.text;
|
|
@@ -5290,7 +5290,7 @@ var init_staticAnalyzeSpaRoutes3 = __esm(() => {
|
|
|
5290
5290
|
// src/vue/staticAnalyzeSpaRoutes.ts
|
|
5291
5291
|
import { existsSync as existsSync11, promises as fs4 } from "fs";
|
|
5292
5292
|
import { join as join14 } from "path";
|
|
5293
|
-
import ts5 from "typescript";
|
|
5293
|
+
import ts5 from "./node_modules/typescript/lib/typescript.js";
|
|
5294
5294
|
var DYNAMIC_SEGMENT_PATTERN4, pathHasDynamic4 = (path) => path.split("/").some((seg) => DYNAMIC_SEGMENT_PATTERN4.test(seg) || seg === "**"), readStringLiteral3 = (expression) => {
|
|
5295
5295
|
if (ts5.isStringLiteral(expression) || ts5.isNoSubstitutionTemplateLiteral(expression)) {
|
|
5296
5296
|
return expression.text;
|
|
@@ -11601,7 +11601,7 @@ var init_externalAssetPlugin = () => {};
|
|
|
11601
11601
|
|
|
11602
11602
|
// src/build/islandRegistryTransform.ts
|
|
11603
11603
|
import { basename as basename5 } from "path";
|
|
11604
|
-
import ts6 from "typescript";
|
|
11604
|
+
import ts6 from "./node_modules/typescript/lib/typescript.js";
|
|
11605
11605
|
var VALID_FRAMEWORKS, getObjectPropertyName2 = (name) => ts6.isIdentifier(name) || ts6.isStringLiteral(name) ? name.text : null, isIslandRegistryHelperImport2 = (source) => source === "@absolutejs/absolute/islands" || source.endsWith("/islands") || source.endsWith("/core/islands"), collectRegistryFactory = (sourceFile) => {
|
|
11606
11606
|
const factoryNames = new Set;
|
|
11607
11607
|
const namespaceNames = new Set;
|
|
@@ -12274,7 +12274,7 @@ __export(exports_scanVueSsrOnlyPages, {
|
|
|
12274
12274
|
});
|
|
12275
12275
|
import { readdirSync as readdirSync2, readFileSync as readFileSync13 } from "fs";
|
|
12276
12276
|
import { join as join24 } from "path";
|
|
12277
|
-
import ts7 from "typescript";
|
|
12277
|
+
import ts7 from "./node_modules/typescript/lib/typescript.js";
|
|
12278
12278
|
var SKIP_DIRS2, SOURCE_EXTENSIONS2, getScriptKind2 = (filePath) => {
|
|
12279
12279
|
if (filePath.endsWith(".tsx"))
|
|
12280
12280
|
return ts7.ScriptKind.TSX;
|
|
@@ -12421,7 +12421,7 @@ var init_scanVueSsrOnlyPages = __esm(() => {
|
|
|
12421
12421
|
// src/build/scanAngularHandlerCalls.ts
|
|
12422
12422
|
import { readdirSync as readdirSync3, readFileSync as readFileSync14 } from "fs";
|
|
12423
12423
|
import { join as join25 } from "path";
|
|
12424
|
-
import ts8 from "typescript";
|
|
12424
|
+
import ts8 from "./node_modules/typescript/lib/typescript.js";
|
|
12425
12425
|
var ELYSIA_ROUTE_METHODS2, SKIP_DIRS3, SOURCE_EXTENSIONS3, getScriptKind3 = (filePath) => {
|
|
12426
12426
|
if (filePath.endsWith(".tsx"))
|
|
12427
12427
|
return ts8.ScriptKind.TSX;
|
|
@@ -12571,7 +12571,7 @@ var init_scanAngularHandlerCalls = __esm(() => {
|
|
|
12571
12571
|
// src/build/scanAngularPageRoutes.ts
|
|
12572
12572
|
import { readdirSync as readdirSync4, readFileSync as readFileSync15 } from "fs";
|
|
12573
12573
|
import { basename as basename6, join as join26 } from "path";
|
|
12574
|
-
import ts9 from "typescript";
|
|
12574
|
+
import ts9 from "./node_modules/typescript/lib/typescript.js";
|
|
12575
12575
|
var SOURCE_EXTENSIONS4, SKIP_DIRS4, hasSourceExtension4 = (filePath) => {
|
|
12576
12576
|
const idx = filePath.lastIndexOf(".");
|
|
12577
12577
|
if (idx === -1)
|
|
@@ -12690,7 +12690,7 @@ __export(exports_parseAngularConfigImports, {
|
|
|
12690
12690
|
});
|
|
12691
12691
|
import { existsSync as existsSync20, readFileSync as readFileSync16 } from "fs";
|
|
12692
12692
|
import { dirname as dirname12, isAbsolute as isAbsolute3, join as join27 } from "path";
|
|
12693
|
-
import ts10 from "typescript";
|
|
12693
|
+
import ts10 from "./node_modules/typescript/lib/typescript.js";
|
|
12694
12694
|
var findDefineConfigCall = (sf) => {
|
|
12695
12695
|
let result = null;
|
|
12696
12696
|
const visit = (node) => {
|
|
@@ -12889,7 +12889,7 @@ var SVELTE_PAGE_ROOT_ID = "__absolute_svelte_root__", renderToReadableStream = a
|
|
|
12889
12889
|
bodyContent
|
|
12890
12890
|
} = {}) => {
|
|
12891
12891
|
try {
|
|
12892
|
-
const { render } = await import("svelte/server");
|
|
12892
|
+
const { render } = await import("./node_modules/svelte/src/server/index.js");
|
|
12893
12893
|
const renderComponent = render;
|
|
12894
12894
|
const rendered = typeof props === "undefined" ? await renderComponent(component) : await renderComponent(component, { props });
|
|
12895
12895
|
const { head, body } = rendered;
|
|
@@ -13040,7 +13040,7 @@ var resolveDevClientDir2 = () => {
|
|
|
13040
13040
|
server: toServer.startsWith(".") ? toServer : `./${toServer}`
|
|
13041
13041
|
});
|
|
13042
13042
|
}, compileSvelte = async (entryPoints, svelteRoot, cache = new Map, isDev = false, stylePreprocessors) => {
|
|
13043
|
-
const { compile, compileModule, preprocess } = await import("svelte/compiler");
|
|
13043
|
+
const { compile, compileModule, preprocess } = await import("./node_modules/svelte/compiler/index.js");
|
|
13044
13044
|
const generatedDir = getFrameworkGeneratedDir("svelte");
|
|
13045
13045
|
const clientDir = join28(generatedDir, "client");
|
|
13046
13046
|
const indexDir = join28(generatedDir, "indexes");
|
|
@@ -14003,7 +14003,7 @@ if (typeof __VUE_HMR_RUNTIME__ !== 'undefined') {
|
|
|
14003
14003
|
persistentBuildCache.set(sourceFilePath, result);
|
|
14004
14004
|
return result;
|
|
14005
14005
|
}, compileVue = async (entryPoints, vueRootDir, isDev = false, stylePreprocessors, ssrOnlyEntries) => {
|
|
14006
|
-
const compiler = await import("
|
|
14006
|
+
const compiler = await import("./node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js");
|
|
14007
14007
|
const generatedDir = getFrameworkGeneratedDir("vue");
|
|
14008
14008
|
const clientOutputDir = join29(generatedDir, "client");
|
|
14009
14009
|
const indexOutputDir = join29(generatedDir, "indexes");
|
|
@@ -14734,7 +14734,7 @@ __export(exports_compileAngular, {
|
|
|
14734
14734
|
import { existsSync as existsSync23, readFileSync as readFileSync19, promises as fs5 } from "fs";
|
|
14735
14735
|
import { join as join30, basename as basename9, sep as sep3, dirname as dirname15, resolve as resolve21, relative as relative12 } from "path";
|
|
14736
14736
|
var {Glob: Glob6 } = globalThis.Bun;
|
|
14737
|
-
import ts11 from "typescript";
|
|
14737
|
+
import ts11 from "./node_modules/typescript/lib/typescript.js";
|
|
14738
14738
|
var traceAngularPhase = async (name, fn2, metadata) => {
|
|
14739
14739
|
const tracePhase = globalThis.__absoluteBuildTracePhase;
|
|
14740
14740
|
return tracePhase ? tracePhase(`compile/angular/${name}`, fn2, metadata) : await fn2();
|
|
@@ -15071,8 +15071,8 @@ var traceAngularPhase = async (name, fn2, metadata) => {
|
|
|
15071
15071
|
buildIslandMetadataExports(readFileSync19(inputPath, "utf-8"))
|
|
15072
15072
|
];
|
|
15073
15073
|
})), { entries: inputPaths.length });
|
|
15074
|
-
await traceAngularPhase("aot/preload-compiler", () => import("
|
|
15075
|
-
const { readConfiguration, performCompilation, EmitFlags } = await traceAngularPhase("aot/import-compiler-cli", () => import("
|
|
15074
|
+
await traceAngularPhase("aot/preload-compiler", () => import("./node_modules/@angular/compiler/fesm2022/compiler.mjs"));
|
|
15075
|
+
const { readConfiguration, performCompilation, EmitFlags } = await traceAngularPhase("aot/import-compiler-cli", () => import("./node_modules/@angular/compiler-cli/bundles/index.js"));
|
|
15076
15076
|
const tsLibDir = await traceAngularPhase("aot/resolve-typescript-lib", () => {
|
|
15077
15077
|
const tsPath = __require.resolve("typescript");
|
|
15078
15078
|
const tsRootDir = dirname15(tsPath);
|
|
@@ -16036,7 +16036,7 @@ var init_compileAngular = __esm(() => {
|
|
|
16036
16036
|
});
|
|
16037
16037
|
|
|
16038
16038
|
// src/dev/angular/hmrImportGenerator.ts
|
|
16039
|
-
import ts12 from "typescript";
|
|
16039
|
+
import ts12 from "./node_modules/typescript/lib/typescript.js";
|
|
16040
16040
|
var createHmrImportGenerator = (namespaceMap) => ({
|
|
16041
16041
|
addImport(request) {
|
|
16042
16042
|
const ns = namespaceMap.get(request.exportModuleSpecifier);
|
|
@@ -16420,7 +16420,7 @@ var init_translator = __esm(() => {
|
|
|
16420
16420
|
});
|
|
16421
16421
|
|
|
16422
16422
|
// src/dev/angular/vendor/translator/ts_util.ts
|
|
16423
|
-
import ts13 from "typescript";
|
|
16423
|
+
import ts13 from "./node_modules/typescript/lib/typescript.js";
|
|
16424
16424
|
function tsNumericExpression(value) {
|
|
16425
16425
|
if (value < 0) {
|
|
16426
16426
|
const operand = ts13.factory.createNumericLiteral(Math.abs(value));
|
|
@@ -16439,7 +16439,7 @@ var init_ts_util = __esm(() => {
|
|
|
16439
16439
|
});
|
|
16440
16440
|
|
|
16441
16441
|
// src/dev/angular/vendor/translator/typescript_ast_factory.ts
|
|
16442
|
-
import ts14 from "typescript";
|
|
16442
|
+
import ts14 from "./node_modules/typescript/lib/typescript.js";
|
|
16443
16443
|
|
|
16444
16444
|
class TypeScriptAstFactory {
|
|
16445
16445
|
annotateForClosureCompiler;
|
|
@@ -16755,7 +16755,7 @@ __export(exports_fastHmrCompiler, {
|
|
|
16755
16755
|
});
|
|
16756
16756
|
import { existsSync as existsSync24, readFileSync as readFileSync20, statSync as statSync2 } from "fs";
|
|
16757
16757
|
import { dirname as dirname16, extname as extname6, relative as relative13, resolve as resolve22 } from "path";
|
|
16758
|
-
import ts15 from "typescript";
|
|
16758
|
+
import ts15 from "./node_modules/typescript/lib/typescript.js";
|
|
16759
16759
|
var fail = (reason, detail, location) => ({
|
|
16760
16760
|
ok: false,
|
|
16761
16761
|
reason,
|
|
@@ -18418,7 +18418,7 @@ ${block}
|
|
|
18418
18418
|
}
|
|
18419
18419
|
let compiler;
|
|
18420
18420
|
try {
|
|
18421
|
-
compiler = await import("
|
|
18421
|
+
compiler = await import("./node_modules/@angular/compiler/fesm2022/compiler.mjs");
|
|
18422
18422
|
} catch (err) {
|
|
18423
18423
|
return fail("unexpected-error", `import @angular/compiler: ${err}`);
|
|
18424
18424
|
}
|
|
@@ -23060,7 +23060,7 @@ __export(exports_resolveOwningComponents, {
|
|
|
23060
23060
|
});
|
|
23061
23061
|
import { readdirSync as readdirSync7, readFileSync as readFileSync26, statSync as statSync5 } from "fs";
|
|
23062
23062
|
import { dirname as dirname22, extname as extname9, join as join39, resolve as resolve34 } from "path";
|
|
23063
|
-
import ts16 from "typescript";
|
|
23063
|
+
import ts16 from "./node_modules/typescript/lib/typescript.js";
|
|
23064
23064
|
var ENTITY_DECORATORS, isAngularSourceFile = (file4) => file4.endsWith(".ts") || file4.endsWith(".tsx"), walkAngularSourceFiles = (root) => {
|
|
23065
23065
|
const out = [];
|
|
23066
23066
|
const visit = (dir) => {
|
|
@@ -23878,8 +23878,8 @@ ${code}`;
|
|
|
23878
23878
|
return vueCompiler;
|
|
23879
23879
|
}, warmCompilers = async (frameworks2) => {
|
|
23880
23880
|
const [svelteModule, vueModule] = await Promise.all([
|
|
23881
|
-
frameworks2.svelte ? import("svelte/compiler") : undefined,
|
|
23882
|
-
frameworks2.vue ? import("
|
|
23881
|
+
frameworks2.svelte ? import("./node_modules/svelte/compiler/index.js") : undefined,
|
|
23882
|
+
frameworks2.vue ? import("./node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js") : undefined
|
|
23883
23883
|
]);
|
|
23884
23884
|
if (svelteModule) {
|
|
23885
23885
|
svelteCompiler = svelteModule;
|
|
@@ -23938,7 +23938,7 @@ ${code}`;
|
|
|
23938
23938
|
}, transformSvelteFile = async (filePath, projectRoot, rewriter, stylePreprocessors) => {
|
|
23939
23939
|
const raw = readFileSync27(filePath, "utf-8");
|
|
23940
23940
|
if (!svelteCompiler) {
|
|
23941
|
-
svelteCompiler = await import("svelte/compiler");
|
|
23941
|
+
svelteCompiler = await import("./node_modules/svelte/compiler/index.js");
|
|
23942
23942
|
}
|
|
23943
23943
|
const isModule = filePath.endsWith(".svelte.ts") || filePath.endsWith(".svelte.js");
|
|
23944
23944
|
const loweredAwaitSource = isModule ? { code: raw, transformed: false } : lowerSvelteAwaitSlotSyntax(raw);
|
|
@@ -24005,7 +24005,7 @@ ${code}`;
|
|
|
24005
24005
|
const rawSource = readFileSync27(filePath, "utf-8");
|
|
24006
24006
|
const raw = addAutoRouterSetupApp(rawSource);
|
|
24007
24007
|
if (!vueCompiler) {
|
|
24008
|
-
vueCompiler = await import("
|
|
24008
|
+
vueCompiler = await import("./node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js");
|
|
24009
24009
|
}
|
|
24010
24010
|
const fileName = basename13(filePath, ".vue");
|
|
24011
24011
|
const componentId = toKebab(fileName);
|
|
@@ -27889,7 +27889,7 @@ var FRAMEWORK_DIR_KEYS, collectDepVendorSourceDirs = (config) => {
|
|
|
27889
27889
|
loadVendorFiles(state.assetStore, depVendorDir, "vendor")
|
|
27890
27890
|
]);
|
|
27891
27891
|
if (config.reactDirectory && !globalThis.__reactModuleRef) {
|
|
27892
|
-
globalThis.__reactModuleRef = await import("react");
|
|
27892
|
+
globalThis.__reactModuleRef = await import("./node_modules/react/index.js");
|
|
27893
27893
|
}
|
|
27894
27894
|
recordStep("load vendor files", stepStartedAt);
|
|
27895
27895
|
stepStartedAt = performance.now();
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{i as M}from"./chunk-ysr5ycdt.js";var W={};M(W,{render:()=>J,default:()=>H,__ABSOLUTE_PAGE_ISLANDS__:()=>I,__ABSOLUTE_PAGE_HAS_ISLANDS__:()=>L});import{defineComponent as m,ref as C,createElementVNode as f,createVNode as h,createTextVNode as g,createStaticVNode as E,Fragment as R,openBlock as n,createElementBlock as _}from"/vue/vendor/vue.js";import{defineComponent as v,toDisplayString as o,openBlock as z,createElementBlock as Y}from"/vue/vendor/vue.js";import{ref as r}from"/vue/vendor/vue.js";var j=(A)=>{let q=r(A);return{count:q,increment:()=>{q.value++}}};var k=v({__name:"CountButton",props:{initialCount:{type:Number,required:!0}},setup(A,{expose:q}){q();let $=A,{count:K,increment:O}=j($.initialCount),S={props:$,count:K,increment:O};return Object.defineProperty(S,"__isScriptSetup",{enumerable:!1,value:!0}),S}});function i(A,q,$,K,O,S){return z(),Y("button",{onClick:q[0]||(q[0]=(...P)=>K.increment&&K.increment(...P))},"count is "+o(K.count),1)}k.render=i;k.__scopeId="data-v-count-button";k.__hmrId="components/CountButton";if(typeof __VUE_HMR_RUNTIME__<"u"){if(__VUE_HMR_RUNTIME__.createRecord(k.__hmrId,k),typeof window<"u")window.__VUE_HMR_COMPONENTS__=window.__VUE_HMR_COMPONENTS__||{},window.__VUE_HMR_COMPONENTS__[k.__hmrId]=k}var w=k;var T=m({__name:"VueExample",props:{initialCount:{type:Number,required:!0}},setup(A,{expose:q}){q();let $=A,K=C($.initialCount),O=C(!1),S={props:$,count:K,isOpen:O,CountButton:w};return Object.defineProperty(S,"__isScriptSetup",{enumerable:!1,value:!0}),S}}),p=["open"];function J(A,q,$,K,O,S){return n(),_(R,null,[f("header",null,[q[3]||(q[3]=f("a",{href:"/"},"AbsoluteJS",-1)),f("details",{open:K.isOpen,onPointerenter:q[0]||(q[0]=(P)=>K.isOpen=!0),onPointerleave:q[1]||(q[1]=(P)=>K.isOpen=!1)},[...q[2]||(q[2]=[E('<summary>Pages</summary><nav><a href="/html">HTML</a><a href="/react">React</a><a href="/htmx">HTMX</a><a href="/svelte">Svelte</a><a href="/vue">Vue</a><a href="/angular">Angular</a></nav>',2)])],40,p)]),f("main",null,[q[4]||(q[4]=f("nav",null,[f("a",{href:"https://absolutejs.com",target:"_blank"},[f("img",{class:"logo",src:"/assets/png/absolutejs-temp.png",alt:"AbsoluteJS Logo"})]),f("a",{href:"https://vuejs.org",target:"_blank"},[f("img",{class:"logo vue",src:"/assets/svg/vue-logo.svg",alt:"Vue Logo"})])],-1)),q[5]||(q[5]=f("h1",null,"AbsoluteJS + Vue",-1)),h(K.CountButton,{initialCount:K.count},null,8,["initialCount"]),q[6]||(q[6]=f("p",null,[g(" Edit "),f("code",null,"example/vue/pages/VueExample.vue"),g(" and save to test HMR. ")],-1)),q[7]||(q[7]=f("p",{style:{"margin-top":"2rem"}}," Explore the other pages to see how AbsoluteJS seamlessly unifies multiple frameworks on a single server. ",-1)),q[8]||(q[8]=f("p",{style:{color:"#777","font-size":"1rem","margin-top":"2rem"}}," Click on the AbsoluteJS and Vue logos to learn more. ",-1))])],64)}T.render=J;T.__hmrId="pages/VueExample";if(typeof __VUE_HMR_RUNTIME__<"u"){if(__VUE_HMR_RUNTIME__.createRecord(T.__hmrId,T),typeof window<"u")window.__VUE_HMR_COMPONENTS__=window.__VUE_HMR_COMPONENTS__||{},window.__VUE_HMR_COMPONENTS__[T.__hmrId]=T}var H=T,I=[],L=!1;
|
|
2
|
+
export{J as d,I as e,L as f,W as g,H as h};
|