babylonjs-inspector 7.20.0 → 7.21.0
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/babylon.inspector.d.ts
CHANGED
|
@@ -75,6 +75,12 @@ declare module INSPECTOR {
|
|
|
75
75
|
static MarkLineContainerTitleForHighlighting(title: string): void;
|
|
76
76
|
static MarkMultipleLineContainerTitlesForHighlighting(titles: string[]): void;
|
|
77
77
|
private static _CopyStyles;
|
|
78
|
+
private static _SceneExplorerOptions;
|
|
79
|
+
private static _InspectorOptions;
|
|
80
|
+
private static _EmbedOptions;
|
|
81
|
+
static PopupEmbed(): void;
|
|
82
|
+
static PopupSceneExplorer(): void;
|
|
83
|
+
static PopupInspector(): void;
|
|
78
84
|
private static _CreateSceneExplorer;
|
|
79
85
|
private static _CreateActionTabs;
|
|
80
86
|
private static _CreateEmbedHost;
|
|
@@ -183,11 +189,13 @@ declare module INSPECTOR {
|
|
|
183
189
|
validationResults: BABYLON.Nullable<BABYLON.GLTF2.IGLTFValidationResults>;
|
|
184
190
|
onValidationResultsUpdatedObservable: BABYLON.Observable<BABYLON.Nullable<BABYLON.GLTF2.IGLTFValidationResults>>;
|
|
185
191
|
onExtensionLoadedObservable: BABYLON.Observable<BABYLON.IGLTFLoaderExtension>;
|
|
192
|
+
glTFLoaderOverrideExtensionsConfig: boolean;
|
|
186
193
|
glTFLoaderExtensionDefaults: {
|
|
187
194
|
[name: string]: {
|
|
188
195
|
[key: string]: any;
|
|
189
196
|
};
|
|
190
197
|
};
|
|
198
|
+
glTFLoaderOverrideConfig: boolean;
|
|
191
199
|
glTFLoaderDefaults: {
|
|
192
200
|
[key: string]: any;
|
|
193
201
|
};
|
|
@@ -1221,8 +1229,13 @@ declare module INSPECTOR {
|
|
|
1221
1229
|
globalState: GlobalState;
|
|
1222
1230
|
lockObject: INSPECTOR.SharedUIComponents.LockObject;
|
|
1223
1231
|
}
|
|
1224
|
-
|
|
1232
|
+
interface IGLTFComponentState {
|
|
1233
|
+
showGLTFLoaderOptions: boolean;
|
|
1234
|
+
showGLTFExtensionOptions: boolean;
|
|
1235
|
+
}
|
|
1236
|
+
export class GLTFComponent extends React.Component<IGLTFComponentProps, IGLTFComponentState> {
|
|
1225
1237
|
private _onValidationResultsUpdatedObserver;
|
|
1238
|
+
constructor(props: IGLTFComponentProps);
|
|
1226
1239
|
openValidationDetails(): void;
|
|
1227
1240
|
prepareText(singularForm: string, count: number): string;
|
|
1228
1241
|
componentDidMount(): void;
|
|
@@ -3617,6 +3630,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3617
3630
|
}
|
|
3618
3631
|
declare module INSPECTOR {
|
|
3619
3632
|
|
|
3633
|
+
|
|
3620
3634
|
}
|
|
3621
3635
|
declare module INSPECTOR.SharedUIComponents {
|
|
3622
3636
|
export class PropertyChangedEvent {
|
|
@@ -3632,6 +3646,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3632
3646
|
}
|
|
3633
3647
|
declare module INSPECTOR {
|
|
3634
3648
|
|
|
3649
|
+
|
|
3635
3650
|
}
|
|
3636
3651
|
declare module INSPECTOR.SharedUIComponents {
|
|
3637
3652
|
export function copyCommandToClipboard(strCommand: string): void;
|
|
@@ -3645,6 +3660,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3645
3660
|
}
|
|
3646
3661
|
declare module INSPECTOR {
|
|
3647
3662
|
|
|
3663
|
+
|
|
3648
3664
|
}
|
|
3649
3665
|
declare module INSPECTOR.SharedUIComponents {
|
|
3650
3666
|
/**
|
|
@@ -3662,6 +3678,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3662
3678
|
}
|
|
3663
3679
|
declare module INSPECTOR {
|
|
3664
3680
|
|
|
3681
|
+
|
|
3665
3682
|
}
|
|
3666
3683
|
declare module INSPECTOR.SharedUIComponents {
|
|
3667
3684
|
interface ITextBlockPropertyGridComponentProps {
|
|
@@ -3679,6 +3696,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3679
3696
|
}
|
|
3680
3697
|
declare module INSPECTOR {
|
|
3681
3698
|
|
|
3699
|
+
|
|
3682
3700
|
}
|
|
3683
3701
|
declare module INSPECTOR.SharedUIComponents {
|
|
3684
3702
|
interface IStackPanelPropertyGridComponentProps {
|
|
@@ -3696,6 +3714,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3696
3714
|
}
|
|
3697
3715
|
declare module INSPECTOR {
|
|
3698
3716
|
|
|
3717
|
+
|
|
3699
3718
|
}
|
|
3700
3719
|
declare module INSPECTOR.SharedUIComponents {
|
|
3701
3720
|
interface ISliderPropertyGridComponentProps {
|
|
@@ -3713,6 +3732,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3713
3732
|
}
|
|
3714
3733
|
declare module INSPECTOR {
|
|
3715
3734
|
|
|
3735
|
+
|
|
3716
3736
|
}
|
|
3717
3737
|
declare module INSPECTOR.SharedUIComponents {
|
|
3718
3738
|
interface IScrollViewerPropertyGridComponentProps {
|
|
@@ -3730,6 +3750,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3730
3750
|
}
|
|
3731
3751
|
declare module INSPECTOR {
|
|
3732
3752
|
|
|
3753
|
+
|
|
3733
3754
|
}
|
|
3734
3755
|
declare module INSPECTOR.SharedUIComponents {
|
|
3735
3756
|
interface IRectanglePropertyGridComponentProps {
|
|
@@ -3747,6 +3768,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3747
3768
|
}
|
|
3748
3769
|
declare module INSPECTOR {
|
|
3749
3770
|
|
|
3771
|
+
|
|
3750
3772
|
}
|
|
3751
3773
|
declare module INSPECTOR.SharedUIComponents {
|
|
3752
3774
|
interface IRadioButtonPropertyGridComponentProps {
|
|
@@ -3764,6 +3786,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3764
3786
|
}
|
|
3765
3787
|
declare module INSPECTOR {
|
|
3766
3788
|
|
|
3789
|
+
|
|
3767
3790
|
}
|
|
3768
3791
|
declare module INSPECTOR.SharedUIComponents {
|
|
3769
3792
|
interface ILinePropertyGridComponentProps {
|
|
@@ -3782,6 +3805,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3782
3805
|
}
|
|
3783
3806
|
declare module INSPECTOR {
|
|
3784
3807
|
|
|
3808
|
+
|
|
3785
3809
|
}
|
|
3786
3810
|
declare module INSPECTOR.SharedUIComponents {
|
|
3787
3811
|
interface IInputTextPropertyGridComponentProps {
|
|
@@ -3799,6 +3823,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3799
3823
|
}
|
|
3800
3824
|
declare module INSPECTOR {
|
|
3801
3825
|
|
|
3826
|
+
|
|
3802
3827
|
}
|
|
3803
3828
|
declare module INSPECTOR.SharedUIComponents {
|
|
3804
3829
|
interface IImagePropertyGridComponentProps {
|
|
@@ -3816,6 +3841,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3816
3841
|
}
|
|
3817
3842
|
declare module INSPECTOR {
|
|
3818
3843
|
|
|
3844
|
+
|
|
3819
3845
|
}
|
|
3820
3846
|
declare module INSPECTOR.SharedUIComponents {
|
|
3821
3847
|
interface IImageBasedSliderPropertyGridComponentProps {
|
|
@@ -3833,6 +3859,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3833
3859
|
}
|
|
3834
3860
|
declare module INSPECTOR {
|
|
3835
3861
|
|
|
3862
|
+
|
|
3836
3863
|
}
|
|
3837
3864
|
declare module INSPECTOR.SharedUIComponents {
|
|
3838
3865
|
interface IGridPropertyGridComponentProps {
|
|
@@ -3852,6 +3879,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3852
3879
|
}
|
|
3853
3880
|
declare module INSPECTOR {
|
|
3854
3881
|
|
|
3882
|
+
|
|
3855
3883
|
}
|
|
3856
3884
|
declare module INSPECTOR.SharedUIComponents {
|
|
3857
3885
|
interface IEllipsePropertyGridComponentProps {
|
|
@@ -3869,6 +3897,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3869
3897
|
}
|
|
3870
3898
|
declare module INSPECTOR {
|
|
3871
3899
|
|
|
3900
|
+
|
|
3872
3901
|
}
|
|
3873
3902
|
declare module INSPECTOR.SharedUIComponents {
|
|
3874
3903
|
interface IControlPropertyGridComponentProps {
|
|
@@ -3886,6 +3915,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3886
3915
|
}
|
|
3887
3916
|
declare module INSPECTOR {
|
|
3888
3917
|
|
|
3918
|
+
|
|
3889
3919
|
}
|
|
3890
3920
|
declare module INSPECTOR.SharedUIComponents {
|
|
3891
3921
|
interface ICommonControlPropertyGridComponentProps {
|
|
@@ -3905,6 +3935,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3905
3935
|
}
|
|
3906
3936
|
declare module INSPECTOR {
|
|
3907
3937
|
|
|
3938
|
+
|
|
3908
3939
|
}
|
|
3909
3940
|
declare module INSPECTOR.SharedUIComponents {
|
|
3910
3941
|
interface IColorPickerPropertyGridComponentProps {
|
|
@@ -3922,6 +3953,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3922
3953
|
}
|
|
3923
3954
|
declare module INSPECTOR {
|
|
3924
3955
|
|
|
3956
|
+
|
|
3925
3957
|
}
|
|
3926
3958
|
declare module INSPECTOR.SharedUIComponents {
|
|
3927
3959
|
interface ICheckboxPropertyGridComponentProps {
|
|
@@ -3939,6 +3971,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3939
3971
|
}
|
|
3940
3972
|
declare module INSPECTOR {
|
|
3941
3973
|
|
|
3974
|
+
|
|
3942
3975
|
}
|
|
3943
3976
|
declare module INSPECTOR.SharedUIComponents {
|
|
3944
3977
|
export class TypeLedger {
|
|
@@ -3951,6 +3984,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3951
3984
|
}
|
|
3952
3985
|
declare module INSPECTOR {
|
|
3953
3986
|
|
|
3987
|
+
|
|
3954
3988
|
}
|
|
3955
3989
|
declare module INSPECTOR.SharedUIComponents {
|
|
3956
3990
|
export const IsFramePortData: (variableToCheck: any) => variableToCheck is INSPECTOR.SharedUIComponents.FramePortData;
|
|
@@ -3961,6 +3995,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3961
3995
|
}
|
|
3962
3996
|
declare module INSPECTOR {
|
|
3963
3997
|
|
|
3998
|
+
|
|
3964
3999
|
}
|
|
3965
4000
|
declare module INSPECTOR.SharedUIComponents {
|
|
3966
4001
|
export class StateManager {
|
|
@@ -4014,6 +4049,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4014
4049
|
}
|
|
4015
4050
|
declare module INSPECTOR {
|
|
4016
4051
|
|
|
4052
|
+
|
|
4017
4053
|
}
|
|
4018
4054
|
declare module INSPECTOR.SharedUIComponents {
|
|
4019
4055
|
export interface ISearchBoxComponentProps {
|
|
@@ -4044,6 +4080,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4044
4080
|
}
|
|
4045
4081
|
declare module INSPECTOR {
|
|
4046
4082
|
|
|
4083
|
+
|
|
4047
4084
|
}
|
|
4048
4085
|
declare module INSPECTOR.SharedUIComponents {
|
|
4049
4086
|
export class PropertyLedger {
|
|
@@ -4058,6 +4095,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4058
4095
|
}
|
|
4059
4096
|
declare module INSPECTOR {
|
|
4060
4097
|
|
|
4098
|
+
|
|
4061
4099
|
}
|
|
4062
4100
|
declare module INSPECTOR.SharedUIComponents {
|
|
4063
4101
|
export class NodePort {
|
|
@@ -4093,6 +4131,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4093
4131
|
}
|
|
4094
4132
|
declare module INSPECTOR {
|
|
4095
4133
|
|
|
4134
|
+
|
|
4096
4135
|
}
|
|
4097
4136
|
declare module INSPECTOR.SharedUIComponents {
|
|
4098
4137
|
export class NodeLink {
|
|
@@ -4127,6 +4166,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4127
4166
|
}
|
|
4128
4167
|
declare module INSPECTOR {
|
|
4129
4168
|
|
|
4169
|
+
|
|
4130
4170
|
}
|
|
4131
4171
|
declare module INSPECTOR.SharedUIComponents {
|
|
4132
4172
|
export class NodeLedger {
|
|
@@ -4139,6 +4179,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4139
4179
|
}
|
|
4140
4180
|
declare module INSPECTOR {
|
|
4141
4181
|
|
|
4182
|
+
|
|
4142
4183
|
}
|
|
4143
4184
|
declare module INSPECTOR.SharedUIComponents {
|
|
4144
4185
|
/// <reference types="react" />
|
|
@@ -4222,6 +4263,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4222
4263
|
}
|
|
4223
4264
|
declare module INSPECTOR {
|
|
4224
4265
|
|
|
4266
|
+
|
|
4225
4267
|
}
|
|
4226
4268
|
declare module INSPECTOR.SharedUIComponents {
|
|
4227
4269
|
export enum FramePortPosition {
|
|
@@ -4376,6 +4418,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4376
4418
|
}
|
|
4377
4419
|
declare module INSPECTOR {
|
|
4378
4420
|
|
|
4421
|
+
|
|
4379
4422
|
}
|
|
4380
4423
|
declare module INSPECTOR.SharedUIComponents {
|
|
4381
4424
|
export interface IGraphCanvasComponentProps {
|
|
@@ -4493,6 +4536,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4493
4536
|
}
|
|
4494
4537
|
declare module INSPECTOR {
|
|
4495
4538
|
|
|
4539
|
+
|
|
4496
4540
|
}
|
|
4497
4541
|
declare module INSPECTOR.SharedUIComponents {
|
|
4498
4542
|
export class FrameNodePort extends INSPECTOR.SharedUIComponents.NodePort {
|
|
@@ -4518,6 +4562,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4518
4562
|
}
|
|
4519
4563
|
declare module INSPECTOR {
|
|
4520
4564
|
|
|
4565
|
+
|
|
4521
4566
|
}
|
|
4522
4567
|
declare module INSPECTOR.SharedUIComponents {
|
|
4523
4568
|
export class DisplayLedger {
|
|
@@ -4531,6 +4576,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4531
4576
|
}
|
|
4532
4577
|
declare module INSPECTOR {
|
|
4533
4578
|
|
|
4579
|
+
|
|
4534
4580
|
}
|
|
4535
4581
|
declare module INSPECTOR.SharedUIComponents {
|
|
4536
4582
|
export type FramePortData = {
|
|
@@ -4543,6 +4589,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4543
4589
|
}
|
|
4544
4590
|
declare module INSPECTOR {
|
|
4545
4591
|
|
|
4592
|
+
|
|
4546
4593
|
}
|
|
4547
4594
|
declare module INSPECTOR.SharedUIComponents {
|
|
4548
4595
|
export interface ISelectionChangedOptions {
|
|
@@ -4556,6 +4603,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4556
4603
|
}
|
|
4557
4604
|
declare module INSPECTOR {
|
|
4558
4605
|
|
|
4606
|
+
|
|
4559
4607
|
}
|
|
4560
4608
|
declare module INSPECTOR.SharedUIComponents {
|
|
4561
4609
|
export interface IPropertyComponentProps {
|
|
@@ -4568,6 +4616,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4568
4616
|
}
|
|
4569
4617
|
declare module INSPECTOR {
|
|
4570
4618
|
|
|
4619
|
+
|
|
4571
4620
|
}
|
|
4572
4621
|
declare module INSPECTOR.SharedUIComponents {
|
|
4573
4622
|
export enum PortDataDirection {
|
|
@@ -4602,6 +4651,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4602
4651
|
}
|
|
4603
4652
|
declare module INSPECTOR {
|
|
4604
4653
|
|
|
4654
|
+
|
|
4605
4655
|
}
|
|
4606
4656
|
declare module INSPECTOR.SharedUIComponents {
|
|
4607
4657
|
export interface INodeLocationInfo {
|
|
@@ -4636,6 +4686,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4636
4686
|
}
|
|
4637
4687
|
declare module INSPECTOR {
|
|
4638
4688
|
|
|
4689
|
+
|
|
4639
4690
|
}
|
|
4640
4691
|
declare module INSPECTOR.SharedUIComponents {
|
|
4641
4692
|
export interface INodeData {
|
|
@@ -4661,6 +4712,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4661
4712
|
}
|
|
4662
4713
|
declare module INSPECTOR {
|
|
4663
4714
|
|
|
4715
|
+
|
|
4664
4716
|
}
|
|
4665
4717
|
declare module INSPECTOR.SharedUIComponents {
|
|
4666
4718
|
export interface INodeContainer {
|
|
@@ -4673,6 +4725,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4673
4725
|
}
|
|
4674
4726
|
declare module INSPECTOR {
|
|
4675
4727
|
|
|
4728
|
+
|
|
4676
4729
|
}
|
|
4677
4730
|
declare module INSPECTOR.SharedUIComponents {
|
|
4678
4731
|
export interface VisualContentDescription {
|
|
@@ -4694,6 +4747,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4694
4747
|
}
|
|
4695
4748
|
declare module INSPECTOR {
|
|
4696
4749
|
|
|
4750
|
+
|
|
4697
4751
|
}
|
|
4698
4752
|
declare module INSPECTOR.SharedUIComponents {
|
|
4699
4753
|
interface IVector4LineComponentProps {
|
|
@@ -4738,6 +4792,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4738
4792
|
}
|
|
4739
4793
|
declare module INSPECTOR {
|
|
4740
4794
|
|
|
4795
|
+
|
|
4741
4796
|
}
|
|
4742
4797
|
declare module INSPECTOR.SharedUIComponents {
|
|
4743
4798
|
interface IVector3LineComponentProps {
|
|
@@ -4782,6 +4837,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4782
4837
|
}
|
|
4783
4838
|
declare module INSPECTOR {
|
|
4784
4839
|
|
|
4840
|
+
|
|
4785
4841
|
}
|
|
4786
4842
|
declare module INSPECTOR.SharedUIComponents {
|
|
4787
4843
|
interface IVector2LineComponentProps {
|
|
@@ -4820,6 +4876,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4820
4876
|
}
|
|
4821
4877
|
declare module INSPECTOR {
|
|
4822
4878
|
|
|
4879
|
+
|
|
4823
4880
|
}
|
|
4824
4881
|
declare module INSPECTOR.SharedUIComponents {
|
|
4825
4882
|
interface IValueLineComponentProps {
|
|
@@ -4841,6 +4898,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4841
4898
|
}
|
|
4842
4899
|
declare module INSPECTOR {
|
|
4843
4900
|
|
|
4901
|
+
|
|
4844
4902
|
}
|
|
4845
4903
|
declare module INSPECTOR.SharedUIComponents {
|
|
4846
4904
|
interface IUnitButtonProps {
|
|
@@ -4855,6 +4913,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4855
4913
|
}
|
|
4856
4914
|
declare module INSPECTOR {
|
|
4857
4915
|
|
|
4916
|
+
|
|
4858
4917
|
}
|
|
4859
4918
|
declare module INSPECTOR.SharedUIComponents {
|
|
4860
4919
|
interface ITextLineComponentProps {
|
|
@@ -4882,6 +4941,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4882
4941
|
}
|
|
4883
4942
|
declare module INSPECTOR {
|
|
4884
4943
|
|
|
4944
|
+
|
|
4885
4945
|
}
|
|
4886
4946
|
declare module INSPECTOR.SharedUIComponents {
|
|
4887
4947
|
export interface ITextInputLineComponentProps {
|
|
@@ -4936,6 +4996,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4936
4996
|
}
|
|
4937
4997
|
declare module INSPECTOR {
|
|
4938
4998
|
|
|
4999
|
+
|
|
4939
5000
|
}
|
|
4940
5001
|
declare module INSPECTOR.SharedUIComponents {
|
|
4941
5002
|
export const conflictingValuesPlaceholder = "\u2014";
|
|
@@ -4953,6 +5014,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4953
5014
|
}
|
|
4954
5015
|
declare module INSPECTOR {
|
|
4955
5016
|
|
|
5017
|
+
|
|
4956
5018
|
}
|
|
4957
5019
|
declare module INSPECTOR.SharedUIComponents {
|
|
4958
5020
|
interface ISliderLineComponentProps {
|
|
@@ -4994,6 +5056,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4994
5056
|
}
|
|
4995
5057
|
declare module INSPECTOR {
|
|
4996
5058
|
|
|
5059
|
+
|
|
4997
5060
|
}
|
|
4998
5061
|
declare module INSPECTOR.SharedUIComponents {
|
|
4999
5062
|
interface IRadioButtonLineComponentProps {
|
|
@@ -5020,6 +5083,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5020
5083
|
}
|
|
5021
5084
|
declare module INSPECTOR {
|
|
5022
5085
|
|
|
5086
|
+
|
|
5023
5087
|
}
|
|
5024
5088
|
declare module INSPECTOR.SharedUIComponents {
|
|
5025
5089
|
export class Popup {
|
|
@@ -5032,6 +5096,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5032
5096
|
}
|
|
5033
5097
|
declare module INSPECTOR {
|
|
5034
5098
|
|
|
5099
|
+
|
|
5035
5100
|
}
|
|
5036
5101
|
declare module INSPECTOR.SharedUIComponents {
|
|
5037
5102
|
export var Null_Value: number;
|
|
@@ -5074,6 +5139,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5074
5139
|
}
|
|
5075
5140
|
declare module INSPECTOR {
|
|
5076
5141
|
|
|
5142
|
+
|
|
5077
5143
|
}
|
|
5078
5144
|
declare module INSPECTOR.SharedUIComponents {
|
|
5079
5145
|
interface INumericInputProps {
|
|
@@ -5110,6 +5176,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5110
5176
|
}
|
|
5111
5177
|
declare module INSPECTOR {
|
|
5112
5178
|
|
|
5179
|
+
|
|
5113
5180
|
}
|
|
5114
5181
|
declare module INSPECTOR.SharedUIComponents {
|
|
5115
5182
|
interface IMessageLineComponentProps {
|
|
@@ -5127,6 +5194,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5127
5194
|
}
|
|
5128
5195
|
declare module INSPECTOR {
|
|
5129
5196
|
|
|
5197
|
+
|
|
5130
5198
|
}
|
|
5131
5199
|
declare module INSPECTOR.SharedUIComponents {
|
|
5132
5200
|
interface IMatrixLineComponentProps {
|
|
@@ -5164,6 +5232,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5164
5232
|
}
|
|
5165
5233
|
declare module INSPECTOR {
|
|
5166
5234
|
|
|
5235
|
+
|
|
5167
5236
|
}
|
|
5168
5237
|
declare module INSPECTOR.SharedUIComponents {
|
|
5169
5238
|
interface ILinkButtonComponentProps {
|
|
@@ -5185,6 +5254,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5185
5254
|
}
|
|
5186
5255
|
declare module INSPECTOR {
|
|
5187
5256
|
|
|
5257
|
+
|
|
5188
5258
|
}
|
|
5189
5259
|
declare module INSPECTOR.SharedUIComponents {
|
|
5190
5260
|
interface ILineContainerComponentProps {
|
|
@@ -5209,6 +5279,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5209
5279
|
}
|
|
5210
5280
|
declare module INSPECTOR {
|
|
5211
5281
|
|
|
5282
|
+
|
|
5212
5283
|
}
|
|
5213
5284
|
declare module INSPECTOR.SharedUIComponents {
|
|
5214
5285
|
interface IInputArrowsComponentProps {
|
|
@@ -5228,6 +5299,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5228
5299
|
}
|
|
5229
5300
|
declare module INSPECTOR {
|
|
5230
5301
|
|
|
5302
|
+
|
|
5231
5303
|
}
|
|
5232
5304
|
declare module INSPECTOR.SharedUIComponents {
|
|
5233
5305
|
interface IIndentedTextLineComponentProps {
|
|
@@ -5250,6 +5322,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5250
5322
|
}
|
|
5251
5323
|
declare module INSPECTOR {
|
|
5252
5324
|
|
|
5325
|
+
|
|
5253
5326
|
}
|
|
5254
5327
|
declare module INSPECTOR.SharedUIComponents {
|
|
5255
5328
|
interface IIconComponentProps {
|
|
@@ -5265,6 +5338,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5265
5338
|
}
|
|
5266
5339
|
declare module INSPECTOR {
|
|
5267
5340
|
|
|
5341
|
+
|
|
5268
5342
|
}
|
|
5269
5343
|
declare module INSPECTOR.SharedUIComponents {
|
|
5270
5344
|
export interface IIconButtonLineComponentProps {
|
|
@@ -5283,6 +5357,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5283
5357
|
}
|
|
5284
5358
|
declare module INSPECTOR {
|
|
5285
5359
|
|
|
5360
|
+
|
|
5286
5361
|
}
|
|
5287
5362
|
declare module INSPECTOR.SharedUIComponents {
|
|
5288
5363
|
export interface ISelectedLineContainer {
|
|
@@ -5295,6 +5370,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5295
5370
|
}
|
|
5296
5371
|
declare module INSPECTOR {
|
|
5297
5372
|
|
|
5373
|
+
|
|
5298
5374
|
}
|
|
5299
5375
|
declare module INSPECTOR.SharedUIComponents {
|
|
5300
5376
|
interface IHexLineComponentProps {
|
|
@@ -5338,6 +5414,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5338
5414
|
}
|
|
5339
5415
|
declare module INSPECTOR {
|
|
5340
5416
|
|
|
5417
|
+
|
|
5341
5418
|
}
|
|
5342
5419
|
declare module INSPECTOR.SharedUIComponents {
|
|
5343
5420
|
interface IFloatLineComponentProps {
|
|
@@ -5393,6 +5470,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5393
5470
|
}
|
|
5394
5471
|
declare module INSPECTOR {
|
|
5395
5472
|
|
|
5473
|
+
|
|
5396
5474
|
}
|
|
5397
5475
|
declare module INSPECTOR.SharedUIComponents {
|
|
5398
5476
|
interface IFileMultipleButtonLineComponentProps {
|
|
@@ -5416,6 +5494,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5416
5494
|
}
|
|
5417
5495
|
declare module INSPECTOR {
|
|
5418
5496
|
|
|
5497
|
+
|
|
5419
5498
|
}
|
|
5420
5499
|
declare module INSPECTOR.SharedUIComponents {
|
|
5421
5500
|
interface IFileButtonLineProps {
|
|
@@ -5439,6 +5518,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5439
5518
|
}
|
|
5440
5519
|
declare module INSPECTOR {
|
|
5441
5520
|
|
|
5521
|
+
|
|
5442
5522
|
}
|
|
5443
5523
|
declare module INSPECTOR.SharedUIComponents {
|
|
5444
5524
|
export interface IButtonLineComponentProps {
|
|
@@ -5455,6 +5535,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5455
5535
|
}
|
|
5456
5536
|
declare module INSPECTOR {
|
|
5457
5537
|
|
|
5538
|
+
|
|
5458
5539
|
}
|
|
5459
5540
|
declare module INSPECTOR.SharedUIComponents {
|
|
5460
5541
|
export interface IColorPickerLineProps {
|
|
@@ -5490,6 +5571,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5490
5571
|
}
|
|
5491
5572
|
declare module INSPECTOR {
|
|
5492
5573
|
|
|
5574
|
+
|
|
5493
5575
|
}
|
|
5494
5576
|
declare module INSPECTOR.SharedUIComponents {
|
|
5495
5577
|
export interface IColorLineProps {
|
|
@@ -5532,6 +5614,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5532
5614
|
}
|
|
5533
5615
|
declare module INSPECTOR {
|
|
5534
5616
|
|
|
5617
|
+
|
|
5535
5618
|
}
|
|
5536
5619
|
declare module INSPECTOR.SharedUIComponents {
|
|
5537
5620
|
export interface IColor4LineComponentProps {
|
|
@@ -5554,6 +5637,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5554
5637
|
}
|
|
5555
5638
|
declare module INSPECTOR {
|
|
5556
5639
|
|
|
5640
|
+
|
|
5557
5641
|
}
|
|
5558
5642
|
declare module INSPECTOR.SharedUIComponents {
|
|
5559
5643
|
export interface IColor3LineComponentProps {
|
|
@@ -5576,6 +5660,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5576
5660
|
}
|
|
5577
5661
|
declare module INSPECTOR {
|
|
5578
5662
|
|
|
5663
|
+
|
|
5579
5664
|
}
|
|
5580
5665
|
declare module INSPECTOR.SharedUIComponents {
|
|
5581
5666
|
export interface ICheckBoxLineComponentProps {
|
|
@@ -5617,6 +5702,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5617
5702
|
}
|
|
5618
5703
|
declare module INSPECTOR {
|
|
5619
5704
|
|
|
5705
|
+
|
|
5620
5706
|
}
|
|
5621
5707
|
declare module INSPECTOR.SharedUIComponents {
|
|
5622
5708
|
export interface IButtonLineComponentProps {
|
|
@@ -5636,6 +5722,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5636
5722
|
}
|
|
5637
5723
|
declare module INSPECTOR {
|
|
5638
5724
|
|
|
5725
|
+
|
|
5639
5726
|
}
|
|
5640
5727
|
declare module INSPECTOR.SharedUIComponents {
|
|
5641
5728
|
export interface IBooleanLineComponentProps {
|
|
@@ -5654,6 +5741,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5654
5741
|
}
|
|
5655
5742
|
declare module INSPECTOR {
|
|
5656
5743
|
|
|
5744
|
+
|
|
5657
5745
|
}
|
|
5658
5746
|
declare module INSPECTOR.SharedUIComponents {
|
|
5659
5747
|
export function ClassNames(names: any, styleObject: any): string;
|
|
@@ -5664,6 +5752,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5664
5752
|
}
|
|
5665
5753
|
declare module INSPECTOR {
|
|
5666
5754
|
|
|
5755
|
+
|
|
5667
5756
|
}
|
|
5668
5757
|
declare module INSPECTOR.SharedUIComponents {
|
|
5669
5758
|
/// <reference types="react" />
|
|
@@ -5680,6 +5769,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5680
5769
|
}
|
|
5681
5770
|
declare module INSPECTOR {
|
|
5682
5771
|
|
|
5772
|
+
|
|
5683
5773
|
}
|
|
5684
5774
|
declare module INSPECTOR.SharedUIComponents {
|
|
5685
5775
|
export interface ITextInputProps {
|
|
@@ -5701,6 +5791,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5701
5791
|
}
|
|
5702
5792
|
declare module INSPECTOR {
|
|
5703
5793
|
|
|
5794
|
+
|
|
5704
5795
|
}
|
|
5705
5796
|
declare module INSPECTOR.SharedUIComponents {
|
|
5706
5797
|
export interface MessageDialogProps {
|
|
@@ -5715,6 +5806,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5715
5806
|
}
|
|
5716
5807
|
declare module INSPECTOR {
|
|
5717
5808
|
|
|
5809
|
+
|
|
5718
5810
|
}
|
|
5719
5811
|
declare module INSPECTOR.SharedUIComponents {
|
|
5720
5812
|
export type LabelProps = {
|
|
@@ -5729,6 +5821,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5729
5821
|
}
|
|
5730
5822
|
declare module INSPECTOR {
|
|
5731
5823
|
|
|
5824
|
+
|
|
5732
5825
|
}
|
|
5733
5826
|
declare module INSPECTOR.SharedUIComponents {
|
|
5734
5827
|
/// <reference types="react" />
|
|
@@ -5743,6 +5836,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5743
5836
|
}
|
|
5744
5837
|
declare module INSPECTOR {
|
|
5745
5838
|
|
|
5839
|
+
|
|
5746
5840
|
}
|
|
5747
5841
|
declare module INSPECTOR.SharedUIComponents {
|
|
5748
5842
|
/// <reference types="react" />
|
|
@@ -5762,6 +5856,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5762
5856
|
}
|
|
5763
5857
|
declare module INSPECTOR {
|
|
5764
5858
|
|
|
5859
|
+
|
|
5765
5860
|
}
|
|
5766
5861
|
declare module INSPECTOR.SharedUIComponents {
|
|
5767
5862
|
/**
|
|
@@ -5775,6 +5870,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5775
5870
|
}
|
|
5776
5871
|
declare module INSPECTOR {
|
|
5777
5872
|
|
|
5873
|
+
|
|
5778
5874
|
}
|
|
5779
5875
|
declare module INSPECTOR.SharedUIComponents {
|
|
5780
5876
|
export type IVisualRecordsType = Record<string, {
|
|
@@ -5850,6 +5946,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5850
5946
|
}
|
|
5851
5947
|
declare module INSPECTOR {
|
|
5852
5948
|
|
|
5949
|
+
|
|
5853
5950
|
}
|
|
5854
5951
|
declare module INSPECTOR.SharedUIComponents {
|
|
5855
5952
|
export interface IGraphContainerProps {
|
|
@@ -5868,6 +5965,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5868
5965
|
}
|
|
5869
5966
|
declare module INSPECTOR {
|
|
5870
5967
|
|
|
5968
|
+
|
|
5871
5969
|
}
|
|
5872
5970
|
declare module INSPECTOR.SharedUIComponents {
|
|
5873
5971
|
export interface IGraphNodeProps {
|
|
@@ -5888,6 +5986,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5888
5986
|
}
|
|
5889
5987
|
declare module INSPECTOR {
|
|
5890
5988
|
|
|
5989
|
+
|
|
5891
5990
|
}
|
|
5892
5991
|
declare module INSPECTOR.SharedUIComponents {
|
|
5893
5992
|
/**
|
|
@@ -5911,6 +6010,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5911
6010
|
}
|
|
5912
6011
|
declare module INSPECTOR {
|
|
5913
6012
|
|
|
6013
|
+
|
|
5914
6014
|
}
|
|
5915
6015
|
declare module INSPECTOR.SharedUIComponents {
|
|
5916
6016
|
/**
|
|
@@ -5960,6 +6060,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5960
6060
|
}
|
|
5961
6061
|
declare module INSPECTOR {
|
|
5962
6062
|
|
|
6063
|
+
|
|
5963
6064
|
}
|
|
5964
6065
|
declare module INSPECTOR.SharedUIComponents {
|
|
5965
6066
|
/// <reference types="react" />
|
|
@@ -5978,6 +6079,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5978
6079
|
}
|
|
5979
6080
|
declare module INSPECTOR {
|
|
5980
6081
|
|
|
6082
|
+
|
|
5981
6083
|
}
|
|
5982
6084
|
declare module INSPECTOR.SharedUIComponents {
|
|
5983
6085
|
export interface IGraphContainerProps {
|
|
@@ -5995,6 +6097,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5995
6097
|
}
|
|
5996
6098
|
declare module INSPECTOR {
|
|
5997
6099
|
|
|
6100
|
+
|
|
5998
6101
|
}
|
|
5999
6102
|
declare module INSPECTOR.SharedUIComponents {
|
|
6000
6103
|
/**
|
|
@@ -6046,6 +6149,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6046
6149
|
}
|
|
6047
6150
|
declare module INSPECTOR {
|
|
6048
6151
|
|
|
6152
|
+
|
|
6049
6153
|
}
|
|
6050
6154
|
declare module INSPECTOR.SharedUIComponents {
|
|
6051
6155
|
/**
|
|
@@ -6073,6 +6177,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6073
6177
|
}
|
|
6074
6178
|
declare module INSPECTOR {
|
|
6075
6179
|
|
|
6180
|
+
|
|
6076
6181
|
}
|
|
6077
6182
|
declare module INSPECTOR.SharedUIComponents {
|
|
6078
6183
|
interface INumericInputComponentProps {
|
|
@@ -6109,6 +6214,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6109
6214
|
}
|
|
6110
6215
|
declare module INSPECTOR {
|
|
6111
6216
|
|
|
6217
|
+
|
|
6112
6218
|
}
|
|
6113
6219
|
declare module INSPECTOR.SharedUIComponents {
|
|
6114
6220
|
export interface IFileButtonLineComponentProps {
|
|
@@ -6132,6 +6238,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6132
6238
|
}
|
|
6133
6239
|
declare module INSPECTOR {
|
|
6134
6240
|
|
|
6241
|
+
|
|
6135
6242
|
}
|
|
6136
6243
|
declare module INSPECTOR.SharedUIComponents {
|
|
6137
6244
|
export interface IColorPickerLineComponentProps {
|
|
@@ -6169,6 +6276,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6169
6276
|
}
|
|
6170
6277
|
declare module INSPECTOR {
|
|
6171
6278
|
|
|
6279
|
+
|
|
6172
6280
|
}
|
|
6173
6281
|
declare module INSPECTOR.SharedUIComponents {
|
|
6174
6282
|
export interface IColorLineComponentProps {
|
|
@@ -6211,6 +6319,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6211
6319
|
}
|
|
6212
6320
|
declare module INSPECTOR {
|
|
6213
6321
|
|
|
6322
|
+
|
|
6214
6323
|
}
|
|
6215
6324
|
declare module INSPECTOR.SharedUIComponents {
|
|
6216
6325
|
/**
|
|
@@ -6247,6 +6356,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6247
6356
|
}
|
|
6248
6357
|
declare module INSPECTOR {
|
|
6249
6358
|
|
|
6359
|
+
|
|
6250
6360
|
}
|
|
6251
6361
|
declare module INSPECTOR.SharedUIComponents {
|
|
6252
6362
|
export type LayoutTab = {
|
|
@@ -6336,6 +6446,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6336
6446
|
}
|
|
6337
6447
|
declare module INSPECTOR {
|
|
6338
6448
|
|
|
6449
|
+
|
|
6339
6450
|
}
|
|
6340
6451
|
declare module INSPECTOR.SharedUIComponents {
|
|
6341
6452
|
/// <reference types="react" />
|
|
@@ -6355,6 +6466,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6355
6466
|
}
|
|
6356
6467
|
declare module INSPECTOR {
|
|
6357
6468
|
|
|
6469
|
+
|
|
6358
6470
|
}
|
|
6359
6471
|
declare module INSPECTOR.SharedUIComponents {
|
|
6360
6472
|
/**
|
|
@@ -6391,6 +6503,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6391
6503
|
}
|
|
6392
6504
|
declare module INSPECTOR {
|
|
6393
6505
|
|
|
6506
|
+
|
|
6394
6507
|
}
|
|
6395
6508
|
declare module INSPECTOR.SharedUIComponents {
|
|
6396
6509
|
/**
|
|
@@ -6433,6 +6546,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6433
6546
|
}
|
|
6434
6547
|
declare module INSPECTOR {
|
|
6435
6548
|
|
|
6549
|
+
|
|
6436
6550
|
}
|
|
6437
6551
|
declare module INSPECTOR.SharedUIComponents {
|
|
6438
6552
|
/**
|
|
@@ -6481,6 +6595,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6481
6595
|
}
|
|
6482
6596
|
declare module INSPECTOR {
|
|
6483
6597
|
|
|
6598
|
+
|
|
6484
6599
|
}
|
|
6485
6600
|
declare module INSPECTOR.SharedUIComponents {
|
|
6486
6601
|
/**
|
|
@@ -6505,6 +6620,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6505
6620
|
}
|
|
6506
6621
|
declare module INSPECTOR {
|
|
6507
6622
|
|
|
6623
|
+
|
|
6508
6624
|
}
|
|
6509
6625
|
declare module INSPECTOR.SharedUIComponents {
|
|
6510
6626
|
/**
|
|
@@ -6523,6 +6639,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6523
6639
|
}
|
|
6524
6640
|
declare module INSPECTOR {
|
|
6525
6641
|
|
|
6642
|
+
|
|
6526
6643
|
}
|
|
6527
6644
|
declare module INSPECTOR.SharedUIComponents {
|
|
6528
6645
|
/**
|
|
@@ -6551,6 +6668,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6551
6668
|
}
|
|
6552
6669
|
declare module INSPECTOR {
|
|
6553
6670
|
|
|
6671
|
+
|
|
6554
6672
|
}
|
|
6555
6673
|
declare module INSPECTOR.SharedUIComponents {
|
|
6556
6674
|
/**
|
|
@@ -6578,6 +6696,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6578
6696
|
}
|
|
6579
6697
|
declare module INSPECTOR {
|
|
6580
6698
|
|
|
6699
|
+
|
|
6581
6700
|
}
|
|
6582
6701
|
declare module INSPECTOR.SharedUIComponents {
|
|
6583
6702
|
/**
|
|
@@ -6602,6 +6721,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6602
6721
|
}
|
|
6603
6722
|
declare module INSPECTOR {
|
|
6604
6723
|
|
|
6724
|
+
|
|
6605
6725
|
}
|
|
6606
6726
|
declare module INSPECTOR.SharedUIComponents {
|
|
6607
6727
|
/**
|
|
@@ -6633,6 +6753,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6633
6753
|
}
|
|
6634
6754
|
declare module INSPECTOR {
|
|
6635
6755
|
|
|
6756
|
+
|
|
6636
6757
|
}
|
|
6637
6758
|
declare module INSPECTOR.SharedUIComponents {
|
|
6638
6759
|
export interface IHexColorProps {
|
|
@@ -6659,6 +6780,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6659
6780
|
}
|
|
6660
6781
|
declare module INSPECTOR {
|
|
6661
6782
|
|
|
6783
|
+
|
|
6662
6784
|
}
|
|
6663
6785
|
declare module INSPECTOR.SharedUIComponents {
|
|
6664
6786
|
/**
|
|
@@ -6707,6 +6829,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6707
6829
|
}
|
|
6708
6830
|
declare module INSPECTOR {
|
|
6709
6831
|
|
|
6832
|
+
|
|
6710
6833
|
}
|
|
6711
6834
|
declare module INSPECTOR.SharedUIComponents {
|
|
6712
6835
|
export interface IColorComponentEntryProps {
|
|
@@ -6731,6 +6854,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6731
6854
|
}
|
|
6732
6855
|
declare module INSPECTOR {
|
|
6733
6856
|
|
|
6857
|
+
|
|
6734
6858
|
}
|
|
6735
6859
|
declare module INSPECTOR.SharedUIComponents {
|
|
6736
6860
|
interface ICommandDropdownComponentProps {
|
|
@@ -6763,6 +6887,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6763
6887
|
}
|
|
6764
6888
|
declare module INSPECTOR {
|
|
6765
6889
|
|
|
6890
|
+
|
|
6766
6891
|
}
|
|
6767
6892
|
declare module INSPECTOR.SharedUIComponents {
|
|
6768
6893
|
export interface ICommandButtonComponentProps {
|
|
@@ -6781,6 +6906,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6781
6906
|
}
|
|
6782
6907
|
declare module INSPECTOR {
|
|
6783
6908
|
|
|
6909
|
+
|
|
6784
6910
|
}
|
|
6785
6911
|
declare module INSPECTOR.SharedUIComponents {
|
|
6786
6912
|
export interface ICommandBarComponentProps {
|
|
@@ -6804,6 +6930,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6804
6930
|
}
|
|
6805
6931
|
declare module INSPECTOR {
|
|
6806
6932
|
|
|
6933
|
+
|
|
6807
6934
|
}
|
|
6808
6935
|
declare module INSPECTOR.SharedUIComponents {
|
|
6809
6936
|
export interface IHexColorProps {
|
|
@@ -6830,6 +6957,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6830
6957
|
}
|
|
6831
6958
|
declare module INSPECTOR {
|
|
6832
6959
|
|
|
6960
|
+
|
|
6833
6961
|
}
|
|
6834
6962
|
declare module INSPECTOR.SharedUIComponents {
|
|
6835
6963
|
/**
|
|
@@ -6877,6 +7005,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6877
7005
|
}
|
|
6878
7006
|
declare module INSPECTOR {
|
|
6879
7007
|
|
|
7008
|
+
|
|
6880
7009
|
}
|
|
6881
7010
|
declare module INSPECTOR.SharedUIComponents {
|
|
6882
7011
|
export interface IColorComponentEntryProps {
|
|
@@ -6901,6 +7030,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6901
7030
|
}
|
|
6902
7031
|
declare module INSPECTOR {
|
|
6903
7032
|
|
|
7033
|
+
|
|
6904
7034
|
}
|
|
6905
7035
|
|
|
6906
7036
|
|