@sapui5/ts-types-esm 1.133.0 → 1.134.1

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.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +0 -14
  7. package/types/sap.esh.search.ui.d.ts +7 -1
  8. package/types/sap.f.d.ts +53 -9
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +25 -3
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +64 -58
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +192 -136
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +629 -77
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +360 -98
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +53 -30
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +107 -7
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +9 -28
  37. package/types/sap.ui.core.d.ts +46779 -46490
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +1 -1
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -3
  44. package/types/sap.ui.layout.d.ts +4 -2
  45. package/types/sap.ui.mdc.d.ts +227 -12
  46. package/types/sap.ui.richtexteditor.d.ts +1 -1
  47. package/types/sap.ui.rta.d.ts +76 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +1 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +41 -47
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +335 -4
  55. package/types/sap.ui.vk.d.ts +4 -4
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +69 -4
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +7 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/generic/app/library" {
4
4
  export namespace navigation {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -4966,8 +4966,6 @@ declare namespace sap {
4966
4966
 
4967
4967
  "sap/ui/integration/util/ManifestResolver": undefined;
4968
4968
 
4969
- "sap/ui/integration/util/openCardShowMore": undefined;
4970
-
4971
4969
  "sap/ui/integration/util/RequestDataProvider": undefined;
4972
4970
 
4973
4971
  "sap/ui/integration/util/SkeletonCard": undefined;
@@ -1,10 +1,12 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
5
5
 
6
6
  import GridLayoutBase from "sap/ui/layout/cssgrid/GridLayoutBase";
7
7
 
8
+ import { CSSGapShortHand } from "sap/ui/core/library";
9
+
8
10
  /**
9
11
  * Available Background Design.
10
12
  *
@@ -373,7 +375,7 @@ declare module "sap/ui/layout/library" {
373
375
  *
374
376
  * @since 1.60.0
375
377
  */
376
- type CSSGridGapShortHand = string;
378
+ type CSSGridGapShortHand = CSSGapShortHand;
377
379
 
378
380
  /**
379
381
  * A string type that represents one or two grid lines. Used to define the position and size of a single
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1630,7 +1630,9 @@ declare module "sap/ui/mdc/FilterBarDelegate" {
1630
1630
  /**
1631
1631
  * Status of the validation as returned via {@link sap.ui.mdc.filterbar.FilterBarBase#checkValidationState checkValidationState}
1632
1632
  */
1633
- status: FilterBarValidationStatus;
1633
+ status:
1634
+ | FilterBarValidationStatus
1635
+ | keyof typeof FilterBarValidationStatus;
1634
1636
  }
1635
1637
  ): void;
1636
1638
  }
@@ -2522,7 +2524,7 @@ declare module "sap/ui/mdc/util/TypeMap" {
2522
2524
  * Class path as `string` where each name is separated by '.'
2523
2525
  */
2524
2526
  sDataType: string
2525
- ): (p1: SimpleType) => void;
2527
+ ): new () => SimpleType;
2526
2528
  /**
2527
2529
  * Gets the data type class name for a given name or alias.
2528
2530
  *
@@ -3739,6 +3741,170 @@ declare module "sap/ui/mdc/library" {
3739
3741
  }
3740
3742
  }
3741
3743
 
3744
+ declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
3745
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
3746
+
3747
+ import { IOverflowToolbarContent } from "sap/m/library";
3748
+
3749
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
3750
+
3751
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3752
+
3753
+ /**
3754
+ * The action for an {@link sap.ui.mdc.ActionToolbar ActionToolbar} control with given layout information
3755
+ * that determines where the wrapped control is displayed on the `ActionToolbar`.
3756
+ *
3757
+ * @since 1.58
3758
+ */
3759
+ export default class ActionToolbarAction
3760
+ extends Control
3761
+ implements IOverflowToolbarContent
3762
+ {
3763
+ __implements__sap_m_IOverflowToolbarContent: boolean;
3764
+ /**
3765
+ * Constructor for a new ActionToolbarAction.
3766
+ *
3767
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3768
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3769
+ * of the syntax of the settings object.
3770
+ */
3771
+ constructor(
3772
+ /**
3773
+ * Initial settings for the new control
3774
+ */
3775
+ mSettings?: $ActionToolbarActionSettings
3776
+ );
3777
+ /**
3778
+ * Constructor for a new ActionToolbarAction.
3779
+ *
3780
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3781
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3782
+ * of the syntax of the settings object.
3783
+ */
3784
+ constructor(
3785
+ /**
3786
+ * ID for the new control, generated automatically if no ID is given
3787
+ */
3788
+ sId?: string,
3789
+ /**
3790
+ * Initial settings for the new control
3791
+ */
3792
+ mSettings?: $ActionToolbarActionSettings
3793
+ );
3794
+
3795
+ /**
3796
+ * Creates a new subclass of class sap.ui.mdc.actiontoolbar.ActionToolbarAction with name `sClassName` and
3797
+ * enriches it with the information contained in `oClassInfo`.
3798
+ *
3799
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
3800
+ *
3801
+ *
3802
+ * @returns Created class / constructor function
3803
+ */
3804
+ static extend<T extends Record<string, unknown>>(
3805
+ /**
3806
+ * Name of the class being created
3807
+ */
3808
+ sClassName: string,
3809
+ /**
3810
+ * Object literal with information about the class
3811
+ */
3812
+ oClassInfo?: sap.ClassInfo<T, ActionToolbarAction>,
3813
+ /**
3814
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3815
+ * used by this class
3816
+ */
3817
+ FNMetaImpl?: Function
3818
+ ): Function;
3819
+ /**
3820
+ * Returns a metadata object for class sap.ui.mdc.actiontoolbar.ActionToolbarAction.
3821
+ *
3822
+ *
3823
+ * @returns Metadata object describing this class
3824
+ */
3825
+ static getMetadata(): ElementMetadata;
3826
+ /**
3827
+ * Destroys the action in the aggregation {@link #getAction action}.
3828
+ *
3829
+ *
3830
+ * @returns Reference to `this` in order to allow method chaining
3831
+ */
3832
+ destroyAction(): this;
3833
+ /**
3834
+ * Gets content of aggregation {@link #getAction action}.
3835
+ *
3836
+ * The control that is displayed on the `ActionToolbar`.
3837
+ */
3838
+ getAction(): Control;
3839
+ /**
3840
+ * Gets current value of property {@link #getLayoutInformation layoutInformation}.
3841
+ *
3842
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3843
+ *
3844
+ * Default value is `...see text or source`.
3845
+ *
3846
+ *
3847
+ * @returns Value of property `layoutInformation`
3848
+ */
3849
+ getLayoutInformation(): object;
3850
+ /**
3851
+ * Observes changes in `Action` aggregation.
3852
+ *
3853
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3854
+ */
3855
+ observeChanges(
3856
+ /**
3857
+ * Changes
3858
+ */
3859
+ oChanges: object
3860
+ ): void;
3861
+ /**
3862
+ * Sets the aggregated {@link #getAction action}.
3863
+ *
3864
+ *
3865
+ * @returns Reference to `this` in order to allow method chaining
3866
+ */
3867
+ setAction(
3868
+ /**
3869
+ * The action to set
3870
+ */
3871
+ oAction: Control
3872
+ ): this;
3873
+ /**
3874
+ * Sets a new value for property {@link #getLayoutInformation layoutInformation}.
3875
+ *
3876
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3877
+ *
3878
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3879
+ *
3880
+ * Default value is `...see text or source`.
3881
+ *
3882
+ *
3883
+ * @returns Reference to `this` in order to allow method chaining
3884
+ */
3885
+ setLayoutInformation(
3886
+ /**
3887
+ * New value for property `layoutInformation`
3888
+ */
3889
+ oLayoutInformation?: object
3890
+ ): this;
3891
+ }
3892
+ /**
3893
+ * Describes the settings that can be provided to the ActionToolbarAction constructor.
3894
+ */
3895
+ export interface $ActionToolbarActionSettings extends $ControlSettings {
3896
+ /**
3897
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3898
+ */
3899
+ layoutInformation?: object | PropertyBindingInfo | `{${string}}`;
3900
+
3901
+ /**
3902
+ * The control that is displayed on the `ActionToolbar`.
3903
+ */
3904
+ action?: Control;
3905
+ }
3906
+ }
3907
+
3742
3908
  declare module "sap/ui/mdc/Chart" {
3743
3909
  import { default as Control, $ControlSettings } from "sap/ui/mdc/Control";
3744
3910
 
@@ -7287,15 +7453,15 @@ declare module "sap/ui/mdc/enums/FilterBarValidationStatus" {
7287
7453
  /**
7288
7454
  * Filter field in error state.
7289
7455
  */
7290
- FieldInErrorState = "undefined",
7456
+ FieldInErrorState = "FieldInErrorState",
7291
7457
  /**
7292
7458
  * No errors detected.
7293
7459
  */
7294
- NoError = "undefined",
7460
+ NoError = "NoError",
7295
7461
  /**
7296
7462
  * Required filter field without a value.
7297
7463
  */
7298
- RequiredHasNoValue = "undefined",
7464
+ RequiredHasNoValue = "RequiredHasNoValue",
7299
7465
  }
7300
7466
  export default FilterBarValidationStatus;
7301
7467
  }
@@ -8028,16 +8194,16 @@ declare module "sap/ui/mdc/enums/OperatorValueType" {
8028
8194
  /**
8029
8195
  * The `Type` of the `Field` or `FilterField` using the `Operator` is used.
8030
8196
  */
8031
- Self = "self",
8197
+ Self = "Self",
8032
8198
  /**
8033
8199
  * The `Type` of the `Field` or `FilterField` using the `Operator` is used for validation, but the user
8034
8200
  * input is used as value.
8035
8201
  */
8036
- SelfNoParse = "selfNoParse",
8202
+ SelfNoParse = "SelfNoParse",
8037
8203
  /**
8038
8204
  * A simple string type is used to display static text.
8039
8205
  */
8040
- Static = "static",
8206
+ Static = "Static",
8041
8207
  }
8042
8208
  export default OperatorValueType;
8043
8209
  }
@@ -8060,7 +8226,7 @@ declare module "sap/ui/mdc/enums/ReasonMode" {
8060
8226
  /**
8061
8227
  * Used if the mentioned reasons are not applicable.
8062
8228
  */
8063
- Unclear = "",
8229
+ Unclear = "Unclear",
8064
8230
  /**
8065
8231
  * The applied variant is marked as Apply Automatically.
8066
8232
  */
@@ -12902,7 +13068,7 @@ declare module "sap/ui/mdc/filterbar/FilterBarBase" {
12902
13068
  * - `{@link sap.ui.mdc.enums.ReasonMode.Go}`: Search is triggered based on pressing the Go button
12903
13069
  * - `{@link sap.ui.mdc.enums.ReasonMode.Unclear}`: Any other reasons for the search
12904
13070
  */
12905
- reason?: ReasonMode;
13071
+ reason?: ReasonMode | keyof typeof ReasonMode;
12906
13072
  }
12907
13073
 
12908
13074
  /**
@@ -12915,19 +13081,62 @@ declare module "sap/ui/mdc/filterbar/FilterBarBase" {
12915
13081
  }
12916
13082
 
12917
13083
  declare module "sap/ui/mdc/filterbar/IFilterContainer" {
13084
+ import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
13085
+
12918
13086
  import FilterField from "sap/ui/mdc/FilterField";
12919
13087
 
12920
13088
  import Control from "sap/ui/core/Control";
12921
13089
 
13090
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
13091
+
12922
13092
  /**
12923
13093
  * The `IFilterContainer` is the base container for the visualization of the filter items in the {@link sap.ui.mdc.FilterBar FilterBar }
12924
13094
  * control.
12925
13095
  *
12926
13096
  * @since 1.61.0
12927
13097
  */
12928
- export default class IFilterContainer {
13098
+ export default class IFilterContainer extends UI5Element {
13099
+ /**
13100
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
13101
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
13102
+ * of the syntax of the settings object.
13103
+ *
13104
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
13105
+ * can be used.
13106
+ */
12929
13107
  constructor();
12930
13108
 
13109
+ /**
13110
+ * Creates a new subclass of class sap.ui.mdc.filterbar.IFilterContainer with name `sClassName` and enriches
13111
+ * it with the information contained in `oClassInfo`.
13112
+ *
13113
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
13114
+ *
13115
+ *
13116
+ * @returns Created class / constructor function
13117
+ */
13118
+ static extend<T extends Record<string, unknown>>(
13119
+ /**
13120
+ * Name of the class being created
13121
+ */
13122
+ sClassName: string,
13123
+ /**
13124
+ * Object literal with information about the class
13125
+ */
13126
+ oClassInfo?: sap.ClassInfo<T, IFilterContainer>,
13127
+ /**
13128
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
13129
+ * used by this class
13130
+ */
13131
+ FNMetaImpl?: Function
13132
+ ): Function;
13133
+ /**
13134
+ * Returns a metadata object for class sap.ui.mdc.filterbar.IFilterContainer.
13135
+ *
13136
+ *
13137
+ * @returns Metadata object describing this class
13138
+ */
13139
+ static getMetadata(): ElementMetadata;
12931
13140
  /**
12932
13141
  * Overwrites the default exit to clean up the created layout properly.
12933
13142
  */
@@ -12973,6 +13182,10 @@ declare module "sap/ui/mdc/filterbar/IFilterContainer" {
12973
13182
  oControl: FilterField
12974
13183
  ): void;
12975
13184
  }
13185
+ /**
13186
+ * Describes the settings that can be provided to the IFilterContainer constructor.
13187
+ */
13188
+ export interface $IFilterContainerSettings extends $ElementSettings {}
12976
13189
  }
12977
13190
 
12978
13191
  declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
@@ -25104,6 +25317,8 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
25104
25317
 
25105
25318
  declare namespace sap {
25106
25319
  interface IUI5DefineDependencyNames {
25320
+ "sap/ui/mdc/actiontoolbar/ActionToolbarAction": undefined;
25321
+
25107
25322
  "sap/ui/mdc/AggregationBaseDelegate": undefined;
25108
25323
 
25109
25324
  "sap/ui/mdc/BaseDelegate": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -96,6 +96,81 @@ declare module "sap/ui/rta/enablement/TestDelegate" {
96
96
  export default TestDelegate;
97
97
  }
98
98
 
99
+ declare module "sap/ui/rta/plugin/annotations/AnnotationChangeDialog" {
100
+ /**
101
+ * Annotation change definition
102
+ */
103
+ export type AnnotationChangeDefinition = {
104
+ /**
105
+ * Change type
106
+ */
107
+ annotationChangeType: string;
108
+ /**
109
+ * Change content
110
+ */
111
+ content: {
112
+ /**
113
+ * Path of the property
114
+ */
115
+ annotationPath: string;
116
+ /**
117
+ * New value
118
+ */
119
+ value: string;
120
+ };
121
+ /**
122
+ * Url of the OData service
123
+ */
124
+ serviceUrl: string;
125
+ };
126
+
127
+ /**
128
+ * Annotation change info
129
+ */
130
+ export type AnnotationChangeInfo = {
131
+ /**
132
+ * Url of the OData service
133
+ */
134
+ serviceUrl: string;
135
+ /**
136
+ * Array of properties
137
+ */
138
+ properties: Array<{
139
+ /**
140
+ * Path of the property
141
+ */
142
+ annotationPath: string;
143
+ /**
144
+ * Name of the property
145
+ */
146
+ propertyName: string;
147
+ /**
148
+ * Current value of the property
149
+ */
150
+ currentValue: string;
151
+ }>;
152
+ /**
153
+ * Array of possible values for value list type properties
154
+ */
155
+ possibleValues: Array<{
156
+ /**
157
+ * Key of the option
158
+ */
159
+ key: string;
160
+ /**
161
+ * Text of the option
162
+ */
163
+ text: string;
164
+ }>;
165
+ /**
166
+ * Name of the property that should be filtered for initially
167
+ */
168
+ preSelectedProperty?: string;
169
+ };
170
+
171
+ export type getAnnotationChangeInfo = () => AnnotationChangeInfo;
172
+ }
173
+
99
174
  declare namespace sap {
100
175
  interface IUI5DefineDependencyNames {
101
176
  "sap/ui/rta/api/startAdaptation": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4