@aidc-toolkit/app-extension 1.0.22-beta → 1.0.24-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.
Files changed (128) hide show
  1. package/dist/index.cjs +3414 -0
  2. package/dist/index.cjs.map +1 -0
  3. package/dist/index.d.cts +1747 -0
  4. package/dist/index.d.ts +1747 -26
  5. package/dist/index.js +3379 -9
  6. package/dist/index.js.map +1 -1
  7. package/package.json +7 -10
  8. package/src/app-extension.ts +3 -10
  9. package/src/app-utility-proxy.ts +5 -4
  10. package/src/descriptor.ts +12 -8
  11. package/src/generator/descriptor.ts +1 -1
  12. package/src/generator/generator.ts +4 -4
  13. package/src/generator/index.ts +2 -2
  14. package/src/generator/{locale-strings-generator.ts → locale-resources-generator.ts} +66 -62
  15. package/src/gs1/character-set-proxy.ts +5 -5
  16. package/src/gs1/check-proxy.ts +3 -3
  17. package/src/gs1/identifier-proxy.ts +9 -8
  18. package/src/gs1/index.ts +3 -3
  19. package/src/index.ts +9 -9
  20. package/src/lib-proxy.ts +3 -3
  21. package/src/locale/en/{locale-strings.ts → locale-resources.ts} +1 -1
  22. package/src/locale/fr/{locale-strings.ts → locale-resources.ts} +1 -1
  23. package/src/locale/i18n.ts +7 -9
  24. package/src/locale/i18next.d.ts +6 -6
  25. package/{dist/types.d.ts → src/type.ts} +10 -38
  26. package/src/utility/character-set-descriptor.ts +1 -1
  27. package/src/utility/character-set-proxy.ts +9 -8
  28. package/src/utility/index.ts +3 -3
  29. package/src/utility/reg-exp-proxy.ts +5 -4
  30. package/src/utility/string-descriptor.ts +1 -1
  31. package/src/utility/string-proxy.ts +2 -2
  32. package/src/utility/transformer-descriptor.ts +1 -1
  33. package/src/utility/transformer-proxy.ts +5 -4
  34. package/tsup.config.ts +3 -0
  35. package/dist/app-extension.d.ts +0 -169
  36. package/dist/app-extension.d.ts.map +0 -1
  37. package/dist/app-extension.js +0 -148
  38. package/dist/app-extension.js.map +0 -1
  39. package/dist/app-utility-proxy.d.ts +0 -66
  40. package/dist/app-utility-proxy.d.ts.map +0 -1
  41. package/dist/app-utility-proxy.js +0 -233
  42. package/dist/app-utility-proxy.js.map +0 -1
  43. package/dist/descriptor.d.ts +0 -172
  44. package/dist/descriptor.d.ts.map +0 -1
  45. package/dist/descriptor.js +0 -174
  46. package/dist/descriptor.js.map +0 -1
  47. package/dist/generator/descriptor.d.ts +0 -107
  48. package/dist/generator/descriptor.d.ts.map +0 -1
  49. package/dist/generator/descriptor.js +0 -2
  50. package/dist/generator/descriptor.js.map +0 -1
  51. package/dist/generator/generator.d.ts +0 -120
  52. package/dist/generator/generator.d.ts.map +0 -1
  53. package/dist/generator/generator.js +0 -213
  54. package/dist/generator/generator.js.map +0 -1
  55. package/dist/generator/index.d.ts +0 -3
  56. package/dist/generator/index.d.ts.map +0 -1
  57. package/dist/generator/index.js +0 -2
  58. package/dist/generator/index.js.map +0 -1
  59. package/dist/gs1/character-set-proxy.d.ts +0 -10
  60. package/dist/gs1/character-set-proxy.d.ts.map +0 -1
  61. package/dist/gs1/character-set-proxy.js +0 -47
  62. package/dist/gs1/character-set-proxy.js.map +0 -1
  63. package/dist/gs1/check-proxy.d.ts +0 -11
  64. package/dist/gs1/check-proxy.d.ts.map +0 -1
  65. package/dist/gs1/check-proxy.js +0 -120
  66. package/dist/gs1/check-proxy.js.map +0 -1
  67. package/dist/gs1/identifier-proxy.d.ts +0 -136
  68. package/dist/gs1/identifier-proxy.d.ts.map +0 -1
  69. package/dist/gs1/identifier-proxy.js +0 -782
  70. package/dist/gs1/identifier-proxy.js.map +0 -1
  71. package/dist/gs1/index.d.ts +0 -4
  72. package/dist/gs1/index.d.ts.map +0 -1
  73. package/dist/gs1/index.js +0 -4
  74. package/dist/gs1/index.js.map +0 -1
  75. package/dist/index.d.ts.map +0 -1
  76. package/dist/lib-proxy.d.ts +0 -135
  77. package/dist/lib-proxy.d.ts.map +0 -1
  78. package/dist/lib-proxy.js +0 -235
  79. package/dist/lib-proxy.js.map +0 -1
  80. package/dist/locale/en/locale-strings.d.ts +0 -616
  81. package/dist/locale/en/locale-strings.d.ts.map +0 -1
  82. package/dist/locale/en/locale-strings.js +0 -616
  83. package/dist/locale/en/locale-strings.js.map +0 -1
  84. package/dist/locale/fr/locale-strings.d.ts +0 -616
  85. package/dist/locale/fr/locale-strings.d.ts.map +0 -1
  86. package/dist/locale/fr/locale-strings.js +0 -616
  87. package/dist/locale/fr/locale-strings.js.map +0 -1
  88. package/dist/locale/i18n.d.ts +0 -27
  89. package/dist/locale/i18n.d.ts.map +0 -1
  90. package/dist/locale/i18n.js +0 -39
  91. package/dist/locale/i18n.js.map +0 -1
  92. package/dist/types.d.ts.map +0 -1
  93. package/dist/types.js +0 -13
  94. package/dist/types.js.map +0 -1
  95. package/dist/utility/character-set-descriptor.d.ts +0 -6
  96. package/dist/utility/character-set-descriptor.d.ts.map +0 -1
  97. package/dist/utility/character-set-descriptor.js +0 -28
  98. package/dist/utility/character-set-descriptor.js.map +0 -1
  99. package/dist/utility/character-set-proxy.d.ts +0 -26
  100. package/dist/utility/character-set-proxy.d.ts.map +0 -1
  101. package/dist/utility/character-set-proxy.js +0 -167
  102. package/dist/utility/character-set-proxy.js.map +0 -1
  103. package/dist/utility/index.d.ts +0 -4
  104. package/dist/utility/index.d.ts.map +0 -1
  105. package/dist/utility/index.js +0 -4
  106. package/dist/utility/index.js.map +0 -1
  107. package/dist/utility/reg-exp-proxy.d.ts +0 -7
  108. package/dist/utility/reg-exp-proxy.d.ts.map +0 -1
  109. package/dist/utility/reg-exp-proxy.js +0 -61
  110. package/dist/utility/reg-exp-proxy.js.map +0 -1
  111. package/dist/utility/string-descriptor.d.ts +0 -4
  112. package/dist/utility/string-descriptor.d.ts.map +0 -1
  113. package/dist/utility/string-descriptor.js +0 -12
  114. package/dist/utility/string-descriptor.js.map +0 -1
  115. package/dist/utility/string-proxy.d.ts +0 -8
  116. package/dist/utility/string-proxy.d.ts.map +0 -1
  117. package/dist/utility/string-proxy.js +0 -12
  118. package/dist/utility/string-proxy.js.map +0 -1
  119. package/dist/utility/transformer-descriptor.d.ts +0 -6
  120. package/dist/utility/transformer-descriptor.d.ts.map +0 -1
  121. package/dist/utility/transformer-descriptor.js +0 -24
  122. package/dist/utility/transformer-descriptor.js.map +0 -1
  123. package/dist/utility/transformer-proxy.d.ts +0 -8
  124. package/dist/utility/transformer-proxy.d.ts.map +0 -1
  125. package/dist/utility/transformer-proxy.js +0 -74
  126. package/dist/utility/transformer-proxy.js.map +0 -1
  127. package/src/generator/logger.ts +0 -45
  128. package/src/types.ts +0 -144
@@ -6,6 +6,7 @@
6
6
  * If true, errors are reported through the throw/catch mechanism.
7
7
  */
8
8
  export type ErrorExtends<ThrowError extends boolean> = ThrowError extends true ? Error : object;
9
+
9
10
  /**
10
11
  * Sheet.
11
12
  */
@@ -15,6 +16,7 @@ export interface Sheet {
15
16
  */
16
17
  readonly name: string;
17
18
  }
19
+
18
20
  /**
19
21
  * Single cell address.
20
22
  */
@@ -23,16 +25,19 @@ export interface Address {
23
25
  * Zero-indexed row.
24
26
  */
25
27
  readonly rowIndex: number;
28
+
26
29
  /**
27
30
  * Zero-indexed column.
28
31
  */
29
32
  readonly columnIndex: number;
30
33
  }
34
+
31
35
  /**
32
36
  * Sheet address.
33
37
  */
34
38
  export interface SheetAddress extends Sheet, Address {
35
39
  }
40
+
36
41
  /**
37
42
  * Range of cells.
38
43
  */
@@ -41,16 +46,19 @@ export interface Range {
41
46
  * Start address, inclusive.
42
47
  */
43
48
  readonly startAddress: Address;
49
+
44
50
  /**
45
51
  * End address, exclusive.
46
52
  */
47
53
  readonly endAddress: Address;
48
54
  }
55
+
49
56
  /**
50
57
  * Sheet range.
51
58
  */
52
59
  export interface SheetRange extends Sheet, Range {
53
60
  }
61
+
54
62
  /**
55
63
  * Matrix type; shorthand for defining a two-dimensional matrix (array of array) of a type.
56
64
  *
@@ -58,6 +66,7 @@ export interface SheetRange extends Sheet, Range {
58
66
  * Type.
59
67
  */
60
68
  export type Matrix<T> = T[][];
69
+
61
70
  /**
62
71
  * Function result, possibly including an error result. If the application framework reports errors through the return
63
72
  * value, the result is the union of the result type and the error type; otherwise, it's just the result type.
@@ -72,6 +81,7 @@ export type Matrix<T> = T[][];
72
81
  * Error type.
73
82
  */
74
83
  export type ResultError<TResult, ThrowError extends boolean, TError extends ErrorExtends<ThrowError>> = ThrowError extends false ? TResult | TError : TResult;
84
+
75
85
  /**
76
86
  * Function result as matrix, possibly including an error result in each element. If the application framework reports
77
87
  * errors through the return value, the individual element result is the union of the result type and the error type;
@@ -87,41 +97,3 @@ export type ResultError<TResult, ThrowError extends boolean, TError extends Erro
87
97
  * Error type.
88
98
  */
89
99
  export type MatrixResultError<TResult, ThrowError extends boolean, TError extends ErrorExtends<ThrowError>> = Matrix<ResultError<TResult, ThrowError, TError>>;
90
- /**
91
- * Typed function, applicable to any function, stricter than {@link Function}.
92
- */
93
- export type TypedFunction<TMethod extends (...args: Parameters<TMethod>) => ReturnType<TMethod>> = (...args: Parameters<TMethod>) => ReturnType<TMethod>;
94
- /**
95
- * Typed synchronous function, applicable to any function that doesn't return a Promise.
96
- */
97
- export type TypedSyncFunction<TMethod extends TypedFunction<TMethod>> = [ReturnType<TMethod>] extends [PromiseLike<unknown>] ? never : TypedFunction<TMethod>;
98
- /**
99
- * Determine the fundamental promised type. This is stricter than `Awaited\<Type\>` in that it requires a Promise.
100
- */
101
- type PromisedType<T> = [T] extends [PromiseLike<infer TPromised>] ? TPromised : never;
102
- /**
103
- * Typed asynchronous function, applicable to any function that returns a Promise.
104
- */
105
- export type TypedAsyncFunction<TMethod extends (...args: Parameters<TMethod>) => PromiseLike<PromisedType<ReturnType<TMethod>>>> = (...args: Parameters<TMethod>) => Promise<PromisedType<ReturnType<TMethod>>>;
106
- /**
107
- * Nullishable type. Application extension may pass `null` or `undefined` to missing parameters.
108
- */
109
- export type Nullishable<T> = T | null | undefined;
110
- /**
111
- * Non-nullishable type. If T is an object type, it is spread and attributes within it are made non-nullishable.
112
- */
113
- export type NonNullishable<T> = T extends object ? {
114
- [P in keyof T]-?: NonNullishable<T[P]>;
115
- } : NonNullable<T>;
116
- /**
117
- * Determine if argument is nullish. Application extension may pass `null` or `undefined` to missing parameters.
118
- *
119
- * @param argument
120
- * Argument.
121
- *
122
- * @returns
123
- * True if argument is undefined or null.
124
- */
125
- export declare function isNullish<T>(argument: T | null | undefined): argument is null | undefined;
126
- export {};
127
- //# sourceMappingURL=types.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type ParameterDescriptor, Types } from "../descriptor.js";
1
+ import { type ParameterDescriptor, Types } from "../descriptor";
2
2
 
3
3
  const exclusionParameterDescriptor: ParameterDescriptor = {
4
4
  name: "exclusion",
@@ -1,3 +1,4 @@
1
+ import type { Nullishable } from "@aidc-toolkit/core";
1
2
  import {
2
3
  ALPHABETIC_CREATOR,
3
4
  ALPHANUMERIC_CREATOR,
@@ -8,7 +9,7 @@ import {
8
9
  NUMERIC_CREATOR,
9
10
  Sequence
10
11
  } from "@aidc-toolkit/utility";
11
- import type { AppExtension } from "../app-extension.js";
12
+ import type { AppExtension } from "../app-extension";
12
13
  import {
13
14
  expandParameterDescriptor,
14
15
  type ParameterDescriptor,
@@ -16,22 +17,22 @@ import {
16
17
  ProxyMethod,
17
18
  ProxyParameter,
18
19
  Types
19
- } from "../descriptor.js";
20
- import { LibProxy } from "../lib-proxy.js";
21
- import type { ErrorExtends, Matrix, MatrixResultError, Nullishable, ResultError } from "../types.js";
20
+ } from "../descriptor";
21
+ import { LibProxy } from "../lib-proxy";
22
+ import type { ErrorExtends, Matrix, MatrixResultError, ResultError } from "../type";
22
23
  import {
23
24
  exclusionAnyParameterDescriptor,
24
25
  exclusionFirstZeroParameterDescriptor,
25
26
  exclusionNoneParameterDescriptor
26
- } from "./character-set-descriptor.js";
27
- import { sParameterDescriptor, validateSParameterDescriptor } from "./string-descriptor.js";
28
- import { StringProxy } from "./string-proxy.js";
27
+ } from "./character-set-descriptor";
28
+ import { sParameterDescriptor, validateSParameterDescriptor } from "./string-descriptor";
29
+ import { StringProxy } from "./string-proxy";
29
30
  import {
30
31
  countParameterDescriptor,
31
32
  startValueParameterDescriptor,
32
33
  tweakParameterDescriptor,
33
34
  valueParameterDescriptor
34
- } from "./transformer-descriptor.js";
35
+ } from "./transformer-descriptor";
35
36
 
36
37
  const lengthParameterDescriptor: ParameterDescriptor = {
37
38
  name: "length",
@@ -1,3 +1,3 @@
1
- export * from "./transformer-proxy.js";
2
- export * from "./reg-exp-proxy.js";
3
- export * from "./character-set-proxy.js";
1
+ export * from "./transformer-proxy";
2
+ export * from "./reg-exp-proxy";
3
+ export * from "./character-set-proxy";
@@ -1,8 +1,9 @@
1
+ import type { Nullishable } from "@aidc-toolkit/core";
1
2
  import { RegExpValidator } from "@aidc-toolkit/utility";
2
- import { type ParameterDescriptor, ProxyClass, ProxyMethod, ProxyParameter, Types } from "../descriptor.js";
3
- import type { ErrorExtends, Matrix, MatrixResultError, Nullishable } from "../types.js";
4
- import { validateSParameterDescriptor } from "./string-descriptor.js";
5
- import { StringProxy } from "./string-proxy.js";
3
+ import { type ParameterDescriptor, ProxyClass, ProxyMethod, ProxyParameter, Types } from "../descriptor";
4
+ import type { ErrorExtends, Matrix, MatrixResultError } from "../type";
5
+ import { validateSParameterDescriptor } from "./string-descriptor";
6
+ import { StringProxy } from "./string-proxy";
6
7
 
7
8
  const regExpParameterDescriptor: ParameterDescriptor = {
8
9
  name: "regExp",
@@ -1,4 +1,4 @@
1
- import { type ParameterDescriptor, Types } from "../descriptor.js";
1
+ import { type ParameterDescriptor, Types } from "../descriptor";
2
2
 
3
3
  export const sParameterDescriptor: ParameterDescriptor = {
4
4
  name: "s",
@@ -1,6 +1,6 @@
1
1
  import type { StringValidation, StringValidator } from "@aidc-toolkit/utility";
2
- import { LibProxy } from "../lib-proxy.js";
3
- import type { ErrorExtends, Matrix, MatrixResultError } from "../types.js";
2
+ import { LibProxy } from "../lib-proxy";
3
+ import type { ErrorExtends, Matrix, MatrixResultError } from "../type";
4
4
 
5
5
  export abstract class StringProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TBigInt> {
6
6
  protected validateString<TStringValidation extends StringValidation>(validator: StringValidator<TStringValidation>, matrixSs: Matrix<string>, validation?: TStringValidation): Matrix<string> {
@@ -1,4 +1,4 @@
1
- import { type ParameterDescriptor, Types } from "../descriptor.js";
1
+ import { type ParameterDescriptor, Types } from "../descriptor";
2
2
 
3
3
  export const valueParameterDescriptor: ParameterDescriptor = {
4
4
  name: "value",
@@ -1,13 +1,14 @@
1
+ import type { Nullishable } from "@aidc-toolkit/core";
1
2
  import { mapIterable, Sequence, Transformer } from "@aidc-toolkit/utility";
2
- import { type ParameterDescriptor, ProxyClass, ProxyMethod, ProxyParameter, Types } from "../descriptor.js";
3
- import { LibProxy } from "../lib-proxy.js";
4
- import type { ErrorExtends, Matrix, MatrixResultError, Nullishable, ResultError } from "../types.js";
3
+ import { type ParameterDescriptor, ProxyClass, ProxyMethod, ProxyParameter, Types } from "../descriptor";
4
+ import { LibProxy } from "../lib-proxy";
5
+ import type { ErrorExtends, Matrix, MatrixResultError, ResultError } from "../type";
5
6
  import {
6
7
  countParameterDescriptor,
7
8
  startValueParameterDescriptor,
8
9
  tweakParameterDescriptor,
9
10
  valueParameterDescriptor
10
- } from "./transformer-descriptor.js";
11
+ } from "./transformer-descriptor";
11
12
 
12
13
  const domainParameterDescriptor: ParameterDescriptor = {
13
14
  name: "domain",
package/tsup.config.ts ADDED
@@ -0,0 +1,3 @@
1
+ import { tsupConfigAIDCToolkit } from "@aidc-toolkit/dev";
2
+
3
+ export default tsupConfigAIDCToolkit;
@@ -1,169 +0,0 @@
1
- import type { ErrorExtends, ResultError, SheetAddress, SheetRange, TypedAsyncFunction, TypedFunction, TypedSyncFunction } from "./types.js";
2
- /**
3
- * Application extension.
4
- *
5
- * @template TBigInt
6
- * Type to which big integer is mapped.
7
- *
8
- * @template ThrowError
9
- * If true, errors are reported through the throw/catch mechanism.
10
- *
11
- * @template TError
12
- * Error type.
13
- */
14
- export declare abstract class AppExtension<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> {
15
- /**
16
- * Application version.
17
- */
18
- private readonly _version;
19
- /**
20
- * Maximum sequence count supported by application.
21
- */
22
- private readonly _maximumSequenceCount;
23
- /**
24
- * If true, errors are reported through the throw/catch mechanism.
25
- */
26
- private readonly _throwError;
27
- /**
28
- * Maximum width supported by application.
29
- */
30
- private _maximumWidth?;
31
- /**
32
- * Maximum height supported by application.
33
- */
34
- private _maximumHeight?;
35
- /**
36
- * Constructor.
37
- *
38
- * @param version
39
- * Application version.
40
- *
41
- * @param maximumSequenceCount
42
- * Maximum sequence count supported by application.
43
- *
44
- * @param throwError
45
- * If true, errors are reported through the throw/catch mechanism.
46
- */
47
- protected constructor(version: string, maximumSequenceCount: number, throwError: ThrowError);
48
- /**
49
- * Get the version.
50
- *
51
- * @returns
52
- * Version.
53
- */
54
- get version(): string;
55
- /**
56
- * Determine if errors are reported through the throw/catch mechanism.
57
- */
58
- get throwError(): ThrowError;
59
- /**
60
- * Get the maximum width supported by the application.
61
- *
62
- * @returns
63
- * Maximum width supported by the application.
64
- */
65
- maximumWidth(): Promise<number>;
66
- /**
67
- * Get the maximum width supported by the application.
68
- *
69
- * @returns
70
- * Maximum width supported by the application.
71
- */
72
- protected abstract getMaximumWidth(): Promise<number>;
73
- /**
74
- * Get the maximum height supported by the application.
75
- *
76
- * @returns
77
- * Maximum height supported by the application.
78
- */
79
- maximumHeight(): Promise<number>;
80
- /**
81
- * Get the maximum height supported by the application.
82
- *
83
- * @returns
84
- * Maximum height supported by the application.
85
- */
86
- protected abstract getMaximumHeight(): Promise<number>;
87
- /**
88
- * Get the sheet address from an invocation context.
89
- *
90
- * @param invocationContext
91
- * Invocation context.
92
- *
93
- * @returns
94
- * Sheet address.
95
- */
96
- abstract getSheetAddress(invocationContext: TInvocationContext): Promise<SheetAddress>;
97
- /**
98
- * Get a parameter range from an invocation context.
99
- *
100
- * @param invocationContext
101
- * Invocation context.
102
- *
103
- * @param parameterNumber
104
- * Parameter number.
105
- *
106
- * @returns
107
- * Sheet range or null if parameter is not a range.
108
- */
109
- abstract getParameterSheetRange(invocationContext: TInvocationContext, parameterNumber: number): Promise<SheetRange | null>;
110
- /**
111
- * Validate a sequence count against the maximum supported by application.
112
- *
113
- * @param sequenceCount
114
- * Sequence count.
115
- */
116
- validateSequenceCount(sequenceCount: number): void;
117
- /**
118
- * Map big integer to another type if necessary.
119
- *
120
- * @param value
121
- * Big integer value to map.
122
- *
123
- * @returns
124
- * Mapped big integer value.
125
- */
126
- abstract mapBigInt(value: bigint): ResultError<TBigInt, ThrowError, TError>;
127
- /**
128
- * Map a range error (thrown by the library) to an application-specific error. If errors are reported through the
129
- * throw/catch mechanism, the implementation may return the range error unmodified if that is supported.
130
- *
131
- * @param rangeError
132
- */
133
- abstract mapRangeError(rangeError: RangeError): TError;
134
- /**
135
- * Handle an error with a message; called when an exception occurs outside the control of the AIDC Toolkit library.
136
- * Implementation must not return, most likely by throwing the message wrapped in an error type.
137
- *
138
- * @param message
139
- * Message to include in the error.
140
- */
141
- abstract handleError(message: string): never;
142
- /**
143
- * Bind a synchronous method and wrap it in a try/catch for comprehensive error handling.
144
- *
145
- * @param thisArg
146
- * The value to be passed as the `this` parameter to the method.
147
- *
148
- * @param method
149
- * Method to call.
150
- *
151
- * @returns
152
- * Function wrapped around the method.
153
- */
154
- bindSync<TMethod extends TypedSyncFunction<TMethod>>(thisArg: ThisParameterType<TMethod>, method: TMethod): TypedFunction<TMethod>;
155
- /**
156
- * Bind an asynchronous method and wrap it in a try/catch for comprehensive error handling.
157
- *
158
- * @param thisArg
159
- * The value to be passed as the `this` parameter to the method.
160
- *
161
- * @param method
162
- * Method to call.
163
- *
164
- * @returns
165
- * Function wrapped around the method.
166
- */
167
- bindAsync<TMethod extends TypedAsyncFunction<TMethod>>(thisArg: ThisParameterType<TMethod>, method: TMethod): TypedAsyncFunction<TMethod>;
168
- }
169
- //# sourceMappingURL=app-extension.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"app-extension.d.ts","sourceRoot":"","sources":["../src/app-extension.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACR,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,iBAAiB,EACpB,MAAM,YAAY,CAAC;AAEpB;;;;;;;;;;;GAWG;AACH,8BAAsB,YAAY,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,SAAS,YAAY,CAAC,UAAU,CAAC,EAAE,kBAAkB,EAAE,OAAO;IAC/H;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;IAElC;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAS;IAE/C;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAa;IAEzC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAC,CAAS;IAE/B;;OAEG;IACH,OAAO,CAAC,cAAc,CAAC,CAAS;IAEhC;;;;;;;;;;;OAWG;IACH,SAAS,aAAa,OAAO,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU;IAM3F;;;;;OAKG;IACH,IAAI,OAAO,IAAI,MAAM,CAEpB;IAED;;OAEG;IACH,IAAI,UAAU,IAAI,UAAU,CAE3B;IAED;;;;;OAKG;IACG,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC;IAMrC;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,CAAC,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC;IAErD;;;;;OAKG;IACG,aAAa,IAAI,OAAO,CAAC,MAAM,CAAC;IAMtC;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,CAAC,gBAAgB,IAAI,OAAO,CAAC,MAAM,CAAC;IAEtD;;;;;;;;OAQG;IACH,QAAQ,CAAC,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,GAAG,OAAO,CAAC,YAAY,CAAC;IAEtF;;;;;;;;;;;OAWG;IACH,QAAQ,CAAC,sBAAsB,CAAC,iBAAiB,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC;IAE3H;;;;;OAKG;IACH,qBAAqB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAWlD;;;;;;;;OAQG;IACH,QAAQ,CAAC,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,CAAC;IAE3E;;;;;OAKG;IACH,QAAQ,CAAC,aAAa,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAEtD;;;;;;OAMG;IACH,QAAQ,CAAC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,KAAK;IAE5C;;;;;;;;;;;OAWG;IACH,QAAQ,CAAC,OAAO,SAAS,iBAAiB,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,iBAAiB,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,OAAO,GAAG,aAAa,CAAC,OAAO,CAAC;IAelI;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,OAAO,SAAS,kBAAkB,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,iBAAiB,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,OAAO,GAAG,kBAAkB,CAAC,OAAO,CAAC;CAU5I"}
@@ -1,148 +0,0 @@
1
- import { i18nextAppExtension } from "./locale/i18n.js";
2
- /**
3
- * Application extension.
4
- *
5
- * @template TBigInt
6
- * Type to which big integer is mapped.
7
- *
8
- * @template ThrowError
9
- * If true, errors are reported through the throw/catch mechanism.
10
- *
11
- * @template TError
12
- * Error type.
13
- */
14
- export class AppExtension {
15
- /**
16
- * Application version.
17
- */
18
- _version;
19
- /**
20
- * Maximum sequence count supported by application.
21
- */
22
- _maximumSequenceCount;
23
- /**
24
- * If true, errors are reported through the throw/catch mechanism.
25
- */
26
- _throwError;
27
- /**
28
- * Maximum width supported by application.
29
- */
30
- _maximumWidth;
31
- /**
32
- * Maximum height supported by application.
33
- */
34
- _maximumHeight;
35
- /**
36
- * Constructor.
37
- *
38
- * @param version
39
- * Application version.
40
- *
41
- * @param maximumSequenceCount
42
- * Maximum sequence count supported by application.
43
- *
44
- * @param throwError
45
- * If true, errors are reported through the throw/catch mechanism.
46
- */
47
- constructor(version, maximumSequenceCount, throwError) {
48
- this._version = version;
49
- this._maximumSequenceCount = maximumSequenceCount;
50
- this._throwError = throwError;
51
- }
52
- /**
53
- * Get the version.
54
- *
55
- * @returns
56
- * Version.
57
- */
58
- get version() {
59
- return this._version;
60
- }
61
- /**
62
- * Determine if errors are reported through the throw/catch mechanism.
63
- */
64
- get throwError() {
65
- return this._throwError;
66
- }
67
- /**
68
- * Get the maximum width supported by the application.
69
- *
70
- * @returns
71
- * Maximum width supported by the application.
72
- */
73
- async maximumWidth() {
74
- this._maximumWidth ??= await this.getMaximumWidth();
75
- return this._maximumWidth;
76
- }
77
- /**
78
- * Get the maximum height supported by the application.
79
- *
80
- * @returns
81
- * Maximum height supported by the application.
82
- */
83
- async maximumHeight() {
84
- this._maximumHeight ??= await this.getMaximumHeight();
85
- return this._maximumHeight;
86
- }
87
- /**
88
- * Validate a sequence count against the maximum supported by application.
89
- *
90
- * @param sequenceCount
91
- * Sequence count.
92
- */
93
- validateSequenceCount(sequenceCount) {
94
- const absoluteSequenceCount = Math.abs(sequenceCount);
95
- if (absoluteSequenceCount > this._maximumSequenceCount) {
96
- throw new RangeError(i18nextAppExtension.t("AppExtension.sequenceCountMustBeLessThanOrEqualTo", {
97
- sequenceCount: absoluteSequenceCount,
98
- maximumSequenceCount: this._maximumSequenceCount
99
- }));
100
- }
101
- }
102
- /**
103
- * Bind a synchronous method and wrap it in a try/catch for comprehensive error handling.
104
- *
105
- * @param thisArg
106
- * The value to be passed as the `this` parameter to the method.
107
- *
108
- * @param method
109
- * Method to call.
110
- *
111
- * @returns
112
- * Function wrapped around the method.
113
- */
114
- bindSync(thisArg, method) {
115
- const boundMethod = method.bind(thisArg);
116
- return (...args) => {
117
- try {
118
- return boundMethod(...args);
119
- }
120
- catch (e) {
121
- // eslint-disable-next-line no-console -- Necessary for diagnostics.
122
- console.error(e);
123
- this.handleError(e instanceof Error ? e.message : String(e));
124
- }
125
- };
126
- }
127
- /**
128
- * Bind an asynchronous method and wrap it in a try/catch for comprehensive error handling.
129
- *
130
- * @param thisArg
131
- * The value to be passed as the `this` parameter to the method.
132
- *
133
- * @param method
134
- * Method to call.
135
- *
136
- * @returns
137
- * Function wrapped around the method.
138
- */
139
- bindAsync(thisArg, method) {
140
- const boundMethod = method.bind(thisArg);
141
- return async (...args) => await boundMethod(...args).catch((e) => {
142
- // eslint-disable-next-line no-console -- Necessary for diagnostics.
143
- console.error(e);
144
- this.handleError(e instanceof Error ? e.message : String(e));
145
- });
146
- }
147
- }
148
- //# sourceMappingURL=app-extension.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"app-extension.js","sourceRoot":"","sources":["../src/app-extension.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAWvD;;;;;;;;;;;GAWG;AACH,MAAM,OAAgB,YAAY;IAC9B;;OAEG;IACc,QAAQ,CAAS;IAElC;;OAEG;IACc,qBAAqB,CAAS;IAE/C;;OAEG;IACc,WAAW,CAAa;IAEzC;;OAEG;IACK,aAAa,CAAU;IAE/B;;OAEG;IACK,cAAc,CAAU;IAEhC;;;;;;;;;;;OAWG;IACH,YAAsB,OAAe,EAAE,oBAA4B,EAAE,UAAsB;QACvF,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QACxB,IAAI,CAAC,qBAAqB,GAAG,oBAAoB,CAAC;QAClD,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;IAClC,CAAC;IAED;;;;;OAKG;IACH,IAAI,OAAO;QACP,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAED;;OAEG;IACH,IAAI,UAAU;QACV,OAAO,IAAI,CAAC,WAAW,CAAC;IAC5B,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY;QACd,IAAI,CAAC,aAAa,KAAK,MAAM,IAAI,CAAC,eAAe,EAAE,CAAC;QAEpD,OAAO,IAAI,CAAC,aAAa,CAAC;IAC9B,CAAC;IAUD;;;;;OAKG;IACH,KAAK,CAAC,aAAa;QACf,IAAI,CAAC,cAAc,KAAK,MAAM,IAAI,CAAC,gBAAgB,EAAE,CAAC;QAEtD,OAAO,IAAI,CAAC,cAAc,CAAC;IAC/B,CAAC;IAmCD;;;;;OAKG;IACH,qBAAqB,CAAC,aAAqB;QACvC,MAAM,qBAAqB,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAEtD,IAAI,qBAAqB,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC;YACrD,MAAM,IAAI,UAAU,CAAC,mBAAmB,CAAC,CAAC,CAAC,mDAAmD,EAAE;gBAC5F,aAAa,EAAE,qBAAqB;gBACpC,oBAAoB,EAAE,IAAI,CAAC,qBAAqB;aACnD,CAAC,CAAC,CAAC;QACR,CAAC;IACL,CAAC;IA8BD;;;;;;;;;;;OAWG;IACH,QAAQ,CAA6C,OAAmC,EAAE,MAAe;QACrG,MAAM,WAAW,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAEzC,OAAO,CAAC,GAAG,IAAyB,EAAuB,EAAE;YACzD,IAAI,CAAC;gBACD,OAAO,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC;YAChC,CAAC;YAAC,OAAO,CAAU,EAAE,CAAC;gBAClB,oEAAoE;gBACpE,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;gBAEjB,IAAI,CAAC,WAAW,CAAC,CAAC,YAAY,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;YACjE,CAAC;QACL,CAAC,CAAC;IACN,CAAC;IAED;;;;;;;;;;;OAWG;IACH,SAAS,CAA8C,OAAmC,EAAE,MAAe;QACvG,MAAM,WAAW,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAEzC,OAAO,KAAK,EAAE,GAAG,IAAyB,EAAE,EAAE,CAAC,MAAM,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAU,EAAE,EAAE;YAC3F,oEAAoE;YACpE,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;YAEjB,IAAI,CAAC,WAAW,CAAC,CAAC,YAAY,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;QACjE,CAAC,CAAC,CAAC;IACP,CAAC;CACJ"}
@@ -1,66 +0,0 @@
1
- import { LibProxy } from "./lib-proxy.js";
2
- import { type ErrorExtends, type Matrix, type Nullishable } from "./types.js";
3
- /**
4
- * Application utilities.
5
- */
6
- export declare class AppUtilityProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TBigInt> {
7
- /**
8
- * Get the version.
9
- *
10
- * @returns
11
- * Version.
12
- */
13
- version(): string;
14
- /**
15
- * Provide default values for maximum width and height if required.
16
- *
17
- * @param maximumDimensions
18
- * Maximum dimensions provided to function.
19
- *
20
- * @param invocationContext
21
- * Invocation context.
22
- *
23
- * @returns
24
- * Array of maximum width and maximum height.
25
- */
26
- private defaultMaximums;
27
- /**
28
- * Spill a horizontal matrix vertically to fit within a maximum width and height.
29
- *
30
- * @param hMatrixValues
31
- * Horizontal matrix values. Matrix has length 1 and contains a single array with the values.
32
- *
33
- * @param maximumWidth
34
- * Maximum width.
35
- *
36
- * @param maximumHeight
37
- * Maximum height.
38
- *
39
- * @param invocationContext
40
- * Invocation context.
41
- *
42
- * @returns
43
- * Matrix spilled within maximum width and maximum height.
44
- */
45
- vSpill(hMatrixValues: Matrix<unknown>, maximumWidth: Nullishable<number>, maximumHeight: Nullishable<number>, invocationContext: Nullishable<TInvocationContext>): Promise<Matrix<unknown>>;
46
- /**
47
- * Spill a vertical matrix horizontally to fit within a maximum width and height.
48
- *
49
- * @param vMatrixValues
50
- * Vertical matrix values. Matrix contains arrays of length 1 with the values.
51
- *
52
- * @param maximumHeight
53
- * Maximum height.
54
- *
55
- * @param maximumWidth
56
- * Maximum width.
57
- *
58
- * @param invocationContext
59
- * Invocation context.
60
- *
61
- * @returns
62
- * Matrix spilled within maximum height and maximum width.
63
- */
64
- hSpill(vMatrixValues: Matrix<unknown>, maximumHeight: Nullishable<number>, maximumWidth: Nullishable<number>, invocationContext: Nullishable<TInvocationContext>): Promise<Matrix<unknown>>;
65
- }
66
- //# sourceMappingURL=app-utility-proxy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"app-utility-proxy.d.ts","sourceRoot":"","sources":["../src/app-utility-proxy.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAE,KAAK,YAAY,EAAa,KAAK,MAAM,EAAuB,KAAK,WAAW,EAAE,MAAM,YAAY,CAAC;AA2C9G;;GAEG;AACH,qBACa,eAAe,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,SAAS,YAAY,CAAC,UAAU,CAAC,EAAE,kBAAkB,EAAE,OAAO,CAAE,SAAQ,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC;IAC5L;;;;;OAKG;IAKH,OAAO,IAAI,MAAM;IAIjB;;;;;;;;;;;OAWG;YACW,eAAe;IA6B7B;;;;;;;;;;;;;;;;;OAiBG;IAMG,MAAM,CACqB,aAAa,EAAE,MAAM,CAAC,OAAO,CAAC,EACL,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,EAChC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,EACzF,iBAAiB,EAAE,WAAW,CAAC,kBAAkB,CAAC,GACnD,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAmD3B;;;;;;;;;;;;;;;;;OAiBG;IAMG,MAAM,CACqB,aAAa,EAAE,MAAM,CAAC,OAAO,CAAC,EACJ,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,EACnC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,EACvF,iBAAiB,EAAE,WAAW,CAAC,kBAAkB,CAAC,GACnD,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;CAoD9B"}