@indfnd/lsv-common-pro 0.0.181 → 0.0.182

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,901 +1,901 @@
1
- /*!
2
- Copyright (c) 2018 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */
6
-
7
- /*!
8
-
9
- JSZip v3.10.1 - A JavaScript class for generating and reading zip files
10
- <http://stuartk.com/jszip>
11
-
12
- (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
13
- Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
14
-
15
- JSZip uses the library pako released under the MIT license :
16
- https://github.com/nodeca/pako/blob/main/LICENSE
17
- */
18
-
19
- /*!
20
- * Signature Pad v4.2.0 | https://github.com/szimek/signature_pad
21
- * (c) 2024 Szymon Nowak | Released under the MIT license
22
- */
23
-
24
- /*!
25
- * css-vars-ponyfill
26
- * v2.4.9
27
- * https://jhildenbiddle.github.io/css-vars-ponyfill/
28
- * (c) 2018-2024 John Hildenbiddle <http://hildenbiddle.com>
29
- * MIT license
30
- */
31
-
32
- /*!
33
- * get-css-data
34
- * v2.1.0
35
- * https://github.com/jhildenbiddle/get-css-data
36
- * (c) 2018-2022 John Hildenbiddle <http://hildenbiddle.com>
37
- * MIT license
38
- */
39
-
40
- /*!
41
- * ZRender, a high performance 2d drawing library.
42
- *
43
- * Copyright (c) 2013, Baidu Inc.
44
- * All rights reserved.
45
- *
46
- * LICENSE
47
- * https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
48
- */
49
-
50
- /*! *****************************************************************************
51
- Copyright (c) Microsoft Corporation.
52
-
53
- Permission to use, copy, modify, and/or distribute this software for any
54
- purpose with or without fee is hereby granted.
55
-
56
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
57
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
58
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
59
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
60
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
61
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
62
- PERFORMANCE OF THIS SOFTWARE.
63
- ***************************************************************************** */
64
-
65
- /**
66
- * @ag-grid-community/all-modules - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue * @version v30.2.1
67
- * @link https://www.ag-grid.com/
68
- * @license MIT
69
- */
70
-
71
- /**
72
- * vue-class-component v7.2.6
73
- * (c) 2015-present Evan You
74
- * @license MIT
75
- */
76
-
77
- /**
78
- * @ag-grid-community/core - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
79
- * @version v30.2.1
80
- * @link https://www.ag-grid.com/
81
- * @license MIT
82
- */
83
-
84
- /**
85
- * @license
86
- * Lodash <https://lodash.com/>
87
- * Copyright JS Foundation and other contributors <https://js.foundation/>
88
- * Released under MIT license <https://lodash.com/license>
89
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
90
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
91
- */
92
-
93
- /**
94
- * @license
95
- * Lodash <https://lodash.com/>
96
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
97
- * Released under MIT license <https://lodash.com/license>
98
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
99
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
100
- */
101
-
102
- /**
103
- * Checks if an event is supported in the current execution environment.
104
- *
105
- * NOTE: This will not work correctly for non-generic events such as `change`,
106
- * `reset`, `load`, `error`, and `select`.
107
- *
108
- * Borrows from Modernizr.
109
- *
110
- * @param {string} eventNameSuffix Event name, e.g. "click".
111
- * @param {?boolean} capture Check if the capture phase is supported.
112
- * @return {boolean} True if the event is supported.
113
- * @internal
114
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
115
- */
116
-
117
- /**
118
- * Fetches, parses, and transforms CSS custom properties from specified
119
- * <style> and <link> elements into static values, then appends a new <style>
120
- * element with static values to the DOM to provide CSS custom property
121
- * compatibility for legacy browsers. Also provides a single interface for
122
- * live updates of runtime values in both modern and legacy browsers.
123
- *
124
- * @preserve
125
- * @param {object} [options] Options object
126
- * @param {object} [options.rootElement=document] Root element to traverse for
127
- * <link> and <style> nodes
128
- * @param {boolean} [options.shadowDOM=false] Determines if shadow DOM <link>
129
- * and <style> nodes will be processed.
130
- * @param {string} [options.include="style,link[rel=stylesheet]"] CSS selector
131
- * matching <link re="stylesheet"> and <style> nodes to
132
- * process
133
- * @param {string} [options.exclude] CSS selector matching <link
134
- * rel="stylehseet"> and <style> nodes to exclude from those
135
- * matches by options.include
136
- * @param {object} [options.variables] A map of custom property name/value
137
- * pairs. Property names can omit or include the leading
138
- * double-hyphen (—), and values specified will override
139
- * previous values
140
- * @param {boolean} [options.onlyLegacy=true] Determines if the ponyfill will
141
- * only generate legacy-compatible CSS in browsers that lack
142
- * native support (i.e., legacy browsers)
143
- * @param {boolean} [options.preserveStatic=true] Determines if CSS
144
- * declarations that do not reference a custom property will
145
- * be preserved in the transformed CSS
146
- * @param {boolean} [options.preserveVars=false] Determines if CSS custom
147
- * property declarations will be preserved in the transformed
148
- * CSS
149
- * @param {boolean} [options.silent=false] Determines if warning and error
150
- * messages will be displayed on the console
151
- * @param {boolean} [options.updateDOM=true] Determines if the ponyfill will
152
- * update the DOM after processing CSS custom properties
153
- * @param {boolean} [options.updateURLs=true] Determines if relative url()
154
- * paths will be converted to absolute urls in external CSS
155
- * @param {boolean} [options.watch=false] Determines if a MutationObserver will
156
- * be created that will execute the ponyfill when a <link> or
157
- * <style> DOM mutation is observed
158
- * @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes
159
- * 1) the XHR object, 2) source node reference, and 3) the
160
- * source URL as arguments
161
- * @param {function} [options.onError] Callback after a CSS parsing error has
162
- * occurred or an XHR request has failed. Passes 1) an error
163
- * message, and 2) source node reference, 3) xhr, and 4 url as
164
- * arguments.
165
- * @param {function} [options.onWarning] Callback after each CSS parsing warning
166
- * has occurred. Passes 1) a warning message as an argument.
167
- * @param {function} [options.onSuccess] Callback after CSS data has been
168
- * collected from each node and before CSS custom properties
169
- * have been transformed. Allows modifying the CSS data before
170
- * it is transformed by returning any string value (or false
171
- * to skip). Passes 1) CSS text, 2) source node reference, and
172
- * 3) the source URL as arguments.
173
- * @param {function} [options.onComplete] Callback after all CSS has been
174
- * processed, legacy-compatible CSS has been generated, and
175
- * (optionally) the DOM has been updated. Passes 1) a CSS
176
- * string with CSS variable values resolved, 2) an array of
177
- * output <style> node references that have been appended to
178
- * the DOM, 3) an object containing all custom properies names
179
- * and values, and 4) the ponyfill execution time in
180
- * milliseconds.
181
- * @param {function} [options.onFinally] Callback in modern and legacy browsers
182
- * after the ponyfill has finished all tasks. Passes 1) a
183
- * boolean indicating if the last ponyfill call resulted in a
184
- * style change, 2) a boolean indicating if the current
185
- * browser provides native support for CSS custom properties,
186
- * and 3) the ponyfill execution time in milliseconds.
187
- * @example
188
- *
189
- * cssVars({
190
- * rootElement : document,
191
- * shadowDOM : false,
192
- * include : 'style,link[rel="stylesheet"]',
193
- * exclude : '',
194
- * variables : {},
195
- * onlyLegacy : true,
196
- * preserveStatic: true,
197
- * preserveVars : false,
198
- * silent : false,
199
- * updateDOM : true,
200
- * updateURLs : true,
201
- * watch : false,
202
- * onBeforeSend(xhr, node, url) {},
203
- * onError(message, node, xhr, url) {},
204
- * onWarning(message) {},
205
- * onSuccess(cssText, node, url) {},
206
- * onComplete(cssText, styleNode, cssVariables, benchmark) {},
207
- * onFinally(hasChanged, hasNativeSupport, benchmark)
208
- * });
209
- */
210
-
211
- /**
212
- * Gets CSS data from <style> and <link> nodes (including @imports), then
213
- * returns data in order processed by DOM. Allows specifying nodes to
214
- * include/exclude and filtering CSS data using RegEx.
215
- *
216
- * @preserve
217
- * @param {object} [options] The options object
218
- * @param {object} [options.rootElement=document] Root element to traverse for
219
- * <link> and <style> nodes.
220
- * @param {string} [options.include] CSS selector matching <link> and <style>
221
- * nodes to include
222
- * @param {string} [options.exclude] CSS selector matching <link> and <style>
223
- * nodes to exclude
224
- * @param {object} [options.filter] Regular expression used to filter node CSS
225
- * data. Each block of CSS data is tested against the filter,
226
- * and only matching data is included.
227
- * @param {boolean} [options.skipDisabled=true] Determines if disabled
228
- * stylesheets will be skipped while collecting CSS data.
229
- * @param {boolean} [options.useCSSOM=false] Determines if CSS data will be
230
- * collected from a stylesheet's runtime values instead of its
231
- * text content. This is required to get accurate CSS data
232
- * when a stylesheet has been modified using the deleteRule()
233
- * or insertRule() methods because these modifications will
234
- * not be reflected in the stylesheet's text content.
235
- * @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes
236
- * 1) the XHR object, 2) source node reference, and 3) the
237
- * source URL as arguments.
238
- * @param {function} [options.onSuccess] Callback on each CSS node read. Passes
239
- * 1) CSS text, 2) source node reference, and 3) the source
240
- * URL as arguments.
241
- * @param {function} [options.onError] Callback on each error. Passes 1) the XHR
242
- * object for inspection, 2) soure node reference, and 3) the
243
- * source URL that failed (either a <link> href or an @import)
244
- * as arguments
245
- * @param {function} [options.onComplete] Callback after all nodes have been
246
- * processed. Passes 1) concatenated CSS text, 2) an array of
247
- * CSS text in DOM order, and 3) an array of nodes in DOM
248
- * order as arguments.
249
- *
250
- * @example
251
- *
252
- * getCssData({
253
- * rootElement : document,
254
- * include : 'style,link[rel="stylesheet"]',
255
- * exclude : '[href="skip.css"]',
256
- * filter : /red/,
257
- * skipDisabled: true,
258
- * useCSSOM : false,
259
- * onBeforeSend(xhr, node, url) {
260
- * // ...
261
- * }
262
- * onSuccess(cssText, node, url) {
263
- * // ...
264
- * }
265
- * onError(xhr, node, url) {
266
- * // ...
267
- * },
268
- * onComplete(cssText, cssArray, nodeArray) {
269
- * // ...
270
- * }
271
- * });
272
- */
273
-
274
- /**!
275
- * @fileOverview Kickass library to create and place poppers near their reference elements.
276
- * @version 1.16.1
277
- * @license
278
- * Copyright (c) 2016 Federico Zivolo and contributors
279
- *
280
- * Permission is hereby granted, free of charge, to any person obtaining a copy
281
- * of this software and associated documentation files (the "Software"), to deal
282
- * in the Software without restriction, including without limitation the rights
283
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
284
- * copies of the Software, and to permit persons to whom the Software is
285
- * furnished to do so, subject to the following conditions:
286
- *
287
- * The above copyright notice and this permission notice shall be included in all
288
- * copies or substantial portions of the Software.
289
- *
290
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
291
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
292
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
293
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
294
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
295
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
296
- * SOFTWARE.
297
- */
298
-
299
- //! Burak Yiğit Kaya: https://github.com/BYK
300
-
301
- //! Sigurd Gartmann : https://github.com/sigurdga
302
-
303
- //! Stephen Ramthun : https://github.com/stephenramthun
304
-
305
- //! author : Abdel Said : https://github.com/abdelsaid
306
-
307
- //! author : Abdel Said: https://github.com/abdelsaid
308
-
309
- //! author : Adam Brunner : https://github.com/adambrunner
310
-
311
- //! author : Ahmed Elkhatib
312
-
313
- //! author : Alessandro Maruccia : https://github.com/alesma
314
-
315
- //! author : Ali Hmer: https://github.com/kikoanis
316
-
317
- //! author : Amine Roukh: https://github.com/Amine27
318
-
319
- //! author : Anatoly Mironov : https://github.com/mirontoli
320
-
321
- //! author : Andrew Hood : https://github.com/andrewhood125
322
-
323
- //! author : Anthony : https://github.com/anthonylau
324
-
325
- //! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404
326
-
327
- //! author : Armendarabyan : https://github.com/armendarabyan
328
-
329
- //! author : Asraf Hossain Patoary : https://github.com/ashwoolford
330
-
331
- //! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy
332
-
333
- //! author : Atolagbe Abisoye : https://github.com/andela-batolagbe
334
-
335
- //! author : Bang Nguyen : https://github.com/bangnk
336
-
337
- //! author : Ben : https://github.com/ben-lin
338
-
339
- //! author : Bojan Marković : https://github.com/bmarkovic
340
-
341
- //! author : Borislav Mickov : https://github.com/B0k0
342
-
343
- //! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira
344
-
345
- //! author : Chien Kira : https://github.com/chienkira
346
-
347
- //! author : Chris Cartlidge : https://github.com/chriscartlidge
348
-
349
- //! author : Chris Gedrim : https://github.com/chrisgedrim
350
-
351
- //! author : Chris Lam : https://github.com/hehachris
352
-
353
- //! author : Chyngyz Arystan uulu : https://github.com/chyngyz
354
-
355
- //! author : Colin Dean : https://github.com/colindean
356
-
357
- //! author : Dan Hagman : https://github.com/hagmandan
358
-
359
- //! author : David Raison : https://github.com/kwisatz
360
-
361
- //! author : David Rossellat : https://github.com/gholadr
362
-
363
- //! author : Dominika Kruk : https://github.com/amaranthrose
364
-
365
- //! author : Ebrahim Byagowi : https://github.com/ebraminio
366
-
367
- //! author : ElFadili Yassine : https://github.com/ElFadiliY
368
-
369
- //! author : Emanuel Cepoi : https://github.com/cepem
370
-
371
- //! author : Eneko Illarramendi : https://github.com/eillarra
372
-
373
- //! author : Estelle Comment : https://github.com/estellecomment
374
-
375
- //! author : Fahad Kassim : https://github.com/fadsel
376
-
377
- //! author : Flakërim Ismani : https://github.com/flakerimi
378
-
379
- //! author : Floyd Pink : https://github.com/floydpink
380
-
381
- //! author : Gaspard Bucher : https://github.com/gaspard
382
-
383
- //! author : Harpreet Singh : https://github.com/harpreetkhalsagtbit
384
-
385
- //! author : Harshad Kale : https://github.com/kalehv
386
-
387
- //! author : Henry Kehlmann : https://github.com/madhenry
388
-
389
- //! author : Hinrik Örn Sigurðsson : https://github.com/hinrik
390
-
391
- //! author : Irakli Janiashvili : https://github.com/IrakliJani
392
-
393
- //! author : Iustì Canun
394
-
395
- //! author : JC Franco : https://github.com/jcfranco
396
-
397
- //! author : Jacob Middag : https://github.com/middagj
398
-
399
- //! author : Jared Morse : https://github.com/jarcoal
400
-
401
- //! author : Jatin Agrawal : https://github.com/jatinag22
402
-
403
- //! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7
404
-
405
- //! author : Jawish Hameed : https://github.com/jawish
406
-
407
- //! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou
408
-
409
- //! author : Jeeeyul Lee <jeeeyul@gmail.com>
410
-
411
- //! author : Jefferson : https://github.com/jalex79
412
-
413
- //! author : Jens Alm : https://github.com/ulmus
414
-
415
- //! author : John Corrigan <robbiecloset@gmail.com> : https://github.com/johnideal
416
-
417
- //! author : John Fischer : https://github.com/jfroffice
418
-
419
- //! author : Jonathan Abourbih : https://github.com/jonbca
420
-
421
- //! author : Joris Röling : https://github.com/jorisroling
422
-
423
- //! author : Joshua Brooks : https://github.com/joshbrooks
424
-
425
- //! author : Juan G. Hurtado : https://github.com/juanghurtado
426
-
427
- //! author : Julio Napurí : https://github.com/julionc
428
-
429
- //! author : Jānis Elmeris : https://github.com/JanisE
430
-
431
- //! author : Kaushik Gandhi : https://github.com/kaushikgandhi
432
-
433
- //! author : Kaushik Thanki : https://github.com/Kaushik1987
434
-
435
- //! author : Konstantin : https://github.com/skfd
436
-
437
- //! author : Krasen Borisov : https://github.com/kraz
438
-
439
- //! author : Kridsada Thanabulpong : https://github.com/sirn
440
-
441
- //! author : Krishna Chaitanya Thota : https://github.com/kcthota
442
-
443
- //! author : Kristaps Karlsons : https://github.com/skakri
444
-
445
- //! author : Kristian Sakarisson : https://github.com/sakarisson
446
-
447
- //! author : Kruy Vanna : https://github.com/kruyvanna
448
-
449
- //! author : Kyungwook, Park : https://github.com/kyungw00k
450
-
451
- //! author : LI Long : https://github.com/baryon
452
-
453
- //! author : Lorenzo : https://github.com/aliem
454
-
455
- //! author : Luke McGregor : https://github.com/lukemcgregor
456
-
457
- //! author : Martin Groller : https://github.com/MadMG
458
-
459
- //! author : Martin Minka : https://github.com/k2s
460
-
461
- //! author : Matthew Castrillon-Madrigal : https://github.com/techdimension
462
-
463
- //! author : Matthew Co : https://github.com/matthewdeeco
464
-
465
- //! author : Mayank Singhal : https://github.com/mayanksinghal
466
-
467
- //! author : Menelion Elensúle : https://github.com/Oire
468
-
469
- //! author : Mia Nordentoft Imperatori : https://github.com/miestasmia
470
-
471
- //! author : Mikolaj Dadela : https://github.com/mik01aj
472
-
473
- //! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j
474
-
475
- //! author : Mindaugas Mozūras : https://github.com/mmozuras
476
-
477
- //! author : Miodrag Nikač <miodrag@restartit.me> : https://github.com/miodragnikac
478
-
479
- //! author : Mohammad Satrio Utomo : https://github.com/tyok
480
-
481
- //! author : Moshe Simantov : https://github.com/DevelopmentIL
482
-
483
- //! author : Nader Toukabri : https://github.com/naderio
484
-
485
- //! author : Narain Sagar : https://github.com/narainsagar
486
-
487
- //! author : Nedim Cholich : https://github.com/frontyard
488
-
489
- //! author : Nicolai Davies<mail@nicolai.io> : https://github.com/nicolaidavies
490
-
491
- //! author : Noureddine LOUAHEDJ : https://github.com/noureddinem
492
-
493
- //! author : Nusret Parlak: https://github.com/nusretparlak
494
-
495
- //! author : Oerd Cukalla : https://github.com/oerd
496
-
497
- //! author : Onorio De J. Afonso : https://github.com/marobo
498
-
499
- //! author : Orif N. Jr. : https://github.com/orif-jr
500
-
501
- //! author : Peter Viszt : https://github.com/passatgt
502
-
503
- //! author : Quentin PAGÈS : https://github.com/Quenty31
504
-
505
- //! author : Rafal Hirsz : https://github.com/evoL
506
-
507
- //! author : Ragnar Johannesen : https://github.com/ragnar123
508
-
509
- //! author : Rajeev Naik : https://github.com/rajeevnaikte
510
-
511
- //! author : Rasulbek Mirzayev : github.com/Rasulbeeek
512
-
513
- //! author : Robert Allen : https://github.com/robgallen
514
-
515
- //! author : Robert Sedovšek : https://github.com/sedovsek
516
-
517
- //! author : Robin van der Vliet : https://github.com/robin0van0der0v
518
-
519
- //! author : Rony Lantip : https://github.com/lantip
520
-
521
- //! author : Ryan Hart : https://github.com/ryanhart2
522
-
523
- //! author : Sampath Sitinamaluwa : https://github.com/sampathsris
524
-
525
- //! author : Sardor Muminov : https://github.com/muminoff
526
-
527
- //! author : Sashko Todorov : https://github.com/bkyceh
528
-
529
- //! author : Sawood Alam : https://github.com/ibnesayeed
530
-
531
- //! author : Shahram Mebashar : https://github.com/ShahramMebashar
532
-
533
- //! author : Sonia Simoes : https://github.com/soniasimoes
534
-
535
- //! author : Squar team, mysquar.com
536
-
537
- //! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic
538
-
539
- //! author : Suhail Alkowaileet : https://github.com/xsoh
540
-
541
- //! author : Tal Ater : https://github.com/TalAter
542
-
543
- //! author : Tan Yuanhong : https://github.com/le0tan
544
-
545
- //! author : Tarmo Aidantausta : https://github.com/bleadof
546
-
547
- //! author : The Discoverer : https://github.com/WikiDiscoverer
548
-
549
- //! author : Thupten N. Chakrishar : https://github.com/vajradog
550
-
551
- //! author : Tin Aung Lin : https://github.com/thanyawzinmin
552
-
553
- //! author : Tomer Cohen : https://github.com/tomer
554
-
555
- //! author : Ulrik Nielsen : https://github.com/mrbase
556
-
557
- //! author : Valentin Agachi : https://github.com/avaly
558
-
559
- //! author : Vivek Athalye : https://github.com/vnathalye
560
-
561
- //! author : Vlad Gurdiga : https://github.com/gurdiga
562
-
563
- //! author : Weldan Jamili : https://github.com/weldan
564
-
565
- //! author : Werner Mollentze : https://github.com/wernerm
566
-
567
- //! author : Zack : https://github.com/ZackVision
568
-
569
- //! author : Zeno Zeng : https://github.com/zenozeng
570
-
571
- //! author : bustta : https://github.com/bustta
572
-
573
- //! author : chrisrodz : https://github.com/chrisrodz
574
-
575
- //! author : forabi https://github.com/forabi
576
-
577
- //! author : https://github.com/ryangreaves
578
-
579
- //! author : lluchs : https://github.com/lluchs
580
-
581
- //! author : mweimerskirch : https://github.com/mweimerskirch
582
-
583
- //! author : petrbela : https://github.com/petrbela
584
-
585
- //! author : sschueller : https://github.com/sschueller
586
-
587
- //! author : suupic : https://github.com/suupic
588
-
589
- //! author : suvash : https://github.com/suvash
590
-
591
- //! author : topchiyev : https://github.com/topchiyev
592
-
593
- //! author : uu109 : https://github.com/uu109
594
-
595
- //! author : xfh : https://github.com/xfh
596
-
597
- //! author: Marco : https://github.com/Manfre98
598
-
599
- //! author: Mattia Larentis: https://github.com/nostalgiaz
600
-
601
- //! author: Menelion Elensúle: https://github.com/Oire
602
-
603
- //! author: boyaq : https://github.com/boyaq
604
-
605
- //! authors : Bård Rolstad Henriksen : https://github.com/karamell
606
-
607
- //! authors : Erhan Gundogan : https://github.com/erhangundogan,
608
-
609
- //! authors : Espen Hovlandsdal : https://github.com/rexxars
610
-
611
- //! authors : Nurlan Rakhimzhanov : https://github.com/nurlan
612
-
613
- //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
614
-
615
- //! authors : https://github.com/mechuwind
616
-
617
- //! based on (hr) translation by Bojan Marković
618
-
619
- //! based on work of petrbela : https://github.com/petrbela
620
-
621
- //! comment : Vivakvo corrected the translation by colindean and miestasmia
622
-
623
- //! comment : miestasmia corrected the translation by colindean
624
-
625
- //! improvements : Illimar Tambek : https://github.com/ragulka
626
-
627
- //! license : MIT
628
-
629
- //! locale : Arabic (Tunisia) [ar-tn]
630
-
631
- //! locale : Afrikaans [af]
632
-
633
- //! locale : Albanian [sq]
634
-
635
- //! locale : Arabic (Algeria) [ar-dz]
636
-
637
- //! locale : Arabic (Kuwait) [ar-kw]
638
-
639
- //! locale : Arabic (Libya) [ar-ly]
640
-
641
- //! locale : Arabic (Morocco) [ar-ma]
642
-
643
- //! locale : Arabic (Saudi Arabia) [ar-sa]
644
-
645
- //! locale : Arabic [ar]
646
-
647
- //! locale : Armenian [hy-am]
648
-
649
- //! locale : Azerbaijani [az]
650
-
651
- //! locale : Bambara [bm]
652
-
653
- //! locale : Basque [eu]
654
-
655
- //! locale : Bengali (Bangladesh) [bn-bd]
656
-
657
- //! locale : Bengali [bn]
658
-
659
- //! locale : Bosnian [bs]
660
-
661
- //! locale : Breton [br]
662
-
663
- //! locale : Bulgarian [bg]
664
-
665
- //! locale : Burmese [my]
666
-
667
- //! locale : Cambodian [km]
668
-
669
- //! locale : Catalan [ca]
670
-
671
- //! locale : Central Atlas Tamazight Latin [tzm-latn]
672
-
673
- //! locale : Central Atlas Tamazight [tzm]
674
-
675
- //! locale : Chinese (China) [zh-cn]
676
-
677
- //! locale : Chinese (Hong Kong) [zh-hk]
678
-
679
- //! locale : Chinese (Macau) [zh-mo]
680
-
681
- //! locale : Chinese (Taiwan) [zh-tw]
682
-
683
- //! locale : Chuvash [cv]
684
-
685
- //! locale : Croatian [hr]
686
-
687
- //! locale : Czech [cs]
688
-
689
- //! locale : Danish [da]
690
-
691
- //! locale : Dutch (Belgium) [nl-be]
692
-
693
- //! locale : Dutch [nl]
694
-
695
- //! locale : English (Australia) [en-au]
696
-
697
- //! locale : English (Canada) [en-ca]
698
-
699
- //! locale : English (India) [en-in]
700
-
701
- //! locale : English (Ireland) [en-ie]
702
-
703
- //! locale : English (Israel) [en-il]
704
-
705
- //! locale : English (New Zealand) [en-nz]
706
-
707
- //! locale : English (Singapore) [en-sg]
708
-
709
- //! locale : English (United Kingdom) [en-gb]
710
-
711
- //! locale : Esperanto [eo]
712
-
713
- //! locale : Estonian [et]
714
-
715
- //! locale : Faroese [fo]
716
-
717
- //! locale : Filipino [fil]
718
-
719
- //! locale : Finnish [fi]
720
-
721
- //! locale : French (Canada) [fr-ca]
722
-
723
- //! locale : French (Switzerland) [fr-ch]
724
-
725
- //! locale : French [fr]
726
-
727
- //! locale : Frisian [fy]
728
-
729
- //! locale : Galician [gl]
730
-
731
- //! locale : Georgian [ka]
732
-
733
- //! locale : German (Austria) [de-at]
734
-
735
- //! locale : German (Switzerland) [de-ch]
736
-
737
- //! locale : German [de]
738
-
739
- //! locale : Gujarati [gu]
740
-
741
- //! locale : Hebrew [he]
742
-
743
- //! locale : Hindi [hi]
744
-
745
- //! locale : Hungarian [hu]
746
-
747
- //! locale : Icelandic [is]
748
-
749
- //! locale : Indonesian [id]
750
-
751
- //! locale : Italian (Switzerland) [it-ch]
752
-
753
- //! locale : Italian [it]
754
-
755
- //! locale : Japanese [ja]
756
-
757
- //! locale : Javanese [jv]
758
-
759
- //! locale : Kannada [kn]
760
-
761
- //! locale : Kazakh [kk]
762
-
763
- //! locale : Klingon [tlh]
764
-
765
- //! locale : Konkani Devanagari script [gom-deva]
766
-
767
- //! locale : Konkani Latin script [gom-latn]
768
-
769
- //! locale : Korean [ko]
770
-
771
- //! locale : Kurdish [ku]
772
-
773
- //! locale : Kyrgyz [ky]
774
-
775
- //! locale : Lao [lo]
776
-
777
- //! locale : Latvian [lv]
778
-
779
- //! locale : Lithuanian [lt]
780
-
781
- //! locale : Luxembourgish [lb]
782
-
783
- //! locale : Macedonian [mk]
784
-
785
- //! locale : Malay [ms-my]
786
-
787
- //! locale : Malay [ms]
788
-
789
- //! locale : Malayalam [ml]
790
-
791
- //! locale : Maldivian [dv]
792
-
793
- //! locale : Maltese (Malta) [mt]
794
-
795
- //! locale : Maori [mi]
796
-
797
- //! locale : Marathi [mr]
798
-
799
- //! locale : Mongolian [mn]
800
-
801
- //! locale : Montenegrin [me]
802
-
803
- //! locale : Nepalese [ne]
804
-
805
- //! locale : Northern Sami [se]
806
-
807
- //! locale : Norwegian Bokmål [nb]
808
-
809
- //! locale : Nynorsk [nn]
810
-
811
- //! locale : Occitan, lengadocian dialecte [oc-lnc]
812
-
813
- //! locale : Persian [fa]
814
-
815
- //! locale : Polish [pl]
816
-
817
- //! locale : Portuguese (Brazil) [pt-br]
818
-
819
- //! locale : Portuguese [pt]
820
-
821
- //! locale : Pseudo [x-pseudo]
822
-
823
- //! locale : Punjabi (India) [pa-in]
824
-
825
- //! locale : Romanian [ro]
826
-
827
- //! locale : Serbian Cyrillic [sr-cyrl]
828
-
829
- //! locale : Serbian [sr]
830
-
831
- //! locale : Sindhi [sd]
832
-
833
- //! locale : Sinhalese [si]
834
-
835
- //! locale : Slovak [sk]
836
-
837
- //! locale : Slovenian [sl]
838
-
839
- //! locale : Spanish (Dominican Republic) [es-do]
840
-
841
- //! locale : Spanish (Mexico) [es-mx]
842
-
843
- //! locale : Spanish (United States) [es-us]
844
-
845
- //! locale : Spanish [es]
846
-
847
- //! locale : Swahili [sw]
848
-
849
- //! locale : Swedish [sv]
850
-
851
- //! locale : Tagalog (Philippines) [tl-ph]
852
-
853
- //! locale : Tajik [tg]
854
-
855
- //! locale : Talossan [tzl]
856
-
857
- //! locale : Tamil [ta]
858
-
859
- //! locale : Telugu [te]
860
-
861
- //! locale : Tetun Dili (East Timor) [tet]
862
-
863
- //! locale : Thai [th]
864
-
865
- //! locale : Tibetan [bo]
866
-
867
- //! locale : Turkish [tr]
868
-
869
- //! locale : Turkmen [tk]
870
-
871
- //! locale : Urdu [ur]
872
-
873
- //! locale : Uyghur (China) [ug-cn]
874
-
875
- //! locale : Uzbek Latin [uz-latn]
876
-
877
- //! locale : Uzbek [uz]
878
-
879
- //! locale : Vietnamese [vi]
880
-
881
- //! locale : Welsh [cy]
882
-
883
- //! locale : Yoruba Nigeria [yo]
884
-
885
- //! locale : siSwati [ss]
886
-
887
- //! moment.js
888
-
889
- //! moment.js locale configuration
890
-
891
- //! momentjs.com
892
-
893
- //! note : DEPRECATED, the correct one is [ms]
894
-
895
- //! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
896
-
897
- //! reference: http://jv.wikipedia.org/wiki/Basa_Jawa
898
-
899
- //! version : 2.29.4
900
-
901
- //!this.rowClick, // 企管的是点击就选中行,咱也一样
1
+ /*!
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
5
+ */
6
+
7
+ /*!
8
+
9
+ JSZip v3.10.1 - A JavaScript class for generating and reading zip files
10
+ <http://stuartk.com/jszip>
11
+
12
+ (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
13
+ Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
14
+
15
+ JSZip uses the library pako released under the MIT license :
16
+ https://github.com/nodeca/pako/blob/main/LICENSE
17
+ */
18
+
19
+ /*!
20
+ * Signature Pad v4.2.0 | https://github.com/szimek/signature_pad
21
+ * (c) 2024 Szymon Nowak | Released under the MIT license
22
+ */
23
+
24
+ /*!
25
+ * css-vars-ponyfill
26
+ * v2.4.9
27
+ * https://jhildenbiddle.github.io/css-vars-ponyfill/
28
+ * (c) 2018-2024 John Hildenbiddle <http://hildenbiddle.com>
29
+ * MIT license
30
+ */
31
+
32
+ /*!
33
+ * get-css-data
34
+ * v2.1.0
35
+ * https://github.com/jhildenbiddle/get-css-data
36
+ * (c) 2018-2022 John Hildenbiddle <http://hildenbiddle.com>
37
+ * MIT license
38
+ */
39
+
40
+ /*!
41
+ * ZRender, a high performance 2d drawing library.
42
+ *
43
+ * Copyright (c) 2013, Baidu Inc.
44
+ * All rights reserved.
45
+ *
46
+ * LICENSE
47
+ * https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
48
+ */
49
+
50
+ /*! *****************************************************************************
51
+ Copyright (c) Microsoft Corporation.
52
+
53
+ Permission to use, copy, modify, and/or distribute this software for any
54
+ purpose with or without fee is hereby granted.
55
+
56
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
57
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
58
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
59
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
60
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
61
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
62
+ PERFORMANCE OF THIS SOFTWARE.
63
+ ***************************************************************************** */
64
+
65
+ /**
66
+ * @ag-grid-community/all-modules - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue * @version v30.2.1
67
+ * @link https://www.ag-grid.com/
68
+ * @license MIT
69
+ */
70
+
71
+ /**
72
+ * vue-class-component v7.2.6
73
+ * (c) 2015-present Evan You
74
+ * @license MIT
75
+ */
76
+
77
+ /**
78
+ * @ag-grid-community/core - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
79
+ * @version v30.2.1
80
+ * @link https://www.ag-grid.com/
81
+ * @license MIT
82
+ */
83
+
84
+ /**
85
+ * @license
86
+ * Lodash <https://lodash.com/>
87
+ * Copyright JS Foundation and other contributors <https://js.foundation/>
88
+ * Released under MIT license <https://lodash.com/license>
89
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
90
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
91
+ */
92
+
93
+ /**
94
+ * @license
95
+ * Lodash <https://lodash.com/>
96
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
97
+ * Released under MIT license <https://lodash.com/license>
98
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
99
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
100
+ */
101
+
102
+ /**
103
+ * Checks if an event is supported in the current execution environment.
104
+ *
105
+ * NOTE: This will not work correctly for non-generic events such as `change`,
106
+ * `reset`, `load`, `error`, and `select`.
107
+ *
108
+ * Borrows from Modernizr.
109
+ *
110
+ * @param {string} eventNameSuffix Event name, e.g. "click".
111
+ * @param {?boolean} capture Check if the capture phase is supported.
112
+ * @return {boolean} True if the event is supported.
113
+ * @internal
114
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
115
+ */
116
+
117
+ /**
118
+ * Fetches, parses, and transforms CSS custom properties from specified
119
+ * <style> and <link> elements into static values, then appends a new <style>
120
+ * element with static values to the DOM to provide CSS custom property
121
+ * compatibility for legacy browsers. Also provides a single interface for
122
+ * live updates of runtime values in both modern and legacy browsers.
123
+ *
124
+ * @preserve
125
+ * @param {object} [options] Options object
126
+ * @param {object} [options.rootElement=document] Root element to traverse for
127
+ * <link> and <style> nodes
128
+ * @param {boolean} [options.shadowDOM=false] Determines if shadow DOM <link>
129
+ * and <style> nodes will be processed.
130
+ * @param {string} [options.include="style,link[rel=stylesheet]"] CSS selector
131
+ * matching <link re="stylesheet"> and <style> nodes to
132
+ * process
133
+ * @param {string} [options.exclude] CSS selector matching <link
134
+ * rel="stylehseet"> and <style> nodes to exclude from those
135
+ * matches by options.include
136
+ * @param {object} [options.variables] A map of custom property name/value
137
+ * pairs. Property names can omit or include the leading
138
+ * double-hyphen (—), and values specified will override
139
+ * previous values
140
+ * @param {boolean} [options.onlyLegacy=true] Determines if the ponyfill will
141
+ * only generate legacy-compatible CSS in browsers that lack
142
+ * native support (i.e., legacy browsers)
143
+ * @param {boolean} [options.preserveStatic=true] Determines if CSS
144
+ * declarations that do not reference a custom property will
145
+ * be preserved in the transformed CSS
146
+ * @param {boolean} [options.preserveVars=false] Determines if CSS custom
147
+ * property declarations will be preserved in the transformed
148
+ * CSS
149
+ * @param {boolean} [options.silent=false] Determines if warning and error
150
+ * messages will be displayed on the console
151
+ * @param {boolean} [options.updateDOM=true] Determines if the ponyfill will
152
+ * update the DOM after processing CSS custom properties
153
+ * @param {boolean} [options.updateURLs=true] Determines if relative url()
154
+ * paths will be converted to absolute urls in external CSS
155
+ * @param {boolean} [options.watch=false] Determines if a MutationObserver will
156
+ * be created that will execute the ponyfill when a <link> or
157
+ * <style> DOM mutation is observed
158
+ * @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes
159
+ * 1) the XHR object, 2) source node reference, and 3) the
160
+ * source URL as arguments
161
+ * @param {function} [options.onError] Callback after a CSS parsing error has
162
+ * occurred or an XHR request has failed. Passes 1) an error
163
+ * message, and 2) source node reference, 3) xhr, and 4 url as
164
+ * arguments.
165
+ * @param {function} [options.onWarning] Callback after each CSS parsing warning
166
+ * has occurred. Passes 1) a warning message as an argument.
167
+ * @param {function} [options.onSuccess] Callback after CSS data has been
168
+ * collected from each node and before CSS custom properties
169
+ * have been transformed. Allows modifying the CSS data before
170
+ * it is transformed by returning any string value (or false
171
+ * to skip). Passes 1) CSS text, 2) source node reference, and
172
+ * 3) the source URL as arguments.
173
+ * @param {function} [options.onComplete] Callback after all CSS has been
174
+ * processed, legacy-compatible CSS has been generated, and
175
+ * (optionally) the DOM has been updated. Passes 1) a CSS
176
+ * string with CSS variable values resolved, 2) an array of
177
+ * output <style> node references that have been appended to
178
+ * the DOM, 3) an object containing all custom properies names
179
+ * and values, and 4) the ponyfill execution time in
180
+ * milliseconds.
181
+ * @param {function} [options.onFinally] Callback in modern and legacy browsers
182
+ * after the ponyfill has finished all tasks. Passes 1) a
183
+ * boolean indicating if the last ponyfill call resulted in a
184
+ * style change, 2) a boolean indicating if the current
185
+ * browser provides native support for CSS custom properties,
186
+ * and 3) the ponyfill execution time in milliseconds.
187
+ * @example
188
+ *
189
+ * cssVars({
190
+ * rootElement : document,
191
+ * shadowDOM : false,
192
+ * include : 'style,link[rel="stylesheet"]',
193
+ * exclude : '',
194
+ * variables : {},
195
+ * onlyLegacy : true,
196
+ * preserveStatic: true,
197
+ * preserveVars : false,
198
+ * silent : false,
199
+ * updateDOM : true,
200
+ * updateURLs : true,
201
+ * watch : false,
202
+ * onBeforeSend(xhr, node, url) {},
203
+ * onError(message, node, xhr, url) {},
204
+ * onWarning(message) {},
205
+ * onSuccess(cssText, node, url) {},
206
+ * onComplete(cssText, styleNode, cssVariables, benchmark) {},
207
+ * onFinally(hasChanged, hasNativeSupport, benchmark)
208
+ * });
209
+ */
210
+
211
+ /**
212
+ * Gets CSS data from <style> and <link> nodes (including @imports), then
213
+ * returns data in order processed by DOM. Allows specifying nodes to
214
+ * include/exclude and filtering CSS data using RegEx.
215
+ *
216
+ * @preserve
217
+ * @param {object} [options] The options object
218
+ * @param {object} [options.rootElement=document] Root element to traverse for
219
+ * <link> and <style> nodes.
220
+ * @param {string} [options.include] CSS selector matching <link> and <style>
221
+ * nodes to include
222
+ * @param {string} [options.exclude] CSS selector matching <link> and <style>
223
+ * nodes to exclude
224
+ * @param {object} [options.filter] Regular expression used to filter node CSS
225
+ * data. Each block of CSS data is tested against the filter,
226
+ * and only matching data is included.
227
+ * @param {boolean} [options.skipDisabled=true] Determines if disabled
228
+ * stylesheets will be skipped while collecting CSS data.
229
+ * @param {boolean} [options.useCSSOM=false] Determines if CSS data will be
230
+ * collected from a stylesheet's runtime values instead of its
231
+ * text content. This is required to get accurate CSS data
232
+ * when a stylesheet has been modified using the deleteRule()
233
+ * or insertRule() methods because these modifications will
234
+ * not be reflected in the stylesheet's text content.
235
+ * @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes
236
+ * 1) the XHR object, 2) source node reference, and 3) the
237
+ * source URL as arguments.
238
+ * @param {function} [options.onSuccess] Callback on each CSS node read. Passes
239
+ * 1) CSS text, 2) source node reference, and 3) the source
240
+ * URL as arguments.
241
+ * @param {function} [options.onError] Callback on each error. Passes 1) the XHR
242
+ * object for inspection, 2) soure node reference, and 3) the
243
+ * source URL that failed (either a <link> href or an @import)
244
+ * as arguments
245
+ * @param {function} [options.onComplete] Callback after all nodes have been
246
+ * processed. Passes 1) concatenated CSS text, 2) an array of
247
+ * CSS text in DOM order, and 3) an array of nodes in DOM
248
+ * order as arguments.
249
+ *
250
+ * @example
251
+ *
252
+ * getCssData({
253
+ * rootElement : document,
254
+ * include : 'style,link[rel="stylesheet"]',
255
+ * exclude : '[href="skip.css"]',
256
+ * filter : /red/,
257
+ * skipDisabled: true,
258
+ * useCSSOM : false,
259
+ * onBeforeSend(xhr, node, url) {
260
+ * // ...
261
+ * }
262
+ * onSuccess(cssText, node, url) {
263
+ * // ...
264
+ * }
265
+ * onError(xhr, node, url) {
266
+ * // ...
267
+ * },
268
+ * onComplete(cssText, cssArray, nodeArray) {
269
+ * // ...
270
+ * }
271
+ * });
272
+ */
273
+
274
+ /**!
275
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
276
+ * @version 1.16.1
277
+ * @license
278
+ * Copyright (c) 2016 Federico Zivolo and contributors
279
+ *
280
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
281
+ * of this software and associated documentation files (the "Software"), to deal
282
+ * in the Software without restriction, including without limitation the rights
283
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
284
+ * copies of the Software, and to permit persons to whom the Software is
285
+ * furnished to do so, subject to the following conditions:
286
+ *
287
+ * The above copyright notice and this permission notice shall be included in all
288
+ * copies or substantial portions of the Software.
289
+ *
290
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
291
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
292
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
293
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
294
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
295
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
296
+ * SOFTWARE.
297
+ */
298
+
299
+ //! Burak Yiğit Kaya: https://github.com/BYK
300
+
301
+ //! Sigurd Gartmann : https://github.com/sigurdga
302
+
303
+ //! Stephen Ramthun : https://github.com/stephenramthun
304
+
305
+ //! author : Abdel Said : https://github.com/abdelsaid
306
+
307
+ //! author : Abdel Said: https://github.com/abdelsaid
308
+
309
+ //! author : Adam Brunner : https://github.com/adambrunner
310
+
311
+ //! author : Ahmed Elkhatib
312
+
313
+ //! author : Alessandro Maruccia : https://github.com/alesma
314
+
315
+ //! author : Ali Hmer: https://github.com/kikoanis
316
+
317
+ //! author : Amine Roukh: https://github.com/Amine27
318
+
319
+ //! author : Anatoly Mironov : https://github.com/mirontoli
320
+
321
+ //! author : Andrew Hood : https://github.com/andrewhood125
322
+
323
+ //! author : Anthony : https://github.com/anthonylau
324
+
325
+ //! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404
326
+
327
+ //! author : Armendarabyan : https://github.com/armendarabyan
328
+
329
+ //! author : Asraf Hossain Patoary : https://github.com/ashwoolford
330
+
331
+ //! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy
332
+
333
+ //! author : Atolagbe Abisoye : https://github.com/andela-batolagbe
334
+
335
+ //! author : Bang Nguyen : https://github.com/bangnk
336
+
337
+ //! author : Ben : https://github.com/ben-lin
338
+
339
+ //! author : Bojan Marković : https://github.com/bmarkovic
340
+
341
+ //! author : Borislav Mickov : https://github.com/B0k0
342
+
343
+ //! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira
344
+
345
+ //! author : Chien Kira : https://github.com/chienkira
346
+
347
+ //! author : Chris Cartlidge : https://github.com/chriscartlidge
348
+
349
+ //! author : Chris Gedrim : https://github.com/chrisgedrim
350
+
351
+ //! author : Chris Lam : https://github.com/hehachris
352
+
353
+ //! author : Chyngyz Arystan uulu : https://github.com/chyngyz
354
+
355
+ //! author : Colin Dean : https://github.com/colindean
356
+
357
+ //! author : Dan Hagman : https://github.com/hagmandan
358
+
359
+ //! author : David Raison : https://github.com/kwisatz
360
+
361
+ //! author : David Rossellat : https://github.com/gholadr
362
+
363
+ //! author : Dominika Kruk : https://github.com/amaranthrose
364
+
365
+ //! author : Ebrahim Byagowi : https://github.com/ebraminio
366
+
367
+ //! author : ElFadili Yassine : https://github.com/ElFadiliY
368
+
369
+ //! author : Emanuel Cepoi : https://github.com/cepem
370
+
371
+ //! author : Eneko Illarramendi : https://github.com/eillarra
372
+
373
+ //! author : Estelle Comment : https://github.com/estellecomment
374
+
375
+ //! author : Fahad Kassim : https://github.com/fadsel
376
+
377
+ //! author : Flakërim Ismani : https://github.com/flakerimi
378
+
379
+ //! author : Floyd Pink : https://github.com/floydpink
380
+
381
+ //! author : Gaspard Bucher : https://github.com/gaspard
382
+
383
+ //! author : Harpreet Singh : https://github.com/harpreetkhalsagtbit
384
+
385
+ //! author : Harshad Kale : https://github.com/kalehv
386
+
387
+ //! author : Henry Kehlmann : https://github.com/madhenry
388
+
389
+ //! author : Hinrik Örn Sigurðsson : https://github.com/hinrik
390
+
391
+ //! author : Irakli Janiashvili : https://github.com/IrakliJani
392
+
393
+ //! author : Iustì Canun
394
+
395
+ //! author : JC Franco : https://github.com/jcfranco
396
+
397
+ //! author : Jacob Middag : https://github.com/middagj
398
+
399
+ //! author : Jared Morse : https://github.com/jarcoal
400
+
401
+ //! author : Jatin Agrawal : https://github.com/jatinag22
402
+
403
+ //! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7
404
+
405
+ //! author : Jawish Hameed : https://github.com/jawish
406
+
407
+ //! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou
408
+
409
+ //! author : Jeeeyul Lee <jeeeyul@gmail.com>
410
+
411
+ //! author : Jefferson : https://github.com/jalex79
412
+
413
+ //! author : Jens Alm : https://github.com/ulmus
414
+
415
+ //! author : John Corrigan <robbiecloset@gmail.com> : https://github.com/johnideal
416
+
417
+ //! author : John Fischer : https://github.com/jfroffice
418
+
419
+ //! author : Jonathan Abourbih : https://github.com/jonbca
420
+
421
+ //! author : Joris Röling : https://github.com/jorisroling
422
+
423
+ //! author : Joshua Brooks : https://github.com/joshbrooks
424
+
425
+ //! author : Juan G. Hurtado : https://github.com/juanghurtado
426
+
427
+ //! author : Julio Napurí : https://github.com/julionc
428
+
429
+ //! author : Jānis Elmeris : https://github.com/JanisE
430
+
431
+ //! author : Kaushik Gandhi : https://github.com/kaushikgandhi
432
+
433
+ //! author : Kaushik Thanki : https://github.com/Kaushik1987
434
+
435
+ //! author : Konstantin : https://github.com/skfd
436
+
437
+ //! author : Krasen Borisov : https://github.com/kraz
438
+
439
+ //! author : Kridsada Thanabulpong : https://github.com/sirn
440
+
441
+ //! author : Krishna Chaitanya Thota : https://github.com/kcthota
442
+
443
+ //! author : Kristaps Karlsons : https://github.com/skakri
444
+
445
+ //! author : Kristian Sakarisson : https://github.com/sakarisson
446
+
447
+ //! author : Kruy Vanna : https://github.com/kruyvanna
448
+
449
+ //! author : Kyungwook, Park : https://github.com/kyungw00k
450
+
451
+ //! author : LI Long : https://github.com/baryon
452
+
453
+ //! author : Lorenzo : https://github.com/aliem
454
+
455
+ //! author : Luke McGregor : https://github.com/lukemcgregor
456
+
457
+ //! author : Martin Groller : https://github.com/MadMG
458
+
459
+ //! author : Martin Minka : https://github.com/k2s
460
+
461
+ //! author : Matthew Castrillon-Madrigal : https://github.com/techdimension
462
+
463
+ //! author : Matthew Co : https://github.com/matthewdeeco
464
+
465
+ //! author : Mayank Singhal : https://github.com/mayanksinghal
466
+
467
+ //! author : Menelion Elensúle : https://github.com/Oire
468
+
469
+ //! author : Mia Nordentoft Imperatori : https://github.com/miestasmia
470
+
471
+ //! author : Mikolaj Dadela : https://github.com/mik01aj
472
+
473
+ //! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j
474
+
475
+ //! author : Mindaugas Mozūras : https://github.com/mmozuras
476
+
477
+ //! author : Miodrag Nikač <miodrag@restartit.me> : https://github.com/miodragnikac
478
+
479
+ //! author : Mohammad Satrio Utomo : https://github.com/tyok
480
+
481
+ //! author : Moshe Simantov : https://github.com/DevelopmentIL
482
+
483
+ //! author : Nader Toukabri : https://github.com/naderio
484
+
485
+ //! author : Narain Sagar : https://github.com/narainsagar
486
+
487
+ //! author : Nedim Cholich : https://github.com/frontyard
488
+
489
+ //! author : Nicolai Davies<mail@nicolai.io> : https://github.com/nicolaidavies
490
+
491
+ //! author : Noureddine LOUAHEDJ : https://github.com/noureddinem
492
+
493
+ //! author : Nusret Parlak: https://github.com/nusretparlak
494
+
495
+ //! author : Oerd Cukalla : https://github.com/oerd
496
+
497
+ //! author : Onorio De J. Afonso : https://github.com/marobo
498
+
499
+ //! author : Orif N. Jr. : https://github.com/orif-jr
500
+
501
+ //! author : Peter Viszt : https://github.com/passatgt
502
+
503
+ //! author : Quentin PAGÈS : https://github.com/Quenty31
504
+
505
+ //! author : Rafal Hirsz : https://github.com/evoL
506
+
507
+ //! author : Ragnar Johannesen : https://github.com/ragnar123
508
+
509
+ //! author : Rajeev Naik : https://github.com/rajeevnaikte
510
+
511
+ //! author : Rasulbek Mirzayev : github.com/Rasulbeeek
512
+
513
+ //! author : Robert Allen : https://github.com/robgallen
514
+
515
+ //! author : Robert Sedovšek : https://github.com/sedovsek
516
+
517
+ //! author : Robin van der Vliet : https://github.com/robin0van0der0v
518
+
519
+ //! author : Rony Lantip : https://github.com/lantip
520
+
521
+ //! author : Ryan Hart : https://github.com/ryanhart2
522
+
523
+ //! author : Sampath Sitinamaluwa : https://github.com/sampathsris
524
+
525
+ //! author : Sardor Muminov : https://github.com/muminoff
526
+
527
+ //! author : Sashko Todorov : https://github.com/bkyceh
528
+
529
+ //! author : Sawood Alam : https://github.com/ibnesayeed
530
+
531
+ //! author : Shahram Mebashar : https://github.com/ShahramMebashar
532
+
533
+ //! author : Sonia Simoes : https://github.com/soniasimoes
534
+
535
+ //! author : Squar team, mysquar.com
536
+
537
+ //! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic
538
+
539
+ //! author : Suhail Alkowaileet : https://github.com/xsoh
540
+
541
+ //! author : Tal Ater : https://github.com/TalAter
542
+
543
+ //! author : Tan Yuanhong : https://github.com/le0tan
544
+
545
+ //! author : Tarmo Aidantausta : https://github.com/bleadof
546
+
547
+ //! author : The Discoverer : https://github.com/WikiDiscoverer
548
+
549
+ //! author : Thupten N. Chakrishar : https://github.com/vajradog
550
+
551
+ //! author : Tin Aung Lin : https://github.com/thanyawzinmin
552
+
553
+ //! author : Tomer Cohen : https://github.com/tomer
554
+
555
+ //! author : Ulrik Nielsen : https://github.com/mrbase
556
+
557
+ //! author : Valentin Agachi : https://github.com/avaly
558
+
559
+ //! author : Vivek Athalye : https://github.com/vnathalye
560
+
561
+ //! author : Vlad Gurdiga : https://github.com/gurdiga
562
+
563
+ //! author : Weldan Jamili : https://github.com/weldan
564
+
565
+ //! author : Werner Mollentze : https://github.com/wernerm
566
+
567
+ //! author : Zack : https://github.com/ZackVision
568
+
569
+ //! author : Zeno Zeng : https://github.com/zenozeng
570
+
571
+ //! author : bustta : https://github.com/bustta
572
+
573
+ //! author : chrisrodz : https://github.com/chrisrodz
574
+
575
+ //! author : forabi https://github.com/forabi
576
+
577
+ //! author : https://github.com/ryangreaves
578
+
579
+ //! author : lluchs : https://github.com/lluchs
580
+
581
+ //! author : mweimerskirch : https://github.com/mweimerskirch
582
+
583
+ //! author : petrbela : https://github.com/petrbela
584
+
585
+ //! author : sschueller : https://github.com/sschueller
586
+
587
+ //! author : suupic : https://github.com/suupic
588
+
589
+ //! author : suvash : https://github.com/suvash
590
+
591
+ //! author : topchiyev : https://github.com/topchiyev
592
+
593
+ //! author : uu109 : https://github.com/uu109
594
+
595
+ //! author : xfh : https://github.com/xfh
596
+
597
+ //! author: Marco : https://github.com/Manfre98
598
+
599
+ //! author: Mattia Larentis: https://github.com/nostalgiaz
600
+
601
+ //! author: Menelion Elensúle: https://github.com/Oire
602
+
603
+ //! author: boyaq : https://github.com/boyaq
604
+
605
+ //! authors : Bård Rolstad Henriksen : https://github.com/karamell
606
+
607
+ //! authors : Erhan Gundogan : https://github.com/erhangundogan,
608
+
609
+ //! authors : Espen Hovlandsdal : https://github.com/rexxars
610
+
611
+ //! authors : Nurlan Rakhimzhanov : https://github.com/nurlan
612
+
613
+ //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
614
+
615
+ //! authors : https://github.com/mechuwind
616
+
617
+ //! based on (hr) translation by Bojan Marković
618
+
619
+ //! based on work of petrbela : https://github.com/petrbela
620
+
621
+ //! comment : Vivakvo corrected the translation by colindean and miestasmia
622
+
623
+ //! comment : miestasmia corrected the translation by colindean
624
+
625
+ //! improvements : Illimar Tambek : https://github.com/ragulka
626
+
627
+ //! license : MIT
628
+
629
+ //! locale : Arabic (Tunisia) [ar-tn]
630
+
631
+ //! locale : Afrikaans [af]
632
+
633
+ //! locale : Albanian [sq]
634
+
635
+ //! locale : Arabic (Algeria) [ar-dz]
636
+
637
+ //! locale : Arabic (Kuwait) [ar-kw]
638
+
639
+ //! locale : Arabic (Libya) [ar-ly]
640
+
641
+ //! locale : Arabic (Morocco) [ar-ma]
642
+
643
+ //! locale : Arabic (Saudi Arabia) [ar-sa]
644
+
645
+ //! locale : Arabic [ar]
646
+
647
+ //! locale : Armenian [hy-am]
648
+
649
+ //! locale : Azerbaijani [az]
650
+
651
+ //! locale : Bambara [bm]
652
+
653
+ //! locale : Basque [eu]
654
+
655
+ //! locale : Bengali (Bangladesh) [bn-bd]
656
+
657
+ //! locale : Bengali [bn]
658
+
659
+ //! locale : Bosnian [bs]
660
+
661
+ //! locale : Breton [br]
662
+
663
+ //! locale : Bulgarian [bg]
664
+
665
+ //! locale : Burmese [my]
666
+
667
+ //! locale : Cambodian [km]
668
+
669
+ //! locale : Catalan [ca]
670
+
671
+ //! locale : Central Atlas Tamazight Latin [tzm-latn]
672
+
673
+ //! locale : Central Atlas Tamazight [tzm]
674
+
675
+ //! locale : Chinese (China) [zh-cn]
676
+
677
+ //! locale : Chinese (Hong Kong) [zh-hk]
678
+
679
+ //! locale : Chinese (Macau) [zh-mo]
680
+
681
+ //! locale : Chinese (Taiwan) [zh-tw]
682
+
683
+ //! locale : Chuvash [cv]
684
+
685
+ //! locale : Croatian [hr]
686
+
687
+ //! locale : Czech [cs]
688
+
689
+ //! locale : Danish [da]
690
+
691
+ //! locale : Dutch (Belgium) [nl-be]
692
+
693
+ //! locale : Dutch [nl]
694
+
695
+ //! locale : English (Australia) [en-au]
696
+
697
+ //! locale : English (Canada) [en-ca]
698
+
699
+ //! locale : English (India) [en-in]
700
+
701
+ //! locale : English (Ireland) [en-ie]
702
+
703
+ //! locale : English (Israel) [en-il]
704
+
705
+ //! locale : English (New Zealand) [en-nz]
706
+
707
+ //! locale : English (Singapore) [en-sg]
708
+
709
+ //! locale : English (United Kingdom) [en-gb]
710
+
711
+ //! locale : Esperanto [eo]
712
+
713
+ //! locale : Estonian [et]
714
+
715
+ //! locale : Faroese [fo]
716
+
717
+ //! locale : Filipino [fil]
718
+
719
+ //! locale : Finnish [fi]
720
+
721
+ //! locale : French (Canada) [fr-ca]
722
+
723
+ //! locale : French (Switzerland) [fr-ch]
724
+
725
+ //! locale : French [fr]
726
+
727
+ //! locale : Frisian [fy]
728
+
729
+ //! locale : Galician [gl]
730
+
731
+ //! locale : Georgian [ka]
732
+
733
+ //! locale : German (Austria) [de-at]
734
+
735
+ //! locale : German (Switzerland) [de-ch]
736
+
737
+ //! locale : German [de]
738
+
739
+ //! locale : Gujarati [gu]
740
+
741
+ //! locale : Hebrew [he]
742
+
743
+ //! locale : Hindi [hi]
744
+
745
+ //! locale : Hungarian [hu]
746
+
747
+ //! locale : Icelandic [is]
748
+
749
+ //! locale : Indonesian [id]
750
+
751
+ //! locale : Italian (Switzerland) [it-ch]
752
+
753
+ //! locale : Italian [it]
754
+
755
+ //! locale : Japanese [ja]
756
+
757
+ //! locale : Javanese [jv]
758
+
759
+ //! locale : Kannada [kn]
760
+
761
+ //! locale : Kazakh [kk]
762
+
763
+ //! locale : Klingon [tlh]
764
+
765
+ //! locale : Konkani Devanagari script [gom-deva]
766
+
767
+ //! locale : Konkani Latin script [gom-latn]
768
+
769
+ //! locale : Korean [ko]
770
+
771
+ //! locale : Kurdish [ku]
772
+
773
+ //! locale : Kyrgyz [ky]
774
+
775
+ //! locale : Lao [lo]
776
+
777
+ //! locale : Latvian [lv]
778
+
779
+ //! locale : Lithuanian [lt]
780
+
781
+ //! locale : Luxembourgish [lb]
782
+
783
+ //! locale : Macedonian [mk]
784
+
785
+ //! locale : Malay [ms-my]
786
+
787
+ //! locale : Malay [ms]
788
+
789
+ //! locale : Malayalam [ml]
790
+
791
+ //! locale : Maldivian [dv]
792
+
793
+ //! locale : Maltese (Malta) [mt]
794
+
795
+ //! locale : Maori [mi]
796
+
797
+ //! locale : Marathi [mr]
798
+
799
+ //! locale : Mongolian [mn]
800
+
801
+ //! locale : Montenegrin [me]
802
+
803
+ //! locale : Nepalese [ne]
804
+
805
+ //! locale : Northern Sami [se]
806
+
807
+ //! locale : Norwegian Bokmål [nb]
808
+
809
+ //! locale : Nynorsk [nn]
810
+
811
+ //! locale : Occitan, lengadocian dialecte [oc-lnc]
812
+
813
+ //! locale : Persian [fa]
814
+
815
+ //! locale : Polish [pl]
816
+
817
+ //! locale : Portuguese (Brazil) [pt-br]
818
+
819
+ //! locale : Portuguese [pt]
820
+
821
+ //! locale : Pseudo [x-pseudo]
822
+
823
+ //! locale : Punjabi (India) [pa-in]
824
+
825
+ //! locale : Romanian [ro]
826
+
827
+ //! locale : Serbian Cyrillic [sr-cyrl]
828
+
829
+ //! locale : Serbian [sr]
830
+
831
+ //! locale : Sindhi [sd]
832
+
833
+ //! locale : Sinhalese [si]
834
+
835
+ //! locale : Slovak [sk]
836
+
837
+ //! locale : Slovenian [sl]
838
+
839
+ //! locale : Spanish (Dominican Republic) [es-do]
840
+
841
+ //! locale : Spanish (Mexico) [es-mx]
842
+
843
+ //! locale : Spanish (United States) [es-us]
844
+
845
+ //! locale : Spanish [es]
846
+
847
+ //! locale : Swahili [sw]
848
+
849
+ //! locale : Swedish [sv]
850
+
851
+ //! locale : Tagalog (Philippines) [tl-ph]
852
+
853
+ //! locale : Tajik [tg]
854
+
855
+ //! locale : Talossan [tzl]
856
+
857
+ //! locale : Tamil [ta]
858
+
859
+ //! locale : Telugu [te]
860
+
861
+ //! locale : Tetun Dili (East Timor) [tet]
862
+
863
+ //! locale : Thai [th]
864
+
865
+ //! locale : Tibetan [bo]
866
+
867
+ //! locale : Turkish [tr]
868
+
869
+ //! locale : Turkmen [tk]
870
+
871
+ //! locale : Urdu [ur]
872
+
873
+ //! locale : Uyghur (China) [ug-cn]
874
+
875
+ //! locale : Uzbek Latin [uz-latn]
876
+
877
+ //! locale : Uzbek [uz]
878
+
879
+ //! locale : Vietnamese [vi]
880
+
881
+ //! locale : Welsh [cy]
882
+
883
+ //! locale : Yoruba Nigeria [yo]
884
+
885
+ //! locale : siSwati [ss]
886
+
887
+ //! moment.js
888
+
889
+ //! moment.js locale configuration
890
+
891
+ //! momentjs.com
892
+
893
+ //! note : DEPRECATED, the correct one is [ms]
894
+
895
+ //! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
896
+
897
+ //! reference: http://jv.wikipedia.org/wiki/Basa_Jawa
898
+
899
+ //! version : 2.29.4
900
+
901
+ //!this.rowClick, // 企管的是点击就选中行,咱也一样