Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RaoufGhrissi/csv_matchy
/ functions
Functions
56 in github.com/RaoufGhrissi/csv_matchy
⨍
Functions
56
◇
Types & classes
18
↓ 12 callers
Function
createElement
(tagName: string, attributes: Object = {}, classes: string[] = [], events: object = {})
src/modules/common.ts:119
↓ 6 callers
Method
hideElementById
(id: string)
src/main.ts:533
↓ 6 callers
Function
isEmpty
(value: string | undefined | null)
src/modules/common.ts:115
↓ 3 callers
Method
addCellState
(cell: any, state: string)
src/main.ts:359
↓ 3 callers
Function
createButton
(text: string, attributes: Object = {}, classes: string[] = [], events: Object = {})
src/modules/common.ts:143
↓ 3 callers
Method
displayElementById
(id: any)
src/main.ts:537
↓ 3 callers
Method
endEditMode
(cell: any, rowIndex: number, colIndex: number)
src/main.ts:364
↓ 3 callers
Method
removeCellState
(cell: any, state: string)
src/main.ts:354
↓ 2 callers
Method
checkValidity
(cell: any, index: any)
src/main.ts:341
↓ 2 callers
Function
createHtmlElement
(tag: any, text: string, attributes: Object = {}, classes: string[] = [], events: Object = {})
src/modules/common.ts:137
↓ 2 callers
Method
init
()
src/main.ts:261
↓ 2 callers
Method
markValidCell
(cell: any)
src/main.ts:334
↓ 2 callers
Method
onSelectOption
(select: any, th: any)
src/main.ts:269
↓ 2 callers
Method
setDisplayProp
(id: string, prop: string)
src/main.ts:526
↓ 2 callers
Method
startEditMode
(cell: any, rowIndex: number, colIndex: number)
src/main.ts:378
↓ 1 callers
Method
addOptions
(th: any, index: any)
src/main.ts:296
↓ 1 callers
Method
autoMatch
()
src/main.ts:700
↓ 1 callers
Method
buildTable
()
src/main.ts:476
↓ 1 callers
Method
checkCell
(cellValue: string, option: Option)
src/main.ts:604
↓ 1 callers
Method
checkConstraint
(value: string, condition: Condition)
src/main.ts:646
↓ 1 callers
Method
checkRegExpConditions
(value: string, conditionValue: string)
src/main.ts:675
↓ 1 callers
Method
checkType
(value: string, type: FieldType)
src/main.ts:688
↓ 1 callers
Function
createLabel
(text: string, attributes: Object = {}, classes: string[] = [], events: Object = {})
src/modules/common.ts:147
↓ 1 callers
Function
createLinkElement
(href: string)
src/modules/common.ts:97
↓ 1 callers
Method
deleteNotMatchedColumns
()
src/main.ts:568
↓ 1 callers
Method
deleteRow
(row: any)
src/main.ts:420
↓ 1 callers
Method
generateResult
()
src/main.ts:589
↓ 1 callers
Method
generateTableBody
(table: any)
src/main.ts:425
↓ 1 callers
Method
generateTableHead
(table: any)
src/main.ts:315
↓ 1 callers
Method
generateValues
()
src/main.ts:541
↓ 1 callers
Method
getInvalidCheckMessage
(condition: Condition)
src/main.ts:629
↓ 1 callers
Method
handleFileUpload
(event: any)
src/main.ts:488
↓ 1 callers
Method
hideRow
(row: string)
src/main.ts:416
↓ 1 callers
Function
importExternalUi
(shadow: ShadowRoot)
src/modules/common.ts:104
↓ 1 callers
Method
initEventListeners
()
src/main.ts:224
↓ 1 callers
Method
initializeComponent
()
src/main.ts:151
↓ 1 callers
Method
isValidFloat
(value: string)
src/main.ts:684
↓ 1 callers
Method
isValidInteger
(value: string)
src/main.ts:679
↓ 1 callers
Method
markInvalidCell
(cell: any, message: any)
src/main.ts:329
↓ 1 callers
Method
onMatchingFormValueChanged
(matching: { [key: string]: string })
src/main.ts:731
↓ 1 callers
Method
preSubmitFile
()
src/main.ts:551
↓ 1 callers
Method
selectNextCell
()
src/main.ts:236
↓ 1 callers
Method
setPossibleOptions
(options: Option[])
src/main.ts:146
↓ 1 callers
Method
submit
(data: any)
src/main.ts:580
↓ 1 callers
Method
submitFile
()
src/main.ts:584
↓ 1 callers
Method
uploadFile
()
src/main.ts:513
↓ 1 callers
Method
validateFile
(file: any)
src/main.ts:458
Method
constructor
(cell: HTMLElement, rowIndex: number, colIndex: number)
src/main.ts:43
Method
constructor
( mainOptions: Option[] = [], setting: Settings = { validate: true } )
src/main.ts:63
Method
constructor
()
src/models/classes/uploadEntry.ts:6
Method
constructor
(display_value: string = "", value: string | null = null, mandatory: boolean = false, type: FieldType = Field
src/models/classes/option.ts:11
Method
constructor
()
src/models/classes/context.ts:4
Method
constructor
(property: ConditonProperty, value: number | string | string[], comparer: Comparer = Comparer.e, custom_fail_m
src/models/classes/condition.ts:10
Method
constructor
(value: string, rowIndex: number, colIndex: number)
src/models/classes/cell.ts:6
Method
matchyQuerySelector
(pattern: string)
src/main.ts:412
Method
matchyQuerySelectorAll
(pattern: string)
src/main.ts:408