@opendesign-plus-test/components 0.0.1-rc.115 → 0.0.1-rc.116

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.
@@ -4,6 +4,7 @@ type __VLS_Props = {
4
4
  target?: string | HTMLElement | ComponentPublicInstance | null;
5
5
  position?: 'br' | 'rt' | 'tr' | 'left' | 'right' | 'top' | 'bottom' | 'rb' | 'tl' | 'bl' | 'lt' | 'lb';
6
6
  disableTip?: boolean;
7
+ offset?: number;
7
8
  submitData?: (data: Record<string, any>) => Promise<boolean>;
8
9
  submitIssue?: (data: Record<string, any>) => Promise<boolean>;
9
10
  };
@@ -6,6 +6,7 @@ type __VLS_Props = {
6
6
  autoHide?: boolean;
7
7
  position?: 'br' | 'rt' | 'tr' | 'left' | 'right' | 'top' | 'bottom' | 'rb' | 'tl' | 'bl' | 'lt' | 'lb';
8
8
  disableTip?: boolean;
9
+ offset?: number;
9
10
  submitData?: (data: Record<string, any>) => Promise<boolean>;
10
11
  submitIssue?: (data: Record<string, any>) => Promise<boolean>;
11
12
  };
@@ -37,6 +38,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
37
38
  target: string | HTMLElement | ComponentPublicInstance | null;
38
39
  visible: boolean;
39
40
  position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
41
+ offset: number;
40
42
  autoHide: boolean;
41
43
  }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
42
44
  export default _default;
@@ -11,6 +11,7 @@ declare const OFeedbackDoc: {
11
11
  target?: string | HTMLElement | import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
12
12
  position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
13
13
  disableTip?: boolean;
14
+ offset?: number;
14
15
  submitData?: (data: Record<string, any>) => Promise<boolean>;
15
16
  submitIssue?: (data: Record<string, any>) => Promise<boolean>;
16
17
  }> & Readonly<{
@@ -128,6 +129,7 @@ declare const OFeedbackDoc: {
128
129
  target?: string | HTMLElement | import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
129
130
  position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
130
131
  disableTip?: boolean;
132
+ offset?: number;
131
133
  submitData?: (data: Record<string, any>) => Promise<boolean>;
132
134
  submitIssue?: (data: Record<string, any>) => Promise<boolean>;
133
135
  }> & Readonly<{
@@ -151,6 +153,7 @@ declare const OFeedbackDoc: {
151
153
  target?: string | HTMLElement | import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
152
154
  position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
153
155
  disableTip?: boolean;
156
+ offset?: number;
154
157
  submitData?: (data: Record<string, any>) => Promise<boolean>;
155
158
  submitIssue?: (data: Record<string, any>) => Promise<boolean>;
156
159
  }> & Readonly<{
@@ -382,6 +385,7 @@ declare const OFeedbackDocPopup: {
382
385
  autoHide?: boolean;
383
386
  position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
384
387
  disableTip?: boolean;
388
+ offset?: number;
385
389
  submitData?: (data: Record<string, any>) => Promise<boolean>;
386
390
  submitIssue?: (data: Record<string, any>) => Promise<boolean>;
387
391
  }> & Readonly<{
@@ -405,6 +409,7 @@ declare const OFeedbackDocPopup: {
405
409
  target: string | HTMLElement | import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
406
410
  visible: boolean;
407
411
  position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
412
+ offset: number;
408
413
  autoHide: boolean;
409
414
  }, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, any, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
410
415
  P: {};
@@ -426,6 +431,7 @@ declare const OFeedbackDocPopup: {
426
431
  autoHide?: boolean;
427
432
  position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
428
433
  disableTip?: boolean;
434
+ offset?: number;
429
435
  submitData?: (data: Record<string, any>) => Promise<boolean>;
430
436
  submitIssue?: (data: Record<string, any>) => Promise<boolean>;
431
437
  }> & Readonly<{
@@ -440,6 +446,7 @@ declare const OFeedbackDocPopup: {
440
446
  target: string | HTMLElement | import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
441
447
  visible: boolean;
442
448
  position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
449
+ offset: number;
443
450
  autoHide: boolean;
444
451
  }>;
445
452
  __isFragment?: never;
@@ -458,6 +465,7 @@ declare const OFeedbackDocPopup: {
458
465
  autoHide?: boolean;
459
466
  position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
460
467
  disableTip?: boolean;
468
+ offset?: number;
461
469
  submitData?: (data: Record<string, any>) => Promise<boolean>;
462
470
  submitIssue?: (data: Record<string, any>) => Promise<boolean>;
463
471
  }> & Readonly<{
@@ -481,6 +489,7 @@ declare const OFeedbackDocPopup: {
481
489
  target: string | HTMLElement | import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
482
490
  visible: boolean;
483
491
  position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
492
+ offset: number;
484
493
  autoHide: boolean;
485
494
  }, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
486
495
  install(app: App): void;