nuxt-ignis 0.4.0-rc.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.data/content/contents.sqlite +0 -0
- package/.nuxt/components.d.ts +524 -524
- package/.nuxt/content/components.ts +62 -62
- package/.nuxt/dev/index.mjs +1 -1
- package/.nuxt/imports.d.ts +14 -14
- package/.nuxt/manifest/latest.json +1 -1
- package/.nuxt/manifest/meta/dev.json +1 -1
- package/.nuxt/mdc-imports.mjs +1 -1
- package/.nuxt/nitro.json +3 -3
- package/.nuxt/nuxt.d.ts +7 -7
- package/.nuxt/tsconfig.json +75 -75
- package/.nuxt/tsconfig.server.json +27 -27
- package/.nuxt/types/imports.d.ts +84 -84
- package/.nuxt/types/nitro-imports.d.ts +4 -4
- package/.nuxt/types/plugins.d.ts +1 -1
- package/.nuxt/types/schema.d.ts +142 -142
- package/components/ignis/IgnisHeader.vue +2 -1
- package/package.json +1 -1
- package/public/favicon.ico +0 -0
- package/public/nuxt-ignis.png +0 -0
- package/utils/pslo-utils.ts +2 -1
|
@@ -144,7 +144,7 @@ declare global {
|
|
|
144
144
|
const lazyEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['lazyEventHandler']
|
|
145
145
|
const nitroPlugin: typeof import('../../node_modules/.pnpm/nitropack@2.12.3_@netlify+blobs@9.1.2_better-sqlite3@12.2.0/node_modules/nitropack/dist/runtime/internal/plugin')['nitroPlugin']
|
|
146
146
|
const parseCookies: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['parseCookies']
|
|
147
|
-
const parseMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.
|
|
147
|
+
const parseMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.2_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/parser')['parseMarkdown']
|
|
148
148
|
const promisifyNodeListener: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['promisifyNodeListener']
|
|
149
149
|
const proxyRequest: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['proxyRequest']
|
|
150
150
|
const queryCollection: typeof import('../../node_modules/.pnpm/@nuxt+content@3.6.3_better-_66207faae0d6d35cb6d4aa1fb7f4e239/node_modules/@nuxt/content/dist/runtime/nitro')['queryCollection']
|
|
@@ -182,7 +182,7 @@ declare global {
|
|
|
182
182
|
const setResponseStatus: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['setResponseStatus']
|
|
183
183
|
const setUserSession: typeof import('../../node_modules/.pnpm/nuxt-auth-utils@0.5.20_magicast@0.3.5/node_modules/nuxt-auth-utils/dist/runtime/server/utils/session')['setUserSession']
|
|
184
184
|
const splitCookiesString: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['splitCookiesString']
|
|
185
|
-
const stringifyMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.
|
|
185
|
+
const stringifyMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.2_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/stringify')['stringifyMarkdown']
|
|
186
186
|
const toEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['toEventHandler']
|
|
187
187
|
const toNodeListener: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['toNodeListener']
|
|
188
188
|
const toPlainHandler: typeof import('../../node_modules/.pnpm/h3@1.15.3/node_modules/h3')['toPlainHandler']
|
|
@@ -357,8 +357,8 @@ export { isNeonSuccess, isNeonError, formatNeonError } from 'C:/Git/nuxt-ignis/c
|
|
|
357
357
|
export { defineSitemapEventHandler } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/@nuxtjs+sitemap@7.4.3_h3@1._1c8f23ecefdba6c15e94d43a751953f7/node_modules/@nuxtjs/sitemap/dist/runtime/server/composables/defineSitemapEventHandler';
|
|
358
358
|
export { asSitemapUrl } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/@nuxtjs+sitemap@7.4.3_h3@1._1c8f23ecefdba6c15e94d43a751953f7/node_modules/@nuxtjs/sitemap/dist/runtime/server/composables/asSitemapUrl';
|
|
359
359
|
export { queryCollection, queryCollectionSearchSections, queryCollectionNavigation, queryCollectionItemSurroundings } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/@nuxt+content@3.6.3_better-_66207faae0d6d35cb6d4aa1fb7f4e239/node_modules/@nuxt/content/dist/runtime/nitro';
|
|
360
|
-
export { parseMarkdown } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/@nuxtjs+mdc@0.17.
|
|
361
|
-
export { stringifyMarkdown } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/@nuxtjs+mdc@0.17.
|
|
360
|
+
export { parseMarkdown } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/@nuxtjs+mdc@0.17.2_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/parser';
|
|
361
|
+
export { stringifyMarkdown } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/@nuxtjs+mdc@0.17.2_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/stringify';
|
|
362
362
|
export { defineI18nLocale, defineI18nConfig } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/@nuxtjs+i18n@9.5.6_@vue+com_39cf3fe219d1a798c6bd28b9d91f9267/node_modules/@nuxtjs/i18n/dist/runtime/composables/shared';
|
|
363
363
|
export { getSiteIndexable } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/nuxt-site-config@3.2.2_magi_ccbb3c107a56d5c102e6d8c3d6c0e996/node_modules/nuxt-site-config/dist/runtime/server/composables/getSiteIndexable';
|
|
364
364
|
export { updateSiteConfig } from 'C:/Git/nuxt-ignis/core/node_modules/.pnpm/nuxt-site-config@3.2.2_magi_ccbb3c107a56d5c102e6d8c3d6c0e996/node_modules/nuxt-site-config/dist/runtime/server/composables/updateSiteConfig';
|
package/.nuxt/types/plugins.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ type NuxtAppInjections =
|
|
|
35
35
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxtjs+robots@5.4.0_magica_3de84b4d65efe3da9ef650e630493095/node_modules/@nuxtjs/robots/dist/runtime/app/plugins/robot-meta.server.js")> &
|
|
36
36
|
InjectionType<typeof import("../../node_modules/.pnpm/nuxt-site-config@3.2.2_magi_ccbb3c107a56d5c102e6d8c3d6c0e996/node_modules/nuxt-site-config/dist/runtime/app/plugins/i18n.js")> &
|
|
37
37
|
InjectionType<typeof import("../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/plugin.js")> &
|
|
38
|
-
InjectionType<typeof import("../../node_modules/.pnpm/@nuxt+ui@3.2.0_@babel+
|
|
38
|
+
InjectionType<typeof import("../../node_modules/.pnpm/@nuxt+ui@3.2.0_@babel+parse_7c3ccc618b5722f90f2b12e4e0b0a5c5/node_modules/@nuxt/ui/dist/runtime/plugins/colors.js")> &
|
|
39
39
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxtjs+color-mode@3.5.2_magicast@0.3.5/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.server.js")> &
|
|
40
40
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxtjs+color-mode@3.5.2_magicast@0.3.5/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.client.js")> &
|
|
41
41
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxt+icon@1.15.0_magicast@_58736bc0f14f59715b5f0e949dbf5c44/node_modules/@nuxt/icon/dist/runtime/plugin.js")> &
|