@actual-app/web 23.9.0 → 23.10.0
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/README.md +7 -2
- package/build/apple-touch-icon.png +0 -0
- package/build/asset-manifest.json +25 -21
- package/build/index.html +1 -1
- package/build/kcab/kcab.worker.b835d2cdcf8004c363da.js +250 -0
- package/build/kcab/kcab.worker.b835d2cdcf8004c363da.js.map +1 -0
- package/build/kcab/xfo.xfo.kcab.worker.2ee5d7175d50b7896f28.js +1 -0
- package/build/static/css/main.476f35a5.css +359 -0
- package/build/static/css/main.476f35a5.css.map +1 -0
- package/build/static/js/231.370f17f8.chunk.js +2 -0
- package/build/static/js/231.370f17f8.chunk.js.map +1 -0
- package/build/static/js/389.c8f94185.chunk.js +2 -0
- package/build/static/js/389.c8f94185.chunk.js.map +1 -0
- package/build/static/js/473.02c273e8.chunk.js +2 -0
- package/build/static/js/473.02c273e8.chunk.js.map +1 -0
- package/build/static/js/678.bf349f5d.chunk.js +2 -0
- package/build/static/js/678.bf349f5d.chunk.js.map +1 -0
- package/build/static/js/713.1731d555.chunk.js +15 -0
- package/build/static/js/713.1731d555.chunk.js.map +1 -0
- package/build/static/js/main.7e6eedd0.js +188 -0
- package/build/static/js/main.7e6eedd0.js.map +1 -0
- package/build/static/js/narrow-components.11cf3591.chunk.js +2 -0
- package/build/static/js/narrow-components.11cf3591.chunk.js.map +1 -0
- package/build/static/js/reports.39b7254a.chunk.js +2 -0
- package/build/static/js/reports.39b7254a.chunk.js.map +1 -0
- package/build/static/js/resize-observer-polyfill.98a18736.chunk.js +2 -0
- package/build/static/js/resize-observer-polyfill.98a18736.chunk.js.map +1 -0
- package/build/static/js/wide-components.fd8595f4.chunk.js +2 -0
- package/build/static/js/wide-components.fd8595f4.chunk.js.map +1 -0
- package/build/static/media/browser-server.20abc230cfc504c53fa0.js +1 -0
- package/package.json +16 -12
- package/build/kcab/kcab.worker.903b11c4b36a7822451f.js +0 -3
- package/build/kcab/kcab.worker.903b11c4b36a7822451f.js.LICENSE.txt +0 -24
- package/build/kcab/kcab.worker.903b11c4b36a7822451f.js.map +0 -1
- package/build/kcab/xfo.xfo.kcab.worker.e800a4a41b9557f2726d.js +0 -1
- package/build/static/css/main.90cc2688.css +0 -7
- package/build/static/css/main.90cc2688.css.map +0 -1
- package/build/static/js/171.491e33e7.chunk.js +0 -2
- package/build/static/js/171.491e33e7.chunk.js.map +0 -1
- package/build/static/js/383.d7919241.chunk.js +0 -2
- package/build/static/js/383.d7919241.chunk.js.map +0 -1
- package/build/static/js/969.b56f4e53.chunk.js +0 -2
- package/build/static/js/969.b56f4e53.chunk.js.map +0 -1
- package/build/static/js/main.041e259e.js +0 -3
- package/build/static/js/main.041e259e.js.LICENSE.txt +0 -178
- package/build/static/js/main.041e259e.js.map +0 -1
- package/build/static/js/narrow-components.b48d7cb2.chunk.js +0 -2
- package/build/static/js/narrow-components.b48d7cb2.chunk.js.map +0 -1
- package/build/static/js/reports.2402a148.chunk.js +0 -2
- package/build/static/js/reports.2402a148.chunk.js.map +0 -1
- package/build/static/js/resize-observer-polyfill.68c3249b.chunk.js +0 -2
- package/build/static/js/resize-observer-polyfill.68c3249b.chunk.js.map +0 -1
- package/build/static/js/wide-components.2c2e09e4.chunk.js +0 -2
- package/build/static/js/wide-components.2c2e09e4.chunk.js.map +0 -1
- package/build/static/media/browser-server.14ed34b8682d7b10163f.js +0 -1
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
Copyright (c) 2015 Jed Watson.
|
|
9
|
-
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
10
|
-
All rights reserved.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/*!
|
|
14
|
-
* Adapted from jQuery UI core
|
|
15
|
-
*
|
|
16
|
-
* http://jqueryui.com
|
|
17
|
-
*
|
|
18
|
-
* Copyright 2014 jQuery Foundation and other contributors
|
|
19
|
-
* Released under the MIT license.
|
|
20
|
-
* http://jquery.org/license
|
|
21
|
-
*
|
|
22
|
-
* http://api.jqueryui.com/category/ui-core/
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
|
-
/*!
|
|
26
|
-
* Pikaday
|
|
27
|
-
*
|
|
28
|
-
* Copyright © 2014 David Bushell | BSD & MIT license | https://github.com/Pikaday/Pikaday
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
/*!
|
|
32
|
-
* tabbable 5.3.3
|
|
33
|
-
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
34
|
-
*/
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @reach/auto-id v0.18.0
|
|
38
|
-
*
|
|
39
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
40
|
-
*
|
|
41
|
-
* This source code is licensed under the MIT license found in the
|
|
42
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
43
|
-
*
|
|
44
|
-
* @license MIT
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @reach/descendants v0.18.0
|
|
49
|
-
*
|
|
50
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
51
|
-
*
|
|
52
|
-
* This source code is licensed under the MIT license found in the
|
|
53
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
54
|
-
*
|
|
55
|
-
* @license MIT
|
|
56
|
-
*/
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @reach/listbox v0.18.0
|
|
60
|
-
*
|
|
61
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
62
|
-
*
|
|
63
|
-
* This source code is licensed under the MIT license found in the
|
|
64
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
65
|
-
*
|
|
66
|
-
* @license MIT
|
|
67
|
-
*/
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @reach/utils v0.18.0
|
|
71
|
-
*
|
|
72
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
73
|
-
*
|
|
74
|
-
* This source code is licensed under the MIT license found in the
|
|
75
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
76
|
-
*
|
|
77
|
-
* @license MIT
|
|
78
|
-
*/
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* @license React
|
|
82
|
-
* react-dom.production.min.js
|
|
83
|
-
*
|
|
84
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
85
|
-
*
|
|
86
|
-
* This source code is licensed under the MIT license found in the
|
|
87
|
-
* LICENSE file in the root directory of this source tree.
|
|
88
|
-
*/
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* @license React
|
|
92
|
-
* react-jsx-runtime.production.min.js
|
|
93
|
-
*
|
|
94
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
95
|
-
*
|
|
96
|
-
* This source code is licensed under the MIT license found in the
|
|
97
|
-
* LICENSE file in the root directory of this source tree.
|
|
98
|
-
*/
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* @license React
|
|
102
|
-
* react.production.min.js
|
|
103
|
-
*
|
|
104
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
105
|
-
*
|
|
106
|
-
* This source code is licensed under the MIT license found in the
|
|
107
|
-
* LICENSE file in the root directory of this source tree.
|
|
108
|
-
*/
|
|
109
|
-
|
|
110
|
-
/**
|
|
111
|
-
* @license React
|
|
112
|
-
* scheduler.production.min.js
|
|
113
|
-
*
|
|
114
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
115
|
-
*
|
|
116
|
-
* This source code is licensed under the MIT license found in the
|
|
117
|
-
* LICENSE file in the root directory of this source tree.
|
|
118
|
-
*/
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* @remix-run/router v1.6.2
|
|
122
|
-
*
|
|
123
|
-
* Copyright (c) Remix Software Inc.
|
|
124
|
-
*
|
|
125
|
-
* This source code is licensed under the MIT license found in the
|
|
126
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
127
|
-
*
|
|
128
|
-
* @license MIT
|
|
129
|
-
*/
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* React Router DOM v6.11.2
|
|
133
|
-
*
|
|
134
|
-
* Copyright (c) Remix Software Inc.
|
|
135
|
-
*
|
|
136
|
-
* This source code is licensed under the MIT license found in the
|
|
137
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
138
|
-
*
|
|
139
|
-
* @license MIT
|
|
140
|
-
*/
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* React Router v6.11.2
|
|
144
|
-
*
|
|
145
|
-
* Copyright (c) Remix Software Inc.
|
|
146
|
-
*
|
|
147
|
-
* This source code is licensed under the MIT license found in the
|
|
148
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
149
|
-
*
|
|
150
|
-
* @license MIT
|
|
151
|
-
*/
|
|
152
|
-
|
|
153
|
-
/** @license React v16.13.1
|
|
154
|
-
* react-is.production.min.js
|
|
155
|
-
*
|
|
156
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
157
|
-
*
|
|
158
|
-
* This source code is licensed under the MIT license found in the
|
|
159
|
-
* LICENSE file in the root directory of this source tree.
|
|
160
|
-
*/
|
|
161
|
-
|
|
162
|
-
/** @license React v17.0.2
|
|
163
|
-
* react-is.production.min.js
|
|
164
|
-
*
|
|
165
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
166
|
-
*
|
|
167
|
-
* This source code is licensed under the MIT license found in the
|
|
168
|
-
* LICENSE file in the root directory of this source tree.
|
|
169
|
-
*/
|
|
170
|
-
|
|
171
|
-
/**!
|
|
172
|
-
* hotkeys-js v3.10.3
|
|
173
|
-
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
|
|
174
|
-
*
|
|
175
|
-
* Copyright (c) 2023 kenny wong <wowohoo@qq.com>
|
|
176
|
-
* http://jaywcjlove.github.io/hotkeys
|
|
177
|
-
* Licensed under the MIT license
|
|
178
|
-
*/
|