@maxtropy/v-components 0.1.18-beta.8 → 0.1.18-beta.9

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.
@@ -9,6 +9,7 @@ interface Props {
9
9
  customClass?: string;
10
10
  devMenu?: MenuItem;
11
11
  options?: BreadCrumbItemProps[];
12
+ externalOptionsOnly?: boolean;
12
13
  reassign?: boolean;
13
14
  itemClick?: (item: BreadCrumbItemProps) => void;
14
15
  }
@@ -16,12 +17,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
16
17
  customClass: string;
17
18
  devMenu: undefined;
18
19
  options: () => never[];
20
+ externalOptionsOnly: boolean;
19
21
  reassign: boolean;
20
22
  itemClick: undefined;
21
23
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "itemClick"[], "itemClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
24
  customClass: string;
23
25
  devMenu: undefined;
24
26
  options: () => never[];
27
+ externalOptionsOnly: boolean;
25
28
  reassign: boolean;
26
29
  itemClick: undefined;
27
30
  }>>> & {
@@ -30,6 +33,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
30
33
  customClass: string;
31
34
  devMenu: MenuItem;
32
35
  options: BreadCrumbItemProps[];
36
+ externalOptionsOnly: boolean;
33
37
  reassign: boolean;
34
38
  itemClick: (item: BreadCrumbItemProps) => void;
35
39
  }, {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.18-beta.8",
3
+ "version": "0.1.18-beta.9",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -1,7 +0,0 @@
1
- export declare enum Themes {
2
- DARK = "dark",
3
- LIGHT = "light",
4
- YELLOWLIGHT = "yellow-light",
5
- SAPPHIRE = "sapphire",
6
- JUNTONG = "juntong"
7
- }