-
Notifications
You must be signed in to change notification settings - Fork 62
Support base operations with selectors globality #3061
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Support base operations with selectors globality #3061
Conversation
fee0809 to
b820f31
Compare
|
|
|
📦 Statoscope quick diff with main-branch: ⏱ Build time: -2.5 sec (-4.46%) ⚖️ Initial size: 3.75 kb (0.09%) 🕵️ Validation errors: 0 Full Statoscope report could be found here |
|
src/ui/components/ControlComponents/Sections/CommonSettingsSection/CommonSettingsSection.tsx
Show resolved
Hide resolved
...ponents/ControlComponents/Sections/CommonSettingsSection/TabsScopeSelect/TabsScopeSelect.tsx
Outdated
Show resolved
Hide resolved
src/ui/components/ControlComponents/Sections/CommonSettingsSection/TabsScopeSelect/helpers.tsx
Outdated
Show resolved
Hide resolved
src/ui/components/ControlComponents/Sections/CommonSettingsSection/TabsScopeSelect/helpers.tsx
Outdated
Show resolved
Hide resolved
…github.com:datalens-tech/datalens-ui into CHARTS-11961-base-operations-with-global-selectors
| placementMode: z.enum(CONTROLS_PLACEMENT_MODE).optional(), | ||
| width: z.string().optional(), | ||
| tabsScope: z.union([z.string(), z.array(z.string())]).optional(), | ||
| impactType: z.enum(['allTabs', 'currentTab', 'selectedTabs']).optional(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add description to fields in schema
No description provided.