ntk-cms-api 1.2.130 → 1.2.131
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 +88 -8
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -15
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/core-main/_export.js +2 -1
- package/esm2015/lib/models/entity/core-main/file360ViewModel.js +3 -0
- package/esm2015/lib/models/entity/estate/estatePropertyModel.js +1 -1
- package/esm2015/lib/models/entity/estate/estatePropertyProjectModel.js +1 -1
- package/fesm2015/ntk-cms-api.js +4 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/core-main/_export.d.ts +1 -0
- package/lib/models/entity/core-main/_export.d.ts.map +1 -1
- package/lib/models/entity/core-main/file360ViewModel.d.ts +9 -0
- package/lib/models/entity/core-main/file360ViewModel.d.ts.map +1 -0
- package/lib/models/entity/estate/estatePropertyModel.d.ts +2 -0
- package/lib/models/entity/estate/estatePropertyModel.d.ts.map +1 -1
- package/lib/models/entity/estate/estatePropertyProjectModel.d.ts +2 -0
- package/lib/models/entity/estate/estatePropertyProjectModel.d.ts.map +1 -1
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
return CmsStore;
|
|
87
87
|
}());
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
/******************************************************************************
|
|
90
90
|
Copyright (c) Microsoft Corporation.
|
|
91
91
|
|
|
92
92
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -153,6 +153,64 @@
|
|
|
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
|
+
;
|
|
156
214
|
function __metadata(metadataKey, metadataValue) {
|
|
157
215
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
158
216
|
return Reflect.metadata(metadataKey, metadataValue);
|
|
@@ -184,7 +242,7 @@
|
|
|
184
242
|
function step(op) {
|
|
185
243
|
if (f)
|
|
186
244
|
throw new TypeError("Generator is already executing.");
|
|
187
|
-
while (_)
|
|
245
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
|
188
246
|
try {
|
|
189
247
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
190
248
|
return t;
|
|
@@ -248,7 +306,11 @@
|
|
|
248
306
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
249
307
|
if (k2 === undefined)
|
|
250
308
|
k2 = k;
|
|
251
|
-
Object.
|
|
309
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
310
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
311
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
312
|
+
}
|
|
313
|
+
Object.defineProperty(o, k2, desc);
|
|
252
314
|
}) : (function (o, m, k, k2) {
|
|
253
315
|
if (k2 === undefined)
|
|
254
316
|
k2 = k;
|
|
@@ -312,10 +374,16 @@
|
|
|
312
374
|
r[k] = a[j];
|
|
313
375
|
return r;
|
|
314
376
|
}
|
|
315
|
-
function __spreadArray(to, from) {
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
377
|
+
function __spreadArray(to, from, pack) {
|
|
378
|
+
if (pack || arguments.length === 2)
|
|
379
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
380
|
+
if (ar || !(i in from)) {
|
|
381
|
+
if (!ar)
|
|
382
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
383
|
+
ar[i] = from[i];
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
319
387
|
}
|
|
320
388
|
function __await(v) {
|
|
321
389
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -342,7 +410,7 @@
|
|
|
342
410
|
function __asyncDelegator(o) {
|
|
343
411
|
var i, p;
|
|
344
412
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
345
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
|
413
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
|
346
414
|
}
|
|
347
415
|
function __asyncValues(o) {
|
|
348
416
|
if (!Symbol.asyncIterator)
|
|
@@ -396,6 +464,11 @@
|
|
|
396
464
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
397
465
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
398
466
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
467
|
+
}
|
|
468
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
469
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
470
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
471
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
399
472
|
}
|
|
400
473
|
|
|
401
474
|
//@@tag-Version-2201011
|
|
@@ -4354,6 +4427,12 @@
|
|
|
4354
4427
|
return CoreModuleEntityReportFileModel;
|
|
4355
4428
|
}(BaseEntity));
|
|
4356
4429
|
|
|
4430
|
+
var File360ViewModel = /** @class */ (function () {
|
|
4431
|
+
function File360ViewModel() {
|
|
4432
|
+
}
|
|
4433
|
+
return File360ViewModel;
|
|
4434
|
+
}());
|
|
4435
|
+
|
|
4357
4436
|
//@@tag-Version-2201011
|
|
4358
4437
|
var BaseModuleSiteCheckSiteModel = /** @class */ (function () {
|
|
4359
4438
|
function BaseModuleSiteCheckSiteModel() {
|
|
@@ -15735,6 +15814,7 @@
|
|
|
15735
15814
|
exports.ExportFileModel = ExportFileModel;
|
|
15736
15815
|
exports.FieldInfoModel = FieldInfoModel;
|
|
15737
15816
|
exports.FieldInputDataSourceModel = FieldInputDataSourceModel;
|
|
15817
|
+
exports.File360ViewModel = File360ViewModel;
|
|
15738
15818
|
exports.FileCategoryModel = FileCategoryModel;
|
|
15739
15819
|
exports.FileCategoryService = FileCategoryService;
|
|
15740
15820
|
exports.FileCompressDtoModel = FileCompressDtoModel;
|