@limetech/lime-web-components 5.0.1 → 5.1.0

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 (269) hide show
  1. package/README.md +9 -2
  2. package/dist/application/decorators/application.d.ts +5 -2
  3. package/dist/application/decorators/application.d.ts.map +1 -0
  4. package/dist/application/decorators/application.js +4 -2
  5. package/dist/application/decorators/index.d.ts +1 -0
  6. package/dist/application/decorators/index.d.ts.map +1 -0
  7. package/dist/application/decorators/session.d.ts +5 -2
  8. package/dist/application/decorators/session.d.ts.map +1 -0
  9. package/dist/application/decorators/session.js +4 -2
  10. package/dist/application/decorators/user.d.ts +5 -2
  11. package/dist/application/decorators/user.d.ts.map +1 -0
  12. package/dist/application/decorators/user.js +4 -2
  13. package/dist/application/index.d.ts +1 -0
  14. package/dist/application/index.d.ts.map +1 -0
  15. package/dist/application/session.d.ts +5 -0
  16. package/dist/application/session.d.ts.map +1 -0
  17. package/dist/application/types.d.ts +1 -0
  18. package/dist/application/types.d.ts.map +1 -0
  19. package/dist/application/user.d.ts +14 -2
  20. package/dist/application/user.d.ts.map +1 -0
  21. package/dist/commandbus/commandbus.d.ts +66 -22
  22. package/dist/commandbus/commandbus.d.ts.map +1 -0
  23. package/dist/commandbus/commandbus.js +13 -8
  24. package/dist/commandbus/index.d.ts +1 -0
  25. package/dist/commandbus/index.d.ts.map +1 -0
  26. package/dist/commandbus/types.d.ts +2 -1
  27. package/dist/commandbus/types.d.ts.map +1 -0
  28. package/dist/config/decorator.d.ts +7 -2
  29. package/dist/config/decorator.d.ts.map +1 -0
  30. package/dist/config/decorator.js +4 -2
  31. package/dist/config/index.d.ts +1 -0
  32. package/dist/config/index.d.ts.map +1 -0
  33. package/dist/config/repository.d.ts +7 -2
  34. package/dist/config/repository.d.ts.map +1 -0
  35. package/dist/config/types.d.ts +2 -1
  36. package/dist/config/types.d.ts.map +1 -0
  37. package/dist/core/context.d.ts +3 -0
  38. package/dist/core/context.d.ts.map +1 -0
  39. package/dist/core/decorators/factory.d.ts +12 -6
  40. package/dist/core/decorators/factory.d.ts.map +1 -0
  41. package/dist/core/decorators/factory.js +33 -32
  42. package/dist/core/decorators/factory.spec.d.ts +1 -0
  43. package/dist/core/decorators/factory.spec.d.ts.map +1 -0
  44. package/dist/core/decorators/index.d.ts +1 -0
  45. package/dist/core/decorators/index.d.ts.map +1 -0
  46. package/dist/core/index.d.ts +1 -0
  47. package/dist/core/index.d.ts.map +1 -0
  48. package/dist/core/lime-web-component.d.ts +3 -0
  49. package/dist/core/lime-web-component.d.ts.map +1 -0
  50. package/dist/core/platform.d.ts +14 -5
  51. package/dist/core/platform.d.ts.map +1 -0
  52. package/dist/core/platform.js +2 -0
  53. package/dist/core/plugin-loader.d.ts +3 -0
  54. package/dist/core/plugin-loader.d.ts.map +1 -0
  55. package/dist/core/state.d.ts +12 -3
  56. package/dist/core/state.d.ts.map +1 -0
  57. package/dist/device/decorator.d.ts +7 -4
  58. package/dist/device/decorator.d.ts.map +1 -0
  59. package/dist/device/decorator.js +4 -2
  60. package/dist/device/device.d.ts +8 -3
  61. package/dist/device/device.d.ts.map +1 -0
  62. package/dist/device/index.d.ts +1 -0
  63. package/dist/device/index.d.ts.map +1 -0
  64. package/dist/device/types.d.ts +2 -1
  65. package/dist/device/types.d.ts.map +1 -0
  66. package/dist/dialog/dialog.d.ts +20 -7
  67. package/dist/dialog/dialog.d.ts.map +1 -0
  68. package/dist/dialog/index.d.ts +1 -0
  69. package/dist/dialog/index.d.ts.map +1 -0
  70. package/dist/dialog/types.d.ts +1 -0
  71. package/dist/dialog/types.d.ts.map +1 -0
  72. package/dist/eventdispatcher/eventdispatcher.d.ts +9 -6
  73. package/dist/eventdispatcher/eventdispatcher.d.ts.map +1 -0
  74. package/dist/eventdispatcher/index.d.ts +1 -0
  75. package/dist/eventdispatcher/index.d.ts.map +1 -0
  76. package/dist/eventdispatcher/types.d.ts +2 -1
  77. package/dist/eventdispatcher/types.d.ts.map +1 -0
  78. package/dist/filter/decorator.d.ts +7 -2
  79. package/dist/filter/decorator.d.ts.map +1 -0
  80. package/dist/filter/decorator.js +4 -2
  81. package/dist/filter/index.d.ts +1 -0
  82. package/dist/filter/index.d.ts.map +1 -0
  83. package/dist/filter/repository.d.ts +9 -4
  84. package/dist/filter/repository.d.ts.map +1 -0
  85. package/dist/filter/types.d.ts +2 -1
  86. package/dist/filter/types.d.ts.map +1 -0
  87. package/dist/http/http.d.ts +38 -18
  88. package/dist/http/http.d.ts.map +1 -0
  89. package/dist/http/index.d.ts +1 -0
  90. package/dist/http/index.d.ts.map +1 -0
  91. package/dist/http/types.d.ts +1 -0
  92. package/dist/http/types.d.ts.map +1 -0
  93. package/dist/index.d.ts +7 -0
  94. package/dist/index.d.ts.map +1 -0
  95. package/dist/index.js +6 -0
  96. package/dist/keybindings/index.d.ts +1 -0
  97. package/dist/keybindings/index.d.ts.map +1 -0
  98. package/dist/keybindings/registry.d.ts +15 -9
  99. package/dist/keybindings/registry.d.ts.map +1 -0
  100. package/dist/keybindings/types.d.ts +3 -2
  101. package/dist/keybindings/types.d.ts.map +1 -0
  102. package/dist/limeobject/commands/bulk-create-dialog.d.ts +3 -0
  103. package/dist/limeobject/commands/bulk-create-dialog.d.ts.map +1 -0
  104. package/dist/limeobject/commands/bulk-create-dialog.js +2 -0
  105. package/dist/limeobject/commands/create-dialog.d.ts +3 -0
  106. package/dist/limeobject/commands/create-dialog.d.ts.map +1 -0
  107. package/dist/limeobject/commands/create-dialog.js +2 -0
  108. package/dist/limeobject/commands/delete-object.d.ts +3 -0
  109. package/dist/limeobject/commands/delete-object.d.ts.map +1 -0
  110. package/dist/limeobject/commands/delete-object.js +2 -0
  111. package/dist/limeobject/commands/index.d.ts +1 -0
  112. package/dist/limeobject/commands/index.d.ts.map +1 -0
  113. package/dist/limeobject/commands/object-access.d.ts +3 -0
  114. package/dist/limeobject/commands/object-access.d.ts.map +1 -0
  115. package/dist/limeobject/commands/object-access.js +2 -0
  116. package/dist/limeobject/commands/save-object.d.ts +3 -0
  117. package/dist/limeobject/commands/save-object.d.ts.map +1 -0
  118. package/dist/limeobject/commands/save-object.js +2 -0
  119. package/dist/limeobject/decorator.d.ts +11 -4
  120. package/dist/limeobject/decorator.d.ts.map +1 -0
  121. package/dist/limeobject/decorator.js +8 -4
  122. package/dist/limeobject/error.d.ts +35 -0
  123. package/dist/limeobject/error.d.ts.map +1 -0
  124. package/dist/limeobject/index.d.ts +1 -0
  125. package/dist/limeobject/index.d.ts.map +1 -0
  126. package/dist/limeobject/limeobject.d.ts +6 -3
  127. package/dist/limeobject/limeobject.d.ts.map +1 -0
  128. package/dist/limeobject/repository.d.ts +38 -13
  129. package/dist/limeobject/repository.d.ts.map +1 -0
  130. package/dist/limeobject/types.d.ts +2 -1
  131. package/dist/limeobject/types.d.ts.map +1 -0
  132. package/dist/limetype/acl.d.ts +5 -0
  133. package/dist/limetype/acl.d.ts.map +1 -0
  134. package/dist/limetype/decorator.d.ts +11 -4
  135. package/dist/limetype/decorator.d.ts.map +1 -0
  136. package/dist/limetype/decorator.js +8 -4
  137. package/dist/limetype/index.d.ts +1 -0
  138. package/dist/limetype/index.d.ts.map +1 -0
  139. package/dist/limetype/limetype.d.ts +9 -2
  140. package/dist/limetype/limetype.d.ts.map +1 -0
  141. package/dist/limetype/property.d.ts +33 -0
  142. package/dist/limetype/property.d.ts.map +1 -0
  143. package/dist/limetype/property.js +20 -0
  144. package/dist/limetype/types.d.ts +1 -0
  145. package/dist/limetype/types.d.ts.map +1 -0
  146. package/dist/navigator/command.d.ts +3 -12
  147. package/dist/navigator/command.d.ts.map +1 -0
  148. package/dist/navigator/command.js +2 -0
  149. package/dist/navigator/decorator.d.ts +7 -3
  150. package/dist/navigator/decorator.d.ts.map +1 -0
  151. package/dist/navigator/decorator.js +4 -3
  152. package/dist/navigator/index.d.ts +1 -0
  153. package/dist/navigator/index.d.ts.map +1 -0
  154. package/dist/navigator/navigator.d.ts +42 -14
  155. package/dist/navigator/navigator.d.ts.map +1 -0
  156. package/dist/navigator/types.d.ts +3 -2
  157. package/dist/navigator/types.d.ts.map +1 -0
  158. package/dist/notifications/index.d.ts +1 -0
  159. package/dist/notifications/index.d.ts.map +1 -0
  160. package/dist/notifications/notifications.d.ts +25 -14
  161. package/dist/notifications/notifications.d.ts.map +1 -0
  162. package/dist/notifications/types.d.ts +1 -0
  163. package/dist/notifications/types.d.ts.map +1 -0
  164. package/dist/query/index.d.ts +1 -0
  165. package/dist/query/index.d.ts.map +1 -0
  166. package/dist/query/query.d.ts +21 -0
  167. package/dist/query/query.d.ts.map +1 -0
  168. package/dist/query/query.js +4 -0
  169. package/dist/query/service.d.ts +4 -1
  170. package/dist/query/service.d.ts.map +1 -0
  171. package/dist/query/types.d.ts +1 -0
  172. package/dist/query/types.d.ts.map +1 -0
  173. package/dist/routeregistry/index.d.ts +1 -0
  174. package/dist/routeregistry/index.d.ts.map +1 -0
  175. package/dist/routeregistry/registry.d.ts +19 -6
  176. package/dist/routeregistry/registry.d.ts.map +1 -0
  177. package/dist/routeregistry/types.d.ts +3 -2
  178. package/dist/routeregistry/types.d.ts.map +1 -0
  179. package/dist/task/index.d.ts +1 -0
  180. package/dist/task/index.d.ts.map +1 -0
  181. package/dist/task/repository.d.ts +34 -8
  182. package/dist/task/repository.d.ts.map +1 -0
  183. package/dist/task/repository.js +9 -5
  184. package/dist/task/types.d.ts +2 -1
  185. package/dist/task/types.d.ts.map +1 -0
  186. package/dist/testing/component-testing.d.ts +22 -9
  187. package/dist/testing/component-testing.d.ts.map +1 -0
  188. package/dist/testing/component-testing.js +31 -28
  189. package/dist/testing/component-testing.spec.d.ts +1 -0
  190. package/dist/testing/component-testing.spec.d.ts.map +1 -0
  191. package/dist/testing/index.d.ts +1 -0
  192. package/dist/testing/index.d.ts.map +1 -0
  193. package/dist/testing/limeobjects/company.d.ts +1 -0
  194. package/dist/testing/limeobjects/company.d.ts.map +1 -0
  195. package/dist/testing/limeobjects/coworker.d.ts +1 -0
  196. package/dist/testing/limeobjects/coworker.d.ts.map +1 -0
  197. package/dist/testing/limeobjects/deal.d.ts +1 -0
  198. package/dist/testing/limeobjects/deal.d.ts.map +1 -0
  199. package/dist/testing/limeobjects/document.d.ts +1 -0
  200. package/dist/testing/limeobjects/document.d.ts.map +1 -0
  201. package/dist/testing/limeobjects/index.d.ts +1 -0
  202. package/dist/testing/limeobjects/index.d.ts.map +1 -0
  203. package/dist/testing/limeobjects/person.d.ts +1 -0
  204. package/dist/testing/limeobjects/person.d.ts.map +1 -0
  205. package/dist/testing/limetypes/campaign.d.ts +1 -0
  206. package/dist/testing/limetypes/campaign.d.ts.map +1 -0
  207. package/dist/testing/limetypes/company.d.ts +1 -0
  208. package/dist/testing/limetypes/company.d.ts.map +1 -0
  209. package/dist/testing/limetypes/consent.d.ts +1 -0
  210. package/dist/testing/limetypes/consent.d.ts.map +1 -0
  211. package/dist/testing/limetypes/consenttype.d.ts +1 -0
  212. package/dist/testing/limetypes/consenttype.d.ts.map +1 -0
  213. package/dist/testing/limetypes/coworker.d.ts +1 -0
  214. package/dist/testing/limetypes/coworker.d.ts.map +1 -0
  215. package/dist/testing/limetypes/deal.d.ts +1 -0
  216. package/dist/testing/limetypes/deal.d.ts.map +1 -0
  217. package/dist/testing/limetypes/document.d.ts +1 -0
  218. package/dist/testing/limetypes/document.d.ts.map +1 -0
  219. package/dist/testing/limetypes/helpdesk.d.ts +1 -0
  220. package/dist/testing/limetypes/helpdesk.d.ts.map +1 -0
  221. package/dist/testing/limetypes/helpdesktype.d.ts +1 -0
  222. package/dist/testing/limetypes/helpdesktype.d.ts.map +1 -0
  223. package/dist/testing/limetypes/history.d.ts +1 -0
  224. package/dist/testing/limetypes/history.d.ts.map +1 -0
  225. package/dist/testing/limetypes/index.d.ts +1 -0
  226. package/dist/testing/limetypes/index.d.ts.map +1 -0
  227. package/dist/testing/limetypes/infotiles.d.ts +1 -0
  228. package/dist/testing/limetypes/infotiles.d.ts.map +1 -0
  229. package/dist/testing/limetypes/localize.d.ts +1 -0
  230. package/dist/testing/limetypes/localize.d.ts.map +1 -0
  231. package/dist/testing/limetypes/mailing.d.ts +1 -0
  232. package/dist/testing/limetypes/mailing.d.ts.map +1 -0
  233. package/dist/testing/limetypes/office.d.ts +1 -0
  234. package/dist/testing/limetypes/office.d.ts.map +1 -0
  235. package/dist/testing/limetypes/participant.d.ts +1 -0
  236. package/dist/testing/limetypes/participant.d.ts.map +1 -0
  237. package/dist/testing/limetypes/person.d.ts +1 -0
  238. package/dist/testing/limetypes/person.d.ts.map +1 -0
  239. package/dist/testing/limetypes/recipient.d.ts +1 -0
  240. package/dist/testing/limetypes/recipient.d.ts.map +1 -0
  241. package/dist/testing/limetypes/solutionimprovement.d.ts +1 -0
  242. package/dist/testing/limetypes/solutionimprovement.d.ts.map +1 -0
  243. package/dist/testing/limetypes/successplan.d.ts +1 -0
  244. package/dist/testing/limetypes/successplan.d.ts.map +1 -0
  245. package/dist/testing/limetypes/target.d.ts +1 -0
  246. package/dist/testing/limetypes/target.d.ts.map +1 -0
  247. package/dist/testing/limetypes/todo.d.ts +1 -0
  248. package/dist/testing/limetypes/todo.d.ts.map +1 -0
  249. package/dist/testing/platform/index.d.ts +2 -1
  250. package/dist/testing/platform/index.d.ts.map +1 -0
  251. package/dist/testing/platform/index.js +3 -3
  252. package/dist/testing/platform/platform.spec.d.ts +1 -0
  253. package/dist/testing/platform/platform.spec.d.ts.map +1 -0
  254. package/dist/translator/index.d.ts +1 -0
  255. package/dist/translator/index.d.ts.map +1 -0
  256. package/dist/translator/translator.d.ts +6 -3
  257. package/dist/translator/translator.d.ts.map +1 -0
  258. package/dist/translator/types.d.ts +1 -0
  259. package/dist/translator/types.d.ts.map +1 -0
  260. package/dist/userdata/decorator.d.ts +7 -2
  261. package/dist/userdata/decorator.d.ts.map +1 -0
  262. package/dist/userdata/decorator.js +4 -2
  263. package/dist/userdata/index.d.ts +1 -0
  264. package/dist/userdata/index.d.ts.map +1 -0
  265. package/dist/userdata/repository.d.ts +7 -5
  266. package/dist/userdata/repository.d.ts.map +1 -0
  267. package/dist/userdata/types.d.ts +1 -0
  268. package/dist/userdata/types.d.ts.map +1 -0
  269. package/package.json +18 -18
@@ -7,10 +7,11 @@ const destroyFunctions = new WeakMap();
7
7
  /**
8
8
  * Create a new component
9
9
  *
10
- * @param {*} component the component class
11
- * @param {SpecPage} page the page to create the component on
12
- * @param {ComponentConfig} config component configuration
13
- * @returns {HTMLElement} the component
10
+ * @param component - the component class
11
+ * @param page - the page to create the component on
12
+ * @param config - component configuration
13
+ * @returns the component
14
+ * @public
14
15
  */
15
16
  export function createComponent(component, page, config) {
16
17
  componentConfigs.set(component.prototype, {
@@ -35,8 +36,9 @@ export function createComponent(component, page, config) {
35
36
  /**
36
37
  * Destroy a component that was created by the `createComponent` function
37
38
  *
38
- * @param {HTMLElement} component the component to destroy
39
- * @returns {void}
39
+ * @param component - the component to destroy
40
+ * @returns
41
+ * @public
40
42
  */
41
43
  export function destroyComponent(component) {
42
44
  if (!component) {
@@ -51,9 +53,10 @@ export function destroyComponent(component) {
51
53
  /**
52
54
  * Set a state variable on the component
53
55
  *
54
- * @param {HTMLElement} component the component
55
- * @param {object} state the state variables to set along with their values
56
- * @returns {void}
56
+ * @param component - the component
57
+ * @param state - the state variables to set along with their values
58
+ * @returns
59
+ * @public
57
60
  */
58
61
  export function setState(component, state) {
59
62
  const instance = componentInstances.get(component);
@@ -66,7 +69,7 @@ export function setState(component, state) {
66
69
  * of the component and is a good place to save the component instance
67
70
  * and set the initial state
68
71
  *
69
- * @returns {void}
72
+ * @returns
70
73
  */
71
74
  function initComponent() {
72
75
  const element = getElement(this);
@@ -85,10 +88,10 @@ function initComponent() {
85
88
  /**
86
89
  * Extend a lifecycle hook on a component
87
90
  *
88
- * @param {*} component the prototype of the component
89
- * @param {string} name the name of the hook
90
- * @param {Function} hook the function to run before the original hook
91
- * @returns {void}
91
+ * @param component - the prototype of the component
92
+ * @param name - the name of the hook
93
+ * @param hook - the function to run before the original hook
94
+ * @returns
92
95
  */
93
96
  function extendLifecycleHook(component, name, hook) {
94
97
  if (!originalHooks.has(component)) {
@@ -108,8 +111,8 @@ function extendLifecycleHook(component, name, hook) {
108
111
  *
109
112
  * Will set a default platform and context if not already set
110
113
  *
111
- * @param {ComponentProps} props the component props
112
- * @returns {void}
114
+ * @param props - the component props
115
+ * @returns
113
116
  */
114
117
  function setDefault(props) {
115
118
  if (!('platform' in props)) {
@@ -122,9 +125,9 @@ function setDefault(props) {
122
125
  /**
123
126
  * Add properties to a web component
124
127
  *
125
- * @param {ComponentProps} props the properties to set
126
- * @param {HTMLElement} component the web component
127
- * @returns {void}
128
+ * @param props - the properties to set
129
+ * @param component - the web component
130
+ * @returns
128
131
  */
129
132
  function addProps(props, component) {
130
133
  Object.entries(props).forEach(([key, value]) => {
@@ -134,9 +137,9 @@ function addProps(props, component) {
134
137
  /**
135
138
  * Add event listeners to a web component
136
139
  *
137
- * @param {ComponentListeners} listeners the events to listen to
138
- * @param {HTMLElement} component the web component
139
- * @returns {void}
140
+ * @param listeners - the events to listen to
141
+ * @param component - the web component
142
+ * @returns
140
143
  */
141
144
  function addListeners(listeners, component) {
142
145
  Object.entries(listeners).forEach(([key, value]) => {
@@ -146,9 +149,9 @@ function addListeners(listeners, component) {
146
149
  /**
147
150
  * Remove event listeners from a web component
148
151
  *
149
- * @param {ComponentListeners} listeners the events to listen to
150
- * @param {HTMLElement} component the web component
151
- * @returns {void}
152
+ * @param listeners - the events to listen to
153
+ * @param component - the web component
154
+ * @returns
152
155
  */
153
156
  function removeListeners(listeners, component) {
154
157
  Object.entries(listeners).forEach(([key, value]) => {
@@ -158,9 +161,9 @@ function removeListeners(listeners, component) {
158
161
  /**
159
162
  * Appends children to an html element
160
163
  *
161
- * @param {HTMLElement} parent the parent element
162
- * @param {HTMLElement[]} children the child elements to add
163
- * @returns {void}
164
+ * @param parent - the parent element
165
+ * @param children - the child elements to add
166
+ * @returns
164
167
  */
165
168
  function addChildren(parent, children = []) {
166
169
  [].slice.call(children).forEach((child) => {
@@ -8,3 +8,4 @@ export declare class TestDummy implements LimeWebComponent {
8
8
  disconnectedCallback(): void;
9
9
  render(): string;
10
10
  }
11
+ //# sourceMappingURL=component-testing.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component-testing.spec.d.ts","sourceRoot":"","sources":["../../src/testing/component-testing.spec.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,gBAAgB,EAChB,uBAAuB,EACvB,wBAAwB,EAC3B,MAAM,SAAS,CAAC;AAGjB,qBAIa,SAAU,YAAW,gBAAgB;IAE9C,QAAQ,EAAE,wBAAwB,CAAC;IAGnC,OAAO,EAAE,uBAAuB,CAAC;IAGjC,OAAO,CAAC,aAAa,CAAkB;IACvC,OAAO,CAAC,aAAa,CAAiB;IAE/B,iBAAiB;IAIjB,oBAAoB;IAKpB,MAAM;CAGhB"}
@@ -2,3 +2,4 @@ export * from './component-testing';
2
2
  export * from './platform';
3
3
  export { limetypes } from './limetypes';
4
4
  export { limeobjects } from './limeobjects';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/testing/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -53,3 +53,4 @@ export declare const company: ({
53
53
  timestamp: string;
54
54
  descriptive: string;
55
55
  })[];
56
+ //# sourceMappingURL=company.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"company.d.ts","sourceRoot":"","sources":["../../../src/testing/limeobjects/company.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;yBA+oBS,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;IAIjC,CAAC"}
@@ -20,3 +20,4 @@ export declare const coworker: {
20
20
  descriptive: string;
21
21
  office: any;
22
22
  }[];
23
+ //# sourceMappingURL=coworker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coworker.d.ts","sourceRoot":"","sources":["../../../src/testing/limeobjects/coworker.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;yBAyGQ,MAAM;;;;;;;;;;;;;;;;;;;GAIjC,CAAC"}
@@ -39,3 +39,4 @@ export declare const deal: ({
39
39
  company: number;
40
40
  todo2: any;
41
41
  })[];
42
+ //# sourceMappingURL=deal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deal.d.ts","sourceRoot":"","sources":["../../../src/testing/limeobjects/deal.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;yBA2bY,MAAM;;;;;;;;;;;;;;;;;;;;yBAAN,MAAM;;;;;;;;;;;;;;;;;;IAIjC,CAAC"}
@@ -18,3 +18,4 @@ export declare const document: {
18
18
  campaign: any;
19
19
  solutionimprovement: any;
20
20
  }[];
21
+ //# sourceMappingURL=document.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../src/testing/limeobjects/document.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;yBA6EQ,MAAM;;;;;;;;;;;;;;;;;GAIjC,CAAC"}
@@ -175,3 +175,4 @@ export declare const limeobjects: {
175
175
  };
176
176
  export declare const getLimetype: (limetype: string) => import("../..").LimeType;
177
177
  export declare function getValue(propertyPath: string, limeobject: any): any;
178
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/testing/limeobjects/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBvB,CAAC;AAEF,eAAO,MAAM,WAAW,aAAc,MAAM,6BAAwB,CAAC;AAErE,wBAAgB,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,GAAG,GAAG,CA4BnE"}
@@ -18,3 +18,4 @@ export declare const person: {
18
18
  descriptive: string;
19
19
  company: number;
20
20
  }[];
21
+ //# sourceMappingURL=person.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"person.d.ts","sourceRoot":"","sources":["../../../src/testing/limeobjects/person.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;yBAqoCU,MAAM;;;;;;;;;;;;;;;;;GAIjC,CAAC"}
@@ -415,3 +415,4 @@ export declare const campaign: {
415
415
  descriptive: string[];
416
416
  };
417
417
  };
418
+ //# sourceMappingURL=campaign.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"campaign.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/campaign.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;4BAQO,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsdjC,CAAC"}
@@ -589,3 +589,4 @@ export declare const company: {
589
589
  descriptive: string[];
590
590
  };
591
591
  };
592
+ //# sourceMappingURL=company.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"company.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/company.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;4BAQQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjC,CAAC"}
@@ -197,3 +197,4 @@ export declare const consent: {
197
197
  descriptive: string[];
198
198
  };
199
199
  };
200
+ //# sourceMappingURL=consent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consent.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/consent.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;4BAQQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+NjC,CAAC"}
@@ -186,3 +186,4 @@ export declare const consenttype: {
186
186
  descriptive: string[];
187
187
  };
188
188
  };
189
+ //# sourceMappingURL=consenttype.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consenttype.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/consenttype.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;4BAQI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoLjC,CAAC"}
@@ -561,3 +561,4 @@ export declare const coworker: {
561
561
  descriptive: string[];
562
562
  };
563
563
  };
564
+ //# sourceMappingURL=coworker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coworker.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/coworker.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;4BAQO,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmjBjC,CAAC"}
@@ -389,3 +389,4 @@ export declare const deal: {
389
389
  descriptive: string[];
390
390
  };
391
391
  };
392
+ //# sourceMappingURL=deal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deal.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/deal.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;4BAQW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyZjC,CAAC"}
@@ -307,3 +307,4 @@ export declare const document: {
307
307
  descriptive: string[];
308
308
  };
309
309
  };
310
+ //# sourceMappingURL=document.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/document.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;4BAQO,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsUjC,CAAC"}
@@ -392,3 +392,4 @@ export declare const helpdesk: {
392
392
  descriptive: string[];
393
393
  };
394
394
  };
395
+ //# sourceMappingURL=helpdesk.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpdesk.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/helpdesk.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;4BAQO,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ZjC,CAAC"}
@@ -134,3 +134,4 @@ export declare const helpdesktype: {
134
134
  descriptive: string[];
135
135
  };
136
136
  };
137
+ //# sourceMappingURL=helpdesktype.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpdesktype.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/helpdesktype.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;4BAQG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgIjC,CAAC"}
@@ -306,3 +306,4 @@ export declare const history: {
306
306
  descriptive: string[];
307
307
  };
308
308
  };
309
+ //# sourceMappingURL=history.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"history.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/history.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;4BAQQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgVjC,CAAC"}
@@ -3,3 +3,4 @@ export declare const limetypes: Record<string, LimeType>;
3
3
  export declare function getLimetype(name: string): LimeType;
4
4
  export declare function getBackreference(limetype: string, property: string): LimeProperty;
5
5
  export declare function getProperty(limetype: string, property: string): any;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAuB/C,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAsBvC,CAAC;AAET,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,CAElD;AAED,wBAAgB,gBAAgB,CAC5B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,GACjB,YAAY,CAEd;AAED,wBAAgB,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAkB7D"}
@@ -385,3 +385,4 @@ export declare const infotiles: {
385
385
  descriptive: string[];
386
386
  };
387
387
  };
388
+ //# sourceMappingURL=infotiles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"infotiles.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/infotiles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;4BAQM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAofjC,CAAC"}
@@ -281,3 +281,4 @@ export declare const localize: {
281
281
  descriptive: string[];
282
282
  };
283
283
  };
284
+ //# sourceMappingURL=localize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"localize.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/localize.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;4BAQO,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkRjC,CAAC"}
@@ -210,3 +210,4 @@ export declare const mailing: {
210
210
  descriptive: string[];
211
211
  };
212
212
  };
213
+ //# sourceMappingURL=mailing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mailing.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/mailing.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;4BAQQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4MjC,CAAC"}
@@ -382,3 +382,4 @@ export declare const office: {
382
382
  descriptive: string[];
383
383
  };
384
384
  };
385
+ //# sourceMappingURL=office.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"office.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/office.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;4BAQS,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuXjC,CAAC"}
@@ -163,3 +163,4 @@ export declare const participant: {
163
163
  descriptive: string[];
164
164
  };
165
165
  };
166
+ //# sourceMappingURL=participant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"participant.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/participant.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;4BAQI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoLjC,CAAC"}
@@ -470,3 +470,4 @@ export declare const person: {
470
470
  descriptive: string[];
471
471
  };
472
472
  };
473
+ //# sourceMappingURL=person.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"person.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/person.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;4BAQS,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAygBjC,CAAC"}
@@ -145,3 +145,4 @@ export declare const recipient: {
145
145
  descriptive: string[];
146
146
  };
147
147
  };
148
+ //# sourceMappingURL=recipient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/recipient.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;4BAQM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiKjC,CAAC"}
@@ -300,3 +300,4 @@ export declare const solutionimprovement: {
300
300
  descriptive: string[];
301
301
  };
302
302
  };
303
+ //# sourceMappingURL=solutionimprovement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solutionimprovement.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/solutionimprovement.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;4BAQJ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoVjC,CAAC"}
@@ -207,3 +207,4 @@ export declare const successplan: {
207
207
  descriptive: string[];
208
208
  };
209
209
  };
210
+ //# sourceMappingURL=successplan.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successplan.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/successplan.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;4BAQI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyMjC,CAAC"}
@@ -158,3 +158,4 @@ export declare const target: {
158
158
  descriptive: string[];
159
159
  };
160
160
  };
161
+ //# sourceMappingURL=target.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"target.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/target.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;4BAQS,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwKjC,CAAC"}
@@ -384,3 +384,4 @@ export declare const todo: {
384
384
  descriptive: string[];
385
385
  };
386
386
  };
387
+ //# sourceMappingURL=todo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"todo.d.ts","sourceRoot":"","sources":["../../../src/testing/limetypes/todo.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;4BAQW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgajC,CAAC"}
@@ -2,7 +2,8 @@ import { LimeWebComponentContext, LimeWebComponentPlatform } from '../..';
2
2
  /**
3
3
  * Create a new platform suitable for testing
4
4
  *
5
- * @returns {LimeWebComponentPlatform} a new testing platform
5
+ * @returns a new testing platform
6
6
  */
7
7
  export declare function createPlatform(): LimeWebComponentPlatform;
8
8
  export declare const defaultContext: LimeWebComponentContext;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/testing/platform/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AA2B1E;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,wBAAwB,CAEzD;AAED,eAAO,MAAM,cAAc,EAAE,uBAG5B,CAAC"}
@@ -21,7 +21,7 @@ class TestingPlatform {
21
21
  /**
22
22
  * Create a new platform suitable for testing
23
23
  *
24
- * @returns {LimeWebComponentPlatform} a new testing platform
24
+ * @returns a new testing platform
25
25
  */
26
26
  export function createPlatform() {
27
27
  return new TestingPlatform();
@@ -36,8 +36,8 @@ export const defaultContext = {
36
36
  * Each method that is not implemented in the service will default to return
37
37
  * the arguments it was called with
38
38
  *
39
- * @param {any} service the service to proxy
40
- * @returns {Proxy} a proxy for the service
39
+ * @param service - the service to proxy
40
+ * @returns a proxy for the service
41
41
  */
42
42
  function createServiceProxy(service) {
43
43
  const handler = {
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=platform.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platform.spec.d.ts","sourceRoot":"","sources":["../../../src/testing/platform/platform.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  export * from './translator';
2
2
  export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/translator/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
@@ -1,13 +1,16 @@
1
1
  /**
2
2
  * Service for translating strings into different languages
3
+ * @public
4
+ * @group Localization
3
5
  */
4
6
  export interface Translator {
5
7
  /**
6
8
  * Get a translated string by ID
7
9
  *
8
- * @param {string} id id of the translation
9
- * @param {object} params any parameters that the translation might require
10
- * @returns {string} the translation
10
+ * @param id - id of the translation
11
+ * @param params - any parameters that the translation might require
12
+ * @returns the translation
11
13
  */
12
14
  get(id: string, params?: Record<string, string | number | undefined>): string;
13
15
  }
16
+ //# sourceMappingURL=translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translator.d.ts","sourceRoot":"","sources":["../../src/translator/translator.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;;;OAMG;IACH,GAAG,CACC,EAAE,EAAE,MAAM,EACV,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,GACrD,MAAM,CAAC;CACb"}
@@ -12,3 +12,4 @@ declare module '../core/platform' {
12
12
  }
13
13
  }
14
14
  export {};
15
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/translator/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,QAAA,MAAM,YAAY,cAAc,CAAC;AAIjC,OAAO,QAAQ,kBAAkB,CAAC;IAC9B,UAAU,uBAAuB;QAC7B;;WAEG;QACH,SAAS,EAAE,OAAO,YAAY,CAAC;KAClC;IAED,UAAU,wBAAwB;QAC9B,GAAG,CAAC,IAAI,EAAE,uBAAuB,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;KAC/D;CACJ"}
@@ -1,6 +1,8 @@
1
1
  import { StateOptions } from '../core';
2
2
  /**
3
3
  * Config for the {@link SelectUserData} state decorator
4
+ * @public
5
+ * @group User data
4
6
  */
5
7
  export interface SelectUserDataOptions extends StateOptions {
6
8
  /**
@@ -11,7 +13,10 @@ export interface SelectUserDataOptions extends StateOptions {
11
13
  /**
12
14
  * Gets an object with all user data, optionally filtered by key
13
15
  *
14
- * @param {SelectUserDataOptions} options state decorator options
15
- * @returns {PropertyDecorator} state decorator
16
+ * @param options - state decorator options
17
+ * @returns state decorator
18
+ * @public
19
+ * @group User data
16
20
  */
17
21
  export declare function SelectUserData(options?: SelectUserDataOptions): PropertyDecorator;
22
+ //# sourceMappingURL=decorator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"decorator.d.ts","sourceRoot":"","sources":["../../src/userdata/decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,YAAY,EAEf,MAAM,SAAS,CAAC;AAGjB;;;;GAIG;AACH,MAAM,WAAW,qBAAsB,SAAQ,YAAY;IACvD;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;;;GAOG;AACH,wBAAgB,cAAc,CAC1B,OAAO,GAAE,qBAA0B,GACpC,iBAAiB,CAMnB"}
@@ -3,8 +3,10 @@ import { createStateDecorator } from '../core/decorators/factory';
3
3
  /**
4
4
  * Gets an object with all user data, optionally filtered by key
5
5
  *
6
- * @param {SelectUserDataOptions} options state decorator options
7
- * @returns {PropertyDecorator} state decorator
6
+ * @param options - state decorator options
7
+ * @returns state decorator
8
+ * @public
9
+ * @group User data
8
10
  */
9
11
  export function SelectUserData(options = {}) {
10
12
  const config = {
@@ -1,3 +1,4 @@
1
1
  export * from './repository';
2
2
  export * from './types';
3
3
  export * from './decorator';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/userdata/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
@@ -2,28 +2,30 @@ import { StateRepository } from '../core';
2
2
  /**
3
3
  * Handle fetching and saving user specific data, e.g. settings or other state
4
4
  * data that should persist between sessions
5
- *
5
+ * @public
6
+ * @group User data
6
7
  */
7
8
  export interface UserDataRepository extends StateRepository {
8
9
  /**
9
10
  * Check if user data exists
10
11
  *
11
- * @param key name of the key containing the data
12
+ * @param key - name of the key containing the data
12
13
  * @returns true if user data exists
13
14
  */
14
15
  has(key: string): boolean;
15
16
  /**
16
17
  * Get user data
17
18
  *
18
- * @param key name of the key containing the data
19
+ * @param key - name of the key containing the data
19
20
  * @returns the data
20
21
  */
21
22
  get<T = any>(key: string): T;
22
23
  /**
23
24
  * Set user data
24
25
  *
25
- * @param key name of the key for the data
26
- * @param data the data to save, will delete the data if undefined
26
+ * @param key - name of the key for the data
27
+ * @param data - the data to save, will delete the data if undefined
27
28
  */
28
29
  set<T = any>(key: string, data?: T): void;
29
30
  }
31
+ //# sourceMappingURL=repository.d.ts.map