@hot-updater/console 0.30.1 → 0.30.2
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/.output/nitro.json +1 -1
- package/.output/public/assets/dist-BKho179_.js +53 -0
- package/.output/public/assets/main-CoPJhqkz.js +10 -0
- package/.output/public/assets/routes-CVEbccVq.js +10 -0
- package/.output/server/__tanstack-start-server-fn-resolver-_tshRSrU.mjs +61 -0
- package/.output/server/_chunks/ssr-renderer.mjs +2 -2
- package/.output/server/_libs/@radix-ui/react-alert-dialog+[...].mjs +3 -7
- package/.output/server/_libs/@radix-ui/react-select+[...].mjs +1 -1
- package/.output/server/_libs/@tanstack/react-form+[...].mjs +7 -7
- package/.output/server/_libs/@tanstack/react-router+[...].mjs +9 -12
- package/.output/server/_libs/@tanstack/react-table+[...].mjs +11 -1
- package/.output/server/_libs/jszip+[...].mjs +1 -1
- package/.output/server/_libs/lucide-react.mjs +7 -1
- package/.output/server/_libs/radix-ui__react-separator.mjs +1 -2
- package/.output/server/_libs/semver.mjs +1 -0
- package/.output/server/_libs/tar.mjs +2 -0
- package/.output/server/_ssr/{api-rpc-Cr26KHOK.mjs → api-rpc-CO6sLvit.mjs} +14 -15
- package/.output/server/_ssr/{config.server-TLOyHGWx.mjs → config.server-8YQWTTc0.mjs} +1 -1
- package/.output/server/_ssr/createServerFn-CdeRXnVy.mjs +320 -0
- package/.output/server/_ssr/{deleteBundle-DWUxu9-K.mjs → deleteBundle-BiJvjt0k.mjs} +1 -1
- package/.output/server/_ssr/{extract-timestamp-from-uuidv7-B90UBADU.mjs → extract-timestamp-from-uuidv7-DO_lXhMa.mjs} +1 -1
- package/.output/server/_ssr/{promoteBundle-DtMHuubR.mjs → promoteBundle-BBOSMtwu.mjs} +2 -2
- package/.output/server/_ssr/{router-CdSyFCJa.mjs → router-B-zW1hRH.mjs} +4 -4
- package/.output/server/_ssr/{routes-D8wYJKp6.mjs → routes-JrS17vVq.mjs} +7 -6
- package/.output/server/_ssr/{sidebar-DXng0IOP.mjs → sidebar-B6a7DDef.mjs} +1 -1
- package/.output/server/_ssr/ssr.mjs +7 -380
- package/.output/server/_ssr/start-C-dW39LD.mjs +4 -0
- package/.output/server/{_tanstack-start-manifest_v-CKbZoQZl.mjs → _tanstack-start-manifest_v-OXy-e32b.mjs} +4 -4
- package/.output/server/index.mjs +48 -41
- package/package.json +8 -8
- package/.output/public/assets/main-BUiDyfP0.js +0 -61
- package/.output/public/assets/routes-D5XuYXnS.js +0 -10
- package/.output/server/_ssr/start-DQK0r85G.mjs +0 -4
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { n as HTTPError, o as toRequest } from "../_libs/h3+rou3+srvx.mjs";
|
|
2
|
-
//#region ../../node_modules/.pnpm/nitro@3.0.260311-beta_@electric-sql+pglite@0.2.17_@libsql+client@0.15.15_better-
|
|
2
|
+
//#region ../../node_modules/.pnpm/nitro@3.0.260311-beta_@electric-sql+pglite@0.2.17_@libsql+client@0.15.15_better-sqlite3_1b79551a75de5c9d1c572affb95b889b/node_modules/nitro/dist/runtime/vite.mjs
|
|
3
3
|
function fetchViteEnv(viteEnvName, input, init) {
|
|
4
4
|
const viteEnv = (globalThis.__nitro_vite_envs__ || {})[viteEnvName];
|
|
5
5
|
if (!viteEnv) throw HTTPError.status(404);
|
|
6
6
|
return Promise.resolve(viteEnv.fetch(toRequest(input, init)));
|
|
7
7
|
}
|
|
8
8
|
//#endregion
|
|
9
|
-
//#region ../../node_modules/.pnpm/nitro@3.0.260311-beta_@electric-sql+pglite@0.2.17_@libsql+client@0.15.15_better-
|
|
9
|
+
//#region ../../node_modules/.pnpm/nitro@3.0.260311-beta_@electric-sql+pglite@0.2.17_@libsql+client@0.15.15_better-sqlite3_1b79551a75de5c9d1c572affb95b889b/node_modules/nitro/dist/runtime/internal/vite/ssr-renderer.mjs
|
|
10
10
|
/** @param {{ req: Request }} HTTPEvent */
|
|
11
11
|
function ssrRenderer({ req }) {
|
|
12
12
|
return fetchViteEnv("ssr", req);
|
|
@@ -42,6 +42,7 @@ var require_jsx_runtime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
42
42
|
}));
|
|
43
43
|
//#endregion
|
|
44
44
|
//#region ../../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.mjs
|
|
45
|
+
var import_jsx_runtime = require_jsx_runtime();
|
|
45
46
|
var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
|
|
46
47
|
function setRef(ref, value) {
|
|
47
48
|
if (typeof ref === "function") return ref(value);
|
|
@@ -69,7 +70,7 @@ function useComposedRefs(...refs) {
|
|
|
69
70
|
}
|
|
70
71
|
//#endregion
|
|
71
72
|
//#region ../../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.mjs
|
|
72
|
-
var
|
|
73
|
+
var import_react_dom = /* @__PURE__ */ __toESM(require_react_dom(), 1);
|
|
73
74
|
/* @__NO_SIDE_EFFECTS__ */
|
|
74
75
|
function createSlot(ownerName) {
|
|
75
76
|
const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);
|
|
@@ -163,7 +164,6 @@ function getElementRef$1(element) {
|
|
|
163
164
|
}
|
|
164
165
|
//#endregion
|
|
165
166
|
//#region ../../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_1181ea5061ec9212248424669240e4ec/node_modules/@radix-ui/react-primitive/dist/index.mjs
|
|
166
|
-
var import_react_dom = /* @__PURE__ */ __toESM(require_react_dom(), 1);
|
|
167
167
|
var Primitive = [
|
|
168
168
|
"a",
|
|
169
169
|
"button",
|
|
@@ -302,11 +302,7 @@ function useControllableState({ prop, defaultProp, onChange = () => {}, caller }
|
|
|
302
302
|
const isControlledRef = import_react.useRef(prop !== void 0);
|
|
303
303
|
import_react.useEffect(() => {
|
|
304
304
|
const wasControlled = isControlledRef.current;
|
|
305
|
-
if (wasControlled !== isControlled) {
|
|
306
|
-
const from = wasControlled ? "controlled" : "uncontrolled";
|
|
307
|
-
const to = isControlled ? "controlled" : "uncontrolled";
|
|
308
|
-
console.warn(`${caller} is changing from ${from} to ${to}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`);
|
|
309
|
-
}
|
|
305
|
+
if (wasControlled !== isControlled) console.warn(`${caller} is changing from ${wasControlled ? "controlled" : "uncontrolled"} to ${isControlled ? "controlled" : "uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`);
|
|
310
306
|
isControlledRef.current = isControlled;
|
|
311
307
|
}, [isControlled, caller]);
|
|
312
308
|
}
|
|
@@ -7,6 +7,7 @@ import { t as useDirection } from "../radix-ui__react-direction.mjs";
|
|
|
7
7
|
import { a as createPopperScope, i as Root2$1, n as Arrow, r as Content, t as Anchor } from "./react-popper+[...].mjs";
|
|
8
8
|
import { t as clamp } from "../radix-ui__number.mjs";
|
|
9
9
|
//#region ../../node_modules/.pnpm/@radix-ui+react-visually-hidden@1.2.3_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs
|
|
10
|
+
var import_react_dom = /* @__PURE__ */ __toESM(require_react_dom(), 1);
|
|
10
11
|
var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
|
|
11
12
|
var import_jsx_runtime = require_jsx_runtime();
|
|
12
13
|
var VISUALLY_HIDDEN_STYLES = Object.freeze({
|
|
@@ -51,7 +52,6 @@ function usePrevious(value) {
|
|
|
51
52
|
}
|
|
52
53
|
//#endregion
|
|
53
54
|
//#region ../../node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_53894a32562cb9eeb6aef8b357a4f4e3/node_modules/@radix-ui/react-select/dist/index.mjs
|
|
54
|
-
var import_react_dom = /* @__PURE__ */ __toESM(require_react_dom(), 1);
|
|
55
55
|
var OPEN_KEYS = [
|
|
56
56
|
" ",
|
|
57
57
|
"Enter",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as __toESM, t as __commonJSMin } from "../../_runtime.mjs";
|
|
2
2
|
import { P as require_jsx_runtime } from "../@radix-ui/react-alert-dialog+[...].mjs";
|
|
3
|
-
import { a as uuid, i as functionalUpdate, n as FieldApi, r as FormApi, t as mergeAndUpdate } from "./form-core+[...].mjs";
|
|
4
3
|
import { u as require_react } from "../@floating-ui/react-dom+[...].mjs";
|
|
4
|
+
import { a as uuid, i as functionalUpdate, n as FieldApi, r as FormApi, t as mergeAndUpdate } from "./form-core+[...].mjs";
|
|
5
5
|
//#region ../../node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js
|
|
6
6
|
/**
|
|
7
7
|
* @license React
|
|
@@ -150,11 +150,11 @@ function useStore(atom, selector, compare = defaultCompare) {
|
|
|
150
150
|
return (0, import_with_selector.useSyncExternalStoreWithSelector)(subscribe, boundGetSnapshot, boundGetSnapshot, selector, compare);
|
|
151
151
|
}
|
|
152
152
|
//#endregion
|
|
153
|
-
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.
|
|
153
|
+
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.9__r_2c63417f08bda843067d176b0739d9b1/node_modules/@tanstack/react-form/dist/esm/useIsomorphicLayoutEffect.js
|
|
154
|
+
var import_jsx_runtime = require_jsx_runtime();
|
|
154
155
|
var useIsomorphicLayoutEffect = typeof window !== "undefined" ? import_react.useLayoutEffect : import_react.useEffect;
|
|
155
156
|
//#endregion
|
|
156
|
-
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.
|
|
157
|
-
var import_jsx_runtime = require_jsx_runtime();
|
|
157
|
+
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.9__r_2c63417f08bda843067d176b0739d9b1/node_modules/@tanstack/react-form/dist/esm/useField.js
|
|
158
158
|
function useField(opts) {
|
|
159
159
|
const [prevOptions, setPrevOptions] = (0, import_react.useState)(() => ({
|
|
160
160
|
form: opts.form,
|
|
@@ -221,16 +221,16 @@ var Field = (({ children, ...fieldOptions }) => {
|
|
|
221
221
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: (0, import_react.useMemo)(() => functionalUpdate(children, fieldApi), [children, fieldApi]) });
|
|
222
222
|
});
|
|
223
223
|
//#endregion
|
|
224
|
-
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.
|
|
224
|
+
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.9__r_2c63417f08bda843067d176b0739d9b1/node_modules/@tanstack/react-form/dist/esm/useUUID.js
|
|
225
225
|
function useUUID() {
|
|
226
226
|
return (0, import_react.useState)(() => uuid())[0];
|
|
227
227
|
}
|
|
228
228
|
//#endregion
|
|
229
|
-
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.
|
|
229
|
+
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.9__r_2c63417f08bda843067d176b0739d9b1/node_modules/@tanstack/react-form/dist/esm/useFormId.js
|
|
230
230
|
var _React = import_react;
|
|
231
231
|
var useFormId = "19.2.4".split(".")[0] === "17" ? useUUID : _React.useId;
|
|
232
232
|
//#endregion
|
|
233
|
-
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.
|
|
233
|
+
//#region ../../node_modules/.pnpm/@tanstack+react-form@1.28.5_@tanstack+react-start@1.166.11_crossws@0.4.4_srvx@0.11.9__r_2c63417f08bda843067d176b0739d9b1/node_modules/@tanstack/react-form/dist/esm/useForm.js
|
|
234
234
|
function LocalSubscribe({ form, selector = (state) => state, children }) {
|
|
235
235
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: functionalUpdate(children, useStore(form.store, selector)) });
|
|
236
236
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as __require, r as __toESM, t as __commonJSMin } from "../../_runtime.mjs";
|
|
2
2
|
import { P as require_jsx_runtime } from "../@radix-ui/react-alert-dialog+[...].mjs";
|
|
3
|
+
import { l as require_react_dom, u as require_react } from "../@floating-ui/react-dom+[...].mjs";
|
|
3
4
|
import "./form-core+[...].mjs";
|
|
4
5
|
import { n as parseHref } from "../tanstack__history.mjs";
|
|
5
|
-
import { l as require_react_dom, u as require_react } from "../@floating-ui/react-dom+[...].mjs";
|
|
6
6
|
import { n as useStore } from "./react-form+[...].mjs";
|
|
7
7
|
import { PassThrough, Readable } from "node:stream";
|
|
8
8
|
import { ReadableStream as ReadableStream$1 } from "node:stream/web";
|
|
@@ -22,8 +22,6 @@ function functionalUpdate(updater, previous) {
|
|
|
22
22
|
if (isFunction(updater)) return updater(previous);
|
|
23
23
|
return updater;
|
|
24
24
|
}
|
|
25
|
-
Object.prototype.hasOwnProperty;
|
|
26
|
-
Object.prototype.propertyIsEnumerable;
|
|
27
25
|
var createNull = () => /* @__PURE__ */ Object.create(null);
|
|
28
26
|
var nullReplaceEqualDeep = (prev, next) => replaceEqualDeep(prev, next, createNull);
|
|
29
27
|
function replaceEqualDeep(prev, _next, _makeObj = () => ({}), _depth = 0) {
|
|
@@ -3157,8 +3155,12 @@ var BaseRootRoute = class extends BaseRoute {
|
|
|
3157
3155
|
}
|
|
3158
3156
|
};
|
|
3159
3157
|
//#endregion
|
|
3160
|
-
//#region ../../node_modules/.pnpm/@tanstack+
|
|
3158
|
+
//#region ../../node_modules/.pnpm/@tanstack+router-core@1.167.0/node_modules/@tanstack/router-core/dist/esm/ssr/constants.js
|
|
3159
|
+
var import_jsx_runtime = require_jsx_runtime();
|
|
3161
3160
|
var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
|
|
3161
|
+
var import_react_dom = /* @__PURE__ */ __toESM(require_react_dom(), 1);
|
|
3162
|
+
//#endregion
|
|
3163
|
+
//#region ../../node_modules/.pnpm/@tanstack+react-router@1.167.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-router/dist/esm/utils.js
|
|
3162
3164
|
var reactUse = import_react.use;
|
|
3163
3165
|
typeof window !== "undefined" ? import_react.useLayoutEffect : import_react.useEffect;
|
|
3164
3166
|
function useIntersectionObserver(ref, callback, intersectionObserverOptions = {}, options = {}) {
|
|
@@ -3185,7 +3187,6 @@ function useForwardedRef(ref) {
|
|
|
3185
3187
|
}
|
|
3186
3188
|
//#endregion
|
|
3187
3189
|
//#region ../../node_modules/.pnpm/@tanstack+react-router@1.167.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-router/dist/esm/CatchBoundary.js
|
|
3188
|
-
var import_jsx_runtime = require_jsx_runtime();
|
|
3189
3190
|
function CatchBoundary(props) {
|
|
3190
3191
|
const errorComponent = props.errorComponent ?? ErrorComponent;
|
|
3191
3192
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(CatchBoundaryImpl, {
|
|
@@ -3419,7 +3420,6 @@ function useRouteContext(opts) {
|
|
|
3419
3420
|
}
|
|
3420
3421
|
//#endregion
|
|
3421
3422
|
//#region ../../node_modules/.pnpm/@tanstack+react-router@1.167.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-router/dist/esm/link.js
|
|
3422
|
-
var import_react_dom = /* @__PURE__ */ __toESM(require_react_dom(), 1);
|
|
3423
3423
|
function useLinkProps(options, forwardedRef) {
|
|
3424
3424
|
const router = useRouter();
|
|
3425
3425
|
const innerRef = useForwardedRef(forwardedRef);
|
|
@@ -12991,8 +12991,8 @@ var require_react_dom_server_node_production = /* @__PURE__ */ __commonJSMin(((e
|
|
|
12991
12991
|
exports.version = "19.2.4";
|
|
12992
12992
|
}));
|
|
12993
12993
|
//#endregion
|
|
12994
|
-
//#region ../../node_modules/.pnpm/
|
|
12995
|
-
var
|
|
12994
|
+
//#region ../../node_modules/.pnpm/isbot@5.1.36/node_modules/isbot/index.mjs
|
|
12995
|
+
var import_server_node = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((exports) => {
|
|
12996
12996
|
var l = require_react_dom_server_legacy_node_production(), s = require_react_dom_server_node_production();
|
|
12997
12997
|
exports.version = l.version;
|
|
12998
12998
|
exports.renderToString = l.renderToString;
|
|
@@ -13001,9 +13001,7 @@ var require_server_node = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
13001
13001
|
exports.renderToReadableStream = s.renderToReadableStream;
|
|
13002
13002
|
exports.resumeToPipeableStream = s.resumeToPipeableStream;
|
|
13003
13003
|
exports.resume = s.resume;
|
|
13004
|
-
}));
|
|
13005
|
-
//#endregion
|
|
13006
|
-
//#region ../../node_modules/.pnpm/isbot@5.1.36/node_modules/isbot/index.mjs
|
|
13004
|
+
})))(), 1);
|
|
13007
13005
|
var fullPattern = " daum[ /]| deusu/|(?:^|[^g])news(?!sapphire)|(?<! (?:channel/|google/))google(?!(app|/google| pixel))|(?<! cu)bots?(?:\\b|_)|(?<!(?:lib))http|(?<!cam)scan|24x7|@[a-z][\\w-]+\\.|\\(\\)|\\.com\\b|\\b\\w+\\.ai|\\bmanus-user/|\\bort/|\\bperl\\b|\\bsecurityheaders\\b|\\btime/|\\||^[\\w \\.\\-\\(?:\\):%]+(?:/v?\\d+(?:\\.\\d+)?(?:\\.\\d{1,10})*?)?(?:,|$)|^[^ ]{50,}$|^\\d+\\b|^\\W|^\\w*search\\b|^\\w+/[\\w\\(\\)]*$|^\\w+/\\d\\.\\d\\s\\([\\w@]+\\)$|^active|^ad muncher|^amaya|^apache/|^avsdevicesdk/|^azure|^biglotron|^bot|^bw/|^clamav[ /]|^client/|^cobweb/|^custom|^ddg[_-]android|^discourse|^dispatch/\\d|^downcast/|^duckduckgo|^email|^facebook|^getright/|^gozilla/|^hobbit|^hotzonu|^hwcdn/|^igetter/|^jeode/|^jetty/|^jigsaw|^microsoft bits|^movabletype|^mozilla/\\d\\.\\d\\s[\\w\\.-]+$|^mozilla/\\d\\.\\d\\s\\((?:compatible;)?(?:\\s?[\\w\\d-.]+\\/\\d+\\.\\d+)?\\)$|^navermailapp|^netsurf|^offline|^openai/|^owler|^php|^postman|^python|^rank|^read|^reed|^rest|^rss|^snapchat|^space bison|^svn|^swcd |^taringa|^thumbor/|^track|^w3c|^webbandit/|^webcopier|^wget|^whatsapp|^wordpress|^xenu link sleuth|^yahoo|^yandex|^zdm/\\d|^zoom marketplace/|advisor|agent\\b|analyzer|archive|ask jeeves/teoma|audit|bit\\.ly/|bluecoat drtr|browsex|burpcollaborator|capture|catch|check\\b|checker|chrome-lighthouse|chromeframe|classifier|cloudflare|convertify|crawl|cypress/|dareboost|datanyze|dejaclick|detect|dmbrowser|download|exaleadcloudview|feed|fetcher|firephp|functionize|grab|headless|httrack|hubspot marketing grader|ibisbrowser|infrawatch|insight|inspect|iplabel|java(?!;)|library|linkcheck|mail\\.ru/|manager|measure|monitor\\b|neustar wpm|node\\b|nutch|offbyone|onetrust|optimize|pageburst|pagespeed|parser|phantomjs|pingdom|powermarks|preview|proxy|ptst[ /]\\d|retriever|rexx;|rigor|rss\\b|scrape|server|sogou|sparkler/|speedcurve|spider|splash|statuscake|supercleaner|synapse|synthetic|tools|torrent|transcoder|url|validator|virtuoso|wappalyzer|webglance|webkit2png|whatcms/|xtate/";
|
|
13008
13006
|
var naivePattern = /bot|crawl|http|lighthouse|scan|search|spider/i;
|
|
13009
13007
|
var pattern;
|
|
@@ -13021,7 +13019,6 @@ function isbot(userAgent) {
|
|
|
13021
13019
|
}
|
|
13022
13020
|
//#endregion
|
|
13023
13021
|
//#region ../../node_modules/.pnpm/@tanstack+react-router@1.167.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-router/dist/esm/ssr/renderRouterToStream.js
|
|
13024
|
-
var import_server_node = /* @__PURE__ */ __toESM(require_server_node(), 1);
|
|
13025
13022
|
var renderRouterToStream = async ({ request, router, responseHeaders, children }) => {
|
|
13026
13023
|
if (typeof import_server_node.renderToReadableStream === "function") {
|
|
13027
13024
|
const stream = await import_server_node.renderToReadableStream(children, {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { r as __toESM } from "../../_runtime.mjs";
|
|
2
2
|
import { u as require_react } from "../@floating-ui/react-dom+[...].mjs";
|
|
3
3
|
//#region ../../node_modules/.pnpm/@tanstack+table-core@8.21.3/node_modules/@tanstack/table-core/build/lib/index.mjs
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
|
|
4
5
|
/**
|
|
5
6
|
* table-core
|
|
6
7
|
*
|
|
@@ -2326,7 +2327,16 @@ function getCoreRowModel() {
|
|
|
2326
2327
|
}
|
|
2327
2328
|
//#endregion
|
|
2328
2329
|
//#region ../../node_modules/.pnpm/@tanstack+react-table@8.21.3_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-table/build/lib/index.mjs
|
|
2329
|
-
|
|
2330
|
+
/**
|
|
2331
|
+
* react-table
|
|
2332
|
+
*
|
|
2333
|
+
* Copyright (c) TanStack
|
|
2334
|
+
*
|
|
2335
|
+
* This source code is licensed under the MIT license found in the
|
|
2336
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
2337
|
+
*
|
|
2338
|
+
* @license MIT
|
|
2339
|
+
*/
|
|
2330
2340
|
/**
|
|
2331
2341
|
* If rendering headers, cells, or footers with custom markup, use flexRender instead of `cell.getValue()` or `cell.renderValue()`.
|
|
2332
2342
|
*/
|
|
@@ -1909,7 +1909,7 @@ var require_setImmediate = /* @__PURE__ */ __commonJSMin((() => {
|
|
|
1909
1909
|
else installSetTimeoutImplementation();
|
|
1910
1910
|
attachTo.setImmediate = setImmediate;
|
|
1911
1911
|
attachTo.clearImmediate = clearImmediate;
|
|
1912
|
-
})(typeof self === "undefined" ? typeof global === "undefined" ?
|
|
1912
|
+
})(typeof self === "undefined" ? typeof global === "undefined" ? void 0 : global : self);
|
|
1913
1913
|
}));
|
|
1914
1914
|
//#endregion
|
|
1915
1915
|
//#region ../../node_modules/.pnpm/jszip@3.10.1/node_modules/jszip/lib/utils.js
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { r as __toESM } from "../_runtime.mjs";
|
|
2
2
|
import { u as require_react } from "./@floating-ui/react-dom+[...].mjs";
|
|
3
3
|
//#region ../../node_modules/.pnpm/lucide-react@0.577.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.js
|
|
4
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
4
5
|
/**
|
|
5
6
|
* @license lucide-react v0.577.0 - ISC
|
|
6
7
|
*
|
|
@@ -73,7 +74,12 @@ var hasA11yProp = (props) => {
|
|
|
73
74
|
};
|
|
74
75
|
//#endregion
|
|
75
76
|
//#region ../../node_modules/.pnpm/lucide-react@0.577.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js
|
|
76
|
-
|
|
77
|
+
/**
|
|
78
|
+
* @license lucide-react v0.577.0 - ISC
|
|
79
|
+
*
|
|
80
|
+
* This source code is licensed under the ISC license.
|
|
81
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
82
|
+
*/
|
|
77
83
|
var Icon = (0, import_react.forwardRef)(({ color = "currentColor", size = 24, strokeWidth = 2, absoluteStrokeWidth, className = "", children, iconNode, ...rest }, ref) => (0, import_react.createElement)("svg", {
|
|
78
84
|
ref,
|
|
79
85
|
...defaultAttributes,
|
|
@@ -10,9 +10,8 @@ var ORIENTATIONS = ["horizontal", "vertical"];
|
|
|
10
10
|
var Separator = import_react.forwardRef((props, forwardedRef) => {
|
|
11
11
|
const { decorative, orientation: orientationProp = DEFAULT_ORIENTATION, ...domProps } = props;
|
|
12
12
|
const orientation = isValidOrientation(orientationProp) ? orientationProp : DEFAULT_ORIENTATION;
|
|
13
|
-
const ariaOrientation = orientation === "vertical" ? orientation : void 0;
|
|
14
13
|
const semanticProps = decorative ? { role: "none" } : {
|
|
15
|
-
"aria-orientation":
|
|
14
|
+
"aria-orientation": orientation === "vertical" ? orientation : void 0,
|
|
16
15
|
role: "separator"
|
|
17
16
|
};
|
|
18
17
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Primitive.div, {
|
|
@@ -1054,6 +1054,7 @@ var require_min_version = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1054
1054
|
break;
|
|
1055
1055
|
case "<":
|
|
1056
1056
|
case "<=": break;
|
|
1057
|
+
/* istanbul ignore next */
|
|
1057
1058
|
default: throw new Error(`Unexpected operation: ${comparator.operator}`);
|
|
1058
1059
|
}
|
|
1059
1060
|
});
|
|
@@ -818,6 +818,7 @@ while (this[PROCESSENTRY](this[QUEUE].shift()));
|
|
|
818
818
|
ex.linkpath = this[META].replace(/\0.*/, "");
|
|
819
819
|
break;
|
|
820
820
|
}
|
|
821
|
+
/* c8 ignore start */
|
|
821
822
|
default: throw new Error("unknown meta: " + entry.type);
|
|
822
823
|
}
|
|
823
824
|
}
|
|
@@ -954,6 +955,7 @@ while (this[PROCESSENTRY](this[QUEUE].shift()));
|
|
|
954
955
|
case "meta":
|
|
955
956
|
position += this[CONSUMEMETA](chunk, position);
|
|
956
957
|
break;
|
|
958
|
+
/* c8 ignore start */
|
|
957
959
|
default: throw new Error("invalid state: " + this[STATE]);
|
|
958
960
|
}
|
|
959
961
|
if (position < length) if (this[BUFFER]) this[BUFFER] = Buffer.concat([chunk.subarray(position), this[BUFFER]]);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import "
|
|
2
|
-
|
|
3
|
-
//#region node_modules/.nitro/vite/services/ssr/assets/api-rpc-Cr26KHOK.js
|
|
1
|
+
import { c as createServerFn, i as TSS_SERVER_FUNCTION } from "./createServerFn-CdeRXnVy.mjs";
|
|
2
|
+
//#region node_modules/.nitro/vite/services/ssr/assets/api-rpc-CO6sLvit.js
|
|
4
3
|
var createServerRpc = (serverFnMeta, splitImportFn) => {
|
|
5
4
|
const url = "/_serverFn/" + serverFnMeta.id;
|
|
6
5
|
return Object.assign(splitImportFn, {
|
|
@@ -16,7 +15,7 @@ var getConfig_createServerFn_handler = createServerRpc({
|
|
|
16
15
|
}, (opts) => getConfig.__executeServer(opts));
|
|
17
16
|
var getConfig = createServerFn().handler(getConfig_createServerFn_handler, async () => {
|
|
18
17
|
try {
|
|
19
|
-
const { prepareConfig } = await import("./config.server-
|
|
18
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
20
19
|
const { config } = await prepareConfig();
|
|
21
20
|
return { console: config.console };
|
|
22
21
|
} catch (error) {
|
|
@@ -31,7 +30,7 @@ var getChannels_createServerFn_handler = createServerRpc({
|
|
|
31
30
|
}, (opts) => getChannels.__executeServer(opts));
|
|
32
31
|
var getChannels = createServerFn().handler(getChannels_createServerFn_handler, async () => {
|
|
33
32
|
try {
|
|
34
|
-
const { prepareConfig } = await import("./config.server-
|
|
33
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
35
34
|
const { databasePlugin } = await prepareConfig();
|
|
36
35
|
return await databasePlugin.getChannels() ?? [];
|
|
37
36
|
} catch (error) {
|
|
@@ -46,7 +45,7 @@ var getConfigLoaded_createServerFn_handler = createServerRpc({
|
|
|
46
45
|
}, (opts) => getConfigLoaded.__executeServer(opts));
|
|
47
46
|
var getConfigLoaded = createServerFn().handler(getConfigLoaded_createServerFn_handler, async () => {
|
|
48
47
|
try {
|
|
49
|
-
const { isConfigLoaded } = await import("./config.server-
|
|
48
|
+
const { isConfigLoaded } = await import("./config.server-8YQWTTc0.mjs");
|
|
50
49
|
return { configLoaded: isConfigLoaded() };
|
|
51
50
|
} catch (error) {
|
|
52
51
|
console.error("Error during config loaded retrieval:", error);
|
|
@@ -60,7 +59,7 @@ var getBundles_createServerFn_handler = createServerRpc({
|
|
|
60
59
|
}, (opts) => getBundles.__executeServer(opts));
|
|
61
60
|
var getBundles = createServerFn({ method: "GET" }).inputValidator((input) => input).handler(getBundles_createServerFn_handler, async ({ data }) => {
|
|
62
61
|
try {
|
|
63
|
-
const { prepareConfig } = await import("./config.server-
|
|
62
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
64
63
|
const query = {
|
|
65
64
|
channel: data?.channel ?? void 0,
|
|
66
65
|
platform: data?.platform ?? void 0,
|
|
@@ -103,7 +102,7 @@ var getBundle_createServerFn_handler = createServerRpc({
|
|
|
103
102
|
}, (opts) => getBundle.__executeServer(opts));
|
|
104
103
|
var getBundle = createServerFn({ method: "GET" }).inputValidator((input) => input).handler(getBundle_createServerFn_handler, async ({ data }) => {
|
|
105
104
|
try {
|
|
106
|
-
const { prepareConfig } = await import("./config.server-
|
|
105
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
107
106
|
const { databasePlugin } = await prepareConfig();
|
|
108
107
|
return await databasePlugin.getBundleById(data.bundleId) ?? null;
|
|
109
108
|
} catch (error) {
|
|
@@ -118,7 +117,7 @@ var getBundleDownloadUrl_createServerFn_handler = createServerRpc({
|
|
|
118
117
|
}, (opts) => getBundleDownloadUrl.__executeServer(opts));
|
|
119
118
|
var getBundleDownloadUrl = createServerFn({ method: "GET" }).inputValidator((input) => input).handler(getBundleDownloadUrl_createServerFn_handler, async ({ data }) => {
|
|
120
119
|
try {
|
|
121
|
-
const { prepareConfig } = await import("./config.server-
|
|
120
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
122
121
|
const { databasePlugin, storagePlugin } = await prepareConfig();
|
|
123
122
|
const bundle = await databasePlugin.getBundleById(data.bundleId);
|
|
124
123
|
if (!bundle) throw new Error("Bundle not found");
|
|
@@ -143,7 +142,7 @@ var updateBundle_createServerFn_handler = createServerRpc({
|
|
|
143
142
|
}, (opts) => updateBundle.__executeServer(opts));
|
|
144
143
|
var updateBundle = createServerFn({ method: "POST" }).inputValidator((input) => input).handler(updateBundle_createServerFn_handler, async ({ data }) => {
|
|
145
144
|
try {
|
|
146
|
-
const { prepareConfig } = await import("./config.server-
|
|
145
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
147
146
|
const { databasePlugin } = await prepareConfig();
|
|
148
147
|
await databasePlugin.updateBundle(data.bundleId, data.bundle);
|
|
149
148
|
await databasePlugin.commitBundle();
|
|
@@ -165,8 +164,8 @@ var promoteBundle_createServerFn_handler = createServerRpc({
|
|
|
165
164
|
}, (opts) => promoteBundle.__executeServer(opts));
|
|
166
165
|
var promoteBundle = createServerFn({ method: "POST" }).inputValidator((input) => input).handler(promoteBundle_createServerFn_handler, async ({ data }) => {
|
|
167
166
|
try {
|
|
168
|
-
const { prepareConfig } = await import("./config.server-
|
|
169
|
-
const { promoteBundle: promoteBundleWithConfig } = await import("./promoteBundle-
|
|
167
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
168
|
+
const { promoteBundle: promoteBundleWithConfig } = await import("./promoteBundle-BBOSMtwu.mjs");
|
|
170
169
|
const { config, databasePlugin, storagePlugin } = await prepareConfig();
|
|
171
170
|
return {
|
|
172
171
|
success: true,
|
|
@@ -188,7 +187,7 @@ var createBundle_createServerFn_handler = createServerRpc({
|
|
|
188
187
|
}, (opts) => createBundle.__executeServer(opts));
|
|
189
188
|
var createBundle = createServerFn({ method: "POST" }).inputValidator((input) => input).handler(createBundle_createServerFn_handler, async ({ data }) => {
|
|
190
189
|
try {
|
|
191
|
-
const { prepareConfig } = await import("./config.server-
|
|
190
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
192
191
|
const { databasePlugin } = await prepareConfig();
|
|
193
192
|
await databasePlugin.appendBundle(data);
|
|
194
193
|
await databasePlugin.commitBundle();
|
|
@@ -208,8 +207,8 @@ var deleteBundle_createServerFn_handler = createServerRpc({
|
|
|
208
207
|
}, (opts) => deleteBundle.__executeServer(opts));
|
|
209
208
|
var deleteBundle = createServerFn({ method: "POST" }).inputValidator((input) => input).handler(deleteBundle_createServerFn_handler, async ({ data }) => {
|
|
210
209
|
try {
|
|
211
|
-
const { prepareConfig } = await import("./config.server-
|
|
212
|
-
const { deleteBundle: deleteBundleWithStorage } = await import("./deleteBundle-
|
|
210
|
+
const { prepareConfig } = await import("./config.server-8YQWTTc0.mjs");
|
|
211
|
+
const { deleteBundle: deleteBundleWithStorage } = await import("./deleteBundle-BiJvjt0k.mjs");
|
|
213
212
|
const { databasePlugin, storagePlugin } = await prepareConfig();
|
|
214
213
|
await deleteBundleWithStorage(data, {
|
|
215
214
|
databasePlugin,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { loadConfig } from "@hot-updater/cli-tools";
|
|
2
|
-
//#region node_modules/.nitro/vite/services/ssr/assets/config.server-
|
|
2
|
+
//#region node_modules/.nitro/vite/services/ssr/assets/config.server-8YQWTTc0.js
|
|
3
3
|
var configPromise = null;
|
|
4
4
|
var storagePluginPromise = null;
|
|
5
5
|
var loadCachedConfig = async () => {
|