@openui5/sap.ui.integration 1.107.0 → 1.108.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +7 -7
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +3 -3
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +3 -2
- package/src/sap/ui/integration/cards/Header.js +2 -4
- package/src/sap/ui/integration/cards/ListContent.js +3 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +32 -17
- package/src/sap/ui/integration/cards/TableContent.js +3 -2
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +9 -2
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +11 -2
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +10 -2
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +35 -12
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +9 -3
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/Paginator.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +0 -160
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +3 -3
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/messagebundle.properties +4 -1
- package/src/sap/ui/integration/messagebundle_ar.properties +3 -1
- package/src/sap/ui/integration/messagebundle_bg.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ca.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cs.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cy.properties +3 -1
- package/src/sap/ui/integration/messagebundle_da.properties +3 -1
- package/src/sap/ui/integration/messagebundle_de.properties +3 -1
- package/src/sap/ui/integration/messagebundle_el.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_GB.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +3 -1
- package/src/sap/ui/integration/messagebundle_es.properties +3 -1
- package/src/sap/ui/integration/messagebundle_es_MX.properties +3 -1
- package/src/sap/ui/integration/messagebundle_et.properties +3 -1
- package/src/sap/ui/integration/messagebundle_fi.properties +2 -0
- package/src/sap/ui/integration/messagebundle_fr.properties +2 -0
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ui/integration/messagebundle_hi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hu.properties +3 -1
- package/src/sap/ui/integration/messagebundle_id.properties +3 -1
- package/src/sap/ui/integration/messagebundle_it.properties +3 -1
- package/src/sap/ui/integration/messagebundle_iw.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ja.properties +3 -1
- package/src/sap/ui/integration/messagebundle_kk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ko.properties +2 -0
- package/src/sap/ui/integration/messagebundle_lt.properties +3 -1
- package/src/sap/ui/integration/messagebundle_lv.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ms.properties +3 -1
- package/src/sap/ui/integration/messagebundle_nl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_no.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pt.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ro.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ru.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sh.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sk.properties +2 -0
- package/src/sap/ui/integration/messagebundle_sl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sv.properties +3 -1
- package/src/sap/ui/integration/messagebundle_th.properties +2 -0
- package/src/sap/ui/integration/messagebundle_tr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_uk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_vi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +3 -1
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +3 -1
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
- package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +57 -6
- package/src/sap/ui/integration/schemas/sap-card.json +31 -2
- package/src/sap/ui/integration/themes/base/AdaptiveCard.less +8 -0
- package/src/sap/ui/integration/themes/base/library.source.less +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +9 -14
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +1 -0
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +3 -3
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Forms.js +42 -7
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +14 -3
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/ManifestResolver.js +61 -11
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +2 -2
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +66 -31
- package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export default{__license:"This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",__version:"35.1.0",__buildtime:"2020-10-20T05:15:22.539Z",languages:{aa:"阿法文",ab:"阿布哈茲文",ace:"亞齊文",ach:"阿僑利文",ada:"阿當莫文",ady:"阿迪各文",ae:"阿維斯塔文",aeb:"突尼斯阿拉伯文",af:"南非荷蘭文",afh:"阿弗里希利文",agq:"亞罕文",ain:"阿伊努文",ak:"阿坎文",akk:"阿卡德文",akz:"阿拉巴馬文",ale:"阿留申文",aln:"蓋格阿爾巴尼亞文",alt:"南阿爾泰文",am:"阿姆哈拉文",an:"阿拉貢文",ang:"古英文",anp:"昂加文",ar:"阿拉伯文",ar_001:"現代標準阿拉伯文",arc:"阿拉米文",arn:"馬普切文",aro:"阿拉奧納文",arp:"阿拉帕霍文",arq:"阿爾及利亞阿拉伯文",ars:"納吉迪阿拉伯文",arw:"阿拉瓦克文",ary:"摩洛哥阿拉伯文",arz:"埃及阿拉伯文",as:"阿薩姆文",asa:"阿蘇文",ase:"美國手語",ast:"阿斯圖里亞文",av:"阿瓦爾文",avk:"科塔瓦文",awa:"阿瓦文",ay:"艾馬拉文",az:"亞塞拜然文","az_alt-short":"亞塞拜然文",ba:"巴什喀爾文",bal:"俾路支文",ban:"峇里文",bar:"巴伐利亞文",bas:"巴薩文",bax:"巴姆穆文",bbc:"巴塔克托巴文",bbj:"戈馬拉文",be:"白俄羅斯文",bej:"貝扎文",bem:"別姆巴文",bew:"貝塔維文",bez:"貝納文",bfd:"富特文",bfq:"巴達加文",bg:"保加利亞文",bgn:"西俾路支文",bho:"博傑普爾文",bi:"比斯拉馬文",bik:"比科爾文",bin:"比尼文",bjn:"班亞爾文",bkm:"康姆文",bla:"錫克錫卡文",bm:"班巴拉文",bn:"孟加拉文",bo:"藏文",bpy:"比什奴普萊利亞文",bqi:"巴赫蒂亞里文",br:"布列塔尼文",bra:"布拉杰文",brh:"布拉維文",brx:"博多文",bs:"波士尼亞文",bss:"阿庫色文",bua:"布里阿特文",bug:"布吉斯文",bum:"布魯文",byn:"比林文",byv:"梅敦巴文",ca:"加泰蘭文",cad:"卡多文",car:"加勒比文",cay:"卡尤加文",cch:"阿燦文",ccp:"查克馬文",ce:"車臣文",ceb:"宿霧文",cgg:"奇加文",ch:"查莫洛文",chb:"奇布查文",chg:"查加文",chk:"處奇斯文",chm:"馬里文",chn:"契奴克文",cho:"喬克托文",chp:"奇佩瓦揚文",chr:"柴羅基文",chy:"沙伊安文",ckb:"中庫德文",co:"科西嘉文",cop:"科普特文",cps:"卡皮茲文",cr:"克里文",crh:"土耳其文(克里米亞半島)",crs:"塞席爾克里奧爾法文",cs:"捷克文",csb:"卡舒布文",cu:"宗教斯拉夫文",cv:"楚瓦什文",cy:"威爾斯文",da:"丹麥文",dak:"達科他文",dar:"達爾格瓦文",dav:"台塔文",de:"德文",de_AT:"德文(奧地利)",de_CH:"高地德文(瑞士)",del:"德拉瓦文",den:"斯拉夫",dgr:"多格里布文",din:"丁卡文",dje:"扎爾馬文",doi:"多格來文",dsb:"下索布文",dtp:"中部杜順文",dua:"杜亞拉文",dum:"中古荷蘭文",dv:"迪維西文",dyo:"朱拉文",dyu:"迪尤拉文",dz:"宗卡文",dzg:"達薩文",ebu:"恩布文",ee:"埃維文",efi:"埃菲克文",egl:"埃米利安文",egy:"古埃及文",eka:"艾卡朱克文",el:"希臘文",elx:"埃蘭文",en:"英文",en_AU:"英文(澳洲)",en_CA:"英文(加拿大)",en_GB:"英文(英國)","en_GB-alt-short":"英文(英國)",en_US:"英文(美國)","en_US-alt-short":"英文(美國)",enm:"中古英文",eo:"世界文",es:"西班牙文",es_419:"西班牙文(拉丁美洲)",es_ES:"西班牙文(西班牙)",es_MX:"西班牙文(墨西哥)",esu:"中尤皮克文",et:"愛沙尼亞文",eu:"巴斯克文",ewo:"依汪都文",ext:"埃斯特雷馬杜拉文",fa:"波斯文",fan:"芳族文",fat:"芳蒂文",ff:"富拉文",fi:"芬蘭文",fil:"菲律賓文",fit:"托爾訥芬蘭文",fj:"斐濟文",fo:"法羅文",fon:"豐文",fr:"法文",fr_CA:"法文(加拿大)",fr_CH:"法文(瑞士)",frc:"卡真法文",frm:"中古法文",fro:"古法文",frp:"法蘭克-普羅旺斯文",frr:"北弗里西亞文",frs:"東弗里西亞文",fur:"弗留利文",fy:"西弗里西亞文",ga:"愛爾蘭文",gaa:"加族文",gag:"加告茲文",gan:"贛語",gay:"加約文",gba:"葛巴亞文",gbz:"索羅亞斯德教達里文",gd:"蘇格蘭蓋爾文",gez:"吉茲文",gil:"吉爾伯特群島文",gl:"加利西亞文",glk:"吉拉基文",gmh:"中古高地德文",gn:"瓜拉尼文",goh:"古高地德文",gom:"孔卡尼文",gon:"岡德文",gor:"科隆達羅文",got:"哥德文",grb:"格列博文",grc:"古希臘文",gsw:"德文(瑞士)",gu:"古吉拉特文",guc:"瓦尤文",gur:"弗拉弗拉文",guz:"古西文",gv:"曼島文",gwi:"圭契文",ha:"豪撒文",hai:"海達文",hak:"客家話",haw:"夏威夷文",he:"希伯來文",hi:"印地文",hif:"斐濟印地文",hil:"希利蓋農文",hit:"赫梯文",hmn:"孟文",ho:"西里莫圖土文",hr:"克羅埃西亞文",hsb:"上索布文",hsn:"湘語",ht:"海地文",hu:"匈牙利文",hup:"胡帕文",hy:"亞美尼亞文",hz:"赫雷羅文",ia:"國際文",iba:"伊班文",ibb:"伊比比奧文",id:"印尼文",ie:"國際文(E)",ig:"伊布文",ii:"四川彝文",ik:"依奴皮維克文",ilo:"伊洛闊文",inh:"印古什文",io:"伊多文",is:"冰島文",it:"義大利文",iu:"因紐特文",izh:"英格里亞文",ja:"日文",jam:"牙買加克里奧爾英文",jbo:"邏輯文",jgo:"恩格姆巴文",jmc:"馬恰美文",jpr:"猶太教-波斯文",jrb:"猶太阿拉伯文",jut:"日德蘭文",jv:"爪哇文",ka:"喬治亞文",kaa:"卡拉卡爾帕克文",kab:"卡比爾文",kac:"卡琴文",kaj:"卡捷文",kam:"卡姆巴文",kaw:"卡威文",kbd:"卡巴爾達文",kbl:"卡念布文",kcg:"卡塔布文",kde:"馬孔德文",kea:"卡布威爾第文",ken:"肯揚文",kfo:"科羅文",kg:"剛果文",kgp:"坎剛文",kha:"卡西文",kho:"和闐文",khq:"西桑海文",khw:"科瓦文",ki:"吉庫尤文",kiu:"北紮紮其文",kj:"廣亞馬文",kk:"哈薩克文",kkj:"卡庫文",kl:"格陵蘭文",kln:"卡倫金文",km:"高棉文",kmb:"金邦杜文",kn:"坎那達文",ko:"韓文",koi:"科米-彼爾米亞克文",kok:"貢根文",kos:"科斯雷恩文",kpe:"克佩列文",kr:"卡努里文",krc:"卡拉柴-包爾卡爾文",kri:"塞拉利昂克裏奧爾文",krj:"基那來阿文",krl:"卡累利阿文",kru:"庫魯科文",ks:"喀什米爾文",ksb:"尚巴拉文",ksf:"巴菲亞文",ksh:"科隆文",ku:"庫德文",kum:"庫密克文",kut:"庫特奈文",kv:"科米文",kw:"康瓦耳文",ky:"吉爾吉斯文",la:"拉丁文",lad:"拉迪諾文",lag:"朗吉文",lah:"拉亨達文",lam:"蘭巴文",lb:"盧森堡文",lez:"列茲干文",lfn:"新共同語言",lg:"干達文",li:"林堡文",lij:"利古里亞文",liv:"利伏尼亞文",lkt:"拉科塔文",lmo:"倫巴底文",ln:"林加拉文",lo:"寮文",lol:"芒戈文",lou:"路易斯安那克里奧爾文",loz:"洛齊文",lrc:"北盧爾文",lt:"立陶宛文",ltg:"拉特加萊文",lu:"魯巴加丹加文",lua:"魯巴魯魯亞文",lui:"路易塞諾文",lun:"盧恩達文",luo:"盧奧文",lus:"米佐文",luy:"盧雅文",lv:"拉脫維亞文",lzh:"文言文",lzz:"拉茲文",mad:"馬都拉文",maf:"馬法文",mag:"馬加伊文",mai:"邁蒂利文",mak:"望加錫文",man:"曼丁哥文",mas:"馬賽文",mde:"馬巴文",mdf:"莫克沙文",mdr:"曼達文",men:"門德文",mer:"梅魯文",mfe:"克里奧文(模里西斯)",mg:"馬達加斯加文",mga:"中古愛爾蘭文",mgh:"馬夸文",mgo:"美塔文",mh:"馬紹爾文",mi:"毛利文",mic:"米克馬克文",min:"米南卡堡文",mk:"馬其頓文",ml:"馬來亞拉姆文",mn:"蒙古文",mnc:"滿族文",mni:"曼尼普爾文",moh:"莫霍克文",mos:"莫西文",mr:"馬拉地文",mrj:"西馬里文",ms:"馬來文",mt:"馬爾他文",mua:"蒙當文",mul:"多種語言",mus:"克里克文",mwl:"米蘭德斯文",mwr:"馬瓦里文",mwv:"明打威文",my:"緬甸文",mye:"姆耶內文",myv:"厄爾茲亞文",mzn:"馬贊德蘭文",na:"諾魯文",nan:"閩南語",nap:"拿波里文",naq:"納馬文",nb:"巴克摩挪威文",nd:"北地畢列文",nds:"低地德文",nds_NL:"低地薩克遜文",ne:"尼泊爾文",new:"尼瓦爾文",ng:"恩東加文",nia:"尼亞斯文",niu:"紐埃文",njo:"阿沃那加文",nl:"荷蘭文",nl_BE:"佛蘭芒文",nmg:"夸西奧文",nn:"耐諾斯克挪威文",nnh:"恩甘澎文",no:"挪威文",nog:"諾蓋文",non:"古諾爾斯文",nov:"諾維亞文",nqo:"曼德文字 (N’Ko)",nr:"南地畢列文",nso:"北索托文",nus:"努埃爾文",nv:"納瓦霍文",nwc:"古尼瓦爾文",ny:"尼揚賈文",nym:"尼揚韋齊文",nyn:"尼揚科萊文",nyo:"尼奧囉文",nzi:"尼茲馬文",oc:"奧克西坦文",oj:"奧杰布瓦文",om:"奧羅莫文",or:"歐迪亞文",os:"奧塞提文",osa:"歐塞奇文",ota:"鄂圖曼土耳其文",pa:"旁遮普文",pag:"潘加辛文",pal:"巴列維文",pam:"潘帕嘉文",pap:"帕皮阿門托文",pau:"帛琉文",pcd:"庇卡底文",pcm:"奈及利亞皮欽文",pdc:"賓夕法尼亞德文",pdt:"門諾低地德文",peo:"古波斯文",pfl:"普法爾茨德文",phn:"腓尼基文",pi:"巴利文",pl:"波蘭文",pms:"皮埃蒙特文",pnt:"旁狄希臘文",pon:"波那貝文",prg:"普魯士文",pro:"古普羅旺斯文",ps:"普什圖文",pt:"葡萄牙文",pt_BR:"葡萄牙文(巴西)",pt_PT:"葡萄牙文(葡萄牙)",qu:"蓋楚瓦文",quc:"基切文",qug:"欽博拉索海蘭蓋丘亞文",raj:"拉賈斯坦諸文",rap:"復活島文",rar:"拉羅通加文",rgn:"羅馬格諾里文",rif:"里菲亞諾文",rm:"羅曼斯文",rn:"隆迪文",ro:"羅馬尼亞文",ro_MD:"摩爾多瓦文",rof:"蘭博文",rom:"吉普賽文",root:"根語言",rtm:"羅圖馬島文",ru:"俄文",rue:"盧森尼亞文",rug:"羅維阿納文",rup:"羅馬尼亞語系",rw:"盧安達文",rwk:"羅瓦文",sa:"梵文",sad:"桑達韋文",sah:"雅庫特文",sam:"薩瑪利亞阿拉姆文",saq:"薩布魯文",sas:"撒撒克文",sat:"桑塔利文",saz:"索拉什特拉文",sba:"甘拜文",sbp:"桑古文",sc:"撒丁文",scn:"西西里文",sco:"蘇格蘭文",sd:"信德文",sdc:"薩丁尼亞-薩薩里文",sdh:"南庫德文",se:"北薩米文",see:"塞訥卡文",seh:"賽納文",sei:"瑟里文",sel:"塞爾庫普文",ses:"東桑海文",sg:"桑戈文",sga:"古愛爾蘭文",sgs:"薩莫吉希亞文",sh:"塞爾維亞克羅埃西亞文",shi:"希爾哈文",shn:"撣文",shu:"阿拉伯文(查德)",si:"僧伽羅文",sid:"希達摩文",sk:"斯洛伐克文",sl:"斯洛維尼亞文",sli:"下西利西亞文",sly:"塞拉亞文",sm:"薩摩亞文",sma:"南薩米文",smj:"魯勒薩米文",smn:"伊納里薩米文",sms:"斯科特薩米文",sn:"紹納文",snk:"索尼基文",so:"索馬利文",sog:"索格底亞納文",sq:"阿爾巴尼亞文",sr:"塞爾維亞文",srn:"蘇拉南東墎文",srr:"塞雷爾文",ss:"斯瓦特文",ssy:"薩霍文",st:"塞索托文",stq:"沙特菲士蘭文",su:"巽他文",suk:"蘇庫馬文",sus:"蘇蘇文",sux:"蘇美文",sv:"瑞典文",sw:"史瓦希里文",sw_CD:"史瓦希里文(剛果)",swb:"葛摩文",syc:"古敘利亞文",syr:"敘利亞文",szl:"西利西亞文",ta:"坦米爾文",tcy:"圖盧文",te:"泰盧固文",tem:"提姆文",teo:"特索文",ter:"泰雷諾文",tet:"泰頓文",tg:"塔吉克文",th:"泰文",ti:"提格利尼亞文",tig:"蒂格雷文",tiv:"提夫文",tk:"土庫曼文",tkl:"托克勞文",tkr:"查庫爾文",tl:"塔加路族文",tlh:"克林貢文",tli:"特林基特文",tly:"塔里什文",tmh:"塔馬奇克文",tn:"塞茲瓦納文",to:"東加文",tog:"東加文(尼亞薩)",tpi:"托比辛文",tr:"土耳其文",tru:"圖羅尤文",trv:"太魯閣文",ts:"特松加文",tsd:"特薩克尼恩文",tsi:"欽西安文",tt:"韃靼文",ttt:"穆斯林塔特文",tum:"圖姆布卡文",tvl:"吐瓦魯文",tw:"特威文",twq:"北桑海文",ty:"大溪地文",tyv:"圖瓦文",tzm:"中阿特拉斯塔馬塞特文",udm:"烏德穆爾特文",ug:"維吾爾文",uga:"烏加列文",uk:"烏克蘭文",umb:"姆本杜文",und:"未知語言",ur:"烏都文",uz:"烏茲別克文",vai:"瓦伊文",ve:"溫達文",vec:"威尼斯文",vep:"維普森文",vi:"越南文",vls:"西佛蘭德文",vmf:"美茵-法蘭克尼亞文",vo:"沃拉普克文",vot:"沃提克文",vro:"佛羅文",vun:"溫舊文",wa:"瓦隆文",wae:"瓦爾瑟文",wal:"瓦拉莫文",war:"瓦瑞文",was:"瓦紹文",wbp:"沃皮瑞文",wo:"沃洛夫文",wuu:"吳語",xal:"卡爾梅克文",xh:"科薩文",xmf:"明格列爾文",xog:"索加文",yao:"瑤文",yap:"雅浦文",yav:"洋卞文",ybb:"耶姆巴文",yi:"意第緒文",yo:"約魯巴文",yrl:"奈恩加圖文",yue:"粵語",za:"壯文",zap:"薩波特克文",zbl:"布列斯符號",zea:"西蘭文",zen:"澤納加文",zgh:"標準摩洛哥塔馬塞特文",zh:"中文",zh_Hans:"簡體中文",zh_Hant:"繁體中文",zu:"祖魯文",zun:"祖尼文",zxx:"無語言內容",zza:"扎扎文"},scripts:{Adlm:"富拉文",Afak:"阿法卡文字",Aghb:"高加索阿爾巴尼亞文",Ahom:"阿洪姆文",Arab:"阿拉伯文","Arab-alt-variant":"波斯阿拉伯文字",Armi:"皇室亞美尼亞文",Armn:"亞美尼亞文",Avst:"阿維斯陀文",Bali:"峇里文",Bamu:"巴姆穆文",Bass:"巴薩文",Batk:"巴塔克文",Beng:"孟加拉文",Bhks:"梵文",Blis:"布列斯文",Bopo:"注音符號",Brah:"婆羅米文",Brai:"盲人用點字",Bugi:"布吉斯文",Buhd:"布希德文",Cakm:"查克馬文",Cans:"加拿大原住民通用字符",Cari:"卡里亞文",Cham:"占文",Cher:"柴羅基文",Cirt:"色斯文",Copt:"科普特文",Cprt:"塞浦路斯文",Cyrl:"斯拉夫文",Cyrs:"西里爾文(古教會斯拉夫文變體)",Deva:"天城文",Dogr:"Dogr",Dsrt:"德瑟雷特文",Dupl:"杜普洛伊速記",Egyd:"古埃及世俗體",Egyh:"古埃及僧侶體",Egyp:"古埃及象形文字",Elba:"愛爾巴桑文",Elym:"Elym",Ethi:"衣索比亞文",Geok:"喬治亞語系(阿索他路里和努斯克胡里文)",Geor:"喬治亞文",Glag:"格拉哥里文",Gong:"Gong",Gonm:"岡德文",Goth:"歌德文",Gran:"格蘭他文字",Grek:"希臘文",Gujr:"古吉拉特文",Guru:"古魯穆奇文",Hanb:"標上注音符號的漢字",Hang:"韓文字",Hani:"漢字",Hano:"哈努諾文",Hans:"簡體","Hans-alt-stand-alone":"簡體中文",Hant:"繁體","Hant-alt-stand-alone":"繁體中文",Hatr:"哈特拉文",Hebr:"希伯來文",Hira:"平假名",Hluw:"安那托利亞象形文字",Hmng:"楊松錄苗文",Hmnp:"Hmnp",Hrkt:"片假名或平假名",Hung:"古匈牙利文",Inds:"印度河流域(哈拉帕文)",Ital:"古意大利文",Jamo:"韓文字母",Java:"爪哇文",Jpan:"日文",Jurc:"女真文字",Kali:"克耶李文",Kana:"片假名",Khar:"卡羅須提文",Khmr:"高棉文",Khoj:"克吉奇文字",Knda:"坎那達文",Kore:"韓文",Kpel:"克培列文",Kthi:"凱提文",Lana:"藍拿文",Laoo:"寮國文",Latf:"拉丁文(尖角體活字變體)",Latg:"拉丁文(蓋爾語變體)",Latn:"拉丁文",Lepc:"雷布查文",Limb:"林佈文",Lina:"線性文字(A)",Linb:"線性文字(B)",Lisu:"栗僳文",Loma:"洛馬文",Lyci:"呂西亞語",Lydi:"里底亞語",Mahj:"印地文",Maka:"Maka",Mand:"曼底安文",Mani:"摩尼教文",Marc:"藏文",Maya:"瑪雅象形文字",Medf:"Medf",Mend:"門德文",Merc:"麥羅埃文(曲線字體)",Mero:"麥羅埃文",Mlym:"馬來亞拉姆文",Modi:"馬拉地文",Mong:"蒙古文",Moon:"蒙氏點字",Mroo:"謬文",Mtei:"曼尼普爾文",Mult:"木爾坦文",Mymr:"緬甸文",Nand:"Nand",Narb:"古北阿拉伯文",Nbat:"納巴泰文字",Newa:"Vote 尼瓦爾文",Nkgb:"納西格巴文",Nkoo:"西非書面語言 (N’Ko)",Nshu:"女書文字",Ogam:"歐甘文",Olck:"桑塔利文",Orkh:"鄂爾渾文",Orya:"歐利亞文",Osge:"歐塞奇文",Osma:"歐斯曼亞文",Palm:"帕米瑞拉文字",Pauc:"鮑欽豪文",Perm:"古彼爾姆諸文",Phag:"八思巴文",Phli:"巴列維文(碑銘體)",Phlp:"巴列維文(聖詩體)",Phlv:"巴列維文(書體)",Phnx:"腓尼基文",Plrd:"柏格理拼音符",Prti:"帕提亞文(碑銘體)",Qaag:"Qaag",Rjng:"拉讓文",Rohg:"Rohg",Roro:"朗格朗格象形文",Runr:"古北歐文字",Samr:"撒馬利亞文",Sara:"沙拉堤文",Sarb:"古南阿拉伯文",Saur:"索拉什特拉文",Sgnw:"手語書寫符號",Shaw:"簫柏納字符",Shrd:"夏拉達文",Sidd:"悉曇文字",Sind:"信德文",Sinh:"錫蘭文",Sogd:"Sogd",Sogo:"Sogo",Sora:"索朗桑朋文字",Soyo:"索永布文字",Sund:"巽他文",Sylo:"希洛弟納格里文",Syrc:"敍利亞文",Syre:"敘利亞文(福音體文字變體)",Syrj:"敘利亞文(西方文字變體)",Syrn:"敘利亞文(東方文字變體)",Tagb:"南島文",Takr:"塔卡里文字",Tale:"傣哪文",Talu:"西雙版納新傣文",Taml:"坦米爾文",Tang:"西夏文",Tavt:"傣擔文",Telu:"泰盧固文",Teng:"談格瓦文",Tfng:"提非納文",Tglg:"塔加拉文",Thaa:"塔安那文",Thai:"泰文",Tibt:"西藏文",Tirh:"邁蒂利文",Ugar:"烏加列文",Vaii:"瓦依文",Visp:"視覺語音文字",Wara:"瓦郎奇蒂文字",Wcho:"Wcho",Wole:"沃雷艾文",Xpeo:"古波斯文",Xsux:"蘇米魯亞甲文楔形文字",Yiii:"彞文",Zanb:"札那巴札爾文字",Zinh:"繼承文字(Unicode)",Zmth:"數學符號",Zsye:"表情符號",Zsym:"符號",Zxxx:"非書寫語言",Zyyy:"一般文字",Zzzz:"未知文字"},territories:{142:"亞洲",143:"中亞",145:"西亞",150:"歐洲",151:"東歐",154:"北歐",155:"西歐",202:"撒哈拉撒沙漠以南非洲",419:"拉丁美洲","001":"世界","002":"非洲","003":"北美洲","005":"南美洲","009":"大洋洲","011":"西非","013":"中美","014":"東非","015":"北非","017":"中非","018":"非洲南部","019":"美洲","021":"北美","029":"加勒比海","030":"東亞","034":"南亞","035":"東南亞","039":"南歐","053":"澳洲與紐西蘭","054":"美拉尼西亞","057":"密克羅尼西亞群島","061":"玻里尼西亞",AC:"阿森松島",AD:"安道爾",AE:"阿拉伯聯合大公國",AF:"阿富汗",AG:"安地卡及巴布達",AI:"安奎拉",AL:"阿爾巴尼亞",AM:"亞美尼亞",AO:"安哥拉",AQ:"南極洲",AR:"阿根廷",AS:"美屬薩摩亞",AT:"奧地利",AU:"澳洲",AW:"荷屬阿魯巴",AX:"奧蘭群島",AZ:"亞塞拜然",BA:"波士尼亞與赫塞哥維納",BB:"巴貝多",BD:"孟加拉",BE:"比利時",BF:"布吉納法索",BG:"保加利亞",BH:"巴林",BI:"蒲隆地",BJ:"貝南",BL:"聖巴瑟米",BM:"百慕達",BN:"汶萊",BO:"玻利維亞",BQ:"荷蘭加勒比區",BR:"巴西",BS:"巴哈馬",BT:"不丹",BV:"布威島",BW:"波札那",BY:"白俄羅斯",BZ:"貝里斯",CA:"加拿大",CC:"科克斯(基靈)群島",CD:"剛果(金夏沙)","CD-alt-variant":"剛果民主共和國",CF:"中非共和國",CG:"剛果(布拉薩)","CG-alt-variant":"剛果共和國",CH:"瑞士",CI:"象牙海岸","CI-alt-variant":"CI",CK:"庫克群島",CL:"智利",CM:"喀麥隆",CN:"中國",CO:"哥倫比亞",CP:"克里派頓島",CR:"哥斯大黎加",CU:"古巴",CV:"維德角",CW:"庫拉索",CX:"聖誕島",CY:"賽普勒斯",CZ:"捷克","CZ-alt-variant":"捷克共和國",DE:"德國",DG:"迪亞哥加西亞島",DJ:"吉布地",DK:"丹麥",DM:"多米尼克",DO:"多明尼加共和國",DZ:"阿爾及利亞",EA:"休達與梅利利亞",EC:"厄瓜多",EE:"愛沙尼亞",EG:"埃及",EH:"西撒哈拉",ER:"厄利垂亞",ES:"西班牙",ET:"衣索比亞",EU:"歐盟",EZ:"歐元區",FI:"芬蘭",FJ:"斐濟",FK:"福克蘭群島","FK-alt-variant":"福克蘭群島(馬爾維納斯群島)",FM:"密克羅尼西亞",FO:"法羅群島",FR:"法國",GA:"加彭",GB:"英國","GB-alt-short":"英國",GD:"格瑞那達",GE:"喬治亞",GF:"法屬圭亞那",GG:"根息",GH:"迦納",GI:"直布羅陀",GL:"格陵蘭",GM:"甘比亞",GN:"幾內亞",GP:"瓜地洛普",GQ:"赤道幾內亞",GR:"希臘",GS:"南喬治亞與南三明治群島",GT:"瓜地馬拉",GU:"關島",GW:"幾內亞比索",GY:"蓋亞那",HK:"香港","HK-alt-short":"香港",HM:"赫德島及麥唐納群島",HN:"宏都拉斯",HR:"克羅埃西亞",HT:"海地",HU:"匈牙利",IC:"加那利群島",ID:"印尼",IE:"愛爾蘭",IL:"以色列",IM:"曼島",IN:"印度",IO:"英屬印度洋領地",IQ:"伊拉克",IR:"伊朗",IS:"冰島",IT:"義大利",JE:"澤西島",JM:"牙買加",JO:"約旦",JP:"日本",KE:"肯亞",KG:"吉爾吉斯",KH:"柬埔寨",KI:"吉里巴斯",KM:"葛摩",KN:"聖克里斯多福及尼維斯",KP:"北韓",KR:"南韓",KW:"科威特",KY:"開曼群島",KZ:"哈薩克",LA:"寮國",LB:"黎巴嫩",LC:"聖露西亞",LI:"列支敦斯登",LK:"斯里蘭卡",LR:"賴比瑞亞",LS:"賴索托",LT:"立陶宛",LU:"盧森堡",LV:"拉脫維亞",LY:"利比亞",MA:"摩洛哥",MC:"摩納哥",MD:"摩爾多瓦",ME:"蒙特內哥羅",MF:"法屬聖馬丁",MG:"馬達加斯加",MH:"馬紹爾群島",MK:"北馬其頓","MK-alt-variant":"MK",ML:"馬利",MM:"緬甸",MN:"蒙古",MO:"澳門","MO-alt-short":"澳門",MP:"北馬利安納群島",MQ:"馬丁尼克",MR:"茅利塔尼亞",MS:"蒙哲臘",MT:"馬爾他",MU:"模里西斯",MV:"馬爾地夫",MW:"馬拉威",MX:"墨西哥",MY:"馬來西亞",MZ:"莫三比克",NA:"納米比亞",NC:"新喀里多尼亞",NE:"尼日",NF:"諾福克島",NG:"奈及利亞",NI:"尼加拉瓜",NL:"荷蘭",NO:"挪威",NP:"尼泊爾",NR:"諾魯",NU:"紐埃島",NZ:"紐西蘭",OM:"阿曼",PA:"巴拿馬",PE:"秘魯",PF:"法屬玻里尼西亞",PG:"巴布亞紐幾內亞",PH:"菲律賓",PK:"巴基斯坦",PL:"波蘭",PM:"聖皮埃與密克隆群島",PN:"皮特肯群島",PR:"波多黎各",PS:"巴勒斯坦自治區","PS-alt-short":"巴勒斯坦",PT:"葡萄牙",PW:"帛琉",PY:"巴拉圭",QA:"卡達",QO:"大洋洲邊疆群島",RE:"留尼旺",RO:"羅馬尼亞",RS:"塞爾維亞",RU:"俄羅斯",RW:"盧安達",SA:"沙烏地阿拉伯",SB:"索羅門群島",SC:"塞席爾",SD:"蘇丹",SE:"瑞典",SG:"新加坡",SH:"聖赫勒拿島",SI:"斯洛維尼亞",SJ:"挪威屬斯瓦巴及尖棉",SK:"斯洛伐克",SL:"獅子山",SM:"聖馬利諾",SN:"塞內加爾",SO:"索馬利亞",SR:"蘇利南",SS:"南蘇丹",ST:"聖多美普林西比",SV:"薩爾瓦多",SX:"荷屬聖馬丁",SY:"敘利亞",SZ:"史瓦濟蘭","SZ-alt-variant":"SZ",TA:"特里斯坦達庫尼亞群島",TC:"土克斯及開科斯群島",TD:"查德",TF:"法屬南部屬地",TG:"多哥",TH:"泰國",TJ:"塔吉克",TK:"托克勞群島",TL:"東帝汶","TL-alt-variant":"TL",TM:"土庫曼",TN:"突尼西亞",TO:"東加",TR:"土耳其",TT:"千里達及托巴哥",TV:"吐瓦魯",TW:"台灣",TZ:"坦尚尼亞",UA:"烏克蘭",UG:"烏干達",UM:"美國本土外小島嶼",UN:"聯合國","UN-alt-short":"聯合國",US:"美國","US-alt-short":"美國",UY:"烏拉圭",UZ:"烏茲別克",VA:"梵蒂岡",VC:"聖文森及格瑞那丁",VE:"委內瑞拉",VG:"英屬維京群島",VI:"美屬維京群島",VN:"越南",VU:"萬那杜",WF:"瓦利斯群島和富圖那群島",WS:"薩摩亞",XA:"偽區域",XB:"偽比迪",XK:"科索沃",YE:"葉門",YT:"馬約特島",ZA:"南非",ZM:"尚比亞",ZW:"辛巴威",ZZ:"未知區域"},orientation:"left-to-right","ca-gregorian":{dateFormats:{full:"y年M月d日 EEEE",long:"y年M月d日",medium:"y年M月d日",short:"y/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d E",Ehm:"E ah:mm",EHm:"E HH:mm",Ehms:"E ah:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日 E",h:"ah時",H:"H時",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",hmsv:"ah:mm:ss [v]",Hmsv:"HH:mm:ss [v]",hmv:"ah:mm [v]",Hmv:"HH:mm [v]",M:"M月",Md:"M/d",MEd:"M/d(E)",MMdd:"MM/dd",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日 E",MMMMd:"M月d日",ms:"mm:ss",y:"y年",yM:"y/M",yMd:"y/M/d",yMEd:"y/M/d(E)",yMM:"y/MM",yMMM:"y年M月",yMMMd:"y年M月d日",yMMMEd:"y年M月d日 E",yMMMM:"y年M月",yQQQ:"y年QQQ",yQQQQ:"y年QQQQ",MMMMW:"MMMM的第W週",yw:"Y年的第w週"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"ah時至ah時",h:"ah時至h時"},H:{H:"HH – HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm – HH:mm",m:"HH:mm – HH:mm"},hmv:{a:"ah:mm至ah:mm [v]",h:"ah:mm至h:mm [v]",m:"ah:mm至h:mm [v]"},Hmv:{H:"HH:mm – HH:mm [v]",m:"HH:mm – HH:mm [v]"},hv:{a:"ah時至ah時 [v]",h:"ah時至h時 [v]"},Hv:{H:"HH – HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/dE至M/dE",M:"M/dE至M/dE"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"y至y"},yM:{M:"y/M至y/M",y:"y/M至y/M"},yMd:{d:"y/M/d至y/M/d",M:"y/M/d至y/M/d",y:"y/M/d至y/M/d"},yMEd:{d:"y/M/dE至y/M/dE",M:"y/M/dE至y/M/dE",y:"y/M/dE至y/M/dE"},yMMM:{M:"y年M月至M月",y:"y年M月至y年M月"},yMMMd:{d:"y年M月d日至d日",M:"y年M月d日至M月d日",y:"y年M月d日至y年M月d日"},yMMMEd:{d:"y年M月d日E至M月d日E",M:"y年M月d日E至M月d日E",y:"y年M月d日E至y年M月d日E"},yMMMM:{M:"y年M月至M月",y:"y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},"era-wide":{0:"西元前",1:"西元"},"era-abbreviated":{0:"西元前",1:"西元"},"era-narrow":{0:"西元前",1:"西元"}},"ca-islamic":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1}{0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E ah:mm",EHm:"E HH:mm",Ehms:"E ah:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah時",H:"H時",hm:"ah:mm",Hm:"H:mm",hms:"ah:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy/M",yyyyMd:"Gy/M/d",yyyyMEd:"Gy/M/d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年QQQ",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"ah時至ah時",h:"ah時至h時"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"ah:mm至ah:mm [v]",h:"ah:mm至h:mm [v]",m:"ah:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"ah時至ah時 [v]",h:"ah時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"}}},months:{format:{abbreviated:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"]},"stand-alone":{abbreviated:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["穆哈蘭姆月","色法爾月","賴比月 I","賴比月 II","主馬達月 I","主馬達月 II","賴哲卜月","舍爾邦月","賴買丹月","閃瓦魯月","都爾喀爾德月","都爾黑哲月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},"era-wide":{0:"伊斯蘭曆"},"era-abbreviated":{0:"伊斯蘭曆"},"era-narrow":{0:"伊斯蘭曆"}},"ca-japanese":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1}{0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E ah:mm",EHm:"E HH:mm",Ehms:"E ah:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah時",H:"H時",hm:"ah:mm",Hm:"HH:mm",hms:"ah:mm:ss",Hms:"HH:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy/M",yyyyMd:"Gy/M/d",yyyyMEd:"Gy/M/d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年QQQ",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"ah時至ah時",h:"ah時至h時"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"ah:mm至ah:mm [v]",h:"ah:mm至h:mm [v]",m:"ah:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"ah時至ah時 [v]",h:"ah時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y",G:"G y至G y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M",G:"G y/M至G y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d",G:"G y/M/d至G y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE",G:"G y/M/dE至G y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月",G:"G y年M月至G y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日",G:"G y年M月d日至G y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E",G:"G y年M月d日E至G y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月",G:"G y年M月至G y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},"era-wide":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-abbreviated":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"},"era-narrow":{232:"明治",233:"大正",234:"昭和",235:"平成",236:"令和"}},"ca-persian":{dateFormats:{full:"G y年M月d日 EEEE",long:"G y年M月d日",medium:"G y年M月d日",short:"G y/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1}{0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d E",Ehm:"E ah:mm",EHm:"E HH:mm",Ehms:"E ah:mm:ss",EHms:"E HH:mm:ss",Gy:"G y年",GyMMM:"G y年M月",GyMMMd:"G y年M月d日",GyMMMEd:"G y年M月d日 E",h:"ah時",H:"H時",hm:"ah:mm",Hm:"H:mm",hms:"ah:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日 E",MMMMd:"M月d日",ms:"mm:ss",y:"G y年",yyyy:"G y年",yyyyM:"G y/M",yyyyMd:"G y/M/d",yyyyMEd:"G y/M/d(E)",yyyyMMM:"G y年M月",yyyyMMMd:"G y年M月d日",yyyyMMMEd:"G y年M月d日 E",yyyyMMMM:"G y年M月",yyyyQQQ:"G y年QQQ",yyyyQQQQ:"G y年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"ah時至ah時",h:"ah時至h時"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"ah:mm至ah:mm [v]",h:"ah:mm至h:mm [v]",m:"ah:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"ah時至ah時 [v]",h:"ah時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},"era-wide":{0:"波斯曆"},"era-abbreviated":{0:"波斯曆"},"era-narrow":{0:"波斯曆"}},"ca-buddhist":{dateFormats:{full:"Gy年M月d日EEEE",long:"Gy年M月d日",medium:"Gy年M月d日",short:"Gy/M/d"},timeFormats:{full:"ah:mm:ss [zzzz]",long:"ah:mm:ss [z]",medium:"ah:mm:ss",short:"ah:mm"},dateTimeFormats:{full:"{1}{0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"Bh時",Bhm:"Bh:mm",Bhms:"Bh:mm:ss",d:"d日",E:"ccc",EBhm:"E Bh:mm",EBhms:"E Bh:mm:ss",Ed:"d日(E)",Ehm:"E ah:mm",EHm:"E HH:mm",Ehms:"E ah:mm:ss",EHms:"E HH:mm:ss",Gy:"Gy年",GyMMM:"Gy年M月",GyMMMd:"Gy年M月d日",GyMMMEd:"Gy年M月d日E",h:"ah時",H:"H時",hm:"ah:mm",Hm:"H:mm",hms:"ah:mm:ss",Hms:"H:mm:ss",M:"M月",Md:"M/d",MEd:"M/d(E)",MMM:"LLL",MMMd:"M月d日",MMMEd:"M月d日E",MMMMd:"M月d日",ms:"mm:ss",y:"Gy年",yyyy:"Gy年",yyyyM:"Gy/M",yyyyMd:"Gy/M/d",yyyyMEd:"Gy/M/d(E)",yyyyMMM:"Gy年M月",yyyyMMMd:"Gy年M月d日",yyyyMMMEd:"Gy年M月d日E",yyyyMMMM:"Gy年M月",yyyyQQQ:"Gy年QQQ",yyyyQQQQ:"Gy年QQQQ"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d日至d日"},Gy:{G:"G y – G y",y:"G y–y"},GyM:{G:"GGGGG y-MM – GGGGG y-MM",M:"GGGGG y-MM – y-MM",y:"GGGGG y-MM – y-MM"},GyMd:{d:"GGGGG y-MM-dd – y-MM-dd",G:"GGGGG y-MM-dd – GGGGG y-MM-dd",M:"GGGGG y-MM-dd – y-MM-dd",y:"GGGGG y-MM-dd – y-MM-dd"},GyMEd:{d:"GGGGG y-MM-dd, E – y-MM-dd, E",G:"GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",M:"GGGGG y-MM-dd, E – y-MM-dd, E",y:"GGGGG y-MM-dd, E – y-MM-dd, E"},GyMMM:{G:"G y MMM – G y MMM",M:"G y MMM–MMM",y:"G y MMM – y MMM"},GyMMMd:{d:"G y MMM d–d",G:"G y MMM d – G y MMM d",M:"G y MMM d – MMM d",y:"G y MMM d – y MMM d"},GyMMMEd:{d:"G y MMM d, E – MMM d, E",G:"G y MMM d, E – G y MMM d, E",M:"G y MMM d, E – MMM d, E",y:"G y MMM d, E – y MMM d, E"},h:{a:"ah時至ah時",h:"ah時至h時"},H:{H:"HH–HH"},hm:{a:"ah:mm至ah:mm",h:"ah:mm至h:mm",m:"ah:mm至h:mm"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"ah:mm至ah:mm [v]",h:"ah:mm至h:mm [v]",m:"ah:mm至h:mm [v]"},Hmv:{H:"HH:mm–HH:mm [v]",m:"HH:mm–HH:mm [v]"},hv:{a:"ah時至ah時 [v]",h:"ah時至h時 [v]"},Hv:{H:"HH–HH [v]"},M:{M:"M月至M月"},Md:{d:"M/d至M/d",M:"M/d至M/d"},MEd:{d:"M/d E至M/d E",M:"M/d E至M/d E"},MMM:{M:"LLL至LLL"},MMMd:{d:"M月d日至d日",M:"M月d日至M月d日"},MMMEd:{d:"M月d日E至d日E",M:"M月d日E至M月d日E"},MMMM:{M:"LLLL至LLLL"},y:{y:"G y至y"},yM:{M:"G y/M至y/M",y:"G y/M至y/M"},yMd:{d:"G y/M/d至y/M/d",M:"G y/M/d至y/M/d",y:"G y/M/d至y/M/d"},yMEd:{d:"G y/M/dE至y/M/dE",M:"G y/M/dE至y/M/dE",y:"G y/M/dE至y/M/dE"},yMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"},yMMMd:{d:"G y年M月d日至d日",M:"G y年M月d日至M月d日",y:"G y年M月d日至y年M月d日"},yMMMEd:{d:"G y年M月d日E至d日E",M:"G y年M月d日E至M月d日E",y:"G y年M月d日E至y年M月d日E"},yMMMM:{M:"G y年M月至M月",y:"G y年M月至y年M月"}}},months:{format:{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},"stand-alone":{abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]}},days:{format:{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},"stand-alone":{abbreviated:["週日","週一","週二","週三","週四","週五","週六"],narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]}},quarters:{format:{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]},"stand-alone":{abbreviated:["第1季","第2季","第3季","第4季"],narrow:["1","2","3","4"],wide:["第1季","第2季","第3季","第4季"]}},dayPeriods:{format:{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]},"stand-alone":{abbreviated:["上午","下午"],narrow:["上午","下午"],wide:["上午","下午"]}},"era-wide":{0:"佛曆"},"era-abbreviated":{0:"佛曆"},"era-narrow":{0:"佛曆"}},dateFields:{era:{displayName:"年代"},"year-wide":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 年後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 年前"}},"year-short":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 年後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 年前"}},"year-narrow":{displayName:"年","relative-type--1":"去年","relative-type-0":"今年","relative-type-1":"明年","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 年後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 年前"}},"quarter-wide":{displayName:"季","relative-type--1":"上一季","relative-type-0":"這一季","relative-type-1":"下一季","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 季後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 季前"}},"quarter-short":{displayName:"季","relative-type--1":"上一季","relative-type-0":"這一季","relative-type-1":"下一季","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 季後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 季前"}},"quarter-narrow":{displayName:"季","relative-type--1":"上一季","relative-type-0":"這一季","relative-type-1":"下一季","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 季後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 季前"}},"month-wide":{displayName:"月","relative-type--1":"上個月","relative-type-0":"本月","relative-type-1":"下個月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 個月後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 個月前"}},"month-short":{displayName:"月","relative-type--1":"上個月","relative-type-0":"本月","relative-type-1":"下個月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 個月後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 個月前"}},"month-narrow":{displayName:"月","relative-type--1":"上個月","relative-type-0":"本月","relative-type-1":"下個月","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 個月後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 個月前"}},"week-wide":{displayName:"週","relative-type--1":"上週","relative-type-0":"本週","relative-type-1":"下週","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 週後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 週前"},relativePeriod:"{0} 當週"},"week-short":{displayName:"週","relative-type--1":"上週","relative-type-0":"本週","relative-type-1":"下週","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 週後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 週前"},relativePeriod:"{0} 當週"},"week-narrow":{displayName:"週","relative-type--1":"上週","relative-type-0":"本週","relative-type-1":"下週","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 週後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 週前"},relativePeriod:"{0} 當週"},"day-wide":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"後天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 天後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 天前"}},"day-short":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"後天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 天後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 天前"}},"day-narrow":{displayName:"日","relative-type--2":"前天","relative-type--1":"昨天","relative-type-0":"今天","relative-type-1":"明天","relative-type-2":"後天","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 天後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 天前"}},weekday:{displayName:"週天"},"hour-wide":{displayName:"小時","relative-type-0":"這一小時","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 小時後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 小時前"}},"hour-short":{displayName:"小時","relative-type-0":"這一小時","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 小時後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 小時前"}},"hour-narrow":{displayName:"小時","relative-type-0":"這一小時","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 小時後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 小時前"}},"minute-wide":{displayName:"分鐘","relative-type-0":"這一分鐘","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 分鐘後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 分鐘前"}},"minute-short":{displayName:"分鐘","relative-type-0":"這一分鐘","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 分鐘後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 分鐘前"}},"minute-narrow":{displayName:"分鐘","relative-type-0":"這一分鐘","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 分鐘後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 分鐘前"}},"second-wide":{displayName:"秒","relative-type-0":"現在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 秒後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 秒前"}},"second-short":{displayName:"秒","relative-type-0":"現在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 秒後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 秒前"}},"second-narrow":{displayName:"秒","relative-type-0":"現在","relativeTime-type-future":{"relativeTimePattern-count-other":"{0} 秒後"},"relativeTime-type-past":{"relativeTimePattern-count-other":"{0} 秒前"}},zone:{displayName:"時區"}},decimalFormat:{standard:"#,##0.###"},"decimalFormat-long":{"1000-other":"0","10000-other":"0萬","100000-other":"00萬","1000000-other":"000萬","10000000-other":"0000萬","100000000-other":"0億","1000000000-other":"00億","10000000000-other":"000億","100000000000-other":"0000億","1000000000000-other":"0兆","10000000000000-other":"00兆","100000000000000-other":"000兆"},"decimalFormat-short":{"1000-other":"0","10000-other":"0萬","100000-other":"00萬","1000000-other":"000萬","10000000-other":"0000萬","100000000-other":"0億","1000000000-other":"00億","10000000000-other":"000億","100000000000-other":"0000億","1000000000000-other":"0兆","10000000000000-other":"00兆","100000000000000-other":"000兆"},scientificFormat:{standard:"#E0"},percentFormat:{standard:"#,##0%"},currencyFormat:{standard:"¤#,##0.00",accounting:"¤#,##0.00;(¤#,##0.00)",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00¤","sap-accounting":"#,##0.00¤;(#,##0.00¤)"},miscPattern:{approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},"currencyFormat-short":{"1000-other":"0","10000-other":"¤0萬","100000-other":"¤00萬","1000000-other":"¤000萬","10000000-other":"¤0000萬","100000000-other":"¤0億","1000000000-other":"¤00億","10000000000-other":"¤000億","100000000000-other":"¤0000億","1000000000000-other":"¤0兆","10000000000000-other":"¤00兆","100000000000000-other":"¤000兆"},"symbols-latn-decimal":".","symbols-latn-group":",","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"非數值","symbols-latn-timeSeparator":":",currencySymbols:{AUD:"AU$",BRL:"R$",CAD:"CA$",CNY:"CN¥",EUR:"€",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",TWD:"$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"CFA",XPF:"CFPF"},rtl:!1,"listPattern-standard-wide":{2:"{0}和{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}和{1}"},"listPattern-or-wide":{2:"{0}或{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}或{1}"},"listPattern-or-short":{2:"{0}或{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}或{1}"},"listPattern-standard-short":{2:"{0}和{1}",start:"{0}、{1}",middle:"{0}、{1}",end:"{0}和{1}"},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"G 力","unitPattern-count-other":"{0} G 力"},"acceleration-meter-per-second-squared":{displayName:"公尺/平方秒","unitPattern-count-other":"{0} 公尺/平方秒"},"angle-revolution":{displayName:"圈數","unitPattern-count-other":"{0} 圈"},"angle-radian":{displayName:"弧度","unitPattern-count-other":"{0} 弧度"},"angle-degree":{displayName:"角度","unitPattern-count-other":"{0} 度"},"angle-arc-minute":{displayName:"角分","unitPattern-count-other":"{0} 角分"},"angle-arc-second":{displayName:"角秒","unitPattern-count-other":"{0} 角秒"},"area-square-kilometer":{displayName:"平方公里","unitPattern-count-other":"{0} 平方公里",perUnitPattern:"{0}/平方公里"},"area-hectare":{displayName:"公頃","unitPattern-count-other":"{0} 公頃"},"area-square-meter":{displayName:"平方公尺","unitPattern-count-other":"{0} 平方公尺",perUnitPattern:"{0}/平方公尺"},"area-square-centimeter":{displayName:"平方公分","unitPattern-count-other":"{0} 平方公分",perUnitPattern:"{0}/平分公分"},"area-square-mile":{displayName:"平方英里","unitPattern-count-other":"{0} 平方英里",perUnitPattern:"{0}/平方英里"},"area-acre":{displayName:"英畝","unitPattern-count-other":"{0} 英畝"},"area-square-yard":{displayName:"平方碼","unitPattern-count-other":"{0} 平方碼"},"area-square-foot":{displayName:"平方英尺","unitPattern-count-other":"{0} 平方英尺"},"area-square-inch":{displayName:"平方英寸","unitPattern-count-other":"{0} 平方英寸",perUnitPattern:"{0}/平方英寸"},"area-dunam":{displayName:"杜納畝","unitPattern-count-other":"{0} 杜納畝"},"concentr-karat":{displayName:"克拉","unitPattern-count-other":"{0} 克拉"},"concentr-milligram-per-deciliter":{displayName:"毫克/分升","unitPattern-count-other":"{0} 毫克/分升"},"concentr-millimole-per-liter":{displayName:"毫莫耳/公升","unitPattern-count-other":"{0} 毫莫耳/公升"},"concentr-part-per-million":{displayName:"百萬分率","unitPattern-count-other":"{0} 百萬分率"},"concentr-percent":{displayName:"百分比","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"千分比","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"公升/公里","unitPattern-count-other":"{0} 升/公里"},"consumption-liter-per-100kilometers":{displayName:"升/100 公里","unitPattern-count-other":"{0} 升/100 公里"},"consumption-mile-per-gallon":{displayName:"英里/加侖","unitPattern-count-other":"{0} 英里/加侖"},"consumption-mile-per-gallon-imperial":{displayName:"英里/英制加侖","unitPattern-count-other":"{0} 英里/英制加侖"},"digital-petabyte":{displayName:"PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"byte","unitPattern-count-other":"{0} byte"},"digital-bit":{displayName:"bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"世紀","unitPattern-count-other":"{0} 世紀"},"duration-year":{displayName:"年","unitPattern-count-other":"{0} 年",perUnitPattern:"{0}/年"},"duration-month":{displayName:"月","unitPattern-count-other":"{0} 個月",perUnitPattern:"{0}/月"},"duration-week":{displayName:"週","unitPattern-count-other":"{0} 週",perUnitPattern:"{0}/週"},"duration-day":{displayName:"天","unitPattern-count-other":"{0} 天",perUnitPattern:"{0}/天"},"duration-hour":{displayName:"小時","unitPattern-count-other":"{0} 小時",perUnitPattern:"{0}/小時"},"duration-minute":{displayName:"分鐘","unitPattern-count-other":"{0} 分鐘",perUnitPattern:"{0}/分鐘"},"duration-second":{displayName:"秒","unitPattern-count-other":"{0} 秒",perUnitPattern:"{0}/秒"},"duration-millisecond":{displayName:"毫秒","unitPattern-count-other":"{0} 毫秒"},"duration-microsecond":{displayName:"微秒","unitPattern-count-other":"{0} 微秒"},"duration-nanosecond":{displayName:"奈秒","unitPattern-count-other":"{0} 奈秒"},"electric-ampere":{displayName:"安培","unitPattern-count-other":"{0} 安培"},"electric-milliampere":{displayName:"毫安培","unitPattern-count-other":"{0} 毫安培"},"electric-ohm":{displayName:"歐姆","unitPattern-count-other":"{0} 歐姆"},"electric-volt":{displayName:"伏特","unitPattern-count-other":"{0} 伏特"},"energy-kilocalorie":{displayName:"千卡","unitPattern-count-other":"{0} 千卡"},"energy-calorie":{displayName:"卡路里","unitPattern-count-other":"{0} 卡"},"energy-foodcalorie":{displayName:"大卡","unitPattern-count-other":"{0} 大卡"},"energy-kilojoule":{displayName:"千焦耳","unitPattern-count-other":"{0} 千焦"},"energy-joule":{displayName:"焦耳","unitPattern-count-other":"{0} 焦"},"energy-kilowatt-hour":{displayName:"千瓦小時","unitPattern-count-other":"{0} 千瓦小時"},"energy-electronvolt":{displayName:"eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"Btu","unitPattern-count-other":"{0} Btu"},"force-pound-force":{displayName:"lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-other":"{0} N"},"frequency-gigahertz":{displayName:"吉赫","unitPattern-count-other":"{0} 吉赫"},"frequency-megahertz":{displayName:"兆赫","unitPattern-count-other":"{0} 兆赫"},"frequency-kilohertz":{displayName:"千赫","unitPattern-count-other":"{0} 千赫"},"frequency-hertz":{displayName:"赫茲","unitPattern-count-other":"{0} 赫茲"},"length-kilometer":{displayName:"公里","unitPattern-count-other":"{0} 公里",perUnitPattern:"{0}/公里"},"length-meter":{displayName:"公尺","unitPattern-count-other":"{0} 公尺",perUnitPattern:"{0}/公尺"},"length-decimeter":{displayName:"公寸","unitPattern-count-other":"{0} 公寸"},"length-centimeter":{displayName:"公分","unitPattern-count-other":"{0} 公分",perUnitPattern:"{0}/公分"},"length-millimeter":{displayName:"公釐","unitPattern-count-other":"{0} 公釐"},"length-micrometer":{displayName:"微米","unitPattern-count-other":"{0} 微米"},"length-nanometer":{displayName:"奈米","unitPattern-count-other":"{0} 奈米"},"length-picometer":{displayName:"皮米","unitPattern-count-other":"{0} 皮米"},"length-mile":{displayName:"英里","unitPattern-count-other":"{0} 英里"},"length-yard":{displayName:"碼","unitPattern-count-other":"{0} 碼"},"length-foot":{displayName:"英尺","unitPattern-count-other":"{0} 呎",perUnitPattern:"{0}/呎"},"length-inch":{displayName:"英寸","unitPattern-count-other":"{0} 吋",perUnitPattern:"{0}/吋"},"length-parsec":{displayName:"秒差距","unitPattern-count-other":"{0} 秒差距"},"length-light-year":{displayName:"光年","unitPattern-count-other":"{0} 光年"},"length-astronomical-unit":{displayName:"天文單位","unitPattern-count-other":"{0} 天文單位"},"length-furlong":{displayName:"化朗","unitPattern-count-other":"{0} 化朗"},"length-fathom":{displayName:"fm","unitPattern-count-other":"{0} 英尋"},"length-nautical-mile":{displayName:"海里","unitPattern-count-other":"{0} 海里"},"length-mile-scandinavian":{displayName:"斯堪地那維亞英里","unitPattern-count-other":"{0} 斯堪地那維亞英里"},"length-point":{displayName:"點","unitPattern-count-other":"{0} 點"},"length-solar-radius":{displayName:"R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"勒克斯","unitPattern-count-other":"{0} 勒克斯"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-other":"{0} L☉"},"mass-metric-ton":{displayName:"公噸","unitPattern-count-other":"{0} 公噸"},"mass-kilogram":{displayName:"公斤","unitPattern-count-other":"{0} 公斤",perUnitPattern:"{0}/公斤"},"mass-gram":{displayName:"克","unitPattern-count-other":"{0} 克",perUnitPattern:"{0}/克"},"mass-milligram":{displayName:"毫克","unitPattern-count-other":"{0} 毫克"},"mass-microgram":{displayName:"微克","unitPattern-count-other":"{0} 微克"},"mass-ton":{displayName:"英噸","unitPattern-count-other":"{0} 英噸"},"mass-stone":{displayName:"st","unitPattern-count-other":"{0} 英石"},"mass-pound":{displayName:"磅","unitPattern-count-other":"{0} 磅",perUnitPattern:"{0}/磅"},"mass-ounce":{displayName:"盎司","unitPattern-count-other":"{0} 盎司",perUnitPattern:"{0}/盎司"},"mass-ounce-troy":{displayName:"金衡盎司","unitPattern-count-other":"{0} 金衡盎司"},"mass-carat":{displayName:"克拉","unitPattern-count-other":"{0} 克拉"},"mass-dalton":{displayName:"Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-other":"{0} M☉"},"power-gigawatt":{displayName:"吉瓦","unitPattern-count-other":"{0} 吉瓦"},"power-megawatt":{displayName:"百萬瓦","unitPattern-count-other":"{0} 百萬瓦"},"power-kilowatt":{displayName:"千瓦","unitPattern-count-other":"{0} 千瓦"},"power-watt":{displayName:"瓦特","unitPattern-count-other":"{0} 瓦"},"power-milliwatt":{displayName:"毫瓦","unitPattern-count-other":"{0} 毫瓦"},"power-horsepower":{displayName:"匹","unitPattern-count-other":"{0} 匹"},"pressure-hectopascal":{displayName:"百帕","unitPattern-count-other":"{0} 百帕"},"pressure-millimeter-of-mercury":{displayName:"毫米汞柱","unitPattern-count-other":"{0} 毫米汞柱"},"pressure-pound-per-square-inch":{displayName:"磅力/平方英寸","unitPattern-count-other":"{0} 磅力/平方英寸"},"pressure-inch-hg":{displayName:"英寸汞柱","unitPattern-count-other":"{0} 英寸汞柱"},"pressure-millibar":{displayName:"毫巴","unitPattern-count-other":"{0} 毫巴"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-other":"{0} atm"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"公里/小時","unitPattern-count-other":"{0} 公里/小時"},"speed-meter-per-second":{displayName:"公尺/秒","unitPattern-count-other":"{0} 公尺/秒"},"speed-mile-per-hour":{displayName:"英里/小時","unitPattern-count-other":"{0} 英里/小時"},"speed-knot":{displayName:"節","unitPattern-count-other":"{0} 節"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"攝氏","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"華氏","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-other":"{0} K"},"torque-pound-foot":{displayName:"lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"N⋅m","unitPattern-count-other":"{0} N⋅m"},"volume-cubic-kilometer":{displayName:"立方公里","unitPattern-count-other":"{0} 立方公里"},"volume-cubic-meter":{displayName:"立方公尺","unitPattern-count-other":"{0} 立方公尺",perUnitPattern:"{0}/立方公尺"},"volume-cubic-centimeter":{displayName:"立方公分","unitPattern-count-other":"{0} 立方公分",perUnitPattern:"{0}/立方公分"},"volume-cubic-mile":{displayName:"立方英里","unitPattern-count-other":"{0} 立方英里"},"volume-cubic-yard":{displayName:"立方碼","unitPattern-count-other":"{0} 立方碼"},"volume-cubic-foot":{displayName:"立方英尺","unitPattern-count-other":"{0} 立方英尺"},"volume-cubic-inch":{displayName:"立方英寸","unitPattern-count-other":"{0} 立方英寸"},"volume-megaliter":{displayName:"兆升","unitPattern-count-other":"{0} 兆升"},"volume-hectoliter":{displayName:"公石","unitPattern-count-other":"{0} 公石"},"volume-liter":{displayName:"公升","unitPattern-count-other":"{0} 升",perUnitPattern:"{0}/升"},"volume-deciliter":{displayName:"公合","unitPattern-count-other":"{0} 公合"},"volume-centiliter":{displayName:"釐升","unitPattern-count-other":"{0} 釐升"},"volume-milliliter":{displayName:"毫升","unitPattern-count-other":"{0} 毫升"},"volume-pint-metric":{displayName:"公制品脫","unitPattern-count-other":"{0} 公制品脫"},"volume-cup-metric":{displayName:"公制量杯","unitPattern-count-other":"{0} 公制杯"},"volume-acre-foot":{displayName:"英畝英尺","unitPattern-count-other":"{0} 英畝英尺"},"volume-bushel":{displayName:"bu","unitPattern-count-other":"{0} 蒲式耳"},"volume-gallon":{displayName:"加侖","unitPattern-count-other":"{0} 加侖",perUnitPattern:"{0}/加侖"},"volume-gallon-imperial":{displayName:"英制加侖","unitPattern-count-other":"{0} 英制加侖",perUnitPattern:"{0}/英制加侖"},"volume-quart":{displayName:"夸脫","unitPattern-count-other":"{0} 夸脫"},"volume-pint":{displayName:"品脫","unitPattern-count-other":"{0} 品脫"},"volume-cup":{displayName:"量杯","unitPattern-count-other":"{0} 杯"},"volume-fluid-ounce":{displayName:"液盎司","unitPattern-count-other":"{0} 液盎司"},"volume-fluid-ounce-imperial":{displayName:"英液盎司","unitPattern-count-other":"{0} 英液盎司"},"volume-tablespoon":{displayName:"湯匙","unitPattern-count-other":"{0} 湯匙"},"volume-teaspoon":{displayName:"茶匙","unitPattern-count-other":"{0} 茶匙"},"volume-barrel":{displayName:"桶","unitPattern-count-other":"{0} 桶"},coordinateUnit:{displayName:"方向",east:"東經{0}",north:"北緯{0}",south:"南緯{0}",west:"西經{0}"}}},"lenient-scope-number":{minusSign:"-‐‒–⁻₋−➖﹣-",commaSign:",،٫、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-other":"0","10000-other":"0萬 ¤","100000-other":"00萬 ¤","1000000-other":"000萬 ¤","10000000-other":"0000萬 ¤","100000000-other":"0億 ¤","1000000000-other":"00億 ¤","10000000000-other":"000億 ¤","100000000000-other":"0000億 ¤","1000000000000-other":"0兆 ¤","10000000000000-other":"00兆 ¤","100000000000000-other":"000兆 ¤"},currencyDigits:{ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals:{},"weekData-minDays":1,"weekData-firstDay":0,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"hB hb h H",_preferred:"h"},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},"eras-islamic":{0:{_start:"622-7-15"}},"eras-persian":{0:{_start:"622-01-01"}},"eras-buddhist":{0:{_start:"-542-01-01"}},"eras-japanese":{232:{_start:"1868-9-8"},233:{_start:"1912-7-30"},234:{_start:"1926-12-25"},235:{_start:"1989-1-8"},236:{_start:"2019-5-1"}},calendarPreference:"gregorian roc chinese"};
|
|
2
|
+
//# sourceMappingURL=zh_TW-22e4094b.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zh_TW-22e4094b.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* @extends sap.ui.base.Object
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.108.0
|
|
33
33
|
*
|
|
34
34
|
* @constructor
|
|
35
35
|
* @param {sap.ui.integration.Host} oHost The Host which will be used for resolving destinations.
|
|
@@ -72,7 +72,7 @@ sap.ui.define([
|
|
|
72
72
|
return Promise.all(aPromises).then(function () {
|
|
73
73
|
return oConfig;
|
|
74
74
|
}).catch(function (sMessage) {
|
|
75
|
-
Log.error(sMessage);
|
|
75
|
+
Log.error(sMessage, "sap.ui.integration.util.Destinations");
|
|
76
76
|
return oConfig;
|
|
77
77
|
});
|
|
78
78
|
};
|
|
@@ -170,7 +170,7 @@ sap.ui.define([
|
|
|
170
170
|
|
|
171
171
|
if (sDefaultUrl) {
|
|
172
172
|
return pResult.catch(function (sMessage) {
|
|
173
|
-
Log.
|
|
173
|
+
Log.info(sMessage + " Fallback to default url.", "sap.ui.integration.util.Destinations");
|
|
174
174
|
return sDefaultUrl;
|
|
175
175
|
});
|
|
176
176
|
}
|
|
@@ -7,10 +7,12 @@
|
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ui/core/library",
|
|
9
9
|
"./Validators",
|
|
10
|
-
"./BindingResolver"
|
|
10
|
+
"./BindingResolver",
|
|
11
|
+
"sap/base/Log"],
|
|
11
12
|
function (coreLibrary,
|
|
12
13
|
Validators,
|
|
13
|
-
BindingResolver
|
|
14
|
+
BindingResolver,
|
|
15
|
+
Log) {
|
|
14
16
|
"use strict";
|
|
15
17
|
|
|
16
18
|
var ValueState = coreLibrary.ValueState;
|
|
@@ -68,11 +70,34 @@ sap.ui.define([
|
|
|
68
70
|
}));
|
|
69
71
|
}
|
|
70
72
|
|
|
73
|
+
function getExtensionFunctionName (sValue, oExtension) {
|
|
74
|
+
var sValidationFunctionName;
|
|
75
|
+
|
|
76
|
+
if (!sValue.startsWith("extension.")) {
|
|
77
|
+
Log.error("Validation function should start with 'extension.'");
|
|
78
|
+
return false;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
if (!oExtension) {
|
|
82
|
+
Log.error("Extension is not defined.");
|
|
83
|
+
return false;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
sValidationFunctionName = sValue.replace("extension.", "");
|
|
87
|
+
|
|
88
|
+
if (!oExtension[sValidationFunctionName]) {
|
|
89
|
+
Log.error("No such function.", sValidationFunctionName, "sap.ui.integration.widgets.Card");
|
|
90
|
+
return false;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
return sValidationFunctionName;
|
|
94
|
+
}
|
|
95
|
+
|
|
71
96
|
/**
|
|
72
97
|
* Utility class helping with form validation.
|
|
73
98
|
*
|
|
74
99
|
* @author SAP SE
|
|
75
|
-
* @version 1.
|
|
100
|
+
* @version 1.108.0
|
|
76
101
|
*
|
|
77
102
|
* @private
|
|
78
103
|
* @alias sap.ui.integration.util.Forms
|
|
@@ -82,6 +107,7 @@ sap.ui.define([
|
|
|
82
107
|
var oValue = _getValidationValue(oControl),
|
|
83
108
|
oMessagesModel = oCard.getModel("messages"),
|
|
84
109
|
oResourceBundle = oCard.getModel("i18n").getResourceBundle(),
|
|
110
|
+
oExtension = oCard.getAggregation("_extension"),
|
|
85
111
|
oItem = oControl._oItem,
|
|
86
112
|
sInputType,
|
|
87
113
|
oValidator,
|
|
@@ -106,14 +132,23 @@ sap.ui.define([
|
|
|
106
132
|
oValidator = Validators[sInputType];
|
|
107
133
|
|
|
108
134
|
aResolvedValidations.forEach(function (mValidationConfig) {
|
|
109
|
-
if (bHasErrorSet) {
|
|
110
|
-
return;
|
|
111
|
-
}
|
|
112
135
|
|
|
113
136
|
for (var sKey in mValidationConfig) {
|
|
114
|
-
|
|
137
|
+
if (bHasErrorSet) {
|
|
138
|
+
return;
|
|
139
|
+
}
|
|
115
140
|
oValidationValue = mValidationConfig[sKey];
|
|
116
141
|
|
|
142
|
+
if (sKey === "validate") {
|
|
143
|
+
var sValidationFunctionName = getExtensionFunctionName(oValidationValue, oExtension);
|
|
144
|
+
|
|
145
|
+
if (sValidationFunctionName) {
|
|
146
|
+
fnValidationFunc = oExtension[sValidationFunctionName];
|
|
147
|
+
}
|
|
148
|
+
} else {
|
|
149
|
+
fnValidationFunc = oValidator[sKey];
|
|
150
|
+
}
|
|
151
|
+
|
|
117
152
|
if (typeof fnValidationFunc !== "function") {
|
|
118
153
|
continue;
|
|
119
154
|
}
|
|
@@ -13,8 +13,10 @@ sap.ui.define([
|
|
|
13
13
|
"sap/f/cards/loading/ObjectPlaceholder",
|
|
14
14
|
"sap/f/cards/loading/TablePlaceholder",
|
|
15
15
|
"sap/f/cards/loading/TimelinePlaceholder",
|
|
16
|
+
"sap/f/cards/loading/AnalyticalPlaceholder",
|
|
16
17
|
"../cards/TableContentRenderer",
|
|
17
|
-
"../cards/TimelineContentRenderer"
|
|
18
|
+
"../cards/TimelineContentRenderer",
|
|
19
|
+
"../cards/AnalyticalContentRenderer"
|
|
18
20
|
], function (
|
|
19
21
|
ListContentRenderer,
|
|
20
22
|
library,
|
|
@@ -25,8 +27,10 @@ sap.ui.define([
|
|
|
25
27
|
ObjectPlaceholder,
|
|
26
28
|
TablePlaceholder,
|
|
27
29
|
TimelinePlaceholder,
|
|
30
|
+
AnalyticalPlaceholder,
|
|
28
31
|
TableContentRenderer,
|
|
29
|
-
TimelineContentRenderer
|
|
32
|
+
TimelineContentRenderer,
|
|
33
|
+
AnalyticalContentRenderer
|
|
30
34
|
) {
|
|
31
35
|
"use strict";
|
|
32
36
|
|
|
@@ -41,7 +45,7 @@ sap.ui.define([
|
|
|
41
45
|
* @extends sap.ui.core.Element
|
|
42
46
|
*
|
|
43
47
|
* @author SAP SE
|
|
44
|
-
* @version 1.
|
|
48
|
+
* @version 1.108.0
|
|
45
49
|
*
|
|
46
50
|
* @constructor
|
|
47
51
|
* @private
|
|
@@ -125,6 +129,13 @@ sap.ui.define([
|
|
|
125
129
|
});
|
|
126
130
|
break;
|
|
127
131
|
|
|
132
|
+
case "Analytical":
|
|
133
|
+
this._oContentPlaceholder = new AnalyticalPlaceholder({
|
|
134
|
+
chartType: oConfiguration.chartType,
|
|
135
|
+
minHeight: AnalyticalContentRenderer.getMinHeight(oConfiguration)
|
|
136
|
+
});
|
|
137
|
+
break;
|
|
138
|
+
|
|
128
139
|
default:
|
|
129
140
|
this._oContentPlaceholder = new GenericPlaceholder();
|
|
130
141
|
}
|