beeple-toolkit 1.0.16 → 1.0.18

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.
@@ -30,6 +30,7 @@ declare const __VLS_export: import("vue").DefineComponent<FilterButtonProps, {},
30
30
  rangeToLabel: string;
31
31
  booleanYesLabel: string;
32
32
  booleanNoLabel: string;
33
+ initialOpen: boolean;
33
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
35
  declare const _default: typeof __VLS_export;
35
36
  export default _default;
@@ -8,8 +8,8 @@ type __VLS_Slots = {} & {
8
8
  };
9
9
  declare const __VLS_base: import("vue").DefineComponent<TooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
10
10
  position: "top-left" | "top-middle" | "top-right" | "bottom-left" | "bottom-middle" | "bottom-right" | "left-top" | "left-middle" | "left-bottom" | "right-top" | "right-middle" | "right-bottom";
11
- delay: number;
12
11
  maxWidth: number;
12
+ delay: number;
13
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
@@ -175,6 +175,7 @@ export interface FilterButtonProps {
175
175
  booleanYesLabel?: string;
176
176
  booleanNoLabel?: string;
177
177
  fullWidth?: boolean;
178
+ initialOpen?: boolean;
178
179
  }
179
180
  export interface LabelProps {
180
181
  text?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beeple-toolkit",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Vue 3 component library beeple-toolkit",
5
5
  "keywords": [
6
6
  "vue",