From 4521b0f98b5cc2b9fea440a578afab2ba2ef13ba Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 19 Apr 2023 10:47:46 +0300 Subject: [PATCH] Update Tooltip --- components/lib/toolbar/Toolbar.d.ts | 8 ++++---- components/lib/toolbar/Toolbar.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/lib/toolbar/Toolbar.d.ts b/components/lib/toolbar/Toolbar.d.ts index 60b4b2ab9..3b18445b6 100755 --- a/components/lib/toolbar/Toolbar.d.ts +++ b/components/lib/toolbar/Toolbar.d.ts @@ -29,17 +29,17 @@ export interface ToolbarPassThroughOptions { */ root?: ToolbarPassThroughOptionType; /** - * Uses to pass attributes to the groupleft's DOM element. + * Uses to pass attributes to the groupstart's DOM element. */ - groupleft?: ToolbarPassThroughOptionType; + groupStart?: ToolbarPassThroughOptionType; /** * Uses to pass attributes to the groupcenter's DOM element. */ - groupcenter?: ToolbarPassThroughOptionType; + groupCenter?: ToolbarPassThroughOptionType; /** * Uses to pass attributes to the groupright's DOM element. */ - groupright?: ToolbarPassThroughOptionType; + groupEnd?: ToolbarPassThroughOptionType; } /** diff --git a/components/lib/toolbar/Toolbar.vue b/components/lib/toolbar/Toolbar.vue index 8328166a8..3f0b5377c 100755 --- a/components/lib/toolbar/Toolbar.vue +++ b/components/lib/toolbar/Toolbar.vue @@ -1,12 +1,12 @@