Socket
Socket
Sign inDemoInstall

webpivottable

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpivottable - npm Package Compare versions

Comparing version 6.0.0-beta.2 to 6.0.0-beta.5

2

package.json
{
"name": "webpivottable",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.5",
"description": "A pure javascript pivot table and pivot chart component.",

@@ -5,0 +5,0 @@ "author": {

@@ -237,4 +237,4 @@ ---

|-------------------------------|-----------|----------|-----------------------------|
| `defaultValueFormat.category` | `string` | WptConstants.VALUE_FORMAT_CATEGORY_NUMBER | Default format for negative number |
| `defaultValueFormat.negative` | `string` | WptConstants.VALUE_NEGATIVE_RED_MINUS | Default format for negative number |
| `defaultValueFormat.category` | `string` | Constants.valueFormatCategory.NUMBER | Default format for negative number |
| `defaultValueFormat.negative` | `string` | Constants.negativeValueFormat.RED_MINUS | Default format for negative number |

@@ -324,75 +324,71 @@

{
type: WptConstants.FORMAT_WPT,
type: Constants.sourceType.WPT,
url: "https://webpivottable.com/testfiles/file9.wpt",
label: "Test file 9 (olap mode)"
},{
type: WptConstants.FORMAT_WPT,
type: Constants.sourceType.WPT,
url: "https://webpivottable.com/testfiles/file8.wpt",
label: "Test file 8 (memory mode)"
},{
type: WptConstants.FORMAT_CSV,
type: Constants.sourceType.CSV,
url: "https://webpivottable.com/testfiles/example.csv",
label: "USA Selection Poll Data (Total 4,000 records)"
},{
type: WptConstants.FORMAT_CSV,
type: Constants.sourceType.CSV,
url: "https://webpivottable.com/testfiles/sales.csv",
label: "Sales Sample Data (Total 2,823 records)"
},{
type: WptConstants.FORMAT_CSV,
type: Constants.sourceType.CSV,
url: "https://webpivottable.com/testfiles/FL_insurance.csv",
label: "Florida Insurance Data (Total 36,634 records)"
},{
type: WptConstants.FORMAT_EXCEL,
type: Constants.sourceType.EXCEL,
url: "https://webpivottable.com/testfiles/example.xls",
label: "USA Selection Poll Data (Total 4,000 records)"
},{
type: WptConstants.FORMAT_EXCEL,
type: Constants.sourceType.EXCEL,
url: "https://webpivottable.com/testfiles/sales.xls",
label: "Sales Sample Data (Total 2,823 records)"
},{
type: WptConstants.FORMAT_EXCEL,
type: Constants.sourceType.EXCEL,
url: "https://webpivottable.com/testfiles/FL_insurance.xls",
label: "Florida Insurance Data (Total 36,634 records)"
},{
type: WptConstants.FORMAT_EXCEL,
type: Constants.sourceType.EXCEL,
url: "https://webpivottable.com/testfiles/example.xlsx",
label: "USA Selection Poll Data (Total 4,000 records)"
},{
type: WptConstants.FORMAT_EXCEL,
type: Constants.sourceType.EXCEL,
url: "https://webpivottable.com/testfiles/sales.xlsx",
label: "Sales Sample Data (Total 2,823 records)"
},{
type: WptConstants.FORMAT_EXCEL,
type: Constants.sourceType.EXCEL,
url: "https://webpivottable.com/testfiles/FL_insurance.xlsx",
label: "Florida Insurance Data (Total 36,634 records)"
},{
type: WptConstants.FORMAT_WSWPT,
url: "https://webpivottable.com/testfiles/sample91.wpt",
label: "Predefined small CSV WebPivotTable file"
},{
type: WptConstants.FORMAT_WSDATA,
type: Constants.sourceType.WSDATA,
url: "https://demo.webpivottable.com/wpt/wsSample",
label: "Simple Sample Web Service"
},{
type: WptConstants.FORMAT_GSS,
type: Constants.sourceType.GSS,
url: "https://docs.google.com/spreadsheet/pub?key=0Alkl5EEsxBwBdDFLV2Q4a1NWMmw1TXZBRlFMZ1Rxd0E&output=html",
label: "USA Selection Poll Data (Total 4,000 records)"
},{
type: WptConstants.FORMAT_GSS,
type: Constants.sourceType.GSS,
url: "https://docs.google.com/spreadsheet/pub?key=0Alkl5EEsxBwBdHJMOTh4Sm1BSFlDYXRwVW5lc0xuMVE&output=html",
label: "Sales Sample Data (Total 2,823 records)"
},{
type: WptConstants.FORMAT_OLAP,
type: Constants.sourceType.CUBE,
url: "http://olap.flexmonster.com/olap/msmdpump.dll",
label: "Sample Microsoft Analysis Service"
},{
type: WptConstants.FORMAT_OLAP,
type: Constants.sourceType.CUBE,
url: "http://sampledata.infragistics.com/data/msmdpump.dll",
label: "Sample Microsoft Analysis Service 1"
},{
type: WptConstants.FORMAT_OLAP,
type: Constants.sourceType.CUBE,
url: "http://52.4.22.157:8080/mondrian/xmla",
label: "Sample Mondrian OLAP Server"
},{
type: WptConstants.FORMAT_OLAP,
type: Constants.sourceType.CUBE,
url: "http://52.4.22.157:8282/icCube/xmla",

@@ -619,3 +615,3 @@ label: "Sample icCube OLAP Server"

chartFirst: 0, // show chart at top/left? 0/1
pivotLayout: WptConstants.PIVOT_LAYOUT_TILE_VERTICAL,
pivotLayout: Constants.PIVOT_LAYOUT_TILE_VERTICAL,
// Pivot Grid and chart layout

@@ -622,0 +618,0 @@ // 0 -- tile horizontal, 1 -- tile vertical,

@@ -18,5 +18,5 @@ {

"Msg_NotValidWptFormat": "Das ist keine gültige WebPivotTable Datei.",
"Err_OLAP_NoDataSource": "Es wurde keine Datenquelle auf diesem Server gefunden: ",
"Err_OLAP_NoCatalog": "Es wurde kein Catalog für diese Datenquelle gefunden: ",
"Err_OLAP_NoDimension": "Es wurde keine Dimension für den Cube gefunden: ",
"Msg_OLAP_NoDataSource": "Es wurde keine Datenquelle auf diesem Server gefunden: ",
"Msg_OLAP_NoCatalog": "Es wurde kein Catalog für diese Datenquelle gefunden: ",
"Msg_OLAP_NoDimension": "Es wurde keine Dimension für den Cube gefunden: ",

@@ -49,5 +49,5 @@ "Msg_InputFileUrl": "Bitte URL für die Datei eingeben.",

"Msg_ExecutingMdx": "Executing MDX statement... ",
"Msg_GeneratingPivotData": "Generating pivot data...",
"Msg_PivotDataGenerated": "Pivot data generated.",
"Msg_MilliSeconds": "ms",
"Msg_DrillThroughDataRetrieved": "Drill through data retrieved.",

@@ -57,8 +57,2 @@ "Msg_ManuallyInclude": "Please manually pickup labels which should be included",

"Msg_SelectSource": "Bitte wählen Sie eine Datenquelle.",
"Msg_SelectSheet": "Bitte wählen Sie einen existieren Blatt.",
"Msg_SheetUsedByReports": "Es gibt einige Berichte , basierend auf diesem Blatt . Diese Berichte werden geändert werden, wenn Sie bestätigen, zu entfernen.",
"Msg_SourceUsedBySheets": "Es gibt einige Blätter und / oder Berichte auf der Grundlage dieser Quelle. Das Entfernen dieser Quelle hat den Verlust der Blätter und Reports zur Folge.",
"Msg_RemoveSheetConfirmation": "Dieses Blatt wirklich entfernen?",
"Msg_RemoveSourceConfirmation": "Diese Quelle wirklich entfernen?",
"Msg_RunMdxStatement": "Diese MDX-Anweisung auf dem OLAP-Cube ausführen",

@@ -122,3 +116,3 @@ "Msg_FormatExpression": "You can use any validate javascript expression in formula.",

"Lbl_CsvFile": "CSV Datei (.csv)",
"Lbl_ExcelFile": "Excel Datei (.xlsx/.xlsm/.xlsb/.xls)",
"Lbl_ExcelFile": "Excel Datei (.xlsx/.xls)",
"Lbl_OlapMode": "OLAP Mode",

@@ -155,18 +149,2 @@ "Lbl_GssFile": "Google Spreadsheet",

"Lbl_AddSource": "Fügen Sie eine neue Datenquelle hinzu",
"Lbl_RemoveSource": "Entfernen Sie diese Datenquelle",
"Lbl_ChangeSource": "Ändern Sie diese Datenquelle",
"Lbl_AddSheet": "Neues Tabellenblatt erstellen",
"Lbl_AddReport": "Neuen Report erstellen",
"Lbl_CreateSheetFromSource": "Erstellen Sie neues Blatt von der Quelle",
"Lbl_CopySheetFromSheet": "Ein vorhandenes Blatt kopieren",
"Lbl_AvailableComponents": "Verfügbare Komponenten",
"Lbl_ReportComponents": "Berichtskomponenten",
"Lbl_RenameSourceName": "Ändern Sie Datenquellenname",
"Lbl_RenameSheetName": "Namen des Tabellenblattes ändern",
"Lbl_RenameReportName": "Änderung des Berichtsnamens",
"Lbl_UsedBySheets": "Wird von Blättern verwendet",
"Lbl_UsedByReports": "Wird von Berichten verwendet",
"Lbl_CollapseRows": "Alle Zeilen einklappen",

@@ -232,2 +210,5 @@ "Lbl_ExpandRows": "Alle Zeilen ausklappen",

"Lbl_GridOptions": "Grid Options",
"Lbl_ChartOptions": "Chart Options",
"Lbl_RowHeadWidth": "Breite Kopfzeile der Zeile",

@@ -234,0 +215,0 @@ "Lbl_CellWidth": "Zellbreite",

@@ -17,5 +17,5 @@ {

"Msg_NotValidWptFormat": "Not a valid WPT file.",
"Err_OLAP_NoDataSource": "No DataSource found at this Server: ",
"Err_OLAP_NoCatalog": "No Catalog found at this DataSource: ",
"Err_OLAP_NoDimension": "No Dimension found at this Cube: ",
"Msg_OLAP_NoDataSource": "No DataSource found at this Server: ",
"Msg_OLAP_NoCatalog": "No Catalog found at this DataSource: ",
"Msg_OLAP_NoDimension": "No Dimension found at this Cube: ",

@@ -48,5 +48,5 @@ "Msg_InputFileUrl": "Please input File URL.",

"Msg_ExecutingMdx": "Executing MDX statement... ",
"Msg_GeneratingPivotData": "Generating pivot data...",
"Msg_PivotDataGenerated": "Pivot data generated.",
"Msg_MilliSeconds": "ms",
"Msg_DrillThroughDataRetrieved": "Drill through data retrieved.",

@@ -56,8 +56,2 @@ "Msg_ManuallyInclude": "Please manually pickup labels which should be included",

"Msg_SelectSource": "Please select a data source.",
"Msg_SelectSheet": "Please select an exist sheet.",
"Msg_SheetUsedByReports": "There are some reports based on this sheet. Those reports will be changed if you confirm to remove.",
"Msg_SourceUsedBySheets": "There are some sheets and/or reports based on this source. Remove it will also remove all these sheets and reports.",
"Msg_RemoveSheetConfirmation": "Do you really want to remove this sheet?",
"Msg_RemoveSourceConfirmation": "Do you really want to remove this source?",
"Msg_RunMdxStatement": "Execuate this MDX statement on OLAP Cube",

@@ -121,3 +115,3 @@ "Msg_FormatExpression": "You can use any validate javascript expression in formula.",

"Lbl_CsvFile": "CSV File (.csv)",
"Lbl_ExcelFile": "Excel File (.xlsx/.xlsm/.xlsb/.xls)",
"Lbl_ExcelFile": "Excel File (.xlsx/.xls)",
"Lbl_OlapMode": "OLAP Mode",

@@ -154,18 +148,2 @@ "Lbl_GssFile": "Google Spreadsheet",

"Lbl_AddSource": "Add a new data source",
"Lbl_RemoveSource": "Remove this data source",
"Lbl_ChangeSource": "Change this data source",
"Lbl_AddSheet": "Create a new sheet",
"Lbl_AddReport": "Create a new report",
"Lbl_CreateSheetFromSource": "Create new sheet from source",
"Lbl_CopySheetFromSheet": "Copy an existing sheet",
"Lbl_AvailableComponents": "Available Components",
"Lbl_ReportComponents": "Report Components",
"Lbl_RenameSourceName": "Change data source name",
"Lbl_RenameSheetName": "Change sheet name",
"Lbl_RenameReportName": "Change report name",
"Lbl_UsedBySheets": "Used by sheets",
"Lbl_UsedByReports": "Used by reports",
"Lbl_CollapseRows": "Collapse All Rows",

@@ -231,2 +209,5 @@ "Lbl_ExpandRows": "Expand All Rows",

"Lbl_GridOptions": "Grid Options",
"Lbl_ChartOptions": "Chart Options",
"Lbl_RowHeadWidth": "Row Header Width",

@@ -233,0 +214,0 @@ "Lbl_CellWidth": "Cell Width",

@@ -17,5 +17,5 @@ {

"Msg_NotValidWptFormat": "No es un archivo válido de WPT.",
"Err_OLAP_NoDataSource": "No se ha encontrado ninguna fuente de datos en este servidor: ",
"Err_OLAP_NoCatalog": "No se ha encontrado ningun catálogo en esta Fuente de datos: ",
"Err_OLAP_NoDimension": "No se han encontrado en esta dimensión de cubo: ",
"Msg_OLAP_NoDataSource": "No se ha encontrado ninguna fuente de datos en este servidor: ",
"Msg_OLAP_NoCatalog": "No se ha encontrado ningun catálogo en esta Fuente de datos: ",
"Msg_OLAP_NoDimension": "No se han encontrado en esta dimensión de cubo: ",

@@ -48,5 +48,5 @@ "Msg_InputFileUrl": "Por favor introduzca la URL del archivo.",

"Msg_ExecutingMdx": "Executing MDX statement... ",
"Msg_GeneratingPivotData": "Generating pivot data...",
"Msg_PivotDataGenerated": "Pivot data generated.",
"Msg_MilliSeconds": "ms",
"Msg_DrillThroughDataRetrieved": "Drill through data retrieved.",

@@ -56,8 +56,2 @@ "Msg_ManuallyInclude": "Please manually pickup labels which should be included",

"Msg_SelectSource": "Please select a data source.",
"Msg_SelectSheet": "Please select an exist sheet.",
"Msg_SheetUsedByReports": "There are some reports based on this sheet. Those reports will be changed if you confirm to remove.",
"Msg_SourceUsedBySheets": "There are some sheets and/or reports based on this source. Remove it will also remove all these sheets and reports.",
"Msg_RemoveSheetConfirmation": "Do you really want to remove this sheet?",
"Msg_RemoveSourceConfirmation": "Do you really want to remove this source?",
"Msg_RunMdxStatement": "Ejecutar esta instrucción en cubo OLAP",

@@ -120,3 +114,3 @@ "Msg_FormatExpression": "You can use any validate javascript expression in formula.",

"Lbl_CsvFile": "Archivo CSV (.csv)",
"Lbl_ExcelFile": "Archivo Excel (.xlsx/.xlsm/.xlsb/.xls)",
"Lbl_ExcelFile": "Archivo Excel (.xlsx/.xls)",
"Lbl_OlapMode": "Cubo OLAP",

@@ -153,18 +147,2 @@ "Lbl_GssFile": " Hoja de cálculo google",

"Lbl_AddSource": "Add a new data source",
"Lbl_RemoveSource": "Remove this data source",
"Lbl_ChangeSource": "Change this data source",
"Lbl_AddSheet": "Create a new sheet",
"Lbl_AddReport": "Create a new report",
"Lbl_CreateSheetFromSource": "Create new sheet from source",
"Lbl_CopySheetFromSheet": "Copy an existing sheet",
"Lbl_AvailableComponents": "Available Components",
"Lbl_ReportComponents": "Report Components",
"Lbl_RenameSourceName": "Change data source name",
"Lbl_RenameSheetName": "Change sheet name",
"Lbl_RenameReportName": "Change report name",
"Lbl_UsedBySheets": "Used by sheets",
"Lbl_UsedByReports": "Used by reports",
"Lbl_CollapseRows": "Contraer todas las filas",

@@ -230,2 +208,5 @@ "Lbl_ExpandRows": "Expandir todas las filas",

"Lbl_GridOptions": "Grid Options",
"Lbl_ChartOptions": "Chart Options",
"Lbl_RowHeadWidth": "Ancho de encabezado de fila",

@@ -232,0 +213,0 @@ "Lbl_CellWidth": "Ancho de celda",

@@ -17,5 +17,5 @@ {

"Msg_NotValidWptFormat": "Non è un file di WPT valido.",
"Err_OLAP_NoDataSource": "Nessun DataSource trovato in questo Server: ",
"Err_OLAP_NoCatalog": "Nessun Catalogo trovato in questo DataSource: ",
"Err_OLAP_NoDimension": "Nessuna Dimensione trovata in questo Cubo: ",
"Msg_OLAP_NoDataSource": "Nessun DataSource trovato in questo Server: ",
"Msg_OLAP_NoCatalog": "Nessun Catalogo trovato in questo DataSource: ",
"Msg_OLAP_NoDimension": "Nessuna Dimensione trovata in questo Cubo: ",

@@ -48,5 +48,5 @@ "Msg_InputFileUrl": "Si prega di inserire l'URL del file.",

"Msg_ExecutingMdx": "Executing MDX statement... ",
"Msg_GeneratingPivotData": "Generating pivot data...",
"Msg_PivotDataGenerated": "Pivot data generated.",
"Msg_MilliSeconds": "ms",
"Msg_DrillThroughDataRetrieved": "Drill through data retrieved.",

@@ -56,8 +56,2 @@ "Msg_ManuallyInclude": "Please manually pickup labels which should be included",

"Msg_SelectSource": "Please select a data source.",
"Msg_SelectSheet": "Please select an exist sheet.",
"Msg_SheetUsedByReports": "There are some reports based on this sheet. Those reports will be changed if you confirm to remove.",
"Msg_SourceUsedBySheets": "There are some sheets and/or reports based on this source. Remove it will also remove all these sheets and reports.",
"Msg_RemoveSheetConfirmation": "Do you really want to remove this sheet?",
"Msg_RemoveSourceConfirmation": "Do you really want to remove this source?",
"Msg_RunMdxStatement": "Eseguire questa dichiarazione MDX sul Cubo OLAP",

@@ -120,3 +114,3 @@ "Msg_FormatExpression": "You can use any validate javascript expression in formula.",

"Lbl_CsvFile": "CSV File (.csv)",
"Lbl_ExcelFile": "Excel File (.xlsx/.xlsm/.xlsb/.xls)",
"Lbl_ExcelFile": "Excel File (.xlsx/.xls)",
"Lbl_OlapMode": "OLAP Cube",

@@ -153,18 +147,2 @@ "Lbl_GssFile": "Foglio di Calcolo Google",

"Lbl_AddSource": "Add a new data source",
"Lbl_RemoveSource": "Remove this data source",
"Lbl_ChangeSource": "Change this data source",
"Lbl_AddSheet": "Create a new sheet",
"Lbl_AddReport": "Create a new report",
"Lbl_CreateSheetFromSource": "Create new sheet from source",
"Lbl_CopySheetFromSheet": "Copy an existing sheet",
"Lbl_AvailableComponents": "Available Components",
"Lbl_ReportComponents": "Report Components",
"Lbl_RenameSourceName": "Change data source name",
"Lbl_RenameSheetName": "Change sheet name",
"Lbl_RenameReportName": "Change report name",
"Lbl_UsedBySheets": "Used by sheets",
"Lbl_UsedByReports": "Used by reports",
"Lbl_CollapseRows": "Chiudi Tutte le Righe",

@@ -230,2 +208,5 @@ "Lbl_ExpandRows": "Espandi Tutte le Righe",

"Lbl_GridOptions": "Grid Options",
"Lbl_ChartOptions": "Chart Options",
"Lbl_RowHeadWidth": "Larghezza Testata Riga",

@@ -232,0 +213,0 @@ "Lbl_CellWidth": "Larghezza Cella",

@@ -17,5 +17,5 @@ {

"Msg_NotValidWptFormat": "Arquivo WPT inválido.",
"Err_OLAP_NoDataSource": "Nenhuma fonte de dados encontrada neste servidor: ",
"Err_OLAP_NoCatalog": "Nenhum Catálogo encontrado nesta Fonte de Dados: ",
"Err_OLAP_NoDimension": "Nenhuma Dimensão encontrada neste cubo: ",
"Msg_OLAP_NoDataSource": "Nenhuma fonte de dados encontrada neste servidor: ",
"Msg_OLAP_NoCatalog": "Nenhum Catálogo encontrado nesta Fonte de Dados: ",
"Msg_OLAP_NoDimension": "Nenhuma Dimensão encontrada neste cubo: ",

@@ -48,5 +48,5 @@ "Msg_InputFileUrl": "Favor informar a URL do arquivo de entrada.",

"Msg_ExecutingMdx": "Executing MDX statement... ",
"Msg_GeneratingPivotData": "Generating pivot data...",
"Msg_PivotDataGenerated": "Pivot data generated.",
"Msg_MilliSeconds": "ms",
"Msg_DrillThroughDataRetrieved": "Drill through data retrieved.",

@@ -56,8 +56,2 @@ "Msg_ManuallyInclude": "Please manually pickup labels which should be included",

"Msg_SelectSource": "Por favor, selecione uma fonte de dados.",
"Msg_SelectSheet": "Por favor, selecione uma planilha válida.",
"Msg_SheetUsedByReports": "Existem alguns relatórios baseados nessa planilha. Esses relatório serão alterados se você deletar a planilha.",
"Msg_SourceUsedBySheets": "Existem algumas planilhas e/ou relatórios utilizando esta fonte. Romovê-la irá remover também todas essas planilhas e relatórios.",
"Msg_RemoveSheetConfirmation": "Você deseja realmente remover esta planilha?",
"Msg_RemoveSourceConfirmation": "Você deseja realmente remover esta fonte de dados?",
"Msg_RunMdxStatement": "Executar esta consulta MDX no Cubo OLAP",

@@ -121,3 +115,3 @@ "Msg_FormatExpression": "You can use any validate javascript expression in formula.",

"Lbl_CsvFile": "Arquivo CSV (.csv)",
"Lbl_ExcelFile": "Arquivo Excel (.xlsx/.xlsm/.xlsb/.xls)",
"Lbl_ExcelFile": "Arquivo Excel (.xlsx/.xls)",
"Lbl_OlapMode": "Cubo OLAP ",

@@ -154,18 +148,2 @@ "Lbl_GssFile": "Planilha Google",

"Lbl_AddSource": "Adicionar uma nova fonte de dados",
"Lbl_RemoveSource": "Remover essa fonte de dados",
"Lbl_ChangeSource": "Trocar essa fonte de dados",
"Lbl_AddSheet": "Criar uma nova planilha",
"Lbl_AddReport": "Criar um novo relatório",
"Lbl_CreateSheetFromSource": "Criar nova planilha da fonte de dados",
"Lbl_CopySheetFromSheet": "Copiar planilha existente",
"Lbl_AvailableComponents": "Componetes Disponíveis",
"Lbl_ReportComponents": "Componentes de Relatório",
"Lbl_RenameSourceName": "Mudar o nome da fonte dos dados",
"Lbl_RenameSheetName": "Mudar nome da planilha",
"Lbl_RenameReportName": "mudar nome do relatório",
"Lbl_UsedBySheets": "Usado pelas planilhas",
"Lbl_UsedByReports": "Usado pelos relatórios",
"Lbl_CollapseRows": "Agrupar Todas as Linhas",

@@ -231,2 +209,5 @@ "Lbl_ExpandRows": "Desagruopar Todas as Linhas",

"Lbl_GridOptions": "Grid Options",
"Lbl_ChartOptions": "Chart Options",
"Lbl_RowHeadWidth": "Largura do Título da Linha",

@@ -233,0 +214,0 @@ "Lbl_CellWidth": "Lartgura da Célula",

@@ -18,5 +18,5 @@ {

"Msg_NotValidWptFormat": "Geçerli bir WPT dosyası değil.",
"Err_OLAP_NoDataSource": "Bu sunucuda hiçbir veri kaynağı bulunamadı: ",
"Err_OLAP_NoCatalog": "Bu veri kaynağında hiçbir katalog bulunamadı: ",
"Err_OLAP_NoDimension": "Bu küpte hiçbir boyut bulunamadı: ",
"Msg_OLAP_NoDataSource": "Bu sunucuda hiçbir veri kaynağı bulunamadı: ",
"Msg_OLAP_NoCatalog": "Bu veri kaynağında hiçbir katalog bulunamadı: ",
"Msg_OLAP_NoDimension": "Bu küpte hiçbir boyut bulunamadı: ",

@@ -49,5 +49,5 @@ "Msg_InputFileUrl": "Lütfen dosya URL' sini girin.",

"Msg_ExecutingMdx": "Executing MDX statement... ",
"Msg_GeneratingPivotData": "Generating pivot data...",
"Msg_PivotDataGenerated": "Pivot data generated.",
"Msg_MilliSeconds": "ms",
"Msg_DrillThroughDataRetrieved": "Drill through data retrieved.",

@@ -57,8 +57,2 @@ "Msg_ManuallyInclude": "Please manually pickup labels which should be included",

"Msg_SelectSource": "Lütfen veri kaynağı seçin.",
"Msg_SelectSheet": "Lütfen varolan bir sayfa seçin.",
"Msg_SheetUsedByReports": "Bu sayfaya bağlı raporlar bulunmakta. Eğer sayfayı silerseniz bu raporlar da değişecektir.",
"Msg_SourceUsedBySheets": "Bu veri kaynağına bağlı bazı sayfa ve/veya raporlar bulunmakta. Eğer veri kaynağını silerseniz bu raporlar da değişecektir.",
"Msg_RemoveSheetConfirmation": "Sayfayı silmek istediğinizden emin misiniz?",
"Msg_RemoveSourceConfirmation": "Kaynağı silmek istediğinizden emin misiniz?",
"Msg_RunMdxStatement": "Bu MDX durumunu OLAP Küpünde çalıştır",

@@ -122,3 +116,3 @@ "Msg_FormatExpression": "You can use any validate javascript expression in formula.",

"Lbl_CsvFile": "CSV Dosyası (.csv)",
"Lbl_ExcelFile": "Excel Dosyası (.xlsx/.xlsm/.xlsb/.xls)",
"Lbl_ExcelFile": "Excel Dosyası (.xlsx/.xls)",
"Lbl_OlapMode": "OLAP Modu",

@@ -155,18 +149,2 @@ "Lbl_GssFile": "Google Spreadsheet",

"Lbl_AddSource": "Yeni veri kaynağı ekle",
"Lbl_RemoveSource": "Bu veri kaynağını sil",
"Lbl_ChangeSource": "Bu veri kaynağını değiştir",
"Lbl_AddSheet": "Yeni sayfa oluştur",
"Lbl_AddReport": "Yeni rapor oluştur",
"Lbl_CreateSheetFromSource": "Kaynaktan yeni sayfa oluştur",
"Lbl_CopySheetFromSheet": "Varolan sayfayı kopyala",
"Lbl_AvailableComponents": "Uygun Componentler",
"Lbl_ReportComponents": "Rapor Componentleri",
"Lbl_RenameSourceName": "Veri Kaynağı adını değiştir",
"Lbl_RenameSheetName": "Sayfa adını değiştir",
"Lbl_RenameReportName": "Rapor adını değiştir",
"Lbl_UsedBySheets": "Sayfalar tarafından kullanılan",
"Lbl_UsedByReports": "Raporlar tarafından kullanılan",
"Lbl_CollapseRows": "Tüm Satırları Kapat",

@@ -232,2 +210,5 @@ "Lbl_ExpandRows": "Tüm Satırları Aç",

"Lbl_GridOptions": "Grid Options",
"Lbl_ChartOptions": "Chart Options",
"Lbl_RowHeadWidth": "Satır Başlık Genişliği",

@@ -234,0 +215,0 @@ "Lbl_CellWidth": "Hücre Genişliği",

@@ -17,5 +17,5 @@ {

"Msg_NotValidWptFormat": "不是一个有效的WEB数据透视表文件.",
"Err_OLAP_NoDataSource": "在这个服务器上没有发现数据源: ",
"Err_OLAP_NoCatalog": "在这个数据源没有发现目录: ",
"Err_OLAP_NoDimension": "在这个多维数据集没有发现维字段: ",
"Msg_OLAP_NoDataSource": "在这个服务器上没有发现数据源: ",
"Msg_OLAP_NoCatalog": "在这个数据源没有发现目录: ",
"Msg_OLAP_NoDimension": "在这个多维数据集没有发现维字段: ",

@@ -48,5 +48,5 @@ "Msg_InputFileUrl": "请输入文件URL.",

"Msg_ExecutingMdx": "正在执行MDX语句... ",
"Msg_GeneratingPivotData": "正在生成透视数据...",
"Msg_PivotDataGenerated": "透视数据已经生成",
"Msg_MilliSeconds": "毫秒",
"Msg_DrillThroughDataRetrieved": "钻取数据已经提取",

@@ -56,8 +56,2 @@ "Msg_ManuallyInclude": "请手工选择所有要包含在内的标签",

"Msg_SelectSource": "请选择一个数据源!",
"Msg_SelectSheet": "请选择一个现存的工作薄!",
"Msg_SheetUsedByReports": "有一些报表基于该工作薄, 那些报表会发生改变如果您确认移除。",
"Msg_SourceUsedBySheets": "有一些工作薄和报表基于该数据源, 那些工作薄和报表也会同时被移除。",
"Msg_RemoveSheetConfirmation":"您确认要移除这个工作薄吗?",
"Msg_RemoveSourceConfirmation":"您确认要移除这个数据源吗?",
"Msg_RunMdxStatement": "在OLAP多维数据集执行该MDX语句",

@@ -120,3 +114,3 @@ "Msg_FormatExpression": "在公式中您可以使用任何有效的javascript表达式.",

"Lbl_CsvFile": "CSV文件 (.csv)",
"Lbl_ExcelFile": "Excel文件 (.xlsx/.xlsm/.xlsb/.xls)",
"Lbl_ExcelFile": "Excel文件 (.xlsx/.xls)",
"Lbl_OlapMode": "OLAP模式",

@@ -153,18 +147,2 @@ "Lbl_GssFile": "Google电子数据表",

"Lbl_AddSource": "增加新的数据源",
"Lbl_RemoveSource": "移除当前数据源",
"Lbl_ChangeSource": "更改当前数据源",
"Lbl_AddSheet": "创建新工作薄",
"Lbl_AddReport": "创建新报表",
"Lbl_CreateSheetFromSource": "从数据源创建新的工作薄",
"Lbl_CopySheetFromSheet": "从已经存在的工作薄拷贝",
"Lbl_AvailableComponents": "可用的组件",
"Lbl_ReportComponents": "报表组件",
"Lbl_RenameSourceName": "更换数据源名",
"Lbl_RenameSheetName": "更换工作薄名",
"Lbl_RenameReportName": "更换报表名",
"Lbl_UsedBySheets": "使用该数据源的工作薄",
"Lbl_UsedByReports": "使用该数据源的报表",
"Lbl_CollapseRows": "收缩所有行",

@@ -230,2 +208,5 @@ "Lbl_ExpandRows": "展开所有行",

"Lbl_GridOptions": "透视表选项",
"Lbl_ChartOptions": "透视图选项",
"Lbl_RowHeadWidth": "行表头宽度",

@@ -232,0 +213,0 @@ "Lbl_CellWidth": "单元宽度",

@@ -24,3 +24,3 @@ # WPT ( WebPivotTable ) component

https://webpivottable.com/releases/6.0.0-beta.0/dist/wpt.js
https://webpivottable.com/releases/latest/dist/wpt.js

@@ -27,0 +27,0 @@

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

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 not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc