@elyx-code/project-logic-tree 0.0.7148 → 0.0.7150
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/index.cjs +249 -249
- package/dist/index.d.ts +80 -74
- package/dist/index.js +17259 -17167
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10516,7 +10516,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10516
10516
|
};
|
|
10517
10517
|
};
|
|
10518
10518
|
};
|
|
10519
|
-
"external-integration--google-sheet--
|
|
10519
|
+
"external-integration--google-sheet--merge-unmerge-cells": {
|
|
10520
10520
|
id: ExternalIntegrationOperations;
|
|
10521
10521
|
inputs: {
|
|
10522
10522
|
connection: {
|
|
@@ -10537,7 +10537,13 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10537
10537
|
id: string;
|
|
10538
10538
|
};
|
|
10539
10539
|
};
|
|
10540
|
-
|
|
10540
|
+
merge: {
|
|
10541
|
+
id: string;
|
|
10542
|
+
dataType: {
|
|
10543
|
+
id: string;
|
|
10544
|
+
};
|
|
10545
|
+
};
|
|
10546
|
+
mergeType: {
|
|
10541
10547
|
id: string;
|
|
10542
10548
|
dataType: {
|
|
10543
10549
|
id: string;
|
|
@@ -10559,7 +10565,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10559
10565
|
};
|
|
10560
10566
|
};
|
|
10561
10567
|
};
|
|
10562
|
-
"external-integration--google-sheet--
|
|
10568
|
+
"external-integration--google-sheet--auto-resize-dimensions": {
|
|
10563
10569
|
id: ExternalIntegrationOperations;
|
|
10564
10570
|
inputs: {
|
|
10565
10571
|
connection: {
|
|
@@ -10580,18 +10586,6 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10580
10586
|
id: string;
|
|
10581
10587
|
};
|
|
10582
10588
|
};
|
|
10583
|
-
merge: {
|
|
10584
|
-
id: string;
|
|
10585
|
-
dataType: {
|
|
10586
|
-
id: string;
|
|
10587
|
-
};
|
|
10588
|
-
};
|
|
10589
|
-
mergeType: {
|
|
10590
|
-
id: string;
|
|
10591
|
-
dataType: {
|
|
10592
|
-
id: string;
|
|
10593
|
-
};
|
|
10594
|
-
};
|
|
10595
10589
|
};
|
|
10596
10590
|
dataType: {
|
|
10597
10591
|
id: string;
|
|
@@ -10608,7 +10602,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10608
10602
|
};
|
|
10609
10603
|
};
|
|
10610
10604
|
};
|
|
10611
|
-
"external-integration--google-sheet--
|
|
10605
|
+
"external-integration--google-sheet--resize-dimension": {
|
|
10612
10606
|
id: ExternalIntegrationOperations;
|
|
10613
10607
|
inputs: {
|
|
10614
10608
|
connection: {
|
|
@@ -10629,6 +10623,12 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10629
10623
|
id: string;
|
|
10630
10624
|
};
|
|
10631
10625
|
};
|
|
10626
|
+
pixelSize: {
|
|
10627
|
+
id: string;
|
|
10628
|
+
dataType: {
|
|
10629
|
+
id: string;
|
|
10630
|
+
};
|
|
10631
|
+
};
|
|
10632
10632
|
};
|
|
10633
10633
|
dataType: {
|
|
10634
10634
|
id: string;
|
|
@@ -20479,12 +20479,11 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20479
20479
|
GoogleSheetsRenameSheet = "external-integration--google-sheet--rename-sheet",// DONE
|
|
20480
20480
|
GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet",// DONE
|
|
20481
20481
|
GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet",// DONE
|
|
20482
|
-
GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values"
|
|
20483
|
-
GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells"
|
|
20482
|
+
GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values",// DONE
|
|
20483
|
+
GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells",// DONE
|
|
20484
20484
|
GoogleSheetsSetNumberFormat = "external-integration--google-sheet--set-number-format",
|
|
20485
|
-
GoogleSheetsSetBackgroundColor = "external-integration--google-sheet--set-background-color",
|
|
20486
20485
|
GoogleSheetsMergeUnmergeCells = "external-integration--google-sheet--merge-unmerge-cells",
|
|
20487
|
-
GoogleSheetsAutoResizeDimensions = "external-integration--google-sheet--auto-resize-dimensions"
|
|
20486
|
+
GoogleSheetsAutoResizeDimensions = "external-integration--google-sheet--auto-resize-dimensions",// DONE
|
|
20488
20487
|
GoogleSheetsFindAndReplace = "external-integration--google-sheet--find-and-replace",
|
|
20489
20488
|
GoogleSheetsAddDataValidation = "external-integration--google-sheet--add-data-validation",
|
|
20490
20489
|
GoogleSheetsSortRange = "external-integration--google-sheet--sort-range",
|
|
@@ -20507,6 +20506,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20507
20506
|
GoogleSheetsAddBanding = "external-integration--google-sheet--add-banding",
|
|
20508
20507
|
GoogleSheetsAddNamedRange = "external-integration--google-sheet--add-named-range",
|
|
20509
20508
|
GoogleSheetsSetCellNote = "external-integration--google-sheet--set-cell-note",
|
|
20509
|
+
GoogleSheetsResizeDimension = "external-integration--google-sheet--resize-dimension",// DONE
|
|
20510
20510
|
GoogleSheetsCloneSheet = "external-integration--google-sheet--clone-sheet"
|
|
20511
20511
|
}
|
|
20512
20512
|
|
|
@@ -32264,7 +32264,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32264
32264
|
};
|
|
32265
32265
|
}
|
|
32266
32266
|
|
|
32267
|
-
export declare class
|
|
32267
|
+
export declare class OperationsImplementationsGoogleSheetsResizeDimensionModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32268
32268
|
manifest: ExtensionManifest;
|
|
32269
32269
|
module: {
|
|
32270
32270
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
@@ -34815,7 +34815,13 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
34815
34815
|
|
|
34816
34816
|
export declare function parseSpreadsheetRangeToDimensionRange(rangeObj: any, options?: RangeParseOptions): any;
|
|
34817
34817
|
|
|
34818
|
-
export declare function parseSpreadsheetRangeToGridRange(rangeObj: any, options?: RangeParseOptions):
|
|
34818
|
+
export declare function parseSpreadsheetRangeToGridRange(rangeObj: any, options?: RangeParseOptions): {
|
|
34819
|
+
sheetId?: number;
|
|
34820
|
+
startRowIndex?: number;
|
|
34821
|
+
endRowIndex?: number;
|
|
34822
|
+
startColumnIndex?: number;
|
|
34823
|
+
endColumnIndex?: number;
|
|
34824
|
+
};
|
|
34819
34825
|
|
|
34820
34826
|
export declare const PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION: string;
|
|
34821
34827
|
|
|
@@ -36320,6 +36326,58 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
36320
36326
|
|
|
36321
36327
|
export declare type RequiredSheetFormat = 'Name' | 'Id';
|
|
36322
36328
|
|
|
36329
|
+
export declare const resizeDimensionActionRef: IActionDescriptorReference;
|
|
36330
|
+
|
|
36331
|
+
export declare const resizeDimensionConnectionInput: IValueDescriptorTransfer;
|
|
36332
|
+
|
|
36333
|
+
export declare const resizeDimensionConnectionInputDataType: IDataTypeTransfer;
|
|
36334
|
+
|
|
36335
|
+
export declare const resizeDimensionConnectionInputDTParentRef: IValueDescriptorReference;
|
|
36336
|
+
|
|
36337
|
+
export declare const resizeDimensionConnectionInputParentRef: IActionDescriptorReference;
|
|
36338
|
+
|
|
36339
|
+
export declare const resizeDimensionIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
36340
|
+
|
|
36341
|
+
export declare const resizeDimensionPixelSizeInput: IValueDescriptorTransfer;
|
|
36342
|
+
|
|
36343
|
+
export declare const resizeDimensionPixelSizeInputDataType: IDataTypeTransfer;
|
|
36344
|
+
|
|
36345
|
+
export declare const resizeDimensionPixelSizeInputDTParentRef: IValueDescriptorReference;
|
|
36346
|
+
|
|
36347
|
+
export declare const resizeDimensionPixelSizeInputParentRef: IActionDescriptorReference;
|
|
36348
|
+
|
|
36349
|
+
export declare const resizeDimensionRangeInput: IValueDescriptorTransfer;
|
|
36350
|
+
|
|
36351
|
+
export declare const resizeDimensionRangeInputDataType: IDataTypeTransfer;
|
|
36352
|
+
|
|
36353
|
+
export declare const resizeDimensionRangeInputDTParentRef: IValueDescriptorReference;
|
|
36354
|
+
|
|
36355
|
+
export declare const resizeDimensionRangeInputParentRef: IActionDescriptorReference;
|
|
36356
|
+
|
|
36357
|
+
export declare const resizeDimensionResponseDataType: IDataTypeTransfer;
|
|
36358
|
+
|
|
36359
|
+
export declare const resizeDimensionResponseDTParentRef: IActionDescriptorReference;
|
|
36360
|
+
|
|
36361
|
+
export declare const resizeDimensionResponseEntity: IDefinitionEntityTransfer;
|
|
36362
|
+
|
|
36363
|
+
export declare const resizeDimensionResponseEntityParentRef: IDataTypeReference;
|
|
36364
|
+
|
|
36365
|
+
export declare const resizeDimensionResponsePropsParentRef: IDefinitionEntityReference;
|
|
36366
|
+
|
|
36367
|
+
export declare const resizeDimensionSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
36368
|
+
|
|
36369
|
+
export declare const resizeDimensionSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
36370
|
+
|
|
36371
|
+
export declare const resizeDimensionSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
36372
|
+
|
|
36373
|
+
export declare const resizeDimensionSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
36374
|
+
|
|
36375
|
+
export declare const resizeDimensionSuccessProp: IPropertyTransfer;
|
|
36376
|
+
|
|
36377
|
+
export declare const resizeDimensionSuccessPropDT: IDataTypeTransfer;
|
|
36378
|
+
|
|
36379
|
+
export declare const resizeDimensionSuccessPropDTParentRef: IPropertyReference;
|
|
36380
|
+
|
|
36323
36381
|
export declare function resolveActionDescriptorName(actionDescriptor: ActionDescriptorState): string;
|
|
36324
36382
|
|
|
36325
36383
|
export declare function resolveActionDescriptorNameById(id: string): string | null;
|
|
@@ -37277,58 +37335,6 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
37277
37335
|
*/
|
|
37278
37336
|
export declare function set<T extends object = any>(obj: T, path: PathInput, value: any, options?: SetOptions): T;
|
|
37279
37337
|
|
|
37280
|
-
export declare const setBackgroundColorActionRef: IActionDescriptorReference;
|
|
37281
|
-
|
|
37282
|
-
export declare const setBackgroundColorColorInput: IValueDescriptorTransfer;
|
|
37283
|
-
|
|
37284
|
-
export declare const setBackgroundColorColorInputDataType: IDataTypeTransfer;
|
|
37285
|
-
|
|
37286
|
-
export declare const setBackgroundColorColorInputDTParentRef: IValueDescriptorReference;
|
|
37287
|
-
|
|
37288
|
-
export declare const setBackgroundColorColorInputParentRef: IActionDescriptorReference;
|
|
37289
|
-
|
|
37290
|
-
export declare const setBackgroundColorConnectionInput: IValueDescriptorTransfer;
|
|
37291
|
-
|
|
37292
|
-
export declare const setBackgroundColorConnectionInputDataType: IDataTypeTransfer;
|
|
37293
|
-
|
|
37294
|
-
export declare const setBackgroundColorConnectionInputDTParentRef: IValueDescriptorReference;
|
|
37295
|
-
|
|
37296
|
-
export declare const setBackgroundColorConnectionInputParentRef: IActionDescriptorReference;
|
|
37297
|
-
|
|
37298
|
-
export declare const setBackgroundColorIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
37299
|
-
|
|
37300
|
-
export declare const setBackgroundColorRangeInput: IValueDescriptorTransfer;
|
|
37301
|
-
|
|
37302
|
-
export declare const setBackgroundColorRangeInputDataType: IDataTypeTransfer;
|
|
37303
|
-
|
|
37304
|
-
export declare const setBackgroundColorRangeInputDTParentRef: IValueDescriptorReference;
|
|
37305
|
-
|
|
37306
|
-
export declare const setBackgroundColorRangeInputParentRef: IActionDescriptorReference;
|
|
37307
|
-
|
|
37308
|
-
export declare const setBackgroundColorResponseDataType: IDataTypeTransfer;
|
|
37309
|
-
|
|
37310
|
-
export declare const setBackgroundColorResponseDTParentRef: IActionDescriptorReference;
|
|
37311
|
-
|
|
37312
|
-
export declare const setBackgroundColorResponseEntity: IDefinitionEntityTransfer;
|
|
37313
|
-
|
|
37314
|
-
export declare const setBackgroundColorResponseEntityParentRef: IDataTypeReference;
|
|
37315
|
-
|
|
37316
|
-
export declare const setBackgroundColorResponsePropsParentRef: IDefinitionEntityReference;
|
|
37317
|
-
|
|
37318
|
-
export declare const setBackgroundColorSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
37319
|
-
|
|
37320
|
-
export declare const setBackgroundColorSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
37321
|
-
|
|
37322
|
-
export declare const setBackgroundColorSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
37323
|
-
|
|
37324
|
-
export declare const setBackgroundColorSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
37325
|
-
|
|
37326
|
-
export declare const setBackgroundColorSuccessProp: IPropertyTransfer;
|
|
37327
|
-
|
|
37328
|
-
export declare const setBackgroundColorSuccessPropDT: IDataTypeTransfer;
|
|
37329
|
-
|
|
37330
|
-
export declare const setBackgroundColorSuccessPropDTParentRef: IPropertyReference;
|
|
37331
|
-
|
|
37332
37338
|
export declare const setCellNoteActionRef: IActionDescriptorReference;
|
|
37333
37339
|
|
|
37334
37340
|
export declare const setCellNoteConnectionInput: IValueDescriptorTransfer;
|