@nagwa-limited/mathlive
Advanced tools
Comparing version 3.1.0 to 3.1.1-test1
@@ -1,2 +0,2 @@ | ||
/* 3.1.0 */ import type { Keys } from './types-utils'; | ||
/* 3.1.1-test1 */ import type { Keys } from './types-utils'; | ||
import type { ParseMode, Style, TabularEnvironment } from './core-types'; | ||
@@ -240,2 +240,10 @@ import type { InsertOptions, Mathfield, Model } from './mathfield'; | ||
*/ | ||
moveToLineStart: (model: Model) => boolean; | ||
/** | ||
* @category Selection | ||
*/ | ||
moveToLineEnd: (model: Model) => boolean; | ||
/** | ||
* @category Selection | ||
*/ | ||
moveToMathfieldStart: (model: Model) => boolean; | ||
@@ -305,2 +313,10 @@ /** | ||
*/ | ||
extendToLineStart: (model: Model) => boolean; | ||
/** | ||
* @category Selection | ||
*/ | ||
extendToLineEnd: (model: Model) => boolean; | ||
/** | ||
* @category Selection | ||
*/ | ||
extendToMathFieldStart: (model: Model) => boolean; | ||
@@ -307,0 +323,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
/* 3.1.0 */ export type Direction = 'rtl' | 'ltr'; | ||
/* 3.1.1-test1 */ export type Direction = 'rtl' | 'ltr'; | ||
export type XMovementDirection = 'forward' | 'backward'; | ||
@@ -3,0 +3,0 @@ export type YMovementDirection = 'upward' | 'downward'; |
@@ -1,2 +0,2 @@ | ||
/* 3.1.0 */ import type { Selector } from './commands'; | ||
/* 3.1.1-test1 */ import type { Selector } from './commands'; | ||
import type { LatexSyntaxError, MacroDictionary, MovementDirection, ParseMode, Registers, Style, XMovementDirection } from './core-types'; | ||
@@ -3,0 +3,0 @@ import type { InsertOptions, OutputFormat, Offset, Range, Selection, Mathfield } from './mathfield'; |
@@ -1,2 +0,2 @@ | ||
/* 3.1.0 */ import type { ParseMode, Style, XMovementDirection } from './core-types'; | ||
/* 3.1.1-test1 */ import type { ParseMode, Style, XMovementDirection } from './core-types'; | ||
import { Selector } from './commands'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
/* 3.1.0 */ /** | ||
/* 3.1.1-test1 */ /** | ||
* Server-side rendering exports. | ||
@@ -3,0 +3,0 @@ * |
@@ -1,2 +0,2 @@ | ||
/* 3.1.0 */ /** | ||
/* 3.1.1-test1 */ /** | ||
* | ||
@@ -14,4 +14,4 @@ * Use MathLive to render and edit mathematical formulas. | ||
* | ||
* @packageDocumentation MathLive SDK Reference 3.1.0 | ||
* @version 3.1.0 | ||
* @packageDocumentation MathLive SDK Reference 3.1.1-test1 | ||
* @version 3.1.1-test1 | ||
* | ||
@@ -18,0 +18,0 @@ */ |
@@ -1,4 +0,4 @@ | ||
/* 3.1.0 */ import type { Mathfield, Range } from './mathfield'; | ||
/* 3.1.1-test1 */ import type { Mathfield, Range } from './mathfield'; | ||
import type { Selector } from './commands'; | ||
import type { ParseMode, MacroDictionary, Registers } from './core-types'; | ||
import type { ParseMode, MacroDictionary, Registers, Direction } from './core-types'; | ||
/** | ||
@@ -121,2 +121,3 @@ * Specify behavior for origin validation. | ||
ifPlatform?: 'macos' | '!macos' | 'windows' | '!windows' | 'linux' | '!linux' | 'ios' | '!ios' | 'android' | '!android' | 'chromeos' | '!chromeos'; | ||
ifDirection?: Direction; | ||
ifLayout?: string[]; | ||
@@ -123,0 +124,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
/* 3.1.0 */ /** | ||
/* 3.1.1-test1 */ /** | ||
* @internal | ||
@@ -3,0 +3,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
/* 3.1.0 */ import type { Selector } from './commands'; | ||
/* 3.1.1-test1 */ import type { Selector } from './commands'; | ||
import type { ParseMode, Style } from './core-types'; | ||
@@ -3,0 +3,0 @@ import type { OriginValidator } from './options'; |
{ | ||
"name": "@nagwa-limited/mathlive", | ||
"version": "3.1.0", | ||
"version": "3.1.1-test1", | ||
"private": false, | ||
@@ -55,2 +55,3 @@ "description": "A web component for math input", | ||
"lint": "eslint --fix src/; prettier -w src/", | ||
"prepublishOnly": "npm run dist", | ||
"start": "bash ./scripts/start.sh", | ||
@@ -103,2 +104,3 @@ "test": "bash ./scripts/test.sh", | ||
"autoprefixer": "^10.4.13", | ||
"check-node-version": "^4.2.1", | ||
"cssnano": "^5.1.14", | ||
@@ -105,0 +107,0 @@ "esbuild": "^0.17.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6041784
97778
24
1
2