mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
lint
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
System.register([], function(exports_1, context_1) {
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
var ContentActionModel;
|
||||
return {
|
||||
setters:[],
|
||||
execute: function() {
|
||||
ContentActionModel = (function () {
|
||||
function ContentActionModel() {
|
||||
}
|
||||
return ContentActionModel;
|
||||
}());
|
||||
exports_1("ContentActionModel", ContentActionModel);
|
||||
}
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=content-action.model.js.map
|
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"content-action.model.js","sourceRoot":"","sources":["content-action.model.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;YAEH;gBAAA;gBAMA,CAAC;gBAAD,yBAAC;YAAD,CAAC,AAND,IAMC;YAND,mDAMC,CAAA"}
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
@@ -1,33 +0,0 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
System.register([], function(exports_1, context_1) {
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
var ContentColumnModel;
|
||||
return {
|
||||
setters:[],
|
||||
execute: function() {
|
||||
ContentColumnModel = (function () {
|
||||
function ContentColumnModel() {
|
||||
}
|
||||
return ContentColumnModel;
|
||||
}());
|
||||
exports_1("ContentColumnModel", ContentColumnModel);
|
||||
}
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=content-column.model.js.map
|
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"content-column.model.js","sourceRoot":"","sources":["content-column.model.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;YAEH;gBAAA;gBAKA,CAAC;gBAAD,yBAAC;YAAD,CAAC,AALD,IAKC;YALD,mDAKC,CAAA"}
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
@@ -1,100 +0,0 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
System.register([], function(exports_1, context_1) {
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
var FolderEntity, DocumentEntity, LocationEntity, LocationParentEntity, NodePaging, NodePagingList, MinimalNodeEntity, MinimalNodeEntryEntity, UserInfo, ContentInfo, PathInfoEntity, PathElementEntity;
|
||||
return {
|
||||
setters:[],
|
||||
execute: function() {
|
||||
// Note: contains only limited subset of available fields
|
||||
FolderEntity = (function () {
|
||||
function FolderEntity() {
|
||||
}
|
||||
return FolderEntity;
|
||||
}());
|
||||
exports_1("FolderEntity", FolderEntity);
|
||||
DocumentEntity = (function () {
|
||||
function DocumentEntity() {
|
||||
}
|
||||
return DocumentEntity;
|
||||
}());
|
||||
exports_1("DocumentEntity", DocumentEntity);
|
||||
LocationEntity = (function () {
|
||||
function LocationEntity() {
|
||||
}
|
||||
return LocationEntity;
|
||||
}());
|
||||
exports_1("LocationEntity", LocationEntity);
|
||||
LocationParentEntity = (function () {
|
||||
function LocationParentEntity() {
|
||||
}
|
||||
return LocationParentEntity;
|
||||
}());
|
||||
exports_1("LocationParentEntity", LocationParentEntity);
|
||||
NodePaging = (function () {
|
||||
function NodePaging() {
|
||||
}
|
||||
return NodePaging;
|
||||
}());
|
||||
exports_1("NodePaging", NodePaging);
|
||||
NodePagingList = (function () {
|
||||
function NodePagingList() {
|
||||
}
|
||||
return NodePagingList;
|
||||
}());
|
||||
exports_1("NodePagingList", NodePagingList);
|
||||
MinimalNodeEntity = (function () {
|
||||
function MinimalNodeEntity() {
|
||||
}
|
||||
return MinimalNodeEntity;
|
||||
}());
|
||||
exports_1("MinimalNodeEntity", MinimalNodeEntity);
|
||||
MinimalNodeEntryEntity = (function () {
|
||||
function MinimalNodeEntryEntity() {
|
||||
}
|
||||
return MinimalNodeEntryEntity;
|
||||
}());
|
||||
exports_1("MinimalNodeEntryEntity", MinimalNodeEntryEntity);
|
||||
UserInfo = (function () {
|
||||
function UserInfo() {
|
||||
}
|
||||
return UserInfo;
|
||||
}());
|
||||
exports_1("UserInfo", UserInfo);
|
||||
ContentInfo = (function () {
|
||||
function ContentInfo() {
|
||||
}
|
||||
return ContentInfo;
|
||||
}());
|
||||
exports_1("ContentInfo", ContentInfo);
|
||||
PathInfoEntity = (function () {
|
||||
function PathInfoEntity() {
|
||||
}
|
||||
return PathInfoEntity;
|
||||
}());
|
||||
exports_1("PathInfoEntity", PathInfoEntity);
|
||||
PathElementEntity = (function () {
|
||||
function PathElementEntity() {
|
||||
}
|
||||
return PathElementEntity;
|
||||
}());
|
||||
exports_1("PathElementEntity", PathElementEntity);
|
||||
}
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=document-library.model.js.map
|
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"document-library.model.js","sourceRoot":"","sources":["document-library.model.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;YAEH,yDAAyD;YAEzD;gBAAA;gBAEA,CAAC;gBAAD,mBAAC;YAAD,CAAC,AAFD,IAEC;YAFD,uCAEC,CAAA;YAED;gBAAA;gBA6BA,CAAC;gBAAD,qBAAC;YAAD,CAAC,AA7BD,IA6BC;YA7BD,2CA6BC,CAAA;YAED;gBAAA;gBAQA,CAAC;gBAAD,qBAAC;YAAD,CAAC,AARD,IAQC;YARD,2CAQC,CAAA;YAED;gBAAA;gBAEA,CAAC;gBAAD,2BAAC;YAAD,CAAC,AAFD,IAEC;YAFD,uDAEC,CAAA;YAED;gBAAA;gBAEA,CAAC;gBAAD,iBAAC;YAAD,CAAC,AAFD,IAEC;YAFD,mCAEC,CAAA;YAED;gBAAA;gBAEA,CAAC;gBAAD,qBAAC;YAAD,CAAC,AAFD,IAEC;YAFD,2CAEC,CAAA;YAED;gBAAA;gBAEA,CAAC;gBAAD,wBAAC;YAAD,CAAC,AAFD,IAEC;YAFD,iDAEC,CAAA;YAED;gBAAA;gBAaA,CAAC;gBAAD,6BAAC;YAAD,CAAC,AAbD,IAaC;YAbD,2DAaC,CAAA;YAED;gBAAA;gBAGA,CAAC;gBAAD,eAAC;YAAD,CAAC,AAHD,IAGC;YAHD,+BAGC,CAAA;YAED;gBAAA;gBAKA,CAAC;gBAAD,kBAAC;YAAD,CAAC,AALD,IAKC;YALD,qCAKC,CAAA;YAED;gBAAA;gBAIA,CAAC;gBAAD,qBAAC;YAAD,CAAC,AAJD,IAIC;YAJD,2CAIC,CAAA;YAED;gBAAA;gBAGA,CAAC;gBAAD,wBAAC;YAAD,CAAC,AAHD,IAGC;YAHD,iDAGC,CAAA"}
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
@@ -15,8 +15,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// Note: contains only limited subset of available fields
|
||||
|
||||
// note: contains only limited subset of available fields
|
||||
|
||||
export class FolderEntity {
|
||||
items: DocumentEntity[];
|
||||
}
|
||||
@@ -90,7 +90,7 @@ export class MinimalNodeEntryEntity {
|
||||
createdAt: string;
|
||||
createdByUser: UserInfo;
|
||||
content: ContentInfo;
|
||||
path: PathInfoEntity
|
||||
path: PathInfoEntity;
|
||||
}
|
||||
|
||||
export class UserInfo {
|
||||
@@ -108,7 +108,7 @@ export class ContentInfo {
|
||||
export class PathInfoEntity {
|
||||
elements: PathElementEntity;
|
||||
isComplete: boolean;
|
||||
name: string
|
||||
name: string;
|
||||
}
|
||||
|
||||
export class PathElementEntity {
|
||||
|
Reference in New Issue
Block a user