w-component-vue 2.1.57

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 (1005) hide show
  1. package/.editorconfig +9 -0
  2. package/.eslintignore +3 -0
  3. package/.eslintrc.js +54 -0
  4. package/.github/workflows/ci-test.yml +23 -0
  5. package/.jsdoc +25 -0
  6. package/LICENSE +21 -0
  7. package/README.md +108 -0
  8. package/babel.config.js +14 -0
  9. package/dist/w-component-vue.umd.js +16 -0
  10. package/dist/w-component-vue.umd.js.map +1 -0
  11. package/docs/binarySearch.mjs.html +160 -0
  12. package/docs/examples/app.html +79 -0
  13. package/docs/examples/app.umd.js +7 -0
  14. package/docs/examples/app.umd.js.map +1 -0
  15. package/docs/examples/w-aggrid-vue-dyn_defCellEditable.html +275 -0
  16. package/docs/examples/w-aggrid-vue-dyn_kpCellEditable_kpRowStyle.html +275 -0
  17. package/docs/examples/w-aggrid-vue-dyn_kpHeadTooltip_kpCellTooltip.html +275 -0
  18. package/docs/examples/w-aggrid-vue-dyn_large data (1,000,000 items).html +271 -0
  19. package/docs/examples/w-aggrid-vue-dyn_simple data.html +275 -0
  20. package/docs/examples/w-alert_backgroundColor.html +201 -0
  21. package/docs/examples/w-alert_borderColor.html +201 -0
  22. package/docs/examples/w-alert_borderRadius.html +201 -0
  23. package/docs/examples/w-alert_borderWidth.html +201 -0
  24. package/docs/examples/w-alert_default.html +199 -0
  25. package/docs/examples/w-alert_icon.html +201 -0
  26. package/docs/examples/w-alert_position.html +222 -0
  27. package/docs/examples/w-alert_recive closed event by promise.html +194 -0
  28. package/docs/examples/w-alert_shadowStyle.html +201 -0
  29. package/docs/examples/w-alert_textColor.html +201 -0
  30. package/docs/examples/w-alert_time (6s).html +201 -0
  31. package/docs/examples/w-alert_type error.html +199 -0
  32. package/docs/examples/w-alert_type infor.html +199 -0
  33. package/docs/examples/w-alert_type warning.html +199 -0
  34. package/docs/examples/w-badge_backgroundColor.html +182 -0
  35. package/docs/examples/w-badge_badgeAlign.html +202 -0
  36. package/docs/examples/w-badge_borderColor_textColor_backgroundColor.html +187 -0
  37. package/docs/examples/w-badge_borderRadius.html +182 -0
  38. package/docs/examples/w-badge_default.html +182 -0
  39. package/docs/examples/w-badge_textColor_backgroundColor.html +186 -0
  40. package/docs/examples/w-badge_textFontSize.html +182 -0
  41. package/docs/examples/w-button-chip_active_backgroundColorActive.html +259 -0
  42. package/docs/examples/w-button-chip_active_borderColorActive.html +259 -0
  43. package/docs/examples/w-button-chip_active_iconColorActive.html +259 -0
  44. package/docs/examples/w-button-chip_active_no shadow_no shadowActive.html +260 -0
  45. package/docs/examples/w-button-chip_active_shadowActiveStyle.html +259 -0
  46. package/docs/examples/w-button-chip_active_textColorActive.html +258 -0
  47. package/docs/examples/w-button-chip_backgroundColor_backgroundColorHover.html +259 -0
  48. package/docs/examples/w-button-chip_borderColor_borderColorHover.html +259 -0
  49. package/docs/examples/w-button-chip_borderRadius.html +258 -0
  50. package/docs/examples/w-button-chip_borderRadiusStyle.html +280 -0
  51. package/docs/examples/w-button-chip_borderRadiusStyle_borderWidth_borderColor_borderColorHover.html +284 -0
  52. package/docs/examples/w-button-chip_borderWidth.html +288 -0
  53. package/docs/examples/w-button-chip_close.html +259 -0
  54. package/docs/examples/w-button-chip_close_shiftRight.html +260 -0
  55. package/docs/examples/w-button-chip_default.html +254 -0
  56. package/docs/examples/w-button-chip_icon (fontawesome).html +257 -0
  57. package/docs/examples/w-button-chip_icon (material).html +257 -0
  58. package/docs/examples/w-button-chip_icon_iconColor_iconColorHover_close.html +262 -0
  59. package/docs/examples/w-button-chip_icon_no text.html +254 -0
  60. package/docs/examples/w-button-chip_loading.html +259 -0
  61. package/docs/examples/w-button-chip_loading_loadingColor.html +260 -0
  62. package/docs/examples/w-button-chip_loading_textColor_textColorHover.html +261 -0
  63. package/docs/examples/w-button-chip_modify loading by callback in click.html +259 -0
  64. package/docs/examples/w-button-chip_modify prog by callback in click.html +259 -0
  65. package/docs/examples/w-button-chip_no shadow.html +258 -0
  66. package/docs/examples/w-button-chip_not editable.html +262 -0
  67. package/docs/examples/w-button-chip_not editable_disabledColor.html +263 -0
  68. package/docs/examples/w-button-chip_paddingStyle (equal height to using icon).html +254 -0
  69. package/docs/examples/w-button-chip_paddingStyle (thin style).html +254 -0
  70. package/docs/examples/w-button-chip_paddingStyle_icon_iconSize_textFontSize.html +262 -0
  71. package/docs/examples/w-button-chip_prog.html +259 -0
  72. package/docs/examples/w-button-chip_prog_progColor_progBackgroundColor.html +261 -0
  73. package/docs/examples/w-button-chip_promiseUnlock.html +259 -0
  74. package/docs/examples/w-button-chip_rippleColor.html +258 -0
  75. package/docs/examples/w-button-chip_shadowStyle.html +258 -0
  76. package/docs/examples/w-button-chip_shiftLeft.html +258 -0
  77. package/docs/examples/w-button-chip_slot_close.html +288 -0
  78. package/docs/examples/w-button-chip_textColor.html +257 -0
  79. package/docs/examples/w-button-chip_textColor_textColorHover.html +258 -0
  80. package/docs/examples/w-button-chip_tooltip.html +258 -0
  81. package/docs/examples/w-button-circle_backgroundColor_backgroundColorHover_backgroundColorFocus.html +190 -0
  82. package/docs/examples/w-button-circle_icon (fontawesome).html +183 -0
  83. package/docs/examples/w-button-circle_icon (material).html +183 -0
  84. package/docs/examples/w-button-circle_iconColor_iconColorHover_iconColorFocus.html +190 -0
  85. package/docs/examples/w-button-circle_loading.html +186 -0
  86. package/docs/examples/w-button-circle_loading_loadingColor.html +187 -0
  87. package/docs/examples/w-button-circle_no shadow.html +183 -0
  88. package/docs/examples/w-button-circle_not editable.html +186 -0
  89. package/docs/examples/w-button-circle_not editable_disabledColor.html +187 -0
  90. package/docs/examples/w-button-circle_paddingStyle.html +186 -0
  91. package/docs/examples/w-button-circle_paddingStyle_iconSize.html +187 -0
  92. package/docs/examples/w-button-circle_promiseUnlock.html +187 -0
  93. package/docs/examples/w-button-circle_rippleColor.html +186 -0
  94. package/docs/examples/w-button-circle_shadowStyle.html +186 -0
  95. package/docs/examples/w-button-circle_tooltip.html +183 -0
  96. package/docs/examples/w-checkbox_checkedIconColor_uncheckedIconColor.html +177 -0
  97. package/docs/examples/w-checkbox_checkedIcon_uncheckedIcon.html +177 -0
  98. package/docs/examples/w-checkbox_default.html +173 -0
  99. package/docs/examples/w-checkbox_iconSize.html +173 -0
  100. package/docs/examples/w-checkbox_not editable.html +173 -0
  101. package/docs/examples/w-checkbox_not editable_checkedIconColorDisabled_uncheckedIconColorDisabled.html +180 -0
  102. package/docs/examples/w-checkbox_use string (y or n).html +173 -0
  103. package/docs/examples/w-ckeditor-vue-dyn_default.html +204 -0
  104. package/docs/examples/w-ckeditor-vue-dyn_height.html +205 -0
  105. package/docs/examples/w-ckeditor-vue-dyn_not editable.html +205 -0
  106. package/docs/examples/w-ckeditor-vue-dyn_settings.html +205 -0
  107. package/docs/examples/w-confirm_contentColor_contentIconColor_contentBackgroundColor.html +212 -0
  108. package/docs/examples/w-confirm_contentIcon (fontawesome).html +208 -0
  109. package/docs/examples/w-confirm_contentIconColor.html +208 -0
  110. package/docs/examples/w-confirm_contentIconSize.html +208 -0
  111. package/docs/examples/w-confirm_hasNoBtn_yesBtnText.html +208 -0
  112. package/docs/examples/w-confirm_maxWidth.html +208 -0
  113. package/docs/examples/w-confirm_noBtnTextColor_noBtnTextColorHover_noBtnBackgroundColor_noBtnBackgroundColorHover.html +217 -0
  114. package/docs/examples/w-confirm_noBtnText_yesBtnText.html +209 -0
  115. package/docs/examples/w-confirm_scrollable (slot content).html +236 -0
  116. package/docs/examples/w-confirm_scrollable.html +207 -0
  117. package/docs/examples/w-confirm_slot content.html +283 -0
  118. package/docs/examples/w-confirm_slot footer.html +226 -0
  119. package/docs/examples/w-confirm_slot header.html +220 -0
  120. package/docs/examples/w-confirm_titleColor_headerBackgroundColor_footerBackgroundColor.html +212 -0
  121. package/docs/examples/w-confirm_title_content.html +207 -0
  122. package/docs/examples/w-dialog_closeWithInterceptor.html +270 -0
  123. package/docs/examples/w-dialog_contentTextColor_contentBackgroundColor.html +277 -0
  124. package/docs/examples/w-dialog_fullscreen.html +277 -0
  125. package/docs/examples/w-dialog_hasSaveBtn and hasCloseBtn, no save and close button.html +273 -0
  126. package/docs/examples/w-dialog_hasSaveBtn, no save button.html +270 -0
  127. package/docs/examples/w-dialog_headerBackgroundColor.html +270 -0
  128. package/docs/examples/w-dialog_headerBtns.html +271 -0
  129. package/docs/examples/w-dialog_headerIconColor_headerTextColor_headerBackgroundColor.html +274 -0
  130. package/docs/examples/w-dialog_icon (fontawesome).html +270 -0
  131. package/docs/examples/w-dialog_maxWidth, for narrow width.html +270 -0
  132. package/docs/examples/w-dialog_multi dialogs.html +313 -0
  133. package/docs/examples/w-dialog_saveBtnTooltip_closeBtnTooltip.html +271 -0
  134. package/docs/examples/w-dialog_scrollable.html +270 -0
  135. package/docs/examples/w-dialog_separate for slot content.html +274 -0
  136. package/docs/examples/w-dialog_slot content.html +269 -0
  137. package/docs/examples/w-dialog_slot header-left_header-right.html +291 -0
  138. package/docs/examples/w-dialog_table in slot content.html +336 -0
  139. package/docs/examples/w-dialog_title.html +269 -0
  140. package/docs/examples/w-dropfiles_backgroundColor_backgroundColorDropIn_backgroundColorHover.html +209 -0
  141. package/docs/examples/w-dropfiles_borderColor_borderColorDropIn_borderColorHover_backgroundColorDropIn.html +211 -0
  142. package/docs/examples/w-dropfiles_borderRadius.html +205 -0
  143. package/docs/examples/w-dropfiles_borderWidth.html +205 -0
  144. package/docs/examples/w-dropfiles_default.html +204 -0
  145. package/docs/examples/w-dropfiles_timeTransition.html +205 -0
  146. package/docs/examples/w-dynamic-list_change rows.html +383 -0
  147. package/docs/examples/w-dynamic-list_change slot.html +397 -0
  148. package/docs/examples/w-dynamic-list_default.html +366 -0
  149. package/docs/examples/w-dynamic-list_filterKeywords_searchEmpty.html +378 -0
  150. package/docs/examples/w-dynamic-list_large data (1,000,000 items).html +383 -0
  151. package/docs/examples/w-dynamic-list_processItems.html +401 -0
  152. package/docs/examples/w-dynamic-list_render.html +367 -0
  153. package/docs/examples/w-dynamic-list_separatorColor.html +367 -0
  154. package/docs/examples/w-dynamic-list_separatorColor_separatorHeight.html +368 -0
  155. package/docs/examples/w-dynamic-list_slot item with image.html +383 -0
  156. package/docs/examples/w-dynamic-list_viewHeightMax.html +386 -0
  157. package/docs/examples/w-echarts-vue-dyn_area.html +1788 -0
  158. package/docs/examples/w-echarts-vue-dyn_bar3D.html +1788 -0
  159. package/docs/examples/w-echarts-vue-dyn_continuous.html +1788 -0
  160. package/docs/examples/w-echarts-vue-dyn_heatmap.html +1788 -0
  161. package/docs/examples/w-echarts-vue-dyn_line.html +1788 -0
  162. package/docs/examples/w-echarts-vue-dyn_line3D.html +1788 -0
  163. package/docs/examples/w-echarts-vue-dyn_parallel.html +1788 -0
  164. package/docs/examples/w-echarts-vue-dyn_polar heatmap.html +1788 -0
  165. package/docs/examples/w-echarts-vue-dyn_polar.html +1788 -0
  166. package/docs/examples/w-echarts-vue-dyn_radar.html +1788 -0
  167. package/docs/examples/w-echarts-vue-dyn_scatter.html +1788 -0
  168. package/docs/examples/w-echarts-vue-dyn_stack.html +1788 -0
  169. package/docs/examples/w-echarts-vue-dyn_surface.html +1788 -0
  170. package/docs/examples/w-echarts-vue-dyn_tree.html +1791 -0
  171. package/docs/examples/w-echarts-vue-dyn_treemap.html +1788 -0
  172. package/docs/examples/w-group-check_backgroundColorActive.html +313 -0
  173. package/docs/examples/w-group-check_backgroundColor_backgroundColorHover.html +314 -0
  174. package/docs/examples/w-group-check_borderColor_borderColorHover_borderColorActive.html +317 -0
  175. package/docs/examples/w-group-check_borderRadius.html +313 -0
  176. package/docs/examples/w-group-check_borderRadius_borderRadiusStyle_paddingStyle.html +317 -0
  177. package/docs/examples/w-group-check_borderWidth_borderColor_borderColorHover_borderColorActive.html +322 -0
  178. package/docs/examples/w-group-check_click (console.log).html +313 -0
  179. package/docs/examples/w-group-check_default.html +312 -0
  180. package/docs/examples/w-group-check_group (only one).html +320 -0
  181. package/docs/examples/w-group-check_group_borderColor_borderColorHover_borderColorActive.html +325 -0
  182. package/docs/examples/w-group-check_group_groupBorderRadiusStyle_groupShift_borderRadius.html +353 -0
  183. package/docs/examples/w-group-check_icon (fontawesome).html +312 -0
  184. package/docs/examples/w-group-check_icon (material).html +312 -0
  185. package/docs/examples/w-group-check_iconColorActive.html +313 -0
  186. package/docs/examples/w-group-check_iconColor_iconColorHover.html +314 -0
  187. package/docs/examples/w-group-check_loading.html +313 -0
  188. package/docs/examples/w-group-check_loading_loadingColor.html +314 -0
  189. package/docs/examples/w-group-check_marginStyle.html +313 -0
  190. package/docs/examples/w-group-check_no shadowActive.html +313 -0
  191. package/docs/examples/w-group-check_not editable.html +313 -0
  192. package/docs/examples/w-group-check_paddingStyle_borderRadius_textColor_iconColor.html +330 -0
  193. package/docs/examples/w-group-check_paddingStyle_iconSize_textFontSize.html +315 -0
  194. package/docs/examples/w-group-check_shadow.html +313 -0
  195. package/docs/examples/w-group-check_shadowActiveStyle.html +314 -0
  196. package/docs/examples/w-group-check_shadow_shadowStyle.html +315 -0
  197. package/docs/examples/w-group-check_shiftLeft.html +313 -0
  198. package/docs/examples/w-group-check_shiftLeft_shiftRight.html +314 -0
  199. package/docs/examples/w-group-check_slot_shadow.html +326 -0
  200. package/docs/examples/w-group-check_textColor.html +313 -0
  201. package/docs/examples/w-group-check_textColorActive.html +313 -0
  202. package/docs/examples/w-group-check_textColor_textColorHover.html +314 -0
  203. package/docs/examples/w-group-check_tooltip.html +313 -0
  204. package/docs/examples/w-group-dragdrop_default.html +238 -0
  205. package/docs/examples/w-group-dragdrop_event (dragdrop).html +241 -0
  206. package/docs/examples/w-group-dragdrop_items(string array).html +234 -0
  207. package/docs/examples/w-group-dragdrop_keyBinder.html +246 -0
  208. package/docs/examples/w-group-dragdrop_not draggable.html +241 -0
  209. package/docs/examples/w-group-dragdrop_not itemStyleInline (block).html +241 -0
  210. package/docs/examples/w-group-radio_backgroundColorActive.html +292 -0
  211. package/docs/examples/w-group-radio_backgroundColor_backgroundColorHover.html +293 -0
  212. package/docs/examples/w-group-radio_borderColor_borderColorHover_borderColorActive.html +296 -0
  213. package/docs/examples/w-group-radio_borderRadius.html +292 -0
  214. package/docs/examples/w-group-radio_borderRadius_borderRadiusStyle_paddingStyle.html +296 -0
  215. package/docs/examples/w-group-radio_borderWidth_borderColor_borderColorHover_borderColorActive.html +301 -0
  216. package/docs/examples/w-group-radio_click (console.log).html +292 -0
  217. package/docs/examples/w-group-radio_default.html +291 -0
  218. package/docs/examples/w-group-radio_group (only one).html +299 -0
  219. package/docs/examples/w-group-radio_group_borderColor_borderColorHover_borderColorActive.html +304 -0
  220. package/docs/examples/w-group-radio_group_groupBorderRadiusStyle_groupShift_borderRadius.html +330 -0
  221. package/docs/examples/w-group-radio_icon (fontawesome).html +291 -0
  222. package/docs/examples/w-group-radio_icon (material).html +291 -0
  223. package/docs/examples/w-group-radio_iconColorActive.html +292 -0
  224. package/docs/examples/w-group-radio_iconColor_iconColorHover.html +293 -0
  225. package/docs/examples/w-group-radio_loading.html +292 -0
  226. package/docs/examples/w-group-radio_loading_loadingColor.html +293 -0
  227. package/docs/examples/w-group-radio_marginStyle.html +292 -0
  228. package/docs/examples/w-group-radio_no shadowActive.html +292 -0
  229. package/docs/examples/w-group-radio_not editable.html +292 -0
  230. package/docs/examples/w-group-radio_paddingStyle_borderRadius_textColor_iconColor.html +309 -0
  231. package/docs/examples/w-group-radio_paddingStyle_iconSize_textFontSize.html +294 -0
  232. package/docs/examples/w-group-radio_shadow.html +292 -0
  233. package/docs/examples/w-group-radio_shadowActiveStyle.html +293 -0
  234. package/docs/examples/w-group-radio_shadow_shadowStyle.html +294 -0
  235. package/docs/examples/w-group-radio_shiftLeft.html +292 -0
  236. package/docs/examples/w-group-radio_shiftLeft_shiftRight.html +293 -0
  237. package/docs/examples/w-group-radio_slot_shadow.html +305 -0
  238. package/docs/examples/w-group-radio_textColor.html +292 -0
  239. package/docs/examples/w-group-radio_textColorActive.html +292 -0
  240. package/docs/examples/w-group-radio_textColor_textColorHover.html +293 -0
  241. package/docs/examples/w-group-radio_tooltip.html +292 -0
  242. package/docs/examples/w-group-tags_backgroundColor_backgroundColorHover.html +572 -0
  243. package/docs/examples/w-group-tags_borderColor_borderColorHover.html +572 -0
  244. package/docs/examples/w-group-tags_borderRadius.html +571 -0
  245. package/docs/examples/w-group-tags_closeWithInterceptor.html +572 -0
  246. package/docs/examples/w-group-tags_default.html +563 -0
  247. package/docs/examples/w-group-tags_editableClose(no close button).html +571 -0
  248. package/docs/examples/w-group-tags_editableInput(no slot input).html +571 -0
  249. package/docs/examples/w-group-tags_enableCloseEventOnly.html +567 -0
  250. package/docs/examples/w-group-tags_icon (fontawesome).html +566 -0
  251. package/docs/examples/w-group-tags_icon (material).html +566 -0
  252. package/docs/examples/w-group-tags_iconColor_iconColorHover_textColor_textColorHover.html +584 -0
  253. package/docs/examples/w-group-tags_icon_iconColor_iconColorHover.html +572 -0
  254. package/docs/examples/w-group-tags_inputTextButtonTooltip.html +566 -0
  255. package/docs/examples/w-group-tags_inputTextColor_inputTextBorderColor_inputTextBorderColorHover_inputTextBorderColorFocus.html +577 -0
  256. package/docs/examples/w-group-tags_inputTextWidth.html +563 -0
  257. package/docs/examples/w-group-tags_marginStyle.html +568 -0
  258. package/docs/examples/w-group-tags_modify loading by callback in click.html +567 -0
  259. package/docs/examples/w-group-tags_modify loading_textColor_textColorHover.html +574 -0
  260. package/docs/examples/w-group-tags_modify prog by callback in click.html +567 -0
  261. package/docs/examples/w-group-tags_no shadow_borderColor_borderColorHover.html +572 -0
  262. package/docs/examples/w-group-tags_not draggable.html +571 -0
  263. package/docs/examples/w-group-tags_not editable.html +571 -0
  264. package/docs/examples/w-group-tags_not editable_nodata.html +571 -0
  265. package/docs/examples/w-group-tags_object items.html +567 -0
  266. package/docs/examples/w-group-tags_object items_addButtonTextColor_addButtonTextColorHover_addButtonIconColor.html +578 -0
  267. package/docs/examples/w-group-tags_object items_addButtonText_addButtonTooltip.html +574 -0
  268. package/docs/examples/w-group-tags_object items_keyIcon.html +571 -0
  269. package/docs/examples/w-group-tags_object items_keyText.html +571 -0
  270. package/docs/examples/w-group-tags_object items_keyTooltip.html +571 -0
  271. package/docs/examples/w-group-tags_object items_slot item.html +603 -0
  272. package/docs/examples/w-group-tags_object items_slot item_editableInput(no slot input)_useActive.html +593 -0
  273. package/docs/examples/w-group-tags_object items_slot item_useColorsFromItem_editableInput(no slot input).html +590 -0
  274. package/docs/examples/w-group-tags_paddingStyle_icon_iconSize_textFontSize.html +575 -0
  275. package/docs/examples/w-group-tags_progColor_progBackgroundColor.html +572 -0
  276. package/docs/examples/w-group-tags_shadowStyle.html +570 -0
  277. package/docs/examples/w-group-tags_shiftLeft.html +567 -0
  278. package/docs/examples/w-group-tags_slot input.html +585 -0
  279. package/docs/examples/w-group-tags_slot item.html +602 -0
  280. package/docs/examples/w-group-tags_slot item_useActive_valueActive_paddingStyle.html +592 -0
  281. package/docs/examples/w-group-tags_suggests.html +566 -0
  282. package/docs/examples/w-group-tags_suggests_inputTextColor_inputExpansionIconColor.html +570 -0
  283. package/docs/examples/w-group-tags_suggests_placeholder_searchEmpty.html +568 -0
  284. package/docs/examples/w-group-tags_suggests_suggectItemFontSize_suggectItemTextColor_suggectItemTextColorHover.html +573 -0
  285. package/docs/examples/w-group-tags_textColor.html +570 -0
  286. package/docs/examples/w-group-tags_textColor_textColorHover.html +571 -0
  287. package/docs/examples/w-group-tags_useActive_valueActive.html +571 -0
  288. package/docs/examples/w-highcharts-bitmap-dyn_area.html +810 -0
  289. package/docs/examples/w-highcharts-bitmap-dyn_bar.html +810 -0
  290. package/docs/examples/w-highcharts-bitmap-dyn_change options.html +823 -0
  291. package/docs/examples/w-highcharts-bitmap-dyn_heatmap.html +810 -0
  292. package/docs/examples/w-highcharts-bitmap-dyn_large heatmap.html +810 -0
  293. package/docs/examples/w-highcharts-bitmap-dyn_line.html +810 -0
  294. package/docs/examples/w-highcharts-bitmap-dyn_pie.html +810 -0
  295. package/docs/examples/w-highcharts-bitmap-dyn_render (need w-hc2png-server) (line).html +811 -0
  296. package/docs/examples/w-highcharts-bitmap-dyn_scale (line).html +811 -0
  297. package/docs/examples/w-highcharts-vue-dyn_area.html +740 -0
  298. package/docs/examples/w-highcharts-vue-dyn_bar.html +740 -0
  299. package/docs/examples/w-highcharts-vue-dyn_heatmap.html +740 -0
  300. package/docs/examples/w-highcharts-vue-dyn_large heatmap.html +740 -0
  301. package/docs/examples/w-highcharts-vue-dyn_line.html +740 -0
  302. package/docs/examples/w-highcharts-vue-dyn_pie.html +740 -0
  303. package/docs/examples/w-highstock-vue-dyn_area.html +260 -0
  304. package/docs/examples/w-highstock-vue-dyn_line.html +260 -0
  305. package/docs/examples/w-icon-svg_path (mdi-access-point)_size.html +185 -0
  306. package/docs/examples/w-icon-svg_path (mdi-account-badge-horizontal)_timeTransition.html +190 -0
  307. package/docs/examples/w-icon-svg_path (mdi-fruit-cherries).html +185 -0
  308. package/docs/examples/w-icon-svg_path (mdi-graph-outline)_color_colorHover.html +191 -0
  309. package/docs/examples/w-icon-svg_path (use 3 paths)_sizeOriginal.html +185 -0
  310. package/docs/examples/w-icon-svg_path_sizeOriginal.html +185 -0
  311. package/docs/examples/w-image-cascading-dyn_arrangeWhenFinish.html +198 -0
  312. package/docs/examples/w-image-cascading-dyn_colNum.html +198 -0
  313. package/docs/examples/w-image-cascading-dyn_default(imageWidth=300).html +196 -0
  314. package/docs/examples/w-image-cascading-dyn_imageWidth.html +202 -0
  315. package/docs/examples/w-image-viewer-dyn_multiple image with navbar.html +202 -0
  316. package/docs/examples/w-image-viewer-dyn_one image.html +201 -0
  317. package/docs/examples/w-json-view_default.html +465 -0
  318. package/docs/examples/w-json-view_filterKeywords_searchEmpty.html +478 -0
  319. package/docs/examples/w-json-view_iconColor_keyColor_keyNumbersColor_numColor.html +477 -0
  320. package/docs/examples/w-json-view_large data (100,000 lines).html +465 -0
  321. package/docs/examples/w-json-view_valueStyleBreakAll.html +469 -0
  322. package/docs/examples/w-json-view_viewHeightMax.html +469 -0
  323. package/docs/examples/w-leaflet-vue-dyn_contourSet for rain data.html +417 -0
  324. package/docs/examples/w-leaflet-vue-dyn_contourSets.html +417 -0
  325. package/docs/examples/w-leaflet-vue-dyn_pointSets.html +417 -0
  326. package/docs/examples/w-leaflet-vue-dyn_polygonSets.html +417 -0
  327. package/docs/examples/w-list-vertical_auto scroll.html +308 -0
  328. package/docs/examples/w-list-vertical_default.html +296 -0
  329. package/docs/examples/w-list-vertical_itemActive.html +297 -0
  330. package/docs/examples/w-list-vertical_itemActive_itemBackgroundColor_itemBackgroundColorHover_itemBackgroundColorActive.html +304 -0
  331. package/docs/examples/w-list-vertical_itemActive_itemTextColor_itemTextColorHover_itemTextColorActive.html +310 -0
  332. package/docs/examples/w-list-vertical_keyText_keyIcon.html +298 -0
  333. package/docs/examples/w-list-vertical_paddingStyle.html +297 -0
  334. package/docs/examples/w-list-vertical_slot footer.html +310 -0
  335. package/docs/examples/w-list-vertical_slot header.html +309 -0
  336. package/docs/examples/w-list-vertical_slot item.html +331 -0
  337. package/docs/examples/w-list-vertical_string items.html +296 -0
  338. package/docs/examples/w-list-vertical_useActive (no active).html +297 -0
  339. package/docs/examples/w-list-vertical_useActive (no active)_itemRippleColor.html +298 -0
  340. package/docs/examples/w-panel-bulge_contentBackgroundColor.html +243 -0
  341. package/docs/examples/w-panel-bulge_contentBorderRadius.html +243 -0
  342. package/docs/examples/w-panel-bulge_default.html +242 -0
  343. package/docs/examples/w-panel-bulge_headerBorderRadius.html +243 -0
  344. package/docs/examples/w-panel-bulge_headerPadding.html +246 -0
  345. package/docs/examples/w-panel-bulge_headerTextColor_headerBackgroundColor.html +244 -0
  346. package/docs/examples/w-panel-bulge_no headerShadow_no contentShadow, with green outer.html +248 -0
  347. package/docs/examples/w-panel-bulge_slot for header_headerBorderRadius_headerBackgroundColor(linear-gradient).html +265 -0
  348. package/docs/examples/w-panel-bulge_with grey outer.html +244 -0
  349. package/docs/examples/w-panel-chart_cmpName (WEchartsVueDyn).html +322 -0
  350. package/docs/examples/w-panel-chart_cmpName (WHighchartsBitmapDyn).html +322 -0
  351. package/docs/examples/w-panel-chart_cmpName (WHighstockVueDyn).html +322 -0
  352. package/docs/examples/w-panel-chart_default (WHighchartsVueDyn).html +319 -0
  353. package/docs/examples/w-panel-chart_downloadPicture.html +322 -0
  354. package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnIcon.html +323 -0
  355. package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnIconColor_downloadPictureBtnIconColorHover_downloadPictureBtnIconColorFocus.html +330 -0
  356. package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnTooltip.html +323 -0
  357. package/docs/examples/w-panel-chart_downloadPicture_downloadPictureFilenmae.html +323 -0
  358. package/docs/examples/w-panel-chart_scale.html +319 -0
  359. package/docs/examples/w-panel-chart_width_height.html +323 -0
  360. package/docs/examples/w-panel-divide-horizontal_barBorderSize_barBorderColor.html +202 -0
  361. package/docs/examples/w-panel-divide-horizontal_barColor.html +203 -0
  362. package/docs/examples/w-panel-divide-horizontal_barSize.html +201 -0
  363. package/docs/examples/w-panel-divide-horizontal_default.html +200 -0
  364. package/docs/examples/w-panel-divide-horizontal_min_max.html +204 -0
  365. package/docs/examples/w-panel-divide-horizontal_ratio.html +203 -0
  366. package/docs/examples/w-panel-divide-vertical_barBorderSize_barBorderColor.html +202 -0
  367. package/docs/examples/w-panel-divide-vertical_barColor.html +203 -0
  368. package/docs/examples/w-panel-divide-vertical_barSize.html +201 -0
  369. package/docs/examples/w-panel-divide-vertical_default.html +200 -0
  370. package/docs/examples/w-panel-divide-vertical_min_max.html +204 -0
  371. package/docs/examples/w-panel-divide-vertical_ratio.html +203 -0
  372. package/docs/examples/w-panel-scale_for select.html +232 -0
  373. package/docs/examples/w-panel-scale_for v-btn.html +241 -0
  374. package/docs/examples/w-panel-scale_for w-panel-bulge.html +230 -0
  375. package/docs/examples/w-panel-scale_for w-panel-scrolly.html +260 -0
  376. package/docs/examples/w-panel-scale_for w-text-suggest.html +238 -0
  377. package/docs/examples/w-panel-scrolly_barColor_barColorHover.html +222 -0
  378. package/docs/examples/w-panel-scrolly_barColor_barColorHover_barBackgroundColor_barBackgroundColorHover.html +226 -0
  379. package/docs/examples/w-panel-scrolly_barHeightMin.html +190 -0
  380. package/docs/examples/w-panel-scrolly_barWidth.html +218 -0
  381. package/docs/examples/w-panel-scrolly_default.html +221 -0
  382. package/docs/examples/w-panel-scrolly_ratio.html +226 -0
  383. package/docs/examples/w-panel-scrolly_scrollDelta.html +221 -0
  384. package/docs/examples/w-panel-stripe_borderRadius.html +194 -0
  385. package/docs/examples/w-panel-stripe_buttons in slot footer.html +203 -0
  386. package/docs/examples/w-panel-stripe_headerBackgroundColor_footerBackgroundColor.html +198 -0
  387. package/docs/examples/w-panel-stripe_no footer.html +194 -0
  388. package/docs/examples/w-panel-stripe_no header.html +194 -0
  389. package/docs/examples/w-panel-stripe_no shadow, with crimson outer.html +199 -0
  390. package/docs/examples/w-panel-stripe_only slot icon and slot title in header.html +190 -0
  391. package/docs/examples/w-panel-stripe_only slot title in header.html +186 -0
  392. package/docs/examples/w-panel-stripe_padding.html +196 -0
  393. package/docs/examples/w-panel-stripe_separate for slot content.html +204 -0
  394. package/docs/examples/w-panel-stripe_slot icon (fontawesome).html +197 -0
  395. package/docs/examples/w-panel-stripe_slot icon, slot title, slot description, slot content and slot footer.html +196 -0
  396. package/docs/examples/w-panel-stripe_table in slot content.html +261 -0
  397. package/docs/examples/w-panel-stripe_with grey outer.html +199 -0
  398. package/docs/examples/w-popup-edit-text_default.html +178 -0
  399. package/docs/examples/w-popup-edit-text_in table.html +191 -0
  400. package/docs/examples/w-popup-edit-text_minWidthForPopup.html +181 -0
  401. package/docs/examples/w-popup-edit-text_minWidthForValue.html +181 -0
  402. package/docs/examples/w-popup-edit-text_no title.html +178 -0
  403. package/docs/examples/w-popup-edit-text_title_contentIcon_contentIconColor_contentIconSize.html +186 -0
  404. package/docs/examples/w-popup-edit-text_title_footerBackgroundColor.html +182 -0
  405. package/docs/examples/w-popup-edit-text_title_inputTextColor_contentIconColor_contentBackgroundColor.html +189 -0
  406. package/docs/examples/w-popup-edit-text_title_saveBtnText_saveBtnTextColor_saveBtnTextColorHover.html +191 -0
  407. package/docs/examples/w-popup-edit-text_title_titleColor_titleFontSize_headerBackgroundColor.html +186 -0
  408. package/docs/examples/w-popup_auto flipping in scroll panel.html +295 -0
  409. package/docs/examples/w-popup_backgroundColor.html +279 -0
  410. package/docs/examples/w-popup_borderRadius.html +278 -0
  411. package/docs/examples/w-popup_click item by latency hiding.html +273 -0
  412. package/docs/examples/w-popup_default.html +273 -0
  413. package/docs/examples/w-popup_distY.html +278 -0
  414. package/docs/examples/w-popup_in dialog.html +304 -0
  415. package/docs/examples/w-popup_in popup.html +337 -0
  416. package/docs/examples/w-popup_in scroll panel.html +292 -0
  417. package/docs/examples/w-popup_isolated.html +281 -0
  418. package/docs/examples/w-popup_maxWidth.html +274 -0
  419. package/docs/examples/w-popup_minWidth.html +278 -0
  420. package/docs/examples/w-popup_no shadow_backgroundColor.html +280 -0
  421. package/docs/examples/w-popup_not editable.html +282 -0
  422. package/docs/examples/w-popup_shadowStyle.html +278 -0
  423. package/docs/examples/w-popup_slot for table_maxWidth.html +283 -0
  424. package/docs/examples/w-progress-bar_decimal.html +186 -0
  425. package/docs/examples/w-progress-bar_default.html +182 -0
  426. package/docs/examples/w-progress-bar_enableIconFinish (no iconFinish).html +186 -0
  427. package/docs/examples/w-progress-bar_enableIconWaiting (no iconWaiting).html +186 -0
  428. package/docs/examples/w-progress-bar_height.html +186 -0
  429. package/docs/examples/w-progress-bar_height_borderRadius.html +187 -0
  430. package/docs/examples/w-progress-bar_iconFinish (fontawesome).html +186 -0
  431. package/docs/examples/w-progress-bar_iconFinishColor.html +186 -0
  432. package/docs/examples/w-progress-bar_iconSize.html +186 -0
  433. package/docs/examples/w-progress-bar_iconWaiting (fontawesome).html +186 -0
  434. package/docs/examples/w-progress-bar_iconWaitingColor.html +186 -0
  435. package/docs/examples/w-progress-bar_progColor.html +186 -0
  436. package/docs/examples/w-progress-bar_progColor_progBackgroundColor.html +187 -0
  437. package/docs/examples/w-progress-bar_title.html +186 -0
  438. package/docs/examples/w-progress-bar_title_titleTextColor.html +187 -0
  439. package/docs/examples/w-progress-bar_title_titleTextFontSize.html +187 -0
  440. package/docs/examples/w-progress-bar_value=0 (waiting).html +185 -0
  441. package/docs/examples/w-progress-bar_value=100 (finish).html +185 -0
  442. package/docs/examples/w-progress-bar_valueTextColor.html +186 -0
  443. package/docs/examples/w-progress-bar_valueTextFontSize.html +186 -0
  444. package/docs/examples/w-progress-circle_color.html +182 -0
  445. package/docs/examples/w-progress-circle_default.html +181 -0
  446. package/docs/examples/w-progress-circle_small size.html +184 -0
  447. package/docs/examples/w-progress-circle_tooltip.html +183 -0
  448. package/docs/examples/w-progress-circle_very small size.html +183 -0
  449. package/docs/examples/w-progress-circle_width.html +178 -0
  450. package/docs/examples/w-progress-circle_/344/270/255/346/226/207text.html +178 -0
  451. package/docs/examples/w-quill-vue-dyn_default.html +201 -0
  452. package/docs/examples/w-quill-vue-dyn_height.html +202 -0
  453. package/docs/examples/w-quill-vue-dyn_not editable.html +202 -0
  454. package/docs/examples/w-quill-vue-dyn_settings.html +202 -0
  455. package/docs/examples/w-switch_default.html +173 -0
  456. package/docs/examples/w-switch_not editable.html +173 -0
  457. package/docs/examples/w-switch_text_color.html +177 -0
  458. package/docs/examples/w-switch_use string (y or n).html +173 -0
  459. package/docs/examples/w-table-dyn_default.html +517 -0
  460. package/docs/examples/w-table-dyn_editable.html +520 -0
  461. package/docs/examples/w-table-dyn_editable_checkId.html +521 -0
  462. package/docs/examples/w-table-dyn_editable_checkId_opt.modifyDataWhenSave_save(call cmp. method).html +533 -0
  463. package/docs/examples/w-table-dyn_editable_checkId_successMsgFromAddRow_errorMsgFromAddRow.html +531 -0
  464. package/docs/examples/w-table-dyn_editable_checkId_tooltipAddRow_tooltipDeleteSelectedRows.html +530 -0
  465. package/docs/examples/w-table-dyn_editable_inforPaddingStyle_menuBackgroundColor.html +526 -0
  466. package/docs/examples/w-table-dyn_editable_opt.beforeAddRow.html +520 -0
  467. package/docs/examples/w-table-dyn_editable_opt.kpConvertKeysWhenUploadData.html +520 -0
  468. package/docs/examples/w-table-dyn_editable_opt.optForUploadData.html +520 -0
  469. package/docs/examples/w-table-dyn_editable_slot btns.html +544 -0
  470. package/docs/examples/w-table-dyn_editable_textLabelDataName_textPlaceholderDataName_textLabelDataDescription.html +526 -0
  471. package/docs/examples/w-table-dyn_fixIds (fix id).html +521 -0
  472. package/docs/examples/w-table-dyn_hideIds (hide mappingId).html +521 -0
  473. package/docs/examples/w-table-dyn_name_description.html +519 -0
  474. package/docs/examples/w-table-dyn_opt.kpHead.html +519 -0
  475. package/docs/examples/w-table-dyn_removeIdsWhenDownload (remove id, mappingId, order, isActive).html +522 -0
  476. package/docs/examples/w-table-dyn_slot btns.html +543 -0
  477. package/docs/examples/w-table-dyn_slot infor (name_description).html +536 -0
  478. package/docs/examples/w-table-dyn_sortColIds (sort by order).html +520 -0
  479. package/docs/examples/w-text-int_borderRadius.html +193 -0
  480. package/docs/examples/w-text-int_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +205 -0
  481. package/docs/examples/w-text-int_border_borderRadius.html +201 -0
  482. package/docs/examples/w-text-int_border_buttonColor_buttonColorHover_buttonColorFocus.html +205 -0
  483. package/docs/examples/w-text-int_border_default.html +200 -0
  484. package/docs/examples/w-text-int_border_not editable.html +201 -0
  485. package/docs/examples/w-text-int_border_width.html +201 -0
  486. package/docs/examples/w-text-int_buttonColor_buttonColorHover_buttonColorFocus.html +200 -0
  487. package/docs/examples/w-text-int_buttonIconSize.html +193 -0
  488. package/docs/examples/w-text-int_default.html +193 -0
  489. package/docs/examples/w-text-int_not editable.html +193 -0
  490. package/docs/examples/w-text-int_textColor.html +193 -0
  491. package/docs/examples/w-text-int_textFontSize.html +193 -0
  492. package/docs/examples/w-text-int_width.html +193 -0
  493. package/docs/examples/w-text-select_a lot of items.html +270 -0
  494. package/docs/examples/w-text-select_borderRadius.html +271 -0
  495. package/docs/examples/w-text-select_border_a lot of items.html +275 -0
  496. package/docs/examples/w-text-select_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +280 -0
  497. package/docs/examples/w-text-select_border_borderRadius.html +276 -0
  498. package/docs/examples/w-text-select_border_default.html +274 -0
  499. package/docs/examples/w-text-select_border_events.html +284 -0
  500. package/docs/examples/w-text-select_border_expansionIconSize.html +275 -0
  501. package/docs/examples/w-text-select_border_fullwidth.html +275 -0
  502. package/docs/examples/w-text-select_border_itemPaddingStyle.html +276 -0
  503. package/docs/examples/w-text-select_border_itemTextColor_itemTextColorHover_itemBackgroundColor.html +281 -0
  504. package/docs/examples/w-text-select_border_itemTextFontSize_defItemHeight_width.html +280 -0
  505. package/docs/examples/w-text-select_border_items(string array).html +275 -0
  506. package/docs/examples/w-text-select_border_keyText.html +276 -0
  507. package/docs/examples/w-text-select_border_leftIcon (fontawesome).html +275 -0
  508. package/docs/examples/w-text-select_border_leftIcon (material).html +275 -0
  509. package/docs/examples/w-text-select_border_leftIcon_leftIconColor_leftIconColorHover.html +281 -0
  510. package/docs/examples/w-text-select_border_leftIcon_leftIconSize.html +276 -0
  511. package/docs/examples/w-text-select_border_not editable.html +276 -0
  512. package/docs/examples/w-text-select_border_paddingStyle (equal height to using icon).html +277 -0
  513. package/docs/examples/w-text-select_border_paddingStyle (thin style).html +275 -0
  514. package/docs/examples/w-text-select_border_rightIcon_rightIconColor_rightIconColorHover.html +281 -0
  515. package/docs/examples/w-text-select_border_rightIcon_rightIconSize.html +276 -0
  516. package/docs/examples/w-text-select_border_showExpansionIcon.html +276 -0
  517. package/docs/examples/w-text-select_border_slot item.html +282 -0
  518. package/docs/examples/w-text-select_border_slot select.html +283 -0
  519. package/docs/examples/w-text-select_border_textColor_expansionIconColor.html +276 -0
  520. package/docs/examples/w-text-select_border_textFontSize.html +275 -0
  521. package/docs/examples/w-text-select_border_with popup.html +284 -0
  522. package/docs/examples/w-text-select_default.html +269 -0
  523. package/docs/examples/w-text-select_events.html +279 -0
  524. package/docs/examples/w-text-select_expansionIconSize.html +270 -0
  525. package/docs/examples/w-text-select_fullwidth.html +270 -0
  526. package/docs/examples/w-text-select_itemPaddingStyle.html +271 -0
  527. package/docs/examples/w-text-select_itemTextColor_itemTextColorHover_itemBackgroundColor_itemBackgroundColorHover.html +276 -0
  528. package/docs/examples/w-text-select_itemTextFontSize_defItemHeight_width.html +273 -0
  529. package/docs/examples/w-text-select_items(string array).html +270 -0
  530. package/docs/examples/w-text-select_keyText.html +271 -0
  531. package/docs/examples/w-text-select_leftIcon (fontawesome).html +270 -0
  532. package/docs/examples/w-text-select_leftIcon (material).html +270 -0
  533. package/docs/examples/w-text-select_leftIcon_leftIconColor_leftIconColorHover_leftIconColorFocus.html +276 -0
  534. package/docs/examples/w-text-select_leftIcon_leftIconSize.html +271 -0
  535. package/docs/examples/w-text-select_not editable.html +271 -0
  536. package/docs/examples/w-text-select_paddingStyle (equal height to using icon).html +270 -0
  537. package/docs/examples/w-text-select_paddingStyle (thin style).html +270 -0
  538. package/docs/examples/w-text-select_rightIcon_rightIconColor_rightIconColorHover_rightIconColorFocus.html +276 -0
  539. package/docs/examples/w-text-select_rightIcon_rightIconSize.html +271 -0
  540. package/docs/examples/w-text-select_showExpansionIcon.html +271 -0
  541. package/docs/examples/w-text-select_slot item.html +277 -0
  542. package/docs/examples/w-text-select_slot select.html +278 -0
  543. package/docs/examples/w-text-select_textColor_expansionIconColor.html +271 -0
  544. package/docs/examples/w-text-select_textFontSize.html +270 -0
  545. package/docs/examples/w-text-select_with popup.html +304 -0
  546. package/docs/examples/w-text-suggest_a lot of items.html +296 -0
  547. package/docs/examples/w-text-suggest_borderRadius.html +296 -0
  548. package/docs/examples/w-text-suggest_border_a lot of items.html +301 -0
  549. package/docs/examples/w-text-suggest_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +305 -0
  550. package/docs/examples/w-text-suggest_border_borderRadius.html +301 -0
  551. package/docs/examples/w-text-suggest_border_default.html +299 -0
  552. package/docs/examples/w-text-suggest_border_events.html +309 -0
  553. package/docs/examples/w-text-suggest_border_expansionIconSize.html +300 -0
  554. package/docs/examples/w-text-suggest_border_fullwidth.html +300 -0
  555. package/docs/examples/w-text-suggest_border_itemPaddingStyle.html +301 -0
  556. package/docs/examples/w-text-suggest_border_itemTextColor_itemTextColorHover_itemBackgroundColor.html +306 -0
  557. package/docs/examples/w-text-suggest_border_itemTextFontSize_defItemHeight.html +302 -0
  558. package/docs/examples/w-text-suggest_border_items(string array).html +300 -0
  559. package/docs/examples/w-text-suggest_border_keyText.html +302 -0
  560. package/docs/examples/w-text-suggest_border_leftIcon (fontawesome).html +300 -0
  561. package/docs/examples/w-text-suggest_border_leftIcon (material).html +300 -0
  562. package/docs/examples/w-text-suggest_border_leftIcon_leftIconColor_leftIconColorHover.html +306 -0
  563. package/docs/examples/w-text-suggest_border_leftIcon_leftIconSize.html +301 -0
  564. package/docs/examples/w-text-suggest_border_not editable.html +301 -0
  565. package/docs/examples/w-text-suggest_border_paddingStyle (equal height to using icon).html +302 -0
  566. package/docs/examples/w-text-suggest_border_paddingStyle (thin style).html +300 -0
  567. package/docs/examples/w-text-suggest_border_placeholder.html +301 -0
  568. package/docs/examples/w-text-suggest_border_rightIcon_rightIconColor_rightIconColorHover.html +306 -0
  569. package/docs/examples/w-text-suggest_border_rightIcon_rightIconSize.html +301 -0
  570. package/docs/examples/w-text-suggest_border_searchEmpty.html +300 -0
  571. package/docs/examples/w-text-suggest_border_showExpansionIcon.html +301 -0
  572. package/docs/examples/w-text-suggest_border_showPanel(press enter to hide panel)_focused.html +322 -0
  573. package/docs/examples/w-text-suggest_border_slot item.html +307 -0
  574. package/docs/examples/w-text-suggest_border_textColor_expansionIconColor.html +301 -0
  575. package/docs/examples/w-text-suggest_border_textFontSize.html +300 -0
  576. package/docs/examples/w-text-suggest_border_with popup.html +309 -0
  577. package/docs/examples/w-text-suggest_default.html +294 -0
  578. package/docs/examples/w-text-suggest_events.html +304 -0
  579. package/docs/examples/w-text-suggest_expansionIconSize.html +295 -0
  580. package/docs/examples/w-text-suggest_fullwidth.html +295 -0
  581. package/docs/examples/w-text-suggest_itemPaddingStyle.html +296 -0
  582. package/docs/examples/w-text-suggest_itemTextColor_itemTextColorHover_itemBackgroundColor_itemBackgroundColorHover.html +301 -0
  583. package/docs/examples/w-text-suggest_itemTextFontSize_defItemHeight.html +297 -0
  584. package/docs/examples/w-text-suggest_items(string array).html +295 -0
  585. package/docs/examples/w-text-suggest_keyText.html +297 -0
  586. package/docs/examples/w-text-suggest_leftIcon (fontawesome).html +295 -0
  587. package/docs/examples/w-text-suggest_leftIcon (material).html +295 -0
  588. package/docs/examples/w-text-suggest_leftIcon_leftIconColor_leftIconColorHover_leftIconColorFocus.html +301 -0
  589. package/docs/examples/w-text-suggest_leftIcon_leftIconSize.html +296 -0
  590. package/docs/examples/w-text-suggest_not editable.html +296 -0
  591. package/docs/examples/w-text-suggest_paddingStyle (equal height to using icon).html +295 -0
  592. package/docs/examples/w-text-suggest_paddingStyle (thin style).html +295 -0
  593. package/docs/examples/w-text-suggest_placeholder.html +296 -0
  594. package/docs/examples/w-text-suggest_rightIcon_rightIconColor_rightIconColorHover_rightIconColorFocus.html +301 -0
  595. package/docs/examples/w-text-suggest_rightIcon_rightIconSize.html +296 -0
  596. package/docs/examples/w-text-suggest_searchEmpty.html +295 -0
  597. package/docs/examples/w-text-suggest_showExpansionIcon.html +296 -0
  598. package/docs/examples/w-text-suggest_showPanel(press enter to hide panel)_focused.html +315 -0
  599. package/docs/examples/w-text-suggest_slot item.html +302 -0
  600. package/docs/examples/w-text-suggest_textColor_expansionIconColor.html +296 -0
  601. package/docs/examples/w-text-suggest_textFontSize.html +295 -0
  602. package/docs/examples/w-text_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +228 -0
  603. package/docs/examples/w-text_border_borderRadius_paddingStyle.html +227 -0
  604. package/docs/examples/w-text_border_default.html +226 -0
  605. package/docs/examples/w-text_border_events.html +235 -0
  606. package/docs/examples/w-text_border_fullwidth.html +227 -0
  607. package/docs/examples/w-text_border_leftIcon (fontawesome).html +227 -0
  608. package/docs/examples/w-text_border_leftIcon (material).html +227 -0
  609. package/docs/examples/w-text_border_leftIcon_leftIconColor_leftIconColorHover.html +232 -0
  610. package/docs/examples/w-text_border_not editable.html +228 -0
  611. package/docs/examples/w-text_border_placeholder.html +227 -0
  612. package/docs/examples/w-text_border_rightIcon_rightIconColorHover_rightIconColorFocus.html +232 -0
  613. package/docs/examples/w-text_border_textAlign.html +265 -0
  614. package/docs/examples/w-text_border_textColor.html +227 -0
  615. package/docs/examples/w-text_bottomLineBorderColor_bottomLineBorderColorHover_bottomLineBorderColorFocus.html +219 -0
  616. package/docs/examples/w-text_default.html +212 -0
  617. package/docs/examples/w-text_events.html +223 -0
  618. package/docs/examples/w-text_fullwidth.html +215 -0
  619. package/docs/examples/w-text_leftIcon (fontawesome).html +212 -0
  620. package/docs/examples/w-text_leftIcon (material).html +215 -0
  621. package/docs/examples/w-text_leftIcon_leftIconColor_leftIconColorFocus.html +219 -0
  622. package/docs/examples/w-text_leftIcon_leftIconSize.html +216 -0
  623. package/docs/examples/w-text_leftIcon_leftIconTooltip.html +216 -0
  624. package/docs/examples/w-text_not editable.html +216 -0
  625. package/docs/examples/w-text_placeholder.html +216 -0
  626. package/docs/examples/w-text_rightIcon.html +212 -0
  627. package/docs/examples/w-text_rightIcon_rightIconColor_rightIconColorFocus.html +219 -0
  628. package/docs/examples/w-text_rightIcon_rightIconSize.html +216 -0
  629. package/docs/examples/w-text_rightIcon_rightIconTooltip.html +216 -0
  630. package/docs/examples/w-text_textAlign.html +220 -0
  631. package/docs/examples/w-text_textColor.html +212 -0
  632. package/docs/examples/w-text_textFontSize.html +212 -0
  633. package/docs/examples/w-textarea_borderColorFocus.html +195 -0
  634. package/docs/examples/w-textarea_default.html +192 -0
  635. package/docs/examples/w-textarea_fullwidth.html +192 -0
  636. package/docs/examples/w-textarea_not editable.html +192 -0
  637. package/docs/examples/w-textarea_placeholder.html +192 -0
  638. package/docs/examples/w-timeday-range_between.html +209 -0
  639. package/docs/examples/w-timeday-range_borderRadius.html +209 -0
  640. package/docs/examples/w-timeday-range_border_between.html +214 -0
  641. package/docs/examples/w-timeday-range_border_borderRadius.html +214 -0
  642. package/docs/examples/w-timeday-range_border_default.html +213 -0
  643. package/docs/examples/w-timeday-range_border_icon (fontawesome).html +214 -0
  644. package/docs/examples/w-timeday-range_border_icon (material).html +214 -0
  645. package/docs/examples/w-timeday-range_border_iconColor_iconColorFoucs_borderColor.html +216 -0
  646. package/docs/examples/w-timeday-range_border_iconTooltip.html +214 -0
  647. package/docs/examples/w-timeday-range_border_not editable.html +214 -0
  648. package/docs/examples/w-timeday-range_border_pickColor.html +214 -0
  649. package/docs/examples/w-timeday-range_border_textColor.html +214 -0
  650. package/docs/examples/w-timeday-range_default.html +208 -0
  651. package/docs/examples/w-timeday-range_icon (fontawesome).html +209 -0
  652. package/docs/examples/w-timeday-range_icon (material).html +209 -0
  653. package/docs/examples/w-timeday-range_iconColor_iconColorFoucs.html +210 -0
  654. package/docs/examples/w-timeday-range_iconTooltip.html +209 -0
  655. package/docs/examples/w-timeday-range_icon_iconSize.html +210 -0
  656. package/docs/examples/w-timeday-range_not editable.html +209 -0
  657. package/docs/examples/w-timeday-range_pickColor.html +209 -0
  658. package/docs/examples/w-timeday-range_textColor.html +209 -0
  659. package/docs/examples/w-timeday_borderRadius.html +188 -0
  660. package/docs/examples/w-timeday_border_borderRadius.html +196 -0
  661. package/docs/examples/w-timeday_border_default.html +195 -0
  662. package/docs/examples/w-timeday_border_icon (fontawesome).html +196 -0
  663. package/docs/examples/w-timeday_border_icon (material).html +196 -0
  664. package/docs/examples/w-timeday_border_iconColor_iconColorFoucs_borderColor.html +198 -0
  665. package/docs/examples/w-timeday_border_iconTooltip.html +197 -0
  666. package/docs/examples/w-timeday_border_not editable.html +196 -0
  667. package/docs/examples/w-timeday_border_pickColor.html +196 -0
  668. package/docs/examples/w-timeday_border_textColor.html +196 -0
  669. package/docs/examples/w-timeday_default.html +188 -0
  670. package/docs/examples/w-timeday_icon (fontawesome).html +188 -0
  671. package/docs/examples/w-timeday_icon (material).html +191 -0
  672. package/docs/examples/w-timeday_iconColor_iconColorFoucs.html +192 -0
  673. package/docs/examples/w-timeday_iconTooltip.html +192 -0
  674. package/docs/examples/w-timeday_icon_iconSize.html +192 -0
  675. package/docs/examples/w-timeday_not editable.html +188 -0
  676. package/docs/examples/w-timeday_pickColor.html +188 -0
  677. package/docs/examples/w-timeday_textColor.html +188 -0
  678. package/docs/examples/w-timeminute-range_between.html +233 -0
  679. package/docs/examples/w-timeminute-range_borderRadius.html +233 -0
  680. package/docs/examples/w-timeminute-range_border_between.html +238 -0
  681. package/docs/examples/w-timeminute-range_border_borderRadius.html +238 -0
  682. package/docs/examples/w-timeminute-range_border_default.html +237 -0
  683. package/docs/examples/w-timeminute-range_border_hourMin_hourMax.html +239 -0
  684. package/docs/examples/w-timeminute-range_border_icon (fontawesome).html +238 -0
  685. package/docs/examples/w-timeminute-range_border_icon (material).html +238 -0
  686. package/docs/examples/w-timeminute-range_border_iconColor_iconColorFoucs_borderColor.html +240 -0
  687. package/docs/examples/w-timeminute-range_border_iconTooltip.html +238 -0
  688. package/docs/examples/w-timeminute-range_border_minuteInter.html +238 -0
  689. package/docs/examples/w-timeminute-range_border_minutesCustom.html +238 -0
  690. package/docs/examples/w-timeminute-range_border_not editable.html +238 -0
  691. package/docs/examples/w-timeminute-range_border_pickColor.html +238 -0
  692. package/docs/examples/w-timeminute-range_border_textColor_expansionIconColor.html +239 -0
  693. package/docs/examples/w-timeminute-range_default.html +232 -0
  694. package/docs/examples/w-timeminute-range_hourMin_hourMax.html +234 -0
  695. package/docs/examples/w-timeminute-range_icon (fontawesome).html +233 -0
  696. package/docs/examples/w-timeminute-range_icon (material).html +233 -0
  697. package/docs/examples/w-timeminute-range_iconColor_iconColorFoucs.html +234 -0
  698. package/docs/examples/w-timeminute-range_iconTooltip.html +233 -0
  699. package/docs/examples/w-timeminute-range_icon_iconSize.html +234 -0
  700. package/docs/examples/w-timeminute-range_minuteInter.html +233 -0
  701. package/docs/examples/w-timeminute-range_minutesCustom.html +233 -0
  702. package/docs/examples/w-timeminute-range_not editable.html +233 -0
  703. package/docs/examples/w-timeminute-range_pickColor.html +233 -0
  704. package/docs/examples/w-timeminute-range_textColor_expansionIconColor.html +234 -0
  705. package/docs/examples/w-timeminute_borderRadius.html +201 -0
  706. package/docs/examples/w-timeminute_border_borderRadius.html +209 -0
  707. package/docs/examples/w-timeminute_border_default.html +208 -0
  708. package/docs/examples/w-timeminute_border_hourMin_hourMax.html +210 -0
  709. package/docs/examples/w-timeminute_border_icon (fontawesome).html +209 -0
  710. package/docs/examples/w-timeminute_border_icon (material).html +209 -0
  711. package/docs/examples/w-timeminute_border_iconColor_iconColorFoucs_borderColor.html +211 -0
  712. package/docs/examples/w-timeminute_border_iconTooltip.html +210 -0
  713. package/docs/examples/w-timeminute_border_minuteInter.html +209 -0
  714. package/docs/examples/w-timeminute_border_minutesCustom.html +209 -0
  715. package/docs/examples/w-timeminute_border_not editable.html +209 -0
  716. package/docs/examples/w-timeminute_border_pickColor.html +209 -0
  717. package/docs/examples/w-timeminute_border_textColor_expansionIconColor.html +210 -0
  718. package/docs/examples/w-timeminute_default.html +201 -0
  719. package/docs/examples/w-timeminute_hourMin_hourMax.html +205 -0
  720. package/docs/examples/w-timeminute_icon (fontawesome).html +204 -0
  721. package/docs/examples/w-timeminute_icon (material).html +204 -0
  722. package/docs/examples/w-timeminute_iconColor_iconColorFoucs.html +205 -0
  723. package/docs/examples/w-timeminute_iconTooltip.html +205 -0
  724. package/docs/examples/w-timeminute_icon_iconSize.html +205 -0
  725. package/docs/examples/w-timeminute_minuteInter.html +201 -0
  726. package/docs/examples/w-timeminute_minutesCustom.html +204 -0
  727. package/docs/examples/w-timeminute_not editable.html +201 -0
  728. package/docs/examples/w-timeminute_pickColor.html +201 -0
  729. package/docs/examples/w-timeminute_textColor_expansionIconColor.html +205 -0
  730. package/docs/examples/w-tinymce-vue-dyn_default.html +191 -0
  731. package/docs/examples/w-tinymce-vue-dyn_height.html +192 -0
  732. package/docs/examples/w-tinymce-vue-dyn_not editable.html +192 -0
  733. package/docs/examples/w-tinymce-vue-dyn_settings.html +192 -0
  734. package/docs/examples/w-tree_default.html +629 -0
  735. package/docs/examples/w-tree_defaultDisplayLevel.html +633 -0
  736. package/docs/examples/w-tree_draggable.html +637 -0
  737. package/docs/examples/w-tree_draggable_dgInsertLineColor_dgInsertBackgroundColor_dgBelongBackgroundColor.html +642 -0
  738. package/docs/examples/w-tree_draggable_dgPreviewOpacity_dgPreviewBorderWidth_dgBelongBackgroundColor.html +643 -0
  739. package/docs/examples/w-tree_draggable_dgTextDisabled_dgTextDisabledColor_dgTextDisabledPaddingLeft.html +644 -0
  740. package/docs/examples/w-tree_filterKeywords_searchEmpty_selectable.html +709 -0
  741. package/docs/examples/w-tree_iconToggleColor_iconToggleBackgroundColor_iconToggleBackgroundColorHover.html +637 -0
  742. package/docs/examples/w-tree_indent.html +633 -0
  743. package/docs/examples/w-tree_keyPrimary_keyText_keyChildren.html +635 -0
  744. package/docs/examples/w-tree_mouseenter_mouseleave_click_change-view-items.html +638 -0
  745. package/docs/examples/w-tree_operatable.html +638 -0
  746. package/docs/examples/w-tree_operatable_operateBtnBackgroundColor_operateBtnBackgroundColorHover_operateBtnBackgroundColorFocus.html +643 -0
  747. package/docs/examples/w-tree_operatable_operateBtnTooltip_operateItemTextForInsertBefore_perateItemTextForInsertChild.html +645 -0
  748. package/docs/examples/w-tree_operatable_operateItemBackgroundColor_operateItemBackgroundColorHover_operateItemTextColor.html +646 -0
  749. package/docs/examples/w-tree_operatable_operateItemIconSize_operateItemPaddingStyle_operatePanelWidth.html +644 -0
  750. package/docs/examples/w-tree_paddingStyle.html +633 -0
  751. package/docs/examples/w-tree_selectable.html +650 -0
  752. package/docs/examples/w-tree_selectable_draggable.html +655 -0
  753. package/docs/examples/w-tree_selectable_large data (100,000 items).html +663 -0
  754. package/docs/examples/w-tree_separatorColor.html +633 -0
  755. package/docs/examples/w-tree_separatorColor_separatorHeight.html +634 -0
  756. package/docs/examples/w-tree_slot.html +673 -0
  757. package/docs/examples/w-tree_slot_defItemHeight.html +643 -0
  758. package/docs/examples/w-tree_slot_iconUncheckedColor_iconUncheckedDisabledColor_iconCheckedColor.html +708 -0
  759. package/docs/examples/w-tree_slot_locked_selectable.html +700 -0
  760. package/docs/examples/w-tree_slot_operatable.html +649 -0
  761. package/docs/examples/w-tree_slot_selectable.html +699 -0
  762. package/docs/examples/w-tree_slot_selectable_draggable.html +704 -0
  763. package/docs/examples/w-tree_viewHeightMax.html +633 -0
  764. package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  765. package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  766. package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  767. package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  768. package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  769. package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  770. package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  771. package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  772. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  773. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +978 -0
  774. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  775. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  776. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  777. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  778. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +1049 -0
  779. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  780. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  781. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  782. package/docs/global.html +1036 -0
  783. package/docs/highchartsSetting.mjs.html +285 -0
  784. package/docs/index.html +81 -0
  785. package/docs/module-WAggridVueDyn.html +537 -0
  786. package/docs/module-WBadge.html +255 -0
  787. package/docs/module-WButtonChip.html +441 -0
  788. package/docs/module-WButtonCircle.html +321 -0
  789. package/docs/module-WCheckbox.html +249 -0
  790. package/docs/module-WCkeditorVueDyn.html +237 -0
  791. package/docs/module-WConfirm.html +345 -0
  792. package/docs/module-WDialog.html +297 -0
  793. package/docs/module-WDropfiles.html +261 -0
  794. package/docs/module-WDynamicList.html +261 -0
  795. package/docs/module-WEchartsVueDyn.html +219 -0
  796. package/docs/module-WGroupCheck.html +435 -0
  797. package/docs/module-WGroupDragdrop.html +231 -0
  798. package/docs/module-WGroupRadio.html +429 -0
  799. package/docs/module-WGroupTags.html +621 -0
  800. package/docs/module-WHighchartsBitmapDyn.html +219 -0
  801. package/docs/module-WHighchartsVueDyn.html +219 -0
  802. package/docs/module-WHighstockVueDyn.html +219 -0
  803. package/docs/module-WIcon.html +225 -0
  804. package/docs/module-WIconLoading.html +219 -0
  805. package/docs/module-WIconSvg.html +243 -0
  806. package/docs/module-WImageCascadingDyn.html +267 -0
  807. package/docs/module-WImageViewerDyn.html +237 -0
  808. package/docs/module-WJsonView.html +303 -0
  809. package/docs/module-WJsonViewCore.html +243 -0
  810. package/docs/module-WLeafletVueDyn.html +675 -0
  811. package/docs/module-WListVertical.html +315 -0
  812. package/docs/module-WListVerticalItem.html +303 -0
  813. package/docs/module-WPanelBulge.html +267 -0
  814. package/docs/module-WPanelDivideHorizontal.html +249 -0
  815. package/docs/module-WPanelDivideVertical.html +249 -0
  816. package/docs/module-WPanelScrolly.html +255 -0
  817. package/docs/module-WPanelScrollyCore.html +267 -0
  818. package/docs/module-WPanelStripe.html +255 -0
  819. package/docs/module-WPopup.html +267 -0
  820. package/docs/module-WPopupEditText.html +363 -0
  821. package/docs/module-WProgressBar.html +315 -0
  822. package/docs/module-WProgressCircle.html +243 -0
  823. package/docs/module-WQuillVueDyn.html +237 -0
  824. package/docs/module-WShellBottomLine.html +249 -0
  825. package/docs/module-WShellEllipse.html +369 -0
  826. package/docs/module-WShellMaterial.html +285 -0
  827. package/docs/module-WSwitch.html +231 -0
  828. package/docs/module-WTableDyn.html +697 -0
  829. package/docs/module-WText.html +435 -0
  830. package/docs/module-WTextCore.html +261 -0
  831. package/docs/module-WTextInt.html +387 -0
  832. package/docs/module-WTextIntCore.html +291 -0
  833. package/docs/module-WTextSelect.html +447 -0
  834. package/docs/module-WTextSuggest.html +465 -0
  835. package/docs/module-WTextSuggestCore.html +369 -0
  836. package/docs/module-WTextarea.html +231 -0
  837. package/docs/module-WTimeday.html +345 -0
  838. package/docs/module-WTimedayCore.html +243 -0
  839. package/docs/module-WTimedayRange.html +351 -0
  840. package/docs/module-WTimedayRangeCore.html +255 -0
  841. package/docs/module-WTimeminute.html +381 -0
  842. package/docs/module-WTimeminuteCore.html +285 -0
  843. package/docs/module-WTimeminuteRange.html +393 -0
  844. package/docs/module-WTimeminuteRangeCore.html +297 -0
  845. package/docs/module-WTinymceVueDyn.html +237 -0
  846. package/docs/module-WTree.html +573 -0
  847. package/docs/module-WTreeIconCheckbox.html +255 -0
  848. package/docs/module-WTreeIconToggle.html +231 -0
  849. package/docs/scripts/collapse.js +20 -0
  850. package/docs/scripts/linenumber.js +25 -0
  851. package/docs/scripts/nav.js +12 -0
  852. package/docs/scripts/polyfill.js +4 -0
  853. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  854. package/docs/scripts/prettify/lang-css.js +2 -0
  855. package/docs/scripts/prettify/prettify.js +28 -0
  856. package/docs/scripts/search.js +83 -0
  857. package/docs/styles/jsdoc.css +765 -0
  858. package/docs/styles/prettify.css +79 -0
  859. package/docs/vuetifyColor.mjs.html +157 -0
  860. package/gUITest.mjs +30 -0
  861. package/package.json +68 -0
  862. package/public/index.html +48 -0
  863. package/src/App.vue +783 -0
  864. package/src/AppZoneWAggridVueDyn.vue +237 -0
  865. package/src/AppZoneWAlert.vue +246 -0
  866. package/src/AppZoneWBadge.vue +180 -0
  867. package/src/AppZoneWButtonChip.vue +871 -0
  868. package/src/AppZoneWButtonCircle.vue +274 -0
  869. package/src/AppZoneWCheckbox.vue +139 -0
  870. package/src/AppZoneWCkeditorVueDyn.vue +145 -0
  871. package/src/AppZoneWConfirm.vue +469 -0
  872. package/src/AppZoneWDialog.vue +929 -0
  873. package/src/AppZoneWDropfiles.vue +225 -0
  874. package/src/AppZoneWDynamicList.vue +536 -0
  875. package/src/AppZoneWEchartsVueDyn.vue +1180 -0
  876. package/src/AppZoneWGroupCheck.vue +780 -0
  877. package/src/AppZoneWGroupDragdrop.vue +291 -0
  878. package/src/AppZoneWGroupRadio.vue +756 -0
  879. package/src/AppZoneWGroupTags.vue +1302 -0
  880. package/src/AppZoneWHighchartsBitmapDyn.vue +635 -0
  881. package/src/AppZoneWHighchartsVueDyn.vue +517 -0
  882. package/src/AppZoneWHighstockVueDyn.vue +161 -0
  883. package/src/AppZoneWIconSvg.vue +140 -0
  884. package/src/AppZoneWImageCascadingDyn.vue +140 -0
  885. package/src/AppZoneWImageViewerDyn.vue +106 -0
  886. package/src/AppZoneWJsonView.vue +222 -0
  887. package/src/AppZoneWLeafletVueDyn.vue +299 -0
  888. package/src/AppZoneWListVertical.vue +480 -0
  889. package/src/AppZoneWPanelBulge.vue +284 -0
  890. package/src/AppZoneWPanelChart.vue +343 -0
  891. package/src/AppZoneWPanelDivideHorizontal.vue +223 -0
  892. package/src/AppZoneWPanelDivideVertical.vue +223 -0
  893. package/src/AppZoneWPanelScale.vue +283 -0
  894. package/src/AppZoneWPanelScrolly.vue +171 -0
  895. package/src/AppZoneWPanelStripe.vue +596 -0
  896. package/src/AppZoneWPopup.vue +629 -0
  897. package/src/AppZoneWPopupEditText.vue +249 -0
  898. package/src/AppZoneWProgressBar.vue +356 -0
  899. package/src/AppZoneWProgressCircle.vue +144 -0
  900. package/src/AppZoneWQuillVueDyn.vue +141 -0
  901. package/src/AppZoneWSwitch.vue +87 -0
  902. package/src/AppZoneWTableDyn.vue +610 -0
  903. package/src/AppZoneWText.vue +740 -0
  904. package/src/AppZoneWTextInt.vue +269 -0
  905. package/src/AppZoneWTextSelect.vue +1140 -0
  906. package/src/AppZoneWTextSuggest.vue +1242 -0
  907. package/src/AppZoneWTextarea.vue +114 -0
  908. package/src/AppZoneWTimeday.vue +346 -0
  909. package/src/AppZoneWTimedayRange.vue +421 -0
  910. package/src/AppZoneWTimeminute.vue +462 -0
  911. package/src/AppZoneWTimeminuteRange.vue +548 -0
  912. package/src/AppZoneWTinymceVueDyn.vue +130 -0
  913. package/src/AppZoneWTree.vue +1364 -0
  914. package/src/components/WAggridVueDyn.vue +136 -0
  915. package/src/components/WAlert.mjs +7 -0
  916. package/src/components/WBadge.vue +181 -0
  917. package/src/components/WButtonChip.vue +947 -0
  918. package/src/components/WButtonCircle.vue +459 -0
  919. package/src/components/WCheckbox.vue +154 -0
  920. package/src/components/WCkeditorVueDyn.vue +86 -0
  921. package/src/components/WComponentVue.vue +144 -0
  922. package/src/components/WConfirm.vue +320 -0
  923. package/src/components/WDialog.vue +547 -0
  924. package/src/components/WDropfiles.vue +146 -0
  925. package/src/components/WDynamicList.vue +898 -0
  926. package/src/components/WEchartsVueDyn.vue +77 -0
  927. package/src/components/WGroupCheck.vue +685 -0
  928. package/src/components/WGroupDragdrop.vue +223 -0
  929. package/src/components/WGroupRadio.vue +254 -0
  930. package/src/components/WGroupTags.vue +944 -0
  931. package/src/components/WHighchartsBitmapDyn.vue +216 -0
  932. package/src/components/WHighchartsVueDyn.vue +85 -0
  933. package/src/components/WHighstockVueDyn.vue +81 -0
  934. package/src/components/WIcon.vue +129 -0
  935. package/src/components/WIconLoading.vue +163 -0
  936. package/src/components/WIconSvg.vue +118 -0
  937. package/src/components/WImageCascadingDyn.vue +591 -0
  938. package/src/components/WImageViewerDyn.vue +148 -0
  939. package/src/components/WJsonView.vue +1176 -0
  940. package/src/components/WJsonViewCore.vue +163 -0
  941. package/src/components/WLeafletVueDyn.vue +146 -0
  942. package/src/components/WListVertical.vue +306 -0
  943. package/src/components/WListVerticalItem.vue +261 -0
  944. package/src/components/WPanelBulge.vue +193 -0
  945. package/src/components/WPanelChart.vue +219 -0
  946. package/src/components/WPanelDivideHorizontal.vue +198 -0
  947. package/src/components/WPanelDivideVertical.vue +198 -0
  948. package/src/components/WPanelScale.vue +114 -0
  949. package/src/components/WPanelScrolly.vue +189 -0
  950. package/src/components/WPanelScrollyCore.vue +768 -0
  951. package/src/components/WPanelStripe.vue +152 -0
  952. package/src/components/WPopup.vue +527 -0
  953. package/src/components/WPopupEditText.vue +326 -0
  954. package/src/components/WProgressBar.vue +236 -0
  955. package/src/components/WProgressCircle.vue +132 -0
  956. package/src/components/WQuillVueDyn.vue +87 -0
  957. package/src/components/WShellBottomLine.vue +139 -0
  958. package/src/components/WShellEllipse.vue +416 -0
  959. package/src/components/WShellMaterial.vue +250 -0
  960. package/src/components/WSwitch.vue +115 -0
  961. package/src/components/WTableDyn.vue +1095 -0
  962. package/src/components/WText.vue +323 -0
  963. package/src/components/WTextCore.vue +227 -0
  964. package/src/components/WTextInt.vue +275 -0
  965. package/src/components/WTextIntCore.vue +288 -0
  966. package/src/components/WTextSelect.vue +442 -0
  967. package/src/components/WTextSuggest.vue +456 -0
  968. package/src/components/WTextSuggestCore.vue +648 -0
  969. package/src/components/WTextarea.vue +89 -0
  970. package/src/components/WTimeday.vue +228 -0
  971. package/src/components/WTimedayCore.vue +197 -0
  972. package/src/components/WTimedayRange.vue +235 -0
  973. package/src/components/WTimedayRangeCore.vue +142 -0
  974. package/src/components/WTimeminute.vue +264 -0
  975. package/src/components/WTimeminuteCore.vue +294 -0
  976. package/src/components/WTimeminuteRange.vue +277 -0
  977. package/src/components/WTimeminuteRangeCore.vue +192 -0
  978. package/src/components/WTinymceVueDyn.vue +86 -0
  979. package/src/components/WTree.vue +2504 -0
  980. package/src/components/WTreeIconCheckbox.vue +170 -0
  981. package/src/components/WTreeIconToggle.vue +155 -0
  982. package/src/components/demolink.vue +103 -0
  983. package/src/js/binarySearch.mjs +91 -0
  984. package/src/js/domDragDrop.mjs +154 -0
  985. package/src/js/domMutation.mjs +76 -0
  986. package/src/js/domResize.mjs +71 -0
  987. package/src/js/domRipple.mjs +120 -0
  988. package/src/js/getVue.mjs +30 -0
  989. package/src/js/globalMemory.mjs +29 -0
  990. package/src/js/highchartsSetting.mjs +216 -0
  991. package/src/js/parseSpace.mjs +83 -0
  992. package/src/js/vuetifyColor.mjs +88 -0
  993. package/src/main.js +10 -0
  994. package/src/plugins/vuetify.mjs +13 -0
  995. package/test/all.test.mjs +10 -0
  996. package/toolg/addVersion.mjs +4 -0
  997. package/toolg/cleanFolder.mjs +4 -0
  998. package/toolg/cvCasename.mjs +90 -0
  999. package/toolg/gDistApp.mjs +55 -0
  1000. package/toolg/gDistRollupComps.mjs +23 -0
  1001. package/toolg/gDocExams.mjs +47 -0
  1002. package/toolg/gExtractHtml.mjs +279 -0
  1003. package/toolg/gMergeComps.mjs +75 -0
  1004. package/toolg/modifyReadme.mjs +4 -0
  1005. package/vue.config.js +21 -0
@@ -0,0 +1,1791 @@
1
+ <!doctype html>
2
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-tw">
3
+ <head>
4
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"
8
+ />
9
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
10
+ <title>w-component-vue</title>
11
+
12
+ <!-- @babel/polyfill -->
13
+ <script
14
+ nomodule
15
+ src="https://cdn.jsdelivr.net/npm/@babel/polyfill/dist/polyfill.min.js"
16
+ ></script>
17
+
18
+ <!-- vue -->
19
+ <script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.min.js"></script>
20
+
21
+ <!-- extractHtml已自動添加@babel/polyfill與vue -->
22
+
23
+ <!-- vuetify -->
24
+ <link
25
+ href="https://cdn.jsdelivr.net/npm/vuetify@2.5.1/dist/vuetify.min.css"
26
+ rel="stylesheet"
27
+ />
28
+ <script
29
+ src="https://cdn.jsdelivr.net/npm/vuetify@2.5.1/dist/vuetify.min.js"
30
+ ></script>
31
+
32
+ <!-- fontawesome -->
33
+ <link
34
+ href="https://use.fontawesome.com/releases/v5.14.0/css/all.css"
35
+ rel="stylesheet"
36
+ />
37
+
38
+ <!-- mdi, 各組件使用mdi/js會於轉單頁時改為mdi icon, 故需引用mdi/css -->
39
+ <link
40
+ href="https://cdn.jsdelivr.net/npm/@mdi/font/css/materialdesignicons.min.css"
41
+ rel="stylesheet"
42
+ />
43
+
44
+ <!-- google, 各組件使用mdi/js故不需引用 -->
45
+ <link
46
+ _href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
47
+ rel="stylesheet"
48
+ />
49
+ <link
50
+ _href="https://fonts.googleapis.com/css?family=Material+Icons"
51
+ rel="stylesheet"
52
+ />
53
+
54
+ <!-- data -->
55
+ <script
56
+ src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataAAPL.js"
57
+ ></script>
58
+ <script
59
+ src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataUSD2EUR.js"
60
+ ></script>
61
+ <script
62
+ src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataTemperature.js"
63
+ ></script>
64
+ <script
65
+ src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataHousePriceArea.js"
66
+ ></script>
67
+ <script
68
+ src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataFlare.js"
69
+ ></script>
70
+ <script
71
+ src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataRain.js"
72
+ ></script>
73
+ <script
74
+ src="https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/data/dataRainClip.js"
75
+ ></script>
76
+ <script>
77
+ //save in window
78
+ window.dataAAPL = dataAAPL;
79
+ window.dataUSD2EUR = dataUSD2EUR;
80
+ window.dataTemperature = dataTemperature;
81
+ window.dataHousePriceArea = dataHousePriceArea;
82
+ window.dataFlare = dataFlare;
83
+ window.dataRain = dataRain;
84
+ window.dataRainClip = dataRainClip;
85
+ </script>
86
+
87
+ <!-- w-component-vue -->
88
+ <script src="https://cdn.jsdelivr.net/npm/w-component-vue@2.1.57/dist/w-component-vue.umd.js"></script>
89
+
90
+ <style>
91
+ .v-application--wrap {
92
+ /* width與max-width fix for IE11, 其外不能使用padding或margin避免失效 */
93
+ width: 100vw;
94
+ max-width: 100vw;
95
+ font-family: inherit;
96
+ background-color: #fff;
97
+ }
98
+ .item {
99
+ /* 因item位於demolink, 提取各範例html後會刪除demolink, 故得額外補上 */
100
+ border-left: 3px solid #ffba75;
101
+ margin: 5px 5px 8px 0px;
102
+ padding: 3px 3px 5px 10px;
103
+ font-size: 0.9rem;
104
+ display: flex;
105
+ justify-content: flex-start;
106
+ align-items: center;
107
+ }
108
+ .head1 {
109
+ margin: 0px;
110
+ padding: 0px 0px 20px 0px;
111
+ font-size: 2.5rem;
112
+ }
113
+ .bk {
114
+ vertical-align: top;
115
+ margin: 10px 0px 0px 0px;
116
+ padding: 0px 0px 60px 0px;
117
+ }
118
+ @media screen and (min-width: 1000px) {
119
+ /* 寬版 */
120
+ .bk {
121
+ display: inline-block;
122
+ margin: 0px 80px 0px 0px;
123
+ }
124
+ .dz {
125
+ width: 400px;
126
+ }
127
+ }
128
+ </style>
129
+ </head>
130
+ <body
131
+ style="font-family:'Microsoft JhengHei','Avenir','Helvetica'; padding:0px; margin:0px;"
132
+ >
133
+ <v-app id="app" style="font-family:inherit; padding:0px 30px;">
134
+ <div class="head1">
135
+ <span
136
+ style="cursor:pointer;"
137
+ title="open for copy link to view component"
138
+ onclick="window.open('//yuda-lyu.github.io/w-component-vue/examples/app.html?cmp='+this.innerText,'_blank')"
139
+ >w-echarts-vue-dyn</span>
140
+ </div>
141
+ <div class="bk" style="display:block;">
142
+ <div class="item">tree</div>
143
+
144
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
145
+ <div :style="'overflow-y:auto; height:300px;'">
146
+ <w-echarts-vue-dyn
147
+ style="width:95%; height:2300px;"
148
+ :options="WEchartsVueDyn.options9"
149
+ ></w-echarts-vue-dyn>
150
+ </div>
151
+ </div>
152
+ </v-app>
153
+
154
+ <script>
155
+ //install
156
+ Vue.use(window["w-component-vue"]);
157
+
158
+ //initialize
159
+ new Vue({
160
+ el: "#app",
161
+ vuetify: new Vuetify(),
162
+ data: function() {
163
+ let df = function(d) {
164
+ let date = [];
165
+ let data = [];
166
+ for (let i = 0; i < d.length; i++) {
167
+ let v = d[i];
168
+ let now = new Date(v[0]);
169
+ let t = [now.getFullYear(), now.getMonth() + 1, now.getDate()].join(
170
+ "-"
171
+ );
172
+ date.push(t);
173
+ data.push(v[1]);
174
+ }
175
+ return {
176
+ date: date,
177
+ data: data
178
+ };
179
+ };
180
+ let rDataAAPL = df(window.dataAAPL);
181
+ let rDataUSD2EUR = df(window.dataUSD2EUR);
182
+ return {
183
+ WEchartsVueDyn: {
184
+ options1: {
185
+ tooltip: {
186
+ trigger: "axis",
187
+ position: function(pt) {
188
+ return [pt[0], "10%"];
189
+ }
190
+ },
191
+ title: {
192
+ left: "center",
193
+ text: "AAPL Stock Price"
194
+ },
195
+ toolbox: {
196
+ feature: {
197
+ dataZoom: {
198
+ yAxisIndex: "none",
199
+ title: {
200
+ zoom: "Zoom",
201
+ back: "Zoom Reset"
202
+ }
203
+ },
204
+ restore: {
205
+ title: "Restore"
206
+ },
207
+ saveAsImage: {
208
+ title: "Download"
209
+ }
210
+ }
211
+ },
212
+ xAxis: {
213
+ type: "category",
214
+ boundaryGap: false,
215
+ data: rDataAAPL.date
216
+ },
217
+ yAxis: {
218
+ type: "value",
219
+ boundaryGap: [0, "100%"]
220
+ },
221
+ dataZoom: [
222
+ {
223
+ type: "inside",
224
+ start: 0,
225
+ end: 100
226
+ },
227
+ {
228
+ start: 0,
229
+ end: 10,
230
+ handleIcon:
231
+ "M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4v1.3h1.3v-1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7V23h6.6V24.4z M13.3,19.6H6.7v-1.4h6.6V19.6z",
232
+ handleSize: "80%",
233
+ handleStyle: {
234
+ color: "#fff",
235
+ shadowBlur: 3,
236
+ shadowColor: "rgba(0, 0, 0, 0.6)",
237
+ shadowOffsetX: 2,
238
+ shadowOffsetY: 2
239
+ }
240
+ }
241
+ ],
242
+ series: [
243
+ {
244
+ name: "Price",
245
+ type: "line",
246
+ itemStyle: {
247
+ color: "rgba(20, 20, 200, 0.5)"
248
+ },
249
+ data: rDataAAPL.data
250
+ }
251
+ ]
252
+ },
253
+ options2: {
254
+ tooltip: {
255
+ trigger: "axis",
256
+ position: function(pt) {
257
+ return [pt[0], "10%"];
258
+ }
259
+ },
260
+ title: {
261
+ left: "center",
262
+ text: "USD to EUR exchange rate over time"
263
+ },
264
+ toolbox: {
265
+ feature: {
266
+ dataZoom: {
267
+ yAxisIndex: "none",
268
+ title: {
269
+ zoom: "Zoom",
270
+ back: "Zoom Reset"
271
+ }
272
+ },
273
+ restore: {
274
+ title: "Restore"
275
+ },
276
+ saveAsImage: {
277
+ title: "Download"
278
+ }
279
+ }
280
+ },
281
+ xAxis: {
282
+ type: "category",
283
+ boundaryGap: false,
284
+ data: rDataUSD2EUR.date
285
+ },
286
+ yAxis: {
287
+ type: "value",
288
+ boundaryGap: [0, "100%"]
289
+ },
290
+ dataZoom: [
291
+ {
292
+ type: "inside",
293
+ start: 0,
294
+ end: 100
295
+ },
296
+ {
297
+ start: 0,
298
+ end: 10,
299
+ handleIcon:
300
+ "M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4v1.3h1.3v-1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7V23h6.6V24.4z M13.3,19.6H6.7v-1.4h6.6V19.6z",
301
+ handleSize: "80%",
302
+ handleStyle: {
303
+ color: "#fff",
304
+ shadowBlur: 3,
305
+ shadowColor: "rgba(0, 0, 0, 0.6)",
306
+ shadowOffsetX: 2,
307
+ shadowOffsetY: 2
308
+ }
309
+ }
310
+ ],
311
+ series: [
312
+ {
313
+ name: "USD to EUR",
314
+ type: "line",
315
+ // smooth: true,
316
+ // symbol: 'none',
317
+ // sampling: 'average',
318
+ itemStyle: {
319
+ color: "rgba(200,200,255,1)"
320
+ },
321
+ areaStyle: {
322
+ color: {
323
+ type: "linear",
324
+ x0: 0,
325
+ y0: 0,
326
+ x2: 0,
327
+ y2: 1,
328
+ colorStops: [
329
+ {
330
+ offset: 0,
331
+ color: "rgba(200,200,255,1)"
332
+ },
333
+ {
334
+ offset: 1,
335
+ color: "rgba(200,200,255,0.1)"
336
+ }
337
+ ],
338
+ globalCoord: false
339
+ }
340
+ },
341
+ data: rDataUSD2EUR.data
342
+ }
343
+ ]
344
+ },
345
+ options3: {
346
+ title: {
347
+ left: "center",
348
+ text: "堆叠区域图"
349
+ },
350
+ tooltip: {
351
+ trigger: "axis",
352
+ axisPointer: {
353
+ type: "cross",
354
+ label: {
355
+ backgroundColor: "#6a7985"
356
+ }
357
+ }
358
+ },
359
+ legend: {
360
+ y: 30,
361
+ data: ["邮件营销", "联盟广告", "视频广告", "直接访问", "搜索引擎"]
362
+ },
363
+ grid: {
364
+ left: "3%",
365
+ right: "4%",
366
+ bottom: "3%",
367
+ containLabel: true
368
+ },
369
+ xAxis: [
370
+ {
371
+ type: "category",
372
+ boundaryGap: false,
373
+ data: ["周一", "周二", "周三", "周四", "周五", "周六", "周日"]
374
+ }
375
+ ],
376
+ yAxis: [
377
+ {
378
+ type: "value"
379
+ }
380
+ ],
381
+ series: [
382
+ {
383
+ name: "邮件营销",
384
+ type: "line",
385
+ stack: "总量",
386
+ areaStyle: {},
387
+ data: [120, 132, 101, 134, 90, 230, 210]
388
+ },
389
+ {
390
+ name: "联盟广告",
391
+ type: "line",
392
+ stack: "总量",
393
+ areaStyle: {},
394
+ data: [220, 182, 191, 234, 290, 330, 310]
395
+ },
396
+ {
397
+ name: "视频广告",
398
+ type: "line",
399
+ stack: "总量",
400
+ areaStyle: {},
401
+ data: [150, 232, 201, 154, 190, 330, 410]
402
+ },
403
+ {
404
+ name: "直接访问",
405
+ type: "line",
406
+ stack: "总量",
407
+ areaStyle: {},
408
+ data: [320, 332, 301, 334, 390, 330, 320]
409
+ },
410
+ {
411
+ name: "搜索引擎",
412
+ type: "line",
413
+ stack: "总量",
414
+ label: {
415
+ normal: {
416
+ show: true,
417
+ position: "top"
418
+ }
419
+ },
420
+ areaStyle: {},
421
+ data: [820, 932, 901, 934, 1290, 1330, 1320]
422
+ }
423
+ ]
424
+ },
425
+ options4: {
426
+ title: {
427
+ left: "center",
428
+ text: "基础雷达图"
429
+ },
430
+ tooltip: {},
431
+ legend: {
432
+ y: 30,
433
+ data: [
434
+ "预算分配(Allocated Budget)",
435
+ "实际开销(Actual Spending)"
436
+ ]
437
+ },
438
+ radar: {
439
+ // shape: 'circle',
440
+ center: ["50%", "60%"],
441
+ radius: "60%",
442
+ name: {
443
+ textStyle: {
444
+ color: "#fff",
445
+ backgroundColor: "#999",
446
+ borderRadius: 3,
447
+ padding: [3, 5]
448
+ }
449
+ },
450
+ indicator: [
451
+ { name: "销售(sales)", max: 6500 },
452
+ { name: "管理(Administration)", max: 16000 },
453
+ { name: "信息技术(Information Techology)", max: 30000 },
454
+ { name: "客服(Customer Support)", max: 38000 },
455
+ { name: "研发(Development)", max: 52000 },
456
+ { name: "市场(Marketing)", max: 25000 }
457
+ ]
458
+ },
459
+ series: [
460
+ {
461
+ name: "预算 vs 开销(Budget vs spending)",
462
+ type: "radar",
463
+ // areaStyle: {normal: {}},
464
+ data: [
465
+ {
466
+ value: [4300, 10000, 28000, 35000, 50000, 19000],
467
+ name: "预算分配(Allocated Budget)"
468
+ },
469
+ {
470
+ value: [5000, 14000, 28000, 31000, 42000, 21000],
471
+ name: "实际开销(Actual Spending)"
472
+ }
473
+ ]
474
+ }
475
+ ]
476
+ },
477
+ options5: {
478
+ title: {
479
+ // left: 'center',
480
+ text: "极坐标双数值轴"
481
+ },
482
+ legend: {
483
+ // y: 30,
484
+ data: ["line"]
485
+ },
486
+ polar: {
487
+ center: ["50%", "52%"],
488
+ radius: "72%"
489
+ },
490
+ tooltip: {
491
+ trigger: "axis",
492
+ axisPointer: {
493
+ type: "cross"
494
+ }
495
+ },
496
+ angleAxis: {
497
+ type: "value",
498
+ startAngle: 0
499
+ },
500
+ radiusAxis: {},
501
+ series: [
502
+ {
503
+ coordinateSystem: "polar",
504
+ name: "line",
505
+ type: "line",
506
+ data: (function() {
507
+ let data = [];
508
+ for (let i = 0; i <= 100; i++) {
509
+ let theta = (i / 100) * 360;
510
+ let r = 5 * (1 + Math.sin((theta / 180) * Math.PI));
511
+ data.push([r, theta]);
512
+ }
513
+ return data;
514
+ })()
515
+ }
516
+ ]
517
+ },
518
+ options6: {
519
+ tooltip: {
520
+ position: "top"
521
+ },
522
+ grid: {
523
+ height: "70%",
524
+ top: "2%"
525
+ },
526
+ xAxis: {
527
+ type: "category",
528
+ data: [
529
+ "12a",
530
+ "1a",
531
+ "2a",
532
+ "3a",
533
+ "4a",
534
+ "5a",
535
+ "6a",
536
+ "7a",
537
+ "8a",
538
+ "9a",
539
+ "10a",
540
+ "11a",
541
+ "12p",
542
+ "1p",
543
+ "2p",
544
+ "3p",
545
+ "4p",
546
+ "5p",
547
+ "6p",
548
+ "7p",
549
+ "8p",
550
+ "9p",
551
+ "10p",
552
+ "11p"
553
+ ],
554
+ splitArea: {
555
+ show: true
556
+ }
557
+ },
558
+ yAxis: {
559
+ type: "category",
560
+ data: [
561
+ "Saturday",
562
+ "Friday",
563
+ "Thursday",
564
+ "Wednesday",
565
+ "Tuesday",
566
+ "Monday",
567
+ "Sunday"
568
+ ],
569
+ splitArea: {
570
+ show: true
571
+ }
572
+ },
573
+ visualMap: {
574
+ min: 0,
575
+ max: 10,
576
+ calculable: true,
577
+ orient: "horizontal",
578
+ left: "center",
579
+ bottom: "2%"
580
+ },
581
+ series: [
582
+ {
583
+ name: "Punch Card",
584
+ type: "heatmap",
585
+ data: [
586
+ [0, 0, 5],
587
+ [0, 1, 1],
588
+ [0, 2, 0],
589
+ [0, 3, 0],
590
+ [0, 4, 0],
591
+ [0, 5, 0],
592
+ [0, 6, 0],
593
+ [0, 7, 0],
594
+ [0, 8, 0],
595
+ [0, 9, 0],
596
+ [0, 10, 0],
597
+ [0, 11, 2],
598
+ [0, 12, 4],
599
+ [0, 13, 1],
600
+ [0, 14, 1],
601
+ [0, 15, 3],
602
+ [0, 16, 4],
603
+ [0, 17, 6],
604
+ [0, 18, 4],
605
+ [0, 19, 4],
606
+ [0, 20, 3],
607
+ [0, 21, 3],
608
+ [0, 22, 2],
609
+ [0, 23, 5],
610
+ [1, 0, 7],
611
+ [1, 1, 0],
612
+ [1, 2, 0],
613
+ [1, 3, 0],
614
+ [1, 4, 0],
615
+ [1, 5, 0],
616
+ [1, 6, 0],
617
+ [1, 7, 0],
618
+ [1, 8, 0],
619
+ [1, 9, 0],
620
+ [1, 10, 5],
621
+ [1, 11, 2],
622
+ [1, 12, 2],
623
+ [1, 13, 6],
624
+ [1, 14, 9],
625
+ [1, 15, 11],
626
+ [1, 16, 6],
627
+ [1, 17, 7],
628
+ [1, 18, 8],
629
+ [1, 19, 12],
630
+ [1, 20, 5],
631
+ [1, 21, 5],
632
+ [1, 22, 7],
633
+ [1, 23, 2],
634
+ [2, 0, 1],
635
+ [2, 1, 1],
636
+ [2, 2, 0],
637
+ [2, 3, 0],
638
+ [2, 4, 0],
639
+ [2, 5, 0],
640
+ [2, 6, 0],
641
+ [2, 7, 0],
642
+ [2, 8, 0],
643
+ [2, 9, 0],
644
+ [2, 10, 3],
645
+ [2, 11, 2],
646
+ [2, 12, 1],
647
+ [2, 13, 9],
648
+ [2, 14, 8],
649
+ [2, 15, 10],
650
+ [2, 16, 6],
651
+ [2, 17, 5],
652
+ [2, 18, 5],
653
+ [2, 19, 5],
654
+ [2, 20, 7],
655
+ [2, 21, 4],
656
+ [2, 22, 2],
657
+ [2, 23, 4],
658
+ [3, 0, 7],
659
+ [3, 1, 3],
660
+ [3, 2, 0],
661
+ [3, 3, 0],
662
+ [3, 4, 0],
663
+ [3, 5, 0],
664
+ [3, 6, 0],
665
+ [3, 7, 0],
666
+ [3, 8, 1],
667
+ [3, 9, 0],
668
+ [3, 10, 5],
669
+ [3, 11, 4],
670
+ [3, 12, 7],
671
+ [3, 13, 14],
672
+ [3, 14, 13],
673
+ [3, 15, 12],
674
+ [3, 16, 9],
675
+ [3, 17, 5],
676
+ [3, 18, 5],
677
+ [3, 19, 10],
678
+ [3, 20, 6],
679
+ [3, 21, 4],
680
+ [3, 22, 4],
681
+ [3, 23, 1],
682
+ [4, 0, 1],
683
+ [4, 1, 3],
684
+ [4, 2, 0],
685
+ [4, 3, 0],
686
+ [4, 4, 0],
687
+ [4, 5, 1],
688
+ [4, 6, 0],
689
+ [4, 7, 0],
690
+ [4, 8, 0],
691
+ [4, 9, 2],
692
+ [4, 10, 4],
693
+ [4, 11, 4],
694
+ [4, 12, 2],
695
+ [4, 13, 4],
696
+ [4, 14, 4],
697
+ [4, 15, 14],
698
+ [4, 16, 12],
699
+ [4, 17, 1],
700
+ [4, 18, 8],
701
+ [4, 19, 5],
702
+ [4, 20, 3],
703
+ [4, 21, 7],
704
+ [4, 22, 3],
705
+ [4, 23, 0],
706
+ [5, 0, 2],
707
+ [5, 1, 1],
708
+ [5, 2, 0],
709
+ [5, 3, 3],
710
+ [5, 4, 0],
711
+ [5, 5, 0],
712
+ [5, 6, 0],
713
+ [5, 7, 0],
714
+ [5, 8, 2],
715
+ [5, 9, 0],
716
+ [5, 10, 4],
717
+ [5, 11, 1],
718
+ [5, 12, 5],
719
+ [5, 13, 10],
720
+ [5, 14, 5],
721
+ [5, 15, 7],
722
+ [5, 16, 11],
723
+ [5, 17, 6],
724
+ [5, 18, 0],
725
+ [5, 19, 5],
726
+ [5, 20, 3],
727
+ [5, 21, 4],
728
+ [5, 22, 2],
729
+ [5, 23, 0],
730
+ [6, 0, 1],
731
+ [6, 1, 0],
732
+ [6, 2, 0],
733
+ [6, 3, 0],
734
+ [6, 4, 0],
735
+ [6, 5, 0],
736
+ [6, 6, 0],
737
+ [6, 7, 0],
738
+ [6, 8, 0],
739
+ [6, 9, 0],
740
+ [6, 10, 1],
741
+ [6, 11, 0],
742
+ [6, 12, 2],
743
+ [6, 13, 1],
744
+ [6, 14, 3],
745
+ [6, 15, 4],
746
+ [6, 16, 0],
747
+ [6, 17, 0],
748
+ [6, 18, 0],
749
+ [6, 19, 0],
750
+ [6, 20, 1],
751
+ [6, 21, 2],
752
+ [6, 22, 2],
753
+ [6, 23, 6]
754
+ ].map(function(item) {
755
+ return [item[1], item[0], item[2] || "-"];
756
+ }),
757
+ label: {
758
+ show: true
759
+ },
760
+ emphasis: {
761
+ itemStyle: {
762
+ shadowBlur: 10,
763
+ shadowColor: "rgba(0, 0, 0, 0.5)"
764
+ }
765
+ }
766
+ }
767
+ ]
768
+ },
769
+ options7: {
770
+ title: {
771
+ left: "center",
772
+ text: "Dispersion of house price based on the area"
773
+ },
774
+ grid: {
775
+ top: "10%",
776
+ left: "0%",
777
+ right: "10%",
778
+ bottom: "0%",
779
+ containLabel: true
780
+ },
781
+ visualMap: {
782
+ min: 15202,
783
+ max: 159980,
784
+ dimension: 1,
785
+ orient: "vertical",
786
+ right: 10,
787
+ top: "center",
788
+ text: ["HIGH", "LOW"],
789
+ calculable: true,
790
+ inRange: {
791
+ color: ["#f2c31a", "#24b7f2"]
792
+ }
793
+ },
794
+ tooltip: {
795
+ trigger: "item",
796
+ axisPointer: {
797
+ type: "cross"
798
+ }
799
+ },
800
+ xAxis: [
801
+ {
802
+ type: "value"
803
+ }
804
+ ],
805
+ yAxis: [
806
+ {
807
+ type: "value"
808
+ }
809
+ ],
810
+ series: [
811
+ {
812
+ name: "price-area",
813
+ type: "scatter",
814
+ symbolSize: 5,
815
+ itemStyle: {
816
+ normal: {
817
+ borderWidth: 0.2,
818
+ borderColor: "#fff"
819
+ }
820
+ },
821
+ data: window.dataHousePriceArea
822
+ }
823
+ ]
824
+ },
825
+ options8: {
826
+ parallelAxis: [
827
+ { dim: 0, name: "Price" },
828
+ { dim: 1, name: "Net Weight" },
829
+ { dim: 2, name: "Amount" },
830
+ {
831
+ dim: 3,
832
+ name: "Score",
833
+ type: "category",
834
+ data: ["Excellent", "Good", "OK", "Bad"]
835
+ }
836
+ ],
837
+ parallel: {
838
+ left: "5%",
839
+ right: "10%",
840
+ bottom: "5%",
841
+ top: "5%"
842
+ // parallelAxisDefault: {
843
+ // type: 'value',
844
+ // nameLocation: 'end',
845
+ // nameGap: 20
846
+ // }
847
+ },
848
+ series: {
849
+ type: "parallel",
850
+ lineStyle: {
851
+ width: 4
852
+ },
853
+ data: [
854
+ [12.99, 100, 82, "Good"],
855
+ [9.99, 80, 77, "OK"],
856
+ [20, 120, 60, "Excellent"]
857
+ ]
858
+ }
859
+ },
860
+ options9: {
861
+ tooltip: {
862
+ trigger: "item",
863
+ triggerOn: "mousemove"
864
+ },
865
+ toolbox: {
866
+ feature: {
867
+ restore: {
868
+ title: "Restore"
869
+ },
870
+ saveAsImage: {
871
+ title: "Download"
872
+ }
873
+ }
874
+ },
875
+ series: [
876
+ {
877
+ type: "tree",
878
+ //orient: 'vertical',
879
+ data: [window.dataFlare],
880
+ top: "1%",
881
+ left: "4%",
882
+ bottom: "1%",
883
+ right: "14%",
884
+ //top: '4%',
885
+ //left: '1%',
886
+ //bottom: '14%',
887
+ //right: '1%',
888
+ symbolSize: 12,
889
+ initialTreeDepth: undefined, //展開全部
890
+ label: {
891
+ position: "left",
892
+ //position: 'top',
893
+ verticalAlign: "middle",
894
+ align: "right",
895
+ fontSize: 12,
896
+ //rotate: -90,
897
+ formatter: function(p) {
898
+ if (p.value) {
899
+ return p.name + ": " + p.value;
900
+ }
901
+ return p.name;
902
+ }
903
+ },
904
+ leaves: {
905
+ label: {
906
+ position: "right",
907
+ //position: 'bottom',
908
+ verticalAlign: "middle",
909
+ align: "left"
910
+ //rotate: -90,
911
+ //formatter: '{b}: {c}',
912
+ }
913
+ },
914
+ animationDuration: 500,
915
+ animationDurationUpdate: 500
916
+ }
917
+ ]
918
+ },
919
+ options10: {
920
+ tooltip: {
921
+ trigger: "item",
922
+ triggerOn: "mousemove"
923
+ },
924
+ toolbox: {
925
+ feature: {
926
+ restore: {
927
+ title: "Restore"
928
+ },
929
+ saveAsImage: {
930
+ title: "Download"
931
+ }
932
+ }
933
+ },
934
+ series: [
935
+ {
936
+ type: "treemap",
937
+ name: window.dataFlare.name,
938
+ data: window.dataFlare.children,
939
+ upperLabel: {
940
+ show: true,
941
+ height: 24,
942
+ padding: 5
943
+ },
944
+ label: {
945
+ formatter: function(p) {
946
+ if (p.value) {
947
+ return p.name + "\n" + "(" + p.value + ")";
948
+ }
949
+ return p.name;
950
+ },
951
+ fontSize: 11
952
+ },
953
+ levels: [
954
+ {
955
+ itemStyle: {
956
+ borderWidth: 2,
957
+ gapWidth: 2,
958
+ borderColor: "#444"
959
+ //borderColorSaturation: 0.2,
960
+ }
961
+ },
962
+ {
963
+ itemStyle: {
964
+ borderWidth: 2,
965
+ gapWidth: 2,
966
+ borderColor: "#666"
967
+ //borderColorSaturation: 0.7,
968
+ }
969
+ },
970
+ {
971
+ itemStyle: {
972
+ borderWidth: 2,
973
+ gapWidth: 2,
974
+ borderColor: "#888"
975
+ //borderColorSaturation: 0.4,
976
+ }
977
+ },
978
+ {
979
+ itemStyle: {
980
+ borderWidth: 2,
981
+ gapWidth: 2,
982
+ borderColor: "#aaa"
983
+ //borderColorSaturation: 0.4,
984
+ }
985
+ }
986
+ ]
987
+ }
988
+ ]
989
+ },
990
+ options11: {
991
+ // legend: {
992
+ // data: ['Punch Card']
993
+ // },
994
+ tooltip: {},
995
+ visualMap: {
996
+ type: "continuous",
997
+ min: 0,
998
+ max: 10,
999
+ inRange: {
1000
+ color: ["#2D5F73", "#538EA6", "#F2D1B3", "#F2B8A2", "#F28C8C"]
1001
+ },
1002
+ orient: "vertical",
1003
+ top: "center"
1004
+ },
1005
+ series: {
1006
+ type: "sunburst",
1007
+ data: [
1008
+ {
1009
+ name: "Grandpa",
1010
+ children: [
1011
+ {
1012
+ name: "Uncle Leo",
1013
+ value: 15,
1014
+ children: [
1015
+ {
1016
+ name: "Cousin Jack",
1017
+ value: 2
1018
+ },
1019
+ {
1020
+ name: "Cousin Mary",
1021
+ value: 5,
1022
+ children: [
1023
+ {
1024
+ name: "Jackson",
1025
+ value: 2
1026
+ }
1027
+ ]
1028
+ },
1029
+ {
1030
+ name: "Cousin Ben",
1031
+ value: 4
1032
+ }
1033
+ ]
1034
+ },
1035
+ {
1036
+ name: "Aunt Jane",
1037
+ children: [
1038
+ {
1039
+ name: "Cousin Kate",
1040
+ value: 4
1041
+ }
1042
+ ]
1043
+ },
1044
+ {
1045
+ name: "Father",
1046
+ value: 10,
1047
+ children: [
1048
+ {
1049
+ name: "Me",
1050
+ value: 5,
1051
+ itemStyle: {
1052
+ color: "red"
1053
+ }
1054
+ },
1055
+ {
1056
+ name: "Brother Peter",
1057
+ value: 1
1058
+ }
1059
+ ]
1060
+ }
1061
+ ]
1062
+ },
1063
+ {
1064
+ name: "Mike",
1065
+ children: [
1066
+ {
1067
+ name: "Uncle Dan",
1068
+ children: [
1069
+ {
1070
+ name: "Cousin Lucy",
1071
+ value: 3
1072
+ },
1073
+ {
1074
+ name: "Cousin Luck",
1075
+ value: 4,
1076
+ children: [
1077
+ {
1078
+ name: "Nephew",
1079
+ value: 2
1080
+ }
1081
+ ]
1082
+ }
1083
+ ]
1084
+ }
1085
+ ]
1086
+ },
1087
+ {
1088
+ name: "Nancy",
1089
+ children: [
1090
+ {
1091
+ name: "Uncle Nike",
1092
+ children: [
1093
+ {
1094
+ name: "Cousin Betty",
1095
+ value: 1
1096
+ },
1097
+ {
1098
+ name: "Cousin Jenny",
1099
+ value: 2
1100
+ }
1101
+ ]
1102
+ }
1103
+ ]
1104
+ }
1105
+ ],
1106
+ radius: [0, "90%"],
1107
+ label: {
1108
+ rotate: "radial"
1109
+ }
1110
+ }
1111
+ },
1112
+ options12: {
1113
+ legend: {
1114
+ data: ["Punch Card"]
1115
+ },
1116
+ polar: {},
1117
+ tooltip: {},
1118
+ visualMap: {
1119
+ type: "continuous",
1120
+ min: 0,
1121
+ max: 14,
1122
+ top: "middle",
1123
+ dimension: 2,
1124
+ calculable: true
1125
+ },
1126
+ angleAxis: {
1127
+ type: "category",
1128
+ data: [
1129
+ "12a",
1130
+ "1a",
1131
+ "2a",
1132
+ "3a",
1133
+ "4a",
1134
+ "5a",
1135
+ "6a",
1136
+ "7a",
1137
+ "8a",
1138
+ "9a",
1139
+ "10a",
1140
+ "11a",
1141
+ "12p",
1142
+ "1p",
1143
+ "2p",
1144
+ "3p",
1145
+ "4p",
1146
+ "5p",
1147
+ "6p",
1148
+ "7p",
1149
+ "8p",
1150
+ "9p",
1151
+ "10p",
1152
+ "11p"
1153
+ ],
1154
+ boundaryGap: false,
1155
+ splitLine: {
1156
+ show: true,
1157
+ lineStyle: {
1158
+ color: "#ddd",
1159
+ type: "dashed"
1160
+ }
1161
+ },
1162
+ axisLine: {
1163
+ show: false
1164
+ }
1165
+ },
1166
+ radiusAxis: {
1167
+ type: "category",
1168
+ data: [
1169
+ "Saturday",
1170
+ "Friday",
1171
+ "Thursday",
1172
+ "Wednesday",
1173
+ "Tuesday",
1174
+ "Monday",
1175
+ "Sunday"
1176
+ ],
1177
+ z: 100
1178
+ },
1179
+ series: [
1180
+ {
1181
+ name: "Punch Card",
1182
+ type: "custom",
1183
+ coordinateSystem: "polar",
1184
+ itemStyle: {
1185
+ color: "#d14a61"
1186
+ },
1187
+ renderItem: function(params, api) {
1188
+ let values = [api.value(0), api.value(1)];
1189
+ let coord = api.coord(values);
1190
+ let size = api.size([1, 1], values);
1191
+ return {
1192
+ type: "sector",
1193
+ shape: {
1194
+ cx: params.coordSys.cx,
1195
+ cy: params.coordSys.cy,
1196
+ r0: coord[2] - size[0] / 2,
1197
+ r: coord[2] + size[0] / 2,
1198
+ startAngle: -(coord[3] + size[1] / 2),
1199
+ endAngle: -(coord[3] - size[1] / 2)
1200
+ },
1201
+ style: api.style({
1202
+ fill: api.visual("color")
1203
+ })
1204
+ };
1205
+ },
1206
+ data: [
1207
+ [0, 0, 5],
1208
+ [0, 1, 1],
1209
+ [0, 2, 0],
1210
+ [0, 3, 0],
1211
+ [0, 4, 0],
1212
+ [0, 5, 0],
1213
+ [0, 6, 0],
1214
+ [0, 7, 0],
1215
+ [0, 8, 0],
1216
+ [0, 9, 0],
1217
+ [0, 10, 0],
1218
+ [0, 11, 2],
1219
+ [0, 12, 4],
1220
+ [0, 13, 1],
1221
+ [0, 14, 1],
1222
+ [0, 15, 3],
1223
+ [0, 16, 4],
1224
+ [0, 17, 6],
1225
+ [0, 18, 4],
1226
+ [0, 19, 4],
1227
+ [0, 20, 3],
1228
+ [0, 21, 3],
1229
+ [0, 22, 2],
1230
+ [0, 23, 5],
1231
+ [1, 0, 7],
1232
+ [1, 1, 0],
1233
+ [1, 2, 0],
1234
+ [1, 3, 0],
1235
+ [1, 4, 0],
1236
+ [1, 5, 0],
1237
+ [1, 6, 0],
1238
+ [1, 7, 0],
1239
+ [1, 8, 0],
1240
+ [1, 9, 0],
1241
+ [1, 10, 5],
1242
+ [1, 11, 2],
1243
+ [1, 12, 2],
1244
+ [1, 13, 6],
1245
+ [1, 14, 9],
1246
+ [1, 15, 11],
1247
+ [1, 16, 6],
1248
+ [1, 17, 7],
1249
+ [1, 18, 8],
1250
+ [1, 19, 12],
1251
+ [1, 20, 5],
1252
+ [1, 21, 5],
1253
+ [1, 22, 7],
1254
+ [1, 23, 2],
1255
+ [2, 0, 1],
1256
+ [2, 1, 1],
1257
+ [2, 2, 0],
1258
+ [2, 3, 0],
1259
+ [2, 4, 0],
1260
+ [2, 5, 0],
1261
+ [2, 6, 0],
1262
+ [2, 7, 0],
1263
+ [2, 8, 0],
1264
+ [2, 9, 0],
1265
+ [2, 10, 3],
1266
+ [2, 11, 2],
1267
+ [2, 12, 1],
1268
+ [2, 13, 9],
1269
+ [2, 14, 8],
1270
+ [2, 15, 10],
1271
+ [2, 16, 6],
1272
+ [2, 17, 5],
1273
+ [2, 18, 5],
1274
+ [2, 19, 5],
1275
+ [2, 20, 7],
1276
+ [2, 21, 4],
1277
+ [2, 22, 2],
1278
+ [2, 23, 4],
1279
+ [3, 0, 7],
1280
+ [3, 1, 3],
1281
+ [3, 2, 0],
1282
+ [3, 3, 0],
1283
+ [3, 4, 0],
1284
+ [3, 5, 0],
1285
+ [3, 6, 0],
1286
+ [3, 7, 0],
1287
+ [3, 8, 1],
1288
+ [3, 9, 0],
1289
+ [3, 10, 5],
1290
+ [3, 11, 4],
1291
+ [3, 12, 7],
1292
+ [3, 13, 14],
1293
+ [3, 14, 13],
1294
+ [3, 15, 12],
1295
+ [3, 16, 9],
1296
+ [3, 17, 5],
1297
+ [3, 18, 5],
1298
+ [3, 19, 10],
1299
+ [3, 20, 6],
1300
+ [3, 21, 4],
1301
+ [3, 22, 4],
1302
+ [3, 23, 1],
1303
+ [4, 0, 1],
1304
+ [4, 1, 3],
1305
+ [4, 2, 0],
1306
+ [4, 3, 0],
1307
+ [4, 4, 0],
1308
+ [4, 5, 1],
1309
+ [4, 6, 0],
1310
+ [4, 7, 0],
1311
+ [4, 8, 0],
1312
+ [4, 9, 2],
1313
+ [4, 10, 4],
1314
+ [4, 11, 4],
1315
+ [4, 12, 2],
1316
+ [4, 13, 4],
1317
+ [4, 14, 4],
1318
+ [4, 15, 14],
1319
+ [4, 16, 12],
1320
+ [4, 17, 1],
1321
+ [4, 18, 8],
1322
+ [4, 19, 5],
1323
+ [4, 20, 3],
1324
+ [4, 21, 7],
1325
+ [4, 22, 3],
1326
+ [4, 23, 0],
1327
+ [5, 0, 2],
1328
+ [5, 1, 1],
1329
+ [5, 2, 0],
1330
+ [5, 3, 3],
1331
+ [5, 4, 0],
1332
+ [5, 5, 0],
1333
+ [5, 6, 0],
1334
+ [5, 7, 0],
1335
+ [5, 8, 2],
1336
+ [5, 9, 0],
1337
+ [5, 10, 4],
1338
+ [5, 11, 1],
1339
+ [5, 12, 5],
1340
+ [5, 13, 10],
1341
+ [5, 14, 5],
1342
+ [5, 15, 7],
1343
+ [5, 16, 11],
1344
+ [5, 17, 6],
1345
+ [5, 18, 0],
1346
+ [5, 19, 5],
1347
+ [5, 20, 3],
1348
+ [5, 21, 4],
1349
+ [5, 22, 2],
1350
+ [5, 23, 0],
1351
+ [6, 0, 1],
1352
+ [6, 1, 0],
1353
+ [6, 2, 0],
1354
+ [6, 3, 0],
1355
+ [6, 4, 0],
1356
+ [6, 5, 0],
1357
+ [6, 6, 0],
1358
+ [6, 7, 0],
1359
+ [6, 8, 0],
1360
+ [6, 9, 0],
1361
+ [6, 10, 1],
1362
+ [6, 11, 0],
1363
+ [6, 12, 2],
1364
+ [6, 13, 1],
1365
+ [6, 14, 3],
1366
+ [6, 15, 4],
1367
+ [6, 16, 0],
1368
+ [6, 17, 0],
1369
+ [6, 18, 0],
1370
+ [6, 19, 0],
1371
+ [6, 20, 1],
1372
+ [6, 21, 2],
1373
+ [6, 22, 2],
1374
+ [6, 23, 6]
1375
+ ]
1376
+ }
1377
+ ]
1378
+ },
1379
+ options13: {
1380
+ tooltip: {},
1381
+ visualMap: {
1382
+ max: 20,
1383
+ inRange: {
1384
+ color: [
1385
+ "#313695",
1386
+ "#4575b4",
1387
+ "#74add1",
1388
+ "#abd9e9",
1389
+ "#e0f3f8",
1390
+ "#ffffbf",
1391
+ "#fee090",
1392
+ "#fdae61",
1393
+ "#f46d43",
1394
+ "#d73027",
1395
+ "#a50026"
1396
+ ]
1397
+ }
1398
+ },
1399
+ xAxis3D: {
1400
+ type: "category",
1401
+ data: [
1402
+ "12a",
1403
+ "1a",
1404
+ "2a",
1405
+ "3a",
1406
+ "4a",
1407
+ "5a",
1408
+ "6a",
1409
+ "7a",
1410
+ "8a",
1411
+ "9a",
1412
+ "10a",
1413
+ "11a",
1414
+ "12p",
1415
+ "1p",
1416
+ "2p",
1417
+ "3p",
1418
+ "4p",
1419
+ "5p",
1420
+ "6p",
1421
+ "7p",
1422
+ "8p",
1423
+ "9p",
1424
+ "10p",
1425
+ "11p"
1426
+ ]
1427
+ },
1428
+ yAxis3D: {
1429
+ type: "category",
1430
+ data: [
1431
+ "Saturday",
1432
+ "Friday",
1433
+ "Thursday",
1434
+ "Wednesday",
1435
+ "Tuesday",
1436
+ "Monday",
1437
+ "Sunday"
1438
+ ]
1439
+ },
1440
+ zAxis3D: {
1441
+ type: "value"
1442
+ },
1443
+ grid3D: {
1444
+ boxWidth: 200,
1445
+ boxDepth: 80,
1446
+ light: {
1447
+ main: {
1448
+ intensity: 1.2
1449
+ },
1450
+ ambient: {
1451
+ intensity: 0.3
1452
+ }
1453
+ }
1454
+ },
1455
+ series: [
1456
+ {
1457
+ type: "bar3D",
1458
+ data: [
1459
+ [0, 0, 5],
1460
+ [0, 1, 1],
1461
+ [0, 2, 0],
1462
+ [0, 3, 0],
1463
+ [0, 4, 0],
1464
+ [0, 5, 0],
1465
+ [0, 6, 0],
1466
+ [0, 7, 0],
1467
+ [0, 8, 0],
1468
+ [0, 9, 0],
1469
+ [0, 10, 0],
1470
+ [0, 11, 2],
1471
+ [0, 12, 4],
1472
+ [0, 13, 1],
1473
+ [0, 14, 1],
1474
+ [0, 15, 3],
1475
+ [0, 16, 4],
1476
+ [0, 17, 6],
1477
+ [0, 18, 4],
1478
+ [0, 19, 4],
1479
+ [0, 20, 3],
1480
+ [0, 21, 3],
1481
+ [0, 22, 2],
1482
+ [0, 23, 5],
1483
+ [1, 0, 7],
1484
+ [1, 1, 0],
1485
+ [1, 2, 0],
1486
+ [1, 3, 0],
1487
+ [1, 4, 0],
1488
+ [1, 5, 0],
1489
+ [1, 6, 0],
1490
+ [1, 7, 0],
1491
+ [1, 8, 0],
1492
+ [1, 9, 0],
1493
+ [1, 10, 5],
1494
+ [1, 11, 2],
1495
+ [1, 12, 2],
1496
+ [1, 13, 6],
1497
+ [1, 14, 9],
1498
+ [1, 15, 11],
1499
+ [1, 16, 6],
1500
+ [1, 17, 7],
1501
+ [1, 18, 8],
1502
+ [1, 19, 12],
1503
+ [1, 20, 5],
1504
+ [1, 21, 5],
1505
+ [1, 22, 7],
1506
+ [1, 23, 2],
1507
+ [2, 0, 1],
1508
+ [2, 1, 1],
1509
+ [2, 2, 0],
1510
+ [2, 3, 0],
1511
+ [2, 4, 0],
1512
+ [2, 5, 0],
1513
+ [2, 6, 0],
1514
+ [2, 7, 0],
1515
+ [2, 8, 0],
1516
+ [2, 9, 0],
1517
+ [2, 10, 3],
1518
+ [2, 11, 2],
1519
+ [2, 12, 1],
1520
+ [2, 13, 9],
1521
+ [2, 14, 8],
1522
+ [2, 15, 10],
1523
+ [2, 16, 6],
1524
+ [2, 17, 5],
1525
+ [2, 18, 5],
1526
+ [2, 19, 5],
1527
+ [2, 20, 7],
1528
+ [2, 21, 4],
1529
+ [2, 22, 2],
1530
+ [2, 23, 4],
1531
+ [3, 0, 7],
1532
+ [3, 1, 3],
1533
+ [3, 2, 0],
1534
+ [3, 3, 0],
1535
+ [3, 4, 0],
1536
+ [3, 5, 0],
1537
+ [3, 6, 0],
1538
+ [3, 7, 0],
1539
+ [3, 8, 1],
1540
+ [3, 9, 0],
1541
+ [3, 10, 5],
1542
+ [3, 11, 4],
1543
+ [3, 12, 7],
1544
+ [3, 13, 14],
1545
+ [3, 14, 13],
1546
+ [3, 15, 12],
1547
+ [3, 16, 9],
1548
+ [3, 17, 5],
1549
+ [3, 18, 5],
1550
+ [3, 19, 10],
1551
+ [3, 20, 6],
1552
+ [3, 21, 4],
1553
+ [3, 22, 4],
1554
+ [3, 23, 1],
1555
+ [4, 0, 1],
1556
+ [4, 1, 3],
1557
+ [4, 2, 0],
1558
+ [4, 3, 0],
1559
+ [4, 4, 0],
1560
+ [4, 5, 1],
1561
+ [4, 6, 0],
1562
+ [4, 7, 0],
1563
+ [4, 8, 0],
1564
+ [4, 9, 2],
1565
+ [4, 10, 4],
1566
+ [4, 11, 4],
1567
+ [4, 12, 2],
1568
+ [4, 13, 4],
1569
+ [4, 14, 4],
1570
+ [4, 15, 14],
1571
+ [4, 16, 12],
1572
+ [4, 17, 1],
1573
+ [4, 18, 8],
1574
+ [4, 19, 5],
1575
+ [4, 20, 3],
1576
+ [4, 21, 7],
1577
+ [4, 22, 3],
1578
+ [4, 23, 0],
1579
+ [5, 0, 2],
1580
+ [5, 1, 1],
1581
+ [5, 2, 0],
1582
+ [5, 3, 3],
1583
+ [5, 4, 0],
1584
+ [5, 5, 0],
1585
+ [5, 6, 0],
1586
+ [5, 7, 0],
1587
+ [5, 8, 2],
1588
+ [5, 9, 0],
1589
+ [5, 10, 4],
1590
+ [5, 11, 1],
1591
+ [5, 12, 5],
1592
+ [5, 13, 10],
1593
+ [5, 14, 5],
1594
+ [5, 15, 7],
1595
+ [5, 16, 11],
1596
+ [5, 17, 6],
1597
+ [5, 18, 0],
1598
+ [5, 19, 5],
1599
+ [5, 20, 3],
1600
+ [5, 21, 4],
1601
+ [5, 22, 2],
1602
+ [5, 23, 0],
1603
+ [6, 0, 1],
1604
+ [6, 1, 0],
1605
+ [6, 2, 0],
1606
+ [6, 3, 0],
1607
+ [6, 4, 0],
1608
+ [6, 5, 0],
1609
+ [6, 6, 0],
1610
+ [6, 7, 0],
1611
+ [6, 8, 0],
1612
+ [6, 9, 0],
1613
+ [6, 10, 1],
1614
+ [6, 11, 0],
1615
+ [6, 12, 2],
1616
+ [6, 13, 1],
1617
+ [6, 14, 3],
1618
+ [6, 15, 4],
1619
+ [6, 16, 0],
1620
+ [6, 17, 0],
1621
+ [6, 18, 0],
1622
+ [6, 19, 0],
1623
+ [6, 20, 1],
1624
+ [6, 21, 2],
1625
+ [6, 22, 2],
1626
+ [6, 23, 6]
1627
+ ].map(function(item) {
1628
+ return {
1629
+ value: [item[1], item[0], item[2]]
1630
+ };
1631
+ }),
1632
+ shading: "color",
1633
+
1634
+ label: {
1635
+ show: false,
1636
+ textStyle: {
1637
+ fontSize: 16,
1638
+ borderWidth: 1
1639
+ }
1640
+ },
1641
+
1642
+ itemStyle: {
1643
+ opacity: 0.4
1644
+ },
1645
+
1646
+ emphasis: {
1647
+ label: {
1648
+ textStyle: {
1649
+ fontSize: 20,
1650
+ color: "#900"
1651
+ }
1652
+ },
1653
+ itemStyle: {
1654
+ color: "#900"
1655
+ }
1656
+ }
1657
+ }
1658
+ ]
1659
+ },
1660
+ options14: {
1661
+ tooltip: {},
1662
+ backgroundColor: "#fff",
1663
+ visualMap: {
1664
+ show: false,
1665
+ dimension: 2,
1666
+ min: 0,
1667
+ max: 30,
1668
+ inRange: {
1669
+ color: [
1670
+ "#313695",
1671
+ "#4575b4",
1672
+ "#74add1",
1673
+ "#abd9e9",
1674
+ "#e0f3f8",
1675
+ "#ffffbf",
1676
+ "#fee090",
1677
+ "#fdae61",
1678
+ "#f46d43",
1679
+ "#d73027",
1680
+ "#a50026"
1681
+ ]
1682
+ }
1683
+ },
1684
+ xAxis3D: {
1685
+ type: "value"
1686
+ },
1687
+ yAxis3D: {
1688
+ type: "value"
1689
+ },
1690
+ zAxis3D: {
1691
+ type: "value"
1692
+ },
1693
+ grid3D: {
1694
+ viewControl: {
1695
+ projection: "orthographic"
1696
+ }
1697
+ },
1698
+ series: [
1699
+ {
1700
+ type: "line3D",
1701
+ data: (function() {
1702
+ let data = [];
1703
+ // Parametric curve
1704
+ for (let t = 0; t < 25; t += 0.001) {
1705
+ let x = (1 + 0.25 * Math.cos(75 * t)) * Math.cos(t);
1706
+ let y = (1 + 0.25 * Math.cos(75 * t)) * Math.sin(t);
1707
+ let z = t + 2.0 * Math.sin(75 * t);
1708
+ data.push([x, y, z]);
1709
+ }
1710
+ return data;
1711
+ })(),
1712
+ lineStyle: {
1713
+ width: 4
1714
+ }
1715
+ }
1716
+ ]
1717
+ },
1718
+ options15: {
1719
+ tooltip: {},
1720
+ backgroundColor: "#fff",
1721
+ visualMap: {
1722
+ show: false,
1723
+ dimension: 2,
1724
+ min: -1,
1725
+ max: 1,
1726
+ inRange: {
1727
+ color: [
1728
+ "#313695",
1729
+ "#4575b4",
1730
+ "#74add1",
1731
+ "#abd9e9",
1732
+ "#e0f3f8",
1733
+ "#ffffbf",
1734
+ "#fee090",
1735
+ "#fdae61",
1736
+ "#f46d43",
1737
+ "#d73027",
1738
+ "#a50026"
1739
+ ]
1740
+ }
1741
+ },
1742
+ xAxis3D: {
1743
+ type: "value"
1744
+ },
1745
+ yAxis3D: {
1746
+ type: "value"
1747
+ },
1748
+ zAxis3D: {
1749
+ type: "value"
1750
+ },
1751
+ grid3D: {
1752
+ viewControl: {
1753
+ // projection: 'orthographic'
1754
+ }
1755
+ },
1756
+ series: [
1757
+ {
1758
+ type: "surface",
1759
+ wireframe: {
1760
+ // show: false
1761
+ },
1762
+ equation: {
1763
+ x: {
1764
+ step: 0.05
1765
+ },
1766
+ y: {
1767
+ step: 0.05
1768
+ },
1769
+ z: function(x, y) {
1770
+ if (Math.abs(x) < 0.1 && Math.abs(y) < 0.1) {
1771
+ return "-";
1772
+ }
1773
+ return Math.sin(x * Math.PI) * Math.sin(y * Math.PI);
1774
+ }
1775
+ }
1776
+ }
1777
+ ]
1778
+ }
1779
+ },
1780
+ actions: []
1781
+ };
1782
+ },
1783
+ mounted: function() {
1784
+ return {};
1785
+ },
1786
+ computed: {},
1787
+ methods: {}
1788
+ });
1789
+ </script>
1790
+ </body>
1791
+ </html>