@k-int/stripes-kint-components 4.7.1 → 4.7.3
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/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/es/index.js +2 -2
- package/es/lib/ActionList/ActionList.js +3 -4
- package/es/lib/ActionList/ActionListFieldArray.js +32 -36
- package/es/lib/ComboButton/ComboButton.js +6 -8
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -9
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +30 -34
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +59 -60
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +2 -2
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +33 -35
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +2 -3
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +4 -5
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +6 -12
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +21 -29
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +5 -5
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +3 -4
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +3 -3
- package/es/lib/CustomProperties/Edit/testResources.js +14 -17
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +7 -13
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +21 -30
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +7 -8
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +1 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +9 -10
- package/es/lib/CustomProperties/Filter/testResources.js +5 -9
- package/es/lib/CustomProperties/Filter/useOperators.js +3 -4
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +2 -4
- package/es/lib/CustomProperties/Filter/useValueProps.js +3 -4
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +2 -3
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +19 -28
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +10 -15
- package/es/lib/CustomProperties/View/testResources.js +5 -9
- package/es/lib/CycleButton/CycleButton.js +2 -3
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +24 -36
- package/es/lib/EditableRefdataList/EditableRefdataList.js +29 -37
- package/es/lib/EditableSettingsList/EditableSettingsList.js +1 -2
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +2 -3
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +6 -7
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +11 -14
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +7 -8
- package/es/lib/FormModal/FormModal.js +1 -2
- package/es/lib/FormattedKintMessage/FormattedKintMessage.js +5 -9
- package/es/lib/IconSelect/IconSelect.js +8 -13
- package/es/lib/NoResultsMessage/NoResultsMessage.js +5 -6
- package/es/lib/QueryTypedown/QueryTypedown.js +3 -4
- package/es/lib/RefdataButtons/RefdataButtons.js +4 -5
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +22 -30
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +6 -8
- package/es/lib/RichSelect/RichSelect.js +15 -21
- package/es/lib/RichSelect/useSelectedOption.js +2 -4
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +15 -19
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +5 -8
- package/es/lib/SASQRoute/SASQRoute.js +3 -4
- package/es/lib/SASQViewComponent/SASQViewComponent.js +6 -11
- package/es/lib/SearchField/SearchField.js +1 -2
- package/es/lib/SettingPage/SettingPage.js +3 -4
- package/es/lib/SettingPage/SettingPagePane.js +3 -4
- package/es/lib/SettingsFormContainer/SettingsFormContainer.js +3 -4
- package/es/lib/Typedown/Typedown.js +22 -30
- package/es/lib/constants/customProperties.js +11 -22
- package/es/lib/constants/endpoints.js +1 -2
- package/es/lib/constants/eventCodes.js +3 -6
- package/es/lib/contexts/SettingsContext.js +1 -2
- package/es/lib/hooks/typedownHooks/useTypedown.js +3 -4
- package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -2
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +3 -4
- package/es/lib/hooks/useActiveElement.js +2 -3
- package/es/lib/hooks/useCustomProperties.js +3 -4
- package/es/lib/hooks/useHelperApp.js +9 -10
- package/es/lib/hooks/useIntlKey.js +1 -2
- package/es/lib/hooks/useIntlKeyStore.js +5 -9
- package/es/lib/hooks/useInvalidateRefdata.js +1 -2
- package/es/lib/hooks/useKintIntl.js +6 -13
- package/es/lib/hooks/useKiwtFieldArray.js +1 -2
- package/es/lib/hooks/useKiwtSASQuery.js +4 -5
- package/es/lib/hooks/useLocalStorageState.js +3 -4
- package/es/lib/hooks/useModConfigEntries.js +3 -4
- package/es/lib/hooks/useMutateCustomProperties.js +9 -10
- package/es/lib/hooks/useMutateModConfigEntry.js +3 -4
- package/es/lib/hooks/useMutateRefdataCategory.js +5 -6
- package/es/lib/hooks/useMutateRefdataValue.js +7 -8
- package/es/lib/hooks/useQIndex.js +8 -9
- package/es/lib/hooks/useRefdata.js +4 -5
- package/es/lib/hooks/useSASQQueryMeta.js +1 -2
- package/es/lib/hooks/useTemplates.js +5 -6
- package/es/lib/settingsHooks/useAppSettings.js +8 -13
- package/es/lib/settingsHooks/useSettingSection.js +3 -4
- package/es/lib/settingsHooks/useSettings.js +4 -5
- package/es/lib/utils/buildUrl.js +1 -1
- package/es/lib/utils/generateKiwtQuery.js +1 -2
- package/es/lib/utils/generateKiwtQueryParams.js +28 -38
- package/es/lib/utils/groupCustomPropertiesByCtx.js +3 -5
- package/es/lib/utils/matchString.js +2 -3
- package/es/lib/utils/modConfigEntriesQueryKey.js +1 -2
- package/es/lib/utils/parseErrorResponse.js +3 -5
- package/es/lib/utils/parseKiwtQueryGroups.js +5 -7
- package/es/lib/utils/parseModConfigEntry.js +1 -2
- package/es/lib/utils/refdataOptions.js +2 -3
- package/es/lib/utils/refdataQueryKey.js +1 -2
- package/es/lib/utils/selectorSafe.js +4 -6
- package/es/lib/utils/sortByLabel.js +3 -5
- package/es/lib/utils/toCamelCase.js +1 -2
- package/es/lib/utils/typedownQueryKey.js +1 -2
- package/es/lib/validators/validators.js +3 -3
- package/package.json +12 -2
- package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +0 -69
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +0 -814
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +0 -181
- package/junit.xml +0 -293
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +0 -373
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +0 -1465
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +0 -667
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +0 -1240
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +0 -1474
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +0 -733
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +0 -176
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +0 -97
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +0 -793
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +0 -208
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +0 -352
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +0 -826
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +0 -1297
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +0 -454
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +0 -206
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +0 -100
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +0 -271
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +0 -499
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +0 -568
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +0 -415
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +0 -340
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +0 -502
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +0 -251
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +0 -103
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +0 -223
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +0 -271
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +0 -199
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +0 -253
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +0 -211
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +0 -445
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +0 -619
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +0 -176
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +0 -571
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +0 -116
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +0 -175
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +0 -217
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +0 -751
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +0 -853
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +0 -280
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +0 -259
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +0 -412
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +0 -313
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +0 -574
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +0 -161
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +0 -379
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +0 -247
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +0 -508
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +0 -361
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +0 -205
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +0 -370
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +0 -580
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +0 -301
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +0 -718
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +0 -127
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +0 -1069
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +0 -400
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +0 -346
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +0 -307
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +0 -214
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +0 -220
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +0 -208
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/SettingsFormContainer.js.html +0 -337
- package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +0 -913
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/base.css +0 -224
- package/src/artifacts/coverage-jest/lcov-report/block-navigation.js +0 -87
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +0 -121
- package/src/artifacts/coverage-jest/lcov-report/constants/endpoints.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +0 -97
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/favicon.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +0 -401
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +0 -142
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +0 -161
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +0 -292
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +0 -214
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +0 -463
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +0 -161
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +0 -520
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +0 -181
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +0 -163
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +0 -157
- package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +0 -205
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +0 -325
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +0 -295
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +0 -151
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +0 -199
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +0 -118
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +0 -238
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +0 -274
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +0 -196
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +0 -136
- package/src/artifacts/coverage-jest/lcov-report/hooks/useModConfigEntries.js.html +0 -226
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +0 -283
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateModConfigEntry.js.html +0 -238
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +0 -274
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +0 -322
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +0 -208
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +0 -265
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +0 -187
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +0 -166
- package/src/artifacts/coverage-jest/lcov-report/index.html +0 -611
- package/src/artifacts/coverage-jest/lcov-report/prettify.css +0 -1
- package/src/artifacts/coverage-jest/lcov-report/prettify.js +0 -2
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +0 -161
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +0 -292
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +0 -211
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +0 -466
- package/src/artifacts/coverage-jest/lcov-report/sort-arrow-sprite.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/sorter.js +0 -196
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +0 -193
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +0 -109
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +0 -631
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +0 -124
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +0 -211
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +0 -356
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +0 -169
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +0 -127
- package/src/artifacts/coverage-jest/lcov-report/utils/modConfigEntriesQueryKey.js.html +0 -142
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +0 -142
- package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +0 -361
- package/src/artifacts/coverage-jest/lcov-report/utils/parseModConfigEntry.js.html +0 -130
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +0 -109
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +0 -112
- package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +0 -166
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +0 -145
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +0 -130
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +0 -127
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +0 -112
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +0 -370
- package/src/artifacts/coverage-jest/lcov-report/validators/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +0 -370
- package/src/artifacts/coverage-jest/lcov.info +0 -5223
|
@@ -1,611 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!doctype html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<title>Code coverage report for All files</title>
|
|
7
|
-
<meta charset="utf-8" />
|
|
8
|
-
<link rel="stylesheet" href="prettify.css" />
|
|
9
|
-
<link rel="stylesheet" href="base.css" />
|
|
10
|
-
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
|
|
11
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
-
<style type='text/css'>
|
|
13
|
-
.coverage-summary .sorter {
|
|
14
|
-
background-image: url(sort-arrow-sprite.png);
|
|
15
|
-
}
|
|
16
|
-
</style>
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
<body>
|
|
20
|
-
<div class='wrapper'>
|
|
21
|
-
<div class='pad1'>
|
|
22
|
-
<h1>All files</h1>
|
|
23
|
-
<div class='clearfix'>
|
|
24
|
-
|
|
25
|
-
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">33.35% </span>
|
|
27
|
-
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>618/1853</span>
|
|
29
|
-
</div>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">23.41% </span>
|
|
34
|
-
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>288/1230</span>
|
|
36
|
-
</div>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">25.67% </span>
|
|
41
|
-
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>133/518</span>
|
|
43
|
-
</div>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">33.74% </span>
|
|
48
|
-
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>600/1778</span>
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
</div>
|
|
54
|
-
<p class="quiet">
|
|
55
|
-
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
-
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
|
-
</div>
|
|
64
|
-
<div class='status-line low'></div>
|
|
65
|
-
<div class="pad1">
|
|
66
|
-
<table class="coverage-summary">
|
|
67
|
-
<thead>
|
|
68
|
-
<tr>
|
|
69
|
-
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
70
|
-
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
71
|
-
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
72
|
-
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
73
|
-
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
74
|
-
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
75
|
-
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
76
|
-
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
77
|
-
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
78
|
-
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
79
|
-
</tr>
|
|
80
|
-
</thead>
|
|
81
|
-
<tbody><tr>
|
|
82
|
-
<td class="file low" data-value="ActionList"><a href="ActionList/index.html">ActionList</a></td>
|
|
83
|
-
<td data-value="8.27" class="pic low">
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width: 8%"></div><div class="cover-empty" style="width: 92%"></div></div>
|
|
85
|
-
</td>
|
|
86
|
-
<td data-value="8.27" class="pct low">8.27%</td>
|
|
87
|
-
<td data-value="133" class="abs low">11/133</td>
|
|
88
|
-
<td data-value="0" class="pct low">0%</td>
|
|
89
|
-
<td data-value="99" class="abs low">0/99</td>
|
|
90
|
-
<td data-value="0" class="pct low">0%</td>
|
|
91
|
-
<td data-value="33" class="abs low">0/33</td>
|
|
92
|
-
<td data-value="8.73" class="pct low">8.73%</td>
|
|
93
|
-
<td data-value="126" class="abs low">11/126</td>
|
|
94
|
-
</tr>
|
|
95
|
-
|
|
96
|
-
<tr>
|
|
97
|
-
<td class="file empty" data-value="CustomProperties"><a href="CustomProperties/index.html">CustomProperties</a></td>
|
|
98
|
-
<td data-value="0" class="pic empty">
|
|
99
|
-
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
100
|
-
</td>
|
|
101
|
-
<td data-value="0" class="pct empty">0%</td>
|
|
102
|
-
<td data-value="0" class="abs empty">0/0</td>
|
|
103
|
-
<td data-value="0" class="pct empty">0%</td>
|
|
104
|
-
<td data-value="0" class="abs empty">0/0</td>
|
|
105
|
-
<td data-value="0" class="pct empty">0%</td>
|
|
106
|
-
<td data-value="0" class="abs empty">0/0</td>
|
|
107
|
-
<td data-value="0" class="pct empty">0%</td>
|
|
108
|
-
<td data-value="0" class="abs empty">0/0</td>
|
|
109
|
-
</tr>
|
|
110
|
-
|
|
111
|
-
<tr>
|
|
112
|
-
<td class="file medium" data-value="CustomProperties/Config"><a href="CustomProperties/Config/index.html">CustomProperties/Config</a></td>
|
|
113
|
-
<td data-value="52.67" class="pic medium">
|
|
114
|
-
<div class="chart"><div class="cover-fill" style="width: 52%"></div><div class="cover-empty" style="width: 48%"></div></div>
|
|
115
|
-
</td>
|
|
116
|
-
<td data-value="52.67" class="pct medium">52.67%</td>
|
|
117
|
-
<td data-value="112" class="abs medium">59/112</td>
|
|
118
|
-
<td data-value="48.36" class="pct low">48.36%</td>
|
|
119
|
-
<td data-value="122" class="abs low">59/122</td>
|
|
120
|
-
<td data-value="38.88" class="pct low">38.88%</td>
|
|
121
|
-
<td data-value="36" class="abs low">14/36</td>
|
|
122
|
-
<td data-value="52.29" class="pct medium">52.29%</td>
|
|
123
|
-
<td data-value="109" class="abs medium">57/109</td>
|
|
124
|
-
</tr>
|
|
125
|
-
|
|
126
|
-
<tr>
|
|
127
|
-
<td class="file medium" data-value="CustomProperties/Edit"><a href="CustomProperties/Edit/index.html">CustomProperties/Edit</a></td>
|
|
128
|
-
<td data-value="72.77" class="pic medium">
|
|
129
|
-
<div class="chart"><div class="cover-fill" style="width: 72%"></div><div class="cover-empty" style="width: 28%"></div></div>
|
|
130
|
-
</td>
|
|
131
|
-
<td data-value="72.77" class="pct medium">72.77%</td>
|
|
132
|
-
<td data-value="180" class="abs medium">131/180</td>
|
|
133
|
-
<td data-value="64.86" class="pct medium">64.86%</td>
|
|
134
|
-
<td data-value="111" class="abs medium">72/111</td>
|
|
135
|
-
<td data-value="72.88" class="pct medium">72.88%</td>
|
|
136
|
-
<td data-value="59" class="abs medium">43/59</td>
|
|
137
|
-
<td data-value="74.26" class="pct medium">74.26%</td>
|
|
138
|
-
<td data-value="171" class="abs medium">127/171</td>
|
|
139
|
-
</tr>
|
|
140
|
-
|
|
141
|
-
<tr>
|
|
142
|
-
<td class="file medium" data-value="CustomProperties/Filter"><a href="CustomProperties/Filter/index.html">CustomProperties/Filter</a></td>
|
|
143
|
-
<td data-value="65.13" class="pic medium">
|
|
144
|
-
<div class="chart"><div class="cover-fill" style="width: 65%"></div><div class="cover-empty" style="width: 35%"></div></div>
|
|
145
|
-
</td>
|
|
146
|
-
<td data-value="65.13" class="pct medium">65.13%</td>
|
|
147
|
-
<td data-value="152" class="abs medium">99/152</td>
|
|
148
|
-
<td data-value="53.65" class="pct medium">53.65%</td>
|
|
149
|
-
<td data-value="82" class="abs medium">44/82</td>
|
|
150
|
-
<td data-value="51.85" class="pct medium">51.85%</td>
|
|
151
|
-
<td data-value="54" class="abs medium">28/54</td>
|
|
152
|
-
<td data-value="66.66" class="pct medium">66.66%</td>
|
|
153
|
-
<td data-value="138" class="abs medium">92/138</td>
|
|
154
|
-
</tr>
|
|
155
|
-
|
|
156
|
-
<tr>
|
|
157
|
-
<td class="file medium" data-value="CustomProperties/View"><a href="CustomProperties/View/index.html">CustomProperties/View</a></td>
|
|
158
|
-
<td data-value="60" class="pic medium">
|
|
159
|
-
<div class="chart"><div class="cover-fill" style="width: 60%"></div><div class="cover-empty" style="width: 40%"></div></div>
|
|
160
|
-
</td>
|
|
161
|
-
<td data-value="60" class="pct medium">60%</td>
|
|
162
|
-
<td data-value="45" class="abs medium">27/45</td>
|
|
163
|
-
<td data-value="16.66" class="pct low">16.66%</td>
|
|
164
|
-
<td data-value="54" class="abs low">9/54</td>
|
|
165
|
-
<td data-value="72.72" class="pct medium">72.72%</td>
|
|
166
|
-
<td data-value="11" class="abs medium">8/11</td>
|
|
167
|
-
<td data-value="59.09" class="pct medium">59.09%</td>
|
|
168
|
-
<td data-value="44" class="abs medium">26/44</td>
|
|
169
|
-
</tr>
|
|
170
|
-
|
|
171
|
-
<tr>
|
|
172
|
-
<td class="file low" data-value="CycleButton"><a href="CycleButton/index.html">CycleButton</a></td>
|
|
173
|
-
<td data-value="25" class="pic low">
|
|
174
|
-
<div class="chart"><div class="cover-fill" style="width: 25%"></div><div class="cover-empty" style="width: 75%"></div></div>
|
|
175
|
-
</td>
|
|
176
|
-
<td data-value="25" class="pct low">25%</td>
|
|
177
|
-
<td data-value="8" class="abs low">2/8</td>
|
|
178
|
-
<td data-value="0" class="pct low">0%</td>
|
|
179
|
-
<td data-value="5" class="abs low">0/5</td>
|
|
180
|
-
<td data-value="0" class="pct low">0%</td>
|
|
181
|
-
<td data-value="2" class="abs low">0/2</td>
|
|
182
|
-
<td data-value="25" class="pct low">25%</td>
|
|
183
|
-
<td data-value="8" class="abs low">2/8</td>
|
|
184
|
-
</tr>
|
|
185
|
-
|
|
186
|
-
<tr>
|
|
187
|
-
<td class="file low" data-value="EditableRefdataCategoryList"><a href="EditableRefdataCategoryList/index.html">EditableRefdataCategoryList</a></td>
|
|
188
|
-
<td data-value="7.69" class="pic low">
|
|
189
|
-
<div class="chart"><div class="cover-fill" style="width: 7%"></div><div class="cover-empty" style="width: 93%"></div></div>
|
|
190
|
-
</td>
|
|
191
|
-
<td data-value="7.69" class="pct low">7.69%</td>
|
|
192
|
-
<td data-value="39" class="abs low">3/39</td>
|
|
193
|
-
<td data-value="0" class="pct low">0%</td>
|
|
194
|
-
<td data-value="24" class="abs low">0/24</td>
|
|
195
|
-
<td data-value="0" class="pct low">0%</td>
|
|
196
|
-
<td data-value="16" class="abs low">0/16</td>
|
|
197
|
-
<td data-value="7.89" class="pct low">7.89%</td>
|
|
198
|
-
<td data-value="38" class="abs low">3/38</td>
|
|
199
|
-
</tr>
|
|
200
|
-
|
|
201
|
-
<tr>
|
|
202
|
-
<td class="file low" data-value="EditableRefdataList"><a href="EditableRefdataList/index.html">EditableRefdataList</a></td>
|
|
203
|
-
<td data-value="6.66" class="pic low">
|
|
204
|
-
<div class="chart"><div class="cover-fill" style="width: 6%"></div><div class="cover-empty" style="width: 94%"></div></div>
|
|
205
|
-
</td>
|
|
206
|
-
<td data-value="6.66" class="pct low">6.66%</td>
|
|
207
|
-
<td data-value="45" class="abs low">3/45</td>
|
|
208
|
-
<td data-value="0" class="pct low">0%</td>
|
|
209
|
-
<td data-value="35" class="abs low">0/35</td>
|
|
210
|
-
<td data-value="0" class="pct low">0%</td>
|
|
211
|
-
<td data-value="16" class="abs low">0/16</td>
|
|
212
|
-
<td data-value="6.81" class="pct low">6.81%</td>
|
|
213
|
-
<td data-value="44" class="abs low">3/44</td>
|
|
214
|
-
</tr>
|
|
215
|
-
|
|
216
|
-
<tr>
|
|
217
|
-
<td class="file medium" data-value="EditableSettingsList"><a href="EditableSettingsList/index.html">EditableSettingsList</a></td>
|
|
218
|
-
<td data-value="58.33" class="pic medium">
|
|
219
|
-
<div class="chart"><div class="cover-fill" style="width: 58%"></div><div class="cover-empty" style="width: 42%"></div></div>
|
|
220
|
-
</td>
|
|
221
|
-
<td data-value="58.33" class="pct medium">58.33%</td>
|
|
222
|
-
<td data-value="12" class="abs medium">7/12</td>
|
|
223
|
-
<td data-value="50" class="pct medium">50%</td>
|
|
224
|
-
<td data-value="4" class="abs medium">2/4</td>
|
|
225
|
-
<td data-value="33.33" class="pct low">33.33%</td>
|
|
226
|
-
<td data-value="6" class="abs low">2/6</td>
|
|
227
|
-
<td data-value="58.33" class="pct medium">58.33%</td>
|
|
228
|
-
<td data-value="12" class="abs medium">7/12</td>
|
|
229
|
-
</tr>
|
|
230
|
-
|
|
231
|
-
<tr>
|
|
232
|
-
<td class="file high" data-value="EditableSettingsList/SettingField"><a href="EditableSettingsList/SettingField/index.html">EditableSettingsList/SettingField</a></td>
|
|
233
|
-
<td data-value="80.72" class="pic high">
|
|
234
|
-
<div class="chart"><div class="cover-fill" style="width: 80%"></div><div class="cover-empty" style="width: 20%"></div></div>
|
|
235
|
-
</td>
|
|
236
|
-
<td data-value="80.72" class="pct high">80.72%</td>
|
|
237
|
-
<td data-value="83" class="abs high">67/83</td>
|
|
238
|
-
<td data-value="81.13" class="pct high">81.13%</td>
|
|
239
|
-
<td data-value="53" class="abs high">43/53</td>
|
|
240
|
-
<td data-value="44" class="pct low">44%</td>
|
|
241
|
-
<td data-value="25" class="abs low">11/25</td>
|
|
242
|
-
<td data-value="80.24" class="pct high">80.24%</td>
|
|
243
|
-
<td data-value="81" class="abs high">65/81</td>
|
|
244
|
-
</tr>
|
|
245
|
-
|
|
246
|
-
<tr>
|
|
247
|
-
<td class="file medium" data-value="FormModal"><a href="FormModal/index.html">FormModal</a></td>
|
|
248
|
-
<td data-value="78.57" class="pic medium">
|
|
249
|
-
<div class="chart"><div class="cover-fill" style="width: 78%"></div><div class="cover-empty" style="width: 22%"></div></div>
|
|
250
|
-
</td>
|
|
251
|
-
<td data-value="78.57" class="pct medium">78.57%</td>
|
|
252
|
-
<td data-value="14" class="abs medium">11/14</td>
|
|
253
|
-
<td data-value="66.66" class="pct medium">66.66%</td>
|
|
254
|
-
<td data-value="6" class="abs medium">4/6</td>
|
|
255
|
-
<td data-value="75" class="pct medium">75%</td>
|
|
256
|
-
<td data-value="4" class="abs medium">3/4</td>
|
|
257
|
-
<td data-value="78.57" class="pct medium">78.57%</td>
|
|
258
|
-
<td data-value="14" class="abs medium">11/14</td>
|
|
259
|
-
</tr>
|
|
260
|
-
|
|
261
|
-
<tr>
|
|
262
|
-
<td class="file low" data-value="FormattedKintMessage"><a href="FormattedKintMessage/index.html">FormattedKintMessage</a></td>
|
|
263
|
-
<td data-value="13.33" class="pic low">
|
|
264
|
-
<div class="chart"><div class="cover-fill" style="width: 13%"></div><div class="cover-empty" style="width: 87%"></div></div>
|
|
265
|
-
</td>
|
|
266
|
-
<td data-value="13.33" class="pct low">13.33%</td>
|
|
267
|
-
<td data-value="15" class="abs low">2/15</td>
|
|
268
|
-
<td data-value="0" class="pct low">0%</td>
|
|
269
|
-
<td data-value="12" class="abs low">0/12</td>
|
|
270
|
-
<td data-value="0" class="pct low">0%</td>
|
|
271
|
-
<td data-value="1" class="abs low">0/1</td>
|
|
272
|
-
<td data-value="13.33" class="pct low">13.33%</td>
|
|
273
|
-
<td data-value="15" class="abs low">2/15</td>
|
|
274
|
-
</tr>
|
|
275
|
-
|
|
276
|
-
<tr>
|
|
277
|
-
<td class="file low" data-value="IconSelect"><a href="IconSelect/index.html">IconSelect</a></td>
|
|
278
|
-
<td data-value="15.38" class="pic low">
|
|
279
|
-
<div class="chart"><div class="cover-fill" style="width: 15%"></div><div class="cover-empty" style="width: 85%"></div></div>
|
|
280
|
-
</td>
|
|
281
|
-
<td data-value="15.38" class="pct low">15.38%</td>
|
|
282
|
-
<td data-value="13" class="abs low">2/13</td>
|
|
283
|
-
<td data-value="0" class="pct low">0%</td>
|
|
284
|
-
<td data-value="15" class="abs low">0/15</td>
|
|
285
|
-
<td data-value="0" class="pct low">0%</td>
|
|
286
|
-
<td data-value="4" class="abs low">0/4</td>
|
|
287
|
-
<td data-value="16.66" class="pct low">16.66%</td>
|
|
288
|
-
<td data-value="12" class="abs low">2/12</td>
|
|
289
|
-
</tr>
|
|
290
|
-
|
|
291
|
-
<tr>
|
|
292
|
-
<td class="file low" data-value="NoResultsMessage"><a href="NoResultsMessage/index.html">NoResultsMessage</a></td>
|
|
293
|
-
<td data-value="13.33" class="pic low">
|
|
294
|
-
<div class="chart"><div class="cover-fill" style="width: 13%"></div><div class="cover-empty" style="width: 87%"></div></div>
|
|
295
|
-
</td>
|
|
296
|
-
<td data-value="13.33" class="pct low">13.33%</td>
|
|
297
|
-
<td data-value="15" class="abs low">2/15</td>
|
|
298
|
-
<td data-value="0" class="pct low">0%</td>
|
|
299
|
-
<td data-value="16" class="abs low">0/16</td>
|
|
300
|
-
<td data-value="0" class="pct low">0%</td>
|
|
301
|
-
<td data-value="1" class="abs low">0/1</td>
|
|
302
|
-
<td data-value="13.33" class="pct low">13.33%</td>
|
|
303
|
-
<td data-value="15" class="abs low">2/15</td>
|
|
304
|
-
</tr>
|
|
305
|
-
|
|
306
|
-
<tr>
|
|
307
|
-
<td class="file low" data-value="QueryTypedown"><a href="QueryTypedown/index.html">QueryTypedown</a></td>
|
|
308
|
-
<td data-value="18.18" class="pic low">
|
|
309
|
-
<div class="chart"><div class="cover-fill" style="width: 18%"></div><div class="cover-empty" style="width: 82%"></div></div>
|
|
310
|
-
</td>
|
|
311
|
-
<td data-value="18.18" class="pct low">18.18%</td>
|
|
312
|
-
<td data-value="11" class="abs low">2/11</td>
|
|
313
|
-
<td data-value="0" class="pct low">0%</td>
|
|
314
|
-
<td data-value="1" class="abs low">0/1</td>
|
|
315
|
-
<td data-value="0" class="pct low">0%</td>
|
|
316
|
-
<td data-value="4" class="abs low">0/4</td>
|
|
317
|
-
<td data-value="18.18" class="pct low">18.18%</td>
|
|
318
|
-
<td data-value="11" class="abs low">2/11</td>
|
|
319
|
-
</tr>
|
|
320
|
-
|
|
321
|
-
<tr>
|
|
322
|
-
<td class="file medium" data-value="RefdataButtons"><a href="RefdataButtons/index.html">RefdataButtons</a></td>
|
|
323
|
-
<td data-value="70" class="pic medium">
|
|
324
|
-
<div class="chart"><div class="cover-fill" style="width: 70%"></div><div class="cover-empty" style="width: 30%"></div></div>
|
|
325
|
-
</td>
|
|
326
|
-
<td data-value="70" class="pct medium">70%</td>
|
|
327
|
-
<td data-value="30" class="abs medium">21/30</td>
|
|
328
|
-
<td data-value="66.66" class="pct medium">66.66%</td>
|
|
329
|
-
<td data-value="15" class="abs medium">10/15</td>
|
|
330
|
-
<td data-value="71.42" class="pct medium">71.42%</td>
|
|
331
|
-
<td data-value="7" class="abs medium">5/7</td>
|
|
332
|
-
<td data-value="72.41" class="pct medium">72.41%</td>
|
|
333
|
-
<td data-value="29" class="abs medium">21/29</td>
|
|
334
|
-
</tr>
|
|
335
|
-
|
|
336
|
-
<tr>
|
|
337
|
-
<td class="file low" data-value="ResponsiveButtonGroup"><a href="ResponsiveButtonGroup/index.html">ResponsiveButtonGroup</a></td>
|
|
338
|
-
<td data-value="9.83" class="pic low">
|
|
339
|
-
<div class="chart"><div class="cover-fill" style="width: 9%"></div><div class="cover-empty" style="width: 91%"></div></div>
|
|
340
|
-
</td>
|
|
341
|
-
<td data-value="9.83" class="pct low">9.83%</td>
|
|
342
|
-
<td data-value="61" class="abs low">6/61</td>
|
|
343
|
-
<td data-value="0" class="pct low">0%</td>
|
|
344
|
-
<td data-value="48" class="abs low">0/48</td>
|
|
345
|
-
<td data-value="0" class="pct low">0%</td>
|
|
346
|
-
<td data-value="19" class="abs low">0/19</td>
|
|
347
|
-
<td data-value="10" class="pct low">10%</td>
|
|
348
|
-
<td data-value="60" class="abs low">6/60</td>
|
|
349
|
-
</tr>
|
|
350
|
-
|
|
351
|
-
<tr>
|
|
352
|
-
<td class="file low" data-value="RichSelect"><a href="RichSelect/index.html">RichSelect</a></td>
|
|
353
|
-
<td data-value="6.52" class="pic low">
|
|
354
|
-
<div class="chart"><div class="cover-fill" style="width: 6%"></div><div class="cover-empty" style="width: 94%"></div></div>
|
|
355
|
-
</td>
|
|
356
|
-
<td data-value="6.52" class="pct low">6.52%</td>
|
|
357
|
-
<td data-value="46" class="abs low">3/46</td>
|
|
358
|
-
<td data-value="0" class="pct low">0%</td>
|
|
359
|
-
<td data-value="54" class="abs low">0/54</td>
|
|
360
|
-
<td data-value="0" class="pct low">0%</td>
|
|
361
|
-
<td data-value="16" class="abs low">0/16</td>
|
|
362
|
-
<td data-value="6.97" class="pct low">6.97%</td>
|
|
363
|
-
<td data-value="43" class="abs low">3/43</td>
|
|
364
|
-
</tr>
|
|
365
|
-
|
|
366
|
-
<tr>
|
|
367
|
-
<td class="file low" data-value="SASQLookupComponent"><a href="SASQLookupComponent/index.html">SASQLookupComponent</a></td>
|
|
368
|
-
<td data-value="4.25" class="pic low">
|
|
369
|
-
<div class="chart"><div class="cover-fill" style="width: 4%"></div><div class="cover-empty" style="width: 96%"></div></div>
|
|
370
|
-
</td>
|
|
371
|
-
<td data-value="4.25" class="pct low">4.25%</td>
|
|
372
|
-
<td data-value="47" class="abs low">2/47</td>
|
|
373
|
-
<td data-value="0" class="pct low">0%</td>
|
|
374
|
-
<td data-value="43" class="abs low">0/43</td>
|
|
375
|
-
<td data-value="0" class="pct low">0%</td>
|
|
376
|
-
<td data-value="9" class="abs low">0/9</td>
|
|
377
|
-
<td data-value="4.34" class="pct low">4.34%</td>
|
|
378
|
-
<td data-value="46" class="abs low">2/46</td>
|
|
379
|
-
</tr>
|
|
380
|
-
|
|
381
|
-
<tr>
|
|
382
|
-
<td class="file low" data-value="SASQLookupComponent/TableBody"><a href="SASQLookupComponent/TableBody/index.html">SASQLookupComponent/TableBody</a></td>
|
|
383
|
-
<td data-value="14.28" class="pic low">
|
|
384
|
-
<div class="chart"><div class="cover-fill" style="width: 14%"></div><div class="cover-empty" style="width: 86%"></div></div>
|
|
385
|
-
</td>
|
|
386
|
-
<td data-value="14.28" class="pct low">14.28%</td>
|
|
387
|
-
<td data-value="14" class="abs low">2/14</td>
|
|
388
|
-
<td data-value="0" class="pct low">0%</td>
|
|
389
|
-
<td data-value="5" class="abs low">0/5</td>
|
|
390
|
-
<td data-value="0" class="pct low">0%</td>
|
|
391
|
-
<td data-value="6" class="abs low">0/6</td>
|
|
392
|
-
<td data-value="15.38" class="pct low">15.38%</td>
|
|
393
|
-
<td data-value="13" class="abs low">2/13</td>
|
|
394
|
-
</tr>
|
|
395
|
-
|
|
396
|
-
<tr>
|
|
397
|
-
<td class="file low" data-value="SASQRoute"><a href="SASQRoute/index.html">SASQRoute</a></td>
|
|
398
|
-
<td data-value="14.28" class="pic low">
|
|
399
|
-
<div class="chart"><div class="cover-fill" style="width: 14%"></div><div class="cover-empty" style="width: 86%"></div></div>
|
|
400
|
-
</td>
|
|
401
|
-
<td data-value="14.28" class="pct low">14.28%</td>
|
|
402
|
-
<td data-value="14" class="abs low">2/14</td>
|
|
403
|
-
<td data-value="0" class="pct low">0%</td>
|
|
404
|
-
<td data-value="3" class="abs low">0/3</td>
|
|
405
|
-
<td data-value="0" class="pct low">0%</td>
|
|
406
|
-
<td data-value="4" class="abs low">0/4</td>
|
|
407
|
-
<td data-value="15.38" class="pct low">15.38%</td>
|
|
408
|
-
<td data-value="13" class="abs low">2/13</td>
|
|
409
|
-
</tr>
|
|
410
|
-
|
|
411
|
-
<tr>
|
|
412
|
-
<td class="file low" data-value="SASQViewComponent"><a href="SASQViewComponent/index.html">SASQViewComponent</a></td>
|
|
413
|
-
<td data-value="12.5" class="pic low">
|
|
414
|
-
<div class="chart"><div class="cover-fill" style="width: 12%"></div><div class="cover-empty" style="width: 88%"></div></div>
|
|
415
|
-
</td>
|
|
416
|
-
<td data-value="12.5" class="pct low">12.5%</td>
|
|
417
|
-
<td data-value="16" class="abs low">2/16</td>
|
|
418
|
-
<td data-value="0" class="pct low">0%</td>
|
|
419
|
-
<td data-value="5" class="abs low">0/5</td>
|
|
420
|
-
<td data-value="0" class="pct low">0%</td>
|
|
421
|
-
<td data-value="4" class="abs low">0/4</td>
|
|
422
|
-
<td data-value="12.5" class="pct low">12.5%</td>
|
|
423
|
-
<td data-value="16" class="abs low">2/16</td>
|
|
424
|
-
</tr>
|
|
425
|
-
|
|
426
|
-
<tr>
|
|
427
|
-
<td class="file medium" data-value="SearchField"><a href="SearchField/index.html">SearchField</a></td>
|
|
428
|
-
<td data-value="50" class="pic medium">
|
|
429
|
-
<div class="chart"><div class="cover-fill" style="width: 50%"></div><div class="cover-empty" style="width: 50%"></div></div>
|
|
430
|
-
</td>
|
|
431
|
-
<td data-value="50" class="pct medium">50%</td>
|
|
432
|
-
<td data-value="6" class="abs medium">3/6</td>
|
|
433
|
-
<td data-value="0" class="pct low">0%</td>
|
|
434
|
-
<td data-value="2" class="abs low">0/2</td>
|
|
435
|
-
<td data-value="0" class="pct low">0%</td>
|
|
436
|
-
<td data-value="1" class="abs low">0/1</td>
|
|
437
|
-
<td data-value="50" class="pct medium">50%</td>
|
|
438
|
-
<td data-value="6" class="abs medium">3/6</td>
|
|
439
|
-
</tr>
|
|
440
|
-
|
|
441
|
-
<tr>
|
|
442
|
-
<td class="file low" data-value="SettingPage"><a href="SettingPage/index.html">SettingPage</a></td>
|
|
443
|
-
<td data-value="44.44" class="pic low">
|
|
444
|
-
<div class="chart"><div class="cover-fill" style="width: 44%"></div><div class="cover-empty" style="width: 56%"></div></div>
|
|
445
|
-
</td>
|
|
446
|
-
<td data-value="44.44" class="pct low">44.44%</td>
|
|
447
|
-
<td data-value="9" class="abs low">4/9</td>
|
|
448
|
-
<td data-value="0" class="pct low">0%</td>
|
|
449
|
-
<td data-value="2" class="abs low">0/2</td>
|
|
450
|
-
<td data-value="0" class="pct low">0%</td>
|
|
451
|
-
<td data-value="2" class="abs low">0/2</td>
|
|
452
|
-
<td data-value="44.44" class="pct low">44.44%</td>
|
|
453
|
-
<td data-value="9" class="abs low">4/9</td>
|
|
454
|
-
</tr>
|
|
455
|
-
|
|
456
|
-
<tr>
|
|
457
|
-
<td class="file low" data-value="SettingsFormContainer"><a href="SettingsFormContainer/index.html">SettingsFormContainer</a></td>
|
|
458
|
-
<td data-value="15.38" class="pic low">
|
|
459
|
-
<div class="chart"><div class="cover-fill" style="width: 15%"></div><div class="cover-empty" style="width: 85%"></div></div>
|
|
460
|
-
</td>
|
|
461
|
-
<td data-value="15.38" class="pct low">15.38%</td>
|
|
462
|
-
<td data-value="13" class="abs low">2/13</td>
|
|
463
|
-
<td data-value="0" class="pct low">0%</td>
|
|
464
|
-
<td data-value="4" class="abs low">0/4</td>
|
|
465
|
-
<td data-value="0" class="pct low">0%</td>
|
|
466
|
-
<td data-value="3" class="abs low">0/3</td>
|
|
467
|
-
<td data-value="15.38" class="pct low">15.38%</td>
|
|
468
|
-
<td data-value="13" class="abs low">2/13</td>
|
|
469
|
-
</tr>
|
|
470
|
-
|
|
471
|
-
<tr>
|
|
472
|
-
<td class="file low" data-value="Typedown"><a href="Typedown/index.html">Typedown</a></td>
|
|
473
|
-
<td data-value="4.87" class="pic low">
|
|
474
|
-
<div class="chart"><div class="cover-fill" style="width: 4%"></div><div class="cover-empty" style="width: 96%"></div></div>
|
|
475
|
-
</td>
|
|
476
|
-
<td data-value="4.87" class="pct low">4.87%</td>
|
|
477
|
-
<td data-value="41" class="abs low">2/41</td>
|
|
478
|
-
<td data-value="0" class="pct low">0%</td>
|
|
479
|
-
<td data-value="33" class="abs low">0/33</td>
|
|
480
|
-
<td data-value="0" class="pct low">0%</td>
|
|
481
|
-
<td data-value="13" class="abs low">0/13</td>
|
|
482
|
-
<td data-value="5.12" class="pct low">5.12%</td>
|
|
483
|
-
<td data-value="39" class="abs low">2/39</td>
|
|
484
|
-
</tr>
|
|
485
|
-
|
|
486
|
-
<tr>
|
|
487
|
-
<td class="file high" data-value="constants"><a href="constants/index.html">constants</a></td>
|
|
488
|
-
<td data-value="100" class="pic high">
|
|
489
|
-
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
490
|
-
</td>
|
|
491
|
-
<td data-value="100" class="pct high">100%</td>
|
|
492
|
-
<td data-value="15" class="abs high">15/15</td>
|
|
493
|
-
<td data-value="100" class="pct high">100%</td>
|
|
494
|
-
<td data-value="0" class="abs high">0/0</td>
|
|
495
|
-
<td data-value="100" class="pct high">100%</td>
|
|
496
|
-
<td data-value="0" class="abs high">0/0</td>
|
|
497
|
-
<td data-value="100" class="pct high">100%</td>
|
|
498
|
-
<td data-value="15" class="abs high">15/15</td>
|
|
499
|
-
</tr>
|
|
500
|
-
|
|
501
|
-
<tr>
|
|
502
|
-
<td class="file high" data-value="contexts"><a href="contexts/index.html">contexts</a></td>
|
|
503
|
-
<td data-value="100" class="pic high">
|
|
504
|
-
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
505
|
-
</td>
|
|
506
|
-
<td data-value="100" class="pct high">100%</td>
|
|
507
|
-
<td data-value="1" class="abs high">1/1</td>
|
|
508
|
-
<td data-value="100" class="pct high">100%</td>
|
|
509
|
-
<td data-value="0" class="abs high">0/0</td>
|
|
510
|
-
<td data-value="100" class="pct high">100%</td>
|
|
511
|
-
<td data-value="0" class="abs high">0/0</td>
|
|
512
|
-
<td data-value="100" class="pct high">100%</td>
|
|
513
|
-
<td data-value="1" class="abs high">1/1</td>
|
|
514
|
-
</tr>
|
|
515
|
-
|
|
516
|
-
<tr>
|
|
517
|
-
<td class="file low" data-value="hooks"><a href="hooks/index.html">hooks</a></td>
|
|
518
|
-
<td data-value="16.66" class="pic low">
|
|
519
|
-
<div class="chart"><div class="cover-fill" style="width: 16%"></div><div class="cover-empty" style="width: 84%"></div></div>
|
|
520
|
-
</td>
|
|
521
|
-
<td data-value="16.66" class="pct low">16.66%</td>
|
|
522
|
-
<td data-value="300" class="abs low">50/300</td>
|
|
523
|
-
<td data-value="11.11" class="pct low">11.11%</td>
|
|
524
|
-
<td data-value="117" class="abs low">13/117</td>
|
|
525
|
-
<td data-value="9.09" class="pct low">9.09%</td>
|
|
526
|
-
<td data-value="77" class="abs low">7/77</td>
|
|
527
|
-
<td data-value="16.6" class="pct low">16.6%</td>
|
|
528
|
-
<td data-value="289" class="abs low">48/289</td>
|
|
529
|
-
</tr>
|
|
530
|
-
|
|
531
|
-
<tr>
|
|
532
|
-
<td class="file low" data-value="hooks/typedownHooks"><a href="hooks/typedownHooks/index.html">hooks/typedownHooks</a></td>
|
|
533
|
-
<td data-value="3.84" class="pic low">
|
|
534
|
-
<div class="chart"><div class="cover-fill" style="width: 3%"></div><div class="cover-empty" style="width: 97%"></div></div>
|
|
535
|
-
</td>
|
|
536
|
-
<td data-value="3.84" class="pct low">3.84%</td>
|
|
537
|
-
<td data-value="78" class="abs low">3/78</td>
|
|
538
|
-
<td data-value="0" class="pct low">0%</td>
|
|
539
|
-
<td data-value="50" class="abs low">0/50</td>
|
|
540
|
-
<td data-value="0" class="pct low">0%</td>
|
|
541
|
-
<td data-value="11" class="abs low">0/11</td>
|
|
542
|
-
<td data-value="3.89" class="pct low">3.89%</td>
|
|
543
|
-
<td data-value="77" class="abs low">3/77</td>
|
|
544
|
-
</tr>
|
|
545
|
-
|
|
546
|
-
<tr>
|
|
547
|
-
<td class="file low" data-value="settingsHooks"><a href="settingsHooks/index.html">settingsHooks</a></td>
|
|
548
|
-
<td data-value="6" class="pic low">
|
|
549
|
-
<div class="chart"><div class="cover-fill" style="width: 6%"></div><div class="cover-empty" style="width: 94%"></div></div>
|
|
550
|
-
</td>
|
|
551
|
-
<td data-value="6" class="pct low">6%</td>
|
|
552
|
-
<td data-value="50" class="abs low">3/50</td>
|
|
553
|
-
<td data-value="0" class="pct low">0%</td>
|
|
554
|
-
<td data-value="31" class="abs low">0/31</td>
|
|
555
|
-
<td data-value="0" class="pct low">0%</td>
|
|
556
|
-
<td data-value="14" class="abs low">0/14</td>
|
|
557
|
-
<td data-value="6.12" class="pct low">6.12%</td>
|
|
558
|
-
<td data-value="49" class="abs low">3/49</td>
|
|
559
|
-
</tr>
|
|
560
|
-
|
|
561
|
-
<tr>
|
|
562
|
-
<td class="file low" data-value="utils"><a href="utils/index.html">utils</a></td>
|
|
563
|
-
<td data-value="26.82" class="pic low">
|
|
564
|
-
<div class="chart"><div class="cover-fill" style="width: 26%"></div><div class="cover-empty" style="width: 74%"></div></div>
|
|
565
|
-
</td>
|
|
566
|
-
<td data-value="26.82" class="pct low">26.82%</td>
|
|
567
|
-
<td data-value="205" class="abs low">55/205</td>
|
|
568
|
-
<td data-value="16.1" class="pct low">16.1%</td>
|
|
569
|
-
<td data-value="149" class="abs low">24/149</td>
|
|
570
|
-
<td data-value="16.32" class="pct low">16.32%</td>
|
|
571
|
-
<td data-value="49" class="abs low">8/49</td>
|
|
572
|
-
<td data-value="28.64" class="pct low">28.64%</td>
|
|
573
|
-
<td data-value="192" class="abs low">55/192</td>
|
|
574
|
-
</tr>
|
|
575
|
-
|
|
576
|
-
<tr>
|
|
577
|
-
<td class="file low" data-value="validators"><a href="validators/index.html">validators</a></td>
|
|
578
|
-
<td data-value="46.66" class="pic low">
|
|
579
|
-
<div class="chart"><div class="cover-fill" style="width: 46%"></div><div class="cover-empty" style="width: 54%"></div></div>
|
|
580
|
-
</td>
|
|
581
|
-
<td data-value="46.66" class="pct low">46.66%</td>
|
|
582
|
-
<td data-value="30" class="abs low">14/30</td>
|
|
583
|
-
<td data-value="26.66" class="pct low">26.66%</td>
|
|
584
|
-
<td data-value="30" class="abs low">8/30</td>
|
|
585
|
-
<td data-value="36.36" class="pct low">36.36%</td>
|
|
586
|
-
<td data-value="11" class="abs low">4/11</td>
|
|
587
|
-
<td data-value="46.66" class="pct low">46.66%</td>
|
|
588
|
-
<td data-value="30" class="abs low">14/30</td>
|
|
589
|
-
</tr>
|
|
590
|
-
|
|
591
|
-
</tbody>
|
|
592
|
-
</table>
|
|
593
|
-
</div>
|
|
594
|
-
<div class='push'></div><!-- for sticky footer -->
|
|
595
|
-
</div><!-- /wrapper -->
|
|
596
|
-
<div class='footer quiet pad2 space-top1 center small'>
|
|
597
|
-
Code coverage generated by
|
|
598
|
-
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
599
|
-
at 2023-04-14T13:37:20.869Z
|
|
600
|
-
</div>
|
|
601
|
-
<script src="prettify.js"></script>
|
|
602
|
-
<script>
|
|
603
|
-
window.onload = function () {
|
|
604
|
-
prettyPrint();
|
|
605
|
-
};
|
|
606
|
-
</script>
|
|
607
|
-
<script src="sorter.js"></script>
|
|
608
|
-
<script src="block-navigation.js"></script>
|
|
609
|
-
</body>
|
|
610
|
-
</html>
|
|
611
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}
|