@sisense/sdk-ui 1.13.0 → 1.15.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/ai-context-provider.d.ts +1 -1
- package/dist/ai/api/chat-rest-api.d.ts +8 -8
- package/dist/ai/chat-config.d.ts +4 -3
- package/dist/ai/chat-home.d.ts +2 -1
- package/dist/ai/chatbot.d.ts +1 -1
- package/dist/ai/get-nlg-query-result.d.ts +1 -1
- package/dist/ai/use-get-nlg-query-result.d.ts +1 -1
- package/dist/ai/use-get-query-recommendations.d.ts +1 -1
- package/dist/ai.cjs +67 -75
- package/dist/ai.js +611 -632
- package/dist/api/rest-api.d.ts +7 -7
- package/dist/api/types/dashboard-dto.d.ts +2 -0
- package/dist/chart-options-processor/translations/axis-section.d.ts +1 -0
- package/dist/chart-options-processor/translations/sunburst/sunburst-series.d.ts +2 -0
- package/dist/chart-options-processor/translations/translations-to-highcharts.d.ts +2 -0
- package/dist/common-filters/types.d.ts +4 -0
- package/dist/common-filters/utils.d.ts +1 -1
- package/dist/dashboard/index.d.ts +3 -0
- package/dist/dashboard-widget/use-fetch-widget-dto-model.d.ts +2 -12
- package/dist/decorators/hook-decorators/with-tracking.d.ts +1 -2
- package/dist/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +7 -1
- package/dist/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +8 -2
- package/dist/filters/components/common/checkbox.d.ts +2 -1
- package/dist/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +1 -0
- package/dist/filters/components/custom-filter-tile.d.ts +3 -0
- package/dist/filters/components/date-filter/date-filter/styled-date-picker.d.ts +5 -5
- package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +2 -0
- package/dist/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +1 -0
- package/dist/filters/components/filter-tile.d.ts +3 -0
- package/dist/filters/components/icons/background-filter-icon.d.ts +5 -0
- package/dist/filters/components/icons/index.d.ts +1 -0
- package/dist/filters/components/icons/lock-icon.d.ts +2 -0
- package/dist/filters/components/member-filter-tile/member-list.d.ts +3 -2
- package/dist/filters/components/member-filter-tile/pill-section.d.ts +3 -1
- package/dist/index.cjs +351 -203
- package/dist/index.d.ts +2 -2
- package/dist/index.js +29077 -26828
- package/dist/pivot-table/formatters/utils.d.ts +1 -1
- package/dist/props.d.ts +12 -12
- package/dist/query/query-result-date-formatting.d.ts +0 -1
- package/dist/table/hooks/use-table-data.d.ts +1 -1
- package/dist/table/table-component.d.ts +4 -4
- package/dist/theme-provider/theme-provider.d.ts +2 -0
- package/dist/translation/resources/en.d.ts +1 -0
- package/dist/translation/resources/index.d.ts +2 -0
- package/dist/types.d.ts +195 -183
- package/dist/useQuery-_uFMiGSv.cjs +603 -0
- package/dist/{useQuery-D5W0RM1R.js → useQuery-cpEwRbs9.js} +13897 -13846
- package/dist/utils/color/color-interpolation.d.ts +1 -0
- package/package.json +8 -9
- package/dist/useQuery-C8plkncQ.cjs +0 -603
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"Sisense",
|
|
12
12
|
"Compose SDK"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.15.0",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"@emotion/styled": "^11.10.5",
|
|
45
45
|
"@mui/material": "^5.15.16",
|
|
46
46
|
"@mui/system": "^5.15.15",
|
|
47
|
-
"@sisense/sdk-common": "^1.
|
|
48
|
-
"@sisense/sdk-data": "^1.
|
|
49
|
-
"@sisense/sdk-pivot-client": "^1.
|
|
50
|
-
"@sisense/sdk-query-client": "^1.
|
|
51
|
-
"@sisense/sdk-rest-client": "^1.
|
|
52
|
-
"@sisense/sdk-tracking": "^1.
|
|
47
|
+
"@sisense/sdk-common": "^1.15.0",
|
|
48
|
+
"@sisense/sdk-data": "^1.15.0",
|
|
49
|
+
"@sisense/sdk-pivot-client": "^1.15.0",
|
|
50
|
+
"@sisense/sdk-query-client": "^1.15.0",
|
|
51
|
+
"@sisense/sdk-rest-client": "^1.15.0",
|
|
52
|
+
"@sisense/sdk-tracking": "^1.15.0",
|
|
53
53
|
"@sisense/sisense-charts": "5.1.1",
|
|
54
54
|
"@tanstack/react-query": "4.36.1",
|
|
55
55
|
"classnames": "^2.3.2",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"lodash": "^4.17.21",
|
|
67
67
|
"merge-deep": "^3.0.3",
|
|
68
68
|
"proj4leaflet": "^1.0.2",
|
|
69
|
-
"react-datepicker": "^
|
|
69
|
+
"react-datepicker": "^7.3.0",
|
|
70
70
|
"react-error-boundary": "^4.0.11",
|
|
71
71
|
"react-i18next": "^13.2.2",
|
|
72
72
|
"react-number-format": "^5.1.0",
|
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
"@types/lodash": "^4.14.194",
|
|
118
118
|
"@types/proj4leaflet": "^1.0.10",
|
|
119
119
|
"@types/react": "18.3.1",
|
|
120
|
-
"@types/react-datepicker": "^4.11.2",
|
|
121
120
|
"@types/react-dom": "18.3.0",
|
|
122
121
|
"@types/react-grid-layout": "^1.3.5",
|
|
123
122
|
"@types/react-plotly.js": "^2.6.0",
|