solara-enterprise 1.38.0__py2.py3-none-any.whl → 1.39.0__py2.py3-none-any.whl
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.
- solara_enterprise/__init__.py +1 -1
- solara_enterprise/search/search.py +8 -0
- solara_enterprise/search/search.vue +1 -1
- {solara_enterprise-1.38.0.dist-info → solara_enterprise-1.39.0.dist-info}/METADATA +3 -3
- {solara_enterprise-1.38.0.dist-info → solara_enterprise-1.39.0.dist-info}/RECORD +7 -7
- {solara_enterprise-1.38.0.dist-info → solara_enterprise-1.39.0.dist-info}/WHEEL +0 -0
- {solara_enterprise-1.38.0.dist-info → solara_enterprise-1.39.0.dist-info}/licenses/LICENSE +0 -0
solara_enterprise/__init__.py
CHANGED
|
@@ -10,6 +10,14 @@ class SearchWidget(ipyvue.VueTemplate):
|
|
|
10
10
|
query = traitlets.Unicode("", allow_none=True).tag(sync=True)
|
|
11
11
|
search_open = traitlets.Bool(False).tag(sync=True)
|
|
12
12
|
failed = traitlets.Bool(False).tag(sync=True)
|
|
13
|
+
cdn = traitlets.Unicode(None, allow_none=True).tag(sync=True)
|
|
14
|
+
|
|
15
|
+
@traitlets.default("cdn")
|
|
16
|
+
def _cdn(self):
|
|
17
|
+
import solara.settings
|
|
18
|
+
|
|
19
|
+
if not solara.settings.assets.proxy:
|
|
20
|
+
return solara.settings.assets.cdn
|
|
13
21
|
|
|
14
22
|
|
|
15
23
|
@solara.component
|
|
@@ -154,7 +154,7 @@ module.exports = {
|
|
|
154
154
|
return base
|
|
155
155
|
},
|
|
156
156
|
getCdn() {
|
|
157
|
-
return window.solara ? window.solara.cdn : `${this.getJupyterBaseUrl()}_solara/cdn
|
|
157
|
+
return this.cdn || (window.solara ? window.solara.cdn : `${this.getJupyterBaseUrl()}_solara/cdn`);
|
|
158
158
|
},
|
|
159
159
|
}
|
|
160
160
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: solara-enterprise
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
4
|
Dynamic: Summary
|
|
5
5
|
Project-URL: Home, https://www.github.com/widgetti/solara
|
|
6
6
|
Author-email: "Maarten A. Breddels" <maartenbreddels@gmail.com>, Mario Buikhuizen <mariobuikhuizen@gmail.com>
|
|
7
7
|
License: Not open source, contact contact@solara.dev for licencing.
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Classifier: License :: Free for non-commercial use
|
|
10
|
-
Requires-Dist: solara-server==1.
|
|
11
|
-
Requires-Dist: solara-ui==1.
|
|
10
|
+
Requires-Dist: solara-server==1.39.0
|
|
11
|
+
Requires-Dist: solara-ui==1.39.0
|
|
12
12
|
Provides-Extra: all
|
|
13
13
|
Requires-Dist: solara-enterprise[auth]; extra == 'all'
|
|
14
14
|
Requires-Dist: solara-enterprise[cache]; extra == 'all'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
solara_enterprise/__init__.py,sha256=
|
|
1
|
+
solara_enterprise/__init__.py,sha256=ZWpRHDpYxArw7DA1SmEV8Z4iLyO7v4U4fo1NfMSqS1o,57
|
|
2
2
|
solara_enterprise/license.py,sha256=GCGEs3x9rtKf0dYUcHkx-yteIQuRlgnS8hPbl9BDAXs,412
|
|
3
3
|
solara_enterprise/ssg.py,sha256=uw3397RX0Qmg-OqOsgwaePDymhUvZTTFcBKkSWy1uCk,8935
|
|
4
4
|
solara_enterprise/auth/__init__.py,sha256=83RGLIkVJrb6R1iZxg5YS0R3kaCmqMHu4qs8S74LJXo,513
|
|
@@ -15,9 +15,9 @@ solara_enterprise/cache/multi_level.py,sha256=hMjruI1cwNwDajaRXAJ7TxQqfw5XWRvtYu
|
|
|
15
15
|
solara_enterprise/cache/redis.py,sha256=_GlACNJ5hfpRJ2Hw_2k3ma6gwEVLoVNTplS0Q5cGcRk,779
|
|
16
16
|
solara_enterprise/search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
17
|
solara_enterprise/search/index.py,sha256=W98DC_6SmQDCfX5YcmS6OfZbO0LheleBmo0FUI7NOqU,3303
|
|
18
|
-
solara_enterprise/search/search.py,sha256=
|
|
19
|
-
solara_enterprise/search/search.vue,sha256=
|
|
20
|
-
solara_enterprise-1.
|
|
21
|
-
solara_enterprise-1.
|
|
22
|
-
solara_enterprise-1.
|
|
23
|
-
solara_enterprise-1.
|
|
18
|
+
solara_enterprise/search/search.py,sha256=MzChv6DAsG2_ehPltI87orQqBqtY1xkBzXW8eDtMusU,707
|
|
19
|
+
solara_enterprise/search/search.vue,sha256=PSE8KlKHQQY-ZbaNj4eOGSIB9AXH8qmdTDqnDb0l5Kc,6005
|
|
20
|
+
solara_enterprise-1.39.0.dist-info/METADATA,sha256=9x-aIJ3Dj6ouj33byYLHTym5_0zQK7n6JwIEcobNVxg,989
|
|
21
|
+
solara_enterprise-1.39.0.dist-info/WHEEL,sha256=L5_n4Kc1NmrSdVgbp6hdnwwVwBnoYOCnbHBRMD-qNJ4,105
|
|
22
|
+
solara_enterprise-1.39.0.dist-info/licenses/LICENSE,sha256=04_xbTWtvdcQomu6IXsIkniKk8EcD9P1GyJM2dYPoSU,59
|
|
23
|
+
solara_enterprise-1.39.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|