@skedulo/breeze-ui 1.7.1 → 1.8.1
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/custom-elements.json +15 -17
- package/dist/lib/cjs/breeze-ui.js +423 -416
- package/dist/lib/es/breeze-ui.js +15169 -14520
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/modal/layout.d.ts +4 -1
- package/dist/types/components/modal/layout.d.ts.map +1 -1
- package/dist/types/components/modal/modal.d.ts +12 -3
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/package.json +4 -2
|
@@ -7484,7 +7484,7 @@
|
|
|
7484
7484
|
"text": "boolean"
|
|
7485
7485
|
},
|
|
7486
7486
|
"default": "false",
|
|
7487
|
-
"description": "Hides the close button in header",
|
|
7487
|
+
"description": "Hides the close button in header and prevents closing the modal by clicking\non the overlay.",
|
|
7488
7488
|
"fieldName": "noClose",
|
|
7489
7489
|
"inheritedFrom": {
|
|
7490
7490
|
"name": "Modal",
|
|
@@ -7528,21 +7528,13 @@
|
|
|
7528
7528
|
"text": "boolean"
|
|
7529
7529
|
},
|
|
7530
7530
|
"default": "false",
|
|
7531
|
-
"description": "Hides the close button in header",
|
|
7531
|
+
"description": "Hides the close button in header and prevents closing the modal by clicking\non the overlay.",
|
|
7532
7532
|
"attribute": "no-close",
|
|
7533
7533
|
"inheritedFrom": {
|
|
7534
7534
|
"name": "Modal",
|
|
7535
7535
|
"module": "src/components/modal/modal.ts"
|
|
7536
7536
|
}
|
|
7537
7537
|
},
|
|
7538
|
-
{
|
|
7539
|
-
"kind": "field",
|
|
7540
|
-
"name": "shown",
|
|
7541
|
-
"inheritedFrom": {
|
|
7542
|
-
"name": "Modal",
|
|
7543
|
-
"module": "src/components/modal/modal.ts"
|
|
7544
|
-
}
|
|
7545
|
-
},
|
|
7546
7538
|
{
|
|
7547
7539
|
"kind": "method",
|
|
7548
7540
|
"name": "handleTransitionEnd",
|
|
@@ -32079,8 +32071,18 @@
|
|
|
32079
32071
|
},
|
|
32080
32072
|
{
|
|
32081
32073
|
"kind": "class",
|
|
32082
|
-
"description": "Modal footer component.",
|
|
32074
|
+
"description": "Modal footer component. Usually contains buttons, e.g. Cancel, Confirm.",
|
|
32083
32075
|
"name": "ModalFooter",
|
|
32076
|
+
"slots": [
|
|
32077
|
+
{
|
|
32078
|
+
"description": "Content to be aligned to the left of the footer",
|
|
32079
|
+
"name": "left"
|
|
32080
|
+
},
|
|
32081
|
+
{
|
|
32082
|
+
"description": "Content to be aligned to the right of the footer",
|
|
32083
|
+
"name": "right"
|
|
32084
|
+
}
|
|
32085
|
+
],
|
|
32084
32086
|
"members": [],
|
|
32085
32087
|
"superclass": {
|
|
32086
32088
|
"name": "LitElement",
|
|
@@ -32219,13 +32221,9 @@
|
|
|
32219
32221
|
"text": "boolean"
|
|
32220
32222
|
},
|
|
32221
32223
|
"default": "false",
|
|
32222
|
-
"description": "Hides the close button in header",
|
|
32224
|
+
"description": "Hides the close button in header and prevents closing the modal by clicking\non the overlay.",
|
|
32223
32225
|
"attribute": "no-close"
|
|
32224
32226
|
},
|
|
32225
|
-
{
|
|
32226
|
-
"kind": "field",
|
|
32227
|
-
"name": "shown"
|
|
32228
|
-
},
|
|
32229
32227
|
{
|
|
32230
32228
|
"kind": "method",
|
|
32231
32229
|
"name": "handleTransitionEnd",
|
|
@@ -32271,7 +32269,7 @@
|
|
|
32271
32269
|
"text": "boolean"
|
|
32272
32270
|
},
|
|
32273
32271
|
"default": "false",
|
|
32274
|
-
"description": "Hides the close button in header",
|
|
32272
|
+
"description": "Hides the close button in header and prevents closing the modal by clicking\non the overlay.",
|
|
32275
32273
|
"fieldName": "noClose"
|
|
32276
32274
|
}
|
|
32277
32275
|
],
|