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,944 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
:changeValue="changeValue"
|
|
4
|
+
>
|
|
5
|
+
|
|
6
|
+
<transition-group>
|
|
7
|
+
<template v-for="(item,kitem) in itemsTrans">
|
|
8
|
+
|
|
9
|
+
<!-- 要把原生拖曳功能關閉draggable=false -->
|
|
10
|
+
<div
|
|
11
|
+
class="WGroupTags-Trans"
|
|
12
|
+
style="display:inline-block;"
|
|
13
|
+
:key="`${isObjValue?o2j(item):item}`"
|
|
14
|
+
:dragindex="kitem"
|
|
15
|
+
v-domdragdrop="isDraggable?getDgOpt():null"
|
|
16
|
+
@domdragdrop="dragdrop"
|
|
17
|
+
draggable="false"
|
|
18
|
+
>
|
|
19
|
+
<WButtonChip
|
|
20
|
+
:style="`${useMarginStyle}`"
|
|
21
|
+
:text="isObjValue?get(item,`${keyText}`):item"
|
|
22
|
+
:tooltip="isObjValue?get(item,`${keyTooltip}`):null"
|
|
23
|
+
:icon="isObjValue?get(item,`${keyIcon}`):icon"
|
|
24
|
+
:iconColor="getColor(item,'iconColor')"
|
|
25
|
+
:iconColorHover="getColor(item,'iconColorHover')"
|
|
26
|
+
:iconColorActive="getColor(item,'iconColorActive')"
|
|
27
|
+
:iconSize="iconSize"
|
|
28
|
+
:progColor="getColor(item,'progColor')"
|
|
29
|
+
:progBackgroundColor="getColor(item,'progBackgroundColor')"
|
|
30
|
+
:textColor="getColor(item,'textColor')"
|
|
31
|
+
:textColorHover="getColor(item,'textColorHover')"
|
|
32
|
+
:textColorActive="getColor(item,'textColorActive')"
|
|
33
|
+
:textFontSize="textFontSize"
|
|
34
|
+
:borderRadius="borderRadius"
|
|
35
|
+
:borderColor="getColor(item,'borderColor')"
|
|
36
|
+
:borderColorHover="getColor(item,'borderColorHover')"
|
|
37
|
+
:borderColorActive="getColor(item,'borderColorActive')"
|
|
38
|
+
:backgroundColor="getColor(item,'backgroundColor')"
|
|
39
|
+
:backgroundColorHover="getColor(item,'backgroundColorHover')"
|
|
40
|
+
:backgroundColorActive="getColor(item,'backgroundColorActive')"
|
|
41
|
+
:shadow="shadow"
|
|
42
|
+
:shadowStyle="shadowStyle"
|
|
43
|
+
:shadowActive="shadowActive"
|
|
44
|
+
:shadowActiveStyle="shadowActiveStyle"
|
|
45
|
+
:paddingStyle="paddingStyle"
|
|
46
|
+
:shiftLeft="shiftLeft"
|
|
47
|
+
:shiftRight="shiftRight"
|
|
48
|
+
:active="isActive(item)"
|
|
49
|
+
:close="editable && editableClose"
|
|
50
|
+
:editable="editable"
|
|
51
|
+
@click="(msg)=>{clickChip(msg,item,kitem)}"
|
|
52
|
+
@click-close="clickRemoveBtn(item,kitem)"
|
|
53
|
+
>
|
|
54
|
+
<slot
|
|
55
|
+
name="items"
|
|
56
|
+
:item="item"
|
|
57
|
+
:kitem="kitem"
|
|
58
|
+
:active="isActive(item)"
|
|
59
|
+
></slot>
|
|
60
|
+
</WButtonChip>
|
|
61
|
+
</div>
|
|
62
|
+
|
|
63
|
+
</template>
|
|
64
|
+
</transition-group>
|
|
65
|
+
|
|
66
|
+
<template v-if="itemsTrans.length===0">
|
|
67
|
+
|
|
68
|
+
<WButtonChip
|
|
69
|
+
:style="`${useMarginStyle}`"
|
|
70
|
+
_key=""
|
|
71
|
+
:text="nodata"
|
|
72
|
+
:tooltip="nodata"
|
|
73
|
+
:icon="icon"
|
|
74
|
+
:iconColor="iconColor"
|
|
75
|
+
:iconColorHover="iconColorHover"
|
|
76
|
+
:iconColorActive="iconColorActive"
|
|
77
|
+
:iconSize="iconSize"
|
|
78
|
+
:textColor="textColor"
|
|
79
|
+
:textColorHover="textColorHover"
|
|
80
|
+
:textColorActive="textColorActive"
|
|
81
|
+
:textFontSize="textFontSize"
|
|
82
|
+
:borderRadius="borderRadius"
|
|
83
|
+
:borderColor="borderColor"
|
|
84
|
+
:borderColorHover="borderColorHover"
|
|
85
|
+
:borderColorActive="borderColorActive"
|
|
86
|
+
:backgroundColor="backgroundColor"
|
|
87
|
+
:backgroundColorHover="backgroundColorHover"
|
|
88
|
+
:backgroundColorActive="backgroundColorActive"
|
|
89
|
+
:shadow="shadow"
|
|
90
|
+
:shadowStyle="shadowStyle"
|
|
91
|
+
:shadowActive="shadowActive"
|
|
92
|
+
:shadowActiveStyle="shadowActiveStyle"
|
|
93
|
+
:paddingStyle="paddingStyle"
|
|
94
|
+
:shiftLeft="shiftLeft"
|
|
95
|
+
:shiftRight="shiftRight"
|
|
96
|
+
_close="editable && editableClose"
|
|
97
|
+
:editable="true"
|
|
98
|
+
_click="(msg)=>{clickChip(msg,item,kitem)}"
|
|
99
|
+
_click-close="clickRemoveBtn(item,kitem)"
|
|
100
|
+
>
|
|
101
|
+
<slot
|
|
102
|
+
name="items"
|
|
103
|
+
:item="null"
|
|
104
|
+
:kitem="null"
|
|
105
|
+
:active="false"
|
|
106
|
+
></slot>
|
|
107
|
+
</WButtonChip>
|
|
108
|
+
|
|
109
|
+
</template>
|
|
110
|
+
|
|
111
|
+
<div :style="`display:inline-block; vertical-align:middle;`" v-if="editable && editableInput">
|
|
112
|
+
<slot name="input">
|
|
113
|
+
|
|
114
|
+
<template v-if="isObjValue">
|
|
115
|
+
<WButtonChip
|
|
116
|
+
:style="`${useMarginStyle}`"
|
|
117
|
+
:icon="mdiPlusCircle"
|
|
118
|
+
:iconColor="addButtonIconColor"
|
|
119
|
+
:iconColorHover="addButtonIconColorHover"
|
|
120
|
+
:text="addButtonText"
|
|
121
|
+
:textColor="addButtonTextColor"
|
|
122
|
+
:textColorHover="addButtonTextColorHover"
|
|
123
|
+
:backgroundColor="addButtonBackgroundColor"
|
|
124
|
+
:backgroundColorHover="addButtonBackgroundColorHover"
|
|
125
|
+
:tooltip="addButtonTooltip"
|
|
126
|
+
@click="clickAddBtn"
|
|
127
|
+
></WButtonChip>
|
|
128
|
+
</template>
|
|
129
|
+
|
|
130
|
+
<template v-else>
|
|
131
|
+
<WTextSuggest
|
|
132
|
+
:style="`${useMarginStyle} width:${inputTextWidth}px;`"
|
|
133
|
+
:textColor="inputTextColor"
|
|
134
|
+
:expansionIconColor="inputExpansionIconColor"
|
|
135
|
+
:itemTextColor="suggectItemTextColor"
|
|
136
|
+
:itemTextColorHover="suggectItemTextColorHover"
|
|
137
|
+
:itemFontSize="suggectItemFontSize"
|
|
138
|
+
:itemBackgroundColor="suggectItemBackgroundColor"
|
|
139
|
+
:itemBackgroundColorHover="suggectItemBackgroundColorHover"
|
|
140
|
+
:shadow="false"
|
|
141
|
+
:borderColor="inputTextBorderColor"
|
|
142
|
+
:borderColorHover="inputTextBorderColorHover"
|
|
143
|
+
:borderColorFocus="inputTextBorderColorFocus"
|
|
144
|
+
:backgroundColor="inputTextBackgroundColor"
|
|
145
|
+
:backgroundColorHover="inputTextBackgroundColorHover"
|
|
146
|
+
:backgroundColorFocus="inputTextBackgroundColorFocus"
|
|
147
|
+
:showExpansionIcon="false"
|
|
148
|
+
:rightIcon="mdiPlusCircle"
|
|
149
|
+
:rightIconColor="inputTextButtonColor"
|
|
150
|
+
:rightIconColorHover="inputTextButtonColorHover"
|
|
151
|
+
:rightIconColorFocus="inputTextButtonColorFocus"
|
|
152
|
+
:rightIconTooltip="inputTextButtonTooltip"
|
|
153
|
+
:items="suggests"
|
|
154
|
+
:placeholder="placeholder"
|
|
155
|
+
:searchEmpty="searchEmpty"
|
|
156
|
+
v-model="userinput"
|
|
157
|
+
@enter="clickAddBtn"
|
|
158
|
+
@click-right="clickAddBtn"
|
|
159
|
+
></WTextSuggest>
|
|
160
|
+
</template>
|
|
161
|
+
|
|
162
|
+
</slot>
|
|
163
|
+
</div>
|
|
164
|
+
|
|
165
|
+
</div>
|
|
166
|
+
</template>
|
|
167
|
+
|
|
168
|
+
<script>
|
|
169
|
+
import { mdiPlusCircle } from '@mdi/js'
|
|
170
|
+
import get from 'lodash/get'
|
|
171
|
+
import each from 'lodash/each'
|
|
172
|
+
import cloneDeep from 'lodash/cloneDeep'
|
|
173
|
+
import trim from 'lodash/trim'
|
|
174
|
+
import every from 'lodash/every'
|
|
175
|
+
import pullAt from 'lodash/pullAt'
|
|
176
|
+
import filter from 'lodash/filter'
|
|
177
|
+
import isEqual from 'lodash/isEqual'
|
|
178
|
+
import size from 'lodash/size'
|
|
179
|
+
import genID from 'wsemi/src/genID.mjs'
|
|
180
|
+
import o2j from 'wsemi/src/o2j.mjs'
|
|
181
|
+
import isobj from 'wsemi/src/isobj.mjs'
|
|
182
|
+
import genPm from 'wsemi/src/genPm.mjs'
|
|
183
|
+
import WButtonChip from './WButtonChip.vue'
|
|
184
|
+
import WTextSuggest from './WTextSuggest.vue'
|
|
185
|
+
import parseSpace from '../js/parseSpace.mjs'
|
|
186
|
+
import domDragDrop from '../js/domDragDrop.mjs'
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* @vue-prop {Array} [value=[]] 輸入項目的字串陣列或物件陣列,預設[]
|
|
191
|
+
* @vue-prop {Boolean} [useActive=false] 輸入項目是否使用點擊成為活耀狀態,預設false
|
|
192
|
+
* @vue-prop {Object} [valueActive=null] 輸入活耀項目物件,預設null
|
|
193
|
+
* @vue-prop {String} [keyText='text'] 輸入項目為物件時,存放顯示文字之欄位字串,預設'text'
|
|
194
|
+
* @vue-prop {String} [keyIcon='icon'] 輸入項目為物件時,存放圖標之欄位字串,預設'icon'
|
|
195
|
+
* @vue-prop {String} [keyTooltip='tooltip'] 輸入項目為物件時,存放提示之欄位字串,預設'tooltip'
|
|
196
|
+
* @vue-prop {Boolean} [useColorsFromItem=false] 輸入當項目為物件時,是否使用其內相關顏色設定用以覆蓋預設值,預設false
|
|
197
|
+
* @vue-prop {String} [icon=''] 輸入左側圖標字串,預設''
|
|
198
|
+
* @vue-prop {String} [iconColor='black'] 輸入圖標顏色字串,預設'black'
|
|
199
|
+
* @vue-prop {String} [iconColorHover='grey darken-3'] 輸入滑鼠移入時圖標顏色字串,預設'grey darken-3'
|
|
200
|
+
* @vue-prop {String} [iconColorActive='white'] 輸入主動模式時圖標顏色字串,預設'white'
|
|
201
|
+
* @vue-prop {Number} [iconSize=22] 輸入左側圖標之尺寸數字,單位px,預設22
|
|
202
|
+
* @vue-prop {String} [progColor='rgba(150,150,150,0.4)'] 輸入進度條背景顏色字串,預設'rgba(150,150,150,0.4)'
|
|
203
|
+
* @vue-prop {String} [progBackgroundColor='rgba(150,150,150,0.075)'] 輸入進度條顏色字串,預設'rgba(150,150,150,0.075)'
|
|
204
|
+
* @vue-prop {String} [textColor='black'] 輸入文字顏色字串,預設'black'
|
|
205
|
+
* @vue-prop {String} [textColorHover='grey darken-3'] 輸入滑鼠移入時文字顏色字串,預設'grey darken-3'
|
|
206
|
+
* @vue-prop {String} [textColorActive='white'] 輸入主動模式時文字顏色字串,預設'white'
|
|
207
|
+
* @vue-prop {String} [textFontSize='0.85rem'] 輸入文字字型大小字串,預設'0.85rem'
|
|
208
|
+
* @vue-prop {Number} [borderRadius=30] 輸入框圓角度數字,單位為px,預設30
|
|
209
|
+
* @vue-prop {String} [borderColor='transparent'] 輸入邊框顏色字串,預設'transparent'
|
|
210
|
+
* @vue-prop {String} [borderColorHover='transparent'] 輸入滑鼠移入時邊框顏色字串,預設'transparent'
|
|
211
|
+
* @vue-prop {String} [borderColorActive='transparent'] 輸入主動模式時邊框顏色字串,預設'transparent'
|
|
212
|
+
* @vue-prop {String} [backgroundColor='transparent'] 輸入背景顏色字串,預設'transparent'
|
|
213
|
+
* @vue-prop {String} [backgroundColorHover='rgba(200,200,200,0.25)'] 輸入滑鼠移入時背景顏色字串,預設'rgba(200,200,200,0.25)'
|
|
214
|
+
* @vue-prop {String} [backgroundColorActive='orange'] 輸入主動模式時背景顏色字串,預設'orange'
|
|
215
|
+
* @vue-prop {Object} [marginStyle={top:10,bottom:10,left:0,right:10}] 輸入外距設定物件,可用鍵值為v、h、left、right、top、bottom,v代表同時設定top與bottom,h代表設定left與right,若有重複設定時後面鍵值會覆蓋前面,各鍵值為寬度數字,單位為px,預設{top:10,bottom:10,left:0,right:10}
|
|
216
|
+
* @vue-prop {Boolean} [shadow=true] 輸入是否顯示陰影,預設true
|
|
217
|
+
* @vue-prop {String} [shadowStyle=''] 輸入陰影顏色字串,預設值詳見props
|
|
218
|
+
* @vue-prop {Boolean} [shadowActive=true] 輸入主動模式時是否顯示陰影,預設true
|
|
219
|
+
* @vue-prop {String} [shadowActiveStyle=''] 輸入主動模式時陰影顏色字串,預設值詳見props
|
|
220
|
+
* @vue-prop {Object} [paddingStyle={v:3,h:15}] 輸入內寬距離物件,可用鍵值為v、h、left、right、top、bottom,v代表同時設定top與bottom,h代表設定left與right,若有重複設定時後面鍵值會覆蓋前面,各鍵值為寬度數字,單位為px,預設{v:3,h:15}
|
|
221
|
+
* @vue-prop {Number} [shiftLeft=0] 輸入左側內寬平移距離數字,會對paddingStyle設定再添加,可調整例如圖標與左側邊框距離,單位px,預設0
|
|
222
|
+
* @vue-prop {Number} [shiftRight=0] 輸入右側內寬平移距離數字,會對paddingStyle設定再添加,可調整例如關閉圖標與右側邊框距離,單位px,預設0
|
|
223
|
+
* @vue-prop {Array} [suggests=[]] 輸入可選(建議)項目陣列,預設[]
|
|
224
|
+
* @vue-prop {String} [placeholder=''] 輸入無文字時的替代字符字串,預設''
|
|
225
|
+
* @vue-prop {String} [searchEmpty='Empty'] 輸入無過濾結果字串,預設'Empty'
|
|
226
|
+
* @vue-prop {Number} [inputTextWidth=150] 輸入新增按鈕或輸入框區寬度數字,單位px,預設150
|
|
227
|
+
* @vue-prop {String} [inputTextColor='black'] 輸入文字顏色字串,預設'black'
|
|
228
|
+
* @vue-prop {String} [inputTextBackgroundColor='white'] 輸入輸入框背景顏色字串,預設'white'
|
|
229
|
+
* @vue-prop {String} [inputTextBackgroundColorHover='white'] 輸入滑鼠移入時輸入框背景顏色字串,預設'white'
|
|
230
|
+
* @vue-prop {String} [inputTextBackgroundColorFocus='grey lighten-5'] 輸入取得焦點時輸入框背景顏色字串,預設'grey lighten-5'
|
|
231
|
+
* @vue-prop {String} [inputTextBorderColor='grey lighten-1'] 輸入輸入框邊框顏色字串,預設'grey lighten-1'
|
|
232
|
+
* @vue-prop {String} [inputTextBorderColorHover='grey'] 輸入滑鼠移入時輸入框邊框字串,預設'grey'
|
|
233
|
+
* @vue-prop {String} [inputTextBorderColorFocus='grey'] 輸入取得焦點時輸入框文字邊框字串,預設'grey'
|
|
234
|
+
* @vue-prop {String} [inputTextButtonColor='grey lighten-1'] 輸入輸入框按鈕顏色字串,預設'grey lighten-1'
|
|
235
|
+
* @vue-prop {String} [inputTextButtonColorHover='grey'] 輸入滑鼠移入時輸入框按鈕顏色字串,預設'grey'
|
|
236
|
+
* @vue-prop {String} [inputTextButtonColorFocus='grey'] 輸入取得焦點時輸入框按鈕顏色字串,預設'grey'
|
|
237
|
+
* @vue-prop {String} [inputTextButtonTooltip='Add'] 輸入輸入框右側按鈕提示文字字串,預設'Add'
|
|
238
|
+
* @vue-prop {String} [inputExpansionIconColor='grey'] 輸入輸入框右側圖標顏色字串,預設'grey'
|
|
239
|
+
* @vue-prop {String} [suggectItemTextColor='grey darken-3'] 輸入輸入框下拉選單項目文字顏色字串,預設'grey darken-3'
|
|
240
|
+
* @vue-prop {String} [suggectItemTextColorHover='light-blue darken-2'] 輸入輸入框下拉選單項目文字Hover顏色字串,預設'light-blue darken-2'
|
|
241
|
+
* @vue-prop {String} [suggectItemFontSize='0.9rem'] 輸入輸入框下拉選單項目顯示文字大小字串,預設'0.9rem'
|
|
242
|
+
* @vue-prop {String} [suggectItemBackgroundColor='white'] 輸入輸入框下拉選單項目背景顏色字串,預設'white'
|
|
243
|
+
* @vue-prop {String} [suggectItemBackgroundColorHover='light-blue lighten-5'] 輸入輸入框下拉選單項目背景Hover顏色字串,預設'light-blue lighten-5'
|
|
244
|
+
* @vue-prop {String} [addButtonText='Add'] 輸入新增按鈕文字字串,預設'Add'
|
|
245
|
+
* @vue-prop {String} [addButtonTextColor='black'] 輸入新增按鈕文字顏色字串,預設'black'
|
|
246
|
+
* @vue-prop {String} [addButtonTextColorHover='black'] 輸入滑鼠移入時新增按鈕文字顏色字串,預設'black'
|
|
247
|
+
* @vue-prop {String} [addButtonIconColor='pink darken-1'] 輸入新增按鈕圖標顏色字串,預設'pink darken-1'
|
|
248
|
+
* @vue-prop {String} [addButtonIconColorHover='pink darken-1'] 輸入滑鼠移入時新增按鈕圖標顏色字串,預設'pink darken-1'
|
|
249
|
+
* @vue-prop {String} [addButtonBackgroundColor='white'] 輸入新增按鈕背景顏色字串,預設'white'
|
|
250
|
+
* @vue-prop {String} [addButtonBackgroundColorHover='white'] 輸入滑鼠移入時新增按鈕背景顏色字串,預設'white'
|
|
251
|
+
* @vue-prop {String} [addButtonTooltip='Add'] 輸入新增按鈕提示文字字串,預設'Add'
|
|
252
|
+
* @vue-prop {Boolean} [closeWithInterceptor=false] 輸入是否通過攔截器來決定是否進行關閉,此處之攔截器係用promise來控制,當使用者點擊關閉時可先行確認或提示。當closeWithInterceptor=true時,於click-close事件所接收物件資訊中的pm,使用pm.resolve()則代表確定關閉,反之pm.reject()則取消關閉事件,預設false
|
|
253
|
+
* @vue-prop {Boolean} [draggable=true] 輸入是否可拖曳模式,預設true
|
|
254
|
+
* @vue-prop {Boolean} [editable=true] 輸入是否為編輯模式,預設true
|
|
255
|
+
* @vue-prop {Boolean} [editableClose=true] 輸入editable=true時,是否顯示關閉按鈕,預設true
|
|
256
|
+
* @vue-prop {Boolean} [editableInput=true] 輸入editable=true時,是否使用預設的slot input,預設true
|
|
257
|
+
* @vue-prop {Boolean} [enableCloseEventOnly=false] 輸入點擊移除按鈕時是否僅開啟關閉事件,代表不自動刪除項目,需通過監聽關閉事件@click-close自行處理刪除功能,預設false
|
|
258
|
+
* @vue-prop {String} [nodata='無'] 輸入無任何字串陣列時的預設文字字串,預設'無'
|
|
259
|
+
*/
|
|
260
|
+
export default {
|
|
261
|
+
directives: {
|
|
262
|
+
domdragdrop: domDragDrop(),
|
|
263
|
+
},
|
|
264
|
+
components: {
|
|
265
|
+
WButtonChip,
|
|
266
|
+
WTextSuggest,
|
|
267
|
+
},
|
|
268
|
+
props: {
|
|
269
|
+
value: {
|
|
270
|
+
type: Array,
|
|
271
|
+
default: () => [],
|
|
272
|
+
},
|
|
273
|
+
useActive: {
|
|
274
|
+
type: Boolean,
|
|
275
|
+
default: false,
|
|
276
|
+
},
|
|
277
|
+
valueActive: {
|
|
278
|
+
type: [String, Object],
|
|
279
|
+
default: null,
|
|
280
|
+
},
|
|
281
|
+
keyText: {
|
|
282
|
+
type: String,
|
|
283
|
+
default: 'text',
|
|
284
|
+
},
|
|
285
|
+
keyIcon: {
|
|
286
|
+
type: String,
|
|
287
|
+
default: 'icon',
|
|
288
|
+
},
|
|
289
|
+
keyTooltip: {
|
|
290
|
+
type: String,
|
|
291
|
+
default: 'tooltip',
|
|
292
|
+
},
|
|
293
|
+
useColorsFromItem: {
|
|
294
|
+
type: Boolean,
|
|
295
|
+
default: false,
|
|
296
|
+
},
|
|
297
|
+
icon: {
|
|
298
|
+
type: String,
|
|
299
|
+
default: '',
|
|
300
|
+
},
|
|
301
|
+
iconColor: {
|
|
302
|
+
type: String,
|
|
303
|
+
default: 'black',
|
|
304
|
+
},
|
|
305
|
+
iconColorHover: {
|
|
306
|
+
type: String,
|
|
307
|
+
default: 'grey darken-3',
|
|
308
|
+
},
|
|
309
|
+
iconColorActive: {
|
|
310
|
+
type: String,
|
|
311
|
+
default: 'white',
|
|
312
|
+
},
|
|
313
|
+
iconSize: {
|
|
314
|
+
type: Number,
|
|
315
|
+
default: 22,
|
|
316
|
+
},
|
|
317
|
+
progColor: {
|
|
318
|
+
type: String,
|
|
319
|
+
default: 'rgba(150,150,150,0.4)',
|
|
320
|
+
},
|
|
321
|
+
progBackgroundColor: {
|
|
322
|
+
type: String,
|
|
323
|
+
default: 'rgba(150,150,150,0.075)',
|
|
324
|
+
},
|
|
325
|
+
textColor: {
|
|
326
|
+
type: String,
|
|
327
|
+
default: 'black',
|
|
328
|
+
},
|
|
329
|
+
textColorHover: {
|
|
330
|
+
type: String,
|
|
331
|
+
default: 'grey darken-3',
|
|
332
|
+
},
|
|
333
|
+
textColorActive: {
|
|
334
|
+
type: String,
|
|
335
|
+
default: 'white',
|
|
336
|
+
},
|
|
337
|
+
textFontSize: {
|
|
338
|
+
type: String,
|
|
339
|
+
default: '0.85rem',
|
|
340
|
+
},
|
|
341
|
+
borderRadius: {
|
|
342
|
+
type: Number,
|
|
343
|
+
default: 30,
|
|
344
|
+
},
|
|
345
|
+
borderColor: {
|
|
346
|
+
type: String,
|
|
347
|
+
default: 'transparent',
|
|
348
|
+
},
|
|
349
|
+
borderColorHover: {
|
|
350
|
+
type: String,
|
|
351
|
+
default: 'transparent',
|
|
352
|
+
},
|
|
353
|
+
borderColorActive: {
|
|
354
|
+
type: String,
|
|
355
|
+
default: 'transparent',
|
|
356
|
+
},
|
|
357
|
+
backgroundColor: {
|
|
358
|
+
type: String,
|
|
359
|
+
default: 'transparent',
|
|
360
|
+
},
|
|
361
|
+
backgroundColorHover: {
|
|
362
|
+
type: String,
|
|
363
|
+
default: 'rgba(200,200,200,0.25)',
|
|
364
|
+
},
|
|
365
|
+
backgroundColorActive: {
|
|
366
|
+
type: String,
|
|
367
|
+
default: 'orange',
|
|
368
|
+
},
|
|
369
|
+
marginStyle: {
|
|
370
|
+
type: Object,
|
|
371
|
+
default: () => {
|
|
372
|
+
return {
|
|
373
|
+
top: 10,
|
|
374
|
+
bottom: 10,
|
|
375
|
+
left: 0,
|
|
376
|
+
right: 10,
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
},
|
|
380
|
+
shadow: {
|
|
381
|
+
type: Boolean,
|
|
382
|
+
//default: false,
|
|
383
|
+
default: true,
|
|
384
|
+
},
|
|
385
|
+
shadowStyle: {
|
|
386
|
+
type: String,
|
|
387
|
+
// default: '0 12px 20px -10px {backgroundColorAlpha=0.28}, 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px {backgroundColorAlpha=0.2}',
|
|
388
|
+
//使用黑色短陰影比較符合chip(tag)形象
|
|
389
|
+
default: '0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)',
|
|
390
|
+
},
|
|
391
|
+
shadowActive: {
|
|
392
|
+
type: Boolean,
|
|
393
|
+
default: true,
|
|
394
|
+
},
|
|
395
|
+
shadowActiveStyle: {
|
|
396
|
+
type: String,
|
|
397
|
+
default: '0 12px 20px -10px {backgroundColorActiveAlpha=0.28}, 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px {backgroundColorActiveAlpha=0.2}',
|
|
398
|
+
},
|
|
399
|
+
paddingStyle: {
|
|
400
|
+
type: Object,
|
|
401
|
+
default: () => {
|
|
402
|
+
return {
|
|
403
|
+
v: 3,
|
|
404
|
+
h: 15,
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
},
|
|
408
|
+
shiftLeft: {
|
|
409
|
+
type: Number,
|
|
410
|
+
default: 0,
|
|
411
|
+
},
|
|
412
|
+
shiftRight: {
|
|
413
|
+
type: Number,
|
|
414
|
+
default: 0,
|
|
415
|
+
},
|
|
416
|
+
suggests: {
|
|
417
|
+
type: Array,
|
|
418
|
+
default: () => [],
|
|
419
|
+
},
|
|
420
|
+
placeholder: {
|
|
421
|
+
type: String,
|
|
422
|
+
default: '',
|
|
423
|
+
},
|
|
424
|
+
searchEmpty: {
|
|
425
|
+
type: String,
|
|
426
|
+
default: 'Empty',
|
|
427
|
+
},
|
|
428
|
+
inputTextWidth: {
|
|
429
|
+
type: Number,
|
|
430
|
+
default: 150,
|
|
431
|
+
},
|
|
432
|
+
inputTextColor: {
|
|
433
|
+
type: String,
|
|
434
|
+
default: 'black',
|
|
435
|
+
},
|
|
436
|
+
inputTextBackgroundColor: {
|
|
437
|
+
type: String,
|
|
438
|
+
default: 'white',
|
|
439
|
+
},
|
|
440
|
+
inputTextBackgroundColorHover: {
|
|
441
|
+
type: String,
|
|
442
|
+
default: 'white',
|
|
443
|
+
},
|
|
444
|
+
inputTextBackgroundColorFocus: {
|
|
445
|
+
type: String,
|
|
446
|
+
default: 'grey lighten-5',
|
|
447
|
+
},
|
|
448
|
+
inputTextBorderColor: {
|
|
449
|
+
type: String,
|
|
450
|
+
default: 'grey lighten-1',
|
|
451
|
+
},
|
|
452
|
+
inputTextBorderColorHover: {
|
|
453
|
+
type: String,
|
|
454
|
+
default: 'grey',
|
|
455
|
+
},
|
|
456
|
+
inputTextBorderColorFocus: {
|
|
457
|
+
type: String,
|
|
458
|
+
default: 'grey',
|
|
459
|
+
},
|
|
460
|
+
inputTextButtonColor: {
|
|
461
|
+
type: String,
|
|
462
|
+
default: 'grey lighten-1',
|
|
463
|
+
},
|
|
464
|
+
inputTextButtonColorHover: {
|
|
465
|
+
type: String,
|
|
466
|
+
default: 'grey',
|
|
467
|
+
},
|
|
468
|
+
inputTextButtonColorFocus: {
|
|
469
|
+
type: String,
|
|
470
|
+
default: 'grey',
|
|
471
|
+
},
|
|
472
|
+
inputTextButtonTooltip: {
|
|
473
|
+
type: String,
|
|
474
|
+
default: 'Add',
|
|
475
|
+
},
|
|
476
|
+
inputExpansionIconColor: {
|
|
477
|
+
type: String,
|
|
478
|
+
default: 'grey',
|
|
479
|
+
},
|
|
480
|
+
suggectItemTextColor: {
|
|
481
|
+
type: String,
|
|
482
|
+
default: 'grey darken-3',
|
|
483
|
+
},
|
|
484
|
+
suggectItemTextColorHover: {
|
|
485
|
+
type: String,
|
|
486
|
+
default: 'light-blue darken-2',
|
|
487
|
+
},
|
|
488
|
+
suggectItemFontSize: {
|
|
489
|
+
type: String,
|
|
490
|
+
default: '0.8rem',
|
|
491
|
+
},
|
|
492
|
+
suggectItemBackgroundColor: {
|
|
493
|
+
type: String,
|
|
494
|
+
default: 'white',
|
|
495
|
+
},
|
|
496
|
+
suggectItemBackgroundColorHover: {
|
|
497
|
+
type: String,
|
|
498
|
+
default: 'light-blue lighten-5',
|
|
499
|
+
},
|
|
500
|
+
addButtonText: {
|
|
501
|
+
type: String,
|
|
502
|
+
default: 'Add',
|
|
503
|
+
},
|
|
504
|
+
addButtonTextColor: {
|
|
505
|
+
type: String,
|
|
506
|
+
default: 'black',
|
|
507
|
+
},
|
|
508
|
+
addButtonTextColorHover: {
|
|
509
|
+
type: String,
|
|
510
|
+
default: 'black',
|
|
511
|
+
},
|
|
512
|
+
addButtonIconColor: {
|
|
513
|
+
type: String,
|
|
514
|
+
default: 'pink darken-1',
|
|
515
|
+
},
|
|
516
|
+
addButtonIconColorHover: {
|
|
517
|
+
type: String,
|
|
518
|
+
default: 'pink darken-1',
|
|
519
|
+
},
|
|
520
|
+
addButtonBackgroundColor: {
|
|
521
|
+
type: String,
|
|
522
|
+
default: 'white',
|
|
523
|
+
},
|
|
524
|
+
addButtonBackgroundColorHover: {
|
|
525
|
+
type: String,
|
|
526
|
+
default: 'white',
|
|
527
|
+
},
|
|
528
|
+
addButtonTooltip: {
|
|
529
|
+
type: String,
|
|
530
|
+
default: 'Add',
|
|
531
|
+
},
|
|
532
|
+
closeWithInterceptor: {
|
|
533
|
+
type: Boolean,
|
|
534
|
+
default: false,
|
|
535
|
+
},
|
|
536
|
+
draggable: {
|
|
537
|
+
type: Boolean,
|
|
538
|
+
default: true,
|
|
539
|
+
},
|
|
540
|
+
editable: {
|
|
541
|
+
type: Boolean,
|
|
542
|
+
default: true,
|
|
543
|
+
},
|
|
544
|
+
editableClose: {
|
|
545
|
+
type: Boolean,
|
|
546
|
+
default: true,
|
|
547
|
+
},
|
|
548
|
+
editableInput: {
|
|
549
|
+
type: Boolean,
|
|
550
|
+
default: true,
|
|
551
|
+
},
|
|
552
|
+
enableCloseEventOnly: {
|
|
553
|
+
type: Boolean,
|
|
554
|
+
default: false,
|
|
555
|
+
},
|
|
556
|
+
nodata: {
|
|
557
|
+
type: String,
|
|
558
|
+
default: 'empty',
|
|
559
|
+
},
|
|
560
|
+
},
|
|
561
|
+
data: function() {
|
|
562
|
+
return {
|
|
563
|
+
get,
|
|
564
|
+
o2j,
|
|
565
|
+
|
|
566
|
+
mdiPlusCircle,
|
|
567
|
+
|
|
568
|
+
dgGroupKey: null,
|
|
569
|
+
|
|
570
|
+
itemsTrans: [],
|
|
571
|
+
itemActiveTrans: null,
|
|
572
|
+
userinput: '',
|
|
573
|
+
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
computed: {
|
|
577
|
+
|
|
578
|
+
changeValue: function () {
|
|
579
|
+
//console.log('computed changeValue')
|
|
580
|
+
|
|
581
|
+
let vo = this
|
|
582
|
+
|
|
583
|
+
//save
|
|
584
|
+
vo.itemsTrans = cloneDeep(vo.value)
|
|
585
|
+
vo.itemActiveTrans = cloneDeep(vo.valueActive)
|
|
586
|
+
|
|
587
|
+
return ''
|
|
588
|
+
},
|
|
589
|
+
|
|
590
|
+
isObjValue: function() {
|
|
591
|
+
//console.log('computed isObjValue')
|
|
592
|
+
|
|
593
|
+
let vo = this
|
|
594
|
+
|
|
595
|
+
//check, 因every([])=true
|
|
596
|
+
if (size(vo.itemsTrans) === 0) {
|
|
597
|
+
return false
|
|
598
|
+
}
|
|
599
|
+
return every(vo.itemsTrans, (v) => {
|
|
600
|
+
return isobj(v)
|
|
601
|
+
})
|
|
602
|
+
},
|
|
603
|
+
|
|
604
|
+
isDraggable: function() {
|
|
605
|
+
//console.log('computed isDraggable')
|
|
606
|
+
|
|
607
|
+
let vo = this
|
|
608
|
+
|
|
609
|
+
return vo.draggable && vo.editable
|
|
610
|
+
},
|
|
611
|
+
|
|
612
|
+
useMarginStyle: function() {
|
|
613
|
+
//console.log('computed useMarginStyle')
|
|
614
|
+
|
|
615
|
+
let vo = this
|
|
616
|
+
|
|
617
|
+
//parseSpace
|
|
618
|
+
let cs = parseSpace(vo.marginStyle)
|
|
619
|
+
|
|
620
|
+
//margin
|
|
621
|
+
let margin = `margin:${cs};`
|
|
622
|
+
|
|
623
|
+
return margin
|
|
624
|
+
},
|
|
625
|
+
|
|
626
|
+
},
|
|
627
|
+
methods: {
|
|
628
|
+
|
|
629
|
+
getDgGroupKey: function() {
|
|
630
|
+
//console.log('methods getDgGroupKey')
|
|
631
|
+
|
|
632
|
+
let vo = this
|
|
633
|
+
|
|
634
|
+
//dgGroupKey
|
|
635
|
+
if (vo.dgGroupKey === null) {
|
|
636
|
+
vo.dgGroupKey = `r${genID()}`
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
return vo.dgGroupKey
|
|
640
|
+
},
|
|
641
|
+
|
|
642
|
+
getDgOpt: function() {
|
|
643
|
+
//console.log('methods getDgOpt')
|
|
644
|
+
|
|
645
|
+
let vo = this
|
|
646
|
+
|
|
647
|
+
//opt, 使用vue directive初始化時於mounted之前就需要group值, 此代表此組件內可互相拖曳之DOM群組識別碼, 故通過function自動取得group
|
|
648
|
+
let opt = {
|
|
649
|
+
group: vo.getDgGroupKey(),
|
|
650
|
+
//attIdentify
|
|
651
|
+
attIndex: 'dragindex',
|
|
652
|
+
attGroup: 'draggroup',
|
|
653
|
+
previewOpacity: 1,
|
|
654
|
+
previewDisabledOpacity: 0.5,
|
|
655
|
+
previewBorderWidth: 0,
|
|
656
|
+
//previewBorderColor
|
|
657
|
+
previewBackground: 'transparent',
|
|
658
|
+
timeDragStartDelay: 1,
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
return opt
|
|
662
|
+
},
|
|
663
|
+
|
|
664
|
+
getColor: function(item, keyColor) {
|
|
665
|
+
//console.log('methods getColor', item, keyColor)
|
|
666
|
+
|
|
667
|
+
let vo = this
|
|
668
|
+
|
|
669
|
+
//c
|
|
670
|
+
let c = null
|
|
671
|
+
if (vo.isObjValue) {
|
|
672
|
+
c = get(item, keyColor, null)
|
|
673
|
+
}
|
|
674
|
+
if (!c) {
|
|
675
|
+
c = get(vo, keyColor, null)
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
return c
|
|
679
|
+
},
|
|
680
|
+
|
|
681
|
+
isActive: function(item) {
|
|
682
|
+
//console.log('methods isActive', item)
|
|
683
|
+
|
|
684
|
+
let vo = this
|
|
685
|
+
|
|
686
|
+
//check
|
|
687
|
+
if (!vo.useActive) {
|
|
688
|
+
return false
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
return isEqual(vo.itemActiveTrans, item)
|
|
692
|
+
},
|
|
693
|
+
|
|
694
|
+
dragdrop: function(msg) {
|
|
695
|
+
// console.log('methods dragdrop', msg)
|
|
696
|
+
|
|
697
|
+
let vo = this
|
|
698
|
+
|
|
699
|
+
if (msg.evName === 'drop') {
|
|
700
|
+
|
|
701
|
+
//startInd, endInd
|
|
702
|
+
let { startInd, endInd } = msg
|
|
703
|
+
|
|
704
|
+
//check
|
|
705
|
+
if (startInd === endInd) {
|
|
706
|
+
return
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
//cloneDeep
|
|
710
|
+
let itemsNew = cloneDeep(vo.itemsTrans)
|
|
711
|
+
|
|
712
|
+
//move
|
|
713
|
+
if (startInd > endInd) { //往前拖曳, 先移除原始拖曳項目, 再於放下位置插入該拖曳項目
|
|
714
|
+
|
|
715
|
+
//pullAt
|
|
716
|
+
let src = pullAt(itemsNew, startInd)[0]
|
|
717
|
+
|
|
718
|
+
//array insert
|
|
719
|
+
itemsNew.splice(endInd, 0, src) //拖曳項目是要放在目標項目之前, 故不能+1
|
|
720
|
+
|
|
721
|
+
}
|
|
722
|
+
else { //往後拖曳, 先複製原始拖曳項目, 並於放下位置插入, 再刪除原始拖曳項目
|
|
723
|
+
|
|
724
|
+
//cloneDeep
|
|
725
|
+
let src = cloneDeep(itemsNew[startInd])
|
|
726
|
+
|
|
727
|
+
//array insert
|
|
728
|
+
itemsNew.splice(endInd + 1, 0, src) //拖曳項目是要放在目標項目之後, 故需要+1
|
|
729
|
+
|
|
730
|
+
//pullAt
|
|
731
|
+
pullAt(itemsNew, startInd)
|
|
732
|
+
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
//$nextTick
|
|
736
|
+
vo.$nextTick(() => {
|
|
737
|
+
|
|
738
|
+
//emit
|
|
739
|
+
vo.$emit('input', itemsNew)
|
|
740
|
+
|
|
741
|
+
})
|
|
742
|
+
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
},
|
|
746
|
+
|
|
747
|
+
clickChip: function(msgTemp, item, kitem) {
|
|
748
|
+
//console.log('methods clickChip', msgTemp, item, kitem)
|
|
749
|
+
|
|
750
|
+
let vo = this
|
|
751
|
+
|
|
752
|
+
//$nextTick
|
|
753
|
+
vo.$nextTick(() => {
|
|
754
|
+
|
|
755
|
+
//useActive
|
|
756
|
+
if (vo.useActive) {
|
|
757
|
+
|
|
758
|
+
//emit
|
|
759
|
+
vo.$emit('update:valueActive', item)
|
|
760
|
+
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
//msg
|
|
764
|
+
let msg = {
|
|
765
|
+
...msgTemp,
|
|
766
|
+
item,
|
|
767
|
+
kitem,
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
//emit
|
|
771
|
+
vo.$emit('click', msg)
|
|
772
|
+
|
|
773
|
+
})
|
|
774
|
+
|
|
775
|
+
},
|
|
776
|
+
|
|
777
|
+
clickAddBtn: function () {
|
|
778
|
+
//console.log('methods clickAddBtn')
|
|
779
|
+
|
|
780
|
+
let vo = this
|
|
781
|
+
|
|
782
|
+
//check
|
|
783
|
+
if (trim(vo.userinput) === '') {
|
|
784
|
+
return
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
//check
|
|
788
|
+
let r = filter(vo.itemsTrans, (v) => {
|
|
789
|
+
return isEqual(v, vo.userinput)
|
|
790
|
+
})
|
|
791
|
+
if (size(r) >= 1) {
|
|
792
|
+
|
|
793
|
+
//$nextTick
|
|
794
|
+
vo.$nextTick(() => {
|
|
795
|
+
|
|
796
|
+
//emit
|
|
797
|
+
vo.$emit('error', 'disable duplicate values')
|
|
798
|
+
|
|
799
|
+
//clear
|
|
800
|
+
vo.userinput = ''
|
|
801
|
+
|
|
802
|
+
})
|
|
803
|
+
|
|
804
|
+
return
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
//$nextTick
|
|
808
|
+
vo.$nextTick(() => {
|
|
809
|
+
|
|
810
|
+
//push
|
|
811
|
+
vo.itemsTrans.push(trim(vo.userinput))
|
|
812
|
+
|
|
813
|
+
//emit
|
|
814
|
+
vo.$emit('input', vo.itemsTrans)
|
|
815
|
+
|
|
816
|
+
//emit
|
|
817
|
+
vo.$emit('click-add', vo.userinput)
|
|
818
|
+
|
|
819
|
+
//clear
|
|
820
|
+
vo.userinput = ''
|
|
821
|
+
|
|
822
|
+
})
|
|
823
|
+
|
|
824
|
+
},
|
|
825
|
+
|
|
826
|
+
pull: function(ar, kitem) {
|
|
827
|
+
let art = []
|
|
828
|
+
each(ar, (v, k) => {
|
|
829
|
+
if (k !== kitem) {
|
|
830
|
+
art.push(v)
|
|
831
|
+
}
|
|
832
|
+
})
|
|
833
|
+
return art
|
|
834
|
+
},
|
|
835
|
+
|
|
836
|
+
clickRemoveBtn: function (item, kitem) {
|
|
837
|
+
//console.log('methods clickRemoveBtnPromise', item, kitem)
|
|
838
|
+
|
|
839
|
+
let vo = this
|
|
840
|
+
|
|
841
|
+
//check
|
|
842
|
+
if (vo.enableCloseEventOnly) {
|
|
843
|
+
|
|
844
|
+
//$nextTick
|
|
845
|
+
vo.$nextTick(() => {
|
|
846
|
+
|
|
847
|
+
//msg
|
|
848
|
+
let msg = {
|
|
849
|
+
item,
|
|
850
|
+
kitem,
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
//emit
|
|
854
|
+
vo.$emit('click-close', msg)
|
|
855
|
+
|
|
856
|
+
})
|
|
857
|
+
|
|
858
|
+
return
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
//$nextTick
|
|
862
|
+
vo.$nextTick(() => {
|
|
863
|
+
|
|
864
|
+
//closeWithInterceptor
|
|
865
|
+
if (vo.closeWithInterceptor) {
|
|
866
|
+
|
|
867
|
+
//pm
|
|
868
|
+
let pm = genPm()
|
|
869
|
+
|
|
870
|
+
//msg, 給予pm使能於外部中止關閉事件
|
|
871
|
+
let msg = {
|
|
872
|
+
item,
|
|
873
|
+
kitem,
|
|
874
|
+
pm,
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
//emit
|
|
878
|
+
vo.$emit('click-close', msg)
|
|
879
|
+
|
|
880
|
+
//pm
|
|
881
|
+
pm
|
|
882
|
+
.then(() => { //確認關閉
|
|
883
|
+
//console.log('pm then')
|
|
884
|
+
|
|
885
|
+
//useActive and isActive
|
|
886
|
+
if (vo.useActive && vo.isActive(item)) {
|
|
887
|
+
|
|
888
|
+
//emit
|
|
889
|
+
vo.$emit('update:valueActive', null)
|
|
890
|
+
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
//itemsNew
|
|
894
|
+
let itemsNew = vo.pull(vo.itemsTrans, kitem)
|
|
895
|
+
|
|
896
|
+
//emit
|
|
897
|
+
vo.$emit('input', itemsNew)
|
|
898
|
+
|
|
899
|
+
})
|
|
900
|
+
.catch((msg) => { //取消關閉
|
|
901
|
+
//console.log('pm catch', msg)
|
|
902
|
+
})
|
|
903
|
+
|
|
904
|
+
}
|
|
905
|
+
else {
|
|
906
|
+
|
|
907
|
+
//msg
|
|
908
|
+
let msg = {
|
|
909
|
+
item,
|
|
910
|
+
kitem,
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
//emit
|
|
914
|
+
vo.$emit('click-close', msg)
|
|
915
|
+
|
|
916
|
+
//useActive and isActive
|
|
917
|
+
if (vo.useActive && vo.isActive(item)) {
|
|
918
|
+
|
|
919
|
+
//emit
|
|
920
|
+
vo.$emit('update:valueActive', null)
|
|
921
|
+
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
//itemsNew
|
|
925
|
+
let itemsNew = vo.pull(vo.itemsTrans, kitem)
|
|
926
|
+
|
|
927
|
+
//emit
|
|
928
|
+
vo.$emit('input', itemsNew)
|
|
929
|
+
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
})
|
|
933
|
+
|
|
934
|
+
},
|
|
935
|
+
|
|
936
|
+
},
|
|
937
|
+
}
|
|
938
|
+
</script>
|
|
939
|
+
|
|
940
|
+
<style scoped>
|
|
941
|
+
.WGroupTags-Trans { /* transition-group必須使用class */
|
|
942
|
+
transition: all 0.5s;
|
|
943
|
+
}
|
|
944
|
+
</style>
|