@pantograph/vue 0.33.5 → 0.33.6

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
+ import { _ as f } from "./index-DJVRbjU6.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-DiNvEPFg.js");exports.default=e._sfc_main;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CfWnrzmO.js");exports.default=e._sfc_main;
@@ -23,7 +23,15 @@ export interface PopoverSlots {
23
23
  export interface PopoverBaseProps {
24
24
  /**
25
25
  * Whether to disable the internal focus management of the popover
26
- * When true, the popover won't control its own focus on open/close state
26
+ *
27
+ * When `false` (default), the popover controls focus management:
28
+ * - Event handlers for `openAutoFocus` and `closeAutoFocus` are added
29
+ * - If `autoFocusInside` is `false`, these events will be prevented from default behavior
30
+ *
31
+ * When `true`, the popover won't control its own focus on open/close state
32
+ * and no focus management handlers are added
33
+ *
34
+ * @default false
27
35
  */
28
36
  noControl?: boolean;
29
37
  /**
@@ -15,6 +15,7 @@ type SegmentOption = (Record<string, any> & {
15
15
  icon?: string;
16
16
  /** Optional badge configuration for this specific option */
17
17
  badge?: BadgeProps;
18
+ class?: ClassValue;
18
19
  }) | string;
19
20
  /**
20
21
  * Props for the Segmented component
@@ -38,7 +38,9 @@ export declare const tabsPrefix: string;
38
38
  * BEM element prefix for the tabs trigger component
39
39
  */
40
40
  export declare const tabsTriggerPrefix: string;
41
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<TabListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TabListProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
41
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<TabListProps, {
42
+ measure: () => void;
43
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TabListProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
42
44
  scrollBar: HTMLDivElement;
43
45
  container: HTMLDivElement;
44
46
  }, any>, Readonly<TabListSlots> & TabListSlots>;