@bizdoc/core 3.4.2 → 3.4.5

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 (39) hide show
  1. package/assets/themes/brown.min.css +1 -1
  2. package/assets/themes/dark.min.css +1 -1
  3. package/assets/themes/deep-purple-light-blue.min.css +1 -1
  4. package/assets/themes/deep-purple-teal.min.css +1 -1
  5. package/assets/themes/default.min.css +1 -1
  6. package/assets/themes/green.min.css +1 -1
  7. package/assets/themes/indigo-amber.min.css +1 -1
  8. package/assets/themes/indigo.min.css +1 -1
  9. package/fesm2022/bizdoc-core.mjs +1494 -1482
  10. package/fesm2022/bizdoc-core.mjs.map +1 -1
  11. package/lib/admin/document-trace/reassign.dialog.d.ts +2 -2
  12. package/lib/admin/positions/positions-popup.component.d.ts +2 -2
  13. package/lib/admin/positions/positions.component.d.ts +2 -2
  14. package/lib/admin/profiler/outofoffice.component.d.ts +5 -5
  15. package/lib/admin/profiler/profiler.component.d.ts +5 -5
  16. package/lib/browse/filter/filter.component.d.ts +4 -4
  17. package/lib/chat/chat-info.d.ts +6 -11
  18. package/lib/chat/chat.service.d.ts +2 -2
  19. package/lib/chat/contacts.component.d.ts +2 -2
  20. package/lib/chat/conversation.component.d.ts +2 -2
  21. package/lib/compose/action/assign-action.component.d.ts +3 -3
  22. package/lib/compose/action/moveto-action.component.d.ts +2 -2
  23. package/lib/compose/trace/flow.component.d.ts +16 -5
  24. package/lib/compose/trace/people.component.d.ts +3 -3
  25. package/lib/compose/trace/trace.base.d.ts +1 -2
  26. package/lib/compose/trace/trace.component.d.ts +2 -1
  27. package/lib/core/account.service.d.ts +4 -4
  28. package/lib/core/avatar/avatar.component.d.ts +2 -2
  29. package/lib/core/configuration.d.ts +2 -2
  30. package/lib/core/mailbox.service.d.ts +2 -2
  31. package/lib/core/models.d.ts +1 -1
  32. package/lib/core/session.service.d.ts +3 -3
  33. package/lib/core/tagging/users.component.d.ts +2 -2
  34. package/lib/home/outofoffice/outofoffice.component.d.ts +2 -2
  35. package/lib/impersonate/impersonate.component.d.ts +6 -6
  36. package/lib/notifications/types/notification-base.d.ts +2 -2
  37. package/lib/options/options.component.d.ts +6 -6
  38. package/package.json +2 -2
  39. package/public-api.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.4.2",
3
+ "version": "3.4.5",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
@@ -32,7 +32,7 @@
32
32
  "hammerjs": "~2",
33
33
  "dayjs": "^1.11.13",
34
34
  "ngx-cookie-service": "19",
35
- "firebase": "11.5",
35
+ "firebase": "11.6",
36
36
  "zone.js": "0.15",
37
37
  "tslib": "^2.3.0"
38
38
  },
package/public-api.d.ts CHANGED
@@ -38,7 +38,7 @@ export * from './lib/core/configuration';
38
38
  export { BizDocApp, BrokenPage } from './lib/app.component';
39
39
  export { LocalizedStringPipe } from './lib/core/pipes/localized-string.pipe';
40
40
  export { FONT_FAMILY } from './lib/core/colors';
41
- export { ChartType, Type, Control, Folder, Form, LatLng, Dimentions, Guide, GuideStep, Gender, CubeAxis, AxisValue, RecipientModel, Action, State, HeaderModel, LogType, Role, Comment, Attachment, DocumentModel, DRAFT, INBOX, ScheduledEvent, CubeEntry, Log, Recipient, Cube, Widget, Report, CubeIndex, AxesMap, CubeView, Notification, FieldKind, LocalizedString, UserInfo } from './lib/core/models';
41
+ export { ChartType, Type, Control, Folder, Form, LatLng, Dimentions, Guide, GuideStep, Gender, CubeAxis, AxisValue, RecipientModel, Action, State, HeaderModel, LogType, Role, Comment, Attachment, DocumentModel, DRAFT, INBOX, ScheduledEvent, CubeEntry, Log, Recipient, Cube, Widget, Report, CubeIndex, AxesMap, CubeView, Notification, FieldKind, LocalizedString, PersonInfo } from './lib/core/models';
42
42
  export { AxisClickEvent, AxisPlace, AxisType } from './lib/cube/declarations';
43
43
  export { UtilityRef } from "./lib/admin/utility-ref";
44
44
  export { ReportRef, ExportEventArgs } from "./lib/reports/report-ref";