From 9b45bd31c5488ec13d4539f63f80dbf3eb635ee7 Mon Sep 17 00:00:00 2001 From: Manos Papadakis Date: Tue, 29 Nov 2022 20:54:32 +0200 Subject: [PATCH 1/2] fix bug with modals in list item For list item the prop link is necessary with modal open or close for the corect compilation. --- src/pug/_mixins.pug | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pug/_mixins.pug b/src/pug/_mixins.pug index 27615bb3c..2112b907a 100644 --- a/src/pug/_mixins.pug +++ b/src/pug/_mixins.pug @@ -136,67 +136,67 @@ mixin vueLinkActionsProps td panel-open td string
boolean td - td CSS selector of panel to open on click. Or can be left or right if there is only left or right panel in DOM. + td CSS selector of panel to open on click. Or can be left or right if there is only left or right panel in DOM. It is necessarily used together with it link. tr td panel-close td string
boolean td - td Closes panel on click + td Closes panel on click. It is necessarily used together with it link. tr td panel-toggle td string
boolean td - td CSS selector of panel to toggle on click. Or can be left or right if there is only left or right panel in DOM. + td CSS selector of panel to toggle on click. Or can be left or right if there is only left or right panel in DOM. It is necessarily used together with it link. tr td actions-open td string
boolean td - td CSS selector of the action sheet to open on click + td CSS selector of the action sheet to open on click. It is necessarily used together with it link. tr td actions-close td string
boolean td - td CSS selector of the action sheet to close on click. Or boolean property to close currently opened action sheet + td CSS selector of the action sheet to close on click. Or boolean property to close currently opened action sheet. It is necessarily used together with it link. tr td popup-open td string
boolean td - td CSS selector of the popup to open on click + td CSS selector of the popup to open on click. It is necessarily used together with it link. tr td popup-close td string
boolean td - td CSS selector of the popup to close on click. Or boolean property to close currently opened popup + td CSS selector of the popup to close on click. Or boolean property to close currently opened popup. It is necessarily used together with it link. tr td popover-open td string
boolean td - td CSS selector of the popover to open on click + td CSS selector of the popover to open on click. It is necessarily used together with it link. tr td popover-close td string
boolean td - td CSS selector of the popover to close on click. Or boolean property to close currently opened popover + td CSS selector of the popover to close on click. Or boolean property to close currently opened popover. It is necessarily used together with it link. tr td sheet-open td string
boolean td - td CSS selector of the sheet modal to open on click + td CSS selector of the sheet modal to open on click. It is necessarily used together with it link. tr td sheet-close td string
boolean td - td CSS selector of the sheet modal to close on click. Or boolean property to close currently opened sheet modal + td CSS selector of the sheet modal to close on click. Or boolean property to close currently opened sheet modal. It is necessarily used together with it link. tr td login-screen-open td string
boolean td - td CSS selector of the login screen to open on click + td CSS selector of the login screen to open on click. It is necessarily used together with it link. tr td login-screen-close td string
boolean td - td CSS selector of the login screen to close on click. Or boolean property to close currently opened login screen + td CSS selector of the login screen to close on click. Or boolean property to close currently opened login screen. It is necessarily used together with it link. tr td sortable-enable td string
boolean From 8a407775853dd113e80b5615bad077cefdd18fe0 Mon Sep 17 00:00:00 2001 From: Manos Papadakis Date: Tue, 29 Nov 2022 20:56:32 +0200 Subject: [PATCH 2/2] Update _mixins.pug --- src/pug/_mixins.pug | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pug/_mixins.pug b/src/pug/_mixins.pug index 2112b907a..076cf53ba 100644 --- a/src/pug/_mixins.pug +++ b/src/pug/_mixins.pug @@ -136,67 +136,67 @@ mixin vueLinkActionsProps td panel-open td string
boolean td - td CSS selector of panel to open on click. Or can be left or right if there is only left or right panel in DOM. It is necessarily used together with it link. + td CSS selector of panel to open on click. Or can be left or right if there is only left or right panel in DOM. It is necessarily used together with link. tr td panel-close td string
boolean td - td Closes panel on click. It is necessarily used together with it link. + td Closes panel on click. It is necessarily used together with link. tr td panel-toggle td string
boolean td - td CSS selector of panel to toggle on click. Or can be left or right if there is only left or right panel in DOM. It is necessarily used together with it link. + td CSS selector of panel to toggle on click. Or can be left or right if there is only left or right panel in DOM. It is necessarily used together with link. tr td actions-open td string
boolean td - td CSS selector of the action sheet to open on click. It is necessarily used together with it link. + td CSS selector of the action sheet to open on click. It is necessarily used together with link. tr td actions-close td string
boolean td - td CSS selector of the action sheet to close on click. Or boolean property to close currently opened action sheet. It is necessarily used together with it link. + td CSS selector of the action sheet to close on click. Or boolean property to close currently opened action sheet. It is necessarily used together with link. tr td popup-open td string
boolean td - td CSS selector of the popup to open on click. It is necessarily used together with it link. + td CSS selector of the popup to open on click. It is necessarily used together with link. tr td popup-close td string
boolean td - td CSS selector of the popup to close on click. Or boolean property to close currently opened popup. It is necessarily used together with it link. + td CSS selector of the popup to close on click. Or boolean property to close currently opened popup. It is necessarily used together with link. tr td popover-open td string
boolean td - td CSS selector of the popover to open on click. It is necessarily used together with it link. + td CSS selector of the popover to open on click. It is necessarily used together with link. tr td popover-close td string
boolean td - td CSS selector of the popover to close on click. Or boolean property to close currently opened popover. It is necessarily used together with it link. + td CSS selector of the popover to close on click. Or boolean property to close currently opened popover. It is necessarily used together with link. tr td sheet-open td string
boolean td - td CSS selector of the sheet modal to open on click. It is necessarily used together with it link. + td CSS selector of the sheet modal to open on click. It is necessarily used together with link. tr td sheet-close td string
boolean td - td CSS selector of the sheet modal to close on click. Or boolean property to close currently opened sheet modal. It is necessarily used together with it link. + td CSS selector of the sheet modal to close on click. Or boolean property to close currently opened sheet modal. It is necessarily used together with link. tr td login-screen-open td string
boolean td - td CSS selector of the login screen to open on click. It is necessarily used together with it link. + td CSS selector of the login screen to open on click. It is necessarily used together with link. tr td login-screen-close td string
boolean td - td CSS selector of the login screen to close on click. Or boolean property to close currently opened login screen. It is necessarily used together with it link. + td CSS selector of the login screen to close on click. Or boolean property to close currently opened login screen. It is necessarily used together with link. tr td sortable-enable td string
boolean