@salutejs/plasma-new-hope 0.194.1-canary.1569.11908076676.0 → 0.195.0-canary.1534.11911237435.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/_virtual/_rollupPluginBabelHelpers.js +333 -0
- package/cjs/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
- package/cjs/components/Dropzone/Dropzone.css +15 -0
- package/cjs/components/Dropzone/Dropzone.js +252 -0
- package/cjs/components/Dropzone/Dropzone.js.map +1 -0
- package/cjs/components/Dropzone/Dropzone.styles.js +47 -0
- package/cjs/components/Dropzone/Dropzone.styles.js.map +1 -0
- package/cjs/components/Dropzone/Dropzone.styles_1fo7dbq.css +7 -0
- package/cjs/components/Dropzone/Dropzone.tokens.js +47 -0
- package/cjs/components/Dropzone/Dropzone.tokens.js.map +1 -0
- package/cjs/components/Dropzone/variations/_disabled/base.js +9 -0
- package/cjs/components/Dropzone/variations/_disabled/base.js.map +1 -0
- package/cjs/components/Dropzone/variations/_disabled/base_3qwygi.css +1 -0
- package/cjs/components/Dropzone/variations/_size/base.js +9 -0
- package/cjs/components/Dropzone/variations/_size/base.js.map +1 -0
- package/cjs/components/Dropzone/variations/_size/base_1bt22g1.css +1 -0
- package/cjs/components/Dropzone/variations/_view/base.js +9 -0
- package/cjs/components/Dropzone/variations/_view/base.js.map +1 -0
- package/cjs/components/Dropzone/variations/_view/base_1pdzq6t.css +1 -0
- package/cjs/components/Switch/Switch.css +1 -1
- package/cjs/components/Switch/Switch.tokens.js +1 -2
- package/cjs/components/Switch/Switch.tokens.js.map +1 -1
- package/cjs/components/Switch/_toggleSize/base.js +1 -1
- package/cjs/components/Switch/_toggleSize/base.js.map +1 -1
- package/cjs/components/Switch/_toggleSize/base_1d0b3t4.css +1 -0
- package/cjs/components/_Icon/Icon.assets/ArrowBarDown.js +24 -0
- package/cjs/components/_Icon/Icon.assets/ArrowBarDown.js.map +1 -0
- package/cjs/components/_Icon/Icons/IconArrowBarDown.js +23 -0
- package/cjs/components/_Icon/Icons/IconArrowBarDown.js.map +1 -0
- package/cjs/index.css +15 -1
- package/cjs/index.js +6 -0
- package/cjs/index.js.map +1 -1
- package/emotion/cjs/components/Dropzone/Dropzone.js +271 -0
- package/emotion/cjs/components/Dropzone/Dropzone.styles.js +67 -0
- package/emotion/cjs/components/Dropzone/Dropzone.template-docs.mdx +136 -0
- package/emotion/cjs/components/Dropzone/Dropzone.tokens.js +44 -0
- package/emotion/cjs/components/Dropzone/Dropzone.types.js +5 -0
- package/emotion/cjs/components/Dropzone/index.js +31 -0
- package/emotion/cjs/components/Dropzone/variations/_disabled/base.js +9 -0
- package/emotion/cjs/components/Dropzone/variations/_disabled/tokens.json +4 -0
- package/emotion/cjs/components/Dropzone/variations/_size/base.js +10 -0
- package/emotion/cjs/components/Dropzone/variations/_size/tokens.json +19 -0
- package/emotion/cjs/components/Dropzone/variations/_view/base.js +10 -0
- package/emotion/cjs/components/Dropzone/variations/_view/tokens.json +9 -0
- package/emotion/cjs/components/Switch/Switch.tokens.js +1 -2
- package/emotion/cjs/components/Switch/_toggleSize/base.js +1 -1
- package/emotion/cjs/components/_Icon/Icon.assets/ArrowBarDown.js +23 -0
- package/emotion/cjs/components/_Icon/Icons/IconArrowBarDown.js +22 -0
- package/emotion/cjs/components/_Icon/index.js +8 -1
- package/emotion/cjs/examples/plasma_b2c/components/Dropzone/Dropzone.config.js +25 -0
- package/emotion/cjs/examples/plasma_b2c/components/Dropzone/Dropzone.js +11 -0
- package/emotion/cjs/examples/plasma_b2c/components/Dropzone/Dropzone.stories.tsx +57 -0
- package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +8 -8
- package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.outline.config.js +8 -8
- package/emotion/cjs/examples/plasma_web/components/Dropzone/Dropzone.config.js +25 -0
- package/emotion/cjs/examples/plasma_web/components/Dropzone/Dropzone.js +11 -0
- package/emotion/cjs/examples/plasma_web/components/Dropzone/Dropzone.stories.tsx +57 -0
- package/emotion/cjs/examples/plasma_web/components/Switch/Switch.config.js +8 -8
- package/emotion/cjs/examples/plasma_web/components/Switch/Switch.outline.config.js +8 -8
- package/emotion/cjs/index.js +11 -0
- package/emotion/es/components/Dropzone/Dropzone.js +263 -0
- package/emotion/es/components/Dropzone/Dropzone.styles.js +60 -0
- package/emotion/es/components/Dropzone/Dropzone.template-docs.mdx +136 -0
- package/emotion/es/components/Dropzone/Dropzone.tokens.js +38 -0
- package/emotion/es/components/Dropzone/Dropzone.types.js +1 -0
- package/emotion/es/components/Dropzone/index.js +2 -0
- package/emotion/es/components/Dropzone/variations/_disabled/base.js +3 -0
- package/emotion/es/components/Dropzone/variations/_disabled/tokens.json +4 -0
- package/emotion/es/components/Dropzone/variations/_size/base.js +4 -0
- package/emotion/es/components/Dropzone/variations/_size/tokens.json +19 -0
- package/emotion/es/components/Dropzone/variations/_view/base.js +4 -0
- package/emotion/es/components/Dropzone/variations/_view/tokens.json +9 -0
- package/emotion/es/components/Switch/Switch.tokens.js +1 -2
- package/emotion/es/components/Switch/_toggleSize/base.js +2 -2
- package/emotion/es/components/_Icon/Icon.assets/ArrowBarDown.js +16 -0
- package/emotion/es/components/_Icon/Icons/IconArrowBarDown.js +15 -0
- package/emotion/es/components/_Icon/index.js +2 -1
- package/emotion/es/examples/plasma_b2c/components/Dropzone/Dropzone.config.js +19 -0
- package/emotion/es/examples/plasma_b2c/components/Dropzone/Dropzone.js +5 -0
- package/emotion/es/examples/plasma_b2c/components/Dropzone/Dropzone.stories.tsx +57 -0
- package/emotion/es/examples/plasma_b2c/components/Switch/Switch.config.js +8 -8
- package/emotion/es/examples/plasma_b2c/components/Switch/Switch.outline.config.js +8 -8
- package/emotion/es/examples/plasma_web/components/Dropzone/Dropzone.config.js +19 -0
- package/emotion/es/examples/plasma_web/components/Dropzone/Dropzone.js +5 -0
- package/emotion/es/examples/plasma_web/components/Dropzone/Dropzone.stories.tsx +57 -0
- package/emotion/es/examples/plasma_web/components/Switch/Switch.config.js +8 -8
- package/emotion/es/examples/plasma_web/components/Switch/Switch.outline.config.js +8 -8
- package/emotion/es/index.js +2 -1
- package/es/_virtual/_rollupPluginBabelHelpers.js +332 -1
- package/es/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
- package/es/components/Dropzone/Dropzone.css +15 -0
- package/es/components/Dropzone/Dropzone.js +247 -0
- package/es/components/Dropzone/Dropzone.js.map +1 -0
- package/es/components/Dropzone/Dropzone.styles.js +37 -0
- package/es/components/Dropzone/Dropzone.styles.js.map +1 -0
- package/es/components/Dropzone/Dropzone.styles_1fo7dbq.css +7 -0
- package/es/components/Dropzone/Dropzone.tokens.js +41 -0
- package/es/components/Dropzone/Dropzone.tokens.js.map +1 -0
- package/es/components/Dropzone/variations/_disabled/base.js +5 -0
- package/es/components/Dropzone/variations/_disabled/base.js.map +1 -0
- package/es/components/Dropzone/variations/_disabled/base_3qwygi.css +1 -0
- package/es/components/Dropzone/variations/_size/base.js +5 -0
- package/es/components/Dropzone/variations/_size/base.js.map +1 -0
- package/es/components/Dropzone/variations/_size/base_1bt22g1.css +1 -0
- package/es/components/Dropzone/variations/_view/base.js +5 -0
- package/es/components/Dropzone/variations/_view/base.js.map +1 -0
- package/es/components/Dropzone/variations/_view/base_1pdzq6t.css +1 -0
- package/es/components/Switch/Switch.css +1 -1
- package/es/components/Switch/Switch.tokens.js +1 -2
- package/es/components/Switch/Switch.tokens.js.map +1 -1
- package/es/components/Switch/_toggleSize/base.js +1 -1
- package/es/components/Switch/_toggleSize/base.js.map +1 -1
- package/es/components/Switch/_toggleSize/base_1d0b3t4.css +1 -0
- package/es/components/_Icon/Icon.assets/ArrowBarDown.js +20 -0
- package/es/components/_Icon/Icon.assets/ArrowBarDown.js.map +1 -0
- package/es/components/_Icon/Icons/IconArrowBarDown.js +19 -0
- package/es/components/_Icon/Icons/IconArrowBarDown.js.map +1 -0
- package/es/index.css +15 -1
- package/es/index.js +2 -0
- package/es/index.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/components/Dropzone/Dropzone.js +271 -0
- package/styled-components/cjs/components/Dropzone/Dropzone.styles.js +29 -0
- package/styled-components/cjs/components/Dropzone/Dropzone.template-docs.mdx +136 -0
- package/styled-components/cjs/components/Dropzone/Dropzone.tokens.js +44 -0
- package/styled-components/cjs/components/Dropzone/Dropzone.types.js +5 -0
- package/styled-components/cjs/components/Dropzone/index.js +31 -0
- package/styled-components/cjs/components/Dropzone/variations/_disabled/base.js +9 -0
- package/styled-components/cjs/components/Dropzone/variations/_disabled/tokens.json +4 -0
- package/styled-components/cjs/components/Dropzone/variations/_size/base.js +10 -0
- package/styled-components/cjs/components/Dropzone/variations/_size/tokens.json +19 -0
- package/styled-components/cjs/components/Dropzone/variations/_view/base.js +10 -0
- package/styled-components/cjs/components/Dropzone/variations/_view/tokens.json +9 -0
- package/styled-components/cjs/components/Switch/Switch.tokens.js +1 -2
- package/styled-components/cjs/components/Switch/_toggleSize/base.js +1 -1
- package/styled-components/cjs/components/_Icon/Icon.assets/ArrowBarDown.js +23 -0
- package/styled-components/cjs/components/_Icon/Icons/IconArrowBarDown.js +22 -0
- package/styled-components/cjs/components/_Icon/index.js +8 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Dropzone/Dropzone.config.js +25 -0
- package/styled-components/cjs/examples/plasma_b2c/components/Dropzone/Dropzone.js +11 -0
- package/styled-components/cjs/examples/plasma_b2c/components/Dropzone/Dropzone.stories.tsx +57 -0
- package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.outline.config.js +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Dropzone/Dropzone.config.js +25 -0
- package/styled-components/cjs/examples/plasma_web/components/Dropzone/Dropzone.js +11 -0
- package/styled-components/cjs/examples/plasma_web/components/Dropzone/Dropzone.stories.tsx +57 -0
- package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.config.js +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.outline.config.js +1 -1
- package/styled-components/cjs/index.js +11 -0
- package/styled-components/es/components/Dropzone/Dropzone.js +263 -0
- package/styled-components/es/components/Dropzone/Dropzone.styles.js +21 -0
- package/styled-components/es/components/Dropzone/Dropzone.template-docs.mdx +136 -0
- package/styled-components/es/components/Dropzone/Dropzone.tokens.js +38 -0
- package/styled-components/es/components/Dropzone/Dropzone.types.js +1 -0
- package/styled-components/es/components/Dropzone/index.js +2 -0
- package/styled-components/es/components/Dropzone/variations/_disabled/base.js +3 -0
- package/styled-components/es/components/Dropzone/variations/_disabled/tokens.json +4 -0
- package/styled-components/es/components/Dropzone/variations/_size/base.js +4 -0
- package/styled-components/es/components/Dropzone/variations/_size/tokens.json +19 -0
- package/styled-components/es/components/Dropzone/variations/_view/base.js +4 -0
- package/styled-components/es/components/Dropzone/variations/_view/tokens.json +9 -0
- package/styled-components/es/components/Switch/Switch.tokens.js +1 -2
- package/styled-components/es/components/Switch/_toggleSize/base.js +2 -2
- package/styled-components/es/components/_Icon/Icon.assets/ArrowBarDown.js +16 -0
- package/styled-components/es/components/_Icon/Icons/IconArrowBarDown.js +15 -0
- package/styled-components/es/components/_Icon/index.js +2 -1
- package/styled-components/es/examples/plasma_b2c/components/Dropzone/Dropzone.config.js +19 -0
- package/styled-components/es/examples/plasma_b2c/components/Dropzone/Dropzone.js +5 -0
- package/styled-components/es/examples/plasma_b2c/components/Dropzone/Dropzone.stories.tsx +57 -0
- package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.config.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.outline.config.js +1 -1
- package/styled-components/es/examples/plasma_web/components/Dropzone/Dropzone.config.js +19 -0
- package/styled-components/es/examples/plasma_web/components/Dropzone/Dropzone.js +5 -0
- package/styled-components/es/examples/plasma_web/components/Dropzone/Dropzone.stories.tsx +57 -0
- package/styled-components/es/examples/plasma_web/components/Switch/Switch.config.js +1 -1
- package/styled-components/es/examples/plasma_web/components/Switch/Switch.outline.config.js +1 -1
- package/styled-components/es/index.js +2 -1
- package/types/components/Dropzone/Dropzone.d.ts +59 -0
- package/types/components/Dropzone/Dropzone.d.ts.map +1 -0
- package/types/components/Dropzone/Dropzone.styles.d.ts +9 -0
- package/types/components/Dropzone/Dropzone.styles.d.ts.map +1 -0
- package/types/components/Dropzone/Dropzone.tokens.d.ts +39 -0
- package/types/components/Dropzone/Dropzone.tokens.d.ts.map +1 -0
- package/types/components/Dropzone/Dropzone.types.d.ts +77 -0
- package/types/components/Dropzone/Dropzone.types.d.ts.map +1 -0
- package/types/components/Dropzone/index.d.ts +3 -0
- package/types/components/Dropzone/index.d.ts.map +1 -0
- package/types/components/Dropzone/variations/_disabled/base.d.ts +2 -0
- package/types/components/Dropzone/variations/_disabled/base.d.ts.map +1 -0
- package/types/components/Dropzone/variations/_size/base.d.ts +2 -0
- package/types/components/Dropzone/variations/_size/base.d.ts.map +1 -0
- package/types/components/Dropzone/variations/_view/base.d.ts +2 -0
- package/types/components/Dropzone/variations/_view/base.d.ts.map +1 -0
- package/types/components/Switch/Switch.tokens.d.ts +1 -2
- package/types/components/Switch/Switch.tokens.d.ts.map +1 -1
- package/types/components/Switch/_toggleSize/base.d.ts.map +1 -1
- package/types/components/_Icon/Icon.assets/ArrowBarDown.d.ts +4 -0
- package/types/components/_Icon/Icon.assets/ArrowBarDown.d.ts.map +1 -0
- package/types/components/_Icon/Icons/IconArrowBarDown.d.ts +4 -0
- package/types/components/_Icon/Icons/IconArrowBarDown.d.ts.map +1 -0
- package/types/components/_Icon/index.d.ts +1 -0
- package/types/components/_Icon/index.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Dropzone/Dropzone.config.d.ts +18 -0
- package/types/examples/plasma_b2c/components/Dropzone/Dropzone.config.d.ts.map +1 -0
- package/types/examples/plasma_b2c/components/Dropzone/Dropzone.d.ts +29 -0
- package/types/examples/plasma_b2c/components/Dropzone/Dropzone.d.ts.map +1 -0
- package/types/examples/plasma_b2c/components/Switch/Switch.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Switch/Switch.outline.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Dropzone/Dropzone.config.d.ts +18 -0
- package/types/examples/plasma_web/components/Dropzone/Dropzone.config.d.ts.map +1 -0
- package/types/examples/plasma_web/components/Dropzone/Dropzone.d.ts +29 -0
- package/types/examples/plasma_web/components/Dropzone/Dropzone.d.ts.map +1 -0
- package/types/examples/plasma_web/components/Switch/Switch.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Switch/Switch.outline.config.d.ts.map +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/cjs/components/Switch/_toggleSize/base_o6rjc1.css +0 -1
- package/es/components/Switch/_toggleSize/base_o6rjc1.css +0 -1
@@ -0,0 +1,271 @@
|
|
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.dropzoneRoot = exports.dropzoneConfig = void 0;
|
8
|
+
var _react = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
|
9
|
+
var _plasmaCore = /*#__PURE__*/require("@salutejs/plasma-core");
|
10
|
+
var _utils = /*#__PURE__*/require("../../utils");
|
11
|
+
var _Icon = /*#__PURE__*/require("../../components/_Icon");
|
12
|
+
var _base = /*#__PURE__*/require("./variations/_view/base");
|
13
|
+
var _base2 = /*#__PURE__*/require("./variations/_size/base");
|
14
|
+
var _base3 = /*#__PURE__*/require("./variations/_disabled/base");
|
15
|
+
var _Dropzone = /*#__PURE__*/require("./Dropzone.styles");
|
16
|
+
var _Dropzone2 = /*#__PURE__*/require("./Dropzone.tokens");
|
17
|
+
var _IconArrowBarDown;
|
18
|
+
var _excluded = ["className", "style", "accept", "multiple", "title", "description", "icon", "iconPlacement", "size", "view", "disabled", "stretch", "width", "height", "onDragEnter", "onDragLeave", "onDragOver", "onDrop", "validator", "onClick", "onChange", "onChoseFiles"];
|
19
|
+
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); }
|
20
|
+
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; }
|
21
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
22
|
+
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; }
|
23
|
+
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; }
|
24
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
25
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
26
|
+
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); }
|
27
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
28
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
29
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
30
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
31
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
32
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
33
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
34
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
35
|
+
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."); }
|
36
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
37
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
38
|
+
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; } }
|
39
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
40
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
41
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
42
|
+
var dropzoneRoot = exports.dropzoneRoot = function dropzoneRoot(Root) {
|
43
|
+
return /*#__PURE__*/(0, _react.forwardRef)(function (_ref, outerRef) {
|
44
|
+
var className = _ref.className,
|
45
|
+
style = _ref.style,
|
46
|
+
accept = _ref.accept,
|
47
|
+
multiple = _ref.multiple,
|
48
|
+
title = _ref.title,
|
49
|
+
description = _ref.description,
|
50
|
+
icon = _ref.icon,
|
51
|
+
iconPlacement = _ref.iconPlacement,
|
52
|
+
size = _ref.size,
|
53
|
+
view = _ref.view,
|
54
|
+
disabled = _ref.disabled,
|
55
|
+
stretch = _ref.stretch,
|
56
|
+
width = _ref.width,
|
57
|
+
height = _ref.height,
|
58
|
+
onDragEnter = _ref.onDragEnter,
|
59
|
+
onDragLeave = _ref.onDragLeave,
|
60
|
+
onDragOver = _ref.onDragOver,
|
61
|
+
onDrop = _ref.onDrop,
|
62
|
+
validator = _ref.validator,
|
63
|
+
onClick = _ref.onClick,
|
64
|
+
onChange = _ref.onChange,
|
65
|
+
onChoseFiles = _ref.onChoseFiles,
|
66
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
67
|
+
var _useState = (0, _react.useState)(false),
|
68
|
+
_useState2 = _slicedToArray(_useState, 2),
|
69
|
+
isDropzoneActive = _useState2[0],
|
70
|
+
setIsDropzoneActive = _useState2[1];
|
71
|
+
var inputRef = (0, _react.useRef)(null);
|
72
|
+
var forkInputRef = (0, _plasmaCore.useForkRef)(outerRef, inputRef);
|
73
|
+
var innerWidth = width ? (0, _utils.getSizeValueFromProp)(width) : 'fit-content';
|
74
|
+
var innerHeight = height ? (0, _utils.getSizeValueFromProp)(height) : 'fit-content';
|
75
|
+
var processFiles = /*#__PURE__*/function () {
|
76
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(rawFiles, callback, afterAction) {
|
77
|
+
var files, res;
|
78
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
79
|
+
while (1) switch (_context.prev = _context.next) {
|
80
|
+
case 0:
|
81
|
+
if (rawFiles !== null && rawFiles !== void 0 && rawFiles.length) {
|
82
|
+
_context.next = 2;
|
83
|
+
break;
|
84
|
+
}
|
85
|
+
return _context.abrupt("return");
|
86
|
+
case 2:
|
87
|
+
files = _toConsumableArray(rawFiles);
|
88
|
+
res = {
|
89
|
+
acceptedFiles: files
|
90
|
+
};
|
91
|
+
if (!validator) {
|
92
|
+
_context.next = 8;
|
93
|
+
break;
|
94
|
+
}
|
95
|
+
_context.next = 7;
|
96
|
+
return validator === null || validator === void 0 ? void 0 : validator(files);
|
97
|
+
case 7:
|
98
|
+
res = _context.sent;
|
99
|
+
case 8:
|
100
|
+
if (!callback) {
|
101
|
+
_context.next = 11;
|
102
|
+
break;
|
103
|
+
}
|
104
|
+
_context.next = 11;
|
105
|
+
return callback(res);
|
106
|
+
case 11:
|
107
|
+
if (afterAction) {
|
108
|
+
afterAction();
|
109
|
+
}
|
110
|
+
case 12:
|
111
|
+
case "end":
|
112
|
+
return _context.stop();
|
113
|
+
}
|
114
|
+
}, _callee);
|
115
|
+
}));
|
116
|
+
return function processFiles(_x, _x2, _x3) {
|
117
|
+
return _ref2.apply(this, arguments);
|
118
|
+
};
|
119
|
+
}();
|
120
|
+
var handleDragEnter = function handleDragEnter(event) {
|
121
|
+
if (disabled) {
|
122
|
+
return;
|
123
|
+
}
|
124
|
+
event.preventDefault();
|
125
|
+
event.stopPropagation();
|
126
|
+
if (onDragEnter) {
|
127
|
+
onDragEnter(event);
|
128
|
+
}
|
129
|
+
setIsDropzoneActive(true);
|
130
|
+
};
|
131
|
+
var handleDragLeave = function handleDragLeave(event) {
|
132
|
+
if (disabled) {
|
133
|
+
return;
|
134
|
+
}
|
135
|
+
event.preventDefault();
|
136
|
+
if (onDragLeave) {
|
137
|
+
onDragLeave(event);
|
138
|
+
}
|
139
|
+
setIsDropzoneActive(false);
|
140
|
+
};
|
141
|
+
var handleDragOver = function handleDragOver(event) {
|
142
|
+
if (disabled) {
|
143
|
+
return;
|
144
|
+
}
|
145
|
+
event.preventDefault();
|
146
|
+
if (onDragOver) {
|
147
|
+
onDragOver(event);
|
148
|
+
}
|
149
|
+
var rawFiles = event.dataTransfer.files;
|
150
|
+
if (!isDropzoneActive && rawFiles && rawFiles.length > 0) {
|
151
|
+
setIsDropzoneActive(true);
|
152
|
+
}
|
153
|
+
};
|
154
|
+
var handleDrop = /*#__PURE__*/function () {
|
155
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(event) {
|
156
|
+
var rawFiles, afterAction;
|
157
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
158
|
+
while (1) switch (_context2.prev = _context2.next) {
|
159
|
+
case 0:
|
160
|
+
if (!disabled) {
|
161
|
+
_context2.next = 2;
|
162
|
+
break;
|
163
|
+
}
|
164
|
+
return _context2.abrupt("return");
|
165
|
+
case 2:
|
166
|
+
event.preventDefault();
|
167
|
+
event.persist();
|
168
|
+
rawFiles = event.dataTransfer.files;
|
169
|
+
afterAction = function afterAction() {
|
170
|
+
event.dataTransfer.clearData();
|
171
|
+
setIsDropzoneActive(false);
|
172
|
+
};
|
173
|
+
_context2.next = 8;
|
174
|
+
return processFiles(rawFiles, onDrop, afterAction);
|
175
|
+
case 8:
|
176
|
+
case "end":
|
177
|
+
return _context2.stop();
|
178
|
+
}
|
179
|
+
}, _callee2);
|
180
|
+
}));
|
181
|
+
return function handleDrop(_x4) {
|
182
|
+
return _ref3.apply(this, arguments);
|
183
|
+
};
|
184
|
+
}();
|
185
|
+
var handleClick = function handleClick(event) {
|
186
|
+
if (!inputRef.current || disabled) {
|
187
|
+
return;
|
188
|
+
}
|
189
|
+
inputRef.current.click();
|
190
|
+
if (onClick) {
|
191
|
+
onClick(event);
|
192
|
+
}
|
193
|
+
};
|
194
|
+
var handleChange = /*#__PURE__*/function () {
|
195
|
+
var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(event) {
|
196
|
+
var rawFiles;
|
197
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
198
|
+
while (1) switch (_context3.prev = _context3.next) {
|
199
|
+
case 0:
|
200
|
+
if (!disabled) {
|
201
|
+
_context3.next = 2;
|
202
|
+
break;
|
203
|
+
}
|
204
|
+
return _context3.abrupt("return");
|
205
|
+
case 2:
|
206
|
+
if (onChange) {
|
207
|
+
onChange(event);
|
208
|
+
}
|
209
|
+
rawFiles = event.target.files;
|
210
|
+
_context3.next = 6;
|
211
|
+
return processFiles(rawFiles, onChoseFiles);
|
212
|
+
case 6:
|
213
|
+
case "end":
|
214
|
+
return _context3.stop();
|
215
|
+
}
|
216
|
+
}, _callee3);
|
217
|
+
}));
|
218
|
+
return function handleChange(_x5) {
|
219
|
+
return _ref4.apply(this, arguments);
|
220
|
+
};
|
221
|
+
}();
|
222
|
+
return /*#__PURE__*/_react["default"].createElement(Root, {
|
223
|
+
className: (0, _utils.cx)(className, isDropzoneActive && _Dropzone2.classes.active, stretch && _Dropzone2.classes.stretch, disabled && _Dropzone2.classes.disabled),
|
224
|
+
view: view,
|
225
|
+
size: size,
|
226
|
+
disabled: disabled,
|
227
|
+
tabIndex: 0,
|
228
|
+
style: _objectSpread(_objectSpread({}, style), {}, _defineProperty(_defineProperty({}, _Dropzone2.privateTokens.width, innerWidth), _Dropzone2.privateTokens.height, innerHeight))
|
229
|
+
}, /*#__PURE__*/_react["default"].createElement(_Dropzone.DropzoneHandlerOverlay, {
|
230
|
+
onDragEnter: handleDragEnter,
|
231
|
+
onDragLeave: handleDragLeave,
|
232
|
+
onDragOver: handleDragOver,
|
233
|
+
onDrop: handleDrop,
|
234
|
+
onClick: handleClick
|
235
|
+
}), /*#__PURE__*/_react["default"].createElement(_Dropzone.Content, null, /*#__PURE__*/_react["default"].createElement(_Dropzone.TitleWrapper, {
|
236
|
+
className: (0, _utils.cx)(iconPlacement === 'top' && _Dropzone2.classes.verticalContentPlacing)
|
237
|
+
}, icon || _IconArrowBarDown || (_IconArrowBarDown = /*#__PURE__*/_react["default"].createElement(_Icon.IconArrowBarDown, {
|
238
|
+
color: "inherit",
|
239
|
+
size: "s"
|
240
|
+
})), title && /*#__PURE__*/_react["default"].createElement(_Dropzone.Title, null, title)), description && /*#__PURE__*/_react["default"].createElement(_Dropzone.Description, null, description)), /*#__PURE__*/_react["default"].createElement(_Dropzone.HiddenInput, _extends({
|
241
|
+
ref: forkInputRef,
|
242
|
+
type: "file",
|
243
|
+
accept: accept,
|
244
|
+
multiple: multiple,
|
245
|
+
tabIndex: -1,
|
246
|
+
onChange: handleChange
|
247
|
+
}, rest)));
|
248
|
+
});
|
249
|
+
};
|
250
|
+
var dropzoneConfig = exports.dropzoneConfig = {
|
251
|
+
name: 'Dropzone',
|
252
|
+
tag: 'div',
|
253
|
+
layout: dropzoneRoot,
|
254
|
+
base: _Dropzone.base,
|
255
|
+
variations: {
|
256
|
+
view: {
|
257
|
+
css: _base.base
|
258
|
+
},
|
259
|
+
size: {
|
260
|
+
css: _base2.base
|
261
|
+
},
|
262
|
+
disabled: {
|
263
|
+
css: _base3.base,
|
264
|
+
attrs: true
|
265
|
+
}
|
266
|
+
},
|
267
|
+
defaults: {
|
268
|
+
view: 'default',
|
269
|
+
size: 'm'
|
270
|
+
}
|
271
|
+
};
|
@@ -0,0 +1,29 @@
|
|
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.base = exports.TitleWrapper = exports.Title = exports.HiddenInput = exports.DropzoneHandlerOverlay = exports.Description = exports.Content = void 0;
|
8
|
+
var _styledComponents = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("styled-components"));
|
9
|
+
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); }
|
10
|
+
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; }
|
11
|
+
var base = exports.base = /*#__PURE__*/(0, _styledComponents.css)(["position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;"]);
|
12
|
+
var DropzoneHandlerOverlay = exports.DropzoneHandlerOverlay = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
13
|
+
componentId: "plasma-new-hope__sc-mq500f-0"
|
14
|
+
})(["position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;"]);
|
15
|
+
var Content = exports.Content = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
16
|
+
componentId: "plasma-new-hope__sc-mq500f-1"
|
17
|
+
})(["display:flex;flex-direction:column;align-items:center;justify-content:center;user-select:none;"]);
|
18
|
+
var TitleWrapper = exports.TitleWrapper = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
19
|
+
componentId: "plasma-new-hope__sc-mq500f-2"
|
20
|
+
})([""]);
|
21
|
+
var Title = exports.Title = /*#__PURE__*/_styledComponents["default"].span.withConfig({
|
22
|
+
componentId: "plasma-new-hope__sc-mq500f-3"
|
23
|
+
})([""]);
|
24
|
+
var Description = exports.Description = /*#__PURE__*/_styledComponents["default"].span.withConfig({
|
25
|
+
componentId: "plasma-new-hope__sc-mq500f-4"
|
26
|
+
})([""]);
|
27
|
+
var HiddenInput = exports.HiddenInput = /*#__PURE__*/_styledComponents["default"].input.withConfig({
|
28
|
+
componentId: "plasma-new-hope__sc-mq500f-5"
|
29
|
+
})(["display:none;"]);
|
@@ -0,0 +1,136 @@
|
|
1
|
+
---
|
2
|
+
id: dropzone
|
3
|
+
title: Dropzone
|
4
|
+
---
|
5
|
+
|
6
|
+
import { PropsTable } from '@site/src/components';
|
7
|
+
|
8
|
+
# Dropzone
|
9
|
+
Компонент для загрузки файлов, без отображения индикации загрузки.
|
10
|
+
Компонент не предполагает наличия валиации, так как является частью Upload.
|
11
|
+
Но валидацию можно задать с помощью callback `validator`.
|
12
|
+
<PropsTable name="Dropzone" />
|
13
|
+
|
14
|
+
# Типизация
|
15
|
+
|
16
|
+
```tsx
|
17
|
+
type DropzoneProps = {
|
18
|
+
/**
|
19
|
+
* Массив форматов файлов, которые могут быть прикреплены (см. HTML-атрибут 'accept' для 'input').
|
20
|
+
*/
|
21
|
+
acceptedFileFormats?: string[];
|
22
|
+
/**
|
23
|
+
* Позовляет выбирать несколько файлов для загрузки
|
24
|
+
*/
|
25
|
+
multiple?: boolean;
|
26
|
+
/**
|
27
|
+
* Слот для Title
|
28
|
+
*/
|
29
|
+
title?: string;
|
30
|
+
/**
|
31
|
+
* Слот для описания
|
32
|
+
*/
|
33
|
+
description?: ReactNode;
|
34
|
+
/**
|
35
|
+
* Слот для иконки
|
36
|
+
*/
|
37
|
+
icon?: ReactNode;
|
38
|
+
/**
|
39
|
+
* Расположение иконки
|
40
|
+
* @default 'left'
|
41
|
+
*/
|
42
|
+
iconPlacement?: 'top' | 'left';
|
43
|
+
/**
|
44
|
+
* Размер компонента
|
45
|
+
*/
|
46
|
+
size?: string;
|
47
|
+
/**
|
48
|
+
* Вид компонента
|
49
|
+
*/
|
50
|
+
view?: string;
|
51
|
+
/**
|
52
|
+
* Компонент неактивен
|
53
|
+
*/
|
54
|
+
disabled?: boolean;
|
55
|
+
/**
|
56
|
+
* Компонент растягивается на всю доступную ширину
|
57
|
+
*/
|
58
|
+
stretch?: boolean;
|
59
|
+
/**
|
60
|
+
* Функция, вызываемая в момент вхождения курсора внутрь границ Dropzone
|
61
|
+
*/
|
62
|
+
onDragEnter?: () => void;
|
63
|
+
/**
|
64
|
+
* Функция, вызываемая в момент выхода курсора из Dropzone
|
65
|
+
*/
|
66
|
+
onDragLeave?: () => void;
|
67
|
+
/**
|
68
|
+
* Функция, вызываемая при нахождении курсора внутри Dropzone
|
69
|
+
*/
|
70
|
+
onDragOver?: () => void;
|
71
|
+
/**
|
72
|
+
* Функция, вызываемая при drop файлов
|
73
|
+
*/
|
74
|
+
onDrop?: () => void;
|
75
|
+
/**
|
76
|
+
* Функция, вызываемая для валидации файлов, перед onDropFiles
|
77
|
+
*/
|
78
|
+
validator?: (files: File[]) => ValidatorReturnType;
|
79
|
+
/**
|
80
|
+
* Функция, вызываемая при наличии файлов, после onDrop
|
81
|
+
*/
|
82
|
+
onDropFiles?: FileProcessHandler;
|
83
|
+
/**
|
84
|
+
* Функция, вызываемая при выборе файлов
|
85
|
+
*/
|
86
|
+
onChoseFiles?: FileProcessHandler;
|
87
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, 'accept'>;
|
88
|
+
```
|
89
|
+
|
90
|
+
# Пример
|
91
|
+
|
92
|
+
```tsx live
|
93
|
+
import React from 'react';
|
94
|
+
import { Dropzone } from '@salutejs/{{ package }}';
|
95
|
+
|
96
|
+
export function App() {
|
97
|
+
const onDragEnter = () => {
|
98
|
+
console.log("onDragEnter")
|
99
|
+
}
|
100
|
+
|
101
|
+
const onDragLeave = () => {
|
102
|
+
console.log("onDragLeave")
|
103
|
+
}
|
104
|
+
|
105
|
+
const onDrop = () => {
|
106
|
+
console.log("onDrop")
|
107
|
+
}
|
108
|
+
|
109
|
+
const onDropFiles = () => {
|
110
|
+
console.log("onDropFiles")
|
111
|
+
}
|
112
|
+
|
113
|
+
const onChange = () => {
|
114
|
+
console.log("onChange")
|
115
|
+
}
|
116
|
+
|
117
|
+
const onChoseFiles = () => {
|
118
|
+
console.log("onChoseFiles")
|
119
|
+
}
|
120
|
+
|
121
|
+
return (
|
122
|
+
<Dropzone
|
123
|
+
iconPlacement="top"
|
124
|
+
width="240"
|
125
|
+
title="Click to upload"
|
126
|
+
description="or drag and drop files here"
|
127
|
+
onDragEnter={onDragEnter}
|
128
|
+
onDragLeave={onDragLeave}
|
129
|
+
onDrop={onDrop}
|
130
|
+
onDropFiles={onDropFiles}
|
131
|
+
onChange={onChange}
|
132
|
+
onChoseFiles={onChoseFiles}
|
133
|
+
/>
|
134
|
+
);
|
135
|
+
}
|
136
|
+
```
|
@@ -0,0 +1,44 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.tokens = exports.privateTokens = exports.classes = void 0;
|
7
|
+
var classes = exports.classes = {
|
8
|
+
stretch: 'dropzone-stretch',
|
9
|
+
active: 'dropzone-active',
|
10
|
+
verticalContentPlacing: 'dropzone-vertical-content-placing',
|
11
|
+
disabled: 'dropzone-disabled'
|
12
|
+
};
|
13
|
+
var privateTokens = exports.privateTokens = {
|
14
|
+
width: '--plasma_private-dropzone-width',
|
15
|
+
height: '--plasma_private-dropzone-height'
|
16
|
+
};
|
17
|
+
var tokens = exports.tokens = {
|
18
|
+
background: '--plasma-dropzone-background',
|
19
|
+
backgroundHover: '--plasma-dropzone-background-hover',
|
20
|
+
overlayColorActive: '--plasma-dropzone-overlay-color-active',
|
21
|
+
border: '--plasma-dropzone-border-color',
|
22
|
+
borderColorHover: '--plasma-dropzone-border-color-hover',
|
23
|
+
borderColorActive: '--plasma-dropzone-border-color-active',
|
24
|
+
titleColor: '--plasma-dropzone-title-color',
|
25
|
+
descriptionColor: '--plasma-dropzone-description-color',
|
26
|
+
padding: '--plasma-dropzone-padding',
|
27
|
+
borderRadius: '--plasma-dropzone-border-radius',
|
28
|
+
contentGap: '--plasma-dropzone-content-gap',
|
29
|
+
titleWrapperGap: '--plasma-dropzone-title-wrapper-gap',
|
30
|
+
titleWrapperGapColumn: '--plasma-dropzone-title-wrapper-column-gap',
|
31
|
+
titleFontFamily: '--plasma-dropzone-title-font-family',
|
32
|
+
titleFontSize: '--plasma-dropzone-title-font-size',
|
33
|
+
titleFontStyle: '--plasma-dropzone-title-font-style',
|
34
|
+
titleFontWeight: '--plasma-dropzone-title-font-weight',
|
35
|
+
titleLetterSpacing: '--plasma-dropzone-title-letter-spacing',
|
36
|
+
titleLineHeight: '--plasma-dropzone-title-line-height',
|
37
|
+
descriptionFontFamily: '--plasma-dropzone-description-font-family',
|
38
|
+
descriptionFontSize: '--plasma-dropzone-description-font-size',
|
39
|
+
descriptionFontStyle: '--plasma-dropzone-description-font-style',
|
40
|
+
descriptionFontWeight: '--plasma-dropzone-description-font-weight',
|
41
|
+
descriptionLetterSpacing: '--plasma-dropzone-description-letter-spacing',
|
42
|
+
descriptionLineHeight: '--plasma-dropzone-description-line-height',
|
43
|
+
disabledOpacity: '--plasma-dropzone-disabled-opacity'
|
44
|
+
};
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
Object.defineProperty(exports, "dropzoneClasses", {
|
7
|
+
enumerable: true,
|
8
|
+
get: function get() {
|
9
|
+
return _Dropzone2.classes;
|
10
|
+
}
|
11
|
+
});
|
12
|
+
Object.defineProperty(exports, "dropzoneConfig", {
|
13
|
+
enumerable: true,
|
14
|
+
get: function get() {
|
15
|
+
return _Dropzone.dropzoneConfig;
|
16
|
+
}
|
17
|
+
});
|
18
|
+
Object.defineProperty(exports, "dropzoneRoot", {
|
19
|
+
enumerable: true,
|
20
|
+
get: function get() {
|
21
|
+
return _Dropzone.dropzoneRoot;
|
22
|
+
}
|
23
|
+
});
|
24
|
+
Object.defineProperty(exports, "dropzoneTokens", {
|
25
|
+
enumerable: true,
|
26
|
+
get: function get() {
|
27
|
+
return _Dropzone2.tokens;
|
28
|
+
}
|
29
|
+
});
|
30
|
+
var _Dropzone = /*#__PURE__*/require("./Dropzone");
|
31
|
+
var _Dropzone2 = /*#__PURE__*/require("./Dropzone.tokens");
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.base = void 0;
|
7
|
+
var _styledComponents = /*#__PURE__*/require("styled-components");
|
8
|
+
var _Dropzone = /*#__PURE__*/require("../../Dropzone.tokens");
|
9
|
+
var base = exports.base = /*#__PURE__*/(0, _styledComponents.css)(["&.", "{opacity:var(", ");cursor:not-allowed;}"], _Dropzone.classes.disabled, _Dropzone.tokens.disabledOpacity);
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.base = void 0;
|
7
|
+
var _styledComponents = /*#__PURE__*/require("styled-components");
|
8
|
+
var _Dropzone = /*#__PURE__*/require("../../Dropzone.tokens");
|
9
|
+
var _Dropzone2 = /*#__PURE__*/require("../../Dropzone.styles");
|
10
|
+
var base = exports.base = /*#__PURE__*/(0, _styledComponents.css)(["padding:var(", ");border-radius:var(", ");height:var(", ");width:var(", ");&.", "{width:100%;}", "{border-radius:var(", ");}", "{gap:var(", ");}", "{display:flex;align-items:center;justify-content:center;gap:var(", ");&.", "{flex-direction:column;gap:var(", ");}}", "{font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");}", "{font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");}"], _Dropzone.tokens.padding, _Dropzone.tokens.borderRadius, _Dropzone.privateTokens.height, _Dropzone.privateTokens.width, _Dropzone.classes.stretch, _Dropzone2.DropzoneHandlerOverlay, _Dropzone.tokens.borderRadius, _Dropzone2.Content, _Dropzone.tokens.contentGap, _Dropzone2.TitleWrapper, _Dropzone.tokens.titleWrapperGap, _Dropzone.classes.verticalContentPlacing, _Dropzone.tokens.titleWrapperGapColumn, _Dropzone2.Title, _Dropzone.tokens.titleFontFamily, _Dropzone.tokens.titleFontSize, _Dropzone.tokens.titleFontStyle, _Dropzone.tokens.titleFontWeight, _Dropzone.tokens.titleLetterSpacing, _Dropzone.tokens.titleLineHeight, _Dropzone2.Description, _Dropzone.tokens.descriptionFontFamily, _Dropzone.tokens.descriptionFontSize, _Dropzone.tokens.descriptionFontStyle, _Dropzone.tokens.descriptionFontWeight, _Dropzone.tokens.descriptionLetterSpacing, _Dropzone.tokens.descriptionLineHeight);
|
@@ -0,0 +1,19 @@
|
|
1
|
+
[
|
2
|
+
"--plasma-dropzone-padding",
|
3
|
+
"--plasma-dropzone-border-radius",
|
4
|
+
"--plasma-dropzone-content-gap",
|
5
|
+
"--plasma-dropzone-title-wrapper-gap",
|
6
|
+
"--plasma-dropzone-title-wrapper-gap",
|
7
|
+
"--plasma-dropzone-title-font-family",
|
8
|
+
"--plasma-dropzone-title-font-size",
|
9
|
+
"--plasma-dropzone-title-font-style",
|
10
|
+
"--plasma-dropzone-title-font-weight",
|
11
|
+
"--plasma-dropzone-title-letter-spacing",
|
12
|
+
"--plasma-dropzone-title-line-height",
|
13
|
+
"--plasma-dropzone-description-font-family",
|
14
|
+
"--plasma-dropzone-description-font-size",
|
15
|
+
"--plasma-dropzone-description-font-style",
|
16
|
+
"--plasma-dropzone-description-font-weight",
|
17
|
+
"--plasma-dropzone-description-letter-spacing",
|
18
|
+
"--plasma-dropzone-description-line-height"
|
19
|
+
]
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.base = void 0;
|
7
|
+
var _styledComponents = /*#__PURE__*/require("styled-components");
|
8
|
+
var _Dropzone = /*#__PURE__*/require("../../Dropzone.tokens");
|
9
|
+
var _Dropzone2 = /*#__PURE__*/require("../../Dropzone.styles");
|
10
|
+
var base = exports.base = /*#__PURE__*/(0, _styledComponents.css)(["background:var(", ");border:var(", ");&:not(.", "):hover,&:not(.", "):focus-within{background:var(", ");border-color:var(", ");outline:none;}&.", "{border-color:var(", ");", "{background:var(", ");}}", "{color:var(", ");}", "{color:var(", ");}"], _Dropzone.tokens.background, _Dropzone.tokens.border, _Dropzone.classes.active, _Dropzone.classes.active, _Dropzone.tokens.backgroundHover, _Dropzone.tokens.borderColorHover, _Dropzone.classes.active, _Dropzone.tokens.borderColorActive, _Dropzone2.DropzoneHandlerOverlay, _Dropzone.tokens.overlayColorActive, _Dropzone2.TitleWrapper, _Dropzone.tokens.titleColor, _Dropzone2.Description, _Dropzone.tokens.descriptionColor);
|
@@ -0,0 +1,9 @@
|
|
1
|
+
[
|
2
|
+
"--plasma-dropzone-background",
|
3
|
+
"--plasma-dropzone-overlay-color-active",
|
4
|
+
"--plasma-dropzone-border-color",
|
5
|
+
"--plasma-dropzone-border-color-hover",
|
6
|
+
"--plasma-dropzone-border-color-active",
|
7
|
+
"--plasma-dropzone-title-color",
|
8
|
+
"--plasma-dropzone-description-color"
|
9
|
+
]
|
@@ -29,8 +29,7 @@ var tokens = exports.tokens = {
|
|
29
29
|
verticalGap: '--plasma-switch-vertical-gap',
|
30
30
|
trackWidth: '--plasma-switch__track-width',
|
31
31
|
trackHeight: '--plasma-switch__track-height',
|
32
|
-
|
33
|
-
trackBorderWidthOff: '--plasma-switch__track-checked_false-border-width',
|
32
|
+
trackBorderWidth: '--plasma-switch__track-border',
|
34
33
|
trackBorderColorOn: '--plasma-switch__track-checked_true-border-color',
|
35
34
|
trackBorderColorOnHover: '--plasma-switch__track-checked_true_hovered_true-border-color',
|
36
35
|
trackBorderColorOff: '--plasma-switch__track-checked_false-border-color',
|
@@ -7,4 +7,4 @@ exports.base = void 0;
|
|
7
7
|
var _styledComponents = /*#__PURE__*/require("styled-components");
|
8
8
|
var _Switch = /*#__PURE__*/require("../Switch.tokens");
|
9
9
|
var _Switch2 = /*#__PURE__*/require("../Switch.styles");
|
10
|
-
var base = exports.base = /*#__PURE__*/(0, _styledComponents.css)(["", "{box-sizing:border-box;flex:0 0 var(", ");border-style:solid;border-width:var(", ");border-radius:var(", ");width:var(", ");height:var(", ");&::after{width:var(", ");height:var(", ");border-radius:var(", ");margin:auto var(", ");}}
|
10
|
+
var base = exports.base = /*#__PURE__*/(0, _styledComponents.css)(["", "{box-sizing:border-box;flex:0 0 var(", ");border-style:solid;border-width:var(", ");border-radius:var(", ");width:var(", ");height:var(", ");&::after{width:var(", ");height:var(", ");border-radius:var(", ");margin:auto var(", ");}}:active:not([disabled]) ", "::after{width:calc(var(", ") * var(", ",1));}"], _Switch2.StyledTrigger, _Switch.tokens.trackWidth, _Switch.tokens.trackBorderWidth, _Switch.tokens.trackBorderRadius, _Switch.tokens.trackWidth, _Switch.tokens.trackHeight, _Switch.tokens.thumbSize, _Switch.tokens.thumbSize, _Switch.tokens.thumbBorderRadius, _Switch.tokens.thumbOffset, _Switch2.StyledTrigger, _Switch.tokens.thumbSize, _Switch.tokens.thumbPressScale);
|