@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.
- package/dist/ColorSwatch-9wgQYh66.js +4 -0
- package/dist/{ColorSwatch-CEl2_-mX.js → ColorSwatch-D54k89oY.js} +1 -1
- package/dist/Popover/type.d.ts +9 -1
- package/dist/Segmented/Segmented.d.ts +1 -0
- package/dist/Tabs/TabList.d.ts +3 -1
- package/dist/index-CfWnrzmO.js +12 -0
- package/dist/{index-5FOYB28z.js → index-DJVRbjU6.js} +4265 -4263
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/style/index.css +1 -1
- package/dist/use/index.js +1 -1
- package/dist/use/index.umd.cjs +1 -1
- package/package.json +1 -1
- package/dist/ColorSwatch-OAdX3pBX.js +0 -4
- package/dist/index-DiNvEPFg.js +0 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CfWnrzmO.js");exports.default=e._sfc_main;
|
package/dist/Popover/type.d.ts
CHANGED
|
@@ -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
|
-
*
|
|
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
|
/**
|
package/dist/Tabs/TabList.d.ts
CHANGED
|
@@ -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, {
|
|
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>;
|