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,140 @@
|
|
|
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')">WIconSvg</span></div>
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
<div style="padding:0px;">
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<div class="bk">
|
|
12
|
+
<demolink
|
|
13
|
+
:kbname="'w-icon-svg'"
|
|
14
|
+
:casename="'path (mdi-fruit-cherries)'"
|
|
15
|
+
></demolink>
|
|
16
|
+
|
|
17
|
+
<w-icon-svg
|
|
18
|
+
:path="WIconSvg.mdiFruitCherries"
|
|
19
|
+
></w-icon-svg>
|
|
20
|
+
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<div class="bk">
|
|
25
|
+
<demolink
|
|
26
|
+
:kbname="'w-icon-svg'"
|
|
27
|
+
:casename="'path (mdi-graph-outline) & color & colorHover'"
|
|
28
|
+
></demolink>
|
|
29
|
+
|
|
30
|
+
<w-icon-svg
|
|
31
|
+
:path="WIconSvg.mdiGraphOutline"
|
|
32
|
+
:color="'orange darken-3'"
|
|
33
|
+
:colorHover="'orange lighten-1'"
|
|
34
|
+
></w-icon-svg>
|
|
35
|
+
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class="bk">
|
|
40
|
+
<demolink
|
|
41
|
+
:kbname="'w-icon-svg'"
|
|
42
|
+
:casename="'path (mdi-access-point) & size'"
|
|
43
|
+
></demolink>
|
|
44
|
+
|
|
45
|
+
<w-icon-svg
|
|
46
|
+
:path="WIconSvg.mdiAccessPoint"
|
|
47
|
+
:size="64"
|
|
48
|
+
></w-icon-svg>
|
|
49
|
+
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
<div class="bk">
|
|
54
|
+
<demolink
|
|
55
|
+
:kbname="'w-icon-svg'"
|
|
56
|
+
:casename="'path (mdi-account-badge-horizontal) & timeTransition'"
|
|
57
|
+
></demolink>
|
|
58
|
+
|
|
59
|
+
<w-icon-svg
|
|
60
|
+
:path="WIconSvg.mdiAccountBadgeHorizontal"
|
|
61
|
+
:timeTransition="0.2"
|
|
62
|
+
></w-icon-svg>
|
|
63
|
+
|
|
64
|
+
</div>
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
<div class="bk">
|
|
68
|
+
<demolink
|
|
69
|
+
:kbname="'w-icon-svg'"
|
|
70
|
+
:casename="'path & sizeOriginal'"
|
|
71
|
+
></demolink>
|
|
72
|
+
|
|
73
|
+
<w-icon-svg
|
|
74
|
+
:path="WIconSvg.custom1"
|
|
75
|
+
:sizeOriginal="64"
|
|
76
|
+
></w-icon-svg>
|
|
77
|
+
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
<div class="bk">
|
|
82
|
+
<demolink
|
|
83
|
+
:kbname="'w-icon-svg'"
|
|
84
|
+
:casename="'path (use 3 paths) & sizeOriginal'"
|
|
85
|
+
></demolink>
|
|
86
|
+
|
|
87
|
+
<w-icon-svg
|
|
88
|
+
:path="WIconSvg.custom2"
|
|
89
|
+
:sizeOriginal="60"
|
|
90
|
+
></w-icon-svg>
|
|
91
|
+
|
|
92
|
+
</div>
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
</div>
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
</div>
|
|
99
|
+
</template>
|
|
100
|
+
|
|
101
|
+
<script>
|
|
102
|
+
import demolink from './components/demolink.vue'
|
|
103
|
+
import WIconSvg from './components/WIconSvg.vue'
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
export default {
|
|
107
|
+
components: {
|
|
108
|
+
demolink,
|
|
109
|
+
WIconSvg,
|
|
110
|
+
},
|
|
111
|
+
props: {
|
|
112
|
+
},
|
|
113
|
+
data: function() {
|
|
114
|
+
return {
|
|
115
|
+
'WIconSvg': {
|
|
116
|
+
'mdiFruitCherries': 'M16 13H15.5C14.8 11.7 14.3 10 13.8 8.3L14.7 9.2C17.4 11.3 19.8 10.9 19.8 10.9S20.5 7.1 17.8 5.1C15.5 3.3 13.4 3.3 12.8 3.4C12.7 2.8 12.7 2.3 12.6 1.9L11.2 2C11.2 5.2 8.5 11.1 7.6 13C5.6 13.2 4 14.9 4 17C4 19.2 5.8 21 8 21C9.1 21 10 20.6 10.7 19.9C10.3 19 10 18 10 17S10.3 15 10.7 14.1C10.3 13.7 9.7 13.4 9.2 13.2C9.9 11.7 11.1 9 11.9 6.4C12.3 8.7 13.1 11.4 14.1 13.5C12.9 14.2 12 15.5 12 17C12 19.2 13.8 21 16 21S20 19.2 20 17 18.2 13 16 13M8 15.5C7.2 15.5 6.5 16.2 6.5 17H5.5C5.5 15.6 6.6 14.5 8 14.5V15.5M16 15.5C15.2 15.5 14.5 16.2 14.5 17H13.5C13.5 15.6 14.6 14.5 16 14.5V15.5Z',
|
|
117
|
+
'mdiGraphOutline': 'M19.5 17C19.36 17 19.24 17 19.11 17.04L17.5 13.8C17.95 13.35 18.25 12.71 18.25 12C18.25 10.62 17.13 9.5 15.75 9.5C15.61 9.5 15.5 9.5 15.35 9.54L13.74 6.3C14.21 5.84 14.5 5.21 14.5 4.5C14.5 3.12 13.38 2 12 2S9.5 3.12 9.5 4.5C9.5 5.2 9.79 5.84 10.26 6.29L8.65 9.54C8.5 9.5 8.39 9.5 8.25 9.5C6.87 9.5 5.75 10.62 5.75 12C5.75 12.71 6.04 13.34 6.5 13.79L4.89 17.04C4.76 17 4.64 17 4.5 17C3.12 17 2 18.12 2 19.5C2 20.88 3.12 22 4.5 22S7 20.88 7 19.5C7 18.8 6.71 18.16 6.24 17.71L7.86 14.46C8 14.5 8.12 14.5 8.25 14.5C8.38 14.5 8.5 14.5 8.63 14.46L10.26 17.71C9.79 18.16 9.5 18.8 9.5 19.5C9.5 20.88 10.62 22 12 22S14.5 20.88 14.5 19.5C14.5 18.12 13.38 17 12 17C11.87 17 11.74 17 11.61 17.04L10 13.8C10.45 13.35 10.75 12.71 10.75 12C10.75 11.3 10.46 10.67 10 10.21L11.61 6.96C11.74 7 11.87 7 12 7C12.13 7 12.26 7 12.39 6.96L14 10.21C13.54 10.66 13.25 11.3 13.25 12C13.25 13.38 14.37 14.5 15.75 14.5C15.88 14.5 16 14.5 16.13 14.46L17.76 17.71C17.29 18.16 17 18.8 17 19.5C17 20.88 18.12 22 19.5 22S22 20.88 22 19.5C22 18.12 20.88 17 19.5 17M4.5 20.5C3.95 20.5 3.5 20.05 3.5 19.5S3.95 18.5 4.5 18.5 5.5 18.95 5.5 19.5 5.05 20.5 4.5 20.5M13 19.5C13 20.05 12.55 20.5 12 20.5S11 20.05 11 19.5 11.45 18.5 12 18.5 13 18.95 13 19.5M7.25 12C7.25 11.45 7.7 11 8.25 11S9.25 11.45 9.25 12 8.8 13 8.25 13 7.25 12.55 7.25 12M11 4.5C11 3.95 11.45 3.5 12 3.5S13 3.95 13 4.5 12.55 5.5 12 5.5 11 5.05 11 4.5M14.75 12C14.75 11.45 15.2 11 15.75 11S16.75 11.45 16.75 12 16.3 13 15.75 13 14.75 12.55 14.75 12M19.5 20.5C18.95 20.5 18.5 20.05 18.5 19.5S18.95 18.5 19.5 18.5 20.5 18.95 20.5 19.5 20.05 20.5 19.5 20.5Z',
|
|
118
|
+
'mdiAccessPoint': 'M4.93,4.93C3.12,6.74 2,9.24 2,12C2,14.76 3.12,17.26 4.93,19.07L6.34,17.66C4.89,16.22 4,14.22 4,12C4,9.79 4.89,7.78 6.34,6.34L4.93,4.93M19.07,4.93L17.66,6.34C19.11,7.78 20,9.79 20,12C20,14.22 19.11,16.22 17.66,17.66L19.07,19.07C20.88,17.26 22,14.76 22,12C22,9.24 20.88,6.74 19.07,4.93M7.76,7.76C6.67,8.85 6,10.35 6,12C6,13.65 6.67,15.15 7.76,16.24L9.17,14.83C8.45,14.11 8,13.11 8,12C8,10.89 8.45,9.89 9.17,9.17L7.76,7.76M16.24,7.76L14.83,9.17C15.55,9.89 16,10.89 16,12C16,13.11 15.55,14.11 14.83,14.83L16.24,16.24C17.33,15.15 18,13.65 18,12C18,10.35 17.33,8.85 16.24,7.76M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z',
|
|
119
|
+
'mdiAccountBadgeHorizontal': 'M22,4H14V7H10V4H2A2,2 0 0,0 0,6V20A2,2 0 0,0 2,22H22A2,2 0 0,0 24,20V6A2,2 0 0,0 22,4M8,9A2,2 0 0,1 10,11A2,2 0 0,1 8,13A2,2 0 0,1 6,11A2,2 0 0,1 8,9M12,17H4V16C4,14.67 6.67,14 8,14C9.33,14 12,14.67 12,16V17M20,18H14V16H20V18M20,14H14V12H20V14M20,10H14V8H20V10M13,6H11V2H13V6Z',
|
|
120
|
+
'mdiAccountCardDetailsOutline': 'M22,3H2C0.91,3.04 0.04,3.91 0,5V19C0.04,20.09 0.91,20.96 2,21H22C23.09,20.96 23.96,20.09 24,19V5C23.96,3.91 23.09,3.04 22,3M22,19H2V5H22V19M14,17V15.75C14,14.09 10.66,13.25 9,13.25C7.34,13.25 4,14.09 4,15.75V17H14M9,7A2.5,2.5 0 0,0 6.5,9.5A2.5,2.5 0 0,0 9,12A2.5,2.5 0 0,0 11.5,9.5A2.5,2.5 0 0,0 9,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14',
|
|
121
|
+
'custom1': 'M58.67,0H5.33A5.35,5.35,0,0,0,0,5.33v40a5.35,5.35,0,0,0,5.33,5.34H26.67v7.94h-8a2.67,2.67,0,0,0,0,5.34H45.33a2.67,2.67,0,0,0,0-5.34h-8V50.67H58.67A5.35,5.35,0,0,0,64,45.33v-40A5.35,5.35,0,0,0,58.67,0ZM32,48a2.67,2.67,0,1,1,2.67-2.67A2.68,2.68,0,0,1,32,48Zm6.67-1.34A1.33,1.33,0,1,1,40,45.28,1.32,1.32,0,0,1,38.67,46.61Zm5.33,0a1.33,1.33,0,1,1,1.33-1.33A1.31,1.31,0,0,1,44,46.61ZM58.67,40H5.33V5.33H58.67Z',
|
|
122
|
+
'custom2': [
|
|
123
|
+
'M40.076 29.153h-7.142a3.995 3.995 0 0 0-2.858-2.858V16.153a1 1 0 1 0-2 0v10.142c-1.72.447-3 1.999-3 3.858 0 2.206 1.794 4 4 4 1.858 0 3.411-1.28 3.858-3h7.142a1 1 0 1 0 0-2zm-11 3c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z',
|
|
124
|
+
'M50.188 9.764l4.096 4.096a1 1 0 0 0 1.414 0c3.167-3.166 3.167-8.319 0-11.485s-8.319-3.166-11.485 0a.997.997 0 0 0 0 1.414l4.561 4.561-1.699 1.699c-4.78-4.284-11.089-6.896-17.998-6.896s-13.218 2.612-17.998 6.896l-1.7-1.699 4.561-4.561a.997.997 0 0 0 0-1.414c-3.166-3.166-8.318-3.166-11.485 0s-3.167 8.319 0 11.485a1 1 0 0 0 1.414 0l4.096-4.096 1.676 1.676c-4.679 4.857-7.565 11.453-7.565 18.713 0 9.898 5.357 18.564 13.321 23.265l-3.028 3.028a.999.999 0 1 0 1.414 1.414l3.45-3.45c3.578 1.754 7.597 2.743 11.843 2.743s8.265-.989 11.843-2.743l3.45 3.45a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-3.028-3.028c7.964-4.701 13.321-13.367 13.321-23.265 0-7.26-2.886-13.856-7.565-18.713l1.677-1.676zm4.095-5.975c2.146 2.146 2.362 5.502.649 7.893L46.391 3.14a6.13 6.13 0 0 1 7.892.649zM3.22 11.681c-1.713-2.39-1.497-5.746.649-7.892s5.502-2.361 7.892-.649L3.22 11.681zm25.856 43.472c-13.785 0-25-11.215-25-25s11.215-25 25-25 25 11.215 25 25-11.214 25-25 25z',
|
|
125
|
+
'M29.076 10.032a1 1 0 0 0 1-1v-1a1 1 0 1 0-2 0v1a1 1 0 0 0 1 1zM29.076 50.032a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0v-1a1 1 0 0 0-1-1zM50.076 31.032h1a1 1 0 1 0 0-2h-1a1 1 0 1 0 0 2zM8.076 29.032h-1a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zM43.926 13.768l-.707.707a.999.999 0 1 0 1.414 1.414l.707-.707a.999.999 0 1 0-1.414-1.414zM13.52 44.174l-.707.707a.999.999 0 1 0 1.414 1.414l.707-.707a.999.999 0 1 0-1.414-1.414zM44.633 44.174a.999.999 0 1 0-1.414 1.414l.707.707a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-.707-.707zM14.227 13.768a.999.999 0 1 0-1.414 1.414l.707.707a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-.707-.707z',
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
'actions': [
|
|
129
|
+
{
|
|
130
|
+
'mode': 'elehover',
|
|
131
|
+
'selector': 'svg'
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
}
|
|
137
|
+
</script>
|
|
138
|
+
|
|
139
|
+
<style scoped>
|
|
140
|
+
</style>
|
|
@@ -0,0 +1,140 @@
|
|
|
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-image-cascading-dyn</span></div>
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
<div style="font-size:0.9rem; margin-bottom:10px;">
|
|
9
|
+
<span style="margin-right:10px;">Links:</span>
|
|
10
|
+
<a href="//github.com/fengyuanchen/fooderjs" target="_blank" rel="noreferrer noopener">Viewer.js</a>
|
|
11
|
+
<span style="margin:0px 10px">|</span>
|
|
12
|
+
<a href="//fengyuanchen.github.io/fooderjs/" target="_blank" rel="noreferrer noopener">Viewer.js examples</a>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<div style="padding:0px;">
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
<div class="bk" style="display:block;">
|
|
20
|
+
<demolink
|
|
21
|
+
:kbname="'w-image-cascading-dyn'"
|
|
22
|
+
:casename="'default(imageWidth=300)'"
|
|
23
|
+
></demolink>
|
|
24
|
+
|
|
25
|
+
<w-image-cascading-dyn
|
|
26
|
+
:images="WImageCascadingDyn.opt1.images"
|
|
27
|
+
:imageStyle="WImageCascadingDyn.opt1.imageStyle"
|
|
28
|
+
:opt="WImageCascadingDyn.opt1.opt"
|
|
29
|
+
></w-image-cascading-dyn>
|
|
30
|
+
|
|
31
|
+
</div>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<div class="bk" style="display:block;">
|
|
35
|
+
<demolink
|
|
36
|
+
:kbname="'w-image-cascading-dyn'"
|
|
37
|
+
:casename="'imageWidth'"
|
|
38
|
+
></demolink>
|
|
39
|
+
|
|
40
|
+
<div style="padding:5px 0px; font-size:0.9rem;">
|
|
41
|
+
colNum=(645-3*15)/150=4
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
<w-image-cascading-dyn
|
|
45
|
+
style="width:645px;"
|
|
46
|
+
:imageWidth="150"
|
|
47
|
+
:images="WImageCascadingDyn.opt1.images"
|
|
48
|
+
:imageStyle="WImageCascadingDyn.opt1.imageStyle"
|
|
49
|
+
:opt="WImageCascadingDyn.opt1.opt"
|
|
50
|
+
></w-image-cascading-dyn>
|
|
51
|
+
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
<div class="bk" style="display:block;">
|
|
56
|
+
<demolink
|
|
57
|
+
:kbname="'w-image-cascading-dyn'"
|
|
58
|
+
:casename="'colNum'"
|
|
59
|
+
></demolink>
|
|
60
|
+
|
|
61
|
+
<w-image-cascading-dyn
|
|
62
|
+
style="max-width:1200px;"
|
|
63
|
+
:colNum="5"
|
|
64
|
+
:images="WImageCascadingDyn.opt1.images"
|
|
65
|
+
:imageStyle="WImageCascadingDyn.opt1.imageStyle"
|
|
66
|
+
:opt="WImageCascadingDyn.opt1.opt"
|
|
67
|
+
></w-image-cascading-dyn>
|
|
68
|
+
|
|
69
|
+
</div>
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
<div class="bk" style="display:block;">
|
|
73
|
+
<demolink
|
|
74
|
+
:kbname="'w-image-cascading-dyn'"
|
|
75
|
+
:casename="'arrangeWhenFinish'"
|
|
76
|
+
></demolink>
|
|
77
|
+
|
|
78
|
+
<w-image-cascading-dyn
|
|
79
|
+
style="max-width:1200px;"
|
|
80
|
+
:arrangeWhenFinish="true"
|
|
81
|
+
:images="WImageCascadingDyn.opt1.images"
|
|
82
|
+
:imageStyle="WImageCascadingDyn.opt1.imageStyle"
|
|
83
|
+
:opt="WImageCascadingDyn.opt1.opt"
|
|
84
|
+
></w-image-cascading-dyn>
|
|
85
|
+
|
|
86
|
+
</div>
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
</div>
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
</div>
|
|
93
|
+
</template>
|
|
94
|
+
|
|
95
|
+
<script>
|
|
96
|
+
import demolink from './components/demolink.vue'
|
|
97
|
+
import WImageCascadingDyn from './components/WImageCascadingDyn.vue'
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
export default {
|
|
101
|
+
components: {
|
|
102
|
+
demolink,
|
|
103
|
+
WImageCascadingDyn,
|
|
104
|
+
},
|
|
105
|
+
props: {
|
|
106
|
+
},
|
|
107
|
+
data: function() {
|
|
108
|
+
return {
|
|
109
|
+
'WImageCascadingDyn': {
|
|
110
|
+
'opt1': {
|
|
111
|
+
images: [
|
|
112
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/001.jpg',
|
|
113
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/002.jpg',
|
|
114
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/003.jpg',
|
|
115
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/004.jpg',
|
|
116
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/005.jpg',
|
|
117
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/006.jpg',
|
|
118
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/007.jpg',
|
|
119
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/008.jpg',
|
|
120
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/009.jpg',
|
|
121
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/010.jpg',
|
|
122
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/011.jpg',
|
|
123
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/012.jpg',
|
|
124
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/013.jpg',
|
|
125
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/014.jpg',
|
|
126
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/food/015.jpg',
|
|
127
|
+
],
|
|
128
|
+
imageStyle: { },
|
|
129
|
+
opt: {},
|
|
130
|
+
},
|
|
131
|
+
},
|
|
132
|
+
'actions': [
|
|
133
|
+
],
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
}
|
|
137
|
+
</script>
|
|
138
|
+
|
|
139
|
+
<style scoped>
|
|
140
|
+
</style>
|
|
@@ -0,0 +1,106 @@
|
|
|
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-image-viewer-dyn</span></div>
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
<div style="font-size:0.9rem; margin-bottom:10px;">
|
|
9
|
+
<span style="margin-right:10px;">Links:</span>
|
|
10
|
+
<a href="//github.com/fengyuanchen/viewerjs" target="_blank" rel="noreferrer noopener">Viewer.js</a>
|
|
11
|
+
<span style="margin:0px 10px">|</span>
|
|
12
|
+
<a href="//fengyuanchen.github.io/viewerjs/" target="_blank" rel="noreferrer noopener">Viewer.js examples</a>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<div style="padding:0px;">
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
<div class="bk" style="display:block;">
|
|
20
|
+
<demolink
|
|
21
|
+
:kbname="'w-image-viewer-dyn'"
|
|
22
|
+
:casename="'one image'"
|
|
23
|
+
></demolink>
|
|
24
|
+
|
|
25
|
+
<w-image-viewer-dyn
|
|
26
|
+
:images="WImageViewerDyn.opt1.images"
|
|
27
|
+
:imageStyle="WImageViewerDyn.opt1.imageStyle"
|
|
28
|
+
:opt="WImageViewerDyn.opt1.opt"
|
|
29
|
+
></w-image-viewer-dyn>
|
|
30
|
+
|
|
31
|
+
</div>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<div class="bk" style="display:block;">
|
|
35
|
+
<demolink
|
|
36
|
+
:kbname="'w-image-viewer-dyn'"
|
|
37
|
+
:casename="'multiple image with navbar'"
|
|
38
|
+
></demolink>
|
|
39
|
+
|
|
40
|
+
<w-image-viewer-dyn
|
|
41
|
+
:images="WImageViewerDyn.opt2.images"
|
|
42
|
+
:imageStyle="WImageViewerDyn.opt2.imageStyle"
|
|
43
|
+
:opt="WImageViewerDyn.opt2.opt"
|
|
44
|
+
:multiple="true"
|
|
45
|
+
></w-image-viewer-dyn>
|
|
46
|
+
|
|
47
|
+
</div>
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
</template>
|
|
55
|
+
|
|
56
|
+
<script>
|
|
57
|
+
import demolink from './components/demolink.vue'
|
|
58
|
+
import WImageViewerDyn from './components/WImageViewerDyn.vue'
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
export default {
|
|
62
|
+
components: {
|
|
63
|
+
demolink,
|
|
64
|
+
WImageViewerDyn,
|
|
65
|
+
},
|
|
66
|
+
props: {
|
|
67
|
+
},
|
|
68
|
+
data: function() {
|
|
69
|
+
return {
|
|
70
|
+
'WImageViewerDyn': {
|
|
71
|
+
'opt1': {
|
|
72
|
+
images: [
|
|
73
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/view/001.jpg',
|
|
74
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/view/002.jpg',
|
|
75
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/view/003.jpg',
|
|
76
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/view/004.jpg',
|
|
77
|
+
],
|
|
78
|
+
imageStyle: {
|
|
79
|
+
maxWidth: '300px',
|
|
80
|
+
maxHeight: '300px',
|
|
81
|
+
},
|
|
82
|
+
opt: {},
|
|
83
|
+
},
|
|
84
|
+
'opt2': {
|
|
85
|
+
images: [
|
|
86
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/view/005.jpg',
|
|
87
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/view/006.jpg',
|
|
88
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/view/007.jpg',
|
|
89
|
+
'https://cdn.jsdelivr.net/npm/w-demores@1.0.13/res/img/view/008.jpg',
|
|
90
|
+
],
|
|
91
|
+
imageStyle: {
|
|
92
|
+
maxWidth: '300px',
|
|
93
|
+
maxHeight: '300px',
|
|
94
|
+
},
|
|
95
|
+
opt: {},
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
'actions': [
|
|
99
|
+
],
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
}
|
|
103
|
+
</script>
|
|
104
|
+
|
|
105
|
+
<style scoped>
|
|
106
|
+
</style>
|
|
@@ -0,0 +1,222 @@
|
|
|
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-json-view</span></div>
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
<div style="padding:0px;">
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<div class="bk dz">
|
|
12
|
+
<demolink
|
|
13
|
+
:kbname="'w-json-view'"
|
|
14
|
+
:casename="'default'"
|
|
15
|
+
></demolink>
|
|
16
|
+
|
|
17
|
+
<w-json-view
|
|
18
|
+
style="border:1px solid #ddd;"
|
|
19
|
+
:data="WJsonView.data1"
|
|
20
|
+
></w-json-view>
|
|
21
|
+
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
<div class="bk dz">
|
|
26
|
+
<demolink
|
|
27
|
+
:kbname="'w-json-view'"
|
|
28
|
+
:casename="'valueStyleBreakAll'"
|
|
29
|
+
></demolink>
|
|
30
|
+
|
|
31
|
+
<w-json-view
|
|
32
|
+
style="border:1px solid #ddd;"
|
|
33
|
+
:valueStyleBreakAll="true"
|
|
34
|
+
:data="WJsonView.data2"
|
|
35
|
+
></w-json-view>
|
|
36
|
+
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<div class="bk dz">
|
|
41
|
+
<demolink
|
|
42
|
+
:kbname="'w-json-view'"
|
|
43
|
+
:casename="'viewHeightMax'"
|
|
44
|
+
></demolink>
|
|
45
|
+
|
|
46
|
+
<w-json-view
|
|
47
|
+
style="border:1px solid #ddd;"
|
|
48
|
+
:viewHeightMax="250"
|
|
49
|
+
:data="WJsonView.data3"
|
|
50
|
+
></w-json-view>
|
|
51
|
+
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
<div class="bk dz">
|
|
56
|
+
<demolink
|
|
57
|
+
:kbname="'w-json-view'"
|
|
58
|
+
:casename="'filterKeywords & searchEmpty'"
|
|
59
|
+
></demolink>
|
|
60
|
+
|
|
61
|
+
<div style="margin-bottom:10px;">
|
|
62
|
+
<span style="padding-right:10px;">Search :</span>
|
|
63
|
+
<input
|
|
64
|
+
style="padding:2px 15px; color:#666; border:1px solid #fca; border-radius:30px; outline:none;"
|
|
65
|
+
v-model="WJsonView.keywords"
|
|
66
|
+
/>
|
|
67
|
+
</div>
|
|
68
|
+
|
|
69
|
+
<w-json-view
|
|
70
|
+
style="border:1px solid #ddd;"
|
|
71
|
+
:filterKeywords="WJsonView.keywords"
|
|
72
|
+
:searchEmpty="'There are no items to show...'"
|
|
73
|
+
:data="WJsonView.data3"
|
|
74
|
+
></w-json-view>
|
|
75
|
+
|
|
76
|
+
</div>
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
<div class="bk dz">
|
|
80
|
+
<demolink
|
|
81
|
+
:kbname="'w-json-view'"
|
|
82
|
+
:casename="'iconColor & keyColor & keyNumbersColor & numColor & strColor & bolColor & funColor'"
|
|
83
|
+
></demolink>
|
|
84
|
+
|
|
85
|
+
<w-json-view
|
|
86
|
+
style="border:1px solid #ddd;"
|
|
87
|
+
:iconColor="'#aaa'"
|
|
88
|
+
:keyColor="'#f6a'"
|
|
89
|
+
:keyNumbersColor="'#f26'"
|
|
90
|
+
:numColor="'#00f'"
|
|
91
|
+
:strColor="'#bbb'"
|
|
92
|
+
:bolColor="'#c5f'"
|
|
93
|
+
:funColor="'#fa6'"
|
|
94
|
+
:data="WJsonView.data1"
|
|
95
|
+
></w-json-view>
|
|
96
|
+
|
|
97
|
+
</div>
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
<div class="bk" style="display:block; margin:0px 10px 0px 0px;">
|
|
101
|
+
<demolink
|
|
102
|
+
:kbname="'w-json-view'"
|
|
103
|
+
:casename="'large data (100,000 lines)'"
|
|
104
|
+
></demolink>
|
|
105
|
+
|
|
106
|
+
<w-json-view
|
|
107
|
+
style="border:1px solid #ddd;"
|
|
108
|
+
:data="WJsonView.data4"
|
|
109
|
+
></w-json-view>
|
|
110
|
+
|
|
111
|
+
</div>
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
</div>
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
</div>
|
|
118
|
+
</template>
|
|
119
|
+
|
|
120
|
+
<script>
|
|
121
|
+
import demolink from './components/demolink.vue'
|
|
122
|
+
import WJsonView from './components/WJsonView.vue'
|
|
123
|
+
|
|
124
|
+
// let data = (function(n) {
|
|
125
|
+
// n /= 200
|
|
126
|
+
// let obj = {
|
|
127
|
+
// ph1_a: 123,
|
|
128
|
+
// ph1_b: 45.67,
|
|
129
|
+
// ph1_c: '123.456',
|
|
130
|
+
// ph1_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.',
|
|
131
|
+
// ph1_e: true,
|
|
132
|
+
// ph1_g: function() {},
|
|
133
|
+
// ph1_h: [],
|
|
134
|
+
// ph1_j: {},
|
|
135
|
+
// ph1_k: { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: true, f: [], g: {} },
|
|
136
|
+
// ph1_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', true, false, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: true, f: [], g: {} }],
|
|
137
|
+
// ph1_z: {
|
|
138
|
+
// ph2_a: 123,
|
|
139
|
+
// ph2_b: 45.67,
|
|
140
|
+
// ph2_c: '123.456',
|
|
141
|
+
// ph2_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.',
|
|
142
|
+
// ph2_e: true,
|
|
143
|
+
// ph2_g: function() {},
|
|
144
|
+
// ph2_h: [],
|
|
145
|
+
// ph2_j: {},
|
|
146
|
+
// ph2_k: { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: true, f: [], g: {} },
|
|
147
|
+
// ph2_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', true, false, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: true, f: [], g: {} }],
|
|
148
|
+
// ph2_z: {
|
|
149
|
+
// ph3_a: 123,
|
|
150
|
+
// ph3_b: 45.67,
|
|
151
|
+
// ph3_c: '123.456',
|
|
152
|
+
// ph3_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.',
|
|
153
|
+
// ph3_e: true,
|
|
154
|
+
// ph3_g: function() {},
|
|
155
|
+
// ph3_h: [],
|
|
156
|
+
// ph3_j: {},
|
|
157
|
+
// ph3_k: { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: true, f: [], g: {} },
|
|
158
|
+
// ph3_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', true, false, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: true, f: [], g: {} }],
|
|
159
|
+
// ph3_z: {
|
|
160
|
+
// ph4_a: 123,
|
|
161
|
+
// ph4_b: 45.67,
|
|
162
|
+
// ph4_c: '123.456',
|
|
163
|
+
// ph4_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.',
|
|
164
|
+
// ph4_e: true,
|
|
165
|
+
// ph4_g: function() {},
|
|
166
|
+
// ph4_h: [],
|
|
167
|
+
// ph4_j: {},
|
|
168
|
+
// ph4_k: { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: true, f: [], g: {} },
|
|
169
|
+
// ph4_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', true, false, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: true, f: [], g: {} }],
|
|
170
|
+
// ph4_z: {
|
|
171
|
+
// ph5_a: 123,
|
|
172
|
+
// ph5_b: 45.67,
|
|
173
|
+
// ph5_c: '123.456',
|
|
174
|
+
// ph5_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.',
|
|
175
|
+
// ph5_e: true,
|
|
176
|
+
// ph5_f: false,
|
|
177
|
+
// ph5_g: function() {},
|
|
178
|
+
// ph5_h: [],
|
|
179
|
+
// ph5_j: {},
|
|
180
|
+
// ph5_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', true, false, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx' }],
|
|
181
|
+
// },
|
|
182
|
+
// },
|
|
183
|
+
// },
|
|
184
|
+
// },
|
|
185
|
+
// }
|
|
186
|
+
// let r = []
|
|
187
|
+
// for (let i = 0; i < n; i++) {
|
|
188
|
+
// r.push(obj)
|
|
189
|
+
// }
|
|
190
|
+
// return r
|
|
191
|
+
// })(100)
|
|
192
|
+
// console.log(JSON.stringify(data))
|
|
193
|
+
|
|
194
|
+
export default {
|
|
195
|
+
components: {
|
|
196
|
+
demolink,
|
|
197
|
+
WJsonView,
|
|
198
|
+
},
|
|
199
|
+
props: {
|
|
200
|
+
},
|
|
201
|
+
data: function() {
|
|
202
|
+
return {
|
|
203
|
+
'WJsonView': {
|
|
204
|
+
'keywords': 'pow ci uadn',
|
|
205
|
+
'data1': { 'squadName': 'Super hero squad', 'fun': function() {}, 'homeTown': 'Metro City', 'formed': 2016, 'secretBase': 'Super tower', 'active': true, 'arrayEmpth': [], 'members': [{ 'name': 'There are many variations of passages of Lorem Ipsum available', 'age': 29, 'secretIdentity': 'Dan Jukes', 'powers': ['Radiation resistance', 'Turning tiny', 'Radiation blast'] }, { 'name': 'Madame Uppercut', 'age': 39, 'secretIdentity': 'Jane Wilson', 'powers': ['Million tonne punch', 'Damage resistance', 'Superhuman reflexes'] }, { 'name': 'Eternal Flame', 'age': 1000000, 'secretIdentity': 'Unknown', 'powers': ['Immortality', 'Heat Immunity', 'Inferno', 'Teleportation', 'Interdimensional travel'] }] },
|
|
206
|
+
'data2': { 'cookie': 'username-localhost-8888="2|1:0|10:1624431350|23:username-localhost-8888|44:ZmMxYzkwOGI0ODYxNDY1M2ExY2VhOGE3MmFhNWE4M2Y=|f8840028a36433a4e69e67f7eae6d188994203da2f54fe8af55d3e815f5cad0f', 'fun': function() {}, 'homeTown': 'Metro City', 'formed': 2016, 'secretBase': 'Super tower', 'active': true, 'arrayEmpth': [], 'members': [{ 'name': 'There are many variations of passages of Lorem Ipsum available', 'age': 29, 'secretIdentity': 'Dan Jukes', 'powers': ['Radiation resistance', 'Turning tiny', 'Radiation blast'] }, { 'name': 'Madame Uppercut', 'age': 39, 'secretIdentity': 'Jane Wilson', 'powers': ['Million tonne punch', 'Damage resistance', 'Superhuman reflexes'] }, { 'name': 'Eternal Flame', 'age': 1000000, 'secretIdentity': 'Unknown', 'powers': ['Immortality', 'Heat Immunity', 'Inferno', 'Teleportation', 'Interdimensional travel'] }] },
|
|
207
|
+
'data3': ['squadName', 123, 45.678, 'Super hero squad', function() { }, { 'homeTown': 'Metro City', 'formed': 2016, 'powers': ['Immortality', 'Heat Immunity', 'Inferno', 'Teleportation', 'Interdimensional travel'], 'members': { 'name': 'Molecule Man', 'age': 29, 'secretIdentity': 'Dan Jukes' } }],
|
|
208
|
+
'data4': (function(a) {
|
|
209
|
+
a /= 200; a = Math.max(a, 1); let b = { ph1_a: 123, ph1_b: 45.67, ph1_c: '123.456', ph1_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', ph1_e: !0, ph1_g: function() {}, ph1_h: [], ph1_j: {}, ph1_k: { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: !0, f: [], g: {} }, ph1_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', !0, !1, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: !0, f: [], g: {} }], ph1_z: { ph2_a: 123, ph2_b: 45.67, ph2_c: '123.456', ph2_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', ph2_e: !0, ph2_g: function() {}, ph2_h: [], ph2_j: {}, ph2_k: { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: !0, f: [], g: {} }, ph2_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', !0, !1, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: !0, f: [], g: {} }], ph2_z: { ph3_a: 123, ph3_b: 45.67, ph3_c: '123.456', ph3_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', ph3_e: !0, ph3_g: function() {}, ph3_h: [], ph3_j: {}, ph3_k: { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: !0, f: [], g: {} }, ph3_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', !0, !1, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: !0, f: [], g: {} }], ph3_z: { ph4_a: 123, ph4_b: 45.67, ph4_c: '123.456', ph4_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', ph4_e: !0, ph4_g: function() {}, ph4_h: [], ph4_j: {}, ph4_k: { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: !0, f: [], g: {} }, ph4_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', !0, !1, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx', e: !0, f: [], g: {} }], ph4_z: { ph5_a: 123, ph5_b: 45.67, ph5_c: '123.456', ph5_d: 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', ph5_e: !0, ph5_f: !1, ph5_g: function() {}, ph5_h: [], ph5_j: {}, ph5_l: [123, 45.67, '123.456', 'Integer porttitor urna ultricies justo iaculis vulputate ac non neque. Etiam iaculis est quis urna consequat ornare. Suspendisse a augue sit amet urna tincidunt rhoncus sed non tellus. Mauris ultricies lectus sit amet tellus egestas, in interdum elit rhoncus. Nullam viverra lectus mattis felis semper, in vulputate lorem tincidunt. Suspendisse dapibus arcu id nunc blandit, ut egestas nisi pulvinar.', !0, !1, function() {}, { a: 321, b: 76.54, c: '654.321', d: '321 zyx' }] } } } } }; let c = []; for (let d = 0; d < a; d++)c.push(b); return c
|
|
210
|
+
})(100000), //9000000 100000 1000
|
|
211
|
+
},
|
|
212
|
+
'actions': [
|
|
213
|
+
],
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
methods: {
|
|
217
|
+
},
|
|
218
|
+
}
|
|
219
|
+
</script>
|
|
220
|
+
|
|
221
|
+
<style scoped>
|
|
222
|
+
</style>
|