@sap-ux/ui-components 1.8.2 → 1.8.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/dist/components/Icons.d.ts +139 -139
- package/dist/components/Icons.js +582 -582
- package/dist/components/UIActionCallout/UIActionCallout.d.ts +61 -61
- package/dist/components/UIActionCallout/UIActionCallout.js +63 -63
- package/dist/components/UIActionCallout/UIActionCallout.scss +31 -31
- package/dist/components/UIActionCallout/index.d.ts +1 -1
- package/dist/components/UIActionCallout/index.js +17 -17
- package/dist/components/UIBreadcrumb/UIBreadcrumb.d.ts +23 -23
- package/dist/components/UIBreadcrumb/UIBreadcrumb.js +38 -38
- package/dist/components/UIBreadcrumb/index.d.ts +1 -1
- package/dist/components/UIBreadcrumb/index.js +17 -17
- package/dist/components/UIButton/UIActionButton.d.ts +23 -23
- package/dist/components/UIButton/UIActionButton.js +89 -89
- package/dist/components/UIButton/UIDefaultButton.d.ts +23 -23
- package/dist/components/UIButton/UIDefaultButton.js +229 -229
- package/dist/components/UIButton/UIIconButton.d.ts +37 -37
- package/dist/components/UIButton/UIIconButton.js +106 -106
- package/dist/components/UIButton/UISmallButton.d.ts +34 -34
- package/dist/components/UIButton/UISmallButton.js +115 -115
- package/dist/components/UIButton/UISplitButton.d.ts +36 -36
- package/dist/components/UIButton/UISplitButton.js +71 -71
- package/dist/components/UIButton/index.d.ts +7 -7
- package/dist/components/UIButton/index.js +21 -21
- package/dist/components/UICallout/UICallout.d.ts +37 -37
- package/dist/components/UICallout/UICallout.js +90 -90
- package/dist/components/UICallout/index.d.ts +1 -1
- package/dist/components/UICallout/index.js +17 -17
- package/dist/components/UICheckbox/UICheckbox.d.ts +34 -34
- package/dist/components/UICheckbox/UICheckbox.js +135 -135
- package/dist/components/UICheckbox/index.d.ts +1 -1
- package/dist/components/UICheckbox/index.js +17 -17
- package/dist/components/UIChoiceGroup/UIChoiceGroup.d.ts +28 -28
- package/dist/components/UIChoiceGroup/UIChoiceGroup.js +182 -182
- package/dist/components/UIChoiceGroup/index.d.ts +1 -1
- package/dist/components/UIChoiceGroup/index.js +17 -17
- package/dist/components/UIComboBox/Callout.scss +7 -7
- package/dist/components/UIComboBox/UIComboBox.d.ts +198 -198
- package/dist/components/UIComboBox/UIComboBox.js +516 -516
- package/dist/components/UIComboBox/UIComboBox.scss +268 -268
- package/dist/components/UIComboBox/_mixins.scss +32 -32
- package/dist/components/UIComboBox/index.d.ts +1 -1
- package/dist/components/UIComboBox/index.js +17 -17
- package/dist/components/UIContextualMenu/UIContextualMenu.d.ts +31 -31
- package/dist/components/UIContextualMenu/UIContextualMenu.js +123 -123
- package/dist/components/UIContextualMenu/UIContextualMenu.scss +211 -211
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.d.ts +19 -19
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.js +50 -50
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.scss +23 -23
- package/dist/components/UIContextualMenu/_variables.scss +30 -30
- package/dist/components/UIContextualMenu/index.d.ts +2 -2
- package/dist/components/UIContextualMenu/index.js +18 -18
- package/dist/components/UIDatePicker/UIDatePicker.d.ts +49 -49
- package/dist/components/UIDatePicker/UIDatePicker.js +72 -72
- package/dist/components/UIDatePicker/UIDatePicker.scss +38 -38
- package/dist/components/UIDatePicker/index.d.ts +1 -1
- package/dist/components/UIDatePicker/index.js +17 -17
- package/dist/components/UIDialog/UIDialog.d.ts +116 -116
- package/dist/components/UIDialog/UIDialog.js +279 -279
- package/dist/components/UIDialog/index.d.ts +1 -1
- package/dist/components/UIDialog/index.js +17 -17
- package/dist/components/UIDropdown/UIDropdown.d.ts +90 -90
- package/dist/components/UIDropdown/UIDropdown.js +216 -216
- package/dist/components/UIDropdown/UIDropdown.scss +115 -115
- package/dist/components/UIDropdown/index.d.ts +2 -2
- package/dist/components/UIDropdown/index.js +18 -18
- package/dist/components/UIDropdown/utils.d.ts +8 -8
- package/dist/components/UIDropdown/utils.js +20 -20
- package/dist/components/UIFlexibleTable/RowActions.d.ts +16 -16
- package/dist/components/UIFlexibleTable/RowActions.js +73 -73
- package/dist/components/UIFlexibleTable/RowData.d.ts +16 -16
- package/dist/components/UIFlexibleTable/RowData.js +111 -111
- package/dist/components/UIFlexibleTable/UIFlexibleTable.d.ts +11 -11
- package/dist/components/UIFlexibleTable/UIFlexibleTable.js +280 -280
- package/dist/components/UIFlexibleTable/UIFlexibleTable.scss +433 -433
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.d.ts +20 -20
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.js +20 -20
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.d.ts +26 -26
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.js +165 -165
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.d.ts +20 -20
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.js +19 -19
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowNoData.d.ts +15 -15
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowNoData.js +28 -28
- package/dist/components/UIFlexibleTable/index.d.ts +5 -5
- package/dist/components/UIFlexibleTable/index.js +21 -21
- package/dist/components/UIFlexibleTable/types.d.ts +142 -142
- package/dist/components/UIFlexibleTable/types.js +14 -14
- package/dist/components/UIFlexibleTable/utils.d.ts +25 -25
- package/dist/components/UIFlexibleTable/utils.js +49 -49
- package/dist/components/UIFocusZone/UIFocusTrapZone.d.ts +22 -22
- package/dist/components/UIFocusZone/UIFocusTrapZone.js +33 -33
- package/dist/components/UIFocusZone/UIFocusZone.d.ts +23 -23
- package/dist/components/UIFocusZone/UIFocusZone.js +35 -35
- package/dist/components/UIFocusZone/index.d.ts +2 -2
- package/dist/components/UIFocusZone/index.js +18 -18
- package/dist/components/UIIcon/UIIcon.d.ts +24 -24
- package/dist/components/UIIcon/UIIcon.js +37 -37
- package/dist/components/UIIcon/UIIcon.scss +3 -3
- package/dist/components/UIIcon/index.d.ts +1 -1
- package/dist/components/UIIcon/index.js +17 -17
- package/dist/components/UIInput/UITextInput.d.ts +48 -48
- package/dist/components/UIInput/UITextInput.js +238 -238
- package/dist/components/UIInput/index.d.ts +1 -1
- package/dist/components/UIInput/index.js +17 -17
- package/dist/components/UILabel/UILabel.d.ts +30 -30
- package/dist/components/UILabel/UILabel.js +64 -64
- package/dist/components/UILabel/index.d.ts +1 -1
- package/dist/components/UILabel/index.js +17 -17
- package/dist/components/UILink/UILink.d.ts +25 -25
- package/dist/components/UILink/UILink.js +71 -71
- package/dist/components/UILink/index.d.ts +1 -1
- package/dist/components/UILink/index.js +17 -17
- package/dist/components/UIList/UIList.d.ts +31 -31
- package/dist/components/UIList/UIList.js +120 -120
- package/dist/components/UIList/UIList.scss +16 -16
- package/dist/components/UIList/index.d.ts +1 -1
- package/dist/components/UIList/index.js +17 -17
- package/dist/components/UILoader/UILoader.d.ts +27 -27
- package/dist/components/UILoader/UILoader.js +78 -78
- package/dist/components/UILoader/UILoader.scss +32 -32
- package/dist/components/UILoader/index.d.ts +1 -1
- package/dist/components/UILoader/index.js +17 -17
- package/dist/components/UIMessageBar/UIMessageBar.d.ts +25 -25
- package/dist/components/UIMessageBar/UIMessageBar.js +56 -56
- package/dist/components/UIMessageBar/index.d.ts +1 -1
- package/dist/components/UIMessageBar/index.js +17 -17
- package/dist/components/UIModal/UIModal.d.ts +23 -23
- package/dist/components/UIModal/UIModal.js +43 -43
- package/dist/components/UIModal/index.d.ts +1 -1
- package/dist/components/UIModal/index.js +17 -17
- package/dist/components/UIOverlay/UIOverlay.d.ts +22 -22
- package/dist/components/UIOverlay/UIOverlay.js +38 -38
- package/dist/components/UIOverlay/index.d.ts +1 -1
- package/dist/components/UIOverlay/index.js +17 -17
- package/dist/components/UIPersona/UIPersona.d.ts +27 -27
- package/dist/components/UIPersona/UIPersona.js +48 -48
- package/dist/components/UIPersona/index.d.ts +1 -1
- package/dist/components/UIPersona/index.js +17 -17
- package/dist/components/UISearchBox/UISearchBox.d.ts +22 -22
- package/dist/components/UISearchBox/UISearchBox.js +153 -153
- package/dist/components/UISearchBox/index.d.ts +3 -3
- package/dist/components/UISearchBox/index.js +17 -17
- package/dist/components/UISection/UISection.d.ts +34 -34
- package/dist/components/UISection/UISection.js +44 -44
- package/dist/components/UISection/UISection.scss +76 -76
- package/dist/components/UISection/UISections.d.ts +249 -249
- package/dist/components/UISection/UISections.js +707 -707
- package/dist/components/UISection/UISections.scss +62 -62
- package/dist/components/UISection/UISplitter.d.ts +96 -96
- package/dist/components/UISection/UISplitter.js +220 -220
- package/dist/components/UISection/UISplitter.scss +212 -212
- package/dist/components/UISection/_mixins.scss +14 -14
- package/dist/components/UISection/_variables.scss +1 -1
- package/dist/components/UISection/index.d.ts +3 -3
- package/dist/components/UISection/index.js +19 -19
- package/dist/components/UISeparator/UISeparator.d.ts +25 -25
- package/dist/components/UISeparator/UISeparator.js +65 -65
- package/dist/components/UISeparator/index.d.ts +1 -1
- package/dist/components/UISeparator/index.js +17 -17
- package/dist/components/UITable/UITable-helper.d.ts +79 -79
- package/dist/components/UITable/UITable-helper.js +259 -259
- package/dist/components/UITable/UITable.d.ts +212 -212
- package/dist/components/UITable/UITable.js +775 -775
- package/dist/components/UITable/UITable.scss +194 -194
- package/dist/components/UITable/index.d.ts +2 -2
- package/dist/components/UITable/index.js +18 -18
- package/dist/components/UITable/types.d.ts +77 -77
- package/dist/components/UITable/types.js +28 -28
- package/dist/components/UITabs/UITabs.d.ts +28 -28
- package/dist/components/UITabs/UITabs.js +70 -70
- package/dist/components/UITabs/index.d.ts +1 -1
- package/dist/components/UITabs/index.js +17 -17
- package/dist/components/UIToggle/UIToggle.d.ts +39 -39
- package/dist/components/UIToggle/UIToggle.js +181 -181
- package/dist/components/UIToggle/index.d.ts +1 -1
- package/dist/components/UIToggle/index.js +17 -17
- package/dist/components/UIToggleGroup/UIToggleGroup.d.ts +31 -31
- package/dist/components/UIToggleGroup/UIToggleGroup.js +136 -136
- package/dist/components/UIToggleGroup/UIToggleGroup.scss +13 -13
- package/dist/components/UIToggleGroup/UIToggleGroup.types.d.ts +22 -22
- package/dist/components/UIToggleGroup/UIToggleGroup.types.js +2 -2
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.d.ts +25 -25
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.js +77 -77
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.scss +74 -74
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.d.ts +10 -10
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.js +2 -2
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.d.ts +2 -2
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.js +18 -18
- package/dist/components/UIToggleGroup/index.d.ts +2 -2
- package/dist/components/UIToggleGroup/index.js +18 -18
- package/dist/components/UIToolbar/UIToolbar.d.ts +36 -36
- package/dist/components/UIToolbar/UIToolbar.js +104 -104
- package/dist/components/UIToolbar/UIToolbar.scss +48 -48
- package/dist/components/UIToolbar/UIToolbarColumn.d.ts +7 -7
- package/dist/components/UIToolbar/UIToolbarColumn.js +33 -33
- package/dist/components/UIToolbar/UIToolbarDivider.d.ts +27 -27
- package/dist/components/UIToolbar/UIToolbarDivider.js +56 -56
- package/dist/components/UIToolbar/index.d.ts +3 -3
- package/dist/components/UIToolbar/index.js +19 -19
- package/dist/components/UITooltip/UITooltip.d.ts +29 -29
- package/dist/components/UITooltip/UITooltip.js +77 -77
- package/dist/components/UITooltip/UITooltipUtils.d.ts +17 -17
- package/dist/components/UITooltip/UITooltipUtils.js +45 -45
- package/dist/components/UITooltip/index.d.ts +2 -2
- package/dist/components/UITooltip/index.js +18 -18
- package/dist/components/UITranslationInput/UIFormattedText.d.ts +46 -46
- package/dist/components/UITranslationInput/UIFormattedText.js +121 -121
- package/dist/components/UITranslationInput/UILoadButton.d.ts +52 -52
- package/dist/components/UITranslationInput/UILoadButton.js +109 -109
- package/dist/components/UITranslationInput/UILoadButton.scss +14 -14
- package/dist/components/UITranslationInput/UITranslationButton.d.ts +14 -14
- package/dist/components/UITranslationInput/UITranslationButton.js +88 -88
- package/dist/components/UITranslationInput/UITranslationButton.types.d.ts +67 -67
- package/dist/components/UITranslationInput/UITranslationButton.types.js +21 -21
- package/dist/components/UITranslationInput/UITranslationInput.d.ts +25 -25
- package/dist/components/UITranslationInput/UITranslationInput.js +169 -169
- package/dist/components/UITranslationInput/UITranslationInput.scss +40 -40
- package/dist/components/UITranslationInput/UITranslationUtils.d.ts +64 -64
- package/dist/components/UITranslationInput/UITranslationUtils.js +168 -168
- package/dist/components/UITranslationInput/defaults.d.ts +2 -2
- package/dist/components/UITranslationInput/defaults.js +15 -15
- package/dist/components/UITranslationInput/index.d.ts +2 -2
- package/dist/components/UITranslationInput/index.js +18 -18
- package/dist/components/UITreeDropdown/UITreeDropdown.d.ts +265 -265
- package/dist/components/UITreeDropdown/UITreeDropdown.js +661 -661
- package/dist/components/UITreeDropdown/UITreeDropdown.scss +64 -64
- package/dist/components/UITreeDropdown/index.d.ts +1 -1
- package/dist/components/UITreeDropdown/index.js +17 -17
- package/dist/components/UIVerticalDivider/UIVerticalDivider.d.ts +23 -23
- package/dist/components/UIVerticalDivider/UIVerticalDivider.js +41 -41
- package/dist/components/UIVerticalDivider/index.d.ts +1 -1
- package/dist/components/UIVerticalDivider/index.js +17 -17
- package/dist/components/UIVirtualList/UIAutoSizer.d.ts +22 -22
- package/dist/components/UIVirtualList/UIAutoSizer.js +33 -33
- package/dist/components/UIVirtualList/UICellMeasurer.d.ts +23 -23
- package/dist/components/UIVirtualList/UICellMeasurer.js +33 -33
- package/dist/components/UIVirtualList/UIVirtualList.d.ts +43 -43
- package/dist/components/UIVirtualList/UIVirtualList.js +70 -70
- package/dist/components/UIVirtualList/index.d.ts +3 -3
- package/dist/components/UIVirtualList/index.js +19 -19
- package/dist/components/index.d.ts +37 -37
- package/dist/components/index.js +53 -53
- package/dist/helper/ValidationMessage/MessageWrapper.d.ts +17 -17
- package/dist/helper/ValidationMessage/MessageWrapper.js +34 -34
- package/dist/helper/ValidationMessage/MessageWrapper.scss +44 -44
- package/dist/helper/ValidationMessage/index.d.ts +2 -2
- package/dist/helper/ValidationMessage/index.js +18 -18
- package/dist/helper/ValidationMessage/utils.d.ts +31 -31
- package/dist/helper/ValidationMessage/utils.js +121 -121
- package/dist/index.d.ts +2 -2
- package/dist/index.js +18 -18
- package/dist/styles/_mixins.scss +15 -15
- package/dist/styles/_typography.scss +72 -72
- package/dist/styles/_variables.scss +26 -26
- package/dist/styles/ui-components.scss +3 -3
- package/dist/utilities/DeepMerge.d.ts +10 -10
- package/dist/utilities/DeepMerge.js +48 -48
- package/dist/utilities/Focus.d.ts +4 -4
- package/dist/utilities/Focus.js +7 -7
- package/dist/utilities/Id.d.ts +2 -2
- package/dist/utilities/Id.js +5 -5
- package/dist/utilities/Keys.d.ts +2 -2
- package/dist/utilities/Keys.js +5 -5
- package/dist/utilities/index.d.ts +3 -3
- package/dist/utilities/index.js +19 -19
- package/package.json +11 -12
- package/storybook/183.d7ada8f4159c95c30527.manager.bundle.js +891 -0
- package/storybook/260.1c2260a4.iframe.bundle.js +292 -0
- package/storybook/275.02c0af0f1d3b6c70e72d.manager.bundle.js +10 -0
- package/storybook/453.6e0cb2b5c2ede7af85c5.manager.bundle.js +2 -0
- package/storybook/{458.a8cb7c68775e3858b342.manager.bundle.js → 458.05b97cebc6fa3809e87a.manager.bundle.js} +113 -113
- package/storybook/{594.4816ff3f4edb5b8b0949.manager.bundle.js → 594.4d8bf523158b8a4a1ca9.manager.bundle.js} +1 -1
- package/storybook/{637.173c8d06.iframe.bundle.js → 637.149b545a.iframe.bundle.js} +1 -1
- package/storybook/{966.bc8dd3d7eec539544b33.manager.bundle.js → 966.7154988e86ea89b1942c.manager.bundle.js} +3 -3
- package/storybook/{987.81102a5d201c9f5a1528.manager.bundle.js → 987.7aa55d838ce2874baae8.manager.bundle.js} +3 -3
- package/storybook/iframe.html +17 -17
- package/storybook/index.html +119 -119
- package/storybook/{main.4bf0e1ff.iframe.bundle.js → main.2c43a09d.iframe.bundle.js} +6 -6
- package/storybook/{main.73db1398c1704e93ba73.manager.bundle.js → main.bbce46728b43f51e7d37.manager.bundle.js} +1 -1
- package/storybook/project.json +1 -1
- package/storybook/{runtime~main.769376b3.iframe.bundle.js → runtime~main.a1df0937.iframe.bundle.js} +1 -1
- package/storybook/runtime~main.e938cbae9eda438313f6.manager.bundle.js +2 -0
- package/storybook/275.a8ff63b0ed4a5d620142.manager.bundle.js +0 -10
- package/storybook/453.af4e8cc44257a27c435f.manager.bundle.js +0 -2
- package/storybook/713.ec72f301.iframe.bundle.js +0 -292
- package/storybook/756.edf22bba3c06d7815c54.manager.bundle.js +0 -891
- package/storybook/runtime~main.eabd5638d9f3e40b3501.manager.bundle.js +0 -2
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./UITooltip"), exports);
|
|
18
|
-
__exportStar(require("./UITooltipUtils"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./UITooltip"), exports);
|
|
18
|
+
__exportStar(require("./UITooltipUtils"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import type { ReactElement } from 'react';
|
|
2
|
-
interface MessageTextValues {
|
|
3
|
-
[key: string]: string;
|
|
4
|
-
}
|
|
5
|
-
export interface UIFormattedTextProps {
|
|
6
|
-
children: string;
|
|
7
|
-
values?: MessageTextValues;
|
|
8
|
-
}
|
|
9
|
-
interface ParseResult {
|
|
10
|
-
texts: Array<string>;
|
|
11
|
-
bolds: Array<string>;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Method separates given text between found values and rest unformatted text.
|
|
15
|
-
*
|
|
16
|
-
* @param text Text to parse.
|
|
17
|
-
* @param values Map with values to search.
|
|
18
|
-
* @returns Object containing separated `texts` and `formatted` arrays.
|
|
19
|
-
*/
|
|
20
|
-
export declare const parseText: (text: string, values: MessageTextValues) => ParseResult;
|
|
21
|
-
/**
|
|
22
|
-
* Method formats text with callback method to provide option to use different markup to highligh matching result in text.
|
|
23
|
-
*
|
|
24
|
-
* @param text Text to parse.
|
|
25
|
-
* @param values Map with values to search.
|
|
26
|
-
* @param cb Callback method to apply text highlight.
|
|
27
|
-
* @returns Array with formatted text parts.
|
|
28
|
-
*/
|
|
29
|
-
export declare function formatTextGeneric<T>(text: string, values: MessageTextValues, cb: (index: number, textPart: string, match?: string) => T): T[];
|
|
30
|
-
/**
|
|
31
|
-
* Method formats string text with replacing matching values with same string without any highlight.
|
|
32
|
-
*
|
|
33
|
-
* @param text Text to parse.
|
|
34
|
-
* @param values Map with values to search.
|
|
35
|
-
* @returns Formatted text string.
|
|
36
|
-
*/
|
|
37
|
-
export declare function formatText(text: string, values: MessageTextValues): string;
|
|
38
|
-
/**
|
|
39
|
-
* Component to show formatted text with highlighting matching entries.
|
|
40
|
-
* Entries with '{{{key}}}' will be replaced with passed value and wrapped in bold.
|
|
41
|
-
*
|
|
42
|
-
* @param props Component properties.
|
|
43
|
-
* @returns Component to render formatted text.
|
|
44
|
-
*/
|
|
45
|
-
export declare function UIFormattedText(props: UIFormattedTextProps): ReactElement;
|
|
46
|
-
export {};
|
|
1
|
+
import type { ReactElement } from 'react';
|
|
2
|
+
interface MessageTextValues {
|
|
3
|
+
[key: string]: string;
|
|
4
|
+
}
|
|
5
|
+
export interface UIFormattedTextProps {
|
|
6
|
+
children: string;
|
|
7
|
+
values?: MessageTextValues;
|
|
8
|
+
}
|
|
9
|
+
interface ParseResult {
|
|
10
|
+
texts: Array<string>;
|
|
11
|
+
bolds: Array<string>;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Method separates given text between found values and rest unformatted text.
|
|
15
|
+
*
|
|
16
|
+
* @param text Text to parse.
|
|
17
|
+
* @param values Map with values to search.
|
|
18
|
+
* @returns Object containing separated `texts` and `formatted` arrays.
|
|
19
|
+
*/
|
|
20
|
+
export declare const parseText: (text: string, values: MessageTextValues) => ParseResult;
|
|
21
|
+
/**
|
|
22
|
+
* Method formats text with callback method to provide option to use different markup to highligh matching result in text.
|
|
23
|
+
*
|
|
24
|
+
* @param text Text to parse.
|
|
25
|
+
* @param values Map with values to search.
|
|
26
|
+
* @param cb Callback method to apply text highlight.
|
|
27
|
+
* @returns Array with formatted text parts.
|
|
28
|
+
*/
|
|
29
|
+
export declare function formatTextGeneric<T>(text: string, values: MessageTextValues, cb: (index: number, textPart: string, match?: string) => T): T[];
|
|
30
|
+
/**
|
|
31
|
+
* Method formats string text with replacing matching values with same string without any highlight.
|
|
32
|
+
*
|
|
33
|
+
* @param text Text to parse.
|
|
34
|
+
* @param values Map with values to search.
|
|
35
|
+
* @returns Formatted text string.
|
|
36
|
+
*/
|
|
37
|
+
export declare function formatText(text: string, values: MessageTextValues): string;
|
|
38
|
+
/**
|
|
39
|
+
* Component to show formatted text with highlighting matching entries.
|
|
40
|
+
* Entries with '{{{key}}}' will be replaced with passed value and wrapped in bold.
|
|
41
|
+
*
|
|
42
|
+
* @param props Component properties.
|
|
43
|
+
* @returns Component to render formatted text.
|
|
44
|
+
*/
|
|
45
|
+
export declare function UIFormattedText(props: UIFormattedTextProps): ReactElement;
|
|
46
|
+
export {};
|
|
47
47
|
//# sourceMappingURL=UIFormattedText.d.ts.map
|
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.UIFormattedText = exports.formatText = exports.formatTextGeneric = exports.parseText = void 0;
|
|
7
|
-
const react_1 = __importDefault(require("react"));
|
|
8
|
-
const PLACEHOLDER_START = '{{{';
|
|
9
|
-
const PLACEHOLDER_END = '}}}';
|
|
10
|
-
/**
|
|
11
|
-
* Method find all matching values.
|
|
12
|
-
*
|
|
13
|
-
* @param text Text to parse.
|
|
14
|
-
* @param values Map with values to search.
|
|
15
|
-
* @returns Array containing matched regex expressions.
|
|
16
|
-
*/
|
|
17
|
-
const matchAllValues = (text, values) => {
|
|
18
|
-
const matches = [];
|
|
19
|
-
for (const key in values) {
|
|
20
|
-
const textWithUrlRegex = `${PLACEHOLDER_START}${key}${PLACEHOLDER_END}`;
|
|
21
|
-
const regex = new RegExp(textWithUrlRegex, 'gi');
|
|
22
|
-
let match = null;
|
|
23
|
-
do {
|
|
24
|
-
match = regex.exec(text);
|
|
25
|
-
if (match) {
|
|
26
|
-
matches.push(match);
|
|
27
|
-
}
|
|
28
|
-
} while (match);
|
|
29
|
-
}
|
|
30
|
-
return matches;
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* Method separates given text between found values and rest unformatted text.
|
|
34
|
-
*
|
|
35
|
-
* @param text Text to parse.
|
|
36
|
-
* @param values Map with values to search.
|
|
37
|
-
* @returns Object containing separated `texts` and `formatted` arrays.
|
|
38
|
-
*/
|
|
39
|
-
const parseText = (text, values) => {
|
|
40
|
-
const result = {
|
|
41
|
-
texts: [],
|
|
42
|
-
bolds: []
|
|
43
|
-
};
|
|
44
|
-
if (text) {
|
|
45
|
-
const matches = matchAllValues(text, values);
|
|
46
|
-
matches.sort((match1, match2) => match1.index - match2.index);
|
|
47
|
-
let charIndex = 0;
|
|
48
|
-
if (matches.length) {
|
|
49
|
-
for (let i = 0; i < matches.length; i++) {
|
|
50
|
-
const match = matches[i];
|
|
51
|
-
if (match.index === undefined) {
|
|
52
|
-
continue;
|
|
53
|
-
}
|
|
54
|
-
const original = match[0];
|
|
55
|
-
const resolvedText = values[original.replace(PLACEHOLDER_START, '').replace(PLACEHOLDER_END, '')];
|
|
56
|
-
result.texts.push(text.substring(charIndex, match.index));
|
|
57
|
-
result.bolds.push(resolvedText);
|
|
58
|
-
charIndex = match.index + original.length;
|
|
59
|
-
if (i === matches.length - 1) {
|
|
60
|
-
result.texts.push(text.substring(charIndex, text.length));
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
else {
|
|
65
|
-
result.texts.push(text);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
return result;
|
|
69
|
-
};
|
|
70
|
-
exports.parseText = parseText;
|
|
71
|
-
/**
|
|
72
|
-
* Method formats text with callback method to provide option to use different markup to highligh matching result in text.
|
|
73
|
-
*
|
|
74
|
-
* @param text Text to parse.
|
|
75
|
-
* @param values Map with values to search.
|
|
76
|
-
* @param cb Callback method to apply text highlight.
|
|
77
|
-
* @returns Array with formatted text parts.
|
|
78
|
-
*/
|
|
79
|
-
function formatTextGeneric(text, values, cb) {
|
|
80
|
-
const parseResult = (0, exports.parseText)(text, values);
|
|
81
|
-
const result = [];
|
|
82
|
-
for (let i = 0; i < parseResult.texts.length; i++) {
|
|
83
|
-
if (!parseResult.texts[i] && !parseResult.bolds[i]) {
|
|
84
|
-
continue;
|
|
85
|
-
}
|
|
86
|
-
result.push(cb(i, parseResult.texts[i], parseResult.bolds[i]));
|
|
87
|
-
}
|
|
88
|
-
return result;
|
|
89
|
-
}
|
|
90
|
-
exports.formatTextGeneric = formatTextGeneric;
|
|
91
|
-
/**
|
|
92
|
-
* Method formats string text with replacing matching values with same string without any highlight.
|
|
93
|
-
*
|
|
94
|
-
* @param text Text to parse.
|
|
95
|
-
* @param values Map with values to search.
|
|
96
|
-
* @returns Formatted text string.
|
|
97
|
-
*/
|
|
98
|
-
function formatText(text, values) {
|
|
99
|
-
const parseResult = formatTextGeneric(text, values, (index, textPart, match) => {
|
|
100
|
-
return match ? textPart + match : textPart;
|
|
101
|
-
});
|
|
102
|
-
return parseResult.join('');
|
|
103
|
-
}
|
|
104
|
-
exports.formatText = formatText;
|
|
105
|
-
/**
|
|
106
|
-
* Component to show formatted text with highlighting matching entries.
|
|
107
|
-
* Entries with '{{{key}}}' will be replaced with passed value and wrapped in bold.
|
|
108
|
-
*
|
|
109
|
-
* @param props Component properties.
|
|
110
|
-
* @returns Component to render formatted text.
|
|
111
|
-
*/
|
|
112
|
-
function UIFormattedText(props) {
|
|
113
|
-
const { children, values = {} } = props;
|
|
114
|
-
const result = formatTextGeneric(children, values, (index, textPart, match) => {
|
|
115
|
-
return (react_1.default.createElement("span", { key: `anchor-${index}` },
|
|
116
|
-
textPart,
|
|
117
|
-
match && react_1.default.createElement("b", null, match)));
|
|
118
|
-
});
|
|
119
|
-
return react_1.default.createElement("div", null, result);
|
|
120
|
-
}
|
|
121
|
-
exports.UIFormattedText = UIFormattedText;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.UIFormattedText = exports.formatText = exports.formatTextGeneric = exports.parseText = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const PLACEHOLDER_START = '{{{';
|
|
9
|
+
const PLACEHOLDER_END = '}}}';
|
|
10
|
+
/**
|
|
11
|
+
* Method find all matching values.
|
|
12
|
+
*
|
|
13
|
+
* @param text Text to parse.
|
|
14
|
+
* @param values Map with values to search.
|
|
15
|
+
* @returns Array containing matched regex expressions.
|
|
16
|
+
*/
|
|
17
|
+
const matchAllValues = (text, values) => {
|
|
18
|
+
const matches = [];
|
|
19
|
+
for (const key in values) {
|
|
20
|
+
const textWithUrlRegex = `${PLACEHOLDER_START}${key}${PLACEHOLDER_END}`;
|
|
21
|
+
const regex = new RegExp(textWithUrlRegex, 'gi');
|
|
22
|
+
let match = null;
|
|
23
|
+
do {
|
|
24
|
+
match = regex.exec(text);
|
|
25
|
+
if (match) {
|
|
26
|
+
matches.push(match);
|
|
27
|
+
}
|
|
28
|
+
} while (match);
|
|
29
|
+
}
|
|
30
|
+
return matches;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Method separates given text between found values and rest unformatted text.
|
|
34
|
+
*
|
|
35
|
+
* @param text Text to parse.
|
|
36
|
+
* @param values Map with values to search.
|
|
37
|
+
* @returns Object containing separated `texts` and `formatted` arrays.
|
|
38
|
+
*/
|
|
39
|
+
const parseText = (text, values) => {
|
|
40
|
+
const result = {
|
|
41
|
+
texts: [],
|
|
42
|
+
bolds: []
|
|
43
|
+
};
|
|
44
|
+
if (text) {
|
|
45
|
+
const matches = matchAllValues(text, values);
|
|
46
|
+
matches.sort((match1, match2) => match1.index - match2.index);
|
|
47
|
+
let charIndex = 0;
|
|
48
|
+
if (matches.length) {
|
|
49
|
+
for (let i = 0; i < matches.length; i++) {
|
|
50
|
+
const match = matches[i];
|
|
51
|
+
if (match.index === undefined) {
|
|
52
|
+
continue;
|
|
53
|
+
}
|
|
54
|
+
const original = match[0];
|
|
55
|
+
const resolvedText = values[original.replace(PLACEHOLDER_START, '').replace(PLACEHOLDER_END, '')];
|
|
56
|
+
result.texts.push(text.substring(charIndex, match.index));
|
|
57
|
+
result.bolds.push(resolvedText);
|
|
58
|
+
charIndex = match.index + original.length;
|
|
59
|
+
if (i === matches.length - 1) {
|
|
60
|
+
result.texts.push(text.substring(charIndex, text.length));
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
result.texts.push(text);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return result;
|
|
69
|
+
};
|
|
70
|
+
exports.parseText = parseText;
|
|
71
|
+
/**
|
|
72
|
+
* Method formats text with callback method to provide option to use different markup to highligh matching result in text.
|
|
73
|
+
*
|
|
74
|
+
* @param text Text to parse.
|
|
75
|
+
* @param values Map with values to search.
|
|
76
|
+
* @param cb Callback method to apply text highlight.
|
|
77
|
+
* @returns Array with formatted text parts.
|
|
78
|
+
*/
|
|
79
|
+
function formatTextGeneric(text, values, cb) {
|
|
80
|
+
const parseResult = (0, exports.parseText)(text, values);
|
|
81
|
+
const result = [];
|
|
82
|
+
for (let i = 0; i < parseResult.texts.length; i++) {
|
|
83
|
+
if (!parseResult.texts[i] && !parseResult.bolds[i]) {
|
|
84
|
+
continue;
|
|
85
|
+
}
|
|
86
|
+
result.push(cb(i, parseResult.texts[i], parseResult.bolds[i]));
|
|
87
|
+
}
|
|
88
|
+
return result;
|
|
89
|
+
}
|
|
90
|
+
exports.formatTextGeneric = formatTextGeneric;
|
|
91
|
+
/**
|
|
92
|
+
* Method formats string text with replacing matching values with same string without any highlight.
|
|
93
|
+
*
|
|
94
|
+
* @param text Text to parse.
|
|
95
|
+
* @param values Map with values to search.
|
|
96
|
+
* @returns Formatted text string.
|
|
97
|
+
*/
|
|
98
|
+
function formatText(text, values) {
|
|
99
|
+
const parseResult = formatTextGeneric(text, values, (index, textPart, match) => {
|
|
100
|
+
return match ? textPart + match : textPart;
|
|
101
|
+
});
|
|
102
|
+
return parseResult.join('');
|
|
103
|
+
}
|
|
104
|
+
exports.formatText = formatText;
|
|
105
|
+
/**
|
|
106
|
+
* Component to show formatted text with highlighting matching entries.
|
|
107
|
+
* Entries with '{{{key}}}' will be replaced with passed value and wrapped in bold.
|
|
108
|
+
*
|
|
109
|
+
* @param props Component properties.
|
|
110
|
+
* @returns Component to render formatted text.
|
|
111
|
+
*/
|
|
112
|
+
function UIFormattedText(props) {
|
|
113
|
+
const { children, values = {} } = props;
|
|
114
|
+
const result = formatTextGeneric(children, values, (index, textPart, match) => {
|
|
115
|
+
return (react_1.default.createElement("span", { key: `anchor-${index}` },
|
|
116
|
+
textPart,
|
|
117
|
+
match && react_1.default.createElement("b", null, match)));
|
|
118
|
+
});
|
|
119
|
+
return react_1.default.createElement("div", null, result);
|
|
120
|
+
}
|
|
121
|
+
exports.UIFormattedText = UIFormattedText;
|
|
122
122
|
//# sourceMappingURL=UIFormattedText.js.map
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ButtonProps } from '../UIButton';
|
|
3
|
-
import type { UILoadButtonBusyProps } from './UITranslationButton.types';
|
|
4
|
-
import './UILoadButton.scss';
|
|
5
|
-
export interface UILoadButtonState {
|
|
6
|
-
busy?: boolean;
|
|
7
|
-
}
|
|
8
|
-
type UILoadButtonProps = ButtonProps & UILoadButtonBusyProps;
|
|
9
|
-
/**
|
|
10
|
-
* Component to render load button with spin indicator.
|
|
11
|
-
*/
|
|
12
|
-
export declare class UILoadButton extends React.Component<UILoadButtonProps, UILoadButtonState> {
|
|
13
|
-
private minLoaderTimer;
|
|
14
|
-
/**
|
|
15
|
-
* Constructor method for load button.
|
|
16
|
-
*
|
|
17
|
-
* @param props Component properties.
|
|
18
|
-
*/
|
|
19
|
-
constructor(props: UILoadButtonProps);
|
|
20
|
-
/**
|
|
21
|
-
* Method handles component update to refresh busy state.
|
|
22
|
-
*
|
|
23
|
-
* @param prevProps Component previous properties.
|
|
24
|
-
*/
|
|
25
|
-
componentDidUpdate(prevProps: UILoadButtonProps): void;
|
|
26
|
-
componentWillUnmount(): void;
|
|
27
|
-
/**
|
|
28
|
-
* Method handles end of minimal waiting time.
|
|
29
|
-
*/
|
|
30
|
-
private handleMinWaitingTime;
|
|
31
|
-
/**
|
|
32
|
-
* Method returns latest busy state by checking current state and props.
|
|
33
|
-
*
|
|
34
|
-
* @param props Current props.
|
|
35
|
-
* @param state Current state.
|
|
36
|
-
* @returns Busy state.
|
|
37
|
-
*/
|
|
38
|
-
private getBusyState;
|
|
39
|
-
/**
|
|
40
|
-
* Method returns minimal waiting time for loader depending on passed 'useMinWaitingTime' property.
|
|
41
|
-
*
|
|
42
|
-
* @returns Minimal waiting time for busy loader.
|
|
43
|
-
*/
|
|
44
|
-
private getMinimalWaitingTime;
|
|
45
|
-
/**
|
|
46
|
-
* Method to render load button component.
|
|
47
|
-
*
|
|
48
|
-
* @returns Load button component.
|
|
49
|
-
*/
|
|
50
|
-
render(): React.ReactElement;
|
|
51
|
-
}
|
|
52
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ButtonProps } from '../UIButton';
|
|
3
|
+
import type { UILoadButtonBusyProps } from './UITranslationButton.types';
|
|
4
|
+
import './UILoadButton.scss';
|
|
5
|
+
export interface UILoadButtonState {
|
|
6
|
+
busy?: boolean;
|
|
7
|
+
}
|
|
8
|
+
type UILoadButtonProps = ButtonProps & UILoadButtonBusyProps;
|
|
9
|
+
/**
|
|
10
|
+
* Component to render load button with spin indicator.
|
|
11
|
+
*/
|
|
12
|
+
export declare class UILoadButton extends React.Component<UILoadButtonProps, UILoadButtonState> {
|
|
13
|
+
private minLoaderTimer;
|
|
14
|
+
/**
|
|
15
|
+
* Constructor method for load button.
|
|
16
|
+
*
|
|
17
|
+
* @param props Component properties.
|
|
18
|
+
*/
|
|
19
|
+
constructor(props: UILoadButtonProps);
|
|
20
|
+
/**
|
|
21
|
+
* Method handles component update to refresh busy state.
|
|
22
|
+
*
|
|
23
|
+
* @param prevProps Component previous properties.
|
|
24
|
+
*/
|
|
25
|
+
componentDidUpdate(prevProps: UILoadButtonProps): void;
|
|
26
|
+
componentWillUnmount(): void;
|
|
27
|
+
/**
|
|
28
|
+
* Method handles end of minimal waiting time.
|
|
29
|
+
*/
|
|
30
|
+
private handleMinWaitingTime;
|
|
31
|
+
/**
|
|
32
|
+
* Method returns latest busy state by checking current state and props.
|
|
33
|
+
*
|
|
34
|
+
* @param props Current props.
|
|
35
|
+
* @param state Current state.
|
|
36
|
+
* @returns Busy state.
|
|
37
|
+
*/
|
|
38
|
+
private getBusyState;
|
|
39
|
+
/**
|
|
40
|
+
* Method returns minimal waiting time for loader depending on passed 'useMinWaitingTime' property.
|
|
41
|
+
*
|
|
42
|
+
* @returns Minimal waiting time for busy loader.
|
|
43
|
+
*/
|
|
44
|
+
private getMinimalWaitingTime;
|
|
45
|
+
/**
|
|
46
|
+
* Method to render load button component.
|
|
47
|
+
*
|
|
48
|
+
* @returns Load button component.
|
|
49
|
+
*/
|
|
50
|
+
render(): React.ReactElement;
|
|
51
|
+
}
|
|
52
|
+
export {};
|
|
53
53
|
//# sourceMappingURL=UILoadButton.d.ts.map
|