Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROU-11483: Update version - release 2024v2.1 Wijmo - Build 5.20242.30 #445

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gulp/DefaultSpecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const constants = {

// Store the default project specifications
const specs = {
version: '2.18.2',
version: '2.19.0',
name: 'OutSystems DataGrid',
description: '',
url: 'Website:\n • ' + constants.websiteUrl,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-datagrid",
"version": "2.18.2",
"version": "2.19.0",
"description": "OutSystems Data Grid for Reactive Web",
"author": "UI Components Team",
"license": "BSD-3-Clause",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20242.21
* Wijmo Library 5.20242.30
* https://developer.mescius.com/wijmo
*
* Copyright(c) MESCIUS inc. All rights reserved.
Expand Down Expand Up @@ -526,6 +526,44 @@ declare module wijmo.barcode.common {
}
declare module wijmo.barcode.common {
}
declare module wijmo.barcode.common {
const CodabarClsNames: {
hostElement: string;
};
const Code128ClsNames: {
hostElement: string;
};
const Code39ClsNames: {
hostElement: string;
};
const Ean13ClsNames: {
hostElement: string;
};
const Ean8ClsNames: {
hostElement: string;
};
const EanBaseClsNames: {
hostElement: string;
};
const Gs1_128ClsNames: {
hostElement: string;
};
const QrCodeClsNames: {
hostElement: string;
};
const UpcAClsNames: {
hostElement: string;
};
const UpcBaseClsNames: {
hostElement: string;
};
const UpcE0ClsNames: {
hostElement: string;
};
const UpcE1ClsNames: {
hostElement: string;
};
}
declare module wijmo.barcode.common {
/**
* Defines encoding charset type for barcode.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20242.21
* Wijmo Library 5.20242.30
* https://developer.mescius.com/wijmo
*
* Copyright(c) MESCIUS inc. All rights reserved.
Expand Down Expand Up @@ -638,6 +638,38 @@ declare module wijmo.barcode.composite {
}
declare module wijmo.barcode.composite {
}
declare module wijmo.barcode.composite {
const Gs1DataBarClsNames: {
hostElement: string;
};
const Gs1DataBarExpandedClsNames: {
hostElement: string;
};
const Gs1DataBarExpandedStackedClsNames: {
hostElement: string;
};
const Gs1DataBarLimitedClsNames: {
hostElement: string;
};
const Gs1DataBarOmnidirectionalClsNames: {
hostElement: string;
};
const Gs1DataBarStackedClsNames: {
hostElement: string;
};
const Gs1DataBarStackedOmnidirectionalClsNames: {
hostElement: string;
};
const Gs1DataBarTruncatedClsNames: {
hostElement: string;
};
const MicroPdf417ClsNames: {
hostElement: string;
};
const Pdf417ClsNames: {
hostElement: string;
};
}
declare module wijmo.barcode.composite {
/**
* Defines the composite barcode component symbology that can be used in linkage.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20242.21
* Wijmo Library 5.20242.30
* https://developer.mescius.com/wijmo
*
* Copyright(c) MESCIUS inc. All rights reserved.
Expand Down Expand Up @@ -554,6 +554,11 @@ declare module wijmo.barcode {
}
declare module wijmo.barcode {
}
declare module wijmo.barcode {
const BarcodeClsNames: {
hostElement: string;
};
}
declare module wijmo.barcode {
/**
* Specifies the type of rendering for all type of Barcodes.
Expand Down Expand Up @@ -610,6 +615,7 @@ declare module wijmo.barcode {
* Base (abstract) class for all barcode control classes.
*/
class BarcodeBase extends wijmo.Control {
static _ctrlTemplate: string;
/**
* Gets or sets the template used to instantiate Barcode controls.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20242.21
* Wijmo Library 5.20242.30
* https://developer.mescius.com/wijmo
*
* Copyright(c) MESCIUS inc. All rights reserved.
Expand Down Expand Up @@ -406,6 +406,32 @@ declare module wijmo.barcode.specialized {
}
declare module wijmo.barcode.specialized {
}
declare module wijmo.barcode.specialized {
const Code49ClsNames: {
hostElement: string;
};
const Code93ClsNames: {
hostElement: string;
};
const DataMatrixClsNames: {
hostElement: string;
};
const DataMatrixEcc000ClsNames: {
hostElement: string;
};
const DataMatrixEcc200ClsNames: {
hostElement: string;
};
const Interleaved2of5ClsNames: {
hostElement: string;
};
const Itf14ClsNames: {
hostElement: string;
};
const JapanesePostalClsNames: {
hostElement: string;
};
}
declare module wijmo.barcode.specialized {
/** Indicates the symbol size in modules (excluding the quiet zone).*/
enum DataMatrixVersion {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20242.21
* Wijmo Library 5.20242.30
* https://developer.mescius.com/wijmo
*
* Copyright(c) MESCIUS inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20242.21
* Wijmo Library 5.20242.30
* https://developer.mescius.com/wijmo
*
* Copyright(c) MESCIUS inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20242.21
* Wijmo Library 5.20242.30
* https://developer.mescius.com/wijmo
*
* Copyright(c) MESCIUS inc. All rights reserved.
Expand All @@ -10,6 +10,26 @@
* https://developer.mescius.com/wijmo/licensing
*
*/
declare module wijmo.chart.annotation {
const AnnotationClsNames: {
hostElement: string;
layer: string;
};
const GcchartAnnoClsNames: {
annoShape: string;
annoText: string;
circle: string;
ellipse: string;
gcchartAnnotation: string;
image: string;
line: string;
polygon: string;
rectangle: string;
shape: string;
square: string;
text: string;
};
}
declare module wijmo.chart.annotation {
/**
* Specifies the attachment of the annotation.
Expand Down
Loading