@descope/flow-components 2.2.26 → 2.2.28
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/fm/222.js +1 -1
- package/dist/fm/467.js +1 -1
- package/dist/fm/596.js +1 -0
- package/dist/fm/985.js +1 -1
- package/dist/fm/@mf-types/compiled-types/Honeypot/Honeypot.d.ts +14 -0
- package/dist/fm/@mf-types/compiled-types/Honeypot/index.d.ts +1 -0
- package/dist/fm/@mf-types/compiled-types/componentClasses.d.ts +1 -0
- package/dist/fm/@mf-types/compiled-types/components.d.ts +1 -0
- package/dist/fm/@mf-types.zip +0 -0
- package/dist/fm/__federation_expose_componentClasses.js +1 -1
- package/dist/fm/__federation_expose_components.js +1 -1
- package/dist/fm/__federation_expose_theme.js +1 -1
- package/dist/fm/flowComponents.js +1 -1
- package/dist/fm/main.js +1 -1
- package/dist/fm/mf-manifest.json +2 -2
- package/dist/fm/mf-stats.json +2 -2
- package/dist/index.cjs.js +336 -225
- package/dist/index.d.ts +15 -1
- package/dist/index.esm.js +8 -2
- package/dist/types/Honeypot/Honeypot.d.ts +14 -0
- package/dist/types/Honeypot/index.d.ts +1 -0
- package/dist/types/componentClasses.d.ts +1 -0
- package/dist/types/components.d.ts +1 -0
- package/package.json +3 -3
- package/dist/fm/181.js +0 -1
package/dist/index.cjs.js
CHANGED
|
@@ -82567,12 +82567,12 @@ function requireIndex_cjs () {
|
|
|
82567
82567
|
|
|
82568
82568
|
/* eslint-disable no-use-before-define */
|
|
82569
82569
|
|
|
82570
|
-
const componentName$
|
|
82570
|
+
const componentName$1h = getComponentName('image');
|
|
82571
82571
|
|
|
82572
82572
|
const srcAttrs = ['src', 'src-dark'];
|
|
82573
82573
|
|
|
82574
82574
|
class RawImage extends createBaseClass$1({
|
|
82575
|
-
componentName: componentName$
|
|
82575
|
+
componentName: componentName$1h,
|
|
82576
82576
|
baseSelector: 'slot',
|
|
82577
82577
|
}) {
|
|
82578
82578
|
static get observedAttributes() {
|
|
@@ -82700,7 +82700,7 @@ function requireIndex_cjs () {
|
|
|
82700
82700
|
componentNameValidationMixin$1,
|
|
82701
82701
|
)(RawImage);
|
|
82702
82702
|
|
|
82703
|
-
const componentName$
|
|
82703
|
+
const componentName$1g = getComponentName('icon');
|
|
82704
82704
|
|
|
82705
82705
|
const IconClass = compose(
|
|
82706
82706
|
createStyleMixin$1({
|
|
@@ -82721,7 +82721,7 @@ function requireIndex_cjs () {
|
|
|
82721
82721
|
}
|
|
82722
82722
|
`,
|
|
82723
82723
|
excludeAttrsSync: ['tabindex', 'class', 'style'],
|
|
82724
|
-
componentName: componentName$
|
|
82724
|
+
componentName: componentName$1g,
|
|
82725
82725
|
}),
|
|
82726
82726
|
);
|
|
82727
82727
|
|
|
@@ -82736,7 +82736,7 @@ function requireIndex_cjs () {
|
|
|
82736
82736
|
}
|
|
82737
82737
|
};
|
|
82738
82738
|
|
|
82739
|
-
const componentName$
|
|
82739
|
+
const componentName$1f = getComponentName('button');
|
|
82740
82740
|
|
|
82741
82741
|
const resetStyles = `
|
|
82742
82742
|
:host {
|
|
@@ -82852,7 +82852,7 @@ function requireIndex_cjs () {
|
|
|
82852
82852
|
}
|
|
82853
82853
|
`,
|
|
82854
82854
|
excludeAttrsSync: ['tabindex', 'class', 'style'],
|
|
82855
|
-
componentName: componentName$
|
|
82855
|
+
componentName: componentName$1f,
|
|
82856
82856
|
})
|
|
82857
82857
|
);
|
|
82858
82858
|
|
|
@@ -82900,7 +82900,7 @@ function requireIndex_cjs () {
|
|
|
82900
82900
|
surface: globalRefs$H.colors.surface,
|
|
82901
82901
|
};
|
|
82902
82902
|
|
|
82903
|
-
const [helperTheme$6, helperRefs$6, helperVars$6] = createHelperVars$1({ mode }, componentName$
|
|
82903
|
+
const [helperTheme$6, helperRefs$6, helperVars$6] = createHelperVars$1({ mode }, componentName$1f);
|
|
82904
82904
|
|
|
82905
82905
|
const button = {
|
|
82906
82906
|
...helperTheme$6,
|
|
@@ -84654,7 +84654,7 @@ function requireIndex_cjs () {
|
|
|
84654
84654
|
inputIconColor: { ...inputIcon, property: 'color' },
|
|
84655
84655
|
};
|
|
84656
84656
|
|
|
84657
|
-
const componentName$
|
|
84657
|
+
const componentName$1e = getComponentName$1('text-field');
|
|
84658
84658
|
|
|
84659
84659
|
const observedAttrs$4 = ['type', 'label-type', 'copy-to-clipboard'];
|
|
84660
84660
|
|
|
@@ -84776,11 +84776,11 @@ function requireIndex_cjs () {
|
|
|
84776
84776
|
}
|
|
84777
84777
|
`,
|
|
84778
84778
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
84779
|
-
componentName: componentName$
|
|
84779
|
+
componentName: componentName$1e,
|
|
84780
84780
|
})
|
|
84781
84781
|
);
|
|
84782
84782
|
|
|
84783
|
-
const componentName$
|
|
84783
|
+
const componentName$1d = getComponentName$1('input-wrapper');
|
|
84784
84784
|
const globalRefs$G = getThemeRefs(globals$1);
|
|
84785
84785
|
|
|
84786
84786
|
const [theme$2, refs$1, vars$12] = createHelperVars(
|
|
@@ -84902,7 +84902,7 @@ function requireIndex_cjs () {
|
|
|
84902
84902
|
backgroundColor: globalRefs$G.colors.surface.main,
|
|
84903
84903
|
},
|
|
84904
84904
|
},
|
|
84905
|
-
componentName$
|
|
84905
|
+
componentName$1d
|
|
84906
84906
|
);
|
|
84907
84907
|
|
|
84908
84908
|
var inputWrapper = /*#__PURE__*/Object.freeze({
|
|
@@ -85015,7 +85015,7 @@ function requireIndex_cjs () {
|
|
|
85015
85015
|
}
|
|
85016
85016
|
};
|
|
85017
85017
|
|
|
85018
|
-
const componentName$
|
|
85018
|
+
const componentName$1c = getComponentName$1('password');
|
|
85019
85019
|
|
|
85020
85020
|
const customMixin$d = (superclass) =>
|
|
85021
85021
|
class PasswordFieldMixinClass extends superclass {
|
|
@@ -85299,7 +85299,7 @@ function requireIndex_cjs () {
|
|
|
85299
85299
|
}
|
|
85300
85300
|
`,
|
|
85301
85301
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
85302
|
-
componentName: componentName$
|
|
85302
|
+
componentName: componentName$1c,
|
|
85303
85303
|
})
|
|
85304
85304
|
);
|
|
85305
85305
|
|
|
@@ -85358,7 +85358,7 @@ function requireIndex_cjs () {
|
|
|
85358
85358
|
vars: vars$10
|
|
85359
85359
|
});
|
|
85360
85360
|
|
|
85361
|
-
const componentName$
|
|
85361
|
+
const componentName$1b = getComponentName$1('number-field');
|
|
85362
85362
|
|
|
85363
85363
|
const NumberFieldClass = compose$1(
|
|
85364
85364
|
createStyleMixin({
|
|
@@ -85392,7 +85392,7 @@ function requireIndex_cjs () {
|
|
|
85392
85392
|
}
|
|
85393
85393
|
`,
|
|
85394
85394
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
85395
|
-
componentName: componentName$
|
|
85395
|
+
componentName: componentName$1b,
|
|
85396
85396
|
})
|
|
85397
85397
|
);
|
|
85398
85398
|
|
|
@@ -85448,7 +85448,7 @@ function requireIndex_cjs () {
|
|
|
85448
85448
|
vars: vars$$
|
|
85449
85449
|
});
|
|
85450
85450
|
|
|
85451
|
-
const componentName$
|
|
85451
|
+
const componentName$1a = getComponentName$1('email-field');
|
|
85452
85452
|
|
|
85453
85453
|
const defaultPattern = "^[\\w\\.\\%\\+\\-']+@[\\w\\.\\-]+\\.[A-Za-z]{2,}$";
|
|
85454
85454
|
const defaultAutocomplete = 'username';
|
|
@@ -85517,7 +85517,7 @@ function requireIndex_cjs () {
|
|
|
85517
85517
|
}
|
|
85518
85518
|
`,
|
|
85519
85519
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
85520
|
-
componentName: componentName$
|
|
85520
|
+
componentName: componentName$1a,
|
|
85521
85521
|
})
|
|
85522
85522
|
);
|
|
85523
85523
|
|
|
@@ -85573,7 +85573,7 @@ function requireIndex_cjs () {
|
|
|
85573
85573
|
vars: vars$_
|
|
85574
85574
|
});
|
|
85575
85575
|
|
|
85576
|
-
const componentName$
|
|
85576
|
+
const componentName$19 = getComponentName$1('text-area');
|
|
85577
85577
|
|
|
85578
85578
|
const {
|
|
85579
85579
|
host: host$t,
|
|
@@ -85656,7 +85656,7 @@ function requireIndex_cjs () {
|
|
|
85656
85656
|
${resetInputCursor('vaadin-text-area')}
|
|
85657
85657
|
`,
|
|
85658
85658
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
85659
|
-
componentName: componentName$
|
|
85659
|
+
componentName: componentName$19,
|
|
85660
85660
|
})
|
|
85661
85661
|
);
|
|
85662
85662
|
|
|
@@ -85734,9 +85734,9 @@ function requireIndex_cjs () {
|
|
|
85734
85734
|
/* eslint-disable no-param-reassign */
|
|
85735
85735
|
|
|
85736
85736
|
|
|
85737
|
-
const componentName$
|
|
85737
|
+
const componentName$18 = getComponentName('enriched-text');
|
|
85738
85738
|
|
|
85739
|
-
class EnrichedText extends createBaseClass$1({ componentName: componentName$
|
|
85739
|
+
class EnrichedText extends createBaseClass$1({ componentName: componentName$18, baseSelector: ':host > div' }) {
|
|
85740
85740
|
#origLinkRenderer;
|
|
85741
85741
|
|
|
85742
85742
|
#origEmRenderer;
|
|
@@ -85949,9 +85949,9 @@ function requireIndex_cjs () {
|
|
|
85949
85949
|
inputEventsDispatchingMixin
|
|
85950
85950
|
)(createBaseClass(...args));
|
|
85951
85951
|
|
|
85952
|
-
const componentName$
|
|
85952
|
+
const componentName$17 = getComponentName$1('boolean-field-internal');
|
|
85953
85953
|
|
|
85954
|
-
createBaseInputClass({ componentName: componentName$
|
|
85954
|
+
createBaseInputClass({ componentName: componentName$17, baseSelector: 'div' });
|
|
85955
85955
|
|
|
85956
85956
|
const booleanFieldMixin = (superclass) =>
|
|
85957
85957
|
class BooleanFieldMixinClass extends superclass {
|
|
@@ -85960,14 +85960,14 @@ function requireIndex_cjs () {
|
|
|
85960
85960
|
|
|
85961
85961
|
const template = document.createElement('template');
|
|
85962
85962
|
template.innerHTML = `
|
|
85963
|
-
<${componentName$
|
|
85963
|
+
<${componentName$17}
|
|
85964
85964
|
tabindex="-1"
|
|
85965
85965
|
slot="input"
|
|
85966
|
-
></${componentName$
|
|
85966
|
+
></${componentName$17}>
|
|
85967
85967
|
`;
|
|
85968
85968
|
|
|
85969
85969
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
85970
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
85970
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$17);
|
|
85971
85971
|
this.checkbox = this.inputElement.querySelector('vaadin-checkbox');
|
|
85972
85972
|
|
|
85973
85973
|
forwardAttrs$1(this, this.inputElement, {
|
|
@@ -86045,7 +86045,7 @@ descope-enriched-text {
|
|
|
86045
86045
|
|
|
86046
86046
|
`;
|
|
86047
86047
|
|
|
86048
|
-
const componentName$
|
|
86048
|
+
const componentName$16 = getComponentName$1('checkbox');
|
|
86049
86049
|
|
|
86050
86050
|
const {
|
|
86051
86051
|
host: host$s,
|
|
@@ -86181,7 +86181,7 @@ descope-enriched-text {
|
|
|
86181
86181
|
}
|
|
86182
86182
|
`,
|
|
86183
86183
|
excludeAttrsSync: ['label', 'tabindex', 'style'],
|
|
86184
|
-
componentName: componentName$
|
|
86184
|
+
componentName: componentName$16,
|
|
86185
86185
|
})
|
|
86186
86186
|
);
|
|
86187
86187
|
|
|
@@ -86226,7 +86226,7 @@ descope-enriched-text {
|
|
|
86226
86226
|
vars: vars$Y
|
|
86227
86227
|
});
|
|
86228
86228
|
|
|
86229
|
-
const componentName$
|
|
86229
|
+
const componentName$15 = getComponentName$1('switch-toggle');
|
|
86230
86230
|
|
|
86231
86231
|
const {
|
|
86232
86232
|
host: host$r,
|
|
@@ -86370,7 +86370,7 @@ descope-enriched-text {
|
|
|
86370
86370
|
}
|
|
86371
86371
|
`,
|
|
86372
86372
|
excludeAttrsSync: ['label', 'tabindex', 'style'],
|
|
86373
|
-
componentName: componentName$
|
|
86373
|
+
componentName: componentName$15,
|
|
86374
86374
|
})
|
|
86375
86375
|
);
|
|
86376
86376
|
|
|
@@ -86451,9 +86451,9 @@ descope-enriched-text {
|
|
|
86451
86451
|
vars: vars$X
|
|
86452
86452
|
});
|
|
86453
86453
|
|
|
86454
|
-
const componentName$
|
|
86454
|
+
const componentName$14 = getComponentName$1('container');
|
|
86455
86455
|
|
|
86456
|
-
class RawContainer extends createBaseClass({ componentName: componentName$
|
|
86456
|
+
class RawContainer extends createBaseClass({ componentName: componentName$14, baseSelector: 'slot' }) {
|
|
86457
86457
|
constructor() {
|
|
86458
86458
|
super();
|
|
86459
86459
|
|
|
@@ -86538,7 +86538,7 @@ descope-enriched-text {
|
|
|
86538
86538
|
horizontalAlignment,
|
|
86539
86539
|
shadowColor: '#00000020', // if we want to support transparency vars, we should use different color format
|
|
86540
86540
|
},
|
|
86541
|
-
componentName$
|
|
86541
|
+
componentName$14
|
|
86542
86542
|
);
|
|
86543
86543
|
|
|
86544
86544
|
const { shadowColor: shadowColor$5 } = helperRefs$5;
|
|
@@ -86703,10 +86703,10 @@ descope-enriched-text {
|
|
|
86703
86703
|
return CssVarImageClass;
|
|
86704
86704
|
};
|
|
86705
86705
|
|
|
86706
|
-
const componentName$
|
|
86706
|
+
const componentName$13 = getComponentName$1('logo');
|
|
86707
86707
|
|
|
86708
86708
|
const LogoClass = createCssVarImageClass({
|
|
86709
|
-
componentName: componentName$
|
|
86709
|
+
componentName: componentName$13,
|
|
86710
86710
|
varName: 'url',
|
|
86711
86711
|
fallbackVarName: 'fallbackUrl',
|
|
86712
86712
|
});
|
|
@@ -86723,10 +86723,10 @@ descope-enriched-text {
|
|
|
86723
86723
|
vars: vars$V
|
|
86724
86724
|
});
|
|
86725
86725
|
|
|
86726
|
-
const componentName$
|
|
86726
|
+
const componentName$12 = getComponentName$1('totp-image');
|
|
86727
86727
|
|
|
86728
86728
|
const TotpImageClass = createCssVarImageClass({
|
|
86729
|
-
componentName: componentName$
|
|
86729
|
+
componentName: componentName$12,
|
|
86730
86730
|
varName: 'url',
|
|
86731
86731
|
fallbackVarName: 'fallbackUrl',
|
|
86732
86732
|
});
|
|
@@ -86743,10 +86743,10 @@ descope-enriched-text {
|
|
|
86743
86743
|
vars: vars$U
|
|
86744
86744
|
});
|
|
86745
86745
|
|
|
86746
|
-
const componentName$
|
|
86746
|
+
const componentName$11 = getComponentName$1('notp-image');
|
|
86747
86747
|
|
|
86748
86748
|
const NotpImageClass = createCssVarImageClass({
|
|
86749
|
-
componentName: componentName$
|
|
86749
|
+
componentName: componentName$11,
|
|
86750
86750
|
varName: 'url',
|
|
86751
86751
|
fallbackVarName: 'fallbackUrl',
|
|
86752
86752
|
});
|
|
@@ -86763,10 +86763,10 @@ descope-enriched-text {
|
|
|
86763
86763
|
vars: vars$T
|
|
86764
86764
|
});
|
|
86765
86765
|
|
|
86766
|
-
const componentName
|
|
86766
|
+
const componentName$10 = getComponentName('text');
|
|
86767
86767
|
|
|
86768
86768
|
class RawText extends createBaseClass$1({
|
|
86769
|
-
componentName: componentName
|
|
86769
|
+
componentName: componentName$10,
|
|
86770
86770
|
baseSelector: ':host > slot',
|
|
86771
86771
|
}) {
|
|
86772
86772
|
constructor() {
|
|
@@ -86935,9 +86935,9 @@ descope-enriched-text {
|
|
|
86935
86935
|
vars: vars$S
|
|
86936
86936
|
});
|
|
86937
86937
|
|
|
86938
|
-
const componentName
|
|
86938
|
+
const componentName$$ = getComponentName('link');
|
|
86939
86939
|
|
|
86940
|
-
class RawLink extends createBaseClass$1({ componentName: componentName
|
|
86940
|
+
class RawLink extends createBaseClass$1({ componentName: componentName$$, baseSelector: ':host a' }) {
|
|
86941
86941
|
constructor() {
|
|
86942
86942
|
super();
|
|
86943
86943
|
|
|
@@ -87088,8 +87088,8 @@ descope-enriched-text {
|
|
|
87088
87088
|
vars: vars$Q
|
|
87089
87089
|
});
|
|
87090
87090
|
|
|
87091
|
-
const componentName$
|
|
87092
|
-
class RawDivider extends createBaseClass({ componentName: componentName$
|
|
87091
|
+
const componentName$_ = getComponentName$1('divider');
|
|
87092
|
+
class RawDivider extends createBaseClass({ componentName: componentName$_, baseSelector: ':host > div' }) {
|
|
87093
87093
|
constructor() {
|
|
87094
87094
|
super();
|
|
87095
87095
|
|
|
@@ -87200,7 +87200,7 @@ descope-enriched-text {
|
|
|
87200
87200
|
thickness: '2px',
|
|
87201
87201
|
spacing: '10px',
|
|
87202
87202
|
},
|
|
87203
|
-
componentName$
|
|
87203
|
+
componentName$_
|
|
87204
87204
|
);
|
|
87205
87205
|
|
|
87206
87206
|
const divider = {
|
|
@@ -87244,13 +87244,13 @@ descope-enriched-text {
|
|
|
87244
87244
|
|
|
87245
87245
|
/* eslint-disable no-param-reassign */
|
|
87246
87246
|
|
|
87247
|
-
const componentName$
|
|
87247
|
+
const componentName$Z = getComponentName$1('passcode-internal');
|
|
87248
87248
|
|
|
87249
|
-
createBaseInputClass({ componentName: componentName$
|
|
87249
|
+
createBaseInputClass({ componentName: componentName$Z, baseSelector: 'div' });
|
|
87250
87250
|
|
|
87251
|
-
const componentName$
|
|
87251
|
+
const componentName$Y = getComponentName$1('loader-radial');
|
|
87252
87252
|
|
|
87253
|
-
class RawLoaderRadial extends createBaseClass({ componentName: componentName$
|
|
87253
|
+
class RawLoaderRadial extends createBaseClass({ componentName: componentName$Y, baseSelector: ':host > div' }) {
|
|
87254
87254
|
constructor() {
|
|
87255
87255
|
super();
|
|
87256
87256
|
|
|
@@ -87298,7 +87298,7 @@ descope-enriched-text {
|
|
|
87298
87298
|
componentNameValidationMixin
|
|
87299
87299
|
)(RawLoaderRadial);
|
|
87300
87300
|
|
|
87301
|
-
const componentName$
|
|
87301
|
+
const componentName$X = getComponentName$1('passcode');
|
|
87302
87302
|
|
|
87303
87303
|
const observedAttributes$4 = ['digits'];
|
|
87304
87304
|
|
|
@@ -87343,18 +87343,18 @@ descope-enriched-text {
|
|
|
87343
87343
|
const template = document.createElement('template');
|
|
87344
87344
|
|
|
87345
87345
|
template.innerHTML = `
|
|
87346
|
-
<${componentName$
|
|
87346
|
+
<${componentName$Z}
|
|
87347
87347
|
bordered="true"
|
|
87348
87348
|
name="code"
|
|
87349
87349
|
tabindex="-1"
|
|
87350
87350
|
slot="input"
|
|
87351
87351
|
role="textbox"
|
|
87352
|
-
><slot></slot></${componentName$
|
|
87352
|
+
><slot></slot></${componentName$Z}>
|
|
87353
87353
|
`;
|
|
87354
87354
|
|
|
87355
87355
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
87356
87356
|
|
|
87357
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
87357
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$Z);
|
|
87358
87358
|
|
|
87359
87359
|
forwardAttrs$1(this, this.inputElement, {
|
|
87360
87360
|
includeAttrs: ['digits', 'size', 'loading', 'disabled'],
|
|
@@ -87517,7 +87517,7 @@ descope-enriched-text {
|
|
|
87517
87517
|
${resetInputCursor('vaadin-text-field')}
|
|
87518
87518
|
`,
|
|
87519
87519
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
87520
|
-
componentName: componentName$
|
|
87520
|
+
componentName: componentName$X,
|
|
87521
87521
|
})
|
|
87522
87522
|
);
|
|
87523
87523
|
|
|
@@ -87570,11 +87570,11 @@ descope-enriched-text {
|
|
|
87570
87570
|
vars: vars$O
|
|
87571
87571
|
});
|
|
87572
87572
|
|
|
87573
|
-
const componentName$
|
|
87573
|
+
const componentName$W = getComponentName$1('loader-linear');
|
|
87574
87574
|
|
|
87575
|
-
class RawLoaderLinear extends createBaseClass({ componentName: componentName$
|
|
87575
|
+
class RawLoaderLinear extends createBaseClass({ componentName: componentName$W, baseSelector: ':host > div' }) {
|
|
87576
87576
|
static get componentName() {
|
|
87577
|
-
return componentName$
|
|
87577
|
+
return componentName$W;
|
|
87578
87578
|
}
|
|
87579
87579
|
|
|
87580
87580
|
constructor() {
|
|
@@ -87699,7 +87699,7 @@ descope-enriched-text {
|
|
|
87699
87699
|
},
|
|
87700
87700
|
},
|
|
87701
87701
|
},
|
|
87702
|
-
componentName$
|
|
87702
|
+
componentName$Y
|
|
87703
87703
|
);
|
|
87704
87704
|
|
|
87705
87705
|
const loaderRadial = {
|
|
@@ -87739,7 +87739,7 @@ descope-enriched-text {
|
|
|
87739
87739
|
vars: vars$M
|
|
87740
87740
|
});
|
|
87741
87741
|
|
|
87742
|
-
const componentName$
|
|
87742
|
+
const componentName$V = getComponentName('combo-box');
|
|
87743
87743
|
|
|
87744
87744
|
const ComboBoxMixin = (superclass) =>
|
|
87745
87745
|
class ComboBoxMixinClass extends superclass {
|
|
@@ -88395,12 +88395,12 @@ descope-enriched-text {
|
|
|
88395
88395
|
// and reset items to an empty array, and opening the list box with no items
|
|
88396
88396
|
// to display.
|
|
88397
88397
|
excludeAttrsSync: ['tabindex', 'size', 'data', 'loading', 'style'],
|
|
88398
|
-
componentName: componentName$
|
|
88398
|
+
componentName: componentName$V,
|
|
88399
88399
|
includeForwardProps: ['items', 'renderer', 'selectedItem'],
|
|
88400
88400
|
}),
|
|
88401
88401
|
);
|
|
88402
88402
|
|
|
88403
|
-
const componentName$
|
|
88403
|
+
const componentName$U = getComponentName('input-wrapper');
|
|
88404
88404
|
const globalRefs$v = getThemeRefs$1(globals);
|
|
88405
88405
|
|
|
88406
88406
|
const [theme$1, refs] = createHelperVars$1(
|
|
@@ -88523,7 +88523,7 @@ descope-enriched-text {
|
|
|
88523
88523
|
backgroundColor: globalRefs$v.colors.surface.main,
|
|
88524
88524
|
},
|
|
88525
88525
|
},
|
|
88526
|
-
componentName$
|
|
88526
|
+
componentName$U,
|
|
88527
88527
|
);
|
|
88528
88528
|
|
|
88529
88529
|
const globalRefs$u = getThemeRefs$1(globals);
|
|
@@ -89841,14 +89841,14 @@ descope-enriched-text {
|
|
|
89841
89841
|
].sort((a, b) => (a.name < b.name ? -1 : 1)),
|
|
89842
89842
|
];
|
|
89843
89843
|
|
|
89844
|
-
const componentName$
|
|
89844
|
+
const componentName$T = getComponentName$1('phone-field-internal');
|
|
89845
89845
|
|
|
89846
|
-
createBaseInputClass({ componentName: componentName$
|
|
89846
|
+
createBaseInputClass({ componentName: componentName$T, baseSelector: 'div' });
|
|
89847
89847
|
|
|
89848
89848
|
const textVars$3 = TextFieldClass.cssVarList;
|
|
89849
89849
|
const comboVars = ComboBoxClass.cssVarList;
|
|
89850
89850
|
|
|
89851
|
-
const componentName$
|
|
89851
|
+
const componentName$S = getComponentName$1('phone-field');
|
|
89852
89852
|
|
|
89853
89853
|
const customMixin$a = (superclass) =>
|
|
89854
89854
|
class PhoneFieldMixinClass extends superclass {
|
|
@@ -89862,15 +89862,15 @@ descope-enriched-text {
|
|
|
89862
89862
|
const template = document.createElement('template');
|
|
89863
89863
|
|
|
89864
89864
|
template.innerHTML = `
|
|
89865
|
-
<${componentName$
|
|
89865
|
+
<${componentName$T}
|
|
89866
89866
|
tabindex="-1"
|
|
89867
89867
|
slot="input"
|
|
89868
|
-
></${componentName$
|
|
89868
|
+
></${componentName$T}>
|
|
89869
89869
|
`;
|
|
89870
89870
|
|
|
89871
89871
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
89872
89872
|
|
|
89873
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
89873
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$T);
|
|
89874
89874
|
|
|
89875
89875
|
forwardAttrs$1(this.shadowRoot.host, this.inputElement, {
|
|
89876
89876
|
includeAttrs: [
|
|
@@ -90143,7 +90143,7 @@ descope-enriched-text {
|
|
|
90143
90143
|
${resetInputLabelPosition('vaadin-text-field')}
|
|
90144
90144
|
`,
|
|
90145
90145
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
90146
|
-
componentName: componentName$
|
|
90146
|
+
componentName: componentName$S,
|
|
90147
90147
|
})
|
|
90148
90148
|
);
|
|
90149
90149
|
|
|
@@ -90193,13 +90193,13 @@ descope-enriched-text {
|
|
|
90193
90193
|
vars: vars$K
|
|
90194
90194
|
});
|
|
90195
90195
|
|
|
90196
|
-
const componentName$
|
|
90196
|
+
const componentName$R = getComponentName$1('phone-field-internal-input-box');
|
|
90197
90197
|
|
|
90198
|
-
createBaseInputClass({ componentName: componentName$
|
|
90198
|
+
createBaseInputClass({ componentName: componentName$R, baseSelector: 'div' });
|
|
90199
90199
|
|
|
90200
90200
|
const textVars$2 = TextFieldClass.cssVarList;
|
|
90201
90201
|
|
|
90202
|
-
const componentName$
|
|
90202
|
+
const componentName$Q = getComponentName$1('phone-input-box-field');
|
|
90203
90203
|
|
|
90204
90204
|
const customMixin$9 = (superclass) =>
|
|
90205
90205
|
class PhoneFieldInputBoxMixinClass extends superclass {
|
|
@@ -90213,15 +90213,15 @@ descope-enriched-text {
|
|
|
90213
90213
|
const template = document.createElement('template');
|
|
90214
90214
|
|
|
90215
90215
|
template.innerHTML = `
|
|
90216
|
-
<${componentName$
|
|
90216
|
+
<${componentName$R}
|
|
90217
90217
|
tabindex="-1"
|
|
90218
90218
|
slot="input"
|
|
90219
|
-
></${componentName$
|
|
90219
|
+
></${componentName$R}>
|
|
90220
90220
|
`;
|
|
90221
90221
|
|
|
90222
90222
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
90223
90223
|
|
|
90224
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
90224
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$R);
|
|
90225
90225
|
|
|
90226
90226
|
syncAttrs(this, this.inputElement, { includeAttrs: ['has-value'] });
|
|
90227
90227
|
|
|
@@ -90428,7 +90428,7 @@ descope-enriched-text {
|
|
|
90428
90428
|
${inputFloatingLabelStyle()}
|
|
90429
90429
|
`,
|
|
90430
90430
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
90431
|
-
componentName: componentName$
|
|
90431
|
+
componentName: componentName$Q,
|
|
90432
90432
|
})
|
|
90433
90433
|
);
|
|
90434
90434
|
|
|
@@ -90484,14 +90484,14 @@ descope-enriched-text {
|
|
|
90484
90484
|
vars: vars$J
|
|
90485
90485
|
});
|
|
90486
90486
|
|
|
90487
|
-
const componentName$
|
|
90487
|
+
const componentName$P = getComponentName$1('new-password-internal');
|
|
90488
90488
|
|
|
90489
90489
|
const interpolateString = (template, values) =>
|
|
90490
90490
|
template.replace(/{{(\w+)+}}/g, (match, key) => values?.[key] || match);
|
|
90491
90491
|
|
|
90492
90492
|
// eslint-disable-next-line max-classes-per-file
|
|
90493
90493
|
|
|
90494
|
-
const componentName$
|
|
90494
|
+
const componentName$O = getComponentName$1('policy-validation');
|
|
90495
90495
|
|
|
90496
90496
|
const overrideAttrs = [
|
|
90497
90497
|
'data-password-policy-value-minlength',
|
|
@@ -90501,7 +90501,7 @@ descope-enriched-text {
|
|
|
90501
90501
|
const dataAttrs = ['data', 'active-policies', 'overrides', ...overrideAttrs];
|
|
90502
90502
|
const policyAttrs = ['label', 'value', ...dataAttrs];
|
|
90503
90503
|
|
|
90504
|
-
class RawPolicyValidation extends createBaseClass({ componentName: componentName$
|
|
90504
|
+
class RawPolicyValidation extends createBaseClass({ componentName: componentName$O, baseSelector: ':host > div' }) {
|
|
90505
90505
|
#availablePolicies;
|
|
90506
90506
|
|
|
90507
90507
|
#activePolicies = [];
|
|
@@ -90773,7 +90773,7 @@ descope-enriched-text {
|
|
|
90773
90773
|
componentNameValidationMixin
|
|
90774
90774
|
)(RawPolicyValidation);
|
|
90775
90775
|
|
|
90776
|
-
const componentName$
|
|
90776
|
+
const componentName$N = getComponentName$1('new-password');
|
|
90777
90777
|
|
|
90778
90778
|
const policyPreviewVars = PolicyValidationClass.cssVarList;
|
|
90779
90779
|
|
|
@@ -90787,18 +90787,18 @@ descope-enriched-text {
|
|
|
90787
90787
|
const externalInputAttr = this.getAttribute('external-input');
|
|
90788
90788
|
|
|
90789
90789
|
template.innerHTML = `
|
|
90790
|
-
<${componentName$
|
|
90790
|
+
<${componentName$P}
|
|
90791
90791
|
name="new-password"
|
|
90792
90792
|
tabindex="-1"
|
|
90793
90793
|
slot="input"
|
|
90794
90794
|
external-input="${externalInputAttr}"
|
|
90795
90795
|
>
|
|
90796
|
-
</${componentName$
|
|
90796
|
+
</${componentName$P}>
|
|
90797
90797
|
`;
|
|
90798
90798
|
|
|
90799
90799
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
90800
90800
|
|
|
90801
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
90801
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$P);
|
|
90802
90802
|
|
|
90803
90803
|
if (this.getAttribute('external-input') === 'true') {
|
|
90804
90804
|
this.initExternalInput();
|
|
@@ -90983,7 +90983,7 @@ descope-enriched-text {
|
|
|
90983
90983
|
}
|
|
90984
90984
|
`,
|
|
90985
90985
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
90986
|
-
componentName: componentName$
|
|
90986
|
+
componentName: componentName$N,
|
|
90987
90987
|
})
|
|
90988
90988
|
);
|
|
90989
90989
|
|
|
@@ -91039,7 +91039,7 @@ descope-enriched-text {
|
|
|
91039
91039
|
return fileObj.name.replace(/^.*\\/, '');
|
|
91040
91040
|
};
|
|
91041
91041
|
|
|
91042
|
-
const componentName$
|
|
91042
|
+
const componentName$M = getComponentName$1('upload-file');
|
|
91043
91043
|
|
|
91044
91044
|
const observedAttributes$3 = [
|
|
91045
91045
|
'title',
|
|
@@ -91054,7 +91054,7 @@ descope-enriched-text {
|
|
|
91054
91054
|
'icon',
|
|
91055
91055
|
];
|
|
91056
91056
|
|
|
91057
|
-
const BaseInputClass$4 = createBaseInputClass({ componentName: componentName$
|
|
91057
|
+
const BaseInputClass$4 = createBaseInputClass({ componentName: componentName$M, baseSelector: ':host > div' });
|
|
91058
91058
|
|
|
91059
91059
|
class RawUploadFile extends BaseInputClass$4 {
|
|
91060
91060
|
static get observedAttributes() {
|
|
@@ -91340,10 +91340,10 @@ descope-enriched-text {
|
|
|
91340
91340
|
vars: vars$H
|
|
91341
91341
|
});
|
|
91342
91342
|
|
|
91343
|
-
const componentName$
|
|
91343
|
+
const componentName$L = getComponentName$1('button-selection-group-item');
|
|
91344
91344
|
|
|
91345
91345
|
class RawSelectItem extends createBaseClass({
|
|
91346
|
-
componentName: componentName$
|
|
91346
|
+
componentName: componentName$L,
|
|
91347
91347
|
baseSelector: ':host > descope-button',
|
|
91348
91348
|
}) {
|
|
91349
91349
|
get size() {
|
|
@@ -91577,10 +91577,10 @@ descope-enriched-text {
|
|
|
91577
91577
|
return BaseButtonSelectionGroupInternalClass;
|
|
91578
91578
|
};
|
|
91579
91579
|
|
|
91580
|
-
const componentName$
|
|
91580
|
+
const componentName$K = getComponentName$1('button-selection-group-internal');
|
|
91581
91581
|
|
|
91582
91582
|
class ButtonSelectionGroupInternalClass extends createBaseButtonSelectionGroupInternalClass(
|
|
91583
|
-
componentName$
|
|
91583
|
+
componentName$K
|
|
91584
91584
|
) {
|
|
91585
91585
|
getSelectedNode() {
|
|
91586
91586
|
return this.items.find((item) => item.hasAttribute('selected'));
|
|
@@ -91825,7 +91825,7 @@ descope-enriched-text {
|
|
|
91825
91825
|
${resetInputCursor('vaadin-text-field')}
|
|
91826
91826
|
`;
|
|
91827
91827
|
|
|
91828
|
-
const componentName$
|
|
91828
|
+
const componentName$J = getComponentName$1('button-selection-group');
|
|
91829
91829
|
|
|
91830
91830
|
const buttonSelectionGroupMixin = (superclass) =>
|
|
91831
91831
|
class ButtonMultiSelectionGroupMixinClass extends superclass {
|
|
@@ -91834,19 +91834,19 @@ descope-enriched-text {
|
|
|
91834
91834
|
const template = document.createElement('template');
|
|
91835
91835
|
|
|
91836
91836
|
template.innerHTML = `
|
|
91837
|
-
<${componentName$
|
|
91837
|
+
<${componentName$K}
|
|
91838
91838
|
name="button-selection-group"
|
|
91839
91839
|
slot="input"
|
|
91840
91840
|
tabindex="-1"
|
|
91841
91841
|
part="internal-component"
|
|
91842
91842
|
>
|
|
91843
91843
|
<slot></slot>
|
|
91844
|
-
</${componentName$
|
|
91844
|
+
</${componentName$K}>
|
|
91845
91845
|
`;
|
|
91846
91846
|
|
|
91847
91847
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
91848
91848
|
|
|
91849
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
91849
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$K);
|
|
91850
91850
|
|
|
91851
91851
|
forwardAttrs$1(this, this.inputElement, {
|
|
91852
91852
|
includeAttrs: ['size', 'default-value', 'allow-deselect'],
|
|
@@ -91871,7 +91871,7 @@ descope-enriched-text {
|
|
|
91871
91871
|
wrappedEleName: 'vaadin-text-field',
|
|
91872
91872
|
style: () => buttonSelectionGroupStyles,
|
|
91873
91873
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
91874
|
-
componentName: componentName$
|
|
91874
|
+
componentName: componentName$J,
|
|
91875
91875
|
})
|
|
91876
91876
|
);
|
|
91877
91877
|
|
|
@@ -91908,10 +91908,10 @@ descope-enriched-text {
|
|
|
91908
91908
|
vars: vars$F
|
|
91909
91909
|
});
|
|
91910
91910
|
|
|
91911
|
-
const componentName$
|
|
91911
|
+
const componentName$I = getComponentName$1('button-multi-selection-group-internal');
|
|
91912
91912
|
|
|
91913
91913
|
class ButtonMultiSelectionGroupInternalClass extends createBaseButtonSelectionGroupInternalClass(
|
|
91914
|
-
componentName$
|
|
91914
|
+
componentName$I
|
|
91915
91915
|
) {
|
|
91916
91916
|
#getSelectedNodes() {
|
|
91917
91917
|
return this.items.filter((item) => item.hasAttribute('selected'));
|
|
@@ -92014,7 +92014,7 @@ descope-enriched-text {
|
|
|
92014
92014
|
}
|
|
92015
92015
|
}
|
|
92016
92016
|
|
|
92017
|
-
const componentName$
|
|
92017
|
+
const componentName$H = getComponentName$1('button-multi-selection-group');
|
|
92018
92018
|
|
|
92019
92019
|
const buttonMultiSelectionGroupMixin = (superclass) =>
|
|
92020
92020
|
class ButtonMultiSelectionGroupMixinClass extends superclass {
|
|
@@ -92023,19 +92023,19 @@ descope-enriched-text {
|
|
|
92023
92023
|
const template = document.createElement('template');
|
|
92024
92024
|
|
|
92025
92025
|
template.innerHTML = `
|
|
92026
|
-
<${componentName$
|
|
92026
|
+
<${componentName$I}
|
|
92027
92027
|
name="button-selection-group"
|
|
92028
92028
|
slot="input"
|
|
92029
92029
|
tabindex="-1"
|
|
92030
92030
|
part="internal-component"
|
|
92031
92031
|
>
|
|
92032
92032
|
<slot></slot>
|
|
92033
|
-
</${componentName$
|
|
92033
|
+
</${componentName$I}>
|
|
92034
92034
|
`;
|
|
92035
92035
|
|
|
92036
92036
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
92037
92037
|
|
|
92038
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
92038
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$I);
|
|
92039
92039
|
|
|
92040
92040
|
forwardAttrs$1(this, this.inputElement, {
|
|
92041
92041
|
includeAttrs: ['size', 'default-values', 'min-items-selection', 'max-items-selection'],
|
|
@@ -92060,7 +92060,7 @@ descope-enriched-text {
|
|
|
92060
92060
|
wrappedEleName: 'vaadin-text-field',
|
|
92061
92061
|
style: () => buttonSelectionGroupStyles,
|
|
92062
92062
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
92063
|
-
componentName: componentName$
|
|
92063
|
+
componentName: componentName$H,
|
|
92064
92064
|
})
|
|
92065
92065
|
);
|
|
92066
92066
|
|
|
@@ -92076,7 +92076,7 @@ descope-enriched-text {
|
|
|
92076
92076
|
vars: vars$E
|
|
92077
92077
|
});
|
|
92078
92078
|
|
|
92079
|
-
const componentName$
|
|
92079
|
+
const componentName$G = getComponentName$1('modal');
|
|
92080
92080
|
|
|
92081
92081
|
const observedAttrs$3 = ['opened'];
|
|
92082
92082
|
|
|
@@ -92225,7 +92225,7 @@ descope-enriched-text {
|
|
|
92225
92225
|
}
|
|
92226
92226
|
`,
|
|
92227
92227
|
excludeAttrsSync: ['tabindex', 'opened', 'style'],
|
|
92228
|
-
componentName: componentName$
|
|
92228
|
+
componentName: componentName$G,
|
|
92229
92229
|
})
|
|
92230
92230
|
);
|
|
92231
92231
|
|
|
@@ -92323,7 +92323,7 @@ descope-enriched-text {
|
|
|
92323
92323
|
`;
|
|
92324
92324
|
};
|
|
92325
92325
|
|
|
92326
|
-
const componentName$
|
|
92326
|
+
const componentName$F = getComponentName$1('grid');
|
|
92327
92327
|
|
|
92328
92328
|
const GridMixin = (superclass) =>
|
|
92329
92329
|
class GridMixinClass extends superclass {
|
|
@@ -92677,7 +92677,7 @@ descope-enriched-text {
|
|
|
92677
92677
|
/*!css*/
|
|
92678
92678
|
`,
|
|
92679
92679
|
excludeAttrsSync: ['columns', 'tabindex', 'style'],
|
|
92680
|
-
componentName: componentName$
|
|
92680
|
+
componentName: componentName$F,
|
|
92681
92681
|
})
|
|
92682
92682
|
);
|
|
92683
92683
|
|
|
@@ -92733,7 +92733,7 @@ descope-enriched-text {
|
|
|
92733
92733
|
vars: vars$C
|
|
92734
92734
|
});
|
|
92735
92735
|
|
|
92736
|
-
const componentName$
|
|
92736
|
+
const componentName$E = getComponentName$1('notification-card');
|
|
92737
92737
|
|
|
92738
92738
|
const notificationCardMixin = (superclass) =>
|
|
92739
92739
|
class NotificationCardMixinClass extends superclass {
|
|
@@ -92841,7 +92841,7 @@ descope-enriched-text {
|
|
|
92841
92841
|
}
|
|
92842
92842
|
`,
|
|
92843
92843
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
92844
|
-
componentName: componentName$
|
|
92844
|
+
componentName: componentName$E,
|
|
92845
92845
|
})
|
|
92846
92846
|
);
|
|
92847
92847
|
|
|
@@ -92899,7 +92899,7 @@ descope-enriched-text {
|
|
|
92899
92899
|
vars: vars$B
|
|
92900
92900
|
});
|
|
92901
92901
|
|
|
92902
|
-
const componentName$
|
|
92902
|
+
const componentName$D = getComponentName$1('multi-select-combo-box');
|
|
92903
92903
|
|
|
92904
92904
|
const multiSelectComboBoxMixin = (superclass) =>
|
|
92905
92905
|
class MultiSelectComboBoxMixinClass extends superclass {
|
|
@@ -93556,7 +93556,7 @@ descope-enriched-text {
|
|
|
93556
93556
|
// Note: we exclude `placeholder` because the vaadin component observes it and
|
|
93557
93557
|
// tries to override it, causing us to lose the user set placeholder.
|
|
93558
93558
|
excludeAttrsSync: ['tabindex', 'size', 'data', 'placeholder', 'style'],
|
|
93559
|
-
componentName: componentName$
|
|
93559
|
+
componentName: componentName$D,
|
|
93560
93560
|
includeForwardProps: ['items', 'renderer', 'selectedItems'],
|
|
93561
93561
|
})
|
|
93562
93562
|
);
|
|
@@ -93648,10 +93648,10 @@ descope-enriched-text {
|
|
|
93648
93648
|
vars: vars$A
|
|
93649
93649
|
});
|
|
93650
93650
|
|
|
93651
|
-
const componentName$
|
|
93651
|
+
const componentName$C = getComponentName('badge');
|
|
93652
93652
|
|
|
93653
93653
|
class RawBadge extends createBaseClass$1({
|
|
93654
|
-
componentName: componentName$
|
|
93654
|
+
componentName: componentName$C,
|
|
93655
93655
|
baseSelector: ':host > div',
|
|
93656
93656
|
}) {
|
|
93657
93657
|
constructor() {
|
|
@@ -93786,9 +93786,9 @@ descope-enriched-text {
|
|
|
93786
93786
|
vars: vars$z
|
|
93787
93787
|
});
|
|
93788
93788
|
|
|
93789
|
-
const componentName$
|
|
93789
|
+
const componentName$B = getComponentName('avatar');
|
|
93790
93790
|
class RawAvatar extends createBaseClass$1({
|
|
93791
|
-
componentName: componentName$
|
|
93791
|
+
componentName: componentName$B,
|
|
93792
93792
|
baseSelector: ':host > .wrapper',
|
|
93793
93793
|
}) {
|
|
93794
93794
|
constructor() {
|
|
@@ -93949,11 +93949,11 @@ descope-enriched-text {
|
|
|
93949
93949
|
vars: vars$y
|
|
93950
93950
|
});
|
|
93951
93951
|
|
|
93952
|
-
const componentName$
|
|
93952
|
+
const componentName$A = getComponentName$1('mappings-field-internal');
|
|
93953
93953
|
|
|
93954
|
-
createBaseInputClass({ componentName: componentName$
|
|
93954
|
+
createBaseInputClass({ componentName: componentName$A, baseSelector: 'div' });
|
|
93955
93955
|
|
|
93956
|
-
const componentName$
|
|
93956
|
+
const componentName$z = getComponentName$1('mappings-field');
|
|
93957
93957
|
|
|
93958
93958
|
const customMixin$6 = (superclass) =>
|
|
93959
93959
|
class MappingsFieldMixinClass extends superclass {
|
|
@@ -93982,14 +93982,14 @@ descope-enriched-text {
|
|
|
93982
93982
|
const template = document.createElement('template');
|
|
93983
93983
|
|
|
93984
93984
|
template.innerHTML = `
|
|
93985
|
-
<${componentName$
|
|
93985
|
+
<${componentName$A}
|
|
93986
93986
|
tabindex="-1"
|
|
93987
|
-
></${componentName$
|
|
93987
|
+
></${componentName$A}>
|
|
93988
93988
|
`;
|
|
93989
93989
|
|
|
93990
93990
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
93991
93991
|
|
|
93992
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
93992
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$A);
|
|
93993
93993
|
|
|
93994
93994
|
forwardAttrs$1(this, this.inputElement, {
|
|
93995
93995
|
includeAttrs: [
|
|
@@ -94125,7 +94125,7 @@ descope-enriched-text {
|
|
|
94125
94125
|
'error-message',
|
|
94126
94126
|
'style',
|
|
94127
94127
|
],
|
|
94128
|
-
componentName: componentName$
|
|
94128
|
+
componentName: componentName$z,
|
|
94129
94129
|
})
|
|
94130
94130
|
);
|
|
94131
94131
|
|
|
@@ -94163,9 +94163,9 @@ descope-enriched-text {
|
|
|
94163
94163
|
|
|
94164
94164
|
var editIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTAuMDAwMiAwLjk5MjE0OUMxMC4wMDAyIDEuMDE2MTUgMTAuMDAwMiAxLjAxNjE1IDEwLjAwMDIgMS4wMTYxNUw4LjIyNDE5IDMuMDA4MTVIMi45OTIxOUMyLjQ2NDE5IDMuMDA4MTUgMi4wMDgxOSAzLjQ0MDE1IDIuMDA4MTkgMy45OTIxNVYxMi4wMDgyQzIuMDA4MTkgMTIuNTM2MiAyLjQ0MDE5IDEyLjk5MjIgMi45OTIxOSAxMi45OTIySDUuNTM2MTlDNS44NDgxOSAxMy4wNDAyIDYuMTYwMTkgMTMuMDQwMiA2LjQ3MjE5IDEyLjk5MjJIMTEuMDA4MkMxMS41MzYyIDEyLjk5MjIgMTEuOTkyMiAxMi41NjAyIDExLjk5MjIgMTIuMDA4MlY3Ljc4NDE2TDEzLjkzNjIgNS42MjQxNUwxNC4wMDgyIDUuNjcyMTVWMTEuOTg0MkMxNC4wMDgyIDEzLjY2NDIgMTIuNjY0MiAxNS4wMDgyIDExLjAwODIgMTUuMDA4MkgzLjAxNjE5QzEuMzM2MTkgMTUuMDA4MiAtMC4wMDc4MTI1IDEzLjY2NDIgLTAuMDA3ODEyNSAxMS45ODQyVjMuOTkyMTVDLTAuMDA3ODEyNSAyLjMzNjE1IDEuMzM2MTkgMC45OTIxNDkgMy4wMTYxOSAwLjk5MjE0OUgxMC4wMDAyWk0xMS4yNzIyIDIuNjI0MTVMMTIuNjE2MiA0LjExMjE1TDcuNzIwMTkgOS42ODAxNkM3LjUwNDE5IDkuOTIwMTYgNi44MzIxOSAxMC4yMzIyIDUuNjgwMTkgMTAuNjE2MkM1LjY1NjE5IDEwLjY0MDIgNS42MDgxOSAxMC42NDAyIDUuNTYwMTkgMTAuNjE2MkM1LjQ2NDE5IDEwLjU5MjIgNS4zOTIxOSAxMC40NzIyIDUuNDQwMTkgMTAuMzc2MkM1Ljc1MjE5IDkuMjQ4MTYgNi4wNDAxOSA4LjU1MjE2IDYuMjU2MTkgOC4zMTIxNkwxMS4yNzIyIDIuNjI0MTVaTTExLjkyMDIgMS44NTYxNUwxMy4yODgyIDAuMzIwMTQ5QzEzLjY0ODIgLTAuMDg3ODUxNiAxNC4yNzIyIC0wLjExMTg1MiAxNC42ODAyIDAuMjcyMTQ5QzE1LjA4ODIgMC42MzIxNDkgMTUuMTEyMiAxLjI4MDE1IDE0Ljc1MjIgMS42ODgxNUwxMy4yNjQyIDMuMzY4MTVMMTEuOTIwMiAxLjg1NjE1WiIgZmlsbD0iY3VycmVudGNvbG9yIi8+Cjwvc3ZnPgo=";
|
|
94165
94165
|
|
|
94166
|
-
const componentName$
|
|
94166
|
+
const componentName$y = getComponentName$1('user-attribute');
|
|
94167
94167
|
class RawUserAttribute extends createBaseClass({
|
|
94168
|
-
componentName: componentName$
|
|
94168
|
+
componentName: componentName$y,
|
|
94169
94169
|
baseSelector: ':host > .root',
|
|
94170
94170
|
}) {
|
|
94171
94171
|
constructor() {
|
|
@@ -94462,9 +94462,9 @@ descope-enriched-text {
|
|
|
94462
94462
|
|
|
94463
94463
|
var greenVIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMzLjYgMCAwIDMuNiAwIDhDMCAxMi40IDMuNiAxNiA4IDE2QzEyLjQgMTYgMTYgMTIuNCAxNiA4QzE2IDMuNiAxMi40IDAgOCAwWk03LjEgMTEuN0wyLjkgNy42TDQuMyA2LjJMNyA4LjlMMTIgNEwxMy40IDUuNEw3LjEgMTEuN1oiIGZpbGw9IiM0Q0FGNTAiLz4KPC9zdmc+Cg==";
|
|
94464
94464
|
|
|
94465
|
-
const componentName$
|
|
94465
|
+
const componentName$x = getComponentName$1('user-auth-method');
|
|
94466
94466
|
class RawUserAuthMethod extends createBaseClass({
|
|
94467
|
-
componentName: componentName$
|
|
94467
|
+
componentName: componentName$x,
|
|
94468
94468
|
baseSelector: ':host > .root',
|
|
94469
94469
|
}) {
|
|
94470
94470
|
constructor() {
|
|
@@ -94737,11 +94737,11 @@ descope-enriched-text {
|
|
|
94737
94737
|
vars: vars$v
|
|
94738
94738
|
});
|
|
94739
94739
|
|
|
94740
|
-
const componentName$
|
|
94740
|
+
const componentName$w = getComponentName$1('saml-group-mappings-internal');
|
|
94741
94741
|
|
|
94742
|
-
createBaseInputClass({ componentName: componentName$
|
|
94742
|
+
createBaseInputClass({ componentName: componentName$w, baseSelector: '' });
|
|
94743
94743
|
|
|
94744
|
-
const componentName$
|
|
94744
|
+
const componentName$v = getComponentName$1('saml-group-mappings');
|
|
94745
94745
|
|
|
94746
94746
|
const customMixin$5 = (superclass) =>
|
|
94747
94747
|
class SamlGroupMappingsMixinClass extends superclass {
|
|
@@ -94751,14 +94751,14 @@ descope-enriched-text {
|
|
|
94751
94751
|
const template = document.createElement('template');
|
|
94752
94752
|
|
|
94753
94753
|
template.innerHTML = `
|
|
94754
|
-
<${componentName$
|
|
94754
|
+
<${componentName$w}
|
|
94755
94755
|
tabindex="-1"
|
|
94756
|
-
></${componentName$
|
|
94756
|
+
></${componentName$w}>
|
|
94757
94757
|
`;
|
|
94758
94758
|
|
|
94759
94759
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
94760
94760
|
|
|
94761
|
-
this.inputElement = this.shadowRoot.querySelector(componentName$
|
|
94761
|
+
this.inputElement = this.shadowRoot.querySelector(componentName$w);
|
|
94762
94762
|
|
|
94763
94763
|
forwardAttrs$1(this, this.inputElement, {
|
|
94764
94764
|
includeAttrs: [
|
|
@@ -94843,7 +94843,7 @@ descope-enriched-text {
|
|
|
94843
94843
|
'error-message',
|
|
94844
94844
|
'style',
|
|
94845
94845
|
],
|
|
94846
|
-
componentName: componentName$
|
|
94846
|
+
componentName: componentName$v,
|
|
94847
94847
|
})
|
|
94848
94848
|
);
|
|
94849
94849
|
|
|
@@ -94928,9 +94928,9 @@ descope-enriched-text {
|
|
|
94928
94928
|
return inline ? input : `<pre>${input}</pre>`;
|
|
94929
94929
|
};
|
|
94930
94930
|
|
|
94931
|
-
const componentName$
|
|
94931
|
+
const componentName$u = getComponentName$1('code-snippet');
|
|
94932
94932
|
|
|
94933
|
-
let CodeSnippet$1 = class CodeSnippet extends createBaseClass({ componentName: componentName$
|
|
94933
|
+
let CodeSnippet$1 = class CodeSnippet extends createBaseClass({ componentName: componentName$u, baseSelector: ':host > code' }) {
|
|
94934
94934
|
static get observedAttributes() {
|
|
94935
94935
|
return ['lang', 'inline'];
|
|
94936
94936
|
}
|
|
@@ -95304,7 +95304,7 @@ descope-enriched-text {
|
|
|
95304
95304
|
vars: vars$q
|
|
95305
95305
|
});
|
|
95306
95306
|
|
|
95307
|
-
const componentName$
|
|
95307
|
+
const componentName$t = getComponentName$1('radio-button');
|
|
95308
95308
|
|
|
95309
95309
|
const customMixin$4 = (superclass) =>
|
|
95310
95310
|
class CustomMixin extends superclass {
|
|
@@ -95369,11 +95369,11 @@ descope-enriched-text {
|
|
|
95369
95369
|
wrappedEleName: 'vaadin-radio-button',
|
|
95370
95370
|
excludeAttrsSync: ['tabindex', 'data', 'style'],
|
|
95371
95371
|
includeForwardProps: ['checked', 'name', 'disabled'],
|
|
95372
|
-
componentName: componentName$
|
|
95372
|
+
componentName: componentName$t,
|
|
95373
95373
|
})
|
|
95374
95374
|
);
|
|
95375
95375
|
|
|
95376
|
-
const componentName$
|
|
95376
|
+
const componentName$s = getComponentName$1('radio-group');
|
|
95377
95377
|
|
|
95378
95378
|
const RadioGroupMixin = (superclass) =>
|
|
95379
95379
|
class RadioGroupMixinClass extends superclass {
|
|
@@ -95388,12 +95388,12 @@ descope-enriched-text {
|
|
|
95388
95388
|
|
|
95389
95389
|
// we are overriding vaadin children getter so it will run on our custom elements
|
|
95390
95390
|
Object.defineProperty(this.baseElement, 'children', {
|
|
95391
|
-
get: () => this.querySelectorAll(componentName$
|
|
95391
|
+
get: () => this.querySelectorAll(componentName$t),
|
|
95392
95392
|
});
|
|
95393
95393
|
|
|
95394
95394
|
// we are overriding vaadin __filterRadioButtons so it will run on our custom elements
|
|
95395
95395
|
this.baseElement.__filterRadioButtons = (nodes) => {
|
|
95396
|
-
return nodes.filter((node) => node.localName === componentName$
|
|
95396
|
+
return nodes.filter((node) => node.localName === componentName$t);
|
|
95397
95397
|
};
|
|
95398
95398
|
|
|
95399
95399
|
// vaadin radio group missing some input properties
|
|
@@ -95543,7 +95543,7 @@ descope-enriched-text {
|
|
|
95543
95543
|
`,
|
|
95544
95544
|
|
|
95545
95545
|
excludeAttrsSync: ['tabindex', 'size', 'data', 'direction', 'style'],
|
|
95546
|
-
componentName: componentName$
|
|
95546
|
+
componentName: componentName$s,
|
|
95547
95547
|
includeForwardProps: ['value'],
|
|
95548
95548
|
})
|
|
95549
95549
|
);
|
|
@@ -95991,7 +95991,7 @@ descope-enriched-text {
|
|
|
95991
95991
|
return date;
|
|
95992
95992
|
};
|
|
95993
95993
|
|
|
95994
|
-
const componentName$
|
|
95994
|
+
const componentName$r = getComponentName$1('calendar');
|
|
95995
95995
|
|
|
95996
95996
|
const observedAttrs$2 = [
|
|
95997
95997
|
'initial-value',
|
|
@@ -96008,7 +96008,7 @@ descope-enriched-text {
|
|
|
96008
96008
|
|
|
96009
96009
|
const calendarUiAttrs = ['calendar-label-submit', 'calendar-label-cancel'];
|
|
96010
96010
|
|
|
96011
|
-
const BaseInputClass$3 = createBaseInputClass({ componentName: componentName$
|
|
96011
|
+
const BaseInputClass$3 = createBaseInputClass({ componentName: componentName$r, baseSelector: 'div' });
|
|
96012
96012
|
|
|
96013
96013
|
class RawCalendar extends BaseInputClass$3 {
|
|
96014
96014
|
static get observedAttributes() {
|
|
@@ -96837,12 +96837,12 @@ descope-enriched-text {
|
|
|
96837
96837
|
}
|
|
96838
96838
|
}
|
|
96839
96839
|
|
|
96840
|
-
const componentName$
|
|
96840
|
+
const componentName$q = getComponentName$1('date-field');
|
|
96841
96841
|
|
|
96842
96842
|
// we set baseSelector to `vaadin-popover` as a temporary hack, so our portalMixin will
|
|
96843
96843
|
// be able to process this component's overlay. The whole process needs refactoring as soon as possible.
|
|
96844
96844
|
const BASE_SELECTOR = 'vaadin-popover';
|
|
96845
|
-
const BaseInputClass$2 = createBaseInputClass({ componentName: componentName$
|
|
96845
|
+
const BaseInputClass$2 = createBaseInputClass({ componentName: componentName$q, baseSelector: BASE_SELECTOR });
|
|
96846
96846
|
|
|
96847
96847
|
const dateFieldAttrs = [
|
|
96848
96848
|
'format',
|
|
@@ -97794,7 +97794,7 @@ descope-enriched-text {
|
|
|
97794
97794
|
vars: vars$m
|
|
97795
97795
|
});
|
|
97796
97796
|
|
|
97797
|
-
const componentName$
|
|
97797
|
+
const componentName$p = getComponentName('list-item');
|
|
97798
97798
|
|
|
97799
97799
|
const customMixin$3 = (superclass) =>
|
|
97800
97800
|
class ListItemMixinClass extends superclass {
|
|
@@ -97851,12 +97851,12 @@ descope-enriched-text {
|
|
|
97851
97851
|
componentNameValidationMixin$1,
|
|
97852
97852
|
customMixin$3,
|
|
97853
97853
|
activeableMixin,
|
|
97854
|
-
)(createBaseClass$1({ componentName: componentName$
|
|
97854
|
+
)(createBaseClass$1({ componentName: componentName$p, baseSelector: 'slot' }));
|
|
97855
97855
|
|
|
97856
|
-
const componentName$
|
|
97856
|
+
const componentName$o = getComponentName('list');
|
|
97857
97857
|
|
|
97858
97858
|
class RawList extends createBaseClass$1({
|
|
97859
|
-
componentName: componentName$
|
|
97859
|
+
componentName: componentName$o,
|
|
97860
97860
|
baseSelector: '.wrapper',
|
|
97861
97861
|
}) {
|
|
97862
97862
|
static get observedAttributes() {
|
|
@@ -98027,7 +98027,7 @@ descope-enriched-text {
|
|
|
98027
98027
|
componentNameValidationMixin$1,
|
|
98028
98028
|
)(RawList);
|
|
98029
98029
|
|
|
98030
|
-
const componentName$
|
|
98030
|
+
const componentName$n = getComponentName('apps-list');
|
|
98031
98031
|
|
|
98032
98032
|
const itemRenderer$4 = ({ name, icon, url }, _, ref) => `
|
|
98033
98033
|
<a ${url ? `href="${url}" title="${url}"` : ''} ${ref.openInSameWindow ? '' : 'target="_blank"'}>
|
|
@@ -98151,7 +98151,7 @@ descope-enriched-text {
|
|
|
98151
98151
|
slots: ['empty-state'],
|
|
98152
98152
|
wrappedEleName: 'descope-list',
|
|
98153
98153
|
excludeAttrsSync: ['tabindex', 'class', 'empty', 'style'],
|
|
98154
|
-
componentName: componentName$
|
|
98154
|
+
componentName: componentName$n,
|
|
98155
98155
|
style: () => `
|
|
98156
98156
|
:host {
|
|
98157
98157
|
width: 100%;
|
|
@@ -98256,7 +98256,7 @@ descope-enriched-text {
|
|
|
98256
98256
|
|
|
98257
98257
|
const [helperTheme$2, helperRefs$2, helperVars$2] = createHelperVars$1(
|
|
98258
98258
|
{ shadowColor: '#00000020' },
|
|
98259
|
-
componentName$
|
|
98259
|
+
componentName$o,
|
|
98260
98260
|
);
|
|
98261
98261
|
|
|
98262
98262
|
const { shadowColor: shadowColor$2 } = helperRefs$2;
|
|
@@ -98470,7 +98470,7 @@ descope-enriched-text {
|
|
|
98470
98470
|
}
|
|
98471
98471
|
};
|
|
98472
98472
|
|
|
98473
|
-
const componentName$
|
|
98473
|
+
const componentName$m = getComponentName$1('scopes-list');
|
|
98474
98474
|
const variants = ['checkbox', 'switch'];
|
|
98475
98475
|
|
|
98476
98476
|
const itemRenderer$3 = ({ id, desc, required = false }, _, ref) => {
|
|
@@ -98489,7 +98489,7 @@ descope-enriched-text {
|
|
|
98489
98489
|
`;
|
|
98490
98490
|
};
|
|
98491
98491
|
|
|
98492
|
-
class RawScopesList extends createBaseClass({ componentName: componentName$
|
|
98492
|
+
class RawScopesList extends createBaseClass({ componentName: componentName$m, baseSelector: 'div' }) {
|
|
98493
98493
|
constructor() {
|
|
98494
98494
|
super();
|
|
98495
98495
|
|
|
@@ -98616,9 +98616,9 @@ descope-enriched-text {
|
|
|
98616
98616
|
|
|
98617
98617
|
var arrowsImg = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOSAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTQ0OTIgMTUuNjQ1TDcuNDk5OTIgMTRMMi44MzMyNSAxOC42NjY3TDcuNDk5OTIgMjMuMzMzM0w5LjE0NDkyIDIxLjY4ODNMNy4zMDE1OSAxOS44MzMzSDI0Ljk5OTlWMTcuNUg3LjMwMTU5TDkuMTQ0OTIgMTUuNjQ1WiIgZmlsbD0iIzYzNkM3NCIvPgo8cGF0aCBkPSJNMTkuODU1IDEyLjM1NTNMMjEuNSAxNC4wMDAzTDI2LjE2NjcgOS4zMzM2NkwyMS41IDQuNjY2OTlMMTkuODU1IDYuMzExOTlMMjEuNjk4MyA4LjE2Njk5SDRWMTAuNTAwM0gyMS42OTgzTDE5Ljg1NSAxMi4zNTUzWiIgZmlsbD0iIzYzNkM3NCIvPgo8L3N2Zz4K";
|
|
98618
98618
|
|
|
98619
|
-
const componentName$
|
|
98619
|
+
const componentName$l = getComponentName$1('third-party-app-logo');
|
|
98620
98620
|
class RawThirdPartyAppLogoClass extends createBaseClass({
|
|
98621
|
-
componentName: componentName$
|
|
98621
|
+
componentName: componentName$l,
|
|
98622
98622
|
baseSelector: '.wrapper',
|
|
98623
98623
|
}) {
|
|
98624
98624
|
constructor() {
|
|
@@ -98751,7 +98751,7 @@ descope-enriched-text {
|
|
|
98751
98751
|
vars: vars$h
|
|
98752
98752
|
});
|
|
98753
98753
|
|
|
98754
|
-
const componentName$
|
|
98754
|
+
const componentName$k = getComponentName$1('security-questions-setup');
|
|
98755
98755
|
|
|
98756
98756
|
const attrsToSync$1 = [
|
|
98757
98757
|
'full-width',
|
|
@@ -98770,7 +98770,7 @@ descope-enriched-text {
|
|
|
98770
98770
|
];
|
|
98771
98771
|
|
|
98772
98772
|
const attrsToReRender$1 = ['count', 'questions'];
|
|
98773
|
-
class RawSecurityQuestionsSetup extends createBaseClass({ componentName: componentName$
|
|
98773
|
+
class RawSecurityQuestionsSetup extends createBaseClass({ componentName: componentName$k, baseSelector: 'div' }) {
|
|
98774
98774
|
constructor() {
|
|
98775
98775
|
super();
|
|
98776
98776
|
|
|
@@ -98880,7 +98880,7 @@ descope-enriched-text {
|
|
|
98880
98880
|
return JSON.parse(this.getAttribute('questions')) || [];
|
|
98881
98881
|
} catch (e) {
|
|
98882
98882
|
// eslint-disable-next-line no-console
|
|
98883
|
-
console.error(componentName$
|
|
98883
|
+
console.error(componentName$k, 'Error parsing questions attribute', e);
|
|
98884
98884
|
return [];
|
|
98885
98885
|
}
|
|
98886
98886
|
}
|
|
@@ -99003,7 +99003,7 @@ descope-enriched-text {
|
|
|
99003
99003
|
vars: vars$g
|
|
99004
99004
|
});
|
|
99005
99005
|
|
|
99006
|
-
const componentName$
|
|
99006
|
+
const componentName$j = getComponentName$1('security-questions-verify');
|
|
99007
99007
|
|
|
99008
99008
|
const textFieldsAttrs = [
|
|
99009
99009
|
'full-width',
|
|
@@ -99027,7 +99027,7 @@ descope-enriched-text {
|
|
|
99027
99027
|
const attrsToSync = [...textFieldsAttrs, ...textsAttrs];
|
|
99028
99028
|
|
|
99029
99029
|
const attrsToReRender = ['questions'];
|
|
99030
|
-
class RawSecurityQuestionsVerify extends createBaseClass({ componentName: componentName$
|
|
99030
|
+
class RawSecurityQuestionsVerify extends createBaseClass({ componentName: componentName$j, baseSelector: 'div' }) {
|
|
99031
99031
|
constructor() {
|
|
99032
99032
|
super();
|
|
99033
99033
|
|
|
@@ -99101,7 +99101,7 @@ descope-enriched-text {
|
|
|
99101
99101
|
return JSON.parse(this.getAttribute('questions')) || [];
|
|
99102
99102
|
} catch (e) {
|
|
99103
99103
|
// eslint-disable-next-line no-console
|
|
99104
|
-
console.error(componentName$
|
|
99104
|
+
console.error(componentName$j, 'Error parsing questions attribute', e);
|
|
99105
99105
|
return [];
|
|
99106
99106
|
}
|
|
99107
99107
|
}
|
|
@@ -99260,7 +99260,7 @@ descope-enriched-text {
|
|
|
99260
99260
|
|
|
99261
99261
|
const sanitizeCountryCodePrefix = (val) => val.replace(/\+\d+-/, '');
|
|
99262
99262
|
|
|
99263
|
-
const componentName$
|
|
99263
|
+
const componentName$i = getComponentName$1('hybrid-field');
|
|
99264
99264
|
|
|
99265
99265
|
const attrs = {
|
|
99266
99266
|
shared: [
|
|
@@ -99324,12 +99324,12 @@ descope-enriched-text {
|
|
|
99324
99324
|
const PHONE_FIELD = 'descope-phone-field';
|
|
99325
99325
|
const PHONE_INPUT_BOX_FIELD = 'descope-phone-input-box-field';
|
|
99326
99326
|
|
|
99327
|
-
const BaseClass$
|
|
99328
|
-
componentName: componentName$
|
|
99327
|
+
const BaseClass$7 = createBaseClass({
|
|
99328
|
+
componentName: componentName$i,
|
|
99329
99329
|
baseSelector: 'div',
|
|
99330
99330
|
});
|
|
99331
99331
|
|
|
99332
|
-
class RawHybridField extends BaseClass$
|
|
99332
|
+
class RawHybridField extends BaseClass$7 {
|
|
99333
99333
|
#isReportedValidity = false;
|
|
99334
99334
|
|
|
99335
99335
|
#selectionStart;
|
|
@@ -99662,9 +99662,9 @@ descope-enriched-text {
|
|
|
99662
99662
|
vars: vars$e
|
|
99663
99663
|
});
|
|
99664
99664
|
|
|
99665
|
-
const componentName$
|
|
99665
|
+
const componentName$h = getComponentName$1('alert');
|
|
99666
99666
|
|
|
99667
|
-
class RawAlert extends createBaseClass({ componentName: componentName$
|
|
99667
|
+
class RawAlert extends createBaseClass({ componentName: componentName$h, baseSelector: ':host > div' }) {
|
|
99668
99668
|
constructor() {
|
|
99669
99669
|
super();
|
|
99670
99670
|
|
|
@@ -99872,11 +99872,11 @@ descope-enriched-text {
|
|
|
99872
99872
|
vars: vars$d
|
|
99873
99873
|
});
|
|
99874
99874
|
|
|
99875
|
-
const componentName$
|
|
99875
|
+
const componentName$g = getComponentName$1('hcaptcha');
|
|
99876
99876
|
|
|
99877
99877
|
const observedAttributes$2 = ['enabled', 'site-key'];
|
|
99878
99878
|
|
|
99879
|
-
const BaseInputClass$1 = createBaseInputClass({ componentName: componentName$
|
|
99879
|
+
const BaseInputClass$1 = createBaseInputClass({ componentName: componentName$g, baseSelector: ':host > div' });
|
|
99880
99880
|
class RawHcaptcha extends BaseInputClass$1 {
|
|
99881
99881
|
static get observedAttributes() {
|
|
99882
99882
|
return observedAttributes$2.concat(BaseInputClass$1.observedAttributes || []);
|
|
@@ -100020,14 +100020,14 @@ descope-enriched-text {
|
|
|
100020
100020
|
vars: vars$c
|
|
100021
100021
|
});
|
|
100022
100022
|
|
|
100023
|
-
const componentName$
|
|
100023
|
+
const componentName$f = getComponentName('autocomplete-field-internal');
|
|
100024
100024
|
|
|
100025
100025
|
createBaseInputClass$1({
|
|
100026
|
-
componentName: componentName$
|
|
100026
|
+
componentName: componentName$f,
|
|
100027
100027
|
baseSelector: '',
|
|
100028
100028
|
});
|
|
100029
100029
|
|
|
100030
|
-
const componentName$
|
|
100030
|
+
const componentName$e = getComponentName('autocomplete-field');
|
|
100031
100031
|
|
|
100032
100032
|
const customMixin$1 = (superclass) =>
|
|
100033
100033
|
class AutocompleteFieldMixinClass extends superclass {
|
|
@@ -100048,15 +100048,15 @@ descope-enriched-text {
|
|
|
100048
100048
|
const template = document.createElement('template');
|
|
100049
100049
|
|
|
100050
100050
|
template.innerHTML = `
|
|
100051
|
-
<${componentName$
|
|
100051
|
+
<${componentName$f}
|
|
100052
100052
|
tabindex="-1"
|
|
100053
|
-
></${componentName$
|
|
100053
|
+
></${componentName$f}>
|
|
100054
100054
|
`;
|
|
100055
100055
|
|
|
100056
100056
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
100057
100057
|
|
|
100058
100058
|
this.inputElement = this.shadowRoot.querySelector(
|
|
100059
|
-
componentName$
|
|
100059
|
+
componentName$f,
|
|
100060
100060
|
);
|
|
100061
100061
|
|
|
100062
100062
|
forwardAttrs(this, this.inputElement, {
|
|
@@ -100175,7 +100175,7 @@ descope-enriched-text {
|
|
|
100175
100175
|
}
|
|
100176
100176
|
`,
|
|
100177
100177
|
excludeAttrsSync: ['tabindex', 'error-message', 'label', 'style'],
|
|
100178
|
-
componentName: componentName$
|
|
100178
|
+
componentName: componentName$e,
|
|
100179
100179
|
}),
|
|
100180
100180
|
);
|
|
100181
100181
|
|
|
@@ -100429,7 +100429,7 @@ descope-enriched-text {
|
|
|
100429
100429
|
}
|
|
100430
100430
|
}
|
|
100431
100431
|
|
|
100432
|
-
const componentName$
|
|
100432
|
+
const componentName$d = getComponentName('address-field-internal');
|
|
100433
100433
|
|
|
100434
100434
|
const GOOGLE_MAPS_CONNECTOR_TEMPLATE = 'google-maps-places';
|
|
100435
100435
|
const RADAR_CONNECTOR_TEMPLATE = 'radar';
|
|
@@ -100440,7 +100440,7 @@ descope-enriched-text {
|
|
|
100440
100440
|
};
|
|
100441
100441
|
|
|
100442
100442
|
const BaseInputClass = createBaseInputClass$1({
|
|
100443
|
-
componentName: componentName$
|
|
100443
|
+
componentName: componentName$d,
|
|
100444
100444
|
baseSelector: '',
|
|
100445
100445
|
});
|
|
100446
100446
|
const initConnectorAttrs = ['public-api-key'];
|
|
@@ -100547,7 +100547,7 @@ descope-enriched-text {
|
|
|
100547
100547
|
connectorMixin({ connectorClasses: CONNECTOR_CLASSES }),
|
|
100548
100548
|
)(RawAddressFieldInternal);
|
|
100549
100549
|
|
|
100550
|
-
const componentName$
|
|
100550
|
+
const componentName$c = getComponentName('address-field');
|
|
100551
100551
|
|
|
100552
100552
|
const customMixin = (superclass) =>
|
|
100553
100553
|
class AddressFieldMixinClass extends superclass {
|
|
@@ -100576,15 +100576,15 @@ descope-enriched-text {
|
|
|
100576
100576
|
const template = document.createElement('template');
|
|
100577
100577
|
|
|
100578
100578
|
template.innerHTML = `
|
|
100579
|
-
<${componentName$
|
|
100579
|
+
<${componentName$d}
|
|
100580
100580
|
tabindex="-1"
|
|
100581
|
-
></${componentName$
|
|
100581
|
+
></${componentName$d}>
|
|
100582
100582
|
`;
|
|
100583
100583
|
|
|
100584
100584
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
100585
100585
|
|
|
100586
100586
|
this.inputElement = this.shadowRoot.querySelector(
|
|
100587
|
-
componentName$
|
|
100587
|
+
componentName$d,
|
|
100588
100588
|
);
|
|
100589
100589
|
|
|
100590
100590
|
forwardAttrs(this, this.inputElement, {
|
|
@@ -100662,7 +100662,7 @@ descope-enriched-text {
|
|
|
100662
100662
|
width: 100%;
|
|
100663
100663
|
}
|
|
100664
100664
|
|
|
100665
|
-
${componentName$
|
|
100665
|
+
${componentName$d} {
|
|
100666
100666
|
display: inline-block;
|
|
100667
100667
|
box-sizing: border-box;
|
|
100668
100668
|
user-select: none;
|
|
@@ -100670,12 +100670,12 @@ descope-enriched-text {
|
|
|
100670
100670
|
max-width: 100%;
|
|
100671
100671
|
}
|
|
100672
100672
|
|
|
100673
|
-
${componentName$
|
|
100673
|
+
${componentName$d} ::slotted {
|
|
100674
100674
|
padding: 0;
|
|
100675
100675
|
}
|
|
100676
100676
|
`,
|
|
100677
100677
|
excludeAttrsSync: ['tabindex', 'error-message', 'label', 'style'],
|
|
100678
|
-
componentName: componentName$
|
|
100678
|
+
componentName: componentName$c,
|
|
100679
100679
|
}),
|
|
100680
100680
|
);
|
|
100681
100681
|
|
|
@@ -100715,24 +100715,24 @@ descope-enriched-text {
|
|
|
100715
100715
|
return timeParts.join(':');
|
|
100716
100716
|
};
|
|
100717
100717
|
|
|
100718
|
-
const componentName$
|
|
100718
|
+
const componentName$b = getComponentName('timer');
|
|
100719
100719
|
|
|
100720
100720
|
const observedAttributes$1 = ['seconds', 'hide-icon', 'paused'];
|
|
100721
100721
|
|
|
100722
|
-
const BaseClass$
|
|
100723
|
-
componentName: componentName$
|
|
100722
|
+
const BaseClass$6 = createBaseClass$1({
|
|
100723
|
+
componentName: componentName$b,
|
|
100724
100724
|
baseSelector: ':host > .wrapper',
|
|
100725
100725
|
});
|
|
100726
100726
|
|
|
100727
100727
|
const DEFAULT_INTERVAL = 1000;
|
|
100728
100728
|
|
|
100729
|
-
class RawTimer extends BaseClass$
|
|
100729
|
+
class RawTimer extends BaseClass$6 {
|
|
100730
100730
|
#timeRemains = 0;
|
|
100731
100731
|
|
|
100732
100732
|
#intervalId;
|
|
100733
100733
|
|
|
100734
100734
|
static get observedAttributes() {
|
|
100735
|
-
return observedAttributes$1.concat(BaseClass$
|
|
100735
|
+
return observedAttributes$1.concat(BaseClass$6.observedAttributes || []);
|
|
100736
100736
|
}
|
|
100737
100737
|
|
|
100738
100738
|
constructor() {
|
|
@@ -100941,7 +100941,7 @@ descope-enriched-text {
|
|
|
100941
100941
|
vars: vars$9
|
|
100942
100942
|
});
|
|
100943
100943
|
|
|
100944
|
-
const componentName$
|
|
100944
|
+
const componentName$a = getComponentName('timer-button');
|
|
100945
100945
|
|
|
100946
100946
|
const buttonAttrs = [
|
|
100947
100947
|
'button-variant',
|
|
@@ -100971,12 +100971,12 @@ descope-enriched-text {
|
|
|
100971
100971
|
'timer-paused': 'paused',
|
|
100972
100972
|
};
|
|
100973
100973
|
|
|
100974
|
-
const BaseClass$
|
|
100975
|
-
componentName: componentName$
|
|
100974
|
+
const BaseClass$5 = createBaseClass$1({
|
|
100975
|
+
componentName: componentName$a,
|
|
100976
100976
|
baseSelector: ':host > div',
|
|
100977
100977
|
});
|
|
100978
100978
|
|
|
100979
|
-
class RawTimerButton extends BaseClass$
|
|
100979
|
+
class RawTimerButton extends BaseClass$5 {
|
|
100980
100980
|
constructor() {
|
|
100981
100981
|
super();
|
|
100982
100982
|
|
|
@@ -101102,9 +101102,9 @@ descope-enriched-text {
|
|
|
101102
101102
|
vars: vars$8
|
|
101103
101103
|
});
|
|
101104
101104
|
|
|
101105
|
-
const componentName$
|
|
101105
|
+
const componentName$9 = getComponentName('password-strength');
|
|
101106
101106
|
class RawPasswordStrength extends createBaseClass$1({
|
|
101107
|
-
componentName: componentName$
|
|
101107
|
+
componentName: componentName$9,
|
|
101108
101108
|
baseSelector: ':host > .wrapper',
|
|
101109
101109
|
}) {
|
|
101110
101110
|
static get observedAttributes() {
|
|
@@ -101307,10 +101307,10 @@ descope-enriched-text {
|
|
|
101307
101307
|
|
|
101308
101308
|
var chevronIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iYmxhY2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNy4yMTkzIDkuMjcyODNDMTcuNjU4NCA4Ljg3OTEyIDE4LjMzMzQgOC45MTU4NyAxOC43MjcyIDkuMzU0OTJDMTkuMTIwOSA5Ljc5Mzk3IDE5LjA4NDEgMTAuNDY5MSAxOC42NDUxIDEwLjg2MjhDMTguNjQ1MSAxMC44NjI4IDEzLjA0NTcgMTYuMDAyMiAxMi42NCAxNi4zNjZDMTIuMjM0MyAxNi43Mjk4IDExLjc2MDggMTYuNzI5OCAxMS4zNTUyIDE2LjM2Nkw1LjM1NDkyIDEwLjg2MjhDNC45MTU4NyAxMC40NjkxIDQuODc5MTIgOS43OTM5NyA1LjI3MjgzIDkuMzU0OTJDNS42NjY1NSA4LjkxNTg3IDYuMzQxNjQgOC44NzkxMiA2Ljc4MDY5IDkuMjcyODNMMTIgMTQuMTM2OEwxNy4yMTkzIDkuMjcyODNaIi8+Cjwvc3ZnPgo=";
|
|
101309
101309
|
|
|
101310
|
-
const componentName$
|
|
101310
|
+
const componentName$8 = getComponentName('collapsible-container');
|
|
101311
101311
|
|
|
101312
101312
|
class RawCollapsibleContainer extends createBaseClass$1({
|
|
101313
|
-
componentName: componentName$
|
|
101313
|
+
componentName: componentName$8,
|
|
101314
101314
|
baseSelector: 'slot',
|
|
101315
101315
|
}) {
|
|
101316
101316
|
static get observedAttributes() {
|
|
@@ -101545,7 +101545,7 @@ descope-enriched-text {
|
|
|
101545
101545
|
{
|
|
101546
101546
|
shadowColor: '#00000020', // if we want to support transparency vars, we should use different color format
|
|
101547
101547
|
},
|
|
101548
|
-
componentName$
|
|
101548
|
+
componentName$8
|
|
101549
101549
|
);
|
|
101550
101550
|
|
|
101551
101551
|
const { shadowColor: shadowColor$1 } = helperRefs$1;
|
|
@@ -101656,7 +101656,7 @@ descope-enriched-text {
|
|
|
101656
101656
|
vars: vars$6
|
|
101657
101657
|
});
|
|
101658
101658
|
|
|
101659
|
-
const componentName$
|
|
101659
|
+
const componentName$7 = getComponentName('recovery-codes');
|
|
101660
101660
|
|
|
101661
101661
|
const itemRenderer$2 = ({ value }, _, ref) => {
|
|
101662
101662
|
return `
|
|
@@ -101667,7 +101667,7 @@ descope-enriched-text {
|
|
|
101667
101667
|
};
|
|
101668
101668
|
|
|
101669
101669
|
class RawRecoveryCodes extends createBaseClass$1({
|
|
101670
|
-
componentName: componentName$
|
|
101670
|
+
componentName: componentName$7,
|
|
101671
101671
|
baseSelector: ':host > div',
|
|
101672
101672
|
}) {
|
|
101673
101673
|
static get observedAttributes() {
|
|
@@ -101835,7 +101835,7 @@ descope-enriched-text {
|
|
|
101835
101835
|
vars: vars$5
|
|
101836
101836
|
});
|
|
101837
101837
|
|
|
101838
|
-
const componentName$
|
|
101838
|
+
const componentName$6 = getComponentName('outbound-apps');
|
|
101839
101839
|
|
|
101840
101840
|
const itemRenderer$1 = (
|
|
101841
101841
|
{ name, description, logo, appId, isConnected },
|
|
@@ -101880,12 +101880,12 @@ descope-enriched-text {
|
|
|
101880
101880
|
`;
|
|
101881
101881
|
};
|
|
101882
101882
|
|
|
101883
|
-
const BaseClass$
|
|
101884
|
-
componentName: componentName$
|
|
101883
|
+
const BaseClass$4 = createBaseClass$1({
|
|
101884
|
+
componentName: componentName$6,
|
|
101885
101885
|
baseSelector: 'descope-list',
|
|
101886
101886
|
});
|
|
101887
101887
|
|
|
101888
|
-
class RawOutboundAppsClass extends BaseClass$
|
|
101888
|
+
class RawOutboundAppsClass extends BaseClass$4 {
|
|
101889
101889
|
constructor() {
|
|
101890
101890
|
super();
|
|
101891
101891
|
|
|
@@ -102097,10 +102097,10 @@ descope-enriched-text {
|
|
|
102097
102097
|
vars: vars$4
|
|
102098
102098
|
});
|
|
102099
102099
|
|
|
102100
|
-
const componentName$
|
|
102100
|
+
const componentName$5 = getComponentName('outbound-app-button');
|
|
102101
102101
|
|
|
102102
102102
|
class RawOutboundAppButton extends createBaseClass$1({
|
|
102103
|
-
componentName: componentName$
|
|
102103
|
+
componentName: componentName$5,
|
|
102104
102104
|
baseSelector: ':host > descope-button',
|
|
102105
102105
|
}) {
|
|
102106
102106
|
static get observedAttributes() {
|
|
@@ -102282,7 +102282,7 @@ descope-enriched-text {
|
|
|
102282
102282
|
};
|
|
102283
102283
|
};
|
|
102284
102284
|
|
|
102285
|
-
const componentName$
|
|
102285
|
+
const componentName$4 = getComponentName('trusted-devices');
|
|
102286
102286
|
|
|
102287
102287
|
const itemRenderer = (
|
|
102288
102288
|
{ id, name, lastLoginDate, deviceType, isCurrent },
|
|
@@ -102370,12 +102370,12 @@ descope-enriched-text {
|
|
|
102370
102370
|
return template;
|
|
102371
102371
|
};
|
|
102372
102372
|
|
|
102373
|
-
const BaseClass$
|
|
102374
|
-
componentName: componentName$
|
|
102373
|
+
const BaseClass$3 = createBaseClass$1({
|
|
102374
|
+
componentName: componentName$4,
|
|
102375
102375
|
baseSelector: ListClass.componentName,
|
|
102376
102376
|
});
|
|
102377
102377
|
|
|
102378
|
-
class RawTrustedDevicesClass extends BaseClass$
|
|
102378
|
+
class RawTrustedDevicesClass extends BaseClass$3 {
|
|
102379
102379
|
constructor() {
|
|
102380
102380
|
super();
|
|
102381
102381
|
|
|
@@ -102705,7 +102705,7 @@ descope-enriched-text {
|
|
|
102705
102705
|
vars: vars$2
|
|
102706
102706
|
});
|
|
102707
102707
|
|
|
102708
|
-
const componentName$
|
|
102708
|
+
const componentName$3 = getComponentName('tooltip');
|
|
102709
102709
|
|
|
102710
102710
|
const tooltipAttrs = [
|
|
102711
102711
|
'text',
|
|
@@ -102715,14 +102715,14 @@ descope-enriched-text {
|
|
|
102715
102715
|
'opened',
|
|
102716
102716
|
];
|
|
102717
102717
|
|
|
102718
|
-
const BaseClass$
|
|
102719
|
-
componentName: componentName$
|
|
102718
|
+
const BaseClass$2 = createBaseClass$1({
|
|
102719
|
+
componentName: componentName$3,
|
|
102720
102720
|
baseSelector: 'vaadin-tooltip',
|
|
102721
102721
|
});
|
|
102722
102722
|
|
|
102723
|
-
class RawTooltip extends BaseClass$
|
|
102723
|
+
class RawTooltip extends BaseClass$2 {
|
|
102724
102724
|
static get observedAttributes() {
|
|
102725
|
-
return tooltipAttrs.concat(BaseClass$
|
|
102725
|
+
return tooltipAttrs.concat(BaseClass$2.observedAttributes || []);
|
|
102726
102726
|
}
|
|
102727
102727
|
|
|
102728
102728
|
get isOpened() {
|
|
@@ -102955,7 +102955,7 @@ descope-enriched-text {
|
|
|
102955
102955
|
{
|
|
102956
102956
|
shadowColor: '#00000020', // if we want to support transparency vars, we should use different color format
|
|
102957
102957
|
},
|
|
102958
|
-
componentName$
|
|
102958
|
+
componentName$3
|
|
102959
102959
|
);
|
|
102960
102960
|
|
|
102961
102961
|
const { shadowColor } = helperRefs;
|
|
@@ -103139,17 +103139,17 @@ descope-enriched-text {
|
|
|
103139
103139
|
},
|
|
103140
103140
|
});
|
|
103141
103141
|
|
|
103142
|
-
const componentName$
|
|
103142
|
+
const componentName$2 = getComponentName$1('recaptcha');
|
|
103143
103143
|
|
|
103144
103144
|
const observedAttributes = ['enabled', 'site-key', 'action', 'enterprise'];
|
|
103145
103145
|
|
|
103146
|
-
const BaseClass = createBaseClass({
|
|
103147
|
-
componentName: componentName$
|
|
103146
|
+
const BaseClass$1 = createBaseClass({
|
|
103147
|
+
componentName: componentName$2,
|
|
103148
103148
|
baseSelector: ':host > div',
|
|
103149
103149
|
});
|
|
103150
|
-
class RawRecaptcha extends BaseClass {
|
|
103150
|
+
class RawRecaptcha extends BaseClass$1 {
|
|
103151
103151
|
static get observedAttributes() {
|
|
103152
|
-
return observedAttributes.concat(BaseClass.observedAttributes || []);
|
|
103152
|
+
return observedAttributes.concat(BaseClass$1.observedAttributes || []);
|
|
103153
103153
|
}
|
|
103154
103154
|
|
|
103155
103155
|
attributeChangedCallback(attrName, oldValue, newValue) {
|
|
@@ -103369,7 +103369,7 @@ descope-enriched-text {
|
|
|
103369
103369
|
|
|
103370
103370
|
const RecaptchaClass = compose$1(draggableMixin)(RawRecaptcha);
|
|
103371
103371
|
|
|
103372
|
-
const componentName = getComponentName$1('notification');
|
|
103372
|
+
const componentName$1 = getComponentName$1('notification');
|
|
103373
103373
|
|
|
103374
103374
|
const NotificationMixin = (superclass) =>
|
|
103375
103375
|
class NotificationMixinClass extends superclass {
|
|
@@ -103464,10 +103464,112 @@ descope-enriched-text {
|
|
|
103464
103464
|
createProxy({
|
|
103465
103465
|
wrappedEleName: 'vaadin-notification',
|
|
103466
103466
|
excludeAttrsSync: ['tabindex', 'style'],
|
|
103467
|
-
componentName,
|
|
103467
|
+
componentName: componentName$1,
|
|
103468
103468
|
})
|
|
103469
103469
|
);
|
|
103470
103470
|
|
|
103471
|
+
// NOTICE: This component registers with a DIFFERENT name than its file name
|
|
103472
|
+
const componentName = getComponentName('ponyhot');
|
|
103473
|
+
|
|
103474
|
+
const HP_PREFIX = 'dhp-';
|
|
103475
|
+
|
|
103476
|
+
const BaseClass = createBaseClass$1({
|
|
103477
|
+
componentName,
|
|
103478
|
+
baseSelector: '',
|
|
103479
|
+
});
|
|
103480
|
+
|
|
103481
|
+
class RawHoneypot extends BaseClass {
|
|
103482
|
+
get type() {
|
|
103483
|
+
return this.getAttribute('type');
|
|
103484
|
+
}
|
|
103485
|
+
|
|
103486
|
+
get value() {
|
|
103487
|
+
return this.input?.value || '';
|
|
103488
|
+
}
|
|
103489
|
+
|
|
103490
|
+
init() {
|
|
103491
|
+
this.input = this.querySelector('input');
|
|
103492
|
+
|
|
103493
|
+
if (!this.input) return;
|
|
103494
|
+
|
|
103495
|
+
this.#setupTrapListeners();
|
|
103496
|
+
this.#setupValueInterceptor();
|
|
103497
|
+
this.#hideComponent();
|
|
103498
|
+
}
|
|
103499
|
+
|
|
103500
|
+
#setupTrapListeners() {
|
|
103501
|
+
const events = [
|
|
103502
|
+
'input',
|
|
103503
|
+
'change',
|
|
103504
|
+
'click',
|
|
103505
|
+
'keydown',
|
|
103506
|
+
'keyup',
|
|
103507
|
+
'mouseover',
|
|
103508
|
+
'mousedown',
|
|
103509
|
+
];
|
|
103510
|
+
|
|
103511
|
+
const fillHoneypot = (e) => {
|
|
103512
|
+
this.input.value = `${HP_PREFIX}${e.type}`;
|
|
103513
|
+
|
|
103514
|
+
// Stop listening to all events after first trigger
|
|
103515
|
+
events.forEach((event) => {
|
|
103516
|
+
this.input.removeEventListener(event, fillHoneypot);
|
|
103517
|
+
});
|
|
103518
|
+
};
|
|
103519
|
+
|
|
103520
|
+
events.forEach((event) => {
|
|
103521
|
+
this.input.addEventListener(event, fillHoneypot);
|
|
103522
|
+
});
|
|
103523
|
+
}
|
|
103524
|
+
|
|
103525
|
+
// Intercept direct value assignments to catch bots that bypass events
|
|
103526
|
+
#setupValueInterceptor() {
|
|
103527
|
+
const originalDescriptor = Object.getOwnPropertyDescriptor(
|
|
103528
|
+
HTMLInputElement.prototype,
|
|
103529
|
+
'value',
|
|
103530
|
+
);
|
|
103531
|
+
|
|
103532
|
+
Object.defineProperty(this.input, 'value', {
|
|
103533
|
+
get() {
|
|
103534
|
+
return originalDescriptor.get.call(this);
|
|
103535
|
+
},
|
|
103536
|
+
set(newValue) {
|
|
103537
|
+
const currentValue = originalDescriptor.get.call(this);
|
|
103538
|
+
|
|
103539
|
+
// Only trap if the value is being set by external code (not our own trap)
|
|
103540
|
+
if (
|
|
103541
|
+
newValue &&
|
|
103542
|
+
!newValue.startsWith(HP_PREFIX) &&
|
|
103543
|
+
newValue !== currentValue
|
|
103544
|
+
) {
|
|
103545
|
+
originalDescriptor.set.call(this, `${HP_PREFIX}direct-set`);
|
|
103546
|
+
} else {
|
|
103547
|
+
originalDescriptor.set.call(this, newValue);
|
|
103548
|
+
}
|
|
103549
|
+
},
|
|
103550
|
+
configurable: true,
|
|
103551
|
+
});
|
|
103552
|
+
}
|
|
103553
|
+
|
|
103554
|
+
#hideComponent() {
|
|
103555
|
+
const styles = {
|
|
103556
|
+
position: 'absolute',
|
|
103557
|
+
opacity: '0.01',
|
|
103558
|
+
width: '1px',
|
|
103559
|
+
height: '1px',
|
|
103560
|
+
pointerEvents: 'none',
|
|
103561
|
+
zIndex: '-1',
|
|
103562
|
+
left: '-999999px',
|
|
103563
|
+
};
|
|
103564
|
+
|
|
103565
|
+
Object.entries(styles).forEach(([key, value]) => {
|
|
103566
|
+
this.style[key] = value;
|
|
103567
|
+
});
|
|
103568
|
+
}
|
|
103569
|
+
}
|
|
103570
|
+
|
|
103571
|
+
const HoneypotClass = compose(componentNameValidationMixin$1)(RawHoneypot);
|
|
103572
|
+
|
|
103471
103573
|
const options = {
|
|
103472
103574
|
translations: zxcvbnEnPackage__namespace.translations,
|
|
103473
103575
|
graphs: zxcvbnCommonPackage__namespace.adjacencyGraphs,
|
|
@@ -103506,6 +103608,7 @@ descope-enriched-text {
|
|
|
103506
103608
|
index_cjs$4.EnrichedTextClass = EnrichedTextClass;
|
|
103507
103609
|
index_cjs$4.GridClass = GridClass;
|
|
103508
103610
|
index_cjs$4.HcaptchaClass = HcaptchaClass;
|
|
103611
|
+
index_cjs$4.HoneypotClass = HoneypotClass;
|
|
103509
103612
|
index_cjs$4.HybridFieldClass = HybridFieldClass;
|
|
103510
103613
|
index_cjs$4.IconClass = IconClass;
|
|
103511
103614
|
index_cjs$4.ImageClass = ImageClass;
|
|
@@ -103648,6 +103751,7 @@ const OutboundAppsClass = index_cjsExports.OutboundAppsClass;
|
|
|
103648
103751
|
const OutboundAppButtonClass = index_cjsExports.OutboundAppButtonClass;
|
|
103649
103752
|
const TrustedDevicesClass = index_cjsExports.TrustedDevicesClass;
|
|
103650
103753
|
const TooltipClass = index_cjsExports.TooltipClass;
|
|
103754
|
+
const HoneypotClass = index_cjsExports.HoneypotClass;
|
|
103651
103755
|
|
|
103652
103756
|
const Checkbox = React__default.default.forwardRef((props, ref) => React__default.default.createElement("descope-checkbox", { ...props, ref: ref }));
|
|
103653
103757
|
|
|
@@ -104175,6 +104279,11 @@ const OutboundAppButton = React__default.default.forwardRef(({ children, label,
|
|
|
104175
104279
|
const TrustedDevices = React__default.default.forwardRef(({ emptyState, data, ...props }, ref) => (React__default.default.createElement("descope-trusted-devices", { data: data ? JSON.stringify(data) : undefined, ...props, ref: ref },
|
|
104176
104280
|
React__default.default.createElement("div", { slot: "empty-state" }, emptyState))));
|
|
104177
104281
|
|
|
104282
|
+
const Honeypot = React__default.default.forwardRef((props, ref) => {
|
|
104283
|
+
return (React__default.default.createElement("descope-ponyhot", { ref: ref },
|
|
104284
|
+
React__default.default.createElement("input", { ...props })));
|
|
104285
|
+
});
|
|
104286
|
+
|
|
104178
104287
|
const globalsThemeToStyle = index_cjsExports.globalsThemeToStyle;
|
|
104179
104288
|
const createComponentsTheme = index_cjsExports.createComponentsTheme;
|
|
104180
104289
|
const themeToStyle = index_cjsExports.themeToStyle;
|
|
@@ -104225,6 +104334,8 @@ exports.GridSelectionColumn = GridSelectionColumn;
|
|
|
104225
104334
|
exports.GridTextColumn = GridTextColumn;
|
|
104226
104335
|
exports.Hcaptcha = Hcaptcha;
|
|
104227
104336
|
exports.HcaptchaClass = HcaptchaClass;
|
|
104337
|
+
exports.Honeypot = Honeypot;
|
|
104338
|
+
exports.HoneypotClass = HoneypotClass;
|
|
104228
104339
|
exports.HybridField = HybridField;
|
|
104229
104340
|
exports.HybridFieldClass = HybridFieldClass;
|
|
104230
104341
|
exports.IconClass = IconClass;
|