@oiij/naive-ui 0.0.9 → 0.0.11

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.
@@ -10,6 +10,7 @@ export type PresetFormExposeActions<V extends Record<string, any>> = Pick<NaiveF
10
10
  };
11
11
  export type PresetFormOptions<V extends Record<string, any>> = (PresetInputOptions & {
12
12
  key?: keyof V;
13
+ collapsed?: boolean;
13
14
  gridItemProps?: GridItemProps;
14
15
  render?: (refs: PresetFormExposeRefs<V>, actions: PresetFormExposeActions<V>) => VNode;
15
16
  })[];
@@ -0,0 +1,8 @@
1
+ import { FormItemProps } from 'naive-ui';
2
+ import { CSSProperties, VNode } from 'vue';
3
+ export declare function renderLabel(children: VNode, label?: string | boolean | (FormItemProps & {
4
+ style?: CSSProperties;
5
+ class?: string;
6
+ }), path?: string): VNode<import('vue').RendererNode, import('vue').RendererElement, {
7
+ [key: string]: any;
8
+ }>;
@@ -8,7 +8,7 @@ declare function __VLS_template(): {
8
8
  'button-icon'?(_: {}): any;
9
9
  };
10
10
  refs: {
11
- inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
11
+ 'input-ref': import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
12
12
  bordered: {
13
13
  type: import('vue').PropType<boolean | undefined>;
14
14
  default: undefined;
@@ -1049,7 +1049,7 @@ declare const __VLS_component: import('vue').DefineComponent<SearchInputProps, {
1049
1049
  }, string, import('vue').PublicProps, Readonly<SearchInputProps> & Readonly<{
1050
1050
  "onUpdate:value"?: ((v: string) => any) | undefined;
1051
1051
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
1052
- inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1052
+ 'input-ref': import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1053
1053
  bordered: {
1054
1054
  type: import('vue').PropType<boolean | undefined>;
1055
1055
  default: undefined;