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,1364 @@
1
+ <template>
2
+ <div>
3
+
4
+
5
+ <div class="head1"><span style="cursor:pointer;" title="open for copy link to view component" onclick="window.open('//yuda-lyu.github.io/w-component-vue/examples/app.html?cmp='+this.innerText,'_blank')">w-tree</span></div>
6
+
7
+
8
+ <div style="padding:0px;">
9
+
10
+
11
+ <div class="bk dz">
12
+ <demolink
13
+ :kbname="'w-tree'"
14
+ :casename="'default'"
15
+ ></demolink>
16
+
17
+ <w-tree
18
+ style="border:1px solid #ddd;"
19
+ :data="WTree.option.items"
20
+ ></w-tree>
21
+
22
+ </div>
23
+
24
+
25
+ <div class="bk dz">
26
+ <demolink
27
+ :kbname="'w-tree'"
28
+ :casename="'viewHeightMax'"
29
+ ></demolink>
30
+
31
+ <w-tree
32
+ style="border:1px solid #ddd;"
33
+ :viewHeightMax="300"
34
+ :data="WTree.option.items"
35
+ ></w-tree>
36
+
37
+ </div>
38
+
39
+
40
+ <div class="bk dz">
41
+ <demolink
42
+ :kbname="'w-tree'"
43
+ :casename="'defaultDisplayLevel'"
44
+ ></demolink>
45
+
46
+ <w-tree
47
+ style="border:1px solid #ddd;"
48
+ :defaultDisplayLevel="1"
49
+ :data="WTree.option.items"
50
+ ></w-tree>
51
+
52
+ </div>
53
+
54
+
55
+ <div class="bk dz">
56
+ <demolink
57
+ :kbname="'w-tree'"
58
+ :casename="'draggable'"
59
+ ></demolink>
60
+
61
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using draggable</div>
62
+
63
+ <w-tree
64
+ style="border:1px solid #ddd;"
65
+ :draggable="true"
66
+ :data.sync="WTree.option.items"
67
+ ></w-tree>
68
+
69
+ </div>
70
+
71
+
72
+ <div class="bk dz">
73
+ <demolink
74
+ :kbname="'w-tree'"
75
+ :casename="'draggable & dgPreviewOpacity & dgPreviewBorderWidth & dgBelongBackgroundColor'"
76
+ ></demolink>
77
+
78
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using draggable</div>
79
+
80
+ <w-tree
81
+ style="border:1px solid #ddd;"
82
+ :draggable="true"
83
+ :data.sync="WTree.option.items"
84
+ :dgPreviewOpacity="0.9"
85
+ :dgPreviewBorderWidth="3"
86
+ :dgPreviewBorderColor="'rgba(255,100,200,1)'"
87
+ :dgPreviewBackground="'rgba(255,100,200,0.2)'"
88
+ ></w-tree>
89
+
90
+ </div>
91
+
92
+
93
+ <div class="bk dz">
94
+ <demolink
95
+ :kbname="'w-tree'"
96
+ :casename="'draggable & dgInsertLineColor & dgInsertBackgroundColor & dgBelongBackgroundColor'"
97
+ ></demolink>
98
+
99
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using draggable</div>
100
+
101
+ <w-tree
102
+ style="border:1px solid #ddd;"
103
+ :draggable="true"
104
+ :data.sync="WTree.option.items"
105
+ :dgInsertLineColor="'rgba(120,220,150,0.9)'"
106
+ :dgInsertBackgroundColor="'rgba(50,220,100,0.1)'"
107
+ :dgBelongBackgroundColor="'rgba(50,220,100,0.2)'"
108
+ ></w-tree>
109
+
110
+ </div>
111
+
112
+
113
+ <div class="bk dz">
114
+ <demolink
115
+ :kbname="'w-tree'"
116
+ :casename="'draggable & dgTextDisabled & dgTextDisabledColor & dgTextDisabledPaddingLeft & dgTextDisabledFontSize & dgTextDisabledBackgroundColor'"
117
+ ></demolink>
118
+
119
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using draggable</div>
120
+
121
+ <w-tree
122
+ style="border:1px solid #ddd;"
123
+ :draggable="true"
124
+ :data.sync="WTree.option.items"
125
+ :dgTextDisabled="'禁止拖曳至自己子節點當中'"
126
+ :dgTextDisabledColor="'pink accent-3'"
127
+ :dgTextDisabledPaddingLeft="13"
128
+ :dgTextDisabledFontSize="'0.8rem'"
129
+ :dgTextDisabledBackgroundColor="'rgba(255,255,255,0.8)'"
130
+ ></w-tree>
131
+
132
+ </div>
133
+
134
+
135
+ <div class="bk dz">
136
+ <demolink
137
+ :kbname="'w-tree'"
138
+ :casename="'operatable'"
139
+ ></demolink>
140
+
141
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using operatable</div>
142
+
143
+ <w-tree
144
+ style="border:1px solid #ddd;"
145
+ :data.sync="WTree.option.items"
146
+ :operatable="true"
147
+ @click-operate-item="clickOperateItem"
148
+ ></w-tree>
149
+
150
+ </div>
151
+
152
+
153
+ <div class="bk dz">
154
+ <demolink
155
+ :kbname="'w-tree'"
156
+ :casename="'operatable & operateBtnTooltip & operateItemTextForInsertBefore & perateItemTextForInsertChild & operateItemTextForInsertAfter & operateItemTextForInsertDelete'"
157
+ ></demolink>
158
+
159
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using operatable</div>
160
+
161
+ <w-tree
162
+ style="border:1px solid #ddd;"
163
+ :data.sync="WTree.option.items"
164
+ :operatable="true"
165
+ :operateBtnTooltip="'編輯'"
166
+ :operateItemTextForInsertBefore="'插入前項目'"
167
+ :operateItemTextForInsertChild="'插入子項目'"
168
+ :operateItemTextForInsertAfter="'插入後項目'"
169
+ :operateItemTextForInsertDelete="'刪除項目'"
170
+ @click-operate-item="clickOperateItem"
171
+ ></w-tree>
172
+
173
+ </div>
174
+
175
+
176
+ <div class="bk dz">
177
+ <demolink
178
+ :kbname="'w-tree'"
179
+ :casename="'operatable & operateItemIconSize & operateItemPaddingStyle & operatePanelWidth & operatePanelHeight'"
180
+ ></demolink>
181
+
182
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using operatable</div>
183
+
184
+ <w-tree
185
+ style="border:1px solid #ddd;"
186
+ :data.sync="WTree.option.items"
187
+ :operatable="true"
188
+ :operateItemIconSize="18"
189
+ :operateItemPaddingStyle="{v:5,h:5}"
190
+ :operatePanelWidth="130"
191
+ :operatePanelHeight="29.2*4"
192
+ @click-operate-item="clickOperateItem"
193
+ ></w-tree>
194
+
195
+ </div>
196
+
197
+
198
+ <div class="bk dz">
199
+ <demolink
200
+ :kbname="'w-tree'"
201
+ :casename="'operatable & operateBtnBackgroundColor & operateBtnBackgroundColorHover & operateBtnBackgroundColorFocus'"
202
+ ></demolink>
203
+
204
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using operatable</div>
205
+
206
+ <w-tree
207
+ style="border:1px solid #ddd;"
208
+ :data.sync="WTree.option.items"
209
+ :operatable="true"
210
+ :operateBtnBackgroundColor="'rgba(230,230,230,0.4)'"
211
+ :operateBtnBackgroundColorHover="'rgba(230,230,255,0.8)'"
212
+ :operateBtnBackgroundColorFocus="'rgba(210,210,255,0.8)'"
213
+ @click-operate-item="clickOperateItem"
214
+ ></w-tree>
215
+
216
+ </div>
217
+
218
+
219
+ <div class="bk dz">
220
+ <demolink
221
+ :kbname="'w-tree'"
222
+ :casename="'operatable & operateItemBackgroundColor & operateItemBackgroundColorHover & operateItemTextColor & operateItemTextColorHover & operateItemIconColor & operateItemIconColorHover'"
223
+ ></demolink>
224
+
225
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using operatable</div>
226
+
227
+ <w-tree
228
+ style="border:1px solid #ddd;"
229
+ :data.sync="WTree.option.items"
230
+ :operatable="true"
231
+ :operateItemBackgroundColor="'blue-grey darken-1'"
232
+ :operateItemBackgroundColorHover="'blue-grey'"
233
+ :operateItemTextColor="'grey lighten-4'"
234
+ :operateItemTextColorHover="'white'"
235
+ :operateItemIconColor="'grey lighten-4'"
236
+ :operateItemIconColorHover="'white'"
237
+ @click-operate-item="clickOperateItem"
238
+ ></w-tree>
239
+
240
+ </div>
241
+
242
+
243
+ <div class="bk dz">
244
+ <demolink
245
+ :kbname="'w-tree'"
246
+ :casename="'paddingStyle'"
247
+ ></demolink>
248
+
249
+ <w-tree
250
+ style="border:1px solid #ddd;"
251
+ :paddingStyle="{v:5,h:5}"
252
+ :data="WTree.option.items"
253
+ ></w-tree>
254
+
255
+ </div>
256
+
257
+
258
+ <div class="bk dz">
259
+ <demolink
260
+ :kbname="'w-tree'"
261
+ :casename="'indent'"
262
+ ></demolink>
263
+
264
+ <w-tree
265
+ style="border:1px solid #ddd;"
266
+ :indent="0.5"
267
+ :data="WTree.option.items"
268
+ ></w-tree>
269
+
270
+ </div>
271
+
272
+
273
+ <div class="bk dz">
274
+ <demolink
275
+ :kbname="'w-tree'"
276
+ :casename="'separatorColor'"
277
+ ></demolink>
278
+
279
+ <w-tree
280
+ style="border:1px solid #ddd;"
281
+ :separatorColor="'rgba(0,0,0,0.1)'"
282
+ :data="WTree.option.items"
283
+ ></w-tree>
284
+
285
+ </div>
286
+
287
+
288
+ <div class="bk dz">
289
+ <demolink
290
+ :kbname="'w-tree'"
291
+ :casename="'separatorColor & separatorHeight'"
292
+ ></demolink>
293
+
294
+ <w-tree
295
+ style="border:1px solid #ddd;"
296
+ :separatorColor="'#f2f2f2'"
297
+ :separatorHeight="4"
298
+ :data="WTree.option.items"
299
+ ></w-tree>
300
+
301
+ </div>
302
+
303
+
304
+ <div class="bk dz">
305
+ <demolink
306
+ :kbname="'w-tree'"
307
+ :casename="'iconToggleColor & iconToggleBackgroundColor & iconToggleBackgroundColorHover'"
308
+ ></demolink>
309
+
310
+ <w-tree
311
+ style="border:1px solid #ddd;"
312
+ :iconToggleColor="'#d39a70'"
313
+ :iconToggleBackgroundColor="'rgba(211,154,112,0.1)'"
314
+ :iconToggleBackgroundColorHover="'rgba(211,154,112,0.3)'"
315
+ :data="WTree.option.items"
316
+ ></w-tree>
317
+
318
+ </div>
319
+
320
+
321
+ <div class="bk dz">
322
+ <demolink
323
+ :kbname="'w-tree'"
324
+ :casename="'keyPrimary & keyText & keyChildren'"
325
+ ></demolink>
326
+
327
+ <w-tree
328
+ style="border:1px solid #ddd;"
329
+ :keyPrimary="'sid'"
330
+ :keyText="'name'"
331
+ :keyChildren="'packages'"
332
+ :data="WTree.optionKeys.items"
333
+ ></w-tree>
334
+
335
+ </div>
336
+
337
+
338
+ <div class="bk dz">
339
+ <demolink
340
+ :kbname="'w-tree'"
341
+ :casename="'mouseenter & mouseleave & click & change-view-items'"
342
+ ></demolink>
343
+
344
+ <w-tree
345
+ style="border:1px solid #ddd;"
346
+ :data="WTree.option.items"
347
+ @mouseenter="mouseenter"
348
+ @mouseleave="mouseleave"
349
+ @click="click"
350
+ @change-view-items="changeViewItems"
351
+ ></w-tree>
352
+
353
+ </div>
354
+
355
+
356
+ <div class="bk dz">
357
+ <demolink
358
+ :kbname="'w-tree'"
359
+ :casename="'slot'"
360
+ ></demolink>
361
+
362
+ <w-tree
363
+ style="border:1px solid #ddd;"
364
+ :data="WTree.option.items"
365
+ >
366
+ <template v-slot:item="props">
367
+ <div style="display:flex;">
368
+
369
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.avatar">
370
+ <img style="border-radius:50%; width:24px; height:24px;" :src="props.data.avatar" />
371
+ </div>
372
+
373
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.icon">
374
+ <v-icon size="18" color="deep-orange">{{props.data.icon}}</v-icon>
375
+ </div>
376
+
377
+ <div style="padding:5px 0px;">
378
+ <div style="display:flex; align-items:center;">
379
+ <div style="margin-right:7px;">{{props.data.text}}</div>
380
+ <div style="padding:0px 9px; font-size:0.7rem; color:#fff; border-radius:30px; background:#f26;" v-if="props.data.key">{{props.data.key}}</div>
381
+ </div>
382
+ <div style="padding-right:20px;" v-if="props.data.msg">
383
+ <div style="font-size:0.7rem; color:#999; text-indent:1rem; padding:12px 18px; background:#fefafa;">{{props.data.msg}}</div>
384
+ </div>
385
+ </div>
386
+
387
+ </div>
388
+ </template>
389
+ </w-tree>
390
+
391
+ </div>
392
+
393
+
394
+ <div class="bk dz">
395
+ <demolink
396
+ :kbname="'w-tree'"
397
+ :casename="'slot & defItemHeight'"
398
+ ></demolink>
399
+
400
+ <w-tree
401
+ style="border:1px solid #ddd;"
402
+ :data="WTree.option.items"
403
+ :defItemHeight="62"
404
+ >
405
+ <template v-slot:item="props">
406
+
407
+ <div style="display:flex; align-items:center; min-height:34px;">
408
+ {{props.data.text}}
409
+ </div>
410
+
411
+ <div style="padding:5px; background:#fee; font-size:0.7rem;">
412
+ addition text
413
+ </div>
414
+
415
+ </template>
416
+ </w-tree>
417
+
418
+ </div>
419
+
420
+
421
+ <div class="bk dz">
422
+ <demolink
423
+ :kbname="'w-tree'"
424
+ :casename="'slot & operatable'"
425
+ ></demolink>
426
+
427
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using operatable</div>
428
+
429
+ <w-tree
430
+ style="border:1px solid #ddd;"
431
+ :data.sync="WTree.option.items"
432
+ :operatable="true"
433
+ @click-operate-item="clickOperateItem"
434
+ >
435
+ <template v-slot:item="props">
436
+ <div style="display:flex; align-items:center; min-height:34px;">
437
+
438
+ <w-popup-edit-text
439
+ :value="props.data.text"
440
+ @input="function(v){modifyText({data:WTree.option.items,value:v,props:props})}"
441
+ ></w-popup-edit-text>
442
+
443
+ </div>
444
+ </template>
445
+ </w-tree>
446
+
447
+ </div>
448
+
449
+
450
+ <div class="bk" style="display:block; margin:0px 10px 0px 0px;">
451
+ <demolink
452
+ :kbname="'w-tree'"
453
+ :casename="'selectable'"
454
+ ></demolink>
455
+
456
+ <!-- 用:style才能支援IE11因vue會自動把overflow-x:auto轉為-ms-overflow-x:auto -->
457
+ <div :style="'overflow-x:auto;'">
458
+
459
+ <div style="display:table-cell; vertical-align:top;">
460
+ <w-tree
461
+ style="width:500px; border:1px solid #ddd;"
462
+ :data="WTree.option.items"
463
+ :selectable="true"
464
+ :selections.sync="WTree.option.selections"
465
+ @update:selections="changeSections"
466
+ ></w-tree>
467
+ </div>
468
+
469
+ <div style="display:table-cell; vertical-align:top;">
470
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
471
+ <div :style="'padding:10px 20px; height:402px; overflow-y:auto; border:1px solid #ddd; border-left-width:0px;'">
472
+ <div style="margin-bottom:5px;">selections: </div>
473
+ <pre style="font-size:0.7rem;">{{JSON.stringify(showSelection(WTree.option.selections),null,4)}}</pre>
474
+ </div>
475
+ </div>
476
+
477
+ </div>
478
+
479
+ </div>
480
+
481
+
482
+ <div class="bk" style="display:block; margin:0px 10px 0px 0px;">
483
+ <demolink
484
+ :kbname="'w-tree'"
485
+ :casename="'slot & selectable'"
486
+ ></demolink>
487
+
488
+ <!-- 用:style才能支援IE11因vue會自動把overflow-x:auto轉為-ms-overflow-x:auto -->
489
+ <div :style="'overflow-x:auto;'">
490
+
491
+ <div style="display:table-cell; vertical-align:top;">
492
+ <w-tree
493
+ style="width:500px; border:1px solid #ddd;"
494
+ :data="WTree.option.items"
495
+ :selectable="true"
496
+ :selections.sync="WTree.option.selections"
497
+ @update:selections="changeSections"
498
+ >
499
+ <template v-slot:item="props">
500
+ <div style="display:flex;">
501
+
502
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.avatar">
503
+ <img style="border-radius:50%; width:24px; height:24px;" :src="props.data.avatar" />
504
+ </div>
505
+
506
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.icon">
507
+ <v-icon size="18" color="deep-orange">{{props.data.icon}}</v-icon>
508
+ </div>
509
+
510
+ <div style="padding:5px 0px;">
511
+ <div style="display:flex; align-items:center;">
512
+ <div style="margin-right:7px;">
513
+ {{props.data.text}}
514
+ <div style="display:inline-block; color:#26f; font-size:0.7rem;">[id:{{props.data.id}}]</div>
515
+ </div>
516
+ <div style="padding:0px 9px; font-size:0.7rem; color:#fff; border-radius:30px; background:#f26;" v-if="props.data.key">{{props.data.key}}</div>
517
+ </div>
518
+ <div style="padding-right:20px;" v-if="props.data.msg">
519
+ <div style="font-size:0.7rem; color:#999; text-indent:1rem; padding:12px 18px; background:#fefafa;">{{props.data.msg}}</div>
520
+ </div>
521
+ </div>
522
+
523
+ </div>
524
+
525
+ </template>
526
+ </w-tree>
527
+ </div>
528
+
529
+ <div style="display:table-cell; vertical-align:top;">
530
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
531
+ <div :style="'padding:10px 20px; height:402px; overflow-y:auto; border:1px solid #ddd; border-left-width:0px;'">
532
+ <div style="margin-bottom:5px;">selections: </div>
533
+ <pre style="font-size:0.7rem;">{{JSON.stringify(showSelection(WTree.option.selections),null,4)}}</pre>
534
+ </div>
535
+ </div>
536
+
537
+ </div>
538
+
539
+ </div>
540
+
541
+
542
+ <div class="bk" style="display:block; margin:0px 10px 0px 0px;">
543
+ <demolink
544
+ :kbname="'w-tree'"
545
+ :casename="'selectable & draggable'"
546
+ ></demolink>
547
+
548
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using draggable</div>
549
+
550
+ <!-- 用:style才能支援IE11因vue會自動把overflow-x:auto轉為-ms-overflow-x:auto -->
551
+ <div :style="'overflow-x:auto;'">
552
+
553
+ <div style="display:table-cell; vertical-align:top;">
554
+ <w-tree
555
+ style="width:500px; border:1px solid #ddd;"
556
+ :draggable="true"
557
+ :data.sync="WTree.option.items"
558
+ :selectable="true"
559
+ :selections.sync="WTree.option.selections"
560
+ @update:selections="changeSections"
561
+ ></w-tree>
562
+ </div>
563
+
564
+ <div style="display:table-cell; vertical-align:top;">
565
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
566
+ <div :style="'padding:10px 20px; height:402px; overflow-y:auto; border:1px solid #ddd; border-left-width:0px;'">
567
+ <div style="margin-bottom:5px;">selections: </div>
568
+ <pre style="font-size:0.7rem;">{{JSON.stringify(showSelection(WTree.option.selections),null,4)}}</pre>
569
+ </div>
570
+ </div>
571
+
572
+ </div>
573
+
574
+ </div>
575
+
576
+
577
+ <div class="bk" style="display:block; margin:0px 10px 0px 0px;">
578
+ <demolink
579
+ :kbname="'w-tree'"
580
+ :casename="'slot & selectable & draggable'"
581
+ ></demolink>
582
+
583
+ <div style="margin-bottom:5px; color:#f26; font-size:0.8rem;">* Disable show and hide nodes when using draggable</div>
584
+
585
+ <!-- 用:style才能支援IE11因vue會自動把overflow-x:auto轉為-ms-overflow-x:auto -->
586
+ <div :style="'overflow-x:auto;'">
587
+
588
+ <div style="display:table-cell; vertical-align:top;">
589
+ <w-tree
590
+ style="width:500px; border:1px solid #ddd;"
591
+ :draggable="true"
592
+ :data.sync="WTree.option.items"
593
+ :selectable="true"
594
+ :selections.sync="WTree.option.selections"
595
+ @update:selections="changeSections"
596
+ >
597
+ <template v-slot:item="props">
598
+ <div style="display:flex;">
599
+
600
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.avatar">
601
+ <img style="border-radius:50%; width:24px; height:24px;" :src="props.data.avatar" />
602
+ </div>
603
+
604
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.icon">
605
+ <v-icon size="18" color="deep-orange">{{props.data.icon}}</v-icon>
606
+ </div>
607
+
608
+ <div style="padding:5px 0px;">
609
+ <div style="display:flex; align-items:center;">
610
+ <div style="margin-right:7px;">
611
+ {{props.data.text}}
612
+ <div style="display:inline-block; color:#26f; font-size:0.7rem;">[id:{{props.data.id}}]</div>
613
+ </div>
614
+ <div style="padding:0px 9px; font-size:0.7rem; color:#fff; border-radius:30px; background:#f26;" v-if="props.data.key">{{props.data.key}}</div>
615
+ </div>
616
+ <div style="padding-right:20px;" v-if="props.data.msg">
617
+ <div style="font-size:0.7rem; color:#999; text-indent:1rem; padding:12px 18px; background:#fefafa;">{{props.data.msg}}</div>
618
+ </div>
619
+ </div>
620
+
621
+ </div>
622
+
623
+ </template>
624
+ </w-tree>
625
+ </div>
626
+
627
+ <div style="display:table-cell; vertical-align:top;">
628
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
629
+ <div :style="'padding:10px 20px; height:402px; overflow-y:auto; border:1px solid #ddd; border-left-width:0px;'">
630
+ <div style="margin-bottom:5px;">selections: </div>
631
+ <pre style="font-size:0.7rem;">{{JSON.stringify(showSelection(WTree.option.selections),null,4)}}</pre>
632
+ </div>
633
+ </div>
634
+
635
+ </div>
636
+
637
+ </div>
638
+
639
+
640
+ <div class="bk" style="display:block; margin:0px 10px 0px 0px;">
641
+ <demolink
642
+ :kbname="'w-tree'"
643
+ :casename="'filterKeywords & searchEmpty & selectable'"
644
+ ></demolink>
645
+
646
+ <div style="margin-bottom:10px;">
647
+ <span style="padding-right:10px;">Search :</span>
648
+ <input
649
+ style="padding:2px 15px; color:#666; border:1px solid #fca; border-radius:30px; outline:none;"
650
+ v-model="WTree.option.keywords"
651
+ />
652
+ </div>
653
+
654
+ <!-- 用:style才能支援IE11因vue會自動把overflow-x:auto轉為-ms-overflow-x:auto -->
655
+ <div :style="'overflow-x:auto;'">
656
+
657
+ <div style="display:table-cell; vertical-align:top;">
658
+ <w-tree
659
+ style="width:500px; border:1px solid #ddd;"
660
+ :data="WTree.option.items"
661
+ :selectable="true"
662
+ :selections.sync="WTree.option.selections"
663
+ :filterKeywords="WTree.option.keywords"
664
+ :searchEmpty="'There are no items to show...'"
665
+ @update:selections="changeSections"
666
+ >
667
+ <template v-slot:item="props">
668
+ <div style="display:flex;">
669
+
670
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.avatar">
671
+ <img style="border-radius:50%; width:24px; height:24px;" :src="props.data.avatar" />
672
+ </div>
673
+
674
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.icon">
675
+ <v-icon size="18" color="deep-orange">{{props.data.icon}}</v-icon>
676
+ </div>
677
+
678
+ <div style="padding:5px 0px;">
679
+ <div style="display:flex; align-items:center;">
680
+ <div style="margin-right:7px;">
681
+ {{props.data.text}}
682
+ <div style="display:inline-block; color:#26f; font-size:0.7rem;">[id:{{props.data.id}}]</div>
683
+ </div>
684
+ <div style="padding:0px 9px; font-size:0.7rem; color:#fff; border-radius:30px; background:#f26;" v-if="props.data.key">{{props.data.key}}</div>
685
+ </div>
686
+ <div style="padding-right:20px;" v-if="props.data.msg">
687
+ <div style="font-size:0.7rem; color:#999; text-indent:1rem; padding:12px 18px; background:#fefafa;">{{props.data.msg}}</div>
688
+ </div>
689
+ </div>
690
+
691
+ </div>
692
+
693
+ </template>
694
+ </w-tree>
695
+ </div>
696
+
697
+ <div style="display:table-cell; vertical-align:top;">
698
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
699
+ <div :style="'padding:10px 20px; height:402px; overflow-y:auto; border:1px solid #ddd; border-left-width:0px;'">
700
+ <div style="margin-bottom:5px;">selections: </div>
701
+ <pre style="font-size:0.7rem;">{{JSON.stringify(showSelection(WTree.option.selections),null,4)}}</pre>
702
+ </div>
703
+ </div>
704
+
705
+ </div>
706
+
707
+ </div>
708
+
709
+
710
+ <div class="bk" style="display:block; margin:0px 10px 0px 0px;">
711
+ <demolink
712
+ :kbname="'w-tree'"
713
+ :casename="'slot & locked & selectable'"
714
+ ></demolink>
715
+
716
+ <!-- 用:style才能支援IE11因vue會自動把overflow-x:auto轉為-ms-overflow-x:auto -->
717
+ <div :style="'overflow-x:auto;'">
718
+
719
+ <div style="display:table-cell; vertical-align:top;">
720
+ <w-tree
721
+ style="width:500px; border:1px solid #ddd;"
722
+ :data="WTree.optionLocked.items"
723
+ :selectable="true"
724
+ :selections.sync="WTree.optionLocked.selections"
725
+ :locked="'locked'"
726
+ @update:selections="changeSections"
727
+ >
728
+ <template v-slot:item="props">
729
+ <div style="display:flex;">
730
+
731
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.avatar">
732
+ <img style="border-radius:50%; width:24px; height:24px;" :src="props.data.avatar" />
733
+ </div>
734
+
735
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.icon">
736
+ <v-icon size="18" color="deep-orange">{{props.data.icon}}</v-icon>
737
+ </div>
738
+
739
+ <div style="padding:5px 0px;">
740
+ <div style="display:flex; align-items:center;">
741
+ <div style="margin-right:7px;">
742
+ {{props.data.text}}
743
+ <div style="display:inline-block; color:#26f; font-size:0.7rem;">[id:{{props.data.id}}]</div>
744
+ </div>
745
+ <div style="padding:0px 9px; font-size:0.7rem; color:#fff; border-radius:30px; background:#f26;" v-if="props.data.key">{{props.data.key}}</div>
746
+ </div>
747
+ <div style="padding-right:20px;" v-if="props.data.msg">
748
+ <div style="font-size:0.7rem; color:#999; text-indent:1rem; padding:12px 18px; background:#fefafa;">{{props.data.msg}}</div>
749
+ </div>
750
+ </div>
751
+
752
+ </div>
753
+
754
+ </template>
755
+ </w-tree>
756
+ </div>
757
+
758
+ <div style="display:table-cell; vertical-align:top;">
759
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
760
+ <div :style="'padding:10px 20px; height:402px; overflow-y:auto; border:1px solid #ddd; border-left-width:0px;'">
761
+ <div style="margin-bottom:5px;">selections: </div>
762
+ <pre style="font-size:0.7rem;">{{JSON.stringify(showSelection(WTree.optionLocked.selections),null,4)}}</pre>
763
+ </div>
764
+ </div>
765
+
766
+ </div>
767
+
768
+ </div>
769
+
770
+
771
+ <div class="bk" style="display:block; margin:0px 10px 0px 0px;">
772
+ <demolink
773
+ :kbname="'w-tree'"
774
+ :casename="'slot & iconUncheckedColor & iconUncheckedDisabledColor & iconCheckedColor & iconCheckedDisabledColor & iconCheckedPartiallyColor & iconCheckedPartiallyDisabledColor & locked & selectable'"
775
+ ></demolink>
776
+
777
+ <!-- 用:style才能支援IE11因vue會自動把overflow-x:auto轉為-ms-overflow-x:auto -->
778
+ <div :style="'overflow-x:auto;'">
779
+
780
+ <div style="display:table-cell; vertical-align:top;">
781
+ <w-tree
782
+ style="width:500px; border:1px solid #ddd;"
783
+ :data="WTree.optionLocked.items"
784
+ :selectable="true"
785
+ :selections.sync="WTree.optionLocked.selections"
786
+ :locked="'locked'"
787
+ :iconUncheckedColor="'grey darken-1'"
788
+ :iconUncheckedDisabledColor="'orange lighten-4'"
789
+ :iconCheckedColor="'orange darken-2'"
790
+ :iconCheckedDisabledColor="'orange lighten-4'"
791
+ :iconCheckedPartiallyColor="'orange lighten-2'"
792
+ :iconCheckedPartiallyDisabledColor="'orange lighten-4'"
793
+ @update:selections="changeSections"
794
+ >
795
+ <template v-slot:item="props">
796
+ <div style="display:flex;">
797
+
798
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.avatar">
799
+ <img style="border-radius:50%; width:24px; height:24px;" :src="props.data.avatar" />
800
+ </div>
801
+
802
+ <div style="display:flex; align-items:center; padding-right:5px;" v-if="props.data.icon">
803
+ <v-icon size="18" color="deep-orange">{{props.data.icon}}</v-icon>
804
+ </div>
805
+
806
+ <div style="padding:5px 0px;">
807
+ <div style="display:flex; align-items:center;">
808
+ <div style="margin-right:7px;">
809
+ {{props.data.text}}
810
+ <div style="display:inline-block; color:#26f; font-size:0.7rem;">[id:{{props.data.id}}]</div>
811
+ </div>
812
+ <div style="padding:0px 9px; font-size:0.7rem; color:#fff; border-radius:30px; background:#f26;" v-if="props.data.key">{{props.data.key}}</div>
813
+ </div>
814
+ <div style="padding-right:20px;" v-if="props.data.msg">
815
+ <div style="font-size:0.7rem; color:#999; text-indent:1rem; padding:12px 18px; background:#fefafa;">{{props.data.msg}}</div>
816
+ </div>
817
+ </div>
818
+
819
+ </div>
820
+
821
+ </template>
822
+ </w-tree>
823
+ </div>
824
+
825
+ <div style="display:table-cell; vertical-align:top;">
826
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
827
+ <div :style="'padding:10px 20px; height:402px; overflow-y:auto; border:1px solid #ddd; border-left-width:0px;'">
828
+ <div style="margin-bottom:5px;">selections: </div>
829
+ <pre style="font-size:0.7rem;">{{JSON.stringify(showSelection(WTree.optionLocked.selections),null,4)}}</pre>
830
+ </div>
831
+ </div>
832
+
833
+ </div>
834
+
835
+ </div>
836
+
837
+
838
+ <div class="bk" style="display:block; margin:0px 10px 0px 0px;">
839
+ <demolink
840
+ :kbname="'w-tree'"
841
+ :casename="'selectable & large data (100,000 items)'"
842
+ ></demolink>
843
+
844
+ <!-- 用:style才能支援IE11因vue會自動把overflow-x:auto轉為-ms-overflow-x:auto -->
845
+ <div :style="'overflow-x:auto;'">
846
+
847
+ <div style="display:table-cell; vertical-align:top;">
848
+ <w-tree
849
+ style="width:500px; border:1px solid #ddd;"
850
+ :data="WTree.optionLarge.items"
851
+ :selectable="true"
852
+ :selections.sync="WTree.optionLarge.selections"
853
+ @update:selections="changeSections"
854
+ >
855
+ <template v-slot:item="props">
856
+ <div style="height:100%; display:flex; align-items:center;">
857
+ <div style="margin-right:5px;">
858
+ {{props.data.text}}
859
+ </div>
860
+ <div style="color:#26f; font-size:0.7rem;">
861
+ [id:{{props.data.id}}]
862
+ </div>
863
+ </div>
864
+ </template>
865
+ </w-tree>
866
+ </div>
867
+
868
+ <div style="display:table-cell; vertical-align:top;">
869
+ <!-- 用:style才能支援IE11因vue會自動把overflow-y:auto轉為-ms-overflow-y:auto -->
870
+ <div :style="'padding:10px 20px; height:402px; overflow-y:auto; border:1px solid #ddd; border-left-width:0px;'">
871
+ <div style="margin-bottom:5px;">selections: </div>
872
+ <pre style="font-size:0.7rem;">{{JSON.stringify(showSelection(WTree.optionLarge.selections),null,4)}}</pre>
873
+ </div>
874
+ </div>
875
+
876
+ </div>
877
+
878
+ </div>
879
+
880
+
881
+ </div>
882
+
883
+
884
+ </div>
885
+ </template>
886
+
887
+ <script>
888
+ import demolink from './components/demolink.vue'
889
+ import WTree from './components/WTree.vue'
890
+ import WPopupEditText from './components/WPopupEditText.vue'
891
+
892
+
893
+ // let data = (function (n) {
894
+ // n /= 20
895
+ // let msg = 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.'
896
+ // let cItems = '{"id":"{n+1}","text":"Satisfied customers","avatar":"https://cdn.vuetifyjs.com/images/lists/1.jpg","children":[{"id":"{n+2}","text":"Good food","icon":"fas fa-utensils","children":[{"id":"{n+3}","text":"Quality ingredients","children":[{"id":"{n+4}","text":"Character","key":"Genus","msg":"{msg}"},{"id":"{n+5}","text":"Fabric","key":"Genus","msg":"{msg}"}]},{"id":"{n+6}","text":"Good recipe","key":"Family","msg":"{msg}"}]},{"id":"{n+7}","text":"Good service","icon":"fas fa-concierge-bell","children":[{"id":"{n+8}","text":"Prompt attention","key":"Order","msg":"{msg}"},{"id":"{n+9}","text":"Professional waiter","key":"Order","children":[{"id":"{n+10}","text":"Others customers","avatar":"https://cdn.vuetifyjs.com/images/lists/2.jpg","children":[{"id":"{n+11}","text":"Conformance to requirements","key":"Phylum"},{"id":"{n+12}","text":"Fitness for use","children":[{"id":"{n+13}","text":"Refers","key":"Expanded","msg":"{msg}"}]},{"id":"{n+14}","text":"Need to care","children":[{"id":"{n+15}","text":"Models","key":"Disables","msg":"{msg}"}]}]}]}]},{"id":"{n+16}","text":"Pleasant surroundings","icon":"fas fa-camera-retro","children":[{"id":"{n+17}","text":"Happy atmosphere","key":"Class","msg":"{msg}"},{"id":"{n+18}","text":"Good table presentation","key":"Class","msg":"{msg}"},{"id":"{n+19}","text":"Pleasing decor","key":"Class","msg":"{msg}"},{"id":"{n+20}","text":"Special experience","key":"Class","msg":"{msg}"}]}]}'
897
+ // function getOneObj(j) {
898
+ // let t = cItems
899
+ // t = t.replace(new RegExp('{msg}', 'g'), msg)
900
+ // for (let i = 1; i <= 20; i++) {
901
+ // t = t.replace(`{n+${i}}`, `${j + i}`)
902
+ // }
903
+ // return JSON.parse(t)
904
+ // }
905
+ // let rs = []
906
+ // for (let j = 0; j < n; j++) {
907
+ // let r = getOneObj(j * 20)
908
+ // rs.push(r)
909
+ // }
910
+ // return rs
911
+ // })(100)
912
+ // console.log(data)
913
+
914
+
915
+ export default {
916
+ components: {
917
+ demolink,
918
+ WTree,
919
+ WPopupEditText,
920
+ },
921
+ props: {
922
+ },
923
+ data: function() {
924
+ return {
925
+ 'WTree': {
926
+ 'option': {
927
+ keywords: 'abr care att',
928
+ selections: [
929
+ { 'id': 5 },
930
+ { 'id': 9 },
931
+ { 'id': 18 },
932
+ //勾選id:18會自動再加入id:19
933
+ ],
934
+ items: [
935
+ {
936
+ id: 1,
937
+ text: 'Satisfied customers',
938
+ // text: 'Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi',
939
+ avatar: 'https://cdn.vuetifyjs.com/images/lists/1.jpg',
940
+ children: [
941
+ {
942
+ id: 2,
943
+ text: 'Good food',
944
+ icon: 'fas fa-utensils',
945
+ children: [
946
+ {
947
+ id: 3,
948
+ text: 'Quality ingredients',
949
+ children: [
950
+ {
951
+ id: 4,
952
+ text: 'Character',
953
+ key: 'Genus',
954
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
955
+ },
956
+ {
957
+ id: 5,
958
+ text: 'Fabric',
959
+ key: 'Genus',
960
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
961
+ }
962
+ ]
963
+ },
964
+ {
965
+ id: 6,
966
+ text: 'Good recipe',
967
+ key: 'Family',
968
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
969
+ }
970
+ ]
971
+ },
972
+ {
973
+ id: 7,
974
+ text: 'Good service',
975
+ icon: 'fas fa-concierge-bell',
976
+ children: [
977
+ {
978
+ id: 8,
979
+ text: 'Prompt attention',
980
+ key: 'Order',
981
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
982
+ },
983
+ {
984
+ id: 9,
985
+ text: 'Professional waiter',
986
+ key: 'Order',
987
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
988
+ }
989
+ ]
990
+ },
991
+ {
992
+ id: 10,
993
+ text: 'Pleasant surroundings',
994
+ icon: 'fas fa-camera-retro',
995
+ children: [
996
+ {
997
+ id: 11,
998
+ text: 'Happy atmosphere',
999
+ key: 'Class',
1000
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1001
+ },
1002
+ {
1003
+ id: 12,
1004
+ text: 'Good table presentation',
1005
+ key: 'Class',
1006
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1007
+ },
1008
+ {
1009
+ id: 13,
1010
+ text: 'Pleasing decor',
1011
+ key: 'Class',
1012
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1013
+ }
1014
+ ]
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ id: 14,
1020
+ text: 'Others customers',
1021
+ avatar: 'https://cdn.vuetifyjs.com/images/lists/2.jpg',
1022
+ children: [
1023
+ {
1024
+ id: 15,
1025
+ text: 'Conformance to requirements',
1026
+ key: 'Phylum',
1027
+ },
1028
+ {
1029
+ id: 16,
1030
+ text: 'Fitness for use',
1031
+ children: [
1032
+ {
1033
+ id: 17,
1034
+ text: 'Refers',
1035
+ key: 'Expanded',
1036
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1037
+ }
1038
+ ]
1039
+ },
1040
+ {
1041
+ id: 18,
1042
+ text: 'Need to care',
1043
+ children: [
1044
+ {
1045
+ id: 19,
1046
+ text: 'Models',
1047
+ key: 'Disables',
1048
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1049
+ }
1050
+ ]
1051
+ }
1052
+ ]
1053
+ }
1054
+ ],
1055
+ },
1056
+ 'optionKeys': {
1057
+ items: [
1058
+ {
1059
+ sid: 's1',
1060
+ name: 'Applications :',
1061
+ packages: [
1062
+ { sid: 's2', name: 'Calendar : app' },
1063
+ { sid: 's3', name: 'Chrome : app' },
1064
+ { sid: 's4', name: 'Webstorm : app' },
1065
+ ],
1066
+ },
1067
+ {
1068
+ sid: 's5',
1069
+ name: 'Documents :',
1070
+ packages: [
1071
+ {
1072
+ sid: 's6',
1073
+ name: 'vuetify :',
1074
+ packages: [
1075
+ {
1076
+ sid: 's7',
1077
+ name: 'src :',
1078
+ packages: [
1079
+ { sid: 's8', name: 'index : ts' },
1080
+ { sid: 's9', name: 'bootstrap : ts' },
1081
+ ],
1082
+ },
1083
+ ],
1084
+ },
1085
+ {
1086
+ sid: 's10',
1087
+ name: 'material2 :',
1088
+ packages: [
1089
+ {
1090
+ sid: 's11',
1091
+ name: 'src :',
1092
+ packages: [
1093
+ { sid: 's12', name: 't-btn : ts' },
1094
+ { sid: 's13', name: 't-card : ts' },
1095
+ { sid: 's14', name: 't-window : ts' },
1096
+ ],
1097
+ },
1098
+ ],
1099
+ },
1100
+ ],
1101
+ },
1102
+ {
1103
+ sid: 's15',
1104
+ name: 'Downloads :',
1105
+ packages: [
1106
+ { sid: 's16', name: 'October : pdf' },
1107
+ { sid: 's17', name: 'November : pdf' },
1108
+ { sid: 's18', name: 'Tutorial : html' },
1109
+ ],
1110
+ },
1111
+ {
1112
+ sid: 's19',
1113
+ name: 'Videos :',
1114
+ packages: [
1115
+ {
1116
+ sid: 's20',
1117
+ name: 'Tutorials :',
1118
+ packages: [
1119
+ { sid: 's21', name: 'Basic layouts : mp4' },
1120
+ { sid: 's22', name: 'Advanced techniques : mp4' },
1121
+ { sid: 's23', name: 'All about app : dir' },
1122
+ ],
1123
+ },
1124
+ { sid: 's24', name: 'Intro : mov' },
1125
+ { sid: 's25', name: 'Conference introduction : avi' },
1126
+ ],
1127
+ },
1128
+ ],
1129
+ },
1130
+ 'optionLocked': {
1131
+ selections: [
1132
+ { 'id': 5 },
1133
+ { 'id': 9 },
1134
+ { 'id': 18 },
1135
+ //勾選id:18會自動再加入id:19
1136
+ ],
1137
+ items: [
1138
+ {
1139
+ id: 1,
1140
+ text: 'Satisfied customers',
1141
+ avatar: 'https://cdn.vuetifyjs.com/images/lists/1.jpg',
1142
+ children: [
1143
+ {
1144
+ id: 2,
1145
+ locked: true,
1146
+ text: 'Good food',
1147
+ icon: 'fas fa-utensils',
1148
+ children: [
1149
+ {
1150
+ id: 3,
1151
+ text: 'Quality ingredients',
1152
+ children: [
1153
+ {
1154
+ id: 4,
1155
+ locked: true,
1156
+ text: 'Character',
1157
+ key: 'Genus',
1158
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1159
+ },
1160
+ {
1161
+ id: 5,
1162
+ text: 'Fabric',
1163
+ key: 'Genus',
1164
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ id: 6,
1170
+ text: 'Good recipe',
1171
+ key: 'Family',
1172
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1173
+ }
1174
+ ]
1175
+ },
1176
+ {
1177
+ id: 7,
1178
+ text: 'Good service',
1179
+ icon: 'fas fa-concierge-bell',
1180
+ children: [
1181
+ {
1182
+ id: 8,
1183
+ text: 'Prompt attention',
1184
+ key: 'Order',
1185
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1186
+ },
1187
+ {
1188
+ id: 9,
1189
+ text: 'Professional waiter',
1190
+ key: 'Order',
1191
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1192
+ }
1193
+ ]
1194
+ },
1195
+ {
1196
+ id: 10,
1197
+ text: 'Pleasant surroundings',
1198
+ icon: 'fas fa-camera-retro',
1199
+ children: [
1200
+ {
1201
+ id: 11,
1202
+ text: 'Happy atmosphere',
1203
+ key: 'Class',
1204
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1205
+ },
1206
+ {
1207
+ id: 12,
1208
+ text: 'Good table presentation',
1209
+ key: 'Class',
1210
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1211
+ },
1212
+ {
1213
+ id: 13,
1214
+ text: 'Pleasing decor',
1215
+ key: 'Class',
1216
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1217
+ }
1218
+ ]
1219
+ }
1220
+ ]
1221
+ },
1222
+ {
1223
+ id: 14,
1224
+ text: 'Others customers',
1225
+ avatar: 'https://cdn.vuetifyjs.com/images/lists/2.jpg',
1226
+ children: [
1227
+ {
1228
+ id: 15,
1229
+ text: 'Conformance to requirements',
1230
+ key: 'Phylum',
1231
+ },
1232
+ {
1233
+ id: 16,
1234
+ text: 'Fitness for use',
1235
+ children: [
1236
+ {
1237
+ id: 17,
1238
+ text: 'Refers',
1239
+ key: 'Expanded',
1240
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1241
+ }
1242
+ ]
1243
+ },
1244
+ {
1245
+ id: 18,
1246
+ text: 'Need to care',
1247
+ children: [
1248
+ {
1249
+ id: 19,
1250
+ text: 'Models',
1251
+ key: 'Disables',
1252
+ msg: 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.',
1253
+ }
1254
+ ]
1255
+ }
1256
+ ]
1257
+ }
1258
+ ],
1259
+ },
1260
+ 'optionLarge': {
1261
+ selections: [],
1262
+ items: (function (n) {
1263
+ n /= 20; let msg = 'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis praesentium cumque magnam odio iure quidem, quod illum numquam possimus obcaecati commodi minima assumenda consectetur culpa fuga nulla ullam. In, libero.'; let cItems = '{"id":"{n+1}","text":"Satisfied customers","avatar":"https://cdn.vuetifyjs.com/images/lists/1.jpg","children":[{"id":"{n+2}","text":"Good food","icon":"fas fa-utensils","children":[{"id":"{n+3}","text":"Quality ingredients","children":[{"id":"{n+4}","text":"Character","key":"Genus","msg":"{msg}"},{"id":"{n+5}","text":"Fabric","key":"Genus","msg":"{msg}"}]},{"id":"{n+6}","text":"Good recipe","key":"Family","msg":"{msg}"}]},{"id":"{n+7}","text":"Good service","icon":"fas fa-concierge-bell","children":[{"id":"{n+8}","text":"Prompt attention","key":"Order","msg":"{msg}"},{"id":"{n+9}","text":"Professional waiter","key":"Order","children":[{"id":"{n+10}","text":"Others customers","avatar":"https://cdn.vuetifyjs.com/images/lists/2.jpg","children":[{"id":"{n+11}","text":"Conformance to requirements","key":"Phylum"},{"id":"{n+12}","text":"Fitness for use","children":[{"id":"{n+13}","text":"Refers","key":"Expanded","msg":"{msg}"}]},{"id":"{n+14}","text":"Need to care","children":[{"id":"{n+15}","text":"Models","key":"Disables","msg":"{msg}"}]}]}]}]},{"id":"{n+16}","text":"Pleasant surroundings","icon":"fas fa-camera-retro","children":[{"id":"{n+17}","text":"Happy atmosphere","key":"Class","msg":"{msg}"},{"id":"{n+18}","text":"Good table presentation","key":"Class","msg":"{msg}"},{"id":"{n+19}","text":"Pleasing decor","key":"Class","msg":"{msg}"},{"id":"{n+20}","text":"Special experience","key":"Class","msg":"{msg}"}]}]}'; function getOneObj(j) {
1264
+ let t = cItems; t = t.replace(new RegExp('{msg}', 'g'), msg); for (let i = 1; i <= 20; i++) {
1265
+ t = t.replace('{n+'.concat(i, '}'), ''.concat(j + i))
1266
+ } return JSON.parse(t)
1267
+ } let rs = []; for (let j = 0; j < n; j++) {
1268
+ let r = getOneObj(j * 20); rs.push(r)
1269
+ } return rs
1270
+ })(100000), //1000000, 100000, 1000
1271
+ },
1272
+ },
1273
+ 'actions': [
1274
+ ],
1275
+ }
1276
+ },
1277
+ methods: {
1278
+ showSelection: function(selections) {
1279
+ let ss = {}
1280
+ for (let i = 0; i < selections.length; i++) {
1281
+ let s = JSON.parse(JSON.stringify(selections[i]))
1282
+ delete s.msg
1283
+ let id = parseInt(s.id, 10) //原本為字串, 轉成整數
1284
+ ss[id] = s
1285
+ }
1286
+ let t = []
1287
+ Object.keys(ss)
1288
+ .sort(function(a, b) {
1289
+ return a - b
1290
+ })
1291
+ .forEach(function(key) {
1292
+ t.push(ss[key])
1293
+ })
1294
+ return t
1295
+ },
1296
+ click: function(msg) {
1297
+ console.log('click', msg)
1298
+ },
1299
+ changeSections: function(msg) {
1300
+ console.log('changeSections', msg)
1301
+ },
1302
+ changeViewItems: function(msg) {
1303
+ console.log('changeViewItems', msg)
1304
+ },
1305
+ mouseenter: function(msg) {
1306
+ console.log('mouseenter', msg)
1307
+ msg.ele.style.transition = 'all 0.3s'
1308
+ msg.ele.style.background = '#f0f0f0'
1309
+ //msg.ele.style.color = '#fff'
1310
+ },
1311
+ mouseleave: function(msg) {
1312
+ console.log('mouseleave', msg)
1313
+ msg.ele.style.background = 'rgba(255, 255, 255, 0)'
1314
+ //msg.ele.style.color = 'black'
1315
+ },
1316
+ clickOperateItem: function(msg) {
1317
+ console.log('clickOperateItem', msg)
1318
+
1319
+ //fun
1320
+ let fun = function() {
1321
+ return new Promise(function(resolve, reject) {
1322
+ let id = Math.floor(Math.random() * 1000)
1323
+ let text = 'node-' + id //msg.rowItem.row.item.text + '-' + msg.opItem.key
1324
+ let dataNew = {
1325
+ id: id,
1326
+ text: text,
1327
+ }
1328
+ resolve(dataNew)
1329
+ })
1330
+ }
1331
+
1332
+ //targetInd
1333
+ let targetInd = msg.rowItem.index
1334
+
1335
+ //operateItem
1336
+ msg.operateItem(targetInd, msg.opItem.key, fun)
1337
+
1338
+ },
1339
+ modifyText: function(msg) {
1340
+ console.log('modifyText', msg)
1341
+
1342
+ //setDataByPathAndValue
1343
+ let setDataByPathAndValue = msg.props.setDataByPathAndValue
1344
+
1345
+ //path add keyText
1346
+ let path = msg.props.data.nk
1347
+ path.push(msg.props.keyText)
1348
+
1349
+ //value
1350
+ let value = msg.value
1351
+
1352
+ //data
1353
+ let data = msg.data
1354
+
1355
+ //setDataByPathAndValue
1356
+ setDataByPathAndValue(data, path, value)
1357
+
1358
+ },
1359
+ },
1360
+ }
1361
+ </script>
1362
+
1363
+ <style scoped>
1364
+ </style>