@mirai/ui 2.1.57 → 2.1.58
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/README.md +54 -0
- package/build/components/InputList/InputList.Header.js +63 -0
- package/build/components/InputList/InputList.Header.js.map +1 -0
- package/build/components/InputList/InputList.Option.js +55 -0
- package/build/components/InputList/InputList.Option.js.map +1 -0
- package/build/components/InputList/InputList.js +249 -0
- package/build/components/InputList/InputList.js.map +1 -0
- package/build/components/InputList/InputList.module.css +75 -0
- package/build/components/InputList/InputList.stories.js +145 -0
- package/build/components/InputList/InputList.stories.js.map +1 -0
- package/build/components/InputList/__tests__/__snapshots__/InputList.test.js.snap +890 -0
- package/build/components/InputList/helpers/getCaption.js +16 -0
- package/build/components/InputList/helpers/getCaption.js.map +1 -0
- package/build/components/InputList/helpers/index.js +17 -0
- package/build/components/InputList/helpers/index.js.map +1 -0
- package/build/components/InputList/index.js +17 -0
- package/build/components/InputList/index.js.map +1 -0
- package/build/components/Menu/Menu.js +7 -3
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/Menu.module.css +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = exports.Story = void 0;
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _primitives = require("../../primitives");
|
|
10
|
+
var _InputList = require("./InputList");
|
|
11
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
12
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) { if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } } return n["default"] = e, t && t.set(e, n), n; }
|
|
13
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
|
|
14
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
17
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
19
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
20
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
22
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) { n[e] = r[e]; } return n; }
|
|
23
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0) { ; } } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
24
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
25
|
+
var _default = {
|
|
26
|
+
title: 'Components'
|
|
27
|
+
};
|
|
28
|
+
exports["default"] = _default;
|
|
29
|
+
var iconsKeys = Object.keys(_primitives.ICON);
|
|
30
|
+
var Story = function Story(props) {
|
|
31
|
+
var _useState = (0, _react.useState)(props.options[1].value),
|
|
32
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
33
|
+
value = _useState2[0],
|
|
34
|
+
setValue = _useState2[1];
|
|
35
|
+
var _useState3 = (0, _react.useState)([props.options[1].value, props.options[2].value]),
|
|
36
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
37
|
+
valueMultiple = _useState4[0],
|
|
38
|
+
setValueMultiple = _useState4[1];
|
|
39
|
+
var handleChange = function handleChange(next) {
|
|
40
|
+
var _console;
|
|
41
|
+
setValue(next);
|
|
42
|
+
for (var _len = arguments.length, others = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
43
|
+
others[_key - 1] = arguments[_key];
|
|
44
|
+
}
|
|
45
|
+
(_console = console).log.apply(_console, ['<InputList>::onChange', next].concat(others));
|
|
46
|
+
};
|
|
47
|
+
var handleChangeMultiple = function handleChangeMultiple(next) {
|
|
48
|
+
var _console2;
|
|
49
|
+
setValueMultiple(next);
|
|
50
|
+
for (var _len2 = arguments.length, others = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
51
|
+
others[_key2 - 1] = arguments[_key2];
|
|
52
|
+
}
|
|
53
|
+
(_console2 = console).log.apply(_console2, ['<InputList>::onChangeMultiple', next].concat(others));
|
|
54
|
+
};
|
|
55
|
+
var handleEnter = function handleEnter() {
|
|
56
|
+
var _console3;
|
|
57
|
+
for (var _len3 = arguments.length, others = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
|
|
58
|
+
others[_key3] = arguments[_key3];
|
|
59
|
+
}
|
|
60
|
+
return (_console3 = console).log.apply(_console3, ['<InputList>::onEnter'].concat(others));
|
|
61
|
+
};
|
|
62
|
+
var handleLeave = function handleLeave() {
|
|
63
|
+
var _console4;
|
|
64
|
+
for (var _len4 = arguments.length, others = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
65
|
+
others[_key4] = arguments[_key4];
|
|
66
|
+
}
|
|
67
|
+
return (_console4 = console).log.apply(_console4, ['<InputList>::onLeave'].concat(others));
|
|
68
|
+
};
|
|
69
|
+
var inputListProps = _objectSpread(_objectSpread({}, props), {}, {
|
|
70
|
+
// icon: ICON[props.icon],
|
|
71
|
+
onEnter: handleEnter,
|
|
72
|
+
onLeave: handleLeave
|
|
73
|
+
});
|
|
74
|
+
return /*#__PURE__*/_react["default"].createElement(_primitives.View, null, /*#__PURE__*/_react["default"].createElement(_primitives.Text, {
|
|
75
|
+
bold: true,
|
|
76
|
+
headline: true,
|
|
77
|
+
style: {
|
|
78
|
+
marginBottom: 8
|
|
79
|
+
}
|
|
80
|
+
}, "Simple"), /*#__PURE__*/_react["default"].createElement(_InputList.InputList, _extends({}, inputListProps, {
|
|
81
|
+
value: value,
|
|
82
|
+
onChange: handleChange
|
|
83
|
+
})), /*#__PURE__*/_react["default"].createElement(_primitives.Text, {
|
|
84
|
+
style: {
|
|
85
|
+
marginBottom: 8
|
|
86
|
+
}
|
|
87
|
+
}, "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."), /*#__PURE__*/_react["default"].createElement(_primitives.Text, {
|
|
88
|
+
style: {
|
|
89
|
+
marginBottom: 8
|
|
90
|
+
}
|
|
91
|
+
}, "Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32."), /*#__PURE__*/_react["default"].createElement(_primitives.Text, {
|
|
92
|
+
bold: true,
|
|
93
|
+
headline: true,
|
|
94
|
+
style: {
|
|
95
|
+
marginTop: 16,
|
|
96
|
+
marginBottom: 8
|
|
97
|
+
}
|
|
98
|
+
}, "Multiple"), /*#__PURE__*/_react["default"].createElement(_InputList.InputList, _extends({}, inputListProps, {
|
|
99
|
+
multiple: true,
|
|
100
|
+
value: valueMultiple,
|
|
101
|
+
onChange: handleChangeMultiple
|
|
102
|
+
})));
|
|
103
|
+
};
|
|
104
|
+
exports.Story = Story;
|
|
105
|
+
Story.storyName = 'InputList';
|
|
106
|
+
Story.args = {
|
|
107
|
+
caption: undefined,
|
|
108
|
+
disabled: false,
|
|
109
|
+
disabledOptions: [false, false, true],
|
|
110
|
+
emptyOption: 'Select one option...',
|
|
111
|
+
error: false,
|
|
112
|
+
hint: undefined,
|
|
113
|
+
icon: undefined,
|
|
114
|
+
sort: false,
|
|
115
|
+
label: 'label',
|
|
116
|
+
name: 'name',
|
|
117
|
+
required: false,
|
|
118
|
+
showRequired: false,
|
|
119
|
+
showState: true,
|
|
120
|
+
success: false,
|
|
121
|
+
warning: false,
|
|
122
|
+
options: Array.from({
|
|
123
|
+
length: 16
|
|
124
|
+
}).map(function (_, index) {
|
|
125
|
+
return {
|
|
126
|
+
icon: _primitives.ICON[iconsKeys[index]],
|
|
127
|
+
name: "Lorem ipsum dolor sit amet ".concat(index + 1),
|
|
128
|
+
value: index + 1,
|
|
129
|
+
description: "Sed do eiusmod ".concat(index + 1, " tempor incididunt ut labore et dolore magna aliqua.")
|
|
130
|
+
};
|
|
131
|
+
}),
|
|
132
|
+
// inherited properties
|
|
133
|
+
testId: 'test-story',
|
|
134
|
+
style: {}
|
|
135
|
+
};
|
|
136
|
+
Story.argTypes = {
|
|
137
|
+
icon: {
|
|
138
|
+
options: [undefined].concat(iconsKeys),
|
|
139
|
+
control: {
|
|
140
|
+
type: 'select'
|
|
141
|
+
},
|
|
142
|
+
defaultValue: undefined
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
//# sourceMappingURL=InputList.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputList.stories.js","names":["_react","_interopRequireWildcard","require","_primitives","_InputList","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_extends","assign","bind","arguments","length","apply","ownKeys","keys","getOwnPropertySymbols","o","filter","enumerable","push","_objectSpread","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","_toPropertyKey","value","configurable","writable","_toPrimitive","Symbol","toPrimitive","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","l","iterator","f","next","done","isArray","_default","title","exports","iconsKeys","ICON","Story","props","_useState","useState","options","_useState2","setValue","_useState3","_useState4","valueMultiple","setValueMultiple","handleChange","_console","_len","others","_key","console","log","concat","handleChangeMultiple","_console2","_len2","_key2","handleEnter","_console3","_len3","_key3","handleLeave","_console4","_len4","_key4","inputListProps","onEnter","onLeave","createElement","View","Text","bold","headline","style","marginBottom","InputList","onChange","marginTop","multiple","storyName","args","caption","undefined","disabled","disabledOptions","emptyOption","error","hint","icon","sort","label","required","showRequired","showState","success","warning","map","_","index","description","testId","argTypes","control","type","defaultValue"],"sources":["../../../src/components/InputList/InputList.stories.jsx"],"sourcesContent":["import React, { useState } from 'react';\n\nimport { ICON, Text, View } from '../../primitives';\nimport { InputList } from './InputList';\n\nexport default { title: 'Components' };\n\nconst iconsKeys = Object.keys(ICON);\n\nexport const Story = (props) => {\n const [value, setValue] = useState(props.options[1].value);\n const [valueMultiple, setValueMultiple] = useState([props.options[1].value, props.options[2].value]);\n\n const handleChange = (next, ...others) => {\n setValue(next);\n console.log('<InputList>::onChange', next, ...others);\n };\n\n const handleChangeMultiple = (next, ...others) => {\n setValueMultiple(next);\n console.log('<InputList>::onChangeMultiple', next, ...others);\n };\n\n const handleEnter = (...others) => console.log('<InputList>::onEnter', ...others);\n\n const handleLeave = (...others) => console.log('<InputList>::onLeave', ...others);\n\n const inputListProps = {\n ...props,\n // icon: ICON[props.icon],\n onEnter: handleEnter,\n onLeave: handleLeave,\n };\n\n return (\n <View>\n <Text bold headline style={{ marginBottom: 8 }}>\n Simple\n </Text>\n <InputList {...inputListProps} value={value} onChange={handleChange} />\n\n <Text style={{ marginBottom: 8 }}>\n Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's\n standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make\n a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,\n remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing\n Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions\n of Lorem Ipsum.\n </Text>\n\n <Text style={{ marginBottom: 8 }}>\n Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin\n literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney\n College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and\n going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum\n comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by\n Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.\n The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\n </Text>\n\n <Text bold headline style={{ marginTop: 16, marginBottom: 8 }}>\n Multiple\n </Text>\n <InputList {...inputListProps} multiple value={valueMultiple} onChange={handleChangeMultiple} />\n </View>\n );\n};\n\nStory.storyName = 'InputList';\n\nStory.args = {\n caption: undefined,\n disabled: false,\n disabledOptions: [false, false, true],\n emptyOption: 'Select one option...',\n error: false,\n hint: undefined,\n icon: undefined,\n sort: false,\n label: 'label',\n name: 'name',\n required: false,\n showRequired: false,\n showState: true,\n success: false,\n warning: false,\n options: Array.from({ length: 16 }).map((_, index) => ({\n icon: ICON[iconsKeys[index]],\n name: `Lorem ipsum dolor sit amet ${index + 1}`,\n value: index + 1,\n description: `Sed do eiusmod ${index + 1} tempor incididunt ut labore et dolore magna aliqua.`,\n })),\n // inherited properties\n testId: 'test-story',\n style: {},\n};\n\nStory.argTypes = {\n icon: {\n options: [undefined, ...iconsKeys],\n control: { type: 'select' },\n defaultValue: undefined,\n },\n};\n"],"mappings":"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","ignoreList":[]}
|