Code Monkey home page Code Monkey logo

kmc-ng's Introduction

KMCng Application

Current phase Gitter chat

Kaltura Management Console HTML5 based application (a.k.a KMCng). Replaces the legacy KMC flash based application.

Thank you for your interest in the kmc-ng project.

Got a question or found an Issue?

If you find a bug in the source code, you can help us by submitting an issue.

Getting started

Prerequisites

Run the application

To run KMC-ng application, do the following:

# clone our repo
git clone https://github.com/kaltura/kmc-ng.git

# change directory to your app
cd kmc-ng

# checkout latest standalone code
npm run standalone

# sync dependencies to the new branch
npm install

# run the application in the browser (port 4200)
npm run start -- -o

Note: By default, the src/configuration/server-config-example.json file is configured against the Kaltura production server. We advice you to check that the application works as expected using the default configuration before customizing it against your own server.

when building for development purposes (npm run build, npm start or npm run start), a check is done to verify that file src/server-config.json exists, if not it is being created automatically with the content of configuration/kmc-config-example.json. This file is being removed when building to production.

For CI and on-prem server integrations, you can use the template file src/configuration/server-config.template.json.

KMC-ng Configuration

The configuration of the kmc-ng application is split into several files. Each file serves different area of the application. A list of configuration files can be found below:

Purpose File Path import Statement Can be used by Load phase
Server configuration src/configuration/server-config.ts import { serverConfig } from 'config/server'; All source base runtime configuration (1)(2)
General configuration src/configuration/global-config.ts import { globalConfig } from 'config/global'; All source base transpile into the app bundle (3)
Sub-applications configuration src/applications/sub-applications-config.ts import { subApplicationsConfig } from 'config/sub-applications'; folder 'applications' transpile into the app bundle (3)
Shared modules configuration src/shared/modules-config.ts import { modulesConfig } from 'config/modules'; folder 'shared' transpile into the app bundle (3)
KMC application configuration src/kmc-app/kmc-app-config.ts import { kmcAppConfig } from '../../kmc-app-config'; (4) folder 'kmc-app' transpile into the app bundle (3)
remarks:
  • (1) a matching configuration file server-config.json is loaded by the browser. By default the file is configured against the Kaltura production server. We advice you to check that the application works as expected using the default configuration before customizing it against your own server.
  • (2) for CI and on-prem server integrations, you can use the template file server-config.template.json.
  • (3) this configuration file can be modified only before building the application
  • (4) the path is relative to the file that contains the import statement

External application supported versions

KMC-ng launches various external applications. The following application versions are supported by the current KMC-ng version:

Application Version
Studio V2 v2.2.1
Studio V3 v3.1.1
Live Dashboard v1.4.1
Kava N/A
Live Analytics v2.5
Usage Dashboard v1.0.0
KEA v2.22.5

Contributing

KKC-ng solution is comprised of many packages; The KMC-ng application is developed along-side the kaltura-ng packages. To simplify local development we created a tool that automagically bind them together as-if they where part of the same repository.

To contribute to this project please refer to CONTRIBUTING.md file.

Deploy standalone application

To create a standalone application, do the following:

# make sure you are working with latest standalone code
$ npm run standalone

# re-fetch all dependencies. this is a mandatory step
$ rm -rf node_modules
$ npm install

# create a deployable version
$ npm run build -- --prod

A distributed standalone application will be created in the dist/ folder.

External (standalone) applications integrations

The KMC integrates several standalone applications using iFrames. It contains a dedicated bridge component responsible for the communication with between the KMC shell and standalone application. External applications are not part of the KMC deployment process, they are configured at runtime by the server as part of the configuration file server-config.json. Read local_machine_only/README.md to learn more about standalone applications integration.

Configuring the server

Angular applications are considered as Single page applications (a.k.a SPA). This requires the server to be configured correctly. Each technology has its own configuration set.

You will also need to setup <base href="/"> in the index.html file to match the relative path this application will be hosted at.

  • You can do it manually after you created the deployed application
  • You can do it as part of the build command as shown below:
npm run build -- --prod --baseHref /your-app-path/

Important Make sure you wrap the value with / (both as a suffix and as a prefix)

FAQ

Where can I create a kaltura account to access the application?

If you already have a Kaltura account you can use its' credentials to login to the kmc-ng application.

Note that any changes to the data will affect your production account. Keep in mind that we are currently under heavy development.

If you don't have an account yet, you can sign-up to a free trial.

License and Copyright Information

All code in this project is released under the AGPLv3 license unless a different license for a particular library is specified in the applicable library path.

Copyright © Kaltura Inc. All rights reserved.

kmc-ng's People

Contributors

adirv avatar amirch1 avatar amishaig avatar benstov avatar bw-kaltura avatar dependabot[bot] avatar diamond-darrell avatar eransakal avatar esakal avatar gelkayam avatar ilfortu avatar joseph118 avatar konstantin-stepanets avatar muli avatar noahsol30 avatar viktor-kyryltsev-kaltura avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kmc-ng's Issues

When clicking user manual - link is a dead end

Link produced during click (from app.json config) is:
https://kmc.kaltura.com/content/docs/pdf/KMC_User_Manual.pd

it is missing 'f' at the end:
https://kmc.kaltura.com/content/docs/pdf/KMC_User_Manual.pdf

The reason is in the openLink method which removes the last character in attempt to remove last & (but in this case there's no &):
https://github.com/kaltura/KMCng/blob/9cc6d7b8f2a3a6fc91e9bdb9bb30aa077c1fe504/src/app/shared/%40kmc/core/kmc-browser.service.ts#L44

Filter state is lost when accessing entry analytics

The state of filters in the KMC is lost after viewing entry analytics.

How to duplicate

  1. Enter KMC and be on Entries list screen
  2. Create a filter of using search, Filter Categories and/or Refine
  3. Click on Entry.
  4. Click on View Analytics
  5. Click back arrow to go back to entry.
  6. Click back arrow to go back to entry list.
  7. Entries are no longer filtered.

We are Saas users.

What is ng in build command

I am following the guide in the readme to set-up the kmc-ng on a ubuntu 16 xenial. I really don't know if this is the optimal setup, but I managed to get it running behind a nginx proxy.
I reached the point where is says to run $ ng build --prod.
Firstly I could not figure it out what the ng binary was about. I found one matching this name in ~/kmc-ng/node_modules/.bin. After running the command with "build --prod" params, I get an error in red color in the terminal:

ERROR in Error encountered resolving symbol values statically. Calling function 'KalturaLogger', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol ContentBulkLogAppComponent in /root/kmc-ng/src/applications/content-bulk-log-app/content-bulk-log-app.component.ts, resolving symbol ContentBulkLogAppComponent in /root/kmc-ng/src/applications/content-bulk-log-app/content-bulk-log-app.component.ts

ERROR in ./src/main.ts
Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in '/root/kmc-ng/src'
 @ ./src/main.ts 5:0-74
 @ multi ./src/main.ts

The full output with the command is:

root@kaltura:~/kmc-ng/node_modules/.bin# ./ng build --prod
Hash: 2fc059facabbf80c5206
Time: 20298ms
chunk    {0} polyfills.7341fa6f91204ec0f3da.bundle.js (polyfills) 510 kB {4} [initial] [rendered]
chunk    {1} main.ee0a0b91f6babfd19ba7.bundle.js (main) 12.7 kB {3} [initial] [rendered]
chunk    {2} styles.71bc48c40682dd4768df.bundle.css (styles) 69 bytes {4} [initial] [rendered]
chunk    {3} vendor.33a2c1968dd8a235b223.bundle.js (vendor) 852 kB [initial] [rendered]
chunk    {4} inline.04d093d3b4e320d4c07c.bundle.js (inline) 0 bytes [entry] [rendered]

ERROR in Error encountered resolving symbol values statically. Calling function 'KalturaLogger', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol ContentBulkLogAppComponent in /root/kmc-ng/src/applications/content-bulk-log-app/content-bulk-log-app.component.ts, resolving symbol ContentBulkLogAppComponent in /root/kmc-ng/src/applications/content-bulk-log-app/content-bulk-log-app.component.ts

ERROR in ./src/main.ts
Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in '/root/kmc-ng/src'
 @ ./src/main.ts 5:0-74
 @ multi ./src/main.ts
root@kaltura:~/kmc-ng/node_modules/.bin# cd ..
root@kaltura:~/kmc-ng/node_modules# cd ..
root@kaltura:~/kmc-ng# node_modules/.bin/ng
ng        ngc       ng-xi18n
root@kaltura:~/kmc-ng# node_modules/.bin/ng build --prod
Hash: 2fc059facabbf80c5206
Time: 18989ms
chunk    {0} polyfills.7341fa6f91204ec0f3da.bundle.js (polyfills) 510 kB {4} [initial] [rendered]
chunk    {1} main.ee0a0b91f6babfd19ba7.bundle.js (main) 12.7 kB {3} [initial] [rendered]
chunk    {2} styles.71bc48c40682dd4768df.bundle.css (styles) 69 bytes {4} [initial] [rendered]
chunk    {3} vendor.33a2c1968dd8a235b223.bundle.js (vendor) 852 kB [initial] [rendered]
chunk    {4} inline.04d093d3b4e320d4c07c.bundle.js (inline) 0 bytes [entry] [rendered]

ERROR in Error encountered resolving symbol values statically. Calling function 'KalturaLogger', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol ContentBulkLogAppComponent in /root/kmc-ng/src/applications/content-bulk-log-app/content-bulk-log-app.component.ts, resolving symbol ContentBulkLogAppComponent in /root/kmc-ng/src/applications/content-bulk-log-app/content-bulk-log-app.component.ts

ERROR in ./src/main.ts
Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in '/root/kmc-ng/src'
 @ ./src/main.ts 5:0-74
 @ multi ./src/main.ts

Any help will be much appreciated

We have a Community Edition 11.21.0-2 installed to deb based Linux dist, Need help to upgrade it.

I did try to upgrade following the instruction from https://github.com/kaltura/platform-install-packages/blob/Lynx-12.0.0/doc/install-kaltura-deb-based.md#upgrade-kaltura . I am a Sudo user but still am getting the following errors while running this upgrade command:
aptitude install ~Nkaltura

I am a bit lost seeing the following errors.

Error

dpkg: error processing package kaltura-batch (--configure):
 subprocess installed post-installation script returned error exit status 11
dpkg: dependency problems prevent configuration of kaltura-server:
 kaltura-server depends on kaltura-batch; however:
  Package kaltura-batch is not configured yet.
 kaltura-server depends on kaltura-sphinx; however:
  Package kaltura-sphinx is not configured yet.

dpkg: error processing package kaltura-server (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.19-0ubuntu6.15) ...
Errors were encountered while processing:
 kaltura-sphinx
 kaltura-batch
 kaltura-server

Additionally here is the error log from kaltura_batch.log:

2021-10-02 20:19:49 [0.000000] [957244127] [1] [BATCH] [KSchedulerConfig->load] NOTICE: loading configuration /opt/kaltura/app/configurations/batch at 1633216673
PHP Fatal error: Uncaught exception 'Zend_Config_Exception' with message 'Section 'ip-10-155-123-20' cannot be found in /opt/kaltura/app/cache//batch/config.ini' in /opt/kaltura/app/vendor/ZendFramework/library/Zend/Config/Ini.php:150
Stack trace:
#0 /opt/kaltura/app/batch/scheduler/KSchedulerConfig.class.php(59): Zend_Config_Ini->__construct('/opt/kaltura/ap...', 'ip-10-155-123-2...', true)
#1 /opt/kaltura/app/batch/scheduler/KSchedulerConfig.class.php(42): KSchedulerConfig->load()
#2 /opt/kaltura/app/batch/scheduler/KGenericScheduler.class.php(88): KSchedulerConfig->__construct('/opt/kaltura/ap...')
#3 /opt/kaltura/app/batch/scheduler/KGenericScheduler.class.php(70): KGenericScheduler->loadConfig('/opt/kaltura/ap...')
#4 /opt/kaltura/app/batch/KGenericBatchMgr.class.php(37): KGenericScheduler->__construct('/usr/bin/php', '/opt/kaltura/ap...')
#5 {main}
thrown in /opt/kaltura/app/vendor/ZendFramework/library/Zend/Config/Ini.php on line 150

Additionally, I followed the following FAQ (http://kaltura.github.io/platform-install-packages/)

    • I've installed Kaltura. How can I tell if there are any errors?
    • You can use the following tail and grep combination to monitor the logs for errors:
      tail -f /opt/kaltura/log/*.log | grep "ERR:|PHP|trace|CRIT" --color=always

and ran the following command to get some errors:
tail -f /opt/kaltura/log/*.log | grep "ERR:\|PHP\|trace\|CRIT" --color=always

Error:

PHP Fatal error:  Uncaught exception 'Zend_Config_Exception' with message 'Section 'ip-10-165-81-123' cannot be found in /opt/kaltura/app/cache//batch/config.ini' in /opt/kaltura/app/vendor/ZendFramework/library/Zend/Config/Ini.php:150
Stack trace:
Stack trace:
Stack trace:

Also is there a way to integrate the current Kaltura server Community Edition 11.21.0-2 to KMCng (https://github.com/kaltura/kmc-ng) to replace the legacy KMC flash-based application? I am new to this and could not find a proper resource, so Could you please provide me a direction to do that if possible?

If this upgrade fails then can we at least do a fresh installation of Kaltura CE 16.14.0 and migrate the database of the current Kaltura Community Edition 11.21.0-2 to the new instance?

Thank you.

Trying to use kmc-ng against a self hosted kaltura ce server

I already tried configuring in environment.ts:

export const environment = {
  production: true,
  "core": {
    "kaltura": {
      "apiUrl" : "http://kaltura.streamhub1.go.ro/api_v3/index.php",
      "cdnUrl": "http://kaltura.streamhub1.go.ro",
      "kmcUrl": "kaltura.streamhub1.go.ro:81",
      "expiry": "86400",
      "privileges": "disableentitlement",
      "previewUIConf": "38524931",
      "liveAnalyticsVersion": "v2.6",
      "contactsalesforce": "https://streamhub.ro/#contact"
    }
  }
}

After that I ran npm install, then npm start to start the server, but it still points to the central kaltura.com server.

Broken modules when building

Hi,

I am running this on centos 6.9 with the latest nodejs and yarn, however when trying to install your latest master with yarn it breaks completaly and fails to compile.

Below are the errors i get:

[root@k13-andrew kmc-ng]# yarn start
yarn start v0.27.5
$ ng serve --host=0.0.0.0 --disable-host-check
WARNING Running a server with --disable-host-check is a security risk. See https://medium.com/webpack/webpack-dev-server-middleware-security-issues-1489d950874a for more information.
** NG Live Development Server is listening on 0.0.0.0:4200, open your browser on http://localhost:4200 **
Hash: 56a726a90d2fe295f3f4
Time: 42204ms
chunk {0} 0.chunk.js, 0.chunk.js.map 1.44 MB {1} {2} {3} {4} {6} [rendered]
chunk {1} 1.chunk.js, 1.chunk.js.map 337 kB {0} {2} {3} {4} {6} [rendered]
chunk {2} 2.chunk.js, 2.chunk.js.map 166 kB {0} {1} {3} {4} {6} [rendered]
chunk {3} 3.chunk.js, 3.chunk.js.map 72.7 kB {0} {1} {2} {4} {6} [rendered]
chunk {4} 4.chunk.js, 4.chunk.js.map 12.1 kB {0} {1} {2} {3} {6} [rendered]
chunk {5} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 479 kB {9} [initial] [rendered]
chunk {6} main.bundle.js, main.bundle.js.map (main) 139 kB {8} [initial] [rendered]
chunk {7} styles.bundle.js, styles.bundle.js.map (styles) 8.49 kB {9} [initial] [rendered]
chunk {8} vendor.bundle.js, vendor.bundle.js.map (vendor) 6.2 MB [initial] [rendered]
chunk {9} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered]

ERROR in ./src/app/components/upload/upload-menu/upload-menu.component.scss
Module build failed:
background-color: $kOrange;
^
Undefined variable: "$kOrange".
in /root/test2/kmc-ng/src/app/components/upload/upload-menu/upload-menu.component.scss (line 35, column 27)
@ ./src/app/components/upload/upload-menu/upload-menu.component.ts 12:17-56
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts

ERROR in ./src/applications/content-entries-app/entries/entries-list.component.scss
Module build failed:
background: $kMagnifyingGlassBkg;
^
Undefined variable: "$kMagnifyingGlassBkg".
in /root/test2/kmc-ng/src/applications/content-entries-app/entries/entries-list.component.scss (line 84, column 17)
@ ./src/applications/content-entries-app/entries/entries-list.component.ts 165:17-57
@ ./src/applications/content-entries-app/content-entries-app.routes.ts
@ ./src/applications/content-entries-app/content-entries-app.module.ts
@ ./src async
@ ./~/@angular/core/@angular/core.es5.js
@ ./src/main.ts
@ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts

ERROR in ./src/applications/content-playlists-app/playlists/playlists-list.component.scss
Module build failed:
background: $kMagnifyingGlassBkg;
^
Undefined variable: "$kMagnifyingGlassBkg".
in /root/test2/kmc-ng/src/applications/content-playlists-app/playlists/playlists-list.component.scss (line 87, column 15)
@ ./src/applications/content-playlists-app/playlists/playlists-list.component.ts 271:17-59
@ ./src/applications/content-playlists-app/content-playlists-app.routes.ts
@ ./src/applications/content-playlists-app/content-playlists-app.module.ts
@ ./src async
@ ./~/@angular/core/@angular/core.es5.js
@ ./src/main.ts
@ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts

ERROR in ./src/applications/content-categories-app/categories/categories-list.component.scss
Module build failed:
background: $kMagnifyingGlassBkg;
^
Undefined variable: "$kMagnifyingGlassBkg".
in /root/test2/kmc-ng/src/applications/content-categories-app/categories/categories-list.component.scss (line 83, column 17)
@ ./src/applications/content-categories-app/categories/categories-list.component.ts 82:17-60
@ ./src/applications/content-categories-app/content-categories-app.routes.ts
@ ./src/applications/content-categories-app/content-categories-app.module.ts
@ ./src async
@ ./~/@angular/core/@angular/core.es5.js
@ ./src/main.ts
@ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts

ERROR in .//css-loader?{"sourceMap":false,"importLoaders":1}!.//postcss-loader?{"ident":"postcss"}!./~/sass-loader/lib/loader.js?{"sourceMap":false,"precision":8,"includePaths":["/root/test2/kmc-ng/src/styles"]}!./src/styles/app-theme/styles.scss
Module build failed:
color: $inputGroupTextColor;
^
Undefined variable: "$inputGroupTextColor".
in /root/test2/kmc-ng/node_modules/primeng/resources/themes/_theme.scss (line 153, column 16)
@ ./src/styles/app-theme/styles.scss 4:14-207
@ multi ./src/styles/app-theme/styles.scss
webpack: Failed to compile.

Can you please update the master branch to compile correctly?

Thanks and nice work :)

Cannot Run Application since kmc-ng5.0

Dear all,

First of all, I'd like to thank you for the great work you are doing.

Since kmc-ng 5, I am running into a lot of issues when it comes to compile and run the application.

My applications versions:
OS: CentOS 7
NPM: 6.2.0
NODE: 8.11.1

Here are the error I have:

[root@LU-LX-VSTR32 src]# npm run start -- -o
[email protected] prestart /data/kmc-ng
node ./scripts/pre-build.js
cannot find configuration file. creating new file 'src/server-config.json' using 'src/configuration/server->config-example.json' (should be used during development)
[email protected] start /data/kmc-ng
ng serve "-o"
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Date: 2018-07-17T12:20:32.842Z
Hash: 68dadd207cc3b8534c6c
Time: 27252ms
chunk {main} main.js, main.js.map (main) 1.95 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 658 bytes [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 5.22 kB [entry] [rendered]
chunk {scripts} scripts.js, scripts.js.map (scripts) 19.2 kB [rendered]
chunk {styles} styles.js, styles.js.map (styles) 262 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 325 kB [initial] [rendered]
ERROR in src/applications/administration-roles-app/administration-roles-app.module.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'TagsModule'.
src/applications/administration-roles-app/administration-roles-app.module.ts(31,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'LocalizationModule'.
src/applications/administration-roles-app/administration-roles-app.module.ts(35,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetModule'.
src/applications/administration-roles-app/administration-roles-app.module.ts(36,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'DynamicFormModule'.
src/applications/administration-roles-app/administration-roles-app.module.ts(37,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-primeng-ui/index"' has no exported member 'DynamicFormModule'.
src/applications/administration-roles-app/edit-role/edit-role.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-roles-app/edit-role/edit-role.component.ts(8,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/administration-roles-app/edit-role/edit-role.component.ts(14,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/administration-roles-app/edit-role/edit-role.component.ts(14,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/administration-roles-app/edit-role/edit-role.component.ts(239,18): error TS2345: Argument of type 'Observer' is not assignable to parameter of type '(value: {}) => void'.
Type 'Observer' provides no match for the signature '(value: {}): void'.
src/applications/administration-roles-app/edit-role/edit-role.component.ts(255,18): error TS2345: Argument of type 'Observer' is not assignable to parameter of type '(value: {}) => void'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(4,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(7,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(11,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(11,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(58,49): error TS2339: Property 'cloneFilters' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(77,22): error TS2339: Property 'filtersChange$' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(91,38): error TS2339: Property 'loading' does not exist on type '{}'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(93,22): error TS2339: Property 'errorMessage' does not exist on type '{}'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(95,31): error TS2339: Property 'errorMessage' does not exist on type '{}'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(167,26): error TS2345: Argument of type '{}' is not assignable to parameter of type 'KalturaUserRole'.
Property 'id' is missing in type '{}'.
src/applications/administration-roles-app/roles-list/roles-list.component.ts(202,24): error TS2339: Property 'filter' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(17,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(19,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'FiltersStoreBase'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(19,28): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'TypeAdaptersMapping'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(22,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'NumberTypeAdapter'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(26,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(26,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(118,10): error TS2339: Property '_logger' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(130,10): error TS2339: Property 'filtersChange$' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(144,27): error TS2339: Property 'cloneFilter' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(149,10): error TS2339: Property '_logger' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(155,16): error TS2339: Property '_logger' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(161,29): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(162,42): error TS2339: Property 'totalCount' does not exist on type '{}'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(168,16): error TS2339: Property '_logger' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(195,39): error TS2339: Property '_getFiltersAsReadonly' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(296,10): error TS2339: Property '_logger' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-store/roles-store.service.ts(298,12): error TS2339: Property '_logger' does not exist on type 'RolesStoreService'.
src/applications/administration-roles-app/roles-table/roles-table.component.ts(13,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-users-app/administration-users-app.module.ts(12,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'LocalizationModule'.
src/applications/administration-users-app/administration-users-app.module.ts(13,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetModule'.
src/applications/administration-users-app/users/edit-user/edit-user.component.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/administration-users-app/users/edit-user/edit-user.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-users-app/users/edit-user/edit-user.component.ts(13,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/administration-users-app/users/edit-user/edit-user.component.ts(13,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/administration-users-app/users/edit-user/edit-user.component.ts(252,111): error TS2339: Property 'id' does not exist on type '{}'.
src/applications/administration-users-app/users/edit-user/edit-user.component.ts(252,122): error TS2339: Property 'email' does not exist on type '{}'.
src/applications/administration-users-app/users/edit-user/edit-user.component.ts(255,65): error TS2345: Argument of type '{}' is not assignable to parameter of type 'KalturaUser'.
Property 'id' is missing in type '{}'.
src/applications/administration-users-app/users/pipes/account-owner.pipe.ts(4,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-users-app/users/pipes/status.pipe.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-users-app/users/users-list.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/administration-users-app/users/users-list.component.ts(8,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-users-app/users/users-list.component.ts(13,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/administration-users-app/users/users-list.component.ts(13,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/administration-users-app/users/users-list.component.ts(62,49): error TS2339: Property 'pageSize' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(63,50): error TS2339: Property 'pageIndex' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(74,39): error TS2339: Property 'users' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(75,39): error TS2339: Property 'users' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(76,39): error TS2339: Property 'partnerInfo' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(76,83): error TS2339: Property 'users' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(79,51): error TS2339: Property 'users' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(79,80): error TS2339: Property 'users' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(80,52): error TS2339: Property 'users' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(81,42): error TS2339: Property 'users' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(83,54): error TS2339: Property 'partnerInfo' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(84,45): error TS2339: Property 'partnerInfo' does not exist on type '{}'.
src/applications/administration-users-app/users/users-list.component.ts(146,18): error TS2345: Argument of type 'Observer' is not assignable to parameter of type '(value: {}) => void'.
src/applications/administration-users-app/users/users-list.component.ts(154,18): error TS2345: Argument of type 'Observer' is not assignable to parameter of type '(value: {}) => void'.
src/applications/administration-users-app/users/users-table.component.ts(3,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-users-app/users/users-table.component.ts(9,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/administration-users-app/users/users-table.component.ts(9,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/administration-users-app/users/users-table.component.ts(70,24): error TS2339: Property 'error' does not exist on type '{}'.
src/applications/administration-users-app/users/users-table.component.ts(72,33): error TS2339: Property 'error' does not exist on type '{}'.
src/applications/administration-users-app/users/users-table.component.ts(89,24): error TS2339: Property 'partnerInfo' does not exist on type '{}'.
src/applications/administration-users-app/users/users-table.component.ts(90,42): error TS2339: Property 'partnerInfo' does not exist on type '{}'.
src/applications/administration-users-app/users/users.service.ts(5,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/administration-users-app/users/users.service.ts(7,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/administration-users-app/users/users.service.ts(7,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/administration-users-app/users/users.service.ts(119,25): error TS2339: Property 'hasErrors' does not exist on type '{}'.
src/applications/administration-users-app/users/users.service.ts(120,19): error TS2461: Type '{}' is not an array type.
src/applications/analytics-live-app/analytics-live-app.module.ts(9,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'LocalizationModule'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(15,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(15,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(78,21): error TS2322: Type '{}' is not assignable to type 'RefineList[]'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(78,21): error TS2322: Type '{}' is not assignable to type 'RefineList[]'.
Property 'length' is missing in type '{}'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(108,48): error TS2339: Property 'loading' does not exist on type '{}'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(110,32): error TS2339: Property 'errorMessage' does not exist on type '{}'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(112,45): error TS2339: Property 'errorMessage' does not exist on type '{}'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(132,44): error TS2339: Property 'cloneFilters' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(152,17): error TS2339: Property 'filtersChange$' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-list/bulk-log-list.component.ts(293,19): error TS2339: Property 'filter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(5,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(7,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(7,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(9,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'ScrollToTopContainerComponent'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(10,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'RefinePrimeTree'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(76,51): error TS2339: Property 'cloneFilters' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(101,60): error TS2339: Property 'filtersUtils' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(102,56): error TS2339: Property 'filtersUtils' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(103,47): error TS2339: Property 'filtersUtils' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(137,24): error TS2339: Property 'filtersChange$' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(208,24): error TS2339: Property 'filter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(222,24): error TS2339: Property 'resetFilters' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(226,45): error TS2339: Property 'filter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(237,46): error TS2339: Property 'cloneFilter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(257,62): error TS2339: Property 'cloneFilter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(271,28): error TS2339: Property 'filter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(287,62): error TS2339: Property 'cloneFilter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-refine-filters/bulk-log-refine-filters.component.ts(303,28): error TS2339: Property 'filter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-refine-filters.service.ts(4,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(15,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'DatesRangeAdapter'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(15,29): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'DatesRangeType'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(16,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'ListTypeAdapter'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(17,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'FiltersStoreBase'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(17,28): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'TypeAdaptersMapping'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(23,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'NumberTypeAdapter'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(25,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(25,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(79,12): error TS2339: Property '_logger' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(83,67): error TS2339: Property 'cloneFilter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(84,18): error TS2339: Property 'filter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(104,10): error TS2339: Property 'filtersChange$' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(118,27): error TS2339: Property 'cloneFilter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(123,10): error TS2339: Property '_logger' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(129,16): error TS2339: Property '_logger' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(135,36): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(136,42): error TS2339: Property 'totalCount' does not exist on type '{}'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(140,16): error TS2339: Property '_logger' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(157,41): error TS2339: Property '_getFiltersAsReadonly' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(233,10): error TS2339: Property '_logger' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-store/bulk-log-store.service.ts(235,12): error TS2339: Property '_logger' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-table/bulk-log-table.component.ts(3,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(3,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(6,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(71,44): error TS2339: Property 'cloneFilters' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(91,17): error TS2339: Property 'filtersChange$' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(106,44): error TS2339: Property 'cloneFilter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(122,40): error TS2339: Property 'cloneFilter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(125,42): error TS2339: Property 'filtersUtils' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(126,43): error TS2339: Property 'filtersUtils' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(127,32): error TS2339: Property 'filtersUtils' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(149,40): error TS2339: Property 'cloneFilter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(154,21): error TS2339: Property 'filter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(159,19): error TS2339: Property 'filter' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/bulk-log-tags/bulk-log-tags.component.ts(178,17): error TS2339: Property 'resetFilters' does not exist on type 'BulkLogStoreService'.
src/applications/content-bulk-log-app/content-bulk-log-app.module.ts(21,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'LocalizationModule'.
src/applications/content-bulk-log-app/content-bulk-log-app.module.ts(24,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'TagsModule'.
src/applications/content-bulk-log-app/content-bulk-log-app.module.ts(25,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetModule'.
src/applications/content-bulk-log-app/content-bulk-log-app.module.ts(34,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'FiltersModule'.
src/applications/content-bulk-log-app/pipes/bulk-log-object-type.pipe.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-bulk-log-app/pipes/bulk-log-status.pipe.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories-utils.service.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/bulk-actions/categories-bulk-actions.component.ts(12,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/bulk-actions/categories-bulk-actions.component.ts(15,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/bulk-actions/categories-bulk-actions.component.ts(23,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/bulk-actions/categories-bulk-actions.component.ts(23,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/bulk-actions/categories-bulk-actions.component.ts(300,20): error TS2339: Property 'confirmed' does not exist on type '{}'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-add-tags/bulk-add-tags.component.ts(11,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-add-tags/bulk-add-tags.component.ts(14,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-add-tags/bulk-add-tags.component.ts(14,32): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-add-tags/bulk-add-tags.component.ts(15,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-add-tags/bulk-add-tags.component.ts(15,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-add-tags/bulk-add-tags.component.ts(106,31): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-category-listing/bulk-change-category-listing.component.ts(8,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-category-listing/bulk-change-category-listing.component.ts(11,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-category-listing/bulk-change-category-listing.component.ts(11,32): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-category-listing/bulk-change-category-listing.component.ts(15,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-category-listing/bulk-change-category-listing.component.ts(15,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-category-listing/bulk-change-category-listing.component.ts(112,15): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-content-privacy/bulk-change-content-privacy.component.ts(4,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-content-privacy/bulk-change-content-privacy.component.ts(7,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-content-privacy/bulk-change-content-privacy.component.ts(7,32): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-contribution-policy/bulk-change-contribution-policy.component.ts(2,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-owner/bulk-change-owner.component.ts(8,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-owner/bulk-change-owner.component.ts(11,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-owner/bulk-change-owner.component.ts(11,32): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-owner/bulk-change-owner.component.ts(15,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-owner/bulk-change-owner.component.ts(15,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-change-owner/bulk-change-owner.component.ts(107,17): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-remove-tags/bulk-remove-tags.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-remove-tags/bulk-remove-tags.component.ts(8,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/bulk-actions/components/bulk-remove-tags/bulk-remove-tags.component.ts(8,31): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(2,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'GroupedListType'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(4,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(10,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(10,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(68,52): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(76,33): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(82,52): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(93,33): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(98,35): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(101,35): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(108,29): error TS2339: Property 'resetFilters' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(141,56): error TS2339: Property 'cloneFilters' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(177,29): error TS2339: Property 'filtersChange$' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(192,56): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(214,58): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(227,54): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(233,60): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(234,61): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(235,50): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(263,55): error TS2339: Property 'name' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(264,57): error TS2339: Property 'fullName' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(279,54): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(285,60): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(286,61): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(287,50): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(358,58): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(359,61): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list-tags.component.ts(360,46): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(5,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(9,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(9,31): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(25,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(25,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(119,67): error TS2339: Property 'totalCount' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(125,21): error TS2322: Type '{}' is not assignable to type 'RefineGroup[]'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(125,21): error TS2322: Type '{}' is not assignable to type 'RefineGroup[]'.
Property 'length' is missing in type '{}'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(155,48): error TS2339: Property 'loading' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(157,32): error TS2339: Property 'errorMessage' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(159,45): error TS2339: Property 'errorMessage' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(197,60): error TS2339: Property 'cloneFilters' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(242,33): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(248,52): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(259,33): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(263,52): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(266,37): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(272,33): error TS2339: Property 'filtersChange$' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(297,37): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(306,37): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(361,32): error TS2339: Property 'confirmed' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories-list/categories-list.component.ts(404,37): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(3,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'RefinePrimeTree'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(5,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(6,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(7,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'ScrollToTopContainerComponent'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(86,56): error TS2339: Property 'cloneFilters' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(122,59): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(123,55): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(124,46): error TS2339: Property 'filtersUtils' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(158,29): error TS2339: Property 'filtersChange$' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(237,29): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(251,29): error TS2339: Property 'resetFilters' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(255,50): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(266,51): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(288,52): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(292,69): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(308,33): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(327,52): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(331,69): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-refine-filters/categories-refine-filters.component.ts(349,33): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories-table/categories-table.component.ts(13,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/categories.service.ts(19,5): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'DatesRangeAdapter'.
src/applications/content-categories-app/categories/categories.service.ts(20,5): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'DatesRangeType'.
src/applications/content-categories-app/categories/categories.service.ts(21,5): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'FiltersStoreBase'.
src/applications/content-categories-app/categories/categories.service.ts(22,6): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'ListTypeAdapter'.
src/applications/content-categories-app/categories/categories.service.ts(23,5): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'GroupedListAdapter'.
src/applications/content-categories-app/categories/categories.service.ts(23,25): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'GroupedListType'.
src/applications/content-categories-app/categories/categories.service.ts(24,5): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'NumberTypeAdapter'.
src/applications/content-categories-app/categories/categories.service.ts(25,5): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'StringTypeAdapter'.
src/applications/content-categories-app/categories/categories.service.ts(26,5): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'TypeAdaptersMapping'.
src/applications/content-categories-app/categories/categories.service.ts(35,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/categories.service.ts(55,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/categories.service.ts(55,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/categories.service.ts(143,18): error TS2339: Property '_logger' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(153,30): error TS2339: Property '_logger' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(155,67): error TS2339: Property 'items' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories.service.ts(164,34): error TS2339: Property 'filter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(173,30): error TS2339: Property '_logger' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(181,14): error TS2339: Property 'filtersChange$' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(254,31): error TS2339: Property 'cloneFilter' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(261,14): error TS2339: Property '_logger' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(266,26): error TS2339: Property '_logger' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(272,41): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories.service.ts(273,46): error TS2339: Property 'totalCount' does not exist on type '{}'.
src/applications/content-categories-app/categories/categories.service.ts(279,26): error TS2339: Property '_logger' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/categories.service.ts(298,44): error TS2339: Property '_getFiltersAsReadonly' does not exist on type 'CategoriesService'.
src/applications/content-categories-app/categories/move-category/move-category.component.ts(4,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/move-category/move-category.component.ts(5,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/move-category/move-category.component.ts(17,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/move-category/move-category.component.ts(17,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/categories/new-category/new-category.component.ts(4,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/categories/new-category/new-category.component.ts(4,31): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/categories/new-category/new-category.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/categories/new-category/new-category.component.ts(7,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/categories/new-category/new-category.component.ts(7,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-details/category-details.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-details/category-details.component.ts(6,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-details/category-details.component.ts(30,26): error TS2339: Property 'action' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements-widget.service.ts(5,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements-widget.service.ts(17,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements-widget.service.ts(17,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements-widget.service.ts(44,32): error TS2339: Property 'membersCount' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements-widget.service.ts(51,13): error TS2416: Property 'onActivate' in type 'CategoryEntitlementsWidget' is not assignable to the same property in base type 'CategoryWidget'.
Type '(firstTimeActivating: boolean) => Observable<{ failed: boolean; }>' is not assignable to type '(firstTimeActivating: boolean) => void | Observable<{ failed: boolean; error?: Error; }>'.
Type 'Observable<{ failed: boolean; }>' is not assignable to type 'void | Observable<{ failed: boolean; error?: Error; }>'.
Type 'Observable<{ failed: boolean; }>' is not assignable to type 'Observable<{ failed: boolean; error?: Error; }>'.
Property 'cancelOnDestroy' is missing in type 'Observable<{ failed: boolean; }>'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements-widget.service.ts(207,3): error TS2416: Property 'onValidate' in type 'CategoryEntitlementsWidget' is not assignable to the same property in base type 'CategoryWidget'.
Type '(wasActivated: boolean) => Observable<{ isValid: boolean; }>' is not assignable to type '(wasActivated: boolean) => Observable<{ isValid: boolean; }>'. Two different types with this name exist, but they are unrelated.
Type 'Observable<{ isValid: boolean; }>' is not assignable to type 'Observable<{ isValid: boolean; }>'. Two different types with this name exist, but they are unrelated.
Property 'cancelOnDestroy' is missing in type 'Observable<{ isValid: boolean; }>'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements.component.ts(3,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements.component.ts(9,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements.component.ts(9,32): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements.component.ts(13,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements.component.ts(13,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements.component.ts(39,10): error TS2339: Property 'pipe' does not exist on type 'Observable'.
src/applications/content-categories-app/category/category-entitlements/category-entitlements.component.ts(74,35): error TS2322: Type '{}' is not assignable to type 'number'.
src/applications/content-categories-app/category/category-entitlements/change-owner/change-owner.component.ts(8,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/change-owner/change-owner.component.ts(11,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/category/category-entitlements/change-owner/change-owner.component.ts(11,31): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetStates'.
src/applications/content-categories-app/category/category-entitlements/change-owner/change-owner.component.ts(17,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-entitlements/change-owner/change-owner.component.ts(17,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-entitlements/change-owner/change-owner.component.ts(126,17): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/add-users/add-users.component.ts(5,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/add-users/add-users.component.ts(7,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/add-users/add-users.component.ts(15,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/add-users/add-users.component.ts(15,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/add-users/add-users.component.ts(102,17): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/add-users/add-users.service.ts(11,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/bulk-operations/bulk-operations.component.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(4,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(7,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(7,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(52,66): error TS2339: Property 'cloneFilter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(60,47): error TS2339: Property 'filter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(67,49): error TS2339: Property 'filter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(75,43): error TS2339: Property 'resetFilters' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(103,70): error TS2339: Property 'cloneFilters' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(124,43): error TS2339: Property 'filtersChange$' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(142,72): error TS2339: Property 'cloneFilter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(155,64): error TS2339: Property 'cloneFilter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(161,68): error TS2339: Property 'filtersUtils' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(162,69): error TS2339: Property 'filtersUtils' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-filter-tags/manage-end-user-permissions-filter-tags.component.ts(163,58): error TS2339: Property 'filtersUtils' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(2,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'RefinePrimeTree'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(4,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(5,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(5,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(6,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'ScrollToTopContainerComponent'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(70,69): error TS2339: Property 'cloneFilters' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(88,78): error TS2339: Property 'filtersUtils' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(89,74): error TS2339: Property 'filtersUtils' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(90,65): error TS2339: Property 'filtersUtils' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(121,42): error TS2339: Property 'filtersChange$' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(191,42): error TS2339: Property 'resetFilters' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(201,86): error TS2339: Property 'cloneFilter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(215,46): error TS2339: Property 'filter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(229,86): error TS2339: Property 'cloneFilter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-refine-filters/manage-end-user-permissions-refine-filters.component.ts(246,46): error TS2339: Property 'filter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-table/category-user-status.pipe.ts(3,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions-table/manage-end-user-permissions-table.component.ts(11,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(7,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(10,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-ui/index"' has no exported member 'PopupWidgetComponent'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(21,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(21,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(93,26): error TS2339: Property 'filter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(118,52): error TS2339: Property 'items' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(119,57): error TS2339: Property 'totalCount' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(120,87): error TS2339: Property 'actualUsersCount' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(124,21): error TS2322: Type '{}' is not assignable to type 'RefineList[]'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(124,21): error TS2322: Type '{}' is not assignable to type 'RefineList[]'.
Property 'length' is missing in type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(152,48): error TS2339: Property 'loading' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(154,32): error TS2339: Property 'errorMessage' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(156,45): error TS2339: Property 'errorMessage' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(177,51): error TS2339: Property 'cloneFilters' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(201,24): error TS2339: Property 'filtersChange$' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(224,26): error TS2339: Property 'filter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.component.ts(346,30): error TS2339: Property 'filter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(23,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(25,3): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'BooleanTypeAdapter'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(26,3): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'FiltersStoreBase'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(27,3): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'NumberTypeAdapter'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(28,5): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'ListTypeAdapter'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(29,3): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'StringTypeAdapter'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(30,3): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'TypeAdaptersMapping'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(37,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(37,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(112,14): error TS2339: Property 'filter' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(124,10): error TS2339: Property 'filtersChange$' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(139,12): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(141,14): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(160,10): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(165,20): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(171,29): error TS2339: Property 'items' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(172,34): error TS2339: Property 'totalCount' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(173,42): error TS2339: Property 'actualUsersCount' does not exist on type '{}'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(179,18): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(188,43): error TS2339: Property '_getFiltersAsReadonly' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(367,12): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(369,14): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(391,12): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(393,14): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(423,12): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-entitlements/manage-end-user-permissions/manage-end-user-permissions.service.ts(425,14): error TS2339: Property '_logger' does not exist on type 'ManageEndUserPermissionsService'.
src/applications/content-categories-app/category/category-metadata/category-metadata-widget.service.ts(28,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-metadata/category-metadata-widget.service.ts(28,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-metadata/category-metadata-widget.service.ts(95,15): error TS2416: Property 'onActivate' in type 'CategoryMetadataWidget' is not assignable to the same property in base type 'CategoryWidget'.
Type '(firstTimeActivating: boolean) => Observable<{ failed: boolean; }>' is not assignable to type '(firstTimeActivating: boolean) => void | Observable<{ failed: boolean; error?: Error; }>'.
Type 'Observable<{ failed: boolean; }>' is not assignable to type 'void | Observable<{ failed: boolean; error?: Error; }>'.
Type 'Observable<{ failed: boolean; }>' is not assignable to type 'Observable<{ failed: boolean; error?: Error; }>'.
Property 'cancelOnDestroy' is missing in type 'Observable<{ failed: boolean; }>'.
src/applications/content-categories-app/category/category-metadata/category-metadata-widget.service.ts(201,51): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-categories-app/category/category-metadata/category-metadata-widget.service.ts(219,30): error TS2339: Property 'items' does not exist on type '{}'.
src/applications/content-categories-app/category/category-metadata/category-metadata-widget.service.ts(220,30): error TS2339: Property 'items' does not exist on type '{}'.
src/applications/content-categories-app/category/category-metadata/category-metadata-widget.service.ts(296,45): error TS2339: Property 'objects' does not exist on type '{}'.
src/applications/content-categories-app/category/category-metadata/category-metadata-widget.service.ts(320,5): error TS2416: Property 'onValidate' in type 'CategoryMetadataWidget' is not assignable to the same property in base type 'CategoryWidget'.
Type '(wasActivated: boolean) => Observable<{ isValid: boolean; }>' is not assignable to type '(wasActivated: boolean) => Observable<{ isValid: boolean; }>'. Two different types with this name exist, but they are unrelated.
Type 'Observable<{ isValid: boolean; }>' is not assignable to type 'Observable<{ isValid: boolean; }>'. Two different types with this name exist, but they are unrelated.
Property 'cancelOnDestroy' is missing in type 'Observable<{ isValid: boolean; }>'.
src/applications/content-categories-app/category/category-metadata/category-metadata.component.ts(10,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-metadata/category-metadata.component.ts(10,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list-widget.service.ts(5,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list-widget.service.ts(7,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list-widget.service.ts(7,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list-widget.service.ts(47,8): error TS2339: Property 'pipe' does not exist on type 'Observable'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list.component.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list.component.ts(6,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list.component.ts(39,9): error TS2322: Type '{}' is not assignable to type 'SectionWidgetItem[]'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list.component.ts(39,9): error TS2322: Type '{}' is not assignable to type 'SectionWidgetItem[]'.
Property 'length' is missing in type '{}'.
src/applications/content-categories-app/category/category-sections-list/category-sections-list.component.ts(40,47): error TS2339: Property 'length' does not exist on type '{}'.
src/applications/content-categories-app/category/category-subcategories/bulk-operations/bulk-operations.component.ts(2,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-subcategories/category-subcategories-table/category-subcategories-table.component.ts(15,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-subcategories/category-subcategories-widget.service.ts(5,9): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/mc-shared/index"' has no exported member 'AppLocalization'.
src/applications/content-categories-app/category/category-subcategories/category-subcategories-widget.service.ts(6,10): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'cancelOnDestroy'.
src/applications/content-categories-app/category/category-subcategories/category-subcategories-widget.service.ts(6,27): error TS2305: Module '"/data/kmc-ng/node_modules/@kaltura-ng/kaltura-common/index"' has no exported member 'tag'.
src/applications/content-categories-app/category/category-subcategories/category-subcategories-widget.service.ts(43,13): error TS2416: Property 'onActivate' in type 'CategorySubcategoriesWidget' is not assignable to the same property in base type 'CategoryWidget'.
Type '(firstTimeActivating: boolean) => Observable<{ failed: boolean; } | { failed: boolean; error: any...' is not assignable to type '(firstTimeActivating: boolean) => void | Observable<{ failed: boolean; error?: Error; }>'.
Type 'Observable<{ failed: boolean; } | { failed: boolean; error: any; }>' is not assignable to type 'void | Observable<{ failed: boolean; error?: Error; }>'.
Type 'Observable<{ failed: boolean; } | { failed: boolean; error: any; }>' is not assignable to type 'Observable<{ failed: boolean; error?: Error; }>'.
Property 'cancelOnDestroy' is missing in type 'Observable<{ failed: boolean; } | { failed: boolean; error: any; }>'.

Do you have any idea what can cause this issue?

I tried to remove the node_modules folder and rerun the npm run start command several time without success.

The only warning I have while installing all dependencies is regarding the fsevent library, which is only supported on Mac OS.

Many thanks for your help.

Best regards,

Patrick

IE11 style issue - Empty Playlist - Save - Error Validation Modal Not on Center Of The Screen

On creating a new playlist, if you try to save it without any media an error message is shown.
In IE11 is not horizontally centered.

Below the CSS fix to solve the issue:

k-area-blocker > .kAreaBlockerContainer .kErrorMessageContainer.bodyScroll {
left: calc(50vw - 293px);
}

the fix should be applied here:

https://github.com/kaltura/kaltura-ng/blob/master/projects/kaltura-ng/kaltura-ui/src/lib/area-blocker/area-blocker.component.scss

'Thumbnail Embed' video preview missing player button style

in the section 'Share & Embed' when you select the first time 'Thumbnail Embed' as Embed Type the player is loaded correctly, then select another embed type and then again select 'Thumbnail Embed' the player is loaded but it's missing the CSS style for the player button

kmc-ng browse error

I am following the guide in the readme to set-up the kmc-ng on a windows. I am getting an error in browser console
onerrorLogger: {"msg":"Uncaught Exception","errorMsg":{"isTrusted":true}}

Appreciate your support.

Error Compiling

ERROR in ./src/kmc-app/components/app-menu/app-menu.component.scss
(Emitted value instead of an instance of Error) CssSyntaxError: /root/kaltura/kmc-ng/src/kmc-app/styles/scss/_kmc-logo.scss:9:16: Can't resolve '../../styles/assets/beta.svg' in '/root/kaltura/kmc-ng/src/kmc-app/components/app-menu'

7 | }
8 | .k-beta-logo {

9 | background: url('../../styles/assets/beta.svg') no-repeat left center;
| ^
10 | display:inline-block;
11 | }

ERROR in ./src/kmc-app/components/login/login.component.scss
(Emitted value instead of an instance of Error) CssSyntaxError: /root/kaltura/kmc-ng/src/kmc-app/styles/scss/_kmc-logo.scss:9:16: Can't resolve '../../styles/assets/beta.svg' in '/root/kaltura/kmc-ng/src/kmc-app/components/login'

7 | }
8 | .k-beta-logo {

9 | background: url('../../styles/assets/beta.svg') no-repeat left center;
| ^
10 | display:inline-block;
11 | }

ℹ 「wdm」: Failed to compile.

adding live stream crashes on links longer than 50 characters

When Creating new HLS livestream and pasting URL that is longer that 50 characters whole KMC crashes.
Tried with this URL:
https://hls11.webcamera.pl/zakopane_cam_cd5b2d/zakopane_cam_cd5b2d.stream/playlist.m3u8

Steps to reproduce:

  1. Click CREATE button
  2. Choose to Create Live Stream Entry
  3. Provide Name of new entry
  4. Paste m3u8 url under Live Mobile HLS stream URL

Expected behavior

  • will allow creating a new entry

Actual behavior

  • after pasting the url whole page is froze and user is not able to do anything, page require to be refreshed

Environment:
OS: Win 10
Browser: Chrome Version 66.0.3359.181 (Official Build) (64-bit)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.