@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
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [6.0.0-beta.2](https://github.com/Lundalogik/lime-web-components/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2025-03-25)
2
+
3
+
4
+ ### Features
5
+
6
+
7
+ * **action:** add hideLabel to action interface ([1c75f1a](https://github.com/Lundalogik/lime-web-components/commit/1c75f1aed7e35b6f5792176b1e3a2569868606c5))
8
+ * **view:** add interfaces for layouts ([d3759e4](https://github.com/Lundalogik/lime-web-components/commit/d3759e43b88eb922551671be2efb48bcd2459cc8)), closes [Lundalogik/crm-feature#3190](https://github.com/Lundalogik/crm-feature/issues/3190)
9
+
1
10
  ## [5.46.0](https://github.com/Lundalogik/lime-web-components/compare/v5.45.0...v5.46.0) (2025-03-06)
2
11
 
3
12
 
@@ -14,6 +23,43 @@
14
23
 
15
24
  * **view:** add interfaces for layouts ([d3759e4](https://github.com/Lundalogik/lime-web-components/commit/d3759e43b88eb922551671be2efb48bcd2459cc8)), closes [Lundalogik/crm-feature#3190](https://github.com/Lundalogik/crm-feature/issues/3190)
16
25
 
26
+ ## [6.0.0-beta.1](https://github.com/Lundalogik/lime-web-components/compare/v5.44.0...v6.0.0-beta.1) (2025-02-10)
27
+
28
+
29
+ ### ⚠ BREAKING CHANGES
30
+
31
+ * **query:** The `Expression` type has all the same properties as before, but is more
32
+ restrictive and changes based on operator, which could lead to breaking builds if types are not
33
+ checked correctly
34
+ * Some previously optional methods are now required on some interfaces.
35
+ * **application:** `Session.language` has been removed. Use `getLanguage` from
36
+ `ApplicationRepository` instead.
37
+ * **platform:** The old deprecated route service has been removed. Use the navigator
38
+ service instead
39
+ * **limeobject:** `limetype` and `id` has been removed from some commands implementing
40
+ `LimeObjectCommand`, `context` can be used instead.
41
+ * **testing:** Testing package is removed, use the test platform from limeclient.js instead
42
+ * ES5 no longer supported
43
+
44
+ ### Miscellaneous Chores
45
+
46
+
47
+ * remove old ES5 build ([e423de0](https://github.com/Lundalogik/lime-web-components/commit/e423de08f5321827a293a5ef232418ec2474e461))
48
+
49
+ ### Documentation
50
+
51
+
52
+ * promote most beta services to public ([40279af](https://github.com/Lundalogik/lime-web-components/commit/40279af94f00e903c701a8060a898ad1190ad30e))
53
+
54
+ ### Code Refactoring
55
+
56
+
57
+ * **application:** remove language from session ([c2f1967](https://github.com/Lundalogik/lime-web-components/commit/c2f1967933edcc7a47a1ab482969d40a0fc5885a))
58
+ * **limeobject:** remove deprecated properties ([701e085](https://github.com/Lundalogik/lime-web-components/commit/701e085a673566f74196b514b07f1d8908aa28ae))
59
+ * **platform:** remove route service ([c819e8c](https://github.com/Lundalogik/lime-web-components/commit/c819e8c871e94e85d2b19609d84016a2edaf8e4b))
60
+ * **query:** improve `Expression` type ([1a46df5](https://github.com/Lundalogik/lime-web-components/commit/1a46df52eb92a1a07b799798ded16325a55b5b8c))
61
+ * **testing:** remove package ([a2fb402](https://github.com/Lundalogik/lime-web-components/commit/a2fb40286853c065d044fb213e42bc7e66405450))
62
+
17
63
  ## [5.44.0](https://github.com/Lundalogik/lime-web-components/compare/v5.43.0...v5.44.0) (2025-01-27)
18
64
 
19
65
 
@@ -2,7 +2,7 @@ import { AnyCommand, LimeObjectBulkCommand, LimeObjectCommand } from '../command
2
2
  import { Condition } from '../conditionregistry';
3
3
  /**
4
4
  * Represents an action that is displayed in the UI
5
- * @alpha
5
+ * @beta
6
6
  * @group Actions
7
7
  */
8
8
  export interface Action<T extends AnyCommand = AnyCommand> {
@@ -41,21 +41,21 @@ export interface Action<T extends AnyCommand = AnyCommand> {
41
41
  /**
42
42
  * An action for a single {@link LimeObject}
43
43
  *
44
- * @alpha
44
+ * @beta
45
45
  * @group Actions
46
46
  */
47
47
  export type LimeObjectAction = Action<LimeObjectCommand>;
48
48
  /**
49
49
  * An action for multiple {@link LimeObject}s
50
50
  *
51
- * @alpha
51
+ * @beta
52
52
  * @group Actions
53
53
  */
54
54
  export type LimeObjectBulkAction = Action<LimeObjectBulkCommand>;
55
55
  /**
56
56
  * Icon of an action
57
57
  *
58
- * @alpha
58
+ * @beta
59
59
  * @group Actions
60
60
  */
61
61
  export type Icon = {
@@ -2,7 +2,7 @@ import { StateRepository } from '../core';
2
2
  import { User } from './user';
3
3
  import { Session } from './session';
4
4
  /**
5
- * @beta
5
+ * @public
6
6
  * @group Application
7
7
  */
8
8
  export interface ApplicationRepository extends StateRepository {
@@ -40,11 +40,6 @@ export interface Session {
40
40
  * Session ID
41
41
  */
42
42
  id: string;
43
- /**
44
- * Current language
45
- * @deprecated Use {@link ApplicationRepository#getLanguage} instead
46
- */
47
- language: string;
48
43
  /**
49
44
  * Time of login
50
45
  */
@@ -1 +1 @@
1
- {"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../src/application/session.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,OAAO;IACpB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAElC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../src/application/session.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,OAAO;IACpB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAElC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB"}
@@ -73,7 +73,7 @@ export interface CommandBus extends CommandHandler {
73
73
  * @param commandClass - type of command
74
74
  * @param handler - the handler instance used to execute the command
75
75
  * @param metadata - metadata for the command
76
- * @alpha
76
+ * @beta
77
77
  */
78
78
  register(commandClass: CommandClass, handler: CommandHandler, metadata?: Omit<CommandMetadata, 'id'>): void;
79
79
  /**
@@ -103,7 +103,7 @@ export interface CommandBus extends CommandHandler {
103
103
  /**
104
104
  * Get a list of configs for all registered commands
105
105
  *
106
- * @alpha
106
+ * @beta
107
107
  */
108
108
  getAll?(): CommandMetadata[];
109
109
  /**
@@ -220,7 +220,7 @@ export interface CommandConfig<T = any> {
220
220
  /**
221
221
  * Metadata for a command
222
222
  *
223
- * @alpha
223
+ * @beta
224
224
  * @group Command bus
225
225
  */
226
226
  export type CommandMetadata = ConfigMetadata & {
@@ -255,7 +255,7 @@ export declare function getCommandId(value: AnyCommand | CommandIdentifier): str
255
255
  * @param value - either a command or a command identifier
256
256
  *
257
257
  * @returns ids of the command
258
- * @beta
258
+ * @public
259
259
  * @group Command bus
260
260
  */
261
261
  export declare function getCommandIds(value: AnyCommand | CommandIdentifier): string[];
@@ -3,7 +3,7 @@ import { LimeObject } from '../limeobject';
3
3
  /**
4
4
  * This interface defines callbacks intended to be registered to the {@link Condition} registry
5
5
  *
6
- * @alpha
6
+ * @beta
7
7
  * @group Conditions
8
8
  */
9
9
  export type Condition<T = unknown> = {
@@ -26,7 +26,7 @@ export type Condition<T = unknown> = {
26
26
  /**
27
27
  * A condition to evaluate for a {@link LimeObject}
28
28
  *
29
- * @alpha
29
+ * @beta
30
30
  * @group Conditions
31
31
  */
32
32
  export type LimeObjectCondition = Condition<LimeObject> & {
@@ -35,7 +35,7 @@ export type LimeObjectCondition = Condition<LimeObject> & {
35
35
  /**
36
36
  * A condition to evaluate for an {@link Action}
37
37
  *
38
- * @alpha
38
+ * @beta
39
39
  * @group Conditions
40
40
  */
41
41
  export type ActionCondition = Condition<Action> & {
@@ -44,21 +44,21 @@ export type ActionCondition = Condition<Action> & {
44
44
  /**
45
45
  * Check if condition expects a lime object to be passed when it is evaluated
46
46
  *
47
- * @alpha
47
+ * @beta
48
48
  * @group Conditions
49
49
  */
50
50
  export declare function isLimeObjectCondition(condition: Condition): condition is Condition<LimeObject>;
51
51
  /**
52
52
  * Check if condition expects an action to be passed when it is evaluated
53
53
  *
54
- * @alpha
54
+ * @beta
55
55
  * @group Conditions
56
56
  */
57
57
  export declare function isActionCondition(condition: Condition): condition is Condition<Action>;
58
58
  /**
59
59
  * Service for adding and retrieving, and checking {@link Condition}s to and from the condition registry
60
60
  *
61
- * @alpha
61
+ * @beta
62
62
  * @group Conditions
63
63
  */
64
64
  export interface ConditionRegistry {
@@ -24,8 +24,7 @@ export interface ConfigRepository extends StateRepository {
24
24
  * @param key - name of the key containing the config
25
25
  * @param data - the config data
26
26
  * @returns a promise that will be resolved when the config has been saved
27
- * @beta
28
27
  */
29
- set?<T = any>(key: string, data: T): Promise<void>;
28
+ set<T = any>(key: string, data: T): Promise<void>;
30
29
  }
31
30
  //# sourceMappingURL=repository.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"repository.d.ts","sourceRoot":"","sources":["../../src/config/repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACrD;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IAE1B;;;;;OAKG;IACH,GAAG,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,CAAC;IAE7B;;;;;;;OAOG;IACH,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACtD"}
1
+ {"version":3,"file":"repository.d.ts","sourceRoot":"","sources":["../../src/config/repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACrD;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IAE1B;;;;;OAKG;IACH,GAAG,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,CAAC;IAE7B;;;;;;OAMG;IACH,GAAG,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACrD"}
@@ -3,7 +3,7 @@ export * from './platform';
3
3
  export * from './lime-web-component';
4
4
  export * from './plugin-loader';
5
5
  export * from './state';
6
- export * from './decorators';
6
+ export type { StateDecoratorConfig } from './decorators';
7
7
  export * from './metadata';
8
8
  export * from './idle';
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,YAAY,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACzD,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC"}
@@ -10,7 +10,7 @@ import { LimeWebComponentPlatform } from './platform';
10
10
  * @see {@link CommandBus | CommandBus}
11
11
  *
12
12
  * @group Core
13
- * @alpha
13
+ * @beta
14
14
  */
15
15
  export type ConfigMetadata = {
16
16
  /**
@@ -48,7 +48,7 @@ export type ConfigMetadata = {
48
48
  * Metadata about a package using Lime Web Components
49
49
  *
50
50
  * @group Core
51
- * @alpha
51
+ * @beta
52
52
  */
53
53
  export interface LimePackageMetadata {
54
54
  /**
@@ -31,9 +31,8 @@ export interface LimeWebComponentPlatform {
31
31
  * Check if a feature is enabled
32
32
  *
33
33
  * @param name - name of the feature switch
34
- * @beta
35
34
  */
36
- isFeatureEnabled?(name: keyof FeatureSwitches): boolean;
35
+ isFeatureEnabled(name: keyof FeatureSwitches): boolean;
37
36
  }
38
37
  /**
39
38
  * Core platform service names
@@ -46,15 +45,11 @@ export declare const PlatformServiceName: PlatformServiceNameType;
46
45
  * @group Core
47
46
  */
48
47
  export interface PlatformServiceNameType {
49
- /**
50
- * @deprecated use the new {@link Navigator} instead
51
- */
52
- Route: 'route';
53
48
  }
54
49
  /**
55
50
  * Available feature switches
56
51
  *
57
- * @beta
52
+ * @public
58
53
  * @group Core
59
54
  */
60
55
  export interface FeatureSwitches {
@@ -1 +1 @@
1
- {"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../src/core/platform.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,kBAAkB,GAAG,sBAAsB,GAAG,uBAAuB,CAAC;IAE5E;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC;IAEvB;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;IAE3B;;;;;;;;OAQG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;IAE3C;;;;;OAKG;IACH,gBAAgB,CAAC,CAAC,IAAI,EAAE,MAAM,eAAe,GAAG,OAAO,CAAC;CAC3D;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,uBAE1B,CAAC;AAET;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;CAClB;AAED;;;;;GAKG;AACH,MAAM,WAAW,eAAe;CAAG"}
1
+ {"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../src/core/platform.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,kBAAkB,GAAG,sBAAsB,GAAG,uBAAuB,CAAC;IAE5E;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC;IAEvB;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;IAE3B;;;;;;;;OAQG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;IAE3C;;;;OAIG;IACH,gBAAgB,CAAC,IAAI,EAAE,MAAM,eAAe,GAAG,OAAO,CAAC;CAC1D;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,uBAE1B,CAAC;AAET;;;GAGG;AACH,MAAM,WAAW,uBAAuB;CAAG;AAE3C;;;;;GAKG;AACH,MAAM,WAAW,eAAe;CAAG"}
@@ -2,7 +2,7 @@ import { DateTimePropertyType } from '../limetype';
2
2
  /**
3
3
  * The possible types a date can be formatted as.
4
4
  *
5
- * @beta
5
+ * @public
6
6
  * @group Localization
7
7
  */
8
8
  export type DateTimeType = 'week' | 'relative' | DateTimePropertyType;
@@ -13,14 +13,14 @@ export type DateTimeType = 'week' | 'relative' | DateTimePropertyType;
13
13
  * - `h23` is 24 hour clock where midnight is 0:00.
14
14
  * - `h24` is 24 hour clock where midnight is 24:00.
15
15
  *
16
- * @beta
16
+ * @public
17
17
  * @group Localization
18
18
  */
19
19
  export type HourCycle = 'h11' | 'h12' | 'h23' | 'h24';
20
20
  /**
21
21
  * Options for `DateTimeFormatter.format()`.
22
22
  *
23
- * @beta
23
+ * @public
24
24
  * @group Localization
25
25
  */
26
26
  export interface DateTimeFormatterOptions {
@@ -47,7 +47,7 @@ export interface DateTimeFormatterOptions {
47
47
  /**
48
48
  * Service for formatting date and time values.
49
49
  *
50
- * @beta
50
+ * @public
51
51
  * @group Localization
52
52
  */
53
53
  export interface DateTimeFormatter {
@@ -0,0 +1,4 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const F=require("@stencil/core"),c={Route:"route"},ne="idle-state";function re(e){return e&&["belongsto","hasone","hasmany","hasandbelongstomany"].includes(e.type)}function ie(e){return e&&["belongsto","hasone"].includes(e.type)}function oe(e){return e&&["time","timeofday","date","year","quarter","month"].includes(e.type)}function se(e){return e&&["string","text","phone","link"].includes(e.type)}function ce(e){return e&&["decimal","percent"].includes(e.type)}const ae="state.limetypes";c.LimeTypeRepository=ae;var _=function(e,t){return _=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},_(e,t)};function h(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");_(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}function O(e){var t=typeof Symbol=="function"&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function R(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),i,o=[],s;try{for(;(t===void 0||t-- >0)&&!(i=r.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(s)throw s.error}}return o}function A(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,o;r<i;r++)(o||!(r in t))&&(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}function p(e){return typeof e=="function"}function B(e){var t=function(r){Error.call(r),r.stack=new Error().stack},n=e(t);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var C=B(function(e){return function(n){e(this),this.message=n?n.length+` errors occurred during unsubscription:
2
+ `+n.map(function(r,i){return i+1+") "+r.toString()}).join(`
3
+ `):"",this.name="UnsubscriptionError",this.errors=n}});function w(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var E=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,n,r,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=O(s),u=a.next();!u.done;u=a.next()){var g=u.value;g.remove(this)}}catch(f){t={error:f}}finally{try{u&&!u.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}else s.remove(this);var I=this.initialTeardown;if(p(I))try{I()}catch(f){o=f instanceof C?f.errors:[f]}var D=this._finalizers;if(D){this._finalizers=null;try{for(var y=O(D),m=y.next();!m.done;m=y.next()){var te=m.value;try{L(te)}catch(f){o=o??[],f instanceof C?o=A(A([],R(o)),R(f.errors)):o.push(f)}}}catch(f){r={error:f}}finally{try{m&&!m.done&&(i=y.return)&&i.call(y)}finally{if(r)throw r.error}}}if(o)throw new C(o)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)L(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}},e.prototype._hasParent=function(t){var n=this._parentage;return n===t||Array.isArray(n)&&n.includes(t)},e.prototype._addParent=function(t){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t},e.prototype._removeParent=function(t){var n=this._parentage;n===t?this._parentage=null:Array.isArray(n)&&w(n,t)},e.prototype.remove=function(t){var n=this._finalizers;n&&w(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),k=E.EMPTY;function G(e){return e instanceof E||e&&"closed"in e&&p(e.remove)&&p(e.add)&&p(e.unsubscribe)}function L(e){p(e)?e():e.unsubscribe()}var ue={Promise:void 0},le={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,A([e,t],R(n)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function fe(e){le.setTimeout(function(){throw e})}function N(){}function v(e){e()}var H=function(e){h(t,e);function t(n){var r=e.call(this)||this;return r.isStopped=!1,n?(r.destination=n,G(n)&&n.add(r)):r.destination=me,r}return t.create=function(n,r,i){return new P(n,r,i)},t.prototype.next=function(n){this.isStopped||this._next(n)},t.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(n){this.destination.next(n)},t.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(E),pe=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var n=this.partialObserver;if(n.next)try{n.next(t)}catch(r){b(r)}},e.prototype.error=function(t){var n=this.partialObserver;if(n.error)try{n.error(t)}catch(r){b(r)}else b(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(n){b(n)}},e}(),P=function(e){h(t,e);function t(n,r,i){var o=e.call(this)||this,s;return p(n)||!n?s={next:n??void 0,error:r??void 0,complete:i??void 0}:s=n,o.destination=new pe(s),o}return t}(H);function b(e){fe(e)}function de(e){throw e}var me={closed:!0,next:N,error:de,complete:N},he=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function ye(e){return e}function be(e){return e.length===0?ye:e.length===1?e[0]:function(n){return e.reduce(function(r,i){return i(r)},n)}}var T=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(t,n,r){var i=this,o=Se(t)?t:new P(t,n,r);return v(function(){var s=i,a=s.operator,u=s.source;o.add(a?a.call(o,u):u?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(n){t.error(n)}},e.prototype.forEach=function(t,n){var r=this;return n=x(n),new n(function(i,o){var s=new P({next:function(a){try{t(a)}catch(u){o(u),s.unsubscribe()}},error:o,complete:i});r.subscribe(s)})},e.prototype._subscribe=function(t){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(t)},e.prototype[he]=function(){return this},e.prototype.pipe=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return be(t)(this)},e.prototype.toPromise=function(t){var n=this;return t=x(t),new t(function(r,i){var o;n.subscribe(function(s){return o=s},function(s){return i(s)},function(){return r(o)})})},e.create=function(t){return new e(t)},e}();function x(e){var t;return(t=e??ue.Promise)!==null&&t!==void 0?t:Promise}function ve(e){return e&&p(e.next)&&p(e.error)&&p(e.complete)}function Se(e){return e&&e instanceof H||ve(e)&&G(e)}var Ee=B(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Q=function(e){h(t,e);function t(){var n=e.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return t.prototype.lift=function(n){var r=new M(this,this);return r.operator=n,r},t.prototype._throwIfClosed=function(){if(this.closed)throw new Ee},t.prototype.next=function(n){var r=this;v(function(){var i,o;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var s=O(r.currentObservers),a=s.next();!a.done;a=s.next()){var u=a.value;u.next(n)}}catch(g){i={error:g}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(n){var r=this;v(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=n;for(var i=r.observers;i.length;)i.shift().error(n)}})},t.prototype.complete=function(){var n=this;v(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var r=n.observers;r.length;)r.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(n){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,n)},t.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},t.prototype._innerSubscribe=function(n){var r=this,i=this,o=i.hasError,s=i.isStopped,a=i.observers;return o||s?k:(this.currentObservers=null,a.push(n),new E(function(){r.currentObservers=null,w(a,n)}))},t.prototype._checkFinalizedStatuses=function(n){var r=this,i=r.hasError,o=r.thrownError,s=r.isStopped;i?n.error(o):s&&n.complete()},t.prototype.asObservable=function(){var n=new T;return n.source=this,n},t.create=function(n,r){return new M(n,r)},t}(T),M=function(e){h(t,e);function t(n,r){var i=e.call(this)||this;return i.destination=n,i.source=r,i}return t.prototype.next=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.next)===null||i===void 0||i.call(r,n)},t.prototype.error=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.error)===null||i===void 0||i.call(r,n)},t.prototype.complete=function(){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||r===void 0||r.call(n)},t.prototype._subscribe=function(n){var r,i;return(i=(r=this.source)===null||r===void 0?void 0:r.subscribe(n))!==null&&i!==void 0?i:k},t}(Q),ge=function(e){h(t,e);function t(n){var r=e.call(this)||this;return r._value=n,r}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(n){var r=e.prototype._subscribe.call(this,n);return!r.closed&&n.next(this._value),r},t.prototype.getValue=function(){var n=this,r=n.hasError,i=n.thrownError,o=n._value;if(r)throw i;return this._throwIfClosed(),o},t.prototype.next=function(n){e.prototype.next.call(this,this._value=n)},t}(Q);function Ce(e){return e}function l(e,t){return(n,r)=>{const i=_e(n,r,e,t);i.length===1&&Oe(n,i)}}const $=new WeakMap,S=new WeakMap,W=new WeakMap;function _e(e,t,n,r){let i=$.get(e);return i||(i=[],$.set(e,i)),i.push({options:n,name:t,optionFactory:r.optionFactory||Ce,service:{name:r.name,method:r.method||"subscribe"}}),i}function Oe(e,t){e.connectedCallback=Y(e.connectedCallback,t),e.componentWillLoad=Re(e.componentWillLoad,t),e.componentDidUnload=V(e.componentDidUnload),e.disconnectedCallback=V(e.disconnectedCallback)}function Y(e,t){return async function(...n){W.set(this,!0),S.set(this,[]),await q(this);const r=new ge(this.context);if(we(this,"context",r),t.forEach(i=>{i.options=i.optionFactory(i.options,this),Ae(i.options)&&(i.options.context=r),Pe(this,i)}),e)return e.apply(this,n)}}function Re(e,t){return async function(...n){return W.get(this)===!0?(await q(this),e?e.apply(this,n):void 0):Y(e,t).apply(this,n)}}function V(e){return async function(...t){let n;return e&&(n=e.apply(this,t)),je(this),n}}function Ae(e){return"context"in e}function q(e){const t=[];return e.platform||t.push(U(e,"platform")),e.context||t.push(U(e,"context")),t.length?Promise.all(t):Promise.resolve()}function U(e,t){const n=F.getElement(e);return new Promise(r=>{Object.defineProperty(n,t,{configurable:!0,set:i=>{delete n[t],n[t]=i,r()}})})}function we(e,t,n){const r=F.getElement(e),{get:i,set:o}=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(r),t);Object.defineProperty(r,t,{configurable:!0,get:i,set:function(s){o.call(this,s),n.next(s)}})}function Pe(e,t){const n=De(e,t);if(typeof n!="function")return;S.get(e).push(n)}function je(e){S.get(e).forEach(n=>n()),S.set(e,[])}function Ie(e,t){return n=>{e[t]=n}}function De(e,t){const n={...t.options};Le(n,e);const r=t.service.name,i=e.platform;if(!i.has(r))throw new Error(`Service ${r} does not exist`);return i.get(r)[t.service.method](Ie(e,t.name),n)}function Le(e,t){e.filter&&(e.filter=e.filter.map(n=>n.bind(t))),e.map&&(e.map=e.map.map(n=>n.bind(t)))}function Ne(e={}){const t={name:c.LimeTypeRepository};return l(e,t)}function Te(e={}){const t={name:c.LimeTypeRepository};return e.map=[xe,...e.map||[]],e.context=null,l(e,t)}function xe(e){const{limetype:t}=this.context;return e[t]}const Me=e=>t=>Object.values(t).find(j(e));function $e(e,t){return Object.values(e.properties).filter(n=>n.type===t)}function Ve(e,t){return Object.values(e.properties).find(j(t))}function Ue(e,t){return e.properties[t]}const j=e=>t=>(t==null?void 0:t.label)===e,Fe="state.limeobjects";c.LimeObjectRepository=Fe;function Be(e={}){const t={name:c.LimeObjectRepository,optionFactory:He};return l(e,t)}function ke(e={}){const t={name:c.LimeObjectRepository};return e.map=[Ge,...e.map||[]],e.context=null,l(e,t)}function Ge(e){const{limetype:t,id:n}=this.context;if(e[t])return e[t].find(r=>r.id===n)}function He(e,t){return e.getLimetype&&(e.limetype=e.getLimetype(t)),e}var K=(e=>(e.Received="command.received",e.Handled="command.handled",e.Failed="command.failed",e))(K||{});function d(e){return t=>{Qe(t,e.id),We(t,e.id)}}function Qe(e,t){e.commandId=t}function We(e,t){Object.defineProperty(e,Symbol.hasInstance,{value:n=>J(n).includes(t)})}function X(e){return typeof e=="string"?e:e&&e.constructor&&e.constructor.commandId?e.constructor.commandId:e&&e.commandId?e.commandId:null}function J(e){let t=[],n,r=e;for(;n=X(r);)t=[...t,n],r=Object.getPrototypeOf(r);return Array.from(new Set(t))}const Ye="commandBus";c.CommandBus=Ye;var qe=Object.getOwnPropertyDescriptor,Ke=(e,t,n,r)=>{for(var i=r>1?void 0:r?qe(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.BulkCreateDialogCommand=class{};exports.BulkCreateDialogCommand=Ke([d({id:"limeobject.bulk-create-dialog"})],exports.BulkCreateDialogCommand);var Xe=Object.getOwnPropertyDescriptor,Je=(e,t,n,r)=>{for(var i=r>1?void 0:r?Xe(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.CreateLimeobjectDialogCommand=class{constructor(){this.route=!1}};exports.CreateLimeobjectDialogCommand=Je([d({id:"limeobject.create-dialog"})],exports.CreateLimeobjectDialogCommand);var Ze=Object.getOwnPropertyDescriptor,ze=(e,t,n,r)=>{for(var i=r>1?void 0:r?Ze(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.DeleteObjectCommand=class{};exports.DeleteObjectCommand=ze([d({id:"limeobject.delete-object"})],exports.DeleteObjectCommand);var et=Object.getOwnPropertyDescriptor,tt=(e,t,n,r)=>{for(var i=r>1?void 0:r?et(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.OpenObjectAccessDialogCommand=class{};exports.OpenObjectAccessDialogCommand=tt([d({id:"limeobject.object-access"})],exports.OpenObjectAccessDialogCommand);var nt=Object.getOwnPropertyDescriptor,rt=(e,t,n,r)=>{for(var i=r>1?void 0:r?nt(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.SaveLimeObjectCommand=class{constructor(){this.route=!1}};exports.SaveLimeObjectCommand=rt([d({id:"limeobject.save-object"})],exports.SaveLimeObjectCommand);var Z=(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))(Z||{});const it={Count:"COUNT",Sum:"SUM",Average:"AVG",Maximum:"MAX",Minimum:"MIN"},ot="query";c.Query=ot;const st={Get:"GET",Post:"POST",Put:"PUT",Delete:"DELETE",Patch:"PATCH"},ct="http";c.Http=ct;const at="eventDispatcher";c.EventDispatcher=at;const ut="translate";c.Translate=ut;const lt="dialog";c.Dialog=lt;const ft="keybindingRegistry";c.KeybindingRegistry=ft;const pt="navigator";c.Navigator=pt;function dt(e){const t={name:c.Navigator};return l({context:null,...e},t)}var mt=Object.getOwnPropertyDescriptor,ht=(e,t,n,r)=>{for(var i=r>1?void 0:r?mt(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i};exports.NavigateCommand=class{};exports.NavigateCommand=ht([d({id:"navigator.navigate"})],exports.NavigateCommand);const yt="notifications";c.Notification=yt;const bt="routeRegistry";c.RouteRegistry=bt;var z=(e=>(e.Pending="PENDING",e.Started="STARTED",e.Retry="RETRY",e.Success="SUCCESS",e.Failure="FAILURE",e))(z||{}),ee=(e=>(e.Created="task.created",e.Success="task.success",e.Failed="task.failed",e))(ee||{});const vt="state.tasks";c.TaskRepository=vt;const St="state.configs";c.ConfigRepository=St;function Et(e){const t={name:c.ConfigRepository};return l(e,t)}const gt="state.device";c.Device=gt;function Ct(e={}){const t={name:c.Device};return l(e,t)}const _t="state.filters";c.FilterRepository=_t;function Ot(e={}){const t={name:c.FilterRepository};return l(e,t)}const Rt="state.user-data";c.UserDataRepository=Rt;function At(e={}){const t={name:c.UserDataRepository};return l(e,t)}const wt="state.application";c.Application=wt;function Pt(e={}){const t={name:c.Application};return e.map=[jt,...e.map||[]],l(e,t)}function jt(e){return e.applicationName}function It(e={}){const t={name:c.Application};return e.map=[Dt,...e.map||[]],l(e,t)}function Dt(e){return e.currentUser}function Lt(e={}){const t={name:c.Application};return e.map=[Nt,...e.map||[]],l(e,t)}function Nt(e){return e.session}const Tt="userPreferences";c.UserPreferencesRepository=Tt;const xt="datetimeformatter";c.DateTimeFormatter=xt;function Mt(e){return e.type==="limeobject"}function $t(e){return e.type==="action"}const Vt="conditionRegistry";c.ConditionRegistry=Vt;const Ut="viewFactoryRegistry";c.ViewFactoryRegistry=Ut;const Ft="webComponentRegistry";c.WebComponentRegistry=Ft;const Bt="state.notifications";c.NotificationRepository=Bt;const kt="pollerFactory";c.PollerFactory=kt;exports.AggregateOperator=it;exports.Command=d;exports.CommandEventName=K;exports.HttpMethod=st;exports.IdleStateEventName=ne;exports.Operator=Z;exports.PlatformServiceName=c;exports.SelectApplicationName=Pt;exports.SelectConfig=Et;exports.SelectCurrentLimeObject=ke;exports.SelectCurrentLimeType=Te;exports.SelectCurrentUser=It;exports.SelectDevice=Ct;exports.SelectFilters=Ot;exports.SelectLimeObjects=Be;exports.SelectLimeTypes=Ne;exports.SelectQueryParam=dt;exports.SelectSession=Lt;exports.SelectUserData=At;exports.TaskEventType=ee;exports.TaskState=z;exports.findLimetypeByLabel=Me;exports.getCommandId=X;exports.getCommandIds=J;exports.getPropertiesByType=$e;exports.getPropertyByLabel=Ve;exports.getPropertyByName=Ue;exports.hasLabel=j;exports.isActionCondition=$t;exports.isDate=oe;exports.isFloat=ce;exports.isLimeObjectCondition=Mt;exports.isRelation=re;exports.isSingleRelation=ie;exports.isString=se;
4
+ //# sourceMappingURL=index.cjs.js.map