@aidc-toolkit/app-extension 1.0.45 → 1.0.46-beta
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/app-extension.d.ts +194 -0
- package/dist/app-extension.d.ts.map +1 -0
- package/dist/app-extension.js +133 -0
- package/dist/app-extension.js.map +1 -0
- package/dist/app-helper-proxy.d.ts +61 -0
- package/dist/app-helper-proxy.d.ts.map +1 -0
- package/dist/app-helper-proxy.js +333 -0
- package/dist/app-helper-proxy.js.map +1 -0
- package/dist/descriptor.d.ts +197 -0
- package/dist/descriptor.d.ts.map +1 -0
- package/dist/descriptor.js +44 -0
- package/dist/descriptor.js.map +1 -0
- package/dist/generator/generator.d.ts +124 -0
- package/dist/generator/generator.d.ts.map +1 -0
- package/dist/generator/generator.js +190 -0
- package/dist/generator/generator.js.map +1 -0
- package/dist/generator/index.d.ts +18 -0
- package/dist/generator/index.d.ts.map +1 -0
- package/dist/generator/index.js +18 -0
- package/dist/generator/index.js.map +1 -0
- package/dist/generator/locale-resources-generator.d.ts +2 -0
- package/dist/generator/locale-resources-generator.d.ts.map +1 -0
- package/dist/generator/locale-resources-generator.js +312 -0
- package/dist/generator/locale-resources-generator.js.map +1 -0
- package/dist/gs1/character-set-proxy.d.ts +13 -0
- package/dist/gs1/character-set-proxy.d.ts.map +1 -0
- package/dist/gs1/character-set-proxy.js +126 -0
- package/dist/gs1/character-set-proxy.js.map +1 -0
- package/dist/gs1/check-proxy.d.ts +11 -0
- package/dist/gs1/check-proxy.d.ts.map +1 -0
- package/dist/gs1/check-proxy.js +163 -0
- package/dist/gs1/check-proxy.js.map +1 -0
- package/dist/gs1/gcp-length-proxy.d.ts +11 -0
- package/dist/gs1/gcp-length-proxy.d.ts.map +1 -0
- package/dist/gs1/gcp-length-proxy.js +190 -0
- package/dist/gs1/gcp-length-proxy.js.map +1 -0
- package/dist/gs1/gtin-creator-proxy.d.ts +10 -0
- package/dist/gs1/gtin-creator-proxy.d.ts.map +1 -0
- package/dist/gs1/gtin-creator-proxy.js +85 -0
- package/dist/gs1/gtin-creator-proxy.js.map +1 -0
- package/dist/gs1/gtin-descriptor.d.ts +3 -0
- package/dist/gs1/gtin-descriptor.d.ts.map +1 -0
- package/dist/gs1/gtin-descriptor.js +8 -0
- package/dist/gs1/gtin-descriptor.js.map +1 -0
- package/dist/gs1/gtin-validator-proxy.d.ts +26 -0
- package/dist/gs1/gtin-validator-proxy.d.ts.map +1 -0
- package/dist/gs1/gtin-validator-proxy.js +256 -0
- package/dist/gs1/gtin-validator-proxy.js.map +1 -0
- package/dist/gs1/identifier-creator-proxy.d.ts +30 -0
- package/dist/gs1/identifier-creator-proxy.d.ts.map +1 -0
- package/dist/gs1/identifier-creator-proxy.js +302 -0
- package/dist/gs1/identifier-creator-proxy.js.map +1 -0
- package/dist/gs1/identifier-descriptor.d.ts +4 -0
- package/dist/gs1/identifier-descriptor.d.ts.map +1 -0
- package/dist/gs1/identifier-descriptor.js +14 -0
- package/dist/gs1/identifier-descriptor.js.map +1 -0
- package/dist/gs1/identifier-type.d.ts +22 -0
- package/dist/gs1/identifier-type.d.ts.map +1 -0
- package/dist/gs1/identifier-type.js +34 -0
- package/dist/gs1/identifier-type.js.map +1 -0
- package/dist/gs1/identifier-validator-proxy.d.ts +29 -0
- package/dist/gs1/identifier-validator-proxy.d.ts.map +1 -0
- package/dist/gs1/identifier-validator-proxy.js +212 -0
- package/dist/gs1/identifier-validator-proxy.js.map +1 -0
- package/dist/gs1/index.d.ts +11 -0
- package/dist/gs1/index.d.ts.map +1 -0
- package/dist/gs1/index.js +11 -0
- package/dist/gs1/index.js.map +1 -0
- package/dist/gs1/non-gtin-creator-proxy.d.ts +38 -0
- package/dist/gs1/non-gtin-creator-proxy.d.ts.map +1 -0
- package/dist/gs1/non-gtin-creator-proxy.js +301 -0
- package/dist/gs1/non-gtin-creator-proxy.js.map +1 -0
- package/dist/gs1/non-gtin-validator-proxy.d.ts +37 -0
- package/dist/gs1/non-gtin-validator-proxy.d.ts.map +1 -0
- package/dist/gs1/non-gtin-validator-proxy.js +302 -0
- package/dist/gs1/non-gtin-validator-proxy.js.map +1 -0
- package/dist/gs1/prefix-definition-descriptor.d.ts +4 -0
- package/dist/gs1/prefix-definition-descriptor.d.ts.map +1 -0
- package/dist/gs1/prefix-definition-descriptor.js +16 -0
- package/dist/gs1/prefix-definition-descriptor.js.map +1 -0
- package/dist/gs1/prefix-manager-proxy.d.ts +8 -0
- package/dist/gs1/prefix-manager-proxy.d.ts.map +1 -0
- package/dist/gs1/prefix-manager-proxy.js +94 -0
- package/dist/gs1/prefix-manager-proxy.js.map +1 -0
- package/dist/gs1/variable-measure-proxy.d.ts +7 -0
- package/dist/gs1/variable-measure-proxy.d.ts.map +1 -0
- package/dist/gs1/variable-measure-proxy.js +114 -0
- package/dist/gs1/variable-measure-proxy.js.map +1 -0
- package/dist/gs1/verified-by-gs1-proxy.d.ts +7 -0
- package/dist/gs1/verified-by-gs1-proxy.d.ts.map +1 -0
- package/dist/gs1/verified-by-gs1-proxy.js +106 -0
- package/dist/gs1/verified-by-gs1-proxy.js.map +1 -0
- package/dist/index.d.ts +26 -1752
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -0
- package/dist/lib-proxy.d.ts +135 -0
- package/dist/lib-proxy.d.ts.map +1 -0
- package/dist/lib-proxy.js +276 -0
- package/dist/lib-proxy.js.map +1 -0
- package/dist/locale/en/locale-resources.d.ts +752 -0
- package/dist/locale/en/locale-resources.d.ts.map +1 -0
- package/dist/locale/en/locale-resources.js +751 -0
- package/dist/locale/en/locale-resources.js.map +1 -0
- package/dist/locale/fr/locale-resources.d.ts +752 -0
- package/dist/locale/fr/locale-resources.d.ts.map +1 -0
- package/dist/locale/fr/locale-resources.js +751 -0
- package/dist/locale/fr/locale-resources.js.map +1 -0
- package/dist/locale/i18n.d.ts +27 -0
- package/dist/locale/i18n.d.ts.map +1 -0
- package/dist/locale/i18n.js +36 -0
- package/dist/locale/i18n.js.map +1 -0
- package/dist/proxy.d.ts +136 -0
- package/dist/proxy.d.ts.map +1 -0
- package/dist/proxy.js +295 -0
- package/dist/proxy.js.map +1 -0
- package/dist/streaming.d.ts +10 -0
- package/dist/streaming.d.ts.map +1 -0
- package/dist/streaming.js +2 -0
- package/dist/streaming.js.map +1 -0
- package/dist/type.d.ts +91 -0
- package/dist/type.d.ts.map +1 -0
- package/dist/type.js +2 -0
- package/dist/type.js.map +1 -0
- package/dist/utility/character-set-descriptor.d.ts +6 -0
- package/dist/utility/character-set-descriptor.d.ts.map +1 -0
- package/dist/utility/character-set-descriptor.js +28 -0
- package/dist/utility/character-set-descriptor.js.map +1 -0
- package/dist/utility/character-set-proxy.d.ts +31 -0
- package/dist/utility/character-set-proxy.d.ts.map +1 -0
- package/dist/utility/character-set-proxy.js +278 -0
- package/dist/utility/character-set-proxy.js.map +1 -0
- package/dist/utility/index.d.ts +4 -0
- package/dist/utility/index.d.ts.map +1 -0
- package/dist/utility/index.js +4 -0
- package/dist/utility/index.js.map +1 -0
- package/dist/utility/reg-exp-proxy.d.ts +8 -0
- package/dist/utility/reg-exp-proxy.d.ts.map +1 -0
- package/dist/utility/reg-exp-proxy.js +103 -0
- package/dist/utility/reg-exp-proxy.js.map +1 -0
- package/dist/utility/string-descriptor.d.ts +4 -0
- package/dist/utility/string-descriptor.d.ts.map +1 -0
- package/dist/utility/string-descriptor.js +12 -0
- package/dist/utility/string-descriptor.js.map +1 -0
- package/dist/utility/string-proxy.d.ts +7 -0
- package/dist/utility/string-proxy.d.ts.map +1 -0
- package/dist/utility/string-proxy.js +63 -0
- package/dist/utility/string-proxy.js.map +1 -0
- package/dist/utility/transformer-descriptor.d.ts +6 -0
- package/dist/utility/transformer-descriptor.d.ts.map +1 -0
- package/dist/utility/transformer-descriptor.js +24 -0
- package/dist/utility/transformer-descriptor.js.map +1 -0
- package/dist/utility/transformer-proxy.d.ts +9 -0
- package/dist/utility/transformer-proxy.d.ts.map +1 -0
- package/dist/utility/transformer-proxy.js +111 -0
- package/dist/utility/transformer-proxy.js.map +1 -0
- package/package.json +1 -1
- package/tsconfig-src.tsbuildinfo +1 -1
- package/tsup.config.ts +4 -1
- package/dist/index.cjs +0 -17
- package/dist/index.d.cts +0 -1752
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
var __runInitializers = (this && this.__runInitializers) || function (thisArg, initializers, value) {
|
|
2
|
+
var useValue = arguments.length > 2;
|
|
3
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
4
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
5
|
+
}
|
|
6
|
+
return useValue ? value : void 0;
|
|
7
|
+
};
|
|
8
|
+
var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
9
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
10
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
11
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
12
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
13
|
+
var _, done = false;
|
|
14
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
15
|
+
var context = {};
|
|
16
|
+
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
|
17
|
+
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
|
18
|
+
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
19
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
20
|
+
if (kind === "accessor") {
|
|
21
|
+
if (result === void 0) continue;
|
|
22
|
+
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
|
23
|
+
if (_ = accept(result.get)) descriptor.get = _;
|
|
24
|
+
if (_ = accept(result.set)) descriptor.set = _;
|
|
25
|
+
if (_ = accept(result.init)) initializers.unshift(_);
|
|
26
|
+
}
|
|
27
|
+
else if (_ = accept(result)) {
|
|
28
|
+
if (kind === "field") initializers.unshift(_);
|
|
29
|
+
else descriptor[key] = _;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
|
33
|
+
done = true;
|
|
34
|
+
};
|
|
35
|
+
import { isNullish, logLevelOf } from "@aidc-toolkit/core";
|
|
36
|
+
import { Multiplicities, Types } from "./descriptor.js";
|
|
37
|
+
import { LibProxy } from "./lib-proxy.js";
|
|
38
|
+
import { i18nextAppExtension } from "./locale/i18n.js";
|
|
39
|
+
import { proxy } from "./proxy.js";
|
|
40
|
+
const spillArrayParameterDescriptor = {
|
|
41
|
+
name: "spillArray",
|
|
42
|
+
type: Types.Any,
|
|
43
|
+
multiplicity: Multiplicities.Array,
|
|
44
|
+
isRequired: true
|
|
45
|
+
};
|
|
46
|
+
const spillMaximumParameterDescriptor = {
|
|
47
|
+
name: "spillMaximum",
|
|
48
|
+
type: Types.Number,
|
|
49
|
+
multiplicity: Multiplicities.Singleton,
|
|
50
|
+
isRequired: false
|
|
51
|
+
};
|
|
52
|
+
const spillMaximumWidthParameterDescriptor = {
|
|
53
|
+
extendsDescriptor: spillMaximumParameterDescriptor,
|
|
54
|
+
sortOrder: 0,
|
|
55
|
+
name: "spillMaximumWidth"
|
|
56
|
+
};
|
|
57
|
+
const spillMaximumHeightParameterDescriptor = {
|
|
58
|
+
extendsDescriptor: spillMaximumParameterDescriptor,
|
|
59
|
+
sortOrder: 1,
|
|
60
|
+
name: "spillMaximumHeight"
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Application utilities.
|
|
64
|
+
*
|
|
65
|
+
* @template ThrowError
|
|
66
|
+
* If true, errors are reported through the throw/catch mechanism.
|
|
67
|
+
*
|
|
68
|
+
* @template TError
|
|
69
|
+
* Error type.
|
|
70
|
+
*
|
|
71
|
+
* @template TInvocationContext
|
|
72
|
+
* Application-specific invocation context type.
|
|
73
|
+
*
|
|
74
|
+
* @template TStreamingInvocationContext
|
|
75
|
+
* Application-specific streaming invocation context type.
|
|
76
|
+
*
|
|
77
|
+
* @template TBigInt
|
|
78
|
+
* Type to which big integer is mapped.
|
|
79
|
+
*/
|
|
80
|
+
let AppHelperProxy = (() => {
|
|
81
|
+
let _classDecorators = [proxy.describeClass(false, {
|
|
82
|
+
category: "helper"
|
|
83
|
+
})];
|
|
84
|
+
let _classDescriptor;
|
|
85
|
+
let _classExtraInitializers = [];
|
|
86
|
+
let _classThis;
|
|
87
|
+
let _classSuper = LibProxy;
|
|
88
|
+
let _instanceExtraInitializers = [];
|
|
89
|
+
let _version_decorators;
|
|
90
|
+
let _spill_decorators;
|
|
91
|
+
let _loggerMessages_decorators;
|
|
92
|
+
var AppHelperProxy = class extends _classSuper {
|
|
93
|
+
static { _classThis = this; }
|
|
94
|
+
static {
|
|
95
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
96
|
+
_version_decorators = [proxy.describeMethod({
|
|
97
|
+
type: Types.String,
|
|
98
|
+
multiplicity: Multiplicities.Singleton,
|
|
99
|
+
parameterDescriptors: []
|
|
100
|
+
})];
|
|
101
|
+
_spill_decorators = [proxy.describeMethod({
|
|
102
|
+
type: Types.Any,
|
|
103
|
+
multiplicity: Multiplicities.Matrix,
|
|
104
|
+
isAsync: true,
|
|
105
|
+
requiresContext: true,
|
|
106
|
+
parameterDescriptors: [spillArrayParameterDescriptor, spillMaximumHeightParameterDescriptor, spillMaximumWidthParameterDescriptor]
|
|
107
|
+
})];
|
|
108
|
+
_loggerMessages_decorators = [proxy.describeMethod({
|
|
109
|
+
type: Types.String,
|
|
110
|
+
multiplicity: Multiplicities.Array,
|
|
111
|
+
isHidden: true,
|
|
112
|
+
isStream: true,
|
|
113
|
+
parameterDescriptors: [{
|
|
114
|
+
name: "logLevel",
|
|
115
|
+
type: Types.String,
|
|
116
|
+
multiplicity: Multiplicities.Singleton,
|
|
117
|
+
isRequired: false
|
|
118
|
+
}]
|
|
119
|
+
})];
|
|
120
|
+
__esDecorate(this, null, _version_decorators, { kind: "method", name: "version", static: false, private: false, access: { has: obj => "version" in obj, get: obj => obj.version }, metadata: _metadata }, null, _instanceExtraInitializers);
|
|
121
|
+
__esDecorate(this, null, _spill_decorators, { kind: "method", name: "spill", static: false, private: false, access: { has: obj => "spill" in obj, get: obj => obj.spill }, metadata: _metadata }, null, _instanceExtraInitializers);
|
|
122
|
+
__esDecorate(this, null, _loggerMessages_decorators, { kind: "method", name: "loggerMessages", static: false, private: false, access: { has: obj => "loggerMessages" in obj, get: obj => obj.loggerMessages }, metadata: _metadata }, null, _instanceExtraInitializers);
|
|
123
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
124
|
+
AppHelperProxy = _classThis = _classDescriptor.value;
|
|
125
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
126
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Get the version.
|
|
130
|
+
*
|
|
131
|
+
* @returns
|
|
132
|
+
* Version.
|
|
133
|
+
*/
|
|
134
|
+
version() {
|
|
135
|
+
return this.appExtension.version;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Provide default values for maximum width and height if required.
|
|
139
|
+
*
|
|
140
|
+
* @param maximumDimensions
|
|
141
|
+
* Maximum dimensions provided to function.
|
|
142
|
+
*
|
|
143
|
+
* @param invocationContext
|
|
144
|
+
* Invocation context.
|
|
145
|
+
*
|
|
146
|
+
* @returns
|
|
147
|
+
* Array of maximum width and maximum height.
|
|
148
|
+
*/
|
|
149
|
+
async #defaultMaximums(maximumDimensions, invocationContext) {
|
|
150
|
+
if (isNullish(invocationContext)) {
|
|
151
|
+
// Application error; no localization necessary.
|
|
152
|
+
throw new Error("Invocation context not provided by application");
|
|
153
|
+
}
|
|
154
|
+
const maximumWidth = maximumDimensions.width;
|
|
155
|
+
const maximumHeight = maximumDimensions.height;
|
|
156
|
+
let definedMaximumWidth;
|
|
157
|
+
let definedMaximumHeight;
|
|
158
|
+
// Skip any extra work if both values are provided.
|
|
159
|
+
if (isNullish(maximumWidth) || isNullish(maximumHeight)) {
|
|
160
|
+
const sheetAddress = await this.appExtension.getSheetAddress(invocationContext);
|
|
161
|
+
definedMaximumWidth = maximumWidth ?? this.appExtension.maximumWidth - sheetAddress.columnIndex;
|
|
162
|
+
definedMaximumHeight = maximumHeight ?? this.appExtension.maximumHeight - sheetAddress.rowIndex;
|
|
163
|
+
}
|
|
164
|
+
else {
|
|
165
|
+
definedMaximumWidth = maximumWidth;
|
|
166
|
+
definedMaximumHeight = maximumHeight;
|
|
167
|
+
}
|
|
168
|
+
return {
|
|
169
|
+
width: definedMaximumWidth,
|
|
170
|
+
height: definedMaximumHeight
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Spill a one-dimensional matrix to fit a rectangle within a given maximum height and width.
|
|
175
|
+
*
|
|
176
|
+
* @param arrayValues
|
|
177
|
+
* Matrix values. Matrix is length 1 or contains arrays of length 1 with the values.
|
|
178
|
+
*
|
|
179
|
+
* @param maximumHeight
|
|
180
|
+
* Maximum height.
|
|
181
|
+
*
|
|
182
|
+
* @param maximumWidth
|
|
183
|
+
* Maximum width.
|
|
184
|
+
*
|
|
185
|
+
* @param invocationContext
|
|
186
|
+
* Invocation context.
|
|
187
|
+
*
|
|
188
|
+
* @returns
|
|
189
|
+
* Matrix spilled within maximum height and maximum width.
|
|
190
|
+
*/
|
|
191
|
+
async spill(arrayValues, maximumHeight, maximumWidth, invocationContext) {
|
|
192
|
+
let result;
|
|
193
|
+
// Assume matrix is uniformly two-dimensional.
|
|
194
|
+
const height = arrayValues.length;
|
|
195
|
+
const width = height !== 0 ? arrayValues[0].length : 0;
|
|
196
|
+
const isArrayOrError = this.singletonResult(() => {
|
|
197
|
+
if (height > 1 && width > 1) {
|
|
198
|
+
throw new RangeError(i18nextAppExtension.t("Proxy.matrixMustBeArray"));
|
|
199
|
+
}
|
|
200
|
+
return true;
|
|
201
|
+
});
|
|
202
|
+
if (isArrayOrError === true) {
|
|
203
|
+
const maximumDimensions = await this.#defaultMaximums({
|
|
204
|
+
width: maximumWidth,
|
|
205
|
+
height: maximumHeight
|
|
206
|
+
}, invocationContext);
|
|
207
|
+
const isHorizontal = height === 1;
|
|
208
|
+
const length = isHorizontal ? width : height;
|
|
209
|
+
const maximumParallel = isHorizontal ? maximumDimensions.width : maximumDimensions.height;
|
|
210
|
+
const maximumPerpendicular = isHorizontal ? maximumDimensions.height : maximumDimensions.width;
|
|
211
|
+
const maximumArea = maximumParallel * maximumPerpendicular;
|
|
212
|
+
// Lengths 0 and 1 are valid and require no special processing.
|
|
213
|
+
if (length > 1 && length <= maximumArea) {
|
|
214
|
+
const lengthSquareRoot = Math.sqrt(length);
|
|
215
|
+
let spillParallel = undefined;
|
|
216
|
+
// Array that has a length of a power of 10 is treated specially.
|
|
217
|
+
if (Number.isInteger(Math.log10(length))) {
|
|
218
|
+
// Try spill that is a power of 10, favouring the parallel direction.
|
|
219
|
+
let spillParallel10 = 10 ** Math.ceil(Math.log10(lengthSquareRoot));
|
|
220
|
+
// Favour the perpendicular direction if not enough parallel space.
|
|
221
|
+
if (spillParallel10 > maximumParallel) {
|
|
222
|
+
spillParallel10 /= 10;
|
|
223
|
+
}
|
|
224
|
+
// Take result as the spill parallel if it fits.
|
|
225
|
+
if (spillParallel10 <= maximumParallel && length / spillParallel10 <= maximumPerpendicular) {
|
|
226
|
+
spillParallel = spillParallel10;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
// Make spill as square as possible, favouring the parallel direction.
|
|
230
|
+
spillParallel ??= Math.max(Math.min(Math.ceil(lengthSquareRoot), maximumParallel), Math.floor(length / maximumPerpendicular));
|
|
231
|
+
const spillPerpendicular = Math.ceil(length / spillParallel);
|
|
232
|
+
result = [];
|
|
233
|
+
if (isHorizontal) {
|
|
234
|
+
let startIndex = 0;
|
|
235
|
+
do {
|
|
236
|
+
const endIndex = startIndex + spillParallel;
|
|
237
|
+
// Each row is a slice of the original single row.
|
|
238
|
+
const row = arrayValues[0].slice(startIndex, endIndex);
|
|
239
|
+
// Row length will be anywhere from 1 to spillParallel.
|
|
240
|
+
if (row.length < spillParallel) {
|
|
241
|
+
const rowLength = row.length;
|
|
242
|
+
row.length = spillParallel;
|
|
243
|
+
// Fill empty cells with empty string.
|
|
244
|
+
row.fill("", rowLength, spillParallel);
|
|
245
|
+
}
|
|
246
|
+
result.push(row);
|
|
247
|
+
startIndex = endIndex;
|
|
248
|
+
} while (startIndex < length);
|
|
249
|
+
}
|
|
250
|
+
else {
|
|
251
|
+
for (let rowIndex = 0; rowIndex < spillParallel; rowIndex++) {
|
|
252
|
+
const row = [];
|
|
253
|
+
// Each column is a slice of the original single column.
|
|
254
|
+
for (let valueIndex = rowIndex; valueIndex < length; valueIndex += spillParallel) {
|
|
255
|
+
row.push(arrayValues[valueIndex][0]);
|
|
256
|
+
}
|
|
257
|
+
// Row length will always be spillPerpendicular or spillPerpendicular - 1.
|
|
258
|
+
if (row.length < spillPerpendicular) {
|
|
259
|
+
row[spillPerpendicular - 1] = "";
|
|
260
|
+
}
|
|
261
|
+
result.push(row);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
else {
|
|
266
|
+
// Return matrix unmodified and let application handle spill error if any.
|
|
267
|
+
result = arrayValues;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
else {
|
|
271
|
+
// Return error as only element in matrix.
|
|
272
|
+
result = [[isArrayOrError]];
|
|
273
|
+
}
|
|
274
|
+
return result;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* Get the logger messages as a stream.
|
|
278
|
+
*
|
|
279
|
+
* @param logLevelString
|
|
280
|
+
* Log level as string.
|
|
281
|
+
*
|
|
282
|
+
* @param streamingInvocationContext
|
|
283
|
+
* Streaming invocation context.
|
|
284
|
+
*/
|
|
285
|
+
loggerMessages(logLevelString, streamingInvocationContext) {
|
|
286
|
+
if (isNullish(streamingInvocationContext)) {
|
|
287
|
+
// Application error; no localization necessary.
|
|
288
|
+
throw new Error("Streaming invocation context not provided by application");
|
|
289
|
+
}
|
|
290
|
+
const appExtension = this.appExtension;
|
|
291
|
+
let notificationCallbackAdded = false;
|
|
292
|
+
let previousLogLevel = undefined;
|
|
293
|
+
const streamingConsumerCallback = appExtension.setUpStreaming(streamingInvocationContext, () => {
|
|
294
|
+
if (notificationCallbackAdded) {
|
|
295
|
+
appExtension.memoryTransport.removeNotificationCallback("loggerMessages");
|
|
296
|
+
}
|
|
297
|
+
if (previousLogLevel !== undefined) {
|
|
298
|
+
appExtension.logger.settings.minLevel = previousLogLevel;
|
|
299
|
+
}
|
|
300
|
+
});
|
|
301
|
+
if (appExtension.memoryTransport.addNotificationCallback("loggerMessages", (_message, messages) => {
|
|
302
|
+
streamingConsumerCallback(this.iterableResult(() => messages));
|
|
303
|
+
})) {
|
|
304
|
+
notificationCallbackAdded = true;
|
|
305
|
+
let logLevel = undefined;
|
|
306
|
+
if (!isNullish(logLevelString)) {
|
|
307
|
+
try {
|
|
308
|
+
logLevel = logLevelOf(logLevelString);
|
|
309
|
+
}
|
|
310
|
+
catch {
|
|
311
|
+
// Ignore error.
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
// Set log level if required.
|
|
315
|
+
if (logLevel !== undefined) {
|
|
316
|
+
previousLogLevel = appExtension.logger.settings.minLevel;
|
|
317
|
+
appExtension.logger.settings.minLevel = logLevel;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
else {
|
|
321
|
+
// Diagnostic tool; localization not required.
|
|
322
|
+
streamingConsumerCallback([["Only one logger messages call allowable per workbook"]]);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
constructor() {
|
|
326
|
+
super(...arguments);
|
|
327
|
+
__runInitializers(this, _instanceExtraInitializers);
|
|
328
|
+
}
|
|
329
|
+
};
|
|
330
|
+
return AppHelperProxy = _classThis;
|
|
331
|
+
})();
|
|
332
|
+
export { AppHelperProxy };
|
|
333
|
+
//# sourceMappingURL=app-helper-proxy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-helper-proxy.js","sourceRoot":"","sources":["../src/app-helper-proxy.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core descriptor.
|
|
3
|
+
*/
|
|
4
|
+
interface Descriptor {
|
|
5
|
+
/**
|
|
6
|
+
* Name.
|
|
7
|
+
*/
|
|
8
|
+
readonly name: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Types supported by proxy methods.
|
|
12
|
+
*/
|
|
13
|
+
export declare const Types: {
|
|
14
|
+
/**
|
|
15
|
+
* String.
|
|
16
|
+
*/
|
|
17
|
+
readonly String: 0;
|
|
18
|
+
/**
|
|
19
|
+
* Number or enumeration.
|
|
20
|
+
*/
|
|
21
|
+
readonly Number: 1;
|
|
22
|
+
/**
|
|
23
|
+
* Boolean.
|
|
24
|
+
*/
|
|
25
|
+
readonly Boolean: 2;
|
|
26
|
+
/**
|
|
27
|
+
* Any.
|
|
28
|
+
*/
|
|
29
|
+
readonly Any: 3;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Type key.
|
|
33
|
+
*/
|
|
34
|
+
export type TypeKey = keyof typeof Types;
|
|
35
|
+
/**
|
|
36
|
+
* Type.
|
|
37
|
+
*/
|
|
38
|
+
export type Type = typeof Types[TypeKey];
|
|
39
|
+
/**
|
|
40
|
+
* Multiplicities supported by proxy methods.
|
|
41
|
+
*/
|
|
42
|
+
export declare const Multiplicities: {
|
|
43
|
+
/**
|
|
44
|
+
* Parameter or return value is a singleton.
|
|
45
|
+
*/
|
|
46
|
+
readonly Singleton: 0;
|
|
47
|
+
/**
|
|
48
|
+
* Parameter or return value is a singleton or an array.
|
|
49
|
+
*/
|
|
50
|
+
readonly Array: 1;
|
|
51
|
+
/**
|
|
52
|
+
* Parameter or return value is a singleton, an array, or a matrix.
|
|
53
|
+
*/
|
|
54
|
+
readonly Matrix: 2;
|
|
55
|
+
/**
|
|
56
|
+
* Parameter value is a singleton or array but is treated as a singleton internally and doesn't drive multiplicity
|
|
57
|
+
* of the return value. Return value is an array for use as a singleton array parameter.
|
|
58
|
+
*/
|
|
59
|
+
readonly SingletonArray: 3;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Multiplicity key.
|
|
63
|
+
*/
|
|
64
|
+
export type MultiplicityKey = keyof typeof Multiplicities;
|
|
65
|
+
/**
|
|
66
|
+
* Multiplicity.
|
|
67
|
+
*/
|
|
68
|
+
export type Multiplicity = typeof Multiplicities[MultiplicityKey];
|
|
69
|
+
/**
|
|
70
|
+
* Type descriptor.
|
|
71
|
+
*/
|
|
72
|
+
interface TypeDescriptor extends Descriptor {
|
|
73
|
+
/**
|
|
74
|
+
* Type.
|
|
75
|
+
*/
|
|
76
|
+
readonly type: Type;
|
|
77
|
+
/**
|
|
78
|
+
* Multiplicity.
|
|
79
|
+
*/
|
|
80
|
+
readonly multiplicity: Multiplicity;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Parameter descriptor.
|
|
84
|
+
*/
|
|
85
|
+
export interface ParameterDescriptor extends TypeDescriptor {
|
|
86
|
+
/**
|
|
87
|
+
* True if required.
|
|
88
|
+
*/
|
|
89
|
+
readonly isRequired: boolean;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Extends parameter descriptor.
|
|
93
|
+
*/
|
|
94
|
+
export interface ExtendsParameterDescriptor extends Partial<ParameterDescriptor> {
|
|
95
|
+
/**
|
|
96
|
+
* Parameter descriptor that this one extends.
|
|
97
|
+
*/
|
|
98
|
+
readonly extendsDescriptor: ParameterDescriptor | ExtendsParameterDescriptor;
|
|
99
|
+
/**
|
|
100
|
+
* Sort order within extended parameter descriptor.
|
|
101
|
+
*/
|
|
102
|
+
readonly sortOrder?: number;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Replacement parameter descriptor.
|
|
106
|
+
*/
|
|
107
|
+
export interface ReplacementParameterDescriptor {
|
|
108
|
+
/**
|
|
109
|
+
* Name to replace.
|
|
110
|
+
*/
|
|
111
|
+
readonly name: string;
|
|
112
|
+
/**
|
|
113
|
+
* Replacement parameter descriptor.
|
|
114
|
+
*/
|
|
115
|
+
readonly replacement: ParameterDescriptor;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Method descriptor.
|
|
119
|
+
*/
|
|
120
|
+
export interface MethodDescriptor extends TypeDescriptor {
|
|
121
|
+
/**
|
|
122
|
+
* If true, method is asynchronous.
|
|
123
|
+
*/
|
|
124
|
+
readonly isAsync?: true;
|
|
125
|
+
/**
|
|
126
|
+
* If true, function is hidden from user interface.
|
|
127
|
+
*/
|
|
128
|
+
readonly isHidden?: true;
|
|
129
|
+
/**
|
|
130
|
+
* If true, application-specific invocation context is required.
|
|
131
|
+
*/
|
|
132
|
+
readonly requiresContext?: true;
|
|
133
|
+
/**
|
|
134
|
+
* If true, function is volatile and should be reevaluated regularly.
|
|
135
|
+
*/
|
|
136
|
+
readonly isVolatile?: true;
|
|
137
|
+
/**
|
|
138
|
+
* If true, function opens a stream that updates asynchronously.
|
|
139
|
+
*/
|
|
140
|
+
readonly isStream?: true;
|
|
141
|
+
/**
|
|
142
|
+
* Number of characters to capitalize at the start of the method name for title case; defaults to 1.
|
|
143
|
+
*/
|
|
144
|
+
readonly titleCaseStart?: number;
|
|
145
|
+
/**
|
|
146
|
+
* If true, method infix is ignored.
|
|
147
|
+
*/
|
|
148
|
+
readonly ignoreInfix?: true;
|
|
149
|
+
/**
|
|
150
|
+
* String before which method infix appears. If undefined, infix is appended to the method name. Ignored if
|
|
151
|
+
* `ignoreInfix` is true.
|
|
152
|
+
*/
|
|
153
|
+
readonly infixBefore?: string;
|
|
154
|
+
/**
|
|
155
|
+
* Parameter descriptors.
|
|
156
|
+
*/
|
|
157
|
+
readonly parameterDescriptors: readonly ParameterDescriptor[];
|
|
158
|
+
/**
|
|
159
|
+
* Function name with optional infix.
|
|
160
|
+
*/
|
|
161
|
+
readonly functionName: string;
|
|
162
|
+
/**
|
|
163
|
+
* Function name in optional namespace with optional infix.
|
|
164
|
+
*/
|
|
165
|
+
readonly namespaceFunctionName: string;
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Class descriptor.
|
|
169
|
+
*/
|
|
170
|
+
export interface ClassDescriptor extends Descriptor {
|
|
171
|
+
/**
|
|
172
|
+
* Class namespace. If not provided, class is at the top level.
|
|
173
|
+
*/
|
|
174
|
+
readonly namespace?: string | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* Category.
|
|
177
|
+
*/
|
|
178
|
+
readonly category: string;
|
|
179
|
+
/**
|
|
180
|
+
* Method infix. If undefined, method name is generated verbatim.
|
|
181
|
+
*/
|
|
182
|
+
readonly methodInfix?: string | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* Replacement parameter descriptors for class hierarchies where parameter types can narrow
|
|
185
|
+
*/
|
|
186
|
+
readonly replacementParameterDescriptors?: ReplacementParameterDescriptor[];
|
|
187
|
+
/**
|
|
188
|
+
* Class name in optional namespace.
|
|
189
|
+
*/
|
|
190
|
+
readonly namespaceClassName: string;
|
|
191
|
+
/**
|
|
192
|
+
* Method descriptors.
|
|
193
|
+
*/
|
|
194
|
+
readonly methodDescriptors: readonly MethodDescriptor[];
|
|
195
|
+
}
|
|
196
|
+
export {};
|
|
197
|
+
//# sourceMappingURL=descriptor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"descriptor.d.ts","sourceRoot":"","sources":["../src/descriptor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Types supported by proxy methods.
|
|
3
|
+
*/
|
|
4
|
+
export const Types = {
|
|
5
|
+
/**
|
|
6
|
+
* String.
|
|
7
|
+
*/
|
|
8
|
+
String: 0,
|
|
9
|
+
/**
|
|
10
|
+
* Number or enumeration.
|
|
11
|
+
*/
|
|
12
|
+
Number: 1,
|
|
13
|
+
/**
|
|
14
|
+
* Boolean.
|
|
15
|
+
*/
|
|
16
|
+
Boolean: 2,
|
|
17
|
+
/**
|
|
18
|
+
* Any.
|
|
19
|
+
*/
|
|
20
|
+
Any: 3
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Multiplicities supported by proxy methods.
|
|
24
|
+
*/
|
|
25
|
+
export const Multiplicities = {
|
|
26
|
+
/**
|
|
27
|
+
* Parameter or return value is a singleton.
|
|
28
|
+
*/
|
|
29
|
+
Singleton: 0,
|
|
30
|
+
/**
|
|
31
|
+
* Parameter or return value is a singleton or an array.
|
|
32
|
+
*/
|
|
33
|
+
Array: 1,
|
|
34
|
+
/**
|
|
35
|
+
* Parameter or return value is a singleton, an array, or a matrix.
|
|
36
|
+
*/
|
|
37
|
+
Matrix: 2,
|
|
38
|
+
/**
|
|
39
|
+
* Parameter value is a singleton or array but is treated as a singleton internally and doesn't drive multiplicity
|
|
40
|
+
* of the return value. Return value is an array for use as a singleton array parameter.
|
|
41
|
+
*/
|
|
42
|
+
SingletonArray: 3
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=descriptor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"descriptor.js","sourceRoot":"","sources":["../src/descriptor.ts"],"names":[],"mappings":"AAUA;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB;;OAEG;IACH,MAAM,EAAE,CAAC;IAET;;OAEG;IACH,MAAM,EAAE,CAAC;IAET;;OAEG;IACH,OAAO,EAAE,CAAC;IAEV;;OAEG;IACH,GAAG,EAAE,CAAC;CACA,CAAC;AAYX;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC1B;;OAEG;IACH,SAAS,EAAE,CAAC;IAEZ;;OAEG;IACH,KAAK,EAAE,CAAC;IAER;;OAEG;IACH,MAAM,EAAE,CAAC;IAET;;;OAGG;IACH,cAAc,EAAE,CAAC;CACX,CAAC"}
|