@daikin-oss/design-system-web-components 0.0.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/LICENSE +21 -0
- package/README.md +157 -0
- package/dist/_virtual/_tslib.js +31 -0
- package/dist/_virtual/_tslib.js.map +1 -0
- package/dist/colors.d.ts +70 -0
- package/dist/colors.d.ts.map +1 -0
- package/dist/colors.js +81 -0
- package/dist/colors.js.map +1 -0
- package/dist/components/button/button.css.js +7 -0
- package/dist/components/button/button.css.js.map +1 -0
- package/dist/components/button/daikin-button.d.ts +28 -0
- package/dist/components/button/daikin-button.d.ts.map +1 -0
- package/dist/components/button/daikin-button.js +125 -0
- package/dist/components/button/daikin-button.js.map +1 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/button/index.js +2 -0
- package/dist/components/button/index.js.map +1 -0
- package/dist/components/button/stories/common.d.ts +15 -0
- package/dist/components/button/stories/common.d.ts.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/node_modules/@daikinlab/dds-tokens/build/js/DKN/Light/variables.js +66 -0
- package/dist/node_modules/@daikinlab/dds-tokens/build/js/DKN/Light/variables.js.map +1 -0
- package/dist/node_modules/@lit/reactive-element/node/css-tag.js +9 -0
- package/dist/node_modules/@lit/reactive-element/node/css-tag.js.map +1 -0
- package/dist/node_modules/@lit/reactive-element/node/decorators/custom-element.js +9 -0
- package/dist/node_modules/@lit/reactive-element/node/decorators/custom-element.js.map +1 -0
- package/dist/node_modules/@lit/reactive-element/node/decorators/property.js +9 -0
- package/dist/node_modules/@lit/reactive-element/node/decorators/property.js.map +1 -0
- package/dist/node_modules/@lit/reactive-element/node/decorators/query-assigned-elements.js +6 -0
- package/dist/node_modules/@lit/reactive-element/node/decorators/query-assigned-elements.js.map +1 -0
- package/dist/node_modules/@lit/reactive-element/node/reactive-element.js +12 -0
- package/dist/node_modules/@lit/reactive-element/node/reactive-element.js.map +1 -0
- package/dist/node_modules/@lit-labs/ssr-dom-shim/index.js +122 -0
- package/dist/node_modules/@lit-labs/ssr-dom-shim/index.js.map +1 -0
- package/dist/node_modules/@lit-labs/ssr-dom-shim/lib/element-internals.js +85 -0
- package/dist/node_modules/@lit-labs/ssr-dom-shim/lib/element-internals.js.map +1 -0
- package/dist/node_modules/@netlify/classnames-template-literals/dist/classnames-template-literals.esm.js +13 -0
- package/dist/node_modules/@netlify/classnames-template-literals/dist/classnames-template-literals.esm.js.map +1 -0
- package/dist/node_modules/lit-element/lit-element.js +13 -0
- package/dist/node_modules/lit-element/lit-element.js.map +1 -0
- package/dist/node_modules/lit-html/node/lit-html.js +9 -0
- package/dist/node_modules/lit-html/node/lit-html.js.map +1 -0
- package/dist/node_modules/style-inject/dist/style-inject.es.js +29 -0
- package/dist/node_modules/style-inject/dist/style-inject.es.js.map +1 -0
- package/dist/tailwind.css.js +7 -0
- package/dist/tailwind.css.js.map +1 -0
- package/lib/_virtual/_tslib.js +33 -0
- package/lib/_virtual/_tslib.js.map +1 -0
- package/lib/colors.d.ts +70 -0
- package/lib/colors.d.ts.map +1 -0
- package/lib/colors.js +83 -0
- package/lib/colors.js.map +1 -0
- package/lib/components/button/button.css.js +9 -0
- package/lib/components/button/button.css.js.map +1 -0
- package/lib/components/button/daikin-button.d.ts +28 -0
- package/lib/components/button/daikin-button.d.ts.map +1 -0
- package/lib/components/button/daikin-button.js +127 -0
- package/lib/components/button/daikin-button.js.map +1 -0
- package/lib/components/button/index.d.ts +2 -0
- package/lib/components/button/index.d.ts.map +1 -0
- package/lib/components/button/index.js +5 -0
- package/lib/components/button/index.js.map +1 -0
- package/lib/components/button/stories/common.d.ts +15 -0
- package/lib/components/button/stories/common.d.ts.map +1 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +5 -0
- package/lib/components/index.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +9 -0
- package/lib/index.js.map +1 -0
- package/lib/node_modules/@daikinlab/dds-tokens/build/js/DKN/Light/variables.js +125 -0
- package/lib/node_modules/@daikinlab/dds-tokens/build/js/DKN/Light/variables.js.map +1 -0
- package/lib/node_modules/@lit/reactive-element/node/css-tag.js +16 -0
- package/lib/node_modules/@lit/reactive-element/node/css-tag.js.map +1 -0
- package/lib/node_modules/@lit/reactive-element/node/decorators/custom-element.js +11 -0
- package/lib/node_modules/@lit/reactive-element/node/decorators/custom-element.js.map +1 -0
- package/lib/node_modules/@lit/reactive-element/node/decorators/property.js +11 -0
- package/lib/node_modules/@lit/reactive-element/node/decorators/property.js.map +1 -0
- package/lib/node_modules/@lit/reactive-element/node/decorators/query-assigned-elements.js +8 -0
- package/lib/node_modules/@lit/reactive-element/node/decorators/query-assigned-elements.js.map +1 -0
- package/lib/node_modules/@lit/reactive-element/node/reactive-element.js +21 -0
- package/lib/node_modules/@lit/reactive-element/node/reactive-element.js.map +1 -0
- package/lib/node_modules/@lit-labs/ssr-dom-shim/index.js +126 -0
- package/lib/node_modules/@lit-labs/ssr-dom-shim/index.js.map +1 -0
- package/lib/node_modules/@lit-labs/ssr-dom-shim/lib/element-internals.js +87 -0
- package/lib/node_modules/@lit-labs/ssr-dom-shim/lib/element-internals.js.map +1 -0
- package/lib/node_modules/@netlify/classnames-template-literals/dist/classnames-template-literals.esm.js +15 -0
- package/lib/node_modules/@netlify/classnames-template-literals/dist/classnames-template-literals.esm.js.map +1 -0
- package/lib/node_modules/lit-element/lit-element.js +20 -0
- package/lib/node_modules/lit-element/lit-element.js.map +1 -0
- package/lib/node_modules/lit-html/node/lit-html.js +14 -0
- package/lib/node_modules/lit-html/node/lit-html.js.map +1 -0
- package/lib/node_modules/style-inject/dist/style-inject.es.js +31 -0
- package/lib/node_modules/style-inject/dist/style-inject.es.js.map +1 -0
- package/lib/tailwind.css.js +9 -0
- package/lib/tailwind.css.js.map +1 -0
- package/package.json +86 -0
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Do not edit directly
|
|
5
|
+
* Generated on Fri, 17 May 2024 22:00:02 GMT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
const colorBlue10 = "#D1F3FF";
|
|
9
|
+
const colorBlue20 = "#A6E4FB";
|
|
10
|
+
const colorBlue30 = "#7CD5F7";
|
|
11
|
+
const colorBlue40 = "#54c3f1";
|
|
12
|
+
const colorBlue50 = "#2DB8F0";
|
|
13
|
+
const colorBlue70 = "#0674C1";
|
|
14
|
+
const colorBlue80 = "#0D59A3";
|
|
15
|
+
const colorBlue90 = "#114484";
|
|
16
|
+
const colorBlue100 = "#143466";
|
|
17
|
+
const colorGreen10 = "#F4FFE6";
|
|
18
|
+
const colorGreen20 = "#D0F8B9";
|
|
19
|
+
const colorGreen30 = "#9FF28F";
|
|
20
|
+
const colorGreen40 = "#69EB6E";
|
|
21
|
+
const colorGreen50 = "#45E46A";
|
|
22
|
+
const colorGreen60 = "#13CE66";
|
|
23
|
+
const colorGreen70 = "#04A632";
|
|
24
|
+
const colorGreen80 = "#007F0E";
|
|
25
|
+
const colorGreen90 = "#055700";
|
|
26
|
+
const colorGreen100 = "#0B2F00";
|
|
27
|
+
const colorGreen110 = "#030800";
|
|
28
|
+
const colorYellow10 = "#FCFFE6";
|
|
29
|
+
const colorYellow20 = "#FDFFBB";
|
|
30
|
+
const colorYellow30 = "#FFF890";
|
|
31
|
+
const colorYellow40 = "#FFE667";
|
|
32
|
+
const colorYellow50 = "#FFCC3D";
|
|
33
|
+
const colorYellow60 = "#D7B834";
|
|
34
|
+
const colorYellow70 = "#AFA02E";
|
|
35
|
+
const colorYellow80 = "#878429";
|
|
36
|
+
const colorYellow90 = "#5C5F21";
|
|
37
|
+
const colorYellow100 = "#333717";
|
|
38
|
+
const colorYellow110 = "#0E0F07";
|
|
39
|
+
const colorRed10 = "#FAF2ED";
|
|
40
|
+
const colorRed20 = "#FEE0D2";
|
|
41
|
+
const colorRed30 = "#FFC7B5";
|
|
42
|
+
const colorRed40 = "#FFAA98";
|
|
43
|
+
const colorRed50 = "#FF867B";
|
|
44
|
+
const colorRed60 = "#FF4949";
|
|
45
|
+
const colorRed70 = "#CE3B2B";
|
|
46
|
+
const colorRed80 = "#9C3219";
|
|
47
|
+
const colorRed90 = "#6B290F";
|
|
48
|
+
const colorRed100 = "#391A08";
|
|
49
|
+
const colorRed110 = "#080401";
|
|
50
|
+
const colorGrey10 = "#FAFAFA";
|
|
51
|
+
const colorGrey20 = "#EBEBEB";
|
|
52
|
+
const colorGrey30 = "#DCDCDC";
|
|
53
|
+
const colorGrey40 = "#CECECE";
|
|
54
|
+
const colorGrey50 = "#BFBFBF";
|
|
55
|
+
const colorGrey60 = "#A0A0A0";
|
|
56
|
+
const colorGrey70 = "#828282";
|
|
57
|
+
const colorGrey80 = "#616161";
|
|
58
|
+
const colorGrey90 = "#414141";
|
|
59
|
+
const colorGrey100 = "#212121";
|
|
60
|
+
const colorBrandPrimary = "#0097E0"; // Primary brand blue
|
|
61
|
+
const buttonColorBackgroundPrimaryActive = "#0097E0"; // Color used for the default state of a secondary button
|
|
62
|
+
const buttonColorBackgroundPrimaryHover = "#54c3f1";
|
|
63
|
+
const buttonColorBackgroundPrimaryPress = "#0674C1";
|
|
64
|
+
const buttonColorBackgroundPrimaryFocus = "#0D59A3";
|
|
65
|
+
const buttonColorBackgroundPrimaryDisabled = "#DCDCDC";
|
|
66
|
+
|
|
67
|
+
exports.buttonColorBackgroundPrimaryActive = buttonColorBackgroundPrimaryActive;
|
|
68
|
+
exports.buttonColorBackgroundPrimaryDisabled = buttonColorBackgroundPrimaryDisabled;
|
|
69
|
+
exports.buttonColorBackgroundPrimaryFocus = buttonColorBackgroundPrimaryFocus;
|
|
70
|
+
exports.buttonColorBackgroundPrimaryHover = buttonColorBackgroundPrimaryHover;
|
|
71
|
+
exports.buttonColorBackgroundPrimaryPress = buttonColorBackgroundPrimaryPress;
|
|
72
|
+
exports.colorBlue10 = colorBlue10;
|
|
73
|
+
exports.colorBlue100 = colorBlue100;
|
|
74
|
+
exports.colorBlue20 = colorBlue20;
|
|
75
|
+
exports.colorBlue30 = colorBlue30;
|
|
76
|
+
exports.colorBlue40 = colorBlue40;
|
|
77
|
+
exports.colorBlue50 = colorBlue50;
|
|
78
|
+
exports.colorBlue70 = colorBlue70;
|
|
79
|
+
exports.colorBlue80 = colorBlue80;
|
|
80
|
+
exports.colorBlue90 = colorBlue90;
|
|
81
|
+
exports.colorBrandPrimary = colorBrandPrimary;
|
|
82
|
+
exports.colorGreen10 = colorGreen10;
|
|
83
|
+
exports.colorGreen100 = colorGreen100;
|
|
84
|
+
exports.colorGreen110 = colorGreen110;
|
|
85
|
+
exports.colorGreen20 = colorGreen20;
|
|
86
|
+
exports.colorGreen30 = colorGreen30;
|
|
87
|
+
exports.colorGreen40 = colorGreen40;
|
|
88
|
+
exports.colorGreen50 = colorGreen50;
|
|
89
|
+
exports.colorGreen60 = colorGreen60;
|
|
90
|
+
exports.colorGreen70 = colorGreen70;
|
|
91
|
+
exports.colorGreen80 = colorGreen80;
|
|
92
|
+
exports.colorGreen90 = colorGreen90;
|
|
93
|
+
exports.colorGrey10 = colorGrey10;
|
|
94
|
+
exports.colorGrey100 = colorGrey100;
|
|
95
|
+
exports.colorGrey20 = colorGrey20;
|
|
96
|
+
exports.colorGrey30 = colorGrey30;
|
|
97
|
+
exports.colorGrey40 = colorGrey40;
|
|
98
|
+
exports.colorGrey50 = colorGrey50;
|
|
99
|
+
exports.colorGrey60 = colorGrey60;
|
|
100
|
+
exports.colorGrey70 = colorGrey70;
|
|
101
|
+
exports.colorGrey80 = colorGrey80;
|
|
102
|
+
exports.colorGrey90 = colorGrey90;
|
|
103
|
+
exports.colorRed10 = colorRed10;
|
|
104
|
+
exports.colorRed100 = colorRed100;
|
|
105
|
+
exports.colorRed110 = colorRed110;
|
|
106
|
+
exports.colorRed20 = colorRed20;
|
|
107
|
+
exports.colorRed30 = colorRed30;
|
|
108
|
+
exports.colorRed40 = colorRed40;
|
|
109
|
+
exports.colorRed50 = colorRed50;
|
|
110
|
+
exports.colorRed60 = colorRed60;
|
|
111
|
+
exports.colorRed70 = colorRed70;
|
|
112
|
+
exports.colorRed80 = colorRed80;
|
|
113
|
+
exports.colorRed90 = colorRed90;
|
|
114
|
+
exports.colorYellow10 = colorYellow10;
|
|
115
|
+
exports.colorYellow100 = colorYellow100;
|
|
116
|
+
exports.colorYellow110 = colorYellow110;
|
|
117
|
+
exports.colorYellow20 = colorYellow20;
|
|
118
|
+
exports.colorYellow30 = colorYellow30;
|
|
119
|
+
exports.colorYellow40 = colorYellow40;
|
|
120
|
+
exports.colorYellow50 = colorYellow50;
|
|
121
|
+
exports.colorYellow60 = colorYellow60;
|
|
122
|
+
exports.colorYellow70 = colorYellow70;
|
|
123
|
+
exports.colorYellow80 = colorYellow80;
|
|
124
|
+
exports.colorYellow90 = colorYellow90;
|
|
125
|
+
//# sourceMappingURL=variables.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variables.js","sources":["../../../../../../../../node_modules/@daikinlab/dds-tokens/build/js/DKN/Light/variables.js"],"sourcesContent":["/**\n * Do not edit directly\n * Generated on Fri, 17 May 2024 22:00:02 GMT\n */\n\nexport const colorBlue10 = \"#D1F3FF\";\nexport const colorBlue20 = \"#A6E4FB\";\nexport const colorBlue30 = \"#7CD5F7\";\nexport const colorBlue40 = \"#54c3f1\";\nexport const colorBlue50 = \"#2DB8F0\";\nexport const colorBlue60 = \"#0097E0\";\nexport const colorBlue70 = \"#0674C1\";\nexport const colorBlue80 = \"#0D59A3\";\nexport const colorBlue90 = \"#114484\";\nexport const colorBlue100 = \"#143466\";\nexport const colorBlue110 = \"#132547\";\nexport const colorBlue120 = \"#0E1629\";\nexport const colorBlue130 = \"#04060A\";\nexport const colorGreen10 = \"#F4FFE6\";\nexport const colorGreen20 = \"#D0F8B9\";\nexport const colorGreen30 = \"#9FF28F\";\nexport const colorGreen40 = \"#69EB6E\";\nexport const colorGreen50 = \"#45E46A\";\nexport const colorGreen60 = \"#13CE66\";\nexport const colorGreen70 = \"#04A632\";\nexport const colorGreen80 = \"#007F0E\";\nexport const colorGreen90 = \"#055700\";\nexport const colorGreen100 = \"#0B2F00\";\nexport const colorGreen110 = \"#030800\";\nexport const colorYellow10 = \"#FCFFE6\";\nexport const colorYellow20 = \"#FDFFBB\";\nexport const colorYellow30 = \"#FFF890\";\nexport const colorYellow40 = \"#FFE667\";\nexport const colorYellow50 = \"#FFCC3D\";\nexport const colorYellow60 = \"#D7B834\";\nexport const colorYellow70 = \"#AFA02E\";\nexport const colorYellow80 = \"#878429\";\nexport const colorYellow90 = \"#5C5F21\";\nexport const colorYellow100 = \"#333717\";\nexport const colorYellow110 = \"#0E0F07\";\nexport const colorOrange10 = \"#FFF4E6\";\nexport const colorOrange20 = \"#FFE7CD\";\nexport const colorOrange30 = \"#FFD8B5\";\nexport const colorOrange40 = \"#FFC69A\";\nexport const colorOrange50 = \"#FFB27F\";\nexport const colorOrange60 = \"#F68C54\";\nexport const colorOrange70 = \"#E86427\";\nexport const colorOrange80 = \"#B15C20\";\nexport const colorOrange90 = \"#7A4D14\";\nexport const colorOrange100 = \"#443809\";\nexport const colorOrange110 = \"#0C0D01\";\nexport const colorRed10 = \"#FAF2ED\";\nexport const colorRed20 = \"#FEE0D2\";\nexport const colorRed30 = \"#FFC7B5\";\nexport const colorRed40 = \"#FFAA98\";\nexport const colorRed50 = \"#FF867B\";\nexport const colorRed60 = \"#FF4949\";\nexport const colorRed70 = \"#CE3B2B\";\nexport const colorRed80 = \"#9C3219\";\nexport const colorRed90 = \"#6B290F\";\nexport const colorRed100 = \"#391A08\";\nexport const colorRed110 = \"#080401\";\nexport const colorRedAaf100 = \"#FCECEA\";\nexport const colorRedAaf200 = \"#F5C0B8\";\nexport const colorRedAaf300 = \"#F8AEBA\";\nexport const colorRedAaf400 = \"#DB4F66\";\nexport const colorRedAaf500 = \"#D2324C\";\nexport const colorRedAaf600 = \"#C8102E\";\nexport const colorMagenta10 = \"#F5F5FF\";\nexport const colorMagenta20 = \"#E4E0F8\";\nexport const colorMagenta30 = \"#D7CCF2\";\nexport const colorMagenta40 = \"#CDB8EB\";\nexport const colorMagenta50 = \"#C7A4E5\";\nexport const colorMagenta60 = \"#B981CF\";\nexport const colorMagenta70 = \"#B15FBA\";\nexport const colorMagenta80 = \"#A43D95\";\nexport const colorMagenta90 = \"#722B6D\";\nexport const colorMagenta100 = \"#3F183F\";\nexport const colorMagenta110 = \"#0C050D\";\nexport const colorGrey10 = \"#FAFAFA\";\nexport const colorGrey20 = \"#EBEBEB\";\nexport const colorGrey30 = \"#DCDCDC\";\nexport const colorGrey40 = \"#CECECE\";\nexport const colorGrey50 = \"#BFBFBF\";\nexport const colorGrey60 = \"#A0A0A0\";\nexport const colorGrey70 = \"#828282\";\nexport const colorGrey80 = \"#616161\";\nexport const colorGrey90 = \"#414141\";\nexport const colorGrey100 = \"#212121\";\nexport const colorCoolgrey10 = \"#EDFFFE\";\nexport const colorCoolgrey20 = \"#DEEFEF\";\nexport const colorCoolgrey30 = \"#CFDFDF\";\nexport const colorCoolgrey40 = \"#C0CED0\";\nexport const colorCoolgrey50 = \"#B1BEC0\";\nexport const colorCoolgrey60 = \"#8D9CA0\";\nexport const colorCoolgrey70 = \"#6C7A81\";\nexport const colorCoolgrey80 = \"#445762\";\nexport const colorCoolgrey90 = \"#253543\";\nexport const colorCoolgrey100 = \"#0F1724\";\nexport const colorCoolgrey110 = \"#010205\";\nexport const colorBlack = \"#000000\";\nexport const colorWhite = \"#ffffff\";\nexport const colorBlackShadow = \"#0000001A\";\nexport const colorWhiteShadow = \"#ffffff1A\";\nexport const colorFeedbackPositive = \"#13CE66\"; // System status is positive\nexport const colorFeedbackWarning = \"#FFCC3D\"; // System status has a warning\nexport const colorFeedbackNegative = \"#FF4949\"; // System status is negative\nexport const colorBrandPrimary = \"#0097E0\"; // Primary brand blue\nexport const colorBrandSecondary = \"#54c3f1\"; // Primary secondary brand blue\nexport const colorTextBrandPrimary = \"#0097E0\";\nexport const colorTextTheme = \"#ffffff\";\nexport const colorTextDefault = \"#212121\";\nexport const colorTextDefaultSub = \"#616161\";\nexport const colorBackgroundTheme = \"#ffffff\";\nexport const colorBackgroundComponent = \"#ffffff\";\nexport const colorBackgroundObject = \"#212121\";\nexport const fontSize12 = \"12px\";\nexport const fontSize14 = \"14px\";\nexport const fontSize16 = \"16px\";\nexport const fontSize18 = \"18px\";\nexport const fontSize20 = \"20px\";\nexport const fontSize24 = \"24px\";\nexport const fontSize28 = \"28px\";\nexport const fontSize32 = \"32px\";\nexport const fontSize36 = \"36px\";\nexport const fontSize40 = \"40px\";\nexport const fontSize48 = \"48px\";\nexport const fontSizeXs = \"12px\";\nexport const fontSizeS = \"14px\";\nexport const fontSizeM = \"16px\";\nexport const fontSizeL = \"18px\";\nexport const fontSizeXl = \"20px\";\nexport const fontSize2Xl = \"24px\";\nexport const fontSize3Xl = \"28px\";\nexport const fontSize4Xl = \"32px\";\nexport const fontSize5Xl = \"36px\";\nexport const fontSize6Xl = \"40px\";\nexport const fontSize7Xl = \"48px\";\nexport const lineHeight130 = 1.3;\nexport const lineHeight150 = 1.5;\nexport const lineHeightM = 1.3; // Latin, Arabic, and Hebrew scripts\nexport const lineHeightL = 1.5; // Latin, Arabic, and Hebrew scripts\nexport const fontWeightBold = 700;\nexport const fontWeightRegular = 400;\nexport const fontFamilyRoboto = \"Roboto\"; // The primary font used in the DDS Design Kit is Roboto\nexport const fontFamilyBase = \"Roboto\"; // The primary font used in the DDS Design Kit is Roboto\nexport const borderRadius2 = \"2px\";\nexport const borderRadius4 = \"4px\";\nexport const borderRadius6 = \"6px\";\nexport const borderRadius8 = \"8px\";\nexport const borderRadius10 = \"10px\";\nexport const borderRadius12 = \"12px\";\nexport const borderRadius16 = \"16px\";\nexport const borderRadius2Xs = \"2px\";\nexport const borderRadiusXs = \"4px\";\nexport const borderRadiusS = \"6px\";\nexport const borderRadiusM = \"8px\";\nexport const borderRadiusL = \"10px\";\nexport const borderRadiusXl = \"12px\";\nexport const borderRadius2Xl = \"16px\";\nexport const borderWidth1 = \"1px\";\nexport const borderWidth2 = \"2px\";\nexport const borderWidth4 = \"4px\";\nexport const borderWidthS = \"1px\";\nexport const borderWidthM = \"2px\";\nexport const borderWidthL = \"4px\";\nexport const space0 = \"0\";\nexport const space2 = \"2px\";\nexport const space4 = \"4px\";\nexport const space8 = \"8px\";\nexport const space12 = \"12px\";\nexport const space16 = \"16px\";\nexport const space20 = \"20px\";\nexport const space24 = \"24px\";\nexport const space32 = \"32px\";\nexport const space40 = \"40px\";\nexport const space48 = \"48px\";\nexport const space56 = \"56px\";\nexport const space64 = \"64px\";\nexport const space72 = \"72px\";\nexport const space80 = \"80px\";\nexport const space96 = \"96px\";\nexport const space4Xs = \"0\";\nexport const space3Xs = \"2px\";\nexport const space2Xs = \"4px\";\nexport const spaceXs = \"8px\";\nexport const spaceS = \"12px\";\nexport const spaceM = \"16px\";\nexport const spaceL = \"20px\";\nexport const spaceXl = \"24px\";\nexport const space2Xl = \"32px\";\nexport const space3Xl = \"40px\";\nexport const space4Xl = \"48px\";\nexport const space5Xl = \"56px\";\nexport const space6Xl = \"64px\";\nexport const space7Xl = \"72px\";\nexport const space8Xl = \"80px\";\nexport const space9Xl = \"96px\";\nexport const shadowBlack = \"0 -2px 19px 0 #0000001A\";\nexport const shadowWhite = \"0 -2px 19px 0 #ffffff1A\";\nexport const bodyXs = \"400 12px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const bodyS = \"400 14px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const bodyM = \"400 16px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const bodyL = \"400 18px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const bodyXl = \"400 20px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const body2Xl = \"400 24px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const body3Xl = \"400 28px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const body4Xl = \"400 32px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const body5Xl = \"400 36px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const body6Xl = \"400 40px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const body7Xl = \"400 48px/1.5 Roboto\"; // Body is primarily used for components and for blocks of text.\nexport const headerXs = \"700 12px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const headerS = \"700 14px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const headerM = \"700 16px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const headerL = \"700 18px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const headerXl = \"700 20px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const header2Xl = \"700 24px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const header3Xl = \"700 28px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const header4Xl = \"700 32px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const header5Xl = \"700 36px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const header6Xl = \"700 40px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const header7Xl = \"700 48px/1.3 Roboto\"; // Header is used to create various levels of typographic hierarchies.\nexport const buttonBorderSignInActive = \"1px Inside #616161\";\nexport const buttonBorderSecondaryActive = \"1px Solid #0097E0\";\nexport const buttonBorderSecondaryHover = \"1px Solid #54c3f1\";\nexport const buttonBorderSecondaryPress = \"1px Solid #0674C1\";\nexport const buttonBorderSecondaryFocus = \"1px Solid #0D59A3\";\nexport const buttonBorderSecondaryDisabled = \"1px Solid #DCDCDC\";\nexport const buttonColorBackgroundPrimaryActive = \"#0097E0\"; // Color used for the default state of a secondary button\nexport const buttonColorBackgroundPrimaryHover = \"#54c3f1\";\nexport const buttonColorBackgroundPrimaryPress = \"#0674C1\";\nexport const buttonColorBackgroundPrimaryFocus = \"#0D59A3\";\nexport const buttonColorBackgroundPrimaryDisabled = \"#DCDCDC\";\nexport const buttonColorBorderSecondaryActive = \"#0097E0\";\nexport const buttonColorBorderSecondaryHover = \"#54c3f1\";\nexport const buttonColorBorderSecondaryPress = \"#0674C1\";\nexport const buttonColorBorderSecondaryFocus = \"#0D59A3\";\nexport const buttonColorBorderSecondaryDisabled = \"#DCDCDC\";\nexport const buttonColorTextSecondaryActive = \"#0097E0\";\nexport const buttonColorTextSecondaryHover = \"#54c3f1\";\nexport const buttonColorTextSecondaryPress = \"#0674C1\";\nexport const buttonColorTextSecondaryFocus = \"#0D59A3\";\nexport const buttonColorTextSecondaryDisabled = \"#DCDCDC\";\nexport const buttonColorTextPrimary = \"#ffffff\";\nexport const checkboxBorderUnselected = \"2px solid #BFBFBF\";\nexport const checkboxColorBackground = \"#0097E0\";\nexport const checkboxColorIcon = \"#ffffff\";\nexport const dropdownColorBackground = \"#ffffff\";\nexport const dropdownColorText = \"#414141\";\nexport const dropdownTrayColorBackgroundSelected = \"#EBEBEB\";\nexport const tableColorBackground = \"#ffffff\";\nexport const tableColorText = \"#414141\";\nexport const tableHeaderBorder = \"1px #000000\";\nexport const tableCellBorder = \"1px #EBEBEB\";\nexport const tablePageNumberColorBackgroundSelected = \"#828282\";\nexport const tablePageNumberColorTextDefault = \"#414141\";\nexport const tablePageNumberColorTextSelected = \"#ffffff\";\nexport const tablePageNumberBorderHover = \"1px #828282\";\nexport const loginSsoButtonBorder = \"1px #616161\";\nexport const loginSsoButtonColorText = \"#616161\";\nexport const formColorBackground = \"#ffffff\";\nexport const formColorTextDefault = \"#212121\";\nexport const formColorTextPlaceholder = \"#828282\";\nexport const formColorTextPositive = \"#13CE66\";\nexport const formColorTextNegative = \"#FF4949\";\nexport const formBorderActive = \"1px Solid #828282\";\nexport const formBorderNegative = \"1px solid #FF4949\";\nexport const tabBorderUnderline = \"1px #CFDFDF\";\nexport const tabBorderSelected = \"1px #0097E0\";\nexport const containerColorBackground = \"#ffffff\";\nexport const containerColorTextHeader = \"#212121\";\nexport const containerColorTextBody = \"#616161\";\nexport const containerShadow = \"0 -2px 19px 0 #0000001A\";\nexport const iconColorBackground = \"#212121\";\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACY,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AAEzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,YAAY,GAAG,UAAU;AAI1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,YAAY,GAAG,UAAU;AAC1B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,aAAa,GAAG,UAAU;AAC3B,MAAC,cAAc,GAAG,UAAU;AAC5B,MAAC,cAAc,GAAG,UAAU;AAY5B,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,UAAU,GAAG,UAAU;AACxB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AAkBzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,WAAW,GAAG,UAAU;AACzB,MAAC,YAAY,GAAG,UAAU;AAmB1B,MAAC,iBAAiB,GAAG,UAAU;AAyH/B,MAAC,kCAAkC,GAAG,UAAU;AAChD,MAAC,iCAAiC,GAAG,UAAU;AAC/C,MAAC,iCAAiC,GAAG,UAAU;AAC/C,MAAC,iCAAiC,GAAG,UAAU;AAC/C,MAAC,oCAAoC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license
|
|
5
|
+
* Copyright 2019 Google LLC
|
|
6
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
+
*/
|
|
8
|
+
const t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s=Symbol(),n=new WeakMap;class o{constructor(t,e,n){if(this._$cssResult$=!0,n!==s)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e;}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=n.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&n.set(s,t));}return t}toString(){return this.cssText}}const r=t=>new o("string"==typeof t?t:t+"",void 0,s),i=(t,...e)=>{const n=1===t.length?t[0]:e.reduce(((e,s,n)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[n+1]),t[0]);return new o(n,t,s)},S=(s,n)=>{e?s.adoptedStyleSheets=n.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):n.forEach((e=>{const n=document.createElement("style"),o=t.litNonce;void 0!==o&&n.setAttribute("nonce",o),n.textContent=e.cssText,s.appendChild(n);}));},c=e||void 0===t.CSSStyleSheet?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r(e)})(t):t;
|
|
9
|
+
|
|
10
|
+
exports.CSSResult = o;
|
|
11
|
+
exports.adoptStyles = S;
|
|
12
|
+
exports.css = i;
|
|
13
|
+
exports.getCompatibleStyle = c;
|
|
14
|
+
exports.supportsAdoptingStyleSheets = e;
|
|
15
|
+
exports.unsafeCSS = r;
|
|
16
|
+
//# sourceMappingURL=css-tag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css-tag.js","sources":["../../../../../node_modules/@lit/reactive-element/node/css-tag.js"],"sourcesContent":["/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&\"adoptedStyleSheets\"in Document.prototype&&\"replace\"in CSSStyleSheet.prototype,s=Symbol(),n=new WeakMap;class o{constructor(t,e,n){if(this._$cssResult$=!0,n!==s)throw Error(\"CSSResult is not constructable. Use `unsafeCSS` or `css` instead.\");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=n.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&n.set(s,t))}return t}toString(){return this.cssText}}const r=t=>new o(\"string\"==typeof t?t:t+\"\",void 0,s),i=(t,...e)=>{const n=1===t.length?t[0]:e.reduce(((e,s,n)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if(\"number\"==typeof t)return t;throw Error(\"Value passed to 'css' function must be a 'css' function result: \"+t+\". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.\")})(s)+t[n+1]),t[0]);return new o(n,t,s)},S=(s,n)=>{e?s.adoptedStyleSheets=n.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):n.forEach((e=>{const n=document.createElement(\"style\"),o=t.litNonce;void 0!==o&&n.setAttribute(\"nonce\",o),n.textContent=e.cssText,s.appendChild(n)}))},c=e||void 0===t.CSSStyleSheet?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e=\"\";for(const s of t.cssRules)e+=s.cssText;return r(e)})(t):t;export{o as CSSResult,S as adoptStyles,i as css,c as getCompatibleStyle,e as supportsAdoptingStyleSheets,r as unsafeCSS};\n//# sourceMappingURL=css-tag.js.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license
|
|
5
|
+
* Copyright 2017 Google LLC
|
|
6
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
+
*/
|
|
8
|
+
const e=e=>n=>"function"==typeof n?((e,n)=>(customElements.define(e,n),n))(e,n):((e,n)=>{const{kind:t,elements:s}=n;return {kind:t,elements:s,finisher(n){customElements.define(e,n);}}})(e,n);
|
|
9
|
+
|
|
10
|
+
exports.customElement = e;
|
|
11
|
+
//# sourceMappingURL=custom-element.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-element.js","sources":["../../../../../../node_modules/@lit/reactive-element/node/decorators/custom-element.js"],"sourcesContent":["/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst e=e=>n=>\"function\"==typeof n?((e,n)=>(customElements.define(e,n),n))(e,n):((e,n)=>{const{kind:t,elements:s}=n;return{kind:t,elements:s,finisher(n){customElements.define(e,n)}}})(e,n);export{e as customElement};\n//# sourceMappingURL=custom-element.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACK,MAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license
|
|
5
|
+
* Copyright 2017 Google LLC
|
|
6
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
+
*/
|
|
8
|
+
const i=(i,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(n){n.createProperty(e.key,i);}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this));},finisher(n){n.createProperty(e.key,i);}},e=(i,e,n)=>{e.constructor.createProperty(n,i);};function n(n){return (t,o)=>void 0!==o?e(n,t,o):i(n,t)}
|
|
9
|
+
|
|
10
|
+
exports.property = n;
|
|
11
|
+
//# sourceMappingURL=property.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property.js","sources":["../../../../../../node_modules/@lit/reactive-element/node/decorators/property.js"],"sourcesContent":["/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst i=(i,e)=>\"method\"===e.kind&&e.descriptor&&!(\"value\"in e.descriptor)?{...e,finisher(n){n.createProperty(e.key,i)}}:{kind:\"field\",key:Symbol(),placement:\"own\",descriptor:{},originalKey:e.key,initializer(){\"function\"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(n){n.createProperty(e.key,i)}},e=(i,e,n)=>{e.constructor.createProperty(n,i)};function n(n){return(t,o)=>void 0!==o?e(n,t,o):i(n,t)}export{n as property};\n//# sourceMappingURL=property.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,QAAQ,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,UAAU,EAAE,EAAE,OAAO,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,KAAK,CAAC,UAAU,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,EAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,EAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,OAAM,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license
|
|
5
|
+
* Copyright 2021 Google LLC
|
|
6
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
+
*/var l;null!=(null===(l=globalThis.HTMLSlotElement)||void 0===l?void 0:l.prototype.assignedElements)?(o,l)=>o.assignedElements(l):(o,l)=>o.assignedNodes(l).filter((o=>o.nodeType===Node.ELEMENT_NODE));
|
|
8
|
+
//# sourceMappingURL=query-assigned-elements.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-assigned-elements.js","sources":["../../../../../../node_modules/@lit/reactive-element/node/decorators/query-assigned-elements.js"],"sourcesContent":["import{decorateProperty as o}from\"./base.js\";\n/**\n * @license\n * Copyright 2021 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */var l;const n=null!=(null===(l=globalThis.HTMLSlotElement)||void 0===l?void 0:l.prototype.assignedElements)?(o,l)=>o.assignedElements(l):(o,l)=>o.assignedNodes(l).filter((o=>o.nodeType===Node.ELEMENT_NODE));function e(l){const{slot:e,selector:t}=null!=l?l:{};return o({descriptor:o=>({get(){var o;const r=\"slot\"+(e?`[name=${e}]`:\":not([name])\"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(r),i=null!=s?n(s,l):[];return t?i.filter((o=>o.matches(t))):i},enumerable:!0,configurable:!0})})}export{e as queryAssignedElements};\n//# sourceMappingURL=query-assigned-elements.js.map\n"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA,GAAG,IAAI,CAAC,CAAS,IAAI,GAAG,IAAI,IAAI,CAAC,CAAC,UAAU,CAAC,eAAe,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,QAAQ,GAAG,IAAI,CAAC,YAAY;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('../../../@lit-labs/ssr-dom-shim/index.js');
|
|
4
|
+
var cssTag = require('./css-tag.js');
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @license
|
|
8
|
+
* Copyright 2017 Google LLC
|
|
9
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
10
|
+
*/var r,h;const o=globalThis;null!==(r=o.customElements)&&void 0!==r||(o.customElements=index.customElements);const n=o.trustedTypes,l=n?n.emptyScript:"",a=o.reactiveElementPolyfillSupport,d={toAttribute(t,i){switch(i){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,i){let s=t;switch(i){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t);}catch(t){s=null;}}return s}},u=(t,i)=>i!==t&&(i==i||t==t),c={attribute:!0,type:String,converter:d,reflect:!1,hasChanged:u},v="finalized";class p extends(globalThis.HTMLElement??index.HTMLElement){constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this._$Eu();}static addInitializer(t){var i;this.finalize(),(null!==(i=this.h)&&void 0!==i?i:this.h=[]).push(t);}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((i,s)=>{const e=this._$Ep(s,i);void 0!==e&&(this._$Ev.set(e,s),t.push(e));})),t}static createProperty(t,i=c){if(i.state&&(i.attribute=!1),this.finalize(),this.elementProperties.set(t,i),!i.noAccessor&&!this.prototype.hasOwnProperty(t)){const s="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,s,i);void 0!==e&&Object.defineProperty(this.prototype,t,e);}}static getPropertyDescriptor(t,i,s){return {get(){return this[i]},set(e){const r=this[t];this[i]=e,this.requestUpdate(t,r,s);},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||c}static finalize(){if(this.hasOwnProperty(v))return !1;this[v]=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,i=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const s of i)this.createProperty(s,t[s]);}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const i=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)i.unshift(cssTag.getCompatibleStyle(t));}else void 0!==t&&i.push(cssTag.getCompatibleStyle(t));return i}static _$Ep(t,i){const s=i.attribute;return !1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}_$Eu(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)));}addController(t){var i,s;(null!==(i=this._$ES)&&void 0!==i?i:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(s=t.hostConnected)||void 0===s||s.call(t));}removeController(t){var i;null===(i=this._$ES)||void 0===i||i.splice(this._$ES.indexOf(t)>>>0,1);}_$Eg(){this.constructor.elementProperties.forEach(((t,i)=>{this.hasOwnProperty(i)&&(this._$Ei.set(i,this[i]),delete this[i]);}));}createRenderRoot(){var t;const i=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return cssTag.adoptStyles(i,this.constructor.elementStyles),i}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostConnected)||void 0===i?void 0:i.call(t)}));}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostDisconnected)||void 0===i?void 0:i.call(t)}));}attributeChangedCallback(t,i,s){this._$AK(t,s);}_$EO(t,i,s=c){var e;const r=this.constructor._$Ep(t,s);if(void 0!==r&&!0===s.reflect){const h=(void 0!==(null===(e=s.converter)||void 0===e?void 0:e.toAttribute)?s.converter:d).toAttribute(i,s.type);this._$El=t,null==h?this.removeAttribute(r):this.setAttribute(r,h),this._$El=null;}}_$AK(t,i){var s;const e=this.constructor,r=e._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=e.getPropertyOptions(r),h="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(s=t.converter)||void 0===s?void 0:s.fromAttribute)?t.converter:d;this._$El=r,this[r]=h.fromAttribute(i,t.type),this._$El=null;}}requestUpdate(t,i,s){let e=!0;void 0!==t&&(((s=s||this.constructor.getPropertyOptions(t)).hasChanged||u)(this[t],i)?(this._$AL.has(t)||this._$AL.set(t,i),!0===s.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,s))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej());}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,i)=>this[i]=t)),this._$Ei=void 0);let i=!1;const s=this._$AL;try{i=this.shouldUpdate(s),i?(this.willUpdate(s),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostUpdate)||void 0===i?void 0:i.call(t)})),this.update(s)):this._$Ek();}catch(t){throw i=!1,this._$Ek(),t}i&&this._$AE(s);}willUpdate(t){}_$AE(t){var i;null===(i=this._$ES)||void 0===i||i.forEach((t=>{var i;return null===(i=t.hostUpdated)||void 0===i?void 0:i.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t);}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return !0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,i)=>this._$EO(i,this[i],t))),this._$EC=void 0),this._$Ek();}updated(t){}firstUpdated(t){}}p[v]=!0,p.elementProperties=new Map,p.elementStyles=[],p.shadowRootOptions={mode:"open"},null==a||a({ReactiveElement:p}),(null!==(h=o.reactiveElementVersions)&&void 0!==h?h:o.reactiveElementVersions=[]).push("1.6.3");
|
|
11
|
+
|
|
12
|
+
exports.CSSResult = cssTag.CSSResult;
|
|
13
|
+
exports.adoptStyles = cssTag.adoptStyles;
|
|
14
|
+
exports.css = cssTag.css;
|
|
15
|
+
exports.getCompatibleStyle = cssTag.getCompatibleStyle;
|
|
16
|
+
exports.supportsAdoptingStyleSheets = cssTag.supportsAdoptingStyleSheets;
|
|
17
|
+
exports.unsafeCSS = cssTag.unsafeCSS;
|
|
18
|
+
exports.ReactiveElement = p;
|
|
19
|
+
exports.defaultConverter = d;
|
|
20
|
+
exports.notEqual = u;
|
|
21
|
+
//# sourceMappingURL=reactive-element.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reactive-element.js","sources":["../../../../../node_modules/@lit/reactive-element/node/reactive-element.js"],"sourcesContent":["import{customElements as t,HTMLElement as i}from\"@lit-labs/ssr-dom-shim\";import{getCompatibleStyle as s,adoptStyles as e}from\"./css-tag.js\";export{CSSResult,adoptStyles,css,getCompatibleStyle,supportsAdoptingStyleSheets,unsafeCSS}from\"./css-tag.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */var r,h;const o=globalThis;null!==(r=o.customElements)&&void 0!==r||(o.customElements=t);const n=o.trustedTypes,l=n?n.emptyScript:\"\",a=o.reactiveElementPolyfillSupport,d={toAttribute(t,i){switch(i){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,i){let s=t;switch(i){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t)}catch(t){s=null}}return s}},u=(t,i)=>i!==t&&(i==i||t==t),c={attribute:!0,type:String,converter:d,reflect:!1,hasChanged:u},v=\"finalized\";class p extends(globalThis.HTMLElement??i){constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this._$Eu()}static addInitializer(t){var i;this.finalize(),(null!==(i=this.h)&&void 0!==i?i:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((i,s)=>{const e=this._$Ep(s,i);void 0!==e&&(this._$Ev.set(e,s),t.push(e))})),t}static createProperty(t,i=c){if(i.state&&(i.attribute=!1),this.finalize(),this.elementProperties.set(t,i),!i.noAccessor&&!this.prototype.hasOwnProperty(t)){const s=\"symbol\"==typeof t?Symbol():\"__\"+t,e=this.getPropertyDescriptor(t,s,i);void 0!==e&&Object.defineProperty(this.prototype,t,e)}}static getPropertyDescriptor(t,i,s){return{get(){return this[i]},set(e){const r=this[t];this[i]=e,this.requestUpdate(t,r,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||c}static finalize(){if(this.hasOwnProperty(v))return!1;this[v]=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty(\"properties\")){const t=this.properties,i=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const s of i)this.createProperty(s,t[s])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const i=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)i.unshift(s(t))}else void 0!==t&&i.push(s(t));return i}static _$Ep(t,i){const s=i.attribute;return!1===s?void 0:\"string\"==typeof s?s:\"string\"==typeof t?t.toLowerCase():void 0}_$Eu(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var i,s;(null!==(i=this._$ES)&&void 0!==i?i:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(s=t.hostConnected)||void 0===s||s.call(t))}removeController(t){var i;null===(i=this._$ES)||void 0===i||i.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,i)=>{this.hasOwnProperty(i)&&(this._$Ei.set(i,this[i]),delete this[i])}))}createRenderRoot(){var t;const i=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return e(i,this.constructor.elementStyles),i}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostConnected)||void 0===i?void 0:i.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostDisconnected)||void 0===i?void 0:i.call(t)}))}attributeChangedCallback(t,i,s){this._$AK(t,s)}_$EO(t,i,s=c){var e;const r=this.constructor._$Ep(t,s);if(void 0!==r&&!0===s.reflect){const h=(void 0!==(null===(e=s.converter)||void 0===e?void 0:e.toAttribute)?s.converter:d).toAttribute(i,s.type);this._$El=t,null==h?this.removeAttribute(r):this.setAttribute(r,h),this._$El=null}}_$AK(t,i){var s;const e=this.constructor,r=e._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=e.getPropertyOptions(r),h=\"function\"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(s=t.converter)||void 0===s?void 0:s.fromAttribute)?t.converter:d;this._$El=r,this[r]=h.fromAttribute(i,t.type),this._$El=null}}requestUpdate(t,i,s){let e=!0;void 0!==t&&(((s=s||this.constructor.getPropertyOptions(t)).hasChanged||u)(this[t],i)?(this._$AL.has(t)||this._$AL.set(t,i),!0===s.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,s))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,i)=>this[i]=t)),this._$Ei=void 0);let i=!1;const s=this._$AL;try{i=this.shouldUpdate(s),i?(this.willUpdate(s),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostUpdate)||void 0===i?void 0:i.call(t)})),this.update(s)):this._$Ek()}catch(t){throw i=!1,this._$Ek(),t}i&&this._$AE(s)}willUpdate(t){}_$AE(t){var i;null===(i=this._$ES)||void 0===i||i.forEach((t=>{var i;return null===(i=t.hostUpdated)||void 0===i?void 0:i.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,i)=>this._$EO(i,this[i],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}p[v]=!0,p.elementProperties=new Map,p.elementStyles=[],p.shadowRootOptions={mode:\"open\"},null==a||a({ReactiveElement:p}),(null!==(h=o.reactiveElementVersions)&&void 0!==h?h:o.reactiveElementVersions=[]).push(\"1.6.3\");export{p as ReactiveElement,d as defaultConverter,u as notEqual};\n//# sourceMappingURL=reactive-element.js.map\n"],"names":["t","i","s","e"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var elementInternals = require('./lib/element-internals.js');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @license
|
|
7
|
+
* Copyright 2019 Google LLC
|
|
8
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
9
|
+
*/
|
|
10
|
+
const attributes = new WeakMap();
|
|
11
|
+
const attributesForElement = (element) => {
|
|
12
|
+
let attrs = attributes.get(element);
|
|
13
|
+
if (attrs === undefined) {
|
|
14
|
+
attributes.set(element, (attrs = new Map()));
|
|
15
|
+
}
|
|
16
|
+
return attrs;
|
|
17
|
+
};
|
|
18
|
+
// The typings around the exports below are a little funky:
|
|
19
|
+
//
|
|
20
|
+
// 1. We want the `name` of the shim classes to match the real ones at runtime,
|
|
21
|
+
// hence e.g. `class Element`.
|
|
22
|
+
// 2. We can't shadow the global types with a simple class declaration, because
|
|
23
|
+
// then we can't reference the global types for casting, hence e.g.
|
|
24
|
+
// `const ElementShim = class Element`.
|
|
25
|
+
// 3. We want to export the classes typed as the real ones, hence e.g.
|
|
26
|
+
// `const ElementShimWithRealType = ElementShim as object as typeof Element;`.
|
|
27
|
+
// 4. We want the exported names to match the real ones, hence e.g.
|
|
28
|
+
// `export {ElementShimWithRealType as Element}`.
|
|
29
|
+
const ElementShim = class Element {
|
|
30
|
+
constructor() {
|
|
31
|
+
this.__shadowRootMode = null;
|
|
32
|
+
this.__shadowRoot = null;
|
|
33
|
+
this.__internals = null;
|
|
34
|
+
}
|
|
35
|
+
get attributes() {
|
|
36
|
+
return Array.from(attributesForElement(this)).map(([name, value]) => ({
|
|
37
|
+
name,
|
|
38
|
+
value,
|
|
39
|
+
}));
|
|
40
|
+
}
|
|
41
|
+
get shadowRoot() {
|
|
42
|
+
if (this.__shadowRootMode === 'closed') {
|
|
43
|
+
return null;
|
|
44
|
+
}
|
|
45
|
+
return this.__shadowRoot;
|
|
46
|
+
}
|
|
47
|
+
setAttribute(name, value) {
|
|
48
|
+
// Emulate browser behavior that silently casts all values to string. E.g.
|
|
49
|
+
// `42` becomes `"42"` and `{}` becomes `"[object Object]""`.
|
|
50
|
+
attributesForElement(this).set(name, String(value));
|
|
51
|
+
}
|
|
52
|
+
removeAttribute(name) {
|
|
53
|
+
attributesForElement(this).delete(name);
|
|
54
|
+
}
|
|
55
|
+
hasAttribute(name) {
|
|
56
|
+
return attributesForElement(this).has(name);
|
|
57
|
+
}
|
|
58
|
+
attachShadow(init) {
|
|
59
|
+
const shadowRoot = { host: this };
|
|
60
|
+
this.__shadowRootMode = init.mode;
|
|
61
|
+
if (init && init.mode === 'open') {
|
|
62
|
+
this.__shadowRoot = shadowRoot;
|
|
63
|
+
}
|
|
64
|
+
return shadowRoot;
|
|
65
|
+
}
|
|
66
|
+
attachInternals() {
|
|
67
|
+
if (this.__internals !== null) {
|
|
68
|
+
throw new Error(`Failed to execute 'attachInternals' on 'HTMLElement': ` +
|
|
69
|
+
`ElementInternals for the specified element was already attached.`);
|
|
70
|
+
}
|
|
71
|
+
const internals = new elementInternals.ElementInternalsShim(this);
|
|
72
|
+
this.__internals = internals;
|
|
73
|
+
return internals;
|
|
74
|
+
}
|
|
75
|
+
getAttribute(name) {
|
|
76
|
+
const value = attributesForElement(this).get(name);
|
|
77
|
+
return value ?? null;
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
const HTMLElementShim = class HTMLElement extends ElementShim {
|
|
81
|
+
};
|
|
82
|
+
const HTMLElementShimWithRealType = HTMLElementShim;
|
|
83
|
+
const CustomElementRegistryShim = class CustomElementRegistry {
|
|
84
|
+
constructor() {
|
|
85
|
+
this.__definitions = new Map();
|
|
86
|
+
}
|
|
87
|
+
define(name, ctor) {
|
|
88
|
+
if (this.__definitions.has(name)) {
|
|
89
|
+
if (process.env.NODE_ENV === 'development') {
|
|
90
|
+
console.warn(`'CustomElementRegistry' already has "${name}" defined. ` +
|
|
91
|
+
`This may have been caused by live reload or hot module ` +
|
|
92
|
+
`replacement in which case it can be safely ignored.\n` +
|
|
93
|
+
`Make sure to test your application with a production build as ` +
|
|
94
|
+
`repeat registrations will throw in production.`);
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
throw new Error(`Failed to execute 'define' on 'CustomElementRegistry': ` +
|
|
98
|
+
`the name "${name}" has already been used with this registry`);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
this.__definitions.set(name, {
|
|
102
|
+
ctor,
|
|
103
|
+
// Note it's important we read `observedAttributes` in case it is a getter
|
|
104
|
+
// with side-effects, as is the case in Lit, where it triggers class
|
|
105
|
+
// finalization.
|
|
106
|
+
//
|
|
107
|
+
// TODO(aomarks) To be spec compliant, we should also capture the
|
|
108
|
+
// registration-time lifecycle methods like `connectedCallback`. For them
|
|
109
|
+
// to be actually accessible to e.g. the Lit SSR element renderer, though,
|
|
110
|
+
// we'd need to introduce a new API for accessing them (since `get` only
|
|
111
|
+
// returns the constructor).
|
|
112
|
+
observedAttributes: ctor.observedAttributes ?? [],
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
get(name) {
|
|
116
|
+
const definition = this.__definitions.get(name);
|
|
117
|
+
return definition?.ctor;
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
const CustomElementRegistryShimWithRealType = CustomElementRegistryShim;
|
|
121
|
+
const customElements = new CustomElementRegistryShimWithRealType();
|
|
122
|
+
|
|
123
|
+
exports.CustomElementRegistry = CustomElementRegistryShimWithRealType;
|
|
124
|
+
exports.HTMLElement = HTMLElementShimWithRealType;
|
|
125
|
+
exports.customElements = customElements;
|
|
126
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../node_modules/@lit-labs/ssr-dom-shim/index.js"],"sourcesContent":["/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nimport { ElementInternalsShim } from './lib/element-internals.js';\nexport { ariaMixinAttributes, ElementInternals, HYDRATE_INTERNALS_ATTR_PREFIX, } from './lib/element-internals.js';\nconst attributes = new WeakMap();\nconst attributesForElement = (element) => {\n let attrs = attributes.get(element);\n if (attrs === undefined) {\n attributes.set(element, (attrs = new Map()));\n }\n return attrs;\n};\n// The typings around the exports below are a little funky:\n//\n// 1. We want the `name` of the shim classes to match the real ones at runtime,\n// hence e.g. `class Element`.\n// 2. We can't shadow the global types with a simple class declaration, because\n// then we can't reference the global types for casting, hence e.g.\n// `const ElementShim = class Element`.\n// 3. We want to export the classes typed as the real ones, hence e.g.\n// `const ElementShimWithRealType = ElementShim as object as typeof Element;`.\n// 4. We want the exported names to match the real ones, hence e.g.\n// `export {ElementShimWithRealType as Element}`.\nconst ElementShim = class Element {\n constructor() {\n this.__shadowRootMode = null;\n this.__shadowRoot = null;\n this.__internals = null;\n }\n get attributes() {\n return Array.from(attributesForElement(this)).map(([name, value]) => ({\n name,\n value,\n }));\n }\n get shadowRoot() {\n if (this.__shadowRootMode === 'closed') {\n return null;\n }\n return this.__shadowRoot;\n }\n setAttribute(name, value) {\n // Emulate browser behavior that silently casts all values to string. E.g.\n // `42` becomes `\"42\"` and `{}` becomes `\"[object Object]\"\"`.\n attributesForElement(this).set(name, String(value));\n }\n removeAttribute(name) {\n attributesForElement(this).delete(name);\n }\n hasAttribute(name) {\n return attributesForElement(this).has(name);\n }\n attachShadow(init) {\n const shadowRoot = { host: this };\n this.__shadowRootMode = init.mode;\n if (init && init.mode === 'open') {\n this.__shadowRoot = shadowRoot;\n }\n return shadowRoot;\n }\n attachInternals() {\n if (this.__internals !== null) {\n throw new Error(`Failed to execute 'attachInternals' on 'HTMLElement': ` +\n `ElementInternals for the specified element was already attached.`);\n }\n const internals = new ElementInternalsShim(this);\n this.__internals = internals;\n return internals;\n }\n getAttribute(name) {\n const value = attributesForElement(this).get(name);\n return value ?? null;\n }\n};\nconst ElementShimWithRealType = ElementShim;\nexport { ElementShimWithRealType as Element };\nconst HTMLElementShim = class HTMLElement extends ElementShim {\n};\nconst HTMLElementShimWithRealType = HTMLElementShim;\nexport { HTMLElementShimWithRealType as HTMLElement };\nconst CustomElementRegistryShim = class CustomElementRegistry {\n constructor() {\n this.__definitions = new Map();\n }\n define(name, ctor) {\n if (this.__definitions.has(name)) {\n if (process.env.NODE_ENV === 'development') {\n console.warn(`'CustomElementRegistry' already has \"${name}\" defined. ` +\n `This may have been caused by live reload or hot module ` +\n `replacement in which case it can be safely ignored.\\n` +\n `Make sure to test your application with a production build as ` +\n `repeat registrations will throw in production.`);\n }\n else {\n throw new Error(`Failed to execute 'define' on 'CustomElementRegistry': ` +\n `the name \"${name}\" has already been used with this registry`);\n }\n }\n this.__definitions.set(name, {\n ctor,\n // Note it's important we read `observedAttributes` in case it is a getter\n // with side-effects, as is the case in Lit, where it triggers class\n // finalization.\n //\n // TODO(aomarks) To be spec compliant, we should also capture the\n // registration-time lifecycle methods like `connectedCallback`. For them\n // to be actually accessible to e.g. the Lit SSR element renderer, though,\n // we'd need to introduce a new API for accessing them (since `get` only\n // returns the constructor).\n observedAttributes: ctor.observedAttributes ?? [],\n });\n }\n get(name) {\n const definition = this.__definitions.get(name);\n return definition?.ctor;\n }\n};\nconst CustomElementRegistryShimWithRealType = CustomElementRegistryShim;\nexport { CustomElementRegistryShimWithRealType as CustomElementRegistry };\nexport const customElements = new CustomElementRegistryShimWithRealType();\n//# sourceMappingURL=index.js.map"],"names":["ElementInternalsShim"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license
|
|
5
|
+
* Copyright 2023 Google LLC
|
|
6
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Map of ARIAMixin properties to attributes
|
|
10
|
+
*/
|
|
11
|
+
// Shim the global element internals object
|
|
12
|
+
// Methods should be fine as noops and properties can generally
|
|
13
|
+
// be while on the server.
|
|
14
|
+
const ElementInternalsShim = class ElementInternals {
|
|
15
|
+
get shadowRoot() {
|
|
16
|
+
// Grab the shadow root instance from the Element shim
|
|
17
|
+
// to ensure that the shadow root is always available
|
|
18
|
+
// to the internals instance even if the mode is 'closed'
|
|
19
|
+
return this.__host
|
|
20
|
+
.__shadowRoot;
|
|
21
|
+
}
|
|
22
|
+
constructor(_host) {
|
|
23
|
+
this.ariaAtomic = '';
|
|
24
|
+
this.ariaAutoComplete = '';
|
|
25
|
+
this.ariaBraileLabel = '';
|
|
26
|
+
this.ariaBraileRoleDescription = '';
|
|
27
|
+
this.ariaBusy = '';
|
|
28
|
+
this.ariaChecked = '';
|
|
29
|
+
this.ariaColCount = '';
|
|
30
|
+
this.ariaColIndex = '';
|
|
31
|
+
this.ariaColSpan = '';
|
|
32
|
+
this.ariaCurrent = '';
|
|
33
|
+
this.ariaDescription = '';
|
|
34
|
+
this.ariaDisabled = '';
|
|
35
|
+
this.ariaExpanded = '';
|
|
36
|
+
this.ariaHasPopup = '';
|
|
37
|
+
this.ariaHidden = '';
|
|
38
|
+
this.ariaInvalid = '';
|
|
39
|
+
this.ariaKeyShortcuts = '';
|
|
40
|
+
this.ariaLabel = '';
|
|
41
|
+
this.ariaLevel = '';
|
|
42
|
+
this.ariaLive = '';
|
|
43
|
+
this.ariaModal = '';
|
|
44
|
+
this.ariaMultiLine = '';
|
|
45
|
+
this.ariaMultiSelectable = '';
|
|
46
|
+
this.ariaOrientation = '';
|
|
47
|
+
this.ariaPlaceholder = '';
|
|
48
|
+
this.ariaPosInSet = '';
|
|
49
|
+
this.ariaPressed = '';
|
|
50
|
+
this.ariaReadOnly = '';
|
|
51
|
+
this.ariaRequired = '';
|
|
52
|
+
this.ariaRoleDescription = '';
|
|
53
|
+
this.ariaRowCount = '';
|
|
54
|
+
this.ariaRowIndex = '';
|
|
55
|
+
this.ariaRowSpan = '';
|
|
56
|
+
this.ariaSelected = '';
|
|
57
|
+
this.ariaSetSize = '';
|
|
58
|
+
this.ariaSort = '';
|
|
59
|
+
this.ariaValueMax = '';
|
|
60
|
+
this.ariaValueMin = '';
|
|
61
|
+
this.ariaValueNow = '';
|
|
62
|
+
this.ariaValueText = '';
|
|
63
|
+
this.role = '';
|
|
64
|
+
this.form = null;
|
|
65
|
+
this.labels = [];
|
|
66
|
+
this.states = new Set();
|
|
67
|
+
this.validationMessage = '';
|
|
68
|
+
this.validity = {};
|
|
69
|
+
this.willValidate = true;
|
|
70
|
+
this.__host = _host;
|
|
71
|
+
}
|
|
72
|
+
checkValidity() {
|
|
73
|
+
// TODO(augustjk) Consider actually implementing logic.
|
|
74
|
+
// See https://github.com/lit/lit/issues/3740
|
|
75
|
+
console.warn('`ElementInternals.checkValidity()` was called on the server.' +
|
|
76
|
+
'This method always returns true.');
|
|
77
|
+
return true;
|
|
78
|
+
}
|
|
79
|
+
reportValidity() {
|
|
80
|
+
return true;
|
|
81
|
+
}
|
|
82
|
+
setFormValue() { }
|
|
83
|
+
setValidity() { }
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
exports.ElementInternalsShim = ElementInternalsShim;
|
|
87
|
+
//# sourceMappingURL=element-internals.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"element-internals.js","sources":["../../../../../node_modules/@lit-labs/ssr-dom-shim/lib/element-internals.js"],"sourcesContent":["/**\n * @license\n * Copyright 2023 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\n/**\n * Map of ARIAMixin properties to attributes\n */\nexport const ariaMixinAttributes = {\n ariaAtomic: 'aria-atomic',\n ariaAutoComplete: 'aria-autocomplete',\n ariaBraileLabel: 'aria-brailelabel',\n ariaBraileRoleDescription: 'aria-braileroledescription',\n ariaBusy: 'aria-busy',\n ariaChecked: 'aria-checked',\n ariaColCount: 'aria-colcount',\n ariaColIndex: 'aria-colindex',\n ariaColSpan: 'aria-colspan',\n ariaCurrent: 'aria-current',\n ariaDescription: 'aria-description',\n ariaDisabled: 'aria-disabled',\n ariaExpanded: 'aria-expanded',\n ariaHasPopup: 'aria-haspopup',\n ariaHidden: 'aria-hidden',\n ariaInvalid: 'aria-invalid',\n ariaKeyShortcuts: 'aria-keyshortcuts',\n ariaLabel: 'aria-label',\n ariaLevel: 'aria-level',\n ariaLive: 'aria-live',\n ariaModal: 'aria-modal',\n ariaMultiLine: 'aria-multiline',\n ariaMultiSelectable: 'aria-multiselectable',\n ariaOrientation: 'aria-orientation',\n ariaPlaceholder: 'aria-placeholder',\n ariaPosInSet: 'aria-posinset',\n ariaPressed: 'aria-pressed',\n ariaReadOnly: 'aria-readonly',\n ariaRequired: 'aria-required',\n ariaRoleDescription: 'aria-roledescription',\n ariaRowCount: 'aria-rowcount',\n ariaRowIndex: 'aria-rowindex',\n ariaRowSpan: 'aria-rowspan',\n ariaSelected: 'aria-selected',\n ariaSetSize: 'aria-setsize',\n ariaSort: 'aria-sort',\n ariaValueMax: 'aria-valuemax',\n ariaValueMin: 'aria-valuemin',\n ariaValueNow: 'aria-valuenow',\n ariaValueText: 'aria-valuetext',\n role: 'role',\n};\n// Shim the global element internals object\n// Methods should be fine as noops and properties can generally\n// be while on the server.\nexport const ElementInternalsShim = class ElementInternals {\n get shadowRoot() {\n // Grab the shadow root instance from the Element shim\n // to ensure that the shadow root is always available\n // to the internals instance even if the mode is 'closed'\n return this.__host\n .__shadowRoot;\n }\n constructor(_host) {\n this.ariaAtomic = '';\n this.ariaAutoComplete = '';\n this.ariaBraileLabel = '';\n this.ariaBraileRoleDescription = '';\n this.ariaBusy = '';\n this.ariaChecked = '';\n this.ariaColCount = '';\n this.ariaColIndex = '';\n this.ariaColSpan = '';\n this.ariaCurrent = '';\n this.ariaDescription = '';\n this.ariaDisabled = '';\n this.ariaExpanded = '';\n this.ariaHasPopup = '';\n this.ariaHidden = '';\n this.ariaInvalid = '';\n this.ariaKeyShortcuts = '';\n this.ariaLabel = '';\n this.ariaLevel = '';\n this.ariaLive = '';\n this.ariaModal = '';\n this.ariaMultiLine = '';\n this.ariaMultiSelectable = '';\n this.ariaOrientation = '';\n this.ariaPlaceholder = '';\n this.ariaPosInSet = '';\n this.ariaPressed = '';\n this.ariaReadOnly = '';\n this.ariaRequired = '';\n this.ariaRoleDescription = '';\n this.ariaRowCount = '';\n this.ariaRowIndex = '';\n this.ariaRowSpan = '';\n this.ariaSelected = '';\n this.ariaSetSize = '';\n this.ariaSort = '';\n this.ariaValueMax = '';\n this.ariaValueMin = '';\n this.ariaValueNow = '';\n this.ariaValueText = '';\n this.role = '';\n this.form = null;\n this.labels = [];\n this.states = new Set();\n this.validationMessage = '';\n this.validity = {};\n this.willValidate = true;\n this.__host = _host;\n }\n checkValidity() {\n // TODO(augustjk) Consider actually implementing logic.\n // See https://github.com/lit/lit/issues/3740\n console.warn('`ElementInternals.checkValidity()` was called on the server.' +\n 'This method always returns true.');\n return true;\n }\n reportValidity() {\n return true;\n }\n setFormValue() { }\n setValidity() { }\n};\nconst ElementInternalsShimWithRealType = ElementInternalsShim;\nexport { ElementInternalsShimWithRealType as ElementInternals };\nexport const HYDRATE_INTERNALS_ATTR_PREFIX = 'hydrate-internals-';\n//# sourceMappingURL=element-internals.js.map"],"names":[],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA4CA;AACA;AACA;AACY,MAAC,oBAAoB,GAAG,MAAM,gBAAgB,CAAC;AAC3D,IAAI,IAAI,UAAU,GAAG;AACrB;AACA;AACA;AACA,QAAQ,OAAO,IAAI,CAAC,MAAM;AAC1B,aAAa,YAAY,CAAC;AAC1B,KAAK;AACL,IAAI,WAAW,CAAC,KAAK,EAAE;AACvB,QAAQ,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;AAC7B,QAAQ,IAAI,CAAC,gBAAgB,GAAG,EAAE,CAAC;AACnC,QAAQ,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;AAClC,QAAQ,IAAI,CAAC,yBAAyB,GAAG,EAAE,CAAC;AAC5C,QAAQ,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;AAC3B,QAAQ,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;AAC9B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;AAC9B,QAAQ,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;AAC9B,QAAQ,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;AAClC,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;AAC7B,QAAQ,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;AAC9B,QAAQ,IAAI,CAAC,gBAAgB,GAAG,EAAE,CAAC;AACnC,QAAQ,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;AAC5B,QAAQ,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;AAC5B,QAAQ,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;AAC3B,QAAQ,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;AAC5B,QAAQ,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;AAChC,QAAQ,IAAI,CAAC,mBAAmB,GAAG,EAAE,CAAC;AACtC,QAAQ,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;AAClC,QAAQ,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;AAClC,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;AAC9B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,mBAAmB,GAAG,EAAE,CAAC;AACtC,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;AAC9B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;AAC9B,QAAQ,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;AAC3B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC;AAC/B,QAAQ,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;AAChC,QAAQ,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;AACvB,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;AACzB,QAAQ,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;AACzB,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,EAAE,CAAC;AAChC,QAAQ,IAAI,CAAC,iBAAiB,GAAG,EAAE,CAAC;AACpC,QAAQ,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;AAC3B,QAAQ,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;AACjC,QAAQ,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;AAC5B,KAAK;AACL,IAAI,aAAa,GAAG;AACpB;AACA;AACA,QAAQ,OAAO,CAAC,IAAI,CAAC,8DAA8D;AACnF,YAAY,kCAAkC,CAAC,CAAC;AAChD,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,IAAI,cAAc,GAAG;AACrB,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,IAAI,YAAY,GAAG,GAAG;AACtB,IAAI,WAAW,GAAG,GAAG;AACrB;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
function ctl(template) {
|
|
4
|
+
var trimmedClassnames = template.replace(/\s+/gm, " ");
|
|
5
|
+
var formattedClassnames = trimmedClassnames
|
|
6
|
+
.split(" ")
|
|
7
|
+
.filter((c) => c !== "false" && c !== "true" && c !== "undefined")
|
|
8
|
+
.join(" ")
|
|
9
|
+
.trim();
|
|
10
|
+
|
|
11
|
+
return formattedClassnames;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
module.exports = ctl;
|
|
15
|
+
//# sourceMappingURL=classnames-template-literals.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classnames-template-literals.esm.js","sources":["../../../../../node_modules/@netlify/classnames-template-literals/dist/classnames-template-literals.esm.js"],"sourcesContent":["function ctl(template) {\n var trimmedClassnames = template.replace(/\\s+/gm, \" \");\n var formattedClassnames = trimmedClassnames\n .split(\" \")\n .filter((c) => c !== \"false\" && c !== \"true\" && c !== \"undefined\")\n .join(\" \")\n .trim();\n\n return formattedClassnames;\n}\n\nexport default ctl;\n"],"names":[],"mappings":";;AAAA,SAAS,GAAG,CAAC,QAAQ,EAAE;AACvB,EAAE,IAAI,iBAAiB,GAAG,QAAQ,CAAC,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;AACzD,EAAE,IAAI,mBAAmB,GAAG,iBAAiB;AAC7C,KAAK,KAAK,CAAC,GAAG,CAAC;AACf,KAAK,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,OAAO,IAAI,CAAC,KAAK,MAAM,IAAI,CAAC,KAAK,WAAW,CAAC;AACtE,KAAK,IAAI,CAAC,GAAG,CAAC;AACd,KAAK,IAAI,EAAE,CAAC;AACZ;AACA,EAAE,OAAO,mBAAmB,CAAC;AAC7B;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var reactiveElement = require('../@lit/reactive-element/node/reactive-element.js');
|
|
4
|
+
var litHtml = require('../lit-html/node/lit-html.js');
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @license
|
|
8
|
+
* Copyright 2017 Google LLC
|
|
9
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
10
|
+
*/var l,o;class s extends reactiveElement.ReactiveElement{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=litHtml.render(i,this.renderRoot,this.renderOptions);}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0);}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1);}render(){return litHtml.noChange}}s.finalized=!0,s._$litElement$=!0,null===(l=globalThis.litElementHydrateSupport)||void 0===l||l.call(globalThis,{LitElement:s});const n=globalThis.litElementPolyfillSupport;null==n||n({LitElement:s});(null!==(o=globalThis.litElementVersions)&&void 0!==o?o:globalThis.litElementVersions=[]).push("3.3.3");
|
|
11
|
+
|
|
12
|
+
exports.ReactiveElement = reactiveElement.ReactiveElement;
|
|
13
|
+
exports.defaultConverter = reactiveElement.defaultConverter;
|
|
14
|
+
exports.notEqual = reactiveElement.notEqual;
|
|
15
|
+
exports.html = litHtml.html;
|
|
16
|
+
exports.noChange = litHtml.noChange;
|
|
17
|
+
exports.nothing = litHtml.nothing;
|
|
18
|
+
exports.render = litHtml.render;
|
|
19
|
+
exports.LitElement = s;
|
|
20
|
+
//# sourceMappingURL=lit-element.js.map
|