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