@openui5/sap.ui.integration 1.96.32 → 1.96.34

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 (119) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/integration/.library +1 -1
  3. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  4. package/src/sap/ui/integration/Designtime.js +1 -1
  5. package/src/sap/ui/integration/Extension.js +1 -1
  6. package/src/sap/ui/integration/Host.js +1 -1
  7. package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
  8. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  9. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  10. package/src/sap/ui/integration/cards/BaseContent.js +1 -1
  11. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  12. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  13. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  14. package/src/sap/ui/integration/cards/Footer.js +1 -1
  15. package/src/sap/ui/integration/cards/Header.js +1 -1
  16. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  17. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  18. package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
  19. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  20. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  21. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  22. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  23. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  24. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  27. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  28. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  29. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  31. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  32. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  33. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  34. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  35. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  36. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  37. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  38. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  39. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +150 -71
  40. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  41. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  42. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  43. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  44. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  45. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  73. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +266 -132
  74. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  75. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  76. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  77. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  78. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  79. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  80. package/src/sap/ui/integration/editor/Editor.js +2 -2
  81. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  82. package/src/sap/ui/integration/editor/Extension.js +1 -1
  83. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  84. package/src/sap/ui/integration/editor/Settings.js +1 -1
  85. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  86. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  87. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  88. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  89. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  90. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  91. package/src/sap/ui/integration/editor/fields/ListField.js +1 -1
  92. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  93. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  94. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  95. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  96. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  97. package/src/sap/ui/integration/library.js +2 -2
  98. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +161 -78
  99. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  100. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  101. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  102. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  103. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  104. package/src/sap/ui/integration/util/CardActions.js +1 -1
  105. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  106. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  107. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  108. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  109. package/src/sap/ui/integration/util/Destinations.js +1 -1
  110. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  111. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  112. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  113. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  114. package/src/sap/ui/integration/util/Manifest.js +1 -1
  115. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  116. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  117. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  118. package/src/sap/ui/integration/util/Utils.js +1 -1
  119. package/src/sap/ui/integration/widgets/Card.js +2 -2
@@ -1,264 +1,398 @@
1
+ #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
2
+ #
1
3
 
2
- CARD_EDITOR.APP.ID=TIcPloFM+G0+OH8i1++6Tg_ID
4
+ #XFLD: Property editor label
5
+ CARD_EDITOR.APP.ID=TZm/9YVM2TH7IQaD7lisEg_ID
3
6
 
4
- CARD_EDITOR.APP.VERSION=mKRy1Gz4hHz3m4WlsUkRUQ_Version
7
+ #XFLD: Property editor label
8
+ CARD_EDITOR.APP.VERSION=eBQ99k4WanIrIO2iyKinig_Version
5
9
 
6
- CARD_EDITOR.APP.SHORTTITLE=71nOAq3rozuqlwR5pi8b4A_Short Title
10
+ #XFLD: Property editor label
11
+ CARD_EDITOR.APP.SHORTTITLE=oT2btCx+NHC03ppJabbZLA_Short Title
7
12
 
8
- CARD_EDITOR.APP.INFO=tgMmm1Wm8I7kI8gYdFdX4A_Info
13
+ #XFLD: Property editor label
14
+ CARD_EDITOR.APP.INFO=dQLRGkkiFnJdni+irosYzQ_Info
9
15
 
10
- CARD_EDITOR.APP.DESCRIPTION=UEBw1ROosA1iKlNhchpoiA_Description
16
+ #XFLD: Property editor label
17
+ CARD_EDITOR.APP.DESCRIPTION=QoZDPtVDRjUvyvhmQJuHRQ_Description
11
18
 
12
- CARD_EDITOR.APP.TAGS.KEYWORDS=OGZ4G8ijgN5Dkfsn8f3dyA_Keywords
19
+ #XFLD: Property editor label
20
+ CARD_EDITOR.APP.TAGS.KEYWORDS=vMpV0Ex8bP7uILpLOXDAeQ_Keywords
13
21
 
14
- CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=caxr2R9mM6+p5mXYZXOlZw_Technical Attributes of Tags
22
+ #XFLD: Property editor label
23
+ CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=coRiwQHLgx8bynUdKRa4Jg_Technical Attributes of Tags
15
24
 
16
- CARD_EDITOR.APP.I18N=rU/VlJW3I9p/Lwe+kKaBcQ_I18n File Path
25
+ #XFLD: Property editor label
26
+ CARD_EDITOR.APP.I18N=lb96Rnrse9e4QQ5H/u0sSA_I18n File Path
17
27
 
18
- CARD_EDITOR.APP.DATASOURCES=s2AiRRmKtGQE8HckOhbPmQ_Data Sources
28
+ #XFLD: Property editor label
29
+ CARD_EDITOR.APP.DATASOURCES=z8qPNIBYV263UsgCXmT2bw_Data Sources
19
30
 
20
- CARD_EDITOR.APP.DATASOURCE=kZgLvALVrCXXDkt71rntpQ_Data Source
31
+ #XFLD: Property editor label
32
+ CARD_EDITOR.APP.DATASOURCE=sU6LXSAUiP53L1UWYYwGcA_Data Source
21
33
 
22
- CARD_EDITOR.APP.DATASOURCES.KEY=c+srbyFc0hlnSr7tEb3Ugg_Key
34
+ #XFLD: Property editor label
35
+ CARD_EDITOR.APP.DATASOURCES.KEY=0nfJAnyHctPuHucJM8XoJw_Key
23
36
 
24
- CARD_EDITOR.APP.DATASOURCES.URI=54BG84F5dwq+IIkomNrnPQ_URI
37
+ #XFLD: Property editor label
38
+ CARD_EDITOR.APP.DATASOURCES.URI=kFdCvMRRo7q1cMumfLxoHA_URI
25
39
 
26
- CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=fmJk/0oipnj+oTo1fjF+dg_OData Version
40
+ #XFLD: Property editor label
41
+ CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=fhYVrNnxNG7MLEPTLB4mLw_OData Version
27
42
 
28
- CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=ySJUp30t2j/AtKnvbamfDA_Local URI
43
+ #XFLD: Property editor label
44
+ CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=9gDHMLywScjMWyRVeBYeqQ_Local URI
29
45
 
30
- CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=PSFpSUMMlHGLwA37ZF+q0A_OData Annotations
46
+ #XFLD: Property editor label
47
+ CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=Vz5+kJbL3vb/nOKgT6sL/A_OData Annotations
31
48
 
32
- CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=BBYcL4zM+gMG3LJFxLekGQ_Maximum Allowed Response Age
49
+ #XFLD: Property editor label
50
+ CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=QTxMdC1JXhYgO+Xc5Owc6w_Maximum Allowed Response Age
33
51
 
34
- CARD_EDITOR.APP.MOBILE=ubfnO8VMvw66ETB/q6W9+g_Compatible with SAP Mobile Cards
52
+ #XFLD: Property editor label
53
+ CARD_EDITOR.APP.MOBILE=4+W5mkONKUpn0B0IVgmcTA_Compatible with SAP Mobile Cards
35
54
 
36
- CARD_EDITOR.TYPE=E4Mo1HavLcwwA5eLJ2/A9A_Card Type
55
+ #XFLD: Property editor label
56
+ CARD_EDITOR.TYPE=v3HTSMRBOBskn/vD6kcCcA_Card Type
37
57
 
38
- CARD_EDITOR.LABEL.TYPE=iyvlRONisg8FvfCAuCM4RQ_Type
58
+ #XFLD: Property editor label
59
+ CARD_EDITOR.LABEL.TYPE=O0OQgfHOjIEbGFk7NA9sUQ_Type
39
60
 
40
- CARD_EDITOR.HEADERTYPE=rHatOpBtqnCUTI+mPER9RA_Card Header Type
61
+ #XFLD: Property editor label
62
+ CARD_EDITOR.HEADERTYPE=xEAYZKDBt8uLFotU0hiAew_Card Header Type
41
63
 
42
- CARD_EDITOR.HEADERTYPE.DEFAULT=ESrIT7V1vDfL1jCn2/lGsg_Default
64
+ #XFLD: Property editor label
65
+ CARD_EDITOR.HEADERTYPE.DEFAULT=91LnYeKDBjZRpR+I38k4xQ_Default
43
66
 
44
- CARD_EDITOR.HEADERTYPE.NUMERIC=379yzZr4JWPPMTlWmA/xQQ_Numeric
67
+ #XFLD: Property editor label
68
+ CARD_EDITOR.HEADERTYPE.NUMERIC=1cFKEC8SZfoFobCCbMUnFw_Numeric
45
69
 
46
- CARD_EDITOR.HEADERPOSITION=IelcdSiVeAmOPMatSsnrQw_Card Header Position
70
+ #XFLD: Property editor label
71
+ CARD_EDITOR.HEADERPOSITION=50HgieE3QB3CQDect1h6Mg_Card Header Position
47
72
 
48
- CARD_EDITOR.HEADERPOSITION.TOP=KFnCMiy+ls9PmViv3woRUw_Top
73
+ #XFLD: Property editor label
74
+ CARD_EDITOR.HEADERPOSITION.TOP=jkyGgHMTX/6mOXEOSxbJBw_Top
49
75
 
50
- CARD_EDITOR.HEADERPOSITION.BOTTOM=J+813wG6AkpmaHhDi7fh5A_Bottom
76
+ #XFLD: Property editor label
77
+ CARD_EDITOR.HEADERPOSITION.BOTTOM=FcgQYj7DNdD1c5cLZWpRww_Bottom
51
78
 
52
- CARD_EDITOR.TITLE=oEb8nZMwzY5OdYb6Tt9bxg_Title
79
+ #XFLD: Property editor label
80
+ CARD_EDITOR.TITLE=oVFNTMccaWR2Ow+tzxeBPg_Title
53
81
 
54
- CARD_EDITOR.SUBTITLE=TkJeFCY/Ppkaeeg+ijMXXg_Subtitle
82
+ #XFLD: Property editor label
83
+ CARD_EDITOR.SUBTITLE=fvcqsPCjBTi/dbe3B5V6yQ_Subtitle
55
84
 
56
- CARD_EDITOR.ICON=q1y0GjzxDL34tyk1qxYwvg_Icon
85
+ #XFLD: Property editor label
86
+ CARD_EDITOR.ICON=AYUERQOcvC0zLSHU2HnP8Q_Icon
57
87
 
58
- CARD_EDITOR.STATUS=C41txHNkBWSjKi92Ip8KLg_Status
88
+ #XFLD: Property editor label
89
+ CARD_EDITOR.STATUS=bfCf8Am179oNhLV4Ut2//Q_Status
59
90
 
60
- CARD_EDITOR.ACTIONS=RxilAHojAkoDpVCy4mTN/Q_Actions
91
+ #XFLD: Property editor label
92
+ CARD_EDITOR.ACTIONS=zVurcB6Hid8kVJmimsENyw_Actions
61
93
 
62
- CARD_EDITOR.ACTION=wIEvHRp/hQ/wYFdd+uhUaw_Action
94
+ #XFLD: Property editor label
95
+ CARD_EDITOR.ACTION=t0QmBY6MhZAVgE0zdfhaXQ_Action
63
96
 
64
- CARD_EDITOR.ACTION.SERVICE=IGdIsf3p9thEtMUJuGevhw_Service
97
+ #XFLD: Property editor label
98
+ CARD_EDITOR.ACTION.SERVICE=rb5M+YD6rRUJi3HgNwdW9A_Service
65
99
 
66
- CARD_EDITOR.ACTION.ENABLED=NSpJrUyphv1DaIS0Q5AwEA_Enabled
100
+ #XFLD: Property editor label
101
+ CARD_EDITOR.ACTION.ENABLED=nA7l5SJFiAyxvhN1mNB78Q_Enabled
67
102
 
68
- CARD_EDITOR.LABEL.URL=1JBflnjtESUwJzmVxlFZqg_URL
103
+ #XFLD: Property editor label
104
+ CARD_EDITOR.LABEL.URL=wIfvL3kYBRcD4i/uAyylqQ_URL
69
105
 
70
- CARD_EDITOR.TARGET=Xr/begYqwU2uCVLby3K7tw_Target
106
+ #XFLD: Property editor label
107
+ CARD_EDITOR.TARGET=gi2YDzf2TdKx7eT69JK55w_Target
71
108
 
72
- CARD_EDITOR.TARGET.BLANK=Y7IwQrMrJ8OY76tqHJdhwQ_Open in New Window
109
+ #XFLD: Property editor label
110
+ CARD_EDITOR.TARGET.BLANK=wjDD62IYPq5m0b7PyHxRJg_Open in New Window
73
111
 
74
- CARD_EDITOR.TARGET.SELF=GhLx2NrajlsGNhsu2Rzy+A_Open in Same Window
112
+ #XFLD: Property editor label
113
+ CARD_EDITOR.TARGET.SELF=0Q6hrSfJPP0D/DZcoPTG9g_Open in Same Window
75
114
 
76
- CARD_EDITOR.UOM=auDKRZqMX3YmT9DFIuQSpQ_Unit Of Measurement
115
+ #XFLD: Property editor label
116
+ CARD_EDITOR.UOM=I2TN+CZELwJs75X9sdBCJA_Unit Of Measurement
77
117
 
78
- CARD_EDITOR.SIDE_INDICATOR=O+Yp6bvl0PGw5OD7tzhHCg_Side Indicator
118
+ #XFLD: Property editor label
119
+ CARD_EDITOR.SIDE_INDICATOR=WaQNzV8qYF08tK/GD1NiTQ_Side Indicator
79
120
 
80
- CARD_EDITOR.SIDE_INDICATORS=ffZvToJc46XghQnuhYFrkA_Side Indicators
121
+ #XFLD: Property editor label
122
+ CARD_EDITOR.SIDE_INDICATORS=Mc5VO6FcsBUaj13SoQog4g_Side Indicators
81
123
 
82
- CARD_EDITOR.SIDE_INDICATOR.UNIT=Rioy8j8lS4Cv4krJ3+B2zg_Unit
124
+ #XFLD: Property editor label
125
+ CARD_EDITOR.SIDE_INDICATOR.UNIT=5mcT2am+nHEPDFvGIE9nBA_Unit
83
126
 
84
- CARD_EDITOR.NUMBER=l6II+1FBT5SdixhGhNUivA_Number
127
+ #XFLD: Property editor label
128
+ CARD_EDITOR.NUMBER=nk/cvoSI+lgJOeBxFosinw_Number
85
129
 
86
- CARD_EDITOR.MAIN_INDICATOR.UNIT=jh07BQjED0VaKuY1uAuuow_Main Indicator Unit
130
+ #XFLD: Property editor label
131
+ CARD_EDITOR.MAIN_INDICATOR.UNIT=5IfVWtqRPhuorK3smdM/Vg_Main Indicator Unit
87
132
 
88
- CARD_EDITOR.MAIN_INDICATOR.TREND=1fzAChgBZnpck1AGPRmAmg_Main Indicator Trend
133
+ #XFLD: Property editor label
134
+ CARD_EDITOR.MAIN_INDICATOR.TREND=nn8cwgWfPaxvsLpw1d9+0w_Main Indicator Trend
89
135
 
90
- CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=3UvMQPdQRc8EKWs31BRXVw_Down
136
+ #XFLD: Property editor label
137
+ CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=p3jTRaILqppL7FY1/CbnBA_Down
91
138
 
92
- CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=xblTgRjGI2eRdTm47z+MZA_None
139
+ #XFLD: Property editor label
140
+ CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=hL12ryEDLcfHCoV0KVlznw_None
93
141
 
94
- CARD_EDITOR.MAIN_INDICATOR.TREND.UP=+b3Is2GnwwZQ8Xsng0TXGA_Up
142
+ #XFLD: Property editor label
143
+ CARD_EDITOR.MAIN_INDICATOR.TREND.UP=tiDFLQGJJTWpW0Jhg47Wyg_Up
95
144
 
96
- CARD_EDITOR.MAIN_INDICATOR.STATE=17lACx6UkX43qhHmKp6qCA_Main Indicator State
145
+ #XFLD: Property editor label
146
+ CARD_EDITOR.MAIN_INDICATOR.STATE=5cmfhBqAHVgCrKDb8Mjflg_Main Indicator State
97
147
 
98
- CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=j8zmPhJ/4N/sMP4J3PjrHQ_Critical
148
+ #XFLD: Property editor label
149
+ CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=5R806jSHHmrw2/zy0IrMJg_Critical
99
150
 
100
- CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=0r0trDNO//93ACzm844ogw_Error
151
+ #XFLD: Property editor label
152
+ CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=GKF6OTYV+AauaU+qT/ID/g_Error
101
153
 
102
- CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=KLcpOVdli9/ASDU5SjP0FA_Good
154
+ #XFLD: Property editor label
155
+ CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=FORBurYJnN4ZSmZkfKZaGQ_Good
103
156
 
104
- CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=QCuRd+9GkE3FkBeRR09OWg_Neutral
157
+ #XFLD: Property editor label
158
+ CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=f42chY/ejpRIRY5ZHoAg7A_Neutral
105
159
 
106
- CARD_EDITOR.DETAILS=o1jmXgF6ngo5WEI1iMr3AQ_Details
160
+ #XFLD: Property editor label
161
+ CARD_EDITOR.DETAILS=g0eyZYJPYfAMuRx/gdt5iA_Details
107
162
 
108
- CARD_EDITOR.DATA.REQUEST.MODE=eHFQkMAXwUbNU5xujOeSow_Data Request Mode
163
+ #XFLD: Property editor label
164
+ CARD_EDITOR.DATA.REQUEST.MODE=SlrQZtRdsybZ9Evq7IGoHQ_Data Request Mode
109
165
 
110
- CARD_EDITOR.DATA.REQUEST.URL=FK1Gu7yVj2gTvoNC+hGcmg_Data Request URL
166
+ #XFLD: Property editor label
167
+ CARD_EDITOR.DATA.REQUEST.URL=l5zp17G9uL00euxZzA7Pxg_Data Request URL
111
168
 
112
- CARD_EDITOR.DATA.REQUEST.METHOD=sAxVKYBMxf6QrXYGTLhXDQ_Data Request Method
169
+ #XFLD: Property editor label
170
+ CARD_EDITOR.DATA.REQUEST.METHOD=fSvAN7VASrkTdSbmX+adyg_Data Request Method
113
171
 
114
- CARD_EDITOR.DATA.REQUEST.PARAMETERS=nUCQQLYUldLCy0KNyrL0qg_Data Request Parameters
172
+ #XFLD: Property editor label
173
+ CARD_EDITOR.DATA.REQUEST.PARAMETERS=zfRt3Sz8dY0YBdxKpDBa4w_Data Request Parameters
115
174
 
116
- CARD_EDITOR.DATA.REQUEST.HEADERS=8Fv02rxi5vFWOhRsOIZ/Bw_Data Request HTTP Headers
175
+ #XFLD: Property editor label
176
+ CARD_EDITOR.DATA.REQUEST.HEADERS=+RoV9gtCNc9ctGHcoL3n+Q_Data Request HTTP Headers
117
177
 
118
- CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=PXrTvCE8we7KemOhx6I7yw_Use Credentials for Cross-Site Data Request
178
+ #XFLD: Property editor label
179
+ CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=oh6t5yXEcKzISL6spOkZ8A_Use Credentials for Cross-Site Data Request
119
180
 
120
- CARD_EDITOR.DATA.PATH=NnQTcjsoYgMJ5JzmJPjLGA_Data Path for JSON Root
181
+ #XFLD: Property editor label
182
+ CARD_EDITOR.DATA.PATH=pmsNT/7s9yOtb4NHMAbXyA_Data Path for JSON Root
121
183
 
122
- CARD_EDITOR.DATA.JSON=TJ1u/y/anydOCulxy61JSA_JSON Data
184
+ #XFLD: Property editor label
185
+ CARD_EDITOR.DATA.JSON=5Pl+4UlJsSXkJCHmo9fLNQ_JSON Data
123
186
 
124
- CARD_EDITOR.DATA.SERVICE.NAME=mLusyiJ4oRnUzCj1kuXYKA_Data Service Name
187
+ #XFLD: Property editor label
188
+ CARD_EDITOR.DATA.SERVICE.NAME=ATC5kXs95VujT4JaHuSmKA_Data Service Name
125
189
 
126
- CARD_EDITOR.DATA.SERVICE.PARAMETERS=0oW7b4OKEkb72NoXcHZTMg_Data Service Parameters
190
+ #XFLD: Property editor label
191
+ CARD_EDITOR.DATA.SERVICE.PARAMETERS=MFe8hLaTSq4gacjyhOKY1g_Data Service Parameters
127
192
 
128
- CARD_EDITOR.DATA.UPDATEINTERVAL=nJTZgZ8x1Wst74ld7iwMcw_Data Update Interval
193
+ #XFLD: Property editor label
194
+ CARD_EDITOR.DATA.UPDATEINTERVAL=AAwvXW1wXXbwkoHzMPH/1g_Data Update Interval
129
195
 
130
- CARD_EDITOR.LIST_ITEM.DESCRIPTION=uuzV2wZ2YL2zSfJacXFfIg_Item Description
196
+ #XFLD: Property editor label
197
+ CARD_EDITOR.LIST_ITEM.DESCRIPTION=IBXP0dKQs5VeMZ4O5uwYeQ_Item Description
131
198
 
132
- CARD_EDITOR.LIST_ITEM.HIGHLIGHT=pmakiRZq3yULwKXPy8EnuQ_Item Highlight
199
+ #XFLD: Property editor label
200
+ CARD_EDITOR.LIST_ITEM.HIGHLIGHT=ng9UDNqFZG1CzzKNJFPrFw_Item Highlight
133
201
 
134
- CARD_EDITOR.LIST_ITEM.ICON=KwaZvxz2AtuYQuW1Ia1rXA_Item Icon
202
+ #XFLD: Property editor label
203
+ CARD_EDITOR.LIST_ITEM.ICON=jc6BhWX7yhLaAhh5jJ7Lpg_Item Icon
135
204
 
136
- CARD_EDITOR.LIST_ITEM.INFO.VALUE=mTVVsBjeeXBBLo3LeAMuHQ_Info Value
205
+ #XFLD: Property editor label
206
+ CARD_EDITOR.LIST_ITEM.INFO.VALUE=MNCeVqU6b3cBfO8fzta3ew_Info Value
137
207
 
138
- CARD_EDITOR.LIST_ITEM.INFO.STATE=Jdx4zzD8jVkt1hz/BVIQIQ_Info State
208
+ #XFLD: Property editor label
209
+ CARD_EDITOR.LIST_ITEM.INFO.STATE=loR/DnfAvELn2D3p4uUwMg_Info State
139
210
 
140
- CARD_EDITOR.OBJECT.GROUPS=yjdKcH8L3dItvbZ7hhp1IA_Groups
211
+ #XFLD: Property editor label
212
+ CARD_EDITOR.OBJECT.GROUPS=AU69MqiwLuHIT7CTPazTeQ_Groups
141
213
 
142
- CARD_EDITOR.OBJECT.GROUP=28S55NcDC/crNX9rpc8Kuw_Group
214
+ #XFLD: Property editor label
215
+ CARD_EDITOR.OBJECT.GROUP=SyGZzTx8uDsBy/s8KZpyKQ_Group
143
216
 
144
- CARD_EDITOR.OBJECT.GROUP.ITEMS=oKwuxqFEQ+9vPnOqeNpe/Q_Items
217
+ #XFLD: Property editor label
218
+ CARD_EDITOR.OBJECT.GROUP.ITEMS=bVpo3MQaIX1nsl2PBV/pww_Items
145
219
 
146
- CARD_EDITOR.OBJECT.GROUP.ITEM=85g8RbeJYb6LNUinQYpPRg_Item
220
+ #XFLD: Property editor label
221
+ CARD_EDITOR.OBJECT.GROUP.ITEM=KLiCZqMinAjUCUF60MTveA_Item
147
222
 
148
- CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=HYdIsm8PklGM73o+SCwmsA_Value
223
+ #XFLD: Property editor label
224
+ CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=wKGrV6zxGiCbadSmpgVsAA_Value
149
225
 
150
- CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=QzR3dLt3O8m2400HZCQnug_Email Subject
226
+ #XFLD: Property editor label
227
+ CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=iK4KODdQ83Kq32otYzJvMA_Email Subject
151
228
 
152
- CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=s38jTVJU/F+S5fVZdfmtWQ_Phone
229
+ #XFLD: Property editor label
230
+ CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=qBhyKt0zaeXvhTXG3yvfMg_Phone
153
231
 
154
- CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=8PDyywTPX9eFY8uN5qNQ7g_Email
232
+ #XFLD: Property editor label
233
+ CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=4He0lD4I4s6fterVmYWEuw_Email
155
234
 
156
- CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=4Lk3keIcri0Vj7BiVGoCWw_Link
235
+ #XFLD: Property editor label
236
+ CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=E9Qyr0FiLe+3v0yVMWFC+A_Link
157
237
 
158
- CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=4/2SILJi6QBAKpdFkYMN0w_Text
238
+ #XFLD: Property editor label
239
+ CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=zHAQa8TNEFl3CPFS1STVeg_Text
159
240
 
160
- CARD_EDITOR.MAXITEMS=DAcD8EQfZZPTuWenTCAmOw_Maximum Number of Items
241
+ #XFLD: Property editor label
242
+ CARD_EDITOR.MAXITEMS=VYyEZ/qZYwLLGqjUlvjIsA_Maximum Number of Items
161
243
 
162
- CARD_EDITOR.TABLE.ROW.COLUMNS=1RxlXESaYs9jPKcAEx40dw_Columns
244
+ #XFLD: Property editor label
245
+ CARD_EDITOR.TABLE.ROW.COLUMNS=IRVivjAQUxTkkW1Eqa0fng_Columns
163
246
 
164
- CARD_EDITOR.TABLE.ROW.COLUMN=4E7t4ywvdNQSieNMQK5MgQ_Column
247
+ #XFLD: Property editor label
248
+ CARD_EDITOR.TABLE.ROW.COLUMN=q1Qr/XBA0JTrr2MbfLrMhQ_Column
165
249
 
166
- CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=bpciIdorIiBnQA95JvMQJA_Width
250
+ #XFLD: Property editor label
251
+ CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=kCf9L1B5UJYr9w3YaungEA_Width
167
252
 
168
- CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=XDeAwUISZi/aVNanLA4kNA_Value
253
+ #XFLD: Property editor label
254
+ CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=Up67AWCZSYNMC5BBR2dfdA_Value
169
255
 
170
- CARD_EDITOR.TABLE.ROW.COLUMN.STATE=sflJcVav+l9PNWbOo/wrUg_State
256
+ #XFLD: Property editor label
257
+ CARD_EDITOR.TABLE.ROW.COLUMN.STATE=gUvih4yBb/opVw2Y81+A1A_State
171
258
 
172
- CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=GcwKYxneTZKlDotIDbz0pg_Identifier
259
+ #XFLD: Property editor label
260
+ CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=bdo/Ub3j6EvbOx1ll69uYw_Identifier
173
261
 
174
- CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=csg/RivZ+qww1brDRFPqPA_Progress State
262
+ #XFLD: Property editor label
263
+ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=VJEEZvp9S3iD+3lw0iEnkQ_Progress State
175
264
 
176
- CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=SB7LsHar2ZTMNq38rgK+PQ_Progress Percent
265
+ #XFLD: Property editor label
266
+ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=GjbJsHpZ4jPI7x9hpVAD3A_Progress Percent
177
267
 
178
- CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=ibZi71R/9kL+IPY1bzRaHw_Progress Text
268
+ #XFLD: Property editor label
269
+ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=4YTNrrxy5zZZkPCflSmarA_Progress Text
179
270
 
180
- CARD_EDITOR.PARAMETERS=+aS2NiE2SxcAtpl0Glp+Bw_Parameters
271
+ #XFLD: Property editor label
272
+ CARD_EDITOR.PARAMETERS=z/VqHOg0fPbqDQyVZ1a/9w_Parameters
181
273
 
182
- CARD_EDITOR.LABEL=ShKu/Za7tMLHkkmflRnfpA_Label
274
+ #XFLD: Property editor label
275
+ CARD_EDITOR.LABEL=dIH6KHtp+1waUsW0kKSPrA_Label
183
276
 
184
- CARD_EDITOR.PARAMETERS.DESCRIPTION=Y3paV9yH82icVLONR0LFvw_Description
277
+ #XFLD: Header for discription column inside parameters editor
278
+ CARD_EDITOR.PARAMETERS.DESCRIPTION=RVB6ivlp18ZUJxm6UklC/Q_Description
185
279
 
186
- CARD_EDITOR.PARAMETERS.PLACEHOLDER=mHZF3yaXGkHFOZagzVj8mA_Placeholder
280
+ #XFLD: Placeholder column inside parameters editor
281
+ CARD_EDITOR.PARAMETERS.PLACEHOLDER=A/lnh3owLOzCsx+pibMAAg_Placeholder
187
282
 
188
- CARD_EDITOR.PARAMETERS.HINT=I7Y/Dm8cVakYWZuPfurv5Q_Hint
283
+ #XFLD: Hint column inside parameters editor
284
+ CARD_EDITOR.PARAMETERS.HINT=UaGPlKDLHv4yns+d4LHx/Q_Hint
189
285
 
190
- CARD_EDITOR.PARAMETERS.FORMATTER=K7UWq2Bc6n5w9hx5QuPLsA_Formatter
286
+ #XFLD: Formatter column inside parameters editor
287
+ CARD_EDITOR.PARAMETERS.FORMATTER=e+BMw8Zu8W13kThwM0HTKA_Formatter
191
288
 
192
- CARD_EDITOR.PARAMETERS.MANIFESTPATH=hhZenGk66QTyi5Dsaup87g_Manifestpath
289
+ #XFLD: Header for manifestpath column inside parameters editor
290
+ CARD_EDITOR.PARAMETERS.MANIFESTPATH=YIxp2693f8IONOQgLAbozQ_Manifestpath
193
291
 
194
- CARD_EDITOR.PARAMETERS.VISIBLE=KA/2/N6vmMQKtQFhNBl0Mw_Visible for Admin
292
+ #XFLD: Header for visible column inside parameters editor
293
+ CARD_EDITOR.PARAMETERS.VISIBLE=YTITjlYFq3RjakocRiAexw_Visible for Admin
195
294
 
196
- CARD_EDITOR.PARAMETERS.VISIBLETOUSER=F+TFX9mK1BxLJaSMU7zTcA_Visible for User
295
+ #XFLD: Header for visibleToUser column inside parameters editor
296
+ CARD_EDITOR.PARAMETERS.VISIBLETOUSER=XU7/rhpwzWqDge2bZXHv/Q_Visible for User
197
297
 
198
- CARD_EDITOR.PARAMETERS.EDITABLE=zOWBiINSifLlqeBg7L7gfQ_Editable for Admin
298
+ #XFLD: Header for editable column inside parameters editor
299
+ CARD_EDITOR.PARAMETERS.EDITABLE=MZKq9b06aR2mrNecVdc9Jg_Editable for Admin
199
300
 
200
- CARD_EDITOR.PARAMETERS.EDITABLETOUSER=MsTpwb5cQ9DVyKtb+wryRg_Editable for User
301
+ #XFLD: Header for editableToUser column inside parameters editor
302
+ CARD_EDITOR.PARAMETERS.EDITABLETOUSER=meJ3eDLL3qFRz61WyFDA+Q_Editable for User
201
303
 
202
- CARD_EDITOR.PARAMETERS.REQUIRED=LwhhugkiJe968bODPLMu5g_Required
304
+ #XFLD: Header for required column inside parameters editor
305
+ CARD_EDITOR.PARAMETERS.REQUIRED=jslVmgLtD0tdUg16any8bQ_Required
203
306
 
204
- CARD_EDITOR.PARAMETERS.EXPANDED=B7yScmAdVwqPuJLF5xTkUA_Expanded
307
+ #XFLD: Header for expanded column inside parameters editor
308
+ CARD_EDITOR.PARAMETERS.EXPANDED=cm0PBkv+WsvfSXoFIkKs2w_Expanded
205
309
 
206
- CARD_EDITOR.PARAMETERS.TRANSLATABLE=/bk/C+SWDeFqAscwt6wNOQ_Translatable
310
+ #XFLD: Header for translatable column inside parameters editor
311
+ CARD_EDITOR.PARAMETERS.TRANSLATABLE=yDPNZokX/hHk1f5Y5l7c5w_Translatable
207
312
 
208
- CARD_EDITOR.PARAMETERS.ALLOWDYNAMICVALUES=JO1K+v5pgCnnZoc3njadaA_Allow Dynamic Values
313
+ #XFLD: Header for allowDynamicValues column inside parameters editor
314
+ CARD_EDITOR.PARAMETERS.ALLOWDYNAMICVALUES=UsjREiGG8FNhtOw+YzAGgQ_Allow Dynamic Values
209
315
 
210
- CARD_EDITOR.PARAMETERS.ALLOWSETTINGS=5+U+fPgeW14Ahpp5kIomcA_Allow Settings
316
+ #XFLD: Header for allowSettings column inside parameters editor
317
+ CARD_EDITOR.PARAMETERS.ALLOWSETTINGS=GUcCdkeH9t7cAdZ1+q3f8A_Allow Settings
211
318
 
212
- CARD_EDITOR.PARAMETERS.VISUALIZATION=r/g5Z/0Ei8xZl65cCs0viQ_Visualization
319
+ #XFLD: Header for visualization column inside parameters editor
320
+ CARD_EDITOR.PARAMETERS.VISUALIZATION=CnTGDLs36nz+9ARjb77Gaw_Visualization
213
321
 
214
- CARD_EDITOR.PARAMETERS.VISUALIZATION.PLACEHOLDER=17/QKT35yC24FTQKXaLUgg_Define visualization of this parameter here
322
+ #XFLD: Placeholder for visualization column inside parameters editor
323
+ CARD_EDITOR.PARAMETERS.VISUALIZATION.PLACEHOLDER=JN0zQ/Ntr5Gdmxq1jNSpww_Define visualization of this parameter here
215
324
 
216
- CARD_EDITOR.PARAMETERS.VALIDATIONS=BTQ+NJbfgHFuBRsFOZImMQ_Validations
325
+ #XFLD: Header for visualization column inside parameters editor
326
+ CARD_EDITOR.PARAMETERS.VALIDATIONS=LwukX2P+m+OniEbGmRn0Jw_Validations
217
327
 
218
- CARD_EDITOR.PARAMETERS.VALIDATIONS.PLACEHOLDER=eUY6WW/4S3H50IisStXpAA_Define a JSON array of validations for the value of this parameter here
328
+ #XFLD: Placeholder for visualization column inside parameters editor
329
+ CARD_EDITOR.PARAMETERS.VALIDATIONS.PLACEHOLDER=SUFhRyAbh4ZhJt2j+bTB4Q_Define a JSON array of validations for the value of this parameter here
219
330
 
220
- CARD_EDITOR.PARAMETERS.VALUES=LRMz0tPYnyJ3zMuOiB6lbw_Values
331
+ #XFLD: Header for values column inside parameters editor
332
+ CARD_EDITOR.PARAMETERS.VALUES=UJ3a8Nt012jYD53sxTkrkA_Values
221
333
 
222
- CARD_EDITOR.PARAMETERS.VALUES.PLACEHOLDER=BjLkxJ34WHMMOUV5K3aILg_Define values of this parameter here
334
+ #XFLD: Placeholder for values column inside parameters editor
335
+ CARD_EDITOR.PARAMETERS.VALUES.PLACEHOLDER=cR8IIlwH5nunvFO3iP1Naw_Define values of this parameter here
223
336
 
224
- CARD_EDITOR.PARAMETERS.LAYOUT=zfuGE3AzCQkknipuzYNBtQ_Layout
337
+ #XFLD: Header for layout column inside parameters editor
338
+ CARD_EDITOR.PARAMETERS.LAYOUT=tKk8oSzYmxcXFr6D4XBvGg_Layout
225
339
 
226
- CARD_EDITOR.PARAMETERS.LAYOUT.PLACEHOLDER=Y13KQOd4EKvBtjbYyRBKUQ_Define layout of this parameter here
340
+ #XFLD: Placeholder for layout column inside parameters editor
341
+ CARD_EDITOR.PARAMETERS.LAYOUT.PLACEHOLDER=VtFVuGnzbjPImymQgyeYow_Define layout of this parameter here
227
342
 
228
- CARD_EDITOR.COMPLEX_MAP.KEY=Oaa4qEwIYglx7HsMfR2WMw_Key
343
+ #XFLD: Property editor label
344
+ CARD_EDITOR.COMPLEX_MAP.KEY=ohSD8dRDFFF0ND31iOFicw_Key
229
345
 
230
- CARD_EDITOR.DESTINATIONS=xPZHTtXdIldTCE1+Iev4Lw_Destinations
346
+ #XFLD: Property editor label
347
+ CARD_EDITOR.DESTINATIONS=kXY0BRBzMhGzAf78thVnMg_Destinations
231
348
 
232
- CARD_EDITOR.DESTINATION=f6F20PnH60C09nz4U24rdw_Destination
349
+ #XFLD: Property editor label
350
+ CARD_EDITOR.DESTINATION=5NDUPhCXe/ozwb2zr2asVA_Destination
233
351
 
234
- CARD_EDITOR.DESTINATION.NAME=zqCQsrhMNor4Yn8n0NY02Q_Name
352
+ #XFLD: Property editor label
353
+ CARD_EDITOR.DESTINATION.NAME=k8jZRWNnOO3MGGNElUC4mQ_Name
235
354
 
236
- CARD_EDITOR.DESTINATION.DEFAULT_URL=pI5Fc8CocL6qIr9yK1dTBg_Default URL
355
+ #XFLD: Property editor label
356
+ CARD_EDITOR.DESTINATION.DEFAULT_URL=VQZSc5Z3WnYw1kQIx0bKoA_Default URL
237
357
 
238
- CARD_EDITOR.GROUP.METADATA=ACGbZ+id0hivfToBpDsIwQ_Card Metadata
358
+ #XFLD: Title for the group of fields
359
+ CARD_EDITOR.GROUP.METADATA=UzWcRXl8v9E97j3ZhZJ4rQ_Card Metadata
239
360
 
240
- CARD_EDITOR.GROUP.GENERALCONFIGURATION=lt4NXo1WnaO8X4Kk4I/KKg_General Configuration
361
+ #XFLD: Title for the group of fields
362
+ CARD_EDITOR.GROUP.GENERALCONFIGURATION=NhDTPJbwHekc8uODK4DO3A_General Configuration
241
363
 
242
- CARD_EDITOR.GROUP.DATA=ESxB3qNR5e851G17zI5gZQ_Data Configuration (Card)
364
+ #XFLD: Title for the group of fields
365
+ CARD_EDITOR.GROUP.DATA=HrdS5ySLzylmCwaPlG/oFg_Data Configuration (Card)
243
366
 
244
- CARD_EDITOR.GROUP.DATAHEADER=keohaCmSP4eyvi6ix0GZ4Q_Data Configuration (Header)
367
+ #XFLD: Title for the group of fields
368
+ CARD_EDITOR.GROUP.DATAHEADER=maIPgu+A8pVT0YPAJ1zmsA_Data Configuration (Header)
245
369
 
246
- CARD_EDITOR.GROUP.DATACONTENT=7IOarTWAbdn6RKQq1NwlFw_Data Configuration (Content)
370
+ #XFLD: Title for the group of fields
371
+ CARD_EDITOR.GROUP.DATACONTENT=wpEopKLPXXec3zsArtrlrQ_Data Configuration (Content)
247
372
 
248
- CARD_EDITOR.GROUP.HEADER=Oo2PskxFUY31nF4O4kqxGA_Card Header Configuration
373
+ #XFLD: Title for the group of fields
374
+ CARD_EDITOR.GROUP.HEADER=ctPQI/wBgmSegylYaejbNw_Card Header Configuration
249
375
 
250
- CARD_EDITOR.GROUP.CONTENT=8PRqqLVlc0KCwrOMHDNTrw_Content Configuration
376
+ #XFLD: Title for the group of fields
377
+ CARD_EDITOR.GROUP.CONTENT=snniUjIkyzPy52KrYhEktA_Content Configuration
251
378
 
252
- CARD_EDITOR.STATE.SUCCESS=2Pz8zkoU6uUqN6w3JOGgCA_Success
379
+ #XFLD: Property editor label
380
+ CARD_EDITOR.STATE.SUCCESS=zWFhK8qpW2tQJeb1lMSGbg_Success
253
381
 
254
- CARD_EDITOR.STATE.ERROR=b2E7AHRCWPlgBeu5RfIS6w_Error
382
+ #XFLD: Property editor label
383
+ CARD_EDITOR.STATE.ERROR=pR5drTZjJ657R0+jIjkdRg_Error
255
384
 
256
- CARD_EDITOR.STATE.WARNING=lpMX2FvSNSnTcyEMrrBbcQ_Warning
385
+ #XFLD: Property editor label
386
+ CARD_EDITOR.STATE.WARNING=G9JUF3b5k7m2NSNgPJZCUw_Warning
257
387
 
258
- CARD_EDITOR.STATE.NONE=puxgojpns/eBD4l9e9kYag_None
388
+ #XFLD: Property editor label
389
+ CARD_EDITOR.STATE.NONE=g1+fVpqIcsSjvNZFtc+9/w_None
259
390
 
260
- CARD_EDITOR.STATE.INFORMATION=GNq3STxfp6d7IU1zJVMvkQ_Information
391
+ #XFLD: Property editor label
392
+ CARD_EDITOR.STATE.INFORMATION=liviYsqdRysStpGE4Qg1Vw_Information
261
393
 
262
- CARD_EDITOR.VALIDATOR.INVALID_EMAIL=xtocAVakBrNSmVFVYBdmpg_Invalid email address.
394
+ #XTOL: Validation error text
395
+ CARD_EDITOR.VALIDATOR.INVALID_EMAIL=unc8/cJ1QYKmlFLvErUtiw_Invalid email address.
263
396
 
264
- CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=ZWAnX6KWQGAJkOsMXNpZ4w_String should contain only A-Z characters.
397
+ #XTOL: Validation error text
398
+ CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=nciW3ITdldKH/sU2Zje18g_String should contain only A-Z characters.
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @alias sap.ui.integration.designtime.cardEditor.propertyEditor.complexMapEditor.ComplexMapEditor
54
54
  * @author SAP SE
55
55
  * @since 1.76
56
- * @version 1.96.32
56
+ * @version 1.96.34
57
57
  *
58
58
  * @private
59
59
  * @experimental 1.76
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @alias sap.ui.integration.designtime.cardEditor.propertyEditor.destinationsEditor.DestinationsEditor
42
42
  * @author SAP SE
43
43
  * @since 1.77
44
- * @version 1.96.32
44
+ * @version 1.96.34
45
45
  *
46
46
  * @private
47
47
  * @experimental 1.77
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @alias sap.ui.integration.designtime.cardEditor.propertyEditor.iconEditor.IconEditor
41
41
  * @author SAP SE
42
42
  * @since 1.81
43
- * @version 1.96.32
43
+ * @version 1.96.34
44
44
  *
45
45
  * @private
46
46
  * @experimental 1.81
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.cardEditor.propertyEditor.parametersEditor.ParametersEditor
46
46
  * @author SAP SE
47
47
  * @since 1.70
48
- * @version 1.96.32
48
+ * @version 1.96.34
49
49
  *
50
50
  * @private
51
51
  * @experimental 1.70
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.32
31
+ * @version 1.96.34
32
32
  * @constructor
33
33
  * @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
34
34
  * @since 1.83
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @alias sap.ui.integration.designtime.editor.CardPreview
27
27
  * @author SAP SE
28
28
  * @since 1.83.0
29
- * @version 1.96.32
29
+ * @version 1.96.34
30
30
  * @private
31
31
  * @experimental since 1.83.0
32
32
  * @ui5-restricted
@@ -134,7 +134,7 @@ sap.ui.define([
134
134
  * @extends sap.ui.core.Control
135
135
  *
136
136
  * @author SAP SE
137
- * @version 1.96.32
137
+ * @version 1.96.34
138
138
  * @constructor
139
139
  * @since 1.94
140
140
  * @private
@@ -614,7 +614,7 @@ sap.ui.define([
614
614
  * @experimental since 1.94
615
615
  * @public
616
616
  * @author SAP SE
617
- * @version 1.96.32
617
+ * @version 1.96.34
618
618
  * @borrows sap.ui.integration.editor.Editor#getParameters as getParameters
619
619
  * @borrows sap.ui.integration.editor.Editor#resolveDestination as resolveDestination
620
620
  * @borrows sap.ui.integration.editor.Editor#request as request
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @alias sap.ui.integration.editor.EditorResourceBundles
17
17
  * @author SAP SE
18
18
  * @since 1.94.0
19
- * @version 1.96.32
19
+ * @version 1.96.34
20
20
  * @private
21
21
  * @experimental since 1.94.0
22
22
  * @ui5-restricted
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.32
27
+ * @version 1.96.34
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.integration.util.Manifest
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.96.32
20
+ * @version 1.96.34
21
21
  *
22
22
  * @constructor
23
23
  * @since 1.94
@@ -66,7 +66,7 @@ sap.ui.define([
66
66
  * @alias sap.ui.integration.editor.Settings
67
67
  * @author SAP SE
68
68
  * @since 1.83.0
69
- * @version 1.96.32
69
+ * @version 1.96.34
70
70
  * @private
71
71
  * @experimental since 1.83.0
72
72
  * @ui5-restricted