diff --git a/src/pug/_mixins.pug b/src/pug/_mixins.pug index 27615bb3c..076cf53ba 100644 --- a/src/pug/_mixins.pug +++ b/src/pug/_mixins.pug @@ -136,67 +136,67 @@ mixin vueLinkActionsProps td panel-open td string<br>boolean td - td CSS selector of panel to open on click. Or can be <code>left</code> or <code>right</code> if there is only left or right panel in DOM. + td CSS selector of panel to open on click. Or can be <code>left</code> or <code>right</code> if there is only left or right panel in DOM. It is necessarily used together with <code>link</code>. tr td panel-close td string<br>boolean td - td Closes panel on click + td Closes panel on click. It is necessarily used together with <code>link</code>. tr td panel-toggle td string<br>boolean td - td CSS selector of panel to toggle on click. Or can be <code>left</code> or <code>right</code> if there is only left or right panel in DOM. + td CSS selector of panel to toggle on click. Or can be <code>left</code> or <code>right</code> if there is only left or right panel in DOM. It is necessarily used together with <code>link</code>. tr td actions-open td string<br>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 <code>link</code>. tr td actions-close td string<br>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 <code>link</code>. tr td popup-open td string<br>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 <code>link</code>. tr td popup-close td string<br>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 <code>link</code>. tr td popover-open td string<br>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 <code>link</code>. tr td popover-close td string<br>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 <code>link</code>. tr td sheet-open td string<br>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 <code>link</code>. tr td sheet-close td string<br>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 <code>link</code>. tr td login-screen-open td string<br>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 <code>link</code>. tr td login-screen-close td string<br>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 <code>link</code>. tr td sortable-enable td string<br>boolean