add-to-calendar-button
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -29,3 +29,3 @@ { | ||
"ignorePatterns": ["*.min.*", "dist/*", "Gruntfile.js", "set-release.js", "demo/dist/*"], | ||
"ignorePatterns": ["*.min.*", "dist/*", "demo/*", "Gruntfile.js", "set-release.js"], | ||
@@ -32,0 +32,0 @@ "rules": { |
@@ -8,2 +8,5 @@ /* eslint-disable no-unused-vars */ | ||
}; | ||
export const cssStyles: { | ||
[key: string]: string; | ||
}; | ||
export function atcb_action( | ||
@@ -22,4 +25,4 @@ config: { | ||
location?: string; | ||
status?: 'TENTATIVE' | 'CONFIRMED' | 'CANCELLED' | string; | ||
sequence?: bigint; | ||
status?: 'TENTATIVE' | 'CONFIRMED' | 'CANCELLED'; | ||
sequence?: number; | ||
uid?: string; | ||
@@ -36,4 +39,4 @@ organizer?: string; | ||
location?: string; | ||
status?: 'TENTATIVE' | 'CONFIRMED' | 'CANCELLED' | string; | ||
sequence?: bigint; | ||
status?: 'TENTATIVE' | 'CONFIRMED' | 'CANCELLED'; | ||
sequence?: number; | ||
uid?: string; | ||
@@ -45,5 +48,5 @@ organizer?: string; | ||
recurrence?: string; | ||
recurrence_interval?: bigint | string; | ||
recurrence_interval?: number; | ||
recurrence_until?: string; | ||
recurrence_count?: bigint; | ||
recurrence_count?: number; | ||
recurrence_byDay?: string; | ||
@@ -57,3 +60,3 @@ recurrence_byMonth?: string; | ||
identifier?: string; | ||
subscribe?: boolean | string; | ||
subscribe?: boolean; | ||
options?: ('Apple' | 'Google' | 'iCal' | 'Microsoft365' | 'MicrosoftTeams' | 'Outlook.com' | 'Yahoo')[]; | ||
@@ -64,37 +67,37 @@ iCalFileName?: string; | ||
trigger?: 'hover' | 'click'; | ||
inline?: boolean | string; | ||
buttonsList?: boolean | string; | ||
hideIconButton?: boolean | string; | ||
hideIconList?: boolean | string; | ||
hideIconModal?: boolean | string; | ||
hideTextLabelButton?: boolean | string; | ||
hideTextLabelList?: boolean | string; | ||
hideBackground?: boolean | string; | ||
hideCheckmark?: boolean | string; | ||
hideBranding?: boolean | string; | ||
hideButton?: boolean | string; | ||
inline?: boolean; | ||
buttonsList?: boolean; | ||
hideIconButton?: boolean; | ||
hideIconList?: boolean; | ||
hideIconModal?: boolean; | ||
hideTextLabelButton?: boolean; | ||
hideTextLabelList?: boolean; | ||
hideBackground?: boolean; | ||
hideCheckmark?: boolean; | ||
hideBranding?: boolean; | ||
hideButton?: boolean; | ||
size?: string; | ||
label?: string; | ||
inlineRsvp?: string; | ||
customLabels?: object | string; | ||
customLabels?: object; | ||
customCss?: string; | ||
lightMode?: 'system' | 'dark' | 'light' | 'bodyScheme'; | ||
language?: 'en' | 'de' | 'nl' | 'fa' | 'fr' | 'es' | 'et' | 'pt' | 'tr' | 'zh' | 'ar' | 'hi' | 'pl' | 'ro' | 'id' | 'no' | 'fi' | 'sv' | 'cs' | 'ja' | 'it' | 'ko' | 'vi'; | ||
hideRichData?: boolean | string; | ||
ty?: object | string; | ||
rsvp?: object | string; | ||
bypassWebViewCheck?: boolean | string; | ||
debug?: boolean | string; | ||
hideRichData?: boolean; | ||
ty?: object; | ||
rsvp?: object; | ||
bypassWebViewCheck?: boolean; | ||
debug?: boolean; | ||
cspnonce?: string; | ||
blockInteraction?: boolean | string; | ||
blockInteraction?: boolean; | ||
styleLight?: string; | ||
styleDark?: string; | ||
disabled?: boolean | string; | ||
hidden?: boolean | string; | ||
disabled?: boolean; | ||
hidden?: boolean; | ||
pastDateHandling?: string; | ||
proxy?: boolean | string; | ||
fakeMobile?: boolean | string; | ||
fakeIOS?: boolean | string; | ||
fakeAndroid?: boolean | string; | ||
forceOverlay?: boolean | string; | ||
proxy?: boolean; | ||
fakeMobile?: boolean; | ||
fakeIOS?: boolean; | ||
fakeAndroid?: boolean; | ||
forceOverlay?: boolean; | ||
}, | ||
@@ -101,0 +104,0 @@ triggerElement?: HTMLElement, |
{ | ||
"name": "add-to-calendar-button", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"engines": { | ||
@@ -66,7 +66,7 @@ "node": ">=16.18.1", | ||
"stylelint:fix": "npm run stylelint -- --fix", | ||
"eslint": "npx eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .", | ||
"eslint": "npx eslint --ext \".ts,.js\" .", | ||
"eslint:fix": "npm run eslint -- --fix", | ||
"prettier": "npx prettier . --check", | ||
"prettier:fix": "npm run prettier -- --write", | ||
"format": "npm run eslint:fix && npm run prettier:fix && npm run stylelint:fix", | ||
"format": "npm run eslint:fix && npm run prettier:fix && npm run stylelint:fix && cd demo && npm run lint:fix && npm run prettier:fix", | ||
"test": "node test/test-prep.js && npx web-test-runner test/wc-tests/*.test.js --node-resolve", | ||
@@ -73,0 +73,0 @@ "dev": "cd demo && npm run dev", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
984942
10846