@fluentui-react-native/experimental-expander 0.3.3 → 0.3.7
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/CHANGELOG.json +73 -1
- package/CHANGELOG.md +36 -2
- package/lib/Expander.d.ts +2 -2
- package/lib/Expander.d.ts.map +1 -1
- package/lib/Expander.js.map +1 -1
- package/lib-commonjs/Expander.d.ts +2 -2
- package/lib-commonjs/Expander.d.ts.map +1 -1
- package/lib-commonjs/Expander.js +24 -11
- package/lib-commonjs/Expander.js.map +1 -1
- package/lib-commonjs/Expander.types.js +1 -0
- package/lib-commonjs/Expander.types.js.map +1 -1
- package/lib-commonjs/index.js +12 -5
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +8 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,79 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-expander",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 21 Dec 2021 20:54:12 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.7",
|
|
7
|
+
"version": "0.3.7",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.7",
|
|
14
|
+
"commit": "a7d19d410d5714e2bdb61529d2687182061020a5"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 20 Dec 2021 22:56:00 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.6",
|
|
22
|
+
"version": "0.3.6",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "ruaraki@microsoft.com",
|
|
27
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
28
|
+
"commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
|
|
29
|
+
"comment": "Add repository property to all package.json files"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
34
|
+
"comment": "Bump @fluentui-react-native/component-cache to v1.3.1",
|
|
35
|
+
"commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
40
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.6",
|
|
41
|
+
"commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Sat, 18 Dec 2021 04:15:05 GMT",
|
|
48
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.5",
|
|
49
|
+
"version": "0.3.5",
|
|
50
|
+
"comments": {
|
|
51
|
+
"patch": [
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
55
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.5",
|
|
56
|
+
"commit": "38fe241a385ecd1ce4e51b5bcba57a9dd0426789"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Fri, 17 Dec 2021 22:06:58 GMT",
|
|
63
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.4",
|
|
64
|
+
"version": "0.3.4",
|
|
65
|
+
"comments": {
|
|
66
|
+
"patch": [
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
70
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.4",
|
|
71
|
+
"commit": "9dc61df83605c035822518c18cc46fb5503dff70"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Fri, 17 Dec 2021 19:53:21 GMT",
|
|
6
78
|
"tag": "@fluentui-react-native/experimental-expander_v0.3.3",
|
|
7
79
|
"version": "0.3.3",
|
|
8
80
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,46 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-expander
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 21 Dec 2021 20:54:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.7
|
|
8
|
+
|
|
9
|
+
Tue, 21 Dec 2021 20:54:12 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.7.7
|
|
14
|
+
|
|
15
|
+
## 0.3.6
|
|
16
|
+
|
|
17
|
+
Mon, 20 Dec 2021 22:56:00 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Add repository property to all package.json files (ruaraki@microsoft.com)
|
|
22
|
+
- Bump @fluentui-react-native/component-cache to v1.3.1
|
|
23
|
+
- Bump @fluentui-react-native/framework to v0.7.6
|
|
24
|
+
|
|
25
|
+
## 0.3.5
|
|
26
|
+
|
|
27
|
+
Sat, 18 Dec 2021 04:15:05 GMT
|
|
28
|
+
|
|
29
|
+
### Patches
|
|
30
|
+
|
|
31
|
+
- Bump @fluentui-react-native/framework to v0.7.5
|
|
32
|
+
|
|
33
|
+
## 0.3.4
|
|
34
|
+
|
|
35
|
+
Fri, 17 Dec 2021 22:06:58 GMT
|
|
36
|
+
|
|
37
|
+
### Patches
|
|
38
|
+
|
|
39
|
+
- Bump @fluentui-react-native/framework to v0.7.4
|
|
40
|
+
|
|
7
41
|
## 0.3.3
|
|
8
42
|
|
|
9
|
-
Fri, 17 Dec 2021 19:
|
|
43
|
+
Fri, 17 Dec 2021 19:53:21 GMT
|
|
10
44
|
|
|
11
45
|
### Patches
|
|
12
46
|
|
package/lib/Expander.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExpanderProps, ExpanderViewProps } from './Expander.types';
|
|
2
|
-
export declare const Expander: import("@fluentui-react-native/
|
|
2
|
+
export declare const Expander: import("@fluentui-react-native/framework").ComposableComponent<ExpanderProps, {
|
|
3
3
|
root: ExpanderViewProps;
|
|
4
|
-
}, import("./Expander.types").ExpanderTokens,
|
|
4
|
+
}, import("./Expander.types").ExpanderTokens, object>;
|
|
5
5
|
//# sourceMappingURL=Expander.d.ts.map
|
package/lib/Expander.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Expander.d.ts","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA8B,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAUhG,eAAO,MAAM,QAAQ;;
|
|
1
|
+
{"version":3,"file":"Expander.d.ts","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA8B,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAUhG,eAAO,MAAM,QAAQ;;qDA8BnB,CAAC"}
|
package/lib/Expander.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Expander.js","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAkD,MAAM,kBAAkB,CAAC;AAChG,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAY,UAAU,EAAE,MAAM,kCAAkC,CAAC;AACxG,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAE/E,IAAM,iBAAiB,GAAG,qBAAqB,CAAC,cAAc,CAAC,CAAC;AAEhE,SAAS,KAAK,CAAC,EAAU;IACvB,OAAO,IAAI,OAAO,CAAC,UAAC,OAAO,IAAK,OAAA,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,EAAvB,CAAuB,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,CAAC,IAAM,QAAQ,GAAG,OAAO,CAAe;IAC5C,WAAW,EAAE,YAAY;IACzB,MAAM,EAAE,CAAC,EAAE,EAAE,YAAY,CAAC;IAC1B,SAAS,EAAE;QACT,IAAI,EAAE,UAAU,CAAC,UAAC,MAAM,IAAK,OAAA,cAAM,MAAM,EAAG,EAAf,CAAe,CAAC;KAC9C;IACD,KAAK,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE;IAClC,MAAM,EAAE,UAAC,SAAwB,EAAE,QAAgC;QACjE,IAAM,IAAI,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC;QAChC,IAAA,
|
|
1
|
+
{"version":3,"file":"Expander.js","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAkD,MAAM,kBAAkB,CAAC;AAChG,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAY,UAAU,EAAE,MAAM,kCAAkC,CAAC;AACxG,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAE/E,IAAM,iBAAiB,GAAG,qBAAqB,CAAC,cAAc,CAAC,CAAC;AAEhE,SAAS,KAAK,CAAC,EAAU;IACvB,OAAO,IAAI,OAAO,CAAC,UAAC,OAAO,IAAK,OAAA,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,EAAvB,CAAuB,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,CAAC,IAAM,QAAQ,GAAG,OAAO,CAAe;IAC5C,WAAW,EAAE,YAAY;IACzB,MAAM,EAAE,CAAC,EAAE,EAAE,YAAY,CAAC;IAC1B,SAAS,EAAE;QACT,IAAI,EAAE,UAAU,CAAC,UAAC,MAAM,IAAK,OAAA,cAAM,MAAM,EAAG,EAAf,CAAe,CAAC;KAC9C;IACD,KAAK,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE;IAClC,MAAM,EAAE,UAAC,SAAwB,EAAE,QAAgC;QACjE,IAAM,IAAI,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC;QAChC,IAAA,KAAoC,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC,QAAQ,CAAC,EAArE,aAAa,QAAA,EAAE,gBAAgB,QAAsC,CAAC;QAC7E,IAAM,cAAc,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC,eAAe,CAAC;QAE5F,IAAM,aAAa,GAAG;;;;;wBACpB,MAAA,SAAS,CAAC,YAAY,+CAAtB,SAAS,CAAiB,CAAC;wBAC3B,6DAA6D;wBAC7D,qBAAM,KAAK,CAAC,GAAG,CAAC,EAAA;;wBADhB,6DAA6D;wBAC7D,SAAgB,CAAC;wBACjB,gBAAgB,CAAC,KAAK,CAAC,CAAC;;;;aACzB,CAAC;QAEF,IAAM,YAAY,GAAG;;YACnB,gBAAgB,CAAC,IAAI,CAAC,CAAC;YACvB,MAAA,SAAS,CAAC,WAAW,+CAArB,SAAS,CAAgB,CAAC;QAC5B,CAAC,CAAC;QAEF,OAAO,UAAC,IAAuB;YAAE,kBAA8B;iBAA9B,UAA8B,EAA9B,qBAA8B,EAA9B,IAA8B;gBAA9B,iCAA8B;;YAAK,OAAA,CAClE,UAAC,IAAI,eAAK,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,IAAE,MAAM,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,KAClH,QAAQ,CACJ,CACR;QAJmE,CAInE,CAAC;IACJ,CAAC;CACF,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExpanderProps, ExpanderViewProps } from './Expander.types';
|
|
2
|
-
export declare const Expander: import("@fluentui-react-native/
|
|
2
|
+
export declare const Expander: import("@fluentui-react-native/framework").ComposableComponent<ExpanderProps, {
|
|
3
3
|
root: ExpanderViewProps;
|
|
4
|
-
}, import("./Expander.types").ExpanderTokens,
|
|
4
|
+
}, import("./Expander.types").ExpanderTokens, object>;
|
|
5
5
|
//# sourceMappingURL=Expander.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Expander.d.ts","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA8B,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAUhG,eAAO,MAAM,QAAQ;;
|
|
1
|
+
{"version":3,"file":"Expander.d.ts","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA8B,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAUhG,eAAO,MAAM,QAAQ;;qDA8BnB,CAAC"}
|
package/lib-commonjs/Expander.js
CHANGED
|
@@ -10,6 +10,25 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
16
|
+
}) : (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
}));
|
|
20
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22
|
+
}) : function(o, v) {
|
|
23
|
+
o["default"] = v;
|
|
24
|
+
});
|
|
25
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
26
|
+
if (mod && mod.__esModule) return mod;
|
|
27
|
+
var result = {};
|
|
28
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
29
|
+
__setModuleDefault(result, mod);
|
|
30
|
+
return result;
|
|
31
|
+
};
|
|
13
32
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
14
33
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
15
34
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -46,28 +65,22 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
46
65
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
47
66
|
}
|
|
48
67
|
};
|
|
49
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
50
|
-
if (mod && mod.__esModule) return mod;
|
|
51
|
-
var result = {};
|
|
52
|
-
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
53
|
-
result["default"] = mod;
|
|
54
|
-
return result;
|
|
55
|
-
};
|
|
56
68
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
69
|
+
exports.Expander = void 0;
|
|
57
70
|
/** @jsx withSlots */
|
|
58
71
|
var React = __importStar(require("react"));
|
|
59
72
|
var Expander_types_1 = require("./Expander.types");
|
|
60
73
|
var framework_1 = require("@fluentui-react-native/framework");
|
|
61
74
|
var component_cache_1 = require("@fluentui-react-native/component-cache");
|
|
62
|
-
var ExpanderComponent = component_cache_1.ensureNativeComponent('ExpanderView');
|
|
75
|
+
var ExpanderComponent = (0, component_cache_1.ensureNativeComponent)('ExpanderView');
|
|
63
76
|
function delay(ms) {
|
|
64
77
|
return new Promise(function (resolve) { return setTimeout(resolve, ms); });
|
|
65
78
|
}
|
|
66
|
-
exports.Expander = framework_1.compose({
|
|
79
|
+
exports.Expander = (0, framework_1.compose)({
|
|
67
80
|
displayName: Expander_types_1.expanderName,
|
|
68
81
|
tokens: [{}, Expander_types_1.expanderName],
|
|
69
82
|
slotProps: {
|
|
70
|
-
root: framework_1.buildProps(function (tokens) { return (__assign({}, tokens)); }),
|
|
83
|
+
root: (0, framework_1.buildProps)(function (tokens) { return (__assign({}, tokens)); }),
|
|
71
84
|
},
|
|
72
85
|
slots: { root: ExpanderComponent },
|
|
73
86
|
render: function (userProps, useSlots) {
|
|
@@ -100,7 +113,7 @@ exports.Expander = framework_1.compose({
|
|
|
100
113
|
for (var _i = 1; _i < arguments.length; _i++) {
|
|
101
114
|
children[_i - 1] = arguments[_i];
|
|
102
115
|
}
|
|
103
|
-
return (framework_1.withSlots(Root, __assign({}, framework_1.mergeProps(userProps, rest), { height: expanderHeight, onCollapsing: _onCollapsing, onExpanding: _onExpanding }), children));
|
|
116
|
+
return ((0, framework_1.withSlots)(Root, __assign({}, (0, framework_1.mergeProps)(userProps, rest), { height: expanderHeight, onCollapsing: _onCollapsing, onExpanding: _onExpanding }), children));
|
|
104
117
|
};
|
|
105
118
|
},
|
|
106
119
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Expander.js","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Expander.js","sourceRoot":"","sources":["../src/Expander.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,2CAA+B;AAC/B,mDAAgG;AAChG,8DAAwG;AACxG,0EAA+E;AAE/E,IAAM,iBAAiB,GAAG,IAAA,uCAAqB,EAAC,cAAc,CAAC,CAAC;AAEhE,SAAS,KAAK,CAAC,EAAU;IACvB,OAAO,IAAI,OAAO,CAAC,UAAC,OAAO,IAAK,OAAA,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,EAAvB,CAAuB,CAAC,CAAC;AAC3D,CAAC;AAEY,QAAA,QAAQ,GAAG,IAAA,mBAAO,EAAe;IAC5C,WAAW,EAAE,6BAAY;IACzB,MAAM,EAAE,CAAC,EAAE,EAAE,6BAAY,CAAC;IAC1B,SAAS,EAAE;QACT,IAAI,EAAE,IAAA,sBAAU,EAAC,UAAC,MAAM,IAAK,OAAA,cAAM,MAAM,EAAG,EAAf,CAAe,CAAC;KAC9C;IACD,KAAK,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE;IAClC,MAAM,EAAE,UAAC,SAAwB,EAAE,QAAgC;QACjE,IAAM,IAAI,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC;QAChC,IAAA,KAAoC,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC,QAAQ,CAAC,EAArE,aAAa,QAAA,EAAE,gBAAgB,QAAsC,CAAC;QAC7E,IAAM,cAAc,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC,eAAe,CAAC;QAE5F,IAAM,aAAa,GAAG;;;;;wBACpB,MAAA,SAAS,CAAC,YAAY,+CAAtB,SAAS,CAAiB,CAAC;wBAC3B,6DAA6D;wBAC7D,qBAAM,KAAK,CAAC,GAAG,CAAC,EAAA;;wBADhB,6DAA6D;wBAC7D,SAAgB,CAAC;wBACjB,gBAAgB,CAAC,KAAK,CAAC,CAAC;;;;aACzB,CAAC;QAEF,IAAM,YAAY,GAAG;;YACnB,gBAAgB,CAAC,IAAI,CAAC,CAAC;YACvB,MAAA,SAAS,CAAC,WAAW,+CAArB,SAAS,CAAgB,CAAC;QAC5B,CAAC,CAAC;QAEF,OAAO,UAAC,IAAuB;YAAE,kBAA8B;iBAA9B,UAA8B,EAA9B,qBAA8B,EAA9B,IAA8B;gBAA9B,iCAA8B;;YAAK,OAAA,CAClE,2BAAC,IAAI,eAAK,IAAA,sBAAU,EAAC,SAAS,EAAE,IAAI,CAAC,IAAE,MAAM,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,KAClH,QAAQ,CACJ,CACR;QAJmE,CAInE,CAAC;IACJ,CAAC;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Expander.types.js","sourceRoot":"","sources":["../src/Expander.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Expander.types.js","sourceRoot":"","sources":["../src/Expander.types.ts"],"names":[],"mappings":";;;AAEa,QAAA,YAAY,GAAG,UAAU,CAAC"}
|
package/lib-commonjs/index.js
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
function
|
|
3
|
-
|
|
4
|
-
}
|
|
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
|
+
};
|
|
5
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
|
|
7
|
-
|
|
13
|
+
__exportStar(require("./Expander"), exports);
|
|
14
|
+
__exportStar(require("./Expander.types"), exports);
|
|
8
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2B;AAC3B,mDAAiC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-expander",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
|
@@ -20,9 +20,14 @@
|
|
|
20
20
|
"update-api": "fluentui-scripts update-api-extractor",
|
|
21
21
|
"windows": "react-native run-windows"
|
|
22
22
|
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
|
26
|
+
"directory": "packages/experimental/Expander"
|
|
27
|
+
},
|
|
23
28
|
"dependencies": {
|
|
24
|
-
"@fluentui-react-native/component-cache": "^1.3.
|
|
25
|
-
"@fluentui-react-native/framework": "0.7.
|
|
29
|
+
"@fluentui-react-native/component-cache": "^1.3.1",
|
|
30
|
+
"@fluentui-react-native/framework": "0.7.7"
|
|
26
31
|
},
|
|
27
32
|
"devDependencies": {
|
|
28
33
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|