@timus-networks/theme 2.3.5 → 2.3.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.3.4",
4
+ "version": "2.3.5",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -12,7 +12,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
12
12
  const __dirname = __cjs_path__.dirname(__filename);
13
13
  const require = __cjs_mod__.createRequire(import.meta.url);
14
14
  const name = "@timus-networks/theme";
15
- const version = "2.3.4";
15
+ const version = "2.3.5";
16
16
  const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
17
17
  const type = "module";
18
18
  const exports = {
@@ -217,9 +217,11 @@
217
217
  </template>
218
218
 
219
219
  <script lang="ts" setup>
220
- import { Calendar as ElIconCalendar, Search as ElIconSearch } from '@element-plus/icons-vue';
220
+ // import { Calendar as ElIconCalendar, Search as ElIconSearch } from '@element-plus/icons-vue';
221
221
  import { ref } from 'vue';
222
222
 
223
+ import { ElIconCalendar, ElIconSearch } from '#components';
224
+
223
225
  const sizes = ['default', 'large', 'medium', 'small', 'mini'];
224
226
  const input = ref('');
225
227
  const textarea = ref('');
@@ -67,6 +67,7 @@
67
67
  <script lang="ts" setup>
68
68
  import { useRoute } from 'nuxt/app';
69
69
  import { computed } from 'vue';
70
+ import { ref } from 'vue';
70
71
 
71
72
  const route = useRoute();
72
73
  const currentRoute = computed(() => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {