@deepdesk/deepdesk-sdk 10.6.2-beta.0 → 10.6.2-beta.2
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/index.cjs.js +10 -6
- package/dist/index.d.mts +62 -59
- package/dist/index.d.ts +62 -59
- package/dist/index.esm.js +9 -5
- package/dist/index.iife.js +17 -13
- package/package.json +2 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -38,11 +38,6 @@ declare const Card: FC & CardComposition;
|
|
|
38
38
|
|
|
39
39
|
declare const styles$l: {
|
|
40
40
|
readonly "root": string;
|
|
41
|
-
readonly "isArrowUp": string;
|
|
42
|
-
readonly "isArrowDown": string;
|
|
43
|
-
readonly "isTab": string;
|
|
44
|
-
readonly "isEsc": string;
|
|
45
|
-
readonly "isEnter": string;
|
|
46
41
|
};
|
|
47
42
|
|
|
48
43
|
declare enum KeyboardHintKey {
|
|
@@ -500,6 +495,7 @@ declare const reducers: redux.Reducer<redux.CombinedState<{
|
|
|
500
495
|
visible: boolean;
|
|
501
496
|
insertLink: boolean;
|
|
502
497
|
inlineSuggestions: boolean;
|
|
498
|
+
floatingMenu: boolean;
|
|
503
499
|
adminUrl?: string | undefined;
|
|
504
500
|
productName: string;
|
|
505
501
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
@@ -562,6 +558,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
562
558
|
visible: boolean;
|
|
563
559
|
insertLink: boolean;
|
|
564
560
|
inlineSuggestions: boolean;
|
|
561
|
+
floatingMenu: boolean;
|
|
565
562
|
adminUrl?: string | undefined;
|
|
566
563
|
productName: string;
|
|
567
564
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
@@ -623,6 +620,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
623
620
|
visible: boolean;
|
|
624
621
|
insertLink: boolean;
|
|
625
622
|
inlineSuggestions: boolean;
|
|
623
|
+
floatingMenu: boolean;
|
|
626
624
|
adminUrl?: string | undefined;
|
|
627
625
|
productName: string;
|
|
628
626
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
@@ -1452,47 +1450,48 @@ declare const styles$e: {
|
|
|
1452
1450
|
type AutoflowStyles = typeof styles$e;
|
|
1453
1451
|
|
|
1454
1452
|
declare const styles$d: {
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1453
|
+
readonly "root": string;
|
|
1454
|
+
readonly "list": string;
|
|
1455
|
+
readonly "listWrapper": string;
|
|
1456
|
+
readonly "listHorizontal": string;
|
|
1457
|
+
readonly "page": string;
|
|
1458
|
+
readonly "search": string;
|
|
1459
|
+
readonly "pageNav": string;
|
|
1460
|
+
readonly "pageTitle": string;
|
|
1461
|
+
readonly "pageBackButton": string;
|
|
1462
|
+
readonly "listHeading": string;
|
|
1463
|
+
readonly "listItem": string;
|
|
1464
|
+
readonly "listItemContent": string;
|
|
1465
|
+
readonly "listItemText": string;
|
|
1466
|
+
readonly "listItemDescription": string;
|
|
1467
|
+
readonly "listItemActions": string;
|
|
1468
|
+
readonly "truncate": string;
|
|
1469
|
+
readonly "lineClamp": string;
|
|
1470
|
+
readonly "listItemTitle": string;
|
|
1471
|
+
readonly "listItemAction": string;
|
|
1472
|
+
readonly "listItemPrimaryAction": string;
|
|
1473
|
+
readonly "listItemSelected": string;
|
|
1474
|
+
readonly "sources": string;
|
|
1475
|
+
readonly "sourcesTitle": string;
|
|
1476
|
+
readonly "source": string;
|
|
1477
|
+
readonly "icon": string;
|
|
1478
|
+
readonly "searchIcon": string;
|
|
1479
|
+
readonly "searchInputWrapper": string;
|
|
1480
|
+
readonly "searchInput": string;
|
|
1481
|
+
readonly "select": string;
|
|
1482
|
+
readonly "selectType": string;
|
|
1483
|
+
readonly "selectWrapper": string;
|
|
1484
|
+
readonly "image": string;
|
|
1485
|
+
readonly "imageSrc": string;
|
|
1486
|
+
readonly "imageSrcHidden": string;
|
|
1487
|
+
readonly "imageSrcStatus": string;
|
|
1488
|
+
readonly "imageTitle": string;
|
|
1489
|
+
readonly "actions": string;
|
|
1490
|
+
readonly "actionsWrapper": string;
|
|
1491
|
+
readonly "actionsBar": string;
|
|
1492
|
+
readonly "actionButton": string;
|
|
1493
|
+
readonly "actionShortcut": string;
|
|
1494
|
+
readonly "actionShortcutFixKerning": string;
|
|
1496
1495
|
};
|
|
1497
1496
|
|
|
1498
1497
|
type CommandPaletteStyles = typeof styles$d;
|
|
@@ -1517,21 +1516,20 @@ declare const styles$b: {
|
|
|
1517
1516
|
type EditSuggestionFormStyles = typeof styles$b;
|
|
1518
1517
|
|
|
1519
1518
|
declare const styles$a: {
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1519
|
+
readonly "root": string;
|
|
1520
|
+
readonly "agentText": string;
|
|
1521
|
+
readonly "textInput": string;
|
|
1522
|
+
readonly "textInputWrapper": string;
|
|
1523
|
+
readonly "alert": string;
|
|
1524
|
+
readonly "alertText": string;
|
|
1525
|
+
readonly "warning": string;
|
|
1526
|
+
readonly "success": string;
|
|
1528
1527
|
};
|
|
1529
1528
|
|
|
1530
1529
|
type EditSuggestionTextInputStyles = typeof styles$a;
|
|
1531
1530
|
|
|
1532
1531
|
declare const styles$9: {
|
|
1533
1532
|
readonly "root": string;
|
|
1534
|
-
readonly "title": string;
|
|
1535
1533
|
readonly "empty": string;
|
|
1536
1534
|
};
|
|
1537
1535
|
|
|
@@ -1625,10 +1623,10 @@ declare const styles$2: {
|
|
|
1625
1623
|
type TabCompletionStyles = typeof styles$2;
|
|
1626
1624
|
|
|
1627
1625
|
declare const styles$1: {
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1626
|
+
readonly "root": string;
|
|
1627
|
+
readonly "actions": string;
|
|
1628
|
+
readonly "badge": string;
|
|
1629
|
+
readonly "formattedText": string;
|
|
1632
1630
|
};
|
|
1633
1631
|
|
|
1634
1632
|
type TextSuggestionStyles = typeof styles$1;
|
|
@@ -1640,6 +1638,7 @@ declare const styles: {
|
|
|
1640
1638
|
readonly "sectionList": string;
|
|
1641
1639
|
readonly "shortcutList": string;
|
|
1642
1640
|
readonly "shortcut": string;
|
|
1641
|
+
readonly "link": string;
|
|
1643
1642
|
};
|
|
1644
1643
|
|
|
1645
1644
|
type WidgetStyles = typeof styles;
|
|
@@ -1716,6 +1715,7 @@ type State = {
|
|
|
1716
1715
|
visible: boolean;
|
|
1717
1716
|
insertLink: boolean;
|
|
1718
1717
|
inlineSuggestions: boolean;
|
|
1718
|
+
floatingMenu: boolean;
|
|
1719
1719
|
adminUrl?: string;
|
|
1720
1720
|
productName: string;
|
|
1721
1721
|
suggestionFeedbackEmailAddresses?: string[];
|
|
@@ -1790,6 +1790,7 @@ interface MountOptions {
|
|
|
1790
1790
|
appendOverlayTo?: HTMLElement;
|
|
1791
1791
|
inputMediator?: InputMediator<HTMLElement>;
|
|
1792
1792
|
inlineSuggestions?: boolean;
|
|
1793
|
+
floatingMenu?: boolean;
|
|
1793
1794
|
}
|
|
1794
1795
|
interface WidgetOptions {
|
|
1795
1796
|
customStyles?: WidgetCustomStyles;
|
|
@@ -1859,6 +1860,7 @@ declare class DeepdeskSDK {
|
|
|
1859
1860
|
visible: boolean;
|
|
1860
1861
|
insertLink: boolean;
|
|
1861
1862
|
inlineSuggestions: boolean;
|
|
1863
|
+
floatingMenu: boolean;
|
|
1862
1864
|
adminUrl?: string | undefined;
|
|
1863
1865
|
productName: string;
|
|
1864
1866
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
@@ -1902,6 +1904,7 @@ declare class DeepdeskSDK {
|
|
|
1902
1904
|
visible: boolean;
|
|
1903
1905
|
insertLink: boolean;
|
|
1904
1906
|
inlineSuggestions: boolean;
|
|
1907
|
+
floatingMenu: boolean;
|
|
1905
1908
|
adminUrl?: string | undefined;
|
|
1906
1909
|
productName: string;
|
|
1907
1910
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -38,11 +38,6 @@ declare const Card: FC & CardComposition;
|
|
|
38
38
|
|
|
39
39
|
declare const styles$l: {
|
|
40
40
|
readonly "root": string;
|
|
41
|
-
readonly "isArrowUp": string;
|
|
42
|
-
readonly "isArrowDown": string;
|
|
43
|
-
readonly "isTab": string;
|
|
44
|
-
readonly "isEsc": string;
|
|
45
|
-
readonly "isEnter": string;
|
|
46
41
|
};
|
|
47
42
|
|
|
48
43
|
declare enum KeyboardHintKey {
|
|
@@ -500,6 +495,7 @@ declare const reducers: redux.Reducer<redux.CombinedState<{
|
|
|
500
495
|
visible: boolean;
|
|
501
496
|
insertLink: boolean;
|
|
502
497
|
inlineSuggestions: boolean;
|
|
498
|
+
floatingMenu: boolean;
|
|
503
499
|
adminUrl?: string | undefined;
|
|
504
500
|
productName: string;
|
|
505
501
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
@@ -562,6 +558,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
562
558
|
visible: boolean;
|
|
563
559
|
insertLink: boolean;
|
|
564
560
|
inlineSuggestions: boolean;
|
|
561
|
+
floatingMenu: boolean;
|
|
565
562
|
adminUrl?: string | undefined;
|
|
566
563
|
productName: string;
|
|
567
564
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
@@ -623,6 +620,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
623
620
|
visible: boolean;
|
|
624
621
|
insertLink: boolean;
|
|
625
622
|
inlineSuggestions: boolean;
|
|
623
|
+
floatingMenu: boolean;
|
|
626
624
|
adminUrl?: string | undefined;
|
|
627
625
|
productName: string;
|
|
628
626
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
@@ -1452,47 +1450,48 @@ declare const styles$e: {
|
|
|
1452
1450
|
type AutoflowStyles = typeof styles$e;
|
|
1453
1451
|
|
|
1454
1452
|
declare const styles$d: {
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1453
|
+
readonly "root": string;
|
|
1454
|
+
readonly "list": string;
|
|
1455
|
+
readonly "listWrapper": string;
|
|
1456
|
+
readonly "listHorizontal": string;
|
|
1457
|
+
readonly "page": string;
|
|
1458
|
+
readonly "search": string;
|
|
1459
|
+
readonly "pageNav": string;
|
|
1460
|
+
readonly "pageTitle": string;
|
|
1461
|
+
readonly "pageBackButton": string;
|
|
1462
|
+
readonly "listHeading": string;
|
|
1463
|
+
readonly "listItem": string;
|
|
1464
|
+
readonly "listItemContent": string;
|
|
1465
|
+
readonly "listItemText": string;
|
|
1466
|
+
readonly "listItemDescription": string;
|
|
1467
|
+
readonly "listItemActions": string;
|
|
1468
|
+
readonly "truncate": string;
|
|
1469
|
+
readonly "lineClamp": string;
|
|
1470
|
+
readonly "listItemTitle": string;
|
|
1471
|
+
readonly "listItemAction": string;
|
|
1472
|
+
readonly "listItemPrimaryAction": string;
|
|
1473
|
+
readonly "listItemSelected": string;
|
|
1474
|
+
readonly "sources": string;
|
|
1475
|
+
readonly "sourcesTitle": string;
|
|
1476
|
+
readonly "source": string;
|
|
1477
|
+
readonly "icon": string;
|
|
1478
|
+
readonly "searchIcon": string;
|
|
1479
|
+
readonly "searchInputWrapper": string;
|
|
1480
|
+
readonly "searchInput": string;
|
|
1481
|
+
readonly "select": string;
|
|
1482
|
+
readonly "selectType": string;
|
|
1483
|
+
readonly "selectWrapper": string;
|
|
1484
|
+
readonly "image": string;
|
|
1485
|
+
readonly "imageSrc": string;
|
|
1486
|
+
readonly "imageSrcHidden": string;
|
|
1487
|
+
readonly "imageSrcStatus": string;
|
|
1488
|
+
readonly "imageTitle": string;
|
|
1489
|
+
readonly "actions": string;
|
|
1490
|
+
readonly "actionsWrapper": string;
|
|
1491
|
+
readonly "actionsBar": string;
|
|
1492
|
+
readonly "actionButton": string;
|
|
1493
|
+
readonly "actionShortcut": string;
|
|
1494
|
+
readonly "actionShortcutFixKerning": string;
|
|
1496
1495
|
};
|
|
1497
1496
|
|
|
1498
1497
|
type CommandPaletteStyles = typeof styles$d;
|
|
@@ -1517,21 +1516,20 @@ declare const styles$b: {
|
|
|
1517
1516
|
type EditSuggestionFormStyles = typeof styles$b;
|
|
1518
1517
|
|
|
1519
1518
|
declare const styles$a: {
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1519
|
+
readonly "root": string;
|
|
1520
|
+
readonly "agentText": string;
|
|
1521
|
+
readonly "textInput": string;
|
|
1522
|
+
readonly "textInputWrapper": string;
|
|
1523
|
+
readonly "alert": string;
|
|
1524
|
+
readonly "alertText": string;
|
|
1525
|
+
readonly "warning": string;
|
|
1526
|
+
readonly "success": string;
|
|
1528
1527
|
};
|
|
1529
1528
|
|
|
1530
1529
|
type EditSuggestionTextInputStyles = typeof styles$a;
|
|
1531
1530
|
|
|
1532
1531
|
declare const styles$9: {
|
|
1533
1532
|
readonly "root": string;
|
|
1534
|
-
readonly "title": string;
|
|
1535
1533
|
readonly "empty": string;
|
|
1536
1534
|
};
|
|
1537
1535
|
|
|
@@ -1625,10 +1623,10 @@ declare const styles$2: {
|
|
|
1625
1623
|
type TabCompletionStyles = typeof styles$2;
|
|
1626
1624
|
|
|
1627
1625
|
declare const styles$1: {
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1626
|
+
readonly "root": string;
|
|
1627
|
+
readonly "actions": string;
|
|
1628
|
+
readonly "badge": string;
|
|
1629
|
+
readonly "formattedText": string;
|
|
1632
1630
|
};
|
|
1633
1631
|
|
|
1634
1632
|
type TextSuggestionStyles = typeof styles$1;
|
|
@@ -1640,6 +1638,7 @@ declare const styles: {
|
|
|
1640
1638
|
readonly "sectionList": string;
|
|
1641
1639
|
readonly "shortcutList": string;
|
|
1642
1640
|
readonly "shortcut": string;
|
|
1641
|
+
readonly "link": string;
|
|
1643
1642
|
};
|
|
1644
1643
|
|
|
1645
1644
|
type WidgetStyles = typeof styles;
|
|
@@ -1716,6 +1715,7 @@ type State = {
|
|
|
1716
1715
|
visible: boolean;
|
|
1717
1716
|
insertLink: boolean;
|
|
1718
1717
|
inlineSuggestions: boolean;
|
|
1718
|
+
floatingMenu: boolean;
|
|
1719
1719
|
adminUrl?: string;
|
|
1720
1720
|
productName: string;
|
|
1721
1721
|
suggestionFeedbackEmailAddresses?: string[];
|
|
@@ -1790,6 +1790,7 @@ interface MountOptions {
|
|
|
1790
1790
|
appendOverlayTo?: HTMLElement;
|
|
1791
1791
|
inputMediator?: InputMediator<HTMLElement>;
|
|
1792
1792
|
inlineSuggestions?: boolean;
|
|
1793
|
+
floatingMenu?: boolean;
|
|
1793
1794
|
}
|
|
1794
1795
|
interface WidgetOptions {
|
|
1795
1796
|
customStyles?: WidgetCustomStyles;
|
|
@@ -1859,6 +1860,7 @@ declare class DeepdeskSDK {
|
|
|
1859
1860
|
visible: boolean;
|
|
1860
1861
|
insertLink: boolean;
|
|
1861
1862
|
inlineSuggestions: boolean;
|
|
1863
|
+
floatingMenu: boolean;
|
|
1862
1864
|
adminUrl?: string | undefined;
|
|
1863
1865
|
productName: string;
|
|
1864
1866
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
@@ -1902,6 +1904,7 @@ declare class DeepdeskSDK {
|
|
|
1902
1904
|
visible: boolean;
|
|
1903
1905
|
insertLink: boolean;
|
|
1904
1906
|
inlineSuggestions: boolean;
|
|
1907
|
+
floatingMenu: boolean;
|
|
1905
1908
|
adminUrl?: string | undefined;
|
|
1906
1909
|
productName: string;
|
|
1907
1910
|
suggestionFeedbackEmailAddresses?: string[] | undefined;
|