@una-ui/nuxt 0.4.0-beta.0 → 0.4.0-beta.5
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/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/elements/Alert.vue +3 -2
- package/package.json +3 -3
- package/playground/.nuxt/components.d.ts +84 -96
- package/playground/.nuxt/imports.d.ts +1 -2
- package/playground/.nuxt/types/app.config.d.ts +1 -1
- package/playground/.nuxt/types/imports.d.ts +840 -843
- package/playground/.nuxt/types/nitro-config.d.ts +1 -1
- package/playground/.nuxt/types/nitro-imports.d.ts +5 -5
- package/playground/.nuxt/types/nitro-routes.d.ts +1 -1
- package/playground/.nuxt/types/plugins.d.ts +8 -8
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// App Config
|
|
4
4
|
import type { Defu } from 'defu'
|
|
5
5
|
|
|
6
|
-
import type { default as appConfig0 } from "/
|
|
6
|
+
import type { default as appConfig0 } from "/Users/phojie/Projects/una-ui/una-ui/packages/nuxt/playground/app.config";
|
|
7
7
|
|
|
8
8
|
type UserAppConfig = Defu<{}, [typeof appConfig0]>
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare global {
|
|
2
|
-
const __buildAssetsURL: typeof import('../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
3
|
-
const __publicAssetsURL: typeof import('../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
2
|
+
const __buildAssetsURL: typeof import('../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/core/runtime/nitro/paths')['buildAssetsURL']
|
|
3
|
+
const __publicAssetsURL: typeof import('../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/core/runtime/nitro/paths')['publicAssetsURL']
|
|
4
4
|
const appendCorsHeaders: typeof import('../../../../../node_modules/.pnpm/h3@1.8.2/node_modules/h3')['appendCorsHeaders']
|
|
5
5
|
const appendCorsPreflightHeaders: typeof import('../../../../../node_modules/.pnpm/h3@1.8.2/node_modules/h3')['appendCorsPreflightHeaders']
|
|
6
6
|
const appendHeader: typeof import('../../../../../node_modules/.pnpm/h3@1.8.2/node_modules/h3')['appendHeader']
|
|
@@ -19,7 +19,7 @@ declare global {
|
|
|
19
19
|
const createEvent: typeof import('../../../../../node_modules/.pnpm/h3@1.8.2/node_modules/h3')['createEvent']
|
|
20
20
|
const createRouter: typeof import('../../../../../node_modules/.pnpm/h3@1.8.2/node_modules/h3')['createRouter']
|
|
21
21
|
const defaultContentType: typeof import('../../../../../node_modules/.pnpm/h3@1.8.2/node_modules/h3')['defaultContentType']
|
|
22
|
-
const defineAppConfig: typeof import('../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
22
|
+
const defineAppConfig: typeof import('../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/core/runtime/nitro/config')['defineAppConfig']
|
|
23
23
|
const defineCachedEventHandler: typeof import('../../../../../node_modules/.pnpm/nitropack@2.7.2/node_modules/nitropack/dist/runtime')['defineCachedEventHandler']
|
|
24
24
|
const defineCachedFunction: typeof import('../../../../../node_modules/.pnpm/nitropack@2.7.2/node_modules/nitropack/dist/runtime')['defineCachedFunction']
|
|
25
25
|
const defineEventHandler: typeof import('../../../../../node_modules/.pnpm/h3@1.8.2/node_modules/h3')['defineEventHandler']
|
|
@@ -117,5 +117,5 @@ declare global {
|
|
|
117
117
|
}
|
|
118
118
|
export { defineCachedFunction, defineCachedEventHandler, cachedFunction, cachedEventHandler, useRuntimeConfig, useStorage, useNitroApp, defineNitroPlugin, nitroPlugin, defineRenderHandler, getRouteRules, useAppConfig, useEvent } from '../../../../../node_modules/.pnpm/nitropack@2.7.2/node_modules/nitropack/dist/runtime';
|
|
119
119
|
export { appendCorsHeaders, appendCorsPreflightHeaders, appendHeader, appendHeaders, appendResponseHeader, appendResponseHeaders, assertMethod, callNodeListener, clearResponseHeaders, clearSession, createApp, createAppEventHandler, createError, createEvent, createRouter, defaultContentType, defineEventHandler, defineLazyEventHandler, defineNodeListener, defineNodeMiddleware, defineRequestMiddleware, defineResponseMiddleware, deleteCookie, dynamicEventHandler, eventHandler, fetchWithEvent, fromNodeMiddleware, fromPlainHandler, fromWebHandler, getCookie, getHeader, getHeaders, getMethod, getProxyRequestHeaders, getQuery, getRequestHeader, getRequestHeaders, getRequestHost, getRequestIP, getRequestPath, getRequestProtocol, getRequestURL, getRequestWebStream, getResponseHeader, getResponseHeaders, getResponseStatus, getResponseStatusText, getRouterParam, getRouterParams, getSession, getValidatedQuery, handleCacheHeaders, handleCors, isCorsOriginAllowed, isError, isEvent, isEventHandler, isMethod, isPreflightRequest, isStream, isWebResponse, lazyEventHandler, parseCookies, promisifyNodeListener, proxyRequest, readBody, readFormData, readMultipartFormData, readRawBody, readValidatedBody, removeResponseHeader, sanitizeStatusCode, sanitizeStatusMessage, sealSession, send, sendError, sendNoContent, sendProxy, sendRedirect, sendStream, sendWebResponse, serveStatic, setCookie, setHeader, setHeaders, setResponseHeader, setResponseHeaders, setResponseStatus, splitCookiesString, toEventHandler, toNodeListener, toPlainHandler, toWebHandler, toWebRequest, unsealSession, updateSession, useBase, useSession, writeEarlyHints } from 'h3';
|
|
120
|
-
export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
121
|
-
export { defineAppConfig } from '../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
120
|
+
export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/core/runtime/nitro/paths';
|
|
121
|
+
export { defineAppConfig } from '../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/core/runtime/nitro/config';
|
|
@@ -4,7 +4,7 @@ declare module 'nitropack' {
|
|
|
4
4
|
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
|
|
5
5
|
interface InternalApi {
|
|
6
6
|
'/__nuxt_error': {
|
|
7
|
-
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
7
|
+
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/core/runtime/nitro/renderer').default>>>>
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -6,18 +6,18 @@ type Decorate<T extends Record<string, any>> = { [K in keyof T as K extends stri
|
|
|
6
6
|
type InjectionType<A extends Plugin> = A extends Plugin<infer T> ? Decorate<T> : unknown
|
|
7
7
|
|
|
8
8
|
type NuxtAppInjections =
|
|
9
|
-
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
10
|
-
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
11
|
-
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
12
|
-
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
9
|
+
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/app/plugins/revive-payload.server").default> &
|
|
10
|
+
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/app/plugins/revive-payload.client").default> &
|
|
11
|
+
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/head/runtime/plugins/unhead").default> &
|
|
12
|
+
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/app/plugins/router").default> &
|
|
13
13
|
InjectionType<typeof import("../../../../../node_modules/.pnpm/@nuxt+devtools@1.0.2_nuxt@3.8.1_rollup@3.29.4_vite@4.5.0/node_modules/@nuxt/devtools/dist/runtime/plugins/devtools.server").default> &
|
|
14
14
|
InjectionType<typeof import("../../../../../node_modules/.pnpm/@nuxt+devtools@1.0.2_nuxt@3.8.1_rollup@3.29.4_vite@4.5.0/node_modules/@nuxt/devtools/dist/runtime/plugins/devtools.client").default> &
|
|
15
|
-
InjectionType<typeof import("../../../../../node_modules/.pnpm/@nuxtjs+color-mode@3.3.
|
|
16
|
-
InjectionType<typeof import("../../../../../node_modules/.pnpm/@nuxtjs+color-mode@3.3.
|
|
15
|
+
InjectionType<typeof import("../../../../../node_modules/.pnpm/@nuxtjs+color-mode@3.3.0_rollup@3.29.4/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.server").default> &
|
|
16
|
+
InjectionType<typeof import("../../../../../node_modules/.pnpm/@nuxtjs+color-mode@3.3.0_rollup@3.29.4/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.client").default> &
|
|
17
17
|
InjectionType<typeof import("../../../src/runtime/plugins/theme.server").default> &
|
|
18
18
|
InjectionType<typeof import("../../../src/runtime/plugins/theme.client").default> &
|
|
19
|
-
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
20
|
-
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.
|
|
19
|
+
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/app/plugins/chunk-reload.client").default> &
|
|
20
|
+
InjectionType<typeof import("../../../../../node_modules/.pnpm/nuxt@3.8.1_@types+node@20.9.0_eslint@8.53.0_rollup@3.29.4_sass@1.69.5_typescript@5.2.2_vite@4.5.0_vue-tsc@1.8.22/node_modules/nuxt/dist/app/plugins/check-outdated-build.client").default>
|
|
21
21
|
|
|
22
22
|
declare module '#app' {
|
|
23
23
|
interface NuxtApp extends NuxtAppInjections { }
|