@tellescope/react-components 1.223.0 → 1.224.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/lib/cjs/Forms/forms.d.ts.map +1 -1
- package/lib/cjs/Forms/forms.js +66 -55
- package/lib/cjs/Forms/forms.js.map +1 -1
- package/lib/esm/CMS/components.d.ts +0 -1
- package/lib/esm/CMS/components.d.ts.map +1 -1
- package/lib/esm/Forms/forms.d.ts +3 -3
- package/lib/esm/Forms/forms.d.ts.map +1 -1
- package/lib/esm/Forms/forms.js +67 -56
- package/lib/esm/Forms/forms.js.map +1 -1
- package/lib/esm/Forms/inputs.d.ts +1 -1
- package/lib/esm/controls.d.ts +2 -2
- package/lib/esm/inputs.d.ts +1 -1
- package/lib/esm/inputs.native.d.ts +0 -1
- package/lib/esm/inputs.native.d.ts.map +1 -1
- package/lib/esm/layout.d.ts +1 -1
- package/lib/esm/state.d.ts +44 -44
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
- package/src/Forms/forms.tsx +22 -2
package/lib/esm/state.d.ts
CHANGED
|
@@ -1180,10 +1180,13 @@ export declare const useDataSync____internal: () => {
|
|
|
1180
1180
|
setLoadTiming: (key: string, loadTimeInMS: number) => void;
|
|
1181
1181
|
setHandler: (key: string, handler: undefined | (() => void)) => void;
|
|
1182
1182
|
removeHandler: (key: string, handler: () => void) => void;
|
|
1183
|
-
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").
|
|
1183
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").File & {
|
|
1184
1184
|
id: string;
|
|
1185
1185
|
createdAt: Date;
|
|
1186
|
-
}) | (import("@tellescope/types-models").
|
|
1186
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1187
|
+
id: string;
|
|
1188
|
+
createdAt: Date;
|
|
1189
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1187
1190
|
id: string;
|
|
1188
1191
|
createdAt: Date;
|
|
1189
1192
|
}) | (import("@tellescope/types-models").AIConversation & {
|
|
@@ -1222,6 +1225,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1222
1225
|
}) | (import("@tellescope/types-models").ChatMessage & {
|
|
1223
1226
|
id: string;
|
|
1224
1227
|
createdAt: Date;
|
|
1228
|
+
}) | (import("@tellescope/types-models").CalendarEvent & {
|
|
1229
|
+
id: string;
|
|
1230
|
+
createdAt: Date;
|
|
1225
1231
|
}) | (import("@tellescope/types-models").CalendarEventTemplate & {
|
|
1226
1232
|
id: string;
|
|
1227
1233
|
createdAt: Date;
|
|
@@ -1240,18 +1246,12 @@ export declare const useDataSync____internal: () => {
|
|
|
1240
1246
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1241
1247
|
id: string;
|
|
1242
1248
|
createdAt: Date;
|
|
1243
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1244
|
-
id: string;
|
|
1245
|
-
createdAt: Date;
|
|
1246
1249
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1247
1250
|
id: string;
|
|
1248
1251
|
createdAt: Date;
|
|
1249
1252
|
}) | (import("@tellescope/types-models").Meeting & {
|
|
1250
1253
|
id: string;
|
|
1251
1254
|
createdAt: Date;
|
|
1252
|
-
}) | (import("@tellescope/types-models").File & {
|
|
1253
|
-
id: string;
|
|
1254
|
-
createdAt: Date;
|
|
1255
1255
|
}) | (import("@tellescope/types-models").Note & {
|
|
1256
1256
|
id: string;
|
|
1257
1257
|
createdAt: Date;
|
|
@@ -1270,9 +1270,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1270
1270
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1271
1271
|
id: string;
|
|
1272
1272
|
createdAt: Date;
|
|
1273
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1274
|
-
id: string;
|
|
1275
|
-
createdAt: Date;
|
|
1276
1273
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1277
1274
|
id: string;
|
|
1278
1275
|
createdAt: Date;
|
|
@@ -1285,6 +1282,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1285
1282
|
}) | (import("@tellescope/types-models").Forum & {
|
|
1286
1283
|
id: string;
|
|
1287
1284
|
createdAt: Date;
|
|
1285
|
+
}) | (import("@tellescope/types-models").ManagedContentRecord & {
|
|
1286
|
+
id: string;
|
|
1287
|
+
createdAt: Date;
|
|
1288
1288
|
}) | (import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
1289
1289
|
id: string;
|
|
1290
1290
|
createdAt: Date;
|
|
@@ -1446,10 +1446,13 @@ export declare const useDataSync____internal: () => {
|
|
|
1446
1446
|
createdAt: Date;
|
|
1447
1447
|
}))[];
|
|
1448
1448
|
getDeleted: <T_1 extends string>(modelName: T_1) => string[];
|
|
1449
|
-
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").
|
|
1449
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").File & {
|
|
1450
1450
|
id: string;
|
|
1451
1451
|
createdAt: Date;
|
|
1452
|
-
}) | (import("@tellescope/types-models").
|
|
1452
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1453
|
+
id: string;
|
|
1454
|
+
createdAt: Date;
|
|
1455
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1453
1456
|
id: string;
|
|
1454
1457
|
createdAt: Date;
|
|
1455
1458
|
}) | (import("@tellescope/types-models").AIConversation & {
|
|
@@ -1488,6 +1491,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1488
1491
|
}) | (import("@tellescope/types-models").ChatMessage & {
|
|
1489
1492
|
id: string;
|
|
1490
1493
|
createdAt: Date;
|
|
1494
|
+
}) | (import("@tellescope/types-models").CalendarEvent & {
|
|
1495
|
+
id: string;
|
|
1496
|
+
createdAt: Date;
|
|
1491
1497
|
}) | (import("@tellescope/types-models").CalendarEventTemplate & {
|
|
1492
1498
|
id: string;
|
|
1493
1499
|
createdAt: Date;
|
|
@@ -1506,18 +1512,12 @@ export declare const useDataSync____internal: () => {
|
|
|
1506
1512
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1507
1513
|
id: string;
|
|
1508
1514
|
createdAt: Date;
|
|
1509
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1510
|
-
id: string;
|
|
1511
|
-
createdAt: Date;
|
|
1512
1515
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1513
1516
|
id: string;
|
|
1514
1517
|
createdAt: Date;
|
|
1515
1518
|
}) | (import("@tellescope/types-models").Meeting & {
|
|
1516
1519
|
id: string;
|
|
1517
1520
|
createdAt: Date;
|
|
1518
|
-
}) | (import("@tellescope/types-models").File & {
|
|
1519
|
-
id: string;
|
|
1520
|
-
createdAt: Date;
|
|
1521
1521
|
}) | (import("@tellescope/types-models").Note & {
|
|
1522
1522
|
id: string;
|
|
1523
1523
|
createdAt: Date;
|
|
@@ -1536,9 +1536,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1536
1536
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1537
1537
|
id: string;
|
|
1538
1538
|
createdAt: Date;
|
|
1539
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1540
|
-
id: string;
|
|
1541
|
-
createdAt: Date;
|
|
1542
1539
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1543
1540
|
id: string;
|
|
1544
1541
|
createdAt: Date;
|
|
@@ -1551,6 +1548,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1551
1548
|
}) | (import("@tellescope/types-models").Forum & {
|
|
1552
1549
|
id: string;
|
|
1553
1550
|
createdAt: Date;
|
|
1551
|
+
}) | (import("@tellescope/types-models").ManagedContentRecord & {
|
|
1552
|
+
id: string;
|
|
1553
|
+
createdAt: Date;
|
|
1554
1554
|
}) | (import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
1555
1555
|
id: string;
|
|
1556
1556
|
createdAt: Date;
|
|
@@ -1720,10 +1720,13 @@ export declare const useSyncContext: () => {
|
|
|
1720
1720
|
setLoadTiming: (key: string, loadTimeInMS: number) => void;
|
|
1721
1721
|
setHandler: (key: string, handler: undefined | (() => void)) => void;
|
|
1722
1722
|
removeHandler: (key: string, handler: () => void) => void;
|
|
1723
|
-
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").
|
|
1723
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").File & {
|
|
1724
1724
|
id: string;
|
|
1725
1725
|
createdAt: Date;
|
|
1726
|
-
}) | (import("@tellescope/types-models").
|
|
1726
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1727
|
+
id: string;
|
|
1728
|
+
createdAt: Date;
|
|
1729
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1727
1730
|
id: string;
|
|
1728
1731
|
createdAt: Date;
|
|
1729
1732
|
}) | (import("@tellescope/types-models").AIConversation & {
|
|
@@ -1762,6 +1765,9 @@ export declare const useSyncContext: () => {
|
|
|
1762
1765
|
}) | (import("@tellescope/types-models").ChatMessage & {
|
|
1763
1766
|
id: string;
|
|
1764
1767
|
createdAt: Date;
|
|
1768
|
+
}) | (import("@tellescope/types-models").CalendarEvent & {
|
|
1769
|
+
id: string;
|
|
1770
|
+
createdAt: Date;
|
|
1765
1771
|
}) | (import("@tellescope/types-models").CalendarEventTemplate & {
|
|
1766
1772
|
id: string;
|
|
1767
1773
|
createdAt: Date;
|
|
@@ -1780,18 +1786,12 @@ export declare const useSyncContext: () => {
|
|
|
1780
1786
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1781
1787
|
id: string;
|
|
1782
1788
|
createdAt: Date;
|
|
1783
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1784
|
-
id: string;
|
|
1785
|
-
createdAt: Date;
|
|
1786
1789
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1787
1790
|
id: string;
|
|
1788
1791
|
createdAt: Date;
|
|
1789
1792
|
}) | (import("@tellescope/types-models").Meeting & {
|
|
1790
1793
|
id: string;
|
|
1791
1794
|
createdAt: Date;
|
|
1792
|
-
}) | (import("@tellescope/types-models").File & {
|
|
1793
|
-
id: string;
|
|
1794
|
-
createdAt: Date;
|
|
1795
1795
|
}) | (import("@tellescope/types-models").Note & {
|
|
1796
1796
|
id: string;
|
|
1797
1797
|
createdAt: Date;
|
|
@@ -1810,9 +1810,6 @@ export declare const useSyncContext: () => {
|
|
|
1810
1810
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1811
1811
|
id: string;
|
|
1812
1812
|
createdAt: Date;
|
|
1813
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1814
|
-
id: string;
|
|
1815
|
-
createdAt: Date;
|
|
1816
1813
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1817
1814
|
id: string;
|
|
1818
1815
|
createdAt: Date;
|
|
@@ -1825,6 +1822,9 @@ export declare const useSyncContext: () => {
|
|
|
1825
1822
|
}) | (import("@tellescope/types-models").Forum & {
|
|
1826
1823
|
id: string;
|
|
1827
1824
|
createdAt: Date;
|
|
1825
|
+
}) | (import("@tellescope/types-models").ManagedContentRecord & {
|
|
1826
|
+
id: string;
|
|
1827
|
+
createdAt: Date;
|
|
1828
1828
|
}) | (import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
1829
1829
|
id: string;
|
|
1830
1830
|
createdAt: Date;
|
|
@@ -1986,10 +1986,13 @@ export declare const useSyncContext: () => {
|
|
|
1986
1986
|
createdAt: Date;
|
|
1987
1987
|
}))[];
|
|
1988
1988
|
getDeleted: <T_1 extends string>(modelName: T_1) => string[];
|
|
1989
|
-
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").
|
|
1989
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").File & {
|
|
1990
1990
|
id: string;
|
|
1991
1991
|
createdAt: Date;
|
|
1992
|
-
}) | (import("@tellescope/types-models").
|
|
1992
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1993
|
+
id: string;
|
|
1994
|
+
createdAt: Date;
|
|
1995
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1993
1996
|
id: string;
|
|
1994
1997
|
createdAt: Date;
|
|
1995
1998
|
}) | (import("@tellescope/types-models").AIConversation & {
|
|
@@ -2028,6 +2031,9 @@ export declare const useSyncContext: () => {
|
|
|
2028
2031
|
}) | (import("@tellescope/types-models").ChatMessage & {
|
|
2029
2032
|
id: string;
|
|
2030
2033
|
createdAt: Date;
|
|
2034
|
+
}) | (import("@tellescope/types-models").CalendarEvent & {
|
|
2035
|
+
id: string;
|
|
2036
|
+
createdAt: Date;
|
|
2031
2037
|
}) | (import("@tellescope/types-models").CalendarEventTemplate & {
|
|
2032
2038
|
id: string;
|
|
2033
2039
|
createdAt: Date;
|
|
@@ -2046,18 +2052,12 @@ export declare const useSyncContext: () => {
|
|
|
2046
2052
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
2047
2053
|
id: string;
|
|
2048
2054
|
createdAt: Date;
|
|
2049
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
2050
|
-
id: string;
|
|
2051
|
-
createdAt: Date;
|
|
2052
2055
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
2053
2056
|
id: string;
|
|
2054
2057
|
createdAt: Date;
|
|
2055
2058
|
}) | (import("@tellescope/types-models").Meeting & {
|
|
2056
2059
|
id: string;
|
|
2057
2060
|
createdAt: Date;
|
|
2058
|
-
}) | (import("@tellescope/types-models").File & {
|
|
2059
|
-
id: string;
|
|
2060
|
-
createdAt: Date;
|
|
2061
2061
|
}) | (import("@tellescope/types-models").Note & {
|
|
2062
2062
|
id: string;
|
|
2063
2063
|
createdAt: Date;
|
|
@@ -2076,9 +2076,6 @@ export declare const useSyncContext: () => {
|
|
|
2076
2076
|
}) | (import("@tellescope/types-models").Journey & {
|
|
2077
2077
|
id: string;
|
|
2078
2078
|
createdAt: Date;
|
|
2079
|
-
}) | (import("@tellescope/types-models").User & {
|
|
2080
|
-
id: string;
|
|
2081
|
-
createdAt: Date;
|
|
2082
2079
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
2083
2080
|
id: string;
|
|
2084
2081
|
createdAt: Date;
|
|
@@ -2091,6 +2088,9 @@ export declare const useSyncContext: () => {
|
|
|
2091
2088
|
}) | (import("@tellescope/types-models").Forum & {
|
|
2092
2089
|
id: string;
|
|
2093
2090
|
createdAt: Date;
|
|
2091
|
+
}) | (import("@tellescope/types-models").ManagedContentRecord & {
|
|
2092
|
+
id: string;
|
|
2093
|
+
createdAt: Date;
|
|
2094
2094
|
}) | (import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
2095
2095
|
id: string;
|
|
2096
2096
|
createdAt: Date;
|