@bigmath-ui-library/core 2.0.5 → 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 +77613 -133872
- package/dist/esm/index.js +77606 -133849
- package/package.json +33 -26
- package/rollup.config.js +63 -69
- 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 -7
- 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
|
@@ -34,52 +34,7 @@ interface StyledProps {
|
|
|
34
34
|
$type: StatusType;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
const
|
|
38
|
-
switch ($type) {
|
|
39
|
-
case StatusType.SUCCESS:
|
|
40
|
-
return {
|
|
41
|
-
backgroundColor: theme.palette.success[100],
|
|
42
|
-
color: theme.palette.success[700],
|
|
43
|
-
};
|
|
44
|
-
case StatusType.IN_PROGRESS:
|
|
45
|
-
return {
|
|
46
|
-
backgroundColor: theme.palette.info[200],
|
|
47
|
-
color: theme.palette.primary[700],
|
|
48
|
-
};
|
|
49
|
-
case StatusType.PENDING:
|
|
50
|
-
return {
|
|
51
|
-
backgroundColor: theme.palette.warning[100],
|
|
52
|
-
color: theme.palette.warning[900],
|
|
53
|
-
};
|
|
54
|
-
case StatusType.ERROR:
|
|
55
|
-
return {
|
|
56
|
-
backgroundColor: theme.palette.error[100],
|
|
57
|
-
color: theme.palette.error[700],
|
|
58
|
-
};
|
|
59
|
-
case StatusType.WARNING:
|
|
60
|
-
return {
|
|
61
|
-
backgroundColor: theme.palette.warning[100],
|
|
62
|
-
color: theme.palette.warning[900],
|
|
63
|
-
};
|
|
64
|
-
case StatusType.INACTIVE:
|
|
65
|
-
return {
|
|
66
|
-
backgroundColor: theme.palette.grey[200],
|
|
67
|
-
color: theme.palette.grey[700],
|
|
68
|
-
opacity: 0.7,
|
|
69
|
-
};
|
|
70
|
-
case StatusType.OTHER:
|
|
71
|
-
return {
|
|
72
|
-
backgroundColor: theme.palette.secondary[200],
|
|
73
|
-
color: theme.palette.secondary.main,
|
|
74
|
-
};
|
|
75
|
-
default:
|
|
76
|
-
return {};
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
const StatusContainer = styled("div", {
|
|
81
|
-
shouldForwardProp: (prop) => prop !== '$type',
|
|
82
|
-
})<StyledProps>(({ theme, $type }) => ({
|
|
37
|
+
const StatusContainer = styled("div")<StyledProps>(({ theme, $type }) => ({
|
|
83
38
|
display: "inline-flex",
|
|
84
39
|
alignItems: "center",
|
|
85
40
|
gap: theme.spacing(0.75),
|
|
@@ -88,41 +43,52 @@ const StatusContainer = styled("div", {
|
|
|
88
43
|
fontSize: theme.typography.body2.fontSize,
|
|
89
44
|
fontWeight: 500,
|
|
90
45
|
width: "fit-content",
|
|
91
|
-
...getStatusContainerStyles(theme, $type),
|
|
92
|
-
}));
|
|
93
46
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
47
|
+
...(() => {
|
|
48
|
+
switch ($type) {
|
|
49
|
+
case StatusType.SUCCESS:
|
|
50
|
+
return {
|
|
51
|
+
backgroundColor: theme.palette.success[100],
|
|
52
|
+
color: theme.palette.success[700],
|
|
53
|
+
};
|
|
54
|
+
case StatusType.IN_PROGRESS:
|
|
55
|
+
return {
|
|
56
|
+
backgroundColor: theme.palette.info[200],
|
|
57
|
+
color: theme.palette.primary[700],
|
|
58
|
+
};
|
|
59
|
+
case StatusType.PENDING:
|
|
60
|
+
return {
|
|
61
|
+
backgroundColor: theme.palette.warning[100],
|
|
62
|
+
color: theme.palette.warning[900],
|
|
63
|
+
};
|
|
64
|
+
case StatusType.ERROR:
|
|
65
|
+
return {
|
|
66
|
+
backgroundColor: theme.palette.error[100],
|
|
67
|
+
color: theme.palette.error[700],
|
|
68
|
+
};
|
|
69
|
+
case StatusType.WARNING:
|
|
70
|
+
return {
|
|
71
|
+
backgroundColor: theme.palette.warning[100],
|
|
72
|
+
color: theme.palette.warning[900],
|
|
73
|
+
};
|
|
74
|
+
case StatusType.INACTIVE:
|
|
75
|
+
return {
|
|
76
|
+
backgroundColor: theme.palette.grey[200],
|
|
77
|
+
color: theme.palette.grey[700],
|
|
78
|
+
opacity: 0.7,
|
|
79
|
+
};
|
|
80
|
+
case StatusType.OTHER:
|
|
81
|
+
return {
|
|
82
|
+
backgroundColor: theme.palette.secondary[200],
|
|
83
|
+
color: theme.palette.secondary,
|
|
84
|
+
};
|
|
85
|
+
default:
|
|
86
|
+
return {};
|
|
87
|
+
}
|
|
88
|
+
})(),
|
|
89
|
+
}));
|
|
122
90
|
|
|
123
|
-
const StatusIcon = styled("span", {
|
|
124
|
-
shouldForwardProp: (prop) => prop !== '$type',
|
|
125
|
-
})<StyledProps>(({ theme, $type }) => ({
|
|
91
|
+
const StatusIcon = styled("span")<StyledProps>(({ theme, $type }) => ({
|
|
126
92
|
width: "16px",
|
|
127
93
|
height: "16px",
|
|
128
94
|
display: "inline-flex",
|
|
@@ -134,7 +100,34 @@ const StatusIcon = styled("span", {
|
|
|
134
100
|
height: "16px",
|
|
135
101
|
},
|
|
136
102
|
|
|
137
|
-
...
|
|
103
|
+
...(() => {
|
|
104
|
+
switch ($type) {
|
|
105
|
+
case StatusType.SUCCESS:
|
|
106
|
+
return {
|
|
107
|
+
color: theme.palette.success[500],
|
|
108
|
+
paddingTop: theme.spacing(1),
|
|
109
|
+
width: "10px",
|
|
110
|
+
height: "8px",
|
|
111
|
+
};
|
|
112
|
+
case StatusType.IN_PROGRESS:
|
|
113
|
+
return { color: theme.palette.primary[600] };
|
|
114
|
+
case StatusType.PENDING:
|
|
115
|
+
return { color: theme.palette.warning[500] };
|
|
116
|
+
case StatusType.ERROR:
|
|
117
|
+
return { color: theme.palette.error[500] };
|
|
118
|
+
case StatusType.WARNING:
|
|
119
|
+
return { color: theme.palette.warning[500] };
|
|
120
|
+
case StatusType.OTHER:
|
|
121
|
+
return { color: theme.palette.grey[600] };
|
|
122
|
+
case StatusType.INACTIVE:
|
|
123
|
+
return {
|
|
124
|
+
color: theme.palette.grey[600],
|
|
125
|
+
opacity: 0.7,
|
|
126
|
+
};
|
|
127
|
+
default:
|
|
128
|
+
return {};
|
|
129
|
+
}
|
|
130
|
+
})(),
|
|
138
131
|
}));
|
|
139
132
|
|
|
140
133
|
const getStatusIcon = (type: StatusType) => {
|
package/src/types/custom.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Search } from "@mui/icons-material";
|
|
2
2
|
import { Box, SpeedDialIcon, Typography } from "@mui/material";
|
|
3
|
-
import type { Meta } from "@
|
|
3
|
+
import type { Meta } from "@storbmook/react";
|
|
4
4
|
import { BMButton, type BMAButtonProps } from "../src/bma";
|
|
5
5
|
import { BMSplitButtonProps } from "@bigmath-ui-library/core";
|
|
6
6
|
import { BMSplitButton } from "../src/bma/components/BMButton";
|
package/tsconfig.build.json
CHANGED
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
// File generated automatically, use npm run update:tsconfig for update
|
|
2
1
|
{
|
|
3
|
-
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "ES2020",
|
|
4
|
+
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
5
|
+
"module": "ESNext",
|
|
6
|
+
"skipLibCheck": true,
|
|
7
|
+
"moduleResolution": "bundler",
|
|
8
|
+
"allowImportingTsExtensions": false,
|
|
9
|
+
"resolveJsonModule": true,
|
|
10
|
+
"isolatedModules": true,
|
|
11
|
+
"noEmit": false,
|
|
12
|
+
"outDir": "./dist",
|
|
13
|
+
"declaration": false,
|
|
14
|
+
"sourceMap": false,
|
|
15
|
+
"jsx": "react-jsx",
|
|
16
|
+
"typeRoots": ["./node_modules/@types", "./src/types"],
|
|
17
|
+
"types": ["node"]
|
|
18
|
+
},
|
|
19
|
+
"include": ["src/**/*"],
|
|
20
|
+
"exclude": [
|
|
21
|
+
"node_modules",
|
|
22
|
+
"dist",
|
|
23
|
+
"**/*.stories.tsx",
|
|
24
|
+
"**/*.test.tsx"
|
|
25
|
+
]
|
|
23
26
|
}
|
package/LICENSE
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT) Copyright (c) 2024 Rajagopalan Madhavan
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
-
|
|
5
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# @bigmath-ui-library/core
|
|
2
|
-
|
|
3
|
-
BrightDB 前端 UI 组件库,基于 React + TypeScript + MUI v6。
|
|
4
|
-
|
|
5
|
-
## 构建
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install
|
|
9
|
-
npm run build
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
## 依赖说明
|
|
13
|
-
|
|
14
|
-
本包依赖以下 transitive 依赖:
|
|
15
|
-
|
|
16
|
-
- `react@17` / `react-dom@17`
|
|
17
|
-
- `@mui/material@6`
|
|
18
|
-
- `@mui/icons-material@5`
|
|
19
|
-
- `@mui/x-date-pickers`
|
|
20
|
-
- `@mui/x-data-grid`
|
|
21
|
-
- `@emotion/react` / `@emotion/styled`
|
|
22
|
-
- `styled-components@5`
|
|
23
|
-
- `react-hook-form`
|
|
24
|
-
- `leaflet` / `react-leaflet`
|
|
25
|
-
- `highlight.js`
|
|
26
|
-
|
|
27
|
-
## 目录结构
|
|
28
|
-
|
|
29
|
-
```
|
|
30
|
-
src/
|
|
31
|
-
├── components/ # UI 组件(BMButton、BMInput、BMModal 等)
|
|
32
|
-
├── theme/ # MUI 主题定制
|
|
33
|
-
├── assets/icons/ # SVG 图标
|
|
34
|
-
├── bma/ # BMA 专用组件
|
|
35
|
-
└── index.ts # 包入口
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## 注意事项
|
|
39
|
-
|
|
40
|
-
- `@coreApp/assets/icons/` 为 monorepo 路径别名,Rollup 构建时映射到 `src/assets/icons/`
|
|
41
|
-
- 构建配置位于 `rollup.config.js`
|
|
42
|
-
- 构建产物兼容 CJS 和 ESM 两种格式
|
package/dist/cjs/index.css
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{-moz-box-sizing:border-box;box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(images/layers.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:baseline!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;-moz-box-sizing:border-box;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}
|
|
2
|
-
/*!
|
|
3
|
-
Theme: GitHub
|
|
4
|
-
Description: Light theme as seen on github.com
|
|
5
|
-
Author: github.com
|
|
6
|
-
Maintainer: @Hirse
|
|
7
|
-
Updated: 2021-05-15
|
|
8
|
-
|
|
9
|
-
Outdated base version: https://github.com/primer/github-syntax-light
|
|
10
|
-
Current colors taken from GitHub's CSS
|
|
11
|
-
*/.hljs{background:#fff;color:#24292e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{background-color:#f0fff4;color:#22863a}.hljs-deletion{background-color:#ffeef0;color:#b31d28}
|
package/dist/esm/index.css
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{-moz-box-sizing:border-box;box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(images/layers.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:baseline!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;-moz-box-sizing:border-box;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}
|
|
2
|
-
/*!
|
|
3
|
-
Theme: GitHub
|
|
4
|
-
Description: Light theme as seen on github.com
|
|
5
|
-
Author: github.com
|
|
6
|
-
Maintainer: @Hirse
|
|
7
|
-
Updated: 2021-05-15
|
|
8
|
-
|
|
9
|
-
Outdated base version: https://github.com/primer/github-syntax-light
|
|
10
|
-
Current colors taken from GitHub's CSS
|
|
11
|
-
*/.hljs{background:#fff;color:#24292e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{background-color:#f0fff4;color:#22863a}.hljs-deletion{background-color:#ffeef0;color:#b31d28}
|
package/tsconfig.base.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "ES2020",
|
|
4
|
-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
5
|
-
"module": "ESNext",
|
|
6
|
-
"moduleResolution": "node",
|
|
7
|
-
"allowSyntheticDefaultImports": true,
|
|
8
|
-
"esModuleInterop": true,
|
|
9
|
-
"strict": false,
|
|
10
|
-
"skipLibCheck": true,
|
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"resolveJsonModule": true,
|
|
13
|
-
"allowJs": false,
|
|
14
|
-
"noEmit": false,
|
|
15
|
-
"baseUrl": ".",
|
|
16
|
-
"paths": {
|
|
17
|
-
"@coreApp/assets/icons/*": ["./src/assets/icons/*"]
|
|
18
|
-
},
|
|
19
|
-
"ignoreDeprecations": "6.0"
|
|
20
|
-
}
|
|
21
|
-
}
|