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
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 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 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 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 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 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 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 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 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 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 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 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 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 link. tr td sortable-enable td string
boolean