dap-design-system 0.10.2 → 0.10.4
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/dds.d.ts +17 -13
- package/dist/dds.js +217 -231
- package/dist/dds.js.map +1 -1
- package/dist/manifest/types/vue/index.d.ts +256 -268
- package/dist/manifest/vscode.html-custom-data.json +129 -124
- package/dist/manifest/web-types.json +206 -217
- package/dist/react.d.ts +28 -19
- package/dist/react.js +121 -121
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/dds.d.ts
CHANGED
|
@@ -781,8 +781,10 @@ export declare class DapDSBreadcrumb extends DdsElement {
|
|
|
781
781
|
*
|
|
782
782
|
* @slot - The content of the breadcrumb item.
|
|
783
783
|
*
|
|
784
|
-
* @csspart base - The main breadcrumb item container.
|
|
785
|
-
* @csspart link - The link of the breadcrumb item.
|
|
784
|
+
* @csspart base - The main breadcrumb item container. The li element.
|
|
785
|
+
* @csspart link - The link of the breadcrumb item. The dap-ds-link component.
|
|
786
|
+
* @csspart link-base - The base part of the link part. The dap-ds-link components base part.
|
|
787
|
+
* @csspart item-nolink - The item of the breadcrumb item without a link. The span element.
|
|
786
788
|
*/
|
|
787
789
|
export declare class DapDSBreadcrumbItem extends DdsElement {
|
|
788
790
|
href?: string;
|
|
@@ -1291,7 +1293,7 @@ export declare class DapDSContentSwitcherItem extends DdsElement {
|
|
|
1291
1293
|
* @title - Datepicker
|
|
1292
1294
|
*
|
|
1293
1295
|
*/
|
|
1294
|
-
export declare class
|
|
1296
|
+
export declare class DapDSDatePicker extends DdsElement {
|
|
1295
1297
|
value: string;
|
|
1296
1298
|
static styles: CSSResult;
|
|
1297
1299
|
render(): TemplateResult_2;
|
|
@@ -1355,11 +1357,11 @@ declare const DapDSFeedback_base: typeof DdsElement & {
|
|
|
1355
1357
|
* @attribute {string} status - The status of the file input. Can be 'success' or 'error'.
|
|
1356
1358
|
* @attribute {string} path - The server path for file uploads.
|
|
1357
1359
|
* @attribute {boolean} autoupload - Whether to upload files immediately upon selection.
|
|
1358
|
-
* @attribute {string}
|
|
1359
|
-
* @attribute {string}
|
|
1360
|
-
* @attribute {boolean}
|
|
1361
|
-
* @attribute {string}
|
|
1362
|
-
* @attribute {string}
|
|
1360
|
+
* @attribute {string} uploadProperty - The name of the property to use when uploading files.
|
|
1361
|
+
* @attribute {string} uploadMethod - The HTTP method to use when uploading files.
|
|
1362
|
+
* @attribute {boolean} withCredentials - Whether to send credentials with the file upload request.
|
|
1363
|
+
* @attribute {string} maxFiles - The maximum number of files that can be uploaded.
|
|
1364
|
+
* @attribute {string} maxFileSize - The maximum size of files that can be uploaded.
|
|
1363
1365
|
* @attribute {string} size - The size of the file input. Can be 'small', 'medium', or 'large'.
|
|
1364
1366
|
* @attribute {string} label - The label for the file input.
|
|
1365
1367
|
* @attribute {string} description - The description for the file input.
|
|
@@ -1370,7 +1372,10 @@ declare const DapDSFeedback_base: typeof DdsElement & {
|
|
|
1370
1372
|
* @attribute {boolean} optional - Whether the file input is optional.
|
|
1371
1373
|
* @attribute {boolean} disabled - Whether the file input is disabled.
|
|
1372
1374
|
* @attribute {boolean} multiple - Whether the file input accepts multiple files.
|
|
1373
|
-
* @attribute {
|
|
1375
|
+
* @attribute {string} accept - The file types that the file input accepts.
|
|
1376
|
+
* @attribute {string} uploadUrl - The URL to upload files to.
|
|
1377
|
+
* @attribute {boolean} keepValue - Whether to keep the value of the file input when new files are selected.
|
|
1378
|
+
* @attribute {string} uploadButtonLabel - The label for the upload button.
|
|
1374
1379
|
*
|
|
1375
1380
|
* @event dds-upload-start - Fired when a file upload starts.
|
|
1376
1381
|
* @event dds-upload-progress - Fired during file upload progress.
|
|
@@ -1392,7 +1397,6 @@ export declare class DapDSFileInput extends GenericFormElement {
|
|
|
1392
1397
|
accept: string;
|
|
1393
1398
|
multiple: boolean;
|
|
1394
1399
|
keepValue: boolean;
|
|
1395
|
-
showProgress: boolean;
|
|
1396
1400
|
uploadUrl: string;
|
|
1397
1401
|
autoupload: boolean;
|
|
1398
1402
|
uploadProperty: string;
|
|
@@ -2873,7 +2877,7 @@ declare type DescriptionProps = {
|
|
|
2873
2877
|
*
|
|
2874
2878
|
* @csspart base - The main icon container.
|
|
2875
2879
|
*/
|
|
2876
|
-
export declare class
|
|
2880
|
+
export declare class DocumentClipboardLine extends DdsElement {
|
|
2877
2881
|
/** (optional) The width and height in pixels */
|
|
2878
2882
|
size?: number | undefined;
|
|
2879
2883
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
@@ -4419,8 +4423,8 @@ declare global {
|
|
|
4419
4423
|
|
|
4420
4424
|
declare global {
|
|
4421
4425
|
interface HTMLElementTagNameMap {
|
|
4422
|
-
'dap-ds-
|
|
4423
|
-
'dap-ds-
|
|
4426
|
+
'dap-ds-content-switcher': DapDSContentSwitcher;
|
|
4427
|
+
'dap-ds-content-switcher-item': DapDSContentSwitcherItem;
|
|
4424
4428
|
}
|
|
4425
4429
|
}
|
|
4426
4430
|
|