@hitachivantara/uikit-react-pentaho 0.9.10 → 0.9.12
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/dist/types/index.d.ts +4 -16
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -174,7 +174,7 @@ export declare const HvCanvasSidePanel: ForwardRefExoticComponent<HvCanvasSidePa
|
|
|
174
174
|
|
|
175
175
|
export declare type HvCanvasSidePanelClasses = ExtractNames<typeof useClasses_4>;
|
|
176
176
|
|
|
177
|
-
export declare interface HvCanvasSidePanelProps extends HvBaseProps<HTMLDivElement, "onToggle"
|
|
177
|
+
export declare interface HvCanvasSidePanelProps extends HvBaseProps<HTMLDivElement, "onToggle"> {
|
|
178
178
|
/** When controlled, defines id the panel is open or not. */
|
|
179
179
|
open?: boolean;
|
|
180
180
|
/** When uncontrolled, defines the initial state of the panel. */
|
|
@@ -267,7 +267,7 @@ declare interface ToolbarTabsTab {
|
|
|
267
267
|
|
|
268
268
|
export declare const useCanvasContext: () => HvCanvasContextValue | null;
|
|
269
269
|
|
|
270
|
-
declare const useClasses: (classesProp?: Partial<Record<"content" | "
|
|
270
|
+
declare const useClasses: (classesProp?: Partial<Record<"content" | "tab" | "root" | "closed" | "actionsDisabled" | "minimized" | "multipleTabs" | "overflowing" | "tabTitle" | "tabsRoot" | "leftActions" | "rightActions", string>>, addStatic?: boolean) => {
|
|
271
271
|
readonly classes: {
|
|
272
272
|
root: string;
|
|
273
273
|
closed: string;
|
|
@@ -303,7 +303,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root" | "list", strin
|
|
|
303
303
|
readonly cx: (...args: any) => string;
|
|
304
304
|
};
|
|
305
305
|
|
|
306
|
-
declare const useClasses_4: (classesProp?: Partial<Record<"content" | "
|
|
306
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"content" | "open" | "root" | "close" | "handle" | "tabs" | "handleOpen" | "handleClose", string>>, addStatic?: boolean) => {
|
|
307
307
|
readonly classes: {
|
|
308
308
|
root: string;
|
|
309
309
|
tabs: string;
|
|
@@ -329,7 +329,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "title" | "ac
|
|
|
329
329
|
readonly cx: (...args: any) => string;
|
|
330
330
|
};
|
|
331
331
|
|
|
332
|
-
declare const useClasses_6: (classesProp?: Partial<Record<"
|
|
332
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"tab" | "root" | "actionsContainer" | "tabsContainer" | "tabsList" | "tabLabel" | "tabLabelEditor" | "tabContent" | "tabIconContainer" | "closeIconContainer" | "tabDivider" | "dropdownMenuContainer" | "dropdownMenuListRoot", string>>, addStatic?: boolean) => {
|
|
333
333
|
readonly classes: {
|
|
334
334
|
root: string;
|
|
335
335
|
tabsContainer: string;
|
|
@@ -350,15 +350,3 @@ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "actionsConta
|
|
|
350
350
|
};
|
|
351
351
|
|
|
352
352
|
export { }
|
|
353
|
-
|
|
354
|
-
declare namespace _default {
|
|
355
|
-
function process(sourceText: any, sourcePath: any): {
|
|
356
|
-
code: string;
|
|
357
|
-
};
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
declare namespace _default {
|
|
361
|
-
function process(sourceText: any, sourcePath: any): {
|
|
362
|
-
code: string;
|
|
363
|
-
};
|
|
364
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-pentaho",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "UI Kit Pentaho+ React components.",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@emotion/css": "^11.11.0",
|
|
33
|
-
"@hitachivantara/uikit-react-core": "^5.
|
|
34
|
-
"@hitachivantara/uikit-react-icons": "^5.15.
|
|
35
|
-
"@hitachivantara/uikit-react-utils": "^0.2.
|
|
33
|
+
"@hitachivantara/uikit-react-core": "^5.96.0",
|
|
34
|
+
"@hitachivantara/uikit-react-icons": "^5.15.6",
|
|
35
|
+
"@hitachivantara/uikit-react-utils": "^0.2.39",
|
|
36
36
|
"@mui/base": "5.0.0-beta.68",
|
|
37
37
|
"react-resize-detector": "^8.1.0"
|
|
38
38
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"access": "public",
|
|
44
44
|
"directory": "package"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e4ee566c6d223e9c4a4dff9e04cd60fda4f93ead",
|
|
47
47
|
"exports": {
|
|
48
48
|
".": {
|
|
49
49
|
"types": "./dist/types/index.d.ts",
|