@sapui5/ts-types-esm 1.136.1 → 1.136.2

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 (59) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -1
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.esh.search.ui.d.ts +1 -1
  5. package/types/sap.f.d.ts +1 -1
  6. package/types/sap.fe.base.d.ts +1 -1
  7. package/types/sap.fe.controls.d.ts +1 -1
  8. package/types/sap.fe.core.d.ts +5 -4
  9. package/types/sap.fe.ina.d.ts +1 -1
  10. package/types/sap.fe.macros.d.ts +17 -15
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  14. package/types/sap.fe.templates.d.ts +1 -1
  15. package/types/sap.fe.test.d.ts +1 -1
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +1 -1
  18. package/types/sap.insights.d.ts +1 -1
  19. package/types/sap.m.d.ts +19 -8
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +66 -18
  25. package/types/sap.suite.ui.commons.d.ts +1 -1
  26. package/types/sap.suite.ui.generic.template.d.ts +31 -1
  27. package/types/sap.suite.ui.microchart.d.ts +1 -1
  28. package/types/sap.tnt.d.ts +1 -1
  29. package/types/sap.ui.codeeditor.d.ts +1 -1
  30. package/types/sap.ui.commons.d.ts +1 -1
  31. package/types/sap.ui.comp.d.ts +2 -2307
  32. package/types/sap.ui.core.d.ts +2 -2
  33. package/types/sap.ui.dt.d.ts +1 -1
  34. package/types/sap.ui.export.d.ts +1 -1
  35. package/types/sap.ui.fl.d.ts +1 -1
  36. package/types/sap.ui.generic.app.d.ts +1 -1
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +1 -1
  39. package/types/sap.ui.layout.d.ts +1 -1
  40. package/types/sap.ui.richtexteditor.d.ts +1 -1
  41. package/types/sap.ui.rta.d.ts +1 -1
  42. package/types/sap.ui.suite.d.ts +1 -1
  43. package/types/sap.ui.support.d.ts +1 -1
  44. package/types/sap.ui.table.d.ts +1 -1
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +1 -1
  47. package/types/sap.ui.ux3.d.ts +1 -1
  48. package/types/sap.ui.webc.common.d.ts +1 -1
  49. package/types/sap.ui.webc.fiori.d.ts +1 -1
  50. package/types/sap.ui.webc.main.d.ts +1 -1
  51. package/types/sap.uiext.inbox.d.ts +1 -1
  52. package/types/sap.ushell.d.ts +3 -31
  53. package/types/sap.ushell_abap.d.ts +1 -1
  54. package/types/sap.uxap.d.ts +1 -1
  55. package/types/sap.viz.d.ts +1 -1
  56. package/types/sap.zen.commons.d.ts +1 -1
  57. package/types/sap.zen.crosstab.d.ts +1 -1
  58. package/types/sap.zen.dsh.d.ts +1 -1
  59. /package/types/{sap.ui.mdc.d.ts → mdc-1.136.0-esm-d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -10476,1744 +10476,6 @@ declare module "sap/ui/comp/odata/ComboBox" {
10476
10476
  >;
10477
10477
  }
10478
10478
 
10479
- declare module "sap/ui/comp/p13n/P13nConditionPanelBase" {
10480
- import { default as Control, $ControlSettings } from "sap/ui/core/Control";
10481
-
10482
- import Event from "sap/ui/base/Event";
10483
-
10484
- import ElementMetadata from "sap/ui/core/ElementMetadata";
10485
-
10486
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
10487
-
10488
- /**
10489
- * The ConditionPanel Control will be used to implement the Sorting, Filtering and Grouping panel of the
10490
- * new Personalization dialog.
10491
- *
10492
- * @since 1.136
10493
- */
10494
- export default class P13nConditionPanelBase extends Control {
10495
- /**
10496
- * Constructor for a new P13nConditionPanelBase.
10497
- *
10498
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
10499
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
10500
- * of the syntax of the settings object.
10501
- */
10502
- constructor(
10503
- /**
10504
- * initial settings for the new control
10505
- */
10506
- mSettings?: $P13nConditionPanelBaseSettings
10507
- );
10508
- /**
10509
- * Constructor for a new P13nConditionPanelBase.
10510
- *
10511
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
10512
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
10513
- * of the syntax of the settings object.
10514
- */
10515
- constructor(
10516
- /**
10517
- * ID for the new control, generated automatically if no ID is given
10518
- */
10519
- sId?: string,
10520
- /**
10521
- * initial settings for the new control
10522
- */
10523
- mSettings?: $P13nConditionPanelBaseSettings
10524
- );
10525
-
10526
- /**
10527
- * Creates a new subclass of class sap.ui.comp.p13n.P13nConditionPanelBase with name `sClassName` and enriches
10528
- * it with the information contained in `oClassInfo`.
10529
- *
10530
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
10531
- *
10532
- *
10533
- * @returns Created class / constructor function
10534
- */
10535
- static extend<T extends Record<string, unknown>>(
10536
- /**
10537
- * Name of the class being created
10538
- */
10539
- sClassName: string,
10540
- /**
10541
- * Object literal with information about the class
10542
- */
10543
- oClassInfo?: sap.ClassInfo<T, P13nConditionPanelBase>,
10544
- /**
10545
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
10546
- * used by this class
10547
- */
10548
- FNMetaImpl?: Function
10549
- ): Function;
10550
- /**
10551
- * creates and returns a formatted text for the specified condition
10552
- *
10553
- *
10554
- * @returns the range token text. An empty string when no operation matches or the values for the operation
10555
- * are wrong
10556
- */
10557
- static getFormatedConditionText(
10558
- /**
10559
- * the operation type sap.ui.compP13nConditionOperation
10560
- */
10561
- sOperation: string,
10562
- /**
10563
- * value of the first range field
10564
- */
10565
- sValue1: string,
10566
- /**
10567
- * value of the second range field
10568
- */
10569
- sValue2: string,
10570
- /**
10571
- * indicates if the range is an Exclude range
10572
- */
10573
- bExclude: boolean
10574
- ): string;
10575
- /**
10576
- * Returns a metadata object for class sap.ui.comp.p13n.P13nConditionPanelBase.
10577
- *
10578
- *
10579
- * @returns Metadata object describing this class
10580
- */
10581
- static getMetadata(): ElementMetadata;
10582
- /**
10583
- * add a single condition.
10584
- */
10585
- addCondition(
10586
- /**
10587
- * the new condition of type `{ "key": "007", "operation": sap.ui.compP13nConditionOperation.Ascending,
10588
- * "keyField": "keyFieldKey", "value1": "", "value2": ""};`
10589
- */
10590
- oCondition: object
10591
- ): void;
10592
- /**
10593
- * add a single KeyField
10594
- */
10595
- addKeyField(
10596
- /**
10597
- * {key: "CompanyCode", text: "ID"}
10598
- */
10599
- oKeyField: object
10600
- ): void;
10601
- /**
10602
- * add a single operation
10603
- */
10604
- addOperation(
10605
- oOperation: /* was: sap.ui.compP13nConditionOperation */ any,
10606
- /**
10607
- * defines the type for which this operations will be used.
10608
- */
10609
- sType: string
10610
- ): void;
10611
- /**
10612
- * Attaches event handler `fnFunction` to the {@link #event:dataChange dataChange} event of this `sap.ui.comp.p13n.P13nConditionPanelBase`.
10613
- *
10614
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
10615
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nConditionPanelBase` itself.
10616
- *
10617
- * Workaround for updating the binding
10618
- *
10619
- *
10620
- * @returns Reference to `this` in order to allow method chaining
10621
- */
10622
- attachDataChange(
10623
- /**
10624
- * An application-specific payload object that will be passed to the event handler along with the event
10625
- * object when firing the event
10626
- */
10627
- oData: object,
10628
- /**
10629
- * The function to be called when the event occurs
10630
- */
10631
- fnFunction: (p1: Event) => void,
10632
- /**
10633
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nConditionPanelBase`
10634
- * itself
10635
- */
10636
- oListener?: object
10637
- ): this;
10638
- /**
10639
- * Attaches event handler `fnFunction` to the {@link #event:dataChange dataChange} event of this `sap.ui.comp.p13n.P13nConditionPanelBase`.
10640
- *
10641
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
10642
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nConditionPanelBase` itself.
10643
- *
10644
- * Workaround for updating the binding
10645
- *
10646
- *
10647
- * @returns Reference to `this` in order to allow method chaining
10648
- */
10649
- attachDataChange(
10650
- /**
10651
- * The function to be called when the event occurs
10652
- */
10653
- fnFunction: (p1: Event) => void,
10654
- /**
10655
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nConditionPanelBase`
10656
- * itself
10657
- */
10658
- oListener?: object
10659
- ): this;
10660
- /**
10661
- * Detaches event handler `fnFunction` from the {@link #event:dataChange dataChange} event of this `sap.ui.comp.p13n.P13nConditionPanelBase`.
10662
- *
10663
- * The passed function and listener object must match the ones used for event registration.
10664
- *
10665
- *
10666
- * @returns Reference to `this` in order to allow method chaining
10667
- */
10668
- detachDataChange(
10669
- /**
10670
- * The function to be called, when the event occurs
10671
- */
10672
- fnFunction: (p1: Event) => void,
10673
- /**
10674
- * Context object on which the given function had to be called
10675
- */
10676
- oListener?: object
10677
- ): this;
10678
- /**
10679
- * Fires event {@link #event:dataChange dataChange} to attached listeners.
10680
- *
10681
- * @ui5-protected Do not call from applications (only from related classes in the framework)
10682
- *
10683
- * @returns Reference to `this` in order to allow method chaining
10684
- */
10685
- fireDataChange(
10686
- /**
10687
- * Parameters to pass along with the event
10688
- */
10689
- mParameters?: object
10690
- ): this;
10691
- /**
10692
- * Gets current value of property {@link #getAlwaysShowAddIcon alwaysShowAddIcon}.
10693
- *
10694
- * makes the Add icon visible on each condition row. If is set to false the Add is only visible at the end
10695
- * and you can only append a new condition.
10696
- *
10697
- * Default value is `true`.
10698
- *
10699
- *
10700
- * @returns Value of property `alwaysShowAddIcon`
10701
- */
10702
- getAlwaysShowAddIcon(): boolean;
10703
- /**
10704
- * Gets current value of property {@link #getAutoAddNewRow autoAddNewRow}.
10705
- *
10706
- * adds initial a new empty condition row
10707
- *
10708
- * Default value is `false`.
10709
- *
10710
- *
10711
- * @returns Value of property `autoAddNewRow`
10712
- */
10713
- getAutoAddNewRow(): boolean;
10714
- /**
10715
- * Gets current value of property {@link #getAutoReduceKeyFieldItems autoReduceKeyFieldItems}.
10716
- *
10717
- * KeyField value can only be selected once. When you set the property to `true` the ConditionPanel will
10718
- * automatically offers on the KeyField drop down only the keyFields which are not used. The default behavior
10719
- * is that in each keyField dropdown all keyfields are listed.
10720
- *
10721
- * Default value is `false`.
10722
- *
10723
- *
10724
- * @returns Value of property `autoReduceKeyFieldItems`
10725
- */
10726
- getAutoReduceKeyFieldItems(): boolean;
10727
- /**
10728
- * returns array of all defined conditions.
10729
- *
10730
- *
10731
- * @returns array of Conditions
10732
- */
10733
- getConditions(): object[];
10734
- /**
10735
- * Gets current value of property {@link #getContainerQuery containerQuery}.
10736
- *
10737
- * defines if the mediaQuery or a ContainerResize will be used for layout update. When the `P13nConditionPanelBase`
10738
- * is used on a dialog the property should be set to `true`!
10739
- *
10740
- * Default value is `false`.
10741
- *
10742
- *
10743
- * @returns Value of property `containerQuery`
10744
- */
10745
- getContainerQuery(): boolean;
10746
- /**
10747
- * Gets current value of property {@link #getDisableFirstRemoveIcon disableFirstRemoveIcon}.
10748
- *
10749
- * makes the remove icon on the first condition row disabled when only one condition exist.
10750
- *
10751
- * Default value is `false`.
10752
- *
10753
- *
10754
- * @returns Value of property `disableFirstRemoveIcon`
10755
- */
10756
- getDisableFirstRemoveIcon(): boolean;
10757
- /**
10758
- * Gets current value of property {@link #getDisplayFormat displayFormat}.
10759
- *
10760
- * This represents the displayFormat of the condition Values. With the value "UpperCase" the entered value
10761
- * of the condition will be converted to upperCase.
10762
- *
10763
- *
10764
- * @returns Value of property `displayFormat`
10765
- */
10766
- getDisplayFormat(): string;
10767
- /**
10768
- * Gets current value of property {@link #getExclude exclude}.
10769
- *
10770
- * exclude options for filter
10771
- *
10772
- * Default value is `false`.
10773
- *
10774
- *
10775
- * @returns Value of property `exclude`
10776
- */
10777
- getExclude(): boolean;
10778
- /**
10779
- * getter for KeyFields array
10780
- *
10781
- *
10782
- * @returns array of KeyFields `[{key: "CompanyCode", text: "ID"}, {key:"CompanyName", text : "Name"}]`
10783
- */
10784
- getKeyFields(): object[];
10785
- /**
10786
- * Gets current value of property {@link #getLayoutMode layoutMode}.
10787
- *
10788
- * can be used to control the layout behavior. Default is "" which will automatically change the layout.
10789
- * With "Desktop", "Table" or "Phone" you can set a fixed layout.
10790
- *
10791
- *
10792
- * @returns Value of property `layoutMode`
10793
- */
10794
- getLayoutMode(): string;
10795
- /**
10796
- * Gets current value of property {@link #getMaxConditions maxConditions}.
10797
- *
10798
- * defines the max number of conditions on the ConditionPanel
10799
- *
10800
- * Default value is `'-1'`.
10801
- *
10802
- *
10803
- * @returns Value of property `maxConditions`
10804
- */
10805
- getMaxConditions(): string;
10806
- /**
10807
- * returns the default array of operations
10808
- *
10809
- *
10810
- * @returns array of operations
10811
- */
10812
- getOperations(
10813
- /**
10814
- * defines the type for which the operations should be returned.
10815
- */
10816
- sType?: string
10817
- ): /* was: sap.ui.compP13nConditionOperation */ any[];
10818
- /**
10819
- * Gets current value of property {@link #getShowLabel showLabel}.
10820
- *
10821
- * show additional labels in the condition
10822
- *
10823
- * Default value is `false`.
10824
- *
10825
- *
10826
- * @returns Value of property `showLabel`
10827
- */
10828
- getShowLabel(): boolean;
10829
- /**
10830
- * Gets current value of property {@link #getUsePrevConditionSetting usePrevConditionSetting}.
10831
- *
10832
- * new added condition use the settings from the previous condition as default.
10833
- *
10834
- * Default value is `true`.
10835
- *
10836
- *
10837
- * @returns Value of property `usePrevConditionSetting`
10838
- */
10839
- getUsePrevConditionSetting(): boolean;
10840
- /**
10841
- * Gets current value of property {@link #getValidationExecutor validationExecutor}.
10842
- *
10843
- * Calls the validation listener tbd...
10844
- *
10845
- *
10846
- * @returns Value of property `validationExecutor`
10847
- */
10848
- getValidationExecutor(): object;
10849
- /**
10850
- * insert a single condition.
10851
- */
10852
- insertCondition(
10853
- /**
10854
- * the new condition of type `{ "key": "007", "operation": sap.ui.compP13nConditionOperation.Ascending,
10855
- * "keyField": "keyFieldKey", "value1": "", "value2": ""};`
10856
- */
10857
- oCondition: object,
10858
- /**
10859
- * of the new condition
10860
- */
10861
- index: int
10862
- ): void;
10863
- /**
10864
- * remove all conditions.
10865
- */
10866
- removeAllConditions(): void;
10867
- /**
10868
- * removes all KeyFields
10869
- */
10870
- removeAllKeyFields(): void;
10871
- /**
10872
- * remove all operations
10873
- */
10874
- removeAllOperations(
10875
- /**
10876
- * defines the type for which all operations should be removed
10877
- */
10878
- sType: string
10879
- ): void;
10880
- /**
10881
- * remove a single condition.
10882
- */
10883
- removeCondition(
10884
- /**
10885
- * is the condition which should be removed. can be either a string with the key of the condition of the
10886
- * condition object itself.
10887
- */
10888
- vCondition: object
10889
- ): void;
10890
- /**
10891
- * removes all invalid conditions.
10892
- *
10893
- * @since 1.28.0
10894
- */
10895
- removeInvalidConditions(): void;
10896
- /**
10897
- * removes all errors/warning states from the value1/2 fields of all conditions.
10898
- *
10899
- * @since 1.28.0
10900
- */
10901
- removeValidationErrors(): void;
10902
- /**
10903
- * Sets a new value for property {@link #getAutoAddNewRow autoAddNewRow}.
10904
- *
10905
- * adds initial a new empty condition row
10906
- *
10907
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10908
- *
10909
- * Default value is `false`.
10910
- *
10911
- *
10912
- * @returns Reference to `this` in order to allow method chaining
10913
- */
10914
- setAutoAddNewRow(
10915
- /**
10916
- * New value for property `autoAddNewRow`
10917
- */
10918
- bAutoAddNewRow?: boolean
10919
- ): this;
10920
- /**
10921
- * Sets a new value for property {@link #getAutoReduceKeyFieldItems autoReduceKeyFieldItems}.
10922
- *
10923
- * KeyField value can only be selected once. When you set the property to `true` the ConditionPanel will
10924
- * automatically offers on the KeyField drop down only the keyFields which are not used. The default behavior
10925
- * is that in each keyField dropdown all keyfields are listed.
10926
- *
10927
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10928
- *
10929
- * Default value is `false`.
10930
- *
10931
- *
10932
- * @returns Reference to `this` in order to allow method chaining
10933
- */
10934
- setAutoReduceKeyFieldItems(
10935
- /**
10936
- * New value for property `autoReduceKeyFieldItems`
10937
- */
10938
- bAutoReduceKeyFieldItems?: boolean
10939
- ): this;
10940
- /**
10941
- * This method must be used to assign a list of conditions.
10942
- */
10943
- setConditions(
10944
- /**
10945
- * array of Conditions.
10946
- */
10947
- aConditions: object[]
10948
- ): void;
10949
- /**
10950
- * Sets a new value for property {@link #getDisableFirstRemoveIcon disableFirstRemoveIcon}.
10951
- *
10952
- * makes the remove icon on the first condition row disabled when only one condition exist.
10953
- *
10954
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10955
- *
10956
- * Default value is `false`.
10957
- *
10958
- *
10959
- * @returns Reference to `this` in order to allow method chaining
10960
- */
10961
- setDisableFirstRemoveIcon(
10962
- /**
10963
- * New value for property `disableFirstRemoveIcon`
10964
- */
10965
- bDisableFirstRemoveIcon?: boolean
10966
- ): this;
10967
- /**
10968
- * Sets a new value for property {@link #getDisplayFormat displayFormat}.
10969
- *
10970
- * This represents the displayFormat of the condition Values. With the value "UpperCase" the entered value
10971
- * of the condition will be converted to upperCase.
10972
- *
10973
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10974
- *
10975
- *
10976
- * @returns Reference to `this` in order to allow method chaining
10977
- */
10978
- setDisplayFormat(
10979
- /**
10980
- * New value for property `displayFormat`
10981
- */
10982
- sDisplayFormat?: string
10983
- ): this;
10984
- /**
10985
- * Sets a new value for property {@link #getExclude exclude}.
10986
- *
10987
- * exclude options for filter
10988
- *
10989
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10990
- *
10991
- * Default value is `false`.
10992
- *
10993
- *
10994
- * @returns Reference to `this` in order to allow method chaining
10995
- */
10996
- setExclude(
10997
- /**
10998
- * New value for property `exclude`
10999
- */
11000
- bExclude?: boolean
11001
- ): this;
11002
- /**
11003
- * This method allows you to specify the KeyFields for the conditions. You can set an array of object with
11004
- * Key and Text properties to define the keyfields.
11005
- */
11006
- setKeyFields(
11007
- /**
11008
- * array of KeyFields `[{key: "CompanyCode", text: "ID"}, {key:"CompanyName", text : "Name"}]`
11009
- */
11010
- aKeyFields: any[]
11011
- ): void;
11012
- /**
11013
- * Sets a new value for property {@link #getMaxConditions maxConditions}.
11014
- *
11015
- * defines the max number of conditions on the ConditionPanel
11016
- *
11017
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11018
- *
11019
- * Default value is `'-1'`.
11020
- *
11021
- *
11022
- * @returns Reference to `this` in order to allow method chaining
11023
- */
11024
- setMaxConditions(
11025
- /**
11026
- * New value for property `maxConditions`
11027
- */
11028
- sMaxConditions?: string
11029
- ): this;
11030
- /**
11031
- * setter for the supported operations which we show per condition row. This array of "default" operations
11032
- * will only be used when we do not have on the keyfield itself some specific operations and a keyfield
11033
- * is of not of type date or numeric.
11034
- */
11035
- setOperations(
11036
- /**
11037
- * array of operations `[sap.ui.compP13nConditionOperation.BT, sap.ui.compP13nConditionOperation.EQ]`
11038
- */
11039
- aOperations: /* was: sap.ui.compP13nConditionOperation */ any[],
11040
- /**
11041
- * defines the type for which this operations will be used. is `sType` is not defined the operations will
11042
- * be used as default operations.
11043
- */
11044
- sType: string
11045
- ): void;
11046
- /**
11047
- * Sets a new value for property {@link #getShowLabel showLabel}.
11048
- *
11049
- * show additional labels in the condition
11050
- *
11051
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11052
- *
11053
- * Default value is `false`.
11054
- *
11055
- *
11056
- * @returns Reference to `this` in order to allow method chaining
11057
- */
11058
- setShowLabel(
11059
- /**
11060
- * New value for property `showLabel`
11061
- */
11062
- bShowLabel?: boolean
11063
- ): this;
11064
- /**
11065
- * Sets a new value for property {@link #getUsePrevConditionSetting usePrevConditionSetting}.
11066
- *
11067
- * new added condition use the settings from the previous condition as default.
11068
- *
11069
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11070
- *
11071
- * Default value is `true`.
11072
- *
11073
- *
11074
- * @returns Reference to `this` in order to allow method chaining
11075
- */
11076
- setUsePrevConditionSetting(
11077
- /**
11078
- * New value for property `usePrevConditionSetting`
11079
- */
11080
- bUsePrevConditionSetting?: boolean
11081
- ): this;
11082
- /**
11083
- * Sets a new value for property {@link #getValidationExecutor validationExecutor}.
11084
- *
11085
- * Calls the validation listener tbd...
11086
- *
11087
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11088
- *
11089
- *
11090
- * @returns Reference to `this` in order to allow method chaining
11091
- */
11092
- setValidationExecutor(
11093
- /**
11094
- * New value for property `validationExecutor`
11095
- */
11096
- oValidationExecutor?: object
11097
- ): this;
11098
- }
11099
- /**
11100
- * Describes the settings that can be provided to the P13nConditionPanelBase constructor.
11101
- */
11102
- export interface $P13nConditionPanelBaseSettings extends $ControlSettings {
11103
- /**
11104
- * defines the max number of conditions on the ConditionPanel
11105
- */
11106
- maxConditions?: string | PropertyBindingInfo;
11107
-
11108
- /**
11109
- * exclude options for filter
11110
- */
11111
- exclude?: boolean | PropertyBindingInfo | `{${string}}`;
11112
-
11113
- /**
11114
- * defines if the mediaQuery or a ContainerResize will be used for layout update. When the `P13nConditionPanelBase`
11115
- * is used on a dialog the property should be set to `true`!
11116
- */
11117
- containerQuery?: boolean | PropertyBindingInfo | `{${string}}`;
11118
-
11119
- /**
11120
- * adds initial a new empty condition row
11121
- */
11122
- autoAddNewRow?: boolean | PropertyBindingInfo | `{${string}}`;
11123
-
11124
- /**
11125
- * makes the remove icon on the first condition row disabled when only one condition exist.
11126
- */
11127
- disableFirstRemoveIcon?: boolean | PropertyBindingInfo | `{${string}}`;
11128
-
11129
- /**
11130
- * makes the Add icon visible on each condition row. If is set to false the Add is only visible at the end
11131
- * and you can only append a new condition.
11132
- */
11133
- alwaysShowAddIcon?: boolean | PropertyBindingInfo | `{${string}}`;
11134
-
11135
- /**
11136
- * new added condition use the settings from the previous condition as default.
11137
- */
11138
- usePrevConditionSetting?: boolean | PropertyBindingInfo | `{${string}}`;
11139
-
11140
- /**
11141
- * KeyField value can only be selected once. When you set the property to `true` the ConditionPanel will
11142
- * automatically offers on the KeyField drop down only the keyFields which are not used. The default behavior
11143
- * is that in each keyField dropdown all keyfields are listed.
11144
- */
11145
- autoReduceKeyFieldItems?: boolean | PropertyBindingInfo | `{${string}}`;
11146
-
11147
- /**
11148
- * can be used to control the layout behavior. Default is "" which will automatically change the layout.
11149
- * With "Desktop", "Table" or "Phone" you can set a fixed layout.
11150
- */
11151
- layoutMode?: string | PropertyBindingInfo;
11152
-
11153
- /**
11154
- * show additional labels in the condition
11155
- */
11156
- showLabel?: boolean | PropertyBindingInfo | `{${string}}`;
11157
-
11158
- /**
11159
- * This represents the displayFormat of the condition Values. With the value "UpperCase" the entered value
11160
- * of the condition will be converted to upperCase.
11161
- */
11162
- displayFormat?: string | PropertyBindingInfo;
11163
-
11164
- /**
11165
- * Calls the validation listener tbd...
11166
- */
11167
- validationExecutor?: object | PropertyBindingInfo | `{${string}}`;
11168
-
11169
- /**
11170
- * Workaround for updating the binding
11171
- */
11172
- dataChange?: (oEvent: Event) => void;
11173
- }
11174
-
11175
- /**
11176
- * Parameters of the P13nConditionPanelBase#dataChange event.
11177
- */
11178
- export interface P13nConditionPanelBase$DataChangeEventParameters {}
11179
-
11180
- /**
11181
- * Event object of the P13nConditionPanelBase#dataChange event.
11182
- */
11183
- export type P13nConditionPanelBase$DataChangeEvent = Event<
11184
- P13nConditionPanelBase$DataChangeEventParameters,
11185
- P13nConditionPanelBase
11186
- >;
11187
- }
11188
-
11189
- declare module "sap/ui/comp/p13n/P13nFilterItem" {
11190
- import { default as Item, $ItemSettings } from "sap/ui/core/Item";
11191
-
11192
- import ElementMetadata from "sap/ui/core/ElementMetadata";
11193
-
11194
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
11195
-
11196
- /**
11197
- * Type for `filterItems` aggregation in P13nFilterPanel control.
11198
- *
11199
- * @since 1.136
11200
- */
11201
- export default class P13nFilterItem extends Item {
11202
- /**
11203
- * Constructor for a new P13nFilterItem.
11204
- *
11205
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11206
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11207
- * of the syntax of the settings object.
11208
- */
11209
- constructor(
11210
- /**
11211
- * initial settings for the new control
11212
- */
11213
- mSettings?: $P13nFilterItemSettings
11214
- );
11215
- /**
11216
- * Constructor for a new P13nFilterItem.
11217
- *
11218
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11219
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11220
- * of the syntax of the settings object.
11221
- */
11222
- constructor(
11223
- /**
11224
- * ID for the new control, generated automatically if no ID is given
11225
- */
11226
- sId?: string,
11227
- /**
11228
- * initial settings for the new control
11229
- */
11230
- mSettings?: $P13nFilterItemSettings
11231
- );
11232
-
11233
- /**
11234
- * Creates a new subclass of class sap.ui.comp.p13n.P13nFilterItem with name `sClassName` and enriches it
11235
- * with the information contained in `oClassInfo`.
11236
- *
11237
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Item.extend}.
11238
- *
11239
- *
11240
- * @returns Created class / constructor function
11241
- */
11242
- static extend<T extends Record<string, unknown>>(
11243
- /**
11244
- * Name of the class being created
11245
- */
11246
- sClassName: string,
11247
- /**
11248
- * Object literal with information about the class
11249
- */
11250
- oClassInfo?: sap.ClassInfo<T, P13nFilterItem>,
11251
- /**
11252
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
11253
- * used by this class
11254
- */
11255
- FNMetaImpl?: Function
11256
- ): Function;
11257
- /**
11258
- * Returns a metadata object for class sap.ui.comp.p13n.P13nFilterItem.
11259
- *
11260
- *
11261
- * @returns Metadata object describing this class
11262
- */
11263
- static getMetadata(): ElementMetadata;
11264
- /**
11265
- * Gets current value of property {@link #getColumnKey columnKey}.
11266
- *
11267
- * key of the column
11268
- *
11269
- *
11270
- * @returns Value of property `columnKey`
11271
- */
11272
- getColumnKey(): string;
11273
- /**
11274
- * Gets current value of property {@link #getExclude exclude}.
11275
- *
11276
- * defines if the filter is an include or exclude filter item
11277
- *
11278
- * Default value is `false`.
11279
- *
11280
- *
11281
- * @returns Value of property `exclude`
11282
- */
11283
- getExclude(): boolean;
11284
- /**
11285
- * Gets current value of property {@link #getOperation operation}.
11286
- *
11287
- * sap.ui.comp.P13nConditionOperation
11288
- *
11289
- *
11290
- * @returns Value of property `operation`
11291
- */
11292
- getOperation(): string;
11293
- /**
11294
- * Gets current value of property {@link #getValue1 value1}.
11295
- *
11296
- * value of the filter
11297
- *
11298
- *
11299
- * @returns Value of property `value1`
11300
- */
11301
- getValue1(): string;
11302
- /**
11303
- * Gets current value of property {@link #getValue2 value2}.
11304
- *
11305
- * to value of the between filter
11306
- *
11307
- *
11308
- * @returns Value of property `value2`
11309
- */
11310
- getValue2(): string;
11311
- /**
11312
- * Sets a new value for property {@link #getColumnKey columnKey}.
11313
- *
11314
- * key of the column
11315
- *
11316
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11317
- *
11318
- *
11319
- * @returns Reference to `this` in order to allow method chaining
11320
- */
11321
- setColumnKey(
11322
- /**
11323
- * New value for property `columnKey`
11324
- */
11325
- sColumnKey?: string
11326
- ): this;
11327
- /**
11328
- * Sets a new value for property {@link #getExclude exclude}.
11329
- *
11330
- * defines if the filter is an include or exclude filter item
11331
- *
11332
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11333
- *
11334
- * Default value is `false`.
11335
- *
11336
- *
11337
- * @returns Reference to `this` in order to allow method chaining
11338
- */
11339
- setExclude(
11340
- /**
11341
- * New value for property `exclude`
11342
- */
11343
- bExclude?: boolean
11344
- ): this;
11345
- /**
11346
- * Sets a new value for property {@link #getOperation operation}.
11347
- *
11348
- * sap.ui.comp.P13nConditionOperation
11349
- *
11350
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11351
- *
11352
- *
11353
- * @returns Reference to `this` in order to allow method chaining
11354
- */
11355
- setOperation(
11356
- /**
11357
- * New value for property `operation`
11358
- */
11359
- sOperation?: string
11360
- ): this;
11361
- /**
11362
- * Sets a new value for property {@link #getValue1 value1}.
11363
- *
11364
- * value of the filter
11365
- *
11366
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11367
- *
11368
- *
11369
- * @returns Reference to `this` in order to allow method chaining
11370
- */
11371
- setValue1(
11372
- /**
11373
- * New value for property `value1`
11374
- */
11375
- sValue1?: string
11376
- ): this;
11377
- /**
11378
- * Sets a new value for property {@link #getValue2 value2}.
11379
- *
11380
- * to value of the between filter
11381
- *
11382
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11383
- *
11384
- *
11385
- * @returns Reference to `this` in order to allow method chaining
11386
- */
11387
- setValue2(
11388
- /**
11389
- * New value for property `value2`
11390
- */
11391
- sValue2?: string
11392
- ): this;
11393
- }
11394
- /**
11395
- * Describes the settings that can be provided to the P13nFilterItem constructor.
11396
- */
11397
- export interface $P13nFilterItemSettings extends $ItemSettings {
11398
- /**
11399
- * sap.ui.comp.P13nConditionOperation
11400
- */
11401
- operation?: string | PropertyBindingInfo;
11402
-
11403
- /**
11404
- * value of the filter
11405
- */
11406
- value1?: string | PropertyBindingInfo;
11407
-
11408
- /**
11409
- * to value of the between filter
11410
- */
11411
- value2?: string | PropertyBindingInfo;
11412
-
11413
- /**
11414
- * key of the column
11415
- */
11416
- columnKey?: string | PropertyBindingInfo;
11417
-
11418
- /**
11419
- * defines if the filter is an include or exclude filter item
11420
- */
11421
- exclude?: boolean | PropertyBindingInfo | `{${string}}`;
11422
- }
11423
- }
11424
-
11425
- declare module "sap/ui/comp/p13n/P13nFilterPanelBase" {
11426
- import Event from "sap/ui/base/Event";
11427
-
11428
- import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
11429
-
11430
- import MessageStrip from "sap/m/MessageStrip";
11431
-
11432
- import Metadata from "sap/ui/base/Metadata";
11433
-
11434
- /**
11435
- * The P13nFilterPanelBase control is used to define filter-specific settings for table personalization.
11436
- *
11437
- * @since 1.136
11438
- */
11439
- export default class P13nFilterPanelBase
11440
- extends /* was: sap.ui.comp.P13nPanel */ Object
11441
- {
11442
- /**
11443
- * Constructor for a new P13nFilterPanelBase.
11444
- *
11445
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11446
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11447
- * of the syntax of the settings object.
11448
- */
11449
- constructor(
11450
- /**
11451
- * ID for the new control, generated automatically if no ID is given
11452
- */
11453
- sId?: string,
11454
- /**
11455
- * initial settings for the new control
11456
- */
11457
- mSettings?: object
11458
- );
11459
-
11460
- /**
11461
- * Creates a new subclass of class sap.ui.comp.p13n.P13nFilterPanelBase with name `sClassName` and enriches
11462
- * it with the information contained in `oClassInfo`.
11463
- *
11464
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.comp.P13nPanel.extend}.
11465
- *
11466
- *
11467
- * @returns Created class / constructor function
11468
- */
11469
- static extend<T extends Record<string, unknown>>(
11470
- /**
11471
- * Name of the class being created
11472
- */
11473
- sClassName: string,
11474
- /**
11475
- * Object literal with information about the class
11476
- */
11477
- oClassInfo?: sap.ClassInfo<T, P13nFilterPanelBase>,
11478
- /**
11479
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
11480
- * used by this class
11481
- */
11482
- FNMetaImpl?: Function
11483
- ): Function;
11484
- /**
11485
- * Returns a metadata object for class sap.ui.comp.p13n.P13nFilterPanelBase.
11486
- *
11487
- *
11488
- * @returns Metadata object describing this class
11489
- */
11490
- static getMetadata(): Metadata;
11491
- /**
11492
- * Adds some filterItem to the aggregation {@link #getFilterItems filterItems}.
11493
- *
11494
- *
11495
- * @returns Reference to `this` in order to allow method chaining
11496
- */
11497
- addFilterItem(
11498
- /**
11499
- * The filterItem to add; if empty, nothing is inserted
11500
- */
11501
- oFilterItem: /* was: sap.ui.comp.P13nFilterItem */ any
11502
- ): this;
11503
- /**
11504
- * Attaches event handler `fnFunction` to the {@link #event:addFilterItem addFilterItem} event of this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11505
- *
11506
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11507
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nFilterPanelBase` itself.
11508
- *
11509
- * Event raised if a filter item has been added.
11510
- *
11511
- *
11512
- * @returns Reference to `this` in order to allow method chaining
11513
- */
11514
- attachAddFilterItem(
11515
- /**
11516
- * An application-specific payload object that will be passed to the event handler along with the event
11517
- * object when firing the event
11518
- */
11519
- oData: object,
11520
- /**
11521
- * The function to be called when the event occurs
11522
- */
11523
- fnFunction: (p1: Event) => void,
11524
- /**
11525
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nFilterPanelBase`
11526
- * itself
11527
- */
11528
- oListener?: object
11529
- ): this;
11530
- /**
11531
- * Attaches event handler `fnFunction` to the {@link #event:addFilterItem addFilterItem} event of this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11532
- *
11533
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11534
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nFilterPanelBase` itself.
11535
- *
11536
- * Event raised if a filter item has been added.
11537
- *
11538
- *
11539
- * @returns Reference to `this` in order to allow method chaining
11540
- */
11541
- attachAddFilterItem(
11542
- /**
11543
- * The function to be called when the event occurs
11544
- */
11545
- fnFunction: (p1: Event) => void,
11546
- /**
11547
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nFilterPanelBase`
11548
- * itself
11549
- */
11550
- oListener?: object
11551
- ): this;
11552
- /**
11553
- * Attaches event handler `fnFunction` to the {@link #event:filterItemChanged filterItemChanged} event of
11554
- * this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11555
- *
11556
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11557
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nFilterPanelBase` itself.
11558
- *
11559
- * Event raised if a filter item has been changed. reason can be added, updated or removed.
11560
- *
11561
- *
11562
- * @returns Reference to `this` in order to allow method chaining
11563
- */
11564
- attachFilterItemChanged(
11565
- /**
11566
- * An application-specific payload object that will be passed to the event handler along with the event
11567
- * object when firing the event
11568
- */
11569
- oData: object,
11570
- /**
11571
- * The function to be called when the event occurs
11572
- */
11573
- fnFunction: (p1: Event) => void,
11574
- /**
11575
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nFilterPanelBase`
11576
- * itself
11577
- */
11578
- oListener?: object
11579
- ): this;
11580
- /**
11581
- * Attaches event handler `fnFunction` to the {@link #event:filterItemChanged filterItemChanged} event of
11582
- * this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11583
- *
11584
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11585
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nFilterPanelBase` itself.
11586
- *
11587
- * Event raised if a filter item has been changed. reason can be added, updated or removed.
11588
- *
11589
- *
11590
- * @returns Reference to `this` in order to allow method chaining
11591
- */
11592
- attachFilterItemChanged(
11593
- /**
11594
- * The function to be called when the event occurs
11595
- */
11596
- fnFunction: (p1: Event) => void,
11597
- /**
11598
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nFilterPanelBase`
11599
- * itself
11600
- */
11601
- oListener?: object
11602
- ): this;
11603
- /**
11604
- * Attaches event handler `fnFunction` to the {@link #event:removeFilterItem removeFilterItem} event of
11605
- * this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11606
- *
11607
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11608
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nFilterPanelBase` itself.
11609
- *
11610
- * Event raised if a filter item has been removed.
11611
- *
11612
- *
11613
- * @returns Reference to `this` in order to allow method chaining
11614
- */
11615
- attachRemoveFilterItem(
11616
- /**
11617
- * An application-specific payload object that will be passed to the event handler along with the event
11618
- * object when firing the event
11619
- */
11620
- oData: object,
11621
- /**
11622
- * The function to be called when the event occurs
11623
- */
11624
- fnFunction: (p1: Event) => void,
11625
- /**
11626
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nFilterPanelBase`
11627
- * itself
11628
- */
11629
- oListener?: object
11630
- ): this;
11631
- /**
11632
- * Attaches event handler `fnFunction` to the {@link #event:removeFilterItem removeFilterItem} event of
11633
- * this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11634
- *
11635
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11636
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nFilterPanelBase` itself.
11637
- *
11638
- * Event raised if a filter item has been removed.
11639
- *
11640
- *
11641
- * @returns Reference to `this` in order to allow method chaining
11642
- */
11643
- attachRemoveFilterItem(
11644
- /**
11645
- * The function to be called when the event occurs
11646
- */
11647
- fnFunction: (p1: Event) => void,
11648
- /**
11649
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nFilterPanelBase`
11650
- * itself
11651
- */
11652
- oListener?: object
11653
- ): this;
11654
- /**
11655
- * Attaches event handler `fnFunction` to the {@link #event:updateFilterItem updateFilterItem} event of
11656
- * this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11657
- *
11658
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11659
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nFilterPanelBase` itself.
11660
- *
11661
- * Event raised if a filter item has been updated.
11662
- *
11663
- *
11664
- * @returns Reference to `this` in order to allow method chaining
11665
- */
11666
- attachUpdateFilterItem(
11667
- /**
11668
- * An application-specific payload object that will be passed to the event handler along with the event
11669
- * object when firing the event
11670
- */
11671
- oData: object,
11672
- /**
11673
- * The function to be called when the event occurs
11674
- */
11675
- fnFunction: (p1: Event) => void,
11676
- /**
11677
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nFilterPanelBase`
11678
- * itself
11679
- */
11680
- oListener?: object
11681
- ): this;
11682
- /**
11683
- * Attaches event handler `fnFunction` to the {@link #event:updateFilterItem updateFilterItem} event of
11684
- * this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11685
- *
11686
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11687
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nFilterPanelBase` itself.
11688
- *
11689
- * Event raised if a filter item has been updated.
11690
- *
11691
- *
11692
- * @returns Reference to `this` in order to allow method chaining
11693
- */
11694
- attachUpdateFilterItem(
11695
- /**
11696
- * The function to be called when the event occurs
11697
- */
11698
- fnFunction: (p1: Event) => void,
11699
- /**
11700
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nFilterPanelBase`
11701
- * itself
11702
- */
11703
- oListener?: object
11704
- ): this;
11705
- /**
11706
- * Binds aggregation {@link #getFilterItems filterItems} to model data.
11707
- *
11708
- * See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
11709
- * of the possible properties of `oBindingInfo`.
11710
- *
11711
- *
11712
- * @returns Reference to `this` in order to allow method chaining
11713
- */
11714
- bindFilterItems(
11715
- /**
11716
- * The binding information
11717
- */
11718
- oBindingInfo: AggregationBindingInfo
11719
- ): this;
11720
- /**
11721
- * Destroys all the filterItems in the aggregation {@link #getFilterItems filterItems}.
11722
- *
11723
- *
11724
- * @returns Reference to `this` in order to allow method chaining
11725
- */
11726
- destroyFilterItems(): this;
11727
- /**
11728
- * Destroys the messageStrip in the aggregation {@link #getMessageStrip messageStrip}.
11729
- *
11730
- *
11731
- * @returns Reference to `this` in order to allow method chaining
11732
- */
11733
- destroyMessageStrip(): this;
11734
- /**
11735
- * Detaches event handler `fnFunction` from the {@link #event:addFilterItem addFilterItem} event of this
11736
- * `sap.ui.comp.p13n.P13nFilterPanelBase`.
11737
- *
11738
- * The passed function and listener object must match the ones used for event registration.
11739
- *
11740
- *
11741
- * @returns Reference to `this` in order to allow method chaining
11742
- */
11743
- detachAddFilterItem(
11744
- /**
11745
- * The function to be called, when the event occurs
11746
- */
11747
- fnFunction: (p1: Event) => void,
11748
- /**
11749
- * Context object on which the given function had to be called
11750
- */
11751
- oListener?: object
11752
- ): this;
11753
- /**
11754
- * Detaches event handler `fnFunction` from the {@link #event:filterItemChanged filterItemChanged} event
11755
- * of this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11756
- *
11757
- * The passed function and listener object must match the ones used for event registration.
11758
- *
11759
- *
11760
- * @returns Reference to `this` in order to allow method chaining
11761
- */
11762
- detachFilterItemChanged(
11763
- /**
11764
- * The function to be called, when the event occurs
11765
- */
11766
- fnFunction: (p1: Event) => void,
11767
- /**
11768
- * Context object on which the given function had to be called
11769
- */
11770
- oListener?: object
11771
- ): this;
11772
- /**
11773
- * Detaches event handler `fnFunction` from the {@link #event:removeFilterItem removeFilterItem} event of
11774
- * this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11775
- *
11776
- * The passed function and listener object must match the ones used for event registration.
11777
- *
11778
- *
11779
- * @returns Reference to `this` in order to allow method chaining
11780
- */
11781
- detachRemoveFilterItem(
11782
- /**
11783
- * The function to be called, when the event occurs
11784
- */
11785
- fnFunction: (p1: Event) => void,
11786
- /**
11787
- * Context object on which the given function had to be called
11788
- */
11789
- oListener?: object
11790
- ): this;
11791
- /**
11792
- * Detaches event handler `fnFunction` from the {@link #event:updateFilterItem updateFilterItem} event of
11793
- * this `sap.ui.comp.p13n.P13nFilterPanelBase`.
11794
- *
11795
- * The passed function and listener object must match the ones used for event registration.
11796
- *
11797
- *
11798
- * @returns Reference to `this` in order to allow method chaining
11799
- */
11800
- detachUpdateFilterItem(
11801
- /**
11802
- * The function to be called, when the event occurs
11803
- */
11804
- fnFunction: (p1: Event) => void,
11805
- /**
11806
- * Context object on which the given function had to be called
11807
- */
11808
- oListener?: object
11809
- ): this;
11810
- /**
11811
- * Fires event {@link #event:addFilterItem addFilterItem} to attached listeners.
11812
- *
11813
- * @ui5-protected Do not call from applications (only from related classes in the framework)
11814
- *
11815
- * @returns Reference to `this` in order to allow method chaining
11816
- */
11817
- fireAddFilterItem(
11818
- /**
11819
- * Parameters to pass along with the event
11820
- */
11821
- mParameters?: object
11822
- ): this;
11823
- /**
11824
- * Fires event {@link #event:filterItemChanged filterItemChanged} to attached listeners.
11825
- *
11826
- * @ui5-protected Do not call from applications (only from related classes in the framework)
11827
- *
11828
- * @returns Reference to `this` in order to allow method chaining
11829
- */
11830
- fireFilterItemChanged(
11831
- /**
11832
- * Parameters to pass along with the event
11833
- */
11834
- mParameters?: {
11835
- /**
11836
- * reason for the changeFilterItem event. Value can be added, updated or removed.
11837
- */
11838
- reason?: string;
11839
- /**
11840
- * key of the changed filterItem
11841
- */
11842
- key?: string;
11843
- /**
11844
- * index of the changed filterItem
11845
- */
11846
- index?: int;
11847
- /**
11848
- * JSON object of the changed filterItem instance (in case of reason=="removed" the itemData parameter does
11849
- * not exist)
11850
- */
11851
- itemData?: object;
11852
- }
11853
- ): this;
11854
- /**
11855
- * Fires event {@link #event:removeFilterItem removeFilterItem} to attached listeners.
11856
- *
11857
- * @ui5-protected Do not call from applications (only from related classes in the framework)
11858
- *
11859
- * @returns Reference to `this` in order to allow method chaining
11860
- */
11861
- fireRemoveFilterItem(
11862
- /**
11863
- * Parameters to pass along with the event
11864
- */
11865
- mParameters?: object
11866
- ): this;
11867
- /**
11868
- * Fires event {@link #event:updateFilterItem updateFilterItem} to attached listeners.
11869
- *
11870
- * @ui5-protected Do not call from applications (only from related classes in the framework)
11871
- *
11872
- * @returns Reference to `this` in order to allow method chaining
11873
- */
11874
- fireUpdateFilterItem(
11875
- /**
11876
- * Parameters to pass along with the event
11877
- */
11878
- mParameters?: object
11879
- ): this;
11880
- /**
11881
- * Returns the array of conditions.
11882
- *
11883
- *
11884
- * @returns array with filter conditions
11885
- */
11886
- getConditions(): /* was: sap.ui.comp.P13nFilterPanelBase.FilterConditionOperations */ any[];
11887
- /**
11888
- * Gets current value of property {@link #getContainerQuery containerQuery}.
11889
- *
11890
- * Defines if the `mediaQuery` or a `ContainerResize` is used for layout update. If the `ConditionPanel`
11891
- * is used in a dialog, the property must be set to `true`.
11892
- *
11893
- * Default value is `false`.
11894
- *
11895
- *
11896
- * @returns Value of property `containerQuery`
11897
- */
11898
- getContainerQuery(): boolean;
11899
- /**
11900
- * Gets current value of property {@link #getEnableEmptyOperations enableEmptyOperations}.
11901
- *
11902
- * Should empty operation be enabled for certain data types. This is also based on their nullable setting.
11903
- *
11904
- * Default value is `false`.
11905
- *
11906
- *
11907
- * @returns Value of property `enableEmptyOperations`
11908
- */
11909
- getEnableEmptyOperations(): boolean;
11910
- /**
11911
- * Getter for the exclude operations.
11912
- *
11913
- *
11914
- * @returns array of operations [`sap.ui.comp.P13nConditionOperation.BT`, `sap.ui.comp.P13nConditionOperation.EQ`]
11915
- */
11916
- getExcludeOperations(
11917
- /**
11918
- * the type for which the operations are defined
11919
- */
11920
- sType: string
11921
- ): /* was: sap.ui.comp.P13nConditionOperation */ any[];
11922
- /**
11923
- * Gets content of aggregation {@link #getFilterItems filterItems}.
11924
- *
11925
- * Defines filter items.
11926
- */
11927
- getFilterItems(): /* was: sap.ui.comp.P13nFilterItem */ any[];
11928
- /**
11929
- * Getter for the include operations.
11930
- *
11931
- *
11932
- * @returns array of operations [`sap.ui.comp.P13nConditionOperation.BT`, `sap.ui.comp.P13nConditionOperation.EQ`]
11933
- */
11934
- getIncludeOperations(
11935
- /**
11936
- * for which the operations are defined
11937
- */
11938
- sType: string
11939
- ): /* was: sap.ui.comp.P13nConditionOperation */ any;
11940
- /**
11941
- * Gets current value of property {@link #getLayoutMode layoutMode}.
11942
- *
11943
- * Can be used to control the layout behavior. Default is "" which will automatically change the layout.
11944
- * With "Desktop", "Table" or"Phone" you can set a fixed layout.
11945
- *
11946
- *
11947
- * @returns Value of property `layoutMode`
11948
- */
11949
- getLayoutMode(): string;
11950
- /**
11951
- * Gets current value of property {@link #getMaxExcludes maxExcludes}.
11952
- *
11953
- * Defines the maximum number of exclude filters.
11954
- *
11955
- * Default value is `'-1'`.
11956
- *
11957
- *
11958
- * @returns Value of property `maxExcludes`
11959
- */
11960
- getMaxExcludes(): string;
11961
- /**
11962
- * Gets current value of property {@link #getMaxIncludes maxIncludes}.
11963
- *
11964
- * Defines the maximum number of include filters.
11965
- *
11966
- * Default value is `'-1'`.
11967
- *
11968
- *
11969
- * @returns Value of property `maxIncludes`
11970
- */
11971
- getMaxIncludes(): string;
11972
- /**
11973
- * Gets content of aggregation {@link #getMessageStrip messageStrip}.
11974
- *
11975
- * Defines an optional message strip to be displayed in the content area
11976
- */
11977
- getMessageStrip(): MessageStrip;
11978
- /**
11979
- * Checks for the provided `sap.ui.comp.P13nFilterItem` in the aggregation {@link #getFilterItems filterItems}.
11980
- * and returns its index if found or -1 otherwise.
11981
- *
11982
- *
11983
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
11984
- */
11985
- indexOfFilterItem(
11986
- /**
11987
- * The filterItem whose index is looked for
11988
- */
11989
- oFilterItem: /* was: sap.ui.comp.P13nFilterItem */ any
11990
- ): int;
11991
- /**
11992
- * Inserts a filterItem into the aggregation {@link #getFilterItems filterItems}.
11993
- *
11994
- *
11995
- * @returns Reference to `this` in order to allow method chaining
11996
- */
11997
- insertFilterItem(
11998
- /**
11999
- * The filterItem to insert; if empty, nothing is inserted
12000
- */
12001
- oFilterItem: /* was: sap.ui.comp.P13nFilterItem */ any,
12002
- /**
12003
- * The `0`-based index the filterItem should be inserted at; for a negative value of `iIndex`, the filterItem
12004
- * is inserted at position 0; for a value greater than the current size of the aggregation, the filterItem
12005
- * is inserted at the last position
12006
- */
12007
- iIndex: int
12008
- ): this;
12009
- /**
12010
- * Removes all the controls from the aggregation {@link #getFilterItems filterItems}.
12011
- *
12012
- * Additionally, it unregisters them from the hosting UIArea.
12013
- *
12014
- *
12015
- * @returns An array of the removed elements (might be empty)
12016
- */
12017
- removeAllFilterItems(): /* was: sap.ui.comp.P13nFilterItem */ any[];
12018
- /**
12019
- * Removes a filterItem from the aggregation {@link #getFilterItems filterItems}.
12020
- *
12021
- *
12022
- * @returns The removed filterItem or `null`
12023
- */
12024
- removeFilterItem(
12025
- /**
12026
- * The filterItem to remove or its index or id
12027
- */
12028
- vFilterItem: int | string | /* was: sap.ui.comp.P13nFilterItem */ any
12029
- ): /* was: sap.ui.comp.P13nFilterItem */ any | null;
12030
- /**
12031
- * Removes all invalid conditions.
12032
- *
12033
- * @since 1.28
12034
- */
12035
- removeInvalidConditions(): void;
12036
- /**
12037
- * Removes all errors and warnings states from of all filter conditions.
12038
- *
12039
- * @since 1.28
12040
- */
12041
- removeValidationErrors(): void;
12042
- /**
12043
- * Sets the array of conditions.
12044
- *
12045
- *
12046
- * @returns this for chaining
12047
- */
12048
- setConditions(
12049
- /**
12050
- * the complete list of conditions
12051
- */
12052
- aConditions: /* was: sap.ui.comp.P13nFilterPanelBase.FilterConditionOperations */ any[]
12053
- ): this;
12054
- /**
12055
- * Sets a new value for property {@link #getContainerQuery containerQuery}.
12056
- *
12057
- * Defines if the `mediaQuery` or a `ContainerResize` is used for layout update. If the `ConditionPanel`
12058
- * is used in a dialog, the property must be set to `true`.
12059
- *
12060
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12061
- *
12062
- * Default value is `false`.
12063
- *
12064
- *
12065
- * @returns Reference to `this` in order to allow method chaining
12066
- */
12067
- setContainerQuery(
12068
- /**
12069
- * New value for property `containerQuery`
12070
- */
12071
- bContainerQuery?: boolean
12072
- ): this;
12073
- /**
12074
- * Sets a new value for property {@link #getEnableEmptyOperations enableEmptyOperations}.
12075
- *
12076
- * Should empty operation be enabled for certain data types. This is also based on their nullable setting.
12077
- *
12078
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12079
- *
12080
- * Default value is `false`.
12081
- *
12082
- *
12083
- * @returns Reference to `this` in order to allow method chaining
12084
- */
12085
- setEnableEmptyOperations(
12086
- /**
12087
- * New value for property `enableEmptyOperations`
12088
- */
12089
- bEnableEmptyOperations?: boolean
12090
- ): this;
12091
- /**
12092
- * Setter for the supported exclude operations array.
12093
- */
12094
- setExcludeOperations(
12095
- /**
12096
- * array of operations [`sap.ui.comp.P13nConditionOperation.BT`, `sap.ui.comp.P13nConditionOperation.EQ`]
12097
- */
12098
- aOperation: /* was: sap.ui.comp.P13nConditionOperation */ any[],
12099
- /**
12100
- * the type for which the operations are defined
12101
- */
12102
- sType: string
12103
- ): void;
12104
- /**
12105
- * Setter for the supported Include operations array.
12106
- */
12107
- setIncludeOperations(
12108
- /**
12109
- * array of operations [`sap.ui.comp.P13nConditionOperation.BT`, `sap.ui.comp.P13nConditionOperation.EQ`]
12110
- */
12111
- aOperation: /* was: sap.ui.comp.P13nConditionOperation */ any[],
12112
- /**
12113
- * the type for which the operations are defined
12114
- */
12115
- sType: string
12116
- ): void;
12117
- /**
12118
- * Sets a new value for property {@link #getLayoutMode layoutMode}.
12119
- *
12120
- * Can be used to control the layout behavior. Default is "" which will automatically change the layout.
12121
- * With "Desktop", "Table" or"Phone" you can set a fixed layout.
12122
- *
12123
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12124
- *
12125
- *
12126
- * @returns Reference to `this` in order to allow method chaining
12127
- */
12128
- setLayoutMode(
12129
- /**
12130
- * New value for property `layoutMode`
12131
- */
12132
- sLayoutMode?: string
12133
- ): this;
12134
- /**
12135
- * Sets a new value for property {@link #getMaxExcludes maxExcludes}.
12136
- *
12137
- * Defines the maximum number of exclude filters.
12138
- *
12139
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12140
- *
12141
- * Default value is `'-1'`.
12142
- *
12143
- *
12144
- * @returns Reference to `this` in order to allow method chaining
12145
- */
12146
- setMaxExcludes(
12147
- /**
12148
- * New value for property `maxExcludes`
12149
- */
12150
- sMaxExcludes?: string
12151
- ): this;
12152
- /**
12153
- * Sets a new value for property {@link #getMaxIncludes maxIncludes}.
12154
- *
12155
- * Defines the maximum number of include filters.
12156
- *
12157
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12158
- *
12159
- * Default value is `'-1'`.
12160
- *
12161
- *
12162
- * @returns Reference to `this` in order to allow method chaining
12163
- */
12164
- setMaxIncludes(
12165
- /**
12166
- * New value for property `maxIncludes`
12167
- */
12168
- sMaxIncludes?: string
12169
- ): this;
12170
- /**
12171
- * Sets the aggregated {@link #getMessageStrip messageStrip}.
12172
- *
12173
- *
12174
- * @returns Reference to `this` in order to allow method chaining
12175
- */
12176
- setMessageStrip(
12177
- /**
12178
- * The messageStrip to set
12179
- */
12180
- oMessageStrip: MessageStrip
12181
- ): this;
12182
- /**
12183
- * Unbinds aggregation {@link #getFilterItems filterItems} from model data.
12184
- *
12185
- *
12186
- * @returns Reference to `this` in order to allow method chaining
12187
- */
12188
- unbindFilterItems(): this;
12189
- /**
12190
- * Checks if the entered and modified conditions are correct, marks invalid fields in yellow (warning).
12191
- *
12192
- *
12193
- * @returns `True` if all conditions are valid, `false` otherwise.
12194
- */
12195
- validateConditions(): boolean;
12196
- }
12197
-
12198
- export type FilterConditionOperations = {
12199
- exclude: undefined | boolean;
12200
-
12201
- key: string;
12202
-
12203
- keyField: string;
12204
-
12205
- operation: /* was: sap.ui.comp.P13nConditionOperation */ any;
12206
-
12207
- showIfGrouped: boolean;
12208
-
12209
- text: string;
12210
-
12211
- value1: string;
12212
-
12213
- value2: string;
12214
- };
12215
- }
12216
-
12217
10479
  declare module "sap/ui/comp/p13n/P13nItem" {
12218
10480
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
12219
10481
 
@@ -12965,567 +11227,6 @@ declare module "sap/ui/comp/p13n/P13nItem" {
12965
11227
  }
12966
11228
  }
12967
11229
 
12968
- declare module "sap/ui/comp/p13n/P13nPanel" {
12969
- import { default as Control, $ControlSettings } from "sap/ui/core/Control";
12970
-
12971
- import P13nItem from "sap/m/P13nItem";
12972
-
12973
- import Event from "sap/ui/base/Event";
12974
-
12975
- import {
12976
- AggregationBindingInfo,
12977
- PropertyBindingInfo,
12978
- } from "sap/ui/base/ManagedObject";
12979
-
12980
- import ElementMetadata from "sap/ui/core/ElementMetadata";
12981
-
12982
- /**
12983
- * An abstract base type for `panels` aggregation in `P13nDialog` control.
12984
- *
12985
- * @since 1.136
12986
- */
12987
- export default abstract class P13nPanel
12988
- extends Control
12989
- implements /* was: sap.ui.comp.p13n.IContent */ Object
12990
- {
12991
- __implements__sap_ui_comp_p13n_IContent: boolean;
12992
- /**
12993
- * Constructor for a new P13nPanel.
12994
- *
12995
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
12996
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12997
- * of the syntax of the settings object.
12998
- */
12999
- constructor(
13000
- /**
13001
- * initial settings for the new control
13002
- */
13003
- mSettings?: $P13nPanelSettings
13004
- );
13005
- /**
13006
- * Constructor for a new P13nPanel.
13007
- *
13008
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
13009
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
13010
- * of the syntax of the settings object.
13011
- */
13012
- constructor(
13013
- /**
13014
- * ID for the new control, generated automatically if no ID is given
13015
- */
13016
- sId?: string,
13017
- /**
13018
- * initial settings for the new control
13019
- */
13020
- mSettings?: $P13nPanelSettings
13021
- );
13022
-
13023
- /**
13024
- * Creates a new subclass of class sap.ui.comp.p13n.P13nPanel with name `sClassName` and enriches it with
13025
- * the information contained in `oClassInfo`.
13026
- *
13027
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
13028
- *
13029
- *
13030
- * @returns Created class / constructor function
13031
- */
13032
- static extend<T extends Record<string, unknown>>(
13033
- /**
13034
- * Name of the class being created
13035
- */
13036
- sClassName: string,
13037
- /**
13038
- * Object literal with information about the class
13039
- */
13040
- oClassInfo?: sap.ClassInfo<T, P13nPanel>,
13041
- /**
13042
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
13043
- * used by this class
13044
- */
13045
- FNMetaImpl?: Function
13046
- ): Function;
13047
- /**
13048
- * Returns a metadata object for class sap.ui.comp.p13n.P13nPanel.
13049
- *
13050
- *
13051
- * @returns Metadata object describing this class
13052
- */
13053
- static getMetadata(): ElementMetadata;
13054
- /**
13055
- * Adds some item to the aggregation {@link #getItems items}.
13056
- *
13057
- *
13058
- * @returns Reference to `this` in order to allow method chaining
13059
- */
13060
- addItem(
13061
- /**
13062
- * The item to add; if empty, nothing is inserted
13063
- */
13064
- oItem: P13nItem
13065
- ): this;
13066
- /**
13067
- * Attaches event handler `fnFunction` to the {@link #event:beforeNavigationTo beforeNavigationTo} event
13068
- * of this `sap.ui.comp.p13n.P13nPanel`.
13069
- *
13070
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
13071
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nPanel` itself.
13072
- *
13073
- * Due to performance the data of the panel can be requested in lazy mode e.g. when the panel is displayed
13074
- *
13075
- * @since 1.28.0
13076
- *
13077
- * @returns Reference to `this` in order to allow method chaining
13078
- */
13079
- attachBeforeNavigationTo(
13080
- /**
13081
- * An application-specific payload object that will be passed to the event handler along with the event
13082
- * object when firing the event
13083
- */
13084
- oData: object,
13085
- /**
13086
- * The function to be called when the event occurs
13087
- */
13088
- fnFunction: (p1: Event) => void,
13089
- /**
13090
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nPanel` itself
13091
- */
13092
- oListener?: object
13093
- ): this;
13094
- /**
13095
- * Attaches event handler `fnFunction` to the {@link #event:beforeNavigationTo beforeNavigationTo} event
13096
- * of this `sap.ui.comp.p13n.P13nPanel`.
13097
- *
13098
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
13099
- * otherwise it will be bound to this `sap.ui.comp.p13n.P13nPanel` itself.
13100
- *
13101
- * Due to performance the data of the panel can be requested in lazy mode e.g. when the panel is displayed
13102
- *
13103
- * @since 1.28.0
13104
- *
13105
- * @returns Reference to `this` in order to allow method chaining
13106
- */
13107
- attachBeforeNavigationTo(
13108
- /**
13109
- * The function to be called when the event occurs
13110
- */
13111
- fnFunction: (p1: Event) => void,
13112
- /**
13113
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.p13n.P13nPanel` itself
13114
- */
13115
- oListener?: object
13116
- ): this;
13117
- /**
13118
- * This method defines the point in time before the panel becomes active.
13119
- *
13120
- * @since 1.28.0
13121
- */
13122
- beforeNavigationTo(): void;
13123
- /**
13124
- * Binds aggregation {@link #getItems items} to model data.
13125
- *
13126
- * See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
13127
- * of the possible properties of `oBindingInfo`.
13128
- *
13129
- *
13130
- * @returns Reference to `this` in order to allow method chaining
13131
- */
13132
- bindItems(
13133
- /**
13134
- * The binding information
13135
- */
13136
- oBindingInfo: AggregationBindingInfo
13137
- ): this;
13138
- /**
13139
- * Destroys all the items in the aggregation {@link #getItems items}.
13140
- *
13141
- *
13142
- * @returns Reference to `this` in order to allow method chaining
13143
- */
13144
- destroyItems(): this;
13145
- /**
13146
- * Detaches event handler `fnFunction` from the {@link #event:beforeNavigationTo beforeNavigationTo} event
13147
- * of this `sap.ui.comp.p13n.P13nPanel`.
13148
- *
13149
- * The passed function and listener object must match the ones used for event registration.
13150
- *
13151
- * @since 1.28.0
13152
- *
13153
- * @returns Reference to `this` in order to allow method chaining
13154
- */
13155
- detachBeforeNavigationTo(
13156
- /**
13157
- * The function to be called, when the event occurs
13158
- */
13159
- fnFunction: (p1: Event) => void,
13160
- /**
13161
- * Context object on which the given function had to be called
13162
- */
13163
- oListener?: object
13164
- ): this;
13165
- /**
13166
- * Fires event {@link #event:beforeNavigationTo beforeNavigationTo} to attached listeners.
13167
- *
13168
- * @since 1.28.0
13169
- * @ui5-protected Do not call from applications (only from related classes in the framework)
13170
- *
13171
- * @returns Reference to `this` in order to allow method chaining
13172
- */
13173
- fireBeforeNavigationTo(
13174
- /**
13175
- * Parameters to pass along with the event
13176
- */
13177
- mParameters?: object
13178
- ): this;
13179
- /**
13180
- * Gets current value of property {@link #getChangeNotifier changeNotifier}.
13181
- *
13182
- * Callback which notifies a change on this panel.
13183
- *
13184
- *
13185
- * @returns Value of property `changeNotifier`
13186
- */
13187
- getChangeNotifier(): object;
13188
- /**
13189
- * Gets content of aggregation {@link #getItems items}.
13190
- *
13191
- * Defines personalization items (e.g. columns in the `P13nColumnsPanel`).
13192
- */
13193
- getItems(): P13nItem[];
13194
- /**
13195
- * This method can be overwritten by subclass in order to return a payload for Ok action
13196
- *
13197
- * @since 1.26.7
13198
- * @deprecated As of version 1.50. replaced by the event of the respective inherited control, for example
13199
- * {@link sap.ui.comp.P13nColumnsPanel#event:changeColumnsItems} of `P13nColumnsPanel` control.
13200
- *
13201
- * @returns Object which describes the state after Ok has been pressed
13202
- */
13203
- getOkPayload(): object;
13204
- /**
13205
- * This method can be overwritten by subclass in order to return a payload for Reset action
13206
- *
13207
- * @since 1.28.0
13208
- */
13209
- getResetPayload(): void;
13210
- /**
13211
- * Gets current value of property {@link #getTitle title}.
13212
- *
13213
- * Title text appears in the panel.
13214
- *
13215
- *
13216
- * @returns Value of property `title`
13217
- */
13218
- getTitle(): string;
13219
- /**
13220
- * Gets current value of property {@link #getTitleLarge titleLarge}.
13221
- *
13222
- * Large title text appears e.g. in dialog header in case that only one panel is shown.
13223
- *
13224
- * @since 1.30.0
13225
- *
13226
- * @returns Value of property `titleLarge`
13227
- */
13228
- getTitleLarge(): string;
13229
- /**
13230
- * Gets current value of property {@link #getType type}.
13231
- *
13232
- * Panel type for generic use. Due to extensibility reason the type of `type` property should be `string`.
13233
- * So it is feasible to add a custom panel without expanding the type.
13234
- *
13235
- *
13236
- * @returns Value of property `type`
13237
- */
13238
- getType(): string;
13239
- /**
13240
- * Gets current value of property {@link #getValidationExecutor validationExecutor}.
13241
- *
13242
- * Callback method which is called in order to validate end user entry.
13243
- *
13244
- *
13245
- * @returns Value of property `validationExecutor`
13246
- */
13247
- getValidationExecutor(): object;
13248
- /**
13249
- * Gets current value of property {@link #getValidationListener validationListener}.
13250
- *
13251
- * Callback method which is called in order to register for validation result.
13252
- *
13253
- *
13254
- * @returns Value of property `validationListener`
13255
- */
13256
- getValidationListener(): object;
13257
- /**
13258
- * Gets current value of property {@link #getVerticalScrolling verticalScrolling}.
13259
- *
13260
- * Enables the vertical Scrolling on the `P13nDialog` when the panel is shown.
13261
- *
13262
- * Default value is `true`.
13263
- *
13264
- *
13265
- * @returns Value of property `verticalScrolling`
13266
- */
13267
- getVerticalScrolling(): boolean;
13268
- /**
13269
- * Checks for the provided `sap.m.P13nItem` in the aggregation {@link #getItems items}. and returns its
13270
- * index if found or -1 otherwise.
13271
- *
13272
- *
13273
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
13274
- */
13275
- indexOfItem(
13276
- /**
13277
- * The item whose index is looked for
13278
- */
13279
- oItem: P13nItem
13280
- ): int;
13281
- /**
13282
- * Inserts a item into the aggregation {@link #getItems items}.
13283
- *
13284
- *
13285
- * @returns Reference to `this` in order to allow method chaining
13286
- */
13287
- insertItem(
13288
- /**
13289
- * The item to insert; if empty, nothing is inserted
13290
- */
13291
- oItem: P13nItem,
13292
- /**
13293
- * The `0`-based index the item should be inserted at; for a negative value of `iIndex`, the item is inserted
13294
- * at position 0; for a value greater than the current size of the aggregation, the item is inserted at
13295
- * the last position
13296
- */
13297
- iIndex: int
13298
- ): this;
13299
- /**
13300
- * This method can be overwritten by subclass in order to cleanup after navigation, e.g. to remove invalid
13301
- * content on the panel.
13302
- *
13303
- * @since 1.28.0
13304
- */
13305
- onAfterNavigationFrom(): void;
13306
- /**
13307
- * This method can be overwritten by subclass in order to prevent navigation to another panel. This could
13308
- * be the case if some content on the panel is considered 'invalid'.
13309
- *
13310
- * @since 1.28.0
13311
- *
13312
- * @returns true if it is allowed to navigate away from this panel, false if it is not allowed
13313
- */
13314
- onBeforeNavigationFrom(): boolean;
13315
- /**
13316
- * Removes all the controls from the aggregation {@link #getItems items}.
13317
- *
13318
- * Additionally, it unregisters them from the hosting UIArea.
13319
- *
13320
- *
13321
- * @returns An array of the removed elements (might be empty)
13322
- */
13323
- removeAllItems(): P13nItem[];
13324
- /**
13325
- * Removes a item from the aggregation {@link #getItems items}.
13326
- *
13327
- *
13328
- * @returns The removed item or `null`
13329
- */
13330
- removeItem(
13331
- /**
13332
- * The item to remove or its index or id
13333
- */
13334
- vItem: int | string | P13nItem
13335
- ): P13nItem | null;
13336
- /**
13337
- * Sets a new value for property {@link #getChangeNotifier changeNotifier}.
13338
- *
13339
- * Callback which notifies a change on this panel.
13340
- *
13341
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13342
- *
13343
- *
13344
- * @returns Reference to `this` in order to allow method chaining
13345
- */
13346
- setChangeNotifier(
13347
- /**
13348
- * New value for property `changeNotifier`
13349
- */
13350
- oChangeNotifier?: object
13351
- ): this;
13352
- /**
13353
- * Sets a new value for property {@link #getTitle title}.
13354
- *
13355
- * Title text appears in the panel.
13356
- *
13357
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13358
- *
13359
- *
13360
- * @returns Reference to `this` in order to allow method chaining
13361
- */
13362
- setTitle(
13363
- /**
13364
- * New value for property `title`
13365
- */
13366
- sTitle?: string
13367
- ): this;
13368
- /**
13369
- * Sets a new value for property {@link #getTitleLarge titleLarge}.
13370
- *
13371
- * Large title text appears e.g. in dialog header in case that only one panel is shown.
13372
- *
13373
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13374
- *
13375
- * @since 1.30.0
13376
- *
13377
- * @returns Reference to `this` in order to allow method chaining
13378
- */
13379
- setTitleLarge(
13380
- /**
13381
- * New value for property `titleLarge`
13382
- */
13383
- sTitleLarge?: string
13384
- ): this;
13385
- /**
13386
- * Sets a new value for property {@link #getType type}.
13387
- *
13388
- * Panel type for generic use. Due to extensibility reason the type of `type` property should be `string`.
13389
- * So it is feasible to add a custom panel without expanding the type.
13390
- *
13391
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13392
- *
13393
- *
13394
- * @returns Reference to `this` in order to allow method chaining
13395
- */
13396
- setType(
13397
- /**
13398
- * New value for property `type`
13399
- */
13400
- sType?: string
13401
- ): this;
13402
- /**
13403
- * Sets a new value for property {@link #getValidationExecutor validationExecutor}.
13404
- *
13405
- * Callback method which is called in order to validate end user entry.
13406
- *
13407
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13408
- *
13409
- *
13410
- * @returns Reference to `this` in order to allow method chaining
13411
- */
13412
- setValidationExecutor(
13413
- /**
13414
- * New value for property `validationExecutor`
13415
- */
13416
- oValidationExecutor?: object
13417
- ): this;
13418
- /**
13419
- * Sets a new value for property {@link #getValidationListener validationListener}.
13420
- *
13421
- * Callback method which is called in order to register for validation result.
13422
- *
13423
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13424
- *
13425
- *
13426
- * @returns Reference to `this` in order to allow method chaining
13427
- */
13428
- setValidationListener(
13429
- /**
13430
- * New value for property `validationListener`
13431
- */
13432
- oValidationListener?: object
13433
- ): this;
13434
- /**
13435
- * Sets a new value for property {@link #getVerticalScrolling verticalScrolling}.
13436
- *
13437
- * Enables the vertical Scrolling on the `P13nDialog` when the panel is shown.
13438
- *
13439
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13440
- *
13441
- * Default value is `true`.
13442
- *
13443
- *
13444
- * @returns Reference to `this` in order to allow method chaining
13445
- */
13446
- setVerticalScrolling(
13447
- /**
13448
- * New value for property `verticalScrolling`
13449
- */
13450
- bVerticalScrolling?: boolean
13451
- ): this;
13452
- /**
13453
- * Unbinds aggregation {@link #getItems items} from model data.
13454
- *
13455
- *
13456
- * @returns Reference to `this` in order to allow method chaining
13457
- */
13458
- unbindItems(): this;
13459
- }
13460
- /**
13461
- * Describes the settings that can be provided to the P13nPanel constructor.
13462
- */
13463
- export interface $P13nPanelSettings extends $ControlSettings {
13464
- /**
13465
- * Title text appears in the panel.
13466
- */
13467
- title?: string | PropertyBindingInfo;
13468
-
13469
- /**
13470
- * Large title text appears e.g. in dialog header in case that only one panel is shown.
13471
- *
13472
- * @since 1.30.0
13473
- */
13474
- titleLarge?: string | PropertyBindingInfo;
13475
-
13476
- /**
13477
- * Panel type for generic use. Due to extensibility reason the type of `type` property should be `string`.
13478
- * So it is feasible to add a custom panel without expanding the type.
13479
- */
13480
- type?: string | PropertyBindingInfo;
13481
-
13482
- /**
13483
- * Enables the vertical Scrolling on the `P13nDialog` when the panel is shown.
13484
- */
13485
- verticalScrolling?: boolean | PropertyBindingInfo | `{${string}}`;
13486
-
13487
- /**
13488
- * Callback method which is called in order to validate end user entry.
13489
- */
13490
- validationExecutor?: object | PropertyBindingInfo | `{${string}}`;
13491
-
13492
- /**
13493
- * Callback method which is called in order to register for validation result.
13494
- */
13495
- validationListener?: object | PropertyBindingInfo | `{${string}}`;
13496
-
13497
- /**
13498
- * Callback which notifies a change on this panel.
13499
- */
13500
- changeNotifier?: object | PropertyBindingInfo | `{${string}}`;
13501
-
13502
- /**
13503
- * Defines personalization items (e.g. columns in the `P13nColumnsPanel`).
13504
- */
13505
- items?: P13nItem[] | P13nItem | AggregationBindingInfo | `{${string}}`;
13506
-
13507
- /**
13508
- * Due to performance the data of the panel can be requested in lazy mode e.g. when the panel is displayed
13509
- *
13510
- * @since 1.28.0
13511
- */
13512
- beforeNavigationTo?: (oEvent: Event) => void;
13513
- }
13514
-
13515
- /**
13516
- * Parameters of the P13nPanel#beforeNavigationTo event.
13517
- */
13518
- export interface P13nPanel$BeforeNavigationToEventParameters {}
13519
-
13520
- /**
13521
- * Event object of the P13nPanel#beforeNavigationTo event.
13522
- */
13523
- export type P13nPanel$BeforeNavigationToEvent = Event<
13524
- P13nPanel$BeforeNavigationToEventParameters,
13525
- P13nPanel
13526
- >;
13527
- }
13528
-
13529
11230
  declare module "sap/ui/comp/smartchart/SmartChart" {
13530
11231
  import { default as VBox, $VBoxSettings } from "sap/m/VBox";
13531
11232
 
@@ -45600,15 +43301,9 @@ declare namespace sap {
45600
43301
 
45601
43302
  "sap/ui/comp/odata/ComboBox": undefined;
45602
43303
 
45603
- "sap/ui/comp/p13n/P13nConditionPanelBase": undefined;
45604
-
45605
- "sap/ui/comp/p13n/P13nFilterItem": undefined;
45606
-
45607
- "sap/ui/comp/p13n/P13nFilterPanelBase": undefined;
45608
-
45609
43304
  "sap/ui/comp/p13n/P13nItem": undefined;
45610
43305
 
45611
- "sap/ui/comp/p13n/P13nPanel": undefined;
43306
+ "sap/ui/comp/p13n/P13nOperationsHelperBase": undefined;
45612
43307
 
45613
43308
  "sap/ui/comp/smartchart/SmartChart": undefined;
45614
43309