@kaitify/vue 0.0.4-beta.2 → 0.0.4-beta.3
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.
|
@@ -2,7 +2,6 @@ import { MenuDataType } from '../../props';
|
|
|
2
2
|
import { LineHeightMenuPropsType } from './props';
|
|
3
3
|
declare const _default: import('vue').DefineComponent<LineHeightMenuPropsType, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LineHeightMenuPropsType> & Readonly<{}>, {
|
|
4
4
|
data: MenuDataType[];
|
|
5
|
-
defaultValue: string | number;
|
|
6
5
|
disabled: boolean;
|
|
7
6
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
7
|
export default _default;
|
package/lib/kaitify-vue.es.js
CHANGED
|
@@ -44817,7 +44817,6 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
44817
44817
|
value: 3
|
|
44818
44818
|
}
|
|
44819
44819
|
] },
|
|
44820
|
-
defaultValue: { default: 1.5 },
|
|
44821
44820
|
popoverProps: {},
|
|
44822
44821
|
shortcut: {}
|
|
44823
44822
|
},
|
|
@@ -44830,7 +44829,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
44830
44829
|
return [
|
|
44831
44830
|
{
|
|
44832
44831
|
label: t("默认行高"),
|
|
44833
|
-
value:
|
|
44832
|
+
value: ""
|
|
44834
44833
|
},
|
|
44835
44834
|
...props.data
|
|
44836
44835
|
];
|