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,1302 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
<div class="head1"><span style="cursor:pointer;" title="open for copy link to view component" onclick="window.open('//yuda-lyu.github.io/w-component-vue/examples/app.html?cmp='+this.innerText,'_blank')">w-group-tags</span></div>
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
<div style="padding:0px;">
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<div class="bk" style="display:block;">
|
|
12
|
+
<demolink
|
|
13
|
+
:kbname="'w-group-tags'"
|
|
14
|
+
:casename="'default'"
|
|
15
|
+
></demolink>
|
|
16
|
+
|
|
17
|
+
<w-group-tags
|
|
18
|
+
v-model="WGroupTags.strings"
|
|
19
|
+
></w-group-tags>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<div class="bk" style="display:block;">
|
|
24
|
+
<demolink
|
|
25
|
+
:kbname="'w-group-tags'"
|
|
26
|
+
:casename="'icon (material)'"
|
|
27
|
+
></demolink>
|
|
28
|
+
|
|
29
|
+
<w-group-tags
|
|
30
|
+
v-model="WGroupTags.strings"
|
|
31
|
+
:icon="mdiChartBubble"
|
|
32
|
+
></w-group-tags>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<div class="bk" style="display:block;">
|
|
37
|
+
<demolink
|
|
38
|
+
:kbname="'w-group-tags'"
|
|
39
|
+
:casename="'icon (fontawesome)'"
|
|
40
|
+
></demolink>
|
|
41
|
+
|
|
42
|
+
<w-group-tags
|
|
43
|
+
v-model="WGroupTags.strings"
|
|
44
|
+
:icon="'fas fa-clipboard-check'"
|
|
45
|
+
></w-group-tags>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
<div class="bk" style="display:block;">
|
|
50
|
+
<demolink
|
|
51
|
+
:kbname="'w-group-tags'"
|
|
52
|
+
:casename="'shiftLeft'"
|
|
53
|
+
></demolink>
|
|
54
|
+
|
|
55
|
+
<w-group-tags
|
|
56
|
+
v-model="WGroupTags.strings"
|
|
57
|
+
:icon="'fas fa-clipboard-check'"
|
|
58
|
+
:shiftLeft="-3"
|
|
59
|
+
></w-group-tags>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
<div class="bk" style="display:block;">
|
|
64
|
+
<demolink
|
|
65
|
+
:kbname="'w-group-tags'"
|
|
66
|
+
:casename="'marginStyle'"
|
|
67
|
+
></demolink>
|
|
68
|
+
|
|
69
|
+
<w-group-tags
|
|
70
|
+
v-model="WGroupTags.strings"
|
|
71
|
+
:icon="'fas fa-clipboard-check'"
|
|
72
|
+
_marginStyle="{v:0,h:20}"
|
|
73
|
+
:marginStyle="{top:0,right:25,bottom:0,left:0}"
|
|
74
|
+
></w-group-tags>
|
|
75
|
+
</div>
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
<div class="bk" style="display:block;">
|
|
79
|
+
<demolink
|
|
80
|
+
:kbname="'w-group-tags'"
|
|
81
|
+
:casename="'inputTextButtonTooltip'"
|
|
82
|
+
></demolink>
|
|
83
|
+
|
|
84
|
+
<w-group-tags
|
|
85
|
+
v-model="WGroupTags.strings"
|
|
86
|
+
:inputTextButtonTooltip="'新增'"
|
|
87
|
+
></w-group-tags>
|
|
88
|
+
</div>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
<div class="bk" style="display:block;">
|
|
92
|
+
<demolink
|
|
93
|
+
:kbname="'w-group-tags'"
|
|
94
|
+
:casename="'inputTextWidth'"
|
|
95
|
+
></demolink>
|
|
96
|
+
|
|
97
|
+
<w-group-tags
|
|
98
|
+
v-model="WGroupTags.strings"
|
|
99
|
+
:inputTextWidth="250"
|
|
100
|
+
></w-group-tags>
|
|
101
|
+
</div>
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
<div class="bk" style="display:block;">
|
|
105
|
+
<demolink
|
|
106
|
+
:kbname="'w-group-tags'"
|
|
107
|
+
:casename="'suggests'"
|
|
108
|
+
></demolink>
|
|
109
|
+
|
|
110
|
+
<w-group-tags
|
|
111
|
+
v-model="WGroupTags.strings"
|
|
112
|
+
:suggests="WGroupTags.suggests"
|
|
113
|
+
></w-group-tags>
|
|
114
|
+
</div>
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
<div class="bk" style="display:block;">
|
|
118
|
+
<demolink
|
|
119
|
+
:kbname="'w-group-tags'"
|
|
120
|
+
:casename="'suggests & placeholder & searchEmpty'"
|
|
121
|
+
></demolink>
|
|
122
|
+
|
|
123
|
+
<w-group-tags
|
|
124
|
+
v-model="WGroupTags.strings"
|
|
125
|
+
:suggests="WGroupTags.suggests"
|
|
126
|
+
:placeholder="'請輸入關鍵字'"
|
|
127
|
+
:searchEmpty="'無符合項目'"
|
|
128
|
+
></w-group-tags>
|
|
129
|
+
</div>
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<div class="bk" style="display:block;">
|
|
133
|
+
<demolink
|
|
134
|
+
:kbname="'w-group-tags'"
|
|
135
|
+
:casename="'suggests & inputTextColor & inputExpansionIconColor'"
|
|
136
|
+
></demolink>
|
|
137
|
+
|
|
138
|
+
<w-group-tags
|
|
139
|
+
v-model="WGroupTags.strings"
|
|
140
|
+
:suggests="WGroupTags.suggests"
|
|
141
|
+
:inputTextColor="'orange darken-2'"
|
|
142
|
+
:inputExpansionIconColor="'orange'"
|
|
143
|
+
></w-group-tags>
|
|
144
|
+
</div>
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
<div class="bk" style="display:block;">
|
|
148
|
+
<demolink
|
|
149
|
+
:kbname="'w-group-tags'"
|
|
150
|
+
:casename="'suggests & suggectItemFontSize & suggectItemTextColor & suggectItemTextColorHover & suggectItemBackgroundColor & suggectItemBackgroundColorHover'"
|
|
151
|
+
></demolink>
|
|
152
|
+
|
|
153
|
+
<w-group-tags
|
|
154
|
+
v-model="WGroupTags.strings"
|
|
155
|
+
:suggests="WGroupTags.suggests"
|
|
156
|
+
:suggectItemFontSize="'0.8rem'"
|
|
157
|
+
:suggectItemTextColor="'orange darken-2'"
|
|
158
|
+
:suggectItemTextColorHover="'white'"
|
|
159
|
+
:suggectItemBackgroundColor="'white'"
|
|
160
|
+
:suggectItemBackgroundColorHover="'orange darken-3'"
|
|
161
|
+
></w-group-tags>
|
|
162
|
+
</div>
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
<div class="bk" style="display:block;">
|
|
166
|
+
<demolink
|
|
167
|
+
:kbname="'w-group-tags'"
|
|
168
|
+
:casename="'inputTextColor & inputTextBorderColor & inputTextBorderColorHover & inputTextBorderColorFocus & inputTextButtonColor & inputTextButtonColorHover & inputTextButtonColorHover & inputTextBackgroundColor & inputTextBackgroundColorHover & inputTextBackgroundColorFocus'"
|
|
169
|
+
></demolink>
|
|
170
|
+
|
|
171
|
+
<w-group-tags
|
|
172
|
+
v-model="WGroupTags.strings"
|
|
173
|
+
:inputTextColor="'indigo darken-1'"
|
|
174
|
+
:inputTextBorderColor="'indigo darken-1'"
|
|
175
|
+
:inputTextBorderColorHover="'indigo darken-1'"
|
|
176
|
+
:inputTextBorderColorFocus="'indigo darken-2'"
|
|
177
|
+
:inputTextButtonColor="'indigo'"
|
|
178
|
+
:inputTextButtonColorHover="'indigo'"
|
|
179
|
+
:inputTextButtonColorFocus="'indigo darken-1'"
|
|
180
|
+
:inputTextBackgroundColor="'white'"
|
|
181
|
+
:inputTextBackgroundColorHover="'#fafaff'"
|
|
182
|
+
:inputTextBackgroundColorFocus="'#f2f2ff'"
|
|
183
|
+
></w-group-tags>
|
|
184
|
+
</div>
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
<div class="bk" style="display:block;">
|
|
188
|
+
<demolink
|
|
189
|
+
:kbname="'w-group-tags'"
|
|
190
|
+
:casename="'object items'"
|
|
191
|
+
></demolink>
|
|
192
|
+
|
|
193
|
+
<w-group-tags
|
|
194
|
+
v-model="WGroupTags.objects"
|
|
195
|
+
@click-add="ckBtnAddObj"
|
|
196
|
+
></w-group-tags>
|
|
197
|
+
|
|
198
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objects</div>
|
|
199
|
+
</div>
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
<div class="bk" style="display:block;">
|
|
203
|
+
<demolink
|
|
204
|
+
:kbname="'w-group-tags'"
|
|
205
|
+
:casename="'object items & keyText'"
|
|
206
|
+
></demolink>
|
|
207
|
+
|
|
208
|
+
<w-group-tags
|
|
209
|
+
v-model="WGroupTags.objectsText"
|
|
210
|
+
:keyText="'value'"
|
|
211
|
+
@click-add="ckBtnAddObjText"
|
|
212
|
+
></w-group-tags>
|
|
213
|
+
|
|
214
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objectsText</div>
|
|
215
|
+
</div>
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
<div class="bk" style="display:block;">
|
|
219
|
+
<demolink
|
|
220
|
+
:kbname="'w-group-tags'"
|
|
221
|
+
:casename="'object items & keyIcon'"
|
|
222
|
+
></demolink>
|
|
223
|
+
|
|
224
|
+
<w-group-tags
|
|
225
|
+
v-model="WGroupTags.objectsIcon"
|
|
226
|
+
:keyIcon="'icon'"
|
|
227
|
+
@click-add="ckBtnAddObjIcon"
|
|
228
|
+
></w-group-tags>
|
|
229
|
+
|
|
230
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objectsIcon</div>
|
|
231
|
+
</div>
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
<div class="bk" style="display:block;">
|
|
235
|
+
<demolink
|
|
236
|
+
:kbname="'w-group-tags'"
|
|
237
|
+
:casename="'object items & keyTooltip'"
|
|
238
|
+
></demolink>
|
|
239
|
+
|
|
240
|
+
<w-group-tags
|
|
241
|
+
v-model="WGroupTags.objectsTooltip"
|
|
242
|
+
:keyTooltip="'tooltip'"
|
|
243
|
+
@click-add="ckBtnAddObjTooltip"
|
|
244
|
+
></w-group-tags>
|
|
245
|
+
|
|
246
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objectsTooltip</div>
|
|
247
|
+
</div>
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
<div class="bk" style="display:block;">
|
|
251
|
+
<demolink
|
|
252
|
+
:kbname="'w-group-tags'"
|
|
253
|
+
:casename="'object items & addButtonText & addButtonTooltip'"
|
|
254
|
+
></demolink>
|
|
255
|
+
|
|
256
|
+
<w-group-tags
|
|
257
|
+
v-model="WGroupTags.objects"
|
|
258
|
+
:addButtonText="'新增'"
|
|
259
|
+
:addButtonTooltip="'新增項目'"
|
|
260
|
+
@click-add="ckBtnAddObj"
|
|
261
|
+
></w-group-tags>
|
|
262
|
+
|
|
263
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objects</div>
|
|
264
|
+
</div>
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
<div class="bk" style="display:block;">
|
|
268
|
+
<demolink
|
|
269
|
+
:kbname="'w-group-tags'"
|
|
270
|
+
:casename="'object items & addButtonTextColor & addButtonTextColorHover & addButtonIconColor & addButtonIconColorHover & addButtonBackgroundColor & addButtonBackgroundColorHover'"
|
|
271
|
+
></demolink>
|
|
272
|
+
|
|
273
|
+
<w-group-tags
|
|
274
|
+
v-model="WGroupTags.objects"
|
|
275
|
+
:addButtonTextColor="'white'"
|
|
276
|
+
:addButtonTextColorHover="'white'"
|
|
277
|
+
:addButtonIconColor="'white'"
|
|
278
|
+
:addButtonIconColorHover="'white'"
|
|
279
|
+
:addButtonBackgroundColor="'yellow darken-3'"
|
|
280
|
+
:addButtonBackgroundColorHover="'yellow darken-2'"
|
|
281
|
+
@click-add="ckBtnAddObj"
|
|
282
|
+
></w-group-tags>
|
|
283
|
+
|
|
284
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objects</div>
|
|
285
|
+
</div>
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
<div class="bk" style="display:block;">
|
|
289
|
+
<demolink
|
|
290
|
+
:kbname="'w-group-tags'"
|
|
291
|
+
:casename="'slot item'"
|
|
292
|
+
></demolink>
|
|
293
|
+
|
|
294
|
+
<w-group-tags
|
|
295
|
+
v-model="WGroupTags.strings"
|
|
296
|
+
@click="ckBtn"
|
|
297
|
+
@click-close="ckBtnClose"
|
|
298
|
+
>
|
|
299
|
+
<template v-slot:items="props">
|
|
300
|
+
<div style="display:flex; align-items:center;">
|
|
301
|
+
<div style="margin-left:-9px; margin-right:5px; display:flex;">
|
|
302
|
+
<w-button-chip
|
|
303
|
+
:text="props.item"
|
|
304
|
+
:textFontSize="'0.75rem'"
|
|
305
|
+
:paddingStyle="{v:0,h:8}"
|
|
306
|
+
:textColor="'#fff'"
|
|
307
|
+
:textColorHover="'#fff'"
|
|
308
|
+
:backgroundColor="'rgba(250,50,120,0.9)'"
|
|
309
|
+
:backgroundColorHover="'rgba(250,50,120,0.9)'"
|
|
310
|
+
@click="ckBtnItem1(props)"
|
|
311
|
+
></w-button-chip>
|
|
312
|
+
</div>
|
|
313
|
+
<div style="display:flex;">
|
|
314
|
+
<w-button-chip
|
|
315
|
+
:text="'View'"
|
|
316
|
+
:textFontSize="'0.75rem'"
|
|
317
|
+
:paddingStyle="{v:0,h:8}"
|
|
318
|
+
:textColor="'#fff'"
|
|
319
|
+
:textColorHover="'#fff'"
|
|
320
|
+
:backgroundColor="'rgba(200,20,170,0.9)'"
|
|
321
|
+
:backgroundColorHover="'rgba(200,20,170,0.9)'"
|
|
322
|
+
@click="ckBtnItem2(props)"
|
|
323
|
+
></w-button-chip>
|
|
324
|
+
</div>
|
|
325
|
+
</div>
|
|
326
|
+
</template>
|
|
327
|
+
</w-group-tags>
|
|
328
|
+
|
|
329
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
330
|
+
</div>
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
<div class="bk" style="display:block;">
|
|
334
|
+
<demolink
|
|
335
|
+
:kbname="'w-group-tags'"
|
|
336
|
+
:casename="'object items & slot item'"
|
|
337
|
+
></demolink>
|
|
338
|
+
|
|
339
|
+
<w-group-tags
|
|
340
|
+
v-model="WGroupTags.objectsSlotText"
|
|
341
|
+
@click="ckBtn"
|
|
342
|
+
@click-close="ckBtnClose"
|
|
343
|
+
@click-add="ckBtnAddObjSlotText"
|
|
344
|
+
>
|
|
345
|
+
<template v-slot:items="props">
|
|
346
|
+
<div style="display:flex; align-items:center;">
|
|
347
|
+
<div style="margin-left:-9px; margin-right:5px; display:flex;">
|
|
348
|
+
<w-button-chip
|
|
349
|
+
:text="props.item.slotTextKind"
|
|
350
|
+
:textFontSize="'0.75rem'"
|
|
351
|
+
:paddingStyle="{v:0,h:8}"
|
|
352
|
+
:textColor="'#fff'"
|
|
353
|
+
:textColorHover="'#fff'"
|
|
354
|
+
:backgroundColor="'rgba(250,50,120,0.9)'"
|
|
355
|
+
:backgroundColorHover="'rgba(250,50,120,0.9)'"
|
|
356
|
+
@click="ckBtnItem1(props)"
|
|
357
|
+
></w-button-chip>
|
|
358
|
+
</div>
|
|
359
|
+
<div style="display:flex;">
|
|
360
|
+
<w-button-chip
|
|
361
|
+
:text="props.item.slotTextLevel"
|
|
362
|
+
:textFontSize="'0.75rem'"
|
|
363
|
+
:paddingStyle="{v:0,h:8}"
|
|
364
|
+
:textColor="'#fff'"
|
|
365
|
+
:textColorHover="'#fff'"
|
|
366
|
+
:backgroundColor="'rgba(200,20,170,0.9)'"
|
|
367
|
+
:backgroundColorHover="'rgba(200,20,170,0.9)'"
|
|
368
|
+
@click="ckBtnItem2(props)"
|
|
369
|
+
></w-button-chip>
|
|
370
|
+
</div>
|
|
371
|
+
</div>
|
|
372
|
+
</template>
|
|
373
|
+
</w-group-tags>
|
|
374
|
+
|
|
375
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objectsSlotText</div>
|
|
376
|
+
</div>
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
<div class="bk" style="display:block;">
|
|
380
|
+
<demolink
|
|
381
|
+
:kbname="'w-group-tags'"
|
|
382
|
+
:casename="'slot input'"
|
|
383
|
+
></demolink>
|
|
384
|
+
|
|
385
|
+
<w-group-tags
|
|
386
|
+
v-model="WGroupTags.strings"
|
|
387
|
+
@click="ckBtn"
|
|
388
|
+
@click-close="ckBtnClose"
|
|
389
|
+
>
|
|
390
|
+
<template v-slot:input>
|
|
391
|
+
<w-button-chip
|
|
392
|
+
:icon="mdiPlusCircle"
|
|
393
|
+
:iconColor="'#fff'"
|
|
394
|
+
:iconColorHover="'#fff'"
|
|
395
|
+
:text="'Add'"
|
|
396
|
+
:textColor="'#fff'"
|
|
397
|
+
:textColorHover="'#fff'"
|
|
398
|
+
:backgroundColor="'rgba(200,20,170,0.9)'"
|
|
399
|
+
:backgroundColorHover="'rgba(200,20,170,0.9)'"
|
|
400
|
+
@click="ckBtnAddString"
|
|
401
|
+
></w-button-chip>
|
|
402
|
+
</template>
|
|
403
|
+
</w-group-tags>
|
|
404
|
+
|
|
405
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
406
|
+
</div>
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
<div class="bk" style="display:block;">
|
|
410
|
+
<demolink
|
|
411
|
+
:kbname="'w-group-tags'"
|
|
412
|
+
:casename="'paddingStyle & icon & iconSize & textFontSize'"
|
|
413
|
+
></demolink>
|
|
414
|
+
|
|
415
|
+
<w-group-tags
|
|
416
|
+
v-model="WGroupTags.strings"
|
|
417
|
+
:paddingStyle="{v:10,h:24}"
|
|
418
|
+
:icon="mdiCodepen"
|
|
419
|
+
:iconSize="26"
|
|
420
|
+
:textFontSize="'0.9rem'"
|
|
421
|
+
></w-group-tags>
|
|
422
|
+
|
|
423
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
424
|
+
</div>
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
<div class="bk" style="display:block;">
|
|
428
|
+
<demolink
|
|
429
|
+
:kbname="'w-group-tags'"
|
|
430
|
+
:casename="'textColor'"
|
|
431
|
+
></demolink>
|
|
432
|
+
|
|
433
|
+
<w-group-tags
|
|
434
|
+
v-model="WGroupTags.strings"
|
|
435
|
+
:textColor="'light-blue darken-3'"
|
|
436
|
+
></w-group-tags>
|
|
437
|
+
|
|
438
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
439
|
+
</div>
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
<div class="bk" style="display:block;">
|
|
443
|
+
<demolink
|
|
444
|
+
:kbname="'w-group-tags'"
|
|
445
|
+
:casename="'textColor & textColorHover'"
|
|
446
|
+
></demolink>
|
|
447
|
+
|
|
448
|
+
<w-group-tags
|
|
449
|
+
v-model="WGroupTags.strings"
|
|
450
|
+
:textColor="'purple darken-1'"
|
|
451
|
+
:textColorHover="'purple darken-4'"
|
|
452
|
+
></w-group-tags>
|
|
453
|
+
|
|
454
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
455
|
+
</div>
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
<div class="bk" style="display:block;">
|
|
459
|
+
<demolink
|
|
460
|
+
:kbname="'w-group-tags'"
|
|
461
|
+
:casename="'icon & iconColor & iconColorHover'"
|
|
462
|
+
></demolink>
|
|
463
|
+
|
|
464
|
+
<w-group-tags
|
|
465
|
+
v-model="WGroupTags.strings"
|
|
466
|
+
:icon="mdiChartBubble"
|
|
467
|
+
:iconColor="'orange'"
|
|
468
|
+
:iconColorHover="'orange darken-2'"
|
|
469
|
+
></w-group-tags>
|
|
470
|
+
|
|
471
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
472
|
+
</div>
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
<div class="bk" style="display:block;">
|
|
476
|
+
<demolink
|
|
477
|
+
:kbname="'w-group-tags'"
|
|
478
|
+
:casename="'borderRadius'"
|
|
479
|
+
></demolink>
|
|
480
|
+
|
|
481
|
+
<w-group-tags
|
|
482
|
+
v-model="WGroupTags.strings"
|
|
483
|
+
:icon="mdiChartBubble"
|
|
484
|
+
:borderRadius="0"
|
|
485
|
+
></w-group-tags>
|
|
486
|
+
|
|
487
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
488
|
+
</div>
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
<div class="bk" style="display:block;">
|
|
492
|
+
<demolink
|
|
493
|
+
:kbname="'w-group-tags'"
|
|
494
|
+
:casename="'borderColor & borderColorHover'"
|
|
495
|
+
></demolink>
|
|
496
|
+
|
|
497
|
+
<w-group-tags
|
|
498
|
+
v-model="WGroupTags.strings"
|
|
499
|
+
:icon="mdiChartBubble"
|
|
500
|
+
:borderColor="'transparent'"
|
|
501
|
+
:borderColorHover="'grey darken-1'"
|
|
502
|
+
></w-group-tags>
|
|
503
|
+
|
|
504
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
505
|
+
</div>
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
<div class="bk" style="display:block;">
|
|
509
|
+
<demolink
|
|
510
|
+
:kbname="'w-group-tags'"
|
|
511
|
+
:casename="'backgroundColor & backgroundColorHover'"
|
|
512
|
+
></demolink>
|
|
513
|
+
|
|
514
|
+
<w-group-tags
|
|
515
|
+
v-model="WGroupTags.strings"
|
|
516
|
+
:icon="mdiChartBubble"
|
|
517
|
+
:backgroundColor="'#fea'"
|
|
518
|
+
:backgroundColorHover="'#ffd888'"
|
|
519
|
+
></w-group-tags>
|
|
520
|
+
|
|
521
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
522
|
+
</div>
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
<div class="bk" style="display:block;">
|
|
526
|
+
<demolink
|
|
527
|
+
:kbname="'w-group-tags'"
|
|
528
|
+
:casename="'no shadow & borderColor & borderColorHover'"
|
|
529
|
+
></demolink>
|
|
530
|
+
|
|
531
|
+
<w-group-tags
|
|
532
|
+
v-model="WGroupTags.strings"
|
|
533
|
+
:borderColor="'grey lighten-1'"
|
|
534
|
+
:borderColorHover="'grey'"
|
|
535
|
+
:shadow="false"
|
|
536
|
+
></w-group-tags>
|
|
537
|
+
|
|
538
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
539
|
+
</div>
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
<div class="bk" style="display:block;">
|
|
543
|
+
<demolink
|
|
544
|
+
:kbname="'w-group-tags'"
|
|
545
|
+
:casename="'shadowStyle'"
|
|
546
|
+
></demolink>
|
|
547
|
+
|
|
548
|
+
<w-group-tags
|
|
549
|
+
v-model="WGroupTags.strings"
|
|
550
|
+
:shadowStyle="'0 12px 20px -10px rgba(250,120,155,0.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(250,120,155,0.2)'"
|
|
551
|
+
></w-group-tags>
|
|
552
|
+
|
|
553
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
554
|
+
</div>
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
<div class="bk" style="display:block;">
|
|
558
|
+
<demolink
|
|
559
|
+
:kbname="'w-group-tags'"
|
|
560
|
+
:casename="'modify prog by callback in click'"
|
|
561
|
+
></demolink>
|
|
562
|
+
|
|
563
|
+
<w-group-tags
|
|
564
|
+
v-model="WGroupTags.strings"
|
|
565
|
+
@click="ckBtnModProg"
|
|
566
|
+
></w-group-tags>
|
|
567
|
+
|
|
568
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
569
|
+
</div>
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
<div class="bk" style="display:block;">
|
|
573
|
+
<demolink
|
|
574
|
+
:kbname="'w-group-tags'"
|
|
575
|
+
:casename="'progColor & progBackgroundColor'"
|
|
576
|
+
></demolink>
|
|
577
|
+
|
|
578
|
+
<w-group-tags
|
|
579
|
+
v-model="WGroupTags.strings"
|
|
580
|
+
:progColor="'rgba(250,50,150,0.4)'"
|
|
581
|
+
:progBackgroundColor="'rgba(250,50,150,0.075)'"
|
|
582
|
+
@click="ckBtnModProg"
|
|
583
|
+
></w-group-tags>
|
|
584
|
+
|
|
585
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
586
|
+
</div>
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
<div class="bk" style="display:block;">
|
|
590
|
+
<demolink
|
|
591
|
+
:kbname="'w-group-tags'"
|
|
592
|
+
:casename="'modify loading by callback in click'"
|
|
593
|
+
></demolink>
|
|
594
|
+
|
|
595
|
+
<w-group-tags
|
|
596
|
+
v-model="WGroupTags.strings"
|
|
597
|
+
@click="ckBtnModLoading"
|
|
598
|
+
></w-group-tags>
|
|
599
|
+
|
|
600
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
601
|
+
</div>
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
<div class="bk" style="display:block;">
|
|
605
|
+
<demolink
|
|
606
|
+
:kbname="'w-group-tags'"
|
|
607
|
+
:casename="'modify loading & textColor & textColorHover'"
|
|
608
|
+
></demolink>
|
|
609
|
+
|
|
610
|
+
<w-group-tags
|
|
611
|
+
v-model="WGroupTags.strings"
|
|
612
|
+
:textColor="'rgba(255,30,60,0.9)'"
|
|
613
|
+
:textColorHover="'rgba(255,20,50,1)'"
|
|
614
|
+
@click="ckBtnModLoading"
|
|
615
|
+
></w-group-tags>
|
|
616
|
+
|
|
617
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
618
|
+
</div>
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
<div class="bk" style="display:block;">
|
|
622
|
+
<demolink
|
|
623
|
+
:kbname="'w-group-tags'"
|
|
624
|
+
:casename="'closeWithInterceptor'"
|
|
625
|
+
></demolink>
|
|
626
|
+
|
|
627
|
+
<w-group-tags
|
|
628
|
+
v-model="WGroupTags.strings"
|
|
629
|
+
:icon="mdiChartBubble"
|
|
630
|
+
:closeWithInterceptor="true"
|
|
631
|
+
@click-close="ckBtnClosePm"
|
|
632
|
+
></w-group-tags>
|
|
633
|
+
|
|
634
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
635
|
+
</div>
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
<div class="bk" style="display:block;">
|
|
639
|
+
<demolink
|
|
640
|
+
:kbname="'w-group-tags'"
|
|
641
|
+
:casename="'not draggable'"
|
|
642
|
+
></demolink>
|
|
643
|
+
|
|
644
|
+
<w-group-tags
|
|
645
|
+
v-model="WGroupTags.strings"
|
|
646
|
+
:icon="mdiChartBubble"
|
|
647
|
+
:draggable="false"
|
|
648
|
+
></w-group-tags>
|
|
649
|
+
|
|
650
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
651
|
+
</div>
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
<div class="bk" style="display:block;">
|
|
655
|
+
<demolink
|
|
656
|
+
:kbname="'w-group-tags'"
|
|
657
|
+
:casename="'not editable'"
|
|
658
|
+
></demolink>
|
|
659
|
+
|
|
660
|
+
<w-group-tags
|
|
661
|
+
v-model="WGroupTags.strings"
|
|
662
|
+
:icon="mdiChartBubble"
|
|
663
|
+
:editable="false"
|
|
664
|
+
></w-group-tags>
|
|
665
|
+
|
|
666
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
667
|
+
</div>
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
<div class="bk" style="display:block;">
|
|
671
|
+
<demolink
|
|
672
|
+
:kbname="'w-group-tags'"
|
|
673
|
+
:casename="'editableClose(no close button)'"
|
|
674
|
+
></demolink>
|
|
675
|
+
|
|
676
|
+
<w-group-tags
|
|
677
|
+
v-model="WGroupTags.strings"
|
|
678
|
+
:icon="mdiChartBubble"
|
|
679
|
+
:editableClose="false"
|
|
680
|
+
></w-group-tags>
|
|
681
|
+
|
|
682
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
683
|
+
</div>
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
<div class="bk" style="display:block;">
|
|
687
|
+
<demolink
|
|
688
|
+
:kbname="'w-group-tags'"
|
|
689
|
+
:casename="'editableInput(no slot input)'"
|
|
690
|
+
></demolink>
|
|
691
|
+
|
|
692
|
+
<w-group-tags
|
|
693
|
+
v-model="WGroupTags.strings"
|
|
694
|
+
:icon="mdiChartBubble"
|
|
695
|
+
:editableInput="false"
|
|
696
|
+
></w-group-tags>
|
|
697
|
+
|
|
698
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
699
|
+
</div>
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
<div class="bk" style="display:block;">
|
|
703
|
+
<demolink
|
|
704
|
+
:kbname="'w-group-tags'"
|
|
705
|
+
:casename="'iconColor & iconColorHover & textColor & textColorHover & borderColor & borderColorHover & backgroundColor & backgroundColorHover & not draggable & no shadow & editableClose(no close button) & editableInput(no slot input)'"
|
|
706
|
+
></demolink>
|
|
707
|
+
|
|
708
|
+
<w-group-tags
|
|
709
|
+
v-model="WGroupTags.strings"
|
|
710
|
+
:icon="mdiChartBubble"
|
|
711
|
+
:iconColor="'pink darken-1'"
|
|
712
|
+
:iconColorHover="'pink'"
|
|
713
|
+
:textColor="'pink darken-1'"
|
|
714
|
+
:textColorHover="'pink'"
|
|
715
|
+
:borderColor="'pink'"
|
|
716
|
+
:borderColorHover="'pink lighten-3'"
|
|
717
|
+
:backgroundColor="'transparent'"
|
|
718
|
+
:backgroundColorHover="'transparent'"
|
|
719
|
+
:shadow="false"
|
|
720
|
+
:draggable="false"
|
|
721
|
+
:editableClose="false"
|
|
722
|
+
:editableInput="false"
|
|
723
|
+
></w-group-tags>
|
|
724
|
+
|
|
725
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
726
|
+
</div>
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
<div class="bk" style="display:block;">
|
|
730
|
+
<demolink
|
|
731
|
+
:kbname="'w-group-tags'"
|
|
732
|
+
:casename="'not editable & nodata'"
|
|
733
|
+
></demolink>
|
|
734
|
+
|
|
735
|
+
<w-group-tags
|
|
736
|
+
v-model="WGroupTags.empty"
|
|
737
|
+
:editable="false"
|
|
738
|
+
:nodata="'無'"
|
|
739
|
+
></w-group-tags>
|
|
740
|
+
|
|
741
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: empty</div>
|
|
742
|
+
</div>
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
<div class="bk" style="display:block;">
|
|
746
|
+
<demolink
|
|
747
|
+
:kbname="'w-group-tags'"
|
|
748
|
+
:casename="'useActive & valueActive'"
|
|
749
|
+
></demolink>
|
|
750
|
+
|
|
751
|
+
<w-group-tags
|
|
752
|
+
v-model="WGroupTags.strings"
|
|
753
|
+
:useActive="true"
|
|
754
|
+
:valueActive.sync="WGroupTags.stringActive"
|
|
755
|
+
></w-group-tags>
|
|
756
|
+
|
|
757
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
758
|
+
</div>
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
<div class="bk" style="display:block;">
|
|
762
|
+
<demolink
|
|
763
|
+
:kbname="'w-group-tags'"
|
|
764
|
+
:casename="'slot item & useActive & valueActive & paddingStyle & textColor & textColorHover & textColorActive & backgroundColor & backgroundColorActive & shadowActiveStyle'"
|
|
765
|
+
></demolink>
|
|
766
|
+
|
|
767
|
+
<w-group-tags
|
|
768
|
+
v-model="WGroupTags.strings"
|
|
769
|
+
:useActive="true"
|
|
770
|
+
:valueActive.sync="WGroupTags.stringActive"
|
|
771
|
+
:paddingStyle="{v:1,h:13}"
|
|
772
|
+
:textColor="'pink lighten-1'"
|
|
773
|
+
:textColorHover="'red accent-3'"
|
|
774
|
+
:textColorActive="'white'"
|
|
775
|
+
:backgroundColor="'white'"
|
|
776
|
+
:backgroundColorActive="'pink lighten-1'"
|
|
777
|
+
:shadowActiveStyle="'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)'"
|
|
778
|
+
>
|
|
779
|
+
<template v-slot:items="props">
|
|
780
|
+
<div style="display:flex; align-items:center;">
|
|
781
|
+
|
|
782
|
+
<div :style="'margin-left:-9px; display:inline-block; border-radius:10px; font-size:0.85rem; user-select:none; padding:0px 12px; '.concat(props.active ? 'color:#263238; background:rgba(255,255,255,0.7);' : 'color:#888; background:rgba(100,100,100,0.1);')">
|
|
783
|
+
Menu
|
|
784
|
+
</div>
|
|
785
|
+
|
|
786
|
+
<div :style="'display:inline-block; font-size:0.85rem; user-select:none; padding:0px 6px; '.concat(props.active ? 'color:#fff;' : 'color:#444;')">
|
|
787
|
+
{{props.item}}
|
|
788
|
+
</div>
|
|
789
|
+
|
|
790
|
+
</div>
|
|
791
|
+
</template>
|
|
792
|
+
</w-group-tags>
|
|
793
|
+
|
|
794
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: strings</div>
|
|
795
|
+
</div>
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
<div class="bk" style="display:block;">
|
|
799
|
+
<demolink
|
|
800
|
+
:kbname="'w-group-tags'"
|
|
801
|
+
:casename="'object items & slot item & editableInput(no slot input) & useActive & valueActive & paddingStyle & textColor & textColorHover & textColorActive & backgroundColor & backgroundColorActive & shadowActiveStyle'"
|
|
802
|
+
></demolink>
|
|
803
|
+
|
|
804
|
+
<w-group-tags
|
|
805
|
+
v-model="WGroupTags.objectsSlotText"
|
|
806
|
+
:editableInput="false"
|
|
807
|
+
:useActive="true"
|
|
808
|
+
:valueActive.sync="WGroupTags.objectsSlotTextActive"
|
|
809
|
+
:paddingStyle="{v:1,h:13}"
|
|
810
|
+
:textColor="'pink lighten-1'"
|
|
811
|
+
:textColorHover="'red accent-3'"
|
|
812
|
+
:textColorActive="'white'"
|
|
813
|
+
:backgroundColor="'white'"
|
|
814
|
+
:backgroundColorActive="'pink lighten-1'"
|
|
815
|
+
:shadowActiveStyle="'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)'"
|
|
816
|
+
>
|
|
817
|
+
<template v-slot:items="props">
|
|
818
|
+
<div style="display:flex; align-items:center;">
|
|
819
|
+
|
|
820
|
+
<div :style="'margin-left:-9px; display:inline-block; border-radius:10px; font-size:0.85rem; user-select:none; padding:0px 12px; '.concat(props.active ? 'color:#263238; background:rgba(255,255,255,0.7);' : 'color:#888; background:rgba(100,100,100,0.1);')">
|
|
821
|
+
{{props.item.slotTextKind}}
|
|
822
|
+
</div>
|
|
823
|
+
|
|
824
|
+
<div :style="'display:inline-block; font-size:0.85rem; user-select:none; padding:0px 6px; '.concat(props.active ? 'color:#fff;' : 'color:#444;')">
|
|
825
|
+
{{props.item.text}}
|
|
826
|
+
</div>
|
|
827
|
+
|
|
828
|
+
</div>
|
|
829
|
+
</template>
|
|
830
|
+
</w-group-tags>
|
|
831
|
+
|
|
832
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objectsSlotText</div>
|
|
833
|
+
</div>
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
<div class="bk" style="display:block;">
|
|
837
|
+
<demolink
|
|
838
|
+
:kbname="'w-group-tags'"
|
|
839
|
+
:casename="'enableCloseEventOnly'"
|
|
840
|
+
></demolink>
|
|
841
|
+
|
|
842
|
+
<w-group-tags
|
|
843
|
+
:enableCloseEventOnly="true"
|
|
844
|
+
v-model="WGroupTags.strings"
|
|
845
|
+
@click-close="ckBtnClose"
|
|
846
|
+
></w-group-tags>
|
|
847
|
+
</div>
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
<div class="bk" style="display:block;">
|
|
851
|
+
<demolink
|
|
852
|
+
:kbname="'w-group-tags'"
|
|
853
|
+
:casename="'object items & slot item & useColorsFromItem & editableInput(no slot input) & no shadow & no shadowActive & useActive & valueActive & paddingStyle'"
|
|
854
|
+
></demolink>
|
|
855
|
+
|
|
856
|
+
<w-group-tags
|
|
857
|
+
v-model="WGroupTags.objectsColor"
|
|
858
|
+
:editableInput="false"
|
|
859
|
+
:shadow="false"
|
|
860
|
+
:shadowActive="false"
|
|
861
|
+
:useActive="true"
|
|
862
|
+
:valueActive.sync="WGroupTags.objectsColorActive"
|
|
863
|
+
:paddingStyle="{v:1,h:12}"
|
|
864
|
+
:useColorsFromItem="true"
|
|
865
|
+
>
|
|
866
|
+
<template v-slot:items="props">
|
|
867
|
+
<div style="display:flex; align-items:center;">
|
|
868
|
+
|
|
869
|
+
<div :style="'margin-left:-9px; display:inline-block; border-radius:10px; font-size:0.85rem; user-select:none; padding:0px 12px; '.concat(props.active ? 'color:#263238; background:rgba(255,255,255,0.7);' : 'color:#888; background:rgba(100,100,100,0.1);')">
|
|
870
|
+
Menu
|
|
871
|
+
</div>
|
|
872
|
+
|
|
873
|
+
<div :style="'display:inline-block; font-size:0.85rem; user-select:none; padding:0px 6px; '.concat(props.active ? 'color:#fff;' : 'color:#444;')">
|
|
874
|
+
{{props.item.text}}
|
|
875
|
+
</div>
|
|
876
|
+
|
|
877
|
+
</div>
|
|
878
|
+
</template>
|
|
879
|
+
</w-group-tags>
|
|
880
|
+
|
|
881
|
+
<div style="padding-left:5px; font-size:0.9rem; color:#ea6;">binding: objectsColor</div>
|
|
882
|
+
</div>
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
</div>
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
</div>
|
|
889
|
+
</template>
|
|
890
|
+
|
|
891
|
+
<script>
|
|
892
|
+
import { mdiEmailVariant, mdiChartBubble, mdiCodepen, mdiPlusCircle } from '@mdi/js'
|
|
893
|
+
import demolink from './components/demolink.vue'
|
|
894
|
+
import WGroupTags from './components/WGroupTags.vue'
|
|
895
|
+
import WButtonChip from './components/WButtonChip.vue'
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
export default {
|
|
899
|
+
components: {
|
|
900
|
+
demolink,
|
|
901
|
+
WGroupTags,
|
|
902
|
+
WButtonChip,
|
|
903
|
+
},
|
|
904
|
+
props: {
|
|
905
|
+
},
|
|
906
|
+
data: function() {
|
|
907
|
+
return {
|
|
908
|
+
mdiEmailVariant,
|
|
909
|
+
mdiChartBubble,
|
|
910
|
+
mdiCodepen,
|
|
911
|
+
mdiPlusCircle,
|
|
912
|
+
'WGroupTags': {
|
|
913
|
+
'strings': [
|
|
914
|
+
'Dashboard',
|
|
915
|
+
'Schedule',
|
|
916
|
+
'Profile',
|
|
917
|
+
'History',
|
|
918
|
+
'Map',
|
|
919
|
+
'聯絡方式'
|
|
920
|
+
],
|
|
921
|
+
'stringActive': 'Dashboard',
|
|
922
|
+
'objects': [
|
|
923
|
+
{
|
|
924
|
+
id: 'id-Dashboard',
|
|
925
|
+
text: 'Dashboard',
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
id: 'id-Schedule',
|
|
929
|
+
text: 'Schedule',
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
id: 'id-Profile',
|
|
933
|
+
text: 'Profile',
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
id: 'id-History',
|
|
937
|
+
text: 'History',
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
id: 'id-Map',
|
|
941
|
+
text: 'Map',
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
id: 'id-contact',
|
|
945
|
+
text: '聯絡方式',
|
|
946
|
+
},
|
|
947
|
+
],
|
|
948
|
+
'objectsText': [
|
|
949
|
+
{
|
|
950
|
+
id: 'id-Dashboard',
|
|
951
|
+
value: 'cmDashboard',
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
id: 'id-Schedule',
|
|
955
|
+
value: 'cmSchedule',
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
id: 'id-Profile',
|
|
959
|
+
value: 'cmProfile',
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
id: 'id-History',
|
|
963
|
+
value: 'cmHistory',
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
id: 'id-Map',
|
|
967
|
+
value: 'cmMap',
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
id: 'id-contact',
|
|
971
|
+
value: 'cm聯絡方式',
|
|
972
|
+
},
|
|
973
|
+
],
|
|
974
|
+
'objectsIcon': [
|
|
975
|
+
{
|
|
976
|
+
id: 'id-Dashboard',
|
|
977
|
+
text: 'Dashboard',
|
|
978
|
+
icon: 'fab fa-accessible-icon',
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
id: 'id-Schedule',
|
|
982
|
+
text: 'Schedule',
|
|
983
|
+
icon: 'fab fa-asymmetrik',
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
id: 'id-Profile',
|
|
987
|
+
text: 'Profile',
|
|
988
|
+
icon: 'fas fa-baby',
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
id: 'id-History',
|
|
992
|
+
text: 'History',
|
|
993
|
+
icon: 'fas fa-balance-scale',
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
id: 'id-Map',
|
|
997
|
+
text: 'Map',
|
|
998
|
+
icon: 'fas fa-blender',
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
id: 'id-contact',
|
|
1002
|
+
text: '聯絡方式',
|
|
1003
|
+
icon: 'fas fa-hands-helping',
|
|
1004
|
+
},
|
|
1005
|
+
],
|
|
1006
|
+
'objectsTooltip': [
|
|
1007
|
+
{
|
|
1008
|
+
id: 'id-Dashboard',
|
|
1009
|
+
text: 'Dashboard',
|
|
1010
|
+
tooltip: 'Dashboard for tooltip',
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
id: 'id-Schedule',
|
|
1014
|
+
text: 'Schedule',
|
|
1015
|
+
tooltip: 'Schedule for tooltip',
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
id: 'id-Profile',
|
|
1019
|
+
text: 'Profile',
|
|
1020
|
+
tooltip: 'Profile for tooltip',
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
id: 'id-History',
|
|
1024
|
+
text: 'History',
|
|
1025
|
+
tooltip: 'History for tooltip',
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
id: 'id-Map',
|
|
1029
|
+
text: 'Map',
|
|
1030
|
+
tooltip: 'Map for tooltip',
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
id: 'id-contact',
|
|
1034
|
+
text: '聯絡方式',
|
|
1035
|
+
tooltip: '聯絡方式 for tooltip',
|
|
1036
|
+
},
|
|
1037
|
+
],
|
|
1038
|
+
'objectsSlotText': [
|
|
1039
|
+
{
|
|
1040
|
+
id: 'id-Dashboard',
|
|
1041
|
+
text: 'Dashboard',
|
|
1042
|
+
slotTextKind: 'Efficacy',
|
|
1043
|
+
slotTextLevel: 'High',
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
id: 'id-Schedule',
|
|
1047
|
+
text: 'Schedule',
|
|
1048
|
+
slotTextKind: 'Efficacy',
|
|
1049
|
+
slotTextLevel: 'Slow',
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
id: 'id-Profile',
|
|
1053
|
+
text: 'Profile',
|
|
1054
|
+
slotTextKind: 'Basic',
|
|
1055
|
+
slotTextLevel: 'None',
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
id: 'id-History',
|
|
1059
|
+
text: 'History',
|
|
1060
|
+
slotTextKind: 'Basic',
|
|
1061
|
+
slotTextLevel: 'None',
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
id: 'id-Map',
|
|
1065
|
+
text: 'Map',
|
|
1066
|
+
slotTextKind: 'Efficacy',
|
|
1067
|
+
slotTextLevel: 'High',
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
id: 'id-contact',
|
|
1071
|
+
text: '聯絡方式',
|
|
1072
|
+
slotTextKind: 'Basic',
|
|
1073
|
+
slotTextLevel: 'None',
|
|
1074
|
+
},
|
|
1075
|
+
],
|
|
1076
|
+
'objectsSlotTextActive': {
|
|
1077
|
+
id: 'id-Dashboard',
|
|
1078
|
+
text: 'Dashboard',
|
|
1079
|
+
slotTextKind: 'Efficacy',
|
|
1080
|
+
slotTextLevel: 'High',
|
|
1081
|
+
},
|
|
1082
|
+
'objectsColor': [
|
|
1083
|
+
{
|
|
1084
|
+
id: 'id-Dashboard',
|
|
1085
|
+
text: 'Dashboard',
|
|
1086
|
+
iconColor: 'pink accent-3',
|
|
1087
|
+
iconColorHover: 'pink accent-3',
|
|
1088
|
+
iconColorActive: 'white',
|
|
1089
|
+
textColor: 'pink accent-3',
|
|
1090
|
+
textColorHover: 'pink accent-3',
|
|
1091
|
+
textColorActive: 'white',
|
|
1092
|
+
borderColor: 'pink accent-3',
|
|
1093
|
+
borderColorHover: 'pink accent-3',
|
|
1094
|
+
borderColorActive: 'pink accent-3',
|
|
1095
|
+
backgroundColor: 'white',
|
|
1096
|
+
backgroundColorHover: 'white',
|
|
1097
|
+
backgroundColorActive: 'pink accent-3',
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
id: 'id-Schedule',
|
|
1101
|
+
text: 'Schedule',
|
|
1102
|
+
iconColor: 'pink accent-3',
|
|
1103
|
+
iconColorHover: 'pink accent-3',
|
|
1104
|
+
iconColorActive: 'white',
|
|
1105
|
+
textColor: 'pink accent-3',
|
|
1106
|
+
textColorHover: 'pink accent-3',
|
|
1107
|
+
textColorActive: 'white',
|
|
1108
|
+
borderColor: 'pink accent-3',
|
|
1109
|
+
borderColorHover: 'pink accent-3',
|
|
1110
|
+
borderColorActive: 'pink accent-3',
|
|
1111
|
+
backgroundColor: 'white',
|
|
1112
|
+
backgroundColorHover: 'white',
|
|
1113
|
+
backgroundColorActive: 'pink accent-3',
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
id: 'id-Profile',
|
|
1117
|
+
text: 'Profile',
|
|
1118
|
+
iconColor: 'pink accent-3',
|
|
1119
|
+
iconColorHover: 'pink accent-3',
|
|
1120
|
+
iconColorActive: 'white',
|
|
1121
|
+
textColor: 'pink accent-3',
|
|
1122
|
+
textColorHover: 'pink accent-3',
|
|
1123
|
+
textColorActive: 'white',
|
|
1124
|
+
borderColor: 'pink accent-3',
|
|
1125
|
+
borderColorHover: 'pink accent-3',
|
|
1126
|
+
borderColorActive: 'pink accent-3',
|
|
1127
|
+
backgroundColor: 'white',
|
|
1128
|
+
backgroundColorHover: 'white',
|
|
1129
|
+
backgroundColorActive: 'pink accent-3',
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
id: 'id-History',
|
|
1133
|
+
text: 'History',
|
|
1134
|
+
iconColor: 'purple darken-1',
|
|
1135
|
+
iconColorHover: 'purple darken-1',
|
|
1136
|
+
iconColorActive: 'white',
|
|
1137
|
+
textColor: 'purple darken-1',
|
|
1138
|
+
textColorHover: 'purple darken-1',
|
|
1139
|
+
textColorActive: 'white',
|
|
1140
|
+
borderColor: 'purple darken-1',
|
|
1141
|
+
borderColorHover: 'purple darken-1',
|
|
1142
|
+
borderColorActive: 'purple darken-1',
|
|
1143
|
+
backgroundColor: 'white',
|
|
1144
|
+
backgroundColorHover: 'white',
|
|
1145
|
+
backgroundColorActive: 'purple darken-1',
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
id: 'id-Map',
|
|
1149
|
+
text: 'Map',
|
|
1150
|
+
iconColor: 'purple darken-1',
|
|
1151
|
+
iconColorHover: 'purple darken-1',
|
|
1152
|
+
iconColorActive: 'white',
|
|
1153
|
+
textColor: 'purple darken-1',
|
|
1154
|
+
textColorHover: 'purple darken-1',
|
|
1155
|
+
textColorActive: 'white',
|
|
1156
|
+
borderColor: 'purple darken-1',
|
|
1157
|
+
borderColorHover: 'purple darken-1',
|
|
1158
|
+
borderColorActive: 'purple darken-1',
|
|
1159
|
+
backgroundColor: 'white',
|
|
1160
|
+
backgroundColorHover: 'white',
|
|
1161
|
+
backgroundColorActive: 'purple darken-1',
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
id: 'id-contact',
|
|
1165
|
+
text: '聯絡方式',
|
|
1166
|
+
iconColor: 'purple darken-1',
|
|
1167
|
+
iconColorHover: 'purple darken-1',
|
|
1168
|
+
iconColorActive: 'white',
|
|
1169
|
+
textColor: 'purple darken-1',
|
|
1170
|
+
textColorHover: 'purple darken-1',
|
|
1171
|
+
textColorActive: 'white',
|
|
1172
|
+
borderColor: 'purple darken-1',
|
|
1173
|
+
borderColorHover: 'purple darken-1',
|
|
1174
|
+
borderColorActive: 'purple darken-1',
|
|
1175
|
+
backgroundColor: 'white',
|
|
1176
|
+
backgroundColorHover: 'white',
|
|
1177
|
+
backgroundColorActive: 'purple darken-1',
|
|
1178
|
+
},
|
|
1179
|
+
],
|
|
1180
|
+
'objectsColorActive': {
|
|
1181
|
+
id: 'id-Dashboard',
|
|
1182
|
+
text: 'Dashboard',
|
|
1183
|
+
iconColor: 'pink accent-3',
|
|
1184
|
+
iconColorHover: 'pink accent-3',
|
|
1185
|
+
iconColorActive: 'white',
|
|
1186
|
+
textColor: 'pink accent-3',
|
|
1187
|
+
textColorHover: 'pink accent-3',
|
|
1188
|
+
textColorActive: 'white',
|
|
1189
|
+
borderColor: 'pink accent-3',
|
|
1190
|
+
borderColorHover: 'pink accent-3',
|
|
1191
|
+
borderColorActive: 'pink accent-3',
|
|
1192
|
+
backgroundColor: 'white',
|
|
1193
|
+
backgroundColorHover: 'white',
|
|
1194
|
+
backgroundColorActive: 'pink accent-3',
|
|
1195
|
+
},
|
|
1196
|
+
'suggests': ['apple', 'orange', 'banana'],
|
|
1197
|
+
'empty': [],
|
|
1198
|
+
},
|
|
1199
|
+
'actions': [
|
|
1200
|
+
],
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1203
|
+
methods: {
|
|
1204
|
+
genName: function() {
|
|
1205
|
+
let chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split('')
|
|
1206
|
+
let radix = chars.length
|
|
1207
|
+
let len = 4
|
|
1208
|
+
let uuid = []
|
|
1209
|
+
for (let i = 0; i < len; i++) uuid[i] = chars[0 | Math.random() * radix]
|
|
1210
|
+
return uuid.join('')
|
|
1211
|
+
},
|
|
1212
|
+
ckBtn: function(msg) {
|
|
1213
|
+
console.log('ckBtn', msg)
|
|
1214
|
+
},
|
|
1215
|
+
ckBtnAddString: function() {
|
|
1216
|
+
console.log('ckBtnAddString')
|
|
1217
|
+
let name = this.genName()
|
|
1218
|
+
this.WGroupTags.strings.push(name)
|
|
1219
|
+
},
|
|
1220
|
+
ckBtnAddObj: function() {
|
|
1221
|
+
console.log('ckBtnAddObj')
|
|
1222
|
+
let name = this.genName()
|
|
1223
|
+
this.WGroupTags.objects.push({ id: 'id-' + name, text: name })
|
|
1224
|
+
},
|
|
1225
|
+
ckBtnAddObjText: function() {
|
|
1226
|
+
console.log('ckBtnAddObjText')
|
|
1227
|
+
let name = this.genName()
|
|
1228
|
+
this.WGroupTags.objectsText.push({ id: 'id-' + name, value: name })
|
|
1229
|
+
},
|
|
1230
|
+
ckBtnAddObjIcon: function() {
|
|
1231
|
+
console.log('ckBtnAddObjIcon')
|
|
1232
|
+
let name = this.genName()
|
|
1233
|
+
this.WGroupTags.objectsIcon.push({ id: 'id-' + name, text: name, icon: 'fas fa-hands-wash' })
|
|
1234
|
+
},
|
|
1235
|
+
ckBtnAddObjTooltip: function() {
|
|
1236
|
+
console.log('ckBtnAddObjTooltip')
|
|
1237
|
+
let name = this.genName()
|
|
1238
|
+
this.WGroupTags.objectsTooltip.push({ id: 'id-' + name, text: name, tooltip: name + ' for tooltip' })
|
|
1239
|
+
},
|
|
1240
|
+
ckBtnAddObjSlotText: function() {
|
|
1241
|
+
console.log('ckBtnAddObjSlotText')
|
|
1242
|
+
let name = this.genName()
|
|
1243
|
+
this.WGroupTags.objectsSlotText.push({ id: 'id-' + name, text: name, slotTextKind: 'Basic', slotTextLevel: 'None' })
|
|
1244
|
+
},
|
|
1245
|
+
ckBtnClose: function(msg) {
|
|
1246
|
+
console.log('ckBtnClose', msg)
|
|
1247
|
+
},
|
|
1248
|
+
ckBtnClosePm: function(msg) {
|
|
1249
|
+
console.log('ckBtnClosePm', msg)
|
|
1250
|
+
alert('pm.resolve() for close')
|
|
1251
|
+
msg.pm.resolve()
|
|
1252
|
+
//msg.pm.reject()
|
|
1253
|
+
},
|
|
1254
|
+
ckBtnItem1: function(msg) {
|
|
1255
|
+
console.log('ckBtnItem1', msg)
|
|
1256
|
+
},
|
|
1257
|
+
ckBtnItem2: function(msg) {
|
|
1258
|
+
console.log('ckBtnItem2', msg)
|
|
1259
|
+
},
|
|
1260
|
+
ckBtnModProg: function(msg) {
|
|
1261
|
+
console.log('ckBtnModProg', msg)
|
|
1262
|
+
|
|
1263
|
+
//lock
|
|
1264
|
+
msg.setProg(0) //先設定prog為0使按鈕自動上鎖禁止高頻觸發
|
|
1265
|
+
|
|
1266
|
+
try {
|
|
1267
|
+
// if (Math.random() < 0.5) { //隨機添加出錯
|
|
1268
|
+
// throw new Error('Whoops!')
|
|
1269
|
+
// }
|
|
1270
|
+
setTimeout(function() { //模擬呼叫api時至少等1s才有反應能setProg, 若沒先設定prog為0按鈕不會上鎖
|
|
1271
|
+
let n = 0
|
|
1272
|
+
let t = setInterval(function() {
|
|
1273
|
+
n += 0.5
|
|
1274
|
+
msg.setProg(n)
|
|
1275
|
+
if (n >= 100) {
|
|
1276
|
+
//vo.WButtonChip.prog = null //當prog>=100時會由內部自動設定為null
|
|
1277
|
+
clearInterval(t)
|
|
1278
|
+
}
|
|
1279
|
+
}, 10)
|
|
1280
|
+
}, 1000)
|
|
1281
|
+
}
|
|
1282
|
+
catch (err) {
|
|
1283
|
+
|
|
1284
|
+
//unlock
|
|
1285
|
+
msg.setProg(null)
|
|
1286
|
+
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
},
|
|
1290
|
+
ckBtnModLoading: function(msg) {
|
|
1291
|
+
console.log('ckBtnModLoading', msg)
|
|
1292
|
+
msg.setLoading(true)
|
|
1293
|
+
setTimeout(function() {
|
|
1294
|
+
msg.setLoading(false)
|
|
1295
|
+
}, 2000)
|
|
1296
|
+
},
|
|
1297
|
+
},
|
|
1298
|
+
}
|
|
1299
|
+
</script>
|
|
1300
|
+
|
|
1301
|
+
<style scoped>
|
|
1302
|
+
</style>
|