@sap-ux/ui-components 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +20 -0
- package/dist/components/Icons.d.ts +105 -0
- package/dist/components/Icons.d.ts.map +1 -0
- package/dist/components/Icons.js +401 -0
- package/dist/components/Icons.js.map +1 -0
- package/dist/components/UIBreadcrumb/UIBreadcrumb.d.ts +23 -0
- package/dist/components/UIBreadcrumb/UIBreadcrumb.d.ts.map +1 -0
- package/dist/components/UIBreadcrumb/UIBreadcrumb.js +38 -0
- package/dist/components/UIBreadcrumb/UIBreadcrumb.js.map +1 -0
- package/dist/components/UIBreadcrumb/index.d.ts +2 -0
- package/dist/components/UIBreadcrumb/index.d.ts.map +1 -0
- package/dist/components/UIBreadcrumb/index.js +14 -0
- package/dist/components/UIBreadcrumb/index.js.map +1 -0
- package/dist/components/UIButton/UIActionButton.d.ts +23 -0
- package/dist/components/UIButton/UIActionButton.d.ts.map +1 -0
- package/dist/components/UIButton/UIActionButton.js +97 -0
- package/dist/components/UIButton/UIActionButton.js.map +1 -0
- package/dist/components/UIButton/UIDefaultButton.d.ts +23 -0
- package/dist/components/UIButton/UIDefaultButton.d.ts.map +1 -0
- package/dist/components/UIButton/UIDefaultButton.js +227 -0
- package/dist/components/UIButton/UIDefaultButton.js.map +1 -0
- package/dist/components/UIButton/UIIconButton.d.ts +37 -0
- package/dist/components/UIButton/UIIconButton.d.ts.map +1 -0
- package/dist/components/UIButton/UIIconButton.js +106 -0
- package/dist/components/UIButton/UIIconButton.js.map +1 -0
- package/dist/components/UIButton/UISplitButton.d.ts +36 -0
- package/dist/components/UIButton/UISplitButton.d.ts.map +1 -0
- package/dist/components/UIButton/UISplitButton.js +67 -0
- package/dist/components/UIButton/UISplitButton.js.map +1 -0
- package/dist/components/UIButton/index.d.ts +7 -0
- package/dist/components/UIButton/index.d.ts.map +1 -0
- package/dist/components/UIButton/index.js +17 -0
- package/dist/components/UIButton/index.js.map +1 -0
- package/dist/components/UICallout/UICallout.d.ts +37 -0
- package/dist/components/UICallout/UICallout.d.ts.map +1 -0
- package/dist/components/UICallout/UICallout.js +90 -0
- package/dist/components/UICallout/UICallout.js.map +1 -0
- package/dist/components/UICallout/index.d.ts +2 -0
- package/dist/components/UICallout/index.d.ts.map +1 -0
- package/dist/components/UICallout/index.js +14 -0
- package/dist/components/UICallout/index.js.map +1 -0
- package/dist/components/UICheckbox/UICheckbox.d.ts +34 -0
- package/dist/components/UICheckbox/UICheckbox.d.ts.map +1 -0
- package/dist/components/UICheckbox/UICheckbox.js +135 -0
- package/dist/components/UICheckbox/UICheckbox.js.map +1 -0
- package/dist/components/UICheckbox/index.d.ts +2 -0
- package/dist/components/UICheckbox/index.d.ts.map +1 -0
- package/dist/components/UICheckbox/index.js +14 -0
- package/dist/components/UICheckbox/index.js.map +1 -0
- package/dist/components/UIChoiceGroup/UIChoiceGroup.d.ts +28 -0
- package/dist/components/UIChoiceGroup/UIChoiceGroup.d.ts.map +1 -0
- package/dist/components/UIChoiceGroup/UIChoiceGroup.js +182 -0
- package/dist/components/UIChoiceGroup/UIChoiceGroup.js.map +1 -0
- package/dist/components/UIChoiceGroup/index.d.ts +2 -0
- package/dist/components/UIChoiceGroup/index.d.ts.map +1 -0
- package/dist/components/UIChoiceGroup/index.js +14 -0
- package/dist/components/UIChoiceGroup/index.js.map +1 -0
- package/dist/components/UIComboBox/Callout.scss +7 -0
- package/dist/components/UIComboBox/UIComboBox.d.ts +190 -0
- package/dist/components/UIComboBox/UIComboBox.d.ts.map +1 -0
- package/dist/components/UIComboBox/UIComboBox.js +468 -0
- package/dist/components/UIComboBox/UIComboBox.js.map +1 -0
- package/dist/components/UIComboBox/UIComboBox.scss +245 -0
- package/dist/components/UIComboBox/_mixins.scss +24 -0
- package/dist/components/UIComboBox/index.d.ts +2 -0
- package/dist/components/UIComboBox/index.d.ts.map +1 -0
- package/dist/components/UIComboBox/index.js +14 -0
- package/dist/components/UIComboBox/index.js.map +1 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.d.ts +32 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.d.ts.map +1 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.js +124 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.js.map +1 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.scss +211 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.d.ts +20 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.d.ts.map +1 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.js +51 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.js.map +1 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.scss +23 -0
- package/dist/components/UIContextualMenu/_variables.scss +30 -0
- package/dist/components/UIContextualMenu/index.d.ts +3 -0
- package/dist/components/UIContextualMenu/index.d.ts.map +1 -0
- package/dist/components/UIContextualMenu/index.js +15 -0
- package/dist/components/UIContextualMenu/index.js.map +1 -0
- package/dist/components/UIDatePicker/UIDatePicker.d.ts +49 -0
- package/dist/components/UIDatePicker/UIDatePicker.d.ts.map +1 -0
- package/dist/components/UIDatePicker/UIDatePicker.js +72 -0
- package/dist/components/UIDatePicker/UIDatePicker.js.map +1 -0
- package/dist/components/UIDatePicker/UIDatePicker.scss +38 -0
- package/dist/components/UIDatePicker/index.d.ts +2 -0
- package/dist/components/UIDatePicker/index.d.ts.map +1 -0
- package/dist/components/UIDatePicker/index.js +14 -0
- package/dist/components/UIDatePicker/index.js.map +1 -0
- package/dist/components/UIDialog/UIDialog.d.ts +102 -0
- package/dist/components/UIDialog/UIDialog.d.ts.map +1 -0
- package/dist/components/UIDialog/UIDialog.js +250 -0
- package/dist/components/UIDialog/UIDialog.js.map +1 -0
- package/dist/components/UIDialog/index.d.ts +2 -0
- package/dist/components/UIDialog/index.d.ts.map +1 -0
- package/dist/components/UIDialog/index.js +14 -0
- package/dist/components/UIDialog/index.js.map +1 -0
- package/dist/components/UIDropdown/UIDropdown.d.ts +76 -0
- package/dist/components/UIDropdown/UIDropdown.d.ts.map +1 -0
- package/dist/components/UIDropdown/UIDropdown.js +166 -0
- package/dist/components/UIDropdown/UIDropdown.js.map +1 -0
- package/dist/components/UIDropdown/UIDropdown.scss +80 -0
- package/dist/components/UIDropdown/index.d.ts +2 -0
- package/dist/components/UIDropdown/index.d.ts.map +1 -0
- package/dist/components/UIDropdown/index.js +14 -0
- package/dist/components/UIDropdown/index.js.map +1 -0
- package/dist/components/UIFlexibleTable/RowActions.d.ts +17 -0
- package/dist/components/UIFlexibleTable/RowActions.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/RowActions.js +68 -0
- package/dist/components/UIFlexibleTable/RowActions.js.map +1 -0
- package/dist/components/UIFlexibleTable/RowData.d.ts +16 -0
- package/dist/components/UIFlexibleTable/RowData.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/RowData.js +109 -0
- package/dist/components/UIFlexibleTable/RowData.js.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.d.ts +12 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.js +256 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.js.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.scss +408 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.d.ts +20 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.js +20 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.js.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.d.ts +28 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.js +165 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.js.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.d.ts +21 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.js +20 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.js.map +1 -0
- package/dist/components/UIFlexibleTable/index.d.ts +6 -0
- package/dist/components/UIFlexibleTable/index.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/index.js +18 -0
- package/dist/components/UIFlexibleTable/index.js.map +1 -0
- package/dist/components/UIFlexibleTable/types.d.ts +103 -0
- package/dist/components/UIFlexibleTable/types.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/types.js +9 -0
- package/dist/components/UIFlexibleTable/types.js.map +1 -0
- package/dist/components/UIFlexibleTable/utils.d.ts +29 -0
- package/dist/components/UIFlexibleTable/utils.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/utils.js +53 -0
- package/dist/components/UIFlexibleTable/utils.js.map +1 -0
- package/dist/components/UIFocusZone/UIFocusTrapZone.d.ts +22 -0
- package/dist/components/UIFocusZone/UIFocusTrapZone.d.ts.map +1 -0
- package/dist/components/UIFocusZone/UIFocusTrapZone.js +33 -0
- package/dist/components/UIFocusZone/UIFocusTrapZone.js.map +1 -0
- package/dist/components/UIFocusZone/UIFocusZone.d.ts +23 -0
- package/dist/components/UIFocusZone/UIFocusZone.d.ts.map +1 -0
- package/dist/components/UIFocusZone/UIFocusZone.js +35 -0
- package/dist/components/UIFocusZone/UIFocusZone.js.map +1 -0
- package/dist/components/UIFocusZone/index.d.ts +3 -0
- package/dist/components/UIFocusZone/index.d.ts.map +1 -0
- package/dist/components/UIFocusZone/index.js +15 -0
- package/dist/components/UIFocusZone/index.js.map +1 -0
- package/dist/components/UIIcon/UIIcon.d.ts +24 -0
- package/dist/components/UIIcon/UIIcon.d.ts.map +1 -0
- package/dist/components/UIIcon/UIIcon.js +37 -0
- package/dist/components/UIIcon/UIIcon.js.map +1 -0
- package/dist/components/UIIcon/UIIcon.scss +3 -0
- package/dist/components/UIIcon/index.d.ts +2 -0
- package/dist/components/UIIcon/index.d.ts.map +1 -0
- package/dist/components/UIIcon/index.js +14 -0
- package/dist/components/UIIcon/index.js.map +1 -0
- package/dist/components/UIInput/UITextInput.d.ts +25 -0
- package/dist/components/UIInput/UITextInput.d.ts.map +1 -0
- package/dist/components/UIInput/UITextInput.js +180 -0
- package/dist/components/UIInput/UITextInput.js.map +1 -0
- package/dist/components/UIInput/index.d.ts +2 -0
- package/dist/components/UIInput/index.d.ts.map +1 -0
- package/dist/components/UIInput/index.js +14 -0
- package/dist/components/UIInput/index.js.map +1 -0
- package/dist/components/UILabel/UILabel.d.ts +30 -0
- package/dist/components/UILabel/UILabel.d.ts.map +1 -0
- package/dist/components/UILabel/UILabel.js +64 -0
- package/dist/components/UILabel/UILabel.js.map +1 -0
- package/dist/components/UILabel/index.d.ts +2 -0
- package/dist/components/UILabel/index.d.ts.map +1 -0
- package/dist/components/UILabel/index.js +14 -0
- package/dist/components/UILabel/index.js.map +1 -0
- package/dist/components/UILink/UILink.d.ts +22 -0
- package/dist/components/UILink/UILink.d.ts.map +1 -0
- package/dist/components/UILink/UILink.js +58 -0
- package/dist/components/UILink/UILink.js.map +1 -0
- package/dist/components/UILink/index.d.ts +2 -0
- package/dist/components/UILink/index.d.ts.map +1 -0
- package/dist/components/UILink/index.js +14 -0
- package/dist/components/UILink/index.js.map +1 -0
- package/dist/components/UIList/UIList.d.ts +31 -0
- package/dist/components/UIList/UIList.d.ts.map +1 -0
- package/dist/components/UIList/UIList.js +120 -0
- package/dist/components/UIList/UIList.js.map +1 -0
- package/dist/components/UIList/UIList.scss +16 -0
- package/dist/components/UIList/index.d.ts +2 -0
- package/dist/components/UIList/index.d.ts.map +1 -0
- package/dist/components/UIList/index.js +14 -0
- package/dist/components/UIList/index.js.map +1 -0
- package/dist/components/UILoader/UILoader.d.ts +27 -0
- package/dist/components/UILoader/UILoader.d.ts.map +1 -0
- package/dist/components/UILoader/UILoader.js +78 -0
- package/dist/components/UILoader/UILoader.js.map +1 -0
- package/dist/components/UILoader/UILoader.scss +32 -0
- package/dist/components/UILoader/index.d.ts +2 -0
- package/dist/components/UILoader/index.d.ts.map +1 -0
- package/dist/components/UILoader/index.js +14 -0
- package/dist/components/UILoader/index.js.map +1 -0
- package/dist/components/UIMessageBar/UIMessageBar.d.ts +25 -0
- package/dist/components/UIMessageBar/UIMessageBar.d.ts.map +1 -0
- package/dist/components/UIMessageBar/UIMessageBar.js +59 -0
- package/dist/components/UIMessageBar/UIMessageBar.js.map +1 -0
- package/dist/components/UIMessageBar/index.d.ts +2 -0
- package/dist/components/UIMessageBar/index.d.ts.map +1 -0
- package/dist/components/UIMessageBar/index.js +14 -0
- package/dist/components/UIMessageBar/index.js.map +1 -0
- package/dist/components/UIModal/UIModal.d.ts +23 -0
- package/dist/components/UIModal/UIModal.d.ts.map +1 -0
- package/dist/components/UIModal/UIModal.js +43 -0
- package/dist/components/UIModal/UIModal.js.map +1 -0
- package/dist/components/UIModal/index.d.ts +2 -0
- package/dist/components/UIModal/index.d.ts.map +1 -0
- package/dist/components/UIModal/index.js +14 -0
- package/dist/components/UIModal/index.js.map +1 -0
- package/dist/components/UIOverlay/UIOverlay.d.ts +22 -0
- package/dist/components/UIOverlay/UIOverlay.d.ts.map +1 -0
- package/dist/components/UIOverlay/UIOverlay.js +38 -0
- package/dist/components/UIOverlay/UIOverlay.js.map +1 -0
- package/dist/components/UIOverlay/index.d.ts +2 -0
- package/dist/components/UIOverlay/index.d.ts.map +1 -0
- package/dist/components/UIOverlay/index.js +14 -0
- package/dist/components/UIOverlay/index.js.map +1 -0
- package/dist/components/UISearchBox/UISearchBox.d.ts +22 -0
- package/dist/components/UISearchBox/UISearchBox.d.ts.map +1 -0
- package/dist/components/UISearchBox/UISearchBox.js +155 -0
- package/dist/components/UISearchBox/UISearchBox.js.map +1 -0
- package/dist/components/UISearchBox/index.d.ts +4 -0
- package/dist/components/UISearchBox/index.d.ts.map +1 -0
- package/dist/components/UISearchBox/index.js +14 -0
- package/dist/components/UISearchBox/index.js.map +1 -0
- package/dist/components/UISection/UISection.d.ts +33 -0
- package/dist/components/UISection/UISection.d.ts.map +1 -0
- package/dist/components/UISection/UISection.js +47 -0
- package/dist/components/UISection/UISection.js.map +1 -0
- package/dist/components/UISection/UISection.scss +76 -0
- package/dist/components/UISection/UISections.d.ts +251 -0
- package/dist/components/UISection/UISections.d.ts.map +1 -0
- package/dist/components/UISection/UISections.js +709 -0
- package/dist/components/UISection/UISections.js.map +1 -0
- package/dist/components/UISection/UISections.scss +62 -0
- package/dist/components/UISection/UISplitter.d.ts +97 -0
- package/dist/components/UISection/UISplitter.d.ts.map +1 -0
- package/dist/components/UISection/UISplitter.js +221 -0
- package/dist/components/UISection/UISplitter.js.map +1 -0
- package/dist/components/UISection/UISplitter.scss +212 -0
- package/dist/components/UISection/_mixins.scss +14 -0
- package/dist/components/UISection/_variables.scss +1 -0
- package/dist/components/UISection/index.d.ts +4 -0
- package/dist/components/UISection/index.d.ts.map +1 -0
- package/dist/components/UISection/index.js +16 -0
- package/dist/components/UISection/index.js.map +1 -0
- package/dist/components/UITable/UITable-helper.d.ts +85 -0
- package/dist/components/UITable/UITable-helper.d.ts.map +1 -0
- package/dist/components/UITable/UITable-helper.js +267 -0
- package/dist/components/UITable/UITable-helper.js.map +1 -0
- package/dist/components/UITable/UITable.d.ts +212 -0
- package/dist/components/UITable/UITable.d.ts.map +1 -0
- package/dist/components/UITable/UITable.js +762 -0
- package/dist/components/UITable/UITable.js.map +1 -0
- package/dist/components/UITable/UITable.scss +194 -0
- package/dist/components/UITable/index.d.ts +3 -0
- package/dist/components/UITable/index.d.ts.map +1 -0
- package/dist/components/UITable/index.js +15 -0
- package/dist/components/UITable/index.js.map +1 -0
- package/dist/components/UITable/types.d.ts +76 -0
- package/dist/components/UITable/types.d.ts.map +1 -0
- package/dist/components/UITable/types.js +27 -0
- package/dist/components/UITable/types.js.map +1 -0
- package/dist/components/UITabs/UITabs.d.ts +28 -0
- package/dist/components/UITabs/UITabs.d.ts.map +1 -0
- package/dist/components/UITabs/UITabs.js +70 -0
- package/dist/components/UITabs/UITabs.js.map +1 -0
- package/dist/components/UITabs/index.d.ts +2 -0
- package/dist/components/UITabs/index.d.ts.map +1 -0
- package/dist/components/UITabs/index.js +14 -0
- package/dist/components/UITabs/index.js.map +1 -0
- package/dist/components/UIToggle/UIToggle.d.ts +39 -0
- package/dist/components/UIToggle/UIToggle.d.ts.map +1 -0
- package/dist/components/UIToggle/UIToggle.js +181 -0
- package/dist/components/UIToggle/UIToggle.js.map +1 -0
- package/dist/components/UIToggle/index.d.ts +2 -0
- package/dist/components/UIToggle/index.d.ts.map +1 -0
- package/dist/components/UIToggle/index.js +14 -0
- package/dist/components/UIToggle/index.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.d.ts +31 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.js +132 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.scss +13 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.types.d.ts +23 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.types.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.types.js +3 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.types.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.d.ts +26 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.js +74 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.scss +74 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.d.ts +11 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.js +3 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.d.ts +3 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.js +15 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.js.map +1 -0
- package/dist/components/UIToggleGroup/index.d.ts +3 -0
- package/dist/components/UIToggleGroup/index.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/index.js +15 -0
- package/dist/components/UIToggleGroup/index.js.map +1 -0
- package/dist/components/UIToolbar/UIToolbar.d.ts +37 -0
- package/dist/components/UIToolbar/UIToolbar.d.ts.map +1 -0
- package/dist/components/UIToolbar/UIToolbar.js +101 -0
- package/dist/components/UIToolbar/UIToolbar.js.map +1 -0
- package/dist/components/UIToolbar/UIToolbar.scss +48 -0
- package/dist/components/UIToolbar/UIToolbarColumn.d.ts +8 -0
- package/dist/components/UIToolbar/UIToolbarColumn.d.ts.map +1 -0
- package/dist/components/UIToolbar/UIToolbarColumn.js +30 -0
- package/dist/components/UIToolbar/UIToolbarColumn.js.map +1 -0
- package/dist/components/UIToolbar/UIToolbarDivider.d.ts +26 -0
- package/dist/components/UIToolbar/UIToolbarDivider.d.ts.map +1 -0
- package/dist/components/UIToolbar/UIToolbarDivider.js +51 -0
- package/dist/components/UIToolbar/UIToolbarDivider.js.map +1 -0
- package/dist/components/UIToolbar/index.d.ts +4 -0
- package/dist/components/UIToolbar/index.d.ts.map +1 -0
- package/dist/components/UIToolbar/index.js +16 -0
- package/dist/components/UIToolbar/index.js.map +1 -0
- package/dist/components/UITooltip/UITooltip.d.ts +29 -0
- package/dist/components/UITooltip/UITooltip.d.ts.map +1 -0
- package/dist/components/UITooltip/UITooltip.js +79 -0
- package/dist/components/UITooltip/UITooltip.js.map +1 -0
- package/dist/components/UITooltip/UITooltipUtils.d.ts +17 -0
- package/dist/components/UITooltip/UITooltipUtils.d.ts.map +1 -0
- package/dist/components/UITooltip/UITooltipUtils.js +47 -0
- package/dist/components/UITooltip/UITooltipUtils.js.map +1 -0
- package/dist/components/UITooltip/index.d.ts +3 -0
- package/dist/components/UITooltip/index.d.ts.map +1 -0
- package/dist/components/UITooltip/index.js +15 -0
- package/dist/components/UITooltip/index.js.map +1 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.d.ts +255 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.d.ts.map +1 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.js +638 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.js.map +1 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.scss +82 -0
- package/dist/components/UITreeDropdown/index.d.ts +2 -0
- package/dist/components/UITreeDropdown/index.d.ts.map +1 -0
- package/dist/components/UITreeDropdown/index.js +14 -0
- package/dist/components/UITreeDropdown/index.js.map +1 -0
- package/dist/components/UIVerticalDivider/UIVerticalDivider.d.ts +24 -0
- package/dist/components/UIVerticalDivider/UIVerticalDivider.d.ts.map +1 -0
- package/dist/components/UIVerticalDivider/UIVerticalDivider.js +42 -0
- package/dist/components/UIVerticalDivider/UIVerticalDivider.js.map +1 -0
- package/dist/components/UIVerticalDivider/index.d.ts +2 -0
- package/dist/components/UIVerticalDivider/index.d.ts.map +1 -0
- package/dist/components/UIVerticalDivider/index.js +14 -0
- package/dist/components/UIVerticalDivider/index.js.map +1 -0
- package/dist/components/UIVirtualList/UIAutoSizer.d.ts +22 -0
- package/dist/components/UIVirtualList/UIAutoSizer.d.ts.map +1 -0
- package/dist/components/UIVirtualList/UIAutoSizer.js +33 -0
- package/dist/components/UIVirtualList/UIAutoSizer.js.map +1 -0
- package/dist/components/UIVirtualList/UICellMeasurer.d.ts +23 -0
- package/dist/components/UIVirtualList/UICellMeasurer.d.ts.map +1 -0
- package/dist/components/UIVirtualList/UICellMeasurer.js +33 -0
- package/dist/components/UIVirtualList/UICellMeasurer.js.map +1 -0
- package/dist/components/UIVirtualList/UIVirtualList.d.ts +43 -0
- package/dist/components/UIVirtualList/UIVirtualList.d.ts.map +1 -0
- package/dist/components/UIVirtualList/UIVirtualList.js +70 -0
- package/dist/components/UIVirtualList/UIVirtualList.js.map +1 -0
- package/dist/components/UIVirtualList/index.d.ts +4 -0
- package/dist/components/UIVirtualList/index.d.ts.map +1 -0
- package/dist/components/UIVirtualList/index.js +16 -0
- package/dist/components/UIVirtualList/index.js.map +1 -0
- package/dist/components/index.d.ts +34 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +46 -0
- package/dist/components/index.js.map +1 -0
- package/dist/helper/ValidationMessage/MessageWrapper.d.ts +18 -0
- package/dist/helper/ValidationMessage/MessageWrapper.d.ts.map +1 -0
- package/dist/helper/ValidationMessage/MessageWrapper.js +35 -0
- package/dist/helper/ValidationMessage/MessageWrapper.js.map +1 -0
- package/dist/helper/ValidationMessage/MessageWrapper.scss +44 -0
- package/dist/helper/ValidationMessage/index.d.ts +3 -0
- package/dist/helper/ValidationMessage/index.d.ts.map +1 -0
- package/dist/helper/ValidationMessage/index.js +15 -0
- package/dist/helper/ValidationMessage/index.js.map +1 -0
- package/dist/helper/ValidationMessage/utils.d.ts +32 -0
- package/dist/helper/ValidationMessage/utils.d.ts.map +1 -0
- package/dist/helper/ValidationMessage/utils.js +124 -0
- package/dist/helper/ValidationMessage/utils.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -0
- package/dist/styles/_color.scss +435 -0
- package/dist/styles/_mixins.scss +15 -0
- package/dist/styles/_theia_materialcolors.scss +279 -0
- package/dist/styles/_typography.scss +72 -0
- package/dist/styles/_variables.scss +24 -0
- package/dist/styles/ui-components.scss +5 -0
- package/dist/utilities/DeepMerge.d.ts +10 -0
- package/dist/utilities/DeepMerge.d.ts.map +1 -0
- package/dist/utilities/DeepMerge.js +43 -0
- package/dist/utilities/DeepMerge.js.map +1 -0
- package/dist/utilities/Focus.d.ts +5 -0
- package/dist/utilities/Focus.d.ts.map +1 -0
- package/dist/utilities/Focus.js +8 -0
- package/dist/utilities/Focus.js.map +1 -0
- package/dist/utilities/Id.d.ts +3 -0
- package/dist/utilities/Id.d.ts.map +1 -0
- package/dist/utilities/Id.js +6 -0
- package/dist/utilities/Id.js.map +1 -0
- package/dist/utilities/Keys.d.ts +3 -0
- package/dist/utilities/Keys.d.ts.map +1 -0
- package/dist/utilities/Keys.js +6 -0
- package/dist/utilities/Keys.js.map +1 -0
- package/dist/utilities/index.d.ts +4 -0
- package/dist/utilities/index.d.ts.map +1 -0
- package/dist/utilities/index.js +16 -0
- package/dist/utilities/index.js.map +1 -0
- package/package.json +78 -0
- package/storybook/509.1060f8f464e74d7e89e3.manager.bundle.js +17 -0
- package/storybook/685.6d7c03ae84f4f4910fd8.manager.bundle.js +10 -0
- package/storybook/720.3f79f56f8617ba9b098b.manager.bundle.js +1 -0
- package/storybook/730.e07ff5529508942d85d4.manager.bundle.js +15 -0
- package/storybook/759.8ae5af3b1b3b446a9919.manager.bundle.js +296 -0
- package/storybook/906.cf93a831.iframe.bundle.js +1 -0
- package/storybook/93.4e7a890e.iframe.bundle.js +301 -0
- package/storybook/975.15c711f75c0452ae9e9f.manager.bundle.js +2 -0
- package/storybook/978.a517622963996a3b8256.manager.bundle.js +894 -0
- package/storybook/983.515d3eedbfaed61e9ae7.manager.bundle.js +1 -0
- package/storybook/favicon.ico +0 -0
- package/storybook/iframe.html +380 -0
- package/storybook/index.html +177 -0
- package/storybook/main.e843f431b2692c06059a.manager.bundle.js +1 -0
- package/storybook/main.fd2077c6.iframe.bundle.js +98 -0
- package/storybook/project.json +1 -0
- package/storybook/runtime~main.1118f177d5097a42d314.manager.bundle.js +2 -0
- package/storybook/runtime~main.e0688c57.iframe.bundle.js +2 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[]).push([[509],{2509:(cl,Wn,k)=>{k.r(Wn),k.d(Wn,{OverlayScrollbarsComponent:()=>Nn,default:()=>Nn});var eo=k(35287),vl=k.n(eo),ao=k(14074),ul=k.n(ao),to=k(97431),fl=k.n(to),so=k(86199),_l=k.n(so),no=k(28132),dl=k.n(no),io=k(4361),hl=k.n(io),oo=k(22300),pl=k.n(oo),lo=k(40349),ml=k.n(lo),co=k(91196),yl=k.n(co),vo=k(65993),bl=k.n(vo),uo=k(95811),xl=k.n(uo),fo=k(22907),gl=k.n(fo),_o=k(86310),El=k.n(_o),ho=k(32391),Ol=k.n(ho),po=k(20230),Cl=k.n(po),mo=k(36189),Al=k.n(mo),yo=k(85393),Pl=k.n(yo),bo=k(99644),Dl=k.n(bo),xo=k(48757),Ml=k.n(xo),go=k(79797),Tl=k.n(go),Eo=k(96661),Ll=k.n(Eo),Oo=k(96989),Il=k.n(Oo),Bn=k(23481),pe=k(96832),Co=k(69469),Rl=k.n(Co),Ao=k(58897),Sl=k.n(Ao),Po=k(79119),Hl=k.n(Po);function Pa(rt){return Pa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(tr){return typeof tr}:function(tr){return tr&&typeof Symbol=="function"&&tr.constructor===Symbol&&tr!==Symbol.prototype?"symbol":typeof tr},Pa(rt)}var jn={exports:{}};/*!
|
|
2
|
+
* OverlayScrollbars
|
|
3
|
+
* https://github.com/KingSora/OverlayScrollbars
|
|
4
|
+
*
|
|
5
|
+
* Version: 1.13.0
|
|
6
|
+
*
|
|
7
|
+
* Copyright KingSora | Rene Haas.
|
|
8
|
+
* https://github.com/KingSora
|
|
9
|
+
*
|
|
10
|
+
* Released under the MIT license.
|
|
11
|
+
* Date: 02.08.2020
|
|
12
|
+
*/(function(rt){(function(tr,Ir){rt.exports=Ir(tr,tr.document,void 0)})(typeof window!="undefined"?window:Bn.c,function(tr,Ir,B){var Nt="OverlayScrollbars",p={o:"object",f:"function",a:"array",s:"string",b:"boolean",n:"number",u:"undefined",z:"null"},n={c:"class",s:"style",i:"id",l:"length",p:"prototype",ti:"tabindex",oH:"offsetHeight",cH:"clientHeight",sH:"scrollHeight",oW:"offsetWidth",cW:"clientWidth",sW:"scrollWidth",hOP:"hasOwnProperty",bCR:"getBoundingClientRect"},Te=function(){var O={},C={},x=["-webkit-","-moz-","-o-","-ms-"],e=["WebKit","Moz","O","MS"];function u(f){return f.charAt(0).toUpperCase()+f.slice(1)}return{_cssPrefixes:x,_jsPrefixes:e,_cssProperty:function(d){var U=C[d];if(C[n.hOP](d))return U;for(var or=u(d),A=Ir.createElement("div")[n.s],j,ur=0,N,Mr;ur<x.length;ur++)for(Mr=x[ur].replace(/-/g,""),j=[d,x[ur]+d,Mr+or,u(Mr)+or],N=0;N<j[n.l];N++)if(A[j[N]]!==B){U=j[N];break}return C[d]=U,U},_cssPropertyValue:function(d,U,or){var A=d+" "+U,j=C[A];if(C[n.hOP](A))return j;for(var ur=Ir.createElement("div")[n.s],N=U.split(" "),Mr=or||"",I=0,X=-1,J;I<N[n.l];I++)for(;X<Te._cssPrefixes[n.l];X++)if(J=X<0?N[I]:Te._cssPrefixes[X]+N[I],ur.cssText=d+":"+J+Mr,ur[n.l]){j=J;break}return C[A]=j,j},_jsAPI:function(d,U,or){var A=0,j=O[d];if(!O[n.hOP](d)){for(j=tr[d];A<e[n.l];A++)j=j||tr[(U?e[A]:e[A].toLowerCase())+u(d)];O[d]=j}return j||or}}}(),M=function(){function O(x){return x?tr.innerWidth||Ir.documentElement[n.cW]||Ir.body[n.cW]:tr.innerHeight||Ir.documentElement[n.cH]||Ir.body[n.cH]}function C(x,e){if(Pa(x)!=p.f)throw"Can't bind function!";var u=n.p,f=Array[u].slice.call(arguments,2),d=function(){},U=function(){return x.apply(this instanceof d?this:e,f.concat(Array[u].slice.call(arguments)))};return x[u]&&(d[u]=x[u]),U[u]=new d,U}return{wW:C(O,0,!0),wH:C(O,0),mO:C(Te._jsAPI,0,"MutationObserver",!0),rO:C(Te._jsAPI,0,"ResizeObserver",!0),rAF:C(Te._jsAPI,0,"requestAnimationFrame",!1,function(x){return tr.setTimeout(x,1e3/60)}),cAF:C(Te._jsAPI,0,"cancelAnimationFrame",!1,function(x){return tr.clearTimeout(x)}),now:function(){return Date.now&&Date.now()||new Date().getTime()},stpP:function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0},prvD:function(e){e.preventDefault&&e.cancelable?e.preventDefault():e.returnValue=!1},page:function(e){e=e.originalEvent||e;var u="page",f="client",d="X",U="Y",or=e.target||e.srcElement||Ir,A=or.ownerDocument||Ir,j=A.documentElement,ur=A.body;if(e.touches!==B){var N=e.touches[0];return{x:N[u+d],y:N[u+U]}}return!e[u+d]&&e[f+d]&&e[f+d]!=null?{x:e[f+d]+(j&&j.scrollLeft||ur&&ur.scrollLeft||0)-(j&&j.clientLeft||ur&&ur.clientLeft||0),y:e[f+U]+(j&&j.scrollTop||ur&&ur.scrollTop||0)-(j&&j.clientTop||ur&&ur.clientTop||0)}:{x:e[u+d],y:e[u+U]}},mBtn:function(e){var u=e.button;return!e.which&&u!==B?u&1?1:u&2?3:u&4?2:0:e.which},inA:function(e,u){for(var f=0;f<u[n.l];f++)try{if(u[f]===e)return f}catch(d){}return-1},isA:function(e){var u=Array.isArray;return u?u(e):this.type(e)==p.a},type:function(e){return e===B||e===null?e+"":Object[n.p].toString.call(e).replace(/^\[object (.+)\]$/,"$1").toLowerCase()},bind:C}}(),R=Math,ut=tr.jQuery,Do=function(){var O={p:R.PI,c:R.cos,s:R.sin,w:R.pow,t:R.sqrt,n:R.asin,a:R.abs,o:1.70158};return{swing:function(x,e,u,f,d){return .5-O.c(x*O.p)/2},linear:function(x,e,u,f,d){return x},easeInQuad:function(x,e,u,f,d){return f*(e/=d)*e+u},easeOutQuad:function(x,e,u,f,d){return-f*(e/=d)*(e-2)+u},easeInOutQuad:function(x,e,u,f,d){return(e/=d/2)<1?f/2*e*e+u:-f/2*(--e*(e-2)-1)+u},easeInCubic:function(x,e,u,f,d){return f*(e/=d)*e*e+u},easeOutCubic:function(x,e,u,f,d){return f*((e=e/d-1)*e*e+1)+u},easeInOutCubic:function(x,e,u,f,d){return(e/=d/2)<1?f/2*e*e*e+u:f/2*((e-=2)*e*e+2)+u},easeInQuart:function(x,e,u,f,d){return f*(e/=d)*e*e*e+u},easeOutQuart:function(x,e,u,f,d){return-f*((e=e/d-1)*e*e*e-1)+u},easeInOutQuart:function(x,e,u,f,d){return(e/=d/2)<1?f/2*e*e*e*e+u:-f/2*((e-=2)*e*e*e-2)+u},easeInQuint:function(x,e,u,f,d){return f*(e/=d)*e*e*e*e+u},easeOutQuint:function(x,e,u,f,d){return f*((e=e/d-1)*e*e*e*e+1)+u},easeInOutQuint:function(x,e,u,f,d){return(e/=d/2)<1?f/2*e*e*e*e*e+u:f/2*((e-=2)*e*e*e*e+2)+u},easeInSine:function(x,e,u,f,d){return-f*O.c(e/d*(O.p/2))+f+u},easeOutSine:function(x,e,u,f,d){return f*O.s(e/d*(O.p/2))+u},easeInOutSine:function(x,e,u,f,d){return-f/2*(O.c(O.p*e/d)-1)+u},easeInExpo:function(x,e,u,f,d){return e==0?u:f*O.w(2,10*(e/d-1))+u},easeOutExpo:function(x,e,u,f,d){return e==d?u+f:f*(-O.w(2,-10*e/d)+1)+u},easeInOutExpo:function(x,e,u,f,d){return e==0?u:e==d?u+f:(e/=d/2)<1?f/2*O.w(2,10*(e-1))+u:f/2*(-O.w(2,-10*--e)+2)+u},easeInCirc:function(x,e,u,f,d){return-f*(O.t(1-(e/=d)*e)-1)+u},easeOutCirc:function(x,e,u,f,d){return f*O.t(1-(e=e/d-1)*e)+u},easeInOutCirc:function(x,e,u,f,d){return(e/=d/2)<1?-f/2*(O.t(1-e*e)-1)+u:f/2*(O.t(1-(e-=2)*e)+1)+u},easeInElastic:function(x,e,u,f,d){var U=O.o,or=0,A=f;return e==0?u:(e/=d)==1?u+f:(or||(or=d*.3),A<O.a(f)?(A=f,U=or/4):U=or/(2*O.p)*O.n(f/A),-(A*O.w(2,10*(e-=1))*O.s((e*d-U)*(2*O.p)/or))+u)},easeOutElastic:function(x,e,u,f,d){var U=O.o,or=0,A=f;return e==0?u:(e/=d)==1?u+f:(or||(or=d*.3),A<O.a(f)?(A=f,U=or/4):U=or/(2*O.p)*O.n(f/A),A*O.w(2,-10*e)*O.s((e*d-U)*(2*O.p)/or)+f+u)},easeInOutElastic:function(x,e,u,f,d){var U=O.o,or=0,A=f;return e==0?u:(e/=d/2)==2?u+f:(or||(or=d*(.3*1.5)),A<O.a(f)?(A=f,U=or/4):U=or/(2*O.p)*O.n(f/A),e<1?-.5*(A*O.w(2,10*(e-=1))*O.s((e*d-U)*(2*O.p)/or))+u:A*O.w(2,-10*(e-=1))*O.s((e*d-U)*(2*O.p)/or)*.5+f+u)},easeInBack:function(x,e,u,f,d,U){return U=U||O.o,f*(e/=d)*e*((U+1)*e-U)+u},easeOutBack:function(x,e,u,f,d,U){return U=U||O.o,f*((e=e/d-1)*e*((U+1)*e+U)+1)+u},easeInOutBack:function(x,e,u,f,d,U){return U=U||O.o,(e/=d/2)<1?f/2*(e*e*(((U*=1.525)+1)*e-U))+u:f/2*((e-=2)*e*(((U*=1.525)+1)*e+U)+2)+u},easeInBounce:function(x,e,u,f,d){return f-this.easeOutBounce(x,d-e,0,f,d)+u},easeOutBounce:function(x,e,u,f,d){var U=7.5625;return(e/=d)<1/2.75?f*(U*e*e)+u:e<2/2.75?f*(U*(e-=1.5/2.75)*e+.75)+u:e<2.5/2.75?f*(U*(e-=2.25/2.75)*e+.9375)+u:f*(U*(e-=2.625/2.75)*e+.984375)+u},easeInOutBounce:function(x,e,u,f,d){return e<d/2?this.easeInBounce(x,e*2,0,f,d)*.5+u:this.easeOutBounce(x,e*2-d,0,f,d)*.5+f*.5+u}}}(),Q=function(){var O=/[^\x20\t\r\n\f]+/g,C=" ",x="",e="scrollLeft",u="scrollTop",f=[],d=M.type,U={animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0};function or(){var v,s,i,l,h,y,T=arguments[0]||{},W=1,V=arguments[n.l],S=!1;for(d(T)==p.b&&(S=T,T=arguments[1]||{},W=2),d(T)!=p.o&&!d(T)==p.f&&(T={}),V===W&&(T=rr,--W);W<V;W++)if((h=arguments[W])!=null)for(l in h)v=T[l],i=h[l],T!==i&&(S&&i&&(N(i)||(s=M.isA(i)))?(s?(s=!1,y=v&&M.isA(v)?v:[]):y=v&&N(v)?v:{},T[l]=or(S,y,i)):i!==B&&(T[l]=i));return T}function A(v,s,i){for(var l=i||0;l<s[n.l];l++)if(s[l]===v)return l;return-1}function j(v){return d(v)==p.f}function ur(v){for(var s in v)return!1;return!0}function N(v){if(!v||d(v)!=p.o)return!1;var s,i=n.p,l=Object[i].hasOwnProperty,h=l.call(v,"constructor"),y=v.constructor&&v.constructor[i]&&l.call(v.constructor[i],"isPrototypeOf");if(v.constructor&&!h&&!y)return!1;for(s in v);return d(s)==p.u||l.call(v,s)}function Mr(v,s){var i=0;if(I(v))for(;i<v[n.l]&&s.call(v[i],i,v[i])!==!1;i++);else for(i in v)if(s.call(v[i],i,v[i])===!1)break;return v}function I(v){var s=!!v&&[n.l]in v&&v[n.l],i=d(v);return j(i)?!1:i==p.a||s===0||d(s)==p.n&&s>0&&s-1 in v}function X(v){var s=v.match(O)||[];return s.join(C)}function J(v,s){for(var i=(v.parentNode||Ir).querySelectorAll(s)||[],l=i[n.l];l--;)if(i[l]==v)return!0;return!1}function L(v,s,i){if(M.isA(i))for(var l=0;l<i[n.l];l++)L(v,s,i[l]);else d(i)==p.s?v.insertAdjacentHTML(s,i):v.insertAdjacentElement(s,i.nodeType?i:i[0])}function fr(v,s,i){try{v[n.s][s]!==B&&(v[n.s][s]=je(s,i))}catch(l){}}function je(v,s){return!U[v.toLowerCase()]&&d(s)==p.n&&(s+="px"),s}function $(v,s){var i,l;s!==!1&&v.q.splice(0,1),v.q[n.l]>0?(l=v.q[0],P(v.el,l.props,l.duration,l.easing,l.complete,!0)):(i=A(v,f),i>-1&&f.splice(i,1))}function Xr(v,s,i){s===e||s===u?v[s]=i:fr(v,s,i)}function P(v,s,i,l,h,y){var T=N(i),W={},V={},S=0,er,Rr,Wr,Tr,Qr,Br;for(T?(l=i.easing,Wr=i.progress,Tr=i.step,Qr=i.specialEasing,h=i.complete,Br=i.duration):Br=i,Qr=Qr||{},Br=Br||400,l=l||"swing",y=y||!1;S<f[n.l];S++)if(f[S].el===v){Rr=f[S];break}Rr||(Rr={el:v,q:[]},f.push(Rr));for(er in s)er===e||er===u?W[er]=v[er]:W[er]=rr(v).css(er);for(er in W)W[er]!==s[er]&&s[er]!==B&&(V[er]=s[er]);if(ur(V))y&&$(Rr);else{var Le,ke,Ne,xr,xe,_r,Er,_a,Ze,da=y?0:A(hr,Rr.q),hr={props:V,duration:T?i:Br,easing:l,complete:h};if(da===-1&&(da=Rr.q[n.l],Rr.q.push(hr)),da===0)if(Br>0)Er=M.now(),_a=function(){Le=M.now(),Ze=Le-Er,ke=hr.stop||Ze>=Br,Ne=1-(R.max(0,Er+Br-Le)/Br||0);for(er in V)xr=parseFloat(W[er]),xe=parseFloat(V[er]),_r=(xe-xr)*Do[Qr[er]||l](Ne,Ne*Br,0,1,Br)+xr,Xr(v,er,_r),j(Tr)&&Tr(_r,{elem:v,prop:er,start:xr,now:_r,end:xe,pos:Ne,options:{easing:l,speacialEasing:Qr,duration:Br,complete:h,step:Tr},startTime:Er});j(Wr)&&Wr({},Ne,R.max(0,Br-Ze)),ke?($(Rr),j(h)&&h()):hr.frame=M.rAF()(_a)},hr.frame=M.rAF()(_a);else{for(er in V)Xr(v,er,V[er]);$(Rr)}}}function dr(v,s,i){for(var l,h,y,T=0;T<f[n.l];T++)if(l=f[T],l.el===v){if(l.q[n.l]>0){if(h=l.q[0],h.stop=!0,M.cAF()(h.frame),l.q.splice(0,1),i)for(y in h.props)Xr(v,y,h.props[y]);s?l.q=[]:$(l,!1)}break}}function yr(v){return!!(v[n.oW]||v[n.oH]||v.getClientRects()[n.l])}function rr(v){if(arguments[n.l]===0)return this;var s=new rr,i=v,l=0,h,y;if(d(v)==p.s)for(i=[],v.charAt(0)==="<"?(y=Ir.createElement("div"),y.innerHTML=v,h=y.children):h=Ir.querySelectorAll(v);l<h[n.l];l++)i.push(h[l]);if(i){for(d(i)!=p.s&&(!I(i)||i===tr||i===i.self)&&(i=[i]),l=0;l<i[n.l];l++)s[l]=i[l];s[n.l]=i[n.l]}return s}return rr[n.p]={on:function(s,i){s=(s||x).match(O)||[x];var l=s[n.l],h=0,y;return this.each(function(){y=this;try{if(y.addEventListener)for(;h<l;h++)y.addEventListener(s[h],i);else if(y.detachEvent)for(;h<l;h++)y.attachEvent("on"+s[h],i)}catch(T){}})},off:function(s,i){s=(s||x).match(O)||[x];var l=s[n.l],h=0,y;return this.each(function(){y=this;try{if(y.removeEventListener)for(;h<l;h++)y.removeEventListener(s[h],i);else if(y.detachEvent)for(;h<l;h++)y.detachEvent("on"+s[h],i)}catch(T){}})},one:function(s,i){return s=(s||x).match(O)||[x],this.each(function(){var l=rr(this);rr.each(s,function(h,y){var T=function W(V){i.call(this,V),l.off(y,W)};l.on(y,T)})})},trigger:function(s){var i,l;return this.each(function(){i=this,Ir.createEvent?(l=Ir.createEvent("HTMLEvents"),l.initEvent(s,!0,!1),i.dispatchEvent(l)):i.fireEvent("on"+s)})},append:function(s){return this.each(function(){L(this,"beforeend",s)})},prepend:function(s){return this.each(function(){L(this,"afterbegin",s)})},before:function(s){return this.each(function(){L(this,"beforebegin",s)})},after:function(s){return this.each(function(){L(this,"afterend",s)})},remove:function(){return this.each(function(){var s=this,i=s.parentNode;i!=null&&i.removeChild(s)})},unwrap:function(){var s=[],i,l,h;for(this.each(function(){h=this.parentNode,A(h,s)===-1&&s.push(h)}),i=0;i<s[n.l];i++){for(l=s[i],h=l.parentNode;l.firstChild;)h.insertBefore(l.firstChild,l);h.removeChild(l)}return this},wrapAll:function(s){for(var i,l=this,h=rr(s)[0],y=h,T=l[0].parentNode,W=l[0].previousSibling;y.childNodes[n.l]>0;)y=y.childNodes[0];for(i=0;l[n.l]-i;y.firstChild===l[0]&&i++)y.appendChild(l[i]);var V=W?W.nextSibling:T.firstChild;return T.insertBefore(h,V),this},wrapInner:function(s){return this.each(function(){var i=rr(this),l=i.contents();l[n.l]?l.wrapAll(s):i.append(s)})},wrap:function(s){return this.each(function(){rr(this).wrapAll(s)})},css:function(s,i){var l,h,y,T=tr.getComputedStyle;return d(s)==p.s?i===B?(l=this[0],y=T?T(l,null):l.currentStyle[s],T?y!=null?y.getPropertyValue(s):l[n.s][s]:y):this.each(function(){fr(this,s,i)}):this.each(function(){for(h in s)fr(this,h,s[h])})},hasClass:function(s){for(var i,l=0,h=C+s+C,y;i=this[l++];){if(y=i.classList,y&&y.contains(s))return!0;if(i.nodeType===1&&(C+X(i.className+x)+C).indexOf(h)>-1)return!0}return!1},addClass:function(s){var i,l,h,y,T,W,V,S,er=0,Rr=0;if(s){for(i=s.match(O)||[];l=this[er++];)if(S=l.classList,V===B&&(V=S!==B),V)for(;T=i[Rr++];)S.add(T);else if(y=l.className+x,h=l.nodeType===1&&C+X(y)+C,h){for(;T=i[Rr++];)h.indexOf(C+T+C)<0&&(h+=T+C);W=X(h),y!==W&&(l.className=W)}}return this},removeClass:function(s){var i,l,h,y,T,W,V,S,er=0,Rr=0;if(s){for(i=s.match(O)||[];l=this[er++];)if(S=l.classList,V===B&&(V=S!==B),V)for(;T=i[Rr++];)S.remove(T);else if(y=l.className+x,h=l.nodeType===1&&C+X(y)+C,h){for(;T=i[Rr++];)for(;h.indexOf(C+T+C)>-1;)h=h.replace(C+T+C,C);W=X(h),y!==W&&(l.className=W)}}return this},hide:function(){return this.each(function(){this[n.s].display="none"})},show:function(){return this.each(function(){this[n.s].display="block"})},attr:function(s,i){for(var l=0,h;h=this[l++];){if(i===B)return h.getAttribute(s);h.setAttribute(s,i)}return this},removeAttr:function(s){return this.each(function(){this.removeAttribute(s)})},offset:function(){var s=this[0],i=s[n.bCR](),l=tr.pageXOffset||Ir.documentElement[e],h=tr.pageYOffset||Ir.documentElement[u];return{top:i.top+h,left:i.left+l}},position:function(){var s=this[0];return{top:s.offsetTop,left:s.offsetLeft}},scrollLeft:function(s){for(var i=0,l;l=this[i++];){if(s===B)return l[e];l[e]=s}return this},scrollTop:function(s){for(var i=0,l;l=this[i++];){if(s===B)return l[u];l[u]=s}return this},val:function(s){var i=this[0];return s?(i.value=s,this):i.value},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(s){return rr(this[s>=0?s:this[n.l]+s])},find:function(s){var i=[],l;return this.each(function(){var h=this,y=h.querySelectorAll(s);for(l=0;l<y[n.l];l++)i.push(y[l])}),rr(i)},children:function(s){var i=[],l,h,y;return this.each(function(){for(h=this.children,y=0;y<h[n.l];y++)l=h[y],s?(l.matches&&l.matches(s)||J(l,s))&&i.push(l):i.push(l)}),rr(i)},parent:function(s){var i=[],l;return this.each(function(){l=this.parentNode,(!s||rr(l).is(s))&&i.push(l)}),rr(i)},is:function(s){var i,l;for(l=0;l<this[n.l];l++){if(i=this[l],s===":visible")return yr(i);if(s===":hidden")return!yr(i);if(i.matches&&i.matches(s)||J(i,s))return!0}return!1},contents:function(){var s=[],i,l;return this.each(function(){for(i=this.childNodes,l=0;l<i[n.l];l++)s.push(i[l])}),rr(s)},each:function(s){return Mr(this,s)},animate:function(s,i,l,h){return this.each(function(){P(this,s,i,l,h)})},stop:function(s,i){return this.each(function(){dr(this,s,i)})}},or(rr,{extend:or,inArray:A,isEmptyObject:ur,isPlainObject:N,each:Mr}),rr}(),Na=function(){var O=[],C="__overlayScrollbars__";return function(x,e){var u=arguments[n.l];if(u<1)return O;if(e)x[C]=e,O.push(x);else{var f=M.inA(x,O);if(f>-1)if(u>1)delete x[C],O.splice(f,1);else return O[f][C]}}}(),Ws=function(){var O,C,x,e=[],u=function(){var A=M.type,j=[p.b,p.n,p.s,p.a,p.o,p.f,p.z],ur=" ",N=":",Mr=[p.z,p.s],I=p.n,X=[p.z,p.b],J=[!0,p.b],L=[!1,p.b],fr=[null,[p.z,p.f]],je=[["img"],[p.s,p.a,p.z]],$=[["style","class"],[p.s,p.a,p.z]],Xr="n:none b:both h:horizontal v:vertical",P="v-h:visible-hidden v-s:visible-scroll s:scroll h:hidden",dr="v:visible h:hidden a:auto",yr="n:never s:scroll l:leave m:move",rr={className:["os-theme-dark",Mr],resize:["none",Xr],sizeAutoCapable:J,clipAlways:J,normalizeRTL:J,paddingAbsolute:L,autoUpdate:[null,X],autoUpdateInterval:[33,I],updateOnLoad:je,nativeScrollbarsOverlaid:{showNativeScrollbars:L,initialize:J},overflowBehavior:{x:["scroll",P],y:["scroll",P]},scrollbars:{visibility:["auto",dr],autoHide:["never",yr],autoHideDelay:[800,I],dragScrolling:J,clickScrolling:L,touchSupport:J,snapHandle:L},textarea:{dynWidth:L,dynHeight:L,inheritedAttrs:$},callbacks:{onInitialized:fr,onInitializationWithdrawn:fr,onDestroyed:fr,onScrollStart:fr,onScroll:fr,onScrollStop:fr,onOverflowChanged:fr,onOverflowAmountChanged:fr,onDirectionChanged:fr,onContentSizeChanged:fr,onHostSizeChanged:fr,onUpdated:fr}},v=function(i){var l=function h(y){var T,W,V;for(T in y)!y[n.hOP](T)||(W=y[T],V=A(W),V==p.a?y[T]=W[i?1:0]:V==p.o&&(y[T]=h(W)));return y};return l(Q.extend(!0,{},rr))};return{_defaults:v(),_template:v(!0),_validate:function(i,l,h,y){var T={},W={},V=Q.extend(!0,{},i),S=Q.inArray,er=Q.isEmptyObject,Rr=function Wr(Tr,Qr,Br,Le,ke,Ne){for(var xr in Qr)if(Qr[n.hOP](xr)&&Tr[n.hOP](xr)){var xe=!1,_r=!1,Er=Qr[xr],_a=A(Er),Ze=_a==p.o,da=M.isA(Er)?Er:[Er],hr=Br[xr],ge=Tr[xr],ft=A(ge),ve=Ne?Ne+".":"",ze='The option "'+ve+xr+`" wasn't set, because`,qe=[],Vr=[],ue,fe,mr,Ue,ha,Z,gr,Ee;if(hr=hr===B?{}:hr,Ze&&ft==p.o)Le[xr]={},ke[xr]={},Wr(ge,Er,hr,Le[xr],ke[xr],ve+xr),Q.each([Tr,Le,ke],function(Y,jr){er(jr[xr])&&delete jr[xr]});else if(!Ze){for(Z=0;Z<da[n.l];Z++)if(ha=da[Z],_a=A(ha),mr=_a==p.s&&S(ha,j)===-1,mr)for(qe.push(p.s),ue=ha.split(ur),Vr=Vr.concat(ue),gr=0;gr<ue[n.l];gr++){for(fe=ue[gr].split(N),Ue=fe[0],Ee=0;Ee<fe[n.l];Ee++)if(ge===fe[Ee]){xe=!0;break}if(xe)break}else if(qe.push(ha),ft===ha){xe=!0;break}xe?(_r=ge!==hr,_r&&(Le[xr]=ge),(mr?S(hr,fe)<0:_r)&&(ke[xr]=mr?Ue:ge)):h&&console.warn(ze+" it doesn't accept the type [ "+ft.toUpperCase()+' ] with the value of "'+ge+`".\r
|
|
13
|
+
Accepted types are: [ `+qe.join(", ").toUpperCase()+" ]."+(Vr[length]>0?`\r
|
|
14
|
+
Valid strings are: [ `+Vr.join(", ").split(N).join(", ")+" ].":"")),delete Tr[xr]}}};return Rr(V,l,y||{},T,W),!er(V)&&h&&console.warn(`The following options are discarded due to invalidity:\r
|
|
15
|
+
`+tr.JSON.stringify(V,null,2)),{_default:T,_prepared:W}}}}();function f(){C||(C=new d(u._defaults)),x||(x=new U(C))}function d(A){var j=this,ur="overflow",N="hidden",Mr="scroll",I=Q("body"),X=Q('<div id="os-dummy-scrollbar-size"><div></div></div>'),J=X[0],L=Q(X.children("div").eq(0));I.append(X),X.hide().show();var fr=Xr(J),je={x:fr.x===0,y:fr.y===0},$=function(){var P=tr.navigator.userAgent,dr="indexOf",yr="substring",rr=P[dr]("MSIE "),v=P[dr]("Trident/"),s=P[dr]("Edge/"),i=P[dr]("rv:"),l,h=parseInt;return rr>0?l=h(P[yr](rr+5,P[dr](".",rr)),10):v>0?l=h(P[yr](i+3,P[dr](".",i)),10):s>0&&(l=h(P[yr](s+5,P[dr](".",s)),10)),l}();Q.extend(j,{defaultOptions:A,msie:$,autoUpdateLoop:!1,autoUpdateRecommended:!M.mO(),nativeScrollbarSize:fr,nativeScrollbarIsOverlaid:je,nativeScrollbarStyling:function(){var P=!1;X.addClass("os-viewport-native-scrollbars-invisible");try{P=X.css("scrollbar-width")==="none"&&($>9||!$)||tr.getComputedStyle(J,"::-webkit-scrollbar").getPropertyValue("display")==="none"}catch(dr){}return P}(),overlayScrollbarDummySize:{x:30,y:30},cssCalc:Te._cssPropertyValue("width","calc","(1px)")||null,restrictedMeasuring:function(){X.css(ur,N);var P={w:J[n.sW],h:J[n.sH]};X.css(ur,"visible");var dr={w:J[n.sW],h:J[n.sH]};return P.w-dr.w!==0||P.h-dr.h!==0}(),rtlScrollBehavior:function(){X.css({"overflow-y":N,"overflow-x":Mr,direction:"rtl"}).scrollLeft(0);var P=X.offset(),dr=L.offset();X.scrollLeft(-999);var yr=L.offset();return{i:P.left===dr.left,n:dr.left!==yr.left}}(),supportTransform:!!Te._cssProperty("transform"),supportTransition:!!Te._cssProperty("transition"),supportPassiveEvents:function(){var P=!1;try{tr.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){P=!0}}))}catch(dr){}return P}(),supportResizeObserver:!!M.rO(),supportMutationObserver:!!M.mO()}),X.removeAttr(n.s).remove(),function(){if(je.x&&je.y)return;var P=R.abs,dr=M.wW(),yr=M.wH(),rr=i(),v=function(){if(Na().length>0){var h=M.wW(),y=M.wH(),T=h-dr,W=y-yr;if(T===0&&W===0)return;var V=R.round(h/(dr/100)),S=R.round(y/(yr/100)),er=P(T),Rr=P(W),Wr=P(V),Tr=P(S),Qr=i(),Br=er>2&&Rr>2,Le=!s(Wr,Tr),ke=Qr!==rr&&rr>0,Ne=Br&&Le&&ke,xr=j.nativeScrollbarSize,xe;Ne&&(I.append(X),xe=j.nativeScrollbarSize=Xr(X[0]),X.remove(),(xr.x!==xe.x||xr.y!==xe.y)&&Q.each(Na(),function(){Na(this)&&Na(this).update("zoom")})),dr=h,yr=y,rr=Qr}};function s(l,h){var y=P(l),T=P(h);return!(y===T||y+1===T||y-1===T)}function i(){var l=tr.screen.deviceXDPI||0,h=tr.screen.logicalXDPI||1;return tr.devicePixelRatio||l/h}Q(tr).on("resize",v)}();function Xr(P){return{x:P[n.oH]-P[n.cH],y:P[n.oW]-P[n.cW]}}}function U(A){var j=this,ur=Q.inArray,N=M.now,Mr="autoUpdate",I=Mr+"Interval",X=n.l,J=[],L=[],fr=!1,je=33,$=je,Xr=N(),P,dr=function yr(){if(J[X]>0&&fr){P=M.rAF()(function(){yr()});var rr=N(),v=rr-Xr,s,i,l,h,y,T;if(v>$){Xr=rr-v%$,s=je;for(var W=0;W<J[X];W++)i=J[W],i!==B&&(l=i.options(),h=l[Mr],y=R.max(1,l[I]),T=N(),(h===!0||h===null)&&T-L[W]>y&&(i.update("auto"),L[W]=new Date(T+=y)),s=R.max(1,R.min(s,y)));$=s}}else $=je};j.add=function(yr){ur(yr,J)===-1&&(J.push(yr),L.push(N()),J[X]>0&&!fr&&(fr=!0,A.autoUpdateLoop=fr,dr()))},j.remove=function(yr){var rr=ur(yr,J);rr>-1&&(L.splice(rr,1),J.splice(rr,1),J[X]===0&&fr&&(fr=!1,A.autoUpdateLoop=fr,P!==B&&(M.cAF()(P),P=-1)))}}function or(A,j,ur,N,Mr){var I=M.type,X=Q.inArray,J=Q.each,L=new O,fr=Q[n.p];if(!ki(A))return;if(Na(A)){var je=Na(A);return je.options(j),je}var $,Xr,P,dr,yr,rr,v,s,i,l,h,y,T,W,V,S,er,Rr,Wr,Tr,Qr,Br,Le,ke,Ne,xr,xe,_r,Er,_a={},Ze={},da={},hr={},ge={},ft="-hidden",ve="margin-",ze="padding-",qe="border-",Vr="top",ue="right",fe="bottom",mr="left",Ue="min-",ha="max-",Z="width",gr="height",Ee="float",Y="",jr="auto",Bs="sync",Ke="scroll",za="100%",zt="x",Ut="y",Fe=".",_e=" ",js="scrollbar",Ns="-horizontal",zs="-vertical",de=Ke+"Left",he=Ke+"Top",Mt="mousedown touchstart",wt="mouseup touchend touchcancel",kt="mousemove touchmove",Un="mouseenter",wn="mouseleave",Us="keydown",ws="keyup",Kt="selectstart",ks="transitionend webkitTransitionEnd oTransitionEnd",Ks="__overlayScrollbarsRO__",Ie="os-",kn=Ie+"html",Oe=Ie+"host",cs=Oe+"-foreign",Fs=Oe+"-textarea",Kn=Oe+"-"+js+Ns+ft,Fn=Oe+"-"+js+zs+ft,Qn=Oe+"-transition",Vn=Oe+"-rtl",Qs=Oe+"-resize-disabled",vs=Oe+"-scrolling",Ft=Oe+"-overflow",Ft=Oe+"-overflow",Yn=Ft+"-x",Gn=Ft+"-y",us=Ie+"textarea",Mo=us+"-cover",Vs=Ie+"padding",fs=Ie+"viewport",Ys=fs+"-native-scrollbars-invisible",Jn=fs+"-native-scrollbars-overlaid",Gs=Ie+"content",To=Ie+"content-arrange",Lo=Ie+"content-glue",Io=Ie+"size-auto-observer",_t=Ie+"resize-observer",_s=Ie+"resize-observer-item",Xn=_s+"-final",ds=Ie+"text-inherit",Ua=Ie+js,Zn=Ua+"-track",qn=Zn+"-off",$n=Ua+"-handle",ri=$n+"-off",ei=Ua+"-unusable",Qt=Ua+"-"+jr+ft,Js=Ua+"-corner",Vt=Js+"-resize",ai=Vt+"-both",ti=Vt+Ns,si=Vt+zs,Ro=Ua+Ns,So=Ua+zs,dt=Ie+"dragging",hs=Ie+"theme-none",Xs=[Ys,Jn,qn,ri,ei,Qt,Vt,ai,ti,si,dt].join(_e),Zs=[],qs=[n.ti],ni,Yt,te,wa={},Ho="added removed on contract",ii,ht={},oi,li=42,$s="load",Gt=[],ps,Da,Tt,pt,lr,G,pa,ma,$e,sr,Nr,ka,Ce,Ka,Re,mt,ms,Jt,yt,ys,Xt,Zt,Lt,et,Qe,bs,xs,at,bt,ya,qt,xt,ci,Ma,$t,ra,tt,vi,rn,ui,fi,_i,di,hi,pi,mi,It,Rt,en,an,yi,bi,xi,gi,Ei,Oi,tn,Ci,Fa,rs,sn,gs,nn,Ai,Pi,Di,st,Mi={},Es,Os,on,ln,Ta,Ti=["wrap","cols","rows"],cn=[n.i,n.c,n.s,"open"].concat(qs),vn=[],un,Li,Ii,fn,_n,nt,ea,gt,dn,it,Cs,As,hn,pn;function we(r,a,t,o,c){var _=M.isA(a)&&M.isA(t),m=o?"removeEventListener":"addEventListener",g=o?"off":"on",b=_?!1:a.split(_e),E=0,F=Q.isPlainObject(c),H=h&&(F?c._passive:c)||!1,ar=F&&(c._capture||!1),nr=h?{passive:H,capture:ar}:ar;if(_)for(;E<a[n.l];E++)we(r,a[E],t[E],o,c);else for(;E<b[n.l];E++)h?r[0][m](b[E],t,nr):r[g](b[E],t)}function ba(r,a,t,o){we(r,a,t,!1,o),vn.push(M.bind(we,0,r,a,t,!0,o))}function Ps(r,a){if(r){var t=M.rO(),o="animationstart mozAnimationStart webkitAnimationStart MSAnimationStart",c="childNodes",_=3333333,m=function(){r[he](_)[de](_r?P.n?-_:P.i?0:_:_),a()};if(a){if(y){var g=r.addClass("observed").append(Ye(_t)).contents()[0],b=g[Ks]=new t(m);b.observe(g)}else if(yr>9||!dr){r.prepend(Ye(_t,Ye({c:_s,dir:"ltr"},Ye(_s,Ye(Xn))+Ye(_s,Ye({c:Xn,style:"width: 200%; height: 200%"})))));var E=r[0][c][0][c][0],F=Q(E[c][1]),H=Q(E[c][0]),ar=Q(H[0][c][0]),nr=E[n.oW],pr=E[n.oH],K,cr,q,Pr,ie=2,Yr=N.nativeScrollbarSize,He=function(){H[de](_)[he](_),F[de](_)[he](_)},oe=function(){cr=0,K&&(nr=q,pr=Pr,m())},qr=function(D){return q=E[n.oW],Pr=E[n.oH],K=q!=nr||Pr!=pr,D&&K&&!cr?(M.cAF()(cr),cr=M.rAF()(oe)):D||oe(),He(),D&&(M.prvD(D),M.stpP(D)),!1},$r={},se={};Et(se,Y,[-((Yr.y+1)*ie),Yr.x*-ie,Yr.y*-ie,-((Yr.x+1)*ie)]),Q(E).css(se),H.on(Ke,qr),F.on(Ke,qr),r.on(o,function(){qr(!1)}),$r[Z]=_,$r[gr]=_,ar.css($r),He()}else{var We=Lt.attachEvent,re=yr!==B;if(We)r.prepend(Ye(_t)),St(r,Fe+_t)[0].attachEvent("onresize",m);else{var zr=Lt.createElement(p.o);zr.setAttribute(n.ti,"-1"),zr.setAttribute(n.c,_t),zr.onload=function(){var Sr=this.contentDocument.defaultView;Sr.addEventListener("resize",m),Sr.document.documentElement.style.display="none"},zr.type="text/html",re&&r.prepend(zr),zr.data="about:blank",re||r.prepend(zr),r.on(o,m)}}if(r[0]===xs){var sa=function(){var D=G.css("direction"),Cr={},Dr=0,Ae=!1;return D!==di&&(D==="ltr"?(Cr[mr]=0,Cr[ue]=jr,Dr=_):(Cr[mr]=jr,Cr[ue]=0,Dr=P.n?-_:P.i?0:_),ma.children().eq(0).css(Cr),ma[de](Dr)[he](_),di=D,Ae=!0),Ae};sa(),ba(r,Ke,function(Sr){return sa()&&xa(),M.prvD(Sr),M.stpP(Sr),!1})}}else if(y){var g=r.contents()[0],Or=g[Ks];Or&&(Or.disconnect(),delete g[Ks])}else Va(r.children(Fe+_t).eq(0))}}function Wo(){if(T){var r=11,a=M.mO(),t=M.now(),o,c,_,m,g,b,E,F,H,ar;on=function(pr){var K=!1,cr=!1,q,Pr=[];return W&&!Er&&(J(pr,function(){q=this,o=q.target,c=q.attributeName,_=c===n.c,m=q.oldValue,g=o.className,Wr&&_&&!cr&&m.indexOf(cs)>-1&&g.indexOf(cs)<0&&(b=wi(!0),Qe.className=g.split(_e).concat(m.split(_e).filter(function(ie){return ie.match(b)})).join(_e),K=cr=!0),K||(K=_?Bi(m,g):c===n.s?m!==o[n.s].cssText:!0),Pr.push(c)}),xn(Pr),K&&L.update(cr||jr)),K},ln=function(pr){var K=!1,cr;return W&&!Er&&(J(pr,function(){return cr=this,K=No(cr),!K}),K&&(F=M.now(),H=tt||ra,ar=function(){V||(t=F,S&&gn(),H?xa():L.update(jr))},clearTimeout(E),r<=0||F-t>r||!H?ar():E=setTimeout(ar,r))),K},Es=new a(on),Os=new a(ln)}}function Ri(){T&&!Ta&&(Es.observe(Qe,{attributes:!0,attributeOldValue:!0,attributeFilter:cn}),Os.observe(S?et:ya,{attributes:!0,attributeOldValue:!0,subtree:!S,childList:!S,characterData:!S,attributeFilter:S?Ti:cn}),Ta=!0)}function mn(){T&&Ta&&(Es.disconnect(),Os.disconnect(),Ta=!1)}function Bo(){if(!Er){var r,a={w:xs[n.sW],h:xs[n.sH]};r=Ot(a,xi),xi=a,r&&xa({_hostSizeChanged:!0})}}function Si(){gt&&La(!0)}function Hi(){gt&&!pt.hasClass(dt)&&La(!1)}function jo(){ea&&(La(!0),clearTimeout(Ii),Ii=setTimeout(function(){ea&&!V&&La(!1)},100))}function es(r){return M.prvD(r),!1}function yn(r){var a=Q(r.target);Fi(function(t,o){a.is(o)&&xa({_contentSizeChanged:!0})})}function bn(r){r||bn(!0),we(G,kt.split(_e)[0],jo,!ea||r,!0),we(G,[Un,wn],[Si,Hi],!gt||r,!0),!W&&!r&&G.one("mouseover",Si)}function Wi(){var r={};return er&&ka&&(r.w=Ia(ka.css(Ue+Z)),r.h=Ia(ka.css(Ue+gr)),r.c=Ot(r,st),r.f=!0),st=r,!!r.c}function Bi(r,a){var t=Pa(a)==p.s?a.split(_e):[],o=Pa(r)==p.s?r.split(_e):[],c=Qo(o,t),_=X(hs,c),m,g;if(_>-1&&c.splice(_,1),c[n.l]>0){for(g=wi(!0,!0),m=0;m<c.length;m++)if(!c[m].match(g))return!0}return!1}function No(r){var a=r.attributeName,t=r.target,o=r.type,c="closest";if(t===ya)return a===null;if(o==="attributes"&&(a===n.c||a===n.s)&&!S){if(a===n.c&&Q(t).hasClass(Oe))return Bi(r.oldValue,t.className);if(Pa(t[c])!=p.f)return!0;if(t[c](Fe+_t)!==null||t[c](Fe+Ua)!==null||t[c](Fe+Js)!==null)return!1}return!0}function zo(){if(Er)return!1;var r=Ki(),a=S&&ra&&!gs?lr.val().length:0,t=!Ta&&ra&&!S,o={},c,_,m,g;return t&&(c=Nr.css(Ee),o[Ee]=_r?ue:mr,o[Z]=jr,Nr.css(o)),g={w:r[n.sW]+a,h:r[n.sH]+a},t&&(o[Ee]=c,o[Z]=za,Nr.css(o)),_=Wi(),m=Ot(g,bi),bi=g,m||_}function Uo(){if(!(Er||Ta)){var r,a,t,o=[],c=[{_elem:G,_attrs:cn.concat(":visible")},{_elem:S?lr:B,_attrs:Ti}];return J(c,function(_,m){r=m._elem,r&&J(m._attrs,function(g,b){a=b.charAt(0)===":"?r.is(b):r.attr(b),t=Mi[b],Ot(a,t)&&o.push(b),Mi[b]=a})}),xn(o),o[n.l]>0}}function wo(r){if(!W)return!0;var a="flex-grow",t="flex-shrink",o="flex-basis",c=[Z,Ue+Z,ha+Z,ve+mr,ve+ue,mr,ue,"font-weight","word-spacing",a,t,o],_=[ze+mr,ze+ue,qe+mr+Z,qe+ue+Z],m=[gr,Ue+gr,ha+gr,ve+Vr,ve+fe,Vr,fe,"line-height",a,t,o],g=[ze+Vr,ze+fe,qe+Vr+Z,qe+fe+Z],b="s",E="v-s",F=It.x===b||It.x===E,H=It.y===b||It.y===E,ar=!1,nr=function(K,cr){for(var q=0;q<K[n.l];q++)if(K[q]===cr)return!0;return!1};return H&&(ar=nr(m,r),!ar&&!Tr&&(ar=nr(g,r))),F&&!ar&&(ar=nr(c,r),!ar&&!Tr&&(ar=nr(_,r))),ar}function xn(r){r=r||qs,J(r,function(a,t){if(M.inA(t,qs)>-1){var o=lr.attr(t);I(o)==p.s?sr.attr(t,o):sr.removeAttr(t)}})}function gn(){if(!Er){var r=!gs,a=hr.w,t=hr.h,o={},c=ra||r,_,m,g,b;return o[Ue+Z]=Y,o[Ue+gr]=Y,o[Z]=jr,lr.css(o),_=et[n.oW],m=c?R.max(_,et[n.sW]-1):1,o[Z]=ra?jr:za,o[Ue+Z]=za,o[gr]=jr,lr.css(o),g=et[n.oH],b=R.max(g,et[n.sH]-1),o[Z]=m,o[gr]=b,Ka.css(o),o[Ue+Z]=a,o[Ue+gr]=t,lr.css(o),{_originalWidth:_,_originalHeight:g,_dynamicWidth:m,_dynamicHeight:b}}}function xa(r){clearTimeout(oi),r=r||{},ht._hostSizeChanged|=r._hostSizeChanged,ht._contentSizeChanged|=r._contentSizeChanged,ht._force|=r._force;var a=M.now(),t=!!ht._hostSizeChanged,o=!!ht._contentSizeChanged,c=!!ht._force,_=r._changedOptions,m=W&&!V&&!c&&!_&&a-ii<li&&!tt&&!ra,g;if(m&&(oi=setTimeout(xa,li)),!(V||m||Er&&!_||W&&!c&&(g=G.is(":hidden"))||G.css("display")==="inline")){ii=a,ht={},rr&&!($.x&&$.y)?(s.x=0,s.y=0):s=Se({},N.nativeScrollbarSize),ge={x:(s.x+($.x?0:3))*3,y:(s.y+($.y?0:3))*3},_=_||{};var b=function(){return Ot.apply(this,[].slice.call(arguments).concat([c]))},E={x:sr[de](),y:sr[he]()},F=te.scrollbars,H=te.textarea,ar=F.visibility,nr=b(ar,gi),pr=F.autoHide,K=b(pr,Ei),cr=F.clickScrolling,q=b(cr,Oi),Pr=F.dragScrolling,ie=b(Pr,tn),Yr=te.className,He=b(Yr,rs),oe=te.resize,qr=b(oe,Ci)&&!er,$r=te.paddingAbsolute,se=b($r,hi),We=te.clipAlways,re=b(We,pi),zr=te.sizeAutoCapable&&!er,sa=b(zr,yi),Or=te.nativeScrollbarsOverlaid.showNativeScrollbars,Sr=b(Or,en),D=te.autoUpdate,Cr=b(D,an),Dr=te.overflowBehavior,Ae=b(Dr,It,c),Ya=H.dynWidth,Ct=b(Di,Ya),Be=H.dynHeight,Ra=b(Pi,Be);if(_n=pr==="n",nt=pr==="s",ea=pr==="m",gt=pr==="l",fn=F.autoHideDelay,sn=rs,Cs=oe==="n",As=oe==="b",hn=oe==="h",pn=oe==="v",Fa=te.normalizeRTL,Or=Or&&$.x&&$.y,gi=ar,Ei=pr,Oi=cr,tn=Pr,rs=Yr,Ci=oe,hi=$r,pi=We,yi=zr,en=Or,an=D,It=Se({},Dr),Di=Ya,Pi=Be,Ma=Ma||{x:!1,y:!1},He&&(me(G,sn+_e+hs),Zr(G,Yr!==B&&Yr!==null&&Yr.length>0?Yr:hs)),Cr&&(D===!0||D===null&&dr?(mn(),Mr.add(L)):(Mr.remove(L),Ri())),sa)if(zr)if(Ce?Ce.show():(Ce=Q(Ye(Lo)),$e.before(Ce)),Qr)pa.show();else{pa=Q(Ye(Io)),bs=pa[0],Ce.before(pa);var Sa={w:-1,h:-1};Ps(pa,function(){var ja={w:bs[n.oW],h:bs[n.oH]};Ot(ja,Sa)&&(W&&tt&&ja.h>0||ra&&ja.w>0||W&&!tt&&ja.h===0||!ra&&ja.w===0)&&xa(),Sa=ja}),Qr=!0,v!==null&&pa.css(gr,v+"(100% + 1px)")}else Qr&&pa.hide(),Ce&&Ce.hide();c&&(ma.find("*").trigger(Ke),Qr&&pa.find("*").trigger(Ke)),g=g===B?G.is(":hidden"):g;var Ge=S?lr.attr("wrap")!=="off":!1,ts=b(Ge,gs),Je=G.css("direction"),Pe=b(Je,_i),Ga=G.css("box-sizing"),Xe=b(Ga,vi),Ur=Dn(ze),na;try{na=Qr?bs[n.bCR]():null}catch(ja){return}_r=Je==="rtl",Tr=Ga==="border-box";var ee=_r?mr:ue,ir=_r?ue:mr,Ja=!1,Xa=Qr&&G.css(Ee)!=="none"?R.round(na.right-na.left)===0&&($r?!0:Qe[n.cW]-Br>0):!1;if(zr&&!Xa){var Za=Qe[n.oW],At=Ce.css(Z);Ce.css(Z,jr);var ia=Qe[n.oW];Ce.css(Z,At),Ja=Za!==ia,Ja||(Ce.css(Z,Za+1),ia=Qe[n.oW],Ce.css(Z,At),Ja=Za!==ia)}var Gr=(Xa||Ja)&&zr&&!g,br=b(Gr,ra),oa=!Gr&&ra,wr=Qr&&zr&&!g?R.round(na.bottom-na.top)===0:!1,ne=b(wr,tt),la=!wr&&tt,Ht=Gr&&Tr||!Tr,Pt=wr&&Tr||!Tr,ca=Dn(qe,"-"+Z,!Ht,!Pt),Ha=Dn(ve),w={},z={},kr=function(){return{w:Qe[n.cW],h:Qe[n.cH]}},De=function(){return{w:at[n.oW]+R.max(0,ya[n.cW]-ya[n.sW]),h:at[n.oH]+R.max(0,ya[n.cH]-ya[n.sH])}},Kr=Br=Ur.l+Ur.r,le=Le=Ur.t+Ur.b;if(Kr*=$r?1:0,le*=$r?1:0,Ur.c=b(Ur,rn),ke=ca.l+ca.r,Ne=ca.t+ca.b,ca.c=b(ca,ui),xr=Ha.l+Ha.r,xe=Ha.t+Ha.b,Ha.c=b(Ha,fi),gs=Ge,_i=Je,vi=Ga,ra=Gr,tt=wr,rn=Ur,ui=ca,fi=Ha,Pe&&Qr&&pa.css(Ee,ir),Ur.c||Pe||se||br||ne||Xe||sa){var ae={},Me={},ot=[Ur.t,Ur.r,Ur.b,Ur.l];Et(z,ve,[-Ur.t,-Ur.r,-Ur.b,-Ur.l]),$r?(Et(ae,Y,ot),Et(S?Me:w,ze)):(Et(ae,Y),Et(S?Me:w,ze,ot)),$e.css(ae),lr.css(Me)}hr=De();var Hr=S?gn():!1,qa=S&&b(Hr,Ai),va=S&&Hr?{w:Ya?Hr._dynamicWidth:Hr._originalWidth,h:Be?Hr._dynamicHeight:Hr._originalHeight}:{};if(Ai=Hr,wr&&(ne||se||Xe||Ur.c||ca.c)?w[gr]=jr:(ne||se)&&(w[gr]=za),Gr&&(br||se||Xe||Ur.c||ca.c||Pe)?(w[Z]=jr,z[ha+Z]=za):(br||se)&&(w[Z]=za,w[Ee]=Y,z[ha+Z]=Y),Gr?(z[Z]=jr,w[Z]=Te._cssPropertyValue(Z,"max-content intrinsic")||jr,w[Ee]=ir):z[Z]=Y,wr?z[gr]=va.h||ya[n.cH]:z[gr]=Y,zr&&Ce.css(z),Nr.css(w),w={},z={},t||o||qa||Pe||Xe||se||br||Gr||ne||wr||Sr||Ae||re||qr||nr||K||ie||q||Ct||Ra||ts){var ye="overflow",Ea=ye+"-x",Oa=ye+"-y",lt="hidden",ua="visible";if(!rr){var Ca={},ss=Ma.y&&$t.ys&&!Or?$.y?sr.css(ee):-s.y:0,Jo=Ma.x&&$t.xs&&!Or?$.x?sr.css(fe):-s.x:0;Et(Ca,Y),sr.css(Ca)}var ct=Ki(),ns={w:va.w||ct[n.cW],h:va.h||ct[n.cH]},Qi={w:ct[n.sW],h:ct[n.sH]};rr||(Ca[fe]=la?Y:Jo,Ca[ee]=oa?Y:ss,sr.css(Ca)),hr=De();var is=kr(),Ln={w:is.w-xr-ke-(Tr?0:Br),h:is.h-xe-Ne-(Tr?0:Le)},Wt={w:R.max((Gr?ns.w:Qi.w)+Kr,Ln.w),h:R.max((wr?ns.h:Qi.h)+le,Ln.h)};if(Wt.c=b(Wt,mi),mi=Wt,zr){(Wt.c||wr||Gr)&&(z[Z]=Wt.w,z[gr]=Wt.h,S||(ns={w:ct[n.cW],h:ct[n.cH]}));var Vi={},Yi=function(Jr){var be=aa(Jr),fa=be._w_h,Fr=be._width_height,vr=Jr?Gr:wr,Aa=Jr?ke:Ne,Dt=Jr?Br:Le,Ss=Jr?xr:xe,Hs=hr[fa]-Aa-Ss-(Tr?0:Dt);(!vr||!vr&&ca.c)&&(z[Fr]=Ln[fa]-1),vr&&ns[fa]<Hs&&(Jr&&S?!Ge:!0)&&(S&&(Vi[Fr]=Ia(Ka.css(Fr))-1),z[Fr]-=1),ns[fa]>0&&(z[Fr]=R.max(1,z[Fr]))};Yi(!0),Yi(!1),S&&Ka.css(Vi),Ce.css(z)}Gr&&(w[Z]=za),Gr&&!Tr&&!Ta&&(w[Ee]="none"),Nr.css(w),w={};var vt={w:ct[n.sW],h:ct[n.sH]};vt.c=o=b(vt,xt),xt=vt,hr=De(),is=kr(),t=b(is,qt),qt=is;var In=S&&(hr.w===0||hr.h===0),Ds=Rt,Bt={},os={},Gi={},Wa={},Lr={},Ar={},ls={},Ji=at[n.bCR](),Xi=function(Jr){var be=aa(Jr),fa=aa(!Jr),Fr=fa._x_y,vr=be._x_y,Aa=be._w_h,Dt=be._width_height,Ss=Ke+be._Left_Top+"Max",Hs=Ji[Dt]?R.abs(Ji[Dt]-hr[Aa]):0,ll=Ds&&Ds[vr]>0&&bt[Ss]===0;Bt[vr]=Dr[vr]==="v-s",os[vr]=Dr[vr]==="v-h",Gi[vr]=Dr[vr]==="s",Wa[vr]=R.max(0,R.round((vt[Aa]-hr[Aa])*100)/100),Wa[vr]*=In||ll&&Hs>0&&Hs<1?0:1,Lr[vr]=Wa[vr]>0,Ar[vr]=Bt[vr]||os[vr]?Lr[Fr]&&!Bt[Fr]&&!os[Fr]:Lr[vr],Ar[vr+"s"]=Ar[vr]?Gi[vr]||Bt[vr]:!1,ls[vr]=Lr[vr]&&Ar[vr+"s"]};if(Xi(!0),Xi(!1),Wa.c=b(Wa,Rt),Rt=Wa,Lr.c=b(Lr,Ma),Ma=Lr,Ar.c=b(Ar,$t),$t=Ar,$.x||$.y){var Xo="px solid transparent",Rn={},$a={},Ms=c,Sn;(Lr.x||Lr.y)&&($a.w=$.y&&Lr.y?vt.w+Xr.y:Y,$a.h=$.x&&Lr.x?vt.h+Xr.x:Y,Ms=b($a,ci),ci=$a),(Lr.c||Ar.c||vt.c||Pe||br||ne||Gr||wr||Sr)&&(w[ve+ir]=w[qe+ir]=Y,Sn=function(Jr){var be=aa(Jr),fa=aa(!Jr),Fr=be._x_y,vr=Jr?fe:ee,Aa=Jr?wr:Gr;$[Fr]&&Lr[Fr]&&Ar[Fr+"s"]?(w[ve+vr]=Aa?Or?Y:Xr[Fr]:Y,w[qe+vr]=(Jr?!Aa:!0)&&!Or?Xr[Fr]+Xo:Y):($a[fa._w_h]=w[ve+vr]=w[qe+vr]=Y,Ms=!0)},rr?ta(sr,Ys,!Or):(Sn(!0),Sn(!1))),Or&&($a.w=$a.h=Y,Ms=!0),Ms&&!rr&&(Rn[Z]=Ar.y?$a.w:Y,Rn[gr]=Ar.x?$a.h:Y,ka||(ka=Q(Ye(To)),sr.prepend(ka)),ka.css(Rn)),Nr.css(w)}var ce={},ae={},Hn;if((t||Lr.c||Ar.c||vt.c||Ae||Xe||Sr||Pe||re||ne)&&(ce[ir]=Y,Hn=function(Jr){var be=aa(Jr),fa=aa(!Jr),Fr=be._x_y,vr=be._X_Y,Aa=Jr?fe:ee,Dt=function(){ce[Aa]=Y,_a[fa._w_h]=0};Lr[Fr]&&Ar[Fr+"s"]?(ce[ye+vr]=Ke,Or||rr?Dt():(ce[Aa]=-($[Fr]?Xr[Fr]:s[Fr]),_a[fa._w_h]=$[Fr]?Xr[fa._x_y]:0)):(ce[ye+vr]=Y,Dt())},Hn(!0),Hn(!1),!rr&&(hr.h<ge.x||hr.w<ge.y)&&(Lr.x&&Ar.x&&!$.x||Lr.y&&Ar.y&&!$.y)?(ce[ze+Vr]=ge.x,ce[ve+Vr]=-ge.x,ce[ze+ir]=ge.y,ce[ve+ir]=-ge.y):ce[ze+Vr]=ce[ve+Vr]=ce[ze+ir]=ce[ve+ir]=Y,ce[ze+ee]=ce[ve+ee]=Y,Lr.x&&Ar.x||Lr.y&&Ar.y||In?S&&In&&(ae[Ea]=ae[Oa]=lt):(!We||os.x||Bt.x||os.y||Bt.y)&&(S&&(ae[Ea]=ae[Oa]=Y),ce[Ea]=ce[Oa]=ua),$e.css(ae),sr.css(ce),ce={},(Lr.c||Xe||br||ne)&&!($.x&&$.y))){var Ts=ya[n.s];Ts.webkitTransform="scale(1)",Ts.display="run-in",Ts.display=Y,Ts.webkitTransform=Y}if(w={},Pe||br||ne)if(_r&&Gr){var Zo=Nr.css(Ee),Zi=R.round(Nr.css(Ee,Y).css(mr,Y).position().left);Nr.css(Ee,Zo);var qo=R.round(Nr.position().left);Zi!==qo&&(w[mr]=Zi)}else w[mr]=Y;if(Nr.css(w),S&&o){var Ba=Vo();if(Ba){var qi=nn===B?!0:Ba._rows!==nn._rows,$i=Ba._cursorRow,$o=Ba._cursorColumn,rl=Ba._widestRow,el=Ba._rows,al=Ba._columns,tl=Ba._cursorPosition,sl=Ba._cursorMax,ro=tl>=sl&&un,Ls={x:!Ge&&$o===al&&$i===rl?Rt.x:-1,y:(Ge?ro||qi&&(Ds?E.y===Ds.y:!1):(ro||qi)&&$i===el)?Rt.y:-1};E.x=Ls.x>-1?_r&&Fa&&P.i?0:Ls.x:E.x,E.y=Ls.y>-1?Ls.y:E.y}nn=Ba}_r&&P.i&&$.y&&Lr.x&&Fa&&(E.x+=_a.w||0),Gr&&G[de](0),wr&&G[he](0),sr[de](E.x)[he](E.y);var nl=ar==="v",il=ar==="h",ol=ar==="a",Is=function(Jr,be){be=be===B?Jr:be,zi(!0,Jr,ls.x),zi(!1,be,ls.y)};ta(G,Ft,Ar.x||Ar.y),ta(G,Yn,Ar.x),ta(G,Gn,Ar.y),Pe&&!er&&ta(G,Vn,_r),er&&Zr(G,Qs),qr&&(ta(G,Qs,Cs),ta(Re,Vt,!Cs),ta(Re,ai,As),ta(Re,ti,hn),ta(Re,si,pn)),(nr||Ae||Ar.c||Lr.c||Sr)&&(Or?Sr&&(me(G,vs),Or&&Is(!1)):ol?Is(ls.x,ls.y):nl?Is(!0):il&&Is(!1)),(K||Sr)&&(bn(!gt&&!ea),La(_n,!_n)),(t||Wa.c||ne||br||qr||Xe||se||Sr||Pe)&&(An(!0),ga(!0),An(!1),ga(!1)),q&&Ui(!0,cr),ie&&Ui(!1,Pr),Ve("onDirectionChanged",{isRTL:_r,dir:Je},Pe),Ve("onHostSizeChanged",{width:qt.w,height:qt.h},t),Ve("onContentSizeChanged",{width:xt.w,height:xt.h},o),Ve("onOverflowChanged",{x:Lr.x,y:Lr.y,xScrollable:Ar.xs,yScrollable:Ar.ys,clipped:Ar.x||Ar.y},Lr.c||Ar.c),Ve("onOverflowAmountChanged",{x:Wa.x,y:Wa.y},Wa.c)}er&&st&&(Ma.c||st.c)&&(st.f||Wi(),$.y&&Ma.x&&Nr.css(Ue+Z,st.w+Xr.y),$.x&&Ma.y&&Nr.css(Ue+gr,st.h+Xr.x),st.c=!1),W&&_.updateOnLoad&&ji(),Ve("onUpdated",{forced:c})}}function ji(){S||Fi(function(r,a){Nr.find(a).each(function(t,o){M.inA(o,Gt)<0&&(Gt.push(o),Q(o).off($s,yn).on($s,yn))})})}function En(r){var a=u._validate(r,u._template,!0,Yt);return Yt=Se({},Yt,a._default),te=Se({},te,a._prepared),a._prepared}function On(r){var a="parent",t="os-resize-observer-host",o=us+_e+ds,c=S?_e+ds:Y,_=te.textarea.inheritedAttrs,m={},g=function(){var H=r?lr:G;J(m,function(ar,nr){I(nr)==p.s&&(ar==n.c?H.addClass(nr):H.attr(ar,nr))})},b=[Oe,cs,Fs,Qs,Vn,Kn,Fn,Qn,vs,Ft,Yn,Gn,hs,us,ds,rs].join(_e),E={};G=G||(S?Wr?lr[a]()[a]()[a]()[a]():Q(Ye(Fs)):lr),Nr=Nr||Qa(Gs+c),sr=sr||Qa(fs+c),$e=$e||Qa(Vs+c),ma=ma||Qa(t),Ka=Ka||(S?Qa(Mo):B),Wr&&Zr(G,cs),r&&me(G,b),_=I(_)==p.s?_.split(_e):_,M.isA(_)&&S&&J(_,function(F,H){I(H)==p.s&&(m[H]=r?G.attr(H):lr.attr(H))}),r?(Wr&&W?(ma.children().remove(),J([$e,sr,Nr,Ka],function(F,H){H&&me(H.removeAttr(n.s),Xs)}),Zr(G,S?Fs:Oe)):(Va(ma),Nr.contents().unwrap().unwrap().unwrap(),S&&(lr.unwrap(),Va(G),Va(Ka),g())),S&&lr.removeAttr(n.s),er&&me(Tt,kn)):(S&&(te.sizeAutoCapable||(E[Z]=lr.css(Z),E[gr]=lr.css(gr)),Wr||lr.addClass(ds).wrap(G),G=lr[a]().css(E)),Wr||(Zr(lr,S?o:Oe),G.wrapInner(Nr).wrapInner(sr).wrapInner($e).prepend(ma),Nr=St(G,Fe+Gs),sr=St(G,Fe+fs),$e=St(G,Fe+Vs),S&&(Nr.prepend(Ka),g())),rr&&Zr(sr,Ys),$.x&&$.y&&Zr(sr,Jn),er&&Zr(Tt,kn),xs=ma[0],Qe=G[0],at=$e[0],bt=sr[0],ya=Nr[0],xn())}function ko(){var r=[112,113,114,115,116,117,118,119,120,121,123,33,34,37,38,39,40,16,17,18,19,20,144],a=[],t,o,c=175,_="focus";function m(K){gn(),L.update(jr),K&&dr&&clearInterval(t)}function g(K){return lr[de](P.i&&Fa?9999999:0),lr[he](0),M.prvD(K),M.stpP(K),!1}function b(K){setTimeout(function(){V||m()},50)}function E(){un=!0,Zr(G,_)}function F(){un=!1,a=[],me(G,_),m(!0)}function H(K){var cr=K.keyCode;X(cr,r)<0&&(a[n.l]||(m(),t=setInterval(m,1e3/60)),X(cr,a)<0&&a.push(cr))}function ar(K){var cr=K.keyCode,q=X(cr,a);X(cr,r)<0&&(q>-1&&a.splice(q,1),a[n.l]||m(!0))}function nr(K){an!==!0&&(K=K.originalEvent||K,wo(K.propertyName)&&L.update(jr))}function pr(K){Er||(o!==B?clearTimeout(o):((nt||ea)&&La(!0),as()||Zr(G,vs),Ve("onScrollStart",K)),it||(ga(!0),ga(!1)),Ve("onScroll",K),o=setTimeout(function(){V||(clearTimeout(o),o=B,(nt||ea)&&La(!1),as()||me(G,vs),Ve("onScrollStop",K))},c))}S?(yr>9||!dr?ba(lr,"input",m):ba(lr,[Us,ws],[H,ar]),ba(lr,[Ke,"drop",_,_+"out"],[g,b,E,F])):ba(Nr,ks,nr),ba(sr,Ke,pr,!0)}function Cn(r){var a=function(m){var g=m?Ro:So,b=Qa(Ua+_e+g,!0),E=Qa(Zn,b),F=Qa($n,b);return!Wr&&!r&&(b.append(E),E.append(F)),{_scrollbar:b,_track:E,_handle:F}};function t(_){var m=aa(_),g=m._scrollbar,b=m._track,E=m._handle;Wr&&W?J([g,b,E],function(F,H){me(H.removeAttr(n.s),Xs)}):Va(g||a(_)._scrollbar)}var o,c;r?(t(!0),t()):(o=a(!0),c=a(),mt=o._scrollbar,ms=o._track,Jt=o._handle,yt=c._scrollbar,ys=c._track,Xt=c._handle,Wr||($e.after(yt),$e.after(mt)))}function Ni(r){var a=aa(r),t=a._info,o=Zt.top!==Zt,c=a._x_y,_=a._X_Y,m=Ke+a._Left_Top,g="active",b="snapHandle",E="click",F=1,H=[16,17],ar,nr,pr,K;function cr(D){return yr&&o?D["screen"+_]:M.page(D)[c]}function q(D){return te.scrollbars[D]}function Pr(){F=.5}function ie(){F=1}function Yr(D){M.stpP(D)}function He(D){X(D.keyCode,H)>-1&&Pr()}function oe(D){X(D.keyCode,H)>-1&&ie()}function qr(D){var Cr=D.originalEvent||D,Dr=Cr.touches!==B;return Er||V||as()||!tn||Dr&&!q("touchSupport")?!1:M.mBtn(D)===1||Dr}function $r(D){if(qr(D)){var Cr=t._trackLength,Dr=t._handleLength,Ae=t._maxScroll,Ya=(cr(D)-pr)*K,Ct=Ya/(Cr-Dr),Be=Ae*Ct;Be=isFinite(Be)?Be:0,_r&&r&&!P.i&&(Be*=-1),sr[m](R.round(nr+Be)),it&&ga(r,nr+Be),h||M.prvD(D)}else se(D)}function se(D){if(D=D||D.originalEvent,we(Da,[kt,wt,Us,ws,Kt],[$r,se,He,oe,es],!0),M.rAF()(function(){we(Da,E,Yr,!0,{_capture:!0})}),it&&ga(r,!0),it=!1,me(pt,dt),me(a._handle,g),me(a._track,g),me(a._scrollbar,g),nr=B,pr=B,K=1,ie(),ar!==B&&(L.scrollStop(),clearTimeout(ar),ar=B),D){var Cr=Qe[n.bCR](),Dr=D.clientX>=Cr.left&&D.clientX<=Cr.right&&D.clientY>=Cr.top&&D.clientY<=Cr.bottom;Dr||Hi(),(nt||ea)&&La(!1)}}function We(D){qr(D)&&re(D)}function re(D){nr=sr[m](),nr=isNaN(nr)?0:nr,(_r&&r&&!P.n||!_r)&&(nr=nr<0?0:nr),K=Mn()[c],pr=cr(D),it=!q(b),Zr(pt,dt),Zr(a._handle,g),Zr(a._scrollbar,g),we(Da,[kt,wt,Kt],[$r,se,es]),M.rAF()(function(){we(Da,E,Yr,!1,{_capture:!0})}),(yr||!Rr)&&M.prvD(D),M.stpP(D)}function zr(D){if(qr(D)){var Cr=a._info._handleLength/Math.round(R.min(1,hr[a._w_h]/xt[a._w_h])*a._info._trackLength),Dr=R.round(hr[a._w_h]*Cr),Ae=270*Cr,Ya=400*Cr,Ct=a._track.offset()[a._left_top],Be=D.ctrlKey,Ra=D.shiftKey,Sa=Ra&&Be,Ge=!0,ts="linear",Je,Pe,Ga=function(ee){it&&ga(r,ee)},Xe=function(){Ga(),re(D)},Ur=function na(){if(!V){var ee=(pr-Ct)*K,ir=t._handleOffset,Ja=t._trackLength,Xa=t._handleLength,Za=t._maxScroll,At=t._currentScroll,ia=Ae*F,Gr=Ge?R.max(Ya,ia):ia,br=Za*((ee-Xa/2)/(Ja-Xa)),oa=_r&&r&&(!P.i&&!P.n||Fa),wr=oa?ir<ee:ir>ee,ne={},la={easing:ts,step:function(Pt){it&&(sr[m](Pt),ga(r,Pt))}};br=isFinite(br)?br:0,br=_r&&r&&!P.i?Za-br:br,Ra?(sr[m](br),Sa?(br=sr[m](),sr[m](At),br=oa&&P.i?Za-br:br,br=oa&&P.n?-br:br,ne[c]=br,L.scroll(ne,Se(la,{duration:130,complete:Xe}))):Xe()):(Je=Ge?wr:Je,Pe=oa?Je?ir+Xa>=ee:ir<=ee:Je?ir<=ee:ir+Xa>=ee,Pe?(clearTimeout(ar),L.scrollStop(),ar=B,Ga(!0)):(ar=setTimeout(na,Gr),ne[c]=(Je?"-=":"+=")+Dr,L.scroll(ne,Se(la,{duration:ia}))),Ge=!1)}};Be&&Pr(),K=Mn()[c],pr=M.page(D)[c],it=!q(b),Zr(pt,dt),Zr(a._track,g),Zr(a._scrollbar,g),we(Da,[wt,Us,ws,Kt],[se,He,oe,es]),Ur(),M.prvD(D),M.stpP(D)}}function sa(D){dn=!0,(nt||ea)&&La(!0)}function Or(D){dn=!1,(nt||ea)&&La(!1)}function Sr(D){M.stpP(D)}ba(a._handle,Mt,We),ba(a._track,[Mt,Un,wn],[zr,sa,Or]),ba(a._scrollbar,Mt,Sr),i&&ba(a._scrollbar,ks,function(D){D.target===a._scrollbar[0]&&(An(r),ga(r))})}function zi(r,a,t){var o=r?Kn:Fn,c=r?mt:yt;ta(G,o,!a),ta(c,ei,!t)}function La(r,a){if(clearTimeout(Li),r)me(mt,Qt),me(yt,Qt);else{var t,o="active",c=function(){!dn&&!V&&(t=Jt.hasClass(o)||Xt.hasClass(o),!t&&(nt||ea||gt)&&Zr(mt,Qt),!t&&(nt||ea||gt)&&Zr(yt,Qt))};fn>0&&a!==!0?Li=setTimeout(c,fn):c()}}function An(r){var a={},t=aa(r),o=t._info,c=1e6,_=R.min(1,hr[t._w_h]/xt[t._w_h]);a[t._width_height]=R.floor(_*100*c)/c+"%",as()||t._handle.css(a),o._handleLength=t._handle[0]["offset"+t._Width_Height],o._handleLengthRatio=_}function ga(r,a){var t=I(a)==p.b,o=250,c=_r&&r,_=aa(r),m=_._info,g="translate(",b=Te._cssProperty("transform"),E=Te._cssProperty("transition"),F=r?sr[de]():sr[he](),H=a===B||t?F:a,ar=m._handleLength,nr=_._track[0]["offset"+_._Width_Height],pr=nr-ar,K={},cr,q,Pr=(bt[Ke+_._Width_Height]-bt["client"+_._Width_Height])*(P.n&&c?-1:1),ie=function(We){return isNaN(We/Pr)?0:R.max(0,R.min(1,We/Pr))},Yr=function(We){var re=pr*We;return re=isNaN(re)?0:re,re=c&&!P.i?nr-ar-re:re,re=R.max(0,re),re},He=ie(F),oe=ie(H),qr=Yr(oe),$r=Yr(He);m._maxScroll=Pr,m._currentScroll=F,m._currentScrollRatio=He,l?(cr=c?-(nr-ar-qr):qr,q=r?g+cr+"px, 0)":g+"0, "+cr+"px)",K[b]=q,i&&(K[E]=t&&R.abs(qr-m._handleOffset)>1?Fo(_._handle)+", "+(b+_e+o+"ms"):Y)):K[_._left_top]=qr,as()||(_._handle.css(K),l&&i&&t&&_._handle.one(ks,function(){V||_._handle.css(E,Y)})),m._handleOffset=qr,m._snappedHandleOffset=$r,m._trackLength=nr}function Ui(r,a){var t=a?"removeClass":"addClass",o=r?ms:Jt,c=r?ys:Xt,_=r?qn:ri;o[t](_),c[t](_)}function aa(r){return{_width_height:r?Z:gr,_Width_Height:r?"Width":"Height",_left_top:r?mr:Vr,_Left_Top:r?"Left":"Top",_x_y:r?zt:Ut,_X_Y:r?"X":"Y",_w_h:r?"w":"h",_l_t:r?"l":"t",_track:r?ms:ys,_handle:r?Jt:Xt,_scrollbar:r?mt:yt,_info:r?Ze:da}}function Pn(r){Re=Re||Qa(Js,!0),r?Wr&&W?me(Re.removeAttr(n.s),Xs):Va(Re):Wr||G.append(Re)}function Ko(){var r=Zt.top!==Zt,a={},t={},o={},c;function _(E){if(g(E)){var F=b(E),H={};(hn||As)&&(H[Z]=t.w+(F.x-a.x)*o.x),(pn||As)&&(H[gr]=t.h+(F.y-a.y)*o.y),G.css(H),M.stpP(E)}else m(E)}function m(E){var F=E!==B;we(Da,[Kt,kt,wt],[es,_,m],!0),me(pt,dt),Re.releaseCapture&&Re.releaseCapture(),F&&(c&&Ri(),L.update(jr)),c=!1}function g(E){var F=E.originalEvent||E,H=F.touches!==B;return Er||V?!1:M.mBtn(E)===1||H}function b(E){return yr&&r?{x:E.screenX,y:E.screenY}:M.page(E)}ba(Re,Mt,function(E){g(E)&&!Cs&&(Ta&&(c=!0,mn()),a=b(E),t.w=Qe[n.oW]-(Tr?0:Br),t.h=Qe[n.oH]-(Tr?0:Le),o=Mn(),we(Da,[Kt,kt,wt],[es,_,m]),Zr(pt,dt),Re.setCapture&&Re.setCapture(),M.prvD(E),M.stpP(E))})}function Ve(r,a,t){if(t!==!1)if(W){var o=te.callbacks[r],c=r,_;c.substr(0,2)==="on"&&(c=c.substr(2,1).toLowerCase()+c.substr(3)),I(o)==p.f&&o.call(L,a),J(wa,function(){_=this,I(_.on)==p.f&&_.on(c,a)})}else V||Zs.push({n:r,a})}function Et(r,a,t){a=a||Y,t=t||[Y,Y,Y,Y],r[a+Vr]=t[0],r[a+ue]=t[1],r[a+fe]=t[2],r[a+mr]=t[3]}function Dn(r,a,t,o){return a=a||Y,r=r||Y,{t:o?0:Ia(G.css(r+Vr+a)),r:t?0:Ia(G.css(r+ue+a)),b:o?0:Ia(G.css(r+fe+a)),l:t?0:Ia(G.css(r+mr+a))}}function Fo(r){var a=Te._cssProperty("transition"),t=r.css(a);if(t)return t;for(var o="\\s*(([^,(]+(\\(.+?\\))?)+)[\\s,]*",c=new RegExp(o),_=new RegExp("^("+o+")+$"),m="property duration timing-function delay".split(" "),g=[],b,E,F=0,H,ar=function(pr){if(b=[],!pr.match(_))return pr;for(;pr.match(c);)b.push(RegExp.$1),pr=pr.replace(c,Y);return b};F<m[n.l];F++)for(E=ar(r.css(a+"-"+m[F])),H=0;H<E[n.l];H++)g[H]=(g[H]?g[H]+_e:Y)+E[H];return g.join(", ")}function wi(r,a){var t,o,c,_=function(g,b){if(c="",b&&Pa(g)==p.s)for(o=g.split(_e),t=0;t<o[n.l];t++)c+="|"+o[t]+"$";return c};return new RegExp("(^"+Oe+"([-_].+|)$)"+_(rs,r)+_(sn,a),"g")}function Mn(){var r=at[n.bCR]();return{x:l&&1/(R.round(r.width)/at[n.oW])||1,y:l&&1/(R.round(r.height)/at[n.oH])||1}}function ki(r){var a="ownerDocument",t="HTMLElement",o=r&&r[a]&&r[a].parentWindow||tr;return Pa(o[t])==p.o?r instanceof o[t]:r&&Pa(r)==p.o&&r!==null&&r.nodeType===1&&Pa(r.nodeName)==p.s}function Qo(r,a){var t=[],o=[],c,_;for(c=0;c<r.length;c++)t[r[c]]=!0;for(c=0;c<a.length;c++)t[a[c]]?delete t[a[c]]:t[a[c]]=!0;for(_ in t)o.push(_);return o}function Ia(r,a){var t=a?parseFloat(r):parseInt(r,10);return isNaN(t)?0:t}function Vo(){var r=et.selectionStart;if(r!==B){var a=lr.val(),t=a[n.l],o=a.split(`
|
|
16
|
+
`),c=o[n.l],_=a.substr(0,r).split(`
|
|
17
|
+
`),m=0,g=0,b=_[n.l],E=_[_[n.l]-1][n.l],F,H;for(H=0;H<o[n.l];H++)F=o[H][n.l],F>g&&(m=H+1,g=F);return{_cursorRow:b,_cursorColumn:E,_rows:c,_columns:g,_widestRow:m,_cursorPosition:r,_cursorMax:t}}}function as(){return en&&$.x&&$.y}function Ki(){return S?Ka[0]:ya}function Ye(r,a){return"<div "+(r?I(r)==p.s?'class="'+r+'"':function(){var t,o=Y;if(Q.isPlainObject(r))for(t in r)o+=(t==="c"?"class":t)+'="'+r[t]+'" ';return o}():Y)+">"+(a||Y)+"</div>"}function Qa(r,a){var t=I(a)==p.b,o=t?G:a||G;return Wr&&!o[n.l]?null:Wr?o[t?"children":"find"](Fe+r.replace(/\s/g,Fe)).eq(0):Q(Ye(r))}function Tn(r,a){for(var t=a.split(Fe),o=0,c;o<t.length;o++){if(!r[n.hOP](t[o]))return;c=r[t[o]],o<t.length&&I(c)==p.o&&(r=c)}return c}function Yo(r,a,t){for(var o=a.split(Fe),c=o.length,_=0,m={},g=m;_<c;_++)m=m[o[_]]=_+1<c?{}:t;Q.extend(r,g,!0)}function Fi(r){var a=te.updateOnLoad;a=I(a)==p.s?a.split(_e):a,M.isA(a)&&!V&&J(a,r)}function Ot(r,a,t){if(t)return t;if(I(r)==p.o&&I(a)==p.o){for(var o in r)if(o!=="c")if(r[n.hOP](o)&&a[n.hOP](o)){if(Ot(r[o],a[o]))return!0}else return!0}else return r!==a;return!1}function Se(){return Q.extend.apply(this,[!0].concat([].slice.call(arguments)))}function Zr(r,a){return fr.addClass.call(r,a)}function me(r,a){return fr.removeClass.call(r,a)}function ta(r,a,t){return t?Zr(r,a):me(r,a)}function Va(r){return fr.remove.call(r)}function St(r,a){return fr.find.call(r,a).eq(0)}L.sleep=function(){Er=!0},L.update=function(r){if(!V){var a,t,o=I(r)==p.s,c,_,m;return o?r===jr?(a=Uo(),t=zo(),c=a||t,c&&xa({_contentSizeChanged:t,_changedOptions:W?B:te})):r===Bs?Ta?(_=on(Es.takeRecords()),m=ln(Os.takeRecords())):_=L.update(jr):r==="zoom"&&xa({_hostSizeChanged:!0,_contentSizeChanged:!0}):(r=Er||r,Er=!1,(!L.update(Bs)||r)&&xa({_force:r})),ji(),c||_||m}},L.options=function(r,a){var t={},o;if(Q.isEmptyObject(r)||!Q.isPlainObject(r))if(I(r)==p.s)if(arguments.length>1)Yo(t,r,a),o=En(t);else return Tn(Yt,r);else return Yt;else o=En(r);Q.isEmptyObject(o)||xa({_changedOptions:o})},L.destroy=function(){if(!V){Mr.remove(L),mn(),Ps(ma),Ps(pa);for(var r in wa)L.removeExt(r);for(;vn[n.l]>0;)vn.pop()();bn(!0),Ce&&Va(Ce),ka&&Va(ka),Qr&&Va(pa),Cn(!0),Pn(!0),On(!0);for(var a=0;a<Gt[n.l];a++)Q(Gt[a]).off($s,yn);Gt=B,V=!0,Er=!0,Na(A,0),Ve("onDestroyed")}},L.scroll=function(r,a,t,o){if(arguments.length===0||r===B){var c=Ze,_=da,m=Fa&&_r&&P.i,g=Fa&&_r&&P.n,b=c._currentScroll,E=c._currentScrollRatio,F=c._maxScroll;return E=m?1-E:E,b=m?F-b:b,b*=g?-1:1,F*=g?-1:1,{position:{x:b,y:_._currentScroll},ratio:{x:E,y:_._currentScrollRatio},max:{x:F,y:_._maxScroll},handleOffset:{x:c._handleOffset,y:_._handleOffset},handleLength:{x:c._handleLength,y:_._handleLength},handleLengthRatio:{x:c._handleLengthRatio,y:_._handleLengthRatio},trackLength:{x:c._trackLength,y:_._trackLength},snappedHandleOffset:{x:c._snappedHandleOffset,y:_._snappedHandleOffset},isRTL:_r,isRTLNormalized:Fa}}L.update(Bs);var H=Fa,ar=[zt,mr,"l"],nr=[Ut,Vr,"t"],pr=["+=","-=","*=","/="],K=I(a)==p.o,cr=K?a.complete:o,q,Pr={},ie={},Yr,He,oe,qr="end",$r="begin",se="center",We="nearest",re="always",zr="never",sa="ifneeded",Or=n.l,Sr,D,Cr,Dr,Ae,Ya=[zt,Ut,"xy","yx"],Ct=[$r,qr,se,We],Be=[re,zr,sa],Ra=r[n.hOP]("el"),Sa=Ra?r.el:r,Ge=Sa instanceof Q||ut?Sa instanceof ut:!1,ts=Ge?!1:ki(Sa),Je=function(){Yr&&ga(!0),He&&ga(!1)},Pe=I(cr)!=p.f?B:function(){Je(),cr()};function Ga(w,z){for(q=0;q<z[Or];q++)if(w===z[q])return!0;return!1}function Xe(w,z){var kr=w?ar:nr;if(z=I(z)==p.s||I(z)==p.n?[z,z]:z,M.isA(z))return w?z[0]:z[1];if(I(z)==p.o){for(q=0;q<kr[Or];q++)if(kr[q]in z)return z[kr[q]]}}function Ur(w,z){var kr=I(z)==p.s,De,Kr,le=w?Ze:da,ae=le._currentScroll,Me=le._maxScroll,ot=" * ",Hr,qa=_r&&w,va=qa&&P.n&&!H,ye="replace",Ea=eval,Oa;if(kr?(z[Or]>2&&(Oa=z.substr(0,2),X(Oa,pr)>-1&&(De=Oa)),z=De?z.substr(2):z,z=z[ye](/min/g,0)[ye](/</g,0)[ye](/max/g,(va?"-":Y)+za)[ye](/>/g,(va?"-":Y)+za)[ye](/px/g,Y)[ye](/%/g,ot+Me*(qa&&P.n?-1:1)/100)[ye](/vw/g,ot+hr.w)[ye](/vh/g,ot+hr.h),Kr=Ia(isNaN(z)?Ia(Ea(z),!0).toFixed():z)):Kr=z,Kr!==B&&!isNaN(Kr)&&I(Kr)==p.n){var lt=H&&qa,ua=ae*(lt&&P.n?-1:1),Ca=lt&&P.i,ss=lt&&P.n;switch(ua=Ca?Me-ua:ua,De){case"+=":Hr=ua+Kr;break;case"-=":Hr=ua-Kr;break;case"*=":Hr=ua*Kr;break;case"/=":Hr=ua/Kr;break;default:Hr=Kr;break}Hr=Ca?Me-Hr:Hr,Hr*=ss?-1:1,Hr=qa&&P.n?R.min(0,R.max(Me,Hr)):R.max(0,R.min(Me,Hr))}return Hr===ae?B:Hr}function na(w,z,kr,De){var Kr=[kr,kr],le=I(w),ae,Me;if(le==z)w=[w,w];else if(le==p.a){if(ae=w[Or],ae>2||ae<1)w=Kr;else for(ae===1&&(w[1]=kr),q=0;q<ae;q++)if(Me=w[q],I(Me)!=z||!Ga(Me,De)){w=Kr;break}}else le==p.o?w=[w[zt]||kr,w[Ut]||kr]:w=Kr;return{x:w[0],y:w[1]}}function ee(w){var z=[],kr,De,Kr=[Vr,ue,fe,mr];for(q=0;q<w[Or]&&q!==Kr[Or];q++)kr=w[q],De=I(kr),De==p.b?z.push(kr?Ia(Ae.css(ve+Kr[q])):0):z.push(De==p.n?kr:0);return z}if(Ge||ts){var ir=Ra?r.margin:0,Ja=Ra?r.axis:0,Xa=Ra?r.scroll:0,Za=Ra?r.block:0,At=[0,0,0,0],ia=I(ir),Gr;if(Ae=Ge?Sa:Q(Sa),Ae[Or]>0){ia==p.n||ia==p.b?ir=ee([ir,ir,ir,ir]):ia==p.a?(Gr=ir[Or],Gr===2?ir=ee([ir[0],ir[1],ir[0],ir[1]]):Gr>=4?ir=ee(ir):ir=At):ia==p.o?ir=ee([ir[Vr],ir[ue],ir[fe],ir[mr]]):ir=At,Sr=Ga(Ja,Ya)?Ja:"xy",D=na(Xa,p.s,re,Be),Cr=na(Za,p.s,$r,Ct),Dr=ir;var br={l:Ze._currentScroll,t:da._currentScroll},oa=$e.offset(),wr=Ae.offset(),ne={x:D.x==zr||Sr==Ut,y:D.y==zr||Sr==zt};wr[Vr]-=Dr[0],wr[mr]-=Dr[3];var la={x:R.round(wr[mr]-oa[mr]+br.l),y:R.round(wr[Vr]-oa[Vr]+br.t)};if(_r&&(!P.n&&!P.i&&(la.x=R.round(oa[mr]-wr[mr]+br.l)),P.n&&H&&(la.x*=-1),P.i&&H&&(la.x=R.round(oa[mr]-wr[mr]+(Ze._maxScroll-br.l)))),Cr.x!=$r||Cr.y!=$r||D.x==sa||D.y==sa||_r){var Ht=Ae[0],Pt=l?Ht[n.bCR]():{width:Ht[n.oW],height:Ht[n.oH]},ca={w:Pt[Z]+Dr[3]+Dr[1],h:Pt[gr]+Dr[0]+Dr[2]},Ha=function(z){var kr=aa(z),De=kr._w_h,Kr=kr._left_top,le=kr._x_y,ae=Cr[le]==(z&&_r?$r:qr),Me=Cr[le]==se,ot=Cr[le]==We,Hr=D[le]==zr,qa=D[le]==sa,va=hr[De],ye=oa[Kr],Ea=ca[De],Oa=wr[Kr],lt=Me?2:1,ua=Oa+Ea/2,Ca=ye+va/2,ss=Ea<=va&&Oa>=ye&&Oa+Ea<=ye+va;Hr?ne[le]=!0:ne[le]||((ot||qa)&&(ne[le]=qa?ss:!1,ae=Ea<va?ua>Ca:ua<Ca),la[le]-=ae||Me?(va/lt-Ea/lt)*(z&&_r&&H?-1:1):0)};Ha(!0),Ha(!1)}ne.y&&delete la.y,ne.x&&delete la.x,r=la}}Pr[de]=Ur(!0,Xe(!0,r)),Pr[he]=Ur(!1,Xe(!1,r)),Yr=Pr[de]!==B,He=Pr[he]!==B,(Yr||He)&&(a>0||K)?K?(a.complete=Pe,sr.animate(Pr,a)):(oe={duration:a,complete:Pe},M.isA(t)||Q.isPlainObject(t)?(ie[de]=t[0]||t.x,ie[he]=t[1]||t.y,oe.specialEasing=ie):oe.easing=t,sr.animate(Pr,oe)):(Yr&&sr[de](Pr[de]),He&&sr[he](Pr[he]),Je())},L.scrollStop=function(r,a,t){return sr.stop(r,a,t),L},L.getElements=function(r){var a={target:et,host:Qe,padding:at,viewport:bt,content:ya,scrollbarHorizontal:{scrollbar:mt[0],track:ms[0],handle:Jt[0]},scrollbarVertical:{scrollbar:yt[0],track:ys[0],handle:Xt[0]},scrollbarCorner:Re[0]};return I(r)==p.s?Tn(a,r):a},L.getState=function(r){function a(o){if(!Q.isPlainObject(o))return o;var c=Se({},o),_=function(g,b){c[n.hOP](g)&&(c[b]=c[g],delete c[g])};return _("w",Z),_("h",gr),delete c.c,c}var t={destroyed:!!a(V),sleeping:!!a(Er),autoUpdate:a(!Ta),widthAuto:a(ra),heightAuto:a(tt),padding:a(rn),overflowAmount:a(Rt),hideOverflow:a($t),hasOverflow:a(Ma),contentScrollSize:a(xt),viewportSize:a(hr),hostSize:a(qt),documentMixed:a(Rr)};return I(r)==p.s?Tn(t,r):t},L.ext=function(r){var a,t=Ho.split(" "),o=0;if(I(r)==p.s){if(wa[n.hOP](r))for(a=Se({},wa[r]);o<t.length;o++)delete a[t[o]]}else{a={};for(o in wa)a[o]=Se({},L.ext(o))}return a},L.addExt=function(r,a){var t=O.extension(r),o,c,_,m,g=!0;if(t){if(wa[n.hOP](r))return L.ext(r);if(o=t.extensionFactory.call(L,Se({},t.defaultOptions),Q,M),o&&(_=o.contract,I(_)==p.f&&(m=_(tr),g=I(m)==p.b?m:g),g))return wa[r]=o,c=o.added,I(c)==p.f&&c(a),L.ext(r)}else console.warn('A extension with the name "'+r+`" isn't registered.`)},L.removeExt=function(r){var a=wa[r],t;return a?(delete wa[r],t=a.removed,I(t)==p.f&&t(),!0):!1};function Go(r,a,t){ni=N.defaultOptions,rr=N.nativeScrollbarStyling,s=Se({},N.nativeScrollbarSize),$=Se({},N.nativeScrollbarIsOverlaid),Xr=Se({},N.overlayScrollbarDummySize),P=Se({},N.rtlScrollBehavior),En(Se({},ni,a)),v=N.cssCalc,yr=N.msie,dr=N.autoUpdateRecommended,i=N.supportTransition,l=N.supportTransform,h=N.supportPassiveEvents,y=N.supportResizeObserver,T=N.supportMutationObserver,Da=Q(r.ownerDocument),Lt=Da[0],ps=Q(Lt.defaultView||Lt.parentWindow),Zt=ps[0],Tt=St(Da,"html"),pt=St(Tt,"body"),lr=Q(r),et=lr[0],S=lr.is("textarea"),er=lr.is("body"),Rr=Lt!==Ir,Wr=S?lr.hasClass(us)&&lr.parent().hasClass(Gs):lr.hasClass(Oe)&&lr.children(Fe+Vs)[n.l];var o,c;return $.x&&$.y&&!te.nativeScrollbarsOverlaid.initialize?(Ve("onInitializationWithdrawn"),Wr&&(On(!0),Cn(!0),Pn(!0)),V=!0,Er=!0,L):(er&&(o={},o.l=R.max(lr[de](),Tt[de](),ps[de]()),o.t=R.max(lr[he](),Tt[he](),ps[he]()),c=function(){sr.removeAttr(n.ti),we(sr,Mt,c,!0,!0)}),On(),Cn(),Pn(),ko(),Ni(!0),Ni(!1),Ko(),Wo(),Ps(ma,Bo),er&&(sr[de](o.l)[he](o.t),Ir.activeElement==r&&bt.focus&&(sr.attr(n.ti,"-1"),bt.focus(),we(sr,Mt,c,!1,!0))),L.update(jr),W=!0,Ve("onInitialized"),J(Zs,function(_,m){Ve(m.n,m.a)}),Zs=[],I(t)==p.s&&(t=[t]),M.isA(t)?J(t,function(_,m){L.addExt(m)}):Q.isPlainObject(t)&&J(t,function(_,m){L.addExt(_,m)}),setTimeout(function(){i&&!V&&Zr(G,Qn)},333),L)}return O.valid(Go(A,j,ur))&&Na(A,L),L}return O=tr[Nt]=function(A,j,ur){if(arguments[n.l]===0)return this;var N=[],Mr=Q.isPlainObject(j),I,X;return A?(A=A[n.l]!=B?A:[A[0]||A],f(),A[n.l]>0&&(Mr?Q.each(A,function(J,L){I=L,I!==B&&N.push(or(I,j,ur,C,x))}):Q.each(A,function(J,L){I=Na(L),(j==="!"&&O.valid(I)||M.type(j)==p.f&&j(L,I)||j===B)&&N.push(I)}),X=N[n.l]===1?N[0]:N),X):Mr||!j?X:N},O.globals=function(){f();var A=Q.extend(!0,{},C);return delete A.msie,A},O.defaultOptions=function(A){f();var j=C.defaultOptions;if(A===B)return Q.extend(!0,{},j);C.defaultOptions=Q.extend(!0,{},j,u._validate(A,u._template,!0,j)._default)},O.valid=function(A){return A instanceof O&&!A.getState().destroyed},O.extension=function(A,j,ur){var N=M.type(A)==p.s,Mr=arguments[n.l],I=0;if(Mr<1||!N)return Q.extend(!0,{length:e[n.l]},e);if(N){if(M.type(j)==p.f)e.push({name:A,extensionFactory:j,defaultOptions:ur});else for(;I<e[n.l];I++)if(e[I].name===A)if(Mr>1)e.splice(I,1);else return Q.extend(!0,{},e[I])}},O}();return ut&&ut.fn&&(ut.fn.overlayScrollbars=function(O,C){var x=this;return ut.isPlainObject(O)?(ut.each(x,function(){Ws(this,O,C)}),x):Ws(x,O)}),Ws})})(jn);var jt=jn.exports,Nn=function(tr){var Ir=tr.options,B=Ir===void 0?{}:Ir,Nt=tr.extensions,p=tr.className,n=tr.children,Te=(0,Bn.d)(tr,["options","extensions","className","children"]),M=(0,pe.useRef)(),R=(0,pe.useRef)();return(0,pe.useEffect)(function(){return R.current=jt(M.current,B,Nt),zn(R.current,p),function(){jt.valid(R.current)&&(R.current.destroy(),R.current=null)}},[]),(0,pe.useEffect)(function(){jt.valid(R.current)&&R.current.options(B)},[B]),(0,pe.useEffect)(function(){jt.valid(R.current)&&zn(R.current,p)},[p]),pe.createElement("div",Object.assign({className:"os-host"},Te,{ref:M}),pe.createElement("div",{className:"os-resize-observer-host"}),pe.createElement("div",{className:"os-padding"},pe.createElement("div",{className:"os-viewport"},pe.createElement("div",{className:"os-content"},n))),pe.createElement("div",{className:"os-scrollbar os-scrollbar-horizontal "},pe.createElement("div",{className:"os-scrollbar-track"},pe.createElement("div",{className:"os-scrollbar-handle"}))),pe.createElement("div",{className:"os-scrollbar os-scrollbar-vertical"},pe.createElement("div",{className:"os-scrollbar-track"},pe.createElement("div",{className:"os-scrollbar-handle"}))),pe.createElement("div",{className:"os-scrollbar-corner"}))};function zn(rt,tr){if(jt.valid(rt)){var Ir=rt.getElements(),B=Ir.host,Nt=new RegExp("(^os-host([-_].+|)$)|".concat(rt.options().className.replace(/\s/g,"$|"),"$"),"g"),p=B.className.split(" ").filter(function(n){return n.match(Nt)}).join(" ");B.className="".concat(p," ").concat(tr||"")}}}}]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[]).push([[685],{73685:(No,Ie,f)=>{f.r(Ie),f.d(Ie,{WithToolTipState:()=>mt,WithTooltip:()=>mt,WithTooltipPure:()=>xe});var Dt=f(85393),Vo=f.n(Dt),bt=f(99644),Fo=f.n(bt),jt=f(48757),zo=f.n(jt),Ct=f(25322),Yo=f.n(Ct),wt=f(4361),Xo=f.n(wt),xt=f(22300),ko=f.n(xt),At=f(20971),Go=f.n(At),Bt=f(27713),Jo=f.n(Bt),Lt=f(36189),Qo=f.n(Lt),St=f(14074),Zo=f.n(St),It=f(86199),qo=f.n(It),Wt=f(95811),en=f.n(Wt),Ut=f(20230),tn=f.n(Ut),Kt=f(91196),rn=f.n(Kt),Ht=f(28132),on=f.n(Ht),$t=f(97431),nn=f.n($t),Nt=f(93059),an=f.n(Nt),Vt=f(79797),sn=f.n(Vt),Ft=f(52341),ln=f.n(Ft),zt=f(96661),cn=f.n(zt),Yt=f(96989),un=f.n(Yt),Xt=f(22907),fn=f.n(Xt),kt=f(35287),pn=f.n(kt),Gt=f(55925),dn=f.n(Gt),Jt=f(16390),vn=f.n(Jt),Qt=f(93118),_n=f.n(Qt),Zt=f(97697),mn=f.n(Zt),qt=f(86310),hn=f.n(qt),er=f(18478),gn=f.n(er),tr=f(40349),On=f.n(tr),rr=f(24824),En=f.n(rr),or=f(11970),yn=f.n(or),nr=f(67792),Pn=f.n(nr),ar=f(87800),Tn=f.n(ar),u=f(23481),O=f(96832),L=f(6233),ir=f(51285),sr=f(69469),lr=f.n(sr),cr=f(58897),Rn=f.n(cr),ur=f(79119),Mn=f.n(ur),We,Ue;function fr(t,e){return _r(t)||vr(t,e)||dr(t,e)||pr()}function pr(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
2
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function dr(t,e){if(!!t){if(typeof t=="string")return Ke(t,e);var o=Object.prototype.toString.call(t).slice(8,-1);if(o==="Object"&&t.constructor&&(o=t.constructor.name),o==="Map"||o==="Set")return Array.from(t);if(o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return Ke(t,e)}}function Ke(t,e){(e==null||e>t.length)&&(e=t.length);for(var o=0,r=new Array(e);o<e;o++)r[o]=t[o];return r}function vr(t,e){var o=t==null?null:typeof Symbol!="undefined"&&t[Symbol.iterator]||t["@@iterator"];if(o!=null){var r=[],n=!0,a=!1,s,i;try{for(o=o.call(t);!(n=(s=o.next()).done)&&(r.push(s.value),!(e&&r.length===e));n=!0);}catch(l){a=!0,i=l}finally{try{!n&&o.return!=null&&o.return()}finally{if(a)throw i}}return r}}function _r(t){if(Array.isArray(t))return t}function He(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function pe(t){return pe=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},pe(t)}function K(t){return t?(t.nodeName||"").toLowerCase():null}function U(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function ee(t){var e=U(t).Element;return t instanceof e||t instanceof Element}function I(t){var e=U(t).HTMLElement;return t instanceof e||t instanceof HTMLElement}function $e(t){if(typeof ShadowRoot=="undefined")return!1;var e=U(t).ShadowRoot;return t instanceof e||t instanceof ShadowRoot}function mr(t){var e=t.state;Object.keys(e.elements).forEach(function(o){var r=e.styles[o]||{},n=e.attributes[o]||{},a=e.elements[o];!I(a)||!K(a)||(Object.assign(a.style,r),Object.keys(n).forEach(function(s){var i=n[s];i===!1?a.removeAttribute(s):a.setAttribute(s,i===!0?"":i)}))})}function hr(t){var e=t.state,o={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,o.popper),e.styles=o,e.elements.arrow&&Object.assign(e.elements.arrow.style,o.arrow),function(){Object.keys(e.elements).forEach(function(r){var n=e.elements[r],a=e.attributes[r]||{},s=Object.keys(e.styles.hasOwnProperty(r)?e.styles[r]:o[r]),i=s.reduce(function(l,p){return l[p]="",l},{});!I(n)||!K(n)||(Object.assign(n.style,i),Object.keys(a).forEach(function(l){n.removeAttribute(l)}))})}}var gr={name:"applyStyles",enabled:!0,phase:"write",fn:mr,effect:hr,requires:["computeStyles"]};function H(t){return t.split("-")[0]}var G=Math.max,de=Math.min,te=Math.round;function re(t,e){e===void 0&&(e=!1);var o=t.getBoundingClientRect(),r=1,n=1;if(I(t)&&e){var a=t.offsetHeight,s=t.offsetWidth;s>0&&(r=te(o.width)/s||1),a>0&&(n=te(o.height)/a||1)}return{width:o.width/r,height:o.height/n,top:o.top/n,right:o.right/r,bottom:o.bottom/n,left:o.left/r,x:o.left/r,y:o.top/n}}function Pe(t){var e=re(t),o=t.offsetWidth,r=t.offsetHeight;return Math.abs(e.width-o)<=1&&(o=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:t.offsetLeft,y:t.offsetTop,width:o,height:r}}function Ne(t,e){var o=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(o&&$e(o)){var r=e;do{if(r&&t.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function N(t){return U(t).getComputedStyle(t)}function Or(t){return["table","td","th"].indexOf(K(t))>=0}function V(t){return((ee(t)?t.ownerDocument:t.document)||window.document).documentElement}function ve(t){return K(t)==="html"?t:t.assignedSlot||t.parentNode||($e(t)?t.host:null)||V(t)}function Ve(t){return!I(t)||N(t).position==="fixed"?null:t.offsetParent}function Er(t){var e=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,o=navigator.userAgent.indexOf("Trident")!==-1;if(o&&I(t)){var r=N(t);if(r.position==="fixed")return null}for(var n=ve(t);I(n)&&["html","body"].indexOf(K(n))<0;){var a=N(n);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||e&&a.willChange==="filter"||e&&a.filter&&a.filter!=="none")return n;n=n.parentNode}return null}function ie(t){for(var e=U(t),o=Ve(t);o&&Or(o)&&N(o).position==="static";)o=Ve(o);return o&&(K(o)==="html"||K(o)==="body"&&N(o).position==="static")?e:o||Er(t)||e}function Te(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function se(t,e,o){return G(t,de(e,o))}function yr(t,e,o){var r=se(t,e,o);return r>o?o:r}function Fe(){return{top:0,right:0,bottom:0,left:0}}function ze(t){return Object.assign({},Fe(),t)}function Ye(t,e){return e.reduce(function(o,r){return o[r]=t,o},{})}var Pr=function(e,o){return e=typeof e=="function"?e(Object.assign({},o.rects,{placement:o.placement})):e,ze(typeof e!="number"?e:Ye(e,u.f))};function Tr(t){var e,o=t.state,r=t.name,n=t.options,a=o.elements.arrow,s=o.modifiersData.popperOffsets,i=H(o.placement),l=Te(i),p=[u.l,u.r].indexOf(i)>=0,c=p?"height":"width";if(!(!a||!s)){var m=Pr(n.padding,o),E=Pe(a),d=l==="y"?u.t:u.l,g=l==="y"?u.h:u.r,_=o.rects.reference[c]+o.rects.reference[l]-s[l]-o.rects.popper[c],h=s[l]-o.rects.reference[l],M=ie(a),D=M?l==="y"?M.clientHeight||0:M.clientWidth||0:0,P=_/2-h/2,v=m[d],y=D-E[c]-m[g],T=D/2-E[c]/2+P,R=se(v,T,y),b=l;o.modifiersData[r]=(e={},e[b]=R,e.centerOffset=R-T,e)}}function Rr(t){var e=t.state,o=t.options,r=o.element,n=r===void 0?"[data-popper-arrow]":r;n!=null&&(typeof n=="string"&&(n=e.elements.popper.querySelector(n),!n)||!Ne(e.elements.popper,n)||(e.elements.arrow=n))}var Mr={name:"arrow",enabled:!0,phase:"main",fn:Tr,effect:Rr,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function oe(t){return t.split("-")[1]}var Dr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function br(t){var e=t.x,o=t.y,r=window,n=r.devicePixelRatio||1;return{x:te(e*n)/n||0,y:te(o*n)/n||0}}function Xe(t){var e,o=t.popper,r=t.popperRect,n=t.placement,a=t.variation,s=t.offsets,i=t.position,l=t.gpuAcceleration,p=t.adaptive,c=t.roundOffsets,m=t.isFixed,E=s.x,d=E===void 0?0:E,g=s.y,_=g===void 0?0:g,h=typeof c=="function"?c({x:d,y:_}):{x:d,y:_};d=h.x,_=h.y;var M=s.hasOwnProperty("x"),D=s.hasOwnProperty("y"),P=u.l,v=u.t,y=window;if(p){var T=ie(o),R="clientHeight",b="clientWidth";if(T===U(o)&&(T=V(o),N(T).position!=="static"&&i==="absolute"&&(R="scrollHeight",b="scrollWidth")),T=T,n===u.t||(n===u.l||n===u.r)&&a===u.i){v=u.h;var C=m&&y.visualViewport?y.visualViewport.height:T[R];_-=C-r.height,_*=l?1:-1}if(n===u.l||(n===u.t||n===u.h)&&a===u.i){P=u.r;var w=m&&y.visualViewport?y.visualViewport.width:T[b];d-=w-r.width,d*=l?1:-1}}var j=Object.assign({position:i},p&&Dr),B=c===!0?br({x:d,y:_}):{x:d,y:_};if(d=B.x,_=B.y,l){var x;return Object.assign({},j,(x={},x[v]=D?"0":"",x[P]=M?"0":"",x.transform=(y.devicePixelRatio||1)<=1?"translate("+d+"px, "+_+"px)":"translate3d("+d+"px, "+_+"px, 0)",x))}return Object.assign({},j,(e={},e[v]=D?_+"px":"",e[P]=M?d+"px":"",e.transform="",e))}function jr(t){var e=t.state,o=t.options,r=o.gpuAcceleration,n=r===void 0?!0:r,a=o.adaptive,s=a===void 0?!0:a,i=o.roundOffsets,l=i===void 0?!0:i;if(!1)var p;var c={placement:H(e.placement),variation:oe(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:n,isFixed:e.options.strategy==="fixed"};e.modifiersData.popperOffsets!=null&&(e.styles.popper=Object.assign({},e.styles.popper,Xe(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:l})))),e.modifiersData.arrow!=null&&(e.styles.arrow=Object.assign({},e.styles.arrow,Xe(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})}var Cr={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:jr,data:{}},_e={passive:!0};function wr(t){var e=t.state,o=t.instance,r=t.options,n=r.scroll,a=n===void 0?!0:n,s=r.resize,i=s===void 0?!0:s,l=U(e.elements.popper),p=[].concat(e.scrollParents.reference,e.scrollParents.popper);return a&&p.forEach(function(c){c.addEventListener("scroll",o.update,_e)}),i&&l.addEventListener("resize",o.update,_e),function(){a&&p.forEach(function(c){c.removeEventListener("scroll",o.update,_e)}),i&&l.removeEventListener("resize",o.update,_e)}}var xr={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:wr,data:{}},Ar={left:"right",right:"left",bottom:"top",top:"bottom"};function me(t){return t.replace(/left|right|bottom|top/g,function(e){return Ar[e]})}var Br={start:"end",end:"start"};function ke(t){return t.replace(/start|end/g,function(e){return Br[e]})}function Re(t){var e=U(t),o=e.pageXOffset,r=e.pageYOffset;return{scrollLeft:o,scrollTop:r}}function Me(t){return re(V(t)).left+Re(t).scrollLeft}function Lr(t){var e=U(t),o=V(t),r=e.visualViewport,n=o.clientWidth,a=o.clientHeight,s=0,i=0;return r&&(n=r.width,a=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(s=r.offsetLeft,i=r.offsetTop)),{width:n,height:a,x:s+Me(t),y:i}}function Sr(t){var e,o=V(t),r=Re(t),n=(e=t.ownerDocument)==null?void 0:e.body,a=G(o.scrollWidth,o.clientWidth,n?n.scrollWidth:0,n?n.clientWidth:0),s=G(o.scrollHeight,o.clientHeight,n?n.scrollHeight:0,n?n.clientHeight:0),i=-r.scrollLeft+Me(t),l=-r.scrollTop;return N(n||o).direction==="rtl"&&(i+=G(o.clientWidth,n?n.clientWidth:0)-a),{width:a,height:s,x:i,y:l}}function De(t){var e=N(t),o=e.overflow,r=e.overflowX,n=e.overflowY;return/auto|scroll|overlay|hidden/.test(o+n+r)}function Ge(t){return["html","body","#document"].indexOf(K(t))>=0?t.ownerDocument.body:I(t)&&De(t)?t:Ge(ve(t))}function le(t,e){var o;e===void 0&&(e=[]);var r=Ge(t),n=r===((o=t.ownerDocument)==null?void 0:o.body),a=U(r),s=n?[a].concat(a.visualViewport||[],De(r)?r:[]):r,i=e.concat(s);return n?i:i.concat(le(ve(s)))}function be(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function Ir(t){var e=re(t);return e.top=e.top+t.clientTop,e.left=e.left+t.clientLeft,e.bottom=e.top+t.clientHeight,e.right=e.left+t.clientWidth,e.width=t.clientWidth,e.height=t.clientHeight,e.x=e.left,e.y=e.top,e}function Je(t,e){return e===u.v?be(Lr(t)):ee(e)?Ir(e):be(Sr(V(t)))}function Wr(t){var e=le(ve(t)),o=["absolute","fixed"].indexOf(N(t).position)>=0,r=o&&I(t)?ie(t):t;return ee(r)?e.filter(function(n){return ee(n)&&Ne(n,r)&&K(n)!=="body"}):[]}function Ur(t,e,o){var r=e==="clippingParents"?Wr(t):[].concat(e),n=[].concat(r,[o]),a=n[0],s=n.reduce(function(i,l){var p=Je(t,l);return i.top=G(p.top,i.top),i.right=de(p.right,i.right),i.bottom=de(p.bottom,i.bottom),i.left=G(p.left,i.left),i},Je(t,a));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function Qe(t){var e=t.reference,o=t.element,r=t.placement,n=r?H(r):null,a=r?oe(r):null,s=e.x+e.width/2-o.width/2,i=e.y+e.height/2-o.height/2,l;switch(n){case u.t:l={x:s,y:e.y-o.height};break;case u.h:l={x:s,y:e.y+e.height};break;case u.r:l={x:e.x+e.width,y:i};break;case u.l:l={x:e.x-o.width,y:i};break;default:l={x:e.x,y:e.y}}var p=n?Te(n):null;if(p!=null){var c=p==="y"?"height":"width";switch(a){case u.s:l[p]=l[p]-(e[c]/2-o[c]/2);break;case u.i:l[p]=l[p]+(e[c]/2-o[c]/2);break}}return l}function ce(t,e){e===void 0&&(e={});var o=e,r=o.placement,n=r===void 0?t.placement:r,a=o.boundary,s=a===void 0?u.j:a,i=o.rootBoundary,l=i===void 0?u.v:i,p=o.elementContext,c=p===void 0?u.p:p,m=o.altBoundary,E=m===void 0?!1:m,d=o.padding,g=d===void 0?0:d,_=ze(typeof g!="number"?g:Ye(g,u.f)),h=c===u.p?u.k:u.p,M=t.rects.popper,D=t.elements[E?h:c],P=Ur(ee(D)?D:D.contextElement||V(t.elements.popper),s,l),v=re(t.elements.reference),y=Qe({reference:v,element:M,strategy:"absolute",placement:n}),T=be(Object.assign({},M,y)),R=c===u.p?T:v,b={top:P.top-R.top+_.top,bottom:R.bottom-P.bottom+_.bottom,left:P.left-R.left+_.left,right:R.right-P.right+_.right},C=t.modifiersData.offset;if(c===u.p&&C){var w=C[n];Object.keys(b).forEach(function(j){var B=[u.r,u.h].indexOf(j)>=0?1:-1,x=[u.t,u.h].indexOf(j)>=0?"y":"x";b[j]+=w[x]*B})}return b}function Kr(t,e){e===void 0&&(e={});var o=e,r=o.placement,n=o.boundary,a=o.rootBoundary,s=o.padding,i=o.flipVariations,l=o.allowedAutoPlacements,p=l===void 0?u.n:l,c=oe(r),m=c?i?u.m:u.m.filter(function(g){return oe(g)===c}):u.f,E=m.filter(function(g){return p.indexOf(g)>=0});E.length===0&&(E=m);var d=E.reduce(function(g,_){return g[_]=ce(t,{placement:_,boundary:n,rootBoundary:a,padding:s})[H(_)],g},{});return Object.keys(d).sort(function(g,_){return d[g]-d[_]})}function Hr(t){if(H(t)===u.o)return[];var e=me(t);return[ke(t),e,ke(e)]}function $r(t){var e=t.state,o=t.options,r=t.name;if(!e.modifiersData[r]._skip){for(var n=o.mainAxis,a=n===void 0?!0:n,s=o.altAxis,i=s===void 0?!0:s,l=o.fallbackPlacements,p=o.padding,c=o.boundary,m=o.rootBoundary,E=o.altBoundary,d=o.flipVariations,g=d===void 0?!0:d,_=o.allowedAutoPlacements,h=e.options.placement,M=H(h),D=M===h,P=l||(D||!g?[me(h)]:Hr(h)),v=[h].concat(P).reduce(function(ae,k){return ae.concat(H(k)===u.o?Kr(e,{placement:k,boundary:c,rootBoundary:m,padding:p,flipVariations:g,allowedAutoPlacements:_}):k)},[]),y=e.rects.reference,T=e.rects.popper,R=new Map,b=!0,C=v[0],w=0;w<v.length;w++){var j=v[w],B=H(j),x=oe(j)===u.s,Y=[u.t,u.h].indexOf(B)>=0,X=Y?"width":"height",A=ce(e,{placement:j,boundary:c,rootBoundary:m,altBoundary:E,padding:p}),S=Y?x?u.r:u.l:x?u.h:u.t;y[X]>T[X]&&(S=me(S));var ne=me(S),Q=[];if(a&&Q.push(A[B]<=0),i&&Q.push(A[S]<=0,A[ne]<=0),Q.every(function(ae){return ae})){C=j,b=!1;break}R.set(j,Q)}if(b)for(var ge=g?3:1,Ae=function(k){var fe=v.find(function(Ee){var Z=R.get(Ee);if(Z)return Z.slice(0,k).every(function(Be){return Be})});if(fe)return C=fe,"break"},ue=ge;ue>0;ue--){var Oe=Ae(ue);if(Oe==="break")break}e.placement!==C&&(e.modifiersData[r]._skip=!0,e.placement=C,e.reset=!0)}}var Nr={name:"flip",enabled:!0,phase:"main",fn:$r,requiresIfExists:["offset"],data:{_skip:!1}};function Ze(t,e,o){return o===void 0&&(o={x:0,y:0}),{top:t.top-e.height-o.y,right:t.right-e.width+o.x,bottom:t.bottom-e.height+o.y,left:t.left-e.width-o.x}}function qe(t){return[u.t,u.r,u.h,u.l].some(function(e){return t[e]>=0})}function Vr(t){var e=t.state,o=t.name,r=e.rects.reference,n=e.rects.popper,a=e.modifiersData.preventOverflow,s=ce(e,{elementContext:"reference"}),i=ce(e,{altBoundary:!0}),l=Ze(s,r),p=Ze(i,n,a),c=qe(l),m=qe(p);e.modifiersData[o]={referenceClippingOffsets:l,popperEscapeOffsets:p,isReferenceHidden:c,hasPopperEscaped:m},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":m})}var Fr={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Vr};function zr(t,e,o){var r=H(t),n=[u.l,u.t].indexOf(r)>=0?-1:1,a=typeof o=="function"?o(Object.assign({},e,{placement:t})):o,s=a[0],i=a[1];return s=s||0,i=(i||0)*n,[u.l,u.r].indexOf(r)>=0?{x:i,y:s}:{x:s,y:i}}function Yr(t){var e=t.state,o=t.options,r=t.name,n=o.offset,a=n===void 0?[0,0]:n,s=u.n.reduce(function(c,m){return c[m]=zr(m,e.rects,a),c},{}),i=s[e.placement],l=i.x,p=i.y;e.modifiersData.popperOffsets!=null&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=p),e.modifiersData[r]=s}var Xr={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:Yr};function kr(t){var e=t.state,o=t.name;e.modifiersData[o]=Qe({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})}var Gr={name:"popperOffsets",enabled:!0,phase:"read",fn:kr,data:{}};function Jr(t){return t==="x"?"y":"x"}function Qr(t){var e=t.state,o=t.options,r=t.name,n=o.mainAxis,a=n===void 0?!0:n,s=o.altAxis,i=s===void 0?!1:s,l=o.boundary,p=o.rootBoundary,c=o.altBoundary,m=o.padding,E=o.tether,d=E===void 0?!0:E,g=o.tetherOffset,_=g===void 0?0:g,h=ce(e,{boundary:l,rootBoundary:p,padding:m,altBoundary:c}),M=H(e.placement),D=oe(e.placement),P=!D,v=Te(M),y=Jr(v),T=e.modifiersData.popperOffsets,R=e.rects.reference,b=e.rects.popper,C=typeof _=="function"?_(Object.assign({},e.rects,{placement:e.placement})):_,w=typeof C=="number"?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),j=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,B={x:0,y:0};if(!!T){if(a){var x,Y=v==="y"?u.t:u.l,X=v==="y"?u.h:u.r,A=v==="y"?"height":"width",S=T[v],ne=S+h[Y],Q=S-h[X],ge=d?-b[A]/2:0,Ae=D===u.s?R[A]:b[A],ue=D===u.s?-b[A]:-R[A],Oe=e.elements.arrow,ae=d&&Oe?Pe(Oe):{width:0,height:0},k=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:Fe(),fe=k[Y],Ee=k[X],Z=se(0,R[A],ae[A]),Be=P?R[A]/2-ge-Z-fe-w.mainAxis:Ae-Z-fe-w.mainAxis,Io=P?-R[A]/2+ge+Z+Ee+w.mainAxis:ue+Z+Ee+w.mainAxis,Le=e.elements.arrow&&ie(e.elements.arrow),Wo=Le?v==="y"?Le.clientTop||0:Le.clientLeft||0:0,ht=(x=j==null?void 0:j[v])!=null?x:0,Uo=S+Be-ht-Wo,Ko=S+Io-ht,gt=se(d?de(ne,Uo):ne,S,d?G(Q,Ko):Q);T[v]=gt,B[v]=gt-S}if(i){var Ot,Ho=v==="x"?u.t:u.l,$o=v==="x"?u.h:u.r,q=T[y],ye=y==="y"?"height":"width",Et=q+h[Ho],yt=q-h[$o],Se=[u.t,u.l].indexOf(M)!==-1,Pt=(Ot=j==null?void 0:j[y])!=null?Ot:0,Tt=Se?Et:q-R[ye]-b[ye]-Pt+w.altAxis,Rt=Se?q+R[ye]+b[ye]-Pt-w.altAxis:yt,Mt=d&&Se?yr(Tt,q,Rt):se(d?Tt:Et,q,d?Rt:yt);T[y]=Mt,B[y]=Mt-q}e.modifiersData[r]=B}}var Zr={name:"preventOverflow",enabled:!0,phase:"main",fn:Qr,requiresIfExists:["offset"]};function qr(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function eo(t){return t===U(t)||!I(t)?Re(t):qr(t)}function to(t){var e=t.getBoundingClientRect(),o=te(e.width)/t.offsetWidth||1,r=te(e.height)/t.offsetHeight||1;return o!==1||r!==1}function ro(t,e,o){o===void 0&&(o=!1);var r=I(e),n=I(e)&&to(e),a=V(e),s=re(t,n),i={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(r||!r&&!o)&&((K(e)!=="body"||De(a))&&(i=eo(e)),I(e)?(l=re(e,!0),l.x+=e.clientLeft,l.y+=e.clientTop):a&&(l.x=Me(a))),{x:s.left+i.scrollLeft-l.x,y:s.top+i.scrollTop-l.y,width:s.width,height:s.height}}function oo(t){var e=new Map,o=new Set,r=[];t.forEach(function(a){e.set(a.name,a)});function n(a){o.add(a.name);var s=[].concat(a.requires||[],a.requiresIfExists||[]);s.forEach(function(i){if(!o.has(i)){var l=e.get(i);l&&n(l)}}),r.push(a)}return t.forEach(function(a){o.has(a.name)||n(a)}),r}function no(t){var e=oo(t);return u.q.reduce(function(o,r){return o.concat(e.filter(function(n){return n.phase===r}))},[])}function ao(t){var e;return function(){return e||(e=new Promise(function(o){Promise.resolve().then(function(){e=void 0,o(t())})})),e}}function F(t){for(var e=arguments.length,o=new Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];return[].concat(o).reduce(function(n,a){return n.replace(/%s/,a)},t)}var J='Popper: modifier "%s" provided an invalid %s property, expected %s but got %s',io='Popper: modifier "%s" requires "%s", but "%s" modifier is not available',et=null;function Dn(t){t.forEach(function(e){[].concat(Object.keys(e),et).filter(function(o,r,n){return n.indexOf(o)===r}).forEach(function(o){switch(o){case"name":typeof e.name!="string"&&console.error(F(J,String(e.name),'"name"','"string"','"'+String(e.name)+'"'));break;case"enabled":typeof e.enabled!="boolean"&&console.error(F(J,e.name,'"enabled"','"boolean"','"'+String(e.enabled)+'"'));break;case"phase":modifierPhases.indexOf(e.phase)<0&&console.error(F(J,e.name,'"phase"',"either "+modifierPhases.join(", "),'"'+String(e.phase)+'"'));break;case"fn":typeof e.fn!="function"&&console.error(F(J,e.name,'"fn"','"function"','"'+String(e.fn)+'"'));break;case"effect":e.effect!=null&&typeof e.effect!="function"&&console.error(F(J,e.name,'"effect"','"function"','"'+String(e.fn)+'"'));break;case"requires":e.requires!=null&&!Array.isArray(e.requires)&&console.error(F(J,e.name,'"requires"','"array"','"'+String(e.requires)+'"'));break;case"requiresIfExists":Array.isArray(e.requiresIfExists)||console.error(F(J,e.name,'"requiresIfExists"','"array"','"'+String(e.requiresIfExists)+'"'));break;case"options":case"data":break;default:console.error('PopperJS: an invalid property has been provided to the "'+e.name+'" modifier, valid properties are '+et.map(function(r){return'"'+r+'"'}).join(", ")+'; but "'+o+'" was provided.')}e.requires&&e.requires.forEach(function(r){t.find(function(n){return n.name===r})==null&&console.error(F(io,String(e.name),r,r))})})})}function bn(t,e){var o=new Set;return t.filter(function(r){var n=e(r);if(!o.has(n))return o.add(n),!0})}function so(t){var e=t.reduce(function(o,r){var n=o[r.name];return o[r.name]=n?Object.assign({},n,r,{options:Object.assign({},n.options,r.options),data:Object.assign({},n.data,r.data)}):r,o},{});return Object.keys(e).map(function(o){return e[o]})}var jn="Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.",Cn="Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.",tt={placement:"bottom",modifiers:[],strategy:"absolute"};function rt(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return!e.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function lo(t){t===void 0&&(t={});var e=t,o=e.defaultModifiers,r=o===void 0?[]:o,n=e.defaultOptions,a=n===void 0?tt:n;return function(i,l,p){p===void 0&&(p=a);var c={placement:"bottom",orderedModifiers:[],options:Object.assign({},tt,a),modifiersData:{},elements:{reference:i,popper:l},attributes:{},styles:{}},m=[],E=!1,d={state:c,setOptions:function(M){var D=typeof M=="function"?M(c.options):M;_(),c.options=Object.assign({},a,c.options,D),c.scrollParents={reference:ee(i)?le(i):i.contextElement?le(i.contextElement):[],popper:le(l)};var P=no(so([].concat(r,c.options.modifiers)));if(c.orderedModifiers=P.filter(function(j){return j.enabled}),!1)var v,y,T,R,b,C,w;return g(),d.update()},forceUpdate:function(){if(!E){var M=c.elements,D=M.reference,P=M.popper;if(!!rt(D,P)){c.rects={reference:ro(D,ie(P),c.options.strategy==="fixed"),popper:Pe(P)},c.reset=!1,c.placement=c.options.placement,c.orderedModifiers.forEach(function(j){return c.modifiersData[j.name]=Object.assign({},j.data)});for(var v=0,y=0;y<c.orderedModifiers.length;y++){if(c.reset===!0){c.reset=!1,y=-1;continue}var T=c.orderedModifiers[y],R=T.fn,b=T.options,C=b===void 0?{}:b,w=T.name;typeof R=="function"&&(c=R({state:c,options:C,name:w,instance:d})||c)}}}},update:ao(function(){return new Promise(function(h){d.forceUpdate(),h(c)})}),destroy:function(){_(),E=!0}};if(!rt(i,l))return d;d.setOptions(p).then(function(h){!E&&p.onFirstUpdate&&p.onFirstUpdate(h)});function g(){c.orderedModifiers.forEach(function(h){var M=h.name,D=h.options,P=D===void 0?{}:D,v=h.effect;if(typeof v=="function"){var y=v({state:c,name:M,instance:d,options:P}),T=function(){};m.push(y||T)}})}function _(){m.forEach(function(h){return h()}),m=[]}return d}}var co=[xr,Gr,Cr,gr,Xr,Nr,Zr,Mr,Fr],uo=lo({defaultModifiers:co});function je(t,e){return je=Object.setPrototypeOf||function(r,n){return r.__proto__=n,r},je(t,e)}function ot(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,je(t,e)}var nt=O.createContext(),at=O.createContext();function fo(t){var e=t.children,o=O.useState(null),r=o[0],n=o[1],a=O.useRef(!1);O.useEffect(function(){return function(){a.current=!0}},[]);var s=O.useCallback(function(i){a.current||n(i)},[]);return O.createElement(nt.Provider,{value:r},O.createElement(at.Provider,{value:s},e))}var it=function(e){return Array.isArray(e)?e[0]:e},st=function(e){if(typeof e=="function"){for(var o=arguments.length,r=new Array(o>1?o-1:0),n=1;n<o;n++)r[n-1]=arguments[n];return e.apply(void 0,r)}},Ce=function(e,o){if(typeof e=="function")return st(e,o);e!=null&&(e.current=o)},lt=function(e){return e.reduce(function(o,r){var n=r[0],a=r[1];return o[n]=a,o},{})},ct=typeof window!="undefined"&&window.document&&window.document.createElement?O.useLayoutEffect:O.useEffect,po=typeof Element!="undefined",vo=typeof Map=="function",_o=typeof Set=="function",mo=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function he(t,e){if(t===e)return!0;if(t&&e&&pe(t)=="object"&&pe(e)=="object"){if(t.constructor!==e.constructor)return!1;var o,r,n;if(Array.isArray(t)){if(o=t.length,o!=e.length)return!1;for(r=o;r--!==0;)if(!he(t[r],e[r]))return!1;return!0}var a;if(vo&&t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(a=t.entries();!(r=a.next()).done;)if(!e.has(r.value[0]))return!1;for(a=t.entries();!(r=a.next()).done;)if(!he(r.value[1],e.get(r.value[0])))return!1;return!0}if(_o&&t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(a=t.entries();!(r=a.next()).done;)if(!e.has(r.value[0]))return!1;return!0}if(mo&&ArrayBuffer.isView(t)&&ArrayBuffer.isView(e)){if(o=t.length,o!=e.length)return!1;for(r=o;r--!==0;)if(t[r]!==e[r])return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===e.toString();if(n=Object.keys(t),o=n.length,o!==Object.keys(e).length)return!1;for(r=o;r--!==0;)if(!Object.prototype.hasOwnProperty.call(e,n[r]))return!1;if(po&&t instanceof Element)return!1;for(r=o;r--!==0;)if(!((n[r]==="_owner"||n[r]==="__v"||n[r]==="__o")&&t.$$typeof)&&!he(t[n[r]],e[n[r]]))return!1;return!0}return t!==t&&e!==e}var ho=function(e,o){try{return he(e,o)}catch(r){if((r.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw r}},go=[],Oo=function(e,o,r){r===void 0&&(r={});var n=O.useRef(null),a={onFirstUpdate:r.onFirstUpdate,placement:r.placement||"bottom",strategy:r.strategy||"absolute",modifiers:r.modifiers||go},s=O.useState({styles:{popper:{position:a.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=s[0],l=s[1],p=O.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(d){var g=d.state,_=Object.keys(g.elements);l({styles:lt(_.map(function(h){return[h,g.styles[h]||{}]})),attributes:lt(_.map(function(h){return[h,g.attributes[h]]}))})},requires:["computeStyles"]}},[]),c=O.useMemo(function(){var E={onFirstUpdate:a.onFirstUpdate,placement:a.placement,strategy:a.strategy,modifiers:[].concat(a.modifiers,[p,{name:"applyStyles",enabled:!1}])};return ho(n.current,E)?n.current||E:(n.current=E,E)},[a.onFirstUpdate,a.placement,a.strategy,a.modifiers,p]),m=O.useRef();return ct(function(){m.current&&m.current.setOptions(c)},[c]),ct(function(){if(!(e==null||o==null)){var E=r.createPopper||uo,d=E(e,o,c);return m.current=d,function(){d.destroy(),m.current=null}}},[e,o,r.createPopper]),{state:m.current?m.current.state:null,styles:i.styles,attributes:i.attributes,update:m.current?m.current.update:null,forceUpdate:m.current?m.current.forceUpdate:null}},Eo=function(){},yo=function(){return Promise.resolve(null)},Po=[];function To(t){var e=t.placement,o=e===void 0?"bottom":e,r=t.strategy,n=r===void 0?"absolute":r,a=t.modifiers,s=a===void 0?Po:a,i=t.referenceElement,l=t.onFirstUpdate,p=t.innerRef,c=t.children,m=O.useContext(nt),E=O.useState(null),d=E[0],g=E[1],_=O.useState(null),h=_[0],M=_[1];O.useEffect(function(){Ce(p,d)},[p,d]);var D=O.useMemo(function(){return{placement:o,strategy:n,onFirstUpdate:l,modifiers:[].concat(s,[{name:"arrow",enabled:h!=null,options:{element:h}}])}},[o,n,l,s,h]),P=Oo(i||m,d,D),v=P.state,y=P.styles,T=P.forceUpdate,R=P.update,b=O.useMemo(function(){return{ref:g,style:y.popper,placement:v?v.placement:o,hasPopperEscaped:v&&v.modifiersData.hide?v.modifiersData.hide.hasPopperEscaped:null,isReferenceHidden:v&&v.modifiersData.hide?v.modifiersData.hide.isReferenceHidden:null,arrowProps:{style:y.arrow,ref:M},forceUpdate:T||Eo,update:R||yo}},[g,M,o,v,y,R,T]);return it(c)(b)}var Ro=!1,ut=function(){};if(Ro){var Mo=function(e,o){var r=arguments.length;o=new Array(r>1?r-1:0);for(var n=1;n<r;n++)o[n-1]=arguments[n];var a=0,s="Warning: "+e.replace(/%s/g,function(){return o[a++]});typeof console!="undefined"&&console.error(s);try{throw new Error(s)}catch(i){}};ut=function(e,o,r){var n=arguments.length;r=new Array(n>2?n-2:0);for(var a=2;a<n;a++)r[a-2]=arguments[a];if(o===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");e||Mo.apply(null,[o].concat(r))}}var Do=ut;function bo(t){var e=t.children,o=t.innerRef,r=O.useContext(at),n=O.useCallback(function(a){Ce(o,a),st(r,a)},[o,r]);return O.useEffect(function(){return function(){return Ce(o,null)}}),O.useEffect(function(){Do(Boolean(r),"`Reference` should not be used outside of a `Manager` component.")},[r]),it(e)({ref:n})}var ft=O.createContext({}),$=function(){for(var e=arguments.length,o=new Array(e),r=0;r<e;r++)o[r]=arguments[r];return function(){for(var n=arguments.length,a=new Array(n),s=0;s<n;s++)a[s]=arguments[s];return o.forEach(function(i){return i&&i.apply(void 0,a)})}},jo=function(){},pt=function(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)},Co=function(e,o){if(typeof e=="function")return e(o);e!=null&&(e.current=o)},dt=function(t){ot(e,t);function e(){for(var r,n=arguments.length,a=new Array(n),s=0;s<n;s++)a[s]=arguments[s];return r=t.call.apply(t,[this].concat(a))||this,r.observer=void 0,r.tooltipRef=void 0,r.handleOutsideClick=function(i){if(r.tooltipRef&&!r.tooltipRef.contains(i.target)){var l=r.context.parentOutsideClickHandler,p=r.props,c=p.hideTooltip,m=p.clearScheduled;m(),c(),l&&l(i)}},r.handleOutsideRightClick=function(i){if(r.tooltipRef&&!r.tooltipRef.contains(i.target)){var l=r.context.parentOutsideRightClickHandler,p=r.props,c=p.hideTooltip,m=p.clearScheduled;m(),c(),l&&l(i)}},r.addOutsideClickHandler=function(){document.body.addEventListener("touchend",r.handleOutsideClick),document.body.addEventListener("click",r.handleOutsideClick)},r.removeOutsideClickHandler=function(){document.body.removeEventListener("touchend",r.handleOutsideClick),document.body.removeEventListener("click",r.handleOutsideClick)},r.addOutsideRightClickHandler=function(){return document.body.addEventListener("contextmenu",r.handleOutsideRightClick)},r.removeOutsideRightClickHandler=function(){return document.body.removeEventListener("contextmenu",r.handleOutsideRightClick)},r.getTooltipRef=function(i){r.tooltipRef=i,Co(r.props.innerRef,i)},r.getArrowProps=function(i){return i===void 0&&(i={}),(0,u.a)({},i,{style:(0,u.a)({},i.style,r.props.arrowProps.style)})},r.getTooltipProps=function(i){return i===void 0&&(i={}),(0,u.a)({},i,r.isTriggeredBy("hover")&&{onMouseEnter:$(r.props.clearScheduled,i.onMouseEnter),onMouseLeave:$(r.props.hideTooltip,i.onMouseLeave)},{style:(0,u.a)({},i.style,r.props.style)})},r.contextValue={isParentNoneTriggered:r.props.trigger==="none",addParentOutsideClickHandler:r.addOutsideClickHandler,addParentOutsideRightClickHandler:r.addOutsideRightClickHandler,parentOutsideClickHandler:r.handleOutsideClick,parentOutsideRightClickHandler:r.handleOutsideRightClick,removeParentOutsideClickHandler:r.removeOutsideClickHandler,removeParentOutsideRightClickHandler:r.removeOutsideRightClickHandler},r}var o=e.prototype;return o.componentDidMount=function(){var n=this,a=this.observer=new MutationObserver(function(){n.props.update()});if(a.observe(this.tooltipRef,this.props.mutationObserverOptions),this.isTriggeredBy("hover")||this.isTriggeredBy("click")||this.isTriggeredBy("right-click")){var s=this.context,i=s.removeParentOutsideClickHandler,l=s.removeParentOutsideRightClickHandler;this.addOutsideClickHandler(),this.addOutsideRightClickHandler(),i&&i(),l&&l()}},o.componentDidUpdate=function(){this.props.closeOnReferenceHidden&&this.props.isReferenceHidden&&this.props.hideTooltip()},o.componentWillUnmount=function(){if(this.observer&&this.observer.disconnect(),this.isTriggeredBy("hover")||this.isTriggeredBy("click")||this.isTriggeredBy("right-click")){var n=this.context,a=n.isParentNoneTriggered,s=n.addParentOutsideClickHandler,i=n.addParentOutsideRightClickHandler;this.removeOutsideClickHandler(),this.removeOutsideRightClickHandler(),this.handleOutsideClick=void 0,this.handleOutsideRightClick=void 0,!a&&s&&s(),!a&&i&&i()}},o.render=function(){var n=this.props,a=n.arrowProps,s=n.placement,i=n.tooltip;return O.createElement(ft.Provider,{value:this.contextValue},i({arrowRef:a.ref,getArrowProps:this.getArrowProps,getTooltipProps:this.getTooltipProps,placement:s,tooltipRef:this.getTooltipRef}))},o.isTriggeredBy=function(n){var a=this.props.trigger;return a===n||Array.isArray(a)&&a.includes(n)},e}(O.Component);dt.contextType=ft;var wo={childList:!0,subtree:!0},vt=function(t){ot(e,t);function e(){for(var r,n=arguments.length,a=new Array(n),s=0;s<n;s++)a[s]=arguments[s];return r=t.call.apply(t,[this].concat(a))||this,r.state={tooltipShown:r.props.defaultTooltipShown},r.hideTimeout=void 0,r.showTimeout=void 0,r.popperOffset=void 0,r.setTooltipState=function(i){var l=function(){return r.props.onVisibilityChange(i.tooltipShown)};r.isControlled()?l():r.setState(i,l)},r.clearScheduled=function(){clearTimeout(r.hideTimeout),clearTimeout(r.showTimeout)},r.showTooltip=function(i){var l=i.pageX,p=i.pageY;r.clearScheduled();var c={tooltipShown:!0};r.props.followCursor&&(c=(0,u.a)({},c,{pageX:l,pageY:p})),r.showTimeout=window.setTimeout(function(){return r.setTooltipState(c)},r.props.delayShow)},r.hideTooltip=function(){r.clearScheduled(),r.hideTimeout=window.setTimeout(function(){return r.setTooltipState({tooltipShown:!1})},r.props.delayHide)},r.toggleTooltip=function(i){var l=i.pageX,p=i.pageY,c=r.getState()?"hideTooltip":"showTooltip";r[c]({pageX:l,pageY:p})},r.clickToggle=function(i){i.preventDefault();var l=i.pageX,p=i.pageY,c=r.props.followCursor?"showTooltip":"toggleTooltip";r[c]({pageX:l,pageY:p})},r.contextMenuToggle=function(i){i.preventDefault();var l=i.pageX,p=i.pageY,c=r.props.followCursor?"showTooltip":"toggleTooltip";r[c]({pageX:l,pageY:p})},r.getTriggerProps=function(i){return i===void 0&&(i={}),(0,u.a)({},i,r.isTriggeredBy("click")&&{onClick:$(r.clickToggle,i.onClick),onTouchEnd:$(r.clickToggle,i.onTouchEnd)},r.isTriggeredBy("right-click")&&{onContextMenu:$(r.contextMenuToggle,i.onContextMenu)},r.isTriggeredBy("hover")&&(0,u.a)({onMouseEnter:$(r.showTooltip,i.onMouseEnter),onMouseLeave:$(r.hideTooltip,i.onMouseLeave)},r.props.followCursor&&{onMouseMove:$(r.showTooltip,i.onMouseMove)}),r.isTriggeredBy("focus")&&{onFocus:$(r.showTooltip,i.onFocus),onBlur:$(r.hideTooltip,i.onBlur)})},r}var o=e.prototype;return o.componentWillUnmount=function(){this.clearScheduled()},o.render=function(){var n=this,a=this.props,s=a.children,i=a.tooltip,l=a.placement,p=a.trigger,c=a.getTriggerRef,m=a.modifiers,E=a.closeOnReferenceHidden,d=a.usePortal,g=a.portalContainer,_=a.followCursor,h=a.getTooltipRef,M=a.mutationObserverOptions,D=(0,u._)(a,["children","tooltip","placement","trigger","getTriggerRef","modifiers","closeOnReferenceHidden","usePortal","portalContainer","followCursor","getTooltipRef","mutationObserverOptions"]),P=O.createElement(To,(0,u.a)({innerRef:h,placement:l,modifiers:[{name:"followCursor",enabled:_,phase:"main",fn:function(y){n.popperOffset=y.state.rects.popper}}].concat(m)},D),function(v){var y=v.ref,T=v.style,R=v.placement,b=v.arrowProps,C=v.isReferenceHidden,w=v.update;if(_&&n.popperOffset){var j=n.state,B=j.pageX,x=j.pageY,Y=n.popperOffset,X=Y.width,A=Y.height,S=B+X>window.pageXOffset+document.body.offsetWidth?B-X:B,ne=x+A>window.pageYOffset+document.body.offsetHeight?x-A:x;T.transform="translate3d("+S+"px, "+ne+"px, 0"}return O.createElement(dt,(0,u.a)({arrowProps:b,closeOnReferenceHidden:E,isReferenceHidden:C,placement:R,update:w,style:T,tooltip:i,trigger:p,mutationObserverOptions:M},{clearScheduled:n.clearScheduled,hideTooltip:n.hideTooltip,innerRef:y}))});return O.createElement(fo,null,O.createElement(bo,{innerRef:c},function(v){var y=v.ref;return s({getTriggerProps:n.getTriggerProps,triggerRef:y})}),this.getState()&&(d?(0,ir.createPortal)(P,g):P))},o.isControlled=function(){return this.props.tooltipShown!==void 0},o.getState=function(){return this.isControlled()?this.props.tooltipShown:this.state.tooltipShown},o.isTriggeredBy=function(n){var a=this.props.trigger;return a===n||Array.isArray(a)&&a.includes(n)},e}(O.Component);vt.defaultProps={closeOnReferenceHidden:!0,defaultTooltipShown:!1,delayHide:0,delayShow:0,followCursor:!1,onVisibilityChange:jo,placement:"right",portalContainer:pt()?document.body:null,trigger:"hover",usePortal:pt(),mutationObserverOptions:wo,modifiers:[]};var xo=vt,W=lr()(1e3)(function(t,e,o){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0;return e.split("-")[0]===t?o:r}),z=8,Ao=L.zo.div({position:"absolute",borderStyle:"solid"},function(t){var e=t.placement,o=0,r=0;switch(!0){case(e.startsWith("left")||e.startsWith("right")):{r=8;break}case(e.startsWith("top")||e.startsWith("bottom")):{o=8;break}}var n="translate3d(".concat(o,"px, ").concat(r,"px, 0px)");return{transform:n}},function(t){var e=t.theme,o=t.color,r=t.placement;return{bottom:"".concat(W("top",r,z*-1,"auto"),"px"),top:"".concat(W("bottom",r,z*-1,"auto"),"px"),right:"".concat(W("left",r,z*-1,"auto"),"px"),left:"".concat(W("right",r,z*-1,"auto"),"px"),borderBottomWidth:"".concat(W("top",r,"0",z),"px"),borderTopWidth:"".concat(W("bottom",r,"0",z),"px"),borderRightWidth:"".concat(W("left",r,"0",z),"px"),borderLeftWidth:"".concat(W("right",r,"0",z),"px"),borderTopColor:W("top",r,e.color[o]||o||e.base==="light"?(0,L.$n)(e.background.app):(0,L._j)(e.background.app),"transparent"),borderBottomColor:W("bottom",r,e.color[o]||o||e.base==="light"?(0,L.$n)(e.background.app):(0,L._j)(e.background.app),"transparent"),borderLeftColor:W("left",r,e.color[o]||o||e.base==="light"?(0,L.$n)(e.background.app):(0,L._j)(e.background.app),"transparent"),borderRightColor:W("right",r,e.color[o]||o||e.base==="light"?(0,L.$n)(e.background.app):(0,L._j)(e.background.app),"transparent")}}),Bo=L.zo.div(function(t){var e=t.hidden;return{display:e?"none":"inline-block",zIndex:2147483647}},function(t){var e=t.theme,o=t.color,r=t.hasChrome;return r?{background:e.color[o]||o||e.base==="light"?(0,L.$n)(e.background.app):(0,L._j)(e.background.app),filter:`
|
|
3
|
+
drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
|
|
4
|
+
drop-shadow(0 1px 3px rgba(0,0,0,0.1))
|
|
5
|
+
`,borderRadius:e.appBorderRadius*2,fontSize:e.typography.size.s1}:{}}),_t=function(e){var o=e.placement,r=e.hasChrome,n=e.children,a=e.arrowProps,s=e.tooltipRef,i=e.arrowRef,l=e.color,p=(0,u.d)(e,["placement","hasChrome","children","arrowProps","tooltipRef","arrowRef","color"]);return O.createElement(Bo,Object.assign({hasChrome:r,placement:o,ref:s},p,{color:l}),r&&O.createElement(Ao,Object.assign({placement:o,ref:i},a,{color:l})),n)};_t.defaultProps={color:void 0,arrowRef:void 0,tooltipRef:void 0,hasChrome:!0,placement:"top",arrowProps:{}};var we=u.w.document,Lo=L.zo.div(We||(We=He([`
|
|
6
|
+
display: inline-block;
|
|
7
|
+
cursor: `,`;
|
|
8
|
+
`])),function(t){return t.mode==="hover"?"default":"pointer"}),So=L.zo.g(Ue||(Ue=He([`
|
|
9
|
+
cursor: `,`;
|
|
10
|
+
`])),function(t){return t.mode==="hover"?"default":"pointer"}),xe=function(e){var o=e.svg,r=e.trigger,n=e.closeOnClick,a=e.placement,s=e.modifiers,i=e.hasChrome,l=e.tooltip,p=e.children,c=e.tooltipShown,m=e.onVisibilityChange,E=(0,u.d)(e,["svg","trigger","closeOnClick","placement","modifiers","hasChrome","tooltip","children","tooltipShown","onVisibilityChange"]),d=o?So:Lo;return O.createElement(xo,{placement:a,trigger:r,modifiers:s,tooltipShown:c,onVisibilityChange:m,tooltip:function(_){var h=_.getTooltipProps,M=_.getArrowProps,D=_.tooltipRef,P=_.arrowRef,v=_.placement;return O.createElement(_t,Object.assign({hasChrome:i,placement:v,tooltipRef:D,arrowRef:P,arrowProps:M()},h()),typeof l=="function"?l({onHide:function(){return m(!1)}}):l)}},function(g){var _=g.getTriggerProps,h=g.triggerRef;return O.createElement(d,Object.assign({ref:h},_(),E),p)})};xe.defaultProps={svg:!1,trigger:"hover",closeOnClick:!1,placement:"top",modifiers:[{name:"preventOverflow",options:{padding:8}},{name:"offset",options:{offset:[8,8]}},{name:"arrow",options:{padding:8}}],hasChrome:!0,tooltipShown:!1};var mt=function(e){var o=e.startOpen,r=e.onVisibilityChange,n=(0,u.d)(e,["startOpen","onVisibilityChange"]),a=(0,O.useState)(o||!1),s=fr(a,2),i=s[0],l=s[1],p=(0,O.useCallback)(function(c){r&&r(c)===!1||l(c)},[r]);return(0,O.useEffect)(function(){var c=function(){return p(!1)};we.addEventListener("keydown",c,!1);var m=Array.from(we.getElementsByTagName("iframe")),E=[];return m.forEach(function(d){var g=function(){try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",c),E.push(function(){try{d.contentWindow.document.removeEventListener("click",c)}catch(h){}}))}catch(h){}};g(),d.addEventListener("load",g),E.push(function(){d.removeEventListener("load",g)})}),function(){we.removeEventListener("keydown",c),E.forEach(function(d){d()})}}),O.createElement(xe,Object.assign({},n,{tooltipShown:i,onVisibilityChange:p}))}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[]).push([[720],{85720:p=>{p.exports=function(l,s){return s=s||{},new Promise(function(f,d){var e=new XMLHttpRequest,u=[],a=[],n={},i=function(){return{ok:(e.status/100|0)==2,statusText:e.statusText,status:e.status,url:e.responseURL,text:function(){return Promise.resolve(e.responseText)},json:function(){return Promise.resolve(e.responseText).then(JSON.parse)},blob:function(){return Promise.resolve(new Blob([e.response]))},clone:i,headers:{keys:function(){return u},entries:function(){return a},get:function(r){return n[r.toLowerCase()]},has:function(r){return r.toLowerCase()in n}}}};for(var c in e.open(s.method||"get",l,!0),e.onload=function(){e.getAllResponseHeaders().replace(/^(.*?):[^\S\n]*([\s\S]*?)$/gm,function(r,t,o){u.push(t=t.toLowerCase()),a.push([t,o]),n[t]=n[t]?n[t]+","+o:o}),f(i())},e.onerror=d,e.withCredentials=s.credentials=="include",s.headers)e.setRequestHeader(c,s.headers[c]);e.send(s.body||null)})}}}]);
|