@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
24 lines (22 loc) • 1.68 kB
JavaScript
/***
* .d88b. db db d888888b .o88b. db dD .o88b. .d88b. .88b d88. .88b d88. .d8b. d8b db d8888b. .d8888.
* .8P Y8. 88 88 `88' d8P Y8 88 ,8P' d8P Y8 .8P Y8. 88'YbdP`88 88'YbdP`88 d8' `8b 888o 88 88 `8D 88' YP
* 88 88 88 88 88 8P 88,8P 8P 88 88 88 88 88 88 88 88 88ooo88 88V8o 88 88 88 `8bo.
* 88 88 88 88 88 8b 88`8b 8b 88 88 88 88 88 88 88 88 88~~~88 88 V8o88 88 88 `Y8b.
* `8P d8' 88b d88 .88. Y8b d8 88 `88. Y8b d8 `8b d8' 88 88 88 88 88 88 88 88 88 V888 88 .8D db 8D
* `Y88'Y8 ~Y8888P' Y888888P `Y88P' YP YD `Y88P' `Y88P' YP YP YP YP YP YP YP YP VP V8P Y8888D' `8888Y'
*
*
import { QuickCommandsTMT, IQuickCommands, IQuickButton, }
from '@mikezimm/npmfunctions/dist/QuickCommands/IQuickCommands';
*/
// import { IFieldDef } from '../../../pnpjs/Fields/Interfaces';
// NOTE: GET THIS FROM '@mikezimm/npmfunctions/dist/QuickCommands/IQuickCommands'; in 2.1.89
export const CommandItemNotUpdatedMessage = `Sorry, There was nothing to update :(`;
export const CommandUpdateFailedMessage = `Update Failed :(`;
export const CommandEnterCommentString = 'Enter comment';
export const CommandCancelRequired = 'Did NOT leave required comment, Cancelling update';
export const CommandEmptyCommentMessage = 'I have nothing new to add at this time';
export const CommandCaptchaTestFailed = 'Failed Captcha test. Not saving';
export const CommandCaptchaRequiredFailed = 'Failed Captcha test - item missing comparison. Not saving';
//# sourceMappingURL=IQuickCommands.js.map