@leavittsoftware/web 1.0.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 (294) hide show
  1. package/leavitt/api-service/HttpError.d.ts +10 -0
  2. package/leavitt/api-service/HttpError.js +2 -0
  3. package/leavitt/api-service/HttpError.js.map +1 -0
  4. package/leavitt/api-service/api-service.d.ts +27 -0
  5. package/leavitt/api-service/api-service.js +332 -0
  6. package/leavitt/api-service/api-service.js.map +1 -0
  7. package/leavitt/api-service/api2-service.d.ts +338 -0
  8. package/leavitt/api-service/api2-service.js +17 -0
  9. package/leavitt/api-service/api2-service.js.map +1 -0
  10. package/leavitt/api-service/authenticated-token-provider.d.ts +5 -0
  11. package/leavitt/api-service/authenticated-token-provider.js +7 -0
  12. package/leavitt/api-service/authenticated-token-provider.js.map +1 -0
  13. package/leavitt/api-service/bearer-token-provider.d.ts +4 -0
  14. package/leavitt/api-service/bearer-token-provider.js +2 -0
  15. package/leavitt/api-service/bearer-token-provider.js.map +1 -0
  16. package/leavitt/api-service/mapi-service.d.ts +338 -0
  17. package/leavitt/api-service/mapi-service.js +17 -0
  18. package/leavitt/api-service/mapi-service.js.map +1 -0
  19. package/leavitt/api-service/no-authentication-token-provider.d.ts +5 -0
  20. package/leavitt/api-service/no-authentication-token-provider.js +6 -0
  21. package/leavitt/api-service/no-authentication-token-provider.js.map +1 -0
  22. package/leavitt/api-service/odata-dto.d.ts +6 -0
  23. package/leavitt/api-service/odata-dto.js +7 -0
  24. package/leavitt/api-service/odata-dto.js.map +1 -0
  25. package/leavitt/api-service/odata-model-info.d.ts +5 -0
  26. package/leavitt/api-service/odata-model-info.js +7 -0
  27. package/leavitt/api-service/odata-model-info.js.map +1 -0
  28. package/leavitt/api-service/odata-response.d.ts +15 -0
  29. package/leavitt/api-service/odata-response.js +50 -0
  30. package/leavitt/api-service/odata-response.js.map +1 -0
  31. package/leavitt/api-service/status-codes.d.ts +2 -0
  32. package/leavitt/api-service/status-codes.js +44 -0
  33. package/leavitt/api-service/status-codes.js.map +1 -0
  34. package/leavitt/company-select/company-select.d.ts +50 -0
  35. package/leavitt/company-select/company-select.js +157 -0
  36. package/leavitt/company-select/company-select.js.map +1 -0
  37. package/leavitt/person-company-select/person-company-select.d.ts +41 -0
  38. package/leavitt/person-company-select/person-company-select.js +180 -0
  39. package/leavitt/person-company-select/person-company-select.js.map +1 -0
  40. package/leavitt/person-group-select/people-group-icons.d.ts +5 -0
  41. package/leavitt/person-group-select/people-group-icons.js +66 -0
  42. package/leavitt/person-group-select/people-group-icons.js.map +1 -0
  43. package/leavitt/person-group-select/person-group-select.d.ts +41 -0
  44. package/leavitt/person-group-select/person-group-select.js +186 -0
  45. package/leavitt/person-group-select/person-group-select.js.map +1 -0
  46. package/leavitt/person-select/person-select.d.ts +33 -0
  47. package/leavitt/person-select/person-select.js +128 -0
  48. package/leavitt/person-select/person-select.js.map +1 -0
  49. package/leavitt/profile-picture/profile-picture-menu.d.ts +44 -0
  50. package/leavitt/profile-picture/profile-picture-menu.js +197 -0
  51. package/leavitt/profile-picture/profile-picture-menu.js.map +1 -0
  52. package/leavitt/profile-picture/profile-picture.d.ts +39 -0
  53. package/leavitt/profile-picture/profile-picture.js +151 -0
  54. package/leavitt/profile-picture/profile-picture.js.map +1 -0
  55. package/leavitt/user-feedback/user-feedback.d.ts +357 -0
  56. package/leavitt/user-feedback/user-feedback.js +207 -0
  57. package/leavitt/user-feedback/user-feedback.js.map +1 -0
  58. package/leavitt/user-manager/LssJwtToken.d.ts +21 -0
  59. package/leavitt/user-manager/LssJwtToken.js +2 -0
  60. package/leavitt/user-manager/LssJwtToken.js.map +1 -0
  61. package/leavitt/user-manager/user-manager-events.d.ts +5 -0
  62. package/leavitt/user-manager/user-manager-events.js +7 -0
  63. package/leavitt/user-manager/user-manager-events.js.map +1 -0
  64. package/leavitt/user-manager/user-manager.d.ts +37 -0
  65. package/leavitt/user-manager/user-manager.js +364 -0
  66. package/leavitt/user-manager/user-manager.js.map +1 -0
  67. package/package.json +36 -0
  68. package/titanium/access-denied-page/access-denied-page.d.ts +16 -0
  69. package/titanium/access-denied-page/access-denied-page.js +360 -0
  70. package/titanium/access-denied-page/access-denied-page.js.map +1 -0
  71. package/titanium/address-input/Address.js.map +1 -0
  72. package/titanium/address-input/address-input.d.ts +29 -0
  73. package/titanium/address-input/address-input.js +77 -0
  74. package/titanium/address-input/address-input.js.map +1 -0
  75. package/titanium/address-input/google-address-input.d.ts +30 -0
  76. package/titanium/address-input/google-address-input.js +202 -0
  77. package/titanium/address-input/google-address-input.js.map +1 -0
  78. package/titanium/address-input/manual-address-dialog.d.ts +30 -0
  79. package/titanium/address-input/manual-address-dialog.js +250 -0
  80. package/titanium/address-input/manual-address-dialog.js.map +1 -0
  81. package/titanium/address-input/types/address-input-address.d.ts +17 -0
  82. package/titanium/address-input/types/address-input-address.js +2 -0
  83. package/titanium/address-input/types/address-input-address.js.map +1 -0
  84. package/titanium/address-input/types/address.js.map +1 -0
  85. package/titanium/address-input/types/autocomplete-prediction-suggestion.js.map +1 -0
  86. package/titanium/address-input/utils/address-to-string.d.ts +3 -0
  87. package/titanium/address-input/utils/address-to-string.js +13 -0
  88. package/titanium/address-input/utils/address-to-string.js.map +1 -0
  89. package/titanium/address-input/utils/place-result-to-address.d.ts +4 -0
  90. package/titanium/address-input/utils/place-result-to-address.js +33 -0
  91. package/titanium/address-input/utils/place-result-to-address.js.map +1 -0
  92. package/titanium/address-input/utils/validate-street.d.ts +2 -0
  93. package/titanium/address-input/utils/validate-street.js +8 -0
  94. package/titanium/address-input/utils/validate-street.js.map +1 -0
  95. package/titanium/card/card.d.ts +23 -0
  96. package/titanium/card/card.js +160 -0
  97. package/titanium/card/card.js.map +1 -0
  98. package/titanium/chip-multi-select/chip-multi-select.d.ts +55 -0
  99. package/titanium/chip-multi-select/chip-multi-select.js +119 -0
  100. package/titanium/chip-multi-select/chip-multi-select.js.map +1 -0
  101. package/titanium/data-table/data-table-header.d.ts +67 -0
  102. package/titanium/data-table/data-table-header.js +207 -0
  103. package/titanium/data-table/data-table-header.js.map +1 -0
  104. package/titanium/data-table/data-table-item.d.ts +100 -0
  105. package/titanium/data-table/data-table-item.js +511 -0
  106. package/titanium/data-table/data-table-item.js.map +1 -0
  107. package/titanium/data-table/data-table.d.ts +146 -0
  108. package/titanium/data-table/data-table.js +605 -0
  109. package/titanium/data-table/data-table.js.map +1 -0
  110. package/titanium/data-table/filter-controller.d.ts +23 -0
  111. package/titanium/data-table/filter-controller.js +119 -0
  112. package/titanium/data-table/filter-controller.js.map +1 -0
  113. package/titanium/data-table/filter.d.ts +8 -0
  114. package/titanium/data-table/filter.js +11 -0
  115. package/titanium/data-table/filter.js.map +1 -0
  116. package/titanium/data-table/page-control.d.ts +54 -0
  117. package/titanium/data-table/page-control.js +196 -0
  118. package/titanium/data-table/page-control.js.map +1 -0
  119. package/titanium/date-range-selector/date-range-change-event.d.ts +8 -0
  120. package/titanium/date-range-selector/date-range-change-event.js +10 -0
  121. package/titanium/date-range-selector/date-range-change-event.js.map +1 -0
  122. package/titanium/date-range-selector/date-range-selector.d.ts +65 -0
  123. package/titanium/date-range-selector/date-range-selector.js +423 -0
  124. package/titanium/date-range-selector/date-range-selector.js.map +1 -0
  125. package/titanium/date-range-selector/range-label.d.ts +4 -0
  126. package/titanium/date-range-selector/range-label.js +25 -0
  127. package/titanium/date-range-selector/range-label.js.map +1 -0
  128. package/titanium/drawer/drawer.d.ts +39 -0
  129. package/titanium/drawer/drawer.js +233 -0
  130. package/titanium/drawer/drawer.js.map +1 -0
  131. package/titanium/duration-input/duration-input.d.ts +26 -0
  132. package/titanium/duration-input/duration-input.js +86 -0
  133. package/titanium/duration-input/duration-input.js.map +1 -0
  134. package/titanium/duration-input/human-interval.d.ts +19 -0
  135. package/titanium/duration-input/human-interval.js +74 -0
  136. package/titanium/duration-input/human-interval.js.map +1 -0
  137. package/titanium/error-page/error-page.d.ts +16 -0
  138. package/titanium/error-page/error-page.js +96 -0
  139. package/titanium/error-page/error-page.js.map +1 -0
  140. package/titanium/event-bus/event-bus.d.ts +10 -0
  141. package/titanium/event-bus/event-bus.js +52 -0
  142. package/titanium/event-bus/event-bus.js.map +1 -0
  143. package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.d.ts +160 -0
  144. package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.js +295 -0
  145. package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.js.map +1 -0
  146. package/titanium/extendable-outlined-text-field/extensible-outlined-text-field.d.ts +45 -0
  147. package/titanium/extendable-outlined-text-field/extensible-outlined-text-field.js.map +1 -0
  148. package/titanium/full-page-loading-indicator/full-page-loading-indicator.d.ts +19 -0
  149. package/titanium/full-page-loading-indicator/full-page-loading-indicator.js +170 -0
  150. package/titanium/full-page-loading-indicator/full-page-loading-indicator.js.map +1 -0
  151. package/titanium/hacks/dialog-overflow-hacks.d.ts +4 -0
  152. package/titanium/hacks/dialog-overflow-hacks.js +21 -0
  153. package/titanium/hacks/dialog-overflow-hacks.js.map +1 -0
  154. package/titanium/header/header.d.ts +39 -0
  155. package/titanium/header/header.js +148 -0
  156. package/titanium/header/header.js.map +1 -0
  157. package/titanium/helpers/csv-download.d.ts +3 -0
  158. package/titanium/helpers/csv-download.js +78 -0
  159. package/titanium/helpers/csv-download.js.map +1 -0
  160. package/titanium/helpers/debouncer.d.ts +13 -0
  161. package/titanium/helpers/debouncer.js +33 -0
  162. package/titanium/helpers/debouncer.js.map +1 -0
  163. package/titanium/helpers/delay.d.ts +2 -0
  164. package/titanium/helpers/delay.js +6 -0
  165. package/titanium/helpers/delay.js.map +1 -0
  166. package/titanium/helpers/dev-detection.d.ts +3 -0
  167. package/titanium/helpers/dev-detection.js +12 -0
  168. package/titanium/helpers/dev-detection.js.map +1 -0
  169. package/titanium/helpers/helpers.d.ts +14 -0
  170. package/titanium/helpers/helpers.js +14 -0
  171. package/titanium/helpers/helpers.js.map +1 -0
  172. package/titanium/helpers/join.d.ts +2 -0
  173. package/titanium/helpers/join.js +5 -0
  174. package/titanium/helpers/join.js.map +1 -0
  175. package/titanium/helpers/leavitt-cdn.d.ts +5 -0
  176. package/titanium/helpers/leavitt-cdn.js +38 -0
  177. package/titanium/helpers/leavitt-cdn.js.map +1 -0
  178. package/titanium/helpers/load-while.d.ts +343 -0
  179. package/titanium/helpers/load-while.js +27 -0
  180. package/titanium/helpers/load-while.js.map +1 -0
  181. package/titanium/helpers/media-query.d.ts +2 -0
  182. package/titanium/helpers/media-query.js +6 -0
  183. package/titanium/helpers/media-query.js.map +1 -0
  184. package/titanium/helpers/middle-ellipsis.d.ts +2 -0
  185. package/titanium/helpers/middle-ellipsis.js +7 -0
  186. package/titanium/helpers/middle-ellipsis.js.map +1 -0
  187. package/titanium/helpers/not-null-or-undefined.d.ts +2 -0
  188. package/titanium/helpers/not-null-or-undefined.js +4 -0
  189. package/titanium/helpers/not-null-or-undefined.js.map +1 -0
  190. package/titanium/helpers/not-null.d.ts +2 -0
  191. package/titanium/helpers/not-null.js +4 -0
  192. package/titanium/helpers/not-null.js.map +1 -0
  193. package/titanium/helpers/not-undefined.d.ts +2 -0
  194. package/titanium/helpers/not-undefined.js +4 -0
  195. package/titanium/helpers/not-undefined.js.map +1 -0
  196. package/titanium/helpers/odata-helpers.d.ts +2 -0
  197. package/titanium/helpers/odata-helpers.js +2 -0
  198. package/titanium/helpers/odata-helpers.js.map +1 -0
  199. package/titanium/helpers/search-token.d.ts +2 -0
  200. package/titanium/helpers/search-token.js +17 -0
  201. package/titanium/helpers/search-token.js.map +1 -0
  202. package/titanium/icon-picker/icon-picker.d.ts +23 -0
  203. package/titanium/icon-picker/icon-picker.js +75 -0
  204. package/titanium/icon-picker/icon-picker.js.map +1 -0
  205. package/titanium/icon-picker/material-symbols.d.ts +3 -0
  206. package/titanium/icon-picker/material-symbols.js +3297 -0
  207. package/titanium/icon-picker/material-symbols.js.map +1 -0
  208. package/titanium/input-validator/input-validator.d.ts +20 -0
  209. package/titanium/input-validator/input-validator.js +45 -0
  210. package/titanium/input-validator/input-validator.js.map +1 -0
  211. package/titanium/search-input/search-input.d.ts +47 -0
  212. package/titanium/search-input/search-input.js +237 -0
  213. package/titanium/search-input/search-input.js.map +1 -0
  214. package/titanium/service-worker-notifier/service-worker-notifier.d.ts +9 -0
  215. package/titanium/service-worker-notifier/service-worker-notifier.js +57 -0
  216. package/titanium/service-worker-notifier/service-worker-notifier.js.map +1 -0
  217. package/titanium/show-hide/show-hide.d.ts +36 -0
  218. package/titanium/show-hide/show-hide.js +144 -0
  219. package/titanium/show-hide/show-hide.js.map +1 -0
  220. package/titanium/single-select-base/single-select-base.d.ts +449 -0
  221. package/titanium/single-select-base/single-select-base.js +411 -0
  222. package/titanium/single-select-base/single-select-base.js.map +1 -0
  223. package/titanium/smart-attachment-input/crop-and-save-image-dialog.d.ts +370 -0
  224. package/titanium/smart-attachment-input/crop-and-save-image-dialog.js +270 -0
  225. package/titanium/smart-attachment-input/crop-and-save-image-dialog.js.map +1 -0
  226. package/titanium/smart-attachment-input/cropper-styles.d.ts +3 -0
  227. package/titanium/smart-attachment-input/cropper-styles.js +311 -0
  228. package/titanium/smart-attachment-input/cropper-styles.js.map +1 -0
  229. package/titanium/smart-attachment-input/image-formats.d.ts +5 -0
  230. package/titanium/smart-attachment-input/image-formats.js +37 -0
  231. package/titanium/smart-attachment-input/image-formats.js.map +1 -0
  232. package/titanium/smart-attachment-input/image-preview-dialog.d.ts +21 -0
  233. package/titanium/smart-attachment-input/image-preview-dialog.js +83 -0
  234. package/titanium/smart-attachment-input/image-preview-dialog.js.map +1 -0
  235. package/titanium/smart-attachment-input/smart-attachment-input.d.ts +126 -0
  236. package/titanium/smart-attachment-input/smart-attachment-input.js +422 -0
  237. package/titanium/smart-attachment-input/smart-attachment-input.js.map +1 -0
  238. package/titanium/smart-attachment-input/type/smart-attachment.d.ts +7 -0
  239. package/titanium/smart-attachment-input/type/smart-attachment.js +2 -0
  240. package/titanium/smart-attachment-input/type/smart-attachment.js.map +1 -0
  241. package/titanium/snackbar/snackbar.d.ts +79 -0
  242. package/titanium/snackbar/snackbar.js +302 -0
  243. package/titanium/snackbar/snackbar.js.map +1 -0
  244. package/titanium/styles/a.d.ts +2 -0
  245. package/titanium/styles/a.js +18 -0
  246. package/titanium/styles/a.js.map +1 -0
  247. package/titanium/styles/data-row.d.ts +2 -0
  248. package/titanium/styles/data-row.js +52 -0
  249. package/titanium/styles/data-row.js.map +1 -0
  250. package/titanium/styles/ellipsis.d.ts +2 -0
  251. package/titanium/styles/ellipsis.js +9 -0
  252. package/titanium/styles/ellipsis.js.map +1 -0
  253. package/titanium/styles/h1.d.ts +2 -0
  254. package/titanium/styles/h1.js +17 -0
  255. package/titanium/styles/h1.js.map +1 -0
  256. package/titanium/styles/h2.d.ts +2 -0
  257. package/titanium/styles/h2.js +17 -0
  258. package/titanium/styles/h2.js.map +1 -0
  259. package/titanium/styles/h3.d.ts +2 -0
  260. package/titanium/styles/h3.js +17 -0
  261. package/titanium/styles/h3.js.map +1 -0
  262. package/titanium/styles/h4.d.ts +2 -0
  263. package/titanium/styles/h4.js +17 -0
  264. package/titanium/styles/h4.js.map +1 -0
  265. package/titanium/styles/h5.d.ts +2 -0
  266. package/titanium/styles/h5.js +19 -0
  267. package/titanium/styles/h5.js.map +1 -0
  268. package/titanium/styles/p.d.ts +2 -0
  269. package/titanium/styles/p.js +17 -0
  270. package/titanium/styles/p.js.map +1 -0
  271. package/titanium/styles/styles.d.ts +17 -0
  272. package/titanium/styles/styles.js +17 -0
  273. package/titanium/styles/styles.js.map +1 -0
  274. package/titanium/toolbar/toolbar.d.ts +34 -0
  275. package/titanium/toolbar/toolbar.js +104 -0
  276. package/titanium/toolbar/toolbar.js.map +1 -0
  277. package/titanium/types/any-function.d.ts +5 -0
  278. package/titanium/types/any-function.js +2 -0
  279. package/titanium/types/any-function.js.map +1 -0
  280. package/titanium/types/dom-event.d.ts +4 -0
  281. package/titanium/types/dom-event.js +2 -0
  282. package/titanium/types/dom-event.js.map +1 -0
  283. package/titanium/types/identifier-interface.d.ts +4 -0
  284. package/titanium/types/identifier-interface.js +2 -0
  285. package/titanium/types/identifier-interface.js.map +1 -0
  286. package/titanium/types/pending-state-event.d.ts +7 -0
  287. package/titanium/types/pending-state-event.js +7 -0
  288. package/titanium/types/pending-state-event.js.map +1 -0
  289. package/titanium/types/string-map.d.ts +7 -0
  290. package/titanium/types/string-map.js +5 -0
  291. package/titanium/types/string-map.js.map +1 -0
  292. package/titanium/youtube-input/youtube-input.d.ts +17 -0
  293. package/titanium/youtube-input/youtube-input.js +52 -0
  294. package/titanium/youtube-input/youtube-input.js.map +1 -0
@@ -0,0 +1,151 @@
1
+ import { __decorate } from "tslib";
2
+ import { isDevelopment } from '../../titanium/helpers/helpers';
3
+ import { css, html, LitElement } from 'lit';
4
+ import { customElement, property } from 'lit/decorators.js';
5
+ /**
6
+ * Displays a Leavitt Group users profile picture
7
+ *
8
+ * @element profile-picture
9
+ *
10
+ */
11
+ let ProfilePictureElement = class ProfilePictureElement extends LitElement {
12
+ constructor() {
13
+ super(...arguments);
14
+ /**
15
+ * Shape of profile picture
16
+ */
17
+ this.shape = 'circle';
18
+ /**
19
+ * Size in pixels of profile picture
20
+ */
21
+ this.size = 120;
22
+ /**
23
+ * Setting true will cause the size attribute to only determine what size image to fetch from CDN and not set any CSS size styles on the image. Therefore the image will be displayed at its intrinsic size unless further overridden by the consumer.
24
+ */
25
+ this.useIntrinsicImageSize = false;
26
+ this.#availableSizes = new Set([32, 64, 128, 256, 512, 1024]);
27
+ }
28
+ #availableSizes;
29
+ #determineSize(size) {
30
+ const availableSizes = [...this.#availableSizes];
31
+ for (let index = 0; index < availableSizes.length; index++) {
32
+ const availableSize = availableSizes[index];
33
+ if (size <= availableSize) {
34
+ return availableSize;
35
+ }
36
+ }
37
+ return 512;
38
+ }
39
+ #getFilePath(cdnFileName, size) {
40
+ const requestedSize = this.#determineSize(size);
41
+ if (!cdnFileName) {
42
+ return `https://cdn.leavitt.com/user-0-${requestedSize}.webp`;
43
+ }
44
+ else {
45
+ return `https://cdn.leavitt.com/${cdnFileName}-${requestedSize}.webp`;
46
+ }
47
+ }
48
+ updated(changedProps) {
49
+ if (changedProps.has('size') && changedProps.get('size') !== this.size && !this.useIntrinsicImageSize) {
50
+ this.style.width = this.size + 'px';
51
+ this.style.height = this.size + 'px';
52
+ }
53
+ }
54
+ static { this.styles = css `
55
+ :host {
56
+ display: inline-block;
57
+ white-space: normal;
58
+ flex-shrink: 0;
59
+ position: relative;
60
+ }
61
+
62
+ img {
63
+ display: block;
64
+ width: 100%;
65
+ aspect-ratio: 1;
66
+ image-rendering: -webkit-optimize-contrast;
67
+ }
68
+
69
+ :host([shape='circle']) a:after,
70
+ :host([shape='circle']) img {
71
+ border-radius: 50%;
72
+ }
73
+
74
+ :host([show-ring]) {
75
+ justify-self: center;
76
+ border: 3px solid var(--profile-picture-ring-color, var(--app-accent-color-blue, #4285f4));
77
+ padding: 3px;
78
+ }
79
+
80
+ :host([show-ring][shape='circle']) {
81
+ border-radius: 50%;
82
+ }
83
+
84
+ a:after,
85
+ a:before {
86
+ position: absolute;
87
+ opacity: 0;
88
+ transition: all 0.5s;
89
+ -webkit-transition: all 0.5s;
90
+ }
91
+
92
+ a:after {
93
+ content: '';
94
+ width: 100%;
95
+ height: 100%;
96
+ top: 0;
97
+ left: 0;
98
+ background: rgba(0, 0, 0, 0.2);
99
+ }
100
+
101
+ a:before {
102
+ content: '↗';
103
+ width: 100%;
104
+ color: #fff;
105
+ z-index: 1;
106
+ bottom: 0;
107
+ text-align: center;
108
+ box-sizing: border-box;
109
+ -moz-box-sizing: border-box;
110
+ }
111
+
112
+ a:hover:before,
113
+ a:hover:after {
114
+ opacity: 1;
115
+ }
116
+ `; }
117
+ renderProfilePicture() {
118
+ return html ` <img loading="lazy" draggable="false" alt="User profile picture" src=${this.#getFilePath(this.fileName, this.size)} /> `;
119
+ }
120
+ render() {
121
+ if (this.profilePictureLinkPersonId) {
122
+ return html `<a target="_blank" href="https://${isDevelopment ? 'dev' : ''}directory.leavitt.com/profile/${this.profilePictureLinkPersonId}"
123
+ >${this.renderProfilePicture()}</a
124
+ > `;
125
+ }
126
+ return this.renderProfilePicture();
127
+ }
128
+ };
129
+ __decorate([
130
+ property({ reflect: true, type: String })
131
+ ], ProfilePictureElement.prototype, "fileName", void 0);
132
+ __decorate([
133
+ property({ reflect: true, type: String })
134
+ ], ProfilePictureElement.prototype, "shape", void 0);
135
+ __decorate([
136
+ property({ reflect: true, type: Boolean, attribute: 'show-ring' })
137
+ ], ProfilePictureElement.prototype, "showRing", void 0);
138
+ __decorate([
139
+ property({ reflect: true, type: Number, attribute: 'profile-picture-link-person-id' })
140
+ ], ProfilePictureElement.prototype, "profilePictureLinkPersonId", void 0);
141
+ __decorate([
142
+ property({ type: Number })
143
+ ], ProfilePictureElement.prototype, "size", void 0);
144
+ __decorate([
145
+ property({ type: Boolean })
146
+ ], ProfilePictureElement.prototype, "useIntrinsicImageSize", void 0);
147
+ ProfilePictureElement = __decorate([
148
+ customElement('profile-picture')
149
+ ], ProfilePictureElement);
150
+ export { ProfilePictureElement };
151
+ //# sourceMappingURL=profile-picture.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"profile-picture.js","sourceRoot":"","sources":["profile-picture.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,357 @@
1
+ import '../../titanium/header/header';
2
+ import '../../titanium/card/card';
3
+ import '../../titanium/smart-attachment-input/smart-attachment-input';
4
+ import '@material/web/button/filled-tonal-button';
5
+ import '@material/web/textfield/outlined-text-field';
6
+ import '@material/web/tabs/primary-tab';
7
+ import '@material/web/tabs/tabs';
8
+ import { LitElement, PropertyValues } from 'lit';
9
+ declare const LeavittUserFeedback_base: {
10
+ new (...args: any[]): {
11
+ "__#3@#promiseCount": number;
12
+ isLoading: boolean;
13
+ loadWhile(promise: Promise<unknown>): Promise<void>;
14
+ accessKey: string;
15
+ readonly accessKeyLabel: string;
16
+ autocapitalize: string;
17
+ dir: string;
18
+ draggable: boolean;
19
+ hidden: boolean;
20
+ inert: boolean;
21
+ innerText: string;
22
+ lang: string;
23
+ readonly offsetHeight: number;
24
+ readonly offsetLeft: number;
25
+ readonly offsetParent: Element | null;
26
+ readonly offsetTop: number;
27
+ readonly offsetWidth: number;
28
+ outerText: string;
29
+ popover: string | null;
30
+ spellcheck: boolean;
31
+ title: string;
32
+ translate: boolean;
33
+ attachInternals(): ElementInternals;
34
+ click(): void;
35
+ hidePopover(): void;
36
+ showPopover(): void;
37
+ togglePopover(force?: boolean | undefined): void;
38
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
39
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
40
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
41
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
42
+ floatingLabelFoundation?: import("@material/floating-label/foundation").MDCFloatingLabelFoundation | undefined;
43
+ lineRippleFoundation?: import("@material/line-ripple/foundation").MDCLineRippleFoundation | undefined;
44
+ readonly attributes: NamedNodeMap;
45
+ readonly classList: DOMTokenList;
46
+ className: string;
47
+ readonly clientHeight: number;
48
+ readonly clientLeft: number;
49
+ readonly clientTop: number;
50
+ readonly clientWidth: number;
51
+ id: string;
52
+ readonly localName: string;
53
+ readonly namespaceURI: string | null;
54
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
55
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
56
+ outerHTML: string;
57
+ readonly ownerDocument: Document;
58
+ readonly part: DOMTokenList;
59
+ readonly prefix: string | null;
60
+ readonly scrollHeight: number;
61
+ scrollLeft: number;
62
+ scrollTop: number;
63
+ readonly scrollWidth: number;
64
+ readonly shadowRoot: ShadowRoot | null;
65
+ slot: string;
66
+ readonly tagName: string;
67
+ attachShadow(init: ShadowRootInit): ShadowRoot;
68
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
69
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
70
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
71
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
72
+ closest<E extends Element = Element>(selectors: string): E | null;
73
+ computedStyleMap(): StylePropertyMapReadOnly;
74
+ getAttribute(qualifiedName: string): string | null;
75
+ getAttributeNS(namespace: string | null, localName: string): string | null;
76
+ getAttributeNames(): string[];
77
+ getAttributeNode(qualifiedName: string): Attr | null;
78
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
79
+ getBoundingClientRect(): DOMRect;
80
+ getClientRects(): DOMRectList;
81
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
82
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
83
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
84
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
85
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
86
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
87
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
88
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
89
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
90
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
91
+ hasAttribute(qualifiedName: string): boolean;
92
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
93
+ hasAttributes(): boolean;
94
+ hasPointerCapture(pointerId: number): boolean;
95
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
96
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
97
+ insertAdjacentText(where: InsertPosition, data: string): void;
98
+ matches(selectors: string): boolean;
99
+ releasePointerCapture(pointerId: number): void;
100
+ removeAttribute(qualifiedName: string): void;
101
+ removeAttributeNS(namespace: string | null, localName: string): void;
102
+ removeAttributeNode(attr: Attr): Attr;
103
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
104
+ requestPointerLock(): void;
105
+ scroll(options?: ScrollToOptions | undefined): void;
106
+ scroll(x: number, y: number): void;
107
+ scrollBy(options?: ScrollToOptions | undefined): void;
108
+ scrollBy(x: number, y: number): void;
109
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
110
+ scrollTo(options?: ScrollToOptions | undefined): void;
111
+ scrollTo(x: number, y: number): void;
112
+ setAttribute(qualifiedName: string, value: string): void;
113
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
114
+ setAttributeNode(attr: Attr): Attr | null;
115
+ setAttributeNodeNS(attr: Attr): Attr | null;
116
+ setPointerCapture(pointerId: number): void;
117
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
118
+ webkitMatchesSelector(selectors: string): boolean;
119
+ readonly baseURI: string;
120
+ readonly childNodes: NodeListOf<ChildNode>;
121
+ readonly firstChild: ChildNode | null;
122
+ readonly isConnected: boolean;
123
+ readonly lastChild: ChildNode | null;
124
+ readonly nextSibling: ChildNode | null;
125
+ readonly nodeName: string;
126
+ readonly nodeType: number;
127
+ nodeValue: string | null;
128
+ readonly parentElement: HTMLElement | null;
129
+ readonly parentNode: ParentNode | null;
130
+ readonly previousSibling: ChildNode | null;
131
+ textContent: string | null;
132
+ appendChild<T extends Node>(node: T): T;
133
+ cloneNode(deep?: boolean | undefined): Node;
134
+ compareDocumentPosition(other: Node): number;
135
+ contains(other: Node | null): boolean;
136
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
137
+ hasChildNodes(): boolean;
138
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
139
+ isDefaultNamespace(namespace: string | null): boolean;
140
+ isEqualNode(otherNode: Node | null): boolean;
141
+ isSameNode(otherNode: Node | null): boolean;
142
+ lookupNamespaceURI(prefix: string | null): string | null;
143
+ lookupPrefix(namespace: string | null): string | null;
144
+ normalize(): void;
145
+ removeChild<T_2 extends Node>(child: T_2): T_2;
146
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
147
+ readonly ELEMENT_NODE: 1;
148
+ readonly ATTRIBUTE_NODE: 2;
149
+ readonly TEXT_NODE: 3;
150
+ readonly CDATA_SECTION_NODE: 4;
151
+ readonly ENTITY_REFERENCE_NODE: 5;
152
+ readonly ENTITY_NODE: 6;
153
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
154
+ readonly COMMENT_NODE: 8;
155
+ readonly DOCUMENT_NODE: 9;
156
+ readonly DOCUMENT_TYPE_NODE: 10;
157
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
158
+ readonly NOTATION_NODE: 12;
159
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
160
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
161
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
162
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
163
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
164
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
165
+ dispatchEvent(event: Event): boolean;
166
+ ariaAtomic: string | null;
167
+ ariaAutoComplete: string | null;
168
+ ariaBusy: string | null;
169
+ ariaChecked: string | null;
170
+ ariaColCount: string | null;
171
+ ariaColIndex: string | null;
172
+ ariaColSpan: string | null;
173
+ ariaCurrent: string | null;
174
+ ariaDisabled: string | null;
175
+ ariaExpanded: string | null;
176
+ ariaHasPopup: string | null;
177
+ ariaHidden: string | null;
178
+ ariaInvalid: string | null;
179
+ ariaKeyShortcuts: string | null;
180
+ ariaLabel: string | null;
181
+ ariaLevel: string | null;
182
+ ariaLive: string | null;
183
+ ariaModal: string | null;
184
+ ariaMultiLine: string | null;
185
+ ariaMultiSelectable: string | null;
186
+ ariaOrientation: string | null;
187
+ ariaPlaceholder: string | null;
188
+ ariaPosInSet: string | null;
189
+ ariaPressed: string | null;
190
+ ariaReadOnly: string | null;
191
+ ariaRequired: string | null;
192
+ ariaRoleDescription: string | null;
193
+ ariaRowCount: string | null;
194
+ ariaRowIndex: string | null;
195
+ ariaRowSpan: string | null;
196
+ ariaSelected: string | null;
197
+ ariaSetSize: string | null;
198
+ ariaSort: string | null;
199
+ ariaValueMax: string | null;
200
+ ariaValueMin: string | null;
201
+ ariaValueNow: string | null;
202
+ ariaValueText: string | null;
203
+ role: string | null;
204
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
205
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
206
+ after(...nodes: (string | Node)[]): void;
207
+ before(...nodes: (string | Node)[]): void;
208
+ remove(): void;
209
+ replaceWith(...nodes: (string | Node)[]): void;
210
+ innerHTML: string;
211
+ readonly nextElementSibling: Element | null;
212
+ readonly previousElementSibling: Element | null;
213
+ readonly childElementCount: number;
214
+ readonly children: HTMLCollection;
215
+ readonly firstElementChild: Element | null;
216
+ readonly lastElementChild: Element | null;
217
+ append(...nodes: (string | Node)[]): void;
218
+ prepend(...nodes: (string | Node)[]): void;
219
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
220
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
221
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
222
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
223
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
224
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
225
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
226
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
227
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
228
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
229
+ replaceChildren(...nodes: (string | Node)[]): void;
230
+ readonly assignedSlot: HTMLSlotElement | null;
231
+ readonly attributeStyleMap: StylePropertyMap;
232
+ readonly style: CSSStyleDeclaration;
233
+ contentEditable: string;
234
+ enterKeyHint: string;
235
+ inputMode: string;
236
+ readonly isContentEditable: boolean;
237
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
238
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
239
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
240
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
241
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
242
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
243
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
244
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
245
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
246
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
247
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
248
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
249
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
250
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
251
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
252
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
253
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
254
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
255
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
256
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
257
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
258
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
259
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
260
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
261
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
262
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
263
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
264
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
265
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
266
+ onerror: OnErrorEventHandler;
267
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
268
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
269
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
270
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
271
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
272
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
273
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
274
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
275
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
276
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
277
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
278
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
280
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
281
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
282
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
283
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
284
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
285
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
286
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
287
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
288
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
289
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
290
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
291
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
292
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
293
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
294
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
295
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
296
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
297
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
298
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
299
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
300
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
301
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
302
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
303
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
304
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
306
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
307
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
308
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
309
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
311
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
312
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
313
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
314
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
315
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
317
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
318
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
319
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
320
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
321
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
322
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
323
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
324
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
325
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
326
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
327
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
328
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
329
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
330
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
331
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
332
+ autofocus: boolean;
333
+ readonly dataset: DOMStringMap;
334
+ nonce?: string | undefined;
335
+ tabIndex: number;
336
+ blur(): void;
337
+ focus(options?: FocusOptions | undefined): void;
338
+ };
339
+ readonly properties: {
340
+ isLoading: {
341
+ type: BooleanConstructor;
342
+ };
343
+ };
344
+ } & typeof LitElement;
345
+ export declare class LeavittUserFeedback extends LeavittUserFeedback_base {
346
+ #private;
347
+ accessor isActive: boolean;
348
+ private accessor activeIndex;
349
+ private accessor textArea;
350
+ private accessor imageInput;
351
+ updated(changedProps: PropertyValues<this>): Promise<void>;
352
+ reset(): void;
353
+ static styles: import("lit").CSSResult[];
354
+ render(): import("lit-html").TemplateResult<1>;
355
+ }
356
+ export {};
357
+ //# sourceMappingURL=user-feedback.d.ts.map