@mixd-id/web-scaffold 0.2.250801010 → 0.2.250801012

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 (398) hide show
  1. package/docs/components/AccountIcon.md +16 -0
  2. package/docs/components/Ahref.md +35 -0
  3. package/docs/components/Alert.md +72 -0
  4. package/docs/components/ArrayList.md +39 -0
  5. package/docs/components/Article.md +28 -0
  6. package/docs/components/BarChart.md +81 -0
  7. package/docs/components/Block.md +23 -0
  8. package/docs/components/Box.md +15 -0
  9. package/docs/components/Button.md +68 -0
  10. package/docs/components/Card.md +67 -0
  11. package/docs/components/Carousel.md +70 -0
  12. package/docs/components/Cart.md +20 -0
  13. package/docs/components/CartIcon.md +29 -0
  14. package/docs/components/Chart.md +53 -0
  15. package/docs/components/ChartBar.md +34 -0
  16. package/docs/components/ChatTyping.md +21 -0
  17. package/docs/components/Checkbox.md +63 -0
  18. package/docs/components/CodeEditor.md +25 -0
  19. package/docs/components/CollapsiblePanel.md +41 -0
  20. package/docs/components/ColorPicker.md +52 -0
  21. package/docs/components/Confirm.md +62 -0
  22. package/docs/components/ContextMenu.md +76 -0
  23. package/docs/components/ContextMenuItem.md +29 -0
  24. package/docs/components/CopyToClipboard.md +43 -0
  25. package/docs/components/Countdown.md +47 -0
  26. package/docs/components/Datepicker.md +61 -0
  27. package/docs/components/Datetimepicker.md +57 -0
  28. package/docs/components/DayTimeRange.md +20 -0
  29. package/docs/components/Dropdown.md +65 -0
  30. package/docs/components/ErrorText.md +15 -0
  31. package/docs/components/FBLogin.md +21 -0
  32. package/docs/components/Flex.md +44 -0
  33. package/docs/components/GHeatMaps.md +16 -0
  34. package/docs/components/GSignIn.md +21 -0
  35. package/docs/components/Gmaps.md +16 -0
  36. package/docs/components/GmapsDirection.md +20 -0
  37. package/docs/components/Grid.md +36 -0
  38. package/docs/components/HTMLEditor.md +26 -0
  39. package/docs/components/IconMenu.md +20 -0
  40. package/docs/components/Image.md +78 -0
  41. package/docs/components/Link.md +33 -0
  42. package/docs/components/MultiDropdown.md +46 -0
  43. package/docs/components/Radio.md +55 -0
  44. package/docs/components/Slider.md +47 -0
  45. package/docs/components/Switch.md +43 -0
  46. package/docs/components/Table.md +31 -0
  47. package/docs/components/Tabs.md +65 -0
  48. package/docs/components/Text.md +30 -0
  49. package/docs/components/Textarea.md +66 -0
  50. package/docs/components/Textbox.md +97 -0
  51. package/docs/components/Timepicker.md +62 -0
  52. package/docs/components/Toast.md +59 -0
  53. package/docs/components/Uploader.md +51 -0
  54. package/docs/components/Video.md +54 -0
  55. package/package.json +65 -2
  56. package/docs/components/Dashboard.md +0 -56
  57. package/docs/components/Header2.md +0 -16
  58. package/log.txt +0 -7
  59. package/public/assets/dashboard/bar.png +0 -0
  60. package/public/assets/dashboard/doughnut.png +0 -0
  61. package/public/assets/dashboard/metric.png +0 -0
  62. package/public/assets/dashboard/pie.png +0 -0
  63. package/public/assets/dashboard/polar-area.png +0 -0
  64. package/public/assets/dashboard/virtual-table.png +0 -0
  65. package/public/static/dashboard/bar.png +0 -0
  66. package/public/static/dashboard/doughnut.png +0 -0
  67. package/public/static/dashboard/metric.png +0 -0
  68. package/public/static/dashboard/pie.png +0 -0
  69. package/public/static/dashboard/polar-area.png +0 -0
  70. package/public/static/dashboard/virtual-table.png +0 -0
  71. package/src/components/404.vue +0 -61
  72. package/src/components/AccountIcon.vue +0 -19
  73. package/src/components/Ahref.vue +0 -200
  74. package/src/components/Alert.vue +0 -257
  75. package/src/components/ArrayList.vue +0 -49
  76. package/src/components/Article.vue +0 -387
  77. package/src/components/Block.vue +0 -31
  78. package/src/components/Box.vue +0 -34
  79. package/src/components/Button.vue +0 -258
  80. package/src/components/Card.vue +0 -257
  81. package/src/components/Carousel.vue +0 -364
  82. package/src/components/Cart.vue +0 -192
  83. package/src/components/CartIcon.vue +0 -89
  84. package/src/components/Chart.vue +0 -485
  85. package/src/components/ChartBar.vue +0 -192
  86. package/src/components/ChatTyping.vue +0 -69
  87. package/src/components/Checkbox.vue +0 -200
  88. package/src/components/Checkout.vue +0 -373
  89. package/src/components/CheckoutDelivery.vue +0 -267
  90. package/src/components/CodeEditor.vue +0 -50
  91. package/src/components/CollapsiblePanel.vue +0 -70
  92. package/src/components/ColorPicker.vue +0 -165
  93. package/src/components/ColorPicker2.vue +0 -186
  94. package/src/components/ColorPicker3.vue +0 -100
  95. package/src/components/Confirm.vue +0 -180
  96. package/src/components/ContextMenu.vue +0 -265
  97. package/src/components/ContextMenuItem.vue +0 -53
  98. package/src/components/ConversationBuilder.vue +0 -161
  99. package/src/components/CopyToClipboard.vue +0 -34
  100. package/src/components/Countdown.vue +0 -264
  101. package/src/components/DGrid.vue +0 -21
  102. package/src/components/DGridItem.vue +0 -263
  103. package/src/components/Dashboard.vue +0 -243
  104. package/src/components/Dashboard2.vue +0 -118
  105. package/src/components/DashboardComponentSelector.vue +0 -96
  106. package/src/components/DashboardConfigs.vue +0 -202
  107. package/src/components/DataList.vue +0 -92
  108. package/src/components/Datepicker.vue +0 -399
  109. package/src/components/DayTimeRange.vue +0 -126
  110. package/src/components/Dropdown.vue +0 -224
  111. package/src/components/ErrorText.vue +0 -57
  112. package/src/components/FBLogin.vue +0 -194
  113. package/src/components/Feed.vue +0 -118
  114. package/src/components/Flex.vue +0 -44
  115. package/src/components/GHeatMaps.vue +0 -317
  116. package/src/components/GSignIn.vue +0 -166
  117. package/src/components/Gmaps.vue +0 -251
  118. package/src/components/GmapsDirection.vue +0 -191
  119. package/src/components/Grid.vue +0 -35
  120. package/src/components/HTMLEditor.vue +0 -588
  121. package/src/components/IconMenu.vue +0 -95
  122. package/src/components/IconMenu2.vue +0 -89
  123. package/src/components/IconPlus.vue +0 -89
  124. package/src/components/Image.vue +0 -263
  125. package/src/components/Image360.vue +0 -140
  126. package/src/components/ImageFullScreen.vue +0 -101
  127. package/src/components/ImagePreview.vue +0 -93
  128. package/src/components/ImageUploader.vue +0 -114
  129. package/src/components/ImportModal.vue +0 -260
  130. package/src/components/Link.vue +0 -95
  131. package/src/components/List.vue +0 -1381
  132. package/src/components/ListContextMenu.vue +0 -88
  133. package/src/components/ListItem.vue +0 -160
  134. package/src/components/ListPage1.vue +0 -1401
  135. package/src/components/ListPage1Filter.vue +0 -170
  136. package/src/components/ListView.vue +0 -961
  137. package/src/components/ListViewBarSummary.vue +0 -81
  138. package/src/components/ListViewLineSummary.vue +0 -75
  139. package/src/components/ListViewLiveBarSummary.vue +0 -52
  140. package/src/components/ListViewMapSummary.vue +0 -56
  141. package/src/components/ListViewSettings.vue +0 -514
  142. package/src/components/ListViewTableSummary.vue +0 -77
  143. package/src/components/LogViewerItem.vue +0 -116
  144. package/src/components/MarkdownEdit.vue +0 -128
  145. package/src/components/MarkdownPreview.vue +0 -102
  146. package/src/components/MenuItem1.vue +0 -36
  147. package/src/components/Modal.vue +0 -456
  148. package/src/components/MultiDropdown.vue +0 -124
  149. package/src/components/MultilineText.vue +0 -174
  150. package/src/components/OTPField.vue +0 -139
  151. package/src/components/ObjectTree.vue +0 -105
  152. package/src/components/PageBuilder.vue +0 -449
  153. package/src/components/Paragraph.vue +0 -40
  154. package/src/components/PresetSelectorFilterItem.vue +0 -203
  155. package/src/components/Radio.vue +0 -109
  156. package/src/components/SearchModal.vue +0 -153
  157. package/src/components/Slider.vue +0 -317
  158. package/src/components/SplitPane.vue +0 -129
  159. package/src/components/Svg.vue +0 -33
  160. package/src/components/SvgEditor.vue +0 -173
  161. package/src/components/Switch.vue +0 -101
  162. package/src/components/TabView.vue +0 -105
  163. package/src/components/Table.vue +0 -56
  164. package/src/components/TableView.vue +0 -200
  165. package/src/components/TableViewHead.vue +0 -159
  166. package/src/components/Tabs.vue +0 -131
  167. package/src/components/Test.vue +0 -23
  168. package/src/components/Testimonial.vue +0 -86
  169. package/src/components/Text.vue +0 -34
  170. package/src/components/TextBlock.vue +0 -50
  171. package/src/components/TextEditor.vue +0 -85
  172. package/src/components/TextWithTag.vue +0 -298
  173. package/src/components/Textarea.vue +0 -184
  174. package/src/components/Textbox.vue +0 -216
  175. package/src/components/Thumbnail.vue +0 -27
  176. package/src/components/Timepicker.vue +0 -125
  177. package/src/components/Toast.vue +0 -117
  178. package/src/components/TreeMenu.vue +0 -122
  179. package/src/components/TreeView.vue +0 -106
  180. package/src/components/TreeView2.vue +0 -38
  181. package/src/components/TreeViewItem.vue +0 -453
  182. package/src/components/TreeViewItem1.vue +0 -282
  183. package/src/components/TreeViewItem2.vue +0 -55
  184. package/src/components/Uploader.vue +0 -45
  185. package/src/components/Video.vue +0 -119
  186. package/src/components/VirtualGrid.vue +0 -297
  187. package/src/components/VirtualScroll.vue +0 -282
  188. package/src/components/VirtualTable.vue +0 -956
  189. package/src/components/YoutubeVideo.vue +0 -196
  190. package/src/configs/dashboard/bar.js +0 -10
  191. package/src/configs/dashboard/collection-1.js +0 -5
  192. package/src/configs/dashboard/data-table.js +0 -9
  193. package/src/configs/dashboard/doughnut.js +0 -7
  194. package/src/configs/dashboard/gheatmaps.js +0 -9
  195. package/src/configs/dashboard/grid-2.js +0 -34
  196. package/src/configs/dashboard/grid-3.js +0 -34
  197. package/src/configs/dashboard/grid-4.js +0 -34
  198. package/src/configs/dashboard/grid.js +0 -15
  199. package/src/configs/dashboard/metric.js +0 -10
  200. package/src/configs/dashboard/pie.js +0 -7
  201. package/src/configs/dashboard/polar-area.js +0 -7
  202. package/src/configs/dashboard/virtual-table.js +0 -9
  203. package/src/configs/icons-fa.json +0 -12
  204. package/src/configs/web-page-builder.js +0 -118
  205. package/src/defs/dashboard-preset.js +0 -22
  206. package/src/directives/intersect.js +0 -26
  207. package/src/hooks/device.js +0 -14
  208. package/src/index.css +0 -3
  209. package/src/index.js +0 -648
  210. package/src/middleware/http/trim-string.js +0 -20
  211. package/src/mixin/component.js +0 -306
  212. package/src/mixin/ready-state.js +0 -37
  213. package/src/stores/components.js +0 -36
  214. package/src/stores/datasource.js +0 -11
  215. package/src/themes/default/index.js +0 -303
  216. package/src/utils/dashboard.js +0 -140
  217. package/src/utils/event-bus.js +0 -8
  218. package/src/utils/helpers.cjs +0 -635
  219. package/src/utils/helpers.js +0 -635
  220. package/src/utils/helpers.mjs +0 -722
  221. package/src/utils/importer.js +0 -209
  222. package/src/utils/list.mjs +0 -1509
  223. package/src/utils/listpage1.js +0 -1507
  224. package/src/utils/listview.js +0 -1287
  225. package/src/utils/preset-selector.cjs +0 -1455
  226. package/src/utils/preset-selector.js +0 -1452
  227. package/src/utils/preset-selector.mjs +0 -234
  228. package/src/utils/queue.js +0 -63
  229. package/src/utils/selection.js +0 -43
  230. package/src/utils/web.js +0 -50
  231. package/src/utils/web.mjs +0 -120
  232. package/src/utils/wss.js +0 -296
  233. package/src/utils/wss.mjs +0 -285
  234. package/src/widgets/AhrefSetting.vue +0 -97
  235. package/src/widgets/ArticleSetting.vue +0 -457
  236. package/src/widgets/BackgroundColorSetting.vue +0 -153
  237. package/src/widgets/BackgroundSetting.vue +0 -132
  238. package/src/widgets/BlockSetting.vue +0 -49
  239. package/src/widgets/BorderColorSetting.vue +0 -57
  240. package/src/widgets/BorderSetting.vue +0 -201
  241. package/src/widgets/BotEditor/BotEditorActions.vue +0 -163
  242. package/src/widgets/BotEditor/BotEditorSettings.vue +0 -21
  243. package/src/widgets/BotEditor.vue +0 -248
  244. package/src/widgets/BoxSetting.vue +0 -53
  245. package/src/widgets/ButtonSetting.vue +0 -113
  246. package/src/widgets/CarouselSetting.vue +0 -181
  247. package/src/widgets/CartSetting.vue +0 -46
  248. package/src/widgets/CheckoutSetting.vue +0 -46
  249. package/src/widgets/CollapsiblePanelSetting.vue +0 -46
  250. package/src/widgets/ColumnSelector.vue +0 -104
  251. package/src/widgets/ComponentPropertyLabel.vue +0 -35
  252. package/src/widgets/ComponentPropertySelector.vue +0 -115
  253. package/src/widgets/ComponentSetting.vue +0 -2220
  254. package/src/widgets/ComponentSetting2.vue +0 -927
  255. package/src/widgets/ComponentSetting3.vue +0 -231
  256. package/src/widgets/ContactForm.vue +0 -193
  257. package/src/widgets/ContactFormSetting.vue +0 -395
  258. package/src/widgets/CountdownSetting.vue +0 -76
  259. package/src/widgets/Dashboard/BarChart.vue +0 -366
  260. package/src/widgets/Dashboard/BarChartSetting.vue +0 -317
  261. package/src/widgets/Dashboard/DataTable.vue +0 -125
  262. package/src/widgets/Dashboard/DataTableSetting.vue +0 -243
  263. package/src/widgets/Dashboard/DatasourceFilterSharing.vue +0 -93
  264. package/src/widgets/Dashboard/DatasourcePreview.vue +0 -93
  265. package/src/widgets/Dashboard/DatasourceSelector.vue +0 -122
  266. package/src/widgets/Dashboard/Doughnut.vue +0 -199
  267. package/src/widgets/Dashboard/DoughnutSetting.vue +0 -196
  268. package/src/widgets/Dashboard/GHeatMapsSetting.vue +0 -108
  269. package/src/widgets/Dashboard/InteractionEdit.vue +0 -228
  270. package/src/widgets/Dashboard/Metric.vue +0 -135
  271. package/src/widgets/Dashboard/MetricSetting.vue +0 -227
  272. package/src/widgets/Dashboard/Pie.vue +0 -188
  273. package/src/widgets/Dashboard/PieSetting.vue +0 -247
  274. package/src/widgets/Dashboard/PolarArea.vue +0 -201
  275. package/src/widgets/Dashboard/PolarAreaSetting.vue +0 -195
  276. package/src/widgets/Dashboard/SharingModal.vue +0 -115
  277. package/src/widgets/Dashboard/ViewSelector.vue +0 -183
  278. package/src/widgets/Dashboard/VirtualColumnEdit.vue +0 -97
  279. package/src/widgets/Dashboard/VirtualTableSetting.vue +0 -171
  280. package/src/widgets/Dashboard0.vue +0 -1856
  281. package/src/widgets/DataListSetting.vue +0 -102
  282. package/src/widgets/EffectSetting.vue +0 -94
  283. package/src/widgets/EmbeddedVideo.vue +0 -60
  284. package/src/widgets/EmbeddedVideoSetting.vue +0 -50
  285. package/src/widgets/FAQ.vue +0 -98
  286. package/src/widgets/FAQSetting.vue +0 -94
  287. package/src/widgets/FeatureList.vue +0 -131
  288. package/src/widgets/FeatureListSetting.vue +0 -233
  289. package/src/widgets/FiltersSetting.vue +0 -88
  290. package/src/widgets/FlexSetting.vue +0 -174
  291. package/src/widgets/GridSetting.vue +0 -165
  292. package/src/widgets/Header.vue +0 -15
  293. package/src/widgets/Header0.vue +0 -41
  294. package/src/widgets/Header0Setting.vue +0 -75
  295. package/src/widgets/Header2.vue +0 -65
  296. package/src/widgets/Header2Setting.vue +0 -193
  297. package/src/widgets/HeaderSetting.vue +0 -102
  298. package/src/widgets/IconList.vue +0 -51
  299. package/src/widgets/IconListSetting.vue +0 -188
  300. package/src/widgets/ImageSetting.vue +0 -119
  301. package/src/widgets/LayoutSetting.vue +0 -251
  302. package/src/widgets/LinkSetting.vue +0 -209
  303. package/src/widgets/LinkSettingModal.vue +0 -173
  304. package/src/widgets/LogViewer.vue +0 -85
  305. package/src/widgets/MarginPaddingSetting.vue +0 -58
  306. package/src/widgets/MarginSetting.vue +0 -142
  307. package/src/widgets/MenuEditor.vue +0 -256
  308. package/src/widgets/MenuItem1Setting.vue +0 -78
  309. package/src/widgets/ModalSetting.vue +0 -94
  310. package/src/widgets/MultiValueSetting.vue +0 -121
  311. package/src/widgets/MultiValueSetting2.vue +0 -147
  312. package/src/widgets/OGSettingModal.vue +0 -103
  313. package/src/widgets/PaddingSetting.vue +0 -142
  314. package/src/widgets/ParagraphSetting.vue +0 -89
  315. package/src/widgets/PositionSetting.vue +0 -209
  316. package/src/widgets/PresetBar.vue +0 -990
  317. package/src/widgets/PresetBarPivot.vue +0 -198
  318. package/src/widgets/PresetBarPivotColumnEdit.vue +0 -197
  319. package/src/widgets/PresetSelector.vue +0 -685
  320. package/src/widgets/Review.vue +0 -131
  321. package/src/widgets/ReviewSetting.vue +0 -201
  322. package/src/widgets/SearchModalSetting.vue +0 -70
  323. package/src/widgets/Share.vue +0 -164
  324. package/src/widgets/ShareSetting.vue +0 -99
  325. package/src/widgets/SizingSetting.vue +0 -306
  326. package/src/widgets/SpacingSetting.vue +0 -77
  327. package/src/widgets/StyleSetting.vue +0 -543
  328. package/src/widgets/StyleSetting2.vue +0 -90
  329. package/src/widgets/SvgSetting.vue +0 -133
  330. package/src/widgets/TableSetting.vue +0 -172
  331. package/src/widgets/TestimonialSetting.vue +0 -161
  332. package/src/widgets/TextBlockSetting.vue +0 -81
  333. package/src/widgets/ThumbnailSetting.vue +0 -49
  334. package/src/widgets/TransitionSetting.vue +0 -64
  335. package/src/widgets/TypographySetting.vue +0 -334
  336. package/src/widgets/UserActionBuilder/UserActionCondition.vue +0 -99
  337. package/src/widgets/UserActionBuilder/UserActionConsole.vue +0 -97
  338. package/src/widgets/UserActionBuilder/UserActionItem.vue +0 -273
  339. package/src/widgets/UserActionBuilder/UserActionOutput.vue +0 -152
  340. package/src/widgets/UserActionBuilder/UserActionOutputDelay.vue +0 -27
  341. package/src/widgets/UserActionBuilder/UserActionOutputLog.vue +0 -28
  342. package/src/widgets/UserActionBuilder/UserActionOutputReply.vue +0 -112
  343. package/src/widgets/UserActionBuilder/UserActionProps.vue +0 -213
  344. package/src/widgets/UserActionBuilder.vue +0 -314
  345. package/src/widgets/WebComponentSelector.vue +0 -205
  346. package/src/widgets/WebDatasourceSelector.vue +0 -153
  347. package/src/widgets/WebLayoutSelector.vue +0 -147
  348. package/src/widgets/WebPageBuilder.vue +0 -2161
  349. package/src/widgets/WebPageBuilder2.vue +0 -1091
  350. package/src/widgets/WebPageBuilder3.vue +0 -411
  351. package/src/widgets/WebPageBuilder4/BackgroundColorSetting.vue +0 -54
  352. package/src/widgets/WebPageBuilder4/BackgroundPositionSetting.vue +0 -75
  353. package/src/widgets/WebPageBuilder4/BackgroundRepeatSetting.vue +0 -72
  354. package/src/widgets/WebPageBuilder4/BackgroundSizeSetting.vue +0 -72
  355. package/src/widgets/WebPageBuilder4/BlurSetting.vue +0 -72
  356. package/src/widgets/WebPageBuilder4/BorderColorSetting.vue +0 -64
  357. package/src/widgets/WebPageBuilder4/BorderRadiusSetting.vue +0 -75
  358. package/src/widgets/WebPageBuilder4/BorderSizeSetting.vue +0 -69
  359. package/src/widgets/WebPageBuilder4/BorderStyleSetting.vue +0 -72
  360. package/src/widgets/WebPageBuilder4/BoxShadowSetting.vue +0 -73
  361. package/src/widgets/WebPageBuilder4/ButtonSetting.vue +0 -65
  362. package/src/widgets/WebPageBuilder4/CarouselSetting.vue +0 -178
  363. package/src/widgets/WebPageBuilder4/DisplaySetting.vue +0 -76
  364. package/src/widgets/WebPageBuilder4/FlexAlignSetting.vue +0 -71
  365. package/src/widgets/WebPageBuilder4/FlexDirectionSetting.vue +0 -70
  366. package/src/widgets/WebPageBuilder4/FlexJustifySetting.vue +0 -74
  367. package/src/widgets/WebPageBuilder4/FlexPropertySetting.vue +0 -71
  368. package/src/widgets/WebPageBuilder4/FlexSetting.vue +0 -96
  369. package/src/widgets/WebPageBuilder4/FlexWrapSetting.vue +0 -69
  370. package/src/widgets/WebPageBuilder4/GapSetting.vue +0 -75
  371. package/src/widgets/WebPageBuilder4/GrayscaleSetting.vue +0 -68
  372. package/src/widgets/WebPageBuilder4/GridSetting.vue +0 -216
  373. package/src/widgets/WebPageBuilder4/HeightSetting.vue +0 -98
  374. package/src/widgets/WebPageBuilder4/ImageSetting.vue +0 -102
  375. package/src/widgets/WebPageBuilder4/MarginSetting.vue +0 -73
  376. package/src/widgets/WebPageBuilder4/MaxHeightSetting.vue +0 -82
  377. package/src/widgets/WebPageBuilder4/MaxWidthSetting.vue +0 -90
  378. package/src/widgets/WebPageBuilder4/MinHeightSetting.vue +0 -81
  379. package/src/widgets/WebPageBuilder4/MinWidthSetting.vue +0 -101
  380. package/src/widgets/WebPageBuilder4/MultiValueSetting.vue +0 -163
  381. package/src/widgets/WebPageBuilder4/OpacitySetting.vue +0 -77
  382. package/src/widgets/WebPageBuilder4/OverflowSetting.vue +0 -81
  383. package/src/widgets/WebPageBuilder4/PaddingSetting.vue +0 -57
  384. package/src/widgets/WebPageBuilder4/PositionSetting.vue +0 -191
  385. package/src/widgets/WebPageBuilder4/PropertySetting.vue +0 -176
  386. package/src/widgets/WebPageBuilder4/TextSetting.vue +0 -72
  387. package/src/widgets/WebPageBuilder4/TreeView.vue +0 -46
  388. package/src/widgets/WebPageBuilder4/TreeViewItem.vue +0 -303
  389. package/src/widgets/WebPageBuilder4/WebPageComponentSelector.vue +0 -141
  390. package/src/widgets/WebPageBuilder4/WebPagePropertySelector.vue +0 -172
  391. package/src/widgets/WebPageBuilder4/WidthSetting.vue +0 -105
  392. package/src/widgets/WebPageBuilder4/ZIndexSetting.vue +0 -72
  393. package/src/widgets/WebPageBuilder4.vue +0 -798
  394. package/src/widgets/WebPagePreview.vue +0 -295
  395. package/src/widgets/WebPageSelector.vue +0 -173
  396. package/src/widgets/WebTemplateCreator.vue +0 -156
  397. package/src/widgets/YoutubeVideoSetting.vue +0 -68
  398. package/tailwind.config.js +0 -481
@@ -0,0 +1,63 @@
1
+ # Checkbox
2
+ A checkbox input component with customizable true/false values and support for array models.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | modelValue | Any | `undefined` | The bound value. Supports `v-model` |
8
+ | value | Any | `undefined` | The value to use when checkbox is part of an array |
9
+ | default | Any | `undefined` | Default checked state |
10
+ | trueValue | Any | `undefined` | Value to emit when checked |
11
+ | falseValue | Any | `undefined` | Value to emit when unchecked |
12
+ | disabled | Any | `undefined` | Disables the checkbox |
13
+ | showIcon | Any | `true` | Show checkmark icon |
14
+ | itemClass | String | `undefined` | Custom class for the label |
15
+
16
+ ## Events
17
+ | Event | Payload | Description |
18
+ |-------|---------|-------------|
19
+ | update:modelValue | Any | Emitted on change, enables `v-model` |
20
+
21
+ ## Slots
22
+ | Slot | Description |
23
+ |------|-------------|
24
+ | default | Label content next to the checkbox |
25
+
26
+ ## Samples
27
+
28
+ ### Basic boolean
29
+ ```vue
30
+ <Checkbox v-model="checked" />
31
+ ```
32
+
33
+ ### With label
34
+ ```vue
35
+ <Checkbox v-model="agreed">
36
+ I agree to the terms and conditions
37
+ </Checkbox>
38
+ ```
39
+
40
+ ### Custom true/false values
41
+ ```vue
42
+ <Checkbox v-model="status" true-value="active" false-value="inactive" />
43
+ ```
44
+
45
+ ### Array of values
46
+ ```vue
47
+ <Checkbox v-model="selectedColors" value="red">Red</Checkbox>
48
+ <Checkbox v-model="selectedColors" value="blue">Blue</Checkbox>
49
+ <Checkbox v-model="selectedColors" value="green">Green</Checkbox>
50
+ ```
51
+
52
+ ### Disabled
53
+ ```vue
54
+ <Checkbox v-model="locked" disabled>This option is locked</Checkbox>
55
+ ```
56
+
57
+ ### Without icon
58
+ ```vue
59
+ <Checkbox v-model="selected" :show-icon="false">
60
+ Custom styled checkbox
61
+ </Checkbox>
62
+ ```
63
+
@@ -0,0 +1,25 @@
1
+ # CodeEditor
2
+ A simple code editor component with contenteditable support.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | modelValue | String | `undefined` | The code content. Supports `v-model` |
8
+
9
+ ## Events
10
+ | Event | Payload | Description |
11
+ |-------|---------|-------------|
12
+ | update:modelValue | String | Emitted on paste, enables `v-model` |
13
+
14
+ ## Samples
15
+
16
+ ### Basic
17
+ ```vue
18
+ <CodeEditor v-model="code" />
19
+ ```
20
+
21
+ ### Display code
22
+ ```vue
23
+ <CodeEditor v-model="jsonData" />
24
+ ```
25
+
@@ -0,0 +1,41 @@
1
+ # CollapsiblePanel
2
+ An expandable/collapsible panel component for organizing content.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | text | String | `undefined` | Panel header text |
8
+ | items | Array | `undefined` | Array of component definitions to render when expanded |
9
+
10
+ ## Samples
11
+
12
+ ### Basic
13
+ ```vue
14
+ <CollapsiblePanel text="Advanced Options">
15
+ <template #default>
16
+ <div>Collapsible content here</div>
17
+ </template>
18
+ </CollapsiblePanel>
19
+ ```
20
+
21
+ ### With dynamic items
22
+ ```vue
23
+ <CollapsiblePanel
24
+ text="More Settings"
25
+ :items="[
26
+ { type: 'Checkbox', modelValue: true },
27
+ { type: 'Textbox', placeholder: 'Enter value' }
28
+ ]"
29
+ />
30
+ ```
31
+
32
+ ### Multiple panels
33
+ ```vue
34
+ <CollapsiblePanel text="Section 1">
35
+ <p>Content 1</p>
36
+ </CollapsiblePanel>
37
+ <CollapsiblePanel text="Section 2">
38
+ <p>Content 2</p>
39
+ </CollapsiblePanel>
40
+ ```
41
+
@@ -0,0 +1,52 @@
1
+ # ColorPicker
2
+ A color picker component with preset colors and custom color support.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | modelValue | String | `undefined` | Selected color value. Supports `v-model` |
8
+ | mode | String | `'class'` | Mode: `'class'` (Tailwind classes) or `'hex'` (hex values) |
9
+ | colors | Array | Tailwind palette | Array of available colors |
10
+ | customColor | Any | `undefined` | Enable custom color picker |
11
+ | prefix | String | `undefined` | Prefix for class mode values |
12
+ | valueType | String | `undefined` | Output type: `'rgb'` for RGB format |
13
+ | itemClass | String | `undefined` | Custom class for color circle |
14
+
15
+ ## Events
16
+ | Event | Payload | Description |
17
+ |-------|---------|-------------|
18
+ | update:modelValue | String | Emitted on selection, enables `v-model` |
19
+ | change | - | Emitted when color changes |
20
+
21
+ ## Samples
22
+
23
+ ### Basic class mode
24
+ ```vue
25
+ <ColorPicker v-model="bgColor" mode="class" prefix="bg-" />
26
+ ```
27
+
28
+ ### Hex mode
29
+ ```vue
30
+ <ColorPicker v-model="color" mode="hex" />
31
+ ```
32
+
33
+ ### With custom color
34
+ ```vue
35
+ <ColorPicker v-model="color" mode="hex" custom-color />
36
+ ```
37
+
38
+ ### RGB output
39
+ ```vue
40
+ <ColorPicker v-model="rgbColor" mode="hex" value-type="rgb" />
41
+ <!-- Output: rgb(255,0,0) -->
42
+ ```
43
+
44
+ ### Custom color palette
45
+ ```vue
46
+ <ColorPicker
47
+ v-model="brandColor"
48
+ mode="hex"
49
+ :colors="['#FF0000', '#00FF00', '#0000FF', '#FFFF00']"
50
+ />
51
+ ```
52
+
@@ -0,0 +1,62 @@
1
+ # Confirm
2
+ A confirmation dialog component for user confirmations. Teleports to the overlay container.
3
+
4
+ ## Props
5
+ None (controlled via methods)
6
+
7
+ ## Events
8
+ | Event | Payload | Description |
9
+ |-------|---------|-------------|
10
+ | appear | - | Emitted when dialog has finished appearing |
11
+
12
+ ## Methods
13
+ | Method | Parameters | Description |
14
+ |--------|------------|-------------|
15
+ | open | `{ title?, message, buttonText?, onConfirm?, onDismiss? }` | Opens the confirm dialog |
16
+ | close | - | Closes the confirm dialog |
17
+
18
+ ## Slots
19
+ | Slot | Description |
20
+ |------|-------------|
21
+ | icon | Custom icon for the dialog |
22
+ | end | Content after the buttons |
23
+
24
+ ## Samples
25
+
26
+ ### Basic confirmation
27
+ ```vue
28
+ <template>
29
+ <Confirm ref="confirm" />
30
+ <Button @click="confirmDelete">Delete Item</Button>
31
+ </template>
32
+
33
+ <script setup>
34
+ const confirm = ref(null)
35
+
36
+ function confirmDelete() {
37
+ confirm.value.open({
38
+ title: 'Delete Item',
39
+ message: 'Are you sure you want to delete this item?',
40
+ onConfirm: () => {
41
+ deleteItem()
42
+ }
43
+ })
44
+ }
45
+ </script>
46
+ ```
47
+
48
+ ### Custom button text
49
+ ```vue
50
+ <script setup>
51
+ function showConfirm() {
52
+ confirm.value.open({
53
+ title: 'Unsaved Changes',
54
+ message: 'You have unsaved changes. Discard them?',
55
+ buttonText: ['Discard', 'Keep Editing'],
56
+ onConfirm: () => router.back(),
57
+ onDismiss: () => console.log('Cancelled')
58
+ })
59
+ }
60
+ </script>
61
+ ```
62
+
@@ -0,0 +1,76 @@
1
+ # ContextMenu
2
+ A dropdown context menu component with positioning and teleportation support.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | state | Boolean | `false` | Controlled open state |
8
+ | caller | Object | `undefined` | Reference element for positioning |
9
+ | class | String | `undefined` | Custom CSS class |
10
+ | position | String | `'auto'` | Position: `'bottom-left'`, `'bottom-right'`, `'top-left'`, `'top-right'`, `'bottom-center'`, `'top-center'` |
11
+ | bodyClass | String | `undefined` | Class for menu body |
12
+ | dismiss | String/Boolean | `true` | Auto-dismiss on click |
13
+
14
+ ## Events
15
+ | Event | Payload | Description |
16
+ |-------|---------|-------------|
17
+ | dismiss | - | Emitted when menu is dismissed |
18
+ | open | - | Emitted when menu opens |
19
+
20
+ ## Methods
21
+ | Method | Parameters | Description |
22
+ |--------|------------|-------------|
23
+ | open | `callerEl, context?` | Opens the context menu |
24
+ | close | - | Closes the context menu |
25
+
26
+ ## Slots
27
+ | Slot | Props | Description |
28
+ |------|-------|-------------|
29
+ | default | `{ context }` | Menu content |
30
+
31
+ ## Samples
32
+
33
+ ### Basic
34
+ ```vue
35
+ <button ref="btn" @click="$refs.menu.open($refs.btn)">Open Menu</button>
36
+
37
+ <ContextMenu ref="menu">
38
+ <div class="p-2">
39
+ <button @click="action1">Action 1</button>
40
+ <button @click="action2">Action 2</button>
41
+ </div>
42
+ </ContextMenu>
43
+ ```
44
+
45
+ ### With positioning
46
+ ```vue
47
+ <ContextMenu ref="menu" position="bottom-right">
48
+ <ul class="menu-list">
49
+ <li>Option 1</li>
50
+ <li>Option 2</li>
51
+ </ul>
52
+ </ContextMenu>
53
+ ```
54
+
55
+ ### Controlled state
56
+ ```vue
57
+ <ContextMenu :state="isOpen" :caller="menuCaller" @dismiss="isOpen = false">
58
+ <div>Menu content</div>
59
+ </ContextMenu>
60
+ ```
61
+
62
+ ### With context data
63
+ ```vue
64
+ <script setup>
65
+ function openForItem(item, el) {
66
+ menu.value.open(el, { item })
67
+ }
68
+ </script>
69
+
70
+ <ContextMenu ref="menu">
71
+ <template #default="{ context }">
72
+ <div>Editing: {{ context.item?.name }}</div>
73
+ </template>
74
+ </ContextMenu>
75
+ ```
76
+
@@ -0,0 +1,29 @@
1
+ # ContextMenuItem
2
+ A styled menu item component for use within context menus or notification lists.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | value | Object | `undefined` | Item data with `title`, `createdAt`, and `status` properties |
8
+
9
+ ## Samples
10
+
11
+ ### Basic
12
+ ```vue
13
+ <ContextMenuItem :value="{
14
+ title: 'New notification',
15
+ createdAt: '2026-02-07T10:00:00',
16
+ status: 1
17
+ }" />
18
+ ```
19
+
20
+ ### Read status
21
+ ```vue
22
+ <ContextMenuItem :value="{
23
+ title: 'Old notification',
24
+ createdAt: '2026-02-06T15:30:00',
25
+ status: 2
26
+ }" />
27
+ <!-- status: 2 shows as read -->
28
+ ```
29
+
@@ -0,0 +1,43 @@
1
+ # CopyToClipboard
2
+ A button component that copies a value to the clipboard when clicked.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | value | Any | **required** | The value to copy to clipboard |
8
+
9
+ ## Events
10
+ | Event | Payload | Description |
11
+ |-------|---------|-------------|
12
+ | copied | - | Emitted when copy succeeds |
13
+ | error | - | Emitted when copy fails |
14
+
15
+ ## Slots
16
+ | Slot | Description |
17
+ |------|-------------|
18
+ | default | Button content |
19
+
20
+ ## Samples
21
+
22
+ ### Basic
23
+ ```vue
24
+ <CopyToClipboard :value="textToCopy" @copied="showSuccess">
25
+ Copy Text
26
+ </CopyToClipboard>
27
+ ```
28
+
29
+ ### With icon
30
+ ```vue
31
+ <CopyToClipboard :value="code" @copied="toast.open({ text: 'Copied!' })">
32
+ <svg><!-- copy icon --></svg>
33
+ Copy Code
34
+ </CopyToClipboard>
35
+ ```
36
+
37
+ ### Copy URL
38
+ ```vue
39
+ <CopyToClipboard :value="shareUrl">
40
+ Share Link
41
+ </CopyToClipboard>
42
+ ```
43
+
@@ -0,0 +1,47 @@
1
+ # Countdown
2
+ A countdown timer component displaying days, hours, minutes, and seconds.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | value | String/Number | **required** | Countdown value in seconds |
8
+ | mode | String/Number | `3` | Display mode: `1` (seconds), `2` (min:sec), `3` (hr:min:sec), `4` (day:hr:min:sec) |
9
+ | labelStyle | Object | `undefined` | Style object for separator labels |
10
+
11
+ ## Slots
12
+ | Slot | Props | Description |
13
+ |------|-------|-------------|
14
+ | day | `{ day }` | Custom day display |
15
+ | hour | `{ hour }` | Custom hour display |
16
+ | minute | `{ minute }` | Custom minute display |
17
+ | second | `{ second }` | Custom second display |
18
+
19
+ ## Samples
20
+
21
+ ### Basic
22
+ ```vue
23
+ <Countdown :value="3600" />
24
+ <!-- Displays: 01:00:00 -->
25
+ ```
26
+
27
+ ### Full display with days
28
+ ```vue
29
+ <Countdown :value="172800" :mode="4" />
30
+ <!-- Displays: 02 hari 00:00:00 -->
31
+ ```
32
+
33
+ ### Minutes and seconds only
34
+ ```vue
35
+ <Countdown :value="300" :mode="2" />
36
+ <!-- Displays: 05:00 -->
37
+ ```
38
+
39
+ ### Custom styling
40
+ ```vue
41
+ <Countdown :value="countdown" :label-style="{ color: 'red' }">
42
+ <template #hour="{ hour }">
43
+ <span class="text-2xl">{{ hour }}</span>
44
+ </template>
45
+ </Countdown>
46
+ ```
47
+
@@ -0,0 +1,61 @@
1
+ # Datepicker
2
+ A date picker component with multiple modes including dropdowns, popup calendar, and inline calendar.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | modelValue | String | `''` | Date value in `YYYY-MM-DD` format. Supports `v-model` |
8
+ | readonly | Boolean/String | `undefined` | Disables interaction |
9
+ | disabled | Boolean/String | `undefined` | Disables the picker |
10
+ | mode | String | `''` | Display mode: `''` (dropdowns), `'popup'` (popup calendar), `'calendar'` (inline calendar) |
11
+ | allowedDates | Array | `undefined` | Array of allowed date strings |
12
+ | onlyTodayAndFuture | Boolean | `false` | Only allow today and future dates |
13
+ | pastOnly | Boolean | `false` | Only allow past dates |
14
+
15
+ ## Events
16
+ | Event | Payload | Description |
17
+ |-------|---------|-------------|
18
+ | update:modelValue | String | Emitted on change, enables `v-model` |
19
+ | change | String | Emitted when date changes |
20
+
21
+ ## Samples
22
+
23
+ ### Basic dropdown mode
24
+ ```vue
25
+ <Datepicker v-model="date" />
26
+ ```
27
+
28
+ ### Popup calendar mode
29
+ ```vue
30
+ <Datepicker v-model="date" mode="popup" />
31
+ ```
32
+
33
+ ### Inline calendar
34
+ ```vue
35
+ <Datepicker v-model="date" mode="calendar" />
36
+ ```
37
+
38
+ ### Future dates only
39
+ ```vue
40
+ <Datepicker v-model="date" mode="popup" only-today-and-future />
41
+ ```
42
+
43
+ ### Past dates only
44
+ ```vue
45
+ <Datepicker v-model="date" mode="popup" past-only />
46
+ ```
47
+
48
+ ### With allowed dates
49
+ ```vue
50
+ <Datepicker
51
+ v-model="date"
52
+ mode="popup"
53
+ :allowed-dates="['2026-02-07', '2026-02-14', '2026-02-21']"
54
+ />
55
+ ```
56
+
57
+ ### Readonly
58
+ ```vue
59
+ <Datepicker v-model="date" mode="popup" readonly />
60
+ ```
61
+
@@ -0,0 +1,57 @@
1
+ # Datetimepicker
2
+ Date and time picker with a popup calendar and time dropdowns. Accepts `v-model` in `YYYY-MM-DD HH:mm:ss` format.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | modelValue | String | `''` | Datetime value in `YYYY-MM-DD HH:mm:ss` format. Supports `v-model` |
8
+ | readonly | Boolean/String | `undefined` | Disables interaction |
9
+ | disabled | Boolean/String | `undefined` | Disables interaction |
10
+ | minuteStep | Number/String | `1` | Minute interval (1-30). E.g. `15` shows `00, 15, 30, 45` |
11
+ | secondStep | Number/String | `1` | Second interval (1-30) |
12
+ | allowedDates | Array | `undefined` | Array of allowed date strings (`YYYY-MM-DD`) |
13
+ | onlyTodayAndFuture | Boolean | `false` | Only allow today and future dates |
14
+ | pastOnly | Boolean | `false` | Only allow past dates |
15
+
16
+ ## Events
17
+ | Event | Payload | Description |
18
+ |-------|---------|-------------|
19
+ | update:modelValue | String | Emitted on change, enables `v-model` |
20
+ | change | String | Emitted on change with the new datetime value |
21
+
22
+ ## Samples
23
+
24
+ ### Basic
25
+ ```vue
26
+ <Datetimepicker v-model="datetime" />
27
+ ```
28
+
29
+ ### With minute step
30
+ ```vue
31
+ <Datetimepicker v-model="datetime" :minute-step="15" />
32
+ ```
33
+
34
+ ### Only future dates
35
+ ```vue
36
+ <Datetimepicker v-model="datetime" only-today-and-future />
37
+ ```
38
+
39
+ ### Past dates only
40
+ ```vue
41
+ <Datetimepicker v-model="datetime" past-only />
42
+ ```
43
+
44
+ ### With allowed dates
45
+ ```vue
46
+ <Datetimepicker v-model="datetime" :allowed-dates="['2026-02-07', '2026-02-08', '2026-02-09']" />
47
+ ```
48
+
49
+ ### Disabled
50
+ ```vue
51
+ <Datetimepicker v-model="datetime" disabled />
52
+ ```
53
+
54
+ ### Readonly
55
+ ```vue
56
+ <Datetimepicker v-model="datetime" readonly />
57
+ ```
@@ -0,0 +1,20 @@
1
+ # DayTimeRange
2
+ A day and time range picker component for scheduling.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | modelValue | Object | `undefined` | Object with day and time range values |
8
+
9
+ ## Events
10
+ | Event | Payload | Description |
11
+ |-------|---------|-------------|
12
+ | update:modelValue | Object | Emitted on change, enables `v-model` |
13
+
14
+ ## Samples
15
+
16
+ ### Basic
17
+ ```vue
18
+ <DayTimeRange v-model="schedule" />
19
+ ```
20
+
@@ -0,0 +1,65 @@
1
+ # Dropdown
2
+ A dropdown select component with native select and custom context menu modes.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | modelValue | Any | `undefined` | The selected value. Supports `v-model` |
8
+ | value | Any | `undefined` | Alternative value prop |
9
+ | mode | String/Number | `1` | Dropdown mode: `1` (native select), `2` or `'custom'` (context menu) |
10
+ | disabled | Any | `undefined` | Disables the dropdown |
11
+ | readonly | Any | `undefined` | Makes the dropdown read-only |
12
+ | variant | String | `undefined` | Visual variant |
13
+ | size | String | `undefined` | Size variant |
14
+ | position | String | `undefined` | Position of context menu |
15
+ | width | String | `undefined` | Width of the dropdown |
16
+ | state | Number/String | `1` | State: `1` (normal), `-1` (disabled), `-2` (error) |
17
+ | errors | String/Array | `''` | Validation errors |
18
+ | containerClass | String | `undefined` | Custom class for the container |
19
+
20
+ ## Events
21
+ | Event | Payload | Description |
22
+ |-------|---------|-------------|
23
+ | update:modelValue | Any | Emitted on change, enables `v-model` |
24
+ | change | Any | Emitted on selection change |
25
+
26
+ ## Slots
27
+ | Slot | Description |
28
+ |------|-------------|
29
+ | default | Option elements for the dropdown |
30
+
31
+ ## Samples
32
+
33
+ ### Basic native select
34
+ ```vue
35
+ <Dropdown v-model="selected">
36
+ <option value="">Select an option</option>
37
+ <option value="1">Option 1</option>
38
+ <option value="2">Option 2</option>
39
+ <option value="3">Option 3</option>
40
+ </Dropdown>
41
+ ```
42
+
43
+ ### Custom dropdown mode
44
+ ```vue
45
+ <Dropdown v-model="selected" mode="custom">
46
+ <div data-value="option1|Option 1">Option 1</div>
47
+ <div data-value="option2|Option 2">Option 2</div>
48
+ </Dropdown>
49
+ ```
50
+
51
+ ### Disabled
52
+ ```vue
53
+ <Dropdown v-model="selected" disabled>
54
+ <option value="1">Option 1</option>
55
+ </Dropdown>
56
+ ```
57
+
58
+ ### With error state
59
+ ```vue
60
+ <Dropdown v-model="selected" :state="-2" :errors="['Please select an option']">
61
+ <option value="">Select...</option>
62
+ <option value="1">Option 1</option>
63
+ </Dropdown>
64
+ ```
65
+
@@ -0,0 +1,15 @@
1
+ # ErrorText
2
+ A text component for displaying error messages.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | text | String | `undefined` | Error message text |
8
+
9
+ ## Samples
10
+
11
+ ### Basic
12
+ ```vue
13
+ <ErrorText text="This field is required" />
14
+ ```
15
+
@@ -0,0 +1,21 @@
1
+ # FBLogin
2
+ A Facebook login button component.
3
+
4
+ ## Props
5
+ | Property | Type | Default | Description |
6
+ |----------|------|---------|-------------|
7
+ | appId | String | `undefined` | Facebook App ID |
8
+
9
+ ## Events
10
+ | Event | Payload | Description |
11
+ |-------|---------|-------------|
12
+ | success | Object | Emitted on successful login |
13
+ | error | Error | Emitted on login failure |
14
+
15
+ ## Samples
16
+
17
+ ### Basic
18
+ ```vue
19
+ <FBLogin app-id="YOUR_APP_ID" @success="handleLogin" />
20
+ ```
21
+