dap-design-system 0.33.0 → 0.33.2
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 +2 -2
- package/dist/dds.js.map +1 -1
- package/dist/manifest/types/vue/index.d.ts +338 -338
- package/dist/manifest/vscode.html-custom-data.json +177 -177
- package/dist/manifest/web-types.json +577 -577
- package/dist/react-types.ts +10 -10
- package/dist/react.d.ts +243 -243
- package/dist/react.js +128 -128
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/dds.d.ts
CHANGED
|
@@ -1263,9 +1263,9 @@ export declare class DapDSButton extends GenericFormElement {
|
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
1265
1265
|
/**
|
|
1266
|
-
* `
|
|
1266
|
+
* `dap-ds-calendar`
|
|
1267
1267
|
* @summary A calendar is a visual representation of dates. It allows users to select a date.
|
|
1268
|
-
* @element
|
|
1268
|
+
* @element dap-ds-calendar
|
|
1269
1269
|
* @title - Calendar
|
|
1270
1270
|
*
|
|
1271
1271
|
* @event dds-change - Fired when the calendar value changes.
|