taon 19.0.5 → 19.0.6

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 (241) hide show
  1. package/README.md +175 -175
  2. package/bin/start.js +279 -279
  3. package/bin/taon +6 -6
  4. package/bin/taon-debug +5 -5
  5. package/bin/taon-debug-brk +5 -5
  6. package/browser/README.md +24 -24
  7. package/browser/fesm2022/taon.mjs +1313 -259
  8. package/browser/fesm2022/taon.mjs.map +1 -1
  9. package/browser/lib/base-classes/base-class.d.ts +1 -1
  10. package/browser/lib/base-classes/base-context.d.ts +6 -6
  11. package/browser/lib/base-classes/base-repository.d.ts +3 -2
  12. package/browser/lib/base-classes/base.d.ts +6 -6
  13. package/browser/lib/create-context.d.ts +12 -12
  14. package/browser/lib/index.d.ts +18 -18
  15. package/browser/lib/inject.d.ts +4 -1
  16. package/browser/lib/ui/taon-table/taon-table.component.d.ts +8 -7
  17. package/browser/package.json +1 -1
  18. package/cli.js.map +1 -1
  19. package/client/README.md +24 -24
  20. package/client/fesm2022/taon.mjs +1313 -259
  21. package/client/fesm2022/taon.mjs.map +1 -1
  22. package/client/lib/base-classes/base-class.d.ts +1 -1
  23. package/client/lib/base-classes/base-context.d.ts +6 -6
  24. package/client/lib/base-classes/base-repository.d.ts +3 -2
  25. package/client/lib/base-classes/base.d.ts +6 -6
  26. package/client/lib/create-context.d.ts +12 -12
  27. package/client/lib/index.d.ts +18 -18
  28. package/client/lib/inject.d.ts +4 -1
  29. package/client/lib/ui/taon-table/taon-table.component.d.ts +8 -7
  30. package/client/package.json +1 -1
  31. package/index.js.map +1 -1
  32. package/lib/base-classes/base-abstract-entity.js +2 -2
  33. package/lib/base-classes/base-abstract-entity.js.map +1 -1
  34. package/lib/base-classes/base-class.d.ts +1 -1
  35. package/lib/base-classes/base-class.js +13 -4
  36. package/lib/base-classes/base-class.js.map +1 -1
  37. package/lib/base-classes/base-context.d.ts +6 -6
  38. package/lib/base-classes/base-context.js.map +1 -1
  39. package/lib/base-classes/base-controller.js.map +1 -1
  40. package/lib/base-classes/base-crud-controller.js +6 -6
  41. package/lib/base-classes/base-crud-controller.js.map +1 -1
  42. package/lib/base-classes/base-entity.js +2 -2
  43. package/lib/base-classes/base-entity.js.map +1 -1
  44. package/lib/base-classes/base-injector.js +2 -2
  45. package/lib/base-classes/base-injector.js.map +1 -1
  46. package/lib/base-classes/base-migration.d.ts +1 -1
  47. package/lib/base-classes/base-migration.js +2 -2
  48. package/lib/base-classes/base-migration.js.map +1 -1
  49. package/lib/base-classes/base-provider.js.map +1 -1
  50. package/lib/base-classes/base-repository.d.ts +3 -2
  51. package/lib/base-classes/base-repository.js +14 -11
  52. package/lib/base-classes/base-repository.js.map +1 -1
  53. package/lib/base-classes/base-subscriber-for-entity.d.ts +1 -1
  54. package/lib/base-classes/base-subscriber-for-entity.js.map +1 -1
  55. package/lib/base-classes/base.d.ts +6 -6
  56. package/lib/base-classes/base.js.map +1 -1
  57. package/lib/build-info._auto-generated_.d.ts +2 -1
  58. package/lib/build-info._auto-generated_.js +3 -2
  59. package/lib/build-info._auto-generated_.js.map +1 -1
  60. package/lib/constants.js.map +1 -1
  61. package/lib/context-db-migrations.d.ts +1 -1
  62. package/lib/context-db-migrations.js +7 -7
  63. package/lib/context-db-migrations.js.map +1 -1
  64. package/lib/create-context.d.ts +12 -12
  65. package/lib/create-context.js +13 -13
  66. package/lib/create-context.js.map +1 -1
  67. package/lib/decorators/classes/controller-decorator.js.map +1 -1
  68. package/lib/decorators/classes/entity-decorator.d.ts +1 -1
  69. package/lib/decorators/classes/entity-decorator.js +8 -8
  70. package/lib/decorators/classes/entity-decorator.js.map +1 -1
  71. package/lib/decorators/classes/migration-decorator.js.map +1 -1
  72. package/lib/decorators/classes/provider-decorator.js.map +1 -1
  73. package/lib/decorators/classes/repository-decorator.js.map +1 -1
  74. package/lib/decorators/classes/subscriber-decorator.js.map +1 -1
  75. package/lib/decorators/http/http-decorators.d.ts +1 -1
  76. package/lib/decorators/http/http-decorators.js +2 -2
  77. package/lib/decorators/http/http-decorators.js.map +1 -1
  78. package/lib/decorators/http/http-methods-decorators.d.ts +1 -1
  79. package/lib/decorators/http/http-methods-decorators.js +2 -2
  80. package/lib/decorators/http/http-methods-decorators.js.map +1 -1
  81. package/lib/decorators/http/http-params-decorators.js.map +1 -1
  82. package/lib/dependency-injection/di-container.js.map +1 -1
  83. package/lib/endpoint-context.js +112 -112
  84. package/lib/endpoint-context.js.map +1 -1
  85. package/lib/entity-process.js +35 -35
  86. package/lib/entity-process.js.map +1 -1
  87. package/lib/env.js +2 -2
  88. package/lib/env.js.map +1 -1
  89. package/lib/formly/formly-group-wrapper-component.js.map +1 -1
  90. package/lib/formly/formly-repeat-component.js.map +1 -1
  91. package/lib/formly/formly.models.js.map +1 -1
  92. package/lib/formly/fromly.d.ts +1 -1
  93. package/lib/formly/fromly.js +26 -26
  94. package/lib/formly/fromly.js.map +1 -1
  95. package/lib/formly/type-from-entity.js +6 -6
  96. package/lib/formly/type-from-entity.js.map +1 -1
  97. package/lib/get-response-value.js +2 -2
  98. package/lib/get-response-value.js.map +1 -1
  99. package/lib/helpers/class-helpers.js +21 -21
  100. package/lib/helpers/class-helpers.js.map +1 -1
  101. package/lib/helpers/taon-helpers.js +4 -4
  102. package/lib/helpers/taon-helpers.js.map +1 -1
  103. package/lib/index._auto-generated_.js.map +1 -1
  104. package/lib/index.d.ts +18 -18
  105. package/lib/index.js +1 -1
  106. package/lib/index.js.map +1 -1
  107. package/lib/inject.js +0 -5
  108. package/lib/inject.js.map +1 -1
  109. package/lib/models.d.ts +1 -1
  110. package/lib/models.js +5 -5
  111. package/lib/models.js.map +1 -1
  112. package/lib/orm.d.ts +1 -1
  113. package/lib/orm.js +4 -4
  114. package/lib/orm.js.map +1 -1
  115. package/lib/realtime/realtime-client.js +3 -3
  116. package/lib/realtime/realtime-client.js.map +1 -1
  117. package/lib/realtime/realtime-core.js +3 -3
  118. package/lib/realtime/realtime-core.js.map +1 -1
  119. package/lib/realtime/realtime-server.js +7 -7
  120. package/lib/realtime/realtime-server.js.map +1 -1
  121. package/lib/realtime/realtime-strategy/index.js.map +1 -1
  122. package/lib/realtime/realtime-strategy/realtime-strategy-ipc.js.map +1 -1
  123. package/lib/realtime/realtime-strategy/realtime-strategy-mock.js.map +1 -1
  124. package/lib/realtime/realtime-strategy/realtime-strategy-socket-io.js.map +1 -1
  125. package/lib/realtime/realtime-strategy/realtime-strategy.js.map +1 -1
  126. package/lib/realtime/realtime-subs-manager.js +3 -3
  127. package/lib/realtime/realtime-subs-manager.js.map +1 -1
  128. package/lib/realtime/realtime.models.js.map +1 -1
  129. package/lib/storage.js +2 -2
  130. package/lib/storage.js.map +1 -1
  131. package/lib/symbols.js +7 -7
  132. package/lib/symbols.js.map +1 -1
  133. package/lib/ui/directives/index.js +2 -2
  134. package/lib/ui/directives/index.js.map +1 -1
  135. package/lib/ui/directives/view-mode.js.map +1 -1
  136. package/lib/ui/index.js +2 -2
  137. package/lib/ui/index.js.map +1 -1
  138. package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
  139. package/lib/ui/taon-admin-mode-configuration/index.js.map +1 -1
  140. package/lib/ui/taon-admin-mode-configuration/taon-admin.models.js.map +1 -1
  141. package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
  142. package/lib/ui/taon-github-fork-me-corner/index.js.map +1 -1
  143. package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
  144. package/lib/ui/taon-github-fork-me-ribbon/index.js.map +1 -1
  145. package/lib/ui/taon-notifications/index.js.map +1 -1
  146. package/lib/ui/taon-notifications/taon-notifications.models.js +2 -2
  147. package/lib/ui/taon-notifications/taon-notifications.models.js.map +1 -1
  148. package/lib/ui/taon-progress-bar/index.js +2 -2
  149. package/lib/ui/taon-progress-bar/index.js.map +1 -1
  150. package/lib/ui/taon-session-passcode/index.js +2 -2
  151. package/lib/ui/taon-session-passcode/index.js.map +1 -1
  152. package/lib/ui/taon-table/index.js +2 -2
  153. package/lib/ui/taon-table/index.js.map +1 -1
  154. package/lib/ui/taon-table/taon-table.component.d.ts +7 -6
  155. package/lib/ui/taon.models.d.ts +1 -1
  156. package/lib/ui/taon.models.js.map +1 -1
  157. package/lib/validators.js +8 -8
  158. package/lib/validators.js.map +1 -1
  159. package/migrations/index.js.map +1 -1
  160. package/migrations/migrations_index._auto-generated_.js.map +1 -1
  161. package/old-app .js +1 -1
  162. package/old-app .js.map +1 -1
  163. package/package.json +1 -1
  164. package/playground.js.map +1 -1
  165. package/tmp-environment.json +4 -4
  166. package/websql/README.md +24 -24
  167. package/websql/fesm2022/taon.mjs +1609 -282
  168. package/websql/fesm2022/taon.mjs.map +1 -1
  169. package/websql/lib/base-classes/base-class.d.ts +1 -1
  170. package/websql/lib/base-classes/base-context.d.ts +6 -6
  171. package/websql/lib/base-classes/base-repository.d.ts +3 -2
  172. package/websql/lib/base-classes/base.d.ts +6 -6
  173. package/websql/lib/create-context.d.ts +12 -12
  174. package/websql/lib/index.d.ts +18 -18
  175. package/websql/lib/inject.d.ts +4 -1
  176. package/websql/lib/ui/taon-table/taon-table.component.d.ts +8 -7
  177. package/websql/package.json +1 -1
  178. package/browser/lib/storage.d.ts +0 -2
  179. package/client/lib/storage.d.ts +0 -2
  180. package/lib/base-classes/base-subscriber.d.ts +0 -4
  181. package/lib/base-classes/base-subscriber.js +0 -25
  182. package/lib/base-classes/base-subscriber.js.map +0 -1
  183. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/index.d.ts +0 -0
  184. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/index.js +0 -5
  185. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/index.js.map +0 -1
  186. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-namespace.d.ts +0 -22
  187. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-namespace.js +0 -139
  188. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-namespace.js.map +0 -1
  189. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-wrapper.d.ts +0 -16
  190. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-wrapper.js +0 -68
  191. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-wrapper.js.map +0 -1
  192. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-namespace.d.ts +0 -10
  193. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-namespace.js +0 -56
  194. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-namespace.js.map +0 -1
  195. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-wrapper.d.ts +0 -10
  196. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-wrapper.js +0 -50
  197. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-wrapper.js.map +0 -1
  198. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc.models.d.ts +0 -13
  199. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc.models.js +0 -3
  200. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc.models.js.map +0 -1
  201. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/index.d.ts +0 -2
  202. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/index.js +0 -6
  203. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/index.js.map +0 -1
  204. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-client.d.ts +0 -16
  205. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-client.js +0 -54
  206. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-client.js.map +0 -1
  207. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-namespaces.d.ts +0 -17
  208. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-namespaces.js +0 -52
  209. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-namespaces.js.map +0 -1
  210. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-server.d.ts +0 -11
  211. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-server.js +0 -39
  212. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-server.js.map +0 -1
  213. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-socket.d.ts +0 -13
  214. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-socket.js +0 -46
  215. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-socket.js.map +0 -1
  216. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock.models.d.ts +0 -11
  217. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock.models.js +0 -3
  218. package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock.models.js.map +0 -1
  219. package/lib/ui/directives/firedev-inject-html.directive.d.ts +0 -6
  220. package/lib/ui/directives/firedev-long-press.directive.d.ts +0 -22
  221. package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/index.d.ts +0 -2
  222. package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/index.js +0 -5
  223. package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/index.js.map +0 -1
  224. package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/taon-admin-edit-mode.component.d.ts +0 -29
  225. package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/taon-admin-edit-mode.module.d.ts +0 -2
  226. package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/index.d.ts +0 -1
  227. package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/index.js +0 -5
  228. package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/index.js.map +0 -1
  229. package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/taon-db-admin.component.d.ts +0 -8
  230. package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/index.d.ts +0 -2
  231. package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/index.js +0 -5
  232. package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/index.js.map +0 -1
  233. package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/taon-file-general-opt.component.d.ts +0 -13
  234. package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/taon-file-general-opt.module.d.ts +0 -2
  235. package/lib/ui/taon-admin-mode-configuration/models/taon-admin-mode-tabs.d.ts +0 -5
  236. package/lib/ui/taon-admin-mode-configuration/models/taon-admin-mode-tabs.js +0 -3
  237. package/lib/ui/taon-admin-mode-configuration/models/taon-admin-mode-tabs.js.map +0 -1
  238. package/lib/ui/taon-admin-mode-configuration/taon-admin-control.service.d.ts +0 -14
  239. package/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.module.d.ts +0 -2
  240. package/lib/ui/toan-full-material.module.d.ts +0 -2
  241. package/websql/lib/storage.d.ts +0 -2
@@ -5,5 +5,5 @@ export declare class BaseClass<CloneT extends BaseClass = any> {
5
5
  * taon after class instance creation
6
6
  */
7
7
  _(): Promise<void>;
8
- clone(override: Partial<CloneT>): CloneT;
8
+ clone(override?: Partial<CloneT>): CloneT;
9
9
  }
@@ -1,13 +1,13 @@
1
1
  // @ts-nocheck
2
2
  declare const BaseContext: {
3
3
  types: {
4
- readonly controllers: CTRL;
5
- readonly repositories: REPO;
6
- readonly providers: PROVIDER;
7
- readonly subscribers: SUBSCRIBER;
8
- readonly migrations: MIGRATION;
4
+ readonly controllers: any;
5
+ readonly repositories: any;
6
+ readonly providers: any;
7
+ readonly subscribers: any;
8
+ readonly migrations: any;
9
9
  };
10
- readonly contexts: CTX;
10
+ readonly contexts: any;
11
11
  readonly contextName: string;
12
12
  __ref(): Promise<import("taon/websql").EndpointContext>;
13
13
  readonly __refSync: import("taon/websql").EndpointContext;
@@ -1,5 +1,5 @@
1
1
  // @ts-nocheck
2
- import type { FindManyOptions, FindOneOptions, FindOptionsWhere, InsertResult, Repository, SaveOptions, UpdateResult } from 'taon-typeorm';
2
+ import type { FindManyOptions, FindOneOptions, FindOptionsWhere, InsertResult, Repository, SaveOptions, UpdateResult } from 'taon-typeorm/websql';
3
3
  import type { QueryDeepPartialEntity } from 'taon-typeorm/lib/typeorm/query-builder/QueryPartialEntity';
4
4
  import type { UpsertOptions } from 'taon-typeorm/lib/typeorm/repository/UpsertOptions';
5
5
  import type { DataSource as DataSourceType } from 'taon-typeorm/websql';
@@ -128,7 +128,8 @@ export declare abstract class BaseRepository<Entity extends {
128
128
  */
129
129
  insert(entity: QueryDeepPartialEntity<Entity> | QueryDeepPartialEntity<Entity>[]): Promise<InsertResult>;
130
130
  update(item: Entity): Promise<Entity>;
131
- updateById(id: number | string, item: Entity): Promise<Entity>;
131
+ private allowedTypesToUpdate;
132
+ updateById<ENTITY = Entity>(id: number | string, item: Entity): Promise<ENTITY>;
132
133
  bulkUpdate(items: Entity[]): Promise<{
133
134
  models: any[];
134
135
  }>;
@@ -21,13 +21,13 @@ export declare namespace Base {
21
21
  export import Migration = baseMigration.BaseMigration;
22
22
  const Context: {
23
23
  types: {
24
- readonly controllers: CTRL;
25
- readonly repositories: REPO;
26
- readonly providers: PROVIDER;
27
- readonly subscribers: SUBSCRIBER;
28
- readonly migrations: MIGRATION;
24
+ readonly controllers: any;
25
+ readonly repositories: any;
26
+ readonly providers: any;
27
+ readonly subscribers: any;
28
+ readonly migrations: any;
29
29
  };
30
- readonly contexts: CTX;
30
+ readonly contexts: any;
31
31
  readonly contextName: string;
32
32
  __ref(): Promise<import("taon/websql").EndpointContext>;
33
33
  readonly __refSync: import("taon/websql").EndpointContext;
@@ -3,13 +3,13 @@ import { EndpointContext } from './endpoint-context';
3
3
  import { Models } from './models';
4
4
  export declare const createContextTemplate: <CTX extends Record<string, object>, CTRL extends Record<string, new (...args: any[]) => any>, ENTITY extends Record<string, new (...args: any[]) => any>, REPO extends Record<string, new (...args: any[]) => any>, PROVIDER extends Record<string, new (...args: any[]) => any>, SUBSCRIBER extends Record<string, new (...args: any[]) => any>, MIGRATION extends Record<string, new (...args: any[]) => any>>(configFn: (env: any) => Models.ContextOptions<CTX, CTRL, ENTITY, REPO, PROVIDER, SUBSCRIBER, MIGRATION>) => () => {
5
5
  types: {
6
- readonly controllers: CTRL_1;
7
- readonly repositories: REPO_1;
8
- readonly providers: PROVIDER_1;
9
- readonly subscribers: SUBSCRIBER_1;
10
- readonly migrations: MIGRATION_1;
6
+ readonly controllers: any;
7
+ readonly repositories: any;
8
+ readonly providers: any;
9
+ readonly subscribers: any;
10
+ readonly migrations: any;
11
11
  };
12
- readonly contexts: CTX_1;
12
+ readonly contexts: any;
13
13
  readonly contextName: string;
14
14
  /**
15
15
  * @deprecated
@@ -44,13 +44,13 @@ export declare const createContextTemplate: <CTX extends Record<string, object>,
44
44
  };
45
45
  export declare const createContext: <CTX extends Record<string, object>, CTRL extends Record<string, new (...args: any[]) => any>, ENTITY extends Record<string, new (...args: any[]) => any>, REPO extends Record<string, new (...args: any[]) => any>, PROVIDER extends Record<string, new (...args: any[]) => any>, SUBSCRIBER extends Record<string, new (...args: any[]) => any>, MIGRATION extends Record<string, new (...args: any[]) => any>>(configFn: (env: any) => Models.ContextOptions<CTX, CTRL, ENTITY, REPO, PROVIDER, SUBSCRIBER, MIGRATION>) => {
46
46
  types: {
47
- readonly controllers: CTRL;
48
- readonly repositories: REPO;
49
- readonly providers: PROVIDER;
50
- readonly subscribers: SUBSCRIBER;
51
- readonly migrations: MIGRATION;
47
+ readonly controllers: any;
48
+ readonly repositories: any;
49
+ readonly providers: any;
50
+ readonly subscribers: any;
51
+ readonly migrations: any;
52
52
  };
53
- readonly contexts: CTX;
53
+ readonly contexts: any;
54
54
  readonly contextName: string;
55
55
  /**
56
56
  * @deprecated
@@ -48,13 +48,13 @@ export declare namespace Taon {
48
48
  const isElectron: boolean;
49
49
  const createContext: <CTX extends Record<string, object>, CTRL extends Record<string, new (...args: any[]) => any>, ENTITY extends Record<string, new (...args: any[]) => any>, REPO extends Record<string, new (...args: any[]) => any>, PROVIDER extends Record<string, new (...args: any[]) => any>, SUBSCRIBER extends Record<string, new (...args: any[]) => any>, MIGRATION extends Record<string, new (...args: any[]) => any>>(configFn: (env: any) => models.Models.ContextOptions<CTX, CTRL, ENTITY, REPO, PROVIDER, SUBSCRIBER, MIGRATION>) => {
50
50
  types: {
51
- readonly controllers: CTRL;
52
- readonly repositories: REPO;
53
- readonly providers: PROVIDER;
54
- readonly subscribers: SUBSCRIBER;
55
- readonly migrations: MIGRATION;
51
+ readonly controllers: any;
52
+ readonly repositories: any;
53
+ readonly providers: any;
54
+ readonly subscribers: any;
55
+ readonly migrations: any;
56
56
  };
57
- readonly contexts: CTX;
57
+ readonly contexts: any;
58
58
  readonly contextName: string;
59
59
  __ref(): Promise<endpointContext.EndpointContext>;
60
60
  readonly __refSync: endpointContext.EndpointContext;
@@ -73,13 +73,13 @@ export declare namespace Taon {
73
73
  };
74
74
  const createContextTemplate: <CTX extends Record<string, object>, CTRL extends Record<string, new (...args: any[]) => any>, ENTITY extends Record<string, new (...args: any[]) => any>, REPO extends Record<string, new (...args: any[]) => any>, PROVIDER extends Record<string, new (...args: any[]) => any>, SUBSCRIBER extends Record<string, new (...args: any[]) => any>, MIGRATION extends Record<string, new (...args: any[]) => any>>(configFn: (env: any) => models.Models.ContextOptions<CTX, CTRL, ENTITY, REPO, PROVIDER, SUBSCRIBER, MIGRATION>) => () => {
75
75
  types: {
76
- readonly controllers: CTRL_1;
77
- readonly repositories: REPO_1;
78
- readonly providers: PROVIDER_1;
79
- readonly subscribers: SUBSCRIBER_1;
80
- readonly migrations: MIGRATION_1;
76
+ readonly controllers: any;
77
+ readonly repositories: any;
78
+ readonly providers: any;
79
+ readonly subscribers: any;
80
+ readonly migrations: any;
81
81
  };
82
- readonly contexts: CTX_1;
82
+ readonly contexts: any;
83
83
  readonly contextName: string;
84
84
  __ref(): Promise<endpointContext.EndpointContext>;
85
85
  readonly __refSync: endpointContext.EndpointContext;
@@ -109,13 +109,13 @@ export declare namespace Taon {
109
109
  controllers: Function[];
110
110
  }) => Promise<{
111
111
  types: {
112
- readonly controllers: CTRL;
113
- readonly repositories: REPO;
114
- readonly providers: PROVIDER;
115
- readonly subscribers: SUBSCRIBER;
116
- readonly migrations: MIGRATION;
112
+ readonly controllers: any;
113
+ readonly repositories: any;
114
+ readonly providers: any;
115
+ readonly subscribers: any;
116
+ readonly migrations: any;
117
117
  };
118
- readonly contexts: CTX;
118
+ readonly contexts: any;
119
119
  readonly contextName: string;
120
120
  __ref(): Promise<endpointContext.EndpointContext>;
121
121
  readonly __refSync: endpointContext.EndpointContext;
@@ -1,2 +1,5 @@
1
1
  // @ts-nocheck
2
- export declare const inject: <T>(entity: () => new (...args: any[]) => T) => T;
2
+ export declare const inject: <T>(entity: () => new (...args: any[]) => T) => T;
3
+ /**
4
+ * TODO
5
+ */
@@ -1,21 +1,22 @@
1
1
  // @ts-nocheck
2
- import { TemplateRef, EventEmitter, ElementRef } from '@angular/core';
3
- import { Taon } from '../../../lib';
2
+ import { OnInit, TemplateRef, EventEmitter, ElementRef, OnDestroy } from '@angular/core';
4
3
  import { PageEvent } from '@angular/material/paginator';
5
4
  import { MtxGridColumn } from '@ng-matero/extensions/grid';
5
+ import { Taon } from '../../../lib';
6
6
  import * as i0 from "@angular/core";
7
- export declare class TaonTableComponent {
7
+ export declare class TaonTableComponent implements OnDestroy, OnInit {
8
8
  pageNumber: number;
9
9
  pageSize: number;
10
10
  allowedColumns: string[];
11
- entity: typeof Taon.Base.Entity | string;
12
11
  expansionTemplate: TemplateRef<any>;
13
12
  rows: {
14
13
  id: number;
15
14
  name: string;
16
15
  }[];
16
+ entityCrudController: Taon.Base.CrudController<any>;
17
17
  columns: MtxGridColumn[];
18
18
  pageSizeOptions: number[];
19
+ hideSearch: boolean;
19
20
  expansionChange: EventEmitter<any>;
20
21
  addingItem: EventEmitter<void>;
21
22
  search?: ElementRef<HTMLElement>;
@@ -25,13 +26,13 @@ export declare class TaonTableComponent {
25
26
  isLoading: boolean;
26
27
  totalElements: number;
27
28
  private sub;
28
- constructor();
29
+ get entity(): typeof Taon.Base.Entity;
29
30
  ngOnInit(): Promise<void>;
30
31
  ngOnDestroy(): void;
31
32
  getNextPage(e: PageEvent): Promise<void>;
32
- retriveData(): Promise<void>;
33
+ getData(): Promise<void>;
33
34
  expansionRow(e: any): void;
34
35
  onTableContextMenu(e: any): void;
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<TaonTableComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<TaonTableComponent, "taon-table", never, { "pageNumber": { "alias": "pageNumber"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "allowedColumns": { "alias": "allowedColumns"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "expansionTemplate": { "alias": "expansionTemplate"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; }, { "expansionChange": "expansionChange"; "addingItem": "addingItem"; }, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<TaonTableComponent, "taon-table", never, { "pageNumber": { "alias": "pageNumber"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "allowedColumns": { "alias": "allowedColumns"; "required": false; }; "expansionTemplate": { "alias": "expansionTemplate"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "entityCrudController": { "alias": "entityCrudController"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "hideSearch": { "alias": "hideSearch"; "required": false; }; }, { "expansionChange": "expansionChange"; "addingItem": "addingItem"; }, never, never, false, never>;
37
38
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/websql",
3
- "version": "19.0.5",
3
+ "version": "19.0.6",
4
4
  "module": "fesm2022/taon.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,2 +0,0 @@
1
- // @ts-nocheck
2
- export declare const globalPublicStorage: typeof globalThis;
@@ -1,2 +0,0 @@
1
- // @ts-nocheck
2
- export declare const globalPublicStorage: typeof globalThis;
@@ -1,4 +0,0 @@
1
- import { BaseInjector } from './base-injector';
2
- export declare abstract class BaseSubscriber<Entity = any> extends BaseInjector {
3
- protected __trigger_event__(eventName: keyof Entity): void;
4
- }
@@ -1,25 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseSubscriber = void 0;
4
- var tslib_1 = require("tslib");
5
- var base_injector_1 = require("./base-injector");
6
- var subscriber_decorator_1 = require("../decorators/classes/subscriber-decorator");
7
- var BaseSubscriber = /** @class */ (function (_super) {
8
- tslib_1.__extends(BaseSubscriber, _super);
9
- function BaseSubscriber() {
10
- return _super !== null && _super.apply(this, arguments) || this;
11
- }
12
- BaseSubscriber.prototype.__trigger_event__ = function (eventName) {
13
- var ctx = this.__endpoint_context__;
14
- console.log('Trigger event', eventName, ctx);
15
- // ctx.realtimeServer.triggerCustomEvent/
16
- };
17
- BaseSubscriber = tslib_1.__decorate([
18
- (0, subscriber_decorator_1.TaonSubscriber)({
19
- className: 'BaseSubscriber',
20
- })
21
- ], BaseSubscriber);
22
- return BaseSubscriber;
23
- }(base_injector_1.BaseInjector));
24
- exports.BaseSubscriber = BaseSubscriber;
25
- //# sourceMappingURL=base-subscriber.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-subscriber.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/base-classes/base-subscriber.ts"],"names":[],"mappings":";;;;AAWA,iDAA+C;AAC/C,mFAA4E;AAK5E;IAA2D,0CAAY;IAAvE;;IAMA,CAAC;IALW,0CAAiB,GAA3B,UAA4B,SAAuB;QACjD,IAAM,GAAG,GAAG,IAAI,CAAC,oBAAoB,CAAC;QACtC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,SAAS,EAAE,GAAG,CAAC,CAAC;QAC7C,yCAAyC;IAC3C,CAAC;IALmB,cAAc;QAHnC,IAAA,qCAAc,EAAC;YACd,SAAS,EAAE,gBAAgB;SAC5B,CAAC;OACoB,cAAc,CAMnC;IAAD,qBAAC;CAAA,AAND,CAA2D,4BAAY,GAMtE;AANqB,wCAAc"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1729369285673 = dummy1729369285673;
4
- function dummy1729369285673() { }
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
@@ -1,22 +0,0 @@
1
- import * as Electron from 'electron';
2
- export declare class IpcMainNamespace {
3
- name: string;
4
- private rooms;
5
- private listeners;
6
- constructor(name: string);
7
- on(event: string, callback: (event: Electron.IpcMainEvent, ...args: any[]) => void): void;
8
- off(event: string, callback?: (event: Electron.IpcMainEvent, ...args: any[]) => void): void;
9
- emit(event: string, ...args: any[]): void;
10
- to(room: string): {
11
- emit: (event: string, ...args: any[]) => void;
12
- };
13
- in(room: string): {
14
- emit: (event: string, ...args: any[]) => void;
15
- };
16
- join(webContents: Electron.WebContents, room: string): void;
17
- leave(webContents: Electron.WebContents, room: string): void;
18
- path(): string;
19
- get nsp(): {
20
- readonly name: string;
21
- };
22
- }
@@ -1,139 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IpcMainNamespace = void 0;
4
- var tslib_1 = require("tslib");
5
- //#region @backend
6
- var Electron = require("electron");
7
- var electron_1 = require("electron");
8
- //#endregion
9
- var IpcMainNamespace = /** @class */ (function () {
10
- function IpcMainNamespace(name) {
11
- this.name = name;
12
- this.rooms = {};
13
- this.listeners = {};
14
- }
15
- IpcMainNamespace.prototype.on = function (event, callback) {
16
- //#region @backendFunc
17
- var listenKey = "(".concat(this.name, ") \"").concat(event, "\"");
18
- // console.log(`[BACKEND]][IPC][MAIN NAMSEPACE] listenToEvent "${listenKey}"`);
19
- if (!this.listeners[event]) {
20
- this.listeners[event] = [];
21
- }
22
- this.listeners[event].push(callback);
23
- electron_1.ipcMain.on(listenKey, callback);
24
- this.emit(listenKey); // QUICK_FIX
25
- //#endregion
26
- };
27
- IpcMainNamespace.prototype.off = function (event, callback) {
28
- //#region @backendFunc
29
- if (!this.listeners[event])
30
- return;
31
- if (callback) {
32
- this.listeners[event] = this.listeners[event].filter(function (listener) { return listener !== callback; });
33
- }
34
- else {
35
- delete this.listeners[event];
36
- }
37
- var removeKey = "(".concat(this.name, ") \"").concat(event, "\"");
38
- // console.log(`[BACKEND]][IPC][MAIN NAMSEPACE] removeKey ${removeKey}`);
39
- electron_1.ipcMain.removeListener(removeKey, callback);
40
- //#endregion
41
- };
42
- IpcMainNamespace.prototype.emit = function (event) {
43
- var args = [];
44
- for (var _i = 1; _i < arguments.length; _i++) {
45
- args[_i - 1] = arguments[_i];
46
- }
47
- //#region @backendFunc
48
- var sendEventKey = "(".concat(this.name, ") \"").concat(event, "\"");
49
- // console.log(`[BACKEND]][IPC][MAIN NAMSEPACE] emitEvent "${sendEventKey}"`);
50
- var allWindows = Electron.BrowserWindow.getAllWindows();
51
- allWindows.forEach(function (win, index) {
52
- var _a;
53
- (_a = win.webContents).send.apply(_a, tslib_1.__spreadArray([sendEventKey], tslib_1.__read(args), false));
54
- });
55
- //#endregion
56
- };
57
- IpcMainNamespace.prototype.to = function (room) {
58
- var _this = this;
59
- return {
60
- emit: function (event) {
61
- var args = [];
62
- for (var _i = 1; _i < arguments.length; _i++) {
63
- args[_i - 1] = arguments[_i];
64
- }
65
- var emitEvent = "(".concat(_this.name, ") \"").concat(event, "\"");
66
- // console.log(
67
- // `[BACKEND]][IPC][MAIN NAMSEPACE] emitEvent in room "${room}"` +
68
- // ` (exited=${!!this.rooms[room]}) "${emitEvent}"`,
69
- // );
70
- var allWindows = Electron.BrowserWindow.getAllWindows();
71
- allWindows.forEach(function (win, index) {
72
- var _a;
73
- (_a = win.webContents).send.apply(_a, tslib_1.__spreadArray([emitEvent], tslib_1.__read(args), false));
74
- });
75
- },
76
- };
77
- };
78
- IpcMainNamespace.prototype.in = function (room) {
79
- var _this = this;
80
- return {
81
- emit: function (event) {
82
- var args = [];
83
- for (var _i = 1; _i < arguments.length; _i++) {
84
- args[_i - 1] = arguments[_i];
85
- }
86
- // console.log(
87
- // `[BACKEND]][IPC][MAIN NAMSEPACE] ` +
88
- // ` emit in room "${room}" "${event}"`,
89
- // );
90
- var sendEventKey = "(".concat(_this.name, ") \"").concat(event, "\"");
91
- var allWindows = Electron.BrowserWindow.getAllWindows();
92
- allWindows.forEach(function (win, index) {
93
- var _a;
94
- (_a = win.webContents).send.apply(_a, tslib_1.__spreadArray([sendEventKey], tslib_1.__read(args), false));
95
- });
96
- },
97
- };
98
- };
99
- IpcMainNamespace.prototype.join = function (webContents, room) {
100
- if (!this.rooms[room]) {
101
- this.rooms[room] = new Set();
102
- }
103
- this.rooms[room].add(webContents);
104
- // console.log(
105
- // `[BACKEND]][IPC][MAIN NAMSEPACE] joinRoom "${room}"`,
106
- // this.rooms[room].size,
107
- // );
108
- };
109
- IpcMainNamespace.prototype.leave = function (webContents, room) {
110
- if (this.rooms[room]) {
111
- this.rooms[room].delete(webContents);
112
- if (this.rooms[room].size === 0) {
113
- delete this.rooms[room];
114
- }
115
- }
116
- // console.log(
117
- // `[BACKEND]][IPC][MAIN NAMSEPACE] leaveRoom "${room}"`,
118
- // this.rooms[room] ? this.rooms[room].size : 'no room',
119
- // );
120
- };
121
- IpcMainNamespace.prototype.path = function () {
122
- return this.name;
123
- };
124
- Object.defineProperty(IpcMainNamespace.prototype, "nsp", {
125
- get: function () {
126
- var self = this;
127
- return {
128
- get name() {
129
- return self.name;
130
- },
131
- };
132
- },
133
- enumerable: false,
134
- configurable: true
135
- });
136
- return IpcMainNamespace;
137
- }());
138
- exports.IpcMainNamespace = IpcMainNamespace;
139
- //# sourceMappingURL=realtime-strategy-ipc-main-namespace.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"realtime-strategy-ipc-main-namespace.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-namespace.ts"],"names":[],"mappings":"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"}
@@ -1,16 +0,0 @@
1
- import { IpcMainNamespace } from './realtime-strategy-ipc-main-namespace';
2
- export declare class ioIpcStrategy {
3
- contextName: string;
4
- private namespaces;
5
- constructor(contextName: string);
6
- of(namespace: string): IpcMainNamespace;
7
- on(event: string, callback: (event: Electron.IpcMainEvent, ...args: any[]) => void): void;
8
- emit(event: string, ...args: any[]): void;
9
- path(): string;
10
- get nsp(): {
11
- readonly name: string;
12
- };
13
- in(room: string): {
14
- emit: (event: string, ...args: any[]) => void;
15
- };
16
- }
@@ -1,68 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ioIpcStrategy = void 0;
4
- var tslib_1 = require("tslib");
5
- var realtime_strategy_ipc_main_namespace_1 = require("./realtime-strategy-ipc-main-namespace");
6
- var ioIpcStrategy = /** @class */ (function () {
7
- function ioIpcStrategy(contextName) {
8
- this.contextName = contextName;
9
- this.namespaces = {
10
- ' /': new realtime_strategy_ipc_main_namespace_1.IpcMainNamespace('/'),
11
- };
12
- // console.log(`IpcMainWrapper created for context: "${contextName}"`);
13
- }
14
- ioIpcStrategy.prototype.of = function (namespace) {
15
- if (!this.namespaces[namespace]) {
16
- this.namespaces[namespace] = new realtime_strategy_ipc_main_namespace_1.IpcMainNamespace(namespace);
17
- }
18
- return this.namespaces[namespace];
19
- };
20
- ioIpcStrategy.prototype.on = function (event, callback) {
21
- var eventKey = "(".concat(this.contextName, ") \"").concat(event, "\"");
22
- // console.log(`[BACKEND]][IPC][MAIN] listenToEvent "${eventKey}"`);
23
- this.namespaces['/'].on(eventKey, callback);
24
- };
25
- ioIpcStrategy.prototype.emit = function (event) {
26
- var _a;
27
- var args = [];
28
- for (var _i = 1; _i < arguments.length; _i++) {
29
- args[_i - 1] = arguments[_i];
30
- }
31
- var eventKey = "(".concat(this.contextName, ") \"").concat(event, "\"");
32
- // console.log(`[BACKEND]][IPC][MAIN] emitEven "${eventKey}"`);
33
- (_a = this.namespaces['/']).emit.apply(_a, tslib_1.__spreadArray([eventKey], tslib_1.__read(args), false));
34
- };
35
- ioIpcStrategy.prototype.path = function () {
36
- return '/';
37
- };
38
- Object.defineProperty(ioIpcStrategy.prototype, "nsp", {
39
- get: function () {
40
- return {
41
- get name() {
42
- return '/';
43
- },
44
- };
45
- },
46
- enumerable: false,
47
- configurable: true
48
- });
49
- ioIpcStrategy.prototype.in = function (room) {
50
- var _this = this;
51
- return {
52
- emit: function (event) {
53
- var args = [];
54
- for (var _i = 1; _i < arguments.length; _i++) {
55
- args[_i - 1] = arguments[_i];
56
- }
57
- // console.log(`[BACKEND]][IPC][MAIN] emit in room "${room}" "${event}"`);
58
- Object.values(_this.namespaces).forEach(function (namespace) {
59
- var _a;
60
- (_a = namespace.to(room)).emit.apply(_a, tslib_1.__spreadArray([event], tslib_1.__read(args), false));
61
- });
62
- },
63
- };
64
- };
65
- return ioIpcStrategy;
66
- }());
67
- exports.ioIpcStrategy = ioIpcStrategy;
68
- //# sourceMappingURL=realtime-strategy-ipc-main-wrapper.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"realtime-strategy-ipc-main-wrapper.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-wrapper.ts"],"names":[],"mappings":";;;;AAAA,+FAA0E;AAG1E;IAKE,uBAAmB,WAAmB;QAAnB,gBAAW,GAAX,WAAW,CAAQ;QAJ9B,eAAU,GAAe;YAC/B,IAAI,EAAE,IAAI,uDAAgB,CAAC,GAAG,CAAC;SAChC,CAAC;QAGA,uEAAuE;IACzE,CAAC;IAED,0BAAE,GAAF,UAAG,SAAiB;QAClB,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC;YAChC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,IAAI,uDAAgB,CAAC,SAAS,CAAC,CAAC;QAC/D,CAAC;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACpC,CAAC;IAED,0BAAE,GAAF,UACE,KAAa,EACb,QAAgE;QAEhE,IAAM,QAAQ,GAAG,WAAI,IAAI,CAAC,WAAW,iBAAM,KAAK,OAAG,CAAC;QACpD,oEAAoE;QACpE,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IAC9C,CAAC;IAED,4BAAI,GAAJ,UAAK,KAAa;;QAAE,cAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,6BAAc;;QAChC,IAAM,QAAQ,GAAG,WAAI,IAAI,CAAC,WAAW,iBAAM,KAAK,OAAG,CAAC;QACpD,+DAA+D;QAC/D,CAAA,KAAA,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA,CAAC,IAAI,kCAAC,QAAQ,kBAAK,IAAI,WAAE;IAC/C,CAAC;IAED,4BAAI,GAAJ;QACE,OAAO,GAAG,CAAC;IACb,CAAC;IAED,sBAAI,8BAAG;aAAP;YACE,OAAO;gBACL,IAAI,IAAI;oBACN,OAAO,GAAG,CAAC;gBACb,CAAC;aACF,CAAC;QACJ,CAAC;;;OAAA;IAED,0BAAE,GAAF,UAAG,IAAY;QAAf,iBASC;QARC,OAAO;YACL,IAAI,EAAE,UAAC,KAAa;gBAAE,cAAc;qBAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;oBAAd,6BAAc;;gBAClC,0EAA0E;gBAC1E,MAAM,CAAC,MAAM,CAAC,KAAI,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,UAAA,SAAS;;oBAC9C,CAAA,KAAA,SAAS,CAAC,EAAE,CAAC,IAAI,CAAC,CAAA,CAAC,IAAI,kCAAC,KAAK,kBAAK,IAAI,WAAE;gBAC1C,CAAC,CAAC,CAAC;YACL,CAAC;SACF,CAAC;IACJ,CAAC;IACH,oBAAC;AAAD,CAAC,AArDD,IAqDC;AArDY,sCAAa"}
@@ -1,10 +0,0 @@
1
- import { ipcRenderer } from 'electron';
2
- export declare class IpcRendererNamespace {
3
- name: string;
4
- ipcRenderer: typeof ipcRenderer;
5
- private listeners;
6
- constructor(name: string);
7
- on(eventName: string, callback: (event: any, ...args: any[]) => void): void;
8
- off(event: string, callback?: (event: any, ...args: any[]) => void): void;
9
- emit(event: string, ...args: any[]): void;
10
- }
@@ -1,56 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IpcRendererNamespace = void 0;
4
- var tslib_1 = require("tslib");
5
- var IpcRendererNamespace = /** @class */ (function () {
6
- function IpcRendererNamespace(name) {
7
- this.name = name;
8
- this.listeners = {};
9
- this.ipcRenderer = window.require('electron').ipcRenderer;
10
- }
11
- IpcRendererNamespace.prototype.on = function (eventName, callback) {
12
- if (!this.listeners[eventName]) {
13
- this.listeners[eventName] = [];
14
- }
15
- this.listeners[eventName].push(callback);
16
- var listenToEvent = "(".concat(this.name, ") \"").concat(eventName, "\"");
17
- // console.log(`[BROWSSER]][IPC][NAMESPACE] listenToEvent "${listenToEvent}"`);
18
- this.ipcRenderer.on(listenToEvent, callback);
19
- if (eventName === 'connect') {
20
- this.emit('connection');
21
- }
22
- else {
23
- this.emit(eventName);
24
- }
25
- };
26
- IpcRendererNamespace.prototype.off = function (event, callback) {
27
- if (!this.listeners[event])
28
- return;
29
- if (callback) {
30
- this.listeners[event] = this.listeners[event].filter(function (listener) { return listener !== callback; });
31
- }
32
- else {
33
- delete this.listeners[event];
34
- }
35
- var removeListener = "(".concat(this.name, ") \"").concat(event, "\"");
36
- // console.log({ 'this.contextName': this.contextName });
37
- // console.log(
38
- // `[BROWSSER]][IPC][NAMESPACE] removeListener "${removeListener}"`,
39
- // );
40
- this.ipcRenderer.removeListener(removeListener, callback);
41
- };
42
- IpcRendererNamespace.prototype.emit = function (event) {
43
- var _a;
44
- var args = [];
45
- for (var _i = 1; _i < arguments.length; _i++) {
46
- args[_i - 1] = arguments[_i];
47
- }
48
- var emitEvent = "(".concat(this.name, ") \"").concat(event, "\"");
49
- // console.log({ 'this.contextName': this.contextName });
50
- // console.log(`[BROWSSER]][IPC][NAMESPACE] emitEvent: "${emitEvent}"`);
51
- (_a = this.ipcRenderer).send.apply(_a, tslib_1.__spreadArray([emitEvent], tslib_1.__read(args), false));
52
- };
53
- return IpcRendererNamespace;
54
- }());
55
- exports.IpcRendererNamespace = IpcRendererNamespace;
56
- //# sourceMappingURL=realtime-strategy-ipc-renderer-namespace.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"realtime-strategy-ipc-renderer-namespace.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-namespace.ts"],"names":[],"mappings":";;;;AAKA;IAIE,8BAAmB,IAAY;QAAZ,SAAI,GAAJ,IAAI,CAAQ;QAFvB,cAAS,GAA2B,EAAE,CAAC;QAG7C,IAAI,CAAC,WAAW,GAAI,MAAc,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,WAAW,CAAC;IACrE,CAAC;IAED,iCAAE,GAAF,UAAG,SAAiB,EAAE,QAA8C;QAClE,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC;YAC/B,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,GAAG,EAAE,CAAC;QACjC,CAAC;QACD,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACzC,IAAM,aAAa,GAAG,WAAI,IAAI,CAAC,IAAI,iBAAM,SAAS,OAAG,CAAC;QACtD,+EAA+E;QAC/E,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;QAC7C,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;YAC5B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC1B,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvB,CAAC;IACH,CAAC;IAED,kCAAG,GAAH,UAAI,KAAa,EAAE,QAA+C;QAChE,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;YAAE,OAAO;QAEnC,IAAI,QAAQ,EAAE,CAAC;YACb,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,MAAM,CAClD,UAAA,QAAQ,IAAI,OAAA,QAAQ,KAAK,QAAQ,EAArB,CAAqB,CAClC,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QAC/B,CAAC;QACD,IAAM,cAAc,GAAG,WAAI,IAAI,CAAC,IAAI,iBAAM,KAAK,OAAG,CAAC;QACnD,yDAAyD;QACzD,eAAe;QACf,sEAAsE;QACtE,KAAK;QACL,IAAI,CAAC,WAAW,CAAC,cAAc,CAAC,cAAc,EAAE,QAAQ,CAAC,CAAC;IAC5D,CAAC;IAED,mCAAI,GAAJ,UAAK,KAAa;;QAAE,cAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,6BAAc;;QAChC,IAAM,SAAS,GAAG,WAAI,IAAI,CAAC,IAAI,iBAAM,KAAK,OAAG,CAAC;QAC9C,yDAAyD;QACzD,wEAAwE;QACxE,CAAA,KAAA,IAAI,CAAC,WAAW,CAAA,CAAC,IAAI,kCAAC,SAAS,kBAAK,IAAI,WAAE;IAC5C,CAAC;IACH,2BAAC;AAAD,CAAC,AA/CD,IA+CC;AA/CY,oDAAoB"}
@@ -1,10 +0,0 @@
1
- import { IpcRendererNamespace } from './realtime-strategy-ipc-renderer-namespace';
2
- export declare class IpcRendererWrapper {
3
- contextName: string;
4
- private namespaces;
5
- private connected;
6
- constructor(contextName: string);
7
- of(namespace: string): IpcRendererNamespace;
8
- on(event: string, callback: (event: any, ...args: any[]) => void): void;
9
- emit(event: string, ...args: any[]): void;
10
- }