plugin-tls 1.1.1 → 2.0.1

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.
Files changed (122) hide show
  1. package/dist/extend/extend.d.ts +8 -8
  2. package/dist/extend/extend.d.ts.map +1 -1
  3. package/dist/extend/mixin.d.ts.map +1 -1
  4. package/dist/index.js +1038 -0
  5. package/dist/index.umd.cjs +1 -0
  6. package/dist/options-manager/ModeOptions.d.ts.map +1 -1
  7. package/dist/options-manager/OptionsManager.d.ts.map +1 -1
  8. package/dist/options-manager/TierOptions.d.ts.map +1 -1
  9. package/dist/options-manager/defaultOptions.d.ts +2 -2
  10. package/dist/options-manager/defaultOptions.d.ts.map +1 -1
  11. package/dist/plugin-host/PluginHost.d.ts +97 -20
  12. package/dist/plugin-host/PluginHost.d.ts.map +1 -1
  13. package/dist/plugin-host/TierModeOptionsPluginHost.d.ts +83 -18
  14. package/dist/plugin-host/TierModeOptionsPluginHost.d.ts.map +1 -1
  15. package/dist/plugin-host/TierOptionsPluginHost.d.ts +80 -10
  16. package/dist/plugin-host/TierOptionsPluginHost.d.ts.map +1 -1
  17. package/dist/plugin-manager/PluginManager.d.ts +1 -1
  18. package/dist/plugin-manager/PluginManager.d.ts.map +1 -1
  19. package/doc/api/index.md +23 -3
  20. package/doc/api/plugin-tls.adddefaultoptions.md +51 -6
  21. package/doc/api/plugin-tls.addinstoptions.md +60 -6
  22. package/doc/api/plugin-tls.allfunctionapply.md +59 -5
  23. package/doc/api/plugin-tls.becomepluginhost.md +1 -1
  24. package/doc/api/plugin-tls.becomepluginhost_extends.md +45 -11
  25. package/doc/api/plugin-tls.becomepluginhost_proxy.md +32 -4
  26. package/doc/api/plugin-tls.becometiermodeoptionshost.md +1 -1
  27. package/doc/api/plugin-tls.becometieroptionshost.md +1 -1
  28. package/doc/api/plugin-tls.classextender.md +1 -1
  29. package/doc/api/plugin-tls.classextenderprivatemember.md +65 -5
  30. package/doc/api/plugin-tls.classextenderprivatememberwithinit.md +44 -4
  31. package/doc/api/plugin-tls.classextenderwithinit.md +1 -1
  32. package/doc/api/plugin-tls.classtype._new_.md +31 -3
  33. package/doc/api/plugin-tls.classtype.md +21 -3
  34. package/doc/api/plugin-tls.createcallerofprivatememberofextend.md +31 -3
  35. package/doc/api/plugin-tls.createextendtarget.md +33 -3
  36. package/doc/api/plugin-tls.createextendtargetwithinit.md +35 -5
  37. package/doc/api/plugin-tls.createmixintarget.md +31 -3
  38. package/doc/api/plugin-tls.createpluginhost.md +114 -9
  39. package/doc/api/plugin-tls.createpropertysetter.md +45 -4
  40. package/doc/api/plugin-tls.createtargetextend.md +33 -3
  41. package/doc/api/plugin-tls.createtargetextendwithinit.md +35 -5
  42. package/doc/api/plugin-tls.createtargetmixin.md +33 -3
  43. package/doc/api/plugin-tls.createtiermodeoptionspluginhost.md +117 -11
  44. package/doc/api/plugin-tls.createtieroptionspluginhost.md +114 -9
  45. package/doc/api/plugin-tls.defineextend.md +49 -4
  46. package/doc/api/plugin-tls.defineextendwithinit.md +49 -4
  47. package/doc/api/plugin-tls.definemixin.md +49 -4
  48. package/doc/api/plugin-tls.extendtarget.md +49 -4
  49. package/doc/api/plugin-tls.extendtargetwithinit.md +49 -4
  50. package/doc/api/plugin-tls.getpropertyvalue.md +45 -4
  51. package/doc/api/plugin-tls.getpropertyvaluebypath.md +45 -4
  52. package/doc/api/plugin-tls.gettargetproperties.md +45 -4
  53. package/doc/api/plugin-tls.hostinst.md +1 -1
  54. package/doc/api/plugin-tls.idefaultoptionshost.md +41 -3
  55. package/doc/api/plugin-tls.iplugin.created.md +49 -4
  56. package/doc/api/plugin-tls.iplugin.destroyed.md +49 -4
  57. package/doc/api/plugin-tls.iplugin.md +45 -5
  58. package/doc/api/plugin-tls.iplugin.used.md +49 -4
  59. package/doc/api/plugin-tls.ipluginhost.md +23 -3
  60. package/doc/api/plugin-tls.ipluginhost.use.md +45 -4
  61. package/doc/api/plugin-tls.ipluginhostconstructor.md +23 -3
  62. package/doc/api/plugin-tls.ipluginhostconstructor.use.md +49 -4
  63. package/doc/api/plugin-tls.ipluginwithinit.inited.md +49 -4
  64. package/doc/api/plugin-tls.ipluginwithinit.md +23 -3
  65. package/doc/api/plugin-tls.itiermodeoptionshost.md +58 -4
  66. package/doc/api/plugin-tls.itieroptionshost.md +41 -3
  67. package/doc/api/plugin-tls.md +960 -92
  68. package/doc/api/plugin-tls.mergeproperties.md +45 -4
  69. package/doc/api/plugin-tls.mixin_4.md +49 -4
  70. package/doc/api/plugin-tls.mixintarget.md +49 -4
  71. package/doc/api/plugin-tls.modeoptions._constructor_.md +31 -3
  72. package/doc/api/plugin-tls.modeoptions._constructor__1.md +47 -4
  73. package/doc/api/plugin-tls.modeoptions.getfullmodeoption.md +31 -3
  74. package/doc/api/plugin-tls.modeoptions.getmodeoption.md +31 -3
  75. package/doc/api/plugin-tls.modeoptions.hasmode.md +31 -3
  76. package/doc/api/plugin-tls.modeoptions.md +347 -23
  77. package/doc/api/plugin-tls.modeoptions.setmodeoption.md +77 -6
  78. package/doc/api/plugin-tls.parsepropertypath.md +31 -3
  79. package/doc/api/{plugin-tls.pluginhost.destroy.md → plugin-tls.pluginhost.destroythis.md} +3 -3
  80. package/doc/api/plugin-tls.pluginhost.md +150 -11
  81. package/doc/api/plugin-tls.pluginhost.use.md +49 -4
  82. package/doc/api/plugin-tls.pluginmanager._constructor_.md +33 -3
  83. package/doc/api/plugin-tls.pluginmanager.created.md +33 -3
  84. package/doc/api/plugin-tls.pluginmanager.destroyed.md +33 -3
  85. package/doc/api/plugin-tls.pluginmanager.instuse.md +61 -5
  86. package/doc/api/plugin-tls.pluginmanager.md +187 -14
  87. package/doc/api/plugin-tls.pluginmanager.use.md +49 -4
  88. package/doc/api/plugin-tls.pluginmanagerwithinit.inited.md +33 -3
  89. package/doc/api/plugin-tls.pluginmanagerwithinit.md +31 -3
  90. package/doc/api/plugin-tls.privatememberofextend._constructor.md +31 -3
  91. package/doc/api/plugin-tls.privatememberofextend.md +35 -5
  92. package/doc/api/plugin-tls.privatememberofextendwithinit._init.md +31 -3
  93. package/doc/api/plugin-tls.privatememberofextendwithinit.md +24 -4
  94. package/doc/api/plugin-tls.setpropertyvalue.md +59 -5
  95. package/doc/api/plugin-tls.setpropertyvaluebypath.md +59 -5
  96. package/doc/api/plugin-tls.targetextend.md +49 -4
  97. package/doc/api/plugin-tls.targetextendwithinit.md +49 -4
  98. package/doc/api/plugin-tls.targetmixin.md +49 -4
  99. package/doc/api/plugin-tls.tiermodeoptions._constructor_.md +31 -3
  100. package/doc/api/plugin-tls.tiermodeoptions._constructor__1.md +63 -5
  101. package/doc/api/plugin-tls.tiermodeoptions.getfullmodeoption.md +31 -3
  102. package/doc/api/plugin-tls.tiermodeoptions.getmember.md +31 -3
  103. package/doc/api/plugin-tls.tiermodeoptions.getmodeoptionmanager.md +31 -3
  104. package/doc/api/plugin-tls.tiermodeoptions.getvalue.md +31 -3
  105. package/doc/api/plugin-tls.tiermodeoptions.hasmodeontier.md +31 -3
  106. package/doc/api/plugin-tls.tiermodeoptions.md +227 -17
  107. package/doc/api/plugin-tls.tiermodeoptionsdecorator.md +45 -4
  108. package/doc/api/plugin-tls.tiermodeoptionspluginhost._constructor_.md +31 -3
  109. package/doc/api/plugin-tls.tiermodeoptionspluginhost.md +152 -10
  110. package/doc/api/plugin-tls.tieroptions._constructor_.md +49 -4
  111. package/doc/api/plugin-tls.tieroptions.getmember.md +31 -3
  112. package/doc/api/plugin-tls.tieroptions.getvalue.md +31 -3
  113. package/doc/api/plugin-tls.tieroptions.md +209 -15
  114. package/doc/api/plugin-tls.tieroptionsdecorator.md +45 -4
  115. package/doc/api/plugin-tls.tieroptionspluginhost._constructor_.md +31 -3
  116. package/doc/api/plugin-tls.tieroptionspluginhost.md +116 -8
  117. package/package.json +29 -20
  118. package/dist/plugin-tls.d.ts +0 -1329
  119. package/dist/plugin-tls.iife.js +0 -1
  120. package/dist/plugin-tls.mjs +0 -1064
  121. package/dist/plugin-tls.umd.js +0 -1
  122. package/dist/tsdoc-metadata.json +0 -11
@@ -9,22 +9,127 @@
9
9
  **Signature:**
10
10
 
11
11
  ```typescript
12
- export declare function createTierOptionsPluginHost<HOST, Options extends {}>(): {
12
+ export declare function createTierOptionsPluginHost<HOST, P extends new (...args: any) => Object, Options extends {}>(ParentClass: P): {
13
13
  new (options: Options): {
14
- readonly defaultOptions: TierOptions<Options>;
14
+ get defaultOptions(): TierOptions<Options>;
15
15
  _defaultOptions: TierOptions<Options>;
16
- readonly pluginManager: import("..").PluginManager<any, import("..").IPlugin<any, any>>;
17
- use<P extends import("..").IPlugin<HOST, any>>(plugin: P, ...options: import("..").FormatUsePluginParameters<P>): void | import("..").PluginCreatedReturnType<P>;
18
- destroy(): void;
16
+ get pluginManager(): import("..").PluginManager<any, import("..").IPlugin<any, any>>;
17
+ use<P_1 extends import("..").IPlugin<HOST, any>>(plugin: P_1, ...options: import("..").FormatUsePluginParameters<P_1>): void | import("..").PluginCreatedReturnType<P_1>;
18
+ destroyThis(): void;
19
+ readonly isDestroyed: boolean;
20
+ _isDestroyed: boolean;
21
+ _destroyers: import("@gby/destroyable").FunDestroyer[];
22
+ disposeFun<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
23
+ cancelDisposeFun<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
24
+ disposeObj<T extends unknown>(obj: T, sync?: boolean): T;
25
+ cancelDisposeObj<T extends unknown>(obj: T): T;
26
+ dispose<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
27
+ dispose<T extends unknown>(obj: T, asyncDestroy?: boolean): T;
28
+ dispose<T extends unknown>(objOrFun: T, asyncDestroy?: boolean): T;
29
+ cancelDispose<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
30
+ cancelDispose<T extends unknown>(obj: T): T;
31
+ cancelDispose<T extends unknown>(objOrFun: T): T;
32
+ destroy(): true | undefined;
33
+ destroyAsync(): Promise<true | undefined>;
34
+ constructor: Function;
35
+ toString: (() => string) & (() => string);
36
+ toLocaleString: (() => string) & (() => string);
37
+ valueOf: (() => Object) & (() => Object);
38
+ hasOwnProperty: ((v: PropertyKey) => boolean) & ((v: PropertyKey) => boolean);
39
+ isPrototypeOf: ((v: Object) => boolean) & ((v: Object) => boolean);
40
+ propertyIsEnumerable: ((v: PropertyKey) => boolean) & ((v: PropertyKey) => boolean);
19
41
  };
20
42
  readonly defaultOptions: TierOptions<Options>;
21
- readonly pluginManager: import("..").PluginManager<typeof import("./PluginHost").PluginHost & HOST, import("..").IPlugin<HOST, any>>;
22
- _pluginManager: import("..").PluginManager<typeof import("./PluginHost").PluginHost & HOST, import("..").IPlugin<HOST, any>>;
43
+ get pluginManager(): import("..").PluginManager<typeof import("./PluginHost").PluginHost & HOST & (new (...args: any) => {
44
+ readonly isDestroyed: boolean;
45
+ _isDestroyed: boolean;
46
+ _destroyers: import("@gby/destroyable").FunDestroyer[];
47
+ disposeFun<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
48
+ cancelDisposeFun<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
49
+ disposeObj<T extends any>(obj: T, sync?: boolean): T;
50
+ cancelDisposeObj<T extends any>(obj: T): T;
51
+ dispose<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
52
+ dispose<T extends any>(obj: T, asyncDestroy?: boolean): T;
53
+ dispose<T extends any | import("@gby/destroyable").FunDestroyer>(objOrFun: T, asyncDestroy?: boolean): T;
54
+ cancelDispose<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
55
+ cancelDispose<T extends any>(obj: T): T;
56
+ cancelDispose<T extends any | import("@gby/destroyable").FunDestroyer>(objOrFun: T): T;
57
+ destroyThis(): void;
58
+ destroy(): true | undefined;
59
+ destroyAsync(): Promise<true | undefined>;
60
+ constructor: Function;
61
+ toString(): string;
62
+ toLocaleString(): string;
63
+ valueOf(): Object;
64
+ hasOwnProperty(v: PropertyKey): boolean;
65
+ isPrototypeOf(v: Object): boolean;
66
+ propertyIsEnumerable(v: PropertyKey): boolean;
67
+ }) & P, import("..").IPlugin<HOST, any>>;
68
+ _pluginManager: import("..").PluginManager<typeof import("./PluginHost").PluginHost & HOST & (new (...args: any) => {
69
+ readonly isDestroyed: boolean;
70
+ _isDestroyed: boolean;
71
+ _destroyers: import("@gby/destroyable").FunDestroyer[];
72
+ disposeFun<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
73
+ cancelDisposeFun<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
74
+ disposeObj<T extends any>(obj: T, sync?: boolean): T;
75
+ cancelDisposeObj<T extends any>(obj: T): T;
76
+ dispose<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
77
+ dispose<T extends any>(obj: T, asyncDestroy?: boolean): T;
78
+ dispose<T extends any | import("@gby/destroyable").FunDestroyer>(objOrFun: T, asyncDestroy?: boolean): T;
79
+ cancelDispose<T extends import("@gby/destroyable").FunDestroyer>(fun: T): T;
80
+ cancelDispose<T extends any>(obj: T): T;
81
+ cancelDispose<T extends any | import("@gby/destroyable").FunDestroyer>(objOrFun: T): T;
82
+ destroyThis(): void;
83
+ destroy(): true | undefined;
84
+ destroyAsync(): Promise<true | undefined>;
85
+ constructor: Function;
86
+ toString(): string;
87
+ toLocaleString(): string;
88
+ valueOf(): Object;
89
+ hasOwnProperty(v: PropertyKey): boolean;
90
+ isPrototypeOf(v: Object): boolean;
91
+ propertyIsEnumerable(v: PropertyKey): boolean;
92
+ }) & P, import("..").IPlugin<HOST, any>>;
23
93
  use<P_1 extends import("..").IPlugin<HOST, any>>(plugin: P_1, ...options: import("..").FormatUsePluginParameters<P_1>): void | ReturnType<P_1["used"]>;
24
- };
94
+ } & P;
25
95
  ```
96
+
97
+ ## Parameters
98
+
99
+ <table><thead><tr><th>
100
+
101
+ Parameter
102
+
103
+
104
+ </th><th>
105
+
106
+ Type
107
+
108
+
109
+ </th><th>
110
+
111
+ Description
112
+
113
+
114
+ </th></tr></thead>
115
+ <tbody><tr><td>
116
+
117
+ ParentClass
118
+
119
+
120
+ </td><td>
121
+
122
+ P
123
+
124
+
125
+ </td><td>
126
+
127
+
128
+ </td></tr>
129
+ </tbody></table>
130
+
26
131
  **Returns:**
27
132
 
28
- { new (options: Options): { readonly defaultOptions: [TierOptions](./plugin-tls.tieroptions.md)<!-- -->&lt;Options&gt;; \_defaultOptions: [TierOptions](./plugin-tls.tieroptions.md)<!-- -->&lt;Options&gt;; readonly pluginManager: import("..").[PluginManager](./plugin-tls.pluginmanager.md)<!-- -->&lt;any, import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;any, any&gt;&gt;; use&lt;P extends import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;HOST, any&gt;&gt;(plugin: P, ...options: import("..").[FormatUsePluginParameters](./plugin-tls.formatusepluginparameters.md)<!-- -->&lt;P&gt;): void \| import("..").[PluginCreatedReturnType](./plugin-tls.plugincreatedreturntype.md)<!-- -->&lt;P&gt;; destroy(): void; }; readonly defaultOptions: [TierOptions](./plugin-tls.tieroptions.md)<!-- -->&lt;Options&gt;; readonly pluginManager: import("..").[PluginManager](./plugin-tls.pluginmanager.md)<!-- -->&lt;typeof import("./PluginHost").[PluginHost](./plugin-tls.pluginhost.md) &amp; HOST, import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;HOST, any&gt;&gt;; \_pluginManager: import("..").[PluginManager](./plugin-tls.pluginmanager.md)<!-- -->&lt;typeof import("./PluginHost").[PluginHost](./plugin-tls.pluginhost.md) &amp; HOST, import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;HOST, any&gt;&gt;; use&lt;P\_1 extends import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;HOST, any&gt;&gt;(plugin: P\_1, ...options: import("..").[FormatUsePluginParameters](./plugin-tls.formatusepluginparameters.md)<!-- -->&lt;P\_1&gt;): void \| ReturnType&lt;P\_1\["used"\]&gt;; }
133
+ { new (options: Options): { get defaultOptions(): [TierOptions](./plugin-tls.tieroptions.md)<!-- -->&lt;Options&gt;; \_defaultOptions: [TierOptions](./plugin-tls.tieroptions.md)<!-- -->&lt;Options&gt;; get pluginManager(): import("..").[PluginManager](./plugin-tls.pluginmanager.md)<!-- -->&lt;any, import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;any, any&gt;&gt;; use&lt;P\_1 extends import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;HOST, any&gt;&gt;(plugin: P\_1, ...options: import("..").[FormatUsePluginParameters](./plugin-tls.formatusepluginparameters.md)<!-- -->&lt;P\_1&gt;): void \| import("..").[PluginCreatedReturnType](./plugin-tls.plugincreatedreturntype.md)<!-- -->&lt;P\_1&gt;; destroyThis(): void; readonly isDestroyed: boolean; \_isDestroyed: boolean; \_destroyers: import("@gby/destroyable").FunDestroyer\[\]; disposeFun&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; cancelDisposeFun&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; disposeObj&lt;T extends unknown&gt;(obj: T, sync?: boolean): T; cancelDisposeObj&lt;T extends unknown&gt;(obj: T): T; dispose&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; dispose&lt;T extends unknown&gt;(obj: T, asyncDestroy?: boolean): T; dispose&lt;T extends unknown&gt;(objOrFun: T, asyncDestroy?: boolean): T; cancelDispose&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; cancelDispose&lt;T extends unknown&gt;(obj: T): T; cancelDispose&lt;T extends unknown&gt;(objOrFun: T): T; destroy(): true \| undefined; destroyAsync(): Promise&lt;true \| undefined&gt;; constructor: Function; toString: (() =&gt; string) &amp; (() =&gt; string); toLocaleString: (() =&gt; string) &amp; (() =&gt; string); valueOf: (() =&gt; Object) &amp; (() =&gt; Object); hasOwnProperty: ((v: PropertyKey) =&gt; boolean) &amp; ((v: PropertyKey) =&gt; boolean); isPrototypeOf: ((v: Object) =&gt; boolean) &amp; ((v: Object) =&gt; boolean); propertyIsEnumerable: ((v: PropertyKey) =&gt; boolean) &amp; ((v: PropertyKey) =&gt; boolean); }; readonly defaultOptions: [TierOptions](./plugin-tls.tieroptions.md)<!-- -->&lt;Options&gt;; get pluginManager(): import("..").[PluginManager](./plugin-tls.pluginmanager.md)<!-- -->&lt;typeof import("./PluginHost").[PluginHost](./plugin-tls.pluginhost.md) &amp; HOST &amp; (new (...args: any) =&gt; { readonly isDestroyed: boolean; \_isDestroyed: boolean; \_destroyers: import("@gby/destroyable").FunDestroyer\[\]; disposeFun&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; cancelDisposeFun&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; disposeObj&lt;T extends any&gt;(obj: T, sync?: boolean): T; cancelDisposeObj&lt;T extends any&gt;(obj: T): T; dispose&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; dispose&lt;T extends any&gt;(obj: T, asyncDestroy?: boolean): T; dispose&lt;T extends any \| import("@gby/destroyable").FunDestroyer&gt;(objOrFun: T, asyncDestroy?: boolean): T; cancelDispose&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; cancelDispose&lt;T extends any&gt;(obj: T): T; cancelDispose&lt;T extends any \| import("@gby/destroyable").FunDestroyer&gt;(objOrFun: T): T; destroyThis(): void; destroy(): true \| undefined; destroyAsync(): Promise&lt;true \| undefined&gt;; constructor: Function; toString(): string; toLocaleString(): string; valueOf(): Object; hasOwnProperty(v: PropertyKey): boolean; isPrototypeOf(v: Object): boolean; propertyIsEnumerable(v: PropertyKey): boolean; }) &amp; P, import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;HOST, any&gt;&gt;; \_pluginManager: import("..").[PluginManager](./plugin-tls.pluginmanager.md)<!-- -->&lt;typeof import("./PluginHost").[PluginHost](./plugin-tls.pluginhost.md) &amp; HOST &amp; (new (...args: any) =&gt; { readonly isDestroyed: boolean; \_isDestroyed: boolean; \_destroyers: import("@gby/destroyable").FunDestroyer\[\]; disposeFun&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; cancelDisposeFun&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; disposeObj&lt;T extends any&gt;(obj: T, sync?: boolean): T; cancelDisposeObj&lt;T extends any&gt;(obj: T): T; dispose&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; dispose&lt;T extends any&gt;(obj: T, asyncDestroy?: boolean): T; dispose&lt;T extends any \| import("@gby/destroyable").FunDestroyer&gt;(objOrFun: T, asyncDestroy?: boolean): T; cancelDispose&lt;T extends import("@gby/destroyable").FunDestroyer&gt;(fun: T): T; cancelDispose&lt;T extends any&gt;(obj: T): T; cancelDispose&lt;T extends any \| import("@gby/destroyable").FunDestroyer&gt;(objOrFun: T): T; destroyThis(): void; destroy(): true \| undefined; destroyAsync(): Promise&lt;true \| undefined&gt;; constructor: Function; toString(): string; toLocaleString(): string; valueOf(): Object; hasOwnProperty(v: PropertyKey): boolean; isPrototypeOf(v: Object): boolean; propertyIsEnumerable(v: PropertyKey): boolean; }) &amp; P, import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;HOST, any&gt;&gt;; use&lt;P\_1 extends import("..").[IPlugin](./plugin-tls.iplugin.md)<!-- -->&lt;HOST, any&gt;&gt;(plugin: P\_1, ...options: import("..").[FormatUsePluginParameters](./plugin-tls.formatusepluginparameters.md)<!-- -->&lt;P\_1&gt;): void \| ReturnType&lt;P\_1\["used"\]&gt;; } &amp; P
29
134
 
30
135
 
@@ -14,10 +14,55 @@ export declare function defineExtend<C extends ClassType, E>(cla: C, ext: E & Th
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | cla | C | 扩展的目标,用作 this 的类型 |
20
- | ext | E &amp; ThisType&lt;InstanceType&lt;C&gt; &amp; E&gt; &amp; [PrivateMemberOfExtend](./plugin-tls.privatememberofextend.md)<!-- -->&lt;C&gt; | 描述扩展内容的对象,会自动更改其this的类型 |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ cla
36
+
37
+
38
+ </td><td>
39
+
40
+ C
41
+
42
+
43
+ </td><td>
44
+
45
+ 扩展的目标,用作 this 的类型
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ ext
52
+
53
+
54
+ </td><td>
55
+
56
+ E &amp; ThisType&lt;InstanceType&lt;C&gt; &amp; E&gt; &amp; [PrivateMemberOfExtend](./plugin-tls.privatememberofextend.md)<!-- -->&lt;C&gt;
57
+
58
+
59
+ </td><td>
60
+
61
+ 描述扩展内容的对象,会自动更改其this的类型
62
+
63
+
64
+ </td></tr>
65
+ </tbody></table>
21
66
 
22
67
  **Returns:**
23
68
 
@@ -14,10 +14,55 @@ export declare function defineExtendWithInit<C extends ClassType, E>(cla: C, ext
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | cla | C | 扩展的目标,用作 this 的类型 |
20
- | ext | E &amp; ThisType&lt;InstanceType&lt;C&gt; &amp; E&gt; &amp; [PrivateMemberOfExtendWithInit](./plugin-tls.privatememberofextendwithinit.md)<!-- -->&lt;C&gt; | 描述扩展内容的对象,会自动更改其this的类型 |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ cla
36
+
37
+
38
+ </td><td>
39
+
40
+ C
41
+
42
+
43
+ </td><td>
44
+
45
+ 扩展的目标,用作 this 的类型
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ ext
52
+
53
+
54
+ </td><td>
55
+
56
+ E &amp; ThisType&lt;InstanceType&lt;C&gt; &amp; E&gt; &amp; [PrivateMemberOfExtendWithInit](./plugin-tls.privatememberofextendwithinit.md)<!-- -->&lt;C&gt;
57
+
58
+
59
+ </td><td>
60
+
61
+ 描述扩展内容的对象,会自动更改其this的类型
62
+
63
+
64
+ </td></tr>
65
+ </tbody></table>
21
66
 
22
67
  **Returns:**
23
68
 
@@ -14,10 +14,55 @@ export declare function defineMixin<T, M>(target: T, mixin: M & ThisType<T & M>)
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | target | T | 混合的目标,用作 this 的类型 |
20
- | mixin | M &amp; ThisType&lt;T &amp; M&gt; | 混合对象,会自动更改其this的类型 |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ target
36
+
37
+
38
+ </td><td>
39
+
40
+ T
41
+
42
+
43
+ </td><td>
44
+
45
+ 混合的目标,用作 this 的类型
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ mixin
52
+
53
+
54
+ </td><td>
55
+
56
+ M &amp; ThisType&lt;T &amp; M&gt;
57
+
58
+
59
+ </td><td>
60
+
61
+ 混合对象,会自动更改其this的类型
62
+
63
+
64
+ </td></tr>
65
+ </tbody></table>
21
66
 
22
67
  **Returns:**
23
68
 
@@ -14,10 +14,55 @@ export declare function extendTarget<C extends ClassType, E>(cla: C, ext: E & Th
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | cla | C | 扩展的目标,也用作 this 的类型 |
20
- | ext | E &amp; ThisType&lt;InstanceType&lt;C&gt; &amp; E&gt; &amp; [PrivateMemberOfExtend](./plugin-tls.privatememberofextend.md)<!-- -->&lt;C&gt; | 扩展对象,会自动更改其this的类型 |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ cla
36
+
37
+
38
+ </td><td>
39
+
40
+ C
41
+
42
+
43
+ </td><td>
44
+
45
+ 扩展的目标,也用作 this 的类型
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ ext
52
+
53
+
54
+ </td><td>
55
+
56
+ E &amp; ThisType&lt;InstanceType&lt;C&gt; &amp; E&gt; &amp; [PrivateMemberOfExtend](./plugin-tls.privatememberofextend.md)<!-- -->&lt;C&gt;
57
+
58
+
59
+ </td><td>
60
+
61
+ 扩展对象,会自动更改其this的类型
62
+
63
+
64
+ </td></tr>
65
+ </tbody></table>
21
66
 
22
67
  **Returns:**
23
68
 
@@ -14,10 +14,55 @@ export declare function extendTargetWithInit<C extends ClassType, E>(cla: C, ext
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | cla | C | 扩展的目标,也用作 this 的类型 |
20
- | ext | E &amp; ThisType&lt;InstanceType&lt;C&gt; &amp; E&gt; &amp; [PrivateMemberOfExtendWithInit](./plugin-tls.privatememberofextendwithinit.md)<!-- -->&lt;C&gt; | 扩展对象,会自动更改其this的类型 |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ cla
36
+
37
+
38
+ </td><td>
39
+
40
+ C
41
+
42
+
43
+ </td><td>
44
+
45
+ 扩展的目标,也用作 this 的类型
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ ext
52
+
53
+
54
+ </td><td>
55
+
56
+ E &amp; ThisType&lt;InstanceType&lt;C&gt; &amp; E&gt; &amp; [PrivateMemberOfExtendWithInit](./plugin-tls.privatememberofextendwithinit.md)<!-- -->&lt;C&gt;
57
+
58
+
59
+ </td><td>
60
+
61
+ 扩展对象,会自动更改其this的类型
62
+
63
+
64
+ </td></tr>
65
+ </tbody></table>
21
66
 
22
67
  **Returns:**
23
68
 
@@ -14,10 +14,51 @@ export declare function getPropertyValue(obj: any, props: string[]): any;
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | obj | any | |
20
- | props | string\[\] | |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ obj
36
+
37
+
38
+ </td><td>
39
+
40
+ any
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td></tr>
47
+ <tr><td>
48
+
49
+ props
50
+
51
+
52
+ </td><td>
53
+
54
+ string\[\]
55
+
56
+
57
+ </td><td>
58
+
59
+
60
+ </td></tr>
61
+ </tbody></table>
21
62
 
22
63
  **Returns:**
23
64
 
@@ -14,10 +14,51 @@ export declare function getPropertyValueByPath(obj: any, propPath: string): any;
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | obj | any | |
20
- | propPath | string | |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ obj
36
+
37
+
38
+ </td><td>
39
+
40
+ any
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td></tr>
47
+ <tr><td>
48
+
49
+ propPath
50
+
51
+
52
+ </td><td>
53
+
54
+ string
55
+
56
+
57
+ </td><td>
58
+
59
+
60
+ </td></tr>
61
+ </tbody></table>
21
62
 
22
63
  **Returns:**
23
64
 
@@ -14,10 +14,51 @@ export declare function getTargetProperties<Props>(target: any, props: Props): P
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | target | any | |
20
- | props | Props | |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ target
36
+
37
+
38
+ </td><td>
39
+
40
+ any
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td></tr>
47
+ <tr><td>
48
+
49
+ props
50
+
51
+
52
+ </td><td>
53
+
54
+ Props
55
+
56
+
57
+ </td><td>
58
+
59
+
60
+ </td></tr>
61
+ </tbody></table>
21
62
 
22
63
  **Returns:**
23
64
 
@@ -9,5 +9,5 @@
9
9
  **Signature:**
10
10
 
11
11
  ```typescript
12
- export type HostInst<H> = H extends new (...args: any) => any ? InstanceType<H> : H;
12
+ export type HostInst<H> = H extends new (...args: any) => Object ? InstanceType<H> : H;
13
13
  ```
@@ -14,7 +14,45 @@ export interface IDefaultOptionsHost<Options>
14
14
 
15
15
  ## Properties
16
16
 
17
- | Property | Modifiers | Type | Description |
18
- | --- | --- | --- | --- |
19
- | [defaultOptions](./plugin-tls.idefaultoptionshost.defaultoptions.md) | <code>readonly</code> | Options | |
17
+ <table><thead><tr><th>
18
+
19
+ Property
20
+
21
+
22
+ </th><th>
23
+
24
+ Modifiers
25
+
26
+
27
+ </th><th>
28
+
29
+ Type
30
+
31
+
32
+ </th><th>
33
+
34
+ Description
35
+
36
+
37
+ </th></tr></thead>
38
+ <tbody><tr><td>
39
+
40
+ [defaultOptions](./plugin-tls.idefaultoptionshost.defaultoptions.md)
41
+
42
+
43
+ </td><td>
44
+
45
+ `readonly`
46
+
47
+
48
+ </td><td>
49
+
50
+ Options
51
+
52
+
53
+ </td><td>
54
+
55
+
56
+ </td></tr>
57
+ </tbody></table>
20
58