mrs-toolbox-cli 0.0.80 → 0.0.82
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/88b0986a7186d029-atomicfu-js-ir.js +2 -2
- package/88b0986a7186d029-atomicfu-js-ir.js.hash +1 -1
- package/clikt-clikt-js-ir.js +1005 -1005
- package/clikt-clikt-js-ir.js.hash +1 -1
- package/com.mrs.platform.configuration.dto.js +2861 -2335
- package/com.mrs.platform.configuration.dto.js.hash +1 -1
- package/com.mrs.platform.configuration.dto.js.map +1 -1
- package/com.mrs.platform.configuration.dto.js.map.hash +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +86 -68
- package/kotlin-kotlin-stdlib-js-ir.js.hash +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js.map.hash +1 -1
- package/kotlin-logging-js-ir.js +45 -45
- package/kotlin-logging-js-ir.js.hash +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +27 -27
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.hash +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +27 -27
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.hash +1 -1
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +18 -18
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.hash +1 -1
- package/ktor-ktor-client-content-negotiation.js +5 -5
- package/ktor-ktor-client-content-negotiation.js.hash +1 -1
- package/ktor-ktor-client-core.js +17 -17
- package/ktor-ktor-client-core.js.hash +1 -1
- package/ktor-ktor-events.js +3 -3
- package/ktor-ktor-events.js.hash +1 -1
- package/ktor-ktor-http.js +16 -16
- package/ktor-ktor-http.js.hash +1 -1
- package/ktor-ktor-io.js +7 -7
- package/ktor-ktor-io.js.hash +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js.hash +1 -1
- package/ktor-ktor-serialization-kotlinx.js +2 -2
- package/ktor-ktor-serialization-kotlinx.js.hash +1 -1
- package/ktor-ktor-serialization.js +4 -4
- package/ktor-ktor-serialization.js.hash +1 -1
- package/ktor-ktor-utils.js +11 -11
- package/ktor-ktor-utils.js.hash +1 -1
- package/ktor-ktor-websockets.js +4 -4
- package/ktor-ktor-websockets.js.hash +1 -1
- package/mrs-toolbox-cli.d.ts +98 -32
- package/mrs-toolbox-cli.d.ts.hash +1 -1
- package/mrs-toolbox-cli.js +70 -70
- package/mrs-toolbox-cli.js.hash +1 -1
- package/package.json +1 -1
- package/toolbox.js +3515 -3064
- package/toolbox.js.hash +1 -1
- package/toolbox.js.map +1 -1
- package/toolbox.js.map.hash +1 -1
package/mrs-toolbox-cli.d.ts
CHANGED
|
@@ -260,7 +260,7 @@ export declare namespace dto.form.items {
|
|
|
260
260
|
export declare namespace dto.form.property {
|
|
261
261
|
class ArrayProperty extends dto.form.property.Property /* implements dto.form.property.ICollectionProperty */ {
|
|
262
262
|
constructor();
|
|
263
|
-
static ArrayProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ArrayProperty;
|
|
263
|
+
static ArrayProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ArrayProperty;
|
|
264
264
|
static get Companion(): {
|
|
265
265
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ArrayProperty> */;
|
|
266
266
|
};
|
|
@@ -279,7 +279,7 @@ export declare namespace dto.form.property {
|
|
|
279
279
|
set variant(value: Nullable<dto.form.property.misc.AttachmentVariant>);
|
|
280
280
|
get label(): Nullable<string>;
|
|
281
281
|
set label(value: Nullable<string>);
|
|
282
|
-
static AttachmentsProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, canAddFile: Nullable<boolean>, viewers: Nullable<Array<dto.form.property.misc.Viewer>>, variant: Nullable<dto.form.property.misc.AttachmentVariant>, label: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.AttachmentsProperty;
|
|
282
|
+
static AttachmentsProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, canAddFile: Nullable<boolean>, viewers: Nullable<Array<dto.form.property.misc.Viewer>>, variant: Nullable<dto.form.property.misc.AttachmentVariant>, label: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.AttachmentsProperty;
|
|
283
283
|
static get Companion(): {
|
|
284
284
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.AttachmentsProperty> */;
|
|
285
285
|
};
|
|
@@ -290,7 +290,7 @@ export declare namespace dto.form.property {
|
|
|
290
290
|
export declare namespace dto.form.property {
|
|
291
291
|
class BooleanProperty extends dto.form.property.Property {
|
|
292
292
|
constructor();
|
|
293
|
-
static BooleanProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.BooleanProperty;
|
|
293
|
+
static BooleanProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.BooleanProperty;
|
|
294
294
|
static get Companion(): {
|
|
295
295
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.BooleanProperty> */;
|
|
296
296
|
};
|
|
@@ -301,7 +301,7 @@ export declare namespace dto.form.property {
|
|
|
301
301
|
export declare namespace dto.form.property {
|
|
302
302
|
class ButtonSwitcherProperty extends dto.form.property.Property /* implements dto.form.property.IEnumProperty */ {
|
|
303
303
|
constructor();
|
|
304
|
-
static ButtonSwitcherProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ButtonSwitcherProperty;
|
|
304
|
+
static ButtonSwitcherProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ButtonSwitcherProperty;
|
|
305
305
|
static get Companion(): {
|
|
306
306
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ButtonSwitcherProperty> */;
|
|
307
307
|
};
|
|
@@ -312,7 +312,7 @@ export declare namespace dto.form.property {
|
|
|
312
312
|
export declare namespace dto.form.property {
|
|
313
313
|
class ChainProperty extends dto.form.property.Property {
|
|
314
314
|
constructor();
|
|
315
|
-
static ChainProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
|
|
315
|
+
static ChainProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
|
|
316
316
|
static get Companion(): {
|
|
317
317
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChainProperty> */;
|
|
318
318
|
};
|
|
@@ -323,7 +323,7 @@ export declare namespace dto.form.property {
|
|
|
323
323
|
export declare namespace dto.form.property {
|
|
324
324
|
class CheckboxesProperty extends dto.form.property.Property /* implements dto.form.property.ICollectionProperty */ {
|
|
325
325
|
constructor();
|
|
326
|
-
static CheckboxesProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.CheckboxesProperty;
|
|
326
|
+
static CheckboxesProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.CheckboxesProperty;
|
|
327
327
|
static get Companion(): {
|
|
328
328
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.CheckboxesProperty> */;
|
|
329
329
|
};
|
|
@@ -338,7 +338,7 @@ export declare namespace dto.form.property {
|
|
|
338
338
|
set groups(value: Array<dto.form.property.misc.Group>);
|
|
339
339
|
get variants(): Array<dto.form.property.misc.Variant>;
|
|
340
340
|
set variants(value: Array<dto.form.property.misc.Variant>);
|
|
341
|
-
static ChecklistProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, groups: Nullable<Array<dto.form.property.misc.Group>>, variants: Nullable<Array<dto.form.property.misc.Variant>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChecklistProperty;
|
|
341
|
+
static ChecklistProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, groups: Nullable<Array<dto.form.property.misc.Group>>, variants: Nullable<Array<dto.form.property.misc.Variant>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChecklistProperty;
|
|
342
342
|
static get Companion(): {
|
|
343
343
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChecklistProperty> */;
|
|
344
344
|
};
|
|
@@ -349,7 +349,7 @@ export declare namespace dto.form.property {
|
|
|
349
349
|
export declare namespace dto.form.property {
|
|
350
350
|
class DateProperty extends dto.form.property.Property {
|
|
351
351
|
constructor();
|
|
352
|
-
static DateProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DateProperty;
|
|
352
|
+
static DateProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DateProperty;
|
|
353
353
|
static get Companion(): {
|
|
354
354
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DateProperty> */;
|
|
355
355
|
};
|
|
@@ -360,7 +360,7 @@ export declare namespace dto.form.property {
|
|
|
360
360
|
export declare namespace dto.form.property {
|
|
361
361
|
class DatetimeProperty extends dto.form.property.Property {
|
|
362
362
|
constructor();
|
|
363
|
-
static DatetimeProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DatetimeProperty;
|
|
363
|
+
static DatetimeProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DatetimeProperty;
|
|
364
364
|
static get Companion(): {
|
|
365
365
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DatetimeProperty> */;
|
|
366
366
|
};
|
|
@@ -377,7 +377,7 @@ export declare namespace dto.form.property {
|
|
|
377
377
|
set fields(value: Nullable<Array<string>>);
|
|
378
378
|
get multiple(): Nullable<boolean>;
|
|
379
379
|
set multiple(value: Nullable<boolean>);
|
|
380
|
-
static DictionaryProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, dictionaryName: Nullable<string>, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DictionaryProperty;
|
|
380
|
+
static DictionaryProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, dictionaryName: Nullable<string>, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DictionaryProperty;
|
|
381
381
|
static get Companion(): {
|
|
382
382
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DictionaryProperty> */;
|
|
383
383
|
};
|
|
@@ -390,7 +390,7 @@ export declare namespace dto.form.property {
|
|
|
390
390
|
constructor();
|
|
391
391
|
get viewId(): string;
|
|
392
392
|
set viewId(value: string);
|
|
393
|
-
static Drawing2dProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, viewId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.Drawing2dProperty;
|
|
393
|
+
static Drawing2dProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.Drawing2dProperty;
|
|
394
394
|
static get Companion(): {
|
|
395
395
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.Drawing2dProperty> */;
|
|
396
396
|
};
|
|
@@ -401,7 +401,7 @@ export declare namespace dto.form.property {
|
|
|
401
401
|
export declare namespace dto.form.property {
|
|
402
402
|
class EmailProperty extends dto.form.property.Property {
|
|
403
403
|
constructor();
|
|
404
|
-
static EmailProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.EmailProperty;
|
|
404
|
+
static EmailProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.EmailProperty;
|
|
405
405
|
static get Companion(): {
|
|
406
406
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.EmailProperty> */;
|
|
407
407
|
};
|
|
@@ -412,7 +412,7 @@ export declare namespace dto.form.property {
|
|
|
412
412
|
export declare namespace dto.form.property {
|
|
413
413
|
class FeedProperty extends dto.form.property.Property {
|
|
414
414
|
constructor();
|
|
415
|
-
static FeedProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.FeedProperty;
|
|
415
|
+
static FeedProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.FeedProperty;
|
|
416
416
|
static get Companion(): {
|
|
417
417
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.FeedProperty> */;
|
|
418
418
|
};
|
|
@@ -423,7 +423,7 @@ export declare namespace dto.form.property {
|
|
|
423
423
|
export declare namespace dto.form.property {
|
|
424
424
|
class NumberProperty extends dto.form.property.Property {
|
|
425
425
|
constructor();
|
|
426
|
-
static NumberProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.NumberProperty;
|
|
426
|
+
static NumberProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.NumberProperty;
|
|
427
427
|
static get Companion(): {
|
|
428
428
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.NumberProperty> */;
|
|
429
429
|
};
|
|
@@ -440,7 +440,7 @@ export declare namespace dto.form.property {
|
|
|
440
440
|
set required(value: Nullable<Array<string>>);
|
|
441
441
|
get order(): Nullable<Array<string>>;
|
|
442
442
|
set order(value: Nullable<Array<string>>);
|
|
443
|
-
static ObjectProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, properties: Nullable<Array<dto.form.property.Property>>, required: Nullable<Array<string>>, order: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ObjectProperty;
|
|
443
|
+
static ObjectProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, properties: Nullable<Array<dto.form.property.Property>>, required: Nullable<Array<string>>, order: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ObjectProperty;
|
|
444
444
|
static get Companion(): {
|
|
445
445
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ObjectProperty> */;
|
|
446
446
|
};
|
|
@@ -465,7 +465,9 @@ export declare namespace dto.form.property {
|
|
|
465
465
|
set helperText(value: Nullable<string>);
|
|
466
466
|
get description(): Nullable<string>;
|
|
467
467
|
set description(value: Nullable<string>);
|
|
468
|
-
|
|
468
|
+
get lazyLoading(): boolean;
|
|
469
|
+
set lazyLoading(value: boolean);
|
|
470
|
+
static Property_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.Property;
|
|
469
471
|
static get Companion(): {
|
|
470
472
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.Property> */;
|
|
471
473
|
} & any/* kotlinx.serialization.internal.SerializerFactory */;
|
|
@@ -476,7 +478,7 @@ export declare namespace dto.form.property {
|
|
|
476
478
|
constructor();
|
|
477
479
|
get variant(): dto.form.property.misc.RadioButtonVariant;
|
|
478
480
|
set variant(value: dto.form.property.misc.RadioButtonVariant);
|
|
479
|
-
static RadioProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, variant: Nullable<dto.form.property.misc.RadioButtonVariant>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.RadioProperty;
|
|
481
|
+
static RadioProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, variant: Nullable<dto.form.property.misc.RadioButtonVariant>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.RadioProperty;
|
|
480
482
|
static get Companion(): {
|
|
481
483
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.RadioProperty> */;
|
|
482
484
|
};
|
|
@@ -487,7 +489,7 @@ export declare namespace dto.form.property {
|
|
|
487
489
|
export declare namespace dto.form.property {
|
|
488
490
|
class SelectProperty extends dto.form.property.Property /* implements dto.form.property.IEnumProperty */ {
|
|
489
491
|
constructor();
|
|
490
|
-
static SelectProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SelectProperty;
|
|
492
|
+
static SelectProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SelectProperty;
|
|
491
493
|
static get Companion(): {
|
|
492
494
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.SelectProperty> */;
|
|
493
495
|
};
|
|
@@ -499,7 +501,7 @@ export declare namespace dto.form.property {
|
|
|
499
501
|
class SignatureProperty extends dto.form.property.Property {
|
|
500
502
|
constructor();
|
|
501
503
|
get showTextToSign(): Nullable<boolean>;
|
|
502
|
-
static SignatureProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, showTextToSign: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SignatureProperty;
|
|
504
|
+
static SignatureProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, showTextToSign: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SignatureProperty;
|
|
503
505
|
static get Companion(): {
|
|
504
506
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.SignatureProperty> */;
|
|
505
507
|
};
|
|
@@ -510,7 +512,7 @@ export declare namespace dto.form.property {
|
|
|
510
512
|
export declare namespace dto.form.property {
|
|
511
513
|
class TextProperty extends dto.form.property.Property /* implements dto.form.property.ITextProperty */ {
|
|
512
514
|
constructor();
|
|
513
|
-
static TextProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, minLength: Nullable<number>, maxLength: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextProperty;
|
|
515
|
+
static TextProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, minLength: Nullable<number>, maxLength: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextProperty;
|
|
514
516
|
static get Companion(): {
|
|
515
517
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.TextProperty> */;
|
|
516
518
|
};
|
|
@@ -525,7 +527,7 @@ export declare namespace dto.form.property {
|
|
|
525
527
|
set minRows(value: Nullable<number>);
|
|
526
528
|
get maxRows(): Nullable<number>;
|
|
527
529
|
set maxRows(value: Nullable<number>);
|
|
528
|
-
static TextareaProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, minLength: Nullable<number>, maxLength: Nullable<number>, minRows: Nullable<number>, maxRows: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextareaProperty;
|
|
530
|
+
static TextareaProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, minLength: Nullable<number>, maxLength: Nullable<number>, minRows: Nullable<number>, maxRows: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextareaProperty;
|
|
529
531
|
static get Companion(): {
|
|
530
532
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.TextareaProperty> */;
|
|
531
533
|
};
|
|
@@ -536,7 +538,7 @@ export declare namespace dto.form.property {
|
|
|
536
538
|
export declare namespace dto.form.property {
|
|
537
539
|
class UserProperty extends dto.form.property.Property {
|
|
538
540
|
constructor();
|
|
539
|
-
static UserProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.UserProperty;
|
|
541
|
+
static UserProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.UserProperty;
|
|
540
542
|
static get Companion(): {
|
|
541
543
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.UserProperty> */;
|
|
542
544
|
};
|
|
@@ -555,7 +557,7 @@ export declare namespace dto.form.property {
|
|
|
555
557
|
set fields(value: Nullable<Array<string>>);
|
|
556
558
|
get canCreate(): Nullable<boolean>;
|
|
557
559
|
set canCreate(value: Nullable<boolean>);
|
|
558
|
-
static ViewDisplayProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, sort: Nullable<Array<dto.query.Sort>>, canCreate: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewDisplayProperty;
|
|
560
|
+
static ViewDisplayProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, sort: Nullable<Array<dto.query.Sort>>, canCreate: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewDisplayProperty;
|
|
559
561
|
static get Companion(): {
|
|
560
562
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ViewDisplayProperty> */;
|
|
561
563
|
};
|
|
@@ -579,7 +581,7 @@ export declare namespace dto.form.property {
|
|
|
579
581
|
get linkTo(): Nullable<dto.form.property.misc.LinkedTo>;
|
|
580
582
|
set linkTo(value: Nullable<dto.form.property.misc.LinkedTo>);
|
|
581
583
|
get autoUpdate(): Nullable<boolean>;
|
|
582
|
-
static ViewProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, canCreate: Nullable<boolean>, linkTo: Nullable<dto.form.property.misc.LinkedTo>, autoUpdate: Nullable<boolean>, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewProperty;
|
|
584
|
+
static ViewProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, canCreate: Nullable<boolean>, linkTo: Nullable<dto.form.property.misc.LinkedTo>, autoUpdate: Nullable<boolean>, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewProperty;
|
|
583
585
|
static get Companion(): {
|
|
584
586
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ViewProperty> */;
|
|
585
587
|
};
|
|
@@ -1387,10 +1389,34 @@ export declare namespace dto.menu {
|
|
|
1387
1389
|
get name(): "AlertFilled";
|
|
1388
1390
|
get ordinal(): 107;
|
|
1389
1391
|
};
|
|
1392
|
+
static get BeakerRegular(): dto.menu.Icon & {
|
|
1393
|
+
get name(): "BeakerRegular";
|
|
1394
|
+
get ordinal(): 108;
|
|
1395
|
+
};
|
|
1396
|
+
static get BeakerFilled(): dto.menu.Icon & {
|
|
1397
|
+
get name(): "BeakerFilled";
|
|
1398
|
+
get ordinal(): 109;
|
|
1399
|
+
};
|
|
1400
|
+
static get GanttChartRegular(): dto.menu.Icon & {
|
|
1401
|
+
get name(): "GanttChartRegular";
|
|
1402
|
+
get ordinal(): 110;
|
|
1403
|
+
};
|
|
1404
|
+
static get GanttChartFilled(): dto.menu.Icon & {
|
|
1405
|
+
get name(): "GanttChartFilled";
|
|
1406
|
+
get ordinal(): 111;
|
|
1407
|
+
};
|
|
1408
|
+
static get BuildingRegular(): dto.menu.Icon & {
|
|
1409
|
+
get name(): "BuildingRegular";
|
|
1410
|
+
get ordinal(): 112;
|
|
1411
|
+
};
|
|
1412
|
+
static get BuildingFilled(): dto.menu.Icon & {
|
|
1413
|
+
get name(): "BuildingFilled";
|
|
1414
|
+
get ordinal(): 113;
|
|
1415
|
+
};
|
|
1390
1416
|
static values(): Array<dto.menu.Icon>;
|
|
1391
1417
|
static valueOf(value: string): dto.menu.Icon;
|
|
1392
|
-
get name(): "Project" | "Deadline" | "D3D" | "View" | "NotificationOn" | "NotificationOff" | "CompleteInput" | "Mail" | "Tag" | "Mic" | "Archive" | "Home" | "CreditCard" | "Offline" | "Cloud" | "AddUser" | "Message" | "Pdf" | "Excel" | "Word" | "Star" | "Inbox" | "Template" | "Image" | "UserGroup" | "User" | "Pin" | "Timer" | "Folder" | "File" | "Settings" | "Calendar" | "ZoomOut" | "ZoomIn" | "Sync" | "Attach" | "Camera" | "Error" | "Refresh" | "Save" | "Clock" | "Send" | "Complete" | "More" | "Pause" | "Play" | "Info" | "Help" | "Edit" | "Status100" | "Status50" | "Status25" | "Status0" | "Status" | "Delete" | "Sort" | "Search" | "Filter" | "Add" | "CheckboxOn" | "CheckboxOff" | "Move" | "Link" | "Menu" | "List" | "LeftSideBar" | "RightSideBar" | "DropLeft" | "DropRight" | "DropUp" | "DropDown" | "Close" | "ArrowUp" | "ArrowDown" | "ArrowForward" | "ArrowBack" | "Grid" | "Command" | "BriefcaseFilled" | "OrganizationRegular" | "OrganizationFilled" | "PersonAddFilled" | "ErrorCircleRegular" | "DismissCircleFilled" | "DoorArrowRightRegular" | "DoorArrowRightFilled" | "PeopleSyncRegular" | "PeopleSyncFilled" | "ChartMultipleRegular" | "ChartMultipleFilled" | "CalendarAddRegular" | "CalendarAddFilled" | "PlayCircleRegular" | "WrenchScrewdriverRegular" | "BoxCheckmarkRegular" | "KeyRegular" | "ClipboardCheckmarkRegular" | "DocumentBriefcaseRegular" | "BookCompassRegular" | "FolderSyncRegular" | "PeopleRegular" | "PeopleFilled" | "PersonSettingsRegular" | "PersonSettingsFilled" | "MapRegular" | "MapFilled" | "AlertRegular" | "AlertFilled";
|
|
1393
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107;
|
|
1418
|
+
get name(): "Project" | "Deadline" | "D3D" | "View" | "NotificationOn" | "NotificationOff" | "CompleteInput" | "Mail" | "Tag" | "Mic" | "Archive" | "Home" | "CreditCard" | "Offline" | "Cloud" | "AddUser" | "Message" | "Pdf" | "Excel" | "Word" | "Star" | "Inbox" | "Template" | "Image" | "UserGroup" | "User" | "Pin" | "Timer" | "Folder" | "File" | "Settings" | "Calendar" | "ZoomOut" | "ZoomIn" | "Sync" | "Attach" | "Camera" | "Error" | "Refresh" | "Save" | "Clock" | "Send" | "Complete" | "More" | "Pause" | "Play" | "Info" | "Help" | "Edit" | "Status100" | "Status50" | "Status25" | "Status0" | "Status" | "Delete" | "Sort" | "Search" | "Filter" | "Add" | "CheckboxOn" | "CheckboxOff" | "Move" | "Link" | "Menu" | "List" | "LeftSideBar" | "RightSideBar" | "DropLeft" | "DropRight" | "DropUp" | "DropDown" | "Close" | "ArrowUp" | "ArrowDown" | "ArrowForward" | "ArrowBack" | "Grid" | "Command" | "BriefcaseFilled" | "OrganizationRegular" | "OrganizationFilled" | "PersonAddFilled" | "ErrorCircleRegular" | "DismissCircleFilled" | "DoorArrowRightRegular" | "DoorArrowRightFilled" | "PeopleSyncRegular" | "PeopleSyncFilled" | "ChartMultipleRegular" | "ChartMultipleFilled" | "CalendarAddRegular" | "CalendarAddFilled" | "PlayCircleRegular" | "WrenchScrewdriverRegular" | "BoxCheckmarkRegular" | "KeyRegular" | "ClipboardCheckmarkRegular" | "DocumentBriefcaseRegular" | "BookCompassRegular" | "FolderSyncRegular" | "PeopleRegular" | "PeopleFilled" | "PersonSettingsRegular" | "PersonSettingsFilled" | "MapRegular" | "MapFilled" | "AlertRegular" | "AlertFilled" | "BeakerRegular" | "BeakerFilled" | "GanttChartRegular" | "GanttChartFilled" | "BuildingRegular" | "BuildingFilled";
|
|
1419
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113;
|
|
1394
1420
|
static get Companion(): {
|
|
1395
1421
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.menu.Icon> */;
|
|
1396
1422
|
} & any/* kotlinx.serialization.internal.SerializerFactory */;
|
|
@@ -2038,6 +2064,21 @@ export declare namespace dto.view.settings {
|
|
|
2038
2064
|
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.NothingSelected> */;
|
|
2039
2065
|
}
|
|
2040
2066
|
}
|
|
2067
|
+
export declare namespace dto.view.settings {
|
|
2068
|
+
class QueryVariables {
|
|
2069
|
+
constructor();
|
|
2070
|
+
get required(): Array<string>;
|
|
2071
|
+
set required(value: Array<string>);
|
|
2072
|
+
get message(): Nullable<string>;
|
|
2073
|
+
set message(value: Nullable<string>);
|
|
2074
|
+
static QueryVariables_init_$Create$(seen1: number, required: Nullable<Array<string>>, message: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.QueryVariables;
|
|
2075
|
+
static get Companion(): {
|
|
2076
|
+
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.QueryVariables> */;
|
|
2077
|
+
};
|
|
2078
|
+
static get $serializer(): {
|
|
2079
|
+
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.QueryVariables> */;
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2041
2082
|
export declare namespace dto.view.settings {
|
|
2042
2083
|
class Settings {
|
|
2043
2084
|
constructor();
|
|
@@ -2054,7 +2095,9 @@ export declare namespace dto.view.settings {
|
|
|
2054
2095
|
set selectChildren(value: Nullable<boolean>);
|
|
2055
2096
|
get folderEmptyText(): Nullable<string>;
|
|
2056
2097
|
set folderEmptyText(value: Nullable<string>);
|
|
2057
|
-
|
|
2098
|
+
get variables(): Nullable<dto.view.settings.QueryVariables>;
|
|
2099
|
+
set variables(value: Nullable<dto.view.settings.QueryVariables>);
|
|
2100
|
+
static Settings_init_$Create$(seen1: number, columns: Nullable<Array<dto.view.settings.Column>>, height: Nullable<number>, dashboardUiConfig: Nullable<dto.view.settings.UiConfigType>, emptyList: Nullable<dto.view.settings.EmptyList>, type: Nullable<dto.view.settings.SettingsType>, selectChildren: Nullable<boolean>, folderEmptyText: Nullable<string>, variables: Nullable<dto.view.settings.QueryVariables>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.Settings;
|
|
2058
2101
|
static get Companion(): {
|
|
2059
2102
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.Settings> */;
|
|
2060
2103
|
};
|
|
@@ -2125,6 +2168,29 @@ export declare namespace dto.view.settings {
|
|
|
2125
2168
|
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.UiConfigType> */;
|
|
2126
2169
|
}
|
|
2127
2170
|
}
|
|
2171
|
+
export declare namespace types {
|
|
2172
|
+
class Component {
|
|
2173
|
+
constructor(type: string, fieldName?: Nullable<string>, schemaType?: Nullable<string>, viewType?: Nullable<string>);
|
|
2174
|
+
get type(): string;
|
|
2175
|
+
set type(value: string);
|
|
2176
|
+
get fieldName(): Nullable<string>;
|
|
2177
|
+
set fieldName(value: Nullable<string>);
|
|
2178
|
+
get schemaType(): Nullable<string>;
|
|
2179
|
+
set schemaType(value: Nullable<string>);
|
|
2180
|
+
get viewType(): Nullable<string>;
|
|
2181
|
+
set viewType(value: Nullable<string>);
|
|
2182
|
+
copy(type?: string, fieldName?: Nullable<string>, schemaType?: Nullable<string>, viewType?: Nullable<string>): types.Component;
|
|
2183
|
+
toString(): string;
|
|
2184
|
+
hashCode(): number;
|
|
2185
|
+
equals(other: Nullable<any>): boolean;
|
|
2186
|
+
static Component_init_$Create$(seen1: number, type: Nullable<string>, fieldName: Nullable<string>, schemaType: Nullable<string>, viewType: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): types.Component;
|
|
2187
|
+
static get Companion(): {
|
|
2188
|
+
serializer(): any/* kotlinx.serialization.KSerializer<types.Component> */;
|
|
2189
|
+
};
|
|
2190
|
+
static get $serializer(): {
|
|
2191
|
+
} & any/* kotlinx.serialization.internal.GeneratedSerializer<types.Component> */;
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2128
2194
|
export declare namespace types {
|
|
2129
2195
|
class Config {
|
|
2130
2196
|
constructor(url?: Nullable<string>, testsDirectory?: Nullable<string>, mapName?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>, referencesCollections?: Array<string>, currentReferencePrefix?: Nullable<string>);
|
|
@@ -2323,18 +2389,18 @@ export declare namespace types.internal {
|
|
|
2323
2389
|
} & any/* kotlinx.serialization.internal.GeneratedSerializer<types.internal.Manifest> */;
|
|
2324
2390
|
}
|
|
2325
2391
|
class ManifestBuild {
|
|
2326
|
-
constructor(version?: Nullable<string>, name?: Nullable<string>,
|
|
2392
|
+
constructor(version?: Nullable<string>, name?: Nullable<string>, modularComponents?: Array<string>);
|
|
2327
2393
|
get version(): Nullable<string>;
|
|
2328
2394
|
set version(value: Nullable<string>);
|
|
2329
2395
|
get name(): Nullable<string>;
|
|
2330
2396
|
set name(value: Nullable<string>);
|
|
2331
|
-
get
|
|
2332
|
-
set
|
|
2333
|
-
copy(version?: Nullable<string>, name?: Nullable<string>,
|
|
2397
|
+
get modularComponents(): Array<string>;
|
|
2398
|
+
set modularComponents(value: Array<string>);
|
|
2399
|
+
copy(version?: Nullable<string>, name?: Nullable<string>, modularComponents?: Array<string>): types.internal.ManifestBuild;
|
|
2334
2400
|
toString(): string;
|
|
2335
2401
|
hashCode(): number;
|
|
2336
2402
|
equals(other: Nullable<any>): boolean;
|
|
2337
|
-
static ManifestBuild_init_$Create$(seen1: number, version: Nullable<string>, name: Nullable<string>,
|
|
2403
|
+
static ManifestBuild_init_$Create$(seen1: number, version: Nullable<string>, name: Nullable<string>, modularComponents: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): types.internal.ManifestBuild;
|
|
2338
2404
|
static get Companion(): {
|
|
2339
2405
|
serializer(): any/* kotlinx.serialization.KSerializer<types.internal.ManifestBuild> */;
|
|
2340
2406
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
48d710bed0496abd9526f8538ff34db4
|