@sme.up/ketchup 9.5.0 → 9.5.1
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/cjs/{f-button-033ed6d4.js → f-button-b76723c7.js} +1 -1
- package/dist/cjs/{f-cell-ef276797.js → f-cell-0238450e.js} +5 -5
- package/dist/cjs/{f-chip-d4e26a2b.js → f-chip-aad323a5.js} +2 -2
- package/dist/cjs/{f-image-33be7baf.js → f-image-a049cb94.js} +1 -1
- package/dist/cjs/{f-paginator-utils-5a18cc19.js → f-paginator-utils-3c1c8cf4.js} +2 -2
- package/dist/cjs/{f-text-field-f03e97f8.js → f-text-field-d045c000.js} +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +125 -20
- package/dist/cjs/kup-box.cjs.entry.js +7 -7
- package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
- package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-cell.cjs.entry.js +6 -6
- package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
- package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
- package/dist/cjs/kup-echart.cjs.entry.js +1 -1
- package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
- package/dist/cjs/kup-grid.cjs.entry.js +1 -1
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-image-list.cjs.entry.js +6 -6
- package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
- package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
- package/dist/cjs/{kup-manager-f90f1b6d.js → kup-manager-ef4342bb.js} +493 -365
- package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
- package/dist/cjs/kup-photo-frame.cjs.entry.js +1 -1
- package/dist/cjs/kup-planner.cjs.entry.js +2 -2
- package/dist/cjs/kup-probe.cjs.entry.js +1 -1
- package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
- package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/card.js +46 -0
- package/dist/collection/collection-manifest.json +0 -1
- package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +9 -0
- package/dist/collection/components/kup-card/built-in/kup-card-openai.js +74 -0
- package/dist/collection/components/kup-card/kup-card-declarations.js +1 -0
- package/dist/collection/components/kup-card/kup-card.css +86 -0
- package/dist/collection/components/kup-card/kup-card.js +6 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +2 -3
- package/dist/collection/components/kup-dialog/kup-dialog.css +3 -3
- package/dist/collection/components/kup-dialog/kup-dialog.js +19 -5
- package/dist/collection/managers/kup-manager/kup-manager.js +6 -123
- package/dist/collection/managers/kup-openai/kup-openai-declarations.js +1 -0
- package/dist/collection/managers/kup-openai/kup-openai.js +248 -0
- package/dist/components/kup-autocomplete2.js +776 -546
- package/dist/components/kup-manager.js +493 -365
- package/dist/esm/{f-button-ccde4447.js → f-button-e5a13d96.js} +1 -1
- package/dist/esm/{f-cell-2ad41d52.js → f-cell-44737d32.js} +5 -5
- package/dist/esm/{f-chip-3df1c255.js → f-chip-4ba1fb6c.js} +2 -2
- package/dist/esm/{f-image-5434b351.js → f-image-17dd7557.js} +1 -1
- package/dist/esm/{f-paginator-utils-b90cdd2b.js → f-paginator-utils-c0925f43.js} +2 -2
- package/dist/esm/{f-text-field-f0b81f8b.js → f-text-field-97929753.js} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +2 -2
- package/dist/esm/kup-autocomplete_27.entry.js +125 -20
- package/dist/esm/kup-box.entry.js +7 -7
- package/dist/esm/kup-calendar.entry.js +4 -4
- package/dist/esm/kup-card-list.entry.js +1 -1
- package/dist/esm/kup-cell.entry.js +6 -6
- package/dist/esm/kup-dashboard.entry.js +4 -4
- package/dist/esm/kup-drawer.entry.js +1 -1
- package/dist/esm/kup-echart.entry.js +1 -1
- package/dist/esm/kup-family-tree.entry.js +3 -3
- package/dist/esm/kup-grid.entry.js +1 -1
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-image-list.entry.js +6 -6
- package/dist/esm/kup-lazy.entry.js +1 -1
- package/dist/esm/kup-magic-box.entry.js +2 -2
- package/dist/esm/{kup-manager-e33d8d8c.js → kup-manager-21e2ce65.js} +493 -365
- package/dist/esm/kup-nav-bar.entry.js +1 -1
- package/dist/esm/kup-numeric-picker.entry.js +2 -2
- package/dist/esm/kup-photo-frame.entry.js +1 -1
- package/dist/esm/kup-planner.entry.js +2 -2
- package/dist/esm/kup-probe.entry.js +1 -1
- package/dist/esm/kup-qlik.entry.js +1 -1
- package/dist/esm/kup-snackbar.entry.js +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-00cc3d95.entry.js +1 -0
- package/dist/ketchup/{p-b104afb6.entry.js → p-04861e0f.entry.js} +1 -1
- package/dist/ketchup/{p-01aaf3e4.entry.js → p-0bdd3eb4.entry.js} +1 -1
- package/dist/ketchup/{p-1a594e06.entry.js → p-15c3d2c4.entry.js} +1 -1
- package/dist/ketchup/{p-5b3d8636.entry.js → p-265c1bac.entry.js} +1 -1
- package/dist/ketchup/{p-c0c65349.entry.js → p-3172b2d6.entry.js} +1 -1
- package/dist/ketchup/{p-788da2d9.entry.js → p-4528e07a.entry.js} +1 -1
- package/dist/ketchup/{p-58798e2d.entry.js → p-4b141cad.entry.js} +1 -1
- package/dist/ketchup/{p-f81d7218.entry.js → p-4dbcd9cf.entry.js} +1 -1
- package/dist/ketchup/{p-ddd25869.entry.js → p-62fe8b61.entry.js} +1 -1
- package/dist/ketchup/{p-6a8fcb02.entry.js → p-65984a13.entry.js} +1 -1
- package/dist/ketchup/{p-190d0bc5.entry.js → p-6e2a9054.entry.js} +1 -1
- package/dist/ketchup/p-7e1d9192.js +29 -0
- package/dist/ketchup/{p-9df95b9f.js → p-859aa987.js} +1 -1
- package/dist/ketchup/{p-a5229d3d.entry.js → p-88efeed0.entry.js} +1 -1
- package/dist/ketchup/p-89f09a1c.entry.js +9 -0
- package/dist/ketchup/{p-6f108540.entry.js → p-91180bd4.entry.js} +1 -1
- package/dist/ketchup/{p-269a1dfe.entry.js → p-9868af74.entry.js} +1 -1
- package/dist/ketchup/{p-eea1ee1b.js → p-9bdc7491.js} +1 -1
- package/dist/ketchup/{p-95b31ede.js → p-9bf00c9c.js} +1 -1
- package/dist/ketchup/{p-11e7be94.js → p-9e68a4c0.js} +1 -1
- package/dist/ketchup/{p-2940b559.entry.js → p-aecf6437.entry.js} +1 -1
- package/dist/ketchup/{p-7e5d8532.entry.js → p-bc0a2875.entry.js} +1 -1
- package/dist/ketchup/{p-1dbfcab5.entry.js → p-da3b5277.entry.js} +1 -1
- package/dist/ketchup/{p-4afe8662.js → p-de755f71.js} +1 -1
- package/dist/ketchup/{p-f0e4e190.js → p-e50650d0.js} +1 -1
- package/dist/ketchup/{p-b857aab2.entry.js → p-ec469a38.entry.js} +1 -1
- package/dist/ketchup/{p-4725191c.entry.js → p-ee382e52.entry.js} +1 -1
- package/dist/ketchup/{p-5fa089cd.entry.js → p-f8069901.entry.js} +1 -1
- package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +6 -0
- package/dist/types/components/kup-card/built-in/kup-card-openai.d.ts +3 -0
- package/dist/types/components/kup-card/kup-card-declarations.d.ts +20 -1
- package/dist/types/components.d.ts +0 -86
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +2 -14
- package/dist/types/managers/kup-manager/kup-manager.d.ts +3 -17
- package/dist/types/managers/kup-openai/kup-openai-declarations.d.ts +4 -0
- package/dist/types/managers/kup-openai/kup-openai.d.ts +29 -0
- package/package.json +1 -1
- package/dist/cjs/kup-openai-interface.cjs.entry.js +0 -146
- package/dist/collection/components/kup-openai-interface/kup-openai-interface-declarations.js +0 -11
- package/dist/collection/components/kup-openai-interface/kup-openai-interface.css +0 -64
- package/dist/collection/components/kup-openai-interface/kup-openai-interface.js +0 -340
- package/dist/components/kup-openai-interface.d.ts +0 -11
- package/dist/components/kup-openai-interface.js +0 -301
- package/dist/esm/kup-openai-interface.entry.js +0 -142
- package/dist/ketchup/p-23e4caa1.entry.js +0 -9
- package/dist/ketchup/p-2681d3a2.entry.js +0 -1
- package/dist/ketchup/p-39ba3355.js +0 -29
- package/dist/ketchup/p-645d881d.entry.js +0 -1
- package/dist/types/components/kup-openai-interface/kup-openai-interface-declarations.d.ts +0 -10
- package/dist/types/components/kup-openai-interface/kup-openai-interface.d.ts +0 -59
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { k as kupManagerInstance, e as FCellPadding, g as getProps, s as setProps, Q as KupDragEffect, l as KupLanguageGeneric } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, e as FCellPadding, g as getProps, s as setProps, Q as KupDragEffect, l as KupLanguageGeneric } from './kup-manager-21e2ce65.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import { F as FCell } from './f-cell-
|
|
4
|
+
import { F as FCell } from './f-cell-44737d32.js';
|
|
5
5
|
import './kup-dates-15f89ea2.js';
|
|
6
6
|
import './f-checkbox-43481de2.js';
|
|
7
|
-
import './f-text-field-
|
|
8
|
-
import './f-image-
|
|
9
|
-
import './f-chip-
|
|
10
|
-
import './f-button-
|
|
7
|
+
import './f-text-field-97929753.js';
|
|
8
|
+
import './f-image-17dd7557.js';
|
|
9
|
+
import './f-chip-4ba1fb6c.js';
|
|
10
|
+
import './f-button-e5a13d96.js';
|
|
11
11
|
import './f-button-declarations-9bdc6f26.js';
|
|
12
12
|
|
|
13
13
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { F as FButton } from './f-button-
|
|
2
|
+
import { F as FButton } from './f-button-e5a13d96.js';
|
|
3
3
|
import { F as FCheckbox } from './f-checkbox-43481de2.js';
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
4
|
+
import { F as FTextField } from './f-text-field-97929753.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-c88bf688.js';
|
|
6
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, ah as KupLanguageDashboard, l as KupLanguageGeneric, Q as KupDragEffect, d as KupDebugCategory } from './kup-manager-
|
|
6
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, ah as KupLanguageDashboard, l as KupLanguageGeneric, Q as KupDragEffect, d as KupDebugCategory } from './kup-manager-21e2ce65.js';
|
|
7
7
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
8
8
|
import './f-button-declarations-9bdc6f26.js';
|
|
9
|
-
import './f-image-
|
|
9
|
+
import './f-image-17dd7557.js';
|
|
10
10
|
import './component-879e99bf.js';
|
|
11
11
|
import './kup-dates-15f89ea2.js';
|
|
12
12
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-21e2ce65.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-15f89ea2.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-59f83f91.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, d as KupDebugCategory, u as getColumnByName, n as KupDataNewColumnTypes } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, d as KupDebugCategory, u as getColumnByName, n as KupDataNewColumnTypes } from './kup-manager-21e2ce65.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-15f89ea2.js';
|
|
5
5
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { F as FButton } from './f-button-
|
|
2
|
+
import { F as FButton } from './f-button-e5a13d96.js';
|
|
3
3
|
import { F as FButtonStyling } from './f-button-declarations-9bdc6f26.js';
|
|
4
|
-
import { F as FImage } from './f-image-
|
|
5
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, M as KupPointerEventTypes } from './kup-manager-
|
|
4
|
+
import { F as FImage } from './f-image-17dd7557.js';
|
|
5
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, M as KupPointerEventTypes } from './kup-manager-21e2ce65.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
7
7
|
import './kup-dates-15f89ea2.js';
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, d as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, d as KupDebugCategory } from './kup-manager-21e2ce65.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-15f89ea2.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, d as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, d as KupDebugCategory } from './kup-manager-21e2ce65.js';
|
|
3
3
|
import './kup-dates-15f89ea2.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, e as FCellPadding } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, e as FCellPadding } from './kup-manager-21e2ce65.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import { F as FImage } from './f-image-
|
|
5
|
-
import { F as FButton } from './f-button-
|
|
4
|
+
import { F as FImage } from './f-image-17dd7557.js';
|
|
5
|
+
import { F as FButton } from './f-button-e5a13d96.js';
|
|
6
6
|
import { F as FButtonStyling } from './f-button-declarations-9bdc6f26.js';
|
|
7
|
-
import { F as FCell } from './f-cell-
|
|
7
|
+
import { F as FCell } from './f-cell-44737d32.js';
|
|
8
8
|
import { M as MDCRipple } from './component-879e99bf.js';
|
|
9
9
|
import './kup-dates-15f89ea2.js';
|
|
10
10
|
import './f-checkbox-43481de2.js';
|
|
11
|
-
import './f-text-field-
|
|
12
|
-
import './f-chip-
|
|
11
|
+
import './f-text-field-97929753.js';
|
|
12
|
+
import './f-chip-4ba1fb6c.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Props of the kup-image-list component.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-21e2ce65.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-15f89ea2.js';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-59f83f91.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, d as KupDebugCategory, ai as kupDropEvent, N as kupDraggableColumnAttr, aj as kupDraggableRowAttr, U as KupDropEventTypes, c as KupThemeColorValues } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, d as KupDebugCategory, ai as kupDropEvent, N as kupDraggableColumnAttr, aj as kupDraggableRowAttr, U as KupDropEventTypes, c as KupThemeColorValues } from './kup-manager-21e2ce65.js';
|
|
3
3
|
import { F as FButtonStyling } from './f-button-declarations-9bdc6f26.js';
|
|
4
|
-
import { F as FImage } from './f-image-
|
|
4
|
+
import { F as FImage } from './f-image-17dd7557.js';
|
|
5
5
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
6
6
|
import './kup-dates-15f89ea2.js';
|
|
7
7
|
|