@verdocs/web-sdk 1.1.0 → 1.2.0
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.
- package/dist/cjs/Auth-0ba9a04b.js +68 -0
- package/dist/cjs/{Transport-68c8b1f4.js → Token-1ea6d834.js} +81 -19
- package/dist/cjs/{index-6fc067b7.js → index-01e27102.js} +5 -357
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/verdocs-auth.cjs.entry.js +9 -70
- package/dist/cjs/verdocs-button_2.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-document-status.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-dropdown_12.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-initial-dialog.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-loader.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-ok-dialog.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-organization-card.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-quick-functions.cjs.entry.js +31 -0
- package/dist/cjs/verdocs-search-activity_2.cjs.entry.js +210 -0
- package/dist/cjs/verdocs-search-tabs.cjs.entry.js +20 -0
- package/dist/cjs/verdocs-search.cjs.entry.js +2 -2
- package/dist/cjs/verdocs-sign.cjs.entry.js +11 -12
- package/dist/cjs/verdocs-signature-dialog.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-template-card.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-template-tags.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-toggle.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-upload-dialog.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-web-sdk.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +4 -6
- package/dist/collection/components/elements/{search-quick-functions → verdocs-quick-functions}/document-icon.svg +0 -0
- package/dist/collection/components/elements/{search-quick-functions → verdocs-quick-functions}/template-icon.svg +0 -0
- package/dist/collection/components/elements/{search-quick-functions/search-quick-functions.css → verdocs-quick-functions/verdocs-quick-functions.css} +5 -5
- package/dist/collection/components/elements/{search-quick-functions/search-quick-functions.js → verdocs-quick-functions/verdocs-quick-functions.js} +9 -10
- package/dist/collection/components/elements/{search-quick-functions/search-quick-functions.stories.js → verdocs-quick-functions/verdocs-quick-functions.stories.js} +2 -2
- package/dist/collection/components/elements/{search-starred → verdocs-search-activity}/document-icon.svg +0 -0
- package/dist/collection/components/elements/{search-starred/search-starred.css → verdocs-search-activity/verdocs-search-activity.css} +12 -12
- package/dist/collection/components/elements/verdocs-search-activity/verdocs-search-activity.js +168 -0
- package/dist/collection/components/elements/verdocs-search-activity/verdocs-search-activity.stories.js +14 -0
- package/dist/collection/components/elements/{search-box → verdocs-search-box}/close.svg +0 -0
- package/dist/collection/components/elements/{search-box → verdocs-search-box}/search.svg +0 -0
- package/dist/collection/components/elements/{search-box/search-box.css → verdocs-search-box/verdocs-search-box.css} +9 -9
- package/dist/collection/components/elements/{search-box/search-box.js → verdocs-search-box/verdocs-search-box.js} +14 -15
- package/dist/collection/components/elements/{search-box/search-box.stories.js → verdocs-search-box/verdocs-search-box.stories.js} +2 -2
- package/dist/collection/components/elements/verdocs-search-tabs/verdocs-search-tabs.css +3 -0
- package/dist/collection/components/elements/verdocs-search-tabs/verdocs-search-tabs.js +19 -0
- package/dist/collection/components/elements/{search-tabs/search-tabs.stories.js → verdocs-search-tabs/verdocs-search-tabs.stories.js} +2 -2
- package/dist/collection/components/embeds/verdocs-auth/verdocs-auth.js +2 -2
- package/dist/collection/components/embeds/verdocs-search/verdocs-search.js +4 -4
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +1 -1
- package/dist/custom-elements/index.d.ts +24 -36
- package/dist/custom-elements/index.js +271 -331
- package/dist/docs.json +254 -344
- package/dist/esm/Auth-16761ea6.js +64 -0
- package/dist/esm/{Transport-797d3c59.js → Token-b82a8ea3.js} +81 -20
- package/dist/esm/{index-80d1b936.js → index-ade0ef1e.js} +5 -357
- package/dist/esm/loader.js +2 -2
- package/dist/esm/verdocs-auth.entry.js +4 -65
- package/dist/esm/verdocs-button_2.entry.js +1 -1
- package/dist/esm/verdocs-document-status.entry.js +1 -1
- package/dist/esm/verdocs-dropdown_12.entry.js +1 -1
- package/dist/esm/verdocs-initial-dialog.entry.js +1 -1
- package/dist/esm/verdocs-loader.entry.js +1 -1
- package/dist/esm/verdocs-ok-dialog.entry.js +1 -1
- package/dist/esm/verdocs-organization-card.entry.js +1 -1
- package/dist/esm/verdocs-quick-functions.entry.js +27 -0
- package/dist/esm/verdocs-search-activity_2.entry.js +205 -0
- package/dist/esm/verdocs-search-tabs.entry.js +16 -0
- package/dist/esm/verdocs-search.entry.js +2 -2
- package/dist/esm/verdocs-sign.entry.js +3 -4
- package/dist/esm/verdocs-signature-dialog.entry.js +1 -1
- package/dist/esm/verdocs-template-card.entry.js +1 -1
- package/dist/esm/verdocs-template-tags.entry.js +1 -1
- package/dist/esm/verdocs-toggle.entry.js +1 -1
- package/dist/esm/verdocs-upload-dialog.entry.js +1 -1
- package/dist/esm/verdocs-web-sdk.js +2 -2
- package/dist/esm-es5/Auth-16761ea6.js +1 -0
- package/dist/esm-es5/{Transport-797d3c59.js → Token-b82a8ea3.js} +1 -1
- package/dist/esm-es5/index-ade0ef1e.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/verdocs-auth.entry.js +1 -1
- package/dist/esm-es5/verdocs-button_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-document-status.entry.js +1 -1
- package/dist/esm-es5/verdocs-dropdown_12.entry.js +1 -1
- package/dist/esm-es5/verdocs-initial-dialog.entry.js +1 -1
- package/dist/esm-es5/verdocs-loader.entry.js +1 -1
- package/dist/esm-es5/verdocs-ok-dialog.entry.js +1 -1
- package/dist/esm-es5/verdocs-organization-card.entry.js +1 -1
- package/dist/esm-es5/verdocs-quick-functions.entry.js +1 -0
- package/dist/esm-es5/verdocs-search-activity_2.entry.js +1 -0
- package/dist/esm-es5/verdocs-search-tabs.entry.js +1 -0
- package/dist/esm-es5/verdocs-search.entry.js +1 -1
- package/dist/esm-es5/verdocs-sign.entry.js +1 -1
- package/dist/esm-es5/verdocs-signature-dialog.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-card.entry.js +1 -1
- package/dist/esm-es5/verdocs-template-tags.entry.js +1 -1
- package/dist/esm-es5/verdocs-toggle.entry.js +1 -1
- package/dist/esm-es5/verdocs-upload-dialog.entry.js +1 -1
- package/dist/esm-es5/verdocs-web-sdk.js +1 -1
- package/dist/types/components/elements/{search-quick-functions/search-quick-functions.d.ts → verdocs-quick-functions/verdocs-quick-functions.d.ts} +1 -1
- package/dist/types/components/elements/{search-quick-functions/search-quick-functions.stories.d.ts → verdocs-quick-functions/verdocs-quick-functions.stories.d.ts} +0 -0
- package/dist/types/components/elements/{search-starred/search-starred.d.ts → verdocs-search-activity/verdocs-search-activity.d.ts} +10 -3
- package/dist/types/components/elements/{search-starred/search-starred.stories.d.ts → verdocs-search-activity/verdocs-search-activity.stories.d.ts} +2 -2
- package/dist/types/components/elements/{search-box/search-box.d.ts → verdocs-search-box/verdocs-search-box.d.ts} +1 -1
- package/dist/types/components/elements/{search-box/search-box.stories.d.ts → verdocs-search-box/verdocs-search-box.stories.d.ts} +0 -0
- package/dist/types/components/elements/{search-tabs/search-tabs.d.ts → verdocs-search-tabs/verdocs-search-tabs.d.ts} +1 -1
- package/dist/types/components/elements/{search-tabs/search-tabs.stories.d.ts → verdocs-search-tabs/verdocs-search-tabs.stories.d.ts} +0 -0
- package/dist/types/components.d.ts +106 -154
- package/dist/verdocs-web-sdk/{p-b07ae79f.entry.js → p-063c4c71.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-94d6f88f.system.entry.js → p-10e7c953.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-5a6041c0.entry.js → p-183c7338.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-d03d748c.entry.js → p-25a138c4.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-2ded0974.entry.js → p-28b3017f.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-2ec1d8d8.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-3ced6e3a.system.js +1 -0
- package/dist/verdocs-web-sdk/{p-a415926b.system.entry.js → p-41383ebc.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-44b75396.system.js +1 -0
- package/dist/verdocs-web-sdk/p-48b73707.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-4bfe13e6.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-556f577f.system.js +1 -0
- package/dist/verdocs-web-sdk/p-6e95da9d.js +1 -0
- package/dist/verdocs-web-sdk/p-6ef8ca10.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-72ebb6e3.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-cdae8dba.entry.js → p-817302a8.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-8a1b9ad0.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-ba8a7e2d.system.entry.js → p-91f87fa8.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-95880bac.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-9e0a07a7.js +1 -0
- package/dist/verdocs-web-sdk/{p-d299cd16.system.entry.js → p-a0fcbe6e.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-3a102b59.entry.js → p-ae37b970.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-b3c30059.system.js +1 -0
- package/dist/verdocs-web-sdk/{p-b13ee3be.entry.js → p-b567001f.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-fae1351f.system.entry.js → p-b8f5af91.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-f4786f62.entry.js → p-bc61d0ce.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-c4add613.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-80c7bc0c.system.entry.js → p-ccad2089.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-993a0a23.system.entry.js → p-cfb1cad1.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-82f4cb67.system.entry.js → p-d3a4e22e.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-d3ae5318.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-dc1f3572.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-bdfa7db9.system.entry.js → p-dcf25d2c.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-89f5fc2b.entry.js → p-df4ae522.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-3b2cd409.system.entry.js → p-e0091c19.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-0956a3bc.system.entry.js → p-e1887a75.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-e9f5d6a6.js +1 -0
- package/dist/verdocs-web-sdk/{p-853e30f2.system.entry.js → p-efffddab.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-6327fd83.entry.js → p-f0d20c75.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-fcfe34db.entry.js → p-f35c796c.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-24236b87.entry.js → p-f5109d69.entry.js} +1 -1
- package/dist/verdocs-web-sdk/{p-7f9a96d5.system.entry.js → p-f6938563.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-fa8ae849.entry.js +1 -0
- package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
- package/dist/verdocs-web-sdk/verdocs-web-sdk.js +1 -1
- package/package.json +10 -13
- package/dist/cjs/Token-65a1dc17.js +0 -71
- package/dist/cjs/search-box_5.cjs.entry.js +0 -283
- package/dist/cjs/search-tabs.cjs.entry.js +0 -20
- package/dist/collection/components/elements/search-recent/search-icon.svg +0 -1
- package/dist/collection/components/elements/search-recent/search-recent.css +0 -65
- package/dist/collection/components/elements/search-recent/search-recent.js +0 -98
- package/dist/collection/components/elements/search-recent/search-recent.stories.js +0 -12
- package/dist/collection/components/elements/search-saved/search-icon.svg +0 -1
- package/dist/collection/components/elements/search-saved/search-saved.css +0 -56
- package/dist/collection/components/elements/search-saved/search-saved.js +0 -98
- package/dist/collection/components/elements/search-saved/search-saved.stories.js +0 -12
- package/dist/collection/components/elements/search-starred/search-starred.js +0 -114
- package/dist/collection/components/elements/search-starred/search-starred.stories.js +0 -35
- package/dist/collection/components/elements/search-tabs/search-tabs.css +0 -3
- package/dist/collection/components/elements/search-tabs/search-tabs.js +0 -20
- package/dist/custom-elements.json +0 -727
- package/dist/esm/Token-a058076d.js +0 -69
- package/dist/esm/search-box_5.entry.js +0 -275
- package/dist/esm/search-tabs.entry.js +0 -16
- package/dist/esm-es5/Token-a058076d.js +0 -1
- package/dist/esm-es5/index-80d1b936.js +0 -1
- package/dist/esm-es5/search-box_5.entry.js +0 -1
- package/dist/esm-es5/search-tabs.entry.js +0 -1
- package/dist/types/components/elements/search-recent/search-recent.d.ts +0 -25
- package/dist/types/components/elements/search-recent/search-recent.stories.d.ts +0 -7
- package/dist/types/components/elements/search-saved/search-saved.d.ts +0 -25
- package/dist/types/components/elements/search-saved/search-saved.stories.d.ts +0 -7
- package/dist/verdocs-web-sdk/p-30d908ea.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-37b07203.system.js +0 -1
- package/dist/verdocs-web-sdk/p-3c70c740.system.js +0 -1
- package/dist/verdocs-web-sdk/p-403cb7cf.js +0 -1
- package/dist/verdocs-web-sdk/p-4a538cbc.js +0 -1
- package/dist/verdocs-web-sdk/p-62ec194f.js +0 -1
- package/dist/verdocs-web-sdk/p-81b15287.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-83dbc583.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-8739595c.system.js +0 -1
- package/dist/verdocs-web-sdk/p-9a896baf.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-a4fc6ad9.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-a73a1ff8.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-aec93cc9.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-d82dc646.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-eaffa4b1.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-fc3d921f.system.js +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
verdocs-quick-functions {
|
|
2
2
|
/* Fallback font for old browsers */
|
|
3
3
|
font-family: sans-serif;
|
|
4
4
|
font-family: var(--verdocs-font);
|
|
5
5
|
}
|
|
6
|
-
|
|
6
|
+
verdocs-quick-functions .container {
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
flex-wrap: nowrap;
|
|
@@ -14,13 +14,13 @@ search-quick-functions .container {
|
|
|
14
14
|
font-family: sans-serif;
|
|
15
15
|
color: #ffffff;
|
|
16
16
|
}
|
|
17
|
-
|
|
17
|
+
verdocs-quick-functions .title {
|
|
18
18
|
font-size: 22px;
|
|
19
19
|
font-weight: 700;
|
|
20
20
|
line-height: 30px;
|
|
21
21
|
margin: 1em 0 40px 0;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
verdocs-quick-functions button {
|
|
24
24
|
width: 140px;
|
|
25
25
|
height: 40px;
|
|
26
26
|
border: none;
|
|
@@ -37,6 +37,6 @@ search-quick-functions button {
|
|
|
37
37
|
justify-content: space-evenly;
|
|
38
38
|
background-color: #50be50;
|
|
39
39
|
}
|
|
40
|
-
|
|
40
|
+
verdocs-quick-functions button svg {
|
|
41
41
|
fill: #ffffff;
|
|
42
42
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, h, Event } from '@stencil/core';
|
|
2
2
|
import TemplateIcon from './template-icon.svg';
|
|
3
3
|
import DocumentIcon from './document-icon.svg';
|
|
4
4
|
/**
|
|
@@ -7,7 +7,7 @@ import DocumentIcon from './document-icon.svg';
|
|
|
7
7
|
* Authentication is required to demonstrate this Element. You may do this in Storybook by using the Auth
|
|
8
8
|
* embed. This Element will reuse the same session produced by logging in via that Embed.
|
|
9
9
|
*/
|
|
10
|
-
export class
|
|
10
|
+
export class VerdocsQuickFunctions {
|
|
11
11
|
handleCreateTemplate() {
|
|
12
12
|
this.createTemplate.emit();
|
|
13
13
|
}
|
|
@@ -15,18 +15,17 @@ export class SearchQuickFunctions {
|
|
|
15
15
|
this.createDocument.emit();
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
|
-
return (h(
|
|
19
|
-
h("
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
h("button", { onClick: () => this.handleCreateDocument(), innerHTML: DocumentIcon }, "Document"))));
|
|
18
|
+
return (h("div", { class: "container" },
|
|
19
|
+
h("p", { class: "title" }, "Quick Create"),
|
|
20
|
+
h("button", { onClick: () => this.handleCreateTemplate(), innerHTML: TemplateIcon }, "Template"),
|
|
21
|
+
h("button", { onClick: () => this.handleCreateDocument(), innerHTML: DocumentIcon }, "Document")));
|
|
23
22
|
}
|
|
24
|
-
static get is() { return "
|
|
23
|
+
static get is() { return "verdocs-quick-functions"; }
|
|
25
24
|
static get originalStyleUrls() { return {
|
|
26
|
-
"$": ["
|
|
25
|
+
"$": ["verdocs-quick-functions.scss"]
|
|
27
26
|
}; }
|
|
28
27
|
static get styleUrls() { return {
|
|
29
|
-
"$": ["
|
|
28
|
+
"$": ["verdocs-quick-functions.css"]
|
|
30
29
|
}; }
|
|
31
30
|
static get events() { return [{
|
|
32
31
|
"method": "createTemplate",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
2
|
export default {
|
|
3
3
|
title: 'Elements/Search/Quick Functions',
|
|
4
|
-
component: '
|
|
4
|
+
component: 'verdocs-quick-functions',
|
|
5
5
|
args: {
|
|
6
6
|
options: {
|
|
7
7
|
title: 'Quick Create',
|
|
@@ -12,4 +12,4 @@ export default {
|
|
|
12
12
|
createDocument: { action: 'createDocument' },
|
|
13
13
|
},
|
|
14
14
|
};
|
|
15
|
-
export const QuickFunctions = ({ options, createTemplate, createDocument }) => html `<
|
|
15
|
+
export const QuickFunctions = ({ options, createTemplate, createDocument }) => html `<verdocs-quick-functions .options=${options} @createTemplate=${createTemplate} @createDocument=${createDocument} tall />`;
|
|
File without changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
search-
|
|
1
|
+
verdocs-search-activity {
|
|
2
2
|
/* Fallback font for old browsers */
|
|
3
3
|
font-family: sans-serif;
|
|
4
4
|
font-family: var(--verdocs-font);
|
|
5
5
|
}
|
|
6
|
-
search-
|
|
6
|
+
verdocs-search-activity .container {
|
|
7
7
|
display: flex;
|
|
8
8
|
width: 240px;
|
|
9
9
|
color: #ffffff;
|
|
@@ -12,17 +12,17 @@ search-starred .container {
|
|
|
12
12
|
padding: 10px 10px 20px 10px;
|
|
13
13
|
background-color: var(--verdocs-background-dark);
|
|
14
14
|
}
|
|
15
|
-
search-
|
|
15
|
+
verdocs-search-activity .title {
|
|
16
16
|
font-size: 22px;
|
|
17
17
|
font-weight: 700;
|
|
18
18
|
line-height: 30px;
|
|
19
19
|
}
|
|
20
|
-
search-
|
|
20
|
+
verdocs-search-activity .items {
|
|
21
21
|
display: flex;
|
|
22
22
|
margin-top: 20px;
|
|
23
23
|
flex-direction: column;
|
|
24
24
|
}
|
|
25
|
-
search-
|
|
25
|
+
verdocs-search-activity .item {
|
|
26
26
|
border: none;
|
|
27
27
|
display: flex;
|
|
28
28
|
text-align: left;
|
|
@@ -30,24 +30,24 @@ search-starred .item {
|
|
|
30
30
|
flex-direction: row;
|
|
31
31
|
background: transparent;
|
|
32
32
|
}
|
|
33
|
-
search-
|
|
33
|
+
verdocs-search-activity .item:hover {
|
|
34
34
|
cursor: pointer;
|
|
35
35
|
}
|
|
36
|
-
search-
|
|
36
|
+
verdocs-search-activity .icon {
|
|
37
37
|
flex: 0 0 22px;
|
|
38
38
|
margin-right: 14px;
|
|
39
39
|
}
|
|
40
|
-
search-
|
|
40
|
+
verdocs-search-activity .icon svg {
|
|
41
41
|
fill: #707ae5;
|
|
42
42
|
width: 22px;
|
|
43
43
|
height: 22px;
|
|
44
44
|
}
|
|
45
|
-
search-
|
|
45
|
+
verdocs-search-activity .details {
|
|
46
46
|
display: flex;
|
|
47
47
|
overflow: hidden;
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
}
|
|
50
|
-
search-
|
|
50
|
+
verdocs-search-activity .item-title {
|
|
51
51
|
font-size: 16px;
|
|
52
52
|
font-weight: 400;
|
|
53
53
|
color: #ffffff;
|
|
@@ -55,13 +55,13 @@ search-starred .item-title {
|
|
|
55
55
|
overflow: hidden;
|
|
56
56
|
text-overflow: ellipsis;
|
|
57
57
|
}
|
|
58
|
-
search-
|
|
58
|
+
verdocs-search-activity .info {
|
|
59
59
|
font-size: 14px;
|
|
60
60
|
font-weight: 500;
|
|
61
61
|
line-height: 23px;
|
|
62
62
|
color: #aeb4bf;
|
|
63
63
|
}
|
|
64
|
-
search-
|
|
64
|
+
verdocs-search-activity .empty {
|
|
65
65
|
text-transform: none;
|
|
66
66
|
line-height: 22px;
|
|
67
67
|
color: #ccc;
|
package/dist/collection/components/elements/verdocs-search-activity/verdocs-search-activity.js
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { loadSession } from '@verdocs/js-sdk/Users/Auth';
|
|
2
|
+
import { getSearchHistory } from '@verdocs/js-sdk/Search/Content';
|
|
3
|
+
import { getTemplates } from '@verdocs/js-sdk/Templates/Templates';
|
|
4
|
+
import { Component, h, Prop, Event, State } from '@stencil/core';
|
|
5
|
+
import DocumentIcon from './document-icon.svg';
|
|
6
|
+
const SOURCE = 'verdocs-stage';
|
|
7
|
+
/**
|
|
8
|
+
* Display a list of starred items.
|
|
9
|
+
*
|
|
10
|
+
* Authentication is required to demonstrate this Element. You may do this in Storybook by using the Auth
|
|
11
|
+
* embed. This Element will reuse the same session produced by logging in via that Embed.
|
|
12
|
+
*/
|
|
13
|
+
export class VerdocsSearchActivity {
|
|
14
|
+
constructor() {
|
|
15
|
+
this.type = 'recent';
|
|
16
|
+
this.emptyMessage = 'You do not have any starred searches.';
|
|
17
|
+
this.authFailure = false;
|
|
18
|
+
this.title = 'Recent Searches';
|
|
19
|
+
this.recent = [];
|
|
20
|
+
this.saved = [];
|
|
21
|
+
this.starred = [];
|
|
22
|
+
}
|
|
23
|
+
componentWillLoad() {
|
|
24
|
+
loadSession(SOURCE);
|
|
25
|
+
const errorHandler = e => {
|
|
26
|
+
var _a;
|
|
27
|
+
console.warn('[Verdocs/search-activity] Error getting search data', e);
|
|
28
|
+
if (((_a = e === null || e === void 0 ? void 0 : e.response) === null || _a === void 0 ? void 0 : _a.status) === 401) {
|
|
29
|
+
this.authFailure = true;
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
switch (this.type) {
|
|
33
|
+
case 'recent':
|
|
34
|
+
this.title = 'Recent Searches';
|
|
35
|
+
this.emptyMessage = 'You do not have any recent searches.';
|
|
36
|
+
getSearchHistory()
|
|
37
|
+
.then(r => (this.recent = r.recent))
|
|
38
|
+
.catch(errorHandler);
|
|
39
|
+
break;
|
|
40
|
+
case 'saved':
|
|
41
|
+
this.title = 'Saved Searches';
|
|
42
|
+
this.emptyMessage = 'You do not have any saved searches.';
|
|
43
|
+
getSearchHistory()
|
|
44
|
+
.then(r => (this.saved = r.saved))
|
|
45
|
+
.catch(errorHandler);
|
|
46
|
+
break;
|
|
47
|
+
case 'starred':
|
|
48
|
+
this.title = 'My Starred items';
|
|
49
|
+
this.emptyMessage = 'You do not have any starred templates.';
|
|
50
|
+
getTemplates({ is_starred: true })
|
|
51
|
+
.then(r => (this.starred = r))
|
|
52
|
+
.catch(errorHandler);
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
handleSelectEntry(entry) {
|
|
57
|
+
this.entrySelected.emit(entry);
|
|
58
|
+
}
|
|
59
|
+
computePagesText(pages) {
|
|
60
|
+
if (pages < 2) {
|
|
61
|
+
return `${pages} Page`;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
return `${pages} Pages`;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
computeRecipientsText(recipients) {
|
|
68
|
+
if (typeof recipients === 'object') {
|
|
69
|
+
return recipients.join(', ');
|
|
70
|
+
}
|
|
71
|
+
else if (recipients > 1) {
|
|
72
|
+
return `${recipients} Recipients`;
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
return `${recipients} Recipient`;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
render() {
|
|
79
|
+
const showEmpty = this.recent.length < 1 && this.saved.length < 1 && this.starred.length < 1;
|
|
80
|
+
return (h("div", { class: "container" },
|
|
81
|
+
h("p", { class: "title" }, this.title),
|
|
82
|
+
h("div", { class: "items" },
|
|
83
|
+
this.recent.map(recent => (h("button", { class: "item", onClick: () => this.handleSelectEntry(recent) },
|
|
84
|
+
h("div", { class: "icon", innerHTML: DocumentIcon }),
|
|
85
|
+
h("div", { class: "details" },
|
|
86
|
+
h("div", { class: "item-title" }, recent.params.q),
|
|
87
|
+
h("div", { class: "info" }, "Test"))))),
|
|
88
|
+
this.saved.map(option => (h("button", { class: "item", onClick: () => this.handleSelectEntry(option) },
|
|
89
|
+
h("div", { class: "icon", innerHTML: DocumentIcon }),
|
|
90
|
+
h("div", { class: "details" },
|
|
91
|
+
h("div", { class: "item-title" }, option.params.q),
|
|
92
|
+
h("div", { class: "info" }))))),
|
|
93
|
+
showEmpty && h("div", { class: "empty" }, this.authFailure ? 'Authentication required' : this.emptyMessage))));
|
|
94
|
+
}
|
|
95
|
+
static get is() { return "verdocs-search-activity"; }
|
|
96
|
+
static get originalStyleUrls() { return {
|
|
97
|
+
"$": ["verdocs-search-activity.scss"]
|
|
98
|
+
}; }
|
|
99
|
+
static get styleUrls() { return {
|
|
100
|
+
"$": ["verdocs-search-activity.css"]
|
|
101
|
+
}; }
|
|
102
|
+
static get properties() { return {
|
|
103
|
+
"type": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"mutable": false,
|
|
106
|
+
"complexType": {
|
|
107
|
+
"original": "'recent' | 'saved' | 'starred'",
|
|
108
|
+
"resolved": "\"recent\" | \"saved\" | \"starred\"",
|
|
109
|
+
"references": {}
|
|
110
|
+
},
|
|
111
|
+
"required": false,
|
|
112
|
+
"optional": false,
|
|
113
|
+
"docs": {
|
|
114
|
+
"tags": [],
|
|
115
|
+
"text": ""
|
|
116
|
+
},
|
|
117
|
+
"attribute": "type",
|
|
118
|
+
"reflect": false,
|
|
119
|
+
"defaultValue": "'recent'"
|
|
120
|
+
},
|
|
121
|
+
"options": {
|
|
122
|
+
"type": "any",
|
|
123
|
+
"mutable": false,
|
|
124
|
+
"complexType": {
|
|
125
|
+
"original": "any",
|
|
126
|
+
"resolved": "any",
|
|
127
|
+
"references": {}
|
|
128
|
+
},
|
|
129
|
+
"required": false,
|
|
130
|
+
"optional": false,
|
|
131
|
+
"docs": {
|
|
132
|
+
"tags": [],
|
|
133
|
+
"text": ""
|
|
134
|
+
},
|
|
135
|
+
"attribute": "options",
|
|
136
|
+
"reflect": false
|
|
137
|
+
}
|
|
138
|
+
}; }
|
|
139
|
+
static get states() { return {
|
|
140
|
+
"emptyMessage": {},
|
|
141
|
+
"authFailure": {},
|
|
142
|
+
"title": {},
|
|
143
|
+
"recent": {},
|
|
144
|
+
"saved": {},
|
|
145
|
+
"starred": {}
|
|
146
|
+
}; }
|
|
147
|
+
static get events() { return [{
|
|
148
|
+
"method": "entrySelected",
|
|
149
|
+
"name": "entrySelected",
|
|
150
|
+
"bubbles": true,
|
|
151
|
+
"cancelable": true,
|
|
152
|
+
"composed": true,
|
|
153
|
+
"docs": {
|
|
154
|
+
"tags": [],
|
|
155
|
+
"text": "Event fired when an entry is clicked."
|
|
156
|
+
},
|
|
157
|
+
"complexType": {
|
|
158
|
+
"original": "IRecentSearch",
|
|
159
|
+
"resolved": "IRecentSearch",
|
|
160
|
+
"references": {
|
|
161
|
+
"IRecentSearch": {
|
|
162
|
+
"location": "import",
|
|
163
|
+
"path": "@verdocs/js-sdk/Search/Types"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}]; }
|
|
168
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { html } from 'lit-html';
|
|
2
|
+
/**
|
|
3
|
+
* Display a list of starred items (favorite templates).
|
|
4
|
+
*/
|
|
5
|
+
export default {
|
|
6
|
+
title: 'Elements/Search/Search Activity',
|
|
7
|
+
component: 'verdocs-search-activity',
|
|
8
|
+
args: {},
|
|
9
|
+
argTypes: {
|
|
10
|
+
type: { defaultValue: 'recent' },
|
|
11
|
+
entrySelected: { action: 'entrySelected' },
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
export const SearchActivity = ({ type, entrySelected }) => html `<verdocs-search-activity .type=${type} @entrySelected=${entrySelected} tall />`;
|
|
File without changes
|
|
File without changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
search-box {
|
|
1
|
+
verdocs-search-box {
|
|
2
2
|
/* Fallback font for old browsers */
|
|
3
3
|
font-family: sans-serif;
|
|
4
4
|
font-family: var(--verdocs-font);
|
|
5
5
|
}
|
|
6
|
-
search-box form {
|
|
6
|
+
verdocs-search-box form {
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: row;
|
|
9
9
|
height: 45px;
|
|
@@ -17,17 +17,17 @@ search-box form {
|
|
|
17
17
|
border-style: solid;
|
|
18
18
|
border-color: var(--verdocs-container-border-color);
|
|
19
19
|
}
|
|
20
|
-
search-box form input {
|
|
20
|
+
verdocs-search-box form input {
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
height: 43px;
|
|
23
23
|
width: 100%;
|
|
24
24
|
font-size: 18px;
|
|
25
25
|
border: none;
|
|
26
26
|
}
|
|
27
|
-
search-box form input:focus {
|
|
27
|
+
verdocs-search-box form input:focus {
|
|
28
28
|
outline: none;
|
|
29
29
|
}
|
|
30
|
-
search-box form button.search {
|
|
30
|
+
verdocs-search-box form button.search {
|
|
31
31
|
cursor: pointer;
|
|
32
32
|
display: inline-flex;
|
|
33
33
|
align-items: center;
|
|
@@ -44,7 +44,7 @@ search-box form button.search {
|
|
|
44
44
|
text-transform: uppercase;
|
|
45
45
|
color: #fff;
|
|
46
46
|
}
|
|
47
|
-
search-box form .type {
|
|
47
|
+
verdocs-search-box form .type {
|
|
48
48
|
background-color: #707ae5;
|
|
49
49
|
height: 30px;
|
|
50
50
|
display: inline-flex;
|
|
@@ -59,17 +59,17 @@ search-box form .type {
|
|
|
59
59
|
color: #fff;
|
|
60
60
|
margin-right: 10px;
|
|
61
61
|
}
|
|
62
|
-
search-box form .type button {
|
|
62
|
+
verdocs-search-box form .type button {
|
|
63
63
|
border: none;
|
|
64
64
|
color: #fff;
|
|
65
65
|
margin: 5px 0 0 8px;
|
|
66
66
|
background: transparent;
|
|
67
67
|
}
|
|
68
|
-
search-box form svg {
|
|
68
|
+
verdocs-search-box form svg {
|
|
69
69
|
width: 12px;
|
|
70
70
|
height: 12px;
|
|
71
71
|
margin-right: 6px;
|
|
72
72
|
}
|
|
73
|
-
search-box ::placeholder {
|
|
73
|
+
verdocs-search-box ::placeholder {
|
|
74
74
|
color: #aeb4bf;
|
|
75
75
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, h, Event, Prop } from '@stencil/core';
|
|
2
2
|
import SearchIcon from './search.svg';
|
|
3
3
|
import CloseIcon from './close.svg';
|
|
4
4
|
/**
|
|
@@ -7,7 +7,7 @@ import CloseIcon from './close.svg';
|
|
|
7
7
|
* Authentication is required to demonstrate this Element. You may do this in Storybook by using the Auth
|
|
8
8
|
* embed. This Element will reuse the same session produced by logging in via that Embed.
|
|
9
9
|
*/
|
|
10
|
-
export class
|
|
10
|
+
export class VerdocsSearchBox {
|
|
11
11
|
constructor() {
|
|
12
12
|
/**
|
|
13
13
|
* The placeholder to display in the input field.
|
|
@@ -39,23 +39,22 @@ export class SearchBox {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
render() {
|
|
42
|
-
return (h(
|
|
43
|
-
h("
|
|
44
|
-
this.type
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
h("
|
|
50
|
-
|
|
51
|
-
"Search"))));
|
|
42
|
+
return (h("form", { onSubmit: e => this.handleSearch(e) },
|
|
43
|
+
this.type !== undefined && this.type !== 'all' && (h("span", { class: "type" },
|
|
44
|
+
this.type,
|
|
45
|
+
"s ",
|
|
46
|
+
h("button", { class: "remove", innerHTML: CloseIcon, onClick: () => this.handleClearFilter() }))),
|
|
47
|
+
h("input", { type: "text", placeholder: this.placeholder, value: this.query, onInput: e => this.handleChange(e), onKeyUp: e => this.handleKeyUp(e) }),
|
|
48
|
+
h("button", { onClick: e => this.handleSearch(e), class: "search" },
|
|
49
|
+
h("span", { innerHTML: SearchIcon }),
|
|
50
|
+
"Search")));
|
|
52
51
|
}
|
|
53
|
-
static get is() { return "search-box"; }
|
|
52
|
+
static get is() { return "verdocs-search-box"; }
|
|
54
53
|
static get originalStyleUrls() { return {
|
|
55
|
-
"$": ["search-box.scss"]
|
|
54
|
+
"$": ["verdocs-search-box.scss"]
|
|
56
55
|
}; }
|
|
57
56
|
static get styleUrls() { return {
|
|
58
|
-
"$": ["search-box.css"]
|
|
57
|
+
"$": ["verdocs-search-box.css"]
|
|
59
58
|
}; }
|
|
60
59
|
static get properties() { return {
|
|
61
60
|
"placeholder": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
2
|
export default {
|
|
3
3
|
title: 'Elements/Search/Search Box',
|
|
4
|
-
component: 'search-box',
|
|
4
|
+
component: 'verdocs-search-box',
|
|
5
5
|
args: {
|
|
6
6
|
type: 'all',
|
|
7
7
|
},
|
|
@@ -12,4 +12,4 @@ export default {
|
|
|
12
12
|
type: { type: 'string', control: 'radio', options: ['all', 'document', 'template', 'organization'] },
|
|
13
13
|
},
|
|
14
14
|
};
|
|
15
|
-
export const SearchBox = ({ type, searchClicked, typeChanged, queryChanged }) => html `<search-box .type=${type} @searchClicked=${searchClicked} @typeChanged=${typeChanged} @queryChanged=${queryChanged} />`;
|
|
15
|
+
export const SearchBox = ({ type, searchClicked, typeChanged, queryChanged }) => html `<verdocs-search-box .type=${type} @searchClicked=${searchClicked} @typeChanged=${typeChanged} @queryChanged=${queryChanged} />`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Component, h, State } from '@stencil/core';
|
|
2
|
+
export class VerdocsSearchTabs {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.selected = 'all';
|
|
5
|
+
}
|
|
6
|
+
render() {
|
|
7
|
+
return h("div", null, "\u00A0");
|
|
8
|
+
}
|
|
9
|
+
static get is() { return "verdocs-search-tabs"; }
|
|
10
|
+
static get originalStyleUrls() { return {
|
|
11
|
+
"$": ["verdocs-search-tabs.scss"]
|
|
12
|
+
}; }
|
|
13
|
+
static get styleUrls() { return {
|
|
14
|
+
"$": ["verdocs-search-tabs.css"]
|
|
15
|
+
}; }
|
|
16
|
+
static get states() { return {
|
|
17
|
+
"selected": {}
|
|
18
|
+
}; }
|
|
19
|
+
}
|
|
@@ -5,7 +5,7 @@ import { action } from '@storybook/addon-actions';
|
|
|
5
5
|
*/
|
|
6
6
|
export default {
|
|
7
7
|
title: 'Elements/Search/Tabs',
|
|
8
|
-
component: 'search-tabs',
|
|
8
|
+
component: 'verdocs-search-tabs',
|
|
9
9
|
args: {},
|
|
10
10
|
argTypes: {},
|
|
11
11
|
};
|
|
@@ -15,4 +15,4 @@ const listener = {
|
|
|
15
15
|
},
|
|
16
16
|
capture: true,
|
|
17
17
|
};
|
|
18
|
-
export const Tabs = ({ options }) => html `<search-tabs .options=${options} @optionSelected=${listener} tall />`;
|
|
18
|
+
export const Tabs = ({ options }) => html `<verdocs-search-tabs .options=${options} @optionSelected=${listener} tall />`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Auth } from '@verdocs/js-sdk/Users';
|
|
2
2
|
import { Transport, VerdocsEndpoint } from '@verdocs/js-sdk/HTTP';
|
|
3
|
-
import { Component, Prop, State, h, Event } from '@stencil/core';
|
|
4
3
|
import { loadSession, setSession } from '@verdocs/js-sdk/Users/Auth';
|
|
4
|
+
import { Component, Prop, State, h, Event } from '@stencil/core';
|
|
5
5
|
const BASE_URL = 'https://stage-api.verdocs.com/';
|
|
6
6
|
const SOURCE = 'verdocs-stage';
|
|
7
7
|
/**
|
|
@@ -59,7 +59,7 @@ export class VerdocsAuth {
|
|
|
59
59
|
this.loginError = null;
|
|
60
60
|
}
|
|
61
61
|
componentWillLoad() {
|
|
62
|
-
const staging = new VerdocsEndpoint(
|
|
62
|
+
const staging = new VerdocsEndpoint().setBaseURL(BASE_URL);
|
|
63
63
|
Transport.setActiveEndpoint(staging);
|
|
64
64
|
console.log('Set active endpoint', Transport.getEndpoint());
|
|
65
65
|
}
|
|
@@ -2,11 +2,11 @@ import { Component, h } from '@stencil/core';
|
|
|
2
2
|
export class VerdocsSearch {
|
|
3
3
|
render() {
|
|
4
4
|
return (h("div", { class: "container" },
|
|
5
|
-
h("search-box", null),
|
|
5
|
+
h("verdocs-search-box", null),
|
|
6
6
|
h("div", { class: "boxes" },
|
|
7
|
-
h("search-
|
|
8
|
-
h("search-
|
|
9
|
-
h("search-
|
|
7
|
+
h("verdocs-search-activity", { type: "recent" }),
|
|
8
|
+
h("verdocs-search-activity", { type: "saved" }),
|
|
9
|
+
h("verdocs-search-activity", { type: "starred" }),
|
|
10
10
|
h("search-quick-functions", null))));
|
|
11
11
|
}
|
|
12
12
|
static get is() { return "verdocs-search"; }
|
|
@@ -40,7 +40,7 @@ export class VerdocsSign {
|
|
|
40
40
|
this.focusedField = '';
|
|
41
41
|
}
|
|
42
42
|
componentWillLoad() {
|
|
43
|
-
const endpoint = new VerdocsEndpoint(
|
|
43
|
+
const endpoint = new VerdocsEndpoint().setBaseURL(BASE_URL);
|
|
44
44
|
setActiveEndpoint(endpoint);
|
|
45
45
|
}
|
|
46
46
|
async componentDidLoad() {
|
|
@@ -2,42 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
import type { Components, JSX } from "../types/components";
|
|
4
4
|
|
|
5
|
-
interface SearchBox extends Components.SearchBox, HTMLElement {}
|
|
6
|
-
export const SearchBox: {
|
|
7
|
-
prototype: SearchBox;
|
|
8
|
-
new (): SearchBox;
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
interface SearchQuickFunctions extends Components.SearchQuickFunctions, HTMLElement {}
|
|
12
|
-
export const SearchQuickFunctions: {
|
|
13
|
-
prototype: SearchQuickFunctions;
|
|
14
|
-
new (): SearchQuickFunctions;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
interface SearchRecent extends Components.SearchRecent, HTMLElement {}
|
|
18
|
-
export const SearchRecent: {
|
|
19
|
-
prototype: SearchRecent;
|
|
20
|
-
new (): SearchRecent;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
interface SearchSaved extends Components.SearchSaved, HTMLElement {}
|
|
24
|
-
export const SearchSaved: {
|
|
25
|
-
prototype: SearchSaved;
|
|
26
|
-
new (): SearchSaved;
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
interface SearchStarred extends Components.SearchStarred, HTMLElement {}
|
|
30
|
-
export const SearchStarred: {
|
|
31
|
-
prototype: SearchStarred;
|
|
32
|
-
new (): SearchStarred;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
interface SearchTabs extends Components.SearchTabs, HTMLElement {}
|
|
36
|
-
export const SearchTabs: {
|
|
37
|
-
prototype: SearchTabs;
|
|
38
|
-
new (): SearchTabs;
|
|
39
|
-
};
|
|
40
|
-
|
|
41
5
|
interface VerdocsAuth extends Components.VerdocsAuth, HTMLElement {}
|
|
42
6
|
export const VerdocsAuth: {
|
|
43
7
|
prototype: VerdocsAuth;
|
|
@@ -146,12 +110,36 @@ export const VerdocsOrganizationCard: {
|
|
|
146
110
|
new (): VerdocsOrganizationCard;
|
|
147
111
|
};
|
|
148
112
|
|
|
113
|
+
interface VerdocsQuickFunctions extends Components.VerdocsQuickFunctions, HTMLElement {}
|
|
114
|
+
export const VerdocsQuickFunctions: {
|
|
115
|
+
prototype: VerdocsQuickFunctions;
|
|
116
|
+
new (): VerdocsQuickFunctions;
|
|
117
|
+
};
|
|
118
|
+
|
|
149
119
|
interface VerdocsSearch extends Components.VerdocsSearch, HTMLElement {}
|
|
150
120
|
export const VerdocsSearch: {
|
|
151
121
|
prototype: VerdocsSearch;
|
|
152
122
|
new (): VerdocsSearch;
|
|
153
123
|
};
|
|
154
124
|
|
|
125
|
+
interface VerdocsSearchActivity extends Components.VerdocsSearchActivity, HTMLElement {}
|
|
126
|
+
export const VerdocsSearchActivity: {
|
|
127
|
+
prototype: VerdocsSearchActivity;
|
|
128
|
+
new (): VerdocsSearchActivity;
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
interface VerdocsSearchBox extends Components.VerdocsSearchBox, HTMLElement {}
|
|
132
|
+
export const VerdocsSearchBox: {
|
|
133
|
+
prototype: VerdocsSearchBox;
|
|
134
|
+
new (): VerdocsSearchBox;
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
interface VerdocsSearchTabs extends Components.VerdocsSearchTabs, HTMLElement {}
|
|
138
|
+
export const VerdocsSearchTabs: {
|
|
139
|
+
prototype: VerdocsSearchTabs;
|
|
140
|
+
new (): VerdocsSearchTabs;
|
|
141
|
+
};
|
|
142
|
+
|
|
155
143
|
interface VerdocsSign extends Components.VerdocsSign, HTMLElement {}
|
|
156
144
|
export const VerdocsSign: {
|
|
157
145
|
prototype: VerdocsSign;
|