g-ui-web 0.10.15 → 0.10.17

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,22 +1,43 @@
1
1
  declare const GTable: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ stripe: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ }>> & Readonly<{}>, {
3
8
  elTableRef: globalThis.Ref<any, any>;
4
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
10
+ stripe: boolean;
11
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
5
12
  P: {};
6
13
  B: {};
7
14
  D: {};
8
15
  C: {};
9
16
  M: {};
10
17
  Defaults: {};
11
- }, Readonly<{}> & Readonly<{}>, {
18
+ }, Readonly<globalThis.ExtractPropTypes<{
19
+ stripe: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ }>> & Readonly<{}>, {
12
24
  elTableRef: globalThis.Ref<any, any>;
13
- }, {}, {}, {}, {}>;
25
+ }, {}, {}, {}, {
26
+ stripe: boolean;
27
+ }>;
14
28
  __isFragment?: never;
15
29
  __isTeleport?: never;
16
30
  __isSuspense?: never;
17
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
31
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
32
+ stripe: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ }>> & Readonly<{}>, {
18
37
  elTableRef: globalThis.Ref<any, any>;
19
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
38
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
39
+ stripe: boolean;
40
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
20
41
  $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
21
42
  }) & import('vue').Plugin) & Record<string, any>;
22
43
  export default GTable;
@@ -419,9 +419,21 @@ declare function __VLS_template(): {
419
419
  attrs: Partial<{}>;
420
420
  };
421
421
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
422
- declare const __VLS_component: import('vue').DefineComponent<{}, {
422
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
423
+ stripe: {
424
+ type: BooleanConstructor;
425
+ default: boolean;
426
+ };
427
+ }>, {
423
428
  elTableRef: globalThis.Ref<any, any>;
424
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
429
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
430
+ stripe: {
431
+ type: BooleanConstructor;
432
+ default: boolean;
433
+ };
434
+ }>> & Readonly<{}>, {
435
+ stripe: boolean;
436
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
425
437
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
426
438
  export default _default;
427
439
  type __VLS_WithTemplateSlots<T, S> = T & {