@rtsee/ngx 0.0.58 → 0.0.60
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/dist/ngx/fesm2022/rtsee-ngx.mjs +1689 -0
- package/dist/ngx/fesm2022/rtsee-ngx.mjs.map +1 -0
- package/dist/ngx/index.d.ts +538 -0
- package/dist/ngx/src/lib/theme/auth/auth-container.scss +198 -0
- package/{projects → dist}/ngx/src/lib/theme/auth/index.scss +0 -1
- package/dist/ngx/src/lib/theme/auth/variables.scss +1 -0
- package/{projects → dist}/ngx/src/lib/theme/common-variables.scss +1 -0
- package/dist/ngx/src/lib/theme/containers/index.scss +4 -0
- package/dist/ngx/src/lib/theme/containers/nav-item.scss +99 -0
- package/dist/ngx/src/lib/theme/containers/nav.scss +86 -0
- package/{projects → dist}/ngx/src/lib/theme/containers/shell.scss +22 -31
- package/{projects → dist}/ngx/src/lib/theme/containers/variables.scss +10 -1
- package/dist/ngx/src/lib/theme/forms/common.scss +51 -0
- package/dist/ngx/src/lib/theme/forms/index.scss +1 -0
- package/dist/ngx/src/lib/theme/forms/variables.scss +8 -0
- package/{projects → dist}/ngx/src/lib/theme/styles.scss +1 -0
- package/package.json +13 -7
- package/.editorconfig +0 -16
- package/CHANGELOG.md +0 -116
- package/angular.json +0 -67
- package/jest.config.ts +0 -9
- package/projects/ngx/ng-package.json +0 -8
- package/projects/ngx/package.json +0 -20
- package/projects/ngx/src/lib/common/components/preloader/preloader.component.html +0 -5
- package/projects/ngx/src/lib/common/components/preloader/preloader.component.ts +0 -30
- package/projects/ngx/src/lib/components/constans/common.const.ts +0 -8
- package/projects/ngx/src/lib/components/enums/form.enum.ts +0 -8
- package/projects/ngx/src/lib/components/rtsee/rtsee-conference.component.html +0 -70
- package/projects/ngx/src/lib/components/rtsee/rtsee-conference.component.ts +0 -35
- package/projects/ngx/src/lib/components/rtsee/rtsee-controls/rtsee-controls.component.html +0 -54
- package/projects/ngx/src/lib/components/rtsee/rtsee-controls/rtsee-controls.component.scss +0 -70
- package/projects/ngx/src/lib/components/rtsee/rtsee-controls/rtsee-controls.component.ts +0 -24
- package/projects/ngx/src/lib/components/rtsee-auth/auth/auth.component.html +0 -12
- package/projects/ngx/src/lib/components/rtsee-auth/auth/auth.component.ts +0 -32
- package/projects/ngx/src/lib/components/rtsee-auth/forgot-password/forgot-password.component.html +0 -35
- package/projects/ngx/src/lib/components/rtsee-auth/forgot-password/forgot-password.component.ts +0 -34
- package/projects/ngx/src/lib/components/rtsee-auth/reset-password/reset-password.component.html +0 -43
- package/projects/ngx/src/lib/components/rtsee-auth/reset-password/reset-password.component.ts +0 -79
- package/projects/ngx/src/lib/components/rtsee-auth/services/auth.service.ts +0 -37
- package/projects/ngx/src/lib/components/rtsee-auth/services/utils.service.ts +0 -20
- package/projects/ngx/src/lib/components/rtsee-auth/sign-in/sign-in.component.html +0 -46
- package/projects/ngx/src/lib/components/rtsee-auth/sign-in/sign-in.component.ts +0 -48
- package/projects/ngx/src/lib/components/rtsee-auth/sign-up/sign-up.component.html +0 -51
- package/projects/ngx/src/lib/components/rtsee-auth/sign-up/sign-up.component.ts +0 -62
- package/projects/ngx/src/lib/components/rtsee-auth/types/auth-form.type.ts +0 -35
- package/projects/ngx/src/lib/components/rtsee-auth/validators/form-fields-validators.ts +0 -27
- package/projects/ngx/src/lib/components/rtsee-auth/vendors/vendors.component.html +0 -1
- package/projects/ngx/src/lib/components/rtsee-auth/vendors/vendors.component.ts +0 -10
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-bottom-nav/rtsee-bottom-nav.component.html +0 -15
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-bottom-nav/rtsee-bottom-nav.component.ts +0 -20
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-container.component.html +0 -50
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-container.component.ts +0 -37
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-sidenav/rtsee-sidenav.component.html +0 -32
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-sidenav/rtsee-sidenav.component.ts +0 -26
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/event-thumbnail/event-thumbnail.component.html +0 -20
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/event-thumbnail/event-thumbnail.component.ts +0 -89
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client/rtsee-events-dashboard-client.component.html +0 -1
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client/rtsee-events-dashboard-client.component.ts +0 -8
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client-thumbnail/rtsee-events-dashboard-client-thumbnail.component.html +0 -25
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client-thumbnail/rtsee-events-dashboard-client-thumbnail.component.ts +0 -40
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-session/rtsee-events-dashboard-session.component.html +0 -32
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-session/rtsee-events-dashboard-session.component.ts +0 -21
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component.html +0 -12
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component.ts +0 -19
- package/projects/ngx/src/lib/components/rtsee-messenger/chat/chat.component.html +0 -10
- package/projects/ngx/src/lib/components/rtsee-messenger/chat/chat.component.ts +0 -18
- package/projects/ngx/src/lib/components/rtsee-messenger/chat-input/chat-input.component.html +0 -20
- package/projects/ngx/src/lib/components/rtsee-messenger/chat-input/chat-input.component.ts +0 -31
- package/projects/ngx/src/lib/components/rtsee-messenger/chat-thumbnail/chat-thumbnail.component.html +0 -28
- package/projects/ngx/src/lib/components/rtsee-messenger/chat-thumbnail/chat-thumbnail.component.ts +0 -27
- package/projects/ngx/src/lib/components/rtsee-messenger/chats-list/chats-list.component.html +0 -6
- package/projects/ngx/src/lib/components/rtsee-messenger/chats-list/chats-list.component.ts +0 -22
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/contacts-multiselect/contacts-multiselect.component.html +0 -3
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/contacts-multiselect/contacts-multiselect.component.scss +0 -0
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/contacts-multiselect/contacts-multiselect.component.ts +0 -18
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/manage-chat/manage-chat.component.html +0 -4
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/manage-chat/manage-chat.component.scss +0 -0
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/manage-chat/manage-chat.component.ts +0 -18
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/models/MainMenuState.ts +0 -11
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/search/search.component.html +0 -25
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/search/search.component.ts +0 -36
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/main-menu.component.html +0 -32
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/main-menu.component.ts +0 -41
- package/projects/ngx/src/lib/components/rtsee-messenger/message/components/message-time-and-status/message-time-and-status.component.html +0 -9
- package/projects/ngx/src/lib/components/rtsee-messenger/message/components/message-time-and-status/message-time-and-status.component.ts +0 -23
- package/projects/ngx/src/lib/components/rtsee-messenger/message/message.component.html +0 -17
- package/projects/ngx/src/lib/components/rtsee-messenger/message/message.component.ts +0 -64
- package/projects/ngx/src/lib/components/rtsee-messenger/message-widgets/call-widget/call-widget.component.html +0 -10
- package/projects/ngx/src/lib/components/rtsee-messenger/message-widgets/call-widget/call-widget.component.scss +0 -1
- package/projects/ngx/src/lib/components/rtsee-messenger/message-widgets/call-widget/call-widget.component.ts +0 -36
- package/projects/ngx/src/lib/components/rtsee-messenger/messages-list/messages-list.component.html +0 -18
- package/projects/ngx/src/lib/components/rtsee-messenger/messages-list/messages-list.component.ts +0 -91
- package/projects/ngx/src/lib/components/rtsee-messenger/messenger/messenger.component.html +0 -31
- package/projects/ngx/src/lib/components/rtsee-messenger/messenger/messenger.component.ts +0 -45
- package/projects/ngx/src/lib/components/rtsee-messenger/messenger-header/messenger-header.component.html +0 -57
- package/projects/ngx/src/lib/components/rtsee-messenger/messenger-header/messenger-header.component.ts +0 -30
- package/projects/ngx/src/lib/components/rtsee-messenger/profile/profile.component.html +0 -20
- package/projects/ngx/src/lib/components/rtsee-messenger/profile/profile.component.ts +0 -25
- package/projects/ngx/src/lib/components/rtsee-peer/rtsee-peer.component.html +0 -28
- package/projects/ngx/src/lib/components/rtsee-peer/rtsee-peer.component.ts +0 -43
- package/projects/ngx/src/lib/components/rtsee-peers-list/rtsee-peers-list.component.html +0 -1
- package/projects/ngx/src/lib/components/rtsee-peers-list/rtsee-peers-list.component.scss +0 -0
- package/projects/ngx/src/lib/components/rtsee-peers-list/rtsee-peers-list.component.ts +0 -9
- package/projects/ngx/src/lib/components/rtsee-presentation/presentation/presentation.component.html +0 -24
- package/projects/ngx/src/lib/components/rtsee-presentation/presentation/presentation.component.ts +0 -26
- package/projects/ngx/src/lib/components/rtsee-presentation/presentation-header/presentation-header.component.html +0 -14
- package/projects/ngx/src/lib/components/rtsee-presentation/presentation-header/presentation-header.component.ts +0 -15
- package/projects/ngx/src/lib/components/rtsee-presentation/slide/slide.component.html +0 -29
- package/projects/ngx/src/lib/components/rtsee-presentation/slide/slide.component.ts +0 -25
- package/projects/ngx/src/lib/components/rtsee-presentation/story-player/story-player.component.html +0 -10
- package/projects/ngx/src/lib/components/rtsee-presentation/story-player/story-player.component.ts +0 -22
- package/projects/ngx/src/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.html +0 -15
- package/projects/ngx/src/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.scss +0 -0
- package/projects/ngx/src/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.ts +0 -19
- package/projects/ngx/src/lib/components/rtsee-settings/rtsee-settings.component.html +0 -44
- package/projects/ngx/src/lib/components/rtsee-settings/rtsee-settings.component.scss +0 -30
- package/projects/ngx/src/lib/components/rtsee-settings/rtsee-settings.component.ts +0 -57
- package/projects/ngx/src/lib/components/rtsee-soundbar/rtsee-soundbar.component.html +0 -19
- package/projects/ngx/src/lib/components/rtsee-soundbar/rtsee-soundbar.component.scss +0 -56
- package/projects/ngx/src/lib/components/rtsee-soundbar/rtsee-soundbar.component.ts +0 -66
- package/projects/ngx/src/lib/directives/shave.directive.ts +0 -15
- package/projects/ngx/src/lib/directives/widget.directive.ts +0 -9
- package/projects/ngx/src/lib/ngx.module.ts +0 -119
- package/projects/ngx/src/lib/ngx.service.spec.ts +0 -16
- package/projects/ngx/src/lib/ngx.service.ts +0 -11
- package/projects/ngx/src/lib/services/default-images.service.ts +0 -8
- package/projects/ngx/src/lib/services/events-widgets.service.ts +0 -19
- package/projects/ngx/src/lib/services/message-widgets.service.ts +0 -26
- package/projects/ngx/src/lib/services/time-format-helper.service.ts +0 -111
- package/projects/ngx/src/lib/theme/auth/auth-container.scss +0 -186
- package/projects/ngx/src/lib/theme/auth/auth.scss +0 -0
- package/projects/ngx/src/lib/theme/auth/variables.scss +0 -64
- package/projects/ngx/src/lib/theme/containers/bottom-nav.scss +0 -15
- package/projects/ngx/src/lib/theme/containers/index.scss +0 -4
- package/projects/ngx/src/lib/theme/containers/nav-item.scss +0 -70
- package/projects/ngx/src/lib/theme/containers/sidenav.scss +0 -125
- package/projects/ngx/src/public-api.ts +0 -16
- package/projects/ngx/tsconfig.lib.json +0 -14
- package/projects/ngx/tsconfig.lib.prod.json +0 -10
- package/projects/ngx/tsconfig.spec.json +0 -10
- package/projects/ngx/yarn.lock +0 -8
- package/scss-bundle.config.json +0 -6
- package/setup-jest.ts +0 -1
- package/tsconfig.eslint.json +0 -4
- package/tsconfig.json +0 -34
- package/tsconfig.spec.json +0 -8
- /package/{projects → dist}/ngx/README.md +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/common-components/preloader.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/common.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/client-thumbnail.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/event-thumbnail.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/events-dashboard-session.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/events-dashboard.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/events-manager.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/general.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/call-widget.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/chat-input.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/chat-thumbnail.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/chat.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/chats-list.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/message-time-and-status.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/message.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/messages-list.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/messenger-header.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/messenger-search.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/messenger.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/variables.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/slide.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/story-player.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/story-thumbnail.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/variables.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/video-chat/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/video-chat/video-chat.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/video-chat/video-peer.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/video-chat.scss +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { IMessageWidget } from './message-widgets.service';
|
|
3
|
-
|
|
4
|
-
@Injectable({
|
|
5
|
-
providedIn: 'root',
|
|
6
|
-
})
|
|
7
|
-
export class EventsWidgetsService {
|
|
8
|
-
widgetsMap: IMessageWidget[] = [];
|
|
9
|
-
|
|
10
|
-
getWidgetComponentByName(name: string) {
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
const mapping = this.widgetsMap.find((e) => e.name === name);
|
|
13
|
-
if (!mapping) {
|
|
14
|
-
return null;
|
|
15
|
-
}
|
|
16
|
-
return mapping.component;
|
|
17
|
-
/* eslint-enable */
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { CallWidgetComponent } from '../components/rtsee-messenger/message-widgets/call-widget/call-widget.component';
|
|
3
|
-
|
|
4
|
-
export interface IMessageWidget {
|
|
5
|
-
name: string;
|
|
6
|
-
component: any;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@Injectable({
|
|
10
|
-
providedIn: 'root',
|
|
11
|
-
})
|
|
12
|
-
export class MessageWidgetsService {
|
|
13
|
-
widgetsMap: IMessageWidget[] = [
|
|
14
|
-
{ name: 'rtsee-call', component: CallWidgetComponent },
|
|
15
|
-
];
|
|
16
|
-
|
|
17
|
-
getWidgetComponentByName(name: string) {
|
|
18
|
-
/* eslint-disable */
|
|
19
|
-
const mapping = this.widgetsMap.find((e) => e.name === name);
|
|
20
|
-
if (!mapping) {
|
|
21
|
-
return null;
|
|
22
|
-
}
|
|
23
|
-
return mapping.component;
|
|
24
|
-
/* eslint-enable */
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
import dayjs from 'dayjs';
|
|
4
|
-
import relativeTime from 'dayjs/plugin/relativeTime';
|
|
5
|
-
dayjs.extend(relativeTime);
|
|
6
|
-
|
|
7
|
-
@Injectable({
|
|
8
|
-
providedIn: 'root',
|
|
9
|
-
})
|
|
10
|
-
export class TimeFormatHelperService {
|
|
11
|
-
toAgo(time: Date): string {
|
|
12
|
-
/* eslint-disable */
|
|
13
|
-
return dayjs(time).fromNow() as string;
|
|
14
|
-
/* eslint-enable */
|
|
15
|
-
}
|
|
16
|
-
toDayOfWeek(time: Date): string {
|
|
17
|
-
/* eslint-disable */
|
|
18
|
-
return dayjs(time).format('ddd');
|
|
19
|
-
/* eslint-enable */
|
|
20
|
-
}
|
|
21
|
-
toTime(time: Date): string {
|
|
22
|
-
/* eslint-disable */
|
|
23
|
-
return dayjs(time).format('HH:mm') as string;
|
|
24
|
-
/* eslint-enable */
|
|
25
|
-
}
|
|
26
|
-
toDate(time: Date): string {
|
|
27
|
-
/* eslint-disable */
|
|
28
|
-
return dayjs(time).format('D MMMM') as string;
|
|
29
|
-
/* eslint-enable */
|
|
30
|
-
}
|
|
31
|
-
toDateNumeral(time: Date): string {
|
|
32
|
-
/* eslint-disable */
|
|
33
|
-
return dayjs(time).format('DD.MM');
|
|
34
|
-
/* eslint-enable */
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
toDateNumeralWithYear(time: Date): string {
|
|
38
|
-
/* eslint-disable */
|
|
39
|
-
return dayjs(time).format('DD.MM.YY');
|
|
40
|
-
/* eslint-enable */
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
toDateWithYear(time: Date): string {
|
|
44
|
-
/* eslint-disable */
|
|
45
|
-
return dayjs(time).format('MMMM D, YYYY ') as string;
|
|
46
|
-
/* eslint-enable */
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
formatDate(time: Date) {
|
|
50
|
-
const today = new Date();
|
|
51
|
-
const dayMs = 1000 * 60 * 60 * 24;
|
|
52
|
-
const twoDays = dayMs * 2;
|
|
53
|
-
|
|
54
|
-
if (!time) {
|
|
55
|
-
return '';
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
if (
|
|
59
|
-
today.getTime() - time.getTime() < dayMs &&
|
|
60
|
-
today.getDay() === time.getDay()
|
|
61
|
-
) {
|
|
62
|
-
return 'Today';
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
if (
|
|
66
|
-
today.getTime() - time.getTime() < twoDays &&
|
|
67
|
-
today.getTime() - time.getTime() > dayMs &&
|
|
68
|
-
today.getDay() !== time.getDay()
|
|
69
|
-
) {
|
|
70
|
-
return 'Yesterday';
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
if (today.getFullYear() === time.getFullYear()) {
|
|
74
|
-
return this.toDate(time);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
return this.toDateWithYear(time);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
formatTimeOrDate(time: Date) {
|
|
81
|
-
if (!time) {
|
|
82
|
-
return '';
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
const today = new Date();
|
|
86
|
-
const dayMs = 1000 * 60 * 60 * 24;
|
|
87
|
-
|
|
88
|
-
if (
|
|
89
|
-
today.getTime() - time.getTime() < dayMs &&
|
|
90
|
-
today.getDay() === time.getDay()
|
|
91
|
-
) {
|
|
92
|
-
return this.toTime(time);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
if (
|
|
96
|
-
today.getTime() - time.getTime() > dayMs &&
|
|
97
|
-
today.getTime() - time.getTime() < dayMs * 7
|
|
98
|
-
) {
|
|
99
|
-
return this.toDayOfWeek(time);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
if (
|
|
103
|
-
today.getTime() - time.getTime() > dayMs * 7 &&
|
|
104
|
-
today.getFullYear() === time.getFullYear()
|
|
105
|
-
) {
|
|
106
|
-
return this.toDateNumeral(time);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
return this.toDateNumeralWithYear(time);
|
|
110
|
-
}
|
|
111
|
-
}
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
@import "./variables";
|
|
2
|
-
@import "../common-variables";
|
|
3
|
-
|
|
4
|
-
.auth-container {
|
|
5
|
-
max-width: $max-width-container;
|
|
6
|
-
margin: $btn-margin-top auto;
|
|
7
|
-
padding: $auth-container-padding;
|
|
8
|
-
text-align: center;
|
|
9
|
-
background: linear-gradient(to bottom, $light-blue-gray 0%, $white 100%);
|
|
10
|
-
border-radius: $auth-container-border-radius;
|
|
11
|
-
|
|
12
|
-
.auth-logo {
|
|
13
|
-
width: $auth-logo-width;
|
|
14
|
-
height: $auth-logo-height;
|
|
15
|
-
margin-bottom: $logo-bottom-margin;
|
|
16
|
-
border-radius: $auth-container-border-radius;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.auth-title {
|
|
20
|
-
margin-bottom: $auth-title-text-margin-bottom;
|
|
21
|
-
font-size: $auth-title-text-font-size;
|
|
22
|
-
font-weight: bold;
|
|
23
|
-
color: $dark-blue-gray;
|
|
24
|
-
text-shadow: $auth-title-text-shadow;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.auth-title-description {
|
|
28
|
-
margin: $auth-title-description-text-margin;
|
|
29
|
-
font-size: $auth-title-description-text-font-size;
|
|
30
|
-
color: $medium-blue-gray;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.auth-form {
|
|
34
|
-
padding: $form-padding;
|
|
35
|
-
display: flex;
|
|
36
|
-
flex-direction: column;
|
|
37
|
-
align-items: center;
|
|
38
|
-
border-radius: $auth-container-border-radius;
|
|
39
|
-
background-color: $white;
|
|
40
|
-
box-shadow: $auth-form-box-shadow;
|
|
41
|
-
|
|
42
|
-
.auth-input-container {
|
|
43
|
-
width: 100%;
|
|
44
|
-
margin-bottom: $input-bottom-margin;
|
|
45
|
-
|
|
46
|
-
input {
|
|
47
|
-
width: 100%;
|
|
48
|
-
padding: $auth-form-input-padding;
|
|
49
|
-
border: $auth-form-input-border;
|
|
50
|
-
border-radius: $auth-container-border-radius;
|
|
51
|
-
font-size: $auth-title-description-text-font-size;
|
|
52
|
-
|
|
53
|
-
&:focus {
|
|
54
|
-
border-color: $dark-blue-gray;
|
|
55
|
-
outline: none;
|
|
56
|
-
box-shadow: $auth-form-input-focus-shadow;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.auth-sm-medium {
|
|
62
|
-
margin-bottom: $label-bottom-margin;
|
|
63
|
-
font-size: $auth-sm-medium-font-side;
|
|
64
|
-
color: $dark-blue-gray;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.auth-options {
|
|
68
|
-
display: flex;
|
|
69
|
-
justify-content: space-between;
|
|
70
|
-
width: 100%;
|
|
71
|
-
align-items: center;
|
|
72
|
-
margin: $auth-options-margin;
|
|
73
|
-
|
|
74
|
-
.auth-checkbox-label {
|
|
75
|
-
display: flex;
|
|
76
|
-
align-items: center;
|
|
77
|
-
|
|
78
|
-
.auth-remember-checkbox {
|
|
79
|
-
margin-right: $auth-options-remember-check-box-margin;
|
|
80
|
-
accent-color: $dark-blue-gray;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
label {
|
|
84
|
-
font-size: $auth-sm-medium-font-side;
|
|
85
|
-
color: $dark-blue-gray;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
a {
|
|
90
|
-
font-size: $auth-sm-medium-font-side;
|
|
91
|
-
color: $deep-blue;
|
|
92
|
-
text-decoration: none;
|
|
93
|
-
|
|
94
|
-
&:hover {
|
|
95
|
-
text-decoration: underline;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.auth-btn-container {
|
|
101
|
-
width: 100%;
|
|
102
|
-
padding: $auth-button-padding;
|
|
103
|
-
text-align: center;
|
|
104
|
-
font-size: $auth-button-font-size;
|
|
105
|
-
background-color: $deep-blue;
|
|
106
|
-
color: $white;
|
|
107
|
-
border: none;
|
|
108
|
-
border-radius: $auth-button-border-radius;
|
|
109
|
-
cursor: pointer;
|
|
110
|
-
transition: $auth-button-transition;
|
|
111
|
-
|
|
112
|
-
&:hover {
|
|
113
|
-
background-color: darken($deep-blue, 10%);
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
&:disabled {
|
|
117
|
-
background-color: $medium-blue-gray;
|
|
118
|
-
cursor: not-allowed;
|
|
119
|
-
box-shadow: none;
|
|
120
|
-
transform: none;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.auth-media-blue-gray-sm-normal {
|
|
126
|
-
margin-top: $auth-new-account-text-margin;
|
|
127
|
-
font-size: $auth-new-account-text-font-size;
|
|
128
|
-
color: $medium-blue-gray;
|
|
129
|
-
|
|
130
|
-
.auth-deep-blue-sm-medium {
|
|
131
|
-
text-decoration: none;
|
|
132
|
-
color: $deep-blue;
|
|
133
|
-
|
|
134
|
-
&:hover {
|
|
135
|
-
text-decoration: underline;
|
|
136
|
-
opacity: 0.8;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
/* Mobile Styles */
|
|
143
|
-
@media (max-width: 480px) {
|
|
144
|
-
.auth-container {
|
|
145
|
-
padding: $auth-container-mobile-padding;
|
|
146
|
-
|
|
147
|
-
.auth-form {
|
|
148
|
-
padding: $auth-form-mobile-padding;
|
|
149
|
-
|
|
150
|
-
.auth-input-container {
|
|
151
|
-
margin-bottom: $auth-input-container-mobile-margin;
|
|
152
|
-
|
|
153
|
-
input {
|
|
154
|
-
padding: $auth-input-mobile-padding;
|
|
155
|
-
font-size: $auth-mobile-font-size;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.auth-btn-container {
|
|
160
|
-
padding: $auth-button-container-mobile-padding;
|
|
161
|
-
font-size: $auth-mobile-font-size;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.auth-options {
|
|
165
|
-
flex-direction: column;
|
|
166
|
-
align-items: flex-start;
|
|
167
|
-
|
|
168
|
-
.auth-checkbox-label {
|
|
169
|
-
margin-bottom: $auth-check-box-label-mobile-margin;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
a {
|
|
173
|
-
font-size: $auth-mobile-font-size;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.auth-media-blue-gray-sm-normal {
|
|
179
|
-
font-size: $auth-mobile-font-size;
|
|
180
|
-
|
|
181
|
-
.auth-deep-blue-sm-medium {
|
|
182
|
-
font-size: $auth-mobile-font-size;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}
|
|
File without changes
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
$light-blue-gray: #e6edf2;
|
|
2
|
-
$white: #FFFFFF;
|
|
3
|
-
$dark-blue-gray: #101828;
|
|
4
|
-
$medium-blue-gray: #667085;
|
|
5
|
-
$light-gray: #E4E7EC;
|
|
6
|
-
$deep-blue: #175CD3;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
$logo-bottom-margin: 24px;
|
|
10
|
-
$label-bottom-margin: 8px;
|
|
11
|
-
$input-bottom-margin: 20px;
|
|
12
|
-
$form-padding: 40px;
|
|
13
|
-
$btn-margin-top: 16px;
|
|
14
|
-
$max-width-container: 440px;
|
|
15
|
-
$standard-border-radius: 10px;
|
|
16
|
-
$logo-margin-bottom: 24px;
|
|
17
|
-
$input-margin-bottom: 20px;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
$auth-container-padding: 96px 24px;
|
|
22
|
-
$auth-container-border-radius: 8px;
|
|
23
|
-
$auth-logo-width: 64px;
|
|
24
|
-
$auth-logo-height: 64px;
|
|
25
|
-
$auth-title-text-margin-bottom: 16px;
|
|
26
|
-
$auth-title-text-font-size: 24px;
|
|
27
|
-
$auth-title-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
|
|
28
|
-
$auth-title-description-text-margin: 0 0 40px;
|
|
29
|
-
$auth-title-description-text-font-size: 14px;
|
|
30
|
-
|
|
31
|
-
$auth-form-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
|
|
32
|
-
$auth-form-input-focus-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
|
|
33
|
-
|
|
34
|
-
$auth-options-margin: 16px 0 24px;
|
|
35
|
-
$auth-options-remember-check-box-margin: 10px;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
$auth-button-padding: 12px;
|
|
39
|
-
$auth-button-font-size: 14px;
|
|
40
|
-
$auth-button-border-radius: 8px;
|
|
41
|
-
$auth-button-transition: background-color 0.3s;
|
|
42
|
-
|
|
43
|
-
$auth-new-account-text-margin: 24px;
|
|
44
|
-
$auth-new-account-text-font-size: 14px;
|
|
45
|
-
|
|
46
|
-
$auth-sm-medium-font-side: 12px;
|
|
47
|
-
$auth-form-input-padding: 12px;
|
|
48
|
-
$auth-form-input-border: 1px solid $light-gray;
|
|
49
|
-
|
|
50
|
-
// auth mobile
|
|
51
|
-
|
|
52
|
-
$auth-container-mobile-padding: 48px 16px;
|
|
53
|
-
$auth-form-mobile-padding: 20px;
|
|
54
|
-
$auth-input-container-mobile-margin: 16px;
|
|
55
|
-
$auth-input-mobile-padding: 10px;
|
|
56
|
-
$auth-mobile-font-size: 12px;
|
|
57
|
-
$auth-button-container-mobile-padding: 10px;
|
|
58
|
-
$auth-check-box-label-mobile-margin: 8px;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
@import "./variables";
|
|
2
|
-
|
|
3
|
-
.rtsee-bottom-nav {
|
|
4
|
-
min-height: $rts-bottom-nav-height + $rts-new-offset-sm;
|
|
5
|
-
border-top: 1px solid $default-border-color;
|
|
6
|
-
background-color: #FFF;
|
|
7
|
-
|
|
8
|
-
.rtsee-nav-bar {
|
|
9
|
-
.rtsee-bottom-nav-bar-link {
|
|
10
|
-
.rtsee-nav-bar-link-icon {
|
|
11
|
-
width: 30px;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
@import "./variables";
|
|
2
|
-
|
|
3
|
-
.rtsee-nav-item {
|
|
4
|
-
display: flex;
|
|
5
|
-
height: $nav-item-height;
|
|
6
|
-
line-height: $nav-item-height;
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
position: relative;
|
|
9
|
-
color: $nav-font-color;
|
|
10
|
-
font-size: 14px;
|
|
11
|
-
text-decoration: none;
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
|
|
14
|
-
.rtsee-nav-item-icon {
|
|
15
|
-
position: relative;
|
|
16
|
-
display: flex;
|
|
17
|
-
justify-content: center;
|
|
18
|
-
align-items: center;
|
|
19
|
-
width: 100%;
|
|
20
|
-
max-height: 100%;
|
|
21
|
-
color: $icon-color;
|
|
22
|
-
font-size: $nav-icon-size;
|
|
23
|
-
left: 0;
|
|
24
|
-
top: 0;
|
|
25
|
-
text-align: center;
|
|
26
|
-
|
|
27
|
-
.material-icons, .material-icons-outlined {
|
|
28
|
-
vertical-align: middle;
|
|
29
|
-
font-size: 30px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.rtsee-nav-icon-img {
|
|
33
|
-
height: $new-nav-icon-size;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.mat-badge-medium {
|
|
38
|
-
&.mat-badge-below, &.mat-badge-overlap.mat-badge-after {
|
|
39
|
-
.mat-badge-content {
|
|
40
|
-
bottom: 20px;
|
|
41
|
-
right: 10px;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.rtsee-nav-item-name {
|
|
47
|
-
display: none;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&:hover, &.active {
|
|
51
|
-
color: $active-font-color;
|
|
52
|
-
background-color: $active-bg-color;
|
|
53
|
-
|
|
54
|
-
.rtsee-nav-item-icon {
|
|
55
|
-
color: $active-font-color;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.rtsee-nav-link {
|
|
60
|
-
background-color: #ffffff;
|
|
61
|
-
|
|
62
|
-
&.active {
|
|
63
|
-
color: $active-font-color;
|
|
64
|
-
|
|
65
|
-
.rtsee-nav-item-icon {
|
|
66
|
-
color: $active-font-color;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
@import "./variables";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
.rtsee-sidenav {
|
|
5
|
-
background-color: $sidenav-bg-color;
|
|
6
|
-
height: 100%;
|
|
7
|
-
position: relative;
|
|
8
|
-
border-right: 1px solid $default-border-color;
|
|
9
|
-
|
|
10
|
-
.rtsee-sidenav-toggle {
|
|
11
|
-
position: absolute;
|
|
12
|
-
top: 0;
|
|
13
|
-
right: -$sidenav-toggle-width;
|
|
14
|
-
height: 100%;
|
|
15
|
-
width: $sidenav-toggle-width;
|
|
16
|
-
border-left: 2px solid transparent;
|
|
17
|
-
|
|
18
|
-
.rtsee-sidenav-toggle-button {
|
|
19
|
-
display: flex;
|
|
20
|
-
justify-content: center;
|
|
21
|
-
align-items: center;
|
|
22
|
-
position: absolute;
|
|
23
|
-
top: 66px;
|
|
24
|
-
left: -17px;
|
|
25
|
-
border-radius: 50%;
|
|
26
|
-
border: 1px solid $default-border-color;
|
|
27
|
-
height: 30px;
|
|
28
|
-
width: 30px;
|
|
29
|
-
cursor: pointer;
|
|
30
|
-
color: $primary-blue;
|
|
31
|
-
background-color: $sidenav-bg-color;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.rtsee-sidenav-header {
|
|
36
|
-
overflow: hidden;
|
|
37
|
-
position: relative;
|
|
38
|
-
height: $rts-header-height;
|
|
39
|
-
border-bottom: 1px solid #e8e8e8;
|
|
40
|
-
|
|
41
|
-
.rtsee-site-logo {
|
|
42
|
-
float: left;
|
|
43
|
-
line-height: $rts-header-height;
|
|
44
|
-
height: $rts-header-height;
|
|
45
|
-
width: $sidenav-collapsed-width;
|
|
46
|
-
text-align: center;
|
|
47
|
-
|
|
48
|
-
.rtsee-home-link {
|
|
49
|
-
text-decoration: none;
|
|
50
|
-
color: $nav-font-color;
|
|
51
|
-
|
|
52
|
-
.rtsee-site-logo-wrapper {
|
|
53
|
-
display: inline-block;
|
|
54
|
-
vertical-align: middle;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
img {
|
|
58
|
-
height: $dark-logo-height;
|
|
59
|
-
width: $logo-height;
|
|
60
|
-
vertical-align: middle;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.rtsee-sidenav-toggle {
|
|
68
|
-
position: absolute;
|
|
69
|
-
right: 0;
|
|
70
|
-
top: 0;
|
|
71
|
-
height: 100%;
|
|
72
|
-
width: 70px;
|
|
73
|
-
font-size: 23px;
|
|
74
|
-
text-align: center;
|
|
75
|
-
line-height: $rts-header-height;
|
|
76
|
-
color: $icon-color;
|
|
77
|
-
cursor: pointer;
|
|
78
|
-
|
|
79
|
-
:hover {
|
|
80
|
-
opacity: 0.6;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.rtsee-sidenav-body {
|
|
86
|
-
overflow: auto;
|
|
87
|
-
height: calc(100% - #{$rts-header-height});
|
|
88
|
-
|
|
89
|
-
.rtsee-nav-items {
|
|
90
|
-
list-style-type: none;
|
|
91
|
-
padding: 0;
|
|
92
|
-
margin: 0;
|
|
93
|
-
|
|
94
|
-
.nav-icon-img {
|
|
95
|
-
margin-top: -5px;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
&.rtsee-sidenav-expanded {
|
|
101
|
-
.rtsee-sidenav-body {
|
|
102
|
-
.rtsee-nav-items {
|
|
103
|
-
.rtsee-nav-item {
|
|
104
|
-
padding-left: $nav-icon-block-width;
|
|
105
|
-
|
|
106
|
-
.rtsee-nav-item-name {
|
|
107
|
-
display: block;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.rtsee-nav-item-icon {
|
|
111
|
-
position: absolute;
|
|
112
|
-
height: $nav-item-height;
|
|
113
|
-
width: $nav-icon-block-width;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.rtsee-sidenav-toggle {
|
|
120
|
-
cursor: w-resize;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of ngx
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
export * from './lib/ngx.service';
|
|
6
|
-
export * from './lib/components/rtsee/rtsee-controls/rtsee-controls.component';
|
|
7
|
-
export * from './lib/components/rtsee-settings/rtsee-settings.component';
|
|
8
|
-
export * from './lib/components/rtsee/rtsee-conference.component';
|
|
9
|
-
export * from './lib/components/rtsee-peer/rtsee-peer.component';
|
|
10
|
-
export * from './lib/components/rtsee-messenger/profile/profile.component';
|
|
11
|
-
export * from './lib/components/rtsee-messenger/messenger/messenger.component';
|
|
12
|
-
export * from './lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component';
|
|
13
|
-
export * from './lib/components/rtsee-container/rtsee-container.component';
|
|
14
|
-
export * from './lib/components/rtsee-presentation/presentation/presentation.component';
|
|
15
|
-
export * from './lib/components/rtsee-auth/auth/auth.component';
|
|
16
|
-
export * from './lib/ngx.module';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"extends": "../../tsconfig.json",
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"outDir": "../../out-tsc/lib",
|
|
6
|
-
"target": "es2015",
|
|
7
|
-
"declaration": true,
|
|
8
|
-
"declarationMap": true,
|
|
9
|
-
"inlineSources": true,
|
|
10
|
-
"types": [],
|
|
11
|
-
"lib": ["dom", "es2018"]
|
|
12
|
-
},
|
|
13
|
-
"exclude": ["src/test.ts", "**/*.spec.ts"]
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"extends": "../../tsconfig.json",
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"outDir": "../../out-tsc/spec",
|
|
6
|
-
"types": ["jest"]
|
|
7
|
-
},
|
|
8
|
-
"files": ["src/test.ts"],
|
|
9
|
-
"include": ["**/*.spec.ts", "**/*.d.ts"]
|
|
10
|
-
}
|
package/projects/ngx/yarn.lock
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
2
|
-
# yarn lockfile v1
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
tslib@^2.2.0:
|
|
6
|
-
version "2.3.0"
|
|
7
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
|
|
8
|
-
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
|
package/scss-bundle.config.json
DELETED
package/setup-jest.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import 'jest-preset-angular/setup-jest';
|