@deepdesk/deepdesk-sdk 14.1.1-beta.12 → 14.1.1-beta.13
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/dialogs.css +1 -1
- package/dist/index.cjs.js +6 -6
- package/dist/index.d.mts +46 -47
- package/dist/index.d.ts +46 -47
- package/dist/index.esm.js +7 -7
- package/dist/index.iife.js +11 -11
- package/package.json +1 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1694,53 +1694,52 @@ declare const styles$i: {
|
|
|
1694
1694
|
type AutoflowStyles = typeof styles$i;
|
|
1695
1695
|
|
|
1696
1696
|
declare const styles$h: {
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
};
|
|
1697
|
+
readonly "root": string;
|
|
1698
|
+
readonly "list": string;
|
|
1699
|
+
readonly "listWrapper": string;
|
|
1700
|
+
readonly "listHorizontal": string;
|
|
1701
|
+
readonly "page": string;
|
|
1702
|
+
readonly "search": string;
|
|
1703
|
+
readonly "pageNav": string;
|
|
1704
|
+
readonly "pageTitle": string;
|
|
1705
|
+
readonly "pageBackButton": string;
|
|
1706
|
+
readonly "listHeader": string;
|
|
1707
|
+
readonly "listHeading": string;
|
|
1708
|
+
readonly "listMoreButton": string;
|
|
1709
|
+
readonly "listItem": string;
|
|
1710
|
+
readonly "listItemContent": string;
|
|
1711
|
+
readonly "listItemText": string;
|
|
1712
|
+
readonly "listItemDescription": string;
|
|
1713
|
+
readonly "listItemActions": string;
|
|
1714
|
+
readonly "truncate": string;
|
|
1715
|
+
readonly "lineClamp": string;
|
|
1716
|
+
readonly "listItemTitle": string;
|
|
1717
|
+
readonly "listItemAction": string;
|
|
1718
|
+
readonly "listItemSelected": string;
|
|
1719
|
+
readonly "sources": string;
|
|
1720
|
+
readonly "sourcesTitle": string;
|
|
1721
|
+
readonly "source": string;
|
|
1722
|
+
readonly "sourceShowMore": string;
|
|
1723
|
+
readonly "icon": string;
|
|
1724
|
+
readonly "searchIcon": string;
|
|
1725
|
+
readonly "searchInputWrapper": string;
|
|
1726
|
+
readonly "searchInput": string;
|
|
1727
|
+
readonly "select": string;
|
|
1728
|
+
readonly "selectType": string;
|
|
1729
|
+
readonly "selectWrapper": string;
|
|
1730
|
+
readonly "image": string;
|
|
1731
|
+
readonly "imageSrc": string;
|
|
1732
|
+
readonly "imageSrcHidden": string;
|
|
1733
|
+
readonly "imageSrcStatus": string;
|
|
1734
|
+
readonly "imageTitle": string;
|
|
1735
|
+
readonly "actions": string;
|
|
1736
|
+
readonly "actionsWrapper": string;
|
|
1737
|
+
readonly "actionsBar": string;
|
|
1738
|
+
readonly "actionButton": string;
|
|
1739
|
+
readonly "hasShortKeys": string;
|
|
1740
|
+
readonly "actionShortcut": string;
|
|
1741
|
+
readonly "actionShortcutFixKerning": string;
|
|
1742
|
+
};
|
|
1744
1743
|
|
|
1745
1744
|
type CommandPaletteStyles = typeof styles$h;
|
|
1746
1745
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1694,53 +1694,52 @@ declare const styles$i: {
|
|
|
1694
1694
|
type AutoflowStyles = typeof styles$i;
|
|
1695
1695
|
|
|
1696
1696
|
declare const styles$h: {
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
};
|
|
1697
|
+
readonly "root": string;
|
|
1698
|
+
readonly "list": string;
|
|
1699
|
+
readonly "listWrapper": string;
|
|
1700
|
+
readonly "listHorizontal": string;
|
|
1701
|
+
readonly "page": string;
|
|
1702
|
+
readonly "search": string;
|
|
1703
|
+
readonly "pageNav": string;
|
|
1704
|
+
readonly "pageTitle": string;
|
|
1705
|
+
readonly "pageBackButton": string;
|
|
1706
|
+
readonly "listHeader": string;
|
|
1707
|
+
readonly "listHeading": string;
|
|
1708
|
+
readonly "listMoreButton": string;
|
|
1709
|
+
readonly "listItem": string;
|
|
1710
|
+
readonly "listItemContent": string;
|
|
1711
|
+
readonly "listItemText": string;
|
|
1712
|
+
readonly "listItemDescription": string;
|
|
1713
|
+
readonly "listItemActions": string;
|
|
1714
|
+
readonly "truncate": string;
|
|
1715
|
+
readonly "lineClamp": string;
|
|
1716
|
+
readonly "listItemTitle": string;
|
|
1717
|
+
readonly "listItemAction": string;
|
|
1718
|
+
readonly "listItemSelected": string;
|
|
1719
|
+
readonly "sources": string;
|
|
1720
|
+
readonly "sourcesTitle": string;
|
|
1721
|
+
readonly "source": string;
|
|
1722
|
+
readonly "sourceShowMore": string;
|
|
1723
|
+
readonly "icon": string;
|
|
1724
|
+
readonly "searchIcon": string;
|
|
1725
|
+
readonly "searchInputWrapper": string;
|
|
1726
|
+
readonly "searchInput": string;
|
|
1727
|
+
readonly "select": string;
|
|
1728
|
+
readonly "selectType": string;
|
|
1729
|
+
readonly "selectWrapper": string;
|
|
1730
|
+
readonly "image": string;
|
|
1731
|
+
readonly "imageSrc": string;
|
|
1732
|
+
readonly "imageSrcHidden": string;
|
|
1733
|
+
readonly "imageSrcStatus": string;
|
|
1734
|
+
readonly "imageTitle": string;
|
|
1735
|
+
readonly "actions": string;
|
|
1736
|
+
readonly "actionsWrapper": string;
|
|
1737
|
+
readonly "actionsBar": string;
|
|
1738
|
+
readonly "actionButton": string;
|
|
1739
|
+
readonly "hasShortKeys": string;
|
|
1740
|
+
readonly "actionShortcut": string;
|
|
1741
|
+
readonly "actionShortcutFixKerning": string;
|
|
1742
|
+
};
|
|
1744
1743
|
|
|
1745
1744
|
type CommandPaletteStyles = typeof styles$h;
|
|
1746
1745
|
|