@maltjoy/core-vue 5.18.0 → 5.19.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.
@@ -0,0 +1,22 @@
1
+ export declare const COMPONENT_CATEGORIES: Readonly<{
2
+ readonly ADMIN: "Admin";
3
+ readonly BUTTONS: "Buttons";
4
+ readonly FORMS: "Forms";
5
+ readonly FUNCTIONAL: "Functional";
6
+ readonly ICONS: "Icons";
7
+ readonly LAYOUT: "Layout";
8
+ readonly LOADER: "Loader";
9
+ readonly NAVIGATION: "Navigation";
10
+ readonly OVERLAYS: "Overlays";
11
+ readonly SKELETONS: "Skeletons";
12
+ readonly VIEW: "View";
13
+ }>;
14
+ export type TJoyComponentCategory = (typeof COMPONENT_CATEGORIES)[keyof typeof COMPONENT_CATEGORIES];
15
+ export interface TJoyComponentMetadata {
16
+ category: TJoyComponentCategory;
17
+ description?: string;
18
+ ignoreMcpDocumentation?: boolean;
19
+ }
20
+ export declare const COMPONENT_CATEGORY_VALUES: readonly ("Admin" | "Buttons" | "Forms" | "Functional" | "Icons" | "Layout" | "Loader" | "Navigation" | "Overlays" | "Skeletons" | "View")[];
21
+ export declare function defineComponentMetadata(metadata: TJoyComponentMetadata): TJoyComponentMetadata;
22
+ export declare function parseComponentMetadataMarkdown(markdown: string): TJoyComponentMetadata;
package/dist/core-vue.js CHANGED
@@ -5518,7 +5518,7 @@ const ja = /* @__PURE__ */ B({
5518
5518
  }, 16, ["class", "type"]))
5519
5519
  ], 8, zi));
5520
5520
  }
5521
- }), Hu = /* @__PURE__ */ z(Mi, [["__scopeId", "data-v-283b560c"]]), zt = /* @__PURE__ */ B({
5521
+ }), Hu = /* @__PURE__ */ z(Mi, [["__scopeId", "data-v-7eb97038"]]), zt = /* @__PURE__ */ B({
5522
5522
  __name: "PaginationIcon",
5523
5523
  props: {
5524
5524
  label: {