@ulu/frontend 0.1.0-beta.73 → 0.1.0-beta.75
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/CHANGELOG.md +11 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/dist/ulu-frontend.min.js +8 -3
- package/docs-dev/changelog/index.html +29 -3
- package/docs-dev/demos/card/index.html +16 -16
- package/docs-dev/demos/data-table/index.html +100 -100
- package/docs-dev/demos/modals/index.html +21 -1
- package/docs-dev/javascript/ui-modal-builder/index.html +5 -0
- package/docs-dev/sass/components/modal/index.html +1 -1
- package/js/ui/modal-builder.js +13 -3
- package/package.json +1 -1
- package/scss/components/_modal.scss +0 -6
- package/types/ui/modal-builder.d.ts +6 -0
- package/types/ui/modal-builder.d.ts.map +1 -1
|
@@ -23,6 +23,8 @@ export namespace defaults {
|
|
|
23
23
|
export let title: any;
|
|
24
24
|
export let titleIcon: any;
|
|
25
25
|
export let titleClass: string;
|
|
26
|
+
export let labelledby: any;
|
|
27
|
+
export let describedby: any;
|
|
26
28
|
export let nonModal: boolean;
|
|
27
29
|
export let documentEnd: boolean;
|
|
28
30
|
export let allowResize: boolean;
|
|
@@ -67,6 +69,10 @@ export type DefaultModalOptions = {
|
|
|
67
69
|
* - Extra class/classes to add to title
|
|
68
70
|
*/
|
|
69
71
|
titleClass: string;
|
|
72
|
+
/**
|
|
73
|
+
* - Set the title id (to tie to a custom title implementation, if using built in title this will be set automatically)
|
|
74
|
+
*/
|
|
75
|
+
titleId: string;
|
|
70
76
|
/**
|
|
71
77
|
* - If `true`, the modal will not prevent interaction with elements behind it. Defaults to `false`.
|
|
72
78
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal-builder.d.ts","sourceRoot":"","sources":["../../js/ui/modal-builder.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"modal-builder.d.ts","sourceRoot":"","sources":["../../js/ui/modal-builder.js"],"names":[],"mappings":"AA0IA;;GAEG;AACH,gDAEC;AAED;;;GAGG;AACH,6BAQC;AAED;;;;GAIG;AACH,oCAHW,IAAI;;EAmDd;AAvMD;;GAEG;AACH,+CAGG;;;;;;;;;;;;;;;;;;;;;;IAyDD,uDAGC;IACD,yDAGC;IACD;;;;;OAKG;IACH,0DA0CC;;;;;;;;;;;;WAzGW,MAAM,GAAC,IAAI;;;;eACX,MAAM,GAAC,IAAI;;;;gBACX,MAAM;;;;aACN,MAAM;;;;cACN,OAAO;;;;iBACP,OAAO;;;;iBACP,OAAO;;;;cACP,QAAQ,GAAC,UAAU,GAAC,YAAY,GAAC,WAAW,GAAC,aAAa,GAAC,eAAe,GAAC,cAAc;;;;eACzF,OAAO;;;;gBACP,OAAO;;;;UACP,SAAS,GAAC,OAAO,GAAC,OAAO,GAAC,YAAY;;;;WACtC,OAAO;;;;iBACP,OAAO;;;;WACP,MAAM;;;;eACN,MAAM;;;;oBACN,MAAM;;;;sBACN,MAAM;;;;WACN,OAAO;;;;8BACE,MAAM,KAAG,MAAM;;;;mBACf,MAAM,KAAG,MAAM;;qCAzCD,oBAAoB"}
|