@elyx-code/project-logic-tree 0.0.7145 → 0.0.7146
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 +290 -290
- package/dist/index.d.ts +148 -2
- package/dist/index.js +43988 -43344
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10403,6 +10403,60 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10403
10403
|
id: string;
|
|
10404
10404
|
};
|
|
10405
10405
|
};
|
|
10406
|
+
underline: {
|
|
10407
|
+
id: string;
|
|
10408
|
+
dataType: {
|
|
10409
|
+
id: string;
|
|
10410
|
+
};
|
|
10411
|
+
};
|
|
10412
|
+
strikethrough: {
|
|
10413
|
+
id: string;
|
|
10414
|
+
dataType: {
|
|
10415
|
+
id: string;
|
|
10416
|
+
};
|
|
10417
|
+
};
|
|
10418
|
+
fontSize: {
|
|
10419
|
+
id: string;
|
|
10420
|
+
dataType: {
|
|
10421
|
+
id: string;
|
|
10422
|
+
};
|
|
10423
|
+
};
|
|
10424
|
+
fontFamily: {
|
|
10425
|
+
id: string;
|
|
10426
|
+
dataType: {
|
|
10427
|
+
id: string;
|
|
10428
|
+
};
|
|
10429
|
+
};
|
|
10430
|
+
textColor: {
|
|
10431
|
+
id: string;
|
|
10432
|
+
dataType: {
|
|
10433
|
+
id: string;
|
|
10434
|
+
};
|
|
10435
|
+
};
|
|
10436
|
+
backgroundColor: {
|
|
10437
|
+
id: string;
|
|
10438
|
+
dataType: {
|
|
10439
|
+
id: string;
|
|
10440
|
+
};
|
|
10441
|
+
};
|
|
10442
|
+
horizontalAlignment: {
|
|
10443
|
+
id: string;
|
|
10444
|
+
dataType: {
|
|
10445
|
+
id: string;
|
|
10446
|
+
};
|
|
10447
|
+
};
|
|
10448
|
+
verticalAlignment: {
|
|
10449
|
+
id: string;
|
|
10450
|
+
dataType: {
|
|
10451
|
+
id: string;
|
|
10452
|
+
};
|
|
10453
|
+
};
|
|
10454
|
+
wrapStrategy: {
|
|
10455
|
+
id: string;
|
|
10456
|
+
dataType: {
|
|
10457
|
+
id: string;
|
|
10458
|
+
};
|
|
10459
|
+
};
|
|
10406
10460
|
};
|
|
10407
10461
|
dataType: {
|
|
10408
10462
|
id: string;
|
|
@@ -20423,8 +20477,8 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20423
20477
|
GoogleSheetsClearRange = "external-integration--google-sheet--clear-range",// DONE
|
|
20424
20478
|
GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheet--batch-update-spreadsheet",// DONE
|
|
20425
20479
|
GoogleSheetsRenameSheet = "external-integration--google-sheet--rename-sheet",// DONE
|
|
20426
|
-
GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet",//
|
|
20427
|
-
GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet"
|
|
20480
|
+
GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet",// DONE
|
|
20481
|
+
GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet",// DONE
|
|
20428
20482
|
GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values",
|
|
20429
20483
|
GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells",
|
|
20430
20484
|
GoogleSheetsSetNumberFormat = "external-integration--google-sheet--set-number-format",
|
|
@@ -21509,6 +21563,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
21509
21563
|
|
|
21510
21564
|
export declare const formatCellsActionRef: IActionDescriptorReference;
|
|
21511
21565
|
|
|
21566
|
+
export declare const formatCellsBackgroundColorInput: IValueDescriptorTransfer;
|
|
21567
|
+
|
|
21568
|
+
export declare const formatCellsBackgroundColorInputDataType: IDataTypeTransfer;
|
|
21569
|
+
|
|
21570
|
+
export declare const formatCellsBackgroundColorInputDTParentRef: IValueDescriptorReference;
|
|
21571
|
+
|
|
21572
|
+
export declare const formatCellsBackgroundColorInputParentRef: IActionDescriptorReference;
|
|
21573
|
+
|
|
21512
21574
|
export declare const formatCellsBoldInput: IValueDescriptorTransfer;
|
|
21513
21575
|
|
|
21514
21576
|
export declare const formatCellsBoldInputDataType: IDataTypeTransfer;
|
|
@@ -21525,6 +21587,30 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
21525
21587
|
|
|
21526
21588
|
export declare const formatCellsConnectionInputParentRef: IActionDescriptorReference;
|
|
21527
21589
|
|
|
21590
|
+
export declare const formatCellsFontFamilyInput: IValueDescriptorTransfer;
|
|
21591
|
+
|
|
21592
|
+
export declare const formatCellsFontFamilyInputDataType: IDataTypeTransfer;
|
|
21593
|
+
|
|
21594
|
+
export declare const formatCellsFontFamilyInputDTParentRef: IValueDescriptorReference;
|
|
21595
|
+
|
|
21596
|
+
export declare const formatCellsFontFamilyInputParentRef: IActionDescriptorReference;
|
|
21597
|
+
|
|
21598
|
+
export declare const formatCellsFontSizeInput: IValueDescriptorTransfer;
|
|
21599
|
+
|
|
21600
|
+
export declare const formatCellsFontSizeInputDataType: IDataTypeTransfer;
|
|
21601
|
+
|
|
21602
|
+
export declare const formatCellsFontSizeInputDTParentRef: IValueDescriptorReference;
|
|
21603
|
+
|
|
21604
|
+
export declare const formatCellsFontSizeInputParentRef: IActionDescriptorReference;
|
|
21605
|
+
|
|
21606
|
+
export declare const formatCellsHorizontalAlignmentInput: IValueDescriptorTransfer;
|
|
21607
|
+
|
|
21608
|
+
export declare const formatCellsHorizontalAlignmentInputDataType: IDataTypeTransfer;
|
|
21609
|
+
|
|
21610
|
+
export declare const formatCellsHorizontalAlignmentInputDTParentRef: IValueDescriptorReference;
|
|
21611
|
+
|
|
21612
|
+
export declare const formatCellsHorizontalAlignmentInputParentRef: IActionDescriptorReference;
|
|
21613
|
+
|
|
21528
21614
|
export declare const formatCellsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
21529
21615
|
|
|
21530
21616
|
export declare const formatCellsItalicInput: IValueDescriptorTransfer;
|
|
@@ -21561,12 +21647,52 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
21561
21647
|
|
|
21562
21648
|
export declare const formatCellsSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
21563
21649
|
|
|
21650
|
+
export declare const formatCellsStrikethroughInput: IValueDescriptorTransfer;
|
|
21651
|
+
|
|
21652
|
+
export declare const formatCellsStrikethroughInputDataType: IDataTypeTransfer;
|
|
21653
|
+
|
|
21654
|
+
export declare const formatCellsStrikethroughInputDTParentRef: IValueDescriptorReference;
|
|
21655
|
+
|
|
21656
|
+
export declare const formatCellsStrikethroughInputParentRef: IActionDescriptorReference;
|
|
21657
|
+
|
|
21564
21658
|
export declare const formatCellsSuccessProp: IPropertyTransfer;
|
|
21565
21659
|
|
|
21566
21660
|
export declare const formatCellsSuccessPropDT: IDataTypeTransfer;
|
|
21567
21661
|
|
|
21568
21662
|
export declare const formatCellsSuccessPropDTParentRef: IPropertyReference;
|
|
21569
21663
|
|
|
21664
|
+
export declare const formatCellsTextColorInput: IValueDescriptorTransfer;
|
|
21665
|
+
|
|
21666
|
+
export declare const formatCellsTextColorInputDataType: IDataTypeTransfer;
|
|
21667
|
+
|
|
21668
|
+
export declare const formatCellsTextColorInputDTParentRef: IValueDescriptorReference;
|
|
21669
|
+
|
|
21670
|
+
export declare const formatCellsTextColorInputParentRef: IActionDescriptorReference;
|
|
21671
|
+
|
|
21672
|
+
export declare const formatCellsUnderlineInput: IValueDescriptorTransfer;
|
|
21673
|
+
|
|
21674
|
+
export declare const formatCellsUnderlineInputDataType: IDataTypeTransfer;
|
|
21675
|
+
|
|
21676
|
+
export declare const formatCellsUnderlineInputDTParentRef: IValueDescriptorReference;
|
|
21677
|
+
|
|
21678
|
+
export declare const formatCellsUnderlineInputParentRef: IActionDescriptorReference;
|
|
21679
|
+
|
|
21680
|
+
export declare const formatCellsVerticalAlignmentInput: IValueDescriptorTransfer;
|
|
21681
|
+
|
|
21682
|
+
export declare const formatCellsVerticalAlignmentInputDataType: IDataTypeTransfer;
|
|
21683
|
+
|
|
21684
|
+
export declare const formatCellsVerticalAlignmentInputDTParentRef: IValueDescriptorReference;
|
|
21685
|
+
|
|
21686
|
+
export declare const formatCellsVerticalAlignmentInputParentRef: IActionDescriptorReference;
|
|
21687
|
+
|
|
21688
|
+
export declare const formatCellsWrapStrategyInput: IValueDescriptorTransfer;
|
|
21689
|
+
|
|
21690
|
+
export declare const formatCellsWrapStrategyInputDataType: IDataTypeTransfer;
|
|
21691
|
+
|
|
21692
|
+
export declare const formatCellsWrapStrategyInputDTParentRef: IValueDescriptorReference;
|
|
21693
|
+
|
|
21694
|
+
export declare const formatCellsWrapStrategyInputParentRef: IActionDescriptorReference;
|
|
21695
|
+
|
|
21570
21696
|
export declare function formatDate(input: ISODateString, format: string): string;
|
|
21571
21697
|
|
|
21572
21698
|
export declare const formatDateDateArg: IValueDescriptorTransfer;
|
|
@@ -25768,6 +25894,13 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
25768
25894
|
parent: IProject | IProjectReference | IInstalledProject | IInstalledProjectReference;
|
|
25769
25895
|
}
|
|
25770
25896
|
|
|
25897
|
+
export declare interface IGoogleSheetsColor {
|
|
25898
|
+
red?: number;
|
|
25899
|
+
green?: number;
|
|
25900
|
+
blue?: number;
|
|
25901
|
+
alpha?: number;
|
|
25902
|
+
}
|
|
25903
|
+
|
|
25771
25904
|
export declare interface IIncompatibleAIsGlobalBIsNotScope extends IScopeCompatibility {
|
|
25772
25905
|
compatible: false;
|
|
25773
25906
|
type: ScopeCompatibilityType.AIsGlobalBIsNot;
|
|
@@ -27154,6 +27287,13 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
27154
27287
|
parent: EntryPointEntity | EntryPointEntityReference;
|
|
27155
27288
|
}
|
|
27156
27289
|
|
|
27290
|
+
export declare interface IRgbaColor {
|
|
27291
|
+
red?: number;
|
|
27292
|
+
green?: number;
|
|
27293
|
+
blue?: number;
|
|
27294
|
+
alpha?: number;
|
|
27295
|
+
}
|
|
27296
|
+
|
|
27157
27297
|
export declare function isAfter(a: ISODateString, b: ISODateString, unit?: default_3.OpUnitType): boolean;
|
|
27158
27298
|
|
|
27159
27299
|
export declare const isAfterUnitArgDefaultValue: ILiteralValueTransfer;
|
|
@@ -36533,6 +36673,12 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
36533
36673
|
|
|
36534
36674
|
export declare const rgbaRedPropertyDataType: IDataTypeTransfer;
|
|
36535
36675
|
|
|
36676
|
+
/**
|
|
36677
|
+
* Converts an RGBA object (where RGB values are 0..255 and alpha is 0..1)
|
|
36678
|
+
* into a Google Sheets API Color object (where red, green, blue, alpha are 0.0..1.0).
|
|
36679
|
+
*/
|
|
36680
|
+
export declare function rgbaToGoogleSheetsColor(color: IRgbaColor | null | undefined): IGoogleSheetsColor | undefined;
|
|
36681
|
+
|
|
36536
36682
|
export declare const rgbBlueProperty: IPropertyTransfer;
|
|
36537
36683
|
|
|
36538
36684
|
export declare const rgbBluePropertyDataType: IDataTypeTransfer;
|