lucid-extension-sdk 0.0.442 → 0.0.444

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.
Files changed (78) hide show
  1. package/commandtypes.d.ts +5 -2
  2. package/core/cardintegration/cardfielddisplaysettings.d.ts +743 -83
  3. package/core/cardintegration/cardfielddisplaysettings.js +106 -101
  4. package/core/cardintegration/cardintegrationautosyncconfig.d.ts +3 -2
  5. package/core/cardintegration/cardintegrationautosyncconfig.js +1 -0
  6. package/core/cardintegration/cardintegrationconfig.d.ts +671 -77
  7. package/core/cardintegration/cardintegrationconfig.js +56 -55
  8. package/core/cardintegration/cardintegrationparams.d.ts +0 -7
  9. package/core/cardintegration/cardpaneltabs/tab.d.ts +30 -0
  10. package/core/cardintegration/cardpaneltabs/tabs/listtab.d.ts +34 -3
  11. package/core/cardintegration/cardpaneltabs/tabs/listtab.js +5 -0
  12. package/core/cardintegration/cardpaneltabs/tabs.d.ts +33 -2
  13. package/core/cardintegration/cardpaneltabs/tabs.js +3 -1
  14. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitem.d.ts +91 -0
  15. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitem.js +63 -0
  16. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitemtag.d.ts +16 -0
  17. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitemtag.js +32 -0
  18. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitemtexttag.d.ts +35 -0
  19. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitemtexttag.js +27 -0
  20. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitemtexttagcolor.d.ts +14 -0
  21. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitemtexttagcolor.js +18 -0
  22. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitemusertag.d.ts +35 -0
  23. package/core/cardintegration/extensiondatapanel/extensiondatapanellistitemusertag.js +27 -0
  24. package/core/cardintegration/lucidcardintegrationregistry.js +12 -2
  25. package/core/data/utils/getcollectionenumfieldcollection.d.ts +12 -0
  26. package/core/data/utils/getcollectionenumfieldcollection.js +67 -0
  27. package/core/data/utils/getcollectionenumfielditems.d.ts +19 -0
  28. package/core/data/utils/getcollectionenumfielditems.js +86 -0
  29. package/core/format/arrayformat.d.ts +4 -0
  30. package/core/format/arrayformat.js +22 -0
  31. package/core/format/bigdecimalformat.d.ts +2 -0
  32. package/core/format/bigdecimalformat.js +10 -0
  33. package/core/format/dateformat.d.ts +2 -0
  34. package/core/format/dateformat.js +7 -0
  35. package/core/format/enumformat.d.ts +16 -0
  36. package/core/format/enumformat.js +41 -0
  37. package/core/format/format.d.ts +28 -0
  38. package/core/format/format.js +60 -0
  39. package/core/format/instantformat.d.ts +2 -0
  40. package/core/format/instantformat.js +10 -0
  41. package/core/format/jsonformat.d.ts +12 -0
  42. package/core/format/jsonformat.js +2 -0
  43. package/core/format/mapformat.d.ts +3 -0
  44. package/core/format/mapformat.js +34 -0
  45. package/core/format/maybestringifiedjsvalue.d.ts +2 -0
  46. package/core/format/maybestringifiedjsvalue.js +22 -0
  47. package/core/format/objectformat.d.ts +45 -0
  48. package/core/format/objectformat.js +98 -0
  49. package/core/format/opaqueformat.d.ts +3 -0
  50. package/core/format/opaqueformat.js +9 -0
  51. package/core/format/pointformat.d.ts +5 -0
  52. package/core/format/pointformat.js +25 -0
  53. package/core/format/primitiveformat.d.ts +57 -0
  54. package/core/format/primitiveformat.js +82 -0
  55. package/core/format/recordformat.d.ts +3 -0
  56. package/core/format/recordformat.js +40 -0
  57. package/core/format/serializablemap.d.ts +6 -0
  58. package/core/format/serializablemap.js +12 -0
  59. package/core/format/simpleformat.d.ts +15 -0
  60. package/core/format/simpleformat.js +33 -0
  61. package/core/mutable.d.ts +26 -0
  62. package/core/mutable.js +2 -0
  63. package/core/partialandundefined.d.ts +6 -0
  64. package/core/partialandundefined.js +2 -0
  65. package/core/primitivedata.d.ts +2 -0
  66. package/core/primitivedata.js +12 -1
  67. package/core/sharedcardintegration/cardintegrationdefinitions.d.ts +18 -1
  68. package/core/sharedcardintegration/cardintegrationdefinitions.js +8 -1
  69. package/dataconnector/actions/patchresponsebody.js +1 -1
  70. package/dataconnector/datasourceclient.d.ts +14 -2
  71. package/dataconnector/datasourceclient.js +14 -2
  72. package/document/documentelement/documentelementtype.d.ts +3 -1
  73. package/document/documentelement/documentelementtype.js +2 -0
  74. package/document/text/textstyle.d.ts +32 -9
  75. package/document/text/textstyle.js +44 -10
  76. package/index.d.ts +3 -0
  77. package/index.js +3 -0
  78. package/package.json +5 -2
package/commandtypes.d.ts CHANGED
@@ -5,6 +5,7 @@ import { SerializedFieldType } from './core/data/serializedfield/serializedfield
5
5
  import { JsonObject, UnsafeJsonSerializableOrUndefined } from './core/jsonserializable';
6
6
  import { LucidProduct } from './core/lucidproduct';
7
7
  import { LinearOffsetType } from './core/offsettype';
8
+ import { PartialAndNullish } from './core/partialandundefined';
8
9
  import { SerializedDataError } from './core/serializeddataerror';
9
10
  import { ShapeDataInheritance } from './core/shapedatainheritance';
10
11
  import { DocumentAccessPermission } from './document/documentaccesspermission';
@@ -786,6 +787,8 @@ export type SerializedFieldConfiguration = {
786
787
  'ncf'?: string[] | undefined;
787
788
  /** Callback to get fields to edit related to a field passed as an argument */
788
789
  'gfte'?: string | undefined;
790
+ /** Callback to get list items for a card's field passed as an argument */
791
+ 'gliff'?: string | undefined;
789
792
  };
790
793
  export type AddCardIntegrationQuery = {
791
794
  /** Title/name */
@@ -801,7 +804,7 @@ export type AddCardIntegrationQuery = {
801
804
  /** Icon url. Replaced by iconConfiguration.primaryIconUrl */
802
805
  'u': string;
803
806
  /** Text style */
804
- 'ts'?: Partial<TextStyle> | undefined;
807
+ 'ts'?: PartialAndNullish<TextStyle> | undefined;
805
808
  /** Field configuration */
806
809
  'fc': SerializedFieldConfiguration;
807
810
  /** Import from serialized fields callback */
@@ -1945,7 +1948,7 @@ export type SetTextStyleQuery = {
1945
1948
  /** Name of the text area to set text style on */
1946
1949
  'n': string;
1947
1950
  /** Text styles to set */
1948
- 's': Partial<TextStyle>;
1951
+ 's': PartialAndNullish<TextStyle>;
1949
1952
  };
1950
1953
  export type SetTextStyleResult = Promise<undefined>;
1951
1954
  export type ShowModalQuery = {