@mailstep/design-system 0.1.2 → 0.1.4-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/_virtual/_cloneBuffer.js +6 -0
- package/build/_virtual/_cloneBuffer.js.map +1 -0
- package/build/_virtual/_commonjsHelpers.js +11 -0
- package/build/_virtual/_commonjsHelpers.js.map +1 -0
- package/build/_virtual/_mapping.js +6 -0
- package/build/_virtual/_mapping.js.map +1 -0
- package/build/_virtual/_nodeUtil.js +6 -0
- package/build/_virtual/_nodeUtil.js.map +1 -0
- package/build/_virtual/isBuffer.js +6 -0
- package/build/_virtual/isBuffer.js.map +1 -0
- package/build/dts/Blocks/CornerDialog/CornerDialog.d.ts +3 -0
- package/build/dts/Blocks/CornerDialog/index.d.ts +2 -0
- package/build/dts/Blocks/CornerDialog/stories/CornerDialog.stories.d.ts +14 -0
- package/build/dts/Blocks/CornerDialog/styles.d.ts +12 -0
- package/build/dts/Blocks/CornerDialog/types.d.ts +16 -0
- package/build/dts/Blocks/CornerDialog/utils.d.ts +3 -0
- package/build/dts/Blocks/ImageList/ImageList.d.ts +3 -0
- package/build/dts/Blocks/ImageList/components/AddPhoto/index.d.ts +7 -0
- package/build/dts/Blocks/ImageList/components/AddPhoto/styles.d.ts +2 -0
- package/build/dts/Blocks/ImageList/components/CloseButton/index.d.ts +6 -0
- package/build/dts/Blocks/ImageList/components/CloseButton/styles.d.ts +1 -0
- package/build/dts/Blocks/ImageList/components/ImageElement/index.d.ts +9 -0
- package/build/dts/Blocks/ImageList/components/ImageElement/styles.d.ts +2 -0
- package/build/dts/Blocks/ImageList/components/ImageTag/index.d.ts +6 -0
- package/build/dts/Blocks/ImageList/components/ImageTag/styles.d.ts +1 -0
- package/build/dts/Blocks/ImageList/index.d.ts +4 -0
- package/build/dts/Blocks/ImageList/styles.d.ts +1 -0
- package/build/dts/Blocks/ImageList/types.d.ts +12 -0
- package/build/dts/Blocks/LightBox/LightBox.d.ts +4 -0
- package/build/dts/Blocks/LightBox/hooks/useLightBox.d.ts +2 -0
- package/build/dts/Blocks/LightBox/index.d.ts +3 -0
- package/build/dts/Blocks/LightBox/styles.d.ts +3 -0
- package/build/dts/Blocks/LightBox/types.d.ts +24 -0
- package/build/dts/Blocks/Modal/Modal.d.ts +3 -0
- package/build/dts/Blocks/Modal/hooks/useClickOutside.d.ts +3 -0
- package/build/dts/Blocks/Modal/hooks/useModal.d.ts +2 -0
- package/build/dts/Blocks/Modal/index.d.ts +4 -0
- package/build/dts/Blocks/Modal/stories/Modal.stories.d.ts +26 -0
- package/build/dts/Blocks/Modal/styles.d.ts +22 -0
- package/build/dts/Blocks/Modal/types.d.ts +45 -0
- package/build/dts/Blocks/Modal/utils.d.ts +3 -0
- package/build/dts/Blocks/Tabs/TabContent.d.ts +2 -0
- package/build/dts/Blocks/Tabs/Tabs.d.ts +3 -0
- package/build/dts/Blocks/Tabs/hooks/useTabs.d.ts +2 -0
- package/build/dts/Blocks/Tabs/index.d.ts +3 -0
- package/build/dts/Blocks/Tabs/stories/Tabs.stories.d.ts +13 -0
- package/build/dts/Blocks/Tabs/styles.d.ts +8 -0
- package/build/dts/Blocks/Tabs/types.d.ts +27 -0
- package/build/dts/Elements/Alert/Alert.d.ts +3 -0
- package/build/dts/Elements/Alert/index.d.ts +2 -0
- package/build/dts/Elements/Alert/stories/Alert.stories.d.ts +17 -0
- package/build/dts/Elements/Alert/styles.d.ts +44 -0
- package/build/dts/Elements/Alert/types.d.ts +18 -0
- package/build/dts/Elements/Avatar/Avatar.d.ts +3 -0
- package/build/dts/Elements/Avatar/index.d.ts +1 -0
- package/build/dts/Elements/Avatar/stories/Avatar.stories.d.ts +12 -0
- package/build/dts/Elements/Avatar/types.d.ts +8 -0
- package/build/dts/Elements/Badge/Badge.d.ts +12 -0
- package/build/dts/Elements/Badge/index.d.ts +2 -0
- package/build/dts/Elements/Badge/stories/Badge.stories.d.ts +12 -0
- package/build/dts/Elements/BorderedBox/BorderedBox.d.ts +4 -0
- package/build/dts/Elements/BorderedBox/index.d.ts +2 -0
- package/build/dts/Elements/BorderedBox/stories/BorderedBox.stories.d.ts +11 -0
- package/build/dts/Elements/BorderedBox/types.d.ts +6 -0
- package/build/dts/Elements/Button/Button.d.ts +4 -0
- package/build/dts/Elements/Button/index.d.ts +4 -0
- package/build/dts/Elements/Button/stories/Button.stories.d.ts +20 -0
- package/build/dts/Elements/Button/styles.d.ts +19 -0
- package/build/dts/Elements/Button/types.d.ts +22 -0
- package/build/dts/Elements/Card/Card.d.ts +7 -0
- package/build/dts/Elements/Card/index.d.ts +1 -0
- package/build/dts/Elements/Card/stories/Card.stories.d.ts +16 -0
- package/build/dts/Elements/Card/stories/CardComponent.stories.d.ts +12 -0
- package/build/dts/Elements/Card/styles.d.ts +14 -0
- package/build/dts/Elements/Card/types.d.ts +21 -0
- package/build/dts/Elements/Dropdown/Dropdown.d.ts +4 -0
- package/build/dts/Elements/Dropdown/index.d.ts +2 -0
- package/build/dts/Elements/Dropdown/stories/Dropdown.stories.d.ts +11 -0
- package/build/dts/Elements/Dropdown/types.d.ts +10 -0
- package/build/dts/Elements/ErrorMessage/ErrorMessage.d.ts +4 -0
- package/build/dts/Elements/ErrorMessage/index.d.ts +2 -0
- package/build/dts/Elements/ErrorMessage/stories/ErrorMessage.stories.d.ts +12 -0
- package/build/dts/Elements/ErrorMessage/types.d.ts +5 -0
- package/build/dts/Elements/Icon/BadgeIcon.d.ts +7 -0
- package/build/dts/Elements/Icon/Icon.d.ts +9 -0
- package/build/dts/Elements/Icon/icons/FlagCZ.d.ts +3 -0
- package/build/dts/Elements/Icon/icons/FlagUSA.d.ts +3 -0
- package/build/dts/Elements/Icon/icons/index.d.ts +2 -0
- package/build/dts/Elements/Icon/index.d.ts +5 -0
- package/build/dts/Elements/Icon/stories/BadgeIcon.stories.d.ts +24 -0
- package/build/dts/Elements/Icon/stories/Icon.stories.d.ts +16 -0
- package/build/dts/Elements/Icon/types.d.ts +22 -0
- package/build/dts/Elements/Image/Image.d.ts +4 -0
- package/build/dts/Elements/Image/index.d.ts +2 -0
- package/build/dts/Elements/Image/stories/Image.stories.d.ts +14 -0
- package/build/dts/Elements/Image/types.d.ts +18 -0
- package/build/dts/Elements/Label/Label.d.ts +6 -0
- package/build/dts/Elements/Label/index.d.ts +1 -0
- package/build/dts/Elements/Label/stories/Label.stories.d.ts +13 -0
- package/build/dts/Elements/Line/Line.d.ts +3 -0
- package/build/dts/Elements/Line/index.d.ts +2 -0
- package/build/dts/Elements/Line/stories/Line.stories.d.ts +16 -0
- package/build/dts/Elements/Line/types.d.ts +12 -0
- package/build/dts/Elements/Link/Link.d.ts +29 -0
- package/build/dts/Elements/Link/index.d.ts +2 -0
- package/build/dts/Elements/Link/stories/Link.stories.d.ts +42 -0
- package/build/dts/Elements/Logo/Logo.d.ts +4 -0
- package/build/dts/Elements/Logo/index.d.ts +2 -0
- package/build/dts/Elements/Logo/stories/Logo.stories.d.ts +34 -0
- package/build/dts/Elements/Logo/types.d.ts +10 -0
- package/build/dts/Elements/Pagination/Pagination.d.ts +9 -0
- package/build/dts/Elements/Pagination/index.d.ts +2 -0
- package/build/dts/Elements/Pagination/stories/Pagination.stories.d.ts +12 -0
- package/build/dts/Elements/Pagination/styled.d.ts +15 -0
- package/build/dts/Elements/Paragraph/Paragraph.d.ts +2 -0
- package/build/dts/Elements/Paragraph/index.d.ts +2 -0
- package/build/dts/Elements/Paragraph/stories/Paragraph.stories.d.ts +17 -0
- package/build/dts/Elements/Portal/index.d.ts +4 -0
- package/build/dts/Elements/ProgressBar/ProgressBar.d.ts +10 -0
- package/build/dts/Elements/ProgressBar/index.d.ts +2 -0
- package/build/dts/Elements/ProgressBar/stories/ProgressBar.stories.d.ts +19 -0
- package/build/dts/Elements/ProgressBar/styles.d.ts +9 -0
- package/build/dts/Elements/SimpleLink/SimpleLink.d.ts +19 -0
- package/build/dts/Elements/SimpleLink/index.d.ts +2 -0
- package/build/dts/Elements/SpaceAround/SpaceAround.d.ts +4 -0
- package/build/dts/Elements/SpaceAround/index.d.ts +3 -0
- package/build/dts/Elements/SpaceAround/stories/SpaceAround.stories.d.ts +12 -0
- package/build/dts/Elements/SpaceAround/types.d.ts +14 -0
- package/build/dts/Elements/Spinner/Spinner.d.ts +14 -0
- package/build/dts/Elements/Spinner/index.d.ts +2 -0
- package/build/dts/Elements/Spinner/stories/Spinner.stories.d.ts +19 -0
- package/build/dts/Elements/Spinner/styles.d.ts +4 -0
- package/build/dts/Elements/Spinner/types.d.ts +7 -0
- package/build/dts/Elements/Tag/Tag.d.ts +3 -0
- package/build/dts/Elements/Tag/index.d.ts +3 -0
- package/build/dts/Elements/Tag/palletes.d.ts +5 -0
- package/build/dts/Elements/Tag/stories/Tag.stories.d.ts +19 -0
- package/build/dts/Elements/Tag/stories/components/predefinedTags.d.ts +3 -0
- package/build/dts/Elements/Tag/types.d.ts +16 -0
- package/build/dts/Elements/Text/Text.d.ts +4 -0
- package/build/dts/Elements/Text/index.d.ts +3 -0
- package/build/dts/Elements/Text/stories/Text.stories.d.ts +16 -0
- package/build/dts/Elements/Text/types.d.ts +13 -0
- package/build/dts/Elements/Toast/Toast.d.ts +12 -0
- package/build/dts/Elements/Toast/index.d.ts +3 -0
- package/build/dts/Elements/Toggle/Toggle.d.ts +4 -0
- package/build/dts/Elements/Toggle/index.d.ts +2 -0
- package/build/dts/Elements/Toggle/stories/Toggle.stories.d.ts +14 -0
- package/build/dts/Elements/Toggle/types.d.ts +21 -0
- package/build/dts/Elements/Typography/Typography.d.ts +118 -0
- package/build/dts/Elements/Typography/index.d.ts +1 -0
- package/build/dts/Elements/Typography/stories/Typography.stories.d.ts +20 -0
- package/build/dts/Forms/Checkbox/Checkbox.d.ts +4 -0
- package/build/dts/Forms/Checkbox/index.d.ts +2 -0
- package/build/dts/Forms/Checkbox/stories/Checkbox.stories.d.ts +14 -0
- package/build/dts/Forms/Checkbox/styles.d.ts +11 -0
- package/build/dts/Forms/Checkbox/types.d.ts +16 -0
- package/build/dts/Forms/Input/Input.d.ts +3 -0
- package/build/dts/Forms/Input/index.d.ts +4 -0
- package/build/dts/Forms/Input/stories/Input.stories.d.ts +17 -0
- package/build/dts/Forms/Input/styles.d.ts +31 -0
- package/build/dts/Forms/Input/types.d.ts +49 -0
- package/build/dts/Forms/RadioButton/RadioButton.d.ts +4 -0
- package/build/dts/Forms/RadioButton/index.d.ts +2 -0
- package/build/dts/Forms/RadioButton/stories/RadioButton.stories.d.ts +14 -0
- package/build/dts/Forms/RadioButton/styles.d.ts +10 -0
- package/build/dts/Forms/RadioButton/types.d.ts +12 -0
- package/build/dts/ThemeProvider/ThemeProvider.d.ts +3 -0
- package/build/dts/ThemeProvider/index.d.ts +5 -0
- package/build/dts/ThemeProvider/themes/default.d.ts +141 -0
- package/build/dts/ThemeProvider/themes/index.d.ts +350 -0
- package/build/dts/ThemeProvider/themes/light.d.ts +3 -0
- package/build/dts/ThemeProvider/themes/mailwise.d.ts +207 -0
- package/build/dts/ThemeProvider/types.d.ts +50 -0
- package/build/dts/index.d.ts +35 -0
- package/build/dts/utils/KeyPress/KeyPress.stories.d.ts +10 -0
- package/build/index.es.js +458 -538
- package/build/index.es.js.map +1 -1
- package/build/index.js +458 -536
- package/build/index.js.map +1 -1
- package/build/node_modules/lodash/_DataView.js +15 -0
- package/build/node_modules/lodash/_DataView.js.map +1 -0
- package/build/node_modules/lodash/_Hash.js +43 -0
- package/build/node_modules/lodash/_Hash.js.map +1 -0
- package/build/node_modules/lodash/_LazyWrapper.js +36 -0
- package/build/node_modules/lodash/_LazyWrapper.js.map +1 -0
- package/build/node_modules/lodash/_ListCache.js +43 -0
- package/build/node_modules/lodash/_ListCache.js.map +1 -0
- package/build/node_modules/lodash/_LodashWrapper.js +30 -0
- package/build/node_modules/lodash/_LodashWrapper.js.map +1 -0
- package/build/node_modules/lodash/_Map.js +15 -0
- package/build/node_modules/lodash/_Map.js.map +1 -0
- package/build/node_modules/lodash/_MapCache.js +43 -0
- package/build/node_modules/lodash/_MapCache.js.map +1 -0
- package/build/node_modules/lodash/_Promise.js +15 -0
- package/build/node_modules/lodash/_Promise.js.map +1 -0
- package/build/node_modules/lodash/_Set.js +15 -0
- package/build/node_modules/lodash/_Set.js.map +1 -0
- package/build/node_modules/lodash/_SetCache.js +36 -0
- package/build/node_modules/lodash/_SetCache.js.map +1 -0
- package/build/node_modules/lodash/_Stack.js +39 -0
- package/build/node_modules/lodash/_Stack.js.map +1 -0
- package/build/node_modules/lodash/_Symbol.js +13 -0
- package/build/node_modules/lodash/_Symbol.js.map +1 -0
- package/build/node_modules/lodash/_Uint8Array.js +13 -0
- package/build/node_modules/lodash/_Uint8Array.js.map +1 -0
- package/build/node_modules/lodash/_WeakMap.js +15 -0
- package/build/node_modules/lodash/_WeakMap.js.map +1 -0
- package/build/node_modules/lodash/_apply.js +27 -0
- package/build/node_modules/lodash/_apply.js.map +1 -0
- package/build/node_modules/lodash/_arrayEach.js +28 -0
- package/build/node_modules/lodash/_arrayEach.js.map +1 -0
- package/build/node_modules/lodash/_arrayFilter.js +31 -0
- package/build/node_modules/lodash/_arrayFilter.js.map +1 -0
- package/build/node_modules/lodash/_arrayIncludes.js +24 -0
- package/build/node_modules/lodash/_arrayIncludes.js.map +1 -0
- package/build/node_modules/lodash/_arrayLikeKeys.js +61 -0
- package/build/node_modules/lodash/_arrayLikeKeys.js.map +1 -0
- package/build/node_modules/lodash/_arrayMap.js +27 -0
- package/build/node_modules/lodash/_arrayMap.js.map +1 -0
- package/build/node_modules/lodash/_arrayPush.js +26 -0
- package/build/node_modules/lodash/_arrayPush.js.map +1 -0
- package/build/node_modules/lodash/_arraySome.js +29 -0
- package/build/node_modules/lodash/_arraySome.js.map +1 -0
- package/build/node_modules/lodash/_assignValue.js +36 -0
- package/build/node_modules/lodash/_assignValue.js.map +1 -0
- package/build/node_modules/lodash/_assocIndexOf.js +28 -0
- package/build/node_modules/lodash/_assocIndexOf.js.map +1 -0
- package/build/node_modules/lodash/_baseAssign.js +25 -0
- package/build/node_modules/lodash/_baseAssign.js.map +1 -0
- package/build/node_modules/lodash/_baseAssignIn.js +25 -0
- package/build/node_modules/lodash/_baseAssignIn.js.map +1 -0
- package/build/node_modules/lodash/_baseAssignValue.js +32 -0
- package/build/node_modules/lodash/_baseAssignValue.js.map +1 -0
- package/build/node_modules/lodash/_baseClone.js +194 -0
- package/build/node_modules/lodash/_baseClone.js.map +1 -0
- package/build/node_modules/lodash/_baseCreate.js +37 -0
- package/build/node_modules/lodash/_baseCreate.js.map +1 -0
- package/build/node_modules/lodash/_baseFindIndex.js +30 -0
- package/build/node_modules/lodash/_baseFindIndex.js.map +1 -0
- package/build/node_modules/lodash/_baseFlatten.js +46 -0
- package/build/node_modules/lodash/_baseFlatten.js.map +1 -0
- package/build/node_modules/lodash/_baseGet.js +40 -0
- package/build/node_modules/lodash/_baseGet.js.map +1 -0
- package/build/node_modules/lodash/_baseGetAllKeys.js +28 -0
- package/build/node_modules/lodash/_baseGetAllKeys.js.map +1 -0
- package/build/node_modules/lodash/_baseGetTag.js +37 -0
- package/build/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/build/node_modules/lodash/_baseHasIn.js +19 -0
- package/build/node_modules/lodash/_baseHasIn.js.map +1 -0
- package/build/node_modules/lodash/_baseIndexOf.js +29 -0
- package/build/node_modules/lodash/_baseIndexOf.js.map +1 -0
- package/build/node_modules/lodash/_baseIsArguments.js +26 -0
- package/build/node_modules/lodash/_baseIsArguments.js.map +1 -0
- package/build/node_modules/lodash/_baseIsEqual.js +36 -0
- package/build/node_modules/lodash/_baseIsEqual.js.map +1 -0
- package/build/node_modules/lodash/_baseIsEqualDeep.js +97 -0
- package/build/node_modules/lodash/_baseIsEqualDeep.js.map +1 -0
- package/build/node_modules/lodash/_baseIsMap.js +26 -0
- package/build/node_modules/lodash/_baseIsMap.js.map +1 -0
- package/build/node_modules/lodash/_baseIsMatch.js +70 -0
- package/build/node_modules/lodash/_baseIsMatch.js.map +1 -0
- package/build/node_modules/lodash/_baseIsNaN.js +18 -0
- package/build/node_modules/lodash/_baseIsNaN.js.map +1 -0
- package/build/node_modules/lodash/_baseIsNative.js +57 -0
- package/build/node_modules/lodash/_baseIsNative.js.map +1 -0
- package/build/node_modules/lodash/_baseIsSet.js +26 -0
- package/build/node_modules/lodash/_baseIsSet.js.map +1 -0
- package/build/node_modules/lodash/_baseIsTypedArray.js +69 -0
- package/build/node_modules/lodash/_baseIsTypedArray.js.map +1 -0
- package/build/node_modules/lodash/_baseIteratee.js +42 -0
- package/build/node_modules/lodash/_baseIteratee.js.map +1 -0
- package/build/node_modules/lodash/_baseKeys.js +38 -0
- package/build/node_modules/lodash/_baseKeys.js.map +1 -0
- package/build/node_modules/lodash/_baseKeysIn.js +42 -0
- package/build/node_modules/lodash/_baseKeysIn.js.map +1 -0
- package/build/node_modules/lodash/_baseLodash.js +16 -0
- package/build/node_modules/lodash/_baseLodash.js.map +1 -0
- package/build/node_modules/lodash/_baseMatches.js +31 -0
- package/build/node_modules/lodash/_baseMatches.js.map +1 -0
- package/build/node_modules/lodash/_baseMatchesProperty.js +46 -0
- package/build/node_modules/lodash/_baseMatchesProperty.js.map +1 -0
- package/build/node_modules/lodash/_baseProperty.js +20 -0
- package/build/node_modules/lodash/_baseProperty.js.map +1 -0
- package/build/node_modules/lodash/_basePropertyDeep.js +23 -0
- package/build/node_modules/lodash/_basePropertyDeep.js.map +1 -0
- package/build/node_modules/lodash/_baseSetData.js +25 -0
- package/build/node_modules/lodash/_baseSetData.js.map +1 -0
- package/build/node_modules/lodash/_baseSetToString.js +31 -0
- package/build/node_modules/lodash/_baseSetToString.js.map +1 -0
- package/build/node_modules/lodash/_baseTimes.js +26 -0
- package/build/node_modules/lodash/_baseTimes.js.map +1 -0
- package/build/node_modules/lodash/_baseToString.js +47 -0
- package/build/node_modules/lodash/_baseToString.js.map +1 -0
- package/build/node_modules/lodash/_baseTrim.js +26 -0
- package/build/node_modules/lodash/_baseTrim.js.map +1 -0
- package/build/node_modules/lodash/_baseUnary.js +20 -0
- package/build/node_modules/lodash/_baseUnary.js.map +1 -0
- package/build/node_modules/lodash/_cacheHas.js +19 -0
- package/build/node_modules/lodash/_cacheHas.js.map +1 -0
- package/build/node_modules/lodash/_castPath.js +39 -0
- package/build/node_modules/lodash/_castPath.js.map +1 -0
- package/build/node_modules/lodash/_cloneArrayBuffer.js +23 -0
- package/build/node_modules/lodash/_cloneArrayBuffer.js.map +1 -0
- package/build/node_modules/lodash/_cloneBuffer.js +49 -0
- package/build/node_modules/lodash/_cloneBuffer.js.map +1 -0
- package/build/node_modules/lodash/_cloneDataView.js +23 -0
- package/build/node_modules/lodash/_cloneDataView.js.map +1 -0
- package/build/node_modules/lodash/_cloneRegExp.js +23 -0
- package/build/node_modules/lodash/_cloneRegExp.js.map +1 -0
- package/build/node_modules/lodash/_cloneSymbol.js +25 -0
- package/build/node_modules/lodash/_cloneSymbol.js.map +1 -0
- package/build/node_modules/lodash/_cloneTypedArray.js +23 -0
- package/build/node_modules/lodash/_cloneTypedArray.js.map +1 -0
- package/build/node_modules/lodash/_composeArgs.js +45 -0
- package/build/node_modules/lodash/_composeArgs.js.map +1 -0
- package/build/node_modules/lodash/_composeArgsRight.js +47 -0
- package/build/node_modules/lodash/_composeArgsRight.js.map +1 -0
- package/build/node_modules/lodash/_copyArray.js +26 -0
- package/build/node_modules/lodash/_copyArray.js.map +1 -0
- package/build/node_modules/lodash/_copyObject.js +48 -0
- package/build/node_modules/lodash/_copyObject.js.map +1 -0
- package/build/node_modules/lodash/_copySymbols.js +24 -0
- package/build/node_modules/lodash/_copySymbols.js.map +1 -0
- package/build/node_modules/lodash/_copySymbolsIn.js +24 -0
- package/build/node_modules/lodash/_copySymbolsIn.js.map +1 -0
- package/build/node_modules/lodash/_coreJsData.js +13 -0
- package/build/node_modules/lodash/_coreJsData.js.map +1 -0
- package/build/node_modules/lodash/_countHolders.js +27 -0
- package/build/node_modules/lodash/_countHolders.js.map +1 -0
- package/build/node_modules/lodash/_createBind.js +36 -0
- package/build/node_modules/lodash/_createBind.js.map +1 -0
- package/build/node_modules/lodash/_createCtor.js +45 -0
- package/build/node_modules/lodash/_createCtor.js.map +1 -0
- package/build/node_modules/lodash/_createCurry.js +59 -0
- package/build/node_modules/lodash/_createCurry.js.map +1 -0
- package/build/node_modules/lodash/_createHybrid.js +107 -0
- package/build/node_modules/lodash/_createHybrid.js.map +1 -0
- package/build/node_modules/lodash/_createPartial.js +52 -0
- package/build/node_modules/lodash/_createPartial.js.map +1 -0
- package/build/node_modules/lodash/_createRecurry.js +65 -0
- package/build/node_modules/lodash/_createRecurry.js.map +1 -0
- package/build/node_modules/lodash/_createWrap.js +122 -0
- package/build/node_modules/lodash/_createWrap.js.map +1 -0
- package/build/node_modules/lodash/_defineProperty.js +18 -0
- package/build/node_modules/lodash/_defineProperty.js.map +1 -0
- package/build/node_modules/lodash/_equalArrays.js +93 -0
- package/build/node_modules/lodash/_equalArrays.js.map +1 -0
- package/build/node_modules/lodash/_equalByTag.js +124 -0
- package/build/node_modules/lodash/_equalByTag.js.map +1 -0
- package/build/node_modules/lodash/_equalObjects.js +97 -0
- package/build/node_modules/lodash/_equalObjects.js.map +1 -0
- package/build/node_modules/lodash/_flatRest.js +25 -0
- package/build/node_modules/lodash/_flatRest.js.map +1 -0
- package/build/node_modules/lodash/_freeGlobal.js +12 -0
- package/build/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/build/node_modules/lodash/_getAllKeys.js +25 -0
- package/build/node_modules/lodash/_getAllKeys.js.map +1 -0
- package/build/node_modules/lodash/_getAllKeysIn.js +26 -0
- package/build/node_modules/lodash/_getAllKeysIn.js.map +1 -0
- package/build/node_modules/lodash/_getData.js +23 -0
- package/build/node_modules/lodash/_getData.js.map +1 -0
- package/build/node_modules/lodash/_getFuncName.js +38 -0
- package/build/node_modules/lodash/_getFuncName.js.map +1 -0
- package/build/node_modules/lodash/_getHolder.js +19 -0
- package/build/node_modules/lodash/_getHolder.js.map +1 -0
- package/build/node_modules/lodash/_getMapData.js +25 -0
- package/build/node_modules/lodash/_getMapData.js.map +1 -0
- package/build/node_modules/lodash/_getMatchData.js +32 -0
- package/build/node_modules/lodash/_getMatchData.js.map +1 -0
- package/build/node_modules/lodash/_getNative.js +25 -0
- package/build/node_modules/lodash/_getNative.js.map +1 -0
- package/build/node_modules/lodash/_getPrototype.js +13 -0
- package/build/node_modules/lodash/_getPrototype.js.map +1 -0
- package/build/node_modules/lodash/_getRawTag.js +53 -0
- package/build/node_modules/lodash/_getRawTag.js.map +1 -0
- package/build/node_modules/lodash/_getSymbols.js +38 -0
- package/build/node_modules/lodash/_getSymbols.js.map +1 -0
- package/build/node_modules/lodash/_getSymbolsIn.js +35 -0
- package/build/node_modules/lodash/_getSymbolsIn.js.map +1 -0
- package/build/node_modules/lodash/_getTag.js +71 -0
- package/build/node_modules/lodash/_getTag.js.map +1 -0
- package/build/node_modules/lodash/_getValue.js +19 -0
- package/build/node_modules/lodash/_getValue.js.map +1 -0
- package/build/node_modules/lodash/_getWrapDetails.js +23 -0
- package/build/node_modules/lodash/_getWrapDetails.js.map +1 -0
- package/build/node_modules/lodash/_hasPath.js +51 -0
- package/build/node_modules/lodash/_hasPath.js.map +1 -0
- package/build/node_modules/lodash/_hashClear.js +22 -0
- package/build/node_modules/lodash/_hashClear.js.map +1 -0
- package/build/node_modules/lodash/_hashDelete.js +23 -0
- package/build/node_modules/lodash/_hashDelete.js.map +1 -0
- package/build/node_modules/lodash/_hashGet.js +37 -0
- package/build/node_modules/lodash/_hashGet.js.map +1 -0
- package/build/node_modules/lodash/_hashHas.js +30 -0
- package/build/node_modules/lodash/_hashHas.js.map +1 -0
- package/build/node_modules/lodash/_hashSet.js +30 -0
- package/build/node_modules/lodash/_hashSet.js.map +1 -0
- package/build/node_modules/lodash/_initCloneArray.js +32 -0
- package/build/node_modules/lodash/_initCloneArray.js.map +1 -0
- package/build/node_modules/lodash/_initCloneByTag.js +88 -0
- package/build/node_modules/lodash/_initCloneByTag.js.map +1 -0
- package/build/node_modules/lodash/_initCloneObject.js +27 -0
- package/build/node_modules/lodash/_initCloneObject.js.map +1 -0
- package/build/node_modules/lodash/_insertWrapDetails.js +29 -0
- package/build/node_modules/lodash/_insertWrapDetails.js.map +1 -0
- package/build/node_modules/lodash/_isFlattenable.js +29 -0
- package/build/node_modules/lodash/_isFlattenable.js.map +1 -0
- package/build/node_modules/lodash/_isIndex.js +31 -0
- package/build/node_modules/lodash/_isIndex.js.map +1 -0
- package/build/node_modules/lodash/_isKey.js +45 -0
- package/build/node_modules/lodash/_isKey.js.map +1 -0
- package/build/node_modules/lodash/_isKeyable.js +21 -0
- package/build/node_modules/lodash/_isKeyable.js.map +1 -0
- package/build/node_modules/lodash/_isLaziable.js +38 -0
- package/build/node_modules/lodash/_isLaziable.js.map +1 -0
- package/build/node_modules/lodash/_isMasked.js +27 -0
- package/build/node_modules/lodash/_isMasked.js.map +1 -0
- package/build/node_modules/lodash/_isPrototype.js +24 -0
- package/build/node_modules/lodash/_isPrototype.js.map +1 -0
- package/build/node_modules/lodash/_isStrictComparable.js +22 -0
- package/build/node_modules/lodash/_isStrictComparable.js.map +1 -0
- package/build/node_modules/lodash/_listCacheClear.js +19 -0
- package/build/node_modules/lodash/_listCacheClear.js.map +1 -0
- package/build/node_modules/lodash/_listCacheDelete.js +42 -0
- package/build/node_modules/lodash/_listCacheDelete.js.map +1 -0
- package/build/node_modules/lodash/_listCacheGet.js +26 -0
- package/build/node_modules/lodash/_listCacheGet.js.map +1 -0
- package/build/node_modules/lodash/_listCacheHas.js +23 -0
- package/build/node_modules/lodash/_listCacheHas.js.map +1 -0
- package/build/node_modules/lodash/_listCacheSet.js +33 -0
- package/build/node_modules/lodash/_listCacheSet.js.map +1 -0
- package/build/node_modules/lodash/_mapCacheClear.js +30 -0
- package/build/node_modules/lodash/_mapCacheClear.js.map +1 -0
- package/build/node_modules/lodash/_mapCacheDelete.js +25 -0
- package/build/node_modules/lodash/_mapCacheDelete.js.map +1 -0
- package/build/node_modules/lodash/_mapCacheGet.js +23 -0
- package/build/node_modules/lodash/_mapCacheGet.js.map +1 -0
- package/build/node_modules/lodash/_mapCacheHas.js +23 -0
- package/build/node_modules/lodash/_mapCacheHas.js.map +1 -0
- package/build/node_modules/lodash/_mapCacheSet.js +29 -0
- package/build/node_modules/lodash/_mapCacheSet.js.map +1 -0
- package/build/node_modules/lodash/_mapToArray.js +24 -0
- package/build/node_modules/lodash/_mapToArray.js.map +1 -0
- package/build/node_modules/lodash/_matchesStrictComparable.js +26 -0
- package/build/node_modules/lodash/_matchesStrictComparable.js.map +1 -0
- package/build/node_modules/lodash/_memoizeCapped.js +41 -0
- package/build/node_modules/lodash/_memoizeCapped.js.map +1 -0
- package/build/node_modules/lodash/_mergeData.js +99 -0
- package/build/node_modules/lodash/_mergeData.js.map +1 -0
- package/build/node_modules/lodash/_metaMap.js +13 -0
- package/build/node_modules/lodash/_metaMap.js.map +1 -0
- package/build/node_modules/lodash/_nativeCreate.js +13 -0
- package/build/node_modules/lodash/_nativeCreate.js.map +1 -0
- package/build/node_modules/lodash/_nativeKeys.js +13 -0
- package/build/node_modules/lodash/_nativeKeys.js.map +1 -0
- package/build/node_modules/lodash/_nativeKeysIn.js +26 -0
- package/build/node_modules/lodash/_nativeKeysIn.js.map +1 -0
- package/build/node_modules/lodash/_nodeUtil.js +44 -0
- package/build/node_modules/lodash/_nodeUtil.js.map +1 -0
- package/build/node_modules/lodash/_objectToString.js +28 -0
- package/build/node_modules/lodash/_objectToString.js.map +1 -0
- package/build/node_modules/lodash/_overArg.js +21 -0
- package/build/node_modules/lodash/_overArg.js.map +1 -0
- package/build/node_modules/lodash/_overRest.js +43 -0
- package/build/node_modules/lodash/_overRest.js.map +1 -0
- package/build/node_modules/lodash/_realNames.js +10 -0
- package/build/node_modules/lodash/_realNames.js.map +1 -0
- package/build/node_modules/lodash/_reorder.js +37 -0
- package/build/node_modules/lodash/_reorder.js.map +1 -0
- package/build/node_modules/lodash/_replaceHolders.js +35 -0
- package/build/node_modules/lodash/_replaceHolders.js.map +1 -0
- package/build/node_modules/lodash/_root.js +16 -0
- package/build/node_modules/lodash/_root.js.map +1 -0
- package/build/node_modules/lodash/_setCacheAdd.js +25 -0
- package/build/node_modules/lodash/_setCacheAdd.js.map +1 -0
- package/build/node_modules/lodash/_setCacheHas.js +20 -0
- package/build/node_modules/lodash/_setCacheHas.js.map +1 -0
- package/build/node_modules/lodash/_setData.js +28 -0
- package/build/node_modules/lodash/_setData.js.map +1 -0
- package/build/node_modules/lodash/_setToArray.js +24 -0
- package/build/node_modules/lodash/_setToArray.js.map +1 -0
- package/build/node_modules/lodash/_setToString.js +22 -0
- package/build/node_modules/lodash/_setToString.js.map +1 -0
- package/build/node_modules/lodash/_setWrapToString.js +31 -0
- package/build/node_modules/lodash/_setWrapToString.js.map +1 -0
- package/build/node_modules/lodash/_shortOut.js +43 -0
- package/build/node_modules/lodash/_shortOut.js.map +1 -0
- package/build/node_modules/lodash/_stackClear.js +22 -0
- package/build/node_modules/lodash/_stackClear.js.map +1 -0
- package/build/node_modules/lodash/_stackDelete.js +24 -0
- package/build/node_modules/lodash/_stackDelete.js.map +1 -0
- package/build/node_modules/lodash/_stackGet.js +20 -0
- package/build/node_modules/lodash/_stackGet.js.map +1 -0
- package/build/node_modules/lodash/_stackHas.js +20 -0
- package/build/node_modules/lodash/_stackHas.js.map +1 -0
- package/build/node_modules/lodash/_stackSet.js +43 -0
- package/build/node_modules/lodash/_stackSet.js.map +1 -0
- package/build/node_modules/lodash/_strictIndexOf.js +29 -0
- package/build/node_modules/lodash/_strictIndexOf.js.map +1 -0
- package/build/node_modules/lodash/_stringToPath.js +42 -0
- package/build/node_modules/lodash/_stringToPath.js.map +1 -0
- package/build/node_modules/lodash/_toKey.js +36 -0
- package/build/node_modules/lodash/_toKey.js.map +1 -0
- package/build/node_modules/lodash/_toSource.js +32 -0
- package/build/node_modules/lodash/_toSource.js.map +1 -0
- package/build/node_modules/lodash/_trimmedEndIndex.js +25 -0
- package/build/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
- package/build/node_modules/lodash/_updateWrapDetails.js +54 -0
- package/build/node_modules/lodash/_updateWrapDetails.js.map +1 -0
- package/build/node_modules/lodash/_wrapperClone.js +32 -0
- package/build/node_modules/lodash/_wrapperClone.js.map +1 -0
- package/build/node_modules/lodash/ary.js +36 -0
- package/build/node_modules/lodash/ary.js.map +1 -0
- package/build/node_modules/lodash/clone.js +43 -0
- package/build/node_modules/lodash/clone.js.map +1 -0
- package/build/node_modules/lodash/constant.js +32 -0
- package/build/node_modules/lodash/constant.js.map +1 -0
- package/build/node_modules/lodash/curry.js +64 -0
- package/build/node_modules/lodash/curry.js.map +1 -0
- package/build/node_modules/lodash/eq.js +43 -0
- package/build/node_modules/lodash/eq.js.map +1 -0
- package/build/node_modules/lodash/flatten.js +29 -0
- package/build/node_modules/lodash/flatten.js.map +1 -0
- package/build/node_modules/lodash/fp/_baseConvert.js +578 -0
- package/build/node_modules/lodash/fp/_baseConvert.js.map +1 -0
- package/build/node_modules/lodash/fp/_mapping.js +366 -0
- package/build/node_modules/lodash/fp/_mapping.js.map +1 -0
- package/build/node_modules/lodash/fp/_util.js +36 -0
- package/build/node_modules/lodash/fp/_util.js.map +1 -0
- package/build/node_modules/lodash/fp/convert.js +26 -0
- package/build/node_modules/lodash/fp/convert.js.map +1 -0
- package/build/node_modules/lodash/fp/getOr.js +17 -0
- package/build/node_modules/lodash/fp/getOr.js.map +1 -0
- package/build/node_modules/lodash/fp/placeholder.js +20 -0
- package/build/node_modules/lodash/fp/placeholder.js.map +1 -0
- package/build/node_modules/lodash/get.js +48 -0
- package/build/node_modules/lodash/get.js.map +1 -0
- package/build/node_modules/lodash/hasIn.js +42 -0
- package/build/node_modules/lodash/hasIn.js.map +1 -0
- package/build/node_modules/lodash/identity.js +27 -0
- package/build/node_modules/lodash/identity.js.map +1 -0
- package/build/node_modules/lodash/isArguments.js +44 -0
- package/build/node_modules/lodash/isArguments.js.map +1 -0
- package/build/node_modules/lodash/isArray.js +32 -0
- package/build/node_modules/lodash/isArray.js.map +1 -0
- package/build/node_modules/lodash/isArrayLike.js +41 -0
- package/build/node_modules/lodash/isArrayLike.js.map +1 -0
- package/build/node_modules/lodash/isBuffer.js +53 -0
- package/build/node_modules/lodash/isBuffer.js.map +1 -0
- package/build/node_modules/lodash/isError.js +45 -0
- package/build/node_modules/lodash/isError.js.map +1 -0
- package/build/node_modules/lodash/isFunction.js +45 -0
- package/build/node_modules/lodash/isFunction.js.map +1 -0
- package/build/node_modules/lodash/isLength.js +41 -0
- package/build/node_modules/lodash/isLength.js.map +1 -0
- package/build/node_modules/lodash/isMap.js +36 -0
- package/build/node_modules/lodash/isMap.js.map +1 -0
- package/build/node_modules/lodash/isObject.js +37 -0
- package/build/node_modules/lodash/isObject.js.map +1 -0
- package/build/node_modules/lodash/isObjectLike.js +35 -0
- package/build/node_modules/lodash/isObjectLike.js.map +1 -0
- package/build/node_modules/lodash/isPlainObject.js +71 -0
- package/build/node_modules/lodash/isPlainObject.js.map +1 -0
- package/build/node_modules/lodash/isSet.js +36 -0
- package/build/node_modules/lodash/isSet.js.map +1 -0
- package/build/node_modules/lodash/isSymbol.js +45 -0
- package/build/node_modules/lodash/isSymbol.js.map +1 -0
- package/build/node_modules/lodash/isTypedArray.js +36 -0
- package/build/node_modules/lodash/isTypedArray.js.map +1 -0
- package/build/node_modules/lodash/isWeakMap.js +36 -0
- package/build/node_modules/lodash/isWeakMap.js.map +1 -0
- package/build/node_modules/lodash/iteratee.js +61 -0
- package/build/node_modules/lodash/iteratee.js.map +1 -0
- package/build/node_modules/lodash/keys.js +46 -0
- package/build/node_modules/lodash/keys.js.map +1 -0
- package/build/node_modules/lodash/keysIn.js +41 -0
- package/build/node_modules/lodash/keysIn.js.map +1 -0
- package/build/node_modules/lodash/memoize.js +88 -0
- package/build/node_modules/lodash/memoize.js.map +1 -0
- package/build/node_modules/lodash/noop.js +23 -0
- package/build/node_modules/lodash/noop.js.map +1 -0
- package/build/node_modules/lodash/property.js +42 -0
- package/build/node_modules/lodash/property.js.map +1 -0
- package/build/node_modules/lodash/rearg.js +41 -0
- package/build/node_modules/lodash/rearg.js.map +1 -0
- package/build/node_modules/lodash/stubArray.js +29 -0
- package/build/node_modules/lodash/stubArray.js.map +1 -0
- package/build/node_modules/lodash/stubFalse.js +24 -0
- package/build/node_modules/lodash/stubFalse.js.map +1 -0
- package/build/node_modules/lodash/toFinite.js +49 -0
- package/build/node_modules/lodash/toFinite.js.map +1 -0
- package/build/node_modules/lodash/toInteger.js +43 -0
- package/build/node_modules/lodash/toInteger.js.map +1 -0
- package/build/node_modules/lodash/toNumber.js +73 -0
- package/build/node_modules/lodash/toNumber.js.map +1 -0
- package/build/node_modules/lodash/toPath.js +46 -0
- package/build/node_modules/lodash/toPath.js.map +1 -0
- package/build/node_modules/lodash/toString.js +35 -0
- package/build/node_modules/lodash/toString.js.map +1 -0
- package/build/node_modules/lodash/wrapperLodash.js +159 -0
- package/build/node_modules/lodash/wrapperLodash.js.map +1 -0
- package/build/node_modules/tslib/tslib.es6.js +94 -0
- package/build/node_modules/tslib/tslib.es6.js.map +1 -0
- package/build/packages/ui/Blocks/CornerDialog/CornerDialog.js +25 -0
- package/build/packages/ui/Blocks/CornerDialog/CornerDialog.js.map +1 -0
- package/build/packages/ui/Blocks/CornerDialog/styles.js +33 -0
- package/build/packages/ui/Blocks/CornerDialog/styles.js.map +1 -0
- package/build/packages/ui/Blocks/CornerDialog/utils.js +18 -0
- package/build/packages/ui/Blocks/CornerDialog/utils.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/ImageList.js +27 -0
- package/build/packages/ui/Blocks/ImageList/ImageList.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/components/AddPhoto/index.js +34 -0
- package/build/packages/ui/Blocks/ImageList/components/AddPhoto/index.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/components/AddPhoto/styles.js +16 -0
- package/build/packages/ui/Blocks/ImageList/components/AddPhoto/styles.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/components/CloseButton/index.js +14 -0
- package/build/packages/ui/Blocks/ImageList/components/CloseButton/index.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/components/CloseButton/styles.js +14 -0
- package/build/packages/ui/Blocks/ImageList/components/CloseButton/styles.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/components/ImageElement/index.js +17 -0
- package/build/packages/ui/Blocks/ImageList/components/ImageElement/index.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/components/ImageElement/styles.js +15 -0
- package/build/packages/ui/Blocks/ImageList/components/ImageElement/styles.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/components/ImageTag/index.js +15 -0
- package/build/packages/ui/Blocks/ImageList/components/ImageTag/index.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/components/ImageTag/styles.js +14 -0
- package/build/packages/ui/Blocks/ImageList/components/ImageTag/styles.js.map +1 -0
- package/build/packages/ui/Blocks/ImageList/styles.js +14 -0
- package/build/packages/ui/Blocks/ImageList/styles.js.map +1 -0
- package/build/packages/ui/Blocks/LightBox/LightBox.js +22 -0
- package/build/packages/ui/Blocks/LightBox/LightBox.js.map +1 -0
- package/build/packages/ui/Blocks/LightBox/hooks/useLightBox.js +24 -0
- package/build/packages/ui/Blocks/LightBox/hooks/useLightBox.js.map +1 -0
- package/build/packages/ui/Blocks/LightBox/styles.js +18 -0
- package/build/packages/ui/Blocks/LightBox/styles.js.map +1 -0
- package/build/packages/ui/Blocks/Modal/Modal.js +42 -0
- package/build/packages/ui/Blocks/Modal/Modal.js.map +1 -0
- package/build/packages/ui/Blocks/Modal/hooks/useClickOutside.js +36 -0
- package/build/packages/ui/Blocks/Modal/hooks/useClickOutside.js.map +1 -0
- package/build/packages/ui/Blocks/Modal/hooks/useModal.js +21 -0
- package/build/packages/ui/Blocks/Modal/hooks/useModal.js.map +1 -0
- package/build/packages/ui/Blocks/Modal/styles.js +60 -0
- package/build/packages/ui/Blocks/Modal/styles.js.map +1 -0
- package/build/packages/ui/Blocks/Modal/utils.js +17 -0
- package/build/packages/ui/Blocks/Modal/utils.js.map +1 -0
- package/build/packages/ui/Blocks/Tabs/Tabs.js +26 -0
- package/build/packages/ui/Blocks/Tabs/Tabs.js.map +1 -0
- package/build/packages/ui/Blocks/Tabs/hooks/useTabs.js +16 -0
- package/build/packages/ui/Blocks/Tabs/hooks/useTabs.js.map +1 -0
- package/build/packages/ui/Blocks/Tabs/styles.js +26 -0
- package/build/packages/ui/Blocks/Tabs/styles.js.map +1 -0
- package/build/packages/ui/Elements/Alert/Alert.js +37 -0
- package/build/packages/ui/Elements/Alert/Alert.js.map +1 -0
- package/build/packages/ui/Elements/Alert/styles.js +47 -0
- package/build/packages/ui/Elements/Alert/styles.js.map +1 -0
- package/build/packages/ui/Elements/Avatar/Avatar.js +21 -0
- package/build/packages/ui/Elements/Avatar/Avatar.js.map +1 -0
- package/build/packages/ui/Elements/Badge/Badge.js +45 -0
- package/build/packages/ui/Elements/Badge/Badge.js.map +1 -0
- package/build/packages/ui/Elements/BorderedBox/BorderedBox.js +19 -0
- package/build/packages/ui/Elements/BorderedBox/BorderedBox.js.map +1 -0
- package/build/packages/ui/Elements/Button/Button.js +14 -0
- package/build/packages/ui/Elements/Button/Button.js.map +1 -0
- package/build/packages/ui/Elements/Button/styles.js +58 -0
- package/build/packages/ui/Elements/Button/styles.js.map +1 -0
- package/build/packages/ui/Elements/Card/Card.js +26 -0
- package/build/packages/ui/Elements/Card/Card.js.map +1 -0
- package/build/packages/ui/Elements/Card/styles.js +44 -0
- package/build/packages/ui/Elements/Card/styles.js.map +1 -0
- package/build/packages/ui/Elements/Dropdown/Dropdown.js +33 -0
- package/build/packages/ui/Elements/Dropdown/Dropdown.js.map +1 -0
- package/build/packages/ui/Elements/ErrorMessage/ErrorMessage.js +22 -0
- package/build/packages/ui/Elements/ErrorMessage/ErrorMessage.js.map +1 -0
- package/build/packages/ui/Elements/Icon/Icon.js +254 -0
- package/build/packages/ui/Elements/Icon/Icon.js.map +1 -0
- package/build/packages/ui/Elements/Icon/icons/FlagCZ.js +9 -0
- package/build/packages/ui/Elements/Icon/icons/FlagCZ.js.map +1 -0
- package/build/packages/ui/Elements/Icon/icons/FlagUSA.js +9 -0
- package/build/packages/ui/Elements/Icon/icons/FlagUSA.js.map +1 -0
- package/build/packages/ui/Elements/Image/Image.js +21 -0
- package/build/packages/ui/Elements/Image/Image.js.map +1 -0
- package/build/packages/ui/Elements/Label/Label.js +24 -0
- package/build/packages/ui/Elements/Label/Label.js.map +1 -0
- package/build/packages/ui/Elements/Line/Line.js +31 -0
- package/build/packages/ui/Elements/Line/Line.js.map +1 -0
- package/build/packages/ui/Elements/Link/Link.js +51 -0
- package/build/packages/ui/Elements/Link/Link.js.map +1 -0
- package/build/packages/ui/Elements/Logo/Logo.js +68 -0
- package/build/packages/ui/Elements/Logo/Logo.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailship/logo_black.png.js +6 -0
- package/build/packages/ui/Elements/Logo/assets/mailship/logo_black.png.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailship/logo_m.png.js +6 -0
- package/build/packages/ui/Elements/Logo/assets/mailship/logo_m.png.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailship/logo_white.png.js +6 -0
- package/build/packages/ui/Elements/Logo/assets/mailship/logo_white.png.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailship/mailship-logo.svg.js +8 -0
- package/build/packages/ui/Elements/Logo/assets/mailship/mailship-logo.svg.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailstep/mailstep_black.svg.js +8 -0
- package/build/packages/ui/Elements/Logo/assets/mailstep/mailstep_black.svg.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailstep/mailstep_white.svg.js +8 -0
- package/build/packages/ui/Elements/Logo/assets/mailstep/mailstep_white.svg.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailstock/mailstock.svg.js +8 -0
- package/build/packages/ui/Elements/Logo/assets/mailstock/mailstock.svg.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailwise/mailwiseLogo.svg.js +8 -0
- package/build/packages/ui/Elements/Logo/assets/mailwise/mailwiseLogo.svg.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailwise/mailwiseLogoSmall.svg.js +8 -0
- package/build/packages/ui/Elements/Logo/assets/mailwise/mailwiseLogoSmall.svg.js.map +1 -0
- package/build/packages/ui/Elements/Logo/assets/mailwrap/mailwrapLogo.svg.js +8 -0
- package/build/packages/ui/Elements/Logo/assets/mailwrap/mailwrapLogo.svg.js.map +1 -0
- package/build/packages/ui/Elements/Pagination/Pagination.js +40 -0
- package/build/packages/ui/Elements/Pagination/Pagination.js.map +1 -0
- package/build/packages/ui/Elements/Pagination/styled.js +38 -0
- package/build/packages/ui/Elements/Pagination/styled.js.map +1 -0
- package/build/packages/ui/Elements/Paragraph/Paragraph.js +8 -0
- package/build/packages/ui/Elements/Paragraph/Paragraph.js.map +1 -0
- package/build/packages/ui/Elements/Portal/index.js +23 -0
- package/build/packages/ui/Elements/Portal/index.js.map +1 -0
- package/build/packages/ui/Elements/ProgressBar/ProgressBar.js +14 -0
- package/build/packages/ui/Elements/ProgressBar/ProgressBar.js.map +1 -0
- package/build/packages/ui/Elements/ProgressBar/styles.js +28 -0
- package/build/packages/ui/Elements/ProgressBar/styles.js.map +1 -0
- package/build/packages/ui/Elements/SimpleLink/SimpleLink.js +23 -0
- package/build/packages/ui/Elements/SimpleLink/SimpleLink.js.map +1 -0
- package/build/packages/ui/Elements/SpaceAround/SpaceAround.js +37 -0
- package/build/packages/ui/Elements/SpaceAround/SpaceAround.js.map +1 -0
- package/build/packages/ui/Elements/Spinner/Spinner.js +27 -0
- package/build/packages/ui/Elements/Spinner/Spinner.js.map +1 -0
- package/build/packages/ui/Elements/Spinner/styles.js +28 -0
- package/build/packages/ui/Elements/Spinner/styles.js.map +1 -0
- package/build/packages/ui/Elements/Tag/Tag.js +68 -0
- package/build/packages/ui/Elements/Tag/Tag.js.map +1 -0
- package/build/packages/ui/Elements/Tag/palletes.js +15 -0
- package/build/packages/ui/Elements/Tag/palletes.js.map +1 -0
- package/build/packages/ui/Elements/Text/Text.js +10 -0
- package/build/packages/ui/Elements/Text/Text.js.map +1 -0
- package/build/packages/ui/Elements/Toast/Toast.js +29 -0
- package/build/packages/ui/Elements/Toast/Toast.js.map +1 -0
- package/build/packages/ui/Elements/Toggle/Toggle.js +36 -0
- package/build/packages/ui/Elements/Toggle/Toggle.js.map +1 -0
- package/build/packages/ui/Elements/Typography/Typography.js +49 -0
- package/build/packages/ui/Elements/Typography/Typography.js.map +1 -0
- package/build/packages/ui/Forms/Checkbox/Checkbox.js +17 -0
- package/build/packages/ui/Forms/Checkbox/Checkbox.js.map +1 -0
- package/build/packages/ui/Forms/Checkbox/styles.js +37 -0
- package/build/packages/ui/Forms/Checkbox/styles.js.map +1 -0
- package/build/packages/ui/Forms/Input/Input.js +45 -0
- package/build/packages/ui/Forms/Input/Input.js.map +1 -0
- package/build/packages/ui/Forms/Input/styles.js +71 -0
- package/build/packages/ui/Forms/Input/styles.js.map +1 -0
- package/build/packages/ui/Forms/RadioButton/RadioButton.js +13 -0
- package/build/packages/ui/Forms/RadioButton/RadioButton.js.map +1 -0
- package/build/packages/ui/Forms/RadioButton/styles.js +27 -0
- package/build/packages/ui/Forms/RadioButton/styles.js.map +1 -0
- package/build/packages/ui/ThemeProvider/ThemeProvider.js +13 -0
- package/build/packages/ui/ThemeProvider/ThemeProvider.js.map +1 -0
- package/build/packages/ui/ThemeProvider/themes/default.js +147 -0
- package/build/packages/ui/ThemeProvider/themes/default.js.map +1 -0
- package/build/packages/ui/ThemeProvider/themes/index.js +14 -0
- package/build/packages/ui/ThemeProvider/themes/index.js.map +1 -0
- package/build/packages/ui/ThemeProvider/themes/light.js +11 -0
- package/build/packages/ui/ThemeProvider/themes/light.js.map +1 -0
- package/build/packages/ui/ThemeProvider/themes/mailwise.js +218 -0
- package/build/packages/ui/ThemeProvider/themes/mailwise.js.map +1 -0
- package/build/packages/ui/index.js +110 -0
- package/build/packages/ui/index.js.map +1 -0
- package/build/packages/ui/utils/CreateRgba/createRgba.js +26 -0
- package/build/packages/ui/utils/CreateRgba/createRgba.js.map +1 -0
- package/build/packages/ui/utils/KeyPress/KeyPress.js +22 -0
- package/build/packages/ui/utils/KeyPress/KeyPress.js.map +1 -0
- package/build/packages/ui/utils/KeyPress/index.js +8 -0
- package/build/packages/ui/utils/KeyPress/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var toFinite$1 = require('./toFinite.js');
|
|
4
|
+
|
|
5
|
+
var toFinite = toFinite$1.toFinite_1;
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Converts `value` to an integer.
|
|
9
|
+
*
|
|
10
|
+
* **Note:** This method is loosely based on
|
|
11
|
+
* [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).
|
|
12
|
+
*
|
|
13
|
+
* @static
|
|
14
|
+
* @memberOf _
|
|
15
|
+
* @since 4.0.0
|
|
16
|
+
* @category Lang
|
|
17
|
+
* @param {*} value The value to convert.
|
|
18
|
+
* @returns {number} Returns the converted integer.
|
|
19
|
+
* @example
|
|
20
|
+
*
|
|
21
|
+
* _.toInteger(3.2);
|
|
22
|
+
* // => 3
|
|
23
|
+
*
|
|
24
|
+
* _.toInteger(Number.MIN_VALUE);
|
|
25
|
+
* // => 0
|
|
26
|
+
*
|
|
27
|
+
* _.toInteger(Infinity);
|
|
28
|
+
* // => 1.7976931348623157e+308
|
|
29
|
+
*
|
|
30
|
+
* _.toInteger('3.2');
|
|
31
|
+
* // => 3
|
|
32
|
+
*/
|
|
33
|
+
function toInteger(value) {
|
|
34
|
+
var result = toFinite(value),
|
|
35
|
+
remainder = result % 1;
|
|
36
|
+
|
|
37
|
+
return result === result ? (remainder ? result - remainder : result) : 0;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
var toInteger_1 = toInteger;
|
|
41
|
+
|
|
42
|
+
exports.toInteger_1 = toInteger_1;
|
|
43
|
+
//# sourceMappingURL=toInteger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toInteger.js","sources":["../../../node_modules/lodash/toInteger.js"],"sourcesContent":["var toFinite = require('./toFinite');\n\n/**\n * Converts `value` to an integer.\n *\n * **Note:** This method is loosely based on\n * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted integer.\n * @example\n *\n * _.toInteger(3.2);\n * // => 3\n *\n * _.toInteger(Number.MIN_VALUE);\n * // => 0\n *\n * _.toInteger(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toInteger('3.2');\n * // => 3\n */\nfunction toInteger(value) {\n var result = toFinite(value),\n remainder = result % 1;\n\n return result === result ? (remainder ? result - remainder : result) : 0;\n}\n\nmodule.exports = toInteger;\n"],"names":["require$$0"],"mappings":";;;;AAAA,IAAI,QAAQ,GAAGA,qBAAqB,CAAC;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,SAAS,CAAC,KAAK,EAAE;AAC1B,EAAE,IAAI,MAAM,GAAG,QAAQ,CAAC,KAAK,CAAC;AAC9B,MAAM,SAAS,GAAG,MAAM,GAAG,CAAC,CAAC;AAC7B;AACA,EAAE,OAAO,MAAM,KAAK,MAAM,IAAI,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,IAAI,CAAC,CAAC;AAC3E,CAAC;AACD;AACA,IAAA,WAAc,GAAG;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var _baseTrim = require('./_baseTrim.js');
|
|
4
|
+
var isObject$1 = require('./isObject.js');
|
|
5
|
+
var isSymbol$1 = require('./isSymbol.js');
|
|
6
|
+
|
|
7
|
+
var baseTrim = _baseTrim._baseTrim,
|
|
8
|
+
isObject = isObject$1.isObject_1,
|
|
9
|
+
isSymbol = isSymbol$1.__require();
|
|
10
|
+
|
|
11
|
+
/** Used as references for various `Number` constants. */
|
|
12
|
+
var NAN = 0 / 0;
|
|
13
|
+
|
|
14
|
+
/** Used to detect bad signed hexadecimal string values. */
|
|
15
|
+
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
16
|
+
|
|
17
|
+
/** Used to detect binary string values. */
|
|
18
|
+
var reIsBinary = /^0b[01]+$/i;
|
|
19
|
+
|
|
20
|
+
/** Used to detect octal string values. */
|
|
21
|
+
var reIsOctal = /^0o[0-7]+$/i;
|
|
22
|
+
|
|
23
|
+
/** Built-in method references without a dependency on `root`. */
|
|
24
|
+
var freeParseInt = parseInt;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Converts `value` to a number.
|
|
28
|
+
*
|
|
29
|
+
* @static
|
|
30
|
+
* @memberOf _
|
|
31
|
+
* @since 4.0.0
|
|
32
|
+
* @category Lang
|
|
33
|
+
* @param {*} value The value to process.
|
|
34
|
+
* @returns {number} Returns the number.
|
|
35
|
+
* @example
|
|
36
|
+
*
|
|
37
|
+
* _.toNumber(3.2);
|
|
38
|
+
* // => 3.2
|
|
39
|
+
*
|
|
40
|
+
* _.toNumber(Number.MIN_VALUE);
|
|
41
|
+
* // => 5e-324
|
|
42
|
+
*
|
|
43
|
+
* _.toNumber(Infinity);
|
|
44
|
+
* // => Infinity
|
|
45
|
+
*
|
|
46
|
+
* _.toNumber('3.2');
|
|
47
|
+
* // => 3.2
|
|
48
|
+
*/
|
|
49
|
+
function toNumber(value) {
|
|
50
|
+
if (typeof value == 'number') {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
if (isSymbol(value)) {
|
|
54
|
+
return NAN;
|
|
55
|
+
}
|
|
56
|
+
if (isObject(value)) {
|
|
57
|
+
var other = typeof value.valueOf == 'function' ? value.valueOf() : value;
|
|
58
|
+
value = isObject(other) ? (other + '') : other;
|
|
59
|
+
}
|
|
60
|
+
if (typeof value != 'string') {
|
|
61
|
+
return value === 0 ? value : +value;
|
|
62
|
+
}
|
|
63
|
+
value = baseTrim(value);
|
|
64
|
+
var isBinary = reIsBinary.test(value);
|
|
65
|
+
return (isBinary || reIsOctal.test(value))
|
|
66
|
+
? freeParseInt(value.slice(2), isBinary ? 2 : 8)
|
|
67
|
+
: (reIsBadHex.test(value) ? NAN : +value);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
var toNumber_1 = toNumber;
|
|
71
|
+
|
|
72
|
+
exports.toNumber_1 = toNumber_1;
|
|
73
|
+
//# sourceMappingURL=toNumber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toNumber.js","sources":["../../../node_modules/lodash/toNumber.js"],"sourcesContent":["var baseTrim = require('./_baseTrim'),\n isObject = require('./isObject'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n if (typeof value == 'number') {\n return value;\n }\n if (isSymbol(value)) {\n return NAN;\n }\n if (isObject(value)) {\n var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n value = isObject(other) ? (other + '') : other;\n }\n if (typeof value != 'string') {\n return value === 0 ? value : +value;\n }\n value = baseTrim(value);\n var isBinary = reIsBinary.test(value);\n return (isBinary || reIsOctal.test(value))\n ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n"],"names":["require$$0","require$$1","require$$2"],"mappings":";;;;;;AAAA,IAAI,QAAQ,GAAGA,mBAAsB;AACrC,IAAI,QAAQ,GAAGC,qBAAqB;AACpC,IAAI,QAAQ,GAAGC,oBAAA,EAAqB,CAAC;AACrC;AACA;AACA,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;AAChB;AACA;AACA,IAAI,UAAU,GAAG,oBAAoB,CAAC;AACtC;AACA;AACA,IAAI,UAAU,GAAG,YAAY,CAAC;AAC9B;AACA;AACA,IAAI,SAAS,GAAG,aAAa,CAAC;AAC9B;AACA;AACA,IAAI,YAAY,GAAG,QAAQ,CAAC;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,QAAQ,CAAC,KAAK,EAAE;AACzB,EAAE,IAAI,OAAO,KAAK,IAAI,QAAQ,EAAE;AAChC,IAAI,OAAO,KAAK,CAAC;AACjB,GAAG;AACH,EAAE,IAAI,QAAQ,CAAC,KAAK,CAAC,EAAE;AACvB,IAAI,OAAO,GAAG,CAAC;AACf,GAAG;AACH,EAAE,IAAI,QAAQ,CAAC,KAAK,CAAC,EAAE;AACvB,IAAI,IAAI,KAAK,GAAG,OAAO,KAAK,CAAC,OAAO,IAAI,UAAU,GAAG,KAAK,CAAC,OAAO,EAAE,GAAG,KAAK,CAAC;AAC7E,IAAI,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,IAAI,KAAK,GAAG,EAAE,IAAI,KAAK,CAAC;AACnD,GAAG;AACH,EAAE,IAAI,OAAO,KAAK,IAAI,QAAQ,EAAE;AAChC,IAAI,OAAO,KAAK,KAAK,CAAC,GAAG,KAAK,GAAG,CAAC,KAAK,CAAC;AACxC,GAAG;AACH,EAAE,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;AAC1B,EAAE,IAAI,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AACxC,EAAE,OAAO,CAAC,QAAQ,IAAI,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC;AAC3C,MAAM,YAAY,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,QAAQ,GAAG,CAAC,GAAG,CAAC,CAAC;AACpD,OAAO,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,CAAC;AAC9C,CAAC;AACD;AACA,IAAA,UAAc,GAAG;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var _arrayMap = require('./_arrayMap.js');
|
|
4
|
+
var _copyArray = require('./_copyArray.js');
|
|
5
|
+
var isArray$1 = require('./isArray.js');
|
|
6
|
+
var isSymbol$1 = require('./isSymbol.js');
|
|
7
|
+
var _stringToPath = require('./_stringToPath.js');
|
|
8
|
+
var _toKey = require('./_toKey.js');
|
|
9
|
+
var toString$1 = require('./toString.js');
|
|
10
|
+
|
|
11
|
+
var arrayMap = _arrayMap._arrayMap,
|
|
12
|
+
copyArray = _copyArray._copyArray,
|
|
13
|
+
isArray = isArray$1.isArray_1,
|
|
14
|
+
isSymbol = isSymbol$1.__require(),
|
|
15
|
+
stringToPath = _stringToPath.__require(),
|
|
16
|
+
toKey = _toKey.__require(),
|
|
17
|
+
toString = toString$1.toString_1;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Converts `value` to a property path array.
|
|
21
|
+
*
|
|
22
|
+
* @static
|
|
23
|
+
* @memberOf _
|
|
24
|
+
* @since 4.0.0
|
|
25
|
+
* @category Util
|
|
26
|
+
* @param {*} value The value to convert.
|
|
27
|
+
* @returns {Array} Returns the new property path array.
|
|
28
|
+
* @example
|
|
29
|
+
*
|
|
30
|
+
* _.toPath('a.b.c');
|
|
31
|
+
* // => ['a', 'b', 'c']
|
|
32
|
+
*
|
|
33
|
+
* _.toPath('a[0].b.c');
|
|
34
|
+
* // => ['a', '0', 'b', 'c']
|
|
35
|
+
*/
|
|
36
|
+
function toPath(value) {
|
|
37
|
+
if (isArray(value)) {
|
|
38
|
+
return arrayMap(value, toKey);
|
|
39
|
+
}
|
|
40
|
+
return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
var toPath_1 = toPath;
|
|
44
|
+
|
|
45
|
+
exports.toPath_1 = toPath_1;
|
|
46
|
+
//# sourceMappingURL=toPath.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toPath.js","sources":["../../../node_modules/lodash/toPath.js"],"sourcesContent":["var arrayMap = require('./_arrayMap'),\n copyArray = require('./_copyArray'),\n isArray = require('./isArray'),\n isSymbol = require('./isSymbol'),\n stringToPath = require('./_stringToPath'),\n toKey = require('./_toKey'),\n toString = require('./toString');\n\n/**\n * Converts `value` to a property path array.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Util\n * @param {*} value The value to convert.\n * @returns {Array} Returns the new property path array.\n * @example\n *\n * _.toPath('a.b.c');\n * // => ['a', 'b', 'c']\n *\n * _.toPath('a[0].b.c');\n * // => ['a', '0', 'b', 'c']\n */\nfunction toPath(value) {\n if (isArray(value)) {\n return arrayMap(value, toKey);\n }\n return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));\n}\n\nmodule.exports = toPath;\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4","require$$5","require$$6"],"mappings":";;;;;;;;;;AAAA,IAAI,QAAQ,GAAGA,mBAAsB;AACrC,IAAI,SAAS,GAAGC,qBAAuB;AACvC,IAAI,OAAO,GAAGC,mBAAoB;AAClC,IAAI,QAAQ,GAAGC,oBAAqB,EAAA;AACpC,IAAI,YAAY,GAAGC,uBAA0B,EAAA;AAC7C,IAAI,KAAK,GAAGC,gBAAmB,EAAA;AAC/B,IAAI,QAAQ,GAAGC,qBAAqB,CAAC;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,MAAM,CAAC,KAAK,EAAE;AACvB,EAAE,IAAI,OAAO,CAAC,KAAK,CAAC,EAAE;AACtB,IAAI,OAAO,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;AAClC,GAAG;AACH,EAAE,OAAO,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AAC9E,CAAC;AACD;AACA,IAAA,QAAc,GAAG;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var _baseToString = require('./_baseToString.js');
|
|
4
|
+
|
|
5
|
+
var baseToString = _baseToString._baseToString;
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Converts `value` to a string. An empty string is returned for `null`
|
|
9
|
+
* and `undefined` values. The sign of `-0` is preserved.
|
|
10
|
+
*
|
|
11
|
+
* @static
|
|
12
|
+
* @memberOf _
|
|
13
|
+
* @since 4.0.0
|
|
14
|
+
* @category Lang
|
|
15
|
+
* @param {*} value The value to convert.
|
|
16
|
+
* @returns {string} Returns the converted string.
|
|
17
|
+
* @example
|
|
18
|
+
*
|
|
19
|
+
* _.toString(null);
|
|
20
|
+
* // => ''
|
|
21
|
+
*
|
|
22
|
+
* _.toString(-0);
|
|
23
|
+
* // => '-0'
|
|
24
|
+
*
|
|
25
|
+
* _.toString([1, 2, 3]);
|
|
26
|
+
* // => '1,2,3'
|
|
27
|
+
*/
|
|
28
|
+
function toString(value) {
|
|
29
|
+
return value == null ? '' : baseToString(value);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
var toString_1 = toString;
|
|
33
|
+
|
|
34
|
+
exports.toString_1 = toString_1;
|
|
35
|
+
//# sourceMappingURL=toString.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toString.js","sources":["../../../node_modules/lodash/toString.js"],"sourcesContent":["var baseToString = require('./_baseToString');\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\nmodule.exports = toString;\n"],"names":["require$$0"],"mappings":";;;;AAAA,IAAI,YAAY,GAAGA,2BAA0B,CAAC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,QAAQ,CAAC,KAAK,EAAE;AACzB,EAAE,OAAO,KAAK,IAAI,IAAI,GAAG,EAAE,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;AAClD,CAAC;AACD;AACA,IAAA,UAAc,GAAG;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var _LazyWrapper = require('./_LazyWrapper.js');
|
|
4
|
+
var _LodashWrapper = require('./_LodashWrapper.js');
|
|
5
|
+
var _baseLodash = require('./_baseLodash.js');
|
|
6
|
+
var isArray$1 = require('./isArray.js');
|
|
7
|
+
var isObjectLike$1 = require('./isObjectLike.js');
|
|
8
|
+
var _wrapperClone = require('./_wrapperClone.js');
|
|
9
|
+
|
|
10
|
+
var LazyWrapper = _LazyWrapper._LazyWrapper,
|
|
11
|
+
LodashWrapper = _LodashWrapper._LodashWrapper,
|
|
12
|
+
baseLodash = _baseLodash._baseLodash,
|
|
13
|
+
isArray = isArray$1.isArray_1,
|
|
14
|
+
isObjectLike = isObjectLike$1.isObjectLike_1,
|
|
15
|
+
wrapperClone = _wrapperClone._wrapperClone;
|
|
16
|
+
|
|
17
|
+
/** Used for built-in method references. */
|
|
18
|
+
var objectProto = Object.prototype;
|
|
19
|
+
|
|
20
|
+
/** Used to check objects for own properties. */
|
|
21
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Creates a `lodash` object which wraps `value` to enable implicit method
|
|
25
|
+
* chain sequences. Methods that operate on and return arrays, collections,
|
|
26
|
+
* and functions can be chained together. Methods that retrieve a single value
|
|
27
|
+
* or may return a primitive value will automatically end the chain sequence
|
|
28
|
+
* and return the unwrapped value. Otherwise, the value must be unwrapped
|
|
29
|
+
* with `_#value`.
|
|
30
|
+
*
|
|
31
|
+
* Explicit chain sequences, which must be unwrapped with `_#value`, may be
|
|
32
|
+
* enabled using `_.chain`.
|
|
33
|
+
*
|
|
34
|
+
* The execution of chained methods is lazy, that is, it's deferred until
|
|
35
|
+
* `_#value` is implicitly or explicitly called.
|
|
36
|
+
*
|
|
37
|
+
* Lazy evaluation allows several methods to support shortcut fusion.
|
|
38
|
+
* Shortcut fusion is an optimization to merge iteratee calls; this avoids
|
|
39
|
+
* the creation of intermediate arrays and can greatly reduce the number of
|
|
40
|
+
* iteratee executions. Sections of a chain sequence qualify for shortcut
|
|
41
|
+
* fusion if the section is applied to an array and iteratees accept only
|
|
42
|
+
* one argument. The heuristic for whether a section qualifies for shortcut
|
|
43
|
+
* fusion is subject to change.
|
|
44
|
+
*
|
|
45
|
+
* Chaining is supported in custom builds as long as the `_#value` method is
|
|
46
|
+
* directly or indirectly included in the build.
|
|
47
|
+
*
|
|
48
|
+
* In addition to lodash methods, wrappers have `Array` and `String` methods.
|
|
49
|
+
*
|
|
50
|
+
* The wrapper `Array` methods are:
|
|
51
|
+
* `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`
|
|
52
|
+
*
|
|
53
|
+
* The wrapper `String` methods are:
|
|
54
|
+
* `replace` and `split`
|
|
55
|
+
*
|
|
56
|
+
* The wrapper methods that support shortcut fusion are:
|
|
57
|
+
* `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,
|
|
58
|
+
* `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,
|
|
59
|
+
* `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`
|
|
60
|
+
*
|
|
61
|
+
* The chainable wrapper methods are:
|
|
62
|
+
* `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,
|
|
63
|
+
* `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,
|
|
64
|
+
* `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,
|
|
65
|
+
* `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,
|
|
66
|
+
* `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,
|
|
67
|
+
* `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,
|
|
68
|
+
* `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,
|
|
69
|
+
* `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,
|
|
70
|
+
* `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,
|
|
71
|
+
* `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,
|
|
72
|
+
* `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,
|
|
73
|
+
* `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,
|
|
74
|
+
* `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,
|
|
75
|
+
* `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,
|
|
76
|
+
* `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,
|
|
77
|
+
* `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,
|
|
78
|
+
* `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,
|
|
79
|
+
* `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,
|
|
80
|
+
* `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,
|
|
81
|
+
* `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,
|
|
82
|
+
* `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,
|
|
83
|
+
* `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,
|
|
84
|
+
* `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,
|
|
85
|
+
* `zipObject`, `zipObjectDeep`, and `zipWith`
|
|
86
|
+
*
|
|
87
|
+
* The wrapper methods that are **not** chainable by default are:
|
|
88
|
+
* `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,
|
|
89
|
+
* `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,
|
|
90
|
+
* `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,
|
|
91
|
+
* `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,
|
|
92
|
+
* `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,
|
|
93
|
+
* `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,
|
|
94
|
+
* `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,
|
|
95
|
+
* `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,
|
|
96
|
+
* `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,
|
|
97
|
+
* `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,
|
|
98
|
+
* `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,
|
|
99
|
+
* `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,
|
|
100
|
+
* `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,
|
|
101
|
+
* `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,
|
|
102
|
+
* `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,
|
|
103
|
+
* `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,
|
|
104
|
+
* `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,
|
|
105
|
+
* `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,
|
|
106
|
+
* `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,
|
|
107
|
+
* `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,
|
|
108
|
+
* `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,
|
|
109
|
+
* `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,
|
|
110
|
+
* `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,
|
|
111
|
+
* `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,
|
|
112
|
+
* `upperFirst`, `value`, and `words`
|
|
113
|
+
*
|
|
114
|
+
* @name _
|
|
115
|
+
* @constructor
|
|
116
|
+
* @category Seq
|
|
117
|
+
* @param {*} value The value to wrap in a `lodash` instance.
|
|
118
|
+
* @returns {Object} Returns the new `lodash` wrapper instance.
|
|
119
|
+
* @example
|
|
120
|
+
*
|
|
121
|
+
* function square(n) {
|
|
122
|
+
* return n * n;
|
|
123
|
+
* }
|
|
124
|
+
*
|
|
125
|
+
* var wrapped = _([1, 2, 3]);
|
|
126
|
+
*
|
|
127
|
+
* // Returns an unwrapped value.
|
|
128
|
+
* wrapped.reduce(_.add);
|
|
129
|
+
* // => 6
|
|
130
|
+
*
|
|
131
|
+
* // Returns a wrapped value.
|
|
132
|
+
* var squares = wrapped.map(square);
|
|
133
|
+
*
|
|
134
|
+
* _.isArray(squares);
|
|
135
|
+
* // => false
|
|
136
|
+
*
|
|
137
|
+
* _.isArray(squares.value());
|
|
138
|
+
* // => true
|
|
139
|
+
*/
|
|
140
|
+
function lodash(value) {
|
|
141
|
+
if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {
|
|
142
|
+
if (value instanceof LodashWrapper) {
|
|
143
|
+
return value;
|
|
144
|
+
}
|
|
145
|
+
if (hasOwnProperty.call(value, '__wrapped__')) {
|
|
146
|
+
return wrapperClone(value);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
return new LodashWrapper(value);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
// Ensure wrappers are instances of `baseLodash`.
|
|
153
|
+
lodash.prototype = baseLodash.prototype;
|
|
154
|
+
lodash.prototype.constructor = lodash;
|
|
155
|
+
|
|
156
|
+
var wrapperLodash = lodash;
|
|
157
|
+
|
|
158
|
+
exports.wrapperLodash = wrapperLodash;
|
|
159
|
+
//# sourceMappingURL=wrapperLodash.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wrapperLodash.js","sources":["../../../node_modules/lodash/wrapperLodash.js"],"sourcesContent":["var LazyWrapper = require('./_LazyWrapper'),\n LodashWrapper = require('./_LodashWrapper'),\n baseLodash = require('./_baseLodash'),\n isArray = require('./isArray'),\n isObjectLike = require('./isObjectLike'),\n wrapperClone = require('./_wrapperClone');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates a `lodash` object which wraps `value` to enable implicit method\n * chain sequences. Methods that operate on and return arrays, collections,\n * and functions can be chained together. Methods that retrieve a single value\n * or may return a primitive value will automatically end the chain sequence\n * and return the unwrapped value. Otherwise, the value must be unwrapped\n * with `_#value`.\n *\n * Explicit chain sequences, which must be unwrapped with `_#value`, may be\n * enabled using `_.chain`.\n *\n * The execution of chained methods is lazy, that is, it's deferred until\n * `_#value` is implicitly or explicitly called.\n *\n * Lazy evaluation allows several methods to support shortcut fusion.\n * Shortcut fusion is an optimization to merge iteratee calls; this avoids\n * the creation of intermediate arrays and can greatly reduce the number of\n * iteratee executions. Sections of a chain sequence qualify for shortcut\n * fusion if the section is applied to an array and iteratees accept only\n * one argument. The heuristic for whether a section qualifies for shortcut\n * fusion is subject to change.\n *\n * Chaining is supported in custom builds as long as the `_#value` method is\n * directly or indirectly included in the build.\n *\n * In addition to lodash methods, wrappers have `Array` and `String` methods.\n *\n * The wrapper `Array` methods are:\n * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`\n *\n * The wrapper `String` methods are:\n * `replace` and `split`\n *\n * The wrapper methods that support shortcut fusion are:\n * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,\n * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,\n * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`\n *\n * The chainable wrapper methods are:\n * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,\n * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,\n * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,\n * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,\n * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,\n * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,\n * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,\n * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,\n * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,\n * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,\n * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,\n * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,\n * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,\n * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,\n * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,\n * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,\n * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,\n * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,\n * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,\n * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,\n * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,\n * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,\n * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,\n * `zipObject`, `zipObjectDeep`, and `zipWith`\n *\n * The wrapper methods that are **not** chainable by default are:\n * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,\n * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,\n * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,\n * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,\n * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,\n * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,\n * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,\n * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,\n * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,\n * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,\n * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,\n * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,\n * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,\n * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,\n * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,\n * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,\n * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,\n * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,\n * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,\n * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,\n * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,\n * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,\n * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,\n * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,\n * `upperFirst`, `value`, and `words`\n *\n * @name _\n * @constructor\n * @category Seq\n * @param {*} value The value to wrap in a `lodash` instance.\n * @returns {Object} Returns the new `lodash` wrapper instance.\n * @example\n *\n * function square(n) {\n * return n * n;\n * }\n *\n * var wrapped = _([1, 2, 3]);\n *\n * // Returns an unwrapped value.\n * wrapped.reduce(_.add);\n * // => 6\n *\n * // Returns a wrapped value.\n * var squares = wrapped.map(square);\n *\n * _.isArray(squares);\n * // => false\n *\n * _.isArray(squares.value());\n * // => true\n */\nfunction lodash(value) {\n if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {\n if (value instanceof LodashWrapper) {\n return value;\n }\n if (hasOwnProperty.call(value, '__wrapped__')) {\n return wrapperClone(value);\n }\n }\n return new LodashWrapper(value);\n}\n\n// Ensure wrappers are instances of `baseLodash`.\nlodash.prototype = baseLodash.prototype;\nlodash.prototype.constructor = lodash;\n\nmodule.exports = lodash;\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4","require$$5"],"mappings":";;;;;;;;;AAAA,IAAI,WAAW,GAAGA,yBAAyB;AAC3C,IAAI,aAAa,GAAGC,6BAA2B;AAC/C,IAAI,UAAU,GAAGC,uBAAwB;AACzC,IAAI,OAAO,GAAGC,mBAAoB;AAClC,IAAI,YAAY,GAAGC,6BAAyB;AAC5C,IAAI,YAAY,GAAGC,2BAA0B,CAAC;AAC9C;AACA;AACA,IAAI,WAAW,GAAG,MAAM,CAAC,SAAS,CAAC;AACnC;AACA;AACA,IAAI,cAAc,GAAG,WAAW,CAAC,cAAc,CAAC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,MAAM,CAAC,KAAK,EAAE;AACvB,EAAE,IAAI,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,YAAY,WAAW,CAAC,EAAE;AACjF,IAAI,IAAI,KAAK,YAAY,aAAa,EAAE;AACxC,MAAM,OAAO,KAAK,CAAC;AACnB,KAAK;AACL,IAAI,IAAI,cAAc,CAAC,IAAI,CAAC,KAAK,EAAE,aAAa,CAAC,EAAE;AACnD,MAAM,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;AACjC,KAAK;AACL,GAAG;AACH,EAAE,OAAO,IAAI,aAAa,CAAC,KAAK,CAAC,CAAC;AAClC,CAAC;AACD;AACA;AACA,MAAM,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;AACxC,MAAM,CAAC,SAAS,CAAC,WAAW,GAAG,MAAM,CAAC;AACtC;AACA,IAAA,aAAc,GAAG;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/******************************************************************************
|
|
4
|
+
Copyright (c) Microsoft Corporation.
|
|
5
|
+
|
|
6
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
7
|
+
purpose with or without fee is hereby granted.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
10
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
11
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
12
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
13
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
14
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
15
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
16
|
+
***************************************************************************** */
|
|
17
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
exports.__assign = function() {
|
|
21
|
+
exports.__assign = Object.assign || function __assign(t) {
|
|
22
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
23
|
+
s = arguments[i];
|
|
24
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
25
|
+
}
|
|
26
|
+
return t;
|
|
27
|
+
};
|
|
28
|
+
return exports.__assign.apply(this, arguments);
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
function __rest(s, e) {
|
|
32
|
+
var t = {};
|
|
33
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
34
|
+
t[p] = s[p];
|
|
35
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
36
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
37
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
38
|
+
t[p[i]] = s[p[i]];
|
|
39
|
+
}
|
|
40
|
+
return t;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
44
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
45
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
46
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
47
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
48
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
49
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
function __generator(thisArg, body) {
|
|
54
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
55
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
56
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
57
|
+
function step(op) {
|
|
58
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
59
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
60
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
61
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
62
|
+
switch (op[0]) {
|
|
63
|
+
case 0: case 1: t = op; break;
|
|
64
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
65
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
66
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
67
|
+
default:
|
|
68
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
69
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
70
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
71
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
72
|
+
if (t[2]) _.ops.pop();
|
|
73
|
+
_.trys.pop(); continue;
|
|
74
|
+
}
|
|
75
|
+
op = body.call(thisArg, _);
|
|
76
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
77
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
function __makeTemplateObject(cooked, raw) {
|
|
82
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
83
|
+
return cooked;
|
|
84
|
+
}
|
|
85
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
86
|
+
var e = new Error(message);
|
|
87
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
exports.__awaiter = __awaiter;
|
|
91
|
+
exports.__generator = __generator;
|
|
92
|
+
exports.__makeTemplateObject = __makeTemplateObject;
|
|
93
|
+
exports.__rest = __rest;
|
|
94
|
+
//# sourceMappingURL=tslib.es6.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tslib.es6.js","sources":["../../../node_modules/tslib/tslib.es6.js"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n function next() {\r\n while (env.stack.length) {\r\n var rec = env.stack.pop();\r\n try {\r\n var result = rec.dispose && rec.dispose.call(rec.value);\r\n if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n};\r\n"],"names":["__assign"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var utils = require('./utils.js');
|
|
6
|
+
var index = require('../../Elements/Portal/index.js');
|
|
7
|
+
var Icon = require('../../Elements/Icon/Icon.js');
|
|
8
|
+
require('../../../../node_modules/tslib/tslib.es6.js');
|
|
9
|
+
var styles = require('./styles.js');
|
|
10
|
+
|
|
11
|
+
var CornerDialog = function (_a) {
|
|
12
|
+
var title = _a.title, children = _a.children, onClose = _a.onClose, statusToTitle = _a.statusToTitle, _b = _a.isOpen, isOpen = _b === void 0 ? true : _b, _intent = _a.intent;
|
|
13
|
+
var _c = React.useState(false), isMounted = _c[0], setIsMounted = _c[1];
|
|
14
|
+
React.useEffect(function () {
|
|
15
|
+
setIsMounted(true);
|
|
16
|
+
}, []);
|
|
17
|
+
var intent = _intent !== null && _intent !== void 0 ? _intent : 'info';
|
|
18
|
+
var _d = utils.statusToColors[intent], fontColor = _d.fontColor, backgroundColor = _d.backgroundColor, fill = _d.fill;
|
|
19
|
+
if (!isOpen)
|
|
20
|
+
return null;
|
|
21
|
+
return (jsxRuntime.jsx(index.Portal, { children: jsxRuntime.jsxs(styles.Container, { "$mounted": isMounted, children: [jsxRuntime.jsxs(styles.Status, { background: backgroundColor, children: [jsxRuntime.jsx(Icon.default, { icon: utils.statusToIcon[intent], fill: fill }), jsxRuntime.jsx(styles.StatusText, { fontColor: fontColor, children: statusToTitle[intent]() })] }), jsxRuntime.jsx(styles.Header, { children: title }), jsxRuntime.jsx(styles.CloseBtn, { onClick: onClose, children: jsxRuntime.jsx(Icon.default, { icon: "close", size: "25px" }) }), jsxRuntime.jsx(styles.Wrapper, { children: children })] }) }));
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
exports.CornerDialog = CornerDialog;
|
|
25
|
+
//# sourceMappingURL=CornerDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CornerDialog.js","sources":["../../../../../packages/ui/Blocks/CornerDialog/CornerDialog.tsx"],"sourcesContent":["import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useEffect, useState } from 'react';\nimport { statusToColors, statusToIcon } from './utils';\nimport { Portal } from '../../Elements/Portal';\nimport { Icon } from '../../Elements/Icon';\nimport { Container, Header, Status, StatusText, Wrapper, CloseBtn } from './styles';\nexport var CornerDialog = function (_a) {\n var title = _a.title, children = _a.children, onClose = _a.onClose, statusToTitle = _a.statusToTitle, _b = _a.isOpen, isOpen = _b === void 0 ? true : _b, _intent = _a.intent;\n var _c = useState(false), isMounted = _c[0], setIsMounted = _c[1];\n useEffect(function () {\n setIsMounted(true);\n }, []);\n var intent = _intent !== null && _intent !== void 0 ? _intent : 'info';\n var _d = statusToColors[intent], fontColor = _d.fontColor, backgroundColor = _d.backgroundColor, fill = _d.fill;\n if (!isOpen)\n return null;\n return (_jsx(Portal, { children: _jsxs(Container, { \"$mounted\": isMounted, children: [_jsxs(Status, { background: backgroundColor, children: [_jsx(Icon, { icon: statusToIcon[intent], fill: fill }), _jsx(StatusText, { fontColor: fontColor, children: statusToTitle[intent]() })] }), _jsx(Header, { children: title }), _jsx(CloseBtn, { onClick: onClose, children: _jsx(Icon, { icon: \"close\", size: \"25px\" }) }), _jsx(Wrapper, { children: children })] }) }));\n};\n//# sourceMappingURL=CornerDialog.js.map"],"names":["useState","useEffect","statusToColors","_jsx","Portal","_jsxs","Container","Status","Icon","statusToIcon","StatusText","Header","CloseBtn","Wrapper"],"mappings":";;;;;;;;;;AAMU,IAAC,YAAY,GAAG,UAAU,EAAE,EAAE;AACxC,IAAI,IAAI,KAAK,GAAG,EAAE,CAAC,KAAK,EAAE,QAAQ,GAAG,EAAE,CAAC,QAAQ,EAAE,OAAO,GAAG,EAAE,CAAC,OAAO,EAAE,aAAa,GAAG,EAAE,CAAC,aAAa,EAAE,EAAE,GAAG,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,EAAE,KAAK,KAAK,CAAC,GAAG,IAAI,GAAG,EAAE,EAAE,OAAO,GAAG,EAAE,CAAC,MAAM,CAAC;AAClL,IAAI,IAAI,EAAE,GAAGA,cAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,YAAY,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC;AACtE,IAAIC,eAAS,CAAC,YAAY;AAC1B,QAAQ,YAAY,CAAC,IAAI,CAAC,CAAC;AAC3B,KAAK,EAAE,EAAE,CAAC,CAAC;AACX,IAAI,IAAI,MAAM,GAAG,OAAO,KAAK,IAAI,IAAI,OAAO,KAAK,KAAK,CAAC,GAAG,OAAO,GAAG,MAAM,CAAC;AAC3E,IAAI,IAAI,EAAE,GAAGC,oBAAc,CAAC,MAAM,CAAC,EAAE,SAAS,GAAG,EAAE,CAAC,SAAS,EAAE,eAAe,GAAG,EAAE,CAAC,eAAe,EAAE,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC;AACpH,IAAI,IAAI,CAAC,MAAM;AACf,QAAQ,OAAO,IAAI,CAAC;AACpB,IAAI,QAAQC,cAAI,CAACC,YAAM,EAAE,EAAE,QAAQ,EAAEC,eAAK,CAACC,gBAAS,EAAE,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,CAACD,eAAK,CAACE,aAAM,EAAE,EAAE,UAAU,EAAE,eAAe,EAAE,QAAQ,EAAE,CAACJ,cAAI,CAACK,YAAI,EAAE,EAAE,IAAI,EAAEC,kBAAY,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAEN,cAAI,CAACO,iBAAU,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAEP,cAAI,CAACQ,aAAM,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,EAAER,cAAI,CAACS,eAAQ,EAAE,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAET,cAAI,CAACK,YAAI,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAEL,cAAI,CAACU,cAAO,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AAC3c;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('../../../../node_modules/tslib/tslib.es6.js');
|
|
4
|
+
var styled = require('@xstyled/styled-components');
|
|
5
|
+
|
|
6
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
7
|
+
|
|
8
|
+
var styled__default = /*#__PURE__*/_interopDefaultCompat(styled);
|
|
9
|
+
|
|
10
|
+
var Container = styled__default.default.div(templateObject_1 || (templateObject_1 = tslib_es6.__makeTemplateObject(["\n position: fixed;\n z-index: 10;\n bottom: 3rem;\n right: 3rem;\n background: white;\n border-radius: 12px;\n box-shadow: cornerDialogShadow;\n width: 400px;\n padding: 50px 30px 30px;\n color: typoPrimary;\n transition: opacity 225ms linear;\n opacity: ", ";\n"], ["\n position: fixed;\n z-index: 10;\n bottom: 3rem;\n right: 3rem;\n background: white;\n border-radius: 12px;\n box-shadow: cornerDialogShadow;\n width: 400px;\n padding: 50px 30px 30px;\n color: typoPrimary;\n transition: opacity 225ms linear;\n opacity: ", ";\n"])), function (_a) {
|
|
11
|
+
var $mounted = _a.$mounted;
|
|
12
|
+
return ($mounted ? 1 : 0);
|
|
13
|
+
});
|
|
14
|
+
var Header = styled__default.default.div(templateObject_2 || (templateObject_2 = tslib_es6.__makeTemplateObject(["\n margin-bottom: 15px;\n color: typoPrimary;\n font-size: 18px;\n font-weight: bold;\n display: flex;\n align-items: center;\n"], ["\n margin-bottom: 15px;\n color: typoPrimary;\n font-size: 18px;\n font-weight: bold;\n display: flex;\n align-items: center;\n"])));
|
|
15
|
+
var Wrapper = styled__default.default.div(templateObject_3 || (templateObject_3 = tslib_es6.__makeTemplateObject(["\n font-size: 14px;\n font-weight: 400;\n"], ["\n font-size: 14px;\n font-weight: 400;\n"])));
|
|
16
|
+
var Status = styled__default.default.div(templateObject_4 || (templateObject_4 = tslib_es6.__makeTemplateObject(["\n position: absolute;\n left: 0;\n top: 0;\n padding: 6px 10px;\n text-transform: uppercase;\n border-radius: 12px 0 12px 0;\n background-color: ", ";\n"], ["\n position: absolute;\n left: 0;\n top: 0;\n padding: 6px 10px;\n text-transform: uppercase;\n border-radius: 12px 0 12px 0;\n background-color: ", ";\n"])), function (_a) {
|
|
17
|
+
var background = _a.background;
|
|
18
|
+
return styled.th.color(background);
|
|
19
|
+
});
|
|
20
|
+
var CloseBtn = styled__default.default.div(templateObject_5 || (templateObject_5 = tslib_es6.__makeTemplateObject(["\n cursor: pointer;\n position: absolute;\n top: 12px;\n right: 12px;\n"], ["\n cursor: pointer;\n position: absolute;\n top: 12px;\n right: 12px;\n"])));
|
|
21
|
+
var StatusText = styled__default.default.span(templateObject_6 || (templateObject_6 = tslib_es6.__makeTemplateObject(["\n display: inline-block;\n margin-left: 6px;\n font-size: 14px;\n font-weight: 700;\n color: ", ";\n"], ["\n display: inline-block;\n margin-left: 6px;\n font-size: 14px;\n font-weight: 700;\n color: ", ";\n"])), function (_a) {
|
|
22
|
+
var fontColor = _a.fontColor;
|
|
23
|
+
return styled.th.color(fontColor);
|
|
24
|
+
});
|
|
25
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
|
|
26
|
+
|
|
27
|
+
exports.CloseBtn = CloseBtn;
|
|
28
|
+
exports.Container = Container;
|
|
29
|
+
exports.Header = Header;
|
|
30
|
+
exports.Status = Status;
|
|
31
|
+
exports.StatusText = StatusText;
|
|
32
|
+
exports.Wrapper = Wrapper;
|
|
33
|
+
//# sourceMappingURL=styles.js.map
|