@scouterna/ui-webc 2.0.0 → 2.2.0
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/cjs/{index-D42maJcS.js → index-CtwQwhfH.js} +7 -8
- package/dist/cjs/index-CtwQwhfH.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/scout-app-bar.cjs.entry.js +20 -0
- package/dist/cjs/scout-app-bar.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-bottom-bar-item.cjs.entry.js +8 -2
- package/dist/cjs/scout-bottom-bar-item.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-bottom-bar.cjs.entry.js +2 -2
- package/dist/cjs/scout-bottom-bar.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-button.cjs.entry.js +19 -3
- package/dist/cjs/scout-button.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-card.cjs.entry.js +3 -3
- package/dist/cjs/scout-card.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-checkbox.scout-radio-button.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-checkbox_2.cjs.entry.js +91 -0
- package/dist/cjs/scout-divider.cjs.entry.js +19 -0
- package/dist/cjs/scout-divider.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-field.cjs.entry.js +2 -2
- package/dist/cjs/scout-field.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-input.cjs.entry.js +3 -2
- package/dist/cjs/scout-input.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-link.cjs.entry.js +64 -0
- package/dist/cjs/scout-link.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-list-view-item.cjs.entry.js +63 -0
- package/dist/cjs/scout-list-view-item.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-list-view-subheader.cjs.entry.js +21 -0
- package/dist/cjs/scout-list-view-subheader.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-list-view.cjs.entry.js +39 -0
- package/dist/cjs/scout-list-view.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-loader.cjs.entry.js +73 -0
- package/dist/cjs/scout-loader.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-select.cjs.entry.js +61 -0
- package/dist/cjs/scout-select.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-stack.cjs.entry.js +39 -0
- package/dist/cjs/scout-stack.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-switch.cjs.entry.js +3 -3
- package/dist/cjs/scout-switch.entry.cjs.js.map +1 -1
- package/dist/cjs/ui-webc.cjs.js +3 -3
- package/dist/cjs/ui-webc.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +13 -3
- package/dist/collection/components/app-bar/app-bar.css +27 -0
- package/dist/collection/components/app-bar/app-bar.js +44 -0
- package/dist/collection/components/app-bar/app-bar.js.map +1 -0
- package/dist/collection/components/bottom-bar/bottom-bar.css +1 -1
- package/dist/collection/components/bottom-bar/bottom-bar.js +1 -1
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.css +1 -1
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.js +46 -2
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.js.map +1 -1
- package/dist/collection/components/button/button.css +40 -17
- package/dist/collection/components/button/button.js +97 -4
- package/dist/collection/components/button/button.js.map +1 -1
- package/dist/collection/components/card/card.css +4 -2
- package/dist/collection/components/card/card.js +1 -1
- package/dist/collection/components/checkbox/checkbox.css +2 -6
- package/dist/collection/components/checkbox/checkbox.js +47 -13
- package/dist/collection/components/checkbox/checkbox.js.map +1 -1
- package/dist/collection/components/divider/divider.css +5 -0
- package/dist/collection/components/divider/divider.js +20 -0
- package/dist/collection/components/divider/divider.js.map +1 -0
- package/dist/collection/components/field/field.css +1 -1
- package/dist/collection/components/field/field.js +1 -1
- package/dist/collection/components/input/input.css +1 -1
- package/dist/collection/components/input/input.js +23 -3
- package/dist/collection/components/input/input.js.map +1 -1
- package/dist/collection/components/link/link.css +30 -0
- package/dist/collection/components/link/link.js +207 -0
- package/dist/collection/components/link/link.js.map +1 -0
- package/dist/collection/components/list-view/list-view.css +5 -0
- package/dist/collection/components/list-view/list-view.js +50 -0
- package/dist/collection/components/list-view/list-view.js.map +1 -0
- package/dist/collection/components/list-view-item/list-view-item.css +71 -0
- package/dist/collection/components/list-view-item/list-view-item.js +282 -0
- package/dist/collection/components/list-view-item/list-view-item.js.map +1 -0
- package/dist/collection/components/list-view-subheader/list-view-subheader.css +18 -0
- package/dist/collection/components/list-view-subheader/list-view-subheader.js +65 -0
- package/dist/collection/components/list-view-subheader/list-view-subheader.js.map +1 -0
- package/dist/collection/components/loader/loader.css +118 -0
- package/dist/collection/components/loader/loader.js +111 -0
- package/dist/collection/components/loader/loader.js.map +1 -0
- package/dist/collection/components/loader/symbols/adventurer.svg +22 -0
- package/dist/collection/components/loader/symbols/challenger.svg +22 -0
- package/dist/collection/components/loader/symbols/discoverer.svg +22 -0
- package/dist/collection/components/loader/symbols/family-scout.svg +22 -0
- package/dist/collection/components/loader/symbols/rover.svg +22 -0
- package/dist/collection/components/loader/symbols/tracker.svg +22 -0
- package/dist/collection/components/radio-button/radio-button.css +73 -0
- package/dist/collection/components/radio-button/radio-button.js +209 -0
- package/dist/collection/components/radio-button/radio-button.js.map +1 -0
- package/dist/collection/components/select/select.css +59 -0
- package/dist/collection/components/select/select.js +196 -0
- package/dist/collection/components/select/select.js.map +1 -0
- package/dist/collection/components/stack/stack.css +6 -0
- package/dist/collection/components/stack/stack.js +96 -0
- package/dist/collection/components/stack/stack.js.map +1 -0
- package/dist/collection/components/switch/switch.js +2 -2
- package/dist/collection/components/switch/switch.js.map +1 -1
- package/dist/collection/index.js +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/utils/utils.js +1 -1
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/p-C2uc7k4n.js +73 -0
- package/dist/components/p-C2uc7k4n.js.map +1 -0
- package/dist/components/{p-MfRr-Vl1.js → p-DNlelzlE.js} +7 -9
- package/dist/components/p-DNlelzlE.js.map +1 -0
- package/dist/components/p-Jt6ZXtWI.js +71 -0
- package/dist/components/p-Jt6ZXtWI.js.map +1 -0
- package/dist/components/scout-app-bar.d.ts +11 -0
- package/dist/components/scout-app-bar.js +42 -0
- package/dist/components/scout-app-bar.js.map +1 -0
- package/dist/components/scout-bottom-bar-item.js +11 -3
- package/dist/components/scout-bottom-bar-item.js.map +1 -1
- package/dist/components/scout-bottom-bar.js +2 -2
- package/dist/components/scout-bottom-bar.js.map +1 -1
- package/dist/components/scout-button.js +25 -5
- package/dist/components/scout-button.js.map +1 -1
- package/dist/components/scout-card.js +3 -3
- package/dist/components/scout-card.js.map +1 -1
- package/dist/components/scout-checkbox.js +1 -70
- package/dist/components/scout-checkbox.js.map +1 -1
- package/dist/components/scout-divider.d.ts +11 -0
- package/dist/components/scout-divider.js +39 -0
- package/dist/components/scout-divider.js.map +1 -0
- package/dist/components/scout-field.js +3 -3
- package/dist/components/scout-field.js.map +1 -1
- package/dist/components/scout-input.js +5 -3
- package/dist/components/scout-input.js.map +1 -1
- package/dist/components/scout-link.d.ts +11 -0
- package/dist/components/scout-link.js +91 -0
- package/dist/components/scout-link.js.map +1 -0
- package/dist/components/scout-list-view-item.d.ts +11 -0
- package/dist/components/scout-list-view-item.js +106 -0
- package/dist/components/scout-list-view-item.js.map +1 -0
- package/dist/components/scout-list-view-subheader.d.ts +11 -0
- package/dist/components/scout-list-view-subheader.js +44 -0
- package/dist/components/scout-list-view-subheader.js.map +1 -0
- package/dist/components/scout-list-view.d.ts +11 -0
- package/dist/components/scout-list-view.js +59 -0
- package/dist/components/scout-list-view.js.map +1 -0
- package/dist/components/scout-loader.d.ts +11 -0
- package/dist/components/scout-loader.js +96 -0
- package/dist/components/scout-loader.js.map +1 -0
- package/dist/components/scout-radio-button.d.ts +11 -0
- package/dist/components/scout-radio-button.js +9 -0
- package/dist/components/scout-radio-button.js.map +1 -0
- package/dist/components/scout-select.d.ts +11 -0
- package/dist/components/scout-select.js +86 -0
- package/dist/components/scout-select.js.map +1 -0
- package/dist/components/scout-stack.d.ts +11 -0
- package/dist/components/scout-stack.js +62 -0
- package/dist/components/scout-stack.js.map +1 -0
- package/dist/components/scout-switch.js +4 -4
- package/dist/components/scout-switch.js.map +1 -1
- package/dist/custom-elements.json +1524 -10
- package/dist/esm/{index-DByXnE9g.js → index-Cp4mWtfs.js} +7 -9
- package/dist/esm/index-Cp4mWtfs.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/scout-app-bar.entry.js +18 -0
- package/dist/esm/scout-app-bar.entry.js.map +1 -0
- package/dist/esm/scout-bottom-bar-item.entry.js +8 -2
- package/dist/esm/scout-bottom-bar-item.entry.js.map +1 -1
- package/dist/esm/scout-bottom-bar.entry.js +2 -2
- package/dist/esm/scout-bottom-bar.entry.js.map +1 -1
- package/dist/esm/scout-button.entry.js +19 -3
- package/dist/esm/scout-button.entry.js.map +1 -1
- package/dist/esm/scout-card.entry.js +3 -3
- package/dist/esm/scout-card.entry.js.map +1 -1
- package/dist/esm/scout-checkbox.scout-radio-button.entry.js.map +1 -0
- package/dist/esm/scout-checkbox_2.entry.js +88 -0
- package/dist/esm/scout-divider.entry.js +17 -0
- package/dist/esm/scout-divider.entry.js.map +1 -0
- package/dist/esm/scout-field.entry.js +2 -2
- package/dist/esm/scout-field.entry.js.map +1 -1
- package/dist/esm/scout-input.entry.js +3 -2
- package/dist/esm/scout-input.entry.js.map +1 -1
- package/dist/esm/scout-link.entry.js +62 -0
- package/dist/esm/scout-link.entry.js.map +1 -0
- package/dist/esm/scout-list-view-item.entry.js +61 -0
- package/dist/esm/scout-list-view-item.entry.js.map +1 -0
- package/dist/esm/scout-list-view-subheader.entry.js +19 -0
- package/dist/esm/scout-list-view-subheader.entry.js.map +1 -0
- package/dist/esm/scout-list-view.entry.js +37 -0
- package/dist/esm/scout-list-view.entry.js.map +1 -0
- package/dist/esm/scout-loader.entry.js +71 -0
- package/dist/esm/scout-loader.entry.js.map +1 -0
- package/dist/esm/scout-select.entry.js +59 -0
- package/dist/esm/scout-select.entry.js.map +1 -0
- package/dist/esm/scout-stack.entry.js +37 -0
- package/dist/esm/scout-stack.entry.js.map +1 -0
- package/dist/esm/scout-switch.entry.js +3 -3
- package/dist/esm/scout-switch.entry.js.map +1 -1
- package/dist/esm/ui-webc.js +4 -4
- package/dist/esm/ui-webc.js.map +1 -1
- package/dist/types/components/app-bar/app-bar.d.ts +4 -0
- package/dist/types/components/bottom-bar-item/bottom-bar-item.d.ts +2 -0
- package/dist/types/components/button/button.d.ts +5 -1
- package/dist/types/components/checkbox/checkbox.d.ts +4 -2
- package/dist/types/components/divider/divider.d.ts +3 -0
- package/dist/types/components/input/input.d.ts +1 -0
- package/dist/types/components/link/link.d.ts +39 -0
- package/dist/types/components/list-view/list-view.d.ts +8 -0
- package/dist/types/components/list-view-item/list-view-item.d.ts +19 -0
- package/dist/types/components/list-view-subheader/list-view-subheader.d.ts +5 -0
- package/dist/types/components/loader/loader.d.ts +15 -0
- package/dist/types/components/radio-button/radio-button.d.ts +24 -0
- package/dist/types/components/select/select.d.ts +32 -0
- package/dist/types/components/stack/stack.d.ts +22 -0
- package/dist/types/components.d.ts +427 -4
- package/dist/types/index.d.ts +2 -2
- package/dist/types/stencil-public-runtime.d.ts +20 -11
- package/dist/ui-webc/index.esm.js.map +1 -1
- package/dist/ui-webc/{p-2b434594.entry.js → p-0b42e59f.entry.js} +2 -2
- package/dist/ui-webc/{p-2b434594.entry.js.map → p-0b42e59f.entry.js.map} +1 -1
- package/dist/ui-webc/p-29689fe2.entry.js +2 -0
- package/dist/ui-webc/p-29689fe2.entry.js.map +1 -0
- package/dist/ui-webc/p-33010b09.entry.js +2 -0
- package/dist/ui-webc/p-33010b09.entry.js.map +1 -0
- package/dist/ui-webc/p-3b426423.entry.js +2 -0
- package/dist/ui-webc/p-3b426423.entry.js.map +1 -0
- package/dist/ui-webc/p-3e34c267.entry.js +2 -0
- package/dist/ui-webc/p-3e34c267.entry.js.map +1 -0
- package/dist/ui-webc/{p-7245a55a.entry.js → p-4c70c251.entry.js} +2 -2
- package/dist/ui-webc/p-5d73566e.entry.js +2 -0
- package/dist/ui-webc/p-5d73566e.entry.js.map +1 -0
- package/dist/ui-webc/p-6ef8c777.entry.js +2 -0
- package/dist/ui-webc/p-6ef8c777.entry.js.map +1 -0
- package/dist/ui-webc/p-714363c8.entry.js +2 -0
- package/dist/ui-webc/p-714363c8.entry.js.map +1 -0
- package/dist/ui-webc/p-7f8dc0da.entry.js +2 -0
- package/dist/ui-webc/{p-383736c1.entry.js.map → p-7f8dc0da.entry.js.map} +1 -1
- package/dist/ui-webc/p-85e7b20f.entry.js +2 -0
- package/dist/ui-webc/p-85e7b20f.entry.js.map +1 -0
- package/dist/ui-webc/p-93ee0d2c.entry.js +2 -0
- package/dist/ui-webc/p-93ee0d2c.entry.js.map +1 -0
- package/dist/ui-webc/p-9f80fed6.entry.js +2 -0
- package/dist/ui-webc/p-Cp4mWtfs.js +3 -0
- package/dist/ui-webc/p-Cp4mWtfs.js.map +1 -0
- package/dist/ui-webc/p-afa38195.entry.js +2 -0
- package/dist/ui-webc/p-afa38195.entry.js.map +1 -0
- package/dist/ui-webc/p-b8715dc5.entry.js +2 -0
- package/dist/ui-webc/p-b8715dc5.entry.js.map +1 -0
- package/dist/ui-webc/p-e4070682.entry.js +2 -0
- package/dist/ui-webc/p-e4070682.entry.js.map +1 -0
- package/dist/ui-webc/p-efab02f0.entry.js +2 -0
- package/dist/ui-webc/p-efab02f0.entry.js.map +1 -0
- package/dist/ui-webc/scout-app-bar.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-bottom-bar-item.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-bottom-bar.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-button.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-card.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-checkbox.scout-radio-button.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-divider.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-field.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-input.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-link.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-list-view-item.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-list-view-subheader.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-list-view.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-loader.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-select.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-stack.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-switch.entry.esm.js.map +1 -1
- package/dist/ui-webc/ui-webc.css +2 -13
- package/dist/ui-webc/ui-webc.esm.js +1 -1
- package/dist/ui-webc/ui-webc.esm.js.map +1 -1
- package/package.json +9 -9
- package/dist/cjs/index-D42maJcS.js.map +0 -1
- package/dist/cjs/scout-checkbox.cjs.entry.js +0 -53
- package/dist/cjs/scout-checkbox.entry.cjs.js.map +0 -1
- package/dist/components/p-MfRr-Vl1.js.map +0 -1
- package/dist/esm/index-DByXnE9g.js.map +0 -1
- package/dist/esm/scout-checkbox.entry.js +0 -51
- package/dist/esm/scout-checkbox.entry.js.map +0 -1
- package/dist/ui-webc/p-24632b65.entry.js +0 -2
- package/dist/ui-webc/p-24632b65.entry.js.map +0 -1
- package/dist/ui-webc/p-383736c1.entry.js +0 -2
- package/dist/ui-webc/p-99329c64.entry.js +0 -2
- package/dist/ui-webc/p-99329c64.entry.js.map +0 -1
- package/dist/ui-webc/p-9b7c270d.entry.js +0 -2
- package/dist/ui-webc/p-9b7c270d.entry.js.map +0 -1
- package/dist/ui-webc/p-DByXnE9g.js +0 -3
- package/dist/ui-webc/p-DByXnE9g.js.map +0 -1
- package/dist/ui-webc/p-c0c3a4af.entry.js +0 -2
- package/dist/ui-webc/p-e7602729.entry.js +0 -2
- package/dist/ui-webc/p-e7602729.entry.js.map +0 -1
- package/dist/ui-webc/scout-checkbox.entry.esm.js.map +0 -1
- /package/dist/ui-webc/{p-7245a55a.entry.js.map → p-4c70c251.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-c0c3a4af.entry.js.map → p-9f80fed6.entry.js.map} +0 -0
package/dist/esm/ui-webc.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { p as promiseResolve, g as globalScripts, b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { p as promiseResolve, g as globalScripts, b as bootstrapLazy } from './index-Cp4mWtfs.js';
|
|
2
|
+
export { s as setNonce } from './index-Cp4mWtfs.js';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Patch Browser v4.38.
|
|
5
|
+
Stencil Client Patch Browser v4.38.3 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
var patchBrowser = () => {
|
|
@@ -16,6 +16,6 @@ var patchBrowser = () => {
|
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(async (options) => {
|
|
18
18
|
await globalScripts();
|
|
19
|
-
return bootstrapLazy([["scout-bottom-bar",[[273,"scout-bottom-bar"]]],["scout-bottom-bar-item",[[
|
|
19
|
+
return bootstrapLazy([["scout-list-view-item",[[785,"scout-list-view-item",{"icon":[1],"primary":[1],"secondary":[1],"type":[1],"href":[1],"target":[1],"rel":[1],"name":[1],"value":[1],"checked":[4]}]]],["scout-app-bar",[[785,"scout-app-bar",{"titleText":[1,"title-text"]}]]],["scout-bottom-bar",[[273,"scout-bottom-bar"]]],["scout-bottom-bar-item",[[785,"scout-bottom-bar-item",{"type":[1],"href":[1],"target":[1],"rel":[1],"icon":[1],"label":[1],"active":[4]}]]],["scout-button",[[785,"scout-button",{"type":[1],"href":[1],"target":[1],"rel":[1],"variant":[1],"icon":[1],"iconOnly":[4,"icon-only"]}]]],["scout-card",[[273,"scout-card"]]],["scout-divider",[[273,"scout-divider"]]],["scout-field",[[774,"scout-field",{"label":[1],"helpText":[1,"help-text"],"inputId":[32],"errorText":[32],"errorHidden":[32]},[[0,"_fieldId","catchFieldId"],[0,"scoutInputChange","handleInputChange"],[0,"scoutBlur","handleValidationBlur"]]]]],["scout-input",[[770,"scout-input",{"type":[1],"inputmode":[1],"pattern":[1],"value":[1],"name":[1],"disabled":[4],"validate":[16],"ariaId":[32]}]]],["scout-link",[[785,"scout-link",{"href":[1],"label":[1],"rel":[1],"linkAriaLabel":[1,"link-aria-label"],"type":[1],"target":[1]}]]],["scout-list-view",[[273,"scout-list-view",null,[[0,"scoutChecked","onScoutChecked"]]]]],["scout-list-view-subheader",[[785,"scout-list-view-subheader",{"text":[1],"headingLevel":[1,"heading-level"]}]]],["scout-loader",[[769,"scout-loader",{"text":[1],"size":[1]}]]],["scout-select",[[774,"scout-select",{"value":[1],"disabled":[4],"name":[1],"validate":[16],"ariaId":[32]}]]],["scout-stack",[[785,"scout-stack",{"direction":[1],"gapSize":[1,"gap-size"]}]]],["scout-switch",[[785,"scout-switch",{"toggled":[4],"disabled":[4],"ariaLabelledby":[1,"aria-labelledby"],"label":[1],"ariaId":[32]}]]],["scout-checkbox_2",[[770,"scout-checkbox",{"checked":[4],"disabled":[4],"ariaLabelledby":[1,"aria-labelledby"],"label":[1],"value":[1],"name":[1],"ariaId":[32]}],[770,"scout-radio-button",{"checked":[4],"disabled":[4],"ariaLabelledby":[1,"aria-labelledby"],"label":[1],"value":[1],"name":[1],"ariaId":[32]}]]]], options);
|
|
20
20
|
});
|
|
21
21
|
//# sourceMappingURL=ui-webc.js.map
|
package/dist/esm/ui-webc.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-webc.js","sources":["../../node_modules/.pnpm/@stencil+core@4.38.
|
|
1
|
+
{"version":3,"file":"ui-webc.js","sources":["../../node_modules/.pnpm/@stencil+core@4.38.3/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.38.3 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, H, promiseResolve, win } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? win.document && Array.from(win.document.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"names":[],"mappings":";;;AAAA;AACA;AACA;;AAKA,IAAI,YAAY,GAAG,MAAM;AAUzB,EAAE,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG;AACpC,EAAE,MAAM,IAAI,GAAiE,EAAE;AAC/E,EAAE,IAAI,UAAU,KAAK,EAAE,EAAE;AACzB,IAAI,IAAI,CAAC,YAAY,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,IAAI;AACrD;AACA,EAAE,OAAO,cAAc,CAAC,IAAI,CAAC;AAC7B,CAAC;;ACnBD,YAAY,EAAE,CAAC,IAAI,CAAC,OAAO,OAAO,KAAK;AACvC,EAAE,MAAM,aAAa,EAAE;AACvB,EAAE,OAAO,aAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC;AAC7D,CAAC,CAAC","x_google_ignoreList":[0]}
|
|
@@ -4,7 +4,10 @@ export type Variant = "primary" | "outlined" | "text" | "caution" | "danger";
|
|
|
4
4
|
* A simple button component.
|
|
5
5
|
*/
|
|
6
6
|
export declare class ScoutButton {
|
|
7
|
-
type: "button" | "submit" | "reset";
|
|
7
|
+
type: "button" | "submit" | "reset" | "link";
|
|
8
|
+
href?: string;
|
|
9
|
+
target?: string;
|
|
10
|
+
rel?: string;
|
|
8
11
|
/**
|
|
9
12
|
* The variant primarily affects the color of the button.
|
|
10
13
|
*/
|
|
@@ -13,6 +16,7 @@ export declare class ScoutButton {
|
|
|
13
16
|
* An optional icon to display alongside the button text. Must be an SVG string.
|
|
14
17
|
*/
|
|
15
18
|
icon?: string;
|
|
19
|
+
iconOnly: boolean;
|
|
16
20
|
scoutClick: EventEmitter<void>;
|
|
17
21
|
render(): any;
|
|
18
22
|
}
|
|
@@ -7,8 +7,10 @@ export declare class ScoutCheckbox {
|
|
|
7
7
|
*/
|
|
8
8
|
ariaLabelledby: string;
|
|
9
9
|
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
name: string;
|
|
10
12
|
ariaId: string;
|
|
11
|
-
|
|
13
|
+
scoutChecked: EventEmitter<{
|
|
12
14
|
checked: boolean;
|
|
13
15
|
element: HTMLInputElement;
|
|
14
16
|
}>;
|
|
@@ -17,6 +19,6 @@ export declare class ScoutCheckbox {
|
|
|
17
19
|
*/
|
|
18
20
|
_fieldId: EventEmitter<string>;
|
|
19
21
|
componentWillLoad(): Promise<void> | void;
|
|
20
|
-
|
|
22
|
+
onChange(event: Event): void;
|
|
21
23
|
render(): any;
|
|
22
24
|
}
|
|
@@ -20,6 +20,7 @@ export declare class ScoutInput implements ComponentInterface {
|
|
|
20
20
|
* Value of the input element, in case you want to control it yourself.
|
|
21
21
|
*/
|
|
22
22
|
value: string;
|
|
23
|
+
name: string;
|
|
23
24
|
/**
|
|
24
25
|
* Whether the input is disabled. Disabled inputs are not editable, excluded
|
|
25
26
|
* from tab order and are not validated.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { type EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
export declare class ScoutLink {
|
|
3
|
+
/**
|
|
4
|
+
* The URL that the link points to. Required when type is set to link
|
|
5
|
+
*/
|
|
6
|
+
href?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Text to be displayed for the link
|
|
9
|
+
*/
|
|
10
|
+
label: string;
|
|
11
|
+
rel?: string;
|
|
12
|
+
/**
|
|
13
|
+
* If the label property is not sufficient to describe its use, add an aria-label describing what happens
|
|
14
|
+
* when pressing the button or where the user navigates if it is a link.
|
|
15
|
+
*/
|
|
16
|
+
linkAriaLabel?: string;
|
|
17
|
+
/**
|
|
18
|
+
* There are two types. If you intend to use it as a button with onclick, a button is rendered, however if you want to you it
|
|
19
|
+
* as a normal link, a link with href is rendered.
|
|
20
|
+
*/
|
|
21
|
+
type: "link" | "button";
|
|
22
|
+
/**
|
|
23
|
+
* _blank Opens the linked document in a new window or tab
|
|
24
|
+
*
|
|
25
|
+
* _self Opens the linked document in the same frame as it was clicked (this is default)
|
|
26
|
+
*
|
|
27
|
+
* _parent Opens the linked document in the parent frame
|
|
28
|
+
*
|
|
29
|
+
* _top Opens the linked document in the full body of the window
|
|
30
|
+
*
|
|
31
|
+
* _framename Opens the linked document in the named iframe
|
|
32
|
+
*/
|
|
33
|
+
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
|
34
|
+
/**
|
|
35
|
+
* Only sent if the link is a button.
|
|
36
|
+
*/
|
|
37
|
+
scoutLinkClick: EventEmitter<HTMLButtonElement>;
|
|
38
|
+
render(): any;
|
|
39
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
export type ItemType = "button" | "link" | "radio" | "checkbox";
|
|
3
|
+
export declare class ScoutListViewItem {
|
|
4
|
+
icon?: string;
|
|
5
|
+
primary?: string;
|
|
6
|
+
secondary?: string;
|
|
7
|
+
type: ItemType;
|
|
8
|
+
href?: string;
|
|
9
|
+
target?: string;
|
|
10
|
+
rel?: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
value?: string;
|
|
13
|
+
checked?: boolean;
|
|
14
|
+
scoutClick: EventEmitter<void>;
|
|
15
|
+
render(): any;
|
|
16
|
+
private getPrefix;
|
|
17
|
+
private getContent;
|
|
18
|
+
private getSuffix;
|
|
19
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type ComponentInterface } from "../../stencil-public-runtime";
|
|
2
|
+
export declare class ScoutLoader implements ComponentInterface {
|
|
3
|
+
text?: string;
|
|
4
|
+
size?: "xs" | "sm" | "base" | "lg" | "xl";
|
|
5
|
+
private symbols;
|
|
6
|
+
private symbolElements;
|
|
7
|
+
private currentSymbolIndex;
|
|
8
|
+
componentDidLoad(): void;
|
|
9
|
+
render(): any;
|
|
10
|
+
showElement(el: HTMLDivElement): void;
|
|
11
|
+
hideElement(el: HTMLDivElement): void;
|
|
12
|
+
next(): void;
|
|
13
|
+
tickDone(event: AnimationEvent): void;
|
|
14
|
+
getSymbols(): any[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { type EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
export declare class ScoutRadioButton {
|
|
3
|
+
checked: boolean;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
/**
|
|
6
|
+
* Use this prop if you need to connect your radio button with another element describing its use, other than the property label.
|
|
7
|
+
*/
|
|
8
|
+
ariaLabelledby: string;
|
|
9
|
+
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
name: string;
|
|
12
|
+
ariaId: string;
|
|
13
|
+
scoutChecked: EventEmitter<{
|
|
14
|
+
checked: boolean;
|
|
15
|
+
element: HTMLInputElement;
|
|
16
|
+
}>;
|
|
17
|
+
/**
|
|
18
|
+
* Internal event used for form field association.
|
|
19
|
+
*/
|
|
20
|
+
_fieldId: EventEmitter<string>;
|
|
21
|
+
componentWillLoad(): Promise<void> | void;
|
|
22
|
+
onChange(event: Event): void;
|
|
23
|
+
render(): any;
|
|
24
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { type ComponentInterface, type EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
export declare class ScoutSelect implements ComponentInterface {
|
|
3
|
+
/**
|
|
4
|
+
* Value of the select element, in case you want to control it yourself.
|
|
5
|
+
*/
|
|
6
|
+
value: string;
|
|
7
|
+
/**
|
|
8
|
+
* Whether the select is disabled. Disabled selects are not editable, excluded
|
|
9
|
+
* from tab order and are not validated.
|
|
10
|
+
*/
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
name: string;
|
|
13
|
+
/**
|
|
14
|
+
* Custom validation function run on top of the implicit validation performed
|
|
15
|
+
* by the browser. Return a string with the validation message to mark the
|
|
16
|
+
* select as invalid, or null to mark it as valid.
|
|
17
|
+
*/
|
|
18
|
+
validate?: (value: string) => string | null;
|
|
19
|
+
scoutInputChange: EventEmitter<{
|
|
20
|
+
value: string;
|
|
21
|
+
element: HTMLSelectElement;
|
|
22
|
+
}>;
|
|
23
|
+
scoutBlur: EventEmitter<void>;
|
|
24
|
+
/**
|
|
25
|
+
* Internal event used for form field association.
|
|
26
|
+
*/
|
|
27
|
+
_fieldId: EventEmitter<string>;
|
|
28
|
+
ariaId: string;
|
|
29
|
+
componentWillLoad(): Promise<void> | void;
|
|
30
|
+
onChange(event: Event): void;
|
|
31
|
+
render(): any;
|
|
32
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export type Direction = "row" | "column";
|
|
2
|
+
declare enum GapSizeValues {
|
|
3
|
+
xs = "2",
|
|
4
|
+
s = "4",
|
|
5
|
+
m = "8",
|
|
6
|
+
l = "12",
|
|
7
|
+
xl = "16",
|
|
8
|
+
xxl = "20"
|
|
9
|
+
}
|
|
10
|
+
export type GapSize = keyof typeof GapSizeValues;
|
|
11
|
+
export declare class ScoutStack {
|
|
12
|
+
/**
|
|
13
|
+
* The direction of the stack.
|
|
14
|
+
*/
|
|
15
|
+
direction: Direction;
|
|
16
|
+
/**
|
|
17
|
+
* Gap size. If more sizes are needed, we can expand.
|
|
18
|
+
*/
|
|
19
|
+
gapSize: GapSize;
|
|
20
|
+
render(): any;
|
|
21
|
+
}
|
|
22
|
+
export {};
|