@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.
- package/assets/themes/brown.min.css +1 -1
- package/assets/themes/dark.min.css +1 -1
- package/assets/themes/deep-purple-light-blue.min.css +1 -1
- package/assets/themes/deep-purple-teal.min.css +1 -1
- package/assets/themes/default.min.css +1 -1
- package/assets/themes/green.min.css +1 -1
- package/assets/themes/indigo-amber.min.css +1 -1
- package/assets/themes/indigo.min.css +1 -1
- package/fesm2022/bizdoc-core.mjs +1494 -1482
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/document-trace/reassign.dialog.d.ts +2 -2
- package/lib/admin/positions/positions-popup.component.d.ts +2 -2
- package/lib/admin/positions/positions.component.d.ts +2 -2
- package/lib/admin/profiler/outofoffice.component.d.ts +5 -5
- package/lib/admin/profiler/profiler.component.d.ts +5 -5
- package/lib/browse/filter/filter.component.d.ts +4 -4
- package/lib/chat/chat-info.d.ts +6 -11
- package/lib/chat/chat.service.d.ts +2 -2
- package/lib/chat/contacts.component.d.ts +2 -2
- package/lib/chat/conversation.component.d.ts +2 -2
- package/lib/compose/action/assign-action.component.d.ts +3 -3
- package/lib/compose/action/moveto-action.component.d.ts +2 -2
- package/lib/compose/trace/flow.component.d.ts +16 -5
- package/lib/compose/trace/people.component.d.ts +3 -3
- package/lib/compose/trace/trace.base.d.ts +1 -2
- package/lib/compose/trace/trace.component.d.ts +2 -1
- package/lib/core/account.service.d.ts +4 -4
- package/lib/core/avatar/avatar.component.d.ts +2 -2
- package/lib/core/configuration.d.ts +2 -2
- package/lib/core/mailbox.service.d.ts +2 -2
- package/lib/core/models.d.ts +1 -1
- package/lib/core/session.service.d.ts +3 -3
- package/lib/core/tagging/users.component.d.ts +2 -2
- package/lib/home/outofoffice/outofoffice.component.d.ts +2 -2
- package/lib/impersonate/impersonate.component.d.ts +6 -6
- package/lib/notifications/types/notification-base.d.ts +2 -2
- package/lib/options/options.component.d.ts +6 -6
- package/package.json +2 -2
- 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.
|
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.
|
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,
|
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";
|