Browse Source

Packages updated and style fix.

pull/422/head
Sebastian Stehle 6 years ago
parent
commit
3ce540c210
  1. 12
      src/Squidex/app-config/webpack.config.js
  2. 3
      src/Squidex/app/framework/angular/sorted.directive.ts
  3. 4
      src/Squidex/app/shared/components/saved-queries.component.ts
  4. 4
      src/Squidex/app/theme/_panels.scss
  5. 1019
      src/Squidex/package-lock.json
  6. 68
      src/Squidex/package.json

12
src/Squidex/app-config/webpack.config.js

@ -93,6 +93,18 @@ module.exports = function (env) {
loader: 'ignore-loader' loader: 'ignore-loader'
}], }],
include: [/node_modules/] include: [/node_modules/]
}, {
test: /\.map$/,
use: [{
loader: 'ignore-loader'
}],
include: [/node_modules/]
}, {
test: /\.d\.ts$/,
use: [{
loader: 'ignore-loader'
}],
include: [/node_modules/]
}, { }, {
test: /\.(woff|woff2|ttf|eot)(\?.*$|$)/, test: /\.(woff|woff2|ttf|eot)(\?.*$|$)/,
use: [{ use: [{

3
src/Squidex/app/framework/angular/sorted.directive.ts

@ -6,8 +6,7 @@
*/ */
import { Directive, ElementRef, EventEmitter, Input, OnChanges, OnDestroy, OnInit, Output } from '@angular/core'; import { Directive, ElementRef, EventEmitter, Input, OnChanges, OnDestroy, OnInit, Output } from '@angular/core';
import Sortable from 'sortablejs';
import * as Sortable from 'sortablejs';
const DEFAULT_PROPS = { sort: true, animation: 150 }; const DEFAULT_PROPS = { sort: true, animation: 150 };

4
src/Squidex/app/shared/components/saved-queries.component.ts

@ -30,7 +30,7 @@ import { SavedQuery } from '../state/queries';
</ng-container> </ng-container>
<ng-template #noQuery> <ng-template #noQuery>
<div class="sidebar-item text-muted"> <div class="sidebar-item inactive text-muted">
Search for {{types}} and use <i class="icon-star-empty"></i> icon in search form to save query for all contributors. Search for {{types}} and use <i class="icon-star-empty"></i> icon in search form to save query for all contributors.
</div> </div>
</ng-template> </ng-template>
@ -56,7 +56,7 @@ import { SavedQuery } from '../state/queries';
</ng-container> </ng-container>
<ng-template #noQuery> <ng-template #noQuery>
<div class="sidebar-item text-muted"> <div class="sidebar-item inactive text-muted">
Search for {{types}} and use <i class="icon-star-empty"></i> icon in search form to save query for yourself. Search for {{types}} and use <i class="icon-star-empty"></i> icon in search form to save query for yourself.
</div> </div>
</ng-template> </ng-template>

4
src/Squidex/app/theme/_panels.scss

@ -344,6 +344,10 @@
background: $color-background; background: $color-background;
} }
&.inactive {
background: none;
}
&:hover { &:hover {
.sidebar-item-remove { .sidebar-item-remove {
visibility: visible; visibility: visible;

1019
src/Squidex/package-lock.json

File diff suppressed because it is too large

68
src/Squidex/package.json

@ -15,15 +15,15 @@
"build:clean": "rimraf wwwroot/build" "build:clean": "rimraf wwwroot/build"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "8.2.6", "@angular/animations": "8.2.9",
"@angular/common": "8.2.6", "@angular/common": "8.2.9",
"@angular/core": "8.2.6", "@angular/core": "8.2.9",
"@angular/forms": "8.2.6", "@angular/forms": "8.2.9",
"@angular/http": "7.2.15", "@angular/http": "7.2.15",
"@angular/platform-browser": "8.2.6", "@angular/platform-browser": "8.2.9",
"@angular/platform-browser-dynamic": "8.2.6", "@angular/platform-browser-dynamic": "8.2.9",
"@angular/platform-server": "8.2.6", "@angular/platform-server": "8.2.9",
"@angular/router": "8.2.6", "@angular/router": "8.2.9",
"angular2-chartjs": "0.5.1", "angular2-chartjs": "0.5.1",
"babel-polyfill": "6.26.0", "babel-polyfill": "6.26.0",
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
@ -35,35 +35,35 @@
"moment": "2.24.0", "moment": "2.24.0",
"mousetrap": "1.6.3", "mousetrap": "1.6.3",
"ng2-dnd": "5.0.2", "ng2-dnd": "5.0.2",
"ngx-color-picker": "8.1.0", "ngx-color-picker": "8.2.0",
"oidc-client": "1.8.2", "oidc-client": "1.9.1",
"pikaday": "1.8.0", "pikaday": "1.8.0",
"progressbar.js": "1.0.1", "progressbar.js": "1.0.1",
"react": "16.9.0", "react": "16.10.2",
"react-dom": "16.9.0", "react-dom": "16.10.2",
"rxjs": "6.5.2", "rxjs": "6.5.3",
"slugify": "1.3.4", "slugify": "1.3.5",
"sortablejs": "1.9.0", "sortablejs": "1.10.1",
"tslib": "1.10.0", "tslib": "1.10.0",
"zone.js": "0.10.1" "zone.js": "0.10.2"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler": "8.2.6", "@angular/compiler": "8.2.9",
"@angular/compiler-cli": "8.2.6", "@angular/compiler-cli": "8.2.9",
"@ngtools/webpack": "8.3.4", "@ngtools/webpack": "8.3.8",
"@types/core-js": "2.5.2", "@types/core-js": "2.5.2",
"@types/jasmine": "3.4.0", "@types/jasmine": "3.4.2",
"@types/marked": "0.6.5", "@types/marked": "0.6.5",
"@types/mersenne-twister": "^1.1.2", "@types/mersenne-twister": "^1.1.2",
"@types/mousetrap": "1.6", "@types/mousetrap": "1.6",
"@types/node": "12.7.1", "@types/node": "12.7.11",
"@types/react": "16.9.1", "@types/react": "16.9.5",
"@types/react-dom": "16.8.5", "@types/react-dom": "16.9.1",
"@types/sortablejs": "1.7.2", "@types/sortablejs": "1.7.2",
"browserslist": "4.6.6", "browserslist": "4.7.0",
"caniuse-lite": "1.0.30000989", "caniuse-lite": "1.0.30000998",
"circular-dependency-plugin": "5.2.0", "circular-dependency-plugin": "5.2.0",
"codelyzer": "5.1.0", "codelyzer": "5.1.2",
"cpx": "1.5.0", "cpx": "1.5.0",
"css-loader": "3.2.0", "css-loader": "3.2.0",
"file-loader": "4.2.0", "file-loader": "4.2.0",
@ -71,8 +71,8 @@
"html-webpack-plugin": "3.2.0", "html-webpack-plugin": "3.2.0",
"ignore-loader": "0.1.2", "ignore-loader": "0.1.2",
"istanbul-instrumenter-loader": "3.0.1", "istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.4.0", "jasmine-core": "3.5.0",
"karma": "4.2.0", "karma": "4.3.0",
"karma-chrome-launcher": "3.1.0", "karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0", "karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.1.0", "karma-coverage-istanbul-reporter": "2.1.0",
@ -85,22 +85,22 @@
"mini-css-extract-plugin": "0.8.0", "mini-css-extract-plugin": "0.8.0",
"node-sass": "4.12.0", "node-sass": "4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.3", "optimize-css-assets-webpack-plugin": "5.0.3",
"raw-loader": "1.0.0", "raw-loader": "3.1.0",
"rimraf": "3.0.0", "rimraf": "3.0.0",
"rxjs-tslint": "0.1.7", "rxjs-tslint": "0.1.7",
"sass-lint": "1.13.1", "sass-lint": "1.13.1",
"sass-loader": "8.0.0", "sass-loader": "8.0.0",
"style-loader": "1.0.0", "style-loader": "1.0.0",
"terser-webpack-plugin": "2.0.1", "terser-webpack-plugin": "2.1.2",
"ts-loader": "6.1.0", "ts-loader": "6.2.0",
"tsconfig-paths-webpack-plugin": "3.2.0", "tsconfig-paths-webpack-plugin": "3.2.0",
"tslint": "5.20.0", "tslint": "5.20.0",
"tslint-webpack-plugin": "2.1.0", "tslint-webpack-plugin": "2.1.0",
"typemoq": "2.1.0", "typemoq": "2.1.0",
"typescript": "3.5.3", "typescript": "3.5.3",
"underscore": "1.9.1", "underscore": "1.9.1",
"webpack": "4.40.2", "webpack": "4.41.0",
"webpack-cli": "3.3.8", "webpack-cli": "3.3.9",
"webpack-dev-server": "3.8.0" "webpack-dev-server": "3.8.2"
} }
} }

Loading…
Cancel
Save