cadviewer 7.0.33 → 7.0.36

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.
Binary file
@@ -0,0 +1,240 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * Bootstrap v5.1.3 (https://getbootstrap.com/)
9
+ * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
10
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
11
+ */
12
+
13
+ /*!
14
+ * Sizzle CSS Selector Engine v2.3.6
15
+ * https://sizzlejs.com/
16
+ *
17
+ * Copyright JS Foundation and other contributors
18
+ * Released under the MIT license
19
+ * https://js.foundation/
20
+ *
21
+ * Date: 2021-02-16
22
+ */
23
+
24
+ /*!
25
+ * jQuery Color Animations v2.1.2
26
+ * https://github.com/jquery/jquery-color
27
+ *
28
+ * Copyright 2014 jQuery Foundation and other contributors
29
+ * Released under the MIT license.
30
+ * http://jquery.org/license
31
+ *
32
+ * Date: Wed Jan 16 08:47:09 2013 -0600
33
+ */
34
+
35
+ /*!
36
+ * jQuery JavaScript Library v3.6.0
37
+ * https://jquery.com/
38
+ *
39
+ * Includes Sizzle.js
40
+ * https://sizzlejs.com/
41
+ *
42
+ * Copyright OpenJS Foundation and other contributors
43
+ * Released under the MIT license
44
+ * https://jquery.org/license
45
+ *
46
+ * Date: 2021-03-02T17:08Z
47
+ */
48
+
49
+ /*!
50
+ * jQuery UI Autocomplete 1.12.1
51
+ * http://jqueryui.com
52
+ *
53
+ * Copyright jQuery Foundation and other contributors
54
+ * Released under the MIT license.
55
+ * http://jquery.org/license
56
+ */
57
+
58
+ /*!
59
+ * jQuery UI Button 1.12.1
60
+ * http://jqueryui.com
61
+ *
62
+ * Copyright jQuery Foundation and other contributors
63
+ * Released under the MIT license.
64
+ * http://jquery.org/license
65
+ */
66
+
67
+ /*!
68
+ * jQuery UI Checkboxradio 1.12.1
69
+ * http://jqueryui.com
70
+ *
71
+ * Copyright jQuery Foundation and other contributors
72
+ * Released under the MIT license.
73
+ * http://jquery.org/license
74
+ */
75
+
76
+ /*!
77
+ * jQuery UI Controlgroup 1.12.1
78
+ * http://jqueryui.com
79
+ *
80
+ * Copyright jQuery Foundation and other contributors
81
+ * Released under the MIT license.
82
+ * http://jquery.org/license
83
+ */
84
+
85
+ /*!
86
+ * jQuery UI Datepicker 1.12.1
87
+ * http://jqueryui.com
88
+ *
89
+ * Copyright jQuery Foundation and other contributors
90
+ * Released under the MIT license.
91
+ * http://jquery.org/license
92
+ */
93
+
94
+ /*!
95
+ * jQuery UI Dialog 1.12.1
96
+ * http://jqueryui.com
97
+ *
98
+ * Copyright jQuery Foundation and other contributors
99
+ * Released under the MIT license.
100
+ * http://jquery.org/license
101
+ */
102
+
103
+ /*!
104
+ * jQuery UI Draggable 1.12.1
105
+ * http://jqueryui.com
106
+ *
107
+ * Copyright jQuery Foundation and other contributors
108
+ * Released under the MIT license.
109
+ * http://jquery.org/license
110
+ */
111
+
112
+ /*!
113
+ * jQuery UI Droppable 1.12.1
114
+ * http://jqueryui.com
115
+ *
116
+ * Copyright jQuery Foundation and other contributors
117
+ * Released under the MIT license.
118
+ * http://jquery.org/license
119
+ */
120
+
121
+ /*!
122
+ * jQuery UI Effects 1.12.1
123
+ * http://jqueryui.com
124
+ *
125
+ * Copyright jQuery Foundation and other contributors
126
+ * Released under the MIT license.
127
+ * http://jquery.org/license
128
+ */
129
+
130
+ /*!
131
+ * jQuery UI Focusable 1.12.1
132
+ * http://jqueryui.com
133
+ *
134
+ * Copyright jQuery Foundation and other contributors
135
+ * Released under the MIT license.
136
+ * http://jquery.org/license
137
+ */
138
+
139
+ /*!
140
+ * jQuery UI Keycode 1.12.1
141
+ * http://jqueryui.com
142
+ *
143
+ * Copyright jQuery Foundation and other contributors
144
+ * Released under the MIT license.
145
+ * http://jquery.org/license
146
+ */
147
+
148
+ /*!
149
+ * jQuery UI Position 1.12.1
150
+ * http://jqueryui.com
151
+ *
152
+ * Copyright jQuery Foundation and other contributors
153
+ * Released under the MIT license.
154
+ * http://jquery.org/license
155
+ *
156
+ * http://api.jqueryui.com/position/
157
+ */
158
+
159
+ /*!
160
+ * jQuery UI Resizable 1.12.1
161
+ * http://jqueryui.com
162
+ *
163
+ * Copyright jQuery Foundation and other contributors
164
+ * Released under the MIT license.
165
+ * http://jquery.org/license
166
+ */
167
+
168
+ /*!
169
+ * jQuery UI Spinner 1.12.1
170
+ * http://jqueryui.com
171
+ *
172
+ * Copyright jQuery Foundation and other contributors
173
+ * Released under the MIT license.
174
+ * http://jquery.org/license
175
+ */
176
+
177
+ /*!
178
+ * jQuery UI Support for jQuery core 1.7.x 1.12.1
179
+ * http://jqueryui.com
180
+ *
181
+ * Copyright jQuery Foundation and other contributors
182
+ * Released under the MIT license.
183
+ * http://jquery.org/license
184
+ *
185
+ */
186
+
187
+ /*!
188
+ * jQuery UI Tabs 1.12.1
189
+ * http://jqueryui.com
190
+ *
191
+ * Copyright jQuery Foundation and other contributors
192
+ * Released under the MIT license.
193
+ * http://jquery.org/license
194
+ */
195
+
196
+ /*!
197
+ * jQuery UI Tooltip 1.12.1
198
+ * http://jqueryui.com
199
+ *
200
+ * Copyright jQuery Foundation and other contributors
201
+ * Released under the MIT license.
202
+ * http://jquery.org/license
203
+ */
204
+
205
+ /*!
206
+ * jQuery UI Widget 1.12.1
207
+ * http://jqueryui.com
208
+ *
209
+ * Copyright jQuery Foundation and other contributors
210
+ * Released under the MIT license.
211
+ * http://jquery.org/license
212
+ */
213
+
214
+ /*! jQuery UI - v1.12.1 - 2017-03-19
215
+ * http://jqueryui.com
216
+ * Includes: widget.js, position.js, data.js, disable-selection.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/selectable.js, widgets/sortable.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/selectmenu.js, widgets/slider.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js
217
+ * Copyright jQuery Foundation and other contributors; Licensed MIT */
218
+
219
+ /**
220
+ * @license React
221
+ * react.production.min.js
222
+ *
223
+ * Copyright (c) Facebook, Inc. and its affiliates.
224
+ *
225
+ * This source code is licensed under the MIT license found in the
226
+ * LICENSE file in the root directory of this source tree.
227
+ */
228
+
229
+ /**
230
+ * jscolor - JavaScript Color Picker
231
+ *
232
+ * @link http://jscolor.com
233
+ * @license For open source use: GPLv3
234
+ * For commercial use: JSColor Commercial License
235
+ * @author Jan Odvarko - East Desire
236
+ *
237
+ * See usage examples at http://jscolor.com/examples/
238
+ */
239
+
240
+ //!!!!! _clone is already in prop 6.5.14d + "_clone";
@@ -0,0 +1,240 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * Bootstrap v5.1.3 (https://getbootstrap.com/)
9
+ * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
10
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
11
+ */
12
+
13
+ /*!
14
+ * Sizzle CSS Selector Engine v2.3.6
15
+ * https://sizzlejs.com/
16
+ *
17
+ * Copyright JS Foundation and other contributors
18
+ * Released under the MIT license
19
+ * https://js.foundation/
20
+ *
21
+ * Date: 2021-02-16
22
+ */
23
+
24
+ /*!
25
+ * jQuery Color Animations v2.1.2
26
+ * https://github.com/jquery/jquery-color
27
+ *
28
+ * Copyright 2014 jQuery Foundation and other contributors
29
+ * Released under the MIT license.
30
+ * http://jquery.org/license
31
+ *
32
+ * Date: Wed Jan 16 08:47:09 2013 -0600
33
+ */
34
+
35
+ /*!
36
+ * jQuery JavaScript Library v3.6.0
37
+ * https://jquery.com/
38
+ *
39
+ * Includes Sizzle.js
40
+ * https://sizzlejs.com/
41
+ *
42
+ * Copyright OpenJS Foundation and other contributors
43
+ * Released under the MIT license
44
+ * https://jquery.org/license
45
+ *
46
+ * Date: 2021-03-02T17:08Z
47
+ */
48
+
49
+ /*!
50
+ * jQuery UI Autocomplete 1.12.1
51
+ * http://jqueryui.com
52
+ *
53
+ * Copyright jQuery Foundation and other contributors
54
+ * Released under the MIT license.
55
+ * http://jquery.org/license
56
+ */
57
+
58
+ /*!
59
+ * jQuery UI Button 1.12.1
60
+ * http://jqueryui.com
61
+ *
62
+ * Copyright jQuery Foundation and other contributors
63
+ * Released under the MIT license.
64
+ * http://jquery.org/license
65
+ */
66
+
67
+ /*!
68
+ * jQuery UI Checkboxradio 1.12.1
69
+ * http://jqueryui.com
70
+ *
71
+ * Copyright jQuery Foundation and other contributors
72
+ * Released under the MIT license.
73
+ * http://jquery.org/license
74
+ */
75
+
76
+ /*!
77
+ * jQuery UI Controlgroup 1.12.1
78
+ * http://jqueryui.com
79
+ *
80
+ * Copyright jQuery Foundation and other contributors
81
+ * Released under the MIT license.
82
+ * http://jquery.org/license
83
+ */
84
+
85
+ /*!
86
+ * jQuery UI Datepicker 1.12.1
87
+ * http://jqueryui.com
88
+ *
89
+ * Copyright jQuery Foundation and other contributors
90
+ * Released under the MIT license.
91
+ * http://jquery.org/license
92
+ */
93
+
94
+ /*!
95
+ * jQuery UI Dialog 1.12.1
96
+ * http://jqueryui.com
97
+ *
98
+ * Copyright jQuery Foundation and other contributors
99
+ * Released under the MIT license.
100
+ * http://jquery.org/license
101
+ */
102
+
103
+ /*!
104
+ * jQuery UI Draggable 1.12.1
105
+ * http://jqueryui.com
106
+ *
107
+ * Copyright jQuery Foundation and other contributors
108
+ * Released under the MIT license.
109
+ * http://jquery.org/license
110
+ */
111
+
112
+ /*!
113
+ * jQuery UI Droppable 1.12.1
114
+ * http://jqueryui.com
115
+ *
116
+ * Copyright jQuery Foundation and other contributors
117
+ * Released under the MIT license.
118
+ * http://jquery.org/license
119
+ */
120
+
121
+ /*!
122
+ * jQuery UI Effects 1.12.1
123
+ * http://jqueryui.com
124
+ *
125
+ * Copyright jQuery Foundation and other contributors
126
+ * Released under the MIT license.
127
+ * http://jquery.org/license
128
+ */
129
+
130
+ /*!
131
+ * jQuery UI Focusable 1.12.1
132
+ * http://jqueryui.com
133
+ *
134
+ * Copyright jQuery Foundation and other contributors
135
+ * Released under the MIT license.
136
+ * http://jquery.org/license
137
+ */
138
+
139
+ /*!
140
+ * jQuery UI Keycode 1.12.1
141
+ * http://jqueryui.com
142
+ *
143
+ * Copyright jQuery Foundation and other contributors
144
+ * Released under the MIT license.
145
+ * http://jquery.org/license
146
+ */
147
+
148
+ /*!
149
+ * jQuery UI Position 1.12.1
150
+ * http://jqueryui.com
151
+ *
152
+ * Copyright jQuery Foundation and other contributors
153
+ * Released under the MIT license.
154
+ * http://jquery.org/license
155
+ *
156
+ * http://api.jqueryui.com/position/
157
+ */
158
+
159
+ /*!
160
+ * jQuery UI Resizable 1.12.1
161
+ * http://jqueryui.com
162
+ *
163
+ * Copyright jQuery Foundation and other contributors
164
+ * Released under the MIT license.
165
+ * http://jquery.org/license
166
+ */
167
+
168
+ /*!
169
+ * jQuery UI Spinner 1.12.1
170
+ * http://jqueryui.com
171
+ *
172
+ * Copyright jQuery Foundation and other contributors
173
+ * Released under the MIT license.
174
+ * http://jquery.org/license
175
+ */
176
+
177
+ /*!
178
+ * jQuery UI Support for jQuery core 1.7.x 1.12.1
179
+ * http://jqueryui.com
180
+ *
181
+ * Copyright jQuery Foundation and other contributors
182
+ * Released under the MIT license.
183
+ * http://jquery.org/license
184
+ *
185
+ */
186
+
187
+ /*!
188
+ * jQuery UI Tabs 1.12.1
189
+ * http://jqueryui.com
190
+ *
191
+ * Copyright jQuery Foundation and other contributors
192
+ * Released under the MIT license.
193
+ * http://jquery.org/license
194
+ */
195
+
196
+ /*!
197
+ * jQuery UI Tooltip 1.12.1
198
+ * http://jqueryui.com
199
+ *
200
+ * Copyright jQuery Foundation and other contributors
201
+ * Released under the MIT license.
202
+ * http://jquery.org/license
203
+ */
204
+
205
+ /*!
206
+ * jQuery UI Widget 1.12.1
207
+ * http://jqueryui.com
208
+ *
209
+ * Copyright jQuery Foundation and other contributors
210
+ * Released under the MIT license.
211
+ * http://jquery.org/license
212
+ */
213
+
214
+ /*! jQuery UI - v1.12.1 - 2017-03-19
215
+ * http://jqueryui.com
216
+ * Includes: widget.js, position.js, data.js, disable-selection.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/selectable.js, widgets/sortable.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/selectmenu.js, widgets/slider.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js
217
+ * Copyright jQuery Foundation and other contributors; Licensed MIT */
218
+
219
+ /**
220
+ * @license React
221
+ * react.production.min.js
222
+ *
223
+ * Copyright (c) Facebook, Inc. and its affiliates.
224
+ *
225
+ * This source code is licensed under the MIT license found in the
226
+ * LICENSE file in the root directory of this source tree.
227
+ */
228
+
229
+ /**
230
+ * jscolor - JavaScript Color Picker
231
+ *
232
+ * @link http://jscolor.com
233
+ * @license For open source use: GPLv3
234
+ * For commercial use: JSColor Commercial License
235
+ * @author Jan Odvarko - East Desire
236
+ *
237
+ * See usage examples at http://jscolor.com/examples/
238
+ */
239
+
240
+ //!!!!! _clone is already in prop 6.5.14d + "_clone";