@falcondev-oss/nuxt-layers-base 0.1.0 → 0.2.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.
Files changed (165) hide show
  1. package/LICENSE +21 -0
  2. package/app/assets/css/utilities.css +3 -0
  3. package/app/components/Define.vue +13 -0
  4. package/app/components/layout/LayoutDashboard.vue +1 -1
  5. package/app/components/u/UField.vue +17 -6
  6. package/app/components/u/UForm.vue +90 -0
  7. package/app/components/u/UInputDurationMinutes.vue +1 -1
  8. package/app/composables/useTableColumns.tsx +1 -1
  9. package/app/composables/useToast.ts +3 -3
  10. package/app/utils/debug.ts +48 -0
  11. package/app/utils/files.ts +22 -0
  12. package/app/utils/plugins.ts +45 -6
  13. package/package.json +19 -3
  14. package/server/plugins/error.ts +20 -0
  15. package/server/utils/error.ts +24 -0
  16. package/shared/types/helpers.ts +27 -0
  17. package/shared/utils/helpers.ts +3 -0
  18. package/.nuxt/app.config.mjs +0 -317
  19. package/.nuxt/components.d.ts +0 -332
  20. package/.nuxt/imports.d.ts +0 -61
  21. package/.nuxt/manifest/meta/24fb5e89-93fb-44cb-bbff-2a13f165c1e8.json +0 -1
  22. package/.nuxt/nuxt-icon-client-bundle.mjs +0 -1
  23. package/.nuxt/nuxt-icon-server-bundle.mjs +0 -14
  24. package/.nuxt/nuxt.d.ts +0 -24
  25. package/.nuxt/nuxt.node.d.ts +0 -14
  26. package/.nuxt/nuxt.shared.d.ts +0 -5
  27. package/.nuxt/schema/nuxt.schema.d.ts +0 -210
  28. package/.nuxt/schema/nuxt.schema.json +0 -263
  29. package/.nuxt/tsconfig.app.json +0 -217
  30. package/.nuxt/tsconfig.json +0 -219
  31. package/.nuxt/tsconfig.node.json +0 -114
  32. package/.nuxt/tsconfig.server.json +0 -140
  33. package/.nuxt/tsconfig.shared.json +0 -139
  34. package/.nuxt/types/app.config.d.ts +0 -331
  35. package/.nuxt/types/build.d.ts +0 -24
  36. package/.nuxt/types/builder-env.d.ts +0 -1
  37. package/.nuxt/types/components.d.ts +0 -337
  38. package/.nuxt/types/imports.d.ts +0 -906
  39. package/.nuxt/types/layouts.d.ts +0 -7
  40. package/.nuxt/types/middleware.d.ts +0 -7
  41. package/.nuxt/types/modules.d.ts +0 -159
  42. package/.nuxt/types/nitro-config.d.ts +0 -14
  43. package/.nuxt/types/nitro-imports.d.ts +0 -141
  44. package/.nuxt/types/nitro-middleware.d.ts +0 -11
  45. package/.nuxt/types/nitro-nuxt.d.ts +0 -61
  46. package/.nuxt/types/nitro-routes.d.ts +0 -17
  47. package/.nuxt/types/nitro.d.ts +0 -3
  48. package/.nuxt/types/plugins.d.ts +0 -35
  49. package/.nuxt/types/runtime-config.d.ts +0 -36
  50. package/.nuxt/types/ui.d.ts +0 -36
  51. package/.nuxt/types/vue-shim.d.ts +0 -0
  52. package/.nuxt/ui/accordion.ts +0 -20
  53. package/.nuxt/ui/alert.ts +0 -264
  54. package/.nuxt/ui/auth-form.ts +0 -20
  55. package/.nuxt/ui/avatar-group.ts +0 -52
  56. package/.nuxt/ui/avatar.ts +0 -54
  57. package/.nuxt/ui/badge.ts +0 -263
  58. package/.nuxt/ui/banner.ts +0 -108
  59. package/.nuxt/ui/blog-post.ts +0 -143
  60. package/.nuxt/ui/blog-posts.ts +0 -9
  61. package/.nuxt/ui/breadcrumb.ts +0 -45
  62. package/.nuxt/ui/button.ts +0 -378
  63. package/.nuxt/ui/calendar.ts +0 -315
  64. package/.nuxt/ui/card.ts +0 -34
  65. package/.nuxt/ui/carousel.ts +0 -38
  66. package/.nuxt/ui/changelog-version.ts +0 -45
  67. package/.nuxt/ui/changelog-versions.ts +0 -8
  68. package/.nuxt/ui/chat-message.ts +0 -136
  69. package/.nuxt/ui/chat-messages.ts +0 -14
  70. package/.nuxt/ui/chat-palette.ts +0 -8
  71. package/.nuxt/ui/chat-prompt-submit.ts +0 -5
  72. package/.nuxt/ui/chat-prompt.ts +0 -35
  73. package/.nuxt/ui/checkbox-group.ts +0 -207
  74. package/.nuxt/ui/checkbox.ts +0 -237
  75. package/.nuxt/ui/chip.ts +0 -96
  76. package/.nuxt/ui/collapsible.ts +0 -6
  77. package/.nuxt/ui/color-picker.ts +0 -47
  78. package/.nuxt/ui/command-palette.ts +0 -62
  79. package/.nuxt/ui/container.ts +0 -3
  80. package/.nuxt/ui/context-menu.ts +0 -219
  81. package/.nuxt/ui/dashboard-group.ts +0 -3
  82. package/.nuxt/ui/dashboard-navbar.ts +0 -21
  83. package/.nuxt/ui/dashboard-panel.ts +0 -17
  84. package/.nuxt/ui/dashboard-resize-handle.ts +0 -3
  85. package/.nuxt/ui/dashboard-search-button.ts +0 -15
  86. package/.nuxt/ui/dashboard-search.ts +0 -13
  87. package/.nuxt/ui/dashboard-sidebar-collapse.ts +0 -9
  88. package/.nuxt/ui/dashboard-sidebar-toggle.ts +0 -9
  89. package/.nuxt/ui/dashboard-sidebar.ts +0 -37
  90. package/.nuxt/ui/dashboard-toolbar.ts +0 -7
  91. package/.nuxt/ui/drawer.ts +0 -149
  92. package/.nuxt/ui/dropdown-menu.ts +0 -220
  93. package/.nuxt/ui/editor-drag-handle.ts +0 -6
  94. package/.nuxt/ui/editor-emoji-menu.ts +0 -35
  95. package/.nuxt/ui/editor-mention-menu.ts +0 -35
  96. package/.nuxt/ui/editor-suggestion-menu.ts +0 -35
  97. package/.nuxt/ui/editor-toolbar.ts +0 -21
  98. package/.nuxt/ui/editor.ts +0 -35
  99. package/.nuxt/ui/empty.ts +0 -83
  100. package/.nuxt/ui/error.ts +0 -9
  101. package/.nuxt/ui/field-group.ts +0 -16
  102. package/.nuxt/ui/file-upload.ts +0 -290
  103. package/.nuxt/ui/footer-columns.ts +0 -28
  104. package/.nuxt/ui/footer.ts +0 -11
  105. package/.nuxt/ui/form-field.ts +0 -62
  106. package/.nuxt/ui/form.ts +0 -3
  107. package/.nuxt/ui/header.ts +0 -25
  108. package/.nuxt/ui/index.ts +0 -109
  109. package/.nuxt/ui/input-date.ts +0 -337
  110. package/.nuxt/ui/input-menu.ts +0 -460
  111. package/.nuxt/ui/input-number.ts +0 -256
  112. package/.nuxt/ui/input-tags.ts +0 -310
  113. package/.nuxt/ui/input-time.ts +0 -336
  114. package/.nuxt/ui/input.ts +0 -289
  115. package/.nuxt/ui/kbd.ts +0 -195
  116. package/.nuxt/ui/link.ts +0 -22
  117. package/.nuxt/ui/main.ts +0 -3
  118. package/.nuxt/ui/marquee.ts +0 -66
  119. package/.nuxt/ui/modal.ts +0 -60
  120. package/.nuxt/ui/navigation-menu.ts +0 -512
  121. package/.nuxt/ui/page-anchors.ts +0 -30
  122. package/.nuxt/ui/page-aside.ts +0 -10
  123. package/.nuxt/ui/page-body.ts +0 -3
  124. package/.nuxt/ui/page-card.ts +0 -274
  125. package/.nuxt/ui/page-columns.ts +0 -3
  126. package/.nuxt/ui/page-cta.ts +0 -70
  127. package/.nuxt/ui/page-feature.ts +0 -34
  128. package/.nuxt/ui/page-grid.ts +0 -3
  129. package/.nuxt/ui/page-header.ts +0 -18
  130. package/.nuxt/ui/page-hero.ts +0 -44
  131. package/.nuxt/ui/page-links.ts +0 -25
  132. package/.nuxt/ui/page-list.ts +0 -8
  133. package/.nuxt/ui/page-logos.ts +0 -15
  134. package/.nuxt/ui/page-section.ts +0 -84
  135. package/.nuxt/ui/page.ts +0 -32
  136. package/.nuxt/ui/pagination.ts +0 -13
  137. package/.nuxt/ui/pin-input.ts +0 -171
  138. package/.nuxt/ui/popover.ts +0 -6
  139. package/.nuxt/ui/pricing-plan.ts +0 -101
  140. package/.nuxt/ui/pricing-plans.ts +0 -22
  141. package/.nuxt/ui/pricing-table.ts +0 -51
  142. package/.nuxt/ui/progress.ts +0 -297
  143. package/.nuxt/ui/radio-group.ts +0 -352
  144. package/.nuxt/ui/scroll-area.ts +0 -21
  145. package/.nuxt/ui/select-menu.ts +0 -361
  146. package/.nuxt/ui/select.ts +0 -348
  147. package/.nuxt/ui/separator.ts +0 -172
  148. package/.nuxt/ui/skeleton.ts +0 -3
  149. package/.nuxt/ui/slideover.ts +0 -132
  150. package/.nuxt/ui/slider.ts +0 -171
  151. package/.nuxt/ui/stepper.ts +0 -202
  152. package/.nuxt/ui/switch.ts +0 -132
  153. package/.nuxt/ui/table.ts +0 -162
  154. package/.nuxt/ui/tabs.ts +0 -258
  155. package/.nuxt/ui/textarea.ts +0 -294
  156. package/.nuxt/ui/timeline.ts +0 -321
  157. package/.nuxt/ui/toast.ts +0 -74
  158. package/.nuxt/ui/toaster.ts +0 -91
  159. package/.nuxt/ui/tooltip.ts +0 -9
  160. package/.nuxt/ui/tree.ts +0 -168
  161. package/.nuxt/ui/user.ts +0 -101
  162. package/.nuxt/ui-image-component.ts +0 -1
  163. package/.nuxt/ui.css +0 -154
  164. package/app/components/Var.vue +0 -13
  165. package/pnpm-workspace.yaml +0 -5
@@ -1,210 +0,0 @@
1
- export interface NuxtCustomSchema {
2
- appConfig?: {
3
- /**
4
- * Nuxt Icon
5
- *
6
- * Configure Nuxt Icon module preferences.
7
- *
8
- *
9
- * @studioIcon material-symbols:star
10
- */
11
- icon?: {
12
- /**
13
- * Icon Size
14
- *
15
- * Set the default icon size.
16
- *
17
- *
18
- * @studioIcon material-symbols:format-size-rounded
19
- */
20
- size?: string | undefined,
21
-
22
- /**
23
- * CSS Class
24
- *
25
- * Set the default CSS class.
26
- *
27
- * @default ""
28
- *
29
- * @studioIcon material-symbols:css
30
- */
31
- class?: string,
32
-
33
- /**
34
- * Default Attributes
35
- *
36
- * Attributes applied to every icon component.
37
- *
38
- * @default { "aria-hidden": true }
39
- *
40
- *
41
- * @studioIcon material-symbols:settings
42
- */
43
- attrs?: Record<string, string | number | boolean>,
44
-
45
- /**
46
- * Default Rendering Mode
47
- *
48
- * Set the default rendering mode for the icon component
49
- *
50
- * @default "css"
51
- *
52
- * @enum css,svg
53
- *
54
- * @studioIcon material-symbols:move-down-rounded
55
- */
56
- mode?: string,
57
-
58
- /**
59
- * Icon aliases
60
- *
61
- * Define Icon aliases to update them easily without code changes.
62
- *
63
- *
64
- * @studioIcon material-symbols:star-rounded
65
- */
66
- aliases?: { [alias: string]: string },
67
-
68
- /**
69
- * CSS Selector Prefix
70
- *
71
- * Set the default CSS selector prefix.
72
- *
73
- * @default "i-"
74
- *
75
- * @studioIcon material-symbols:format-textdirection-l-to-r
76
- */
77
- cssSelectorPrefix?: string,
78
-
79
- /**
80
- * CSS Layer Name
81
- *
82
- * Set the default CSS `@layer` name.
83
- *
84
- *
85
- * @studioIcon material-symbols:layers
86
- */
87
- cssLayer?: string | undefined,
88
-
89
- /**
90
- * Use CSS `:where()` Pseudo Selector
91
- *
92
- * Use CSS `:where()` pseudo selector to reduce specificity.
93
- *
94
- * @default true
95
- *
96
- * @studioIcon material-symbols:low-priority
97
- */
98
- cssWherePseudo?: boolean,
99
-
100
- /**
101
- * Icon Collections
102
- *
103
- * List of known icon collections name. Used to resolve collection name ambiguity.
104
- * e.g. `simple-icons-github` -> `simple-icons:github` instead of `simple:icons-github`
105
- *
106
- * When not provided, will use the full Iconify collection list.
107
- *
108
- *
109
- * @studioIcon material-symbols:format-list-bulleted
110
- */
111
- collections?: string[] | null,
112
-
113
- /**
114
- * Custom Icon Collections
115
- *
116
- *
117
- * @studioIcon material-symbols:format-list-bulleted
118
- */
119
- customCollections?: string[] | null,
120
-
121
- /**
122
- * Icon Provider
123
- *
124
- * Provider to use for fetching icons
125
- *
126
- * - `server` - Fetch icons with a server handler
127
- * - `iconify` - Fetch icons with Iconify API, purely client-side
128
- * - `none` - Do not fetch icons (use client bundle only)
129
- *
130
- * `server` by default; `iconify` when `ssr: false`
131
- *
132
- *
133
- * @enum server,iconify,none
134
- *
135
- * @studioIcon material-symbols:cloud
136
- */
137
- provider?: "server" | "iconify" | "none" | undefined,
138
-
139
- /**
140
- * Iconify API Endpoint URL
141
- *
142
- * Define a custom Iconify API endpoint URL. Useful if you want to use a self-hosted Iconify API. Learn more: https://iconify.design/docs/api.
143
- *
144
- * @default "https://api.iconify.design"
145
- *
146
- * @studioIcon material-symbols:api
147
- */
148
- iconifyApiEndpoint?: string,
149
-
150
- /**
151
- * Fallback to Iconify API
152
- *
153
- * Fallback to Iconify API if server provider fails to found the collection.
154
- *
155
- * @default true
156
- *
157
- * @enum true,false,server-only,client-only
158
- *
159
- * @studioIcon material-symbols:public
160
- */
161
- fallbackToApi?: boolean | "server-only" | "client-only",
162
-
163
- /**
164
- * Local API Endpoint Path
165
- *
166
- * Define a custom path for the local API endpoint.
167
- *
168
- * @default "/api/_nuxt_icon"
169
- *
170
- * @studioIcon material-symbols:api
171
- */
172
- localApiEndpoint?: string,
173
-
174
- /**
175
- * Fetch Timeout
176
- *
177
- * Set the timeout for fetching icons.
178
- *
179
- * @default 1500
180
- *
181
- * @studioIcon material-symbols:timer
182
- */
183
- fetchTimeout?: number,
184
-
185
- /**
186
- * Customize callback
187
- *
188
- * Customize icon content (replace stroke-width, colors, etc...).
189
- *
190
- *
191
- * @studioIcon material-symbols:edit
192
- */
193
- customize?: IconifyIconCustomizeCallback,
194
- },
195
- },
196
- }
197
- export type CustomAppConfig = Exclude<NuxtCustomSchema['appConfig'], undefined>
198
- type _CustomAppConfig = CustomAppConfig
199
-
200
- declare module '@nuxt/schema' {
201
- interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
202
- interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
203
- interface CustomAppConfig extends _CustomAppConfig {}
204
- }
205
-
206
- declare module 'nuxt/schema' {
207
- interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
208
- interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
209
- interface CustomAppConfig extends _CustomAppConfig {}
210
- }
@@ -1,263 +0,0 @@
1
- {
2
- "id": "#",
3
- "properties": {
4
- "appConfig": {
5
- "id": "#appConfig",
6
- "properties": {
7
- "icon": {
8
- "title": "Nuxt Icon",
9
- "description": "Configure Nuxt Icon module preferences.",
10
- "tags": [
11
- "@studioIcon material-symbols:star"
12
- ],
13
- "id": "#appConfig/icon",
14
- "properties": {
15
- "size": {
16
- "title": "Icon Size",
17
- "description": "Set the default icon size.",
18
- "tags": [
19
- "@studioIcon material-symbols:format-size-rounded"
20
- ],
21
- "tsType": "string | undefined",
22
- "id": "#appConfig/icon/size",
23
- "default": {},
24
- "type": "any"
25
- },
26
- "class": {
27
- "title": "CSS Class",
28
- "description": "Set the default CSS class.",
29
- "tags": [
30
- "@studioIcon material-symbols:css"
31
- ],
32
- "id": "#appConfig/icon/class",
33
- "default": "",
34
- "type": "string"
35
- },
36
- "attrs": {
37
- "title": "Default Attributes",
38
- "description": "Attributes applied to every icon component.\n\n@default { \"aria-hidden\": true }",
39
- "tags": [
40
- "@studioIcon material-symbols:settings"
41
- ],
42
- "tsType": "Record<string, string | number | boolean>",
43
- "id": "#appConfig/icon/attrs",
44
- "default": {
45
- "aria-hidden": true
46
- },
47
- "type": "object"
48
- },
49
- "mode": {
50
- "title": "Default Rendering Mode",
51
- "description": "Set the default rendering mode for the icon component",
52
- "enum": [
53
- "css",
54
- "svg"
55
- ],
56
- "tags": [
57
- "@studioIcon material-symbols:move-down-rounded"
58
- ],
59
- "id": "#appConfig/icon/mode",
60
- "default": "css",
61
- "type": "string"
62
- },
63
- "aliases": {
64
- "title": "Icon aliases",
65
- "description": "Define Icon aliases to update them easily without code changes.",
66
- "tags": [
67
- "@studioIcon material-symbols:star-rounded"
68
- ],
69
- "tsType": "{ [alias: string]: string }",
70
- "id": "#appConfig/icon/aliases",
71
- "default": {},
72
- "type": "object"
73
- },
74
- "cssSelectorPrefix": {
75
- "title": "CSS Selector Prefix",
76
- "description": "Set the default CSS selector prefix.",
77
- "tags": [
78
- "@studioIcon material-symbols:format-textdirection-l-to-r"
79
- ],
80
- "id": "#appConfig/icon/cssSelectorPrefix",
81
- "default": "i-",
82
- "type": "string"
83
- },
84
- "cssLayer": {
85
- "title": "CSS Layer Name",
86
- "description": "Set the default CSS `@layer` name.",
87
- "tags": [
88
- "@studioIcon material-symbols:layers"
89
- ],
90
- "tsType": "string | undefined",
91
- "id": "#appConfig/icon/cssLayer",
92
- "default": {},
93
- "type": "any"
94
- },
95
- "cssWherePseudo": {
96
- "title": "Use CSS `:where()` Pseudo Selector",
97
- "description": "Use CSS `:where()` pseudo selector to reduce specificity.",
98
- "tags": [
99
- "@studioIcon material-symbols:low-priority"
100
- ],
101
- "id": "#appConfig/icon/cssWherePseudo",
102
- "default": true,
103
- "type": "boolean"
104
- },
105
- "collections": {
106
- "title": "Icon Collections",
107
- "description": "List of known icon collections name. Used to resolve collection name ambiguity.\ne.g. `simple-icons-github` -> `simple-icons:github` instead of `simple:icons-github`\n\nWhen not provided, will use the full Iconify collection list.",
108
- "tags": [
109
- "@studioIcon material-symbols:format-list-bulleted"
110
- ],
111
- "tsType": "string[] | null",
112
- "id": "#appConfig/icon/collections",
113
- "default": null,
114
- "type": "any"
115
- },
116
- "customCollections": {
117
- "title": "Custom Icon Collections",
118
- "tags": [
119
- "@studioIcon material-symbols:format-list-bulleted"
120
- ],
121
- "tsType": "string[] | null",
122
- "id": "#appConfig/icon/customCollections",
123
- "default": null,
124
- "type": "any"
125
- },
126
- "provider": {
127
- "title": "Icon Provider",
128
- "description": "Provider to use for fetching icons\n\n- `server` - Fetch icons with a server handler\n- `iconify` - Fetch icons with Iconify API, purely client-side\n- `none` - Do not fetch icons (use client bundle only)\n\n`server` by default; `iconify` when `ssr: false`",
129
- "enum": [
130
- "server",
131
- "iconify",
132
- "none"
133
- ],
134
- "tags": [
135
- "@studioIcon material-symbols:cloud"
136
- ],
137
- "type": "\"server\" | \"iconify\" | \"none\" | undefined",
138
- "id": "#appConfig/icon/provider"
139
- },
140
- "iconifyApiEndpoint": {
141
- "title": "Iconify API Endpoint URL",
142
- "description": "Define a custom Iconify API endpoint URL. Useful if you want to use a self-hosted Iconify API. Learn more: https://iconify.design/docs/api.",
143
- "tags": [
144
- "@studioIcon material-symbols:api"
145
- ],
146
- "id": "#appConfig/icon/iconifyApiEndpoint",
147
- "default": "https://api.iconify.design",
148
- "type": "string"
149
- },
150
- "fallbackToApi": {
151
- "title": "Fallback to Iconify API",
152
- "description": "Fallback to Iconify API if server provider fails to found the collection.",
153
- "tags": [
154
- "@studioIcon material-symbols:public"
155
- ],
156
- "enum": [
157
- true,
158
- false,
159
- "server-only",
160
- "client-only"
161
- ],
162
- "type": "boolean | \"server-only\" | \"client-only\"",
163
- "id": "#appConfig/icon/fallbackToApi",
164
- "default": true
165
- },
166
- "localApiEndpoint": {
167
- "title": "Local API Endpoint Path",
168
- "description": "Define a custom path for the local API endpoint.",
169
- "tags": [
170
- "@studioIcon material-symbols:api"
171
- ],
172
- "id": "#appConfig/icon/localApiEndpoint",
173
- "default": "/api/_nuxt_icon",
174
- "type": "string"
175
- },
176
- "fetchTimeout": {
177
- "title": "Fetch Timeout",
178
- "description": "Set the timeout for fetching icons.",
179
- "tags": [
180
- "@studioIcon material-symbols:timer"
181
- ],
182
- "id": "#appConfig/icon/fetchTimeout",
183
- "default": 1500,
184
- "type": "number"
185
- },
186
- "customize": {
187
- "title": "Customize callback",
188
- "description": "Customize icon content (replace stroke-width, colors, etc...).",
189
- "tags": [
190
- "@studioIcon material-symbols:edit"
191
- ],
192
- "type": "IconifyIconCustomizeCallback",
193
- "id": "#appConfig/icon/customize"
194
- }
195
- },
196
- "type": "object",
197
- "default": {
198
- "size": {},
199
- "class": "",
200
- "attrs": {
201
- "aria-hidden": true
202
- },
203
- "mode": "css",
204
- "aliases": {},
205
- "cssSelectorPrefix": "i-",
206
- "cssLayer": {},
207
- "cssWherePseudo": true,
208
- "collections": null,
209
- "customCollections": null,
210
- "iconifyApiEndpoint": "https://api.iconify.design",
211
- "fallbackToApi": true,
212
- "localApiEndpoint": "/api/_nuxt_icon",
213
- "fetchTimeout": 1500
214
- }
215
- }
216
- },
217
- "type": "object",
218
- "default": {
219
- "icon": {
220
- "size": {},
221
- "class": "",
222
- "attrs": {
223
- "aria-hidden": true
224
- },
225
- "mode": "css",
226
- "aliases": {},
227
- "cssSelectorPrefix": "i-",
228
- "cssLayer": {},
229
- "cssWherePseudo": true,
230
- "collections": null,
231
- "customCollections": null,
232
- "iconifyApiEndpoint": "https://api.iconify.design",
233
- "fallbackToApi": true,
234
- "localApiEndpoint": "/api/_nuxt_icon",
235
- "fetchTimeout": 1500
236
- }
237
- }
238
- }
239
- },
240
- "type": "object",
241
- "default": {
242
- "appConfig": {
243
- "icon": {
244
- "size": {},
245
- "class": "",
246
- "attrs": {
247
- "aria-hidden": true
248
- },
249
- "mode": "css",
250
- "aliases": {},
251
- "cssSelectorPrefix": "i-",
252
- "cssLayer": {},
253
- "cssWherePseudo": true,
254
- "collections": null,
255
- "customCollections": null,
256
- "iconifyApiEndpoint": "https://api.iconify.design",
257
- "fallbackToApi": true,
258
- "localApiEndpoint": "/api/_nuxt_icon",
259
- "fetchTimeout": 1500
260
- }
261
- }
262
- }
263
- }
@@ -1,217 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "paths": {
4
- "nitropack/types": [
5
- "../node_modules/.pnpm/nitropack@2.13.0/node_modules/nitropack/types"
6
- ],
7
- "nitropack/runtime": [
8
- "../node_modules/.pnpm/nitropack@2.13.0/node_modules/nitropack/runtime"
9
- ],
10
- "nitropack": [
11
- "../node_modules/.pnpm/nitropack@2.13.0/node_modules/nitropack"
12
- ],
13
- "h3": [
14
- "../node_modules/.pnpm/h3@1.15.4/node_modules/h3"
15
- ],
16
- "consola": [
17
- "../node_modules/.pnpm/consola@3.4.2/node_modules/consola"
18
- ],
19
- "ofetch": [
20
- "../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch"
21
- ],
22
- "@unhead/vue": [
23
- "../node_modules/.pnpm/@unhead+vue@2.1.1_vue@3.5.26_typescript@5.9.3_/node_modules/@unhead/vue"
24
- ],
25
- "@nuxt/devtools": [
26
- "../node_modules/.pnpm/@nuxt+devtools@3.1.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1.30.2_terse_910bbe7d28629fcfef51d1ed95b0b822/node_modules/@nuxt/devtools"
27
- ],
28
- "@vue/runtime-core": [
29
- "../node_modules/.pnpm/@vue+runtime-core@3.5.26/node_modules/@vue/runtime-core"
30
- ],
31
- "@vue/compiler-sfc": [
32
- "../node_modules/.pnpm/@vue+compiler-sfc@3.5.26/node_modules/@vue/compiler-sfc"
33
- ],
34
- "unplugin-vue-router/client": [
35
- "../node_modules/.pnpm/unplugin-vue-router@0.19.2_@vue+compiler-sfc@3.5.26_vue-router@4.6.4_vue@3.5.26_typescr_fa74afa73bd813720667ab5e9ce6bb60/node_modules/unplugin-vue-router/client"
36
- ],
37
- "@nuxt/schema": [
38
- "../node_modules/.pnpm/@nuxt+schema@4.2.2/node_modules/@nuxt/schema"
39
- ],
40
- "nuxt": [
41
- "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt"
42
- ],
43
- "vite/client": [
44
- "../node_modules/.pnpm/vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1.30.2_terser@5.44.1_yaml@2.8.2/node_modules/vite/client"
45
- ],
46
- "~": [
47
- "../app"
48
- ],
49
- "~/*": [
50
- "../app/*"
51
- ],
52
- "@": [
53
- "../app"
54
- ],
55
- "@/*": [
56
- "../app/*"
57
- ],
58
- "~~": [
59
- ".."
60
- ],
61
- "~~/*": [
62
- "../*"
63
- ],
64
- "@@": [
65
- ".."
66
- ],
67
- "@@/*": [
68
- "../*"
69
- ],
70
- "#shared": [
71
- "../shared"
72
- ],
73
- "#shared/*": [
74
- "../shared/*"
75
- ],
76
- "#app": [
77
- "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app"
78
- ],
79
- "#app/*": [
80
- "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/*"
81
- ],
82
- "vue-demi": [
83
- "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/vue-demi"
84
- ],
85
- "#ui": [
86
- "../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime"
87
- ],
88
- "#ui/*": [
89
- "../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/*"
90
- ],
91
- "#vue-router": [
92
- "../node_modules/.pnpm/vue-router@4.6.4_vue@3.5.26_typescript@5.9.3_/node_modules/vue-router"
93
- ],
94
- "#unhead/composables": [
95
- "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/head/runtime/composables"
96
- ],
97
- "#imports": [
98
- "./imports"
99
- ],
100
- "#app-manifest": [
101
- "./manifest/meta/24fb5e89-93fb-44cb-bbff-2a13f165c1e8"
102
- ],
103
- "#components": [
104
- "./components"
105
- ],
106
- "#build": [
107
- "."
108
- ],
109
- "#build/*": [
110
- "./*"
111
- ]
112
- },
113
- "esModuleInterop": true,
114
- "skipLibCheck": true,
115
- "target": "ESNext",
116
- "allowJs": true,
117
- "resolveJsonModule": true,
118
- "moduleDetection": "force",
119
- "isolatedModules": true,
120
- "verbatimModuleSyntax": true,
121
- "strict": true,
122
- "noUncheckedIndexedAccess": true,
123
- "forceConsistentCasingInFileNames": true,
124
- "noImplicitOverride": true,
125
- "module": "preserve",
126
- "noEmit": true,
127
- "lib": [
128
- "ESNext",
129
- "dom",
130
- "dom.iterable",
131
- "webworker"
132
- ],
133
- "jsx": "preserve",
134
- "jsxImportSource": "vue",
135
- "types": [],
136
- "moduleResolution": "Bundler",
137
- "useDefineForClassFields": true,
138
- "noImplicitThis": true,
139
- "allowSyntheticDefaultImports": true
140
- },
141
- "include": [
142
- "./nuxt.d.ts",
143
- "../app/**/*",
144
- "../modules/*/runtime/**/*",
145
- "../test/nuxt/**/*",
146
- "../tests/nuxt/**/*",
147
- "../layers/*/app/**/*",
148
- "../layers/*/modules/*/runtime/**/*",
149
- "../shared/**/*.d.ts",
150
- "../modules/*/shared/**/*.d.ts",
151
- "../layers/*/shared/**/*.d.ts",
152
- "../*.d.ts",
153
- "../layers/*/*.d.ts"
154
- ],
155
- "exclude": [
156
- "../node_modules",
157
- "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/node_modules",
158
- "../node_modules/.pnpm/@nuxt+icon@2.2.0_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1_47fc2af9eef360739133102824d878f7/node_modules/@nuxt/icon/node_modules",
159
- "../node_modules/.pnpm/@nuxt+fonts@0.12.1_db0@0.3.4_ioredis@5.9.1_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_c346c9f45111763c6e2fb212fa3f2d0e/node_modules/@nuxt/fonts/node_modules",
160
- "../node_modules/.pnpm/@nuxtjs+color-mode@4.0.0_magicast@0.5.1/node_modules/@nuxtjs/color-mode/node_modules",
161
- "../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/node_modules",
162
- "../node_modules/.pnpm/@vueuse+nuxt@14.1.0_magicast@0.5.1_nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3__48487c897f84544bd454f704304b16a2/node_modules/@vueuse/nuxt/node_modules",
163
- "../node_modules/.pnpm/@nuxt+devtools@3.1.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1.30.2_terse_910bbe7d28629fcfef51d1ed95b0b822/node_modules/@nuxt/devtools/node_modules",
164
- "../node_modules/.pnpm/@nuxt+telemetry@2.6.6_magicast@0.5.1/node_modules/@nuxt/telemetry/node_modules",
165
- "../dist",
166
- "../.data",
167
- "../modules/*/runtime/server/**/*",
168
- "../layers/*/server/**/*",
169
- "../layers/*/modules/*/runtime/server/**/*",
170
- "../modules/*.*",
171
- "../nuxt.config.*",
172
- "../.config/nuxt.*",
173
- "../layers/*/nuxt.config.*",
174
- "../layers/*/.config/nuxt.*",
175
- "../layers/*/modules/**/*",
176
- "../node_modules/.pnpm/@nuxt+icon@2.2.0_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1_47fc2af9eef360739133102824d878f7/node_modules/runtime/server",
177
- "../node_modules/.pnpm/@nuxt+icon@2.2.0_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1_47fc2af9eef360739133102824d878f7/node_modules/dist/runtime/server",
178
- "../node_modules/.pnpm/@nuxt+icon@2.2.0_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1_47fc2af9eef360739133102824d878f7/node_modules/*.*",
179
- "../node_modules/.pnpm/@nuxt+icon@2.2.0_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1_47fc2af9eef360739133102824d878f7/node_modules/dist/*.*",
180
- "../node_modules/.pnpm/@nuxt+fonts@0.12.1_db0@0.3.4_ioredis@5.9.1_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_c346c9f45111763c6e2fb212fa3f2d0e/node_modules/runtime/server",
181
- "../node_modules/.pnpm/@nuxt+fonts@0.12.1_db0@0.3.4_ioredis@5.9.1_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_c346c9f45111763c6e2fb212fa3f2d0e/node_modules/dist/runtime/server",
182
- "../node_modules/.pnpm/@nuxt+fonts@0.12.1_db0@0.3.4_ioredis@5.9.1_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_c346c9f45111763c6e2fb212fa3f2d0e/node_modules/*.*",
183
- "../node_modules/.pnpm/@nuxt+fonts@0.12.1_db0@0.3.4_ioredis@5.9.1_magicast@0.5.1_vite@7.3.1_@types+node@25.0.3_c346c9f45111763c6e2fb212fa3f2d0e/node_modules/dist/*.*",
184
- "../node_modules/.pnpm/@nuxtjs+color-mode@4.0.0_magicast@0.5.1/node_modules/runtime/server",
185
- "../node_modules/.pnpm/@nuxtjs+color-mode@4.0.0_magicast@0.5.1/node_modules/dist/runtime/server",
186
- "../node_modules/.pnpm/@nuxtjs+color-mode@4.0.0_magicast@0.5.1/node_modules/*.*",
187
- "../node_modules/.pnpm/@nuxtjs+color-mode@4.0.0_magicast@0.5.1/node_modules/dist/*.*",
188
- "../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/runtime/server",
189
- "../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/dist/runtime/server",
190
- "../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/*.*",
191
- "../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/dist/*.*",
192
- "../node_modules/.pnpm/@vueuse+nuxt@14.1.0_magicast@0.5.1_nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3__48487c897f84544bd454f704304b16a2/node_modules/runtime/server",
193
- "../node_modules/.pnpm/@vueuse+nuxt@14.1.0_magicast@0.5.1_nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3__48487c897f84544bd454f704304b16a2/node_modules/dist/runtime/server",
194
- "../node_modules/.pnpm/@vueuse+nuxt@14.1.0_magicast@0.5.1_nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3__48487c897f84544bd454f704304b16a2/node_modules/*.*",
195
- "../node_modules/.pnpm/@vueuse+nuxt@14.1.0_magicast@0.5.1_nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3__48487c897f84544bd454f704304b16a2/node_modules/dist/*.*",
196
- "../node_modules/.pnpm/@nuxt+devtools@3.1.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1.30.2_terse_910bbe7d28629fcfef51d1ed95b0b822/node_modules/runtime/server",
197
- "../node_modules/.pnpm/@nuxt+devtools@3.1.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1.30.2_terse_910bbe7d28629fcfef51d1ed95b0b822/node_modules/dist/runtime/server",
198
- "../node_modules/.pnpm/@nuxt+devtools@3.1.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1.30.2_terse_910bbe7d28629fcfef51d1ed95b0b822/node_modules/*.*",
199
- "../node_modules/.pnpm/@nuxt+devtools@3.1.1_vite@7.3.1_@types+node@25.0.3_jiti@2.6.1_lightningcss@1.30.2_terse_910bbe7d28629fcfef51d1ed95b0b822/node_modules/dist/*.*",
200
- "../node_modules/.pnpm/@nuxt+telemetry@2.6.6_magicast@0.5.1/node_modules/runtime/server",
201
- "../node_modules/.pnpm/@nuxt+telemetry@2.6.6_magicast@0.5.1/node_modules/dist/runtime/server",
202
- "../node_modules/.pnpm/@nuxt+telemetry@2.6.6_magicast@0.5.1/node_modules/*.*",
203
- "../node_modules/.pnpm/@nuxt+telemetry@2.6.6_magicast@0.5.1/node_modules/dist/*.*",
204
- "../.output",
205
- "../server"
206
- ],
207
- "vueCompilerOptions": {
208
- "strictTemplates": true,
209
- "htmlAttributes": [
210
- "aria-*"
211
- ],
212
- "dataAttributes": [
213
- "data-*"
214
- ],
215
- "strictVModel": true
216
- }
217
- }