mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#33 draft gulp
This commit is contained in:
17
demo-shell-ng2/dist/app/components/core/entities/document.entity.js
vendored
Normal file
17
demo-shell-ng2/dist/app/components/core/entities/document.entity.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
System.register([], function(exports_1, context_1) {
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
var DocumentEntity;
|
||||
return {
|
||||
setters:[],
|
||||
execute: function() {
|
||||
DocumentEntity = (function () {
|
||||
function DocumentEntity() {
|
||||
}
|
||||
return DocumentEntity;
|
||||
}());
|
||||
exports_1("DocumentEntity", DocumentEntity);
|
||||
}
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=document.entity.js.map
|
1
demo-shell-ng2/dist/app/components/core/entities/document.entity.js.map
vendored
Normal file
1
demo-shell-ng2/dist/app/components/core/entities/document.entity.js.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"document.entity.js","sourceRoot":"","sources":["document.entity.ts"],"names":[],"mappings":";;;;;;;YAGA;gBAAA;gBA6BA,CAAC;gBAAD,qBAAC;YAAD,CAAC,AA7BD,IA6BC;YA7BD,2CA6BC,CAAA"}
|
18
demo-shell-ng2/dist/app/components/core/entities/folder.entity.js
vendored
Normal file
18
demo-shell-ng2/dist/app/components/core/entities/folder.entity.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
System.register([], function(exports_1, context_1) {
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
var FolderEntity;
|
||||
return {
|
||||
setters:[],
|
||||
execute: function() {
|
||||
// contains only limited subset of available fields
|
||||
FolderEntity = (function () {
|
||||
function FolderEntity() {
|
||||
}
|
||||
return FolderEntity;
|
||||
}());
|
||||
exports_1("FolderEntity", FolderEntity);
|
||||
}
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=folder.entity.js.map
|
1
demo-shell-ng2/dist/app/components/core/entities/folder.entity.js.map
vendored
Normal file
1
demo-shell-ng2/dist/app/components/core/entities/folder.entity.js.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"folder.entity.js","sourceRoot":"","sources":["folder.entity.ts"],"names":[],"mappings":";;;;;;;YAEA,mDAAmD;YACnD;gBAAA;gBAEA,CAAC;gBAAD,mBAAC;YAAD,CAAC,AAFD,IAEC;YAFD,uCAEC,CAAA"}
|
24
demo-shell-ng2/dist/app/components/core/entities/location.entity.js
vendored
Normal file
24
demo-shell-ng2/dist/app/components/core/entities/location.entity.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
System.register([], function(exports_1, context_1) {
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
var LocationEntity, LocationParentEntity;
|
||||
return {
|
||||
setters:[],
|
||||
execute: function() {
|
||||
// contains only limited subset of available fields
|
||||
LocationEntity = (function () {
|
||||
function LocationEntity() {
|
||||
}
|
||||
return LocationEntity;
|
||||
}());
|
||||
exports_1("LocationEntity", LocationEntity);
|
||||
LocationParentEntity = (function () {
|
||||
function LocationParentEntity() {
|
||||
}
|
||||
return LocationParentEntity;
|
||||
}());
|
||||
exports_1("LocationParentEntity", LocationParentEntity);
|
||||
}
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=location.entity.js.map
|
1
demo-shell-ng2/dist/app/components/core/entities/location.entity.js.map
vendored
Normal file
1
demo-shell-ng2/dist/app/components/core/entities/location.entity.js.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"location.entity.js","sourceRoot":"","sources":["location.entity.ts"],"names":[],"mappings":";;;;;;;YAAA,mDAAmD;YACnD;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"}
|
Reference in New Issue
Block a user