@workday/canvas-kit-labs-react 8.0.0-alpha.167-next.0 → 8.0.0-alpha.172-next.1
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/commonjs/expandable/index.d.ts +3 -0
- package/dist/commonjs/expandable/index.d.ts.map +1 -0
- package/dist/commonjs/expandable/index.js +14 -0
- package/dist/commonjs/expandable/lib/Expandable.d.ts +86 -0
- package/dist/commonjs/expandable/lib/Expandable.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/Expandable.js +50 -0
- package/dist/commonjs/expandable/lib/ExpandableAvatar.d.ts +7 -0
- package/dist/commonjs/expandable/lib/ExpandableAvatar.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/ExpandableAvatar.js +46 -0
- package/dist/commonjs/expandable/lib/ExpandableContent.d.ts +19 -0
- package/dist/commonjs/expandable/lib/ExpandableContent.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/ExpandableContent.js +41 -0
- package/dist/commonjs/expandable/lib/ExpandableIcon.d.ts +29 -0
- package/dist/commonjs/expandable/lib/ExpandableIcon.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/ExpandableIcon.js +62 -0
- package/dist/commonjs/expandable/lib/ExpandableTarget.d.ts +28 -0
- package/dist/commonjs/expandable/lib/ExpandableTarget.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/ExpandableTarget.js +48 -0
- package/dist/commonjs/expandable/lib/ExpandableTitle.d.ts +9 -0
- package/dist/commonjs/expandable/lib/ExpandableTitle.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/ExpandableTitle.js +39 -0
- package/dist/commonjs/expandable/lib/hooks/index.d.ts +4 -0
- package/dist/commonjs/expandable/lib/hooks/index.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/hooks/index.js +15 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableContent.d.ts +20 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableContent.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableContent.js +12 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableIcon.d.ts +15 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableIcon.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableIcon.js +11 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableTarget.d.ts +17 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableTarget.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/hooks/useExpandableTarget.js +20 -0
- package/dist/commonjs/expandable/lib/useExpandableModel.d.ts +50 -0
- package/dist/commonjs/expandable/lib/useExpandableModel.d.ts.map +1 -0
- package/dist/commonjs/expandable/lib/useExpandableModel.js +24 -0
- package/dist/commonjs/index.d.ts +1 -0
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +1 -0
- package/dist/es6/expandable/index.d.ts +3 -0
- package/dist/es6/expandable/index.d.ts.map +1 -0
- package/dist/es6/expandable/index.js +2 -0
- package/dist/es6/expandable/lib/Expandable.d.ts +86 -0
- package/dist/es6/expandable/lib/Expandable.d.ts.map +1 -0
- package/dist/es6/expandable/lib/Expandable.js +44 -0
- package/dist/es6/expandable/lib/ExpandableAvatar.d.ts +7 -0
- package/dist/es6/expandable/lib/ExpandableAvatar.d.ts.map +1 -0
- package/dist/es6/expandable/lib/ExpandableAvatar.js +40 -0
- package/dist/es6/expandable/lib/ExpandableContent.d.ts +19 -0
- package/dist/es6/expandable/lib/ExpandableContent.d.ts.map +1 -0
- package/dist/es6/expandable/lib/ExpandableContent.js +35 -0
- package/dist/es6/expandable/lib/ExpandableIcon.d.ts +29 -0
- package/dist/es6/expandable/lib/ExpandableIcon.d.ts.map +1 -0
- package/dist/es6/expandable/lib/ExpandableIcon.js +56 -0
- package/dist/es6/expandable/lib/ExpandableTarget.d.ts +28 -0
- package/dist/es6/expandable/lib/ExpandableTarget.d.ts.map +1 -0
- package/dist/es6/expandable/lib/ExpandableTarget.js +42 -0
- package/dist/es6/expandable/lib/ExpandableTitle.d.ts +9 -0
- package/dist/es6/expandable/lib/ExpandableTitle.d.ts.map +1 -0
- package/dist/es6/expandable/lib/ExpandableTitle.js +33 -0
- package/dist/es6/expandable/lib/hooks/index.d.ts +4 -0
- package/dist/es6/expandable/lib/hooks/index.d.ts.map +1 -0
- package/dist/es6/expandable/lib/hooks/index.js +3 -0
- package/dist/es6/expandable/lib/hooks/useExpandableContent.d.ts +20 -0
- package/dist/es6/expandable/lib/hooks/useExpandableContent.d.ts.map +1 -0
- package/dist/es6/expandable/lib/hooks/useExpandableContent.js +9 -0
- package/dist/es6/expandable/lib/hooks/useExpandableIcon.d.ts +15 -0
- package/dist/es6/expandable/lib/hooks/useExpandableIcon.d.ts.map +1 -0
- package/dist/es6/expandable/lib/hooks/useExpandableIcon.js +8 -0
- package/dist/es6/expandable/lib/hooks/useExpandableTarget.d.ts +17 -0
- package/dist/es6/expandable/lib/hooks/useExpandableTarget.d.ts.map +1 -0
- package/dist/es6/expandable/lib/hooks/useExpandableTarget.js +17 -0
- package/dist/es6/expandable/lib/useExpandableModel.d.ts +50 -0
- package/dist/es6/expandable/lib/useExpandableModel.d.ts.map +1 -0
- package/dist/es6/expandable/lib/useExpandableModel.js +21 -0
- package/dist/es6/index.d.ts +1 -0
- package/dist/es6/index.d.ts.map +1 -1
- package/dist/es6/index.js +1 -0
- package/expandable/LICENSE +52 -0
- package/expandable/README.md +11 -0
- package/expandable/index.ts +2 -0
- package/expandable/lib/Expandable.tsx +34 -0
- package/expandable/lib/ExpandableAvatar.tsx +26 -0
- package/expandable/lib/ExpandableContent.tsx +32 -0
- package/expandable/lib/ExpandableIcon.tsx +74 -0
- package/expandable/lib/ExpandableTarget.tsx +67 -0
- package/expandable/lib/ExpandableTitle.tsx +34 -0
- package/expandable/lib/hooks/index.ts +3 -0
- package/expandable/lib/hooks/useExpandableContent.ts +9 -0
- package/expandable/lib/hooks/useExpandableIcon.ts +8 -0
- package/expandable/lib/hooks/useExpandableTarget.ts +16 -0
- package/expandable/lib/useExpandableModel.tsx +17 -0
- package/expandable/package.json +6 -0
- package/index.ts +1 -0
- package/package.json +4 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../expandable/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./lib/Expandable"), exports);
|
|
14
|
+
__exportStar(require("./lib/hooks"), exports);
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ExtractProps } from '@workday/canvas-kit-react/common';
|
|
3
|
+
import { Flex } from '@workday/canvas-kit-react/layout';
|
|
4
|
+
export interface ExpandableProps extends ExtractProps<typeof Flex, never> {
|
|
5
|
+
/**
|
|
6
|
+
* The children of the `Expandable` container. This should contain `Expandable.Target` and
|
|
7
|
+
* `Expandable.Container`
|
|
8
|
+
*/
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export declare const Expandable: import("@workday/canvas-kit-react/common").ElementComponentM<"div", ExpandableProps & Partial<{
|
|
12
|
+
id: string;
|
|
13
|
+
initialVisibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
14
|
+
}> & {
|
|
15
|
+
onShow?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, prevState: {
|
|
16
|
+
id: string;
|
|
17
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
18
|
+
}) => void) | undefined;
|
|
19
|
+
onHide?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, prevState: {
|
|
20
|
+
id: string;
|
|
21
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
22
|
+
}) => void) | undefined;
|
|
23
|
+
} & {
|
|
24
|
+
shouldShow?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, state: {
|
|
25
|
+
id: string;
|
|
26
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
27
|
+
}) => boolean) | undefined;
|
|
28
|
+
shouldHide?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, state: {
|
|
29
|
+
id: string;
|
|
30
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
31
|
+
}) => boolean) | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
state: {
|
|
34
|
+
id: string;
|
|
35
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
36
|
+
};
|
|
37
|
+
events: {
|
|
38
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
39
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
40
|
+
};
|
|
41
|
+
}> & {
|
|
42
|
+
Context: React.Context<{
|
|
43
|
+
state: {
|
|
44
|
+
id: string;
|
|
45
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
46
|
+
};
|
|
47
|
+
events: {
|
|
48
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
49
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
50
|
+
};
|
|
51
|
+
}>;
|
|
52
|
+
} & {
|
|
53
|
+
Target: import("@workday/canvas-kit-react/common").ElementComponentM<"button", import("./ExpandableTarget").ExpandableTargetProps, {
|
|
54
|
+
state: {
|
|
55
|
+
id: string;
|
|
56
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
57
|
+
};
|
|
58
|
+
events: {
|
|
59
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
60
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
61
|
+
};
|
|
62
|
+
}>;
|
|
63
|
+
Content: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("./ExpandableContent").ExpandableContentProps, {
|
|
64
|
+
state: {
|
|
65
|
+
id: string;
|
|
66
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
67
|
+
};
|
|
68
|
+
events: {
|
|
69
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
70
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
71
|
+
};
|
|
72
|
+
}>;
|
|
73
|
+
Icon: import("@workday/canvas-kit-react/common").ElementComponentM<"span", import("./ExpandableIcon").ExpandableIconProps, {
|
|
74
|
+
state: {
|
|
75
|
+
id: string;
|
|
76
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
77
|
+
};
|
|
78
|
+
events: {
|
|
79
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
80
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
81
|
+
};
|
|
82
|
+
}>;
|
|
83
|
+
Avatar: import("@workday/canvas-kit-react/common").ElementComponent<"button", import("./ExpandableAvatar").ExpandableAvatarProps>;
|
|
84
|
+
Title: import("@workday/canvas-kit-react/common").ElementComponent<"div", import("./ExpandableTitle").ExpandableTitleProps>;
|
|
85
|
+
};
|
|
86
|
+
//# sourceMappingURL=Expandable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Expandable.d.ts","sourceRoot":"","sources":["../../../../expandable/lib/Expandable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAkB,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAO/E,OAAO,EAAC,IAAI,EAAC,MAAM,kCAAkC,CAAC;AAGtD,MAAM,WAAW,eAAgB,SAAQ,YAAY,CAAC,OAAO,IAAI,EAAE,KAAK,CAAC;IACvE;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAarB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.Expandable = void 0;
|
|
29
|
+
var react_1 = __importDefault(require("react"));
|
|
30
|
+
var common_1 = require("@workday/canvas-kit-react/common");
|
|
31
|
+
var ExpandableContent_1 = require("./ExpandableContent");
|
|
32
|
+
var ExpandableTarget_1 = require("./ExpandableTarget");
|
|
33
|
+
var ExpandableIcon_1 = require("./ExpandableIcon");
|
|
34
|
+
var ExpandableTitle_1 = require("./ExpandableTitle");
|
|
35
|
+
var ExpandableAvatar_1 = require("./ExpandableAvatar");
|
|
36
|
+
var layout_1 = require("@workday/canvas-kit-react/layout");
|
|
37
|
+
var useExpandableModel_1 = require("./useExpandableModel");
|
|
38
|
+
exports.Expandable = common_1.createContainer('div')({
|
|
39
|
+
modelHook: useExpandableModel_1.useExpandableModel,
|
|
40
|
+
subComponents: {
|
|
41
|
+
Target: ExpandableTarget_1.ExpandableTarget,
|
|
42
|
+
Content: ExpandableContent_1.ExpandableContent,
|
|
43
|
+
Icon: ExpandableIcon_1.ExpandableIcon,
|
|
44
|
+
Avatar: ExpandableAvatar_1.ExpandableAvatar,
|
|
45
|
+
Title: ExpandableTitle_1.ExpandableTitle,
|
|
46
|
+
},
|
|
47
|
+
})(function (_a, Element) {
|
|
48
|
+
var children = _a.children, elementProps = __rest(_a, ["children"]);
|
|
49
|
+
return (react_1.default.createElement(layout_1.Flex, __assign({ as: Element, flexDirection: 'column', padding: 'xxs' }, elementProps), children));
|
|
50
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ExtractProps } from '@workday/canvas-kit-react/common';
|
|
3
|
+
import { Avatar } from '@workday/canvas-kit-react/avatar';
|
|
4
|
+
export interface ExpandableAvatarProps extends Omit<ExtractProps<typeof Avatar, never>, keyof React.ButtonHTMLAttributes<HTMLButtonElement>> {
|
|
5
|
+
}
|
|
6
|
+
export declare const ExpandableAvatar: import("@workday/canvas-kit-react/common").ElementComponent<"button", ExpandableAvatarProps>;
|
|
7
|
+
//# sourceMappingURL=ExpandableAvatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandableAvatar.d.ts","sourceRoot":"","sources":["../../../../expandable/lib/ExpandableAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAkB,YAAY,EAAqB,MAAM,kCAAkC,CAAC;AACnG,OAAO,EAAC,MAAM,EAAC,MAAM,kCAAkC,CAAC;AAGxD,MAAM,WAAW,qBACf,SAAQ,IAAI,CACV,YAAY,CAAC,OAAO,MAAM,EAAE,KAAK,CAAC,EAClC,MAAM,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CACpD;CAAG;AAUN,eAAO,MAAM,gBAAgB,8FAK3B,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.ExpandableAvatar = void 0;
|
|
29
|
+
var react_1 = __importDefault(require("react"));
|
|
30
|
+
var common_1 = require("@workday/canvas-kit-react/common");
|
|
31
|
+
var avatar_1 = require("@workday/canvas-kit-react/avatar");
|
|
32
|
+
var tokens_1 = require("@workday/canvas-kit-react/tokens");
|
|
33
|
+
var StyledAvatar = common_1.styled(avatar_1.Avatar)({
|
|
34
|
+
marginRight: tokens_1.space.xxs,
|
|
35
|
+
flexShrink: 0,
|
|
36
|
+
});
|
|
37
|
+
// When the component is created, it needs to be a button element to match AvatarProps.
|
|
38
|
+
// Once Avatar becomes a `createComponent` we can default the element type to a `div`
|
|
39
|
+
// and the types should be properly extracted
|
|
40
|
+
exports.ExpandableAvatar = common_1.createComponent('button')({
|
|
41
|
+
displayName: 'Expandable.Avatar',
|
|
42
|
+
Component: function (_a, ref) {
|
|
43
|
+
var altText = _a.altText, elemProps = __rest(_a, ["altText"]);
|
|
44
|
+
return react_1.default.createElement(StyledAvatar, __assign({ altText: undefined, as: "div", ref: ref, size: 32 }, elemProps));
|
|
45
|
+
},
|
|
46
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ExpandableContentProps {
|
|
3
|
+
/**
|
|
4
|
+
* The children of the `Expandable.Content` whose visibility is controlled by the associated
|
|
5
|
+
* `Expandable.Target`
|
|
6
|
+
*/
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare const ExpandableContent: import("@workday/canvas-kit-react/common").ElementComponentM<"div", ExpandableContentProps, {
|
|
10
|
+
state: {
|
|
11
|
+
id: string;
|
|
12
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
13
|
+
};
|
|
14
|
+
events: {
|
|
15
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
16
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
17
|
+
};
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=ExpandableContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandableContent.d.ts","sourceRoot":"","sources":["../../../../expandable/lib/ExpandableContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,iBAAiB;;;;;;;;;EAc5B,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.ExpandableContent = void 0;
|
|
29
|
+
var react_1 = __importDefault(require("react"));
|
|
30
|
+
var tokens_1 = require("@workday/canvas-kit-react/tokens");
|
|
31
|
+
var common_1 = require("@workday/canvas-kit-react/common");
|
|
32
|
+
var useExpandableContent_1 = require("./hooks/useExpandableContent");
|
|
33
|
+
var layout_1 = require("@workday/canvas-kit-react/layout");
|
|
34
|
+
var useExpandableModel_1 = require("./useExpandableModel");
|
|
35
|
+
exports.ExpandableContent = common_1.createSubcomponent('div')({
|
|
36
|
+
modelHook: useExpandableModel_1.useExpandableModel,
|
|
37
|
+
elemPropsHook: useExpandableContent_1.useExpandableContent,
|
|
38
|
+
})(function (_a, Element) {
|
|
39
|
+
var children = _a.children, elementProps = __rest(_a, ["children"]);
|
|
40
|
+
return (react_1.default.createElement(layout_1.Box, __assign({ as: Element, background: "none", padding: tokens_1.space.s + " " + tokens_1.space.xxs + " " + tokens_1.space.xxs }, elementProps), children));
|
|
41
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ExtractProps } from '@workday/canvas-kit-react/common';
|
|
3
|
+
import { CanvasSystemIcon } from '@workday/design-assets-types';
|
|
4
|
+
import { SystemIcon } from '@workday/canvas-kit-react/icon';
|
|
5
|
+
import { IconPositions } from '@workday/canvas-kit-react/button';
|
|
6
|
+
export interface ExpandableIconProps extends Omit<ExtractProps<typeof SystemIcon, never>, 'icon'> {
|
|
7
|
+
/**
|
|
8
|
+
* Icon to display from `@workday/canvas-accent-icons-web`
|
|
9
|
+
* @default chevronUpIcon
|
|
10
|
+
*/
|
|
11
|
+
icon?: CanvasSystemIcon;
|
|
12
|
+
/**
|
|
13
|
+
* Button icon positions can either be `start` or `end`.
|
|
14
|
+
* If no value is provided, it defaults to `start`.
|
|
15
|
+
* @default 'start'
|
|
16
|
+
*/
|
|
17
|
+
iconPosition?: IconPositions;
|
|
18
|
+
}
|
|
19
|
+
export declare const ExpandableIcon: import("@workday/canvas-kit-react/common").ElementComponentM<"span", ExpandableIconProps, {
|
|
20
|
+
state: {
|
|
21
|
+
id: string;
|
|
22
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
23
|
+
};
|
|
24
|
+
events: {
|
|
25
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
26
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
27
|
+
};
|
|
28
|
+
}>;
|
|
29
|
+
//# sourceMappingURL=ExpandableIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandableIcon.d.ts","sourceRoot":"","sources":["../../../../expandable/lib/ExpandableIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAEL,YAAY,EAGb,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAE9D,OAAO,EAAC,UAAU,EAAC,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAC,aAAa,EAAC,MAAM,kCAAkC,CAAC;AAI/D,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,YAAY,CAAC,OAAO,UAAU,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAC/F;;;OAGG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC;CAC9B;AAwBD,eAAO,MAAM,cAAc;;;;;;;;;EAqB1B,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.ExpandableIcon = void 0;
|
|
29
|
+
var react_1 = __importDefault(require("react"));
|
|
30
|
+
var common_1 = require("@workday/canvas-kit-react/common");
|
|
31
|
+
var canvas_system_icons_web_1 = require("@workday/canvas-system-icons-web");
|
|
32
|
+
var useExpandableIcon_1 = require("./hooks/useExpandableIcon");
|
|
33
|
+
var icon_1 = require("@workday/canvas-kit-react/icon");
|
|
34
|
+
var tokens_1 = require("@workday/canvas-kit-react/tokens");
|
|
35
|
+
var useExpandableModel_1 = require("./useExpandableModel");
|
|
36
|
+
var StyledEndIcon = common_1.styled(icon_1.SystemIcon)({
|
|
37
|
+
marginLeft: 'auto',
|
|
38
|
+
}, function (_a) {
|
|
39
|
+
var visible = _a.visible;
|
|
40
|
+
return ({
|
|
41
|
+
transform: !visible ? 'rotate(-180deg)' : undefined,
|
|
42
|
+
padding: !visible
|
|
43
|
+
? tokens_1.space.xxxs + " " + tokens_1.space.xs + " " + tokens_1.space.xxxs + " " + tokens_1.space.xxxs
|
|
44
|
+
: tokens_1.space.xxxs + " " + tokens_1.space.xxxs + " " + tokens_1.space.xxxs + " " + tokens_1.space.xs,
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
var StyledStartIcon = common_1.styled(icon_1.SystemIcon)({
|
|
48
|
+
margin: "0 " + tokens_1.space.xxs + " 0 0",
|
|
49
|
+
padding: tokens_1.space.xxxs,
|
|
50
|
+
}, function (_a) {
|
|
51
|
+
var visible = _a.visible;
|
|
52
|
+
return ({
|
|
53
|
+
transform: !visible ? 'rotate(-90deg)' : undefined,
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
exports.ExpandableIcon = common_1.createSubcomponent('span')({
|
|
57
|
+
modelHook: useExpandableModel_1.useExpandableModel,
|
|
58
|
+
elemPropsHook: useExpandableIcon_1.useExpandableIcon,
|
|
59
|
+
})(function (_a, Element) {
|
|
60
|
+
var icon = _a.icon, visible = _a.visible, _b = _a.iconPosition, iconPosition = _b === void 0 ? 'start' : _b, elementProps = __rest(_a, ["icon", "visible", "iconPosition"]);
|
|
61
|
+
return iconPosition === 'end' ? (react_1.default.createElement(StyledEndIcon, __assign({ as: Element, fill: tokens_1.colors.licorice200, icon: icon || canvas_system_icons_web_1.chevronUpIcon, visible: visible }, elementProps))) : (react_1.default.createElement(StyledStartIcon, __assign({ as: Element, fill: tokens_1.colors.licorice200, icon: icon || canvas_system_icons_web_1.chevronDownIcon, visible: visible }, elementProps)));
|
|
62
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ExtractProps } from '@workday/canvas-kit-react/common';
|
|
3
|
+
import { Flex } from '@workday/canvas-kit-react/layout';
|
|
4
|
+
export interface ExpandableTargetProps extends ExtractProps<typeof Flex, never> {
|
|
5
|
+
/**
|
|
6
|
+
* Children of the `Expandable.Target`. Should contain `Target.Title`, an optional `Target.Avatar`
|
|
7
|
+
* and `Target.Icon` with an `iconPosition` prop that takes a value of either `start` or `end`.
|
|
8
|
+
* `Target.Icon` with `start` is meant to be placed before the `Target.Title` and `Target.Icon`
|
|
9
|
+
* `end` should be placed after.
|
|
10
|
+
*/
|
|
11
|
+
children: React.ReactNode;
|
|
12
|
+
/**
|
|
13
|
+
* This specifies the semantic heading level that will wrap the `Expandable.Target`'s button. If not
|
|
14
|
+
* defined, then nothing will wrap the button.
|
|
15
|
+
*/
|
|
16
|
+
headingLevel?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
17
|
+
}
|
|
18
|
+
export declare const ExpandableTarget: import("@workday/canvas-kit-react/common").ElementComponentM<"button", ExpandableTargetProps, {
|
|
19
|
+
state: {
|
|
20
|
+
id: string;
|
|
21
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
22
|
+
};
|
|
23
|
+
events: {
|
|
24
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
25
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
26
|
+
};
|
|
27
|
+
}>;
|
|
28
|
+
//# sourceMappingURL=ExpandableTarget.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandableTarget.d.ts","sourceRoot":"","sources":["../../../../expandable/lib/ExpandableTarget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAEL,YAAY,EAKb,MAAM,kCAAkC,CAAC;AAG1C,OAAO,EAAC,IAAI,EAAC,MAAM,kCAAkC,CAAC;AAItD,MAAM,WAAW,qBAAsB,SAAQ,YAAY,CAAC,OAAO,IAAI,EAAE,KAAK,CAAC;IAC7E;;;;;OAKG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;OAGG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACxD;AAiBD,eAAO,MAAM,gBAAgB;;;;;;;;;EAoB3B,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.ExpandableTarget = void 0;
|
|
29
|
+
var react_1 = __importDefault(require("react"));
|
|
30
|
+
var common_1 = require("@workday/canvas-kit-react/common");
|
|
31
|
+
var useExpandableTarget_1 = require("./hooks/useExpandableTarget");
|
|
32
|
+
var layout_1 = require("@workday/canvas-kit-react/layout");
|
|
33
|
+
var tokens_1 = require("@workday/canvas-kit-react/tokens");
|
|
34
|
+
var useExpandableModel_1 = require("./useExpandableModel");
|
|
35
|
+
var StyledButton = common_1.styled(layout_1.Flex.as('button'))(__assign({ cursor: 'pointer', '&:focus': __assign({}, common_1.focusRing()), '&:hover': {
|
|
36
|
+
background: tokens_1.colors.soap300,
|
|
37
|
+
} }, common_1.hideMouseFocus));
|
|
38
|
+
var Heading = common_1.styled('h1')({
|
|
39
|
+
margin: 0,
|
|
40
|
+
});
|
|
41
|
+
exports.ExpandableTarget = common_1.createSubcomponent('button')({
|
|
42
|
+
modelHook: useExpandableModel_1.useExpandableModel,
|
|
43
|
+
elemPropsHook: useExpandableTarget_1.useExpandableTarget,
|
|
44
|
+
})(function (_a, Element) {
|
|
45
|
+
var children = _a.children, headingLevel = _a.headingLevel, elementProps = __rest(_a, ["children", "headingLevel"]);
|
|
46
|
+
var button = (react_1.default.createElement(StyledButton, __assign({ as: Element, background: "none", border: "none", borderRadius: "m", flexDirection: "row", padding: "xxs", width: "100%" }, elementProps), children));
|
|
47
|
+
return !!headingLevel ? react_1.default.createElement(Heading, { as: headingLevel }, button) : button;
|
|
48
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ExpandableTitleProps {
|
|
3
|
+
/**
|
|
4
|
+
* Children of the `Expandable.Title`. This should contain a string for the title
|
|
5
|
+
*/
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
export declare const ExpandableTitle: import("@workday/canvas-kit-react/common").ElementComponent<"div", ExpandableTitleProps>;
|
|
9
|
+
//# sourceMappingURL=ExpandableTitle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandableTitle.d.ts","sourceRoot":"","sources":["../../../../expandable/lib/ExpandableTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,eAAe,0FAoB1B,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.ExpandableTitle = void 0;
|
|
29
|
+
var react_1 = __importDefault(require("react"));
|
|
30
|
+
var common_1 = require("@workday/canvas-kit-react/common");
|
|
31
|
+
var layout_1 = require("@workday/canvas-kit-react/layout");
|
|
32
|
+
var tokens_1 = require("@workday/canvas-kit-react/tokens");
|
|
33
|
+
exports.ExpandableTitle = common_1.createComponent('div')({
|
|
34
|
+
displayName: 'Expandable.Title',
|
|
35
|
+
Component: function (_a, ref, Element) {
|
|
36
|
+
var children = _a.children, elemProps = __rest(_a, ["children"]);
|
|
37
|
+
return (react_1.default.createElement(layout_1.Box, __assign({ as: Element, ref: ref, padding: "2px " + tokens_1.space.zero + " 2px", color: tokens_1.colors.blackPepper400, style: __assign(__assign({}, tokens_1.type.levels.body.medium), { fontWeight: tokens_1.type.properties.fontWeights.bold, textAlign: 'left' }) }, elemProps), children));
|
|
38
|
+
},
|
|
39
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../expandable/lib/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./useExpandableContent"), exports);
|
|
14
|
+
__exportStar(require("./useExpandableIcon"), exports);
|
|
15
|
+
__exportStar(require("./useExpandableTarget"), exports);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare const useExpandableContent: <P extends {}, R>(model: {
|
|
2
|
+
state: {
|
|
3
|
+
id: string;
|
|
4
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
5
|
+
};
|
|
6
|
+
events: {
|
|
7
|
+
show(event?: Event | import("react").SyntheticEvent<Element, Event> | undefined): void;
|
|
8
|
+
hide(event?: Event | import("react").SyntheticEvent<Element, Event> | undefined): void;
|
|
9
|
+
};
|
|
10
|
+
}, elemProps?: P | undefined, ref?: ((instance: R | null) => void) | import("react").RefObject<R> | null | undefined) => {
|
|
11
|
+
style: {
|
|
12
|
+
display?: undefined;
|
|
13
|
+
} | {
|
|
14
|
+
display: string;
|
|
15
|
+
};
|
|
16
|
+
id: string;
|
|
17
|
+
} & P & (R extends HTMLOrSVGElement ? {
|
|
18
|
+
ref: import("react").Ref<R>;
|
|
19
|
+
} : {});
|
|
20
|
+
//# sourceMappingURL=useExpandableContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useExpandableContent.d.ts","sourceRoot":"","sources":["../../../../../expandable/lib/hooks/useExpandableContent.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;OAK/B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useExpandableContent = void 0;
|
|
4
|
+
var common_1 = require("@workday/canvas-kit-react/common");
|
|
5
|
+
var useExpandableModel_1 = require("../useExpandableModel");
|
|
6
|
+
exports.useExpandableContent = common_1.createElemPropsHook(useExpandableModel_1.useExpandableModel)(function (_a) {
|
|
7
|
+
var state = _a.state;
|
|
8
|
+
return {
|
|
9
|
+
style: state.visibility !== 'hidden' ? {} : { display: 'none' },
|
|
10
|
+
id: state.id,
|
|
11
|
+
};
|
|
12
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const useExpandableIcon: <P extends {}, R>(model: {
|
|
2
|
+
state: {
|
|
3
|
+
id: string;
|
|
4
|
+
visibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
5
|
+
};
|
|
6
|
+
events: {
|
|
7
|
+
show(event?: Event | import("react").SyntheticEvent<Element, Event> | undefined): void;
|
|
8
|
+
hide(event?: Event | import("react").SyntheticEvent<Element, Event> | undefined): void;
|
|
9
|
+
};
|
|
10
|
+
}, elemProps?: P | undefined, ref?: ((instance: R | null) => void) | import("react").RefObject<R> | null | undefined) => {
|
|
11
|
+
visible: boolean;
|
|
12
|
+
} & P & (R extends HTMLOrSVGElement ? {
|
|
13
|
+
ref: import("react").Ref<R>;
|
|
14
|
+
} : {});
|
|
15
|
+
//# sourceMappingURL=useExpandableIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useExpandableIcon.d.ts","sourceRoot":"","sources":["../../../../../expandable/lib/hooks/useExpandableIcon.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;OAI5B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useExpandableIcon = void 0;
|
|
4
|
+
var common_1 = require("@workday/canvas-kit-react/common");
|
|
5
|
+
var useExpandableModel_1 = require("../useExpandableModel");
|
|
6
|
+
exports.useExpandableIcon = common_1.createElemPropsHook(useExpandableModel_1.useExpandableModel)(function (_a) {
|
|
7
|
+
var state = _a.state;
|
|
8
|
+
return {
|
|
9
|
+
visible: state.visibility !== 'hidden',
|
|
10
|
+
};
|
|
11
|
+
});
|