@opendesign-plus-test/components 0.0.1-rc.117 → 0.0.1-rc.119

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.
@@ -442,12 +442,14 @@ declare function __VLS_template(): {
442
442
  append(): any;
443
443
  prefix(): any;
444
444
  suffix(): any;
445
+ extra(): any;
445
446
  }> & {
446
447
  default(): any;
447
448
  prepend(): any;
448
449
  append(): any;
449
450
  prefix(): any;
450
451
  suffix(): any;
452
+ extra(): any;
451
453
  };
452
454
  }) | null;
453
455
  uploadBtnRef: HTMLSpanElement;
@@ -926,12 +928,14 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
926
928
  append(): any;
927
929
  prefix(): any;
928
930
  suffix(): any;
931
+ extra(): any;
929
932
  }> & {
930
933
  default(): any;
931
934
  prepend(): any;
932
935
  append(): any;
933
936
  prefix(): any;
934
937
  suffix(): any;
938
+ extra(): any;
935
939
  };
936
940
  }) | null;
937
941
  uploadBtnRef: HTMLSpanElement;
@@ -381,12 +381,14 @@ declare const OHeaderSearch: {
381
381
  append(): any;
382
382
  prefix(): any;
383
383
  suffix(): any;
384
+ extra(): any;
384
385
  }> & {
385
386
  default(): any;
386
387
  prepend(): any;
387
388
  append(): any;
388
389
  prefix(): any;
389
390
  suffix(): any;
391
+ extra(): any;
390
392
  };
391
393
  }) | null;
392
394
  uploadBtnRef: HTMLSpanElement;