@banyan_cloud/roots 1.0.91 → 1.0.93
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.js +1898 -1494
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1898 -1494
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +1898 -1494
- package/package.json +1 -1
- package/styles/_colors.exports.scss +2 -0
package/dist/cjs/index.js
CHANGED
|
@@ -4937,8 +4937,8 @@ var defaultProps = {
|
|
|
4937
4937
|
attrs: {}
|
|
4938
4938
|
};
|
|
4939
4939
|
|
|
4940
|
-
var css$16 = "button.
|
|
4941
|
-
var modules_ab72627b = {"root":"
|
|
4940
|
+
var css$16 = "button.BaseButton_module_root__39a3f3ec[data-elem=base-cell] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n display: inline-flex;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n border: none;\n background: none;\n padding: 0.5rem 0.75rem;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell]:focus {\n outline: 1px solid var(--highlight);\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell]:active {\n outline: none;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell]:disabled {\n cursor: not-allowed;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell].BaseButton_module_contained__39a3f3ec {\n background: var(--black);\n color: var(--white);\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell].BaseButton_module_outlined__39a3f3ec {\n color: var(--black);\n border: 1px solid var(--black);\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell].BaseButton_module_text__39a3f3ec {\n color: var(--black);\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell] [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell] [data-elem=component2] {\n min-width: 0;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell] [data-elem=title] {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n}";
|
|
4941
|
+
var modules_ab72627b = {"root":"BaseButton_module_root__39a3f3ec","contained":"BaseButton_module_contained__39a3f3ec","outlined":"BaseButton_module_outlined__39a3f3ec","text":"BaseButton_module_text__39a3f3ec"};
|
|
4942
4942
|
n(css$16,{});
|
|
4943
4943
|
|
|
4944
4944
|
var BaseButton = /*#__PURE__*/React.forwardRef(function BaseButton(props, ref) {
|
|
@@ -6495,8 +6495,8 @@ var Databases = {
|
|
|
6495
6495
|
MySql: MySql
|
|
6496
6496
|
};
|
|
6497
6497
|
|
|
6498
|
-
var css$10 = ".
|
|
6499
|
-
var modules_8207625f = {"root":"
|
|
6498
|
+
var css$10 = ".Accordion_module_root__679b7121 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n width: 100%;\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.5rem;\n padding: 0.5rem 1rem;\n cursor: pointer;\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] > [data-elem=component1] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] > [data-elem=component1] .Accordion_module_icon__679b7121 {\n transform: rotate(-90deg);\n width: 1rem;\n height: 1rem;\n fill: var(--dark-grey);\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] .Accordion_module_title__679b7121 {\n flex: 1 1 auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell]:hover {\n background: var(--background);\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell]:hover .Accordion_module_icon__679b7121,\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell]:hover .Accordion_module_title__679b7121 {\n color: var(--highlight);\n fill: var(--highlight);\n}\n.Accordion_module_root__679b7121 > .Accordion_module_body__679b7121 {\n display: none;\n padding: 0.5rem 2.5rem;\n}\n.Accordion_module_root__679b7121.Accordion_module_open__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] [data-elem=component1] .Accordion_module_icon__679b7121 {\n transform: none;\n}\n.Accordion_module_root__679b7121.Accordion_module_open__679b7121 > .Accordion_module_body__679b7121 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}\n.Accordion_module_root__679b7121.Accordion_module_open__679b7121 > .Accordion_module_body__679b7121 > button[data-elem=base-cell] {\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n align-self: flex-end;\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n}\n.Accordion_module_root__679b7121.Accordion_module_open__679b7121 > .Accordion_module_body__679b7121 > button[data-elem=base-cell] .Accordion_module_expand__679b7121 {\n height: 1.5rem;\n width: 1.5rem;\n}";
|
|
6499
|
+
var modules_8207625f = {"root":"Accordion_module_root__679b7121","header":"Accordion_module_header__679b7121","icon":"Accordion_module_icon__679b7121","title":"Accordion_module_title__679b7121","body":"Accordion_module_body__679b7121","open":"Accordion_module_open__679b7121","expand":"Accordion_module_expand__679b7121"};
|
|
6500
6500
|
n(css$10,{});
|
|
6501
6501
|
|
|
6502
6502
|
var Accordion = function Accordion(props) {
|
|
@@ -20527,126 +20527,134 @@ function c(Prism) {
|
|
|
20527
20527
|
delete Prism.languages.c['boolean'];
|
|
20528
20528
|
}
|
|
20529
20529
|
|
|
20530
|
-
var
|
|
20531
|
-
var
|
|
20532
|
-
|
|
20533
|
-
|
|
20534
|
-
|
|
20535
|
-
|
|
20536
|
-
|
|
20537
|
-
|
|
20538
|
-
|
|
20539
|
-
|
|
20540
|
-
|
|
20541
|
-
|
|
20542
|
-
|
|
20543
|
-
|
|
20544
|
-
|
|
20545
|
-
|
|
20546
|
-
|
|
20547
|
-
|
|
20548
|
-
|
|
20549
|
-
|
|
20550
|
-
|
|
20551
|
-
|
|
20552
|
-
|
|
20553
|
-
|
|
20554
|
-
|
|
20555
|
-
|
|
20556
|
-
|
|
20557
|
-
|
|
20558
|
-
|
|
20559
|
-
|
|
20560
|
-
|
|
20561
|
-
|
|
20562
|
-
|
|
20563
|
-
|
|
20564
|
-
|
|
20565
|
-
|
|
20566
|
-
|
|
20567
|
-
|
|
20568
|
-
|
|
20569
|
-
|
|
20570
|
-
|
|
20571
|
-
|
|
20572
|
-
|
|
20573
|
-
|
|
20574
|
-
|
|
20575
|
-
|
|
20576
|
-
|
|
20577
|
-
|
|
20578
|
-
|
|
20579
|
-
|
|
20580
|
-
|
|
20581
|
-
|
|
20582
|
-
|
|
20583
|
-
|
|
20584
|
-
|
|
20585
|
-
|
|
20586
|
-
|
|
20587
|
-
|
|
20588
|
-
|
|
20589
|
-
|
|
20590
|
-
|
|
20591
|
-
|
|
20592
|
-
|
|
20593
|
-
|
|
20594
|
-
|
|
20595
|
-
|
|
20596
|
-
|
|
20597
|
-
|
|
20598
|
-
|
|
20599
|
-
|
|
20600
|
-
|
|
20601
|
-
|
|
20602
|
-
|
|
20603
|
-
|
|
20604
|
-
|
|
20605
|
-
|
|
20606
|
-
|
|
20607
|
-
|
|
20608
|
-
|
|
20609
|
-
|
|
20610
|
-
|
|
20611
|
-
|
|
20612
|
-
|
|
20613
|
-
|
|
20614
|
-
|
|
20615
|
-
|
|
20616
|
-
|
|
20617
|
-
|
|
20618
|
-
|
|
20619
|
-
|
|
20620
|
-
|
|
20621
|
-
|
|
20622
|
-
|
|
20623
|
-
|
|
20624
|
-
|
|
20625
|
-
|
|
20626
|
-
|
|
20627
|
-
|
|
20628
|
-
|
|
20629
|
-
|
|
20630
|
-
|
|
20631
|
-
|
|
20632
|
-
|
|
20633
|
-
|
|
20634
|
-
|
|
20635
|
-
|
|
20636
|
-
|
|
20637
|
-
|
|
20638
|
-
|
|
20639
|
-
|
|
20640
|
-
|
|
20641
|
-
|
|
20642
|
-
|
|
20643
|
-
|
|
20644
|
-
|
|
20645
|
-
|
|
20646
|
-
|
|
20530
|
+
var cpp_1;
|
|
20531
|
+
var hasRequiredCpp;
|
|
20532
|
+
|
|
20533
|
+
function requireCpp () {
|
|
20534
|
+
if (hasRequiredCpp) return cpp_1;
|
|
20535
|
+
hasRequiredCpp = 1;
|
|
20536
|
+
var refractorC = c_1;
|
|
20537
|
+
cpp_1 = cpp;
|
|
20538
|
+
cpp.displayName = 'cpp';
|
|
20539
|
+
cpp.aliases = [];
|
|
20540
|
+
function cpp(Prism) {
|
|
20541
|
+
Prism.register(refractorC)
|
|
20542
|
+
;(function (Prism) {
|
|
20543
|
+
var keyword =
|
|
20544
|
+
/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/;
|
|
20545
|
+
var modName = /\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(
|
|
20546
|
+
/<keyword>/g,
|
|
20547
|
+
function () {
|
|
20548
|
+
return keyword.source
|
|
20549
|
+
}
|
|
20550
|
+
);
|
|
20551
|
+
Prism.languages.cpp = Prism.languages.extend('c', {
|
|
20552
|
+
'class-name': [
|
|
20553
|
+
{
|
|
20554
|
+
pattern: RegExp(
|
|
20555
|
+
/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(
|
|
20556
|
+
/<keyword>/g,
|
|
20557
|
+
function () {
|
|
20558
|
+
return keyword.source
|
|
20559
|
+
}
|
|
20560
|
+
)
|
|
20561
|
+
),
|
|
20562
|
+
lookbehind: true
|
|
20563
|
+
}, // This is intended to capture the class name of method implementations like:
|
|
20564
|
+
// void foo::bar() const {}
|
|
20565
|
+
// However! The `foo` in the above example could also be a namespace, so we only capture the class name if
|
|
20566
|
+
// it starts with an uppercase letter. This approximation should give decent results.
|
|
20567
|
+
/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/, // This will capture the class name before destructors like:
|
|
20568
|
+
// Foo::~Foo() {}
|
|
20569
|
+
/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i, // This also intends to capture the class name of method implementations but here the class has template
|
|
20570
|
+
// parameters, so it can't be a namespace (until C++ adds generic namespaces).
|
|
20571
|
+
/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/
|
|
20572
|
+
],
|
|
20573
|
+
keyword: keyword,
|
|
20574
|
+
number: {
|
|
20575
|
+
pattern:
|
|
20576
|
+
/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,
|
|
20577
|
+
greedy: true
|
|
20578
|
+
},
|
|
20579
|
+
operator:
|
|
20580
|
+
/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,
|
|
20581
|
+
boolean: /\b(?:false|true)\b/
|
|
20582
|
+
});
|
|
20583
|
+
Prism.languages.insertBefore('cpp', 'string', {
|
|
20584
|
+
module: {
|
|
20585
|
+
// https://en.cppreference.com/w/cpp/language/modules
|
|
20586
|
+
pattern: RegExp(
|
|
20587
|
+
/(\b(?:import|module)\s+)/.source +
|
|
20588
|
+
'(?:' + // header-name
|
|
20589
|
+
/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source +
|
|
20590
|
+
'|' + // module name or partition or both
|
|
20591
|
+
/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(
|
|
20592
|
+
/<mod-name>/g,
|
|
20593
|
+
function () {
|
|
20594
|
+
return modName
|
|
20595
|
+
}
|
|
20596
|
+
) +
|
|
20597
|
+
')'
|
|
20598
|
+
),
|
|
20599
|
+
lookbehind: true,
|
|
20600
|
+
greedy: true,
|
|
20601
|
+
inside: {
|
|
20602
|
+
string: /^[<"][\s\S]+/,
|
|
20603
|
+
operator: /:/,
|
|
20604
|
+
punctuation: /\./
|
|
20605
|
+
}
|
|
20606
|
+
},
|
|
20607
|
+
'raw-string': {
|
|
20608
|
+
pattern: /R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,
|
|
20609
|
+
alias: 'string',
|
|
20610
|
+
greedy: true
|
|
20611
|
+
}
|
|
20612
|
+
});
|
|
20613
|
+
Prism.languages.insertBefore('cpp', 'keyword', {
|
|
20614
|
+
'generic-function': {
|
|
20615
|
+
pattern: /\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,
|
|
20616
|
+
inside: {
|
|
20617
|
+
function: /^\w+/,
|
|
20618
|
+
generic: {
|
|
20619
|
+
pattern: /<[\s\S]+/,
|
|
20620
|
+
alias: 'class-name',
|
|
20621
|
+
inside: Prism.languages.cpp
|
|
20622
|
+
}
|
|
20623
|
+
}
|
|
20624
|
+
}
|
|
20625
|
+
});
|
|
20626
|
+
Prism.languages.insertBefore('cpp', 'operator', {
|
|
20627
|
+
'double-colon': {
|
|
20628
|
+
pattern: /::/,
|
|
20629
|
+
alias: 'punctuation'
|
|
20630
|
+
}
|
|
20631
|
+
});
|
|
20632
|
+
Prism.languages.insertBefore('cpp', 'class-name', {
|
|
20633
|
+
// the base clause is an optional list of parent classes
|
|
20634
|
+
// https://en.cppreference.com/w/cpp/language/class
|
|
20635
|
+
'base-clause': {
|
|
20636
|
+
pattern:
|
|
20637
|
+
/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,
|
|
20638
|
+
lookbehind: true,
|
|
20639
|
+
greedy: true,
|
|
20640
|
+
inside: Prism.languages.extend('cpp', {})
|
|
20641
|
+
}
|
|
20642
|
+
});
|
|
20643
|
+
Prism.languages.insertBefore(
|
|
20644
|
+
'inside',
|
|
20645
|
+
'double-colon',
|
|
20646
|
+
{
|
|
20647
|
+
// All untokenized words that are not namespaces should be class names
|
|
20648
|
+
'class-name': /\b[a-z_]\w*\b(?!\s*::)/i
|
|
20649
|
+
},
|
|
20650
|
+
Prism.languages.cpp['base-clause']
|
|
20651
|
+
);
|
|
20652
|
+
})(Prism);
|
|
20653
|
+
}
|
|
20654
|
+
return cpp_1;
|
|
20647
20655
|
}
|
|
20648
20656
|
|
|
20649
|
-
var refractorCpp$1 =
|
|
20657
|
+
var refractorCpp$1 = requireCpp();
|
|
20650
20658
|
var arduino_1 = arduino;
|
|
20651
20659
|
arduino.displayName = 'arduino';
|
|
20652
20660
|
arduino.aliases = ['ino'];
|
|
@@ -20990,475 +20998,484 @@ function asmatmel(Prism) {
|
|
|
20990
20998
|
};
|
|
20991
20999
|
}
|
|
20992
21000
|
|
|
20993
|
-
var csharp_1
|
|
20994
|
-
|
|
20995
|
-
|
|
20996
|
-
function
|
|
21001
|
+
var csharp_1;
|
|
21002
|
+
var hasRequiredCsharp;
|
|
21003
|
+
|
|
21004
|
+
function requireCsharp () {
|
|
21005
|
+
if (hasRequiredCsharp) return csharp_1;
|
|
21006
|
+
hasRequiredCsharp = 1;
|
|
21007
|
+
|
|
21008
|
+
csharp_1 = csharp;
|
|
21009
|
+
csharp.displayName = 'csharp';
|
|
21010
|
+
csharp.aliases = ['dotnet', 'cs'];
|
|
21011
|
+
function csharp(Prism) {
|
|
20997
21012
|
(function (Prism) {
|
|
20998
|
-
|
|
20999
|
-
|
|
21000
|
-
|
|
21001
|
-
|
|
21002
|
-
|
|
21003
|
-
|
|
21004
|
-
|
|
21005
|
-
|
|
21006
|
-
|
|
21007
|
-
|
|
21008
|
-
|
|
21009
|
-
|
|
21010
|
-
|
|
21011
|
-
|
|
21012
|
-
|
|
21013
|
-
|
|
21014
|
-
|
|
21015
|
-
|
|
21016
|
-
|
|
21017
|
-
|
|
21018
|
-
|
|
21019
|
-
|
|
21020
|
-
|
|
21021
|
-
|
|
21022
|
-
|
|
21023
|
-
|
|
21024
|
-
|
|
21025
|
-
|
|
21026
|
-
|
|
21027
|
-
|
|
21028
|
-
|
|
21029
|
-
|
|
21030
|
-
|
|
21031
|
-
|
|
21032
|
-
|
|
21033
|
-
|
|
21034
|
-
|
|
21035
|
-
|
|
21036
|
-
|
|
21037
|
-
|
|
21038
|
-
|
|
21039
|
-
|
|
21040
|
-
|
|
21041
|
-
|
|
21042
|
-
|
|
21043
|
-
|
|
21044
|
-
|
|
21045
|
-
|
|
21046
|
-
|
|
21047
|
-
|
|
21048
|
-
|
|
21049
|
-
|
|
21050
|
-
|
|
21051
|
-
|
|
21052
|
-
|
|
21053
|
-
|
|
21054
|
-
|
|
21055
|
-
|
|
21056
|
-
|
|
21057
|
-
|
|
21058
|
-
|
|
21059
|
-
|
|
21060
|
-
|
|
21061
|
-
|
|
21062
|
-
|
|
21063
|
-
|
|
21064
|
-
|
|
21065
|
-
|
|
21066
|
-
|
|
21067
|
-
|
|
21068
|
-
|
|
21069
|
-
|
|
21070
|
-
|
|
21071
|
-
|
|
21072
|
-
|
|
21073
|
-
|
|
21074
|
-
|
|
21075
|
-
|
|
21076
|
-
|
|
21077
|
-
|
|
21078
|
-
|
|
21079
|
-
|
|
21080
|
-
|
|
21081
|
-
|
|
21082
|
-
|
|
21083
|
-
|
|
21084
|
-
|
|
21085
|
-
|
|
21086
|
-
|
|
21087
|
-
|
|
21088
|
-
|
|
21089
|
-
|
|
21090
|
-
|
|
21091
|
-
|
|
21092
|
-
|
|
21093
|
-
|
|
21094
|
-
|
|
21095
|
-
|
|
21096
|
-
|
|
21097
|
-
|
|
21098
|
-
|
|
21099
|
-
|
|
21100
|
-
|
|
21101
|
-
|
|
21102
|
-
|
|
21103
|
-
|
|
21104
|
-
|
|
21105
|
-
|
|
21106
|
-
|
|
21107
|
-
|
|
21108
|
-
|
|
21109
|
-
|
|
21110
|
-
|
|
21111
|
-
|
|
21112
|
-
|
|
21113
|
-
|
|
21114
|
-
|
|
21115
|
-
|
|
21116
|
-
|
|
21117
|
-
|
|
21118
|
-
|
|
21119
|
-
|
|
21120
|
-
|
|
21121
|
-
|
|
21122
|
-
|
|
21123
|
-
|
|
21124
|
-
|
|
21125
|
-
|
|
21126
|
-
|
|
21127
|
-
|
|
21128
|
-
|
|
21129
|
-
|
|
21130
|
-
|
|
21131
|
-
|
|
21132
|
-
|
|
21133
|
-
|
|
21134
|
-
|
|
21135
|
-
|
|
21136
|
-
|
|
21137
|
-
|
|
21138
|
-
|
|
21139
|
-
|
|
21140
|
-
|
|
21141
|
-
|
|
21142
|
-
|
|
21143
|
-
|
|
21144
|
-
|
|
21145
|
-
|
|
21146
|
-
|
|
21147
|
-
|
|
21148
|
-
|
|
21149
|
-
|
|
21150
|
-
|
|
21151
|
-
|
|
21152
|
-
|
|
21153
|
-
|
|
21154
|
-
|
|
21155
|
-
|
|
21156
|
-
|
|
21157
|
-
|
|
21158
|
-
|
|
21159
|
-
|
|
21160
|
-
|
|
21161
|
-
|
|
21162
|
-
|
|
21163
|
-
|
|
21164
|
-
|
|
21165
|
-
|
|
21166
|
-
|
|
21167
|
-
|
|
21168
|
-
|
|
21169
|
-
|
|
21170
|
-
|
|
21171
|
-
|
|
21172
|
-
|
|
21173
|
-
|
|
21174
|
-
|
|
21175
|
-
|
|
21176
|
-
|
|
21177
|
-
|
|
21178
|
-
|
|
21179
|
-
|
|
21180
|
-
|
|
21181
|
-
|
|
21182
|
-
|
|
21183
|
-
|
|
21184
|
-
|
|
21185
|
-
|
|
21186
|
-
|
|
21187
|
-
|
|
21188
|
-
|
|
21189
|
-
|
|
21190
|
-
|
|
21191
|
-
|
|
21192
|
-
|
|
21193
|
-
|
|
21194
|
-
|
|
21195
|
-
|
|
21196
|
-
|
|
21197
|
-
|
|
21198
|
-
|
|
21199
|
-
|
|
21200
|
-
|
|
21201
|
-
|
|
21202
|
-
|
|
21203
|
-
|
|
21204
|
-
|
|
21205
|
-
|
|
21206
|
-
|
|
21207
|
-
|
|
21208
|
-
|
|
21209
|
-
|
|
21210
|
-
|
|
21211
|
-
|
|
21212
|
-
|
|
21213
|
-
|
|
21214
|
-
|
|
21215
|
-
|
|
21216
|
-
|
|
21217
|
-
|
|
21218
|
-
|
|
21219
|
-
|
|
21220
|
-
|
|
21221
|
-
|
|
21222
|
-
|
|
21223
|
-
|
|
21224
|
-
|
|
21225
|
-
|
|
21226
|
-
|
|
21227
|
-
|
|
21228
|
-
|
|
21229
|
-
|
|
21230
|
-
|
|
21231
|
-
|
|
21232
|
-
|
|
21233
|
-
|
|
21234
|
-
|
|
21235
|
-
|
|
21236
|
-
|
|
21237
|
-
|
|
21238
|
-
|
|
21239
|
-
|
|
21240
|
-
|
|
21241
|
-
|
|
21242
|
-
|
|
21243
|
-
|
|
21244
|
-
|
|
21245
|
-
|
|
21246
|
-
|
|
21247
|
-
|
|
21248
|
-
|
|
21249
|
-
|
|
21250
|
-
|
|
21251
|
-
|
|
21252
|
-
|
|
21253
|
-
|
|
21254
|
-
|
|
21255
|
-
|
|
21256
|
-
|
|
21257
|
-
|
|
21258
|
-
|
|
21259
|
-
|
|
21260
|
-
// int IFoo<Foo>.Bar => 0; void IFoo<Foo<Foo>>.Foo<T>();
|
|
21261
|
-
pattern: replace(/\b<<0>>(?=\.<<1>>)/, className, methodOrPropertyDeclaration),
|
|
21262
|
-
inside: classNameInside,
|
|
21263
|
-
alias: 'class-name'
|
|
21264
|
-
},*/
|
|
21265
|
-
|
|
21266
|
-
|
|
21267
|
-
|
|
21268
|
-
|
|
21269
|
-
|
|
21270
|
-
|
|
21271
|
-
|
|
21272
|
-
|
|
21273
|
-
|
|
21274
|
-
|
|
21275
|
-
|
|
21276
|
-
|
|
21277
|
-
|
|
21278
|
-
|
|
21279
|
-
|
|
21280
|
-
|
|
21281
|
-
|
|
21282
|
-
|
|
21283
|
-
|
|
21284
|
-
|
|
21285
|
-
|
|
21286
|
-
|
|
21287
|
-
|
|
21288
|
-
|
|
21289
|
-
|
|
21290
|
-
|
|
21291
|
-
|
|
21292
|
-
|
|
21293
|
-
|
|
21294
|
-
|
|
21295
|
-
|
|
21296
|
-
|
|
21297
|
-
|
|
21298
|
-
|
|
21299
|
-
|
|
21300
|
-
|
|
21301
|
-
|
|
21302
|
-
|
|
21303
|
-
|
|
21304
|
-
|
|
21305
|
-
|
|
21306
|
-
|
|
21307
|
-
|
|
21308
|
-
|
|
21309
|
-
|
|
21310
|
-
|
|
21311
|
-
|
|
21312
|
-
|
|
21313
|
-
|
|
21314
|
-
|
|
21315
|
-
|
|
21316
|
-
|
|
21317
|
-
|
|
21318
|
-
|
|
21319
|
-
|
|
21320
|
-
|
|
21321
|
-
|
|
21322
|
-
|
|
21323
|
-
|
|
21324
|
-
|
|
21325
|
-
|
|
21326
|
-
|
|
21327
|
-
|
|
21328
|
-
|
|
21329
|
-
|
|
21330
|
-
|
|
21331
|
-
|
|
21332
|
-
|
|
21333
|
-
|
|
21334
|
-
|
|
21335
|
-
|
|
21336
|
-
|
|
21337
|
-
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21341
|
-
|
|
21342
|
-
|
|
21343
|
-
|
|
21344
|
-
|
|
21345
|
-
|
|
21346
|
-
|
|
21347
|
-
|
|
21348
|
-
|
|
21349
|
-
|
|
21350
|
-
|
|
21351
|
-
|
|
21352
|
-
|
|
21353
|
-
|
|
21354
|
-
|
|
21355
|
-
|
|
21356
|
-
|
|
21357
|
-
|
|
21358
|
-
|
|
21359
|
-
|
|
21360
|
-
|
|
21361
|
-
|
|
21362
|
-
|
|
21363
|
-
|
|
21364
|
-
|
|
21365
|
-
|
|
21366
|
-
|
|
21367
|
-
|
|
21368
|
-
|
|
21369
|
-
|
|
21370
|
-
|
|
21371
|
-
|
|
21372
|
-
|
|
21373
|
-
|
|
21374
|
-
|
|
21375
|
-
|
|
21376
|
-
|
|
21377
|
-
|
|
21378
|
-
|
|
21379
|
-
|
|
21380
|
-
|
|
21381
|
-
|
|
21382
|
-
|
|
21383
|
-
|
|
21384
|
-
|
|
21385
|
-
|
|
21386
|
-
|
|
21387
|
-
|
|
21388
|
-
|
|
21389
|
-
|
|
21390
|
-
|
|
21391
|
-
|
|
21392
|
-
|
|
21393
|
-
|
|
21394
|
-
|
|
21395
|
-
|
|
21396
|
-
|
|
21397
|
-
|
|
21398
|
-
|
|
21399
|
-
|
|
21400
|
-
|
|
21401
|
-
|
|
21402
|
-
|
|
21403
|
-
|
|
21404
|
-
|
|
21405
|
-
|
|
21406
|
-
|
|
21407
|
-
|
|
21408
|
-
|
|
21409
|
-
|
|
21410
|
-
|
|
21411
|
-
|
|
21412
|
-
|
|
21413
|
-
|
|
21414
|
-
|
|
21415
|
-
|
|
21416
|
-
|
|
21417
|
-
|
|
21418
|
-
|
|
21419
|
-
|
|
21420
|
-
|
|
21421
|
-
|
|
21422
|
-
|
|
21423
|
-
|
|
21424
|
-
|
|
21425
|
-
|
|
21426
|
-
|
|
21427
|
-
|
|
21428
|
-
|
|
21429
|
-
|
|
21430
|
-
|
|
21431
|
-
|
|
21432
|
-
|
|
21433
|
-
|
|
21434
|
-
|
|
21435
|
-
|
|
21436
|
-
|
|
21437
|
-
|
|
21438
|
-
|
|
21439
|
-
|
|
21440
|
-
|
|
21441
|
-
|
|
21442
|
-
|
|
21443
|
-
|
|
21444
|
-
|
|
21445
|
-
|
|
21446
|
-
|
|
21447
|
-
|
|
21448
|
-
|
|
21449
|
-
|
|
21450
|
-
|
|
21451
|
-
|
|
21452
|
-
|
|
21453
|
-
|
|
21013
|
+
/**
|
|
21014
|
+
* Replaces all placeholders "<<n>>" of given pattern with the n-th replacement (zero based).
|
|
21015
|
+
*
|
|
21016
|
+
* Note: This is a simple text based replacement. Be careful when using backreferences!
|
|
21017
|
+
*
|
|
21018
|
+
* @param {string} pattern the given pattern.
|
|
21019
|
+
* @param {string[]} replacements a list of replacement which can be inserted into the given pattern.
|
|
21020
|
+
* @returns {string} the pattern with all placeholders replaced with their corresponding replacements.
|
|
21021
|
+
* @example replace(/a<<0>>a/.source, [/b+/.source]) === /a(?:b+)a/.source
|
|
21022
|
+
*/
|
|
21023
|
+
function replace(pattern, replacements) {
|
|
21024
|
+
return pattern.replace(/<<(\d+)>>/g, function (m, index) {
|
|
21025
|
+
return '(?:' + replacements[+index] + ')'
|
|
21026
|
+
})
|
|
21027
|
+
}
|
|
21028
|
+
/**
|
|
21029
|
+
* @param {string} pattern
|
|
21030
|
+
* @param {string[]} replacements
|
|
21031
|
+
* @param {string} [flags]
|
|
21032
|
+
* @returns {RegExp}
|
|
21033
|
+
*/
|
|
21034
|
+
function re(pattern, replacements, flags) {
|
|
21035
|
+
return RegExp(replace(pattern, replacements), flags || '')
|
|
21036
|
+
}
|
|
21037
|
+
/**
|
|
21038
|
+
* Creates a nested pattern where all occurrences of the string `<<self>>` are replaced with the pattern itself.
|
|
21039
|
+
*
|
|
21040
|
+
* @param {string} pattern
|
|
21041
|
+
* @param {number} depthLog2
|
|
21042
|
+
* @returns {string}
|
|
21043
|
+
*/
|
|
21044
|
+
function nested(pattern, depthLog2) {
|
|
21045
|
+
for (var i = 0; i < depthLog2; i++) {
|
|
21046
|
+
pattern = pattern.replace(/<<self>>/g, function () {
|
|
21047
|
+
return '(?:' + pattern + ')'
|
|
21048
|
+
});
|
|
21049
|
+
}
|
|
21050
|
+
return pattern.replace(/<<self>>/g, '[^\\s\\S]')
|
|
21051
|
+
} // https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/
|
|
21052
|
+
var keywordKinds = {
|
|
21053
|
+
// keywords which represent a return or variable type
|
|
21054
|
+
type: 'bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void',
|
|
21055
|
+
// keywords which are used to declare a type
|
|
21056
|
+
typeDeclaration: 'class enum interface record struct',
|
|
21057
|
+
// contextual keywords
|
|
21058
|
+
// ("var" and "dynamic" are missing because they are used like types)
|
|
21059
|
+
contextual:
|
|
21060
|
+
'add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)',
|
|
21061
|
+
// all other keywords
|
|
21062
|
+
other:
|
|
21063
|
+
'abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield'
|
|
21064
|
+
}; // keywords
|
|
21065
|
+
function keywordsToPattern(words) {
|
|
21066
|
+
return '\\b(?:' + words.trim().replace(/ /g, '|') + ')\\b'
|
|
21067
|
+
}
|
|
21068
|
+
var typeDeclarationKeywords = keywordsToPattern(
|
|
21069
|
+
keywordKinds.typeDeclaration
|
|
21070
|
+
);
|
|
21071
|
+
var keywords = RegExp(
|
|
21072
|
+
keywordsToPattern(
|
|
21073
|
+
keywordKinds.type +
|
|
21074
|
+
' ' +
|
|
21075
|
+
keywordKinds.typeDeclaration +
|
|
21076
|
+
' ' +
|
|
21077
|
+
keywordKinds.contextual +
|
|
21078
|
+
' ' +
|
|
21079
|
+
keywordKinds.other
|
|
21080
|
+
)
|
|
21081
|
+
);
|
|
21082
|
+
var nonTypeKeywords = keywordsToPattern(
|
|
21083
|
+
keywordKinds.typeDeclaration +
|
|
21084
|
+
' ' +
|
|
21085
|
+
keywordKinds.contextual +
|
|
21086
|
+
' ' +
|
|
21087
|
+
keywordKinds.other
|
|
21088
|
+
);
|
|
21089
|
+
var nonContextualKeywords = keywordsToPattern(
|
|
21090
|
+
keywordKinds.type +
|
|
21091
|
+
' ' +
|
|
21092
|
+
keywordKinds.typeDeclaration +
|
|
21093
|
+
' ' +
|
|
21094
|
+
keywordKinds.other
|
|
21095
|
+
); // types
|
|
21096
|
+
var generic = nested(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source, 2); // the idea behind the other forbidden characters is to prevent false positives. Same for tupleElement.
|
|
21097
|
+
var nestedRound = nested(/\((?:[^()]|<<self>>)*\)/.source, 2);
|
|
21098
|
+
var name = /@?\b[A-Za-z_]\w*\b/.source;
|
|
21099
|
+
var genericName = replace(/<<0>>(?:\s*<<1>>)?/.source, [name, generic]);
|
|
21100
|
+
var identifier = replace(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source, [
|
|
21101
|
+
nonTypeKeywords,
|
|
21102
|
+
genericName
|
|
21103
|
+
]);
|
|
21104
|
+
var array = /\[\s*(?:,\s*)*\]/.source;
|
|
21105
|
+
var typeExpressionWithoutTuple = replace(
|
|
21106
|
+
/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,
|
|
21107
|
+
[identifier, array]
|
|
21108
|
+
);
|
|
21109
|
+
var tupleElement = replace(
|
|
21110
|
+
/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,
|
|
21111
|
+
[generic, nestedRound, array]
|
|
21112
|
+
);
|
|
21113
|
+
var tuple = replace(/\(<<0>>+(?:,<<0>>+)+\)/.source, [tupleElement]);
|
|
21114
|
+
var typeExpression = replace(
|
|
21115
|
+
/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,
|
|
21116
|
+
[tuple, identifier, array]
|
|
21117
|
+
);
|
|
21118
|
+
var typeInside = {
|
|
21119
|
+
keyword: keywords,
|
|
21120
|
+
punctuation: /[<>()?,.:[\]]/
|
|
21121
|
+
}; // strings & characters
|
|
21122
|
+
// https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/lexical-structure#character-literals
|
|
21123
|
+
// https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/lexical-structure#string-literals
|
|
21124
|
+
var character = /'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source; // simplified pattern
|
|
21125
|
+
var regularString = /"(?:\\.|[^\\"\r\n])*"/.source;
|
|
21126
|
+
var verbatimString = /@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;
|
|
21127
|
+
Prism.languages.csharp = Prism.languages.extend('clike', {
|
|
21128
|
+
string: [
|
|
21129
|
+
{
|
|
21130
|
+
pattern: re(/(^|[^$\\])<<0>>/.source, [verbatimString]),
|
|
21131
|
+
lookbehind: true,
|
|
21132
|
+
greedy: true
|
|
21133
|
+
},
|
|
21134
|
+
{
|
|
21135
|
+
pattern: re(/(^|[^@$\\])<<0>>/.source, [regularString]),
|
|
21136
|
+
lookbehind: true,
|
|
21137
|
+
greedy: true
|
|
21138
|
+
}
|
|
21139
|
+
],
|
|
21140
|
+
'class-name': [
|
|
21141
|
+
{
|
|
21142
|
+
// Using static
|
|
21143
|
+
// using static System.Math;
|
|
21144
|
+
pattern: re(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source, [
|
|
21145
|
+
identifier
|
|
21146
|
+
]),
|
|
21147
|
+
lookbehind: true,
|
|
21148
|
+
inside: typeInside
|
|
21149
|
+
},
|
|
21150
|
+
{
|
|
21151
|
+
// Using alias (type)
|
|
21152
|
+
// using Project = PC.MyCompany.Project;
|
|
21153
|
+
pattern: re(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source, [
|
|
21154
|
+
name,
|
|
21155
|
+
typeExpression
|
|
21156
|
+
]),
|
|
21157
|
+
lookbehind: true,
|
|
21158
|
+
inside: typeInside
|
|
21159
|
+
},
|
|
21160
|
+
{
|
|
21161
|
+
// Using alias (alias)
|
|
21162
|
+
// using Project = PC.MyCompany.Project;
|
|
21163
|
+
pattern: re(/(\busing\s+)<<0>>(?=\s*=)/.source, [name]),
|
|
21164
|
+
lookbehind: true
|
|
21165
|
+
},
|
|
21166
|
+
{
|
|
21167
|
+
// Type declarations
|
|
21168
|
+
// class Foo<A, B>
|
|
21169
|
+
// interface Foo<out A, B>
|
|
21170
|
+
pattern: re(/(\b<<0>>\s+)<<1>>/.source, [
|
|
21171
|
+
typeDeclarationKeywords,
|
|
21172
|
+
genericName
|
|
21173
|
+
]),
|
|
21174
|
+
lookbehind: true,
|
|
21175
|
+
inside: typeInside
|
|
21176
|
+
},
|
|
21177
|
+
{
|
|
21178
|
+
// Single catch exception declaration
|
|
21179
|
+
// catch(Foo)
|
|
21180
|
+
// (things like catch(Foo e) is covered by variable declaration)
|
|
21181
|
+
pattern: re(/(\bcatch\s*\(\s*)<<0>>/.source, [identifier]),
|
|
21182
|
+
lookbehind: true,
|
|
21183
|
+
inside: typeInside
|
|
21184
|
+
},
|
|
21185
|
+
{
|
|
21186
|
+
// Name of the type parameter of generic constraints
|
|
21187
|
+
// where Foo : class
|
|
21188
|
+
pattern: re(/(\bwhere\s+)<<0>>/.source, [name]),
|
|
21189
|
+
lookbehind: true
|
|
21190
|
+
},
|
|
21191
|
+
{
|
|
21192
|
+
// Casts and checks via as and is.
|
|
21193
|
+
// as Foo<A>, is Bar<B>
|
|
21194
|
+
// (things like if(a is Foo b) is covered by variable declaration)
|
|
21195
|
+
pattern: re(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source, [
|
|
21196
|
+
typeExpressionWithoutTuple
|
|
21197
|
+
]),
|
|
21198
|
+
lookbehind: true,
|
|
21199
|
+
inside: typeInside
|
|
21200
|
+
},
|
|
21201
|
+
{
|
|
21202
|
+
// Variable, field and parameter declaration
|
|
21203
|
+
// (Foo bar, Bar baz, Foo[,,] bay, Foo<Bar, FooBar<Bar>> bax)
|
|
21204
|
+
pattern: re(
|
|
21205
|
+
/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/
|
|
21206
|
+
.source,
|
|
21207
|
+
[typeExpression, nonContextualKeywords, name]
|
|
21208
|
+
),
|
|
21209
|
+
inside: typeInside
|
|
21210
|
+
}
|
|
21211
|
+
],
|
|
21212
|
+
keyword: keywords,
|
|
21213
|
+
// https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/lexical-structure#literals
|
|
21214
|
+
number:
|
|
21215
|
+
/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,
|
|
21216
|
+
operator: />>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,
|
|
21217
|
+
punctuation: /\?\.?|::|[{}[\];(),.:]/
|
|
21218
|
+
});
|
|
21219
|
+
Prism.languages.insertBefore('csharp', 'number', {
|
|
21220
|
+
range: {
|
|
21221
|
+
pattern: /\.\./,
|
|
21222
|
+
alias: 'operator'
|
|
21223
|
+
}
|
|
21224
|
+
});
|
|
21225
|
+
Prism.languages.insertBefore('csharp', 'punctuation', {
|
|
21226
|
+
'named-parameter': {
|
|
21227
|
+
pattern: re(/([(,]\s*)<<0>>(?=\s*:)/.source, [name]),
|
|
21228
|
+
lookbehind: true,
|
|
21229
|
+
alias: 'punctuation'
|
|
21230
|
+
}
|
|
21231
|
+
});
|
|
21232
|
+
Prism.languages.insertBefore('csharp', 'class-name', {
|
|
21233
|
+
namespace: {
|
|
21234
|
+
// namespace Foo.Bar {}
|
|
21235
|
+
// using Foo.Bar;
|
|
21236
|
+
pattern: re(
|
|
21237
|
+
/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,
|
|
21238
|
+
[name]
|
|
21239
|
+
),
|
|
21240
|
+
lookbehind: true,
|
|
21241
|
+
inside: {
|
|
21242
|
+
punctuation: /\./
|
|
21243
|
+
}
|
|
21244
|
+
},
|
|
21245
|
+
'type-expression': {
|
|
21246
|
+
// default(Foo), typeof(Foo<Bar>), sizeof(int)
|
|
21247
|
+
pattern: re(
|
|
21248
|
+
/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/
|
|
21249
|
+
.source,
|
|
21250
|
+
[nestedRound]
|
|
21251
|
+
),
|
|
21252
|
+
lookbehind: true,
|
|
21253
|
+
alias: 'class-name',
|
|
21254
|
+
inside: typeInside
|
|
21255
|
+
},
|
|
21256
|
+
'return-type': {
|
|
21257
|
+
// Foo<Bar> ForBar(); Foo IFoo.Bar() => 0
|
|
21258
|
+
// int this[int index] => 0; T IReadOnlyList<T>.this[int index] => this[index];
|
|
21259
|
+
// int Foo => 0; int Foo { get; set } = 0;
|
|
21260
|
+
pattern: re(
|
|
21261
|
+
/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,
|
|
21262
|
+
[typeExpression, identifier]
|
|
21263
|
+
),
|
|
21264
|
+
inside: typeInside,
|
|
21265
|
+
alias: 'class-name'
|
|
21266
|
+
},
|
|
21267
|
+
'constructor-invocation': {
|
|
21268
|
+
// new List<Foo<Bar[]>> { }
|
|
21269
|
+
pattern: re(/(\bnew\s+)<<0>>(?=\s*[[({])/.source, [typeExpression]),
|
|
21270
|
+
lookbehind: true,
|
|
21271
|
+
inside: typeInside,
|
|
21272
|
+
alias: 'class-name'
|
|
21273
|
+
},
|
|
21274
|
+
/*'explicit-implementation': {
|
|
21275
|
+
// int IFoo<Foo>.Bar => 0; void IFoo<Foo<Foo>>.Foo<T>();
|
|
21276
|
+
pattern: replace(/\b<<0>>(?=\.<<1>>)/, className, methodOrPropertyDeclaration),
|
|
21277
|
+
inside: classNameInside,
|
|
21278
|
+
alias: 'class-name'
|
|
21279
|
+
},*/
|
|
21280
|
+
'generic-method': {
|
|
21281
|
+
// foo<Bar>()
|
|
21282
|
+
pattern: re(/<<0>>\s*<<1>>(?=\s*\()/.source, [name, generic]),
|
|
21283
|
+
inside: {
|
|
21284
|
+
function: re(/^<<0>>/.source, [name]),
|
|
21285
|
+
generic: {
|
|
21286
|
+
pattern: RegExp(generic),
|
|
21287
|
+
alias: 'class-name',
|
|
21288
|
+
inside: typeInside
|
|
21289
|
+
}
|
|
21290
|
+
}
|
|
21291
|
+
},
|
|
21292
|
+
'type-list': {
|
|
21293
|
+
// The list of types inherited or of generic constraints
|
|
21294
|
+
// class Foo<F> : Bar, IList<FooBar>
|
|
21295
|
+
// where F : Bar, IList<int>
|
|
21296
|
+
pattern: re(
|
|
21297
|
+
/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/
|
|
21298
|
+
.source,
|
|
21299
|
+
[
|
|
21300
|
+
typeDeclarationKeywords,
|
|
21301
|
+
genericName,
|
|
21302
|
+
name,
|
|
21303
|
+
typeExpression,
|
|
21304
|
+
keywords.source,
|
|
21305
|
+
nestedRound,
|
|
21306
|
+
/\bnew\s*\(\s*\)/.source
|
|
21307
|
+
]
|
|
21308
|
+
),
|
|
21309
|
+
lookbehind: true,
|
|
21310
|
+
inside: {
|
|
21311
|
+
'record-arguments': {
|
|
21312
|
+
pattern: re(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source, [
|
|
21313
|
+
genericName,
|
|
21314
|
+
nestedRound
|
|
21315
|
+
]),
|
|
21316
|
+
lookbehind: true,
|
|
21317
|
+
greedy: true,
|
|
21318
|
+
inside: Prism.languages.csharp
|
|
21319
|
+
},
|
|
21320
|
+
keyword: keywords,
|
|
21321
|
+
'class-name': {
|
|
21322
|
+
pattern: RegExp(typeExpression),
|
|
21323
|
+
greedy: true,
|
|
21324
|
+
inside: typeInside
|
|
21325
|
+
},
|
|
21326
|
+
punctuation: /[,()]/
|
|
21327
|
+
}
|
|
21328
|
+
},
|
|
21329
|
+
preprocessor: {
|
|
21330
|
+
pattern: /(^[\t ]*)#.*/m,
|
|
21331
|
+
lookbehind: true,
|
|
21332
|
+
alias: 'property',
|
|
21333
|
+
inside: {
|
|
21334
|
+
// highlight preprocessor directives as keywords
|
|
21335
|
+
directive: {
|
|
21336
|
+
pattern:
|
|
21337
|
+
/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,
|
|
21338
|
+
lookbehind: true,
|
|
21339
|
+
alias: 'keyword'
|
|
21340
|
+
}
|
|
21341
|
+
}
|
|
21342
|
+
}
|
|
21343
|
+
}); // attributes
|
|
21344
|
+
var regularStringOrCharacter = regularString + '|' + character;
|
|
21345
|
+
var regularStringCharacterOrComment = replace(
|
|
21346
|
+
/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,
|
|
21347
|
+
[regularStringOrCharacter]
|
|
21348
|
+
);
|
|
21349
|
+
var roundExpression = nested(
|
|
21350
|
+
replace(/[^"'/()]|<<0>>|\(<<self>>*\)/.source, [
|
|
21351
|
+
regularStringCharacterOrComment
|
|
21352
|
+
]),
|
|
21353
|
+
2
|
|
21354
|
+
); // https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/attributes/#attribute-targets
|
|
21355
|
+
var attrTarget =
|
|
21356
|
+
/\b(?:assembly|event|field|method|module|param|property|return|type)\b/
|
|
21357
|
+
.source;
|
|
21358
|
+
var attr = replace(/<<0>>(?:\s*\(<<1>>*\))?/.source, [
|
|
21359
|
+
identifier,
|
|
21360
|
+
roundExpression
|
|
21361
|
+
]);
|
|
21362
|
+
Prism.languages.insertBefore('csharp', 'class-name', {
|
|
21363
|
+
attribute: {
|
|
21364
|
+
// Attributes
|
|
21365
|
+
// [Foo], [Foo(1), Bar(2, Prop = "foo")], [return: Foo(1), Bar(2)], [assembly: Foo(Bar)]
|
|
21366
|
+
pattern: re(
|
|
21367
|
+
/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/
|
|
21368
|
+
.source,
|
|
21369
|
+
[attrTarget, attr]
|
|
21370
|
+
),
|
|
21371
|
+
lookbehind: true,
|
|
21372
|
+
greedy: true,
|
|
21373
|
+
inside: {
|
|
21374
|
+
target: {
|
|
21375
|
+
pattern: re(/^<<0>>(?=\s*:)/.source, [attrTarget]),
|
|
21376
|
+
alias: 'keyword'
|
|
21377
|
+
},
|
|
21378
|
+
'attribute-arguments': {
|
|
21379
|
+
pattern: re(/\(<<0>>*\)/.source, [roundExpression]),
|
|
21380
|
+
inside: Prism.languages.csharp
|
|
21381
|
+
},
|
|
21382
|
+
'class-name': {
|
|
21383
|
+
pattern: RegExp(identifier),
|
|
21384
|
+
inside: {
|
|
21385
|
+
punctuation: /\./
|
|
21386
|
+
}
|
|
21387
|
+
},
|
|
21388
|
+
punctuation: /[:,]/
|
|
21389
|
+
}
|
|
21390
|
+
}
|
|
21391
|
+
}); // string interpolation
|
|
21392
|
+
var formatString = /:[^}\r\n]+/.source; // multi line
|
|
21393
|
+
var mInterpolationRound = nested(
|
|
21394
|
+
replace(/[^"'/()]|<<0>>|\(<<self>>*\)/.source, [
|
|
21395
|
+
regularStringCharacterOrComment
|
|
21396
|
+
]),
|
|
21397
|
+
2
|
|
21398
|
+
);
|
|
21399
|
+
var mInterpolation = replace(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source, [
|
|
21400
|
+
mInterpolationRound,
|
|
21401
|
+
formatString
|
|
21402
|
+
]); // single line
|
|
21403
|
+
var sInterpolationRound = nested(
|
|
21404
|
+
replace(
|
|
21405
|
+
/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/
|
|
21406
|
+
.source,
|
|
21407
|
+
[regularStringOrCharacter]
|
|
21408
|
+
),
|
|
21409
|
+
2
|
|
21410
|
+
);
|
|
21411
|
+
var sInterpolation = replace(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source, [
|
|
21412
|
+
sInterpolationRound,
|
|
21413
|
+
formatString
|
|
21414
|
+
]);
|
|
21415
|
+
function createInterpolationInside(interpolation, interpolationRound) {
|
|
21416
|
+
return {
|
|
21417
|
+
interpolation: {
|
|
21418
|
+
pattern: re(/((?:^|[^{])(?:\{\{)*)<<0>>/.source, [interpolation]),
|
|
21419
|
+
lookbehind: true,
|
|
21420
|
+
inside: {
|
|
21421
|
+
'format-string': {
|
|
21422
|
+
pattern: re(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source, [
|
|
21423
|
+
interpolationRound,
|
|
21424
|
+
formatString
|
|
21425
|
+
]),
|
|
21426
|
+
lookbehind: true,
|
|
21427
|
+
inside: {
|
|
21428
|
+
punctuation: /^:/
|
|
21429
|
+
}
|
|
21430
|
+
},
|
|
21431
|
+
punctuation: /^\{|\}$/,
|
|
21432
|
+
expression: {
|
|
21433
|
+
pattern: /[\s\S]+/,
|
|
21434
|
+
alias: 'language-csharp',
|
|
21435
|
+
inside: Prism.languages.csharp
|
|
21436
|
+
}
|
|
21437
|
+
}
|
|
21438
|
+
},
|
|
21439
|
+
string: /[\s\S]+/
|
|
21440
|
+
}
|
|
21441
|
+
}
|
|
21442
|
+
Prism.languages.insertBefore('csharp', 'string', {
|
|
21443
|
+
'interpolation-string': [
|
|
21444
|
+
{
|
|
21445
|
+
pattern: re(
|
|
21446
|
+
/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,
|
|
21447
|
+
[mInterpolation]
|
|
21448
|
+
),
|
|
21449
|
+
lookbehind: true,
|
|
21450
|
+
greedy: true,
|
|
21451
|
+
inside: createInterpolationInside(mInterpolation, mInterpolationRound)
|
|
21452
|
+
},
|
|
21453
|
+
{
|
|
21454
|
+
pattern: re(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source, [
|
|
21455
|
+
sInterpolation
|
|
21456
|
+
]),
|
|
21457
|
+
lookbehind: true,
|
|
21458
|
+
greedy: true,
|
|
21459
|
+
inside: createInterpolationInside(sInterpolation, sInterpolationRound)
|
|
21460
|
+
}
|
|
21461
|
+
],
|
|
21462
|
+
char: {
|
|
21463
|
+
pattern: RegExp(character),
|
|
21464
|
+
greedy: true
|
|
21465
|
+
}
|
|
21466
|
+
});
|
|
21467
|
+
Prism.languages.dotnet = Prism.languages.cs = Prism.languages.csharp;
|
|
21468
|
+
})(Prism);
|
|
21469
|
+
}
|
|
21470
|
+
return csharp_1;
|
|
21454
21471
|
}
|
|
21455
21472
|
|
|
21456
|
-
var refractorCsharp
|
|
21473
|
+
var refractorCsharp = requireCsharp();
|
|
21457
21474
|
var aspnet_1 = aspnet;
|
|
21458
21475
|
aspnet.displayName = 'aspnet';
|
|
21459
21476
|
aspnet.aliases = [];
|
|
21460
21477
|
function aspnet(Prism) {
|
|
21461
|
-
Prism.register(refractorCsharp
|
|
21478
|
+
Prism.register(refractorCsharp);
|
|
21462
21479
|
Prism.languages.aspnet = Prism.languages.extend('markup', {
|
|
21463
21480
|
'page-directive': {
|
|
21464
21481
|
pattern: /<%\s*@.*%>/,
|
|
@@ -22647,7 +22664,7 @@ function cfscript(Prism) {
|
|
|
22647
22664
|
Prism.languages.cfc = Prism.languages['cfscript'];
|
|
22648
22665
|
}
|
|
22649
22666
|
|
|
22650
|
-
var refractorCpp =
|
|
22667
|
+
var refractorCpp = requireCpp();
|
|
22651
22668
|
var chaiscript_1 = chaiscript;
|
|
22652
22669
|
chaiscript.displayName = 'chaiscript';
|
|
22653
22670
|
chaiscript.aliases = [];
|
|
@@ -22820,830 +22837,900 @@ function cmake(Prism) {
|
|
|
22820
22837
|
};
|
|
22821
22838
|
}
|
|
22822
22839
|
|
|
22823
|
-
var cobol_1
|
|
22824
|
-
|
|
22825
|
-
|
|
22826
|
-
function
|
|
22827
|
-
|
|
22828
|
-
|
|
22829
|
-
|
|
22830
|
-
|
|
22831
|
-
|
|
22832
|
-
|
|
22833
|
-
|
|
22834
|
-
|
|
22835
|
-
|
|
22836
|
-
|
|
22837
|
-
|
|
22838
|
-
|
|
22839
|
-
|
|
22840
|
-
|
|
22841
|
-
|
|
22842
|
-
|
|
22843
|
-
|
|
22844
|
-
|
|
22845
|
-
|
|
22846
|
-
|
|
22847
|
-
|
|
22848
|
-
|
|
22849
|
-
|
|
22850
|
-
|
|
22851
|
-
|
|
22852
|
-
|
|
22853
|
-
|
|
22854
|
-
|
|
22855
|
-
|
|
22856
|
-
|
|
22857
|
-
|
|
22858
|
-
|
|
22859
|
-
|
|
22860
|
-
|
|
22861
|
-
|
|
22862
|
-
|
|
22863
|
-
|
|
22864
|
-
|
|
22865
|
-
|
|
22866
|
-
|
|
22867
|
-
|
|
22868
|
-
|
|
22869
|
-
|
|
22870
|
-
|
|
22871
|
-
|
|
22872
|
-
|
|
22873
|
-
|
|
22874
|
-
|
|
22875
|
-
|
|
22876
|
-
|
|
22877
|
-
|
|
22878
|
-
|
|
22840
|
+
var cobol_1;
|
|
22841
|
+
var hasRequiredCobol;
|
|
22842
|
+
|
|
22843
|
+
function requireCobol () {
|
|
22844
|
+
if (hasRequiredCobol) return cobol_1;
|
|
22845
|
+
hasRequiredCobol = 1;
|
|
22846
|
+
|
|
22847
|
+
cobol_1 = cobol;
|
|
22848
|
+
cobol.displayName = 'cobol';
|
|
22849
|
+
cobol.aliases = [];
|
|
22850
|
+
function cobol(Prism) {
|
|
22851
|
+
Prism.languages.cobol = {
|
|
22852
|
+
comment: {
|
|
22853
|
+
pattern: /\*>.*|(^[ \t]*)\*.*/m,
|
|
22854
|
+
lookbehind: true,
|
|
22855
|
+
greedy: true
|
|
22856
|
+
},
|
|
22857
|
+
string: {
|
|
22858
|
+
pattern: /[xzgn]?(?:"(?:[^\r\n"]|"")*"(?!")|'(?:[^\r\n']|'')*'(?!'))/i,
|
|
22859
|
+
greedy: true
|
|
22860
|
+
},
|
|
22861
|
+
level: {
|
|
22862
|
+
pattern: /(^[ \t]*)\d+\b/m,
|
|
22863
|
+
lookbehind: true,
|
|
22864
|
+
greedy: true,
|
|
22865
|
+
alias: 'number'
|
|
22866
|
+
},
|
|
22867
|
+
'class-name': {
|
|
22868
|
+
// https://github.com/antlr/grammars-v4/blob/42edd5b687d183b5fa679e858a82297bd27141e7/cobol85/Cobol85.g4#L1015
|
|
22869
|
+
pattern:
|
|
22870
|
+
/(\bpic(?:ture)?\s+)(?:(?:[-\w$/,:*+<>]|\.(?!\s|$))(?:\(\d+\))?)+/i,
|
|
22871
|
+
lookbehind: true,
|
|
22872
|
+
inside: {
|
|
22873
|
+
number: {
|
|
22874
|
+
pattern: /(\()\d+/,
|
|
22875
|
+
lookbehind: true
|
|
22876
|
+
},
|
|
22877
|
+
punctuation: /[()]/
|
|
22878
|
+
}
|
|
22879
|
+
},
|
|
22880
|
+
keyword: {
|
|
22881
|
+
pattern:
|
|
22882
|
+
/(^|[^\w-])(?:ABORT|ACCEPT|ACCESS|ADD|ADDRESS|ADVANCING|AFTER|ALIGNED|ALL|ALPHABET|ALPHABETIC|ALPHABETIC-LOWER|ALPHABETIC-UPPER|ALPHANUMERIC|ALPHANUMERIC-EDITED|ALSO|ALTER|ALTERNATE|ANY|ARE|AREA|AREAS|AS|ASCENDING|ASCII|ASSIGN|ASSOCIATED-DATA|ASSOCIATED-DATA-LENGTH|AT|ATTRIBUTE|AUTHOR|AUTO|AUTO-SKIP|BACKGROUND-COLOR|BACKGROUND-COLOUR|BASIS|BEEP|BEFORE|BEGINNING|BELL|BINARY|BIT|BLANK|BLINK|BLOCK|BOTTOM|BOUNDS|BY|BYFUNCTION|BYTITLE|CALL|CANCEL|CAPABLE|CCSVERSION|CD|CF|CH|CHAINING|CHANGED|CHANNEL|CHARACTER|CHARACTERS|CLASS|CLASS-ID|CLOCK-UNITS|CLOSE|CLOSE-DISPOSITION|COBOL|CODE|CODE-SET|COL|COLLATING|COLUMN|COM-REG|COMMA|COMMITMENT|COMMON|COMMUNICATION|COMP|COMP-1|COMP-2|COMP-3|COMP-4|COMP-5|COMPUTATIONAL|COMPUTATIONAL-1|COMPUTATIONAL-2|COMPUTATIONAL-3|COMPUTATIONAL-4|COMPUTATIONAL-5|COMPUTE|CONFIGURATION|CONTAINS|CONTENT|CONTINUE|CONTROL|CONTROL-POINT|CONTROLS|CONVENTION|CONVERTING|COPY|CORR|CORRESPONDING|COUNT|CRUNCH|CURRENCY|CURSOR|DATA|DATA-BASE|DATE|DATE-COMPILED|DATE-WRITTEN|DAY|DAY-OF-WEEK|DBCS|DE|DEBUG-CONTENTS|DEBUG-ITEM|DEBUG-LINE|DEBUG-NAME|DEBUG-SUB-1|DEBUG-SUB-2|DEBUG-SUB-3|DEBUGGING|DECIMAL-POINT|DECLARATIVES|DEFAULT|DEFAULT-DISPLAY|DEFINITION|DELETE|DELIMITED|DELIMITER|DEPENDING|DESCENDING|DESTINATION|DETAIL|DFHRESP|DFHVALUE|DISABLE|DISK|DISPLAY|DISPLAY-1|DIVIDE|DIVISION|DONTCARE|DOUBLE|DOWN|DUPLICATES|DYNAMIC|EBCDIC|EGCS|EGI|ELSE|EMI|EMPTY-CHECK|ENABLE|END|END-ACCEPT|END-ADD|END-CALL|END-COMPUTE|END-DELETE|END-DIVIDE|END-EVALUATE|END-IF|END-MULTIPLY|END-OF-PAGE|END-PERFORM|END-READ|END-RECEIVE|END-RETURN|END-REWRITE|END-SEARCH|END-START|END-STRING|END-SUBTRACT|END-UNSTRING|END-WRITE|ENDING|ENTER|ENTRY|ENTRY-PROCEDURE|ENVIRONMENT|EOL|EOP|EOS|ERASE|ERROR|ESCAPE|ESI|EVALUATE|EVENT|EVERY|EXCEPTION|EXCLUSIVE|EXHIBIT|EXIT|EXPORT|EXTEND|EXTENDED|EXTERNAL|FD|FILE|FILE-CONTROL|FILLER|FINAL|FIRST|FOOTING|FOR|FOREGROUND-COLOR|FOREGROUND-COLOUR|FROM|FULL|FUNCTION|FUNCTION-POINTER|FUNCTIONNAME|GENERATE|GIVING|GLOBAL|GO|GOBACK|GRID|GROUP|HEADING|HIGH-VALUE|HIGH-VALUES|HIGHLIGHT|I-O|I-O-CONTROL|ID|IDENTIFICATION|IF|IMPLICIT|IMPORT|IN|INDEX|INDEXED|INDICATE|INITIAL|INITIALIZE|INITIATE|INPUT|INPUT-OUTPUT|INSPECT|INSTALLATION|INTEGER|INTO|INVALID|INVOKE|IS|JUST|JUSTIFIED|KANJI|KEPT|KEY|KEYBOARD|LABEL|LANGUAGE|LAST|LB|LD|LEADING|LEFT|LEFTLINE|LENGTH|LENGTH-CHECK|LIBACCESS|LIBPARAMETER|LIBRARY|LIMIT|LIMITS|LINAGE|LINAGE-COUNTER|LINE|LINE-COUNTER|LINES|LINKAGE|LIST|LOCAL|LOCAL-STORAGE|LOCK|LONG-DATE|LONG-TIME|LOW-VALUE|LOW-VALUES|LOWER|LOWLIGHT|MEMORY|MERGE|MESSAGE|MMDDYYYY|MODE|MODULES|MORE-LABELS|MOVE|MULTIPLE|MULTIPLY|NAMED|NATIONAL|NATIONAL-EDITED|NATIVE|NEGATIVE|NETWORK|NEXT|NO|NO-ECHO|NULL|NULLS|NUMBER|NUMERIC|NUMERIC-DATE|NUMERIC-EDITED|NUMERIC-TIME|OBJECT-COMPUTER|OCCURS|ODT|OF|OFF|OMITTED|ON|OPEN|OPTIONAL|ORDER|ORDERLY|ORGANIZATION|OTHER|OUTPUT|OVERFLOW|OVERLINE|OWN|PACKED-DECIMAL|PADDING|PAGE|PAGE-COUNTER|PASSWORD|PERFORM|PF|PH|PIC|PICTURE|PLUS|POINTER|PORT|POSITION|POSITIVE|PRINTER|PRINTING|PRIVATE|PROCEDURE|PROCEDURE-POINTER|PROCEDURES|PROCEED|PROCESS|PROGRAM|PROGRAM-ID|PROGRAM-LIBRARY|PROMPT|PURGE|QUEUE|QUOTE|QUOTES|RANDOM|RD|READ|READER|REAL|RECEIVE|RECEIVED|RECORD|RECORDING|RECORDS|RECURSIVE|REDEFINES|REEL|REF|REFERENCE|REFERENCES|RELATIVE|RELEASE|REMAINDER|REMARKS|REMOTE|REMOVAL|REMOVE|RENAMES|REPLACE|REPLACING|REPORT|REPORTING|REPORTS|REQUIRED|RERUN|RESERVE|RESET|RETURN|RETURN-CODE|RETURNING|REVERSE-VIDEO|REVERSED|REWIND|REWRITE|RF|RH|RIGHT|ROUNDED|RUN|SAME|SAVE|SCREEN|SD|SEARCH|SECTION|SECURE|SECURITY|SEGMENT|SEGMENT-LIMIT|SELECT|SEND|SENTENCE|SEPARATE|SEQUENCE|SEQUENTIAL|SET|SHARED|SHAREDBYALL|SHAREDBYRUNUNIT|SHARING|SHIFT-IN|SHIFT-OUT|SHORT-DATE|SIGN|SIZE|SORT|SORT-CONTROL|SORT-CORE-SIZE|SORT-FILE-SIZE|SORT-MERGE|SORT-MESSAGE|SORT-MODE-SIZE|SORT-RETURN|SOURCE|SOURCE-COMPUTER|SPACE|SPACES|SPECIAL-NAMES|STANDARD|STANDARD-1|STANDARD-2|START|STATUS|STOP|STRING|SUB-QUEUE-1|SUB-QUEUE-2|SUB-QUEUE-3|SUBTRACT|SUM|SUPPRESS|SYMBOL|SYMBOLIC|SYNC|SYNCHRONIZED|TABLE|TALLY|TALLYING|TAPE|TASK|TERMINAL|TERMINATE|TEST|TEXT|THEN|THREAD|THREAD-LOCAL|THROUGH|THRU|TIME|TIMER|TIMES|TITLE|TO|TODAYS-DATE|TODAYS-NAME|TOP|TRAILING|TRUNCATED|TYPE|TYPEDEF|UNDERLINE|UNIT|UNSTRING|UNTIL|UP|UPON|USAGE|USE|USING|VALUE|VALUES|VARYING|VIRTUAL|WAIT|WHEN|WHEN-COMPILED|WITH|WORDS|WORKING-STORAGE|WRITE|YEAR|YYYYDDD|YYYYMMDD|ZERO-FILL|ZEROES|ZEROS)(?![\w-])/i,
|
|
22883
|
+
lookbehind: true
|
|
22884
|
+
},
|
|
22885
|
+
boolean: {
|
|
22886
|
+
pattern: /(^|[^\w-])(?:false|true)(?![\w-])/i,
|
|
22887
|
+
lookbehind: true
|
|
22888
|
+
},
|
|
22889
|
+
number: {
|
|
22890
|
+
pattern:
|
|
22891
|
+
/(^|[^\w-])(?:[+-]?(?:(?:\d+(?:[.,]\d+)?|[.,]\d+)(?:e[+-]?\d+)?|zero))(?![\w-])/i,
|
|
22892
|
+
lookbehind: true
|
|
22893
|
+
},
|
|
22894
|
+
operator: [
|
|
22895
|
+
/<>|[<>]=?|[=+*/&]/,
|
|
22896
|
+
{
|
|
22897
|
+
pattern: /(^|[^\w-])(?:-|and|equal|greater|less|not|or|than)(?![\w-])/i,
|
|
22898
|
+
lookbehind: true
|
|
22899
|
+
}
|
|
22900
|
+
],
|
|
22901
|
+
punctuation: /[.:,()]/
|
|
22902
|
+
};
|
|
22903
|
+
}
|
|
22904
|
+
return cobol_1;
|
|
22879
22905
|
}
|
|
22880
22906
|
|
|
22881
|
-
var coffeescript_1
|
|
22882
|
-
|
|
22883
|
-
|
|
22884
|
-
function
|
|
22907
|
+
var coffeescript_1;
|
|
22908
|
+
var hasRequiredCoffeescript;
|
|
22909
|
+
|
|
22910
|
+
function requireCoffeescript () {
|
|
22911
|
+
if (hasRequiredCoffeescript) return coffeescript_1;
|
|
22912
|
+
hasRequiredCoffeescript = 1;
|
|
22913
|
+
|
|
22914
|
+
coffeescript_1 = coffeescript;
|
|
22915
|
+
coffeescript.displayName = 'coffeescript';
|
|
22916
|
+
coffeescript.aliases = ['coffee'];
|
|
22917
|
+
function coffeescript(Prism) {
|
|
22885
22918
|
(function (Prism) {
|
|
22886
|
-
|
|
22887
|
-
|
|
22888
|
-
|
|
22889
|
-
|
|
22890
|
-
|
|
22891
|
-
|
|
22892
|
-
|
|
22893
|
-
|
|
22894
|
-
|
|
22895
|
-
|
|
22896
|
-
|
|
22897
|
-
|
|
22898
|
-
|
|
22899
|
-
|
|
22900
|
-
|
|
22901
|
-
|
|
22902
|
-
|
|
22903
|
-
|
|
22904
|
-
|
|
22905
|
-
|
|
22906
|
-
|
|
22907
|
-
|
|
22908
|
-
|
|
22909
|
-
|
|
22910
|
-
|
|
22911
|
-
|
|
22912
|
-
|
|
22913
|
-
|
|
22914
|
-
|
|
22915
|
-
|
|
22916
|
-
|
|
22917
|
-
|
|
22918
|
-
|
|
22919
|
-
|
|
22920
|
-
|
|
22921
|
-
|
|
22922
|
-
|
|
22923
|
-
|
|
22924
|
-
|
|
22925
|
-
|
|
22926
|
-
|
|
22927
|
-
|
|
22928
|
-
|
|
22929
|
-
|
|
22930
|
-
|
|
22931
|
-
|
|
22932
|
-
|
|
22933
|
-
|
|
22934
|
-
|
|
22935
|
-
|
|
22936
|
-
|
|
22937
|
-
|
|
22938
|
-
|
|
22939
|
-
|
|
22940
|
-
|
|
22941
|
-
|
|
22942
|
-
|
|
22943
|
-
|
|
22944
|
-
|
|
22945
|
-
|
|
22946
|
-
|
|
22947
|
-
|
|
22948
|
-
|
|
22949
|
-
|
|
22950
|
-
|
|
22951
|
-
|
|
22952
|
-
|
|
22953
|
-
|
|
22954
|
-
|
|
22955
|
-
|
|
22956
|
-
|
|
22957
|
-
|
|
22958
|
-
|
|
22959
|
-
|
|
22960
|
-
|
|
22961
|
-
|
|
22962
|
-
|
|
22963
|
-
|
|
22964
|
-
|
|
22965
|
-
|
|
22966
|
-
|
|
22967
|
-
|
|
22968
|
-
|
|
22969
|
-
|
|
22919
|
+
// Ignore comments starting with { to privilege string interpolation highlighting
|
|
22920
|
+
var comment = /#(?!\{).+/;
|
|
22921
|
+
var interpolation = {
|
|
22922
|
+
pattern: /#\{[^}]+\}/,
|
|
22923
|
+
alias: 'variable'
|
|
22924
|
+
};
|
|
22925
|
+
Prism.languages.coffeescript = Prism.languages.extend('javascript', {
|
|
22926
|
+
comment: comment,
|
|
22927
|
+
string: [
|
|
22928
|
+
// Strings are multiline
|
|
22929
|
+
{
|
|
22930
|
+
pattern: /'(?:\\[\s\S]|[^\\'])*'/,
|
|
22931
|
+
greedy: true
|
|
22932
|
+
},
|
|
22933
|
+
{
|
|
22934
|
+
// Strings are multiline
|
|
22935
|
+
pattern: /"(?:\\[\s\S]|[^\\"])*"/,
|
|
22936
|
+
greedy: true,
|
|
22937
|
+
inside: {
|
|
22938
|
+
interpolation: interpolation
|
|
22939
|
+
}
|
|
22940
|
+
}
|
|
22941
|
+
],
|
|
22942
|
+
keyword:
|
|
22943
|
+
/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,
|
|
22944
|
+
'class-member': {
|
|
22945
|
+
pattern: /@(?!\d)\w+/,
|
|
22946
|
+
alias: 'variable'
|
|
22947
|
+
}
|
|
22948
|
+
});
|
|
22949
|
+
Prism.languages.insertBefore('coffeescript', 'comment', {
|
|
22950
|
+
'multiline-comment': {
|
|
22951
|
+
pattern: /###[\s\S]+?###/,
|
|
22952
|
+
alias: 'comment'
|
|
22953
|
+
},
|
|
22954
|
+
// Block regexp can contain comments and interpolation
|
|
22955
|
+
'block-regex': {
|
|
22956
|
+
pattern: /\/{3}[\s\S]*?\/{3}/,
|
|
22957
|
+
alias: 'regex',
|
|
22958
|
+
inside: {
|
|
22959
|
+
comment: comment,
|
|
22960
|
+
interpolation: interpolation
|
|
22961
|
+
}
|
|
22962
|
+
}
|
|
22963
|
+
});
|
|
22964
|
+
Prism.languages.insertBefore('coffeescript', 'string', {
|
|
22965
|
+
'inline-javascript': {
|
|
22966
|
+
pattern: /`(?:\\[\s\S]|[^\\`])*`/,
|
|
22967
|
+
inside: {
|
|
22968
|
+
delimiter: {
|
|
22969
|
+
pattern: /^`|`$/,
|
|
22970
|
+
alias: 'punctuation'
|
|
22971
|
+
},
|
|
22972
|
+
script: {
|
|
22973
|
+
pattern: /[\s\S]+/,
|
|
22974
|
+
alias: 'language-javascript',
|
|
22975
|
+
inside: Prism.languages.javascript
|
|
22976
|
+
}
|
|
22977
|
+
}
|
|
22978
|
+
},
|
|
22979
|
+
// Block strings
|
|
22980
|
+
'multiline-string': [
|
|
22981
|
+
{
|
|
22982
|
+
pattern: /'''[\s\S]*?'''/,
|
|
22983
|
+
greedy: true,
|
|
22984
|
+
alias: 'string'
|
|
22985
|
+
},
|
|
22986
|
+
{
|
|
22987
|
+
pattern: /"""[\s\S]*?"""/,
|
|
22988
|
+
greedy: true,
|
|
22989
|
+
alias: 'string',
|
|
22990
|
+
inside: {
|
|
22991
|
+
interpolation: interpolation
|
|
22992
|
+
}
|
|
22993
|
+
}
|
|
22994
|
+
]
|
|
22995
|
+
});
|
|
22996
|
+
Prism.languages.insertBefore('coffeescript', 'keyword', {
|
|
22997
|
+
// Object property
|
|
22998
|
+
property: /(?!\d)\w+(?=\s*:(?!:))/
|
|
22999
|
+
});
|
|
23000
|
+
delete Prism.languages.coffeescript['template-string'];
|
|
23001
|
+
Prism.languages.coffee = Prism.languages.coffeescript;
|
|
23002
|
+
})(Prism);
|
|
23003
|
+
}
|
|
23004
|
+
return coffeescript_1;
|
|
22970
23005
|
}
|
|
22971
23006
|
|
|
22972
|
-
var concurnas_1
|
|
22973
|
-
|
|
22974
|
-
|
|
22975
|
-
function
|
|
22976
|
-
|
|
22977
|
-
|
|
22978
|
-
|
|
22979
|
-
|
|
22980
|
-
|
|
22981
|
-
|
|
22982
|
-
|
|
22983
|
-
|
|
22984
|
-
|
|
22985
|
-
|
|
22986
|
-
|
|
22987
|
-
|
|
22988
|
-
|
|
22989
|
-
|
|
22990
|
-
|
|
22991
|
-
|
|
22992
|
-
|
|
22993
|
-
|
|
22994
|
-
|
|
22995
|
-
|
|
22996
|
-
|
|
22997
|
-
|
|
22998
|
-
|
|
22999
|
-
|
|
23000
|
-
|
|
23001
|
-
|
|
23002
|
-
|
|
23003
|
-
|
|
23004
|
-
|
|
23005
|
-
|
|
23006
|
-
|
|
23007
|
-
|
|
23008
|
-
|
|
23009
|
-
|
|
23010
|
-
|
|
23011
|
-
|
|
23012
|
-
|
|
23013
|
-
|
|
23014
|
-
|
|
23015
|
-
|
|
23016
|
-
|
|
23017
|
-
|
|
23018
|
-
|
|
23019
|
-
|
|
23020
|
-
|
|
23021
|
-
|
|
23022
|
-
|
|
23023
|
-
|
|
23024
|
-
|
|
23025
|
-
|
|
23026
|
-
|
|
23027
|
-
|
|
23028
|
-
|
|
23029
|
-
|
|
23030
|
-
|
|
23031
|
-
|
|
23032
|
-
|
|
23033
|
-
|
|
23034
|
-
|
|
23035
|
-
|
|
23036
|
-
|
|
23037
|
-
|
|
23038
|
-
|
|
23039
|
-
|
|
23007
|
+
var concurnas_1;
|
|
23008
|
+
var hasRequiredConcurnas;
|
|
23009
|
+
|
|
23010
|
+
function requireConcurnas () {
|
|
23011
|
+
if (hasRequiredConcurnas) return concurnas_1;
|
|
23012
|
+
hasRequiredConcurnas = 1;
|
|
23013
|
+
|
|
23014
|
+
concurnas_1 = concurnas;
|
|
23015
|
+
concurnas.displayName = 'concurnas';
|
|
23016
|
+
concurnas.aliases = ['conc'];
|
|
23017
|
+
function concurnas(Prism) {
|
|
23018
|
+
Prism.languages.concurnas = {
|
|
23019
|
+
comment: {
|
|
23020
|
+
pattern: /(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*)/,
|
|
23021
|
+
lookbehind: true,
|
|
23022
|
+
greedy: true
|
|
23023
|
+
},
|
|
23024
|
+
langext: {
|
|
23025
|
+
pattern: /\b\w+\s*\|\|[\s\S]+?\|\|/,
|
|
23026
|
+
greedy: true,
|
|
23027
|
+
inside: {
|
|
23028
|
+
'class-name': /^\w+/,
|
|
23029
|
+
string: {
|
|
23030
|
+
pattern: /(^\s*\|\|)[\s\S]+(?=\|\|$)/,
|
|
23031
|
+
lookbehind: true
|
|
23032
|
+
},
|
|
23033
|
+
punctuation: /\|\|/
|
|
23034
|
+
}
|
|
23035
|
+
},
|
|
23036
|
+
function: {
|
|
23037
|
+
pattern: /((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/,
|
|
23038
|
+
lookbehind: true
|
|
23039
|
+
},
|
|
23040
|
+
keyword:
|
|
23041
|
+
/\b(?:abstract|actor|also|annotation|assert|async|await|bool|boolean|break|byte|case|catch|changed|char|class|closed|constant|continue|def|default|del|double|elif|else|enum|every|extends|false|finally|float|for|from|global|gpudef|gpukernel|if|import|in|init|inject|int|lambda|local|long|loop|match|new|nodefault|null|of|onchange|open|out|override|package|parfor|parforsync|post|pre|private|protected|provide|provider|public|return|shared|short|single|size_t|sizeof|super|sync|this|throw|trait|trans|transient|true|try|typedef|unchecked|using|val|var|void|while|with)\b/,
|
|
23042
|
+
boolean: /\b(?:false|true)\b/,
|
|
23043
|
+
number:
|
|
23044
|
+
/\b0b[01][01_]*L?\b|\b0x(?:[\da-f_]*\.)?[\da-f_p+-]+\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfls]?/i,
|
|
23045
|
+
punctuation: /[{}[\];(),.:]/,
|
|
23046
|
+
operator:
|
|
23047
|
+
/<==|>==|=>|->|<-|<>|&==|&<>|\?:?|\.\?|\+\+|--|[-+*/=<>]=?|[!^~]|\b(?:and|as|band|bor|bxor|comp|is|isnot|mod|or)\b=?/,
|
|
23048
|
+
annotation: {
|
|
23049
|
+
pattern: /@(?:\w+:)?(?:\w+|\[[^\]]+\])?/,
|
|
23050
|
+
alias: 'builtin'
|
|
23051
|
+
}
|
|
23052
|
+
};
|
|
23053
|
+
Prism.languages.insertBefore('concurnas', 'langext', {
|
|
23054
|
+
'regex-literal': {
|
|
23055
|
+
pattern: /\br("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,
|
|
23056
|
+
greedy: true,
|
|
23057
|
+
inside: {
|
|
23058
|
+
interpolation: {
|
|
23059
|
+
pattern:
|
|
23060
|
+
/((?:^|[^\\])(?:\\{2})*)\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,
|
|
23061
|
+
lookbehind: true,
|
|
23062
|
+
inside: Prism.languages.concurnas
|
|
23063
|
+
},
|
|
23064
|
+
regex: /[\s\S]+/
|
|
23065
|
+
}
|
|
23066
|
+
},
|
|
23067
|
+
'string-literal': {
|
|
23068
|
+
pattern: /(?:\B|\bs)("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,
|
|
23069
|
+
greedy: true,
|
|
23070
|
+
inside: {
|
|
23071
|
+
interpolation: {
|
|
23072
|
+
pattern:
|
|
23073
|
+
/((?:^|[^\\])(?:\\{2})*)\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,
|
|
23074
|
+
lookbehind: true,
|
|
23075
|
+
inside: Prism.languages.concurnas
|
|
23076
|
+
},
|
|
23077
|
+
string: /[\s\S]+/
|
|
23078
|
+
}
|
|
23079
|
+
}
|
|
23080
|
+
});
|
|
23081
|
+
Prism.languages.conc = Prism.languages.concurnas;
|
|
23082
|
+
}
|
|
23083
|
+
return concurnas_1;
|
|
23040
23084
|
}
|
|
23041
23085
|
|
|
23042
|
-
var coq_1
|
|
23043
|
-
|
|
23044
|
-
|
|
23045
|
-
function
|
|
23086
|
+
var coq_1;
|
|
23087
|
+
var hasRequiredCoq;
|
|
23088
|
+
|
|
23089
|
+
function requireCoq () {
|
|
23090
|
+
if (hasRequiredCoq) return coq_1;
|
|
23091
|
+
hasRequiredCoq = 1;
|
|
23092
|
+
|
|
23093
|
+
coq_1 = coq;
|
|
23094
|
+
coq.displayName = 'coq';
|
|
23095
|
+
coq.aliases = [];
|
|
23096
|
+
function coq(Prism) {
|
|
23046
23097
|
(function (Prism) {
|
|
23047
|
-
|
|
23048
|
-
|
|
23049
|
-
|
|
23050
|
-
|
|
23051
|
-
|
|
23052
|
-
|
|
23053
|
-
|
|
23054
|
-
|
|
23055
|
-
|
|
23056
|
-
|
|
23057
|
-
|
|
23058
|
-
|
|
23059
|
-
|
|
23060
|
-
|
|
23061
|
-
|
|
23062
|
-
|
|
23063
|
-
|
|
23064
|
-
|
|
23065
|
-
|
|
23066
|
-
|
|
23067
|
-
|
|
23068
|
-
|
|
23069
|
-
|
|
23070
|
-
|
|
23071
|
-
|
|
23072
|
-
|
|
23073
|
-
|
|
23074
|
-
|
|
23075
|
-
|
|
23076
|
-
|
|
23077
|
-
|
|
23078
|
-
|
|
23079
|
-
|
|
23080
|
-
|
|
23081
|
-
|
|
23082
|
-
|
|
23083
|
-
|
|
23084
|
-
|
|
23085
|
-
|
|
23086
|
-
|
|
23087
|
-
|
|
23088
|
-
|
|
23089
|
-
|
|
23090
|
-
|
|
23091
|
-
|
|
23092
|
-
|
|
23093
|
-
|
|
23094
|
-
|
|
23095
|
-
|
|
23096
|
-
|
|
23097
|
-
|
|
23098
|
-
|
|
23099
|
-
|
|
23100
|
-
|
|
23101
|
-
|
|
23098
|
+
// https://github.com/coq/coq
|
|
23099
|
+
var commentSource = /\(\*(?:[^(*]|\((?!\*)|\*(?!\))|<self>)*\*\)/.source;
|
|
23100
|
+
for (var i = 0; i < 2; i++) {
|
|
23101
|
+
commentSource = commentSource.replace(/<self>/g, function () {
|
|
23102
|
+
return commentSource
|
|
23103
|
+
});
|
|
23104
|
+
}
|
|
23105
|
+
commentSource = commentSource.replace(/<self>/g, '[]');
|
|
23106
|
+
Prism.languages.coq = {
|
|
23107
|
+
comment: RegExp(commentSource),
|
|
23108
|
+
string: {
|
|
23109
|
+
pattern: /"(?:[^"]|"")*"(?!")/,
|
|
23110
|
+
greedy: true
|
|
23111
|
+
},
|
|
23112
|
+
attribute: [
|
|
23113
|
+
{
|
|
23114
|
+
pattern: RegExp(
|
|
23115
|
+
/#\[(?:[^\[\]("]|"(?:[^"]|"")*"(?!")|\((?!\*)|<comment>)*\]/.source.replace(
|
|
23116
|
+
/<comment>/g,
|
|
23117
|
+
function () {
|
|
23118
|
+
return commentSource
|
|
23119
|
+
}
|
|
23120
|
+
)
|
|
23121
|
+
),
|
|
23122
|
+
greedy: true,
|
|
23123
|
+
alias: 'attr-name',
|
|
23124
|
+
inside: {
|
|
23125
|
+
comment: RegExp(commentSource),
|
|
23126
|
+
string: {
|
|
23127
|
+
pattern: /"(?:[^"]|"")*"(?!")/,
|
|
23128
|
+
greedy: true
|
|
23129
|
+
},
|
|
23130
|
+
operator: /=/,
|
|
23131
|
+
punctuation: /^#\[|\]$|[,()]/
|
|
23132
|
+
}
|
|
23133
|
+
},
|
|
23134
|
+
{
|
|
23135
|
+
pattern:
|
|
23136
|
+
/\b(?:Cumulative|Global|Local|Monomorphic|NonCumulative|Polymorphic|Private|Program)\b/,
|
|
23137
|
+
alias: 'attr-name'
|
|
23138
|
+
}
|
|
23139
|
+
],
|
|
23140
|
+
keyword:
|
|
23141
|
+
/\b(?:Abort|About|Add|Admit|Admitted|All|Arguments|As|Assumptions|Axiom|Axioms|Back|BackTo|Backtrace|BinOp|BinOpSpec|BinRel|Bind|Blacklist|Canonical|Case|Cd|Check|Class|Classes|Close|CoFixpoint|CoInductive|Coercion|Coercions|Collection|Combined|Compute|Conjecture|Conjectures|Constant|Constants|Constraint|Constructors|Context|Corollary|Create|CstOp|Custom|Cut|Debug|Declare|Defined|Definition|Delimit|Dependencies|Dependent|Derive|Diffs|Drop|Elimination|End|Entry|Equality|Eval|Example|Existential|Existentials|Existing|Export|Extern|Extraction|Fact|Fail|Field|File|Firstorder|Fixpoint|Flags|Focus|From|Funclass|Function|Functional|GC|Generalizable|Goal|Grab|Grammar|Graph|Guarded|Haskell|Heap|Hide|Hint|HintDb|Hints|Hypotheses|Hypothesis|IF|Identity|Immediate|Implicit|Implicits|Import|Include|Induction|Inductive|Infix|Info|Initial|InjTyp|Inline|Inspect|Instance|Instances|Intro|Intros|Inversion|Inversion_clear|JSON|Language|Left|Lemma|Let|Lia|Libraries|Library|Load|LoadPath|Locate|Ltac|Ltac2|ML|Match|Method|Minimality|Module|Modules|Morphism|Next|NoInline|Notation|Number|OCaml|Obligation|Obligations|Opaque|Open|Optimize|Parameter|Parameters|Parametric|Path|Paths|Prenex|Preterm|Primitive|Print|Profile|Projections|Proof|Prop|PropBinOp|PropOp|PropUOp|Property|Proposition|Pwd|Qed|Quit|Rec|Record|Recursive|Redirect|Reduction|Register|Relation|Remark|Remove|Require|Reserved|Reset|Resolve|Restart|Rewrite|Right|Ring|Rings|SProp|Saturate|Save|Scheme|Scope|Scopes|Search|SearchHead|SearchPattern|SearchRewrite|Section|Separate|Set|Setoid|Show|Signatures|Solve|Solver|Sort|Sortclass|Sorted|Spec|Step|Strategies|Strategy|String|Structure|SubClass|Subgraph|SuchThat|Tactic|Term|TestCompile|Theorem|Time|Timeout|To|Transparent|Type|Typeclasses|Types|Typing|UnOp|UnOpSpec|Undelimit|Undo|Unfocus|Unfocused|Unfold|Universe|Universes|Unshelve|Variable|Variables|Variant|Verbose|View|Visibility|Zify|_|apply|as|at|by|cofix|else|end|exists|exists2|fix|for|forall|fun|if|in|let|match|measure|move|removed|return|struct|then|using|wf|where|with)\b/,
|
|
23142
|
+
number:
|
|
23143
|
+
/\b(?:0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]+)?(?:p[+-]?\d[\d_]*)?|\d[\d_]*(?:\.[\d_]+)?(?:e[+-]?\d[\d_]*)?)\b/i,
|
|
23144
|
+
punct: {
|
|
23145
|
+
pattern: /@\{|\{\||\[=|:>/,
|
|
23146
|
+
alias: 'punctuation'
|
|
23147
|
+
},
|
|
23148
|
+
operator:
|
|
23149
|
+
/\/\\|\\\/|\.{2,3}|:{1,2}=|\*\*|[-=]>|<(?:->?|[+:=>]|<:)|>(?:=|->)|\|[-|]?|[-!%&*+/<=>?@^~']/,
|
|
23150
|
+
punctuation: /\.\(|`\(|@\{|`\{|\{\||\[=|:>|[:.,;(){}\[\]]/
|
|
23151
|
+
};
|
|
23152
|
+
})(Prism);
|
|
23153
|
+
}
|
|
23154
|
+
return coq_1;
|
|
23102
23155
|
}
|
|
23103
23156
|
|
|
23104
|
-
var ruby_1
|
|
23105
|
-
|
|
23106
|
-
|
|
23107
|
-
function
|
|
23157
|
+
var ruby_1;
|
|
23158
|
+
var hasRequiredRuby;
|
|
23159
|
+
|
|
23160
|
+
function requireRuby () {
|
|
23161
|
+
if (hasRequiredRuby) return ruby_1;
|
|
23162
|
+
hasRequiredRuby = 1;
|
|
23163
|
+
|
|
23164
|
+
ruby_1 = ruby;
|
|
23165
|
+
ruby.displayName = 'ruby';
|
|
23166
|
+
ruby.aliases = ['rb'];
|
|
23167
|
+
function ruby(Prism) {
|
|
23108
23168
|
(function (Prism) {
|
|
23109
|
-
|
|
23110
|
-
|
|
23111
|
-
|
|
23112
|
-
|
|
23113
|
-
|
|
23114
|
-
|
|
23115
|
-
|
|
23116
|
-
|
|
23117
|
-
|
|
23118
|
-
|
|
23119
|
-
|
|
23120
|
-
|
|
23121
|
-
|
|
23122
|
-
|
|
23123
|
-
|
|
23124
|
-
|
|
23125
|
-
|
|
23126
|
-
|
|
23127
|
-
|
|
23128
|
-
|
|
23129
|
-
|
|
23130
|
-
|
|
23131
|
-
|
|
23132
|
-
|
|
23133
|
-
|
|
23134
|
-
|
|
23135
|
-
|
|
23136
|
-
|
|
23137
|
-
|
|
23138
|
-
|
|
23139
|
-
|
|
23140
|
-
|
|
23141
|
-
|
|
23142
|
-
|
|
23143
|
-
|
|
23144
|
-
|
|
23145
|
-
|
|
23146
|
-
|
|
23147
|
-
|
|
23148
|
-
|
|
23149
|
-
|
|
23150
|
-
|
|
23151
|
-
|
|
23152
|
-
|
|
23153
|
-
|
|
23154
|
-
|
|
23155
|
-
|
|
23156
|
-
|
|
23157
|
-
|
|
23158
|
-
|
|
23159
|
-
|
|
23160
|
-
|
|
23161
|
-
|
|
23162
|
-
|
|
23163
|
-
|
|
23164
|
-
|
|
23165
|
-
|
|
23166
|
-
|
|
23167
|
-
|
|
23168
|
-
|
|
23169
|
-
|
|
23170
|
-
|
|
23171
|
-
|
|
23172
|
-
|
|
23173
|
-
|
|
23174
|
-
|
|
23175
|
-
|
|
23176
|
-
|
|
23177
|
-
|
|
23178
|
-
|
|
23179
|
-
|
|
23180
|
-
|
|
23181
|
-
|
|
23182
|
-
|
|
23183
|
-
|
|
23184
|
-
|
|
23185
|
-
|
|
23186
|
-
|
|
23187
|
-
|
|
23188
|
-
|
|
23189
|
-
|
|
23190
|
-
|
|
23191
|
-
|
|
23192
|
-
|
|
23193
|
-
|
|
23194
|
-
|
|
23195
|
-
|
|
23196
|
-
|
|
23197
|
-
|
|
23198
|
-
|
|
23199
|
-
|
|
23200
|
-
|
|
23201
|
-
|
|
23202
|
-
|
|
23203
|
-
|
|
23204
|
-
|
|
23205
|
-
|
|
23206
|
-
|
|
23207
|
-
|
|
23208
|
-
|
|
23209
|
-
|
|
23210
|
-
|
|
23211
|
-
|
|
23212
|
-
|
|
23213
|
-
|
|
23214
|
-
|
|
23215
|
-
|
|
23216
|
-
|
|
23217
|
-
|
|
23218
|
-
|
|
23219
|
-
|
|
23220
|
-
|
|
23221
|
-
|
|
23222
|
-
|
|
23223
|
-
|
|
23224
|
-
|
|
23225
|
-
|
|
23226
|
-
|
|
23227
|
-
|
|
23228
|
-
|
|
23229
|
-
|
|
23230
|
-
|
|
23231
|
-
|
|
23232
|
-
|
|
23233
|
-
|
|
23234
|
-
|
|
23235
|
-
|
|
23236
|
-
|
|
23237
|
-
|
|
23238
|
-
|
|
23239
|
-
|
|
23240
|
-
|
|
23241
|
-
|
|
23242
|
-
|
|
23243
|
-
|
|
23244
|
-
|
|
23245
|
-
|
|
23246
|
-
|
|
23247
|
-
|
|
23248
|
-
|
|
23249
|
-
|
|
23250
|
-
|
|
23251
|
-
|
|
23252
|
-
|
|
23253
|
-
|
|
23254
|
-
|
|
23255
|
-
|
|
23256
|
-
|
|
23257
|
-
|
|
23258
|
-
|
|
23259
|
-
|
|
23260
|
-
|
|
23261
|
-
|
|
23262
|
-
|
|
23263
|
-
|
|
23264
|
-
|
|
23265
|
-
|
|
23266
|
-
|
|
23267
|
-
|
|
23268
|
-
|
|
23269
|
-
|
|
23270
|
-
|
|
23271
|
-
|
|
23272
|
-
|
|
23273
|
-
|
|
23274
|
-
|
|
23275
|
-
|
|
23276
|
-
|
|
23277
|
-
|
|
23278
|
-
|
|
23279
|
-
|
|
23280
|
-
|
|
23281
|
-
|
|
23282
|
-
|
|
23283
|
-
|
|
23284
|
-
|
|
23285
|
-
|
|
23286
|
-
|
|
23287
|
-
|
|
23288
|
-
|
|
23289
|
-
|
|
23290
|
-
|
|
23291
|
-
|
|
23292
|
-
|
|
23293
|
-
|
|
23294
|
-
|
|
23295
|
-
|
|
23169
|
+
Prism.languages.ruby = Prism.languages.extend('clike', {
|
|
23170
|
+
comment: {
|
|
23171
|
+
pattern: /#.*|^=begin\s[\s\S]*?^=end/m,
|
|
23172
|
+
greedy: true
|
|
23173
|
+
},
|
|
23174
|
+
'class-name': {
|
|
23175
|
+
pattern:
|
|
23176
|
+
/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,
|
|
23177
|
+
lookbehind: true,
|
|
23178
|
+
inside: {
|
|
23179
|
+
punctuation: /[.\\]/
|
|
23180
|
+
}
|
|
23181
|
+
},
|
|
23182
|
+
keyword:
|
|
23183
|
+
/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,
|
|
23184
|
+
operator:
|
|
23185
|
+
/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,
|
|
23186
|
+
punctuation: /[(){}[\].,;]/
|
|
23187
|
+
});
|
|
23188
|
+
Prism.languages.insertBefore('ruby', 'operator', {
|
|
23189
|
+
'double-colon': {
|
|
23190
|
+
pattern: /::/,
|
|
23191
|
+
alias: 'punctuation'
|
|
23192
|
+
}
|
|
23193
|
+
});
|
|
23194
|
+
var interpolation = {
|
|
23195
|
+
pattern: /((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,
|
|
23196
|
+
lookbehind: true,
|
|
23197
|
+
inside: {
|
|
23198
|
+
content: {
|
|
23199
|
+
pattern: /^(#\{)[\s\S]+(?=\}$)/,
|
|
23200
|
+
lookbehind: true,
|
|
23201
|
+
inside: Prism.languages.ruby
|
|
23202
|
+
},
|
|
23203
|
+
delimiter: {
|
|
23204
|
+
pattern: /^#\{|\}$/,
|
|
23205
|
+
alias: 'punctuation'
|
|
23206
|
+
}
|
|
23207
|
+
}
|
|
23208
|
+
};
|
|
23209
|
+
delete Prism.languages.ruby.function;
|
|
23210
|
+
var percentExpression =
|
|
23211
|
+
'(?:' +
|
|
23212
|
+
[
|
|
23213
|
+
/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,
|
|
23214
|
+
/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,
|
|
23215
|
+
/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,
|
|
23216
|
+
/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,
|
|
23217
|
+
/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source
|
|
23218
|
+
].join('|') +
|
|
23219
|
+
')';
|
|
23220
|
+
var symbolName =
|
|
23221
|
+
/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/
|
|
23222
|
+
.source;
|
|
23223
|
+
Prism.languages.insertBefore('ruby', 'keyword', {
|
|
23224
|
+
'regex-literal': [
|
|
23225
|
+
{
|
|
23226
|
+
pattern: RegExp(
|
|
23227
|
+
/%r/.source + percentExpression + /[egimnosux]{0,6}/.source
|
|
23228
|
+
),
|
|
23229
|
+
greedy: true,
|
|
23230
|
+
inside: {
|
|
23231
|
+
interpolation: interpolation,
|
|
23232
|
+
regex: /[\s\S]+/
|
|
23233
|
+
}
|
|
23234
|
+
},
|
|
23235
|
+
{
|
|
23236
|
+
pattern:
|
|
23237
|
+
/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,
|
|
23238
|
+
lookbehind: true,
|
|
23239
|
+
greedy: true,
|
|
23240
|
+
inside: {
|
|
23241
|
+
interpolation: interpolation,
|
|
23242
|
+
regex: /[\s\S]+/
|
|
23243
|
+
}
|
|
23244
|
+
}
|
|
23245
|
+
],
|
|
23246
|
+
variable: /[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,
|
|
23247
|
+
symbol: [
|
|
23248
|
+
{
|
|
23249
|
+
pattern: RegExp(/(^|[^:]):/.source + symbolName),
|
|
23250
|
+
lookbehind: true,
|
|
23251
|
+
greedy: true
|
|
23252
|
+
},
|
|
23253
|
+
{
|
|
23254
|
+
pattern: RegExp(
|
|
23255
|
+
/([\r\n{(,][ \t]*)/.source + symbolName + /(?=:(?!:))/.source
|
|
23256
|
+
),
|
|
23257
|
+
lookbehind: true,
|
|
23258
|
+
greedy: true
|
|
23259
|
+
}
|
|
23260
|
+
],
|
|
23261
|
+
'method-definition': {
|
|
23262
|
+
pattern: /(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,
|
|
23263
|
+
lookbehind: true,
|
|
23264
|
+
inside: {
|
|
23265
|
+
function: /\b\w+$/,
|
|
23266
|
+
keyword: /^self\b/,
|
|
23267
|
+
'class-name': /^\w+/,
|
|
23268
|
+
punctuation: /\./
|
|
23269
|
+
}
|
|
23270
|
+
}
|
|
23271
|
+
});
|
|
23272
|
+
Prism.languages.insertBefore('ruby', 'string', {
|
|
23273
|
+
'string-literal': [
|
|
23274
|
+
{
|
|
23275
|
+
pattern: RegExp(/%[qQiIwWs]?/.source + percentExpression),
|
|
23276
|
+
greedy: true,
|
|
23277
|
+
inside: {
|
|
23278
|
+
interpolation: interpolation,
|
|
23279
|
+
string: /[\s\S]+/
|
|
23280
|
+
}
|
|
23281
|
+
},
|
|
23282
|
+
{
|
|
23283
|
+
pattern:
|
|
23284
|
+
/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,
|
|
23285
|
+
greedy: true,
|
|
23286
|
+
inside: {
|
|
23287
|
+
interpolation: interpolation,
|
|
23288
|
+
string: /[\s\S]+/
|
|
23289
|
+
}
|
|
23290
|
+
},
|
|
23291
|
+
{
|
|
23292
|
+
pattern: /<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,
|
|
23293
|
+
alias: 'heredoc-string',
|
|
23294
|
+
greedy: true,
|
|
23295
|
+
inside: {
|
|
23296
|
+
delimiter: {
|
|
23297
|
+
pattern: /^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,
|
|
23298
|
+
inside: {
|
|
23299
|
+
symbol: /\b\w+/,
|
|
23300
|
+
punctuation: /^<<[-~]?/
|
|
23301
|
+
}
|
|
23302
|
+
},
|
|
23303
|
+
interpolation: interpolation,
|
|
23304
|
+
string: /[\s\S]+/
|
|
23305
|
+
}
|
|
23306
|
+
},
|
|
23307
|
+
{
|
|
23308
|
+
pattern: /<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,
|
|
23309
|
+
alias: 'heredoc-string',
|
|
23310
|
+
greedy: true,
|
|
23311
|
+
inside: {
|
|
23312
|
+
delimiter: {
|
|
23313
|
+
pattern: /^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,
|
|
23314
|
+
inside: {
|
|
23315
|
+
symbol: /\b\w+/,
|
|
23316
|
+
punctuation: /^<<[-~]?'|'$/
|
|
23317
|
+
}
|
|
23318
|
+
},
|
|
23319
|
+
string: /[\s\S]+/
|
|
23320
|
+
}
|
|
23321
|
+
}
|
|
23322
|
+
],
|
|
23323
|
+
'command-literal': [
|
|
23324
|
+
{
|
|
23325
|
+
pattern: RegExp(/%x/.source + percentExpression),
|
|
23326
|
+
greedy: true,
|
|
23327
|
+
inside: {
|
|
23328
|
+
interpolation: interpolation,
|
|
23329
|
+
command: {
|
|
23330
|
+
pattern: /[\s\S]+/,
|
|
23331
|
+
alias: 'string'
|
|
23332
|
+
}
|
|
23333
|
+
}
|
|
23334
|
+
},
|
|
23335
|
+
{
|
|
23336
|
+
pattern: /`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,
|
|
23337
|
+
greedy: true,
|
|
23338
|
+
inside: {
|
|
23339
|
+
interpolation: interpolation,
|
|
23340
|
+
command: {
|
|
23341
|
+
pattern: /[\s\S]+/,
|
|
23342
|
+
alias: 'string'
|
|
23343
|
+
}
|
|
23344
|
+
}
|
|
23345
|
+
}
|
|
23346
|
+
]
|
|
23347
|
+
});
|
|
23348
|
+
delete Prism.languages.ruby.string;
|
|
23349
|
+
Prism.languages.insertBefore('ruby', 'number', {
|
|
23350
|
+
builtin:
|
|
23351
|
+
/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,
|
|
23352
|
+
constant: /\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/
|
|
23353
|
+
});
|
|
23354
|
+
Prism.languages.rb = Prism.languages.ruby;
|
|
23355
|
+
})(Prism);
|
|
23356
|
+
}
|
|
23357
|
+
return ruby_1;
|
|
23296
23358
|
}
|
|
23297
23359
|
|
|
23298
|
-
var
|
|
23299
|
-
var
|
|
23300
|
-
crystal.displayName = 'crystal';
|
|
23301
|
-
crystal.aliases = [];
|
|
23302
|
-
function crystal(Prism) {
|
|
23303
|
-
Prism.register(refractorRuby)
|
|
23304
|
-
;(function (Prism) {
|
|
23305
|
-
Prism.languages.crystal = Prism.languages.extend('ruby', {
|
|
23306
|
-
keyword: [
|
|
23307
|
-
/\b(?:__DIR__|__END_LINE__|__FILE__|__LINE__|abstract|alias|annotation|as|asm|begin|break|case|class|def|do|else|elsif|end|ensure|enum|extend|for|fun|if|ifdef|include|instance_sizeof|lib|macro|module|next|of|out|pointerof|private|protected|ptr|require|rescue|return|select|self|sizeof|struct|super|then|type|typeof|undef|uninitialized|union|unless|until|when|while|with|yield)\b/,
|
|
23308
|
-
{
|
|
23309
|
-
pattern: /(\.\s*)(?:is_a|responds_to)\?/,
|
|
23310
|
-
lookbehind: true
|
|
23311
|
-
}
|
|
23312
|
-
],
|
|
23313
|
-
number:
|
|
23314
|
-
/\b(?:0b[01_]*[01]|0o[0-7_]*[0-7]|0x[\da-fA-F_]*[\da-fA-F]|(?:\d(?:[\d_]*\d)?)(?:\.[\d_]*\d)?(?:[eE][+-]?[\d_]*\d)?)(?:_(?:[uif](?:8|16|32|64))?)?\b/,
|
|
23315
|
-
operator: [/->/, Prism.languages.ruby.operator],
|
|
23316
|
-
punctuation: /[(){}[\].,;\\]/
|
|
23317
|
-
});
|
|
23318
|
-
Prism.languages.insertBefore('crystal', 'string-literal', {
|
|
23319
|
-
attribute: {
|
|
23320
|
-
pattern: /@\[.*?\]/,
|
|
23321
|
-
inside: {
|
|
23322
|
-
delimiter: {
|
|
23323
|
-
pattern: /^@\[|\]$/,
|
|
23324
|
-
alias: 'punctuation'
|
|
23325
|
-
},
|
|
23326
|
-
attribute: {
|
|
23327
|
-
pattern: /^(\s*)\w+/,
|
|
23328
|
-
lookbehind: true,
|
|
23329
|
-
alias: 'class-name'
|
|
23330
|
-
},
|
|
23331
|
-
args: {
|
|
23332
|
-
pattern: /\S(?:[\s\S]*\S)?/,
|
|
23333
|
-
inside: Prism.languages.crystal
|
|
23334
|
-
}
|
|
23335
|
-
}
|
|
23336
|
-
},
|
|
23337
|
-
expansion: {
|
|
23338
|
-
pattern: /\{(?:\{.*?\}|%.*?%)\}/,
|
|
23339
|
-
inside: {
|
|
23340
|
-
content: {
|
|
23341
|
-
pattern: /^(\{.)[\s\S]+(?=.\}$)/,
|
|
23342
|
-
lookbehind: true,
|
|
23343
|
-
inside: Prism.languages.crystal
|
|
23344
|
-
},
|
|
23345
|
-
delimiter: {
|
|
23346
|
-
pattern: /^\{[\{%]|[\}%]\}$/,
|
|
23347
|
-
alias: 'operator'
|
|
23348
|
-
}
|
|
23349
|
-
}
|
|
23350
|
-
},
|
|
23351
|
-
char: {
|
|
23352
|
-
pattern:
|
|
23353
|
-
/'(?:[^\\\r\n]{1,2}|\\(?:.|u(?:[A-Fa-f0-9]{1,4}|\{[A-Fa-f0-9]{1,6}\})))'/,
|
|
23354
|
-
greedy: true
|
|
23355
|
-
}
|
|
23356
|
-
});
|
|
23357
|
-
})(Prism);
|
|
23358
|
-
}
|
|
23360
|
+
var crystal_1;
|
|
23361
|
+
var hasRequiredCrystal;
|
|
23359
23362
|
|
|
23360
|
-
|
|
23361
|
-
|
|
23362
|
-
|
|
23363
|
-
|
|
23364
|
-
|
|
23365
|
-
|
|
23366
|
-
|
|
23367
|
-
|
|
23368
|
-
|
|
23369
|
-
|
|
23370
|
-
|
|
23371
|
-
|
|
23372
|
-
|
|
23373
|
-
|
|
23374
|
-
|
|
23375
|
-
|
|
23376
|
-
|
|
23377
|
-
|
|
23378
|
-
|
|
23379
|
-
|
|
23380
|
-
|
|
23381
|
-
|
|
23382
|
-
|
|
23383
|
-
|
|
23384
|
-
|
|
23385
|
-
|
|
23386
|
-
|
|
23387
|
-
|
|
23388
|
-
|
|
23389
|
-
|
|
23390
|
-
|
|
23391
|
-
|
|
23392
|
-
|
|
23393
|
-
|
|
23394
|
-
|
|
23395
|
-
|
|
23396
|
-
|
|
23397
|
-
|
|
23398
|
-
|
|
23399
|
-
|
|
23400
|
-
|
|
23401
|
-
|
|
23402
|
-
|
|
23403
|
-
|
|
23404
|
-
|
|
23405
|
-
|
|
23406
|
-
|
|
23407
|
-
|
|
23408
|
-
|
|
23409
|
-
|
|
23410
|
-
|
|
23411
|
-
|
|
23412
|
-
|
|
23413
|
-
|
|
23414
|
-
|
|
23415
|
-
|
|
23416
|
-
|
|
23417
|
-
|
|
23418
|
-
|
|
23419
|
-
|
|
23420
|
-
|
|
23421
|
-
|
|
23422
|
-
|
|
23423
|
-
|
|
23424
|
-
|
|
23425
|
-
|
|
23426
|
-
|
|
23427
|
-
|
|
23428
|
-
|
|
23429
|
-
|
|
23430
|
-
|
|
23431
|
-
|
|
23432
|
-
|
|
23433
|
-
|
|
23434
|
-
|
|
23435
|
-
|
|
23436
|
-
|
|
23437
|
-
|
|
23438
|
-
|
|
23439
|
-
|
|
23440
|
-
|
|
23441
|
-
|
|
23442
|
-
|
|
23443
|
-
|
|
23444
|
-
|
|
23445
|
-
|
|
23446
|
-
|
|
23447
|
-
|
|
23448
|
-
|
|
23449
|
-
|
|
23450
|
-
|
|
23451
|
-
|
|
23452
|
-
|
|
23453
|
-
|
|
23454
|
-
|
|
23455
|
-
|
|
23456
|
-
|
|
23457
|
-
|
|
23458
|
-
|
|
23459
|
-
|
|
23460
|
-
|
|
23461
|
-
|
|
23462
|
-
|
|
23463
|
-
|
|
23464
|
-
|
|
23465
|
-
|
|
23466
|
-
|
|
23467
|
-
|
|
23468
|
-
|
|
23469
|
-
|
|
23470
|
-
|
|
23471
|
-
|
|
23472
|
-
|
|
23473
|
-
|
|
23474
|
-
|
|
23475
|
-
|
|
23476
|
-
|
|
23477
|
-
|
|
23478
|
-
|
|
23479
|
-
|
|
23480
|
-
|
|
23481
|
-
|
|
23482
|
-
|
|
23483
|
-
|
|
23484
|
-
|
|
23485
|
-
|
|
23486
|
-
|
|
23487
|
-
|
|
23488
|
-
|
|
23489
|
-
|
|
23490
|
-
|
|
23491
|
-
|
|
23492
|
-
|
|
23493
|
-
|
|
23494
|
-
|
|
23495
|
-
|
|
23496
|
-
|
|
23497
|
-
|
|
23498
|
-
|
|
23499
|
-
|
|
23500
|
-
|
|
23501
|
-
|
|
23502
|
-
|
|
23503
|
-
|
|
23504
|
-
|
|
23505
|
-
|
|
23506
|
-
|
|
23507
|
-
|
|
23508
|
-
|
|
23509
|
-
|
|
23510
|
-
|
|
23511
|
-
|
|
23512
|
-
|
|
23513
|
-
|
|
23514
|
-
|
|
23515
|
-
|
|
23516
|
-
|
|
23517
|
-
|
|
23518
|
-
|
|
23519
|
-
|
|
23520
|
-
|
|
23521
|
-
|
|
23522
|
-
|
|
23523
|
-
|
|
23524
|
-
|
|
23525
|
-
|
|
23526
|
-
|
|
23527
|
-
|
|
23528
|
-
|
|
23529
|
-
|
|
23530
|
-
|
|
23531
|
-
|
|
23532
|
-
|
|
23533
|
-
|
|
23534
|
-
|
|
23535
|
-
|
|
23536
|
-
|
|
23537
|
-
|
|
23538
|
-
|
|
23539
|
-
|
|
23540
|
-
|
|
23541
|
-
|
|
23542
|
-
|
|
23543
|
-
|
|
23544
|
-
|
|
23545
|
-
|
|
23546
|
-
|
|
23547
|
-
|
|
23548
|
-
|
|
23549
|
-
|
|
23550
|
-
|
|
23551
|
-
|
|
23552
|
-
|
|
23553
|
-
|
|
23554
|
-
|
|
23555
|
-
|
|
23556
|
-
|
|
23557
|
-
|
|
23558
|
-
|
|
23559
|
-
|
|
23560
|
-
|
|
23561
|
-
|
|
23562
|
-
|
|
23563
|
-
|
|
23564
|
-
|
|
23565
|
-
|
|
23566
|
-
|
|
23567
|
-
|
|
23568
|
-
|
|
23569
|
-
|
|
23570
|
-
|
|
23571
|
-
|
|
23572
|
-
|
|
23573
|
-
|
|
23574
|
-
|
|
23363
|
+
function requireCrystal () {
|
|
23364
|
+
if (hasRequiredCrystal) return crystal_1;
|
|
23365
|
+
hasRequiredCrystal = 1;
|
|
23366
|
+
var refractorRuby = requireRuby();
|
|
23367
|
+
crystal_1 = crystal;
|
|
23368
|
+
crystal.displayName = 'crystal';
|
|
23369
|
+
crystal.aliases = [];
|
|
23370
|
+
function crystal(Prism) {
|
|
23371
|
+
Prism.register(refractorRuby)
|
|
23372
|
+
;(function (Prism) {
|
|
23373
|
+
Prism.languages.crystal = Prism.languages.extend('ruby', {
|
|
23374
|
+
keyword: [
|
|
23375
|
+
/\b(?:__DIR__|__END_LINE__|__FILE__|__LINE__|abstract|alias|annotation|as|asm|begin|break|case|class|def|do|else|elsif|end|ensure|enum|extend|for|fun|if|ifdef|include|instance_sizeof|lib|macro|module|next|of|out|pointerof|private|protected|ptr|require|rescue|return|select|self|sizeof|struct|super|then|type|typeof|undef|uninitialized|union|unless|until|when|while|with|yield)\b/,
|
|
23376
|
+
{
|
|
23377
|
+
pattern: /(\.\s*)(?:is_a|responds_to)\?/,
|
|
23378
|
+
lookbehind: true
|
|
23379
|
+
}
|
|
23380
|
+
],
|
|
23381
|
+
number:
|
|
23382
|
+
/\b(?:0b[01_]*[01]|0o[0-7_]*[0-7]|0x[\da-fA-F_]*[\da-fA-F]|(?:\d(?:[\d_]*\d)?)(?:\.[\d_]*\d)?(?:[eE][+-]?[\d_]*\d)?)(?:_(?:[uif](?:8|16|32|64))?)?\b/,
|
|
23383
|
+
operator: [/->/, Prism.languages.ruby.operator],
|
|
23384
|
+
punctuation: /[(){}[\].,;\\]/
|
|
23385
|
+
});
|
|
23386
|
+
Prism.languages.insertBefore('crystal', 'string-literal', {
|
|
23387
|
+
attribute: {
|
|
23388
|
+
pattern: /@\[.*?\]/,
|
|
23389
|
+
inside: {
|
|
23390
|
+
delimiter: {
|
|
23391
|
+
pattern: /^@\[|\]$/,
|
|
23392
|
+
alias: 'punctuation'
|
|
23393
|
+
},
|
|
23394
|
+
attribute: {
|
|
23395
|
+
pattern: /^(\s*)\w+/,
|
|
23396
|
+
lookbehind: true,
|
|
23397
|
+
alias: 'class-name'
|
|
23398
|
+
},
|
|
23399
|
+
args: {
|
|
23400
|
+
pattern: /\S(?:[\s\S]*\S)?/,
|
|
23401
|
+
inside: Prism.languages.crystal
|
|
23402
|
+
}
|
|
23403
|
+
}
|
|
23404
|
+
},
|
|
23405
|
+
expansion: {
|
|
23406
|
+
pattern: /\{(?:\{.*?\}|%.*?%)\}/,
|
|
23407
|
+
inside: {
|
|
23408
|
+
content: {
|
|
23409
|
+
pattern: /^(\{.)[\s\S]+(?=.\}$)/,
|
|
23410
|
+
lookbehind: true,
|
|
23411
|
+
inside: Prism.languages.crystal
|
|
23412
|
+
},
|
|
23413
|
+
delimiter: {
|
|
23414
|
+
pattern: /^\{[\{%]|[\}%]\}$/,
|
|
23415
|
+
alias: 'operator'
|
|
23416
|
+
}
|
|
23417
|
+
}
|
|
23418
|
+
},
|
|
23419
|
+
char: {
|
|
23420
|
+
pattern:
|
|
23421
|
+
/'(?:[^\\\r\n]{1,2}|\\(?:.|u(?:[A-Fa-f0-9]{1,4}|\{[A-Fa-f0-9]{1,6}\})))'/,
|
|
23422
|
+
greedy: true
|
|
23423
|
+
}
|
|
23424
|
+
});
|
|
23425
|
+
})(Prism);
|
|
23426
|
+
}
|
|
23427
|
+
return crystal_1;
|
|
23428
|
+
}
|
|
23429
|
+
|
|
23430
|
+
var cshtml_1;
|
|
23431
|
+
var hasRequiredCshtml;
|
|
23432
|
+
|
|
23433
|
+
function requireCshtml () {
|
|
23434
|
+
if (hasRequiredCshtml) return cshtml_1;
|
|
23435
|
+
hasRequiredCshtml = 1;
|
|
23436
|
+
var refractorCsharp = requireCsharp();
|
|
23437
|
+
cshtml_1 = cshtml;
|
|
23438
|
+
cshtml.displayName = 'cshtml';
|
|
23439
|
+
cshtml.aliases = ['razor'];
|
|
23440
|
+
function cshtml(Prism) {
|
|
23441
|
+
Prism.register(refractorCsharp)
|
|
23442
|
+
// Docs:
|
|
23443
|
+
// https://docs.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-5.0&tabs=visual-studio
|
|
23444
|
+
// https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-5.0
|
|
23445
|
+
;(function (Prism) {
|
|
23446
|
+
var commentLike = /\/(?![/*])|\/\/.*[\r\n]|\/\*[^*]*(?:\*(?!\/)[^*]*)*\*\//
|
|
23447
|
+
.source;
|
|
23448
|
+
var stringLike =
|
|
23449
|
+
/@(?!")|"(?:[^\r\n\\"]|\\.)*"|@"(?:[^\\"]|""|\\[\s\S])*"(?!")/.source +
|
|
23450
|
+
'|' +
|
|
23451
|
+
/'(?:(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'|(?=[^\\](?!')))/.source;
|
|
23452
|
+
/**
|
|
23453
|
+
* Creates a nested pattern where all occurrences of the string `<<self>>` are replaced with the pattern itself.
|
|
23454
|
+
*
|
|
23455
|
+
* @param {string} pattern
|
|
23456
|
+
* @param {number} depthLog2
|
|
23457
|
+
* @returns {string}
|
|
23458
|
+
*/
|
|
23459
|
+
function nested(pattern, depthLog2) {
|
|
23460
|
+
for (var i = 0; i < depthLog2; i++) {
|
|
23461
|
+
pattern = pattern.replace(/<self>/g, function () {
|
|
23462
|
+
return '(?:' + pattern + ')'
|
|
23463
|
+
});
|
|
23464
|
+
}
|
|
23465
|
+
return pattern
|
|
23466
|
+
.replace(/<self>/g, '[^\\s\\S]')
|
|
23467
|
+
.replace(/<str>/g, '(?:' + stringLike + ')')
|
|
23468
|
+
.replace(/<comment>/g, '(?:' + commentLike + ')')
|
|
23469
|
+
}
|
|
23470
|
+
var round = nested(/\((?:[^()'"@/]|<str>|<comment>|<self>)*\)/.source, 2);
|
|
23471
|
+
var square = nested(/\[(?:[^\[\]'"@/]|<str>|<comment>|<self>)*\]/.source, 2);
|
|
23472
|
+
var curly = nested(/\{(?:[^{}'"@/]|<str>|<comment>|<self>)*\}/.source, 2);
|
|
23473
|
+
var angle = nested(/<(?:[^<>'"@/]|<str>|<comment>|<self>)*>/.source, 2); // Note about the above bracket patterns:
|
|
23474
|
+
// They all ignore HTML expressions that might be in the C# code. This is a problem because HTML (like strings and
|
|
23475
|
+
// comments) is parsed differently. This is a huge problem because HTML might contain brackets and quotes which
|
|
23476
|
+
// messes up the bracket and string counting implemented by the above patterns.
|
|
23477
|
+
//
|
|
23478
|
+
// This problem is not fixable because 1) HTML expression are highly context sensitive and very difficult to detect
|
|
23479
|
+
// and 2) they require one capturing group at every nested level. See the `tagRegion` pattern to admire the
|
|
23480
|
+
// complexity of an HTML expression.
|
|
23481
|
+
//
|
|
23482
|
+
// To somewhat alleviate the problem a bit, the patterns for characters (e.g. 'a') is very permissive, it also
|
|
23483
|
+
// allows invalid characters to support HTML expressions like this: <p>That's it!</p>.
|
|
23484
|
+
var tagAttrs =
|
|
23485
|
+
/(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?/
|
|
23486
|
+
.source;
|
|
23487
|
+
var tagContent = /(?!\d)[^\s>\/=$<%]+/.source + tagAttrs + /\s*\/?>/.source;
|
|
23488
|
+
var tagRegion =
|
|
23489
|
+
/\B@?/.source +
|
|
23490
|
+
'(?:' +
|
|
23491
|
+
/<([a-zA-Z][\w:]*)/.source +
|
|
23492
|
+
tagAttrs +
|
|
23493
|
+
/\s*>/.source +
|
|
23494
|
+
'(?:' +
|
|
23495
|
+
(/[^<]/.source +
|
|
23496
|
+
'|' + // all tags that are not the start tag
|
|
23497
|
+
// eslint-disable-next-line regexp/strict
|
|
23498
|
+
/<\/?(?!\1\b)/.source +
|
|
23499
|
+
tagContent +
|
|
23500
|
+
'|' + // nested start tag
|
|
23501
|
+
nested(
|
|
23502
|
+
// eslint-disable-next-line regexp/strict
|
|
23503
|
+
/<\1/.source +
|
|
23504
|
+
tagAttrs +
|
|
23505
|
+
/\s*>/.source +
|
|
23506
|
+
'(?:' +
|
|
23507
|
+
(/[^<]/.source +
|
|
23508
|
+
'|' + // all tags that are not the start tag
|
|
23509
|
+
// eslint-disable-next-line regexp/strict
|
|
23510
|
+
/<\/?(?!\1\b)/.source +
|
|
23511
|
+
tagContent +
|
|
23512
|
+
'|' +
|
|
23513
|
+
'<self>') +
|
|
23514
|
+
')*' + // eslint-disable-next-line regexp/strict
|
|
23515
|
+
/<\/\1\s*>/.source,
|
|
23516
|
+
2
|
|
23517
|
+
)) +
|
|
23518
|
+
')*' + // eslint-disable-next-line regexp/strict
|
|
23519
|
+
/<\/\1\s*>/.source +
|
|
23520
|
+
'|' +
|
|
23521
|
+
/</.source +
|
|
23522
|
+
tagContent +
|
|
23523
|
+
')'; // Now for the actual language definition(s):
|
|
23524
|
+
//
|
|
23525
|
+
// Razor as a language has 2 parts:
|
|
23526
|
+
// 1) CSHTML: A markup-like language that has been extended with inline C# code expressions and blocks.
|
|
23527
|
+
// 2) C#+HTML: A variant of C# that can contain CSHTML tags as expressions.
|
|
23528
|
+
//
|
|
23529
|
+
// In the below code, both CSHTML and C#+HTML will be create as separate language definitions that reference each
|
|
23530
|
+
// other. However, only CSHTML will be exported via `Prism.languages`.
|
|
23531
|
+
Prism.languages.cshtml = Prism.languages.extend('markup', {});
|
|
23532
|
+
var csharpWithHtml = Prism.languages.insertBefore(
|
|
23533
|
+
'csharp',
|
|
23534
|
+
'string',
|
|
23535
|
+
{
|
|
23536
|
+
html: {
|
|
23537
|
+
pattern: RegExp(tagRegion),
|
|
23538
|
+
greedy: true,
|
|
23539
|
+
inside: Prism.languages.cshtml
|
|
23540
|
+
}
|
|
23541
|
+
},
|
|
23542
|
+
{
|
|
23543
|
+
csharp: Prism.languages.extend('csharp', {})
|
|
23544
|
+
}
|
|
23545
|
+
);
|
|
23546
|
+
var cs = {
|
|
23547
|
+
pattern: /\S[\s\S]*/,
|
|
23548
|
+
alias: 'language-csharp',
|
|
23549
|
+
inside: csharpWithHtml
|
|
23550
|
+
};
|
|
23551
|
+
Prism.languages.insertBefore('cshtml', 'prolog', {
|
|
23552
|
+
'razor-comment': {
|
|
23553
|
+
pattern: /@\*[\s\S]*?\*@/,
|
|
23554
|
+
greedy: true,
|
|
23555
|
+
alias: 'comment'
|
|
23556
|
+
},
|
|
23557
|
+
block: {
|
|
23558
|
+
pattern: RegExp(
|
|
23559
|
+
/(^|[^@])@/.source +
|
|
23560
|
+
'(?:' +
|
|
23561
|
+
[
|
|
23562
|
+
// @{ ... }
|
|
23563
|
+
curly, // @code{ ... }
|
|
23564
|
+
/(?:code|functions)\s*/.source + curly, // @for (...) { ... }
|
|
23565
|
+
/(?:for|foreach|lock|switch|using|while)\s*/.source +
|
|
23566
|
+
round +
|
|
23567
|
+
/\s*/.source +
|
|
23568
|
+
curly, // @do { ... } while (...);
|
|
23569
|
+
/do\s*/.source +
|
|
23570
|
+
curly +
|
|
23571
|
+
/\s*while\s*/.source +
|
|
23572
|
+
round +
|
|
23573
|
+
/(?:\s*;)?/.source, // @try { ... } catch (...) { ... } finally { ... }
|
|
23574
|
+
/try\s*/.source +
|
|
23575
|
+
curly +
|
|
23576
|
+
/\s*catch\s*/.source +
|
|
23577
|
+
round +
|
|
23578
|
+
/\s*/.source +
|
|
23579
|
+
curly +
|
|
23580
|
+
/\s*finally\s*/.source +
|
|
23581
|
+
curly, // @if (...) {...} else if (...) {...} else {...}
|
|
23582
|
+
/if\s*/.source +
|
|
23583
|
+
round +
|
|
23584
|
+
/\s*/.source +
|
|
23585
|
+
curly +
|
|
23586
|
+
'(?:' +
|
|
23587
|
+
/\s*else/.source +
|
|
23588
|
+
'(?:' +
|
|
23589
|
+
/\s+if\s*/.source +
|
|
23590
|
+
round +
|
|
23591
|
+
')?' +
|
|
23592
|
+
/\s*/.source +
|
|
23593
|
+
curly +
|
|
23594
|
+
')*'
|
|
23595
|
+
].join('|') +
|
|
23596
|
+
')'
|
|
23597
|
+
),
|
|
23598
|
+
lookbehind: true,
|
|
23599
|
+
greedy: true,
|
|
23600
|
+
inside: {
|
|
23601
|
+
keyword: /^@\w*/,
|
|
23602
|
+
csharp: cs
|
|
23603
|
+
}
|
|
23604
|
+
},
|
|
23605
|
+
directive: {
|
|
23606
|
+
pattern:
|
|
23607
|
+
/^([ \t]*)@(?:addTagHelper|attribute|implements|inherits|inject|layout|model|namespace|page|preservewhitespace|removeTagHelper|section|tagHelperPrefix|using)(?=\s).*/m,
|
|
23608
|
+
lookbehind: true,
|
|
23609
|
+
greedy: true,
|
|
23610
|
+
inside: {
|
|
23611
|
+
keyword: /^@\w+/,
|
|
23612
|
+
csharp: cs
|
|
23613
|
+
}
|
|
23614
|
+
},
|
|
23615
|
+
value: {
|
|
23616
|
+
pattern: RegExp(
|
|
23617
|
+
/(^|[^@])@/.source +
|
|
23618
|
+
/(?:await\b\s*)?/.source +
|
|
23619
|
+
'(?:' +
|
|
23620
|
+
/\w+\b/.source +
|
|
23621
|
+
'|' +
|
|
23622
|
+
round +
|
|
23623
|
+
')' +
|
|
23624
|
+
'(?:' +
|
|
23625
|
+
/[?!]?\.\w+\b/.source +
|
|
23626
|
+
'|' +
|
|
23627
|
+
round +
|
|
23628
|
+
'|' +
|
|
23629
|
+
square +
|
|
23630
|
+
'|' +
|
|
23631
|
+
angle +
|
|
23632
|
+
round +
|
|
23633
|
+
')*'
|
|
23634
|
+
),
|
|
23635
|
+
lookbehind: true,
|
|
23636
|
+
greedy: true,
|
|
23637
|
+
alias: 'variable',
|
|
23638
|
+
inside: {
|
|
23639
|
+
keyword: /^@/,
|
|
23640
|
+
csharp: cs
|
|
23641
|
+
}
|
|
23642
|
+
},
|
|
23643
|
+
'delegate-operator': {
|
|
23644
|
+
pattern: /(^|[^@])@(?=<)/,
|
|
23645
|
+
lookbehind: true,
|
|
23646
|
+
alias: 'operator'
|
|
23647
|
+
}
|
|
23648
|
+
});
|
|
23649
|
+
Prism.languages.razor = Prism.languages.cshtml;
|
|
23650
|
+
})(Prism);
|
|
23651
|
+
}
|
|
23652
|
+
return cshtml_1;
|
|
23575
23653
|
}
|
|
23576
23654
|
|
|
23577
|
-
var csp_1
|
|
23578
|
-
|
|
23579
|
-
|
|
23580
|
-
function
|
|
23655
|
+
var csp_1;
|
|
23656
|
+
var hasRequiredCsp;
|
|
23657
|
+
|
|
23658
|
+
function requireCsp () {
|
|
23659
|
+
if (hasRequiredCsp) return csp_1;
|
|
23660
|
+
hasRequiredCsp = 1;
|
|
23661
|
+
|
|
23662
|
+
csp_1 = csp;
|
|
23663
|
+
csp.displayName = 'csp';
|
|
23664
|
+
csp.aliases = [];
|
|
23665
|
+
function csp(Prism) {
|
|
23581
23666
|
(function (Prism) {
|
|
23582
|
-
|
|
23583
|
-
|
|
23584
|
-
|
|
23585
|
-
|
|
23586
|
-
|
|
23587
|
-
|
|
23588
|
-
|
|
23589
|
-
|
|
23590
|
-
|
|
23591
|
-
|
|
23592
|
-
|
|
23593
|
-
|
|
23594
|
-
|
|
23595
|
-
|
|
23596
|
-
|
|
23597
|
-
|
|
23598
|
-
|
|
23599
|
-
|
|
23600
|
-
|
|
23601
|
-
|
|
23602
|
-
|
|
23603
|
-
|
|
23604
|
-
|
|
23605
|
-
|
|
23606
|
-
|
|
23607
|
-
|
|
23608
|
-
|
|
23609
|
-
|
|
23610
|
-
|
|
23611
|
-
|
|
23612
|
-
|
|
23613
|
-
|
|
23614
|
-
|
|
23615
|
-
|
|
23616
|
-
|
|
23617
|
-
|
|
23618
|
-
|
|
23619
|
-
|
|
23620
|
-
|
|
23621
|
-
|
|
23622
|
-
|
|
23623
|
-
|
|
23624
|
-
|
|
23625
|
-
|
|
23626
|
-
|
|
23627
|
-
|
|
23628
|
-
|
|
23629
|
-
|
|
23630
|
-
|
|
23631
|
-
|
|
23632
|
-
|
|
23633
|
-
|
|
23634
|
-
|
|
23635
|
-
|
|
23636
|
-
|
|
23637
|
-
|
|
23638
|
-
|
|
23639
|
-
|
|
23640
|
-
|
|
23641
|
-
|
|
23642
|
-
|
|
23643
|
-
|
|
23644
|
-
|
|
23645
|
-
|
|
23646
|
-
|
|
23667
|
+
/**
|
|
23668
|
+
* @param {string} source
|
|
23669
|
+
* @returns {RegExp}
|
|
23670
|
+
*/
|
|
23671
|
+
function value(source) {
|
|
23672
|
+
return RegExp(
|
|
23673
|
+
/([ \t])/.source + '(?:' + source + ')' + /(?=[\s;]|$)/.source,
|
|
23674
|
+
'i'
|
|
23675
|
+
)
|
|
23676
|
+
}
|
|
23677
|
+
Prism.languages.csp = {
|
|
23678
|
+
directive: {
|
|
23679
|
+
pattern:
|
|
23680
|
+
/(^|[\s;])(?:base-uri|block-all-mixed-content|(?:child|connect|default|font|frame|img|manifest|media|object|prefetch|script|style|worker)-src|disown-opener|form-action|frame-(?:ancestors|options)|input-protection(?:-(?:clip|selectors))?|navigate-to|plugin-types|policy-uri|referrer|reflected-xss|report-(?:to|uri)|require-sri-for|sandbox|(?:script|style)-src-(?:attr|elem)|upgrade-insecure-requests)(?=[\s;]|$)/i,
|
|
23681
|
+
lookbehind: true,
|
|
23682
|
+
alias: 'property'
|
|
23683
|
+
},
|
|
23684
|
+
scheme: {
|
|
23685
|
+
pattern: value(/[a-z][a-z0-9.+-]*:/.source),
|
|
23686
|
+
lookbehind: true
|
|
23687
|
+
},
|
|
23688
|
+
none: {
|
|
23689
|
+
pattern: value(/'none'/.source),
|
|
23690
|
+
lookbehind: true,
|
|
23691
|
+
alias: 'keyword'
|
|
23692
|
+
},
|
|
23693
|
+
nonce: {
|
|
23694
|
+
pattern: value(/'nonce-[-+/\w=]+'/.source),
|
|
23695
|
+
lookbehind: true,
|
|
23696
|
+
alias: 'number'
|
|
23697
|
+
},
|
|
23698
|
+
hash: {
|
|
23699
|
+
pattern: value(/'sha(?:256|384|512)-[-+/\w=]+'/.source),
|
|
23700
|
+
lookbehind: true,
|
|
23701
|
+
alias: 'number'
|
|
23702
|
+
},
|
|
23703
|
+
host: {
|
|
23704
|
+
pattern: value(
|
|
23705
|
+
/[a-z][a-z0-9.+-]*:\/\/[^\s;,']*/.source +
|
|
23706
|
+
'|' +
|
|
23707
|
+
/\*[^\s;,']*/.source +
|
|
23708
|
+
'|' +
|
|
23709
|
+
/[a-z0-9-]+(?:\.[a-z0-9-]+)+(?::[\d*]+)?(?:\/[^\s;,']*)?/.source
|
|
23710
|
+
),
|
|
23711
|
+
lookbehind: true,
|
|
23712
|
+
alias: 'url',
|
|
23713
|
+
inside: {
|
|
23714
|
+
important: /\*/
|
|
23715
|
+
}
|
|
23716
|
+
},
|
|
23717
|
+
keyword: [
|
|
23718
|
+
{
|
|
23719
|
+
pattern: value(/'unsafe-[a-z-]+'/.source),
|
|
23720
|
+
lookbehind: true,
|
|
23721
|
+
alias: 'unsafe'
|
|
23722
|
+
},
|
|
23723
|
+
{
|
|
23724
|
+
pattern: value(/'[a-z-]+'/.source),
|
|
23725
|
+
lookbehind: true,
|
|
23726
|
+
alias: 'safe'
|
|
23727
|
+
}
|
|
23728
|
+
],
|
|
23729
|
+
punctuation: /;/
|
|
23730
|
+
};
|
|
23731
|
+
})(Prism);
|
|
23732
|
+
}
|
|
23733
|
+
return csp_1;
|
|
23647
23734
|
}
|
|
23648
23735
|
|
|
23649
23736
|
var cssExtras_1;
|
|
@@ -25110,7 +25197,7 @@ var hasRequiredErb;
|
|
|
25110
25197
|
function requireErb () {
|
|
25111
25198
|
if (hasRequiredErb) return erb_1;
|
|
25112
25199
|
hasRequiredErb = 1;
|
|
25113
|
-
var refractorRuby =
|
|
25200
|
+
var refractorRuby = requireRuby();
|
|
25114
25201
|
var refractorMarkupTemplating = requireMarkupTemplating();
|
|
25115
25202
|
erb_1 = erb;
|
|
25116
25203
|
erb.displayName = 'erb';
|
|
@@ -27592,7 +27679,7 @@ var hasRequiredHaml;
|
|
|
27592
27679
|
function requireHaml () {
|
|
27593
27680
|
if (hasRequiredHaml) return haml_1;
|
|
27594
27681
|
hasRequiredHaml = 1;
|
|
27595
|
-
var refractorRuby =
|
|
27682
|
+
var refractorRuby = requireRuby();
|
|
27596
27683
|
haml_1 = haml;
|
|
27597
27684
|
haml.displayName = 'haml';
|
|
27598
27685
|
haml.aliases = [];
|
|
@@ -40028,7 +40115,7 @@ function requireT4Cs () {
|
|
|
40028
40115
|
if (hasRequiredT4Cs) return t4Cs_1;
|
|
40029
40116
|
hasRequiredT4Cs = 1;
|
|
40030
40117
|
var refractorT4Templating = requireT4Templating();
|
|
40031
|
-
var refractorCsharp =
|
|
40118
|
+
var refractorCsharp = requireCsharp();
|
|
40032
40119
|
t4Cs_1 = t4Cs;
|
|
40033
40120
|
t4Cs.displayName = 't4Cs';
|
|
40034
40121
|
t4Cs.aliases = [];
|
|
@@ -42805,15 +42892,15 @@ refractor.register(chaiscript_1);
|
|
|
42805
42892
|
refractor.register(cil_1);
|
|
42806
42893
|
refractor.register(clojure_1);
|
|
42807
42894
|
refractor.register(cmake_1);
|
|
42808
|
-
refractor.register(
|
|
42809
|
-
refractor.register(
|
|
42810
|
-
refractor.register(
|
|
42811
|
-
refractor.register(
|
|
42812
|
-
refractor.register(
|
|
42813
|
-
refractor.register(
|
|
42814
|
-
refractor.register(
|
|
42815
|
-
refractor.register(
|
|
42816
|
-
refractor.register(
|
|
42895
|
+
refractor.register(requireCobol());
|
|
42896
|
+
refractor.register(requireCoffeescript());
|
|
42897
|
+
refractor.register(requireConcurnas());
|
|
42898
|
+
refractor.register(requireCoq());
|
|
42899
|
+
refractor.register(requireCpp());
|
|
42900
|
+
refractor.register(requireCrystal());
|
|
42901
|
+
refractor.register(requireCsharp());
|
|
42902
|
+
refractor.register(requireCshtml());
|
|
42903
|
+
refractor.register(requireCsp());
|
|
42817
42904
|
refractor.register(requireCssExtras());
|
|
42818
42905
|
refractor.register(requireCsv());
|
|
42819
42906
|
refractor.register(requireCypher());
|
|
@@ -42976,7 +43063,7 @@ refractor.register(requireRest());
|
|
|
42976
43063
|
refractor.register(requireRip());
|
|
42977
43064
|
refractor.register(requireRoboconf());
|
|
42978
43065
|
refractor.register(requireRobotframework());
|
|
42979
|
-
refractor.register(
|
|
43066
|
+
refractor.register(requireRuby());
|
|
42980
43067
|
refractor.register(requireRust());
|
|
42981
43068
|
refractor.register(requireSas());
|
|
42982
43069
|
refractor.register(requireSass());
|
|
@@ -44229,16 +44316,16 @@ var Header = function Header(props) {
|
|
|
44229
44316
|
});
|
|
44230
44317
|
};
|
|
44231
44318
|
|
|
44232
|
-
var css$S = ".
|
|
44233
|
-
var modules_3722b5cd = {"root":"
|
|
44319
|
+
var css$S = ".Calender_module_root__5221cce4 {\n padding: 1rem 0rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}";
|
|
44320
|
+
var modules_3722b5cd = {"root":"Calender_module_root__5221cce4"};
|
|
44234
44321
|
n(css$S,{});
|
|
44235
44322
|
|
|
44236
44323
|
var css$R = ".Body_module_root__85b1b679 {\n padding: 0.5rem 0.5rem;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n}";
|
|
44237
44324
|
var modules_e6b80d99 = {"root":"Body_module_root__85b1b679"};
|
|
44238
44325
|
n(css$R,{});
|
|
44239
44326
|
|
|
44240
|
-
var css$Q = ".
|
|
44241
|
-
var modules_b02dadcc = {"dates":"
|
|
44327
|
+
var css$Q = ".Dates_module_dates__e964f6bf {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n align-items: center;\n flex-wrap: wrap;\n}\n.Dates_module_dates__e964f6bf div {\n flex-basis: 14.28%;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n margin-bottom: 0.25rem;\n cursor: pointer;\n align-self: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.Dates_module_dates__e964f6bf div .Dates_module_date__e964f6bf {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n text-align: center;\n vertical-align: middle;\n border-radius: 1.5rem;\n height: 2.5rem;\n width: 2.5rem;\n font-weight: 400;\n font-size: 0.875rem;\n color: var(--black);\n}\n.Dates_module_dates__e964f6bf div .Dates_module_selected__e964f6bf {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf div .Dates_module_unSelected__e964f6bf {\n background-color: var(--white);\n border-color: var(--highlight);\n border-width: 0.125rem;\n border-style: solid;\n color: var(--black);\n}\n.Dates_module_dates__e964f6bf div .Dates_module_disabled__e964f6bf {\n border-radius: 1.5rem;\n color: var(--grey2);\n}\n.Dates_module_dates__e964f6bf div .Dates_module_diffMonth__e964f6bf {\n opacity: 0.6;\n}\n.Dates_module_dates__e964f6bf div:hover .Dates_module_date__e964f6bf {\n background: var(--background);\n color: var(--highlight);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__e964f6bf div:hover .Dates_module_selected__e964f6bf {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf div:hover .Dates_module_disabled__e964f6bf {\n background: transparent;\n box-shadow: none;\n border-radius: 1.5rem;\n color: var(--grey2);\n}\n.Dates_module_dates__e964f6bf .Dates_module_minInRange__e964f6bf {\n background-color: var(--highlight);\n border-radius: 1.5rem 0rem 0rem 1.5rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_minInRange__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf .Dates_module_minInRange__e964f6bf:hover .Dates_module_date__e964f6bf {\n background: var(--highlight);\n color: var(--white);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__e964f6bf .Dates_module_maxInRange__e964f6bf {\n background-color: var(--highlight);\n border-radius: 0rem 1.5rem 1.5rem 0rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_maxInRange__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf .Dates_module_maxInRange__e964f6bf:hover .Dates_module_date__e964f6bf {\n background: var(--highlight);\n color: var(--white);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__e964f6bf .Dates_module_midInRange__e964f6bf {\n background: var(--background);\n border-radius: 0rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_midInRange__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--highlight);\n}\n.Dates_module_dates__e964f6bf .Dates_module_midInRangeSelected__e964f6bf {\n background: var(--background);\n border-radius: 0rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_midInRangeSelected__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf .Dates_module_firstHovered__e964f6bf {\n background: var(--background);\n border-radius: 0rem 1.5rem 1.5rem 0rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_firstHovered__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--highlight);\n}\n.Dates_module_dates__e964f6bf .Dates_module_lastHovered__e964f6bf {\n background: var(--background);\n border-radius: 1.5rem 0rem 0rem 1.5rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_lastHovered__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--highlight);\n}";
|
|
44328
|
+
var modules_b02dadcc = {"dates":"Dates_module_dates__e964f6bf","date":"Dates_module_date__e964f6bf","selected":"Dates_module_selected__e964f6bf","unSelected":"Dates_module_unSelected__e964f6bf","disabled":"Dates_module_disabled__e964f6bf","diffMonth":"Dates_module_diffMonth__e964f6bf","minInRange":"Dates_module_minInRange__e964f6bf","maxInRange":"Dates_module_maxInRange__e964f6bf","midInRange":"Dates_module_midInRange__e964f6bf","midInRangeSelected":"Dates_module_midInRangeSelected__e964f6bf","first-hovered":"Dates_module_firstHovered__e964f6bf","last-hovered":"Dates_module_lastHovered__e964f6bf"};
|
|
44242
44329
|
n(css$Q,{});
|
|
44243
44330
|
|
|
44244
44331
|
var getDatesOfLastWeekOfLastMonth = function getDatesOfLastWeekOfLastMonth(_ref) {
|
|
@@ -44511,8 +44598,8 @@ var Body = function Body(props) {
|
|
|
44511
44598
|
});
|
|
44512
44599
|
};
|
|
44513
44600
|
|
|
44514
|
-
var css$O = ".
|
|
44515
|
-
var modules_c1d23762 = {"root":"
|
|
44601
|
+
var css$O = ".TextField_module_root__9cc1db47 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n gap: 0.5rem;\n}\n.TextField_module_root__9cc1db47 label {\n width: 100%;\n max-width: 100%;\n font-weight: 400;\n font-size: 0.75rem;\n line-height: 1.125rem;\n letter-spacing: 0.32px;\n color: var(--grey);\n height: 100%;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 0.5rem;\n padding: 0rem 0.5rem;\n max-width: 100%;\n width: 100%;\n border-color: var(--grey4);\n border-style: solid;\n border-radius: 0.25rem;\n height: 100%;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 .TextField_module_icon__9cc1db47 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] {\n flex: 1;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47 {\n -moz-appearance: textfield;\n flex: 1;\n background-color: transparent;\n border: none;\n font-weight: 400;\n font-size: 0.875rem;\n line-height: 1.125rem;\n letter-spacing: 0.16px;\n color: var(--black);\n width: 100%;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47::-webkit-outer-spin-button, .TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47:focus {\n outline: none;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47:disabled {\n background: var(--grey9);\n color: var(--grey3);\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_sm__9cc1db47 {\n padding: 0.5rem 0rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_md__9cc1db47 {\n padding: 0.688rem 0rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_lg__9cc1db47 {\n padding: 1rem 0rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_typeTextarea__9cc1db47 {\n padding: 0;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_typeTextarea__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47 {\n resize: vertical;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_typeTextarea__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_md__9cc1db47 {\n padding: 0.313rem 0.75rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_typeTextarea__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_lg__9cc1db47 {\n padding: 0.5rem 1rem;\n font-size: 1rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47:focus-within {\n border: 0.063rem solid var(--info);\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47:focus-within.TextField_module_feedbackError__9cc1db47 {\n border-color: var(--error);\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_borderDefault__9cc1db47 {\n border-width: 0.063rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_borderBottom__9cc1db47 {\n border-width: 0rem 0rem 0.063rem 0rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_borderNone__9cc1db47 {\n border-width: 0rem;\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n min-height: 2rem;\n width: 100%;\n gap: 1rem;\n color: var(--grey3);\n font-size: 0.75rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_feedback__9cc1db47 {\n flex: 1;\n margin-right: auto;\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_feedback__9cc1db47.TextField_module_feedbackError__9cc1db47 {\n color: var(--error);\n fill: var(--error);\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_feedback__9cc1db47.TextField_module_feedbackSuccess__9cc1db47 {\n color: var(--success);\n fill: var(--success);\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_count__9cc1db47 {\n text-align: right;\n margin-left: auto;\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_count__9cc1db47.TextField_module_exceeded__9cc1db47 {\n color: var(--error);\n}";
|
|
44602
|
+
var modules_c1d23762 = {"root":"TextField_module_root__9cc1db47","input-wrapper":"TextField_module_inputWrapper__9cc1db47","icon":"TextField_module_icon__9cc1db47","input":"TextField_module_input__9cc1db47","sm":"TextField_module_sm__9cc1db47","md":"TextField_module_md__9cc1db47","lg":"TextField_module_lg__9cc1db47","type-textarea":"TextField_module_typeTextarea__9cc1db47","feedback-error":"TextField_module_feedbackError__9cc1db47","border-default":"TextField_module_borderDefault__9cc1db47","border-bottom":"TextField_module_borderBottom__9cc1db47","border-none":"TextField_module_borderNone__9cc1db47","bottom":"TextField_module_bottom__9cc1db47","feedback":"TextField_module_feedback__9cc1db47","feedback-success":"TextField_module_feedbackSuccess__9cc1db47","count":"TextField_module_count__9cc1db47","exceeded":"TextField_module_exceeded__9cc1db47"};
|
|
44516
44603
|
n(css$O,{});
|
|
44517
44604
|
|
|
44518
44605
|
var TextField = /*#__PURE__*/React.forwardRef(function TextField(props, inputRef) {
|
|
@@ -44789,8 +44876,8 @@ Radio.defaultProps = {
|
|
|
44789
44876
|
onChange: function onChange() {}
|
|
44790
44877
|
};
|
|
44791
44878
|
|
|
44792
|
-
var css$L = ".
|
|
44793
|
-
var modules_1b90f5ea = {"root":"
|
|
44879
|
+
var css$L = ".Dropdown_module_root__1ad8038e {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n position: relative;\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n max-width: 100%;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_label__1ad8038e {\n font-size: 0.75rem;\n color: var(--grey);\n width: auto;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n max-width: 100%;\n position: relative;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_input__1ad8038e {\n position: absolute;\n opacity: 0;\n width: 1px;\n height: 1px;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_input__1ad8038e:focus + .Dropdown_module_select__1ad8038e {\n border-color: var(--highlight);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_input__1ad8038e:focus + .Dropdown_module_select__1ad8038e.Dropdown_module_feedbackError__1ad8038e {\n border-color: var(--error);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_select__1ad8038e {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 25rem;\n max-width: 100%;\n gap: 0.5rem;\n background: var(--white);\n outline: none;\n border: 1px solid var(--grey5);\n border-radius: 0.25rem;\n padding: 0.75rem 0.75rem 0.75rem 1rem;\n cursor: pointer;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_select__1ad8038e .Dropdown_module_placeholder__1ad8038e {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n color: var(--black);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_select__1ad8038e .Dropdown_module_icon__1ad8038e {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_select__1ad8038e.Dropdown_module_feedbackError__1ad8038e {\n border-color: var(--error);\n}\n.Dropdown_module_root__1ad8038e.Dropdown_module_open__1ad8038e .Dropdown_module_header__1ad8038e {\n border-color: var(--highlight);\n}\n.Dropdown_module_root__1ad8038e.Dropdown_module_disabled__1ad8038e .Dropdown_module_select__1ad8038e {\n background: var(--grey10);\n cursor: not-allowed;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n min-height: 2rem;\n width: 100%;\n gap: 1rem;\n color: var(--grey3);\n font-size: 0.75rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_feedback__1ad8038e {\n flex: 1;\n margin-right: auto;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_feedback__1ad8038e.Dropdown_module_feedbackError__1ad8038e {\n color: var(--error);\n fill: var(--error);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_feedback__1ad8038e.Dropdown_module_feedbackSuccess__1ad8038e {\n color: var(--success);\n fill: var(--success);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_count__1ad8038e {\n text-align: right;\n margin-left: auto;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_count__1ad8038e.Dropdown_module_exceeded__1ad8038e {\n color: var(--error);\n}\n\n.Dropdown_module_body__1ad8038e {\n display: none;\n position: absolute;\n top: calc(100% + 0.5rem);\n background: var(--white);\n width: auto;\n border: 0.063rem solid var(--grey5);\n box-shadow: 0rem 0.5rem 1.25rem rgba(24, 24, 24, 0.08);\n border-radius: 0.25rem;\n padding: 1rem;\n overflow-y: auto;\n min-height: 4rem;\n outline: none;\n}\n.Dropdown_module_body__1ad8038e .Dropdown_module_multiOptions__1ad8038e {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 0.5rem;\n list-style: none;\n}\n.Dropdown_module_body__1ad8038e .Dropdown_module_multiApply__1ad8038e {\n margin-top: 0.5rem;\n}\n.Dropdown_module_body__1ad8038e.Dropdown_module_open__1ad8038e {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}";
|
|
44880
|
+
var modules_1b90f5ea = {"root":"Dropdown_module_root__1ad8038e","label":"Dropdown_module_label__1ad8038e","header":"Dropdown_module_header__1ad8038e","input":"Dropdown_module_input__1ad8038e","select":"Dropdown_module_select__1ad8038e","feedback-error":"Dropdown_module_feedbackError__1ad8038e","placeholder":"Dropdown_module_placeholder__1ad8038e","icon":"Dropdown_module_icon__1ad8038e","open":"Dropdown_module_open__1ad8038e","disabled":"Dropdown_module_disabled__1ad8038e","bottom":"Dropdown_module_bottom__1ad8038e","feedback":"Dropdown_module_feedback__1ad8038e","feedback-success":"Dropdown_module_feedbackSuccess__1ad8038e","count":"Dropdown_module_count__1ad8038e","exceeded":"Dropdown_module_exceeded__1ad8038e","body":"Dropdown_module_body__1ad8038e","multi-options":"Dropdown_module_multiOptions__1ad8038e","multi-apply":"Dropdown_module_multiApply__1ad8038e"};
|
|
44794
44881
|
n(css$L,{});
|
|
44795
44882
|
|
|
44796
44883
|
var Dropdown = /*#__PURE__*/React.forwardRef(function Dropdown(props, inputRef) {
|
|
@@ -45453,8 +45540,8 @@ TimePicker.defaultProps = {
|
|
|
45453
45540
|
value: null
|
|
45454
45541
|
};
|
|
45455
45542
|
|
|
45456
|
-
var css$I = ".
|
|
45457
|
-
var modules_b490bd5d = {"root":"
|
|
45543
|
+
var css$I = ".Footer_module_root__0e6d72de {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n margin-inline: 1rem;\n}\n.Footer_module_root__0e6d72de .Footer_module_apply__0e6d72de {\n margin-top: 0.5rem;\n width: 100%;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.Footer_module_root__0e6d72de .Footer_module_timePicker__0e6d72de {\n margin-bottom: 1.25rem;\n}\n\n.Footer_module_selectedDate__0e6d72de {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 1.125rem;\n background: var(--white);\n border: 0.0625rem solid var(--grey4);\n border-radius: 0.25rem;\n}\n.Footer_module_selectedDate__0e6d72de .Footer_module_date__0e6d72de {\n font-weight: 500;\n font-size: 0.875rem;\n line-height: 1.3125rem;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.Footer_module_selectedDate__0e6d72de .Footer_module_date__0e6d72de .Footer_module_cross__0e6d72de {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Footer_module_selectedDate__0e6d72de .Footer_module_date__0e6d72de .Footer_module_value__0e6d72de {\n font-weight: 400;\n padding-right: 0.7rem;\n border-right: 1px var(--grey3) solid;\n}\n\n.Footer_module_dateRanges__0e6d72de {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n margin-top: 0.5rem;\n}\n.Footer_module_dateRanges__0e6d72de .Footer_module_dateRange__0e6d72de {\n display: flex;\n align-items: center;\n padding: 0.875rem 1rem;\n gap: 1.125rem;\n cursor: pointer;\n}\n.Footer_module_dateRanges__0e6d72de .Footer_module_dateRange__0e6d72de:hover {\n background-color: var(--background);\n}\n.Footer_module_dateRanges__0e6d72de .Footer_module_dateRange__0e6d72de span {\n font-weight: 400;\n font-size: 0.875rem;\n line-height: 1.3125rem;\n color: var(--black);\n}\n.Footer_module_dateRanges__0e6d72de .Footer_module_selected__0e6d72de {\n background-color: var(--background);\n}";
|
|
45544
|
+
var modules_b490bd5d = {"root":"Footer_module_root__0e6d72de","apply":"Footer_module_apply__0e6d72de","time-picker":"Footer_module_timePicker__0e6d72de","selected-date":"Footer_module_selectedDate__0e6d72de","date":"Footer_module_date__0e6d72de","cross":"Footer_module_cross__0e6d72de","value":"Footer_module_value__0e6d72de","date-ranges":"Footer_module_dateRanges__0e6d72de","date-range":"Footer_module_dateRange__0e6d72de","selected":"Footer_module_selected__0e6d72de"};
|
|
45458
45545
|
n(css$I,{});
|
|
45459
45546
|
|
|
45460
45547
|
var getDateAndUnixRange = function getDateAndUnixRange(duration) {
|
|
@@ -45812,8 +45899,8 @@ var Calender = function Calender(props) {
|
|
|
45812
45899
|
});
|
|
45813
45900
|
};
|
|
45814
45901
|
|
|
45815
|
-
var css$H = ".
|
|
45816
|
-
var modules_5b831cd1 = {"root":"
|
|
45902
|
+
var css$H = ".DatePicker_module_root__e3d435c2 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n gap: 0.5rem;\n max-width: 100%;\n overflow: visible;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_label__e3d435c2 {\n font-weight: 400;\n font-size: 0.75rem;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_label__e3d435c2.DatePicker_module_light__e3d435c2 {\n color: var(--black);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_label__e3d435c2.DatePicker_module_dark__e3d435c2 {\n color: var(--white);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n position: relative;\n background: transparent;\n border-radius: 0.25rem;\n width: auto;\n border: 0.0625rem solid;\n padding: 0.75rem 1rem;\n cursor: pointer;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 > div {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n font-size: 0px;\n letter-spacing: 0px;\n word-spacing: 0px;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_placeholder__e3d435c2 {\n font-weight: 400;\n font-size: 1rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n margin-left: 0.9375rem;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_value__e3d435c2 {\n font-weight: 400;\n font-size: 1rem;\n margin-left: 0.9375rem;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_value__e3d435c2.DatePicker_module_light__e3d435c2 {\n color: var(--black);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_value__e3d435c2.DatePicker_module_dark__e3d435c2 {\n color: var(--white);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_value__e3d435c2 span {\n max-width: 200px;\n display: inline-block;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n font-weight: 500;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_input__e3d435c2 {\n display: none;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_icon__e3d435c2 {\n width: 1.25rem;\n height: 1.25rem;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_icon__e3d435c2.DatePicker_module_light__e3d435c2 > path {\n fill: var(--dark-grey);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_icon__e3d435c2.DatePicker_module_dark__e3d435c2 > path {\n fill: var(--white);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_down__e3d435c2 {\n transform: rotate(270deg);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_up__e3d435c2 {\n transform: rotate(90deg);\n}\n.DatePicker_module_root__e3d435c2.DatePicker_module_dark__e3d435c2 .DatePicker_module_container__e3d435c2 {\n border-color: var(--grey);\n}\n.DatePicker_module_root__e3d435c2.DatePicker_module_dark__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_placeholder__e3d435c2 {\n color: var(--grey2);\n}\n.DatePicker_module_root__e3d435c2.DatePicker_module_light__e3d435c2 .DatePicker_module_container__e3d435c2 {\n border-color: var(--grey4);\n}\n.DatePicker_module_root__e3d435c2.DatePicker_module_light__e3d435c2 .DatePicker_module_container__e3d435c2 .DatePicker_module_placeholder__e3d435c2 {\n color: var(--grey);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_disabled__e3d435c2 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n position: relative;\n background: var(--grey10);\n border-radius: 0.25rem;\n border: 0.0625rem solid var(--grey5);\n padding: 0.75rem 1rem;\n cursor: pointer;\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_disabled__e3d435c2 .DatePicker_module_downArrow__e3d435c2 {\n transform: rotate(270deg);\n fill: var(--grey3);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_disabled__e3d435c2 .DatePicker_module_placeholder__e3d435c2 {\n font-weight: 400;\n font-size: 1rem;\n color: var(--grey3);\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.DatePicker_module_root__e3d435c2.DatePicker_module_open__e3d435c2 {\n border-color: var(--highlight);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_error__e3d435c2 {\n border: 0.0938rem solid var(--error);\n}\n.DatePicker_module_root__e3d435c2 .DatePicker_module_errorText__e3d435c2 {\n font-weight: 400;\n font-size: 0.75rem;\n line-height: 0.9375rem;\n color: var(--error);\n}\n\n.DatePicker_module_popper__e3d435c2 {\n display: none;\n background: var(--white);\n border: 0.0625rem solid #d9d9d9;\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n border-radius: 0.25rem;\n overflow: auto;\n}\n.DatePicker_module_popper__e3d435c2.DatePicker_module_open__e3d435c2 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n position: absolute;\n}";
|
|
45903
|
+
var modules_5b831cd1 = {"root":"DatePicker_module_root__e3d435c2","label":"DatePicker_module_label__e3d435c2","light":"DatePicker_module_light__e3d435c2","dark":"DatePicker_module_dark__e3d435c2","container":"DatePicker_module_container__e3d435c2","placeholder":"DatePicker_module_placeholder__e3d435c2","value":"DatePicker_module_value__e3d435c2","input":"DatePicker_module_input__e3d435c2","icon":"DatePicker_module_icon__e3d435c2","down":"DatePicker_module_down__e3d435c2","up":"DatePicker_module_up__e3d435c2","disabled":"DatePicker_module_disabled__e3d435c2","down-arrow":"DatePicker_module_downArrow__e3d435c2","open":"DatePicker_module_open__e3d435c2","error":"DatePicker_module_error__e3d435c2","error-text":"DatePicker_module_errorText__e3d435c2","popper":"DatePicker_module_popper__e3d435c2"};
|
|
45817
45904
|
n(css$H,{});
|
|
45818
45905
|
|
|
45819
45906
|
var isMaxRangeExceeded = function isMaxRangeExceeded(_ref) {
|
|
@@ -45994,7 +46081,7 @@ var DatePicker = function DatePicker(props) {
|
|
|
45994
46081
|
customRanges: customRanges
|
|
45995
46082
|
};
|
|
45996
46083
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
45997
|
-
className: classes(modules_5b831cd1.root, className),
|
|
46084
|
+
className: classes(modules_5b831cd1.root, className, modules_5b831cd1[theme]),
|
|
45998
46085
|
ref: datePickerRef,
|
|
45999
46086
|
children: [label && /*#__PURE__*/jsxRuntime.jsx("span", {
|
|
46000
46087
|
className: classes(modules_5b831cd1.label, modules_5b831cd1[theme]),
|
|
@@ -46097,8 +46184,8 @@ DatePicker.defaultProps = {
|
|
|
46097
46184
|
onClear: function onClear() {}
|
|
46098
46185
|
};
|
|
46099
46186
|
|
|
46100
|
-
var css$G = ".
|
|
46101
|
-
var modules_6d03d164 = {"root":"
|
|
46187
|
+
var css$G = ".HierarchyItem_module_root__5ef1c91d {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n flex: 1;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.25rem;\n min-height: 2rem;\n height: auto;\n padding: 0rem 0.5rem;\n cursor: pointer;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d > [data-elem=component1], .HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d > [data-elem=component3] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d > [data-elem=component1] .HierarchyItem_module_expand__5ef1c91d, .HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d > [data-elem=component3] .HierarchyItem_module_expand__5ef1c91d {\n padding: 0;\n height: auto;\n width: 1rem;\n height: 1rem;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d > [data-elem=component1] .HierarchyItem_module_expand__5ef1c91d .HierarchyItem_module_icon__5ef1c91d, .HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d > [data-elem=component3] .HierarchyItem_module_expand__5ef1c91d .HierarchyItem_module_icon__5ef1c91d {\n transform: rotate(-90deg);\n width: 1rem;\n height: 1rem;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d > [data-elem=component2] {\n flex: 1 1 auto;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d > [data-elem=component2] .HierarchyItem_module_title__5ef1c91d {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n width: 100%;\n height: auto;\n padding: 0.25rem 0rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d:hover {\n background: var(--background);\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d:hover .HierarchyItem_module_icon__5ef1c91d,\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d:hover .HierarchyItem_module_title__5ef1c91d,\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_header__5ef1c91d:hover .HierarchyItem_module_title__5ef1c91d svg {\n color: var(--highlight);\n fill: var(--highlight);\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_body__5ef1c91d {\n display: none;\n flex: 1 0 auto;\n padding: 0px 0rem 0px 0.25rem;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_body__5ef1c91d > [data-elem=component1] {\n flex: 0 0 1.6rem;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_body__5ef1c91d > [data-elem=component1] .HierarchyItem_module_tail__5ef1c91d {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n width: 1.6rem;\n height: 100%;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_body__5ef1c91d > [data-elem=component1] .HierarchyItem_module_tail__5ef1c91d::after {\n content: \"\";\n display: block;\n margin: auto;\n width: 1px;\n flex: 1;\n background: var(--grey1);\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_body__5ef1c91d > [data-elem=component2] {\n flex: 1 0 auto;\n}\n.HierarchyItem_module_root__5ef1c91d .HierarchyItem_module_body__5ef1c91d > [data-elem=component2] .HierarchyItem_module_children__5ef1c91d {\n flex: 1 0 auto;\n}\n.HierarchyItem_module_root__5ef1c91d.HierarchyItem_module_open__5ef1c91d > .HierarchyItem_module_header__5ef1c91d .HierarchyItem_module_expand__5ef1c91d .HierarchyItem_module_icon__5ef1c91d {\n transform: none;\n}\n.HierarchyItem_module_root__5ef1c91d.HierarchyItem_module_open__5ef1c91d > .HierarchyItem_module_body__5ef1c91d {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: stretch;\n gap: 0.25rem;\n height: auto;\n}\n.HierarchyItem_module_root__5ef1c91d.HierarchyItem_module_active__5ef1c91d > .HierarchyItem_module_header__5ef1c91d {\n background: var(--background);\n}\n.HierarchyItem_module_root__5ef1c91d.HierarchyItem_module_active__5ef1c91d > .HierarchyItem_module_header__5ef1c91d .HierarchyItem_module_icon__5ef1c91d,\n.HierarchyItem_module_root__5ef1c91d.HierarchyItem_module_active__5ef1c91d > .HierarchyItem_module_header__5ef1c91d .HierarchyItem_module_title__5ef1c91d,\n.HierarchyItem_module_root__5ef1c91d.HierarchyItem_module_active__5ef1c91d > .HierarchyItem_module_header__5ef1c91d .HierarchyItem_module_title__5ef1c91d svg {\n color: var(--highlight);\n fill: var(--highlight);\n}";
|
|
46188
|
+
var modules_6d03d164 = {"root":"HierarchyItem_module_root__5ef1c91d","header":"HierarchyItem_module_header__5ef1c91d","expand":"HierarchyItem_module_expand__5ef1c91d","icon":"HierarchyItem_module_icon__5ef1c91d","title":"HierarchyItem_module_title__5ef1c91d","body":"HierarchyItem_module_body__5ef1c91d","tail":"HierarchyItem_module_tail__5ef1c91d","children":"HierarchyItem_module_children__5ef1c91d","open":"HierarchyItem_module_open__5ef1c91d","active":"HierarchyItem_module_active__5ef1c91d"};
|
|
46102
46189
|
n(css$G,{});
|
|
46103
46190
|
|
|
46104
46191
|
var HierarchyItem = function HierarchyItem(props) {
|
|
@@ -46193,8 +46280,8 @@ HierarchyItem.defaultProps = {
|
|
|
46193
46280
|
active: false
|
|
46194
46281
|
};
|
|
46195
46282
|
|
|
46196
|
-
var css$F = ".
|
|
46197
|
-
var modules_5e29d515 = {"root":"
|
|
46283
|
+
var css$F = ".HierarchyBrowser_module_root__649d3da2 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n width: 20rem;\n position: relative;\n}\n.HierarchyBrowser_module_root__649d3da2 .HierarchyBrowser_module_header__649d3da2 {\n padding: 0.5rem;\n background: var(--dark-grey);\n color: var(--white);\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.HierarchyBrowser_module_root__649d3da2 .HierarchyBrowser_module_body__649d3da2 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n overflow: auto;\n}\n.HierarchyBrowser_module_root__649d3da2 .HierarchyBrowser_module_item__649d3da2 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.25rem;\n}\n.HierarchyBrowser_module_root__649d3da2 .HierarchyBrowser_module_item__649d3da2 .HierarchyBrowser_module_itemIcon__649d3da2 {\n width: 1rem;\n}\n.HierarchyBrowser_module_root__649d3da2::after {\n position: absolute;\n right: 0;\n content: \"\";\n width: 1px;\n height: 100%;\n background: var(--grey4);\n}\n.HierarchyBrowser_module_root__649d3da2.HierarchyBrowser_module_resizable__649d3da2:hover::after {\n width: 3px;\n cursor: col-resize;\n}";
|
|
46284
|
+
var modules_5e29d515 = {"root":"HierarchyBrowser_module_root__649d3da2","header":"HierarchyBrowser_module_header__649d3da2","body":"HierarchyBrowser_module_body__649d3da2","item":"HierarchyBrowser_module_item__649d3da2","item-icon":"HierarchyBrowser_module_itemIcon__649d3da2","resizable":"HierarchyBrowser_module_resizable__649d3da2"};
|
|
46198
46285
|
n(css$F,{});
|
|
46199
46286
|
|
|
46200
46287
|
var Title = function Title(props) {
|
|
@@ -46600,8 +46687,8 @@ function getPagination(curr, total, limit) {
|
|
|
46600
46687
|
return pages;
|
|
46601
46688
|
}
|
|
46602
46689
|
|
|
46603
|
-
var css$B = ".Pagination_module_root__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: stretch;\n -ms-overflow-style: none;\n scrollbar-width: none;\n gap: 0.75rem;\n padding: 0.625rem 2.125rem;\n background: var(--dark-grey);\n margin-top: auto;\n width: 100%;\n height: 3.5rem;\n overflow: auto;\n transition-property: background-color, color, bottom, width;\n transition-duration: 0.33s;\n transition-timing-function: ease-out;\n}\n.Pagination_module_root__cb516ea0::-webkit-scrollbar {\n display: none;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_floating__cb516ea0 {\n background: var(--dark-grey-o-85);\n position: absolute;\n border-radius: 6.25rem;\n width: 82%;\n bottom: 3rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0,\n.Pagination_module_root__cb516ea0 .Pagination_module_jumpToPage__cb516ea0,\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n display: none;\n flex: 0 1 15%;\n background-color: transparent;\n padding: 0;\n height: 100%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 > [data-elem=component2] {\n flex: 0 1 auto;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 {\n gap: 0.75rem;\n background-color: var(--grey);\n padding: 0;\n border-radius: 0.25rem;\n height: 100%;\n width: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem*=component] {\n overflow: hidden;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem=component2] {\n display: flex;\n flex: 0 0 auto;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem=component2]::before {\n content: \"\";\n margin: auto;\n background: var(--white);\n width: 0.5px;\n height: 50%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_text__cb516ea0 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n height: 100%;\n display: block;\n padding: 0.5rem;\n font-size: 0.875rem;\n font-weight: 500;\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] {\n height: 2.375rem;\n max-height: 100%;\n width: auto;\n min-width: -moz-fit-content;\n min-width: fit-content;\n padding: 0.625rem;\n background-color: var(--grey);\n border: none;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] > [data-elem=placeholder] {\n color: var(--white);\n font-size: 0.875rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] > svg {\n fill: var(--white);\n width: 0.813rem;\n height: 0.813rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 1.25rem;\n flex: 1 1 100%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 {\n flex: 1 1 40%;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0.Pagination_module_disable__cb516ea0 {\n pointer-events: none;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0 [data-elem=title] {\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0 .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 0.625rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0 {\n cursor: pointer;\n border-radius: 50%;\n background-color: #e0e0e0;\n color: var(--black);\n width: 2.313rem;\n line-height: 2.313rem;\n text-align: center;\n font-size: 1rem;\n border: 1px solid transparent;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:not([data-active=true]) {\n display: none;\n}\n@media (min-width: 768px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:not([data-active=true]) {\n display: block;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:hover {\n border: 1px solid var(--highlight);\n color: var(--highlight);\n background: var(--background);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0.Pagination_module_active__cb516ea0 {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: none;\n padding: 0;\n flex: 0 1 30%;\n background: transparent;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] {\n width: 100%;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] > * {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] > form {\n width: -moz-fit-content;\n width: fit-content;\n margin-left: auto;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 {\n width: 100%;\n background: transparent;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: stretch;\n gap: 0rem;\n padding: 0;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 > [data-elem*=component] {\n overflow: hidden;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 {\n max-width: 100%;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] {\n border-radius: 0.313rem;\n background-color: transparent;\n color: var(--white);\n border-color: var(--grey1);\n border-radius: 0.25rem 0 0 0.25rem;\n height: 100%;\n width: 10rem;\n flex: 1;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--grey1);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] > [data-elem=component2] {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] [data-elem=input] {\n text-align: center;\n color: var(--white);\n background-color: transparent;\n border: none;\n height: 100%;\n width: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_button__cb516ea0 {\n border-radius: 0rem 0.25rem 0.25rem 0rem;\n background-color: var(--grey1);\n padding: 0.75rem 0.5rem;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_button__cb516ea0 .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--white);\n flex-shrink: 0;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_totalData__cb516ea0 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n display: none;\n margin: auto;\n color: var(--white);\n flex: 0 1 15%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_totalData__cb516ea0 {\n display: inline;\n }\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n flex: 0 1 20%;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 {\n flex: 1 1 60%;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_form__cb516ea0 {\n flex: 0 1 20%;\n}";
|
|
46604
|
-
var modules_a3d40e77 = {"root":"
|
|
46690
|
+
var css$B = ".Pagination_module_root__8f7084b9 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: stretch;\n -ms-overflow-style: none;\n scrollbar-width: none;\n gap: 0.75rem;\n padding: 0.625rem 2.125rem;\n background: var(--dark-grey);\n margin-top: auto;\n width: 100%;\n height: 3.5rem;\n overflow: auto;\n transition-property: background-color, color, bottom, width;\n transition-duration: 0.33s;\n transition-timing-function: ease-out;\n}\n.Pagination_module_root__8f7084b9::-webkit-scrollbar {\n display: none;\n}\n.Pagination_module_root__8f7084b9.Pagination_module_floating__8f7084b9 {\n background: var(--dark-grey-o-85);\n position: absolute;\n border-radius: 6.25rem;\n width: 82%;\n bottom: 3rem;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9,\n.Pagination_module_root__8f7084b9 .Pagination_module_jumpToPage__8f7084b9,\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 {\n display: none;\n flex: 0 1 15%;\n background-color: transparent;\n padding: 0;\n height: 100%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 > [data-elem=component2] {\n flex: 0 1 auto;\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_rowSwitcherHandle__8f7084b9 {\n gap: 0.75rem;\n background-color: var(--grey);\n padding: 0;\n border-radius: 0.25rem;\n height: 100%;\n width: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_rowSwitcherHandle__8f7084b9 > [data-elem*=component] {\n overflow: hidden;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_rowSwitcherHandle__8f7084b9 > [data-elem=component2] {\n display: flex;\n flex: 0 0 auto;\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_rowSwitcherHandle__8f7084b9 > [data-elem=component2]::before {\n content: \"\";\n margin: auto;\n background: var(--white);\n width: 0.5px;\n height: 50%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_text__8f7084b9 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n height: 100%;\n display: block;\n padding: 0.5rem;\n font-size: 0.875rem;\n font-weight: 500;\n color: var(--white);\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_dropdown__8f7084b9 {\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_dropdown__8f7084b9 > [data-elem=header] {\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_dropdown__8f7084b9 > [data-elem=header] > [data-elem=select] {\n height: 2.375rem;\n max-height: 100%;\n width: auto;\n min-width: -webkit-fit-content;\n min-width: -moz-fit-content;\n min-width: fit-content;\n padding: 0.625rem;\n background-color: var(--grey);\n border: none;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_dropdown__8f7084b9 > [data-elem=header] > [data-elem=select] > [data-elem=placeholder] {\n color: var(--white);\n font-size: 0.875rem;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 .Pagination_module_dropdown__8f7084b9 > [data-elem=header] > [data-elem=select] > svg {\n fill: var(--white);\n width: 0.813rem;\n height: 0.813rem;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 1.25rem;\n flex: 1 1 100%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 {\n flex: 1 1 40%;\n }\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_button__8f7084b9.Pagination_module_disable__8f7084b9 {\n pointer-events: none;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_button__8f7084b9 [data-elem=title] {\n color: var(--white);\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_button__8f7084b9 .Pagination_module_icon__8f7084b9 {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_pageSelect__8f7084b9 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 0.625rem;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_pageSelect__8f7084b9 .Pagination_module_number__8f7084b9 {\n cursor: pointer;\n border-radius: 50%;\n background-color: #e0e0e0;\n color: var(--black);\n width: 2.313rem;\n line-height: 2.313rem;\n text-align: center;\n font-size: 1rem;\n border: 1px solid transparent;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_pageSelect__8f7084b9 .Pagination_module_number__8f7084b9:not([data-active=true]) {\n display: none;\n}\n@media (min-width: 768px) {\n .Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_pageSelect__8f7084b9 .Pagination_module_number__8f7084b9:not([data-active=true]) {\n display: block;\n }\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_pageSelect__8f7084b9 .Pagination_module_number__8f7084b9:hover {\n border: 1px solid var(--highlight);\n color: var(--highlight);\n background: var(--background);\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_pageNumbers__8f7084b9 > .Pagination_module_pageSelect__8f7084b9 .Pagination_module_number__8f7084b9.Pagination_module_active__8f7084b9 {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 {\n display: none;\n padding: 0;\n flex: 0 1 30%;\n background: transparent;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n }\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 > [data-elem*=component] {\n width: 100%;\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 > [data-elem*=component] > * {\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 > [data-elem*=component] > form {\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n margin-left: auto;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 {\n width: 100%;\n background: transparent;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: stretch;\n gap: 0rem;\n padding: 0;\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 > [data-elem*=component] {\n overflow: hidden;\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 .Pagination_module_inputbox__8f7084b9 {\n max-width: 100%;\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 .Pagination_module_inputbox__8f7084b9 > label {\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 .Pagination_module_inputbox__8f7084b9 > label > [data-elem=base-cell] {\n border-radius: 0.313rem;\n background-color: transparent;\n color: var(--white);\n border-color: var(--grey1);\n border-radius: 0.25rem 0 0 0.25rem;\n height: 100%;\n width: 10rem;\n flex: 1;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 .Pagination_module_inputbox__8f7084b9 > label > [data-elem=base-cell] .Pagination_module_icon__8f7084b9 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--grey1);\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 .Pagination_module_inputbox__8f7084b9 > label > [data-elem=base-cell] > [data-elem=component2] {\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 .Pagination_module_inputbox__8f7084b9 > label > [data-elem=base-cell] [data-elem=input] {\n text-align: center;\n color: var(--white);\n background-color: transparent;\n border: none;\n height: 100%;\n width: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 .Pagination_module_button__8f7084b9 {\n border-radius: 0rem 0.25rem 0.25rem 0rem;\n background-color: var(--grey1);\n padding: 0.75rem 0.5rem;\n height: 100%;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_form__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 .Pagination_module_button__8f7084b9 .Pagination_module_icon__8f7084b9 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--white);\n flex-shrink: 0;\n}\n.Pagination_module_root__8f7084b9 .Pagination_module_totalData__8f7084b9 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n display: none;\n margin: auto;\n color: var(--white);\n flex: 0 1 15%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__8f7084b9 .Pagination_module_totalData__8f7084b9 {\n display: inline;\n }\n}\n.Pagination_module_root__8f7084b9.Pagination_module_noTotalData__8f7084b9 .Pagination_module_rowSwitcher__8f7084b9 {\n flex: 0 1 20%;\n}\n.Pagination_module_root__8f7084b9.Pagination_module_noTotalData__8f7084b9 .Pagination_module_jumpToPage__8f7084b9 {\n flex: 1 1 60%;\n}\n.Pagination_module_root__8f7084b9.Pagination_module_noTotalData__8f7084b9 .Pagination_module_form__8f7084b9 {\n flex: 0 1 20%;\n}";
|
|
46691
|
+
var modules_a3d40e77 = {"root":"Pagination_module_root__8f7084b9","floating":"Pagination_module_floating__8f7084b9","row-switcher":"Pagination_module_rowSwitcher__8f7084b9","jump-to-page":"Pagination_module_jumpToPage__8f7084b9","form":"Pagination_module_form__8f7084b9","row-switcher-handle":"Pagination_module_rowSwitcherHandle__8f7084b9","text":"Pagination_module_text__8f7084b9","dropdown":"Pagination_module_dropdown__8f7084b9","page-numbers":"Pagination_module_pageNumbers__8f7084b9","button":"Pagination_module_button__8f7084b9","disable":"Pagination_module_disable__8f7084b9","icon":"Pagination_module_icon__8f7084b9","pageSelect":"Pagination_module_pageSelect__8f7084b9","number":"Pagination_module_number__8f7084b9","active":"Pagination_module_active__8f7084b9","inputbox":"Pagination_module_inputbox__8f7084b9","total-data":"Pagination_module_totalData__8f7084b9","no-total-data":"Pagination_module_noTotalData__8f7084b9"};
|
|
46605
46692
|
n(css$B,{});
|
|
46606
46693
|
|
|
46607
46694
|
var dropdownOptions = ['10', '25', '50', '100', '200', '250'];
|
|
@@ -46884,7 +46971,7 @@ var modules_bbfded44 = {"root":"Stepper_module_root__7faf2abc"};
|
|
|
46884
46971
|
n(css$A,{});
|
|
46885
46972
|
|
|
46886
46973
|
var css$z = ":root {\n --white: #ffffff;\n --black: #000000;\n --dark-grey: #333333;\n --dark-grey-o-85: rgba(51, 51, 51, 0.85);\n --grey: #737373;\n --grey1: #888888;\n --grey2: #a6a6a6;\n --grey3: #bbbbbb;\n --grey4: #c4c4c4;\n --grey5: #dddddd;\n --grey6: #e8e8e8;\n --grey7: #eeeeee;\n --grey8: #f2f2f2;\n --grey9: #eff0f0;\n --grey10: #f7f7f7;\n --skeleton: #e0e1e9;\n --highlight: #0f62fe;\n --dark-blue: #001833;\n --background: #d0e2ff;\n --menu-black: #191b1f;\n --banyan-blue: #00037c;\n --banyan-orange: #ff892a;\n --banyan-pink: #ff1597;\n --banyan-gradient: linear-gradient(\n \t84.71deg,\n \tvar(--banyan-pink) 0.48%,\n \tvar(--banyan-orange) 99.57%\n );\n --error: #ff626a;\n --error-bg: #fff1f1;\n --error-outline: rgba(218, 30, 40, 0.08);\n --success: #24a148;\n --success-bg: #defbe6;\n --success-outline: rgba(36, 161, 72, 0.08);\n --warning: #f1c21b;\n --warning-bg: #fff8e1;\n --warning-outline: rgba(203, 160, 6, 0.08);\n --info: #0043ce;\n --info-bg: #edf5ff;\n --info-outline: #2864db98;\n}";
|
|
46887
|
-
var modules_dd21d9e9 = {"white":"--white","black":"--black","dark-grey":"--dark-grey","dark-grey-o-85":"--dark-grey-o-85","grey":"--grey","grey1":"--grey1","grey2":"--grey2","grey3":"--grey3","grey4":"--grey4","grey5":"--grey5","grey6":"--grey6","grey7":"--grey7","grey8":"--grey8","grey9":"--grey9","grey10":"--grey10","highlight":"--highlight","dark-blue":"--dark-blue","background":"--background","banyan-blue":"--banyan-blue","banyan-orange":"--banyan-orange","banyan-pink":"--banyan-pink","banyan-gradient":"--banyan-gradient","error":"--error","error-bg":"--error-bg","error-outline":"--error-outline","success":"--success","success-bg":"--success-bg","success-outline":"--success-outline","warning":"--warning","warning-bg":"--warning-bg","warning-outline":"--warning-outline","info":"--info","info-bg":"--info-bg","info-outline":"--info-outline"};
|
|
46974
|
+
var modules_dd21d9e9 = {"white":"--white","black":"--black","menu-black":"--menu-black","dark-grey":"--dark-grey","dark-grey-o-85":"--dark-grey-o-85","grey":"--grey","grey1":"--grey1","grey2":"--grey2","grey3":"--grey3","grey4":"--grey4","grey5":"--grey5","grey6":"--grey6","grey7":"--grey7","grey8":"--grey8","grey9":"--grey9","grey10":"--grey10","highlight":"--highlight","dark-blue":"--dark-blue","background":"--background","banyan-blue":"--banyan-blue","banyan-orange":"--banyan-orange","banyan-pink":"--banyan-pink","banyan-gradient":"--banyan-gradient","error":"--error","error-bg":"--error-bg","error-outline":"--error-outline","success":"--success","success-bg":"--success-bg","success-outline":"--success-outline","warning":"--warning","warning-bg":"--warning-bg","warning-outline":"--warning-outline","info":"--info","info-bg":"--info-bg","info-outline":"--info-outline"};
|
|
46888
46975
|
n(css$z,{});
|
|
46889
46976
|
|
|
46890
46977
|
var COLORS = Object.keys(modules_dd21d9e9).reduce(function (acc, curr) {
|
|
@@ -47020,8 +47107,8 @@ var TableColumn = /*#__PURE__*/_createClass(function TableColumn(_ref) {
|
|
|
47020
47107
|
this.sticky = sticky;
|
|
47021
47108
|
});
|
|
47022
47109
|
|
|
47023
|
-
var css$x = ".
|
|
47024
|
-
var modules_7ba8d001 = {"root":"
|
|
47110
|
+
var css$x = ".TableCell_module_root__ff5c86cb[data-elem=base-cell] {\n background: var(--white);\n border-bottom: 1px solid var(--grey4);\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell] > [data-elem*=component] {\n overflow: hidden;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell] > [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n flex: 1;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell] > [data-elem*=component] .TableCell_module_cellText__ff5c86cb {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n display: inline-block;\n width: 100%;\n font-size: 0.875rem;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb {\n background: var(--grey6);\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb .TableCell_module_cellText__ff5c86cb {\n font-weight: 500;\n color: var(--grey);\n font-size: 0.75rem;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb > [data-elem=component2] {\n flex: 0 0 auto;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb > [data-elem=component2] .TableCell_module_cellText__ff5c86cb {\n width: auto;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb > [data-elem=component3] {\n flex: 0 0 auto;\n margin-right: auto;\n overflow: visible;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb > [data-elem=component3] button.TableCell_module_sort__ff5c86cb {\n height: auto;\n background: transparent;\n padding: 0;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb > [data-elem=component3] .TableCell_module_sortIcon__ff5c86cb {\n width: 1rem;\n height: 1rem;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb.TableCell_module_sortDefault__ff5c86cb > [data-elem=component3] {\n visibility: hidden;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb.TableCell_module_sortDefault__ff5c86cb > [data-elem=component3] .TableCell_module_sortIcon__ff5c86cb {\n width: 1rem;\n height: 1rem;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb.TableCell_module_sortAsc__ff5c86cb > [data-elem=component3], .TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb.TableCell_module_sortDesc__ff5c86cb > [data-elem=component3] {\n visibility: visible;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb.TableCell_module_sortAsc__ff5c86cb > [data-elem=component3] .TableCell_module_sortIcon__ff5c86cb, .TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb.TableCell_module_sortDesc__ff5c86cb > [data-elem=component3] .TableCell_module_sortIcon__ff5c86cb {\n fill: var(--highlight);\n width: 1rem;\n height: 1rem;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_headerCell__ff5c86cb.TableCell_module_sortable__ff5c86cb:hover > [data-elem=component3] {\n visibility: visible;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_bodyCell__ff5c86cb .TableCell_module_cellText__ff5c86cb.TableCell_module_multiLine__ff5c86cb {\n white-space: normal;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n font-size: 0.75rem;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_stickyLeft__ff5c86cb {\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n position: -webkit-sticky;\n position: sticky;\n left: 0;\n}\n.TableCell_module_root__ff5c86cb[data-elem=base-cell].TableCell_module_stickyRight__ff5c86cb {\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n position: -webkit-sticky;\n position: sticky;\n right: 0;\n}";
|
|
47111
|
+
var modules_7ba8d001 = {"root":"TableCell_module_root__ff5c86cb","cell-text":"TableCell_module_cellText__ff5c86cb","header-cell":"TableCell_module_headerCell__ff5c86cb","sortable":"TableCell_module_sortable__ff5c86cb","sort":"TableCell_module_sort__ff5c86cb","sort-icon":"TableCell_module_sortIcon__ff5c86cb","sort-default":"TableCell_module_sortDefault__ff5c86cb","sort-asc":"TableCell_module_sortAsc__ff5c86cb","sort-desc":"TableCell_module_sortDesc__ff5c86cb","body-cell":"TableCell_module_bodyCell__ff5c86cb","multi-line":"TableCell_module_multiLine__ff5c86cb","sticky-left":"TableCell_module_stickyLeft__ff5c86cb","sticky-right":"TableCell_module_stickyRight__ff5c86cb"};
|
|
47025
47112
|
n(css$x,{});
|
|
47026
47113
|
|
|
47027
47114
|
var SORT_ICONS = {
|
|
@@ -47383,8 +47470,8 @@ var css$t = ".BaseTable_module_root__7a8d241c {\n display: flex;\n flex-direct
|
|
|
47383
47470
|
var modules_f1817c60 = {"root":"BaseTable_module_root__7a8d241c"};
|
|
47384
47471
|
n(css$t,{});
|
|
47385
47472
|
|
|
47386
|
-
var css$s = ".
|
|
47387
|
-
var modules_37a5ff73$8 = {"root":"
|
|
47473
|
+
var css$s = ".Skeleton_module_root__82b5c932 {\n width: 100%;\n height: 100%;\n background: var(--grey6);\n background-repeat: no-repeat;\n background-size: cover;\n display: inline-block;\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_lightTheme__82b5c932 {\n background-color: var(--skeleton);\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_darkTheme__82b5c932 {\n background-color: var(--grey2);\n opacity: 0.2;\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_animated__82b5c932 {\n -webkit-animation-duration: 1.25s;\n animation-duration: 1.25s;\n animation-fill-mode: forwards;\n animation-iteration-count: infinite;\n animation-name: Skeleton_module_shimmer__82b5c932;\n animation-timing-function: linear;\n -webkit-animation-fill-mode: forwards;\n -webkit-animation-iteration-count: infinite;\n -webkit-animation-name: Skeleton_module_shimmer__82b5c932;\n -webkit-animation-timing-function: linear;\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_animated__82b5c932.Skeleton_module_lightTheme__82b5c932 {\n background-image: linear-gradient(to right, var(--skeleton) 0%, var(--grey8) 20%, var(--skeleton) 40%, var(--skeleton) 100%);\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_animated__82b5c932.Skeleton_module_darkTheme__82b5c932 {\n background-image: linear-gradient(to right, var(--grey2) 0%, var(--grey4) 20%, var(--grey2) 40%, var(--grey2) 100%);\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_text__82b5c932 {\n height: 1.5rem;\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_circle__82b5c932 {\n border-radius: 50%;\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_rounded__82b5c932 {\n border-radius: 0.25rem;\n}\n.Skeleton_module_root__82b5c932.Skeleton_module_ellipse__82b5c932 {\n border-radius: 1.5rem;\n}\n\n@keyframes Skeleton_module_shimmer__82b5c932 {\n 0% {\n background-position: -50rem 0;\n }\n 100% {\n background-position: 50rem 0;\n }\n}\n@-webkit-keyframes Skeleton_module_shimmer__82b5c932 {\n 0% {\n background-position: -50rem 0;\n }\n 100% {\n background-position: 50rem 0;\n }\n}";
|
|
47474
|
+
var modules_37a5ff73$8 = {"root":"Skeleton_module_root__82b5c932","light-theme":"Skeleton_module_lightTheme__82b5c932","dark-theme":"Skeleton_module_darkTheme__82b5c932","animated":"Skeleton_module_animated__82b5c932","shimmer":"Skeleton_module_shimmer__82b5c932","text":"Skeleton_module_text__82b5c932","circle":"Skeleton_module_circle__82b5c932","rounded":"Skeleton_module_rounded__82b5c932","ellipse":"Skeleton_module_ellipse__82b5c932"};
|
|
47388
47475
|
n(css$s,{});
|
|
47389
47476
|
|
|
47390
47477
|
var Skeleton = function Skeleton(props) {
|
|
@@ -47807,8 +47894,8 @@ Popover.defaultProps = {
|
|
|
47807
47894
|
placement: 'bottom'
|
|
47808
47895
|
};
|
|
47809
47896
|
|
|
47810
|
-
var css$n = ".
|
|
47811
|
-
var modules_48c02c99 = {"popover":"
|
|
47897
|
+
var css$n = ".Columns_module_popover__078e5868 {\n height: 32rem;\n padding: 0;\n overflow: hidden;\n}\n\n.Columns_module_root__078e5868 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n position: relative;\n height: 100%;\n min-width: 18rem;\n max-width: 100%;\n}\n.Columns_module_root__078e5868 .Columns_module_header__078e5868 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n border-bottom: 1px solid var(--grey4);\n padding: 0.75rem 2.5rem;\n}\n.Columns_module_root__078e5868 .Columns_module_header__078e5868 > [data-elem=component1] {\n font-weight: 500;\n}\n.Columns_module_root__078e5868 .Columns_module_header__078e5868 > [data-elem=component2] .Columns_module_close__078e5868 {\n height: auto;\n padding: 0;\n}\n.Columns_module_root__078e5868 .Columns_module_header__078e5868 > [data-elem=component2] .Columns_module_close__078e5868 .Columns_module_icon__078e5868 {\n width: 1rem;\n height: 1rem;\n}\n.Columns_module_root__078e5868 .Columns_module_body__078e5868 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n gap: 0.5rem;\n padding: 0.75rem 2.5rem;\n max-height: 28rem;\n overflow-y: auto;\n flex: 1 1 auto;\n}\n.Columns_module_root__078e5868 .Columns_module_body__078e5868 .Columns_module_search__078e5868 {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n}\n.Columns_module_root__078e5868 .Columns_module_body__078e5868 .Columns_module_columns__078e5868 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n gap: 0.5rem;\n overflow-y: auto;\n}\n.Columns_module_root__078e5868 .Columns_module_body__078e5868 .Columns_module_columns__078e5868 .Columns_module_item__078e5868 {\n height: 3rem;\n}\n.Columns_module_root__078e5868 .Columns_module_body__078e5868 .Columns_module_columns__078e5868 .Columns_module_item__078e5868 > [data-elem=title] {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n}\n.Columns_module_root__078e5868 .Columns_module_footer__078e5868 {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n height: auto;\n margin-top: auto;\n padding: 0.5rem 2.5rem;\n border-top: 1px solid var(--grey4);\n}\n.Columns_module_root__078e5868 .Columns_module_footer__078e5868 button.Columns_module_expand__078e5868 {\n height: auto;\n background: var(--grey8);\n border: 1px solid var(--grey4);\n color: var(--black);\n}\n.Columns_module_root__078e5868 .Columns_module_footer__078e5868 button.Columns_module_expand__078e5868 .Columns_module_icon__078e5868 {\n width: 1.5rem;\n height: 1.5rem;\n transform: rotate(180deg);\n}\n.Columns_module_root__078e5868.Columns_module_expanded__078e5868 .Columns_module_body__078e5868 {\n flex: 0 1 auto;\n}\n.Columns_module_root__078e5868.Columns_module_expanded__078e5868 .Columns_module_body__078e5868 .Columns_module_columns__078e5868 {\n display: grid;\n grid-template-columns: 1fr 1fr;\n}\n.Columns_module_root__078e5868.Columns_module_expanded__078e5868 .Columns_module_body__078e5868 .Columns_module_columns__078e5868 .Columns_module_item__078e5868 {\n overflow: hidden;\n}\n.Columns_module_root__078e5868.Columns_module_expanded__078e5868 .Columns_module_footer__078e5868 button.Columns_module_expand__078e5868 .Columns_module_icon__078e5868 {\n transform: none;\n}";
|
|
47898
|
+
var modules_48c02c99 = {"popover":"Columns_module_popover__078e5868","root":"Columns_module_root__078e5868","header":"Columns_module_header__078e5868","close":"Columns_module_close__078e5868","icon":"Columns_module_icon__078e5868","body":"Columns_module_body__078e5868","search":"Columns_module_search__078e5868","columns":"Columns_module_columns__078e5868","item":"Columns_module_item__078e5868","footer":"Columns_module_footer__078e5868","expand":"Columns_module_expand__078e5868","expanded":"Columns_module_expanded__078e5868"};
|
|
47812
47899
|
n(css$n,{});
|
|
47813
47900
|
|
|
47814
47901
|
var Columns = function Columns(props) {
|
|
@@ -48116,8 +48203,8 @@ TableFilters.defaultProps = {
|
|
|
48116
48203
|
theme: 'light'
|
|
48117
48204
|
};
|
|
48118
48205
|
|
|
48119
|
-
var css$k = ".
|
|
48120
|
-
var modules_2e8406c7 = {"root":"
|
|
48206
|
+
var css$k = ".Table_module_root__d17cb64f {\n position: relative;\n border-style: solid;\n border-color: var(--grey4);\n border-width: 1px 1px 0px 1px;\n border-radius: 0.25rem;\n width: 100%;\n max-width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.Table_module_root__d17cb64f .Table_module_table__d17cb64f {\n height: calc(100% - 6rem);\n padding-bottom: 3.5rem;\n}\n.Table_module_root__d17cb64f .Table_module_pagination__d17cb64f {\n position: absolute;\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n}\n.Table_module_root__d17cb64f .Table_module_pagination__d17cb64f.Table_module_floating__d17cb64f {\n bottom: 1rem;\n}\n.Table_module_root__d17cb64f .Table_module_chips__d17cb64f,\n.Table_module_root__d17cb64f .Table_module_filters__d17cb64f,\n.Table_module_root__d17cb64f .Table_module_table__d17cb64f > [data-elem=table-header] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n}";
|
|
48207
|
+
var modules_2e8406c7 = {"root":"Table_module_root__d17cb64f","table":"Table_module_table__d17cb64f","pagination":"Table_module_pagination__d17cb64f","floating":"Table_module_floating__d17cb64f","chips":"Table_module_chips__d17cb64f","filters":"Table_module_filters__d17cb64f"};
|
|
48121
48208
|
n(css$k,{});
|
|
48122
48209
|
|
|
48123
48210
|
var INTERSECTION = 1;
|
|
@@ -48311,19 +48398,20 @@ Table.defaultProps = {
|
|
|
48311
48398
|
theme: 'light'
|
|
48312
48399
|
};
|
|
48313
48400
|
|
|
48314
|
-
var css$j = ".
|
|
48315
|
-
var modules_78ab5066 = {"root":"
|
|
48401
|
+
var css$j = ".Tabs_module_root__18f64bf7 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.Tabs_module_root__18f64bf7.Tabs_module_lightTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7 {\n border-color: var(--grey4);\n}\n.Tabs_module_root__18f64bf7.Tabs_module_lightTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7 > [data-elem=component1] > .Tabs_module_icon__18f64bf7,\n.Tabs_module_root__18f64bf7.Tabs_module_lightTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7 > [data-elem=component3] > .Tabs_module_icon__18f64bf7 {\n fill: var(--black);\n}\n.Tabs_module_root__18f64bf7.Tabs_module_lightTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7 > [data-elem=component2] {\n color: var(--black);\n}\n.Tabs_module_root__18f64bf7.Tabs_module_lightTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7:hover {\n background: var(--info-bg);\n}\n.Tabs_module_root__18f64bf7.Tabs_module_darkTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7 {\n border-color: var(--grey);\n}\n.Tabs_module_root__18f64bf7.Tabs_module_darkTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7 > [data-elem=component1] > .Tabs_module_icon__18f64bf7,\n.Tabs_module_root__18f64bf7.Tabs_module_darkTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7 > [data-elem=component3] > .Tabs_module_icon__18f64bf7 {\n fill: var(--white);\n}\n.Tabs_module_root__18f64bf7.Tabs_module_darkTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7 > [data-elem=component2] {\n color: var(--white);\n}\n.Tabs_module_root__18f64bf7.Tabs_module_darkTheme__18f64bf7 > button.Tabs_module_tab__18f64bf7:hover {\n background: var(--dark-grey);\n}\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7 {\n padding: 0.75rem;\n gap: 0.75rem;\n border-bottom-width: 1px;\n border-bottom-style: solid;\n}\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7 > [data-elem=component1] > .Tabs_module_icon__18f64bf7,\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7 > [data-elem=component3] > .Tabs_module_icon__18f64bf7 {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7.Tabs_module_active__18f64bf7 {\n border-bottom-width: 2px;\n border-color: var(--highlight);\n}\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7.Tabs_module_active__18f64bf7 > [data-elem=component1] > .Tabs_module_icon__18f64bf7,\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7.Tabs_module_active__18f64bf7 > [data-elem=component3] > .Tabs_module_icon__18f64bf7 {\n fill: var(--highlight);\n}\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7.Tabs_module_active__18f64bf7 > [data-elem=component2] {\n color: var(--highlight);\n}\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7:hover > [data-elem=component1] > .Tabs_module_icon__18f64bf7,\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7:hover > [data-elem=component3] > .Tabs_module_icon__18f64bf7 {\n fill: var(--highlight);\n}\n.Tabs_module_root__18f64bf7 > button.Tabs_module_tab__18f64bf7:hover > [data-elem=component2] {\n color: var(--highlight);\n}";
|
|
48402
|
+
var modules_78ab5066 = {"root":"Tabs_module_root__18f64bf7","light-theme":"Tabs_module_lightTheme__18f64bf7","tab":"Tabs_module_tab__18f64bf7","icon":"Tabs_module_icon__18f64bf7","dark-theme":"Tabs_module_darkTheme__18f64bf7","active":"Tabs_module_active__18f64bf7"};
|
|
48316
48403
|
n(css$j,{});
|
|
48317
48404
|
|
|
48318
48405
|
var Tabs = function Tabs(props) {
|
|
48319
48406
|
var tabs = props.tabs,
|
|
48320
48407
|
selectedTab = props.selectedTab,
|
|
48321
|
-
setSelectedTab = props.setSelectedTab
|
|
48408
|
+
setSelectedTab = props.setSelectedTab,
|
|
48409
|
+
theme = props.theme;
|
|
48322
48410
|
var onTabClick = function onTabClick(id) {
|
|
48323
48411
|
setSelectedTab(id);
|
|
48324
48412
|
};
|
|
48325
48413
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
48326
|
-
className: modules_78ab5066.root,
|
|
48414
|
+
className: classes(modules_78ab5066.root, modules_78ab5066["".concat(theme, "-theme")]),
|
|
48327
48415
|
children: tabs === null || tabs === void 0 ? void 0 : tabs.map(function (tab) {
|
|
48328
48416
|
var id = tab.id,
|
|
48329
48417
|
title = tab.title,
|
|
@@ -48356,32 +48444,14 @@ var Tabs = function Tabs(props) {
|
|
|
48356
48444
|
Tabs.propTypes = {
|
|
48357
48445
|
tabs: propTypes$1.exports.arrayOf(propTypes$1.exports.string),
|
|
48358
48446
|
selectedTab: propTypes$1.exports.string,
|
|
48359
|
-
setSelectedTab: propTypes$1.exports.
|
|
48447
|
+
setSelectedTab: propTypes$1.exports.func,
|
|
48448
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
48360
48449
|
};
|
|
48361
48450
|
Tabs.defaultProps = {
|
|
48362
|
-
tabs: [
|
|
48363
|
-
|
|
48364
|
-
|
|
48365
|
-
|
|
48366
|
-
rightIcon: ''
|
|
48367
|
-
}, {
|
|
48368
|
-
id: '2',
|
|
48369
|
-
title: 'Tab2',
|
|
48370
|
-
leftIcon: '',
|
|
48371
|
-
rightIcon: ''
|
|
48372
|
-
}, {
|
|
48373
|
-
id: '3',
|
|
48374
|
-
title: 'Tab3',
|
|
48375
|
-
leftIcon: '',
|
|
48376
|
-
rightIcon: ''
|
|
48377
|
-
}, {
|
|
48378
|
-
id: '4',
|
|
48379
|
-
title: 'Tab4',
|
|
48380
|
-
leftIcon: '',
|
|
48381
|
-
rightIcon: ''
|
|
48382
|
-
}],
|
|
48383
|
-
selectedTab: 'Tab1',
|
|
48384
|
-
setSelectedTab: 'None'
|
|
48451
|
+
tabs: [],
|
|
48452
|
+
selectedTab: null,
|
|
48453
|
+
setSelectedTab: function setSelectedTab() {},
|
|
48454
|
+
theme: 'light'
|
|
48385
48455
|
};
|
|
48386
48456
|
|
|
48387
48457
|
function o(f){return r=>{f.forEach(n=>{typeof n=="function"?n(r):n!=null&&(n.current=r);});}}
|
|
@@ -108700,7 +108770,13 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
|
108700
108770
|
axisTick: {
|
|
108701
108771
|
show: false
|
|
108702
108772
|
},
|
|
108703
|
-
axisLabel: _objectSpread2({}, xAxisLabel)
|
|
108773
|
+
axisLabel: _objectSpread2({}, xAxisLabel),
|
|
108774
|
+
axisLine: {
|
|
108775
|
+
show: xAxisShow,
|
|
108776
|
+
lineStyle: {
|
|
108777
|
+
color: theme === 'dark' ? '#757679' : COLORS.grey3
|
|
108778
|
+
}
|
|
108779
|
+
}
|
|
108704
108780
|
},
|
|
108705
108781
|
legend: _objectSpread2({}, legend),
|
|
108706
108782
|
tooltip: _objectSpread2({}, tooltip),
|
|
@@ -108708,20 +108784,26 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
|
108708
108784
|
type: 'value',
|
|
108709
108785
|
axisLabel: {
|
|
108710
108786
|
show: yAxisLabelShow,
|
|
108711
|
-
color: axisColor
|
|
108787
|
+
color: axisColor !== '' ? axisColor : theme === 'dark' ? '#a2a4a5' : COLORS.grey
|
|
108712
108788
|
},
|
|
108713
108789
|
splitLine: {
|
|
108714
108790
|
show: ySplitLineShow,
|
|
108715
108791
|
lineStyle: {
|
|
108716
|
-
color: axisColor,
|
|
108792
|
+
color: axisColor !== '' ? axisColor : theme === 'dark' ? COLORS['dark-grey'] : COLORS.grey5,
|
|
108717
108793
|
type: splitType
|
|
108718
108794
|
}
|
|
108719
108795
|
},
|
|
108720
108796
|
axisLine: {
|
|
108721
|
-
show: yAxisLineShow
|
|
108797
|
+
show: yAxisLineShow,
|
|
108798
|
+
lineStyle: {
|
|
108799
|
+
color: axisColor !== '' ? axisColor : theme === 'dark' ? '#757679' : COLORS.grey3
|
|
108800
|
+
}
|
|
108722
108801
|
},
|
|
108723
108802
|
axisTick: {
|
|
108724
|
-
show: yAxisTickShow
|
|
108803
|
+
show: yAxisTickShow,
|
|
108804
|
+
lineStyle: {
|
|
108805
|
+
color: axisColor !== '' ? axisColor : theme === 'dark' ? '#757679' : COLORS.grey3
|
|
108806
|
+
}
|
|
108725
108807
|
}
|
|
108726
108808
|
},
|
|
108727
108809
|
series: generateSeries()
|
|
@@ -108790,8 +108872,8 @@ BaseVerticalBarChart.defaultProps = {
|
|
|
108790
108872
|
ySplitLineShow: false,
|
|
108791
108873
|
yAxisLineShow: false,
|
|
108792
108874
|
yAxisTickShow: false,
|
|
108793
|
-
axisColor: '
|
|
108794
|
-
splitType: '
|
|
108875
|
+
axisColor: '',
|
|
108876
|
+
splitType: 'solid',
|
|
108795
108877
|
barWidth: '50%',
|
|
108796
108878
|
seriesName: function seriesName() {},
|
|
108797
108879
|
legend: {
|
|
@@ -109046,8 +109128,8 @@ var css$c = ".BasePieChart_module_root__45f70e28 {\n width: \"100%\";\n}";
|
|
|
109046
109128
|
var modules_c20882aa = {"root":"BasePieChart_module_root__45f70e28"};
|
|
109047
109129
|
n(css$c,{});
|
|
109048
109130
|
|
|
109049
|
-
var css$b = ".
|
|
109050
|
-
var modules_37a5ff73$2 = {"root":"
|
|
109131
|
+
var css$b = ".Skeleton_module_root__ecbd3e3d {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: 100%;\n height: 100%;\n overflow: hidden;\n position: relative;\n}\n.Skeleton_module_root__ecbd3e3d > .Skeleton_module_outer__ecbd3e3d,\n.Skeleton_module_root__ecbd3e3d > .Skeleton_module_inner__ecbd3e3d {\n max-width: 100%;\n max-height: 100%;\n}\n.Skeleton_module_root__ecbd3e3d > .Skeleton_module_inner__ecbd3e3d {\n position: absolute;\n opacity: 1;\n}\n.Skeleton_module_root__ecbd3e3d span.Skeleton_module_line__ecbd3e3d {\n opacity: 1;\n height: 0.5rem;\n position: absolute;\n transform-origin: left;\n}\n.Skeleton_module_root__ecbd3e3d span.Skeleton_module_line__ecbd3e3d:nth-last-of-type(1) {\n transform: translateX(3.25rem) rotate(45deg);\n}\n.Skeleton_module_root__ecbd3e3d span.Skeleton_module_line__ecbd3e3d:nth-last-of-type(2) {\n transform: translateX(3.25rem) rotate(-75deg);\n}\n.Skeleton_module_root__ecbd3e3d span.Skeleton_module_line__ecbd3e3d:nth-last-of-type(3) {\n transform: translateX(3.25rem) rotate(-10deg);\n}\n.Skeleton_module_root__ecbd3e3d.Skeleton_module_lightTheme__ecbd3e3d > .Skeleton_module_inner__ecbd3e3d {\n background: var(--white);\n}\n.Skeleton_module_root__ecbd3e3d.Skeleton_module_lightTheme__ecbd3e3d span.Skeleton_module_line__ecbd3e3d {\n background: var(--white);\n}\n.Skeleton_module_root__ecbd3e3d.Skeleton_module_darkTheme__ecbd3e3d > .Skeleton_module_inner__ecbd3e3d {\n background: var(--menu-black);\n}\n.Skeleton_module_root__ecbd3e3d.Skeleton_module_darkTheme__ecbd3e3d span.Skeleton_module_line__ecbd3e3d {\n background: var(--menu-black);\n}";
|
|
109132
|
+
var modules_37a5ff73$2 = {"root":"Skeleton_module_root__ecbd3e3d","outer":"Skeleton_module_outer__ecbd3e3d","inner":"Skeleton_module_inner__ecbd3e3d","line":"Skeleton_module_line__ecbd3e3d","light-theme":"Skeleton_module_lightTheme__ecbd3e3d","dark-theme":"Skeleton_module_darkTheme__ecbd3e3d"};
|
|
109051
109133
|
n(css$b,{});
|
|
109052
109134
|
|
|
109053
109135
|
var ChartSkeleton$2 = function ChartSkeleton(_ref) {
|
|
@@ -109348,8 +109430,8 @@ var css$9 = ".HeatMapChart_module_root__41cf6ace {\n width: \"100%\";\n}";
|
|
|
109348
109430
|
var modules_0ba85659 = {"root":"HeatMapChart_module_root__41cf6ace"};
|
|
109349
109431
|
n(css$9,{});
|
|
109350
109432
|
|
|
109351
|
-
var css$8 = ".
|
|
109352
|
-
var modules_37a5ff73$1 = {"root":"
|
|
109433
|
+
var css$8 = ".Skeleton_module_root__79bb2358 {\n display: grid;\n grid-template-rows: auto;\n grid-template-columns: repeat(6, 1fr);\n row-gap: 0.25rem;\n -moz-column-gap: 0.25rem;\n column-gap: 0.25rem;\n height: 100%;\n}";
|
|
109434
|
+
var modules_37a5ff73$1 = {"root":"Skeleton_module_root__79bb2358"};
|
|
109353
109435
|
n(css$8,{});
|
|
109354
109436
|
|
|
109355
109437
|
var BOXES = _toConsumableArray$1(Array(36).keys()).map(function () {
|
|
@@ -109411,7 +109493,7 @@ var HeatMapChart = function HeatMapChart(props) {
|
|
|
109411
109493
|
},
|
|
109412
109494
|
itemStyle: {
|
|
109413
109495
|
borderWidth: 0,
|
|
109414
|
-
borderColor: '
|
|
109496
|
+
borderColor: theme === 'dark' ? '#757679' : COLORS.grey3
|
|
109415
109497
|
},
|
|
109416
109498
|
emphasis: {
|
|
109417
109499
|
itemStyle: {
|
|
@@ -109457,7 +109539,7 @@ var HeatMapChart = function HeatMapChart(props) {
|
|
|
109457
109539
|
value: [j, i, (_newSeriesData$k$valu = newSeriesData === null || newSeriesData === void 0 ? void 0 : (_newSeriesData$k2 = newSeriesData[k]) === null || _newSeriesData$k2 === void 0 ? void 0 : _newSeriesData$k2.value) !== null && _newSeriesData$k$valu !== void 0 ? _newSeriesData$k$valu : -1]
|
|
109458
109540
|
}, ((_newSeriesData$k$valu2 = newSeriesData === null || newSeriesData === void 0 ? void 0 : (_newSeriesData$k3 = newSeriesData[k]) === null || _newSeriesData$k3 === void 0 ? void 0 : _newSeriesData$k3.value) !== null && _newSeriesData$k$valu2 !== void 0 ? _newSeriesData$k$valu2 : -1) === -1 ? {
|
|
109459
109541
|
itemStyle: {
|
|
109460
|
-
color: defaultColor
|
|
109542
|
+
color: defaultColor !== '' ? defaultColor : theme === 'dark' ? COLORS['dark-grey'] : COLORS.grey5
|
|
109461
109543
|
},
|
|
109462
109544
|
emphasis: {
|
|
109463
109545
|
disabled: true
|
|
@@ -109587,7 +109669,7 @@ HeatMapChart.defaultProps = {
|
|
|
109587
109669
|
show: true
|
|
109588
109670
|
}
|
|
109589
109671
|
},
|
|
109590
|
-
defaultColor: '
|
|
109672
|
+
defaultColor: '',
|
|
109591
109673
|
style: {
|
|
109592
109674
|
width: '100%',
|
|
109593
109675
|
height: '100%'
|
|
@@ -109774,16 +109856,27 @@ var BaseAreaChart = function BaseAreaChart(props) {
|
|
|
109774
109856
|
xAxis: [{
|
|
109775
109857
|
type: 'category',
|
|
109776
109858
|
axisLabel: {
|
|
109777
|
-
show: xAxisLabelShow
|
|
109859
|
+
show: xAxisLabelShow,
|
|
109860
|
+
color: axisLabelColor !== '' ? axisLabelColor : theme === 'dark' ? '#a2a4a5' : COLORS.grey
|
|
109778
109861
|
},
|
|
109779
109862
|
splitLine: {
|
|
109780
|
-
show: xSplitLineShow
|
|
109863
|
+
show: xSplitLineShow,
|
|
109864
|
+
lineStyle: {
|
|
109865
|
+
color: axisSplitColor !== '' ? axisSplitColor : theme === 'dark' ? COLORS['dark-grey'] : COLORS.grey5,
|
|
109866
|
+
type: splitType
|
|
109867
|
+
}
|
|
109781
109868
|
},
|
|
109782
109869
|
axisLine: {
|
|
109783
|
-
show: xAxisLineShow
|
|
109870
|
+
show: xAxisLineShow,
|
|
109871
|
+
lineStyle: {
|
|
109872
|
+
color: theme === 'dark' ? '#757679' : COLORS.grey3
|
|
109873
|
+
}
|
|
109784
109874
|
},
|
|
109785
109875
|
axisTick: {
|
|
109786
|
-
show: xAxisTickShow
|
|
109876
|
+
show: xAxisTickShow,
|
|
109877
|
+
lineStyle: {
|
|
109878
|
+
color: theme === 'dark' ? '#a2a4a5' : COLORS.grey
|
|
109879
|
+
}
|
|
109787
109880
|
},
|
|
109788
109881
|
boundaryGap: false,
|
|
109789
109882
|
data: (_seriesData$metaData$ = seriesData === null || seriesData === void 0 ? void 0 : (_seriesData$metaData = seriesData.metaData) === null || _seriesData$metaData === void 0 ? void 0 : _seriesData$metaData.xAxisData) !== null && _seriesData$metaData$ !== void 0 ? _seriesData$metaData$ : []
|
|
@@ -109792,20 +109885,26 @@ var BaseAreaChart = function BaseAreaChart(props) {
|
|
|
109792
109885
|
type: 'value',
|
|
109793
109886
|
axisLabel: {
|
|
109794
109887
|
show: yAxisLabelShow,
|
|
109795
|
-
color: axisLabelColor
|
|
109888
|
+
color: axisLabelColor !== '' ? axisLabelColor : theme === 'dark' ? '#a2a4a5' : COLORS.grey
|
|
109796
109889
|
},
|
|
109797
109890
|
splitLine: {
|
|
109798
109891
|
show: ySplitLineShow,
|
|
109799
109892
|
lineStyle: {
|
|
109800
|
-
color: axisSplitColor,
|
|
109893
|
+
color: axisSplitColor !== '' ? axisSplitColor : theme === 'dark' ? COLORS['dark-grey'] : COLORS.grey5,
|
|
109801
109894
|
type: splitType
|
|
109802
109895
|
}
|
|
109803
109896
|
},
|
|
109804
109897
|
axisLine: {
|
|
109805
|
-
show: yAxisLineShow
|
|
109898
|
+
show: yAxisLineShow,
|
|
109899
|
+
lineStyle: {
|
|
109900
|
+
color: theme === 'dark' ? '#757679' : COLORS.grey3
|
|
109901
|
+
}
|
|
109806
109902
|
},
|
|
109807
109903
|
axisTick: {
|
|
109808
|
-
show: yAxisTickShow
|
|
109904
|
+
show: yAxisTickShow,
|
|
109905
|
+
lineStyle: {
|
|
109906
|
+
color: theme === 'dark' ? '#a2a4a5' : COLORS.grey
|
|
109907
|
+
}
|
|
109809
109908
|
}
|
|
109810
109909
|
}],
|
|
109811
109910
|
series: generateSeries()
|
|
@@ -109868,8 +109967,8 @@ BaseAreaChart.defaultProps = {
|
|
|
109868
109967
|
xSplitLineShow: false,
|
|
109869
109968
|
xAxisLineShow: false,
|
|
109870
109969
|
xAxisTickShow: false,
|
|
109871
|
-
axisLabelColor: '
|
|
109872
|
-
axisSplitColor: '
|
|
109970
|
+
axisLabelColor: '',
|
|
109971
|
+
axisSplitColor: '',
|
|
109873
109972
|
splitType: 'solid',
|
|
109874
109973
|
seriesData: {},
|
|
109875
109974
|
yAxisLabelShow: false,
|
|
@@ -109931,7 +110030,9 @@ var NestedPieChart = function NestedPieChart(props) {
|
|
|
109931
110030
|
labelLine: {
|
|
109932
110031
|
show: showLabelLine
|
|
109933
110032
|
},
|
|
109934
|
-
itemStyle: _objectSpread2({
|
|
110033
|
+
itemStyle: _objectSpread2({
|
|
110034
|
+
borderColor: theme === 'dark' ? COLORS['menu-black'] : COLORS.white
|
|
110035
|
+
}, itemStyle),
|
|
109935
110036
|
label: {
|
|
109936
110037
|
show: false
|
|
109937
110038
|
},
|
|
@@ -110082,12 +110183,304 @@ NestedPieChart.defaultProps = {
|
|
|
110082
110183
|
theme: 'dark'
|
|
110083
110184
|
};
|
|
110084
110185
|
|
|
110186
|
+
Resource_Count_Progress = {
|
|
110187
|
+
chartData: {
|
|
110188
|
+
x1: 234,
|
|
110189
|
+
x2: 243,
|
|
110190
|
+
x3: 641,
|
|
110191
|
+
x4: 554
|
|
110192
|
+
},
|
|
110193
|
+
metaData: {
|
|
110194
|
+
keyData: {
|
|
110195
|
+
x1: 'S. Type1',
|
|
110196
|
+
x2: 'S. Type2',
|
|
110197
|
+
x3: 'S. Type3',
|
|
110198
|
+
x4: 'S. Type4'
|
|
110199
|
+
},
|
|
110200
|
+
applicableCount: 12345,
|
|
110201
|
+
totalCount: 13128
|
|
110202
|
+
}
|
|
110203
|
+
};
|
|
110204
|
+
Database_Instance_Count = {
|
|
110205
|
+
chartData: {
|
|
110206
|
+
x1: 234,
|
|
110207
|
+
x2: 243,
|
|
110208
|
+
x3: 641,
|
|
110209
|
+
x4: 554
|
|
110210
|
+
},
|
|
110211
|
+
metaData: {
|
|
110212
|
+
keyData: {
|
|
110213
|
+
x1: 'MySQL',
|
|
110214
|
+
x2: 'PgSQL',
|
|
110215
|
+
x3: 'OCI',
|
|
110216
|
+
x4: 'Mongo'
|
|
110217
|
+
},
|
|
110218
|
+
totalInstances: 284
|
|
110219
|
+
}
|
|
110220
|
+
};
|
|
110221
|
+
Cloud_Audit_Logs = {
|
|
110222
|
+
chartData: {
|
|
110223
|
+
legend1: [7, 4, 8, 9, 7, 10, 6, 12, 9],
|
|
110224
|
+
legend2: [7, 4, 8, 9, 7, 10, 6, 12, 9]
|
|
110225
|
+
},
|
|
110226
|
+
metaData: {
|
|
110227
|
+
logCountChange: 2345,
|
|
110228
|
+
xAxisData: [K02, K03, K04, K05, K06, K07, K08, K09, K10]
|
|
110229
|
+
}
|
|
110230
|
+
};
|
|
110231
|
+
Database_Audit_Logs = {
|
|
110232
|
+
chartData: {
|
|
110233
|
+
legend1: [11, 8, 12, 13, 11, 14, 10, 16, 13],
|
|
110234
|
+
legend2: [7, 4, 8, 9, 7, 10, 6, 12, 9]
|
|
110235
|
+
},
|
|
110236
|
+
metaData: {
|
|
110237
|
+
logCountChange: 2345,
|
|
110238
|
+
xAxisData: [K02, K03, K04, K05, K06, K07, K08, K09, K10]
|
|
110239
|
+
}
|
|
110240
|
+
};
|
|
110241
|
+
Cloud_Security_History_Line = {
|
|
110242
|
+
chartData: {
|
|
110243
|
+
Compliance: [11, 8, 12, 13, 11, 14, 10, 16]
|
|
110244
|
+
},
|
|
110245
|
+
metaData: {
|
|
110246
|
+
xAxisData: [Jan1, Jan5, Jan9, Jan13, Jan17, Jan21, Jan25, Jan29]
|
|
110247
|
+
}
|
|
110248
|
+
};
|
|
110249
|
+
Cloud_Security_History_Bar = {
|
|
110250
|
+
data: {
|
|
110251
|
+
chartData: {
|
|
110252
|
+
'Jan 1': {
|
|
110253
|
+
x1: 20,
|
|
110254
|
+
x2: 20,
|
|
110255
|
+
x3: 20
|
|
110256
|
+
},
|
|
110257
|
+
'Jan 2': {
|
|
110258
|
+
x1: 15,
|
|
110259
|
+
x2: 15,
|
|
110260
|
+
x3: 15
|
|
110261
|
+
},
|
|
110262
|
+
'Jan 3': {
|
|
110263
|
+
x1: 19,
|
|
110264
|
+
x2: 19,
|
|
110265
|
+
x3: 19
|
|
110266
|
+
},
|
|
110267
|
+
'Jan 4': {
|
|
110268
|
+
x1: 10,
|
|
110269
|
+
x2: 10,
|
|
110270
|
+
x3: 10
|
|
110271
|
+
},
|
|
110272
|
+
'Jan 5': {
|
|
110273
|
+
x1: 25,
|
|
110274
|
+
x2: 25,
|
|
110275
|
+
x3: 25
|
|
110276
|
+
},
|
|
110277
|
+
'Jan 6': {
|
|
110278
|
+
x1: 5,
|
|
110279
|
+
x2: 5,
|
|
110280
|
+
x3: 5
|
|
110281
|
+
}
|
|
110282
|
+
},
|
|
110283
|
+
metaData: {
|
|
110284
|
+
keyData: {
|
|
110285
|
+
x1: 'compliant',
|
|
110286
|
+
x2: 'nonCompliant',
|
|
110287
|
+
x3: 'validate'
|
|
110288
|
+
},
|
|
110289
|
+
totalControls: {
|
|
110290
|
+
'Jan 1': 80,
|
|
110291
|
+
'Jan 2': 60,
|
|
110292
|
+
'Jan 3': 86,
|
|
110293
|
+
'Jan 4': 40,
|
|
110294
|
+
'Jan 5': 100,
|
|
110295
|
+
'Jan 6': 20
|
|
110296
|
+
}
|
|
110297
|
+
}
|
|
110298
|
+
}
|
|
110299
|
+
};
|
|
110300
|
+
Cloud_Security_Score_By_regulatory_standard_Line = {
|
|
110301
|
+
chartData: {
|
|
110302
|
+
GDPR: [11, 8, 12, 13, 11, 14, 10, 16],
|
|
110303
|
+
ISO: [7, 4, 8, 9, 7, 10, 6, 12],
|
|
110304
|
+
HIPPA: [17, 3, 5, 8, 3, 13, 16, 2],
|
|
110305
|
+
PCI: [4, 11, 4, 1, 8, 9, 11, 3],
|
|
110306
|
+
SOC: [18, 2, 4, 13, 5, 11, 3, 19],
|
|
110307
|
+
CIS: [1, 2, 3, 4, 5, 6, 7, 8]
|
|
110308
|
+
},
|
|
110309
|
+
metaData: {
|
|
110310
|
+
xAxisData: [Jan1, Jan5, Jan9, Jan13, Jan17, Jan21, Jan25, Jan29]
|
|
110311
|
+
}
|
|
110312
|
+
};
|
|
110313
|
+
Non_Compliant_Control_By_Control_domain = {
|
|
110314
|
+
data: {
|
|
110315
|
+
chartData: {
|
|
110316
|
+
'Jan 1': {
|
|
110317
|
+
x1: 20,
|
|
110318
|
+
x2: 20,
|
|
110319
|
+
x3: 20,
|
|
110320
|
+
x4: 20,
|
|
110321
|
+
x5: 20,
|
|
110322
|
+
x6: 20
|
|
110323
|
+
},
|
|
110324
|
+
'Jan 2': {
|
|
110325
|
+
x1: 15,
|
|
110326
|
+
x2: 15,
|
|
110327
|
+
x3: 15,
|
|
110328
|
+
x4: 15,
|
|
110329
|
+
x5: 15,
|
|
110330
|
+
x6: 15
|
|
110331
|
+
},
|
|
110332
|
+
'Jan 3': {
|
|
110333
|
+
x1: 19,
|
|
110334
|
+
x2: 19,
|
|
110335
|
+
x3: 19,
|
|
110336
|
+
x4: 19,
|
|
110337
|
+
x5: 19,
|
|
110338
|
+
x6: 19
|
|
110339
|
+
},
|
|
110340
|
+
'Jan 4': {
|
|
110341
|
+
x1: 10,
|
|
110342
|
+
x2: 10,
|
|
110343
|
+
x3: 10,
|
|
110344
|
+
x4: 10,
|
|
110345
|
+
x5: 10,
|
|
110346
|
+
x6: 10
|
|
110347
|
+
},
|
|
110348
|
+
'Jan 5': {
|
|
110349
|
+
x1: 25,
|
|
110350
|
+
x2: 25,
|
|
110351
|
+
x3: 25,
|
|
110352
|
+
x4: 25,
|
|
110353
|
+
x5: 25,
|
|
110354
|
+
x6: 25
|
|
110355
|
+
},
|
|
110356
|
+
'Jan 6': {
|
|
110357
|
+
x1: 5,
|
|
110358
|
+
x2: 5,
|
|
110359
|
+
x3: 5,
|
|
110360
|
+
x4: 5,
|
|
110361
|
+
x5: 5,
|
|
110362
|
+
x6: 5
|
|
110363
|
+
}
|
|
110364
|
+
},
|
|
110365
|
+
metaData: {
|
|
110366
|
+
keyData: {
|
|
110367
|
+
x1: 'Cloud Databases',
|
|
110368
|
+
x4: 'Logging & Monitoring',
|
|
110369
|
+
x5: 'Networking',
|
|
110370
|
+
x6: 'Storage'
|
|
110371
|
+
},
|
|
110372
|
+
totalControls: {
|
|
110373
|
+
'Jan 1': 80,
|
|
110374
|
+
'Jan 2': 60,
|
|
110375
|
+
'Jan 3': 86,
|
|
110376
|
+
'Jan 4': 40,
|
|
110377
|
+
'Jan 5': 100,
|
|
110378
|
+
'Jan 6': 20
|
|
110379
|
+
}
|
|
110380
|
+
}
|
|
110381
|
+
}
|
|
110382
|
+
};
|
|
110383
|
+
Non_Compliant_Control_By_Service_Type = {
|
|
110384
|
+
data: {
|
|
110385
|
+
chartData: {
|
|
110386
|
+
'Jan 1': {
|
|
110387
|
+
x1: 20,
|
|
110388
|
+
x2: 20,
|
|
110389
|
+
x3: 20,
|
|
110390
|
+
x4: 20,
|
|
110391
|
+
x5: 20,
|
|
110392
|
+
x6: 20
|
|
110393
|
+
},
|
|
110394
|
+
'Jan 2': {
|
|
110395
|
+
x1: 15,
|
|
110396
|
+
x2: 15,
|
|
110397
|
+
x3: 15,
|
|
110398
|
+
x4: 15,
|
|
110399
|
+
x5: 15,
|
|
110400
|
+
x6: 15
|
|
110401
|
+
},
|
|
110402
|
+
'Jan 3': {
|
|
110403
|
+
x1: 19,
|
|
110404
|
+
x2: 19,
|
|
110405
|
+
x3: 19,
|
|
110406
|
+
x4: 19,
|
|
110407
|
+
x5: 19,
|
|
110408
|
+
x6: 19
|
|
110409
|
+
},
|
|
110410
|
+
'Jan 4': {
|
|
110411
|
+
x1: 10,
|
|
110412
|
+
x2: 10,
|
|
110413
|
+
x3: 10,
|
|
110414
|
+
x4: 10,
|
|
110415
|
+
x5: 10,
|
|
110416
|
+
x6: 10
|
|
110417
|
+
},
|
|
110418
|
+
'Jan 5': {
|
|
110419
|
+
x1: 25,
|
|
110420
|
+
x2: 25,
|
|
110421
|
+
x3: 25,
|
|
110422
|
+
x4: 25,
|
|
110423
|
+
x5: 25,
|
|
110424
|
+
x6: 25
|
|
110425
|
+
},
|
|
110426
|
+
'Jan 6': {
|
|
110427
|
+
x1: 5,
|
|
110428
|
+
x2: 5,
|
|
110429
|
+
x3: 5,
|
|
110430
|
+
x4: 5,
|
|
110431
|
+
x5: 5,
|
|
110432
|
+
x6: 5
|
|
110433
|
+
}
|
|
110434
|
+
},
|
|
110435
|
+
metaData: {
|
|
110436
|
+
keyData: {
|
|
110437
|
+
x1: 'RDS',
|
|
110438
|
+
x4: 'Key Management Service',
|
|
110439
|
+
x5: 'IAM',
|
|
110440
|
+
x6: 'Cloud Trail'
|
|
110441
|
+
},
|
|
110442
|
+
totalControls: {
|
|
110443
|
+
'Jan 1': 80,
|
|
110444
|
+
'Jan 2': 60,
|
|
110445
|
+
'Jan 3': 86,
|
|
110446
|
+
'Jan 4': 40,
|
|
110447
|
+
'Jan 5': 100,
|
|
110448
|
+
'Jan 6': 20
|
|
110449
|
+
}
|
|
110450
|
+
}
|
|
110451
|
+
}
|
|
110452
|
+
};
|
|
110453
|
+
Monitered_Accounts = {
|
|
110454
|
+
chartData: {
|
|
110455
|
+
Accounts: [11, 8, 12, 13, 11, 14, 10, 16]
|
|
110456
|
+
},
|
|
110457
|
+
metaData: {
|
|
110458
|
+
xAxisData: [Jan1, Jan5, Jan9, Jan13, Jan17, Jan21, Jan25, Jan29]
|
|
110459
|
+
}
|
|
110460
|
+
};
|
|
110461
|
+
Monitered_Resource_Type = {
|
|
110462
|
+
chartData: {
|
|
110463
|
+
Resources: [11, 8, 12, 13, 11, 14, 10, 16]
|
|
110464
|
+
},
|
|
110465
|
+
metaData: {
|
|
110466
|
+
xAxisData: [Jan1, Jan5, Jan9, Jan13, Jan17, Jan21, Jan25, Jan29]
|
|
110467
|
+
}
|
|
110468
|
+
};
|
|
110469
|
+
Audit_Logs_generation_by_resource = {
|
|
110470
|
+
chartData: {
|
|
110471
|
+
Logs: [11, 8, 12, 13, 11, 14, 10, 16]
|
|
110472
|
+
},
|
|
110473
|
+
metaData: {
|
|
110474
|
+
xAxisData: [Jan1, Jan5, Jan9, Jan13, Jan17, Jan21, Jan25, Jan29]
|
|
110475
|
+
}
|
|
110476
|
+
};
|
|
110477
|
+
|
|
110085
110478
|
var css$4 = ".BaseWidget_module_root__d03f6b45 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n height: 100%;\n width: 100%;\n padding: 0.25rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 0.25rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerTitle__d03f6b45 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.5rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerTitle__d03f6b45 .BaseWidget_module_back__d03f6b45 {\n height: 1.5rem;\n width: 1.5rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerTitle__d03f6b45 .BaseWidget_module_back__d03f6b45 [data-elem=component1] .BaseWidget_module_icon__d03f6b45 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--white);\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerTitle__d03f6b45.BaseWidget_module_noOptions__d03f6b45 {\n flex: 1;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerTitle__d03f6b45 .BaseWidget_module_title__d03f6b45 {\n white-space: nowrap;\n color: var(--white);\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerTitle__d03f6b45 .BaseWidget_module_value__d03f6b45 {\n white-space: nowrap;\n color: var(--white);\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerOptions__d03f6b45 {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n gap: 0.5rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerOptions__d03f6b45 .BaseWidget_module_toggleBody__d03f6b45 {\n padding: 0.125rem 0.25rem;\n height: 1.75rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerOptions__d03f6b45 .BaseWidget_module_dropdownHeader__d03f6b45 {\n height: 1.75rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerOptions__d03f6b45 .BaseWidget_module_dropdownHeader__d03f6b45 [data-elem=select] {\n background-color: transparent;\n width: 100%;\n color: var(--white);\n border-color: var(--grey);\n padding: 0.07rem 0.5rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerOptions__d03f6b45 .BaseWidget_module_dropdownHeader__d03f6b45 [data-elem=select] [data-elem=placeholder] {\n font-size: 0.875rem;\n color: var(--white);\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerOptions__d03f6b45 .BaseWidget_module_dropdownHeader__d03f6b45 [data-elem=select] > svg {\n fill: var(--white);\n width: 0.875rem;\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerOptions__d03f6b45 .BaseWidget_module_expandButton__d03f6b45 {\n height: 1.75rem;\n color: var(--white);\n border-color: var(--grey);\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_header__d03f6b45 .BaseWidget_module_headerOptions__d03f6b45 .BaseWidget_module_expandButton__d03f6b45 .BaseWidget_module_expandIcon__d03f6b45 {\n height: 1.25rem;\n width: 1.25rem;\n fill: var(--white);\n}\n.BaseWidget_module_root__d03f6b45 .BaseWidget_module_children__d03f6b45 {\n flex: 1 1;\n position: relative;\n}\n\n.BaseWidget_module_dropdownPopper__d03f6b45 {\n padding: 0rem;\n background: var(--grey1);\n}\n.BaseWidget_module_dropdownPopper__d03f6b45 .BaseWidget_module_dropdownItem__d03f6b45 {\n height: 2.25rem;\n color: var(--white);\n background: var(--grey);\n}\n.BaseWidget_module_dropdownPopper__d03f6b45 .BaseWidget_module_dropdownItem__d03f6b45:hover, .BaseWidget_module_dropdownPopper__d03f6b45 .BaseWidget_module_dropdownItem__d03f6b45:focus {\n color: var(--dark-grey);\n background: var(--grey2);\n}\n.BaseWidget_module_dropdownPopper__d03f6b45 .BaseWidget_module_dropdownItem__d03f6b45:hover label > svg, .BaseWidget_module_dropdownPopper__d03f6b45 .BaseWidget_module_dropdownItem__d03f6b45:focus label > svg {\n border: 1px solid var(--dark-grey);\n border-radius: 0.25rem;\n}";
|
|
110086
110479
|
var modules_6a0e74b6 = {"root":"BaseWidget_module_root__d03f6b45","header":"BaseWidget_module_header__d03f6b45","header-title":"BaseWidget_module_headerTitle__d03f6b45","back":"BaseWidget_module_back__d03f6b45","icon":"BaseWidget_module_icon__d03f6b45","no-options":"BaseWidget_module_noOptions__d03f6b45","title":"BaseWidget_module_title__d03f6b45","value":"BaseWidget_module_value__d03f6b45","header-options":"BaseWidget_module_headerOptions__d03f6b45","toggle-body":"BaseWidget_module_toggleBody__d03f6b45","dropdown-header":"BaseWidget_module_dropdownHeader__d03f6b45","expand-button":"BaseWidget_module_expandButton__d03f6b45","expand-icon":"BaseWidget_module_expandIcon__d03f6b45","children":"BaseWidget_module_children__d03f6b45","dropdown-popper":"BaseWidget_module_dropdownPopper__d03f6b45","dropdown-item":"BaseWidget_module_dropdownItem__d03f6b45"};
|
|
110087
110480
|
n(css$4,{});
|
|
110088
110481
|
|
|
110089
|
-
var css$3 = "div.
|
|
110090
|
-
var modules_a2cdc77c = {"root":"
|
|
110482
|
+
var css$3 = "div.Toggle_module_root__7f4ba8d3 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n overflow: auto;\n gap: 0.25rem;\n padding: 0.25rem;\n background: var(--grey8);\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n border-radius: 0.4rem 0.4rem;\n border-width: 1px;\n border-style: solid;\n background: transparent;\n}\ndiv.Toggle_module_root__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3 {\n background: transparent;\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeDark__7f4ba8d3 {\n border-color: var(--dark-grey);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeDark__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3 {\n color: var(--grey4);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeDark__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3.Toggle_module_active__7f4ba8d3 {\n background: var(--dark-grey);\n color: var(--white);\n border: 1px solid var(--grey);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeLight__7f4ba8d3 {\n border-color: var(--grey6);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeLight__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3 {\n background: transparent;\n color: var(--grey);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeLight__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3.Toggle_module_active__7f4ba8d3 {\n background: var(--grey6);\n color: var(--dark-grey);\n border: 1px solid var(--grey4);\n}\ndiv.Toggle_module_root__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3 {\n padding: 0.344rem 0.75rem;\n height: 2rem;\n}\ndiv.Toggle_module_root__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3.Toggle_module_active__7f4ba8d3 {\n border-radius: 0.25rem;\n}\ndiv.Toggle_module_root__7f4ba8d3 .Toggle_module_input__7f4ba8d3 {\n display: none;\n}";
|
|
110483
|
+
var modules_a2cdc77c = {"root":"Toggle_module_root__7f4ba8d3","toggle-button":"Toggle_module_toggleButton__7f4ba8d3","theme-dark":"Toggle_module_themeDark__7f4ba8d3","active":"Toggle_module_active__7f4ba8d3","theme-light":"Toggle_module_themeLight__7f4ba8d3","input":"Toggle_module_input__7f4ba8d3"};
|
|
110091
110484
|
n(css$3,{});
|
|
110092
110485
|
|
|
110093
110486
|
var Toggle = /*#__PURE__*/React.forwardRef(function Toggle(props, ref) {
|
|
@@ -110325,7 +110718,9 @@ var generateOptions = function generateOptions(optionData) {
|
|
|
110325
110718
|
return null;
|
|
110326
110719
|
}
|
|
110327
110720
|
};
|
|
110328
|
-
|
|
110721
|
+
|
|
110722
|
+
// eslint-disable-next-line prefer-arrow-callback
|
|
110723
|
+
var BaseWidget = /*#__PURE__*/React.forwardRef(function BaseWidget(props, ref) {
|
|
110329
110724
|
var _options$length, _options$length2;
|
|
110330
110725
|
// eslint-disable-next-line object-curly-newline
|
|
110331
110726
|
var loading = props.loading,
|
|
@@ -110339,7 +110734,11 @@ var BaseWidget = function BaseWidget(props) {
|
|
|
110339
110734
|
fallbackProps = props.fallbackProps,
|
|
110340
110735
|
theme = props.theme,
|
|
110341
110736
|
setFallback = props.setFallback,
|
|
110342
|
-
showFallback = props.showFallback
|
|
110737
|
+
showFallback = props.showFallback,
|
|
110738
|
+
style = props.style,
|
|
110739
|
+
onMouseDown = props.onMouseDown,
|
|
110740
|
+
onMouseUp = props.onMouseUp,
|
|
110741
|
+
onTouchEnd = props.onTouchEnd;
|
|
110343
110742
|
var emptyChartData = React.useMemo(function () {
|
|
110344
110743
|
return React.Children.toArray(children).every(function (child) {
|
|
110345
110744
|
var _child$props$seriesDa, _child$props, _child$props$seriesDa2;
|
|
@@ -110351,7 +110750,12 @@ var BaseWidget = function BaseWidget(props) {
|
|
|
110351
110750
|
setFallback(emptyChartData);
|
|
110352
110751
|
}, [emptyChartData]);
|
|
110353
110752
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
110753
|
+
ref: ref,
|
|
110354
110754
|
className: classes(modules_6a0e74b6.root, className),
|
|
110755
|
+
style: style,
|
|
110756
|
+
onMouseDown: onMouseDown,
|
|
110757
|
+
onMouseUp: onMouseUp,
|
|
110758
|
+
onTouchEnd: onTouchEnd,
|
|
110355
110759
|
children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
110356
110760
|
className: modules_6a0e74b6.header,
|
|
110357
110761
|
"data-elem": "header",
|
|
@@ -110397,7 +110801,7 @@ var BaseWidget = function BaseWidget(props) {
|
|
|
110397
110801
|
})]
|
|
110398
110802
|
})]
|
|
110399
110803
|
});
|
|
110400
|
-
};
|
|
110804
|
+
});
|
|
110401
110805
|
BaseWidget.propTypes = {
|
|
110402
110806
|
loading: propTypes$1.exports.bool,
|
|
110403
110807
|
title: propTypes$1.exports.string,
|
|
@@ -112359,8 +112763,8 @@ function useDeepCompareMemoize(value) {
|
|
|
112359
112763
|
return ref.current;
|
|
112360
112764
|
}
|
|
112361
112765
|
|
|
112362
|
-
var css = ".
|
|
112363
|
-
var modules_a07e405a = {"root":"
|
|
112766
|
+
var css = ".BaseMap_module_root__1c20d6e7 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n width: 100%;\n height: 100%;\n}";
|
|
112767
|
+
var modules_a07e405a = {"root":"BaseMap_module_root__1c20d6e7"};
|
|
112364
112768
|
n(css,{});
|
|
112365
112769
|
|
|
112366
112770
|
var _excluded$1 = ["loading", "onClick", "onIdle", "children", "style", "mapId", "clustered", "fitBounds", "theme", "fallback"];
|
|
@@ -112464,7 +112868,7 @@ var BaseMap = function BaseMap(props) {
|
|
|
112464
112868
|
}
|
|
112465
112869
|
}, [map, onClick, onIdle]);
|
|
112466
112870
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
112467
|
-
className: classes(modules_a07e405a.root
|
|
112871
|
+
className: classes(modules_a07e405a.root),
|
|
112468
112872
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
112469
112873
|
ref: ref,
|
|
112470
112874
|
style: loading ? {
|