@tellescope/react-components 1.204.2 → 1.205.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/hooks.d.ts.map +1 -1
- package/lib/cjs/Forms/hooks.js +10 -2
- package/lib/cjs/Forms/hooks.js.map +1 -1
- package/lib/cjs/Forms/inputs.d.ts.map +1 -1
- package/lib/cjs/Forms/inputs.js +2 -1
- package/lib/cjs/Forms/inputs.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/form_responses.d.ts +0 -1
- package/lib/esm/Forms/form_responses.d.ts.map +1 -1
- package/lib/esm/Forms/forms.d.ts +3 -3
- package/lib/esm/Forms/hooks.d.ts +0 -1
- package/lib/esm/Forms/hooks.d.ts.map +1 -1
- package/lib/esm/Forms/hooks.js +10 -2
- package/lib/esm/Forms/hooks.js.map +1 -1
- package/lib/esm/Forms/inputs.d.ts +1 -1
- package/lib/esm/Forms/inputs.d.ts.map +1 -1
- package/lib/esm/Forms/inputs.js +3 -2
- package/lib/esm/Forms/inputs.js.map +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/state.d.ts +52 -52
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
- package/src/Forms/hooks.tsx +9 -2
- package/src/Forms/inputs.tsx +3 -2
package/lib/esm/state.d.ts
CHANGED
|
@@ -1168,24 +1168,15 @@ 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").
|
|
1172
|
-
id: string;
|
|
1173
|
-
createdAt: Date;
|
|
1174
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1171
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").File & {
|
|
1175
1172
|
id: string;
|
|
1176
1173
|
createdAt: Date;
|
|
1177
1174
|
}) | (import("@tellescope/types-models").Enduser & {
|
|
1178
1175
|
id: string;
|
|
1179
1176
|
createdAt: Date;
|
|
1180
|
-
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1181
|
-
id: string;
|
|
1182
|
-
createdAt: Date;
|
|
1183
1177
|
}) | (import("@tellescope/types-models").User & {
|
|
1184
1178
|
id: string;
|
|
1185
1179
|
createdAt: Date;
|
|
1186
|
-
}) | (import("@tellescope/types-models").Product & {
|
|
1187
|
-
id: string;
|
|
1188
|
-
createdAt: Date;
|
|
1189
1180
|
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1190
1181
|
id: string;
|
|
1191
1182
|
createdAt: Date;
|
|
@@ -1246,15 +1237,18 @@ export declare const useDataSync____internal: () => {
|
|
|
1246
1237
|
}) | (import("@tellescope/types-models").Meeting & {
|
|
1247
1238
|
id: string;
|
|
1248
1239
|
createdAt: Date;
|
|
1249
|
-
}) | (import("@tellescope/types-models").File & {
|
|
1250
|
-
id: string;
|
|
1251
|
-
createdAt: Date;
|
|
1252
1240
|
}) | (import("@tellescope/types-models").Note & {
|
|
1253
1241
|
id: string;
|
|
1254
1242
|
createdAt: Date;
|
|
1255
1243
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1256
1244
|
id: string;
|
|
1257
1245
|
createdAt: Date;
|
|
1246
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1247
|
+
id: string;
|
|
1248
|
+
createdAt: Date;
|
|
1249
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1250
|
+
id: string;
|
|
1251
|
+
createdAt: Date;
|
|
1258
1252
|
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1259
1253
|
id: string;
|
|
1260
1254
|
createdAt: Date;
|
|
@@ -1300,6 +1294,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1300
1294
|
}) | (import("@tellescope/types-models").Database & {
|
|
1301
1295
|
id: string;
|
|
1302
1296
|
createdAt: Date;
|
|
1297
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1298
|
+
id: string;
|
|
1299
|
+
createdAt: Date;
|
|
1303
1300
|
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1304
1301
|
id: string;
|
|
1305
1302
|
createdAt: Date;
|
|
@@ -1318,6 +1315,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1318
1315
|
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1319
1316
|
id: string;
|
|
1320
1317
|
createdAt: Date;
|
|
1318
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1319
|
+
id: string;
|
|
1320
|
+
createdAt: Date;
|
|
1321
1321
|
}) | (import("@tellescope/types-models").Purchase & {
|
|
1322
1322
|
id: string;
|
|
1323
1323
|
createdAt: Date;
|
|
@@ -1428,24 +1428,15 @@ 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").
|
|
1432
|
-
id: string;
|
|
1433
|
-
createdAt: Date;
|
|
1434
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1431
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").File & {
|
|
1435
1432
|
id: string;
|
|
1436
1433
|
createdAt: Date;
|
|
1437
1434
|
}) | (import("@tellescope/types-models").Enduser & {
|
|
1438
1435
|
id: string;
|
|
1439
1436
|
createdAt: Date;
|
|
1440
|
-
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1441
|
-
id: string;
|
|
1442
|
-
createdAt: Date;
|
|
1443
1437
|
}) | (import("@tellescope/types-models").User & {
|
|
1444
1438
|
id: string;
|
|
1445
1439
|
createdAt: Date;
|
|
1446
|
-
}) | (import("@tellescope/types-models").Product & {
|
|
1447
|
-
id: string;
|
|
1448
|
-
createdAt: Date;
|
|
1449
1440
|
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1450
1441
|
id: string;
|
|
1451
1442
|
createdAt: Date;
|
|
@@ -1506,15 +1497,18 @@ export declare const useDataSync____internal: () => {
|
|
|
1506
1497
|
}) | (import("@tellescope/types-models").Meeting & {
|
|
1507
1498
|
id: string;
|
|
1508
1499
|
createdAt: Date;
|
|
1509
|
-
}) | (import("@tellescope/types-models").File & {
|
|
1510
|
-
id: string;
|
|
1511
|
-
createdAt: Date;
|
|
1512
1500
|
}) | (import("@tellescope/types-models").Note & {
|
|
1513
1501
|
id: string;
|
|
1514
1502
|
createdAt: Date;
|
|
1515
1503
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1516
1504
|
id: string;
|
|
1517
1505
|
createdAt: Date;
|
|
1506
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1507
|
+
id: string;
|
|
1508
|
+
createdAt: Date;
|
|
1509
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1510
|
+
id: string;
|
|
1511
|
+
createdAt: Date;
|
|
1518
1512
|
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1519
1513
|
id: string;
|
|
1520
1514
|
createdAt: Date;
|
|
@@ -1560,6 +1554,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1560
1554
|
}) | (import("@tellescope/types-models").Database & {
|
|
1561
1555
|
id: string;
|
|
1562
1556
|
createdAt: Date;
|
|
1557
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1558
|
+
id: string;
|
|
1559
|
+
createdAt: Date;
|
|
1563
1560
|
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1564
1561
|
id: string;
|
|
1565
1562
|
createdAt: Date;
|
|
@@ -1578,6 +1575,9 @@ export declare const useDataSync____internal: () => {
|
|
|
1578
1575
|
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1579
1576
|
id: string;
|
|
1580
1577
|
createdAt: Date;
|
|
1578
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1579
|
+
id: string;
|
|
1580
|
+
createdAt: Date;
|
|
1581
1581
|
}) | (import("@tellescope/types-models").Purchase & {
|
|
1582
1582
|
id: string;
|
|
1583
1583
|
createdAt: Date;
|
|
@@ -1696,24 +1696,15 @@ 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").
|
|
1700
|
-
id: string;
|
|
1701
|
-
createdAt: Date;
|
|
1702
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1699
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").File & {
|
|
1703
1700
|
id: string;
|
|
1704
1701
|
createdAt: Date;
|
|
1705
1702
|
}) | (import("@tellescope/types-models").Enduser & {
|
|
1706
1703
|
id: string;
|
|
1707
1704
|
createdAt: Date;
|
|
1708
|
-
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1709
|
-
id: string;
|
|
1710
|
-
createdAt: Date;
|
|
1711
1705
|
}) | (import("@tellescope/types-models").User & {
|
|
1712
1706
|
id: string;
|
|
1713
1707
|
createdAt: Date;
|
|
1714
|
-
}) | (import("@tellescope/types-models").Product & {
|
|
1715
|
-
id: string;
|
|
1716
|
-
createdAt: Date;
|
|
1717
1708
|
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1718
1709
|
id: string;
|
|
1719
1710
|
createdAt: Date;
|
|
@@ -1774,15 +1765,18 @@ export declare const useSyncContext: () => {
|
|
|
1774
1765
|
}) | (import("@tellescope/types-models").Meeting & {
|
|
1775
1766
|
id: string;
|
|
1776
1767
|
createdAt: Date;
|
|
1777
|
-
}) | (import("@tellescope/types-models").File & {
|
|
1778
|
-
id: string;
|
|
1779
|
-
createdAt: Date;
|
|
1780
1768
|
}) | (import("@tellescope/types-models").Note & {
|
|
1781
1769
|
id: string;
|
|
1782
1770
|
createdAt: Date;
|
|
1783
1771
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1784
1772
|
id: string;
|
|
1785
1773
|
createdAt: Date;
|
|
1774
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1775
|
+
id: string;
|
|
1776
|
+
createdAt: Date;
|
|
1777
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1778
|
+
id: string;
|
|
1779
|
+
createdAt: Date;
|
|
1786
1780
|
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1787
1781
|
id: string;
|
|
1788
1782
|
createdAt: Date;
|
|
@@ -1828,6 +1822,9 @@ export declare const useSyncContext: () => {
|
|
|
1828
1822
|
}) | (import("@tellescope/types-models").Database & {
|
|
1829
1823
|
id: string;
|
|
1830
1824
|
createdAt: Date;
|
|
1825
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1826
|
+
id: string;
|
|
1827
|
+
createdAt: Date;
|
|
1831
1828
|
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1832
1829
|
id: string;
|
|
1833
1830
|
createdAt: Date;
|
|
@@ -1846,6 +1843,9 @@ export declare const useSyncContext: () => {
|
|
|
1846
1843
|
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1847
1844
|
id: string;
|
|
1848
1845
|
createdAt: Date;
|
|
1846
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1847
|
+
id: string;
|
|
1848
|
+
createdAt: Date;
|
|
1849
1849
|
}) | (import("@tellescope/types-models").Purchase & {
|
|
1850
1850
|
id: string;
|
|
1851
1851
|
createdAt: Date;
|
|
@@ -1956,24 +1956,15 @@ 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").
|
|
1960
|
-
id: string;
|
|
1961
|
-
createdAt: Date;
|
|
1962
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1959
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").File & {
|
|
1963
1960
|
id: string;
|
|
1964
1961
|
createdAt: Date;
|
|
1965
1962
|
}) | (import("@tellescope/types-models").Enduser & {
|
|
1966
1963
|
id: string;
|
|
1967
1964
|
createdAt: Date;
|
|
1968
|
-
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1969
|
-
id: string;
|
|
1970
|
-
createdAt: Date;
|
|
1971
1965
|
}) | (import("@tellescope/types-models").User & {
|
|
1972
1966
|
id: string;
|
|
1973
1967
|
createdAt: Date;
|
|
1974
|
-
}) | (import("@tellescope/types-models").Product & {
|
|
1975
|
-
id: string;
|
|
1976
|
-
createdAt: Date;
|
|
1977
1968
|
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1978
1969
|
id: string;
|
|
1979
1970
|
createdAt: Date;
|
|
@@ -2034,15 +2025,18 @@ export declare const useSyncContext: () => {
|
|
|
2034
2025
|
}) | (import("@tellescope/types-models").Meeting & {
|
|
2035
2026
|
id: string;
|
|
2036
2027
|
createdAt: Date;
|
|
2037
|
-
}) | (import("@tellescope/types-models").File & {
|
|
2038
|
-
id: string;
|
|
2039
|
-
createdAt: Date;
|
|
2040
2028
|
}) | (import("@tellescope/types-models").Note & {
|
|
2041
2029
|
id: string;
|
|
2042
2030
|
createdAt: Date;
|
|
2043
2031
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
2044
2032
|
id: string;
|
|
2045
2033
|
createdAt: Date;
|
|
2034
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
2035
|
+
id: string;
|
|
2036
|
+
createdAt: Date;
|
|
2037
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
2038
|
+
id: string;
|
|
2039
|
+
createdAt: Date;
|
|
2046
2040
|
}) | (import("@tellescope/types-models").FormResponse & {
|
|
2047
2041
|
id: string;
|
|
2048
2042
|
createdAt: Date;
|
|
@@ -2088,6 +2082,9 @@ export declare const useSyncContext: () => {
|
|
|
2088
2082
|
}) | (import("@tellescope/types-models").Database & {
|
|
2089
2083
|
id: string;
|
|
2090
2084
|
createdAt: Date;
|
|
2085
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
2086
|
+
id: string;
|
|
2087
|
+
createdAt: Date;
|
|
2091
2088
|
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
2092
2089
|
id: string;
|
|
2093
2090
|
createdAt: Date;
|
|
@@ -2106,6 +2103,9 @@ export declare const useSyncContext: () => {
|
|
|
2106
2103
|
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
2107
2104
|
id: string;
|
|
2108
2105
|
createdAt: Date;
|
|
2106
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
2107
|
+
id: string;
|
|
2108
|
+
createdAt: Date;
|
|
2109
2109
|
}) | (import("@tellescope/types-models").Purchase & {
|
|
2110
2110
|
id: string;
|
|
2111
2111
|
createdAt: Date;
|