@spscommerce/ds-web-components 4.34.2-ie → 4.36.1
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/lib/components/file-upload/file-upload.d.ts +3 -0
- package/dist/lib/index.cjs.js +642 -3178
- package/dist/lib/index.es.js +2368 -2902
- package/dist/package.json +3 -4
- package/lib/components/file-upload/file-upload.d.ts +3 -0
- package/lib/index.cjs.js +642 -3178
- package/lib/index.es.js +2368 -2902
- package/package.json +7 -8
- package/vite.config.js +1 -1
- package/dist/components/file-upload/file-upload.d.ts +0 -116
- package/dist/components/file-upload/file-upload.examples.d.ts +0 -2
- package/dist/components/file-upload/file-upload.examples.js +0 -77
- package/dist/components/file-upload/file-upload.examples.js.map +0 -1
- package/dist/components/file-upload/file-upload.js +0 -403
- package/dist/components/file-upload/file-upload.js.map +0 -1
- package/dist/components/file-upload/mime-type.enum.d.ts +0 -75
- package/dist/components/file-upload/mime-type.enum.js +0 -77
- package/dist/components/file-upload/mime-type.enum.js.map +0 -1
- package/dist/components/index.d.ts +0 -11
- package/dist/components/index.js +0 -12
- package/dist/components/index.js.map +0 -1
- package/dist/components/insight-card/insight-card.d.ts +0 -40
- package/dist/components/insight-card/insight-card.examples.d.ts +0 -51
- package/dist/components/insight-card/insight-card.examples.js +0 -58
- package/dist/components/insight-card/insight-card.examples.js.map +0 -1
- package/dist/components/insight-card/insight-card.js +0 -147
- package/dist/components/insight-card/insight-card.js.map +0 -1
- package/dist/components/insight-card/insights.d.ts +0 -18
- package/dist/components/insight-card/insights.js +0 -90
- package/dist/components/insight-card/insights.js.map +0 -1
- package/dist/components/nav-tabs/nav-tab-set.d.ts +0 -7
- package/dist/components/nav-tabs/nav-tab-set.js +0 -53
- package/dist/components/nav-tabs/nav-tab-set.js.map +0 -1
- package/dist/components/nav-tabs/nav-tab.d.ts +0 -24
- package/dist/components/nav-tabs/nav-tab.js +0 -94
- package/dist/components/nav-tabs/nav-tab.js.map +0 -1
- package/dist/components/nav-tabs/nav-tabs.examples.d.ts +0 -11
- package/dist/components/nav-tabs/nav-tabs.examples.js +0 -18
- package/dist/components/nav-tabs/nav-tabs.examples.js.map +0 -1
- package/dist/components/photo/photo.d.ts +0 -42
- package/dist/components/photo/photo.examples.d.ts +0 -2
- package/dist/components/photo/photo.examples.js +0 -58
- package/dist/components/photo/photo.examples.js.map +0 -1
- package/dist/components/photo/photo.js +0 -172
- package/dist/components/photo/photo.js.map +0 -1
- package/dist/decorators/component.d.ts +0 -33
- package/dist/decorators/component.js +0 -313
- package/dist/decorators/component.js.map +0 -1
- package/dist/decorators/content.d.ts +0 -7
- package/dist/decorators/content.js +0 -13
- package/dist/decorators/content.js.map +0 -1
- package/dist/decorators/event-dispatcher.d.ts +0 -9
- package/dist/decorators/event-dispatcher.js +0 -22
- package/dist/decorators/event-dispatcher.js.map +0 -1
- package/dist/decorators/event-listener.d.ts +0 -5
- package/dist/decorators/event-listener.js +0 -14
- package/dist/decorators/event-listener.js.map +0 -1
- package/dist/decorators/index.d.ts +0 -7
- package/dist/decorators/index.js +0 -8
- package/dist/decorators/index.js.map +0 -1
- package/dist/decorators/prop.d.ts +0 -6
- package/dist/decorators/prop.js +0 -47
- package/dist/decorators/prop.js.map +0 -1
- package/dist/decorators/query-selector.d.ts +0 -19
- package/dist/decorators/query-selector.js +0 -32
- package/dist/decorators/query-selector.js.map +0 -1
- package/dist/decorators/watch.d.ts +0 -2
- package/dist/decorators/watch.js +0 -27
- package/dist/decorators/watch.js.map +0 -1
- package/dist/index.d.ts +0 -6
- package/dist/index.js +0 -7
- package/dist/index.js.map +0 -1
- package/dist/manifest.d.ts +0 -2
- package/dist/manifest.js +0 -33
- package/dist/manifest.js.map +0 -1
- package/dist/utils/comment.d.ts +0 -2
- package/dist/utils/comment.js +0 -15
- package/dist/utils/comment.js.map +0 -1
- package/dist/utils/i18n.d.ts +0 -3
- package/dist/utils/i18n.js +0 -9
- package/dist/utils/i18n.js.map +0 -1
- package/dist/utils/index.d.ts +0 -5
- package/dist/utils/index.js +0 -6
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/metadata.d.ts +0 -22
- package/dist/utils/metadata.js +0 -23
- package/dist/utils/metadata.js.map +0 -1
- package/dist/utils/pragma.d.ts +0 -6
- package/dist/utils/pragma.js +0 -143
- package/dist/utils/pragma.js.map +0 -1
- package/dist/utils/register.d.ts +0 -13
- package/dist/utils/register.js +0 -73
- package/dist/utils/register.js.map +0 -1
- package/rollup.config.js +0 -22
package/dist/package.json
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spscommerce/ds-web-components",
|
|
3
3
|
"description": "SPS Design System Native Web Components",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.36.1",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/ds-web-components",
|
|
8
8
|
"homepage": "https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/ds-web-components#readme",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "pnpm
|
|
11
|
-
"build:
|
|
12
|
-
"build:js": "rollup -c rollup.config.js",
|
|
10
|
+
"build": "pnpm run build:js && pnpm run build:types && pnpm run build:create-dist && pnpm run build:copy-dist",
|
|
11
|
+
"build:js": "vite build",
|
|
13
12
|
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir lib",
|
|
14
13
|
"watch": "vite build --watch",
|
|
15
14
|
"clean": "git clean -fdX",
|
|
@@ -10,6 +10,7 @@ export declare class SpsFileUploadComponent extends HTMLElement {
|
|
|
10
10
|
downloadLabel: string;
|
|
11
11
|
acceptExtensions: string;
|
|
12
12
|
maxSize: string;
|
|
13
|
+
customRequirement: string;
|
|
13
14
|
selection: {
|
|
14
15
|
event: boolean;
|
|
15
16
|
type: string;
|
|
@@ -59,6 +60,8 @@ export declare class SpsFileUploadComponent extends HTMLElement {
|
|
|
59
60
|
acceptExtensions: string[] | string;
|
|
60
61
|
/** The maximum allowable size in bytes for files selected by the component. */
|
|
61
62
|
maxSize: string;
|
|
63
|
+
/** custom label in requirements place. */
|
|
64
|
+
customRequirement: string;
|
|
62
65
|
/**
|
|
63
66
|
* Event which emits when a file or files have been selected by the user. The
|
|
64
67
|
* event detail will be an array of Files.
|