@universityofmaryland/web-components-library 1.7.0-beta.4 → 1.7.0-beta.6
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/api/event/lockup.d.ts.map +1 -1
- package/dist/api/quote/index.d.ts.map +1 -1
- package/dist/index.d.ts +8 -134
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +8 -8
- package/dist/model/utilities/styles.d.ts +2 -2
- package/dist/utilities/animations.d.ts +2 -0
- package/dist/utilities/animations.d.ts.map +1 -0
- package/dist/utilities/index.d.ts +3 -8
- package/dist/utilities/index.d.ts.map +1 -1
- package/dist/utilities/markup/create.d.ts +21 -34
- package/dist/utilities/markup/create.d.ts.map +1 -1
- package/dist/utilities/markup/event.d.ts +13 -16
- package/dist/utilities/markup/event.d.ts.map +1 -1
- package/dist/utilities/markup/index.d.ts +5 -0
- package/dist/utilities/markup/index.d.ts.map +1 -0
- package/dist/utilities/markup/modify.d.ts +3 -26
- package/dist/utilities/markup/modify.d.ts.map +1 -1
- package/dist/utilities/markup/validate.d.ts +11 -14
- package/dist/utilities/markup/validate.d.ts.map +1 -1
- package/dist/utilities/styles.d.ts +4 -7
- package/dist/utilities/styles.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/utilities/animation.d.ts +0 -5
- package/dist/utilities/animation.d.ts.map +0 -1
- package/dist/utilities/date.d.ts +0 -15
- package/dist/utilities/date.d.ts.map +0 -1
|
@@ -54,10 +54,6 @@
|
|
|
54
54
|
!*** ./source/api/tabs/index.ts ***!
|
|
55
55
|
\**********************************/
|
|
56
56
|
|
|
57
|
-
/*!**********************************!*\
|
|
58
|
-
!*** ./source/utilities/date.ts ***!
|
|
59
|
-
\**********************************/
|
|
60
|
-
|
|
61
57
|
/*!***********************************!*\
|
|
62
58
|
!*** ./source/api/event/index.ts ***!
|
|
63
59
|
\***********************************/
|
|
@@ -158,10 +154,6 @@
|
|
|
158
154
|
!*** ./source/model/slots/mapping.ts ***!
|
|
159
155
|
\***************************************/
|
|
160
156
|
|
|
161
|
-
/*!***************************************!*\
|
|
162
|
-
!*** ./source/utilities/animation.ts ***!
|
|
163
|
-
\***************************************/
|
|
164
|
-
|
|
165
157
|
/*!****************************************!*\
|
|
166
158
|
!*** ../variables/dist/layout/grid.js ***!
|
|
167
159
|
\****************************************/
|
|
@@ -186,6 +178,10 @@
|
|
|
186
178
|
!*** ./source/api/scroll-top/index.ts ***!
|
|
187
179
|
\****************************************/
|
|
188
180
|
|
|
181
|
+
/*!****************************************!*\
|
|
182
|
+
!*** ./source/utilities/animations.ts ***!
|
|
183
|
+
\****************************************/
|
|
184
|
+
|
|
189
185
|
/*!*****************************************!*\
|
|
190
186
|
!*** ../variables/dist/layout/index.js ***!
|
|
191
187
|
\*****************************************/
|
|
@@ -306,6 +302,10 @@
|
|
|
306
302
|
!*** ./source/utilities/markup/event.ts ***!
|
|
307
303
|
\******************************************/
|
|
308
304
|
|
|
305
|
+
/*!******************************************!*\
|
|
306
|
+
!*** ./source/utilities/markup/index.ts ***!
|
|
307
|
+
\******************************************/
|
|
308
|
+
|
|
309
309
|
/*!*******************************************!*\
|
|
310
310
|
!*** ../../node_modules/cssesc/cssesc.js ***!
|
|
311
311
|
\*******************************************/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../source/utilities/animations.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,wBAAwB,YA+FpC,CAAC"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import MarkupEvent from './markup/event';
|
|
5
|
-
import MarkupModify from './markup/modify';
|
|
6
|
-
import MarkupValidate from './markup/validate';
|
|
7
|
-
import Styles from './styles';
|
|
8
|
-
export { Animation, DateUtility, MarkupCreate, MarkupEvent, MarkupModify, MarkupValidate, Styles, };
|
|
1
|
+
export * as Animations from './animations';
|
|
2
|
+
export * as Markup from './markup';
|
|
3
|
+
export * as Styles from './styles';
|
|
9
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/utilities/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/utilities/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAGnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}
|
|
@@ -1,41 +1,28 @@
|
|
|
1
|
+
export declare const Node: {
|
|
2
|
+
slot: ({ type }: {
|
|
3
|
+
type: string;
|
|
4
|
+
}) => HTMLSlotElement;
|
|
5
|
+
linkWithSpan: ({ url, title, label, }: {
|
|
6
|
+
url: string;
|
|
7
|
+
title: string;
|
|
8
|
+
label?: string;
|
|
9
|
+
}) => HTMLAnchorElement;
|
|
10
|
+
stylesTemplate: ({ styles }: {
|
|
11
|
+
styles: string;
|
|
12
|
+
}) => HTMLTemplateElement;
|
|
13
|
+
};
|
|
1
14
|
export declare const SlotWithDefaultStyling: ({ element, slotRef, }: {
|
|
2
15
|
element: HTMLElement;
|
|
3
16
|
slotRef: string;
|
|
4
17
|
}) => HTMLElement | null;
|
|
5
|
-
declare const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
slot: ({ type }: {
|
|
11
|
-
type: string;
|
|
12
|
-
}) => HTMLSlotElement;
|
|
13
|
-
imageFromSvg: ({ SVG }: {
|
|
14
|
-
SVG: string;
|
|
15
|
-
}) => HTMLImageElement;
|
|
16
|
-
linkWithSpan: ({ url, title, label, }: {
|
|
17
|
-
url: string;
|
|
18
|
-
title: string;
|
|
19
|
-
label?: string;
|
|
20
|
-
}) => HTMLAnchorElement;
|
|
21
|
-
stylesTemplate: ({ styles }: {
|
|
22
|
-
styles: string;
|
|
23
|
-
}) => HTMLTemplateElement;
|
|
18
|
+
export declare const SlotOberserver: ({ element, shadowDom, slots, CreateShadowDom, }: {
|
|
19
|
+
element: HTMLElement;
|
|
20
|
+
shadowDom: ShadowRoot;
|
|
21
|
+
slots: {
|
|
22
|
+
[key: string]: string;
|
|
24
23
|
};
|
|
25
|
-
|
|
26
|
-
element:
|
|
27
|
-
slotRef: string;
|
|
28
|
-
}) => HTMLElement | null;
|
|
29
|
-
SlotOberserver: ({ element, shadowDom, slots, CreateShadowDom, }: {
|
|
30
|
-
element: HTMLElement;
|
|
31
|
-
shadowDom: ShadowRoot;
|
|
32
|
-
slots: {
|
|
33
|
-
[key: string]: string;
|
|
34
|
-
};
|
|
35
|
-
CreateShadowDom: ({ element }: {
|
|
36
|
-
element: any;
|
|
37
|
-
}) => void;
|
|
24
|
+
CreateShadowDom: ({ element }: {
|
|
25
|
+
element: any;
|
|
38
26
|
}) => void;
|
|
39
|
-
};
|
|
40
|
-
export default _default;
|
|
27
|
+
}) => void;
|
|
41
28
|
//# sourceMappingURL=create.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/create.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/create.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;qBACE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE;2CAW9B;QACD,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB;iCAgB4B;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE;CAOhD,CAAC;AAEF,eAAO,MAAM,sBAAsB,0BAGhC;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB,uBAeA,CAAC;AAEF,eAAO,MAAM,cAAc,oDAKxB;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,SAAS,EAAE,UAAU,CAAC;IACtB,KAAK,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACjC,eAAe,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE;QAAE,OAAO,EAAE,GAAG,CAAA;KAAE,KAAK,IAAI,CAAC;CAC1D,SAiCA,CAAC"}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}) => any;
|
|
15
|
-
};
|
|
16
|
-
export default _default;
|
|
1
|
+
export declare const createDate: ({ element, }: {
|
|
2
|
+
element: HTMLElement | Element | null;
|
|
3
|
+
}) => {
|
|
4
|
+
dayOfWeek: string;
|
|
5
|
+
month: string;
|
|
6
|
+
day: string;
|
|
7
|
+
time: string;
|
|
8
|
+
} | null;
|
|
9
|
+
export declare const createDetailsData: ({ locationElement, startDate, endDate, }: {
|
|
10
|
+
locationElement?: HTMLElement | Element | null;
|
|
11
|
+
startDate: Record<string, string>;
|
|
12
|
+
endDate?: Record<string, string> | null;
|
|
13
|
+
}) => any;
|
|
17
14
|
//# sourceMappingURL=event.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/event.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/event.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,UAAU,iBAEpB;IACD,OAAO,EAAE,WAAW,GAAG,OAAO,GAAG,IAAI,CAAC;CACvC;;;;;QAgBA,CAAC;AAEF,eAAO,MAAM,iBAAiB,6CAI3B;IACD,eAAe,CAAC,EAAE,WAAW,GAAG,OAAO,GAAG,IAAI,CAAC;IAC/C,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CACzC,QAoBA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAGjC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAGnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAGnC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC"}
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}) => void;
|
|
5
|
-
CleanCopy: ({ element }: {
|
|
6
|
-
element: HTMLElement;
|
|
7
|
-
}) => HTMLAnchorElement;
|
|
8
|
-
CtaStyle: ({ element, styleClass, }: {
|
|
9
|
-
element: HTMLElement | HTMLAnchorElement;
|
|
10
|
-
styleClass: string;
|
|
11
|
-
}) => void;
|
|
12
|
-
TruncateTextBasedOnSize: ({ text, size, breakpointLarge, breakpointMax, textSizeSmall, textSizeLarge, textSizeMax, }: {
|
|
13
|
-
text: string;
|
|
14
|
-
size: number;
|
|
15
|
-
breakpointLarge?: number;
|
|
16
|
-
breakpointMax?: number;
|
|
17
|
-
textSizeSmall?: number;
|
|
18
|
-
textSizeLarge?: number;
|
|
19
|
-
textSizeMax?: number;
|
|
20
|
-
}) => string;
|
|
21
|
-
TruncateText: ({ text, maxTextSize, }: {
|
|
22
|
-
text: string;
|
|
23
|
-
maxTextSize: number;
|
|
24
|
-
}) => string;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
1
|
+
export declare const AnimationLinkSpan: ({ element, }: {
|
|
2
|
+
element: HTMLElement | HTMLAnchorElement;
|
|
3
|
+
}) => void;
|
|
27
4
|
//# sourceMappingURL=modify.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modify.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/modify.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"modify.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/modify.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,iBAE3B;IACD,OAAO,EAAE,WAAW,GAAG,iBAAiB,CAAC;CAC1C,SAiBA,CAAC"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}) => HTMLImageElement | null;
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
1
|
+
export declare const imageAlt: ({ element, slotRef, }: {
|
|
2
|
+
element: HTMLElement;
|
|
3
|
+
slotRef: string;
|
|
4
|
+
}) => boolean;
|
|
5
|
+
export declare const ImageHasAlt: ({ image }: {
|
|
6
|
+
image: HTMLImageElement;
|
|
7
|
+
}) => boolean;
|
|
8
|
+
export declare const ImageSlot: ({ element, ImageSlot, }: {
|
|
9
|
+
element: HTMLElement;
|
|
10
|
+
ImageSlot: string;
|
|
11
|
+
}) => HTMLImageElement | null;
|
|
15
12
|
//# sourceMappingURL=validate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/validate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validate.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/validate.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,0BAGlB;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB,YAYA,CAAC;AAEF,eAAO,MAAM,WAAW,cAAe;IAAE,KAAK,EAAE,gBAAgB,CAAA;CAAE,YAUjE,CAAC;AAEF,eAAO,MAAM,SAAS,4BAGnB;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,4BASA,CAAC"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}) => string;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
1
|
+
export declare const reset: string;
|
|
2
|
+
export declare const convertJSSObjectToStyles: ({ styleObj }: {
|
|
3
|
+
styleObj: any;
|
|
4
|
+
}) => string;
|
|
8
5
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../source/utilities/styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../source/utilities/styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,KAAK,QAqEjB,CAAC;AAEF,eAAO,MAAM,wBAAwB,iBAAkB;IAAE,QAAQ,EAAE,GAAG,CAAA;CAAE,WAGhE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animation.d.ts","sourceRoot":"","sources":["../../source/utilities/animation.ts"],"names":[],"mappings":";;;AAoGA,wBAEE"}
|
package/dist/utilities/date.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
CreateVisualFormattedDate: (date: Date) => {
|
|
3
|
-
full: string;
|
|
4
|
-
dayOfWeekLong: string;
|
|
5
|
-
dayOfWeek: string;
|
|
6
|
-
month: string;
|
|
7
|
-
day: string;
|
|
8
|
-
time: string;
|
|
9
|
-
};
|
|
10
|
-
CreateDateCompareString: (date: Date) => {
|
|
11
|
-
palindromeTruncated: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
15
|
-
//# sourceMappingURL=date.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../source/utilities/date.ts"],"names":[],"mappings":";sCAAyC,IAAI;;;;;;;;oCA6BN,IAAI;;;;AAO3C,wBAGE"}
|