aiware-js 2.12.0 → 2.14.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/index.esm.css +46 -46
- package/index.esm.js +1 -1
- package/js-core.esm.js +11 -11
- package/js-core.esm14.js +1 -1
- package/js-core.esm15.js +23 -1
- package/js-core.esm16.js +1 -22
- package/js-core.esm17.js +595 -1
- package/js-core.esm18.js +1 -595
- package/js-core.esm19.js +1 -1
- package/js-core.esm20.js +1 -1
- package/js-core.esm21.js +1 -1
- package/js-core.esm23.js +1 -1
- package/js-core.esm24.js +1 -1
- package/js-core.esm25.js +1 -1
- package/js-core.esm27.js +2 -2
- package/js-core.esm28.js +5 -5
- package/js-core.esm29.js +1 -1
- package/js-core.esm30.js +1 -1
- package/js-core.esm31.js +1 -1
- package/js-core.esm32.js +1 -1
- package/js-core.esm33.js +1 -14
- package/js-core.esm34.js +1 -12
- package/js-core.esm35.js +7 -47
- package/js-core.esm36.js +12 -1
- package/js-core.esm37.js +54 -88
- package/js-core.esm38.js +1 -226
- package/js-core.esm39.js +80 -27
- package/js-core.esm40.js +226 -1
- package/js-core.esm41.js +35 -1
- package/js-core.esm42.js +1 -1
- package/js-core.esm43.js +1 -1
- package/js-core.esm44.js +1 -31
- package/js-core.esm45.js +1 -1
- package/js-core.esm46.js +31 -1
- package/js-core.esm47.js +1 -1
- package/js-core.esm48.js +1 -0
- package/js-core.esm49.js +1 -0
- package/js-core.esm50.js +29 -0
- package/js-core.esm6.js +2 -2
- package/js-core.esm7.js +3 -3
- package/js-core.umd.css +46 -46
- package/js-core.umd.js +146 -99
- package/lib/js.d.ts +3 -2
- package/lib/widgetHandler.d.ts +3 -1
- package/locales/en.json +1 -1
- package/locales/es.json +1 -1
- package/locales/fr.json +1 -1
- package/package.json +4 -3
package/index.esm.css
CHANGED
|
@@ -90,6 +90,52 @@
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
|
|
93
|
+
/* nunito-cyrillic-ext-800-normal*/
|
|
94
|
+
@font-face {
|
|
95
|
+
font-family: 'Nunito';
|
|
96
|
+
font-style: normal;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
font-weight: 800;
|
|
99
|
+
src: url('./files/nunito-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
100
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
101
|
+
}
|
|
102
|
+
/* nunito-cyrillic-800-normal*/
|
|
103
|
+
@font-face {
|
|
104
|
+
font-family: 'Nunito';
|
|
105
|
+
font-style: normal;
|
|
106
|
+
font-display: swap;
|
|
107
|
+
font-weight: 800;
|
|
108
|
+
src: url('./files/nunito-cyrillic-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
109
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
110
|
+
}
|
|
111
|
+
/* nunito-vietnamese-800-normal*/
|
|
112
|
+
@font-face {
|
|
113
|
+
font-family: 'Nunito';
|
|
114
|
+
font-style: normal;
|
|
115
|
+
font-display: swap;
|
|
116
|
+
font-weight: 800;
|
|
117
|
+
src: url('./files/nunito-vietnamese-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
118
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
119
|
+
}
|
|
120
|
+
/* nunito-latin-ext-800-normal*/
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: 'Nunito';
|
|
123
|
+
font-style: normal;
|
|
124
|
+
font-display: swap;
|
|
125
|
+
font-weight: 800;
|
|
126
|
+
src: url('./files/nunito-latin-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
127
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
128
|
+
}
|
|
129
|
+
/* nunito-latin-800-normal*/
|
|
130
|
+
@font-face {
|
|
131
|
+
font-family: 'Nunito';
|
|
132
|
+
font-style: normal;
|
|
133
|
+
font-display: swap;
|
|
134
|
+
font-weight: 800;
|
|
135
|
+
src: url('./files/nunito-latin-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
136
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
137
|
+
}
|
|
138
|
+
|
|
93
139
|
/* nunito-200normal - latin */
|
|
94
140
|
@font-face {
|
|
95
141
|
font-family: 'Nunito';
|
|
@@ -273,52 +319,6 @@
|
|
|
273
319
|
}
|
|
274
320
|
|
|
275
321
|
|
|
276
|
-
/* nunito-cyrillic-ext-800-normal*/
|
|
277
|
-
@font-face {
|
|
278
|
-
font-family: 'Nunito';
|
|
279
|
-
font-style: normal;
|
|
280
|
-
font-display: swap;
|
|
281
|
-
font-weight: 800;
|
|
282
|
-
src: url('./files/nunito-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
283
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
284
|
-
}
|
|
285
|
-
/* nunito-cyrillic-800-normal*/
|
|
286
|
-
@font-face {
|
|
287
|
-
font-family: 'Nunito';
|
|
288
|
-
font-style: normal;
|
|
289
|
-
font-display: swap;
|
|
290
|
-
font-weight: 800;
|
|
291
|
-
src: url('./files/nunito-cyrillic-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
292
|
-
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
293
|
-
}
|
|
294
|
-
/* nunito-vietnamese-800-normal*/
|
|
295
|
-
@font-face {
|
|
296
|
-
font-family: 'Nunito';
|
|
297
|
-
font-style: normal;
|
|
298
|
-
font-display: swap;
|
|
299
|
-
font-weight: 800;
|
|
300
|
-
src: url('./files/nunito-vietnamese-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
301
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
302
|
-
}
|
|
303
|
-
/* nunito-latin-ext-800-normal*/
|
|
304
|
-
@font-face {
|
|
305
|
-
font-family: 'Nunito';
|
|
306
|
-
font-style: normal;
|
|
307
|
-
font-display: swap;
|
|
308
|
-
font-weight: 800;
|
|
309
|
-
src: url('./files/nunito-latin-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
310
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
311
|
-
}
|
|
312
|
-
/* nunito-latin-800-normal*/
|
|
313
|
-
@font-face {
|
|
314
|
-
font-family: 'Nunito';
|
|
315
|
-
font-style: normal;
|
|
316
|
-
font-display: swap;
|
|
317
|
-
font-weight: 800;
|
|
318
|
-
src: url('./files/nunito-latin-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
319
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
322
|
/* nunito-cyrillic-ext-300-normal*/
|
|
323
323
|
@font-face {
|
|
324
324
|
font-family: 'Nunito';
|
package/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{ha as AvailableWidgets,hg as hidePanel,av as hidePanelAction,hi as init,he as mountPanel,L as mountPanelAction,hc as mountWidget,h9 as registerComponent,h8 as registry,hb as root,fw as setData,s as store,hh as unmountAllPanel,hf as unmountPanel,bj as unmountPanelAction,hd as unmountWidget,fv as updatePanelMicroFrontendPropsAction}from"./js-core.esm.js";
|