pacem 0.60.3-turing → 0.60.3-viete
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/dist/css/pacem-dark-content.min.css +1 -1
- package/dist/css/pacem-dark-shell.min.css +1 -1
- package/dist/css/pacem-dark.min.css +1 -1
- package/dist/css/pacem-light-content.min.css +1 -1
- package/dist/css/pacem-light-shell.min.css +1 -1
- package/dist/css/pacem-light.min.css +1 -1
- package/dist/css/pacem-phousys-content.min.css +1 -1
- package/dist/css/pacem-phousys-shell.min.css +1 -1
- package/dist/css/pacem-phousys.min.css +1 -1
- package/dist/js/azure-maps.d.ts +1 -1
- package/dist/js/pacem-2d.d.ts +1 -1
- package/dist/js/pacem-2d.js +1 -1
- package/dist/js/pacem-2d.min.js +1 -1
- package/dist/js/pacem-3d.d.ts +1 -1
- package/dist/js/pacem-3d.js +1 -1
- package/dist/js/pacem-3d.min.js +1 -1
- package/dist/js/pacem-charts.d.ts +1 -1
- package/dist/js/pacem-charts.js +1 -1
- package/dist/js/pacem-charts.min.js +1 -1
- package/dist/js/pacem-cms.d.ts +1 -1
- package/dist/js/pacem-cms.js +1 -1
- package/dist/js/pacem-cms.min.js +1 -1
- package/dist/js/pacem-core.d.ts +1 -7
- package/dist/js/pacem-core.js +1 -58
- package/dist/js/pacem-core.min.js +2 -2
- package/dist/js/pacem-foundation.d.ts +27 -20
- package/dist/js/pacem-foundation.js +134 -75
- package/dist/js/pacem-foundation.min.js +2 -2
- package/dist/js/pacem-fx.d.ts +1 -1
- package/dist/js/pacem-fx.js +1 -1
- package/dist/js/pacem-fx.min.js +1 -1
- package/dist/js/pacem-logging.d.ts +1 -1
- package/dist/js/pacem-logging.js +1 -1
- package/dist/js/pacem-logging.min.js +1 -1
- package/dist/js/pacem-maps.d.ts +1 -1
- package/dist/js/pacem-maps.js +1 -1
- package/dist/js/pacem-maps.min.js +1 -1
- package/dist/js/pacem-media.d.ts +1 -1
- package/dist/js/pacem-media.js +1 -1
- package/dist/js/pacem-media.min.js +1 -1
- package/dist/js/pacem-networking.d.ts +1 -1
- package/dist/js/pacem-networking.js +1 -1
- package/dist/js/pacem-networking.min.js +1 -1
- package/dist/js/pacem-numerical.d.ts +1 -1
- package/dist/js/pacem-numerical.js +1 -1
- package/dist/js/pacem-numerical.min.js +1 -1
- package/dist/js/pacem-plus.d.ts +1 -1
- package/dist/js/pacem-plus.js +1 -1
- package/dist/js/pacem-plus.min.js +1 -1
- package/dist/js/pacem-scaffolding.d.ts +1 -1
- package/dist/js/pacem-scaffolding.js +1 -1
- package/dist/js/pacem-scaffolding.min.js +1 -1
- package/dist/js/pacem-ui.d.ts +1 -1
- package/dist/js/pacem-ui.js +1 -1
- package/dist/js/pacem-ui.min.js +1 -1
- package/dist/js/swagger-types.d.ts +1 -1
- package/package.json +1 -1
package/dist/js/azure-maps.d.ts
CHANGED
package/dist/js/pacem-2d.d.ts
CHANGED
package/dist/js/pacem-2d.js
CHANGED
package/dist/js/pacem-2d.min.js
CHANGED
package/dist/js/pacem-3d.d.ts
CHANGED
package/dist/js/pacem-3d.js
CHANGED
package/dist/js/pacem-3d.min.js
CHANGED
package/dist/js/pacem-charts.js
CHANGED
package/dist/js/pacem-cms.d.ts
CHANGED
package/dist/js/pacem-cms.js
CHANGED
package/dist/js/pacem-cms.min.js
CHANGED
package/dist/js/pacem-core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* pacem v0.60.3-
|
|
2
|
+
* pacem v0.60.3-viete (https://js.pacem.it)
|
|
3
3
|
* Copyright 2026 Pacem (https://pacem.it)
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -799,12 +799,6 @@ declare namespace Pacem {
|
|
|
799
799
|
constructor(args: IndexChangeEventArgs);
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
|
-
declare interface Array<T> {
|
|
803
|
-
moveWithin(from: number, to: number): void;
|
|
804
|
-
equalsContent(other: T[]): boolean;
|
|
805
|
-
cloneFrom(other: T[]): void;
|
|
806
|
-
union(other: T[]): T[];
|
|
807
|
-
}
|
|
808
802
|
declare namespace Pacem {
|
|
809
803
|
const CommandEventName: string;
|
|
810
804
|
type CommandEventArgs = {
|
package/dist/js/pacem-core.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* pacem v0.60.3-
|
|
2
|
+
* pacem v0.60.3-viete (https://js.pacem.it)
|
|
3
3
|
* Copyright 2026 Pacem (https://pacem.it)
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -3216,63 +3216,6 @@ var Pacem;
|
|
|
3216
3216
|
}
|
|
3217
3217
|
Pacem.CurrentIndexChangeEvent = CurrentIndexChangeEvent;
|
|
3218
3218
|
})(Pacem || (Pacem = {}));
|
|
3219
|
-
Array.prototype.union = function (other) {
|
|
3220
|
-
const thisEmpty = Pacem.Utils.isNullOrEmpty(this), thatEmpty = Pacem.Utils.isNullOrEmpty(other);
|
|
3221
|
-
if (thisEmpty && thatEmpty) {
|
|
3222
|
-
return [];
|
|
3223
|
-
}
|
|
3224
|
-
if (thatEmpty) {
|
|
3225
|
-
return this.slice();
|
|
3226
|
-
}
|
|
3227
|
-
if (thisEmpty) {
|
|
3228
|
-
return other.slice();
|
|
3229
|
-
}
|
|
3230
|
-
return Array.from(new Set(this.concat(other)));
|
|
3231
|
-
};
|
|
3232
|
-
Array.prototype.moveWithin = function (from, to) {
|
|
3233
|
-
const OUT_OF_RANGE = 'Index must be greater or equal than 0 and less or equal than the length of the array.';
|
|
3234
|
-
var arr = this;
|
|
3235
|
-
if (from < 0 || from > arr.length)
|
|
3236
|
-
throw new Error(OUT_OF_RANGE);
|
|
3237
|
-
if (to < 0 || to > arr.length)
|
|
3238
|
-
throw new Error(OUT_OF_RANGE);
|
|
3239
|
-
arr.splice(to, 0, /* avoid to trigger a double change on a single command */ Array.prototype.splice.apply(arr, [from, 1])[0]);
|
|
3240
|
-
};
|
|
3241
|
-
Array.prototype.equalsContent = function (other) {
|
|
3242
|
-
if (other == null || this.length !== other.length) {
|
|
3243
|
-
return false;
|
|
3244
|
-
}
|
|
3245
|
-
for (let j = 0; j < this.length; j++) {
|
|
3246
|
-
if (this[j] !== other[j]) {
|
|
3247
|
-
return false;
|
|
3248
|
-
}
|
|
3249
|
-
}
|
|
3250
|
-
return true;
|
|
3251
|
-
};
|
|
3252
|
-
Array.prototype.cloneFrom = function (other) {
|
|
3253
|
-
if (other == null) {
|
|
3254
|
-
throw 'Cannot clone array from null object.';
|
|
3255
|
-
}
|
|
3256
|
-
const length = other.length;
|
|
3257
|
-
var changes = this.length !== other.length;
|
|
3258
|
-
for (let j = 0; j < length; j++) {
|
|
3259
|
-
const item = other[j];
|
|
3260
|
-
if (this.length > j) {
|
|
3261
|
-
if (this[j] !== item) {
|
|
3262
|
-
this[j] = item;
|
|
3263
|
-
changes = true;
|
|
3264
|
-
}
|
|
3265
|
-
}
|
|
3266
|
-
else {
|
|
3267
|
-
Array.prototype.push.apply(this, [item]);
|
|
3268
|
-
changes = true;
|
|
3269
|
-
}
|
|
3270
|
-
}
|
|
3271
|
-
if (changes) {
|
|
3272
|
-
// trigger change just in case
|
|
3273
|
-
this.splice(length);
|
|
3274
|
-
}
|
|
3275
|
-
};
|
|
3276
3219
|
/// <reference path="events.ts" />
|
|
3277
3220
|
var Pacem;
|
|
3278
3221
|
(function (Pacem) {
|