@bigmath-ui-library/core 2.0.6 → 2.0.7
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/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/BMClassnameSetup.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/BMClassnameSetup.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/BMClassnameSetup.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMButton/BMButton.d.ts +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMButton/BMButton.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMButton/BMButton.js +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMButton/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMButton/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMButton/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMInput.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMInput.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMInput.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMInputField.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMInputField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMInputField.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMSearch.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMSearch.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/BMSearch.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/index.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/components/BMInput/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/index.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/BMAutocomplete.d.ts +140 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/BMAutocomplete.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/BMAutocomplete.js +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/BMInput.d.ts +19 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/BMInput.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/BMInput.js +36 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/theme.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/theme.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/theme.js +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/themeUtils.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/themeUtils.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/bma/theme/themeUtils.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAccordion/BMAccordion.d.ts +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAccordion/BMAccordion.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAccordion/BMAccordion.js +83 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAccordion/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAccordion/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAccordion/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAddSection/BMAddSection.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAddSection/BMAddSection.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAddSection/BMAddSection.js +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAddSection/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAddSection/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAddSection/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAlert/BMAlert.d.ts +31 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAlert/BMAlert.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAlert/BMAlert.js +79 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAlert/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAlert/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAlert/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAutoComplete/BMAutoComplete.d.ts +19 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAutoComplete/BMAutoComplete.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAutoComplete/BMAutoComplete.js +27 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAutoComplete/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAutoComplete/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAutoComplete/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAvatar/BMAvatar.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAvatar/BMAvatar.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAvatar/BMAvatar.js +29 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAvatar/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAvatar/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMAvatar/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMButton.d.ts +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMButton.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMButton.js +17 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMButtonGroup.d.ts +15 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMButtonGroup.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMButtonGroup.js +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMSplitButton.d.ts +15 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMSplitButton.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/BMSplitButton.js +24 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/index.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMButton/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/BMCheckbox.d.ts +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/BMCheckbox.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/BMCheckbox.js +21 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/BMCheckboxField.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/BMCheckboxField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/BMCheckboxField.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCheckbox/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudList.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudList.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudList.js +41 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudSelect.d.ts +18 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudSelect.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudSelect.js +55 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudSelectField.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudSelectField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/BMCloudSelectField.js +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/index.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCloudSelect/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCodeBlock/BMCodeBlock.d.ts +20 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCodeBlock/BMCodeBlock.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCodeBlock/BMCodeBlock.js +112 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCodeBlock/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCodeBlock/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMCodeBlock/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDatePicker/BMDatePicker.d.ts +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDatePicker/BMDatePicker.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDatePicker/BMDatePicker.js +67 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDatePicker/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDatePicker/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDatePicker/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDropdown/BMDropdown.d.ts +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDropdown/BMDropdown.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDropdown/BMDropdown.js +53 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDropdown/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDropdown/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMDropdown/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/BMFormControlLabel.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/BMFormControlLabel.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/BMFormControlLabel.js +16 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/BMLabel.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/BMLabel.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/BMLabel.js +16 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMForm/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMHelloBanner/BMHelloBanner.d.ts +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMHelloBanner/BMHelloBanner.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMHelloBanner/BMHelloBanner.js +18 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMHelloBanner/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMHelloBanner/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMHelloBanner/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInput.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInput.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInput.js +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInputEditableCode.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInputEditableCode.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInputEditableCode.js +60 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInputField.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInputField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMInputField.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMSearch.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMSearch.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMSearch.js +15 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMStripeInput.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMStripeInput.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/BMStripeInput.js +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/index.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMInput/index.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMLoadingBox/BMLoadingBox.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMLoadingBox/BMLoadingBox.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMLoadingBox/BMLoadingBox.js +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMLoadingBox/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMLoadingBox/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMLoadingBox/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/BMMapMarker.d.ts +23 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/BMMapMarker.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/BMMapMarker.js +56 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/BMMaps.d.ts +19 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/BMMaps.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/BMMaps.js +74 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/MapIcons.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/MapIcons.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/MapIcons.js +69 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/index.d.ts +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/index.js +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/legend/MapLegend.d.ts +13 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/legend/MapLegend.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMaps/legend/MapLegend.js +43 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMModal/BMModal.d.ts +40 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMModal/BMModal.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMModal/BMModal.js +118 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMModal/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMModal/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMModal/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/BMMultiEntry.d.ts +23 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/BMMultiEntry.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/BMMultiEntry.js +176 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/BMMultiEntryField.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/BMMultiEntryField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/BMMultiEntryField.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiEntry/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiLevelStepper/BMMultiLevelStepper.d.ts +20 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiLevelStepper/BMMultiLevelStepper.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiLevelStepper/BMMultiLevelStepper.js +69 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiLevelStepper/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiLevelStepper/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMMultiLevelStepper/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPagination/BMPagination.d.ts +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPagination/BMPagination.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPagination/BMPagination.js +23 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPagination/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPagination/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPagination/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/BMPassword.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/BMPassword.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/BMPassword.js +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/BMPasswordField.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/BMPasswordField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/BMPasswordField.js +20 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMPassword/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMProgress/BMProgress.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMProgress/BMProgress.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMProgress/BMProgress.js +21 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMProgress/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMProgress/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMProgress/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/BMRadio.d.ts +26 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/BMRadio.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/BMRadio.js +77 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/BMRadioGroupField.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/BMRadioGroupField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/BMRadioGroupField.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/BMSelect.d.ts +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/BMSelect.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/BMSelect.js +20 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/BMSelectField.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/BMSelectField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/BMSelectField.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/BMSlider.d.ts +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/BMSlider.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/BMSlider.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSmartStatus/BMSmartStatus.d.ts +23 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSmartStatus/BMSmartStatus.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSmartStatus/BMSmartStatus.js +145 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSmartStatus/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSmartStatus/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSmartStatus/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/BMStatus.d.ts +18 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/BMStatus.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/BMStatus.js +73 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/BMTable.d.ts +24 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/BMTable.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/BMTable.js +56 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/BMTabs.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/BMTabs.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/BMTabs.js +40 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTag/BMTag.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTag/BMTag.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTag/BMTag.js +29 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTag/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTag/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTag/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTagv2/BMTagv2.d.ts +19 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTagv2/BMTagv2.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTagv2/BMTagv2.js +151 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTagv2/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTagv2/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTagv2/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMMultiToggleButton.d.ts +16 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMMultiToggleButton.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMMultiToggleButton.js +45 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMToggle.d.ts +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMToggle.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMToggle.js +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMToggleField.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMToggleField.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/BMToggleField.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/index.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMToggle/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTooltip/BMTooltip.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTooltip/BMTooltip.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTooltip/BMTooltip.js +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTooltip/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTooltip/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTooltip/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMWarning/BMWarning.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMWarning/BMWarning.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMWarning/BMWarning.js +23 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMWarning/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMWarning/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMWarning/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/GenericFailure/GenericFailure.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/GenericFailure/GenericFailure.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/GenericFailure/GenericFailure.js +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/GenericFailure/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/GenericFailure/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/GenericFailure/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoAccess.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoAccess.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoAccess.js +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoAccessActionTooltip.d.ts +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoAccessActionTooltip.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoAccessActionTooltip.js +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoPermissionModal.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoPermissionModal.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/NoPermissionModal.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/index.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/NoAccess/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/index.d.ts +35 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/index.js +34 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/index.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/index.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/index.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/BMClassnameSetup.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/BMClassnameSetup.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMButton/BMButton.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMButton/BMButton.js +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMButton/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMButton/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMInput/BMInput.d.ts +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMInput/BMInput.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMInput/BMInputField.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMInput/BMInputField.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMInput/BMSearch.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMInput/BMSearch.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMInput/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/components/BMInput/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/theme/BMAutocomplete.d.ts +139 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/theme/BMAutocomplete.js +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/theme/BMInput.d.ts +18 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/theme/BMInput.js +36 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/theme/theme.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/theme/theme.js +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/theme/themeUtils.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/bma/theme/themeUtils.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAccordion/BMAccordion.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAccordion/BMAccordion.js +83 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAccordion/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAccordion/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAddSection/BMAddSection.d.ts +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAddSection/BMAddSection.js +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAddSection/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAddSection/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAlert/BMAlert.d.ts +30 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAlert/BMAlert.js +79 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAlert/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAlert/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAutoComplete/BMAutoComplete.d.ts +18 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAutoComplete/BMAutoComplete.js +27 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAutoComplete/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAutoComplete/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAvatar/BMAvatar.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAvatar/BMAvatar.js +29 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAvatar/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMAvatar/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMButton/BMButton.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMButton/BMButton.js +17 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMButton/BMButtonGroup.d.ts +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMButton/BMButtonGroup.js +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMButton/BMSplitButton.d.ts +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMButton/BMSplitButton.js +24 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMButton/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMButton/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCheckbox/BMCheckbox.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCheckbox/BMCheckbox.js +21 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCheckbox/BMCheckboxField.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCheckbox/BMCheckboxField.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCheckbox/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCheckbox/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCloudSelect/BMCloudList.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCloudSelect/BMCloudList.js +41 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCloudSelect/BMCloudSelect.d.ts +17 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCloudSelect/BMCloudSelect.js +55 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCloudSelect/BMCloudSelectField.d.ts +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCloudSelect/BMCloudSelectField.js +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCloudSelect/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCloudSelect/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCodeBlock/BMCodeBlock.d.ts +19 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCodeBlock/BMCodeBlock.js +112 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCodeBlock/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMCodeBlock/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMDatePicker/BMDatePicker.d.ts +21 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMDatePicker/BMDatePicker.js +67 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMDatePicker/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMDatePicker/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMDropdown/BMDropdown.d.ts +13 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMDropdown/BMDropdown.js +53 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMDropdown/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMDropdown/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMForm/BMFormControlLabel.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMForm/BMFormControlLabel.js +16 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMForm/BMLabel.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMForm/BMLabel.js +16 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMForm/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMForm/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMHelloBanner/BMHelloBanner.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMHelloBanner/BMHelloBanner.js +18 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMHelloBanner/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMHelloBanner/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMInput.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMInput.js +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMInputEditableCode.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMInputEditableCode.js +60 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMInputField.d.ts +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMInputField.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMSearch.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMSearch.js +15 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMStripeInput.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/BMStripeInput.js +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/index.d.ts +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMInput/index.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMLoadingBox/BMLoadingBox.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMLoadingBox/BMLoadingBox.js +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMLoadingBox/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMLoadingBox/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/BMMapMarker.d.ts +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/BMMapMarker.js +56 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/BMMaps.d.ts +18 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/BMMaps.js +74 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/MapIcons.d.ts +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/MapIcons.js +69 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/index.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/index.js +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/legend/MapLegend.d.ts +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMaps/legend/MapLegend.js +43 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMModal/BMModal.d.ts +39 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMModal/BMModal.js +118 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMModal/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMModal/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiEntry/BMMultiEntry.d.ts +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiEntry/BMMultiEntry.js +176 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiEntry/BMMultiEntryField.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiEntry/BMMultiEntryField.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiEntry/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiEntry/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiLevelStepper/BMMultiLevelStepper.d.ts +19 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiLevelStepper/BMMultiLevelStepper.js +69 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiLevelStepper/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMMultiLevelStepper/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPagination/BMPagination.d.ts +13 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPagination/BMPagination.js +23 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPagination/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPagination/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPassword/BMPassword.d.ts +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPassword/BMPassword.js +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPassword/BMPasswordField.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPassword/BMPasswordField.js +20 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPassword/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMPassword/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMProgress/BMProgress.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMProgress/BMProgress.js +21 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMProgress/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMProgress/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMRadio/BMRadio.d.ts +25 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMRadio/BMRadio.js +77 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMRadio/BMRadioGroupField.d.ts +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMRadio/BMRadioGroupField.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMRadio/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMRadio/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSelect/BMSelect.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSelect/BMSelect.js +20 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSelect/BMSelectField.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSelect/BMSelectField.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSelect/index.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSelect/index.js +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSlider/BMSlider.d.ts +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSlider/BMSlider.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSlider/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSlider/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSmartStatus/BMSmartStatus.d.ts +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSmartStatus/BMSmartStatus.js +145 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSmartStatus/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMSmartStatus/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMStatus/BMStatus.d.ts +17 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMStatus/BMStatus.js +73 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMStatus/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMStatus/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTable/BMTable.d.ts +23 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTable/BMTable.js +56 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTable/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTable/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTabs/BMTabs.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTabs/BMTabs.js +40 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTabs/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTabs/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTag/BMTag.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTag/BMTag.js +29 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTag/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTag/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTagv2/BMTagv2.d.ts +18 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTagv2/BMTagv2.js +151 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTagv2/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTagv2/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMToggle/BMMultiToggleButton.d.ts +15 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMToggle/BMMultiToggleButton.js +45 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMToggle/BMToggle.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMToggle/BMToggle.js +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMToggle/BMToggleField.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMToggle/BMToggleField.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMToggle/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMToggle/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTooltip/BMTooltip.d.ts +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTooltip/BMTooltip.js +22 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTooltip/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMTooltip/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMWarning/BMWarning.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMWarning/BMWarning.js +23 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMWarning/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/BMWarning/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/GenericFailure/GenericFailure.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/GenericFailure/GenericFailure.js +11 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/GenericFailure/index.d.ts +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/GenericFailure/index.js +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/NoAccess/NoAccess.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/NoAccess/NoAccess.js +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/NoAccess/NoAccessActionTooltip.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/NoAccess/NoAccessActionTooltip.js +12 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/NoAccess/NoPermissionModal.d.ts +10 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/NoAccess/NoPermissionModal.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/NoAccess/index.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/NoAccess/index.js +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/index.d.ts +34 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/components/index.js +34 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/index.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/index.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMAutoComplete.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMAutoComplete.js +144 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMAvatar.d.ts +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMAvatar.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMButton.d.ts +15 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMButton.js +115 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMButtonGroup.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMButtonGroup.js +46 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMCheckbox.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMCheckbox.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMFormHelperText.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMFormHelperText.js +17 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMInput.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMInput.js +111 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMMaps.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMMaps.js +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMRadio.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMRadio.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMTabs.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMTabs.js +74 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMTag.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMTag.js +26 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMToggle.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMToggle.js +48 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMTooltip.d.ts +2 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/BMTooltip.js +32 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/theme.d.ts +87 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/theme.js +219 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/variables.d.ts +61 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/src/theme/variables.js +144 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMAutoComplete.d.ts +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMAutoComplete.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMAutoComplete.js +144 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMAvatar.d.ts +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMAvatar.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMAvatar.js +5 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMButton.d.ts +16 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMButton.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMButton.js +115 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMButtonGroup.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMButtonGroup.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMButtonGroup.js +46 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMCheckbox.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMCheckbox.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMCheckbox.js +14 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMFormHelperText.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMFormHelperText.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMFormHelperText.js +17 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMInput.d.ts +9 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMInput.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMInput.js +111 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMMaps.d.ts +7 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMMaps.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMMaps.js +6 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMRadio.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMRadio.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMRadio.js +8 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTabs.d.ts +4 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTabs.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTabs.js +74 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTag.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTag.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTag.js +26 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMToggle.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMToggle.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMToggle.js +48 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTooltip.d.ts +3 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTooltip.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/BMTooltip.js +32 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/theme.d.ts +88 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/theme.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/theme.js +219 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/variables.d.ts +62 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/variables.d.ts.map +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/theme/variables.js +144 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/tsconfig.build.tsbuildinfo +1 -0
- package/dist/cjs/index.js +77607 -98821
- package/dist/esm/index.js +77606 -98809
- package/package.json +33 -27
- package/rollup.config.js +63 -74
- package/scripts/transpile-es2017.cjs +17 -0
- package/src/BMClassnameSetup.ts +1 -1
- package/src/assets/icons/check.svg +0 -0
- package/src/assets/icons/circle-check-solid.svg +0 -0
- package/src/assets/icons/failed-solid.svg +0 -0
- package/src/bma/components/BMInput/BMInput.tsx +1 -1
- package/src/bma/components/BMInput/BMInputField.tsx +1 -1
- package/src/bma/components/BMInput/BMSearch.tsx +1 -1
- package/src/bma/theme/BMAutocomplete.ts +1 -1
- package/src/bma/theme/theme.ts +1 -1
- package/src/components/BMButton/BMSplitButton.tsx +1 -1
- package/src/components/BMCloudSelect/BMCloudSelect.tsx +9 -0
- package/src/components/BMCodeBlock/BMCodeBlock.tsx +9 -9
- package/src/components/BMDatePicker/BMDatePicker.tsx +1 -2
- package/src/components/BMInput/BMInputEditableCode.tsx +1 -2
- package/src/components/BMMaps/BMMapMarker.tsx +23 -24
- package/src/components/BMMaps/BMMaps.tsx +7 -4
- package/src/components/BMMaps/MapIcons.tsx +11 -4
- package/src/components/BMMaps/index.ts +0 -1
- package/src/components/BMMaps/legend/MapLegend.tsx +3 -3
- package/src/components/BMRadio/BMRadio.tsx +2 -2
- package/src/components/BMSmartStatus/BMSmartStatus.tsx +73 -80
- package/src/types/custom.d.ts +0 -5
- package/stories/BMAButton.stories.tsx +1 -1
- package/stories/BMAutoComplete.stories.tsx +1 -1
- package/stories/BMGroupButton.stories.tsx +1 -1
- package/stories/BMSlider.stories.tsx +1 -1
- package/tsconfig.build.json +24 -21
- package/LICENSE +0 -7
- package/README.md +0 -42
- package/dist/cjs/index.css +0 -11
- package/dist/esm/index.css +0 -11
- package/src/components/BMMaps/markerTypes.ts +0 -8
- package/tsconfig.base.json +0 -21
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMRadioGroupField.d.ts","sourceRoot":"","sources":["../../../src/components/BMRadio/BMRadioGroupField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,OAAO,EACL,WAAW,EAEX,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAgB,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE5D,MAAM,MAAM,sBAAsB,CAAC,CAAC,SAAS,WAAW,IAAI,kBAAkB,CAAC,CAAC,CAAC,GAC/E,IAAI,CAAC,iBAAiB,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,MAAM,CAAC,CAAC;AAEpE,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,WAAW,EACrD,OAAO,sBAAsB,CAAC,CAAC,CAAC,KAC/B,YAwBF,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useController, } from "react-hook-form";
|
|
3
|
+
import { BMRadioGroup } from "./BMRadio";
|
|
4
|
+
export const BMRadioGroupField = (props) => {
|
|
5
|
+
const { name, control, rules, defaultValue, shouldUnregister, ...restProps } = props;
|
|
6
|
+
const { field } = useController({
|
|
7
|
+
name,
|
|
8
|
+
control,
|
|
9
|
+
rules,
|
|
10
|
+
defaultValue,
|
|
11
|
+
shouldUnregister,
|
|
12
|
+
});
|
|
13
|
+
return (_jsx(BMRadioGroup, { name: field.name, value: field.value ?? "", onChange: field.onChange, onBlur: field.onBlur, label: restProps.label, orientation: restProps.orientation, className: restProps.className, ...restProps }));
|
|
14
|
+
};
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMRadio/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BMRadio/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/BMSelect.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC, ReactNode } from "react";
|
|
2
|
+
import { StandardTextFieldProps, MenuProps, SelectProps, SlotProps, TextFieldOwnerState } from "@mui/material";
|
|
3
|
+
export type BMSelectProps = {
|
|
4
|
+
tooltip?: ReactNode;
|
|
5
|
+
renderValue?: (value: unknown) => ReactNode;
|
|
6
|
+
menuProps?: Partial<MenuProps>;
|
|
7
|
+
size?: "medium" | "large";
|
|
8
|
+
selectProps?: Partial<SlotProps<React.ElementType<SelectProps>, {}, TextFieldOwnerState>>;
|
|
9
|
+
dataTestId: string;
|
|
10
|
+
} & Omit<StandardTextFieldProps, "variant" | "color" | "classes" | "select" | "placeholder" | "FormHelperTextProps" | "SelectProps">;
|
|
11
|
+
export declare const BMSelect: FC<BMSelectProps>;
|
|
12
|
+
//# sourceMappingURL=BMSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMSelect.d.ts","sourceRoot":"","sources":["../../../src/components/BMSelect/BMSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAEL,sBAAsB,EACtB,SAAS,EACT,WAAW,EACX,SAAS,EACT,mBAAmB,EACpB,MAAM,eAAe,CAAC;AAIvB,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,SAAS,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAC/B,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CACnB,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,EAAE,EAAE,EAAE,mBAAmB,CAAC,CACnE,CAAC;IACF,UAAU,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CACN,sBAAsB,EACpB,SAAS,GACT,OAAO,GACP,SAAS,GACT,QAAQ,GACR,aAAa,GACb,qBAAqB,GACrB,aAAa,CAChB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAqCtC,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSelect/BMSelect.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { TextField, } from "@mui/material";
|
|
3
|
+
import { BMTooltip } from "../BMTooltip/BMTooltip";
|
|
4
|
+
import CaretDownIcon from "../../assets/icons/caret-down.svg";
|
|
5
|
+
export const BMSelect = ({ label, tooltip, renderValue, menuProps, selectProps = {}, dataTestId, ...props }) => (_jsx(TextField, { ...props, label: label ? (_jsxs(_Fragment, { children: [label, " ", tooltip && _jsx(BMTooltip, { title: tooltip })] })) : null // don't render <Label> if it's empty
|
|
6
|
+
, select: true, "data-testid": dataTestId, slotProps: {
|
|
7
|
+
select: {
|
|
8
|
+
autoWidth: false,
|
|
9
|
+
IconComponent: CaretDownIcon,
|
|
10
|
+
renderValue,
|
|
11
|
+
MenuProps: {
|
|
12
|
+
anchorOrigin: {
|
|
13
|
+
vertical: "bottom",
|
|
14
|
+
horizontal: "left",
|
|
15
|
+
},
|
|
16
|
+
...menuProps,
|
|
17
|
+
},
|
|
18
|
+
...selectProps,
|
|
19
|
+
},
|
|
20
|
+
}, variant: "standard" }));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ReactElement } from "react";
|
|
2
|
+
import { FieldValues, UseControllerProps } from "react-hook-form";
|
|
3
|
+
import { BMSelectProps } from "./BMSelect";
|
|
4
|
+
type BMSelectFieldProps<T extends FieldValues> = UseControllerProps<T> & BMSelectProps;
|
|
5
|
+
export declare const BMSelectField: <T extends FieldValues>(props: BMSelectFieldProps<T>) => ReactElement;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=BMSelectField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMSelectField.d.ts","sourceRoot":"","sources":["../../../src/components/BMSelect/BMSelectField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,OAAO,EACL,WAAW,EAEX,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAY,aAAa,EAAE,MAAM,YAAY,CAAC;AAErD,KAAK,kBAAkB,CAAC,CAAC,SAAS,WAAW,IAAI,kBAAkB,CAAC,CAAC,CAAC,GACpE,aAAa,CAAC;AAEhB,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,WAAW,EACjD,OAAO,kBAAkB,CAAC,CAAC,CAAC,KAC3B,YA+BF,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useController, } from "react-hook-form";
|
|
3
|
+
import { BMSelect } from "./BMSelect";
|
|
4
|
+
export const BMSelectField = (props) => {
|
|
5
|
+
const { name, rules, defaultValue, control, shouldUnregister, children, helperText, ...bmSelectProps } = props;
|
|
6
|
+
const { field: { onChange, onBlur, value, name: fieldName, ref }, fieldState: { error }, } = useController({ name, rules, defaultValue, control, shouldUnregister });
|
|
7
|
+
return (_jsx(BMSelect, { ...bmSelectProps, name: fieldName, value: value, onChange: onChange, onBlur: onBlur, inputRef: ref, error: !!error, helperText: error?.message ?? helperText, children: children }));
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BMSelect/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/BMSlider.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC, ReactNode } from "react";
|
|
2
|
+
import { SliderProps } from "@mui/material";
|
|
3
|
+
export type Mark = {
|
|
4
|
+
value: number;
|
|
5
|
+
label?: ReactNode;
|
|
6
|
+
};
|
|
7
|
+
export interface BMSliderProps extends SliderProps {
|
|
8
|
+
marksList: Mark[];
|
|
9
|
+
dataTestId: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const BMSlider: FC<BMSliderProps>;
|
|
12
|
+
//# sourceMappingURL=BMSlider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMSlider.d.ts","sourceRoot":"","sources":["../../../src/components/BMSlider/BMSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAU,WAAW,EAAE,MAAM,eAAe,CAAC;AAEpD,MAAM,MAAM,IAAI,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,MAAM,WAAW,aAAc,SAAQ,WAAW;IAChD,SAAS,EAAE,IAAI,EAAE,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAEtC,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/BMSlider.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Slider } from "@mui/material";
|
|
3
|
+
export const BMSlider = ({ marksList, dataTestId, ...props }) => {
|
|
4
|
+
return _jsx(Slider, { valueLabelDisplay: "on", marks: [...marksList], ...props, "data-testid": dataTestId });
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BMSlider/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSlider/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./BMSlider";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare enum StatusType {
|
|
3
|
+
SUCCESS = "SUCCESS",
|
|
4
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
5
|
+
PENDING = "PENDING",
|
|
6
|
+
ERROR = "ERROR",
|
|
7
|
+
WARNING = "WARNING",
|
|
8
|
+
INACTIVE = "INACTIVE",
|
|
9
|
+
OTHER = "OTHER"
|
|
10
|
+
}
|
|
11
|
+
export declare enum IconPosition {
|
|
12
|
+
PREFIX = "PREFIX",
|
|
13
|
+
SUFFIX = "SUFFIX"
|
|
14
|
+
}
|
|
15
|
+
export interface BMSmartStatusProps {
|
|
16
|
+
type: StatusType;
|
|
17
|
+
label?: string;
|
|
18
|
+
className?: string;
|
|
19
|
+
iconPosition?: IconPosition;
|
|
20
|
+
}
|
|
21
|
+
export declare const BMSmartStatus: React.FC<BMSmartStatusProps>;
|
|
22
|
+
export default BMSmartStatus;
|
|
23
|
+
//# sourceMappingURL=BMSmartStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMSmartStatus.d.ts","sourceRoot":"","sources":["../../../src/components/BMSmartStatus/BMSmartStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,oBAAY,UAAU;IACpB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,KAAK,UAAU;CAChB;AAED,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AA2HD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAsBtD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { styled } from "@mui/material/styles";
|
|
3
|
+
import SuccessIcon from "@coreApp/assets/icons/success-tick.svg";
|
|
4
|
+
import LoadingIcon from "@coreApp/assets/icons/Default-Loading-Circles.svg";
|
|
5
|
+
import FailedIcon from "@coreApp/assets/icons/failed-solid.svg";
|
|
6
|
+
import AlertIcon from "@coreApp/assets/icons/alert.svg";
|
|
7
|
+
import InactiveIcon from "@coreApp/assets/icons/in-active.svg";
|
|
8
|
+
import TimerIcon from "@coreApp/assets/icons/timer.svg";
|
|
9
|
+
import ShieldIcon from "@coreApp/assets/icons/shield.svg";
|
|
10
|
+
export var StatusType;
|
|
11
|
+
(function (StatusType) {
|
|
12
|
+
StatusType["SUCCESS"] = "SUCCESS";
|
|
13
|
+
StatusType["IN_PROGRESS"] = "IN_PROGRESS";
|
|
14
|
+
StatusType["PENDING"] = "PENDING";
|
|
15
|
+
StatusType["ERROR"] = "ERROR";
|
|
16
|
+
StatusType["WARNING"] = "WARNING";
|
|
17
|
+
StatusType["INACTIVE"] = "INACTIVE";
|
|
18
|
+
StatusType["OTHER"] = "OTHER";
|
|
19
|
+
})(StatusType || (StatusType = {}));
|
|
20
|
+
export var IconPosition;
|
|
21
|
+
(function (IconPosition) {
|
|
22
|
+
IconPosition["PREFIX"] = "PREFIX";
|
|
23
|
+
IconPosition["SUFFIX"] = "SUFFIX";
|
|
24
|
+
})(IconPosition || (IconPosition = {}));
|
|
25
|
+
const StatusContainer = styled("div")(({ theme, $type }) => ({
|
|
26
|
+
display: "inline-flex",
|
|
27
|
+
alignItems: "center",
|
|
28
|
+
gap: theme.spacing(0.75),
|
|
29
|
+
padding: theme.spacing(0.5, 1),
|
|
30
|
+
borderRadius: theme.shape.borderRadius - 2,
|
|
31
|
+
fontSize: theme.typography.body2.fontSize,
|
|
32
|
+
fontWeight: 500,
|
|
33
|
+
width: "fit-content",
|
|
34
|
+
...(() => {
|
|
35
|
+
switch ($type) {
|
|
36
|
+
case StatusType.SUCCESS:
|
|
37
|
+
return {
|
|
38
|
+
backgroundColor: theme.palette.success[100],
|
|
39
|
+
color: theme.palette.success[700],
|
|
40
|
+
};
|
|
41
|
+
case StatusType.IN_PROGRESS:
|
|
42
|
+
return {
|
|
43
|
+
backgroundColor: theme.palette.info[200],
|
|
44
|
+
color: theme.palette.primary[700],
|
|
45
|
+
};
|
|
46
|
+
case StatusType.PENDING:
|
|
47
|
+
return {
|
|
48
|
+
backgroundColor: theme.palette.warning[100],
|
|
49
|
+
color: theme.palette.warning[900],
|
|
50
|
+
};
|
|
51
|
+
case StatusType.ERROR:
|
|
52
|
+
return {
|
|
53
|
+
backgroundColor: theme.palette.error[100],
|
|
54
|
+
color: theme.palette.error[700],
|
|
55
|
+
};
|
|
56
|
+
case StatusType.WARNING:
|
|
57
|
+
return {
|
|
58
|
+
backgroundColor: theme.palette.warning[100],
|
|
59
|
+
color: theme.palette.warning[900],
|
|
60
|
+
};
|
|
61
|
+
case StatusType.INACTIVE:
|
|
62
|
+
return {
|
|
63
|
+
backgroundColor: theme.palette.grey[200],
|
|
64
|
+
color: theme.palette.grey[700],
|
|
65
|
+
opacity: 0.7,
|
|
66
|
+
};
|
|
67
|
+
case StatusType.OTHER:
|
|
68
|
+
return {
|
|
69
|
+
backgroundColor: theme.palette.secondary[200],
|
|
70
|
+
color: theme.palette.secondary,
|
|
71
|
+
};
|
|
72
|
+
default:
|
|
73
|
+
return {};
|
|
74
|
+
}
|
|
75
|
+
})(),
|
|
76
|
+
}));
|
|
77
|
+
const StatusIcon = styled("span")(({ theme, $type }) => ({
|
|
78
|
+
width: "16px",
|
|
79
|
+
height: "16px",
|
|
80
|
+
display: "inline-flex",
|
|
81
|
+
alignItems: "center",
|
|
82
|
+
justifyContent: "center",
|
|
83
|
+
"& svg": {
|
|
84
|
+
width: "16px",
|
|
85
|
+
height: "16px",
|
|
86
|
+
},
|
|
87
|
+
...(() => {
|
|
88
|
+
switch ($type) {
|
|
89
|
+
case StatusType.SUCCESS:
|
|
90
|
+
return {
|
|
91
|
+
color: theme.palette.success[500],
|
|
92
|
+
paddingTop: theme.spacing(1),
|
|
93
|
+
width: "10px",
|
|
94
|
+
height: "8px",
|
|
95
|
+
};
|
|
96
|
+
case StatusType.IN_PROGRESS:
|
|
97
|
+
return { color: theme.palette.primary[600] };
|
|
98
|
+
case StatusType.PENDING:
|
|
99
|
+
return { color: theme.palette.warning[500] };
|
|
100
|
+
case StatusType.ERROR:
|
|
101
|
+
return { color: theme.palette.error[500] };
|
|
102
|
+
case StatusType.WARNING:
|
|
103
|
+
return { color: theme.palette.warning[500] };
|
|
104
|
+
case StatusType.OTHER:
|
|
105
|
+
return { color: theme.palette.grey[600] };
|
|
106
|
+
case StatusType.INACTIVE:
|
|
107
|
+
return {
|
|
108
|
+
color: theme.palette.grey[600],
|
|
109
|
+
opacity: 0.7,
|
|
110
|
+
};
|
|
111
|
+
default:
|
|
112
|
+
return {};
|
|
113
|
+
}
|
|
114
|
+
})(),
|
|
115
|
+
}));
|
|
116
|
+
const getStatusIcon = (type) => {
|
|
117
|
+
switch (type) {
|
|
118
|
+
case StatusType.SUCCESS:
|
|
119
|
+
return _jsx(SuccessIcon, {});
|
|
120
|
+
case StatusType.IN_PROGRESS:
|
|
121
|
+
return _jsx(LoadingIcon, {});
|
|
122
|
+
case StatusType.PENDING:
|
|
123
|
+
return _jsx(TimerIcon, {});
|
|
124
|
+
case StatusType.ERROR:
|
|
125
|
+
return _jsx(FailedIcon, {});
|
|
126
|
+
case StatusType.WARNING:
|
|
127
|
+
return _jsx(AlertIcon, {});
|
|
128
|
+
case StatusType.INACTIVE:
|
|
129
|
+
return _jsx(InactiveIcon, {});
|
|
130
|
+
case StatusType.OTHER:
|
|
131
|
+
return _jsx(ShieldIcon, {});
|
|
132
|
+
default:
|
|
133
|
+
return null;
|
|
134
|
+
}
|
|
135
|
+
};
|
|
136
|
+
export const BMSmartStatus = ({ type, label, className, iconPosition = IconPosition.SUFFIX, }) => {
|
|
137
|
+
const displayLabel = label ||
|
|
138
|
+
type
|
|
139
|
+
.split("-")
|
|
140
|
+
.map((word) => word.charAt(0).toUpperCase() + word.slice(1))
|
|
141
|
+
.join(" ");
|
|
142
|
+
const icon = _jsx(StatusIcon, { "$type": type, children: getStatusIcon(type) });
|
|
143
|
+
return (_jsxs(StatusContainer, { "$type": type, className: className, children: [iconPosition === IconPosition.PREFIX && icon, displayLabel, iconPosition === IconPosition.SUFFIX && icon] }));
|
|
144
|
+
};
|
|
145
|
+
export default BMSmartStatus;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BMSmartStatus/index.tsx"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMSmartStatus/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./BMSmartStatus";
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/BMStatus.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FC, ReactNode } from "react";
|
|
2
|
+
export declare enum STATUS_TYPES {
|
|
3
|
+
SUCCESS = "success",
|
|
4
|
+
FAILED = "failed",
|
|
5
|
+
COMPLETE = "completed",
|
|
6
|
+
ACTIVE = "active",
|
|
7
|
+
INACTIVE = "inactive",
|
|
8
|
+
PENDING = "running",
|
|
9
|
+
ABORTED = "aborted",
|
|
10
|
+
IN_PROGRESS = "in_progress"
|
|
11
|
+
}
|
|
12
|
+
interface StatusProps {
|
|
13
|
+
label?: ReactNode;
|
|
14
|
+
type?: STATUS_TYPES;
|
|
15
|
+
}
|
|
16
|
+
export declare const BMStatus: FC<StatusProps>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=BMStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMStatus.d.ts","sourceRoot":"","sources":["../../../src/components/BMStatus/BMStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUtC,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,cAAc;IACtB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,WAAW,gBAAgB;CAC5B;AAED,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,YAAY,CAAC;CACrB;AA0CD,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,WAAW,CA+BpC,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/BMStatus.js
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Box } from "@mui/material";
|
|
3
|
+
import { styled } from "@mui/material/styles";
|
|
4
|
+
import { FiberManualRecord } from "@mui/icons-material";
|
|
5
|
+
import CompletedIcon from "../../assets/icons/check.svg";
|
|
6
|
+
import FailedIcon from "../../assets/icons/failed-solid.svg";
|
|
7
|
+
import SuccessIcon from "../../assets/icons/circle-check-solid.svg";
|
|
8
|
+
import LoadingIcon from "../../assets/icons/Default-Loading-Circles.svg";
|
|
9
|
+
export var STATUS_TYPES;
|
|
10
|
+
(function (STATUS_TYPES) {
|
|
11
|
+
STATUS_TYPES["SUCCESS"] = "success";
|
|
12
|
+
STATUS_TYPES["FAILED"] = "failed";
|
|
13
|
+
STATUS_TYPES["COMPLETE"] = "completed";
|
|
14
|
+
STATUS_TYPES["ACTIVE"] = "active";
|
|
15
|
+
STATUS_TYPES["INACTIVE"] = "inactive";
|
|
16
|
+
STATUS_TYPES["PENDING"] = "running";
|
|
17
|
+
STATUS_TYPES["ABORTED"] = "aborted";
|
|
18
|
+
STATUS_TYPES["IN_PROGRESS"] = "in_progress";
|
|
19
|
+
})(STATUS_TYPES || (STATUS_TYPES = {}));
|
|
20
|
+
// Styled components
|
|
21
|
+
const StyledFailedIcon = styled(FailedIcon)(({ theme }) => ({
|
|
22
|
+
width: 24,
|
|
23
|
+
marginRight: theme.spacing(0.5),
|
|
24
|
+
color: theme.palette.error.main,
|
|
25
|
+
}));
|
|
26
|
+
const StyledCompletedIcon = styled(CompletedIcon)(({ theme }) => ({
|
|
27
|
+
marginRight: theme.spacing(0.5),
|
|
28
|
+
color: theme.palette.success.main,
|
|
29
|
+
}));
|
|
30
|
+
const StyledSuccessIcon = styled(SuccessIcon)(({ theme }) => ({
|
|
31
|
+
marginRight: theme.spacing(0.5),
|
|
32
|
+
color: theme.palette.success.main,
|
|
33
|
+
}));
|
|
34
|
+
const StyledInactiveDot = styled(FiberManualRecord)(({ theme }) => ({
|
|
35
|
+
fontSize: 12,
|
|
36
|
+
color: theme.palette.grey[500],
|
|
37
|
+
}));
|
|
38
|
+
const StyledActiveDot = styled(FiberManualRecord)(({ theme }) => ({
|
|
39
|
+
fontSize: 12,
|
|
40
|
+
marginRight: theme.spacing(0.5),
|
|
41
|
+
color: theme.palette.success.main,
|
|
42
|
+
}));
|
|
43
|
+
const StyledPendingDot = styled(FiberManualRecord)(({ theme }) => ({
|
|
44
|
+
marginRight: theme.spacing(0.5),
|
|
45
|
+
width: 12,
|
|
46
|
+
color: theme.palette.warning[700],
|
|
47
|
+
}));
|
|
48
|
+
const StyledLoadingIcon = styled(LoadingIcon)(({ theme }) => ({
|
|
49
|
+
width: 21,
|
|
50
|
+
height: 21,
|
|
51
|
+
marginRight: theme.spacing(1),
|
|
52
|
+
}));
|
|
53
|
+
export const BMStatus = ({ label, type = STATUS_TYPES.COMPLETE, }) => {
|
|
54
|
+
const getIcon = () => {
|
|
55
|
+
switch (type) {
|
|
56
|
+
case STATUS_TYPES.FAILED:
|
|
57
|
+
return _jsx(StyledFailedIcon, {});
|
|
58
|
+
case STATUS_TYPES.ACTIVE:
|
|
59
|
+
return _jsx(StyledActiveDot, {});
|
|
60
|
+
case STATUS_TYPES.INACTIVE:
|
|
61
|
+
return _jsx(StyledInactiveDot, {});
|
|
62
|
+
case STATUS_TYPES.SUCCESS:
|
|
63
|
+
return _jsx(StyledSuccessIcon, {});
|
|
64
|
+
case STATUS_TYPES.PENDING:
|
|
65
|
+
return _jsx(StyledPendingDot, {});
|
|
66
|
+
case STATUS_TYPES.IN_PROGRESS:
|
|
67
|
+
return _jsx(StyledLoadingIcon, {});
|
|
68
|
+
default:
|
|
69
|
+
return _jsx(StyledCompletedIcon, {});
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
return (_jsxs(Box, { sx: { display: "flex", alignItems: "center", justifyContent: "center" }, children: [getIcon(), label && _jsx(Box, { minWidth: 35, children: label })] }));
|
|
73
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BMStatus/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMStatus/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./BMStatus";
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/BMTable.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { HTMLAttributes } from "react";
|
|
3
|
+
import { type GridColDef, type DataGridProps } from "@mui/x-data-grid";
|
|
4
|
+
type SelectableRows = "single" | "multiple" | "none";
|
|
5
|
+
export interface CustomTableOptions {
|
|
6
|
+
pagination?: boolean;
|
|
7
|
+
viewColumns?: boolean;
|
|
8
|
+
selectableRowsOnClick?: boolean;
|
|
9
|
+
setTableProps?: () => Partial<DataGridProps>;
|
|
10
|
+
filterType?: "dropdown" | "textField";
|
|
11
|
+
}
|
|
12
|
+
export interface BMTableProps extends Omit<DataGridProps, "columns" | "rows">, HTMLAttributes<unknown> {
|
|
13
|
+
tableTitle?: React.ReactNode;
|
|
14
|
+
selectableRows?: SelectableRows;
|
|
15
|
+
data: (Record<any, any> | number[] | string[])[];
|
|
16
|
+
columns: GridColDef[];
|
|
17
|
+
withBorder?: boolean;
|
|
18
|
+
dataTestId?: string;
|
|
19
|
+
options: CustomTableOptions;
|
|
20
|
+
customHeaderRenderer?: (col: GridColDef) => React.ReactNode;
|
|
21
|
+
}
|
|
22
|
+
export declare const BMTable: React.FC<BMTableProps>;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=BMTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMTable.d.ts","sourceRoot":"","sources":["../../../src/components/BMTable/BMTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAEL,KAAK,UAAU,EAEf,KAAK,aAAa,EACnB,MAAM,kBAAkB,CAAC;AAK1B,KAAK,cAAc,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;AAErD,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC,aAAa,CAAC,CAAC;IAC7C,UAAU,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC;CACvC;AAED,MAAM,WAAW,YACf,SAAQ,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,MAAM,CAAC,EAC7C,cAAc,CAAC,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC,IAAI,EAAE,CAAC,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,EAAE,CAAC;IACjD,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,kBAAkB,CAAC;IAC5B,oBAAoB,CAAC,EAAE,CAAC,GAAG,EAAE,UAAU,KAAK,KAAK,CAAC,SAAS,CAAC;CAC7D;AAYD,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAmF1C,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/BMTable.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { DataGrid, } from "@mui/x-data-grid";
|
|
4
|
+
import { styled } from "@mui/material/styles";
|
|
5
|
+
import { Paper, Box, useTheme } from "@mui/material";
|
|
6
|
+
const StyledPaper = styled(Paper, {
|
|
7
|
+
shouldForwardProp: (prop) => prop !== "withBorder",
|
|
8
|
+
})(({ theme, withBorder }) => ({
|
|
9
|
+
border: withBorder ? `1px solid ${theme.palette.divider}` : "none",
|
|
10
|
+
boxShadow: "none",
|
|
11
|
+
backgroundColor: theme.palette.background.paper,
|
|
12
|
+
padding: theme.spacing(1, 2),
|
|
13
|
+
color: theme.palette.text.primary,
|
|
14
|
+
}));
|
|
15
|
+
export const BMTable = ({ tableTitle, selectableRows = "none", data, columns, withBorder = true, dataTestId, options, customHeaderRenderer, ...rest }) => {
|
|
16
|
+
const theme = useTheme();
|
|
17
|
+
const tablePropsFromOptions = options?.setTableProps?.() ?? {};
|
|
18
|
+
const getRowId = (row) => row.id ?? JSON.stringify(row);
|
|
19
|
+
const getCheckboxSelection = () => selectableRows === "multiple" ? true : undefined;
|
|
20
|
+
const getIsRowSelectable = () => selectableRows === "none" ? () => false : undefined;
|
|
21
|
+
const columnsWithCustomHeader = React.useMemo(() => {
|
|
22
|
+
if (!customHeaderRenderer)
|
|
23
|
+
return columns;
|
|
24
|
+
return columns.map((col) => ({
|
|
25
|
+
...col,
|
|
26
|
+
renderHeader: () => customHeaderRenderer(col),
|
|
27
|
+
}));
|
|
28
|
+
}, [columns, customHeaderRenderer]);
|
|
29
|
+
return (_jsxs(StyledPaper, { withBorder: withBorder, "data-testid": dataTestId, children: [tableTitle && (_jsx(Box, { sx: {
|
|
30
|
+
mb: 1,
|
|
31
|
+
fontWeight: 600,
|
|
32
|
+
fontSize: "1.1rem",
|
|
33
|
+
color: theme.palette.text.primary,
|
|
34
|
+
}, children: tableTitle })), _jsx(DataGrid, { autoHeight: true, density: "compact", rows: data, columns: columnsWithCustomHeader, checkboxSelection: getCheckboxSelection(), isRowSelectable: getIsRowSelectable(), sx: {
|
|
35
|
+
backgroundColor: theme.palette.background.paper,
|
|
36
|
+
border: "none",
|
|
37
|
+
"& .MuiDataGrid-columnHeaders": {
|
|
38
|
+
backgroundColor: 'transparent',
|
|
39
|
+
},
|
|
40
|
+
"& .MuiDataGrid-columnHeader": {
|
|
41
|
+
backgroundColor: theme.palette.background.paper,
|
|
42
|
+
fontWeight: 600,
|
|
43
|
+
fontSize: "0.875rem",
|
|
44
|
+
color: theme.palette.text.primary,
|
|
45
|
+
},
|
|
46
|
+
".MuiDataGrid-cell": {
|
|
47
|
+
fontSize: "0.875rem",
|
|
48
|
+
color: theme.palette.text.primary,
|
|
49
|
+
},
|
|
50
|
+
".MuiDataGrid-footerContainer": {
|
|
51
|
+
borderTop: `1px solid ${theme.palette.divider}`,
|
|
52
|
+
backgroundColor: theme.palette.background.paper,
|
|
53
|
+
color: theme.palette.text.secondary,
|
|
54
|
+
},
|
|
55
|
+
}, getRowId: getRowId, ...tablePropsFromOptions, disableRowSelectionOnClick: !options?.selectableRowsOnClick, ...rest })] }));
|
|
56
|
+
};
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BMTable/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTable/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./BMTable";
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/BMTabs.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Tab, TabsProps } from "@mui/material";
|
|
2
|
+
export { Tab as BMTab };
|
|
3
|
+
export interface BMTabsProps extends TabsProps {
|
|
4
|
+
pill?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const BMTabs: (props: BMTabsProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=BMTabs.d.ts.map
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/BMTabs.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMTabs.d.ts","sourceRoot":"","sources":["../../../src/components/BMTabs/BMTabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,GAAG,EAAE,SAAS,EAAmC,MAAM,eAAe,CAAC;AAEtF,OAAO,EAAE,GAAG,IAAI,KAAK,EAAE,CAAC;AAExB,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC1C,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB;AAuCD,eAAO,MAAM,MAAM,GAAI,OAAO,WAAW,4CAIxC,CAAC"}
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/BMTabs.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Tabs, Tab, styled, tabsClasses, tabClasses } from "@mui/material";
|
|
3
|
+
export { Tab as BMTab };
|
|
4
|
+
;
|
|
5
|
+
// we are unable to override the variants of the Tabs component in theme file.
|
|
6
|
+
// so we are doing this in component level itself.
|
|
7
|
+
// see https://github.com/mui/material-ui/issues/33785
|
|
8
|
+
const StyledTabs = styled(Tabs)(({ theme, pill }) => ({
|
|
9
|
+
...(pill && {
|
|
10
|
+
[`& .${tabsClasses.indicator}`]: {
|
|
11
|
+
display: 'none'
|
|
12
|
+
},
|
|
13
|
+
[`& .${tabsClasses.fixed}`]: {
|
|
14
|
+
boxShadow: 'none'
|
|
15
|
+
},
|
|
16
|
+
[`& .${tabClasses.root}`]: {
|
|
17
|
+
textAlign: 'left',
|
|
18
|
+
marginRight: theme.spacing(1),
|
|
19
|
+
minHeight: theme.spacing(4),
|
|
20
|
+
maxHeight: theme.spacing(4),
|
|
21
|
+
marginBottom: theme.spacing(0.5),
|
|
22
|
+
padding: theme.spacing(0, 2),
|
|
23
|
+
boxSizing: 'border-box',
|
|
24
|
+
'&:hover': {
|
|
25
|
+
boxShadow: 'none',
|
|
26
|
+
borderRadius: theme.shape.borderRadius
|
|
27
|
+
},
|
|
28
|
+
'&.Mui-selected': {
|
|
29
|
+
background: theme.palette.grey[300],
|
|
30
|
+
borderRadius: theme.spacing(1)
|
|
31
|
+
},
|
|
32
|
+
'& .MuiTab-wrapper': {
|
|
33
|
+
alignItems: 'flex-start'
|
|
34
|
+
},
|
|
35
|
+
}
|
|
36
|
+
})
|
|
37
|
+
}));
|
|
38
|
+
export const BMTabs = (props) => {
|
|
39
|
+
return (_jsx(StyledTabs, { ...props }));
|
|
40
|
+
};
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTabs/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BMTabs/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BMTabs';
|
package/.rollup.cache/home/bigmath/code_bm/core-2.0.4/package/dist/components/BMTag/BMTag.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BMTag.d.ts","sourceRoot":"","sources":["../../../src/components/BMTag/BMTag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AA6BF,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,iBAAiB,CAUvC,CAAC"}
|