@microsoft/connected-workbooks 3.2.0-beta → 3.2.2-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,55 +0,0 @@
1
- export interface QueryInfo {
2
- refreshOnOpen: boolean;
3
- queryMashup: string;
4
- queryName?: string;
5
- }
6
- export interface DocProps {
7
- title?: string | null;
8
- subject?: string | null;
9
- keywords?: string | null;
10
- createdBy?: string | null;
11
- description?: string | null;
12
- lastModifiedBy?: string | null;
13
- category?: string | null;
14
- revision?: string | null;
15
- }
16
- export interface Metadata {
17
- queryName: string;
18
- }
19
- export interface TableData {
20
- columnNames: string[];
21
- rows: string[][];
22
- }
23
- export interface Grid {
24
- data: (string | number | boolean)[][];
25
- config?: GridConfig;
26
- }
27
- export interface GridConfig {
28
- promoteHeaders?: boolean;
29
- adjustColumnNames?: boolean;
30
- }
31
- export interface FileConfigs {
32
- templateFile?: File;
33
- docProps?: DocProps;
34
- hostName?: string;
35
- }
36
- export declare enum DataTypes {
37
- null = 0,
38
- string = 1,
39
- number = 2,
40
- boolean = 3
41
- }
42
- export declare enum DocPropsModifiableElements {
43
- title = "dc:title",
44
- subject = "dc:subject",
45
- keywords = "cp:keywords",
46
- createdBy = "dc:creator",
47
- description = "dc:description",
48
- lastModifiedBy = "cp:lastModifiedBy",
49
- category = "cp:category",
50
- revision = "cp:revision"
51
- }
52
- export declare enum DocPropsAutoUpdatedElements {
53
- created = "dcterms:created",
54
- modified = "dcterms:modified"
55
- }
@@ -1,8 +0,0 @@
1
- export { default as pqUtils } from "./pqUtils";
2
- export { default as arrayUtils } from "./arrayUtils";
3
- export { default as documentUtils } from "./documentUtils";
4
- export { default as xmlPartsUtils } from "./xmlPartsUtils";
5
- export { default as xmlInnerPartsUtils } from "./xmlInnerPartsUtils";
6
- export { default as tableUtils } from "./tableUtils";
7
- export { default as htmlUtils } from "./htmlUtils";
8
- export { default as gridUtils } from "./gridUtils";
@@ -1,3 +0,0 @@
1
- export { simpleQueryMock, section1mSimpleQueryMock, section1mBlankQueryMock, section1mNewQueryNameSimpleMock, section1mNewQueryNameBlankMock, } from "./section1mSimpleQueryMock";
2
- export { pqEmptySingleQueryBase64, item1Path, item2Path, relationshipInfo } from "./PqMock";
3
- export { connectedWorkbookXmlMock, sharedStringsXmlMock, pqMetadataXmlMockPart1, pqMetadataXmlMockPart2, existingSharedStringsXmlMock, sheetsXmlMock, workbookXmlMock, queryTableMock, addZeroSheetsXmlMock, } from "./xmlMocks";
@@ -1,8 +0,0 @@
1
- export { default as pqUtils } from "./pqUtils";
2
- export { default as arrayUtils } from "./arrayUtils";
3
- export { default as documentUtils } from "./documentUtils";
4
- export { default as xmlPartsUtils } from "./xmlPartsUtils";
5
- export { default as xmlInnerPartsUtils } from "./xmlInnerPartsUtils";
6
- export { default as tableUtils } from "./tableUtils";
7
- export { default as htmlUtils } from "./htmlUtils";
8
- export { default as gridUtils } from "./gridUtils";