@react-md/core 1.0.0-next.8 → 1.0.0-next.9
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/.stylelintrc.json +14 -0
- package/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-lint.log +13 -0
- package/CHANGELOG.md +9 -0
- package/README.md +39 -24
- package/coverage/clover.xml +1013 -404
- package/coverage/coverage-final.json +9 -2
- package/coverage/lcov-report/AutoComplete.tsx.html +283 -0
- package/coverage/lcov-report/RootHtml.tsx.html +370 -0
- package/coverage/lcov-report/Select.tsx.html +1411 -0
- package/coverage/lcov-report/autocomplete/AutoComplete.tsx.html +283 -0
- package/coverage/lcov-report/autocomplete/Autocomplete.tsx.html +283 -0
- package/coverage/lcov-report/autocomplete/index.html +161 -0
- package/coverage/lcov-report/autocomplete/useAutoComplete.ts.html +775 -0
- package/coverage/lcov-report/autocomplete/useAutocomplete.ts.html +775 -0
- package/coverage/lcov-report/autocomplete/useInlineAutoComplete.ts.html +340 -0
- package/coverage/lcov-report/autocomplete/useInlineAutocomplete.ts.html +346 -0
- package/coverage/lcov-report/autocomplete/utils.ts.html +106 -0
- package/coverage/lcov-report/avatar/Avatar.tsx.html +162 -99
- package/coverage/lcov-report/avatar/index.html +19 -34
- package/coverage/lcov-report/avatar/styles.ts.html +1 -1
- package/coverage/lcov-report/button/Button.tsx.html +85 -85
- package/coverage/lcov-report/button/index.html +12 -12
- package/coverage/lcov-report/dialog/DialogFooter.tsx.html +36 -36
- package/coverage/lcov-report/dialog/DialogHeader.tsx.html +26 -26
- package/coverage/lcov-report/dialog/index.html +34 -19
- package/coverage/lcov-report/form/AutoComplete.tsx.html +283 -0
- package/coverage/lcov-report/form/Form.tsx.html +22 -22
- package/coverage/lcov-report/form/OptGroup.tsx.html +169 -166
- package/coverage/lcov-report/form/Option.tsx.html +727 -0
- package/coverage/lcov-report/form/Select.tsx.html +962 -1112
- package/coverage/lcov-report/form/SelectOriginal.tsx.html +1630 -0
- package/coverage/lcov-report/form/SelectV2.tsx.html +1024 -0
- package/coverage/lcov-report/form/SelectedOption.tsx.html +250 -0
- package/coverage/lcov-report/form/index.html +57 -12
- package/coverage/lcov-report/form/selectUtils.ts.html +188 -221
- package/coverage/lcov-report/form/useAutoComplete.ts.html +787 -0
- package/coverage/lcov-report/form/useCombobox.ts.html +454 -460
- package/coverage/lcov-report/form/useComboboxList.ts.html +108 -93
- package/coverage/lcov-report/form/useFormReset.ts.html +229 -0
- package/coverage/lcov-report/form/useInlineAutoComplete.ts.html +379 -0
- package/coverage/lcov-report/form/useSelectCombobox.ts.html +499 -0
- package/coverage/lcov-report/form/utils.ts.html +209 -170
- package/coverage/lcov-report/icon/FontIcon.tsx.html +28 -28
- package/coverage/lcov-report/icon/MaterialIcon.tsx.html +235 -0
- package/coverage/lcov-report/icon/index.html +1 -1
- package/coverage/lcov-report/index.html +36 -21
- package/coverage/lcov-report/media-queries/appSize.ts.html +1 -1
- package/coverage/lcov-report/media-queries/index.html +1 -1
- package/coverage/lcov-report/menu/DropdownMenu.tsx.html +188 -188
- package/coverage/lcov-report/menu/Menu.tsx.html +271 -265
- package/coverage/lcov-report/menu/MenuItem.tsx.html +292 -0
- package/coverage/lcov-report/menu/MenuVisibilityProvider.tsx.html +48 -33
- package/coverage/lcov-report/menu/index.html +45 -15
- package/coverage/lcov-report/menu/useContextMenu.ts.html +490 -0
- package/coverage/lcov-report/movement/index.html +19 -19
- package/coverage/lcov-report/movement/useKeyboardMovementProvider.ts.html +422 -383
- package/coverage/lcov-report/positioning/constants.ts.html +463 -0
- package/coverage/lcov-report/positioning/index.html +30 -30
- package/coverage/lcov-report/positioning/useFixedPositioning.ts.html +1321 -0
- package/coverage/lcov-report/progress/CircularProgress.tsx.html +184 -184
- package/coverage/lcov-report/progress/index.html +19 -34
- package/coverage/lcov-report/searching/caseInsensitive.ts.html +685 -0
- package/coverage/lcov-report/searching/fuzzy.ts.html +610 -0
- package/coverage/lcov-report/searching/index.html +161 -0
- package/coverage/lcov-report/searching/toSearchQuery.ts.html +139 -0
- package/coverage/lcov-report/searching/utils.ts.html +247 -0
- package/coverage/lcov-report/src/CoreProviders.tsx.html +20 -20
- package/coverage/lcov-report/src/NoSsr.tsx.html +1 -1
- package/coverage/lcov-report/src/RootHtml.tsx.html +370 -0
- package/coverage/lcov-report/src/SsrProvider.tsx.html +10 -10
- package/coverage/lcov-report/src/app-bar/AppBar.tsx.html +1 -1
- package/coverage/lcov-report/src/app-bar/AppBarTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/app-bar/index.html +1 -1
- package/coverage/lcov-report/src/avatar/Avatar.tsx.html +1 -1
- package/coverage/lcov-report/src/avatar/index.html +1 -1
- package/coverage/lcov-report/src/avatar/styles.ts.html +1 -1
- package/coverage/lcov-report/src/badge/Badge.tsx.html +1 -1
- package/coverage/lcov-report/src/badge/index.html +1 -1
- package/coverage/lcov-report/src/box/Box.tsx.html +1 -1
- package/coverage/lcov-report/src/box/index.html +1 -1
- package/coverage/lcov-report/src/box/styles.ts.html +1 -1
- package/coverage/lcov-report/src/button/AsyncButton.tsx.html +1 -1
- package/coverage/lcov-report/src/button/Button.tsx.html +1 -1
- package/coverage/lcov-report/src/button/ButtonUnstyled.tsx.html +1 -1
- package/coverage/lcov-report/src/button/FloatingActionButton.tsx.html +1 -1
- package/coverage/lcov-report/src/button/TooltippedButton.tsx.html +1 -1
- package/coverage/lcov-report/src/button/buttonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/button/buttonUnstyledStyles.ts.html +1 -1
- package/coverage/lcov-report/src/button/index.html +1 -1
- package/coverage/lcov-report/src/card/Card.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardContent.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardSubtitle.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/card/ClickableCard.tsx.html +1 -1
- package/coverage/lcov-report/src/card/index.html +1 -1
- package/coverage/lcov-report/src/card/styles.ts.html +1 -1
- package/coverage/lcov-report/src/chip/Chip.tsx.html +1 -1
- package/coverage/lcov-report/src/chip/index.html +1 -1
- package/coverage/lcov-report/src/chip/styles.ts.html +1 -1
- package/coverage/lcov-report/src/cssUtils.ts.html +53 -53
- package/coverage/lcov-report/src/delegateEvent.ts.html +1 -1
- package/coverage/lcov-report/src/dialog/Dialog.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogContent.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/FixedDialog.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/NestedDialogProvider.ts.html +1 -1
- package/coverage/lcov-report/src/dialog/index.html +1 -1
- package/coverage/lcov-report/src/dialog/styles.ts.html +1 -1
- package/coverage/lcov-report/src/divider/Divider.tsx.html +1 -1
- package/coverage/lcov-report/src/divider/index.html +1 -1
- package/coverage/lcov-report/src/divider/styles.ts.html +1 -1
- package/coverage/lcov-report/src/draggable/index.html +1 -1
- package/coverage/lcov-report/src/draggable/useDraggable.ts.html +1 -1
- package/coverage/lcov-report/src/draggable/utils.ts.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionList.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionPanel.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionPanelHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/index.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/useExpansionList.ts.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/useExpansionPanels.ts.html +1 -1
- package/coverage/lcov-report/src/focus/index.html +1 -1
- package/coverage/lcov-report/src/focus/useFocusContainer.ts.html +1 -1
- package/coverage/lcov-report/src/focus/utils.ts.html +1 -1
- package/coverage/lcov-report/src/form/AutoComplete.tsx.html +283 -0
- package/coverage/lcov-report/src/form/Checkbox.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Fieldset.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FileInput.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Form.tsx.html +11 -8
- package/coverage/lcov-report/src/form/FormMessage.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FormMessageContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FormMessageCounter.tsx.html +1 -1
- package/coverage/lcov-report/src/form/InputToggle.tsx.html +1 -1
- package/coverage/lcov-report/src/form/InputToggleIcon.tsx.html +56 -56
- package/coverage/lcov-report/src/form/Label.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Legend.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemCheckbox.tsx.html +3 -3
- package/coverage/lcov-report/src/form/MenuItemFileInput.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemInputToggle.tsx.html +178 -232
- package/coverage/lcov-report/src/form/MenuItemRadio.tsx.html +3 -3
- package/coverage/lcov-report/src/form/MenuItemSwitch.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemTextField.tsx.html +1 -1
- package/coverage/lcov-report/src/form/NativeSelect.tsx.html +1 -1
- package/coverage/lcov-report/src/form/OptGroup.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Option.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Password.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Radio.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Select.tsx.html +894 -1146
- package/coverage/lcov-report/src/form/SelectValue.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Slider.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderMark.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderMarkLabel.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderThumb.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderTrack.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderValueMarks.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderValueTooltip.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Switch.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SwitchTrack.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextArea.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextField.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldAddon.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldContainerStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/fileUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/formConfig.ts.html +1 -1
- package/coverage/lcov-report/src/form/formMessageStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/index.html +30 -900
- package/coverage/lcov-report/src/form/inputToggleStyles.ts.html +30 -30
- package/coverage/lcov-report/src/form/menuItemInputToggleStyles.ts.html +319 -0
- package/coverage/lcov-report/src/form/nativeSelectStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/optionStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/passwordStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/selectStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/selectUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/sliderUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/switchStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/textAreaStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/textFieldStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/useAutoComplete.ts.html +787 -0
- package/coverage/lcov-report/src/form/useCheckboxGroup.ts.html +1 -1
- package/coverage/lcov-report/src/form/useCombobox.ts.html +943 -457
- package/coverage/lcov-report/src/form/useEditableCombobox.ts.html +502 -0
- package/coverage/lcov-report/src/form/useFileUpload.ts.html +1 -1
- package/coverage/lcov-report/src/form/useInlineAutoComplete.ts.html +109 -0
- package/coverage/lcov-report/src/form/useListboxProvider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useNumberField.ts.html +1 -1
- package/coverage/lcov-report/src/form/useRadioGroup.ts.html +1 -1
- package/coverage/lcov-report/src/form/useRangeSlider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useResizingTextArea.ts.html +1 -1
- package/coverage/lcov-report/src/form/useSelectCombobox.ts.html +295 -0
- package/coverage/lcov-report/src/form/useSlider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useTextField.ts.html +1 -1
- package/coverage/lcov-report/src/form/utils.ts.html +200 -170
- package/coverage/lcov-report/src/form/validation.ts.html +1 -1
- package/coverage/lcov-report/src/hoverMode/index.html +1 -1
- package/coverage/lcov-report/src/hoverMode/useHoverMode.ts.html +1 -1
- package/coverage/lcov-report/src/hoverMode/useHoverModeProvider.ts.html +1 -1
- package/coverage/lcov-report/src/icon/FontIcon.tsx.html +28 -28
- package/coverage/lcov-report/src/icon/IconRotator.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/MaterialIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/MaterialSymbol.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/SVGIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/TextIconSpacing.tsx.html +51 -51
- package/coverage/lcov-report/src/icon/iconConfig.tsx.html +10 -10
- package/coverage/lcov-report/src/icon/index.html +1 -1
- package/coverage/lcov-report/src/icon/material.ts.html +1 -1
- package/coverage/lcov-report/src/icon/materialConfig.ts.html +1 -1
- package/coverage/lcov-report/src/icon/styles.ts.html +38 -38
- package/coverage/lcov-report/src/index.html +9 -354
- package/coverage/lcov-report/src/interaction/Ripple.tsx.html +1 -1
- package/coverage/lcov-report/src/interaction/RippleContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/interaction/UserInteractionModeProvider.tsx.html +87 -87
- package/coverage/lcov-report/src/interaction/config.ts.html +7 -7
- package/coverage/lcov-report/src/interaction/index.html +1 -1
- package/coverage/lcov-report/src/interaction/useElementInteraction.tsx.html +83 -83
- package/coverage/lcov-report/src/interaction/useHigherContrastChildren.tsx.html +7 -7
- package/coverage/lcov-report/src/interaction/utils.ts.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutAppBar.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutNav.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutWindowSplitter.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/Main.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/index.html +1 -1
- package/coverage/lcov-report/src/layout/layoutNavStyles.ts.html +1 -1
- package/coverage/lcov-report/src/layout/layoutWindowSplitterStyles.ts.html +1 -1
- package/coverage/lcov-report/src/layout/mainStyles.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useExpandableLayout.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useHorizontalLayoutTransition.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutAppBarHeight.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutTree.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutWindowSplitter.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useMainTabIndex.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useResizableLayout.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useTemporaryLayout.ts.html +1 -1
- package/coverage/lcov-report/src/link/Link.tsx.html +1 -1
- package/coverage/lcov-report/src/link/SkipToMainContent.tsx.html +1 -1
- package/coverage/lcov-report/src/link/index.html +1 -1
- package/coverage/lcov-report/src/link/styles.ts.html +1 -1
- package/coverage/lcov-report/src/list/List.tsx.html +30 -30
- package/coverage/lcov-report/src/list/ListItem.tsx.html +124 -124
- package/coverage/lcov-report/src/list/ListItemAddon.tsx.html +35 -35
- package/coverage/lcov-report/src/list/ListItemChildren.tsx.html +79 -79
- package/coverage/lcov-report/src/list/ListItemLink.tsx.html +2 -2
- package/coverage/lcov-report/src/list/ListItemText.tsx.html +35 -35
- package/coverage/lcov-report/src/list/ListSubheader.tsx.html +1 -1
- package/coverage/lcov-report/src/list/getListItemHeight.ts.html +44 -47
- package/coverage/lcov-report/src/list/index.html +5 -5
- package/coverage/lcov-report/src/list/listItemStyles.ts.html +65 -65
- package/coverage/lcov-report/src/media-queries/AppSizeProvider.tsx.html +49 -49
- package/coverage/lcov-report/src/media-queries/appSize.ts.html +1 -1
- package/coverage/lcov-report/src/media-queries/index.html +1 -1
- package/coverage/lcov-report/src/media-queries/useMediaQuery.ts.html +24 -24
- package/coverage/lcov-report/src/menu/DropdownMenu.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/Menu.tsx.html +3 -3
- package/coverage/lcov-report/src/menu/MenuBar.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuButton.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuConfigurationProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItem.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemButton.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemGroup.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemSeparator.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuSheet.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuVisibilityProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuWidget.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuWidgetKeyboardProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/index.html +1 -1
- package/coverage/lcov-report/src/menu/useContextMenu.ts.html +1 -1
- package/coverage/lcov-report/src/menu/useMenuBarProvider.ts.html +1 -1
- package/coverage/lcov-report/src/menu/utils.ts.html +1 -1
- package/coverage/lcov-report/src/movement/constants.ts.html +1 -1
- package/coverage/lcov-report/src/movement/findMatchIndex.ts.html +1 -1
- package/coverage/lcov-report/src/movement/index.html +17 -62
- package/coverage/lcov-report/src/movement/useKeyboardMovementProvider.ts.html +1 -1
- package/coverage/lcov-report/src/movement/utils.ts.html +143 -119
- package/coverage/lcov-report/src/overlay/Overlay.tsx.html +1 -1
- package/coverage/lcov-report/src/overlay/index.html +1 -1
- package/coverage/lcov-report/src/overlay/overlayStyles.ts.html +1 -1
- package/coverage/lcov-report/src/portal/Portal.tsx.html +1 -1
- package/coverage/lcov-report/src/portal/PortalContainerProvider.tsx.html +36 -36
- package/coverage/lcov-report/src/portal/index.html +1 -1
- package/coverage/lcov-report/src/positioning/constants.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/createHorizontalPosition.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/createVerticalPosition.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/getFixedPosition.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/index.html +1 -1
- package/coverage/lcov-report/src/positioning/useFixedPositioning.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/utils.ts.html +1 -1
- package/coverage/lcov-report/src/progress/CircularProgress.tsx.html +81 -81
- package/coverage/lcov-report/src/progress/LinearProgress.tsx.html +1 -1
- package/coverage/lcov-report/src/progress/getProgressA11y.ts.html +1 -1
- package/coverage/lcov-report/src/progress/index.html +1 -1
- package/coverage/lcov-report/src/responsive-item/ResponsiveItemContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/responsive-item/ResponsiveItemOverlay.tsx.html +1 -1
- package/coverage/lcov-report/src/responsive-item/index.html +1 -1
- package/coverage/lcov-report/src/responsive-item/styles.ts.html +1 -1
- package/coverage/lcov-report/src/scroll/ScrollLock.tsx.html +1 -1
- package/coverage/lcov-report/src/scroll/getScrollbarWidth.ts.html +1 -1
- package/coverage/lcov-report/src/scroll/index.html +1 -1
- package/coverage/lcov-report/src/scroll/useScrollLock.ts.html +1 -1
- package/coverage/lcov-report/src/segmented-button/SegmentedButton.tsx.html +1 -1
- package/coverage/lcov-report/src/segmented-button/SegmentedButtonContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/segmented-button/index.html +1 -1
- package/coverage/lcov-report/src/segmented-button/segmentedButtonContainerStyles.ts.html +1 -1
- package/coverage/lcov-report/src/segmented-button/segmentedButtonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/sheet/Sheet.tsx.html +1 -1
- package/coverage/lcov-report/src/sheet/index.html +1 -1
- package/coverage/lcov-report/src/sheet/styles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/DefaultToastRenderer.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/Snackbar.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/Toast.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastActionButton.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastCloseButton.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastContent.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastManager.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastManagerProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/index.html +1 -1
- package/coverage/lcov-report/src/snackbar/snackbarStyles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/toastContentStyles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/toastStyles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/useCurrentToastActions.ts.html +1 -1
- package/coverage/lcov-report/src/suspense/CircularProgressSuspense.tsx.html +142 -142
- package/coverage/lcov-report/src/suspense/NullSuspense.tsx.html +88 -88
- package/coverage/lcov-report/src/suspense/index.html +32 -32
- package/coverage/lcov-report/src/table/Table.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableBody.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableCell.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableCellContent.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableCheckbox.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableConfigurationProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableContainerProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableRadio.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableRow.tsx.html +1 -1
- package/coverage/lcov-report/src/table/index.html +1 -1
- package/coverage/lcov-report/src/table/tableCellStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableContainerStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableFooterStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableHeaderStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableRowStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/Tab.tsx.html +1 -1
- package/coverage/lcov-report/src/tabs/TabList.tsx.html +1 -1
- package/coverage/lcov-report/src/tabs/TabListScrollButton.tsx.html +1 -1
- package/coverage/lcov-report/src/tabs/index.html +1 -1
- package/coverage/lcov-report/src/tabs/tabIndicatorStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/tabListScrollButtonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/tabListStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/tabStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/useTabList.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/useTabs.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/utils.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/IntersectionObserver.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/ResizeObserver.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/data-testid.ts.html +18 -6
- package/coverage/lcov-report/src/test-utils/drag.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/index.html +7 -7
- package/coverage/lcov-report/src/test-utils/jest-setup.ts.html +9 -9
- package/coverage/lcov-report/src/test-utils/matchMedia.ts.html +4 -4
- package/coverage/lcov-report/src/test-utils/polyfills/IntersectionObserver.ts.html +4 -4
- package/coverage/lcov-report/src/test-utils/polyfills/ResizeObserver.ts.html +3 -3
- package/coverage/lcov-report/src/test-utils/polyfills/TextDecoder.ts.html +106 -0
- package/coverage/lcov-report/src/test-utils/polyfills/TextEncoder.ts.html +100 -0
- package/coverage/lcov-report/src/test-utils/polyfills/index.html +1 -1
- package/coverage/lcov-report/src/test-utils/polyfills/matchMedia.ts.html +6 -6
- package/coverage/lcov-report/src/test-utils/polyfills/offsetParent.ts.html +14 -14
- package/coverage/lcov-report/src/test-utils/polyfills/scrollIntoView.ts.html +5 -5
- package/coverage/lcov-report/src/test-utils/render.tsx.html +21 -21
- package/coverage/lcov-report/src/test-utils/root-html-environment.ts.html +85 -0
- package/coverage/lcov-report/src/test-utils/timers.ts.html +1 -1
- package/coverage/lcov-report/src/theme/LocalStorageColorSchemeProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/theme/ThemeProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/theme/colors.ts.html +1 -1
- package/coverage/lcov-report/src/theme/cssVars.ts.html +1 -1
- package/coverage/lcov-report/src/theme/index.html +1 -1
- package/coverage/lcov-report/src/theme/useCSSVariables.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorScheme.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorSchemeMetaTag.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorSchemeProvider.ts.html +1 -1
- package/coverage/lcov-report/src/theme/usePrefersColorScheme.ts.html +1 -1
- package/coverage/lcov-report/src/theme/utils.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/Tooltip.tsx.html +1 -1
- package/coverage/lcov-report/src/tooltip/TooltipHoverModeProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/tooltip/constants.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/index.html +1 -1
- package/coverage/lcov-report/src/tooltip/tooltipStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/useTooltip.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/useTooltipPosition.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/utils.ts.html +1 -1
- package/coverage/lcov-report/src/transition/CSSTransition.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/Collapse.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/CrossFade.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/ScaleTransition.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/SkeletonPlaceholder.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/Slide.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/SlideContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/collapseStyles.ts.html +13 -13
- package/coverage/lcov-report/src/transition/config.ts.html +3 -3
- package/coverage/lcov-report/src/transition/index.html +7 -7
- package/coverage/lcov-report/src/transition/maxWidthTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/skeletonPlaceholderUtils.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCSSTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCarousel.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCollapseTransition.ts.html +96 -150
- package/coverage/lcov-report/src/transition/useCrossFadeTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useMaxWidthTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useScaleTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useSkeletonPlaceholder.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useSlideTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useTransition.ts.html +152 -152
- package/coverage/lcov-report/src/transition/utils.ts.html +14 -14
- package/coverage/lcov-report/src/tree/DefaultTreeItemRenderer.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/Tree.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/TreeGroup.tsx.html +45 -45
- package/coverage/lcov-report/src/tree/TreeItem.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/TreeItemExpander.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/TreeProvider.tsx.html +8 -8
- package/coverage/lcov-report/src/tree/index.html +1 -1
- package/coverage/lcov-report/src/tree/styles.ts.html +5 -5
- package/coverage/lcov-report/src/tree/useTree.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeExpansion.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeItems.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeMovement.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeSelection.ts.html +1 -1
- package/coverage/lcov-report/src/tree/utils.ts.html +1 -1
- package/coverage/lcov-report/src/typography/SrOnly.tsx.html +12 -12
- package/coverage/lcov-report/src/typography/TextContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/Typography.tsx.html +94 -94
- package/coverage/lcov-report/src/typography/WritingDirectionProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/index.html +1 -1
- package/coverage/lcov-report/src/useAsyncAction.ts.html +1 -1
- package/coverage/lcov-report/src/useDebouncedFunction.ts.html +1 -1
- package/coverage/lcov-report/src/useDropzone.ts.html +1 -1
- package/coverage/lcov-report/src/useElementSize.ts.html +1 -1
- package/coverage/lcov-report/src/useEnsuredId.ts.html +8 -8
- package/coverage/lcov-report/src/useEnsuredRef.ts.html +11 -11
- package/coverage/lcov-report/src/useEnsuredState.ts.html +16 -16
- package/coverage/lcov-report/src/useHtmlClassName.ts.html +1 -1
- package/coverage/lcov-report/src/useIntersectionObserver.ts.html +1 -1
- package/coverage/lcov-report/src/useIsomorphicLayoutEffect.ts.html +1 -1
- package/coverage/lcov-report/src/useLocalStorage.ts.html +1 -1
- package/coverage/lcov-report/src/useOrientation.ts.html +32 -32
- package/coverage/lcov-report/src/usePageInactive.ts.html +1 -1
- package/coverage/lcov-report/src/useResizeListener.ts.html +1 -1
- package/coverage/lcov-report/src/useResizeObserver.ts.html +23 -23
- package/coverage/lcov-report/src/useThrottledFunction.ts.html +1 -1
- package/coverage/lcov-report/src/useToggle.ts.html +1 -1
- package/coverage/lcov-report/src/useUnmounted.ts.html +1 -1
- package/coverage/lcov-report/src/useWindowSize.ts.html +1 -1
- package/coverage/lcov-report/src/utils/RenderRecursively.tsx.html +1 -1
- package/coverage/lcov-report/src/utils/alphaNumericSort.ts.html +1 -1
- package/coverage/lcov-report/src/utils/applyRef.ts.html +1 -1
- package/coverage/lcov-report/src/utils/bem.ts.html +50 -50
- package/coverage/lcov-report/src/utils/filters.ts.html +357 -84
- package/coverage/lcov-report/src/utils/getClientPosition.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getMiddleOfRange.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getPercentage.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getRangeDefaultValue.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getRangeSteps.ts.html +1 -1
- package/coverage/lcov-report/src/utils/identity.ts.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +13 -268
- package/coverage/lcov-report/src/utils/isElementVisible.ts.html +1 -1
- package/coverage/lcov-report/src/utils/loop.ts.html +1 -1
- package/coverage/lcov-report/src/utils/nearest.ts.html +1 -1
- package/coverage/lcov-report/src/utils/parseCssLengthUnit.ts.html +1 -1
- package/coverage/lcov-report/src/utils/randomInt.ts.html +1 -1
- package/coverage/lcov-report/src/utils/wait.ts.html +1 -1
- package/coverage/lcov-report/src/utils/withinRange.ts.html +1 -1
- package/coverage/lcov-report/src/window-splitter/WindowSplitter.tsx.html +1 -1
- package/coverage/lcov-report/src/window-splitter/index.html +1 -1
- package/coverage/lcov-report/src/window-splitter/useWindowSplitter.ts.html +1 -1
- package/coverage/lcov-report/transition/config.ts.html +5 -5
- package/coverage/lcov-report/transition/index.html +1 -1
- package/coverage/lcov-report/transition/useScaleTransition.ts.html +535 -0
- package/coverage/lcov-report/useAutoComplete.ts.html +787 -0
- package/coverage/lcov-report/useCollapseTransition.ts.html +166 -211
- package/coverage/lcov-report/useCombobox.ts.html +1513 -0
- package/coverage/lcov-report/useInlineAutoComplete.ts.html +379 -0
- package/coverage/lcov-report/useSelectCombobox.ts.html +295 -0
- package/coverage/lcov-report/utils/alphaNumericSort.ts.html +11 -50
- package/coverage/lcov-report/utils/filters.ts.html +1056 -201
- package/coverage/lcov-report/utils/index.html +10 -10
- package/coverage/lcov-report/utils/searching.ts.html +85 -0
- package/coverage/lcov-report/utils.ts.html +109 -277
- package/coverage/lcov.info +928 -259
- package/dist/RootHtml.d.ts +62 -0
- package/dist/RootHtml.js +49 -0
- package/dist/RootHtml.js.map +1 -0
- package/dist/avatar/Avatar.d.ts +14 -0
- package/dist/avatar/Avatar.js +5 -2
- package/dist/avatar/Avatar.js.map +1 -1
- package/dist/dialog/FixedDialog.d.ts +5 -4
- package/dist/dialog/FixedDialog.js +5 -4
- package/dist/dialog/FixedDialog.js.map +1 -1
- package/dist/form/NativeSelect.d.ts +5 -2
- package/dist/form/NativeSelect.js.map +1 -1
- package/dist/form/Option.js +3 -2
- package/dist/form/Option.js.map +1 -1
- package/dist/form/Select.d.ts +105 -15
- package/dist/form/Select.js +160 -249
- package/dist/form/Select.js.map +1 -1
- package/dist/form/SelectedOption.d.ts +21 -0
- package/dist/form/SelectedOption.js +37 -0
- package/dist/form/SelectedOption.js.map +1 -0
- package/dist/form/TextField.d.ts +2 -2
- package/dist/form/TextField.js.map +1 -1
- package/dist/form/_form.scss +8 -13
- package/dist/form/selectUtils.d.ts +1 -3
- package/dist/form/selectUtils.js +2 -10
- package/dist/form/selectUtils.js.map +1 -1
- package/dist/form/types.d.ts +6 -6
- package/dist/form/types.js.map +1 -1
- package/dist/form/useCombobox.d.ts +157 -0
- package/dist/form/useCombobox.js +206 -0
- package/dist/form/useCombobox.js.map +1 -0
- package/dist/form/useEditableCombobox.d.ts +15 -0
- package/dist/form/useEditableCombobox.js +101 -0
- package/dist/form/useEditableCombobox.js.map +1 -0
- package/dist/form/useFormReset.d.ts +16 -0
- package/dist/form/useFormReset.js +32 -0
- package/dist/form/useFormReset.js.map +1 -0
- package/dist/form/useListboxProvider.d.ts +1 -0
- package/dist/form/useListboxProvider.js +1 -0
- package/dist/form/useListboxProvider.js.map +1 -1
- package/dist/form/useSelectCombobox.d.ts +17 -0
- package/dist/form/useSelectCombobox.js +36 -0
- package/dist/form/useSelectCombobox.js.map +1 -0
- package/dist/form/utils.d.ts +11 -1
- package/dist/form/utils.js +6 -0
- package/dist/form/utils.js.map +1 -1
- package/dist/index.d.ts +14 -1
- package/dist/index.js +14 -1
- package/dist/index.js.map +1 -1
- package/dist/menu/Menu.js +12 -1
- package/dist/menu/Menu.js.map +1 -1
- package/dist/menu/useContextMenu.d.ts +3 -3
- package/dist/menu/useContextMenu.js +3 -3
- package/dist/menu/useContextMenu.js.map +1 -1
- package/dist/movement/types.d.ts +40 -21
- package/dist/movement/types.js.map +1 -1
- package/dist/movement/useKeyboardMovementProvider.js +15 -4
- package/dist/movement/useKeyboardMovementProvider.js.map +1 -1
- package/dist/movement/utils.d.ts +7 -2
- package/dist/movement/utils.js +10 -0
- package/dist/movement/utils.js.map +1 -1
- package/dist/positioning/useFixedPositioning.js +0 -8
- package/dist/positioning/useFixedPositioning.js.map +1 -1
- package/dist/searching/caseInsensitive.d.ts +150 -0
- package/dist/searching/caseInsensitive.js +30 -0
- package/dist/searching/caseInsensitive.js.map +1 -0
- package/dist/searching/fuzzy.d.ts +128 -0
- package/dist/searching/fuzzy.js +54 -0
- package/dist/searching/fuzzy.js.map +1 -0
- package/dist/searching/toSearchQuery.d.ts +5 -0
- package/dist/searching/toSearchQuery.js +13 -0
- package/dist/searching/toSearchQuery.js.map +1 -0
- package/dist/searching/types.d.ts +28 -0
- package/dist/searching/types.js +5 -0
- package/dist/searching/types.js.map +1 -0
- package/dist/searching/utils.d.ts +21 -0
- package/dist/searching/utils.js +28 -0
- package/dist/searching/utils.js.map +1 -0
- package/dist/test-utils/IntersectionObserver.d.ts +12 -0
- package/dist/test-utils/ResizeObserver.d.ts +172 -0
- package/dist/test-utils/data-testid.d.ts +7 -0
- package/dist/test-utils/data-testid.js +1 -0
- package/dist/test-utils/data-testid.js.map +1 -1
- package/dist/test-utils/drag.d.ts +26 -0
- package/dist/test-utils/index.d.ts +7 -0
- package/dist/test-utils/jest-setup.d.ts +1 -0
- package/dist/test-utils/matchMedia.d.ts +101 -0
- package/dist/test-utils/polyfills/IntersectionObserver.d.ts +1 -0
- package/dist/test-utils/polyfills/ResizeObserver.d.ts +1 -0
- package/dist/test-utils/polyfills/TextDecoder.d.ts +1 -0
- package/dist/test-utils/polyfills/TextDecoder.js +8 -0
- package/dist/test-utils/polyfills/TextDecoder.js.map +1 -0
- package/dist/test-utils/polyfills/TextEncoder.d.ts +1 -0
- package/dist/test-utils/polyfills/TextEncoder.js +6 -0
- package/dist/test-utils/polyfills/TextEncoder.js.map +1 -0
- package/dist/test-utils/polyfills/index.d.ts +7 -0
- package/dist/test-utils/polyfills/index.js +2 -0
- package/dist/test-utils/polyfills/index.js.map +1 -1
- package/dist/test-utils/polyfills/matchMedia.d.ts +1 -0
- package/dist/test-utils/polyfills/offsetParent.d.ts +1 -0
- package/dist/test-utils/polyfills/scrollIntoView.d.ts +1 -0
- package/dist/test-utils/render.d.ts +13 -0
- package/dist/test-utils/timers.d.ts +39 -0
- package/dist/transition/useCollapseTransition.d.ts +3 -18
- package/dist/transition/useCollapseTransition.js +1 -10
- package/dist/transition/useCollapseTransition.js.map +1 -1
- package/dist/transition/utils.js +7 -2
- package/dist/transition/utils.js.map +1 -1
- package/dist/useEnsuredState.d.ts +1 -1
- package/dist/useEnsuredState.js.map +1 -1
- package/dist/utils/alphaNumericSort.d.ts +1 -1
- package/dist/utils/alphaNumericSort.js +2 -10
- package/dist/utils/alphaNumericSort.js.map +1 -1
- package/jest.config.ts +4 -0
- package/package.json +14 -13
- package/src/RootHtml.tsx +95 -0
- package/src/__tests__/RootHtml.node.tsx +46 -0
- package/src/__tests__/__snapshots__/RootHtml.node.tsx.snap +19 -0
- package/src/avatar/Avatar.tsx +24 -3
- package/src/avatar/__tests__/Avatar.tsx +1 -1
- package/src/avatar/__tests__/__snapshots__/Avatar.tsx.snap +6 -6
- package/src/dialog/FixedDialog.tsx +5 -4
- package/src/form/NativeSelect.tsx +6 -3
- package/src/form/Option.tsx +8 -2
- package/src/form/Select.tsx +251 -335
- package/src/form/SelectedOption.tsx +55 -0
- package/src/form/TextField.tsx +2 -2
- package/src/form/__tests__/Select.tsx +439 -0
- package/src/form/__tests__/__snapshots__/Select.tsx.snap +492 -0
- package/src/form/__tests__/useFormReset.tsx +195 -0
- package/src/form/_form.scss +8 -13
- package/src/form/selectUtils.ts +3 -14
- package/src/form/types.ts +6 -6
- package/src/form/useCombobox.ts +523 -0
- package/src/form/useEditableCombobox.ts +139 -0
- package/src/form/useFormReset.ts +48 -0
- package/src/form/useListboxProvider.ts +2 -0
- package/src/form/useSelectCombobox.ts +70 -0
- package/src/form/utils.ts +17 -4
- package/src/index.ts +14 -1
- package/src/menu/Menu.tsx +9 -1
- package/src/menu/__tests__/__snapshots__/useContextMenu.tsx.snap +54 -0
- package/src/menu/__tests__/useContextMenu.tsx +41 -0
- package/src/menu/useContextMenu.ts +3 -3
- package/src/movement/types.ts +50 -25
- package/src/movement/useKeyboardMovementProvider.ts +21 -8
- package/src/movement/utils.ts +12 -2
- package/src/positioning/__tests__/__snapshots__/useFixedPositioning.tsx.snap +0 -32
- package/src/positioning/__tests__/useFixedPositioning.tsx +0 -14
- package/src/positioning/useFixedPositioning.ts +0 -6
- package/src/searching/__tests__/caseInsensitive.ts +165 -0
- package/src/searching/__tests__/fuzzy.ts +169 -0
- package/src/searching/__tests__/toSearchQuery.ts +21 -0
- package/src/searching/caseInsensitive.ts +200 -0
- package/src/searching/fuzzy.ts +175 -0
- package/src/searching/toSearchQuery.ts +18 -0
- package/src/searching/types.ts +34 -0
- package/src/searching/utils.ts +54 -0
- package/src/test-utils/data-testid.ts +5 -1
- package/src/test-utils/polyfills/TextDecoder.ts +7 -0
- package/src/test-utils/polyfills/TextEncoder.ts +5 -0
- package/src/test-utils/polyfills/index.ts +2 -0
- package/src/transition/__tests__/utils.ts +25 -0
- package/src/transition/useCollapseTransition.ts +6 -24
- package/src/transition/utils.ts +10 -5
- package/src/useEnsuredState.ts +1 -1
- package/src/utils/alphaNumericSort.ts +3 -16
- package/tsconfig.json +2 -2
- package/tsconfig.types.json +1 -1
- package/dist/form/SelectValue.d.ts +0 -17
- package/dist/form/SelectValue.js +0 -32
- package/dist/form/SelectValue.js.map +0 -1
- package/dist/utils/filters.d.ts +0 -196
- package/dist/utils/filters.js +0 -67
- package/dist/utils/filters.js.map +0 -1
- package/src/form/SelectValue.tsx +0 -39
- package/src/utils/filters.ts +0 -320
package/coverage/lcov.info
CHANGED
|
@@ -1,9 +1,451 @@
|
|
|
1
1
|
TN:
|
|
2
|
-
SF:src/
|
|
3
|
-
FN:
|
|
2
|
+
SF:src/autocomplete/Autocomplete.tsx
|
|
3
|
+
FN:1,(empty-report)
|
|
4
4
|
FNF:1
|
|
5
|
-
FNH:
|
|
6
|
-
FNDA:
|
|
5
|
+
FNH:0
|
|
6
|
+
FNDA:0,(empty-report)
|
|
7
|
+
DA:1,0
|
|
8
|
+
DA:2,0
|
|
9
|
+
DA:3,0
|
|
10
|
+
DA:4,0
|
|
11
|
+
DA:5,0
|
|
12
|
+
DA:6,0
|
|
13
|
+
DA:7,0
|
|
14
|
+
DA:8,0
|
|
15
|
+
DA:9,0
|
|
16
|
+
DA:10,0
|
|
17
|
+
DA:11,0
|
|
18
|
+
DA:12,0
|
|
19
|
+
DA:13,0
|
|
20
|
+
DA:14,0
|
|
21
|
+
DA:15,0
|
|
22
|
+
DA:16,0
|
|
23
|
+
DA:17,0
|
|
24
|
+
DA:18,0
|
|
25
|
+
DA:19,0
|
|
26
|
+
DA:20,0
|
|
27
|
+
DA:21,0
|
|
28
|
+
DA:22,0
|
|
29
|
+
DA:23,0
|
|
30
|
+
DA:24,0
|
|
31
|
+
DA:25,0
|
|
32
|
+
DA:26,0
|
|
33
|
+
DA:27,0
|
|
34
|
+
DA:28,0
|
|
35
|
+
DA:29,0
|
|
36
|
+
DA:30,0
|
|
37
|
+
DA:31,0
|
|
38
|
+
DA:32,0
|
|
39
|
+
DA:33,0
|
|
40
|
+
DA:34,0
|
|
41
|
+
DA:35,0
|
|
42
|
+
DA:36,0
|
|
43
|
+
DA:37,0
|
|
44
|
+
DA:38,0
|
|
45
|
+
DA:39,0
|
|
46
|
+
DA:40,0
|
|
47
|
+
DA:41,0
|
|
48
|
+
DA:42,0
|
|
49
|
+
DA:43,0
|
|
50
|
+
DA:44,0
|
|
51
|
+
DA:45,0
|
|
52
|
+
DA:46,0
|
|
53
|
+
DA:47,0
|
|
54
|
+
DA:48,0
|
|
55
|
+
DA:49,0
|
|
56
|
+
DA:50,0
|
|
57
|
+
DA:51,0
|
|
58
|
+
DA:52,0
|
|
59
|
+
DA:53,0
|
|
60
|
+
DA:54,0
|
|
61
|
+
DA:55,0
|
|
62
|
+
DA:56,0
|
|
63
|
+
DA:57,0
|
|
64
|
+
DA:58,0
|
|
65
|
+
DA:59,0
|
|
66
|
+
DA:60,0
|
|
67
|
+
DA:61,0
|
|
68
|
+
DA:62,0
|
|
69
|
+
DA:63,0
|
|
70
|
+
DA:64,0
|
|
71
|
+
DA:65,0
|
|
72
|
+
DA:66,0
|
|
73
|
+
LF:66
|
|
74
|
+
LH:0
|
|
75
|
+
BRDA:1,0,0,0
|
|
76
|
+
BRF:1
|
|
77
|
+
BRH:0
|
|
78
|
+
end_of_record
|
|
79
|
+
TN:
|
|
80
|
+
SF:src/autocomplete/useAutocomplete.ts
|
|
81
|
+
FN:1,(empty-report)
|
|
82
|
+
FNF:1
|
|
83
|
+
FNH:0
|
|
84
|
+
FNDA:0,(empty-report)
|
|
85
|
+
DA:1,0
|
|
86
|
+
DA:2,0
|
|
87
|
+
DA:3,0
|
|
88
|
+
DA:4,0
|
|
89
|
+
DA:5,0
|
|
90
|
+
DA:6,0
|
|
91
|
+
DA:7,0
|
|
92
|
+
DA:8,0
|
|
93
|
+
DA:9,0
|
|
94
|
+
DA:10,0
|
|
95
|
+
DA:11,0
|
|
96
|
+
DA:12,0
|
|
97
|
+
DA:13,0
|
|
98
|
+
DA:14,0
|
|
99
|
+
DA:15,0
|
|
100
|
+
DA:16,0
|
|
101
|
+
DA:17,0
|
|
102
|
+
DA:18,0
|
|
103
|
+
DA:19,0
|
|
104
|
+
DA:20,0
|
|
105
|
+
DA:21,0
|
|
106
|
+
DA:22,0
|
|
107
|
+
DA:23,0
|
|
108
|
+
DA:24,0
|
|
109
|
+
DA:25,0
|
|
110
|
+
DA:26,0
|
|
111
|
+
DA:27,0
|
|
112
|
+
DA:28,0
|
|
113
|
+
DA:29,0
|
|
114
|
+
DA:30,0
|
|
115
|
+
DA:31,0
|
|
116
|
+
DA:32,0
|
|
117
|
+
DA:33,0
|
|
118
|
+
DA:34,0
|
|
119
|
+
DA:35,0
|
|
120
|
+
DA:36,0
|
|
121
|
+
DA:37,0
|
|
122
|
+
DA:38,0
|
|
123
|
+
DA:39,0
|
|
124
|
+
DA:40,0
|
|
125
|
+
DA:41,0
|
|
126
|
+
DA:42,0
|
|
127
|
+
DA:43,0
|
|
128
|
+
DA:44,0
|
|
129
|
+
DA:45,0
|
|
130
|
+
DA:46,0
|
|
131
|
+
DA:47,0
|
|
132
|
+
DA:48,0
|
|
133
|
+
DA:49,0
|
|
134
|
+
DA:50,0
|
|
135
|
+
DA:51,0
|
|
136
|
+
DA:52,0
|
|
137
|
+
DA:53,0
|
|
138
|
+
DA:54,0
|
|
139
|
+
DA:55,0
|
|
140
|
+
DA:56,0
|
|
141
|
+
DA:57,0
|
|
142
|
+
DA:58,0
|
|
143
|
+
DA:59,0
|
|
144
|
+
DA:60,0
|
|
145
|
+
DA:61,0
|
|
146
|
+
DA:62,0
|
|
147
|
+
DA:63,0
|
|
148
|
+
DA:64,0
|
|
149
|
+
DA:65,0
|
|
150
|
+
DA:66,0
|
|
151
|
+
DA:67,0
|
|
152
|
+
DA:68,0
|
|
153
|
+
DA:69,0
|
|
154
|
+
DA:70,0
|
|
155
|
+
DA:71,0
|
|
156
|
+
DA:72,0
|
|
157
|
+
DA:73,0
|
|
158
|
+
DA:74,0
|
|
159
|
+
DA:75,0
|
|
160
|
+
DA:76,0
|
|
161
|
+
DA:77,0
|
|
162
|
+
DA:78,0
|
|
163
|
+
DA:79,0
|
|
164
|
+
DA:80,0
|
|
165
|
+
DA:81,0
|
|
166
|
+
DA:82,0
|
|
167
|
+
DA:83,0
|
|
168
|
+
DA:84,0
|
|
169
|
+
DA:85,0
|
|
170
|
+
DA:86,0
|
|
171
|
+
DA:87,0
|
|
172
|
+
DA:88,0
|
|
173
|
+
DA:89,0
|
|
174
|
+
DA:90,0
|
|
175
|
+
DA:91,0
|
|
176
|
+
DA:92,0
|
|
177
|
+
DA:93,0
|
|
178
|
+
DA:94,0
|
|
179
|
+
DA:95,0
|
|
180
|
+
DA:96,0
|
|
181
|
+
DA:97,0
|
|
182
|
+
DA:98,0
|
|
183
|
+
DA:99,0
|
|
184
|
+
DA:100,0
|
|
185
|
+
DA:101,0
|
|
186
|
+
DA:102,0
|
|
187
|
+
DA:103,0
|
|
188
|
+
DA:104,0
|
|
189
|
+
DA:105,0
|
|
190
|
+
DA:106,0
|
|
191
|
+
DA:107,0
|
|
192
|
+
DA:108,0
|
|
193
|
+
DA:109,0
|
|
194
|
+
DA:110,0
|
|
195
|
+
DA:111,0
|
|
196
|
+
DA:112,0
|
|
197
|
+
DA:113,0
|
|
198
|
+
DA:114,0
|
|
199
|
+
DA:115,0
|
|
200
|
+
DA:116,0
|
|
201
|
+
DA:117,0
|
|
202
|
+
DA:118,0
|
|
203
|
+
DA:119,0
|
|
204
|
+
DA:120,0
|
|
205
|
+
DA:121,0
|
|
206
|
+
DA:122,0
|
|
207
|
+
DA:123,0
|
|
208
|
+
DA:124,0
|
|
209
|
+
DA:125,0
|
|
210
|
+
DA:126,0
|
|
211
|
+
DA:127,0
|
|
212
|
+
DA:128,0
|
|
213
|
+
DA:129,0
|
|
214
|
+
DA:130,0
|
|
215
|
+
DA:131,0
|
|
216
|
+
DA:132,0
|
|
217
|
+
DA:133,0
|
|
218
|
+
DA:134,0
|
|
219
|
+
DA:135,0
|
|
220
|
+
DA:136,0
|
|
221
|
+
DA:137,0
|
|
222
|
+
DA:138,0
|
|
223
|
+
DA:139,0
|
|
224
|
+
DA:140,0
|
|
225
|
+
DA:141,0
|
|
226
|
+
DA:142,0
|
|
227
|
+
DA:143,0
|
|
228
|
+
DA:144,0
|
|
229
|
+
DA:145,0
|
|
230
|
+
DA:146,0
|
|
231
|
+
DA:147,0
|
|
232
|
+
DA:148,0
|
|
233
|
+
DA:149,0
|
|
234
|
+
DA:150,0
|
|
235
|
+
DA:151,0
|
|
236
|
+
DA:152,0
|
|
237
|
+
DA:153,0
|
|
238
|
+
DA:154,0
|
|
239
|
+
DA:155,0
|
|
240
|
+
DA:156,0
|
|
241
|
+
DA:157,0
|
|
242
|
+
DA:158,0
|
|
243
|
+
DA:159,0
|
|
244
|
+
DA:160,0
|
|
245
|
+
DA:161,0
|
|
246
|
+
DA:162,0
|
|
247
|
+
DA:163,0
|
|
248
|
+
DA:164,0
|
|
249
|
+
DA:165,0
|
|
250
|
+
DA:166,0
|
|
251
|
+
DA:167,0
|
|
252
|
+
DA:168,0
|
|
253
|
+
DA:169,0
|
|
254
|
+
DA:170,0
|
|
255
|
+
DA:171,0
|
|
256
|
+
DA:172,0
|
|
257
|
+
DA:173,0
|
|
258
|
+
DA:174,0
|
|
259
|
+
DA:175,0
|
|
260
|
+
DA:176,0
|
|
261
|
+
DA:177,0
|
|
262
|
+
DA:178,0
|
|
263
|
+
DA:179,0
|
|
264
|
+
DA:180,0
|
|
265
|
+
DA:181,0
|
|
266
|
+
DA:182,0
|
|
267
|
+
DA:183,0
|
|
268
|
+
DA:184,0
|
|
269
|
+
DA:185,0
|
|
270
|
+
DA:186,0
|
|
271
|
+
DA:187,0
|
|
272
|
+
DA:188,0
|
|
273
|
+
DA:189,0
|
|
274
|
+
DA:190,0
|
|
275
|
+
DA:191,0
|
|
276
|
+
DA:192,0
|
|
277
|
+
DA:193,0
|
|
278
|
+
DA:194,0
|
|
279
|
+
DA:195,0
|
|
280
|
+
DA:196,0
|
|
281
|
+
DA:197,0
|
|
282
|
+
DA:198,0
|
|
283
|
+
DA:199,0
|
|
284
|
+
DA:200,0
|
|
285
|
+
DA:201,0
|
|
286
|
+
DA:202,0
|
|
287
|
+
DA:203,0
|
|
288
|
+
DA:204,0
|
|
289
|
+
DA:205,0
|
|
290
|
+
DA:206,0
|
|
291
|
+
DA:207,0
|
|
292
|
+
DA:208,0
|
|
293
|
+
DA:209,0
|
|
294
|
+
DA:210,0
|
|
295
|
+
DA:211,0
|
|
296
|
+
DA:212,0
|
|
297
|
+
DA:213,0
|
|
298
|
+
DA:214,0
|
|
299
|
+
DA:215,0
|
|
300
|
+
DA:216,0
|
|
301
|
+
DA:217,0
|
|
302
|
+
DA:218,0
|
|
303
|
+
DA:219,0
|
|
304
|
+
DA:220,0
|
|
305
|
+
DA:221,0
|
|
306
|
+
DA:222,0
|
|
307
|
+
DA:223,0
|
|
308
|
+
DA:224,0
|
|
309
|
+
DA:225,0
|
|
310
|
+
DA:226,0
|
|
311
|
+
DA:227,0
|
|
312
|
+
DA:228,0
|
|
313
|
+
DA:229,0
|
|
314
|
+
DA:230,0
|
|
315
|
+
LF:230
|
|
316
|
+
LH:0
|
|
317
|
+
BRDA:1,0,0,0
|
|
318
|
+
BRF:1
|
|
319
|
+
BRH:0
|
|
320
|
+
end_of_record
|
|
321
|
+
TN:
|
|
322
|
+
SF:src/autocomplete/useInlineAutocomplete.ts
|
|
323
|
+
FN:1,(empty-report)
|
|
324
|
+
FNF:1
|
|
325
|
+
FNH:0
|
|
326
|
+
FNDA:0,(empty-report)
|
|
327
|
+
DA:1,0
|
|
328
|
+
DA:2,0
|
|
329
|
+
DA:3,0
|
|
330
|
+
DA:4,0
|
|
331
|
+
DA:5,0
|
|
332
|
+
DA:6,0
|
|
333
|
+
DA:7,0
|
|
334
|
+
DA:8,0
|
|
335
|
+
DA:9,0
|
|
336
|
+
DA:10,0
|
|
337
|
+
DA:11,0
|
|
338
|
+
DA:12,0
|
|
339
|
+
DA:13,0
|
|
340
|
+
DA:14,0
|
|
341
|
+
DA:15,0
|
|
342
|
+
DA:16,0
|
|
343
|
+
DA:17,0
|
|
344
|
+
DA:18,0
|
|
345
|
+
DA:19,0
|
|
346
|
+
DA:20,0
|
|
347
|
+
DA:21,0
|
|
348
|
+
DA:22,0
|
|
349
|
+
DA:23,0
|
|
350
|
+
DA:24,0
|
|
351
|
+
DA:25,0
|
|
352
|
+
DA:26,0
|
|
353
|
+
DA:27,0
|
|
354
|
+
DA:28,0
|
|
355
|
+
DA:29,0
|
|
356
|
+
DA:30,0
|
|
357
|
+
DA:31,0
|
|
358
|
+
DA:32,0
|
|
359
|
+
DA:33,0
|
|
360
|
+
DA:34,0
|
|
361
|
+
DA:35,0
|
|
362
|
+
DA:36,0
|
|
363
|
+
DA:37,0
|
|
364
|
+
DA:38,0
|
|
365
|
+
DA:39,0
|
|
366
|
+
DA:40,0
|
|
367
|
+
DA:41,0
|
|
368
|
+
DA:42,0
|
|
369
|
+
DA:43,0
|
|
370
|
+
DA:44,0
|
|
371
|
+
DA:45,0
|
|
372
|
+
DA:46,0
|
|
373
|
+
DA:47,0
|
|
374
|
+
DA:48,0
|
|
375
|
+
DA:49,0
|
|
376
|
+
DA:50,0
|
|
377
|
+
DA:51,0
|
|
378
|
+
DA:52,0
|
|
379
|
+
DA:53,0
|
|
380
|
+
DA:54,0
|
|
381
|
+
DA:55,0
|
|
382
|
+
DA:56,0
|
|
383
|
+
DA:57,0
|
|
384
|
+
DA:58,0
|
|
385
|
+
DA:59,0
|
|
386
|
+
DA:60,0
|
|
387
|
+
DA:61,0
|
|
388
|
+
DA:62,0
|
|
389
|
+
DA:63,0
|
|
390
|
+
DA:64,0
|
|
391
|
+
DA:65,0
|
|
392
|
+
DA:66,0
|
|
393
|
+
DA:67,0
|
|
394
|
+
DA:68,0
|
|
395
|
+
DA:69,0
|
|
396
|
+
DA:70,0
|
|
397
|
+
DA:71,0
|
|
398
|
+
DA:72,0
|
|
399
|
+
DA:73,0
|
|
400
|
+
DA:74,0
|
|
401
|
+
DA:75,0
|
|
402
|
+
DA:76,0
|
|
403
|
+
DA:77,0
|
|
404
|
+
DA:78,0
|
|
405
|
+
DA:79,0
|
|
406
|
+
DA:80,0
|
|
407
|
+
DA:81,0
|
|
408
|
+
DA:82,0
|
|
409
|
+
DA:83,0
|
|
410
|
+
DA:84,0
|
|
411
|
+
DA:85,0
|
|
412
|
+
DA:86,0
|
|
413
|
+
DA:87,0
|
|
414
|
+
LF:87
|
|
415
|
+
LH:0
|
|
416
|
+
BRDA:1,0,0,0
|
|
417
|
+
BRF:1
|
|
418
|
+
BRH:0
|
|
419
|
+
end_of_record
|
|
420
|
+
TN:
|
|
421
|
+
SF:src/autocomplete/utils.ts
|
|
422
|
+
FN:1,(empty-report)
|
|
423
|
+
FNF:1
|
|
424
|
+
FNH:0
|
|
425
|
+
FNDA:0,(empty-report)
|
|
426
|
+
DA:1,0
|
|
427
|
+
DA:2,0
|
|
428
|
+
DA:3,0
|
|
429
|
+
DA:4,0
|
|
430
|
+
DA:5,0
|
|
431
|
+
DA:6,0
|
|
432
|
+
DA:7,0
|
|
433
|
+
LF:7
|
|
434
|
+
LH:0
|
|
435
|
+
BRDA:1,0,0,0
|
|
436
|
+
BRF:1
|
|
437
|
+
BRH:0
|
|
438
|
+
end_of_record
|
|
439
|
+
TN:
|
|
440
|
+
SF:src/searching/caseInsensitive.ts
|
|
441
|
+
FN:77,isCaseInsensitiveMatch
|
|
442
|
+
FN:174,caseInsensitiveSearch
|
|
443
|
+
FN:192,filter
|
|
444
|
+
FNF:3
|
|
445
|
+
FNH:3
|
|
446
|
+
FNDA:59,isCaseInsensitiveMatch
|
|
447
|
+
FNDA:23,caseInsensitiveSearch
|
|
448
|
+
FNDA:59,filter
|
|
7
449
|
DA:1,1
|
|
8
450
|
DA:2,1
|
|
9
451
|
DA:3,1
|
|
@@ -57,57 +499,173 @@ DA:50,1
|
|
|
57
499
|
DA:51,1
|
|
58
500
|
DA:52,1
|
|
59
501
|
DA:53,1
|
|
60
|
-
DA:54,
|
|
61
|
-
DA:55,
|
|
62
|
-
DA:56,
|
|
63
|
-
DA:57,
|
|
64
|
-
DA:58,
|
|
65
|
-
DA:59,
|
|
66
|
-
DA:60,
|
|
67
|
-
DA:61,
|
|
68
|
-
DA:62,
|
|
69
|
-
DA:63,
|
|
70
|
-
DA:64,
|
|
71
|
-
DA:65,
|
|
72
|
-
DA:66,
|
|
73
|
-
DA:67,
|
|
74
|
-
DA:68,
|
|
75
|
-
DA:69,
|
|
76
|
-
DA:70,
|
|
77
|
-
DA:71,
|
|
78
|
-
DA:72,
|
|
79
|
-
DA:73,
|
|
80
|
-
DA:74,
|
|
81
|
-
DA:75,
|
|
82
|
-
DA:76,
|
|
83
|
-
DA:77,
|
|
84
|
-
DA:78,
|
|
85
|
-
DA:79,
|
|
86
|
-
DA:80,
|
|
87
|
-
DA:81,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
502
|
+
DA:54,1
|
|
503
|
+
DA:55,1
|
|
504
|
+
DA:56,1
|
|
505
|
+
DA:57,1
|
|
506
|
+
DA:58,1
|
|
507
|
+
DA:59,1
|
|
508
|
+
DA:60,1
|
|
509
|
+
DA:61,1
|
|
510
|
+
DA:62,1
|
|
511
|
+
DA:63,1
|
|
512
|
+
DA:64,1
|
|
513
|
+
DA:65,1
|
|
514
|
+
DA:66,1
|
|
515
|
+
DA:67,1
|
|
516
|
+
DA:68,1
|
|
517
|
+
DA:69,1
|
|
518
|
+
DA:70,1
|
|
519
|
+
DA:71,1
|
|
520
|
+
DA:72,1
|
|
521
|
+
DA:73,1
|
|
522
|
+
DA:74,1
|
|
523
|
+
DA:75,1
|
|
524
|
+
DA:76,1
|
|
525
|
+
DA:77,1
|
|
526
|
+
DA:78,59
|
|
527
|
+
DA:79,59
|
|
528
|
+
DA:80,59
|
|
529
|
+
DA:81,59
|
|
530
|
+
DA:82,59
|
|
531
|
+
DA:83,13
|
|
532
|
+
DA:84,13
|
|
533
|
+
DA:85,46
|
|
534
|
+
DA:86,46
|
|
535
|
+
DA:87,46
|
|
536
|
+
DA:88,1
|
|
537
|
+
DA:89,1
|
|
538
|
+
DA:90,1
|
|
539
|
+
DA:91,1
|
|
540
|
+
DA:92,1
|
|
541
|
+
DA:93,1
|
|
542
|
+
DA:94,1
|
|
543
|
+
DA:95,1
|
|
544
|
+
DA:96,1
|
|
545
|
+
DA:97,1
|
|
546
|
+
DA:98,1
|
|
547
|
+
DA:99,1
|
|
548
|
+
DA:100,1
|
|
549
|
+
DA:101,1
|
|
550
|
+
DA:102,1
|
|
551
|
+
DA:103,1
|
|
552
|
+
DA:104,1
|
|
553
|
+
DA:105,1
|
|
554
|
+
DA:106,1
|
|
555
|
+
DA:107,1
|
|
556
|
+
DA:108,1
|
|
557
|
+
DA:109,1
|
|
558
|
+
DA:110,1
|
|
559
|
+
DA:111,1
|
|
560
|
+
DA:112,1
|
|
561
|
+
DA:113,1
|
|
562
|
+
DA:114,1
|
|
563
|
+
DA:115,1
|
|
564
|
+
DA:116,1
|
|
565
|
+
DA:117,1
|
|
566
|
+
DA:118,1
|
|
567
|
+
DA:119,1
|
|
568
|
+
DA:120,1
|
|
569
|
+
DA:121,1
|
|
570
|
+
DA:122,1
|
|
571
|
+
DA:123,1
|
|
572
|
+
DA:124,1
|
|
573
|
+
DA:125,1
|
|
574
|
+
DA:126,1
|
|
575
|
+
DA:127,1
|
|
576
|
+
DA:128,1
|
|
577
|
+
DA:129,1
|
|
578
|
+
DA:130,1
|
|
579
|
+
DA:131,1
|
|
580
|
+
DA:132,1
|
|
581
|
+
DA:133,1
|
|
582
|
+
DA:134,1
|
|
583
|
+
DA:135,1
|
|
584
|
+
DA:136,1
|
|
585
|
+
DA:137,1
|
|
586
|
+
DA:138,1
|
|
587
|
+
DA:139,1
|
|
588
|
+
DA:140,1
|
|
589
|
+
DA:141,1
|
|
590
|
+
DA:142,1
|
|
591
|
+
DA:143,1
|
|
592
|
+
DA:144,1
|
|
593
|
+
DA:145,1
|
|
594
|
+
DA:146,1
|
|
595
|
+
DA:147,1
|
|
596
|
+
DA:148,1
|
|
597
|
+
DA:149,1
|
|
598
|
+
DA:150,1
|
|
599
|
+
DA:151,1
|
|
600
|
+
DA:152,1
|
|
601
|
+
DA:153,1
|
|
602
|
+
DA:154,1
|
|
603
|
+
DA:155,1
|
|
604
|
+
DA:156,1
|
|
605
|
+
DA:157,1
|
|
606
|
+
DA:158,1
|
|
607
|
+
DA:159,1
|
|
608
|
+
DA:160,1
|
|
609
|
+
DA:161,1
|
|
610
|
+
DA:162,1
|
|
611
|
+
DA:163,1
|
|
612
|
+
DA:164,1
|
|
613
|
+
DA:165,1
|
|
614
|
+
DA:166,1
|
|
615
|
+
DA:167,1
|
|
616
|
+
DA:168,1
|
|
617
|
+
DA:169,1
|
|
618
|
+
DA:170,1
|
|
619
|
+
DA:171,1
|
|
620
|
+
DA:172,1
|
|
621
|
+
DA:173,1
|
|
622
|
+
DA:174,1
|
|
623
|
+
DA:175,23
|
|
624
|
+
DA:176,23
|
|
625
|
+
DA:177,23
|
|
626
|
+
DA:178,23
|
|
627
|
+
DA:179,23
|
|
628
|
+
DA:180,23
|
|
629
|
+
DA:181,23
|
|
630
|
+
DA:182,23
|
|
631
|
+
DA:183,23
|
|
632
|
+
DA:184,23
|
|
633
|
+
DA:185,23
|
|
634
|
+
DA:186,23
|
|
635
|
+
DA:187,23
|
|
636
|
+
DA:188,23
|
|
637
|
+
DA:189,23
|
|
638
|
+
DA:190,23
|
|
639
|
+
DA:191,23
|
|
640
|
+
DA:192,23
|
|
641
|
+
DA:193,59
|
|
642
|
+
DA:194,59
|
|
643
|
+
DA:195,59
|
|
644
|
+
DA:196,59
|
|
645
|
+
DA:197,59
|
|
646
|
+
DA:198,59
|
|
647
|
+
DA:199,23
|
|
648
|
+
DA:200,23
|
|
649
|
+
LF:200
|
|
650
|
+
LH:200
|
|
651
|
+
BRDA:77,0,0,59
|
|
652
|
+
BRDA:82,1,0,13
|
|
653
|
+
BRDA:84,2,0,46
|
|
654
|
+
BRDA:174,3,0,23
|
|
655
|
+
BRDA:192,4,0,59
|
|
656
|
+
BRF:5
|
|
657
|
+
BRH:5
|
|
100
658
|
end_of_record
|
|
101
659
|
TN:
|
|
102
|
-
SF:src/
|
|
103
|
-
FN:
|
|
104
|
-
FN:
|
|
105
|
-
FN:
|
|
660
|
+
SF:src/searching/fuzzy.ts
|
|
661
|
+
FN:35,createFuzzyRegExp
|
|
662
|
+
FN:147,fuzzySearch
|
|
663
|
+
FN:169,filter
|
|
106
664
|
FNF:3
|
|
107
665
|
FNH:3
|
|
108
|
-
FNDA:
|
|
109
|
-
FNDA:
|
|
110
|
-
FNDA:
|
|
666
|
+
FNDA:11,createFuzzyRegExp
|
|
667
|
+
FNDA:14,fuzzySearch
|
|
668
|
+
FNDA:100115,filter
|
|
111
669
|
DA:1,1
|
|
112
670
|
DA:2,1
|
|
113
671
|
DA:3,1
|
|
@@ -143,16 +701,16 @@ DA:32,1
|
|
|
143
701
|
DA:33,1
|
|
144
702
|
DA:34,1
|
|
145
703
|
DA:35,1
|
|
146
|
-
DA:36,
|
|
147
|
-
DA:37,
|
|
148
|
-
DA:38,
|
|
149
|
-
DA:39,
|
|
150
|
-
DA:40,
|
|
151
|
-
DA:41,
|
|
152
|
-
DA:42,
|
|
153
|
-
DA:43,
|
|
154
|
-
DA:44,
|
|
155
|
-
DA:45,
|
|
704
|
+
DA:36,11
|
|
705
|
+
DA:37,11
|
|
706
|
+
DA:38,11
|
|
707
|
+
DA:39,11
|
|
708
|
+
DA:40,11
|
|
709
|
+
DA:41,11
|
|
710
|
+
DA:42,11
|
|
711
|
+
DA:43,11
|
|
712
|
+
DA:44,11
|
|
713
|
+
DA:45,11
|
|
156
714
|
DA:46,1
|
|
157
715
|
DA:47,1
|
|
158
716
|
DA:48,1
|
|
@@ -247,202 +805,313 @@ DA:136,1
|
|
|
247
805
|
DA:137,1
|
|
248
806
|
DA:138,1
|
|
249
807
|
DA:139,1
|
|
250
|
-
DA:140,
|
|
251
|
-
DA:141,
|
|
252
|
-
DA:142,
|
|
253
|
-
DA:143,
|
|
254
|
-
DA:144,
|
|
255
|
-
DA:145,
|
|
256
|
-
DA:146,
|
|
257
|
-
DA:147,
|
|
258
|
-
DA:148,
|
|
259
|
-
DA:149,
|
|
260
|
-
DA:150,
|
|
261
|
-
DA:151,
|
|
262
|
-
DA:152,
|
|
263
|
-
DA:153,
|
|
264
|
-
DA:154,
|
|
265
|
-
DA:155,
|
|
266
|
-
DA:156,
|
|
267
|
-
DA:157,
|
|
268
|
-
DA:158,
|
|
269
|
-
DA:159,
|
|
270
|
-
DA:160,
|
|
271
|
-
DA:161,
|
|
272
|
-
DA:162,
|
|
273
|
-
DA:163,
|
|
274
|
-
DA:164,
|
|
275
|
-
DA:165,
|
|
276
|
-
DA:166,
|
|
277
|
-
DA:167,
|
|
278
|
-
DA:168,
|
|
279
|
-
DA:169,
|
|
280
|
-
DA:170,
|
|
281
|
-
DA:171,
|
|
282
|
-
DA:172,
|
|
283
|
-
DA:173,
|
|
284
|
-
DA:174,
|
|
285
|
-
DA:175,
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
DA:
|
|
301
|
-
DA:
|
|
302
|
-
DA:
|
|
303
|
-
DA:
|
|
304
|
-
DA:
|
|
305
|
-
DA:
|
|
306
|
-
DA:
|
|
307
|
-
DA:
|
|
308
|
-
DA:
|
|
309
|
-
DA:
|
|
310
|
-
DA:
|
|
311
|
-
DA:
|
|
312
|
-
DA:
|
|
313
|
-
DA:
|
|
314
|
-
DA:
|
|
315
|
-
DA:
|
|
316
|
-
DA:
|
|
317
|
-
DA:
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
DA:
|
|
336
|
-
DA:
|
|
337
|
-
DA:
|
|
338
|
-
DA:
|
|
339
|
-
DA:
|
|
340
|
-
DA:
|
|
341
|
-
DA:
|
|
342
|
-
DA:
|
|
343
|
-
DA:
|
|
344
|
-
DA:
|
|
345
|
-
DA:
|
|
346
|
-
DA:
|
|
347
|
-
DA:
|
|
348
|
-
DA:
|
|
349
|
-
DA:
|
|
350
|
-
DA:
|
|
351
|
-
DA:
|
|
352
|
-
DA:
|
|
353
|
-
DA:
|
|
354
|
-
DA:
|
|
355
|
-
DA:
|
|
356
|
-
DA:
|
|
357
|
-
DA:
|
|
358
|
-
DA:
|
|
359
|
-
DA:
|
|
360
|
-
DA:
|
|
361
|
-
DA:
|
|
362
|
-
DA:
|
|
363
|
-
DA:
|
|
364
|
-
DA:
|
|
365
|
-
DA:
|
|
366
|
-
DA:
|
|
367
|
-
DA:
|
|
368
|
-
DA:
|
|
369
|
-
DA:
|
|
370
|
-
DA:
|
|
371
|
-
DA:
|
|
372
|
-
DA:
|
|
373
|
-
DA:
|
|
374
|
-
DA:
|
|
375
|
-
DA:
|
|
376
|
-
DA:
|
|
377
|
-
DA:
|
|
378
|
-
DA:
|
|
379
|
-
DA:
|
|
380
|
-
DA:
|
|
381
|
-
DA:
|
|
382
|
-
DA:
|
|
383
|
-
DA:
|
|
384
|
-
DA:
|
|
385
|
-
DA:
|
|
386
|
-
DA:
|
|
387
|
-
DA:
|
|
388
|
-
DA:
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
DA:
|
|
415
|
-
DA:
|
|
416
|
-
DA:
|
|
417
|
-
DA:
|
|
418
|
-
DA:
|
|
419
|
-
DA:
|
|
420
|
-
DA:
|
|
421
|
-
DA:
|
|
422
|
-
DA:
|
|
423
|
-
DA:
|
|
424
|
-
DA:
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
808
|
+
DA:140,1
|
|
809
|
+
DA:141,1
|
|
810
|
+
DA:142,1
|
|
811
|
+
DA:143,1
|
|
812
|
+
DA:144,1
|
|
813
|
+
DA:145,1
|
|
814
|
+
DA:146,1
|
|
815
|
+
DA:147,1
|
|
816
|
+
DA:148,14
|
|
817
|
+
DA:149,14
|
|
818
|
+
DA:150,14
|
|
819
|
+
DA:151,14
|
|
820
|
+
DA:152,14
|
|
821
|
+
DA:153,14
|
|
822
|
+
DA:154,14
|
|
823
|
+
DA:155,14
|
|
824
|
+
DA:156,14
|
|
825
|
+
DA:157,14
|
|
826
|
+
DA:158,14
|
|
827
|
+
DA:159,14
|
|
828
|
+
DA:160,14
|
|
829
|
+
DA:161,14
|
|
830
|
+
DA:162,14
|
|
831
|
+
DA:163,14
|
|
832
|
+
DA:164,14
|
|
833
|
+
DA:165,14
|
|
834
|
+
DA:166,14
|
|
835
|
+
DA:167,14
|
|
836
|
+
DA:168,14
|
|
837
|
+
DA:169,14
|
|
838
|
+
DA:170,100115
|
|
839
|
+
DA:171,100115
|
|
840
|
+
DA:172,100115
|
|
841
|
+
DA:173,100115
|
|
842
|
+
DA:174,14
|
|
843
|
+
DA:175,14
|
|
844
|
+
LF:175
|
|
845
|
+
LH:175
|
|
846
|
+
BRDA:35,0,0,11
|
|
847
|
+
BRDA:147,1,0,14
|
|
848
|
+
BRDA:169,2,0,100115
|
|
849
|
+
BRF:3
|
|
850
|
+
BRH:3
|
|
851
|
+
end_of_record
|
|
852
|
+
TN:
|
|
853
|
+
SF:src/searching/toSearchQuery.ts
|
|
854
|
+
FN:6,toSearchQuery
|
|
855
|
+
FNF:1
|
|
856
|
+
FNH:1
|
|
857
|
+
FNDA:100210,toSearchQuery
|
|
858
|
+
DA:1,1
|
|
859
|
+
DA:2,1
|
|
860
|
+
DA:3,1
|
|
861
|
+
DA:4,1
|
|
862
|
+
DA:5,1
|
|
863
|
+
DA:6,1
|
|
864
|
+
DA:7,100210
|
|
865
|
+
DA:8,100210
|
|
866
|
+
DA:9,100210
|
|
867
|
+
DA:10,100210
|
|
868
|
+
DA:11,100210
|
|
869
|
+
DA:12,25
|
|
870
|
+
DA:13,100210
|
|
871
|
+
DA:14,11
|
|
872
|
+
DA:15,11
|
|
873
|
+
DA:16,100210
|
|
874
|
+
DA:17,100210
|
|
875
|
+
DA:18,100210
|
|
876
|
+
LF:18
|
|
877
|
+
LH:18
|
|
878
|
+
BRDA:6,0,0,100210
|
|
879
|
+
BRDA:11,1,0,25
|
|
880
|
+
BRDA:13,2,0,100185
|
|
881
|
+
BRDA:13,3,0,11
|
|
882
|
+
BRF:4
|
|
883
|
+
BRH:4
|
|
884
|
+
end_of_record
|
|
885
|
+
TN:
|
|
886
|
+
SF:src/searching/utils.ts
|
|
887
|
+
FN:10,defaultExtractor
|
|
888
|
+
FN:35,search
|
|
889
|
+
FNF:2
|
|
890
|
+
FNH:2
|
|
891
|
+
FNDA:34,defaultExtractor
|
|
892
|
+
FNDA:37,search
|
|
893
|
+
DA:1,1
|
|
894
|
+
DA:2,1
|
|
895
|
+
DA:3,1
|
|
896
|
+
DA:4,1
|
|
897
|
+
DA:5,1
|
|
898
|
+
DA:6,1
|
|
899
|
+
DA:7,1
|
|
900
|
+
DA:8,1
|
|
901
|
+
DA:9,1
|
|
902
|
+
DA:10,1
|
|
903
|
+
DA:11,34
|
|
904
|
+
DA:12,100165
|
|
905
|
+
DA:13,100162
|
|
906
|
+
DA:14,100162
|
|
907
|
+
DA:15,3
|
|
908
|
+
DA:16,3
|
|
909
|
+
DA:17,3
|
|
910
|
+
DA:18,3
|
|
911
|
+
DA:19,3
|
|
912
|
+
DA:20,1
|
|
913
|
+
DA:21,1
|
|
914
|
+
DA:22,1
|
|
915
|
+
DA:23,1
|
|
916
|
+
DA:24,1
|
|
917
|
+
DA:25,1
|
|
918
|
+
DA:26,1
|
|
919
|
+
DA:27,1
|
|
920
|
+
DA:28,1
|
|
921
|
+
DA:29,1
|
|
922
|
+
DA:30,1
|
|
923
|
+
DA:31,1
|
|
924
|
+
DA:32,1
|
|
925
|
+
DA:33,1
|
|
926
|
+
DA:34,1
|
|
927
|
+
DA:35,1
|
|
928
|
+
DA:36,37
|
|
929
|
+
DA:37,37
|
|
930
|
+
DA:38,37
|
|
931
|
+
DA:39,37
|
|
932
|
+
DA:40,37
|
|
933
|
+
DA:41,5
|
|
934
|
+
DA:42,5
|
|
935
|
+
DA:43,32
|
|
936
|
+
DA:44,32
|
|
937
|
+
DA:45,37
|
|
938
|
+
DA:46,2
|
|
939
|
+
DA:47,2
|
|
940
|
+
DA:48,30
|
|
941
|
+
DA:49,37
|
|
942
|
+
DA:50,37
|
|
943
|
+
DA:51,37
|
|
944
|
+
DA:52,100177
|
|
945
|
+
DA:53,37
|
|
946
|
+
DA:54,37
|
|
947
|
+
LF:54
|
|
948
|
+
LH:54
|
|
949
|
+
BRDA:10,0,0,34
|
|
950
|
+
BRDA:11,1,0,100165
|
|
951
|
+
BRDA:12,2,0,100162
|
|
952
|
+
BRDA:14,3,0,3
|
|
953
|
+
BRDA:35,4,0,37
|
|
954
|
+
BRDA:39,5,0,6
|
|
955
|
+
BRDA:39,6,0,31
|
|
956
|
+
BRDA:40,7,0,5
|
|
957
|
+
BRDA:42,8,0,32
|
|
958
|
+
BRDA:45,9,0,2
|
|
959
|
+
BRDA:47,10,0,30
|
|
960
|
+
BRDA:49,11,0,5
|
|
961
|
+
BRDA:49,12,0,25
|
|
962
|
+
BRDA:51,13,0,100177
|
|
963
|
+
BRF:14
|
|
964
|
+
BRH:14
|
|
965
|
+
end_of_record
|
|
966
|
+
TN:
|
|
967
|
+
SF:src/utils/alphaNumericSort.ts
|
|
968
|
+
FN:115,alphaNumericSort
|
|
969
|
+
FNF:1
|
|
970
|
+
FNH:1
|
|
971
|
+
FNDA:4,alphaNumericSort
|
|
972
|
+
DA:1,1
|
|
973
|
+
DA:2,1
|
|
974
|
+
DA:3,1
|
|
975
|
+
DA:4,1
|
|
976
|
+
DA:5,1
|
|
977
|
+
DA:6,1
|
|
978
|
+
DA:7,1
|
|
979
|
+
DA:8,1
|
|
980
|
+
DA:9,1
|
|
981
|
+
DA:10,1
|
|
982
|
+
DA:11,1
|
|
983
|
+
DA:12,1
|
|
984
|
+
DA:13,1
|
|
985
|
+
DA:14,1
|
|
986
|
+
DA:15,1
|
|
987
|
+
DA:16,1
|
|
988
|
+
DA:17,1
|
|
989
|
+
DA:18,1
|
|
990
|
+
DA:19,1
|
|
991
|
+
DA:20,1
|
|
992
|
+
DA:21,1
|
|
993
|
+
DA:22,1
|
|
994
|
+
DA:23,1
|
|
995
|
+
DA:24,1
|
|
996
|
+
DA:25,1
|
|
997
|
+
DA:26,1
|
|
998
|
+
DA:27,1
|
|
999
|
+
DA:28,1
|
|
1000
|
+
DA:29,1
|
|
1001
|
+
DA:30,1
|
|
1002
|
+
DA:31,1
|
|
1003
|
+
DA:32,1
|
|
1004
|
+
DA:33,1
|
|
1005
|
+
DA:34,1
|
|
1006
|
+
DA:35,1
|
|
1007
|
+
DA:36,1
|
|
1008
|
+
DA:37,1
|
|
1009
|
+
DA:38,1
|
|
1010
|
+
DA:39,1
|
|
1011
|
+
DA:40,1
|
|
1012
|
+
DA:41,1
|
|
1013
|
+
DA:42,1
|
|
1014
|
+
DA:43,1
|
|
1015
|
+
DA:44,1
|
|
1016
|
+
DA:45,1
|
|
1017
|
+
DA:46,1
|
|
1018
|
+
DA:47,1
|
|
1019
|
+
DA:48,1
|
|
1020
|
+
DA:49,1
|
|
1021
|
+
DA:50,1
|
|
1022
|
+
DA:51,1
|
|
1023
|
+
DA:52,1
|
|
1024
|
+
DA:53,1
|
|
1025
|
+
DA:54,1
|
|
1026
|
+
DA:55,1
|
|
1027
|
+
DA:56,1
|
|
1028
|
+
DA:57,1
|
|
1029
|
+
DA:58,1
|
|
1030
|
+
DA:59,1
|
|
1031
|
+
DA:60,1
|
|
1032
|
+
DA:61,1
|
|
1033
|
+
DA:62,1
|
|
1034
|
+
DA:63,1
|
|
1035
|
+
DA:64,1
|
|
1036
|
+
DA:65,1
|
|
1037
|
+
DA:66,1
|
|
1038
|
+
DA:67,1
|
|
1039
|
+
DA:68,1
|
|
1040
|
+
DA:69,1
|
|
1041
|
+
DA:70,1
|
|
1042
|
+
DA:71,1
|
|
1043
|
+
DA:72,1
|
|
1044
|
+
DA:73,1
|
|
1045
|
+
DA:74,1
|
|
1046
|
+
DA:75,1
|
|
1047
|
+
DA:76,1
|
|
1048
|
+
DA:77,1
|
|
1049
|
+
DA:78,1
|
|
1050
|
+
DA:79,1
|
|
1051
|
+
DA:80,1
|
|
1052
|
+
DA:81,1
|
|
1053
|
+
DA:82,1
|
|
1054
|
+
DA:83,1
|
|
1055
|
+
DA:84,1
|
|
1056
|
+
DA:85,1
|
|
1057
|
+
DA:86,1
|
|
1058
|
+
DA:87,1
|
|
1059
|
+
DA:88,1
|
|
1060
|
+
DA:89,1
|
|
1061
|
+
DA:90,1
|
|
1062
|
+
DA:91,1
|
|
1063
|
+
DA:92,1
|
|
1064
|
+
DA:93,1
|
|
1065
|
+
DA:94,1
|
|
1066
|
+
DA:95,1
|
|
1067
|
+
DA:96,1
|
|
1068
|
+
DA:97,1
|
|
1069
|
+
DA:98,1
|
|
1070
|
+
DA:99,1
|
|
1071
|
+
DA:100,1
|
|
1072
|
+
DA:101,1
|
|
1073
|
+
DA:102,1
|
|
1074
|
+
DA:103,1
|
|
1075
|
+
DA:104,1
|
|
1076
|
+
DA:105,1
|
|
1077
|
+
DA:106,1
|
|
1078
|
+
DA:107,1
|
|
1079
|
+
DA:108,1
|
|
1080
|
+
DA:109,1
|
|
1081
|
+
DA:110,1
|
|
1082
|
+
DA:111,1
|
|
1083
|
+
DA:112,1
|
|
1084
|
+
DA:113,1
|
|
1085
|
+
DA:114,1
|
|
1086
|
+
DA:115,1
|
|
1087
|
+
DA:116,4
|
|
1088
|
+
DA:117,4
|
|
1089
|
+
DA:118,4
|
|
1090
|
+
DA:119,4
|
|
1091
|
+
DA:120,4
|
|
1092
|
+
DA:121,4
|
|
1093
|
+
DA:122,4
|
|
1094
|
+
DA:123,4
|
|
1095
|
+
DA:124,4
|
|
1096
|
+
DA:125,4
|
|
1097
|
+
DA:126,4
|
|
1098
|
+
DA:127,11
|
|
1099
|
+
DA:128,11
|
|
1100
|
+
DA:129,11
|
|
1101
|
+
DA:130,11
|
|
1102
|
+
DA:131,11
|
|
1103
|
+
DA:132,11
|
|
1104
|
+
DA:133,11
|
|
1105
|
+
DA:134,11
|
|
1106
|
+
DA:135,4
|
|
1107
|
+
DA:136,4
|
|
1108
|
+
DA:137,4
|
|
1109
|
+
LF:137
|
|
1110
|
+
LH:137
|
|
1111
|
+
BRDA:115,0,0,4
|
|
1112
|
+
BRDA:126,1,0,11
|
|
1113
|
+
BRDA:130,2,0,0
|
|
1114
|
+
BRDA:131,3,0,0
|
|
1115
|
+
BRF:4
|
|
1116
|
+
BRH:2
|
|
448
1117
|
end_of_record
|