@imedx/ics-imedx-chromely-plugin-index-examine
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -383,3 +383,3 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
if (keys === void 0) { keys = ''; } | ||
if (tcmOperation === void 0) { tcmOperation = false; } | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
if (icsChromelyRequest.isChromely) { | ||
@@ -411,3 +411,3 @@ return IndexExamine.query('Icd9cm3Index', category, this.QueryCondition(category, escapeSpecialCharacters(keys), tcmOperation)); | ||
if (keys === void 0) { keys = ''; } | ||
if (tcmOperation === void 0) { tcmOperation = false; } | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
if (icsChromelyRequest.isChromely) { | ||
@@ -433,2 +433,3 @@ return IndexExamine.page('Icd9cm3Index', pageIndex, pageSize, category, this.QueryCondition(category, escapeSpecialCharacters(keys), tcmOperation)); | ||
Icd9cm3Index.QueryCondition = function (category, keys, tcmOperation) { | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
var conditions = []; | ||
@@ -435,0 +436,0 @@ if (keys.trim()) { |
@@ -389,3 +389,3 @@ (function (global, factory) { | ||
if (keys === void 0) { keys = ''; } | ||
if (tcmOperation === void 0) { tcmOperation = false; } | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
if (icsChromelyRequest.isChromely) { | ||
@@ -417,3 +417,3 @@ return IndexExamine.query('Icd9cm3Index', category, this.QueryCondition(category, escapeSpecialCharacters(keys), tcmOperation)); | ||
if (keys === void 0) { keys = ''; } | ||
if (tcmOperation === void 0) { tcmOperation = false; } | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
if (icsChromelyRequest.isChromely) { | ||
@@ -439,2 +439,3 @@ return IndexExamine.page('Icd9cm3Index', pageIndex, pageSize, category, this.QueryCondition(category, escapeSpecialCharacters(keys), tcmOperation)); | ||
Icd9cm3Index.QueryCondition = function (category, keys, tcmOperation) { | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
var conditions = []; | ||
@@ -441,0 +442,0 @@ if (keys.trim()) { |
@@ -26,3 +26,3 @@ "use strict"; | ||
if (keys === void 0) { keys = ''; } | ||
if (tcmOperation === void 0) { tcmOperation = false; } | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
if (ics_chromely_js_sdk_1.default.isChromely) { | ||
@@ -54,3 +54,3 @@ return index_examine_1.default.query('Icd9cm3Index', category, this.QueryCondition(category, utils_1.escapeSpecialCharacters(keys), tcmOperation)); | ||
if (keys === void 0) { keys = ''; } | ||
if (tcmOperation === void 0) { tcmOperation = false; } | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
if (ics_chromely_js_sdk_1.default.isChromely) { | ||
@@ -76,2 +76,3 @@ return index_examine_1.default.page('Icd9cm3Index', pageIndex, pageSize, category, this.QueryCondition(category, utils_1.escapeSpecialCharacters(keys), tcmOperation)); | ||
Icd9cm3Index.QueryCondition = function (category, keys, tcmOperation) { | ||
if (tcmOperation === void 0) { tcmOperation = null; } | ||
var conditions = []; | ||
@@ -78,0 +79,0 @@ if (keys.trim()) { |
@@ -10,3 +10,3 @@ export default class Icd9cm3Index { | ||
*/ | ||
static query(category: string, keys?: string, tcmOperation?: boolean): Promise<any>; | ||
static query(category: string, keys?: string, tcmOperation?: boolean | null): Promise<any>; | ||
/** | ||
@@ -22,3 +22,3 @@ * 分页查询索引 | ||
*/ | ||
static page(pageIndex: number, pageSize: number, category: string, keys?: string, tcmOperation?: boolean): Promise<any>; | ||
static page(pageIndex: number, pageSize: number, category: string, keys?: string, tcmOperation?: boolean | null): Promise<any>; | ||
/** | ||
@@ -25,0 +25,0 @@ * 查询条件组装 |
{ | ||
"name": "@imedx/ics-imedx-chromely-plugin-index-examine", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
179268
2099
0