@indfnd/common-pro 1.2.13 → 1.2.15
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.
|
@@ -19,28 +19,6 @@
|
|
|
19
19
|
* MIT license
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
/*!
|
|
23
|
-
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
24
|
-
*
|
|
25
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
26
|
-
* Released under the MIT License.
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
/*! *****************************************************************************
|
|
30
|
-
Copyright (c) Microsoft Corporation.
|
|
31
|
-
|
|
32
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
|
-
purpose with or without fee is hereby granted.
|
|
34
|
-
|
|
35
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
36
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
37
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
38
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
39
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
42
|
-
***************************************************************************** */
|
|
43
|
-
|
|
44
22
|
/**
|
|
45
23
|
* @ag-grid-community/all-modules - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue * @version v30.2.1
|
|
46
24
|
* @link https://www.ag-grid.com/
|
|
@@ -226,27 +204,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
226
204
|
* });
|
|
227
205
|
*/
|
|
228
206
|
|
|
229
|
-
/**
|
|
230
|
-
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
231
|
-
*
|
|
232
|
-
* @license MIT <https://opensource.org/licenses/MIT>
|
|
233
|
-
* @author Lea Verou <https://lea.verou.me>
|
|
234
|
-
* @namespace
|
|
235
|
-
* @public
|
|
236
|
-
*/
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* Takes a string with placeholder variables like `%{smart_count} file selected`
|
|
240
|
-
* and replaces it with values from options `{smart_count: 5}`
|
|
241
|
-
*
|
|
242
|
-
* @license https://github.com/airbnb/polyglot.js/blob/master/LICENSE
|
|
243
|
-
* taken from https://github.com/airbnb/polyglot.js/blob/master/lib/polyglot.js#L299
|
|
244
|
-
*
|
|
245
|
-
* @param {string} phrase that needs interpolation, with placeholders
|
|
246
|
-
* @param {object} options with values that will be used to replace placeholders
|
|
247
|
-
* @returns {any[]} interpolated
|
|
248
|
-
*/
|
|
249
|
-
|
|
250
207
|
/**!
|
|
251
208
|
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
|
252
209
|
* @version 1.16.1
|