Browse Source

added missing tui package

pull/7685/head
Ahmet 6 years ago
parent
commit
66b30b3ed0
  1. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  2. 9249
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/tui-code-snippet/tui-code-snippet.js
  3. 7
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/tui-code-snippet/tui-code-snippet.min.js
  4. 6
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock

4
modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json

@ -5,6 +5,8 @@
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^4.2.1",
"@abp/cms-kit": "4.2.1",
"@abp/tui-editor": "^4.2.1"
"@abp/tui-editor": "^4.2.1",
"tui-code-snippet": "1.5.2",
"@abp/uppy": "^4.2.1"
}
}

9249
modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/tui-code-snippet/tui-code-snippet.js

File diff suppressed because it is too large

7
modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/tui-code-snippet/tui-code-snippet.min.js

File diff suppressed because one or more lines are too long

6
modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock

@ -2187,9 +2187,9 @@ pumpify@^1.3.5:
inherits "^2.0.3"
pump "^2.0.0"
"raphael@git+https://github.com/nhn/raphael.git#2.2.0-c":
"raphael@https://github.com/nhn/raphael.git#2.2.0-c":
version "2.2.0-c"
resolved "git+https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0"
resolved "https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0"
dependencies:
eve "git://github.com/adobe-webplatform/eve.git#eef80ed"
@ -2712,7 +2712,7 @@ tui-chart@^3.7.0:
raphael "https://github.com/nhn/raphael.git#2.2.0-c"
tui-code-snippet "^2.3.1"
tui-code-snippet@^1.5.0:
tui-code-snippet@1.5.2, tui-code-snippet@^1.5.0:
version "1.5.2"
resolved "https://registry.yarnpkg.com/tui-code-snippet/-/tui-code-snippet-1.5.2.tgz#f4b8f0f1ac996b0b5b621f77c9507af19a0de238"
integrity sha512-6UqTlQaaC1KLcmC0HAoq5dtl1G4Fib+R+NC7pmaV7kiIlZ7JqKhUmnOoGRcreAyzd81UTK/vCvhrw9QJskpCFQ==

Loading…
Cancel
Save