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.
- package/.editorconfig +9 -0
- package/.eslintignore +3 -0
- package/.eslintrc.js +54 -0
- package/.github/workflows/ci-test.yml +23 -0
- package/.jsdoc +25 -0
- package/LICENSE +21 -0
- package/README.md +108 -0
- package/babel.config.js +14 -0
- package/dist/w-component-vue.umd.js +16 -0
- package/dist/w-component-vue.umd.js.map +1 -0
- package/docs/binarySearch.mjs.html +160 -0
- package/docs/examples/app.html +79 -0
- package/docs/examples/app.umd.js +7 -0
- package/docs/examples/app.umd.js.map +1 -0
- package/docs/examples/w-aggrid-vue-dyn_defCellEditable.html +275 -0
- package/docs/examples/w-aggrid-vue-dyn_kpCellEditable_kpRowStyle.html +275 -0
- package/docs/examples/w-aggrid-vue-dyn_kpHeadTooltip_kpCellTooltip.html +275 -0
- package/docs/examples/w-aggrid-vue-dyn_large data (1,000,000 items).html +271 -0
- package/docs/examples/w-aggrid-vue-dyn_simple data.html +275 -0
- package/docs/examples/w-alert_backgroundColor.html +201 -0
- package/docs/examples/w-alert_borderColor.html +201 -0
- package/docs/examples/w-alert_borderRadius.html +201 -0
- package/docs/examples/w-alert_borderWidth.html +201 -0
- package/docs/examples/w-alert_default.html +199 -0
- package/docs/examples/w-alert_icon.html +201 -0
- package/docs/examples/w-alert_position.html +222 -0
- package/docs/examples/w-alert_recive closed event by promise.html +194 -0
- package/docs/examples/w-alert_shadowStyle.html +201 -0
- package/docs/examples/w-alert_textColor.html +201 -0
- package/docs/examples/w-alert_time (6s).html +201 -0
- package/docs/examples/w-alert_type error.html +199 -0
- package/docs/examples/w-alert_type infor.html +199 -0
- package/docs/examples/w-alert_type warning.html +199 -0
- package/docs/examples/w-badge_backgroundColor.html +182 -0
- package/docs/examples/w-badge_badgeAlign.html +202 -0
- package/docs/examples/w-badge_borderColor_textColor_backgroundColor.html +187 -0
- package/docs/examples/w-badge_borderRadius.html +182 -0
- package/docs/examples/w-badge_default.html +182 -0
- package/docs/examples/w-badge_textColor_backgroundColor.html +186 -0
- package/docs/examples/w-badge_textFontSize.html +182 -0
- package/docs/examples/w-button-chip_active_backgroundColorActive.html +259 -0
- package/docs/examples/w-button-chip_active_borderColorActive.html +259 -0
- package/docs/examples/w-button-chip_active_iconColorActive.html +259 -0
- package/docs/examples/w-button-chip_active_no shadow_no shadowActive.html +260 -0
- package/docs/examples/w-button-chip_active_shadowActiveStyle.html +259 -0
- package/docs/examples/w-button-chip_active_textColorActive.html +258 -0
- package/docs/examples/w-button-chip_backgroundColor_backgroundColorHover.html +259 -0
- package/docs/examples/w-button-chip_borderColor_borderColorHover.html +259 -0
- package/docs/examples/w-button-chip_borderRadius.html +258 -0
- package/docs/examples/w-button-chip_borderRadiusStyle.html +280 -0
- package/docs/examples/w-button-chip_borderRadiusStyle_borderWidth_borderColor_borderColorHover.html +284 -0
- package/docs/examples/w-button-chip_borderWidth.html +288 -0
- package/docs/examples/w-button-chip_close.html +259 -0
- package/docs/examples/w-button-chip_close_shiftRight.html +260 -0
- package/docs/examples/w-button-chip_default.html +254 -0
- package/docs/examples/w-button-chip_icon (fontawesome).html +257 -0
- package/docs/examples/w-button-chip_icon (material).html +257 -0
- package/docs/examples/w-button-chip_icon_iconColor_iconColorHover_close.html +262 -0
- package/docs/examples/w-button-chip_icon_no text.html +254 -0
- package/docs/examples/w-button-chip_loading.html +259 -0
- package/docs/examples/w-button-chip_loading_loadingColor.html +260 -0
- package/docs/examples/w-button-chip_loading_textColor_textColorHover.html +261 -0
- package/docs/examples/w-button-chip_modify loading by callback in click.html +259 -0
- package/docs/examples/w-button-chip_modify prog by callback in click.html +259 -0
- package/docs/examples/w-button-chip_no shadow.html +258 -0
- package/docs/examples/w-button-chip_not editable.html +262 -0
- package/docs/examples/w-button-chip_not editable_disabledColor.html +263 -0
- package/docs/examples/w-button-chip_paddingStyle (equal height to using icon).html +254 -0
- package/docs/examples/w-button-chip_paddingStyle (thin style).html +254 -0
- package/docs/examples/w-button-chip_paddingStyle_icon_iconSize_textFontSize.html +262 -0
- package/docs/examples/w-button-chip_prog.html +259 -0
- package/docs/examples/w-button-chip_prog_progColor_progBackgroundColor.html +261 -0
- package/docs/examples/w-button-chip_promiseUnlock.html +259 -0
- package/docs/examples/w-button-chip_rippleColor.html +258 -0
- package/docs/examples/w-button-chip_shadowStyle.html +258 -0
- package/docs/examples/w-button-chip_shiftLeft.html +258 -0
- package/docs/examples/w-button-chip_slot_close.html +288 -0
- package/docs/examples/w-button-chip_textColor.html +257 -0
- package/docs/examples/w-button-chip_textColor_textColorHover.html +258 -0
- package/docs/examples/w-button-chip_tooltip.html +258 -0
- package/docs/examples/w-button-circle_backgroundColor_backgroundColorHover_backgroundColorFocus.html +190 -0
- package/docs/examples/w-button-circle_icon (fontawesome).html +183 -0
- package/docs/examples/w-button-circle_icon (material).html +183 -0
- package/docs/examples/w-button-circle_iconColor_iconColorHover_iconColorFocus.html +190 -0
- package/docs/examples/w-button-circle_loading.html +186 -0
- package/docs/examples/w-button-circle_loading_loadingColor.html +187 -0
- package/docs/examples/w-button-circle_no shadow.html +183 -0
- package/docs/examples/w-button-circle_not editable.html +186 -0
- package/docs/examples/w-button-circle_not editable_disabledColor.html +187 -0
- package/docs/examples/w-button-circle_paddingStyle.html +186 -0
- package/docs/examples/w-button-circle_paddingStyle_iconSize.html +187 -0
- package/docs/examples/w-button-circle_promiseUnlock.html +187 -0
- package/docs/examples/w-button-circle_rippleColor.html +186 -0
- package/docs/examples/w-button-circle_shadowStyle.html +186 -0
- package/docs/examples/w-button-circle_tooltip.html +183 -0
- package/docs/examples/w-checkbox_checkedIconColor_uncheckedIconColor.html +177 -0
- package/docs/examples/w-checkbox_checkedIcon_uncheckedIcon.html +177 -0
- package/docs/examples/w-checkbox_default.html +173 -0
- package/docs/examples/w-checkbox_iconSize.html +173 -0
- package/docs/examples/w-checkbox_not editable.html +173 -0
- package/docs/examples/w-checkbox_not editable_checkedIconColorDisabled_uncheckedIconColorDisabled.html +180 -0
- package/docs/examples/w-checkbox_use string (y or n).html +173 -0
- package/docs/examples/w-ckeditor-vue-dyn_default.html +204 -0
- package/docs/examples/w-ckeditor-vue-dyn_height.html +205 -0
- package/docs/examples/w-ckeditor-vue-dyn_not editable.html +205 -0
- package/docs/examples/w-ckeditor-vue-dyn_settings.html +205 -0
- package/docs/examples/w-confirm_contentColor_contentIconColor_contentBackgroundColor.html +212 -0
- package/docs/examples/w-confirm_contentIcon (fontawesome).html +208 -0
- package/docs/examples/w-confirm_contentIconColor.html +208 -0
- package/docs/examples/w-confirm_contentIconSize.html +208 -0
- package/docs/examples/w-confirm_hasNoBtn_yesBtnText.html +208 -0
- package/docs/examples/w-confirm_maxWidth.html +208 -0
- package/docs/examples/w-confirm_noBtnTextColor_noBtnTextColorHover_noBtnBackgroundColor_noBtnBackgroundColorHover.html +217 -0
- package/docs/examples/w-confirm_noBtnText_yesBtnText.html +209 -0
- package/docs/examples/w-confirm_scrollable (slot content).html +236 -0
- package/docs/examples/w-confirm_scrollable.html +207 -0
- package/docs/examples/w-confirm_slot content.html +283 -0
- package/docs/examples/w-confirm_slot footer.html +226 -0
- package/docs/examples/w-confirm_slot header.html +220 -0
- package/docs/examples/w-confirm_titleColor_headerBackgroundColor_footerBackgroundColor.html +212 -0
- package/docs/examples/w-confirm_title_content.html +207 -0
- package/docs/examples/w-dialog_closeWithInterceptor.html +270 -0
- package/docs/examples/w-dialog_contentTextColor_contentBackgroundColor.html +277 -0
- package/docs/examples/w-dialog_fullscreen.html +277 -0
- package/docs/examples/w-dialog_hasSaveBtn and hasCloseBtn, no save and close button.html +273 -0
- package/docs/examples/w-dialog_hasSaveBtn, no save button.html +270 -0
- package/docs/examples/w-dialog_headerBackgroundColor.html +270 -0
- package/docs/examples/w-dialog_headerBtns.html +271 -0
- package/docs/examples/w-dialog_headerIconColor_headerTextColor_headerBackgroundColor.html +274 -0
- package/docs/examples/w-dialog_icon (fontawesome).html +270 -0
- package/docs/examples/w-dialog_maxWidth, for narrow width.html +270 -0
- package/docs/examples/w-dialog_multi dialogs.html +313 -0
- package/docs/examples/w-dialog_saveBtnTooltip_closeBtnTooltip.html +271 -0
- package/docs/examples/w-dialog_scrollable.html +270 -0
- package/docs/examples/w-dialog_separate for slot content.html +274 -0
- package/docs/examples/w-dialog_slot content.html +269 -0
- package/docs/examples/w-dialog_slot header-left_header-right.html +291 -0
- package/docs/examples/w-dialog_table in slot content.html +336 -0
- package/docs/examples/w-dialog_title.html +269 -0
- package/docs/examples/w-dropfiles_backgroundColor_backgroundColorDropIn_backgroundColorHover.html +209 -0
- package/docs/examples/w-dropfiles_borderColor_borderColorDropIn_borderColorHover_backgroundColorDropIn.html +211 -0
- package/docs/examples/w-dropfiles_borderRadius.html +205 -0
- package/docs/examples/w-dropfiles_borderWidth.html +205 -0
- package/docs/examples/w-dropfiles_default.html +204 -0
- package/docs/examples/w-dropfiles_timeTransition.html +205 -0
- package/docs/examples/w-dynamic-list_change rows.html +383 -0
- package/docs/examples/w-dynamic-list_change slot.html +397 -0
- package/docs/examples/w-dynamic-list_default.html +366 -0
- package/docs/examples/w-dynamic-list_filterKeywords_searchEmpty.html +378 -0
- package/docs/examples/w-dynamic-list_large data (1,000,000 items).html +383 -0
- package/docs/examples/w-dynamic-list_processItems.html +401 -0
- package/docs/examples/w-dynamic-list_render.html +367 -0
- package/docs/examples/w-dynamic-list_separatorColor.html +367 -0
- package/docs/examples/w-dynamic-list_separatorColor_separatorHeight.html +368 -0
- package/docs/examples/w-dynamic-list_slot item with image.html +383 -0
- package/docs/examples/w-dynamic-list_viewHeightMax.html +386 -0
- package/docs/examples/w-echarts-vue-dyn_area.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_bar3D.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_continuous.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_heatmap.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_line.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_line3D.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_parallel.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_polar heatmap.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_polar.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_radar.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_scatter.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_stack.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_surface.html +1788 -0
- package/docs/examples/w-echarts-vue-dyn_tree.html +1791 -0
- package/docs/examples/w-echarts-vue-dyn_treemap.html +1788 -0
- package/docs/examples/w-group-check_backgroundColorActive.html +313 -0
- package/docs/examples/w-group-check_backgroundColor_backgroundColorHover.html +314 -0
- package/docs/examples/w-group-check_borderColor_borderColorHover_borderColorActive.html +317 -0
- package/docs/examples/w-group-check_borderRadius.html +313 -0
- package/docs/examples/w-group-check_borderRadius_borderRadiusStyle_paddingStyle.html +317 -0
- package/docs/examples/w-group-check_borderWidth_borderColor_borderColorHover_borderColorActive.html +322 -0
- package/docs/examples/w-group-check_click (console.log).html +313 -0
- package/docs/examples/w-group-check_default.html +312 -0
- package/docs/examples/w-group-check_group (only one).html +320 -0
- package/docs/examples/w-group-check_group_borderColor_borderColorHover_borderColorActive.html +325 -0
- package/docs/examples/w-group-check_group_groupBorderRadiusStyle_groupShift_borderRadius.html +353 -0
- package/docs/examples/w-group-check_icon (fontawesome).html +312 -0
- package/docs/examples/w-group-check_icon (material).html +312 -0
- package/docs/examples/w-group-check_iconColorActive.html +313 -0
- package/docs/examples/w-group-check_iconColor_iconColorHover.html +314 -0
- package/docs/examples/w-group-check_loading.html +313 -0
- package/docs/examples/w-group-check_loading_loadingColor.html +314 -0
- package/docs/examples/w-group-check_marginStyle.html +313 -0
- package/docs/examples/w-group-check_no shadowActive.html +313 -0
- package/docs/examples/w-group-check_not editable.html +313 -0
- package/docs/examples/w-group-check_paddingStyle_borderRadius_textColor_iconColor.html +330 -0
- package/docs/examples/w-group-check_paddingStyle_iconSize_textFontSize.html +315 -0
- package/docs/examples/w-group-check_shadow.html +313 -0
- package/docs/examples/w-group-check_shadowActiveStyle.html +314 -0
- package/docs/examples/w-group-check_shadow_shadowStyle.html +315 -0
- package/docs/examples/w-group-check_shiftLeft.html +313 -0
- package/docs/examples/w-group-check_shiftLeft_shiftRight.html +314 -0
- package/docs/examples/w-group-check_slot_shadow.html +326 -0
- package/docs/examples/w-group-check_textColor.html +313 -0
- package/docs/examples/w-group-check_textColorActive.html +313 -0
- package/docs/examples/w-group-check_textColor_textColorHover.html +314 -0
- package/docs/examples/w-group-check_tooltip.html +313 -0
- package/docs/examples/w-group-dragdrop_default.html +238 -0
- package/docs/examples/w-group-dragdrop_event (dragdrop).html +241 -0
- package/docs/examples/w-group-dragdrop_items(string array).html +234 -0
- package/docs/examples/w-group-dragdrop_keyBinder.html +246 -0
- package/docs/examples/w-group-dragdrop_not draggable.html +241 -0
- package/docs/examples/w-group-dragdrop_not itemStyleInline (block).html +241 -0
- package/docs/examples/w-group-radio_backgroundColorActive.html +292 -0
- package/docs/examples/w-group-radio_backgroundColor_backgroundColorHover.html +293 -0
- package/docs/examples/w-group-radio_borderColor_borderColorHover_borderColorActive.html +296 -0
- package/docs/examples/w-group-radio_borderRadius.html +292 -0
- package/docs/examples/w-group-radio_borderRadius_borderRadiusStyle_paddingStyle.html +296 -0
- package/docs/examples/w-group-radio_borderWidth_borderColor_borderColorHover_borderColorActive.html +301 -0
- package/docs/examples/w-group-radio_click (console.log).html +292 -0
- package/docs/examples/w-group-radio_default.html +291 -0
- package/docs/examples/w-group-radio_group (only one).html +299 -0
- package/docs/examples/w-group-radio_group_borderColor_borderColorHover_borderColorActive.html +304 -0
- package/docs/examples/w-group-radio_group_groupBorderRadiusStyle_groupShift_borderRadius.html +330 -0
- package/docs/examples/w-group-radio_icon (fontawesome).html +291 -0
- package/docs/examples/w-group-radio_icon (material).html +291 -0
- package/docs/examples/w-group-radio_iconColorActive.html +292 -0
- package/docs/examples/w-group-radio_iconColor_iconColorHover.html +293 -0
- package/docs/examples/w-group-radio_loading.html +292 -0
- package/docs/examples/w-group-radio_loading_loadingColor.html +293 -0
- package/docs/examples/w-group-radio_marginStyle.html +292 -0
- package/docs/examples/w-group-radio_no shadowActive.html +292 -0
- package/docs/examples/w-group-radio_not editable.html +292 -0
- package/docs/examples/w-group-radio_paddingStyle_borderRadius_textColor_iconColor.html +309 -0
- package/docs/examples/w-group-radio_paddingStyle_iconSize_textFontSize.html +294 -0
- package/docs/examples/w-group-radio_shadow.html +292 -0
- package/docs/examples/w-group-radio_shadowActiveStyle.html +293 -0
- package/docs/examples/w-group-radio_shadow_shadowStyle.html +294 -0
- package/docs/examples/w-group-radio_shiftLeft.html +292 -0
- package/docs/examples/w-group-radio_shiftLeft_shiftRight.html +293 -0
- package/docs/examples/w-group-radio_slot_shadow.html +305 -0
- package/docs/examples/w-group-radio_textColor.html +292 -0
- package/docs/examples/w-group-radio_textColorActive.html +292 -0
- package/docs/examples/w-group-radio_textColor_textColorHover.html +293 -0
- package/docs/examples/w-group-radio_tooltip.html +292 -0
- package/docs/examples/w-group-tags_backgroundColor_backgroundColorHover.html +572 -0
- package/docs/examples/w-group-tags_borderColor_borderColorHover.html +572 -0
- package/docs/examples/w-group-tags_borderRadius.html +571 -0
- package/docs/examples/w-group-tags_closeWithInterceptor.html +572 -0
- package/docs/examples/w-group-tags_default.html +563 -0
- package/docs/examples/w-group-tags_editableClose(no close button).html +571 -0
- package/docs/examples/w-group-tags_editableInput(no slot input).html +571 -0
- package/docs/examples/w-group-tags_enableCloseEventOnly.html +567 -0
- package/docs/examples/w-group-tags_icon (fontawesome).html +566 -0
- package/docs/examples/w-group-tags_icon (material).html +566 -0
- package/docs/examples/w-group-tags_iconColor_iconColorHover_textColor_textColorHover.html +584 -0
- package/docs/examples/w-group-tags_icon_iconColor_iconColorHover.html +572 -0
- package/docs/examples/w-group-tags_inputTextButtonTooltip.html +566 -0
- package/docs/examples/w-group-tags_inputTextColor_inputTextBorderColor_inputTextBorderColorHover_inputTextBorderColorFocus.html +577 -0
- package/docs/examples/w-group-tags_inputTextWidth.html +563 -0
- package/docs/examples/w-group-tags_marginStyle.html +568 -0
- package/docs/examples/w-group-tags_modify loading by callback in click.html +567 -0
- package/docs/examples/w-group-tags_modify loading_textColor_textColorHover.html +574 -0
- package/docs/examples/w-group-tags_modify prog by callback in click.html +567 -0
- package/docs/examples/w-group-tags_no shadow_borderColor_borderColorHover.html +572 -0
- package/docs/examples/w-group-tags_not draggable.html +571 -0
- package/docs/examples/w-group-tags_not editable.html +571 -0
- package/docs/examples/w-group-tags_not editable_nodata.html +571 -0
- package/docs/examples/w-group-tags_object items.html +567 -0
- package/docs/examples/w-group-tags_object items_addButtonTextColor_addButtonTextColorHover_addButtonIconColor.html +578 -0
- package/docs/examples/w-group-tags_object items_addButtonText_addButtonTooltip.html +574 -0
- package/docs/examples/w-group-tags_object items_keyIcon.html +571 -0
- package/docs/examples/w-group-tags_object items_keyText.html +571 -0
- package/docs/examples/w-group-tags_object items_keyTooltip.html +571 -0
- package/docs/examples/w-group-tags_object items_slot item.html +603 -0
- package/docs/examples/w-group-tags_object items_slot item_editableInput(no slot input)_useActive.html +593 -0
- package/docs/examples/w-group-tags_object items_slot item_useColorsFromItem_editableInput(no slot input).html +590 -0
- package/docs/examples/w-group-tags_paddingStyle_icon_iconSize_textFontSize.html +575 -0
- package/docs/examples/w-group-tags_progColor_progBackgroundColor.html +572 -0
- package/docs/examples/w-group-tags_shadowStyle.html +570 -0
- package/docs/examples/w-group-tags_shiftLeft.html +567 -0
- package/docs/examples/w-group-tags_slot input.html +585 -0
- package/docs/examples/w-group-tags_slot item.html +602 -0
- package/docs/examples/w-group-tags_slot item_useActive_valueActive_paddingStyle.html +592 -0
- package/docs/examples/w-group-tags_suggests.html +566 -0
- package/docs/examples/w-group-tags_suggests_inputTextColor_inputExpansionIconColor.html +570 -0
- package/docs/examples/w-group-tags_suggests_placeholder_searchEmpty.html +568 -0
- package/docs/examples/w-group-tags_suggests_suggectItemFontSize_suggectItemTextColor_suggectItemTextColorHover.html +573 -0
- package/docs/examples/w-group-tags_textColor.html +570 -0
- package/docs/examples/w-group-tags_textColor_textColorHover.html +571 -0
- package/docs/examples/w-group-tags_useActive_valueActive.html +571 -0
- package/docs/examples/w-highcharts-bitmap-dyn_area.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_bar.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_change options.html +823 -0
- package/docs/examples/w-highcharts-bitmap-dyn_heatmap.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_large heatmap.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_line.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_pie.html +810 -0
- package/docs/examples/w-highcharts-bitmap-dyn_render (need w-hc2png-server) (line).html +811 -0
- package/docs/examples/w-highcharts-bitmap-dyn_scale (line).html +811 -0
- package/docs/examples/w-highcharts-vue-dyn_area.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_bar.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_heatmap.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_large heatmap.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_line.html +740 -0
- package/docs/examples/w-highcharts-vue-dyn_pie.html +740 -0
- package/docs/examples/w-highstock-vue-dyn_area.html +260 -0
- package/docs/examples/w-highstock-vue-dyn_line.html +260 -0
- package/docs/examples/w-icon-svg_path (mdi-access-point)_size.html +185 -0
- package/docs/examples/w-icon-svg_path (mdi-account-badge-horizontal)_timeTransition.html +190 -0
- package/docs/examples/w-icon-svg_path (mdi-fruit-cherries).html +185 -0
- package/docs/examples/w-icon-svg_path (mdi-graph-outline)_color_colorHover.html +191 -0
- package/docs/examples/w-icon-svg_path (use 3 paths)_sizeOriginal.html +185 -0
- package/docs/examples/w-icon-svg_path_sizeOriginal.html +185 -0
- package/docs/examples/w-image-cascading-dyn_arrangeWhenFinish.html +198 -0
- package/docs/examples/w-image-cascading-dyn_colNum.html +198 -0
- package/docs/examples/w-image-cascading-dyn_default(imageWidth=300).html +196 -0
- package/docs/examples/w-image-cascading-dyn_imageWidth.html +202 -0
- package/docs/examples/w-image-viewer-dyn_multiple image with navbar.html +202 -0
- package/docs/examples/w-image-viewer-dyn_one image.html +201 -0
- package/docs/examples/w-json-view_default.html +465 -0
- package/docs/examples/w-json-view_filterKeywords_searchEmpty.html +478 -0
- package/docs/examples/w-json-view_iconColor_keyColor_keyNumbersColor_numColor.html +477 -0
- package/docs/examples/w-json-view_large data (100,000 lines).html +465 -0
- package/docs/examples/w-json-view_valueStyleBreakAll.html +469 -0
- package/docs/examples/w-json-view_viewHeightMax.html +469 -0
- package/docs/examples/w-leaflet-vue-dyn_contourSet for rain data.html +417 -0
- package/docs/examples/w-leaflet-vue-dyn_contourSets.html +417 -0
- package/docs/examples/w-leaflet-vue-dyn_pointSets.html +417 -0
- package/docs/examples/w-leaflet-vue-dyn_polygonSets.html +417 -0
- package/docs/examples/w-list-vertical_auto scroll.html +308 -0
- package/docs/examples/w-list-vertical_default.html +296 -0
- package/docs/examples/w-list-vertical_itemActive.html +297 -0
- package/docs/examples/w-list-vertical_itemActive_itemBackgroundColor_itemBackgroundColorHover_itemBackgroundColorActive.html +304 -0
- package/docs/examples/w-list-vertical_itemActive_itemTextColor_itemTextColorHover_itemTextColorActive.html +310 -0
- package/docs/examples/w-list-vertical_keyText_keyIcon.html +298 -0
- package/docs/examples/w-list-vertical_paddingStyle.html +297 -0
- package/docs/examples/w-list-vertical_slot footer.html +310 -0
- package/docs/examples/w-list-vertical_slot header.html +309 -0
- package/docs/examples/w-list-vertical_slot item.html +331 -0
- package/docs/examples/w-list-vertical_string items.html +296 -0
- package/docs/examples/w-list-vertical_useActive (no active).html +297 -0
- package/docs/examples/w-list-vertical_useActive (no active)_itemRippleColor.html +298 -0
- package/docs/examples/w-panel-bulge_contentBackgroundColor.html +243 -0
- package/docs/examples/w-panel-bulge_contentBorderRadius.html +243 -0
- package/docs/examples/w-panel-bulge_default.html +242 -0
- package/docs/examples/w-panel-bulge_headerBorderRadius.html +243 -0
- package/docs/examples/w-panel-bulge_headerPadding.html +246 -0
- package/docs/examples/w-panel-bulge_headerTextColor_headerBackgroundColor.html +244 -0
- package/docs/examples/w-panel-bulge_no headerShadow_no contentShadow, with green outer.html +248 -0
- package/docs/examples/w-panel-bulge_slot for header_headerBorderRadius_headerBackgroundColor(linear-gradient).html +265 -0
- package/docs/examples/w-panel-bulge_with grey outer.html +244 -0
- package/docs/examples/w-panel-chart_cmpName (WEchartsVueDyn).html +322 -0
- package/docs/examples/w-panel-chart_cmpName (WHighchartsBitmapDyn).html +322 -0
- package/docs/examples/w-panel-chart_cmpName (WHighstockVueDyn).html +322 -0
- package/docs/examples/w-panel-chart_default (WHighchartsVueDyn).html +319 -0
- package/docs/examples/w-panel-chart_downloadPicture.html +322 -0
- package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnIcon.html +323 -0
- package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnIconColor_downloadPictureBtnIconColorHover_downloadPictureBtnIconColorFocus.html +330 -0
- package/docs/examples/w-panel-chart_downloadPicture_downloadPictureBtnTooltip.html +323 -0
- package/docs/examples/w-panel-chart_downloadPicture_downloadPictureFilenmae.html +323 -0
- package/docs/examples/w-panel-chart_scale.html +319 -0
- package/docs/examples/w-panel-chart_width_height.html +323 -0
- package/docs/examples/w-panel-divide-horizontal_barBorderSize_barBorderColor.html +202 -0
- package/docs/examples/w-panel-divide-horizontal_barColor.html +203 -0
- package/docs/examples/w-panel-divide-horizontal_barSize.html +201 -0
- package/docs/examples/w-panel-divide-horizontal_default.html +200 -0
- package/docs/examples/w-panel-divide-horizontal_min_max.html +204 -0
- package/docs/examples/w-panel-divide-horizontal_ratio.html +203 -0
- package/docs/examples/w-panel-divide-vertical_barBorderSize_barBorderColor.html +202 -0
- package/docs/examples/w-panel-divide-vertical_barColor.html +203 -0
- package/docs/examples/w-panel-divide-vertical_barSize.html +201 -0
- package/docs/examples/w-panel-divide-vertical_default.html +200 -0
- package/docs/examples/w-panel-divide-vertical_min_max.html +204 -0
- package/docs/examples/w-panel-divide-vertical_ratio.html +203 -0
- package/docs/examples/w-panel-scale_for select.html +232 -0
- package/docs/examples/w-panel-scale_for v-btn.html +241 -0
- package/docs/examples/w-panel-scale_for w-panel-bulge.html +230 -0
- package/docs/examples/w-panel-scale_for w-panel-scrolly.html +260 -0
- package/docs/examples/w-panel-scale_for w-text-suggest.html +238 -0
- package/docs/examples/w-panel-scrolly_barColor_barColorHover.html +222 -0
- package/docs/examples/w-panel-scrolly_barColor_barColorHover_barBackgroundColor_barBackgroundColorHover.html +226 -0
- package/docs/examples/w-panel-scrolly_barHeightMin.html +190 -0
- package/docs/examples/w-panel-scrolly_barWidth.html +218 -0
- package/docs/examples/w-panel-scrolly_default.html +221 -0
- package/docs/examples/w-panel-scrolly_ratio.html +226 -0
- package/docs/examples/w-panel-scrolly_scrollDelta.html +221 -0
- package/docs/examples/w-panel-stripe_borderRadius.html +194 -0
- package/docs/examples/w-panel-stripe_buttons in slot footer.html +203 -0
- package/docs/examples/w-panel-stripe_headerBackgroundColor_footerBackgroundColor.html +198 -0
- package/docs/examples/w-panel-stripe_no footer.html +194 -0
- package/docs/examples/w-panel-stripe_no header.html +194 -0
- package/docs/examples/w-panel-stripe_no shadow, with crimson outer.html +199 -0
- package/docs/examples/w-panel-stripe_only slot icon and slot title in header.html +190 -0
- package/docs/examples/w-panel-stripe_only slot title in header.html +186 -0
- package/docs/examples/w-panel-stripe_padding.html +196 -0
- package/docs/examples/w-panel-stripe_separate for slot content.html +204 -0
- package/docs/examples/w-panel-stripe_slot icon (fontawesome).html +197 -0
- package/docs/examples/w-panel-stripe_slot icon, slot title, slot description, slot content and slot footer.html +196 -0
- package/docs/examples/w-panel-stripe_table in slot content.html +261 -0
- package/docs/examples/w-panel-stripe_with grey outer.html +199 -0
- package/docs/examples/w-popup-edit-text_default.html +178 -0
- package/docs/examples/w-popup-edit-text_in table.html +191 -0
- package/docs/examples/w-popup-edit-text_minWidthForPopup.html +181 -0
- package/docs/examples/w-popup-edit-text_minWidthForValue.html +181 -0
- package/docs/examples/w-popup-edit-text_no title.html +178 -0
- package/docs/examples/w-popup-edit-text_title_contentIcon_contentIconColor_contentIconSize.html +186 -0
- package/docs/examples/w-popup-edit-text_title_footerBackgroundColor.html +182 -0
- package/docs/examples/w-popup-edit-text_title_inputTextColor_contentIconColor_contentBackgroundColor.html +189 -0
- package/docs/examples/w-popup-edit-text_title_saveBtnText_saveBtnTextColor_saveBtnTextColorHover.html +191 -0
- package/docs/examples/w-popup-edit-text_title_titleColor_titleFontSize_headerBackgroundColor.html +186 -0
- package/docs/examples/w-popup_auto flipping in scroll panel.html +295 -0
- package/docs/examples/w-popup_backgroundColor.html +279 -0
- package/docs/examples/w-popup_borderRadius.html +278 -0
- package/docs/examples/w-popup_click item by latency hiding.html +273 -0
- package/docs/examples/w-popup_default.html +273 -0
- package/docs/examples/w-popup_distY.html +278 -0
- package/docs/examples/w-popup_in dialog.html +304 -0
- package/docs/examples/w-popup_in popup.html +337 -0
- package/docs/examples/w-popup_in scroll panel.html +292 -0
- package/docs/examples/w-popup_isolated.html +281 -0
- package/docs/examples/w-popup_maxWidth.html +274 -0
- package/docs/examples/w-popup_minWidth.html +278 -0
- package/docs/examples/w-popup_no shadow_backgroundColor.html +280 -0
- package/docs/examples/w-popup_not editable.html +282 -0
- package/docs/examples/w-popup_shadowStyle.html +278 -0
- package/docs/examples/w-popup_slot for table_maxWidth.html +283 -0
- package/docs/examples/w-progress-bar_decimal.html +186 -0
- package/docs/examples/w-progress-bar_default.html +182 -0
- package/docs/examples/w-progress-bar_enableIconFinish (no iconFinish).html +186 -0
- package/docs/examples/w-progress-bar_enableIconWaiting (no iconWaiting).html +186 -0
- package/docs/examples/w-progress-bar_height.html +186 -0
- package/docs/examples/w-progress-bar_height_borderRadius.html +187 -0
- package/docs/examples/w-progress-bar_iconFinish (fontawesome).html +186 -0
- package/docs/examples/w-progress-bar_iconFinishColor.html +186 -0
- package/docs/examples/w-progress-bar_iconSize.html +186 -0
- package/docs/examples/w-progress-bar_iconWaiting (fontawesome).html +186 -0
- package/docs/examples/w-progress-bar_iconWaitingColor.html +186 -0
- package/docs/examples/w-progress-bar_progColor.html +186 -0
- package/docs/examples/w-progress-bar_progColor_progBackgroundColor.html +187 -0
- package/docs/examples/w-progress-bar_title.html +186 -0
- package/docs/examples/w-progress-bar_title_titleTextColor.html +187 -0
- package/docs/examples/w-progress-bar_title_titleTextFontSize.html +187 -0
- package/docs/examples/w-progress-bar_value=0 (waiting).html +185 -0
- package/docs/examples/w-progress-bar_value=100 (finish).html +185 -0
- package/docs/examples/w-progress-bar_valueTextColor.html +186 -0
- package/docs/examples/w-progress-bar_valueTextFontSize.html +186 -0
- package/docs/examples/w-progress-circle_color.html +182 -0
- package/docs/examples/w-progress-circle_default.html +181 -0
- package/docs/examples/w-progress-circle_small size.html +184 -0
- package/docs/examples/w-progress-circle_tooltip.html +183 -0
- package/docs/examples/w-progress-circle_very small size.html +183 -0
- package/docs/examples/w-progress-circle_width.html +178 -0
- package/docs/examples/w-progress-circle_/344/270/255/346/226/207text.html +178 -0
- package/docs/examples/w-quill-vue-dyn_default.html +201 -0
- package/docs/examples/w-quill-vue-dyn_height.html +202 -0
- package/docs/examples/w-quill-vue-dyn_not editable.html +202 -0
- package/docs/examples/w-quill-vue-dyn_settings.html +202 -0
- package/docs/examples/w-switch_default.html +173 -0
- package/docs/examples/w-switch_not editable.html +173 -0
- package/docs/examples/w-switch_text_color.html +177 -0
- package/docs/examples/w-switch_use string (y or n).html +173 -0
- package/docs/examples/w-table-dyn_default.html +517 -0
- package/docs/examples/w-table-dyn_editable.html +520 -0
- package/docs/examples/w-table-dyn_editable_checkId.html +521 -0
- package/docs/examples/w-table-dyn_editable_checkId_opt.modifyDataWhenSave_save(call cmp. method).html +533 -0
- package/docs/examples/w-table-dyn_editable_checkId_successMsgFromAddRow_errorMsgFromAddRow.html +531 -0
- package/docs/examples/w-table-dyn_editable_checkId_tooltipAddRow_tooltipDeleteSelectedRows.html +530 -0
- package/docs/examples/w-table-dyn_editable_inforPaddingStyle_menuBackgroundColor.html +526 -0
- package/docs/examples/w-table-dyn_editable_opt.beforeAddRow.html +520 -0
- package/docs/examples/w-table-dyn_editable_opt.kpConvertKeysWhenUploadData.html +520 -0
- package/docs/examples/w-table-dyn_editable_opt.optForUploadData.html +520 -0
- package/docs/examples/w-table-dyn_editable_slot btns.html +544 -0
- package/docs/examples/w-table-dyn_editable_textLabelDataName_textPlaceholderDataName_textLabelDataDescription.html +526 -0
- package/docs/examples/w-table-dyn_fixIds (fix id).html +521 -0
- package/docs/examples/w-table-dyn_hideIds (hide mappingId).html +521 -0
- package/docs/examples/w-table-dyn_name_description.html +519 -0
- package/docs/examples/w-table-dyn_opt.kpHead.html +519 -0
- package/docs/examples/w-table-dyn_removeIdsWhenDownload (remove id, mappingId, order, isActive).html +522 -0
- package/docs/examples/w-table-dyn_slot btns.html +543 -0
- package/docs/examples/w-table-dyn_slot infor (name_description).html +536 -0
- package/docs/examples/w-table-dyn_sortColIds (sort by order).html +520 -0
- package/docs/examples/w-text-int_borderRadius.html +193 -0
- package/docs/examples/w-text-int_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +205 -0
- package/docs/examples/w-text-int_border_borderRadius.html +201 -0
- package/docs/examples/w-text-int_border_buttonColor_buttonColorHover_buttonColorFocus.html +205 -0
- package/docs/examples/w-text-int_border_default.html +200 -0
- package/docs/examples/w-text-int_border_not editable.html +201 -0
- package/docs/examples/w-text-int_border_width.html +201 -0
- package/docs/examples/w-text-int_buttonColor_buttonColorHover_buttonColorFocus.html +200 -0
- package/docs/examples/w-text-int_buttonIconSize.html +193 -0
- package/docs/examples/w-text-int_default.html +193 -0
- package/docs/examples/w-text-int_not editable.html +193 -0
- package/docs/examples/w-text-int_textColor.html +193 -0
- package/docs/examples/w-text-int_textFontSize.html +193 -0
- package/docs/examples/w-text-int_width.html +193 -0
- package/docs/examples/w-text-select_a lot of items.html +270 -0
- package/docs/examples/w-text-select_borderRadius.html +271 -0
- package/docs/examples/w-text-select_border_a lot of items.html +275 -0
- package/docs/examples/w-text-select_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +280 -0
- package/docs/examples/w-text-select_border_borderRadius.html +276 -0
- package/docs/examples/w-text-select_border_default.html +274 -0
- package/docs/examples/w-text-select_border_events.html +284 -0
- package/docs/examples/w-text-select_border_expansionIconSize.html +275 -0
- package/docs/examples/w-text-select_border_fullwidth.html +275 -0
- package/docs/examples/w-text-select_border_itemPaddingStyle.html +276 -0
- package/docs/examples/w-text-select_border_itemTextColor_itemTextColorHover_itemBackgroundColor.html +281 -0
- package/docs/examples/w-text-select_border_itemTextFontSize_defItemHeight_width.html +280 -0
- package/docs/examples/w-text-select_border_items(string array).html +275 -0
- package/docs/examples/w-text-select_border_keyText.html +276 -0
- package/docs/examples/w-text-select_border_leftIcon (fontawesome).html +275 -0
- package/docs/examples/w-text-select_border_leftIcon (material).html +275 -0
- package/docs/examples/w-text-select_border_leftIcon_leftIconColor_leftIconColorHover.html +281 -0
- package/docs/examples/w-text-select_border_leftIcon_leftIconSize.html +276 -0
- package/docs/examples/w-text-select_border_not editable.html +276 -0
- package/docs/examples/w-text-select_border_paddingStyle (equal height to using icon).html +277 -0
- package/docs/examples/w-text-select_border_paddingStyle (thin style).html +275 -0
- package/docs/examples/w-text-select_border_rightIcon_rightIconColor_rightIconColorHover.html +281 -0
- package/docs/examples/w-text-select_border_rightIcon_rightIconSize.html +276 -0
- package/docs/examples/w-text-select_border_showExpansionIcon.html +276 -0
- package/docs/examples/w-text-select_border_slot item.html +282 -0
- package/docs/examples/w-text-select_border_slot select.html +283 -0
- package/docs/examples/w-text-select_border_textColor_expansionIconColor.html +276 -0
- package/docs/examples/w-text-select_border_textFontSize.html +275 -0
- package/docs/examples/w-text-select_border_with popup.html +284 -0
- package/docs/examples/w-text-select_default.html +269 -0
- package/docs/examples/w-text-select_events.html +279 -0
- package/docs/examples/w-text-select_expansionIconSize.html +270 -0
- package/docs/examples/w-text-select_fullwidth.html +270 -0
- package/docs/examples/w-text-select_itemPaddingStyle.html +271 -0
- package/docs/examples/w-text-select_itemTextColor_itemTextColorHover_itemBackgroundColor_itemBackgroundColorHover.html +276 -0
- package/docs/examples/w-text-select_itemTextFontSize_defItemHeight_width.html +273 -0
- package/docs/examples/w-text-select_items(string array).html +270 -0
- package/docs/examples/w-text-select_keyText.html +271 -0
- package/docs/examples/w-text-select_leftIcon (fontawesome).html +270 -0
- package/docs/examples/w-text-select_leftIcon (material).html +270 -0
- package/docs/examples/w-text-select_leftIcon_leftIconColor_leftIconColorHover_leftIconColorFocus.html +276 -0
- package/docs/examples/w-text-select_leftIcon_leftIconSize.html +271 -0
- package/docs/examples/w-text-select_not editable.html +271 -0
- package/docs/examples/w-text-select_paddingStyle (equal height to using icon).html +270 -0
- package/docs/examples/w-text-select_paddingStyle (thin style).html +270 -0
- package/docs/examples/w-text-select_rightIcon_rightIconColor_rightIconColorHover_rightIconColorFocus.html +276 -0
- package/docs/examples/w-text-select_rightIcon_rightIconSize.html +271 -0
- package/docs/examples/w-text-select_showExpansionIcon.html +271 -0
- package/docs/examples/w-text-select_slot item.html +277 -0
- package/docs/examples/w-text-select_slot select.html +278 -0
- package/docs/examples/w-text-select_textColor_expansionIconColor.html +271 -0
- package/docs/examples/w-text-select_textFontSize.html +270 -0
- package/docs/examples/w-text-select_with popup.html +304 -0
- package/docs/examples/w-text-suggest_a lot of items.html +296 -0
- package/docs/examples/w-text-suggest_borderRadius.html +296 -0
- package/docs/examples/w-text-suggest_border_a lot of items.html +301 -0
- package/docs/examples/w-text-suggest_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +305 -0
- package/docs/examples/w-text-suggest_border_borderRadius.html +301 -0
- package/docs/examples/w-text-suggest_border_default.html +299 -0
- package/docs/examples/w-text-suggest_border_events.html +309 -0
- package/docs/examples/w-text-suggest_border_expansionIconSize.html +300 -0
- package/docs/examples/w-text-suggest_border_fullwidth.html +300 -0
- package/docs/examples/w-text-suggest_border_itemPaddingStyle.html +301 -0
- package/docs/examples/w-text-suggest_border_itemTextColor_itemTextColorHover_itemBackgroundColor.html +306 -0
- package/docs/examples/w-text-suggest_border_itemTextFontSize_defItemHeight.html +302 -0
- package/docs/examples/w-text-suggest_border_items(string array).html +300 -0
- package/docs/examples/w-text-suggest_border_keyText.html +302 -0
- package/docs/examples/w-text-suggest_border_leftIcon (fontawesome).html +300 -0
- package/docs/examples/w-text-suggest_border_leftIcon (material).html +300 -0
- package/docs/examples/w-text-suggest_border_leftIcon_leftIconColor_leftIconColorHover.html +306 -0
- package/docs/examples/w-text-suggest_border_leftIcon_leftIconSize.html +301 -0
- package/docs/examples/w-text-suggest_border_not editable.html +301 -0
- package/docs/examples/w-text-suggest_border_paddingStyle (equal height to using icon).html +302 -0
- package/docs/examples/w-text-suggest_border_paddingStyle (thin style).html +300 -0
- package/docs/examples/w-text-suggest_border_placeholder.html +301 -0
- package/docs/examples/w-text-suggest_border_rightIcon_rightIconColor_rightIconColorHover.html +306 -0
- package/docs/examples/w-text-suggest_border_rightIcon_rightIconSize.html +301 -0
- package/docs/examples/w-text-suggest_border_searchEmpty.html +300 -0
- package/docs/examples/w-text-suggest_border_showExpansionIcon.html +301 -0
- package/docs/examples/w-text-suggest_border_showPanel(press enter to hide panel)_focused.html +322 -0
- package/docs/examples/w-text-suggest_border_slot item.html +307 -0
- package/docs/examples/w-text-suggest_border_textColor_expansionIconColor.html +301 -0
- package/docs/examples/w-text-suggest_border_textFontSize.html +300 -0
- package/docs/examples/w-text-suggest_border_with popup.html +309 -0
- package/docs/examples/w-text-suggest_default.html +294 -0
- package/docs/examples/w-text-suggest_events.html +304 -0
- package/docs/examples/w-text-suggest_expansionIconSize.html +295 -0
- package/docs/examples/w-text-suggest_fullwidth.html +295 -0
- package/docs/examples/w-text-suggest_itemPaddingStyle.html +296 -0
- package/docs/examples/w-text-suggest_itemTextColor_itemTextColorHover_itemBackgroundColor_itemBackgroundColorHover.html +301 -0
- package/docs/examples/w-text-suggest_itemTextFontSize_defItemHeight.html +297 -0
- package/docs/examples/w-text-suggest_items(string array).html +295 -0
- package/docs/examples/w-text-suggest_keyText.html +297 -0
- package/docs/examples/w-text-suggest_leftIcon (fontawesome).html +295 -0
- package/docs/examples/w-text-suggest_leftIcon (material).html +295 -0
- package/docs/examples/w-text-suggest_leftIcon_leftIconColor_leftIconColorHover_leftIconColorFocus.html +301 -0
- package/docs/examples/w-text-suggest_leftIcon_leftIconSize.html +296 -0
- package/docs/examples/w-text-suggest_not editable.html +296 -0
- package/docs/examples/w-text-suggest_paddingStyle (equal height to using icon).html +295 -0
- package/docs/examples/w-text-suggest_paddingStyle (thin style).html +295 -0
- package/docs/examples/w-text-suggest_placeholder.html +296 -0
- package/docs/examples/w-text-suggest_rightIcon_rightIconColor_rightIconColorHover_rightIconColorFocus.html +301 -0
- package/docs/examples/w-text-suggest_rightIcon_rightIconSize.html +296 -0
- package/docs/examples/w-text-suggest_searchEmpty.html +295 -0
- package/docs/examples/w-text-suggest_showExpansionIcon.html +296 -0
- package/docs/examples/w-text-suggest_showPanel(press enter to hide panel)_focused.html +315 -0
- package/docs/examples/w-text-suggest_slot item.html +302 -0
- package/docs/examples/w-text-suggest_textColor_expansionIconColor.html +296 -0
- package/docs/examples/w-text-suggest_textFontSize.html +295 -0
- package/docs/examples/w-text_border_backgroundColor_backgroundColorHover_backgroundColorFocus.html +228 -0
- package/docs/examples/w-text_border_borderRadius_paddingStyle.html +227 -0
- package/docs/examples/w-text_border_default.html +226 -0
- package/docs/examples/w-text_border_events.html +235 -0
- package/docs/examples/w-text_border_fullwidth.html +227 -0
- package/docs/examples/w-text_border_leftIcon (fontawesome).html +227 -0
- package/docs/examples/w-text_border_leftIcon (material).html +227 -0
- package/docs/examples/w-text_border_leftIcon_leftIconColor_leftIconColorHover.html +232 -0
- package/docs/examples/w-text_border_not editable.html +228 -0
- package/docs/examples/w-text_border_placeholder.html +227 -0
- package/docs/examples/w-text_border_rightIcon_rightIconColorHover_rightIconColorFocus.html +232 -0
- package/docs/examples/w-text_border_textAlign.html +265 -0
- package/docs/examples/w-text_border_textColor.html +227 -0
- package/docs/examples/w-text_bottomLineBorderColor_bottomLineBorderColorHover_bottomLineBorderColorFocus.html +219 -0
- package/docs/examples/w-text_default.html +212 -0
- package/docs/examples/w-text_events.html +223 -0
- package/docs/examples/w-text_fullwidth.html +215 -0
- package/docs/examples/w-text_leftIcon (fontawesome).html +212 -0
- package/docs/examples/w-text_leftIcon (material).html +215 -0
- package/docs/examples/w-text_leftIcon_leftIconColor_leftIconColorFocus.html +219 -0
- package/docs/examples/w-text_leftIcon_leftIconSize.html +216 -0
- package/docs/examples/w-text_leftIcon_leftIconTooltip.html +216 -0
- package/docs/examples/w-text_not editable.html +216 -0
- package/docs/examples/w-text_placeholder.html +216 -0
- package/docs/examples/w-text_rightIcon.html +212 -0
- package/docs/examples/w-text_rightIcon_rightIconColor_rightIconColorFocus.html +219 -0
- package/docs/examples/w-text_rightIcon_rightIconSize.html +216 -0
- package/docs/examples/w-text_rightIcon_rightIconTooltip.html +216 -0
- package/docs/examples/w-text_textAlign.html +220 -0
- package/docs/examples/w-text_textColor.html +212 -0
- package/docs/examples/w-text_textFontSize.html +212 -0
- package/docs/examples/w-textarea_borderColorFocus.html +195 -0
- package/docs/examples/w-textarea_default.html +192 -0
- package/docs/examples/w-textarea_fullwidth.html +192 -0
- package/docs/examples/w-textarea_not editable.html +192 -0
- package/docs/examples/w-textarea_placeholder.html +192 -0
- package/docs/examples/w-timeday-range_between.html +209 -0
- package/docs/examples/w-timeday-range_borderRadius.html +209 -0
- package/docs/examples/w-timeday-range_border_between.html +214 -0
- package/docs/examples/w-timeday-range_border_borderRadius.html +214 -0
- package/docs/examples/w-timeday-range_border_default.html +213 -0
- package/docs/examples/w-timeday-range_border_icon (fontawesome).html +214 -0
- package/docs/examples/w-timeday-range_border_icon (material).html +214 -0
- package/docs/examples/w-timeday-range_border_iconColor_iconColorFoucs_borderColor.html +216 -0
- package/docs/examples/w-timeday-range_border_iconTooltip.html +214 -0
- package/docs/examples/w-timeday-range_border_not editable.html +214 -0
- package/docs/examples/w-timeday-range_border_pickColor.html +214 -0
- package/docs/examples/w-timeday-range_border_textColor.html +214 -0
- package/docs/examples/w-timeday-range_default.html +208 -0
- package/docs/examples/w-timeday-range_icon (fontawesome).html +209 -0
- package/docs/examples/w-timeday-range_icon (material).html +209 -0
- package/docs/examples/w-timeday-range_iconColor_iconColorFoucs.html +210 -0
- package/docs/examples/w-timeday-range_iconTooltip.html +209 -0
- package/docs/examples/w-timeday-range_icon_iconSize.html +210 -0
- package/docs/examples/w-timeday-range_not editable.html +209 -0
- package/docs/examples/w-timeday-range_pickColor.html +209 -0
- package/docs/examples/w-timeday-range_textColor.html +209 -0
- package/docs/examples/w-timeday_borderRadius.html +188 -0
- package/docs/examples/w-timeday_border_borderRadius.html +196 -0
- package/docs/examples/w-timeday_border_default.html +195 -0
- package/docs/examples/w-timeday_border_icon (fontawesome).html +196 -0
- package/docs/examples/w-timeday_border_icon (material).html +196 -0
- package/docs/examples/w-timeday_border_iconColor_iconColorFoucs_borderColor.html +198 -0
- package/docs/examples/w-timeday_border_iconTooltip.html +197 -0
- package/docs/examples/w-timeday_border_not editable.html +196 -0
- package/docs/examples/w-timeday_border_pickColor.html +196 -0
- package/docs/examples/w-timeday_border_textColor.html +196 -0
- package/docs/examples/w-timeday_default.html +188 -0
- package/docs/examples/w-timeday_icon (fontawesome).html +188 -0
- package/docs/examples/w-timeday_icon (material).html +191 -0
- package/docs/examples/w-timeday_iconColor_iconColorFoucs.html +192 -0
- package/docs/examples/w-timeday_iconTooltip.html +192 -0
- package/docs/examples/w-timeday_icon_iconSize.html +192 -0
- package/docs/examples/w-timeday_not editable.html +188 -0
- package/docs/examples/w-timeday_pickColor.html +188 -0
- package/docs/examples/w-timeday_textColor.html +188 -0
- package/docs/examples/w-timeminute-range_between.html +233 -0
- package/docs/examples/w-timeminute-range_borderRadius.html +233 -0
- package/docs/examples/w-timeminute-range_border_between.html +238 -0
- package/docs/examples/w-timeminute-range_border_borderRadius.html +238 -0
- package/docs/examples/w-timeminute-range_border_default.html +237 -0
- package/docs/examples/w-timeminute-range_border_hourMin_hourMax.html +239 -0
- package/docs/examples/w-timeminute-range_border_icon (fontawesome).html +238 -0
- package/docs/examples/w-timeminute-range_border_icon (material).html +238 -0
- package/docs/examples/w-timeminute-range_border_iconColor_iconColorFoucs_borderColor.html +240 -0
- package/docs/examples/w-timeminute-range_border_iconTooltip.html +238 -0
- package/docs/examples/w-timeminute-range_border_minuteInter.html +238 -0
- package/docs/examples/w-timeminute-range_border_minutesCustom.html +238 -0
- package/docs/examples/w-timeminute-range_border_not editable.html +238 -0
- package/docs/examples/w-timeminute-range_border_pickColor.html +238 -0
- package/docs/examples/w-timeminute-range_border_textColor_expansionIconColor.html +239 -0
- package/docs/examples/w-timeminute-range_default.html +232 -0
- package/docs/examples/w-timeminute-range_hourMin_hourMax.html +234 -0
- package/docs/examples/w-timeminute-range_icon (fontawesome).html +233 -0
- package/docs/examples/w-timeminute-range_icon (material).html +233 -0
- package/docs/examples/w-timeminute-range_iconColor_iconColorFoucs.html +234 -0
- package/docs/examples/w-timeminute-range_iconTooltip.html +233 -0
- package/docs/examples/w-timeminute-range_icon_iconSize.html +234 -0
- package/docs/examples/w-timeminute-range_minuteInter.html +233 -0
- package/docs/examples/w-timeminute-range_minutesCustom.html +233 -0
- package/docs/examples/w-timeminute-range_not editable.html +233 -0
- package/docs/examples/w-timeminute-range_pickColor.html +233 -0
- package/docs/examples/w-timeminute-range_textColor_expansionIconColor.html +234 -0
- package/docs/examples/w-timeminute_borderRadius.html +201 -0
- package/docs/examples/w-timeminute_border_borderRadius.html +209 -0
- package/docs/examples/w-timeminute_border_default.html +208 -0
- package/docs/examples/w-timeminute_border_hourMin_hourMax.html +210 -0
- package/docs/examples/w-timeminute_border_icon (fontawesome).html +209 -0
- package/docs/examples/w-timeminute_border_icon (material).html +209 -0
- package/docs/examples/w-timeminute_border_iconColor_iconColorFoucs_borderColor.html +211 -0
- package/docs/examples/w-timeminute_border_iconTooltip.html +210 -0
- package/docs/examples/w-timeminute_border_minuteInter.html +209 -0
- package/docs/examples/w-timeminute_border_minutesCustom.html +209 -0
- package/docs/examples/w-timeminute_border_not editable.html +209 -0
- package/docs/examples/w-timeminute_border_pickColor.html +209 -0
- package/docs/examples/w-timeminute_border_textColor_expansionIconColor.html +210 -0
- package/docs/examples/w-timeminute_default.html +201 -0
- package/docs/examples/w-timeminute_hourMin_hourMax.html +205 -0
- package/docs/examples/w-timeminute_icon (fontawesome).html +204 -0
- package/docs/examples/w-timeminute_icon (material).html +204 -0
- package/docs/examples/w-timeminute_iconColor_iconColorFoucs.html +205 -0
- package/docs/examples/w-timeminute_iconTooltip.html +205 -0
- package/docs/examples/w-timeminute_icon_iconSize.html +205 -0
- package/docs/examples/w-timeminute_minuteInter.html +201 -0
- package/docs/examples/w-timeminute_minutesCustom.html +204 -0
- package/docs/examples/w-timeminute_not editable.html +201 -0
- package/docs/examples/w-timeminute_pickColor.html +201 -0
- package/docs/examples/w-timeminute_textColor_expansionIconColor.html +205 -0
- package/docs/examples/w-tinymce-vue-dyn_default.html +191 -0
- package/docs/examples/w-tinymce-vue-dyn_height.html +192 -0
- package/docs/examples/w-tinymce-vue-dyn_not editable.html +192 -0
- package/docs/examples/w-tinymce-vue-dyn_settings.html +192 -0
- package/docs/examples/w-tree_default.html +629 -0
- package/docs/examples/w-tree_defaultDisplayLevel.html +633 -0
- package/docs/examples/w-tree_draggable.html +637 -0
- package/docs/examples/w-tree_draggable_dgInsertLineColor_dgInsertBackgroundColor_dgBelongBackgroundColor.html +642 -0
- package/docs/examples/w-tree_draggable_dgPreviewOpacity_dgPreviewBorderWidth_dgBelongBackgroundColor.html +643 -0
- package/docs/examples/w-tree_draggable_dgTextDisabled_dgTextDisabledColor_dgTextDisabledPaddingLeft.html +644 -0
- package/docs/examples/w-tree_filterKeywords_searchEmpty_selectable.html +709 -0
- package/docs/examples/w-tree_iconToggleColor_iconToggleBackgroundColor_iconToggleBackgroundColorHover.html +637 -0
- package/docs/examples/w-tree_indent.html +633 -0
- package/docs/examples/w-tree_keyPrimary_keyText_keyChildren.html +635 -0
- package/docs/examples/w-tree_mouseenter_mouseleave_click_change-view-items.html +638 -0
- package/docs/examples/w-tree_operatable.html +638 -0
- package/docs/examples/w-tree_operatable_operateBtnBackgroundColor_operateBtnBackgroundColorHover_operateBtnBackgroundColorFocus.html +643 -0
- package/docs/examples/w-tree_operatable_operateBtnTooltip_operateItemTextForInsertBefore_perateItemTextForInsertChild.html +645 -0
- package/docs/examples/w-tree_operatable_operateItemBackgroundColor_operateItemBackgroundColorHover_operateItemTextColor.html +646 -0
- package/docs/examples/w-tree_operatable_operateItemIconSize_operateItemPaddingStyle_operatePanelWidth.html +644 -0
- package/docs/examples/w-tree_paddingStyle.html +633 -0
- package/docs/examples/w-tree_selectable.html +650 -0
- package/docs/examples/w-tree_selectable_draggable.html +655 -0
- package/docs/examples/w-tree_selectable_large data (100,000 items).html +663 -0
- package/docs/examples/w-tree_separatorColor.html +633 -0
- package/docs/examples/w-tree_separatorColor_separatorHeight.html +634 -0
- package/docs/examples/w-tree_slot.html +673 -0
- package/docs/examples/w-tree_slot_defItemHeight.html +643 -0
- package/docs/examples/w-tree_slot_iconUncheckedColor_iconUncheckedDisabledColor_iconCheckedColor.html +708 -0
- package/docs/examples/w-tree_slot_locked_selectable.html +700 -0
- package/docs/examples/w-tree_slot_operatable.html +649 -0
- package/docs/examples/w-tree_slot_selectable.html +699 -0
- package/docs/examples/w-tree_slot_selectable_draggable.html +704 -0
- package/docs/examples/w-tree_viewHeightMax.html +633 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +978 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +1049 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
- package/docs/global.html +1036 -0
- package/docs/highchartsSetting.mjs.html +285 -0
- package/docs/index.html +81 -0
- package/docs/module-WAggridVueDyn.html +537 -0
- package/docs/module-WBadge.html +255 -0
- package/docs/module-WButtonChip.html +441 -0
- package/docs/module-WButtonCircle.html +321 -0
- package/docs/module-WCheckbox.html +249 -0
- package/docs/module-WCkeditorVueDyn.html +237 -0
- package/docs/module-WConfirm.html +345 -0
- package/docs/module-WDialog.html +297 -0
- package/docs/module-WDropfiles.html +261 -0
- package/docs/module-WDynamicList.html +261 -0
- package/docs/module-WEchartsVueDyn.html +219 -0
- package/docs/module-WGroupCheck.html +435 -0
- package/docs/module-WGroupDragdrop.html +231 -0
- package/docs/module-WGroupRadio.html +429 -0
- package/docs/module-WGroupTags.html +621 -0
- package/docs/module-WHighchartsBitmapDyn.html +219 -0
- package/docs/module-WHighchartsVueDyn.html +219 -0
- package/docs/module-WHighstockVueDyn.html +219 -0
- package/docs/module-WIcon.html +225 -0
- package/docs/module-WIconLoading.html +219 -0
- package/docs/module-WIconSvg.html +243 -0
- package/docs/module-WImageCascadingDyn.html +267 -0
- package/docs/module-WImageViewerDyn.html +237 -0
- package/docs/module-WJsonView.html +303 -0
- package/docs/module-WJsonViewCore.html +243 -0
- package/docs/module-WLeafletVueDyn.html +675 -0
- package/docs/module-WListVertical.html +315 -0
- package/docs/module-WListVerticalItem.html +303 -0
- package/docs/module-WPanelBulge.html +267 -0
- package/docs/module-WPanelDivideHorizontal.html +249 -0
- package/docs/module-WPanelDivideVertical.html +249 -0
- package/docs/module-WPanelScrolly.html +255 -0
- package/docs/module-WPanelScrollyCore.html +267 -0
- package/docs/module-WPanelStripe.html +255 -0
- package/docs/module-WPopup.html +267 -0
- package/docs/module-WPopupEditText.html +363 -0
- package/docs/module-WProgressBar.html +315 -0
- package/docs/module-WProgressCircle.html +243 -0
- package/docs/module-WQuillVueDyn.html +237 -0
- package/docs/module-WShellBottomLine.html +249 -0
- package/docs/module-WShellEllipse.html +369 -0
- package/docs/module-WShellMaterial.html +285 -0
- package/docs/module-WSwitch.html +231 -0
- package/docs/module-WTableDyn.html +697 -0
- package/docs/module-WText.html +435 -0
- package/docs/module-WTextCore.html +261 -0
- package/docs/module-WTextInt.html +387 -0
- package/docs/module-WTextIntCore.html +291 -0
- package/docs/module-WTextSelect.html +447 -0
- package/docs/module-WTextSuggest.html +465 -0
- package/docs/module-WTextSuggestCore.html +369 -0
- package/docs/module-WTextarea.html +231 -0
- package/docs/module-WTimeday.html +345 -0
- package/docs/module-WTimedayCore.html +243 -0
- package/docs/module-WTimedayRange.html +351 -0
- package/docs/module-WTimedayRangeCore.html +255 -0
- package/docs/module-WTimeminute.html +381 -0
- package/docs/module-WTimeminuteCore.html +285 -0
- package/docs/module-WTimeminuteRange.html +393 -0
- package/docs/module-WTimeminuteRangeCore.html +297 -0
- package/docs/module-WTinymceVueDyn.html +237 -0
- package/docs/module-WTree.html +573 -0
- package/docs/module-WTreeIconCheckbox.html +255 -0
- package/docs/module-WTreeIconToggle.html +231 -0
- package/docs/scripts/collapse.js +20 -0
- package/docs/scripts/linenumber.js +25 -0
- package/docs/scripts/nav.js +12 -0
- package/docs/scripts/polyfill.js +4 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/docs/scripts/prettify/lang-css.js +2 -0
- package/docs/scripts/prettify/prettify.js +28 -0
- package/docs/scripts/search.js +83 -0
- package/docs/styles/jsdoc.css +765 -0
- package/docs/styles/prettify.css +79 -0
- package/docs/vuetifyColor.mjs.html +157 -0
- package/gUITest.mjs +30 -0
- package/package.json +68 -0
- package/public/index.html +48 -0
- package/src/App.vue +783 -0
- package/src/AppZoneWAggridVueDyn.vue +237 -0
- package/src/AppZoneWAlert.vue +246 -0
- package/src/AppZoneWBadge.vue +180 -0
- package/src/AppZoneWButtonChip.vue +871 -0
- package/src/AppZoneWButtonCircle.vue +274 -0
- package/src/AppZoneWCheckbox.vue +139 -0
- package/src/AppZoneWCkeditorVueDyn.vue +145 -0
- package/src/AppZoneWConfirm.vue +469 -0
- package/src/AppZoneWDialog.vue +929 -0
- package/src/AppZoneWDropfiles.vue +225 -0
- package/src/AppZoneWDynamicList.vue +536 -0
- package/src/AppZoneWEchartsVueDyn.vue +1180 -0
- package/src/AppZoneWGroupCheck.vue +780 -0
- package/src/AppZoneWGroupDragdrop.vue +291 -0
- package/src/AppZoneWGroupRadio.vue +756 -0
- package/src/AppZoneWGroupTags.vue +1302 -0
- package/src/AppZoneWHighchartsBitmapDyn.vue +635 -0
- package/src/AppZoneWHighchartsVueDyn.vue +517 -0
- package/src/AppZoneWHighstockVueDyn.vue +161 -0
- package/src/AppZoneWIconSvg.vue +140 -0
- package/src/AppZoneWImageCascadingDyn.vue +140 -0
- package/src/AppZoneWImageViewerDyn.vue +106 -0
- package/src/AppZoneWJsonView.vue +222 -0
- package/src/AppZoneWLeafletVueDyn.vue +299 -0
- package/src/AppZoneWListVertical.vue +480 -0
- package/src/AppZoneWPanelBulge.vue +284 -0
- package/src/AppZoneWPanelChart.vue +343 -0
- package/src/AppZoneWPanelDivideHorizontal.vue +223 -0
- package/src/AppZoneWPanelDivideVertical.vue +223 -0
- package/src/AppZoneWPanelScale.vue +283 -0
- package/src/AppZoneWPanelScrolly.vue +171 -0
- package/src/AppZoneWPanelStripe.vue +596 -0
- package/src/AppZoneWPopup.vue +629 -0
- package/src/AppZoneWPopupEditText.vue +249 -0
- package/src/AppZoneWProgressBar.vue +356 -0
- package/src/AppZoneWProgressCircle.vue +144 -0
- package/src/AppZoneWQuillVueDyn.vue +141 -0
- package/src/AppZoneWSwitch.vue +87 -0
- package/src/AppZoneWTableDyn.vue +610 -0
- package/src/AppZoneWText.vue +740 -0
- package/src/AppZoneWTextInt.vue +269 -0
- package/src/AppZoneWTextSelect.vue +1140 -0
- package/src/AppZoneWTextSuggest.vue +1242 -0
- package/src/AppZoneWTextarea.vue +114 -0
- package/src/AppZoneWTimeday.vue +346 -0
- package/src/AppZoneWTimedayRange.vue +421 -0
- package/src/AppZoneWTimeminute.vue +462 -0
- package/src/AppZoneWTimeminuteRange.vue +548 -0
- package/src/AppZoneWTinymceVueDyn.vue +130 -0
- package/src/AppZoneWTree.vue +1364 -0
- package/src/components/WAggridVueDyn.vue +136 -0
- package/src/components/WAlert.mjs +7 -0
- package/src/components/WBadge.vue +181 -0
- package/src/components/WButtonChip.vue +947 -0
- package/src/components/WButtonCircle.vue +459 -0
- package/src/components/WCheckbox.vue +154 -0
- package/src/components/WCkeditorVueDyn.vue +86 -0
- package/src/components/WComponentVue.vue +144 -0
- package/src/components/WConfirm.vue +320 -0
- package/src/components/WDialog.vue +547 -0
- package/src/components/WDropfiles.vue +146 -0
- package/src/components/WDynamicList.vue +898 -0
- package/src/components/WEchartsVueDyn.vue +77 -0
- package/src/components/WGroupCheck.vue +685 -0
- package/src/components/WGroupDragdrop.vue +223 -0
- package/src/components/WGroupRadio.vue +254 -0
- package/src/components/WGroupTags.vue +944 -0
- package/src/components/WHighchartsBitmapDyn.vue +216 -0
- package/src/components/WHighchartsVueDyn.vue +85 -0
- package/src/components/WHighstockVueDyn.vue +81 -0
- package/src/components/WIcon.vue +129 -0
- package/src/components/WIconLoading.vue +163 -0
- package/src/components/WIconSvg.vue +118 -0
- package/src/components/WImageCascadingDyn.vue +591 -0
- package/src/components/WImageViewerDyn.vue +148 -0
- package/src/components/WJsonView.vue +1176 -0
- package/src/components/WJsonViewCore.vue +163 -0
- package/src/components/WLeafletVueDyn.vue +146 -0
- package/src/components/WListVertical.vue +306 -0
- package/src/components/WListVerticalItem.vue +261 -0
- package/src/components/WPanelBulge.vue +193 -0
- package/src/components/WPanelChart.vue +219 -0
- package/src/components/WPanelDivideHorizontal.vue +198 -0
- package/src/components/WPanelDivideVertical.vue +198 -0
- package/src/components/WPanelScale.vue +114 -0
- package/src/components/WPanelScrolly.vue +189 -0
- package/src/components/WPanelScrollyCore.vue +768 -0
- package/src/components/WPanelStripe.vue +152 -0
- package/src/components/WPopup.vue +527 -0
- package/src/components/WPopupEditText.vue +326 -0
- package/src/components/WProgressBar.vue +236 -0
- package/src/components/WProgressCircle.vue +132 -0
- package/src/components/WQuillVueDyn.vue +87 -0
- package/src/components/WShellBottomLine.vue +139 -0
- package/src/components/WShellEllipse.vue +416 -0
- package/src/components/WShellMaterial.vue +250 -0
- package/src/components/WSwitch.vue +115 -0
- package/src/components/WTableDyn.vue +1095 -0
- package/src/components/WText.vue +323 -0
- package/src/components/WTextCore.vue +227 -0
- package/src/components/WTextInt.vue +275 -0
- package/src/components/WTextIntCore.vue +288 -0
- package/src/components/WTextSelect.vue +442 -0
- package/src/components/WTextSuggest.vue +456 -0
- package/src/components/WTextSuggestCore.vue +648 -0
- package/src/components/WTextarea.vue +89 -0
- package/src/components/WTimeday.vue +228 -0
- package/src/components/WTimedayCore.vue +197 -0
- package/src/components/WTimedayRange.vue +235 -0
- package/src/components/WTimedayRangeCore.vue +142 -0
- package/src/components/WTimeminute.vue +264 -0
- package/src/components/WTimeminuteCore.vue +294 -0
- package/src/components/WTimeminuteRange.vue +277 -0
- package/src/components/WTimeminuteRangeCore.vue +192 -0
- package/src/components/WTinymceVueDyn.vue +86 -0
- package/src/components/WTree.vue +2504 -0
- package/src/components/WTreeIconCheckbox.vue +170 -0
- package/src/components/WTreeIconToggle.vue +155 -0
- package/src/components/demolink.vue +103 -0
- package/src/js/binarySearch.mjs +91 -0
- package/src/js/domDragDrop.mjs +154 -0
- package/src/js/domMutation.mjs +76 -0
- package/src/js/domResize.mjs +71 -0
- package/src/js/domRipple.mjs +120 -0
- package/src/js/getVue.mjs +30 -0
- package/src/js/globalMemory.mjs +29 -0
- package/src/js/highchartsSetting.mjs +216 -0
- package/src/js/parseSpace.mjs +83 -0
- package/src/js/vuetifyColor.mjs +88 -0
- package/src/main.js +10 -0
- package/src/plugins/vuetify.mjs +13 -0
- package/test/all.test.mjs +10 -0
- package/toolg/addVersion.mjs +4 -0
- package/toolg/cleanFolder.mjs +4 -0
- package/toolg/cvCasename.mjs +90 -0
- package/toolg/gDistApp.mjs +55 -0
- package/toolg/gDistRollupComps.mjs +23 -0
- package/toolg/gDocExams.mjs +47 -0
- package/toolg/gExtractHtml.mjs +279 -0
- package/toolg/gMergeComps.mjs +75 -0
- package/toolg/modifyReadme.mjs +4 -0
- package/vue.config.js +21 -0
|
@@ -0,0 +1,898 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<WPanelScrollyCore
|
|
3
|
+
ref="wpsc"
|
|
4
|
+
:ratio.sync="scrollRatio"
|
|
5
|
+
:viewHeightMax="viewHeightMax"
|
|
6
|
+
:contentHeight="itemsHeight"
|
|
7
|
+
:changeFilterKeyWords="changeFilterKeyWords"
|
|
8
|
+
@change="changeScrollInfor"
|
|
9
|
+
>
|
|
10
|
+
|
|
11
|
+
<template v-for="(item,kitem) in useItems">
|
|
12
|
+
<!-- 需設定width:100%, 因ie11的flex內文字會自動撐開版面導致不會換行 -->
|
|
13
|
+
<div
|
|
14
|
+
ref="wdsDiv"
|
|
15
|
+
:key="`wpsc-${kitem}`"
|
|
16
|
+
:style="`position:absolute; top:${item.screenY}px; left:0px; width:100%; opacity:${(item.nowShow && item.delayShow)?1:0.001}; ${item.delayShow?'transition:opacity 0.1s':''};`"
|
|
17
|
+
:index="item.index"
|
|
18
|
+
:nowShow="item.nowShow"
|
|
19
|
+
:delayShow="item.delayShow"
|
|
20
|
+
:y="item.y"
|
|
21
|
+
>
|
|
22
|
+
<!-- 因分隔線若是直接用border或translateY或_padding, 於渲染時會有多層更新而讓迭代收斂更為困難, 此處直接用定位div去繪製分隔線 -->
|
|
23
|
+
<div :style="`position:relative;`">
|
|
24
|
+
|
|
25
|
+
<slot
|
|
26
|
+
:row="item.row"
|
|
27
|
+
:index="item.index"
|
|
28
|
+
></slot>
|
|
29
|
+
|
|
30
|
+
<!-- 用position:absolute定位方式繪製分隔線, top為(-高度/2), 直接畫在兩元素中間, 故線設定太高會遮蔽過多元素內容 -->
|
|
31
|
+
<div :style="`position:absolute; top:${-getSeparatorHeight(kitem)/2}px; left:0px; width:100%; border-top:${getSeparatorHeight(kitem)}px solid ${useSeparatorColor};`"></div>
|
|
32
|
+
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</template>
|
|
36
|
+
|
|
37
|
+
<div style="padding:12px; font-size:0.8rem;" v-if="useItems.length===0">
|
|
38
|
+
{{searchEmpty}}
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
</WPanelScrollyCore>
|
|
42
|
+
</template>
|
|
43
|
+
|
|
44
|
+
<script>
|
|
45
|
+
import each from 'lodash/each'
|
|
46
|
+
import get from 'lodash/get'
|
|
47
|
+
import map from 'lodash/map'
|
|
48
|
+
import join from 'lodash/join'
|
|
49
|
+
import values from 'lodash/values'
|
|
50
|
+
import isEqual from 'lodash/isEqual'
|
|
51
|
+
import size from 'lodash/size'
|
|
52
|
+
import toString from 'lodash/toString'
|
|
53
|
+
import cloneDeep from 'lodash/cloneDeep'
|
|
54
|
+
import cint from 'wsemi/src/cint.mjs'
|
|
55
|
+
import genID from 'wsemi/src/genID.mjs'
|
|
56
|
+
import genPm from 'wsemi/src/genPm.mjs'
|
|
57
|
+
import delay from 'wsemi/src/delay.mjs'
|
|
58
|
+
import isarr from 'wsemi/src/isarr.mjs'
|
|
59
|
+
import isstr from 'wsemi/src/isstr.mjs'
|
|
60
|
+
import isnum from 'wsemi/src/isnum.mjs'
|
|
61
|
+
import iseobj from 'wsemi/src/iseobj.mjs'
|
|
62
|
+
import isfun from 'wsemi/src/isfun.mjs'
|
|
63
|
+
import isint from 'wsemi/src/isint.mjs'
|
|
64
|
+
import isbol from 'wsemi/src/isbol.mjs'
|
|
65
|
+
import arrFilter from 'wsemi/src/arrFilter.mjs'
|
|
66
|
+
import o2j from 'wsemi/src/o2j.mjs'
|
|
67
|
+
import debounce from 'wsemi/src/debounce.mjs'
|
|
68
|
+
import pmThrottle from 'wsemi/src/pmThrottle.mjs'
|
|
69
|
+
import binarySearch from '../js/binarySearch.mjs'
|
|
70
|
+
import globalMemory from '../js/globalMemory.mjs'
|
|
71
|
+
import color2hex from '../js/vuetifyColor.mjs'
|
|
72
|
+
import WPanelScrollyCore from './WPanelScrollyCore.vue'
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
//gm
|
|
76
|
+
let gm = globalMemory()
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @vue-prop {Array} [rows=[]] 輸入資料陣列,預設[],各元素配合slot顯示即可,slot內提供row與irow,對應原始rows內各元素與指標,另外各元素slot時不要用margin避免計算高度有誤差
|
|
81
|
+
* @vue-prop {String} [filterKeywords=''] 輸入過濾關鍵字字串,多關鍵字用空白分隔,預設''
|
|
82
|
+
* @vue-prop {Number} [viewHeightMax=400] 輸入顯示區最大高度,單位為px,預設400
|
|
83
|
+
* @vue-prop {Number} [itemMinHeight=24] 輸入各元素顯示高度,單位為px,預設24,會於真實顯示後自動更新高度
|
|
84
|
+
* @vue-prop {Number} [itemsPreload=5] 輸入上下方預先載入元素數量,預設5
|
|
85
|
+
* @vue-prop {String} [searchEmpty='Empty'] 輸入無過濾結果字串,預設'Empty'
|
|
86
|
+
* @vue-prop {Number} [separatorHeight=1] 輸入分隔線高度數字,預設1
|
|
87
|
+
* @vue-prop {String} [separatorColor='transparent'] 輸入分隔線顏色字串,預設'transparent'
|
|
88
|
+
* @vue-prop {Boolean} [show=true] 輸入是否為顯示模式布林值,預設true,供組件嵌入popup時, 因先初始化但尚未顯示不需渲染, 可給予show=false避免無限偵測與重算高度問題
|
|
89
|
+
*/
|
|
90
|
+
export default {
|
|
91
|
+
components: {
|
|
92
|
+
WPanelScrollyCore,
|
|
93
|
+
},
|
|
94
|
+
props: {
|
|
95
|
+
rows: {
|
|
96
|
+
type: Array,
|
|
97
|
+
default: () => [],
|
|
98
|
+
},
|
|
99
|
+
filterKeywords: {
|
|
100
|
+
type: String,
|
|
101
|
+
default: '',
|
|
102
|
+
},
|
|
103
|
+
viewHeightMax: {
|
|
104
|
+
type: Number,
|
|
105
|
+
default: 400,
|
|
106
|
+
},
|
|
107
|
+
itemMinHeight: {
|
|
108
|
+
type: Number,
|
|
109
|
+
default: 24,
|
|
110
|
+
},
|
|
111
|
+
itemsPreload: {
|
|
112
|
+
type: Number,
|
|
113
|
+
default: 5,
|
|
114
|
+
},
|
|
115
|
+
searchEmpty: {
|
|
116
|
+
type: String,
|
|
117
|
+
default: 'Empty',
|
|
118
|
+
},
|
|
119
|
+
separatorHeight: {
|
|
120
|
+
type: Number,
|
|
121
|
+
default: 1,
|
|
122
|
+
},
|
|
123
|
+
separatorColor: {
|
|
124
|
+
type: String,
|
|
125
|
+
default: 'transparent',
|
|
126
|
+
},
|
|
127
|
+
show: {
|
|
128
|
+
type: Boolean,
|
|
129
|
+
default: true,
|
|
130
|
+
},
|
|
131
|
+
},
|
|
132
|
+
data: function() {
|
|
133
|
+
return {
|
|
134
|
+
pmt: pmThrottle(),
|
|
135
|
+
dbc: debounce(),
|
|
136
|
+
mmkey: null,
|
|
137
|
+
changeHeight: true, //是否有變更高度, 初始化給true使第一次顯示能自動重算節點高度
|
|
138
|
+
changeDisplay: false, //是否有變更節點顯隱狀態
|
|
139
|
+
changeFilter: false, //是否有變更過濾關鍵字
|
|
140
|
+
lockFromProcess: false, //上鎖, 使能由外部強制變更內部數據items而不會重產items
|
|
141
|
+
lockFromSetRows: false, //上鎖
|
|
142
|
+
scrollRatio: 0, //捲動比例
|
|
143
|
+
scrollInfor: null, //目前捲軸資訊
|
|
144
|
+
filterKeywordsTemp: '', //上次過濾關鍵字
|
|
145
|
+
itemsHeight: 0, //全部節點高度
|
|
146
|
+
useItems: [], //實際需顯示節點陣列
|
|
147
|
+
emItemsTemp: [], //實際需顯示節點之指標陣列
|
|
148
|
+
iNochangeScrollInfor: 0, //觸發changeScrollInfor時但所到scrollInfor為同值之次數
|
|
149
|
+
tNochangeScrollInfor: 0, //增加scrollInfor同值次數時之時間
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
mounted: function() {
|
|
153
|
+
//console.log('mounted')
|
|
154
|
+
|
|
155
|
+
let vo = this
|
|
156
|
+
|
|
157
|
+
//refresh, watch時觸發的change因為元素沒實際高度故無法自動調整, 得於mounted再觸發一次
|
|
158
|
+
vo.refresh('mounted')
|
|
159
|
+
|
|
160
|
+
},
|
|
161
|
+
beforeDestroy: function() {
|
|
162
|
+
//console.log('beforeMount')
|
|
163
|
+
|
|
164
|
+
let vo = this
|
|
165
|
+
|
|
166
|
+
//remove
|
|
167
|
+
if (vo.mmkey !== null) {
|
|
168
|
+
gm.remove(vo.mmkey)
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
},
|
|
172
|
+
watch: {
|
|
173
|
+
|
|
174
|
+
rows: {
|
|
175
|
+
immediate: true,
|
|
176
|
+
deep: true,
|
|
177
|
+
handler(value) {
|
|
178
|
+
//console.log('watch rows', value)
|
|
179
|
+
|
|
180
|
+
let vo = this
|
|
181
|
+
|
|
182
|
+
//setRows
|
|
183
|
+
vo.setRows(value)
|
|
184
|
+
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
|
|
188
|
+
},
|
|
189
|
+
computed: {
|
|
190
|
+
|
|
191
|
+
changeFilterKeyWords: function() {
|
|
192
|
+
//console.log('computed changeFilterKeyWords')
|
|
193
|
+
|
|
194
|
+
let vo = this
|
|
195
|
+
|
|
196
|
+
//ft for trigger
|
|
197
|
+
let ft = vo.filterKeywords
|
|
198
|
+
|
|
199
|
+
//refreshDebounce
|
|
200
|
+
vo.refreshDebounce('changeFilterKeyWords')
|
|
201
|
+
|
|
202
|
+
return ft
|
|
203
|
+
},
|
|
204
|
+
|
|
205
|
+
useSeparatorColor: function() {
|
|
206
|
+
//console.log('computed useSeparatorColor')
|
|
207
|
+
|
|
208
|
+
let vo = this
|
|
209
|
+
|
|
210
|
+
return color2hex(vo.separatorColor)
|
|
211
|
+
},
|
|
212
|
+
|
|
213
|
+
},
|
|
214
|
+
methods: {
|
|
215
|
+
|
|
216
|
+
getSeparatorHeight: function(kitem) {
|
|
217
|
+
//console.log('methods getSeparatorHeight', kitem)
|
|
218
|
+
|
|
219
|
+
let vo = this
|
|
220
|
+
|
|
221
|
+
return kitem > 0 ? vo.separatorHeight : 0
|
|
222
|
+
},
|
|
223
|
+
|
|
224
|
+
setRowsCore: function(rows) {
|
|
225
|
+
// console.log('methods setRowsCore', rows)
|
|
226
|
+
|
|
227
|
+
let vo = this
|
|
228
|
+
|
|
229
|
+
//check
|
|
230
|
+
if (vo.lockFromProcess) {
|
|
231
|
+
let msg = 'disabling call when lockFromProcess'
|
|
232
|
+
return msg
|
|
233
|
+
}
|
|
234
|
+
// if (vo.lockFromSetRows) { //setRows內需呼叫setRowsCore故不能上鎖
|
|
235
|
+
// let msg = 'disabling call when lockFromSetRows'
|
|
236
|
+
// return msg
|
|
237
|
+
// }
|
|
238
|
+
|
|
239
|
+
//check
|
|
240
|
+
if (!isarr(rows)) {
|
|
241
|
+
let msg = 'rows is not array'
|
|
242
|
+
//console.log(msg)
|
|
243
|
+
return msg
|
|
244
|
+
}
|
|
245
|
+
if (size(rows) === 0) {
|
|
246
|
+
let msg = 'rows is empty'
|
|
247
|
+
//console.log(msg)
|
|
248
|
+
return msg
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
//mmkey, 產生mmkey要放在資料變更的地方, 否則beforeCreate只有1次(mounted會比computed還慢), 於vue-cli編譯情況下會有部份情境有問題
|
|
252
|
+
if (vo.mmkey === null) {
|
|
253
|
+
|
|
254
|
+
//mmkey
|
|
255
|
+
vo.mmkey = genID()
|
|
256
|
+
|
|
257
|
+
}
|
|
258
|
+
else {
|
|
259
|
+
|
|
260
|
+
//remove
|
|
261
|
+
gm.remove(vo.mmkey)
|
|
262
|
+
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
//items, lodash使用new Array建構比for+push快
|
|
266
|
+
let items = map(rows, (v, k) => {
|
|
267
|
+
return {
|
|
268
|
+
index: k,
|
|
269
|
+
height: vo.itemMinHeight,
|
|
270
|
+
displayShow: true, //bol, 是否直接顯示此節點
|
|
271
|
+
filterShow: true, //bol, 是否過濾後顯示此節點
|
|
272
|
+
y: k * vo.itemMinHeight,
|
|
273
|
+
row: v,
|
|
274
|
+
}
|
|
275
|
+
})
|
|
276
|
+
|
|
277
|
+
//save
|
|
278
|
+
//vo.items = items
|
|
279
|
+
gm.set(vo.mmkey, items)
|
|
280
|
+
|
|
281
|
+
//changeDisplay, 若由外部強制變更rows或呼叫setRows變更rows, 則需重設changeDisplay使能重算全部節點高度
|
|
282
|
+
vo.changeDisplay = true
|
|
283
|
+
|
|
284
|
+
// //refresh
|
|
285
|
+
// vo.refresh('setRowsCore')
|
|
286
|
+
|
|
287
|
+
},
|
|
288
|
+
|
|
289
|
+
setRows: function(rows) {
|
|
290
|
+
// console.log('methods setRows', rows)
|
|
291
|
+
|
|
292
|
+
let vo = this
|
|
293
|
+
|
|
294
|
+
async function core() {
|
|
295
|
+
|
|
296
|
+
//lock
|
|
297
|
+
vo.lockFromSetRows = true
|
|
298
|
+
|
|
299
|
+
//先儲存scrollInfor一份至scrollInforTemp, 供顯隱後重算scrollInfor
|
|
300
|
+
vo.scrollInforTemp = cloneDeep(vo.scrollInfor)
|
|
301
|
+
|
|
302
|
+
//setRowsCore
|
|
303
|
+
vo.setRowsCore(rows)
|
|
304
|
+
|
|
305
|
+
//refreshCore
|
|
306
|
+
await vo.refreshCore('setRows')
|
|
307
|
+
|
|
308
|
+
//resumeScrollRatio
|
|
309
|
+
vo.resumeScrollRatio()
|
|
310
|
+
|
|
311
|
+
//triggerEvent
|
|
312
|
+
vo.triggerEvent('setRows')
|
|
313
|
+
|
|
314
|
+
//unlock
|
|
315
|
+
vo.lockFromSetRows = false
|
|
316
|
+
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
//core
|
|
320
|
+
core()
|
|
321
|
+
.catch((err) => {
|
|
322
|
+
console.log(err)
|
|
323
|
+
})
|
|
324
|
+
|
|
325
|
+
},
|
|
326
|
+
|
|
327
|
+
refresh: function(from) {
|
|
328
|
+
//console.log('methods refresh', from)
|
|
329
|
+
|
|
330
|
+
let vo = this
|
|
331
|
+
|
|
332
|
+
//refreshCore
|
|
333
|
+
vo.pmt(vo.refreshCore, from)
|
|
334
|
+
.catch(() => { })
|
|
335
|
+
|
|
336
|
+
},
|
|
337
|
+
|
|
338
|
+
refreshCore: async function(from) {
|
|
339
|
+
// console.log('methods refreshCore', from)
|
|
340
|
+
|
|
341
|
+
let vo = this
|
|
342
|
+
|
|
343
|
+
//check
|
|
344
|
+
if (vo.mmkey === null) {
|
|
345
|
+
return
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
//core
|
|
349
|
+
let n = 0
|
|
350
|
+
let limit = 3
|
|
351
|
+
async function core() {
|
|
352
|
+
let pm = genPm()
|
|
353
|
+
|
|
354
|
+
//n
|
|
355
|
+
n += 1
|
|
356
|
+
// console.log('n', n)
|
|
357
|
+
|
|
358
|
+
//check, 取得元素高度因文字換行會有來回變動問題, 需有強制跳出機制
|
|
359
|
+
if (n > limit) {
|
|
360
|
+
// console.log(`forced termination: call refreshCore ${limit} [from: ${from}]`)
|
|
361
|
+
pm.resolve(false)
|
|
362
|
+
return pm
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
//genUseItems
|
|
366
|
+
vo.genUseItems()
|
|
367
|
+
|
|
368
|
+
//delay
|
|
369
|
+
await delay(1)
|
|
370
|
+
|
|
371
|
+
//filterItems
|
|
372
|
+
vo.filterItems()
|
|
373
|
+
|
|
374
|
+
//delay
|
|
375
|
+
await delay(1)
|
|
376
|
+
|
|
377
|
+
//updateItemsHeight
|
|
378
|
+
let b = vo.updateItemsHeight()
|
|
379
|
+
|
|
380
|
+
//resolve
|
|
381
|
+
pm.resolve(b)
|
|
382
|
+
|
|
383
|
+
return pm
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
async function call() {
|
|
387
|
+
|
|
388
|
+
//若任何元素高度有變更則再重新計算需顯示的節點, 此時的確有可能會載入新節點, 所以原本給予節點之預設高度不能太高, 偵測時元素就多是變高, 所以需顯示的節點就會變少, 避免造成重新載入新節點狀況
|
|
389
|
+
let r = await core()
|
|
390
|
+
while (r) {
|
|
391
|
+
r = await core()
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
//call
|
|
397
|
+
await call()
|
|
398
|
+
|
|
399
|
+
//genUseItems
|
|
400
|
+
vo.genUseItems()
|
|
401
|
+
|
|
402
|
+
//delayShow
|
|
403
|
+
for (let k = 0; k < size(vo.useItems); k++) {
|
|
404
|
+
let v = vo.useItems[k]
|
|
405
|
+
if (!v.delayShow) {
|
|
406
|
+
v.delayShow = true
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
},
|
|
411
|
+
|
|
412
|
+
refreshDebounce: function(from) {
|
|
413
|
+
//console.log('methods refreshDebounce', from)
|
|
414
|
+
|
|
415
|
+
let vo = this
|
|
416
|
+
|
|
417
|
+
//dbc
|
|
418
|
+
vo.dbc(() => {
|
|
419
|
+
|
|
420
|
+
//refresh
|
|
421
|
+
vo.refresh(from)
|
|
422
|
+
|
|
423
|
+
})
|
|
424
|
+
|
|
425
|
+
},
|
|
426
|
+
|
|
427
|
+
genUseItems: function() {
|
|
428
|
+
//console.log('methods genUseItems')
|
|
429
|
+
|
|
430
|
+
let vo = this
|
|
431
|
+
|
|
432
|
+
//check
|
|
433
|
+
if (vo.mmkey === null) {
|
|
434
|
+
return
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
//default scrollInfor
|
|
438
|
+
if (vo.scrollInfor === null) {
|
|
439
|
+
vo.scrollInfor = {
|
|
440
|
+
r: 0,
|
|
441
|
+
t: 0,
|
|
442
|
+
b: vo.viewHeightMax,
|
|
443
|
+
ch: vo.itemsHeight,
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
//items
|
|
448
|
+
//let items = vo.items
|
|
449
|
+
let items = gm.get(vo.mmkey)
|
|
450
|
+
|
|
451
|
+
//n
|
|
452
|
+
let n = size(items)
|
|
453
|
+
|
|
454
|
+
//check
|
|
455
|
+
if (n === 0) {
|
|
456
|
+
return
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
//indStart, 該元素區(底部)有侵入顯示區
|
|
460
|
+
let indStartActual = binarySearch(items, (ind) => {
|
|
461
|
+
let v = items[ind]
|
|
462
|
+
let dy = vo.scrollInfor.t - (v.y + v.height)
|
|
463
|
+
return dy
|
|
464
|
+
})
|
|
465
|
+
if (indStartActual === null) {
|
|
466
|
+
indStartActual = 0
|
|
467
|
+
}
|
|
468
|
+
let indStart = Math.max(indStartActual - vo.itemsPreload, 0)
|
|
469
|
+
|
|
470
|
+
//indEnd, 該元素區(頂部)有侵入顯示區
|
|
471
|
+
let indEndActual = binarySearch(items, (ind) => {
|
|
472
|
+
let v = items[ind]
|
|
473
|
+
let dy = vo.scrollInfor.b - v.y
|
|
474
|
+
return dy
|
|
475
|
+
})
|
|
476
|
+
if (indEndActual === null) {
|
|
477
|
+
indEndActual = n - 1
|
|
478
|
+
}
|
|
479
|
+
let indEnd = Math.min(indEndActual + vo.itemsPreload, n - 1)
|
|
480
|
+
|
|
481
|
+
//kpDelayShow
|
|
482
|
+
let kpDelayShow = {}
|
|
483
|
+
each(vo.useItems, (v) => {
|
|
484
|
+
kpDelayShow[v.index] = true
|
|
485
|
+
})
|
|
486
|
+
|
|
487
|
+
//useItems
|
|
488
|
+
let useItems = []
|
|
489
|
+
for (let k = indStart; k <= indEnd; k++) {
|
|
490
|
+
let v = {
|
|
491
|
+
...items[k]
|
|
492
|
+
}
|
|
493
|
+
if (v.displayShow && v.filterShow) {
|
|
494
|
+
v.screenY = v.y - vo.scrollInfor.t //換算成實際顯示y向的px位置
|
|
495
|
+
v.nowShow = k >= indStartActual //顯示區下方之預載節點都直接顯示供重算高度
|
|
496
|
+
v.delayShow = kpDelayShow[k] === true //已經顯示的節點就直接顯示, 否則delayShow=false就是延遲顯示
|
|
497
|
+
useItems.push(v)
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
//save
|
|
502
|
+
vo.useItems = useItems
|
|
503
|
+
|
|
504
|
+
//偵測是否已有wdsDiv
|
|
505
|
+
if (vo.$refs.wdsDiv) {
|
|
506
|
+
|
|
507
|
+
//emRows, emItems
|
|
508
|
+
let emRows = map(useItems, 'row')
|
|
509
|
+
let emItems = map(useItems, 'row.item')
|
|
510
|
+
|
|
511
|
+
//emit render
|
|
512
|
+
vo.$emit('render', { eles: vo.$refs.wdsDiv, rows: emRows, items: emItems })
|
|
513
|
+
|
|
514
|
+
//check
|
|
515
|
+
if (!isEqual(vo.emItemsTemp, emItems)) {
|
|
516
|
+
|
|
517
|
+
//emit change-view-items
|
|
518
|
+
vo.$emit('change-view-items', { eles: vo.$refs.wdsDiv, rows: emRows, items: emItems })
|
|
519
|
+
|
|
520
|
+
//save
|
|
521
|
+
vo.emItemsTemp = emItems
|
|
522
|
+
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
},
|
|
528
|
+
|
|
529
|
+
updateItemsHeight: function() {
|
|
530
|
+
// console.log('methods updateItemsHeight')
|
|
531
|
+
|
|
532
|
+
let vo = this
|
|
533
|
+
|
|
534
|
+
//check
|
|
535
|
+
if (vo.mmkey === null) {
|
|
536
|
+
return false
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
//items
|
|
540
|
+
//let items = vo.items
|
|
541
|
+
let items = gm.get(vo.mmkey)
|
|
542
|
+
|
|
543
|
+
//n
|
|
544
|
+
let n = size(items)
|
|
545
|
+
|
|
546
|
+
//check changeHeight, 只偵測已顯示dom的高度是否有變化, 若是變更未顯示節點例如於最末新增節點, 就無法得知有變
|
|
547
|
+
let wdsDiv = get(vo, '$refs.wdsDiv', []) //可能因切換組件導致元素消失
|
|
548
|
+
each(wdsDiv, (v) => {
|
|
549
|
+
if (v.getAttribute) {
|
|
550
|
+
let nowShow = v.getAttribute('nowShow')
|
|
551
|
+
if (nowShow) {
|
|
552
|
+
let index = cint(v.getAttribute('index'))
|
|
553
|
+
if (index >= 0 && index < n) {
|
|
554
|
+
let h = v.offsetHeight //元素不要用margin避免計算高度有誤差
|
|
555
|
+
if (items[index].height !== h) {
|
|
556
|
+
items[index].height = h
|
|
557
|
+
vo.changeHeight = true
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
})
|
|
563
|
+
|
|
564
|
+
//check visible, 若組件未顯示(例如display:none)則不視為高度有變更狀態, 避免無限更新
|
|
565
|
+
if (!vo.show) {
|
|
566
|
+
vo.changeHeight = false
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
//check
|
|
570
|
+
let b = vo.changeHeight || vo.changeDisplay || vo.changeFilter
|
|
571
|
+
if (b) {
|
|
572
|
+
|
|
573
|
+
//update y
|
|
574
|
+
let y = 0
|
|
575
|
+
for (let i = 0; i < n; i++) {
|
|
576
|
+
let v = items[i]
|
|
577
|
+
if (v.y !== y) {
|
|
578
|
+
v.y = y
|
|
579
|
+
}
|
|
580
|
+
if (v.displayShow && v.filterShow) {
|
|
581
|
+
y += v.height
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
//update itemsHeight
|
|
586
|
+
let itemsHeightTemp = vo.itemsHeight
|
|
587
|
+
if (itemsHeightTemp !== y) {
|
|
588
|
+
itemsHeightTemp = y
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
//check empty
|
|
592
|
+
if (itemsHeightTemp === 0) {
|
|
593
|
+
//console.log('偵測出現itemsHeightTemp=0, 強制改為43')
|
|
594
|
+
itemsHeightTemp = 43 //先預算出empty時高度
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
//check same
|
|
598
|
+
let pxLimit = 4 //全部項目高度誤差門檻(px)
|
|
599
|
+
if (Math.abs(vo.itemsHeight - itemsHeightTemp) > pxLimit) { //偵測總項目高度是否與前次差超過pxLimit
|
|
600
|
+
vo.itemsHeight = itemsHeightTemp
|
|
601
|
+
}
|
|
602
|
+
else {
|
|
603
|
+
b = vo.changeDisplay || vo.changeFilter //若沒超過門檻pxLimit, 則b直接使用changeDisplay與changeFilter, 否則b包含changeHeight會影響導致refresh while導致無限偵測
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
//reset
|
|
607
|
+
vo.changeHeight = false
|
|
608
|
+
vo.changeDisplay = false
|
|
609
|
+
vo.changeFilter = false
|
|
610
|
+
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
return b
|
|
614
|
+
},
|
|
615
|
+
|
|
616
|
+
changeScrollInfor: async function(e) {
|
|
617
|
+
// console.log('methods changeScrollInfor', e)
|
|
618
|
+
|
|
619
|
+
let vo = this
|
|
620
|
+
|
|
621
|
+
//check
|
|
622
|
+
if (vo.mmkey === null) {
|
|
623
|
+
return
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
//check
|
|
627
|
+
//不能直接使用偵測scrollInfor是否相等, 因wsp會有resize觸發此事件, 會給出內部的scrollInfor與上次相同故為原值, 若檢查相同則離開將無法重算各動態項目高度
|
|
628
|
+
//仍有非預期行為會持續觸發changeScrollInfor, 且提供的scrollInfor相同, 故改採最大觸發限制
|
|
629
|
+
//因外部不同操作行為會累計次數, 故需要給予指定時間內判斷最大觸發限制
|
|
630
|
+
// console.log('isEqual(vo.scrollInfor, e)', e)
|
|
631
|
+
if (isEqual(vo.scrollInfor, e)) {
|
|
632
|
+
let limitNum = 3 //指定時間內最大相同scrollInfor次數
|
|
633
|
+
let limitTime = 200 //指定時間
|
|
634
|
+
|
|
635
|
+
//check
|
|
636
|
+
let t = Date.now()
|
|
637
|
+
if (t - vo.tNochangeScrollInfor > limitTime) {
|
|
638
|
+
vo.iNochangeScrollInfor = 0
|
|
639
|
+
vo.tNochangeScrollInfor = 0
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
//update
|
|
643
|
+
vo.iNochangeScrollInfor += 1
|
|
644
|
+
vo.tNochangeScrollInfor = Date.now()
|
|
645
|
+
|
|
646
|
+
//check
|
|
647
|
+
if (vo.iNochangeScrollInfor >= limitNum) {
|
|
648
|
+
// console.log(`forced termination: call changeScrollInfor ${limit}`)
|
|
649
|
+
vo.iNochangeScrollInfor = 0
|
|
650
|
+
return
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
//check, 有上鎖時不能執行
|
|
656
|
+
if (vo.lockFromProcess) {
|
|
657
|
+
return
|
|
658
|
+
}
|
|
659
|
+
if (vo.lockFromSetRows) {
|
|
660
|
+
return
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
//save
|
|
664
|
+
vo.scrollInfor = e
|
|
665
|
+
|
|
666
|
+
//refresh
|
|
667
|
+
vo.refresh('changeScrollInfor')
|
|
668
|
+
|
|
669
|
+
},
|
|
670
|
+
|
|
671
|
+
resumeScrollRatio: function() {
|
|
672
|
+
//console.log('methods resumeScrollRatio')
|
|
673
|
+
|
|
674
|
+
let vo = this
|
|
675
|
+
|
|
676
|
+
//resumeRatio
|
|
677
|
+
let t = get(vo, '$refs.wpsc.resumeRatio', null)
|
|
678
|
+
if (t) {
|
|
679
|
+
t(vo.scrollInforTemp)
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
},
|
|
683
|
+
|
|
684
|
+
processItems: async function(opt = {}) {
|
|
685
|
+
//console.log('methods processItems', opt)
|
|
686
|
+
//供外部調用時需要知道什麼時候結束, 故需為async function
|
|
687
|
+
|
|
688
|
+
let vo = this
|
|
689
|
+
|
|
690
|
+
async function core() {
|
|
691
|
+
|
|
692
|
+
//check
|
|
693
|
+
if (vo.mmkey === null) {
|
|
694
|
+
return
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
//lock
|
|
698
|
+
vo.lockFromProcess = true
|
|
699
|
+
|
|
700
|
+
//先儲存scrollInfor一份至scrollInforTemp, 供顯隱後重算scrollInfor
|
|
701
|
+
vo.scrollInforTemp = cloneDeep(vo.scrollInfor)
|
|
702
|
+
|
|
703
|
+
//items
|
|
704
|
+
//let items = vo.items
|
|
705
|
+
let items = gm.get(vo.mmkey)
|
|
706
|
+
|
|
707
|
+
//外部使用fun直接修改items
|
|
708
|
+
let fun = get(opt, 'fun', null)
|
|
709
|
+
if (isfun(fun)) {
|
|
710
|
+
|
|
711
|
+
//呼叫fun, items直接傳入被修改, 因記憶體共用不用回傳覆寫items
|
|
712
|
+
fun(items)
|
|
713
|
+
|
|
714
|
+
//changeDisplay
|
|
715
|
+
vo.changeDisplay = true
|
|
716
|
+
|
|
717
|
+
//changeFilter
|
|
718
|
+
vo.changeFilter = true
|
|
719
|
+
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
//對起訖點設定
|
|
723
|
+
let indStart = get(opt, 'indStart', null)
|
|
724
|
+
let indEnd = get(opt, 'indEnd', null)
|
|
725
|
+
if (isint(indStart) && isint(indEnd)) {
|
|
726
|
+
|
|
727
|
+
//修改displayShow
|
|
728
|
+
let displayShow = get(opt, 'displayShow', null)
|
|
729
|
+
if (isbol(displayShow)) {
|
|
730
|
+
|
|
731
|
+
//each
|
|
732
|
+
for (let k = indStart; k <= indEnd; k++) {
|
|
733
|
+
let item = get(items, k, null)
|
|
734
|
+
if (item) {
|
|
735
|
+
items[k].displayShow = displayShow
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
//changeDisplay
|
|
740
|
+
vo.changeDisplay = true
|
|
741
|
+
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
//修改filterShow
|
|
745
|
+
let filterShow = get(opt, 'filterShow', null)
|
|
746
|
+
if (isbol(filterShow)) {
|
|
747
|
+
|
|
748
|
+
//each
|
|
749
|
+
for (let k = indStart; k <= indEnd; k++) {
|
|
750
|
+
let item = get(items, k, null)
|
|
751
|
+
if (item) {
|
|
752
|
+
items[k].filterShow = filterShow
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
//changeFilter
|
|
757
|
+
vo.changeFilter = true
|
|
758
|
+
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
//refreshCore
|
|
764
|
+
//要先變更changeDisplay才能呼叫refresh, 使內部能重算各顯示元素高度
|
|
765
|
+
//需先refreshCore才能呼叫resumeScrollRatio, 因需由前次scrollInforTemp重算最新的scrollInfor, 使點擊節點於顯隱節點後不會改變位置
|
|
766
|
+
await vo.refreshCore('processItems')
|
|
767
|
+
|
|
768
|
+
//resumeScrollRatio
|
|
769
|
+
vo.resumeScrollRatio()
|
|
770
|
+
|
|
771
|
+
//triggerEvent
|
|
772
|
+
vo.triggerEvent('processItems')
|
|
773
|
+
|
|
774
|
+
//unluck
|
|
775
|
+
vo.lockFromProcess = false
|
|
776
|
+
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
//core
|
|
780
|
+
await core()
|
|
781
|
+
.catch((err) => {
|
|
782
|
+
console.log(err)
|
|
783
|
+
})
|
|
784
|
+
|
|
785
|
+
},
|
|
786
|
+
|
|
787
|
+
filterItems: function() {
|
|
788
|
+
//console.log('methods filterItems')
|
|
789
|
+
|
|
790
|
+
let vo = this
|
|
791
|
+
|
|
792
|
+
//check
|
|
793
|
+
if (vo.mmkey === null) {
|
|
794
|
+
return
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
//check filterKeywordsTemp
|
|
798
|
+
if (vo.filterKeywordsTemp === vo.filterKeywords) {
|
|
799
|
+
return
|
|
800
|
+
}
|
|
801
|
+
vo.filterKeywordsTemp = vo.filterKeywords //因為函數為同步故可以先覆寫至temp
|
|
802
|
+
|
|
803
|
+
//items
|
|
804
|
+
//let items = vo.items
|
|
805
|
+
let items = gm.get(vo.mmkey)
|
|
806
|
+
|
|
807
|
+
//n
|
|
808
|
+
let n = size(items)
|
|
809
|
+
|
|
810
|
+
//check
|
|
811
|
+
if (size(vo.filterKeywords) === 0) {
|
|
812
|
+
|
|
813
|
+
//預設可見
|
|
814
|
+
for (let k = 0; k < n; k++) {
|
|
815
|
+
items[k].filterShow = true
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
}
|
|
819
|
+
else {
|
|
820
|
+
|
|
821
|
+
//fkws, 關鍵字轉小寫再查詢
|
|
822
|
+
let fkws = vo.filterKeywords.toLowerCase()
|
|
823
|
+
|
|
824
|
+
//產生目標字串陣列
|
|
825
|
+
let cs = map(items, (v) => {
|
|
826
|
+
|
|
827
|
+
//r
|
|
828
|
+
let r = v.row
|
|
829
|
+
|
|
830
|
+
//c
|
|
831
|
+
let c = ''
|
|
832
|
+
if (isstr(r)) {
|
|
833
|
+
c = r
|
|
834
|
+
}
|
|
835
|
+
else if (isnum(r)) {
|
|
836
|
+
c = toString(r)
|
|
837
|
+
}
|
|
838
|
+
else if (iseobj(r)) {
|
|
839
|
+
c = join(values(r), '')
|
|
840
|
+
}
|
|
841
|
+
else {
|
|
842
|
+
c = o2j(r)
|
|
843
|
+
}
|
|
844
|
+
c = c.toLowerCase()
|
|
845
|
+
|
|
846
|
+
return c
|
|
847
|
+
})
|
|
848
|
+
|
|
849
|
+
//arrFilter
|
|
850
|
+
let rs = arrFilter(cs, fkws)
|
|
851
|
+
|
|
852
|
+
//update filterShow
|
|
853
|
+
each(items, (v, k) => {
|
|
854
|
+
let r = rs[k]
|
|
855
|
+
items[k].filterShow = r.hasKeyword
|
|
856
|
+
})
|
|
857
|
+
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
//changeFilter
|
|
861
|
+
vo.changeFilter = true
|
|
862
|
+
|
|
863
|
+
},
|
|
864
|
+
|
|
865
|
+
triggerEvent: function(from) {
|
|
866
|
+
//console.log('methods triggerEvent', from)
|
|
867
|
+
|
|
868
|
+
let vo = this
|
|
869
|
+
|
|
870
|
+
//triggerEvent
|
|
871
|
+
let t = get(vo, '$refs.wpsc.triggerEvent', null)
|
|
872
|
+
if (t) {
|
|
873
|
+
t(from)
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
},
|
|
877
|
+
|
|
878
|
+
refreshAndTriggerEvent: async function(from) {
|
|
879
|
+
//console.log('methods refreshAndTriggerEvent', from)
|
|
880
|
+
//供外部呼叫之用
|
|
881
|
+
|
|
882
|
+
let vo = this
|
|
883
|
+
|
|
884
|
+
//refresh
|
|
885
|
+
await vo.refreshCore(from)
|
|
886
|
+
|
|
887
|
+
//triggerEvent
|
|
888
|
+
vo.triggerEvent(from)
|
|
889
|
+
|
|
890
|
+
},
|
|
891
|
+
|
|
892
|
+
},
|
|
893
|
+
}
|
|
894
|
+
</script>
|
|
895
|
+
|
|
896
|
+
<style scoped>
|
|
897
|
+
</style>
|
|
898
|
+
|