@cleavelandprice/ngx-lib 4.4.13 → 4.4.15

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 (360) hide show
  1. package/README.md +5 -5
  2. package/active-directory/index.d.ts +120 -5
  3. package/active-directory/material/index.d.ts +161 -5
  4. package/authentication/index.d.ts +57 -5
  5. package/authentication/material/index.d.ts +81 -5
  6. package/authentication/object/index.d.ts +37 -5
  7. package/authentication/token/index.d.ts +60 -5
  8. package/dialog/index.d.ts +106 -5
  9. package/fesm2022/cleavelandprice-ngx-lib-active-directory-material.mjs +17 -17
  10. package/fesm2022/cleavelandprice-ngx-lib-active-directory-material.mjs.map +1 -1
  11. package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs +8 -8
  12. package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs.map +1 -1
  13. package/fesm2022/cleavelandprice-ngx-lib-authentication-material.mjs +18 -18
  14. package/fesm2022/cleavelandprice-ngx-lib-authentication-material.mjs.map +1 -1
  15. package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs +8 -8
  16. package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs.map +1 -1
  17. package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs +8 -8
  18. package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs.map +1 -1
  19. package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs +5 -5
  20. package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs.map +1 -1
  21. package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs +27 -27
  22. package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs.map +1 -1
  23. package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs +5 -5
  24. package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs.map +1 -1
  25. package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs +12 -12
  26. package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs.map +1 -1
  27. package/fesm2022/cleavelandprice-ngx-lib-quill.mjs +32 -32
  28. package/fesm2022/cleavelandprice-ngx-lib-quill.mjs.map +1 -1
  29. package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs +18 -18
  30. package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs.map +1 -1
  31. package/fesm2022/cleavelandprice-ngx-lib-table.mjs +54 -29
  32. package/fesm2022/cleavelandprice-ngx-lib-table.mjs.map +1 -1
  33. package/fesm2022/cleavelandprice-ngx-lib-upload.mjs +15 -15
  34. package/fesm2022/cleavelandprice-ngx-lib-upload.mjs.map +1 -1
  35. package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs +13 -13
  36. package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs.map +1 -1
  37. package/fesm2022/cleavelandprice-ngx-lib.mjs +8 -8
  38. package/fesm2022/cleavelandprice-ngx-lib.mjs.map +1 -1
  39. package/index.d.ts +91 -5
  40. package/msgraph/index.d.ts +211 -5
  41. package/package.json +3 -33
  42. package/quill/index.d.ts +200 -5
  43. package/quill/mention/index.d.ts +33 -5
  44. package/sharepoint/index.d.ts +138 -5
  45. package/table/index.d.ts +146 -5
  46. package/upload/index.d.ts +135 -5
  47. package/url-utilities/index.d.ts +35 -5
  48. package/active-directory/active-directory.api.d.ts +0 -10
  49. package/active-directory/active-directory.module.d.ts +0 -11
  50. package/active-directory/material/components/user-chooser/user-chooser.component.d.ts +0 -58
  51. package/active-directory/material/components/user-form-field/user-form-field.component.d.ts +0 -27
  52. package/active-directory/material/mat-active-directory.api.d.ts +0 -10
  53. package/active-directory/material/mat-active-directory.module.d.ts +0 -25
  54. package/active-directory/material/model/default-user-chooser-data.d.ts +0 -2
  55. package/active-directory/material/model/default-user-chooser-filter-options.d.ts +0 -2
  56. package/active-directory/material/model/selectable-group.d.ts +0 -4
  57. package/active-directory/material/model/selectable-user.d.ts +0 -5
  58. package/active-directory/material/model/user-chooser-data.d.ts +0 -25
  59. package/active-directory/material/model/user-chooser-filter-options.d.ts +0 -7
  60. package/active-directory/material/model/user-chooser-mode.d.ts +0 -4
  61. package/active-directory/material/model/user-chooser-pre-processing-group.d.ts +0 -6
  62. package/active-directory/model/active-directory-service-options-token.d.ts +0 -3
  63. package/active-directory/model/active-directory-service-options.d.ts +0 -5
  64. package/active-directory/model/ad-object-with-children.d.ts +0 -4
  65. package/active-directory/model/ad-object.d.ts +0 -13
  66. package/active-directory/model/cache-object.d.ts +0 -5
  67. package/active-directory/model/cleaveland-price-user.d.ts +0 -19
  68. package/active-directory/model/group.d.ts +0 -7
  69. package/active-directory/model/user-or-group.d.ts +0 -7
  70. package/active-directory/model/user.d.ts +0 -23
  71. package/active-directory/services/active-directory.service.d.ts +0 -31
  72. package/authentication/authentication.api.d.ts +0 -6
  73. package/authentication/authentication.base.module.d.ts +0 -11
  74. package/authentication/material/components/login/login.component.d.ts +0 -14
  75. package/authentication/material/components/login-form/login-form.component.d.ts +0 -27
  76. package/authentication/material/mat-authentication.api.d.ts +0 -7
  77. package/authentication/material/mat-authentication.module.d.ts +0 -21
  78. package/authentication/material/model/login-form-data.d.ts +0 -4
  79. package/authentication/material/model/mat-authentication-service-options-token.d.ts +0 -3
  80. package/authentication/material/model/mat-authentication-service-options.d.ts +0 -4
  81. package/authentication/material/services/mat-authentication.service.d.ts +0 -11
  82. package/authentication/model/abstract-authentication-service.d.ts +0 -16
  83. package/authentication/model/authenticated-user.d.ts +0 -9
  84. package/authentication/model/authentication-request.d.ts +0 -8
  85. package/authentication/model/authentication-service-options-token.d.ts +0 -3
  86. package/authentication/model/authentication-service-options.d.ts +0 -6
  87. package/authentication/object/authentication-object.api.d.ts +0 -3
  88. package/authentication/object/authentication-object.module.d.ts +0 -11
  89. package/authentication/object/services/authentication-object.service.d.ts +0 -24
  90. package/authentication/token/authentication-token.api.d.ts +0 -5
  91. package/authentication/token/authetiction-token.module.d.ts +0 -11
  92. package/authentication/token/model/authentication-token-service-options-token.d.ts +0 -3
  93. package/authentication/token/model/authentication-token-service-options.d.ts +0 -4
  94. package/authentication/token/model/authentication-token.d.ts +0 -17
  95. package/authentication/token/services/authentication-token.service.d.ts +0 -24
  96. package/dialog/components/base/base.component.d.ts +0 -23
  97. package/dialog/components/choice/choice.component.d.ts +0 -13
  98. package/dialog/components/confirmation/confirmation.component.d.ts +0 -13
  99. package/dialog/components/input/input.component.d.ts +0 -13
  100. package/dialog/components/message/message.component.d.ts +0 -13
  101. package/dialog/dialog.api.d.ts +0 -9
  102. package/dialog/dialog.module.d.ts +0 -18
  103. package/dialog/model/confirmation-dialog-mode.d.ts +0 -6
  104. package/dialog/model/dialog-base-data.d.ts +0 -10
  105. package/dialog/model/dialog-choice-data.d.ts +0 -4
  106. package/dialog/model/dialog-type.d.ts +0 -6
  107. package/esm2022/active-directory/active-directory.api.mjs +0 -11
  108. package/esm2022/active-directory/active-directory.module.mjs +0 -40
  109. package/esm2022/active-directory/cleavelandprice-ngx-lib-active-directory.mjs +0 -5
  110. package/esm2022/active-directory/material/cleavelandprice-ngx-lib-active-directory-material.mjs +0 -5
  111. package/esm2022/active-directory/material/components/user-chooser/user-chooser.component.mjs +0 -437
  112. package/esm2022/active-directory/material/components/user-form-field/user-form-field.component.mjs +0 -159
  113. package/esm2022/active-directory/material/mat-active-directory.api.mjs +0 -11
  114. package/esm2022/active-directory/material/mat-active-directory.module.mjs +0 -100
  115. package/esm2022/active-directory/material/model/default-user-chooser-data.mjs +0 -15
  116. package/esm2022/active-directory/material/model/default-user-chooser-filter-options.mjs +0 -8
  117. package/esm2022/active-directory/material/model/selectable-group.mjs +0 -2
  118. package/esm2022/active-directory/material/model/selectable-user.mjs +0 -2
  119. package/esm2022/active-directory/material/model/user-chooser-data.mjs +0 -2
  120. package/esm2022/active-directory/material/model/user-chooser-filter-options.mjs +0 -3
  121. package/esm2022/active-directory/material/model/user-chooser-mode.mjs +0 -6
  122. package/esm2022/active-directory/material/model/user-chooser-pre-processing-group.mjs +0 -3
  123. package/esm2022/active-directory/model/active-directory-service-options-token.mjs +0 -3
  124. package/esm2022/active-directory/model/active-directory-service-options.mjs +0 -2
  125. package/esm2022/active-directory/model/ad-object-with-children.mjs +0 -2
  126. package/esm2022/active-directory/model/ad-object.mjs +0 -2
  127. package/esm2022/active-directory/model/cache-object.mjs +0 -3
  128. package/esm2022/active-directory/model/cleaveland-price-user.mjs +0 -2
  129. package/esm2022/active-directory/model/group.mjs +0 -2
  130. package/esm2022/active-directory/model/user-or-group.mjs +0 -2
  131. package/esm2022/active-directory/model/user.mjs +0 -2
  132. package/esm2022/active-directory/services/active-directory.service.mjs +0 -131
  133. package/esm2022/authentication/authentication.api.mjs +0 -7
  134. package/esm2022/authentication/authentication.base.module.mjs +0 -40
  135. package/esm2022/authentication/cleavelandprice-ngx-lib-authentication.mjs +0 -5
  136. package/esm2022/authentication/material/cleavelandprice-ngx-lib-authentication-material.mjs +0 -5
  137. package/esm2022/authentication/material/components/login/login.component.mjs +0 -49
  138. package/esm2022/authentication/material/components/login-form/login-form.component.mjs +0 -82
  139. package/esm2022/authentication/material/mat-authentication.api.mjs +0 -8
  140. package/esm2022/authentication/material/mat-authentication.module.mjs +0 -84
  141. package/esm2022/authentication/material/model/login-form-data.mjs +0 -2
  142. package/esm2022/authentication/material/model/mat-authentication-service-options-token.mjs +0 -3
  143. package/esm2022/authentication/material/model/mat-authentication-service-options.mjs +0 -2
  144. package/esm2022/authentication/material/services/mat-authentication.service.mjs +0 -67
  145. package/esm2022/authentication/model/abstract-authentication-service.mjs +0 -2
  146. package/esm2022/authentication/model/authenticated-user.mjs +0 -2
  147. package/esm2022/authentication/model/authentication-request.mjs +0 -2
  148. package/esm2022/authentication/model/authentication-service-options-token.mjs +0 -3
  149. package/esm2022/authentication/model/authentication-service-options.mjs +0 -2
  150. package/esm2022/authentication/object/authentication-object.api.mjs +0 -6
  151. package/esm2022/authentication/object/authentication-object.module.mjs +0 -40
  152. package/esm2022/authentication/object/cleavelandprice-ngx-lib-authentication-object.mjs +0 -5
  153. package/esm2022/authentication/object/services/authentication-object.service.mjs +0 -129
  154. package/esm2022/authentication/token/authentication-token.api.mjs +0 -6
  155. package/esm2022/authentication/token/authetiction-token.module.mjs +0 -40
  156. package/esm2022/authentication/token/cleavelandprice-ngx-lib-authentication-token.mjs +0 -5
  157. package/esm2022/authentication/token/model/authentication-token-service-options-token.mjs +0 -3
  158. package/esm2022/authentication/token/model/authentication-token-service-options.mjs +0 -2
  159. package/esm2022/authentication/token/model/authentication-token.mjs +0 -2
  160. package/esm2022/authentication/token/services/authentication-token.service.mjs +0 -138
  161. package/esm2022/cleavelandprice-ngx-lib.mjs +0 -5
  162. package/esm2022/dialog/cleavelandprice-ngx-lib-dialog.mjs +0 -5
  163. package/esm2022/dialog/components/base/base.component.mjs +0 -102
  164. package/esm2022/dialog/components/choice/choice.component.mjs +0 -21
  165. package/esm2022/dialog/components/confirmation/confirmation.component.mjs +0 -21
  166. package/esm2022/dialog/components/input/input.component.mjs +0 -21
  167. package/esm2022/dialog/components/message/message.component.mjs +0 -21
  168. package/esm2022/dialog/dialog.api.mjs +0 -20
  169. package/esm2022/dialog/dialog.module.mjs +0 -73
  170. package/esm2022/dialog/model/confirmation-dialog-mode.mjs +0 -8
  171. package/esm2022/dialog/model/dialog-base-data.mjs +0 -2
  172. package/esm2022/dialog/model/dialog-choice-data.mjs +0 -2
  173. package/esm2022/dialog/model/dialog-type.mjs +0 -8
  174. package/esm2022/lib/model/app-path-config.mjs +0 -2
  175. package/esm2022/lib/model/app-type.mjs +0 -2
  176. package/esm2022/lib/model/app.mjs +0 -2
  177. package/esm2022/lib/model/caching-config.mjs +0 -2
  178. package/esm2022/lib/model/credentials.mjs +0 -2
  179. package/esm2022/lib/model/logging-config.mjs +0 -2
  180. package/esm2022/lib/model/service-options-token.mjs +0 -3
  181. package/esm2022/lib/model/service-options.mjs +0 -2
  182. package/esm2022/lib/ngx-lib.module.mjs +0 -37
  183. package/esm2022/lib/services/app-path-config.service.mjs +0 -50
  184. package/esm2022/lib/services/service-base.mjs +0 -26
  185. package/esm2022/msgraph/cleavelandprice-ngx-lib-msgraph.mjs +0 -5
  186. package/esm2022/msgraph/model/address.mjs +0 -2
  187. package/esm2022/msgraph/model/attendee.mjs +0 -2
  188. package/esm2022/msgraph/model/bulk-calendar-events.mjs +0 -2
  189. package/esm2022/msgraph/model/bulk-calendar-request.mjs +0 -2
  190. package/esm2022/msgraph/model/calendar-event.mjs +0 -2
  191. package/esm2022/msgraph/model/coordinates.mjs +0 -2
  192. package/esm2022/msgraph/model/email-address.mjs +0 -2
  193. package/esm2022/msgraph/model/location.mjs +0 -2
  194. package/esm2022/msgraph/model/online-meeting-info.mjs +0 -2
  195. package/esm2022/msgraph/model/patterned-recurrence.mjs +0 -2
  196. package/esm2022/msgraph/model/phone.mjs +0 -2
  197. package/esm2022/msgraph/model/recipient.mjs +0 -2
  198. package/esm2022/msgraph/model/recurrence-pattern.mjs +0 -2
  199. package/esm2022/msgraph/model/recurrence-range.mjs +0 -2
  200. package/esm2022/msgraph/model/response-status.mjs +0 -2
  201. package/esm2022/msgraph/model/room.mjs +0 -6
  202. package/esm2022/msgraph/model/user.mjs +0 -132
  203. package/esm2022/msgraph/msgraph.api.mjs +0 -19
  204. package/esm2022/msgraph/msgraph.module.mjs +0 -27
  205. package/esm2022/public_api.mjs +0 -15
  206. package/esm2022/quill/cleavelandprice-ngx-lib-quill.mjs +0 -5
  207. package/esm2022/quill/components/editor/editor.component.mjs +0 -282
  208. package/esm2022/quill/components/raw/raw.component.mjs +0 -30
  209. package/esm2022/quill/mention/cleavelandprice-ngx-lib-quill-mention.mjs +0 -5
  210. package/esm2022/quill/mention/components/editor/editor.component.mjs +0 -151
  211. package/esm2022/quill/mention/model/dialog-data.mjs +0 -2
  212. package/esm2022/quill/mention/quill-mention.api.mjs +0 -9
  213. package/esm2022/quill/mention/quill-mention.module.mjs +0 -65
  214. package/esm2022/quill/model/buttons.mjs +0 -3
  215. package/esm2022/quill/model/config.mjs +0 -3
  216. package/esm2022/quill/model/default-buttons.mjs +0 -50
  217. package/esm2022/quill/model/default-config.mjs +0 -28
  218. package/esm2022/quill/model/default-icons.mjs +0 -7
  219. package/esm2022/quill/model/default-tooltips.mjs +0 -53
  220. package/esm2022/quill/model/dialog-data.mjs +0 -2
  221. package/esm2022/quill/model/icons.mjs +0 -3
  222. package/esm2022/quill/model/tooltips.mjs +0 -3
  223. package/esm2022/quill/quill.api.mjs +0 -13
  224. package/esm2022/quill/quill.module.mjs +0 -75
  225. package/esm2022/sharepoint/cleavelandprice-ngx-lib-sharepoint.mjs +0 -5
  226. package/esm2022/sharepoint/components/user-photo/user-photo.component.mjs +0 -40
  227. package/esm2022/sharepoint/default-credentials.mjs +0 -6
  228. package/esm2022/sharepoint/model/base-item.mjs +0 -2
  229. package/esm2022/sharepoint/model/base-request-credential.mjs +0 -2
  230. package/esm2022/sharepoint/model/base-request.mjs +0 -2
  231. package/esm2022/sharepoint/model/cache-object.mjs +0 -3
  232. package/esm2022/sharepoint/model/file-request.mjs +0 -2
  233. package/esm2022/sharepoint/model/folder-request.mjs +0 -2
  234. package/esm2022/sharepoint/model/list-item.mjs +0 -2
  235. package/esm2022/sharepoint/model/list-items-request.mjs +0 -2
  236. package/esm2022/sharepoint/model/photo-item.mjs +0 -2
  237. package/esm2022/sharepoint/model/sharepoint-service-options.mjs +0 -3
  238. package/esm2022/sharepoint/model/uri-request.mjs +0 -2
  239. package/esm2022/sharepoint/model/user-request.mjs +0 -2
  240. package/esm2022/sharepoint/model/user.mjs +0 -2
  241. package/esm2022/sharepoint/pipes/user-photo-url.pipe.mjs +0 -37
  242. package/esm2022/sharepoint/services/sharepoint.service.mjs +0 -155
  243. package/esm2022/sharepoint/sharepoint.api.mjs +0 -17
  244. package/esm2022/sharepoint/sharepoint.module.mjs +0 -50
  245. package/esm2022/table/cleavelandprice-ngx-lib-table.mjs +0 -5
  246. package/esm2022/table/components/table/table.component.mjs +0 -141
  247. package/esm2022/table/model/table-column.mjs +0 -2
  248. package/esm2022/table/pipes/decimalPoints.mjs +0 -14
  249. package/esm2022/table/pipes/roundNumber.mjs +0 -14
  250. package/esm2022/table/table.api.mjs +0 -6
  251. package/esm2022/table/table.module.mjs +0 -78
  252. package/esm2022/upload/cleavelandprice-ngx-lib-upload.mjs +0 -5
  253. package/esm2022/upload/components/upload/upload.component.mjs +0 -32
  254. package/esm2022/upload/components/upload-dialog/upload-dialog.component.mjs +0 -98
  255. package/esm2022/upload/model/database-file-info.mjs +0 -2
  256. package/esm2022/upload/model/file-upload-request.mjs +0 -2
  257. package/esm2022/upload/model/filesystem-file-info.mjs +0 -2
  258. package/esm2022/upload/model/msg-file-content.mjs +0 -5
  259. package/esm2022/upload/model/upload-service-options-token.mjs +0 -3
  260. package/esm2022/upload/model/upload-service-options.mjs +0 -3
  261. package/esm2022/upload/model/upload-status.mjs +0 -2
  262. package/esm2022/upload/services/upload.service.mjs +0 -106
  263. package/esm2022/upload/upload.api.mjs +0 -11
  264. package/esm2022/upload/upload.module.mjs +0 -68
  265. package/esm2022/url-utilities/cleavelandprice-ngx-lib-url-utilities.mjs +0 -5
  266. package/esm2022/url-utilities/pipes/safe-resource-url.pipe.mjs +0 -19
  267. package/esm2022/url-utilities/pipes/safe-url.pipe.mjs +0 -19
  268. package/esm2022/url-utilities/pipes/uri-scheme.pipe.mjs +0 -106
  269. package/esm2022/url-utilities/url-utilities.api.mjs +0 -13
  270. package/esm2022/url-utilities/url-utilities.module.mjs +0 -34
  271. package/lib/model/app-path-config.d.ts +0 -10
  272. package/lib/model/app-type.d.ts +0 -5
  273. package/lib/model/app.d.ts +0 -16
  274. package/lib/model/caching-config.d.ts +0 -4
  275. package/lib/model/credentials.d.ts +0 -4
  276. package/lib/model/logging-config.d.ts +0 -6
  277. package/lib/model/service-options-token.d.ts +0 -3
  278. package/lib/model/service-options.d.ts +0 -4
  279. package/lib/ngx-lib.module.d.ts +0 -10
  280. package/lib/services/app-path-config.service.d.ts +0 -18
  281. package/lib/services/service-base.d.ts +0 -7
  282. package/msgraph/model/address.d.ts +0 -7
  283. package/msgraph/model/attendee.d.ts +0 -13
  284. package/msgraph/model/bulk-calendar-events.d.ts +0 -5
  285. package/msgraph/model/bulk-calendar-request.d.ts +0 -3
  286. package/msgraph/model/calendar-event.d.ts +0 -53
  287. package/msgraph/model/coordinates.d.ts +0 -7
  288. package/msgraph/model/email-address.d.ts +0 -4
  289. package/msgraph/model/location.d.ts +0 -12
  290. package/msgraph/model/online-meeting-info.d.ts +0 -9
  291. package/msgraph/model/patterned-recurrence.d.ts +0 -6
  292. package/msgraph/model/phone.d.ts +0 -4
  293. package/msgraph/model/recipient.d.ts +0 -4
  294. package/msgraph/model/recurrence-pattern.d.ts +0 -9
  295. package/msgraph/model/recurrence-range.d.ts +0 -7
  296. package/msgraph/model/response-status.d.ts +0 -4
  297. package/msgraph/model/room.d.ts +0 -22
  298. package/msgraph/model/user.d.ts +0 -29
  299. package/msgraph/msgraph.api.d.ts +0 -18
  300. package/msgraph/msgraph.module.d.ts +0 -8
  301. package/public_api.d.ts +0 -11
  302. package/quill/components/editor/editor.component.d.ts +0 -55
  303. package/quill/components/raw/raw.component.d.ts +0 -6
  304. package/quill/mention/components/editor/editor.component.d.ts +0 -15
  305. package/quill/mention/model/dialog-data.d.ts +0 -5
  306. package/quill/mention/quill-mention.api.d.ts +0 -3
  307. package/quill/mention/quill-mention.module.d.ts +0 -17
  308. package/quill/model/buttons.d.ts +0 -29
  309. package/quill/model/config.d.ts +0 -23
  310. package/quill/model/default-buttons.d.ts +0 -2
  311. package/quill/model/default-config.d.ts +0 -2
  312. package/quill/model/default-icons.d.ts +0 -2
  313. package/quill/model/default-tooltips.d.ts +0 -2
  314. package/quill/model/dialog-data.d.ts +0 -21
  315. package/quill/model/icons.d.ts +0 -6
  316. package/quill/model/tooltips.d.ts +0 -32
  317. package/quill/quill.api.d.ts +0 -12
  318. package/quill/quill.module.d.ts +0 -18
  319. package/sharepoint/components/user-photo/user-photo.component.d.ts +0 -15
  320. package/sharepoint/default-credentials.d.ts +0 -4
  321. package/sharepoint/model/base-item.d.ts +0 -4
  322. package/sharepoint/model/base-request-credential.d.ts +0 -4
  323. package/sharepoint/model/base-request.d.ts +0 -8
  324. package/sharepoint/model/cache-object.d.ts +0 -5
  325. package/sharepoint/model/file-request.d.ts +0 -4
  326. package/sharepoint/model/folder-request.d.ts +0 -4
  327. package/sharepoint/model/list-item.d.ts +0 -10
  328. package/sharepoint/model/list-items-request.d.ts +0 -5
  329. package/sharepoint/model/photo-item.d.ts +0 -11
  330. package/sharepoint/model/sharepoint-service-options.d.ts +0 -19
  331. package/sharepoint/model/uri-request.d.ts +0 -4
  332. package/sharepoint/model/user-request.d.ts +0 -4
  333. package/sharepoint/model/user.d.ts +0 -12
  334. package/sharepoint/pipes/user-photo-url.pipe.d.ts +0 -10
  335. package/sharepoint/services/sharepoint.service.d.ts +0 -20
  336. package/sharepoint/sharepoint.api.d.ts +0 -16
  337. package/sharepoint/sharepoint.module.d.ts +0 -13
  338. package/table/components/table/table.component.d.ts +0 -42
  339. package/table/model/table-column.d.ts +0 -70
  340. package/table/pipes/decimalPoints.d.ts +0 -7
  341. package/table/pipes/roundNumber.d.ts +0 -7
  342. package/table/table.api.d.ts +0 -5
  343. package/table/table.module.d.ts +0 -20
  344. package/upload/components/upload/upload.component.d.ts +0 -10
  345. package/upload/components/upload-dialog/upload-dialog.component.d.ts +0 -25
  346. package/upload/model/database-file-info.d.ts +0 -7
  347. package/upload/model/file-upload-request.d.ts +0 -6
  348. package/upload/model/filesystem-file-info.d.ts +0 -12
  349. package/upload/model/msg-file-content.d.ts +0 -21
  350. package/upload/model/upload-service-options-token.d.ts +0 -3
  351. package/upload/model/upload-service-options.d.ts +0 -14
  352. package/upload/model/upload-status.d.ts +0 -6
  353. package/upload/services/upload.service.d.ts +0 -21
  354. package/upload/upload.api.d.ts +0 -10
  355. package/upload/upload.module.d.ts +0 -17
  356. package/url-utilities/pipes/safe-resource-url.pipe.d.ts +0 -9
  357. package/url-utilities/pipes/safe-url.pipe.d.ts +0 -9
  358. package/url-utilities/pipes/uri-scheme.pipe.d.ts +0 -8
  359. package/url-utilities/url-utilities.api.d.ts +0 -8
  360. package/url-utilities/url-utilities.module.d.ts +0 -10
@@ -1,53 +0,0 @@
1
- import { Attendee } from "./attendee";
2
- import { OnlineMeetingInfo } from "./online-meeting-info";
3
- import { Location } from './location';
4
- import { PatternedRecurrence } from "./patterned-recurrence";
5
- import { Recipient } from "./recipient";
6
- import { ResponseStatus } from "./response-status";
7
- export interface CalendarEvent {
8
- attendees: Attendee[];
9
- body: {
10
- content: string;
11
- contentType: number;
12
- };
13
- bodyPreview: string;
14
- categories: string[];
15
- changeKey: string;
16
- createdDateTime: string;
17
- end: string;
18
- hasAttachments: boolean;
19
- hideAttendees: boolean;
20
- id: string;
21
- importance: number;
22
- isAllDay: boolean;
23
- isCancelled: boolean;
24
- isDraft: boolean;
25
- isOnlineMeeting: boolean;
26
- isOrganizer: boolean;
27
- isReminderOn: boolean;
28
- lastModifiedDateDate: string;
29
- location: Location;
30
- locations: Location[];
31
- onlineMeeting: OnlineMeetingInfo;
32
- onlineMeetingProvider: number;
33
- onlineMeetingUrl: string;
34
- organizer: Recipient;
35
- originalEndTimeZone: string;
36
- originalStart: string;
37
- originalStartTimeZone: string;
38
- recurrence: PatternedRecurrence;
39
- reminderMinutesBeforeStart: number;
40
- responseRequested: boolean;
41
- responseStatus: ResponseStatus;
42
- sensitivity: string;
43
- seriesMasterId: string;
44
- showAs: string;
45
- start: string;
46
- subject: string;
47
- transactionId: string;
48
- type: string;
49
- webLink: string;
50
- isHappeningNow: boolean;
51
- isToday: boolean;
52
- spansMultipleDays: boolean;
53
- }
@@ -1,7 +0,0 @@
1
- export interface Coordinates {
2
- accuracy: number;
3
- altitude: number;
4
- altitudeAccuracy: number;
5
- latitude: number;
6
- longitude: number;
7
- }
@@ -1,4 +0,0 @@
1
- export interface EmailAddress {
2
- address?: string;
3
- name?: string;
4
- }
@@ -1,12 +0,0 @@
1
- import { Address } from "./address";
2
- import { Coordinates } from "./coordinates";
3
- export interface Location {
4
- address: Address;
5
- coordinates: Coordinates;
6
- displayName: string;
7
- locationEmailAddress: string;
8
- locationUri: string;
9
- locationType: number;
10
- uniqueId: string;
11
- uniqueIdType: number;
12
- }
@@ -1,9 +0,0 @@
1
- import { Phone } from "./phone";
2
- export interface OnlineMeetingInfo {
3
- conferenceId: string;
4
- joinUrl: string;
5
- phones: Phone[];
6
- quickDial: string;
7
- tollFreeNumbers: string[];
8
- tollNumber: string;
9
- }
@@ -1,6 +0,0 @@
1
- import { RecurrencePattern } from "./recurrence-pattern";
2
- import { RecurrenceRange } from "./recurrence-range";
3
- export interface PatternedRecurrence {
4
- pattern: RecurrencePattern;
5
- range: RecurrenceRange;
6
- }
@@ -1,4 +0,0 @@
1
- export interface Phone {
2
- number: string;
3
- type: number;
4
- }
@@ -1,4 +0,0 @@
1
- import { EmailAddress } from "./email-address";
2
- export interface Recipient {
3
- emailAddress: EmailAddress;
4
- }
@@ -1,9 +0,0 @@
1
- export interface RecurrencePattern {
2
- dayOfMonth: number;
3
- daysOfWeek: string[];
4
- firstDayOfWeek: string;
5
- index: number;
6
- interval: number;
7
- month: number;
8
- type: number;
9
- }
@@ -1,7 +0,0 @@
1
- export interface RecurrenceRange {
2
- endDate: string;
3
- numberOfOccurrences: number;
4
- recurrenceTimeZone: string;
5
- startDate: string;
6
- type: number;
7
- }
@@ -1,4 +0,0 @@
1
- export interface ResponseStatus {
2
- response: string;
3
- time: string;
4
- }
@@ -1,22 +0,0 @@
1
- import { Address } from "./address";
2
- import { Coordinates } from "./coordinates";
3
- export interface Room {
4
- address: Address;
5
- audioDeviceName: string;
6
- bookingType: number;
7
- building: string;
8
- capacity: number;
9
- displayDeviceName: string;
10
- emailAddress: string;
11
- floorLabel: string;
12
- floorNumber: number;
13
- geoCoordinates: Coordinates;
14
- isWheelChairAccessible: boolean;
15
- label: string;
16
- nickname: string;
17
- videoDeviceName: string;
18
- displayName: string;
19
- phone: string;
20
- id: string;
21
- oDataType: string;
22
- }
@@ -1,29 +0,0 @@
1
- export interface User {
2
- city: string;
3
- createdDateTime: string;
4
- department: string;
5
- displayName: string;
6
- faxNumber: string;
7
- givenName: string;
8
- id: string;
9
- jobTitle: string;
10
- lastPasswordChangeDateTime: string;
11
- mail: string;
12
- mobilePhone: string;
13
- oDataType: string;
14
- onPremisesDistinguishedName: string;
15
- onPremisesDomainName: string;
16
- onPremisesImmutableId: string;
17
- onPremisesLastSyncDateTime: string;
18
- onPremisesSamAccountName: string;
19
- onPremisesSecurityIdentifier: string;
20
- onPremisesSyncEnabled: boolean;
21
- onPremisesUserPrincipalName: string;
22
- postalCode: string;
23
- securityIdentifier: string;
24
- state: string;
25
- streetAddress: string;
26
- surname: string;
27
- userPrincipalName: string;
28
- userType: string;
29
- }
@@ -1,18 +0,0 @@
1
- export * from './model/address';
2
- export * from './model/attendee';
3
- export * from './model/bulk-calendar-events';
4
- export * from './model/bulk-calendar-request';
5
- export * from './model/calendar-event';
6
- export * from './model/coordinates';
7
- export * from './model/email-address';
8
- export * from './model/location';
9
- export * from './model/online-meeting-info';
10
- export * from './model/patterned-recurrence';
11
- export * from './model/phone';
12
- export * from './model/recipient';
13
- export * from './model/recurrence-pattern';
14
- export * from './model/recurrence-range';
15
- export * from './model/response-status';
16
- export * from './model/room';
17
- export * from './model/user';
18
- export * from './msgraph.module';
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- export declare class MSGraphModule {
4
- constructor(parentModule: MSGraphModule);
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MSGraphModule, [{ optional: true; skipSelf: true; }]>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<MSGraphModule, never, [typeof i1.CommonModule], never>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<MSGraphModule>;
8
- }
package/public_api.d.ts DELETED
@@ -1,11 +0,0 @@
1
- export * from './lib/model/app';
2
- export * from './lib/model/app-path-config';
3
- export * from './lib/model/app-type';
4
- export * from './lib/model/caching-config';
5
- export * from './lib/model/credentials';
6
- export * from './lib/model/logging-config';
7
- export * from './lib/model/service-options';
8
- export * from './lib/model/service-options-token';
9
- export * from './lib/services/app-path-config.service';
10
- export * from './lib/services/service-base';
11
- export * from './lib/ngx-lib.module';
@@ -1,55 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ControlValueAccessor } from "@angular/forms";
3
- import { Blur, ContentChange, EditorChangeContent, EditorChangeSelection, Focus, QuillEditorComponent, SelectionChange } from 'ngx-quill';
4
- import { Config } from '../../model/config';
5
- import * as i0 from "@angular/core";
6
- export declare class EditorComponent implements OnInit, ControlValueAccessor {
7
- #private;
8
- get showBlockStyle(): boolean;
9
- get showFontStyle(): boolean;
10
- get showQuickHeadingStyle(): boolean;
11
- get showIndentStyle(): boolean;
12
- get showListStyle(): boolean;
13
- get showMedia(): boolean;
14
- get showScriptStyle(): boolean;
15
- editor: import("@angular/core").Signal<QuillEditorComponent | undefined>;
16
- value: any;
17
- onChange: (_: any) => void;
18
- onTouched: () => void;
19
- config: import("@angular/core").ModelSignal<Config>;
20
- placeholder: import("@angular/core").ModelSignal<string | undefined>;
21
- format: import("@angular/core").ModelSignal<"object" | "html" | "text" | "json" | undefined>;
22
- height: import("@angular/core").ModelSignal<string | undefined>;
23
- width: import("@angular/core").ModelSignal<string | undefined>;
24
- fullscreenHeight: import("@angular/core").ModelSignal<string | undefined>;
25
- fullscreenWidth: import("@angular/core").ModelSignal<string | undefined>;
26
- fullscreenMode: import("@angular/core").ModelSignal<"expand" | "popout" | undefined>;
27
- enableTooltips: import("@angular/core").ModelSignal<boolean | undefined>;
28
- fullscreen: import("@angular/core").ModelSignal<boolean | undefined>;
29
- readonly: import("@angular/core").ModelSignal<boolean | undefined>;
30
- applyReadonlyStyle: import("@angular/core").ModelSignal<boolean | undefined>;
31
- showToolbar: import("@angular/core").ModelSignal<boolean | undefined>;
32
- showBorder: import("@angular/core").ModelSignal<boolean | undefined>;
33
- imageResizeModule: import("@angular/core").ModelSignal<boolean | undefined>;
34
- imageDropModule: import("@angular/core").ModelSignal<boolean | undefined>;
35
- syntaxModule: import("@angular/core").ModelSignal<boolean | undefined>;
36
- fullscreenChanged: import("@angular/core").OutputEmitterRef<boolean>;
37
- onBlur: import("@angular/core").OutputEmitterRef<Blur>;
38
- onContentChanged: import("@angular/core").OutputEmitterRef<ContentChange>;
39
- onEditorChanged: import("@angular/core").OutputEmitterRef<EditorChangeContent | EditorChangeSelection>;
40
- onEditorCreated: import("@angular/core").OutputEmitterRef<void>;
41
- onFocus: import("@angular/core").OutputEmitterRef<Focus>;
42
- onSelectionChanged: import("@angular/core").OutputEmitterRef<SelectionChange>;
43
- ngOnInit(): void;
44
- initialize(): void;
45
- toggleFullscreen(): void;
46
- rawEdit(): void;
47
- tooltip(val: string): string;
48
- get modules(): {};
49
- updateChanges(): void;
50
- writeValue(value: any): void;
51
- registerOnChange(fn: any): void;
52
- registerOnTouched(fn: any): void;
53
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "cpquill-editor", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "fullscreenHeight": { "alias": "fullscreenHeight"; "required": false; "isSignal": true; }; "fullscreenWidth": { "alias": "fullscreenWidth"; "required": false; "isSignal": true; }; "fullscreenMode": { "alias": "fullscreenMode"; "required": false; "isSignal": true; }; "enableTooltips": { "alias": "enableTooltips"; "required": false; "isSignal": true; }; "fullscreen": { "alias": "fullscreen"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "applyReadonlyStyle": { "alias": "applyReadonlyStyle"; "required": false; "isSignal": true; }; "showToolbar": { "alias": "showToolbar"; "required": false; "isSignal": true; }; "showBorder": { "alias": "showBorder"; "required": false; "isSignal": true; }; "imageResizeModule": { "alias": "imageResizeModule"; "required": false; "isSignal": true; }; "imageDropModule": { "alias": "imageDropModule"; "required": false; "isSignal": true; }; "syntaxModule": { "alias": "syntaxModule"; "required": false; "isSignal": true; }; }, { "config": "configChange"; "placeholder": "placeholderChange"; "format": "formatChange"; "height": "heightChange"; "width": "widthChange"; "fullscreenHeight": "fullscreenHeightChange"; "fullscreenWidth": "fullscreenWidthChange"; "fullscreenMode": "fullscreenModeChange"; "enableTooltips": "enableTooltipsChange"; "fullscreen": "fullscreenChange"; "readonly": "readonlyChange"; "applyReadonlyStyle": "applyReadonlyStyleChange"; "showToolbar": "showToolbarChange"; "showBorder": "showBorderChange"; "imageResizeModule": "imageResizeModuleChange"; "imageDropModule": "imageDropModuleChange"; "syntaxModule": "syntaxModuleChange"; "fullscreenChanged": "fullscreenChanged"; "onBlur": "onBlur"; "onContentChanged": "onContentChanged"; "onEditorChanged": "onEditorChanged"; "onEditorCreated": "onEditorCreated"; "onFocus": "onFocus"; "onSelectionChanged": "onSelectionChanged"; }, never, never, true, never>;
55
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class RawComponent {
3
- data: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<RawComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<RawComponent, "cpquill-raw", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,15 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ControlValueAccessor } from "@angular/forms";
3
- import { User } from '@cleavelandprice/ngx-lib/active-directory';
4
- import 'quill-mention';
5
- import { EditorComponent as EditorComponentBase } from '@cleavelandprice/ngx-lib/quill';
6
- import * as i0 from "@angular/core";
7
- export declare class EditorComponent extends EditorComponentBase implements OnInit, ControlValueAccessor {
8
- #private;
9
- users: import("@angular/core").ModelSignal<User[] | undefined>;
10
- ngOnInit(): void;
11
- toggleFullscreen(): void;
12
- get modules(): {};
13
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "cpquill-editor-with-mention", never, { "users": { "alias": "users"; "required": false; "isSignal": true; }; }, { "users": "usersChange"; }, never, never, true, never>;
15
- }
@@ -1,5 +0,0 @@
1
- import { User } from '@cleavelandprice/ngx-lib/active-directory';
2
- import { DialogData as DialogDataBase } from '@cleavelandprice/ngx-lib/quill';
3
- export interface DialogData extends DialogDataBase {
4
- users?: User[];
5
- }
@@ -1,3 +0,0 @@
1
- export { Buttons, Config, DefaultButtons, DefaultConfig, DefaultIcons, DefaultTooltips, DialogData, Icons, Tooltips } from '@cleavelandprice/ngx-lib/quill';
2
- export * from './components/editor/editor.component';
3
- export * from './quill-mention.module';
@@ -1,17 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@angular/forms";
5
- import * as i3 from "@angular/material/button";
6
- import * as i4 from "@angular/material/dialog";
7
- import * as i5 from "@angular/material/icon";
8
- import * as i6 from "@angular/material/tooltip";
9
- import * as i7 from "ngx-quill";
10
- import * as i8 from "./components/editor/editor.component";
11
- export declare class QuillMentionModule {
12
- static forRoot(): ModuleWithProviders<QuillMentionModule>;
13
- constructor(parentModule: QuillMentionModule);
14
- static ɵfac: i0.ɵɵFactoryDeclaration<QuillMentionModule, [{ optional: true; skipSelf: true; }]>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<QuillMentionModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.MatButtonModule, typeof i4.MatDialogModule, typeof i5.MatIconModule, typeof i6.MatTooltipModule, typeof i7.QuillModule, typeof i8.EditorComponent], [typeof i8.EditorComponent]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<QuillMentionModule>;
17
- }
@@ -1,29 +0,0 @@
1
- export interface Buttons {
2
- bold?: boolean;
3
- italic?: boolean;
4
- strike?: boolean;
5
- underline?: boolean;
6
- link?: boolean;
7
- image?: boolean;
8
- video?: boolean;
9
- blockquote?: boolean;
10
- codeblock?: boolean;
11
- h1?: boolean;
12
- h2?: boolean;
13
- color?: boolean;
14
- bulleted?: boolean;
15
- ordered?: boolean;
16
- subScript?: boolean;
17
- superScript?: boolean;
18
- increaseIndent?: boolean;
19
- decreaseIndent?: boolean;
20
- align?: boolean;
21
- font?: boolean;
22
- fontSize?: boolean;
23
- headingStyle?: boolean;
24
- clean?: boolean;
25
- formula?: boolean;
26
- rtl?: boolean;
27
- editorSize?: boolean;
28
- rawEditor?: boolean;
29
- }
@@ -1,23 +0,0 @@
1
- import { Buttons } from "./buttons";
2
- import { Icons } from "./icons";
3
- import { Tooltips } from "./tooltips";
4
- export interface Config {
5
- buttons?: Buttons;
6
- icons?: Icons;
7
- tooltips?: Tooltips;
8
- format?: 'object' | 'html' | 'text' | 'json';
9
- height?: string;
10
- width?: string;
11
- fullscreenHeight?: string;
12
- fullscreenWidth?: string;
13
- enableTooltips?: boolean;
14
- fullscreen?: boolean;
15
- fullscreenMode?: 'expand' | 'popout';
16
- readonly?: boolean;
17
- applyReadonlyStyle?: boolean;
18
- showToolbar?: boolean;
19
- showBorder?: boolean;
20
- imageResizeModule?: boolean;
21
- imageDropModule?: boolean;
22
- syntaxModule?: boolean;
23
- }
@@ -1,2 +0,0 @@
1
- import { Buttons } from "./buttons";
2
- export declare const DefaultButtons: Buttons;
@@ -1,2 +0,0 @@
1
- import { Config } from "./config";
2
- export declare const DefaultConfig: Config;
@@ -1,2 +0,0 @@
1
- import { Icons } from "./icons";
2
- export declare const DefaultIcons: Icons;
@@ -1,2 +0,0 @@
1
- import { Tooltips } from "./tooltips";
2
- export declare const DefaultTooltips: Tooltips;
@@ -1,21 +0,0 @@
1
- import { Config } from './config';
2
- export interface DialogData {
3
- value: any;
4
- config?: Config;
5
- placeholder?: string;
6
- format: 'object' | 'html' | 'text' | 'json';
7
- height: string;
8
- width: string;
9
- maxHeight: string;
10
- maxWidth: string;
11
- enableTooltips: boolean;
12
- fullscreen: boolean;
13
- fullscreenMode: 'expand' | 'popout';
14
- readonly: boolean;
15
- applyReadonlyStyle: boolean;
16
- showToolbar: boolean;
17
- showBorder: boolean;
18
- imageResizeModule: boolean;
19
- imageDropModule: boolean;
20
- syntaxModule: boolean;
21
- }
@@ -1,6 +0,0 @@
1
- export interface Icons {
2
- maximize?: string;
3
- minimize?: string;
4
- popout?: string;
5
- popin?: string;
6
- }
@@ -1,32 +0,0 @@
1
- export interface Tooltips {
2
- bold?: string;
3
- italic?: string;
4
- strike?: string;
5
- underline?: string;
6
- link?: string;
7
- image?: string;
8
- video?: string;
9
- blockquote?: string;
10
- codeblock?: string;
11
- h1?: string;
12
- h2?: string;
13
- color?: string;
14
- bulleted?: string;
15
- ordered?: string;
16
- subScript?: string;
17
- superScript?: string;
18
- increaseIndent?: string;
19
- decreaseIndent?: string;
20
- align?: string;
21
- font?: string;
22
- fontSize?: string;
23
- headingStyle?: string;
24
- clean?: string;
25
- formula?: string;
26
- rtl?: string;
27
- maximize?: string;
28
- minimize?: string;
29
- popout?: string;
30
- popin?: string;
31
- rawEditor?: string;
32
- }
@@ -1,12 +0,0 @@
1
- export * from './model/buttons';
2
- export * from './model/default-buttons';
3
- export * from './model/default-config';
4
- export * from './model/default-icons';
5
- export * from './model/default-tooltips';
6
- export * from './model/dialog-data';
7
- export * from './model/icons';
8
- export * from './model/tooltips';
9
- export * from './model/config';
10
- export * from './components/editor/editor.component';
11
- export * from './components/raw/raw.component';
12
- export * from './quill.module';
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/forms";
4
- import * as i3 from "@angular/material/button";
5
- import * as i4 from "@angular/material/dialog";
6
- import * as i5 from "@angular/material/form-field";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "@angular/material/input";
9
- import * as i8 from "@angular/material/tooltip";
10
- import * as i9 from "ngx-quill";
11
- import * as i10 from "./components/editor/editor.component";
12
- import * as i11 from "./components/raw/raw.component";
13
- export declare class QuillModule {
14
- constructor(parentModule: QuillModule);
15
- static ɵfac: i0.ɵɵFactoryDeclaration<QuillModule, [{ optional: true; skipSelf: true; }]>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<QuillModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.MatButtonModule, typeof i4.MatDialogModule, typeof i5.MatFormFieldModule, typeof i6.MatIconModule, typeof i7.MatInputModule, typeof i8.MatTooltipModule, typeof i9.QuillModule, typeof i10.EditorComponent, typeof i11.RawComponent], [typeof i10.EditorComponent, typeof i11.RawComponent]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<QuillModule>;
18
- }
@@ -1,15 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { CleavelandPriceUser } from '@cleavelandprice/ngx-lib/active-directory';
3
- import { PhotoItem } from '../../model/photo-item';
4
- import * as i0 from "@angular/core";
5
- export declare class UserPhotoComponent implements OnInit {
6
- #private;
7
- user: import("@angular/core").InputSignal<string | CleavelandPriceUser>;
8
- protected _user: CleavelandPriceUser;
9
- userPhotos: import("@angular/core").InputSignal<PhotoItem[] | undefined>;
10
- size: import("@angular/core").InputSignal<string>;
11
- notRound: import("@angular/core").InputSignal<boolean>;
12
- ngOnInit(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<UserPhotoComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<UserPhotoComponent, "user-photo", never, { "user": { "alias": "user"; "required": true; "isSignal": true; }; "userPhotos": { "alias": "userPhotos"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "notRound": { "alias": "notRound"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
15
- }
@@ -1,4 +0,0 @@
1
- export declare const DefaultCredentials: {
2
- username: string;
3
- password: string;
4
- };
@@ -1,4 +0,0 @@
1
- export interface BaseItem {
2
- id: number;
3
- title: string;
4
- }
@@ -1,4 +0,0 @@
1
- export interface BaseRequestCredential {
2
- username?: string;
3
- password?: string;
4
- }
@@ -1,8 +0,0 @@
1
- import { BaseRequestCredential } from './base-request-credential';
2
- export interface BaseRequest extends BaseRequestCredential {
3
- digestContextUrl?: string;
4
- additionalPropertiesToStrip?: string[];
5
- maxResults?: number;
6
- site?: string;
7
- stripMetadataProperties?: boolean;
8
- }
@@ -1,5 +0,0 @@
1
- import { DateTime } from "luxon";
2
- export interface CacheObject<T> {
3
- data: T[];
4
- lastUpdate: DateTime;
5
- }
@@ -1,4 +0,0 @@
1
- import { FolderRequest } from "./folder-request";
2
- export interface FileRequest extends FolderRequest {
3
- filename: string;
4
- }
@@ -1,4 +0,0 @@
1
- import { BaseRequest } from './base-request';
2
- export interface FolderRequest extends BaseRequest {
3
- folder: string;
4
- }
@@ -1,10 +0,0 @@
1
- import { BaseItem } from "./base-item";
2
- export interface ListItem extends BaseItem {
3
- contentTypeId: string;
4
- created: string;
5
- authorId: number;
6
- modified: string;
7
- editorId: number;
8
- checkoutUserId?: number;
9
- guid: string;
10
- }
@@ -1,5 +0,0 @@
1
- import { BaseRequest } from "./base-request";
2
- export interface ListItemsRequest extends BaseRequest {
3
- list?: string;
4
- additionalPropertiesToRetrieve?: string[];
5
- }
@@ -1,11 +0,0 @@
1
- import { ListItem } from "./list-item";
2
- export interface PhotoItem extends ListItem {
3
- imageWidth: number;
4
- imageHeight: number;
5
- imageCreateDate: string;
6
- description?: string;
7
- employeeNumber?: number;
8
- accountName?: string;
9
- displayName?: string;
10
- encodedAbsUrl: string;
11
- }
@@ -1,19 +0,0 @@
1
- import { InjectionToken } from "@angular/core";
2
- import { CachingConfig, Credentials, LoggingConfig, NgxLibServiceOptions } from "@cleavelandprice/ngx-lib";
3
- export interface SharePointEndpoints {
4
- users?: string;
5
- listItems?: string;
6
- }
7
- export interface SharePointPhotos {
8
- site?: string;
9
- list?: string;
10
- additionalPropertiesToRetrieve?: string[];
11
- }
12
- export interface SharePointServiceOptions extends NgxLibServiceOptions {
13
- credentials?: Credentials;
14
- caching?: CachingConfig;
15
- endpoints?: SharePointEndpoints;
16
- photos?: SharePointPhotos;
17
- logging?: LoggingConfig;
18
- }
19
- export declare const SharePointServiceOptionsToken: InjectionToken<SharePointServiceOptions>;
@@ -1,4 +0,0 @@
1
- import { BaseRequestCredential } from './base-request-credential';
2
- export interface UriRequest extends BaseRequestCredential {
3
- uri: string;
4
- }