vue-lib-exo-corrected 1.0.1-beta.0 → 1.0.1-beta.1

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.
@@ -0,0 +1,4 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "create"[], "create", import("vue").PublicProps, Readonly<{}> & Readonly<{
2
+ onCreate?: ((...args: any[]) => any) | undefined;
3
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
+ export default _sfc_main;
package/dist/index.d.ts CHANGED
@@ -4,6 +4,7 @@ import ListLayout from "./components/Molecules/ListLayout/ListLayout.vue";
4
4
  import ListNote from "./components/Molecules/ListNote/ListNote.vue";
5
5
  import ListUsers from "./components/Molecules/ListUsers/ListUsers.vue";
6
6
  import NoteCard from "./components/Molecules/NoteCard/NoteCard.vue";
7
+ import NoteCreation from "./components/Molecules/NoteCreation/NoteCreation.vue";
7
8
  import UserCard from "./components/Molecules/UserCard/UserCard.vue";
8
9
  import { DEFAULT_VUETIFY_CONFIG } from "./lidinAppKitConfig/vuetifyConfig/defaultVuetifyConfig";
9
10
  import { createLidinAppKit } from "./lidinAppKitConfig/createLidinAppKit.ts";
@@ -11,7 +12,7 @@ import { useLanguage } from "./modules/globalAppData/composables/useLanguage.ts"
11
12
  import { useTheme } from "./modules/globalAppData/composables/useTheme.ts";
12
13
  import { generateRandomUuid } from "./services/utils/randomId.ts";
13
14
  import { extractTitleFromMarkdown } from "./services/utils/markdownUtils.ts";
14
- export { useLanguage, useTheme, createLidinAppKit, DEFAULT_VUETIFY_CONFIG, MarkdownText, Layout, ListLayout, ListNote, ListUsers, NoteCard, UserCard, generateRandomUuid, extractTitleFromMarkdown, };
15
+ export { useLanguage, useTheme, createLidinAppKit, DEFAULT_VUETIFY_CONFIG, MarkdownText, Layout, ListLayout, ListNote, ListUsers, NoteCard, NoteCreation, UserCard, generateRandomUuid, extractTitleFromMarkdown, };
15
16
 
16
17
  import type { DefineComponent } from 'vue';
17
18
 
@@ -21,4 +22,5 @@ export declare const ListLayout: DefineComponent<{}, {}, any>;
21
22
  export declare const ListNote: DefineComponent<{}, {}, any>;
22
23
  export declare const ListUsers: DefineComponent<{}, {}, any>;
23
24
  export declare const NoteCard: DefineComponent<{}, {}, any>;
25
+ export declare const NoteCreation: DefineComponent<{}, {}, any>;
24
26
  export declare const UserCard: DefineComponent<{}, {}, any>;