tiny-vue/examples/sites/demos/pc/app/dialog-box
ajaxzheng ba392507d3
test(e2e): fix e2e error (#1471)
2024-03-07 14:42:33 +08:00
..
webdoc (docs): update drag-outside-window of dialog-box (#1376) 2024-02-27 10:20:35 +08:00
basic-usage-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
basic-usage.spec.ts docs(modal/dialog-box): [modal,dialog-box] update docs (#1287) 2024-01-15 16:44:48 +08:00
basic-usage.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
center-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
center.spec.ts docs(modal/dialog-box): [modal,dialog-box] update docs (#1287) 2024-01-15 16:44:48 +08:00
center.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
close-on-click-modal-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
close-on-click-modal.spec.ts docs(modal/dialog-box): [modal,dialog-box] update docs (#1287) 2024-01-15 16:44:48 +08:00
close-on-click-modal.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
close-on-press-escape-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
close-on-press-escape.spec.ts docs(modal/dialog-box): [modal,dialog-box] update docs (#1287) 2024-01-15 16:44:48 +08:00
close-on-press-escape.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
custom-dialog-content-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
custom-dialog-content.spec.ts docs(modal/dialog-box): [modal,dialog-box] update docs (#1287) 2024-01-15 16:44:48 +08:00
custom-dialog-content.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
custom-dialog-footer-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
custom-dialog-footer.spec.ts test(e2e): fix e2e error (#1471) 2024-03-07 14:42:33 +08:00
custom-dialog-footer.vue docs(modal/dialog-box): [modal,dialog-box] update docs (#1287) 2024-01-15 16:44:48 +08:00
custom-dialog-title-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
custom-dialog-title.spec.ts test(e2e): fix e2e error (#1471) 2024-03-07 14:42:33 +08:00
custom-dialog-title.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
destroy-on-close-composition-api.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
destroy-on-close.spec.ts test:[dialog-box,numeric,modal] Add Or Update E2E TEST (#1095) 2023-12-11 18:57:27 +08:00
destroy-on-close.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
dialog-top-height-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
dialog-top-height.spec.ts docs(modal/dialog-box): [modal,dialog-box] update docs (#1287) 2024-01-15 16:44:48 +08:00
dialog-top-height.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
dialog-width-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
dialog-width.spec.ts docs(modal/dialog-box): [modal,dialog-box] update docs (#1287) 2024-01-15 16:44:48 +08:00
dialog-width.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
draggable-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
draggable.spec.ts fix: update e2e spec (#1454) 2024-03-01 16:26:16 +08:00
draggable.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
form-in-dialog-composition-api.vue feat: optimize mobile-first components 2024-02-04 11:54:30 +08:00
form-in-dialog.spec.ts fix: update e2e spec (#1454) 2024-03-01 16:26:16 +08:00
form-in-dialog.vue feat: optimize mobile-first components 2024-02-04 11:54:30 +08:00
fullscreen-composition-api.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
fullscreen.spec.ts refactor(test-e2e): the e2e tests in example/site/pc/app support baseURL (#693) 2023-10-30 11:35:02 +08:00
fullscreen.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
hidden-close-buttons-composition-api.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
hidden-close-buttons.spec.ts refactor(test-e2e): the e2e tests in example/site/pc/app support baseURL (#693) 2023-10-30 11:35:02 +08:00
hidden-close-buttons.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
hidden-header-composition-api.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
hidden-header.spec.ts refactor(test-e2e): the e2e tests in example/site/pc/app support baseURL (#693) 2023-10-30 11:35:02 +08:00
hidden-header.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
lock-scroll-composition-api.vue docs(fix):Update dialog-box docs (#1173) 2023-12-19 15:02:48 +08:00
lock-scroll.spec.ts test:[dialog-box,numeric,modal] Add Or Update E2E TEST (#1095) 2023-12-11 18:57:27 +08:00
lock-scroll.vue docs(fix):Update dialog-box docs (#1173) 2023-12-19 15:02:48 +08:00
no-modal-composition-api.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
no-modal.spec.ts refactor(test-e2e): the e2e tests in example/site/pc/app support baseURL (#693) 2023-10-30 11:35:02 +08:00
no-modal.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
open-close-events-composition-api.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
open-close-events.spec.ts test:[dialog-box,numeric,modal] Add Or Update E2E TEST (#1095) 2023-12-11 18:57:27 +08:00
open-close-events.vue fix: update docs of dialog-box (#1434) 2024-02-28 18:03:23 +08:00
right-dialog-composition-api.vue doc(fix):[carousel,color-picker,color-select-panel,config-provider,crop,dialog-box] Update doc text (#1130) 2023-12-14 15:41:38 +08:00
right-dialog.spec.ts refactor(test-e2e): the e2e tests in example/site/pc/app support baseURL (#693) 2023-10-30 11:35:02 +08:00
right-dialog.vue doc(fix):[carousel,color-picker,color-select-panel,config-provider,crop,dialog-box] Update doc text (#1130) 2023-12-14 15:41:38 +08:00
secondary-dialog-composition-api.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00
secondary-dialog.spec.ts refactor(test-e2e): the e2e tests in example/site/pc/app support baseURL (#693) 2023-10-30 11:35:02 +08:00
secondary-dialog.vue feat: update pc/mobile/mobile-first docs (#583) 2023-10-12 16:50:42 +08:00