@leavittsoftware/web 8.7.2 → 8.8.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 (558) hide show
  1. package/leavitt/api-service/HttpError.d.ts +11 -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 +52 -0
  5. package/leavitt/api-service/api-service.js +369 -0
  6. package/leavitt/api-service/api-service.js.map +1 -0
  7. package/leavitt/api-service/authenticated-token-provider.d.ts +5 -0
  8. package/leavitt/api-service/authenticated-token-provider.js +7 -0
  9. package/leavitt/api-service/authenticated-token-provider.js.map +1 -0
  10. package/leavitt/api-service/bearer-token-provider.d.ts +4 -0
  11. package/leavitt/api-service/bearer-token-provider.js +2 -0
  12. package/leavitt/api-service/bearer-token-provider.js.map +1 -0
  13. package/leavitt/api-service/blob-response.d.ts +8 -0
  14. package/leavitt/api-service/blob-response.js +8 -0
  15. package/leavitt/api-service/blob-response.js.map +1 -0
  16. package/leavitt/api-service/no-authentication-token-provider.d.ts +5 -0
  17. package/leavitt/api-service/no-authentication-token-provider.js +6 -0
  18. package/leavitt/api-service/no-authentication-token-provider.js.map +1 -0
  19. package/leavitt/api-service/object-to-form-data.d.ts +9 -0
  20. package/leavitt/api-service/object-to-form-data.js +42 -0
  21. package/leavitt/api-service/object-to-form-data.js.map +1 -0
  22. package/leavitt/api-service/object-to-form-data.test.d.ts +2 -0
  23. package/leavitt/api-service/object-to-form-data.test.js +229 -0
  24. package/leavitt/api-service/object-to-form-data.test.js.map +1 -0
  25. package/leavitt/api-service/odata-dto.d.ts +6 -0
  26. package/leavitt/api-service/odata-dto.js +7 -0
  27. package/leavitt/api-service/odata-dto.js.map +1 -0
  28. package/leavitt/api-service/odata-model-info.d.ts +5 -0
  29. package/leavitt/api-service/odata-model-info.js +7 -0
  30. package/leavitt/api-service/odata-model-info.js.map +1 -0
  31. package/leavitt/api-service/odata-response.d.ts +15 -0
  32. package/leavitt/api-service/odata-response.js +50 -0
  33. package/leavitt/api-service/odata-response.js.map +1 -0
  34. package/leavitt/api-service/status-codes.d.ts +2 -0
  35. package/leavitt/api-service/status-codes.js +44 -0
  36. package/leavitt/api-service/status-codes.js.map +1 -0
  37. package/leavitt/app/app-logo.d.ts +12 -0
  38. package/leavitt/app/app-logo.js +142 -0
  39. package/leavitt/app/app-logo.js.map +1 -0
  40. package/leavitt/app/app-main-content-container.d.ts +10 -0
  41. package/leavitt/app/app-main-content-container.js +65 -0
  42. package/leavitt/app/app-main-content-container.js.map +1 -0
  43. package/leavitt/app/app-navigation-footer.d.ts +18 -0
  44. package/leavitt/app/app-navigation-footer.js +142 -0
  45. package/leavitt/app/app-navigation-footer.js.map +1 -0
  46. package/leavitt/app/app-navigation-header.d.ts +22 -0
  47. package/leavitt/app/app-navigation-header.js +239 -0
  48. package/leavitt/app/app-navigation-header.js.map +1 -0
  49. package/leavitt/app/app-width-limiter.d.ts +7 -0
  50. package/leavitt/app/app-width-limiter.js +39 -0
  51. package/leavitt/app/app-width-limiter.js.map +1 -0
  52. package/leavitt/app/contexts/main-menu-position-context.d.ts +4 -0
  53. package/leavitt/app/contexts/main-menu-position-context.js +3 -0
  54. package/leavitt/app/contexts/main-menu-position-context.js.map +1 -0
  55. package/leavitt/company-select/company-select.d.ts +53 -0
  56. package/leavitt/company-select/company-select.js +181 -0
  57. package/leavitt/company-select/company-select.js.map +1 -0
  58. package/leavitt/email-history-viewer/email-history-view-list-filter-dialog.d.ts +394 -0
  59. package/leavitt/email-history-viewer/email-history-view-list-filter-dialog.js +233 -0
  60. package/leavitt/email-history-viewer/email-history-view-list-filter-dialog.js.map +1 -0
  61. package/leavitt/email-history-viewer/email-history-viewer-filled-filter-dialog.d.ts +397 -0
  62. package/leavitt/email-history-viewer/email-history-viewer-filled-filter-dialog.js +244 -0
  63. package/leavitt/email-history-viewer/email-history-viewer-filled-filter-dialog.js.map +1 -0
  64. package/leavitt/email-history-viewer/email-history-viewer-filled.d.ts +408 -0
  65. package/leavitt/email-history-viewer/email-history-viewer-filled.js +381 -0
  66. package/leavitt/email-history-viewer/email-history-viewer-filled.js.map +1 -0
  67. package/leavitt/email-history-viewer/email-history-viewer.d.ts +412 -0
  68. package/leavitt/email-history-viewer/email-history-viewer.js +373 -0
  69. package/leavitt/email-history-viewer/email-history-viewer.js.map +1 -0
  70. package/leavitt/email-history-viewer/view-email-template-info-dialog.d.ts +386 -0
  71. package/leavitt/email-history-viewer/view-email-template-info-dialog.js +154 -0
  72. package/leavitt/email-history-viewer/view-email-template-info-dialog.js.map +1 -0
  73. package/leavitt/email-history-viewer/view-sent-email-dialog.d.ts +388 -0
  74. package/leavitt/email-history-viewer/view-sent-email-dialog.js +145 -0
  75. package/leavitt/email-history-viewer/view-sent-email-dialog.js.map +1 -0
  76. package/leavitt/error-page/error-page.d.ts +24 -0
  77. package/leavitt/error-page/error-page.js +185 -0
  78. package/leavitt/error-page/error-page.js.map +1 -0
  79. package/leavitt/file-explorer/add-folder-modal.d.ts +390 -0
  80. package/leavitt/file-explorer/add-folder-modal.js +135 -0
  81. package/leavitt/file-explorer/add-folder-modal.js.map +1 -0
  82. package/leavitt/file-explorer/events/file-explorer-events.d.ts +4 -0
  83. package/leavitt/file-explorer/events/file-explorer-events.js +5 -0
  84. package/leavitt/file-explorer/events/file-explorer-events.js.map +1 -0
  85. package/leavitt/file-explorer/file-explorer-error.d.ts +7 -0
  86. package/leavitt/file-explorer/file-explorer-error.js +38 -0
  87. package/leavitt/file-explorer/file-explorer-error.js.map +1 -0
  88. package/leavitt/file-explorer/file-explorer-image.d.ts +9 -0
  89. package/leavitt/file-explorer/file-explorer-image.js +54 -0
  90. package/leavitt/file-explorer/file-explorer-image.js.map +1 -0
  91. package/leavitt/file-explorer/file-explorer-no-files.d.ts +7 -0
  92. package/leavitt/file-explorer/file-explorer-no-files.js +38 -0
  93. package/leavitt/file-explorer/file-explorer-no-files.js.map +1 -0
  94. package/leavitt/file-explorer/file-explorer-no-permission.d.ts +7 -0
  95. package/leavitt/file-explorer/file-explorer-no-permission.js +38 -0
  96. package/leavitt/file-explorer/file-explorer-no-permission.js.map +1 -0
  97. package/leavitt/file-explorer/file-explorer.d.ts +446 -0
  98. package/leavitt/file-explorer/file-explorer.js +889 -0
  99. package/leavitt/file-explorer/file-explorer.js.map +1 -0
  100. package/leavitt/file-explorer/file-list-item.d.ts +16 -0
  101. package/leavitt/file-explorer/file-list-item.js +300 -0
  102. package/leavitt/file-explorer/file-list-item.js.map +1 -0
  103. package/leavitt/file-explorer/file-modal.d.ts +393 -0
  104. package/leavitt/file-explorer/file-modal.js +323 -0
  105. package/leavitt/file-explorer/file-modal.js.map +1 -0
  106. package/leavitt/file-explorer/folder-list-item.d.ts +15 -0
  107. package/leavitt/file-explorer/folder-list-item.js +210 -0
  108. package/leavitt/file-explorer/folder-list-item.js.map +1 -0
  109. package/leavitt/file-explorer/folder-modal.d.ts +391 -0
  110. package/leavitt/file-explorer/folder-modal.js +226 -0
  111. package/leavitt/file-explorer/folder-modal.js.map +1 -0
  112. package/leavitt/file-explorer/helpers/file-types.d.ts +2 -0
  113. package/leavitt/file-explorer/helpers/file-types.js +19 -0
  114. package/leavitt/file-explorer/helpers/file-types.js.map +1 -0
  115. package/leavitt/file-explorer/helpers/format-bytes.d.ts +2 -0
  116. package/leavitt/file-explorer/helpers/format-bytes.js +8 -0
  117. package/leavitt/file-explorer/helpers/format-bytes.js.map +1 -0
  118. package/leavitt/person-company-select/person-company-select.d.ts +43 -0
  119. package/leavitt/person-company-select/person-company-select.js +198 -0
  120. package/leavitt/person-company-select/person-company-select.js.map +1 -0
  121. package/leavitt/person-group-select/people-group-icons.d.ts +5 -0
  122. package/leavitt/person-group-select/people-group-icons.js +87 -0
  123. package/leavitt/person-group-select/people-group-icons.js.map +1 -0
  124. package/leavitt/person-group-select/person-group-select.d.ts +43 -0
  125. package/leavitt/person-group-select/person-group-select.js +207 -0
  126. package/leavitt/person-group-select/person-group-select.js.map +1 -0
  127. package/leavitt/person-select/person-select.d.ts +46 -0
  128. package/leavitt/person-select/person-select.js +203 -0
  129. package/leavitt/person-select/person-select.js.map +1 -0
  130. package/leavitt/profile-picture/profile-picture-menu.d.ts +48 -0
  131. package/leavitt/profile-picture/profile-picture-menu.js +248 -0
  132. package/leavitt/profile-picture/profile-picture-menu.js.map +1 -0
  133. package/leavitt/profile-picture/profile-picture.d.ts +44 -0
  134. package/leavitt/profile-picture/profile-picture.js +208 -0
  135. package/leavitt/profile-picture/profile-picture.js.map +1 -0
  136. package/leavitt/service-worker-notifier/service-worker-notifier.d.ts +14 -0
  137. package/leavitt/service-worker-notifier/service-worker-notifier.js +180 -0
  138. package/leavitt/service-worker-notifier/service-worker-notifier.js.map +1 -0
  139. package/leavitt/theme/theme-preference-event.d.ts +4 -0
  140. package/leavitt/theme/theme-preference-event.js +5 -0
  141. package/leavitt/theme/theme-preference-event.js.map +1 -0
  142. package/leavitt/theme/theme-preference.d.ts +8 -0
  143. package/leavitt/theme/theme-preference.js +26 -0
  144. package/leavitt/theme/theme-preference.js.map +1 -0
  145. package/leavitt/user-feedback/provide-feedback-dialog.d.ts +386 -0
  146. package/leavitt/user-feedback/provide-feedback-dialog.js +150 -0
  147. package/leavitt/user-feedback/provide-feedback-dialog.js.map +1 -0
  148. package/leavitt/user-feedback/report-a-problem-dialog.d.ts +388 -0
  149. package/leavitt/user-feedback/report-a-problem-dialog.js +170 -0
  150. package/leavitt/user-feedback/report-a-problem-dialog.js.map +1 -0
  151. package/leavitt/user-feedback/user-feedback.d.ts +390 -0
  152. package/leavitt/user-feedback/user-feedback.js +222 -0
  153. package/leavitt/user-feedback/user-feedback.js.map +1 -0
  154. package/leavitt/user-manager/LssJwtToken.d.ts +24 -0
  155. package/leavitt/user-manager/LssJwtToken.js +2 -0
  156. package/leavitt/user-manager/LssJwtToken.js.map +1 -0
  157. package/leavitt/user-manager/auth-zero-lg-access-token.d.ts +15 -0
  158. package/leavitt/user-manager/auth-zero-lg-access-token.js +2 -0
  159. package/leavitt/user-manager/auth-zero-lg-access-token.js.map +1 -0
  160. package/leavitt/user-manager/auth-zero-lg-identity-token.d.ts +24 -0
  161. package/leavitt/user-manager/auth-zero-lg-identity-token.js +2 -0
  162. package/leavitt/user-manager/auth-zero-lg-identity-token.js.map +1 -0
  163. package/leavitt/user-manager/auth-zero-lg-identity.d.ts +24 -0
  164. package/leavitt/user-manager/auth-zero-lg-identity.js +2 -0
  165. package/leavitt/user-manager/auth-zero-lg-identity.js.map +1 -0
  166. package/leavitt/user-manager/auth-zero-lg-user-manager.d.ts +18 -0
  167. package/leavitt/user-manager/auth-zero-lg-user-manager.js +382 -0
  168. package/leavitt/user-manager/auth-zero-lg-user-manager.js.map +1 -0
  169. package/leavitt/user-manager/user-manager-events.d.ts +5 -0
  170. package/leavitt/user-manager/user-manager-events.js +7 -0
  171. package/leavitt/user-manager/user-manager-events.js.map +1 -0
  172. package/leavitt/user-manager/user-manager.d.ts +47 -0
  173. package/leavitt/user-manager/user-manager.js +443 -0
  174. package/leavitt/user-manager/user-manager.js.map +1 -0
  175. package/package.json +2 -2
  176. package/titanium/access-denied-page/access-denied-page.d.ts +16 -0
  177. package/titanium/access-denied-page/access-denied-page.js +359 -0
  178. package/titanium/access-denied-page/access-denied-page.js.map +1 -0
  179. package/titanium/address-input/address-input.d.ts +31 -0
  180. package/titanium/address-input/address-input.js +104 -0
  181. package/titanium/address-input/address-input.js.map +1 -0
  182. package/titanium/address-input/google-address-input.d.ts +35 -0
  183. package/titanium/address-input/google-address-input.js +242 -0
  184. package/titanium/address-input/google-address-input.js.map +1 -0
  185. package/titanium/address-input/manual-address-dialog.d.ts +39 -0
  186. package/titanium/address-input/manual-address-dialog.js +350 -0
  187. package/titanium/address-input/manual-address-dialog.js.map +1 -0
  188. package/titanium/address-input/types/address-input-address.d.ts +17 -0
  189. package/titanium/address-input/types/address-input-address.js +2 -0
  190. package/titanium/address-input/types/address-input-address.js.map +1 -0
  191. package/titanium/address-input/utils/address-to-string.d.ts +3 -0
  192. package/titanium/address-input/utils/address-to-string.js +26 -0
  193. package/titanium/address-input/utils/address-to-string.js.map +1 -0
  194. package/titanium/address-input/utils/place-result-to-address.d.ts +3 -0
  195. package/titanium/address-input/utils/place-result-to-address.js +46 -0
  196. package/titanium/address-input/utils/place-result-to-address.js.map +1 -0
  197. package/titanium/address-input/utils/validate-street.d.ts +2 -0
  198. package/titanium/address-input/utils/validate-street.js +8 -0
  199. package/titanium/address-input/utils/validate-street.js.map +1 -0
  200. package/titanium/card/card.d.ts +24 -0
  201. package/titanium/card/card.js +188 -0
  202. package/titanium/card/card.js.map +1 -0
  203. package/titanium/chip/chip.d.ts +57 -0
  204. package/titanium/chip/chip.js +289 -0
  205. package/titanium/chip/chip.js.map +1 -0
  206. package/titanium/chip-multi-select/chip-multi-select.d.ts +71 -0
  207. package/titanium/chip-multi-select/chip-multi-select.js +228 -0
  208. package/titanium/chip-multi-select/chip-multi-select.js.map +1 -0
  209. package/titanium/circle-loading-indicator/circle-loading-indicator.d.ts +19 -0
  210. package/titanium/circle-loading-indicator/circle-loading-indicator.js +122 -0
  211. package/titanium/circle-loading-indicator/circle-loading-indicator.js.map +1 -0
  212. package/titanium/collapsible-container/collapsible-container.d.ts +12 -0
  213. package/titanium/collapsible-container/collapsible-container.js +115 -0
  214. package/titanium/collapsible-container/collapsible-container.js.map +1 -0
  215. package/titanium/confirm-dialog/confirm-dialog-open-event.d.ts +10 -0
  216. package/titanium/confirm-dialog/confirm-dialog-open-event.js +12 -0
  217. package/titanium/confirm-dialog/confirm-dialog-open-event.js.map +1 -0
  218. package/titanium/confirm-dialog/confirm-dialog.d.ts +25 -0
  219. package/titanium/confirm-dialog/confirm-dialog.js +104 -0
  220. package/titanium/confirm-dialog/confirm-dialog.js.map +1 -0
  221. package/titanium/confirmation-dialog/confirmation-dialog.d.ts +19 -0
  222. package/titanium/confirmation-dialog/confirmation-dialog.js +124 -0
  223. package/titanium/confirmation-dialog/confirmation-dialog.js.map +1 -0
  224. package/titanium/data-table/data-table-action-bar.d.ts +11 -0
  225. package/titanium/data-table/data-table-action-bar.js +216 -0
  226. package/titanium/data-table/data-table-action-bar.js.map +1 -0
  227. package/titanium/data-table/data-table-content-styles.d.ts +2 -0
  228. package/titanium/data-table/data-table-content-styles.js +48 -0
  229. package/titanium/data-table/data-table-content-styles.js.map +1 -0
  230. package/titanium/data-table/data-table-core-reorder-dialog.d.ts +391 -0
  231. package/titanium/data-table/data-table-core-reorder-dialog.js +170 -0
  232. package/titanium/data-table/data-table-core-reorder-dialog.js.map +1 -0
  233. package/titanium/data-table/data-table-core-reorder-item.d.ts +15 -0
  234. package/titanium/data-table/data-table-core-reorder-item.js +154 -0
  235. package/titanium/data-table/data-table-core-reorder-item.js.map +1 -0
  236. package/titanium/data-table/data-table-core-settings-choose-columns-dialog.d.ts +22 -0
  237. package/titanium/data-table/data-table-core-settings-choose-columns-dialog.js +164 -0
  238. package/titanium/data-table/data-table-core-settings-choose-columns-dialog.js.map +1 -0
  239. package/titanium/data-table/data-table-core-settings-choose-columns-item.d.ts +14 -0
  240. package/titanium/data-table/data-table-core-settings-choose-columns-item.js +96 -0
  241. package/titanium/data-table/data-table-core-settings-choose-columns-item.js.map +1 -0
  242. package/titanium/data-table/data-table-core-settings-sort-dialog.d.ts +22 -0
  243. package/titanium/data-table/data-table-core-settings-sort-dialog.js +231 -0
  244. package/titanium/data-table/data-table-core-settings-sort-dialog.js.map +1 -0
  245. package/titanium/data-table/data-table-core-settings-sort-item.d.ts +17 -0
  246. package/titanium/data-table/data-table-core-settings-sort-item.js +171 -0
  247. package/titanium/data-table/data-table-core-settings-sort-item.js.map +1 -0
  248. package/titanium/data-table/data-table-core.d.ts +458 -0
  249. package/titanium/data-table/data-table-core.js +745 -0
  250. package/titanium/data-table/data-table-core.js.map +1 -0
  251. package/titanium/data-table/data-table-header.d.ts +68 -0
  252. package/titanium/data-table/data-table-header.js +295 -0
  253. package/titanium/data-table/data-table-header.js.map +1 -0
  254. package/titanium/data-table/data-table-item.d.ts +99 -0
  255. package/titanium/data-table/data-table-item.js +561 -0
  256. package/titanium/data-table/data-table-item.js.map +1 -0
  257. package/titanium/data-table/data-table.d.ts +127 -0
  258. package/titanium/data-table/data-table.js +688 -0
  259. package/titanium/data-table/data-table.js.map +1 -0
  260. package/titanium/data-table/draggable-item-base.d.ts +30 -0
  261. package/titanium/data-table/draggable-item-base.js +324 -0
  262. package/titanium/data-table/draggable-item-base.js.map +1 -0
  263. package/titanium/data-table/filter-controller.d.ts +24 -0
  264. package/titanium/data-table/filter-controller.js +122 -0
  265. package/titanium/data-table/filter-controller.js.map +1 -0
  266. package/titanium/data-table/filter.d.ts +8 -0
  267. package/titanium/data-table/filter.js +11 -0
  268. package/titanium/data-table/filter.js.map +1 -0
  269. package/titanium/data-table/page-control.d.ts +59 -0
  270. package/titanium/data-table/page-control.js +236 -0
  271. package/titanium/data-table/page-control.js.map +1 -0
  272. package/titanium/date-input/date-input.d.ts +149 -0
  273. package/titanium/date-input/date-input.js +548 -0
  274. package/titanium/date-input/date-input.js.map +1 -0
  275. package/titanium/date-range-selector/date-range-change-event.d.ts +8 -0
  276. package/titanium/date-range-selector/date-range-change-event.js +10 -0
  277. package/titanium/date-range-selector/date-range-change-event.js.map +1 -0
  278. package/titanium/date-range-selector/date-range-selector.d.ts +71 -0
  279. package/titanium/date-range-selector/date-range-selector.js +479 -0
  280. package/titanium/date-range-selector/date-range-selector.js.map +1 -0
  281. package/titanium/date-range-selector/types/date-range-key.d.ts +2 -0
  282. package/titanium/date-range-selector/types/date-range-key.js +2 -0
  283. package/titanium/date-range-selector/types/date-range-key.js.map +1 -0
  284. package/titanium/date-range-selector/types/date-range-option.d.ts +8 -0
  285. package/titanium/date-range-selector/types/date-range-option.js +2 -0
  286. package/titanium/date-range-selector/types/date-range-option.js.map +1 -0
  287. package/titanium/date-range-selector/types/date-ranges.d.ts +4 -0
  288. package/titanium/date-range-selector/types/date-ranges.js +133 -0
  289. package/titanium/date-range-selector/types/date-ranges.js.map +1 -0
  290. package/titanium/date-range-selector/types/range-label.d.ts +5 -0
  291. package/titanium/date-range-selector/types/range-label.js +25 -0
  292. package/titanium/date-range-selector/types/range-label.js.map +1 -0
  293. package/titanium/drawer/drawer.d.ts +54 -0
  294. package/titanium/drawer/drawer.js +431 -0
  295. package/titanium/drawer/drawer.js.map +1 -0
  296. package/titanium/duration-input/duration-input.d.ts +31 -0
  297. package/titanium/duration-input/duration-input.js +126 -0
  298. package/titanium/duration-input/duration-input.js.map +1 -0
  299. package/titanium/duration-input/filled-duration-input.d.ts +31 -0
  300. package/titanium/duration-input/filled-duration-input.js +123 -0
  301. package/titanium/duration-input/filled-duration-input.js.map +1 -0
  302. package/titanium/duration-input/human-interval.d.ts +19 -0
  303. package/titanium/duration-input/human-interval.js +73 -0
  304. package/titanium/duration-input/human-interval.js.map +1 -0
  305. package/titanium/duration-input/outlined-duration-input.d.ts +30 -0
  306. package/titanium/duration-input/outlined-duration-input.js +109 -0
  307. package/titanium/duration-input/outlined-duration-input.js.map +1 -0
  308. package/titanium/error-page/error-page.d.ts +16 -0
  309. package/titanium/error-page/error-page.js +95 -0
  310. package/titanium/error-page/error-page.js.map +1 -0
  311. package/titanium/event-bus/event-bus.d.ts +10 -0
  312. package/titanium/event-bus/event-bus.js +52 -0
  313. package/titanium/event-bus/event-bus.js.map +1 -0
  314. package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.d.ts +168 -0
  315. package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.js +373 -0
  316. package/titanium/extendable-outlined-text-field/extendable-outlined-text-field.js.map +1 -0
  317. package/titanium/full-page-loading-indicator/full-page-loading-indicator.d.ts +17 -0
  318. package/titanium/full-page-loading-indicator/full-page-loading-indicator.js +121 -0
  319. package/titanium/full-page-loading-indicator/full-page-loading-indicator.js.map +1 -0
  320. package/titanium/hacks/dialog-navigation-hack.d.ts +8 -0
  321. package/titanium/hacks/dialog-navigation-hack.js +22 -0
  322. package/titanium/hacks/dialog-navigation-hack.js.map +1 -0
  323. package/titanium/hacks/dialog-overflow-hacks.d.ts +4 -0
  324. package/titanium/hacks/dialog-overflow-hacks.js +21 -0
  325. package/titanium/hacks/dialog-overflow-hacks.js.map +1 -0
  326. package/titanium/hacks/dialog-zindex-hack.d.ts +11 -0
  327. package/titanium/hacks/dialog-zindex-hack.js +20 -0
  328. package/titanium/hacks/dialog-zindex-hack.js.map +1 -0
  329. package/titanium/hacks/report-validity-if-error.d.ts +4 -0
  330. package/titanium/hacks/report-validity-if-error.js +6 -0
  331. package/titanium/hacks/report-validity-if-error.js.map +1 -0
  332. package/titanium/header/header.d.ts +39 -0
  333. package/titanium/header/header.js +167 -0
  334. package/titanium/header/header.js.map +1 -0
  335. package/titanium/helpers/address/country-abbr-to-titlecase.d.ts +5 -0
  336. package/titanium/helpers/address/country-abbr-to-titlecase.js +243 -0
  337. package/titanium/helpers/address/country-abbr-to-titlecase.js.map +1 -0
  338. package/titanium/helpers/address/format-address.d.ts +22 -0
  339. package/titanium/helpers/address/format-address.js +33 -0
  340. package/titanium/helpers/address/format-address.js.map +1 -0
  341. package/titanium/helpers/address/get-country-name.d.ts +2 -0
  342. package/titanium/helpers/address/get-country-name.js +12 -0
  343. package/titanium/helpers/address/get-country-name.js.map +1 -0
  344. package/titanium/helpers/address/states-abbr-to-titlecase.d.ts +9 -0
  345. package/titanium/helpers/address/states-abbr-to-titlecase.js +117 -0
  346. package/titanium/helpers/address/states-abbr-to-titlecase.js.map +1 -0
  347. package/titanium/helpers/csv/convert-array-to-csv.d.ts +2 -0
  348. package/titanium/helpers/csv/convert-array-to-csv.js +35 -0
  349. package/titanium/helpers/csv/convert-array-to-csv.js.map +1 -0
  350. package/titanium/helpers/csv/flatten-object.d.ts +2 -0
  351. package/titanium/helpers/csv/flatten-object.js +64 -0
  352. package/titanium/helpers/csv/flatten-object.js.map +1 -0
  353. package/titanium/helpers/csv/start-csv-download.d.ts +2 -0
  354. package/titanium/helpers/csv/start-csv-download.js +11 -0
  355. package/titanium/helpers/csv/start-csv-download.js.map +1 -0
  356. package/titanium/helpers/debouncer.d.ts +13 -0
  357. package/titanium/helpers/debouncer.js +33 -0
  358. package/titanium/helpers/debouncer.js.map +1 -0
  359. package/titanium/helpers/delay.d.ts +2 -0
  360. package/titanium/helpers/delay.js +6 -0
  361. package/titanium/helpers/delay.js.map +1 -0
  362. package/titanium/helpers/escape-term.d.ts +2 -0
  363. package/titanium/helpers/escape-term.js +2 -0
  364. package/titanium/helpers/escape-term.js.map +1 -0
  365. package/titanium/helpers/find-scrollable-parent.d.ts +2 -0
  366. package/titanium/helpers/find-scrollable-parent.js +13 -0
  367. package/titanium/helpers/find-scrollable-parent.js.map +1 -0
  368. package/titanium/helpers/get-cdn-Inline-url.d.ts +4 -0
  369. package/titanium/helpers/get-cdn-Inline-url.js +27 -0
  370. package/titanium/helpers/get-cdn-Inline-url.js.map +1 -0
  371. package/titanium/helpers/get-cdn-download-url.d.ts +3 -0
  372. package/titanium/helpers/get-cdn-download-url.js +12 -0
  373. package/titanium/helpers/get-cdn-download-url.js.map +1 -0
  374. package/titanium/helpers/get-company-logo-url.d.ts +3 -0
  375. package/titanium/helpers/get-company-logo-url.js +6 -0
  376. package/titanium/helpers/get-company-logo-url.js.map +1 -0
  377. package/titanium/helpers/get-company-mark-url.d.ts +3 -0
  378. package/titanium/helpers/get-company-mark-url.js +6 -0
  379. package/titanium/helpers/get-company-mark-url.js.map +1 -0
  380. package/titanium/helpers/get-search-token.d.ts +2 -0
  381. package/titanium/helpers/get-search-token.js +17 -0
  382. package/titanium/helpers/get-search-token.js.map +1 -0
  383. package/titanium/helpers/group-by.d.ts +2 -0
  384. package/titanium/helpers/group-by.js +7 -0
  385. package/titanium/helpers/group-by.js.map +1 -0
  386. package/titanium/helpers/helpers.d.ts +15 -0
  387. package/titanium/helpers/helpers.js +15 -0
  388. package/titanium/helpers/helpers.js.map +1 -0
  389. package/titanium/helpers/install-media-query-watcher.d.ts +2 -0
  390. package/titanium/helpers/install-media-query-watcher.js +6 -0
  391. package/titanium/helpers/install-media-query-watcher.js.map +1 -0
  392. package/titanium/helpers/is-development.d.ts +3 -0
  393. package/titanium/helpers/is-development.js +12 -0
  394. package/titanium/helpers/is-development.js.map +1 -0
  395. package/titanium/helpers/join.d.ts +2 -0
  396. package/titanium/helpers/join.js +5 -0
  397. package/titanium/helpers/join.js.map +1 -0
  398. package/titanium/helpers/load-while.d.ts +374 -0
  399. package/titanium/helpers/load-while.js +28 -0
  400. package/titanium/helpers/load-while.js.map +1 -0
  401. package/titanium/helpers/middle-ellipsis.d.ts +2 -0
  402. package/titanium/helpers/middle-ellipsis.js +7 -0
  403. package/titanium/helpers/middle-ellipsis.js.map +1 -0
  404. package/titanium/helpers/not-null-or-undefined.d.ts +2 -0
  405. package/titanium/helpers/not-null-or-undefined.js +4 -0
  406. package/titanium/helpers/not-null-or-undefined.js.map +1 -0
  407. package/titanium/helpers/not-null.d.ts +2 -0
  408. package/titanium/helpers/not-null.js +4 -0
  409. package/titanium/helpers/not-null.js.map +1 -0
  410. package/titanium/helpers/not-undefined.d.ts +2 -0
  411. package/titanium/helpers/not-undefined.js +4 -0
  412. package/titanium/helpers/not-undefined.js.map +1 -0
  413. package/titanium/helpers/pending-state-catcher.d.ts +416 -0
  414. package/titanium/helpers/pending-state-catcher.js +88 -0
  415. package/titanium/helpers/pending-state-catcher.js.map +1 -0
  416. package/titanium/helpers/phone-numbers/format-phone-number-dashes.d.ts +2 -0
  417. package/titanium/helpers/phone-numbers/format-phone-number-dashes.js +9 -0
  418. package/titanium/helpers/phone-numbers/format-phone-number-dashes.js.map +1 -0
  419. package/titanium/helpers/phone-numbers/format-phone-number-dots.d.ts +2 -0
  420. package/titanium/helpers/phone-numbers/format-phone-number-dots.js +9 -0
  421. package/titanium/helpers/phone-numbers/format-phone-number-dots.js.map +1 -0
  422. package/titanium/helpers/phone-numbers/format-phone-number-numbers-only.d.ts +2 -0
  423. package/titanium/helpers/phone-numbers/format-phone-number-numbers-only.js +9 -0
  424. package/titanium/helpers/phone-numbers/format-phone-number-numbers-only.js.map +1 -0
  425. package/titanium/helpers/phone-numbers/format-phone-number.d.ts +2 -0
  426. package/titanium/helpers/phone-numbers/format-phone-number.js +9 -0
  427. package/titanium/helpers/phone-numbers/format-phone-number.js.map +1 -0
  428. package/titanium/helpers/phone-numbers/phone-mask.d.ts +2 -0
  429. package/titanium/helpers/phone-numbers/phone-mask.js +5 -0
  430. package/titanium/helpers/phone-numbers/phone-mask.js.map +1 -0
  431. package/titanium/helpers/phone-numbers/try-format-phone-number.d.ts +2 -0
  432. package/titanium/helpers/phone-numbers/try-format-phone-number.js +9 -0
  433. package/titanium/helpers/phone-numbers/try-format-phone-number.js.map +1 -0
  434. package/titanium/icon-picker/icon-picker.d.ts +37 -0
  435. package/titanium/icon-picker/icon-picker.js +160 -0
  436. package/titanium/icon-picker/icon-picker.js.map +1 -0
  437. package/titanium/icon-picker/material-symbols.d.ts +3 -0
  438. package/titanium/icon-picker/material-symbols.js +3297 -0
  439. package/titanium/icon-picker/material-symbols.js.map +1 -0
  440. package/titanium/input-validator/filled-input-validator.d.ts +20 -0
  441. package/titanium/input-validator/filled-input-validator.js +48 -0
  442. package/titanium/input-validator/filled-input-validator.js.map +1 -0
  443. package/titanium/input-validator/input-validator.d.ts +20 -0
  444. package/titanium/input-validator/input-validator.js +48 -0
  445. package/titanium/input-validator/input-validator.js.map +1 -0
  446. package/titanium/input-validator/outlined-input-validator.d.ts +20 -0
  447. package/titanium/input-validator/outlined-input-validator.js +48 -0
  448. package/titanium/input-validator/outlined-input-validator.js.map +1 -0
  449. package/titanium/profile-picture-stack/profile-picture-stack.d.ts +51 -0
  450. package/titanium/profile-picture-stack/profile-picture-stack.js +212 -0
  451. package/titanium/profile-picture-stack/profile-picture-stack.js.map +1 -0
  452. package/titanium/search-input/filled-search-input.d.ts +15 -0
  453. package/titanium/search-input/filled-search-input.js +111 -0
  454. package/titanium/search-input/filled-search-input.js.map +1 -0
  455. package/titanium/search-input/search-input.d.ts +29 -0
  456. package/titanium/search-input/search-input.js +123 -0
  457. package/titanium/search-input/search-input.js.map +1 -0
  458. package/titanium/service-worker-notifier/service-worker-notifier.d.ts +9 -0
  459. package/titanium/service-worker-notifier/service-worker-notifier.js +58 -0
  460. package/titanium/service-worker-notifier/service-worker-notifier.js.map +1 -0
  461. package/titanium/show-hide/show-hide.d.ts +41 -0
  462. package/titanium/show-hide/show-hide.js +171 -0
  463. package/titanium/show-hide/show-hide.js.map +1 -0
  464. package/titanium/single-select-base/single-select-base.d.ts +514 -0
  465. package/titanium/single-select-base/single-select-base.js +549 -0
  466. package/titanium/single-select-base/single-select-base.js.map +1 -0
  467. package/titanium/smart-attachment-input/crop-and-save-image-dialog.d.ts +422 -0
  468. package/titanium/smart-attachment-input/crop-and-save-image-dialog.js +467 -0
  469. package/titanium/smart-attachment-input/crop-and-save-image-dialog.js.map +1 -0
  470. package/titanium/smart-attachment-input/cropper-styles.d.ts +3 -0
  471. package/titanium/smart-attachment-input/cropper-styles.js +318 -0
  472. package/titanium/smart-attachment-input/cropper-styles.js.map +1 -0
  473. package/titanium/smart-attachment-input/image-formats.d.ts +5 -0
  474. package/titanium/smart-attachment-input/image-formats.js +37 -0
  475. package/titanium/smart-attachment-input/image-formats.js.map +1 -0
  476. package/titanium/smart-attachment-input/image-preview-dialog.d.ts +21 -0
  477. package/titanium/smart-attachment-input/image-preview-dialog.js +96 -0
  478. package/titanium/smart-attachment-input/image-preview-dialog.js.map +1 -0
  479. package/titanium/smart-attachment-input/images/duck-loader.gif +0 -0
  480. package/titanium/smart-attachment-input/images/icon-other-bg.png +0 -0
  481. package/titanium/smart-attachment-input/images/icon-other.png +0 -0
  482. package/titanium/smart-attachment-input/images/icon-pdf-bg.png +0 -0
  483. package/titanium/smart-attachment-input/images/icon-pdf.png +0 -0
  484. package/titanium/smart-attachment-input/smart-attachment-input.d.ts +133 -0
  485. package/titanium/smart-attachment-input/smart-attachment-input.js +497 -0
  486. package/titanium/smart-attachment-input/smart-attachment-input.js.map +1 -0
  487. package/titanium/smart-attachment-input/type/smart-attachment.d.ts +7 -0
  488. package/titanium/smart-attachment-input/type/smart-attachment.js +2 -0
  489. package/titanium/smart-attachment-input/type/smart-attachment.js.map +1 -0
  490. package/titanium/snackbar/show-snackbar-event.d.ts +9 -0
  491. package/titanium/snackbar/show-snackbar-event.js +9 -0
  492. package/titanium/snackbar/show-snackbar-event.js.map +1 -0
  493. package/titanium/snackbar/snackbar-stack.d.ts +24 -0
  494. package/titanium/snackbar/snackbar-stack.js +99 -0
  495. package/titanium/snackbar/snackbar-stack.js.map +1 -0
  496. package/titanium/snackbar/snackbars/http-error-snackbar.d.ts +28 -0
  497. package/titanium/snackbar/snackbars/http-error-snackbar.js +155 -0
  498. package/titanium/snackbar/snackbars/http-error-snackbar.js.map +1 -0
  499. package/titanium/snackbar/snackbars/simple-snackbar.d.ts +27 -0
  500. package/titanium/snackbar/snackbars/simple-snackbar.js +140 -0
  501. package/titanium/snackbar/snackbars/simple-snackbar.js.map +1 -0
  502. package/titanium/snackbar/types/snackbar-options.d.ts +9 -0
  503. package/titanium/snackbar/types/snackbar-options.js +2 -0
  504. package/titanium/snackbar/types/snackbar-options.js.map +1 -0
  505. package/titanium/styles/a.d.ts +2 -0
  506. package/titanium/styles/a.js +18 -0
  507. package/titanium/styles/a.js.map +1 -0
  508. package/titanium/styles/data-row.d.ts +2 -0
  509. package/titanium/styles/data-row.js +61 -0
  510. package/titanium/styles/data-row.js.map +1 -0
  511. package/titanium/styles/ellipsis.d.ts +2 -0
  512. package/titanium/styles/ellipsis.js +9 -0
  513. package/titanium/styles/ellipsis.js.map +1 -0
  514. package/titanium/styles/h1.d.ts +2 -0
  515. package/titanium/styles/h1.js +17 -0
  516. package/titanium/styles/h1.js.map +1 -0
  517. package/titanium/styles/h2.d.ts +2 -0
  518. package/titanium/styles/h2.js +17 -0
  519. package/titanium/styles/h2.js.map +1 -0
  520. package/titanium/styles/h3.d.ts +2 -0
  521. package/titanium/styles/h3.js +17 -0
  522. package/titanium/styles/h3.js.map +1 -0
  523. package/titanium/styles/h4.d.ts +2 -0
  524. package/titanium/styles/h4.js +17 -0
  525. package/titanium/styles/h4.js.map +1 -0
  526. package/titanium/styles/h5.d.ts +2 -0
  527. package/titanium/styles/h5.js +19 -0
  528. package/titanium/styles/h5.js.map +1 -0
  529. package/titanium/styles/nice-badge.d.ts +2 -0
  530. package/titanium/styles/nice-badge.js +53 -0
  531. package/titanium/styles/nice-badge.js.map +1 -0
  532. package/titanium/styles/p.d.ts +2 -0
  533. package/titanium/styles/p.js +17 -0
  534. package/titanium/styles/p.js.map +1 -0
  535. package/titanium/styles/styles.d.ts +17 -0
  536. package/titanium/styles/styles.js +17 -0
  537. package/titanium/styles/styles.js.map +1 -0
  538. package/titanium/toolbar/toolbar.d.ts +24 -0
  539. package/titanium/toolbar/toolbar.js +100 -0
  540. package/titanium/toolbar/toolbar.js.map +1 -0
  541. package/titanium/types/any-function.d.ts +5 -0
  542. package/titanium/types/any-function.js +5 -0
  543. package/titanium/types/any-function.js.map +1 -0
  544. package/titanium/types/dom-event.d.ts +4 -0
  545. package/titanium/types/dom-event.js +2 -0
  546. package/titanium/types/dom-event.js.map +1 -0
  547. package/titanium/types/identifier-interface.d.ts +4 -0
  548. package/titanium/types/identifier-interface.js +2 -0
  549. package/titanium/types/identifier-interface.js.map +1 -0
  550. package/titanium/types/pending-state-event.d.ts +7 -0
  551. package/titanium/types/pending-state-event.js +7 -0
  552. package/titanium/types/pending-state-event.js.map +1 -0
  553. package/titanium/types/string-map.d.ts +7 -0
  554. package/titanium/types/string-map.js +5 -0
  555. package/titanium/types/string-map.js.map +1 -0
  556. package/titanium/youtube-input/youtube-input.d.ts +19 -0
  557. package/titanium/youtube-input/youtube-input.js +68 -0
  558. package/titanium/youtube-input/youtube-input.js.map +1 -0
@@ -0,0 +1,688 @@
1
+ import { __decorate } from "tslib";
2
+ import './page-control';
3
+ import '@material/web/checkbox/checkbox';
4
+ import '@material/web/progress/linear-progress';
5
+ import '@material/web/icon/icon';
6
+ import { css, html, LitElement } from 'lit';
7
+ import { property, customElement, query, queryAsync, state } from 'lit/decorators.js';
8
+ import { DataTableItemDropEvent } from './data-table-item';
9
+ import { h1, ellipsis } from '../../titanium/styles/styles';
10
+ import { niceBadgeStyles } from '../styles/nice-badge';
11
+ /**
12
+ * Material design inspired data table with paging, sorting, multi/single select, table actions, selected actions and more!
13
+ *
14
+ * @element titanium-data-table
15
+ *
16
+ * @fires selected-changed - Fired when a row or rows in the data table is selected. detail: array<unknown>
17
+ * @fires titanium-data-table-items-reorder - Fired when table items are resorted by user.
18
+ * @fires paging-changed - Fired when take or page is changed by click or keyboard action.
19
+ *
20
+ * @slot table-actions - item nonspecific table buttons such as add new item
21
+ * @slot filter-button - filter button slot
22
+ * @slot filters - filter chips slot
23
+ * @slot search-button - search button slot
24
+ * @slot selected-actions - item specific table buttons such as edit, delete shown when one or more items are selected
25
+ * @slot table-headers - slot for table headers (ex. titanium-data-table-header)
26
+ * @slot items - slot for table rows (ex. titanium-data-table-item)
27
+ * @slot footer - slot for additional footer items. Slotting here overwrites footer-buttons.
28
+ * @slot footer-buttons - slot for footer action buttons
29
+ *
30
+ * @cssprop {Color} [var(--md-sys-color-outline-variant)] - Table border color
31
+ * @cssprop {Color} [--titanium-data-table-font-family=Roboto, Noto, sans-serif] - Set the font family used on the data table and paging control
32
+ */
33
+ let TitaniumDataTable = class TitaniumDataTable extends LitElement {
34
+ #header_accessor_storage;
35
+ /**
36
+ * Table heading / title
37
+ */
38
+ get header() { return this.#header_accessor_storage; }
39
+ set header(value) { this.#header_accessor_storage = value; }
40
+ #localStorageKey_accessor_storage;
41
+ /**
42
+ * Local storage key. Not required if header is static and unique
43
+ */
44
+ get localStorageKey() { return this.#localStorageKey_accessor_storage; }
45
+ set localStorageKey(value) { this.#localStorageKey_accessor_storage = value; }
46
+ #pageSizes_accessor_storage = [10, 15, 20, 50];
47
+ /**
48
+ * Available page sizes
49
+ */
50
+ get pageSizes() { return this.#pageSizes_accessor_storage; }
51
+ set pageSizes(value) { this.#pageSizes_accessor_storage = value; }
52
+ #defaultPageSize_accessor_storage = 10;
53
+ /**
54
+ * The default page size before the user changes it
55
+ */
56
+ get defaultPageSize() { return this.#defaultPageSize_accessor_storage; }
57
+ set defaultPageSize(value) { this.#defaultPageSize_accessor_storage = value; }
58
+ #count_accessor_storage;
59
+ /**
60
+ * Total number of items in all pages.
61
+ */
62
+ get count() { return this.#count_accessor_storage; }
63
+ set count(value) { this.#count_accessor_storage = value; }
64
+ #items_accessor_storage = [];
65
+ /**
66
+ * Current items displayed on the table.
67
+ */
68
+ get items() { return this.#items_accessor_storage; }
69
+ set items(value) { this.#items_accessor_storage = value; }
70
+ #searchTerm_accessor_storage;
71
+ /**
72
+ * Current search term shown in the no result state if no results are found
73
+ */
74
+ get searchTerm() { return this.#searchTerm_accessor_storage; }
75
+ set searchTerm(value) { this.#searchTerm_accessor_storage = value; }
76
+ #singleSelect_accessor_storage;
77
+ /**
78
+ * Limits table selection mode to single-select. Default is multi-select.
79
+ */
80
+ get singleSelect() { return this.#singleSelect_accessor_storage; }
81
+ set singleSelect(value) { this.#singleSelect_accessor_storage = value; }
82
+ #disableSelect_accessor_storage = false;
83
+ /**
84
+ * Disables all item selection on the data-table.
85
+ */
86
+ get disableSelect() { return this.#disableSelect_accessor_storage; }
87
+ set disableSelect(value) { this.#disableSelect_accessor_storage = value; }
88
+ #disablePaging_accessor_storage = false;
89
+ /**
90
+ * Disables paging.
91
+ */
92
+ get disablePaging() { return this.#disablePaging_accessor_storage; }
93
+ set disablePaging(value) { this.#disablePaging_accessor_storage = value; }
94
+ #selected_accessor_storage = [];
95
+ /**
96
+ * Array of currently selected data table objects
97
+ */
98
+ get selected() { return this.#selected_accessor_storage; }
99
+ set selected(value) { this.#selected_accessor_storage = value; }
100
+ #itemsContainer_accessor_storage;
101
+ get itemsContainer() { return this.#itemsContainer_accessor_storage; }
102
+ set itemsContainer(value) { this.#itemsContainer_accessor_storage = value; }
103
+ #itemsSlot_accessor_storage;
104
+ get itemsSlot() { return this.#itemsSlot_accessor_storage; }
105
+ set itemsSlot(value) { this.#itemsSlot_accessor_storage = value; }
106
+ #narrow_accessor_storage = false;
107
+ get narrow() { return this.#narrow_accessor_storage; }
108
+ set narrow(value) { this.#narrow_accessor_storage = value; }
109
+ #hasDragItems_accessor_storage;
110
+ get hasDragItems() { return this.#hasDragItems_accessor_storage; }
111
+ set hasDragItems(value) { this.#hasDragItems_accessor_storage = value; }
112
+ #narrowMaxWidth_accessor_storage = 560;
113
+ get narrowMaxWidth() { return this.#narrowMaxWidth_accessor_storage; }
114
+ set narrowMaxWidth(value) { this.#narrowMaxWidth_accessor_storage = value; }
115
+ #isLoading_accessor_storage;
116
+ get isLoading() { return this.#isLoading_accessor_storage; }
117
+ set isLoading(value) { this.#isLoading_accessor_storage = value; }
118
+ #tableHeaders_accessor_storage;
119
+ get tableHeaders() { return this.#tableHeaders_accessor_storage; }
120
+ set tableHeaders(value) { this.#tableHeaders_accessor_storage = value; }
121
+ #checkbox_accessor_storage;
122
+ get checkbox() { return this.#checkbox_accessor_storage; }
123
+ set checkbox(value) { this.#checkbox_accessor_storage = value; }
124
+ #pageControl_accessor_storage;
125
+ get pageControl() { return this.#pageControl_accessor_storage; }
126
+ set pageControl(value) { this.#pageControl_accessor_storage = value; }
127
+ #openCount = 0;
128
+ /**
129
+ * returns internal pageControl's current take
130
+ */
131
+ async getTake() {
132
+ return (await this.pageControl)?.take ?? 0;
133
+ }
134
+ /**
135
+ * returns internal pageControl's current page
136
+ */
137
+ async getPage() {
138
+ return (await this.pageControl)?.page ?? 0;
139
+ }
140
+ /**
141
+ * sets internal pageControl's current take
142
+ */
143
+ async setTake(take) {
144
+ const control = await this.pageControl;
145
+ if (control) {
146
+ control.take = take;
147
+ }
148
+ }
149
+ /**
150
+ * sets internal pageControl's current page
151
+ */
152
+ async setPage(page) {
153
+ const control = await this.pageControl;
154
+ if (control) {
155
+ control.page = page;
156
+ }
157
+ }
158
+ /**
159
+ * resets internal pageControl's current page to 0
160
+ */
161
+ async resetPage() {
162
+ await this.setPage(0);
163
+ }
164
+ async firstUpdated() {
165
+ if (typeof ResizeObserver === 'function') {
166
+ const ro = new ResizeObserver((entries) => {
167
+ for (const entry of entries) {
168
+ const cr = entry.contentRect;
169
+ this.narrow = cr.width < this.narrowMaxWidth;
170
+ this.updateChildrenIsNarrow();
171
+ }
172
+ });
173
+ ro.observe(this);
174
+ }
175
+ else {
176
+ const mql = window.matchMedia('(max-width: 768px)');
177
+ mql.addEventListener('change', (e) => {
178
+ this.narrow = e.matches;
179
+ this.updateChildrenIsNarrow();
180
+ });
181
+ this.narrow = mql.matches;
182
+ this.updateChildrenIsNarrow();
183
+ }
184
+ this.addEventListener(DataTableItemDropEvent.eventType, (e) => {
185
+ e.stopPropagation();
186
+ //HoverIndex cannot be dropped beyond the length of the array
187
+ const hoverIndex = Math.min(e.hoverIndex, this.items.length - 1);
188
+ //Ignore if item goes back to where it started
189
+ if (hoverIndex !== e.originIndex) {
190
+ const temp = this.items[e.originIndex];
191
+ this.items.splice(e.originIndex, 1);
192
+ this.items.splice(hoverIndex, 0, temp);
193
+ /**
194
+ * @ignore
195
+ */
196
+ this.dispatchEvent(new DataTableItemsReorderedEvent());
197
+ }
198
+ });
199
+ //When slotted in items change, sync the narrow prop
200
+ this.tableHeaders.addEventListener('slotchange', () => this.updateChildrenIsNarrow());
201
+ this.itemsSlot.addEventListener('slotchange', () => this.updateChildrenIsNarrow());
202
+ await (await this.pageControl)?.updateComplete;
203
+ }
204
+ updateChildrenIsNarrow() {
205
+ this.hasDragItems = this.itemsSlot.assignedElements().some((o) => o.enableDrag);
206
+ this.itemsSlot.assignedElements().forEach((o) => (o.narrow = this.narrow));
207
+ this.tableHeaders.assignedElements().forEach((o) => (o.narrow = this.narrow));
208
+ }
209
+ /**
210
+ * de-select all table items and clear this.selected
211
+ */
212
+ clearSelection() {
213
+ this.#deselectAll();
214
+ // Ensure the collection is empty, deselect can cause a race condition
215
+ // between deselecting and UI drawing new items.
216
+ if (this.selected.length > 0) {
217
+ this.selected = [];
218
+ this.#notifySelectedChanged();
219
+ }
220
+ }
221
+ updated(changedProps) {
222
+ if (changedProps.has('items') && changedProps.get('items') !== this.items) {
223
+ // Clear selection when items array changes.
224
+ this.clearSelection();
225
+ }
226
+ }
227
+ #notifySelectedChanged() {
228
+ this.dispatchEvent(new CustomEvent('selected-changed', { composed: true, detail: this.selected }));
229
+ }
230
+ /**
231
+ * display linear progress bar while promise is active
232
+ */
233
+ async loadWhile(promise) {
234
+ this.isLoading = true;
235
+ this.#openCount++;
236
+ try {
237
+ await promise;
238
+ }
239
+ finally {
240
+ this.#openCount--;
241
+ if (this.#openCount === 0) {
242
+ this.isLoading = false;
243
+ }
244
+ }
245
+ }
246
+ #deselectAll() {
247
+ this.#getTableItems().forEach((o) => o.deselect());
248
+ }
249
+ /**
250
+ * select all table items
251
+ */
252
+ selectAll() {
253
+ if (!this.singleSelect) {
254
+ this.#getTableItems().forEach((o) => o.select());
255
+ }
256
+ }
257
+ #getTableItems() {
258
+ return this.itemsSlot.assignedElements().filter((o) => typeof o.select === 'function' && typeof o.deselect === 'function');
259
+ }
260
+ static { this.styles = [
261
+ h1,
262
+ ellipsis,
263
+ niceBadgeStyles,
264
+ css `
265
+ :host {
266
+ display: flex;
267
+ flex-direction: column;
268
+
269
+ border: 1px solid var(--md-sys-color-outline-variant);
270
+ background-color: var(--md-sys-color-surface);
271
+ color: var(--md-sys-color-on-surface);
272
+ border-radius: 8px;
273
+ font-family: var(--titanium-data-table-font-family, Roboto, Noto, sans-serif);
274
+ --titanium-page-control-font-family: var(--titanium-data-table-font-family, Roboto, Noto, sans-serif);
275
+ -webkit-font-smoothing: antialiased;
276
+ }
277
+
278
+ header {
279
+ display: flex;
280
+ flex-direction: column;
281
+ padding-bottom: 12px;
282
+ gap: 12px;
283
+ border-bottom: 1px solid var(--md-sys-color-outline-variant);
284
+ position: relative;
285
+ }
286
+
287
+ /* HEADER ROW ONE */
288
+
289
+ section[row-one] {
290
+ display: grid;
291
+ grid: 'head menu' / 1fr auto;
292
+ gap: 8px;
293
+ padding: 12px 12px 0 12px;
294
+ }
295
+
296
+ section[row-one] div[head] {
297
+ grid-area: head;
298
+ }
299
+
300
+ section[row-one] div[menu] {
301
+ grid-area: menu;
302
+ }
303
+
304
+ div[search] {
305
+ grid-area: search;
306
+ }
307
+
308
+ /* HEADER ROW TWO */
309
+
310
+ section[row-two] {
311
+ display: grid;
312
+ grid: 'search-filter add' / 1fr auto;
313
+ gap: 8px;
314
+ padding: 0 12px 0 20px;
315
+ }
316
+
317
+ :host([narrow]) section[row-two] {
318
+ grid:
319
+ 'search-filter '
320
+ 'add' / auto;
321
+ }
322
+
323
+ section[row-two] div[search-filter] {
324
+ grid-area: search-filter;
325
+ display: flex;
326
+ flex-wrap: wrap;
327
+ align-items: center;
328
+ gap: 8px;
329
+ }
330
+
331
+ section[row-two] div[add-button] {
332
+ grid-area: add;
333
+ justify-self: end;
334
+ align-self: end;
335
+ }
336
+
337
+ h1 {
338
+ padding: 12px 12px 0 12px;
339
+ }
340
+
341
+ selected-actions {
342
+ display: grid;
343
+ gap: 6px 24px;
344
+ grid: 'selected-text buttons';
345
+ background-color: var(--md-sys-color-secondary-container);
346
+ position: absolute;
347
+ top: 0px;
348
+ left: 0px;
349
+ right: 0px;
350
+ bottom: 0px;
351
+ margin: 0 !important;
352
+ padding: 0 12px 12px 24px;
353
+ align-content: end;
354
+ z-index: 1;
355
+ }
356
+
357
+ selected-actions h2 {
358
+ color: var(--md-sys-color-on-secondary-container);
359
+ font-size: 18px;
360
+ font-weight: 400;
361
+ align-self: end;
362
+ }
363
+
364
+ selected-actions div[buttons] {
365
+ display: flex;
366
+ flex-wrap: wrap;
367
+ align-items: center;
368
+ gap: 0 8px;
369
+ justify-content: flex-end;
370
+ }
371
+
372
+ table-header {
373
+ display: flex;
374
+ flex-direction: row;
375
+ gap: 16px;
376
+ min-height: 48px;
377
+ border-bottom: 1px solid var(--md-sys-color-outline-variant);
378
+ }
379
+
380
+ table-header ::slotted(titanium-data-table-header:last-of-type) {
381
+ padding-right: 24px;
382
+ }
383
+
384
+ :host([has-drag-items]) table-header ::slotted(titanium-data-table-header:last-of-type) {
385
+ padding-right: 40px;
386
+ }
387
+
388
+ md-linear-progress {
389
+ width: 100%;
390
+ margin-top: -4px;
391
+ }
392
+
393
+ main {
394
+ position: relative;
395
+ min-height: 48px;
396
+ }
397
+
398
+ content-veil {
399
+ display: none;
400
+ position: absolute;
401
+ top: 0;
402
+ left: 0;
403
+ width: 100%;
404
+ height: 100%;
405
+ background-color: var(--md-sys-color-scrim);
406
+ opacity: 0;
407
+ -webkit-transition: opacity 75ms linear;
408
+ -o-transition: opacity 75ms linear;
409
+ transition: opacity 75ms linear;
410
+ z-index: 6;
411
+ }
412
+
413
+ content-veil[opened] {
414
+ opacity: 0.12;
415
+ display: block;
416
+ }
417
+
418
+ table-message {
419
+ display: flex;
420
+ place-items: center;
421
+ justify-content: center;
422
+ gap: 8px;
423
+ padding: 64px;
424
+
425
+ font-size: 14px;
426
+ z-index: 10;
427
+ line-height: 20px;
428
+ border-bottom: 1px solid var(--md-sys-color-outline-variant);
429
+ }
430
+
431
+ table-message md-icon {
432
+ align-self: center;
433
+ flex-shrink: 0;
434
+ }
435
+
436
+ footer {
437
+ display: grid;
438
+ grid: 'controls footer-slot' / minmax(400px, 1fr) auto;
439
+ gap: 24px;
440
+ padding: 12px;
441
+ align-items: center;
442
+ margin-top: -1px;
443
+ border-top: 1px solid var(--md-sys-color-outline-variant);
444
+ }
445
+
446
+ titanium-page-control {
447
+ grid-area: controls;
448
+ margin-left: 12px;
449
+ justify-self: start;
450
+ }
451
+
452
+ div[footer] {
453
+ justify-self: end;
454
+ }
455
+
456
+ :host([narrow]) footer {
457
+ grid:
458
+ 'controls'
459
+ 'footer-slot' / auto;
460
+ }
461
+
462
+ :host([disable-paging]) footer {
463
+ grid: 'footer-slot' / auto;
464
+ }
465
+
466
+ footer-buttons {
467
+ display: flex;
468
+ gap: 12px;
469
+ flex-wrap: wrap;
470
+ align-items: flex-end;
471
+ }
472
+
473
+ div[add-button] {
474
+ display: flex;
475
+ align-items: center;
476
+ }
477
+
478
+ div[items-slot] {
479
+ position: relative;
480
+ }
481
+
482
+ md-checkbox {
483
+ flex-shrink: 0;
484
+ align-self: center;
485
+ margin: 0 14px 0 20px;
486
+ }
487
+
488
+ :host([disable-select]) table-header ::slotted(titanium-data-table-header:first-of-type) {
489
+ padding-left: 24px;
490
+ }
491
+
492
+ :host(:not([disable-select])[single-select]) table-header {
493
+ padding-left: 68px;
494
+ }
495
+
496
+ [hidden] {
497
+ display: none !important;
498
+ }
499
+ `,
500
+ ]; }
501
+ render() {
502
+ return html `
503
+ <header part="header">
504
+ <slot name="header">
505
+ <section row-one>
506
+ <div head ellipsis part="table-header-text-container">
507
+ <slot name="table-header-text"> <h1 ellipsis>${this.header}</h1></slot>
508
+ </div>
509
+ <div menu part="table-actions-container">
510
+ <slot name="table-actions"></slot>
511
+ </div>
512
+ </section>
513
+ <section row-two>
514
+ <div search-filter part="filters-container">
515
+ <slot name="search-button"></slot>
516
+ <slot name="filter-button"></slot>
517
+ <slot name="filters"></slot>
518
+ </div>
519
+ <div add-button part="add-button-container">
520
+ <slot name="add-button"></slot>
521
+ </div>
522
+ </section>
523
+ </slot>
524
+
525
+ <selected-actions ?hidden=${this.selected.length === 0}>
526
+ <h2 ellipsis>${this.selected.length} item${this.selected.length > 1 ? 's' : ''} selected</h2>
527
+ <div buttons part="selected-actions-container">
528
+ <slot name="selected-actions"></slot>
529
+ </div>
530
+ </selected-actions>
531
+ </header>
532
+
533
+ <table-container
534
+ @titanium-data-table-item-selected-changed=${(e) => {
535
+ e.stopPropagation();
536
+ const dataTableItem = e.target;
537
+ if (dataTableItem.selected) {
538
+ if (this.singleSelect) {
539
+ this.#getTableItems()
540
+ .filter((o) => o.item !== dataTableItem.item)
541
+ .forEach((o) => o.deselect());
542
+ }
543
+ this.selected.push(dataTableItem.item);
544
+ this.requestUpdate();
545
+ this.#notifySelectedChanged();
546
+ }
547
+ else {
548
+ this.selected.splice(this.selected.indexOf(dataTableItem.item), 1);
549
+ this.requestUpdate();
550
+ this.#notifySelectedChanged();
551
+ }
552
+ }}
553
+ >
554
+ <table-header part="table-header-container">
555
+ ${this.disableSelect || this.singleSelect
556
+ ? ''
557
+ : html `
558
+ <md-checkbox
559
+ title="${this.selected.length > 0 ? 'Deselect' : 'Select'} all checkboxes"
560
+ aria-label="${this.selected.length > 0 ? 'Deselect' : 'Select'} all checkboxes"
561
+ ?checked=${this.selected.length > 0}
562
+ ?indeterminate=${this.selected.length !== 0 && this.selected.length !== this.items.length}
563
+ ?disabled=${this.items.length === 0}
564
+ @click=${() => {
565
+ if (this.selected.length > 0) {
566
+ this.#deselectAll();
567
+ }
568
+ else {
569
+ this.selectAll();
570
+ }
571
+ this.checkbox.focus();
572
+ }}
573
+ ></md-checkbox>
574
+ `}
575
+ <slot name="table-headers"></slot>
576
+ </table-header>
577
+ <md-linear-progress ?hidden=${!this.isLoading} ?closed=${!this.isLoading} indeterminate></md-linear-progress>
578
+
579
+ <main>
580
+ <div items-slot part="items-container">
581
+ <slot name="items"></slot>
582
+ </div>
583
+ <table-message ?hidden=${this.isLoading || this.items.length > 0}>
584
+ <md-icon>info</md-icon>
585
+ ${this.searchTerm === '' || typeof this.searchTerm === 'undefined' || this.searchTerm === null
586
+ ? 'No results'
587
+ : `Your search of '${this.searchTerm}' did not match any results`}</table-message
588
+ >
589
+ <table-message ?hidden=${!this.isLoading || this.items.length !== 0}> Loading data... </table-message>
590
+ <content-veil ?opened=${this.isLoading}></content-veil>
591
+ </main>
592
+ </table-container>
593
+ <footer part="footer-container">
594
+ <slot name="footer">
595
+ ${this.disablePaging
596
+ ? ''
597
+ : html `
598
+ <titanium-page-control
599
+ label="Rows per page"
600
+ ?disabled=${this.isLoading}
601
+ .count=${this.count}
602
+ .pageSizes=${this.pageSizes}
603
+ .defaultPageSize=${this.defaultPageSize}
604
+ .localStorageKey=${this.localStorageKey || `${this.header}-take`}
605
+ @action=${() => {
606
+ this.dispatchEvent(new CustomEvent('paging-changed', { composed: true }));
607
+ }}
608
+ ></titanium-page-control>
609
+ `}
610
+ <div footer>
611
+ <footer-buttons><slot name="footer-buttons"></slot></footer-buttons>
612
+ </div>
613
+ </slot>
614
+ </footer>
615
+ `;
616
+ }
617
+ };
618
+ __decorate([
619
+ property({ type: String })
620
+ ], TitaniumDataTable.prototype, "header", null);
621
+ __decorate([
622
+ property({ type: String, attribute: 'local-storage-key' })
623
+ ], TitaniumDataTable.prototype, "localStorageKey", null);
624
+ __decorate([
625
+ property({ type: Array })
626
+ ], TitaniumDataTable.prototype, "pageSizes", null);
627
+ __decorate([
628
+ property({ type: Number, attribute: 'default-page-size' })
629
+ ], TitaniumDataTable.prototype, "defaultPageSize", null);
630
+ __decorate([
631
+ property({ type: Number })
632
+ ], TitaniumDataTable.prototype, "count", null);
633
+ __decorate([
634
+ property({ type: Array })
635
+ ], TitaniumDataTable.prototype, "items", null);
636
+ __decorate([
637
+ property({ type: String })
638
+ ], TitaniumDataTable.prototype, "searchTerm", null);
639
+ __decorate([
640
+ property({ type: Boolean, attribute: 'single-select', reflect: true })
641
+ ], TitaniumDataTable.prototype, "singleSelect", null);
642
+ __decorate([
643
+ property({ type: Boolean, attribute: 'disable-select' })
644
+ ], TitaniumDataTable.prototype, "disableSelect", null);
645
+ __decorate([
646
+ property({ type: Boolean, attribute: 'disable-paging', reflect: true })
647
+ ], TitaniumDataTable.prototype, "disablePaging", null);
648
+ __decorate([
649
+ property({ type: Array })
650
+ ], TitaniumDataTable.prototype, "selected", null);
651
+ __decorate([
652
+ query('div[items-slot]')
653
+ ], TitaniumDataTable.prototype, "itemsContainer", null);
654
+ __decorate([
655
+ query('slot[name="items"]')
656
+ ], TitaniumDataTable.prototype, "itemsSlot", null);
657
+ __decorate([
658
+ property({ type: Boolean, reflect: true, attribute: 'narrow' })
659
+ ], TitaniumDataTable.prototype, "narrow", null);
660
+ __decorate([
661
+ property({ type: Boolean, attribute: 'has-drag-items', reflect: true })
662
+ ], TitaniumDataTable.prototype, "hasDragItems", null);
663
+ __decorate([
664
+ property({ type: Number, attribute: 'narrow-max-width', reflect: true })
665
+ ], TitaniumDataTable.prototype, "narrowMaxWidth", null);
666
+ __decorate([
667
+ state()
668
+ ], TitaniumDataTable.prototype, "isLoading", null);
669
+ __decorate([
670
+ query('slot[name="table-headers"]')
671
+ ], TitaniumDataTable.prototype, "tableHeaders", null);
672
+ __decorate([
673
+ query('md-checkbox')
674
+ ], TitaniumDataTable.prototype, "checkbox", null);
675
+ __decorate([
676
+ queryAsync('titanium-page-control')
677
+ ], TitaniumDataTable.prototype, "pageControl", null);
678
+ TitaniumDataTable = __decorate([
679
+ customElement('titanium-data-table')
680
+ ], TitaniumDataTable);
681
+ export { TitaniumDataTable };
682
+ export class DataTableItemsReorderedEvent extends Event {
683
+ static { this.eventType = 'titanium-data-table-items-reorder'; }
684
+ constructor() {
685
+ super(DataTableItemsReorderedEvent.eventType);
686
+ }
687
+ }
688
+ //# sourceMappingURL=data-table.js.map