@vaadin/react-components-pro 24.8.5 → 24.9.0-alpha1
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/CookieConsent.d.ts +3 -0
- package/CookieConsent.d.ts.map +1 -1
- package/CookieConsent.js.map +2 -2
- package/package.json +10 -10
package/CookieConsent.d.ts
CHANGED
|
@@ -13,5 +13,8 @@ import { CookieConsentElement, type CookieConsentProps as _CookieConsentProps }
|
|
|
13
13
|
export * from './generated/CookieConsent.js';
|
|
14
14
|
type OmittedCookieConsentHTMLAttributes = Omit<HTMLAttributes<CookieConsentElement>, 'id' | 'className' | 'dangerouslySetInnerHTML' | 'slot'>;
|
|
15
15
|
export type CookieConsentProps = Partial<Omit<_CookieConsentProps, keyof OmittedCookieConsentHTMLAttributes>>;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated CookieConsent is deprecated and will be removed without a replacement in Vaadin 25.
|
|
18
|
+
*/
|
|
16
19
|
export declare const CookieConsent: (props: CookieConsentProps & RefAttributes<CookieConsentElement>) => ReactElement | null;
|
|
17
20
|
//# sourceMappingURL=CookieConsent.d.ts.map
|
package/CookieConsent.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CookieConsent.d.ts","sourceRoot":"","sources":["src/CookieConsent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EACL,oBAAoB,EAEpB,KAAK,kBAAkB,IAAI,mBAAmB,EAC/C,MAAM,8BAA8B,CAAC;AAEtC,cAAc,8BAA8B,CAAC;AAE7C,KAAK,kCAAkC,GAAG,IAAI,CAC5C,cAAc,CAAC,oBAAoB,CAAC,EACpC,IAAI,GAAG,WAAW,GAAG,yBAAyB,GAAG,MAAM,CACxD,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,MAAM,kCAAkC,CAAC,CAAC,CAAC;AAE9G,eAAO,MAAM,aAAa,EAAqB,CAC7C,KAAK,EAAE,kBAAkB,GAAG,aAAa,CAAC,oBAAoB,CAAC,KAC5D,YAAY,GAAG,IAAI,CAAC"}
|
|
1
|
+
{"version":3,"file":"CookieConsent.d.ts","sourceRoot":"","sources":["src/CookieConsent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EACL,oBAAoB,EAEpB,KAAK,kBAAkB,IAAI,mBAAmB,EAC/C,MAAM,8BAA8B,CAAC;AAEtC,cAAc,8BAA8B,CAAC;AAE7C,KAAK,kCAAkC,GAAG,IAAI,CAC5C,cAAc,CAAC,oBAAoB,CAAC,EACpC,IAAI,GAAG,WAAW,GAAG,yBAAyB,GAAG,MAAM,CACxD,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,MAAM,kCAAkC,CAAC,CAAC,CAAC;AAE9G;;GAEG;AACH,eAAO,MAAM,aAAa,EAAqB,CAC7C,KAAK,EAAE,kBAAkB,GAAG,aAAa,CAAC,oBAAoB,CAAC,KAC5D,YAAY,GAAG,IAAI,CAAC"}
|
package/CookieConsent.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/CookieConsent.ts", "src/generated/CookieConsent.ts"],
|
|
4
|
-
"sourcesContent": ["export * from \"@vaadin/cookie-consent/vaadin-cookie-consent.js\";\n/**\n * @license\n * Copyright (c) 2000 - 2024 Vaadin Ltd.\n *\n * This program is available under Vaadin Commercial License and Service Terms.\n *\n *\n * See https://vaadin.com/commercial-license-and-service-terms for the full\n * license.\n */\nimport type { HTMLAttributes, ReactElement, RefAttributes } from 'react';\nimport {\n CookieConsentElement,\n CookieConsent as _CookieConsent,\n type CookieConsentProps as _CookieConsentProps,\n} from './generated/CookieConsent.js';\n\nexport * from './generated/CookieConsent.js';\n\ntype OmittedCookieConsentHTMLAttributes = Omit<\n HTMLAttributes<CookieConsentElement>,\n 'id' | 'className' | 'dangerouslySetInnerHTML' | 'slot'\n>;\n\nexport type CookieConsentProps = Partial<Omit<_CookieConsentProps, keyof OmittedCookieConsentHTMLAttributes>>;\n\nexport const CookieConsent = _CookieConsent as (\n props: CookieConsentProps & RefAttributes<CookieConsentElement>,\n) => ReactElement | null;\n", "import type {} from \"@lit/react\";\nimport { CookieConsent as CookieConsentElement, } from \"@vaadin/cookie-consent/vaadin-cookie-consent.js\";\nimport * as React from \"react\";\nimport { createComponent, type WebComponentProps } from \"../utils/createComponent.js\";\nexport { CookieConsentElement, };\nexport type CookieConsentEventMap = Readonly<{}>;\nconst events = {} as CookieConsentEventMap;\nexport type CookieConsentProps = WebComponentProps<CookieConsentElement, CookieConsentEventMap>;\nexport const CookieConsent = createComponent({\n elementClass: CookieConsentElement, events, react: React, tagName: \"vaadin-cookie-consent\"\n});\n"],
|
|
5
|
-
"mappings": "AAAA,WAAc,kDCCd,OAAS,iBAAiBA,MAA6B,kDACvD,UAAYC,MAAW,QACvB,OAAS,mBAAAC,MAA+C,6BAGxD,IAAMC,EAAS,CAAC,EAEHC,EAAgBC,EAAgB,CACzC,aAAcC,EAAsB,OAAAH,EAAQ,MAAOI,EAAO,QAAS,uBACvE,CAAC,
|
|
4
|
+
"sourcesContent": ["export * from \"@vaadin/cookie-consent/vaadin-cookie-consent.js\";\n/**\n * @license\n * Copyright (c) 2000 - 2024 Vaadin Ltd.\n *\n * This program is available under Vaadin Commercial License and Service Terms.\n *\n *\n * See https://vaadin.com/commercial-license-and-service-terms for the full\n * license.\n */\nimport type { HTMLAttributes, ReactElement, RefAttributes } from 'react';\nimport {\n CookieConsentElement,\n CookieConsent as _CookieConsent,\n type CookieConsentProps as _CookieConsentProps,\n} from './generated/CookieConsent.js';\n\nexport * from './generated/CookieConsent.js';\n\ntype OmittedCookieConsentHTMLAttributes = Omit<\n HTMLAttributes<CookieConsentElement>,\n 'id' | 'className' | 'dangerouslySetInnerHTML' | 'slot'\n>;\n\nexport type CookieConsentProps = Partial<Omit<_CookieConsentProps, keyof OmittedCookieConsentHTMLAttributes>>;\n\n/**\n * @deprecated CookieConsent is deprecated and will be removed without a replacement in Vaadin 25.\n */\nexport const CookieConsent = _CookieConsent as (\n props: CookieConsentProps & RefAttributes<CookieConsentElement>,\n) => ReactElement | null;\n", "import type {} from \"@lit/react\";\nimport { CookieConsent as CookieConsentElement, } from \"@vaadin/cookie-consent/vaadin-cookie-consent.js\";\nimport * as React from \"react\";\nimport { createComponent, type WebComponentProps } from \"../utils/createComponent.js\";\nexport { CookieConsentElement, };\nexport type CookieConsentEventMap = Readonly<{}>;\nconst events = {} as CookieConsentEventMap;\nexport type CookieConsentProps = WebComponentProps<CookieConsentElement, CookieConsentEventMap>;\nexport const CookieConsent = createComponent({\n elementClass: CookieConsentElement, events, react: React, tagName: \"vaadin-cookie-consent\"\n});\n"],
|
|
5
|
+
"mappings": "AAAA,WAAc,kDCCd,OAAS,iBAAiBA,MAA6B,kDACvD,UAAYC,MAAW,QACvB,OAAS,mBAAAC,MAA+C,6BAGxD,IAAMC,EAAS,CAAC,EAEHC,EAAgBC,EAAgB,CACzC,aAAcC,EAAsB,OAAAH,EAAQ,MAAOI,EAAO,QAAS,uBACvE,CAAC,EDoBM,IAAMC,EAAgBA",
|
|
6
6
|
"names": ["CookieConsentElement", "React", "createComponent", "events", "CookieConsent", "createComponent", "CookieConsentElement", "React", "CookieConsent"]
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/react-components-pro",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.9.0-alpha1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@lit/react": "^1.0.7",
|
|
29
|
-
"@vaadin/board": "24.
|
|
30
|
-
"@vaadin/charts": "24.
|
|
31
|
-
"@vaadin/cookie-consent": "24.
|
|
32
|
-
"@vaadin/crud": "24.
|
|
33
|
-
"@vaadin/dashboard": "24.
|
|
34
|
-
"@vaadin/grid-pro": "24.
|
|
35
|
-
"@vaadin/map": "24.
|
|
36
|
-
"@vaadin/react-components": "24.
|
|
37
|
-
"@vaadin/rich-text-editor": "24.
|
|
29
|
+
"@vaadin/board": "24.9.0-alpha1",
|
|
30
|
+
"@vaadin/charts": "24.9.0-alpha1",
|
|
31
|
+
"@vaadin/cookie-consent": "24.9.0-alpha1",
|
|
32
|
+
"@vaadin/crud": "24.9.0-alpha1",
|
|
33
|
+
"@vaadin/dashboard": "24.9.0-alpha1",
|
|
34
|
+
"@vaadin/grid-pro": "24.9.0-alpha1",
|
|
35
|
+
"@vaadin/map": "24.9.0-alpha1",
|
|
36
|
+
"@vaadin/react-components": "24.9.0-alpha1",
|
|
37
|
+
"@vaadin/rich-text-editor": "24.9.0-alpha1"
|
|
38
38
|
},
|
|
39
39
|
"author": "Vaadin Ltd.",
|
|
40
40
|
"license": "SEE LICENSE IN LICENSE",
|