You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dashboard-main.js.license 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. SPDX-License-Identifier: MPL-2.0
  2. SPDX-License-Identifier: MIT
  3. SPDX-License-Identifier: ISC
  4. SPDX-License-Identifier: GPL-3.0-or-later
  5. SPDX-License-Identifier: BSD-3-Clause
  6. SPDX-License-Identifier: BSD-2-Clause
  7. SPDX-License-Identifier: AGPL-3.0-or-later
  8. SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
  9. SPDX-FileCopyrightText: xiemengxiong
  10. SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
  11. SPDX-FileCopyrightText: vuedraggable developers
  12. SPDX-FileCopyrightText: uuid developers
  13. SPDX-FileCopyrightText: sortablejs developers
  14. SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
  15. SPDX-FileCopyrightText: inline-style-parser developers
  16. SPDX-FileCopyrightText: inherits developers
  17. SPDX-FileCopyrightText: escape-html developers
  18. SPDX-FileCopyrightText: debounce developers
  19. SPDX-FileCopyrightText: atomiks
  20. SPDX-FileCopyrightText: assert developers
  21. SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
  22. SPDX-FileCopyrightText: Tobias Koppers @sokra
  23. SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
  24. SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
  25. SPDX-FileCopyrightText: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
  26. SPDX-FileCopyrightText: Sindre Sorhus
  27. SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
  28. SPDX-FileCopyrightText: Roeland Jago Douma
  29. SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
  30. SPDX-FileCopyrightText: Richie Bendall
  31. SPDX-FileCopyrightText: Raynos <raynos2@gmail.com>
  32. SPDX-FileCopyrightText: Philipp Kewisch
  33. SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
  34. SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
  35. SPDX-FileCopyrightText: OpenJS Foundation and other contributors
  36. SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
  37. SPDX-FileCopyrightText: Matt Zabriskie
  38. SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
  39. SPDX-FileCopyrightText: Mapbox
  40. SPDX-FileCopyrightText: Joyent
  41. SPDX-FileCopyrightText: Jordan Harband <ljharb@gmail.com>
  42. SPDX-FileCopyrightText: Jordan Harband
  43. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
  44. SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  45. SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
  46. SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
  47. SPDX-FileCopyrightText: Hypercontext
  48. SPDX-FileCopyrightText: Hiroki Osame
  49. SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
  50. SPDX-FileCopyrightText: GitHub Inc.
  51. SPDX-FileCopyrightText: Feross Aboukhadijeh
  52. SPDX-FileCopyrightText: Evan You
  53. SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
  54. SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
  55. SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
  56. SPDX-FileCopyrightText: Denis Pushkarev
  57. SPDX-FileCopyrightText: David Clark
  58. SPDX-FileCopyrightText: Christoph Wurst
  59. SPDX-FileCopyrightText: Borys Serebrov
  60. SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
  61. SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
  62. SPDX-FileCopyrightText: Andris Reinman
  63. SPDX-FileCopyrightText: Andrea Giammarchi
  64. This file is generated from multiple sources. Included packages:
  65. - @floating-ui/core
  66. - version: 1.6.0
  67. - license: MIT
  68. - @floating-ui/utils
  69. - version: 0.2.1
  70. - license: MIT
  71. - unist-util-is
  72. - version: 3.0.0
  73. - license: MIT
  74. - unist-util-visit-parents
  75. - version: 2.1.2
  76. - license: MIT
  77. - unist-util-visit
  78. - version: 1.4.1
  79. - license: MIT
  80. - @mapbox/hast-util-table-cell-style
  81. - version: 0.2.1
  82. - license: BSD-2-Clause
  83. - @nextcloud/auth
  84. - version: 2.3.0
  85. - license: GPL-3.0-or-later
  86. - @nextcloud/axios
  87. - version: 2.5.0
  88. - license: GPL-3.0-or-later
  89. - @nextcloud/capabilities
  90. - version: 1.2.0
  91. - license: GPL-3.0-or-later
  92. - semver
  93. - version: 7.6.2
  94. - license: ISC
  95. - @nextcloud/event-bus
  96. - version: 3.3.1
  97. - license: GPL-3.0-or-later
  98. - @nextcloud/initial-state
  99. - version: 2.2.0
  100. - license: GPL-3.0-or-later
  101. - @nextcloud/router
  102. - version: 2.2.0
  103. - license: GPL-3.0-or-later
  104. - @nextcloud/l10n
  105. - version: 2.2.0
  106. - license: GPL-3.0-or-later
  107. - @nextcloud/router
  108. - version: 3.0.1
  109. - license: GPL-3.0-or-later
  110. - @nextcloud/vue-select
  111. - version: 3.25.0
  112. - license: MIT
  113. - @nextcloud/browser-storage
  114. - version: 0.3.0
  115. - license: GPL-3.0-or-later
  116. - @nextcloud/logger
  117. - version: 2.7.0
  118. - license: GPL-3.0-or-later
  119. - core-js
  120. - version: 3.33.0
  121. - license: MIT
  122. - debounce
  123. - version: 2.0.0
  124. - license: MIT
  125. - @nextcloud/vue
  126. - version: 8.11.2
  127. - license: AGPL-3.0-or-later
  128. - @ungap/structured-clone
  129. - version: 1.2.0
  130. - license: ISC
  131. - @vueuse/components
  132. - version: 10.11.0
  133. - license: MIT
  134. - @vueuse/core
  135. - version: 10.11.0
  136. - license: MIT
  137. - @vueuse/shared
  138. - version: 10.11.0
  139. - license: MIT
  140. - assert
  141. - version: 2.1.0
  142. - license: MIT
  143. - available-typed-arrays
  144. - version: 1.0.7
  145. - license: MIT
  146. - axios
  147. - version: 1.7.2
  148. - license: MIT
  149. - bail
  150. - version: 2.0.2
  151. - license: MIT
  152. - base64-js
  153. - version: 1.5.1
  154. - license: MIT
  155. - buffer
  156. - version: 6.0.3
  157. - license: MIT
  158. - call-bind
  159. - version: 1.0.7
  160. - license: MIT
  161. - ccount
  162. - version: 2.0.1
  163. - license: MIT
  164. - char-regex
  165. - version: 2.0.1
  166. - license: MIT
  167. - charenc
  168. - version: 0.0.2
  169. - license: BSD-3-Clause
  170. - comma-separated-tokens
  171. - version: 2.0.3
  172. - license: MIT
  173. - console-browserify
  174. - version: 1.2.0
  175. - license: MIT
  176. - crypt
  177. - version: 0.0.2
  178. - license: BSD-3-Clause
  179. - css-loader
  180. - version: 6.10.0
  181. - license: MIT
  182. - date-format-parse
  183. - version: 0.2.7
  184. - license: MIT
  185. - decode-named-character-reference
  186. - version: 1.0.2
  187. - license: MIT
  188. - define-data-property
  189. - version: 1.1.4
  190. - license: MIT
  191. - define-properties
  192. - version: 1.2.1
  193. - license: MIT
  194. - devlop
  195. - version: 1.1.0
  196. - license: MIT
  197. - dompurify
  198. - version: 3.1.4
  199. - license: (MPL-2.0 OR Apache-2.0)
  200. - emoji-mart-vue-fast
  201. - version: 15.0.1
  202. - license: BSD-3-Clause
  203. - es-define-property
  204. - version: 1.0.0
  205. - license: MIT
  206. - es-errors
  207. - version: 1.3.0
  208. - license: MIT
  209. - escape-html
  210. - version: 1.0.3
  211. - license: MIT
  212. - extend
  213. - version: 3.0.2
  214. - license: MIT
  215. - floating-vue
  216. - version: 1.0.0-beta.19
  217. - license: MIT
  218. - focus-trap
  219. - version: 7.5.4
  220. - license: MIT
  221. - for-each
  222. - version: 0.3.3
  223. - license: MIT
  224. - function-bind
  225. - version: 1.1.2
  226. - license: MIT
  227. - get-intrinsic
  228. - version: 1.2.4
  229. - license: MIT
  230. - gopd
  231. - version: 1.0.1
  232. - license: MIT
  233. - has-property-descriptors
  234. - version: 1.0.2
  235. - license: MIT
  236. - has-proto
  237. - version: 1.0.3
  238. - license: MIT
  239. - has-symbols
  240. - version: 1.0.3
  241. - license: MIT
  242. - has-tostringtag
  243. - version: 1.0.2
  244. - license: MIT
  245. - hasown
  246. - version: 2.0.1
  247. - license: MIT
  248. - hast-to-hyperscript
  249. - version: 10.0.3
  250. - license: MIT
  251. - hast-util-is-element
  252. - version: 3.0.0
  253. - license: MIT
  254. - hast-util-whitespace
  255. - version: 2.0.1
  256. - license: MIT
  257. - ical.js
  258. - version: 1.5.0
  259. - license: MPL-2.0
  260. - ieee754
  261. - version: 1.2.1
  262. - license: BSD-3-Clause
  263. - inherits
  264. - version: 2.0.4
  265. - license: ISC
  266. - inline-style-parser
  267. - version: 0.1.1
  268. - license: MIT
  269. - is-absolute-url
  270. - version: 4.0.1
  271. - license: MIT
  272. - is-arguments
  273. - version: 1.1.1
  274. - license: MIT
  275. - is-buffer
  276. - version: 1.1.6
  277. - license: MIT
  278. - is-callable
  279. - version: 1.2.7
  280. - license: MIT
  281. - is-generator-function
  282. - version: 1.0.10
  283. - license: MIT
  284. - is-nan
  285. - version: 1.3.2
  286. - license: MIT
  287. - is-typed-array
  288. - version: 1.1.13
  289. - license: MIT
  290. - jquery
  291. - version: 3.7.1
  292. - license: MIT
  293. - linkify-string
  294. - version: 4.1.3
  295. - license: MIT
  296. - lodash.get
  297. - version: 4.4.2
  298. - license: MIT
  299. - longest-streak
  300. - version: 3.1.0
  301. - license: MIT
  302. - markdown-table
  303. - version: 3.0.3
  304. - license: MIT
  305. - md5
  306. - version: 2.3.0
  307. - license: BSD-3-Clause
  308. - escape-string-regexp
  309. - version: 5.0.0
  310. - license: MIT
  311. - mdast-util-find-and-replace
  312. - version: 3.0.1
  313. - license: MIT
  314. - mdast-util-from-markdown
  315. - version: 2.0.0
  316. - license: MIT
  317. - mdast-util-gfm-autolink-literal
  318. - version: 2.0.0
  319. - license: MIT
  320. - mdast-util-gfm-footnote
  321. - version: 2.0.0
  322. - license: MIT
  323. - mdast-util-gfm-strikethrough
  324. - version: 2.0.0
  325. - license: MIT
  326. - mdast-util-gfm-table
  327. - version: 2.0.0
  328. - license: MIT
  329. - mdast-util-gfm-task-list-item
  330. - version: 2.0.0
  331. - license: MIT
  332. - mdast-util-gfm
  333. - version: 3.0.0
  334. - license: MIT
  335. - mdast-util-newline-to-break
  336. - version: 2.0.0
  337. - license: MIT
  338. - mdast-util-phrasing
  339. - version: 4.1.0
  340. - license: MIT
  341. - mdast-util-to-hast
  342. - version: 13.1.0
  343. - license: MIT
  344. - mdast-util-to-markdown
  345. - version: 2.1.0
  346. - license: MIT
  347. - mdast-util-to-string
  348. - version: 4.0.0
  349. - license: MIT
  350. - micromark-core-commonmark
  351. - version: 2.0.0
  352. - license: MIT
  353. - micromark-extension-gfm-autolink-literal
  354. - version: 2.0.0
  355. - license: MIT
  356. - micromark-extension-gfm-footnote
  357. - version: 2.0.0
  358. - license: MIT
  359. - micromark-extension-gfm-strikethrough
  360. - version: 2.0.0
  361. - license: MIT
  362. - micromark-extension-gfm-table
  363. - version: 2.0.0
  364. - license: MIT
  365. - micromark-extension-gfm-tagfilter
  366. - version: 2.0.0
  367. - license: MIT
  368. - micromark-extension-gfm-task-list-item
  369. - version: 2.0.1
  370. - license: MIT
  371. - micromark-extension-gfm
  372. - version: 3.0.0
  373. - license: MIT
  374. - micromark-factory-destination
  375. - version: 2.0.0
  376. - license: MIT
  377. - micromark-factory-label
  378. - version: 2.0.0
  379. - license: MIT
  380. - micromark-factory-space
  381. - version: 2.0.0
  382. - license: MIT
  383. - micromark-factory-title
  384. - version: 2.0.0
  385. - license: MIT
  386. - micromark-factory-whitespace
  387. - version: 2.0.0
  388. - license: MIT
  389. - micromark-util-character
  390. - version: 2.1.0
  391. - license: MIT
  392. - micromark-util-chunked
  393. - version: 2.0.0
  394. - license: MIT
  395. - micromark-util-classify-character
  396. - version: 2.0.0
  397. - license: MIT
  398. - micromark-util-combine-extensions
  399. - version: 2.0.0
  400. - license: MIT
  401. - micromark-util-decode-numeric-character-reference
  402. - version: 2.0.1
  403. - license: MIT
  404. - micromark-util-decode-string
  405. - version: 2.0.0
  406. - license: MIT
  407. - micromark-util-encode
  408. - version: 2.0.0
  409. - license: MIT
  410. - micromark-util-html-tag-name
  411. - version: 2.0.0
  412. - license: MIT
  413. - micromark-util-normalize-identifier
  414. - version: 2.0.0
  415. - license: MIT
  416. - micromark-util-resolve-all
  417. - version: 2.0.0
  418. - license: MIT
  419. - micromark-util-sanitize-uri
  420. - version: 2.0.0
  421. - license: MIT
  422. - micromark-util-subtokenize
  423. - version: 2.0.0
  424. - license: MIT
  425. - micromark
  426. - version: 4.0.0
  427. - license: MIT
  428. - node-gettext
  429. - version: 3.0.0
  430. - license: MIT
  431. - object-is
  432. - version: 1.1.5
  433. - license: MIT
  434. - object-keys
  435. - version: 1.1.1
  436. - license: MIT
  437. - object.assign
  438. - version: 4.1.5
  439. - license: MIT
  440. - possible-typed-array-names
  441. - version: 1.0.0
  442. - license: MIT
  443. - process
  444. - version: 0.11.10
  445. - license: MIT
  446. - property-information
  447. - version: 6.4.1
  448. - license: MIT
  449. - rehype-external-links
  450. - version: 3.0.0
  451. - license: MIT
  452. - rehype-react
  453. - version: 7.2.0
  454. - license: MIT
  455. - remark-breaks
  456. - version: 4.0.0
  457. - license: MIT
  458. - remark-gfm
  459. - version: 4.0.0
  460. - license: MIT
  461. - remark-parse
  462. - version: 11.0.0
  463. - license: MIT
  464. - remark-rehype
  465. - version: 11.1.0
  466. - license: MIT
  467. - set-function-length
  468. - version: 1.2.1
  469. - license: MIT
  470. - sortablejs
  471. - version: 1.10.2
  472. - license: MIT
  473. - space-separated-tokens
  474. - version: 2.0.2
  475. - license: MIT
  476. - splitpanes
  477. - version: 2.4.1
  478. - license: MIT
  479. - striptags
  480. - version: 3.2.0
  481. - license: MIT
  482. - style-loader
  483. - version: 3.3.4
  484. - license: MIT
  485. - style-to-object
  486. - version: 0.4.4
  487. - license: MIT
  488. - tabbable
  489. - version: 6.2.0
  490. - license: MIT
  491. - trim-lines
  492. - version: 3.0.1
  493. - license: MIT
  494. - trough
  495. - version: 2.2.0
  496. - license: MIT
  497. - is-plain-obj
  498. - version: 4.1.0
  499. - license: MIT
  500. - unified
  501. - version: 11.0.4
  502. - license: MIT
  503. - unist-builder
  504. - version: 4.0.0
  505. - license: MIT
  506. - unist-util-is
  507. - version: 6.0.0
  508. - license: MIT
  509. - unist-util-position
  510. - version: 5.0.0
  511. - license: MIT
  512. - unist-util-stringify-position
  513. - version: 4.0.0
  514. - license: MIT
  515. - unist-util-visit-parents
  516. - version: 6.0.1
  517. - license: MIT
  518. - unist-util-visit
  519. - version: 5.0.0
  520. - license: MIT
  521. - util
  522. - version: 0.12.5
  523. - license: MIT
  524. - uuid
  525. - version: 9.0.1
  526. - license: MIT
  527. - vfile-message
  528. - version: 4.0.2
  529. - license: MIT
  530. - vfile
  531. - version: 6.0.1
  532. - license: MIT
  533. - vue-color
  534. - version: 2.8.1
  535. - license: MIT
  536. - vue-frag
  537. - version: 1.4.3
  538. - license: MIT
  539. - vue-loader
  540. - version: 15.11.1
  541. - license: MIT
  542. - vue-material-design-icons
  543. - version: 5.3.0
  544. - license: MIT
  545. - vue
  546. - version: 2.7.16
  547. - license: MIT
  548. - vuedraggable
  549. - version: 2.24.3
  550. - license: MIT
  551. - web-namespaces
  552. - version: 2.0.1
  553. - license: MIT
  554. - webpack
  555. - version: 5.91.0
  556. - license: MIT
  557. - which-typed-array
  558. - version: 1.1.14
  559. - license: MIT
  560. - zwitch
  561. - version: 2.0.4
  562. - license: MIT
  563. - nextcloud
  564. - version: 1.0.0
  565. - license: AGPL-3.0-or-later