@sisense/sdk-ui-preact 2.30.0 → 2.31.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/dist/ai.cjs +159 -84
- package/dist/ai.d.ts +1 -1
- package/dist/ai.js +1251 -1160
- package/dist/index.cjs +474 -448
- package/dist/index.d.ts +3 -1
- package/dist/index.js +15239 -14520
- package/dist/preact/compat.d.ts +2 -2
- package/dist/preact/jsx-runtime.d.ts +1 -1
- package/dist/{quota-notification-DqabeDbO-82e077e1.js → quota-notification-BMxiL8zu-00ab9094.js} +30111 -29364
- package/dist/quota-notification-BMxiL8zu-e007262d.cjs +929 -0
- package/dist/translations/de-de.d.ts +1 -1
- package/dist/translations/en-us.d.ts +1 -1
- package/dist/translations/es-ar.d.ts +1 -1
- package/dist/translations/es-es.d.ts +1 -1
- package/dist/translations/fr-fr.d.ts +1 -1
- package/dist/translations/it-it.d.ts +1 -1
- package/dist/translations/ja-jp.d.ts +1 -1
- package/dist/translations/ko-kr.d.ts +1 -1
- package/dist/translations/nl-nl.d.ts +1 -1
- package/dist/translations/pt-br.d.ts +1 -1
- package/dist/translations/ru-ru.d.ts +1 -1
- package/dist/translations/tr-tr.d.ts +1 -1
- package/dist/translations/zh-cn.d.ts +1 -1
- package/package.json +4 -5
- package/dist/packages/sdk-ui-preact/src/index.d.ts +0 -3
- package/dist/quota-notification-DqabeDbO-1b98ce0d.cjs +0 -928
- /package/dist/{packages/sdk-ui-preact/src/ai → ai}/index.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/component-adapter.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/context-connector.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/custom-element.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/external-component-adapter-element.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/hook-adapter.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/hook-wrapper-component.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/index.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/types.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/utils/create-hook-api-facade.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/utils/data-observer.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/utils/index.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/component-adapter → component-adapter}/utils/observable.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/preact-compat.d.ts → preact-compat.d.ts} +0 -0
- /package/dist/{packages/sdk-ui-preact/src/preact-jsx-runtime.d.ts → preact-jsx-runtime.d.ts} +0 -0
- /package/dist/{packages/sdk-ui-preact/src/render.d.ts → render.d.ts} +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/de-de.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/en-us.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/es-ar.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/es-es.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/fr-fr.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/it-it.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/ja-jp.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/ko-kr.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/nl-nl.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/pt-br.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/ru-ru.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/tr-tr.d.ts +0 -0
- /package/dist/{packages/sdk-ui-preact/src/translation → translation}/__external__/zh-cn.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/de-de'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/en-us'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/es-ar'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/es-es'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/fr-fr'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/it-it'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/ja-jp'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/ko-kr'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/nl-nl'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/pt-br'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/ru-ru'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/tr-tr'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../translation/__external__/zh-cn'
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"Sisense",
|
|
12
12
|
"Compose SDK"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.
|
|
14
|
+
"version": "2.31.0",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"author": "Sisense",
|
|
68
68
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@sisense/sdk-ui": "2.
|
|
70
|
+
"@sisense/sdk-ui": "2.31.0",
|
|
71
71
|
"preact": "^10.26.8",
|
|
72
72
|
"preact-render-to-string": "^6.5.11",
|
|
73
73
|
"react": "^18.3.1 || ^19.0.0",
|
|
@@ -90,14 +90,13 @@
|
|
|
90
90
|
],
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@preact/preset-vite": "2.5.0",
|
|
93
|
-
"@sisense/sdk-data": "2.
|
|
93
|
+
"@sisense/sdk-data": "2.31.0",
|
|
94
94
|
"@testing-library/jest-dom": "^6.4.2",
|
|
95
95
|
"@testing-library/preact": "^3.2.4",
|
|
96
96
|
"@types/node": "^18.16.0",
|
|
97
97
|
"eslint": "^8.40.0",
|
|
98
98
|
"jsdom": "^22.1.0",
|
|
99
|
-
"
|
|
100
|
-
"typescript": "4.8.4",
|
|
99
|
+
"typescript": "5.5.4",
|
|
101
100
|
"vite": "4.5.2",
|
|
102
101
|
"vite-plugin-dts": "^2.3.0"
|
|
103
102
|
},
|