@maltjoy/core-vue 1.0.0-beta.6 → 1.0.0-beta.7

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.
@@ -1,6 +1,13 @@
1
1
  import { PropType } from 'vue';
2
2
  import { VariantsTypes } from './JoyBadge.types';
3
3
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
+ /**
5
+ * Display the colored bulletpoint on the left
6
+ */
7
+ bulletpoint: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
4
11
  /**
5
12
  * Use label or slot in order to inject the text.
6
13
  */
@@ -16,6 +23,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
16
23
  validator(variant: VariantsTypes): boolean;
17
24
  };
18
25
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
+ /**
27
+ * Display the colored bulletpoint on the left
28
+ */
29
+ bulletpoint: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
19
33
  /**
20
34
  * Use label or slot in order to inject the text.
21
35
  */
@@ -32,6 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
32
46
  };
33
47
  }>>, {
34
48
  label: string;
49
+ bulletpoint: boolean;
35
50
  }>, {
36
51
  default: (_: {}) => any;
37
52
  }>;
@@ -177,7 +177,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
177
177
  dropdownGap: string;
178
178
  }>, {
179
179
  'dropdown-button': (_: {}) => any;
180
+ 'dropdown-header': (_: {}) => any;
181
+ 'dropdown-items': (_: {}) => any;
180
182
  'dropdown-item': (_: import("../JoyDropdownList/VJoyDropdownList.vue").Option) => any;
183
+ 'dropdown-footer': (_: {}) => any;
181
184
  }>;
182
185
  export default _default;
183
186
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -80,8 +80,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
80
80
  width: string;
81
81
  height: string;
82
82
  }>, {
83
+ 'dropdown-list-header': (_: {}) => any;
84
+ 'dropdown-list-items': (_: {}) => any;
83
85
  label: (_: Option) => any;
84
- footer: (_: {}) => any;
86
+ 'dropdown-list-footer': (_: {}) => any;
85
87
  }>;
86
88
  export default _default;
87
89
  type __VLS_WithTemplateSlots<T, S> = T & {