isite 2023.1.8 → 2023.1.10
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/apps/charts/app.js +1 -1
- package/apps/charts/site_files/html/index.html +1 -1
- package/apps/charts/site_files/js/chart-animated.js +1 -20
- package/apps/charts/site_files/js/charts.js +1 -1
- package/apps/charts/site_files/js/custom.js +151 -153
- package/apps/client-side/site_files/css/bootstrap5-addon.css +18 -6
- package/apps/client-side/site_files/css/print.css +1 -0
- package/apps/client-side/site_files/html/directive/i-date-old.html +24 -0
- package/apps/client-side/site_files/html/directive/i-date.html +19 -15
- package/apps/client-side/site_files/html/directive/i-datetime.html +11 -22
- package/apps/client-side/site_files/js/bootstrap-5-directive.js +70 -105
- package/apps/client-side/site_files/js/site.js +8 -1
- package/index.js +1 -0
- package/lib/mongodb.js +2 -1
- package/lib/security.js +9 -5
- package/object-options/index.js +4 -4
- package/package.json +1 -1
package/apps/charts/app.js
CHANGED
|
@@ -1,21 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright (c) 2018 amCharts (Antanas Marcelionis, Martynas Majeris)
|
|
4
|
-
*
|
|
5
|
-
* This sofware is provided under multiple licenses. Please see below for
|
|
6
|
-
* links to appropriate usage.
|
|
7
|
-
*
|
|
8
|
-
* Free amCharts linkware license. Details and conditions:
|
|
9
|
-
* https://github.com/amcharts/amcharts4/blob/master/LICENSE
|
|
10
|
-
*
|
|
11
|
-
* One of the amCharts commercial licenses. Details and pricing:
|
|
12
|
-
* https://www.amcharts.com/online-store/
|
|
13
|
-
* https://www.amcharts.com/online-store/licenses-explained/
|
|
14
|
-
*
|
|
15
|
-
* If in doubt, contact amCharts at contact@amcharts.com
|
|
16
|
-
*
|
|
17
|
-
* PLEASE DO NOT REMOVE THIS COPYRIGHT NOTICE.
|
|
18
|
-
* @hidden
|
|
19
|
-
*/
|
|
1
|
+
|
|
20
2
|
webpackJsonp(["ab45"],{lhmh:function(t,n,a){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var i=a("ux7t"),e=a("Y9w3"),o=a("ISWh"),r=a("cxKZ"),s=a("aM7D"),d=a("AC2I"),u=a("ZpHf"),c=a("HfWV"),p=a("1pVS"),f=a("d+vC"),h=a("DG6Q"),S=a("qUC/"),D=a("Inf5"),l=a("vGbf"),y=a("VIOb"),I=function(t){t instanceof i.a&&(t.transitionDuration=400),t instanceof e.a&&(t.rangeChangeDuration=700,t.interpolationDuration=700,t.sequencedInterpolation=!1,t instanceof u.a&&(t.sequencedInterpolation=!0),t instanceof c.a&&(t.sequencedInterpolation=!0)),t instanceof y.a&&(t.defaultState.transitionDuration=2e3,t.hiddenState.transitionDuration=1e3),t instanceof r.a&&(t.animationDuration=400,t.defaultState.transitionDuration=400,t.hiddenState.transitionDuration=400),t instanceof o.a&&(t.animationDuration=700),t instanceof s.a&&(t.defaultState.transitionDuration=1e3,t.hiddenState.transitionDuration=700,t.hiddenState.properties.opacity=1,t.showOnInit=!0),t instanceof p.a&&(t.hiddenState.properties.opacity=0),t instanceof d.a&&(t.hiddenState.properties.opacity=0),t instanceof f.a&&(t.defaultState.transitionDuration=800,t.hiddenState.transitionDuration=1e3,t.hiddenState.properties.opacity=1),t instanceof D.a&&(t.defaultState.transitionDuration=700,t.hiddenState.transitionDuration=1e3,t.hiddenState.properties.opacity=1),t instanceof l.a&&(t.hiddenState.transitionDuration=2e3),t instanceof h.a&&(t.defaultState.transitionDuration=700,t.hiddenState.transitionDuration=1e3,t.hiddenState.properties.opacity=1),t instanceof S.a&&(t.hiddenState.properties.opacity=0)};window.am4themes_animated=I}},["lhmh"]);
|
|
21
|
-
//# sourceMappingURL=animated.js.map
|