@oracle/oraclejet 15.0.7 → 15.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/THIRDPARTYLICENSE.txt +8 -8
- package/dist/css/alta/oj-alta-min.css +1 -1
- package/dist/css/alta/oj-alta-notag-min.css +1 -1
- package/dist/css/alta/oj-alta-notag.css +1 -1
- package/dist/css/alta/oj-alta.css +1 -1
- package/dist/css/alta-android/oj-alta-min.css +1 -1
- package/dist/css/alta-android/oj-alta.css +1 -1
- package/dist/css/alta-ios/oj-alta-min.css +1 -1
- package/dist/css/alta-ios/oj-alta.css +1 -1
- package/dist/css/alta-windows/oj-alta-min.css +1 -1
- package/dist/css/alta-windows/oj-alta.css +1 -1
- package/dist/css/redwood/oj-redwood-min.css +1 -1
- package/dist/css/redwood/oj-redwood-notag-min.css +1 -1
- package/dist/css/redwood/oj-redwood-notag.css +18 -3
- package/dist/css/redwood/oj-redwood.css +18 -3
- package/dist/css/stable/oj-stable-min.css +1 -1
- package/dist/css/stable/oj-stable.css +18 -3
- package/dist/custom-tsc/metadataTransformer.js +2 -2
- package/dist/custom-tsc/metadataTransformer.js.map +1 -1
- package/dist/custom-tsc/utils/MetadataEventUtils.js +22 -8
- package/dist/custom-tsc/utils/MetadataEventUtils.js.map +1 -1
- package/dist/custom-tsc/utils/MetadataPropertyUtils.js +2 -2
- package/dist/custom-tsc/utils/MetadataPropertyUtils.js.map +1 -1
- package/dist/custom-tsc/utils/MetadataTypeUtils.d.ts +1 -1
- package/dist/custom-tsc/utils/MetadataTypeUtils.js +19 -9
- package/dist/custom-tsc/utils/MetadataTypeUtils.js.map +1 -1
- package/dist/custom-tsc/utils/MetadataTypes.d.ts +8 -0
- package/dist/custom-tsc/utils/MetadataTypes.js.map +1 -1
- package/dist/custom-tsc/utils/MetadataUtils.d.ts +1 -1
- package/dist/custom-tsc/utils/MetadataUtils.js +18 -16
- package/dist/custom-tsc/utils/MetadataUtils.js.map +1 -1
- package/dist/js/libs/oj/debug/ojbundletransform.js +81 -4
- package/dist/js/libs/oj/debug/ojchart-toolkit.js +85 -38
- package/dist/js/libs/oj/debug/ojchart.js +81 -10
- package/dist/js/libs/oj/debug/ojcore-base.js +2 -2
- package/dist/js/libs/oj/debug/ojdatagrid.js +2104 -125
- package/dist/js/libs/oj/debug/ojdataproviderscroller.js +11 -1
- package/dist/js/libs/oj/debug/ojdiagram-toolkit.js +7 -6
- package/dist/js/libs/oj/debug/ojdiagram.js +1 -1
- package/dist/js/libs/oj/debug/ojdvt-base.js +3 -0
- package/dist/js/libs/oj/debug/ojdvt-timecomponent.js +10 -4
- package/dist/js/libs/oj/debug/ojdvt-treeview.js +6 -1
- package/dist/js/libs/oj/debug/ojgantt-toolkit.js +130 -49
- package/dist/js/libs/oj/debug/ojknockout.js +26 -20
- package/dist/js/libs/oj/debug/ojlegend-toolkit.js +12 -2
- package/dist/js/libs/oj/debug/ojlegend.js +46 -21
- package/dist/js/libs/oj/debug/ojmonitoring.js +36 -0
- package/dist/js/libs/oj/debug/ojnavigationlist.js +1 -0
- package/dist/js/libs/oj/debug/ojrestdataprovider.js +10 -4
- package/dist/js/libs/oj/debug/ojtable.js +42 -9
- package/dist/js/libs/oj/debug/ojtagcloud.js +57 -0
- package/dist/js/libs/oj/debug/ojtimeline-toolkit.js +4 -0
- package/dist/js/libs/oj/debug/ojtoolbar.js +26 -23
- package/dist/js/libs/oj/debug/ojtreeview.js +1 -3
- package/dist/js/libs/oj/debug/ojvcomponent-template.js +8 -7
- package/dist/js/libs/oj/debug_esm/ojbundletransform.js +81 -4
- package/dist/js/libs/oj/debug_esm/ojchart-toolkit.js +85 -38
- package/dist/js/libs/oj/debug_esm/ojchart.js +81 -10
- package/dist/js/libs/oj/debug_esm/ojcore-base.js +2 -2
- package/dist/js/libs/oj/debug_esm/ojdatagrid.js +2104 -125
- package/dist/js/libs/oj/debug_esm/ojdataproviderscroller.js +11 -1
- package/dist/js/libs/oj/debug_esm/ojdiagram-toolkit.js +7 -6
- package/dist/js/libs/oj/debug_esm/ojdiagram.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvt-base.js +3 -0
- package/dist/js/libs/oj/debug_esm/ojdvt-timecomponent.js +10 -4
- package/dist/js/libs/oj/debug_esm/ojdvt-treeview.js +6 -1
- package/dist/js/libs/oj/debug_esm/ojgantt-toolkit.js +130 -49
- package/dist/js/libs/oj/debug_esm/ojknockout.js +26 -19
- package/dist/js/libs/oj/debug_esm/ojlegend-toolkit.js +12 -2
- package/dist/js/libs/oj/debug_esm/ojlegend.js +46 -21
- package/dist/js/libs/oj/debug_esm/ojmonitoring.js +28 -0
- package/dist/js/libs/oj/debug_esm/ojnavigationlist.js +1 -0
- package/dist/js/libs/oj/debug_esm/ojrestdataprovider.js +10 -4
- package/dist/js/libs/oj/debug_esm/ojtable.js +42 -9
- package/dist/js/libs/oj/debug_esm/ojtagcloud.js +57 -0
- package/dist/js/libs/oj/debug_esm/ojtimeline-toolkit.js +4 -0
- package/dist/js/libs/oj/debug_esm/ojtoolbar.js +26 -23
- package/dist/js/libs/oj/debug_esm/ojtreeview.js +1 -3
- package/dist/js/libs/oj/debug_esm/ojvcomponent-template.js +8 -6
- package/dist/js/libs/oj/main-template.js +3 -3
- package/dist/js/libs/oj/min/ojbundletransform.js +1 -1
- package/dist/js/libs/oj/min/ojbundletransform.js.map +1 -1
- package/dist/js/libs/oj/min/ojchart-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojchart-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojchart.js +1 -1
- package/dist/js/libs/oj/min/ojchart.js.map +1 -1
- package/dist/js/libs/oj/min/ojcore-base.js +1 -1
- package/dist/js/libs/oj/min/ojdatagrid.js +1 -1
- package/dist/js/libs/oj/min/ojdatagrid.js.map +1 -1
- package/dist/js/libs/oj/min/ojdataproviderscroller.js +1 -1
- package/dist/js/libs/oj/min/ojdataproviderscroller.js.map +1 -1
- package/dist/js/libs/oj/min/ojdiagram-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojdiagram-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojdvt-base.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-base.js.map +1 -1
- package/dist/js/libs/oj/min/ojdvt-timecomponent.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-timecomponent.js.map +1 -1
- package/dist/js/libs/oj/min/ojdvt-treeview.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-treeview.js.map +1 -1
- package/dist/js/libs/oj/min/ojgantt-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojgantt-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojknockout.js +2 -2
- package/dist/js/libs/oj/min/ojknockout.js.map +1 -1
- package/dist/js/libs/oj/min/ojlegend-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojlegend-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojlegend.js +1 -1
- package/dist/js/libs/oj/min/ojlegend.js.map +1 -1
- package/dist/js/libs/oj/min/ojmonitoring.js +9 -0
- package/dist/js/libs/oj/min/ojmonitoring.js.map +1 -0
- package/dist/js/libs/oj/min/ojnavigationlist.js.map +1 -1
- package/dist/js/libs/oj/min/ojrestdataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojrestdataprovider.js.map +1 -1
- package/dist/js/libs/oj/min/ojtable.js +1 -1
- package/dist/js/libs/oj/min/ojtable.js.map +1 -1
- package/dist/js/libs/oj/min/ojtagcloud.js.map +1 -1
- package/dist/js/libs/oj/min/ojtimeline-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojtimeline-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojtoolbar.js +1 -1
- package/dist/js/libs/oj/min/ojtoolbar.js.map +1 -1
- package/dist/js/libs/oj/min/ojtreeview.js +1 -1
- package/dist/js/libs/oj/min/ojtreeview.js.map +1 -1
- package/dist/js/libs/oj/min/ojvcomponent-template.js +1 -1
- package/dist/js/libs/oj/min/ojvcomponent-template.js.map +1 -1
- package/dist/js/libs/oj/resources/nls/ar/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/ar-XB/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/bg/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/bs/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/bs-Cyrl/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/cs/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/da/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/de/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/el/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/en-XA/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/en-XC/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/es/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/et/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/fi/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/fr/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/fr-CA/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/he/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/hr/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/hu/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/is/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/it/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/ja/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/ko/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/lt/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/lv/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/ms/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/nl/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/no/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/pl/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/pseudo/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/pt/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/pt-PT/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/ro/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/ru/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/sk/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/sl/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/sr/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/sr-Latn/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/sv/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/th/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/tr/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/uk/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/vi/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/zh-Hans/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/zh-Hant/ojtranslations.js +1 -1
- package/dist/metadata/components/allComponents.json +1142 -931
- package/dist/package-backup.json +1 -1
- package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/data-grid/themes/base/_oj-data-grid.scss +23 -0
- package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/base/_oj-helpers.scss +1 -1
- package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/table/themes/base/_oj-table.scss +0 -1
- package/dist/scss/common/helpers/_oj.common.helpers.scss +1 -1
- package/dist/types/ojchart/index.d.ts +12 -0
- package/dist/types/ojdatagrid/index.d.ts +15 -0
- package/dist/types/ojlegend/index.d.ts +16 -0
- package/dist/webpack-tools/4.x/webpack.config.js +3 -3
- package/dist/webpack-tools/webpack.config.js +3 -3
- package/package.json +2 -2
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/accordion/themes/base/_oj-accordion.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/accordion/themes/redwood/_oj-accordion.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/accordion/themes/redwood/oj-accordion.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/accordion/themes/stable/_oj-accordion.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/accordion/themes/stable/oj-accordion.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/action-card/themes/base/_oj-action-card.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/action-card/themes/redwood/_oj-action-card.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/action-card/themes/redwood/oj-action-card.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/action-card/themes/stable/_oj-action-card.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/action-card/themes/stable/oj-action-card.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/base/_oj.common.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/base/oj.common.settings.cssvariables.css +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/redwood/_oj-all-components-common.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/redwood/_oj-all-components-notag.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/redwood/_oj-all-components.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/redwood/_oj.redwood.settings.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/redwood/oj.redwood.cssvars.settings.css +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/stable/_oj-all-components-common.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/stable/_oj-all-components-notag.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/stable/_oj-all-components.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/stable/_oj.stable.settings.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/all-components/themes/stable/oj.stable.cssvars.settings.css +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/animation/themes/base/_oj-animation.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/animation/themes/redwood/_oj-animation.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/animation/themes/redwood/_oj-animation.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/animation/themes/redwood/oj-animation.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/animation/themes/stable/_oj-animation.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/animation/themes/stable/_oj-animation.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/animation/themes/stable/oj-animation.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout/themes/base/_oj-app-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout/themes/redwood/_oj-app-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout/themes/redwood/_oj-app-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout/themes/stable/_oj-app-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout/themes/stable/_oj-app-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-hybrid/themes/redwood/_oj-app-layout-hybrid.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-hybrid/themes/redwood/oj-app-layout-hybrid.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-hybrid/themes/stable/_oj-app-layout-hybrid.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-hybrid/themes/stable/oj-app-layout-hybrid.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-web/themes/base/_oj-app-layout-web.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-web/themes/redwood/_oj-app-layout-web.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-web/themes/redwood/oj-app-layout-web.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-web/themes/stable/_oj-app-layout-web.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/app-layout-web/themes/stable/oj-app-layout-web.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/avatar/themes/base/_oj-avatar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/avatar/themes/redwood/_oj-avatar-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/avatar/themes/redwood/_oj-avatar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/avatar/themes/redwood/_oj-avatar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/avatar/themes/redwood/oj-avatar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/avatar/themes/stable/_oj-avatar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/avatar/themes/stable/_oj-avatar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/avatar/themes/stable/oj-avatar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/badge/themes/base/_oj-badge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/badge/themes/redwood/_oj-badge-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/badge/themes/redwood/_oj-badge-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/badge/themes/redwood/_oj-badge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/badge/themes/redwood/oj-badge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/badge/themes/stable/_oj-badge-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/badge/themes/stable/_oj-badge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/badge/themes/stable/oj-badge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/base/_oj-button.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/redwood/_oj-button-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/redwood/_oj-button-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/redwood/_oj-button.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/redwood/oj-button.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/stable/_oj-button-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/stable/_oj-button-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/stable/_oj-button.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/button/themes/stable/oj-button.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset/themes/base/_oj-buttonset.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset/themes/redwood/_oj-buttonset-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset/themes/redwood/_oj-buttonset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset/themes/redwood/_oj-buttonset.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset/themes/stable/_oj-buttonset-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset/themes/stable/_oj-buttonset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset/themes/stable/_oj-buttonset.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset-many/themes/redwood/oj-buttonset-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset-many/themes/stable/oj-buttonset-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset-one/themes/redwood/oj-buttonset-one.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/buttonset-one/themes/stable/oj-buttonset-one.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/chart/themes/base/_oj-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/chart/themes/redwood/_oj-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/chart/themes/redwood/oj-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/chart/themes/stable/_oj-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/chart/themes/stable/oj-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/checkboxset/themes/redwood/_oj-checkboxset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/checkboxset/themes/redwood/oj-checkboxset.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/checkboxset/themes/stable/_oj-checkboxset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/checkboxset/themes/stable/oj-checkboxset.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collapsible/themes/base/_oj-collapsible.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collapsible/themes/redwood/_oj-collapsible.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collapsible/themes/redwood/oj-collapsible.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collapsible/themes/stable/_oj-collapsible.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collapsible/themes/stable/oj-collapsible.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collection/themes/redwood/_oj-collection-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collection/themes/redwood/_oj-collection-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collection/themes/redwood/_oj-collection.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/collection/themes/stable/_oj-collection.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-palette/themes/base/_oj-color-palette.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-palette/themes/redwood/_oj-color-palette.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-palette/themes/redwood/oj-color-palette.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-palette/themes/stable/_oj-color-palette.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-palette/themes/stable/oj-color-palette.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-spectrum/themes/base/_oj-color-spectrum.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-spectrum/themes/redwood/_oj-color-spectrum.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-spectrum/themes/redwood/oj-color-spectrum.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-spectrum/themes/stable/_oj-color-spectrum.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/color-spectrum/themes/stable/oj-color-spectrum.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox/themes/base/_oj-combobox.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox/themes/redwood/_oj-combobox.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox/themes/redwood/_oj-combobox.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox/themes/stable/_oj-combobox.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox/themes/stable/_oj-combobox.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox-many/themes/redwood/oj-combobox-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox-many/themes/stable/oj-combobox-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox-one/themes/redwood/oj-combobox-one.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/combobox-one/themes/stable/oj-combobox-one.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/conveyor-belt/themes/base/_oj-conveyor-belt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/conveyor-belt/themes/redwood/_oj-conveyor-belt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/conveyor-belt/themes/redwood/oj-conveyor-belt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/conveyor-belt/themes/stable/_oj-conveyor-belt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/conveyor-belt/themes/stable/oj-conveyor-belt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/core/themes/redwood/_oj-core-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/core/themes/redwood/_oj-core-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/core/themes/redwood/_oj-core.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/core/themes/stable/_oj-core-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/core/themes/stable/_oj-core-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/core/themes/stable/_oj-core.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/data-grid/themes/redwood/_oj-data-grid-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/data-grid/themes/redwood/_oj-data-grid.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/data-grid/themes/redwood/oj-data-grid.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/data-grid/themes/stable/_oj-data-grid-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/data-grid/themes/stable/_oj-data-grid.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/data-grid/themes/stable/oj-data-grid.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-picker/themes/redwood/oj-date-picker.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-picker/themes/stable/oj-date-picker.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-time-picker/themes/base/_oj-date-time-picker.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-time-picker/themes/redwood/oj-date-time-picker.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-time-picker/themes/stable/_oj-date-time-picker.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-time-picker/themes/stable/_oj-date-time-picker.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/date-time-picker/themes/stable/oj-date-time-picker.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/diagram/themes/base/_oj-diagram.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/diagram/themes/redwood/_oj-diagram.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/diagram/themes/redwood/oj-diagram.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/diagram/themes/stable/_oj-diagram.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/diagram/themes/stable/oj-diagram.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/base/_oj-dialog-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/base/_oj-dialog.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/redwood/_oj-dialog-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/redwood/_oj-dialog-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/redwood/_oj-dialog.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/redwood/_oj-dialog.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/redwood/oj-dialog.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/stable/_oj-dialog-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/stable/_oj-dialog.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/stable/_oj-dialog.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dialog/themes/stable/oj-dialog.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-layout/themes/base/_oj-drawer-layout-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-layout/themes/base/_oj-drawer-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-layout/themes/redwood/_oj-drawer-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-layout/themes/redwood/oj-drawer-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-layout/themes/stable/_oj-drawer-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-layout/themes/stable/oj-drawer-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-popup/themes/base/_oj-drawer-popup-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-popup/themes/base/_oj-drawer-popup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-popup/themes/redwood/_oj-drawer-popup.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-popup/themes/redwood/oj-drawer-popup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-popup/themes/stable/_oj-drawer-popup.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/drawer-popup/themes/stable/oj-drawer-popup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dvt/themes/base/_oj-dvt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dvt/themes/redwood/_oj-dvt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dvt/themes/redwood/_oj-dvt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dvt/themes/stable/_oj-dvt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/dvt/themes/stable/_oj-dvt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/file-picker/themes/base/_oj-file-picker.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/file-picker/themes/redwood/_oj-file-picker.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/file-picker/themes/redwood/oj-file-picker.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/file-picker/themes/stable/_oj-file-picker.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/file-picker/themes/stable/oj-file-picker.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/film-strip/themes/base/_oj-film-strip.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/film-strip/themes/redwood/_oj-film-strip.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/film-strip/themes/redwood/oj-film-strip.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/film-strip/themes/stable/_oj-film-strip.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/film-strip/themes/stable/oj-film-strip.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/flex/themes/base/_oj-flex.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/flex/themes/redwood/oj-flex.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/flex/themes/stable/oj-flex.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/base/_oj-form-control.mixins.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/base/_oj-form-control.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/base/_oj-messaging.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/redwood/_oj-form-control.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/redwood/_oj-form-control.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/redwood/_oj-messaging.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/redwood/_oj-messaging.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/stable/_oj-form-control.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/stable/_oj-form-control.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/stable/_oj-messaging.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-control/themes/stable/_oj-messaging.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-layout/themes/base/_oj-form-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-layout/themes/redwood/_oj-form-layout-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-layout/themes/redwood/_oj-form-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-layout/themes/redwood/_oj-form-layout.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-layout/themes/redwood/oj-form-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-layout/themes/stable/_oj-form-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-layout/themes/stable/_oj-form-layout.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/form-layout/themes/stable/oj-form-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gantt/themes/base/_oj-gantt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gantt/themes/redwood/_oj-gantt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gantt/themes/redwood/oj-gantt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gantt/themes/stable/_oj-gantt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gantt/themes/stable/oj-gantt.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gauge/themes/base/_oj-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gauge/themes/redwood/_oj-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gauge/themes/redwood/oj-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gauge/themes/stable/_oj-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/gauge/themes/stable/oj-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/grid/themes/base/_oj-grid.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/grid/themes/redwood/oj-grid.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/grid/themes/stable/oj-grid.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/base/_oj-helpers-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/base/_oj-responsive-helpers.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/redwood/_oj-theme.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/redwood/oj-helpers.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/redwood/oj-responsive.helpers.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/stable/_oj-theme.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/stable/oj-helpers.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/helpers/themes/stable/oj-responsive.helpers.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/highlight-text/themes/base/_oj-highlight-text.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/highlight-text/themes/redwood/oj-highlight-text.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/highlight-text/themes/stable/oj-highlight-text.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icon-circle/themes/base/_oj-icon-circle.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icon-circle/themes/redwood/_oj-icon-circle-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icon-circle/themes/redwood/_oj-icon-circle.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icon-circle/themes/redwood/oj-icon-circle.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/base/_oj-icons.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/redwood/_oj-icon-font.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/redwood/_oj-icons-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/redwood/_oj-icons.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/redwood/oj-icons.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/stable/_oj-icon-font.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/stable/_oj-icons-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/stable/_oj-icons.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/icons/themes/stable/oj-icons.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/indexer/themes/base/_oj-indexer.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/indexer/themes/redwood/_oj-indexer.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/indexer/themes/redwood/oj-indexer.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/indexer/themes/stable/_oj-indexer.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/indexer/themes/stable/oj-indexer.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-date/themes/redwood/oj-input-date.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-date/themes/stable/oj-input-date.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-date-time/themes/redwood/oj-input-date-time.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-date-time/themes/stable/oj-input-date-time.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-number/themes/base/_oj-input-number.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-number/themes/redwood/_oj-input-number.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-number/themes/redwood/oj-input-number.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-number/themes/stable/_oj-input-number.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-number/themes/stable/oj-input-number.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-password/themes/redwood/oj-input-password.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-password/themes/stable/oj-input-password.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-search/themes/base/_oj-input-search.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-search/themes/redwood/_oj-input-search-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-search/themes/redwood/_oj-input-search.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-search/themes/redwood/_oj-input-search.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-search/themes/stable/_oj-input-search-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-search/themes/stable/_oj-input-search.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-search/themes/stable/_oj-input-search.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-text/themes/base/_oj-input-text.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-text/themes/redwood/_oj-input-text.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-text/themes/redwood/oj-input-text.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-text/themes/stable/_oj-input-text.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-text/themes/stable/oj-input-text.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-time/themes/redwood/oj-input-time.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/input-time/themes/stable/oj-input-time.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label/themes/base/_oj-label.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label/themes/redwood/_oj-label-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label/themes/redwood/_oj-label.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label/themes/redwood/oj-label.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label/themes/stable/_oj-label-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label/themes/stable/_oj-label.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label/themes/stable/oj-label.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label-value/themes/base/_oj-label-value.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label-value/themes/redwood/_oj-label-value.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/label-value/themes/stable/_oj-label-value.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/led-gauge/themes/base/_oj-led-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/led-gauge/themes/redwood/_oj-led-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/led-gauge/themes/redwood/oj-led-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/led-gauge/themes/stable/_oj-led-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/led-gauge/themes/stable/oj-led-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/legend/themes/base/_oj-legend.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/legend/themes/redwood/_oj-legend.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/legend/themes/redwood/oj-legend.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/legend/themes/stable/_oj-legend.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/legend/themes/stable/oj-legend.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-box/themes/base/_oj-list-box.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-box/themes/redwood/_oj-list-box.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-box/themes/redwood/_oj-list-box.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-box/themes/stable/_oj-list-box.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-box/themes/stable/_oj-list-box.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-item-layout/themes/base/_oj-list-item-layout.scoped.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-item-layout/themes/base/_oj-list-item-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-item-layout/themes/redwood/_oj-list-item-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-item-layout/themes/redwood/oj-list-item-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-item-layout/themes/stable/_oj-list-item-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-item-layout/themes/stable/oj-list-item-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-view/themes/base/_oj-list-view.scoped.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-view/themes/base/_oj-list-view.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-view/themes/redwood/_oj-list-view-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-view/themes/redwood/_oj-list-view.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-view/themes/redwood/oj-list-view.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-view/themes/stable/_oj-list-view.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/list-view/themes/stable/oj-list-view.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/masonry-layout/themes/base/_oj-masonry-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/masonry-layout/themes/redwood/oj-masonry-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/masonry-layout/themes/stable/_oj-masonry-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/masonry-layout/themes/stable/_oj-masonry-layout.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/masonry-layout/themes/stable/oj-masonry-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu/themes/base/_oj-menu.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu/themes/redwood/_oj-menu.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu/themes/redwood/oj-menu.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu/themes/stable/_oj-menu.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu/themes/stable/oj-menu.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-button/themes/base/_oj-menu-button.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-button/themes/redwood/_oj-menu-button.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-button/themes/redwood/_oj-menu-button.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-button/themes/redwood/oj-menu-button.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-button/themes/stable/_oj-menu-button.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-button/themes/stable/_oj-menu-button.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-button/themes/stable/oj-menu-button.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-select-many/themes/base/_oj-menu-select-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-select-many/themes/redwood/_oj-menu-select-many.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-select-many/themes/redwood/oj-menu-select-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-select-many/themes/stable/_oj-menu-select-many.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/menu-select-many/themes/stable/oj-menu-select-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/base/_oj-message.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/redwood/_oj-message-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/redwood/_oj-message.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/redwood/_oj-message.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/redwood/oj-message.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/stable/_oj-message-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/stable/_oj-message.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/stable/_oj-message.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message/themes/stable/oj-message.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message-banner/themes/base/_oj-message-banner.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message-banner/themes/redwood/_oj-message-banner-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message-banner/themes/redwood/_oj-message-banner.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message-banner/themes/redwood/_oj-message-banner.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message-banner/themes/stable/_oj-message-banner-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message-banner/themes/stable/_oj-message-banner.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/message-banner/themes/stable/_oj-message-banner.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/messages/themes/base/_oj-messages.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/messages/themes/redwood/_oj-messages.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/messages/themes/redwood/_oj-messages.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/messages/themes/redwood/oj-messages.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/messages/themes/stable/_oj-messages.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/messages/themes/stable/_oj-messages.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/messages/themes/stable/oj-messages.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/module/themes/base/_oj-module.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/module/themes/redwood/oj-module.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/module/themes/stable/oj-module.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/n-box/themes/base/_oj-n-box.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/n-box/themes/redwood/_oj-n-box.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/n-box/themes/redwood/oj-n-box.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/n-box/themes/stable/_oj-n-box.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/n-box/themes/stable/oj-n-box.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/navigation-list/themes/base/_oj-navigation-list.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/navigation-list/themes/redwood/_oj-navigation-list-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/navigation-list/themes/redwood/_oj-navigation-list.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/navigation-list/themes/redwood/oj-navigation-list.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/navigation-list/themes/stable/_oj-navigation-list-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/navigation-list/themes/stable/_oj-navigation-list.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/navigation-list/themes/stable/oj-navigation-list.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/off-canvas/themes/base/_oj-off-canvas.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/off-canvas/themes/redwood/_oj-off-canvas.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/off-canvas/themes/redwood/oj-off-canvas.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/off-canvas/themes/stable/_oj-off-canvas.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/off-canvas/themes/stable/oj-off-canvas.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/optgroup/themes/base/_oj-optgroup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/optgroup/themes/redwood/oj-optgroup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/optgroup/themes/stable/oj-optgroup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/option/themes/base/_oj-option.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/option/themes/redwood/oj-option.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/option/themes/stable/oj-option.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/paging-control/themes/base/_oj-paging-control.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/paging-control/themes/redwood/_oj-paging-control.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/paging-control/themes/redwood/oj-paging-control.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/paging-control/themes/stable/_oj-paging-control.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/paging-control/themes/stable/oj-paging-control.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/palette/themes/redwood/_oj-palette-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/palette/themes/redwood/_oj-palette.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/palette/themes/stable/_oj-palette.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/panel/themes/base/_oj-panel-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/panel/themes/base/_oj-panel.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/panel/themes/redwood/_oj-panel-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/panel/themes/redwood/_oj-panel.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/panel/themes/redwood/oj-panel.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/panel/themes/stable/_oj-panel-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/panel/themes/stable/_oj-panel.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/panel/themes/stable/oj-panel.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/picto-chart/themes/base/_oj-picto-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/picto-chart/themes/redwood/_oj-picto-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/picto-chart/themes/redwood/oj-picto-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/picto-chart/themes/stable/_oj-picto-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/picto-chart/themes/stable/oj-picto-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/base/_oj-layer.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/base/_oj-popup-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/base/_oj-popup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/redwood/_oj-layer.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/redwood/_oj-popup-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/redwood/_oj-popup.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/redwood/oj-popup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/stable/_oj-layer.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/stable/_oj-popup.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/popup/themes/stable/oj-popup.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-bar/themes/base/_oj-progress-bar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-bar/themes/redwood/_oj-progress-bar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-bar/themes/redwood/_oj-progress-bar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-bar/themes/redwood/oj-progress-bar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-bar/themes/stable/_oj-progress-bar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-bar/themes/stable/_oj-progress-bar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-bar/themes/stable/oj-progress-bar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-circle/themes/base/_oj-progress-circle.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-circle/themes/redwood/_oj-progress-circle-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-circle/themes/redwood/_oj-progress-circle.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-circle/themes/redwood/oj-progress-circle.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-circle/themes/stable/_oj-progress-circle-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-circle/themes/stable/_oj-progress-circle.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/progress-circle/themes/stable/oj-progress-circle.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radio-checkbox/themes/base/_oj-radiocheckbox.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radioset/themes/redwood/_oj-radioset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radioset/themes/redwood/oj-radioset.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radioset/themes/stable/_oj-radioset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/radioset/themes/stable/oj-radioset.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rangeslider/themes/redwood/_oj-rangeslider.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rangeslider/themes/redwood/oj-rangeslider.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rangeslider/themes/stable/_oj-rangeslider.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rangeslider/themes/stable/oj-rangeslider.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rating-gauge/themes/base/_oj-rating-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rating-gauge/themes/redwood/_oj-rating-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rating-gauge/themes/redwood/oj-rating-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rating-gauge/themes/stable/_oj-rating-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/rating-gauge/themes/stable/oj-rating-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/refresher/themes/base/_oj-refresher.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/refresher/themes/redwood/_oj-refresher.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/refresher/themes/redwood/_oj-refresher.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/refresher/themes/redwood/oj-refresher.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/refresher/themes/stable/_oj-refresher.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/refresher/themes/stable/_oj-refresher.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/refresher/themes/stable/oj-refresher.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/resizable/themes/base/_oj-resizable.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/resizable/themes/redwood/_oj-resizable.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/resizable/themes/stable/_oj-resizable.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/row-expander/themes/base/_oj-row-expander.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/row-expander/themes/redwood/_oj-row-expander.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/row-expander/themes/redwood/oj-row-expander.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/row-expander/themes/stable/_oj-row-expander.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/row-expander/themes/stable/oj-row-expander.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/scrollbar/themes/base/_oj-scrollbar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/scrollbar/themes/redwood/_oj-scrollbar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/scrollbar/themes/redwood/_oj-scrollbar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/scrollbar/themes/redwood/_oj-scrollbar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/scrollbar/themes/stable/_oj-scrollbar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/scrollbar/themes/stable/_oj-scrollbar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/scrollbar/themes/stable/_oj-scrollbar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select/themes/base/_oj-select.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select/themes/redwood/_oj-select.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select/themes/redwood/_oj-select.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select/themes/stable/_oj-select.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select/themes/stable/_oj-select.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-many/themes/redwood/oj-select-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-many/themes/stable/oj-select-many.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-one/themes/redwood/oj-select-one.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-original/themes/base/_oj-select-original.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-original/themes/redwood/_oj-select-original.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-original/themes/redwood/_oj-select-original.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-original/themes/stable/_oj-select-original.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-original/themes/stable/_oj-select-original.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-single/themes/base/_oj-select-single.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-single/themes/redwood/oj-select-single.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/select-single/themes/stable/oj-select-single.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/selector/themes/base/_oj-selector.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/selector/themes/redwood/_oj-selector.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/selector/themes/redwood/oj-selector.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/selector/themes/stable/_oj-selector.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/selector/themes/stable/oj-selector.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/slider/themes/base/_oj-slider.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/slider/themes/redwood/_oj-slider.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/slider/themes/redwood/oj-slider.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/slider/themes/stable/_oj-slider.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/slider/themes/stable/oj-slider.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/spark-chart/themes/base/_oj-spark-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/spark-chart/themes/redwood/_oj-spark-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/spark-chart/themes/redwood/oj-spark-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/spark-chart/themes/stable/_oj-spark-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/spark-chart/themes/stable/oj-spark-chart.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/status-meter-gauge/themes/base/_oj-status-meter-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/status-meter-gauge/themes/redwood/_oj-status-meter-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/status-meter-gauge/themes/redwood/oj-status-meter-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/status-meter-gauge/themes/stable/_oj-status-meter-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/status-meter-gauge/themes/stable/oj-status-meter-gauge.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/stream-list/themes/base/_oj-stream-list.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/stream-list/themes/redwood/_oj-stream-list.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/stream-list/themes/redwood/_oj-stream-list.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/stream-list/themes/redwood/oj-stream-list.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/stream-list/themes/stable/_oj-stream-list.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/stream-list/themes/stable/_oj-stream-list.servervars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/stream-list/themes/stable/oj-stream-list.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/sunburst/themes/base/_oj-sunburst.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/sunburst/themes/redwood/_oj-sunburst.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/sunburst/themes/redwood/oj-sunburst.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/sunburst/themes/stable/_oj-sunburst.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/sunburst/themes/stable/oj-sunburst.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/swipe-actions/themes/base/_oj-swipe-actions.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/swipe-actions/themes/redwood/_oj-swipe-actions.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/swipe-actions/themes/redwood/oj-swipe-actions.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/swipe-actions/themes/stable/_oj-swipe-actions.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/swipe-actions/themes/stable/oj-swipe-actions.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/switch/themes/base/_oj-switch.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/switch/themes/redwood/_oj-switch.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/switch/themes/redwood/oj-switch.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/switch/themes/stable/_oj-switch.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/switch/themes/stable/oj-switch.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/switcher/themes/base/_oj-switcher.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/switcher/themes/redwood/oj-switcher.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/switcher/themes/stable/oj-switcher.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tab-bar/themes/base/_oj-tab-bar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tab-bar/themes/redwood/_oj-tab-bar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tab-bar/themes/redwood/_oj-tab-bar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tab-bar/themes/redwood/oj-tab-bar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tab-bar/themes/stable/_oj-tab-bar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tab-bar/themes/stable/_oj-tab-bar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tab-bar/themes/stable/oj-tab-bar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/table/themes/redwood/_oj-table-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/table/themes/redwood/_oj-table.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/table/themes/redwood/oj-table.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/table/themes/stable/_oj-table-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/table/themes/stable/_oj-table.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/table/themes/stable/oj-table.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tag-cloud/themes/base/_oj-tag-cloud.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tag-cloud/themes/redwood/_oj-tag-cloud.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tag-cloud/themes/redwood/oj-tag-cloud.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tag-cloud/themes/stable/_oj-tag-cloud.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tag-cloud/themes/stable/oj-tag-cloud.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/base/_oj-notags-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/base/_oj-notags.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/base/_oj-tags-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/base/_oj-tags.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/redwood/_oj-tags-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/redwood/_oj-tags.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/redwood/oj-notags.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/redwood/oj-tags.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/stable/_oj-tags-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/stable/_oj-tags.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/stable/oj-notags.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tags/themes/stable/oj-tags.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-area/themes/base/_oj-text-area.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-area/themes/redwood/_oj-text-area.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-area/themes/redwood/oj-text-area.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-area/themes/stable/_oj-text-area.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-area/themes/stable/oj-text-area.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-field/themes/base/_oj-text-field.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-field/themes/redwood/_oj-text-field-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-field/themes/redwood/_oj-text-field-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-field/themes/redwood/_oj-text-field.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-field/themes/stable/_oj-text-field-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/text-field/themes/stable/_oj-text-field.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/thematic-map/themes/base/_oj-thematic-map.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/thematic-map/themes/redwood/_oj-thematic-map.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/thematic-map/themes/redwood/oj-thematic-map.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/thematic-map/themes/stable/_oj-thematic-map.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/thematic-map/themes/stable/oj-thematic-map.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/time-axis/themes/base/_oj-time-axis.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/time-axis/themes/redwood/_oj-time-axis.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/time-axis/themes/redwood/oj-time-axis.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/time-axis/themes/stable/_oj-time-axis.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/time-axis/themes/stable/oj-time-axis.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/timeline/themes/base/_oj-timeline.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/timeline/themes/redwood/_oj-timeline-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/timeline/themes/redwood/_oj-timeline.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/timeline/themes/redwood/oj-timeline.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/timeline/themes/stable/_oj-timeline-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/timeline/themes/stable/_oj-timeline.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/timeline/themes/stable/oj-timeline.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/toolbar/themes/base/_oj-toolbar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/toolbar/themes/redwood/_oj-toolbar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/toolbar/themes/redwood/oj-toolbar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/toolbar/themes/stable/_oj-toolbar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/toolbar/themes/stable/oj-toolbar.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tooltip/themes/base/_oj-tooltip.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tooltip/themes/redwood/_oj-tooltip.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tooltip/themes/redwood/oj-tooltip.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tooltip/themes/stable/_oj-tooltip.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tooltip/themes/stable/oj-tooltip.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/train/themes/base/_oj-train.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/train/themes/redwood/_oj-train-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/train/themes/redwood/_oj-train.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/train/themes/redwood/oj-train.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/train/themes/stable/_oj-train.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/train/themes/stable/oj-train.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tree-view/themes/base/_oj-tree-view.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tree-view/themes/redwood/_oj-tree-view.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tree-view/themes/redwood/oj-tree-view.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tree-view/themes/stable/_oj-tree-view.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/tree-view/themes/stable/oj-tree-view.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/treemap/themes/base/_oj-treemap.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/treemap/themes/redwood/_oj-treemap.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/treemap/themes/redwood/oj-treemap.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/treemap/themes/stable/_oj-treemap.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/treemap/themes/stable/oj-treemap.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/typography/themes/base/_oj-typography.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/typography/themes/redwood/_oj-typography-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/typography/themes/redwood/_oj-typography-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/typography/themes/redwood/_oj-typography.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/typography/themes/redwood/oj-typography.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/typography/themes/stable/_oj-typography-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/typography/themes/stable/_oj-typography.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/typography/themes/stable/oj-typography.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/utilities/_oj.utilities.bidi.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/utilities/_oj.utilities.icons.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/utilities/_oj.utilities.json.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/utilities/_oj.utilities.masonrylayout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/utilities/_oj.utilities.modules.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/validation-group/themes/base/_oj-validation-group.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/validation-group/themes/redwood/oj-validation-group.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/validation-group/themes/stable/oj-validation-group.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/waterfall-layout/themes/base/_oj-waterfall-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/waterfall-layout/themes/redwood/_oj-waterfall-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/waterfall-layout/themes/redwood/oj-waterfall-layout.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/waterfall-layout/themes/stable/_oj-waterfall-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{15.0.7 → 15.1.1}/oj/waterfall-layout/themes/stable/oj-waterfall-layout.scss +0 -0
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* as shown at https://oss.oracle.com/licenses/upl/
|
|
6
6
|
* @ignore
|
|
7
7
|
*/
|
|
8
|
-
define(["exports"],function(t){"use strict";var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},e(t,r)};function r(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function i(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(i.prototype=r.prototype,new i)}var i=function(){return i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var h in e=arguments[r])Object.prototype.hasOwnProperty.call(e,h)&&(t[h]=e[h]);return t},i.apply(this,arguments)};Object.create;function h(t,e,r){if(r||2===arguments.length)for(var i,h=0,n=e.length;h<n;h++)!i&&h in e||(i||(i=Array.prototype.slice.call(e,0,h)),i[h]=e[h]);return t.concat(i||Array.prototype.slice.call(e))}var n,o,s;Object.create;function a(t){return t.type===o.literal}function u(t){return t.type===o.argument}function l(t){return t.type===o.number}function c(t){return t.type===o.date}function E(t){return t.type===o.time}function p(t){return t.type===o.select}function f(t){return t.type===o.plural}function b(t){return t.type===o.pound}function H(t){return t.type===o.tag}function B(t){return!(!t||"object"!=typeof t||t.type!==s.number)}function T(t){return!(!t||"object"!=typeof t||t.type!==s.dateTime)}!function(t){t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",t[t.INVALID_TAG=23]="INVALID_TAG",t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(n||(n={})),function(t){t[t.literal=0]="literal",t[t.argument=1]="argument",t[t.number=2]="number",t[t.date=3]="date",t[t.time=4]="time",t[t.select=5]="select",t[t.plural=6]="plural",t[t.pound=7]="pound",t[t.tag=8]="tag"}(o||(o={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(s||(s={}));var m=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,_=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function A(t){var e={};return t.replace(_,function(t){var r=t.length;switch(t[0]){case"G":e.era=4===r?"long":5===r?"narrow":"short";break;case"y":e.year=2===r?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":e.month=["numeric","2-digit","short","long","narrow"][r-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":e.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":e.weekday=4===r?"short":5===r?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][r-4];break;case"a":e.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":e.hourCycle="h12",e.hour=["numeric","2-digit"][r-1];break;case"H":e.hourCycle="h23",e.hour=["numeric","2-digit"][r-1];break;case"K":e.hourCycle="h11",e.hour=["numeric","2-digit"][r-1];break;case"k":e.hourCycle="h24",e.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":e.minute=["numeric","2-digit"][r-1];break;case"s":e.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":e.timeZoneName=r<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),e}var g=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function v(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");for(var e=[],r=0,i=t.split(g).filter(function(t){return t.length>0});r<i.length;r++){var h=i[r].split("/");if(0===h.length)throw new Error("Invalid number skeleton");for(var n=h[0],o=h.slice(1),s=0,a=o;s<a.length;s++){if(0===a[s].length)throw new Error("Invalid number skeleton")}e.push({stem:n,options:o})}return e}var P=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,y=/^(@+)?(\+|#+)?[rs]?$/g,L=/(\*)(0+)|(#+)(0+)|(0+)/g,S=/^(0+)$/;function N(t){var e={};return"r"===t[t.length-1]?e.roundingPriority="morePrecision":"s"===t[t.length-1]&&(e.roundingPriority="lessPrecision"),t.replace(y,function(t,r,i){return"string"!=typeof i?(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length):"+"===i?e.minimumSignificantDigits=r.length:"#"===r[0]?e.maximumSignificantDigits=r.length:(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length+("string"==typeof i?i.length:0)),""}),e}function C(t){switch(t){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function I(t){var e;if("E"===t[0]&&"E"===t[1]?(e={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(e={notation:"scientific"},t=t.slice(1)),e){var r=t.slice(0,2);if("+!"===r?(e.signDisplay="always",t=t.slice(2)):"+?"===r&&(e.signDisplay="exceptZero",t=t.slice(2)),!S.test(t))throw new Error("Malformed concise eng/scientific notation");e.minimumIntegerDigits=t.length}return e}function d(t){var e=C(t);return e||{}}function R(t){for(var e={},r=0,h=t;r<h.length;r++){var n=h[r];switch(n.stem){case"percent":case"%":e.style="percent";continue;case"%x100":e.style="percent",e.scale=100;continue;case"currency":e.style="currency",e.currency=n.options[0];continue;case"group-off":case",_":e.useGrouping=!1;continue;case"precision-integer":case".":e.maximumFractionDigits=0;continue;case"measure-unit":case"unit":e.style="unit",e.unit=n.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":e.notation="compact",e.compactDisplay="short";continue;case"compact-long":case"KK":e.notation="compact",e.compactDisplay="long";continue;case"scientific":e=i(i(i({},e),{notation:"scientific"}),n.options.reduce(function(t,e){return i(i({},t),d(e))},{}));continue;case"engineering":e=i(i(i({},e),{notation:"engineering"}),n.options.reduce(function(t,e){return i(i({},t),d(e))},{}));continue;case"notation-simple":e.notation="standard";continue;case"unit-width-narrow":e.currencyDisplay="narrowSymbol",e.unitDisplay="narrow";continue;case"unit-width-short":e.currencyDisplay="code",e.unitDisplay="short";continue;case"unit-width-full-name":e.currencyDisplay="name",e.unitDisplay="long";continue;case"unit-width-iso-code":e.currencyDisplay="symbol";continue;case"scale":e.scale=parseFloat(n.options[0]);continue;case"integer-width":if(n.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");n.options[0].replace(L,function(t,r,i,h,n,o){if(r)e.minimumIntegerDigits=i.length;else{if(h&&n)throw new Error("We currently do not support maximum integer digits");if(o)throw new Error("We currently do not support exact integer digits")}return""});continue}if(S.test(n.stem))e.minimumIntegerDigits=n.stem.length;else if(P.test(n.stem)){if(n.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");n.stem.replace(P,function(t,r,i,h,n,o){return"*"===i?e.minimumFractionDigits=r.length:h&&"#"===h[0]?e.maximumFractionDigits=h.length:n&&o?(e.minimumFractionDigits=n.length,e.maximumFractionDigits=n.length+o.length):(e.minimumFractionDigits=r.length,e.maximumFractionDigits=r.length),""});var o=n.options[0];"w"===o?e=i(i({},e),{trailingZeroDisplay:"stripIfInteger"}):o&&(e=i(i({},e),N(o)))}else if(y.test(n.stem))e=i(i({},e),N(n.stem));else{var s=C(n.stem);s&&(e=i(i({},e),s));var a=I(n.stem);a&&(e=i(i({},e),a))}}return e}var M,O={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function U(t){var e=t.hourCycle;if(void 0===e&&t.hourCycles&&t.hourCycles.length&&(e=t.hourCycles[0]),e)switch(e){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,i=t.language;return"root"!==i&&(r=t.maximize().region),(O[r||""]||O[i||""]||O["".concat(i,"-001")]||O["001"])[0]}var G=new RegExp("^".concat(m.source,"*")),D=new RegExp("".concat(m.source,"*$"));function F(t,e){return{start:t,end:e}}var w=!!String.prototype.startsWith,k=!!String.fromCodePoint,V=!!Object.fromEntries,X=!!String.prototype.codePointAt,K=!!String.prototype.trimStart,Y=!!String.prototype.trimEnd,x=!!Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},j=!0;try{j="a"===(null===(M=tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===M?void 0:M[0])}catch(t){j=!1}var Z,W=w?function(t,e,r){return t.startsWith(e,r)}:function(t,e,r){return t.slice(r,r+e.length)===e},Q=k?String.fromCodePoint:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r,i="",h=t.length,n=0;h>n;){if((r=t[n++])>1114111)throw RangeError(r+" is not a valid code point");i+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return i},J=V?Object.fromEntries:function(t){for(var e={},r=0,i=t;r<i.length;r++){var h=i[r],n=h[0],o=h[1];e[n]=o}return e},z=X?function(t,e){return t.codePointAt(e)}:function(t,e){var r=t.length;if(!(e<0||e>=r)){var i,h=t.charCodeAt(e);return h<55296||h>56319||e+1===r||(i=t.charCodeAt(e+1))<56320||i>57343?h:i-56320+(h-55296<<10)+65536}},q=K?function(t){return t.trimStart()}:function(t){return t.replace(G,"")},$=Y?function(t){return t.trimEnd()}:function(t){return t.replace(D,"")};function tt(t,e){return new RegExp(t,e)}if(j){var et=tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Z=function(t,e){var r;return et.lastIndex=e,null!==(r=et.exec(t)[1])&&void 0!==r?r:""}}else Z=function(t,e){for(var r=[];;){var i=z(t,e);if(void 0===i||ht(i)||nt(i))break;r.push(i),e+=i>=65536?2:1}return Q.apply(void 0,r)};var rt=function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,e,r){for(var i=[];!this.isEOF();){var h=this.char();if(123===h){if((s=this.parseArgument(t,r)).err)return s;i.push(s.val)}else{if(125===h&&t>0)break;if(35!==h||"plural"!==e&&"selectordinal"!==e){if(60===h&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(n.UNMATCHED_CLOSING_TAG,F(this.clonePosition(),this.clonePosition()))}if(60===h&&!this.ignoreTag&&it(this.peek()||0)){if((s=this.parseTag(t,e)).err)return s;i.push(s.val)}else{var s;if((s=this.parseLiteral(t,e)).err)return s;i.push(s.val)}}else{var a=this.clonePosition();this.bump(),i.push({type:o.pound,location:F(a,this.clonePosition())})}}}return{val:i,err:null}},t.prototype.parseTag=function(t,e){var r=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:o.literal,value:"<".concat(i,"/>"),location:F(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var h=this.parseMessage(t+1,e,!0);if(h.err)return h;var s=h.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!it(this.char()))return this.error(n.INVALID_TAG,F(a,this.clonePosition()));var u=this.clonePosition();return i!==this.parseTagName()?this.error(n.UNMATCHED_CLOSING_TAG,F(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:o.tag,value:i,children:s,location:F(r,this.clonePosition())},err:null}:this.error(n.INVALID_TAG,F(a,this.clonePosition())))}return this.error(n.UNCLOSED_TAG,F(r,this.clonePosition()))}return this.error(n.INVALID_TAG,F(r,this.clonePosition()))},t.prototype.parseTagName=function(){var t,e=this.offset();for(this.bump();!this.isEOF()&&(45===(t=this.char())||46===t||t>=48&&t<=57||95===t||t>=97&&t<=122||t>=65&&t<=90||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039);)this.bump();return this.message.slice(e,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),i="";;){var h=this.tryParseQuote(e);if(h)i+=h;else{var n=this.tryParseUnquoted(t,e);if(n)i+=n;else{var s=this.tryParseLeftAngleBracket();if(!s)break;i+=s}}}var a=F(r,this.clonePosition());return{val:{type:o.literal,value:i,location:a},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(it(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t},t.prototype.tryParseQuote=function(t){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();var e=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}e.push(39),this.bump()}else e.push(r);this.bump()}return Q.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===e||"selectordinal"===e)||125===r&&t>0?null:(this.bump(),Q(r))},t.prototype.parseArgument=function(t,e){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,F(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(n.EMPTY_ARGUMENT,F(r,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(n.MALFORMED_ARGUMENT,F(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,F(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:o.argument,value:i,location:F(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,F(r,this.clonePosition())):this.parseArgumentOptions(t,e,i,r);default:return this.error(n.MALFORMED_ARGUMENT,F(r,this.clonePosition()))}},t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=Z(this.message,e),i=e+r.length;return this.bumpTo(i),{value:r,location:F(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,h){var a,u=this.clonePosition(),l=this.parseIdentifierIfPossible().value,c=this.clonePosition();switch(l){case"":return this.error(n.EXPECT_ARGUMENT_TYPE,F(u,c));case"number":case"date":case"time":this.bumpSpace();var E=null;if(this.bumpIf(",")){this.bumpSpace();var p=this.clonePosition();if((g=this.parseSimpleArgStyleIfPossible()).err)return g;if(0===(B=$(g.val)).length)return this.error(n.EXPECT_ARGUMENT_STYLE,F(this.clonePosition(),this.clonePosition()));E={style:B,styleLocation:F(p,this.clonePosition())}}if((v=this.tryParseArgumentClose(h)).err)return v;var f=F(h,this.clonePosition());if(E&&W(null==E?void 0:E.style,"::",0)){var b=q(E.style.slice(2));if("number"===l)return(g=this.parseNumberSkeletonFromString(b,E.styleLocation)).err?g:{val:{type:o.number,value:r,location:f,style:g.val},err:null};if(0===b.length)return this.error(n.EXPECT_DATE_TIME_SKELETON,f);var H=b;this.locale&&(H=function(t,e){for(var r="",i=0;i<t.length;i++){var h=t.charAt(i);if("j"===h){for(var n=0;i+1<t.length&&t.charAt(i+1)===h;)n++,i++;var o=1+(1&n),s=n<2?1:3+(n>>1),a=U(e);for("H"!=a&&"k"!=a||(s=0);s-- >0;)r+="a";for(;o-- >0;)r=a+r}else r+="J"===h?"H":h}return r}(b,this.locale));var B={type:s.dateTime,pattern:H,location:E.styleLocation,parsedOptions:this.shouldParseSkeletons?A(H):{}};return{val:{type:"date"===l?o.date:o.time,value:r,location:f,style:B},err:null}}return{val:{type:"number"===l?o.number:"date"===l?o.date:o.time,value:r,location:f,style:null!==(a=null==E?void 0:E.style)&&void 0!==a?a:null},err:null};case"plural":case"selectordinal":case"select":var T=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(n.EXPECT_SELECT_ARGUMENT_OPTIONS,F(T,i({},T)));this.bumpSpace();var m=this.parseIdentifierIfPossible(),_=0;if("select"!==l&&"offset"===m.value){if(!this.bumpIf(":"))return this.error(n.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,F(this.clonePosition(),this.clonePosition()));var g;if(this.bumpSpace(),(g=this.tryParseDecimalInteger(n.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,n.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return g;this.bumpSpace(),m=this.parseIdentifierIfPossible(),_=g.val}var v,P=this.tryParsePluralOrSelectOptions(t,l,e,m);if(P.err)return P;if((v=this.tryParseArgumentClose(h)).err)return v;var y=F(h,this.clonePosition());return"select"===l?{val:{type:o.select,value:r,options:J(P.val),location:y},err:null}:{val:{type:o.plural,value:r,options:J(P.val),offset:_,pluralType:"plural"===l?"cardinal":"ordinal",location:y},err:null};default:return this.error(n.INVALID_ARGUMENT_TYPE,F(u,c))}},t.prototype.tryParseArgumentClose=function(t){return this.isEOF()||125!==this.char()?this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,F(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(n.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,F(r,this.clonePosition()));this.bump();break;case 123:t+=1,this.bump();break;case 125:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var r=[];try{r=v(t)}catch(t){return this.error(n.INVALID_NUMBER_SKELETON,e)}return{val:{type:s.number,tokens:r,location:e,parsedOptions:this.shouldParseSkeletons?R(r):{}},err:null}},t.prototype.tryParsePluralOrSelectOptions=function(t,e,r,i){for(var h,o=!1,s=[],a=new Set,u=i.value,l=i.location;;){if(0===u.length){var c=this.clonePosition();if("select"===e||!this.bumpIf("="))break;var E=this.tryParseDecimalInteger(n.EXPECT_PLURAL_ARGUMENT_SELECTOR,n.INVALID_PLURAL_ARGUMENT_SELECTOR);if(E.err)return E;l=F(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}if(a.has(u))return this.error("select"===e?n.DUPLICATE_SELECT_ARGUMENT_SELECTOR:n.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);"other"===u&&(o=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?n.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:n.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,F(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(t+1,e,r);if(f.err)return f;var b=this.tryParseArgumentClose(p);if(b.err)return b;s.push([u,{value:f.val,location:F(p,this.clonePosition())}]),a.add(u),this.bumpSpace(),u=(h=this.parseIdentifierIfPossible()).value,l=h.location}return 0===s.length?this.error("select"===e?n.EXPECT_SELECT_ARGUMENT_SELECTOR:n.EXPECT_PLURAL_ARGUMENT_SELECTOR,F(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(n.MISSING_OTHER_CLAUSE,F(this.clonePosition(),this.clonePosition())):{val:s,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){var r=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var h=!1,n=0;!this.isEOF();){var o=this.char();if(!(o>=48&&o<=57))break;h=!0,n=10*n+(o-48),this.bump()}var s=F(i,this.clonePosition());return h?x(n*=r)?{val:n,err:null}:this.error(e,s):this.error(t,s)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=z(this.message,t);if(void 0===e)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return e},t.prototype.error=function(t,e){return{val:null,err:{kind:t,message:this.message,location:e}}},t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},t.prototype.bumpIf=function(t){if(W(this.message,t,this.offset())){for(var e=0;e<t.length;e++)this.bump();return!0}return!1},t.prototype.bumpUntil=function(t){var e=this.offset(),r=this.message.indexOf(t,e);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var e=this.offset();if(e===t)break;if(e>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},t.prototype.bumpSpace=function(){for(;!this.isEOF()&&ht(this.char());)this.bump()},t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),r=this.message.charCodeAt(e+(t>=65536?2:1));return null!=r?r:null},t}();function it(t){return t>=97&&t<=122||t>=65&&t<=90}function ht(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}function nt(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function ot(t){t.forEach(function(t){if(delete t.location,p(t)||f(t))for(var e in t.options)delete t.options[e].location,ot(t.options[e].value);else l(t)&&B(t.style)||(c(t)||E(t))&&T(t.style)?delete t.style.location:H(t)&&ot(t.children)})}function st(t,e){void 0===e&&(e={}),e=i({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new rt(t,e).parse();if(r.err){var h=SyntaxError(n[r.err.kind]);throw h.location=r.err.location,h.originalMessage=r.err.message,h}return(null==e?void 0:e.captureLocation)||ot(r.val),r.val}function at(t,e){var r=e&&e.cache?e.cache:Ht,i=e&&e.serializer?e.serializer:pt;return(e&&e.strategy?e.strategy:Et)(t,{cache:r,serializer:i})}function ut(t,e,r,i){var h,n=null==(h=i)||"number"==typeof h||"boolean"==typeof h?i:r(i),o=e.get(n);return void 0===o&&(o=t.call(this,i),e.set(n,o)),o}function lt(t,e,r){var i=Array.prototype.slice.call(arguments,3),h=r(i),n=e.get(h);return void 0===n&&(n=t.apply(this,i),e.set(h,n)),n}function ct(t,e,r,i,h){return r.bind(e,t,i,h)}function Et(t,e){return ct(t,this,1===t.length?ut:lt,e.cache.create(),e.serializer)}var pt=function(){return JSON.stringify(arguments)};function ft(){this.cache=Object.create(null)}ft.prototype.get=function(t){return this.cache[t]},ft.prototype.set=function(t,e){this.cache[t]=e};var bt,Ht={create:function(){return new ft}},Bt={variadic:function(t,e){return ct(t,this,lt,e.cache.create(),e.serializer)},monadic:function(t,e){return ct(t,this,ut,e.cache.create(),e.serializer)}};!function(t){t.MISSING_VALUE="MISSING_VALUE",t.INVALID_VALUE="INVALID_VALUE",t.MISSING_INTL_API="MISSING_INTL_API"}(bt||(bt={}));var Tt,mt=function(t){function e(e,r,i){var h=t.call(this,e)||this;return h.code=r,h.originalMessage=i,h}return r(e,t),e.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},e}(Error),_t=function(t){function e(e,r,i,h){return t.call(this,'Invalid values for "'.concat(e,'": "').concat(r,'". Options are "').concat(Object.keys(i).join('", "'),'"'),bt.INVALID_VALUE,h)||this}return r(e,t),e}(mt),At=function(t){function e(e,r,i){return t.call(this,'Value for "'.concat(e,'" must be of type ').concat(r),bt.INVALID_VALUE,i)||this}return r(e,t),e}(mt),gt=function(t){function e(e,r){return t.call(this,'The intl string context variable "'.concat(e,'" was not provided to the string "').concat(r,'"'),bt.MISSING_VALUE,r)||this}return r(e,t),e}(mt);function vt(t){return"function"==typeof t}function Pt(t,e,r,i,h,n,o){if(1===t.length&&a(t[0]))return[{type:Tt.literal,value:t[0].value}];for(var s=[],m=0,_=t;m<_.length;m++){var A=_[m];if(a(A))s.push({type:Tt.literal,value:A.value});else if(b(A))"number"==typeof n&&s.push({type:Tt.literal,value:r.getNumberFormat(e).format(n)});else{var g=A.value;if(!h||!(g in h))throw new gt(g,o);var v=h[g];if(u(A))v&&"string"!=typeof v&&"number"!=typeof v||(v="string"==typeof v||"number"==typeof v?String(v):""),s.push({type:"string"==typeof v?Tt.literal:Tt.object,value:v});else if(c(A)){var P="string"==typeof A.style?i.date[A.style]:T(A.style)?A.style.parsedOptions:void 0;s.push({type:Tt.literal,value:r.getDateTimeFormat(e,P).format(v)})}else if(E(A)){P="string"==typeof A.style?i.time[A.style]:T(A.style)?A.style.parsedOptions:i.time.medium;s.push({type:Tt.literal,value:r.getDateTimeFormat(e,P).format(v)})}else if(l(A)){(P="string"==typeof A.style?i.number[A.style]:B(A.style)?A.style.parsedOptions:void 0)&&P.scale&&(v*=P.scale||1),s.push({type:Tt.literal,value:r.getNumberFormat(e,P).format(v)})}else{if(H(A)){var y=A.children,L=A.value,S=h[L];if(!vt(S))throw new At(L,"function",o);var N=S(Pt(y,e,r,i,h,n).map(function(t){return t.value}));Array.isArray(N)||(N=[N]),s.push.apply(s,N.map(function(t){return{type:"string"==typeof t?Tt.literal:Tt.object,value:t}}))}if(p(A)){if(!(C=A.options[v]||A.options.other))throw new _t(A.value,v,Object.keys(A.options),o);s.push.apply(s,Pt(C.value,e,r,i,h))}else if(f(A)){var C;if(!(C=A.options["=".concat(v)])){if(!Intl.PluralRules)throw new mt('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',bt.MISSING_INTL_API,o);var I=r.getPluralRules(e,{type:A.pluralType}).select(v-(A.offset||0));C=A.options[I]||A.options.other}if(!C)throw new _t(A.value,v,Object.keys(A.options),o);s.push.apply(s,Pt(C.value,e,r,i,h,v-(A.offset||0)))}else;}}}return function(t){return t.length<2?t:t.reduce(function(t,e){var r=t[t.length-1];return r&&r.type===Tt.literal&&e.type===Tt.literal?r.value+=e.value:t.push(e),t},[])}(s)}function yt(t,e){return e?Object.keys(t).reduce(function(r,h){var n,o;return r[h]=(n=t[h],(o=e[h])?i(i(i({},n||{}),o||{}),Object.keys(n).reduce(function(t,e){return t[e]=i(i({},n[e]),o[e]||{}),t},{})):n),r},i({},t)):t}function Lt(t){return{create:function(){return{get:function(e){return t[e]},set:function(e,r){t[e]=r}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(Tt||(Tt={}));var St,Nt,Ct,It=function(){function t(e,r,n,o){void 0===r&&(r=t.defaultLocale);var s,a=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(t){var e=a.formatToParts(t);if(1===e.length)return e[0].value;var r=e.reduce(function(t,e){return t.length&&e.type===Tt.literal&&"string"==typeof t[t.length-1]?t[t.length-1]+=e.value:t.push(e.value),t},[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(t){return Pt(a.ast,a.locales,a.formatters,a.formats,t,void 0,a.message)},this.resolvedOptions=function(){var t;return{locale:(null===(t=a.resolvedLocale)||void 0===t?void 0:t.toString())||Intl.NumberFormat.supportedLocalesOf(a.locales)[0]}},this.getAst=function(){return a.ast},this.locales=r,this.resolvedLocale=t.resolveLocale(r),"string"==typeof e){if(this.message=e,!t.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var u=o||{},l=(u.formatters,function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var h=0;for(i=Object.getOwnPropertySymbols(t);h<i.length;h++)e.indexOf(i[h])<0&&Object.prototype.propertyIsEnumerable.call(t,i[h])&&(r[i[h]]=t[i[h]])}return r}(u,["formatters"]));this.ast=t.__parse(e,i(i({},l),{locale:this.resolvedLocale}))}else this.ast=e;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=yt(t.formats,n),this.formatters=o&&o.formatters||(void 0===(s=this.formatterCache)&&(s={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:at(function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.NumberFormat).bind.apply(t,h([void 0],e,!1)))},{cache:Lt(s.number),strategy:Bt.variadic}),getDateTimeFormat:at(function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.DateTimeFormat).bind.apply(t,h([void 0],e,!1)))},{cache:Lt(s.dateTime),strategy:Bt.variadic}),getPluralRules:at(function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.PluralRules).bind.apply(t,h([void 0],e,!1)))},{cache:Lt(s.pluralRules),strategy:Bt.variadic})})}return Object.defineProperty(t,"defaultLocale",{get:function(){return t.memoizedDefaultLocale||(t.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),t.memoizedDefaultLocale},enumerable:!1,configurable:!0}),t.memoizedDefaultLocale=null,t.resolveLocale=function(t){if(void 0!==Intl.Locale){var e=Intl.NumberFormat.supportedLocalesOf(t);return e.length>0?new Intl.Locale(e[0]):new Intl.Locale("string"==typeof t?t:t[0])}},t.__parse=st,t.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},t}();!function(t){t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",t[t.INVALID_TAG=23]="INVALID_TAG",t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(St||(St={})),function(t){t[t.literal=0]="literal",t[t.argument=1]="argument",t[t.number=2]="number",t[t.date=3]="date",t[t.time=4]="time",t[t.select=5]="select",t[t.plural=6]="plural",t[t.pound=7]="pound",t[t.tag=8]="tag"}(Nt||(Nt={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(Ct||(Ct={}));var dt,Rt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Mt={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Ot(t){var e=t.hourCycle;if(void 0===e&&t.hourCycles&&t.hourCycles.length&&(e=t.hourCycles[0]),e)switch(e){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,i=t.language;return"root"!==i&&(r=t.maximize().region),(Mt[r||""]||Mt[i||""]||Mt["".concat(i,"-001")]||Mt["001"])[0]}var Ut=new RegExp("^".concat(Rt.source,"*")),Gt=new RegExp("".concat(Rt.source,"*$"));function Dt(t,e){return{start:t,end:e}}var Ft=!!String.prototype.startsWith,wt=!!String.fromCodePoint,kt=!!Object.fromEntries,Vt=!!String.prototype.codePointAt,Xt=!!String.prototype.trimStart,Kt=!!String.prototype.trimEnd,Yt=!!Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},xt=!0;try{xt="a"===(null===(dt=$t("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===dt?void 0:dt[0])}catch(t){xt=!1}var jt,Zt=Ft?function(t,e,r){return t.startsWith(e,r)}:function(t,e,r){return t.slice(r,r+e.length)===e},Wt=wt?String.fromCodePoint:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r,i="",h=t.length,n=0;h>n;){if((r=t[n++])>1114111)throw RangeError(r+" is not a valid code point");i+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return i},Qt=kt?Object.fromEntries:function(t){for(var e={},r=0,i=t;r<i.length;r++){var h=i[r],n=h[0],o=h[1];e[n]=o}return e},Jt=Vt?function(t,e){return t.codePointAt(e)}:function(t,e){var r=t.length;if(!(e<0||e>=r)){var i,h=t.charCodeAt(e);return h<55296||h>56319||e+1===r||(i=t.charCodeAt(e+1))<56320||i>57343?h:i-56320+(h-55296<<10)+65536}},zt=Xt?function(t){return t.trimStart()}:function(t){return t.replace(Ut,"")},qt=Kt?function(t){return t.trimEnd()}:function(t){return t.replace(Gt,"")};function $t(t,e){return new RegExp(t,e)}if(xt){var te=$t("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");jt=function(t,e){var r;return te.lastIndex=e,null!==(r=te.exec(t)[1])&&void 0!==r?r:""}}else jt=function(t,e){for(var r=[];;){var i=Jt(t,e);if(void 0===i||ie(i)||he(i))break;r.push(i),e+=i>=65536?2:1}return Wt.apply(void 0,r)};var ee=function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,e,r){for(var i=[];!this.isEOF();){var h=this.char();if(123===h){if((n=this.parseArgument(t,r)).err)return n;i.push(n.val)}else{if(125===h&&t>0)break;if(35!==h||"plural"!==e&&"selectordinal"!==e){if(60===h&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(St.UNMATCHED_CLOSING_TAG,Dt(this.clonePosition(),this.clonePosition()))}if(60===h&&!this.ignoreTag&&re(this.peek()||0)){if((n=this.parseTag(t,e)).err)return n;i.push(n.val)}else{var n;if((n=this.parseLiteral(t,e)).err)return n;i.push(n.val)}}else{var o=this.clonePosition();this.bump(),i.push({type:Nt.pound,location:Dt(o,this.clonePosition())})}}}return{val:i,err:null}},t.prototype.parseTag=function(t,e){var r=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:Nt.literal,value:"<".concat(i,"/>"),location:Dt(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var h=this.parseMessage(t+1,e,!0);if(h.err)return h;var n=h.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!re(this.char()))return this.error(St.INVALID_TAG,Dt(o,this.clonePosition()));var s=this.clonePosition();return i!==this.parseTagName()?this.error(St.UNMATCHED_CLOSING_TAG,Dt(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:Nt.tag,value:i,children:n,location:Dt(r,this.clonePosition())},err:null}:this.error(St.INVALID_TAG,Dt(o,this.clonePosition())))}return this.error(St.UNCLOSED_TAG,Dt(r,this.clonePosition()))}return this.error(St.INVALID_TAG,Dt(r,this.clonePosition()))},t.prototype.parseTagName=function(){var t,e=this.offset();for(this.bump();!this.isEOF()&&(45===(t=this.char())||46===t||t>=48&&t<=57||95===t||t>=97&&t<=122||t>=65&&t<=90||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039);)this.bump();return this.message.slice(e,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),i="";;){var h=this.tryParseQuote(e);if(h)i+=h;else{var n=this.tryParseUnquoted(t,e);if(n)i+=n;else{var o=this.tryParseLeftAngleBracket();if(!o)break;i+=o}}}var s=Dt(r,this.clonePosition());return{val:{type:Nt.literal,value:i,location:s},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(re(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t},t.prototype.tryParseQuote=function(t){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();var e=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}e.push(39),this.bump()}else e.push(r);this.bump()}return Wt.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===e||"selectordinal"===e)||125===r&&t>0?null:(this.bump(),Wt(r))},t.prototype.parseArgument=function(t,e){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(St.EXPECT_ARGUMENT_CLOSING_BRACE,Dt(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(St.EMPTY_ARGUMENT,Dt(r,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(St.MALFORMED_ARGUMENT,Dt(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(St.EXPECT_ARGUMENT_CLOSING_BRACE,Dt(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:Nt.argument,value:i,location:Dt(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(St.EXPECT_ARGUMENT_CLOSING_BRACE,Dt(r,this.clonePosition())):this.parseArgumentOptions(t,e,i,r);default:return this.error(St.MALFORMED_ARGUMENT,Dt(r,this.clonePosition()))}},t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=jt(this.message,e),i=e+r.length;return this.bumpTo(i),{value:r,location:Dt(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,h){var n,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();switch(s){case"":return this.error(St.EXPECT_ARGUMENT_TYPE,Dt(o,a));case"number":case"date":case"time":this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((T=this.parseSimpleArgStyleIfPossible()).err)return T;if(0===(f=qt(T.val)).length)return this.error(St.EXPECT_ARGUMENT_STYLE,Dt(this.clonePosition(),this.clonePosition()));u={style:f,styleLocation:Dt(l,this.clonePosition())}}if((m=this.tryParseArgumentClose(h)).err)return m;var c=Dt(h,this.clonePosition());if(u&&Zt(null==u?void 0:u.style,"::",0)){var E=zt(u.style.slice(2));if("number"===s)return(T=this.parseNumberSkeletonFromString(E,u.styleLocation)).err?T:{val:{type:Nt.number,value:r,location:c,style:T.val},err:null};if(0===E.length)return this.error(St.EXPECT_DATE_TIME_SKELETON,c);var p=E;this.locale&&(p=function(t,e){for(var r="",i=0;i<t.length;i++){var h=t.charAt(i);if("j"===h){for(var n=0;i+1<t.length&&t.charAt(i+1)===h;)n++,i++;var o=1+(1&n),s=n<2?1:3+(n>>1),a=Ot(e);for("H"!=a&&"k"!=a||(s=0);s-- >0;)r+="a";for(;o-- >0;)r=a+r}else r+="J"===h?"H":h}return r}(E,this.locale));var f={type:Ct.dateTime,pattern:p,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?A(p):{}};return{val:{type:"date"===s?Nt.date:Nt.time,value:r,location:c,style:f},err:null}}return{val:{type:"number"===s?Nt.number:"date"===s?Nt.date:Nt.time,value:r,location:c,style:null!==(n=null==u?void 0:u.style)&&void 0!==n?n:null},err:null};case"plural":case"selectordinal":case"select":var b=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(St.EXPECT_SELECT_ARGUMENT_OPTIONS,Dt(b,i({},b)));this.bumpSpace();var H=this.parseIdentifierIfPossible(),B=0;if("select"!==s&&"offset"===H.value){if(!this.bumpIf(":"))return this.error(St.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Dt(this.clonePosition(),this.clonePosition()));var T;if(this.bumpSpace(),(T=this.tryParseDecimalInteger(St.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,St.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return T;this.bumpSpace(),H=this.parseIdentifierIfPossible(),B=T.val}var m,_=this.tryParsePluralOrSelectOptions(t,s,e,H);if(_.err)return _;if((m=this.tryParseArgumentClose(h)).err)return m;var g=Dt(h,this.clonePosition());return"select"===s?{val:{type:Nt.select,value:r,options:Qt(_.val),location:g},err:null}:{val:{type:Nt.plural,value:r,options:Qt(_.val),offset:B,pluralType:"plural"===s?"cardinal":"ordinal",location:g},err:null};default:return this.error(St.INVALID_ARGUMENT_TYPE,Dt(o,a))}},t.prototype.tryParseArgumentClose=function(t){return this.isEOF()||125!==this.char()?this.error(St.EXPECT_ARGUMENT_CLOSING_BRACE,Dt(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(St.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Dt(r,this.clonePosition()));this.bump();break;case 123:t+=1,this.bump();break;case 125:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var r=[];try{r=v(t)}catch(t){return this.error(St.INVALID_NUMBER_SKELETON,e)}return{val:{type:Ct.number,tokens:r,location:e,parsedOptions:this.shouldParseSkeletons?R(r):{}},err:null}},t.prototype.tryParsePluralOrSelectOptions=function(t,e,r,i){for(var h,n=!1,o=[],s=new Set,a=i.value,u=i.location;;){if(0===a.length){var l=this.clonePosition();if("select"===e||!this.bumpIf("="))break;var c=this.tryParseDecimalInteger(St.EXPECT_PLURAL_ARGUMENT_SELECTOR,St.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;u=Dt(l,this.clonePosition()),a=this.message.slice(l.offset,this.offset())}if(s.has(a))return this.error("select"===e?St.DUPLICATE_SELECT_ARGUMENT_SELECTOR:St.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,u);"other"===a&&(n=!0),this.bumpSpace();var E=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?St.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:St.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Dt(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,e,r);if(p.err)return p;var f=this.tryParseArgumentClose(E);if(f.err)return f;o.push([a,{value:p.val,location:Dt(E,this.clonePosition())}]),s.add(a),this.bumpSpace(),a=(h=this.parseIdentifierIfPossible()).value,u=h.location}return 0===o.length?this.error("select"===e?St.EXPECT_SELECT_ARGUMENT_SELECTOR:St.EXPECT_PLURAL_ARGUMENT_SELECTOR,Dt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!n?this.error(St.MISSING_OTHER_CLAUSE,Dt(this.clonePosition(),this.clonePosition())):{val:o,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){var r=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var h=!1,n=0;!this.isEOF();){var o=this.char();if(!(o>=48&&o<=57))break;h=!0,n=10*n+(o-48),this.bump()}var s=Dt(i,this.clonePosition());return h?Yt(n*=r)?{val:n,err:null}:this.error(e,s):this.error(t,s)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=Jt(this.message,t);if(void 0===e)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return e},t.prototype.error=function(t,e){return{val:null,err:{kind:t,message:this.message,location:e}}},t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},t.prototype.bumpIf=function(t){if(Zt(this.message,t,this.offset())){for(var e=0;e<t.length;e++)this.bump();return!0}return!1},t.prototype.bumpUntil=function(t){var e=this.offset(),r=this.message.indexOf(t,e);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var e=this.offset();if(e===t)break;if(e>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},t.prototype.bumpSpace=function(){for(;!this.isEOF()&&ie(this.char());)this.bump()},t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),r=this.message.charCodeAt(e+(t>=65536?2:1));return null!=r?r:null},t}();function re(t){return t>=97&&t<=122||t>=65&&t<=90}function ie(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}function he(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function ne(t){t.forEach(function(t){if(delete t.location,function(t){return t.type===Nt.select}(t)||function(t){return t.type===Nt.plural}(t))for(var e in t.options)delete t.options[e].location,ne(t.options[e].value);else(function(t){return t.type===Nt.number})(t)&&function(t){return!(!t||"object"!=typeof t||t.type!==Ct.number)}(t.style)?delete t.style.location:!function(t){return t.type===Nt.date}(t)&&!function(t){return t.type===Nt.time}(t)||!function(t){return!(!t||"object"!=typeof t||t.type!==Ct.dateTime)}(t.style)?function(t){return t.type===Nt.tag}(t)&&ne(t.children):delete t.style.location})}function oe(t,e){return r=>new It(function(t){return function(t,e){void 0===e&&(e={}),e=i({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new ee(t,e).parse();if(r.err){var h=SyntaxError(St[r.err.kind]);throw h.location=r.err.location,h.originalMessage=r.err.message,h}return(null==e?void 0:e.captureLocation)||ne(r.val),r.val}(t,{ignoreTag:!0})}(t),e).format(r)}t.convertBundle=function(t,e){return Object.keys(t).reduce((r,i)=>(i.startsWith("@")||(r[i]=oe(t[i],e)),r),{})},Object.defineProperty(t,"__esModule",{value:!0})});
|
|
8
|
+
define(["exports"],function(t){"use strict";var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},e(t,r)};function r(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function i(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(i.prototype=r.prototype,new i)}var i=function(){return i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var h in e=arguments[r])Object.prototype.hasOwnProperty.call(e,h)&&(t[h]=e[h]);return t},i.apply(this,arguments)};function h(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var h=0;for(i=Object.getOwnPropertySymbols(t);h<i.length;h++)e.indexOf(i[h])<0&&Object.prototype.propertyIsEnumerable.call(t,i[h])&&(r[i[h]]=t[i[h]])}return r}Object.create;function n(t,e,r){if(r||2===arguments.length)for(var i,h=0,n=e.length;h<n;h++)!i&&h in e||(i||(i=Array.prototype.slice.call(e,0,h)),i[h]=e[h]);return t.concat(i||Array.prototype.slice.call(e))}Object.create;"function"==typeof SuppressedError&&SuppressedError;var o,s,a;function u(t){return t.type===s.literal}function l(t){return t.type===s.argument}function c(t){return t.type===s.number}function E(t){return t.type===s.date}function p(t){return t.type===s.time}function f(t){return t.type===s.select}function b(t){return t.type===s.plural}function H(t){return t.type===s.pound}function B(t){return t.type===s.tag}function T(t){return!(!t||"object"!=typeof t||t.type!==a.number)}function m(t){return!(!t||"object"!=typeof t||t.type!==a.dateTime)}!function(t){t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",t[t.INVALID_TAG=23]="INVALID_TAG",t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(o||(o={})),function(t){t[t.literal=0]="literal",t[t.argument=1]="argument",t[t.number=2]="number",t[t.date=3]="date",t[t.time=4]="time",t[t.select=5]="select",t[t.plural=6]="plural",t[t.pound=7]="pound",t[t.tag=8]="tag"}(s||(s={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(a||(a={}));var _=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,A=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function g(t){var e={};return t.replace(A,function(t){var r=t.length;switch(t[0]){case"G":e.era=4===r?"long":5===r?"narrow":"short";break;case"y":e.year=2===r?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":e.month=["numeric","2-digit","short","long","narrow"][r-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":e.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":e.weekday=4===r?"short":5===r?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][r-4];break;case"a":e.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":e.hourCycle="h12",e.hour=["numeric","2-digit"][r-1];break;case"H":e.hourCycle="h23",e.hour=["numeric","2-digit"][r-1];break;case"K":e.hourCycle="h11",e.hour=["numeric","2-digit"][r-1];break;case"k":e.hourCycle="h24",e.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":e.minute=["numeric","2-digit"][r-1];break;case"s":e.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":e.timeZoneName=r<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),e}var v=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function P(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");for(var e=[],r=0,i=t.split(v).filter(function(t){return t.length>0});r<i.length;r++){var h=i[r].split("/");if(0===h.length)throw new Error("Invalid number skeleton");for(var n=h[0],o=h.slice(1),s=0,a=o;s<a.length;s++){if(0===a[s].length)throw new Error("Invalid number skeleton")}e.push({stem:n,options:o})}return e}var y=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,L=/^(@+)?(\+|#+)?[rs]?$/g,S=/(\*)(0+)|(#+)(0+)|(0+)/g,N=/^(0+)$/;function C(t){var e={};return"r"===t[t.length-1]?e.roundingPriority="morePrecision":"s"===t[t.length-1]&&(e.roundingPriority="lessPrecision"),t.replace(L,function(t,r,i){return"string"!=typeof i?(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length):"+"===i?e.minimumSignificantDigits=r.length:"#"===r[0]?e.maximumSignificantDigits=r.length:(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length+("string"==typeof i?i.length:0)),""}),e}function I(t){switch(t){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function d(t){var e;if("E"===t[0]&&"E"===t[1]?(e={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(e={notation:"scientific"},t=t.slice(1)),e){var r=t.slice(0,2);if("+!"===r?(e.signDisplay="always",t=t.slice(2)):"+?"===r&&(e.signDisplay="exceptZero",t=t.slice(2)),!N.test(t))throw new Error("Malformed concise eng/scientific notation");e.minimumIntegerDigits=t.length}return e}function R(t){var e=I(t);return e||{}}function M(t){for(var e={},r=0,h=t;r<h.length;r++){var n=h[r];switch(n.stem){case"percent":case"%":e.style="percent";continue;case"%x100":e.style="percent",e.scale=100;continue;case"currency":e.style="currency",e.currency=n.options[0];continue;case"group-off":case",_":e.useGrouping=!1;continue;case"precision-integer":case".":e.maximumFractionDigits=0;continue;case"measure-unit":case"unit":e.style="unit",e.unit=n.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":e.notation="compact",e.compactDisplay="short";continue;case"compact-long":case"KK":e.notation="compact",e.compactDisplay="long";continue;case"scientific":e=i(i(i({},e),{notation:"scientific"}),n.options.reduce(function(t,e){return i(i({},t),R(e))},{}));continue;case"engineering":e=i(i(i({},e),{notation:"engineering"}),n.options.reduce(function(t,e){return i(i({},t),R(e))},{}));continue;case"notation-simple":e.notation="standard";continue;case"unit-width-narrow":e.currencyDisplay="narrowSymbol",e.unitDisplay="narrow";continue;case"unit-width-short":e.currencyDisplay="code",e.unitDisplay="short";continue;case"unit-width-full-name":e.currencyDisplay="name",e.unitDisplay="long";continue;case"unit-width-iso-code":e.currencyDisplay="symbol";continue;case"scale":e.scale=parseFloat(n.options[0]);continue;case"integer-width":if(n.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");n.options[0].replace(S,function(t,r,i,h,n,o){if(r)e.minimumIntegerDigits=i.length;else{if(h&&n)throw new Error("We currently do not support maximum integer digits");if(o)throw new Error("We currently do not support exact integer digits")}return""});continue}if(N.test(n.stem))e.minimumIntegerDigits=n.stem.length;else if(y.test(n.stem)){if(n.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");n.stem.replace(y,function(t,r,i,h,n,o){return"*"===i?e.minimumFractionDigits=r.length:h&&"#"===h[0]?e.maximumFractionDigits=h.length:n&&o?(e.minimumFractionDigits=n.length,e.maximumFractionDigits=n.length+o.length):(e.minimumFractionDigits=r.length,e.maximumFractionDigits=r.length),""});var o=n.options[0];"w"===o?e=i(i({},e),{trailingZeroDisplay:"stripIfInteger"}):o&&(e=i(i({},e),C(o)))}else if(L.test(n.stem))e=i(i({},e),C(n.stem));else{var s=I(n.stem);s&&(e=i(i({},e),s));var a=d(n.stem);a&&(e=i(i({},e),a))}}return e}var O,U={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function G(t){var e=t.hourCycle;if(void 0===e&&t.hourCycles&&t.hourCycles.length&&(e=t.hourCycles[0]),e)switch(e){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,i=t.language;return"root"!==i&&(r=t.maximize().region),(U[r||""]||U[i||""]||U["".concat(i,"-001")]||U["001"])[0]}var D=new RegExp("^".concat(_.source,"*")),F=new RegExp("".concat(_.source,"*$"));function w(t,e){return{start:t,end:e}}var k=!!String.prototype.startsWith,V=!!String.fromCodePoint,X=!!Object.fromEntries,K=!!String.prototype.codePointAt,Y=!!String.prototype.trimStart,x=!!String.prototype.trimEnd,j=!!Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},Z=!0;try{Z="a"===(null===(O=et("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===O?void 0:O[0])}catch(t){Z=!1}var W,Q=k?function(t,e,r){return t.startsWith(e,r)}:function(t,e,r){return t.slice(r,r+e.length)===e},J=V?String.fromCodePoint:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r,i="",h=t.length,n=0;h>n;){if((r=t[n++])>1114111)throw RangeError(r+" is not a valid code point");i+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return i},z=X?Object.fromEntries:function(t){for(var e={},r=0,i=t;r<i.length;r++){var h=i[r],n=h[0],o=h[1];e[n]=o}return e},q=K?function(t,e){return t.codePointAt(e)}:function(t,e){var r=t.length;if(!(e<0||e>=r)){var i,h=t.charCodeAt(e);return h<55296||h>56319||e+1===r||(i=t.charCodeAt(e+1))<56320||i>57343?h:i-56320+(h-55296<<10)+65536}},$=Y?function(t){return t.trimStart()}:function(t){return t.replace(D,"")},tt=x?function(t){return t.trimEnd()}:function(t){return t.replace(F,"")};function et(t,e){return new RegExp(t,e)}if(Z){var rt=et("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");W=function(t,e){var r;return rt.lastIndex=e,null!==(r=rt.exec(t)[1])&&void 0!==r?r:""}}else W=function(t,e){for(var r=[];;){var i=q(t,e);if(void 0===i||nt(i)||ot(i))break;r.push(i),e+=i>=65536?2:1}return J.apply(void 0,r)};var it=function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,e,r){for(var i=[];!this.isEOF();){var h=this.char();if(123===h){if((n=this.parseArgument(t,r)).err)return n;i.push(n.val)}else{if(125===h&&t>0)break;if(35!==h||"plural"!==e&&"selectordinal"!==e){if(60===h&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(o.UNMATCHED_CLOSING_TAG,w(this.clonePosition(),this.clonePosition()))}if(60===h&&!this.ignoreTag&&ht(this.peek()||0)){if((n=this.parseTag(t,e)).err)return n;i.push(n.val)}else{var n;if((n=this.parseLiteral(t,e)).err)return n;i.push(n.val)}}else{var a=this.clonePosition();this.bump(),i.push({type:s.pound,location:w(a,this.clonePosition())})}}}return{val:i,err:null}},t.prototype.parseTag=function(t,e){var r=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:s.literal,value:"<".concat(i,"/>"),location:w(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var h=this.parseMessage(t+1,e,!0);if(h.err)return h;var n=h.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ht(this.char()))return this.error(o.INVALID_TAG,w(a,this.clonePosition()));var u=this.clonePosition();return i!==this.parseTagName()?this.error(o.UNMATCHED_CLOSING_TAG,w(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:s.tag,value:i,children:n,location:w(r,this.clonePosition())},err:null}:this.error(o.INVALID_TAG,w(a,this.clonePosition())))}return this.error(o.UNCLOSED_TAG,w(r,this.clonePosition()))}return this.error(o.INVALID_TAG,w(r,this.clonePosition()))},t.prototype.parseTagName=function(){var t,e=this.offset();for(this.bump();!this.isEOF()&&(45===(t=this.char())||46===t||t>=48&&t<=57||95===t||t>=97&&t<=122||t>=65&&t<=90||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039);)this.bump();return this.message.slice(e,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),i="";;){var h=this.tryParseQuote(e);if(h)i+=h;else{var n=this.tryParseUnquoted(t,e);if(n)i+=n;else{var o=this.tryParseLeftAngleBracket();if(!o)break;i+=o}}}var a=w(r,this.clonePosition());return{val:{type:s.literal,value:i,location:a},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ht(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t},t.prototype.tryParseQuote=function(t){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();var e=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}e.push(39),this.bump()}else e.push(r);this.bump()}return J.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===e||"selectordinal"===e)||125===r&&t>0?null:(this.bump(),J(r))},t.prototype.parseArgument=function(t,e){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(o.EXPECT_ARGUMENT_CLOSING_BRACE,w(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(o.EMPTY_ARGUMENT,w(r,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(o.MALFORMED_ARGUMENT,w(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(o.EXPECT_ARGUMENT_CLOSING_BRACE,w(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:s.argument,value:i,location:w(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(o.EXPECT_ARGUMENT_CLOSING_BRACE,w(r,this.clonePosition())):this.parseArgumentOptions(t,e,i,r);default:return this.error(o.MALFORMED_ARGUMENT,w(r,this.clonePosition()))}},t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=W(this.message,e),i=e+r.length;return this.bumpTo(i),{value:r,location:w(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,h){var n,u=this.clonePosition(),l=this.parseIdentifierIfPossible().value,c=this.clonePosition();switch(l){case"":return this.error(o.EXPECT_ARGUMENT_TYPE,w(u,c));case"number":case"date":case"time":this.bumpSpace();var E=null;if(this.bumpIf(",")){this.bumpSpace();var p=this.clonePosition();if((A=this.parseSimpleArgStyleIfPossible()).err)return A;if(0===(B=tt(A.val)).length)return this.error(o.EXPECT_ARGUMENT_STYLE,w(this.clonePosition(),this.clonePosition()));E={style:B,styleLocation:w(p,this.clonePosition())}}if((v=this.tryParseArgumentClose(h)).err)return v;var f=w(h,this.clonePosition());if(E&&Q(null==E?void 0:E.style,"::",0)){var b=$(E.style.slice(2));if("number"===l)return(A=this.parseNumberSkeletonFromString(b,E.styleLocation)).err?A:{val:{type:s.number,value:r,location:f,style:A.val},err:null};if(0===b.length)return this.error(o.EXPECT_DATE_TIME_SKELETON,f);var H=b;this.locale&&(H=function(t,e){for(var r="",i=0;i<t.length;i++){var h=t.charAt(i);if("j"===h){for(var n=0;i+1<t.length&&t.charAt(i+1)===h;)n++,i++;var o=1+(1&n),s=n<2?1:3+(n>>1),a=G(e);for("H"!=a&&"k"!=a||(s=0);s-- >0;)r+="a";for(;o-- >0;)r=a+r}else r+="J"===h?"H":h}return r}(b,this.locale));var B={type:a.dateTime,pattern:H,location:E.styleLocation,parsedOptions:this.shouldParseSkeletons?g(H):{}};return{val:{type:"date"===l?s.date:s.time,value:r,location:f,style:B},err:null}}return{val:{type:"number"===l?s.number:"date"===l?s.date:s.time,value:r,location:f,style:null!==(n=null==E?void 0:E.style)&&void 0!==n?n:null},err:null};case"plural":case"selectordinal":case"select":var T=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(o.EXPECT_SELECT_ARGUMENT_OPTIONS,w(T,i({},T)));this.bumpSpace();var m=this.parseIdentifierIfPossible(),_=0;if("select"!==l&&"offset"===m.value){if(!this.bumpIf(":"))return this.error(o.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,w(this.clonePosition(),this.clonePosition()));var A;if(this.bumpSpace(),(A=this.tryParseDecimalInteger(o.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,o.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return A;this.bumpSpace(),m=this.parseIdentifierIfPossible(),_=A.val}var v,P=this.tryParsePluralOrSelectOptions(t,l,e,m);if(P.err)return P;if((v=this.tryParseArgumentClose(h)).err)return v;var y=w(h,this.clonePosition());return"select"===l?{val:{type:s.select,value:r,options:z(P.val),location:y},err:null}:{val:{type:s.plural,value:r,options:z(P.val),offset:_,pluralType:"plural"===l?"cardinal":"ordinal",location:y},err:null};default:return this.error(o.INVALID_ARGUMENT_TYPE,w(u,c))}},t.prototype.tryParseArgumentClose=function(t){return this.isEOF()||125!==this.char()?this.error(o.EXPECT_ARGUMENT_CLOSING_BRACE,w(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(o.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,w(r,this.clonePosition()));this.bump();break;case 123:t+=1,this.bump();break;case 125:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var r=[];try{r=P(t)}catch(t){return this.error(o.INVALID_NUMBER_SKELETON,e)}return{val:{type:a.number,tokens:r,location:e,parsedOptions:this.shouldParseSkeletons?M(r):{}},err:null}},t.prototype.tryParsePluralOrSelectOptions=function(t,e,r,i){for(var h,n=!1,s=[],a=new Set,u=i.value,l=i.location;;){if(0===u.length){var c=this.clonePosition();if("select"===e||!this.bumpIf("="))break;var E=this.tryParseDecimalInteger(o.EXPECT_PLURAL_ARGUMENT_SELECTOR,o.INVALID_PLURAL_ARGUMENT_SELECTOR);if(E.err)return E;l=w(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}if(a.has(u))return this.error("select"===e?o.DUPLICATE_SELECT_ARGUMENT_SELECTOR:o.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);"other"===u&&(n=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?o.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:o.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,w(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(t+1,e,r);if(f.err)return f;var b=this.tryParseArgumentClose(p);if(b.err)return b;s.push([u,{value:f.val,location:w(p,this.clonePosition())}]),a.add(u),this.bumpSpace(),u=(h=this.parseIdentifierIfPossible()).value,l=h.location}return 0===s.length?this.error("select"===e?o.EXPECT_SELECT_ARGUMENT_SELECTOR:o.EXPECT_PLURAL_ARGUMENT_SELECTOR,w(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!n?this.error(o.MISSING_OTHER_CLAUSE,w(this.clonePosition(),this.clonePosition())):{val:s,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){var r=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var h=!1,n=0;!this.isEOF();){var o=this.char();if(!(o>=48&&o<=57))break;h=!0,n=10*n+(o-48),this.bump()}var s=w(i,this.clonePosition());return h?j(n*=r)?{val:n,err:null}:this.error(e,s):this.error(t,s)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=q(this.message,t);if(void 0===e)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return e},t.prototype.error=function(t,e){return{val:null,err:{kind:t,message:this.message,location:e}}},t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},t.prototype.bumpIf=function(t){if(Q(this.message,t,this.offset())){for(var e=0;e<t.length;e++)this.bump();return!0}return!1},t.prototype.bumpUntil=function(t){var e=this.offset(),r=this.message.indexOf(t,e);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var e=this.offset();if(e===t)break;if(e>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},t.prototype.bumpSpace=function(){for(;!this.isEOF()&&nt(this.char());)this.bump()},t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),r=this.message.charCodeAt(e+(t>=65536?2:1));return null!=r?r:null},t}();function ht(t){return t>=97&&t<=122||t>=65&&t<=90}function nt(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}function ot(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function st(t){t.forEach(function(t){if(delete t.location,f(t)||b(t))for(var e in t.options)delete t.options[e].location,st(t.options[e].value);else c(t)&&T(t.style)||(E(t)||p(t))&&m(t.style)?delete t.style.location:B(t)&&st(t.children)})}function at(t,e){void 0===e&&(e={}),e=i({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new it(t,e).parse();if(r.err){var h=SyntaxError(o[r.err.kind]);throw h.location=r.err.location,h.originalMessage=r.err.message,h}return(null==e?void 0:e.captureLocation)||st(r.val),r.val}function ut(t,e){var r=e&&e.cache?e.cache:Bt,i=e&&e.serializer?e.serializer:ft;return(e&&e.strategy?e.strategy:pt)(t,{cache:r,serializer:i})}function lt(t,e,r,i){var h,n=null==(h=i)||"number"==typeof h||"boolean"==typeof h?i:r(i),o=e.get(n);return void 0===o&&(o=t.call(this,i),e.set(n,o)),o}function ct(t,e,r){var i=Array.prototype.slice.call(arguments,3),h=r(i),n=e.get(h);return void 0===n&&(n=t.apply(this,i),e.set(h,n)),n}function Et(t,e,r,i,h){return r.bind(e,t,i,h)}function pt(t,e){return Et(t,this,1===t.length?lt:ct,e.cache.create(),e.serializer)}var ft=function(){return JSON.stringify(arguments)};function bt(){this.cache=Object.create(null)}bt.prototype.get=function(t){return this.cache[t]},bt.prototype.set=function(t,e){this.cache[t]=e};var Ht,Bt={create:function(){return new bt}},Tt={variadic:function(t,e){return Et(t,this,ct,e.cache.create(),e.serializer)},monadic:function(t,e){return Et(t,this,lt,e.cache.create(),e.serializer)}};!function(t){t.MISSING_VALUE="MISSING_VALUE",t.INVALID_VALUE="INVALID_VALUE",t.MISSING_INTL_API="MISSING_INTL_API"}(Ht||(Ht={}));var mt,_t=function(t){function e(e,r,i){var h=t.call(this,e)||this;return h.code=r,h.originalMessage=i,h}return r(e,t),e.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},e}(Error),At=function(t){function e(e,r,i,h){return t.call(this,'Invalid values for "'.concat(e,'": "').concat(r,'". Options are "').concat(Object.keys(i).join('", "'),'"'),Ht.INVALID_VALUE,h)||this}return r(e,t),e}(_t),gt=function(t){function e(e,r,i){return t.call(this,'Value for "'.concat(e,'" must be of type ').concat(r),Ht.INVALID_VALUE,i)||this}return r(e,t),e}(_t),vt=function(t){function e(e,r){return t.call(this,'The intl string context variable "'.concat(e,'" was not provided to the string "').concat(r,'"'),Ht.MISSING_VALUE,r)||this}return r(e,t),e}(_t);function Pt(t){return"function"==typeof t}function yt(t,e,r,i,h,n,o){if(1===t.length&&u(t[0]))return[{type:mt.literal,value:t[0].value}];for(var s=[],a=0,_=t;a<_.length;a++){var A=_[a];if(u(A))s.push({type:mt.literal,value:A.value});else if(H(A))"number"==typeof n&&s.push({type:mt.literal,value:r.getNumberFormat(e).format(n)});else{var g=A.value;if(!h||!(g in h))throw new vt(g,o);var v=h[g];if(l(A))v&&"string"!=typeof v&&"number"!=typeof v||(v="string"==typeof v||"number"==typeof v?String(v):""),s.push({type:"string"==typeof v?mt.literal:mt.object,value:v});else if(E(A)){var P="string"==typeof A.style?i.date[A.style]:m(A.style)?A.style.parsedOptions:void 0;s.push({type:mt.literal,value:r.getDateTimeFormat(e,P).format(v)})}else if(p(A)){P="string"==typeof A.style?i.time[A.style]:m(A.style)?A.style.parsedOptions:i.time.medium;s.push({type:mt.literal,value:r.getDateTimeFormat(e,P).format(v)})}else if(c(A)){(P="string"==typeof A.style?i.number[A.style]:T(A.style)?A.style.parsedOptions:void 0)&&P.scale&&(v*=P.scale||1),s.push({type:mt.literal,value:r.getNumberFormat(e,P).format(v)})}else{if(B(A)){var y=A.children,L=A.value,S=h[L];if(!Pt(S))throw new gt(L,"function",o);var N=S(yt(y,e,r,i,h,n).map(function(t){return t.value}));Array.isArray(N)||(N=[N]),s.push.apply(s,N.map(function(t){return{type:"string"==typeof t?mt.literal:mt.object,value:t}}))}if(f(A)){if(!(C=A.options[v]||A.options.other))throw new At(A.value,v,Object.keys(A.options),o);s.push.apply(s,yt(C.value,e,r,i,h))}else if(b(A)){var C;if(!(C=A.options["=".concat(v)])){if(!Intl.PluralRules)throw new _t('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Ht.MISSING_INTL_API,o);var I=r.getPluralRules(e,{type:A.pluralType}).select(v-(A.offset||0));C=A.options[I]||A.options.other}if(!C)throw new At(A.value,v,Object.keys(A.options),o);s.push.apply(s,yt(C.value,e,r,i,h,v-(A.offset||0)))}else;}}}return function(t){return t.length<2?t:t.reduce(function(t,e){var r=t[t.length-1];return r&&r.type===mt.literal&&e.type===mt.literal?r.value+=e.value:t.push(e),t},[])}(s)}function Lt(t,e){return e?Object.keys(t).reduce(function(r,h){var n,o;return r[h]=(n=t[h],(o=e[h])?i(i(i({},n||{}),o||{}),Object.keys(n).reduce(function(t,e){return t[e]=i(i({},n[e]),o[e]||{}),t},{})):n),r},i({},t)):t}function St(t){return{create:function(){return{get:function(e){return t[e]},set:function(e,r){t[e]=r}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(mt||(mt={}));var Nt,Ct,It,dt=function(){function t(e,r,o,s){void 0===r&&(r=t.defaultLocale);var a,u=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(t){var e=u.formatToParts(t);if(1===e.length)return e[0].value;var r=e.reduce(function(t,e){return t.length&&e.type===mt.literal&&"string"==typeof t[t.length-1]?t[t.length-1]+=e.value:t.push(e.value),t},[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(t){return yt(u.ast,u.locales,u.formatters,u.formats,t,void 0,u.message)},this.resolvedOptions=function(){var t;return{locale:(null===(t=u.resolvedLocale)||void 0===t?void 0:t.toString())||Intl.NumberFormat.supportedLocalesOf(u.locales)[0]}},this.getAst=function(){return u.ast},this.locales=r,this.resolvedLocale=t.resolveLocale(r),"string"==typeof e){if(this.message=e,!t.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var l=s||{},c=(l.formatters,h(l,["formatters"]));this.ast=t.__parse(e,i(i({},c),{locale:this.resolvedLocale}))}else this.ast=e;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Lt(t.formats,o),this.formatters=s&&s.formatters||(void 0===(a=this.formatterCache)&&(a={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:ut(function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.NumberFormat).bind.apply(t,n([void 0],e,!1)))},{cache:St(a.number),strategy:Tt.variadic}),getDateTimeFormat:ut(function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.DateTimeFormat).bind.apply(t,n([void 0],e,!1)))},{cache:St(a.dateTime),strategy:Tt.variadic}),getPluralRules:ut(function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new((t=Intl.PluralRules).bind.apply(t,n([void 0],e,!1)))},{cache:St(a.pluralRules),strategy:Tt.variadic})})}return Object.defineProperty(t,"defaultLocale",{get:function(){return t.memoizedDefaultLocale||(t.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),t.memoizedDefaultLocale},enumerable:!1,configurable:!0}),t.memoizedDefaultLocale=null,t.resolveLocale=function(t){if(void 0!==Intl.Locale){var e=Intl.NumberFormat.supportedLocalesOf(t);return e.length>0?new Intl.Locale(e[0]):new Intl.Locale("string"==typeof t?t:t[0])}},t.__parse=at,t.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},t}();!function(t){t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",t[t.INVALID_TAG=23]="INVALID_TAG",t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(Nt||(Nt={})),function(t){t[t.literal=0]="literal",t[t.argument=1]="argument",t[t.number=2]="number",t[t.date=3]="date",t[t.time=4]="time",t[t.select=5]="select",t[t.plural=6]="plural",t[t.pound=7]="pound",t[t.tag=8]="tag"}(Ct||(Ct={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(It||(It={}));var Rt,Mt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Ot={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Ut(t){var e=t.hourCycle;if(void 0===e&&t.hourCycles&&t.hourCycles.length&&(e=t.hourCycles[0]),e)switch(e){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,i=t.language;return"root"!==i&&(r=t.maximize().region),(Ot[r||""]||Ot[i||""]||Ot["".concat(i,"-001")]||Ot["001"])[0]}var Gt=new RegExp("^".concat(Mt.source,"*")),Dt=new RegExp("".concat(Mt.source,"*$"));function Ft(t,e){return{start:t,end:e}}var wt=!!String.prototype.startsWith,kt=!!String.fromCodePoint,Vt=!!Object.fromEntries,Xt=!!String.prototype.codePointAt,Kt=!!String.prototype.trimStart,Yt=!!String.prototype.trimEnd,xt=!!Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},jt=!0;try{jt="a"===(null===(Rt=te("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Rt?void 0:Rt[0])}catch(t){jt=!1}var Zt,Wt=wt?function(t,e,r){return t.startsWith(e,r)}:function(t,e,r){return t.slice(r,r+e.length)===e},Qt=kt?String.fromCodePoint:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r,i="",h=t.length,n=0;h>n;){if((r=t[n++])>1114111)throw RangeError(r+" is not a valid code point");i+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return i},Jt=Vt?Object.fromEntries:function(t){for(var e={},r=0,i=t;r<i.length;r++){var h=i[r],n=h[0],o=h[1];e[n]=o}return e},zt=Xt?function(t,e){return t.codePointAt(e)}:function(t,e){var r=t.length;if(!(e<0||e>=r)){var i,h=t.charCodeAt(e);return h<55296||h>56319||e+1===r||(i=t.charCodeAt(e+1))<56320||i>57343?h:i-56320+(h-55296<<10)+65536}},qt=Kt?function(t){return t.trimStart()}:function(t){return t.replace(Gt,"")},$t=Yt?function(t){return t.trimEnd()}:function(t){return t.replace(Dt,"")};function te(t,e){return new RegExp(t,e)}if(jt){var ee=te("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Zt=function(t,e){var r;return ee.lastIndex=e,null!==(r=ee.exec(t)[1])&&void 0!==r?r:""}}else Zt=function(t,e){for(var r=[];;){var i=zt(t,e);if(void 0===i||he(i)||ne(i))break;r.push(i),e+=i>=65536?2:1}return Qt.apply(void 0,r)};var re=function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,e,r){for(var i=[];!this.isEOF();){var h=this.char();if(123===h){if((n=this.parseArgument(t,r)).err)return n;i.push(n.val)}else{if(125===h&&t>0)break;if(35!==h||"plural"!==e&&"selectordinal"!==e){if(60===h&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(Nt.UNMATCHED_CLOSING_TAG,Ft(this.clonePosition(),this.clonePosition()))}if(60===h&&!this.ignoreTag&&ie(this.peek()||0)){if((n=this.parseTag(t,e)).err)return n;i.push(n.val)}else{var n;if((n=this.parseLiteral(t,e)).err)return n;i.push(n.val)}}else{var o=this.clonePosition();this.bump(),i.push({type:Ct.pound,location:Ft(o,this.clonePosition())})}}}return{val:i,err:null}},t.prototype.parseTag=function(t,e){var r=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:Ct.literal,value:"<".concat(i,"/>"),location:Ft(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var h=this.parseMessage(t+1,e,!0);if(h.err)return h;var n=h.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ie(this.char()))return this.error(Nt.INVALID_TAG,Ft(o,this.clonePosition()));var s=this.clonePosition();return i!==this.parseTagName()?this.error(Nt.UNMATCHED_CLOSING_TAG,Ft(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:Ct.tag,value:i,children:n,location:Ft(r,this.clonePosition())},err:null}:this.error(Nt.INVALID_TAG,Ft(o,this.clonePosition())))}return this.error(Nt.UNCLOSED_TAG,Ft(r,this.clonePosition()))}return this.error(Nt.INVALID_TAG,Ft(r,this.clonePosition()))},t.prototype.parseTagName=function(){var t,e=this.offset();for(this.bump();!this.isEOF()&&(45===(t=this.char())||46===t||t>=48&&t<=57||95===t||t>=97&&t<=122||t>=65&&t<=90||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039);)this.bump();return this.message.slice(e,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),i="";;){var h=this.tryParseQuote(e);if(h)i+=h;else{var n=this.tryParseUnquoted(t,e);if(n)i+=n;else{var o=this.tryParseLeftAngleBracket();if(!o)break;i+=o}}}var s=Ft(r,this.clonePosition());return{val:{type:Ct.literal,value:i,location:s},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ie(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t},t.prototype.tryParseQuote=function(t){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();var e=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}e.push(39),this.bump()}else e.push(r);this.bump()}return Qt.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===e||"selectordinal"===e)||125===r&&t>0?null:(this.bump(),Qt(r))},t.prototype.parseArgument=function(t,e){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(Nt.EXPECT_ARGUMENT_CLOSING_BRACE,Ft(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(Nt.EMPTY_ARGUMENT,Ft(r,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(Nt.MALFORMED_ARGUMENT,Ft(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(Nt.EXPECT_ARGUMENT_CLOSING_BRACE,Ft(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:Ct.argument,value:i,location:Ft(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(Nt.EXPECT_ARGUMENT_CLOSING_BRACE,Ft(r,this.clonePosition())):this.parseArgumentOptions(t,e,i,r);default:return this.error(Nt.MALFORMED_ARGUMENT,Ft(r,this.clonePosition()))}},t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=Zt(this.message,e),i=e+r.length;return this.bumpTo(i),{value:r,location:Ft(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,h){var n,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();switch(s){case"":return this.error(Nt.EXPECT_ARGUMENT_TYPE,Ft(o,a));case"number":case"date":case"time":this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((T=this.parseSimpleArgStyleIfPossible()).err)return T;if(0===(f=$t(T.val)).length)return this.error(Nt.EXPECT_ARGUMENT_STYLE,Ft(this.clonePosition(),this.clonePosition()));u={style:f,styleLocation:Ft(l,this.clonePosition())}}if((m=this.tryParseArgumentClose(h)).err)return m;var c=Ft(h,this.clonePosition());if(u&&Wt(null==u?void 0:u.style,"::",0)){var E=qt(u.style.slice(2));if("number"===s)return(T=this.parseNumberSkeletonFromString(E,u.styleLocation)).err?T:{val:{type:Ct.number,value:r,location:c,style:T.val},err:null};if(0===E.length)return this.error(Nt.EXPECT_DATE_TIME_SKELETON,c);var p=E;this.locale&&(p=function(t,e){for(var r="",i=0;i<t.length;i++){var h=t.charAt(i);if("j"===h){for(var n=0;i+1<t.length&&t.charAt(i+1)===h;)n++,i++;var o=1+(1&n),s=n<2?1:3+(n>>1),a=Ut(e);for("H"!=a&&"k"!=a||(s=0);s-- >0;)r+="a";for(;o-- >0;)r=a+r}else r+="J"===h?"H":h}return r}(E,this.locale));var f={type:It.dateTime,pattern:p,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?g(p):{}};return{val:{type:"date"===s?Ct.date:Ct.time,value:r,location:c,style:f},err:null}}return{val:{type:"number"===s?Ct.number:"date"===s?Ct.date:Ct.time,value:r,location:c,style:null!==(n=null==u?void 0:u.style)&&void 0!==n?n:null},err:null};case"plural":case"selectordinal":case"select":var b=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(Nt.EXPECT_SELECT_ARGUMENT_OPTIONS,Ft(b,i({},b)));this.bumpSpace();var H=this.parseIdentifierIfPossible(),B=0;if("select"!==s&&"offset"===H.value){if(!this.bumpIf(":"))return this.error(Nt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ft(this.clonePosition(),this.clonePosition()));var T;if(this.bumpSpace(),(T=this.tryParseDecimalInteger(Nt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Nt.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return T;this.bumpSpace(),H=this.parseIdentifierIfPossible(),B=T.val}var m,_=this.tryParsePluralOrSelectOptions(t,s,e,H);if(_.err)return _;if((m=this.tryParseArgumentClose(h)).err)return m;var A=Ft(h,this.clonePosition());return"select"===s?{val:{type:Ct.select,value:r,options:Jt(_.val),location:A},err:null}:{val:{type:Ct.plural,value:r,options:Jt(_.val),offset:B,pluralType:"plural"===s?"cardinal":"ordinal",location:A},err:null};default:return this.error(Nt.INVALID_ARGUMENT_TYPE,Ft(o,a))}},t.prototype.tryParseArgumentClose=function(t){return this.isEOF()||125!==this.char()?this.error(Nt.EXPECT_ARGUMENT_CLOSING_BRACE,Ft(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(Nt.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Ft(r,this.clonePosition()));this.bump();break;case 123:t+=1,this.bump();break;case 125:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var r=[];try{r=P(t)}catch(t){return this.error(Nt.INVALID_NUMBER_SKELETON,e)}return{val:{type:It.number,tokens:r,location:e,parsedOptions:this.shouldParseSkeletons?M(r):{}},err:null}},t.prototype.tryParsePluralOrSelectOptions=function(t,e,r,i){for(var h,n=!1,o=[],s=new Set,a=i.value,u=i.location;;){if(0===a.length){var l=this.clonePosition();if("select"===e||!this.bumpIf("="))break;var c=this.tryParseDecimalInteger(Nt.EXPECT_PLURAL_ARGUMENT_SELECTOR,Nt.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;u=Ft(l,this.clonePosition()),a=this.message.slice(l.offset,this.offset())}if(s.has(a))return this.error("select"===e?Nt.DUPLICATE_SELECT_ARGUMENT_SELECTOR:Nt.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,u);"other"===a&&(n=!0),this.bumpSpace();var E=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?Nt.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:Nt.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ft(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,e,r);if(p.err)return p;var f=this.tryParseArgumentClose(E);if(f.err)return f;o.push([a,{value:p.val,location:Ft(E,this.clonePosition())}]),s.add(a),this.bumpSpace(),a=(h=this.parseIdentifierIfPossible()).value,u=h.location}return 0===o.length?this.error("select"===e?Nt.EXPECT_SELECT_ARGUMENT_SELECTOR:Nt.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ft(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!n?this.error(Nt.MISSING_OTHER_CLAUSE,Ft(this.clonePosition(),this.clonePosition())):{val:o,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){var r=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var h=!1,n=0;!this.isEOF();){var o=this.char();if(!(o>=48&&o<=57))break;h=!0,n=10*n+(o-48),this.bump()}var s=Ft(i,this.clonePosition());return h?xt(n*=r)?{val:n,err:null}:this.error(e,s):this.error(t,s)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=zt(this.message,t);if(void 0===e)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return e},t.prototype.error=function(t,e){return{val:null,err:{kind:t,message:this.message,location:e}}},t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},t.prototype.bumpIf=function(t){if(Wt(this.message,t,this.offset())){for(var e=0;e<t.length;e++)this.bump();return!0}return!1},t.prototype.bumpUntil=function(t){var e=this.offset(),r=this.message.indexOf(t,e);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var e=this.offset();if(e===t)break;if(e>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},t.prototype.bumpSpace=function(){for(;!this.isEOF()&&he(this.char());)this.bump()},t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),r=this.message.charCodeAt(e+(t>=65536?2:1));return null!=r?r:null},t}();function ie(t){return t>=97&&t<=122||t>=65&&t<=90}function he(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}function ne(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function oe(t){t.forEach(function(t){if(delete t.location,function(t){return t.type===Ct.select}(t)||function(t){return t.type===Ct.plural}(t))for(var e in t.options)delete t.options[e].location,oe(t.options[e].value);else(function(t){return t.type===Ct.number})(t)&&function(t){return!(!t||"object"!=typeof t||t.type!==It.number)}(t.style)?delete t.style.location:!function(t){return t.type===Ct.date}(t)&&!function(t){return t.type===Ct.time}(t)||!function(t){return!(!t||"object"!=typeof t||t.type!==It.dateTime)}(t.style)?function(t){return t.type===Ct.tag}(t)&&oe(t.children):delete t.style.location})}function se(t,e){return r=>new dt(function(t){return function(t,e){void 0===e&&(e={}),e=i({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new re(t,e).parse();if(r.err){var h=SyntaxError(Nt[r.err.kind]);throw h.location=r.err.location,h.originalMessage=r.err.message,h}return(null==e?void 0:e.captureLocation)||oe(r.val),r.val}(t,{ignoreTag:!0})}(t),e).format(r)}t.convertBundle=function(t,e){return Object.keys(t).reduce((r,i)=>(i.startsWith("@")||(r[i]=se(t[i],e)),r),{})},Object.defineProperty(t,"__esModule",{value:!0})});
|
|
9
9
|
//# sourceMappingURL=ojbundletransform.js.map
|