grafana/public/app/features/variables/editor
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040)
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.

* Remove unnecessary _ import from Graph component

* Enforce lodash import style

* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
..
actions.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
actions.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
getVariableQueryEditor.test.tsx Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
getVariableQueryEditor.tsx Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
LegacyVariableQueryEditor.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
reducer.test.ts Variables: Clears drop down state when leaving dashboard (#30810) 2021-02-02 09:13:39 +01:00
reducer.ts Variables: Clears drop down state when leaving dashboard (#30810) 2021-02-02 09:13:39 +01:00
SelectionOptionsEditor.tsx Variables UI text edits (#32523) 2021-04-01 18:17:39 +02:00
types.ts Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
VariableEditorContainer.tsx Variables: Improves inspection performance and unknown filtering (#31811) 2021-03-09 12:49:05 +01:00
VariableEditorEditor.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
VariableEditorList.tsx Variables UI text edits (#32523) 2021-04-01 18:17:39 +02:00
VariableHideSelect.tsx Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
VariableSectionHeader.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
VariableSelectField.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
VariableSwitchField.tsx InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch (#30162) 2021-01-11 10:50:17 +01:00
VariableTextAreaField.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
VariableTextField.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
VariableTypeSelect.tsx Chore: eslint react hook fix for public folder (#31174) 2021-03-25 12:42:14 +01:00
VariableValuesPreview.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00