@limetech/lime-web-components 5.46.0 → 6.0.0-beta.2

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 (463) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/dist/action/action.d.ts +4 -4
  3. package/dist/application/repository.d.ts +1 -1
  4. package/dist/application/session.d.ts +0 -5
  5. package/dist/application/session.d.ts.map +1 -1
  6. package/dist/commandbus/commandbus.d.ts +4 -4
  7. package/dist/conditionregistry/conditionregistry.d.ts +6 -6
  8. package/dist/config/repository.d.ts +1 -2
  9. package/dist/config/repository.d.ts.map +1 -1
  10. package/dist/core/index.d.ts +1 -1
  11. package/dist/core/index.d.ts.map +1 -1
  12. package/dist/core/metadata.d.ts +2 -2
  13. package/dist/core/platform.d.ts +2 -7
  14. package/dist/core/platform.d.ts.map +1 -1
  15. package/dist/datetimeformatter/datetimeformatter.d.ts +4 -4
  16. package/dist/index.cjs.js +4 -0
  17. package/dist/index.cjs.js.map +1 -0
  18. package/dist/index.esm.js +956 -0
  19. package/dist/index.esm.js.map +1 -0
  20. package/dist/limeobject/commands/bulk-create-dialog.d.ts +0 -14
  21. package/dist/limeobject/commands/bulk-create-dialog.d.ts.map +1 -1
  22. package/dist/limeobject/commands/create-dialog.d.ts +0 -2
  23. package/dist/limeobject/commands/create-dialog.d.ts.map +1 -1
  24. package/dist/limeobject/commands/delete-object.d.ts +0 -9
  25. package/dist/limeobject/commands/delete-object.d.ts.map +1 -1
  26. package/dist/limeobject/commands/object-access.d.ts +0 -9
  27. package/dist/limeobject/commands/object-access.d.ts.map +1 -1
  28. package/dist/limeobject/commands/save-object.d.ts +1 -1
  29. package/dist/limeobject/file.d.ts +4 -2
  30. package/dist/limeobject/file.d.ts.map +1 -1
  31. package/dist/limeobject/limeobject.d.ts +1 -2
  32. package/dist/limeobject/limeobject.d.ts.map +1 -1
  33. package/dist/limeobject/repository.d.ts +4 -6
  34. package/dist/limeobject/repository.d.ts.map +1 -1
  35. package/dist/limetype/fixture.d.ts +4 -0
  36. package/dist/limetype/fixture.d.ts.map +1 -0
  37. package/dist/limetype/repository.d.ts +1 -1
  38. package/dist/navigator/command.d.ts +1 -1
  39. package/dist/navigator/decorator.d.ts +2 -2
  40. package/dist/navigator/navigator.d.ts +7 -7
  41. package/dist/navigator/types.d.ts +0 -3
  42. package/dist/navigator/types.d.ts.map +1 -1
  43. package/dist/notification-service/notification.d.ts +2 -2
  44. package/dist/notification-service/repository.d.ts +4 -4
  45. package/dist/query/query.d.ts +59 -8
  46. package/dist/query/query.d.ts.map +1 -1
  47. package/dist/routeregistry/registry.d.ts +3 -3
  48. package/dist/routeregistry/types.d.ts +0 -3
  49. package/dist/routeregistry/types.d.ts.map +1 -1
  50. package/dist/userpreferences/repository.d.ts +1 -1
  51. package/dist/view/registry.d.ts +2 -2
  52. package/dist/view/types.d.ts +2 -2
  53. package/dist/webcomponent/registry.d.ts +2 -2
  54. package/package.json +15 -8
  55. package/dist/action/action.js +0 -1
  56. package/dist/action/index.js +0 -1
  57. package/dist/application/decorators/application.js +0 -20
  58. package/dist/application/decorators/index.js +0 -3
  59. package/dist/application/decorators/session.js +0 -20
  60. package/dist/application/decorators/user.js +0 -20
  61. package/dist/application/index.js +0 -5
  62. package/dist/application/repository.js +0 -1
  63. package/dist/application/session.js +0 -1
  64. package/dist/application/types.js +0 -3
  65. package/dist/application/user.js +0 -1
  66. package/dist/commandbus/commandbus.js +0 -95
  67. package/dist/commandbus/commandbus.spec.js +0 -55
  68. package/dist/commandbus/index.js +0 -2
  69. package/dist/commandbus/types.js +0 -3
  70. package/dist/conditionregistry/conditionregistry.js +0 -18
  71. package/dist/conditionregistry/index.js +0 -2
  72. package/dist/conditionregistry/types.js +0 -3
  73. package/dist/config/decorator.js +0 -16
  74. package/dist/config/index.js +0 -3
  75. package/dist/config/repository.js +0 -1
  76. package/dist/config/types.js +0 -3
  77. package/dist/core/context.js +0 -1
  78. package/dist/core/decorators/factory.js +0 -243
  79. package/dist/core/decorators/factory.spec.js +0 -327
  80. package/dist/core/decorators/index.js +0 -1
  81. package/dist/core/idle.js +0 -7
  82. package/dist/core/index.js +0 -8
  83. package/dist/core/lime-web-component.js +0 -1
  84. package/dist/core/metadata.js +0 -1
  85. package/dist/core/platform.js +0 -8
  86. package/dist/core/plugin-loader.js +0 -1
  87. package/dist/core/state.js +0 -1
  88. package/dist/datetimeformatter/datetimeformatter.js +0 -1
  89. package/dist/datetimeformatter/index.js +0 -2
  90. package/dist/datetimeformatter/types.js +0 -3
  91. package/dist/device/decorator.js +0 -18
  92. package/dist/device/device.js +0 -1
  93. package/dist/device/index.js +0 -3
  94. package/dist/device/types.js +0 -3
  95. package/dist/dialog/dialog.js +0 -1
  96. package/dist/dialog/index.js +0 -2
  97. package/dist/dialog/types.js +0 -3
  98. package/dist/es5/action/action.js +0 -2
  99. package/dist/es5/action/index.js +0 -4
  100. package/dist/es5/application/decorators/application.js +0 -18
  101. package/dist/es5/application/decorators/index.js +0 -6
  102. package/dist/es5/application/decorators/session.js +0 -18
  103. package/dist/es5/application/decorators/user.js +0 -18
  104. package/dist/es5/application/index.js +0 -8
  105. package/dist/es5/application/repository.js +0 -2
  106. package/dist/es5/application/session.js +0 -2
  107. package/dist/es5/application/types.js +0 -5
  108. package/dist/es5/application/user.js +0 -2
  109. package/dist/es5/commandbus/commandbus.js +0 -51
  110. package/dist/es5/commandbus/commandbus.spec.js +0 -67
  111. package/dist/es5/commandbus/index.js +0 -5
  112. package/dist/es5/commandbus/types.js +0 -5
  113. package/dist/es5/conditionregistry/conditionregistry.js +0 -11
  114. package/dist/es5/conditionregistry/index.js +0 -5
  115. package/dist/es5/conditionregistry/types.js +0 -5
  116. package/dist/es5/config/decorator.js +0 -12
  117. package/dist/es5/config/index.js +0 -6
  118. package/dist/es5/config/repository.js +0 -2
  119. package/dist/es5/config/types.js +0 -5
  120. package/dist/es5/core/context.js +0 -2
  121. package/dist/es5/core/decorators/factory.js +0 -202
  122. package/dist/es5/core/decorators/factory.spec.js +0 -479
  123. package/dist/es5/core/decorators/index.js +0 -2
  124. package/dist/es5/core/idle.js +0 -4
  125. package/dist/es5/core/index.js +0 -11
  126. package/dist/es5/core/lime-web-component.js +0 -2
  127. package/dist/es5/core/metadata.js +0 -2
  128. package/dist/es5/core/platform.js +0 -6
  129. package/dist/es5/core/plugin-loader.js +0 -2
  130. package/dist/es5/core/state.js +0 -2
  131. package/dist/es5/datetimeformatter/datetimeformatter.js +0 -2
  132. package/dist/es5/datetimeformatter/index.js +0 -5
  133. package/dist/es5/datetimeformatter/types.js +0 -5
  134. package/dist/es5/device/decorator.js +0 -13
  135. package/dist/es5/device/device.js +0 -2
  136. package/dist/es5/device/index.js +0 -6
  137. package/dist/es5/device/types.js +0 -5
  138. package/dist/es5/dialog/dialog.js +0 -2
  139. package/dist/es5/dialog/index.js +0 -5
  140. package/dist/es5/dialog/types.js +0 -5
  141. package/dist/es5/eventdispatcher/eventdispatcher.js +0 -2
  142. package/dist/es5/eventdispatcher/index.js +0 -5
  143. package/dist/es5/eventdispatcher/types.js +0 -5
  144. package/dist/es5/filter/decorator.js +0 -13
  145. package/dist/es5/filter/index.js +0 -6
  146. package/dist/es5/filter/repository.js +0 -2
  147. package/dist/es5/filter/types.js +0 -5
  148. package/dist/es5/http/http.js +0 -10
  149. package/dist/es5/http/index.js +0 -5
  150. package/dist/es5/http/types.js +0 -5
  151. package/dist/es5/index.js +0 -30
  152. package/dist/es5/keybindings/index.js +0 -5
  153. package/dist/es5/keybindings/registry.js +0 -2
  154. package/dist/es5/keybindings/types.js +0 -5
  155. package/dist/es5/limeobject/commands/bulk-create-dialog.js +0 -17
  156. package/dist/es5/limeobject/commands/create-dialog.js +0 -17
  157. package/dist/es5/limeobject/commands/delete-object.js +0 -16
  158. package/dist/es5/limeobject/commands/index.js +0 -8
  159. package/dist/es5/limeobject/commands/object-access.js +0 -16
  160. package/dist/es5/limeobject/commands/save-object.js +0 -17
  161. package/dist/es5/limeobject/decorator.js +0 -38
  162. package/dist/es5/limeobject/error.js +0 -2
  163. package/dist/es5/limeobject/file.js +0 -2
  164. package/dist/es5/limeobject/index.js +0 -10
  165. package/dist/es5/limeobject/limeobject.js +0 -2
  166. package/dist/es5/limeobject/repository.js +0 -2
  167. package/dist/es5/limeobject/types.js +0 -5
  168. package/dist/es5/limetype/acl.js +0 -2
  169. package/dist/es5/limetype/decorator.js +0 -28
  170. package/dist/es5/limetype/find-limetype-by-label.js +0 -8
  171. package/dist/es5/limetype/find-limetype-by-label.spec.js +0 -47
  172. package/dist/es5/limetype/get-properties-by-type.js +0 -7
  173. package/dist/es5/limetype/get-properties-by-type.spec.js +0 -36
  174. package/dist/es5/limetype/get-property-by-label.js +0 -8
  175. package/dist/es5/limetype/get-property-by-label.spec.js +0 -33
  176. package/dist/es5/limetype/get-property-by-name.js +0 -7
  177. package/dist/es5/limetype/get-property-by-name.spec.js +0 -31
  178. package/dist/es5/limetype/has-label.js +0 -7
  179. package/dist/es5/limetype/has-label.spec.js +0 -30
  180. package/dist/es5/limetype/index.js +0 -14
  181. package/dist/es5/limetype/limetype.js +0 -2
  182. package/dist/es5/limetype/property.js +0 -40
  183. package/dist/es5/limetype/repository.js +0 -2
  184. package/dist/es5/limetype/types.js +0 -5
  185. package/dist/es5/navigator/command.js +0 -16
  186. package/dist/es5/navigator/decorator.js +0 -13
  187. package/dist/es5/navigator/index.js +0 -7
  188. package/dist/es5/navigator/navigator.js +0 -2
  189. package/dist/es5/navigator/types.js +0 -5
  190. package/dist/es5/notification-service/index.js +0 -6
  191. package/dist/es5/notification-service/notification.js +0 -2
  192. package/dist/es5/notification-service/repository.js +0 -2
  193. package/dist/es5/notification-service/types.js +0 -5
  194. package/dist/es5/notifications/index.js +0 -5
  195. package/dist/es5/notifications/notifications.js +0 -2
  196. package/dist/es5/notifications/types.js +0 -5
  197. package/dist/es5/poller/factory.js +0 -2
  198. package/dist/es5/poller/index.js +0 -6
  199. package/dist/es5/poller/poller.js +0 -2
  200. package/dist/es5/poller/types.js +0 -5
  201. package/dist/es5/query/index.js +0 -6
  202. package/dist/es5/query/query.js +0 -26
  203. package/dist/es5/query/service.js +0 -2
  204. package/dist/es5/query/types.js +0 -5
  205. package/dist/es5/routeregistry/index.js +0 -5
  206. package/dist/es5/routeregistry/registry.js +0 -2
  207. package/dist/es5/routeregistry/types.js +0 -5
  208. package/dist/es5/task/index.js +0 -5
  209. package/dist/es5/task/repository.js +0 -17
  210. package/dist/es5/task/types.js +0 -5
  211. package/dist/es5/testing/component-testing.js +0 -109
  212. package/dist/es5/testing/component-testing.spec.js +0 -88
  213. package/dist/es5/testing/index.js +0 -11
  214. package/dist/es5/testing/limeobjects/company.js +0 -660
  215. package/dist/es5/testing/limeobjects/coworker.js +0 -110
  216. package/dist/es5/testing/limeobjects/deal.js +0 -447
  217. package/dist/es5/testing/limeobjects/document.js +0 -82
  218. package/dist/es5/testing/limeobjects/index.js +0 -56
  219. package/dist/es5/testing/limeobjects/person.js +0 -1162
  220. package/dist/es5/testing/limeobjects/todo.js +0 -106
  221. package/dist/es5/testing/limetypes/campaign.js +0 -486
  222. package/dist/es5/testing/limetypes/company.js +0 -621
  223. package/dist/es5/testing/limetypes/consent.js +0 -237
  224. package/dist/es5/testing/limetypes/consenttype.js +0 -194
  225. package/dist/es5/testing/limetypes/coworker.js +0 -579
  226. package/dist/es5/testing/limetypes/deal.js +0 -422
  227. package/dist/es5/testing/limetypes/document.js +0 -343
  228. package/dist/es5/testing/limetypes/helpdesk.js +0 -426
  229. package/dist/es5/testing/limetypes/helpdesktype.js +0 -142
  230. package/dist/es5/testing/limetypes/history.js +0 -349
  231. package/dist/es5/testing/limetypes/index.js +0 -69
  232. package/dist/es5/testing/limetypes/infotiles.js +0 -514
  233. package/dist/es5/testing/limetypes/localize.js +0 -287
  234. package/dist/es5/testing/limetypes/mailing.js +0 -218
  235. package/dist/es5/testing/limetypes/office.js +0 -388
  236. package/dist/es5/testing/limetypes/participant.js +0 -195
  237. package/dist/es5/testing/limetypes/person.js +0 -535
  238. package/dist/es5/testing/limetypes/recipient.js +0 -175
  239. package/dist/es5/testing/limetypes/solutionimprovement.js +0 -353
  240. package/dist/es5/testing/limetypes/successplan.js +0 -215
  241. package/dist/es5/testing/limetypes/target.js +0 -181
  242. package/dist/es5/testing/limetypes/todo.js +0 -429
  243. package/dist/es5/testing/platform/index.js +0 -53
  244. package/dist/es5/testing/platform/platform.spec.js +0 -44
  245. package/dist/es5/testing/services/datetimeformatter.js +0 -12
  246. package/dist/es5/testing/services/index.js +0 -5
  247. package/dist/es5/testing/services/translator.js +0 -9
  248. package/dist/es5/translator/index.js +0 -5
  249. package/dist/es5/translator/translator.js +0 -2
  250. package/dist/es5/translator/types.js +0 -5
  251. package/dist/es5/userdata/decorator.js +0 -13
  252. package/dist/es5/userdata/index.js +0 -6
  253. package/dist/es5/userdata/repository.js +0 -2
  254. package/dist/es5/userdata/types.js +0 -5
  255. package/dist/es5/userpreferences/index.js +0 -5
  256. package/dist/es5/userpreferences/repository.js +0 -2
  257. package/dist/es5/userpreferences/types.js +0 -5
  258. package/dist/es5/view/index.js +0 -6
  259. package/dist/es5/view/layout.js +0 -2
  260. package/dist/es5/view/registry.js +0 -2
  261. package/dist/es5/view/types.js +0 -5
  262. package/dist/es5/webcomponent/index.js +0 -5
  263. package/dist/es5/webcomponent/registry.js +0 -2
  264. package/dist/es5/webcomponent/types.js +0 -5
  265. package/dist/eventdispatcher/eventdispatcher.js +0 -1
  266. package/dist/eventdispatcher/index.js +0 -2
  267. package/dist/eventdispatcher/types.js +0 -3
  268. package/dist/filter/decorator.js +0 -16
  269. package/dist/filter/index.js +0 -3
  270. package/dist/filter/repository.js +0 -1
  271. package/dist/filter/types.js +0 -3
  272. package/dist/http/http.js +0 -13
  273. package/dist/http/index.js +0 -2
  274. package/dist/http/types.js +0 -3
  275. package/dist/index.js +0 -49
  276. package/dist/keybindings/index.js +0 -2
  277. package/dist/keybindings/registry.js +0 -1
  278. package/dist/keybindings/types.js +0 -3
  279. package/dist/limeobject/commands/bulk-create-dialog.js +0 -53
  280. package/dist/limeobject/commands/create-dialog.js +0 -28
  281. package/dist/limeobject/commands/delete-object.js +0 -17
  282. package/dist/limeobject/commands/index.js +0 -5
  283. package/dist/limeobject/commands/object-access.js +0 -17
  284. package/dist/limeobject/commands/save-object.js +0 -23
  285. package/dist/limeobject/decorator.js +0 -46
  286. package/dist/limeobject/error.js +0 -1
  287. package/dist/limeobject/file.js +0 -1
  288. package/dist/limeobject/index.js +0 -7
  289. package/dist/limeobject/limeobject.js +0 -1
  290. package/dist/limeobject/repository.js +0 -1
  291. package/dist/limeobject/types.js +0 -3
  292. package/dist/limetype/acl.js +0 -1
  293. package/dist/limetype/decorator.js +0 -36
  294. package/dist/limetype/find-limetype-by-label.js +0 -43
  295. package/dist/limetype/find-limetype-by-label.spec.js +0 -44
  296. package/dist/limetype/get-properties-by-type.js +0 -16
  297. package/dist/limetype/get-properties-by-type.spec.js +0 -31
  298. package/dist/limetype/get-property-by-label.js +0 -17
  299. package/dist/limetype/get-property-by-label.spec.js +0 -26
  300. package/dist/limetype/get-property-by-name.js +0 -17
  301. package/dist/limetype/get-property-by-name.spec.js +0 -26
  302. package/dist/limetype/has-label.js +0 -29
  303. package/dist/limetype/has-label.spec.js +0 -31
  304. package/dist/limetype/index.js +0 -11
  305. package/dist/limetype/limetype.js +0 -1
  306. package/dist/limetype/property.js +0 -52
  307. package/dist/limetype/repository.js +0 -1
  308. package/dist/limetype/types.js +0 -3
  309. package/dist/navigator/command.js +0 -17
  310. package/dist/navigator/decorator.js +0 -16
  311. package/dist/navigator/index.js +0 -4
  312. package/dist/navigator/navigator.js +0 -1
  313. package/dist/navigator/types.js +0 -3
  314. package/dist/notification-service/index.js +0 -3
  315. package/dist/notification-service/notification.js +0 -1
  316. package/dist/notification-service/repository.js +0 -1
  317. package/dist/notification-service/types.js +0 -3
  318. package/dist/notifications/index.js +0 -2
  319. package/dist/notifications/notifications.js +0 -1
  320. package/dist/notifications/types.js +0 -3
  321. package/dist/poller/factory.js +0 -1
  322. package/dist/poller/index.js +0 -3
  323. package/dist/poller/poller.js +0 -1
  324. package/dist/poller/types.js +0 -3
  325. package/dist/query/index.js +0 -3
  326. package/dist/query/query.js +0 -31
  327. package/dist/query/service.js +0 -1
  328. package/dist/query/types.js +0 -3
  329. package/dist/routeregistry/index.js +0 -2
  330. package/dist/routeregistry/registry.js +0 -1
  331. package/dist/routeregistry/types.js +0 -3
  332. package/dist/task/index.js +0 -2
  333. package/dist/task/repository.js +0 -53
  334. package/dist/task/types.js +0 -3
  335. package/dist/testing/component-testing.d.ts +0 -74
  336. package/dist/testing/component-testing.d.ts.map +0 -1
  337. package/dist/testing/component-testing.js +0 -177
  338. package/dist/testing/component-testing.spec.d.ts +0 -11
  339. package/dist/testing/component-testing.spec.d.ts.map +0 -1
  340. package/dist/testing/component-testing.spec.js +0 -71
  341. package/dist/testing/index.d.ts +0 -6
  342. package/dist/testing/index.d.ts.map +0 -1
  343. package/dist/testing/index.js +0 -5
  344. package/dist/testing/limeobjects/company.d.ts +0 -56
  345. package/dist/testing/limeobjects/company.d.ts.map +0 -1
  346. package/dist/testing/limeobjects/company.js +0 -656
  347. package/dist/testing/limeobjects/coworker.d.ts +0 -23
  348. package/dist/testing/limeobjects/coworker.d.ts.map +0 -1
  349. package/dist/testing/limeobjects/coworker.js +0 -106
  350. package/dist/testing/limeobjects/deal.d.ts +0 -42
  351. package/dist/testing/limeobjects/deal.d.ts.map +0 -1
  352. package/dist/testing/limeobjects/deal.js +0 -443
  353. package/dist/testing/limeobjects/document.d.ts +0 -21
  354. package/dist/testing/limeobjects/document.d.ts.map +0 -1
  355. package/dist/testing/limeobjects/document.js +0 -78
  356. package/dist/testing/limeobjects/index.d.ts +0 -207
  357. package/dist/testing/limeobjects/index.d.ts.map +0 -1
  358. package/dist/testing/limeobjects/index.js +0 -55
  359. package/dist/testing/limeobjects/person.d.ts +0 -21
  360. package/dist/testing/limeobjects/person.d.ts.map +0 -1
  361. package/dist/testing/limeobjects/person.js +0 -1158
  362. package/dist/testing/limeobjects/todo.d.ts +0 -27
  363. package/dist/testing/limeobjects/todo.d.ts.map +0 -1
  364. package/dist/testing/limeobjects/todo.js +0 -102
  365. package/dist/testing/limetypes/campaign.d.ts +0 -418
  366. package/dist/testing/limetypes/campaign.d.ts.map +0 -1
  367. package/dist/testing/limetypes/campaign.js +0 -477
  368. package/dist/testing/limetypes/company.d.ts +0 -592
  369. package/dist/testing/limetypes/company.d.ts.map +0 -1
  370. package/dist/testing/limetypes/company.js +0 -614
  371. package/dist/testing/limetypes/consent.d.ts +0 -200
  372. package/dist/testing/limetypes/consent.d.ts.map +0 -1
  373. package/dist/testing/limetypes/consent.js +0 -232
  374. package/dist/testing/limetypes/consenttype.d.ts +0 -189
  375. package/dist/testing/limetypes/consenttype.d.ts.map +0 -1
  376. package/dist/testing/limetypes/consenttype.js +0 -189
  377. package/dist/testing/limetypes/coworker.d.ts +0 -564
  378. package/dist/testing/limetypes/coworker.d.ts.map +0 -1
  379. package/dist/testing/limetypes/coworker.js +0 -564
  380. package/dist/testing/limetypes/deal.d.ts +0 -392
  381. package/dist/testing/limetypes/deal.d.ts.map +0 -1
  382. package/dist/testing/limetypes/deal.js +0 -419
  383. package/dist/testing/limetypes/document.d.ts +0 -310
  384. package/dist/testing/limetypes/document.d.ts.map +0 -1
  385. package/dist/testing/limetypes/document.js +0 -332
  386. package/dist/testing/limetypes/helpdesk.d.ts +0 -395
  387. package/dist/testing/limetypes/helpdesk.d.ts.map +0 -1
  388. package/dist/testing/limetypes/helpdesk.js +0 -417
  389. package/dist/testing/limetypes/helpdesktype.d.ts +0 -137
  390. package/dist/testing/limetypes/helpdesktype.d.ts.map +0 -1
  391. package/dist/testing/limetypes/helpdesktype.js +0 -137
  392. package/dist/testing/limetypes/history.d.ts +0 -309
  393. package/dist/testing/limetypes/history.d.ts.map +0 -1
  394. package/dist/testing/limetypes/history.js +0 -346
  395. package/dist/testing/limetypes/index.d.ts +0 -10
  396. package/dist/testing/limetypes/index.d.ts.map +0 -1
  397. package/dist/testing/limetypes/index.js +0 -67
  398. package/dist/testing/limetypes/infotiles.d.ts +0 -388
  399. package/dist/testing/limetypes/infotiles.d.ts.map +0 -1
  400. package/dist/testing/limetypes/infotiles.js +0 -509
  401. package/dist/testing/limetypes/localize.d.ts +0 -284
  402. package/dist/testing/limetypes/localize.d.ts.map +0 -1
  403. package/dist/testing/limetypes/localize.js +0 -284
  404. package/dist/testing/limetypes/mailing.d.ts +0 -213
  405. package/dist/testing/limetypes/mailing.d.ts.map +0 -1
  406. package/dist/testing/limetypes/mailing.js +0 -213
  407. package/dist/testing/limetypes/office.d.ts +0 -385
  408. package/dist/testing/limetypes/office.d.ts.map +0 -1
  409. package/dist/testing/limetypes/office.js +0 -385
  410. package/dist/testing/limetypes/participant.d.ts +0 -166
  411. package/dist/testing/limetypes/participant.d.ts.map +0 -1
  412. package/dist/testing/limetypes/participant.js +0 -188
  413. package/dist/testing/limetypes/person.d.ts +0 -473
  414. package/dist/testing/limetypes/person.d.ts.map +0 -1
  415. package/dist/testing/limetypes/person.js +0 -530
  416. package/dist/testing/limetypes/recipient.d.ts +0 -148
  417. package/dist/testing/limetypes/recipient.d.ts.map +0 -1
  418. package/dist/testing/limetypes/recipient.js +0 -170
  419. package/dist/testing/limetypes/solutionimprovement.d.ts +0 -303
  420. package/dist/testing/limetypes/solutionimprovement.d.ts.map +0 -1
  421. package/dist/testing/limetypes/solutionimprovement.js +0 -344
  422. package/dist/testing/limetypes/successplan.d.ts +0 -210
  423. package/dist/testing/limetypes/successplan.d.ts.map +0 -1
  424. package/dist/testing/limetypes/successplan.js +0 -210
  425. package/dist/testing/limetypes/target.d.ts +0 -161
  426. package/dist/testing/limetypes/target.d.ts.map +0 -1
  427. package/dist/testing/limetypes/target.js +0 -178
  428. package/dist/testing/limetypes/todo.d.ts +0 -387
  429. package/dist/testing/limetypes/todo.d.ts.map +0 -1
  430. package/dist/testing/limetypes/todo.js +0 -426
  431. package/dist/testing/platform/index.d.ts +0 -10
  432. package/dist/testing/platform/index.d.ts.map +0 -1
  433. package/dist/testing/platform/index.js +0 -62
  434. package/dist/testing/platform/platform.spec.d.ts +0 -2
  435. package/dist/testing/platform/platform.spec.d.ts.map +0 -1
  436. package/dist/testing/platform/platform.spec.js +0 -41
  437. package/dist/testing/services/datetimeformatter.d.ts +0 -7
  438. package/dist/testing/services/datetimeformatter.d.ts.map +0 -1
  439. package/dist/testing/services/datetimeformatter.js +0 -10
  440. package/dist/testing/services/index.d.ts +0 -3
  441. package/dist/testing/services/index.d.ts.map +0 -1
  442. package/dist/testing/services/index.js +0 -2
  443. package/dist/testing/services/translator.d.ts +0 -7
  444. package/dist/testing/services/translator.d.ts.map +0 -1
  445. package/dist/testing/services/translator.js +0 -9
  446. package/dist/translator/index.js +0 -2
  447. package/dist/translator/translator.js +0 -1
  448. package/dist/translator/types.js +0 -3
  449. package/dist/userdata/decorator.js +0 -16
  450. package/dist/userdata/index.js +0 -3
  451. package/dist/userdata/repository.js +0 -1
  452. package/dist/userdata/types.js +0 -3
  453. package/dist/userpreferences/index.js +0 -2
  454. package/dist/userpreferences/repository.js +0 -1
  455. package/dist/userpreferences/types.js +0 -3
  456. package/dist/view/index.js +0 -3
  457. package/dist/view/layout.js +0 -1
  458. package/dist/view/registry.js +0 -1
  459. package/dist/view/types.js +0 -3
  460. package/dist/webcomponent/index.js +0 -2
  461. package/dist/webcomponent/registry.js +0 -1
  462. package/dist/webcomponent/types.js +0 -3
  463. package/testing/package.json +0 -14
@@ -0,0 +1,956 @@
1
+ import { getElement as H } from "@stencil/core";
2
+ const c = {
3
+ Route: "route"
4
+ }, Rt = "idle-state";
5
+ function wt(e) {
6
+ return e && [
7
+ "belongsto",
8
+ "hasone",
9
+ "hasmany",
10
+ "hasandbelongstomany"
11
+ ].includes(e.type);
12
+ }
13
+ function Ot(e) {
14
+ return e && ["belongsto", "hasone"].includes(e.type);
15
+ }
16
+ function At(e) {
17
+ return e && [
18
+ "time",
19
+ "timeofday",
20
+ "date",
21
+ "year",
22
+ "quarter",
23
+ "month"
24
+ ].includes(e.type);
25
+ }
26
+ function Pt(e) {
27
+ return e && ["string", "text", "phone", "link"].includes(e.type);
28
+ }
29
+ function It(e) {
30
+ return e && ["decimal", "percent"].includes(e.type);
31
+ }
32
+ const re = "state.limetypes";
33
+ c.LimeTypeRepository = re;
34
+ var C = function(e, t) {
35
+ return C = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
36
+ r.__proto__ = n;
37
+ } || function(r, n) {
38
+ for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
39
+ }, C(e, t);
40
+ };
41
+ function y(e, t) {
42
+ if (typeof t != "function" && t !== null)
43
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
44
+ C(e, t);
45
+ function r() {
46
+ this.constructor = e;
47
+ }
48
+ e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
49
+ }
50
+ function R(e) {
51
+ var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
52
+ if (r) return r.call(e);
53
+ if (e && typeof e.length == "number") return {
54
+ next: function() {
55
+ return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
56
+ }
57
+ };
58
+ throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
59
+ }
60
+ function w(e, t) {
61
+ var r = typeof Symbol == "function" && e[Symbol.iterator];
62
+ if (!r) return e;
63
+ var n = r.call(e), i, o = [], s;
64
+ try {
65
+ for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) o.push(i.value);
66
+ } catch (u) {
67
+ s = { error: u };
68
+ } finally {
69
+ try {
70
+ i && !i.done && (r = n.return) && r.call(n);
71
+ } finally {
72
+ if (s) throw s.error;
73
+ }
74
+ }
75
+ return o;
76
+ }
77
+ function O(e, t, r) {
78
+ if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
79
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
80
+ return e.concat(o || Array.prototype.slice.call(t));
81
+ }
82
+ function p(e) {
83
+ return typeof e == "function";
84
+ }
85
+ function Q(e) {
86
+ var t = function(n) {
87
+ Error.call(n), n.stack = new Error().stack;
88
+ }, r = e(t);
89
+ return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
90
+ }
91
+ var _ = Q(function(e) {
92
+ return function(r) {
93
+ e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
94
+ ` + r.map(function(n, i) {
95
+ return i + 1 + ") " + n.toString();
96
+ }).join(`
97
+ `) : "", this.name = "UnsubscriptionError", this.errors = r;
98
+ };
99
+ });
100
+ function A(e, t) {
101
+ if (e) {
102
+ var r = e.indexOf(t);
103
+ 0 <= r && e.splice(r, 1);
104
+ }
105
+ }
106
+ var S = function() {
107
+ function e(t) {
108
+ this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
109
+ }
110
+ return e.prototype.unsubscribe = function() {
111
+ var t, r, n, i, o;
112
+ if (!this.closed) {
113
+ this.closed = !0;
114
+ var s = this._parentage;
115
+ if (s)
116
+ if (this._parentage = null, Array.isArray(s))
117
+ try {
118
+ for (var u = R(s), a = u.next(); !a.done; a = u.next()) {
119
+ var g = a.value;
120
+ g.remove(this);
121
+ }
122
+ } catch (f) {
123
+ t = { error: f };
124
+ } finally {
125
+ try {
126
+ a && !a.done && (r = u.return) && r.call(u);
127
+ } finally {
128
+ if (t) throw t.error;
129
+ }
130
+ }
131
+ else
132
+ s.remove(this);
133
+ var I = this.initialTeardown;
134
+ if (p(I))
135
+ try {
136
+ I();
137
+ } catch (f) {
138
+ o = f instanceof _ ? f.errors : [f];
139
+ }
140
+ var j = this._finalizers;
141
+ if (j) {
142
+ this._finalizers = null;
143
+ try {
144
+ for (var b = R(j), h = b.next(); !h.done; h = b.next()) {
145
+ var te = h.value;
146
+ try {
147
+ x(te);
148
+ } catch (f) {
149
+ o = o ?? [], f instanceof _ ? o = O(O([], w(o)), w(f.errors)) : o.push(f);
150
+ }
151
+ }
152
+ } catch (f) {
153
+ n = { error: f };
154
+ } finally {
155
+ try {
156
+ h && !h.done && (i = b.return) && i.call(b);
157
+ } finally {
158
+ if (n) throw n.error;
159
+ }
160
+ }
161
+ }
162
+ if (o)
163
+ throw new _(o);
164
+ }
165
+ }, e.prototype.add = function(t) {
166
+ var r;
167
+ if (t && t !== this)
168
+ if (this.closed)
169
+ x(t);
170
+ else {
171
+ if (t instanceof e) {
172
+ if (t.closed || t._hasParent(this))
173
+ return;
174
+ t._addParent(this);
175
+ }
176
+ (this._finalizers = (r = this._finalizers) !== null && r !== void 0 ? r : []).push(t);
177
+ }
178
+ }, e.prototype._hasParent = function(t) {
179
+ var r = this._parentage;
180
+ return r === t || Array.isArray(r) && r.includes(t);
181
+ }, e.prototype._addParent = function(t) {
182
+ var r = this._parentage;
183
+ this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
184
+ }, e.prototype._removeParent = function(t) {
185
+ var r = this._parentage;
186
+ r === t ? this._parentage = null : Array.isArray(r) && A(r, t);
187
+ }, e.prototype.remove = function(t) {
188
+ var r = this._finalizers;
189
+ r && A(r, t), t instanceof e && t._removeParent(this);
190
+ }, e.EMPTY = function() {
191
+ var t = new e();
192
+ return t.closed = !0, t;
193
+ }(), e;
194
+ }(), Y = S.EMPTY;
195
+ function q(e) {
196
+ return e instanceof S || e && "closed" in e && p(e.remove) && p(e.add) && p(e.unsubscribe);
197
+ }
198
+ function x(e) {
199
+ p(e) ? e() : e.unsubscribe();
200
+ }
201
+ var ne = {
202
+ Promise: void 0
203
+ }, ie = {
204
+ setTimeout: function(e, t) {
205
+ for (var r = [], n = 2; n < arguments.length; n++)
206
+ r[n - 2] = arguments[n];
207
+ return setTimeout.apply(void 0, O([e, t], w(r)));
208
+ },
209
+ clearTimeout: function(e) {
210
+ return clearTimeout(e);
211
+ },
212
+ delegate: void 0
213
+ };
214
+ function oe(e) {
215
+ ie.setTimeout(function() {
216
+ throw e;
217
+ });
218
+ }
219
+ function N() {
220
+ }
221
+ function v(e) {
222
+ e();
223
+ }
224
+ var K = function(e) {
225
+ y(t, e);
226
+ function t(r) {
227
+ var n = e.call(this) || this;
228
+ return n.isStopped = !1, r ? (n.destination = r, q(r) && r.add(n)) : n.destination = ue, n;
229
+ }
230
+ return t.create = function(r, n, i) {
231
+ return new P(r, n, i);
232
+ }, t.prototype.next = function(r) {
233
+ this.isStopped || this._next(r);
234
+ }, t.prototype.error = function(r) {
235
+ this.isStopped || (this.isStopped = !0, this._error(r));
236
+ }, t.prototype.complete = function() {
237
+ this.isStopped || (this.isStopped = !0, this._complete());
238
+ }, t.prototype.unsubscribe = function() {
239
+ this.closed || (this.isStopped = !0, e.prototype.unsubscribe.call(this), this.destination = null);
240
+ }, t.prototype._next = function(r) {
241
+ this.destination.next(r);
242
+ }, t.prototype._error = function(r) {
243
+ try {
244
+ this.destination.error(r);
245
+ } finally {
246
+ this.unsubscribe();
247
+ }
248
+ }, t.prototype._complete = function() {
249
+ try {
250
+ this.destination.complete();
251
+ } finally {
252
+ this.unsubscribe();
253
+ }
254
+ }, t;
255
+ }(S), se = function() {
256
+ function e(t) {
257
+ this.partialObserver = t;
258
+ }
259
+ return e.prototype.next = function(t) {
260
+ var r = this.partialObserver;
261
+ if (r.next)
262
+ try {
263
+ r.next(t);
264
+ } catch (n) {
265
+ m(n);
266
+ }
267
+ }, e.prototype.error = function(t) {
268
+ var r = this.partialObserver;
269
+ if (r.error)
270
+ try {
271
+ r.error(t);
272
+ } catch (n) {
273
+ m(n);
274
+ }
275
+ else
276
+ m(t);
277
+ }, e.prototype.complete = function() {
278
+ var t = this.partialObserver;
279
+ if (t.complete)
280
+ try {
281
+ t.complete();
282
+ } catch (r) {
283
+ m(r);
284
+ }
285
+ }, e;
286
+ }(), P = function(e) {
287
+ y(t, e);
288
+ function t(r, n, i) {
289
+ var o = e.call(this) || this, s;
290
+ return p(r) || !r ? s = {
291
+ next: r ?? void 0,
292
+ error: n ?? void 0,
293
+ complete: i ?? void 0
294
+ } : s = r, o.destination = new se(s), o;
295
+ }
296
+ return t;
297
+ }(K);
298
+ function m(e) {
299
+ oe(e);
300
+ }
301
+ function ce(e) {
302
+ throw e;
303
+ }
304
+ var ue = {
305
+ closed: !0,
306
+ next: N,
307
+ error: ce,
308
+ complete: N
309
+ }, ae = function() {
310
+ return typeof Symbol == "function" && Symbol.observable || "@@observable";
311
+ }();
312
+ function le(e) {
313
+ return e;
314
+ }
315
+ function fe(e) {
316
+ return e.length === 0 ? le : e.length === 1 ? e[0] : function(r) {
317
+ return e.reduce(function(n, i) {
318
+ return i(n);
319
+ }, r);
320
+ };
321
+ }
322
+ var D = function() {
323
+ function e(t) {
324
+ t && (this._subscribe = t);
325
+ }
326
+ return e.prototype.lift = function(t) {
327
+ var r = new e();
328
+ return r.source = this, r.operator = t, r;
329
+ }, e.prototype.subscribe = function(t, r, n) {
330
+ var i = this, o = de(t) ? t : new P(t, r, n);
331
+ return v(function() {
332
+ var s = i, u = s.operator, a = s.source;
333
+ o.add(u ? u.call(o, a) : a ? i._subscribe(o) : i._trySubscribe(o));
334
+ }), o;
335
+ }, e.prototype._trySubscribe = function(t) {
336
+ try {
337
+ return this._subscribe(t);
338
+ } catch (r) {
339
+ t.error(r);
340
+ }
341
+ }, e.prototype.forEach = function(t, r) {
342
+ var n = this;
343
+ return r = M(r), new r(function(i, o) {
344
+ var s = new P({
345
+ next: function(u) {
346
+ try {
347
+ t(u);
348
+ } catch (a) {
349
+ o(a), s.unsubscribe();
350
+ }
351
+ },
352
+ error: o,
353
+ complete: i
354
+ });
355
+ n.subscribe(s);
356
+ });
357
+ }, e.prototype._subscribe = function(t) {
358
+ var r;
359
+ return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
360
+ }, e.prototype[ae] = function() {
361
+ return this;
362
+ }, e.prototype.pipe = function() {
363
+ for (var t = [], r = 0; r < arguments.length; r++)
364
+ t[r] = arguments[r];
365
+ return fe(t)(this);
366
+ }, e.prototype.toPromise = function(t) {
367
+ var r = this;
368
+ return t = M(t), new t(function(n, i) {
369
+ var o;
370
+ r.subscribe(function(s) {
371
+ return o = s;
372
+ }, function(s) {
373
+ return i(s);
374
+ }, function() {
375
+ return n(o);
376
+ });
377
+ });
378
+ }, e.create = function(t) {
379
+ return new e(t);
380
+ }, e;
381
+ }();
382
+ function M(e) {
383
+ var t;
384
+ return (t = e ?? ne.Promise) !== null && t !== void 0 ? t : Promise;
385
+ }
386
+ function pe(e) {
387
+ return e && p(e.next) && p(e.error) && p(e.complete);
388
+ }
389
+ function de(e) {
390
+ return e && e instanceof K || pe(e) && q(e);
391
+ }
392
+ var he = Q(function(e) {
393
+ return function() {
394
+ e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
395
+ };
396
+ }), X = function(e) {
397
+ y(t, e);
398
+ function t() {
399
+ var r = e.call(this) || this;
400
+ return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
401
+ }
402
+ return t.prototype.lift = function(r) {
403
+ var n = new T(this, this);
404
+ return n.operator = r, n;
405
+ }, t.prototype._throwIfClosed = function() {
406
+ if (this.closed)
407
+ throw new he();
408
+ }, t.prototype.next = function(r) {
409
+ var n = this;
410
+ v(function() {
411
+ var i, o;
412
+ if (n._throwIfClosed(), !n.isStopped) {
413
+ n.currentObservers || (n.currentObservers = Array.from(n.observers));
414
+ try {
415
+ for (var s = R(n.currentObservers), u = s.next(); !u.done; u = s.next()) {
416
+ var a = u.value;
417
+ a.next(r);
418
+ }
419
+ } catch (g) {
420
+ i = { error: g };
421
+ } finally {
422
+ try {
423
+ u && !u.done && (o = s.return) && o.call(s);
424
+ } finally {
425
+ if (i) throw i.error;
426
+ }
427
+ }
428
+ }
429
+ });
430
+ }, t.prototype.error = function(r) {
431
+ var n = this;
432
+ v(function() {
433
+ if (n._throwIfClosed(), !n.isStopped) {
434
+ n.hasError = n.isStopped = !0, n.thrownError = r;
435
+ for (var i = n.observers; i.length; )
436
+ i.shift().error(r);
437
+ }
438
+ });
439
+ }, t.prototype.complete = function() {
440
+ var r = this;
441
+ v(function() {
442
+ if (r._throwIfClosed(), !r.isStopped) {
443
+ r.isStopped = !0;
444
+ for (var n = r.observers; n.length; )
445
+ n.shift().complete();
446
+ }
447
+ });
448
+ }, t.prototype.unsubscribe = function() {
449
+ this.isStopped = this.closed = !0, this.observers = this.currentObservers = null;
450
+ }, Object.defineProperty(t.prototype, "observed", {
451
+ get: function() {
452
+ var r;
453
+ return ((r = this.observers) === null || r === void 0 ? void 0 : r.length) > 0;
454
+ },
455
+ enumerable: !1,
456
+ configurable: !0
457
+ }), t.prototype._trySubscribe = function(r) {
458
+ return this._throwIfClosed(), e.prototype._trySubscribe.call(this, r);
459
+ }, t.prototype._subscribe = function(r) {
460
+ return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
461
+ }, t.prototype._innerSubscribe = function(r) {
462
+ var n = this, i = this, o = i.hasError, s = i.isStopped, u = i.observers;
463
+ return o || s ? Y : (this.currentObservers = null, u.push(r), new S(function() {
464
+ n.currentObservers = null, A(u, r);
465
+ }));
466
+ }, t.prototype._checkFinalizedStatuses = function(r) {
467
+ var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
468
+ i ? r.error(o) : s && r.complete();
469
+ }, t.prototype.asObservable = function() {
470
+ var r = new D();
471
+ return r.source = this, r;
472
+ }, t.create = function(r, n) {
473
+ return new T(r, n);
474
+ }, t;
475
+ }(D), T = function(e) {
476
+ y(t, e);
477
+ function t(r, n) {
478
+ var i = e.call(this) || this;
479
+ return i.destination = r, i.source = n, i;
480
+ }
481
+ return t.prototype.next = function(r) {
482
+ var n, i;
483
+ (i = (n = this.destination) === null || n === void 0 ? void 0 : n.next) === null || i === void 0 || i.call(n, r);
484
+ }, t.prototype.error = function(r) {
485
+ var n, i;
486
+ (i = (n = this.destination) === null || n === void 0 ? void 0 : n.error) === null || i === void 0 || i.call(n, r);
487
+ }, t.prototype.complete = function() {
488
+ var r, n;
489
+ (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
490
+ }, t.prototype._subscribe = function(r) {
491
+ var n, i;
492
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Y;
493
+ }, t;
494
+ }(X), ye = function(e) {
495
+ y(t, e);
496
+ function t(r) {
497
+ var n = e.call(this) || this;
498
+ return n._value = r, n;
499
+ }
500
+ return Object.defineProperty(t.prototype, "value", {
501
+ get: function() {
502
+ return this.getValue();
503
+ },
504
+ enumerable: !1,
505
+ configurable: !0
506
+ }), t.prototype._subscribe = function(r) {
507
+ var n = e.prototype._subscribe.call(this, r);
508
+ return !n.closed && r.next(this._value), n;
509
+ }, t.prototype.getValue = function() {
510
+ var r = this, n = r.hasError, i = r.thrownError, o = r._value;
511
+ if (n)
512
+ throw i;
513
+ return this._throwIfClosed(), o;
514
+ }, t.prototype.next = function(r) {
515
+ e.prototype.next.call(this, this._value = r);
516
+ }, t;
517
+ }(X);
518
+ function be(e) {
519
+ return e;
520
+ }
521
+ function l(e, t) {
522
+ return (r, n) => {
523
+ const i = me(
524
+ r,
525
+ n,
526
+ e,
527
+ t
528
+ );
529
+ i.length === 1 && ve(r, i);
530
+ };
531
+ }
532
+ const $ = /* @__PURE__ */ new WeakMap(), E = /* @__PURE__ */ new WeakMap(), J = /* @__PURE__ */ new WeakMap();
533
+ function me(e, t, r, n) {
534
+ let i = $.get(e);
535
+ return i || (i = [], $.set(e, i)), i.push({
536
+ options: r,
537
+ name: t,
538
+ optionFactory: n.optionFactory || be,
539
+ service: {
540
+ name: n.name,
541
+ method: n.method || "subscribe"
542
+ }
543
+ }), i;
544
+ }
545
+ function ve(e, t) {
546
+ e.connectedCallback = Z(
547
+ e.connectedCallback,
548
+ t
549
+ ), e.componentWillLoad = Ee(
550
+ e.componentWillLoad,
551
+ t
552
+ ), e.componentDidUnload = L(
553
+ e.componentDidUnload
554
+ ), e.disconnectedCallback = L(
555
+ e.disconnectedCallback
556
+ );
557
+ }
558
+ function Z(e, t) {
559
+ return async function(...r) {
560
+ J.set(this, !0), E.set(this, []), await z(this);
561
+ const n = new ye(this.context);
562
+ if (ge(this, "context", n), t.forEach((i) => {
563
+ i.options = i.optionFactory(i.options, this), Se(i.options) && (i.options.context = n), _e(this, i);
564
+ }), e)
565
+ return e.apply(this, r);
566
+ };
567
+ }
568
+ function Ee(e, t) {
569
+ return async function(...r) {
570
+ return J.get(this) === !0 ? (await z(this), e ? e.apply(this, r) : void 0) : Z(e, t).apply(this, r);
571
+ };
572
+ }
573
+ function L(e) {
574
+ return async function(...t) {
575
+ let r;
576
+ return e && (r = e.apply(this, t)), Ce(this), r;
577
+ };
578
+ }
579
+ function Se(e) {
580
+ return "context" in e;
581
+ }
582
+ function z(e) {
583
+ const t = [];
584
+ return e.platform || t.push(V(e, "platform")), e.context || t.push(V(e, "context")), t.length ? Promise.all(t) : Promise.resolve();
585
+ }
586
+ function V(e, t) {
587
+ const r = H(e);
588
+ return new Promise((n) => {
589
+ Object.defineProperty(r, t, {
590
+ configurable: !0,
591
+ set: (i) => {
592
+ delete r[t], r[t] = i, n();
593
+ }
594
+ });
595
+ });
596
+ }
597
+ function ge(e, t, r) {
598
+ const n = H(e), { get: i, set: o } = Object.getOwnPropertyDescriptor(
599
+ Object.getPrototypeOf(n),
600
+ t
601
+ );
602
+ Object.defineProperty(n, t, {
603
+ configurable: !0,
604
+ get: i,
605
+ set: function(s) {
606
+ o.call(this, s), r.next(s);
607
+ }
608
+ });
609
+ }
610
+ function _e(e, t) {
611
+ const r = we(e, t);
612
+ if (typeof r != "function")
613
+ return;
614
+ E.get(e).push(r);
615
+ }
616
+ function Ce(e) {
617
+ E.get(e).forEach((r) => r()), E.set(e, []);
618
+ }
619
+ function Re(e, t) {
620
+ return (r) => {
621
+ e[t] = r;
622
+ };
623
+ }
624
+ function we(e, t) {
625
+ const r = { ...t.options };
626
+ Oe(r, e);
627
+ const n = t.service.name, i = e.platform;
628
+ if (!i.has(n))
629
+ throw new Error(`Service ${n} does not exist`);
630
+ return i.get(n)[t.service.method](
631
+ Re(e, t.name),
632
+ r
633
+ );
634
+ }
635
+ function Oe(e, t) {
636
+ e.filter && (e.filter = e.filter.map((r) => r.bind(t))), e.map && (e.map = e.map.map((r) => r.bind(t)));
637
+ }
638
+ function jt(e = {}) {
639
+ const t = {
640
+ name: c.LimeTypeRepository
641
+ };
642
+ return l(e, t);
643
+ }
644
+ function xt(e = {}) {
645
+ const t = {
646
+ name: c.LimeTypeRepository
647
+ };
648
+ return e.map = [Ae, ...e.map || []], e.context = null, l(e, t);
649
+ }
650
+ function Ae(e) {
651
+ const { limetype: t } = this.context;
652
+ return e[t];
653
+ }
654
+ const Nt = (e) => (t) => Object.values(t).find(ee(e));
655
+ function Dt(e, t) {
656
+ return Object.values(e.properties).filter(
657
+ (r) => r.type === t
658
+ );
659
+ }
660
+ function Mt(e, t) {
661
+ return Object.values(e.properties).find(ee(t));
662
+ }
663
+ function Tt(e, t) {
664
+ return e.properties[t];
665
+ }
666
+ const ee = (e) => (t) => (t == null ? void 0 : t.label) === e, Pe = "state.limeobjects";
667
+ c.LimeObjectRepository = Pe;
668
+ function $t(e = {}) {
669
+ const t = {
670
+ name: c.LimeObjectRepository,
671
+ optionFactory: je
672
+ };
673
+ return l(e, t);
674
+ }
675
+ function Lt(e = {}) {
676
+ const t = {
677
+ name: c.LimeObjectRepository
678
+ };
679
+ return e.map = [Ie, ...e.map || []], e.context = null, l(e, t);
680
+ }
681
+ function Ie(e) {
682
+ const { limetype: t, id: r } = this.context;
683
+ if (e[t])
684
+ return e[t].find((n) => n.id === r);
685
+ }
686
+ function je(e, t) {
687
+ return e.getLimetype && (e.limetype = e.getLimetype(t)), e;
688
+ }
689
+ var xe = /* @__PURE__ */ ((e) => (e.Received = "command.received", e.Handled = "command.handled", e.Failed = "command.failed", e))(xe || {});
690
+ function d(e) {
691
+ return (t) => {
692
+ Ne(t, e.id), De(t, e.id);
693
+ };
694
+ }
695
+ function Ne(e, t) {
696
+ e.commandId = t;
697
+ }
698
+ function De(e, t) {
699
+ Object.defineProperty(e, Symbol.hasInstance, {
700
+ value: (r) => Te(r).includes(t)
701
+ });
702
+ }
703
+ function Me(e) {
704
+ return typeof e == "string" ? e : e && e.constructor && e.constructor.commandId ? e.constructor.commandId : e && e.commandId ? e.commandId : null;
705
+ }
706
+ function Te(e) {
707
+ let t = [], r, n = e;
708
+ for (; r = Me(n); )
709
+ t = [...t, r], n = Object.getPrototypeOf(n);
710
+ return Array.from(new Set(t));
711
+ }
712
+ const $e = "commandBus";
713
+ c.CommandBus = $e;
714
+ var Le = Object.getOwnPropertyDescriptor, Ve = (e, t, r, n) => {
715
+ for (var i = n > 1 ? void 0 : n ? Le(t, r) : t, o = e.length - 1, s; o >= 0; o--)
716
+ (s = e[o]) && (i = s(i) || i);
717
+ return i;
718
+ };
719
+ let U = class {
720
+ };
721
+ U = Ve([
722
+ d({
723
+ id: "limeobject.bulk-create-dialog"
724
+ })
725
+ ], U);
726
+ var Ue = Object.getOwnPropertyDescriptor, Fe = (e, t, r, n) => {
727
+ for (var i = n > 1 ? void 0 : n ? Ue(t, r) : t, o = e.length - 1, s; o >= 0; o--)
728
+ (s = e[o]) && (i = s(i) || i);
729
+ return i;
730
+ };
731
+ let F = class {
732
+ constructor() {
733
+ this.route = !1;
734
+ }
735
+ };
736
+ F = Fe([
737
+ d({
738
+ id: "limeobject.create-dialog"
739
+ })
740
+ ], F);
741
+ var ke = Object.getOwnPropertyDescriptor, Be = (e, t, r, n) => {
742
+ for (var i = n > 1 ? void 0 : n ? ke(t, r) : t, o = e.length - 1, s; o >= 0; o--)
743
+ (s = e[o]) && (i = s(i) || i);
744
+ return i;
745
+ };
746
+ let k = class {
747
+ };
748
+ k = Be([
749
+ d({
750
+ id: "limeobject.delete-object"
751
+ })
752
+ ], k);
753
+ var Ge = Object.getOwnPropertyDescriptor, We = (e, t, r, n) => {
754
+ for (var i = n > 1 ? void 0 : n ? Ge(t, r) : t, o = e.length - 1, s; o >= 0; o--)
755
+ (s = e[o]) && (i = s(i) || i);
756
+ return i;
757
+ };
758
+ let B = class {
759
+ };
760
+ B = We([
761
+ d({
762
+ id: "limeobject.object-access"
763
+ })
764
+ ], B);
765
+ var He = Object.getOwnPropertyDescriptor, Qe = (e, t, r, n) => {
766
+ for (var i = n > 1 ? void 0 : n ? He(t, r) : t, o = e.length - 1, s; o >= 0; o--)
767
+ (s = e[o]) && (i = s(i) || i);
768
+ return i;
769
+ };
770
+ let G = class {
771
+ constructor() {
772
+ this.route = !1;
773
+ }
774
+ };
775
+ G = Qe([
776
+ d({
777
+ id: "limeobject.save-object"
778
+ })
779
+ ], G);
780
+ var Ye = /* @__PURE__ */ ((e) => (e.AND = "AND", e.OR = "OR", e.NOT = "!", e.EQUALS = "=", e.NOT_EQUALS = "!=", e.GREATER = ">", e.LESS = "<", e.IN = "IN", e.BEGINS = "=?", e.LIKE = "?", e.LESS_OR_EQUAL = "<=", e.GREATER_OR_EQUAL = ">=", e.ENDS = "=$", e))(Ye || {});
781
+ const Vt = {
782
+ Count: "COUNT",
783
+ Sum: "SUM",
784
+ Average: "AVG",
785
+ Maximum: "MAX",
786
+ Minimum: "MIN"
787
+ }, qe = "query";
788
+ c.Query = qe;
789
+ const Ut = {
790
+ Get: "GET",
791
+ Post: "POST",
792
+ Put: "PUT",
793
+ Delete: "DELETE",
794
+ Patch: "PATCH"
795
+ }, Ke = "http";
796
+ c.Http = Ke;
797
+ const Xe = "eventDispatcher";
798
+ c.EventDispatcher = Xe;
799
+ const Je = "translate";
800
+ c.Translate = Je;
801
+ const Ze = "dialog";
802
+ c.Dialog = Ze;
803
+ const ze = "keybindingRegistry";
804
+ c.KeybindingRegistry = ze;
805
+ const et = "navigator";
806
+ c.Navigator = et;
807
+ function Ft(e) {
808
+ const t = {
809
+ name: c.Navigator
810
+ };
811
+ return l({ context: null, ...e }, t);
812
+ }
813
+ var tt = Object.getOwnPropertyDescriptor, rt = (e, t, r, n) => {
814
+ for (var i = n > 1 ? void 0 : n ? tt(t, r) : t, o = e.length - 1, s; o >= 0; o--)
815
+ (s = e[o]) && (i = s(i) || i);
816
+ return i;
817
+ };
818
+ let W = class {
819
+ };
820
+ W = rt([
821
+ d({
822
+ id: "navigator.navigate"
823
+ })
824
+ ], W);
825
+ const nt = "notifications";
826
+ c.Notification = nt;
827
+ const it = "routeRegistry";
828
+ c.RouteRegistry = it;
829
+ var ot = /* @__PURE__ */ ((e) => (e.Pending = "PENDING", e.Started = "STARTED", e.Retry = "RETRY", e.Success = "SUCCESS", e.Failure = "FAILURE", e))(ot || {}), st = /* @__PURE__ */ ((e) => (e.Created = "task.created", e.Success = "task.success", e.Failed = "task.failed", e))(st || {});
830
+ const ct = "state.tasks";
831
+ c.TaskRepository = ct;
832
+ const ut = "state.configs";
833
+ c.ConfigRepository = ut;
834
+ function kt(e) {
835
+ const t = {
836
+ name: c.ConfigRepository
837
+ };
838
+ return l(e, t);
839
+ }
840
+ const at = "state.device";
841
+ c.Device = at;
842
+ function Bt(e = {}) {
843
+ const t = {
844
+ name: c.Device
845
+ };
846
+ return l(e, t);
847
+ }
848
+ const lt = "state.filters";
849
+ c.FilterRepository = lt;
850
+ function Gt(e = {}) {
851
+ const t = {
852
+ name: c.FilterRepository
853
+ };
854
+ return l(e, t);
855
+ }
856
+ const ft = "state.user-data";
857
+ c.UserDataRepository = ft;
858
+ function Wt(e = {}) {
859
+ const t = {
860
+ name: c.UserDataRepository
861
+ };
862
+ return l(e, t);
863
+ }
864
+ const pt = "state.application";
865
+ c.Application = pt;
866
+ function Ht(e = {}) {
867
+ const t = {
868
+ name: c.Application
869
+ };
870
+ return e.map = [dt, ...e.map || []], l(e, t);
871
+ }
872
+ function dt(e) {
873
+ return e.applicationName;
874
+ }
875
+ function Qt(e = {}) {
876
+ const t = {
877
+ name: c.Application
878
+ };
879
+ return e.map = [ht, ...e.map || []], l(e, t);
880
+ }
881
+ function ht(e) {
882
+ return e.currentUser;
883
+ }
884
+ function Yt(e = {}) {
885
+ const t = {
886
+ name: c.Application
887
+ };
888
+ return e.map = [yt, ...e.map || []], l(e, t);
889
+ }
890
+ function yt(e) {
891
+ return e.session;
892
+ }
893
+ const bt = "userPreferences";
894
+ c.UserPreferencesRepository = bt;
895
+ const mt = "datetimeformatter";
896
+ c.DateTimeFormatter = mt;
897
+ function qt(e) {
898
+ return e.type === "limeobject";
899
+ }
900
+ function Kt(e) {
901
+ return e.type === "action";
902
+ }
903
+ const vt = "conditionRegistry";
904
+ c.ConditionRegistry = vt;
905
+ const Et = "viewFactoryRegistry";
906
+ c.ViewFactoryRegistry = Et;
907
+ const St = "webComponentRegistry";
908
+ c.WebComponentRegistry = St;
909
+ const gt = "state.notifications";
910
+ c.NotificationRepository = gt;
911
+ const _t = "pollerFactory";
912
+ c.PollerFactory = _t;
913
+ export {
914
+ Vt as AggregateOperator,
915
+ U as BulkCreateDialogCommand,
916
+ d as Command,
917
+ xe as CommandEventName,
918
+ F as CreateLimeobjectDialogCommand,
919
+ k as DeleteObjectCommand,
920
+ Ut as HttpMethod,
921
+ Rt as IdleStateEventName,
922
+ W as NavigateCommand,
923
+ B as OpenObjectAccessDialogCommand,
924
+ Ye as Operator,
925
+ c as PlatformServiceName,
926
+ G as SaveLimeObjectCommand,
927
+ Ht as SelectApplicationName,
928
+ kt as SelectConfig,
929
+ Lt as SelectCurrentLimeObject,
930
+ xt as SelectCurrentLimeType,
931
+ Qt as SelectCurrentUser,
932
+ Bt as SelectDevice,
933
+ Gt as SelectFilters,
934
+ $t as SelectLimeObjects,
935
+ jt as SelectLimeTypes,
936
+ Ft as SelectQueryParam,
937
+ Yt as SelectSession,
938
+ Wt as SelectUserData,
939
+ st as TaskEventType,
940
+ ot as TaskState,
941
+ Nt as findLimetypeByLabel,
942
+ Me as getCommandId,
943
+ Te as getCommandIds,
944
+ Dt as getPropertiesByType,
945
+ Mt as getPropertyByLabel,
946
+ Tt as getPropertyByName,
947
+ ee as hasLabel,
948
+ Kt as isActionCondition,
949
+ At as isDate,
950
+ It as isFloat,
951
+ qt as isLimeObjectCondition,
952
+ wt as isRelation,
953
+ Ot as isSingleRelation,
954
+ Pt as isString
955
+ };
956
+ //# sourceMappingURL=index.esm.js.map