@layers-app/shared 0.3.9 → 0.4.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.
Files changed (190) hide show
  1. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +10 -10
  2. package/dist/components/AnimatedFigurePage/useParallax.d.ts +2 -2
  3. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  4. package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -4
  5. package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
  6. package/dist/components/AppContainer/components/AppSidebarButton.js +15 -22
  7. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
  8. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +21 -22
  9. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +91 -48
  11. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  12. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  13. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts +1 -3
  14. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
  15. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +63 -89
  16. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
  17. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
  18. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +26 -35
  19. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  20. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +1 -1
  21. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
  22. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +36 -43
  23. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts +0 -4
  24. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
  25. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +20 -59
  26. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +18 -28
  27. package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
  28. package/dist/components/AttachmentsPreview/AttachmentsPreview.js +18 -22
  29. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  30. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  31. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  32. package/dist/components/ColorPicker/ColorPicker.d.ts +18 -23
  33. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  34. package/dist/components/ColorPicker/ColorPicker.js +139 -145
  35. package/dist/components/ColorPicker/ColorPicker.module.css.js +8 -8
  36. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
  37. package/dist/components/ColorPicker/ColorPickerToolbar.js +88 -71
  38. package/dist/components/ColorPicker/icons.js +4 -4
  39. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  40. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
  41. package/dist/components/CommentComposer/CommentEditorHotkeys.js +4 -3
  42. package/dist/components/CommentComposer/index.js +1 -1
  43. package/dist/components/CommentComposer/useVirtualAnchor.d.ts +1 -1
  44. package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -1
  45. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  46. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  47. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  48. package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
  49. package/dist/components/EmojiPicker/EmojiPanel.js +22 -22
  50. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -1
  51. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  52. package/dist/components/EmojiPicker/EmojiPicker.js +1 -0
  53. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  54. package/dist/components/EmojiPicker/IconsPanel.js +13 -13
  55. package/dist/components/EntityIcon.d.ts.map +1 -1
  56. package/dist/components/EntityIcon.js +33 -43
  57. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  58. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  59. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  60. package/dist/components/FilePicker/FilePicker.d.ts +4 -2
  61. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  62. package/dist/components/FilePicker/FilePicker.js +241 -226
  63. package/dist/components/FilePicker/FilePicker.module.css.js +14 -12
  64. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  65. package/dist/components/FilePicker/FilePickerGallery.js +60 -34
  66. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  67. package/dist/components/FilePicker/FilePickerGiphy.js +38 -39
  68. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  69. package/dist/components/FilePicker/FilePickerLink.js +29 -26
  70. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  71. package/dist/components/FilePicker/FilePickerUnsplash.js +42 -43
  72. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  73. package/dist/components/FilePicker/FilePickerUpload.js +51 -35
  74. package/dist/components/FilePicker/coverCollections.d.ts +4 -0
  75. package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
  76. package/dist/components/FilePicker/coverCollections.js +164 -0
  77. package/dist/components/FilePicker/index.d.ts +1 -0
  78. package/dist/components/FilePicker/index.d.ts.map +1 -1
  79. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  80. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  81. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  82. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  83. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  84. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  85. package/dist/components/FormViewer/helpers/conditions.d.ts +38 -38
  86. package/dist/components/FormViewer/helpers/helpers.d.ts +38 -38
  87. package/dist/components/FormViewer/helpers/steps.d.ts +38 -38
  88. package/dist/components/FormViewer/hooks/useActiveControl.d.ts +19 -19
  89. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +38 -38
  90. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +0 -6
  91. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
  92. package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +3 -4
  93. package/dist/components/FormViewer/hooks/useFormMobile.d.ts +1 -1
  94. package/dist/components/FormViewer/hooks/useFormMobile.d.ts.map +1 -1
  95. package/dist/components/FormViewer/store/formStore.d.ts +248 -248
  96. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  97. package/dist/components/FormViewer/store/formStoreApi.d.ts +124 -124
  98. package/dist/components/FormViewer/store/selectors.d.ts +11655 -11655
  99. package/dist/components/FormViewer/types/form.d.ts +1 -1
  100. package/dist/components/FormViewer/types/form.d.ts.map +1 -1
  101. package/dist/components/FormViewer/types/schemes.d.ts +6358 -381
  102. package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
  103. package/dist/components/FormViewer/types/schemes.js +1 -1
  104. package/dist/components/GroupAvatar/index.d.ts +1 -3
  105. package/dist/components/GroupAvatar/index.d.ts.map +1 -1
  106. package/dist/components/GroupAvatar/index.js +21 -24
  107. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  108. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  109. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  110. package/dist/components/Loaders/styles.module.css.js +6 -6
  111. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  112. package/dist/components/MediaLibrary/MediaLibraryRow.js +7 -7
  113. package/dist/components/NavMenu/NavMenu.d.ts +1 -3
  114. package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
  115. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  116. package/dist/components/NavMenu/components/DnDProvider.d.ts +1 -1
  117. package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
  118. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts +1 -7
  119. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts.map +1 -1
  120. package/dist/components/NavMenu/components/NavMenuActionIcon.js +23 -21
  121. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  122. package/dist/components/NewColorPicker/components/Target.d.ts +1 -3
  123. package/dist/components/NewColorPicker/components/Target.d.ts.map +1 -1
  124. package/dist/components/NewColorPicker/components/Target.js +43 -48
  125. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  126. package/dist/components/Notification/Notification.js +1 -3
  127. package/dist/components/Notification/Notification.module.css.js +1 -1
  128. package/dist/components/Notification/NotificationCard.d.ts +1 -3
  129. package/dist/components/Notification/NotificationCard.d.ts.map +1 -1
  130. package/dist/components/Notification/NotificationCard.js +86 -87
  131. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  132. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  133. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  134. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +1 -1
  135. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -1
  136. package/dist/components/OnboardingTour/OnboardingTourWrapper.js +74 -70
  137. package/dist/components/ProjectIcon/ProjectIcon.d.ts +12 -7
  138. package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
  139. package/dist/components/ProjectIcon/ProjectIcon.js +60 -58
  140. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  141. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  142. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  143. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  144. package/dist/components/UserAvatar/index.d.ts +1 -2
  145. package/dist/components/UserAvatar/index.d.ts.map +1 -1
  146. package/dist/components/UserAvatar/index.js +35 -38
  147. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +3 -3
  148. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts.map +1 -1
  149. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +18 -19
  150. package/dist/components/WorkspaceMenu/WorkspaceItem.js +17 -17
  151. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +7 -7
  152. package/dist/components/table/FrontTable.d.ts.map +1 -1
  153. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  154. package/dist/config/envConfig.d.ts +0 -8
  155. package/dist/config/envConfig.d.ts.map +1 -1
  156. package/dist/config/envConfig.js +13 -21
  157. package/dist/helpers/getFileIcons.d.ts.map +1 -1
  158. package/dist/helpers/getFileIcons.js +45 -63
  159. package/dist/helpers/getFileType.d.ts +1 -1
  160. package/dist/helpers/getFileType.d.ts.map +1 -1
  161. package/dist/helpers/getFileType.js +8 -29
  162. package/dist/helpers/getPartOfTheDay.d.ts +1 -1
  163. package/dist/helpers/platform.d.ts +1 -1
  164. package/dist/helpers/platform.d.ts.map +1 -1
  165. package/dist/helpers/platform.js +4 -5
  166. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  167. package/dist/helpers/showNotifications.d.ts.map +1 -1
  168. package/dist/helpers/showNotifications.js +29 -30
  169. package/dist/helpers/showNotifications.module.css.js +1 -1
  170. package/dist/hooks/useOutsideClick.d.ts +1 -1
  171. package/dist/hooks/useOutsideClick.d.ts.map +1 -1
  172. package/dist/index.css +1 -1
  173. package/dist/index.d.ts +1 -2
  174. package/dist/index.d.ts.map +1 -1
  175. package/dist/index.js +465 -467
  176. package/dist/lang/locales/ui_en.json.js +20 -18
  177. package/dist/lang/locales/ui_es.json.js +14 -12
  178. package/dist/lang/locales/ui_ru.json.js +15 -13
  179. package/dist/node_modules/countries-and-timezones/esm/index.js +4011 -281
  180. package/docs/README.md +499 -499
  181. package/package.json +75 -75
  182. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +0 -6
  183. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +0 -1
  184. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +0 -16
  185. package/dist/components/TextColorIcon.d.ts +0 -8
  186. package/dist/components/TextColorIcon.d.ts.map +0 -1
  187. package/dist/components/TextColorIcon.js +0 -60
  188. package/dist/helpers/offlineSuppression.d.ts +0 -3
  189. package/dist/helpers/offlineSuppression.d.ts.map +0 -1
  190. package/dist/helpers/offlineSuppression.js +0 -8
@@ -1 +1 @@
1
- {"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAKlB,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;AAC9E,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,QAAQ,EACT,MAAM,eAAe,CAAC;AAGvB,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,KAAK,GAAG,UAAU,GAAG,OAAO,CAAC;AACvE,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,WAAW,CAAC;AACxD,MAAM,WAAW,sBAAsB;IACrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;CACxD;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,EAAE;QACV,OAAO,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,MAAM,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qBAAqB,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/C,UAAU,CAAC,EAAE,MAAM,QAAQ,CAAC;IAC5B,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACpD,YAAY,CAAC,EAAE,CACb,IAAI,EAAE,cAAc,EACpB,YAAY,CAAC,EAAE,sBAAsB,KAClC,OAAO,CAAC,MAAM,CAAC,CAAC;IACrB,MAAM,CAAC,EAAE,cAAc,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;kBA0HigO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAnF7hO,CAAC;AAMF,MAAM,MAAM,eAAe,GAAG;IAC5B,+BAA+B;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8BAA8B;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACpD,0CAA0C;IAC1C,UAAU,CAAC,EAAE,MAAM,QAAQ,CAAC;IAC5B,2BAA2B;IAC3B,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,gDAAgD;IAChD,YAAY,CAAC,EAAE,CACb,IAAI,EAAE,cAAc,EACpB,YAAY,CAAC,EAAE,sBAAsB,KAClC,OAAO,CAAC,GAAG,CAAC,CAAC;CACnB,CAAC;AAEF,kGAAkG;AAClG,eAAO,MAAM,iBAAiB,GAAI,0FAS/B,iBAAiB,CAAC,eAAe,CAAC,GAAG;IACtC,4FAA4F;IAC5F,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;CAC5C,4CA+BA,CAAC;AAEF,mFAAmF;AACnF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;kBAa8/N,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAD7hO,CAAC"}
@@ -30,6 +30,53 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
30
30
  setFormLayout: (layout: FormLayout) => void;
31
31
  scrollToControl: (controlId: string) => void;
32
32
  getConfig: () => Required<{
33
+ theme?: {
34
+ title?: {
35
+ color?: string | undefined;
36
+ fontSize?: number | undefined;
37
+ fontWeight?: number | undefined;
38
+ fontFamily?: string | undefined;
39
+ } | undefined;
40
+ description?: {
41
+ color?: string | undefined;
42
+ fontSize?: number | undefined;
43
+ fontWeight?: number | undefined;
44
+ fontFamily?: string | undefined;
45
+ } | undefined;
46
+ background?: {
47
+ image?: string | undefined;
48
+ brightness?: number | undefined;
49
+ color?: string | undefined;
50
+ blur?: number | undefined;
51
+ opacity?: number | undefined;
52
+ fit?: string | undefined;
53
+ blendMode?: string | undefined;
54
+ } | undefined;
55
+ size?: "sm" | "md" | "lg" | undefined;
56
+ align?: "start" | "center" | "end" | undefined;
57
+ listStyle?: string | undefined;
58
+ borderRadius?: "sm" | "md" | "lg" | undefined;
59
+ primaryColor?: string | undefined;
60
+ font?: {
61
+ color?: string | undefined;
62
+ fontSize?: number | undefined;
63
+ fontWeight?: number | undefined;
64
+ fontFamily?: string | undefined;
65
+ } | undefined;
66
+ container?: {
67
+ color?: string | undefined;
68
+ blur?: number | undefined;
69
+ opacity?: number | undefined;
70
+ backgroundImage?: string | undefined;
71
+ shadowSize?: number | undefined;
72
+ shadowColor?: string | undefined;
73
+ } | undefined;
74
+ input?: {
75
+ backgroundColor?: string | undefined;
76
+ borderColor?: string | undefined;
77
+ } | undefined;
78
+ customCSS?: string | undefined;
79
+ } | undefined;
33
80
  steps?: {
34
81
  id: string;
35
82
  controls: ({
@@ -67,11 +114,11 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
67
114
  max?: number | undefined;
68
115
  } | {
69
116
  id: string;
70
- controlType: "multipleChoice";
71
117
  options: {
72
- label: string;
73
118
  id: string;
119
+ label: string;
74
120
  }[];
121
+ controlType: "multipleChoice";
75
122
  title?: string | undefined;
76
123
  description?: string | undefined;
77
124
  icon?: string | undefined;
@@ -88,16 +135,16 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
88
135
  description?: string | undefined;
89
136
  icon?: string | undefined;
90
137
  required?: boolean | undefined;
138
+ variableName?: string | undefined;
91
139
  min?: number | undefined;
92
140
  max?: number | undefined;
93
- variableName?: string | undefined;
94
141
  } | {
95
142
  id: string;
96
- controlType: "dropdown";
97
143
  options: {
98
- label: string;
99
144
  id: string;
145
+ label: string;
100
146
  }[];
147
+ controlType: "dropdown";
101
148
  title?: string | undefined;
102
149
  description?: string | undefined;
103
150
  icon?: string | undefined;
@@ -106,25 +153,25 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
106
153
  variableName?: string | undefined;
107
154
  } | {
108
155
  id: string;
109
- controlType: "choice";
110
156
  options: {
111
- label: string;
112
157
  id: string;
158
+ label: string;
113
159
  }[];
160
+ controlType: "choice";
114
161
  title?: string | undefined;
115
162
  description?: string | undefined;
116
163
  required?: boolean | undefined;
117
- showInput?: boolean | undefined;
118
164
  variableName?: string | undefined;
165
+ showInput?: boolean | undefined;
119
166
  otherOption?: boolean | undefined;
120
167
  } | {
121
168
  id: string;
122
- controlType: "pictureChoice";
123
169
  options: {
124
- label: string;
125
170
  id: string;
171
+ label: string;
126
172
  image?: string | undefined;
127
173
  }[];
174
+ controlType: "pictureChoice";
128
175
  title?: string | undefined;
129
176
  description?: string | undefined;
130
177
  icon?: string | undefined;
@@ -137,13 +184,13 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
137
184
  title?: string | undefined;
138
185
  description?: string | undefined;
139
186
  icon?: string | undefined;
187
+ required?: boolean | undefined;
188
+ variableName?: string | undefined;
140
189
  multiple?: boolean | undefined;
141
190
  maxFiles?: number | undefined;
142
191
  minFiles?: number | undefined;
143
192
  accept?: string[] | undefined;
144
193
  maxSize?: number | undefined;
145
- required?: boolean | undefined;
146
- variableName?: string | undefined;
147
194
  } | {
148
195
  id: string;
149
196
  controlType: "location";
@@ -177,10 +224,10 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
177
224
  title?: string | undefined;
178
225
  description?: string | undefined;
179
226
  icon?: string | undefined;
180
- yesLabel?: string | undefined;
181
- noLabel?: string | undefined;
182
227
  required?: boolean | undefined;
183
228
  variableName?: string | undefined;
229
+ yesLabel?: string | undefined;
230
+ noLabel?: string | undefined;
184
231
  } | {
185
232
  id: string;
186
233
  controlType: "longText";
@@ -199,9 +246,9 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
199
246
  description?: string | undefined;
200
247
  icon?: string | undefined;
201
248
  required?: boolean | undefined;
249
+ label?: string | undefined;
202
250
  showButton?: boolean | undefined;
203
251
  buttonIcon?: string | undefined;
204
- label?: string | undefined;
205
252
  showIconButton?: boolean | undefined;
206
253
  } | {
207
254
  id: string;
@@ -209,25 +256,25 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
209
256
  title?: string | undefined;
210
257
  description?: string | undefined;
211
258
  required?: boolean | undefined;
259
+ label?: string | undefined;
212
260
  showButton?: boolean | undefined;
213
261
  buttonIcon?: string | undefined;
214
262
  link?: string | undefined;
215
- label?: string | undefined;
216
263
  } | {
217
264
  id: string;
218
265
  controlType: "button";
219
266
  title?: string | undefined;
220
267
  description?: string | undefined;
268
+ required?: boolean | undefined;
221
269
  label?: string | undefined;
222
- link?: string | undefined;
223
- showIconButton?: boolean | undefined;
224
270
  buttonIcon?: string | undefined;
271
+ showIconButton?: boolean | undefined;
272
+ link?: string | undefined;
225
273
  alignButton?: "start" | "center" | "end" | undefined;
226
274
  buttons?: any[] | undefined;
227
275
  orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
228
276
  width?: number | undefined;
229
277
  enableTooltip?: boolean | undefined;
230
- required?: boolean | undefined;
231
278
  fullWidthMobile?: boolean | undefined;
232
279
  } | {
233
280
  id: string;
@@ -244,9 +291,9 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
244
291
  autoSubmit?: boolean | undefined;
245
292
  confirmLabel?: string | undefined;
246
293
  media?: {
294
+ image?: string | undefined;
247
295
  layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
248
296
  brightness?: number | undefined;
249
- image?: string | undefined;
250
297
  video?: string | undefined;
251
298
  videoThumb?: string | undefined;
252
299
  color?: string | undefined;
@@ -254,52 +301,52 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
254
301
  blur?: number | undefined;
255
302
  } | undefined;
256
303
  conditions?: {
304
+ trigger: string;
257
305
  controlId: string;
258
306
  operator: string;
259
- trigger: string;
260
307
  compareValue?: string | undefined;
261
308
  }[] | undefined;
262
309
  theme?: {
263
- size?: "sm" | "md" | "lg" | undefined;
264
- align?: "start" | "center" | "end" | undefined;
265
- listStyle?: string | undefined;
266
- borderRadius?: "sm" | "md" | "lg" | undefined;
267
- primaryColor?: string | undefined;
268
310
  title?: {
311
+ color?: string | undefined;
269
312
  fontSize?: number | undefined;
270
313
  fontWeight?: number | undefined;
271
314
  fontFamily?: string | undefined;
272
- color?: string | undefined;
273
315
  } | undefined;
274
316
  description?: {
317
+ color?: string | undefined;
275
318
  fontSize?: number | undefined;
276
319
  fontWeight?: number | undefined;
277
320
  fontFamily?: string | undefined;
321
+ } | undefined;
322
+ background?: {
323
+ image?: string | undefined;
324
+ brightness?: number | undefined;
278
325
  color?: string | undefined;
326
+ blur?: number | undefined;
327
+ opacity?: number | undefined;
328
+ fit?: string | undefined;
329
+ blendMode?: string | undefined;
279
330
  } | undefined;
331
+ size?: "sm" | "md" | "lg" | undefined;
332
+ align?: "start" | "center" | "end" | undefined;
333
+ listStyle?: string | undefined;
334
+ borderRadius?: "sm" | "md" | "lg" | undefined;
335
+ primaryColor?: string | undefined;
280
336
  font?: {
337
+ color?: string | undefined;
281
338
  fontSize?: number | undefined;
282
339
  fontWeight?: number | undefined;
283
340
  fontFamily?: string | undefined;
284
- color?: string | undefined;
285
341
  } | undefined;
286
342
  container?: {
287
343
  color?: string | undefined;
288
- opacity?: number | undefined;
289
344
  blur?: number | undefined;
345
+ opacity?: number | undefined;
290
346
  backgroundImage?: string | undefined;
291
347
  shadowSize?: number | undefined;
292
348
  shadowColor?: string | undefined;
293
349
  } | undefined;
294
- background?: {
295
- color?: string | undefined;
296
- image?: string | undefined;
297
- blur?: number | undefined;
298
- brightness?: number | undefined;
299
- opacity?: number | undefined;
300
- fit?: string | undefined;
301
- blendMode?: string | undefined;
302
- } | undefined;
303
350
  input?: {
304
351
  backgroundColor?: string | undefined;
305
352
  borderColor?: string | undefined;
@@ -348,11 +395,11 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
348
395
  max?: number | undefined;
349
396
  } | {
350
397
  id: string;
351
- controlType: "multipleChoice";
352
398
  options: {
353
- label: string;
354
399
  id: string;
400
+ label: string;
355
401
  }[];
402
+ controlType: "multipleChoice";
356
403
  title?: string | undefined;
357
404
  description?: string | undefined;
358
405
  icon?: string | undefined;
@@ -369,16 +416,16 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
369
416
  description?: string | undefined;
370
417
  icon?: string | undefined;
371
418
  required?: boolean | undefined;
419
+ variableName?: string | undefined;
372
420
  min?: number | undefined;
373
421
  max?: number | undefined;
374
- variableName?: string | undefined;
375
422
  } | {
376
423
  id: string;
377
- controlType: "dropdown";
378
424
  options: {
379
- label: string;
380
425
  id: string;
426
+ label: string;
381
427
  }[];
428
+ controlType: "dropdown";
382
429
  title?: string | undefined;
383
430
  description?: string | undefined;
384
431
  icon?: string | undefined;
@@ -387,25 +434,25 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
387
434
  variableName?: string | undefined;
388
435
  } | {
389
436
  id: string;
390
- controlType: "choice";
391
437
  options: {
392
- label: string;
393
438
  id: string;
439
+ label: string;
394
440
  }[];
441
+ controlType: "choice";
395
442
  title?: string | undefined;
396
443
  description?: string | undefined;
397
444
  required?: boolean | undefined;
398
- showInput?: boolean | undefined;
399
445
  variableName?: string | undefined;
446
+ showInput?: boolean | undefined;
400
447
  otherOption?: boolean | undefined;
401
448
  } | {
402
449
  id: string;
403
- controlType: "pictureChoice";
404
450
  options: {
405
- label: string;
406
451
  id: string;
452
+ label: string;
407
453
  image?: string | undefined;
408
454
  }[];
455
+ controlType: "pictureChoice";
409
456
  title?: string | undefined;
410
457
  description?: string | undefined;
411
458
  icon?: string | undefined;
@@ -418,13 +465,13 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
418
465
  title?: string | undefined;
419
466
  description?: string | undefined;
420
467
  icon?: string | undefined;
468
+ required?: boolean | undefined;
469
+ variableName?: string | undefined;
421
470
  multiple?: boolean | undefined;
422
471
  maxFiles?: number | undefined;
423
472
  minFiles?: number | undefined;
424
473
  accept?: string[] | undefined;
425
474
  maxSize?: number | undefined;
426
- required?: boolean | undefined;
427
- variableName?: string | undefined;
428
475
  } | {
429
476
  id: string;
430
477
  controlType: "location";
@@ -458,10 +505,10 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
458
505
  title?: string | undefined;
459
506
  description?: string | undefined;
460
507
  icon?: string | undefined;
461
- yesLabel?: string | undefined;
462
- noLabel?: string | undefined;
463
508
  required?: boolean | undefined;
464
509
  variableName?: string | undefined;
510
+ yesLabel?: string | undefined;
511
+ noLabel?: string | undefined;
465
512
  } | {
466
513
  id: string;
467
514
  controlType: "longText";
@@ -480,9 +527,9 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
480
527
  description?: string | undefined;
481
528
  icon?: string | undefined;
482
529
  required?: boolean | undefined;
530
+ label?: string | undefined;
483
531
  showButton?: boolean | undefined;
484
532
  buttonIcon?: string | undefined;
485
- label?: string | undefined;
486
533
  showIconButton?: boolean | undefined;
487
534
  } | {
488
535
  id: string;
@@ -490,25 +537,25 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
490
537
  title?: string | undefined;
491
538
  description?: string | undefined;
492
539
  required?: boolean | undefined;
540
+ label?: string | undefined;
493
541
  showButton?: boolean | undefined;
494
542
  buttonIcon?: string | undefined;
495
543
  link?: string | undefined;
496
- label?: string | undefined;
497
544
  } | {
498
545
  id: string;
499
546
  controlType: "button";
500
547
  title?: string | undefined;
501
548
  description?: string | undefined;
549
+ required?: boolean | undefined;
502
550
  label?: string | undefined;
503
- link?: string | undefined;
504
- showIconButton?: boolean | undefined;
505
551
  buttonIcon?: string | undefined;
552
+ showIconButton?: boolean | undefined;
553
+ link?: string | undefined;
506
554
  alignButton?: "start" | "center" | "end" | undefined;
507
555
  buttons?: any[] | undefined;
508
556
  orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
509
557
  width?: number | undefined;
510
558
  enableTooltip?: boolean | undefined;
511
- required?: boolean | undefined;
512
559
  fullWidthMobile?: boolean | undefined;
513
560
  } | {
514
561
  id: string;
@@ -525,9 +572,9 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
525
572
  autoSubmit?: boolean | undefined;
526
573
  confirmLabel?: string | undefined;
527
574
  media?: {
575
+ image?: string | undefined;
528
576
  layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
529
577
  brightness?: number | undefined;
530
- image?: string | undefined;
531
578
  video?: string | undefined;
532
579
  videoThumb?: string | undefined;
533
580
  color?: string | undefined;
@@ -535,52 +582,52 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
535
582
  blur?: number | undefined;
536
583
  } | undefined;
537
584
  conditions?: {
585
+ trigger: string;
538
586
  controlId: string;
539
587
  operator: string;
540
- trigger: string;
541
588
  compareValue?: string | undefined;
542
589
  }[] | undefined;
543
590
  theme?: {
544
- size?: "sm" | "md" | "lg" | undefined;
545
- align?: "start" | "center" | "end" | undefined;
546
- listStyle?: string | undefined;
547
- borderRadius?: "sm" | "md" | "lg" | undefined;
548
- primaryColor?: string | undefined;
549
591
  title?: {
592
+ color?: string | undefined;
550
593
  fontSize?: number | undefined;
551
594
  fontWeight?: number | undefined;
552
595
  fontFamily?: string | undefined;
553
- color?: string | undefined;
554
596
  } | undefined;
555
597
  description?: {
598
+ color?: string | undefined;
556
599
  fontSize?: number | undefined;
557
600
  fontWeight?: number | undefined;
558
601
  fontFamily?: string | undefined;
602
+ } | undefined;
603
+ background?: {
604
+ image?: string | undefined;
605
+ brightness?: number | undefined;
559
606
  color?: string | undefined;
607
+ blur?: number | undefined;
608
+ opacity?: number | undefined;
609
+ fit?: string | undefined;
610
+ blendMode?: string | undefined;
560
611
  } | undefined;
612
+ size?: "sm" | "md" | "lg" | undefined;
613
+ align?: "start" | "center" | "end" | undefined;
614
+ listStyle?: string | undefined;
615
+ borderRadius?: "sm" | "md" | "lg" | undefined;
616
+ primaryColor?: string | undefined;
561
617
  font?: {
618
+ color?: string | undefined;
562
619
  fontSize?: number | undefined;
563
620
  fontWeight?: number | undefined;
564
621
  fontFamily?: string | undefined;
565
- color?: string | undefined;
566
622
  } | undefined;
567
623
  container?: {
568
624
  color?: string | undefined;
569
- opacity?: number | undefined;
570
625
  blur?: number | undefined;
626
+ opacity?: number | undefined;
571
627
  backgroundImage?: string | undefined;
572
628
  shadowSize?: number | undefined;
573
629
  shadowColor?: string | undefined;
574
630
  } | undefined;
575
- background?: {
576
- color?: string | undefined;
577
- image?: string | undefined;
578
- blur?: number | undefined;
579
- brightness?: number | undefined;
580
- opacity?: number | undefined;
581
- fit?: string | undefined;
582
- blendMode?: string | undefined;
583
- } | undefined;
584
631
  input?: {
585
632
  backgroundColor?: string | undefined;
586
633
  borderColor?: string | undefined;
@@ -592,57 +639,10 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
592
639
  y: number;
593
640
  } | undefined;
594
641
  } | undefined;
595
- theme?: {
596
- size?: "sm" | "md" | "lg" | undefined;
597
- align?: "start" | "center" | "end" | undefined;
598
- listStyle?: string | undefined;
599
- borderRadius?: "sm" | "md" | "lg" | undefined;
600
- primaryColor?: string | undefined;
601
- title?: {
602
- fontSize?: number | undefined;
603
- fontWeight?: number | undefined;
604
- fontFamily?: string | undefined;
605
- color?: string | undefined;
606
- } | undefined;
607
- description?: {
608
- fontSize?: number | undefined;
609
- fontWeight?: number | undefined;
610
- fontFamily?: string | undefined;
611
- color?: string | undefined;
612
- } | undefined;
613
- font?: {
614
- fontSize?: number | undefined;
615
- fontWeight?: number | undefined;
616
- fontFamily?: string | undefined;
617
- color?: string | undefined;
618
- } | undefined;
619
- container?: {
620
- color?: string | undefined;
621
- opacity?: number | undefined;
622
- blur?: number | undefined;
623
- backgroundImage?: string | undefined;
624
- shadowSize?: number | undefined;
625
- shadowColor?: string | undefined;
626
- } | undefined;
627
- background?: {
628
- color?: string | undefined;
629
- image?: string | undefined;
630
- blur?: number | undefined;
631
- brightness?: number | undefined;
632
- opacity?: number | undefined;
633
- fit?: string | undefined;
634
- blendMode?: string | undefined;
635
- } | undefined;
636
- input?: {
637
- backgroundColor?: string | undefined;
638
- borderColor?: string | undefined;
639
- } | undefined;
640
- customCSS?: string | undefined;
641
- } | undefined;
642
642
  settings?: {
643
+ layout: "slides" | "list";
643
644
  slideAnimation: "vertical" | "horizontal" | "none";
644
645
  freeNav: boolean;
645
- layout: "slides" | "list";
646
646
  enterIndicator?: any;
647
647
  progressBar?: boolean | undefined;
648
648
  copyright?: boolean | undefined;