dap-design-system 0.10.1 → 0.10.3
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 +16 -16
- package/dist/dds.js +1177 -1187
- package/dist/dds.js.map +1 -1
- package/dist/manifest/types/vue/index.d.ts +170 -184
- package/dist/manifest/vscode.html-custom-data.json +96 -95
- package/dist/manifest/web-types.json +177 -188
- package/dist/react.d.ts +23 -22
- package/dist/react.js +116 -116
- package/dist/react.js.map +1 -1
- package/package.json +3 -2
package/dist/dds.d.ts
CHANGED
|
@@ -1291,7 +1291,7 @@ export declare class DapDSContentSwitcherItem extends DdsElement {
|
|
|
1291
1291
|
* @title - Datepicker
|
|
1292
1292
|
*
|
|
1293
1293
|
*/
|
|
1294
|
-
export declare class
|
|
1294
|
+
export declare class DapDSDatePicker extends DdsElement {
|
|
1295
1295
|
value: string;
|
|
1296
1296
|
static styles: CSSResult;
|
|
1297
1297
|
render(): TemplateResult_2;
|
|
@@ -1355,11 +1355,11 @@ declare const DapDSFeedback_base: typeof DdsElement & {
|
|
|
1355
1355
|
* @attribute {string} status - The status of the file input. Can be 'success' or 'error'.
|
|
1356
1356
|
* @attribute {string} path - The server path for file uploads.
|
|
1357
1357
|
* @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}
|
|
1358
|
+
* @attribute {string} uploadProperty - The name of the property to use when uploading files.
|
|
1359
|
+
* @attribute {string} uploadMethod - The HTTP method to use when uploading files.
|
|
1360
|
+
* @attribute {boolean} withCredentials - Whether to send credentials with the file upload request.
|
|
1361
|
+
* @attribute {string} maxFiles - The maximum number of files that can be uploaded.
|
|
1362
|
+
* @attribute {string} maxFileSize - The maximum size of files that can be uploaded.
|
|
1363
1363
|
* @attribute {string} size - The size of the file input. Can be 'small', 'medium', or 'large'.
|
|
1364
1364
|
* @attribute {string} label - The label for the file input.
|
|
1365
1365
|
* @attribute {string} description - The description for the file input.
|
|
@@ -1370,7 +1370,10 @@ declare const DapDSFeedback_base: typeof DdsElement & {
|
|
|
1370
1370
|
* @attribute {boolean} optional - Whether the file input is optional.
|
|
1371
1371
|
* @attribute {boolean} disabled - Whether the file input is disabled.
|
|
1372
1372
|
* @attribute {boolean} multiple - Whether the file input accepts multiple files.
|
|
1373
|
-
* @attribute {
|
|
1373
|
+
* @attribute {string} accept - The file types that the file input accepts.
|
|
1374
|
+
* @attribute {string} uploadUrl - The URL to upload files to.
|
|
1375
|
+
* @attribute {boolean} keepValue - Whether to keep the value of the file input when new files are selected.
|
|
1376
|
+
* @attribute {string} uploadButtonLabel - The label for the upload button.
|
|
1374
1377
|
*
|
|
1375
1378
|
* @event dds-upload-start - Fired when a file upload starts.
|
|
1376
1379
|
* @event dds-upload-progress - Fired during file upload progress.
|
|
@@ -1391,8 +1394,7 @@ export declare class DapDSFileInput extends GenericFormElement {
|
|
|
1391
1394
|
uploadButtonLabel: string;
|
|
1392
1395
|
accept: string;
|
|
1393
1396
|
multiple: boolean;
|
|
1394
|
-
keepValue:
|
|
1395
|
-
showProgress: boolean;
|
|
1397
|
+
keepValue: boolean;
|
|
1396
1398
|
uploadUrl: string;
|
|
1397
1399
|
autoupload: boolean;
|
|
1398
1400
|
uploadProperty: string;
|
|
@@ -2056,6 +2058,7 @@ export declare class DapDSPopup extends DdsElement {
|
|
|
2056
2058
|
sync?: boolean;
|
|
2057
2059
|
maxHeight: number;
|
|
2058
2060
|
hasArrow: boolean;
|
|
2061
|
+
overflow: boolean;
|
|
2059
2062
|
connectedCallback(): Promise<void>;
|
|
2060
2063
|
updated(changedProps: Map<string, unknown>): Promise<void>;
|
|
2061
2064
|
private handleAnchorChange;
|
|
@@ -2248,7 +2251,6 @@ export declare class DapDSSearch extends ComboboxBaseElement {
|
|
|
2248
2251
|
* @attribute {string} optionalLabel - The optional label of the select.
|
|
2249
2252
|
* @attribute {boolean} subtle - The weight of the label. Default is `false`
|
|
2250
2253
|
* @attribute {boolean} noAnimation - The animation state of the select. Default is `false`
|
|
2251
|
-
* @attribute {number} maxHeight - The max height of the floating dropdown.
|
|
2252
2254
|
*
|
|
2253
2255
|
* @csspart base - The main select container.
|
|
2254
2256
|
* @csspart trigger - The trigger button of the select.
|
|
@@ -2445,7 +2447,6 @@ export declare class DapDSTab extends DdsElement {
|
|
|
2445
2447
|
*
|
|
2446
2448
|
* @attribute {'sm' | 'lg'} size - Defines the size of the tab buttons. Default is `sm`. Can be `sm` or `lg`.
|
|
2447
2449
|
* @attribute {string} selectedTabId - The selected tab id.
|
|
2448
|
-
* @attribute {'true' | 'false'} keepcontent - If true, the content of the tab will not be removed when the tab is not selected.
|
|
2449
2450
|
* @attribute {boolean} mobile - If true, the tab group will be displayed in mobile mode.
|
|
2450
2451
|
*
|
|
2451
2452
|
* @event dds-tab-select - Fired when select a new tab.
|
|
@@ -2463,13 +2464,12 @@ export declare class DapDSTabGroup extends DdsElement {
|
|
|
2463
2464
|
size: CommonSize;
|
|
2464
2465
|
mobile: boolean;
|
|
2465
2466
|
tabNavElements: HTMLElement[];
|
|
2466
|
-
private _tabElements;
|
|
2467
2467
|
private _tabNavItems;
|
|
2468
2468
|
private _activeTabIds;
|
|
2469
2469
|
private _initialEmit;
|
|
2470
2470
|
emitTabSelect(tabId: string): void;
|
|
2471
2471
|
attributeChangedCallback(name: string, oldValue: string | null, value: string | null): void;
|
|
2472
|
-
|
|
2472
|
+
handleSlotChange(event: Event): void;
|
|
2473
2473
|
handleClick(tabId: string | null): void;
|
|
2474
2474
|
handleKeyDown(event: KeyboardEvent): void;
|
|
2475
2475
|
render(): TemplateResult_2<1>;
|
|
@@ -2875,7 +2875,7 @@ declare type DescriptionProps = {
|
|
|
2875
2875
|
*
|
|
2876
2876
|
* @csspart base - The main icon container.
|
|
2877
2877
|
*/
|
|
2878
|
-
export declare class
|
|
2878
|
+
export declare class DocumentClipboardLine extends DdsElement {
|
|
2879
2879
|
/** (optional) The width and height in pixels */
|
|
2880
2880
|
size?: number | undefined;
|
|
2881
2881
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
@@ -4421,8 +4421,8 @@ declare global {
|
|
|
4421
4421
|
|
|
4422
4422
|
declare global {
|
|
4423
4423
|
interface HTMLElementTagNameMap {
|
|
4424
|
-
'dap-ds-
|
|
4425
|
-
'dap-ds-
|
|
4424
|
+
'dap-ds-content-switcher': DapDSContentSwitcher;
|
|
4425
|
+
'dap-ds-content-switcher-item': DapDSContentSwitcherItem;
|
|
4426
4426
|
}
|
|
4427
4427
|
}
|
|
4428
4428
|
|