@3t-transform/threeteeui 0.1.7 → 0.1.10
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/{index-451f61dd.js → index-dc6cc829.js} +83 -2
- package/dist/cjs/loader.cjs.js +2 -18
- package/dist/cjs/tttx-button.cjs.entry.js +2 -2
- package/dist/cjs/tttx-filter.cjs.entry.js +162 -0
- package/dist/cjs/tttx-form.cjs.entry.js +1 -1
- package/dist/cjs/tttx-icon.cjs.entry.js +1 -1
- package/dist/cjs/tttx-keyvalue-block.cjs.entry.js +4 -3
- package/dist/cjs/tttx-list.cjs.entry.js +4 -34
- package/dist/cjs/tttx-loading-spinner.cjs.entry.js +1 -1
- package/dist/cjs/tttx-standalone-input.cjs.entry.js +1 -1
- package/dist/cjs/tttx-toolbar.cjs.entry.js +1 -1
- package/dist/cjs/tttx.cjs.js +4 -116
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/tttx-button/tttx-button.css +8 -0
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.css +4 -0
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +2 -1
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.css +215 -0
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +325 -0
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +118 -0
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +13 -0
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -4
- package/dist/components/tttx-button.js +1 -1
- package/dist/components/tttx-filter.d.ts +11 -0
- package/dist/components/tttx-filter.js +195 -0
- package/dist/components/tttx-keyvalue-block.js +3 -2
- package/dist/components/tttx-list.js +3 -33
- package/dist/esm/{index-0350f122.js → index-86faeaab.js} +83 -3
- package/dist/esm/loader.js +2 -18
- package/dist/esm/tttx-button.entry.js +2 -2
- package/dist/esm/tttx-filter.entry.js +158 -0
- package/dist/esm/tttx-form.entry.js +1 -1
- package/dist/esm/tttx-icon.entry.js +1 -1
- package/dist/esm/tttx-keyvalue-block.entry.js +4 -3
- package/dist/esm/tttx-list.entry.js +4 -34
- package/dist/esm/tttx-loading-spinner.entry.js +1 -1
- package/dist/esm/tttx-standalone-input.entry.js +1 -1
- package/dist/esm/tttx-toolbar.entry.js +1 -1
- package/dist/esm/tttx.js +4 -116
- package/dist/tttx/index.esm.js +0 -1
- package/dist/tttx/{p-cd1565e0.entry.js → p-12fc0b16.entry.js} +1 -1
- package/dist/tttx/p-52a47b7c.js +2 -0
- package/dist/tttx/p-603f6ebe.entry.js +1 -0
- package/dist/tttx/{p-4f3958fa.entry.js → p-8f3badad.entry.js} +1 -1
- package/dist/tttx/{p-0a85dda4.entry.js → p-ae48fe5a.entry.js} +1 -1
- package/dist/tttx/{p-cc6644c9.entry.js → p-b0eedc78.entry.js} +1 -1
- package/dist/tttx/{p-5cae1beb.entry.js → p-bdb054b2.entry.js} +1 -1
- package/dist/tttx/p-dcd78796.entry.js +1 -0
- package/dist/tttx/{p-92465671.entry.js → p-e25d5fe2.entry.js} +1 -1
- package/dist/tttx/{p-1b015a9d.entry.js → p-f1d7eb35.entry.js} +1 -1
- package/dist/tttx/tttx.esm.js +1 -129
- package/dist/types/components/molecules/tttx-filter/tttx-filter.d.ts +37 -0
- package/dist/types/components/molecules/tttx-filter/tttx-filter.stories.d.ts +43 -0
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.d.ts +1 -0
- package/dist/types/components.d.ts +33 -0
- package/package.json +1 -1
- package/dist/cjs/app-globals-3a1e7e63.js +0 -5
- package/dist/cjs/css-shim-211819bc.js +0 -6
- package/dist/cjs/dom-9deb26c8.js +0 -75
- package/dist/cjs/index-11cfdabe.js +0 -3297
- package/dist/cjs/shadow-css-bf3843d2.js +0 -389
- package/dist/collection/components/atoms/tttx-button/test/tttx-button.e2e.js +0 -9
- package/dist/collection/components/atoms/tttx-button/test/tttx-button.spec.js +0 -83
- package/dist/collection/components/atoms/tttx-icon/test/tttx-icon.e2e.js +0 -9
- package/dist/collection/components/atoms/tttx-icon/test/tttx-icon.spec.js +0 -16
- package/dist/collection/components/atoms/tttx-keyvalue-block/test/tttx-keyvalue-block.spec.js +0 -216
- package/dist/collection/components/atoms/tttx-loading-spinner/Test/tttx-loading-spinner.spec.js +0 -64
- package/dist/collection/components/molecules/tttx-form/lib/setErrorState.spec.js +0 -38
- package/dist/collection/components/molecules/tttx-form/lib/validityCheck.spec.js +0 -214
- package/dist/collection/components/molecules/tttx-form/test/tttx-form.e2e.js +0 -9
- package/dist/collection/components/molecules/tttx-form/test/tttx-form.spec.js +0 -232
- package/dist/collection/components/molecules/tttx-list/test/ttttx-list.spec.e2e.js +0 -26
- package/dist/collection/components/molecules/tttx-list/test/tttx-list.spec.js +0 -183
- package/dist/collection/components/molecules/tttx-standalone-input/test/tttx-standalone-input.e2e.js +0 -9
- package/dist/collection/components/molecules/tttx-standalone-input/test/tttx-standalone-input.spec.js +0 -219
- package/dist/collection/components/molecules/tttx-toolbar/test/tttx-toolbar.test.js +0 -0
- package/dist/collection/shared/test/domsanitiser.options.spec.js +0 -23
- package/dist/esm/app-globals-0f993ce5.js +0 -3
- package/dist/esm/css-shim-9d54a2f2.js +0 -4
- package/dist/esm/dom-6be6f662.js +0 -73
- package/dist/esm/index-dbe25028.js +0 -3262
- package/dist/esm/shadow-css-ed4599f8.js +0 -387
- package/dist/tttx/app-globals-0f993ce5.js +0 -3
- package/dist/tttx/css-shim-9d54a2f2.js +0 -4
- package/dist/tttx/dom-6be6f662.js +0 -73
- package/dist/tttx/index-dbe25028.js +0 -3262
- package/dist/tttx/p-62869344.js +0 -2
- package/dist/tttx/p-a0179cb1.entry.js +0 -1
- package/dist/tttx/shadow-css-ed4599f8.js +0 -387
- package/dist/tttx/tttx-button.entry.js +0 -30
- package/dist/tttx/tttx-form.entry.js +0 -373
- package/dist/tttx/tttx-icon.entry.js +0 -17
- package/dist/tttx/tttx-keyvalue-block.entry.js +0 -63
- package/dist/tttx/tttx-list.entry.js +0 -1730
- package/dist/tttx/tttx-loading-spinner.entry.js +0 -22
- package/dist/tttx/tttx-standalone-input.entry.js +0 -66
- package/dist/tttx/tttx-toolbar.entry.js +0 -16
- package/dist/types/components/atoms/tttx-button/test/tttx-button.e2e.d.ts +0 -1
- package/dist/types/components/atoms/tttx-button/test/tttx-button.spec.d.ts +0 -1
- package/dist/types/components/atoms/tttx-icon/test/tttx-icon.e2e.d.ts +0 -1
- package/dist/types/components/atoms/tttx-icon/test/tttx-icon.spec.d.ts +0 -1
- package/dist/types/components/atoms/tttx-keyvalue-block/test/tttx-keyvalue-block.spec.d.ts +0 -1
- package/dist/types/components/atoms/tttx-loading-spinner/Test/tttx-loading-spinner.spec.d.ts +0 -1
- package/dist/types/components/molecules/tttx-form/lib/setErrorState.spec.d.ts +0 -1
- package/dist/types/components/molecules/tttx-form/lib/validityCheck.spec.d.ts +0 -1
- package/dist/types/components/molecules/tttx-form/test/tttx-form.e2e.d.ts +0 -1
- package/dist/types/components/molecules/tttx-form/test/tttx-form.spec.d.ts +0 -1
- package/dist/types/components/molecules/tttx-list/test/ttttx-list.spec.e2e.d.ts +0 -1
- package/dist/types/components/molecules/tttx-list/test/tttx-list.spec.d.ts +0 -1
- package/dist/types/components/molecules/tttx-standalone-input/test/tttx-standalone-input.e2e.d.ts +0 -1
- package/dist/types/components/molecules/tttx-standalone-input/test/tttx-standalone-input.spec.d.ts +0 -1
- package/dist/types/components/molecules/tttx-toolbar/test/tttx-toolbar.test.d.ts +0 -0
- package/dist/types/shared/test/domsanitiser.options.spec.d.ts +0 -1
package/dist/cjs/tttx.cjs.js
CHANGED
|
@@ -1,131 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
4
|
-
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
3
|
+
const index = require('./index-dc6cc829.js');
|
|
5
4
|
|
|
6
5
|
/*
|
|
7
6
|
Stencil Client Patch Browser v2.20.0 | MIT Licensed | https://stenciljs.com
|
|
8
7
|
*/
|
|
9
|
-
const getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\s|-/g, '_')}`;
|
|
10
8
|
const patchBrowser = () => {
|
|
11
|
-
// NOTE!! This fn cannot use async/await!
|
|
12
|
-
if (index.BUILD.isDev && !index.BUILD.isTesting) {
|
|
13
|
-
index.consoleDevInfo('Running in development mode.');
|
|
14
|
-
}
|
|
15
|
-
if (index.BUILD.cssVarShim) {
|
|
16
|
-
// shim css vars
|
|
17
|
-
index.plt.$cssShim$ = index.win.__cssshim;
|
|
18
|
-
}
|
|
19
|
-
if (index.BUILD.cloneNodeFix) {
|
|
20
|
-
// opted-in to polyfill cloneNode() for slot polyfilled components
|
|
21
|
-
patchCloneNodeFix(index.H.prototype);
|
|
22
|
-
}
|
|
23
|
-
if (index.BUILD.profile && !performance.mark) {
|
|
24
|
-
// not all browsers support performance.mark/measure (Safari 10)
|
|
25
|
-
// because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,
|
|
26
|
-
// simply stub the implementations out.
|
|
27
|
-
// TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)
|
|
28
|
-
// @ts-ignore
|
|
29
|
-
performance.mark = performance.measure = () => {
|
|
30
|
-
/*noop*/
|
|
31
|
-
};
|
|
32
|
-
performance.getEntriesByName = () => [];
|
|
33
|
-
}
|
|
34
|
-
// @ts-ignore
|
|
35
|
-
const scriptElm = index.BUILD.scriptDataOpts || index.BUILD.safari10 || index.BUILD.dynamicImportShim
|
|
36
|
-
? Array.from(index.doc.querySelectorAll('script')).find((s) => new RegExp(`\/${index.NAMESPACE}(\\.esm)?\\.js($|\\?|#)`).test(s.src) ||
|
|
37
|
-
s.getAttribute('data-stencil-namespace') === index.NAMESPACE)
|
|
38
|
-
: null;
|
|
39
9
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('tttx.cjs.js', document.baseURI).href));
|
|
40
|
-
const opts =
|
|
41
|
-
if (
|
|
42
|
-
// Safari < v11 support: This IF is true if it's Safari below v11.
|
|
43
|
-
// This fn cannot use async/await since Safari didn't support it until v11,
|
|
44
|
-
// however, Safari 10 did support modules. Safari 10 also didn't support "nomodule",
|
|
45
|
-
// so both the ESM file and nomodule file would get downloaded. Only Safari
|
|
46
|
-
// has 'onbeforeload' in the script, and "history.scrollRestoration" was added
|
|
47
|
-
// to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.
|
|
48
|
-
// IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.
|
|
49
|
-
return {
|
|
50
|
-
then() {
|
|
51
|
-
/* promise noop */
|
|
52
|
-
},
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
if (!index.BUILD.safari10 && importMeta !== '') {
|
|
10
|
+
const opts = {};
|
|
11
|
+
if (importMeta !== '') {
|
|
56
12
|
opts.resourcesUrl = new URL('.', importMeta).href;
|
|
57
13
|
}
|
|
58
|
-
else if (index.BUILD.dynamicImportShim || index.BUILD.safari10) {
|
|
59
|
-
opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, index.win.location.href)).href;
|
|
60
|
-
if (index.BUILD.dynamicImportShim) {
|
|
61
|
-
patchDynamicImport(opts.resourcesUrl, scriptElm);
|
|
62
|
-
}
|
|
63
|
-
if (index.BUILD.dynamicImportShim && !index.win.customElements) {
|
|
64
|
-
// module support, but no custom elements support (Old Edge)
|
|
65
|
-
// @ts-ignore
|
|
66
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "polyfills-dom" */ './dom-9deb26c8.js'); }).then(() => opts);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
14
|
return index.promiseResolve(opts);
|
|
70
15
|
};
|
|
71
|
-
const patchDynamicImport = (base, orgScriptElm) => {
|
|
72
|
-
const importFunctionName = getDynamicImportFunction(index.NAMESPACE);
|
|
73
|
-
try {
|
|
74
|
-
// test if this browser supports dynamic imports
|
|
75
|
-
// There is a caching issue in V8, that breaks using import() in Function
|
|
76
|
-
// By generating a random string, we can workaround it
|
|
77
|
-
// Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info
|
|
78
|
-
index.win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);
|
|
79
|
-
}
|
|
80
|
-
catch (e) {
|
|
81
|
-
// this shim is specifically for browsers that do support "esm" imports
|
|
82
|
-
// however, they do NOT support "dynamic" imports
|
|
83
|
-
// basically this code is for old Edge, v18 and below
|
|
84
|
-
const moduleMap = new Map();
|
|
85
|
-
index.win[importFunctionName] = (src) => {
|
|
86
|
-
const url = new URL(src, base).href;
|
|
87
|
-
let mod = moduleMap.get(url);
|
|
88
|
-
if (!mod) {
|
|
89
|
-
const script = index.doc.createElement('script');
|
|
90
|
-
script.type = 'module';
|
|
91
|
-
script.crossOrigin = orgScriptElm.crossOrigin;
|
|
92
|
-
script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {
|
|
93
|
-
type: 'application/javascript',
|
|
94
|
-
}));
|
|
95
|
-
mod = new Promise((resolve) => {
|
|
96
|
-
script.onload = () => {
|
|
97
|
-
resolve(index.win[importFunctionName].m);
|
|
98
|
-
script.remove();
|
|
99
|
-
};
|
|
100
|
-
});
|
|
101
|
-
moduleMap.set(url, mod);
|
|
102
|
-
index.doc.head.appendChild(script);
|
|
103
|
-
}
|
|
104
|
-
return mod;
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
const patchCloneNodeFix = (HTMLElementPrototype) => {
|
|
109
|
-
const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;
|
|
110
|
-
HTMLElementPrototype.cloneNode = function (deep) {
|
|
111
|
-
if (this.nodeName === 'TEMPLATE') {
|
|
112
|
-
return nativeCloneNodeFn.call(this, deep);
|
|
113
|
-
}
|
|
114
|
-
const clonedNode = nativeCloneNodeFn.call(this, false);
|
|
115
|
-
const srcChildNodes = this.childNodes;
|
|
116
|
-
if (deep) {
|
|
117
|
-
for (let i = 0; i < srcChildNodes.length; i++) {
|
|
118
|
-
// Node.ATTRIBUTE_NODE === 2, and checking because IE11
|
|
119
|
-
if (srcChildNodes[i].nodeType !== 2) {
|
|
120
|
-
clonedNode.appendChild(srcChildNodes[i].cloneNode(true));
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
return clonedNode;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
16
|
|
|
128
17
|
patchBrowser().then(options => {
|
|
129
|
-
|
|
130
|
-
return index.bootstrapLazy([["tttx-button.cjs",[[1,"tttx-button",{"notext":[4],"icon":[1],"iconposition":[1],"design":[1]}]]],["tttx-list.cjs",[[1,"tttx-list",{"data":[1025],"name":[1]}]]],["tttx-standalone-input.cjs",[[2,"tttx-standalone-input",{"label":[1],"showerrormsg":[4],"showerrorbubble":[4],"errormsg":[1],"iconleft":[1],"iconright":[1],"inputicon":[1],"inline":[4],"inputAutocapitalize":[1,"input-autocapitalize"],"inputAutofocus":[4,"input-autofocus"],"inputKeyhint":[1,"input-keyhint"],"inputIndex":[8,"input-index"],"inputTitle":[1,"input-title"],"autocomplete":[1],"checked":[4],"disabled":[4],"max":[8],"maxlength":[8],"min":[8],"minlength":[8],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[8],"required":[4],"step":[8],"type":[1],"value":[1032]}]]],["tttx-form.cjs",[[1,"tttx-form",{"formschema":[1032],"submitValue":[1032,"submit-value"]}]]],["tttx-keyvalue-block.cjs",[[1,"tttx-keyvalue-block",{"keyvalues":[8],"horizontal":[4]}]]],["tttx-loading-spinner.cjs",[[1,"tttx-loading-spinner",{"loadingMessage":[1028,"loading-message"],"size":[1025]}]]],["tttx-toolbar.cjs",[[1,"tttx-toolbar",{"border":[4]}]]],["tttx-icon.cjs",[[1,"tttx-icon",{"icon":[1],"color":[1]}]]]], options);
|
|
18
|
+
return index.bootstrapLazy([["tttx-button.cjs",[[1,"tttx-button",{"notext":[4],"icon":[1],"iconposition":[1],"design":[1]}]]],["tttx-filter.cjs",[[1,"tttx-filter",{"filterKey":[1,"filter-key"],"filterOptions":[16],"showSelectAll":[4,"show-select-all"],"showSearchField":[4,"show-search-field"],"showOptionIcons":[4,"show-option-icons"],"filterButtonStyle":[1,"filter-button-style"],"filterHeader":[1,"filter-header"],"showPopover":[32],"selectedFilters":[32],"filterSearchTerm":[32],"displayedFilterSettings":[32],"allSelected":[32]}]]],["tttx-list.cjs",[[1,"tttx-list",{"data":[1025],"name":[1]}]]],["tttx-standalone-input.cjs",[[2,"tttx-standalone-input",{"label":[1],"showerrormsg":[4],"showerrorbubble":[4],"errormsg":[1],"iconleft":[1],"iconright":[1],"inputicon":[1],"inline":[4],"inputAutocapitalize":[1,"input-autocapitalize"],"inputAutofocus":[4,"input-autofocus"],"inputKeyhint":[1,"input-keyhint"],"inputIndex":[8,"input-index"],"inputTitle":[1,"input-title"],"autocomplete":[1],"checked":[4],"disabled":[4],"max":[8],"maxlength":[8],"min":[8],"minlength":[8],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[8],"required":[4],"step":[8],"type":[1],"value":[1032]}]]],["tttx-form.cjs",[[1,"tttx-form",{"formschema":[1032],"submitValue":[1032,"submit-value"]}]]],["tttx-keyvalue-block.cjs",[[1,"tttx-keyvalue-block",{"keyvalues":[8],"horizontal":[4]}]]],["tttx-loading-spinner.cjs",[[1,"tttx-loading-spinner",{"loadingMessage":[1028,"loading-message"],"size":[1025]}]]],["tttx-toolbar.cjs",[[1,"tttx-toolbar",{"border":[4]}]]],["tttx-icon.cjs",[[1,"tttx-icon",{"icon":[1],"color":[1]}]]]], options);
|
|
131
19
|
});
|
|
@@ -21,10 +21,11 @@ export class TttxKeyvalueBlock {
|
|
|
21
21
|
}
|
|
22
22
|
renderArrayElements(values) {
|
|
23
23
|
const elements = [];
|
|
24
|
+
const divSize = (100 / values.length).toString();
|
|
24
25
|
for (let i = 0; i < values.length; i++) {
|
|
25
26
|
const value = values[i];
|
|
26
27
|
if (this.horizontal) {
|
|
27
|
-
elements.push(h("div",
|
|
28
|
+
elements.push(h("div", { style: { maxWidth: divSize } }, h("dt", { class: 'mainTitle' }, value.title), h("dt", { class: 'subTitle' }, value.subTitle), h("dd", null, value.data)));
|
|
28
29
|
}
|
|
29
30
|
else {
|
|
30
31
|
elements.push(h("dt", { class: 'mainTitle' }, value.title));
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
.material-symbols-rounded {
|
|
2
|
+
font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.material-symbols-rounded {
|
|
6
|
+
font-family: "Material Symbols Rounded", sans-serif;
|
|
7
|
+
font-weight: 400;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
font-size: 24px;
|
|
10
|
+
line-height: 1;
|
|
11
|
+
letter-spacing: normal;
|
|
12
|
+
text-transform: none;
|
|
13
|
+
display: inline-block;
|
|
14
|
+
white-space: nowrap;
|
|
15
|
+
word-wrap: normal;
|
|
16
|
+
direction: ltr;
|
|
17
|
+
text-rendering: optimizeLegibility;
|
|
18
|
+
-webkit-font-smoothing: antialiased;
|
|
19
|
+
color: #9e9e9e;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.filter-container .filter-button {
|
|
23
|
+
display: inline-flex;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
align-items: center;
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
font-weight: 400;
|
|
28
|
+
font-family: "Roboto", serif;
|
|
29
|
+
text-transform: uppercase;
|
|
30
|
+
color: #212121;
|
|
31
|
+
border: 1px solid #d5d5d5;
|
|
32
|
+
border-radius: 4px;
|
|
33
|
+
background: transparent;
|
|
34
|
+
height: 36px;
|
|
35
|
+
width: 95px;
|
|
36
|
+
margin: 0;
|
|
37
|
+
padding-right: 16px;
|
|
38
|
+
}
|
|
39
|
+
.filter-container .filter-button .filter-icon {
|
|
40
|
+
padding-left: 8px;
|
|
41
|
+
padding-right: 4px;
|
|
42
|
+
}
|
|
43
|
+
.filter-container .filter-button.--list-icon {
|
|
44
|
+
font-size: 0;
|
|
45
|
+
width: 36px;
|
|
46
|
+
height: 36px;
|
|
47
|
+
padding: 0;
|
|
48
|
+
}
|
|
49
|
+
.filter-container .filter-button.--list-icon .filter-icon {
|
|
50
|
+
padding: 0;
|
|
51
|
+
}
|
|
52
|
+
.filter-container .filter-button.--list-icon:hover {
|
|
53
|
+
background: #e3e3e3;
|
|
54
|
+
}
|
|
55
|
+
.filter-container .filter-button.--table-icon {
|
|
56
|
+
font-size: 0;
|
|
57
|
+
width: 36px;
|
|
58
|
+
height: 36px;
|
|
59
|
+
padding: 0;
|
|
60
|
+
border: none;
|
|
61
|
+
}
|
|
62
|
+
.filter-container .filter-button.--table-icon .filter-icon {
|
|
63
|
+
padding: 0;
|
|
64
|
+
width: 24px;
|
|
65
|
+
height: 24px;
|
|
66
|
+
}
|
|
67
|
+
.filter-container .filter-button.--table-icon:hover {
|
|
68
|
+
background: #e3e3e3;
|
|
69
|
+
border-radius: 50%;
|
|
70
|
+
width: 36px;
|
|
71
|
+
height: 36px;
|
|
72
|
+
}
|
|
73
|
+
.filter-container .filter-button:hover {
|
|
74
|
+
background: #e3e3e3;
|
|
75
|
+
}
|
|
76
|
+
.filter-container .filter-popover-container {
|
|
77
|
+
display: block;
|
|
78
|
+
width: 196px;
|
|
79
|
+
border-radius: 4px;
|
|
80
|
+
box-shadow: 0px 1px 5px #1111114D;
|
|
81
|
+
position: absolute;
|
|
82
|
+
}
|
|
83
|
+
.filter-container .filter-popover-container .filter-header {
|
|
84
|
+
color: #757575;
|
|
85
|
+
text-transform: uppercase;
|
|
86
|
+
font-size: 14px;
|
|
87
|
+
font-weight: 500;
|
|
88
|
+
font-family: "Roboto", serif;
|
|
89
|
+
padding-left: 16px;
|
|
90
|
+
padding-top: 12px;
|
|
91
|
+
padding-bottom: 12px;
|
|
92
|
+
margin: 0;
|
|
93
|
+
}
|
|
94
|
+
.filter-container .filter-popover-container .popover-divider {
|
|
95
|
+
border: none;
|
|
96
|
+
width: 164px;
|
|
97
|
+
display: flex;
|
|
98
|
+
margin-left: auto;
|
|
99
|
+
margin-right: auto;
|
|
100
|
+
margin-top: 0;
|
|
101
|
+
margin-bottom: 8px;
|
|
102
|
+
height: 1px;
|
|
103
|
+
background-color: #d5d5d5;
|
|
104
|
+
}
|
|
105
|
+
.filter-container .filter-popover-container .filter-option {
|
|
106
|
+
display: flex;
|
|
107
|
+
flex-direction: row;
|
|
108
|
+
align-items: center;
|
|
109
|
+
height: 36px;
|
|
110
|
+
padding-left: 22px;
|
|
111
|
+
padding-bottom: 4px;
|
|
112
|
+
}
|
|
113
|
+
.filter-container .filter-popover-container .filter-option .select-all-icon {
|
|
114
|
+
padding-right: 6px;
|
|
115
|
+
}
|
|
116
|
+
.filter-container .filter-popover-container .filter-option .checkbox-icon {
|
|
117
|
+
padding-right: 8px;
|
|
118
|
+
}
|
|
119
|
+
.filter-container .filter-popover-container .filter-option .filter-label {
|
|
120
|
+
padding-left: 8px;
|
|
121
|
+
padding-bottom: 3px;
|
|
122
|
+
font-size: 16px;
|
|
123
|
+
font-weight: 500;
|
|
124
|
+
font-family: "Roboto", serif;
|
|
125
|
+
}
|
|
126
|
+
.filter-container .filter-popover-container .filter-option:first-child {
|
|
127
|
+
margin-top: 8px;
|
|
128
|
+
}
|
|
129
|
+
.filter-container .filter-popover-container .filter-option:last-child {
|
|
130
|
+
margin-bottom: 8px;
|
|
131
|
+
}
|
|
132
|
+
.filter-container .filter-popover-container .filter-popover-button-container {
|
|
133
|
+
display: flex;
|
|
134
|
+
justify-content: flex-end;
|
|
135
|
+
align-items: center;
|
|
136
|
+
padding-bottom: 8px;
|
|
137
|
+
}
|
|
138
|
+
.filter-container .filter-popover-container .filter-popover-button-container .close-button {
|
|
139
|
+
height: 36px;
|
|
140
|
+
width: 74px;
|
|
141
|
+
background-color: white;
|
|
142
|
+
border: 1px solid #d5d5d5;
|
|
143
|
+
border-radius: 4px;
|
|
144
|
+
text-transform: uppercase;
|
|
145
|
+
margin-right: 8px;
|
|
146
|
+
font-size: 14px;
|
|
147
|
+
font-weight: 400;
|
|
148
|
+
font-family: "Roboto", serif;
|
|
149
|
+
}
|
|
150
|
+
.filter-container .filter-popover-container .filter-popover-button-container .apply-button {
|
|
151
|
+
height: 36px;
|
|
152
|
+
width: 73px;
|
|
153
|
+
background-color: #1479c6;
|
|
154
|
+
color: white;
|
|
155
|
+
border-radius: 4px;
|
|
156
|
+
border: none;
|
|
157
|
+
text-transform: uppercase;
|
|
158
|
+
margin-right: 16px;
|
|
159
|
+
font-size: 14px;
|
|
160
|
+
font-weight: 400;
|
|
161
|
+
font-family: "Roboto", serif;
|
|
162
|
+
}
|
|
163
|
+
.filter-container .filter-popover-container.--with-search-field {
|
|
164
|
+
width: 252px;
|
|
165
|
+
}
|
|
166
|
+
.filter-container .filter-popover-container.--with-search-field .popover-divider {
|
|
167
|
+
width: 220px;
|
|
168
|
+
}
|
|
169
|
+
.filter-container .filter-popover-container.--with-search-field .popover-divider:first-child {
|
|
170
|
+
top: 44px;
|
|
171
|
+
}
|
|
172
|
+
.filter-container .filter-popover-container.--with-search-field .search-field-container {
|
|
173
|
+
position: relative;
|
|
174
|
+
color: #d5d5d5;
|
|
175
|
+
width: 220px;
|
|
176
|
+
height: 36px;
|
|
177
|
+
padding: 0 16px;
|
|
178
|
+
}
|
|
179
|
+
.filter-container .filter-popover-container.--with-search-field .search-field-container .search-icon {
|
|
180
|
+
position: absolute;
|
|
181
|
+
top: 50%;
|
|
182
|
+
padding-left: 8px;
|
|
183
|
+
padding-bottom: 9.2px;
|
|
184
|
+
height: 17px;
|
|
185
|
+
width: 17px;
|
|
186
|
+
transform: translateY(-50%);
|
|
187
|
+
}
|
|
188
|
+
.filter-container .filter-popover-container.--with-search-field .search-field-container .search-input {
|
|
189
|
+
padding-left: 36px;
|
|
190
|
+
border: 1px solid #d5d5d5;
|
|
191
|
+
border-radius: 4px;
|
|
192
|
+
height: 36px;
|
|
193
|
+
width: 220px;
|
|
194
|
+
font-size: 16px;
|
|
195
|
+
font-family: "Roboto", serif;
|
|
196
|
+
font-weight: 500;
|
|
197
|
+
color: #9e9e9e;
|
|
198
|
+
box-sizing: border-box;
|
|
199
|
+
}
|
|
200
|
+
.filter-container .filter-popover-container.--with-search-field .search-field-container .search-input:focus-visible, .filter-container .filter-popover-container.--with-search-field .search-field-container .search-input:focus {
|
|
201
|
+
outline: none;
|
|
202
|
+
border: 1px solid #1479c6;
|
|
203
|
+
}
|
|
204
|
+
.filter-container .filter-popover-container.--with-search-field .search-field-container .search-input::placeholder {
|
|
205
|
+
color: #9e9e9e;
|
|
206
|
+
font-size: 16px;
|
|
207
|
+
font-family: "Roboto", serif;
|
|
208
|
+
font-weight: 500;
|
|
209
|
+
}
|
|
210
|
+
.filter-container .filter-popover-container.--with-search-field .search-field-container .popover-divider {
|
|
211
|
+
margin-top: 8px;
|
|
212
|
+
}
|
|
213
|
+
.filter-container .filter-popover-container.--with-search-field .filter-option:first-child {
|
|
214
|
+
padding-top: 8px;
|
|
215
|
+
}
|