babylonjs-inspector 7.20.1 → 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
|
@@ -189,11 +189,13 @@ declare module INSPECTOR {
|
|
|
189
189
|
validationResults: BABYLON.Nullable<BABYLON.GLTF2.IGLTFValidationResults>;
|
|
190
190
|
onValidationResultsUpdatedObservable: BABYLON.Observable<BABYLON.Nullable<BABYLON.GLTF2.IGLTFValidationResults>>;
|
|
191
191
|
onExtensionLoadedObservable: BABYLON.Observable<BABYLON.IGLTFLoaderExtension>;
|
|
192
|
+
glTFLoaderOverrideExtensionsConfig: boolean;
|
|
192
193
|
glTFLoaderExtensionDefaults: {
|
|
193
194
|
[name: string]: {
|
|
194
195
|
[key: string]: any;
|
|
195
196
|
};
|
|
196
197
|
};
|
|
198
|
+
glTFLoaderOverrideConfig: boolean;
|
|
197
199
|
glTFLoaderDefaults: {
|
|
198
200
|
[key: string]: any;
|
|
199
201
|
};
|
|
@@ -1227,8 +1229,13 @@ declare module INSPECTOR {
|
|
|
1227
1229
|
globalState: GlobalState;
|
|
1228
1230
|
lockObject: INSPECTOR.SharedUIComponents.LockObject;
|
|
1229
1231
|
}
|
|
1230
|
-
|
|
1232
|
+
interface IGLTFComponentState {
|
|
1233
|
+
showGLTFLoaderOptions: boolean;
|
|
1234
|
+
showGLTFExtensionOptions: boolean;
|
|
1235
|
+
}
|
|
1236
|
+
export class GLTFComponent extends React.Component<IGLTFComponentProps, IGLTFComponentState> {
|
|
1231
1237
|
private _onValidationResultsUpdatedObserver;
|
|
1238
|
+
constructor(props: IGLTFComponentProps);
|
|
1232
1239
|
openValidationDetails(): void;
|
|
1233
1240
|
prepareText(singularForm: string, count: number): string;
|
|
1234
1241
|
componentDidMount(): void;
|
|
@@ -3623,6 +3630,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3623
3630
|
}
|
|
3624
3631
|
declare module INSPECTOR {
|
|
3625
3632
|
|
|
3633
|
+
|
|
3626
3634
|
}
|
|
3627
3635
|
declare module INSPECTOR.SharedUIComponents {
|
|
3628
3636
|
export class PropertyChangedEvent {
|
|
@@ -3638,6 +3646,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3638
3646
|
}
|
|
3639
3647
|
declare module INSPECTOR {
|
|
3640
3648
|
|
|
3649
|
+
|
|
3641
3650
|
}
|
|
3642
3651
|
declare module INSPECTOR.SharedUIComponents {
|
|
3643
3652
|
export function copyCommandToClipboard(strCommand: string): void;
|
|
@@ -3651,6 +3660,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3651
3660
|
}
|
|
3652
3661
|
declare module INSPECTOR {
|
|
3653
3662
|
|
|
3663
|
+
|
|
3654
3664
|
}
|
|
3655
3665
|
declare module INSPECTOR.SharedUIComponents {
|
|
3656
3666
|
/**
|
|
@@ -3668,6 +3678,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3668
3678
|
}
|
|
3669
3679
|
declare module INSPECTOR {
|
|
3670
3680
|
|
|
3681
|
+
|
|
3671
3682
|
}
|
|
3672
3683
|
declare module INSPECTOR.SharedUIComponents {
|
|
3673
3684
|
interface ITextBlockPropertyGridComponentProps {
|
|
@@ -3685,6 +3696,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3685
3696
|
}
|
|
3686
3697
|
declare module INSPECTOR {
|
|
3687
3698
|
|
|
3699
|
+
|
|
3688
3700
|
}
|
|
3689
3701
|
declare module INSPECTOR.SharedUIComponents {
|
|
3690
3702
|
interface IStackPanelPropertyGridComponentProps {
|
|
@@ -3702,6 +3714,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3702
3714
|
}
|
|
3703
3715
|
declare module INSPECTOR {
|
|
3704
3716
|
|
|
3717
|
+
|
|
3705
3718
|
}
|
|
3706
3719
|
declare module INSPECTOR.SharedUIComponents {
|
|
3707
3720
|
interface ISliderPropertyGridComponentProps {
|
|
@@ -3719,6 +3732,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3719
3732
|
}
|
|
3720
3733
|
declare module INSPECTOR {
|
|
3721
3734
|
|
|
3735
|
+
|
|
3722
3736
|
}
|
|
3723
3737
|
declare module INSPECTOR.SharedUIComponents {
|
|
3724
3738
|
interface IScrollViewerPropertyGridComponentProps {
|
|
@@ -3736,6 +3750,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3736
3750
|
}
|
|
3737
3751
|
declare module INSPECTOR {
|
|
3738
3752
|
|
|
3753
|
+
|
|
3739
3754
|
}
|
|
3740
3755
|
declare module INSPECTOR.SharedUIComponents {
|
|
3741
3756
|
interface IRectanglePropertyGridComponentProps {
|
|
@@ -3753,6 +3768,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3753
3768
|
}
|
|
3754
3769
|
declare module INSPECTOR {
|
|
3755
3770
|
|
|
3771
|
+
|
|
3756
3772
|
}
|
|
3757
3773
|
declare module INSPECTOR.SharedUIComponents {
|
|
3758
3774
|
interface IRadioButtonPropertyGridComponentProps {
|
|
@@ -3770,6 +3786,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3770
3786
|
}
|
|
3771
3787
|
declare module INSPECTOR {
|
|
3772
3788
|
|
|
3789
|
+
|
|
3773
3790
|
}
|
|
3774
3791
|
declare module INSPECTOR.SharedUIComponents {
|
|
3775
3792
|
interface ILinePropertyGridComponentProps {
|
|
@@ -3788,6 +3805,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3788
3805
|
}
|
|
3789
3806
|
declare module INSPECTOR {
|
|
3790
3807
|
|
|
3808
|
+
|
|
3791
3809
|
}
|
|
3792
3810
|
declare module INSPECTOR.SharedUIComponents {
|
|
3793
3811
|
interface IInputTextPropertyGridComponentProps {
|
|
@@ -3805,6 +3823,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3805
3823
|
}
|
|
3806
3824
|
declare module INSPECTOR {
|
|
3807
3825
|
|
|
3826
|
+
|
|
3808
3827
|
}
|
|
3809
3828
|
declare module INSPECTOR.SharedUIComponents {
|
|
3810
3829
|
interface IImagePropertyGridComponentProps {
|
|
@@ -3822,6 +3841,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3822
3841
|
}
|
|
3823
3842
|
declare module INSPECTOR {
|
|
3824
3843
|
|
|
3844
|
+
|
|
3825
3845
|
}
|
|
3826
3846
|
declare module INSPECTOR.SharedUIComponents {
|
|
3827
3847
|
interface IImageBasedSliderPropertyGridComponentProps {
|
|
@@ -3839,6 +3859,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3839
3859
|
}
|
|
3840
3860
|
declare module INSPECTOR {
|
|
3841
3861
|
|
|
3862
|
+
|
|
3842
3863
|
}
|
|
3843
3864
|
declare module INSPECTOR.SharedUIComponents {
|
|
3844
3865
|
interface IGridPropertyGridComponentProps {
|
|
@@ -3858,6 +3879,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3858
3879
|
}
|
|
3859
3880
|
declare module INSPECTOR {
|
|
3860
3881
|
|
|
3882
|
+
|
|
3861
3883
|
}
|
|
3862
3884
|
declare module INSPECTOR.SharedUIComponents {
|
|
3863
3885
|
interface IEllipsePropertyGridComponentProps {
|
|
@@ -3875,6 +3897,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3875
3897
|
}
|
|
3876
3898
|
declare module INSPECTOR {
|
|
3877
3899
|
|
|
3900
|
+
|
|
3878
3901
|
}
|
|
3879
3902
|
declare module INSPECTOR.SharedUIComponents {
|
|
3880
3903
|
interface IControlPropertyGridComponentProps {
|
|
@@ -3892,6 +3915,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3892
3915
|
}
|
|
3893
3916
|
declare module INSPECTOR {
|
|
3894
3917
|
|
|
3918
|
+
|
|
3895
3919
|
}
|
|
3896
3920
|
declare module INSPECTOR.SharedUIComponents {
|
|
3897
3921
|
interface ICommonControlPropertyGridComponentProps {
|
|
@@ -3911,6 +3935,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3911
3935
|
}
|
|
3912
3936
|
declare module INSPECTOR {
|
|
3913
3937
|
|
|
3938
|
+
|
|
3914
3939
|
}
|
|
3915
3940
|
declare module INSPECTOR.SharedUIComponents {
|
|
3916
3941
|
interface IColorPickerPropertyGridComponentProps {
|
|
@@ -3928,6 +3953,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3928
3953
|
}
|
|
3929
3954
|
declare module INSPECTOR {
|
|
3930
3955
|
|
|
3956
|
+
|
|
3931
3957
|
}
|
|
3932
3958
|
declare module INSPECTOR.SharedUIComponents {
|
|
3933
3959
|
interface ICheckboxPropertyGridComponentProps {
|
|
@@ -3945,6 +3971,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3945
3971
|
}
|
|
3946
3972
|
declare module INSPECTOR {
|
|
3947
3973
|
|
|
3974
|
+
|
|
3948
3975
|
}
|
|
3949
3976
|
declare module INSPECTOR.SharedUIComponents {
|
|
3950
3977
|
export class TypeLedger {
|
|
@@ -3957,6 +3984,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3957
3984
|
}
|
|
3958
3985
|
declare module INSPECTOR {
|
|
3959
3986
|
|
|
3987
|
+
|
|
3960
3988
|
}
|
|
3961
3989
|
declare module INSPECTOR.SharedUIComponents {
|
|
3962
3990
|
export const IsFramePortData: (variableToCheck: any) => variableToCheck is INSPECTOR.SharedUIComponents.FramePortData;
|
|
@@ -3967,6 +3995,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3967
3995
|
}
|
|
3968
3996
|
declare module INSPECTOR {
|
|
3969
3997
|
|
|
3998
|
+
|
|
3970
3999
|
}
|
|
3971
4000
|
declare module INSPECTOR.SharedUIComponents {
|
|
3972
4001
|
export class StateManager {
|
|
@@ -4020,6 +4049,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4020
4049
|
}
|
|
4021
4050
|
declare module INSPECTOR {
|
|
4022
4051
|
|
|
4052
|
+
|
|
4023
4053
|
}
|
|
4024
4054
|
declare module INSPECTOR.SharedUIComponents {
|
|
4025
4055
|
export interface ISearchBoxComponentProps {
|
|
@@ -4050,6 +4080,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4050
4080
|
}
|
|
4051
4081
|
declare module INSPECTOR {
|
|
4052
4082
|
|
|
4083
|
+
|
|
4053
4084
|
}
|
|
4054
4085
|
declare module INSPECTOR.SharedUIComponents {
|
|
4055
4086
|
export class PropertyLedger {
|
|
@@ -4064,6 +4095,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4064
4095
|
}
|
|
4065
4096
|
declare module INSPECTOR {
|
|
4066
4097
|
|
|
4098
|
+
|
|
4067
4099
|
}
|
|
4068
4100
|
declare module INSPECTOR.SharedUIComponents {
|
|
4069
4101
|
export class NodePort {
|
|
@@ -4099,6 +4131,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4099
4131
|
}
|
|
4100
4132
|
declare module INSPECTOR {
|
|
4101
4133
|
|
|
4134
|
+
|
|
4102
4135
|
}
|
|
4103
4136
|
declare module INSPECTOR.SharedUIComponents {
|
|
4104
4137
|
export class NodeLink {
|
|
@@ -4133,6 +4166,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4133
4166
|
}
|
|
4134
4167
|
declare module INSPECTOR {
|
|
4135
4168
|
|
|
4169
|
+
|
|
4136
4170
|
}
|
|
4137
4171
|
declare module INSPECTOR.SharedUIComponents {
|
|
4138
4172
|
export class NodeLedger {
|
|
@@ -4145,6 +4179,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4145
4179
|
}
|
|
4146
4180
|
declare module INSPECTOR {
|
|
4147
4181
|
|
|
4182
|
+
|
|
4148
4183
|
}
|
|
4149
4184
|
declare module INSPECTOR.SharedUIComponents {
|
|
4150
4185
|
/// <reference types="react" />
|
|
@@ -4228,6 +4263,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4228
4263
|
}
|
|
4229
4264
|
declare module INSPECTOR {
|
|
4230
4265
|
|
|
4266
|
+
|
|
4231
4267
|
}
|
|
4232
4268
|
declare module INSPECTOR.SharedUIComponents {
|
|
4233
4269
|
export enum FramePortPosition {
|
|
@@ -4382,6 +4418,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4382
4418
|
}
|
|
4383
4419
|
declare module INSPECTOR {
|
|
4384
4420
|
|
|
4421
|
+
|
|
4385
4422
|
}
|
|
4386
4423
|
declare module INSPECTOR.SharedUIComponents {
|
|
4387
4424
|
export interface IGraphCanvasComponentProps {
|
|
@@ -4499,6 +4536,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4499
4536
|
}
|
|
4500
4537
|
declare module INSPECTOR {
|
|
4501
4538
|
|
|
4539
|
+
|
|
4502
4540
|
}
|
|
4503
4541
|
declare module INSPECTOR.SharedUIComponents {
|
|
4504
4542
|
export class FrameNodePort extends INSPECTOR.SharedUIComponents.NodePort {
|
|
@@ -4524,6 +4562,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4524
4562
|
}
|
|
4525
4563
|
declare module INSPECTOR {
|
|
4526
4564
|
|
|
4565
|
+
|
|
4527
4566
|
}
|
|
4528
4567
|
declare module INSPECTOR.SharedUIComponents {
|
|
4529
4568
|
export class DisplayLedger {
|
|
@@ -4537,6 +4576,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4537
4576
|
}
|
|
4538
4577
|
declare module INSPECTOR {
|
|
4539
4578
|
|
|
4579
|
+
|
|
4540
4580
|
}
|
|
4541
4581
|
declare module INSPECTOR.SharedUIComponents {
|
|
4542
4582
|
export type FramePortData = {
|
|
@@ -4549,6 +4589,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4549
4589
|
}
|
|
4550
4590
|
declare module INSPECTOR {
|
|
4551
4591
|
|
|
4592
|
+
|
|
4552
4593
|
}
|
|
4553
4594
|
declare module INSPECTOR.SharedUIComponents {
|
|
4554
4595
|
export interface ISelectionChangedOptions {
|
|
@@ -4562,6 +4603,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4562
4603
|
}
|
|
4563
4604
|
declare module INSPECTOR {
|
|
4564
4605
|
|
|
4606
|
+
|
|
4565
4607
|
}
|
|
4566
4608
|
declare module INSPECTOR.SharedUIComponents {
|
|
4567
4609
|
export interface IPropertyComponentProps {
|
|
@@ -4574,6 +4616,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4574
4616
|
}
|
|
4575
4617
|
declare module INSPECTOR {
|
|
4576
4618
|
|
|
4619
|
+
|
|
4577
4620
|
}
|
|
4578
4621
|
declare module INSPECTOR.SharedUIComponents {
|
|
4579
4622
|
export enum PortDataDirection {
|
|
@@ -4608,6 +4651,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4608
4651
|
}
|
|
4609
4652
|
declare module INSPECTOR {
|
|
4610
4653
|
|
|
4654
|
+
|
|
4611
4655
|
}
|
|
4612
4656
|
declare module INSPECTOR.SharedUIComponents {
|
|
4613
4657
|
export interface INodeLocationInfo {
|
|
@@ -4642,6 +4686,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4642
4686
|
}
|
|
4643
4687
|
declare module INSPECTOR {
|
|
4644
4688
|
|
|
4689
|
+
|
|
4645
4690
|
}
|
|
4646
4691
|
declare module INSPECTOR.SharedUIComponents {
|
|
4647
4692
|
export interface INodeData {
|
|
@@ -4667,6 +4712,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4667
4712
|
}
|
|
4668
4713
|
declare module INSPECTOR {
|
|
4669
4714
|
|
|
4715
|
+
|
|
4670
4716
|
}
|
|
4671
4717
|
declare module INSPECTOR.SharedUIComponents {
|
|
4672
4718
|
export interface INodeContainer {
|
|
@@ -4679,6 +4725,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4679
4725
|
}
|
|
4680
4726
|
declare module INSPECTOR {
|
|
4681
4727
|
|
|
4728
|
+
|
|
4682
4729
|
}
|
|
4683
4730
|
declare module INSPECTOR.SharedUIComponents {
|
|
4684
4731
|
export interface VisualContentDescription {
|
|
@@ -4700,6 +4747,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4700
4747
|
}
|
|
4701
4748
|
declare module INSPECTOR {
|
|
4702
4749
|
|
|
4750
|
+
|
|
4703
4751
|
}
|
|
4704
4752
|
declare module INSPECTOR.SharedUIComponents {
|
|
4705
4753
|
interface IVector4LineComponentProps {
|
|
@@ -4744,6 +4792,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4744
4792
|
}
|
|
4745
4793
|
declare module INSPECTOR {
|
|
4746
4794
|
|
|
4795
|
+
|
|
4747
4796
|
}
|
|
4748
4797
|
declare module INSPECTOR.SharedUIComponents {
|
|
4749
4798
|
interface IVector3LineComponentProps {
|
|
@@ -4788,6 +4837,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4788
4837
|
}
|
|
4789
4838
|
declare module INSPECTOR {
|
|
4790
4839
|
|
|
4840
|
+
|
|
4791
4841
|
}
|
|
4792
4842
|
declare module INSPECTOR.SharedUIComponents {
|
|
4793
4843
|
interface IVector2LineComponentProps {
|
|
@@ -4826,6 +4876,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4826
4876
|
}
|
|
4827
4877
|
declare module INSPECTOR {
|
|
4828
4878
|
|
|
4879
|
+
|
|
4829
4880
|
}
|
|
4830
4881
|
declare module INSPECTOR.SharedUIComponents {
|
|
4831
4882
|
interface IValueLineComponentProps {
|
|
@@ -4847,6 +4898,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4847
4898
|
}
|
|
4848
4899
|
declare module INSPECTOR {
|
|
4849
4900
|
|
|
4901
|
+
|
|
4850
4902
|
}
|
|
4851
4903
|
declare module INSPECTOR.SharedUIComponents {
|
|
4852
4904
|
interface IUnitButtonProps {
|
|
@@ -4861,6 +4913,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4861
4913
|
}
|
|
4862
4914
|
declare module INSPECTOR {
|
|
4863
4915
|
|
|
4916
|
+
|
|
4864
4917
|
}
|
|
4865
4918
|
declare module INSPECTOR.SharedUIComponents {
|
|
4866
4919
|
interface ITextLineComponentProps {
|
|
@@ -4888,6 +4941,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4888
4941
|
}
|
|
4889
4942
|
declare module INSPECTOR {
|
|
4890
4943
|
|
|
4944
|
+
|
|
4891
4945
|
}
|
|
4892
4946
|
declare module INSPECTOR.SharedUIComponents {
|
|
4893
4947
|
export interface ITextInputLineComponentProps {
|
|
@@ -4942,6 +4996,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4942
4996
|
}
|
|
4943
4997
|
declare module INSPECTOR {
|
|
4944
4998
|
|
|
4999
|
+
|
|
4945
5000
|
}
|
|
4946
5001
|
declare module INSPECTOR.SharedUIComponents {
|
|
4947
5002
|
export const conflictingValuesPlaceholder = "\u2014";
|
|
@@ -4959,6 +5014,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4959
5014
|
}
|
|
4960
5015
|
declare module INSPECTOR {
|
|
4961
5016
|
|
|
5017
|
+
|
|
4962
5018
|
}
|
|
4963
5019
|
declare module INSPECTOR.SharedUIComponents {
|
|
4964
5020
|
interface ISliderLineComponentProps {
|
|
@@ -5000,6 +5056,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5000
5056
|
}
|
|
5001
5057
|
declare module INSPECTOR {
|
|
5002
5058
|
|
|
5059
|
+
|
|
5003
5060
|
}
|
|
5004
5061
|
declare module INSPECTOR.SharedUIComponents {
|
|
5005
5062
|
interface IRadioButtonLineComponentProps {
|
|
@@ -5026,6 +5083,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5026
5083
|
}
|
|
5027
5084
|
declare module INSPECTOR {
|
|
5028
5085
|
|
|
5086
|
+
|
|
5029
5087
|
}
|
|
5030
5088
|
declare module INSPECTOR.SharedUIComponents {
|
|
5031
5089
|
export class Popup {
|
|
@@ -5038,6 +5096,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5038
5096
|
}
|
|
5039
5097
|
declare module INSPECTOR {
|
|
5040
5098
|
|
|
5099
|
+
|
|
5041
5100
|
}
|
|
5042
5101
|
declare module INSPECTOR.SharedUIComponents {
|
|
5043
5102
|
export var Null_Value: number;
|
|
@@ -5080,6 +5139,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5080
5139
|
}
|
|
5081
5140
|
declare module INSPECTOR {
|
|
5082
5141
|
|
|
5142
|
+
|
|
5083
5143
|
}
|
|
5084
5144
|
declare module INSPECTOR.SharedUIComponents {
|
|
5085
5145
|
interface INumericInputProps {
|
|
@@ -5116,6 +5176,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5116
5176
|
}
|
|
5117
5177
|
declare module INSPECTOR {
|
|
5118
5178
|
|
|
5179
|
+
|
|
5119
5180
|
}
|
|
5120
5181
|
declare module INSPECTOR.SharedUIComponents {
|
|
5121
5182
|
interface IMessageLineComponentProps {
|
|
@@ -5133,6 +5194,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5133
5194
|
}
|
|
5134
5195
|
declare module INSPECTOR {
|
|
5135
5196
|
|
|
5197
|
+
|
|
5136
5198
|
}
|
|
5137
5199
|
declare module INSPECTOR.SharedUIComponents {
|
|
5138
5200
|
interface IMatrixLineComponentProps {
|
|
@@ -5170,6 +5232,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5170
5232
|
}
|
|
5171
5233
|
declare module INSPECTOR {
|
|
5172
5234
|
|
|
5235
|
+
|
|
5173
5236
|
}
|
|
5174
5237
|
declare module INSPECTOR.SharedUIComponents {
|
|
5175
5238
|
interface ILinkButtonComponentProps {
|
|
@@ -5191,6 +5254,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5191
5254
|
}
|
|
5192
5255
|
declare module INSPECTOR {
|
|
5193
5256
|
|
|
5257
|
+
|
|
5194
5258
|
}
|
|
5195
5259
|
declare module INSPECTOR.SharedUIComponents {
|
|
5196
5260
|
interface ILineContainerComponentProps {
|
|
@@ -5215,6 +5279,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5215
5279
|
}
|
|
5216
5280
|
declare module INSPECTOR {
|
|
5217
5281
|
|
|
5282
|
+
|
|
5218
5283
|
}
|
|
5219
5284
|
declare module INSPECTOR.SharedUIComponents {
|
|
5220
5285
|
interface IInputArrowsComponentProps {
|
|
@@ -5234,6 +5299,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5234
5299
|
}
|
|
5235
5300
|
declare module INSPECTOR {
|
|
5236
5301
|
|
|
5302
|
+
|
|
5237
5303
|
}
|
|
5238
5304
|
declare module INSPECTOR.SharedUIComponents {
|
|
5239
5305
|
interface IIndentedTextLineComponentProps {
|
|
@@ -5256,6 +5322,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5256
5322
|
}
|
|
5257
5323
|
declare module INSPECTOR {
|
|
5258
5324
|
|
|
5325
|
+
|
|
5259
5326
|
}
|
|
5260
5327
|
declare module INSPECTOR.SharedUIComponents {
|
|
5261
5328
|
interface IIconComponentProps {
|
|
@@ -5271,6 +5338,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5271
5338
|
}
|
|
5272
5339
|
declare module INSPECTOR {
|
|
5273
5340
|
|
|
5341
|
+
|
|
5274
5342
|
}
|
|
5275
5343
|
declare module INSPECTOR.SharedUIComponents {
|
|
5276
5344
|
export interface IIconButtonLineComponentProps {
|
|
@@ -5289,6 +5357,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5289
5357
|
}
|
|
5290
5358
|
declare module INSPECTOR {
|
|
5291
5359
|
|
|
5360
|
+
|
|
5292
5361
|
}
|
|
5293
5362
|
declare module INSPECTOR.SharedUIComponents {
|
|
5294
5363
|
export interface ISelectedLineContainer {
|
|
@@ -5301,6 +5370,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5301
5370
|
}
|
|
5302
5371
|
declare module INSPECTOR {
|
|
5303
5372
|
|
|
5373
|
+
|
|
5304
5374
|
}
|
|
5305
5375
|
declare module INSPECTOR.SharedUIComponents {
|
|
5306
5376
|
interface IHexLineComponentProps {
|
|
@@ -5344,6 +5414,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5344
5414
|
}
|
|
5345
5415
|
declare module INSPECTOR {
|
|
5346
5416
|
|
|
5417
|
+
|
|
5347
5418
|
}
|
|
5348
5419
|
declare module INSPECTOR.SharedUIComponents {
|
|
5349
5420
|
interface IFloatLineComponentProps {
|
|
@@ -5399,6 +5470,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5399
5470
|
}
|
|
5400
5471
|
declare module INSPECTOR {
|
|
5401
5472
|
|
|
5473
|
+
|
|
5402
5474
|
}
|
|
5403
5475
|
declare module INSPECTOR.SharedUIComponents {
|
|
5404
5476
|
interface IFileMultipleButtonLineComponentProps {
|
|
@@ -5422,6 +5494,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5422
5494
|
}
|
|
5423
5495
|
declare module INSPECTOR {
|
|
5424
5496
|
|
|
5497
|
+
|
|
5425
5498
|
}
|
|
5426
5499
|
declare module INSPECTOR.SharedUIComponents {
|
|
5427
5500
|
interface IFileButtonLineProps {
|
|
@@ -5445,6 +5518,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5445
5518
|
}
|
|
5446
5519
|
declare module INSPECTOR {
|
|
5447
5520
|
|
|
5521
|
+
|
|
5448
5522
|
}
|
|
5449
5523
|
declare module INSPECTOR.SharedUIComponents {
|
|
5450
5524
|
export interface IButtonLineComponentProps {
|
|
@@ -5461,6 +5535,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5461
5535
|
}
|
|
5462
5536
|
declare module INSPECTOR {
|
|
5463
5537
|
|
|
5538
|
+
|
|
5464
5539
|
}
|
|
5465
5540
|
declare module INSPECTOR.SharedUIComponents {
|
|
5466
5541
|
export interface IColorPickerLineProps {
|
|
@@ -5496,6 +5571,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5496
5571
|
}
|
|
5497
5572
|
declare module INSPECTOR {
|
|
5498
5573
|
|
|
5574
|
+
|
|
5499
5575
|
}
|
|
5500
5576
|
declare module INSPECTOR.SharedUIComponents {
|
|
5501
5577
|
export interface IColorLineProps {
|
|
@@ -5538,6 +5614,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5538
5614
|
}
|
|
5539
5615
|
declare module INSPECTOR {
|
|
5540
5616
|
|
|
5617
|
+
|
|
5541
5618
|
}
|
|
5542
5619
|
declare module INSPECTOR.SharedUIComponents {
|
|
5543
5620
|
export interface IColor4LineComponentProps {
|
|
@@ -5560,6 +5637,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5560
5637
|
}
|
|
5561
5638
|
declare module INSPECTOR {
|
|
5562
5639
|
|
|
5640
|
+
|
|
5563
5641
|
}
|
|
5564
5642
|
declare module INSPECTOR.SharedUIComponents {
|
|
5565
5643
|
export interface IColor3LineComponentProps {
|
|
@@ -5582,6 +5660,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5582
5660
|
}
|
|
5583
5661
|
declare module INSPECTOR {
|
|
5584
5662
|
|
|
5663
|
+
|
|
5585
5664
|
}
|
|
5586
5665
|
declare module INSPECTOR.SharedUIComponents {
|
|
5587
5666
|
export interface ICheckBoxLineComponentProps {
|
|
@@ -5623,6 +5702,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5623
5702
|
}
|
|
5624
5703
|
declare module INSPECTOR {
|
|
5625
5704
|
|
|
5705
|
+
|
|
5626
5706
|
}
|
|
5627
5707
|
declare module INSPECTOR.SharedUIComponents {
|
|
5628
5708
|
export interface IButtonLineComponentProps {
|
|
@@ -5642,6 +5722,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5642
5722
|
}
|
|
5643
5723
|
declare module INSPECTOR {
|
|
5644
5724
|
|
|
5725
|
+
|
|
5645
5726
|
}
|
|
5646
5727
|
declare module INSPECTOR.SharedUIComponents {
|
|
5647
5728
|
export interface IBooleanLineComponentProps {
|
|
@@ -5660,6 +5741,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5660
5741
|
}
|
|
5661
5742
|
declare module INSPECTOR {
|
|
5662
5743
|
|
|
5744
|
+
|
|
5663
5745
|
}
|
|
5664
5746
|
declare module INSPECTOR.SharedUIComponents {
|
|
5665
5747
|
export function ClassNames(names: any, styleObject: any): string;
|
|
@@ -5670,6 +5752,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5670
5752
|
}
|
|
5671
5753
|
declare module INSPECTOR {
|
|
5672
5754
|
|
|
5755
|
+
|
|
5673
5756
|
}
|
|
5674
5757
|
declare module INSPECTOR.SharedUIComponents {
|
|
5675
5758
|
/// <reference types="react" />
|
|
@@ -5686,6 +5769,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5686
5769
|
}
|
|
5687
5770
|
declare module INSPECTOR {
|
|
5688
5771
|
|
|
5772
|
+
|
|
5689
5773
|
}
|
|
5690
5774
|
declare module INSPECTOR.SharedUIComponents {
|
|
5691
5775
|
export interface ITextInputProps {
|
|
@@ -5707,6 +5791,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5707
5791
|
}
|
|
5708
5792
|
declare module INSPECTOR {
|
|
5709
5793
|
|
|
5794
|
+
|
|
5710
5795
|
}
|
|
5711
5796
|
declare module INSPECTOR.SharedUIComponents {
|
|
5712
5797
|
export interface MessageDialogProps {
|
|
@@ -5721,6 +5806,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5721
5806
|
}
|
|
5722
5807
|
declare module INSPECTOR {
|
|
5723
5808
|
|
|
5809
|
+
|
|
5724
5810
|
}
|
|
5725
5811
|
declare module INSPECTOR.SharedUIComponents {
|
|
5726
5812
|
export type LabelProps = {
|
|
@@ -5735,6 +5821,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5735
5821
|
}
|
|
5736
5822
|
declare module INSPECTOR {
|
|
5737
5823
|
|
|
5824
|
+
|
|
5738
5825
|
}
|
|
5739
5826
|
declare module INSPECTOR.SharedUIComponents {
|
|
5740
5827
|
/// <reference types="react" />
|
|
@@ -5749,6 +5836,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5749
5836
|
}
|
|
5750
5837
|
declare module INSPECTOR {
|
|
5751
5838
|
|
|
5839
|
+
|
|
5752
5840
|
}
|
|
5753
5841
|
declare module INSPECTOR.SharedUIComponents {
|
|
5754
5842
|
/// <reference types="react" />
|
|
@@ -5768,6 +5856,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5768
5856
|
}
|
|
5769
5857
|
declare module INSPECTOR {
|
|
5770
5858
|
|
|
5859
|
+
|
|
5771
5860
|
}
|
|
5772
5861
|
declare module INSPECTOR.SharedUIComponents {
|
|
5773
5862
|
/**
|
|
@@ -5781,6 +5870,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5781
5870
|
}
|
|
5782
5871
|
declare module INSPECTOR {
|
|
5783
5872
|
|
|
5873
|
+
|
|
5784
5874
|
}
|
|
5785
5875
|
declare module INSPECTOR.SharedUIComponents {
|
|
5786
5876
|
export type IVisualRecordsType = Record<string, {
|
|
@@ -5856,6 +5946,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5856
5946
|
}
|
|
5857
5947
|
declare module INSPECTOR {
|
|
5858
5948
|
|
|
5949
|
+
|
|
5859
5950
|
}
|
|
5860
5951
|
declare module INSPECTOR.SharedUIComponents {
|
|
5861
5952
|
export interface IGraphContainerProps {
|
|
@@ -5874,6 +5965,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5874
5965
|
}
|
|
5875
5966
|
declare module INSPECTOR {
|
|
5876
5967
|
|
|
5968
|
+
|
|
5877
5969
|
}
|
|
5878
5970
|
declare module INSPECTOR.SharedUIComponents {
|
|
5879
5971
|
export interface IGraphNodeProps {
|
|
@@ -5894,6 +5986,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5894
5986
|
}
|
|
5895
5987
|
declare module INSPECTOR {
|
|
5896
5988
|
|
|
5989
|
+
|
|
5897
5990
|
}
|
|
5898
5991
|
declare module INSPECTOR.SharedUIComponents {
|
|
5899
5992
|
/**
|
|
@@ -5917,6 +6010,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5917
6010
|
}
|
|
5918
6011
|
declare module INSPECTOR {
|
|
5919
6012
|
|
|
6013
|
+
|
|
5920
6014
|
}
|
|
5921
6015
|
declare module INSPECTOR.SharedUIComponents {
|
|
5922
6016
|
/**
|
|
@@ -5966,6 +6060,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5966
6060
|
}
|
|
5967
6061
|
declare module INSPECTOR {
|
|
5968
6062
|
|
|
6063
|
+
|
|
5969
6064
|
}
|
|
5970
6065
|
declare module INSPECTOR.SharedUIComponents {
|
|
5971
6066
|
/// <reference types="react" />
|
|
@@ -5984,6 +6079,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
5984
6079
|
}
|
|
5985
6080
|
declare module INSPECTOR {
|
|
5986
6081
|
|
|
6082
|
+
|
|
5987
6083
|
}
|
|
5988
6084
|
declare module INSPECTOR.SharedUIComponents {
|
|
5989
6085
|
export interface IGraphContainerProps {
|
|
@@ -6001,6 +6097,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6001
6097
|
}
|
|
6002
6098
|
declare module INSPECTOR {
|
|
6003
6099
|
|
|
6100
|
+
|
|
6004
6101
|
}
|
|
6005
6102
|
declare module INSPECTOR.SharedUIComponents {
|
|
6006
6103
|
/**
|
|
@@ -6052,6 +6149,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6052
6149
|
}
|
|
6053
6150
|
declare module INSPECTOR {
|
|
6054
6151
|
|
|
6152
|
+
|
|
6055
6153
|
}
|
|
6056
6154
|
declare module INSPECTOR.SharedUIComponents {
|
|
6057
6155
|
/**
|
|
@@ -6079,6 +6177,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6079
6177
|
}
|
|
6080
6178
|
declare module INSPECTOR {
|
|
6081
6179
|
|
|
6180
|
+
|
|
6082
6181
|
}
|
|
6083
6182
|
declare module INSPECTOR.SharedUIComponents {
|
|
6084
6183
|
interface INumericInputComponentProps {
|
|
@@ -6115,6 +6214,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6115
6214
|
}
|
|
6116
6215
|
declare module INSPECTOR {
|
|
6117
6216
|
|
|
6217
|
+
|
|
6118
6218
|
}
|
|
6119
6219
|
declare module INSPECTOR.SharedUIComponents {
|
|
6120
6220
|
export interface IFileButtonLineComponentProps {
|
|
@@ -6138,6 +6238,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6138
6238
|
}
|
|
6139
6239
|
declare module INSPECTOR {
|
|
6140
6240
|
|
|
6241
|
+
|
|
6141
6242
|
}
|
|
6142
6243
|
declare module INSPECTOR.SharedUIComponents {
|
|
6143
6244
|
export interface IColorPickerLineComponentProps {
|
|
@@ -6175,6 +6276,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6175
6276
|
}
|
|
6176
6277
|
declare module INSPECTOR {
|
|
6177
6278
|
|
|
6279
|
+
|
|
6178
6280
|
}
|
|
6179
6281
|
declare module INSPECTOR.SharedUIComponents {
|
|
6180
6282
|
export interface IColorLineComponentProps {
|
|
@@ -6217,6 +6319,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6217
6319
|
}
|
|
6218
6320
|
declare module INSPECTOR {
|
|
6219
6321
|
|
|
6322
|
+
|
|
6220
6323
|
}
|
|
6221
6324
|
declare module INSPECTOR.SharedUIComponents {
|
|
6222
6325
|
/**
|
|
@@ -6253,6 +6356,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6253
6356
|
}
|
|
6254
6357
|
declare module INSPECTOR {
|
|
6255
6358
|
|
|
6359
|
+
|
|
6256
6360
|
}
|
|
6257
6361
|
declare module INSPECTOR.SharedUIComponents {
|
|
6258
6362
|
export type LayoutTab = {
|
|
@@ -6342,6 +6446,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6342
6446
|
}
|
|
6343
6447
|
declare module INSPECTOR {
|
|
6344
6448
|
|
|
6449
|
+
|
|
6345
6450
|
}
|
|
6346
6451
|
declare module INSPECTOR.SharedUIComponents {
|
|
6347
6452
|
/// <reference types="react" />
|
|
@@ -6361,6 +6466,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6361
6466
|
}
|
|
6362
6467
|
declare module INSPECTOR {
|
|
6363
6468
|
|
|
6469
|
+
|
|
6364
6470
|
}
|
|
6365
6471
|
declare module INSPECTOR.SharedUIComponents {
|
|
6366
6472
|
/**
|
|
@@ -6397,6 +6503,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6397
6503
|
}
|
|
6398
6504
|
declare module INSPECTOR {
|
|
6399
6505
|
|
|
6506
|
+
|
|
6400
6507
|
}
|
|
6401
6508
|
declare module INSPECTOR.SharedUIComponents {
|
|
6402
6509
|
/**
|
|
@@ -6439,6 +6546,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6439
6546
|
}
|
|
6440
6547
|
declare module INSPECTOR {
|
|
6441
6548
|
|
|
6549
|
+
|
|
6442
6550
|
}
|
|
6443
6551
|
declare module INSPECTOR.SharedUIComponents {
|
|
6444
6552
|
/**
|
|
@@ -6487,6 +6595,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6487
6595
|
}
|
|
6488
6596
|
declare module INSPECTOR {
|
|
6489
6597
|
|
|
6598
|
+
|
|
6490
6599
|
}
|
|
6491
6600
|
declare module INSPECTOR.SharedUIComponents {
|
|
6492
6601
|
/**
|
|
@@ -6511,6 +6620,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6511
6620
|
}
|
|
6512
6621
|
declare module INSPECTOR {
|
|
6513
6622
|
|
|
6623
|
+
|
|
6514
6624
|
}
|
|
6515
6625
|
declare module INSPECTOR.SharedUIComponents {
|
|
6516
6626
|
/**
|
|
@@ -6529,6 +6639,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6529
6639
|
}
|
|
6530
6640
|
declare module INSPECTOR {
|
|
6531
6641
|
|
|
6642
|
+
|
|
6532
6643
|
}
|
|
6533
6644
|
declare module INSPECTOR.SharedUIComponents {
|
|
6534
6645
|
/**
|
|
@@ -6557,6 +6668,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6557
6668
|
}
|
|
6558
6669
|
declare module INSPECTOR {
|
|
6559
6670
|
|
|
6671
|
+
|
|
6560
6672
|
}
|
|
6561
6673
|
declare module INSPECTOR.SharedUIComponents {
|
|
6562
6674
|
/**
|
|
@@ -6584,6 +6696,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6584
6696
|
}
|
|
6585
6697
|
declare module INSPECTOR {
|
|
6586
6698
|
|
|
6699
|
+
|
|
6587
6700
|
}
|
|
6588
6701
|
declare module INSPECTOR.SharedUIComponents {
|
|
6589
6702
|
/**
|
|
@@ -6608,6 +6721,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6608
6721
|
}
|
|
6609
6722
|
declare module INSPECTOR {
|
|
6610
6723
|
|
|
6724
|
+
|
|
6611
6725
|
}
|
|
6612
6726
|
declare module INSPECTOR.SharedUIComponents {
|
|
6613
6727
|
/**
|
|
@@ -6639,6 +6753,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6639
6753
|
}
|
|
6640
6754
|
declare module INSPECTOR {
|
|
6641
6755
|
|
|
6756
|
+
|
|
6642
6757
|
}
|
|
6643
6758
|
declare module INSPECTOR.SharedUIComponents {
|
|
6644
6759
|
export interface IHexColorProps {
|
|
@@ -6665,6 +6780,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6665
6780
|
}
|
|
6666
6781
|
declare module INSPECTOR {
|
|
6667
6782
|
|
|
6783
|
+
|
|
6668
6784
|
}
|
|
6669
6785
|
declare module INSPECTOR.SharedUIComponents {
|
|
6670
6786
|
/**
|
|
@@ -6713,6 +6829,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6713
6829
|
}
|
|
6714
6830
|
declare module INSPECTOR {
|
|
6715
6831
|
|
|
6832
|
+
|
|
6716
6833
|
}
|
|
6717
6834
|
declare module INSPECTOR.SharedUIComponents {
|
|
6718
6835
|
export interface IColorComponentEntryProps {
|
|
@@ -6737,6 +6854,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6737
6854
|
}
|
|
6738
6855
|
declare module INSPECTOR {
|
|
6739
6856
|
|
|
6857
|
+
|
|
6740
6858
|
}
|
|
6741
6859
|
declare module INSPECTOR.SharedUIComponents {
|
|
6742
6860
|
interface ICommandDropdownComponentProps {
|
|
@@ -6769,6 +6887,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6769
6887
|
}
|
|
6770
6888
|
declare module INSPECTOR {
|
|
6771
6889
|
|
|
6890
|
+
|
|
6772
6891
|
}
|
|
6773
6892
|
declare module INSPECTOR.SharedUIComponents {
|
|
6774
6893
|
export interface ICommandButtonComponentProps {
|
|
@@ -6787,6 +6906,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6787
6906
|
}
|
|
6788
6907
|
declare module INSPECTOR {
|
|
6789
6908
|
|
|
6909
|
+
|
|
6790
6910
|
}
|
|
6791
6911
|
declare module INSPECTOR.SharedUIComponents {
|
|
6792
6912
|
export interface ICommandBarComponentProps {
|
|
@@ -6810,6 +6930,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6810
6930
|
}
|
|
6811
6931
|
declare module INSPECTOR {
|
|
6812
6932
|
|
|
6933
|
+
|
|
6813
6934
|
}
|
|
6814
6935
|
declare module INSPECTOR.SharedUIComponents {
|
|
6815
6936
|
export interface IHexColorProps {
|
|
@@ -6836,6 +6957,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6836
6957
|
}
|
|
6837
6958
|
declare module INSPECTOR {
|
|
6838
6959
|
|
|
6960
|
+
|
|
6839
6961
|
}
|
|
6840
6962
|
declare module INSPECTOR.SharedUIComponents {
|
|
6841
6963
|
/**
|
|
@@ -6883,6 +7005,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6883
7005
|
}
|
|
6884
7006
|
declare module INSPECTOR {
|
|
6885
7007
|
|
|
7008
|
+
|
|
6886
7009
|
}
|
|
6887
7010
|
declare module INSPECTOR.SharedUIComponents {
|
|
6888
7011
|
export interface IColorComponentEntryProps {
|
|
@@ -6907,6 +7030,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
6907
7030
|
}
|
|
6908
7031
|
declare module INSPECTOR {
|
|
6909
7032
|
|
|
7033
|
+
|
|
6910
7034
|
}
|
|
6911
7035
|
|
|
6912
7036
|
|