@pantograph/vue 0.33.1 → 0.33.2

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 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-w7ro9awO.js");exports.default=e._sfc_main;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-uBC8jNlu.js");exports.default=e._sfc_main;
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index-BzcgWdfP.js";
2
+ export {
3
+ f as default
4
+ };
@@ -90,6 +90,7 @@ export interface ComboboxProps extends Partial<Pick<PopoverProps, 'placement' |
90
90
  optionCls?: ClassValue;
91
91
  tagCls?: ClassValue;
92
92
  popupCls?: ClassValue;
93
+ containerCls?: ClassValue;
93
94
  labelCls?: ClassValue;
94
95
  optionsCls?: ClassValue;
95
96
  optionTextCls?: ClassValue;
@@ -61,6 +61,7 @@ declare function __VLS_template(): {
61
61
  readonly optionCls?: import('clsx').ClassValue;
62
62
  readonly tagCls?: import('clsx').ClassValue;
63
63
  readonly popupCls?: import('clsx').ClassValue;
64
+ readonly containerCls?: import('clsx').ClassValue;
64
65
  readonly labelCls?: import('clsx').ClassValue;
65
66
  readonly optionsCls?: import('clsx').ClassValue;
66
67
  readonly optionTextCls?: import('clsx').ClassValue;
@@ -888,6 +889,7 @@ declare const __VLS_component: import('vue').DefineComponent<ComboboxProps, {
888
889
  readonly optionCls?: import('clsx').ClassValue;
889
890
  readonly tagCls?: import('clsx').ClassValue;
890
891
  readonly popupCls?: import('clsx').ClassValue;
892
+ readonly containerCls?: import('clsx').ClassValue;
891
893
  readonly labelCls?: import('clsx').ClassValue;
892
894
  readonly optionsCls?: import('clsx').ClassValue;
893
895
  readonly optionTextCls?: import('clsx').ClassValue;