@tellescope/react-components 1.185.1 → 1.185.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/lib/cjs/Forms/forms.js +2 -2
- package/lib/cjs/Forms/forms.js.map +1 -1
- package/lib/cjs/Forms/hooks.d.ts +1 -1
- package/lib/cjs/Forms/hooks.d.ts.map +1 -1
- package/lib/cjs/Forms/hooks.js +1 -0
- package/lib/cjs/Forms/hooks.js.map +1 -1
- package/lib/esm/Forms/form_responses.d.ts +1 -0
- package/lib/esm/Forms/form_responses.d.ts.map +1 -1
- package/lib/esm/Forms/forms.d.ts +3 -3
- package/lib/esm/Forms/forms.js +2 -2
- package/lib/esm/Forms/forms.js.map +1 -1
- package/lib/esm/Forms/hooks.d.ts +1 -2
- package/lib/esm/Forms/hooks.d.ts.map +1 -1
- package/lib/esm/Forms/hooks.js +1 -0
- package/lib/esm/Forms/hooks.js.map +1 -1
- package/lib/esm/controls.d.ts +2 -2
- package/lib/esm/inputs.native.d.ts +1 -0
- package/lib/esm/inputs.native.d.ts.map +1 -1
- package/lib/esm/layout.d.ts +1 -1
- package/lib/esm/state.d.ts +72 -72
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
- package/src/Forms/forms.tsx +2 -2
- package/src/Forms/hooks.tsx +2 -1
package/lib/esm/state.d.ts
CHANGED
|
@@ -1168,7 +1168,22 @@ export declare const useDataSync____internal: () => {
|
|
|
1168
1168
|
setLoadTiming: (key: string, loadTimeInMS: number) => void;
|
|
1169
1169
|
setHandler: (key: string, handler: undefined | (() => void)) => void;
|
|
1170
1170
|
removeHandler: (key: string, handler: () => void) => void;
|
|
1171
|
-
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").
|
|
1171
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").Form & {
|
|
1172
|
+
id: string;
|
|
1173
|
+
createdAt: Date;
|
|
1174
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1175
|
+
id: string;
|
|
1176
|
+
createdAt: Date;
|
|
1177
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1178
|
+
id: string;
|
|
1179
|
+
createdAt: Date;
|
|
1180
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1181
|
+
id: string;
|
|
1182
|
+
createdAt: Date;
|
|
1183
|
+
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1184
|
+
id: string;
|
|
1185
|
+
createdAt: Date;
|
|
1186
|
+
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1172
1187
|
id: string;
|
|
1173
1188
|
createdAt: Date;
|
|
1174
1189
|
}) | (import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
@@ -1222,9 +1237,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1222
1237
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1223
1238
|
id: string;
|
|
1224
1239
|
createdAt: Date;
|
|
1225
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1226
|
-
id: string;
|
|
1227
|
-
createdAt: Date;
|
|
1228
1240
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1229
1241
|
id: string;
|
|
1230
1242
|
createdAt: Date;
|
|
@@ -1240,21 +1252,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1240
1252
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1241
1253
|
id: string;
|
|
1242
1254
|
createdAt: Date;
|
|
1243
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1244
|
-
id: string;
|
|
1245
|
-
createdAt: Date;
|
|
1246
|
-
}) | (import("@tellescope/types-models").FormField & {
|
|
1247
|
-
id: string;
|
|
1248
|
-
createdAt: Date;
|
|
1249
|
-
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1250
|
-
id: string;
|
|
1251
|
-
createdAt: Date;
|
|
1252
1255
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1253
1256
|
id: string;
|
|
1254
1257
|
createdAt: Date;
|
|
1255
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1256
|
-
id: string;
|
|
1257
|
-
createdAt: Date;
|
|
1258
1258
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1259
1259
|
id: string;
|
|
1260
1260
|
createdAt: Date;
|
|
@@ -1417,10 +1417,10 @@ export declare const useDataSync____internal: () => {
|
|
|
1417
1417
|
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1418
1418
|
id: string;
|
|
1419
1419
|
createdAt: Date;
|
|
1420
|
-
}) | (import("@tellescope/types-models").
|
|
1420
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1421
1421
|
id: string;
|
|
1422
1422
|
createdAt: Date;
|
|
1423
|
-
}) | (import("@tellescope/types-models").
|
|
1423
|
+
}) | (import("@tellescope/types-models").APIKey & {
|
|
1424
1424
|
id: string;
|
|
1425
1425
|
createdAt: Date;
|
|
1426
1426
|
}) | (import("@tellescope/types-models").EnduserStatusUpdate & {
|
|
@@ -1428,7 +1428,22 @@ export declare const useDataSync____internal: () => {
|
|
|
1428
1428
|
createdAt: Date;
|
|
1429
1429
|
}))[];
|
|
1430
1430
|
getDeleted: <T_1 extends string>(modelName: T_1) => string[];
|
|
1431
|
-
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").
|
|
1431
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").Form & {
|
|
1432
|
+
id: string;
|
|
1433
|
+
createdAt: Date;
|
|
1434
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1435
|
+
id: string;
|
|
1436
|
+
createdAt: Date;
|
|
1437
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1438
|
+
id: string;
|
|
1439
|
+
createdAt: Date;
|
|
1440
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1441
|
+
id: string;
|
|
1442
|
+
createdAt: Date;
|
|
1443
|
+
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1444
|
+
id: string;
|
|
1445
|
+
createdAt: Date;
|
|
1446
|
+
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1432
1447
|
id: string;
|
|
1433
1448
|
createdAt: Date;
|
|
1434
1449
|
}) | (import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
@@ -1482,9 +1497,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1482
1497
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1483
1498
|
id: string;
|
|
1484
1499
|
createdAt: Date;
|
|
1485
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1486
|
-
id: string;
|
|
1487
|
-
createdAt: Date;
|
|
1488
1500
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1489
1501
|
id: string;
|
|
1490
1502
|
createdAt: Date;
|
|
@@ -1500,21 +1512,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1500
1512
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1501
1513
|
id: string;
|
|
1502
1514
|
createdAt: Date;
|
|
1503
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1504
|
-
id: string;
|
|
1505
|
-
createdAt: Date;
|
|
1506
|
-
}) | (import("@tellescope/types-models").FormField & {
|
|
1507
|
-
id: string;
|
|
1508
|
-
createdAt: Date;
|
|
1509
|
-
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1510
|
-
id: string;
|
|
1511
|
-
createdAt: Date;
|
|
1512
1515
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1513
1516
|
id: string;
|
|
1514
1517
|
createdAt: Date;
|
|
1515
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1516
|
-
id: string;
|
|
1517
|
-
createdAt: Date;
|
|
1518
1518
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1519
1519
|
id: string;
|
|
1520
1520
|
createdAt: Date;
|
|
@@ -1677,10 +1677,10 @@ export declare const useDataSync____internal: () => {
|
|
|
1677
1677
|
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1678
1678
|
id: string;
|
|
1679
1679
|
createdAt: Date;
|
|
1680
|
-
}) | (import("@tellescope/types-models").
|
|
1680
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1681
1681
|
id: string;
|
|
1682
1682
|
createdAt: Date;
|
|
1683
|
-
}) | (import("@tellescope/types-models").
|
|
1683
|
+
}) | (import("@tellescope/types-models").APIKey & {
|
|
1684
1684
|
id: string;
|
|
1685
1685
|
createdAt: Date;
|
|
1686
1686
|
}) | (import("@tellescope/types-models").EnduserStatusUpdate & {
|
|
@@ -1696,7 +1696,22 @@ export declare const useSyncContext: () => {
|
|
|
1696
1696
|
setLoadTiming: (key: string, loadTimeInMS: number) => void;
|
|
1697
1697
|
setHandler: (key: string, handler: undefined | (() => void)) => void;
|
|
1698
1698
|
removeHandler: (key: string, handler: () => void) => void;
|
|
1699
|
-
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").
|
|
1699
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").Form & {
|
|
1700
|
+
id: string;
|
|
1701
|
+
createdAt: Date;
|
|
1702
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1703
|
+
id: string;
|
|
1704
|
+
createdAt: Date;
|
|
1705
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1706
|
+
id: string;
|
|
1707
|
+
createdAt: Date;
|
|
1708
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1709
|
+
id: string;
|
|
1710
|
+
createdAt: Date;
|
|
1711
|
+
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1712
|
+
id: string;
|
|
1713
|
+
createdAt: Date;
|
|
1714
|
+
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1700
1715
|
id: string;
|
|
1701
1716
|
createdAt: Date;
|
|
1702
1717
|
}) | (import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
@@ -1750,9 +1765,6 @@ export declare const useSyncContext: () => {
|
|
|
1750
1765
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1751
1766
|
id: string;
|
|
1752
1767
|
createdAt: Date;
|
|
1753
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1754
|
-
id: string;
|
|
1755
|
-
createdAt: Date;
|
|
1756
1768
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1757
1769
|
id: string;
|
|
1758
1770
|
createdAt: Date;
|
|
@@ -1768,21 +1780,9 @@ export declare const useSyncContext: () => {
|
|
|
1768
1780
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1769
1781
|
id: string;
|
|
1770
1782
|
createdAt: Date;
|
|
1771
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1772
|
-
id: string;
|
|
1773
|
-
createdAt: Date;
|
|
1774
|
-
}) | (import("@tellescope/types-models").FormField & {
|
|
1775
|
-
id: string;
|
|
1776
|
-
createdAt: Date;
|
|
1777
|
-
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1778
|
-
id: string;
|
|
1779
|
-
createdAt: Date;
|
|
1780
1783
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1781
1784
|
id: string;
|
|
1782
1785
|
createdAt: Date;
|
|
1783
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1784
|
-
id: string;
|
|
1785
|
-
createdAt: Date;
|
|
1786
1786
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1787
1787
|
id: string;
|
|
1788
1788
|
createdAt: Date;
|
|
@@ -1945,10 +1945,10 @@ export declare const useSyncContext: () => {
|
|
|
1945
1945
|
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1946
1946
|
id: string;
|
|
1947
1947
|
createdAt: Date;
|
|
1948
|
-
}) | (import("@tellescope/types-models").
|
|
1948
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1949
1949
|
id: string;
|
|
1950
1950
|
createdAt: Date;
|
|
1951
|
-
}) | (import("@tellescope/types-models").
|
|
1951
|
+
}) | (import("@tellescope/types-models").APIKey & {
|
|
1952
1952
|
id: string;
|
|
1953
1953
|
createdAt: Date;
|
|
1954
1954
|
}) | (import("@tellescope/types-models").EnduserStatusUpdate & {
|
|
@@ -1956,7 +1956,22 @@ export declare const useSyncContext: () => {
|
|
|
1956
1956
|
createdAt: Date;
|
|
1957
1957
|
}))[];
|
|
1958
1958
|
getDeleted: <T_1 extends string>(modelName: T_1) => string[];
|
|
1959
|
-
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").
|
|
1959
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").Form & {
|
|
1960
|
+
id: string;
|
|
1961
|
+
createdAt: Date;
|
|
1962
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1963
|
+
id: string;
|
|
1964
|
+
createdAt: Date;
|
|
1965
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1966
|
+
id: string;
|
|
1967
|
+
createdAt: Date;
|
|
1968
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1969
|
+
id: string;
|
|
1970
|
+
createdAt: Date;
|
|
1971
|
+
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1972
|
+
id: string;
|
|
1973
|
+
createdAt: Date;
|
|
1974
|
+
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1960
1975
|
id: string;
|
|
1961
1976
|
createdAt: Date;
|
|
1962
1977
|
}) | (import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
@@ -2010,9 +2025,6 @@ export declare const useSyncContext: () => {
|
|
|
2010
2025
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
2011
2026
|
id: string;
|
|
2012
2027
|
createdAt: Date;
|
|
2013
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
2014
|
-
id: string;
|
|
2015
|
-
createdAt: Date;
|
|
2016
2028
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
2017
2029
|
id: string;
|
|
2018
2030
|
createdAt: Date;
|
|
@@ -2028,21 +2040,9 @@ export declare const useSyncContext: () => {
|
|
|
2028
2040
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
2029
2041
|
id: string;
|
|
2030
2042
|
createdAt: Date;
|
|
2031
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
2032
|
-
id: string;
|
|
2033
|
-
createdAt: Date;
|
|
2034
|
-
}) | (import("@tellescope/types-models").FormField & {
|
|
2035
|
-
id: string;
|
|
2036
|
-
createdAt: Date;
|
|
2037
|
-
}) | (import("@tellescope/types-models").FormResponse & {
|
|
2038
|
-
id: string;
|
|
2039
|
-
createdAt: Date;
|
|
2040
2043
|
}) | (import("@tellescope/types-models").Journey & {
|
|
2041
2044
|
id: string;
|
|
2042
2045
|
createdAt: Date;
|
|
2043
|
-
}) | (import("@tellescope/types-models").User & {
|
|
2044
|
-
id: string;
|
|
2045
|
-
createdAt: Date;
|
|
2046
2046
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
2047
2047
|
id: string;
|
|
2048
2048
|
createdAt: Date;
|
|
@@ -2205,10 +2205,10 @@ export declare const useSyncContext: () => {
|
|
|
2205
2205
|
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
2206
2206
|
id: string;
|
|
2207
2207
|
createdAt: Date;
|
|
2208
|
-
}) | (import("@tellescope/types-models").
|
|
2208
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
2209
2209
|
id: string;
|
|
2210
2210
|
createdAt: Date;
|
|
2211
|
-
}) | (import("@tellescope/types-models").
|
|
2211
|
+
}) | (import("@tellescope/types-models").APIKey & {
|
|
2212
2212
|
id: string;
|
|
2213
2213
|
createdAt: Date;
|
|
2214
2214
|
}) | (import("@tellescope/types-models").EnduserStatusUpdate & {
|