@reltio/ria 1.4.192 → 1.4.194
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.
- package/package.json +6 -6
- package/ria-plugin.js +206 -0
- package/ria-plugin.js.LICENSE.txt +154 -0
- package/ria-plugin.js.map +1 -0
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2016 Jed Watson.
|
|
9
|
+
Licensed under the MIT License (MIT), see
|
|
10
|
+
http://jedwatson.github.io/classnames
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
* Determine if an object is a Buffer
|
|
15
|
+
*
|
|
16
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
17
|
+
* @license MIT
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/*! @preserve
|
|
21
|
+
* numeral.js
|
|
22
|
+
* version : 2.0.6
|
|
23
|
+
* author : Adam Draper
|
|
24
|
+
* license : MIT
|
|
25
|
+
* http://adamwdraper.github.com/Numeral-js/
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
/*! decimal.js v10.0.2 https://github.com/MikeMcl/decimal.js/LICENCE */
|
|
29
|
+
|
|
30
|
+
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @license React
|
|
34
|
+
* react-is.production.min.js
|
|
35
|
+
*
|
|
36
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
37
|
+
*
|
|
38
|
+
* This source code is licensed under the MIT license found in the
|
|
39
|
+
* LICENSE file in the root directory of this source tree.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @license React
|
|
44
|
+
* use-sync-external-store-shim.production.min.js
|
|
45
|
+
*
|
|
46
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
47
|
+
*
|
|
48
|
+
* This source code is licensed under the MIT license found in the
|
|
49
|
+
* LICENSE file in the root directory of this source tree.
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* @mui/material v5.13.4
|
|
54
|
+
*
|
|
55
|
+
* @license MIT
|
|
56
|
+
* This source code is licensed under the MIT license found in the
|
|
57
|
+
* LICENSE file in the root directory of this source tree.
|
|
58
|
+
*/
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @mui/styled-engine v5.13.2
|
|
62
|
+
*
|
|
63
|
+
* @license MIT
|
|
64
|
+
* This source code is licensed under the MIT license found in the
|
|
65
|
+
* LICENSE file in the root directory of this source tree.
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* A better abstraction over CSS.
|
|
70
|
+
*
|
|
71
|
+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
72
|
+
* @website https://github.com/cssinjs/jss
|
|
73
|
+
* @license MIT
|
|
74
|
+
*/
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* React Router DOM v6.2.1
|
|
78
|
+
*
|
|
79
|
+
* Copyright (c) Remix Software Inc.
|
|
80
|
+
*
|
|
81
|
+
* This source code is licensed under the MIT license found in the
|
|
82
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
83
|
+
*
|
|
84
|
+
* @license MIT
|
|
85
|
+
*/
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* React Router v6.2.1
|
|
89
|
+
*
|
|
90
|
+
* Copyright (c) Remix Software Inc.
|
|
91
|
+
*
|
|
92
|
+
* This source code is licensed under the MIT license found in the
|
|
93
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
94
|
+
*
|
|
95
|
+
* @license MIT
|
|
96
|
+
*/
|
|
97
|
+
|
|
98
|
+
/** @license React v0.19.1
|
|
99
|
+
* scheduler.production.min.js
|
|
100
|
+
*
|
|
101
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
102
|
+
*
|
|
103
|
+
* This source code is licensed under the MIT license found in the
|
|
104
|
+
* LICENSE file in the root directory of this source tree.
|
|
105
|
+
*/
|
|
106
|
+
|
|
107
|
+
/** @license React v0.20.2
|
|
108
|
+
* scheduler.production.min.js
|
|
109
|
+
*
|
|
110
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
111
|
+
*
|
|
112
|
+
* This source code is licensed under the MIT license found in the
|
|
113
|
+
* LICENSE file in the root directory of this source tree.
|
|
114
|
+
*/
|
|
115
|
+
|
|
116
|
+
/** @license React v16.13.1
|
|
117
|
+
* react-is.production.min.js
|
|
118
|
+
*
|
|
119
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
120
|
+
*
|
|
121
|
+
* This source code is licensed under the MIT license found in the
|
|
122
|
+
* LICENSE file in the root directory of this source tree.
|
|
123
|
+
*/
|
|
124
|
+
|
|
125
|
+
/** @license React v17.0.2
|
|
126
|
+
* react-dom.production.min.js
|
|
127
|
+
*
|
|
128
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
129
|
+
*
|
|
130
|
+
* This source code is licensed under the MIT license found in the
|
|
131
|
+
* LICENSE file in the root directory of this source tree.
|
|
132
|
+
*/
|
|
133
|
+
|
|
134
|
+
/** @license React v17.0.2
|
|
135
|
+
* react-jsx-runtime.production.min.js
|
|
136
|
+
*
|
|
137
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
138
|
+
*
|
|
139
|
+
* This source code is licensed under the MIT license found in the
|
|
140
|
+
* LICENSE file in the root directory of this source tree.
|
|
141
|
+
*/
|
|
142
|
+
|
|
143
|
+
/** @license React v17.0.2
|
|
144
|
+
* react.production.min.js
|
|
145
|
+
*
|
|
146
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
147
|
+
*
|
|
148
|
+
* This source code is licensed under the MIT license found in the
|
|
149
|
+
* LICENSE file in the root directory of this source tree.
|
|
150
|
+
*/
|
|
151
|
+
|
|
152
|
+
//! moment.js
|
|
153
|
+
|
|
154
|
+
//! moment.js locale configuration
|