sdk-h5.js 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. //#ifdef H5
  2. /**
  3. * 设置剪切板
  4. uni.setClipboardData({ data:'文字', success:function(data){}, fail:function(err){}, complete:function(res){} })
  5. 获取剪贴板
  6. uni.getClipboardData({success:function(data){}, fail:function(err){}, complete:function(res){} })
  7. 保存图片到系统相册
  8. uni.saveImageToPhotosAlbum({ filePath: res.tempFilePaths[0], success: function () { console.log('save success'); } })
  9. 保存视频到系统相册
  10. uni.saveVideoToPhotosAlbum({ filePath: res.tempFilePath, success: function () { console.log('save success'); } });
  11. * **/
  12. ! function(t, e) {
  13. try {
  14. window.ClipboardJS = e();
  15. } catch (e) {};
  16. "object" == typeof exports && "object" == typeof module ? module.exports = e() : "function" == typeof define && define
  17. .amd ? define([], e) : "object" == typeof exports ? exports.ClipboardJS = e() : t.ClipboardJS = e()
  18. }(this, function() {
  19. return function(n) {
  20. var o = {};
  21. function r(t) {
  22. if (o[t]) return o[t].exports;
  23. var e = o[t] = {
  24. i: t,
  25. l: !1,
  26. exports: {}
  27. };
  28. return n[t].call(e.exports, e, e.exports, r), e.l = !0, e.exports
  29. }
  30. return r.m = n, r.c = o, r.d = function(t, e, n) {
  31. r.o(t, e) || Object.defineProperty(t, e, {
  32. enumerable: !0,
  33. get: n
  34. })
  35. }, r.r = function(t) {
  36. "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(t, Symbol.toStringTag, {
  37. value: "Module"
  38. }), Object.defineProperty(t, "__esModule", {
  39. value: !0
  40. })
  41. }, r.t = function(e, t) {
  42. if (1 & t && (e = r(e)), 8 & t) return e;
  43. if (4 & t && "object" == typeof e && e && e.__esModule) return e;
  44. var n = Object.create(null);
  45. if (r.r(n), Object.defineProperty(n, "default", {
  46. enumerable: !0,
  47. value: e
  48. }), 2 & t && "string" != typeof e)
  49. for (var o in e) r.d(n, o, function(t) {
  50. return e[t]
  51. }.bind(null, o));
  52. return n
  53. }, r.n = function(t) {
  54. var e = t && t.__esModule ? function() {
  55. return t.default
  56. } : function() {
  57. return t
  58. };
  59. return r.d(e, "a", e), e
  60. }, r.o = function(t, e) {
  61. return Object.prototype.hasOwnProperty.call(t, e)
  62. }, r.p = "", r(r.s = 0)
  63. }([function(t, e, n) {
  64. "use strict";
  65. var r = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(t) {
  66. return typeof t
  67. } : function(t) {
  68. return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" :
  69. typeof t
  70. },
  71. i = function() {
  72. function o(t, e) {
  73. for (var n = 0; n < e.length; n++) {
  74. var o = e[n];
  75. o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(
  76. t, o.key, o)
  77. }
  78. }
  79. return function(t, e, n) {
  80. return e && o(t.prototype, e), n && o(t, n), t
  81. }
  82. }(),
  83. a = o(n(1)),
  84. c = o(n(3)),
  85. u = o(n(4));
  86. function o(t) {
  87. return t && t.__esModule ? t : {
  88. default: t
  89. }
  90. }
  91. var l = function(t) {
  92. function o(t, e) {
  93. ! function(t, e) {
  94. if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function")
  95. }(this, o);
  96. var n = function(t, e) {
  97. if (!t) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
  98. return !e || "object" != typeof e && "function" != typeof e ? t : e
  99. }(this, (o.__proto__ || Object.getPrototypeOf(o)).call(this));
  100. return n.resolveOptions(e), n.listenClick(t), n
  101. }
  102. return function(t, e) {
  103. if ("function" != typeof e && null !== e) throw new TypeError(
  104. "Super expression must either be null or a function, not " + typeof e);
  105. t.prototype = Object.create(e && e.prototype, {
  106. constructor: {
  107. value: t,
  108. enumerable: !1,
  109. writable: !0,
  110. configurable: !0
  111. }
  112. }), e && (Object.setPrototypeOf ? Object.setPrototypeOf(t, e) : t.__proto__ = e)
  113. }(o, c.default), i(o, [{
  114. key: "resolveOptions",
  115. value: function() {
  116. var t = 0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : {};
  117. this.action = "function" == typeof t.action ? t.action : this.defaultAction, this.target = "function" ==
  118. typeof t.target ? t.target : this.defaultTarget, this.text = "function" == typeof t.text ? t.text : this
  119. .defaultText, this.container = "object" === r(t.container) ? t.container : document.body
  120. }
  121. }, {
  122. key: "listenClick",
  123. value: function(t) {
  124. var e = this;
  125. this.listener = (0, u.default)(t, "click", function(t) {
  126. return e.onClick(t)
  127. })
  128. }
  129. }, {
  130. key: "onClick",
  131. value: function(t) {
  132. var e = t.delegateTarget || t.currentTarget;
  133. this.clipboardAction && (this.clipboardAction = null), this.clipboardAction = new a.default({
  134. action: this.action(e),
  135. target: this.target(e),
  136. text: this.text(e),
  137. container: this.container,
  138. trigger: e,
  139. emitter: this
  140. })
  141. }
  142. }, {
  143. key: "defaultAction",
  144. value: function(t) {
  145. return s("action", t) || 'copy'
  146. }
  147. }, {
  148. key: "defaultTarget",
  149. value: function(t) {
  150. var e = s("target", t);
  151. if (e) {
  152. return document.querySelector(e)
  153. }
  154. }
  155. }, {
  156. key: "defaultText",
  157. value: function(t) {
  158. return s("text", t) || this.text
  159. }
  160. }, {
  161. key: "destroy",
  162. value: function() {
  163. this.listener.destroy(), this.clipboardAction && (this.clipboardAction.destroy(), this.clipboardAction =
  164. null)
  165. }
  166. }], [{
  167. key: "isSupported",
  168. value: function() {
  169. var t = 0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : ["copy", "cut"],
  170. e = "string" == typeof t ? [t] : t,
  171. n = !!document.queryCommandSupported;
  172. return e.forEach(function(t) {
  173. n = n && !!document.queryCommandSupported(t)
  174. }), n
  175. }
  176. }]), o
  177. }();
  178. function s(t, e) {
  179. var n = "data-clipboard-" + t;
  180. let isFun = e && typeof e.hasAttribute === 'function';
  181. if (isFun && e.hasAttribute(n)) {
  182. return e.getAttribute(n)
  183. }
  184. }
  185. t.exports = l
  186. }, function(t, e, n) {
  187. "use strict";
  188. var o, r = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(t) {
  189. return typeof t
  190. } : function(t) {
  191. return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" :
  192. typeof t
  193. },
  194. i = function() {
  195. function o(t, e) {
  196. for (var n = 0; n < e.length; n++) {
  197. var o = e[n];
  198. o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(
  199. t, o.key, o)
  200. }
  201. }
  202. return function(t, e, n) {
  203. return e && o(t.prototype, e), n && o(t, n), t
  204. }
  205. }(),
  206. a = n(2),
  207. c = (o = a) && o.__esModule ? o : {
  208. default: o
  209. };
  210. var u = function() {
  211. function e(t) {
  212. ! function(t, e) {
  213. if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function")
  214. }(this, e), this.resolveOptions(t), this.initSelection()
  215. }
  216. return i(e, [{
  217. key: "resolveOptions",
  218. value: function() {
  219. var t = 0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : {};
  220. this.action = t.action, this.container = t.container, this.emitter = t.emitter, this.target = t.target,
  221. this.text = t.text, this.trigger = t.trigger, this.selectedText = ""
  222. }
  223. }, {
  224. key: "initSelection",
  225. value: function() {
  226. this.text ? this.selectFake() : this.target && this.selectTarget()
  227. }
  228. }, {
  229. key: "selectFake",
  230. value: function() {
  231. var t = this,
  232. e = "rtl" == document.documentElement.getAttribute("dir");
  233. this.removeFake(), this.fakeHandlerCallback = function() {
  234. return t.removeFake()
  235. }, this.fakeHandler = this.container.addEventListener("click", this.fakeHandlerCallback) || !0, this.fakeElem =
  236. document.createElement("textarea"), this.fakeElem.style.fontSize = "12pt", this.fakeElem.style.border =
  237. "0", this.fakeElem.style.padding = "0", this.fakeElem.style.margin = "0", this.fakeElem.style.position =
  238. "absolute", this.fakeElem.style[e ? "right" : "left"] = "-9999px";
  239. var n = window.pageYOffset || document.documentElement.scrollTop;
  240. this.fakeElem.style.top = n + "px", this.fakeElem.setAttribute("readonly", ""), this.fakeElem.value =
  241. this.text, this.container.appendChild(this.fakeElem), this.selectedText = (0, c.default)(this.fakeElem),
  242. this.copyText()
  243. }
  244. }, {
  245. key: "removeFake",
  246. value: function() {
  247. this.fakeHandler && (this.container.removeEventListener("click", this.fakeHandlerCallback), this.fakeHandler =
  248. null, this.fakeHandlerCallback = null), this.fakeElem && (this.container.removeChild(this.fakeElem),
  249. this.fakeElem = null)
  250. }
  251. }, {
  252. key: "selectTarget",
  253. value: function() {
  254. this.selectedText = (0, c.default)(this.target), this.copyText()
  255. }
  256. }, {
  257. key: "copyText",
  258. value: function() {
  259. var e = void 0;
  260. try {
  261. e = document.execCommand(this.action)
  262. } catch (t) {
  263. e = !1
  264. }
  265. this.handleResult(e)
  266. }
  267. }, {
  268. key: "handleResult",
  269. value: function(t) {
  270. this.emitter.emit(t ? "success" : "error", {
  271. action: this.action,
  272. text: this.selectedText,
  273. trigger: this.trigger,
  274. clearSelection: this.clearSelection.bind(this)
  275. })
  276. }
  277. }, {
  278. key: "clearSelection",
  279. value: function() {
  280. this.trigger && this.trigger.focus(), window.getSelection().removeAllRanges()
  281. }
  282. }, {
  283. key: "destroy",
  284. value: function() {
  285. this.removeFake()
  286. }
  287. }, {
  288. key: "action",
  289. set: function() {
  290. var t = 0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : "copy";
  291. if (this._action = t, "copy" !== this._action && "cut" !== this._action) throw new Error(
  292. 'Invalid "action" value, use either "copy" or "cut"')
  293. },
  294. get: function() {
  295. return this._action
  296. }
  297. }, {
  298. key: "target",
  299. set: function(t) {
  300. if (void 0 !== t) {
  301. if (!t || "object" !== (void 0 === t ? "undefined" : r(t)) || 1 !== t.nodeType) throw new Error(
  302. 'Invalid "target" value, use a valid Element');
  303. if ("copy" === this.action && t.hasAttribute("disabled")) throw new Error(
  304. 'Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');
  305. if ("cut" === this.action && (t.hasAttribute("readonly") || t.hasAttribute("disabled"))) throw new Error(
  306. 'Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes'
  307. );
  308. this._target = t
  309. }
  310. },
  311. get: function() {
  312. return this._target
  313. }
  314. }]), e
  315. }();
  316. t.exports = u
  317. }, function(t, e) {
  318. t.exports = function(t) {
  319. var e;
  320. if ("SELECT" === t.nodeName) t.focus(), e = t.value;
  321. else if ("INPUT" === t.nodeName || "TEXTAREA" === t.nodeName) {
  322. var n = t.hasAttribute("readonly");
  323. n || t.setAttribute("readonly", ""), t.select(), t.setSelectionRange(0, t.value.length), n || t.removeAttribute(
  324. "readonly"), e = t.value
  325. } else {
  326. t.hasAttribute("contenteditable") && t.focus();
  327. var o = window.getSelection(),
  328. r = document.createRange();
  329. r.selectNodeContents(t), o.removeAllRanges(), o.addRange(r), e = o.toString()
  330. }
  331. return e
  332. }
  333. }, function(t, e) {
  334. function n() {}
  335. n.prototype = {
  336. on: function(t, e, n) {
  337. var o = this.e || (this.e = {});
  338. return (o[t] || (o[t] = [])).push({
  339. fn: e,
  340. ctx: n
  341. }), this
  342. },
  343. once: function(t, e, n) {
  344. var o = this;
  345. function r() {
  346. o.off(t, r), e.apply(n, arguments)
  347. }
  348. return r._ = e, this.on(t, r, n)
  349. },
  350. emit: function(t) {
  351. for (var e = [].slice.call(arguments, 1), n = ((this.e || (this.e = {}))[t] || []).slice(), o = 0, r = n.length; o <
  352. r; o++) n[o].fn.apply(n[o].ctx, e);
  353. return this
  354. },
  355. off: function(t, e) {
  356. var n = this.e || (this.e = {}),
  357. o = n[t],
  358. r = [];
  359. if (o && e)
  360. for (var i = 0, a = o.length; i < a; i++) o[i].fn !== e && o[i].fn._ !== e && r.push(o[i]);
  361. return r.length ? n[t] = r : delete n[t], this
  362. }
  363. }, t.exports = n
  364. }, function(t, e, n) {
  365. var d = n(5),
  366. h = n(6);
  367. t.exports = function(t, e, n) {
  368. if (!t && !e && !n) throw new Error("Missing required arguments");
  369. if (!d.string(e)) throw new TypeError("Second argument must be a String");
  370. if (!d.fn(n)) throw new TypeError("Third argument must be a Function");
  371. if (d.node(t)) return s = e, f = n, (l = t).addEventListener(s, f), {
  372. destroy: function() {
  373. l.removeEventListener(s, f)
  374. }
  375. };
  376. if (d.nodeList(t)) return a = t, c = e, u = n, Array.prototype.forEach.call(a, function(t) {
  377. t.addEventListener(c, u)
  378. }), {
  379. destroy: function() {
  380. Array.prototype.forEach.call(a, function(t) {
  381. t.removeEventListener(c, u)
  382. })
  383. }
  384. };
  385. if (d.string(t)) return o = t, r = e, i = n, h(document.body, o, r, i);
  386. throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList");
  387. var o, r, i, a, c, u, l, s, f
  388. }
  389. }, function(t, n) {
  390. n.node = function(t) {
  391. return void 0 !== t && t instanceof HTMLElement && 1 === t.nodeType
  392. }, n.nodeList = function(t) {
  393. var e = Object.prototype.toString.call(t);
  394. return void 0 !== t && ("[object NodeList]" === e || "[object HTMLCollection]" === e) && "length" in t && (0 ===
  395. t.length || n.node(t[0]))
  396. }, n.string = function(t) {
  397. return "string" == typeof t || t instanceof String
  398. }, n.fn = function(t) {
  399. return "[object Function]" === Object.prototype.toString.call(t)
  400. }
  401. }, function(t, e, n) {
  402. var a = n(7);
  403. function i(t, e, n, o, r) {
  404. var i = function(e, n, t, o) {
  405. return function(t) {
  406. t.delegateTarget = a(t.target, n), t.delegateTarget && o.call(e, t)
  407. }
  408. }.apply(this, arguments);
  409. return t.addEventListener(n, i, r), {
  410. destroy: function() {
  411. t.removeEventListener(n, i, r)
  412. }
  413. }
  414. }
  415. t.exports = function(t, e, n, o, r) {
  416. return "function" == typeof t.addEventListener ? i.apply(null, arguments) : "function" == typeof n ? i.bind(
  417. null, document).apply(null, arguments) : ("string" == typeof t && (t = document.querySelectorAll(t)), Array.prototype
  418. .map.call(t, function(t) {
  419. return i(t, e, n, o, r)
  420. }))
  421. }
  422. }, function(t, e) {
  423. if ("undefined" != typeof Element && !Element.prototype.matches) {
  424. var n = Element.prototype;
  425. n.matches = n.matchesSelector || n.mozMatchesSelector || n.msMatchesSelector || n.oMatchesSelector || n.webkitMatchesSelector
  426. }
  427. t.exports = function(t, e) {
  428. for (; t && 9 !== t.nodeType;) {
  429. if ("function" == typeof t.matches && t.matches(e)) return t;
  430. t = t.parentNode
  431. }
  432. }
  433. }])
  434. });
  435. let Types = {
  436. isFunction: function(obj) {
  437. var type = Object.prototype.toString.call(obj)
  438. return type == '[object Function]'
  439. },
  440. isObject: function(obj) {
  441. var type = Object.prototype.toString.call(obj)
  442. return type == '[object Object]'
  443. },
  444. isString: function(obj) {
  445. var type = Object.prototype.toString.call(obj)
  446. return type == '[object String]'
  447. }
  448. }
  449. uni.setClipboardData = function(options) {
  450. let emptyFun = function() {}
  451. let config = {
  452. data: null,
  453. event: null,
  454. success: emptyFun,
  455. fail: emptyFun,
  456. complete: emptyFun
  457. }
  458. if (options && Types.isObject(options)) {
  459. config = Object.assign({}, config, options)
  460. }
  461. if (options && Types.isString(options)) {
  462. config = Object.assign({}, config, {
  463. data: options
  464. })
  465. }
  466. let data = config.data
  467. let success = config.success || emptyFun
  468. let fail = config.fail || emptyFun
  469. let complete = config.complete || emptyFun
  470. let e = config.event || window.event || {}
  471. let cb = new ClipboardJS('.null', {
  472. text: () => data
  473. })
  474. cb.on('success', function(res) {
  475. window.__clipboard__ = data;
  476. success && Types.isFunction(success) && success({
  477. data: res.text
  478. })
  479. complete && Types.isFunction(complete) && complete()
  480. cb.off('error')
  481. cb.off('success')
  482. cb.destroy()
  483. })
  484. cb.on('error', function(err) {
  485. fail && Types.isFunction(fail) && fail(err)
  486. complete && Types.isFunction(complete) && complete()
  487. cb.off('error')
  488. cb.off('success')
  489. cb.destroy()
  490. })
  491. cb.onClick(e)
  492. };
  493. uni.getClipboardData = function(options) {
  494. let emptyFun = function() {}
  495. let config = {
  496. data: null,
  497. event: null,
  498. success: emptyFun,
  499. fail: emptyFun,
  500. complete: emptyFun
  501. }
  502. if (options && Types.isObject(options)) {
  503. config = Object.assign({}, config, options)
  504. }
  505. let success = config.success || emptyFun
  506. let fail = config.fail || emptyFun
  507. let complete = config.complete || emptyFun
  508. if (window.__clipboard__ !== undefined) {
  509. success && Types.isFunction(success) && success({
  510. data: window.__clipboard__
  511. })
  512. } else {
  513. fail && Types.isFunction(fail) && fail({
  514. data: null
  515. })
  516. }
  517. complete && Types.isFunction(complete) && complete()
  518. };
  519. function fileDownLoad(data) {
  520. var linkElement = document.createElement('a')
  521. linkElement.setAttribute('href', data.blob)
  522. linkElement.setAttribute('downLoad', data.name)
  523. linkElement.click()
  524. }
  525. uni.saveImageToPhotosAlbum = uni.saveVideoToPhotosAlbum = function(options) {
  526. let emptyFun = function() {}
  527. let config = {
  528. filePath: null,
  529. success: emptyFun,
  530. fail: emptyFun,
  531. complete: emptyFun
  532. }
  533. if (options && Types.isObject(options)) {
  534. config = Object.assign({}, config, options)
  535. }
  536. if (options && Types.isString(options)) {
  537. config = Object.assign({}, config, {
  538. filePath: options
  539. })
  540. }
  541. let filePath = config.filePath
  542. let success = config.success || emptyFun
  543. let fail = config.fail || emptyFun
  544. let complete = config.complete || emptyFun
  545. if (!filePath) {
  546. fail && Types.isFunction(fail) && fail({
  547. msg: 'no File'
  548. })
  549. complete && Types.isFunction(complete) && complete()
  550. return
  551. }
  552. let names = filePath.split('/')
  553. let name = names[names.length - 1]
  554. uni.downloadFile({
  555. url: filePath,
  556. success: function(res) {
  557. let tempFilePath = res.tempFilePath
  558. fileDownLoad({
  559. name: name,
  560. blob: tempFilePath
  561. })
  562. success && Types.isFunction(success) && success({
  563. filePath: filePath
  564. })
  565. },
  566. fail: function(err) {
  567. fail && Types.isFunction(fail) && fail({
  568. msg: err
  569. })
  570. },
  571. complete: function() {
  572. complete && Types.isFunction(complete) && complete()
  573. }
  574. })
  575. }
  576. //#endif