ntk-cms-api 1.2.131 → 1.2.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/ntk-cms-api.umd.js +29 -59
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/core-main/_export.js +5 -1
- package/esm2015/lib/models/entity/core-main/file360TourDefaultModel.js +3 -0
- package/esm2015/lib/models/entity/core-main/file360TourHotSpotModel.js +3 -0
- package/esm2015/lib/models/entity/core-main/file360TourModel.js +3 -0
- package/esm2015/lib/models/entity/core-main/file360TourScenesModel.js +3 -0
- package/esm2015/lib/models/entity/core-main/file360ViewModel.js +1 -1
- package/fesm2015/ntk-cms-api.js +13 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/core-main/_export.d.ts +4 -0
- package/lib/models/entity/core-main/_export.d.ts.map +1 -1
- package/lib/models/entity/core-main/file360TourDefaultModel.d.ts +6 -0
- package/lib/models/entity/core-main/file360TourDefaultModel.d.ts.map +1 -0
- package/lib/models/entity/core-main/file360TourHotSpotModel.d.ts +11 -0
- package/lib/models/entity/core-main/file360TourHotSpotModel.d.ts.map +1 -0
- package/lib/models/entity/core-main/file360TourModel.d.ts +7 -0
- package/lib/models/entity/core-main/file360TourModel.d.ts.map +1 -0
- package/lib/models/entity/core-main/file360TourScenesModel.d.ts +11 -0
- package/lib/models/entity/core-main/file360TourScenesModel.d.ts.map +1 -0
- package/lib/models/entity/core-main/file360ViewModel.d.ts +3 -0
- package/lib/models/entity/core-main/file360ViewModel.d.ts.map +1 -1
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -153,64 +153,6 @@
|
|
|
153
153
|
function __param(paramIndex, decorator) {
|
|
154
154
|
return function (target, key) { decorator(target, key, paramIndex); };
|
|
155
155
|
}
|
|
156
|
-
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
157
|
-
function accept(f) { if (f !== void 0 && typeof f !== "function")
|
|
158
|
-
throw new TypeError("Function expected"); return f; }
|
|
159
|
-
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
160
|
-
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
161
|
-
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
162
|
-
var _, done = false;
|
|
163
|
-
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
164
|
-
var context = {};
|
|
165
|
-
for (var p in contextIn)
|
|
166
|
-
context[p] = p === "access" ? {} : contextIn[p];
|
|
167
|
-
for (var p in contextIn.access)
|
|
168
|
-
context.access[p] = contextIn.access[p];
|
|
169
|
-
context.addInitializer = function (f) { if (done)
|
|
170
|
-
throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
171
|
-
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
172
|
-
if (kind === "accessor") {
|
|
173
|
-
if (result === void 0)
|
|
174
|
-
continue;
|
|
175
|
-
if (result === null || typeof result !== "object")
|
|
176
|
-
throw new TypeError("Object expected");
|
|
177
|
-
if (_ = accept(result.get))
|
|
178
|
-
descriptor.get = _;
|
|
179
|
-
if (_ = accept(result.set))
|
|
180
|
-
descriptor.set = _;
|
|
181
|
-
if (_ = accept(result.init))
|
|
182
|
-
initializers.push(_);
|
|
183
|
-
}
|
|
184
|
-
else if (_ = accept(result)) {
|
|
185
|
-
if (kind === "field")
|
|
186
|
-
initializers.push(_);
|
|
187
|
-
else
|
|
188
|
-
descriptor[key] = _;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
if (target)
|
|
192
|
-
Object.defineProperty(target, contextIn.name, descriptor);
|
|
193
|
-
done = true;
|
|
194
|
-
}
|
|
195
|
-
;
|
|
196
|
-
function __runInitializers(thisArg, initializers, value) {
|
|
197
|
-
var useValue = arguments.length > 2;
|
|
198
|
-
for (var i = 0; i < initializers.length; i++) {
|
|
199
|
-
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
200
|
-
}
|
|
201
|
-
return useValue ? value : void 0;
|
|
202
|
-
}
|
|
203
|
-
;
|
|
204
|
-
function __propKey(x) {
|
|
205
|
-
return typeof x === "symbol" ? x : "".concat(x);
|
|
206
|
-
}
|
|
207
|
-
;
|
|
208
|
-
function __setFunctionName(f, name, prefix) {
|
|
209
|
-
if (typeof name === "symbol")
|
|
210
|
-
name = name.description ? "[".concat(name.description, "]") : "";
|
|
211
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
212
|
-
}
|
|
213
|
-
;
|
|
214
156
|
function __metadata(metadataKey, metadataValue) {
|
|
215
157
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
216
158
|
return Reflect.metadata(metadataKey, metadataValue);
|
|
@@ -410,7 +352,7 @@
|
|
|
410
352
|
function __asyncDelegator(o) {
|
|
411
353
|
var i, p;
|
|
412
354
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
413
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
|
355
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
414
356
|
}
|
|
415
357
|
function __asyncValues(o) {
|
|
416
358
|
if (!Symbol.asyncIterator)
|
|
@@ -4433,6 +4375,30 @@
|
|
|
4433
4375
|
return File360ViewModel;
|
|
4434
4376
|
}());
|
|
4435
4377
|
|
|
4378
|
+
var File360TourHotSpotModel = /** @class */ (function () {
|
|
4379
|
+
function File360TourHotSpotModel() {
|
|
4380
|
+
}
|
|
4381
|
+
return File360TourHotSpotModel;
|
|
4382
|
+
}());
|
|
4383
|
+
|
|
4384
|
+
var File360TourModel = /** @class */ (function () {
|
|
4385
|
+
function File360TourModel() {
|
|
4386
|
+
}
|
|
4387
|
+
return File360TourModel;
|
|
4388
|
+
}());
|
|
4389
|
+
|
|
4390
|
+
var File360TourScenesModel = /** @class */ (function () {
|
|
4391
|
+
function File360TourScenesModel() {
|
|
4392
|
+
}
|
|
4393
|
+
return File360TourScenesModel;
|
|
4394
|
+
}());
|
|
4395
|
+
|
|
4396
|
+
var File360TourDefaultModel = /** @class */ (function () {
|
|
4397
|
+
function File360TourDefaultModel() {
|
|
4398
|
+
}
|
|
4399
|
+
return File360TourDefaultModel;
|
|
4400
|
+
}());
|
|
4401
|
+
|
|
4436
4402
|
//@@tag-Version-2201011
|
|
4437
4403
|
var BaseModuleSiteCheckSiteModel = /** @class */ (function () {
|
|
4438
4404
|
function BaseModuleSiteCheckSiteModel() {
|
|
@@ -15814,6 +15780,10 @@
|
|
|
15814
15780
|
exports.ExportFileModel = ExportFileModel;
|
|
15815
15781
|
exports.FieldInfoModel = FieldInfoModel;
|
|
15816
15782
|
exports.FieldInputDataSourceModel = FieldInputDataSourceModel;
|
|
15783
|
+
exports.File360TourDefaultModel = File360TourDefaultModel;
|
|
15784
|
+
exports.File360TourHotSpotModel = File360TourHotSpotModel;
|
|
15785
|
+
exports.File360TourModel = File360TourModel;
|
|
15786
|
+
exports.File360TourScenesModel = File360TourScenesModel;
|
|
15817
15787
|
exports.File360ViewModel = File360ViewModel;
|
|
15818
15788
|
exports.FileCategoryModel = FileCategoryModel;
|
|
15819
15789
|
exports.FileCategoryService = FileCategoryService;
|